gamestage 0.31.0 → 0.33.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.
Files changed (2) hide show
  1. package/cli.mjs +157 -111
  2. package/package.json +1 -1
package/cli.mjs CHANGED
@@ -10,7 +10,7 @@
10
10
  * A single bundled file, minified. Nothing here phones home, and inspect,
11
11
  * create and manifest validate all run without an account.
12
12
  */
13
- var j$=Object.defineProperty;var y=(e,t,r)=>()=>{if(r)throw r[0];try{return e&&(t=e(e=0)),t}catch(o){throw r=[o],o}};var ot=(e,t)=>{for(var r in t)j$(e,r,{get:t[r],enumerable:!0})};var Un,Hr,Te,qe,Lt,ce,Ng,B$,W$,K$,Z$,V$,H$,Yr,Dt=y(()=>{"use strict";Un=`/**
13
+ var Z$=Object.defineProperty;var v=(e,t,r)=>()=>{if(r)throw r[0];try{return e&&(t=e(e=0)),t}catch(o){throw r=[o],o}};var it=(e,t)=>{for(var r in t)Z$(e,r,{get:t[r],enumerable:!0})};var zn,pn,ge,Xe,at,ie,Ug,X$,Q$,eT,tT,nT,rT,Yr,xt=v(()=>{"use strict";zn=`/**
14
14
  * @monterosa/gamestage-player, bundled for a browser.
15
15
  *
16
16
  * Generated by the Gamestage CLI. Do not edit: it is replaced whenever the CLI
@@ -274,7 +274,7 @@ export {
274
274
  shootOperation,
275
275
  shootProgressOf
276
276
  };
277
- `,Hr="dd55d90da3c521f3",Te="gamestage-player.js",qe=`/**
277
+ `,pn="dd55d90da3c521f3",ge="gamestage-player.js",Xe=`/**
278
278
  * @monterosa/gamestage, bundled for a browser.
279
279
  *
280
280
  * Generated by the Gamestage CLI. Do not edit: it is replaced whenever the CLI
@@ -7003,7 +7003,7 @@ export {
7003
7003
  streakFrom,
7004
7004
  tokenOf
7005
7005
  };
7006
- `,Lt="865adcda248f1f60",ce="gamestage.js",Ng="0.48.0",B$=`<!doctype html>
7006
+ `,at="865adcda248f1f60",ie="gamestage.js",Ug="0.48.0",X$=`<!doctype html>
7007
7007
  <html lang="en">
7008
7008
  <head>
7009
7009
  <meta charset="utf-8" />
@@ -7367,7 +7367,7 @@ main().catch((error) => {
7367
7367
  </script>
7368
7368
  </body>
7369
7369
  </html>
7370
- `,W$=`<!doctype html>
7370
+ `,Q$=`<!doctype html>
7371
7371
  <html lang="en">
7372
7372
  <head>
7373
7373
  <meta charset="utf-8" />
@@ -7780,7 +7780,7 @@ main().catch((error) => {
7780
7780
  </script>
7781
7781
  </body>
7782
7782
  </html>
7783
- `,K$=`<!doctype html>
7783
+ `,eT=`<!doctype html>
7784
7784
  <html lang="en">
7785
7785
  <head>
7786
7786
  <meta charset="utf-8" />
@@ -8249,7 +8249,7 @@ main().catch((error) => {
8249
8249
  </script>
8250
8250
  </body>
8251
8251
  </html>
8252
- `,Z$=`<!doctype html>
8252
+ `,tT=`<!doctype html>
8253
8253
  <html lang="en">
8254
8254
  <head>
8255
8255
  <meta charset="utf-8" />
@@ -8614,7 +8614,7 @@ main().catch((error) => {
8614
8614
  </script>
8615
8615
  </body>
8616
8616
  </html>
8617
- `,V$=`<!doctype html>
8617
+ `,nT=`<!doctype html>
8618
8618
  <html lang="en">
8619
8619
  <head>
8620
8620
  <meta charset="utf-8" />
@@ -8708,6 +8708,13 @@ main().catch((error) => {
8708
8708
  .watch strong { font-size: 15px; color: var(--text); }
8709
8709
  .watch[data-close], .watch[data-landed] { border-color: #d81f2a; }
8710
8710
  .watch[data-close] strong, .watch[data-landed] strong { color: #d81f2a; }
8711
+ /* A round past its own lock, said before a fan presses anything. GS-461. */
8712
+ .locked {
8713
+ margin: 0 0 12px; padding: 10px 14px;
8714
+ border: 1.5px solid var(--line); border-radius: 12px; background: var(--surface);
8715
+ font-size: 14px; color: var(--text);
8716
+ }
8717
+ .locked[hidden] { display: none; }
8711
8718
  /* The confetti a landed line earns. GS-419. Tom named the condition
8712
8719
  himself: when you get one right. On the line rather than the card,
8713
8720
  because a card comes in four or five times a match and a line is the
@@ -8810,6 +8817,12 @@ main().catch((error) => {
8810
8817
  <button class="step" id="next-board" aria-label="The next board">&rsaquo;</button>
8811
8818
  </div>
8812
8819
 
8820
+ <!-- The round's own lock has passed. Shown before a fan presses anything,
8821
+ beside the control it disables, and it is also what a refused deal
8822
+ says. A default rather than a producer's field: no App Spec setting
8823
+ carries this sentence yet, so \`applyPresentation\` leaves it alone. -->
8824
+ <p class="locked" id="locked" role="status" hidden>This round has locked.</p>
8825
+
8813
8826
  <div class="actions">
8814
8827
  <button class="secondary" id="shuffle" hidden>Deal my boards</button>
8815
8828
  <button class="primary" id="lock" disabled hidden>Back this board</button>
@@ -9197,9 +9210,23 @@ function renderBoard() {
9197
9210
  }),
9198
9211
  );
9199
9212
 
9213
+ /**
9214
+ * The round's own lock has passed. GS-461.
9215
+ *
9216
+ * Read off \`can.accepting_plays\`, which the Engine derives from the round's
9217
+ * \`locks_at\` at read time, rather than off the date: the Engine decides and
9218
+ * this page draws. Said above the controls and the controls disabled, so a
9219
+ * fan is told before pressing rather than after a refusal. This page used
9220
+ * to print \`Refused: lock_deadline_passed\` to a fan who had pressed a live
9221
+ * button, on a round that had been locked for a week.
9222
+ */
9223
+ const locked = roundLocked();
9224
+ el("locked").hidden = !locked;
9225
+
9200
9226
  // Dealing is the one act before the carousel exists; after that the only
9201
9227
  // controls are the swipe and the lock.
9202
9228
  el("shuffle").hidden = finished || dealt;
9229
+ el("shuffle").disabled = locked;
9203
9230
 
9204
9231
  el("carousel").hidden = finished || !dealt;
9205
9232
  if (dealt && !finished) {
@@ -9227,12 +9254,23 @@ function renderBoard() {
9227
9254
  return button;
9228
9255
  }),
9229
9256
  );
9230
- el("lock").disabled = chosenCentre === undefined;
9257
+ el("lock").disabled = chosenCentre === undefined || locked;
9231
9258
  } else {
9232
- el("lock").disabled = !dealt;
9259
+ el("lock").disabled = !dealt || locked;
9233
9260
  }
9234
9261
  }
9235
9262
 
9263
+ /**
9264
+ * Whether the Engine has shut the round to this fan before they press. GS-461.
9265
+ *
9266
+ * \`can.accepting_plays\` is false past the round's own \`locks_at\` and while
9267
+ * the fuse holds it. A fan who has already locked their board is finished
9268
+ * rather than locked out, and \`renderState\` owns that.
9269
+ */
9270
+ function roundLocked() {
9271
+ return Boolean(game?.round) && !game.round.can.accepting_plays && !finished;
9272
+ }
9273
+
9236
9274
  /**
9237
9275
  * Sends a play. A lock names the board on show; the Engine refuses one that
9238
9276
  * does not rather than assuming the first, so a page that lost track of which
@@ -9253,7 +9291,13 @@ async function operate(op, board) {
9253
9291
  return;
9254
9292
  }
9255
9293
  if (result.outcome === "rejected") {
9256
- el("verdict").textContent = \`Refused: \${result.reason}\`;
9294
+ // The round's own lock is the one refusal a fan can meet without
9295
+ // having done anything wrong, so it gets the sentence the board
9296
+ // already shows rather than the Engine's enum. GS-461.
9297
+ el("verdict").textContent =
9298
+ result.reason === "lock_deadline_passed"
9299
+ ? el("locked").textContent
9300
+ : \`Refused: \${result.reason}\`;
9257
9301
  return;
9258
9302
  }
9259
9303
 
@@ -9264,8 +9308,10 @@ async function operate(op, board) {
9264
9308
  } catch (error) {
9265
9309
  el("verdict").textContent = error.message;
9266
9310
  } finally {
9267
- el("shuffle").disabled = false;
9268
- el("lock").disabled = chosenCentre === undefined && game.round.challenge.centre_mode === "choice";
9311
+ el("shuffle").disabled = roundLocked();
9312
+ el("lock").disabled =
9313
+ roundLocked() ||
9314
+ (chosenCentre === undefined && game.round.challenge.centre_mode === "choice");
9269
9315
  }
9270
9316
  }
9271
9317
 
@@ -9385,7 +9431,7 @@ main().catch((error) => {
9385
9431
  </script>
9386
9432
  </body>
9387
9433
  </html>
9388
- `,H$=`<!doctype html>
9434
+ `,rT=`<!doctype html>
9389
9435
  <html lang="en">
9390
9436
  <head>
9391
9437
  <meta charset="utf-8" />
@@ -10026,110 +10072,110 @@ main().catch((error) => {
10026
10072
  </script>
10027
10073
  </body>
10028
10074
  </html>
10029
- `,Yr={hunt:B$,push:W$,group:K$,predict:Z$,bingo:V$,shoot:H$}});function Rg(e){Fn=e}function M(){return Fn}function wi(e=process.argv,t=process.env){if(t.GAMESTAGE_INVOCATION)return t.GAMESTAGE_INVOCATION;let r=e[1]??"";if(/[\\/]_npx[\\/]/.test(r))return"npx gamestage";let o=r.split(/[\\/]/).pop()??"";return o==="gamestage.mjs"||o==="cli.mjs"?`node ${o}`:"gamestage"}function X(e){return`${wi()} ${e}`}function X$(e){let t=wi();return t==="gamestage"?e:e.replace(q$,(r,o,n)=>J$.includes(o)?`\`${t} ${o}${n}\``:r)}function g(e=""){Fn||process.stdout.write(X$(e)+`
10030
- `)}function N(e){g(),g(S.bold(e))}function E(e,t="-"){g(` ${S.dim(t)} ${e}`)}function O(e,t){g(` ${S.dim(e.padEnd(18))} ${t}`)}function F(e){Fn&&process.stdout.write(JSON.stringify(e,null,2)+`
10031
- `)}function R(e,t){if(Fn)process.stderr.write(JSON.stringify({ok:!1,error:e,detail:t??[]},null,2)+`
10075
+ `,Yr={hunt:X$,push:Q$,group:eT,predict:tT,bingo:nT,shoot:rT}});function zg(e){Gn=e}function M(){return Gn}function ki(e=process.argv,t=process.env){if(t.GAMESTAGE_INVOCATION)return t.GAMESTAGE_INVOCATION;let r=e[1]??"";if(/[\\/]_npx[\\/]/.test(r))return"npx gamestage";let o=r.split(/[\\/]/).pop()??"";return o==="gamestage.mjs"||o==="cli.mjs"?`node ${o}`:"gamestage"}function q(e){return`${ki()} ${e}`}function sT(e){let t=ki();return t==="gamestage"?e:e.replace(aT,(r,o,n)=>iT.includes(o)?`\`${t} ${o}${n}\``:r)}function f(e=""){Gn||process.stdout.write(sT(e)+`
10076
+ `)}function R(e){f(),f(S.bold(e))}function E(e,t="-"){f(` ${S.dim(t)} ${e}`)}function N(e,t){f(` ${S.dim(e.padEnd(18))} ${t}`)}function F(e){Gn&&process.stdout.write(JSON.stringify(e,null,2)+`
10077
+ `)}function L(e,t){if(Gn)process.stderr.write(JSON.stringify({ok:!1,error:e,detail:t??[]},null,2)+`
10032
10078
  `);else{process.stderr.write(`${S.red("Error")} ${e}
10033
10079
  `);for(let r of t??[])process.stderr.write(` ${r}
10034
- `)}process.exit(1)}var Fn,Y$,zn,S,J$,q$,pe=y(()=>{"use strict";Fn=!1;Y$=()=>!Fn&&process.stdout.isTTY===!0&&!process.env.NO_COLOR,zn=(e,t)=>Y$()?`\x1B[${e}m${t}\x1B[0m`:t,S={bold:e=>zn("1",e),dim:e=>zn("2",e),red:e=>zn("31",e),green:e=>zn("32",e),yellow:e=>zn("33",e),cyan:e=>zn("36",e)};J$=["admin","adopt","archive","client","create","deploy","dev","doctor","endpoint","help","inspect","issue","link","login","logout","logs","manifest","plan","promote","prune","reference","round","start","status","suggest","suspend","verify","wake","whoami"],q$=/`gamestage ([a-z][a-z-]*)((?: [^`]*)?)`/g});function pn(e,t={}){let r=e?.trim()||Gn;return t.lower&&!/[A-Z]/.test(r.slice(1))&&(r=r.toLowerCase()),t.plural?`${r}s`:r}var Gn,Jr=y(()=>{"use strict";Gn="Round"});function Ae(e){return sT[e]??e}function jg(e){if(!e||typeof e!="object"||Array.isArray(e))return e;let t=e;if(typeof t.archetype!="string")return e;let r=Ae(t.archetype);return r===t.archetype?e:{...t,archetype:r}}var sT,$c,Mg,_t=y(()=>{"use strict";sT={target_selection:"hunt",target_total:"push",puzzle:"group",prediction:"predict",forecast:"predict"};$c={hunt:"gamestage-target-selection-element",push:"gamestage-target-total-element",group:"gamestage-puzzle-element",predict:"gamestage-prediction-element",bingo:"gamestage-bingo-element",shoot:"gamestage-shoot-element"},Mg={hunt:"Find the answer",push:"Under the limit",group:"Puzzle",predict:"Prediction",bingo:"Bingo",shoot:"Penalties"}});function v(e,t,r){function o(s,l){if(s._zod||Object.defineProperty(s,"_zod",{value:{def:l,constr:a,traits:new Set},enumerable:!1}),s._zod.traits.has(e))return;s._zod.traits.add(e),t(s,l);let d=a.prototype,u=Object.keys(d);for(let p=0;p<u.length;p++){let h=u[p];h in s||(s[h]=d[h].bind(s))}}let n=r?.Parent??Object;class i extends n{}Object.defineProperty(i,"name",{value:e});function a(s){var l;let d=r?.Parent?new i:this;o(d,s),(l=d._zod).deferred??(l.deferred=[]);for(let u of d._zod.deferred)u();return d}return Object.defineProperty(a,"init",{value:o}),Object.defineProperty(a,Symbol.hasInstance,{value:s=>r?.Parent&&s instanceof r.Parent?!0:s?._zod?.traits?.has(e)}),Object.defineProperty(a,"name",{value:e}),a}function oe(e){return e&&Object.assign(hn,e),hn}var Ug,Tc,Ac,Xe,jt,hn,mn=y(()=>{Tc=Object.freeze({status:"aborted"});Ac=Symbol("zod_brand"),Xe=class extends Error{constructor(){super("Encountered Promise during synchronous parse. Use .parseAsync() instead.")}},jt=class extends Error{constructor(t){super(`Encountered unidirectional transform during encode: ${t}`),this.name="ZodEncodeError"}};(Ug=globalThis).__zod_globalConfig??(Ug.__zod_globalConfig={});hn=globalThis.__zod_globalConfig});var I={};ot(I,{BIGINT_FORMAT_RANGES:()=>Mc,Class:()=>Pc,NUMBER_FORMAT_RANGES:()=>jc,aborted:()=>Ft,allowsEval:()=>Nc,assert:()=>pT,assertEqual:()=>cT,assertIs:()=>dT,assertNever:()=>uT,assertNotEqual:()=>lT,assignProp:()=>Ut,base64ToUint8Array:()=>Fg,base64urlToUint8Array:()=>IT,cached:()=>Wn,captureStackTrace:()=>ki,cleanEnum:()=>AT,cleanRegex:()=>Qr,clone:()=>Ie,cloneDef:()=>mT,createTransparentProxy:()=>wT,defineLazy:()=>W,esc:()=>_i,escapeRegex:()=>He,explicitlyAborted:()=>Uc,extend:()=>xT,finalizeIssue:()=>Pe,floatSafeRemainder:()=>Cc,getElementAtPath:()=>fT,getEnumValues:()=>Xr,getLengthableOrigin:()=>no,getParsedType:()=>bT,getSizableOrigin:()=>to,hexToUint8Array:()=>CT,isObject:()=>fn,isPlainObject:()=>zt,issue:()=>Kn,joinValues:()=>_,jsonStringifyReplacer:()=>Bn,merge:()=>ET,mergeDefs:()=>kt,normalizeParams:()=>C,nullish:()=>Mt,numKeys:()=>vT,objectClone:()=>hT,omit:()=>kT,optionalKeys:()=>Dc,parsedType:()=>A,partial:()=>$T,pick:()=>_T,prefixIssues:()=>De,primitiveTypes:()=>Lc,promiseAllObject:()=>gT,propertyKeyTypes:()=>eo,randomString:()=>yT,required:()=>TT,safeExtend:()=>ST,shallowClone:()=>Rc,slugify:()=>Oc,stringifyPrimitive:()=>T,uint8ArrayToBase64:()=>Gg,uint8ArrayToBase64url:()=>PT,uint8ArrayToHex:()=>OT,unwrapMessage:()=>qr});function cT(e){return e}function lT(e){return e}function dT(e){}function uT(e){throw new Error("Unexpected value in exhaustive check")}function pT(e){}function Xr(e){let t=Object.values(e).filter(o=>typeof o=="number");return Object.entries(e).filter(([o,n])=>t.indexOf(+o)===-1).map(([o,n])=>n)}function _(e,t="|"){return e.map(r=>T(r)).join(t)}function Bn(e,t){return typeof t=="bigint"?t.toString():t}function Wn(e){return{get value(){{let r=e();return Object.defineProperty(this,"value",{value:r}),r}throw new Error("cached value already set")}}}function Mt(e){return e==null}function Qr(e){let t=e.startsWith("^")?1:0,r=e.endsWith("$")?e.length-1:e.length;return e.slice(t,r)}function Cc(e,t){let r=e/t,o=Math.round(r),n=Number.EPSILON*Math.max(Math.abs(r),1);return Math.abs(r-o)<n?0:r-o}function W(e,t,r){let o;Object.defineProperty(e,t,{get(){if(o!==zg)return o===void 0&&(o=zg,o=r()),o},set(n){Object.defineProperty(e,t,{value:n})},configurable:!0})}function hT(e){return Object.create(Object.getPrototypeOf(e),Object.getOwnPropertyDescriptors(e))}function Ut(e,t,r){Object.defineProperty(e,t,{value:r,writable:!0,enumerable:!0,configurable:!0})}function kt(...e){let t={};for(let r of e){let o=Object.getOwnPropertyDescriptors(r);Object.assign(t,o)}return Object.defineProperties({},t)}function mT(e){return kt(e._zod.def)}function fT(e,t){return t?t.reduce((r,o)=>r?.[o],e):e}function gT(e){let t=Object.keys(e),r=t.map(o=>e[o]);return Promise.all(r).then(o=>{let n={};for(let i=0;i<t.length;i++)n[t[i]]=o[i];return n})}function yT(e=10){let t="abcdefghijklmnopqrstuvwxyz",r="";for(let o=0;o<e;o++)r+=t[Math.floor(Math.random()*t.length)];return r}function _i(e){return JSON.stringify(e)}function Oc(e){return e.toLowerCase().trim().replace(/[^\w\s-]/g,"").replace(/[\s_-]+/g,"-").replace(/^-+|-+$/g,"")}function fn(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}function zt(e){if(fn(e)===!1)return!1;let t=e.constructor;if(t===void 0||typeof t!="function")return!0;let r=t.prototype;return!(fn(r)===!1||Object.prototype.hasOwnProperty.call(r,"isPrototypeOf")===!1)}function Rc(e){return zt(e)?{...e}:Array.isArray(e)?[...e]:e instanceof Map?new Map(e):e instanceof Set?new Set(e):e}function vT(e){let t=0;for(let r in e)Object.prototype.hasOwnProperty.call(e,r)&&t++;return t}function He(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function Ie(e,t,r){let o=new e._zod.constr(t??e._zod.def);return(!t||r?.parent)&&(o._zod.parent=e),o}function C(e){let t=e;if(!t)return{};if(typeof t=="string")return{error:()=>t};if(t?.message!==void 0){if(t?.error!==void 0)throw new Error("Cannot specify both `message` and `error` params");t.error=t.message}return delete t.message,typeof t.error=="string"?{...t,error:()=>t.error}:t}function wT(e){let t;return new Proxy({},{get(r,o,n){return t??(t=e()),Reflect.get(t,o,n)},set(r,o,n,i){return t??(t=e()),Reflect.set(t,o,n,i)},has(r,o){return t??(t=e()),Reflect.has(t,o)},deleteProperty(r,o){return t??(t=e()),Reflect.deleteProperty(t,o)},ownKeys(r){return t??(t=e()),Reflect.ownKeys(t)},getOwnPropertyDescriptor(r,o){return t??(t=e()),Reflect.getOwnPropertyDescriptor(t,o)},defineProperty(r,o,n){return t??(t=e()),Reflect.defineProperty(t,o,n)}})}function T(e){return typeof e=="bigint"?e.toString()+"n":typeof e=="string"?`"${e}"`:`${e}`}function Dc(e){return Object.keys(e).filter(t=>e[t]._zod.optin==="optional"&&e[t]._zod.optout==="optional")}function _T(e,t){let r=e._zod.def,o=r.checks;if(o&&o.length>0)throw new Error(".pick() cannot be used on object schemas containing refinements");let i=kt(e._zod.def,{get shape(){let a={};for(let s in t){if(!(s in r.shape))throw new Error(`Unrecognized key: "${s}"`);t[s]&&(a[s]=r.shape[s])}return Ut(this,"shape",a),a},checks:[]});return Ie(e,i)}function kT(e,t){let r=e._zod.def,o=r.checks;if(o&&o.length>0)throw new Error(".omit() cannot be used on object schemas containing refinements");let i=kt(e._zod.def,{get shape(){let a={...e._zod.def.shape};for(let s in t){if(!(s in r.shape))throw new Error(`Unrecognized key: "${s}"`);t[s]&&delete a[s]}return Ut(this,"shape",a),a},checks:[]});return Ie(e,i)}function xT(e,t){if(!zt(t))throw new Error("Invalid input to extend: expected a plain object");let r=e._zod.def.checks;if(r&&r.length>0){let i=e._zod.def.shape;for(let a in t)if(Object.getOwnPropertyDescriptor(i,a)!==void 0)throw new Error("Cannot overwrite keys on object schemas containing refinements. Use `.safeExtend()` instead.")}let n=kt(e._zod.def,{get shape(){let i={...e._zod.def.shape,...t};return Ut(this,"shape",i),i}});return Ie(e,n)}function ST(e,t){if(!zt(t))throw new Error("Invalid input to safeExtend: expected a plain object");let r=kt(e._zod.def,{get shape(){let o={...e._zod.def.shape,...t};return Ut(this,"shape",o),o}});return Ie(e,r)}function ET(e,t){if(e._zod.def.checks?.length)throw new Error(".merge() cannot be used on object schemas containing refinements. Use .safeExtend() instead.");let r=kt(e._zod.def,{get shape(){let o={...e._zod.def.shape,...t._zod.def.shape};return Ut(this,"shape",o),o},get catchall(){return t._zod.def.catchall},checks:t._zod.def.checks??[]});return Ie(e,r)}function $T(e,t,r){let n=t._zod.def.checks;if(n&&n.length>0)throw new Error(".partial() cannot be used on object schemas containing refinements");let a=kt(t._zod.def,{get shape(){let s=t._zod.def.shape,l={...s};if(r)for(let d in r){if(!(d in s))throw new Error(`Unrecognized key: "${d}"`);r[d]&&(l[d]=e?new e({type:"optional",innerType:s[d]}):s[d])}else for(let d in s)l[d]=e?new e({type:"optional",innerType:s[d]}):s[d];return Ut(this,"shape",l),l},checks:[]});return Ie(t,a)}function TT(e,t,r){let o=kt(t._zod.def,{get shape(){let n=t._zod.def.shape,i={...n};if(r)for(let a in r){if(!(a in i))throw new Error(`Unrecognized key: "${a}"`);r[a]&&(i[a]=new e({type:"nonoptional",innerType:n[a]}))}else for(let a in n)i[a]=new e({type:"nonoptional",innerType:n[a]});return Ut(this,"shape",i),i}});return Ie(t,o)}function Ft(e,t=0){if(e.aborted===!0)return!0;for(let r=t;r<e.issues.length;r++)if(e.issues[r]?.continue!==!0)return!0;return!1}function Uc(e,t=0){if(e.aborted===!0)return!0;for(let r=t;r<e.issues.length;r++)if(e.issues[r]?.continue===!1)return!0;return!1}function De(e,t){return t.map(r=>{var o;return(o=r).path??(o.path=[]),r.path.unshift(e),r})}function qr(e){return typeof e=="string"?e:e?.message}function Pe(e,t,r){let o=e.message?e.message:qr(e.inst?._zod.def?.error?.(e))??qr(t?.error?.(e))??qr(r.customError?.(e))??qr(r.localeError?.(e))??"Invalid input",{inst:n,continue:i,input:a,...s}=e;return s.path??(s.path=[]),s.message=o,t?.reportInput&&(s.input=a),s}function to(e){return e instanceof Set?"set":e instanceof Map?"map":e instanceof File?"file":"unknown"}function no(e){return Array.isArray(e)?"array":typeof e=="string"?"string":"unknown"}function A(e){let t=typeof e;switch(t){case"number":return Number.isNaN(e)?"nan":"number";case"object":{if(e===null)return"null";if(Array.isArray(e))return"array";let r=e;if(r&&Object.getPrototypeOf(r)!==Object.prototype&&"constructor"in r&&r.constructor)return r.constructor.name}}return t}function Kn(...e){let[t,r,o]=e;return typeof t=="string"?{message:t,code:"custom",input:r,inst:o}:{...t}}function AT(e){return Object.entries(e).filter(([t,r])=>Number.isNaN(Number.parseInt(t,10))).map(t=>t[1])}function Fg(e){let t=atob(e),r=new Uint8Array(t.length);for(let o=0;o<t.length;o++)r[o]=t.charCodeAt(o);return r}function Gg(e){let t="";for(let r=0;r<e.length;r++)t+=String.fromCharCode(e[r]);return btoa(t)}function IT(e){let t=e.replace(/-/g,"+").replace(/_/g,"/"),r="=".repeat((4-t.length%4)%4);return Fg(t+r)}function PT(e){return Gg(e).replace(/\+/g,"-").replace(/\//g,"_").replace(/=/g,"")}function CT(e){let t=e.replace(/^0x/,"");if(t.length%2!==0)throw new Error("Invalid hex string length");let r=new Uint8Array(t.length/2);for(let o=0;o<t.length;o+=2)r[o/2]=Number.parseInt(t.slice(o,o+2),16);return r}function OT(e){return Array.from(e).map(t=>t.toString(16).padStart(2,"0")).join("")}var zg,ki,Nc,bT,eo,Lc,jc,Mc,Pc,U=y(()=>{mn();zg=Symbol("evaluating");ki="captureStackTrace"in Error?Error.captureStackTrace:(...e)=>{};Nc=Wn(()=>{if(hn.jitless||typeof navigator<"u"&&navigator?.userAgent?.includes("Cloudflare"))return!1;try{let e=Function;return new e(""),!0}catch{return!1}});bT=e=>{let t=typeof e;switch(t){case"undefined":return"undefined";case"string":return"string";case"number":return Number.isNaN(e)?"nan":"number";case"boolean":return"boolean";case"function":return"function";case"bigint":return"bigint";case"symbol":return"symbol";case"object":return Array.isArray(e)?"array":e===null?"null":e.then&&typeof e.then=="function"&&e.catch&&typeof e.catch=="function"?"promise":typeof Map<"u"&&e instanceof Map?"map":typeof Set<"u"&&e instanceof Set?"set":typeof Date<"u"&&e instanceof Date?"date":typeof File<"u"&&e instanceof File?"file":"object";default:throw new Error(`Unknown data type: ${t}`)}},eo=new Set(["string","number","symbol"]),Lc=new Set(["string","number","bigint","boolean","symbol","undefined"]);jc={safeint:[Number.MIN_SAFE_INTEGER,Number.MAX_SAFE_INTEGER],int32:[-2147483648,2147483647],uint32:[0,4294967295],float32:[-34028234663852886e22,34028234663852886e22],float64:[-Number.MAX_VALUE,Number.MAX_VALUE]},Mc={int64:[BigInt("-9223372036854775808"),BigInt("9223372036854775807")],uint64:[BigInt(0),BigInt("18446744073709551615")]};Pc=class{constructor(...t){}}});function oo(e,t=r=>r.message){let r={},o=[];for(let n of e.issues)n.path.length>0?(r[n.path[0]]=r[n.path[0]]||[],r[n.path[0]].push(t(n))):o.push(t(n));return{formErrors:o,fieldErrors:r}}function io(e,t=r=>r.message){let r={_errors:[]},o=(n,i=[])=>{for(let a of n.issues)if(a.code==="invalid_union"&&a.errors.length)a.errors.map(s=>o({issues:s},[...i,...a.path]));else if(a.code==="invalid_key")o({issues:a.issues},[...i,...a.path]);else if(a.code==="invalid_element")o({issues:a.issues},[...i,...a.path]);else{let s=[...i,...a.path];if(s.length===0)r._errors.push(t(a));else{let l=r,d=0;for(;d<s.length;){let u=s[d];d===s.length-1?(l[u]=l[u]||{_errors:[]},l[u]._errors.push(t(a))):l[u]=l[u]||{_errors:[]},l=l[u],d++}}}};return o(e),r}function zc(e,t=r=>r.message){let r={errors:[]},o=(n,i=[])=>{var a,s;for(let l of n.issues)if(l.code==="invalid_union"&&l.errors.length)l.errors.map(d=>o({issues:d},[...i,...l.path]));else if(l.code==="invalid_key")o({issues:l.issues},[...i,...l.path]);else if(l.code==="invalid_element")o({issues:l.issues},[...i,...l.path]);else{let d=[...i,...l.path];if(d.length===0){r.errors.push(t(l));continue}let u=r,p=0;for(;p<d.length;){let h=d[p],f=p===d.length-1;typeof h=="string"?(u.properties??(u.properties={}),(a=u.properties)[h]??(a[h]={errors:[]}),u=u.properties[h]):(u.items??(u.items=[]),(s=u.items)[h]??(s[h]={errors:[]}),u=u.items[h]),f&&u.errors.push(t(l)),p++}}};return o(e),r}function Wg(e){let t=[],r=e.map(o=>typeof o=="object"?o.key:o);for(let o of r)typeof o=="number"?t.push(`[${o}]`):typeof o=="symbol"?t.push(`[${JSON.stringify(String(o))}]`):/[^\w$]/.test(o)?t.push(`[${JSON.stringify(o)}]`):(t.length&&t.push("."),t.push(o));return t.join("")}function Fc(e){let t=[],r=[...e.issues].sort((o,n)=>(o.path??[]).length-(n.path??[]).length);for(let o of r)t.push(`\u2716 ${o.message}`),o.path?.length&&t.push(` \u2192 at ${Wg(o.path)}`);return t.join(`
10035
- `)}var Bg,ro,je,Gc=y(()=>{mn();U();Bg=(e,t)=>{e.name="$ZodError",Object.defineProperty(e,"_zod",{value:e._zod,enumerable:!1}),Object.defineProperty(e,"issues",{value:t,enumerable:!1}),e.message=JSON.stringify(t,Bn,2),Object.defineProperty(e,"toString",{value:()=>e.message,enumerable:!1})},ro=v("$ZodError",Bg),je=v("$ZodError",Bg,{Parent:Error})});var Zn,xi,Vn,Si,Hn,Bc,Yn,Wc,Ei,RT,$i,LT,Ti,DT,Ai,jT,Ii,MT,Pi,UT,Ci,zT,Oi,FT,Kc=y(()=>{mn();Gc();U();Zn=e=>(t,r,o,n)=>{let i=o?{...o,async:!1}:{async:!1},a=t._zod.run({value:r,issues:[]},i);if(a instanceof Promise)throw new Xe;if(a.issues.length){let s=new(n?.Err??e)(a.issues.map(l=>Pe(l,i,oe())));throw ki(s,n?.callee),s}return a.value},xi=Zn(je),Vn=e=>async(t,r,o,n)=>{let i=o?{...o,async:!0}:{async:!0},a=t._zod.run({value:r,issues:[]},i);if(a instanceof Promise&&(a=await a),a.issues.length){let s=new(n?.Err??e)(a.issues.map(l=>Pe(l,i,oe())));throw ki(s,n?.callee),s}return a.value},Si=Vn(je),Hn=e=>(t,r,o)=>{let n=o?{...o,async:!1}:{async:!1},i=t._zod.run({value:r,issues:[]},n);if(i instanceof Promise)throw new Xe;return i.issues.length?{success:!1,error:new(e??ro)(i.issues.map(a=>Pe(a,n,oe())))}:{success:!0,data:i.value}},Bc=Hn(je),Yn=e=>async(t,r,o)=>{let n=o?{...o,async:!0}:{async:!0},i=t._zod.run({value:r,issues:[]},n);return i instanceof Promise&&(i=await i),i.issues.length?{success:!1,error:new e(i.issues.map(a=>Pe(a,n,oe())))}:{success:!0,data:i.value}},Wc=Yn(je),Ei=e=>(t,r,o)=>{let n=o?{...o,direction:"backward"}:{direction:"backward"};return Zn(e)(t,r,n)},RT=Ei(je),$i=e=>(t,r,o)=>Zn(e)(t,r,o),LT=$i(je),Ti=e=>async(t,r,o)=>{let n=o?{...o,direction:"backward"}:{direction:"backward"};return Vn(e)(t,r,n)},DT=Ti(je),Ai=e=>async(t,r,o)=>Vn(e)(t,r,o),jT=Ai(je),Ii=e=>(t,r,o)=>{let n=o?{...o,direction:"backward"}:{direction:"backward"};return Hn(e)(t,r,n)},MT=Ii(je),Pi=e=>(t,r,o)=>Hn(e)(t,r,o),UT=Pi(je),Ci=e=>async(t,r,o)=>{let n=o?{...o,direction:"backward"}:{direction:"backward"};return Yn(e)(t,r,n)},zT=Ci(je),Oi=e=>async(t,r,o)=>Yn(e)(t,r,o),FT=Oi(je)});var Fe={};ot(Fe,{base64:()=>sl,base64url:()=>Ni,bigint:()=>ml,boolean:()=>gl,browserEmail:()=>YT,cidrv4:()=>il,cidrv6:()=>al,cuid:()=>Zc,cuid2:()=>Vc,date:()=>dl,datetime:()=>pl,domain:()=>XT,duration:()=>Xc,e164:()=>ll,email:()=>el,emoji:()=>tl,extendedDuration:()=>GT,guid:()=>Qc,hex:()=>QT,hostname:()=>qT,html5Email:()=>ZT,httpProtocol:()=>cl,idnEmail:()=>HT,integer:()=>fl,ipv4:()=>nl,ipv6:()=>rl,ksuid:()=>Jc,lowercase:()=>bl,mac:()=>ol,md5_base64:()=>t0,md5_base64url:()=>n0,md5_hex:()=>e0,nanoid:()=>qc,null:()=>yl,number:()=>Ri,rfc5322Email:()=>VT,sha1_base64:()=>o0,sha1_base64url:()=>i0,sha1_hex:()=>r0,sha256_base64:()=>s0,sha256_base64url:()=>c0,sha256_hex:()=>a0,sha384_base64:()=>d0,sha384_base64url:()=>u0,sha384_hex:()=>l0,sha512_base64:()=>h0,sha512_base64url:()=>m0,sha512_hex:()=>p0,string:()=>hl,time:()=>ul,ulid:()=>Hc,undefined:()=>vl,unicodeEmail:()=>Kg,uppercase:()=>wl,uuid:()=>gn,uuid4:()=>BT,uuid6:()=>WT,uuid7:()=>KT,xid:()=>Yc});function tl(){return new RegExp(JT,"u")}function Vg(e){let t="(?:[01]\\d|2[0-3]):[0-5]\\d";return typeof e.precision=="number"?e.precision===-1?`${t}`:e.precision===0?`${t}:[0-5]\\d`:`${t}:[0-5]\\d\\.\\d{${e.precision}}`:`${t}(?::[0-5]\\d(?:\\.\\d+)?)?`}function ul(e){return new RegExp(`^${Vg(e)}$`)}function pl(e){let t=Vg({precision:e.precision}),r=["Z"];e.local&&r.push(""),e.offset&&r.push("([+-](?:[01]\\d|2[0-3]):[0-5]\\d)");let o=`${t}(?:${r.join("|")})`;return new RegExp(`^${Zg}T(?:${o})$`)}function ao(e,t){return new RegExp(`^[A-Za-z0-9+/]{${e}}${t}$`)}function so(e){return new RegExp(`^[A-Za-z0-9_-]{${e}}$`)}var Zc,Vc,Hc,Yc,Jc,qc,Xc,GT,Qc,gn,BT,WT,KT,el,ZT,VT,Kg,HT,YT,JT,nl,rl,ol,il,al,sl,Ni,qT,XT,cl,ll,Zg,dl,hl,ml,fl,Ri,gl,yl,vl,bl,wl,QT,e0,t0,n0,r0,o0,i0,a0,s0,c0,l0,d0,u0,p0,h0,m0,Li=y(()=>{U();Zc=/^[cC][0-9a-z]{6,}$/,Vc=/^[0-9a-z]+$/,Hc=/^[0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{26}$/,Yc=/^[0-9a-vA-V]{20}$/,Jc=/^[A-Za-z0-9]{27}$/,qc=/^[a-zA-Z0-9_-]{21}$/,Xc=/^P(?:(\d+W)|(?!.*W)(?=\d|T\d)(\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+([.,]\d+)?S)?)?)$/,GT=/^[-+]?P(?!$)(?:(?:[-+]?\d+Y)|(?:[-+]?\d+[.,]\d+Y$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:(?:[-+]?\d+W)|(?:[-+]?\d+[.,]\d+W$))?(?:(?:[-+]?\d+D)|(?:[-+]?\d+[.,]\d+D$))?(?:T(?=[\d+-])(?:(?:[-+]?\d+H)|(?:[-+]?\d+[.,]\d+H$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:[-+]?\d+(?:[.,]\d+)?S)?)??$/,Qc=/^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$/,gn=e=>e?new RegExp(`^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-${e}[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$`):/^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$/,BT=gn(4),WT=gn(6),KT=gn(7),el=/^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$/,ZT=/^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/,VT=/^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/,Kg=/^[^\s@"]{1,64}@[^\s@]{1,255}$/u,HT=Kg,YT=/^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/,JT="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";nl=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/,rl=/^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:))$/,ol=e=>{let t=He(e??":");return new RegExp(`^(?:[0-9A-F]{2}${t}){5}[0-9A-F]{2}$|^(?:[0-9a-f]{2}${t}){5}[0-9a-f]{2}$`)},il=/^((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/([0-9]|[1-2][0-9]|3[0-2])$/,al=/^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|::|([0-9a-fA-F]{1,4})?::([0-9a-fA-F]{1,4}:?){0,6})\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/,sl=/^$|^(?:[0-9a-zA-Z+/]{4})*(?:(?:[0-9a-zA-Z+/]{2}==)|(?:[0-9a-zA-Z+/]{3}=))?$/,Ni=/^[A-Za-z0-9_-]*$/,qT=/^(?=.{1,253}\.?$)[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[-0-9a-zA-Z]{0,61}[0-9a-zA-Z])?)*\.?$/,XT=/^([a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?\.)+[a-zA-Z]{2,}$/,cl=/^https?$/,ll=/^\+[1-9]\d{6,14}$/,Zg="(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))",dl=new RegExp(`^${Zg}$`);hl=e=>{let t=e?`[\\s\\S]{${e?.minimum??0},${e?.maximum??""}}`:"[\\s\\S]*";return new RegExp(`^${t}$`)},ml=/^-?\d+n?$/,fl=/^-?\d+$/,Ri=/^-?\d+(?:\.\d+)?$/,gl=/^(?:true|false)$/i,yl=/^null$/i,vl=/^undefined$/i,bl=/^[^A-Z]*$/,wl=/^[^a-z]*$/,QT=/^[0-9a-fA-F]*$/;e0=/^[0-9a-fA-F]{32}$/,t0=ao(22,"=="),n0=so(22),r0=/^[0-9a-fA-F]{40}$/,o0=ao(27,"="),i0=so(27),a0=/^[0-9a-fA-F]{64}$/,s0=ao(43,"="),c0=so(43),l0=/^[0-9a-fA-F]{96}$/,d0=ao(64,""),u0=so(64),p0=/^[0-9a-fA-F]{128}$/,h0=ao(86,"=="),m0=so(86)});function Hg(e,t,r){e.issues.length&&t.issues.push(...De(r,e.issues))}var Q,Yg,Di,ji,_l,kl,xl,Sl,El,$l,Tl,Al,Il,Jn,Pl,Cl,Ol,Nl,Rl,Ll,Dl,jl,Ml,Mi=y(()=>{mn();Li();U();Q=v("$ZodCheck",(e,t)=>{var r;e._zod??(e._zod={}),e._zod.def=t,(r=e._zod).onattach??(r.onattach=[])}),Yg={number:"number",bigint:"bigint",object:"date"},Di=v("$ZodCheckLessThan",(e,t)=>{Q.init(e,t);let r=Yg[typeof t.value];e._zod.onattach.push(o=>{let n=o._zod.bag,i=(t.inclusive?n.maximum:n.exclusiveMaximum)??Number.POSITIVE_INFINITY;t.value<i&&(t.inclusive?n.maximum=t.value:n.exclusiveMaximum=t.value)}),e._zod.check=o=>{(t.inclusive?o.value<=t.value:o.value<t.value)||o.issues.push({origin:r,code:"too_big",maximum:typeof t.value=="object"?t.value.getTime():t.value,input:o.value,inclusive:t.inclusive,inst:e,continue:!t.abort})}}),ji=v("$ZodCheckGreaterThan",(e,t)=>{Q.init(e,t);let r=Yg[typeof t.value];e._zod.onattach.push(o=>{let n=o._zod.bag,i=(t.inclusive?n.minimum:n.exclusiveMinimum)??Number.NEGATIVE_INFINITY;t.value>i&&(t.inclusive?n.minimum=t.value:n.exclusiveMinimum=t.value)}),e._zod.check=o=>{(t.inclusive?o.value>=t.value:o.value>t.value)||o.issues.push({origin:r,code:"too_small",minimum:typeof t.value=="object"?t.value.getTime():t.value,input:o.value,inclusive:t.inclusive,inst:e,continue:!t.abort})}}),_l=v("$ZodCheckMultipleOf",(e,t)=>{Q.init(e,t),e._zod.onattach.push(r=>{var o;(o=r._zod.bag).multipleOf??(o.multipleOf=t.value)}),e._zod.check=r=>{if(typeof r.value!=typeof t.value)throw new Error("Cannot mix number and bigint in multiple_of check.");(typeof r.value=="bigint"?r.value%t.value===BigInt(0):Cc(r.value,t.value)===0)||r.issues.push({origin:typeof r.value,code:"not_multiple_of",divisor:t.value,input:r.value,inst:e,continue:!t.abort})}}),kl=v("$ZodCheckNumberFormat",(e,t)=>{Q.init(e,t),t.format=t.format||"float64";let r=t.format?.includes("int"),o=r?"int":"number",[n,i]=jc[t.format];e._zod.onattach.push(a=>{let s=a._zod.bag;s.format=t.format,s.minimum=n,s.maximum=i,r&&(s.pattern=fl)}),e._zod.check=a=>{let s=a.value;if(r){if(!Number.isInteger(s)){a.issues.push({expected:o,format:t.format,code:"invalid_type",continue:!1,input:s,inst:e});return}if(!Number.isSafeInteger(s)){s>0?a.issues.push({input:s,code:"too_big",maximum:Number.MAX_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:e,origin:o,inclusive:!0,continue:!t.abort}):a.issues.push({input:s,code:"too_small",minimum:Number.MIN_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:e,origin:o,inclusive:!0,continue:!t.abort});return}}s<n&&a.issues.push({origin:"number",input:s,code:"too_small",minimum:n,inclusive:!0,inst:e,continue:!t.abort}),s>i&&a.issues.push({origin:"number",input:s,code:"too_big",maximum:i,inclusive:!0,inst:e,continue:!t.abort})}}),xl=v("$ZodCheckBigIntFormat",(e,t)=>{Q.init(e,t);let[r,o]=Mc[t.format];e._zod.onattach.push(n=>{let i=n._zod.bag;i.format=t.format,i.minimum=r,i.maximum=o}),e._zod.check=n=>{let i=n.value;i<r&&n.issues.push({origin:"bigint",input:i,code:"too_small",minimum:r,inclusive:!0,inst:e,continue:!t.abort}),i>o&&n.issues.push({origin:"bigint",input:i,code:"too_big",maximum:o,inclusive:!0,inst:e,continue:!t.abort})}}),Sl=v("$ZodCheckMaxSize",(e,t)=>{var r;Q.init(e,t),(r=e._zod.def).when??(r.when=o=>{let n=o.value;return!Mt(n)&&n.size!==void 0}),e._zod.onattach.push(o=>{let n=o._zod.bag.maximum??Number.POSITIVE_INFINITY;t.maximum<n&&(o._zod.bag.maximum=t.maximum)}),e._zod.check=o=>{let n=o.value;n.size<=t.maximum||o.issues.push({origin:to(n),code:"too_big",maximum:t.maximum,inclusive:!0,input:n,inst:e,continue:!t.abort})}}),El=v("$ZodCheckMinSize",(e,t)=>{var r;Q.init(e,t),(r=e._zod.def).when??(r.when=o=>{let n=o.value;return!Mt(n)&&n.size!==void 0}),e._zod.onattach.push(o=>{let n=o._zod.bag.minimum??Number.NEGATIVE_INFINITY;t.minimum>n&&(o._zod.bag.minimum=t.minimum)}),e._zod.check=o=>{let n=o.value;n.size>=t.minimum||o.issues.push({origin:to(n),code:"too_small",minimum:t.minimum,inclusive:!0,input:n,inst:e,continue:!t.abort})}}),$l=v("$ZodCheckSizeEquals",(e,t)=>{var r;Q.init(e,t),(r=e._zod.def).when??(r.when=o=>{let n=o.value;return!Mt(n)&&n.size!==void 0}),e._zod.onattach.push(o=>{let n=o._zod.bag;n.minimum=t.size,n.maximum=t.size,n.size=t.size}),e._zod.check=o=>{let n=o.value,i=n.size;if(i===t.size)return;let a=i>t.size;o.issues.push({origin:to(n),...a?{code:"too_big",maximum:t.size}:{code:"too_small",minimum:t.size},inclusive:!0,exact:!0,input:o.value,inst:e,continue:!t.abort})}}),Tl=v("$ZodCheckMaxLength",(e,t)=>{var r;Q.init(e,t),(r=e._zod.def).when??(r.when=o=>{let n=o.value;return!Mt(n)&&n.length!==void 0}),e._zod.onattach.push(o=>{let n=o._zod.bag.maximum??Number.POSITIVE_INFINITY;t.maximum<n&&(o._zod.bag.maximum=t.maximum)}),e._zod.check=o=>{let n=o.value;if(n.length<=t.maximum)return;let a=no(n);o.issues.push({origin:a,code:"too_big",maximum:t.maximum,inclusive:!0,input:n,inst:e,continue:!t.abort})}}),Al=v("$ZodCheckMinLength",(e,t)=>{var r;Q.init(e,t),(r=e._zod.def).when??(r.when=o=>{let n=o.value;return!Mt(n)&&n.length!==void 0}),e._zod.onattach.push(o=>{let n=o._zod.bag.minimum??Number.NEGATIVE_INFINITY;t.minimum>n&&(o._zod.bag.minimum=t.minimum)}),e._zod.check=o=>{let n=o.value;if(n.length>=t.minimum)return;let a=no(n);o.issues.push({origin:a,code:"too_small",minimum:t.minimum,inclusive:!0,input:n,inst:e,continue:!t.abort})}}),Il=v("$ZodCheckLengthEquals",(e,t)=>{var r;Q.init(e,t),(r=e._zod.def).when??(r.when=o=>{let n=o.value;return!Mt(n)&&n.length!==void 0}),e._zod.onattach.push(o=>{let n=o._zod.bag;n.minimum=t.length,n.maximum=t.length,n.length=t.length}),e._zod.check=o=>{let n=o.value,i=n.length;if(i===t.length)return;let a=no(n),s=i>t.length;o.issues.push({origin:a,...s?{code:"too_big",maximum:t.length}:{code:"too_small",minimum:t.length},inclusive:!0,exact:!0,input:o.value,inst:e,continue:!t.abort})}}),Jn=v("$ZodCheckStringFormat",(e,t)=>{var r,o;Q.init(e,t),e._zod.onattach.push(n=>{let i=n._zod.bag;i.format=t.format,t.pattern&&(i.patterns??(i.patterns=new Set),i.patterns.add(t.pattern))}),t.pattern?(r=e._zod).check??(r.check=n=>{t.pattern.lastIndex=0,!t.pattern.test(n.value)&&n.issues.push({origin:"string",code:"invalid_format",format:t.format,input:n.value,...t.pattern?{pattern:t.pattern.toString()}:{},inst:e,continue:!t.abort})}):(o=e._zod).check??(o.check=()=>{})}),Pl=v("$ZodCheckRegex",(e,t)=>{Jn.init(e,t),e._zod.check=r=>{t.pattern.lastIndex=0,!t.pattern.test(r.value)&&r.issues.push({origin:"string",code:"invalid_format",format:"regex",input:r.value,pattern:t.pattern.toString(),inst:e,continue:!t.abort})}}),Cl=v("$ZodCheckLowerCase",(e,t)=>{t.pattern??(t.pattern=bl),Jn.init(e,t)}),Ol=v("$ZodCheckUpperCase",(e,t)=>{t.pattern??(t.pattern=wl),Jn.init(e,t)}),Nl=v("$ZodCheckIncludes",(e,t)=>{Q.init(e,t);let r=He(t.includes),o=new RegExp(typeof t.position=="number"?`^.{${t.position}}${r}`:r);t.pattern=o,e._zod.onattach.push(n=>{let i=n._zod.bag;i.patterns??(i.patterns=new Set),i.patterns.add(o)}),e._zod.check=n=>{n.value.includes(t.includes,t.position)||n.issues.push({origin:"string",code:"invalid_format",format:"includes",includes:t.includes,input:n.value,inst:e,continue:!t.abort})}}),Rl=v("$ZodCheckStartsWith",(e,t)=>{Q.init(e,t);let r=new RegExp(`^${He(t.prefix)}.*`);t.pattern??(t.pattern=r),e._zod.onattach.push(o=>{let n=o._zod.bag;n.patterns??(n.patterns=new Set),n.patterns.add(r)}),e._zod.check=o=>{o.value.startsWith(t.prefix)||o.issues.push({origin:"string",code:"invalid_format",format:"starts_with",prefix:t.prefix,input:o.value,inst:e,continue:!t.abort})}}),Ll=v("$ZodCheckEndsWith",(e,t)=>{Q.init(e,t);let r=new RegExp(`.*${He(t.suffix)}$`);t.pattern??(t.pattern=r),e._zod.onattach.push(o=>{let n=o._zod.bag;n.patterns??(n.patterns=new Set),n.patterns.add(r)}),e._zod.check=o=>{o.value.endsWith(t.suffix)||o.issues.push({origin:"string",code:"invalid_format",format:"ends_with",suffix:t.suffix,input:o.value,inst:e,continue:!t.abort})}});Dl=v("$ZodCheckProperty",(e,t)=>{Q.init(e,t),e._zod.check=r=>{let o=t.schema._zod.run({value:r.value[t.property],issues:[]},{});if(o instanceof Promise)return o.then(n=>Hg(n,r,t.property));Hg(o,r,t.property)}}),jl=v("$ZodCheckMimeType",(e,t)=>{Q.init(e,t);let r=new Set(t.mime);e._zod.onattach.push(o=>{o._zod.bag.mime=t.mime}),e._zod.check=o=>{r.has(o.value.type)||o.issues.push({code:"invalid_value",values:t.mime,input:o.value.type,inst:e,continue:!t.abort})}}),Ml=v("$ZodCheckOverwrite",(e,t)=>{Q.init(e,t),e._zod.check=r=>{r.value=t.tx(r.value)}})});var co,Ul=y(()=>{co=class{constructor(t=[]){this.content=[],this.indent=0,this&&(this.args=t)}indented(t){this.indent+=1,t(this),this.indent-=1}write(t){if(typeof t=="function"){t(this,{execution:"sync"}),t(this,{execution:"async"});return}let o=t.split(`
10080
+ `)}process.exit(1)}var Gn,oT,Fn,S,iT,aT,ue=v(()=>{"use strict";Gn=!1;oT=()=>!Gn&&process.stdout.isTTY===!0&&!process.env.NO_COLOR,Fn=(e,t)=>oT()?`\x1B[${e}m${t}\x1B[0m`:t,S={bold:e=>Fn("1",e),dim:e=>Fn("2",e),red:e=>Fn("31",e),green:e=>Fn("32",e),yellow:e=>Fn("33",e),cyan:e=>Fn("36",e)};iT=["admin","adopt","archive","client","create","deploy","dev","doctor","endpoint","help","inspect","issue","link","login","logout","logs","manifest","plan","promote","prune","reference","round","start","status","suggest","suspend","verify","wake","whoami"],aT=/`gamestage ([a-z][a-z-]*)((?: [^`]*)?)`/g});function hn(e,t={}){let r=e?.trim()||Bn;return t.lower&&!/[A-Z]/.test(r.slice(1))&&(r=r.toLowerCase()),t.plural?`${r}s`:r}var Bn,Jr=v(()=>{"use strict";Bn="Round"});function ke(e){return gT[e]??e}function Bg(e){if(!e||typeof e!="object"||Array.isArray(e))return e;let t=e;if(typeof t.archetype!="string")return e;let r=ke(t.archetype);return r===t.archetype?e:{...t,archetype:r}}var xi,gT,Rc,Wg,St=v(()=>{"use strict";xi=["hunt","push","group","predict","bingo","shoot"],gT={target_selection:"hunt",target_total:"push",puzzle:"group",prediction:"predict",forecast:"predict"};Rc={hunt:"gamestage-target-selection-element",push:"gamestage-target-total-element",group:"gamestage-puzzle-element",predict:"gamestage-prediction-element",bingo:"gamestage-bingo-element",shoot:"gamestage-shoot-element"},Wg={hunt:"Find the answer",push:"Under the limit",group:"Puzzle",predict:"Prediction",bingo:"Bingo",shoot:"Penalties"}});function b(e,t,r){function o(s,c){if(s._zod||Object.defineProperty(s,"_zod",{value:{def:c,constr:a,traits:new Set},enumerable:!1}),s._zod.traits.has(e))return;s._zod.traits.add(e),t(s,c);let d=a.prototype,u=Object.keys(d);for(let p=0;p<u.length;p++){let h=u[p];h in s||(s[h]=d[h].bind(s))}}let n=r?.Parent??Object;class i extends n{}Object.defineProperty(i,"name",{value:e});function a(s){var c;let d=r?.Parent?new i:this;o(d,s),(c=d._zod).deferred??(c.deferred=[]);for(let u of d._zod.deferred)u();return d}return Object.defineProperty(a,"init",{value:o}),Object.defineProperty(a,Symbol.hasInstance,{value:s=>r?.Parent&&s instanceof r.Parent?!0:s?._zod?.traits?.has(e)}),Object.defineProperty(a,"name",{value:e}),a}function oe(e){return e&&Object.assign(mn,e),mn}var Kg,Lc,Dc,Qe,jt,mn,fn=v(()=>{Lc=Object.freeze({status:"aborted"});Dc=Symbol("zod_brand"),Qe=class extends Error{constructor(){super("Encountered Promise during synchronous parse. Use .parseAsync() instead.")}},jt=class extends Error{constructor(t){super(`Encountered unidirectional transform during encode: ${t}`),this.name="ZodEncodeError"}};(Kg=globalThis).__zod_globalConfig??(Kg.__zod_globalConfig={});mn=globalThis.__zod_globalConfig});var P={};it(P,{BIGINT_FORMAT_RANGES:()=>Zc,Class:()=>Mc,NUMBER_FORMAT_RANGES:()=>Kc,aborted:()=>Ft,allowsEval:()=>Fc,assert:()=>_T,assertEqual:()=>yT,assertIs:()=>bT,assertNever:()=>wT,assertNotEqual:()=>vT,assignProp:()=>Ut,base64ToUint8Array:()=>Hg,base64urlToUint8Array:()=>MT,cached:()=>Kn,captureStackTrace:()=>Ei,cleanEnum:()=>jT,cleanRegex:()=>Qr,clone:()=>Ie,cloneDef:()=>xT,createTransparentProxy:()=>IT,defineLazy:()=>Z,esc:()=>Si,escapeRegex:()=>Ve,explicitlyAborted:()=>Hc,extend:()=>OT,finalizeIssue:()=>Pe,floatSafeRemainder:()=>Uc,getElementAtPath:()=>ST,getEnumValues:()=>Xr,getLengthableOrigin:()=>no,getParsedType:()=>AT,getSizableOrigin:()=>to,hexToUint8Array:()=>zT,isObject:()=>gn,isPlainObject:()=>zt,issue:()=>Zn,joinValues:()=>k,jsonStringifyReplacer:()=>Wn,merge:()=>RT,mergeDefs:()=>Et,normalizeParams:()=>O,nullish:()=>Mt,numKeys:()=>TT,objectClone:()=>kT,omit:()=>CT,optionalKeys:()=>Wc,parsedType:()=>I,partial:()=>LT,pick:()=>PT,prefixIssues:()=>De,primitiveTypes:()=>Bc,promiseAllObject:()=>ET,propertyKeyTypes:()=>eo,randomString:()=>$T,required:()=>DT,safeExtend:()=>NT,shallowClone:()=>Gc,slugify:()=>zc,stringifyPrimitive:()=>A,uint8ArrayToBase64:()=>Vg,uint8ArrayToBase64url:()=>UT,uint8ArrayToHex:()=>FT,unwrapMessage:()=>qr});function yT(e){return e}function vT(e){return e}function bT(e){}function wT(e){throw new Error("Unexpected value in exhaustive check")}function _T(e){}function Xr(e){let t=Object.values(e).filter(o=>typeof o=="number");return Object.entries(e).filter(([o,n])=>t.indexOf(+o)===-1).map(([o,n])=>n)}function k(e,t="|"){return e.map(r=>A(r)).join(t)}function Wn(e,t){return typeof t=="bigint"?t.toString():t}function Kn(e){return{get value(){{let r=e();return Object.defineProperty(this,"value",{value:r}),r}throw new Error("cached value already set")}}}function Mt(e){return e==null}function Qr(e){let t=e.startsWith("^")?1:0,r=e.endsWith("$")?e.length-1:e.length;return e.slice(t,r)}function Uc(e,t){let r=e/t,o=Math.round(r),n=Number.EPSILON*Math.max(Math.abs(r),1);return Math.abs(r-o)<n?0:r-o}function Z(e,t,r){let o;Object.defineProperty(e,t,{get(){if(o!==Zg)return o===void 0&&(o=Zg,o=r()),o},set(n){Object.defineProperty(e,t,{value:n})},configurable:!0})}function kT(e){return Object.create(Object.getPrototypeOf(e),Object.getOwnPropertyDescriptors(e))}function Ut(e,t,r){Object.defineProperty(e,t,{value:r,writable:!0,enumerable:!0,configurable:!0})}function Et(...e){let t={};for(let r of e){let o=Object.getOwnPropertyDescriptors(r);Object.assign(t,o)}return Object.defineProperties({},t)}function xT(e){return Et(e._zod.def)}function ST(e,t){return t?t.reduce((r,o)=>r?.[o],e):e}function ET(e){let t=Object.keys(e),r=t.map(o=>e[o]);return Promise.all(r).then(o=>{let n={};for(let i=0;i<t.length;i++)n[t[i]]=o[i];return n})}function $T(e=10){let t="abcdefghijklmnopqrstuvwxyz",r="";for(let o=0;o<e;o++)r+=t[Math.floor(Math.random()*t.length)];return r}function Si(e){return JSON.stringify(e)}function zc(e){return e.toLowerCase().trim().replace(/[^\w\s-]/g,"").replace(/[\s_-]+/g,"-").replace(/^-+|-+$/g,"")}function gn(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}function zt(e){if(gn(e)===!1)return!1;let t=e.constructor;if(t===void 0||typeof t!="function")return!0;let r=t.prototype;return!(gn(r)===!1||Object.prototype.hasOwnProperty.call(r,"isPrototypeOf")===!1)}function Gc(e){return zt(e)?{...e}:Array.isArray(e)?[...e]:e instanceof Map?new Map(e):e instanceof Set?new Set(e):e}function TT(e){let t=0;for(let r in e)Object.prototype.hasOwnProperty.call(e,r)&&t++;return t}function Ve(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function Ie(e,t,r){let o=new e._zod.constr(t??e._zod.def);return(!t||r?.parent)&&(o._zod.parent=e),o}function O(e){let t=e;if(!t)return{};if(typeof t=="string")return{error:()=>t};if(t?.message!==void 0){if(t?.error!==void 0)throw new Error("Cannot specify both `message` and `error` params");t.error=t.message}return delete t.message,typeof t.error=="string"?{...t,error:()=>t.error}:t}function IT(e){let t;return new Proxy({},{get(r,o,n){return t??(t=e()),Reflect.get(t,o,n)},set(r,o,n,i){return t??(t=e()),Reflect.set(t,o,n,i)},has(r,o){return t??(t=e()),Reflect.has(t,o)},deleteProperty(r,o){return t??(t=e()),Reflect.deleteProperty(t,o)},ownKeys(r){return t??(t=e()),Reflect.ownKeys(t)},getOwnPropertyDescriptor(r,o){return t??(t=e()),Reflect.getOwnPropertyDescriptor(t,o)},defineProperty(r,o,n){return t??(t=e()),Reflect.defineProperty(t,o,n)}})}function A(e){return typeof e=="bigint"?e.toString()+"n":typeof e=="string"?`"${e}"`:`${e}`}function Wc(e){return Object.keys(e).filter(t=>e[t]._zod.optin==="optional"&&e[t]._zod.optout==="optional")}function PT(e,t){let r=e._zod.def,o=r.checks;if(o&&o.length>0)throw new Error(".pick() cannot be used on object schemas containing refinements");let i=Et(e._zod.def,{get shape(){let a={};for(let s in t){if(!(s in r.shape))throw new Error(`Unrecognized key: "${s}"`);t[s]&&(a[s]=r.shape[s])}return Ut(this,"shape",a),a},checks:[]});return Ie(e,i)}function CT(e,t){let r=e._zod.def,o=r.checks;if(o&&o.length>0)throw new Error(".omit() cannot be used on object schemas containing refinements");let i=Et(e._zod.def,{get shape(){let a={...e._zod.def.shape};for(let s in t){if(!(s in r.shape))throw new Error(`Unrecognized key: "${s}"`);t[s]&&delete a[s]}return Ut(this,"shape",a),a},checks:[]});return Ie(e,i)}function OT(e,t){if(!zt(t))throw new Error("Invalid input to extend: expected a plain object");let r=e._zod.def.checks;if(r&&r.length>0){let i=e._zod.def.shape;for(let a in t)if(Object.getOwnPropertyDescriptor(i,a)!==void 0)throw new Error("Cannot overwrite keys on object schemas containing refinements. Use `.safeExtend()` instead.")}let n=Et(e._zod.def,{get shape(){let i={...e._zod.def.shape,...t};return Ut(this,"shape",i),i}});return Ie(e,n)}function NT(e,t){if(!zt(t))throw new Error("Invalid input to safeExtend: expected a plain object");let r=Et(e._zod.def,{get shape(){let o={...e._zod.def.shape,...t};return Ut(this,"shape",o),o}});return Ie(e,r)}function RT(e,t){if(e._zod.def.checks?.length)throw new Error(".merge() cannot be used on object schemas containing refinements. Use .safeExtend() instead.");let r=Et(e._zod.def,{get shape(){let o={...e._zod.def.shape,...t._zod.def.shape};return Ut(this,"shape",o),o},get catchall(){return t._zod.def.catchall},checks:t._zod.def.checks??[]});return Ie(e,r)}function LT(e,t,r){let n=t._zod.def.checks;if(n&&n.length>0)throw new Error(".partial() cannot be used on object schemas containing refinements");let a=Et(t._zod.def,{get shape(){let s=t._zod.def.shape,c={...s};if(r)for(let d in r){if(!(d in s))throw new Error(`Unrecognized key: "${d}"`);r[d]&&(c[d]=e?new e({type:"optional",innerType:s[d]}):s[d])}else for(let d in s)c[d]=e?new e({type:"optional",innerType:s[d]}):s[d];return Ut(this,"shape",c),c},checks:[]});return Ie(t,a)}function DT(e,t,r){let o=Et(t._zod.def,{get shape(){let n=t._zod.def.shape,i={...n};if(r)for(let a in r){if(!(a in i))throw new Error(`Unrecognized key: "${a}"`);r[a]&&(i[a]=new e({type:"nonoptional",innerType:n[a]}))}else for(let a in n)i[a]=new e({type:"nonoptional",innerType:n[a]});return Ut(this,"shape",i),i}});return Ie(t,o)}function Ft(e,t=0){if(e.aborted===!0)return!0;for(let r=t;r<e.issues.length;r++)if(e.issues[r]?.continue!==!0)return!0;return!1}function Hc(e,t=0){if(e.aborted===!0)return!0;for(let r=t;r<e.issues.length;r++)if(e.issues[r]?.continue===!1)return!0;return!1}function De(e,t){return t.map(r=>{var o;return(o=r).path??(o.path=[]),r.path.unshift(e),r})}function qr(e){return typeof e=="string"?e:e?.message}function Pe(e,t,r){let o=e.message?e.message:qr(e.inst?._zod.def?.error?.(e))??qr(t?.error?.(e))??qr(r.customError?.(e))??qr(r.localeError?.(e))??"Invalid input",{inst:n,continue:i,input:a,...s}=e;return s.path??(s.path=[]),s.message=o,t?.reportInput&&(s.input=a),s}function to(e){return e instanceof Set?"set":e instanceof Map?"map":e instanceof File?"file":"unknown"}function no(e){return Array.isArray(e)?"array":typeof e=="string"?"string":"unknown"}function I(e){let t=typeof e;switch(t){case"number":return Number.isNaN(e)?"nan":"number";case"object":{if(e===null)return"null";if(Array.isArray(e))return"array";let r=e;if(r&&Object.getPrototypeOf(r)!==Object.prototype&&"constructor"in r&&r.constructor)return r.constructor.name}}return t}function Zn(...e){let[t,r,o]=e;return typeof t=="string"?{message:t,code:"custom",input:r,inst:o}:{...t}}function jT(e){return Object.entries(e).filter(([t,r])=>Number.isNaN(Number.parseInt(t,10))).map(t=>t[1])}function Hg(e){let t=atob(e),r=new Uint8Array(t.length);for(let o=0;o<t.length;o++)r[o]=t.charCodeAt(o);return r}function Vg(e){let t="";for(let r=0;r<e.length;r++)t+=String.fromCharCode(e[r]);return btoa(t)}function MT(e){let t=e.replace(/-/g,"+").replace(/_/g,"/"),r="=".repeat((4-t.length%4)%4);return Hg(t+r)}function UT(e){return Vg(e).replace(/\+/g,"-").replace(/\//g,"_").replace(/=/g,"")}function zT(e){let t=e.replace(/^0x/,"");if(t.length%2!==0)throw new Error("Invalid hex string length");let r=new Uint8Array(t.length/2);for(let o=0;o<t.length;o+=2)r[o/2]=Number.parseInt(t.slice(o,o+2),16);return r}function FT(e){return Array.from(e).map(t=>t.toString(16).padStart(2,"0")).join("")}var Zg,Ei,Fc,AT,eo,Bc,Kc,Zc,Mc,U=v(()=>{fn();Zg=Symbol("evaluating");Ei="captureStackTrace"in Error?Error.captureStackTrace:(...e)=>{};Fc=Kn(()=>{if(mn.jitless||typeof navigator<"u"&&navigator?.userAgent?.includes("Cloudflare"))return!1;try{let e=Function;return new e(""),!0}catch{return!1}});AT=e=>{let t=typeof e;switch(t){case"undefined":return"undefined";case"string":return"string";case"number":return Number.isNaN(e)?"nan":"number";case"boolean":return"boolean";case"function":return"function";case"bigint":return"bigint";case"symbol":return"symbol";case"object":return Array.isArray(e)?"array":e===null?"null":e.then&&typeof e.then=="function"&&e.catch&&typeof e.catch=="function"?"promise":typeof Map<"u"&&e instanceof Map?"map":typeof Set<"u"&&e instanceof Set?"set":typeof Date<"u"&&e instanceof Date?"date":typeof File<"u"&&e instanceof File?"file":"object";default:throw new Error(`Unknown data type: ${t}`)}},eo=new Set(["string","number","symbol"]),Bc=new Set(["string","number","bigint","boolean","symbol","undefined"]);Kc={safeint:[Number.MIN_SAFE_INTEGER,Number.MAX_SAFE_INTEGER],int32:[-2147483648,2147483647],uint32:[0,4294967295],float32:[-34028234663852886e22,34028234663852886e22],float64:[-Number.MAX_VALUE,Number.MAX_VALUE]},Zc={int64:[BigInt("-9223372036854775808"),BigInt("9223372036854775807")],uint64:[BigInt(0),BigInt("18446744073709551615")]};Mc=class{constructor(...t){}}});function oo(e,t=r=>r.message){let r={},o=[];for(let n of e.issues)n.path.length>0?(r[n.path[0]]=r[n.path[0]]||[],r[n.path[0]].push(t(n))):o.push(t(n));return{formErrors:o,fieldErrors:r}}function io(e,t=r=>r.message){let r={_errors:[]},o=(n,i=[])=>{for(let a of n.issues)if(a.code==="invalid_union"&&a.errors.length)a.errors.map(s=>o({issues:s},[...i,...a.path]));else if(a.code==="invalid_key")o({issues:a.issues},[...i,...a.path]);else if(a.code==="invalid_element")o({issues:a.issues},[...i,...a.path]);else{let s=[...i,...a.path];if(s.length===0)r._errors.push(t(a));else{let c=r,d=0;for(;d<s.length;){let u=s[d];d===s.length-1?(c[u]=c[u]||{_errors:[]},c[u]._errors.push(t(a))):c[u]=c[u]||{_errors:[]},c=c[u],d++}}}};return o(e),r}function Vc(e,t=r=>r.message){let r={errors:[]},o=(n,i=[])=>{var a,s;for(let c of n.issues)if(c.code==="invalid_union"&&c.errors.length)c.errors.map(d=>o({issues:d},[...i,...c.path]));else if(c.code==="invalid_key")o({issues:c.issues},[...i,...c.path]);else if(c.code==="invalid_element")o({issues:c.issues},[...i,...c.path]);else{let d=[...i,...c.path];if(d.length===0){r.errors.push(t(c));continue}let u=r,p=0;for(;p<d.length;){let h=d[p],m=p===d.length-1;typeof h=="string"?(u.properties??(u.properties={}),(a=u.properties)[h]??(a[h]={errors:[]}),u=u.properties[h]):(u.items??(u.items=[]),(s=u.items)[h]??(s[h]={errors:[]}),u=u.items[h]),m&&u.errors.push(t(c)),p++}}};return o(e),r}function Jg(e){let t=[],r=e.map(o=>typeof o=="object"?o.key:o);for(let o of r)typeof o=="number"?t.push(`[${o}]`):typeof o=="symbol"?t.push(`[${JSON.stringify(String(o))}]`):/[^\w$]/.test(o)?t.push(`[${JSON.stringify(o)}]`):(t.length&&t.push("."),t.push(o));return t.join("")}function Yc(e){let t=[],r=[...e.issues].sort((o,n)=>(o.path??[]).length-(n.path??[]).length);for(let o of r)t.push(`\u2716 ${o.message}`),o.path?.length&&t.push(` \u2192 at ${Jg(o.path)}`);return t.join(`
10081
+ `)}var Yg,ro,je,Jc=v(()=>{fn();U();Yg=(e,t)=>{e.name="$ZodError",Object.defineProperty(e,"_zod",{value:e._zod,enumerable:!1}),Object.defineProperty(e,"issues",{value:t,enumerable:!1}),e.message=JSON.stringify(t,Wn,2),Object.defineProperty(e,"toString",{value:()=>e.message,enumerable:!1})},ro=b("$ZodError",Yg),je=b("$ZodError",Yg,{Parent:Error})});var Hn,$i,Vn,Ti,Yn,qc,Jn,Xc,Ai,BT,Ii,WT,Pi,KT,Ci,ZT,Oi,HT,Ni,VT,Ri,YT,Li,JT,Qc=v(()=>{fn();Jc();U();Hn=e=>(t,r,o,n)=>{let i=o?{...o,async:!1}:{async:!1},a=t._zod.run({value:r,issues:[]},i);if(a instanceof Promise)throw new Qe;if(a.issues.length){let s=new(n?.Err??e)(a.issues.map(c=>Pe(c,i,oe())));throw Ei(s,n?.callee),s}return a.value},$i=Hn(je),Vn=e=>async(t,r,o,n)=>{let i=o?{...o,async:!0}:{async:!0},a=t._zod.run({value:r,issues:[]},i);if(a instanceof Promise&&(a=await a),a.issues.length){let s=new(n?.Err??e)(a.issues.map(c=>Pe(c,i,oe())));throw Ei(s,n?.callee),s}return a.value},Ti=Vn(je),Yn=e=>(t,r,o)=>{let n=o?{...o,async:!1}:{async:!1},i=t._zod.run({value:r,issues:[]},n);if(i instanceof Promise)throw new Qe;return i.issues.length?{success:!1,error:new(e??ro)(i.issues.map(a=>Pe(a,n,oe())))}:{success:!0,data:i.value}},qc=Yn(je),Jn=e=>async(t,r,o)=>{let n=o?{...o,async:!0}:{async:!0},i=t._zod.run({value:r,issues:[]},n);return i instanceof Promise&&(i=await i),i.issues.length?{success:!1,error:new e(i.issues.map(a=>Pe(a,n,oe())))}:{success:!0,data:i.value}},Xc=Jn(je),Ai=e=>(t,r,o)=>{let n=o?{...o,direction:"backward"}:{direction:"backward"};return Hn(e)(t,r,n)},BT=Ai(je),Ii=e=>(t,r,o)=>Hn(e)(t,r,o),WT=Ii(je),Pi=e=>async(t,r,o)=>{let n=o?{...o,direction:"backward"}:{direction:"backward"};return Vn(e)(t,r,n)},KT=Pi(je),Ci=e=>async(t,r,o)=>Vn(e)(t,r,o),ZT=Ci(je),Oi=e=>(t,r,o)=>{let n=o?{...o,direction:"backward"}:{direction:"backward"};return Yn(e)(t,r,n)},HT=Oi(je),Ni=e=>(t,r,o)=>Yn(e)(t,r,o),VT=Ni(je),Ri=e=>async(t,r,o)=>{let n=o?{...o,direction:"backward"}:{direction:"backward"};return Jn(e)(t,r,n)},YT=Ri(je),Li=e=>async(t,r,o)=>Jn(e)(t,r,o),JT=Li(je)});var Fe={};it(Fe,{base64:()=>fl,base64url:()=>Di,bigint:()=>kl,boolean:()=>Sl,browserEmail:()=>o0,cidrv4:()=>hl,cidrv6:()=>ml,cuid:()=>el,cuid2:()=>tl,date:()=>vl,datetime:()=>wl,domain:()=>s0,duration:()=>al,e164:()=>yl,email:()=>cl,emoji:()=>ll,extendedDuration:()=>qT,guid:()=>sl,hex:()=>c0,hostname:()=>a0,html5Email:()=>t0,httpProtocol:()=>gl,idnEmail:()=>r0,integer:()=>xl,ipv4:()=>dl,ipv6:()=>ul,ksuid:()=>ol,lowercase:()=>Tl,mac:()=>pl,md5_base64:()=>d0,md5_base64url:()=>u0,md5_hex:()=>l0,nanoid:()=>il,null:()=>El,number:()=>ji,rfc5322Email:()=>n0,sha1_base64:()=>h0,sha1_base64url:()=>m0,sha1_hex:()=>p0,sha256_base64:()=>g0,sha256_base64url:()=>y0,sha256_hex:()=>f0,sha384_base64:()=>b0,sha384_base64url:()=>w0,sha384_hex:()=>v0,sha512_base64:()=>k0,sha512_base64url:()=>x0,sha512_hex:()=>_0,string:()=>_l,time:()=>bl,ulid:()=>nl,undefined:()=>$l,unicodeEmail:()=>qg,uppercase:()=>Al,uuid:()=>yn,uuid4:()=>XT,uuid6:()=>QT,uuid7:()=>e0,xid:()=>rl});function ll(){return new RegExp(i0,"u")}function Qg(e){let t="(?:[01]\\d|2[0-3]):[0-5]\\d";return typeof e.precision=="number"?e.precision===-1?`${t}`:e.precision===0?`${t}:[0-5]\\d`:`${t}:[0-5]\\d\\.\\d{${e.precision}}`:`${t}(?::[0-5]\\d(?:\\.\\d+)?)?`}function bl(e){return new RegExp(`^${Qg(e)}$`)}function wl(e){let t=Qg({precision:e.precision}),r=["Z"];e.local&&r.push(""),e.offset&&r.push("([+-](?:[01]\\d|2[0-3]):[0-5]\\d)");let o=`${t}(?:${r.join("|")})`;return new RegExp(`^${Xg}T(?:${o})$`)}function ao(e,t){return new RegExp(`^[A-Za-z0-9+/]{${e}}${t}$`)}function so(e){return new RegExp(`^[A-Za-z0-9_-]{${e}}$`)}var el,tl,nl,rl,ol,il,al,qT,sl,yn,XT,QT,e0,cl,t0,n0,qg,r0,o0,i0,dl,ul,pl,hl,ml,fl,Di,a0,s0,gl,yl,Xg,vl,_l,kl,xl,ji,Sl,El,$l,Tl,Al,c0,l0,d0,u0,p0,h0,m0,f0,g0,y0,v0,b0,w0,_0,k0,x0,Mi=v(()=>{U();el=/^[cC][0-9a-z]{6,}$/,tl=/^[0-9a-z]+$/,nl=/^[0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{26}$/,rl=/^[0-9a-vA-V]{20}$/,ol=/^[A-Za-z0-9]{27}$/,il=/^[a-zA-Z0-9_-]{21}$/,al=/^P(?:(\d+W)|(?!.*W)(?=\d|T\d)(\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+([.,]\d+)?S)?)?)$/,qT=/^[-+]?P(?!$)(?:(?:[-+]?\d+Y)|(?:[-+]?\d+[.,]\d+Y$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:(?:[-+]?\d+W)|(?:[-+]?\d+[.,]\d+W$))?(?:(?:[-+]?\d+D)|(?:[-+]?\d+[.,]\d+D$))?(?:T(?=[\d+-])(?:(?:[-+]?\d+H)|(?:[-+]?\d+[.,]\d+H$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:[-+]?\d+(?:[.,]\d+)?S)?)??$/,sl=/^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$/,yn=e=>e?new RegExp(`^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-${e}[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$`):/^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$/,XT=yn(4),QT=yn(6),e0=yn(7),cl=/^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$/,t0=/^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/,n0=/^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/,qg=/^[^\s@"]{1,64}@[^\s@]{1,255}$/u,r0=qg,o0=/^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/,i0="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";dl=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/,ul=/^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:))$/,pl=e=>{let t=Ve(e??":");return new RegExp(`^(?:[0-9A-F]{2}${t}){5}[0-9A-F]{2}$|^(?:[0-9a-f]{2}${t}){5}[0-9a-f]{2}$`)},hl=/^((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/([0-9]|[1-2][0-9]|3[0-2])$/,ml=/^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|::|([0-9a-fA-F]{1,4})?::([0-9a-fA-F]{1,4}:?){0,6})\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/,fl=/^$|^(?:[0-9a-zA-Z+/]{4})*(?:(?:[0-9a-zA-Z+/]{2}==)|(?:[0-9a-zA-Z+/]{3}=))?$/,Di=/^[A-Za-z0-9_-]*$/,a0=/^(?=.{1,253}\.?$)[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[-0-9a-zA-Z]{0,61}[0-9a-zA-Z])?)*\.?$/,s0=/^([a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?\.)+[a-zA-Z]{2,}$/,gl=/^https?$/,yl=/^\+[1-9]\d{6,14}$/,Xg="(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))",vl=new RegExp(`^${Xg}$`);_l=e=>{let t=e?`[\\s\\S]{${e?.minimum??0},${e?.maximum??""}}`:"[\\s\\S]*";return new RegExp(`^${t}$`)},kl=/^-?\d+n?$/,xl=/^-?\d+$/,ji=/^-?\d+(?:\.\d+)?$/,Sl=/^(?:true|false)$/i,El=/^null$/i,$l=/^undefined$/i,Tl=/^[^A-Z]*$/,Al=/^[^a-z]*$/,c0=/^[0-9a-fA-F]*$/;l0=/^[0-9a-fA-F]{32}$/,d0=ao(22,"=="),u0=so(22),p0=/^[0-9a-fA-F]{40}$/,h0=ao(27,"="),m0=so(27),f0=/^[0-9a-fA-F]{64}$/,g0=ao(43,"="),y0=so(43),v0=/^[0-9a-fA-F]{96}$/,b0=ao(64,""),w0=so(64),_0=/^[0-9a-fA-F]{128}$/,k0=ao(86,"=="),x0=so(86)});function ey(e,t,r){e.issues.length&&t.issues.push(...De(r,e.issues))}var ee,ty,Ui,zi,Il,Pl,Cl,Ol,Nl,Rl,Ll,Dl,jl,qn,Ml,Ul,zl,Fl,Gl,Bl,Wl,Kl,Zl,Fi=v(()=>{fn();Mi();U();ee=b("$ZodCheck",(e,t)=>{var r;e._zod??(e._zod={}),e._zod.def=t,(r=e._zod).onattach??(r.onattach=[])}),ty={number:"number",bigint:"bigint",object:"date"},Ui=b("$ZodCheckLessThan",(e,t)=>{ee.init(e,t);let r=ty[typeof t.value];e._zod.onattach.push(o=>{let n=o._zod.bag,i=(t.inclusive?n.maximum:n.exclusiveMaximum)??Number.POSITIVE_INFINITY;t.value<i&&(t.inclusive?n.maximum=t.value:n.exclusiveMaximum=t.value)}),e._zod.check=o=>{(t.inclusive?o.value<=t.value:o.value<t.value)||o.issues.push({origin:r,code:"too_big",maximum:typeof t.value=="object"?t.value.getTime():t.value,input:o.value,inclusive:t.inclusive,inst:e,continue:!t.abort})}}),zi=b("$ZodCheckGreaterThan",(e,t)=>{ee.init(e,t);let r=ty[typeof t.value];e._zod.onattach.push(o=>{let n=o._zod.bag,i=(t.inclusive?n.minimum:n.exclusiveMinimum)??Number.NEGATIVE_INFINITY;t.value>i&&(t.inclusive?n.minimum=t.value:n.exclusiveMinimum=t.value)}),e._zod.check=o=>{(t.inclusive?o.value>=t.value:o.value>t.value)||o.issues.push({origin:r,code:"too_small",minimum:typeof t.value=="object"?t.value.getTime():t.value,input:o.value,inclusive:t.inclusive,inst:e,continue:!t.abort})}}),Il=b("$ZodCheckMultipleOf",(e,t)=>{ee.init(e,t),e._zod.onattach.push(r=>{var o;(o=r._zod.bag).multipleOf??(o.multipleOf=t.value)}),e._zod.check=r=>{if(typeof r.value!=typeof t.value)throw new Error("Cannot mix number and bigint in multiple_of check.");(typeof r.value=="bigint"?r.value%t.value===BigInt(0):Uc(r.value,t.value)===0)||r.issues.push({origin:typeof r.value,code:"not_multiple_of",divisor:t.value,input:r.value,inst:e,continue:!t.abort})}}),Pl=b("$ZodCheckNumberFormat",(e,t)=>{ee.init(e,t),t.format=t.format||"float64";let r=t.format?.includes("int"),o=r?"int":"number",[n,i]=Kc[t.format];e._zod.onattach.push(a=>{let s=a._zod.bag;s.format=t.format,s.minimum=n,s.maximum=i,r&&(s.pattern=xl)}),e._zod.check=a=>{let s=a.value;if(r){if(!Number.isInteger(s)){a.issues.push({expected:o,format:t.format,code:"invalid_type",continue:!1,input:s,inst:e});return}if(!Number.isSafeInteger(s)){s>0?a.issues.push({input:s,code:"too_big",maximum:Number.MAX_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:e,origin:o,inclusive:!0,continue:!t.abort}):a.issues.push({input:s,code:"too_small",minimum:Number.MIN_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:e,origin:o,inclusive:!0,continue:!t.abort});return}}s<n&&a.issues.push({origin:"number",input:s,code:"too_small",minimum:n,inclusive:!0,inst:e,continue:!t.abort}),s>i&&a.issues.push({origin:"number",input:s,code:"too_big",maximum:i,inclusive:!0,inst:e,continue:!t.abort})}}),Cl=b("$ZodCheckBigIntFormat",(e,t)=>{ee.init(e,t);let[r,o]=Zc[t.format];e._zod.onattach.push(n=>{let i=n._zod.bag;i.format=t.format,i.minimum=r,i.maximum=o}),e._zod.check=n=>{let i=n.value;i<r&&n.issues.push({origin:"bigint",input:i,code:"too_small",minimum:r,inclusive:!0,inst:e,continue:!t.abort}),i>o&&n.issues.push({origin:"bigint",input:i,code:"too_big",maximum:o,inclusive:!0,inst:e,continue:!t.abort})}}),Ol=b("$ZodCheckMaxSize",(e,t)=>{var r;ee.init(e,t),(r=e._zod.def).when??(r.when=o=>{let n=o.value;return!Mt(n)&&n.size!==void 0}),e._zod.onattach.push(o=>{let n=o._zod.bag.maximum??Number.POSITIVE_INFINITY;t.maximum<n&&(o._zod.bag.maximum=t.maximum)}),e._zod.check=o=>{let n=o.value;n.size<=t.maximum||o.issues.push({origin:to(n),code:"too_big",maximum:t.maximum,inclusive:!0,input:n,inst:e,continue:!t.abort})}}),Nl=b("$ZodCheckMinSize",(e,t)=>{var r;ee.init(e,t),(r=e._zod.def).when??(r.when=o=>{let n=o.value;return!Mt(n)&&n.size!==void 0}),e._zod.onattach.push(o=>{let n=o._zod.bag.minimum??Number.NEGATIVE_INFINITY;t.minimum>n&&(o._zod.bag.minimum=t.minimum)}),e._zod.check=o=>{let n=o.value;n.size>=t.minimum||o.issues.push({origin:to(n),code:"too_small",minimum:t.minimum,inclusive:!0,input:n,inst:e,continue:!t.abort})}}),Rl=b("$ZodCheckSizeEquals",(e,t)=>{var r;ee.init(e,t),(r=e._zod.def).when??(r.when=o=>{let n=o.value;return!Mt(n)&&n.size!==void 0}),e._zod.onattach.push(o=>{let n=o._zod.bag;n.minimum=t.size,n.maximum=t.size,n.size=t.size}),e._zod.check=o=>{let n=o.value,i=n.size;if(i===t.size)return;let a=i>t.size;o.issues.push({origin:to(n),...a?{code:"too_big",maximum:t.size}:{code:"too_small",minimum:t.size},inclusive:!0,exact:!0,input:o.value,inst:e,continue:!t.abort})}}),Ll=b("$ZodCheckMaxLength",(e,t)=>{var r;ee.init(e,t),(r=e._zod.def).when??(r.when=o=>{let n=o.value;return!Mt(n)&&n.length!==void 0}),e._zod.onattach.push(o=>{let n=o._zod.bag.maximum??Number.POSITIVE_INFINITY;t.maximum<n&&(o._zod.bag.maximum=t.maximum)}),e._zod.check=o=>{let n=o.value;if(n.length<=t.maximum)return;let a=no(n);o.issues.push({origin:a,code:"too_big",maximum:t.maximum,inclusive:!0,input:n,inst:e,continue:!t.abort})}}),Dl=b("$ZodCheckMinLength",(e,t)=>{var r;ee.init(e,t),(r=e._zod.def).when??(r.when=o=>{let n=o.value;return!Mt(n)&&n.length!==void 0}),e._zod.onattach.push(o=>{let n=o._zod.bag.minimum??Number.NEGATIVE_INFINITY;t.minimum>n&&(o._zod.bag.minimum=t.minimum)}),e._zod.check=o=>{let n=o.value;if(n.length>=t.minimum)return;let a=no(n);o.issues.push({origin:a,code:"too_small",minimum:t.minimum,inclusive:!0,input:n,inst:e,continue:!t.abort})}}),jl=b("$ZodCheckLengthEquals",(e,t)=>{var r;ee.init(e,t),(r=e._zod.def).when??(r.when=o=>{let n=o.value;return!Mt(n)&&n.length!==void 0}),e._zod.onattach.push(o=>{let n=o._zod.bag;n.minimum=t.length,n.maximum=t.length,n.length=t.length}),e._zod.check=o=>{let n=o.value,i=n.length;if(i===t.length)return;let a=no(n),s=i>t.length;o.issues.push({origin:a,...s?{code:"too_big",maximum:t.length}:{code:"too_small",minimum:t.length},inclusive:!0,exact:!0,input:o.value,inst:e,continue:!t.abort})}}),qn=b("$ZodCheckStringFormat",(e,t)=>{var r,o;ee.init(e,t),e._zod.onattach.push(n=>{let i=n._zod.bag;i.format=t.format,t.pattern&&(i.patterns??(i.patterns=new Set),i.patterns.add(t.pattern))}),t.pattern?(r=e._zod).check??(r.check=n=>{t.pattern.lastIndex=0,!t.pattern.test(n.value)&&n.issues.push({origin:"string",code:"invalid_format",format:t.format,input:n.value,...t.pattern?{pattern:t.pattern.toString()}:{},inst:e,continue:!t.abort})}):(o=e._zod).check??(o.check=()=>{})}),Ml=b("$ZodCheckRegex",(e,t)=>{qn.init(e,t),e._zod.check=r=>{t.pattern.lastIndex=0,!t.pattern.test(r.value)&&r.issues.push({origin:"string",code:"invalid_format",format:"regex",input:r.value,pattern:t.pattern.toString(),inst:e,continue:!t.abort})}}),Ul=b("$ZodCheckLowerCase",(e,t)=>{t.pattern??(t.pattern=Tl),qn.init(e,t)}),zl=b("$ZodCheckUpperCase",(e,t)=>{t.pattern??(t.pattern=Al),qn.init(e,t)}),Fl=b("$ZodCheckIncludes",(e,t)=>{ee.init(e,t);let r=Ve(t.includes),o=new RegExp(typeof t.position=="number"?`^.{${t.position}}${r}`:r);t.pattern=o,e._zod.onattach.push(n=>{let i=n._zod.bag;i.patterns??(i.patterns=new Set),i.patterns.add(o)}),e._zod.check=n=>{n.value.includes(t.includes,t.position)||n.issues.push({origin:"string",code:"invalid_format",format:"includes",includes:t.includes,input:n.value,inst:e,continue:!t.abort})}}),Gl=b("$ZodCheckStartsWith",(e,t)=>{ee.init(e,t);let r=new RegExp(`^${Ve(t.prefix)}.*`);t.pattern??(t.pattern=r),e._zod.onattach.push(o=>{let n=o._zod.bag;n.patterns??(n.patterns=new Set),n.patterns.add(r)}),e._zod.check=o=>{o.value.startsWith(t.prefix)||o.issues.push({origin:"string",code:"invalid_format",format:"starts_with",prefix:t.prefix,input:o.value,inst:e,continue:!t.abort})}}),Bl=b("$ZodCheckEndsWith",(e,t)=>{ee.init(e,t);let r=new RegExp(`.*${Ve(t.suffix)}$`);t.pattern??(t.pattern=r),e._zod.onattach.push(o=>{let n=o._zod.bag;n.patterns??(n.patterns=new Set),n.patterns.add(r)}),e._zod.check=o=>{o.value.endsWith(t.suffix)||o.issues.push({origin:"string",code:"invalid_format",format:"ends_with",suffix:t.suffix,input:o.value,inst:e,continue:!t.abort})}});Wl=b("$ZodCheckProperty",(e,t)=>{ee.init(e,t),e._zod.check=r=>{let o=t.schema._zod.run({value:r.value[t.property],issues:[]},{});if(o instanceof Promise)return o.then(n=>ey(n,r,t.property));ey(o,r,t.property)}}),Kl=b("$ZodCheckMimeType",(e,t)=>{ee.init(e,t);let r=new Set(t.mime);e._zod.onattach.push(o=>{o._zod.bag.mime=t.mime}),e._zod.check=o=>{r.has(o.value.type)||o.issues.push({code:"invalid_value",values:t.mime,input:o.value.type,inst:e,continue:!t.abort})}}),Zl=b("$ZodCheckOverwrite",(e,t)=>{ee.init(e,t),e._zod.check=r=>{r.value=t.tx(r.value)}})});var co,Hl=v(()=>{co=class{constructor(t=[]){this.content=[],this.indent=0,this&&(this.args=t)}indented(t){this.indent+=1,t(this),this.indent-=1}write(t){if(typeof t=="function"){t(this,{execution:"sync"}),t(this,{execution:"async"});return}let o=t.split(`
10036
10082
  `).filter(a=>a),n=Math.min(...o.map(a=>a.length-a.trimStart().length)),i=o.map(a=>a.slice(n)).map(a=>" ".repeat(this.indent*2)+a);for(let a of i)this.content.push(a)}compile(){let t=Function,r=this?.args,n=[...(this?.content??[""]).map(i=>` ${i}`)];return new t(...r,n.join(`
10037
- `))}}});var zl,Fl=y(()=>{zl={major:4,minor:4,patch:3}});function ld(e){if(e==="")return!0;if(/\s/.test(e)||e.length%4!==0)return!1;try{return atob(e),!0}catch{return!1}}function uy(e){if(!Ni.test(e))return!1;let t=e.replace(/[-_]/g,o=>o==="-"?"+":"/"),r=t.padEnd(Math.ceil(t.length/4)*4,"=");return ld(r)}function py(e,t=null){try{let r=e.split(".");if(r.length!==3)return!1;let[o]=r;if(!o)return!1;let n=JSON.parse(atob(o));return!("typ"in n&&n?.typ!=="JWT"||!n.alg||t&&(!("alg"in n)||n.alg!==t))}catch{return!1}}function qg(e,t,r){e.issues.length&&t.issues.push(...De(r,e.issues)),t.value[r]=e.value}function Gi(e,t,r,o,n,i){let a=r in o;if(e.issues.length){if(n&&i&&!a)return;t.issues.push(...De(r,e.issues))}if(!a&&!n){e.issues.length||t.issues.push({code:"invalid_type",expected:"nonoptional",input:void 0,path:[r]});return}e.value===void 0?a&&(t.value[r]=void 0):t.value[r]=e.value}function hy(e){let t=Object.keys(e.shape);for(let o of t)if(!e.shape?.[o]?._zod?.traits?.has("$ZodType"))throw new Error(`Invalid element at key "${o}": expected a Zod schema`);let r=Dc(e.shape);return{...e,keys:t,keySet:new Set(t),numKeys:t.length,optionalKeys:new Set(r)}}function my(e,t,r,o,n,i){let a=[],s=n.keySet,l=n.catchall._zod,d=l.def.type,u=l.optin==="optional",p=l.optout==="optional";for(let h in t){if(h==="__proto__"||s.has(h))continue;if(d==="never"){a.push(h);continue}let f=l.run({value:t[h],issues:[]},o);f instanceof Promise?e.push(f.then(m=>Gi(m,r,h,t,u,p))):Gi(f,r,h,t,u,p)}return a.length&&r.issues.push({code:"unrecognized_keys",keys:a,input:t,inst:i}),e.length?Promise.all(e).then(()=>r):r}function Xg(e,t,r,o){for(let i of e)if(i.issues.length===0)return t.value=i.value,t;let n=e.filter(i=>!Ft(i));return n.length===1?(t.value=n[0].value,n[0]):(t.issues.push({code:"invalid_union",input:t.value,inst:r,errors:e.map(i=>i.issues.map(a=>Pe(a,o,oe())))}),t)}function Qg(e,t,r,o){let n=e.filter(i=>i.issues.length===0);return n.length===1?(t.value=n[0].value,t):(n.length===0?t.issues.push({code:"invalid_union",input:t.value,inst:r,errors:e.map(i=>i.issues.map(a=>Pe(a,o,oe())))}):t.issues.push({code:"invalid_union",input:t.value,inst:r,errors:[],inclusive:!1}),t)}function Gl(e,t){if(e===t)return{valid:!0,data:e};if(e instanceof Date&&t instanceof Date&&+e==+t)return{valid:!0,data:e};if(zt(e)&&zt(t)){let r=Object.keys(t),o=Object.keys(e).filter(i=>r.indexOf(i)!==-1),n={...e,...t};for(let i of o){let a=Gl(e[i],t[i]);if(!a.valid)return{valid:!1,mergeErrorPath:[i,...a.mergeErrorPath]};n[i]=a.data}return{valid:!0,data:n}}if(Array.isArray(e)&&Array.isArray(t)){if(e.length!==t.length)return{valid:!1,mergeErrorPath:[]};let r=[];for(let o=0;o<e.length;o++){let n=e[o],i=t[o],a=Gl(n,i);if(!a.valid)return{valid:!1,mergeErrorPath:[o,...a.mergeErrorPath]};r.push(a.data)}return{valid:!0,data:r}}return{valid:!1,mergeErrorPath:[]}}function ey(e,t,r){let o=new Map,n;for(let s of t.issues)if(s.code==="unrecognized_keys"){n??(n=s);for(let l of s.keys)o.has(l)||o.set(l,{}),o.get(l).l=!0}else e.issues.push(s);for(let s of r.issues)if(s.code==="unrecognized_keys")for(let l of s.keys)o.has(l)||o.set(l,{}),o.get(l).r=!0;else e.issues.push(s);let i=[...o].filter(([,s])=>s.l&&s.r).map(([s])=>s);if(i.length&&n&&e.issues.push({...n,keys:i}),Ft(e))return e;let a=Gl(t.value,r.value);if(!a.valid)throw new Error(`Unmergable intersection. Error path: ${JSON.stringify(a.mergeErrorPath)}`);return e.value=a.data,e}function ty(e,t){for(let r=e.length-1;r>=0;r--)if(e[r]._zod[t]!=="optional")return r+1;return 0}function ny(e,t,r){e.issues.length&&t.issues.push(...De(r,e.issues)),t.value[r]=e.value}function ry(e,t,r,o,n){for(let i=0;i<r.length;i++){let a=e[i],s=i<o.length;if(a.issues.length){if(!s&&i>=n){t.value.length=i;break}t.issues.push(...De(i,a.issues))}t.value[i]=a.value}for(let i=t.value.length-1;i>=o.length&&(r[i]._zod.optout==="optional"&&t.value[i]===void 0);i--)t.value.length=i;return t}function oy(e,t,r,o,n,i,a){e.issues.length&&(eo.has(typeof o)?r.issues.push(...De(o,e.issues)):r.issues.push({code:"invalid_key",origin:"map",input:n,inst:i,issues:e.issues.map(s=>Pe(s,a,oe()))})),t.issues.length&&(eo.has(typeof o)?r.issues.push(...De(o,t.issues)):r.issues.push({origin:"map",code:"invalid_element",input:n,inst:i,key:o,issues:t.issues.map(s=>Pe(s,a,oe()))})),r.value.set(e.value,t.value)}function iy(e,t){e.issues.length&&t.issues.push(...e.issues),t.value.add(e.value)}function ay(e,t){return t===void 0&&(e.issues.length||e.fallback)?{issues:[],value:void 0}:e}function sy(e,t){return e.value===void 0&&(e.value=t.defaultValue),e}function cy(e,t){return!e.issues.length&&e.value===void 0&&e.issues.push({code:"invalid_type",expected:"nonoptional",input:e.value,inst:t}),e}function Ui(e,t,r){return e.issues.length?(e.aborted=!0,e):t._zod.run({value:e.value,issues:e.issues,fallback:e.fallback},r)}function zi(e,t,r){if(e.issues.length)return e.aborted=!0,e;if((r.direction||"forward")==="forward"){let n=t.transform(e.value,e);return n instanceof Promise?n.then(i=>Fi(e,i,t.out,r)):Fi(e,n,t.out,r)}else{let n=t.reverseTransform(e.value,e);return n instanceof Promise?n.then(i=>Fi(e,i,t.in,r)):Fi(e,n,t.in,r)}}function Fi(e,t,r,o){return e.issues.length?(e.aborted=!0,e):r._zod.run({value:t,issues:e.issues},o)}function ly(e){return e.value=Object.freeze(e.value),e}function dy(e,t,r,o){if(!e){let n={code:"custom",input:r,inst:o,path:[...o._zod.def.path??[]],continue:!o._zod.def.abort};o._zod.def.params&&(n.params=o._zod.def.params),t.issues.push(Kn(n))}}var G,yn,J,Bl,Wl,Kl,Zl,Vl,Hl,Yl,Jl,ql,Xl,Ql,ed,td,nd,rd,od,id,ad,sd,cd,dd,ud,pd,hd,md,Bi,fd,lo,Wi,gd,yd,vd,bd,wd,_d,kd,xd,Sd,Ed,fy,$d,uo,Td,Ad,Id,Ki,Pd,Cd,Od,Nd,Rd,Ld,Dd,Zi,jd,Md,Ud,zd,Fd,Gd,Bd,Wd,Vi,po,Kd,Zd,Vd,Hd,Yd,Jd,qd,Xd=y(()=>{Mi();mn();Ul();Kc();Li();U();Fl();U();G=v("$ZodType",(e,t)=>{var r;e??(e={}),e._zod.def=t,e._zod.bag=e._zod.bag||{},e._zod.version=zl;let o=[...e._zod.def.checks??[]];e._zod.traits.has("$ZodCheck")&&o.unshift(e);for(let n of o)for(let i of n._zod.onattach)i(e);if(o.length===0)(r=e._zod).deferred??(r.deferred=[]),e._zod.deferred?.push(()=>{e._zod.run=e._zod.parse});else{let n=(a,s,l)=>{let d=Ft(a),u;for(let p of s){if(p._zod.def.when){if(Uc(a)||!p._zod.def.when(a))continue}else if(d)continue;let h=a.issues.length,f=p._zod.check(a);if(f instanceof Promise&&l?.async===!1)throw new Xe;if(u||f instanceof Promise)u=(u??Promise.resolve()).then(async()=>{await f,a.issues.length!==h&&(d||(d=Ft(a,h)))});else{if(a.issues.length===h)continue;d||(d=Ft(a,h))}}return u?u.then(()=>a):a},i=(a,s,l)=>{if(Ft(a))return a.aborted=!0,a;let d=n(s,o,l);if(d instanceof Promise){if(l.async===!1)throw new Xe;return d.then(u=>e._zod.parse(u,l))}return e._zod.parse(d,l)};e._zod.run=(a,s)=>{if(s.skipChecks)return e._zod.parse(a,s);if(s.direction==="backward"){let d=e._zod.parse({value:a.value,issues:[]},{...s,skipChecks:!0});return d instanceof Promise?d.then(u=>i(u,a,s)):i(d,a,s)}let l=e._zod.parse(a,s);if(l instanceof Promise){if(s.async===!1)throw new Xe;return l.then(d=>n(d,o,s))}return n(l,o,s)}}W(e,"~standard",()=>({validate:n=>{try{let i=Bc(e,n);return i.success?{value:i.data}:{issues:i.error?.issues}}catch{return Wc(e,n).then(a=>a.success?{value:a.data}:{issues:a.error?.issues})}},vendor:"zod",version:1}))}),yn=v("$ZodString",(e,t)=>{G.init(e,t),e._zod.pattern=[...e?._zod.bag?.patterns??[]].pop()??hl(e._zod.bag),e._zod.parse=(r,o)=>{if(t.coerce)try{r.value=String(r.value)}catch{}return typeof r.value=="string"||r.issues.push({expected:"string",code:"invalid_type",input:r.value,inst:e}),r}}),J=v("$ZodStringFormat",(e,t)=>{Jn.init(e,t),yn.init(e,t)}),Bl=v("$ZodGUID",(e,t)=>{t.pattern??(t.pattern=Qc),J.init(e,t)}),Wl=v("$ZodUUID",(e,t)=>{if(t.version){let o={v1:1,v2:2,v3:3,v4:4,v5:5,v6:6,v7:7,v8:8}[t.version];if(o===void 0)throw new Error(`Invalid UUID version: "${t.version}"`);t.pattern??(t.pattern=gn(o))}else t.pattern??(t.pattern=gn());J.init(e,t)}),Kl=v("$ZodEmail",(e,t)=>{t.pattern??(t.pattern=el),J.init(e,t)}),Zl=v("$ZodURL",(e,t)=>{J.init(e,t),e._zod.check=r=>{try{let o=r.value.trim();if(!t.normalize&&t.protocol?.source===cl.source&&!/^https?:\/\//i.test(o)){r.issues.push({code:"invalid_format",format:"url",note:"Invalid URL format",input:r.value,inst:e,continue:!t.abort});return}let n=new URL(o);t.hostname&&(t.hostname.lastIndex=0,t.hostname.test(n.hostname)||r.issues.push({code:"invalid_format",format:"url",note:"Invalid hostname",pattern:t.hostname.source,input:r.value,inst:e,continue:!t.abort})),t.protocol&&(t.protocol.lastIndex=0,t.protocol.test(n.protocol.endsWith(":")?n.protocol.slice(0,-1):n.protocol)||r.issues.push({code:"invalid_format",format:"url",note:"Invalid protocol",pattern:t.protocol.source,input:r.value,inst:e,continue:!t.abort})),t.normalize?r.value=n.href:r.value=o;return}catch{r.issues.push({code:"invalid_format",format:"url",input:r.value,inst:e,continue:!t.abort})}}}),Vl=v("$ZodEmoji",(e,t)=>{t.pattern??(t.pattern=tl()),J.init(e,t)}),Hl=v("$ZodNanoID",(e,t)=>{t.pattern??(t.pattern=qc),J.init(e,t)}),Yl=v("$ZodCUID",(e,t)=>{t.pattern??(t.pattern=Zc),J.init(e,t)}),Jl=v("$ZodCUID2",(e,t)=>{t.pattern??(t.pattern=Vc),J.init(e,t)}),ql=v("$ZodULID",(e,t)=>{t.pattern??(t.pattern=Hc),J.init(e,t)}),Xl=v("$ZodXID",(e,t)=>{t.pattern??(t.pattern=Yc),J.init(e,t)}),Ql=v("$ZodKSUID",(e,t)=>{t.pattern??(t.pattern=Jc),J.init(e,t)}),ed=v("$ZodISODateTime",(e,t)=>{t.pattern??(t.pattern=pl(t)),J.init(e,t)}),td=v("$ZodISODate",(e,t)=>{t.pattern??(t.pattern=dl),J.init(e,t)}),nd=v("$ZodISOTime",(e,t)=>{t.pattern??(t.pattern=ul(t)),J.init(e,t)}),rd=v("$ZodISODuration",(e,t)=>{t.pattern??(t.pattern=Xc),J.init(e,t)}),od=v("$ZodIPv4",(e,t)=>{t.pattern??(t.pattern=nl),J.init(e,t),e._zod.bag.format="ipv4"}),id=v("$ZodIPv6",(e,t)=>{t.pattern??(t.pattern=rl),J.init(e,t),e._zod.bag.format="ipv6",e._zod.check=r=>{try{new URL(`http://[${r.value}]`)}catch{r.issues.push({code:"invalid_format",format:"ipv6",input:r.value,inst:e,continue:!t.abort})}}}),ad=v("$ZodMAC",(e,t)=>{t.pattern??(t.pattern=ol(t.delimiter)),J.init(e,t),e._zod.bag.format="mac"}),sd=v("$ZodCIDRv4",(e,t)=>{t.pattern??(t.pattern=il),J.init(e,t)}),cd=v("$ZodCIDRv6",(e,t)=>{t.pattern??(t.pattern=al),J.init(e,t),e._zod.check=r=>{let o=r.value.split("/");try{if(o.length!==2)throw new Error;let[n,i]=o;if(!i)throw new Error;let a=Number(i);if(`${a}`!==i)throw new Error;if(a<0||a>128)throw new Error;new URL(`http://[${n}]`)}catch{r.issues.push({code:"invalid_format",format:"cidrv6",input:r.value,inst:e,continue:!t.abort})}}});dd=v("$ZodBase64",(e,t)=>{t.pattern??(t.pattern=sl),J.init(e,t),e._zod.bag.contentEncoding="base64",e._zod.check=r=>{ld(r.value)||r.issues.push({code:"invalid_format",format:"base64",input:r.value,inst:e,continue:!t.abort})}});ud=v("$ZodBase64URL",(e,t)=>{t.pattern??(t.pattern=Ni),J.init(e,t),e._zod.bag.contentEncoding="base64url",e._zod.check=r=>{uy(r.value)||r.issues.push({code:"invalid_format",format:"base64url",input:r.value,inst:e,continue:!t.abort})}}),pd=v("$ZodE164",(e,t)=>{t.pattern??(t.pattern=ll),J.init(e,t)});hd=v("$ZodJWT",(e,t)=>{J.init(e,t),e._zod.check=r=>{py(r.value,t.alg)||r.issues.push({code:"invalid_format",format:"jwt",input:r.value,inst:e,continue:!t.abort})}}),md=v("$ZodCustomStringFormat",(e,t)=>{J.init(e,t),e._zod.check=r=>{t.fn(r.value)||r.issues.push({code:"invalid_format",format:t.format,input:r.value,inst:e,continue:!t.abort})}}),Bi=v("$ZodNumber",(e,t)=>{G.init(e,t),e._zod.pattern=e._zod.bag.pattern??Ri,e._zod.parse=(r,o)=>{if(t.coerce)try{r.value=Number(r.value)}catch{}let n=r.value;if(typeof n=="number"&&!Number.isNaN(n)&&Number.isFinite(n))return r;let i=typeof n=="number"?Number.isNaN(n)?"NaN":Number.isFinite(n)?void 0:"Infinity":void 0;return r.issues.push({expected:"number",code:"invalid_type",input:n,inst:e,...i?{received:i}:{}}),r}}),fd=v("$ZodNumberFormat",(e,t)=>{kl.init(e,t),Bi.init(e,t)}),lo=v("$ZodBoolean",(e,t)=>{G.init(e,t),e._zod.pattern=gl,e._zod.parse=(r,o)=>{if(t.coerce)try{r.value=!!r.value}catch{}let n=r.value;return typeof n=="boolean"||r.issues.push({expected:"boolean",code:"invalid_type",input:n,inst:e}),r}}),Wi=v("$ZodBigInt",(e,t)=>{G.init(e,t),e._zod.pattern=ml,e._zod.parse=(r,o)=>{if(t.coerce)try{r.value=BigInt(r.value)}catch{}return typeof r.value=="bigint"||r.issues.push({expected:"bigint",code:"invalid_type",input:r.value,inst:e}),r}}),gd=v("$ZodBigIntFormat",(e,t)=>{xl.init(e,t),Wi.init(e,t)}),yd=v("$ZodSymbol",(e,t)=>{G.init(e,t),e._zod.parse=(r,o)=>{let n=r.value;return typeof n=="symbol"||r.issues.push({expected:"symbol",code:"invalid_type",input:n,inst:e}),r}}),vd=v("$ZodUndefined",(e,t)=>{G.init(e,t),e._zod.pattern=vl,e._zod.values=new Set([void 0]),e._zod.parse=(r,o)=>{let n=r.value;return typeof n>"u"||r.issues.push({expected:"undefined",code:"invalid_type",input:n,inst:e}),r}}),bd=v("$ZodNull",(e,t)=>{G.init(e,t),e._zod.pattern=yl,e._zod.values=new Set([null]),e._zod.parse=(r,o)=>{let n=r.value;return n===null||r.issues.push({expected:"null",code:"invalid_type",input:n,inst:e}),r}}),wd=v("$ZodAny",(e,t)=>{G.init(e,t),e._zod.parse=r=>r}),_d=v("$ZodUnknown",(e,t)=>{G.init(e,t),e._zod.parse=r=>r}),kd=v("$ZodNever",(e,t)=>{G.init(e,t),e._zod.parse=(r,o)=>(r.issues.push({expected:"never",code:"invalid_type",input:r.value,inst:e}),r)}),xd=v("$ZodVoid",(e,t)=>{G.init(e,t),e._zod.parse=(r,o)=>{let n=r.value;return typeof n>"u"||r.issues.push({expected:"void",code:"invalid_type",input:n,inst:e}),r}}),Sd=v("$ZodDate",(e,t)=>{G.init(e,t),e._zod.parse=(r,o)=>{if(t.coerce)try{r.value=new Date(r.value)}catch{}let n=r.value,i=n instanceof Date;return i&&!Number.isNaN(n.getTime())||r.issues.push({expected:"date",code:"invalid_type",input:n,...i?{received:"Invalid Date"}:{},inst:e}),r}});Ed=v("$ZodArray",(e,t)=>{G.init(e,t),e._zod.parse=(r,o)=>{let n=r.value;if(!Array.isArray(n))return r.issues.push({expected:"array",code:"invalid_type",input:n,inst:e}),r;r.value=Array(n.length);let i=[];for(let a=0;a<n.length;a++){let s=n[a],l=t.element._zod.run({value:s,issues:[]},o);l instanceof Promise?i.push(l.then(d=>qg(d,r,a))):qg(l,r,a)}return i.length?Promise.all(i).then(()=>r):r}});fy=v("$ZodObject",(e,t)=>{if(G.init(e,t),!Object.getOwnPropertyDescriptor(t,"shape")?.get){let s=t.shape;Object.defineProperty(t,"shape",{get:()=>{let l={...s};return Object.defineProperty(t,"shape",{value:l}),l}})}let o=Wn(()=>hy(t));W(e._zod,"propValues",()=>{let s=t.shape,l={};for(let d in s){let u=s[d]._zod;if(u.values){l[d]??(l[d]=new Set);for(let p of u.values)l[d].add(p)}}return l});let n=fn,i=t.catchall,a;e._zod.parse=(s,l)=>{a??(a=o.value);let d=s.value;if(!n(d))return s.issues.push({expected:"object",code:"invalid_type",input:d,inst:e}),s;s.value={};let u=[],p=a.shape;for(let h of a.keys){let f=p[h],m=f._zod.optin==="optional",b=f._zod.optout==="optional",w=f._zod.run({value:d[h],issues:[]},l);w instanceof Promise?u.push(w.then(k=>Gi(k,s,h,d,m,b))):Gi(w,s,h,d,m,b)}return i?my(u,d,s,l,o.value,e):u.length?Promise.all(u).then(()=>s):s}}),$d=v("$ZodObjectJIT",(e,t)=>{fy.init(e,t);let r=e._zod.parse,o=Wn(()=>hy(t)),n=h=>{let f=new co(["shape","payload","ctx"]),m=o.value,b=$=>{let L=_i($);return`shape[${L}]._zod.run({ value: input[${L}], issues: [] }, ctx)`};f.write("const input = payload.value;");let w=Object.create(null),k=0;for(let $ of m.keys)w[$]=`key_${k++}`;f.write("const newResult = {};");for(let $ of m.keys){let L=w[$],P=_i($),K=h[$],Z=K?._zod?.optin==="optional",ee=K?._zod?.optout==="optional";f.write(`const ${L} = ${b($)};`),Z&&ee?f.write(`
10038
- if (${L}.issues.length) {
10039
- if (${P} in input) {
10040
- payload.issues = payload.issues.concat(${L}.issues.map(iss => ({
10083
+ `))}}});var Vl,Yl=v(()=>{Vl={major:4,minor:4,patch:3}});function yd(e){if(e==="")return!0;if(/\s/.test(e)||e.length%4!==0)return!1;try{return atob(e),!0}catch{return!1}}function yy(e){if(!Di.test(e))return!1;let t=e.replace(/[-_]/g,o=>o==="-"?"+":"/"),r=t.padEnd(Math.ceil(t.length/4)*4,"=");return yd(r)}function vy(e,t=null){try{let r=e.split(".");if(r.length!==3)return!1;let[o]=r;if(!o)return!1;let n=JSON.parse(atob(o));return!("typ"in n&&n?.typ!=="JWT"||!n.alg||t&&(!("alg"in n)||n.alg!==t))}catch{return!1}}function ry(e,t,r){e.issues.length&&t.issues.push(...De(r,e.issues)),t.value[r]=e.value}function Ki(e,t,r,o,n,i){let a=r in o;if(e.issues.length){if(n&&i&&!a)return;t.issues.push(...De(r,e.issues))}if(!a&&!n){e.issues.length||t.issues.push({code:"invalid_type",expected:"nonoptional",input:void 0,path:[r]});return}e.value===void 0?a&&(t.value[r]=void 0):t.value[r]=e.value}function by(e){let t=Object.keys(e.shape);for(let o of t)if(!e.shape?.[o]?._zod?.traits?.has("$ZodType"))throw new Error(`Invalid element at key "${o}": expected a Zod schema`);let r=Wc(e.shape);return{...e,keys:t,keySet:new Set(t),numKeys:t.length,optionalKeys:new Set(r)}}function wy(e,t,r,o,n,i){let a=[],s=n.keySet,c=n.catchall._zod,d=c.def.type,u=c.optin==="optional",p=c.optout==="optional";for(let h in t){if(h==="__proto__"||s.has(h))continue;if(d==="never"){a.push(h);continue}let m=c.run({value:t[h],issues:[]},o);m instanceof Promise?e.push(m.then(g=>Ki(g,r,h,t,u,p))):Ki(m,r,h,t,u,p)}return a.length&&r.issues.push({code:"unrecognized_keys",keys:a,input:t,inst:i}),e.length?Promise.all(e).then(()=>r):r}function oy(e,t,r,o){for(let i of e)if(i.issues.length===0)return t.value=i.value,t;let n=e.filter(i=>!Ft(i));return n.length===1?(t.value=n[0].value,n[0]):(t.issues.push({code:"invalid_union",input:t.value,inst:r,errors:e.map(i=>i.issues.map(a=>Pe(a,o,oe())))}),t)}function iy(e,t,r,o){let n=e.filter(i=>i.issues.length===0);return n.length===1?(t.value=n[0].value,t):(n.length===0?t.issues.push({code:"invalid_union",input:t.value,inst:r,errors:e.map(i=>i.issues.map(a=>Pe(a,o,oe())))}):t.issues.push({code:"invalid_union",input:t.value,inst:r,errors:[],inclusive:!1}),t)}function Jl(e,t){if(e===t)return{valid:!0,data:e};if(e instanceof Date&&t instanceof Date&&+e==+t)return{valid:!0,data:e};if(zt(e)&&zt(t)){let r=Object.keys(t),o=Object.keys(e).filter(i=>r.indexOf(i)!==-1),n={...e,...t};for(let i of o){let a=Jl(e[i],t[i]);if(!a.valid)return{valid:!1,mergeErrorPath:[i,...a.mergeErrorPath]};n[i]=a.data}return{valid:!0,data:n}}if(Array.isArray(e)&&Array.isArray(t)){if(e.length!==t.length)return{valid:!1,mergeErrorPath:[]};let r=[];for(let o=0;o<e.length;o++){let n=e[o],i=t[o],a=Jl(n,i);if(!a.valid)return{valid:!1,mergeErrorPath:[o,...a.mergeErrorPath]};r.push(a.data)}return{valid:!0,data:r}}return{valid:!1,mergeErrorPath:[]}}function ay(e,t,r){let o=new Map,n;for(let s of t.issues)if(s.code==="unrecognized_keys"){n??(n=s);for(let c of s.keys)o.has(c)||o.set(c,{}),o.get(c).l=!0}else e.issues.push(s);for(let s of r.issues)if(s.code==="unrecognized_keys")for(let c of s.keys)o.has(c)||o.set(c,{}),o.get(c).r=!0;else e.issues.push(s);let i=[...o].filter(([,s])=>s.l&&s.r).map(([s])=>s);if(i.length&&n&&e.issues.push({...n,keys:i}),Ft(e))return e;let a=Jl(t.value,r.value);if(!a.valid)throw new Error(`Unmergable intersection. Error path: ${JSON.stringify(a.mergeErrorPath)}`);return e.value=a.data,e}function sy(e,t){for(let r=e.length-1;r>=0;r--)if(e[r]._zod[t]!=="optional")return r+1;return 0}function cy(e,t,r){e.issues.length&&t.issues.push(...De(r,e.issues)),t.value[r]=e.value}function ly(e,t,r,o,n){for(let i=0;i<r.length;i++){let a=e[i],s=i<o.length;if(a.issues.length){if(!s&&i>=n){t.value.length=i;break}t.issues.push(...De(i,a.issues))}t.value[i]=a.value}for(let i=t.value.length-1;i>=o.length&&(r[i]._zod.optout==="optional"&&t.value[i]===void 0);i--)t.value.length=i;return t}function dy(e,t,r,o,n,i,a){e.issues.length&&(eo.has(typeof o)?r.issues.push(...De(o,e.issues)):r.issues.push({code:"invalid_key",origin:"map",input:n,inst:i,issues:e.issues.map(s=>Pe(s,a,oe()))})),t.issues.length&&(eo.has(typeof o)?r.issues.push(...De(o,t.issues)):r.issues.push({origin:"map",code:"invalid_element",input:n,inst:i,key:o,issues:t.issues.map(s=>Pe(s,a,oe()))})),r.value.set(e.value,t.value)}function uy(e,t){e.issues.length&&t.issues.push(...e.issues),t.value.add(e.value)}function py(e,t){return t===void 0&&(e.issues.length||e.fallback)?{issues:[],value:void 0}:e}function hy(e,t){return e.value===void 0&&(e.value=t.defaultValue),e}function my(e,t){return!e.issues.length&&e.value===void 0&&e.issues.push({code:"invalid_type",expected:"nonoptional",input:e.value,inst:t}),e}function Gi(e,t,r){return e.issues.length?(e.aborted=!0,e):t._zod.run({value:e.value,issues:e.issues,fallback:e.fallback},r)}function Bi(e,t,r){if(e.issues.length)return e.aborted=!0,e;if((r.direction||"forward")==="forward"){let n=t.transform(e.value,e);return n instanceof Promise?n.then(i=>Wi(e,i,t.out,r)):Wi(e,n,t.out,r)}else{let n=t.reverseTransform(e.value,e);return n instanceof Promise?n.then(i=>Wi(e,i,t.in,r)):Wi(e,n,t.in,r)}}function Wi(e,t,r,o){return e.issues.length?(e.aborted=!0,e):r._zod.run({value:t,issues:e.issues},o)}function fy(e){return e.value=Object.freeze(e.value),e}function gy(e,t,r,o){if(!e){let n={code:"custom",input:r,inst:o,path:[...o._zod.def.path??[]],continue:!o._zod.def.abort};o._zod.def.params&&(n.params=o._zod.def.params),t.issues.push(Zn(n))}}var G,vn,X,ql,Xl,Ql,ed,td,nd,rd,od,id,ad,sd,cd,ld,dd,ud,pd,hd,md,fd,gd,vd,bd,wd,_d,kd,Zi,xd,lo,Hi,Sd,Ed,$d,Td,Ad,Id,Pd,Cd,Od,Nd,_y,Rd,uo,Ld,Dd,jd,Vi,Md,Ud,zd,Fd,Gd,Bd,Wd,Yi,Kd,Zd,Hd,Vd,Yd,Jd,qd,Xd,Ji,po,Qd,eu,tu,nu,ru,ou,iu,au=v(()=>{Fi();fn();Hl();Qc();Mi();U();Yl();U();G=b("$ZodType",(e,t)=>{var r;e??(e={}),e._zod.def=t,e._zod.bag=e._zod.bag||{},e._zod.version=Vl;let o=[...e._zod.def.checks??[]];e._zod.traits.has("$ZodCheck")&&o.unshift(e);for(let n of o)for(let i of n._zod.onattach)i(e);if(o.length===0)(r=e._zod).deferred??(r.deferred=[]),e._zod.deferred?.push(()=>{e._zod.run=e._zod.parse});else{let n=(a,s,c)=>{let d=Ft(a),u;for(let p of s){if(p._zod.def.when){if(Hc(a)||!p._zod.def.when(a))continue}else if(d)continue;let h=a.issues.length,m=p._zod.check(a);if(m instanceof Promise&&c?.async===!1)throw new Qe;if(u||m instanceof Promise)u=(u??Promise.resolve()).then(async()=>{await m,a.issues.length!==h&&(d||(d=Ft(a,h)))});else{if(a.issues.length===h)continue;d||(d=Ft(a,h))}}return u?u.then(()=>a):a},i=(a,s,c)=>{if(Ft(a))return a.aborted=!0,a;let d=n(s,o,c);if(d instanceof Promise){if(c.async===!1)throw new Qe;return d.then(u=>e._zod.parse(u,c))}return e._zod.parse(d,c)};e._zod.run=(a,s)=>{if(s.skipChecks)return e._zod.parse(a,s);if(s.direction==="backward"){let d=e._zod.parse({value:a.value,issues:[]},{...s,skipChecks:!0});return d instanceof Promise?d.then(u=>i(u,a,s)):i(d,a,s)}let c=e._zod.parse(a,s);if(c instanceof Promise){if(s.async===!1)throw new Qe;return c.then(d=>n(d,o,s))}return n(c,o,s)}}Z(e,"~standard",()=>({validate:n=>{try{let i=qc(e,n);return i.success?{value:i.data}:{issues:i.error?.issues}}catch{return Xc(e,n).then(a=>a.success?{value:a.data}:{issues:a.error?.issues})}},vendor:"zod",version:1}))}),vn=b("$ZodString",(e,t)=>{G.init(e,t),e._zod.pattern=[...e?._zod.bag?.patterns??[]].pop()??_l(e._zod.bag),e._zod.parse=(r,o)=>{if(t.coerce)try{r.value=String(r.value)}catch{}return typeof r.value=="string"||r.issues.push({expected:"string",code:"invalid_type",input:r.value,inst:e}),r}}),X=b("$ZodStringFormat",(e,t)=>{qn.init(e,t),vn.init(e,t)}),ql=b("$ZodGUID",(e,t)=>{t.pattern??(t.pattern=sl),X.init(e,t)}),Xl=b("$ZodUUID",(e,t)=>{if(t.version){let o={v1:1,v2:2,v3:3,v4:4,v5:5,v6:6,v7:7,v8:8}[t.version];if(o===void 0)throw new Error(`Invalid UUID version: "${t.version}"`);t.pattern??(t.pattern=yn(o))}else t.pattern??(t.pattern=yn());X.init(e,t)}),Ql=b("$ZodEmail",(e,t)=>{t.pattern??(t.pattern=cl),X.init(e,t)}),ed=b("$ZodURL",(e,t)=>{X.init(e,t),e._zod.check=r=>{try{let o=r.value.trim();if(!t.normalize&&t.protocol?.source===gl.source&&!/^https?:\/\//i.test(o)){r.issues.push({code:"invalid_format",format:"url",note:"Invalid URL format",input:r.value,inst:e,continue:!t.abort});return}let n=new URL(o);t.hostname&&(t.hostname.lastIndex=0,t.hostname.test(n.hostname)||r.issues.push({code:"invalid_format",format:"url",note:"Invalid hostname",pattern:t.hostname.source,input:r.value,inst:e,continue:!t.abort})),t.protocol&&(t.protocol.lastIndex=0,t.protocol.test(n.protocol.endsWith(":")?n.protocol.slice(0,-1):n.protocol)||r.issues.push({code:"invalid_format",format:"url",note:"Invalid protocol",pattern:t.protocol.source,input:r.value,inst:e,continue:!t.abort})),t.normalize?r.value=n.href:r.value=o;return}catch{r.issues.push({code:"invalid_format",format:"url",input:r.value,inst:e,continue:!t.abort})}}}),td=b("$ZodEmoji",(e,t)=>{t.pattern??(t.pattern=ll()),X.init(e,t)}),nd=b("$ZodNanoID",(e,t)=>{t.pattern??(t.pattern=il),X.init(e,t)}),rd=b("$ZodCUID",(e,t)=>{t.pattern??(t.pattern=el),X.init(e,t)}),od=b("$ZodCUID2",(e,t)=>{t.pattern??(t.pattern=tl),X.init(e,t)}),id=b("$ZodULID",(e,t)=>{t.pattern??(t.pattern=nl),X.init(e,t)}),ad=b("$ZodXID",(e,t)=>{t.pattern??(t.pattern=rl),X.init(e,t)}),sd=b("$ZodKSUID",(e,t)=>{t.pattern??(t.pattern=ol),X.init(e,t)}),cd=b("$ZodISODateTime",(e,t)=>{t.pattern??(t.pattern=wl(t)),X.init(e,t)}),ld=b("$ZodISODate",(e,t)=>{t.pattern??(t.pattern=vl),X.init(e,t)}),dd=b("$ZodISOTime",(e,t)=>{t.pattern??(t.pattern=bl(t)),X.init(e,t)}),ud=b("$ZodISODuration",(e,t)=>{t.pattern??(t.pattern=al),X.init(e,t)}),pd=b("$ZodIPv4",(e,t)=>{t.pattern??(t.pattern=dl),X.init(e,t),e._zod.bag.format="ipv4"}),hd=b("$ZodIPv6",(e,t)=>{t.pattern??(t.pattern=ul),X.init(e,t),e._zod.bag.format="ipv6",e._zod.check=r=>{try{new URL(`http://[${r.value}]`)}catch{r.issues.push({code:"invalid_format",format:"ipv6",input:r.value,inst:e,continue:!t.abort})}}}),md=b("$ZodMAC",(e,t)=>{t.pattern??(t.pattern=pl(t.delimiter)),X.init(e,t),e._zod.bag.format="mac"}),fd=b("$ZodCIDRv4",(e,t)=>{t.pattern??(t.pattern=hl),X.init(e,t)}),gd=b("$ZodCIDRv6",(e,t)=>{t.pattern??(t.pattern=ml),X.init(e,t),e._zod.check=r=>{let o=r.value.split("/");try{if(o.length!==2)throw new Error;let[n,i]=o;if(!i)throw new Error;let a=Number(i);if(`${a}`!==i)throw new Error;if(a<0||a>128)throw new Error;new URL(`http://[${n}]`)}catch{r.issues.push({code:"invalid_format",format:"cidrv6",input:r.value,inst:e,continue:!t.abort})}}});vd=b("$ZodBase64",(e,t)=>{t.pattern??(t.pattern=fl),X.init(e,t),e._zod.bag.contentEncoding="base64",e._zod.check=r=>{yd(r.value)||r.issues.push({code:"invalid_format",format:"base64",input:r.value,inst:e,continue:!t.abort})}});bd=b("$ZodBase64URL",(e,t)=>{t.pattern??(t.pattern=Di),X.init(e,t),e._zod.bag.contentEncoding="base64url",e._zod.check=r=>{yy(r.value)||r.issues.push({code:"invalid_format",format:"base64url",input:r.value,inst:e,continue:!t.abort})}}),wd=b("$ZodE164",(e,t)=>{t.pattern??(t.pattern=yl),X.init(e,t)});_d=b("$ZodJWT",(e,t)=>{X.init(e,t),e._zod.check=r=>{vy(r.value,t.alg)||r.issues.push({code:"invalid_format",format:"jwt",input:r.value,inst:e,continue:!t.abort})}}),kd=b("$ZodCustomStringFormat",(e,t)=>{X.init(e,t),e._zod.check=r=>{t.fn(r.value)||r.issues.push({code:"invalid_format",format:t.format,input:r.value,inst:e,continue:!t.abort})}}),Zi=b("$ZodNumber",(e,t)=>{G.init(e,t),e._zod.pattern=e._zod.bag.pattern??ji,e._zod.parse=(r,o)=>{if(t.coerce)try{r.value=Number(r.value)}catch{}let n=r.value;if(typeof n=="number"&&!Number.isNaN(n)&&Number.isFinite(n))return r;let i=typeof n=="number"?Number.isNaN(n)?"NaN":Number.isFinite(n)?void 0:"Infinity":void 0;return r.issues.push({expected:"number",code:"invalid_type",input:n,inst:e,...i?{received:i}:{}}),r}}),xd=b("$ZodNumberFormat",(e,t)=>{Pl.init(e,t),Zi.init(e,t)}),lo=b("$ZodBoolean",(e,t)=>{G.init(e,t),e._zod.pattern=Sl,e._zod.parse=(r,o)=>{if(t.coerce)try{r.value=!!r.value}catch{}let n=r.value;return typeof n=="boolean"||r.issues.push({expected:"boolean",code:"invalid_type",input:n,inst:e}),r}}),Hi=b("$ZodBigInt",(e,t)=>{G.init(e,t),e._zod.pattern=kl,e._zod.parse=(r,o)=>{if(t.coerce)try{r.value=BigInt(r.value)}catch{}return typeof r.value=="bigint"||r.issues.push({expected:"bigint",code:"invalid_type",input:r.value,inst:e}),r}}),Sd=b("$ZodBigIntFormat",(e,t)=>{Cl.init(e,t),Hi.init(e,t)}),Ed=b("$ZodSymbol",(e,t)=>{G.init(e,t),e._zod.parse=(r,o)=>{let n=r.value;return typeof n=="symbol"||r.issues.push({expected:"symbol",code:"invalid_type",input:n,inst:e}),r}}),$d=b("$ZodUndefined",(e,t)=>{G.init(e,t),e._zod.pattern=$l,e._zod.values=new Set([void 0]),e._zod.parse=(r,o)=>{let n=r.value;return typeof n>"u"||r.issues.push({expected:"undefined",code:"invalid_type",input:n,inst:e}),r}}),Td=b("$ZodNull",(e,t)=>{G.init(e,t),e._zod.pattern=El,e._zod.values=new Set([null]),e._zod.parse=(r,o)=>{let n=r.value;return n===null||r.issues.push({expected:"null",code:"invalid_type",input:n,inst:e}),r}}),Ad=b("$ZodAny",(e,t)=>{G.init(e,t),e._zod.parse=r=>r}),Id=b("$ZodUnknown",(e,t)=>{G.init(e,t),e._zod.parse=r=>r}),Pd=b("$ZodNever",(e,t)=>{G.init(e,t),e._zod.parse=(r,o)=>(r.issues.push({expected:"never",code:"invalid_type",input:r.value,inst:e}),r)}),Cd=b("$ZodVoid",(e,t)=>{G.init(e,t),e._zod.parse=(r,o)=>{let n=r.value;return typeof n>"u"||r.issues.push({expected:"void",code:"invalid_type",input:n,inst:e}),r}}),Od=b("$ZodDate",(e,t)=>{G.init(e,t),e._zod.parse=(r,o)=>{if(t.coerce)try{r.value=new Date(r.value)}catch{}let n=r.value,i=n instanceof Date;return i&&!Number.isNaN(n.getTime())||r.issues.push({expected:"date",code:"invalid_type",input:n,...i?{received:"Invalid Date"}:{},inst:e}),r}});Nd=b("$ZodArray",(e,t)=>{G.init(e,t),e._zod.parse=(r,o)=>{let n=r.value;if(!Array.isArray(n))return r.issues.push({expected:"array",code:"invalid_type",input:n,inst:e}),r;r.value=Array(n.length);let i=[];for(let a=0;a<n.length;a++){let s=n[a],c=t.element._zod.run({value:s,issues:[]},o);c instanceof Promise?i.push(c.then(d=>ry(d,r,a))):ry(c,r,a)}return i.length?Promise.all(i).then(()=>r):r}});_y=b("$ZodObject",(e,t)=>{if(G.init(e,t),!Object.getOwnPropertyDescriptor(t,"shape")?.get){let s=t.shape;Object.defineProperty(t,"shape",{get:()=>{let c={...s};return Object.defineProperty(t,"shape",{value:c}),c}})}let o=Kn(()=>by(t));Z(e._zod,"propValues",()=>{let s=t.shape,c={};for(let d in s){let u=s[d]._zod;if(u.values){c[d]??(c[d]=new Set);for(let p of u.values)c[d].add(p)}}return c});let n=gn,i=t.catchall,a;e._zod.parse=(s,c)=>{a??(a=o.value);let d=s.value;if(!n(d))return s.issues.push({expected:"object",code:"invalid_type",input:d,inst:e}),s;s.value={};let u=[],p=a.shape;for(let h of a.keys){let m=p[h],g=m._zod.optin==="optional",T=m._zod.optout==="optional",y=m._zod.run({value:d[h],issues:[]},c);y instanceof Promise?u.push(y.then(_=>Ki(_,s,h,d,g,T))):Ki(y,s,h,d,g,T)}return i?wy(u,d,s,c,o.value,e):u.length?Promise.all(u).then(()=>s):s}}),Rd=b("$ZodObjectJIT",(e,t)=>{_y.init(e,t);let r=e._zod.parse,o=Kn(()=>by(t)),n=h=>{let m=new co(["shape","payload","ctx"]),g=o.value,T=x=>{let C=Si(x);return`shape[${C}]._zod.run({ value: input[${C}], issues: [] }, ctx)`};m.write("const input = payload.value;");let y=Object.create(null),_=0;for(let x of g.keys)y[x]=`key_${_++}`;m.write("const newResult = {};");for(let x of g.keys){let C=y[x],$=Si(x),K=h[x],B=K?._zod?.optin==="optional",H=K?._zod?.optout==="optional";m.write(`const ${C} = ${T(x)};`),B&&H?m.write(`
10084
+ if (${C}.issues.length) {
10085
+ if (${$} in input) {
10086
+ payload.issues = payload.issues.concat(${C}.issues.map(iss => ({
10041
10087
  ...iss,
10042
- path: iss.path ? [${P}, ...iss.path] : [${P}]
10088
+ path: iss.path ? [${$}, ...iss.path] : [${$}]
10043
10089
  })));
10044
10090
  }
10045
10091
  }
10046
10092
 
10047
- if (${L}.value === undefined) {
10048
- if (${P} in input) {
10049
- newResult[${P}] = undefined;
10093
+ if (${C}.value === undefined) {
10094
+ if (${$} in input) {
10095
+ newResult[${$}] = undefined;
10050
10096
  }
10051
10097
  } else {
10052
- newResult[${P}] = ${L}.value;
10098
+ newResult[${$}] = ${C}.value;
10053
10099
  }
10054
10100
 
10055
- `):Z?f.write(`
10056
- if (${L}.issues.length) {
10057
- payload.issues = payload.issues.concat(${L}.issues.map(iss => ({
10101
+ `):B?m.write(`
10102
+ if (${C}.issues.length) {
10103
+ payload.issues = payload.issues.concat(${C}.issues.map(iss => ({
10058
10104
  ...iss,
10059
- path: iss.path ? [${P}, ...iss.path] : [${P}]
10105
+ path: iss.path ? [${$}, ...iss.path] : [${$}]
10060
10106
  })));
10061
10107
  }
10062
10108
 
10063
- if (${L}.value === undefined) {
10064
- if (${P} in input) {
10065
- newResult[${P}] = undefined;
10109
+ if (${C}.value === undefined) {
10110
+ if (${$} in input) {
10111
+ newResult[${$}] = undefined;
10066
10112
  }
10067
10113
  } else {
10068
- newResult[${P}] = ${L}.value;
10114
+ newResult[${$}] = ${C}.value;
10069
10115
  }
10070
10116
 
10071
- `):f.write(`
10072
- const ${L}_present = ${P} in input;
10073
- if (${L}.issues.length) {
10074
- payload.issues = payload.issues.concat(${L}.issues.map(iss => ({
10117
+ `):m.write(`
10118
+ const ${C}_present = ${$} in input;
10119
+ if (${C}.issues.length) {
10120
+ payload.issues = payload.issues.concat(${C}.issues.map(iss => ({
10075
10121
  ...iss,
10076
- path: iss.path ? [${P}, ...iss.path] : [${P}]
10122
+ path: iss.path ? [${$}, ...iss.path] : [${$}]
10077
10123
  })));
10078
10124
  }
10079
- if (!${L}_present && !${L}.issues.length) {
10125
+ if (!${C}_present && !${C}.issues.length) {
10080
10126
  payload.issues.push({
10081
10127
  code: "invalid_type",
10082
10128
  expected: "nonoptional",
10083
10129
  input: undefined,
10084
- path: [${P}]
10130
+ path: [${$}]
10085
10131
  });
10086
10132
  }
10087
10133
 
10088
- if (${L}_present) {
10089
- if (${L}.value === undefined) {
10090
- newResult[${P}] = undefined;
10134
+ if (${C}_present) {
10135
+ if (${C}.value === undefined) {
10136
+ newResult[${$}] = undefined;
10091
10137
  } else {
10092
- newResult[${P}] = ${L}.value;
10138
+ newResult[${$}] = ${C}.value;
10093
10139
  }
10094
10140
  }
10095
10141
 
10096
- `)}f.write("payload.value = newResult;"),f.write("return payload;");let x=f.compile();return($,L)=>x(h,$,L)},i,a=fn,s=!hn.jitless,d=s&&Nc.value,u=t.catchall,p;e._zod.parse=(h,f)=>{p??(p=o.value);let m=h.value;return a(m)?s&&d&&f?.async===!1&&f.jitless!==!0?(i||(i=n(t.shape)),h=i(h,f),u?my([],m,h,f,p,e):h):r(h,f):(h.issues.push({expected:"object",code:"invalid_type",input:m,inst:e}),h)}});uo=v("$ZodUnion",(e,t)=>{G.init(e,t),W(e._zod,"optin",()=>t.options.some(o=>o._zod.optin==="optional")?"optional":void 0),W(e._zod,"optout",()=>t.options.some(o=>o._zod.optout==="optional")?"optional":void 0),W(e._zod,"values",()=>{if(t.options.every(o=>o._zod.values))return new Set(t.options.flatMap(o=>Array.from(o._zod.values)))}),W(e._zod,"pattern",()=>{if(t.options.every(o=>o._zod.pattern)){let o=t.options.map(n=>n._zod.pattern);return new RegExp(`^(${o.map(n=>Qr(n.source)).join("|")})$`)}});let r=t.options.length===1?t.options[0]._zod.run:null;e._zod.parse=(o,n)=>{if(r)return r(o,n);let i=!1,a=[];for(let s of t.options){let l=s._zod.run({value:o.value,issues:[]},n);if(l instanceof Promise)a.push(l),i=!0;else{if(l.issues.length===0)return l;a.push(l)}}return i?Promise.all(a).then(s=>Xg(s,o,e,n)):Xg(a,o,e,n)}});Td=v("$ZodXor",(e,t)=>{uo.init(e,t),t.inclusive=!1;let r=t.options.length===1?t.options[0]._zod.run:null;e._zod.parse=(o,n)=>{if(r)return r(o,n);let i=!1,a=[];for(let s of t.options){let l=s._zod.run({value:o.value,issues:[]},n);l instanceof Promise?(a.push(l),i=!0):a.push(l)}return i?Promise.all(a).then(s=>Qg(s,o,e,n)):Qg(a,o,e,n)}}),Ad=v("$ZodDiscriminatedUnion",(e,t)=>{t.inclusive=!1,uo.init(e,t);let r=e._zod.parse;W(e._zod,"propValues",()=>{let n={};for(let i of t.options){let a=i._zod.propValues;if(!a||Object.keys(a).length===0)throw new Error(`Invalid discriminated union option at index "${t.options.indexOf(i)}"`);for(let[s,l]of Object.entries(a)){n[s]||(n[s]=new Set);for(let d of l)n[s].add(d)}}return n});let o=Wn(()=>{let n=t.options,i=new Map;for(let a of n){let s=a._zod.propValues?.[t.discriminator];if(!s||s.size===0)throw new Error(`Invalid discriminated union option at index "${t.options.indexOf(a)}"`);for(let l of s){if(i.has(l))throw new Error(`Duplicate discriminator value "${String(l)}"`);i.set(l,a)}}return i});e._zod.parse=(n,i)=>{let a=n.value;if(!fn(a))return n.issues.push({code:"invalid_type",expected:"object",input:a,inst:e}),n;let s=o.value.get(a?.[t.discriminator]);return s?s._zod.run(n,i):t.unionFallback||i.direction==="backward"?r(n,i):(n.issues.push({code:"invalid_union",errors:[],note:"No matching discriminator",discriminator:t.discriminator,options:Array.from(o.value.keys()),input:a,path:[t.discriminator],inst:e}),n)}}),Id=v("$ZodIntersection",(e,t)=>{G.init(e,t),e._zod.parse=(r,o)=>{let n=r.value,i=t.left._zod.run({value:n,issues:[]},o),a=t.right._zod.run({value:n,issues:[]},o);return i instanceof Promise||a instanceof Promise?Promise.all([i,a]).then(([l,d])=>ey(r,l,d)):ey(r,i,a)}});Ki=v("$ZodTuple",(e,t)=>{G.init(e,t);let r=t.items;e._zod.parse=(o,n)=>{let i=o.value;if(!Array.isArray(i))return o.issues.push({input:i,inst:e,expected:"tuple",code:"invalid_type"}),o;o.value=[];let a=[],s=ty(r,"optin"),l=ty(r,"optout");if(!t.rest){if(i.length<s)return o.issues.push({code:"too_small",minimum:s,inclusive:!0,input:i,inst:e,origin:"array"}),o;i.length>r.length&&o.issues.push({code:"too_big",maximum:r.length,inclusive:!0,input:i,inst:e,origin:"array"})}let d=new Array(r.length);for(let u=0;u<r.length;u++){let p=r[u]._zod.run({value:i[u],issues:[]},n);p instanceof Promise?a.push(p.then(h=>{d[u]=h})):d[u]=p}if(t.rest){let u=r.length-1,p=i.slice(r.length);for(let h of p){u++;let f=t.rest._zod.run({value:h,issues:[]},n);f instanceof Promise?a.push(f.then(m=>ny(m,o,u))):ny(f,o,u)}}return a.length?Promise.all(a).then(()=>ry(d,o,r,i,l)):ry(d,o,r,i,l)}});Pd=v("$ZodRecord",(e,t)=>{G.init(e,t),e._zod.parse=(r,o)=>{let n=r.value;if(!zt(n))return r.issues.push({expected:"record",code:"invalid_type",input:n,inst:e}),r;let i=[],a=t.keyType._zod.values;if(a){r.value={};let s=new Set;for(let d of a)if(typeof d=="string"||typeof d=="number"||typeof d=="symbol"){s.add(typeof d=="number"?d.toString():d);let u=t.keyType._zod.run({value:d,issues:[]},o);if(u instanceof Promise)throw new Error("Async schemas not supported in object keys currently");if(u.issues.length){r.issues.push({code:"invalid_key",origin:"record",issues:u.issues.map(f=>Pe(f,o,oe())),input:d,path:[d],inst:e});continue}let p=u.value,h=t.valueType._zod.run({value:n[d],issues:[]},o);h instanceof Promise?i.push(h.then(f=>{f.issues.length&&r.issues.push(...De(d,f.issues)),r.value[p]=f.value})):(h.issues.length&&r.issues.push(...De(d,h.issues)),r.value[p]=h.value)}let l;for(let d in n)s.has(d)||(l=l??[],l.push(d));l&&l.length>0&&r.issues.push({code:"unrecognized_keys",input:n,inst:e,keys:l})}else{r.value={};for(let s of Reflect.ownKeys(n)){if(s==="__proto__"||!Object.prototype.propertyIsEnumerable.call(n,s))continue;let l=t.keyType._zod.run({value:s,issues:[]},o);if(l instanceof Promise)throw new Error("Async schemas not supported in object keys currently");if(typeof s=="string"&&Ri.test(s)&&l.issues.length){let p=t.keyType._zod.run({value:Number(s),issues:[]},o);if(p instanceof Promise)throw new Error("Async schemas not supported in object keys currently");p.issues.length===0&&(l=p)}if(l.issues.length){t.mode==="loose"?r.value[s]=n[s]:r.issues.push({code:"invalid_key",origin:"record",issues:l.issues.map(p=>Pe(p,o,oe())),input:s,path:[s],inst:e});continue}let u=t.valueType._zod.run({value:n[s],issues:[]},o);u instanceof Promise?i.push(u.then(p=>{p.issues.length&&r.issues.push(...De(s,p.issues)),r.value[l.value]=p.value})):(u.issues.length&&r.issues.push(...De(s,u.issues)),r.value[l.value]=u.value)}}return i.length?Promise.all(i).then(()=>r):r}}),Cd=v("$ZodMap",(e,t)=>{G.init(e,t),e._zod.parse=(r,o)=>{let n=r.value;if(!(n instanceof Map))return r.issues.push({expected:"map",code:"invalid_type",input:n,inst:e}),r;let i=[];r.value=new Map;for(let[a,s]of n){let l=t.keyType._zod.run({value:a,issues:[]},o),d=t.valueType._zod.run({value:s,issues:[]},o);l instanceof Promise||d instanceof Promise?i.push(Promise.all([l,d]).then(([u,p])=>{oy(u,p,r,a,n,e,o)})):oy(l,d,r,a,n,e,o)}return i.length?Promise.all(i).then(()=>r):r}});Od=v("$ZodSet",(e,t)=>{G.init(e,t),e._zod.parse=(r,o)=>{let n=r.value;if(!(n instanceof Set))return r.issues.push({input:n,inst:e,expected:"set",code:"invalid_type"}),r;let i=[];r.value=new Set;for(let a of n){let s=t.valueType._zod.run({value:a,issues:[]},o);s instanceof Promise?i.push(s.then(l=>iy(l,r))):iy(s,r)}return i.length?Promise.all(i).then(()=>r):r}});Nd=v("$ZodEnum",(e,t)=>{G.init(e,t);let r=Xr(t.entries),o=new Set(r);e._zod.values=o,e._zod.pattern=new RegExp(`^(${r.filter(n=>eo.has(typeof n)).map(n=>typeof n=="string"?He(n):n.toString()).join("|")})$`),e._zod.parse=(n,i)=>{let a=n.value;return o.has(a)||n.issues.push({code:"invalid_value",values:r,input:a,inst:e}),n}}),Rd=v("$ZodLiteral",(e,t)=>{if(G.init(e,t),t.values.length===0)throw new Error("Cannot create literal schema with no valid values");let r=new Set(t.values);e._zod.values=r,e._zod.pattern=new RegExp(`^(${t.values.map(o=>typeof o=="string"?He(o):o?He(o.toString()):String(o)).join("|")})$`),e._zod.parse=(o,n)=>{let i=o.value;return r.has(i)||o.issues.push({code:"invalid_value",values:t.values,input:i,inst:e}),o}}),Ld=v("$ZodFile",(e,t)=>{G.init(e,t),e._zod.parse=(r,o)=>{let n=r.value;return n instanceof File||r.issues.push({expected:"file",code:"invalid_type",input:n,inst:e}),r}}),Dd=v("$ZodTransform",(e,t)=>{G.init(e,t),e._zod.optin="optional",e._zod.parse=(r,o)=>{if(o.direction==="backward")throw new jt(e.constructor.name);let n=t.transform(r.value,r);if(o.async)return(n instanceof Promise?n:Promise.resolve(n)).then(a=>(r.value=a,r.fallback=!0,r));if(n instanceof Promise)throw new Xe;return r.value=n,r.fallback=!0,r}});Zi=v("$ZodOptional",(e,t)=>{G.init(e,t),e._zod.optin="optional",e._zod.optout="optional",W(e._zod,"values",()=>t.innerType._zod.values?new Set([...t.innerType._zod.values,void 0]):void 0),W(e._zod,"pattern",()=>{let r=t.innerType._zod.pattern;return r?new RegExp(`^(${Qr(r.source)})?$`):void 0}),e._zod.parse=(r,o)=>{if(t.innerType._zod.optin==="optional"){let n=r.value,i=t.innerType._zod.run(r,o);return i instanceof Promise?i.then(a=>ay(a,n)):ay(i,n)}return r.value===void 0?r:t.innerType._zod.run(r,o)}}),jd=v("$ZodExactOptional",(e,t)=>{Zi.init(e,t),W(e._zod,"values",()=>t.innerType._zod.values),W(e._zod,"pattern",()=>t.innerType._zod.pattern),e._zod.parse=(r,o)=>t.innerType._zod.run(r,o)}),Md=v("$ZodNullable",(e,t)=>{G.init(e,t),W(e._zod,"optin",()=>t.innerType._zod.optin),W(e._zod,"optout",()=>t.innerType._zod.optout),W(e._zod,"pattern",()=>{let r=t.innerType._zod.pattern;return r?new RegExp(`^(${Qr(r.source)}|null)$`):void 0}),W(e._zod,"values",()=>t.innerType._zod.values?new Set([...t.innerType._zod.values,null]):void 0),e._zod.parse=(r,o)=>r.value===null?r:t.innerType._zod.run(r,o)}),Ud=v("$ZodDefault",(e,t)=>{G.init(e,t),e._zod.optin="optional",W(e._zod,"values",()=>t.innerType._zod.values),e._zod.parse=(r,o)=>{if(o.direction==="backward")return t.innerType._zod.run(r,o);if(r.value===void 0)return r.value=t.defaultValue,r;let n=t.innerType._zod.run(r,o);return n instanceof Promise?n.then(i=>sy(i,t)):sy(n,t)}});zd=v("$ZodPrefault",(e,t)=>{G.init(e,t),e._zod.optin="optional",W(e._zod,"values",()=>t.innerType._zod.values),e._zod.parse=(r,o)=>(o.direction==="backward"||r.value===void 0&&(r.value=t.defaultValue),t.innerType._zod.run(r,o))}),Fd=v("$ZodNonOptional",(e,t)=>{G.init(e,t),W(e._zod,"values",()=>{let r=t.innerType._zod.values;return r?new Set([...r].filter(o=>o!==void 0)):void 0}),e._zod.parse=(r,o)=>{let n=t.innerType._zod.run(r,o);return n instanceof Promise?n.then(i=>cy(i,e)):cy(n,e)}});Gd=v("$ZodSuccess",(e,t)=>{G.init(e,t),e._zod.parse=(r,o)=>{if(o.direction==="backward")throw new jt("ZodSuccess");let n=t.innerType._zod.run(r,o);return n instanceof Promise?n.then(i=>(r.value=i.issues.length===0,r)):(r.value=n.issues.length===0,r)}}),Bd=v("$ZodCatch",(e,t)=>{G.init(e,t),e._zod.optin="optional",W(e._zod,"optout",()=>t.innerType._zod.optout),W(e._zod,"values",()=>t.innerType._zod.values),e._zod.parse=(r,o)=>{if(o.direction==="backward")return t.innerType._zod.run(r,o);let n=t.innerType._zod.run(r,o);return n instanceof Promise?n.then(i=>(r.value=i.value,i.issues.length&&(r.value=t.catchValue({...r,error:{issues:i.issues.map(a=>Pe(a,o,oe()))},input:r.value}),r.issues=[],r.fallback=!0),r)):(r.value=n.value,n.issues.length&&(r.value=t.catchValue({...r,error:{issues:n.issues.map(i=>Pe(i,o,oe()))},input:r.value}),r.issues=[],r.fallback=!0),r)}}),Wd=v("$ZodNaN",(e,t)=>{G.init(e,t),e._zod.parse=(r,o)=>((typeof r.value!="number"||!Number.isNaN(r.value))&&r.issues.push({input:r.value,inst:e,expected:"nan",code:"invalid_type"}),r)}),Vi=v("$ZodPipe",(e,t)=>{G.init(e,t),W(e._zod,"values",()=>t.in._zod.values),W(e._zod,"optin",()=>t.in._zod.optin),W(e._zod,"optout",()=>t.out._zod.optout),W(e._zod,"propValues",()=>t.in._zod.propValues),e._zod.parse=(r,o)=>{if(o.direction==="backward"){let i=t.out._zod.run(r,o);return i instanceof Promise?i.then(a=>Ui(a,t.in,o)):Ui(i,t.in,o)}let n=t.in._zod.run(r,o);return n instanceof Promise?n.then(i=>Ui(i,t.out,o)):Ui(n,t.out,o)}});po=v("$ZodCodec",(e,t)=>{G.init(e,t),W(e._zod,"values",()=>t.in._zod.values),W(e._zod,"optin",()=>t.in._zod.optin),W(e._zod,"optout",()=>t.out._zod.optout),W(e._zod,"propValues",()=>t.in._zod.propValues),e._zod.parse=(r,o)=>{if((o.direction||"forward")==="forward"){let i=t.in._zod.run(r,o);return i instanceof Promise?i.then(a=>zi(a,t,o)):zi(i,t,o)}else{let i=t.out._zod.run(r,o);return i instanceof Promise?i.then(a=>zi(a,t,o)):zi(i,t,o)}}});Kd=v("$ZodPreprocess",(e,t)=>{Vi.init(e,t)}),Zd=v("$ZodReadonly",(e,t)=>{G.init(e,t),W(e._zod,"propValues",()=>t.innerType._zod.propValues),W(e._zod,"values",()=>t.innerType._zod.values),W(e._zod,"optin",()=>t.innerType?._zod?.optin),W(e._zod,"optout",()=>t.innerType?._zod?.optout),e._zod.parse=(r,o)=>{if(o.direction==="backward")return t.innerType._zod.run(r,o);let n=t.innerType._zod.run(r,o);return n instanceof Promise?n.then(ly):ly(n)}});Vd=v("$ZodTemplateLiteral",(e,t)=>{G.init(e,t);let r=[];for(let o of t.parts)if(typeof o=="object"&&o!==null){if(!o._zod.pattern)throw new Error(`Invalid template literal part, no pattern found: ${[...o._zod.traits].shift()}`);let n=o._zod.pattern instanceof RegExp?o._zod.pattern.source:o._zod.pattern;if(!n)throw new Error(`Invalid template literal part: ${o._zod.traits}`);let i=n.startsWith("^")?1:0,a=n.endsWith("$")?n.length-1:n.length;r.push(n.slice(i,a))}else if(o===null||Lc.has(typeof o))r.push(He(`${o}`));else throw new Error(`Invalid template literal part: ${o}`);e._zod.pattern=new RegExp(`^${r.join("")}$`),e._zod.parse=(o,n)=>typeof o.value!="string"?(o.issues.push({input:o.value,inst:e,expected:"string",code:"invalid_type"}),o):(e._zod.pattern.lastIndex=0,e._zod.pattern.test(o.value)||o.issues.push({input:o.value,inst:e,code:"invalid_format",format:t.format??"template_literal",pattern:e._zod.pattern.source}),o)}),Hd=v("$ZodFunction",(e,t)=>(G.init(e,t),e._def=t,e._zod.def=t,e.implement=r=>{if(typeof r!="function")throw new Error("implement() must be called with a function");return function(...o){let n=e._def.input?xi(e._def.input,o):o,i=Reflect.apply(r,this,n);return e._def.output?xi(e._def.output,i):i}},e.implementAsync=r=>{if(typeof r!="function")throw new Error("implementAsync() must be called with a function");return async function(...o){let n=e._def.input?await Si(e._def.input,o):o,i=await Reflect.apply(r,this,n);return e._def.output?await Si(e._def.output,i):i}},e._zod.parse=(r,o)=>typeof r.value!="function"?(r.issues.push({code:"invalid_type",expected:"function",input:r.value,inst:e}),r):(e._def.output&&e._def.output._zod.def.type==="promise"?r.value=e.implementAsync(r.value):r.value=e.implement(r.value),r),e.input=(...r)=>{let o=e.constructor;return Array.isArray(r[0])?new o({type:"function",input:new Ki({type:"tuple",items:r[0],rest:r[1]}),output:e._def.output}):new o({type:"function",input:r[0],output:e._def.output})},e.output=r=>{let o=e.constructor;return new o({type:"function",input:e._def.input,output:r})},e)),Yd=v("$ZodPromise",(e,t)=>{G.init(e,t),e._zod.parse=(r,o)=>Promise.resolve(r.value).then(n=>t.innerType._zod.run({value:n,issues:[]},o))}),Jd=v("$ZodLazy",(e,t)=>{G.init(e,t),W(e._zod,"innerType",()=>{let r=t;return r._cachedInner||(r._cachedInner=t.getter()),r._cachedInner}),W(e._zod,"pattern",()=>e._zod.innerType?._zod?.pattern),W(e._zod,"propValues",()=>e._zod.innerType?._zod?.propValues),W(e._zod,"optin",()=>e._zod.innerType?._zod?.optin??void 0),W(e._zod,"optout",()=>e._zod.innerType?._zod?.optout??void 0),e._zod.parse=(r,o)=>e._zod.innerType._zod.run(r,o)}),qd=v("$ZodCustom",(e,t)=>{Q.init(e,t),G.init(e,t),e._zod.parse=(r,o)=>r,e._zod.check=r=>{let o=r.value,n=t.fn(o);if(n instanceof Promise)return n.then(i=>dy(i,r,o,e));dy(n,r,o,e)}})});function gy(){return{localeError:g0()}}var g0,yy=y(()=>{U();g0=()=>{let e={string:{unit:"\u062D\u0631\u0641",verb:"\u0623\u0646 \u064A\u062D\u0648\u064A"},file:{unit:"\u0628\u0627\u064A\u062A",verb:"\u0623\u0646 \u064A\u062D\u0648\u064A"},array:{unit:"\u0639\u0646\u0635\u0631",verb:"\u0623\u0646 \u064A\u062D\u0648\u064A"},set:{unit:"\u0639\u0646\u0635\u0631",verb:"\u0623\u0646 \u064A\u062D\u0648\u064A"}};function t(n){return e[n]??null}let r={regex:"\u0645\u062F\u062E\u0644",email:"\u0628\u0631\u064A\u062F \u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A",url:"\u0631\u0627\u0628\u0637",emoji:"\u0625\u064A\u0645\u0648\u062C\u064A",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"\u062A\u0627\u0631\u064A\u062E \u0648\u0648\u0642\u062A \u0628\u0645\u0639\u064A\u0627\u0631 ISO",date:"\u062A\u0627\u0631\u064A\u062E \u0628\u0645\u0639\u064A\u0627\u0631 ISO",time:"\u0648\u0642\u062A \u0628\u0645\u0639\u064A\u0627\u0631 ISO",duration:"\u0645\u062F\u0629 \u0628\u0645\u0639\u064A\u0627\u0631 ISO",ipv4:"\u0639\u0646\u0648\u0627\u0646 IPv4",ipv6:"\u0639\u0646\u0648\u0627\u0646 IPv6",cidrv4:"\u0645\u062F\u0649 \u0639\u0646\u0627\u0648\u064A\u0646 \u0628\u0635\u064A\u063A\u0629 IPv4",cidrv6:"\u0645\u062F\u0649 \u0639\u0646\u0627\u0648\u064A\u0646 \u0628\u0635\u064A\u063A\u0629 IPv6",base64:"\u0646\u064E\u0635 \u0628\u062A\u0631\u0645\u064A\u0632 base64-encoded",base64url:"\u0646\u064E\u0635 \u0628\u062A\u0631\u0645\u064A\u0632 base64url-encoded",json_string:"\u0646\u064E\u0635 \u0639\u0644\u0649 \u0647\u064A\u0626\u0629 JSON",e164:"\u0631\u0642\u0645 \u0647\u0627\u062A\u0641 \u0628\u0645\u0639\u064A\u0627\u0631 E.164",jwt:"JWT",template_literal:"\u0645\u062F\u062E\u0644"},o={nan:"NaN"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=A(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`\u0645\u062F\u062E\u0644\u0627\u062A \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644\u0629: \u064A\u0641\u062A\u0631\u0636 \u0625\u062F\u062E\u0627\u0644 instanceof ${n.expected}\u060C \u0648\u0644\u0643\u0646 \u062A\u0645 \u0625\u062F\u062E\u0627\u0644 ${s}`:`\u0645\u062F\u062E\u0644\u0627\u062A \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644\u0629: \u064A\u0641\u062A\u0631\u0636 \u0625\u062F\u062E\u0627\u0644 ${i}\u060C \u0648\u0644\u0643\u0646 \u062A\u0645 \u0625\u062F\u062E\u0627\u0644 ${s}`}case"invalid_value":return n.values.length===1?`\u0645\u062F\u062E\u0644\u0627\u062A \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644\u0629: \u064A\u0641\u062A\u0631\u0636 \u0625\u062F\u062E\u0627\u0644 ${T(n.values[0])}`:`\u0627\u062E\u062A\u064A\u0627\u0631 \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644: \u064A\u062A\u0648\u0642\u0639 \u0627\u0646\u062A\u0642\u0627\u0621 \u0623\u062D\u062F \u0647\u0630\u0647 \u0627\u0644\u062E\u064A\u0627\u0631\u0627\u062A: ${_(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);return a?` \u0623\u0643\u0628\u0631 \u0645\u0646 \u0627\u0644\u0644\u0627\u0632\u0645: \u064A\u0641\u062A\u0631\u0636 \u0623\u0646 \u062A\u0643\u0648\u0646 ${n.origin??"\u0627\u0644\u0642\u064A\u0645\u0629"} ${i} ${n.maximum.toString()} ${a.unit??"\u0639\u0646\u0635\u0631"}`:`\u0623\u0643\u0628\u0631 \u0645\u0646 \u0627\u0644\u0644\u0627\u0632\u0645: \u064A\u0641\u062A\u0631\u0636 \u0623\u0646 \u062A\u0643\u0648\u0646 ${n.origin??"\u0627\u0644\u0642\u064A\u0645\u0629"} ${i} ${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);return a?`\u0623\u0635\u063A\u0631 \u0645\u0646 \u0627\u0644\u0644\u0627\u0632\u0645: \u064A\u0641\u062A\u0631\u0636 \u0644\u0640 ${n.origin} \u0623\u0646 \u064A\u0643\u0648\u0646 ${i} ${n.minimum.toString()} ${a.unit}`:`\u0623\u0635\u063A\u0631 \u0645\u0646 \u0627\u0644\u0644\u0627\u0632\u0645: \u064A\u0641\u062A\u0631\u0636 \u0644\u0640 ${n.origin} \u0623\u0646 \u064A\u0643\u0648\u0646 ${i} ${n.minimum.toString()}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`\u0646\u064E\u0635 \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644: \u064A\u062C\u0628 \u0623\u0646 \u064A\u0628\u062F\u0623 \u0628\u0640 "${n.prefix}"`:i.format==="ends_with"?`\u0646\u064E\u0635 \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644: \u064A\u062C\u0628 \u0623\u0646 \u064A\u0646\u062A\u0647\u064A \u0628\u0640 "${i.suffix}"`:i.format==="includes"?`\u0646\u064E\u0635 \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644: \u064A\u062C\u0628 \u0623\u0646 \u064A\u062A\u0636\u0645\u0651\u064E\u0646 "${i.includes}"`:i.format==="regex"?`\u0646\u064E\u0635 \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644: \u064A\u062C\u0628 \u0623\u0646 \u064A\u0637\u0627\u0628\u0642 \u0627\u0644\u0646\u0645\u0637 ${i.pattern}`:`${r[i.format]??n.format} \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644`}case"not_multiple_of":return`\u0631\u0642\u0645 \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644: \u064A\u062C\u0628 \u0623\u0646 \u064A\u0643\u0648\u0646 \u0645\u0646 \u0645\u0636\u0627\u0639\u0641\u0627\u062A ${n.divisor}`;case"unrecognized_keys":return`\u0645\u0639\u0631\u0641${n.keys.length>1?"\u0627\u062A":""} \u063A\u0631\u064A\u0628${n.keys.length>1?"\u0629":""}: ${_(n.keys,"\u060C ")}`;case"invalid_key":return`\u0645\u0639\u0631\u0641 \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644 \u0641\u064A ${n.origin}`;case"invalid_union":return"\u0645\u062F\u062E\u0644 \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644";case"invalid_element":return`\u0645\u062F\u062E\u0644 \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644 \u0641\u064A ${n.origin}`;default:return"\u0645\u062F\u062E\u0644 \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644"}}}});function vy(){return{localeError:y0()}}var y0,by=y(()=>{U();y0=()=>{let e={string:{unit:"simvol",verb:"olmal\u0131d\u0131r"},file:{unit:"bayt",verb:"olmal\u0131d\u0131r"},array:{unit:"element",verb:"olmal\u0131d\u0131r"},set:{unit:"element",verb:"olmal\u0131d\u0131r"}};function t(n){return e[n]??null}let r={regex:"input",email:"email address",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO datetime",date:"ISO date",time:"ISO time",duration:"ISO duration",ipv4:"IPv4 address",ipv6:"IPv6 address",cidrv4:"IPv4 range",cidrv6:"IPv6 range",base64:"base64-encoded string",base64url:"base64url-encoded string",json_string:"JSON string",e164:"E.164 number",jwt:"JWT",template_literal:"input"},o={nan:"NaN"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=A(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`Yanl\u0131\u015F d\u0259y\u0259r: g\xF6zl\u0259nil\u0259n instanceof ${n.expected}, daxil olan ${s}`:`Yanl\u0131\u015F d\u0259y\u0259r: g\xF6zl\u0259nil\u0259n ${i}, daxil olan ${s}`}case"invalid_value":return n.values.length===1?`Yanl\u0131\u015F d\u0259y\u0259r: g\xF6zl\u0259nil\u0259n ${T(n.values[0])}`:`Yanl\u0131\u015F se\xE7im: a\u015Fa\u011F\u0131dak\u0131lardan biri olmal\u0131d\u0131r: ${_(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);return a?`\xC7ox b\xF6y\xFCk: g\xF6zl\u0259nil\u0259n ${n.origin??"d\u0259y\u0259r"} ${i}${n.maximum.toString()} ${a.unit??"element"}`:`\xC7ox b\xF6y\xFCk: g\xF6zl\u0259nil\u0259n ${n.origin??"d\u0259y\u0259r"} ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);return a?`\xC7ox ki\xE7ik: g\xF6zl\u0259nil\u0259n ${n.origin} ${i}${n.minimum.toString()} ${a.unit}`:`\xC7ox ki\xE7ik: g\xF6zl\u0259nil\u0259n ${n.origin} ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`Yanl\u0131\u015F m\u0259tn: "${i.prefix}" il\u0259 ba\u015Flamal\u0131d\u0131r`:i.format==="ends_with"?`Yanl\u0131\u015F m\u0259tn: "${i.suffix}" il\u0259 bitm\u0259lidir`:i.format==="includes"?`Yanl\u0131\u015F m\u0259tn: "${i.includes}" daxil olmal\u0131d\u0131r`:i.format==="regex"?`Yanl\u0131\u015F m\u0259tn: ${i.pattern} \u015Fablonuna uy\u011Fun olmal\u0131d\u0131r`:`Yanl\u0131\u015F ${r[i.format]??n.format}`}case"not_multiple_of":return`Yanl\u0131\u015F \u0259d\u0259d: ${n.divisor} il\u0259 b\xF6l\xFCn\u0259 bil\u0259n olmal\u0131d\u0131r`;case"unrecognized_keys":return`Tan\u0131nmayan a\xE7ar${n.keys.length>1?"lar":""}: ${_(n.keys,", ")}`;case"invalid_key":return`${n.origin} daxilind\u0259 yanl\u0131\u015F a\xE7ar`;case"invalid_union":return"Yanl\u0131\u015F d\u0259y\u0259r";case"invalid_element":return`${n.origin} daxilind\u0259 yanl\u0131\u015F d\u0259y\u0259r`;default:return"Yanl\u0131\u015F d\u0259y\u0259r"}}}});function wy(e,t,r,o){let n=Math.abs(e),i=n%10,a=n%100;return a>=11&&a<=19?o:i===1?t:i>=2&&i<=4?r:o}function _y(){return{localeError:v0()}}var v0,ky=y(()=>{U();v0=()=>{let e={string:{unit:{one:"\u0441\u0456\u043C\u0432\u0430\u043B",few:"\u0441\u0456\u043C\u0432\u0430\u043B\u044B",many:"\u0441\u0456\u043C\u0432\u0430\u043B\u0430\u045E"},verb:"\u043C\u0435\u0446\u044C"},array:{unit:{one:"\u044D\u043B\u0435\u043C\u0435\u043D\u0442",few:"\u044D\u043B\u0435\u043C\u0435\u043D\u0442\u044B",many:"\u044D\u043B\u0435\u043C\u0435\u043D\u0442\u0430\u045E"},verb:"\u043C\u0435\u0446\u044C"},set:{unit:{one:"\u044D\u043B\u0435\u043C\u0435\u043D\u0442",few:"\u044D\u043B\u0435\u043C\u0435\u043D\u0442\u044B",many:"\u044D\u043B\u0435\u043C\u0435\u043D\u0442\u0430\u045E"},verb:"\u043C\u0435\u0446\u044C"},file:{unit:{one:"\u0431\u0430\u0439\u0442",few:"\u0431\u0430\u0439\u0442\u044B",many:"\u0431\u0430\u0439\u0442\u0430\u045E"},verb:"\u043C\u0435\u0446\u044C"}};function t(n){return e[n]??null}let r={regex:"\u0443\u0432\u043E\u0434",email:"email \u0430\u0434\u0440\u0430\u0441",url:"URL",emoji:"\u044D\u043C\u043E\u0434\u0437\u0456",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO \u0434\u0430\u0442\u0430 \u0456 \u0447\u0430\u0441",date:"ISO \u0434\u0430\u0442\u0430",time:"ISO \u0447\u0430\u0441",duration:"ISO \u043F\u0440\u0430\u0446\u044F\u0433\u043B\u0430\u0441\u0446\u044C",ipv4:"IPv4 \u0430\u0434\u0440\u0430\u0441",ipv6:"IPv6 \u0430\u0434\u0440\u0430\u0441",cidrv4:"IPv4 \u0434\u044B\u044F\u043F\u0430\u0437\u043E\u043D",cidrv6:"IPv6 \u0434\u044B\u044F\u043F\u0430\u0437\u043E\u043D",base64:"\u0440\u0430\u0434\u043E\u043A \u0443 \u0444\u0430\u0440\u043C\u0430\u0446\u0435 base64",base64url:"\u0440\u0430\u0434\u043E\u043A \u0443 \u0444\u0430\u0440\u043C\u0430\u0446\u0435 base64url",json_string:"JSON \u0440\u0430\u0434\u043E\u043A",e164:"\u043D\u0443\u043C\u0430\u0440 E.164",jwt:"JWT",template_literal:"\u0443\u0432\u043E\u0434"},o={nan:"NaN",number:"\u043B\u0456\u043A",array:"\u043C\u0430\u0441\u0456\u045E"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=A(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u045E\u0432\u043E\u0434: \u0447\u0430\u043A\u0430\u045E\u0441\u044F instanceof ${n.expected}, \u0430\u0442\u0440\u044B\u043C\u0430\u043D\u0430 ${s}`:`\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u045E\u0432\u043E\u0434: \u0447\u0430\u043A\u0430\u045E\u0441\u044F ${i}, \u0430\u0442\u0440\u044B\u043C\u0430\u043D\u0430 ${s}`}case"invalid_value":return n.values.length===1?`\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u045E\u0432\u043E\u0434: \u0447\u0430\u043A\u0430\u043B\u0430\u0441\u044F ${T(n.values[0])}`:`\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u0432\u0430\u0440\u044B\u044F\u043D\u0442: \u0447\u0430\u043A\u0430\u045E\u0441\u044F \u0430\u0434\u0437\u0456\u043D \u0437 ${_(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);if(a){let s=Number(n.maximum),l=wy(s,a.unit.one,a.unit.few,a.unit.many);return`\u0417\u0430\u043D\u0430\u0434\u0442\u0430 \u0432\u044F\u043B\u0456\u043A\u0456: \u0447\u0430\u043A\u0430\u043B\u0430\u0441\u044F, \u0448\u0442\u043E ${n.origin??"\u0437\u043D\u0430\u0447\u044D\u043D\u043D\u0435"} \u043F\u0430\u0432\u0456\u043D\u043D\u0430 ${a.verb} ${i}${n.maximum.toString()} ${l}`}return`\u0417\u0430\u043D\u0430\u0434\u0442\u0430 \u0432\u044F\u043B\u0456\u043A\u0456: \u0447\u0430\u043A\u0430\u043B\u0430\u0441\u044F, \u0448\u0442\u043E ${n.origin??"\u0437\u043D\u0430\u0447\u044D\u043D\u043D\u0435"} \u043F\u0430\u0432\u0456\u043D\u043D\u0430 \u0431\u044B\u0446\u044C ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);if(a){let s=Number(n.minimum),l=wy(s,a.unit.one,a.unit.few,a.unit.many);return`\u0417\u0430\u043D\u0430\u0434\u0442\u0430 \u043C\u0430\u043B\u044B: \u0447\u0430\u043A\u0430\u043B\u0430\u0441\u044F, \u0448\u0442\u043E ${n.origin} \u043F\u0430\u0432\u0456\u043D\u043D\u0430 ${a.verb} ${i}${n.minimum.toString()} ${l}`}return`\u0417\u0430\u043D\u0430\u0434\u0442\u0430 \u043C\u0430\u043B\u044B: \u0447\u0430\u043A\u0430\u043B\u0430\u0441\u044F, \u0448\u0442\u043E ${n.origin} \u043F\u0430\u0432\u0456\u043D\u043D\u0430 \u0431\u044B\u0446\u044C ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u0440\u0430\u0434\u043E\u043A: \u043F\u0430\u0432\u0456\u043D\u0435\u043D \u043F\u0430\u0447\u044B\u043D\u0430\u0446\u0446\u0430 \u0437 "${i.prefix}"`:i.format==="ends_with"?`\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u0440\u0430\u0434\u043E\u043A: \u043F\u0430\u0432\u0456\u043D\u0435\u043D \u0437\u0430\u043A\u0430\u043D\u0447\u0432\u0430\u0446\u0446\u0430 \u043D\u0430 "${i.suffix}"`:i.format==="includes"?`\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u0440\u0430\u0434\u043E\u043A: \u043F\u0430\u0432\u0456\u043D\u0435\u043D \u0437\u043C\u044F\u0448\u0447\u0430\u0446\u044C "${i.includes}"`:i.format==="regex"?`\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u0440\u0430\u0434\u043E\u043A: \u043F\u0430\u0432\u0456\u043D\u0435\u043D \u0430\u0434\u043F\u0430\u0432\u044F\u0434\u0430\u0446\u044C \u0448\u0430\u0431\u043B\u043E\u043D\u0443 ${i.pattern}`:`\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B ${r[i.format]??n.format}`}case"not_multiple_of":return`\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u043B\u0456\u043A: \u043F\u0430\u0432\u0456\u043D\u0435\u043D \u0431\u044B\u0446\u044C \u043A\u0440\u0430\u0442\u043D\u044B\u043C ${n.divisor}`;case"unrecognized_keys":return`\u041D\u0435\u0440\u0430\u0441\u043F\u0430\u0437\u043D\u0430\u043D\u044B ${n.keys.length>1?"\u043A\u043B\u044E\u0447\u044B":"\u043A\u043B\u044E\u0447"}: ${_(n.keys,", ")}`;case"invalid_key":return`\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u043A\u043B\u044E\u0447 \u0443 ${n.origin}`;case"invalid_union":return"\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u045E\u0432\u043E\u0434";case"invalid_element":return`\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u0430\u0435 \u0437\u043D\u0430\u0447\u044D\u043D\u043D\u0435 \u045E ${n.origin}`;default:return"\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u045E\u0432\u043E\u0434"}}}});function xy(){return{localeError:b0()}}var b0,Sy=y(()=>{U();b0=()=>{let e={string:{unit:"\u0441\u0438\u043C\u0432\u043E\u043B\u0430",verb:"\u0434\u0430 \u0441\u044A\u0434\u044A\u0440\u0436\u0430"},file:{unit:"\u0431\u0430\u0439\u0442\u0430",verb:"\u0434\u0430 \u0441\u044A\u0434\u044A\u0440\u0436\u0430"},array:{unit:"\u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0430",verb:"\u0434\u0430 \u0441\u044A\u0434\u044A\u0440\u0436\u0430"},set:{unit:"\u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0430",verb:"\u0434\u0430 \u0441\u044A\u0434\u044A\u0440\u0436\u0430"}};function t(n){return e[n]??null}let r={regex:"\u0432\u0445\u043E\u0434",email:"\u0438\u043C\u0435\u0439\u043B \u0430\u0434\u0440\u0435\u0441",url:"URL",emoji:"\u0435\u043C\u043E\u0434\u0436\u0438",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO \u0432\u0440\u0435\u043C\u0435",date:"ISO \u0434\u0430\u0442\u0430",time:"ISO \u0432\u0440\u0435\u043C\u0435",duration:"ISO \u043F\u0440\u043E\u0434\u044A\u043B\u0436\u0438\u0442\u0435\u043B\u043D\u043E\u0441\u0442",ipv4:"IPv4 \u0430\u0434\u0440\u0435\u0441",ipv6:"IPv6 \u0430\u0434\u0440\u0435\u0441",cidrv4:"IPv4 \u0434\u0438\u0430\u043F\u0430\u0437\u043E\u043D",cidrv6:"IPv6 \u0434\u0438\u0430\u043F\u0430\u0437\u043E\u043D",base64:"base64-\u043A\u043E\u0434\u0438\u0440\u0430\u043D \u043D\u0438\u0437",base64url:"base64url-\u043A\u043E\u0434\u0438\u0440\u0430\u043D \u043D\u0438\u0437",json_string:"JSON \u043D\u0438\u0437",e164:"E.164 \u043D\u043E\u043C\u0435\u0440",jwt:"JWT",template_literal:"\u0432\u0445\u043E\u0434"},o={nan:"NaN",number:"\u0447\u0438\u0441\u043B\u043E",array:"\u043C\u0430\u0441\u0438\u0432"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=A(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u0435\u043D \u0432\u0445\u043E\u0434: \u043E\u0447\u0430\u043A\u0432\u0430\u043D instanceof ${n.expected}, \u043F\u043E\u043B\u0443\u0447\u0435\u043D ${s}`:`\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u0435\u043D \u0432\u0445\u043E\u0434: \u043E\u0447\u0430\u043A\u0432\u0430\u043D ${i}, \u043F\u043E\u043B\u0443\u0447\u0435\u043D ${s}`}case"invalid_value":return n.values.length===1?`\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u0435\u043D \u0432\u0445\u043E\u0434: \u043E\u0447\u0430\u043A\u0432\u0430\u043D ${T(n.values[0])}`:`\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u043D\u0430 \u043E\u043F\u0446\u0438\u044F: \u043E\u0447\u0430\u043A\u0432\u0430\u043D\u043E \u0435\u0434\u043D\u043E \u043E\u0442 ${_(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);return a?`\u0422\u0432\u044A\u0440\u0434\u0435 \u0433\u043E\u043B\u044F\u043C\u043E: \u043E\u0447\u0430\u043A\u0432\u0430 \u0441\u0435 ${n.origin??"\u0441\u0442\u043E\u0439\u043D\u043E\u0441\u0442"} \u0434\u0430 \u0441\u044A\u0434\u044A\u0440\u0436\u0430 ${i}${n.maximum.toString()} ${a.unit??"\u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0430"}`:`\u0422\u0432\u044A\u0440\u0434\u0435 \u0433\u043E\u043B\u044F\u043C\u043E: \u043E\u0447\u0430\u043A\u0432\u0430 \u0441\u0435 ${n.origin??"\u0441\u0442\u043E\u0439\u043D\u043E\u0441\u0442"} \u0434\u0430 \u0431\u044A\u0434\u0435 ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);return a?`\u0422\u0432\u044A\u0440\u0434\u0435 \u043C\u0430\u043B\u043A\u043E: \u043E\u0447\u0430\u043A\u0432\u0430 \u0441\u0435 ${n.origin} \u0434\u0430 \u0441\u044A\u0434\u044A\u0440\u0436\u0430 ${i}${n.minimum.toString()} ${a.unit}`:`\u0422\u0432\u044A\u0440\u0434\u0435 \u043C\u0430\u043B\u043A\u043E: \u043E\u0447\u0430\u043A\u0432\u0430 \u0441\u0435 ${n.origin} \u0434\u0430 \u0431\u044A\u0434\u0435 ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;if(i.format==="starts_with")return`\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u0435\u043D \u043D\u0438\u0437: \u0442\u0440\u044F\u0431\u0432\u0430 \u0434\u0430 \u0437\u0430\u043F\u043E\u0447\u0432\u0430 \u0441 "${i.prefix}"`;if(i.format==="ends_with")return`\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u0435\u043D \u043D\u0438\u0437: \u0442\u0440\u044F\u0431\u0432\u0430 \u0434\u0430 \u0437\u0430\u0432\u044A\u0440\u0448\u0432\u0430 \u0441 "${i.suffix}"`;if(i.format==="includes")return`\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u0435\u043D \u043D\u0438\u0437: \u0442\u0440\u044F\u0431\u0432\u0430 \u0434\u0430 \u0432\u043A\u043B\u044E\u0447\u0432\u0430 "${i.includes}"`;if(i.format==="regex")return`\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u0435\u043D \u043D\u0438\u0437: \u0442\u0440\u044F\u0431\u0432\u0430 \u0434\u0430 \u0441\u044A\u0432\u043F\u0430\u0434\u0430 \u0441 ${i.pattern}`;let a="\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u0435\u043D";return i.format==="emoji"&&(a="\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u043D\u043E"),i.format==="datetime"&&(a="\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u043D\u043E"),i.format==="date"&&(a="\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u043D\u0430"),i.format==="time"&&(a="\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u043D\u043E"),i.format==="duration"&&(a="\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u043D\u0430"),`${a} ${r[i.format]??n.format}`}case"not_multiple_of":return`\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u043D\u043E \u0447\u0438\u0441\u043B\u043E: \u0442\u0440\u044F\u0431\u0432\u0430 \u0434\u0430 \u0431\u044A\u0434\u0435 \u043A\u0440\u0430\u0442\u043D\u043E \u043D\u0430 ${n.divisor}`;case"unrecognized_keys":return`\u041D\u0435\u0440\u0430\u0437\u043F\u043E\u0437\u043D\u0430\u0442${n.keys.length>1?"\u0438":""} \u043A\u043B\u044E\u0447${n.keys.length>1?"\u043E\u0432\u0435":""}: ${_(n.keys,", ")}`;case"invalid_key":return`\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u0435\u043D \u043A\u043B\u044E\u0447 \u0432 ${n.origin}`;case"invalid_union":return"\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u0435\u043D \u0432\u0445\u043E\u0434";case"invalid_element":return`\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u043D\u0430 \u0441\u0442\u043E\u0439\u043D\u043E\u0441\u0442 \u0432 ${n.origin}`;default:return"\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u0435\u043D \u0432\u0445\u043E\u0434"}}}});function Ey(){return{localeError:w0()}}var w0,$y=y(()=>{U();w0=()=>{let e={string:{unit:"car\xE0cters",verb:"contenir"},file:{unit:"bytes",verb:"contenir"},array:{unit:"elements",verb:"contenir"},set:{unit:"elements",verb:"contenir"}};function t(n){return e[n]??null}let r={regex:"entrada",email:"adre\xE7a electr\xF2nica",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"data i hora ISO",date:"data ISO",time:"hora ISO",duration:"durada ISO",ipv4:"adre\xE7a IPv4",ipv6:"adre\xE7a IPv6",cidrv4:"rang IPv4",cidrv6:"rang IPv6",base64:"cadena codificada en base64",base64url:"cadena codificada en base64url",json_string:"cadena JSON",e164:"n\xFAmero E.164",jwt:"JWT",template_literal:"entrada"},o={nan:"NaN"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=A(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`Tipus inv\xE0lid: s'esperava instanceof ${n.expected}, s'ha rebut ${s}`:`Tipus inv\xE0lid: s'esperava ${i}, s'ha rebut ${s}`}case"invalid_value":return n.values.length===1?`Valor inv\xE0lid: s'esperava ${T(n.values[0])}`:`Opci\xF3 inv\xE0lida: s'esperava una de ${_(n.values," o ")}`;case"too_big":{let i=n.inclusive?"com a m\xE0xim":"menys de",a=t(n.origin);return a?`Massa gran: s'esperava que ${n.origin??"el valor"} contingu\xE9s ${i} ${n.maximum.toString()} ${a.unit??"elements"}`:`Massa gran: s'esperava que ${n.origin??"el valor"} fos ${i} ${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?"com a m\xEDnim":"m\xE9s de",a=t(n.origin);return a?`Massa petit: s'esperava que ${n.origin} contingu\xE9s ${i} ${n.minimum.toString()} ${a.unit}`:`Massa petit: s'esperava que ${n.origin} fos ${i} ${n.minimum.toString()}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`Format inv\xE0lid: ha de comen\xE7ar amb "${i.prefix}"`:i.format==="ends_with"?`Format inv\xE0lid: ha d'acabar amb "${i.suffix}"`:i.format==="includes"?`Format inv\xE0lid: ha d'incloure "${i.includes}"`:i.format==="regex"?`Format inv\xE0lid: ha de coincidir amb el patr\xF3 ${i.pattern}`:`Format inv\xE0lid per a ${r[i.format]??n.format}`}case"not_multiple_of":return`N\xFAmero inv\xE0lid: ha de ser m\xFAltiple de ${n.divisor}`;case"unrecognized_keys":return`Clau${n.keys.length>1?"s":""} no reconeguda${n.keys.length>1?"s":""}: ${_(n.keys,", ")}`;case"invalid_key":return`Clau inv\xE0lida a ${n.origin}`;case"invalid_union":return"Entrada inv\xE0lida";case"invalid_element":return`Element inv\xE0lid a ${n.origin}`;default:return"Entrada inv\xE0lida"}}}});function Ty(){return{localeError:_0()}}var _0,Ay=y(()=>{U();_0=()=>{let e={string:{unit:"znak\u016F",verb:"m\xEDt"},file:{unit:"bajt\u016F",verb:"m\xEDt"},array:{unit:"prvk\u016F",verb:"m\xEDt"},set:{unit:"prvk\u016F",verb:"m\xEDt"}};function t(n){return e[n]??null}let r={regex:"regul\xE1rn\xED v\xFDraz",email:"e-mailov\xE1 adresa",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"datum a \u010Das ve form\xE1tu ISO",date:"datum ve form\xE1tu ISO",time:"\u010Das ve form\xE1tu ISO",duration:"doba trv\xE1n\xED ISO",ipv4:"IPv4 adresa",ipv6:"IPv6 adresa",cidrv4:"rozsah IPv4",cidrv6:"rozsah IPv6",base64:"\u0159et\u011Bzec zak\xF3dovan\xFD ve form\xE1tu base64",base64url:"\u0159et\u011Bzec zak\xF3dovan\xFD ve form\xE1tu base64url",json_string:"\u0159et\u011Bzec ve form\xE1tu JSON",e164:"\u010D\xEDslo E.164",jwt:"JWT",template_literal:"vstup"},o={nan:"NaN",number:"\u010D\xEDslo",string:"\u0159et\u011Bzec",function:"funkce",array:"pole"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=A(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`Neplatn\xFD vstup: o\u010Dek\xE1v\xE1no instanceof ${n.expected}, obdr\u017Eeno ${s}`:`Neplatn\xFD vstup: o\u010Dek\xE1v\xE1no ${i}, obdr\u017Eeno ${s}`}case"invalid_value":return n.values.length===1?`Neplatn\xFD vstup: o\u010Dek\xE1v\xE1no ${T(n.values[0])}`:`Neplatn\xE1 mo\u017Enost: o\u010Dek\xE1v\xE1na jedna z hodnot ${_(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);return a?`Hodnota je p\u0159\xEDli\u0161 velk\xE1: ${n.origin??"hodnota"} mus\xED m\xEDt ${i}${n.maximum.toString()} ${a.unit??"prvk\u016F"}`:`Hodnota je p\u0159\xEDli\u0161 velk\xE1: ${n.origin??"hodnota"} mus\xED b\xFDt ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);return a?`Hodnota je p\u0159\xEDli\u0161 mal\xE1: ${n.origin??"hodnota"} mus\xED m\xEDt ${i}${n.minimum.toString()} ${a.unit??"prvk\u016F"}`:`Hodnota je p\u0159\xEDli\u0161 mal\xE1: ${n.origin??"hodnota"} mus\xED b\xFDt ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`Neplatn\xFD \u0159et\u011Bzec: mus\xED za\u010D\xEDnat na "${i.prefix}"`:i.format==="ends_with"?`Neplatn\xFD \u0159et\u011Bzec: mus\xED kon\u010Dit na "${i.suffix}"`:i.format==="includes"?`Neplatn\xFD \u0159et\u011Bzec: mus\xED obsahovat "${i.includes}"`:i.format==="regex"?`Neplatn\xFD \u0159et\u011Bzec: mus\xED odpov\xEDdat vzoru ${i.pattern}`:`Neplatn\xFD form\xE1t ${r[i.format]??n.format}`}case"not_multiple_of":return`Neplatn\xE9 \u010D\xEDslo: mus\xED b\xFDt n\xE1sobkem ${n.divisor}`;case"unrecognized_keys":return`Nezn\xE1m\xE9 kl\xED\u010De: ${_(n.keys,", ")}`;case"invalid_key":return`Neplatn\xFD kl\xED\u010D v ${n.origin}`;case"invalid_union":return"Neplatn\xFD vstup";case"invalid_element":return`Neplatn\xE1 hodnota v ${n.origin}`;default:return"Neplatn\xFD vstup"}}}});function Iy(){return{localeError:k0()}}var k0,Py=y(()=>{U();k0=()=>{let e={string:{unit:"tegn",verb:"havde"},file:{unit:"bytes",verb:"havde"},array:{unit:"elementer",verb:"indeholdt"},set:{unit:"elementer",verb:"indeholdt"}};function t(n){return e[n]??null}let r={regex:"input",email:"e-mailadresse",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO dato- og klokkesl\xE6t",date:"ISO-dato",time:"ISO-klokkesl\xE6t",duration:"ISO-varighed",ipv4:"IPv4-omr\xE5de",ipv6:"IPv6-omr\xE5de",cidrv4:"IPv4-spektrum",cidrv6:"IPv6-spektrum",base64:"base64-kodet streng",base64url:"base64url-kodet streng",json_string:"JSON-streng",e164:"E.164-nummer",jwt:"JWT",template_literal:"input"},o={nan:"NaN",string:"streng",number:"tal",boolean:"boolean",array:"liste",object:"objekt",set:"s\xE6t",file:"fil"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=A(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`Ugyldigt input: forventede instanceof ${n.expected}, fik ${s}`:`Ugyldigt input: forventede ${i}, fik ${s}`}case"invalid_value":return n.values.length===1?`Ugyldig v\xE6rdi: forventede ${T(n.values[0])}`:`Ugyldigt valg: forventede en af f\xF8lgende ${_(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin),s=o[n.origin]??n.origin;return a?`For stor: forventede ${s??"value"} ${a.verb} ${i} ${n.maximum.toString()} ${a.unit??"elementer"}`:`For stor: forventede ${s??"value"} havde ${i} ${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin),s=o[n.origin]??n.origin;return a?`For lille: forventede ${s} ${a.verb} ${i} ${n.minimum.toString()} ${a.unit}`:`For lille: forventede ${s} havde ${i} ${n.minimum.toString()}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`Ugyldig streng: skal starte med "${i.prefix}"`:i.format==="ends_with"?`Ugyldig streng: skal ende med "${i.suffix}"`:i.format==="includes"?`Ugyldig streng: skal indeholde "${i.includes}"`:i.format==="regex"?`Ugyldig streng: skal matche m\xF8nsteret ${i.pattern}`:`Ugyldig ${r[i.format]??n.format}`}case"not_multiple_of":return`Ugyldigt tal: skal v\xE6re deleligt med ${n.divisor}`;case"unrecognized_keys":return`${n.keys.length>1?"Ukendte n\xF8gler":"Ukendt n\xF8gle"}: ${_(n.keys,", ")}`;case"invalid_key":return`Ugyldig n\xF8gle i ${n.origin}`;case"invalid_union":return"Ugyldigt input: matcher ingen af de tilladte typer";case"invalid_element":return`Ugyldig v\xE6rdi i ${n.origin}`;default:return"Ugyldigt input"}}}});function Cy(){return{localeError:x0()}}var x0,Oy=y(()=>{U();x0=()=>{let e={string:{unit:"Zeichen",verb:"zu haben"},file:{unit:"Bytes",verb:"zu haben"},array:{unit:"Elemente",verb:"zu haben"},set:{unit:"Elemente",verb:"zu haben"}};function t(n){return e[n]??null}let r={regex:"Eingabe",email:"E-Mail-Adresse",url:"URL",emoji:"Emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO-Datum und -Uhrzeit",date:"ISO-Datum",time:"ISO-Uhrzeit",duration:"ISO-Dauer",ipv4:"IPv4-Adresse",ipv6:"IPv6-Adresse",cidrv4:"IPv4-Bereich",cidrv6:"IPv6-Bereich",base64:"Base64-codierter String",base64url:"Base64-URL-codierter String",json_string:"JSON-String",e164:"E.164-Nummer",jwt:"JWT",template_literal:"Eingabe"},o={nan:"NaN",number:"Zahl",array:"Array"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=A(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`Ung\xFCltige Eingabe: erwartet instanceof ${n.expected}, erhalten ${s}`:`Ung\xFCltige Eingabe: erwartet ${i}, erhalten ${s}`}case"invalid_value":return n.values.length===1?`Ung\xFCltige Eingabe: erwartet ${T(n.values[0])}`:`Ung\xFCltige Option: erwartet eine von ${_(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);return a?`Zu gro\xDF: erwartet, dass ${n.origin??"Wert"} ${i}${n.maximum.toString()} ${a.unit??"Elemente"} hat`:`Zu gro\xDF: erwartet, dass ${n.origin??"Wert"} ${i}${n.maximum.toString()} ist`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);return a?`Zu klein: erwartet, dass ${n.origin} ${i}${n.minimum.toString()} ${a.unit} hat`:`Zu klein: erwartet, dass ${n.origin} ${i}${n.minimum.toString()} ist`}case"invalid_format":{let i=n;return i.format==="starts_with"?`Ung\xFCltiger String: muss mit "${i.prefix}" beginnen`:i.format==="ends_with"?`Ung\xFCltiger String: muss mit "${i.suffix}" enden`:i.format==="includes"?`Ung\xFCltiger String: muss "${i.includes}" enthalten`:i.format==="regex"?`Ung\xFCltiger String: muss dem Muster ${i.pattern} entsprechen`:`Ung\xFCltig: ${r[i.format]??n.format}`}case"not_multiple_of":return`Ung\xFCltige Zahl: muss ein Vielfaches von ${n.divisor} sein`;case"unrecognized_keys":return`${n.keys.length>1?"Unbekannte Schl\xFCssel":"Unbekannter Schl\xFCssel"}: ${_(n.keys,", ")}`;case"invalid_key":return`Ung\xFCltiger Schl\xFCssel in ${n.origin}`;case"invalid_union":return"Ung\xFCltige Eingabe";case"invalid_element":return`Ung\xFCltiger Wert in ${n.origin}`;default:return"Ung\xFCltige Eingabe"}}}});function Ny(){return{localeError:S0()}}var S0,Ry=y(()=>{U();S0=()=>{let e={string:{unit:"\u03C7\u03B1\u03C1\u03B1\u03BA\u03C4\u03AE\u03C1\u03B5\u03C2",verb:"\u03BD\u03B1 \u03AD\u03C7\u03B5\u03B9"},file:{unit:"bytes",verb:"\u03BD\u03B1 \u03AD\u03C7\u03B5\u03B9"},array:{unit:"\u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03B1",verb:"\u03BD\u03B1 \u03AD\u03C7\u03B5\u03B9"},set:{unit:"\u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03B1",verb:"\u03BD\u03B1 \u03AD\u03C7\u03B5\u03B9"},map:{unit:"\u03BA\u03B1\u03C4\u03B1\u03C7\u03C9\u03C1\u03AE\u03C3\u03B5\u03B9\u03C2",verb:"\u03BD\u03B1 \u03AD\u03C7\u03B5\u03B9"}};function t(n){return e[n]??null}let r={regex:"\u03B5\u03AF\u03C3\u03BF\u03B4\u03BF\u03C2",email:"\u03B4\u03B9\u03B5\u03CD\u03B8\u03C5\u03BD\u03C3\u03B7 email",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO \u03B7\u03BC\u03B5\u03C1\u03BF\u03BC\u03B7\u03BD\u03AF\u03B1 \u03BA\u03B1\u03B9 \u03CE\u03C1\u03B1",date:"ISO \u03B7\u03BC\u03B5\u03C1\u03BF\u03BC\u03B7\u03BD\u03AF\u03B1",time:"ISO \u03CE\u03C1\u03B1",duration:"ISO \u03B4\u03B9\u03AC\u03C1\u03BA\u03B5\u03B9\u03B1",ipv4:"\u03B4\u03B9\u03B5\u03CD\u03B8\u03C5\u03BD\u03C3\u03B7 IPv4",ipv6:"\u03B4\u03B9\u03B5\u03CD\u03B8\u03C5\u03BD\u03C3\u03B7 IPv6",mac:"\u03B4\u03B9\u03B5\u03CD\u03B8\u03C5\u03BD\u03C3\u03B7 MAC",cidrv4:"\u03B5\u03CD\u03C1\u03BF\u03C2 IPv4",cidrv6:"\u03B5\u03CD\u03C1\u03BF\u03C2 IPv6",base64:"\u03C3\u03C5\u03BC\u03B2\u03BF\u03BB\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC \u03BA\u03C9\u03B4\u03B9\u03BA\u03BF\u03C0\u03BF\u03B9\u03B7\u03BC\u03AD\u03BD\u03B7 \u03C3\u03B5 base64",base64url:"\u03C3\u03C5\u03BC\u03B2\u03BF\u03BB\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC \u03BA\u03C9\u03B4\u03B9\u03BA\u03BF\u03C0\u03BF\u03B9\u03B7\u03BC\u03AD\u03BD\u03B7 \u03C3\u03B5 base64url",json_string:"\u03C3\u03C5\u03BC\u03B2\u03BF\u03BB\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC JSON",e164:"\u03B1\u03C1\u03B9\u03B8\u03BC\u03CC\u03C2 E.164",jwt:"JWT",template_literal:"\u03B5\u03AF\u03C3\u03BF\u03B4\u03BF\u03C2"},o={nan:"NaN"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=A(n.input),s=o[a]??a;return typeof n.expected=="string"&&/^[A-Z]/.test(n.expected)?`\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03B7 \u03B5\u03AF\u03C3\u03BF\u03B4\u03BF\u03C2: \u03B1\u03BD\u03B1\u03BC\u03B5\u03BD\u03CC\u03C4\u03B1\u03BD instanceof ${n.expected}, \u03BB\u03AE\u03C6\u03B8\u03B7\u03BA\u03B5 ${s}`:`\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03B7 \u03B5\u03AF\u03C3\u03BF\u03B4\u03BF\u03C2: \u03B1\u03BD\u03B1\u03BC\u03B5\u03BD\u03CC\u03C4\u03B1\u03BD ${i}, \u03BB\u03AE\u03C6\u03B8\u03B7\u03BA\u03B5 ${s}`}case"invalid_value":return n.values.length===1?`\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03B7 \u03B5\u03AF\u03C3\u03BF\u03B4\u03BF\u03C2: \u03B1\u03BD\u03B1\u03BC\u03B5\u03BD\u03CC\u03C4\u03B1\u03BD ${T(n.values[0])}`:`\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03B7 \u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE: \u03B1\u03BD\u03B1\u03BC\u03B5\u03BD\u03CC\u03C4\u03B1\u03BD \u03AD\u03BD\u03B1 \u03B1\u03C0\u03CC ${_(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);return a?`\u03A0\u03BF\u03BB\u03CD \u03BC\u03B5\u03B3\u03AC\u03BB\u03BF: \u03B1\u03BD\u03B1\u03BC\u03B5\u03BD\u03CC\u03C4\u03B1\u03BD ${n.origin??"\u03C4\u03B9\u03BC\u03AE"} \u03BD\u03B1 \u03AD\u03C7\u03B5\u03B9 ${i}${n.maximum.toString()} ${a.unit??"\u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03B1"}`:`\u03A0\u03BF\u03BB\u03CD \u03BC\u03B5\u03B3\u03AC\u03BB\u03BF: \u03B1\u03BD\u03B1\u03BC\u03B5\u03BD\u03CC\u03C4\u03B1\u03BD ${n.origin??"\u03C4\u03B9\u03BC\u03AE"} \u03BD\u03B1 \u03B5\u03AF\u03BD\u03B1\u03B9 ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);return a?`\u03A0\u03BF\u03BB\u03CD \u03BC\u03B9\u03BA\u03C1\u03CC: \u03B1\u03BD\u03B1\u03BC\u03B5\u03BD\u03CC\u03C4\u03B1\u03BD ${n.origin} \u03BD\u03B1 \u03AD\u03C7\u03B5\u03B9 ${i}${n.minimum.toString()} ${a.unit}`:`\u03A0\u03BF\u03BB\u03CD \u03BC\u03B9\u03BA\u03C1\u03CC: \u03B1\u03BD\u03B1\u03BC\u03B5\u03BD\u03CC\u03C4\u03B1\u03BD ${n.origin} \u03BD\u03B1 \u03B5\u03AF\u03BD\u03B1\u03B9 ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03B7 \u03C3\u03C5\u03BC\u03B2\u03BF\u03BB\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC: \u03C0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03BE\u03B5\u03BA\u03B9\u03BD\u03AC \u03BC\u03B5 "${i.prefix}"`:i.format==="ends_with"?`\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03B7 \u03C3\u03C5\u03BC\u03B2\u03BF\u03BB\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC: \u03C0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03C4\u03B5\u03BB\u03B5\u03B9\u03CE\u03BD\u03B5\u03B9 \u03BC\u03B5 "${i.suffix}"`:i.format==="includes"?`\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03B7 \u03C3\u03C5\u03BC\u03B2\u03BF\u03BB\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC: \u03C0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03C0\u03B5\u03C1\u03B9\u03AD\u03C7\u03B5\u03B9 "${i.includes}"`:i.format==="regex"?`\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03B7 \u03C3\u03C5\u03BC\u03B2\u03BF\u03BB\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC: \u03C0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03C4\u03B1\u03B9\u03C1\u03B9\u03AC\u03B6\u03B5\u03B9 \u03BC\u03B5 \u03C4\u03BF \u03BC\u03BF\u03C4\u03AF\u03B2\u03BF ${i.pattern}`:`\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03BF: ${r[i.format]??n.format}`}case"not_multiple_of":return`\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03BF\u03C2 \u03B1\u03C1\u03B9\u03B8\u03BC\u03CC\u03C2: \u03C0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03B5\u03AF\u03BD\u03B1\u03B9 \u03C0\u03BF\u03BB\u03BB\u03B1\u03C0\u03BB\u03AC\u03C3\u03B9\u03BF \u03C4\u03BF\u03C5 ${n.divisor}`;case"unrecognized_keys":return`\u0386\u03B3\u03BD\u03C9\u03C3\u03C4${n.keys.length>1?"\u03B1":"\u03BF"} \u03BA\u03BB\u03B5\u03B9\u03B4${n.keys.length>1?"\u03B9\u03AC":"\u03AF"}: ${_(n.keys,", ")}`;case"invalid_key":return`\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03BF \u03BA\u03BB\u03B5\u03B9\u03B4\u03AF \u03C3\u03C4\u03BF ${n.origin}`;case"invalid_union":return"\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03B7 \u03B5\u03AF\u03C3\u03BF\u03B4\u03BF\u03C2";case"invalid_element":return`\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03B7 \u03C4\u03B9\u03BC\u03AE \u03C3\u03C4\u03BF ${n.origin}`;default:return"\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03B7 \u03B5\u03AF\u03C3\u03BF\u03B4\u03BF\u03C2"}}}});function Hi(){return{localeError:E0()}}var E0,Qd=y(()=>{U();E0=()=>{let e={string:{unit:"characters",verb:"to have"},file:{unit:"bytes",verb:"to have"},array:{unit:"items",verb:"to have"},set:{unit:"items",verb:"to have"},map:{unit:"entries",verb:"to have"}};function t(n){return e[n]??null}let r={regex:"input",email:"email address",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO datetime",date:"ISO date",time:"ISO time",duration:"ISO duration",ipv4:"IPv4 address",ipv6:"IPv6 address",mac:"MAC address",cidrv4:"IPv4 range",cidrv6:"IPv6 range",base64:"base64-encoded string",base64url:"base64url-encoded string",json_string:"JSON string",e164:"E.164 number",jwt:"JWT",template_literal:"input"},o={nan:"NaN"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=A(n.input),s=o[a]??a;return`Invalid input: expected ${i}, received ${s}`}case"invalid_value":return n.values.length===1?`Invalid input: expected ${T(n.values[0])}`:`Invalid option: expected one of ${_(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);return a?`Too big: expected ${n.origin??"value"} to have ${i}${n.maximum.toString()} ${a.unit??"elements"}`:`Too big: expected ${n.origin??"value"} to be ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);return a?`Too small: expected ${n.origin} to have ${i}${n.minimum.toString()} ${a.unit}`:`Too small: expected ${n.origin} to be ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`Invalid string: must start with "${i.prefix}"`:i.format==="ends_with"?`Invalid string: must end with "${i.suffix}"`:i.format==="includes"?`Invalid string: must include "${i.includes}"`:i.format==="regex"?`Invalid string: must match pattern ${i.pattern}`:`Invalid ${r[i.format]??n.format}`}case"not_multiple_of":return`Invalid number: must be a multiple of ${n.divisor}`;case"unrecognized_keys":return`Unrecognized key${n.keys.length>1?"s":""}: ${_(n.keys,", ")}`;case"invalid_key":return`Invalid key in ${n.origin}`;case"invalid_union":return n.options&&Array.isArray(n.options)&&n.options.length>0?`Invalid discriminator value. Expected ${n.options.map(a=>`'${a}'`).join(" | ")}`:"Invalid input";case"invalid_element":return`Invalid value in ${n.origin}`;default:return"Invalid input"}}}});function Ly(){return{localeError:$0()}}var $0,Dy=y(()=>{U();$0=()=>{let e={string:{unit:"karaktrojn",verb:"havi"},file:{unit:"bajtojn",verb:"havi"},array:{unit:"elementojn",verb:"havi"},set:{unit:"elementojn",verb:"havi"}};function t(n){return e[n]??null}let r={regex:"enigo",email:"retadreso",url:"URL",emoji:"emo\u011Dio",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO-datotempo",date:"ISO-dato",time:"ISO-tempo",duration:"ISO-da\u016Dro",ipv4:"IPv4-adreso",ipv6:"IPv6-adreso",cidrv4:"IPv4-rango",cidrv6:"IPv6-rango",base64:"64-ume kodita karaktraro",base64url:"URL-64-ume kodita karaktraro",json_string:"JSON-karaktraro",e164:"E.164-nombro",jwt:"JWT",template_literal:"enigo"},o={nan:"NaN",number:"nombro",array:"tabelo",null:"senvalora"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=A(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`Nevalida enigo: atendi\u011Dis instanceof ${n.expected}, ricevi\u011Dis ${s}`:`Nevalida enigo: atendi\u011Dis ${i}, ricevi\u011Dis ${s}`}case"invalid_value":return n.values.length===1?`Nevalida enigo: atendi\u011Dis ${T(n.values[0])}`:`Nevalida opcio: atendi\u011Dis unu el ${_(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);return a?`Tro granda: atendi\u011Dis ke ${n.origin??"valoro"} havu ${i}${n.maximum.toString()} ${a.unit??"elementojn"}`:`Tro granda: atendi\u011Dis ke ${n.origin??"valoro"} havu ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);return a?`Tro malgranda: atendi\u011Dis ke ${n.origin} havu ${i}${n.minimum.toString()} ${a.unit}`:`Tro malgranda: atendi\u011Dis ke ${n.origin} estu ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`Nevalida karaktraro: devas komenci\u011Di per "${i.prefix}"`:i.format==="ends_with"?`Nevalida karaktraro: devas fini\u011Di per "${i.suffix}"`:i.format==="includes"?`Nevalida karaktraro: devas inkluzivi "${i.includes}"`:i.format==="regex"?`Nevalida karaktraro: devas kongrui kun la modelo ${i.pattern}`:`Nevalida ${r[i.format]??n.format}`}case"not_multiple_of":return`Nevalida nombro: devas esti oblo de ${n.divisor}`;case"unrecognized_keys":return`Nekonata${n.keys.length>1?"j":""} \u015Dlosilo${n.keys.length>1?"j":""}: ${_(n.keys,", ")}`;case"invalid_key":return`Nevalida \u015Dlosilo en ${n.origin}`;case"invalid_union":return"Nevalida enigo";case"invalid_element":return`Nevalida valoro en ${n.origin}`;default:return"Nevalida enigo"}}}});function jy(){return{localeError:T0()}}var T0,My=y(()=>{U();T0=()=>{let e={string:{unit:"caracteres",verb:"tener"},file:{unit:"bytes",verb:"tener"},array:{unit:"elementos",verb:"tener"},set:{unit:"elementos",verb:"tener"}};function t(n){return e[n]??null}let r={regex:"entrada",email:"direcci\xF3n de correo electr\xF3nico",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"fecha y hora ISO",date:"fecha ISO",time:"hora ISO",duration:"duraci\xF3n ISO",ipv4:"direcci\xF3n IPv4",ipv6:"direcci\xF3n IPv6",cidrv4:"rango IPv4",cidrv6:"rango IPv6",base64:"cadena codificada en base64",base64url:"URL codificada en base64",json_string:"cadena JSON",e164:"n\xFAmero E.164",jwt:"JWT",template_literal:"entrada"},o={nan:"NaN",string:"texto",number:"n\xFAmero",boolean:"booleano",array:"arreglo",object:"objeto",set:"conjunto",file:"archivo",date:"fecha",bigint:"n\xFAmero grande",symbol:"s\xEDmbolo",undefined:"indefinido",null:"nulo",function:"funci\xF3n",map:"mapa",record:"registro",tuple:"tupla",enum:"enumeraci\xF3n",union:"uni\xF3n",literal:"literal",promise:"promesa",void:"vac\xEDo",never:"nunca",unknown:"desconocido",any:"cualquiera"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=A(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`Entrada inv\xE1lida: se esperaba instanceof ${n.expected}, recibido ${s}`:`Entrada inv\xE1lida: se esperaba ${i}, recibido ${s}`}case"invalid_value":return n.values.length===1?`Entrada inv\xE1lida: se esperaba ${T(n.values[0])}`:`Opci\xF3n inv\xE1lida: se esperaba una de ${_(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin),s=o[n.origin]??n.origin;return a?`Demasiado grande: se esperaba que ${s??"valor"} tuviera ${i}${n.maximum.toString()} ${a.unit??"elementos"}`:`Demasiado grande: se esperaba que ${s??"valor"} fuera ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin),s=o[n.origin]??n.origin;return a?`Demasiado peque\xF1o: se esperaba que ${s} tuviera ${i}${n.minimum.toString()} ${a.unit}`:`Demasiado peque\xF1o: se esperaba que ${s} fuera ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`Cadena inv\xE1lida: debe comenzar con "${i.prefix}"`:i.format==="ends_with"?`Cadena inv\xE1lida: debe terminar en "${i.suffix}"`:i.format==="includes"?`Cadena inv\xE1lida: debe incluir "${i.includes}"`:i.format==="regex"?`Cadena inv\xE1lida: debe coincidir con el patr\xF3n ${i.pattern}`:`Inv\xE1lido ${r[i.format]??n.format}`}case"not_multiple_of":return`N\xFAmero inv\xE1lido: debe ser m\xFAltiplo de ${n.divisor}`;case"unrecognized_keys":return`Llave${n.keys.length>1?"s":""} desconocida${n.keys.length>1?"s":""}: ${_(n.keys,", ")}`;case"invalid_key":return`Llave inv\xE1lida en ${o[n.origin]??n.origin}`;case"invalid_union":return"Entrada inv\xE1lida";case"invalid_element":return`Valor inv\xE1lido en ${o[n.origin]??n.origin}`;default:return"Entrada inv\xE1lida"}}}});function Uy(){return{localeError:A0()}}var A0,zy=y(()=>{U();A0=()=>{let e={string:{unit:"\u06A9\u0627\u0631\u0627\u06A9\u062A\u0631",verb:"\u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u062F"},file:{unit:"\u0628\u0627\u06CC\u062A",verb:"\u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u062F"},array:{unit:"\u0622\u06CC\u062A\u0645",verb:"\u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u062F"},set:{unit:"\u0622\u06CC\u062A\u0645",verb:"\u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u062F"}};function t(n){return e[n]??null}let r={regex:"\u0648\u0631\u0648\u062F\u06CC",email:"\u0622\u062F\u0631\u0633 \u0627\u06CC\u0645\u06CC\u0644",url:"URL",emoji:"\u0627\u06CC\u0645\u0648\u062C\u06CC",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"\u062A\u0627\u0631\u06CC\u062E \u0648 \u0632\u0645\u0627\u0646 \u0627\u06CC\u0632\u0648",date:"\u062A\u0627\u0631\u06CC\u062E \u0627\u06CC\u0632\u0648",time:"\u0632\u0645\u0627\u0646 \u0627\u06CC\u0632\u0648",duration:"\u0645\u062F\u062A \u0632\u0645\u0627\u0646 \u0627\u06CC\u0632\u0648",ipv4:"IPv4 \u0622\u062F\u0631\u0633",ipv6:"IPv6 \u0622\u062F\u0631\u0633",cidrv4:"IPv4 \u062F\u0627\u0645\u0646\u0647",cidrv6:"IPv6 \u062F\u0627\u0645\u0646\u0647",base64:"base64-encoded \u0631\u0634\u062A\u0647",base64url:"base64url-encoded \u0631\u0634\u062A\u0647",json_string:"JSON \u0631\u0634\u062A\u0647",e164:"E.164 \u0639\u062F\u062F",jwt:"JWT",template_literal:"\u0648\u0631\u0648\u062F\u06CC"},o={nan:"NaN",number:"\u0639\u062F\u062F",array:"\u0622\u0631\u0627\u06CC\u0647"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=A(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`\u0648\u0631\u0648\u062F\u06CC \u0646\u0627\u0645\u0639\u062A\u0628\u0631: \u0645\u06CC\u200C\u0628\u0627\u06CC\u0633\u062A instanceof ${n.expected} \u0645\u06CC\u200C\u0628\u0648\u062F\u060C ${s} \u062F\u0631\u06CC\u0627\u0641\u062A \u0634\u062F`:`\u0648\u0631\u0648\u062F\u06CC \u0646\u0627\u0645\u0639\u062A\u0628\u0631: \u0645\u06CC\u200C\u0628\u0627\u06CC\u0633\u062A ${i} \u0645\u06CC\u200C\u0628\u0648\u062F\u060C ${s} \u062F\u0631\u06CC\u0627\u0641\u062A \u0634\u062F`}case"invalid_value":return n.values.length===1?`\u0648\u0631\u0648\u062F\u06CC \u0646\u0627\u0645\u0639\u062A\u0628\u0631: \u0645\u06CC\u200C\u0628\u0627\u06CC\u0633\u062A ${T(n.values[0])} \u0645\u06CC\u200C\u0628\u0648\u062F`:`\u06AF\u0632\u06CC\u0646\u0647 \u0646\u0627\u0645\u0639\u062A\u0628\u0631: \u0645\u06CC\u200C\u0628\u0627\u06CC\u0633\u062A \u06CC\u06A9\u06CC \u0627\u0632 ${_(n.values,"|")} \u0645\u06CC\u200C\u0628\u0648\u062F`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);return a?`\u062E\u06CC\u0644\u06CC \u0628\u0632\u0631\u06AF: ${n.origin??"\u0645\u0642\u062F\u0627\u0631"} \u0628\u0627\u06CC\u062F ${i}${n.maximum.toString()} ${a.unit??"\u0639\u0646\u0635\u0631"} \u0628\u0627\u0634\u062F`:`\u062E\u06CC\u0644\u06CC \u0628\u0632\u0631\u06AF: ${n.origin??"\u0645\u0642\u062F\u0627\u0631"} \u0628\u0627\u06CC\u062F ${i}${n.maximum.toString()} \u0628\u0627\u0634\u062F`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);return a?`\u062E\u06CC\u0644\u06CC \u06A9\u0648\u0686\u06A9: ${n.origin} \u0628\u0627\u06CC\u062F ${i}${n.minimum.toString()} ${a.unit} \u0628\u0627\u0634\u062F`:`\u062E\u06CC\u0644\u06CC \u06A9\u0648\u0686\u06A9: ${n.origin} \u0628\u0627\u06CC\u062F ${i}${n.minimum.toString()} \u0628\u0627\u0634\u062F`}case"invalid_format":{let i=n;return i.format==="starts_with"?`\u0631\u0634\u062A\u0647 \u0646\u0627\u0645\u0639\u062A\u0628\u0631: \u0628\u0627\u06CC\u062F \u0628\u0627 "${i.prefix}" \u0634\u0631\u0648\u0639 \u0634\u0648\u062F`:i.format==="ends_with"?`\u0631\u0634\u062A\u0647 \u0646\u0627\u0645\u0639\u062A\u0628\u0631: \u0628\u0627\u06CC\u062F \u0628\u0627 "${i.suffix}" \u062A\u0645\u0627\u0645 \u0634\u0648\u062F`:i.format==="includes"?`\u0631\u0634\u062A\u0647 \u0646\u0627\u0645\u0639\u062A\u0628\u0631: \u0628\u0627\u06CC\u062F \u0634\u0627\u0645\u0644 "${i.includes}" \u0628\u0627\u0634\u062F`:i.format==="regex"?`\u0631\u0634\u062A\u0647 \u0646\u0627\u0645\u0639\u062A\u0628\u0631: \u0628\u0627\u06CC\u062F \u0628\u0627 \u0627\u0644\u06AF\u0648\u06CC ${i.pattern} \u0645\u0637\u0627\u0628\u0642\u062A \u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u062F`:`${r[i.format]??n.format} \u0646\u0627\u0645\u0639\u062A\u0628\u0631`}case"not_multiple_of":return`\u0639\u062F\u062F \u0646\u0627\u0645\u0639\u062A\u0628\u0631: \u0628\u0627\u06CC\u062F \u0645\u0636\u0631\u0628 ${n.divisor} \u0628\u0627\u0634\u062F`;case"unrecognized_keys":return`\u06A9\u0644\u06CC\u062F${n.keys.length>1?"\u0647\u0627\u06CC":""} \u0646\u0627\u0634\u0646\u0627\u0633: ${_(n.keys,", ")}`;case"invalid_key":return`\u06A9\u0644\u06CC\u062F \u0646\u0627\u0634\u0646\u0627\u0633 \u062F\u0631 ${n.origin}`;case"invalid_union":return"\u0648\u0631\u0648\u062F\u06CC \u0646\u0627\u0645\u0639\u062A\u0628\u0631";case"invalid_element":return`\u0645\u0642\u062F\u0627\u0631 \u0646\u0627\u0645\u0639\u062A\u0628\u0631 \u062F\u0631 ${n.origin}`;default:return"\u0648\u0631\u0648\u062F\u06CC \u0646\u0627\u0645\u0639\u062A\u0628\u0631"}}}});function Fy(){return{localeError:I0()}}var I0,Gy=y(()=>{U();I0=()=>{let e={string:{unit:"merkki\xE4",subject:"merkkijonon"},file:{unit:"tavua",subject:"tiedoston"},array:{unit:"alkiota",subject:"listan"},set:{unit:"alkiota",subject:"joukon"},number:{unit:"",subject:"luvun"},bigint:{unit:"",subject:"suuren kokonaisluvun"},int:{unit:"",subject:"kokonaisluvun"},date:{unit:"",subject:"p\xE4iv\xE4m\xE4\xE4r\xE4n"}};function t(n){return e[n]??null}let r={regex:"s\xE4\xE4nn\xF6llinen lauseke",email:"s\xE4hk\xF6postiosoite",url:"URL-osoite",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO-aikaleima",date:"ISO-p\xE4iv\xE4m\xE4\xE4r\xE4",time:"ISO-aika",duration:"ISO-kesto",ipv4:"IPv4-osoite",ipv6:"IPv6-osoite",cidrv4:"IPv4-alue",cidrv6:"IPv6-alue",base64:"base64-koodattu merkkijono",base64url:"base64url-koodattu merkkijono",json_string:"JSON-merkkijono",e164:"E.164-luku",jwt:"JWT",template_literal:"templaattimerkkijono"},o={nan:"NaN"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=A(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`Virheellinen tyyppi: odotettiin instanceof ${n.expected}, oli ${s}`:`Virheellinen tyyppi: odotettiin ${i}, oli ${s}`}case"invalid_value":return n.values.length===1?`Virheellinen sy\xF6te: t\xE4ytyy olla ${T(n.values[0])}`:`Virheellinen valinta: t\xE4ytyy olla yksi seuraavista: ${_(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);return a?`Liian suuri: ${a.subject} t\xE4ytyy olla ${i}${n.maximum.toString()} ${a.unit}`.trim():`Liian suuri: arvon t\xE4ytyy olla ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);return a?`Liian pieni: ${a.subject} t\xE4ytyy olla ${i}${n.minimum.toString()} ${a.unit}`.trim():`Liian pieni: arvon t\xE4ytyy olla ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`Virheellinen sy\xF6te: t\xE4ytyy alkaa "${i.prefix}"`:i.format==="ends_with"?`Virheellinen sy\xF6te: t\xE4ytyy loppua "${i.suffix}"`:i.format==="includes"?`Virheellinen sy\xF6te: t\xE4ytyy sis\xE4lt\xE4\xE4 "${i.includes}"`:i.format==="regex"?`Virheellinen sy\xF6te: t\xE4ytyy vastata s\xE4\xE4nn\xF6llist\xE4 lauseketta ${i.pattern}`:`Virheellinen ${r[i.format]??n.format}`}case"not_multiple_of":return`Virheellinen luku: t\xE4ytyy olla luvun ${n.divisor} monikerta`;case"unrecognized_keys":return`${n.keys.length>1?"Tuntemattomat avaimet":"Tuntematon avain"}: ${_(n.keys,", ")}`;case"invalid_key":return"Virheellinen avain tietueessa";case"invalid_union":return"Virheellinen unioni";case"invalid_element":return"Virheellinen arvo joukossa";default:return"Virheellinen sy\xF6te"}}}});function By(){return{localeError:P0()}}var P0,Wy=y(()=>{U();P0=()=>{let e={string:{unit:"caract\xE8res",verb:"avoir"},file:{unit:"octets",verb:"avoir"},array:{unit:"\xE9l\xE9ments",verb:"avoir"},set:{unit:"\xE9l\xE9ments",verb:"avoir"}};function t(n){return e[n]??null}let r={regex:"entr\xE9e",email:"adresse e-mail",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"date et heure ISO",date:"date ISO",time:"heure ISO",duration:"dur\xE9e ISO",ipv4:"adresse IPv4",ipv6:"adresse IPv6",cidrv4:"plage IPv4",cidrv6:"plage IPv6",base64:"cha\xEEne encod\xE9e en base64",base64url:"cha\xEEne encod\xE9e en base64url",json_string:"cha\xEEne JSON",e164:"num\xE9ro E.164",jwt:"JWT",template_literal:"entr\xE9e"},o={string:"cha\xEEne",number:"nombre",int:"entier",boolean:"bool\xE9en",bigint:"grand entier",symbol:"symbole",undefined:"ind\xE9fini",null:"null",never:"jamais",void:"vide",date:"date",array:"tableau",object:"objet",tuple:"tuple",record:"enregistrement",map:"carte",set:"ensemble",file:"fichier",nonoptional:"non-optionnel",nan:"NaN",function:"fonction"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=A(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`Entr\xE9e invalide : instanceof ${n.expected} attendu, ${s} re\xE7u`:`Entr\xE9e invalide : ${i} attendu, ${s} re\xE7u`}case"invalid_value":return n.values.length===1?`Entr\xE9e invalide : ${T(n.values[0])} attendu`:`Option invalide : une valeur parmi ${_(n.values,"|")} attendue`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);return a?`Trop grand : ${o[n.origin]??"valeur"} doit ${a.verb} ${i}${n.maximum.toString()} ${a.unit??"\xE9l\xE9ment(s)"}`:`Trop grand : ${o[n.origin]??"valeur"} doit \xEAtre ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);return a?`Trop petit : ${o[n.origin]??"valeur"} doit ${a.verb} ${i}${n.minimum.toString()} ${a.unit}`:`Trop petit : ${o[n.origin]??"valeur"} doit \xEAtre ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`Cha\xEEne invalide : doit commencer par "${i.prefix}"`:i.format==="ends_with"?`Cha\xEEne invalide : doit se terminer par "${i.suffix}"`:i.format==="includes"?`Cha\xEEne invalide : doit inclure "${i.includes}"`:i.format==="regex"?`Cha\xEEne invalide : doit correspondre au mod\xE8le ${i.pattern}`:`${r[i.format]??n.format} invalide`}case"not_multiple_of":return`Nombre invalide : doit \xEAtre un multiple de ${n.divisor}`;case"unrecognized_keys":return`Cl\xE9${n.keys.length>1?"s":""} non reconnue${n.keys.length>1?"s":""} : ${_(n.keys,", ")}`;case"invalid_key":return`Cl\xE9 invalide dans ${n.origin}`;case"invalid_union":return"Entr\xE9e invalide";case"invalid_element":return`Valeur invalide dans ${n.origin}`;default:return"Entr\xE9e invalide"}}}});function Ky(){return{localeError:C0()}}var C0,Zy=y(()=>{U();C0=()=>{let e={string:{unit:"caract\xE8res",verb:"avoir"},file:{unit:"octets",verb:"avoir"},array:{unit:"\xE9l\xE9ments",verb:"avoir"},set:{unit:"\xE9l\xE9ments",verb:"avoir"}};function t(n){return e[n]??null}let r={regex:"entr\xE9e",email:"adresse courriel",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"date-heure ISO",date:"date ISO",time:"heure ISO",duration:"dur\xE9e ISO",ipv4:"adresse IPv4",ipv6:"adresse IPv6",cidrv4:"plage IPv4",cidrv6:"plage IPv6",base64:"cha\xEEne encod\xE9e en base64",base64url:"cha\xEEne encod\xE9e en base64url",json_string:"cha\xEEne JSON",e164:"num\xE9ro E.164",jwt:"JWT",template_literal:"entr\xE9e"},o={nan:"NaN"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=A(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`Entr\xE9e invalide : attendu instanceof ${n.expected}, re\xE7u ${s}`:`Entr\xE9e invalide : attendu ${i}, re\xE7u ${s}`}case"invalid_value":return n.values.length===1?`Entr\xE9e invalide : attendu ${T(n.values[0])}`:`Option invalide : attendu l'une des valeurs suivantes ${_(n.values,"|")}`;case"too_big":{let i=n.inclusive?"\u2264":"<",a=t(n.origin);return a?`Trop grand : attendu que ${n.origin??"la valeur"} ait ${i}${n.maximum.toString()} ${a.unit}`:`Trop grand : attendu que ${n.origin??"la valeur"} soit ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?"\u2265":">",a=t(n.origin);return a?`Trop petit : attendu que ${n.origin} ait ${i}${n.minimum.toString()} ${a.unit}`:`Trop petit : attendu que ${n.origin} soit ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`Cha\xEEne invalide : doit commencer par "${i.prefix}"`:i.format==="ends_with"?`Cha\xEEne invalide : doit se terminer par "${i.suffix}"`:i.format==="includes"?`Cha\xEEne invalide : doit inclure "${i.includes}"`:i.format==="regex"?`Cha\xEEne invalide : doit correspondre au motif ${i.pattern}`:`${r[i.format]??n.format} invalide`}case"not_multiple_of":return`Nombre invalide : doit \xEAtre un multiple de ${n.divisor}`;case"unrecognized_keys":return`Cl\xE9${n.keys.length>1?"s":""} non reconnue${n.keys.length>1?"s":""} : ${_(n.keys,", ")}`;case"invalid_key":return`Cl\xE9 invalide dans ${n.origin}`;case"invalid_union":return"Entr\xE9e invalide";case"invalid_element":return`Valeur invalide dans ${n.origin}`;default:return"Entr\xE9e invalide"}}}});function Vy(){return{localeError:O0()}}var O0,Hy=y(()=>{U();O0=()=>{let e={string:{label:"\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA",gender:"f"},number:{label:"\u05DE\u05E1\u05E4\u05E8",gender:"m"},boolean:{label:"\u05E2\u05E8\u05DA \u05D1\u05D5\u05DC\u05D9\u05D0\u05E0\u05D9",gender:"m"},bigint:{label:"BigInt",gender:"m"},date:{label:"\u05EA\u05D0\u05E8\u05D9\u05DA",gender:"m"},array:{label:"\u05DE\u05E2\u05E8\u05DA",gender:"m"},object:{label:"\u05D0\u05D5\u05D1\u05D9\u05D9\u05E7\u05D8",gender:"m"},null:{label:"\u05E2\u05E8\u05DA \u05E8\u05D9\u05E7 (null)",gender:"m"},undefined:{label:"\u05E2\u05E8\u05DA \u05DC\u05D0 \u05DE\u05D5\u05D2\u05D3\u05E8 (undefined)",gender:"m"},symbol:{label:"\u05E1\u05D9\u05DE\u05D1\u05D5\u05DC (Symbol)",gender:"m"},function:{label:"\u05E4\u05D5\u05E0\u05E7\u05E6\u05D9\u05D4",gender:"f"},map:{label:"\u05DE\u05E4\u05D4 (Map)",gender:"f"},set:{label:"\u05E7\u05D1\u05D5\u05E6\u05D4 (Set)",gender:"f"},file:{label:"\u05E7\u05D5\u05D1\u05E5",gender:"m"},promise:{label:"Promise",gender:"m"},NaN:{label:"NaN",gender:"m"},unknown:{label:"\u05E2\u05E8\u05DA \u05DC\u05D0 \u05D9\u05D3\u05D5\u05E2",gender:"m"},value:{label:"\u05E2\u05E8\u05DA",gender:"m"}},t={string:{unit:"\u05EA\u05D5\u05D5\u05D9\u05DD",shortLabel:"\u05E7\u05E6\u05E8",longLabel:"\u05D0\u05E8\u05D5\u05DA"},file:{unit:"\u05D1\u05D9\u05D9\u05D8\u05D9\u05DD",shortLabel:"\u05E7\u05D8\u05DF",longLabel:"\u05D2\u05D3\u05D5\u05DC"},array:{unit:"\u05E4\u05E8\u05D9\u05D8\u05D9\u05DD",shortLabel:"\u05E7\u05D8\u05DF",longLabel:"\u05D2\u05D3\u05D5\u05DC"},set:{unit:"\u05E4\u05E8\u05D9\u05D8\u05D9\u05DD",shortLabel:"\u05E7\u05D8\u05DF",longLabel:"\u05D2\u05D3\u05D5\u05DC"},number:{unit:"",shortLabel:"\u05E7\u05D8\u05DF",longLabel:"\u05D2\u05D3\u05D5\u05DC"}},r=d=>d?e[d]:void 0,o=d=>{let u=r(d);return u?u.label:d??e.unknown.label},n=d=>`\u05D4${o(d)}`,i=d=>(r(d)?.gender??"m")==="f"?"\u05E6\u05E8\u05D9\u05DB\u05D4 \u05DC\u05D4\u05D9\u05D5\u05EA":"\u05E6\u05E8\u05D9\u05DA \u05DC\u05D4\u05D9\u05D5\u05EA",a=d=>d?t[d]??null:null,s={regex:{label:"\u05E7\u05DC\u05D8",gender:"m"},email:{label:"\u05DB\u05EA\u05D5\u05D1\u05EA \u05D0\u05D9\u05DE\u05D9\u05D9\u05DC",gender:"f"},url:{label:"\u05DB\u05EA\u05D5\u05D1\u05EA \u05E8\u05E9\u05EA",gender:"f"},emoji:{label:"\u05D0\u05D9\u05DE\u05D5\u05D2'\u05D9",gender:"m"},uuid:{label:"UUID",gender:"m"},nanoid:{label:"nanoid",gender:"m"},guid:{label:"GUID",gender:"m"},cuid:{label:"cuid",gender:"m"},cuid2:{label:"cuid2",gender:"m"},ulid:{label:"ULID",gender:"m"},xid:{label:"XID",gender:"m"},ksuid:{label:"KSUID",gender:"m"},datetime:{label:"\u05EA\u05D0\u05E8\u05D9\u05DA \u05D5\u05D6\u05DE\u05DF ISO",gender:"m"},date:{label:"\u05EA\u05D0\u05E8\u05D9\u05DA ISO",gender:"m"},time:{label:"\u05D6\u05DE\u05DF ISO",gender:"m"},duration:{label:"\u05DE\u05E9\u05DA \u05D6\u05DE\u05DF ISO",gender:"m"},ipv4:{label:"\u05DB\u05EA\u05D5\u05D1\u05EA IPv4",gender:"f"},ipv6:{label:"\u05DB\u05EA\u05D5\u05D1\u05EA IPv6",gender:"f"},cidrv4:{label:"\u05D8\u05D5\u05D5\u05D7 IPv4",gender:"m"},cidrv6:{label:"\u05D8\u05D5\u05D5\u05D7 IPv6",gender:"m"},base64:{label:"\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA \u05D1\u05D1\u05E1\u05D9\u05E1 64",gender:"f"},base64url:{label:"\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA \u05D1\u05D1\u05E1\u05D9\u05E1 64 \u05DC\u05DB\u05EA\u05D5\u05D1\u05D5\u05EA \u05E8\u05E9\u05EA",gender:"f"},json_string:{label:"\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA JSON",gender:"f"},e164:{label:"\u05DE\u05E1\u05E4\u05E8 E.164",gender:"m"},jwt:{label:"JWT",gender:"m"},ends_with:{label:"\u05E7\u05DC\u05D8",gender:"m"},includes:{label:"\u05E7\u05DC\u05D8",gender:"m"},lowercase:{label:"\u05E7\u05DC\u05D8",gender:"m"},starts_with:{label:"\u05E7\u05DC\u05D8",gender:"m"},uppercase:{label:"\u05E7\u05DC\u05D8",gender:"m"}},l={nan:"NaN"};return d=>{switch(d.code){case"invalid_type":{let u=d.expected,p=l[u??""]??o(u),h=A(d.input),f=l[h]??e[h]?.label??h;return/^[A-Z]/.test(d.expected)?`\u05E7\u05DC\u05D8 \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF: \u05E6\u05E8\u05D9\u05DA \u05DC\u05D4\u05D9\u05D5\u05EA instanceof ${d.expected}, \u05D4\u05EA\u05E7\u05D1\u05DC ${f}`:`\u05E7\u05DC\u05D8 \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF: \u05E6\u05E8\u05D9\u05DA \u05DC\u05D4\u05D9\u05D5\u05EA ${p}, \u05D4\u05EA\u05E7\u05D1\u05DC ${f}`}case"invalid_value":{if(d.values.length===1)return`\u05E2\u05E8\u05DA \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF: \u05D4\u05E2\u05E8\u05DA \u05D7\u05D9\u05D9\u05D1 \u05DC\u05D4\u05D9\u05D5\u05EA ${T(d.values[0])}`;let u=d.values.map(f=>T(f));if(d.values.length===2)return`\u05E2\u05E8\u05DA \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF: \u05D4\u05D0\u05E4\u05E9\u05E8\u05D5\u05D9\u05D5\u05EA \u05D4\u05DE\u05EA\u05D0\u05D9\u05DE\u05D5\u05EA \u05D4\u05DF ${u[0]} \u05D0\u05D5 ${u[1]}`;let p=u[u.length-1];return`\u05E2\u05E8\u05DA \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF: \u05D4\u05D0\u05E4\u05E9\u05E8\u05D5\u05D9\u05D5\u05EA \u05D4\u05DE\u05EA\u05D0\u05D9\u05DE\u05D5\u05EA \u05D4\u05DF ${u.slice(0,-1).join(", ")} \u05D0\u05D5 ${p}`}case"too_big":{let u=a(d.origin),p=n(d.origin??"value");if(d.origin==="string")return`${u?.longLabel??"\u05D0\u05E8\u05D5\u05DA"} \u05DE\u05D3\u05D9: ${p} \u05E6\u05E8\u05D9\u05DB\u05D4 \u05DC\u05D4\u05DB\u05D9\u05DC ${d.maximum.toString()} ${u?.unit??""} ${d.inclusive?"\u05D0\u05D5 \u05E4\u05D7\u05D5\u05EA":"\u05DC\u05DB\u05DC \u05D4\u05D9\u05D5\u05EA\u05E8"}`.trim();if(d.origin==="number"){let m=d.inclusive?`\u05E7\u05D8\u05DF \u05D0\u05D5 \u05E9\u05D5\u05D5\u05D4 \u05DC-${d.maximum}`:`\u05E7\u05D8\u05DF \u05DE-${d.maximum}`;return`\u05D2\u05D3\u05D5\u05DC \u05DE\u05D3\u05D9: ${p} \u05E6\u05E8\u05D9\u05DA \u05DC\u05D4\u05D9\u05D5\u05EA ${m}`}if(d.origin==="array"||d.origin==="set"){let m=d.origin==="set"?"\u05E6\u05E8\u05D9\u05DB\u05D4":"\u05E6\u05E8\u05D9\u05DA",b=d.inclusive?`${d.maximum} ${u?.unit??""} \u05D0\u05D5 \u05E4\u05D7\u05D5\u05EA`:`\u05E4\u05D7\u05D5\u05EA \u05DE-${d.maximum} ${u?.unit??""}`;return`\u05D2\u05D3\u05D5\u05DC \u05DE\u05D3\u05D9: ${p} ${m} \u05DC\u05D4\u05DB\u05D9\u05DC ${b}`.trim()}let h=d.inclusive?"<=":"<",f=i(d.origin??"value");return u?.unit?`${u.longLabel} \u05DE\u05D3\u05D9: ${p} ${f} ${h}${d.maximum.toString()} ${u.unit}`:`${u?.longLabel??"\u05D2\u05D3\u05D5\u05DC"} \u05DE\u05D3\u05D9: ${p} ${f} ${h}${d.maximum.toString()}`}case"too_small":{let u=a(d.origin),p=n(d.origin??"value");if(d.origin==="string")return`${u?.shortLabel??"\u05E7\u05E6\u05E8"} \u05DE\u05D3\u05D9: ${p} \u05E6\u05E8\u05D9\u05DB\u05D4 \u05DC\u05D4\u05DB\u05D9\u05DC ${d.minimum.toString()} ${u?.unit??""} ${d.inclusive?"\u05D0\u05D5 \u05D9\u05D5\u05EA\u05E8":"\u05DC\u05E4\u05D7\u05D5\u05EA"}`.trim();if(d.origin==="number"){let m=d.inclusive?`\u05D2\u05D3\u05D5\u05DC \u05D0\u05D5 \u05E9\u05D5\u05D5\u05D4 \u05DC-${d.minimum}`:`\u05D2\u05D3\u05D5\u05DC \u05DE-${d.minimum}`;return`\u05E7\u05D8\u05DF \u05DE\u05D3\u05D9: ${p} \u05E6\u05E8\u05D9\u05DA \u05DC\u05D4\u05D9\u05D5\u05EA ${m}`}if(d.origin==="array"||d.origin==="set"){let m=d.origin==="set"?"\u05E6\u05E8\u05D9\u05DB\u05D4":"\u05E6\u05E8\u05D9\u05DA";if(d.minimum===1&&d.inclusive){let w=(d.origin==="set","\u05DC\u05E4\u05D7\u05D5\u05EA \u05E4\u05E8\u05D9\u05D8 \u05D0\u05D7\u05D3");return`\u05E7\u05D8\u05DF \u05DE\u05D3\u05D9: ${p} ${m} \u05DC\u05D4\u05DB\u05D9\u05DC ${w}`}let b=d.inclusive?`${d.minimum} ${u?.unit??""} \u05D0\u05D5 \u05D9\u05D5\u05EA\u05E8`:`\u05D9\u05D5\u05EA\u05E8 \u05DE-${d.minimum} ${u?.unit??""}`;return`\u05E7\u05D8\u05DF \u05DE\u05D3\u05D9: ${p} ${m} \u05DC\u05D4\u05DB\u05D9\u05DC ${b}`.trim()}let h=d.inclusive?">=":">",f=i(d.origin??"value");return u?.unit?`${u.shortLabel} \u05DE\u05D3\u05D9: ${p} ${f} ${h}${d.minimum.toString()} ${u.unit}`:`${u?.shortLabel??"\u05E7\u05D8\u05DF"} \u05DE\u05D3\u05D9: ${p} ${f} ${h}${d.minimum.toString()}`}case"invalid_format":{let u=d;if(u.format==="starts_with")return`\u05D4\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA \u05D7\u05D9\u05D9\u05D1\u05EA \u05DC\u05D4\u05EA\u05D7\u05D9\u05DC \u05D1 "${u.prefix}"`;if(u.format==="ends_with")return`\u05D4\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA \u05D7\u05D9\u05D9\u05D1\u05EA \u05DC\u05D4\u05E1\u05EA\u05D9\u05D9\u05DD \u05D1 "${u.suffix}"`;if(u.format==="includes")return`\u05D4\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA \u05D7\u05D9\u05D9\u05D1\u05EA \u05DC\u05DB\u05DC\u05D5\u05DC "${u.includes}"`;if(u.format==="regex")return`\u05D4\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA \u05D7\u05D9\u05D9\u05D1\u05EA \u05DC\u05D4\u05EA\u05D0\u05D9\u05DD \u05DC\u05EA\u05D1\u05E0\u05D9\u05EA ${u.pattern}`;let p=s[u.format],h=p?.label??u.format,m=(p?.gender??"m")==="f"?"\u05EA\u05E7\u05D9\u05E0\u05D4":"\u05EA\u05E7\u05D9\u05DF";return`${h} \u05DC\u05D0 ${m}`}case"not_multiple_of":return`\u05DE\u05E1\u05E4\u05E8 \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF: \u05D7\u05D9\u05D9\u05D1 \u05DC\u05D4\u05D9\u05D5\u05EA \u05DE\u05DB\u05E4\u05DC\u05D4 \u05E9\u05DC ${d.divisor}`;case"unrecognized_keys":return`\u05DE\u05E4\u05EA\u05D7${d.keys.length>1?"\u05D5\u05EA":""} \u05DC\u05D0 \u05DE\u05D6\u05D5\u05D4${d.keys.length>1?"\u05D9\u05DD":"\u05D4"}: ${_(d.keys,", ")}`;case"invalid_key":return"\u05E9\u05D3\u05D4 \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF \u05D1\u05D0\u05D5\u05D1\u05D9\u05D9\u05E7\u05D8";case"invalid_union":return"\u05E7\u05DC\u05D8 \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF";case"invalid_element":return`\u05E2\u05E8\u05DA \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF \u05D1${n(d.origin??"array")}`;default:return"\u05E7\u05DC\u05D8 \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF"}}}});function Yy(){return{localeError:N0()}}var N0,Jy=y(()=>{U();N0=()=>{let e={string:{unit:"znakova",verb:"imati"},file:{unit:"bajtova",verb:"imati"},array:{unit:"stavki",verb:"imati"},set:{unit:"stavki",verb:"imati"}};function t(n){return e[n]??null}let r={regex:"unos",email:"email adresa",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO datum i vrijeme",date:"ISO datum",time:"ISO vrijeme",duration:"ISO trajanje",ipv4:"IPv4 adresa",ipv6:"IPv6 adresa",cidrv4:"IPv4 raspon",cidrv6:"IPv6 raspon",base64:"base64 kodirani tekst",base64url:"base64url kodirani tekst",json_string:"JSON tekst",e164:"E.164 broj",jwt:"JWT",template_literal:"unos"},o={nan:"NaN",string:"tekst",number:"broj",boolean:"boolean",array:"niz",object:"objekt",set:"skup",file:"datoteka",date:"datum",bigint:"bigint",symbol:"simbol",undefined:"undefined",null:"null",function:"funkcija",map:"mapa"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=A(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`Neispravan unos: o\u010Dekuje se instanceof ${n.expected}, a primljeno je ${s}`:`Neispravan unos: o\u010Dekuje se ${i}, a primljeno je ${s}`}case"invalid_value":return n.values.length===1?`Neispravna vrijednost: o\u010Dekivano ${T(n.values[0])}`:`Neispravna opcija: o\u010Dekivano jedno od ${_(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin),s=o[n.origin]??n.origin;return a?`Preveliko: o\u010Dekivano da ${s??"vrijednost"} ima ${i}${n.maximum.toString()} ${a.unit??"elemenata"}`:`Preveliko: o\u010Dekivano da ${s??"vrijednost"} bude ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin),s=o[n.origin]??n.origin;return a?`Premalo: o\u010Dekivano da ${s} ima ${i}${n.minimum.toString()} ${a.unit}`:`Premalo: o\u010Dekivano da ${s} bude ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`Neispravan tekst: mora zapo\u010Dinjati s "${i.prefix}"`:i.format==="ends_with"?`Neispravan tekst: mora zavr\u0161avati s "${i.suffix}"`:i.format==="includes"?`Neispravan tekst: mora sadr\u017Eavati "${i.includes}"`:i.format==="regex"?`Neispravan tekst: mora odgovarati uzorku ${i.pattern}`:`Neispravna ${r[i.format]??n.format}`}case"not_multiple_of":return`Neispravan broj: mora biti vi\u0161ekratnik od ${n.divisor}`;case"unrecognized_keys":return`Neprepoznat${n.keys.length>1?"i klju\u010Devi":" klju\u010D"}: ${_(n.keys,", ")}`;case"invalid_key":return`Neispravan klju\u010D u ${o[n.origin]??n.origin}`;case"invalid_union":return"Neispravan unos";case"invalid_element":return`Neispravna vrijednost u ${o[n.origin]??n.origin}`;default:return"Neispravan unos"}}}});function qy(){return{localeError:R0()}}var R0,Xy=y(()=>{U();R0=()=>{let e={string:{unit:"karakter",verb:"legyen"},file:{unit:"byte",verb:"legyen"},array:{unit:"elem",verb:"legyen"},set:{unit:"elem",verb:"legyen"}};function t(n){return e[n]??null}let r={regex:"bemenet",email:"email c\xEDm",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO id\u0151b\xE9lyeg",date:"ISO d\xE1tum",time:"ISO id\u0151",duration:"ISO id\u0151intervallum",ipv4:"IPv4 c\xEDm",ipv6:"IPv6 c\xEDm",cidrv4:"IPv4 tartom\xE1ny",cidrv6:"IPv6 tartom\xE1ny",base64:"base64-k\xF3dolt string",base64url:"base64url-k\xF3dolt string",json_string:"JSON string",e164:"E.164 sz\xE1m",jwt:"JWT",template_literal:"bemenet"},o={nan:"NaN",number:"sz\xE1m",array:"t\xF6mb"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=A(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`\xC9rv\xE9nytelen bemenet: a v\xE1rt \xE9rt\xE9k instanceof ${n.expected}, a kapott \xE9rt\xE9k ${s}`:`\xC9rv\xE9nytelen bemenet: a v\xE1rt \xE9rt\xE9k ${i}, a kapott \xE9rt\xE9k ${s}`}case"invalid_value":return n.values.length===1?`\xC9rv\xE9nytelen bemenet: a v\xE1rt \xE9rt\xE9k ${T(n.values[0])}`:`\xC9rv\xE9nytelen opci\xF3: valamelyik \xE9rt\xE9k v\xE1rt ${_(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);return a?`T\xFAl nagy: ${n.origin??"\xE9rt\xE9k"} m\xE9rete t\xFAl nagy ${i}${n.maximum.toString()} ${a.unit??"elem"}`:`T\xFAl nagy: a bemeneti \xE9rt\xE9k ${n.origin??"\xE9rt\xE9k"} t\xFAl nagy: ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);return a?`T\xFAl kicsi: a bemeneti \xE9rt\xE9k ${n.origin} m\xE9rete t\xFAl kicsi ${i}${n.minimum.toString()} ${a.unit}`:`T\xFAl kicsi: a bemeneti \xE9rt\xE9k ${n.origin} t\xFAl kicsi ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`\xC9rv\xE9nytelen string: "${i.prefix}" \xE9rt\xE9kkel kell kezd\u0151dnie`:i.format==="ends_with"?`\xC9rv\xE9nytelen string: "${i.suffix}" \xE9rt\xE9kkel kell v\xE9gz\u0151dnie`:i.format==="includes"?`\xC9rv\xE9nytelen string: "${i.includes}" \xE9rt\xE9ket kell tartalmaznia`:i.format==="regex"?`\xC9rv\xE9nytelen string: ${i.pattern} mint\xE1nak kell megfelelnie`:`\xC9rv\xE9nytelen ${r[i.format]??n.format}`}case"not_multiple_of":return`\xC9rv\xE9nytelen sz\xE1m: ${n.divisor} t\xF6bbsz\xF6r\xF6s\xE9nek kell lennie`;case"unrecognized_keys":return`Ismeretlen kulcs${n.keys.length>1?"s":""}: ${_(n.keys,", ")}`;case"invalid_key":return`\xC9rv\xE9nytelen kulcs ${n.origin}`;case"invalid_union":return"\xC9rv\xE9nytelen bemenet";case"invalid_element":return`\xC9rv\xE9nytelen \xE9rt\xE9k: ${n.origin}`;default:return"\xC9rv\xE9nytelen bemenet"}}}});function Qy(e,t,r){return Math.abs(e)===1?t:r}function qn(e){if(!e)return"";let t=["\u0561","\u0565","\u0568","\u056B","\u0578","\u0578\u0582","\u0585"],r=e[e.length-1];return e+(t.includes(r)?"\u0576":"\u0568")}function ev(){return{localeError:L0()}}var L0,tv=y(()=>{U();L0=()=>{let e={string:{unit:{one:"\u0576\u0577\u0561\u0576",many:"\u0576\u0577\u0561\u0576\u0576\u0565\u0580"},verb:"\u0578\u0582\u0576\u0565\u0576\u0561\u056C"},file:{unit:{one:"\u0562\u0561\u0575\u0569",many:"\u0562\u0561\u0575\u0569\u0565\u0580"},verb:"\u0578\u0582\u0576\u0565\u0576\u0561\u056C"},array:{unit:{one:"\u057F\u0561\u0580\u0580",many:"\u057F\u0561\u0580\u0580\u0565\u0580"},verb:"\u0578\u0582\u0576\u0565\u0576\u0561\u056C"},set:{unit:{one:"\u057F\u0561\u0580\u0580",many:"\u057F\u0561\u0580\u0580\u0565\u0580"},verb:"\u0578\u0582\u0576\u0565\u0576\u0561\u056C"}};function t(n){return e[n]??null}let r={regex:"\u0574\u0578\u0582\u057F\u0584",email:"\u0567\u056C. \u0570\u0561\u057D\u0581\u0565",url:"URL",emoji:"\u0567\u0574\u0578\u057B\u056B",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO \u0561\u0574\u057D\u0561\u0569\u056B\u057E \u0587 \u056A\u0561\u0574",date:"ISO \u0561\u0574\u057D\u0561\u0569\u056B\u057E",time:"ISO \u056A\u0561\u0574",duration:"ISO \u057F\u0587\u0578\u0572\u0578\u0582\u0569\u0575\u0578\u0582\u0576",ipv4:"IPv4 \u0570\u0561\u057D\u0581\u0565",ipv6:"IPv6 \u0570\u0561\u057D\u0581\u0565",cidrv4:"IPv4 \u0574\u056B\u057B\u0561\u056F\u0561\u0575\u0584",cidrv6:"IPv6 \u0574\u056B\u057B\u0561\u056F\u0561\u0575\u0584",base64:"base64 \u0571\u0587\u0561\u0579\u0561\u0583\u0578\u057E \u057F\u0578\u0572",base64url:"base64url \u0571\u0587\u0561\u0579\u0561\u0583\u0578\u057E \u057F\u0578\u0572",json_string:"JSON \u057F\u0578\u0572",e164:"E.164 \u0570\u0561\u0574\u0561\u0580",jwt:"JWT",template_literal:"\u0574\u0578\u0582\u057F\u0584"},o={nan:"NaN",number:"\u0569\u056B\u057E",array:"\u0566\u0561\u0576\u0563\u057E\u0561\u056E"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=A(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`\u054D\u056D\u0561\u056C \u0574\u0578\u0582\u057F\u0584\u0561\u0563\u0580\u0578\u0582\u0574\u2024 \u057D\u057A\u0561\u057D\u057E\u0578\u0582\u0574 \u0567\u0580 instanceof ${n.expected}, \u057D\u057F\u0561\u0581\u057E\u0565\u056C \u0567 ${s}`:`\u054D\u056D\u0561\u056C \u0574\u0578\u0582\u057F\u0584\u0561\u0563\u0580\u0578\u0582\u0574\u2024 \u057D\u057A\u0561\u057D\u057E\u0578\u0582\u0574 \u0567\u0580 ${i}, \u057D\u057F\u0561\u0581\u057E\u0565\u056C \u0567 ${s}`}case"invalid_value":return n.values.length===1?`\u054D\u056D\u0561\u056C \u0574\u0578\u0582\u057F\u0584\u0561\u0563\u0580\u0578\u0582\u0574\u2024 \u057D\u057A\u0561\u057D\u057E\u0578\u0582\u0574 \u0567\u0580 ${T(n.values[1])}`:`\u054D\u056D\u0561\u056C \u057F\u0561\u0580\u0562\u0565\u0580\u0561\u056F\u2024 \u057D\u057A\u0561\u057D\u057E\u0578\u0582\u0574 \u0567\u0580 \u0570\u0565\u057F\u0587\u0575\u0561\u056C\u0576\u0565\u0580\u056B\u0581 \u0574\u0565\u056F\u0568\u055D ${_(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);if(a){let s=Number(n.maximum),l=Qy(s,a.unit.one,a.unit.many);return`\u0549\u0561\u0583\u0561\u0566\u0561\u0576\u0581 \u0574\u0565\u056E \u0561\u0580\u056A\u0565\u0584\u2024 \u057D\u057A\u0561\u057D\u057E\u0578\u0582\u0574 \u0567, \u0578\u0580 ${qn(n.origin??"\u0561\u0580\u056A\u0565\u0584")} \u056F\u0578\u0582\u0576\u0565\u0576\u0561 ${i}${n.maximum.toString()} ${l}`}return`\u0549\u0561\u0583\u0561\u0566\u0561\u0576\u0581 \u0574\u0565\u056E \u0561\u0580\u056A\u0565\u0584\u2024 \u057D\u057A\u0561\u057D\u057E\u0578\u0582\u0574 \u0567, \u0578\u0580 ${qn(n.origin??"\u0561\u0580\u056A\u0565\u0584")} \u056C\u056B\u0576\u056B ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);if(a){let s=Number(n.minimum),l=Qy(s,a.unit.one,a.unit.many);return`\u0549\u0561\u0583\u0561\u0566\u0561\u0576\u0581 \u0583\u0578\u0584\u0580 \u0561\u0580\u056A\u0565\u0584\u2024 \u057D\u057A\u0561\u057D\u057E\u0578\u0582\u0574 \u0567, \u0578\u0580 ${qn(n.origin)} \u056F\u0578\u0582\u0576\u0565\u0576\u0561 ${i}${n.minimum.toString()} ${l}`}return`\u0549\u0561\u0583\u0561\u0566\u0561\u0576\u0581 \u0583\u0578\u0584\u0580 \u0561\u0580\u056A\u0565\u0584\u2024 \u057D\u057A\u0561\u057D\u057E\u0578\u0582\u0574 \u0567, \u0578\u0580 ${qn(n.origin)} \u056C\u056B\u0576\u056B ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`\u054D\u056D\u0561\u056C \u057F\u0578\u0572\u2024 \u057A\u0565\u057F\u0584 \u0567 \u057D\u056F\u057D\u057E\u056B "${i.prefix}"-\u0578\u057E`:i.format==="ends_with"?`\u054D\u056D\u0561\u056C \u057F\u0578\u0572\u2024 \u057A\u0565\u057F\u0584 \u0567 \u0561\u057E\u0561\u0580\u057F\u057E\u056B "${i.suffix}"-\u0578\u057E`:i.format==="includes"?`\u054D\u056D\u0561\u056C \u057F\u0578\u0572\u2024 \u057A\u0565\u057F\u0584 \u0567 \u057A\u0561\u0580\u0578\u0582\u0576\u0561\u056F\u056B "${i.includes}"`:i.format==="regex"?`\u054D\u056D\u0561\u056C \u057F\u0578\u0572\u2024 \u057A\u0565\u057F\u0584 \u0567 \u0570\u0561\u0574\u0561\u057A\u0561\u057F\u0561\u057D\u056D\u0561\u0576\u056B ${i.pattern} \u0571\u0587\u0561\u0579\u0561\u0583\u056B\u0576`:`\u054D\u056D\u0561\u056C ${r[i.format]??n.format}`}case"not_multiple_of":return`\u054D\u056D\u0561\u056C \u0569\u056B\u057E\u2024 \u057A\u0565\u057F\u0584 \u0567 \u0562\u0561\u0566\u0574\u0561\u057A\u0561\u057F\u056B\u056F \u056C\u056B\u0576\u056B ${n.divisor}-\u056B`;case"unrecognized_keys":return`\u0549\u0573\u0561\u0576\u0561\u0579\u057E\u0561\u056E \u0562\u0561\u0576\u0561\u056C\u056B${n.keys.length>1?"\u0576\u0565\u0580":""}. ${_(n.keys,", ")}`;case"invalid_key":return`\u054D\u056D\u0561\u056C \u0562\u0561\u0576\u0561\u056C\u056B ${qn(n.origin)}-\u0578\u0582\u0574`;case"invalid_union":return"\u054D\u056D\u0561\u056C \u0574\u0578\u0582\u057F\u0584\u0561\u0563\u0580\u0578\u0582\u0574";case"invalid_element":return`\u054D\u056D\u0561\u056C \u0561\u0580\u056A\u0565\u0584 ${qn(n.origin)}-\u0578\u0582\u0574`;default:return"\u054D\u056D\u0561\u056C \u0574\u0578\u0582\u057F\u0584\u0561\u0563\u0580\u0578\u0582\u0574"}}}});function nv(){return{localeError:D0()}}var D0,rv=y(()=>{U();D0=()=>{let e={string:{unit:"karakter",verb:"memiliki"},file:{unit:"byte",verb:"memiliki"},array:{unit:"item",verb:"memiliki"},set:{unit:"item",verb:"memiliki"}};function t(n){return e[n]??null}let r={regex:"input",email:"alamat email",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"tanggal dan waktu format ISO",date:"tanggal format ISO",time:"jam format ISO",duration:"durasi format ISO",ipv4:"alamat IPv4",ipv6:"alamat IPv6",cidrv4:"rentang alamat IPv4",cidrv6:"rentang alamat IPv6",base64:"string dengan enkode base64",base64url:"string dengan enkode base64url",json_string:"string JSON",e164:"angka E.164",jwt:"JWT",template_literal:"input"},o={nan:"NaN"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=A(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`Input tidak valid: diharapkan instanceof ${n.expected}, diterima ${s}`:`Input tidak valid: diharapkan ${i}, diterima ${s}`}case"invalid_value":return n.values.length===1?`Input tidak valid: diharapkan ${T(n.values[0])}`:`Pilihan tidak valid: diharapkan salah satu dari ${_(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);return a?`Terlalu besar: diharapkan ${n.origin??"value"} memiliki ${i}${n.maximum.toString()} ${a.unit??"elemen"}`:`Terlalu besar: diharapkan ${n.origin??"value"} menjadi ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);return a?`Terlalu kecil: diharapkan ${n.origin} memiliki ${i}${n.minimum.toString()} ${a.unit}`:`Terlalu kecil: diharapkan ${n.origin} menjadi ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`String tidak valid: harus dimulai dengan "${i.prefix}"`:i.format==="ends_with"?`String tidak valid: harus berakhir dengan "${i.suffix}"`:i.format==="includes"?`String tidak valid: harus menyertakan "${i.includes}"`:i.format==="regex"?`String tidak valid: harus sesuai pola ${i.pattern}`:`${r[i.format]??n.format} tidak valid`}case"not_multiple_of":return`Angka tidak valid: harus kelipatan dari ${n.divisor}`;case"unrecognized_keys":return`Kunci tidak dikenali ${n.keys.length>1?"s":""}: ${_(n.keys,", ")}`;case"invalid_key":return`Kunci tidak valid di ${n.origin}`;case"invalid_union":return"Input tidak valid";case"invalid_element":return`Nilai tidak valid di ${n.origin}`;default:return"Input tidak valid"}}}});function ov(){return{localeError:j0()}}var j0,iv=y(()=>{U();j0=()=>{let e={string:{unit:"stafi",verb:"a\xF0 hafa"},file:{unit:"b\xE6ti",verb:"a\xF0 hafa"},array:{unit:"hluti",verb:"a\xF0 hafa"},set:{unit:"hluti",verb:"a\xF0 hafa"}};function t(n){return e[n]??null}let r={regex:"gildi",email:"netfang",url:"vefsl\xF3\xF0",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO dagsetning og t\xEDmi",date:"ISO dagsetning",time:"ISO t\xEDmi",duration:"ISO t\xEDmalengd",ipv4:"IPv4 address",ipv6:"IPv6 address",cidrv4:"IPv4 range",cidrv6:"IPv6 range",base64:"base64-encoded strengur",base64url:"base64url-encoded strengur",json_string:"JSON strengur",e164:"E.164 t\xF6lugildi",jwt:"JWT",template_literal:"gildi"},o={nan:"NaN",number:"n\xFAmer",array:"fylki"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=A(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`Rangt gildi: \xDE\xFA sl\xF3st inn ${s} \xFEar sem \xE1 a\xF0 vera instanceof ${n.expected}`:`Rangt gildi: \xDE\xFA sl\xF3st inn ${s} \xFEar sem \xE1 a\xF0 vera ${i}`}case"invalid_value":return n.values.length===1?`Rangt gildi: gert r\xE1\xF0 fyrir ${T(n.values[0])}`:`\xD3gilt val: m\xE1 vera eitt af eftirfarandi ${_(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);return a?`Of st\xF3rt: gert er r\xE1\xF0 fyrir a\xF0 ${n.origin??"gildi"} hafi ${i}${n.maximum.toString()} ${a.unit??"hluti"}`:`Of st\xF3rt: gert er r\xE1\xF0 fyrir a\xF0 ${n.origin??"gildi"} s\xE9 ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);return a?`Of l\xEDti\xF0: gert er r\xE1\xF0 fyrir a\xF0 ${n.origin} hafi ${i}${n.minimum.toString()} ${a.unit}`:`Of l\xEDti\xF0: gert er r\xE1\xF0 fyrir a\xF0 ${n.origin} s\xE9 ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`\xD3gildur strengur: ver\xF0ur a\xF0 byrja \xE1 "${i.prefix}"`:i.format==="ends_with"?`\xD3gildur strengur: ver\xF0ur a\xF0 enda \xE1 "${i.suffix}"`:i.format==="includes"?`\xD3gildur strengur: ver\xF0ur a\xF0 innihalda "${i.includes}"`:i.format==="regex"?`\xD3gildur strengur: ver\xF0ur a\xF0 fylgja mynstri ${i.pattern}`:`Rangt ${r[i.format]??n.format}`}case"not_multiple_of":return`R\xF6ng tala: ver\xF0ur a\xF0 vera margfeldi af ${n.divisor}`;case"unrecognized_keys":return`\xD3\xFEekkt ${n.keys.length>1?"ir lyklar":"ur lykill"}: ${_(n.keys,", ")}`;case"invalid_key":return`Rangur lykill \xED ${n.origin}`;case"invalid_union":return"Rangt gildi";case"invalid_element":return`Rangt gildi \xED ${n.origin}`;default:return"Rangt gildi"}}}});function av(){return{localeError:M0()}}var M0,sv=y(()=>{U();M0=()=>{let e={string:{unit:"caratteri",verb:"avere"},file:{unit:"byte",verb:"avere"},array:{unit:"elementi",verb:"avere"},set:{unit:"elementi",verb:"avere"}};function t(n){return e[n]??null}let r={regex:"input",email:"indirizzo email",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"data e ora ISO",date:"data ISO",time:"ora ISO",duration:"durata ISO",ipv4:"indirizzo IPv4",ipv6:"indirizzo IPv6",cidrv4:"intervallo IPv4",cidrv6:"intervallo IPv6",base64:"stringa codificata in base64",base64url:"URL codificata in base64",json_string:"stringa JSON",e164:"numero E.164",jwt:"JWT",template_literal:"input"},o={nan:"NaN",number:"numero",array:"vettore"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=A(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`Input non valido: atteso instanceof ${n.expected}, ricevuto ${s}`:`Input non valido: atteso ${i}, ricevuto ${s}`}case"invalid_value":return n.values.length===1?`Input non valido: atteso ${T(n.values[0])}`:`Opzione non valida: atteso uno tra ${_(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);return a?`Troppo grande: ${n.origin??"valore"} deve avere ${i}${n.maximum.toString()} ${a.unit??"elementi"}`:`Troppo grande: ${n.origin??"valore"} deve essere ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);return a?`Troppo piccolo: ${n.origin} deve avere ${i}${n.minimum.toString()} ${a.unit}`:`Troppo piccolo: ${n.origin} deve essere ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`Stringa non valida: deve iniziare con "${i.prefix}"`:i.format==="ends_with"?`Stringa non valida: deve terminare con "${i.suffix}"`:i.format==="includes"?`Stringa non valida: deve includere "${i.includes}"`:i.format==="regex"?`Stringa non valida: deve corrispondere al pattern ${i.pattern}`:`Input non valido: ${r[i.format]??n.format}`}case"not_multiple_of":return`Numero non valido: deve essere un multiplo di ${n.divisor}`;case"unrecognized_keys":return`Chiav${n.keys.length>1?"i":"e"} non riconosciut${n.keys.length>1?"e":"a"}: ${_(n.keys,", ")}`;case"invalid_key":return`Chiave non valida in ${n.origin}`;case"invalid_union":return"Input non valido";case"invalid_element":return`Valore non valido in ${n.origin}`;default:return"Input non valido"}}}});function cv(){return{localeError:U0()}}var U0,lv=y(()=>{U();U0=()=>{let e={string:{unit:"\u6587\u5B57",verb:"\u3067\u3042\u308B"},file:{unit:"\u30D0\u30A4\u30C8",verb:"\u3067\u3042\u308B"},array:{unit:"\u8981\u7D20",verb:"\u3067\u3042\u308B"},set:{unit:"\u8981\u7D20",verb:"\u3067\u3042\u308B"}};function t(n){return e[n]??null}let r={regex:"\u5165\u529B\u5024",email:"\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9",url:"URL",emoji:"\u7D75\u6587\u5B57",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO\u65E5\u6642",date:"ISO\u65E5\u4ED8",time:"ISO\u6642\u523B",duration:"ISO\u671F\u9593",ipv4:"IPv4\u30A2\u30C9\u30EC\u30B9",ipv6:"IPv6\u30A2\u30C9\u30EC\u30B9",cidrv4:"IPv4\u7BC4\u56F2",cidrv6:"IPv6\u7BC4\u56F2",base64:"base64\u30A8\u30F3\u30B3\u30FC\u30C9\u6587\u5B57\u5217",base64url:"base64url\u30A8\u30F3\u30B3\u30FC\u30C9\u6587\u5B57\u5217",json_string:"JSON\u6587\u5B57\u5217",e164:"E.164\u756A\u53F7",jwt:"JWT",template_literal:"\u5165\u529B\u5024"},o={nan:"NaN",number:"\u6570\u5024",array:"\u914D\u5217"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=A(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`\u7121\u52B9\u306A\u5165\u529B: instanceof ${n.expected}\u304C\u671F\u5F85\u3055\u308C\u307E\u3057\u305F\u304C\u3001${s}\u304C\u5165\u529B\u3055\u308C\u307E\u3057\u305F`:`\u7121\u52B9\u306A\u5165\u529B: ${i}\u304C\u671F\u5F85\u3055\u308C\u307E\u3057\u305F\u304C\u3001${s}\u304C\u5165\u529B\u3055\u308C\u307E\u3057\u305F`}case"invalid_value":return n.values.length===1?`\u7121\u52B9\u306A\u5165\u529B: ${T(n.values[0])}\u304C\u671F\u5F85\u3055\u308C\u307E\u3057\u305F`:`\u7121\u52B9\u306A\u9078\u629E: ${_(n.values,"\u3001")}\u306E\u3044\u305A\u308C\u304B\u3067\u3042\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059`;case"too_big":{let i=n.inclusive?"\u4EE5\u4E0B\u3067\u3042\u308B":"\u3088\u308A\u5C0F\u3055\u3044",a=t(n.origin);return a?`\u5927\u304D\u3059\u304E\u308B\u5024: ${n.origin??"\u5024"}\u306F${n.maximum.toString()}${a.unit??"\u8981\u7D20"}${i}\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059`:`\u5927\u304D\u3059\u304E\u308B\u5024: ${n.origin??"\u5024"}\u306F${n.maximum.toString()}${i}\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059`}case"too_small":{let i=n.inclusive?"\u4EE5\u4E0A\u3067\u3042\u308B":"\u3088\u308A\u5927\u304D\u3044",a=t(n.origin);return a?`\u5C0F\u3055\u3059\u304E\u308B\u5024: ${n.origin}\u306F${n.minimum.toString()}${a.unit}${i}\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059`:`\u5C0F\u3055\u3059\u304E\u308B\u5024: ${n.origin}\u306F${n.minimum.toString()}${i}\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059`}case"invalid_format":{let i=n;return i.format==="starts_with"?`\u7121\u52B9\u306A\u6587\u5B57\u5217: "${i.prefix}"\u3067\u59CB\u307E\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059`:i.format==="ends_with"?`\u7121\u52B9\u306A\u6587\u5B57\u5217: "${i.suffix}"\u3067\u7D42\u308F\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059`:i.format==="includes"?`\u7121\u52B9\u306A\u6587\u5B57\u5217: "${i.includes}"\u3092\u542B\u3080\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059`:i.format==="regex"?`\u7121\u52B9\u306A\u6587\u5B57\u5217: \u30D1\u30BF\u30FC\u30F3${i.pattern}\u306B\u4E00\u81F4\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059`:`\u7121\u52B9\u306A${r[i.format]??n.format}`}case"not_multiple_of":return`\u7121\u52B9\u306A\u6570\u5024: ${n.divisor}\u306E\u500D\u6570\u3067\u3042\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059`;case"unrecognized_keys":return`\u8A8D\u8B58\u3055\u308C\u3066\u3044\u306A\u3044\u30AD\u30FC${n.keys.length>1?"\u7FA4":""}: ${_(n.keys,"\u3001")}`;case"invalid_key":return`${n.origin}\u5185\u306E\u7121\u52B9\u306A\u30AD\u30FC`;case"invalid_union":return"\u7121\u52B9\u306A\u5165\u529B";case"invalid_element":return`${n.origin}\u5185\u306E\u7121\u52B9\u306A\u5024`;default:return"\u7121\u52B9\u306A\u5165\u529B"}}}});function dv(){return{localeError:z0()}}var z0,uv=y(()=>{U();z0=()=>{let e={string:{unit:"\u10E1\u10D8\u10DB\u10D1\u10DD\u10DA\u10DD",verb:"\u10E3\u10DC\u10D3\u10D0 \u10E8\u10D4\u10D8\u10EA\u10D0\u10D5\u10D3\u10D4\u10E1"},file:{unit:"\u10D1\u10D0\u10D8\u10E2\u10D8",verb:"\u10E3\u10DC\u10D3\u10D0 \u10E8\u10D4\u10D8\u10EA\u10D0\u10D5\u10D3\u10D4\u10E1"},array:{unit:"\u10D4\u10DA\u10D4\u10DB\u10D4\u10DC\u10E2\u10D8",verb:"\u10E3\u10DC\u10D3\u10D0 \u10E8\u10D4\u10D8\u10EA\u10D0\u10D5\u10D3\u10D4\u10E1"},set:{unit:"\u10D4\u10DA\u10D4\u10DB\u10D4\u10DC\u10E2\u10D8",verb:"\u10E3\u10DC\u10D3\u10D0 \u10E8\u10D4\u10D8\u10EA\u10D0\u10D5\u10D3\u10D4\u10E1"}};function t(n){return e[n]??null}let r={regex:"\u10E8\u10D4\u10E7\u10D5\u10D0\u10DC\u10D0",email:"\u10D4\u10DA-\u10E4\u10DD\u10E1\u10E2\u10D8\u10E1 \u10DB\u10D8\u10E1\u10D0\u10DB\u10D0\u10E0\u10D7\u10D8",url:"URL",emoji:"\u10D4\u10DB\u10DD\u10EF\u10D8",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"\u10D7\u10D0\u10E0\u10D8\u10E6\u10D8-\u10D3\u10E0\u10DD",date:"\u10D7\u10D0\u10E0\u10D8\u10E6\u10D8",time:"\u10D3\u10E0\u10DD",duration:"\u10EE\u10D0\u10DC\u10D2\u10E0\u10EB\u10DA\u10D8\u10D5\u10DD\u10D1\u10D0",ipv4:"IPv4 \u10DB\u10D8\u10E1\u10D0\u10DB\u10D0\u10E0\u10D7\u10D8",ipv6:"IPv6 \u10DB\u10D8\u10E1\u10D0\u10DB\u10D0\u10E0\u10D7\u10D8",cidrv4:"IPv4 \u10D3\u10D8\u10D0\u10DE\u10D0\u10D6\u10DD\u10DC\u10D8",cidrv6:"IPv6 \u10D3\u10D8\u10D0\u10DE\u10D0\u10D6\u10DD\u10DC\u10D8",base64:"base64-\u10D9\u10DD\u10D3\u10D8\u10E0\u10D4\u10D1\u10E3\u10DA\u10D8 \u10D5\u10D4\u10DA\u10D8",base64url:"base64url-\u10D9\u10DD\u10D3\u10D8\u10E0\u10D4\u10D1\u10E3\u10DA\u10D8 \u10D5\u10D4\u10DA\u10D8",json_string:"JSON \u10D5\u10D4\u10DA\u10D8",e164:"E.164 \u10DC\u10DD\u10DB\u10D4\u10E0\u10D8",jwt:"JWT",template_literal:"\u10E8\u10D4\u10E7\u10D5\u10D0\u10DC\u10D0"},o={nan:"NaN",number:"\u10E0\u10D8\u10EA\u10EE\u10D5\u10D8",string:"\u10D5\u10D4\u10DA\u10D8",boolean:"\u10D1\u10E3\u10DA\u10D4\u10D0\u10DC\u10D8",function:"\u10E4\u10E3\u10DC\u10E5\u10EA\u10D8\u10D0",array:"\u10DB\u10D0\u10E1\u10D8\u10D5\u10D8"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=A(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10E8\u10D4\u10E7\u10D5\u10D0\u10DC\u10D0: \u10DB\u10DD\u10E1\u10D0\u10DA\u10DD\u10D3\u10DC\u10D4\u10DA\u10D8 instanceof ${n.expected}, \u10DB\u10D8\u10E6\u10D4\u10D1\u10E3\u10DA\u10D8 ${s}`:`\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10E8\u10D4\u10E7\u10D5\u10D0\u10DC\u10D0: \u10DB\u10DD\u10E1\u10D0\u10DA\u10DD\u10D3\u10DC\u10D4\u10DA\u10D8 ${i}, \u10DB\u10D8\u10E6\u10D4\u10D1\u10E3\u10DA\u10D8 ${s}`}case"invalid_value":return n.values.length===1?`\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10E8\u10D4\u10E7\u10D5\u10D0\u10DC\u10D0: \u10DB\u10DD\u10E1\u10D0\u10DA\u10DD\u10D3\u10DC\u10D4\u10DA\u10D8 ${T(n.values[0])}`:`\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10D5\u10D0\u10E0\u10D8\u10D0\u10DC\u10E2\u10D8: \u10DB\u10DD\u10E1\u10D0\u10DA\u10DD\u10D3\u10DC\u10D4\u10DA\u10D8\u10D0 \u10D4\u10E0\u10D7-\u10D4\u10E0\u10D7\u10D8 ${_(n.values,"|")}-\u10D3\u10D0\u10DC`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);return a?`\u10D6\u10D4\u10D3\u10DB\u10D4\u10E2\u10D0\u10D3 \u10D3\u10D8\u10D3\u10D8: \u10DB\u10DD\u10E1\u10D0\u10DA\u10DD\u10D3\u10DC\u10D4\u10DA\u10D8 ${n.origin??"\u10DB\u10DC\u10D8\u10E8\u10D5\u10DC\u10D4\u10DA\u10DD\u10D1\u10D0"} ${a.verb} ${i}${n.maximum.toString()} ${a.unit}`:`\u10D6\u10D4\u10D3\u10DB\u10D4\u10E2\u10D0\u10D3 \u10D3\u10D8\u10D3\u10D8: \u10DB\u10DD\u10E1\u10D0\u10DA\u10DD\u10D3\u10DC\u10D4\u10DA\u10D8 ${n.origin??"\u10DB\u10DC\u10D8\u10E8\u10D5\u10DC\u10D4\u10DA\u10DD\u10D1\u10D0"} \u10D8\u10E7\u10DD\u10E1 ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);return a?`\u10D6\u10D4\u10D3\u10DB\u10D4\u10E2\u10D0\u10D3 \u10DE\u10D0\u10E2\u10D0\u10E0\u10D0: \u10DB\u10DD\u10E1\u10D0\u10DA\u10DD\u10D3\u10DC\u10D4\u10DA\u10D8 ${n.origin} ${a.verb} ${i}${n.minimum.toString()} ${a.unit}`:`\u10D6\u10D4\u10D3\u10DB\u10D4\u10E2\u10D0\u10D3 \u10DE\u10D0\u10E2\u10D0\u10E0\u10D0: \u10DB\u10DD\u10E1\u10D0\u10DA\u10DD\u10D3\u10DC\u10D4\u10DA\u10D8 ${n.origin} \u10D8\u10E7\u10DD\u10E1 ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10D5\u10D4\u10DA\u10D8: \u10E3\u10DC\u10D3\u10D0 \u10D8\u10EC\u10E7\u10D4\u10D1\u10DD\u10D3\u10D4\u10E1 "${i.prefix}"-\u10D8\u10D7`:i.format==="ends_with"?`\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10D5\u10D4\u10DA\u10D8: \u10E3\u10DC\u10D3\u10D0 \u10DB\u10D7\u10D0\u10D5\u10E0\u10D3\u10D4\u10D1\u10DD\u10D3\u10D4\u10E1 "${i.suffix}"-\u10D8\u10D7`:i.format==="includes"?`\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10D5\u10D4\u10DA\u10D8: \u10E3\u10DC\u10D3\u10D0 \u10E8\u10D4\u10D8\u10EA\u10D0\u10D5\u10D3\u10D4\u10E1 "${i.includes}"-\u10E1`:i.format==="regex"?`\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10D5\u10D4\u10DA\u10D8: \u10E3\u10DC\u10D3\u10D0 \u10E8\u10D4\u10D4\u10E1\u10D0\u10D1\u10D0\u10DB\u10D4\u10D1\u10DD\u10D3\u10D4\u10E1 \u10E8\u10D0\u10D1\u10DA\u10DD\u10DC\u10E1 ${i.pattern}`:`\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 ${r[i.format]??n.format}`}case"not_multiple_of":return`\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10E0\u10D8\u10EA\u10EE\u10D5\u10D8: \u10E3\u10DC\u10D3\u10D0 \u10D8\u10E7\u10DD\u10E1 ${n.divisor}-\u10D8\u10E1 \u10EF\u10D4\u10E0\u10D0\u10D3\u10D8`;case"unrecognized_keys":return`\u10E3\u10EA\u10DC\u10DD\u10D1\u10D8 \u10D2\u10D0\u10E1\u10D0\u10E6\u10D4\u10D1${n.keys.length>1?"\u10D4\u10D1\u10D8":"\u10D8"}: ${_(n.keys,", ")}`;case"invalid_key":return`\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10D2\u10D0\u10E1\u10D0\u10E6\u10D4\u10D1\u10D8 ${n.origin}-\u10E8\u10D8`;case"invalid_union":return"\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10E8\u10D4\u10E7\u10D5\u10D0\u10DC\u10D0";case"invalid_element":return`\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10DB\u10DC\u10D8\u10E8\u10D5\u10DC\u10D4\u10DA\u10DD\u10D1\u10D0 ${n.origin}-\u10E8\u10D8`;default:return"\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10E8\u10D4\u10E7\u10D5\u10D0\u10DC\u10D0"}}}});function Yi(){return{localeError:F0()}}var F0,eu=y(()=>{U();F0=()=>{let e={string:{unit:"\u178F\u17BD\u17A2\u1780\u17D2\u179F\u179A",verb:"\u1782\u17BD\u179A\u1798\u17B6\u1793"},file:{unit:"\u1794\u17C3",verb:"\u1782\u17BD\u179A\u1798\u17B6\u1793"},array:{unit:"\u1792\u17B6\u178F\u17BB",verb:"\u1782\u17BD\u179A\u1798\u17B6\u1793"},set:{unit:"\u1792\u17B6\u178F\u17BB",verb:"\u1782\u17BD\u179A\u1798\u17B6\u1793"}};function t(n){return e[n]??null}let r={regex:"\u1791\u17B7\u1793\u17D2\u1793\u1793\u17D0\u1799\u1794\u1789\u17D2\u1785\u17BC\u179B",email:"\u17A2\u17B6\u179F\u1799\u178A\u17D2\u178B\u17B6\u1793\u17A2\u17CA\u17B8\u1798\u17C2\u179B",url:"URL",emoji:"\u179F\u1789\u17D2\u1789\u17B6\u17A2\u17B6\u179A\u1798\u17D2\u1798\u178E\u17CD",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"\u1780\u17B6\u179B\u1794\u179A\u17B7\u1785\u17D2\u1786\u17C1\u1791 \u1793\u17B7\u1784\u1798\u17C9\u17C4\u1784 ISO",date:"\u1780\u17B6\u179B\u1794\u179A\u17B7\u1785\u17D2\u1786\u17C1\u1791 ISO",time:"\u1798\u17C9\u17C4\u1784 ISO",duration:"\u179A\u1799\u17C8\u1796\u17C1\u179B ISO",ipv4:"\u17A2\u17B6\u179F\u1799\u178A\u17D2\u178B\u17B6\u1793 IPv4",ipv6:"\u17A2\u17B6\u179F\u1799\u178A\u17D2\u178B\u17B6\u1793 IPv6",cidrv4:"\u178A\u17C2\u1793\u17A2\u17B6\u179F\u1799\u178A\u17D2\u178B\u17B6\u1793 IPv4",cidrv6:"\u178A\u17C2\u1793\u17A2\u17B6\u179F\u1799\u178A\u17D2\u178B\u17B6\u1793 IPv6",base64:"\u1781\u17D2\u179F\u17C2\u17A2\u1780\u17D2\u179F\u179A\u17A2\u17CA\u17B7\u1780\u17BC\u178A base64",base64url:"\u1781\u17D2\u179F\u17C2\u17A2\u1780\u17D2\u179F\u179A\u17A2\u17CA\u17B7\u1780\u17BC\u178A base64url",json_string:"\u1781\u17D2\u179F\u17C2\u17A2\u1780\u17D2\u179F\u179A JSON",e164:"\u179B\u17C1\u1781 E.164",jwt:"JWT",template_literal:"\u1791\u17B7\u1793\u17D2\u1793\u1793\u17D0\u1799\u1794\u1789\u17D2\u1785\u17BC\u179B"},o={nan:"NaN",number:"\u179B\u17C1\u1781",array:"\u17A2\u17B6\u179A\u17C1 (Array)",null:"\u1782\u17D2\u1798\u17B6\u1793\u178F\u1798\u17D2\u179B\u17C3 (null)"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=A(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`\u1791\u17B7\u1793\u17D2\u1793\u1793\u17D0\u1799\u1794\u1789\u17D2\u1785\u17BC\u179B\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u1780\u17B6\u179A instanceof ${n.expected} \u1794\u17C9\u17BB\u1793\u17D2\u178F\u17C2\u1791\u1791\u17BD\u179B\u1794\u17B6\u1793 ${s}`:`\u1791\u17B7\u1793\u17D2\u1793\u1793\u17D0\u1799\u1794\u1789\u17D2\u1785\u17BC\u179B\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u1780\u17B6\u179A ${i} \u1794\u17C9\u17BB\u1793\u17D2\u178F\u17C2\u1791\u1791\u17BD\u179B\u1794\u17B6\u1793 ${s}`}case"invalid_value":return n.values.length===1?`\u1791\u17B7\u1793\u17D2\u1793\u1793\u17D0\u1799\u1794\u1789\u17D2\u1785\u17BC\u179B\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u1780\u17B6\u179A ${T(n.values[0])}`:`\u1787\u1798\u17D2\u179A\u17BE\u179F\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u1787\u17B6\u1798\u17BD\u1799\u1780\u17D2\u1793\u17BB\u1784\u1785\u17C6\u178E\u17C4\u1798 ${_(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);return a?`\u1792\u17C6\u1796\u17C1\u1780\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u1780\u17B6\u179A ${n.origin??"\u178F\u1798\u17D2\u179B\u17C3"} ${i} ${n.maximum.toString()} ${a.unit??"\u1792\u17B6\u178F\u17BB"}`:`\u1792\u17C6\u1796\u17C1\u1780\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u1780\u17B6\u179A ${n.origin??"\u178F\u1798\u17D2\u179B\u17C3"} ${i} ${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);return a?`\u178F\u17BC\u1785\u1796\u17C1\u1780\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u1780\u17B6\u179A ${n.origin} ${i} ${n.minimum.toString()} ${a.unit}`:`\u178F\u17BC\u1785\u1796\u17C1\u1780\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u1780\u17B6\u179A ${n.origin} ${i} ${n.minimum.toString()}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`\u1781\u17D2\u179F\u17C2\u17A2\u1780\u17D2\u179F\u179A\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u1785\u17B6\u1794\u17CB\u1795\u17D2\u178F\u17BE\u1798\u178A\u17C4\u1799 "${i.prefix}"`:i.format==="ends_with"?`\u1781\u17D2\u179F\u17C2\u17A2\u1780\u17D2\u179F\u179A\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u1794\u1789\u17D2\u1785\u1794\u17CB\u178A\u17C4\u1799 "${i.suffix}"`:i.format==="includes"?`\u1781\u17D2\u179F\u17C2\u17A2\u1780\u17D2\u179F\u179A\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u1798\u17B6\u1793 "${i.includes}"`:i.format==="regex"?`\u1781\u17D2\u179F\u17C2\u17A2\u1780\u17D2\u179F\u179A\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u178F\u17C2\u1795\u17D2\u1782\u17BC\u1795\u17D2\u1782\u1784\u1793\u17B9\u1784\u1791\u1798\u17D2\u179A\u1784\u17CB\u178A\u17C2\u179B\u1794\u17B6\u1793\u1780\u17C6\u178E\u178F\u17CB ${i.pattern}`:`\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u17D6 ${r[i.format]??n.format}`}case"not_multiple_of":return`\u179B\u17C1\u1781\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u178F\u17C2\u1787\u17B6\u1796\u17A0\u17BB\u1782\u17BB\u178E\u1793\u17C3 ${n.divisor}`;case"unrecognized_keys":return`\u179A\u1780\u1783\u17BE\u1789\u179F\u17C4\u1798\u17B7\u1793\u179F\u17D2\u1782\u17B6\u179B\u17CB\u17D6 ${_(n.keys,", ")}`;case"invalid_key":return`\u179F\u17C4\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u1793\u17C5\u1780\u17D2\u1793\u17BB\u1784 ${n.origin}`;case"invalid_union":return"\u1791\u17B7\u1793\u17D2\u1793\u1793\u17D0\u1799\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C";case"invalid_element":return`\u1791\u17B7\u1793\u17D2\u1793\u1793\u17D0\u1799\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u1793\u17C5\u1780\u17D2\u1793\u17BB\u1784 ${n.origin}`;default:return"\u1791\u17B7\u1793\u17D2\u1793\u1793\u17D0\u1799\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C"}}}});function pv(){return Yi()}var hv=y(()=>{eu()});function mv(){return{localeError:G0()}}var G0,fv=y(()=>{U();G0=()=>{let e={string:{unit:"\uBB38\uC790",verb:"to have"},file:{unit:"\uBC14\uC774\uD2B8",verb:"to have"},array:{unit:"\uAC1C",verb:"to have"},set:{unit:"\uAC1C",verb:"to have"}};function t(n){return e[n]??null}let r={regex:"\uC785\uB825",email:"\uC774\uBA54\uC77C \uC8FC\uC18C",url:"URL",emoji:"\uC774\uBAA8\uC9C0",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO \uB0A0\uC9DC\uC2DC\uAC04",date:"ISO \uB0A0\uC9DC",time:"ISO \uC2DC\uAC04",duration:"ISO \uAE30\uAC04",ipv4:"IPv4 \uC8FC\uC18C",ipv6:"IPv6 \uC8FC\uC18C",cidrv4:"IPv4 \uBC94\uC704",cidrv6:"IPv6 \uBC94\uC704",base64:"base64 \uC778\uCF54\uB529 \uBB38\uC790\uC5F4",base64url:"base64url \uC778\uCF54\uB529 \uBB38\uC790\uC5F4",json_string:"JSON \uBB38\uC790\uC5F4",e164:"E.164 \uBC88\uD638",jwt:"JWT",template_literal:"\uC785\uB825"},o={nan:"NaN"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=A(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`\uC798\uBABB\uB41C \uC785\uB825: \uC608\uC0C1 \uD0C0\uC785\uC740 instanceof ${n.expected}, \uBC1B\uC740 \uD0C0\uC785\uC740 ${s}\uC785\uB2C8\uB2E4`:`\uC798\uBABB\uB41C \uC785\uB825: \uC608\uC0C1 \uD0C0\uC785\uC740 ${i}, \uBC1B\uC740 \uD0C0\uC785\uC740 ${s}\uC785\uB2C8\uB2E4`}case"invalid_value":return n.values.length===1?`\uC798\uBABB\uB41C \uC785\uB825: \uAC12\uC740 ${T(n.values[0])} \uC774\uC5B4\uC57C \uD569\uB2C8\uB2E4`:`\uC798\uBABB\uB41C \uC635\uC158: ${_(n.values,"\uB610\uB294 ")} \uC911 \uD558\uB098\uC5EC\uC57C \uD569\uB2C8\uB2E4`;case"too_big":{let i=n.inclusive?"\uC774\uD558":"\uBBF8\uB9CC",a=i==="\uBBF8\uB9CC"?"\uC774\uC5B4\uC57C \uD569\uB2C8\uB2E4":"\uC5EC\uC57C \uD569\uB2C8\uB2E4",s=t(n.origin),l=s?.unit??"\uC694\uC18C";return s?`${n.origin??"\uAC12"}\uC774 \uB108\uBB34 \uD07D\uB2C8\uB2E4: ${n.maximum.toString()}${l} ${i}${a}`:`${n.origin??"\uAC12"}\uC774 \uB108\uBB34 \uD07D\uB2C8\uB2E4: ${n.maximum.toString()} ${i}${a}`}case"too_small":{let i=n.inclusive?"\uC774\uC0C1":"\uCD08\uACFC",a=i==="\uC774\uC0C1"?"\uC774\uC5B4\uC57C \uD569\uB2C8\uB2E4":"\uC5EC\uC57C \uD569\uB2C8\uB2E4",s=t(n.origin),l=s?.unit??"\uC694\uC18C";return s?`${n.origin??"\uAC12"}\uC774 \uB108\uBB34 \uC791\uC2B5\uB2C8\uB2E4: ${n.minimum.toString()}${l} ${i}${a}`:`${n.origin??"\uAC12"}\uC774 \uB108\uBB34 \uC791\uC2B5\uB2C8\uB2E4: ${n.minimum.toString()} ${i}${a}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`\uC798\uBABB\uB41C \uBB38\uC790\uC5F4: "${i.prefix}"(\uC73C)\uB85C \uC2DC\uC791\uD574\uC57C \uD569\uB2C8\uB2E4`:i.format==="ends_with"?`\uC798\uBABB\uB41C \uBB38\uC790\uC5F4: "${i.suffix}"(\uC73C)\uB85C \uB05D\uB098\uC57C \uD569\uB2C8\uB2E4`:i.format==="includes"?`\uC798\uBABB\uB41C \uBB38\uC790\uC5F4: "${i.includes}"\uC744(\uB97C) \uD3EC\uD568\uD574\uC57C \uD569\uB2C8\uB2E4`:i.format==="regex"?`\uC798\uBABB\uB41C \uBB38\uC790\uC5F4: \uC815\uADDC\uC2DD ${i.pattern} \uD328\uD134\uACFC \uC77C\uCE58\uD574\uC57C \uD569\uB2C8\uB2E4`:`\uC798\uBABB\uB41C ${r[i.format]??n.format}`}case"not_multiple_of":return`\uC798\uBABB\uB41C \uC22B\uC790: ${n.divisor}\uC758 \uBC30\uC218\uC5EC\uC57C \uD569\uB2C8\uB2E4`;case"unrecognized_keys":return`\uC778\uC2DD\uD560 \uC218 \uC5C6\uB294 \uD0A4: ${_(n.keys,", ")}`;case"invalid_key":return`\uC798\uBABB\uB41C \uD0A4: ${n.origin}`;case"invalid_union":return"\uC798\uBABB\uB41C \uC785\uB825";case"invalid_element":return`\uC798\uBABB\uB41C \uAC12: ${n.origin}`;default:return"\uC798\uBABB\uB41C \uC785\uB825"}}}});function gv(e){let t=Math.abs(e),r=t%10,o=t%100;return o>=11&&o<=19||r===0?"many":r===1?"one":"few"}function yv(){return{localeError:B0()}}var ho,B0,vv=y(()=>{U();ho=e=>e.charAt(0).toUpperCase()+e.slice(1);B0=()=>{let e={string:{unit:{one:"simbolis",few:"simboliai",many:"simboli\u0173"},verb:{smaller:{inclusive:"turi b\u016Bti ne ilgesn\u0117 kaip",notInclusive:"turi b\u016Bti trumpesn\u0117 kaip"},bigger:{inclusive:"turi b\u016Bti ne trumpesn\u0117 kaip",notInclusive:"turi b\u016Bti ilgesn\u0117 kaip"}}},file:{unit:{one:"baitas",few:"baitai",many:"bait\u0173"},verb:{smaller:{inclusive:"turi b\u016Bti ne didesnis kaip",notInclusive:"turi b\u016Bti ma\u017Eesnis kaip"},bigger:{inclusive:"turi b\u016Bti ne ma\u017Eesnis kaip",notInclusive:"turi b\u016Bti didesnis kaip"}}},array:{unit:{one:"element\u0105",few:"elementus",many:"element\u0173"},verb:{smaller:{inclusive:"turi tur\u0117ti ne daugiau kaip",notInclusive:"turi tur\u0117ti ma\u017Eiau kaip"},bigger:{inclusive:"turi tur\u0117ti ne ma\u017Eiau kaip",notInclusive:"turi tur\u0117ti daugiau kaip"}}},set:{unit:{one:"element\u0105",few:"elementus",many:"element\u0173"},verb:{smaller:{inclusive:"turi tur\u0117ti ne daugiau kaip",notInclusive:"turi tur\u0117ti ma\u017Eiau kaip"},bigger:{inclusive:"turi tur\u0117ti ne ma\u017Eiau kaip",notInclusive:"turi tur\u0117ti daugiau kaip"}}}};function t(n,i,a,s){let l=e[n]??null;return l===null?l:{unit:l.unit[i],verb:l.verb[s][a?"inclusive":"notInclusive"]}}let r={regex:"\u012Fvestis",email:"el. pa\u0161to adresas",url:"URL",emoji:"jaustukas",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO data ir laikas",date:"ISO data",time:"ISO laikas",duration:"ISO trukm\u0117",ipv4:"IPv4 adresas",ipv6:"IPv6 adresas",cidrv4:"IPv4 tinklo prefiksas (CIDR)",cidrv6:"IPv6 tinklo prefiksas (CIDR)",base64:"base64 u\u017Ekoduota eilut\u0117",base64url:"base64url u\u017Ekoduota eilut\u0117",json_string:"JSON eilut\u0117",e164:"E.164 numeris",jwt:"JWT",template_literal:"\u012Fvestis"},o={nan:"NaN",number:"skai\u010Dius",bigint:"sveikasis skai\u010Dius",string:"eilut\u0117",boolean:"login\u0117 reik\u0161m\u0117",undefined:"neapibr\u0117\u017Eta reik\u0161m\u0117",function:"funkcija",symbol:"simbolis",array:"masyvas",object:"objektas",null:"nulin\u0117 reik\u0161m\u0117"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=A(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`Gautas tipas ${s}, o tik\u0117tasi - instanceof ${n.expected}`:`Gautas tipas ${s}, o tik\u0117tasi - ${i}`}case"invalid_value":return n.values.length===1?`Privalo b\u016Bti ${T(n.values[0])}`:`Privalo b\u016Bti vienas i\u0161 ${_(n.values,"|")} pasirinkim\u0173`;case"too_big":{let i=o[n.origin]??n.origin,a=t(n.origin,gv(Number(n.maximum)),n.inclusive??!1,"smaller");if(a?.verb)return`${ho(i??n.origin??"reik\u0161m\u0117")} ${a.verb} ${n.maximum.toString()} ${a.unit??"element\u0173"}`;let s=n.inclusive?"ne didesnis kaip":"ma\u017Eesnis kaip";return`${ho(i??n.origin??"reik\u0161m\u0117")} turi b\u016Bti ${s} ${n.maximum.toString()} ${a?.unit}`}case"too_small":{let i=o[n.origin]??n.origin,a=t(n.origin,gv(Number(n.minimum)),n.inclusive??!1,"bigger");if(a?.verb)return`${ho(i??n.origin??"reik\u0161m\u0117")} ${a.verb} ${n.minimum.toString()} ${a.unit??"element\u0173"}`;let s=n.inclusive?"ne ma\u017Eesnis kaip":"didesnis kaip";return`${ho(i??n.origin??"reik\u0161m\u0117")} turi b\u016Bti ${s} ${n.minimum.toString()} ${a?.unit}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`Eilut\u0117 privalo prasid\u0117ti "${i.prefix}"`:i.format==="ends_with"?`Eilut\u0117 privalo pasibaigti "${i.suffix}"`:i.format==="includes"?`Eilut\u0117 privalo \u012Ftraukti "${i.includes}"`:i.format==="regex"?`Eilut\u0117 privalo atitikti ${i.pattern}`:`Neteisingas ${r[i.format]??n.format}`}case"not_multiple_of":return`Skai\u010Dius privalo b\u016Bti ${n.divisor} kartotinis.`;case"unrecognized_keys":return`Neatpa\u017Eint${n.keys.length>1?"i":"as"} rakt${n.keys.length>1?"ai":"as"}: ${_(n.keys,", ")}`;case"invalid_key":return"Rastas klaidingas raktas";case"invalid_union":return"Klaidinga \u012Fvestis";case"invalid_element":{let i=o[n.origin]??n.origin;return`${ho(i??n.origin??"reik\u0161m\u0117")} turi klaiding\u0105 \u012Fvest\u012F`}default:return"Klaidinga \u012Fvestis"}}}});function bv(){return{localeError:W0()}}var W0,wv=y(()=>{U();W0=()=>{let e={string:{unit:"\u0437\u043D\u0430\u0446\u0438",verb:"\u0434\u0430 \u0438\u043C\u0430\u0430\u0442"},file:{unit:"\u0431\u0430\u0458\u0442\u0438",verb:"\u0434\u0430 \u0438\u043C\u0430\u0430\u0442"},array:{unit:"\u0441\u0442\u0430\u0432\u043A\u0438",verb:"\u0434\u0430 \u0438\u043C\u0430\u0430\u0442"},set:{unit:"\u0441\u0442\u0430\u0432\u043A\u0438",verb:"\u0434\u0430 \u0438\u043C\u0430\u0430\u0442"}};function t(n){return e[n]??null}let r={regex:"\u0432\u043D\u0435\u0441",email:"\u0430\u0434\u0440\u0435\u0441\u0430 \u043D\u0430 \u0435-\u043F\u043E\u0448\u0442\u0430",url:"URL",emoji:"\u0435\u043C\u043E\u045F\u0438",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO \u0434\u0430\u0442\u0443\u043C \u0438 \u0432\u0440\u0435\u043C\u0435",date:"ISO \u0434\u0430\u0442\u0443\u043C",time:"ISO \u0432\u0440\u0435\u043C\u0435",duration:"ISO \u0432\u0440\u0435\u043C\u0435\u0442\u0440\u0430\u0435\u045A\u0435",ipv4:"IPv4 \u0430\u0434\u0440\u0435\u0441\u0430",ipv6:"IPv6 \u0430\u0434\u0440\u0435\u0441\u0430",cidrv4:"IPv4 \u043E\u043F\u0441\u0435\u0433",cidrv6:"IPv6 \u043E\u043F\u0441\u0435\u0433",base64:"base64-\u0435\u043D\u043A\u043E\u0434\u0438\u0440\u0430\u043D\u0430 \u043D\u0438\u0437\u0430",base64url:"base64url-\u0435\u043D\u043A\u043E\u0434\u0438\u0440\u0430\u043D\u0430 \u043D\u0438\u0437\u0430",json_string:"JSON \u043D\u0438\u0437\u0430",e164:"E.164 \u0431\u0440\u043E\u0458",jwt:"JWT",template_literal:"\u0432\u043D\u0435\u0441"},o={nan:"NaN",number:"\u0431\u0440\u043E\u0458",array:"\u043D\u0438\u0437\u0430"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=A(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`\u0413\u0440\u0435\u0448\u0435\u043D \u0432\u043D\u0435\u0441: \u0441\u0435 \u043E\u0447\u0435\u043A\u0443\u0432\u0430 instanceof ${n.expected}, \u043F\u0440\u0438\u043C\u0435\u043D\u043E ${s}`:`\u0413\u0440\u0435\u0448\u0435\u043D \u0432\u043D\u0435\u0441: \u0441\u0435 \u043E\u0447\u0435\u043A\u0443\u0432\u0430 ${i}, \u043F\u0440\u0438\u043C\u0435\u043D\u043E ${s}`}case"invalid_value":return n.values.length===1?`Invalid input: expected ${T(n.values[0])}`:`\u0413\u0440\u0435\u0448\u0430\u043D\u0430 \u043E\u043F\u0446\u0438\u0458\u0430: \u0441\u0435 \u043E\u0447\u0435\u043A\u0443\u0432\u0430 \u0435\u0434\u043D\u0430 ${_(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);return a?`\u041F\u0440\u0435\u043C\u043D\u043E\u0433\u0443 \u0433\u043E\u043B\u0435\u043C: \u0441\u0435 \u043E\u0447\u0435\u043A\u0443\u0432\u0430 ${n.origin??"\u0432\u0440\u0435\u0434\u043D\u043E\u0441\u0442\u0430"} \u0434\u0430 \u0438\u043C\u0430 ${i}${n.maximum.toString()} ${a.unit??"\u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0438"}`:`\u041F\u0440\u0435\u043C\u043D\u043E\u0433\u0443 \u0433\u043E\u043B\u0435\u043C: \u0441\u0435 \u043E\u0447\u0435\u043A\u0443\u0432\u0430 ${n.origin??"\u0432\u0440\u0435\u0434\u043D\u043E\u0441\u0442\u0430"} \u0434\u0430 \u0431\u0438\u0434\u0435 ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);return a?`\u041F\u0440\u0435\u043C\u043D\u043E\u0433\u0443 \u043C\u0430\u043B: \u0441\u0435 \u043E\u0447\u0435\u043A\u0443\u0432\u0430 ${n.origin} \u0434\u0430 \u0438\u043C\u0430 ${i}${n.minimum.toString()} ${a.unit}`:`\u041F\u0440\u0435\u043C\u043D\u043E\u0433\u0443 \u043C\u0430\u043B: \u0441\u0435 \u043E\u0447\u0435\u043A\u0443\u0432\u0430 ${n.origin} \u0434\u0430 \u0431\u0438\u0434\u0435 ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`\u041D\u0435\u0432\u0430\u0436\u0435\u0447\u043A\u0430 \u043D\u0438\u0437\u0430: \u043C\u043E\u0440\u0430 \u0434\u0430 \u0437\u0430\u043F\u043E\u0447\u043D\u0443\u0432\u0430 \u0441\u043E "${i.prefix}"`:i.format==="ends_with"?`\u041D\u0435\u0432\u0430\u0436\u0435\u0447\u043A\u0430 \u043D\u0438\u0437\u0430: \u043C\u043E\u0440\u0430 \u0434\u0430 \u0437\u0430\u0432\u0440\u0448\u0443\u0432\u0430 \u0441\u043E "${i.suffix}"`:i.format==="includes"?`\u041D\u0435\u0432\u0430\u0436\u0435\u0447\u043A\u0430 \u043D\u0438\u0437\u0430: \u043C\u043E\u0440\u0430 \u0434\u0430 \u0432\u043A\u043B\u0443\u0447\u0443\u0432\u0430 "${i.includes}"`:i.format==="regex"?`\u041D\u0435\u0432\u0430\u0436\u0435\u0447\u043A\u0430 \u043D\u0438\u0437\u0430: \u043C\u043E\u0440\u0430 \u0434\u0430 \u043E\u0434\u0433\u043E\u0430\u0440\u0430 \u043D\u0430 \u043F\u0430\u0442\u0435\u0440\u043D\u043E\u0442 ${i.pattern}`:`Invalid ${r[i.format]??n.format}`}case"not_multiple_of":return`\u0413\u0440\u0435\u0448\u0435\u043D \u0431\u0440\u043E\u0458: \u043C\u043E\u0440\u0430 \u0434\u0430 \u0431\u0438\u0434\u0435 \u0434\u0435\u043B\u0438\u0432 \u0441\u043E ${n.divisor}`;case"unrecognized_keys":return`${n.keys.length>1?"\u041D\u0435\u043F\u0440\u0435\u043F\u043E\u0437\u043D\u0430\u0435\u043D\u0438 \u043A\u043B\u0443\u0447\u0435\u0432\u0438":"\u041D\u0435\u043F\u0440\u0435\u043F\u043E\u0437\u043D\u0430\u0435\u043D \u043A\u043B\u0443\u0447"}: ${_(n.keys,", ")}`;case"invalid_key":return`\u0413\u0440\u0435\u0448\u0435\u043D \u043A\u043B\u0443\u0447 \u0432\u043E ${n.origin}`;case"invalid_union":return"\u0413\u0440\u0435\u0448\u0435\u043D \u0432\u043D\u0435\u0441";case"invalid_element":return`\u0413\u0440\u0435\u0448\u043D\u0430 \u0432\u0440\u0435\u0434\u043D\u043E\u0441\u0442 \u0432\u043E ${n.origin}`;default:return"\u0413\u0440\u0435\u0448\u0435\u043D \u0432\u043D\u0435\u0441"}}}});function _v(){return{localeError:K0()}}var K0,kv=y(()=>{U();K0=()=>{let e={string:{unit:"aksara",verb:"mempunyai"},file:{unit:"bait",verb:"mempunyai"},array:{unit:"elemen",verb:"mempunyai"},set:{unit:"elemen",verb:"mempunyai"}};function t(n){return e[n]??null}let r={regex:"input",email:"alamat e-mel",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"tarikh masa ISO",date:"tarikh ISO",time:"masa ISO",duration:"tempoh ISO",ipv4:"alamat IPv4",ipv6:"alamat IPv6",cidrv4:"julat IPv4",cidrv6:"julat IPv6",base64:"string dikodkan base64",base64url:"string dikodkan base64url",json_string:"string JSON",e164:"nombor E.164",jwt:"JWT",template_literal:"input"},o={nan:"NaN",number:"nombor"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=A(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`Input tidak sah: dijangka instanceof ${n.expected}, diterima ${s}`:`Input tidak sah: dijangka ${i}, diterima ${s}`}case"invalid_value":return n.values.length===1?`Input tidak sah: dijangka ${T(n.values[0])}`:`Pilihan tidak sah: dijangka salah satu daripada ${_(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);return a?`Terlalu besar: dijangka ${n.origin??"nilai"} ${a.verb} ${i}${n.maximum.toString()} ${a.unit??"elemen"}`:`Terlalu besar: dijangka ${n.origin??"nilai"} adalah ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);return a?`Terlalu kecil: dijangka ${n.origin} ${a.verb} ${i}${n.minimum.toString()} ${a.unit}`:`Terlalu kecil: dijangka ${n.origin} adalah ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`String tidak sah: mesti bermula dengan "${i.prefix}"`:i.format==="ends_with"?`String tidak sah: mesti berakhir dengan "${i.suffix}"`:i.format==="includes"?`String tidak sah: mesti mengandungi "${i.includes}"`:i.format==="regex"?`String tidak sah: mesti sepadan dengan corak ${i.pattern}`:`${r[i.format]??n.format} tidak sah`}case"not_multiple_of":return`Nombor tidak sah: perlu gandaan ${n.divisor}`;case"unrecognized_keys":return`Kunci tidak dikenali: ${_(n.keys,", ")}`;case"invalid_key":return`Kunci tidak sah dalam ${n.origin}`;case"invalid_union":return"Input tidak sah";case"invalid_element":return`Nilai tidak sah dalam ${n.origin}`;default:return"Input tidak sah"}}}});function xv(){return{localeError:Z0()}}var Z0,Sv=y(()=>{U();Z0=()=>{let e={string:{unit:"tekens",verb:"heeft"},file:{unit:"bytes",verb:"heeft"},array:{unit:"elementen",verb:"heeft"},set:{unit:"elementen",verb:"heeft"}};function t(n){return e[n]??null}let r={regex:"invoer",email:"emailadres",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO datum en tijd",date:"ISO datum",time:"ISO tijd",duration:"ISO duur",ipv4:"IPv4-adres",ipv6:"IPv6-adres",cidrv4:"IPv4-bereik",cidrv6:"IPv6-bereik",base64:"base64-gecodeerde tekst",base64url:"base64 URL-gecodeerde tekst",json_string:"JSON string",e164:"E.164-nummer",jwt:"JWT",template_literal:"invoer"},o={nan:"NaN",number:"getal"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=A(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`Ongeldige invoer: verwacht instanceof ${n.expected}, ontving ${s}`:`Ongeldige invoer: verwacht ${i}, ontving ${s}`}case"invalid_value":return n.values.length===1?`Ongeldige invoer: verwacht ${T(n.values[0])}`:`Ongeldige optie: verwacht \xE9\xE9n van ${_(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin),s=n.origin==="date"?"laat":n.origin==="string"?"lang":"groot";return a?`Te ${s}: verwacht dat ${n.origin??"waarde"} ${i}${n.maximum.toString()} ${a.unit??"elementen"} ${a.verb}`:`Te ${s}: verwacht dat ${n.origin??"waarde"} ${i}${n.maximum.toString()} is`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin),s=n.origin==="date"?"vroeg":n.origin==="string"?"kort":"klein";return a?`Te ${s}: verwacht dat ${n.origin} ${i}${n.minimum.toString()} ${a.unit} ${a.verb}`:`Te ${s}: verwacht dat ${n.origin} ${i}${n.minimum.toString()} is`}case"invalid_format":{let i=n;return i.format==="starts_with"?`Ongeldige tekst: moet met "${i.prefix}" beginnen`:i.format==="ends_with"?`Ongeldige tekst: moet op "${i.suffix}" eindigen`:i.format==="includes"?`Ongeldige tekst: moet "${i.includes}" bevatten`:i.format==="regex"?`Ongeldige tekst: moet overeenkomen met patroon ${i.pattern}`:`Ongeldig: ${r[i.format]??n.format}`}case"not_multiple_of":return`Ongeldig getal: moet een veelvoud van ${n.divisor} zijn`;case"unrecognized_keys":return`Onbekende key${n.keys.length>1?"s":""}: ${_(n.keys,", ")}`;case"invalid_key":return`Ongeldige key in ${n.origin}`;case"invalid_union":return"Ongeldige invoer";case"invalid_element":return`Ongeldige waarde in ${n.origin}`;default:return"Ongeldige invoer"}}}});function Ev(){return{localeError:V0()}}var V0,$v=y(()=>{U();V0=()=>{let e={string:{unit:"tegn",verb:"\xE5 ha"},file:{unit:"bytes",verb:"\xE5 ha"},array:{unit:"elementer",verb:"\xE5 inneholde"},set:{unit:"elementer",verb:"\xE5 inneholde"}};function t(n){return e[n]??null}let r={regex:"input",email:"e-postadresse",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO dato- og klokkeslett",date:"ISO-dato",time:"ISO-klokkeslett",duration:"ISO-varighet",ipv4:"IPv4-omr\xE5de",ipv6:"IPv6-omr\xE5de",cidrv4:"IPv4-spekter",cidrv6:"IPv6-spekter",base64:"base64-enkodet streng",base64url:"base64url-enkodet streng",json_string:"JSON-streng",e164:"E.164-nummer",jwt:"JWT",template_literal:"input"},o={nan:"NaN",number:"tall",array:"liste"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=A(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`Ugyldig input: forventet instanceof ${n.expected}, fikk ${s}`:`Ugyldig input: forventet ${i}, fikk ${s}`}case"invalid_value":return n.values.length===1?`Ugyldig verdi: forventet ${T(n.values[0])}`:`Ugyldig valg: forventet en av ${_(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);return a?`For stor(t): forventet ${n.origin??"value"} til \xE5 ha ${i}${n.maximum.toString()} ${a.unit??"elementer"}`:`For stor(t): forventet ${n.origin??"value"} til \xE5 ha ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);return a?`For lite(n): forventet ${n.origin} til \xE5 ha ${i}${n.minimum.toString()} ${a.unit}`:`For lite(n): forventet ${n.origin} til \xE5 ha ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`Ugyldig streng: m\xE5 starte med "${i.prefix}"`:i.format==="ends_with"?`Ugyldig streng: m\xE5 ende med "${i.suffix}"`:i.format==="includes"?`Ugyldig streng: m\xE5 inneholde "${i.includes}"`:i.format==="regex"?`Ugyldig streng: m\xE5 matche m\xF8nsteret ${i.pattern}`:`Ugyldig ${r[i.format]??n.format}`}case"not_multiple_of":return`Ugyldig tall: m\xE5 v\xE6re et multiplum av ${n.divisor}`;case"unrecognized_keys":return`${n.keys.length>1?"Ukjente n\xF8kler":"Ukjent n\xF8kkel"}: ${_(n.keys,", ")}`;case"invalid_key":return`Ugyldig n\xF8kkel i ${n.origin}`;case"invalid_union":return"Ugyldig input";case"invalid_element":return`Ugyldig verdi i ${n.origin}`;default:return"Ugyldig input"}}}});function Tv(){return{localeError:H0()}}var H0,Av=y(()=>{U();H0=()=>{let e={string:{unit:"harf",verb:"olmal\u0131d\u0131r"},file:{unit:"bayt",verb:"olmal\u0131d\u0131r"},array:{unit:"unsur",verb:"olmal\u0131d\u0131r"},set:{unit:"unsur",verb:"olmal\u0131d\u0131r"}};function t(n){return e[n]??null}let r={regex:"giren",email:"epostag\xE2h",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO heng\xE2m\u0131",date:"ISO tarihi",time:"ISO zaman\u0131",duration:"ISO m\xFCddeti",ipv4:"IPv4 ni\u015F\xE2n\u0131",ipv6:"IPv6 ni\u015F\xE2n\u0131",cidrv4:"IPv4 menzili",cidrv6:"IPv6 menzili",base64:"base64-\u015Fifreli metin",base64url:"base64url-\u015Fifreli metin",json_string:"JSON metin",e164:"E.164 say\u0131s\u0131",jwt:"JWT",template_literal:"giren"},o={nan:"NaN",number:"numara",array:"saf",null:"gayb"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=A(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`F\xE2sit giren: umulan instanceof ${n.expected}, al\u0131nan ${s}`:`F\xE2sit giren: umulan ${i}, al\u0131nan ${s}`}case"invalid_value":return n.values.length===1?`F\xE2sit giren: umulan ${T(n.values[0])}`:`F\xE2sit tercih: m\xFBteberler ${_(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);return a?`Fazla b\xFCy\xFCk: ${n.origin??"value"}, ${i}${n.maximum.toString()} ${a.unit??"elements"} sahip olmal\u0131yd\u0131.`:`Fazla b\xFCy\xFCk: ${n.origin??"value"}, ${i}${n.maximum.toString()} olmal\u0131yd\u0131.`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);return a?`Fazla k\xFC\xE7\xFCk: ${n.origin}, ${i}${n.minimum.toString()} ${a.unit} sahip olmal\u0131yd\u0131.`:`Fazla k\xFC\xE7\xFCk: ${n.origin}, ${i}${n.minimum.toString()} olmal\u0131yd\u0131.`}case"invalid_format":{let i=n;return i.format==="starts_with"?`F\xE2sit metin: "${i.prefix}" ile ba\u015Flamal\u0131.`:i.format==="ends_with"?`F\xE2sit metin: "${i.suffix}" ile bitmeli.`:i.format==="includes"?`F\xE2sit metin: "${i.includes}" ihtiv\xE2 etmeli.`:i.format==="regex"?`F\xE2sit metin: ${i.pattern} nak\u015F\u0131na uymal\u0131.`:`F\xE2sit ${r[i.format]??n.format}`}case"not_multiple_of":return`F\xE2sit say\u0131: ${n.divisor} kat\u0131 olmal\u0131yd\u0131.`;case"unrecognized_keys":return`Tan\u0131nmayan anahtar ${n.keys.length>1?"s":""}: ${_(n.keys,", ")}`;case"invalid_key":return`${n.origin} i\xE7in tan\u0131nmayan anahtar var.`;case"invalid_union":return"Giren tan\u0131namad\u0131.";case"invalid_element":return`${n.origin} i\xE7in tan\u0131nmayan k\u0131ymet var.`;default:return"K\u0131ymet tan\u0131namad\u0131."}}}});function Iv(){return{localeError:Y0()}}var Y0,Pv=y(()=>{U();Y0=()=>{let e={string:{unit:"\u062A\u0648\u06A9\u064A",verb:"\u0648\u0644\u0631\u064A"},file:{unit:"\u0628\u0627\u06CC\u067C\u0633",verb:"\u0648\u0644\u0631\u064A"},array:{unit:"\u062A\u0648\u06A9\u064A",verb:"\u0648\u0644\u0631\u064A"},set:{unit:"\u062A\u0648\u06A9\u064A",verb:"\u0648\u0644\u0631\u064A"}};function t(n){return e[n]??null}let r={regex:"\u0648\u0631\u0648\u062F\u064A",email:"\u0628\u0631\u06CC\u069A\u0646\u0627\u0644\u06CC\u06A9",url:"\u06CC\u0648 \u0622\u0631 \u0627\u0644",emoji:"\u0627\u06CC\u0645\u0648\u062C\u064A",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"\u0646\u06CC\u067C\u0647 \u0627\u0648 \u0648\u062E\u062A",date:"\u0646\u06D0\u067C\u0647",time:"\u0648\u062E\u062A",duration:"\u0645\u0648\u062F\u0647",ipv4:"\u062F IPv4 \u067E\u062A\u0647",ipv6:"\u062F IPv6 \u067E\u062A\u0647",cidrv4:"\u062F IPv4 \u0633\u0627\u062D\u0647",cidrv6:"\u062F IPv6 \u0633\u0627\u062D\u0647",base64:"base64-encoded \u0645\u062A\u0646",base64url:"base64url-encoded \u0645\u062A\u0646",json_string:"JSON \u0645\u062A\u0646",e164:"\u062F E.164 \u0634\u0645\u06D0\u0631\u0647",jwt:"JWT",template_literal:"\u0648\u0631\u0648\u062F\u064A"},o={nan:"NaN",number:"\u0639\u062F\u062F",array:"\u0627\u0631\u06D0"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=A(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`\u0646\u0627\u0633\u0645 \u0648\u0631\u0648\u062F\u064A: \u0628\u0627\u06CC\u062F instanceof ${n.expected} \u0648\u0627\u06CC, \u0645\u06AB\u0631 ${s} \u062A\u0631\u0644\u0627\u0633\u0647 \u0634\u0648`:`\u0646\u0627\u0633\u0645 \u0648\u0631\u0648\u062F\u064A: \u0628\u0627\u06CC\u062F ${i} \u0648\u0627\u06CC, \u0645\u06AB\u0631 ${s} \u062A\u0631\u0644\u0627\u0633\u0647 \u0634\u0648`}case"invalid_value":return n.values.length===1?`\u0646\u0627\u0633\u0645 \u0648\u0631\u0648\u062F\u064A: \u0628\u0627\u06CC\u062F ${T(n.values[0])} \u0648\u0627\u06CC`:`\u0646\u0627\u0633\u0645 \u0627\u0646\u062A\u062E\u0627\u0628: \u0628\u0627\u06CC\u062F \u06CC\u0648 \u0644\u0647 ${_(n.values,"|")} \u0685\u062E\u0647 \u0648\u0627\u06CC`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);return a?`\u0689\u06CC\u0631 \u0644\u0648\u06CC: ${n.origin??"\u0627\u0631\u0632\u069A\u062A"} \u0628\u0627\u06CC\u062F ${i}${n.maximum.toString()} ${a.unit??"\u0639\u0646\u0635\u0631\u0648\u0646\u0647"} \u0648\u0644\u0631\u064A`:`\u0689\u06CC\u0631 \u0644\u0648\u06CC: ${n.origin??"\u0627\u0631\u0632\u069A\u062A"} \u0628\u0627\u06CC\u062F ${i}${n.maximum.toString()} \u0648\u064A`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);return a?`\u0689\u06CC\u0631 \u06A9\u0648\u0686\u0646\u06CC: ${n.origin} \u0628\u0627\u06CC\u062F ${i}${n.minimum.toString()} ${a.unit} \u0648\u0644\u0631\u064A`:`\u0689\u06CC\u0631 \u06A9\u0648\u0686\u0646\u06CC: ${n.origin} \u0628\u0627\u06CC\u062F ${i}${n.minimum.toString()} \u0648\u064A`}case"invalid_format":{let i=n;return i.format==="starts_with"?`\u0646\u0627\u0633\u0645 \u0645\u062A\u0646: \u0628\u0627\u06CC\u062F \u062F "${i.prefix}" \u0633\u0631\u0647 \u067E\u06CC\u0644 \u0634\u064A`:i.format==="ends_with"?`\u0646\u0627\u0633\u0645 \u0645\u062A\u0646: \u0628\u0627\u06CC\u062F \u062F "${i.suffix}" \u0633\u0631\u0647 \u067E\u0627\u06CC \u062A\u0647 \u0648\u0631\u0633\u064A\u0696\u064A`:i.format==="includes"?`\u0646\u0627\u0633\u0645 \u0645\u062A\u0646: \u0628\u0627\u06CC\u062F "${i.includes}" \u0648\u0644\u0631\u064A`:i.format==="regex"?`\u0646\u0627\u0633\u0645 \u0645\u062A\u0646: \u0628\u0627\u06CC\u062F \u062F ${i.pattern} \u0633\u0631\u0647 \u0645\u0637\u0627\u0628\u0642\u062A \u0648\u0644\u0631\u064A`:`${r[i.format]??n.format} \u0646\u0627\u0633\u0645 \u062F\u06CC`}case"not_multiple_of":return`\u0646\u0627\u0633\u0645 \u0639\u062F\u062F: \u0628\u0627\u06CC\u062F \u062F ${n.divisor} \u0645\u0636\u0631\u0628 \u0648\u064A`;case"unrecognized_keys":return`\u0646\u0627\u0633\u0645 ${n.keys.length>1?"\u06A9\u0644\u06CC\u0689\u0648\u0646\u0647":"\u06A9\u0644\u06CC\u0689"}: ${_(n.keys,", ")}`;case"invalid_key":return`\u0646\u0627\u0633\u0645 \u06A9\u0644\u06CC\u0689 \u067E\u0647 ${n.origin} \u06A9\u06D0`;case"invalid_union":return"\u0646\u0627\u0633\u0645\u0647 \u0648\u0631\u0648\u062F\u064A";case"invalid_element":return`\u0646\u0627\u0633\u0645 \u0639\u0646\u0635\u0631 \u067E\u0647 ${n.origin} \u06A9\u06D0`;default:return"\u0646\u0627\u0633\u0645\u0647 \u0648\u0631\u0648\u062F\u064A"}}}});function Cv(){return{localeError:J0()}}var J0,Ov=y(()=>{U();J0=()=>{let e={string:{unit:"znak\xF3w",verb:"mie\u0107"},file:{unit:"bajt\xF3w",verb:"mie\u0107"},array:{unit:"element\xF3w",verb:"mie\u0107"},set:{unit:"element\xF3w",verb:"mie\u0107"}};function t(n){return e[n]??null}let r={regex:"wyra\u017Cenie",email:"adres email",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"data i godzina w formacie ISO",date:"data w formacie ISO",time:"godzina w formacie ISO",duration:"czas trwania ISO",ipv4:"adres IPv4",ipv6:"adres IPv6",cidrv4:"zakres IPv4",cidrv6:"zakres IPv6",base64:"ci\u0105g znak\xF3w zakodowany w formacie base64",base64url:"ci\u0105g znak\xF3w zakodowany w formacie base64url",json_string:"ci\u0105g znak\xF3w w formacie JSON",e164:"liczba E.164",jwt:"JWT",template_literal:"wej\u015Bcie"},o={nan:"NaN",number:"liczba",array:"tablica"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=A(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`Nieprawid\u0142owe dane wej\u015Bciowe: oczekiwano instanceof ${n.expected}, otrzymano ${s}`:`Nieprawid\u0142owe dane wej\u015Bciowe: oczekiwano ${i}, otrzymano ${s}`}case"invalid_value":return n.values.length===1?`Nieprawid\u0142owe dane wej\u015Bciowe: oczekiwano ${T(n.values[0])}`:`Nieprawid\u0142owa opcja: oczekiwano jednej z warto\u015Bci ${_(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);return a?`Za du\u017Ca warto\u015B\u0107: oczekiwano, \u017Ce ${n.origin??"warto\u015B\u0107"} b\u0119dzie mie\u0107 ${i}${n.maximum.toString()} ${a.unit??"element\xF3w"}`:`Zbyt du\u017C(y/a/e): oczekiwano, \u017Ce ${n.origin??"warto\u015B\u0107"} b\u0119dzie wynosi\u0107 ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);return a?`Za ma\u0142a warto\u015B\u0107: oczekiwano, \u017Ce ${n.origin??"warto\u015B\u0107"} b\u0119dzie mie\u0107 ${i}${n.minimum.toString()} ${a.unit??"element\xF3w"}`:`Zbyt ma\u0142(y/a/e): oczekiwano, \u017Ce ${n.origin??"warto\u015B\u0107"} b\u0119dzie wynosi\u0107 ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`Nieprawid\u0142owy ci\u0105g znak\xF3w: musi zaczyna\u0107 si\u0119 od "${i.prefix}"`:i.format==="ends_with"?`Nieprawid\u0142owy ci\u0105g znak\xF3w: musi ko\u0144czy\u0107 si\u0119 na "${i.suffix}"`:i.format==="includes"?`Nieprawid\u0142owy ci\u0105g znak\xF3w: musi zawiera\u0107 "${i.includes}"`:i.format==="regex"?`Nieprawid\u0142owy ci\u0105g znak\xF3w: musi odpowiada\u0107 wzorcowi ${i.pattern}`:`Nieprawid\u0142ow(y/a/e) ${r[i.format]??n.format}`}case"not_multiple_of":return`Nieprawid\u0142owa liczba: musi by\u0107 wielokrotno\u015Bci\u0105 ${n.divisor}`;case"unrecognized_keys":return`Nierozpoznane klucze${n.keys.length>1?"s":""}: ${_(n.keys,", ")}`;case"invalid_key":return`Nieprawid\u0142owy klucz w ${n.origin}`;case"invalid_union":return"Nieprawid\u0142owe dane wej\u015Bciowe";case"invalid_element":return`Nieprawid\u0142owa warto\u015B\u0107 w ${n.origin}`;default:return"Nieprawid\u0142owe dane wej\u015Bciowe"}}}});function Nv(){return{localeError:q0()}}var q0,Rv=y(()=>{U();q0=()=>{let e={string:{unit:"caracteres",verb:"ter"},file:{unit:"bytes",verb:"ter"},array:{unit:"itens",verb:"ter"},set:{unit:"itens",verb:"ter"}};function t(n){return e[n]??null}let r={regex:"padr\xE3o",email:"endere\xE7o de e-mail",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"data e hora ISO",date:"data ISO",time:"hora ISO",duration:"dura\xE7\xE3o ISO",ipv4:"endere\xE7o IPv4",ipv6:"endere\xE7o IPv6",cidrv4:"faixa de IPv4",cidrv6:"faixa de IPv6",base64:"texto codificado em base64",base64url:"URL codificada em base64",json_string:"texto JSON",e164:"n\xFAmero E.164",jwt:"JWT",template_literal:"entrada"},o={nan:"NaN",number:"n\xFAmero",null:"nulo"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=A(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`Tipo inv\xE1lido: esperado instanceof ${n.expected}, recebido ${s}`:`Tipo inv\xE1lido: esperado ${i}, recebido ${s}`}case"invalid_value":return n.values.length===1?`Entrada inv\xE1lida: esperado ${T(n.values[0])}`:`Op\xE7\xE3o inv\xE1lida: esperada uma das ${_(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);return a?`Muito grande: esperado que ${n.origin??"valor"} tivesse ${i}${n.maximum.toString()} ${a.unit??"elementos"}`:`Muito grande: esperado que ${n.origin??"valor"} fosse ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);return a?`Muito pequeno: esperado que ${n.origin} tivesse ${i}${n.minimum.toString()} ${a.unit}`:`Muito pequeno: esperado que ${n.origin} fosse ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`Texto inv\xE1lido: deve come\xE7ar com "${i.prefix}"`:i.format==="ends_with"?`Texto inv\xE1lido: deve terminar com "${i.suffix}"`:i.format==="includes"?`Texto inv\xE1lido: deve incluir "${i.includes}"`:i.format==="regex"?`Texto inv\xE1lido: deve corresponder ao padr\xE3o ${i.pattern}`:`${r[i.format]??n.format} inv\xE1lido`}case"not_multiple_of":return`N\xFAmero inv\xE1lido: deve ser m\xFAltiplo de ${n.divisor}`;case"unrecognized_keys":return`Chave${n.keys.length>1?"s":""} desconhecida${n.keys.length>1?"s":""}: ${_(n.keys,", ")}`;case"invalid_key":return`Chave inv\xE1lida em ${n.origin}`;case"invalid_union":return"Entrada inv\xE1lida";case"invalid_element":return`Valor inv\xE1lido em ${n.origin}`;default:return"Campo inv\xE1lido"}}}});function Lv(){return{localeError:X0()}}var X0,Dv=y(()=>{U();X0=()=>{let e={string:{unit:"caractere",verb:"s\u0103 aib\u0103"},file:{unit:"octe\u021Bi",verb:"s\u0103 aib\u0103"},array:{unit:"elemente",verb:"s\u0103 aib\u0103"},set:{unit:"elemente",verb:"s\u0103 aib\u0103"},map:{unit:"intr\u0103ri",verb:"s\u0103 aib\u0103"}};function t(n){return e[n]??null}let r={regex:"intrare",email:"adres\u0103 de email",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"dat\u0103 \u0219i or\u0103 ISO",date:"dat\u0103 ISO",time:"or\u0103 ISO",duration:"durat\u0103 ISO",ipv4:"adres\u0103 IPv4",ipv6:"adres\u0103 IPv6",mac:"adres\u0103 MAC",cidrv4:"interval IPv4",cidrv6:"interval IPv6",base64:"\u0219ir codat base64",base64url:"\u0219ir codat base64url",json_string:"\u0219ir JSON",e164:"num\u0103r E.164",jwt:"JWT",template_literal:"intrare"},o={nan:"NaN",string:"\u0219ir",number:"num\u0103r",boolean:"boolean",function:"func\u021Bie",array:"matrice",object:"obiect",undefined:"nedefinit",symbol:"simbol",bigint:"num\u0103r mare",void:"void",never:"never",map:"hart\u0103",set:"set"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=A(n.input),s=o[a]??a;return`Intrare invalid\u0103: a\u0219teptat ${i}, primit ${s}`}case"invalid_value":return n.values.length===1?`Intrare invalid\u0103: a\u0219teptat ${T(n.values[0])}`:`Op\u021Biune invalid\u0103: a\u0219teptat una dintre ${_(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);return a?`Prea mare: a\u0219teptat ca ${n.origin??"valoarea"} ${a.verb} ${i}${n.maximum.toString()} ${a.unit??"elemente"}`:`Prea mare: a\u0219teptat ca ${n.origin??"valoarea"} s\u0103 fie ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);return a?`Prea mic: a\u0219teptat ca ${n.origin} ${a.verb} ${i}${n.minimum.toString()} ${a.unit}`:`Prea mic: a\u0219teptat ca ${n.origin} s\u0103 fie ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`\u0218ir invalid: trebuie s\u0103 \xEEnceap\u0103 cu "${i.prefix}"`:i.format==="ends_with"?`\u0218ir invalid: trebuie s\u0103 se termine cu "${i.suffix}"`:i.format==="includes"?`\u0218ir invalid: trebuie s\u0103 includ\u0103 "${i.includes}"`:i.format==="regex"?`\u0218ir invalid: trebuie s\u0103 se potriveasc\u0103 cu modelul ${i.pattern}`:`Format invalid: ${r[i.format]??n.format}`}case"not_multiple_of":return`Num\u0103r invalid: trebuie s\u0103 fie multiplu de ${n.divisor}`;case"unrecognized_keys":return`Chei nerecunoscute: ${_(n.keys,", ")}`;case"invalid_key":return`Cheie invalid\u0103 \xEEn ${n.origin}`;case"invalid_union":return"Intrare invalid\u0103";case"invalid_element":return`Valoare invalid\u0103 \xEEn ${n.origin}`;default:return"Intrare invalid\u0103"}}}});function jv(e,t,r,o){let n=Math.abs(e),i=n%10,a=n%100;return a>=11&&a<=19?o:i===1?t:i>=2&&i<=4?r:o}function Mv(){return{localeError:Q0()}}var Q0,Uv=y(()=>{U();Q0=()=>{let e={string:{unit:{one:"\u0441\u0438\u043C\u0432\u043E\u043B",few:"\u0441\u0438\u043C\u0432\u043E\u043B\u0430",many:"\u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432"},verb:"\u0438\u043C\u0435\u0442\u044C"},file:{unit:{one:"\u0431\u0430\u0439\u0442",few:"\u0431\u0430\u0439\u0442\u0430",many:"\u0431\u0430\u0439\u0442"},verb:"\u0438\u043C\u0435\u0442\u044C"},array:{unit:{one:"\u044D\u043B\u0435\u043C\u0435\u043D\u0442",few:"\u044D\u043B\u0435\u043C\u0435\u043D\u0442\u0430",many:"\u044D\u043B\u0435\u043C\u0435\u043D\u0442\u043E\u0432"},verb:"\u0438\u043C\u0435\u0442\u044C"},set:{unit:{one:"\u044D\u043B\u0435\u043C\u0435\u043D\u0442",few:"\u044D\u043B\u0435\u043C\u0435\u043D\u0442\u0430",many:"\u044D\u043B\u0435\u043C\u0435\u043D\u0442\u043E\u0432"},verb:"\u0438\u043C\u0435\u0442\u044C"}};function t(n){return e[n]??null}let r={regex:"\u0432\u0432\u043E\u0434",email:"email \u0430\u0434\u0440\u0435\u0441",url:"URL",emoji:"\u044D\u043C\u043E\u0434\u0437\u0438",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO \u0434\u0430\u0442\u0430 \u0438 \u0432\u0440\u0435\u043C\u044F",date:"ISO \u0434\u0430\u0442\u0430",time:"ISO \u0432\u0440\u0435\u043C\u044F",duration:"ISO \u0434\u043B\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0441\u0442\u044C",ipv4:"IPv4 \u0430\u0434\u0440\u0435\u0441",ipv6:"IPv6 \u0430\u0434\u0440\u0435\u0441",cidrv4:"IPv4 \u0434\u0438\u0430\u043F\u0430\u0437\u043E\u043D",cidrv6:"IPv6 \u0434\u0438\u0430\u043F\u0430\u0437\u043E\u043D",base64:"\u0441\u0442\u0440\u043E\u043A\u0430 \u0432 \u0444\u043E\u0440\u043C\u0430\u0442\u0435 base64",base64url:"\u0441\u0442\u0440\u043E\u043A\u0430 \u0432 \u0444\u043E\u0440\u043C\u0430\u0442\u0435 base64url",json_string:"JSON \u0441\u0442\u0440\u043E\u043A\u0430",e164:"\u043D\u043E\u043C\u0435\u0440 E.164",jwt:"JWT",template_literal:"\u0432\u0432\u043E\u0434"},o={nan:"NaN",number:"\u0447\u0438\u0441\u043B\u043E",array:"\u043C\u0430\u0441\u0441\u0438\u0432"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=A(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`\u041D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 \u0432\u0432\u043E\u0434: \u043E\u0436\u0438\u0434\u0430\u043B\u043E\u0441\u044C instanceof ${n.expected}, \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u043E ${s}`:`\u041D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 \u0432\u0432\u043E\u0434: \u043E\u0436\u0438\u0434\u0430\u043B\u043E\u0441\u044C ${i}, \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u043E ${s}`}case"invalid_value":return n.values.length===1?`\u041D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 \u0432\u0432\u043E\u0434: \u043E\u0436\u0438\u0434\u0430\u043B\u043E\u0441\u044C ${T(n.values[0])}`:`\u041D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 \u0432\u0430\u0440\u0438\u0430\u043D\u0442: \u043E\u0436\u0438\u0434\u0430\u043B\u043E\u0441\u044C \u043E\u0434\u043D\u043E \u0438\u0437 ${_(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);if(a){let s=Number(n.maximum),l=jv(s,a.unit.one,a.unit.few,a.unit.many);return`\u0421\u043B\u0438\u0448\u043A\u043E\u043C \u0431\u043E\u043B\u044C\u0448\u043E\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435: \u043E\u0436\u0438\u0434\u0430\u043B\u043E\u0441\u044C, \u0447\u0442\u043E ${n.origin??"\u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435"} \u0431\u0443\u0434\u0435\u0442 \u0438\u043C\u0435\u0442\u044C ${i}${n.maximum.toString()} ${l}`}return`\u0421\u043B\u0438\u0448\u043A\u043E\u043C \u0431\u043E\u043B\u044C\u0448\u043E\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435: \u043E\u0436\u0438\u0434\u0430\u043B\u043E\u0441\u044C, \u0447\u0442\u043E ${n.origin??"\u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435"} \u0431\u0443\u0434\u0435\u0442 ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);if(a){let s=Number(n.minimum),l=jv(s,a.unit.one,a.unit.few,a.unit.many);return`\u0421\u043B\u0438\u0448\u043A\u043E\u043C \u043C\u0430\u043B\u0435\u043D\u044C\u043A\u043E\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435: \u043E\u0436\u0438\u0434\u0430\u043B\u043E\u0441\u044C, \u0447\u0442\u043E ${n.origin} \u0431\u0443\u0434\u0435\u0442 \u0438\u043C\u0435\u0442\u044C ${i}${n.minimum.toString()} ${l}`}return`\u0421\u043B\u0438\u0448\u043A\u043E\u043C \u043C\u0430\u043B\u0435\u043D\u044C\u043A\u043E\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435: \u043E\u0436\u0438\u0434\u0430\u043B\u043E\u0441\u044C, \u0447\u0442\u043E ${n.origin} \u0431\u0443\u0434\u0435\u0442 ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`\u041D\u0435\u0432\u0435\u0440\u043D\u0430\u044F \u0441\u0442\u0440\u043E\u043A\u0430: \u0434\u043E\u043B\u0436\u043D\u0430 \u043D\u0430\u0447\u0438\u043D\u0430\u0442\u044C\u0441\u044F \u0441 "${i.prefix}"`:i.format==="ends_with"?`\u041D\u0435\u0432\u0435\u0440\u043D\u0430\u044F \u0441\u0442\u0440\u043E\u043A\u0430: \u0434\u043E\u043B\u0436\u043D\u0430 \u0437\u0430\u043A\u0430\u043D\u0447\u0438\u0432\u0430\u0442\u044C\u0441\u044F \u043D\u0430 "${i.suffix}"`:i.format==="includes"?`\u041D\u0435\u0432\u0435\u0440\u043D\u0430\u044F \u0441\u0442\u0440\u043E\u043A\u0430: \u0434\u043E\u043B\u0436\u043D\u0430 \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u0442\u044C "${i.includes}"`:i.format==="regex"?`\u041D\u0435\u0432\u0435\u0440\u043D\u0430\u044F \u0441\u0442\u0440\u043E\u043A\u0430: \u0434\u043E\u043B\u0436\u043D\u0430 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u043E\u0432\u0430\u0442\u044C \u0448\u0430\u0431\u043B\u043E\u043D\u0443 ${i.pattern}`:`\u041D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 ${r[i.format]??n.format}`}case"not_multiple_of":return`\u041D\u0435\u0432\u0435\u0440\u043D\u043E\u0435 \u0447\u0438\u0441\u043B\u043E: \u0434\u043E\u043B\u0436\u043D\u043E \u0431\u044B\u0442\u044C \u043A\u0440\u0430\u0442\u043D\u044B\u043C ${n.divisor}`;case"unrecognized_keys":return`\u041D\u0435\u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u043D\u043D${n.keys.length>1?"\u044B\u0435":"\u044B\u0439"} \u043A\u043B\u044E\u0447${n.keys.length>1?"\u0438":""}: ${_(n.keys,", ")}`;case"invalid_key":return`\u041D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 \u043A\u043B\u044E\u0447 \u0432 ${n.origin}`;case"invalid_union":return"\u041D\u0435\u0432\u0435\u0440\u043D\u044B\u0435 \u0432\u0445\u043E\u0434\u043D\u044B\u0435 \u0434\u0430\u043D\u043D\u044B\u0435";case"invalid_element":return`\u041D\u0435\u0432\u0435\u0440\u043D\u043E\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435 \u0432 ${n.origin}`;default:return"\u041D\u0435\u0432\u0435\u0440\u043D\u044B\u0435 \u0432\u0445\u043E\u0434\u043D\u044B\u0435 \u0434\u0430\u043D\u043D\u044B\u0435"}}}});function zv(){return{localeError:eA()}}var eA,Fv=y(()=>{U();eA=()=>{let e={string:{unit:"znakov",verb:"imeti"},file:{unit:"bajtov",verb:"imeti"},array:{unit:"elementov",verb:"imeti"},set:{unit:"elementov",verb:"imeti"}};function t(n){return e[n]??null}let r={regex:"vnos",email:"e-po\u0161tni naslov",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO datum in \u010Das",date:"ISO datum",time:"ISO \u010Das",duration:"ISO trajanje",ipv4:"IPv4 naslov",ipv6:"IPv6 naslov",cidrv4:"obseg IPv4",cidrv6:"obseg IPv6",base64:"base64 kodiran niz",base64url:"base64url kodiran niz",json_string:"JSON niz",e164:"E.164 \u0161tevilka",jwt:"JWT",template_literal:"vnos"},o={nan:"NaN",number:"\u0161tevilo",array:"tabela"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=A(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`Neveljaven vnos: pri\u010Dakovano instanceof ${n.expected}, prejeto ${s}`:`Neveljaven vnos: pri\u010Dakovano ${i}, prejeto ${s}`}case"invalid_value":return n.values.length===1?`Neveljaven vnos: pri\u010Dakovano ${T(n.values[0])}`:`Neveljavna mo\u017Enost: pri\u010Dakovano eno izmed ${_(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);return a?`Preveliko: pri\u010Dakovano, da bo ${n.origin??"vrednost"} imelo ${i}${n.maximum.toString()} ${a.unit??"elementov"}`:`Preveliko: pri\u010Dakovano, da bo ${n.origin??"vrednost"} ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);return a?`Premajhno: pri\u010Dakovano, da bo ${n.origin} imelo ${i}${n.minimum.toString()} ${a.unit}`:`Premajhno: pri\u010Dakovano, da bo ${n.origin} ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`Neveljaven niz: mora se za\u010Deti z "${i.prefix}"`:i.format==="ends_with"?`Neveljaven niz: mora se kon\u010Dati z "${i.suffix}"`:i.format==="includes"?`Neveljaven niz: mora vsebovati "${i.includes}"`:i.format==="regex"?`Neveljaven niz: mora ustrezati vzorcu ${i.pattern}`:`Neveljaven ${r[i.format]??n.format}`}case"not_multiple_of":return`Neveljavno \u0161tevilo: mora biti ve\u010Dkratnik ${n.divisor}`;case"unrecognized_keys":return`Neprepoznan${n.keys.length>1?"i klju\u010Di":" klju\u010D"}: ${_(n.keys,", ")}`;case"invalid_key":return`Neveljaven klju\u010D v ${n.origin}`;case"invalid_union":return"Neveljaven vnos";case"invalid_element":return`Neveljavna vrednost v ${n.origin}`;default:return"Neveljaven vnos"}}}});function Gv(){return{localeError:tA()}}var tA,Bv=y(()=>{U();tA=()=>{let e={string:{unit:"tecken",verb:"att ha"},file:{unit:"bytes",verb:"att ha"},array:{unit:"objekt",verb:"att inneh\xE5lla"},set:{unit:"objekt",verb:"att inneh\xE5lla"}};function t(n){return e[n]??null}let r={regex:"regulj\xE4rt uttryck",email:"e-postadress",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO-datum och tid",date:"ISO-datum",time:"ISO-tid",duration:"ISO-varaktighet",ipv4:"IPv4-intervall",ipv6:"IPv6-intervall",cidrv4:"IPv4-spektrum",cidrv6:"IPv6-spektrum",base64:"base64-kodad str\xE4ng",base64url:"base64url-kodad str\xE4ng",json_string:"JSON-str\xE4ng",e164:"E.164-nummer",jwt:"JWT",template_literal:"mall-literal"},o={nan:"NaN",number:"antal",array:"lista"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=A(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`Ogiltig inmatning: f\xF6rv\xE4ntat instanceof ${n.expected}, fick ${s}`:`Ogiltig inmatning: f\xF6rv\xE4ntat ${i}, fick ${s}`}case"invalid_value":return n.values.length===1?`Ogiltig inmatning: f\xF6rv\xE4ntat ${T(n.values[0])}`:`Ogiltigt val: f\xF6rv\xE4ntade en av ${_(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);return a?`F\xF6r stor(t): f\xF6rv\xE4ntade ${n.origin??"v\xE4rdet"} att ha ${i}${n.maximum.toString()} ${a.unit??"element"}`:`F\xF6r stor(t): f\xF6rv\xE4ntat ${n.origin??"v\xE4rdet"} att ha ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);return a?`F\xF6r lite(t): f\xF6rv\xE4ntade ${n.origin??"v\xE4rdet"} att ha ${i}${n.minimum.toString()} ${a.unit}`:`F\xF6r lite(t): f\xF6rv\xE4ntade ${n.origin??"v\xE4rdet"} att ha ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`Ogiltig str\xE4ng: m\xE5ste b\xF6rja med "${i.prefix}"`:i.format==="ends_with"?`Ogiltig str\xE4ng: m\xE5ste sluta med "${i.suffix}"`:i.format==="includes"?`Ogiltig str\xE4ng: m\xE5ste inneh\xE5lla "${i.includes}"`:i.format==="regex"?`Ogiltig str\xE4ng: m\xE5ste matcha m\xF6nstret "${i.pattern}"`:`Ogiltig(t) ${r[i.format]??n.format}`}case"not_multiple_of":return`Ogiltigt tal: m\xE5ste vara en multipel av ${n.divisor}`;case"unrecognized_keys":return`${n.keys.length>1?"Ok\xE4nda nycklar":"Ok\xE4nd nyckel"}: ${_(n.keys,", ")}`;case"invalid_key":return`Ogiltig nyckel i ${n.origin??"v\xE4rdet"}`;case"invalid_union":return"Ogiltig input";case"invalid_element":return`Ogiltigt v\xE4rde i ${n.origin??"v\xE4rdet"}`;default:return"Ogiltig input"}}}});function Wv(){return{localeError:nA()}}var nA,Kv=y(()=>{U();nA=()=>{let e={string:{unit:"\u0B8E\u0BB4\u0BC1\u0BA4\u0BCD\u0BA4\u0BC1\u0B95\u0BCD\u0B95\u0BB3\u0BCD",verb:"\u0B95\u0BCA\u0BA3\u0BCD\u0B9F\u0BBF\u0BB0\u0BC1\u0B95\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD"},file:{unit:"\u0BAA\u0BC8\u0B9F\u0BCD\u0B9F\u0BC1\u0B95\u0BB3\u0BCD",verb:"\u0B95\u0BCA\u0BA3\u0BCD\u0B9F\u0BBF\u0BB0\u0BC1\u0B95\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD"},array:{unit:"\u0B89\u0BB1\u0BC1\u0BAA\u0BCD\u0BAA\u0BC1\u0B95\u0BB3\u0BCD",verb:"\u0B95\u0BCA\u0BA3\u0BCD\u0B9F\u0BBF\u0BB0\u0BC1\u0B95\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD"},set:{unit:"\u0B89\u0BB1\u0BC1\u0BAA\u0BCD\u0BAA\u0BC1\u0B95\u0BB3\u0BCD",verb:"\u0B95\u0BCA\u0BA3\u0BCD\u0B9F\u0BBF\u0BB0\u0BC1\u0B95\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD"}};function t(n){return e[n]??null}let r={regex:"\u0B89\u0BB3\u0BCD\u0BB3\u0BC0\u0B9F\u0BC1",email:"\u0BAE\u0BBF\u0BA9\u0BCD\u0BA9\u0B9E\u0BCD\u0B9A\u0BB2\u0BCD \u0BAE\u0BC1\u0B95\u0BB5\u0BB0\u0BBF",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO \u0BA4\u0BC7\u0BA4\u0BBF \u0BA8\u0BC7\u0BB0\u0BAE\u0BCD",date:"ISO \u0BA4\u0BC7\u0BA4\u0BBF",time:"ISO \u0BA8\u0BC7\u0BB0\u0BAE\u0BCD",duration:"ISO \u0B95\u0BBE\u0BB2 \u0B85\u0BB3\u0BB5\u0BC1",ipv4:"IPv4 \u0BAE\u0BC1\u0B95\u0BB5\u0BB0\u0BBF",ipv6:"IPv6 \u0BAE\u0BC1\u0B95\u0BB5\u0BB0\u0BBF",cidrv4:"IPv4 \u0BB5\u0BB0\u0BAE\u0BCD\u0BAA\u0BC1",cidrv6:"IPv6 \u0BB5\u0BB0\u0BAE\u0BCD\u0BAA\u0BC1",base64:"base64-encoded \u0B9A\u0BB0\u0BAE\u0BCD",base64url:"base64url-encoded \u0B9A\u0BB0\u0BAE\u0BCD",json_string:"JSON \u0B9A\u0BB0\u0BAE\u0BCD",e164:"E.164 \u0B8E\u0BA3\u0BCD",jwt:"JWT",template_literal:"input"},o={nan:"NaN",number:"\u0B8E\u0BA3\u0BCD",array:"\u0B85\u0BA3\u0BBF",null:"\u0BB5\u0BC6\u0BB1\u0BC1\u0BAE\u0BC8"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=A(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0B89\u0BB3\u0BCD\u0BB3\u0BC0\u0B9F\u0BC1: \u0B8E\u0BA4\u0BBF\u0BB0\u0BCD\u0BAA\u0BBE\u0BB0\u0BCD\u0B95\u0BCD\u0B95\u0BAA\u0BCD\u0BAA\u0B9F\u0BCD\u0B9F\u0BA4\u0BC1 instanceof ${n.expected}, \u0BAA\u0BC6\u0BB1\u0BAA\u0BCD\u0BAA\u0B9F\u0BCD\u0B9F\u0BA4\u0BC1 ${s}`:`\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0B89\u0BB3\u0BCD\u0BB3\u0BC0\u0B9F\u0BC1: \u0B8E\u0BA4\u0BBF\u0BB0\u0BCD\u0BAA\u0BBE\u0BB0\u0BCD\u0B95\u0BCD\u0B95\u0BAA\u0BCD\u0BAA\u0B9F\u0BCD\u0B9F\u0BA4\u0BC1 ${i}, \u0BAA\u0BC6\u0BB1\u0BAA\u0BCD\u0BAA\u0B9F\u0BCD\u0B9F\u0BA4\u0BC1 ${s}`}case"invalid_value":return n.values.length===1?`\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0B89\u0BB3\u0BCD\u0BB3\u0BC0\u0B9F\u0BC1: \u0B8E\u0BA4\u0BBF\u0BB0\u0BCD\u0BAA\u0BBE\u0BB0\u0BCD\u0B95\u0BCD\u0B95\u0BAA\u0BCD\u0BAA\u0B9F\u0BCD\u0B9F\u0BA4\u0BC1 ${T(n.values[0])}`:`\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0BB5\u0BBF\u0BB0\u0BC1\u0BAA\u0BCD\u0BAA\u0BAE\u0BCD: \u0B8E\u0BA4\u0BBF\u0BB0\u0BCD\u0BAA\u0BBE\u0BB0\u0BCD\u0B95\u0BCD\u0B95\u0BAA\u0BCD\u0BAA\u0B9F\u0BCD\u0B9F\u0BA4\u0BC1 ${_(n.values,"|")} \u0B87\u0BB2\u0BCD \u0B92\u0BA9\u0BCD\u0BB1\u0BC1`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);return a?`\u0BAE\u0BBF\u0B95 \u0BAA\u0BC6\u0BB0\u0BBF\u0BAF\u0BA4\u0BC1: \u0B8E\u0BA4\u0BBF\u0BB0\u0BCD\u0BAA\u0BBE\u0BB0\u0BCD\u0B95\u0BCD\u0B95\u0BAA\u0BCD\u0BAA\u0B9F\u0BCD\u0B9F\u0BA4\u0BC1 ${n.origin??"\u0BAE\u0BA4\u0BBF\u0BAA\u0BCD\u0BAA\u0BC1"} ${i}${n.maximum.toString()} ${a.unit??"\u0B89\u0BB1\u0BC1\u0BAA\u0BCD\u0BAA\u0BC1\u0B95\u0BB3\u0BCD"} \u0B86\u0B95 \u0B87\u0BB0\u0BC1\u0B95\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD`:`\u0BAE\u0BBF\u0B95 \u0BAA\u0BC6\u0BB0\u0BBF\u0BAF\u0BA4\u0BC1: \u0B8E\u0BA4\u0BBF\u0BB0\u0BCD\u0BAA\u0BBE\u0BB0\u0BCD\u0B95\u0BCD\u0B95\u0BAA\u0BCD\u0BAA\u0B9F\u0BCD\u0B9F\u0BA4\u0BC1 ${n.origin??"\u0BAE\u0BA4\u0BBF\u0BAA\u0BCD\u0BAA\u0BC1"} ${i}${n.maximum.toString()} \u0B86\u0B95 \u0B87\u0BB0\u0BC1\u0B95\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);return a?`\u0BAE\u0BBF\u0B95\u0B9A\u0BCD \u0B9A\u0BBF\u0BB1\u0BBF\u0BAF\u0BA4\u0BC1: \u0B8E\u0BA4\u0BBF\u0BB0\u0BCD\u0BAA\u0BBE\u0BB0\u0BCD\u0B95\u0BCD\u0B95\u0BAA\u0BCD\u0BAA\u0B9F\u0BCD\u0B9F\u0BA4\u0BC1 ${n.origin} ${i}${n.minimum.toString()} ${a.unit} \u0B86\u0B95 \u0B87\u0BB0\u0BC1\u0B95\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD`:`\u0BAE\u0BBF\u0B95\u0B9A\u0BCD \u0B9A\u0BBF\u0BB1\u0BBF\u0BAF\u0BA4\u0BC1: \u0B8E\u0BA4\u0BBF\u0BB0\u0BCD\u0BAA\u0BBE\u0BB0\u0BCD\u0B95\u0BCD\u0B95\u0BAA\u0BCD\u0BAA\u0B9F\u0BCD\u0B9F\u0BA4\u0BC1 ${n.origin} ${i}${n.minimum.toString()} \u0B86\u0B95 \u0B87\u0BB0\u0BC1\u0B95\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD`}case"invalid_format":{let i=n;return i.format==="starts_with"?`\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0B9A\u0BB0\u0BAE\u0BCD: "${i.prefix}" \u0B87\u0BB2\u0BCD \u0BA4\u0BCA\u0B9F\u0B99\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD`:i.format==="ends_with"?`\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0B9A\u0BB0\u0BAE\u0BCD: "${i.suffix}" \u0B87\u0BB2\u0BCD \u0BAE\u0BC1\u0B9F\u0BBF\u0BB5\u0B9F\u0BC8\u0BAF \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD`:i.format==="includes"?`\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0B9A\u0BB0\u0BAE\u0BCD: "${i.includes}" \u0B90 \u0B89\u0BB3\u0BCD\u0BB3\u0B9F\u0B95\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD`:i.format==="regex"?`\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0B9A\u0BB0\u0BAE\u0BCD: ${i.pattern} \u0BAE\u0BC1\u0BB1\u0BC8\u0BAA\u0BBE\u0B9F\u0BCD\u0B9F\u0BC1\u0B9F\u0BA9\u0BCD \u0BAA\u0BCA\u0BB0\u0BC1\u0BA8\u0BCD\u0BA4 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD`:`\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 ${r[i.format]??n.format}`}case"not_multiple_of":return`\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0B8E\u0BA3\u0BCD: ${n.divisor} \u0B87\u0BA9\u0BCD \u0BAA\u0BB2\u0BAE\u0BBE\u0B95 \u0B87\u0BB0\u0BC1\u0B95\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD`;case"unrecognized_keys":return`\u0B85\u0B9F\u0BC8\u0BAF\u0BBE\u0BB3\u0BAE\u0BCD \u0BA4\u0BC6\u0BB0\u0BBF\u0BAF\u0BBE\u0BA4 \u0BB5\u0BBF\u0B9A\u0BC8${n.keys.length>1?"\u0B95\u0BB3\u0BCD":""}: ${_(n.keys,", ")}`;case"invalid_key":return`${n.origin} \u0B87\u0BB2\u0BCD \u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0BB5\u0BBF\u0B9A\u0BC8`;case"invalid_union":return"\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0B89\u0BB3\u0BCD\u0BB3\u0BC0\u0B9F\u0BC1";case"invalid_element":return`${n.origin} \u0B87\u0BB2\u0BCD \u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0BAE\u0BA4\u0BBF\u0BAA\u0BCD\u0BAA\u0BC1`;default:return"\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0B89\u0BB3\u0BCD\u0BB3\u0BC0\u0B9F\u0BC1"}}}});function Zv(){return{localeError:rA()}}var rA,Vv=y(()=>{U();rA=()=>{let e={string:{unit:"\u0E15\u0E31\u0E27\u0E2D\u0E31\u0E01\u0E29\u0E23",verb:"\u0E04\u0E27\u0E23\u0E21\u0E35"},file:{unit:"\u0E44\u0E1A\u0E15\u0E4C",verb:"\u0E04\u0E27\u0E23\u0E21\u0E35"},array:{unit:"\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23",verb:"\u0E04\u0E27\u0E23\u0E21\u0E35"},set:{unit:"\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23",verb:"\u0E04\u0E27\u0E23\u0E21\u0E35"}};function t(n){return e[n]??null}let r={regex:"\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E17\u0E35\u0E48\u0E1B\u0E49\u0E2D\u0E19",email:"\u0E17\u0E35\u0E48\u0E2D\u0E22\u0E39\u0E48\u0E2D\u0E35\u0E40\u0E21\u0E25",url:"URL",emoji:"\u0E2D\u0E34\u0E42\u0E21\u0E08\u0E34",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48\u0E40\u0E27\u0E25\u0E32\u0E41\u0E1A\u0E1A ISO",date:"\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48\u0E41\u0E1A\u0E1A ISO",time:"\u0E40\u0E27\u0E25\u0E32\u0E41\u0E1A\u0E1A ISO",duration:"\u0E0A\u0E48\u0E27\u0E07\u0E40\u0E27\u0E25\u0E32\u0E41\u0E1A\u0E1A ISO",ipv4:"\u0E17\u0E35\u0E48\u0E2D\u0E22\u0E39\u0E48 IPv4",ipv6:"\u0E17\u0E35\u0E48\u0E2D\u0E22\u0E39\u0E48 IPv6",cidrv4:"\u0E0A\u0E48\u0E27\u0E07 IP \u0E41\u0E1A\u0E1A IPv4",cidrv6:"\u0E0A\u0E48\u0E27\u0E07 IP \u0E41\u0E1A\u0E1A IPv6",base64:"\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E41\u0E1A\u0E1A Base64",base64url:"\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E41\u0E1A\u0E1A Base64 \u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A URL",json_string:"\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E41\u0E1A\u0E1A JSON",e164:"\u0E40\u0E1A\u0E2D\u0E23\u0E4C\u0E42\u0E17\u0E23\u0E28\u0E31\u0E1E\u0E17\u0E4C\u0E23\u0E30\u0E2B\u0E27\u0E48\u0E32\u0E07\u0E1B\u0E23\u0E30\u0E40\u0E17\u0E28 (E.164)",jwt:"\u0E42\u0E17\u0E40\u0E04\u0E19 JWT",template_literal:"\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E17\u0E35\u0E48\u0E1B\u0E49\u0E2D\u0E19"},o={nan:"NaN",number:"\u0E15\u0E31\u0E27\u0E40\u0E25\u0E02",array:"\u0E2D\u0E32\u0E23\u0E4C\u0E40\u0E23\u0E22\u0E4C (Array)",null:"\u0E44\u0E21\u0E48\u0E21\u0E35\u0E04\u0E48\u0E32 (null)"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=A(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`\u0E1B\u0E23\u0E30\u0E40\u0E20\u0E17\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07: \u0E04\u0E27\u0E23\u0E40\u0E1B\u0E47\u0E19 instanceof ${n.expected} \u0E41\u0E15\u0E48\u0E44\u0E14\u0E49\u0E23\u0E31\u0E1A ${s}`:`\u0E1B\u0E23\u0E30\u0E40\u0E20\u0E17\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07: \u0E04\u0E27\u0E23\u0E40\u0E1B\u0E47\u0E19 ${i} \u0E41\u0E15\u0E48\u0E44\u0E14\u0E49\u0E23\u0E31\u0E1A ${s}`}case"invalid_value":return n.values.length===1?`\u0E04\u0E48\u0E32\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07: \u0E04\u0E27\u0E23\u0E40\u0E1B\u0E47\u0E19 ${T(n.values[0])}`:`\u0E15\u0E31\u0E27\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07: \u0E04\u0E27\u0E23\u0E40\u0E1B\u0E47\u0E19\u0E2B\u0E19\u0E36\u0E48\u0E07\u0E43\u0E19 ${_(n.values,"|")}`;case"too_big":{let i=n.inclusive?"\u0E44\u0E21\u0E48\u0E40\u0E01\u0E34\u0E19":"\u0E19\u0E49\u0E2D\u0E22\u0E01\u0E27\u0E48\u0E32",a=t(n.origin);return a?`\u0E40\u0E01\u0E34\u0E19\u0E01\u0E33\u0E2B\u0E19\u0E14: ${n.origin??"\u0E04\u0E48\u0E32"} \u0E04\u0E27\u0E23\u0E21\u0E35${i} ${n.maximum.toString()} ${a.unit??"\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23"}`:`\u0E40\u0E01\u0E34\u0E19\u0E01\u0E33\u0E2B\u0E19\u0E14: ${n.origin??"\u0E04\u0E48\u0E32"} \u0E04\u0E27\u0E23\u0E21\u0E35${i} ${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?"\u0E2D\u0E22\u0E48\u0E32\u0E07\u0E19\u0E49\u0E2D\u0E22":"\u0E21\u0E32\u0E01\u0E01\u0E27\u0E48\u0E32",a=t(n.origin);return a?`\u0E19\u0E49\u0E2D\u0E22\u0E01\u0E27\u0E48\u0E32\u0E01\u0E33\u0E2B\u0E19\u0E14: ${n.origin} \u0E04\u0E27\u0E23\u0E21\u0E35${i} ${n.minimum.toString()} ${a.unit}`:`\u0E19\u0E49\u0E2D\u0E22\u0E01\u0E27\u0E48\u0E32\u0E01\u0E33\u0E2B\u0E19\u0E14: ${n.origin} \u0E04\u0E27\u0E23\u0E21\u0E35${i} ${n.minimum.toString()}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07: \u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E15\u0E49\u0E2D\u0E07\u0E02\u0E36\u0E49\u0E19\u0E15\u0E49\u0E19\u0E14\u0E49\u0E27\u0E22 "${i.prefix}"`:i.format==="ends_with"?`\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07: \u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E15\u0E49\u0E2D\u0E07\u0E25\u0E07\u0E17\u0E49\u0E32\u0E22\u0E14\u0E49\u0E27\u0E22 "${i.suffix}"`:i.format==="includes"?`\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07: \u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E15\u0E49\u0E2D\u0E07\u0E21\u0E35 "${i.includes}" \u0E2D\u0E22\u0E39\u0E48\u0E43\u0E19\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21`:i.format==="regex"?`\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07: \u0E15\u0E49\u0E2D\u0E07\u0E15\u0E23\u0E07\u0E01\u0E31\u0E1A\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E17\u0E35\u0E48\u0E01\u0E33\u0E2B\u0E19\u0E14 ${i.pattern}`:`\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07: ${r[i.format]??n.format}`}case"not_multiple_of":return`\u0E15\u0E31\u0E27\u0E40\u0E25\u0E02\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07: \u0E15\u0E49\u0E2D\u0E07\u0E40\u0E1B\u0E47\u0E19\u0E08\u0E33\u0E19\u0E27\u0E19\u0E17\u0E35\u0E48\u0E2B\u0E32\u0E23\u0E14\u0E49\u0E27\u0E22 ${n.divisor} \u0E44\u0E14\u0E49\u0E25\u0E07\u0E15\u0E31\u0E27`;case"unrecognized_keys":return`\u0E1E\u0E1A\u0E04\u0E35\u0E22\u0E4C\u0E17\u0E35\u0E48\u0E44\u0E21\u0E48\u0E23\u0E39\u0E49\u0E08\u0E31\u0E01: ${_(n.keys,", ")}`;case"invalid_key":return`\u0E04\u0E35\u0E22\u0E4C\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07\u0E43\u0E19 ${n.origin}`;case"invalid_union":return"\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07: \u0E44\u0E21\u0E48\u0E15\u0E23\u0E07\u0E01\u0E31\u0E1A\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E22\u0E39\u0E40\u0E19\u0E35\u0E22\u0E19\u0E17\u0E35\u0E48\u0E01\u0E33\u0E2B\u0E19\u0E14\u0E44\u0E27\u0E49";case"invalid_element":return`\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07\u0E43\u0E19 ${n.origin}`;default:return"\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07"}}}});function Hv(){return{localeError:oA()}}var oA,Yv=y(()=>{U();oA=()=>{let e={string:{unit:"karakter",verb:"olmal\u0131"},file:{unit:"bayt",verb:"olmal\u0131"},array:{unit:"\xF6\u011Fe",verb:"olmal\u0131"},set:{unit:"\xF6\u011Fe",verb:"olmal\u0131"}};function t(n){return e[n]??null}let r={regex:"girdi",email:"e-posta adresi",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO tarih ve saat",date:"ISO tarih",time:"ISO saat",duration:"ISO s\xFCre",ipv4:"IPv4 adresi",ipv6:"IPv6 adresi",cidrv4:"IPv4 aral\u0131\u011F\u0131",cidrv6:"IPv6 aral\u0131\u011F\u0131",base64:"base64 ile \u015Fifrelenmi\u015F metin",base64url:"base64url ile \u015Fifrelenmi\u015F metin",json_string:"JSON dizesi",e164:"E.164 say\u0131s\u0131",jwt:"JWT",template_literal:"\u015Eablon dizesi"},o={nan:"NaN"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=A(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`Ge\xE7ersiz de\u011Fer: beklenen instanceof ${n.expected}, al\u0131nan ${s}`:`Ge\xE7ersiz de\u011Fer: beklenen ${i}, al\u0131nan ${s}`}case"invalid_value":return n.values.length===1?`Ge\xE7ersiz de\u011Fer: beklenen ${T(n.values[0])}`:`Ge\xE7ersiz se\xE7enek: a\u015Fa\u011F\u0131dakilerden biri olmal\u0131: ${_(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);return a?`\xC7ok b\xFCy\xFCk: beklenen ${n.origin??"de\u011Fer"} ${i}${n.maximum.toString()} ${a.unit??"\xF6\u011Fe"}`:`\xC7ok b\xFCy\xFCk: beklenen ${n.origin??"de\u011Fer"} ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);return a?`\xC7ok k\xFC\xE7\xFCk: beklenen ${n.origin} ${i}${n.minimum.toString()} ${a.unit}`:`\xC7ok k\xFC\xE7\xFCk: beklenen ${n.origin} ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`Ge\xE7ersiz metin: "${i.prefix}" ile ba\u015Flamal\u0131`:i.format==="ends_with"?`Ge\xE7ersiz metin: "${i.suffix}" ile bitmeli`:i.format==="includes"?`Ge\xE7ersiz metin: "${i.includes}" i\xE7ermeli`:i.format==="regex"?`Ge\xE7ersiz metin: ${i.pattern} desenine uymal\u0131`:`Ge\xE7ersiz ${r[i.format]??n.format}`}case"not_multiple_of":return`Ge\xE7ersiz say\u0131: ${n.divisor} ile tam b\xF6l\xFCnebilmeli`;case"unrecognized_keys":return`Tan\u0131nmayan anahtar${n.keys.length>1?"lar":""}: ${_(n.keys,", ")}`;case"invalid_key":return`${n.origin} i\xE7inde ge\xE7ersiz anahtar`;case"invalid_union":return"Ge\xE7ersiz de\u011Fer";case"invalid_element":return`${n.origin} i\xE7inde ge\xE7ersiz de\u011Fer`;default:return"Ge\xE7ersiz de\u011Fer"}}}});function Ji(){return{localeError:iA()}}var iA,tu=y(()=>{U();iA=()=>{let e={string:{unit:"\u0441\u0438\u043C\u0432\u043E\u043B\u0456\u0432",verb:"\u043C\u0430\u0442\u0438\u043C\u0435"},file:{unit:"\u0431\u0430\u0439\u0442\u0456\u0432",verb:"\u043C\u0430\u0442\u0438\u043C\u0435"},array:{unit:"\u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0456\u0432",verb:"\u043C\u0430\u0442\u0438\u043C\u0435"},set:{unit:"\u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0456\u0432",verb:"\u043C\u0430\u0442\u0438\u043C\u0435"}};function t(n){return e[n]??null}let r={regex:"\u0432\u0445\u0456\u0434\u043D\u0456 \u0434\u0430\u043D\u0456",email:"\u0430\u0434\u0440\u0435\u0441\u0430 \u0435\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0457 \u043F\u043E\u0448\u0442\u0438",url:"URL",emoji:"\u0435\u043C\u043E\u0434\u0437\u0456",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"\u0434\u0430\u0442\u0430 \u0442\u0430 \u0447\u0430\u0441 ISO",date:"\u0434\u0430\u0442\u0430 ISO",time:"\u0447\u0430\u0441 ISO",duration:"\u0442\u0440\u0438\u0432\u0430\u043B\u0456\u0441\u0442\u044C ISO",ipv4:"\u0430\u0434\u0440\u0435\u0441\u0430 IPv4",ipv6:"\u0430\u0434\u0440\u0435\u0441\u0430 IPv6",cidrv4:"\u0434\u0456\u0430\u043F\u0430\u0437\u043E\u043D IPv4",cidrv6:"\u0434\u0456\u0430\u043F\u0430\u0437\u043E\u043D IPv6",base64:"\u0440\u044F\u0434\u043E\u043A \u0443 \u043A\u043E\u0434\u0443\u0432\u0430\u043D\u043D\u0456 base64",base64url:"\u0440\u044F\u0434\u043E\u043A \u0443 \u043A\u043E\u0434\u0443\u0432\u0430\u043D\u043D\u0456 base64url",json_string:"\u0440\u044F\u0434\u043E\u043A JSON",e164:"\u043D\u043E\u043C\u0435\u0440 E.164",jwt:"JWT",template_literal:"\u0432\u0445\u0456\u0434\u043D\u0456 \u0434\u0430\u043D\u0456"},o={nan:"NaN",number:"\u0447\u0438\u0441\u043B\u043E",array:"\u043C\u0430\u0441\u0438\u0432"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=A(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0456 \u0432\u0445\u0456\u0434\u043D\u0456 \u0434\u0430\u043D\u0456: \u043E\u0447\u0456\u043A\u0443\u0454\u0442\u044C\u0441\u044F instanceof ${n.expected}, \u043E\u0442\u0440\u0438\u043C\u0430\u043D\u043E ${s}`:`\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0456 \u0432\u0445\u0456\u0434\u043D\u0456 \u0434\u0430\u043D\u0456: \u043E\u0447\u0456\u043A\u0443\u0454\u0442\u044C\u0441\u044F ${i}, \u043E\u0442\u0440\u0438\u043C\u0430\u043D\u043E ${s}`}case"invalid_value":return n.values.length===1?`\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0456 \u0432\u0445\u0456\u0434\u043D\u0456 \u0434\u0430\u043D\u0456: \u043E\u0447\u0456\u043A\u0443\u0454\u0442\u044C\u0441\u044F ${T(n.values[0])}`:`\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0430 \u043E\u043F\u0446\u0456\u044F: \u043E\u0447\u0456\u043A\u0443\u0454\u0442\u044C\u0441\u044F \u043E\u0434\u043D\u0435 \u0437 ${_(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);return a?`\u0417\u0430\u043D\u0430\u0434\u0442\u043E \u0432\u0435\u043B\u0438\u043A\u0435: \u043E\u0447\u0456\u043A\u0443\u0454\u0442\u044C\u0441\u044F, \u0449\u043E ${n.origin??"\u0437\u043D\u0430\u0447\u0435\u043D\u043D\u044F"} ${a.verb} ${i}${n.maximum.toString()} ${a.unit??"\u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0456\u0432"}`:`\u0417\u0430\u043D\u0430\u0434\u0442\u043E \u0432\u0435\u043B\u0438\u043A\u0435: \u043E\u0447\u0456\u043A\u0443\u0454\u0442\u044C\u0441\u044F, \u0449\u043E ${n.origin??"\u0437\u043D\u0430\u0447\u0435\u043D\u043D\u044F"} \u0431\u0443\u0434\u0435 ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);return a?`\u0417\u0430\u043D\u0430\u0434\u0442\u043E \u043C\u0430\u043B\u0435: \u043E\u0447\u0456\u043A\u0443\u0454\u0442\u044C\u0441\u044F, \u0449\u043E ${n.origin} ${a.verb} ${i}${n.minimum.toString()} ${a.unit}`:`\u0417\u0430\u043D\u0430\u0434\u0442\u043E \u043C\u0430\u043B\u0435: \u043E\u0447\u0456\u043A\u0443\u0454\u0442\u044C\u0441\u044F, \u0449\u043E ${n.origin} \u0431\u0443\u0434\u0435 ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0438\u0439 \u0440\u044F\u0434\u043E\u043A: \u043F\u043E\u0432\u0438\u043D\u0435\u043D \u043F\u043E\u0447\u0438\u043D\u0430\u0442\u0438\u0441\u044F \u0437 "${i.prefix}"`:i.format==="ends_with"?`\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0438\u0439 \u0440\u044F\u0434\u043E\u043A: \u043F\u043E\u0432\u0438\u043D\u0435\u043D \u0437\u0430\u043A\u0456\u043D\u0447\u0443\u0432\u0430\u0442\u0438\u0441\u044F \u043D\u0430 "${i.suffix}"`:i.format==="includes"?`\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0438\u0439 \u0440\u044F\u0434\u043E\u043A: \u043F\u043E\u0432\u0438\u043D\u0435\u043D \u043C\u0456\u0441\u0442\u0438\u0442\u0438 "${i.includes}"`:i.format==="regex"?`\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0438\u0439 \u0440\u044F\u0434\u043E\u043A: \u043F\u043E\u0432\u0438\u043D\u0435\u043D \u0432\u0456\u0434\u043F\u043E\u0432\u0456\u0434\u0430\u0442\u0438 \u0448\u0430\u0431\u043B\u043E\u043D\u0443 ${i.pattern}`:`\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0438\u0439 ${r[i.format]??n.format}`}case"not_multiple_of":return`\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0435 \u0447\u0438\u0441\u043B\u043E: \u043F\u043E\u0432\u0438\u043D\u043D\u043E \u0431\u0443\u0442\u0438 \u043A\u0440\u0430\u0442\u043D\u0438\u043C ${n.divisor}`;case"unrecognized_keys":return`\u041D\u0435\u0440\u043E\u0437\u043F\u0456\u0437\u043D\u0430\u043D\u0438\u0439 \u043A\u043B\u044E\u0447${n.keys.length>1?"\u0456":""}: ${_(n.keys,", ")}`;case"invalid_key":return`\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0438\u0439 \u043A\u043B\u044E\u0447 \u0443 ${n.origin}`;case"invalid_union":return"\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0456 \u0432\u0445\u0456\u0434\u043D\u0456 \u0434\u0430\u043D\u0456";case"invalid_element":return`\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u043D\u044F \u0443 ${n.origin}`;default:return"\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0456 \u0432\u0445\u0456\u0434\u043D\u0456 \u0434\u0430\u043D\u0456"}}}});function Jv(){return Ji()}var qv=y(()=>{tu()});function Xv(){return{localeError:aA()}}var aA,Qv=y(()=>{U();aA=()=>{let e={string:{unit:"\u062D\u0631\u0648\u0641",verb:"\u06C1\u0648\u0646\u0627"},file:{unit:"\u0628\u0627\u0626\u0679\u0633",verb:"\u06C1\u0648\u0646\u0627"},array:{unit:"\u0622\u0626\u0679\u0645\u0632",verb:"\u06C1\u0648\u0646\u0627"},set:{unit:"\u0622\u0626\u0679\u0645\u0632",verb:"\u06C1\u0648\u0646\u0627"}};function t(n){return e[n]??null}let r={regex:"\u0627\u0646 \u067E\u0679",email:"\u0627\u06CC \u0645\u06CC\u0644 \u0627\u06CC\u0688\u0631\u06CC\u0633",url:"\u06CC\u0648 \u0622\u0631 \u0627\u06CC\u0644",emoji:"\u0627\u06CC\u0645\u0648\u062C\u06CC",uuid:"\u06CC\u0648 \u06CC\u0648 \u0622\u0626\u06CC \u0688\u06CC",uuidv4:"\u06CC\u0648 \u06CC\u0648 \u0622\u0626\u06CC \u0688\u06CC \u0648\u06CC 4",uuidv6:"\u06CC\u0648 \u06CC\u0648 \u0622\u0626\u06CC \u0688\u06CC \u0648\u06CC 6",nanoid:"\u0646\u06CC\u0646\u0648 \u0622\u0626\u06CC \u0688\u06CC",guid:"\u062C\u06CC \u06CC\u0648 \u0622\u0626\u06CC \u0688\u06CC",cuid:"\u0633\u06CC \u06CC\u0648 \u0622\u0626\u06CC \u0688\u06CC",cuid2:"\u0633\u06CC \u06CC\u0648 \u0622\u0626\u06CC \u0688\u06CC 2",ulid:"\u06CC\u0648 \u0627\u06CC\u0644 \u0622\u0626\u06CC \u0688\u06CC",xid:"\u0627\u06CC\u06A9\u0633 \u0622\u0626\u06CC \u0688\u06CC",ksuid:"\u06A9\u06D2 \u0627\u06CC\u0633 \u06CC\u0648 \u0622\u0626\u06CC \u0688\u06CC",datetime:"\u0622\u0626\u06CC \u0627\u06CC\u0633 \u0627\u0648 \u0688\u06CC\u0679 \u0679\u0627\u0626\u0645",date:"\u0622\u0626\u06CC \u0627\u06CC\u0633 \u0627\u0648 \u062A\u0627\u0631\u06CC\u062E",time:"\u0622\u0626\u06CC \u0627\u06CC\u0633 \u0627\u0648 \u0648\u0642\u062A",duration:"\u0622\u0626\u06CC \u0627\u06CC\u0633 \u0627\u0648 \u0645\u062F\u062A",ipv4:"\u0622\u0626\u06CC \u067E\u06CC \u0648\u06CC 4 \u0627\u06CC\u0688\u0631\u06CC\u0633",ipv6:"\u0622\u0626\u06CC \u067E\u06CC \u0648\u06CC 6 \u0627\u06CC\u0688\u0631\u06CC\u0633",cidrv4:"\u0622\u0626\u06CC \u067E\u06CC \u0648\u06CC 4 \u0631\u06CC\u0646\u062C",cidrv6:"\u0622\u0626\u06CC \u067E\u06CC \u0648\u06CC 6 \u0631\u06CC\u0646\u062C",base64:"\u0628\u06CC\u0633 64 \u0627\u0646 \u06A9\u0648\u0688\u0688 \u0633\u0679\u0631\u0646\u06AF",base64url:"\u0628\u06CC\u0633 64 \u06CC\u0648 \u0622\u0631 \u0627\u06CC\u0644 \u0627\u0646 \u06A9\u0648\u0688\u0688 \u0633\u0679\u0631\u0646\u06AF",json_string:"\u062C\u06D2 \u0627\u06CC\u0633 \u0627\u0648 \u0627\u06CC\u0646 \u0633\u0679\u0631\u0646\u06AF",e164:"\u0627\u06CC 164 \u0646\u0645\u0628\u0631",jwt:"\u062C\u06D2 \u0688\u0628\u0644\u06CC\u0648 \u0679\u06CC",template_literal:"\u0627\u0646 \u067E\u0679"},o={nan:"NaN",number:"\u0646\u0645\u0628\u0631",array:"\u0622\u0631\u06D2",null:"\u0646\u0644"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=A(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`\u063A\u0644\u0637 \u0627\u0646 \u067E\u0679: instanceof ${n.expected} \u0645\u062A\u0648\u0642\u0639 \u062A\u06BE\u0627\u060C ${s} \u0645\u0648\u0635\u0648\u0644 \u06C1\u0648\u0627`:`\u063A\u0644\u0637 \u0627\u0646 \u067E\u0679: ${i} \u0645\u062A\u0648\u0642\u0639 \u062A\u06BE\u0627\u060C ${s} \u0645\u0648\u0635\u0648\u0644 \u06C1\u0648\u0627`}case"invalid_value":return n.values.length===1?`\u063A\u0644\u0637 \u0627\u0646 \u067E\u0679: ${T(n.values[0])} \u0645\u062A\u0648\u0642\u0639 \u062A\u06BE\u0627`:`\u063A\u0644\u0637 \u0622\u067E\u0634\u0646: ${_(n.values,"|")} \u0645\u06CC\u06BA \u0633\u06D2 \u0627\u06CC\u06A9 \u0645\u062A\u0648\u0642\u0639 \u062A\u06BE\u0627`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);return a?`\u0628\u06C1\u062A \u0628\u0691\u0627: ${n.origin??"\u0648\u06CC\u0644\u06CC\u0648"} \u06A9\u06D2 ${i}${n.maximum.toString()} ${a.unit??"\u0639\u0646\u0627\u0635\u0631"} \u06C1\u0648\u0646\u06D2 \u0645\u062A\u0648\u0642\u0639 \u062A\u06BE\u06D2`:`\u0628\u06C1\u062A \u0628\u0691\u0627: ${n.origin??"\u0648\u06CC\u0644\u06CC\u0648"} \u06A9\u0627 ${i}${n.maximum.toString()} \u06C1\u0648\u0646\u0627 \u0645\u062A\u0648\u0642\u0639 \u062A\u06BE\u0627`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);return a?`\u0628\u06C1\u062A \u0686\u06BE\u0648\u0679\u0627: ${n.origin} \u06A9\u06D2 ${i}${n.minimum.toString()} ${a.unit} \u06C1\u0648\u0646\u06D2 \u0645\u062A\u0648\u0642\u0639 \u062A\u06BE\u06D2`:`\u0628\u06C1\u062A \u0686\u06BE\u0648\u0679\u0627: ${n.origin} \u06A9\u0627 ${i}${n.minimum.toString()} \u06C1\u0648\u0646\u0627 \u0645\u062A\u0648\u0642\u0639 \u062A\u06BE\u0627`}case"invalid_format":{let i=n;return i.format==="starts_with"?`\u063A\u0644\u0637 \u0633\u0679\u0631\u0646\u06AF: "${i.prefix}" \u0633\u06D2 \u0634\u0631\u0648\u0639 \u06C1\u0648\u0646\u0627 \u0686\u0627\u06C1\u06CC\u06D2`:i.format==="ends_with"?`\u063A\u0644\u0637 \u0633\u0679\u0631\u0646\u06AF: "${i.suffix}" \u067E\u0631 \u062E\u062A\u0645 \u06C1\u0648\u0646\u0627 \u0686\u0627\u06C1\u06CC\u06D2`:i.format==="includes"?`\u063A\u0644\u0637 \u0633\u0679\u0631\u0646\u06AF: "${i.includes}" \u0634\u0627\u0645\u0644 \u06C1\u0648\u0646\u0627 \u0686\u0627\u06C1\u06CC\u06D2`:i.format==="regex"?`\u063A\u0644\u0637 \u0633\u0679\u0631\u0646\u06AF: \u067E\u06CC\u0679\u0631\u0646 ${i.pattern} \u0633\u06D2 \u0645\u06CC\u0686 \u06C1\u0648\u0646\u0627 \u0686\u0627\u06C1\u06CC\u06D2`:`\u063A\u0644\u0637 ${r[i.format]??n.format}`}case"not_multiple_of":return`\u063A\u0644\u0637 \u0646\u0645\u0628\u0631: ${n.divisor} \u06A9\u0627 \u0645\u0636\u0627\u0639\u0641 \u06C1\u0648\u0646\u0627 \u0686\u0627\u06C1\u06CC\u06D2`;case"unrecognized_keys":return`\u063A\u06CC\u0631 \u062A\u0633\u0644\u06CC\u0645 \u0634\u062F\u06C1 \u06A9\u06CC${n.keys.length>1?"\u0632":""}: ${_(n.keys,"\u060C ")}`;case"invalid_key":return`${n.origin} \u0645\u06CC\u06BA \u063A\u0644\u0637 \u06A9\u06CC`;case"invalid_union":return"\u063A\u0644\u0637 \u0627\u0646 \u067E\u0679";case"invalid_element":return`${n.origin} \u0645\u06CC\u06BA \u063A\u0644\u0637 \u0648\u06CC\u0644\u06CC\u0648`;default:return"\u063A\u0644\u0637 \u0627\u0646 \u067E\u0679"}}}});function eb(){return{localeError:sA()}}var sA,tb=y(()=>{U();sA=()=>{let e={string:{unit:"belgi",verb:"bo\u2018lishi kerak"},file:{unit:"bayt",verb:"bo\u2018lishi kerak"},array:{unit:"element",verb:"bo\u2018lishi kerak"},set:{unit:"element",verb:"bo\u2018lishi kerak"},map:{unit:"yozuv",verb:"bo\u2018lishi kerak"}};function t(n){return e[n]??null}let r={regex:"kirish",email:"elektron pochta manzili",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO sana va vaqti",date:"ISO sana",time:"ISO vaqt",duration:"ISO davomiylik",ipv4:"IPv4 manzil",ipv6:"IPv6 manzil",mac:"MAC manzil",cidrv4:"IPv4 diapazon",cidrv6:"IPv6 diapazon",base64:"base64 kodlangan satr",base64url:"base64url kodlangan satr",json_string:"JSON satr",e164:"E.164 raqam",jwt:"JWT",template_literal:"kirish"},o={nan:"NaN",number:"raqam",array:"massiv"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=A(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`Noto\u2018g\u2018ri kirish: kutilgan instanceof ${n.expected}, qabul qilingan ${s}`:`Noto\u2018g\u2018ri kirish: kutilgan ${i}, qabul qilingan ${s}`}case"invalid_value":return n.values.length===1?`Noto\u2018g\u2018ri kirish: kutilgan ${T(n.values[0])}`:`Noto\u2018g\u2018ri variant: quyidagilardan biri kutilgan ${_(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);return a?`Juda katta: kutilgan ${n.origin??"qiymat"} ${i}${n.maximum.toString()} ${a.unit} ${a.verb}`:`Juda katta: kutilgan ${n.origin??"qiymat"} ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);return a?`Juda kichik: kutilgan ${n.origin} ${i}${n.minimum.toString()} ${a.unit} ${a.verb}`:`Juda kichik: kutilgan ${n.origin} ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`Noto\u2018g\u2018ri satr: "${i.prefix}" bilan boshlanishi kerak`:i.format==="ends_with"?`Noto\u2018g\u2018ri satr: "${i.suffix}" bilan tugashi kerak`:i.format==="includes"?`Noto\u2018g\u2018ri satr: "${i.includes}" ni o\u2018z ichiga olishi kerak`:i.format==="regex"?`Noto\u2018g\u2018ri satr: ${i.pattern} shabloniga mos kelishi kerak`:`Noto\u2018g\u2018ri ${r[i.format]??n.format}`}case"not_multiple_of":return`Noto\u2018g\u2018ri raqam: ${n.divisor} ning karralisi bo\u2018lishi kerak`;case"unrecognized_keys":return`Noma\u2019lum kalit${n.keys.length>1?"lar":""}: ${_(n.keys,", ")}`;case"invalid_key":return`${n.origin} dagi kalit noto\u2018g\u2018ri`;case"invalid_union":return"Noto\u2018g\u2018ri kirish";case"invalid_element":return`${n.origin} da noto\u2018g\u2018ri qiymat`;default:return"Noto\u2018g\u2018ri kirish"}}}});function nb(){return{localeError:cA()}}var cA,rb=y(()=>{U();cA=()=>{let e={string:{unit:"k\xFD t\u1EF1",verb:"c\xF3"},file:{unit:"byte",verb:"c\xF3"},array:{unit:"ph\u1EA7n t\u1EED",verb:"c\xF3"},set:{unit:"ph\u1EA7n t\u1EED",verb:"c\xF3"}};function t(n){return e[n]??null}let r={regex:"\u0111\u1EA7u v\xE0o",email:"\u0111\u1ECBa ch\u1EC9 email",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ng\xE0y gi\u1EDD ISO",date:"ng\xE0y ISO",time:"gi\u1EDD ISO",duration:"kho\u1EA3ng th\u1EDDi gian ISO",ipv4:"\u0111\u1ECBa ch\u1EC9 IPv4",ipv6:"\u0111\u1ECBa ch\u1EC9 IPv6",cidrv4:"d\u1EA3i IPv4",cidrv6:"d\u1EA3i IPv6",base64:"chu\u1ED7i m\xE3 h\xF3a base64",base64url:"chu\u1ED7i m\xE3 h\xF3a base64url",json_string:"chu\u1ED7i JSON",e164:"s\u1ED1 E.164",jwt:"JWT",template_literal:"\u0111\u1EA7u v\xE0o"},o={nan:"NaN",number:"s\u1ED1",array:"m\u1EA3ng"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=A(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`\u0110\u1EA7u v\xE0o kh\xF4ng h\u1EE3p l\u1EC7: mong \u0111\u1EE3i instanceof ${n.expected}, nh\u1EADn \u0111\u01B0\u1EE3c ${s}`:`\u0110\u1EA7u v\xE0o kh\xF4ng h\u1EE3p l\u1EC7: mong \u0111\u1EE3i ${i}, nh\u1EADn \u0111\u01B0\u1EE3c ${s}`}case"invalid_value":return n.values.length===1?`\u0110\u1EA7u v\xE0o kh\xF4ng h\u1EE3p l\u1EC7: mong \u0111\u1EE3i ${T(n.values[0])}`:`T\xF9y ch\u1ECDn kh\xF4ng h\u1EE3p l\u1EC7: mong \u0111\u1EE3i m\u1ED9t trong c\xE1c gi\xE1 tr\u1ECB ${_(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);return a?`Qu\xE1 l\u1EDBn: mong \u0111\u1EE3i ${n.origin??"gi\xE1 tr\u1ECB"} ${a.verb} ${i}${n.maximum.toString()} ${a.unit??"ph\u1EA7n t\u1EED"}`:`Qu\xE1 l\u1EDBn: mong \u0111\u1EE3i ${n.origin??"gi\xE1 tr\u1ECB"} ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);return a?`Qu\xE1 nh\u1ECF: mong \u0111\u1EE3i ${n.origin} ${a.verb} ${i}${n.minimum.toString()} ${a.unit}`:`Qu\xE1 nh\u1ECF: mong \u0111\u1EE3i ${n.origin} ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`Chu\u1ED7i kh\xF4ng h\u1EE3p l\u1EC7: ph\u1EA3i b\u1EAFt \u0111\u1EA7u b\u1EB1ng "${i.prefix}"`:i.format==="ends_with"?`Chu\u1ED7i kh\xF4ng h\u1EE3p l\u1EC7: ph\u1EA3i k\u1EBFt th\xFAc b\u1EB1ng "${i.suffix}"`:i.format==="includes"?`Chu\u1ED7i kh\xF4ng h\u1EE3p l\u1EC7: ph\u1EA3i bao g\u1ED3m "${i.includes}"`:i.format==="regex"?`Chu\u1ED7i kh\xF4ng h\u1EE3p l\u1EC7: ph\u1EA3i kh\u1EDBp v\u1EDBi m\u1EABu ${i.pattern}`:`${r[i.format]??n.format} kh\xF4ng h\u1EE3p l\u1EC7`}case"not_multiple_of":return`S\u1ED1 kh\xF4ng h\u1EE3p l\u1EC7: ph\u1EA3i l\xE0 b\u1ED9i s\u1ED1 c\u1EE7a ${n.divisor}`;case"unrecognized_keys":return`Kh\xF3a kh\xF4ng \u0111\u01B0\u1EE3c nh\u1EADn d\u1EA1ng: ${_(n.keys,", ")}`;case"invalid_key":return`Kh\xF3a kh\xF4ng h\u1EE3p l\u1EC7 trong ${n.origin}`;case"invalid_union":return"\u0110\u1EA7u v\xE0o kh\xF4ng h\u1EE3p l\u1EC7";case"invalid_element":return`Gi\xE1 tr\u1ECB kh\xF4ng h\u1EE3p l\u1EC7 trong ${n.origin}`;default:return"\u0110\u1EA7u v\xE0o kh\xF4ng h\u1EE3p l\u1EC7"}}}});function ob(){return{localeError:lA()}}var lA,ib=y(()=>{U();lA=()=>{let e={string:{unit:"\u5B57\u7B26",verb:"\u5305\u542B"},file:{unit:"\u5B57\u8282",verb:"\u5305\u542B"},array:{unit:"\u9879",verb:"\u5305\u542B"},set:{unit:"\u9879",verb:"\u5305\u542B"}};function t(n){return e[n]??null}let r={regex:"\u8F93\u5165",email:"\u7535\u5B50\u90AE\u4EF6",url:"URL",emoji:"\u8868\u60C5\u7B26\u53F7",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO\u65E5\u671F\u65F6\u95F4",date:"ISO\u65E5\u671F",time:"ISO\u65F6\u95F4",duration:"ISO\u65F6\u957F",ipv4:"IPv4\u5730\u5740",ipv6:"IPv6\u5730\u5740",cidrv4:"IPv4\u7F51\u6BB5",cidrv6:"IPv6\u7F51\u6BB5",base64:"base64\u7F16\u7801\u5B57\u7B26\u4E32",base64url:"base64url\u7F16\u7801\u5B57\u7B26\u4E32",json_string:"JSON\u5B57\u7B26\u4E32",e164:"E.164\u53F7\u7801",jwt:"JWT",template_literal:"\u8F93\u5165"},o={nan:"NaN",number:"\u6570\u5B57",array:"\u6570\u7EC4",null:"\u7A7A\u503C(null)"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=A(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`\u65E0\u6548\u8F93\u5165\uFF1A\u671F\u671B instanceof ${n.expected}\uFF0C\u5B9E\u9645\u63A5\u6536 ${s}`:`\u65E0\u6548\u8F93\u5165\uFF1A\u671F\u671B ${i}\uFF0C\u5B9E\u9645\u63A5\u6536 ${s}`}case"invalid_value":return n.values.length===1?`\u65E0\u6548\u8F93\u5165\uFF1A\u671F\u671B ${T(n.values[0])}`:`\u65E0\u6548\u9009\u9879\uFF1A\u671F\u671B\u4EE5\u4E0B\u4E4B\u4E00 ${_(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);return a?`\u6570\u503C\u8FC7\u5927\uFF1A\u671F\u671B ${n.origin??"\u503C"} ${i}${n.maximum.toString()} ${a.unit??"\u4E2A\u5143\u7D20"}`:`\u6570\u503C\u8FC7\u5927\uFF1A\u671F\u671B ${n.origin??"\u503C"} ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);return a?`\u6570\u503C\u8FC7\u5C0F\uFF1A\u671F\u671B ${n.origin} ${i}${n.minimum.toString()} ${a.unit}`:`\u6570\u503C\u8FC7\u5C0F\uFF1A\u671F\u671B ${n.origin} ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`\u65E0\u6548\u5B57\u7B26\u4E32\uFF1A\u5FC5\u987B\u4EE5 "${i.prefix}" \u5F00\u5934`:i.format==="ends_with"?`\u65E0\u6548\u5B57\u7B26\u4E32\uFF1A\u5FC5\u987B\u4EE5 "${i.suffix}" \u7ED3\u5C3E`:i.format==="includes"?`\u65E0\u6548\u5B57\u7B26\u4E32\uFF1A\u5FC5\u987B\u5305\u542B "${i.includes}"`:i.format==="regex"?`\u65E0\u6548\u5B57\u7B26\u4E32\uFF1A\u5FC5\u987B\u6EE1\u8DB3\u6B63\u5219\u8868\u8FBE\u5F0F ${i.pattern}`:`\u65E0\u6548${r[i.format]??n.format}`}case"not_multiple_of":return`\u65E0\u6548\u6570\u5B57\uFF1A\u5FC5\u987B\u662F ${n.divisor} \u7684\u500D\u6570`;case"unrecognized_keys":return`\u51FA\u73B0\u672A\u77E5\u7684\u952E(key): ${_(n.keys,", ")}`;case"invalid_key":return`${n.origin} \u4E2D\u7684\u952E(key)\u65E0\u6548`;case"invalid_union":return"\u65E0\u6548\u8F93\u5165";case"invalid_element":return`${n.origin} \u4E2D\u5305\u542B\u65E0\u6548\u503C(value)`;default:return"\u65E0\u6548\u8F93\u5165"}}}});function ab(){return{localeError:dA()}}var dA,sb=y(()=>{U();dA=()=>{let e={string:{unit:"\u5B57\u5143",verb:"\u64C1\u6709"},file:{unit:"\u4F4D\u5143\u7D44",verb:"\u64C1\u6709"},array:{unit:"\u9805\u76EE",verb:"\u64C1\u6709"},set:{unit:"\u9805\u76EE",verb:"\u64C1\u6709"}};function t(n){return e[n]??null}let r={regex:"\u8F38\u5165",email:"\u90F5\u4EF6\u5730\u5740",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO \u65E5\u671F\u6642\u9593",date:"ISO \u65E5\u671F",time:"ISO \u6642\u9593",duration:"ISO \u671F\u9593",ipv4:"IPv4 \u4F4D\u5740",ipv6:"IPv6 \u4F4D\u5740",cidrv4:"IPv4 \u7BC4\u570D",cidrv6:"IPv6 \u7BC4\u570D",base64:"base64 \u7DE8\u78BC\u5B57\u4E32",base64url:"base64url \u7DE8\u78BC\u5B57\u4E32",json_string:"JSON \u5B57\u4E32",e164:"E.164 \u6578\u503C",jwt:"JWT",template_literal:"\u8F38\u5165"},o={nan:"NaN"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=A(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`\u7121\u6548\u7684\u8F38\u5165\u503C\uFF1A\u9810\u671F\u70BA instanceof ${n.expected}\uFF0C\u4F46\u6536\u5230 ${s}`:`\u7121\u6548\u7684\u8F38\u5165\u503C\uFF1A\u9810\u671F\u70BA ${i}\uFF0C\u4F46\u6536\u5230 ${s}`}case"invalid_value":return n.values.length===1?`\u7121\u6548\u7684\u8F38\u5165\u503C\uFF1A\u9810\u671F\u70BA ${T(n.values[0])}`:`\u7121\u6548\u7684\u9078\u9805\uFF1A\u9810\u671F\u70BA\u4EE5\u4E0B\u5176\u4E2D\u4E4B\u4E00 ${_(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);return a?`\u6578\u503C\u904E\u5927\uFF1A\u9810\u671F ${n.origin??"\u503C"} \u61C9\u70BA ${i}${n.maximum.toString()} ${a.unit??"\u500B\u5143\u7D20"}`:`\u6578\u503C\u904E\u5927\uFF1A\u9810\u671F ${n.origin??"\u503C"} \u61C9\u70BA ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);return a?`\u6578\u503C\u904E\u5C0F\uFF1A\u9810\u671F ${n.origin} \u61C9\u70BA ${i}${n.minimum.toString()} ${a.unit}`:`\u6578\u503C\u904E\u5C0F\uFF1A\u9810\u671F ${n.origin} \u61C9\u70BA ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`\u7121\u6548\u7684\u5B57\u4E32\uFF1A\u5FC5\u9808\u4EE5 "${i.prefix}" \u958B\u982D`:i.format==="ends_with"?`\u7121\u6548\u7684\u5B57\u4E32\uFF1A\u5FC5\u9808\u4EE5 "${i.suffix}" \u7D50\u5C3E`:i.format==="includes"?`\u7121\u6548\u7684\u5B57\u4E32\uFF1A\u5FC5\u9808\u5305\u542B "${i.includes}"`:i.format==="regex"?`\u7121\u6548\u7684\u5B57\u4E32\uFF1A\u5FC5\u9808\u7B26\u5408\u683C\u5F0F ${i.pattern}`:`\u7121\u6548\u7684 ${r[i.format]??n.format}`}case"not_multiple_of":return`\u7121\u6548\u7684\u6578\u5B57\uFF1A\u5FC5\u9808\u70BA ${n.divisor} \u7684\u500D\u6578`;case"unrecognized_keys":return`\u7121\u6CD5\u8B58\u5225\u7684\u9375\u503C${n.keys.length>1?"\u5011":""}\uFF1A${_(n.keys,"\u3001")}`;case"invalid_key":return`${n.origin} \u4E2D\u6709\u7121\u6548\u7684\u9375\u503C`;case"invalid_union":return"\u7121\u6548\u7684\u8F38\u5165\u503C";case"invalid_element":return`${n.origin} \u4E2D\u6709\u7121\u6548\u7684\u503C`;default:return"\u7121\u6548\u7684\u8F38\u5165\u503C"}}}});function cb(){return{localeError:uA()}}var uA,lb=y(()=>{U();uA=()=>{let e={string:{unit:"\xE0mi",verb:"n\xED"},file:{unit:"bytes",verb:"n\xED"},array:{unit:"nkan",verb:"n\xED"},set:{unit:"nkan",verb:"n\xED"}};function t(n){return e[n]??null}let r={regex:"\u1EB9\u0300r\u1ECD \xECb\xE1w\u1ECDl\xE9",email:"\xE0d\xEDr\u1EB9\u0301s\xEC \xECm\u1EB9\u0301l\xEC",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"\xE0k\xF3k\xF2 ISO",date:"\u1ECDj\u1ECD\u0301 ISO",time:"\xE0k\xF3k\xF2 ISO",duration:"\xE0k\xF3k\xF2 t\xF3 p\xE9 ISO",ipv4:"\xE0d\xEDr\u1EB9\u0301s\xEC IPv4",ipv6:"\xE0d\xEDr\u1EB9\u0301s\xEC IPv6",cidrv4:"\xE0gb\xE8gb\xE8 IPv4",cidrv6:"\xE0gb\xE8gb\xE8 IPv6",base64:"\u1ECD\u0300r\u1ECD\u0300 t\xED a k\u1ECD\u0301 n\xED base64",base64url:"\u1ECD\u0300r\u1ECD\u0300 base64url",json_string:"\u1ECD\u0300r\u1ECD\u0300 JSON",e164:"n\u1ECD\u0301mb\xE0 E.164",jwt:"JWT",template_literal:"\u1EB9\u0300r\u1ECD \xECb\xE1w\u1ECDl\xE9"},o={nan:"NaN",number:"n\u1ECD\u0301mb\xE0",array:"akop\u1ECD"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=A(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`\xCCb\xE1w\u1ECDl\xE9 a\u1E63\xEC\u1E63e: a n\xED l\xE1ti fi instanceof ${n.expected}, \xE0m\u1ECD\u0300 a r\xED ${s}`:`\xCCb\xE1w\u1ECDl\xE9 a\u1E63\xEC\u1E63e: a n\xED l\xE1ti fi ${i}, \xE0m\u1ECD\u0300 a r\xED ${s}`}case"invalid_value":return n.values.length===1?`\xCCb\xE1w\u1ECDl\xE9 a\u1E63\xEC\u1E63e: a n\xED l\xE1ti fi ${T(n.values[0])}`:`\xC0\u1E63\xE0y\xE0n a\u1E63\xEC\u1E63e: yan \u1ECD\u0300kan l\xE1ra ${_(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);return a?`T\xF3 p\u1ECD\u0300 j\xF9: a n\xED l\xE1ti j\u1EB9\u0301 p\xE9 ${n.origin??"iye"} ${a.verb} ${i}${n.maximum} ${a.unit}`:`T\xF3 p\u1ECD\u0300 j\xF9: a n\xED l\xE1ti j\u1EB9\u0301 ${i}${n.maximum}`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);return a?`K\xE9r\xE9 ju: a n\xED l\xE1ti j\u1EB9\u0301 p\xE9 ${n.origin} ${a.verb} ${i}${n.minimum} ${a.unit}`:`K\xE9r\xE9 ju: a n\xED l\xE1ti j\u1EB9\u0301 ${i}${n.minimum}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`\u1ECC\u0300r\u1ECD\u0300 a\u1E63\xEC\u1E63e: gb\u1ECD\u0301d\u1ECD\u0300 b\u1EB9\u0300r\u1EB9\u0300 p\u1EB9\u0300l\xFA "${i.prefix}"`:i.format==="ends_with"?`\u1ECC\u0300r\u1ECD\u0300 a\u1E63\xEC\u1E63e: gb\u1ECD\u0301d\u1ECD\u0300 par\xED p\u1EB9\u0300l\xFA "${i.suffix}"`:i.format==="includes"?`\u1ECC\u0300r\u1ECD\u0300 a\u1E63\xEC\u1E63e: gb\u1ECD\u0301d\u1ECD\u0300 n\xED "${i.includes}"`:i.format==="regex"?`\u1ECC\u0300r\u1ECD\u0300 a\u1E63\xEC\u1E63e: gb\u1ECD\u0301d\u1ECD\u0300 b\xE1 \xE0p\u1EB9\u1EB9r\u1EB9 mu ${i.pattern}`:`A\u1E63\xEC\u1E63e: ${r[i.format]??n.format}`}case"not_multiple_of":return`N\u1ECD\u0301mb\xE0 a\u1E63\xEC\u1E63e: gb\u1ECD\u0301d\u1ECD\u0300 j\u1EB9\u0301 \xE8y\xE0 p\xEDp\xEDn ti ${n.divisor}`;case"unrecognized_keys":return`B\u1ECDt\xECn\xEC \xE0\xECm\u1ECD\u0300: ${_(n.keys,", ")}`;case"invalid_key":return`B\u1ECDt\xECn\xEC a\u1E63\xEC\u1E63e n\xEDn\xFA ${n.origin}`;case"invalid_union":return"\xCCb\xE1w\u1ECDl\xE9 a\u1E63\xEC\u1E63e";case"invalid_element":return`Iye a\u1E63\xEC\u1E63e n\xEDn\xFA ${n.origin}`;default:return"\xCCb\xE1w\u1ECDl\xE9 a\u1E63\xEC\u1E63e"}}}});var mo={};ot(mo,{ar:()=>gy,az:()=>vy,be:()=>_y,bg:()=>xy,ca:()=>Ey,cs:()=>Ty,da:()=>Iy,de:()=>Cy,el:()=>Ny,en:()=>Hi,eo:()=>Ly,es:()=>jy,fa:()=>Uy,fi:()=>Fy,fr:()=>By,frCA:()=>Ky,he:()=>Vy,hr:()=>Yy,hu:()=>qy,hy:()=>ev,id:()=>nv,is:()=>ov,it:()=>av,ja:()=>cv,ka:()=>dv,kh:()=>pv,km:()=>Yi,ko:()=>mv,lt:()=>yv,mk:()=>bv,ms:()=>_v,nl:()=>xv,no:()=>Ev,ota:()=>Tv,pl:()=>Cv,ps:()=>Iv,pt:()=>Nv,ro:()=>Lv,ru:()=>Mv,sl:()=>zv,sv:()=>Gv,ta:()=>Wv,th:()=>Zv,tr:()=>Hv,ua:()=>Jv,uk:()=>Ji,ur:()=>Xv,uz:()=>eb,vi:()=>nb,yo:()=>cb,zhCN:()=>ob,zhTW:()=>ab});var nu=y(()=>{yy();by();ky();Sy();$y();Ay();Py();Oy();Ry();Qd();Dy();My();zy();Gy();Wy();Zy();Hy();Jy();Xy();tv();rv();iv();sv();lv();uv();hv();eu();fv();vv();wv();kv();Sv();$v();Av();Pv();Ov();Rv();Dv();Uv();Fv();Bv();Kv();Vv();Yv();qv();tu();Qv();tb();rb();ib();sb();lb()});function Xi(){return new qi}var db,ru,ou,qi,ge,fo=y(()=>{ru=Symbol("ZodOutput"),ou=Symbol("ZodInput"),qi=class{constructor(){this._map=new WeakMap,this._idmap=new Map}add(t,...r){let o=r[0];return this._map.set(t,o),o&&typeof o=="object"&&"id"in o&&this._idmap.set(o.id,t),this}clear(){return this._map=new WeakMap,this._idmap=new Map,this}remove(t){let r=this._map.get(t);return r&&typeof r=="object"&&"id"in r&&this._idmap.delete(r.id),this._map.delete(t),this}get(t){let r=t._zod.parent;if(r){let o={...this.get(r)??{}};delete o.id;let n={...o,...this._map.get(t)};return Object.keys(n).length?n:void 0}return this._map.get(t)}has(t){return this._map.has(t)}};(db=globalThis).__zod_globalRegistry??(db.__zod_globalRegistry=Xi());ge=globalThis.__zod_globalRegistry});function iu(e,t){return new e({type:"string",...C(t)})}function au(e,t){return new e({type:"string",coerce:!0,...C(t)})}function Qi(e,t){return new e({type:"string",format:"email",check:"string_format",abort:!1,...C(t)})}function go(e,t){return new e({type:"string",format:"guid",check:"string_format",abort:!1,...C(t)})}function ea(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,...C(t)})}function ta(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v4",...C(t)})}function na(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v6",...C(t)})}function ra(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v7",...C(t)})}function yo(e,t){return new e({type:"string",format:"url",check:"string_format",abort:!1,...C(t)})}function oa(e,t){return new e({type:"string",format:"emoji",check:"string_format",abort:!1,...C(t)})}function ia(e,t){return new e({type:"string",format:"nanoid",check:"string_format",abort:!1,...C(t)})}function aa(e,t){return new e({type:"string",format:"cuid",check:"string_format",abort:!1,...C(t)})}function sa(e,t){return new e({type:"string",format:"cuid2",check:"string_format",abort:!1,...C(t)})}function ca(e,t){return new e({type:"string",format:"ulid",check:"string_format",abort:!1,...C(t)})}function la(e,t){return new e({type:"string",format:"xid",check:"string_format",abort:!1,...C(t)})}function da(e,t){return new e({type:"string",format:"ksuid",check:"string_format",abort:!1,...C(t)})}function ua(e,t){return new e({type:"string",format:"ipv4",check:"string_format",abort:!1,...C(t)})}function pa(e,t){return new e({type:"string",format:"ipv6",check:"string_format",abort:!1,...C(t)})}function su(e,t){return new e({type:"string",format:"mac",check:"string_format",abort:!1,...C(t)})}function ha(e,t){return new e({type:"string",format:"cidrv4",check:"string_format",abort:!1,...C(t)})}function ma(e,t){return new e({type:"string",format:"cidrv6",check:"string_format",abort:!1,...C(t)})}function fa(e,t){return new e({type:"string",format:"base64",check:"string_format",abort:!1,...C(t)})}function ga(e,t){return new e({type:"string",format:"base64url",check:"string_format",abort:!1,...C(t)})}function ya(e,t){return new e({type:"string",format:"e164",check:"string_format",abort:!1,...C(t)})}function va(e,t){return new e({type:"string",format:"jwt",check:"string_format",abort:!1,...C(t)})}function lu(e,t){return new e({type:"string",format:"datetime",check:"string_format",offset:!1,local:!1,precision:null,...C(t)})}function du(e,t){return new e({type:"string",format:"date",check:"string_format",...C(t)})}function uu(e,t){return new e({type:"string",format:"time",check:"string_format",precision:null,...C(t)})}function pu(e,t){return new e({type:"string",format:"duration",check:"string_format",...C(t)})}function hu(e,t){return new e({type:"number",checks:[],...C(t)})}function mu(e,t){return new e({type:"number",coerce:!0,checks:[],...C(t)})}function fu(e,t){return new e({type:"number",check:"number_format",abort:!1,format:"safeint",...C(t)})}function gu(e,t){return new e({type:"number",check:"number_format",abort:!1,format:"float32",...C(t)})}function yu(e,t){return new e({type:"number",check:"number_format",abort:!1,format:"float64",...C(t)})}function vu(e,t){return new e({type:"number",check:"number_format",abort:!1,format:"int32",...C(t)})}function bu(e,t){return new e({type:"number",check:"number_format",abort:!1,format:"uint32",...C(t)})}function wu(e,t){return new e({type:"boolean",...C(t)})}function _u(e,t){return new e({type:"boolean",coerce:!0,...C(t)})}function ku(e,t){return new e({type:"bigint",...C(t)})}function xu(e,t){return new e({type:"bigint",coerce:!0,...C(t)})}function Su(e,t){return new e({type:"bigint",check:"bigint_format",abort:!1,format:"int64",...C(t)})}function Eu(e,t){return new e({type:"bigint",check:"bigint_format",abort:!1,format:"uint64",...C(t)})}function $u(e,t){return new e({type:"symbol",...C(t)})}function Tu(e,t){return new e({type:"undefined",...C(t)})}function Au(e,t){return new e({type:"null",...C(t)})}function Iu(e){return new e({type:"any"})}function Pu(e){return new e({type:"unknown"})}function Cu(e,t){return new e({type:"never",...C(t)})}function Ou(e,t){return new e({type:"void",...C(t)})}function Nu(e,t){return new e({type:"date",...C(t)})}function Ru(e,t){return new e({type:"date",coerce:!0,...C(t)})}function Lu(e,t){return new e({type:"nan",...C(t)})}function it(e,t){return new Di({check:"less_than",...C(t),value:e,inclusive:!1})}function Ge(e,t){return new Di({check:"less_than",...C(t),value:e,inclusive:!0})}function at(e,t){return new ji({check:"greater_than",...C(t),value:e,inclusive:!1})}function Ce(e,t){return new ji({check:"greater_than",...C(t),value:e,inclusive:!0})}function ba(e){return at(0,e)}function wa(e){return it(0,e)}function _a(e){return Ge(0,e)}function ka(e){return Ce(0,e)}function Gt(e,t){return new _l({check:"multiple_of",...C(t),value:e})}function Bt(e,t){return new Sl({check:"max_size",...C(t),maximum:e})}function st(e,t){return new El({check:"min_size",...C(t),minimum:e})}function vn(e,t){return new $l({check:"size_equals",...C(t),size:e})}function bn(e,t){return new Tl({check:"max_length",...C(t),maximum:e})}function xt(e,t){return new Al({check:"min_length",...C(t),minimum:e})}function wn(e,t){return new Il({check:"length_equals",...C(t),length:e})}function Xn(e,t){return new Pl({check:"string_format",format:"regex",...C(t),pattern:e})}function Qn(e){return new Cl({check:"string_format",format:"lowercase",...C(e)})}function er(e){return new Ol({check:"string_format",format:"uppercase",...C(e)})}function tr(e,t){return new Nl({check:"string_format",format:"includes",...C(t),includes:e})}function nr(e,t){return new Rl({check:"string_format",format:"starts_with",...C(t),prefix:e})}function rr(e,t){return new Ll({check:"string_format",format:"ends_with",...C(t),suffix:e})}function xa(e,t,r){return new Dl({check:"property",property:e,schema:t,...C(r)})}function or(e,t){return new jl({check:"mime_type",mime:e,...C(t)})}function Qe(e){return new Ml({check:"overwrite",tx:e})}function ir(e){return Qe(t=>t.normalize(e))}function ar(){return Qe(e=>e.trim())}function sr(){return Qe(e=>e.toLowerCase())}function cr(){return Qe(e=>e.toUpperCase())}function lr(){return Qe(e=>Oc(e))}function Du(e,t,r){return new e({type:"array",element:t,...C(r)})}function hA(e,t,r){return new e({type:"union",options:t,...C(r)})}function mA(e,t,r){return new e({type:"union",options:t,inclusive:!1,...C(r)})}function fA(e,t,r,o){return new e({type:"union",options:r,discriminator:t,...C(o)})}function gA(e,t,r){return new e({type:"intersection",left:t,right:r})}function yA(e,t,r,o){let n=r instanceof G,i=n?o:r,a=n?r:null;return new e({type:"tuple",items:t,rest:a,...C(i)})}function vA(e,t,r,o){return new e({type:"record",keyType:t,valueType:r,...C(o)})}function bA(e,t,r,o){return new e({type:"map",keyType:t,valueType:r,...C(o)})}function wA(e,t,r){return new e({type:"set",valueType:t,...C(r)})}function _A(e,t,r){let o=Array.isArray(t)?Object.fromEntries(t.map(n=>[n,n])):t;return new e({type:"enum",entries:o,...C(r)})}function kA(e,t,r){return new e({type:"enum",entries:t,...C(r)})}function xA(e,t,r){return new e({type:"literal",values:Array.isArray(t)?t:[t],...C(r)})}function ju(e,t){return new e({type:"file",...C(t)})}function SA(e,t){return new e({type:"transform",transform:t})}function EA(e,t){return new e({type:"optional",innerType:t})}function $A(e,t){return new e({type:"nullable",innerType:t})}function TA(e,t,r){return new e({type:"default",innerType:t,get defaultValue(){return typeof r=="function"?r():Rc(r)}})}function AA(e,t,r){return new e({type:"nonoptional",innerType:t,...C(r)})}function IA(e,t){return new e({type:"success",innerType:t})}function PA(e,t,r){return new e({type:"catch",innerType:t,catchValue:typeof r=="function"?r:()=>r})}function CA(e,t,r){return new e({type:"pipe",in:t,out:r})}function OA(e,t){return new e({type:"readonly",innerType:t})}function NA(e,t,r){return new e({type:"template_literal",parts:t,...C(r)})}function RA(e,t){return new e({type:"lazy",getter:t})}function LA(e,t){return new e({type:"promise",innerType:t})}function Mu(e,t,r){let o=C(r);return o.abort??(o.abort=!0),new e({type:"custom",check:"custom",fn:t,...o})}function Uu(e,t,r){return new e({type:"custom",check:"custom",fn:t,...C(r)})}function zu(e,t){let r=ub(o=>(o.addIssue=n=>{if(typeof n=="string")o.issues.push(Kn(n,o.value,r._zod.def));else{let i=n;i.fatal&&(i.continue=!1),i.code??(i.code="custom"),i.input??(i.input=o.value),i.inst??(i.inst=r),i.continue??(i.continue=!r._zod.def.abort),o.issues.push(Kn(i))}},e(o.value,o)),t);return r}function ub(e,t){let r=new Q({check:"custom",...C(t)});return r._zod.check=e,r}function Fu(e){let t=new Q({check:"describe"});return t._zod.onattach=[r=>{let o=ge.get(r)??{};ge.add(r,{...o,description:e})}],t._zod.check=()=>{},t}function Gu(e){let t=new Q({check:"meta"});return t._zod.onattach=[r=>{let o=ge.get(r)??{};ge.add(r,{...o,...e})}],t._zod.check=()=>{},t}function Bu(e,t){let r=C(t),o=r.truthy??["true","1","yes","on","y","enabled"],n=r.falsy??["false","0","no","off","n","disabled"];r.case!=="sensitive"&&(o=o.map(f=>typeof f=="string"?f.toLowerCase():f),n=n.map(f=>typeof f=="string"?f.toLowerCase():f));let i=new Set(o),a=new Set(n),s=e.Codec??po,l=e.Boolean??lo,d=e.String??yn,u=new d({type:"string",error:r.error}),p=new l({type:"boolean",error:r.error}),h=new s({type:"pipe",in:u,out:p,transform:((f,m)=>{let b=f;return r.case!=="sensitive"&&(b=b.toLowerCase()),i.has(b)?!0:a.has(b)?!1:(m.issues.push({code:"invalid_value",expected:"stringbool",values:[...i,...a],input:m.value,inst:h,continue:!1}),{})}),reverseTransform:((f,m)=>f===!0?o[0]||"true":n[0]||"false"),error:r.error});return h}function dr(e,t,r,o={}){let n=C(o),i={...C(o),check:"string_format",type:"string",format:t,fn:typeof r=="function"?r:s=>r.test(s),...n};return r instanceof RegExp&&(i.pattern=r),new e(i)}var cu,pb=y(()=>{Mi();fo();Xd();U();cu={Any:null,Minute:-1,Second:0,Millisecond:3,Microsecond:6}});function Wt(e){let t=e?.target??"draft-2020-12";return t==="draft-4"&&(t="draft-04"),t==="draft-7"&&(t="draft-07"),{processors:e.processors??{},metadataRegistry:e?.metadata??ge,target:t,unrepresentable:e?.unrepresentable??"throw",override:e?.override??(()=>{}),io:e?.io??"output",counter:0,seen:new Map,cycles:e?.cycles??"ref",reused:e?.reused??"inline",external:e?.external??void 0}}function H(e,t,r={path:[],schemaPath:[]}){var o;let n=e._zod.def,i=t.seen.get(e);if(i)return i.count++,r.schemaPath.includes(e)&&(i.cycle=r.path),i.schema;let a={schema:{},count:1,cycle:void 0,path:r.path};t.seen.set(e,a);let s=e._zod.toJSONSchema?.();if(s)a.schema=s;else{let u={...r,schemaPath:[...r.schemaPath,e],path:r.path};if(e._zod.processJSONSchema)e._zod.processJSONSchema(t,a.schema,u);else{let h=a.schema,f=t.processors[n.type];if(!f)throw new Error(`[toJSONSchema]: Non-representable type encountered: ${n.type}`);f(e,t,h,u)}let p=e._zod.parent;p&&(a.ref||(a.ref=p),H(p,t,u),t.seen.get(p).isParent=!0)}let l=t.metadataRegistry.get(e);return l&&Object.assign(a.schema,l),t.io==="input"&&Oe(e)&&(delete a.schema.examples,delete a.schema.default),t.io==="input"&&"_prefault"in a.schema&&((o=a.schema).default??(o.default=a.schema._prefault)),delete a.schema._prefault,t.seen.get(e).schema}function Kt(e,t){let r=e.seen.get(t);if(!r)throw new Error("Unprocessed schema. This is a bug in Zod.");let o=new Map;for(let a of e.seen.entries()){let s=e.metadataRegistry.get(a[0])?.id;if(s){let l=o.get(s);if(l&&l!==a[0])throw new Error(`Duplicate schema id "${s}" detected during JSON Schema conversion. Two different schemas cannot share the same id when converted together.`);o.set(s,a[0])}}let n=a=>{let s=e.target==="draft-2020-12"?"$defs":"definitions";if(e.external){let p=e.external.registry.get(a[0])?.id,h=e.external.uri??(m=>m);if(p)return{ref:h(p)};let f=a[1].defId??a[1].schema.id??`schema${e.counter++}`;return a[1].defId=f,{defId:f,ref:`${h("__shared")}#/${s}/${f}`}}if(a[1]===r)return{ref:"#"};let d=`#/${s}/`,u=a[1].schema.id??`__schema${e.counter++}`;return{defId:u,ref:d+u}},i=a=>{if(a[1].schema.$ref)return;let s=a[1],{ref:l,defId:d}=n(a);s.def={...s.schema},d&&(s.defId=d);let u=s.schema;for(let p in u)delete u[p];u.$ref=l};if(e.cycles==="throw")for(let a of e.seen.entries()){let s=a[1];if(s.cycle)throw new Error(`Cycle detected: #/${s.cycle?.join("/")}/<root>
10097
-
10098
- Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.`)}for(let a of e.seen.entries()){let s=a[1];if(t===a[0]){i(a);continue}if(e.external){let d=e.external.registry.get(a[0])?.id;if(t!==a[0]&&d){i(a);continue}}if(e.metadataRegistry.get(a[0])?.id){i(a);continue}if(s.cycle){i(a);continue}if(s.count>1&&e.reused==="ref"){i(a);continue}}}function Zt(e,t){let r=e.seen.get(t);if(!r)throw new Error("Unprocessed schema. This is a bug in Zod.");let o=s=>{let l=e.seen.get(s);if(l.ref===null)return;let d=l.def??l.schema,u={...d},p=l.ref;if(l.ref=null,p){o(p);let f=e.seen.get(p),m=f.schema;if(m.$ref&&(e.target==="draft-07"||e.target==="draft-04"||e.target==="openapi-3.0")?(d.allOf=d.allOf??[],d.allOf.push(m)):Object.assign(d,m),Object.assign(d,u),s._zod.parent===p)for(let w in d)w==="$ref"||w==="allOf"||w in u||delete d[w];if(m.$ref&&f.def)for(let w in d)w==="$ref"||w==="allOf"||w in f.def&&JSON.stringify(d[w])===JSON.stringify(f.def[w])&&delete d[w]}let h=s._zod.parent;if(h&&h!==p){o(h);let f=e.seen.get(h);if(f?.schema.$ref&&(d.$ref=f.schema.$ref,f.def))for(let m in d)m==="$ref"||m==="allOf"||m in f.def&&JSON.stringify(d[m])===JSON.stringify(f.def[m])&&delete d[m]}e.override({zodSchema:s,jsonSchema:d,path:l.path??[]})};for(let s of[...e.seen.entries()].reverse())o(s[0]);let n={};if(e.target==="draft-2020-12"?n.$schema="https://json-schema.org/draft/2020-12/schema":e.target==="draft-07"?n.$schema="http://json-schema.org/draft-07/schema#":e.target==="draft-04"?n.$schema="http://json-schema.org/draft-04/schema#":e.target,e.external?.uri){let s=e.external.registry.get(t)?.id;if(!s)throw new Error("Schema is missing an `id` property");n.$id=e.external.uri(s)}Object.assign(n,r.def??r.schema);let i=e.metadataRegistry.get(t)?.id;i!==void 0&&n.id===i&&delete n.id;let a=e.external?.defs??{};for(let s of e.seen.entries()){let l=s[1];l.def&&l.defId&&(l.def.id===l.defId&&delete l.def.id,a[l.defId]=l.def)}e.external||Object.keys(a).length>0&&(e.target==="draft-2020-12"?n.$defs=a:n.definitions=a);try{let s=JSON.parse(JSON.stringify(n));return Object.defineProperty(s,"~standard",{value:{...t["~standard"],jsonSchema:{input:ur(t,"input",e.processors),output:ur(t,"output",e.processors)}},enumerable:!1,writable:!1}),s}catch{throw new Error("Error converting schema to JSON.")}}function Oe(e,t){let r=t??{seen:new Set};if(r.seen.has(e))return!1;r.seen.add(e);let o=e._zod.def;if(o.type==="transform")return!0;if(o.type==="array")return Oe(o.element,r);if(o.type==="set")return Oe(o.valueType,r);if(o.type==="lazy")return Oe(o.getter(),r);if(o.type==="promise"||o.type==="optional"||o.type==="nonoptional"||o.type==="nullable"||o.type==="readonly"||o.type==="default"||o.type==="prefault")return Oe(o.innerType,r);if(o.type==="intersection")return Oe(o.left,r)||Oe(o.right,r);if(o.type==="record"||o.type==="map")return Oe(o.keyType,r)||Oe(o.valueType,r);if(o.type==="pipe")return e._zod.traits.has("$ZodCodec")?!0:Oe(o.in,r)||Oe(o.out,r);if(o.type==="object"){for(let n in o.shape)if(Oe(o.shape[n],r))return!0;return!1}if(o.type==="union"){for(let n of o.options)if(Oe(n,r))return!0;return!1}if(o.type==="tuple"){for(let n of o.items)if(Oe(n,r))return!0;return!!(o.rest&&Oe(o.rest,r))}return!1}var Wu,ur,vo=y(()=>{fo();Wu=(e,t={})=>r=>{let o=Wt({...r,processors:t});return H(e,o),Kt(o,e),Zt(o,e)},ur=(e,t,r={})=>o=>{let{libraryOptions:n,target:i}=o??{},a=Wt({...n??{},target:i,io:t,processors:r});return H(e,a),Kt(a,e),Zt(a,e)}});function Ta(e,t){if("_idmap"in e){let o=e,n=Wt({...t,processors:Sa}),i={};for(let l of o._idmap.entries()){let[d,u]=l;H(u,n)}let a={},s={registry:o,uri:t?.uri,defs:i};n.external=s;for(let l of o._idmap.entries()){let[d,u]=l;Kt(n,u),a[d]=Zt(n,u)}if(Object.keys(i).length>0){let l=n.target==="draft-2020-12"?"$defs":"definitions";a.__shared={[l]:i}}return{schemas:a}}let r=Wt({...t,processors:Sa});return H(e,r),Kt(r,e),Zt(r,e)}var DA,Ku,Zu,Vu,Hu,Yu,Ju,qu,Xu,Qu,ep,tp,np,rp,op,ip,ap,sp,cp,lp,dp,up,pp,hp,mp,fp,Ea,gp,yp,vp,bp,wp,_p,kp,xp,Sp,Ep,$p,$a,Tp,Sa,bo=y(()=>{vo();U();DA={guid:"uuid",url:"uri",datetime:"date-time",json_string:"json-string",regex:""},Ku=(e,t,r,o)=>{let n=r;n.type="string";let{minimum:i,maximum:a,format:s,patterns:l,contentEncoding:d}=e._zod.bag;if(typeof i=="number"&&(n.minLength=i),typeof a=="number"&&(n.maxLength=a),s&&(n.format=DA[s]??s,n.format===""&&delete n.format,s==="time"&&delete n.format),d&&(n.contentEncoding=d),l&&l.size>0){let u=[...l];u.length===1?n.pattern=u[0].source:u.length>1&&(n.allOf=[...u.map(p=>({...t.target==="draft-07"||t.target==="draft-04"||t.target==="openapi-3.0"?{type:"string"}:{},pattern:p.source}))])}},Zu=(e,t,r,o)=>{let n=r,{minimum:i,maximum:a,format:s,multipleOf:l,exclusiveMaximum:d,exclusiveMinimum:u}=e._zod.bag;typeof s=="string"&&s.includes("int")?n.type="integer":n.type="number";let p=typeof u=="number"&&u>=(i??Number.NEGATIVE_INFINITY),h=typeof d=="number"&&d<=(a??Number.POSITIVE_INFINITY),f=t.target==="draft-04"||t.target==="openapi-3.0";p?f?(n.minimum=u,n.exclusiveMinimum=!0):n.exclusiveMinimum=u:typeof i=="number"&&(n.minimum=i),h?f?(n.maximum=d,n.exclusiveMaximum=!0):n.exclusiveMaximum=d:typeof a=="number"&&(n.maximum=a),typeof l=="number"&&(n.multipleOf=l)},Vu=(e,t,r,o)=>{r.type="boolean"},Hu=(e,t,r,o)=>{if(t.unrepresentable==="throw")throw new Error("BigInt cannot be represented in JSON Schema")},Yu=(e,t,r,o)=>{if(t.unrepresentable==="throw")throw new Error("Symbols cannot be represented in JSON Schema")},Ju=(e,t,r,o)=>{t.target==="openapi-3.0"?(r.type="string",r.nullable=!0,r.enum=[null]):r.type="null"},qu=(e,t,r,o)=>{if(t.unrepresentable==="throw")throw new Error("Undefined cannot be represented in JSON Schema")},Xu=(e,t,r,o)=>{if(t.unrepresentable==="throw")throw new Error("Void cannot be represented in JSON Schema")},Qu=(e,t,r,o)=>{r.not={}},ep=(e,t,r,o)=>{},tp=(e,t,r,o)=>{},np=(e,t,r,o)=>{if(t.unrepresentable==="throw")throw new Error("Date cannot be represented in JSON Schema")},rp=(e,t,r,o)=>{let n=e._zod.def,i=Xr(n.entries);i.every(a=>typeof a=="number")&&(r.type="number"),i.every(a=>typeof a=="string")&&(r.type="string"),r.enum=i},op=(e,t,r,o)=>{let n=e._zod.def,i=[];for(let a of n.values)if(a===void 0){if(t.unrepresentable==="throw")throw new Error("Literal `undefined` cannot be represented in JSON Schema")}else if(typeof a=="bigint"){if(t.unrepresentable==="throw")throw new Error("BigInt literals cannot be represented in JSON Schema");i.push(Number(a))}else i.push(a);if(i.length!==0)if(i.length===1){let a=i[0];r.type=a===null?"null":typeof a,t.target==="draft-04"||t.target==="openapi-3.0"?r.enum=[a]:r.const=a}else i.every(a=>typeof a=="number")&&(r.type="number"),i.every(a=>typeof a=="string")&&(r.type="string"),i.every(a=>typeof a=="boolean")&&(r.type="boolean"),i.every(a=>a===null)&&(r.type="null"),r.enum=i},ip=(e,t,r,o)=>{if(t.unrepresentable==="throw")throw new Error("NaN cannot be represented in JSON Schema")},ap=(e,t,r,o)=>{let n=r,i=e._zod.pattern;if(!i)throw new Error("Pattern not found in template literal");n.type="string",n.pattern=i.source},sp=(e,t,r,o)=>{let n=r,i={type:"string",format:"binary",contentEncoding:"binary"},{minimum:a,maximum:s,mime:l}=e._zod.bag;a!==void 0&&(i.minLength=a),s!==void 0&&(i.maxLength=s),l?l.length===1?(i.contentMediaType=l[0],Object.assign(n,i)):(Object.assign(n,i),n.anyOf=l.map(d=>({contentMediaType:d}))):Object.assign(n,i)},cp=(e,t,r,o)=>{r.type="boolean"},lp=(e,t,r,o)=>{if(t.unrepresentable==="throw")throw new Error("Custom types cannot be represented in JSON Schema")},dp=(e,t,r,o)=>{if(t.unrepresentable==="throw")throw new Error("Function types cannot be represented in JSON Schema")},up=(e,t,r,o)=>{if(t.unrepresentable==="throw")throw new Error("Transforms cannot be represented in JSON Schema")},pp=(e,t,r,o)=>{if(t.unrepresentable==="throw")throw new Error("Map cannot be represented in JSON Schema")},hp=(e,t,r,o)=>{if(t.unrepresentable==="throw")throw new Error("Set cannot be represented in JSON Schema")},mp=(e,t,r,o)=>{let n=r,i=e._zod.def,{minimum:a,maximum:s}=e._zod.bag;typeof a=="number"&&(n.minItems=a),typeof s=="number"&&(n.maxItems=s),n.type="array",n.items=H(i.element,t,{...o,path:[...o.path,"items"]})},fp=(e,t,r,o)=>{let n=r,i=e._zod.def;n.type="object",n.properties={};let a=i.shape;for(let d in a)n.properties[d]=H(a[d],t,{...o,path:[...o.path,"properties",d]});let s=new Set(Object.keys(a)),l=new Set([...s].filter(d=>{let u=i.shape[d]._zod;return t.io==="input"?u.optin===void 0:u.optout===void 0}));l.size>0&&(n.required=Array.from(l)),i.catchall?._zod.def.type==="never"?n.additionalProperties=!1:i.catchall?i.catchall&&(n.additionalProperties=H(i.catchall,t,{...o,path:[...o.path,"additionalProperties"]})):t.io==="output"&&(n.additionalProperties=!1)},Ea=(e,t,r,o)=>{let n=e._zod.def,i=n.inclusive===!1,a=n.options.map((s,l)=>H(s,t,{...o,path:[...o.path,i?"oneOf":"anyOf",l]}));i?r.oneOf=a:r.anyOf=a},gp=(e,t,r,o)=>{let n=e._zod.def,i=H(n.left,t,{...o,path:[...o.path,"allOf",0]}),a=H(n.right,t,{...o,path:[...o.path,"allOf",1]}),s=d=>"allOf"in d&&Object.keys(d).length===1,l=[...s(i)?i.allOf:[i],...s(a)?a.allOf:[a]];r.allOf=l},yp=(e,t,r,o)=>{let n=r,i=e._zod.def;n.type="array";let a=t.target==="draft-2020-12"?"prefixItems":"items",s=t.target==="draft-2020-12"||t.target==="openapi-3.0"?"items":"additionalItems",l=i.items.map((h,f)=>H(h,t,{...o,path:[...o.path,a,f]})),d=i.rest?H(i.rest,t,{...o,path:[...o.path,s,...t.target==="openapi-3.0"?[i.items.length]:[]]}):null;t.target==="draft-2020-12"?(n.prefixItems=l,d&&(n.items=d)):t.target==="openapi-3.0"?(n.items={anyOf:l},d&&n.items.anyOf.push(d),n.minItems=l.length,d||(n.maxItems=l.length)):(n.items=l,d&&(n.additionalItems=d));let{minimum:u,maximum:p}=e._zod.bag;typeof u=="number"&&(n.minItems=u),typeof p=="number"&&(n.maxItems=p)},vp=(e,t,r,o)=>{let n=r,i=e._zod.def;n.type="object";let a=i.keyType,l=a._zod.bag?.patterns;if(i.mode==="loose"&&l&&l.size>0){let u=H(i.valueType,t,{...o,path:[...o.path,"patternProperties","*"]});n.patternProperties={};for(let p of l)n.patternProperties[p.source]=u}else(t.target==="draft-07"||t.target==="draft-2020-12")&&(n.propertyNames=H(i.keyType,t,{...o,path:[...o.path,"propertyNames"]})),n.additionalProperties=H(i.valueType,t,{...o,path:[...o.path,"additionalProperties"]});let d=a._zod.values;if(d){let u=[...d].filter(p=>typeof p=="string"||typeof p=="number");u.length>0&&(n.required=u)}},bp=(e,t,r,o)=>{let n=e._zod.def,i=H(n.innerType,t,o),a=t.seen.get(e);t.target==="openapi-3.0"?(a.ref=n.innerType,r.nullable=!0):r.anyOf=[i,{type:"null"}]},wp=(e,t,r,o)=>{let n=e._zod.def;H(n.innerType,t,o);let i=t.seen.get(e);i.ref=n.innerType},_p=(e,t,r,o)=>{let n=e._zod.def;H(n.innerType,t,o);let i=t.seen.get(e);i.ref=n.innerType,r.default=JSON.parse(JSON.stringify(n.defaultValue))},kp=(e,t,r,o)=>{let n=e._zod.def;H(n.innerType,t,o);let i=t.seen.get(e);i.ref=n.innerType,t.io==="input"&&(r._prefault=JSON.parse(JSON.stringify(n.defaultValue)))},xp=(e,t,r,o)=>{let n=e._zod.def;H(n.innerType,t,o);let i=t.seen.get(e);i.ref=n.innerType;let a;try{a=n.catchValue(void 0)}catch{throw new Error("Dynamic catch values are not supported in JSON Schema")}r.default=a},Sp=(e,t,r,o)=>{let n=e._zod.def,i=n.in._zod.traits.has("$ZodTransform"),a=t.io==="input"?i?n.out:n.in:n.out;H(a,t,o);let s=t.seen.get(e);s.ref=a},Ep=(e,t,r,o)=>{let n=e._zod.def;H(n.innerType,t,o);let i=t.seen.get(e);i.ref=n.innerType,r.readOnly=!0},$p=(e,t,r,o)=>{let n=e._zod.def;H(n.innerType,t,o);let i=t.seen.get(e);i.ref=n.innerType},$a=(e,t,r,o)=>{let n=e._zod.def;H(n.innerType,t,o);let i=t.seen.get(e);i.ref=n.innerType},Tp=(e,t,r,o)=>{let n=e._zod.innerType;H(n,t,o);let i=t.seen.get(e);i.ref=n},Sa={string:Ku,number:Zu,boolean:Vu,bigint:Hu,symbol:Yu,null:Ju,undefined:qu,void:Xu,never:Qu,any:ep,unknown:tp,date:np,enum:rp,literal:op,nan:ip,template_literal:ap,file:sp,success:cp,custom:lp,function:dp,transform:up,map:pp,set:hp,array:mp,object:fp,union:Ea,intersection:gp,tuple:yp,record:vp,nullable:bp,nonoptional:wp,default:_p,prefault:kp,catch:xp,pipe:Sp,readonly:Ep,promise:$p,optional:$a,lazy:Tp}});var Aa,hb=y(()=>{bo();vo();Aa=class{get metadataRegistry(){return this.ctx.metadataRegistry}get target(){return this.ctx.target}get unrepresentable(){return this.ctx.unrepresentable}get override(){return this.ctx.override}get io(){return this.ctx.io}get counter(){return this.ctx.counter}set counter(t){this.ctx.counter=t}get seen(){return this.ctx.seen}constructor(t){let r=t?.target??"draft-2020-12";r==="draft-4"&&(r="draft-04"),r==="draft-7"&&(r="draft-07"),this.ctx=Wt({processors:Sa,target:r,...t?.metadata&&{metadata:t.metadata},...t?.unrepresentable&&{unrepresentable:t.unrepresentable},...t?.override&&{override:t.override},...t?.io&&{io:t.io}})}process(t,r={path:[],schemaPath:[]}){return H(t,this.ctx,r)}emit(t,r){r&&(r.cycles&&(this.ctx.cycles=r.cycles),r.reused&&(this.ctx.reused=r.reused),r.external&&(this.ctx.external=r.external)),Kt(this.ctx,t);let o=Zt(this.ctx,t),{"~standard":n,...i}=o;return i}}});var mb={};var fb=y(()=>{});var St={};ot(St,{$ZodAny:()=>wd,$ZodArray:()=>Ed,$ZodAsyncError:()=>Xe,$ZodBase64:()=>dd,$ZodBase64URL:()=>ud,$ZodBigInt:()=>Wi,$ZodBigIntFormat:()=>gd,$ZodBoolean:()=>lo,$ZodCIDRv4:()=>sd,$ZodCIDRv6:()=>cd,$ZodCUID:()=>Yl,$ZodCUID2:()=>Jl,$ZodCatch:()=>Bd,$ZodCheck:()=>Q,$ZodCheckBigIntFormat:()=>xl,$ZodCheckEndsWith:()=>Ll,$ZodCheckGreaterThan:()=>ji,$ZodCheckIncludes:()=>Nl,$ZodCheckLengthEquals:()=>Il,$ZodCheckLessThan:()=>Di,$ZodCheckLowerCase:()=>Cl,$ZodCheckMaxLength:()=>Tl,$ZodCheckMaxSize:()=>Sl,$ZodCheckMimeType:()=>jl,$ZodCheckMinLength:()=>Al,$ZodCheckMinSize:()=>El,$ZodCheckMultipleOf:()=>_l,$ZodCheckNumberFormat:()=>kl,$ZodCheckOverwrite:()=>Ml,$ZodCheckProperty:()=>Dl,$ZodCheckRegex:()=>Pl,$ZodCheckSizeEquals:()=>$l,$ZodCheckStartsWith:()=>Rl,$ZodCheckStringFormat:()=>Jn,$ZodCheckUpperCase:()=>Ol,$ZodCodec:()=>po,$ZodCustom:()=>qd,$ZodCustomStringFormat:()=>md,$ZodDate:()=>Sd,$ZodDefault:()=>Ud,$ZodDiscriminatedUnion:()=>Ad,$ZodE164:()=>pd,$ZodEmail:()=>Kl,$ZodEmoji:()=>Vl,$ZodEncodeError:()=>jt,$ZodEnum:()=>Nd,$ZodError:()=>ro,$ZodExactOptional:()=>jd,$ZodFile:()=>Ld,$ZodFunction:()=>Hd,$ZodGUID:()=>Bl,$ZodIPv4:()=>od,$ZodIPv6:()=>id,$ZodISODate:()=>td,$ZodISODateTime:()=>ed,$ZodISODuration:()=>rd,$ZodISOTime:()=>nd,$ZodIntersection:()=>Id,$ZodJWT:()=>hd,$ZodKSUID:()=>Ql,$ZodLazy:()=>Jd,$ZodLiteral:()=>Rd,$ZodMAC:()=>ad,$ZodMap:()=>Cd,$ZodNaN:()=>Wd,$ZodNanoID:()=>Hl,$ZodNever:()=>kd,$ZodNonOptional:()=>Fd,$ZodNull:()=>bd,$ZodNullable:()=>Md,$ZodNumber:()=>Bi,$ZodNumberFormat:()=>fd,$ZodObject:()=>fy,$ZodObjectJIT:()=>$d,$ZodOptional:()=>Zi,$ZodPipe:()=>Vi,$ZodPrefault:()=>zd,$ZodPreprocess:()=>Kd,$ZodPromise:()=>Yd,$ZodReadonly:()=>Zd,$ZodRealError:()=>je,$ZodRecord:()=>Pd,$ZodRegistry:()=>qi,$ZodSet:()=>Od,$ZodString:()=>yn,$ZodStringFormat:()=>J,$ZodSuccess:()=>Gd,$ZodSymbol:()=>yd,$ZodTemplateLiteral:()=>Vd,$ZodTransform:()=>Dd,$ZodTuple:()=>Ki,$ZodType:()=>G,$ZodULID:()=>ql,$ZodURL:()=>Zl,$ZodUUID:()=>Wl,$ZodUndefined:()=>vd,$ZodUnion:()=>uo,$ZodUnknown:()=>_d,$ZodVoid:()=>xd,$ZodXID:()=>Xl,$ZodXor:()=>Td,$brand:()=>Ac,$constructor:()=>v,$input:()=>ou,$output:()=>ru,Doc:()=>co,JSONSchema:()=>mb,JSONSchemaGenerator:()=>Aa,NEVER:()=>Tc,TimePrecision:()=>cu,_any:()=>Iu,_array:()=>Du,_base64:()=>fa,_base64url:()=>ga,_bigint:()=>ku,_boolean:()=>wu,_catch:()=>PA,_check:()=>ub,_cidrv4:()=>ha,_cidrv6:()=>ma,_coercedBigint:()=>xu,_coercedBoolean:()=>_u,_coercedDate:()=>Ru,_coercedNumber:()=>mu,_coercedString:()=>au,_cuid:()=>aa,_cuid2:()=>sa,_custom:()=>Mu,_date:()=>Nu,_decode:()=>$i,_decodeAsync:()=>Ai,_default:()=>TA,_discriminatedUnion:()=>fA,_e164:()=>ya,_email:()=>Qi,_emoji:()=>oa,_encode:()=>Ei,_encodeAsync:()=>Ti,_endsWith:()=>rr,_enum:()=>_A,_file:()=>ju,_float32:()=>gu,_float64:()=>yu,_gt:()=>at,_gte:()=>Ce,_guid:()=>go,_includes:()=>tr,_int:()=>fu,_int32:()=>vu,_int64:()=>Su,_intersection:()=>gA,_ipv4:()=>ua,_ipv6:()=>pa,_isoDate:()=>du,_isoDateTime:()=>lu,_isoDuration:()=>pu,_isoTime:()=>uu,_jwt:()=>va,_ksuid:()=>da,_lazy:()=>RA,_length:()=>wn,_literal:()=>xA,_lowercase:()=>Qn,_lt:()=>it,_lte:()=>Ge,_mac:()=>su,_map:()=>bA,_max:()=>Ge,_maxLength:()=>bn,_maxSize:()=>Bt,_mime:()=>or,_min:()=>Ce,_minLength:()=>xt,_minSize:()=>st,_multipleOf:()=>Gt,_nan:()=>Lu,_nanoid:()=>ia,_nativeEnum:()=>kA,_negative:()=>wa,_never:()=>Cu,_nonnegative:()=>ka,_nonoptional:()=>AA,_nonpositive:()=>_a,_normalize:()=>ir,_null:()=>Au,_nullable:()=>$A,_number:()=>hu,_optional:()=>EA,_overwrite:()=>Qe,_parse:()=>Zn,_parseAsync:()=>Vn,_pipe:()=>CA,_positive:()=>ba,_promise:()=>LA,_property:()=>xa,_readonly:()=>OA,_record:()=>vA,_refine:()=>Uu,_regex:()=>Xn,_safeDecode:()=>Pi,_safeDecodeAsync:()=>Oi,_safeEncode:()=>Ii,_safeEncodeAsync:()=>Ci,_safeParse:()=>Hn,_safeParseAsync:()=>Yn,_set:()=>wA,_size:()=>vn,_slugify:()=>lr,_startsWith:()=>nr,_string:()=>iu,_stringFormat:()=>dr,_stringbool:()=>Bu,_success:()=>IA,_superRefine:()=>zu,_symbol:()=>$u,_templateLiteral:()=>NA,_toLowerCase:()=>sr,_toUpperCase:()=>cr,_transform:()=>SA,_trim:()=>ar,_tuple:()=>yA,_uint32:()=>bu,_uint64:()=>Eu,_ulid:()=>ca,_undefined:()=>Tu,_union:()=>hA,_unknown:()=>Pu,_uppercase:()=>er,_url:()=>yo,_uuid:()=>ea,_uuidv4:()=>ta,_uuidv6:()=>na,_uuidv7:()=>ra,_void:()=>Ou,_xid:()=>la,_xor:()=>mA,clone:()=>Ie,config:()=>oe,createStandardJSONSchemaMethod:()=>ur,createToJSONSchemaMethod:()=>Wu,decode:()=>LT,decodeAsync:()=>jT,describe:()=>Fu,encode:()=>RT,encodeAsync:()=>DT,extractDefs:()=>Kt,finalize:()=>Zt,flattenError:()=>oo,formatError:()=>io,globalConfig:()=>hn,globalRegistry:()=>ge,initializeContext:()=>Wt,isValidBase64:()=>ld,isValidBase64URL:()=>uy,isValidJWT:()=>py,locales:()=>mo,meta:()=>Gu,parse:()=>xi,parseAsync:()=>Si,prettifyError:()=>Fc,process:()=>H,regexes:()=>Fe,registry:()=>Xi,safeDecode:()=>UT,safeDecodeAsync:()=>FT,safeEncode:()=>MT,safeEncodeAsync:()=>zT,safeParse:()=>Bc,safeParseAsync:()=>Wc,toDotPath:()=>Wg,toJSONSchema:()=>Ta,treeifyError:()=>zc,util:()=>I,version:()=>zl});var Be=y(()=>{mn();Kc();Gc();Xd();Mi();Fl();U();Li();nu();fo();Ul();pb();vo();bo();hb();fb()});var Ia={};ot(Ia,{endsWith:()=>rr,gt:()=>at,gte:()=>Ce,includes:()=>tr,length:()=>wn,lowercase:()=>Qn,lt:()=>it,lte:()=>Ge,maxLength:()=>bn,maxSize:()=>Bt,mime:()=>or,minLength:()=>xt,minSize:()=>st,multipleOf:()=>Gt,negative:()=>wa,nonnegative:()=>ka,nonpositive:()=>_a,normalize:()=>ir,overwrite:()=>Qe,positive:()=>ba,property:()=>xa,regex:()=>Xn,size:()=>vn,slugify:()=>lr,startsWith:()=>nr,toLowerCase:()=>sr,toUpperCase:()=>cr,trim:()=>ar,uppercase:()=>er});var Pa=y(()=>{Be()});var pr={};ot(pr,{ZodISODate:()=>Oa,ZodISODateTime:()=>Ca,ZodISODuration:()=>Ra,ZodISOTime:()=>Na,date:()=>Ip,datetime:()=>Ap,duration:()=>Cp,time:()=>Pp});function Ap(e){return lu(Ca,e)}function Ip(e){return du(Oa,e)}function Pp(e){return uu(Na,e)}function Cp(e){return pu(Ra,e)}var Ca,Oa,Na,Ra,wo=y(()=>{Be();ko();Ca=v("ZodISODateTime",(e,t)=>{ed.init(e,t),q.init(e,t)});Oa=v("ZodISODate",(e,t)=>{td.init(e,t),q.init(e,t)});Na=v("ZodISOTime",(e,t)=>{nd.init(e,t),q.init(e,t)});Ra=v("ZodISODuration",(e,t)=>{rd.init(e,t),q.init(e,t)})});var gb,MA,Me,Op=y(()=>{Be();Be();U();gb=(e,t)=>{ro.init(e,t),e.name="ZodError",Object.defineProperties(e,{format:{value:r=>io(e,r)},flatten:{value:r=>oo(e,r)},addIssue:{value:r=>{e.issues.push(r),e.message=JSON.stringify(e.issues,Bn,2)}},addIssues:{value:r=>{e.issues.push(...r),e.message=JSON.stringify(e.issues,Bn,2)}},isEmpty:{get(){return e.issues.length===0}}})},MA=v("ZodError",gb),Me=v("ZodError",gb,{Parent:Error})});var Np,Rp,Lp,Dp,jp,Mp,Up,zp,Fp,Gp,Bp,Wp,Kp=y(()=>{Be();Op();Np=Zn(Me),Rp=Vn(Me),Lp=Hn(Me),Dp=Yn(Me),jp=Ei(Me),Mp=$i(Me),Up=Ti(Me),zp=Ai(Me),Fp=Ii(Me),Gp=Pi(Me),Bp=Ci(Me),Wp=Oi(Me)});var _o={};ot(_o,{ZodAny:()=>Qp,ZodArray:()=>rh,ZodBase64:()=>Ja,ZodBase64URL:()=>qa,ZodBigInt:()=>br,ZodBigIntFormat:()=>es,ZodBoolean:()=>vr,ZodCIDRv4:()=>Ha,ZodCIDRv6:()=>Ya,ZodCUID:()=>Fa,ZodCUID2:()=>Ga,ZodCatch:()=>Eh,ZodCodec:()=>Ro,ZodCustom:()=>Lo,ZodCustomStringFormat:()=>gr,ZodDate:()=>Io,ZodDefault:()=>bh,ZodDiscriminatedUnion:()=>ih,ZodE164:()=>Xa,ZodEmail:()=>Ma,ZodEmoji:()=>Ua,ZodEnum:()=>mr,ZodExactOptional:()=>gh,ZodFile:()=>mh,ZodFunction:()=>Lh,ZodGUID:()=>So,ZodIPv4:()=>Za,ZodIPv6:()=>Va,ZodIntersection:()=>ah,ZodJWT:()=>Qa,ZodKSUID:()=>Ka,ZodLazy:()=>Oh,ZodLiteral:()=>hh,ZodMAC:()=>Zp,ZodMap:()=>uh,ZodNaN:()=>Th,ZodNanoID:()=>za,ZodNever:()=>th,ZodNonOptional:()=>as,ZodNull:()=>qp,ZodNullable:()=>vh,ZodNumber:()=>yr,ZodNumberFormat:()=>kn,ZodObject:()=>Co,ZodOptional:()=>is,ZodPipe:()=>No,ZodPrefault:()=>_h,ZodPreprocess:()=>Ah,ZodPromise:()=>Rh,ZodReadonly:()=>Ih,ZodRecord:()=>hr,ZodSet:()=>ph,ZodString:()=>fr,ZodStringFormat:()=>q,ZodSuccess:()=>Sh,ZodSymbol:()=>Yp,ZodTemplateLiteral:()=>Ch,ZodTransform:()=>fh,ZodTuple:()=>ch,ZodType:()=>B,ZodULID:()=>Ba,ZodURL:()=>Ao,ZodUUID:()=>ct,ZodUndefined:()=>Jp,ZodUnion:()=>Oo,ZodUnknown:()=>eh,ZodVoid:()=>nh,ZodXID:()=>Wa,ZodXor:()=>oh,_ZodString:()=>ja,_default:()=>wh,_function:()=>Sw,any:()=>tw,array:()=>Po,base64:()=>Mb,base64url:()=>Ub,bigint:()=>Jb,boolean:()=>Hp,catch:()=>$h,check:()=>Ew,cidrv4:()=>Db,cidrv6:()=>jb,codec:()=>ww,cuid:()=>Ab,cuid2:()=>Ib,custom:()=>$w,date:()=>rw,describe:()=>Tw,discriminatedUnion:()=>lw,e164:()=>zb,email:()=>vb,emoji:()=>$b,enum:()=>rs,exactOptional:()=>yh,file:()=>gw,float32:()=>Zb,float64:()=>Vb,function:()=>Sw,guid:()=>bb,hash:()=>Kb,hex:()=>Wb,hostname:()=>Bb,httpUrl:()=>Eb,instanceof:()=>Iw,int:()=>La,int32:()=>Hb,int64:()=>qb,intersection:()=>sh,invertCodec:()=>_w,ipv4:()=>Nb,ipv6:()=>Lb,json:()=>Cw,jwt:()=>Fb,keyof:()=>ow,ksuid:()=>Ob,lazy:()=>Nh,literal:()=>fw,looseObject:()=>sw,looseRecord:()=>uw,mac:()=>Rb,map:()=>pw,meta:()=>Aw,nan:()=>bw,nanoid:()=>Tb,nativeEnum:()=>mw,never:()=>ts,nonoptional:()=>xh,null:()=>Xp,nullable:()=>$o,nullish:()=>yw,number:()=>Vp,object:()=>iw,optional:()=>Eo,partialRecord:()=>dw,pipe:()=>Da,prefault:()=>kh,preprocess:()=>Ow,promise:()=>xw,readonly:()=>Ph,record:()=>dh,refine:()=>Dh,set:()=>hw,strictObject:()=>aw,string:()=>xo,stringFormat:()=>Gb,stringbool:()=>Pw,success:()=>vw,superRefine:()=>jh,symbol:()=>Qb,templateLiteral:()=>kw,transform:()=>os,tuple:()=>lh,uint32:()=>Yb,uint64:()=>Xb,ulid:()=>Pb,undefined:()=>ew,union:()=>ns,unknown:()=>_n,url:()=>Sb,uuid:()=>wb,uuidv4:()=>_b,uuidv6:()=>kb,uuidv7:()=>xb,void:()=>nw,xid:()=>Cb,xor:()=>cw});function To(e,t,r){let o=Object.getPrototypeOf(e),n=yb.get(o);if(n||(n=new Set,yb.set(o,n)),!n.has(t)){n.add(t);for(let i in r){let a=r[i];Object.defineProperty(o,i,{configurable:!0,enumerable:!1,get(){let s=a.bind(this);return Object.defineProperty(this,i,{configurable:!0,writable:!0,enumerable:!0,value:s}),s},set(s){Object.defineProperty(this,i,{configurable:!0,writable:!0,enumerable:!0,value:s})}})}}}function xo(e){return iu(fr,e)}function vb(e){return Qi(Ma,e)}function bb(e){return go(So,e)}function wb(e){return ea(ct,e)}function _b(e){return ta(ct,e)}function kb(e){return na(ct,e)}function xb(e){return ra(ct,e)}function Sb(e){return yo(Ao,e)}function Eb(e){return yo(Ao,{protocol:Fe.httpProtocol,hostname:Fe.domain,...I.normalizeParams(e)})}function $b(e){return oa(Ua,e)}function Tb(e){return ia(za,e)}function Ab(e){return aa(Fa,e)}function Ib(e){return sa(Ga,e)}function Pb(e){return ca(Ba,e)}function Cb(e){return la(Wa,e)}function Ob(e){return da(Ka,e)}function Nb(e){return ua(Za,e)}function Rb(e){return su(Zp,e)}function Lb(e){return pa(Va,e)}function Db(e){return ha(Ha,e)}function jb(e){return ma(Ya,e)}function Mb(e){return fa(Ja,e)}function Ub(e){return ga(qa,e)}function zb(e){return ya(Xa,e)}function Fb(e){return va(Qa,e)}function Gb(e,t,r={}){return dr(gr,e,t,r)}function Bb(e){return dr(gr,"hostname",Fe.hostname,e)}function Wb(e){return dr(gr,"hex",Fe.hex,e)}function Kb(e,t){let r=t?.enc??"hex",o=`${e}_${r}`,n=Fe[o];if(!n)throw new Error(`Unrecognized hash format: ${o}`);return dr(gr,o,n,t)}function Vp(e){return hu(yr,e)}function La(e){return fu(kn,e)}function Zb(e){return gu(kn,e)}function Vb(e){return yu(kn,e)}function Hb(e){return vu(kn,e)}function Yb(e){return bu(kn,e)}function Hp(e){return wu(vr,e)}function Jb(e){return ku(br,e)}function qb(e){return Su(es,e)}function Xb(e){return Eu(es,e)}function Qb(e){return $u(Yp,e)}function ew(e){return Tu(Jp,e)}function Xp(e){return Au(qp,e)}function tw(){return Iu(Qp)}function _n(){return Pu(eh)}function ts(e){return Cu(th,e)}function nw(e){return Ou(nh,e)}function rw(e){return Nu(Io,e)}function Po(e,t){return Du(rh,e,t)}function ow(e){let t=e._zod.def.shape;return rs(Object.keys(t))}function iw(e,t){let r={type:"object",shape:e??{},...I.normalizeParams(t)};return new Co(r)}function aw(e,t){return new Co({type:"object",shape:e,catchall:ts(),...I.normalizeParams(t)})}function sw(e,t){return new Co({type:"object",shape:e,catchall:_n(),...I.normalizeParams(t)})}function ns(e,t){return new Oo({type:"union",options:e,...I.normalizeParams(t)})}function cw(e,t){return new oh({type:"union",options:e,inclusive:!1,...I.normalizeParams(t)})}function lw(e,t,r){return new ih({type:"union",options:t,discriminator:e,...I.normalizeParams(r)})}function sh(e,t){return new ah({type:"intersection",left:e,right:t})}function lh(e,t,r){let o=t instanceof G,n=o?r:t,i=o?t:null;return new ch({type:"tuple",items:e,rest:i,...I.normalizeParams(n)})}function dh(e,t,r){return!t||!t._zod?new hr({type:"record",keyType:xo(),valueType:e,...I.normalizeParams(t)}):new hr({type:"record",keyType:e,valueType:t,...I.normalizeParams(r)})}function dw(e,t,r){let o=Ie(e);return o._zod.values=void 0,new hr({type:"record",keyType:o,valueType:t,...I.normalizeParams(r)})}function uw(e,t,r){return new hr({type:"record",keyType:e,valueType:t,mode:"loose",...I.normalizeParams(r)})}function pw(e,t,r){return new uh({type:"map",keyType:e,valueType:t,...I.normalizeParams(r)})}function hw(e,t){return new ph({type:"set",valueType:e,...I.normalizeParams(t)})}function rs(e,t){let r=Array.isArray(e)?Object.fromEntries(e.map(o=>[o,o])):e;return new mr({type:"enum",entries:r,...I.normalizeParams(t)})}function mw(e,t){return new mr({type:"enum",entries:e,...I.normalizeParams(t)})}function fw(e,t){return new hh({type:"literal",values:Array.isArray(e)?e:[e],...I.normalizeParams(t)})}function gw(e){return ju(mh,e)}function os(e){return new fh({type:"transform",transform:e})}function Eo(e){return new is({type:"optional",innerType:e})}function yh(e){return new gh({type:"optional",innerType:e})}function $o(e){return new vh({type:"nullable",innerType:e})}function yw(e){return Eo($o(e))}function wh(e,t){return new bh({type:"default",innerType:e,get defaultValue(){return typeof t=="function"?t():I.shallowClone(t)}})}function kh(e,t){return new _h({type:"prefault",innerType:e,get defaultValue(){return typeof t=="function"?t():I.shallowClone(t)}})}function xh(e,t){return new as({type:"nonoptional",innerType:e,...I.normalizeParams(t)})}function vw(e){return new Sh({type:"success",innerType:e})}function $h(e,t){return new Eh({type:"catch",innerType:e,catchValue:typeof t=="function"?t:()=>t})}function bw(e){return Lu(Th,e)}function Da(e,t){return new No({type:"pipe",in:e,out:t})}function ww(e,t,r){return new Ro({type:"pipe",in:e,out:t,transform:r.decode,reverseTransform:r.encode})}function _w(e){let t=e._zod.def;return new Ro({type:"pipe",in:t.out,out:t.in,transform:t.reverseTransform,reverseTransform:t.transform})}function Ph(e){return new Ih({type:"readonly",innerType:e})}function kw(e,t){return new Ch({type:"template_literal",parts:e,...I.normalizeParams(t)})}function Nh(e){return new Oh({type:"lazy",getter:e})}function xw(e){return new Rh({type:"promise",innerType:e})}function Sw(e){return new Lh({type:"function",input:Array.isArray(e?.input)?lh(e?.input):e?.input??Po(_n()),output:e?.output??_n()})}function Ew(e){let t=new Q({check:"custom"});return t._zod.check=e,t}function $w(e,t){return Mu(Lo,e??(()=>!0),t)}function Dh(e,t={}){return Uu(Lo,e,t)}function jh(e,t){return zu(e,t)}function Iw(e,t={}){let r=new Lo({type:"custom",check:"custom",fn:o=>o instanceof e,abort:!0,...I.normalizeParams(t)});return r._zod.bag.Class=e,r._zod.check=o=>{o.value instanceof e||o.issues.push({code:"invalid_type",expected:e.name,input:o.value,inst:r,path:[...r._zod.def.path??[]]})},r}function Cw(e){let t=Nh(()=>ns([xo(e),Vp(),Hp(),Xp(),Po(t),dh(xo(),t)]));return t}function Ow(e,t){return new Ah({type:"pipe",in:os(e),out:t})}var yb,B,ja,fr,q,Ma,So,ct,Ao,Ua,za,Fa,Ga,Ba,Wa,Ka,Za,Zp,Va,Ha,Ya,Ja,qa,Xa,Qa,gr,yr,kn,vr,br,es,Yp,Jp,qp,Qp,eh,th,nh,Io,rh,Co,Oo,oh,ih,ah,ch,hr,uh,ph,mr,hh,mh,fh,is,gh,vh,bh,_h,as,Sh,Eh,Th,No,Ro,Ah,Ih,Ch,Oh,Rh,Lh,Lo,Tw,Aw,Pw,ko=y(()=>{Be();Be();bo();vo();Pa();wo();Kp();yb=new WeakMap;B=v("ZodType",(e,t)=>(G.init(e,t),Object.assign(e["~standard"],{jsonSchema:{input:ur(e,"input"),output:ur(e,"output")}}),e.toJSONSchema=Wu(e,{}),e.def=t,e.type=t.type,Object.defineProperty(e,"_def",{value:t}),e.parse=(r,o)=>Np(e,r,o,{callee:e.parse}),e.safeParse=(r,o)=>Lp(e,r,o),e.parseAsync=async(r,o)=>Rp(e,r,o,{callee:e.parseAsync}),e.safeParseAsync=async(r,o)=>Dp(e,r,o),e.spa=e.safeParseAsync,e.encode=(r,o)=>jp(e,r,o),e.decode=(r,o)=>Mp(e,r,o),e.encodeAsync=async(r,o)=>Up(e,r,o),e.decodeAsync=async(r,o)=>zp(e,r,o),e.safeEncode=(r,o)=>Fp(e,r,o),e.safeDecode=(r,o)=>Gp(e,r,o),e.safeEncodeAsync=async(r,o)=>Bp(e,r,o),e.safeDecodeAsync=async(r,o)=>Wp(e,r,o),To(e,"ZodType",{check(...r){let o=this.def;return this.clone(I.mergeDefs(o,{checks:[...o.checks??[],...r.map(n=>typeof n=="function"?{_zod:{check:n,def:{check:"custom"},onattach:[]}}:n)]}),{parent:!0})},with(...r){return this.check(...r)},clone(r,o){return Ie(this,r,o)},brand(){return this},register(r,o){return r.add(this,o),this},refine(r,o){return this.check(Dh(r,o))},superRefine(r,o){return this.check(jh(r,o))},overwrite(r){return this.check(Qe(r))},optional(){return Eo(this)},exactOptional(){return yh(this)},nullable(){return $o(this)},nullish(){return Eo($o(this))},nonoptional(r){return xh(this,r)},array(){return Po(this)},or(r){return ns([this,r])},and(r){return sh(this,r)},transform(r){return Da(this,os(r))},default(r){return wh(this,r)},prefault(r){return kh(this,r)},catch(r){return $h(this,r)},pipe(r){return Da(this,r)},readonly(){return Ph(this)},describe(r){let o=this.clone();return ge.add(o,{description:r}),o},meta(...r){if(r.length===0)return ge.get(this);let o=this.clone();return ge.add(o,r[0]),o},isOptional(){return this.safeParse(void 0).success},isNullable(){return this.safeParse(null).success},apply(r){return r(this)}}),Object.defineProperty(e,"description",{get(){return ge.get(e)?.description},configurable:!0}),e)),ja=v("_ZodString",(e,t)=>{yn.init(e,t),B.init(e,t),e._zod.processJSONSchema=(o,n,i)=>Ku(e,o,n,i);let r=e._zod.bag;e.format=r.format??null,e.minLength=r.minimum??null,e.maxLength=r.maximum??null,To(e,"_ZodString",{regex(...o){return this.check(Xn(...o))},includes(...o){return this.check(tr(...o))},startsWith(...o){return this.check(nr(...o))},endsWith(...o){return this.check(rr(...o))},min(...o){return this.check(xt(...o))},max(...o){return this.check(bn(...o))},length(...o){return this.check(wn(...o))},nonempty(...o){return this.check(xt(1,...o))},lowercase(o){return this.check(Qn(o))},uppercase(o){return this.check(er(o))},trim(){return this.check(ar())},normalize(...o){return this.check(ir(...o))},toLowerCase(){return this.check(sr())},toUpperCase(){return this.check(cr())},slugify(){return this.check(lr())}})}),fr=v("ZodString",(e,t)=>{yn.init(e,t),ja.init(e,t),e.email=r=>e.check(Qi(Ma,r)),e.url=r=>e.check(yo(Ao,r)),e.jwt=r=>e.check(va(Qa,r)),e.emoji=r=>e.check(oa(Ua,r)),e.guid=r=>e.check(go(So,r)),e.uuid=r=>e.check(ea(ct,r)),e.uuidv4=r=>e.check(ta(ct,r)),e.uuidv6=r=>e.check(na(ct,r)),e.uuidv7=r=>e.check(ra(ct,r)),e.nanoid=r=>e.check(ia(za,r)),e.guid=r=>e.check(go(So,r)),e.cuid=r=>e.check(aa(Fa,r)),e.cuid2=r=>e.check(sa(Ga,r)),e.ulid=r=>e.check(ca(Ba,r)),e.base64=r=>e.check(fa(Ja,r)),e.base64url=r=>e.check(ga(qa,r)),e.xid=r=>e.check(la(Wa,r)),e.ksuid=r=>e.check(da(Ka,r)),e.ipv4=r=>e.check(ua(Za,r)),e.ipv6=r=>e.check(pa(Va,r)),e.cidrv4=r=>e.check(ha(Ha,r)),e.cidrv6=r=>e.check(ma(Ya,r)),e.e164=r=>e.check(ya(Xa,r)),e.datetime=r=>e.check(Ap(r)),e.date=r=>e.check(Ip(r)),e.time=r=>e.check(Pp(r)),e.duration=r=>e.check(Cp(r))});q=v("ZodStringFormat",(e,t)=>{J.init(e,t),ja.init(e,t)}),Ma=v("ZodEmail",(e,t)=>{Kl.init(e,t),q.init(e,t)});So=v("ZodGUID",(e,t)=>{Bl.init(e,t),q.init(e,t)});ct=v("ZodUUID",(e,t)=>{Wl.init(e,t),q.init(e,t)});Ao=v("ZodURL",(e,t)=>{Zl.init(e,t),q.init(e,t)});Ua=v("ZodEmoji",(e,t)=>{Vl.init(e,t),q.init(e,t)});za=v("ZodNanoID",(e,t)=>{Hl.init(e,t),q.init(e,t)});Fa=v("ZodCUID",(e,t)=>{Yl.init(e,t),q.init(e,t)});Ga=v("ZodCUID2",(e,t)=>{Jl.init(e,t),q.init(e,t)});Ba=v("ZodULID",(e,t)=>{ql.init(e,t),q.init(e,t)});Wa=v("ZodXID",(e,t)=>{Xl.init(e,t),q.init(e,t)});Ka=v("ZodKSUID",(e,t)=>{Ql.init(e,t),q.init(e,t)});Za=v("ZodIPv4",(e,t)=>{od.init(e,t),q.init(e,t)});Zp=v("ZodMAC",(e,t)=>{ad.init(e,t),q.init(e,t)});Va=v("ZodIPv6",(e,t)=>{id.init(e,t),q.init(e,t)});Ha=v("ZodCIDRv4",(e,t)=>{sd.init(e,t),q.init(e,t)});Ya=v("ZodCIDRv6",(e,t)=>{cd.init(e,t),q.init(e,t)});Ja=v("ZodBase64",(e,t)=>{dd.init(e,t),q.init(e,t)});qa=v("ZodBase64URL",(e,t)=>{ud.init(e,t),q.init(e,t)});Xa=v("ZodE164",(e,t)=>{pd.init(e,t),q.init(e,t)});Qa=v("ZodJWT",(e,t)=>{hd.init(e,t),q.init(e,t)});gr=v("ZodCustomStringFormat",(e,t)=>{md.init(e,t),q.init(e,t)});yr=v("ZodNumber",(e,t)=>{Bi.init(e,t),B.init(e,t),e._zod.processJSONSchema=(o,n,i)=>Zu(e,o,n,i),To(e,"ZodNumber",{gt(o,n){return this.check(at(o,n))},gte(o,n){return this.check(Ce(o,n))},min(o,n){return this.check(Ce(o,n))},lt(o,n){return this.check(it(o,n))},lte(o,n){return this.check(Ge(o,n))},max(o,n){return this.check(Ge(o,n))},int(o){return this.check(La(o))},safe(o){return this.check(La(o))},positive(o){return this.check(at(0,o))},nonnegative(o){return this.check(Ce(0,o))},negative(o){return this.check(it(0,o))},nonpositive(o){return this.check(Ge(0,o))},multipleOf(o,n){return this.check(Gt(o,n))},step(o,n){return this.check(Gt(o,n))},finite(){return this}});let r=e._zod.bag;e.minValue=Math.max(r.minimum??Number.NEGATIVE_INFINITY,r.exclusiveMinimum??Number.NEGATIVE_INFINITY)??null,e.maxValue=Math.min(r.maximum??Number.POSITIVE_INFINITY,r.exclusiveMaximum??Number.POSITIVE_INFINITY)??null,e.isInt=(r.format??"").includes("int")||Number.isSafeInteger(r.multipleOf??.5),e.isFinite=!0,e.format=r.format??null});kn=v("ZodNumberFormat",(e,t)=>{fd.init(e,t),yr.init(e,t)});vr=v("ZodBoolean",(e,t)=>{lo.init(e,t),B.init(e,t),e._zod.processJSONSchema=(r,o,n)=>Vu(e,r,o,n)});br=v("ZodBigInt",(e,t)=>{Wi.init(e,t),B.init(e,t),e._zod.processJSONSchema=(o,n,i)=>Hu(e,o,n,i),e.gte=(o,n)=>e.check(Ce(o,n)),e.min=(o,n)=>e.check(Ce(o,n)),e.gt=(o,n)=>e.check(at(o,n)),e.gte=(o,n)=>e.check(Ce(o,n)),e.min=(o,n)=>e.check(Ce(o,n)),e.lt=(o,n)=>e.check(it(o,n)),e.lte=(o,n)=>e.check(Ge(o,n)),e.max=(o,n)=>e.check(Ge(o,n)),e.positive=o=>e.check(at(BigInt(0),o)),e.negative=o=>e.check(it(BigInt(0),o)),e.nonpositive=o=>e.check(Ge(BigInt(0),o)),e.nonnegative=o=>e.check(Ce(BigInt(0),o)),e.multipleOf=(o,n)=>e.check(Gt(o,n));let r=e._zod.bag;e.minValue=r.minimum??null,e.maxValue=r.maximum??null,e.format=r.format??null});es=v("ZodBigIntFormat",(e,t)=>{gd.init(e,t),br.init(e,t)});Yp=v("ZodSymbol",(e,t)=>{yd.init(e,t),B.init(e,t),e._zod.processJSONSchema=(r,o,n)=>Yu(e,r,o,n)});Jp=v("ZodUndefined",(e,t)=>{vd.init(e,t),B.init(e,t),e._zod.processJSONSchema=(r,o,n)=>qu(e,r,o,n)});qp=v("ZodNull",(e,t)=>{bd.init(e,t),B.init(e,t),e._zod.processJSONSchema=(r,o,n)=>Ju(e,r,o,n)});Qp=v("ZodAny",(e,t)=>{wd.init(e,t),B.init(e,t),e._zod.processJSONSchema=(r,o,n)=>ep(e,r,o,n)});eh=v("ZodUnknown",(e,t)=>{_d.init(e,t),B.init(e,t),e._zod.processJSONSchema=(r,o,n)=>tp(e,r,o,n)});th=v("ZodNever",(e,t)=>{kd.init(e,t),B.init(e,t),e._zod.processJSONSchema=(r,o,n)=>Qu(e,r,o,n)});nh=v("ZodVoid",(e,t)=>{xd.init(e,t),B.init(e,t),e._zod.processJSONSchema=(r,o,n)=>Xu(e,r,o,n)});Io=v("ZodDate",(e,t)=>{Sd.init(e,t),B.init(e,t),e._zod.processJSONSchema=(o,n,i)=>np(e,o,n,i),e.min=(o,n)=>e.check(Ce(o,n)),e.max=(o,n)=>e.check(Ge(o,n));let r=e._zod.bag;e.minDate=r.minimum?new Date(r.minimum):null,e.maxDate=r.maximum?new Date(r.maximum):null});rh=v("ZodArray",(e,t)=>{Ed.init(e,t),B.init(e,t),e._zod.processJSONSchema=(r,o,n)=>mp(e,r,o,n),e.element=t.element,To(e,"ZodArray",{min(r,o){return this.check(xt(r,o))},nonempty(r){return this.check(xt(1,r))},max(r,o){return this.check(bn(r,o))},length(r,o){return this.check(wn(r,o))},unwrap(){return this.element}})});Co=v("ZodObject",(e,t)=>{$d.init(e,t),B.init(e,t),e._zod.processJSONSchema=(r,o,n)=>fp(e,r,o,n),I.defineLazy(e,"shape",()=>t.shape),To(e,"ZodObject",{keyof(){return rs(Object.keys(this._zod.def.shape))},catchall(r){return this.clone({...this._zod.def,catchall:r})},passthrough(){return this.clone({...this._zod.def,catchall:_n()})},loose(){return this.clone({...this._zod.def,catchall:_n()})},strict(){return this.clone({...this._zod.def,catchall:ts()})},strip(){return this.clone({...this._zod.def,catchall:void 0})},extend(r){return I.extend(this,r)},safeExtend(r){return I.safeExtend(this,r)},merge(r){return I.merge(this,r)},pick(r){return I.pick(this,r)},omit(r){return I.omit(this,r)},partial(...r){return I.partial(is,this,r[0])},required(...r){return I.required(as,this,r[0])}})});Oo=v("ZodUnion",(e,t)=>{uo.init(e,t),B.init(e,t),e._zod.processJSONSchema=(r,o,n)=>Ea(e,r,o,n),e.options=t.options});oh=v("ZodXor",(e,t)=>{Oo.init(e,t),Td.init(e,t),e._zod.processJSONSchema=(r,o,n)=>Ea(e,r,o,n),e.options=t.options});ih=v("ZodDiscriminatedUnion",(e,t)=>{Oo.init(e,t),Ad.init(e,t)});ah=v("ZodIntersection",(e,t)=>{Id.init(e,t),B.init(e,t),e._zod.processJSONSchema=(r,o,n)=>gp(e,r,o,n)});ch=v("ZodTuple",(e,t)=>{Ki.init(e,t),B.init(e,t),e._zod.processJSONSchema=(r,o,n)=>yp(e,r,o,n),e.rest=r=>e.clone({...e._zod.def,rest:r})});hr=v("ZodRecord",(e,t)=>{Pd.init(e,t),B.init(e,t),e._zod.processJSONSchema=(r,o,n)=>vp(e,r,o,n),e.keyType=t.keyType,e.valueType=t.valueType});uh=v("ZodMap",(e,t)=>{Cd.init(e,t),B.init(e,t),e._zod.processJSONSchema=(r,o,n)=>pp(e,r,o,n),e.keyType=t.keyType,e.valueType=t.valueType,e.min=(...r)=>e.check(st(...r)),e.nonempty=r=>e.check(st(1,r)),e.max=(...r)=>e.check(Bt(...r)),e.size=(...r)=>e.check(vn(...r))});ph=v("ZodSet",(e,t)=>{Od.init(e,t),B.init(e,t),e._zod.processJSONSchema=(r,o,n)=>hp(e,r,o,n),e.min=(...r)=>e.check(st(...r)),e.nonempty=r=>e.check(st(1,r)),e.max=(...r)=>e.check(Bt(...r)),e.size=(...r)=>e.check(vn(...r))});mr=v("ZodEnum",(e,t)=>{Nd.init(e,t),B.init(e,t),e._zod.processJSONSchema=(o,n,i)=>rp(e,o,n,i),e.enum=t.entries,e.options=Object.values(t.entries);let r=new Set(Object.keys(t.entries));e.extract=(o,n)=>{let i={};for(let a of o)if(r.has(a))i[a]=t.entries[a];else throw new Error(`Key ${a} not found in enum`);return new mr({...t,checks:[],...I.normalizeParams(n),entries:i})},e.exclude=(o,n)=>{let i={...t.entries};for(let a of o)if(r.has(a))delete i[a];else throw new Error(`Key ${a} not found in enum`);return new mr({...t,checks:[],...I.normalizeParams(n),entries:i})}});hh=v("ZodLiteral",(e,t)=>{Rd.init(e,t),B.init(e,t),e._zod.processJSONSchema=(r,o,n)=>op(e,r,o,n),e.values=new Set(t.values),Object.defineProperty(e,"value",{get(){if(t.values.length>1)throw new Error("This schema contains multiple valid literal values. Use `.values` instead.");return t.values[0]}})});mh=v("ZodFile",(e,t)=>{Ld.init(e,t),B.init(e,t),e._zod.processJSONSchema=(r,o,n)=>sp(e,r,o,n),e.min=(r,o)=>e.check(st(r,o)),e.max=(r,o)=>e.check(Bt(r,o)),e.mime=(r,o)=>e.check(or(Array.isArray(r)?r:[r],o))});fh=v("ZodTransform",(e,t)=>{Dd.init(e,t),B.init(e,t),e._zod.processJSONSchema=(r,o,n)=>up(e,r,o,n),e._zod.parse=(r,o)=>{if(o.direction==="backward")throw new jt(e.constructor.name);r.addIssue=i=>{if(typeof i=="string")r.issues.push(I.issue(i,r.value,t));else{let a=i;a.fatal&&(a.continue=!1),a.code??(a.code="custom"),a.input??(a.input=r.value),a.inst??(a.inst=e),r.issues.push(I.issue(a))}};let n=t.transform(r.value,r);return n instanceof Promise?n.then(i=>(r.value=i,r.fallback=!0,r)):(r.value=n,r.fallback=!0,r)}});is=v("ZodOptional",(e,t)=>{Zi.init(e,t),B.init(e,t),e._zod.processJSONSchema=(r,o,n)=>$a(e,r,o,n),e.unwrap=()=>e._zod.def.innerType});gh=v("ZodExactOptional",(e,t)=>{jd.init(e,t),B.init(e,t),e._zod.processJSONSchema=(r,o,n)=>$a(e,r,o,n),e.unwrap=()=>e._zod.def.innerType});vh=v("ZodNullable",(e,t)=>{Md.init(e,t),B.init(e,t),e._zod.processJSONSchema=(r,o,n)=>bp(e,r,o,n),e.unwrap=()=>e._zod.def.innerType});bh=v("ZodDefault",(e,t)=>{Ud.init(e,t),B.init(e,t),e._zod.processJSONSchema=(r,o,n)=>_p(e,r,o,n),e.unwrap=()=>e._zod.def.innerType,e.removeDefault=e.unwrap});_h=v("ZodPrefault",(e,t)=>{zd.init(e,t),B.init(e,t),e._zod.processJSONSchema=(r,o,n)=>kp(e,r,o,n),e.unwrap=()=>e._zod.def.innerType});as=v("ZodNonOptional",(e,t)=>{Fd.init(e,t),B.init(e,t),e._zod.processJSONSchema=(r,o,n)=>wp(e,r,o,n),e.unwrap=()=>e._zod.def.innerType});Sh=v("ZodSuccess",(e,t)=>{Gd.init(e,t),B.init(e,t),e._zod.processJSONSchema=(r,o,n)=>cp(e,r,o,n),e.unwrap=()=>e._zod.def.innerType});Eh=v("ZodCatch",(e,t)=>{Bd.init(e,t),B.init(e,t),e._zod.processJSONSchema=(r,o,n)=>xp(e,r,o,n),e.unwrap=()=>e._zod.def.innerType,e.removeCatch=e.unwrap});Th=v("ZodNaN",(e,t)=>{Wd.init(e,t),B.init(e,t),e._zod.processJSONSchema=(r,o,n)=>ip(e,r,o,n)});No=v("ZodPipe",(e,t)=>{Vi.init(e,t),B.init(e,t),e._zod.processJSONSchema=(r,o,n)=>Sp(e,r,o,n),e.in=t.in,e.out=t.out});Ro=v("ZodCodec",(e,t)=>{No.init(e,t),po.init(e,t)});Ah=v("ZodPreprocess",(e,t)=>{No.init(e,t),Kd.init(e,t)}),Ih=v("ZodReadonly",(e,t)=>{Zd.init(e,t),B.init(e,t),e._zod.processJSONSchema=(r,o,n)=>Ep(e,r,o,n),e.unwrap=()=>e._zod.def.innerType});Ch=v("ZodTemplateLiteral",(e,t)=>{Vd.init(e,t),B.init(e,t),e._zod.processJSONSchema=(r,o,n)=>ap(e,r,o,n)});Oh=v("ZodLazy",(e,t)=>{Jd.init(e,t),B.init(e,t),e._zod.processJSONSchema=(r,o,n)=>Tp(e,r,o,n),e.unwrap=()=>e._zod.def.getter()});Rh=v("ZodPromise",(e,t)=>{Yd.init(e,t),B.init(e,t),e._zod.processJSONSchema=(r,o,n)=>$p(e,r,o,n),e.unwrap=()=>e._zod.def.innerType});Lh=v("ZodFunction",(e,t)=>{Hd.init(e,t),B.init(e,t),e._zod.processJSONSchema=(r,o,n)=>dp(e,r,o,n)});Lo=v("ZodCustom",(e,t)=>{qd.init(e,t),B.init(e,t),e._zod.processJSONSchema=(r,o,n)=>lp(e,r,o,n)});Tw=Fu,Aw=Gu;Pw=(...e)=>Bu({Codec:Ro,Boolean:vr,String:fr},...e)});function FA(e){oe({customError:e})}function GA(){return oe().customError}var zA,Mh,Nw=y(()=>{Be();zA={invalid_type:"invalid_type",too_big:"too_big",too_small:"too_small",invalid_format:"invalid_format",not_multiple_of:"not_multiple_of",unrecognized_keys:"unrecognized_keys",invalid_union:"invalid_union",invalid_key:"invalid_key",invalid_element:"invalid_element",invalid_value:"invalid_value",custom:"custom"};Mh||(Mh={})});function WA(e,t){let r=e.$schema;return r==="https://json-schema.org/draft/2020-12/schema"?"draft-2020-12":r==="http://json-schema.org/draft-07/schema#"?"draft-7":r==="http://json-schema.org/draft-04/schema#"?"draft-4":t??"draft-2020-12"}function KA(e,t){if(!e.startsWith("#"))throw new Error("External $ref is not supported, only local refs (#/...) are allowed");let r=e.slice(1).split("/").filter(Boolean);if(r.length===0)return t.rootSchema;let o=t.version==="draft-2020-12"?"$defs":"definitions";if(r[0]===o){let n=r[1];if(!n||!t.defs[n])throw new Error(`Reference not found: ${e}`);return t.defs[n]}throw new Error(`Reference not found: ${e}`)}function Rw(e,t){if(e.not!==void 0){if(typeof e.not=="object"&&Object.keys(e.not).length===0)return D.never();throw new Error("not is not supported in Zod (except { not: {} } for never)")}if(e.unevaluatedItems!==void 0)throw new Error("unevaluatedItems is not supported");if(e.unevaluatedProperties!==void 0)throw new Error("unevaluatedProperties is not supported");if(e.if!==void 0||e.then!==void 0||e.else!==void 0)throw new Error("Conditional schemas (if/then/else) are not supported");if(e.dependentSchemas!==void 0||e.dependentRequired!==void 0)throw new Error("dependentSchemas and dependentRequired are not supported");if(e.$ref){let n=e.$ref;if(t.refs.has(n))return t.refs.get(n);if(t.processing.has(n))return D.lazy(()=>{if(!t.refs.has(n))throw new Error(`Circular reference not resolved: ${n}`);return t.refs.get(n)});t.processing.add(n);let i=KA(n,t),a=_e(i,t);return t.refs.set(n,a),t.processing.delete(n),a}if(e.enum!==void 0){let n=e.enum;if(t.version==="openapi-3.0"&&e.nullable===!0&&n.length===1&&n[0]===null)return D.null();if(n.length===0)return D.never();if(n.length===1)return D.literal(n[0]);if(n.every(a=>typeof a=="string"))return D.enum(n);let i=n.map(a=>D.literal(a));return i.length<2?i[0]:D.union([i[0],i[1],...i.slice(2)])}if(e.const!==void 0)return D.literal(e.const);let r=e.type;if(Array.isArray(r)){let n=r.map(i=>{let a={...e,type:i};return Rw(a,t)});return n.length===0?D.never():n.length===1?n[0]:D.union(n)}if(!r)return D.any();let o;switch(r){case"string":{let n=D.string();if(e.format){let i=e.format;i==="email"?n=n.check(D.email()):i==="uri"||i==="uri-reference"?n=n.check(D.url()):i==="uuid"||i==="guid"?n=n.check(D.uuid()):i==="date-time"?n=n.check(D.iso.datetime()):i==="date"?n=n.check(D.iso.date()):i==="time"?n=n.check(D.iso.time()):i==="duration"?n=n.check(D.iso.duration()):i==="ipv4"?n=n.check(D.ipv4()):i==="ipv6"?n=n.check(D.ipv6()):i==="mac"?n=n.check(D.mac()):i==="cidr"?n=n.check(D.cidrv4()):i==="cidr-v6"?n=n.check(D.cidrv6()):i==="base64"?n=n.check(D.base64()):i==="base64url"?n=n.check(D.base64url()):i==="e164"?n=n.check(D.e164()):i==="jwt"?n=n.check(D.jwt()):i==="emoji"?n=n.check(D.emoji()):i==="nanoid"?n=n.check(D.nanoid()):i==="cuid"?n=n.check(D.cuid()):i==="cuid2"?n=n.check(D.cuid2()):i==="ulid"?n=n.check(D.ulid()):i==="xid"?n=n.check(D.xid()):i==="ksuid"&&(n=n.check(D.ksuid()))}typeof e.minLength=="number"&&(n=n.min(e.minLength)),typeof e.maxLength=="number"&&(n=n.max(e.maxLength)),e.pattern&&(n=n.regex(new RegExp(e.pattern))),o=n;break}case"number":case"integer":{let n=r==="integer"?D.number().int():D.number();typeof e.minimum=="number"&&(n=n.min(e.minimum)),typeof e.maximum=="number"&&(n=n.max(e.maximum)),typeof e.exclusiveMinimum=="number"?n=n.gt(e.exclusiveMinimum):e.exclusiveMinimum===!0&&typeof e.minimum=="number"&&(n=n.gt(e.minimum)),typeof e.exclusiveMaximum=="number"?n=n.lt(e.exclusiveMaximum):e.exclusiveMaximum===!0&&typeof e.maximum=="number"&&(n=n.lt(e.maximum)),typeof e.multipleOf=="number"&&(n=n.multipleOf(e.multipleOf)),o=n;break}case"boolean":{o=D.boolean();break}case"null":{o=D.null();break}case"object":{let n={},i=e.properties||{},a=new Set(e.required||[]);for(let[l,d]of Object.entries(i)){let u=_e(d,t);n[l]=a.has(l)?u:u.optional()}if(e.propertyNames){let l=_e(e.propertyNames,t),d=e.additionalProperties&&typeof e.additionalProperties=="object"?_e(e.additionalProperties,t):D.any();if(Object.keys(n).length===0){o=D.record(l,d);break}let u=D.object(n).passthrough(),p=D.looseRecord(l,d);o=D.intersection(u,p);break}if(e.patternProperties){let l=e.patternProperties,d=Object.keys(l),u=[];for(let h of d){let f=_e(l[h],t),m=D.string().regex(new RegExp(h));u.push(D.looseRecord(m,f))}let p=[];if(Object.keys(n).length>0&&p.push(D.object(n).passthrough()),p.push(...u),p.length===0)o=D.object({}).passthrough();else if(p.length===1)o=p[0];else{let h=D.intersection(p[0],p[1]);for(let f=2;f<p.length;f++)h=D.intersection(h,p[f]);o=h}break}let s=D.object(n);e.additionalProperties===!1?o=s.strict():typeof e.additionalProperties=="object"?o=s.catchall(_e(e.additionalProperties,t)):o=s.passthrough();break}case"array":{let n=e.prefixItems,i=e.items;if(n&&Array.isArray(n)){let a=n.map(l=>_e(l,t)),s=i&&typeof i=="object"&&!Array.isArray(i)?_e(i,t):void 0;s?o=D.tuple(a).rest(s):o=D.tuple(a),typeof e.minItems=="number"&&(o=o.check(D.minLength(e.minItems))),typeof e.maxItems=="number"&&(o=o.check(D.maxLength(e.maxItems)))}else if(Array.isArray(i)){let a=i.map(l=>_e(l,t)),s=e.additionalItems&&typeof e.additionalItems=="object"?_e(e.additionalItems,t):void 0;s?o=D.tuple(a).rest(s):o=D.tuple(a),typeof e.minItems=="number"&&(o=o.check(D.minLength(e.minItems))),typeof e.maxItems=="number"&&(o=o.check(D.maxLength(e.maxItems)))}else if(i!==void 0){let a=_e(i,t),s=D.array(a);typeof e.minItems=="number"&&(s=s.min(e.minItems)),typeof e.maxItems=="number"&&(s=s.max(e.maxItems)),o=s}else o=D.array(D.any());break}default:throw new Error(`Unsupported type: ${r}`)}return o}function _e(e,t){if(typeof e=="boolean")return e?D.any():D.never();let r=Rw(e,t),o=e.type||e.enum!==void 0||e.const!==void 0;if(e.anyOf&&Array.isArray(e.anyOf)){let s=e.anyOf.map(d=>_e(d,t)),l=D.union(s);r=o?D.intersection(r,l):l}if(e.oneOf&&Array.isArray(e.oneOf)){let s=e.oneOf.map(d=>_e(d,t)),l=D.xor(s);r=o?D.intersection(r,l):l}if(e.allOf&&Array.isArray(e.allOf))if(e.allOf.length===0)r=o?r:D.any();else{let s=o?r:_e(e.allOf[0],t),l=o?0:1;for(let d=l;d<e.allOf.length;d++)s=D.intersection(s,_e(e.allOf[d],t));r=s}e.nullable===!0&&t.version==="openapi-3.0"&&(r=D.nullable(r)),e.readOnly===!0&&(r=D.readonly(r)),e.default!==void 0&&(r=r.default(e.default));let n={},i=["$id","id","$comment","$anchor","$vocabulary","$dynamicRef","$dynamicAnchor"];for(let s of i)s in e&&(n[s]=e[s]);let a=["contentEncoding","contentMediaType","contentSchema"];for(let s of a)s in e&&(n[s]=e[s]);for(let s of Object.keys(e))BA.has(s)||(n[s]=e[s]);return Object.keys(n).length>0&&t.registry.add(r,n),e.description&&(r=r.describe(e.description)),r}function Lw(e,t){if(typeof e=="boolean")return e?D.any():D.never();let r;try{r=JSON.parse(JSON.stringify(e))}catch{throw new Error("fromJSONSchema input is not valid JSON (possibly cyclic); use $defs/$ref for recursive schemas")}let o=WA(r,t?.defaultTarget),n=r.$defs||r.definitions||{},i={version:o,defs:n,refs:new Map,processing:new Set,rootSchema:r,registry:t?.registry??ge};return _e(r,i)}var D,BA,Dw=y(()=>{fo();Pa();wo();ko();D={..._o,...Ia,iso:pr},BA=new Set(["$schema","$ref","$defs","definitions","$id","id","$comment","$anchor","$vocabulary","$dynamicRef","$dynamicAnchor","type","enum","const","anyOf","oneOf","allOf","not","properties","required","additionalProperties","patternProperties","propertyNames","minProperties","maxProperties","items","prefixItems","additionalItems","minItems","maxItems","uniqueItems","contains","minContains","maxContains","minLength","maxLength","pattern","format","minimum","maximum","exclusiveMinimum","exclusiveMaximum","multipleOf","description","default","contentEncoding","contentMediaType","contentSchema","unevaluatedItems","unevaluatedProperties","if","then","else","dependentSchemas","dependentRequired","nullable","readOnly"])});var Uh={};ot(Uh,{bigint:()=>YA,boolean:()=>HA,date:()=>JA,number:()=>VA,string:()=>ZA});function ZA(e){return au(fr,e)}function VA(e){return mu(yr,e)}function HA(e){return _u(vr,e)}function YA(e){return xu(br,e)}function JA(e){return Ru(Io,e)}var jw=y(()=>{Be();ko()});var c={};ot(c,{$brand:()=>Ac,$input:()=>ou,$output:()=>ru,NEVER:()=>Tc,TimePrecision:()=>cu,ZodAny:()=>Qp,ZodArray:()=>rh,ZodBase64:()=>Ja,ZodBase64URL:()=>qa,ZodBigInt:()=>br,ZodBigIntFormat:()=>es,ZodBoolean:()=>vr,ZodCIDRv4:()=>Ha,ZodCIDRv6:()=>Ya,ZodCUID:()=>Fa,ZodCUID2:()=>Ga,ZodCatch:()=>Eh,ZodCodec:()=>Ro,ZodCustom:()=>Lo,ZodCustomStringFormat:()=>gr,ZodDate:()=>Io,ZodDefault:()=>bh,ZodDiscriminatedUnion:()=>ih,ZodE164:()=>Xa,ZodEmail:()=>Ma,ZodEmoji:()=>Ua,ZodEnum:()=>mr,ZodError:()=>MA,ZodExactOptional:()=>gh,ZodFile:()=>mh,ZodFirstPartyTypeKind:()=>Mh,ZodFunction:()=>Lh,ZodGUID:()=>So,ZodIPv4:()=>Za,ZodIPv6:()=>Va,ZodISODate:()=>Oa,ZodISODateTime:()=>Ca,ZodISODuration:()=>Ra,ZodISOTime:()=>Na,ZodIntersection:()=>ah,ZodIssueCode:()=>zA,ZodJWT:()=>Qa,ZodKSUID:()=>Ka,ZodLazy:()=>Oh,ZodLiteral:()=>hh,ZodMAC:()=>Zp,ZodMap:()=>uh,ZodNaN:()=>Th,ZodNanoID:()=>za,ZodNever:()=>th,ZodNonOptional:()=>as,ZodNull:()=>qp,ZodNullable:()=>vh,ZodNumber:()=>yr,ZodNumberFormat:()=>kn,ZodObject:()=>Co,ZodOptional:()=>is,ZodPipe:()=>No,ZodPrefault:()=>_h,ZodPreprocess:()=>Ah,ZodPromise:()=>Rh,ZodReadonly:()=>Ih,ZodRealError:()=>Me,ZodRecord:()=>hr,ZodSet:()=>ph,ZodString:()=>fr,ZodStringFormat:()=>q,ZodSuccess:()=>Sh,ZodSymbol:()=>Yp,ZodTemplateLiteral:()=>Ch,ZodTransform:()=>fh,ZodTuple:()=>ch,ZodType:()=>B,ZodULID:()=>Ba,ZodURL:()=>Ao,ZodUUID:()=>ct,ZodUndefined:()=>Jp,ZodUnion:()=>Oo,ZodUnknown:()=>eh,ZodVoid:()=>nh,ZodXID:()=>Wa,ZodXor:()=>oh,_ZodString:()=>ja,_default:()=>wh,_function:()=>Sw,any:()=>tw,array:()=>Po,base64:()=>Mb,base64url:()=>Ub,bigint:()=>Jb,boolean:()=>Hp,catch:()=>$h,check:()=>Ew,cidrv4:()=>Db,cidrv6:()=>jb,clone:()=>Ie,codec:()=>ww,coerce:()=>Uh,config:()=>oe,core:()=>St,cuid:()=>Ab,cuid2:()=>Ib,custom:()=>$w,date:()=>rw,decode:()=>Mp,decodeAsync:()=>zp,describe:()=>Tw,discriminatedUnion:()=>lw,e164:()=>zb,email:()=>vb,emoji:()=>$b,encode:()=>jp,encodeAsync:()=>Up,endsWith:()=>rr,enum:()=>rs,exactOptional:()=>yh,file:()=>gw,flattenError:()=>oo,float32:()=>Zb,float64:()=>Vb,formatError:()=>io,fromJSONSchema:()=>Lw,function:()=>Sw,getErrorMap:()=>GA,globalRegistry:()=>ge,gt:()=>at,gte:()=>Ce,guid:()=>bb,hash:()=>Kb,hex:()=>Wb,hostname:()=>Bb,httpUrl:()=>Eb,includes:()=>tr,instanceof:()=>Iw,int:()=>La,int32:()=>Hb,int64:()=>qb,intersection:()=>sh,invertCodec:()=>_w,ipv4:()=>Nb,ipv6:()=>Lb,iso:()=>pr,json:()=>Cw,jwt:()=>Fb,keyof:()=>ow,ksuid:()=>Ob,lazy:()=>Nh,length:()=>wn,literal:()=>fw,locales:()=>mo,looseObject:()=>sw,looseRecord:()=>uw,lowercase:()=>Qn,lt:()=>it,lte:()=>Ge,mac:()=>Rb,map:()=>pw,maxLength:()=>bn,maxSize:()=>Bt,meta:()=>Aw,mime:()=>or,minLength:()=>xt,minSize:()=>st,multipleOf:()=>Gt,nan:()=>bw,nanoid:()=>Tb,nativeEnum:()=>mw,negative:()=>wa,never:()=>ts,nonnegative:()=>ka,nonoptional:()=>xh,nonpositive:()=>_a,normalize:()=>ir,null:()=>Xp,nullable:()=>$o,nullish:()=>yw,number:()=>Vp,object:()=>iw,optional:()=>Eo,overwrite:()=>Qe,parse:()=>Np,parseAsync:()=>Rp,partialRecord:()=>dw,pipe:()=>Da,positive:()=>ba,prefault:()=>kh,preprocess:()=>Ow,prettifyError:()=>Fc,promise:()=>xw,property:()=>xa,readonly:()=>Ph,record:()=>dh,refine:()=>Dh,regex:()=>Xn,regexes:()=>Fe,registry:()=>Xi,safeDecode:()=>Gp,safeDecodeAsync:()=>Wp,safeEncode:()=>Fp,safeEncodeAsync:()=>Bp,safeParse:()=>Lp,safeParseAsync:()=>Dp,set:()=>hw,setErrorMap:()=>FA,size:()=>vn,slugify:()=>lr,startsWith:()=>nr,strictObject:()=>aw,string:()=>xo,stringFormat:()=>Gb,stringbool:()=>Pw,success:()=>vw,superRefine:()=>jh,symbol:()=>Qb,templateLiteral:()=>kw,toJSONSchema:()=>Ta,toLowerCase:()=>sr,toUpperCase:()=>cr,transform:()=>os,treeifyError:()=>zc,trim:()=>ar,tuple:()=>lh,uint32:()=>Yb,uint64:()=>Xb,ulid:()=>Pb,undefined:()=>ew,union:()=>ns,unknown:()=>_n,uppercase:()=>er,url:()=>Sb,util:()=>I,uuid:()=>wb,uuidv4:()=>_b,uuidv6:()=>kb,uuidv7:()=>xb,void:()=>nw,xid:()=>Cb,xor:()=>cw});var zh=y(()=>{Be();ko();Pa();Op();Kp();Nw();Be();Qd();Be();bo();Dw();nu();wo();wo();jw();oe(Hi())});var We=y(()=>{zh();zh()});function Mw(e){let t=e.trim().toLowerCase().replace(/\.$/,"");if(!t)return!1;if(XA.has(t)||qA.some(o=>t.endsWith(o))||/^127\./.test(t)||/^10\./.test(t)||/^192\.168\./.test(t)||/^172\.(1[6-9]|2[0-9]|3[01])\./.test(t))return!0;let r=/^\[::ffff:([0-9a-f]{1,4}):([0-9a-f]{1,4})\]$/.exec(t);if(r){let o=Number.parseInt(r[1],16),n=Number.parseInt(r[2],16),i=`${o>>8}.${o&255}.${n>>8}.${n&255}`;if(i!==t)return Mw(i)}return!!(/^169\.254\./.test(t)||/^\[?fe80:/.test(t)||/^\[?f[cd][0-9a-f]{2}:/.test(t))}function Uw(e){let t;try{t=new URL(e)}catch{return"unparseable"}if(Mw(t.hostname))return"local";if(t.protocol!=="https:")return"insecure"}var qA,XA,Fh=y(()=>{"use strict";qA=[".localhost",".local",".internal",".test",".localdomain"],XA=new Set(["localhost","127.0.0.1","::1","[::1]","0.0.0.0","[::]"])});var Do,jo=y(()=>{"use strict";We();Do=c.object({date:c.string(),plays:c.number(),players:c.number().nullable()})});var Mo,ss=y(()=>{"use strict";We();Mo=c.discriminatedUnion("source",[c.object({source:c.literal("manifest")}),c.object({source:c.literal("studio"),element_id:c.string().min(1),edition_id:c.string().min(1)})])});var Vt,Gh,Uo,Ne,lt,wr,_r=y(()=>{"use strict";Vt="penalty_v1",Gh=["easy_v1","balanced_v1","hard_v1"],Uo="balanced_v1",Ne={aimX:{min:-1200,max:1200},aimY:{min:-200,max:1200},power:{min:0,max:1e3}},lt={postX:1e3,barY:1e3,postWidth:60,barHeight:60,ballRadius:40,keeperStart:{x:0,y:420}},wr="shoot"});function Bw(e){return e.questions?e.questions:[{id:"1",kind:"choice",prompt:e.prompt,options:e.options??[],result:e.result,points:void 0,min:void 0,max:void 0,step:void 0,tolerance:void 0}]}function cs(e,t,r){if(e.result===void 0)return 0;let n=(e.kind==="choice"?(e.options??[]).find(i=>i.key===e.result):void 0)?.points??e.points??r;if(e.kind==="number"){if(typeof t!="number"||typeof e.result!="number")return 0;let i=Math.abs(t-e.result);return i===0?n:e.tolerance===void 0||i>=e.tolerance?0:Math.round(n*(1-i/e.tolerance))}return t===e.result?n:0}function Ht(e){return`round-${e.number}`}var Bh,QA,eI,tI,nI,zw,rI,Wh,Fw,oI,Gw,iI,ls,aI,ke,AU,IU,PU,dt=y(()=>{"use strict";We();_t();jo();ss();_r();Bh=c.object({archetype:c.literal("hunt"),number:c.number().int().positive().default(1),prompt:c.string().default(""),board:c.array(c.string().min(1)).min(2),targets:c.array(c.string().min(1)).min(1),required:c.number().int().positive().optional(),pointsPerTarget:c.number().int().nonnegative().default(10),completionBonus:c.number().int().nonnegative().default(0),attemptsAllowed:c.number().int().positive().default(10),mistakesAllowed:c.number().int().positive().default(4),open:c.boolean().default(!0),playsPerSecond:c.number().int().positive().optional(),playsPerDay:c.number().int().positive().optional(),timerSeconds:c.number().int().positive().optional()}).superRefine((e,t)=>{let r=e.targets.filter(o=>!e.board.includes(o));r.length&&t.addIssue({code:"custom",path:["targets"],message:`Not on the board: ${r.join(", ")}. Every target must be pickable.`}),new Set(e.targets).size!==e.targets.length&&t.addIssue({code:"custom",path:["targets"],message:"The same target twice. Each one counts once."}),e.required!==void 0&&e.required>e.targets.length&&t.addIssue({code:"custom",path:["required"],message:`Asks for ${e.required} of ${e.targets.length} targets, which cannot be reached.`})}),QA=c.object({key:c.string().min(1),label:c.string().min(1),value:c.number().int().nonnegative()}),eI=c.object({id:c.string().min(1),label:c.string().default(""),entries:c.array(QA).min(1)}),tI=c.object({within:c.number().min(0).max(1),label:c.string().min(1)}),nI=[{within:.02,label:"Hall of Fame"},{within:.05,label:"All-NBA"},{within:.1,label:"All-Star"},{within:.18,label:"Starter"},{within:.28,label:"Veteran"}],zw=c.object({archetype:c.literal("push"),number:c.number().int().positive().default(1),prompt:c.string().default(""),target:c.number().int().positive(),targetLabel:c.string().default(""),unit:c.string().max(4).default(""),theme:c.string().default(""),slates:c.array(eI).min(1),line:c.array(c.object({slate:c.string(),key:c.string()})).optional(),tiers:c.array(tI).default(nI),floorLabel:c.string().default("Rookie"),bustLabel:c.string().default("Busted"),open:c.boolean().default(!0),playsPerSecond:c.number().int().positive().optional(),playsPerDay:c.number().int().positive().optional(),timerSeconds:c.number().int().positive().optional()}).superRefine((e,t)=>{if(e.line)if(e.line.length!==e.slates.length)t.addIssue({code:"custom",path:["line"],message:`The line has ${e.line.length} pick(s) for ${e.slates.length} slate(s). A perfect line is one pick per slate.`});else{let s=0,l=!1;for(let d of e.line){let p=e.slates.find(h=>h.id===d.slate)?.entries.find(h=>h.key===d.key);if(!p){l=!0,t.addIssue({code:"custom",path:["line"],message:`The line names "${d.key}" on slate "${d.slate}", which the round does not hold.`});break}s+=p.value}!l&&s!==e.target&&t.addIssue({code:"custom",path:["line"],message:`The line sums to ${s}, not the target ${e.target}. A perfect line lands exactly.`})}let r=e.slates.map(s=>s.id);new Set(r).size!==r.length&&t.addIssue({code:"custom",path:["slates"],message:"Two slates share an id. A play names the slate it picked from."});let o=e.slates.flatMap(s=>s.entries.map(l=>l.key)),n=[...new Set(o.filter((s,l)=>o.indexOf(s)!==l))];n.length&&t.addIssue({code:"custom",path:["slates"],message:`The same key on more than one slate: ${n.join(", ")}. A play names a key, so each one must belong to exactly one slate.`});let i=e.slates.reduce((s,l)=>s+Math.min(...l.entries.map(d=>d.value)),0);i>e.target&&t.addIssue({code:"custom",path:["target"],message:`The lowest possible total is ${i}, which is already over ${e.target}. Every player would bust.`}),e.tiers.every((s,l)=>l===0||s.within>e.tiers[l-1].within)||t.addIssue({code:"custom",path:["tiers"],message:"Tiers must be ordered from closest to furthest. Out of order, the first one that matches is the wrong one and every player is awarded it."})}),rI=c.object({key:c.string().min(1),label:c.string().min(1),members:c.array(c.string().min(1)).min(2)}),Wh=c.object({archetype:c.literal("group"),number:c.number().int().positive().default(1),prompt:c.string().default(""),board:c.array(c.string().min(1)).min(4),groups:c.array(rI).min(2),pointsPerGroup:c.number().int().nonnegative().default(10),completionBonus:c.number().int().nonnegative().default(0),attemptsAllowed:c.number().int().positive().default(10),mistakesAllowed:c.number().int().positive().default(4),open:c.boolean().default(!0),playsPerSecond:c.number().int().positive().optional(),playsPerDay:c.number().int().positive().optional(),timerSeconds:c.number().int().positive().optional()}).superRefine((e,t)=>{let r=new Map;for(let i of e.groups){let a=i.members.filter(s=>!e.board.includes(s));a.length&&t.addIssue({code:"custom",path:["groups"],message:`${i.key} has members that are not on the board: ${a.join(", ")}.`});for(let s of i.members){let l=r.get(s);l&&l!==i.key&&t.addIssue({code:"custom",path:["groups"],message:`${s} is in both ${l} and ${i.key}. Groups cannot overlap.`}),r.set(s,i.key)}}new Set(e.groups.map(i=>i.key)).size!==e.groups.length&&t.addIssue({code:"custom",path:["groups"],message:"Two groups share a key. Each one needs its own."}),e.groups.length>e.attemptsAllowed&&t.addIssue({code:"custom",path:["attemptsAllowed"],message:`${e.groups.length} groups cannot be found in ${e.attemptsAllowed} attempts.`});let o=new Set(e.groups.flatMap(i=>i.members)),n=e.board.filter(i=>!o.has(i));n.length&&t.addIssue({code:"custom",path:["board"],message:`On the board and in no group: ${n.join(", ")}. Every item needs a group.`})}),Fw=c.object({key:c.string().min(1),label:c.string().min(1),points:c.number().int().nonnegative().optional()}),oI=c.object({id:c.string().min(1),kind:c.enum(["choice","number"]).default("choice"),prompt:c.string().default(""),options:c.array(Fw).optional(),min:c.number().optional(),max:c.number().optional(),step:c.number().positive().optional(),result:c.union([c.string().min(1),c.number()]).optional(),points:c.number().int().nonnegative().optional(),tolerance:c.number().positive().optional()}).superRefine((e,t)=>{if(e.kind==="choice"){if(!e.options||e.options.length<2){t.addIssue({code:"custom",path:["options"],message:"A choice needs at least two options, or there is nothing to predict."});return}new Set(e.options.map(r=>r.key)).size!==e.options.length&&t.addIssue({code:"custom",path:["options"],message:"Two options share a key. Each one needs its own."}),typeof e.result=="string"&&!e.options.some(r=>r.key===e.result)&&t.addIssue({code:"custom",path:["result"],message:`${e.result} is not one of the options, so nobody could have predicted it.`}),typeof e.result=="number"&&t.addIssue({code:"custom",path:["result"],message:"A choice settles to one of its option keys, not to a number."});return}e.options&&e.options.length>0&&t.addIssue({code:"custom",path:["options"],message:"A number question has no options: a fan gives a value."}),e.min===void 0||e.max===void 0?t.addIssue({code:"custom",path:["min"],message:"A number needs a min and a max, or a fan is given a control with no ends."}):e.max<=e.min&&t.addIssue({code:"custom",path:["max"],message:"The maximum has to be above the minimum."}),typeof e.result=="string"&&t.addIssue({code:"custom",path:["result"],message:"A number settles to a number."})}),Gw=c.object({archetype:c.literal("predict"),number:c.number().int().positive().default(1),prompt:c.string().default(""),options:c.array(Fw).min(2).optional(),questions:c.array(oI).min(1).optional(),result:c.string().min(1).optional(),pointsForCorrect:c.number().int().nonnegative().default(10),attemptsAllowed:c.number().int().positive().default(1),open:c.boolean().default(!0),playsPerSecond:c.number().int().positive().optional(),playsPerDay:c.number().int().positive().optional(),timerSeconds:c.number().int().positive().optional()}).superRefine((e,t)=>{let r=e.options!==void 0,o=e.questions!==void 0;if(r&&o&&t.addIssue({code:"custom",path:["questions"],message:"A round declares options or questions, not both. Two homes for one question is how they drift apart."}),!r&&!o&&t.addIssue({code:"custom",path:["questions"],message:"A prediction needs something to predict: options, or questions."}),o&&e.questions){let n=e.questions.map(i=>i.id);new Set(n).size!==n.length&&t.addIssue({code:"custom",path:["questions"],message:"Two questions share an id. A play names the question it answered."})}e.options&&new Set(e.options.map(n=>n.key)).size!==e.options.length&&t.addIssue({code:"custom",path:["options"],message:"Two options share a key. Each one needs its own."}),e.result!==void 0&&e.options!==void 0&&!e.options.some(n=>n.key===e.result)&&t.addIssue({code:"custom",path:["result"],message:`${e.result} is not one of the options, so nobody could have predicted it.`})});iI=c.object({archetype:c.literal("bingo"),number:c.number().int().positive().default(1),prompt:c.string().default(""),rows:c.number().int().min(2),columns:c.number().int().min(2),centreMode:c.enum(["none","free","choice"]).default("none"),centreOptions:c.array(c.string().min(1)).optional(),allowCentreDuplicate:c.boolean().default(!1),lineTypes:c.array(c.enum(["row","column","diagonal","full_board"])).min(1).default(["row","column"]),cardPool:c.array(c.object({key:c.string().min(1),label:c.string().min(1),note:c.string().optional(),result:c.enum(["correct","incorrect"]).optional()})).min(1),pointsPerLine:c.number().int().nonnegative().default(10),pointsForFullBoard:c.number().int().nonnegative().default(0),shuffleAllowance:c.number().int().nonnegative().default(3),open:c.boolean().default(!0),playsPerSecond:c.number().int().positive().optional(),playsPerDay:c.number().int().positive().optional(),locksAt:c.string().optional()}).superRefine((e,t)=>{let r=e.cardPool.map(n=>n.key);new Set(r).size!==r.length&&t.addIssue({code:"custom",path:["cardPool"],message:"Two cards share a key. A dealt board names a card by its key."});let o=e.rows*e.columns-(e.centreMode==="free"?1:0);if(e.cardPool.length<o&&t.addIssue({code:"custom",path:["cardPool"],message:`The pool has ${e.cardPool.length} card${e.cardPool.length===1?"":"s"}, and a ${e.rows}x${e.columns} board needs ${o}. Add more cards or shrink the board.`}),e.centreMode==="choice")if(!e.centreOptions||e.centreOptions.length===0)t.addIssue({code:"custom",path:["centreOptions"],message:"The centre is a player's choice, so at least one option is required."});else{let n=e.centreOptions.filter(i=>!r.includes(i));n.length&&t.addIssue({code:"custom",path:["centreOptions"],message:`Not in the pool: ${n.join(", ")}. A centre option must name a real card.`})}}),ls=c.object({archetype:c.literal("shoot"),number:c.number().int().positive().default(1),prompt:c.string().default(""),model:c.literal(Vt).default(Vt),difficulty:c.enum(Gh).default(Uo),shotsAllowed:c.number().int().min(1).max(20).default(5),goalsToWin:c.number().int().min(1).default(3),pointsPerGoal:c.number().int().nonnegative().default(100),open:c.boolean().default(!0),playsPerSecond:c.number().int().positive().optional(),playsPerDay:c.number().int().positive().optional(),timerSeconds:c.number().int().positive().optional()}).superRefine((e,t)=>{e.goalsToWin>e.shotsAllowed&&t.addIssue({code:"custom",path:["goalsToWin"],message:`Asks for ${e.goalsToWin} goals from ${e.shotsAllowed} shots, which cannot be reached.`})}),aI=c.discriminatedUnion("archetype",[Bh,zw,Wh,Gw,iI,ls]),ke=c.preprocess(jg,aI);AU=c.object({action:c.literal("settle"),game:c.string().min(1),roundId:c.string().min(1),result:c.string().min(1)}),IU=c.object({game:c.string().min(1),round:ke,origin:Mo.optional(),snapshot:c.string().default(""),source:c.string().optional(),roundId:c.string().min(1).optional(),selection:c.object({mode:c.literal("rotation"),windowSeconds:c.number().int().positive(),rounds:c.array(c.object({id:c.string().min(1),round:ke,origin:Mo.optional()})).min(1)}).optional()}),PU=c.object({roundId:c.string(),version:c.number().int().nonnegative(),changed:c.boolean(),current:c.boolean(),activity:c.array(Do).optional(),monthlyPlayers:c.number().int().nonnegative().optional()})});function Zw(e){let t=[];e.measurement.signal.enabled&&!e.identity.consent.analytics_requires_consent&&t.push({path:"identity.consent.analytics_requires_consent",message:"Cannot be false while measurement.signal.enabled is true. Signal collects player engagement under Monterosa's own controllership, so consent is required and is not the game's to waive. Turn Signal off, or leave consent required."});let r=e.operations.promotion;if(r.offers_prize&&(r.terms_url||t.push({path:"operations.promotion.terms_url",message:"Required when the game offers a prize."}),r.jurisdictions.length===0&&t.push({path:"operations.promotion.jurisdictions",message:"Name the countries the promotion is open in. An unbounded prize draw is open in jurisdictions whose rules you have not read."}),!r.skill_based&&!r.free_entry_route&&t.push({path:"operations.promotion.free_entry_route",message:"A paid-entry prize needs either a published free entry route or a real skill test. Set `free_entry_route`, or set `skill_based` if entry turns on skill, knowledge or judgement."})),e.identity.provider==="jwt"&&!e.identity.jwt&&t.push({path:"identity.jwt",message:"Required when identity.provider is `jwt`. Name the `issuer` and the `jwks_uri` of the login system whose tokens this game accepts. Gamestage provides no identity provider."}),e.identity.jwt)for(let o of["issuer","jwks_uri"]){let n=e.identity.jwt[o],i=Uw(n);i&&t.push({path:`identity.jwt.${o}`,message:i==="local"?"Names a host only the machine running it can reach, which is the local `gamestage dev --as` harness. That harness signs its own tokens, so a deployed game pointed at it would let anyone who can reach the key be any player. Name the login system a real fan signs in to. `gamestage dev` supplies its own and needs nothing here.":i==="insecure"?"Must be https. A key set fetched in clear text is a key set the network chooses, and a token checked against it has proved nothing.":"Not a URL. Name the full issuer and JWKS URI of the login system whose tokens this game accepts."})}return e.identity.age_gate.required&&!e.identity.age_gate.minimum_age&&t.push({path:"identity.age_gate.minimum_age",message:"Required when identity.age_gate.required is true."}),e.identity.age_gate.method==="verified"&&!e.identity.age_gate.verifier&&t.push({path:"identity.age_gate.verifier",message:"Name the verifier when the method is `verified`. Gamestage provides no age verification, so an unnamed verifier is an unevidenced claim."}),t}var zo,Kh,Zh,Vh,Ww,Yt,Jt,Kw,sI,ut,cI,lI,dI,uI,pI,qt,hI,mI,fI,gI,yI,vI,bI,wI,_I,kI,xI,SI,EI,Xt,kr,Qt=y(()=>{"use strict";We();Fh();Jr();_t();dt();zo="1.0",Kh=c.enum(["missing","proposed","confirmed","verified","approved"]),Zh={missing:0,proposed:1,confirmed:2,verified:3,approved:4},Vh=c.enum(["runtime","live","enterprise"]),Ww="Accounts must be approved before the first deploy.",Yt=c.enum(["L0","L1","L2","L3","L4","L5"]),Jt={L0:0,L1:1,L2:2,L3:3,L4:4,L5:5},Kw={L0:"Concept",L1:"Experience",L2:"Integration",L3:"Deployable",L4:"Production",L5:"Operating"},sI=c.discriminatedUnion("kind",[c.object({kind:c.literal("human_decision"),owner:c.string(),date:c.string(),note:c.string().optional()}),c.object({kind:c.literal("generated_proposal"),tool:c.string(),model:c.string().optional(),source_context:c.string().optional()}),c.object({kind:c.literal("repository_evidence"),file:c.string(),commit:c.string().optional(),package:c.string().optional()}),c.object({kind:c.literal("platform_evidence"),system:c.string(),id:c.string()}),c.object({kind:c.literal("external_evidence"),supplier:c.string(),licence:c.string().optional(),dataset_version:c.string().optional()})]),ut={status:Kh.default("missing"),provenance:c.array(sI).default([])},cI=c.object({schema_version:c.string(),revision:c.number().int().nonnegative().default(0),conformance:Yt.default("L0")}),lI=c.object({repository:c.string().url(),branch:c.string().default("main")}),dI=c.object({id:c.string().min(1),title:c.string().min(1),summary:c.string().optional(),source:lI.optional(),owners:c.object({ip:c.string().optional(),delivery:c.string().optional(),platform:c.string().optional()}).prefault({}),...ut}),uI=c.enum(["bring_your_own","managed_runtime","manifest_driven","dedicated_engine"]),pI=c.enum(["trivia","predict","group","timed_round","synchronous_event","collection_ranking","hunt","push","bingo","shoot"]),qt=c.preprocess(e=>typeof e=="string"?Ae(e):e,pI),hI=c.object({route:uI.optional(),archetype:qt.optional(),component:c.string().optional(),version:c.string().optional(),variant:c.string().optional(),configuration:c.record(c.string(),c.unknown()).default({}),round:ke.optional(),...ut}),mI=c.object({surfaces:c.array(c.string()).default([]),container_label:c.string().min(1).default(Gn),screen_graph:c.string().optional(),design:c.object({figma_file:c.string().optional(),figma_version:c.string().optional(),tokens:c.string().optional(),fidelity:Yt.optional()}).optional(),...ut}),fI=c.object({spec_url:c.string().optional(),version:c.string().optional(),...ut}),gI=c.object({family:c.string().optional(),version:c.string().optional(),configuration_schema:c.string().optional(),...ut}),yI=c.object({project_template:c.string().optional(),project_id:c.string().optional(),events:c.array(c.string()).default([]),elements:c.array(c.string()).default([]),...ut}),vI=c.object({required:c.boolean().default(!1),minimum_age:c.number().int().positive().max(120).optional(),method:c.enum(["self_declared","verified"]).default("self_declared"),verifier:c.string().optional()}),bI=c.object({issuer:c.string().url(),jwks_uri:c.string().url(),audience:c.string().optional()}),wI=c.object({provider:c.enum(["identify","anonymous","custom","jwt"]).optional(),jwt:bI.optional(),require_authenticated_writes:c.boolean().default(!0),age_gate:vI.prefault({}),consent:c.object({analytics_requires_consent:c.boolean().default(!0),provider:c.string().optional()}).prefault({}),...ut}),_I=c.object({type:c.enum(["monterosa","posthog","ga4","webhook"]),enabled:c.boolean().default(!0),config:c.record(c.string(),c.string()).default({})}),kI=c.object({destinations:c.array(_I).default([{type:"monterosa",enabled:!0,config:{}}]),trusted_events:c.array(c.string()).default([]),signal:c.object({enabled:c.boolean().default(!1),application_id:c.string().optional(),write_key:c.string().optional(),monterosa:c.object({enabled:c.boolean().default(!1),organisation_id:c.string().optional(),project_id:c.string().optional()}).prefault({})}).prefault({}),...ut}),xI=c.object({hosting:c.string().optional(),space_spec:c.string().optional(),environments:c.array(c.enum(["local","playground","staging","production"])).default(["local"]),...ut}),SI=c.object({offers_prize:c.boolean().default(!1),free_entry_route:c.string().optional(),skill_based:c.boolean().default(!1),terms_url:c.string().optional(),jurisdictions:c.array(c.string()).default([])}),EI=c.object({support_tier:Vh.optional(),runbook:c.string().optional(),promotion:SI.prefault({}),...ut}),Xt=c.object({manifest:cI,app:dI,experience:mI.prefault({}),studio_app:fI.prefault({}),studio_surface:gI.prefault({}),backend:hI.prefault({}),interaction_cloud:yI.prefault({}),identity:wI.prefault({}),measurement:kI.prefault({}),deployment:xI.prefault({}),operations:EI.prefault({})});kr=["app","experience","studio_app","studio_surface","backend","interaction_cloud","identity","measurement","deployment","operations"]});function Ue(e,t={}){let r=h=>({id:h.id,level:h.level,requirement:h.requirement,advice:h.advice,owner:h.owner,passed:h.check(e,t)}),o=Hh.filter(h=>h.checkable).map(r),n=Hh.filter(h=>!h.checkable).map(r),i="L0",a=!0;for(let h of Yh){let f=o.filter(b=>b.level===h);f.length>0&&f.every(b=>b.passed)&&a?i=h:a=!1}let s=o.filter(h=>h.level==="L0").every(h=>h.passed),l=Jt[i]+1,d=Yh[l],u=d?o.filter(h=>h.level===d&&!h.passed):[],p=e.manifest.conformance;return{computed:i,computedName:Kw[i],claimed:p,overclaimed:!s||Math.min(Jt[p],Jt[Vw])>Jt[i],results:o,blockers:s?u:o.filter(h=>h.level==="L0"&&!h.passed),ceiling:Vw,advice:n}}function Hw(e,t){let o=Ue(e).results.filter(n=>!n.passed&&Jt[n.level]<=Jt[t]);return{ok:o.length===0,missing:o}}var xn,ye,Hh,Yh,$I,UU,Vw,ds=y(()=>{"use strict";Qt();xn=(e,t,r)=>{let o=e[t];return Zh[o?.status??"missing"]>=Zh[r]},ye=e=>typeof e=="string"?e.trim().length>0:e!=null,Hh=[{level:"L0",id:"L0.app.identity",checkable:!0,advice:"Give the game a name, and a short id we can use in web addresses.",owner:"creator",requirement:"app.id and app.title are set",check:e=>ye(e.app.id)&&ye(e.app.title)},{level:"L0",id:"L0.app.status",checkable:!0,advice:"Mark the game as started.",owner:"creator",requirement:"app section is at least proposed",check:e=>xn(e,"app","proposed")},{level:"L0",id:"L0.schema.version",checkable:!0,advice:"The version of the format this game is described in. Set when the game was created.",owner:"creator",requirement:"manifest.schema_version is set",check:e=>ye(e.manifest.schema_version)},{level:"L1",id:"L1.experience.defined",checkable:!0,advice:"Describe the screens in the game.",owner:"creator",requirement:"experience declares a screen graph or at least one player surface",check:e=>ye(e.experience.screen_graph)||e.experience.surfaces.length>0},{level:"L1",id:"L1.experience.status",checkable:!0,advice:"Mark the design as started.",owner:"creator",requirement:"experience section is at least proposed",check:e=>xn(e,"experience","proposed")},{level:"L1",id:"L1.backend.route",checkable:!0,advice:"Choose which engine runs the game: one we manage, or one you bring.",owner:"creator",requirement:"backend.route is chosen, so authority is decided before client code",check:e=>ye(e.backend.route)},{level:"L2",id:"L2.backend.pinned",checkable:!0,advice:"Deploy the game. We record which engine answered.",owner:"creator",requirement:"a component is serving this game's rounds",check:(e,t)=>ye(t.backendComponent)||ye(e.backend.component)&&ye(e.backend.version)},{level:"L2",id:"L2.identity.policy",checkable:!0,advice:"Say how a fan signs in. If they don't sign in, say that. Gamestage does not provide sign-in, so this names the one a fan meets.",owner:"creator",requirement:"an identity provider is named",check:e=>ye(e.identity.provider)},{level:"L2",id:"L2.measurement.destination",checkable:!0,advice:"Switch on somewhere to send the data, on this game's Integrations tab. This checks the switch is on. Whether events are arriving is a separate question.",owner:"creator",requirement:"an analytics destination is switched on",check:(e,t)=>t.destinationsEnabled===!0||e.measurement.destinations.some(r=>r.enabled)},{level:"L2",id:"L2.platform.identifiers",checkable:!0,advice:"Deploy the game. That puts it on Monterosa's platform and gives you a place to manage content.",owner:"creator",requirement:"the game exists on Interaction Cloud",check:(e,t)=>ye(t.platformProject)||ye(e.studio_app.spec_url)||ye(e.interaction_cloud.project_id)},{level:"L3",id:"L3.deployment.space",checkable:!0,advice:"Deploy the game with a URL.",owner:"creator",requirement:"the game is deployed somewhere a fan can reach",check:(e,t)=>ye(t.playgroundUrl)||ye(e.deployment.space_spec)&&e.deployment.environments.some(r=>r!=="local")},{level:"L3",id:"L3.surface.declared",checkable:!1,advice:"Say what the person running your game can change: rounds, wording, or both.",owner:"creator",requirement:"a Studio Surface family is declared for operator control",check:e=>ye(e.studio_surface.family)},{level:"L3",id:"L3.sections.confirmed",checkable:!1,advice:"Mark which parts you have finished: the play, the scoring, and the hosting.",owner:"creator",requirement:"experience, backend and deployment are all confirmed or better",check:e=>xn(e,"experience","confirmed")&&xn(e,"backend","confirmed")&&xn(e,"deployment","confirmed")},{level:"L4",id:"L4.sections.verified",checkable:!1,advice:"Link proof it works: a play-through recording, or a test result.",owner:"creator",requirement:"experience, backend, identity and deployment are verified with evidence attached",check:e=>["experience","backend","identity","deployment"].every(t=>xn(e,t,"verified")&&e[t].provenance.length>0)},{level:"L4",id:"L4.operations.runbook",checkable:!1,advice:"Name who to call when it breaks, and link the instructions they follow.",owner:"creator",requirement:"operations declares a support tier and a runbook",check:e=>ye(e.operations.support_tier)&&ye(e.operations.runbook)},{level:"L5",id:"L5.production.approved",checkable:!1,advice:"Approve the game for prod, and move your workspace onto a paid plan. Monterosa does the second part.",owner:"monterosa",requirement:"the manifest is approved and deployed to a production environment",check:e=>xn(e,"operations","approved")&&e.deployment.environments.includes("production")}],Yh=["L0","L1","L2","L3","L4","L5"],$I=[{level:"L0",name:"Concept",means:"the game has a name and a description we hold for it"},{level:"L1",name:"Experience built",means:"there is something to play, and scoring runs on our server rather than in the browser"},{level:"L2",name:"Wired to the platform",means:"it is set up on the Monterosa platform, knows who each player is, and sends its numbers to your analytics"},{level:"L3",name:"Fans can reach it",means:"it is deployed at an address a fan can open"},{level:"L4",name:"Production ready",means:"checked with evidence, with someone to call and a page saying what to do if it breaks"},{level:"L5",name:"Operating live",means:"reviewed with you, and running in production"}],UU=new Map($I.map(e=>[e.level,e])),Vw=[...Yh].reverse().find(e=>Hh.some(t=>t.level===e&&t.checkable))??"L0"});function d_(e){return typeof e>"u"||e===null}function TI(e){return typeof e=="object"&&e!==null}function AI(e){return Array.isArray(e)?e:d_(e)?[]:[e]}function II(e,t){var r,o,n,i;if(t)for(i=Object.keys(t),r=0,o=i.length;r<o;r+=1)n=i[r],e[n]=t[n];return e}function PI(e,t){var r="",o;for(o=0;o<t;o+=1)r+=e;return r}function CI(e){return e===0&&Number.NEGATIVE_INFINITY===1/e}function u_(e,t){var r="",o=e.reason||"(unknown reason)";return e.mark?(e.mark.name&&(r+='in "'+e.mark.name+'" '),r+="("+(e.mark.line+1)+":"+(e.mark.column+1)+")",!t&&e.mark.snippet&&(r+=`
10099
-
10100
- `+e.mark.snippet),o+" "+r):o}function Go(e,t){Error.call(this),this.name="YAMLException",this.reason=e,this.mark=t,this.message=u_(this,!1),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack||""}function Jh(e,t,r,o,n){var i="",a="",s=Math.floor(n/2)-1;return o-t>s&&(i=" ... ",t=o-s+i.length),r-o>s&&(a=" ...",r=o+s-a.length),{str:i+e.slice(t,r).replace(/\t/g,"\u2192")+a,pos:o-t+i.length}}function qh(e,t){return le.repeat(" ",t-e.length)+e}function MI(e,t){if(t=Object.create(t||null),!e.buffer)return null;t.maxLength||(t.maxLength=79),typeof t.indent!="number"&&(t.indent=1),typeof t.linesBefore!="number"&&(t.linesBefore=3),typeof t.linesAfter!="number"&&(t.linesAfter=2);for(var r=/\r?\n|\r|\0/g,o=[0],n=[],i,a=-1;i=r.exec(e.buffer);)n.push(i.index),o.push(i.index+i[0].length),e.position<=i.index&&a<0&&(a=o.length-2);a<0&&(a=o.length-1);var s="",l,d,u=Math.min(e.line+t.linesAfter,n.length).toString().length,p=t.maxLength-(t.indent+u+3);for(l=1;l<=t.linesBefore&&!(a-l<0);l++)d=Jh(e.buffer,o[a-l],n[a-l],e.position-(o[a]-o[a-l]),p),s=le.repeat(" ",t.indent)+qh((e.line-l+1).toString(),u)+" | "+d.str+`
10101
- `+s;for(d=Jh(e.buffer,o[a],n[a],e.position,p),s+=le.repeat(" ",t.indent)+qh((e.line+1).toString(),u)+" | "+d.str+`
10102
- `,s+=le.repeat("-",t.indent+u+3+d.pos)+`^
10103
- `,l=1;l<=t.linesAfter&&!(a+l>=n.length);l++)d=Jh(e.buffer,o[a+l],n[a+l],e.position-(o[a]-o[a+l]),p),s+=le.repeat(" ",t.indent)+qh((e.line+l+1).toString(),u)+" | "+d.str+`
10104
- `;return s.replace(/\n$/,"")}function GI(e){var t={};return e!==null&&Object.keys(e).forEach(function(r){e[r].forEach(function(o){t[String(o)]=r})}),t}function BI(e,t){if(t=t||{},Object.keys(t).forEach(function(r){if(zI.indexOf(r)===-1)throw new Re('Unknown option "'+r+'" is met in definition of "'+e+'" YAML type.')}),this.options=t,this.tag=e,this.kind=t.kind||null,this.resolve=t.resolve||function(){return!0},this.construct=t.construct||function(r){return r},this.instanceOf=t.instanceOf||null,this.predicate=t.predicate||null,this.represent=t.represent||null,this.representName=t.representName||null,this.defaultStyle=t.defaultStyle||null,this.multi=t.multi||!1,this.styleAliases=GI(t.styleAliases||null),FI.indexOf(this.kind)===-1)throw new Re('Unknown kind "'+this.kind+'" is specified for "'+e+'" YAML type.')}function Yw(e,t){var r=[];return e[t].forEach(function(o){var n=r.length;r.forEach(function(i,a){i.tag===o.tag&&i.kind===o.kind&&i.multi===o.multi&&(n=a)}),r[n]=o}),r}function WI(){var e={scalar:{},sequence:{},mapping:{},fallback:{},multi:{scalar:[],sequence:[],mapping:[],fallback:[]}},t,r;function o(n){n.multi?(e.multi[n.kind].push(n),e.multi.fallback.push(n)):e[n.kind][n.tag]=e.fallback[n.tag]=n}for(t=0,r=arguments.length;t<r;t+=1)arguments[t].forEach(o);return e}function Qh(e){return this.extend(e)}function KI(e){if(e===null)return!0;var t=e.length;return t===1&&e==="~"||t===4&&(e==="null"||e==="Null"||e==="NULL")}function ZI(){return null}function VI(e){return e===null}function HI(e){if(e===null)return!1;var t=e.length;return t===4&&(e==="true"||e==="True"||e==="TRUE")||t===5&&(e==="false"||e==="False"||e==="FALSE")}function YI(e){return e==="true"||e==="True"||e==="TRUE"}function JI(e){return Object.prototype.toString.call(e)==="[object Boolean]"}function qI(e){return 48<=e&&e<=57||65<=e&&e<=70||97<=e&&e<=102}function XI(e){return 48<=e&&e<=55}function QI(e){return 48<=e&&e<=57}function eP(e){if(e===null)return!1;var t=e.length,r=0,o=!1,n;if(!t)return!1;if(n=e[r],(n==="-"||n==="+")&&(n=e[++r]),n==="0"){if(r+1===t)return!0;if(n=e[++r],n==="b"){for(r++;r<t;r++)if(n=e[r],n!=="_"){if(n!=="0"&&n!=="1")return!1;o=!0}return o&&n!=="_"}if(n==="x"){for(r++;r<t;r++)if(n=e[r],n!=="_"){if(!qI(e.charCodeAt(r)))return!1;o=!0}return o&&n!=="_"}if(n==="o"){for(r++;r<t;r++)if(n=e[r],n!=="_"){if(!XI(e.charCodeAt(r)))return!1;o=!0}return o&&n!=="_"}}if(n==="_")return!1;for(;r<t;r++)if(n=e[r],n!=="_"){if(!QI(e.charCodeAt(r)))return!1;o=!0}return!(!o||n==="_")}function tP(e){var t=e,r=1,o;if(t.indexOf("_")!==-1&&(t=t.replace(/_/g,"")),o=t[0],(o==="-"||o==="+")&&(o==="-"&&(r=-1),t=t.slice(1),o=t[0]),t==="0")return 0;if(o==="0"){if(t[1]==="b")return r*parseInt(t.slice(2),2);if(t[1]==="x")return r*parseInt(t.slice(2),16);if(t[1]==="o")return r*parseInt(t.slice(2),8)}return r*parseInt(t,10)}function nP(e){return Object.prototype.toString.call(e)==="[object Number]"&&e%1===0&&!le.isNegativeZero(e)}function oP(e){return!(e===null||!rP.test(e)||e[e.length-1]==="_")}function iP(e){var t,r;return t=e.replace(/_/g,"").toLowerCase(),r=t[0]==="-"?-1:1,"+-".indexOf(t[0])>=0&&(t=t.slice(1)),t===".inf"?r===1?Number.POSITIVE_INFINITY:Number.NEGATIVE_INFINITY:t===".nan"?NaN:r*parseFloat(t,10)}function sP(e,t){var r;if(isNaN(e))switch(t){case"lowercase":return".nan";case"uppercase":return".NAN";case"camelcase":return".NaN"}else if(Number.POSITIVE_INFINITY===e)switch(t){case"lowercase":return".inf";case"uppercase":return".INF";case"camelcase":return".Inf"}else if(Number.NEGATIVE_INFINITY===e)switch(t){case"lowercase":return"-.inf";case"uppercase":return"-.INF";case"camelcase":return"-.Inf"}else if(le.isNegativeZero(e))return"-0.0";return r=e.toString(10),aP.test(r)?r.replace("e",".e"):r}function cP(e){return Object.prototype.toString.call(e)==="[object Number]"&&(e%1!==0||le.isNegativeZero(e))}function lP(e){return e===null?!1:x_.exec(e)!==null||S_.exec(e)!==null}function dP(e){var t,r,o,n,i,a,s,l=0,d=null,u,p,h;if(t=x_.exec(e),t===null&&(t=S_.exec(e)),t===null)throw new Error("Date resolve error");if(r=+t[1],o=+t[2]-1,n=+t[3],!t[4])return new Date(Date.UTC(r,o,n));if(i=+t[4],a=+t[5],s=+t[6],t[7]){for(l=t[7].slice(0,3);l.length<3;)l+="0";l=+l}return t[9]&&(u=+t[10],p=+(t[11]||0),d=(u*60+p)*6e4,t[9]==="-"&&(d=-d)),h=new Date(Date.UTC(r,o,n,i,a,s,l)),d&&h.setTime(h.getTime()-d),h}function uP(e){return e.toISOString()}function pP(e){return e==="<<"||e===null}function hP(e){if(e===null)return!1;var t,r,o=0,n=e.length,i=om;for(r=0;r<n;r++)if(t=i.indexOf(e.charAt(r)),!(t>64)){if(t<0)return!1;o+=6}return o%8===0}function mP(e){var t,r,o=e.replace(/[\r\n=]/g,""),n=o.length,i=om,a=0,s=[];for(t=0;t<n;t++)t%4===0&&t&&(s.push(a>>16&255),s.push(a>>8&255),s.push(a&255)),a=a<<6|i.indexOf(o.charAt(t));return r=n%4*6,r===0?(s.push(a>>16&255),s.push(a>>8&255),s.push(a&255)):r===18?(s.push(a>>10&255),s.push(a>>2&255)):r===12&&s.push(a>>4&255),new Uint8Array(s)}function fP(e){var t="",r=0,o,n,i=e.length,a=om;for(o=0;o<i;o++)o%3===0&&o&&(t+=a[r>>18&63],t+=a[r>>12&63],t+=a[r>>6&63],t+=a[r&63]),r=(r<<8)+e[o];return n=i%3,n===0?(t+=a[r>>18&63],t+=a[r>>12&63],t+=a[r>>6&63],t+=a[r&63]):n===2?(t+=a[r>>10&63],t+=a[r>>4&63],t+=a[r<<2&63],t+=a[64]):n===1&&(t+=a[r>>2&63],t+=a[r<<4&63],t+=a[64],t+=a[64]),t}function gP(e){return Object.prototype.toString.call(e)==="[object Uint8Array]"}function bP(e){if(e===null)return!0;var t=[],r,o,n,i,a,s=e;for(r=0,o=s.length;r<o;r+=1){if(n=s[r],a=!1,vP.call(n)!=="[object Object]")return!1;for(i in n)if(yP.call(n,i))if(!a)a=!0;else return!1;if(!a)return!1;if(t.indexOf(i)===-1)t.push(i);else return!1}return!0}function wP(e){return e!==null?e:[]}function kP(e){if(e===null)return!0;var t,r,o,n,i,a=e;for(i=new Array(a.length),t=0,r=a.length;t<r;t+=1){if(o=a[t],_P.call(o)!=="[object Object]"||(n=Object.keys(o),n.length!==1))return!1;i[t]=[n[0],o[n[0]]]}return!0}function xP(e){if(e===null)return[];var t,r,o,n,i,a=e;for(i=new Array(a.length),t=0,r=a.length;t<r;t+=1)o=a[t],n=Object.keys(o),i[t]=[n[0],o[n[0]]];return i}function EP(e){if(e===null)return!0;var t,r=e;for(t in r)if(SP.call(r,t)&&r[t]!==null)return!1;return!0}function $P(e){return e!==null?e:{}}function qw(e){return Object.prototype.toString.call(e)}function pt(e){return e===10||e===13}function En(e){return e===9||e===32}function ze(e){return e===9||e===32||e===10||e===13}function Sr(e){return e===44||e===91||e===93||e===123||e===125}function CP(e){var t;return 48<=e&&e<=57?e-48:(t=e|32,97<=t&&t<=102?t-97+10:-1)}function OP(e){return e===120?2:e===117?4:e===85?8:0}function NP(e){return 48<=e&&e<=57?e-48:-1}function Xw(e){return e===48?"\0":e===97?"\x07":e===98?"\b":e===116||e===9?" ":e===110?`
10105
- `:e===118?"\v":e===102?"\f":e===114?"\r":e===101?"\x1B":e===32?" ":e===34?'"':e===47?"/":e===92?"\\":e===78?"\x85":e===95?"\xA0":e===76?"\u2028":e===80?"\u2029":""}function RP(e){return e<=65535?String.fromCharCode(e):String.fromCharCode((e-65536>>10)+55296,(e-65536&1023)+56320)}function L_(e,t,r){t==="__proto__"?Object.defineProperty(e,t,{configurable:!0,enumerable:!0,writable:!0,value:r}):e[t]=r}function LP(e,t){this.input=e,this.filename=t.filename||null,this.schema=t.schema||im,this.onWarning=t.onWarning||null,this.legacy=t.legacy||!1,this.json=t.json||!1,this.listener=t.listener||null,this.implicitTypes=this.schema.compiledImplicit,this.typeMap=this.schema.compiledTypeMap,this.length=e.length,this.position=0,this.line=0,this.lineStart=0,this.lineIndent=0,this.firstTabInLine=-1,this.documents=[]}function M_(e,t){var r={name:e.filename,buffer:e.input.slice(0,-1),position:e.position,line:e.line,column:e.position-e.lineStart};return r.snippet=UI(r),new Re(t,r)}function z(e,t){throw M_(e,t)}function hs(e,t){e.onWarning&&e.onWarning.call(null,M_(e,t))}function en(e,t,r,o){var n,i,a,s;if(t<r){if(s=e.input.slice(t,r),o)for(n=0,i=s.length;n<i;n+=1)a=s.charCodeAt(n),a===9||32<=a&&a<=1114111||z(e,"expected valid JSON character");else AP.test(s)&&z(e,"the stream contains non-printable characters");e.result+=s}}function e_(e,t,r,o){var n,i,a,s;for(le.isObject(r)||z(e,"cannot merge mappings; the provided source object is unacceptable"),n=Object.keys(r),a=0,s=n.length;a<s;a+=1)i=n[a],tn.call(t,i)||(L_(t,i,r[i]),o[i]=!0)}function Er(e,t,r,o,n,i,a,s,l){var d,u;if(Array.isArray(n))for(n=Array.prototype.slice.call(n),d=0,u=n.length;d<u;d+=1)Array.isArray(n[d])&&z(e,"nested arrays are not supported inside keys"),typeof n=="object"&&qw(n[d])==="[object Object]"&&(n[d]="[object Object]");if(typeof n=="object"&&qw(n)==="[object Object]"&&(n="[object Object]"),n=String(n),t===null&&(t={}),o==="tag:yaml.org,2002:merge")if(Array.isArray(i))for(d=0,u=i.length;d<u;d+=1)e_(e,t,i[d],r);else e_(e,t,i,r);else!e.json&&!tn.call(r,n)&&tn.call(t,n)&&(e.line=a||e.line,e.lineStart=s||e.lineStart,e.position=l||e.position,z(e,"duplicated mapping key")),L_(t,n,i),delete r[n];return t}function am(e){var t;t=e.input.charCodeAt(e.position),t===10?e.position++:t===13?(e.position++,e.input.charCodeAt(e.position)===10&&e.position++):z(e,"a line break is expected"),e.line+=1,e.lineStart=e.position,e.firstTabInLine=-1}function ae(e,t,r){for(var o=0,n=e.input.charCodeAt(e.position);n!==0;){for(;En(n);)n===9&&e.firstTabInLine===-1&&(e.firstTabInLine=e.position),n=e.input.charCodeAt(++e.position);if(t&&n===35)do n=e.input.charCodeAt(++e.position);while(n!==10&&n!==13&&n!==0);if(pt(n))for(am(e),n=e.input.charCodeAt(e.position),o++,e.lineIndent=0;n===32;)e.lineIndent++,n=e.input.charCodeAt(++e.position);else break}return r!==-1&&o!==0&&e.lineIndent<r&&hs(e,"deficient indentation"),o}function gs(e){var t=e.position,r;return r=e.input.charCodeAt(t),!!((r===45||r===46)&&r===e.input.charCodeAt(t+1)&&r===e.input.charCodeAt(t+2)&&(t+=3,r=e.input.charCodeAt(t),r===0||ze(r)))}function sm(e,t){t===1?e.result+=" ":t>1&&(e.result+=le.repeat(`
10106
- `,t-1))}function DP(e,t,r){var o,n,i,a,s,l,d,u,p=e.kind,h=e.result,f;if(f=e.input.charCodeAt(e.position),ze(f)||Sr(f)||f===35||f===38||f===42||f===33||f===124||f===62||f===39||f===34||f===37||f===64||f===96||(f===63||f===45)&&(n=e.input.charCodeAt(e.position+1),ze(n)||r&&Sr(n)))return!1;for(e.kind="scalar",e.result="",i=a=e.position,s=!1;f!==0;){if(f===58){if(n=e.input.charCodeAt(e.position+1),ze(n)||r&&Sr(n))break}else if(f===35){if(o=e.input.charCodeAt(e.position-1),ze(o))break}else{if(e.position===e.lineStart&&gs(e)||r&&Sr(f))break;if(pt(f))if(l=e.line,d=e.lineStart,u=e.lineIndent,ae(e,!1,-1),e.lineIndent>=t){s=!0,f=e.input.charCodeAt(e.position);continue}else{e.position=a,e.line=l,e.lineStart=d,e.lineIndent=u;break}}s&&(en(e,i,a,!1),sm(e,e.line-l),i=a=e.position,s=!1),En(f)||(a=e.position+1),f=e.input.charCodeAt(++e.position)}return en(e,i,a,!1),e.result?!0:(e.kind=p,e.result=h,!1)}function jP(e,t){var r,o,n;if(r=e.input.charCodeAt(e.position),r!==39)return!1;for(e.kind="scalar",e.result="",e.position++,o=n=e.position;(r=e.input.charCodeAt(e.position))!==0;)if(r===39)if(en(e,o,e.position,!0),r=e.input.charCodeAt(++e.position),r===39)o=e.position,e.position++,n=e.position;else return!0;else pt(r)?(en(e,o,n,!0),sm(e,ae(e,!1,t)),o=n=e.position):e.position===e.lineStart&&gs(e)?z(e,"unexpected end of the document within a single quoted scalar"):(e.position++,n=e.position);z(e,"unexpected end of the stream within a single quoted scalar")}function MP(e,t){var r,o,n,i,a,s;if(s=e.input.charCodeAt(e.position),s!==34)return!1;for(e.kind="scalar",e.result="",e.position++,r=o=e.position;(s=e.input.charCodeAt(e.position))!==0;){if(s===34)return en(e,r,e.position,!0),e.position++,!0;if(s===92){if(en(e,r,e.position,!0),s=e.input.charCodeAt(++e.position),pt(s))ae(e,!1,t);else if(s<256&&D_[s])e.result+=j_[s],e.position++;else if((a=OP(s))>0){for(n=a,i=0;n>0;n--)s=e.input.charCodeAt(++e.position),(a=CP(s))>=0?i=(i<<4)+a:z(e,"expected hexadecimal character");e.result+=RP(i),e.position++}else z(e,"unknown escape sequence");r=o=e.position}else pt(s)?(en(e,r,o,!0),sm(e,ae(e,!1,t)),r=o=e.position):e.position===e.lineStart&&gs(e)?z(e,"unexpected end of the document within a double quoted scalar"):(e.position++,o=e.position)}z(e,"unexpected end of the stream within a double quoted scalar")}function UP(e,t){var r=!0,o,n,i,a=e.tag,s,l=e.anchor,d,u,p,h,f,m=Object.create(null),b,w,k,x;if(x=e.input.charCodeAt(e.position),x===91)u=93,f=!1,s=[];else if(x===123)u=125,f=!0,s={};else return!1;for(e.anchor!==null&&(e.anchorMap[e.anchor]=s),x=e.input.charCodeAt(++e.position);x!==0;){if(ae(e,!0,t),x=e.input.charCodeAt(e.position),x===u)return e.position++,e.tag=a,e.anchor=l,e.kind=f?"mapping":"sequence",e.result=s,!0;r?x===44&&z(e,"expected the node content, but found ','"):z(e,"missed comma between flow collection entries"),w=b=k=null,p=h=!1,x===63&&(d=e.input.charCodeAt(e.position+1),ze(d)&&(p=h=!0,e.position++,ae(e,!0,t))),o=e.line,n=e.lineStart,i=e.position,$r(e,t,us,!1,!0),w=e.tag,b=e.result,ae(e,!0,t),x=e.input.charCodeAt(e.position),(h||e.line===o)&&x===58&&(p=!0,x=e.input.charCodeAt(++e.position),ae(e,!0,t),$r(e,t,us,!1,!0),k=e.result),f?Er(e,s,m,w,b,k,o,n,i):p?s.push(Er(e,null,m,w,b,k,o,n,i)):s.push(b),ae(e,!0,t),x=e.input.charCodeAt(e.position),x===44?(r=!0,x=e.input.charCodeAt(++e.position)):r=!1}z(e,"unexpected end of the stream within a flow collection")}function zP(e,t){var r,o,n=Xh,i=!1,a=!1,s=t,l=0,d=!1,u,p;if(p=e.input.charCodeAt(e.position),p===124)o=!1;else if(p===62)o=!0;else return!1;for(e.kind="scalar",e.result="";p!==0;)if(p=e.input.charCodeAt(++e.position),p===43||p===45)Xh===n?n=p===43?Jw:TP:z(e,"repeat of a chomping mode identifier");else if((u=NP(p))>=0)u===0?z(e,"bad explicit indentation width of a block scalar; it cannot be less than one"):a?z(e,"repeat of an indentation width identifier"):(s=t+u-1,a=!0);else break;if(En(p)){do p=e.input.charCodeAt(++e.position);while(En(p));if(p===35)do p=e.input.charCodeAt(++e.position);while(!pt(p)&&p!==0)}for(;p!==0;){for(am(e),e.lineIndent=0,p=e.input.charCodeAt(e.position);(!a||e.lineIndent<s)&&p===32;)e.lineIndent++,p=e.input.charCodeAt(++e.position);if(!a&&e.lineIndent>s&&(s=e.lineIndent),pt(p)){l++;continue}if(e.lineIndent<s){n===Jw?e.result+=le.repeat(`
10107
- `,i?1+l:l):n===Xh&&i&&(e.result+=`
10108
- `);break}for(o?En(p)?(d=!0,e.result+=le.repeat(`
10109
- `,i?1+l:l)):d?(d=!1,e.result+=le.repeat(`
10110
- `,l+1)):l===0?i&&(e.result+=" "):e.result+=le.repeat(`
10111
- `,l):e.result+=le.repeat(`
10112
- `,i?1+l:l),i=!0,a=!0,l=0,r=e.position;!pt(p)&&p!==0;)p=e.input.charCodeAt(++e.position);en(e,r,e.position,!1)}return!0}function t_(e,t){var r,o=e.tag,n=e.anchor,i=[],a,s=!1,l;if(e.firstTabInLine!==-1)return!1;for(e.anchor!==null&&(e.anchorMap[e.anchor]=i),l=e.input.charCodeAt(e.position);l!==0&&(e.firstTabInLine!==-1&&(e.position=e.firstTabInLine,z(e,"tab characters must not be used in indentation")),!(l!==45||(a=e.input.charCodeAt(e.position+1),!ze(a))));){if(s=!0,e.position++,ae(e,!0,-1)&&e.lineIndent<=t){i.push(null),l=e.input.charCodeAt(e.position);continue}if(r=e.line,$r(e,t,O_,!1,!0),i.push(e.result),ae(e,!0,-1),l=e.input.charCodeAt(e.position),(e.line===r||e.lineIndent>t)&&l!==0)z(e,"bad indentation of a sequence entry");else if(e.lineIndent<t)break}return s?(e.tag=o,e.anchor=n,e.kind="sequence",e.result=i,!0):!1}function FP(e,t,r){var o,n,i,a,s,l,d=e.tag,u=e.anchor,p={},h=Object.create(null),f=null,m=null,b=null,w=!1,k=!1,x;if(e.firstTabInLine!==-1)return!1;for(e.anchor!==null&&(e.anchorMap[e.anchor]=p),x=e.input.charCodeAt(e.position);x!==0;){if(!w&&e.firstTabInLine!==-1&&(e.position=e.firstTabInLine,z(e,"tab characters must not be used in indentation")),o=e.input.charCodeAt(e.position+1),i=e.line,(x===63||x===58)&&ze(o))x===63?(w&&(Er(e,p,h,f,m,null,a,s,l),f=m=b=null),k=!0,w=!0,n=!0):w?(w=!1,n=!0):z(e,"incomplete explicit mapping pair; a key node is missed; or followed by a non-tabulated empty line"),e.position+=1,x=o;else{if(a=e.line,s=e.lineStart,l=e.position,!$r(e,r,C_,!1,!0))break;if(e.line===i){for(x=e.input.charCodeAt(e.position);En(x);)x=e.input.charCodeAt(++e.position);if(x===58)x=e.input.charCodeAt(++e.position),ze(x)||z(e,"a whitespace character is expected after the key-value separator within a block mapping"),w&&(Er(e,p,h,f,m,null,a,s,l),f=m=b=null),k=!0,w=!1,n=!1,f=e.tag,m=e.result;else if(k)z(e,"can not read an implicit mapping pair; a colon is missed");else return e.tag=d,e.anchor=u,!0}else if(k)z(e,"can not read a block mapping entry; a multiline key may not be an implicit key");else return e.tag=d,e.anchor=u,!0}if((e.line===i||e.lineIndent>t)&&(w&&(a=e.line,s=e.lineStart,l=e.position),$r(e,t,ps,!0,n)&&(w?m=e.result:b=e.result),w||(Er(e,p,h,f,m,b,a,s,l),f=m=b=null),ae(e,!0,-1),x=e.input.charCodeAt(e.position)),(e.line===i||e.lineIndent>t)&&x!==0)z(e,"bad indentation of a mapping entry");else if(e.lineIndent<t)break}return w&&Er(e,p,h,f,m,null,a,s,l),k&&(e.tag=d,e.anchor=u,e.kind="mapping",e.result=p),k}function GP(e){var t,r=!1,o=!1,n,i,a;if(a=e.input.charCodeAt(e.position),a!==33)return!1;if(e.tag!==null&&z(e,"duplication of a tag property"),a=e.input.charCodeAt(++e.position),a===60?(r=!0,a=e.input.charCodeAt(++e.position)):a===33?(o=!0,n="!!",a=e.input.charCodeAt(++e.position)):n="!",t=e.position,r){do a=e.input.charCodeAt(++e.position);while(a!==0&&a!==62);e.position<e.length?(i=e.input.slice(t,e.position),a=e.input.charCodeAt(++e.position)):z(e,"unexpected end of the stream within a verbatim tag")}else{for(;a!==0&&!ze(a);)a===33&&(o?z(e,"tag suffix cannot contain exclamation marks"):(n=e.input.slice(t-1,e.position+1),N_.test(n)||z(e,"named tag handle cannot contain such characters"),o=!0,t=e.position+1)),a=e.input.charCodeAt(++e.position);i=e.input.slice(t,e.position),PP.test(i)&&z(e,"tag suffix cannot contain flow indicator characters")}i&&!R_.test(i)&&z(e,"tag name cannot contain such characters: "+i);try{i=decodeURIComponent(i)}catch{z(e,"tag name is malformed: "+i)}return r?e.tag=i:tn.call(e.tagMap,n)?e.tag=e.tagMap[n]+i:n==="!"?e.tag="!"+i:n==="!!"?e.tag="tag:yaml.org,2002:"+i:z(e,'undeclared tag handle "'+n+'"'),!0}function BP(e){var t,r;if(r=e.input.charCodeAt(e.position),r!==38)return!1;for(e.anchor!==null&&z(e,"duplication of an anchor property"),r=e.input.charCodeAt(++e.position),t=e.position;r!==0&&!ze(r)&&!Sr(r);)r=e.input.charCodeAt(++e.position);return e.position===t&&z(e,"name of an anchor node must contain at least one character"),e.anchor=e.input.slice(t,e.position),!0}function WP(e){var t,r,o;if(o=e.input.charCodeAt(e.position),o!==42)return!1;for(o=e.input.charCodeAt(++e.position),t=e.position;o!==0&&!ze(o)&&!Sr(o);)o=e.input.charCodeAt(++e.position);return e.position===t&&z(e,"name of an alias node must contain at least one character"),r=e.input.slice(t,e.position),tn.call(e.anchorMap,r)||z(e,'unidentified alias "'+r+'"'),e.result=e.anchorMap[r],ae(e,!0,-1),!0}function $r(e,t,r,o,n){var i,a,s,l=1,d=!1,u=!1,p,h,f,m,b,w;if(e.listener!==null&&e.listener("open",e),e.tag=null,e.anchor=null,e.kind=null,e.result=null,i=a=s=ps===r||O_===r,o&&ae(e,!0,-1)&&(d=!0,e.lineIndent>t?l=1:e.lineIndent===t?l=0:e.lineIndent<t&&(l=-1)),l===1)for(;GP(e)||BP(e);)ae(e,!0,-1)?(d=!0,s=i,e.lineIndent>t?l=1:e.lineIndent===t?l=0:e.lineIndent<t&&(l=-1)):s=!1;if(s&&(s=d||n),(l===1||ps===r)&&(us===r||C_===r?b=t:b=t+1,w=e.position-e.lineStart,l===1?s&&(t_(e,w)||FP(e,w,b))||UP(e,b)?u=!0:(a&&zP(e,b)||jP(e,b)||MP(e,b)?u=!0:WP(e)?(u=!0,(e.tag!==null||e.anchor!==null)&&z(e,"alias node should not have any properties")):DP(e,b,us===r)&&(u=!0,e.tag===null&&(e.tag="?")),e.anchor!==null&&(e.anchorMap[e.anchor]=e.result)):l===0&&(u=s&&t_(e,w))),e.tag===null)e.anchor!==null&&(e.anchorMap[e.anchor]=e.result);else if(e.tag==="?"){for(e.result!==null&&e.kind!=="scalar"&&z(e,'unacceptable node kind for !<?> tag; it should be "scalar", not "'+e.kind+'"'),p=0,h=e.implicitTypes.length;p<h;p+=1)if(m=e.implicitTypes[p],m.resolve(e.result)){e.result=m.construct(e.result),e.tag=m.tag,e.anchor!==null&&(e.anchorMap[e.anchor]=e.result);break}}else if(e.tag!=="!"){if(tn.call(e.typeMap[e.kind||"fallback"],e.tag))m=e.typeMap[e.kind||"fallback"][e.tag];else for(m=null,f=e.typeMap.multi[e.kind||"fallback"],p=0,h=f.length;p<h;p+=1)if(e.tag.slice(0,f[p].tag.length)===f[p].tag){m=f[p];break}m||z(e,"unknown tag !<"+e.tag+">"),e.result!==null&&m.kind!==e.kind&&z(e,"unacceptable node kind for !<"+e.tag+'> tag; it should be "'+m.kind+'", not "'+e.kind+'"'),m.resolve(e.result,e.tag)?(e.result=m.construct(e.result,e.tag),e.anchor!==null&&(e.anchorMap[e.anchor]=e.result)):z(e,"cannot resolve a node with !<"+e.tag+"> explicit tag")}return e.listener!==null&&e.listener("close",e),e.tag!==null||e.anchor!==null||u}function KP(e){var t=e.position,r,o,n,i=!1,a;for(e.version=null,e.checkLineBreaks=e.legacy,e.tagMap=Object.create(null),e.anchorMap=Object.create(null);(a=e.input.charCodeAt(e.position))!==0&&(ae(e,!0,-1),a=e.input.charCodeAt(e.position),!(e.lineIndent>0||a!==37));){for(i=!0,a=e.input.charCodeAt(++e.position),r=e.position;a!==0&&!ze(a);)a=e.input.charCodeAt(++e.position);for(o=e.input.slice(r,e.position),n=[],o.length<1&&z(e,"directive name must not be less than one character in length");a!==0;){for(;En(a);)a=e.input.charCodeAt(++e.position);if(a===35){do a=e.input.charCodeAt(++e.position);while(a!==0&&!pt(a));break}if(pt(a))break;for(r=e.position;a!==0&&!ze(a);)a=e.input.charCodeAt(++e.position);n.push(e.input.slice(r,e.position))}a!==0&&am(e),tn.call(Qw,o)?Qw[o](e,o,n):hs(e,'unknown document directive "'+o+'"')}if(ae(e,!0,-1),e.lineIndent===0&&e.input.charCodeAt(e.position)===45&&e.input.charCodeAt(e.position+1)===45&&e.input.charCodeAt(e.position+2)===45?(e.position+=3,ae(e,!0,-1)):i&&z(e,"directives end mark is expected"),$r(e,e.lineIndent-1,ps,!1,!0),ae(e,!0,-1),e.checkLineBreaks&&IP.test(e.input.slice(t,e.position))&&hs(e,"non-ASCII line breaks are interpreted as content"),e.documents.push(e.result),e.position===e.lineStart&&gs(e)){e.input.charCodeAt(e.position)===46&&(e.position+=3,ae(e,!0,-1));return}if(e.position<e.length-1)z(e,"end of the stream or a document separator is expected");else return}function U_(e,t){e=String(e),t=t||{},e.length!==0&&(e.charCodeAt(e.length-1)!==10&&e.charCodeAt(e.length-1)!==13&&(e+=`
10113
- `),e.charCodeAt(0)===65279&&(e=e.slice(1)));var r=new LP(e,t),o=e.indexOf("\0");for(o!==-1&&(r.position=o,z(r,"null byte is not allowed in input")),r.input+="\0";r.input.charCodeAt(r.position)===32;)r.lineIndent+=1,r.position+=1;for(;r.position<r.length-1;)KP(r);return r.documents}function ZP(e,t,r){t!==null&&typeof t=="object"&&typeof r>"u"&&(r=t,t=null);var o=U_(e,r);if(typeof t!="function")return o;for(var n=0,i=o.length;n<i;n+=1)t(o[n])}function VP(e,t){var r=U_(e,t);if(r.length!==0){if(r.length===1)return r[0];throw new Re("expected a single document in the stream, but found more")}}function mC(e,t){var r,o,n,i,a,s,l;if(t===null)return{};for(r={},o=Object.keys(t),n=0,i=o.length;n<i;n+=1)a=o[n],s=String(t[a]),a.slice(0,2)==="!!"&&(a="tag:yaml.org,2002:"+a.slice(2)),l=e.compiledTypeMap.fallback[a],l&&G_.call(l.styleAliases,s)&&(s=l.styleAliases[s]),r[a]=s;return r}function fC(e){var t,r,o;if(t=e.toString(16).toUpperCase(),e<=255)r="x",o=2;else if(e<=65535)r="u",o=4;else if(e<=4294967295)r="U",o=8;else throw new Re("code point within a string may not be greater than 0xFFFFFFFF");return"\\"+r+le.repeat("0",o-t.length)+t}function yC(e){this.schema=e.schema||im,this.indent=Math.max(1,e.indent||2),this.noArrayIndent=e.noArrayIndent||!1,this.skipInvalid=e.skipInvalid||!1,this.flowLevel=le.isNothing(e.flowLevel)?-1:e.flowLevel,this.styleMap=mC(this.schema,e.styles||null),this.sortKeys=e.sortKeys||!1,this.lineWidth=e.lineWidth||80,this.noRefs=e.noRefs||!1,this.noCompatMode=e.noCompatMode||!1,this.condenseFlow=e.condenseFlow||!1,this.quotingType=e.quotingType==='"'?Wo:gC,this.forceQuotes=e.forceQuotes||!1,this.replacer=typeof e.replacer=="function"?e.replacer:null,this.implicitTypes=this.schema.compiledImplicit,this.explicitTypes=this.schema.compiledExplicit,this.tag=null,this.result="",this.duplicates=[],this.usedDuplicates=null}function n_(e,t){for(var r=le.repeat(" ",t),o=0,n=-1,i="",a,s=e.length;o<s;)n=e.indexOf(`
10142
+ `)}m.write("payload.value = newResult;"),m.write("return payload;");let w=m.compile();return(x,C)=>w(h,x,C)},i,a=gn,s=!mn.jitless,d=s&&Fc.value,u=t.catchall,p;e._zod.parse=(h,m)=>{p??(p=o.value);let g=h.value;return a(g)?s&&d&&m?.async===!1&&m.jitless!==!0?(i||(i=n(t.shape)),h=i(h,m),u?wy([],g,h,m,p,e):h):r(h,m):(h.issues.push({expected:"object",code:"invalid_type",input:g,inst:e}),h)}});uo=b("$ZodUnion",(e,t)=>{G.init(e,t),Z(e._zod,"optin",()=>t.options.some(o=>o._zod.optin==="optional")?"optional":void 0),Z(e._zod,"optout",()=>t.options.some(o=>o._zod.optout==="optional")?"optional":void 0),Z(e._zod,"values",()=>{if(t.options.every(o=>o._zod.values))return new Set(t.options.flatMap(o=>Array.from(o._zod.values)))}),Z(e._zod,"pattern",()=>{if(t.options.every(o=>o._zod.pattern)){let o=t.options.map(n=>n._zod.pattern);return new RegExp(`^(${o.map(n=>Qr(n.source)).join("|")})$`)}});let r=t.options.length===1?t.options[0]._zod.run:null;e._zod.parse=(o,n)=>{if(r)return r(o,n);let i=!1,a=[];for(let s of t.options){let c=s._zod.run({value:o.value,issues:[]},n);if(c instanceof Promise)a.push(c),i=!0;else{if(c.issues.length===0)return c;a.push(c)}}return i?Promise.all(a).then(s=>oy(s,o,e,n)):oy(a,o,e,n)}});Ld=b("$ZodXor",(e,t)=>{uo.init(e,t),t.inclusive=!1;let r=t.options.length===1?t.options[0]._zod.run:null;e._zod.parse=(o,n)=>{if(r)return r(o,n);let i=!1,a=[];for(let s of t.options){let c=s._zod.run({value:o.value,issues:[]},n);c instanceof Promise?(a.push(c),i=!0):a.push(c)}return i?Promise.all(a).then(s=>iy(s,o,e,n)):iy(a,o,e,n)}}),Dd=b("$ZodDiscriminatedUnion",(e,t)=>{t.inclusive=!1,uo.init(e,t);let r=e._zod.parse;Z(e._zod,"propValues",()=>{let n={};for(let i of t.options){let a=i._zod.propValues;if(!a||Object.keys(a).length===0)throw new Error(`Invalid discriminated union option at index "${t.options.indexOf(i)}"`);for(let[s,c]of Object.entries(a)){n[s]||(n[s]=new Set);for(let d of c)n[s].add(d)}}return n});let o=Kn(()=>{let n=t.options,i=new Map;for(let a of n){let s=a._zod.propValues?.[t.discriminator];if(!s||s.size===0)throw new Error(`Invalid discriminated union option at index "${t.options.indexOf(a)}"`);for(let c of s){if(i.has(c))throw new Error(`Duplicate discriminator value "${String(c)}"`);i.set(c,a)}}return i});e._zod.parse=(n,i)=>{let a=n.value;if(!gn(a))return n.issues.push({code:"invalid_type",expected:"object",input:a,inst:e}),n;let s=o.value.get(a?.[t.discriminator]);return s?s._zod.run(n,i):t.unionFallback||i.direction==="backward"?r(n,i):(n.issues.push({code:"invalid_union",errors:[],note:"No matching discriminator",discriminator:t.discriminator,options:Array.from(o.value.keys()),input:a,path:[t.discriminator],inst:e}),n)}}),jd=b("$ZodIntersection",(e,t)=>{G.init(e,t),e._zod.parse=(r,o)=>{let n=r.value,i=t.left._zod.run({value:n,issues:[]},o),a=t.right._zod.run({value:n,issues:[]},o);return i instanceof Promise||a instanceof Promise?Promise.all([i,a]).then(([c,d])=>ay(r,c,d)):ay(r,i,a)}});Vi=b("$ZodTuple",(e,t)=>{G.init(e,t);let r=t.items;e._zod.parse=(o,n)=>{let i=o.value;if(!Array.isArray(i))return o.issues.push({input:i,inst:e,expected:"tuple",code:"invalid_type"}),o;o.value=[];let a=[],s=sy(r,"optin"),c=sy(r,"optout");if(!t.rest){if(i.length<s)return o.issues.push({code:"too_small",minimum:s,inclusive:!0,input:i,inst:e,origin:"array"}),o;i.length>r.length&&o.issues.push({code:"too_big",maximum:r.length,inclusive:!0,input:i,inst:e,origin:"array"})}let d=new Array(r.length);for(let u=0;u<r.length;u++){let p=r[u]._zod.run({value:i[u],issues:[]},n);p instanceof Promise?a.push(p.then(h=>{d[u]=h})):d[u]=p}if(t.rest){let u=r.length-1,p=i.slice(r.length);for(let h of p){u++;let m=t.rest._zod.run({value:h,issues:[]},n);m instanceof Promise?a.push(m.then(g=>cy(g,o,u))):cy(m,o,u)}}return a.length?Promise.all(a).then(()=>ly(d,o,r,i,c)):ly(d,o,r,i,c)}});Md=b("$ZodRecord",(e,t)=>{G.init(e,t),e._zod.parse=(r,o)=>{let n=r.value;if(!zt(n))return r.issues.push({expected:"record",code:"invalid_type",input:n,inst:e}),r;let i=[],a=t.keyType._zod.values;if(a){r.value={};let s=new Set;for(let d of a)if(typeof d=="string"||typeof d=="number"||typeof d=="symbol"){s.add(typeof d=="number"?d.toString():d);let u=t.keyType._zod.run({value:d,issues:[]},o);if(u instanceof Promise)throw new Error("Async schemas not supported in object keys currently");if(u.issues.length){r.issues.push({code:"invalid_key",origin:"record",issues:u.issues.map(m=>Pe(m,o,oe())),input:d,path:[d],inst:e});continue}let p=u.value,h=t.valueType._zod.run({value:n[d],issues:[]},o);h instanceof Promise?i.push(h.then(m=>{m.issues.length&&r.issues.push(...De(d,m.issues)),r.value[p]=m.value})):(h.issues.length&&r.issues.push(...De(d,h.issues)),r.value[p]=h.value)}let c;for(let d in n)s.has(d)||(c=c??[],c.push(d));c&&c.length>0&&r.issues.push({code:"unrecognized_keys",input:n,inst:e,keys:c})}else{r.value={};for(let s of Reflect.ownKeys(n)){if(s==="__proto__"||!Object.prototype.propertyIsEnumerable.call(n,s))continue;let c=t.keyType._zod.run({value:s,issues:[]},o);if(c instanceof Promise)throw new Error("Async schemas not supported in object keys currently");if(typeof s=="string"&&ji.test(s)&&c.issues.length){let p=t.keyType._zod.run({value:Number(s),issues:[]},o);if(p instanceof Promise)throw new Error("Async schemas not supported in object keys currently");p.issues.length===0&&(c=p)}if(c.issues.length){t.mode==="loose"?r.value[s]=n[s]:r.issues.push({code:"invalid_key",origin:"record",issues:c.issues.map(p=>Pe(p,o,oe())),input:s,path:[s],inst:e});continue}let u=t.valueType._zod.run({value:n[s],issues:[]},o);u instanceof Promise?i.push(u.then(p=>{p.issues.length&&r.issues.push(...De(s,p.issues)),r.value[c.value]=p.value})):(u.issues.length&&r.issues.push(...De(s,u.issues)),r.value[c.value]=u.value)}}return i.length?Promise.all(i).then(()=>r):r}}),Ud=b("$ZodMap",(e,t)=>{G.init(e,t),e._zod.parse=(r,o)=>{let n=r.value;if(!(n instanceof Map))return r.issues.push({expected:"map",code:"invalid_type",input:n,inst:e}),r;let i=[];r.value=new Map;for(let[a,s]of n){let c=t.keyType._zod.run({value:a,issues:[]},o),d=t.valueType._zod.run({value:s,issues:[]},o);c instanceof Promise||d instanceof Promise?i.push(Promise.all([c,d]).then(([u,p])=>{dy(u,p,r,a,n,e,o)})):dy(c,d,r,a,n,e,o)}return i.length?Promise.all(i).then(()=>r):r}});zd=b("$ZodSet",(e,t)=>{G.init(e,t),e._zod.parse=(r,o)=>{let n=r.value;if(!(n instanceof Set))return r.issues.push({input:n,inst:e,expected:"set",code:"invalid_type"}),r;let i=[];r.value=new Set;for(let a of n){let s=t.valueType._zod.run({value:a,issues:[]},o);s instanceof Promise?i.push(s.then(c=>uy(c,r))):uy(s,r)}return i.length?Promise.all(i).then(()=>r):r}});Fd=b("$ZodEnum",(e,t)=>{G.init(e,t);let r=Xr(t.entries),o=new Set(r);e._zod.values=o,e._zod.pattern=new RegExp(`^(${r.filter(n=>eo.has(typeof n)).map(n=>typeof n=="string"?Ve(n):n.toString()).join("|")})$`),e._zod.parse=(n,i)=>{let a=n.value;return o.has(a)||n.issues.push({code:"invalid_value",values:r,input:a,inst:e}),n}}),Gd=b("$ZodLiteral",(e,t)=>{if(G.init(e,t),t.values.length===0)throw new Error("Cannot create literal schema with no valid values");let r=new Set(t.values);e._zod.values=r,e._zod.pattern=new RegExp(`^(${t.values.map(o=>typeof o=="string"?Ve(o):o?Ve(o.toString()):String(o)).join("|")})$`),e._zod.parse=(o,n)=>{let i=o.value;return r.has(i)||o.issues.push({code:"invalid_value",values:t.values,input:i,inst:e}),o}}),Bd=b("$ZodFile",(e,t)=>{G.init(e,t),e._zod.parse=(r,o)=>{let n=r.value;return n instanceof File||r.issues.push({expected:"file",code:"invalid_type",input:n,inst:e}),r}}),Wd=b("$ZodTransform",(e,t)=>{G.init(e,t),e._zod.optin="optional",e._zod.parse=(r,o)=>{if(o.direction==="backward")throw new jt(e.constructor.name);let n=t.transform(r.value,r);if(o.async)return(n instanceof Promise?n:Promise.resolve(n)).then(a=>(r.value=a,r.fallback=!0,r));if(n instanceof Promise)throw new Qe;return r.value=n,r.fallback=!0,r}});Yi=b("$ZodOptional",(e,t)=>{G.init(e,t),e._zod.optin="optional",e._zod.optout="optional",Z(e._zod,"values",()=>t.innerType._zod.values?new Set([...t.innerType._zod.values,void 0]):void 0),Z(e._zod,"pattern",()=>{let r=t.innerType._zod.pattern;return r?new RegExp(`^(${Qr(r.source)})?$`):void 0}),e._zod.parse=(r,o)=>{if(t.innerType._zod.optin==="optional"){let n=r.value,i=t.innerType._zod.run(r,o);return i instanceof Promise?i.then(a=>py(a,n)):py(i,n)}return r.value===void 0?r:t.innerType._zod.run(r,o)}}),Kd=b("$ZodExactOptional",(e,t)=>{Yi.init(e,t),Z(e._zod,"values",()=>t.innerType._zod.values),Z(e._zod,"pattern",()=>t.innerType._zod.pattern),e._zod.parse=(r,o)=>t.innerType._zod.run(r,o)}),Zd=b("$ZodNullable",(e,t)=>{G.init(e,t),Z(e._zod,"optin",()=>t.innerType._zod.optin),Z(e._zod,"optout",()=>t.innerType._zod.optout),Z(e._zod,"pattern",()=>{let r=t.innerType._zod.pattern;return r?new RegExp(`^(${Qr(r.source)}|null)$`):void 0}),Z(e._zod,"values",()=>t.innerType._zod.values?new Set([...t.innerType._zod.values,null]):void 0),e._zod.parse=(r,o)=>r.value===null?r:t.innerType._zod.run(r,o)}),Hd=b("$ZodDefault",(e,t)=>{G.init(e,t),e._zod.optin="optional",Z(e._zod,"values",()=>t.innerType._zod.values),e._zod.parse=(r,o)=>{if(o.direction==="backward")return t.innerType._zod.run(r,o);if(r.value===void 0)return r.value=t.defaultValue,r;let n=t.innerType._zod.run(r,o);return n instanceof Promise?n.then(i=>hy(i,t)):hy(n,t)}});Vd=b("$ZodPrefault",(e,t)=>{G.init(e,t),e._zod.optin="optional",Z(e._zod,"values",()=>t.innerType._zod.values),e._zod.parse=(r,o)=>(o.direction==="backward"||r.value===void 0&&(r.value=t.defaultValue),t.innerType._zod.run(r,o))}),Yd=b("$ZodNonOptional",(e,t)=>{G.init(e,t),Z(e._zod,"values",()=>{let r=t.innerType._zod.values;return r?new Set([...r].filter(o=>o!==void 0)):void 0}),e._zod.parse=(r,o)=>{let n=t.innerType._zod.run(r,o);return n instanceof Promise?n.then(i=>my(i,e)):my(n,e)}});Jd=b("$ZodSuccess",(e,t)=>{G.init(e,t),e._zod.parse=(r,o)=>{if(o.direction==="backward")throw new jt("ZodSuccess");let n=t.innerType._zod.run(r,o);return n instanceof Promise?n.then(i=>(r.value=i.issues.length===0,r)):(r.value=n.issues.length===0,r)}}),qd=b("$ZodCatch",(e,t)=>{G.init(e,t),e._zod.optin="optional",Z(e._zod,"optout",()=>t.innerType._zod.optout),Z(e._zod,"values",()=>t.innerType._zod.values),e._zod.parse=(r,o)=>{if(o.direction==="backward")return t.innerType._zod.run(r,o);let n=t.innerType._zod.run(r,o);return n instanceof Promise?n.then(i=>(r.value=i.value,i.issues.length&&(r.value=t.catchValue({...r,error:{issues:i.issues.map(a=>Pe(a,o,oe()))},input:r.value}),r.issues=[],r.fallback=!0),r)):(r.value=n.value,n.issues.length&&(r.value=t.catchValue({...r,error:{issues:n.issues.map(i=>Pe(i,o,oe()))},input:r.value}),r.issues=[],r.fallback=!0),r)}}),Xd=b("$ZodNaN",(e,t)=>{G.init(e,t),e._zod.parse=(r,o)=>((typeof r.value!="number"||!Number.isNaN(r.value))&&r.issues.push({input:r.value,inst:e,expected:"nan",code:"invalid_type"}),r)}),Ji=b("$ZodPipe",(e,t)=>{G.init(e,t),Z(e._zod,"values",()=>t.in._zod.values),Z(e._zod,"optin",()=>t.in._zod.optin),Z(e._zod,"optout",()=>t.out._zod.optout),Z(e._zod,"propValues",()=>t.in._zod.propValues),e._zod.parse=(r,o)=>{if(o.direction==="backward"){let i=t.out._zod.run(r,o);return i instanceof Promise?i.then(a=>Gi(a,t.in,o)):Gi(i,t.in,o)}let n=t.in._zod.run(r,o);return n instanceof Promise?n.then(i=>Gi(i,t.out,o)):Gi(n,t.out,o)}});po=b("$ZodCodec",(e,t)=>{G.init(e,t),Z(e._zod,"values",()=>t.in._zod.values),Z(e._zod,"optin",()=>t.in._zod.optin),Z(e._zod,"optout",()=>t.out._zod.optout),Z(e._zod,"propValues",()=>t.in._zod.propValues),e._zod.parse=(r,o)=>{if((o.direction||"forward")==="forward"){let i=t.in._zod.run(r,o);return i instanceof Promise?i.then(a=>Bi(a,t,o)):Bi(i,t,o)}else{let i=t.out._zod.run(r,o);return i instanceof Promise?i.then(a=>Bi(a,t,o)):Bi(i,t,o)}}});Qd=b("$ZodPreprocess",(e,t)=>{Ji.init(e,t)}),eu=b("$ZodReadonly",(e,t)=>{G.init(e,t),Z(e._zod,"propValues",()=>t.innerType._zod.propValues),Z(e._zod,"values",()=>t.innerType._zod.values),Z(e._zod,"optin",()=>t.innerType?._zod?.optin),Z(e._zod,"optout",()=>t.innerType?._zod?.optout),e._zod.parse=(r,o)=>{if(o.direction==="backward")return t.innerType._zod.run(r,o);let n=t.innerType._zod.run(r,o);return n instanceof Promise?n.then(fy):fy(n)}});tu=b("$ZodTemplateLiteral",(e,t)=>{G.init(e,t);let r=[];for(let o of t.parts)if(typeof o=="object"&&o!==null){if(!o._zod.pattern)throw new Error(`Invalid template literal part, no pattern found: ${[...o._zod.traits].shift()}`);let n=o._zod.pattern instanceof RegExp?o._zod.pattern.source:o._zod.pattern;if(!n)throw new Error(`Invalid template literal part: ${o._zod.traits}`);let i=n.startsWith("^")?1:0,a=n.endsWith("$")?n.length-1:n.length;r.push(n.slice(i,a))}else if(o===null||Bc.has(typeof o))r.push(Ve(`${o}`));else throw new Error(`Invalid template literal part: ${o}`);e._zod.pattern=new RegExp(`^${r.join("")}$`),e._zod.parse=(o,n)=>typeof o.value!="string"?(o.issues.push({input:o.value,inst:e,expected:"string",code:"invalid_type"}),o):(e._zod.pattern.lastIndex=0,e._zod.pattern.test(o.value)||o.issues.push({input:o.value,inst:e,code:"invalid_format",format:t.format??"template_literal",pattern:e._zod.pattern.source}),o)}),nu=b("$ZodFunction",(e,t)=>(G.init(e,t),e._def=t,e._zod.def=t,e.implement=r=>{if(typeof r!="function")throw new Error("implement() must be called with a function");return function(...o){let n=e._def.input?$i(e._def.input,o):o,i=Reflect.apply(r,this,n);return e._def.output?$i(e._def.output,i):i}},e.implementAsync=r=>{if(typeof r!="function")throw new Error("implementAsync() must be called with a function");return async function(...o){let n=e._def.input?await Ti(e._def.input,o):o,i=await Reflect.apply(r,this,n);return e._def.output?await Ti(e._def.output,i):i}},e._zod.parse=(r,o)=>typeof r.value!="function"?(r.issues.push({code:"invalid_type",expected:"function",input:r.value,inst:e}),r):(e._def.output&&e._def.output._zod.def.type==="promise"?r.value=e.implementAsync(r.value):r.value=e.implement(r.value),r),e.input=(...r)=>{let o=e.constructor;return Array.isArray(r[0])?new o({type:"function",input:new Vi({type:"tuple",items:r[0],rest:r[1]}),output:e._def.output}):new o({type:"function",input:r[0],output:e._def.output})},e.output=r=>{let o=e.constructor;return new o({type:"function",input:e._def.input,output:r})},e)),ru=b("$ZodPromise",(e,t)=>{G.init(e,t),e._zod.parse=(r,o)=>Promise.resolve(r.value).then(n=>t.innerType._zod.run({value:n,issues:[]},o))}),ou=b("$ZodLazy",(e,t)=>{G.init(e,t),Z(e._zod,"innerType",()=>{let r=t;return r._cachedInner||(r._cachedInner=t.getter()),r._cachedInner}),Z(e._zod,"pattern",()=>e._zod.innerType?._zod?.pattern),Z(e._zod,"propValues",()=>e._zod.innerType?._zod?.propValues),Z(e._zod,"optin",()=>e._zod.innerType?._zod?.optin??void 0),Z(e._zod,"optout",()=>e._zod.innerType?._zod?.optout??void 0),e._zod.parse=(r,o)=>e._zod.innerType._zod.run(r,o)}),iu=b("$ZodCustom",(e,t)=>{ee.init(e,t),G.init(e,t),e._zod.parse=(r,o)=>r,e._zod.check=r=>{let o=r.value,n=t.fn(o);if(n instanceof Promise)return n.then(i=>gy(i,r,o,e));gy(n,r,o,e)}})});function ky(){return{localeError:E0()}}var E0,xy=v(()=>{U();E0=()=>{let e={string:{unit:"\u062D\u0631\u0641",verb:"\u0623\u0646 \u064A\u062D\u0648\u064A"},file:{unit:"\u0628\u0627\u064A\u062A",verb:"\u0623\u0646 \u064A\u062D\u0648\u064A"},array:{unit:"\u0639\u0646\u0635\u0631",verb:"\u0623\u0646 \u064A\u062D\u0648\u064A"},set:{unit:"\u0639\u0646\u0635\u0631",verb:"\u0623\u0646 \u064A\u062D\u0648\u064A"}};function t(n){return e[n]??null}let r={regex:"\u0645\u062F\u062E\u0644",email:"\u0628\u0631\u064A\u062F \u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A",url:"\u0631\u0627\u0628\u0637",emoji:"\u0625\u064A\u0645\u0648\u062C\u064A",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"\u062A\u0627\u0631\u064A\u062E \u0648\u0648\u0642\u062A \u0628\u0645\u0639\u064A\u0627\u0631 ISO",date:"\u062A\u0627\u0631\u064A\u062E \u0628\u0645\u0639\u064A\u0627\u0631 ISO",time:"\u0648\u0642\u062A \u0628\u0645\u0639\u064A\u0627\u0631 ISO",duration:"\u0645\u062F\u0629 \u0628\u0645\u0639\u064A\u0627\u0631 ISO",ipv4:"\u0639\u0646\u0648\u0627\u0646 IPv4",ipv6:"\u0639\u0646\u0648\u0627\u0646 IPv6",cidrv4:"\u0645\u062F\u0649 \u0639\u0646\u0627\u0648\u064A\u0646 \u0628\u0635\u064A\u063A\u0629 IPv4",cidrv6:"\u0645\u062F\u0649 \u0639\u0646\u0627\u0648\u064A\u0646 \u0628\u0635\u064A\u063A\u0629 IPv6",base64:"\u0646\u064E\u0635 \u0628\u062A\u0631\u0645\u064A\u0632 base64-encoded",base64url:"\u0646\u064E\u0635 \u0628\u062A\u0631\u0645\u064A\u0632 base64url-encoded",json_string:"\u0646\u064E\u0635 \u0639\u0644\u0649 \u0647\u064A\u0626\u0629 JSON",e164:"\u0631\u0642\u0645 \u0647\u0627\u062A\u0641 \u0628\u0645\u0639\u064A\u0627\u0631 E.164",jwt:"JWT",template_literal:"\u0645\u062F\u062E\u0644"},o={nan:"NaN"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=I(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`\u0645\u062F\u062E\u0644\u0627\u062A \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644\u0629: \u064A\u0641\u062A\u0631\u0636 \u0625\u062F\u062E\u0627\u0644 instanceof ${n.expected}\u060C \u0648\u0644\u0643\u0646 \u062A\u0645 \u0625\u062F\u062E\u0627\u0644 ${s}`:`\u0645\u062F\u062E\u0644\u0627\u062A \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644\u0629: \u064A\u0641\u062A\u0631\u0636 \u0625\u062F\u062E\u0627\u0644 ${i}\u060C \u0648\u0644\u0643\u0646 \u062A\u0645 \u0625\u062F\u062E\u0627\u0644 ${s}`}case"invalid_value":return n.values.length===1?`\u0645\u062F\u062E\u0644\u0627\u062A \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644\u0629: \u064A\u0641\u062A\u0631\u0636 \u0625\u062F\u062E\u0627\u0644 ${A(n.values[0])}`:`\u0627\u062E\u062A\u064A\u0627\u0631 \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644: \u064A\u062A\u0648\u0642\u0639 \u0627\u0646\u062A\u0642\u0627\u0621 \u0623\u062D\u062F \u0647\u0630\u0647 \u0627\u0644\u062E\u064A\u0627\u0631\u0627\u062A: ${k(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);return a?` \u0623\u0643\u0628\u0631 \u0645\u0646 \u0627\u0644\u0644\u0627\u0632\u0645: \u064A\u0641\u062A\u0631\u0636 \u0623\u0646 \u062A\u0643\u0648\u0646 ${n.origin??"\u0627\u0644\u0642\u064A\u0645\u0629"} ${i} ${n.maximum.toString()} ${a.unit??"\u0639\u0646\u0635\u0631"}`:`\u0623\u0643\u0628\u0631 \u0645\u0646 \u0627\u0644\u0644\u0627\u0632\u0645: \u064A\u0641\u062A\u0631\u0636 \u0623\u0646 \u062A\u0643\u0648\u0646 ${n.origin??"\u0627\u0644\u0642\u064A\u0645\u0629"} ${i} ${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);return a?`\u0623\u0635\u063A\u0631 \u0645\u0646 \u0627\u0644\u0644\u0627\u0632\u0645: \u064A\u0641\u062A\u0631\u0636 \u0644\u0640 ${n.origin} \u0623\u0646 \u064A\u0643\u0648\u0646 ${i} ${n.minimum.toString()} ${a.unit}`:`\u0623\u0635\u063A\u0631 \u0645\u0646 \u0627\u0644\u0644\u0627\u0632\u0645: \u064A\u0641\u062A\u0631\u0636 \u0644\u0640 ${n.origin} \u0623\u0646 \u064A\u0643\u0648\u0646 ${i} ${n.minimum.toString()}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`\u0646\u064E\u0635 \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644: \u064A\u062C\u0628 \u0623\u0646 \u064A\u0628\u062F\u0623 \u0628\u0640 "${n.prefix}"`:i.format==="ends_with"?`\u0646\u064E\u0635 \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644: \u064A\u062C\u0628 \u0623\u0646 \u064A\u0646\u062A\u0647\u064A \u0628\u0640 "${i.suffix}"`:i.format==="includes"?`\u0646\u064E\u0635 \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644: \u064A\u062C\u0628 \u0623\u0646 \u064A\u062A\u0636\u0645\u0651\u064E\u0646 "${i.includes}"`:i.format==="regex"?`\u0646\u064E\u0635 \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644: \u064A\u062C\u0628 \u0623\u0646 \u064A\u0637\u0627\u0628\u0642 \u0627\u0644\u0646\u0645\u0637 ${i.pattern}`:`${r[i.format]??n.format} \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644`}case"not_multiple_of":return`\u0631\u0642\u0645 \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644: \u064A\u062C\u0628 \u0623\u0646 \u064A\u0643\u0648\u0646 \u0645\u0646 \u0645\u0636\u0627\u0639\u0641\u0627\u062A ${n.divisor}`;case"unrecognized_keys":return`\u0645\u0639\u0631\u0641${n.keys.length>1?"\u0627\u062A":""} \u063A\u0631\u064A\u0628${n.keys.length>1?"\u0629":""}: ${k(n.keys,"\u060C ")}`;case"invalid_key":return`\u0645\u0639\u0631\u0641 \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644 \u0641\u064A ${n.origin}`;case"invalid_union":return"\u0645\u062F\u062E\u0644 \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644";case"invalid_element":return`\u0645\u062F\u062E\u0644 \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644 \u0641\u064A ${n.origin}`;default:return"\u0645\u062F\u062E\u0644 \u063A\u064A\u0631 \u0645\u0642\u0628\u0648\u0644"}}}});function Sy(){return{localeError:$0()}}var $0,Ey=v(()=>{U();$0=()=>{let e={string:{unit:"simvol",verb:"olmal\u0131d\u0131r"},file:{unit:"bayt",verb:"olmal\u0131d\u0131r"},array:{unit:"element",verb:"olmal\u0131d\u0131r"},set:{unit:"element",verb:"olmal\u0131d\u0131r"}};function t(n){return e[n]??null}let r={regex:"input",email:"email address",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO datetime",date:"ISO date",time:"ISO time",duration:"ISO duration",ipv4:"IPv4 address",ipv6:"IPv6 address",cidrv4:"IPv4 range",cidrv6:"IPv6 range",base64:"base64-encoded string",base64url:"base64url-encoded string",json_string:"JSON string",e164:"E.164 number",jwt:"JWT",template_literal:"input"},o={nan:"NaN"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=I(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`Yanl\u0131\u015F d\u0259y\u0259r: g\xF6zl\u0259nil\u0259n instanceof ${n.expected}, daxil olan ${s}`:`Yanl\u0131\u015F d\u0259y\u0259r: g\xF6zl\u0259nil\u0259n ${i}, daxil olan ${s}`}case"invalid_value":return n.values.length===1?`Yanl\u0131\u015F d\u0259y\u0259r: g\xF6zl\u0259nil\u0259n ${A(n.values[0])}`:`Yanl\u0131\u015F se\xE7im: a\u015Fa\u011F\u0131dak\u0131lardan biri olmal\u0131d\u0131r: ${k(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);return a?`\xC7ox b\xF6y\xFCk: g\xF6zl\u0259nil\u0259n ${n.origin??"d\u0259y\u0259r"} ${i}${n.maximum.toString()} ${a.unit??"element"}`:`\xC7ox b\xF6y\xFCk: g\xF6zl\u0259nil\u0259n ${n.origin??"d\u0259y\u0259r"} ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);return a?`\xC7ox ki\xE7ik: g\xF6zl\u0259nil\u0259n ${n.origin} ${i}${n.minimum.toString()} ${a.unit}`:`\xC7ox ki\xE7ik: g\xF6zl\u0259nil\u0259n ${n.origin} ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`Yanl\u0131\u015F m\u0259tn: "${i.prefix}" il\u0259 ba\u015Flamal\u0131d\u0131r`:i.format==="ends_with"?`Yanl\u0131\u015F m\u0259tn: "${i.suffix}" il\u0259 bitm\u0259lidir`:i.format==="includes"?`Yanl\u0131\u015F m\u0259tn: "${i.includes}" daxil olmal\u0131d\u0131r`:i.format==="regex"?`Yanl\u0131\u015F m\u0259tn: ${i.pattern} \u015Fablonuna uy\u011Fun olmal\u0131d\u0131r`:`Yanl\u0131\u015F ${r[i.format]??n.format}`}case"not_multiple_of":return`Yanl\u0131\u015F \u0259d\u0259d: ${n.divisor} il\u0259 b\xF6l\xFCn\u0259 bil\u0259n olmal\u0131d\u0131r`;case"unrecognized_keys":return`Tan\u0131nmayan a\xE7ar${n.keys.length>1?"lar":""}: ${k(n.keys,", ")}`;case"invalid_key":return`${n.origin} daxilind\u0259 yanl\u0131\u015F a\xE7ar`;case"invalid_union":return"Yanl\u0131\u015F d\u0259y\u0259r";case"invalid_element":return`${n.origin} daxilind\u0259 yanl\u0131\u015F d\u0259y\u0259r`;default:return"Yanl\u0131\u015F d\u0259y\u0259r"}}}});function $y(e,t,r,o){let n=Math.abs(e),i=n%10,a=n%100;return a>=11&&a<=19?o:i===1?t:i>=2&&i<=4?r:o}function Ty(){return{localeError:T0()}}var T0,Ay=v(()=>{U();T0=()=>{let e={string:{unit:{one:"\u0441\u0456\u043C\u0432\u0430\u043B",few:"\u0441\u0456\u043C\u0432\u0430\u043B\u044B",many:"\u0441\u0456\u043C\u0432\u0430\u043B\u0430\u045E"},verb:"\u043C\u0435\u0446\u044C"},array:{unit:{one:"\u044D\u043B\u0435\u043C\u0435\u043D\u0442",few:"\u044D\u043B\u0435\u043C\u0435\u043D\u0442\u044B",many:"\u044D\u043B\u0435\u043C\u0435\u043D\u0442\u0430\u045E"},verb:"\u043C\u0435\u0446\u044C"},set:{unit:{one:"\u044D\u043B\u0435\u043C\u0435\u043D\u0442",few:"\u044D\u043B\u0435\u043C\u0435\u043D\u0442\u044B",many:"\u044D\u043B\u0435\u043C\u0435\u043D\u0442\u0430\u045E"},verb:"\u043C\u0435\u0446\u044C"},file:{unit:{one:"\u0431\u0430\u0439\u0442",few:"\u0431\u0430\u0439\u0442\u044B",many:"\u0431\u0430\u0439\u0442\u0430\u045E"},verb:"\u043C\u0435\u0446\u044C"}};function t(n){return e[n]??null}let r={regex:"\u0443\u0432\u043E\u0434",email:"email \u0430\u0434\u0440\u0430\u0441",url:"URL",emoji:"\u044D\u043C\u043E\u0434\u0437\u0456",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO \u0434\u0430\u0442\u0430 \u0456 \u0447\u0430\u0441",date:"ISO \u0434\u0430\u0442\u0430",time:"ISO \u0447\u0430\u0441",duration:"ISO \u043F\u0440\u0430\u0446\u044F\u0433\u043B\u0430\u0441\u0446\u044C",ipv4:"IPv4 \u0430\u0434\u0440\u0430\u0441",ipv6:"IPv6 \u0430\u0434\u0440\u0430\u0441",cidrv4:"IPv4 \u0434\u044B\u044F\u043F\u0430\u0437\u043E\u043D",cidrv6:"IPv6 \u0434\u044B\u044F\u043F\u0430\u0437\u043E\u043D",base64:"\u0440\u0430\u0434\u043E\u043A \u0443 \u0444\u0430\u0440\u043C\u0430\u0446\u0435 base64",base64url:"\u0440\u0430\u0434\u043E\u043A \u0443 \u0444\u0430\u0440\u043C\u0430\u0446\u0435 base64url",json_string:"JSON \u0440\u0430\u0434\u043E\u043A",e164:"\u043D\u0443\u043C\u0430\u0440 E.164",jwt:"JWT",template_literal:"\u0443\u0432\u043E\u0434"},o={nan:"NaN",number:"\u043B\u0456\u043A",array:"\u043C\u0430\u0441\u0456\u045E"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=I(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u045E\u0432\u043E\u0434: \u0447\u0430\u043A\u0430\u045E\u0441\u044F instanceof ${n.expected}, \u0430\u0442\u0440\u044B\u043C\u0430\u043D\u0430 ${s}`:`\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u045E\u0432\u043E\u0434: \u0447\u0430\u043A\u0430\u045E\u0441\u044F ${i}, \u0430\u0442\u0440\u044B\u043C\u0430\u043D\u0430 ${s}`}case"invalid_value":return n.values.length===1?`\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u045E\u0432\u043E\u0434: \u0447\u0430\u043A\u0430\u043B\u0430\u0441\u044F ${A(n.values[0])}`:`\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u0432\u0430\u0440\u044B\u044F\u043D\u0442: \u0447\u0430\u043A\u0430\u045E\u0441\u044F \u0430\u0434\u0437\u0456\u043D \u0437 ${k(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);if(a){let s=Number(n.maximum),c=$y(s,a.unit.one,a.unit.few,a.unit.many);return`\u0417\u0430\u043D\u0430\u0434\u0442\u0430 \u0432\u044F\u043B\u0456\u043A\u0456: \u0447\u0430\u043A\u0430\u043B\u0430\u0441\u044F, \u0448\u0442\u043E ${n.origin??"\u0437\u043D\u0430\u0447\u044D\u043D\u043D\u0435"} \u043F\u0430\u0432\u0456\u043D\u043D\u0430 ${a.verb} ${i}${n.maximum.toString()} ${c}`}return`\u0417\u0430\u043D\u0430\u0434\u0442\u0430 \u0432\u044F\u043B\u0456\u043A\u0456: \u0447\u0430\u043A\u0430\u043B\u0430\u0441\u044F, \u0448\u0442\u043E ${n.origin??"\u0437\u043D\u0430\u0447\u044D\u043D\u043D\u0435"} \u043F\u0430\u0432\u0456\u043D\u043D\u0430 \u0431\u044B\u0446\u044C ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);if(a){let s=Number(n.minimum),c=$y(s,a.unit.one,a.unit.few,a.unit.many);return`\u0417\u0430\u043D\u0430\u0434\u0442\u0430 \u043C\u0430\u043B\u044B: \u0447\u0430\u043A\u0430\u043B\u0430\u0441\u044F, \u0448\u0442\u043E ${n.origin} \u043F\u0430\u0432\u0456\u043D\u043D\u0430 ${a.verb} ${i}${n.minimum.toString()} ${c}`}return`\u0417\u0430\u043D\u0430\u0434\u0442\u0430 \u043C\u0430\u043B\u044B: \u0447\u0430\u043A\u0430\u043B\u0430\u0441\u044F, \u0448\u0442\u043E ${n.origin} \u043F\u0430\u0432\u0456\u043D\u043D\u0430 \u0431\u044B\u0446\u044C ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u0440\u0430\u0434\u043E\u043A: \u043F\u0430\u0432\u0456\u043D\u0435\u043D \u043F\u0430\u0447\u044B\u043D\u0430\u0446\u0446\u0430 \u0437 "${i.prefix}"`:i.format==="ends_with"?`\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u0440\u0430\u0434\u043E\u043A: \u043F\u0430\u0432\u0456\u043D\u0435\u043D \u0437\u0430\u043A\u0430\u043D\u0447\u0432\u0430\u0446\u0446\u0430 \u043D\u0430 "${i.suffix}"`:i.format==="includes"?`\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u0440\u0430\u0434\u043E\u043A: \u043F\u0430\u0432\u0456\u043D\u0435\u043D \u0437\u043C\u044F\u0448\u0447\u0430\u0446\u044C "${i.includes}"`:i.format==="regex"?`\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u0440\u0430\u0434\u043E\u043A: \u043F\u0430\u0432\u0456\u043D\u0435\u043D \u0430\u0434\u043F\u0430\u0432\u044F\u0434\u0430\u0446\u044C \u0448\u0430\u0431\u043B\u043E\u043D\u0443 ${i.pattern}`:`\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B ${r[i.format]??n.format}`}case"not_multiple_of":return`\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u043B\u0456\u043A: \u043F\u0430\u0432\u0456\u043D\u0435\u043D \u0431\u044B\u0446\u044C \u043A\u0440\u0430\u0442\u043D\u044B\u043C ${n.divisor}`;case"unrecognized_keys":return`\u041D\u0435\u0440\u0430\u0441\u043F\u0430\u0437\u043D\u0430\u043D\u044B ${n.keys.length>1?"\u043A\u043B\u044E\u0447\u044B":"\u043A\u043B\u044E\u0447"}: ${k(n.keys,", ")}`;case"invalid_key":return`\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u043A\u043B\u044E\u0447 \u0443 ${n.origin}`;case"invalid_union":return"\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u045E\u0432\u043E\u0434";case"invalid_element":return`\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u0430\u0435 \u0437\u043D\u0430\u0447\u044D\u043D\u043D\u0435 \u045E ${n.origin}`;default:return"\u041D\u044F\u043F\u0440\u0430\u0432\u0456\u043B\u044C\u043D\u044B \u045E\u0432\u043E\u0434"}}}});function Iy(){return{localeError:A0()}}var A0,Py=v(()=>{U();A0=()=>{let e={string:{unit:"\u0441\u0438\u043C\u0432\u043E\u043B\u0430",verb:"\u0434\u0430 \u0441\u044A\u0434\u044A\u0440\u0436\u0430"},file:{unit:"\u0431\u0430\u0439\u0442\u0430",verb:"\u0434\u0430 \u0441\u044A\u0434\u044A\u0440\u0436\u0430"},array:{unit:"\u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0430",verb:"\u0434\u0430 \u0441\u044A\u0434\u044A\u0440\u0436\u0430"},set:{unit:"\u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0430",verb:"\u0434\u0430 \u0441\u044A\u0434\u044A\u0440\u0436\u0430"}};function t(n){return e[n]??null}let r={regex:"\u0432\u0445\u043E\u0434",email:"\u0438\u043C\u0435\u0439\u043B \u0430\u0434\u0440\u0435\u0441",url:"URL",emoji:"\u0435\u043C\u043E\u0434\u0436\u0438",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO \u0432\u0440\u0435\u043C\u0435",date:"ISO \u0434\u0430\u0442\u0430",time:"ISO \u0432\u0440\u0435\u043C\u0435",duration:"ISO \u043F\u0440\u043E\u0434\u044A\u043B\u0436\u0438\u0442\u0435\u043B\u043D\u043E\u0441\u0442",ipv4:"IPv4 \u0430\u0434\u0440\u0435\u0441",ipv6:"IPv6 \u0430\u0434\u0440\u0435\u0441",cidrv4:"IPv4 \u0434\u0438\u0430\u043F\u0430\u0437\u043E\u043D",cidrv6:"IPv6 \u0434\u0438\u0430\u043F\u0430\u0437\u043E\u043D",base64:"base64-\u043A\u043E\u0434\u0438\u0440\u0430\u043D \u043D\u0438\u0437",base64url:"base64url-\u043A\u043E\u0434\u0438\u0440\u0430\u043D \u043D\u0438\u0437",json_string:"JSON \u043D\u0438\u0437",e164:"E.164 \u043D\u043E\u043C\u0435\u0440",jwt:"JWT",template_literal:"\u0432\u0445\u043E\u0434"},o={nan:"NaN",number:"\u0447\u0438\u0441\u043B\u043E",array:"\u043C\u0430\u0441\u0438\u0432"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=I(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u0435\u043D \u0432\u0445\u043E\u0434: \u043E\u0447\u0430\u043A\u0432\u0430\u043D instanceof ${n.expected}, \u043F\u043E\u043B\u0443\u0447\u0435\u043D ${s}`:`\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u0435\u043D \u0432\u0445\u043E\u0434: \u043E\u0447\u0430\u043A\u0432\u0430\u043D ${i}, \u043F\u043E\u043B\u0443\u0447\u0435\u043D ${s}`}case"invalid_value":return n.values.length===1?`\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u0435\u043D \u0432\u0445\u043E\u0434: \u043E\u0447\u0430\u043A\u0432\u0430\u043D ${A(n.values[0])}`:`\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u043D\u0430 \u043E\u043F\u0446\u0438\u044F: \u043E\u0447\u0430\u043A\u0432\u0430\u043D\u043E \u0435\u0434\u043D\u043E \u043E\u0442 ${k(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);return a?`\u0422\u0432\u044A\u0440\u0434\u0435 \u0433\u043E\u043B\u044F\u043C\u043E: \u043E\u0447\u0430\u043A\u0432\u0430 \u0441\u0435 ${n.origin??"\u0441\u0442\u043E\u0439\u043D\u043E\u0441\u0442"} \u0434\u0430 \u0441\u044A\u0434\u044A\u0440\u0436\u0430 ${i}${n.maximum.toString()} ${a.unit??"\u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0430"}`:`\u0422\u0432\u044A\u0440\u0434\u0435 \u0433\u043E\u043B\u044F\u043C\u043E: \u043E\u0447\u0430\u043A\u0432\u0430 \u0441\u0435 ${n.origin??"\u0441\u0442\u043E\u0439\u043D\u043E\u0441\u0442"} \u0434\u0430 \u0431\u044A\u0434\u0435 ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);return a?`\u0422\u0432\u044A\u0440\u0434\u0435 \u043C\u0430\u043B\u043A\u043E: \u043E\u0447\u0430\u043A\u0432\u0430 \u0441\u0435 ${n.origin} \u0434\u0430 \u0441\u044A\u0434\u044A\u0440\u0436\u0430 ${i}${n.minimum.toString()} ${a.unit}`:`\u0422\u0432\u044A\u0440\u0434\u0435 \u043C\u0430\u043B\u043A\u043E: \u043E\u0447\u0430\u043A\u0432\u0430 \u0441\u0435 ${n.origin} \u0434\u0430 \u0431\u044A\u0434\u0435 ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;if(i.format==="starts_with")return`\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u0435\u043D \u043D\u0438\u0437: \u0442\u0440\u044F\u0431\u0432\u0430 \u0434\u0430 \u0437\u0430\u043F\u043E\u0447\u0432\u0430 \u0441 "${i.prefix}"`;if(i.format==="ends_with")return`\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u0435\u043D \u043D\u0438\u0437: \u0442\u0440\u044F\u0431\u0432\u0430 \u0434\u0430 \u0437\u0430\u0432\u044A\u0440\u0448\u0432\u0430 \u0441 "${i.suffix}"`;if(i.format==="includes")return`\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u0435\u043D \u043D\u0438\u0437: \u0442\u0440\u044F\u0431\u0432\u0430 \u0434\u0430 \u0432\u043A\u043B\u044E\u0447\u0432\u0430 "${i.includes}"`;if(i.format==="regex")return`\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u0435\u043D \u043D\u0438\u0437: \u0442\u0440\u044F\u0431\u0432\u0430 \u0434\u0430 \u0441\u044A\u0432\u043F\u0430\u0434\u0430 \u0441 ${i.pattern}`;let a="\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u0435\u043D";return i.format==="emoji"&&(a="\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u043D\u043E"),i.format==="datetime"&&(a="\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u043D\u043E"),i.format==="date"&&(a="\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u043D\u0430"),i.format==="time"&&(a="\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u043D\u043E"),i.format==="duration"&&(a="\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u043D\u0430"),`${a} ${r[i.format]??n.format}`}case"not_multiple_of":return`\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u043D\u043E \u0447\u0438\u0441\u043B\u043E: \u0442\u0440\u044F\u0431\u0432\u0430 \u0434\u0430 \u0431\u044A\u0434\u0435 \u043A\u0440\u0430\u0442\u043D\u043E \u043D\u0430 ${n.divisor}`;case"unrecognized_keys":return`\u041D\u0435\u0440\u0430\u0437\u043F\u043E\u0437\u043D\u0430\u0442${n.keys.length>1?"\u0438":""} \u043A\u043B\u044E\u0447${n.keys.length>1?"\u043E\u0432\u0435":""}: ${k(n.keys,", ")}`;case"invalid_key":return`\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u0435\u043D \u043A\u043B\u044E\u0447 \u0432 ${n.origin}`;case"invalid_union":return"\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u0435\u043D \u0432\u0445\u043E\u0434";case"invalid_element":return`\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u043D\u0430 \u0441\u0442\u043E\u0439\u043D\u043E\u0441\u0442 \u0432 ${n.origin}`;default:return"\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u0435\u043D \u0432\u0445\u043E\u0434"}}}});function Cy(){return{localeError:I0()}}var I0,Oy=v(()=>{U();I0=()=>{let e={string:{unit:"car\xE0cters",verb:"contenir"},file:{unit:"bytes",verb:"contenir"},array:{unit:"elements",verb:"contenir"},set:{unit:"elements",verb:"contenir"}};function t(n){return e[n]??null}let r={regex:"entrada",email:"adre\xE7a electr\xF2nica",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"data i hora ISO",date:"data ISO",time:"hora ISO",duration:"durada ISO",ipv4:"adre\xE7a IPv4",ipv6:"adre\xE7a IPv6",cidrv4:"rang IPv4",cidrv6:"rang IPv6",base64:"cadena codificada en base64",base64url:"cadena codificada en base64url",json_string:"cadena JSON",e164:"n\xFAmero E.164",jwt:"JWT",template_literal:"entrada"},o={nan:"NaN"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=I(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`Tipus inv\xE0lid: s'esperava instanceof ${n.expected}, s'ha rebut ${s}`:`Tipus inv\xE0lid: s'esperava ${i}, s'ha rebut ${s}`}case"invalid_value":return n.values.length===1?`Valor inv\xE0lid: s'esperava ${A(n.values[0])}`:`Opci\xF3 inv\xE0lida: s'esperava una de ${k(n.values," o ")}`;case"too_big":{let i=n.inclusive?"com a m\xE0xim":"menys de",a=t(n.origin);return a?`Massa gran: s'esperava que ${n.origin??"el valor"} contingu\xE9s ${i} ${n.maximum.toString()} ${a.unit??"elements"}`:`Massa gran: s'esperava que ${n.origin??"el valor"} fos ${i} ${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?"com a m\xEDnim":"m\xE9s de",a=t(n.origin);return a?`Massa petit: s'esperava que ${n.origin} contingu\xE9s ${i} ${n.minimum.toString()} ${a.unit}`:`Massa petit: s'esperava que ${n.origin} fos ${i} ${n.minimum.toString()}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`Format inv\xE0lid: ha de comen\xE7ar amb "${i.prefix}"`:i.format==="ends_with"?`Format inv\xE0lid: ha d'acabar amb "${i.suffix}"`:i.format==="includes"?`Format inv\xE0lid: ha d'incloure "${i.includes}"`:i.format==="regex"?`Format inv\xE0lid: ha de coincidir amb el patr\xF3 ${i.pattern}`:`Format inv\xE0lid per a ${r[i.format]??n.format}`}case"not_multiple_of":return`N\xFAmero inv\xE0lid: ha de ser m\xFAltiple de ${n.divisor}`;case"unrecognized_keys":return`Clau${n.keys.length>1?"s":""} no reconeguda${n.keys.length>1?"s":""}: ${k(n.keys,", ")}`;case"invalid_key":return`Clau inv\xE0lida a ${n.origin}`;case"invalid_union":return"Entrada inv\xE0lida";case"invalid_element":return`Element inv\xE0lid a ${n.origin}`;default:return"Entrada inv\xE0lida"}}}});function Ny(){return{localeError:P0()}}var P0,Ry=v(()=>{U();P0=()=>{let e={string:{unit:"znak\u016F",verb:"m\xEDt"},file:{unit:"bajt\u016F",verb:"m\xEDt"},array:{unit:"prvk\u016F",verb:"m\xEDt"},set:{unit:"prvk\u016F",verb:"m\xEDt"}};function t(n){return e[n]??null}let r={regex:"regul\xE1rn\xED v\xFDraz",email:"e-mailov\xE1 adresa",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"datum a \u010Das ve form\xE1tu ISO",date:"datum ve form\xE1tu ISO",time:"\u010Das ve form\xE1tu ISO",duration:"doba trv\xE1n\xED ISO",ipv4:"IPv4 adresa",ipv6:"IPv6 adresa",cidrv4:"rozsah IPv4",cidrv6:"rozsah IPv6",base64:"\u0159et\u011Bzec zak\xF3dovan\xFD ve form\xE1tu base64",base64url:"\u0159et\u011Bzec zak\xF3dovan\xFD ve form\xE1tu base64url",json_string:"\u0159et\u011Bzec ve form\xE1tu JSON",e164:"\u010D\xEDslo E.164",jwt:"JWT",template_literal:"vstup"},o={nan:"NaN",number:"\u010D\xEDslo",string:"\u0159et\u011Bzec",function:"funkce",array:"pole"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=I(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`Neplatn\xFD vstup: o\u010Dek\xE1v\xE1no instanceof ${n.expected}, obdr\u017Eeno ${s}`:`Neplatn\xFD vstup: o\u010Dek\xE1v\xE1no ${i}, obdr\u017Eeno ${s}`}case"invalid_value":return n.values.length===1?`Neplatn\xFD vstup: o\u010Dek\xE1v\xE1no ${A(n.values[0])}`:`Neplatn\xE1 mo\u017Enost: o\u010Dek\xE1v\xE1na jedna z hodnot ${k(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);return a?`Hodnota je p\u0159\xEDli\u0161 velk\xE1: ${n.origin??"hodnota"} mus\xED m\xEDt ${i}${n.maximum.toString()} ${a.unit??"prvk\u016F"}`:`Hodnota je p\u0159\xEDli\u0161 velk\xE1: ${n.origin??"hodnota"} mus\xED b\xFDt ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);return a?`Hodnota je p\u0159\xEDli\u0161 mal\xE1: ${n.origin??"hodnota"} mus\xED m\xEDt ${i}${n.minimum.toString()} ${a.unit??"prvk\u016F"}`:`Hodnota je p\u0159\xEDli\u0161 mal\xE1: ${n.origin??"hodnota"} mus\xED b\xFDt ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`Neplatn\xFD \u0159et\u011Bzec: mus\xED za\u010D\xEDnat na "${i.prefix}"`:i.format==="ends_with"?`Neplatn\xFD \u0159et\u011Bzec: mus\xED kon\u010Dit na "${i.suffix}"`:i.format==="includes"?`Neplatn\xFD \u0159et\u011Bzec: mus\xED obsahovat "${i.includes}"`:i.format==="regex"?`Neplatn\xFD \u0159et\u011Bzec: mus\xED odpov\xEDdat vzoru ${i.pattern}`:`Neplatn\xFD form\xE1t ${r[i.format]??n.format}`}case"not_multiple_of":return`Neplatn\xE9 \u010D\xEDslo: mus\xED b\xFDt n\xE1sobkem ${n.divisor}`;case"unrecognized_keys":return`Nezn\xE1m\xE9 kl\xED\u010De: ${k(n.keys,", ")}`;case"invalid_key":return`Neplatn\xFD kl\xED\u010D v ${n.origin}`;case"invalid_union":return"Neplatn\xFD vstup";case"invalid_element":return`Neplatn\xE1 hodnota v ${n.origin}`;default:return"Neplatn\xFD vstup"}}}});function Ly(){return{localeError:C0()}}var C0,Dy=v(()=>{U();C0=()=>{let e={string:{unit:"tegn",verb:"havde"},file:{unit:"bytes",verb:"havde"},array:{unit:"elementer",verb:"indeholdt"},set:{unit:"elementer",verb:"indeholdt"}};function t(n){return e[n]??null}let r={regex:"input",email:"e-mailadresse",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO dato- og klokkesl\xE6t",date:"ISO-dato",time:"ISO-klokkesl\xE6t",duration:"ISO-varighed",ipv4:"IPv4-omr\xE5de",ipv6:"IPv6-omr\xE5de",cidrv4:"IPv4-spektrum",cidrv6:"IPv6-spektrum",base64:"base64-kodet streng",base64url:"base64url-kodet streng",json_string:"JSON-streng",e164:"E.164-nummer",jwt:"JWT",template_literal:"input"},o={nan:"NaN",string:"streng",number:"tal",boolean:"boolean",array:"liste",object:"objekt",set:"s\xE6t",file:"fil"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=I(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`Ugyldigt input: forventede instanceof ${n.expected}, fik ${s}`:`Ugyldigt input: forventede ${i}, fik ${s}`}case"invalid_value":return n.values.length===1?`Ugyldig v\xE6rdi: forventede ${A(n.values[0])}`:`Ugyldigt valg: forventede en af f\xF8lgende ${k(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin),s=o[n.origin]??n.origin;return a?`For stor: forventede ${s??"value"} ${a.verb} ${i} ${n.maximum.toString()} ${a.unit??"elementer"}`:`For stor: forventede ${s??"value"} havde ${i} ${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin),s=o[n.origin]??n.origin;return a?`For lille: forventede ${s} ${a.verb} ${i} ${n.minimum.toString()} ${a.unit}`:`For lille: forventede ${s} havde ${i} ${n.minimum.toString()}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`Ugyldig streng: skal starte med "${i.prefix}"`:i.format==="ends_with"?`Ugyldig streng: skal ende med "${i.suffix}"`:i.format==="includes"?`Ugyldig streng: skal indeholde "${i.includes}"`:i.format==="regex"?`Ugyldig streng: skal matche m\xF8nsteret ${i.pattern}`:`Ugyldig ${r[i.format]??n.format}`}case"not_multiple_of":return`Ugyldigt tal: skal v\xE6re deleligt med ${n.divisor}`;case"unrecognized_keys":return`${n.keys.length>1?"Ukendte n\xF8gler":"Ukendt n\xF8gle"}: ${k(n.keys,", ")}`;case"invalid_key":return`Ugyldig n\xF8gle i ${n.origin}`;case"invalid_union":return"Ugyldigt input: matcher ingen af de tilladte typer";case"invalid_element":return`Ugyldig v\xE6rdi i ${n.origin}`;default:return"Ugyldigt input"}}}});function jy(){return{localeError:O0()}}var O0,My=v(()=>{U();O0=()=>{let e={string:{unit:"Zeichen",verb:"zu haben"},file:{unit:"Bytes",verb:"zu haben"},array:{unit:"Elemente",verb:"zu haben"},set:{unit:"Elemente",verb:"zu haben"}};function t(n){return e[n]??null}let r={regex:"Eingabe",email:"E-Mail-Adresse",url:"URL",emoji:"Emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO-Datum und -Uhrzeit",date:"ISO-Datum",time:"ISO-Uhrzeit",duration:"ISO-Dauer",ipv4:"IPv4-Adresse",ipv6:"IPv6-Adresse",cidrv4:"IPv4-Bereich",cidrv6:"IPv6-Bereich",base64:"Base64-codierter String",base64url:"Base64-URL-codierter String",json_string:"JSON-String",e164:"E.164-Nummer",jwt:"JWT",template_literal:"Eingabe"},o={nan:"NaN",number:"Zahl",array:"Array"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=I(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`Ung\xFCltige Eingabe: erwartet instanceof ${n.expected}, erhalten ${s}`:`Ung\xFCltige Eingabe: erwartet ${i}, erhalten ${s}`}case"invalid_value":return n.values.length===1?`Ung\xFCltige Eingabe: erwartet ${A(n.values[0])}`:`Ung\xFCltige Option: erwartet eine von ${k(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);return a?`Zu gro\xDF: erwartet, dass ${n.origin??"Wert"} ${i}${n.maximum.toString()} ${a.unit??"Elemente"} hat`:`Zu gro\xDF: erwartet, dass ${n.origin??"Wert"} ${i}${n.maximum.toString()} ist`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);return a?`Zu klein: erwartet, dass ${n.origin} ${i}${n.minimum.toString()} ${a.unit} hat`:`Zu klein: erwartet, dass ${n.origin} ${i}${n.minimum.toString()} ist`}case"invalid_format":{let i=n;return i.format==="starts_with"?`Ung\xFCltiger String: muss mit "${i.prefix}" beginnen`:i.format==="ends_with"?`Ung\xFCltiger String: muss mit "${i.suffix}" enden`:i.format==="includes"?`Ung\xFCltiger String: muss "${i.includes}" enthalten`:i.format==="regex"?`Ung\xFCltiger String: muss dem Muster ${i.pattern} entsprechen`:`Ung\xFCltig: ${r[i.format]??n.format}`}case"not_multiple_of":return`Ung\xFCltige Zahl: muss ein Vielfaches von ${n.divisor} sein`;case"unrecognized_keys":return`${n.keys.length>1?"Unbekannte Schl\xFCssel":"Unbekannter Schl\xFCssel"}: ${k(n.keys,", ")}`;case"invalid_key":return`Ung\xFCltiger Schl\xFCssel in ${n.origin}`;case"invalid_union":return"Ung\xFCltige Eingabe";case"invalid_element":return`Ung\xFCltiger Wert in ${n.origin}`;default:return"Ung\xFCltige Eingabe"}}}});function Uy(){return{localeError:N0()}}var N0,zy=v(()=>{U();N0=()=>{let e={string:{unit:"\u03C7\u03B1\u03C1\u03B1\u03BA\u03C4\u03AE\u03C1\u03B5\u03C2",verb:"\u03BD\u03B1 \u03AD\u03C7\u03B5\u03B9"},file:{unit:"bytes",verb:"\u03BD\u03B1 \u03AD\u03C7\u03B5\u03B9"},array:{unit:"\u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03B1",verb:"\u03BD\u03B1 \u03AD\u03C7\u03B5\u03B9"},set:{unit:"\u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03B1",verb:"\u03BD\u03B1 \u03AD\u03C7\u03B5\u03B9"},map:{unit:"\u03BA\u03B1\u03C4\u03B1\u03C7\u03C9\u03C1\u03AE\u03C3\u03B5\u03B9\u03C2",verb:"\u03BD\u03B1 \u03AD\u03C7\u03B5\u03B9"}};function t(n){return e[n]??null}let r={regex:"\u03B5\u03AF\u03C3\u03BF\u03B4\u03BF\u03C2",email:"\u03B4\u03B9\u03B5\u03CD\u03B8\u03C5\u03BD\u03C3\u03B7 email",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO \u03B7\u03BC\u03B5\u03C1\u03BF\u03BC\u03B7\u03BD\u03AF\u03B1 \u03BA\u03B1\u03B9 \u03CE\u03C1\u03B1",date:"ISO \u03B7\u03BC\u03B5\u03C1\u03BF\u03BC\u03B7\u03BD\u03AF\u03B1",time:"ISO \u03CE\u03C1\u03B1",duration:"ISO \u03B4\u03B9\u03AC\u03C1\u03BA\u03B5\u03B9\u03B1",ipv4:"\u03B4\u03B9\u03B5\u03CD\u03B8\u03C5\u03BD\u03C3\u03B7 IPv4",ipv6:"\u03B4\u03B9\u03B5\u03CD\u03B8\u03C5\u03BD\u03C3\u03B7 IPv6",mac:"\u03B4\u03B9\u03B5\u03CD\u03B8\u03C5\u03BD\u03C3\u03B7 MAC",cidrv4:"\u03B5\u03CD\u03C1\u03BF\u03C2 IPv4",cidrv6:"\u03B5\u03CD\u03C1\u03BF\u03C2 IPv6",base64:"\u03C3\u03C5\u03BC\u03B2\u03BF\u03BB\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC \u03BA\u03C9\u03B4\u03B9\u03BA\u03BF\u03C0\u03BF\u03B9\u03B7\u03BC\u03AD\u03BD\u03B7 \u03C3\u03B5 base64",base64url:"\u03C3\u03C5\u03BC\u03B2\u03BF\u03BB\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC \u03BA\u03C9\u03B4\u03B9\u03BA\u03BF\u03C0\u03BF\u03B9\u03B7\u03BC\u03AD\u03BD\u03B7 \u03C3\u03B5 base64url",json_string:"\u03C3\u03C5\u03BC\u03B2\u03BF\u03BB\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC JSON",e164:"\u03B1\u03C1\u03B9\u03B8\u03BC\u03CC\u03C2 E.164",jwt:"JWT",template_literal:"\u03B5\u03AF\u03C3\u03BF\u03B4\u03BF\u03C2"},o={nan:"NaN"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=I(n.input),s=o[a]??a;return typeof n.expected=="string"&&/^[A-Z]/.test(n.expected)?`\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03B7 \u03B5\u03AF\u03C3\u03BF\u03B4\u03BF\u03C2: \u03B1\u03BD\u03B1\u03BC\u03B5\u03BD\u03CC\u03C4\u03B1\u03BD instanceof ${n.expected}, \u03BB\u03AE\u03C6\u03B8\u03B7\u03BA\u03B5 ${s}`:`\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03B7 \u03B5\u03AF\u03C3\u03BF\u03B4\u03BF\u03C2: \u03B1\u03BD\u03B1\u03BC\u03B5\u03BD\u03CC\u03C4\u03B1\u03BD ${i}, \u03BB\u03AE\u03C6\u03B8\u03B7\u03BA\u03B5 ${s}`}case"invalid_value":return n.values.length===1?`\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03B7 \u03B5\u03AF\u03C3\u03BF\u03B4\u03BF\u03C2: \u03B1\u03BD\u03B1\u03BC\u03B5\u03BD\u03CC\u03C4\u03B1\u03BD ${A(n.values[0])}`:`\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03B7 \u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE: \u03B1\u03BD\u03B1\u03BC\u03B5\u03BD\u03CC\u03C4\u03B1\u03BD \u03AD\u03BD\u03B1 \u03B1\u03C0\u03CC ${k(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);return a?`\u03A0\u03BF\u03BB\u03CD \u03BC\u03B5\u03B3\u03AC\u03BB\u03BF: \u03B1\u03BD\u03B1\u03BC\u03B5\u03BD\u03CC\u03C4\u03B1\u03BD ${n.origin??"\u03C4\u03B9\u03BC\u03AE"} \u03BD\u03B1 \u03AD\u03C7\u03B5\u03B9 ${i}${n.maximum.toString()} ${a.unit??"\u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03B1"}`:`\u03A0\u03BF\u03BB\u03CD \u03BC\u03B5\u03B3\u03AC\u03BB\u03BF: \u03B1\u03BD\u03B1\u03BC\u03B5\u03BD\u03CC\u03C4\u03B1\u03BD ${n.origin??"\u03C4\u03B9\u03BC\u03AE"} \u03BD\u03B1 \u03B5\u03AF\u03BD\u03B1\u03B9 ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);return a?`\u03A0\u03BF\u03BB\u03CD \u03BC\u03B9\u03BA\u03C1\u03CC: \u03B1\u03BD\u03B1\u03BC\u03B5\u03BD\u03CC\u03C4\u03B1\u03BD ${n.origin} \u03BD\u03B1 \u03AD\u03C7\u03B5\u03B9 ${i}${n.minimum.toString()} ${a.unit}`:`\u03A0\u03BF\u03BB\u03CD \u03BC\u03B9\u03BA\u03C1\u03CC: \u03B1\u03BD\u03B1\u03BC\u03B5\u03BD\u03CC\u03C4\u03B1\u03BD ${n.origin} \u03BD\u03B1 \u03B5\u03AF\u03BD\u03B1\u03B9 ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03B7 \u03C3\u03C5\u03BC\u03B2\u03BF\u03BB\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC: \u03C0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03BE\u03B5\u03BA\u03B9\u03BD\u03AC \u03BC\u03B5 "${i.prefix}"`:i.format==="ends_with"?`\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03B7 \u03C3\u03C5\u03BC\u03B2\u03BF\u03BB\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC: \u03C0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03C4\u03B5\u03BB\u03B5\u03B9\u03CE\u03BD\u03B5\u03B9 \u03BC\u03B5 "${i.suffix}"`:i.format==="includes"?`\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03B7 \u03C3\u03C5\u03BC\u03B2\u03BF\u03BB\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC: \u03C0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03C0\u03B5\u03C1\u03B9\u03AD\u03C7\u03B5\u03B9 "${i.includes}"`:i.format==="regex"?`\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03B7 \u03C3\u03C5\u03BC\u03B2\u03BF\u03BB\u03BF\u03C3\u03B5\u03B9\u03C1\u03AC: \u03C0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03C4\u03B1\u03B9\u03C1\u03B9\u03AC\u03B6\u03B5\u03B9 \u03BC\u03B5 \u03C4\u03BF \u03BC\u03BF\u03C4\u03AF\u03B2\u03BF ${i.pattern}`:`\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03BF: ${r[i.format]??n.format}`}case"not_multiple_of":return`\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03BF\u03C2 \u03B1\u03C1\u03B9\u03B8\u03BC\u03CC\u03C2: \u03C0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03B5\u03AF\u03BD\u03B1\u03B9 \u03C0\u03BF\u03BB\u03BB\u03B1\u03C0\u03BB\u03AC\u03C3\u03B9\u03BF \u03C4\u03BF\u03C5 ${n.divisor}`;case"unrecognized_keys":return`\u0386\u03B3\u03BD\u03C9\u03C3\u03C4${n.keys.length>1?"\u03B1":"\u03BF"} \u03BA\u03BB\u03B5\u03B9\u03B4${n.keys.length>1?"\u03B9\u03AC":"\u03AF"}: ${k(n.keys,", ")}`;case"invalid_key":return`\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03BF \u03BA\u03BB\u03B5\u03B9\u03B4\u03AF \u03C3\u03C4\u03BF ${n.origin}`;case"invalid_union":return"\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03B7 \u03B5\u03AF\u03C3\u03BF\u03B4\u03BF\u03C2";case"invalid_element":return`\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03B7 \u03C4\u03B9\u03BC\u03AE \u03C3\u03C4\u03BF ${n.origin}`;default:return"\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03B7 \u03B5\u03AF\u03C3\u03BF\u03B4\u03BF\u03C2"}}}});function qi(){return{localeError:R0()}}var R0,su=v(()=>{U();R0=()=>{let e={string:{unit:"characters",verb:"to have"},file:{unit:"bytes",verb:"to have"},array:{unit:"items",verb:"to have"},set:{unit:"items",verb:"to have"},map:{unit:"entries",verb:"to have"}};function t(n){return e[n]??null}let r={regex:"input",email:"email address",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO datetime",date:"ISO date",time:"ISO time",duration:"ISO duration",ipv4:"IPv4 address",ipv6:"IPv6 address",mac:"MAC address",cidrv4:"IPv4 range",cidrv6:"IPv6 range",base64:"base64-encoded string",base64url:"base64url-encoded string",json_string:"JSON string",e164:"E.164 number",jwt:"JWT",template_literal:"input"},o={nan:"NaN"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=I(n.input),s=o[a]??a;return`Invalid input: expected ${i}, received ${s}`}case"invalid_value":return n.values.length===1?`Invalid input: expected ${A(n.values[0])}`:`Invalid option: expected one of ${k(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);return a?`Too big: expected ${n.origin??"value"} to have ${i}${n.maximum.toString()} ${a.unit??"elements"}`:`Too big: expected ${n.origin??"value"} to be ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);return a?`Too small: expected ${n.origin} to have ${i}${n.minimum.toString()} ${a.unit}`:`Too small: expected ${n.origin} to be ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`Invalid string: must start with "${i.prefix}"`:i.format==="ends_with"?`Invalid string: must end with "${i.suffix}"`:i.format==="includes"?`Invalid string: must include "${i.includes}"`:i.format==="regex"?`Invalid string: must match pattern ${i.pattern}`:`Invalid ${r[i.format]??n.format}`}case"not_multiple_of":return`Invalid number: must be a multiple of ${n.divisor}`;case"unrecognized_keys":return`Unrecognized key${n.keys.length>1?"s":""}: ${k(n.keys,", ")}`;case"invalid_key":return`Invalid key in ${n.origin}`;case"invalid_union":return n.options&&Array.isArray(n.options)&&n.options.length>0?`Invalid discriminator value. Expected ${n.options.map(a=>`'${a}'`).join(" | ")}`:"Invalid input";case"invalid_element":return`Invalid value in ${n.origin}`;default:return"Invalid input"}}}});function Fy(){return{localeError:L0()}}var L0,Gy=v(()=>{U();L0=()=>{let e={string:{unit:"karaktrojn",verb:"havi"},file:{unit:"bajtojn",verb:"havi"},array:{unit:"elementojn",verb:"havi"},set:{unit:"elementojn",verb:"havi"}};function t(n){return e[n]??null}let r={regex:"enigo",email:"retadreso",url:"URL",emoji:"emo\u011Dio",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO-datotempo",date:"ISO-dato",time:"ISO-tempo",duration:"ISO-da\u016Dro",ipv4:"IPv4-adreso",ipv6:"IPv6-adreso",cidrv4:"IPv4-rango",cidrv6:"IPv6-rango",base64:"64-ume kodita karaktraro",base64url:"URL-64-ume kodita karaktraro",json_string:"JSON-karaktraro",e164:"E.164-nombro",jwt:"JWT",template_literal:"enigo"},o={nan:"NaN",number:"nombro",array:"tabelo",null:"senvalora"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=I(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`Nevalida enigo: atendi\u011Dis instanceof ${n.expected}, ricevi\u011Dis ${s}`:`Nevalida enigo: atendi\u011Dis ${i}, ricevi\u011Dis ${s}`}case"invalid_value":return n.values.length===1?`Nevalida enigo: atendi\u011Dis ${A(n.values[0])}`:`Nevalida opcio: atendi\u011Dis unu el ${k(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);return a?`Tro granda: atendi\u011Dis ke ${n.origin??"valoro"} havu ${i}${n.maximum.toString()} ${a.unit??"elementojn"}`:`Tro granda: atendi\u011Dis ke ${n.origin??"valoro"} havu ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);return a?`Tro malgranda: atendi\u011Dis ke ${n.origin} havu ${i}${n.minimum.toString()} ${a.unit}`:`Tro malgranda: atendi\u011Dis ke ${n.origin} estu ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`Nevalida karaktraro: devas komenci\u011Di per "${i.prefix}"`:i.format==="ends_with"?`Nevalida karaktraro: devas fini\u011Di per "${i.suffix}"`:i.format==="includes"?`Nevalida karaktraro: devas inkluzivi "${i.includes}"`:i.format==="regex"?`Nevalida karaktraro: devas kongrui kun la modelo ${i.pattern}`:`Nevalida ${r[i.format]??n.format}`}case"not_multiple_of":return`Nevalida nombro: devas esti oblo de ${n.divisor}`;case"unrecognized_keys":return`Nekonata${n.keys.length>1?"j":""} \u015Dlosilo${n.keys.length>1?"j":""}: ${k(n.keys,", ")}`;case"invalid_key":return`Nevalida \u015Dlosilo en ${n.origin}`;case"invalid_union":return"Nevalida enigo";case"invalid_element":return`Nevalida valoro en ${n.origin}`;default:return"Nevalida enigo"}}}});function By(){return{localeError:D0()}}var D0,Wy=v(()=>{U();D0=()=>{let e={string:{unit:"caracteres",verb:"tener"},file:{unit:"bytes",verb:"tener"},array:{unit:"elementos",verb:"tener"},set:{unit:"elementos",verb:"tener"}};function t(n){return e[n]??null}let r={regex:"entrada",email:"direcci\xF3n de correo electr\xF3nico",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"fecha y hora ISO",date:"fecha ISO",time:"hora ISO",duration:"duraci\xF3n ISO",ipv4:"direcci\xF3n IPv4",ipv6:"direcci\xF3n IPv6",cidrv4:"rango IPv4",cidrv6:"rango IPv6",base64:"cadena codificada en base64",base64url:"URL codificada en base64",json_string:"cadena JSON",e164:"n\xFAmero E.164",jwt:"JWT",template_literal:"entrada"},o={nan:"NaN",string:"texto",number:"n\xFAmero",boolean:"booleano",array:"arreglo",object:"objeto",set:"conjunto",file:"archivo",date:"fecha",bigint:"n\xFAmero grande",symbol:"s\xEDmbolo",undefined:"indefinido",null:"nulo",function:"funci\xF3n",map:"mapa",record:"registro",tuple:"tupla",enum:"enumeraci\xF3n",union:"uni\xF3n",literal:"literal",promise:"promesa",void:"vac\xEDo",never:"nunca",unknown:"desconocido",any:"cualquiera"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=I(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`Entrada inv\xE1lida: se esperaba instanceof ${n.expected}, recibido ${s}`:`Entrada inv\xE1lida: se esperaba ${i}, recibido ${s}`}case"invalid_value":return n.values.length===1?`Entrada inv\xE1lida: se esperaba ${A(n.values[0])}`:`Opci\xF3n inv\xE1lida: se esperaba una de ${k(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin),s=o[n.origin]??n.origin;return a?`Demasiado grande: se esperaba que ${s??"valor"} tuviera ${i}${n.maximum.toString()} ${a.unit??"elementos"}`:`Demasiado grande: se esperaba que ${s??"valor"} fuera ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin),s=o[n.origin]??n.origin;return a?`Demasiado peque\xF1o: se esperaba que ${s} tuviera ${i}${n.minimum.toString()} ${a.unit}`:`Demasiado peque\xF1o: se esperaba que ${s} fuera ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`Cadena inv\xE1lida: debe comenzar con "${i.prefix}"`:i.format==="ends_with"?`Cadena inv\xE1lida: debe terminar en "${i.suffix}"`:i.format==="includes"?`Cadena inv\xE1lida: debe incluir "${i.includes}"`:i.format==="regex"?`Cadena inv\xE1lida: debe coincidir con el patr\xF3n ${i.pattern}`:`Inv\xE1lido ${r[i.format]??n.format}`}case"not_multiple_of":return`N\xFAmero inv\xE1lido: debe ser m\xFAltiplo de ${n.divisor}`;case"unrecognized_keys":return`Llave${n.keys.length>1?"s":""} desconocida${n.keys.length>1?"s":""}: ${k(n.keys,", ")}`;case"invalid_key":return`Llave inv\xE1lida en ${o[n.origin]??n.origin}`;case"invalid_union":return"Entrada inv\xE1lida";case"invalid_element":return`Valor inv\xE1lido en ${o[n.origin]??n.origin}`;default:return"Entrada inv\xE1lida"}}}});function Ky(){return{localeError:j0()}}var j0,Zy=v(()=>{U();j0=()=>{let e={string:{unit:"\u06A9\u0627\u0631\u0627\u06A9\u062A\u0631",verb:"\u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u062F"},file:{unit:"\u0628\u0627\u06CC\u062A",verb:"\u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u062F"},array:{unit:"\u0622\u06CC\u062A\u0645",verb:"\u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u062F"},set:{unit:"\u0622\u06CC\u062A\u0645",verb:"\u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u062F"}};function t(n){return e[n]??null}let r={regex:"\u0648\u0631\u0648\u062F\u06CC",email:"\u0622\u062F\u0631\u0633 \u0627\u06CC\u0645\u06CC\u0644",url:"URL",emoji:"\u0627\u06CC\u0645\u0648\u062C\u06CC",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"\u062A\u0627\u0631\u06CC\u062E \u0648 \u0632\u0645\u0627\u0646 \u0627\u06CC\u0632\u0648",date:"\u062A\u0627\u0631\u06CC\u062E \u0627\u06CC\u0632\u0648",time:"\u0632\u0645\u0627\u0646 \u0627\u06CC\u0632\u0648",duration:"\u0645\u062F\u062A \u0632\u0645\u0627\u0646 \u0627\u06CC\u0632\u0648",ipv4:"IPv4 \u0622\u062F\u0631\u0633",ipv6:"IPv6 \u0622\u062F\u0631\u0633",cidrv4:"IPv4 \u062F\u0627\u0645\u0646\u0647",cidrv6:"IPv6 \u062F\u0627\u0645\u0646\u0647",base64:"base64-encoded \u0631\u0634\u062A\u0647",base64url:"base64url-encoded \u0631\u0634\u062A\u0647",json_string:"JSON \u0631\u0634\u062A\u0647",e164:"E.164 \u0639\u062F\u062F",jwt:"JWT",template_literal:"\u0648\u0631\u0648\u062F\u06CC"},o={nan:"NaN",number:"\u0639\u062F\u062F",array:"\u0622\u0631\u0627\u06CC\u0647"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=I(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`\u0648\u0631\u0648\u062F\u06CC \u0646\u0627\u0645\u0639\u062A\u0628\u0631: \u0645\u06CC\u200C\u0628\u0627\u06CC\u0633\u062A instanceof ${n.expected} \u0645\u06CC\u200C\u0628\u0648\u062F\u060C ${s} \u062F\u0631\u06CC\u0627\u0641\u062A \u0634\u062F`:`\u0648\u0631\u0648\u062F\u06CC \u0646\u0627\u0645\u0639\u062A\u0628\u0631: \u0645\u06CC\u200C\u0628\u0627\u06CC\u0633\u062A ${i} \u0645\u06CC\u200C\u0628\u0648\u062F\u060C ${s} \u062F\u0631\u06CC\u0627\u0641\u062A \u0634\u062F`}case"invalid_value":return n.values.length===1?`\u0648\u0631\u0648\u062F\u06CC \u0646\u0627\u0645\u0639\u062A\u0628\u0631: \u0645\u06CC\u200C\u0628\u0627\u06CC\u0633\u062A ${A(n.values[0])} \u0645\u06CC\u200C\u0628\u0648\u062F`:`\u06AF\u0632\u06CC\u0646\u0647 \u0646\u0627\u0645\u0639\u062A\u0628\u0631: \u0645\u06CC\u200C\u0628\u0627\u06CC\u0633\u062A \u06CC\u06A9\u06CC \u0627\u0632 ${k(n.values,"|")} \u0645\u06CC\u200C\u0628\u0648\u062F`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);return a?`\u062E\u06CC\u0644\u06CC \u0628\u0632\u0631\u06AF: ${n.origin??"\u0645\u0642\u062F\u0627\u0631"} \u0628\u0627\u06CC\u062F ${i}${n.maximum.toString()} ${a.unit??"\u0639\u0646\u0635\u0631"} \u0628\u0627\u0634\u062F`:`\u062E\u06CC\u0644\u06CC \u0628\u0632\u0631\u06AF: ${n.origin??"\u0645\u0642\u062F\u0627\u0631"} \u0628\u0627\u06CC\u062F ${i}${n.maximum.toString()} \u0628\u0627\u0634\u062F`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);return a?`\u062E\u06CC\u0644\u06CC \u06A9\u0648\u0686\u06A9: ${n.origin} \u0628\u0627\u06CC\u062F ${i}${n.minimum.toString()} ${a.unit} \u0628\u0627\u0634\u062F`:`\u062E\u06CC\u0644\u06CC \u06A9\u0648\u0686\u06A9: ${n.origin} \u0628\u0627\u06CC\u062F ${i}${n.minimum.toString()} \u0628\u0627\u0634\u062F`}case"invalid_format":{let i=n;return i.format==="starts_with"?`\u0631\u0634\u062A\u0647 \u0646\u0627\u0645\u0639\u062A\u0628\u0631: \u0628\u0627\u06CC\u062F \u0628\u0627 "${i.prefix}" \u0634\u0631\u0648\u0639 \u0634\u0648\u062F`:i.format==="ends_with"?`\u0631\u0634\u062A\u0647 \u0646\u0627\u0645\u0639\u062A\u0628\u0631: \u0628\u0627\u06CC\u062F \u0628\u0627 "${i.suffix}" \u062A\u0645\u0627\u0645 \u0634\u0648\u062F`:i.format==="includes"?`\u0631\u0634\u062A\u0647 \u0646\u0627\u0645\u0639\u062A\u0628\u0631: \u0628\u0627\u06CC\u062F \u0634\u0627\u0645\u0644 "${i.includes}" \u0628\u0627\u0634\u062F`:i.format==="regex"?`\u0631\u0634\u062A\u0647 \u0646\u0627\u0645\u0639\u062A\u0628\u0631: \u0628\u0627\u06CC\u062F \u0628\u0627 \u0627\u0644\u06AF\u0648\u06CC ${i.pattern} \u0645\u0637\u0627\u0628\u0642\u062A \u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u062F`:`${r[i.format]??n.format} \u0646\u0627\u0645\u0639\u062A\u0628\u0631`}case"not_multiple_of":return`\u0639\u062F\u062F \u0646\u0627\u0645\u0639\u062A\u0628\u0631: \u0628\u0627\u06CC\u062F \u0645\u0636\u0631\u0628 ${n.divisor} \u0628\u0627\u0634\u062F`;case"unrecognized_keys":return`\u06A9\u0644\u06CC\u062F${n.keys.length>1?"\u0647\u0627\u06CC":""} \u0646\u0627\u0634\u0646\u0627\u0633: ${k(n.keys,", ")}`;case"invalid_key":return`\u06A9\u0644\u06CC\u062F \u0646\u0627\u0634\u0646\u0627\u0633 \u062F\u0631 ${n.origin}`;case"invalid_union":return"\u0648\u0631\u0648\u062F\u06CC \u0646\u0627\u0645\u0639\u062A\u0628\u0631";case"invalid_element":return`\u0645\u0642\u062F\u0627\u0631 \u0646\u0627\u0645\u0639\u062A\u0628\u0631 \u062F\u0631 ${n.origin}`;default:return"\u0648\u0631\u0648\u062F\u06CC \u0646\u0627\u0645\u0639\u062A\u0628\u0631"}}}});function Hy(){return{localeError:M0()}}var M0,Vy=v(()=>{U();M0=()=>{let e={string:{unit:"merkki\xE4",subject:"merkkijonon"},file:{unit:"tavua",subject:"tiedoston"},array:{unit:"alkiota",subject:"listan"},set:{unit:"alkiota",subject:"joukon"},number:{unit:"",subject:"luvun"},bigint:{unit:"",subject:"suuren kokonaisluvun"},int:{unit:"",subject:"kokonaisluvun"},date:{unit:"",subject:"p\xE4iv\xE4m\xE4\xE4r\xE4n"}};function t(n){return e[n]??null}let r={regex:"s\xE4\xE4nn\xF6llinen lauseke",email:"s\xE4hk\xF6postiosoite",url:"URL-osoite",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO-aikaleima",date:"ISO-p\xE4iv\xE4m\xE4\xE4r\xE4",time:"ISO-aika",duration:"ISO-kesto",ipv4:"IPv4-osoite",ipv6:"IPv6-osoite",cidrv4:"IPv4-alue",cidrv6:"IPv6-alue",base64:"base64-koodattu merkkijono",base64url:"base64url-koodattu merkkijono",json_string:"JSON-merkkijono",e164:"E.164-luku",jwt:"JWT",template_literal:"templaattimerkkijono"},o={nan:"NaN"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=I(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`Virheellinen tyyppi: odotettiin instanceof ${n.expected}, oli ${s}`:`Virheellinen tyyppi: odotettiin ${i}, oli ${s}`}case"invalid_value":return n.values.length===1?`Virheellinen sy\xF6te: t\xE4ytyy olla ${A(n.values[0])}`:`Virheellinen valinta: t\xE4ytyy olla yksi seuraavista: ${k(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);return a?`Liian suuri: ${a.subject} t\xE4ytyy olla ${i}${n.maximum.toString()} ${a.unit}`.trim():`Liian suuri: arvon t\xE4ytyy olla ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);return a?`Liian pieni: ${a.subject} t\xE4ytyy olla ${i}${n.minimum.toString()} ${a.unit}`.trim():`Liian pieni: arvon t\xE4ytyy olla ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`Virheellinen sy\xF6te: t\xE4ytyy alkaa "${i.prefix}"`:i.format==="ends_with"?`Virheellinen sy\xF6te: t\xE4ytyy loppua "${i.suffix}"`:i.format==="includes"?`Virheellinen sy\xF6te: t\xE4ytyy sis\xE4lt\xE4\xE4 "${i.includes}"`:i.format==="regex"?`Virheellinen sy\xF6te: t\xE4ytyy vastata s\xE4\xE4nn\xF6llist\xE4 lauseketta ${i.pattern}`:`Virheellinen ${r[i.format]??n.format}`}case"not_multiple_of":return`Virheellinen luku: t\xE4ytyy olla luvun ${n.divisor} monikerta`;case"unrecognized_keys":return`${n.keys.length>1?"Tuntemattomat avaimet":"Tuntematon avain"}: ${k(n.keys,", ")}`;case"invalid_key":return"Virheellinen avain tietueessa";case"invalid_union":return"Virheellinen unioni";case"invalid_element":return"Virheellinen arvo joukossa";default:return"Virheellinen sy\xF6te"}}}});function Yy(){return{localeError:U0()}}var U0,Jy=v(()=>{U();U0=()=>{let e={string:{unit:"caract\xE8res",verb:"avoir"},file:{unit:"octets",verb:"avoir"},array:{unit:"\xE9l\xE9ments",verb:"avoir"},set:{unit:"\xE9l\xE9ments",verb:"avoir"}};function t(n){return e[n]??null}let r={regex:"entr\xE9e",email:"adresse e-mail",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"date et heure ISO",date:"date ISO",time:"heure ISO",duration:"dur\xE9e ISO",ipv4:"adresse IPv4",ipv6:"adresse IPv6",cidrv4:"plage IPv4",cidrv6:"plage IPv6",base64:"cha\xEEne encod\xE9e en base64",base64url:"cha\xEEne encod\xE9e en base64url",json_string:"cha\xEEne JSON",e164:"num\xE9ro E.164",jwt:"JWT",template_literal:"entr\xE9e"},o={string:"cha\xEEne",number:"nombre",int:"entier",boolean:"bool\xE9en",bigint:"grand entier",symbol:"symbole",undefined:"ind\xE9fini",null:"null",never:"jamais",void:"vide",date:"date",array:"tableau",object:"objet",tuple:"tuple",record:"enregistrement",map:"carte",set:"ensemble",file:"fichier",nonoptional:"non-optionnel",nan:"NaN",function:"fonction"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=I(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`Entr\xE9e invalide : instanceof ${n.expected} attendu, ${s} re\xE7u`:`Entr\xE9e invalide : ${i} attendu, ${s} re\xE7u`}case"invalid_value":return n.values.length===1?`Entr\xE9e invalide : ${A(n.values[0])} attendu`:`Option invalide : une valeur parmi ${k(n.values,"|")} attendue`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);return a?`Trop grand : ${o[n.origin]??"valeur"} doit ${a.verb} ${i}${n.maximum.toString()} ${a.unit??"\xE9l\xE9ment(s)"}`:`Trop grand : ${o[n.origin]??"valeur"} doit \xEAtre ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);return a?`Trop petit : ${o[n.origin]??"valeur"} doit ${a.verb} ${i}${n.minimum.toString()} ${a.unit}`:`Trop petit : ${o[n.origin]??"valeur"} doit \xEAtre ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`Cha\xEEne invalide : doit commencer par "${i.prefix}"`:i.format==="ends_with"?`Cha\xEEne invalide : doit se terminer par "${i.suffix}"`:i.format==="includes"?`Cha\xEEne invalide : doit inclure "${i.includes}"`:i.format==="regex"?`Cha\xEEne invalide : doit correspondre au mod\xE8le ${i.pattern}`:`${r[i.format]??n.format} invalide`}case"not_multiple_of":return`Nombre invalide : doit \xEAtre un multiple de ${n.divisor}`;case"unrecognized_keys":return`Cl\xE9${n.keys.length>1?"s":""} non reconnue${n.keys.length>1?"s":""} : ${k(n.keys,", ")}`;case"invalid_key":return`Cl\xE9 invalide dans ${n.origin}`;case"invalid_union":return"Entr\xE9e invalide";case"invalid_element":return`Valeur invalide dans ${n.origin}`;default:return"Entr\xE9e invalide"}}}});function qy(){return{localeError:z0()}}var z0,Xy=v(()=>{U();z0=()=>{let e={string:{unit:"caract\xE8res",verb:"avoir"},file:{unit:"octets",verb:"avoir"},array:{unit:"\xE9l\xE9ments",verb:"avoir"},set:{unit:"\xE9l\xE9ments",verb:"avoir"}};function t(n){return e[n]??null}let r={regex:"entr\xE9e",email:"adresse courriel",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"date-heure ISO",date:"date ISO",time:"heure ISO",duration:"dur\xE9e ISO",ipv4:"adresse IPv4",ipv6:"adresse IPv6",cidrv4:"plage IPv4",cidrv6:"plage IPv6",base64:"cha\xEEne encod\xE9e en base64",base64url:"cha\xEEne encod\xE9e en base64url",json_string:"cha\xEEne JSON",e164:"num\xE9ro E.164",jwt:"JWT",template_literal:"entr\xE9e"},o={nan:"NaN"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=I(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`Entr\xE9e invalide : attendu instanceof ${n.expected}, re\xE7u ${s}`:`Entr\xE9e invalide : attendu ${i}, re\xE7u ${s}`}case"invalid_value":return n.values.length===1?`Entr\xE9e invalide : attendu ${A(n.values[0])}`:`Option invalide : attendu l'une des valeurs suivantes ${k(n.values,"|")}`;case"too_big":{let i=n.inclusive?"\u2264":"<",a=t(n.origin);return a?`Trop grand : attendu que ${n.origin??"la valeur"} ait ${i}${n.maximum.toString()} ${a.unit}`:`Trop grand : attendu que ${n.origin??"la valeur"} soit ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?"\u2265":">",a=t(n.origin);return a?`Trop petit : attendu que ${n.origin} ait ${i}${n.minimum.toString()} ${a.unit}`:`Trop petit : attendu que ${n.origin} soit ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`Cha\xEEne invalide : doit commencer par "${i.prefix}"`:i.format==="ends_with"?`Cha\xEEne invalide : doit se terminer par "${i.suffix}"`:i.format==="includes"?`Cha\xEEne invalide : doit inclure "${i.includes}"`:i.format==="regex"?`Cha\xEEne invalide : doit correspondre au motif ${i.pattern}`:`${r[i.format]??n.format} invalide`}case"not_multiple_of":return`Nombre invalide : doit \xEAtre un multiple de ${n.divisor}`;case"unrecognized_keys":return`Cl\xE9${n.keys.length>1?"s":""} non reconnue${n.keys.length>1?"s":""} : ${k(n.keys,", ")}`;case"invalid_key":return`Cl\xE9 invalide dans ${n.origin}`;case"invalid_union":return"Entr\xE9e invalide";case"invalid_element":return`Valeur invalide dans ${n.origin}`;default:return"Entr\xE9e invalide"}}}});function Qy(){return{localeError:F0()}}var F0,ev=v(()=>{U();F0=()=>{let e={string:{label:"\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA",gender:"f"},number:{label:"\u05DE\u05E1\u05E4\u05E8",gender:"m"},boolean:{label:"\u05E2\u05E8\u05DA \u05D1\u05D5\u05DC\u05D9\u05D0\u05E0\u05D9",gender:"m"},bigint:{label:"BigInt",gender:"m"},date:{label:"\u05EA\u05D0\u05E8\u05D9\u05DA",gender:"m"},array:{label:"\u05DE\u05E2\u05E8\u05DA",gender:"m"},object:{label:"\u05D0\u05D5\u05D1\u05D9\u05D9\u05E7\u05D8",gender:"m"},null:{label:"\u05E2\u05E8\u05DA \u05E8\u05D9\u05E7 (null)",gender:"m"},undefined:{label:"\u05E2\u05E8\u05DA \u05DC\u05D0 \u05DE\u05D5\u05D2\u05D3\u05E8 (undefined)",gender:"m"},symbol:{label:"\u05E1\u05D9\u05DE\u05D1\u05D5\u05DC (Symbol)",gender:"m"},function:{label:"\u05E4\u05D5\u05E0\u05E7\u05E6\u05D9\u05D4",gender:"f"},map:{label:"\u05DE\u05E4\u05D4 (Map)",gender:"f"},set:{label:"\u05E7\u05D1\u05D5\u05E6\u05D4 (Set)",gender:"f"},file:{label:"\u05E7\u05D5\u05D1\u05E5",gender:"m"},promise:{label:"Promise",gender:"m"},NaN:{label:"NaN",gender:"m"},unknown:{label:"\u05E2\u05E8\u05DA \u05DC\u05D0 \u05D9\u05D3\u05D5\u05E2",gender:"m"},value:{label:"\u05E2\u05E8\u05DA",gender:"m"}},t={string:{unit:"\u05EA\u05D5\u05D5\u05D9\u05DD",shortLabel:"\u05E7\u05E6\u05E8",longLabel:"\u05D0\u05E8\u05D5\u05DA"},file:{unit:"\u05D1\u05D9\u05D9\u05D8\u05D9\u05DD",shortLabel:"\u05E7\u05D8\u05DF",longLabel:"\u05D2\u05D3\u05D5\u05DC"},array:{unit:"\u05E4\u05E8\u05D9\u05D8\u05D9\u05DD",shortLabel:"\u05E7\u05D8\u05DF",longLabel:"\u05D2\u05D3\u05D5\u05DC"},set:{unit:"\u05E4\u05E8\u05D9\u05D8\u05D9\u05DD",shortLabel:"\u05E7\u05D8\u05DF",longLabel:"\u05D2\u05D3\u05D5\u05DC"},number:{unit:"",shortLabel:"\u05E7\u05D8\u05DF",longLabel:"\u05D2\u05D3\u05D5\u05DC"}},r=d=>d?e[d]:void 0,o=d=>{let u=r(d);return u?u.label:d??e.unknown.label},n=d=>`\u05D4${o(d)}`,i=d=>(r(d)?.gender??"m")==="f"?"\u05E6\u05E8\u05D9\u05DB\u05D4 \u05DC\u05D4\u05D9\u05D5\u05EA":"\u05E6\u05E8\u05D9\u05DA \u05DC\u05D4\u05D9\u05D5\u05EA",a=d=>d?t[d]??null:null,s={regex:{label:"\u05E7\u05DC\u05D8",gender:"m"},email:{label:"\u05DB\u05EA\u05D5\u05D1\u05EA \u05D0\u05D9\u05DE\u05D9\u05D9\u05DC",gender:"f"},url:{label:"\u05DB\u05EA\u05D5\u05D1\u05EA \u05E8\u05E9\u05EA",gender:"f"},emoji:{label:"\u05D0\u05D9\u05DE\u05D5\u05D2'\u05D9",gender:"m"},uuid:{label:"UUID",gender:"m"},nanoid:{label:"nanoid",gender:"m"},guid:{label:"GUID",gender:"m"},cuid:{label:"cuid",gender:"m"},cuid2:{label:"cuid2",gender:"m"},ulid:{label:"ULID",gender:"m"},xid:{label:"XID",gender:"m"},ksuid:{label:"KSUID",gender:"m"},datetime:{label:"\u05EA\u05D0\u05E8\u05D9\u05DA \u05D5\u05D6\u05DE\u05DF ISO",gender:"m"},date:{label:"\u05EA\u05D0\u05E8\u05D9\u05DA ISO",gender:"m"},time:{label:"\u05D6\u05DE\u05DF ISO",gender:"m"},duration:{label:"\u05DE\u05E9\u05DA \u05D6\u05DE\u05DF ISO",gender:"m"},ipv4:{label:"\u05DB\u05EA\u05D5\u05D1\u05EA IPv4",gender:"f"},ipv6:{label:"\u05DB\u05EA\u05D5\u05D1\u05EA IPv6",gender:"f"},cidrv4:{label:"\u05D8\u05D5\u05D5\u05D7 IPv4",gender:"m"},cidrv6:{label:"\u05D8\u05D5\u05D5\u05D7 IPv6",gender:"m"},base64:{label:"\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA \u05D1\u05D1\u05E1\u05D9\u05E1 64",gender:"f"},base64url:{label:"\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA \u05D1\u05D1\u05E1\u05D9\u05E1 64 \u05DC\u05DB\u05EA\u05D5\u05D1\u05D5\u05EA \u05E8\u05E9\u05EA",gender:"f"},json_string:{label:"\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA JSON",gender:"f"},e164:{label:"\u05DE\u05E1\u05E4\u05E8 E.164",gender:"m"},jwt:{label:"JWT",gender:"m"},ends_with:{label:"\u05E7\u05DC\u05D8",gender:"m"},includes:{label:"\u05E7\u05DC\u05D8",gender:"m"},lowercase:{label:"\u05E7\u05DC\u05D8",gender:"m"},starts_with:{label:"\u05E7\u05DC\u05D8",gender:"m"},uppercase:{label:"\u05E7\u05DC\u05D8",gender:"m"}},c={nan:"NaN"};return d=>{switch(d.code){case"invalid_type":{let u=d.expected,p=c[u??""]??o(u),h=I(d.input),m=c[h]??e[h]?.label??h;return/^[A-Z]/.test(d.expected)?`\u05E7\u05DC\u05D8 \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF: \u05E6\u05E8\u05D9\u05DA \u05DC\u05D4\u05D9\u05D5\u05EA instanceof ${d.expected}, \u05D4\u05EA\u05E7\u05D1\u05DC ${m}`:`\u05E7\u05DC\u05D8 \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF: \u05E6\u05E8\u05D9\u05DA \u05DC\u05D4\u05D9\u05D5\u05EA ${p}, \u05D4\u05EA\u05E7\u05D1\u05DC ${m}`}case"invalid_value":{if(d.values.length===1)return`\u05E2\u05E8\u05DA \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF: \u05D4\u05E2\u05E8\u05DA \u05D7\u05D9\u05D9\u05D1 \u05DC\u05D4\u05D9\u05D5\u05EA ${A(d.values[0])}`;let u=d.values.map(m=>A(m));if(d.values.length===2)return`\u05E2\u05E8\u05DA \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF: \u05D4\u05D0\u05E4\u05E9\u05E8\u05D5\u05D9\u05D5\u05EA \u05D4\u05DE\u05EA\u05D0\u05D9\u05DE\u05D5\u05EA \u05D4\u05DF ${u[0]} \u05D0\u05D5 ${u[1]}`;let p=u[u.length-1];return`\u05E2\u05E8\u05DA \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF: \u05D4\u05D0\u05E4\u05E9\u05E8\u05D5\u05D9\u05D5\u05EA \u05D4\u05DE\u05EA\u05D0\u05D9\u05DE\u05D5\u05EA \u05D4\u05DF ${u.slice(0,-1).join(", ")} \u05D0\u05D5 ${p}`}case"too_big":{let u=a(d.origin),p=n(d.origin??"value");if(d.origin==="string")return`${u?.longLabel??"\u05D0\u05E8\u05D5\u05DA"} \u05DE\u05D3\u05D9: ${p} \u05E6\u05E8\u05D9\u05DB\u05D4 \u05DC\u05D4\u05DB\u05D9\u05DC ${d.maximum.toString()} ${u?.unit??""} ${d.inclusive?"\u05D0\u05D5 \u05E4\u05D7\u05D5\u05EA":"\u05DC\u05DB\u05DC \u05D4\u05D9\u05D5\u05EA\u05E8"}`.trim();if(d.origin==="number"){let g=d.inclusive?`\u05E7\u05D8\u05DF \u05D0\u05D5 \u05E9\u05D5\u05D5\u05D4 \u05DC-${d.maximum}`:`\u05E7\u05D8\u05DF \u05DE-${d.maximum}`;return`\u05D2\u05D3\u05D5\u05DC \u05DE\u05D3\u05D9: ${p} \u05E6\u05E8\u05D9\u05DA \u05DC\u05D4\u05D9\u05D5\u05EA ${g}`}if(d.origin==="array"||d.origin==="set"){let g=d.origin==="set"?"\u05E6\u05E8\u05D9\u05DB\u05D4":"\u05E6\u05E8\u05D9\u05DA",T=d.inclusive?`${d.maximum} ${u?.unit??""} \u05D0\u05D5 \u05E4\u05D7\u05D5\u05EA`:`\u05E4\u05D7\u05D5\u05EA \u05DE-${d.maximum} ${u?.unit??""}`;return`\u05D2\u05D3\u05D5\u05DC \u05DE\u05D3\u05D9: ${p} ${g} \u05DC\u05D4\u05DB\u05D9\u05DC ${T}`.trim()}let h=d.inclusive?"<=":"<",m=i(d.origin??"value");return u?.unit?`${u.longLabel} \u05DE\u05D3\u05D9: ${p} ${m} ${h}${d.maximum.toString()} ${u.unit}`:`${u?.longLabel??"\u05D2\u05D3\u05D5\u05DC"} \u05DE\u05D3\u05D9: ${p} ${m} ${h}${d.maximum.toString()}`}case"too_small":{let u=a(d.origin),p=n(d.origin??"value");if(d.origin==="string")return`${u?.shortLabel??"\u05E7\u05E6\u05E8"} \u05DE\u05D3\u05D9: ${p} \u05E6\u05E8\u05D9\u05DB\u05D4 \u05DC\u05D4\u05DB\u05D9\u05DC ${d.minimum.toString()} ${u?.unit??""} ${d.inclusive?"\u05D0\u05D5 \u05D9\u05D5\u05EA\u05E8":"\u05DC\u05E4\u05D7\u05D5\u05EA"}`.trim();if(d.origin==="number"){let g=d.inclusive?`\u05D2\u05D3\u05D5\u05DC \u05D0\u05D5 \u05E9\u05D5\u05D5\u05D4 \u05DC-${d.minimum}`:`\u05D2\u05D3\u05D5\u05DC \u05DE-${d.minimum}`;return`\u05E7\u05D8\u05DF \u05DE\u05D3\u05D9: ${p} \u05E6\u05E8\u05D9\u05DA \u05DC\u05D4\u05D9\u05D5\u05EA ${g}`}if(d.origin==="array"||d.origin==="set"){let g=d.origin==="set"?"\u05E6\u05E8\u05D9\u05DB\u05D4":"\u05E6\u05E8\u05D9\u05DA";if(d.minimum===1&&d.inclusive){let y=(d.origin==="set","\u05DC\u05E4\u05D7\u05D5\u05EA \u05E4\u05E8\u05D9\u05D8 \u05D0\u05D7\u05D3");return`\u05E7\u05D8\u05DF \u05DE\u05D3\u05D9: ${p} ${g} \u05DC\u05D4\u05DB\u05D9\u05DC ${y}`}let T=d.inclusive?`${d.minimum} ${u?.unit??""} \u05D0\u05D5 \u05D9\u05D5\u05EA\u05E8`:`\u05D9\u05D5\u05EA\u05E8 \u05DE-${d.minimum} ${u?.unit??""}`;return`\u05E7\u05D8\u05DF \u05DE\u05D3\u05D9: ${p} ${g} \u05DC\u05D4\u05DB\u05D9\u05DC ${T}`.trim()}let h=d.inclusive?">=":">",m=i(d.origin??"value");return u?.unit?`${u.shortLabel} \u05DE\u05D3\u05D9: ${p} ${m} ${h}${d.minimum.toString()} ${u.unit}`:`${u?.shortLabel??"\u05E7\u05D8\u05DF"} \u05DE\u05D3\u05D9: ${p} ${m} ${h}${d.minimum.toString()}`}case"invalid_format":{let u=d;if(u.format==="starts_with")return`\u05D4\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA \u05D7\u05D9\u05D9\u05D1\u05EA \u05DC\u05D4\u05EA\u05D7\u05D9\u05DC \u05D1 "${u.prefix}"`;if(u.format==="ends_with")return`\u05D4\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA \u05D7\u05D9\u05D9\u05D1\u05EA \u05DC\u05D4\u05E1\u05EA\u05D9\u05D9\u05DD \u05D1 "${u.suffix}"`;if(u.format==="includes")return`\u05D4\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA \u05D7\u05D9\u05D9\u05D1\u05EA \u05DC\u05DB\u05DC\u05D5\u05DC "${u.includes}"`;if(u.format==="regex")return`\u05D4\u05DE\u05D7\u05E8\u05D5\u05D6\u05EA \u05D7\u05D9\u05D9\u05D1\u05EA \u05DC\u05D4\u05EA\u05D0\u05D9\u05DD \u05DC\u05EA\u05D1\u05E0\u05D9\u05EA ${u.pattern}`;let p=s[u.format],h=p?.label??u.format,g=(p?.gender??"m")==="f"?"\u05EA\u05E7\u05D9\u05E0\u05D4":"\u05EA\u05E7\u05D9\u05DF";return`${h} \u05DC\u05D0 ${g}`}case"not_multiple_of":return`\u05DE\u05E1\u05E4\u05E8 \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF: \u05D7\u05D9\u05D9\u05D1 \u05DC\u05D4\u05D9\u05D5\u05EA \u05DE\u05DB\u05E4\u05DC\u05D4 \u05E9\u05DC ${d.divisor}`;case"unrecognized_keys":return`\u05DE\u05E4\u05EA\u05D7${d.keys.length>1?"\u05D5\u05EA":""} \u05DC\u05D0 \u05DE\u05D6\u05D5\u05D4${d.keys.length>1?"\u05D9\u05DD":"\u05D4"}: ${k(d.keys,", ")}`;case"invalid_key":return"\u05E9\u05D3\u05D4 \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF \u05D1\u05D0\u05D5\u05D1\u05D9\u05D9\u05E7\u05D8";case"invalid_union":return"\u05E7\u05DC\u05D8 \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF";case"invalid_element":return`\u05E2\u05E8\u05DA \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF \u05D1${n(d.origin??"array")}`;default:return"\u05E7\u05DC\u05D8 \u05DC\u05D0 \u05EA\u05E7\u05D9\u05DF"}}}});function tv(){return{localeError:G0()}}var G0,nv=v(()=>{U();G0=()=>{let e={string:{unit:"znakova",verb:"imati"},file:{unit:"bajtova",verb:"imati"},array:{unit:"stavki",verb:"imati"},set:{unit:"stavki",verb:"imati"}};function t(n){return e[n]??null}let r={regex:"unos",email:"email adresa",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO datum i vrijeme",date:"ISO datum",time:"ISO vrijeme",duration:"ISO trajanje",ipv4:"IPv4 adresa",ipv6:"IPv6 adresa",cidrv4:"IPv4 raspon",cidrv6:"IPv6 raspon",base64:"base64 kodirani tekst",base64url:"base64url kodirani tekst",json_string:"JSON tekst",e164:"E.164 broj",jwt:"JWT",template_literal:"unos"},o={nan:"NaN",string:"tekst",number:"broj",boolean:"boolean",array:"niz",object:"objekt",set:"skup",file:"datoteka",date:"datum",bigint:"bigint",symbol:"simbol",undefined:"undefined",null:"null",function:"funkcija",map:"mapa"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=I(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`Neispravan unos: o\u010Dekuje se instanceof ${n.expected}, a primljeno je ${s}`:`Neispravan unos: o\u010Dekuje se ${i}, a primljeno je ${s}`}case"invalid_value":return n.values.length===1?`Neispravna vrijednost: o\u010Dekivano ${A(n.values[0])}`:`Neispravna opcija: o\u010Dekivano jedno od ${k(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin),s=o[n.origin]??n.origin;return a?`Preveliko: o\u010Dekivano da ${s??"vrijednost"} ima ${i}${n.maximum.toString()} ${a.unit??"elemenata"}`:`Preveliko: o\u010Dekivano da ${s??"vrijednost"} bude ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin),s=o[n.origin]??n.origin;return a?`Premalo: o\u010Dekivano da ${s} ima ${i}${n.minimum.toString()} ${a.unit}`:`Premalo: o\u010Dekivano da ${s} bude ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`Neispravan tekst: mora zapo\u010Dinjati s "${i.prefix}"`:i.format==="ends_with"?`Neispravan tekst: mora zavr\u0161avati s "${i.suffix}"`:i.format==="includes"?`Neispravan tekst: mora sadr\u017Eavati "${i.includes}"`:i.format==="regex"?`Neispravan tekst: mora odgovarati uzorku ${i.pattern}`:`Neispravna ${r[i.format]??n.format}`}case"not_multiple_of":return`Neispravan broj: mora biti vi\u0161ekratnik od ${n.divisor}`;case"unrecognized_keys":return`Neprepoznat${n.keys.length>1?"i klju\u010Devi":" klju\u010D"}: ${k(n.keys,", ")}`;case"invalid_key":return`Neispravan klju\u010D u ${o[n.origin]??n.origin}`;case"invalid_union":return"Neispravan unos";case"invalid_element":return`Neispravna vrijednost u ${o[n.origin]??n.origin}`;default:return"Neispravan unos"}}}});function rv(){return{localeError:B0()}}var B0,ov=v(()=>{U();B0=()=>{let e={string:{unit:"karakter",verb:"legyen"},file:{unit:"byte",verb:"legyen"},array:{unit:"elem",verb:"legyen"},set:{unit:"elem",verb:"legyen"}};function t(n){return e[n]??null}let r={regex:"bemenet",email:"email c\xEDm",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO id\u0151b\xE9lyeg",date:"ISO d\xE1tum",time:"ISO id\u0151",duration:"ISO id\u0151intervallum",ipv4:"IPv4 c\xEDm",ipv6:"IPv6 c\xEDm",cidrv4:"IPv4 tartom\xE1ny",cidrv6:"IPv6 tartom\xE1ny",base64:"base64-k\xF3dolt string",base64url:"base64url-k\xF3dolt string",json_string:"JSON string",e164:"E.164 sz\xE1m",jwt:"JWT",template_literal:"bemenet"},o={nan:"NaN",number:"sz\xE1m",array:"t\xF6mb"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=I(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`\xC9rv\xE9nytelen bemenet: a v\xE1rt \xE9rt\xE9k instanceof ${n.expected}, a kapott \xE9rt\xE9k ${s}`:`\xC9rv\xE9nytelen bemenet: a v\xE1rt \xE9rt\xE9k ${i}, a kapott \xE9rt\xE9k ${s}`}case"invalid_value":return n.values.length===1?`\xC9rv\xE9nytelen bemenet: a v\xE1rt \xE9rt\xE9k ${A(n.values[0])}`:`\xC9rv\xE9nytelen opci\xF3: valamelyik \xE9rt\xE9k v\xE1rt ${k(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);return a?`T\xFAl nagy: ${n.origin??"\xE9rt\xE9k"} m\xE9rete t\xFAl nagy ${i}${n.maximum.toString()} ${a.unit??"elem"}`:`T\xFAl nagy: a bemeneti \xE9rt\xE9k ${n.origin??"\xE9rt\xE9k"} t\xFAl nagy: ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);return a?`T\xFAl kicsi: a bemeneti \xE9rt\xE9k ${n.origin} m\xE9rete t\xFAl kicsi ${i}${n.minimum.toString()} ${a.unit}`:`T\xFAl kicsi: a bemeneti \xE9rt\xE9k ${n.origin} t\xFAl kicsi ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`\xC9rv\xE9nytelen string: "${i.prefix}" \xE9rt\xE9kkel kell kezd\u0151dnie`:i.format==="ends_with"?`\xC9rv\xE9nytelen string: "${i.suffix}" \xE9rt\xE9kkel kell v\xE9gz\u0151dnie`:i.format==="includes"?`\xC9rv\xE9nytelen string: "${i.includes}" \xE9rt\xE9ket kell tartalmaznia`:i.format==="regex"?`\xC9rv\xE9nytelen string: ${i.pattern} mint\xE1nak kell megfelelnie`:`\xC9rv\xE9nytelen ${r[i.format]??n.format}`}case"not_multiple_of":return`\xC9rv\xE9nytelen sz\xE1m: ${n.divisor} t\xF6bbsz\xF6r\xF6s\xE9nek kell lennie`;case"unrecognized_keys":return`Ismeretlen kulcs${n.keys.length>1?"s":""}: ${k(n.keys,", ")}`;case"invalid_key":return`\xC9rv\xE9nytelen kulcs ${n.origin}`;case"invalid_union":return"\xC9rv\xE9nytelen bemenet";case"invalid_element":return`\xC9rv\xE9nytelen \xE9rt\xE9k: ${n.origin}`;default:return"\xC9rv\xE9nytelen bemenet"}}}});function iv(e,t,r){return Math.abs(e)===1?t:r}function Xn(e){if(!e)return"";let t=["\u0561","\u0565","\u0568","\u056B","\u0578","\u0578\u0582","\u0585"],r=e[e.length-1];return e+(t.includes(r)?"\u0576":"\u0568")}function av(){return{localeError:W0()}}var W0,sv=v(()=>{U();W0=()=>{let e={string:{unit:{one:"\u0576\u0577\u0561\u0576",many:"\u0576\u0577\u0561\u0576\u0576\u0565\u0580"},verb:"\u0578\u0582\u0576\u0565\u0576\u0561\u056C"},file:{unit:{one:"\u0562\u0561\u0575\u0569",many:"\u0562\u0561\u0575\u0569\u0565\u0580"},verb:"\u0578\u0582\u0576\u0565\u0576\u0561\u056C"},array:{unit:{one:"\u057F\u0561\u0580\u0580",many:"\u057F\u0561\u0580\u0580\u0565\u0580"},verb:"\u0578\u0582\u0576\u0565\u0576\u0561\u056C"},set:{unit:{one:"\u057F\u0561\u0580\u0580",many:"\u057F\u0561\u0580\u0580\u0565\u0580"},verb:"\u0578\u0582\u0576\u0565\u0576\u0561\u056C"}};function t(n){return e[n]??null}let r={regex:"\u0574\u0578\u0582\u057F\u0584",email:"\u0567\u056C. \u0570\u0561\u057D\u0581\u0565",url:"URL",emoji:"\u0567\u0574\u0578\u057B\u056B",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO \u0561\u0574\u057D\u0561\u0569\u056B\u057E \u0587 \u056A\u0561\u0574",date:"ISO \u0561\u0574\u057D\u0561\u0569\u056B\u057E",time:"ISO \u056A\u0561\u0574",duration:"ISO \u057F\u0587\u0578\u0572\u0578\u0582\u0569\u0575\u0578\u0582\u0576",ipv4:"IPv4 \u0570\u0561\u057D\u0581\u0565",ipv6:"IPv6 \u0570\u0561\u057D\u0581\u0565",cidrv4:"IPv4 \u0574\u056B\u057B\u0561\u056F\u0561\u0575\u0584",cidrv6:"IPv6 \u0574\u056B\u057B\u0561\u056F\u0561\u0575\u0584",base64:"base64 \u0571\u0587\u0561\u0579\u0561\u0583\u0578\u057E \u057F\u0578\u0572",base64url:"base64url \u0571\u0587\u0561\u0579\u0561\u0583\u0578\u057E \u057F\u0578\u0572",json_string:"JSON \u057F\u0578\u0572",e164:"E.164 \u0570\u0561\u0574\u0561\u0580",jwt:"JWT",template_literal:"\u0574\u0578\u0582\u057F\u0584"},o={nan:"NaN",number:"\u0569\u056B\u057E",array:"\u0566\u0561\u0576\u0563\u057E\u0561\u056E"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=I(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`\u054D\u056D\u0561\u056C \u0574\u0578\u0582\u057F\u0584\u0561\u0563\u0580\u0578\u0582\u0574\u2024 \u057D\u057A\u0561\u057D\u057E\u0578\u0582\u0574 \u0567\u0580 instanceof ${n.expected}, \u057D\u057F\u0561\u0581\u057E\u0565\u056C \u0567 ${s}`:`\u054D\u056D\u0561\u056C \u0574\u0578\u0582\u057F\u0584\u0561\u0563\u0580\u0578\u0582\u0574\u2024 \u057D\u057A\u0561\u057D\u057E\u0578\u0582\u0574 \u0567\u0580 ${i}, \u057D\u057F\u0561\u0581\u057E\u0565\u056C \u0567 ${s}`}case"invalid_value":return n.values.length===1?`\u054D\u056D\u0561\u056C \u0574\u0578\u0582\u057F\u0584\u0561\u0563\u0580\u0578\u0582\u0574\u2024 \u057D\u057A\u0561\u057D\u057E\u0578\u0582\u0574 \u0567\u0580 ${A(n.values[1])}`:`\u054D\u056D\u0561\u056C \u057F\u0561\u0580\u0562\u0565\u0580\u0561\u056F\u2024 \u057D\u057A\u0561\u057D\u057E\u0578\u0582\u0574 \u0567\u0580 \u0570\u0565\u057F\u0587\u0575\u0561\u056C\u0576\u0565\u0580\u056B\u0581 \u0574\u0565\u056F\u0568\u055D ${k(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);if(a){let s=Number(n.maximum),c=iv(s,a.unit.one,a.unit.many);return`\u0549\u0561\u0583\u0561\u0566\u0561\u0576\u0581 \u0574\u0565\u056E \u0561\u0580\u056A\u0565\u0584\u2024 \u057D\u057A\u0561\u057D\u057E\u0578\u0582\u0574 \u0567, \u0578\u0580 ${Xn(n.origin??"\u0561\u0580\u056A\u0565\u0584")} \u056F\u0578\u0582\u0576\u0565\u0576\u0561 ${i}${n.maximum.toString()} ${c}`}return`\u0549\u0561\u0583\u0561\u0566\u0561\u0576\u0581 \u0574\u0565\u056E \u0561\u0580\u056A\u0565\u0584\u2024 \u057D\u057A\u0561\u057D\u057E\u0578\u0582\u0574 \u0567, \u0578\u0580 ${Xn(n.origin??"\u0561\u0580\u056A\u0565\u0584")} \u056C\u056B\u0576\u056B ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);if(a){let s=Number(n.minimum),c=iv(s,a.unit.one,a.unit.many);return`\u0549\u0561\u0583\u0561\u0566\u0561\u0576\u0581 \u0583\u0578\u0584\u0580 \u0561\u0580\u056A\u0565\u0584\u2024 \u057D\u057A\u0561\u057D\u057E\u0578\u0582\u0574 \u0567, \u0578\u0580 ${Xn(n.origin)} \u056F\u0578\u0582\u0576\u0565\u0576\u0561 ${i}${n.minimum.toString()} ${c}`}return`\u0549\u0561\u0583\u0561\u0566\u0561\u0576\u0581 \u0583\u0578\u0584\u0580 \u0561\u0580\u056A\u0565\u0584\u2024 \u057D\u057A\u0561\u057D\u057E\u0578\u0582\u0574 \u0567, \u0578\u0580 ${Xn(n.origin)} \u056C\u056B\u0576\u056B ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`\u054D\u056D\u0561\u056C \u057F\u0578\u0572\u2024 \u057A\u0565\u057F\u0584 \u0567 \u057D\u056F\u057D\u057E\u056B "${i.prefix}"-\u0578\u057E`:i.format==="ends_with"?`\u054D\u056D\u0561\u056C \u057F\u0578\u0572\u2024 \u057A\u0565\u057F\u0584 \u0567 \u0561\u057E\u0561\u0580\u057F\u057E\u056B "${i.suffix}"-\u0578\u057E`:i.format==="includes"?`\u054D\u056D\u0561\u056C \u057F\u0578\u0572\u2024 \u057A\u0565\u057F\u0584 \u0567 \u057A\u0561\u0580\u0578\u0582\u0576\u0561\u056F\u056B "${i.includes}"`:i.format==="regex"?`\u054D\u056D\u0561\u056C \u057F\u0578\u0572\u2024 \u057A\u0565\u057F\u0584 \u0567 \u0570\u0561\u0574\u0561\u057A\u0561\u057F\u0561\u057D\u056D\u0561\u0576\u056B ${i.pattern} \u0571\u0587\u0561\u0579\u0561\u0583\u056B\u0576`:`\u054D\u056D\u0561\u056C ${r[i.format]??n.format}`}case"not_multiple_of":return`\u054D\u056D\u0561\u056C \u0569\u056B\u057E\u2024 \u057A\u0565\u057F\u0584 \u0567 \u0562\u0561\u0566\u0574\u0561\u057A\u0561\u057F\u056B\u056F \u056C\u056B\u0576\u056B ${n.divisor}-\u056B`;case"unrecognized_keys":return`\u0549\u0573\u0561\u0576\u0561\u0579\u057E\u0561\u056E \u0562\u0561\u0576\u0561\u056C\u056B${n.keys.length>1?"\u0576\u0565\u0580":""}. ${k(n.keys,", ")}`;case"invalid_key":return`\u054D\u056D\u0561\u056C \u0562\u0561\u0576\u0561\u056C\u056B ${Xn(n.origin)}-\u0578\u0582\u0574`;case"invalid_union":return"\u054D\u056D\u0561\u056C \u0574\u0578\u0582\u057F\u0584\u0561\u0563\u0580\u0578\u0582\u0574";case"invalid_element":return`\u054D\u056D\u0561\u056C \u0561\u0580\u056A\u0565\u0584 ${Xn(n.origin)}-\u0578\u0582\u0574`;default:return"\u054D\u056D\u0561\u056C \u0574\u0578\u0582\u057F\u0584\u0561\u0563\u0580\u0578\u0582\u0574"}}}});function cv(){return{localeError:K0()}}var K0,lv=v(()=>{U();K0=()=>{let e={string:{unit:"karakter",verb:"memiliki"},file:{unit:"byte",verb:"memiliki"},array:{unit:"item",verb:"memiliki"},set:{unit:"item",verb:"memiliki"}};function t(n){return e[n]??null}let r={regex:"input",email:"alamat email",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"tanggal dan waktu format ISO",date:"tanggal format ISO",time:"jam format ISO",duration:"durasi format ISO",ipv4:"alamat IPv4",ipv6:"alamat IPv6",cidrv4:"rentang alamat IPv4",cidrv6:"rentang alamat IPv6",base64:"string dengan enkode base64",base64url:"string dengan enkode base64url",json_string:"string JSON",e164:"angka E.164",jwt:"JWT",template_literal:"input"},o={nan:"NaN"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=I(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`Input tidak valid: diharapkan instanceof ${n.expected}, diterima ${s}`:`Input tidak valid: diharapkan ${i}, diterima ${s}`}case"invalid_value":return n.values.length===1?`Input tidak valid: diharapkan ${A(n.values[0])}`:`Pilihan tidak valid: diharapkan salah satu dari ${k(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);return a?`Terlalu besar: diharapkan ${n.origin??"value"} memiliki ${i}${n.maximum.toString()} ${a.unit??"elemen"}`:`Terlalu besar: diharapkan ${n.origin??"value"} menjadi ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);return a?`Terlalu kecil: diharapkan ${n.origin} memiliki ${i}${n.minimum.toString()} ${a.unit}`:`Terlalu kecil: diharapkan ${n.origin} menjadi ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`String tidak valid: harus dimulai dengan "${i.prefix}"`:i.format==="ends_with"?`String tidak valid: harus berakhir dengan "${i.suffix}"`:i.format==="includes"?`String tidak valid: harus menyertakan "${i.includes}"`:i.format==="regex"?`String tidak valid: harus sesuai pola ${i.pattern}`:`${r[i.format]??n.format} tidak valid`}case"not_multiple_of":return`Angka tidak valid: harus kelipatan dari ${n.divisor}`;case"unrecognized_keys":return`Kunci tidak dikenali ${n.keys.length>1?"s":""}: ${k(n.keys,", ")}`;case"invalid_key":return`Kunci tidak valid di ${n.origin}`;case"invalid_union":return"Input tidak valid";case"invalid_element":return`Nilai tidak valid di ${n.origin}`;default:return"Input tidak valid"}}}});function dv(){return{localeError:Z0()}}var Z0,uv=v(()=>{U();Z0=()=>{let e={string:{unit:"stafi",verb:"a\xF0 hafa"},file:{unit:"b\xE6ti",verb:"a\xF0 hafa"},array:{unit:"hluti",verb:"a\xF0 hafa"},set:{unit:"hluti",verb:"a\xF0 hafa"}};function t(n){return e[n]??null}let r={regex:"gildi",email:"netfang",url:"vefsl\xF3\xF0",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO dagsetning og t\xEDmi",date:"ISO dagsetning",time:"ISO t\xEDmi",duration:"ISO t\xEDmalengd",ipv4:"IPv4 address",ipv6:"IPv6 address",cidrv4:"IPv4 range",cidrv6:"IPv6 range",base64:"base64-encoded strengur",base64url:"base64url-encoded strengur",json_string:"JSON strengur",e164:"E.164 t\xF6lugildi",jwt:"JWT",template_literal:"gildi"},o={nan:"NaN",number:"n\xFAmer",array:"fylki"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=I(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`Rangt gildi: \xDE\xFA sl\xF3st inn ${s} \xFEar sem \xE1 a\xF0 vera instanceof ${n.expected}`:`Rangt gildi: \xDE\xFA sl\xF3st inn ${s} \xFEar sem \xE1 a\xF0 vera ${i}`}case"invalid_value":return n.values.length===1?`Rangt gildi: gert r\xE1\xF0 fyrir ${A(n.values[0])}`:`\xD3gilt val: m\xE1 vera eitt af eftirfarandi ${k(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);return a?`Of st\xF3rt: gert er r\xE1\xF0 fyrir a\xF0 ${n.origin??"gildi"} hafi ${i}${n.maximum.toString()} ${a.unit??"hluti"}`:`Of st\xF3rt: gert er r\xE1\xF0 fyrir a\xF0 ${n.origin??"gildi"} s\xE9 ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);return a?`Of l\xEDti\xF0: gert er r\xE1\xF0 fyrir a\xF0 ${n.origin} hafi ${i}${n.minimum.toString()} ${a.unit}`:`Of l\xEDti\xF0: gert er r\xE1\xF0 fyrir a\xF0 ${n.origin} s\xE9 ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`\xD3gildur strengur: ver\xF0ur a\xF0 byrja \xE1 "${i.prefix}"`:i.format==="ends_with"?`\xD3gildur strengur: ver\xF0ur a\xF0 enda \xE1 "${i.suffix}"`:i.format==="includes"?`\xD3gildur strengur: ver\xF0ur a\xF0 innihalda "${i.includes}"`:i.format==="regex"?`\xD3gildur strengur: ver\xF0ur a\xF0 fylgja mynstri ${i.pattern}`:`Rangt ${r[i.format]??n.format}`}case"not_multiple_of":return`R\xF6ng tala: ver\xF0ur a\xF0 vera margfeldi af ${n.divisor}`;case"unrecognized_keys":return`\xD3\xFEekkt ${n.keys.length>1?"ir lyklar":"ur lykill"}: ${k(n.keys,", ")}`;case"invalid_key":return`Rangur lykill \xED ${n.origin}`;case"invalid_union":return"Rangt gildi";case"invalid_element":return`Rangt gildi \xED ${n.origin}`;default:return"Rangt gildi"}}}});function pv(){return{localeError:H0()}}var H0,hv=v(()=>{U();H0=()=>{let e={string:{unit:"caratteri",verb:"avere"},file:{unit:"byte",verb:"avere"},array:{unit:"elementi",verb:"avere"},set:{unit:"elementi",verb:"avere"}};function t(n){return e[n]??null}let r={regex:"input",email:"indirizzo email",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"data e ora ISO",date:"data ISO",time:"ora ISO",duration:"durata ISO",ipv4:"indirizzo IPv4",ipv6:"indirizzo IPv6",cidrv4:"intervallo IPv4",cidrv6:"intervallo IPv6",base64:"stringa codificata in base64",base64url:"URL codificata in base64",json_string:"stringa JSON",e164:"numero E.164",jwt:"JWT",template_literal:"input"},o={nan:"NaN",number:"numero",array:"vettore"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=I(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`Input non valido: atteso instanceof ${n.expected}, ricevuto ${s}`:`Input non valido: atteso ${i}, ricevuto ${s}`}case"invalid_value":return n.values.length===1?`Input non valido: atteso ${A(n.values[0])}`:`Opzione non valida: atteso uno tra ${k(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);return a?`Troppo grande: ${n.origin??"valore"} deve avere ${i}${n.maximum.toString()} ${a.unit??"elementi"}`:`Troppo grande: ${n.origin??"valore"} deve essere ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);return a?`Troppo piccolo: ${n.origin} deve avere ${i}${n.minimum.toString()} ${a.unit}`:`Troppo piccolo: ${n.origin} deve essere ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`Stringa non valida: deve iniziare con "${i.prefix}"`:i.format==="ends_with"?`Stringa non valida: deve terminare con "${i.suffix}"`:i.format==="includes"?`Stringa non valida: deve includere "${i.includes}"`:i.format==="regex"?`Stringa non valida: deve corrispondere al pattern ${i.pattern}`:`Input non valido: ${r[i.format]??n.format}`}case"not_multiple_of":return`Numero non valido: deve essere un multiplo di ${n.divisor}`;case"unrecognized_keys":return`Chiav${n.keys.length>1?"i":"e"} non riconosciut${n.keys.length>1?"e":"a"}: ${k(n.keys,", ")}`;case"invalid_key":return`Chiave non valida in ${n.origin}`;case"invalid_union":return"Input non valido";case"invalid_element":return`Valore non valido in ${n.origin}`;default:return"Input non valido"}}}});function mv(){return{localeError:V0()}}var V0,fv=v(()=>{U();V0=()=>{let e={string:{unit:"\u6587\u5B57",verb:"\u3067\u3042\u308B"},file:{unit:"\u30D0\u30A4\u30C8",verb:"\u3067\u3042\u308B"},array:{unit:"\u8981\u7D20",verb:"\u3067\u3042\u308B"},set:{unit:"\u8981\u7D20",verb:"\u3067\u3042\u308B"}};function t(n){return e[n]??null}let r={regex:"\u5165\u529B\u5024",email:"\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9",url:"URL",emoji:"\u7D75\u6587\u5B57",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO\u65E5\u6642",date:"ISO\u65E5\u4ED8",time:"ISO\u6642\u523B",duration:"ISO\u671F\u9593",ipv4:"IPv4\u30A2\u30C9\u30EC\u30B9",ipv6:"IPv6\u30A2\u30C9\u30EC\u30B9",cidrv4:"IPv4\u7BC4\u56F2",cidrv6:"IPv6\u7BC4\u56F2",base64:"base64\u30A8\u30F3\u30B3\u30FC\u30C9\u6587\u5B57\u5217",base64url:"base64url\u30A8\u30F3\u30B3\u30FC\u30C9\u6587\u5B57\u5217",json_string:"JSON\u6587\u5B57\u5217",e164:"E.164\u756A\u53F7",jwt:"JWT",template_literal:"\u5165\u529B\u5024"},o={nan:"NaN",number:"\u6570\u5024",array:"\u914D\u5217"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=I(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`\u7121\u52B9\u306A\u5165\u529B: instanceof ${n.expected}\u304C\u671F\u5F85\u3055\u308C\u307E\u3057\u305F\u304C\u3001${s}\u304C\u5165\u529B\u3055\u308C\u307E\u3057\u305F`:`\u7121\u52B9\u306A\u5165\u529B: ${i}\u304C\u671F\u5F85\u3055\u308C\u307E\u3057\u305F\u304C\u3001${s}\u304C\u5165\u529B\u3055\u308C\u307E\u3057\u305F`}case"invalid_value":return n.values.length===1?`\u7121\u52B9\u306A\u5165\u529B: ${A(n.values[0])}\u304C\u671F\u5F85\u3055\u308C\u307E\u3057\u305F`:`\u7121\u52B9\u306A\u9078\u629E: ${k(n.values,"\u3001")}\u306E\u3044\u305A\u308C\u304B\u3067\u3042\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059`;case"too_big":{let i=n.inclusive?"\u4EE5\u4E0B\u3067\u3042\u308B":"\u3088\u308A\u5C0F\u3055\u3044",a=t(n.origin);return a?`\u5927\u304D\u3059\u304E\u308B\u5024: ${n.origin??"\u5024"}\u306F${n.maximum.toString()}${a.unit??"\u8981\u7D20"}${i}\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059`:`\u5927\u304D\u3059\u304E\u308B\u5024: ${n.origin??"\u5024"}\u306F${n.maximum.toString()}${i}\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059`}case"too_small":{let i=n.inclusive?"\u4EE5\u4E0A\u3067\u3042\u308B":"\u3088\u308A\u5927\u304D\u3044",a=t(n.origin);return a?`\u5C0F\u3055\u3059\u304E\u308B\u5024: ${n.origin}\u306F${n.minimum.toString()}${a.unit}${i}\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059`:`\u5C0F\u3055\u3059\u304E\u308B\u5024: ${n.origin}\u306F${n.minimum.toString()}${i}\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059`}case"invalid_format":{let i=n;return i.format==="starts_with"?`\u7121\u52B9\u306A\u6587\u5B57\u5217: "${i.prefix}"\u3067\u59CB\u307E\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059`:i.format==="ends_with"?`\u7121\u52B9\u306A\u6587\u5B57\u5217: "${i.suffix}"\u3067\u7D42\u308F\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059`:i.format==="includes"?`\u7121\u52B9\u306A\u6587\u5B57\u5217: "${i.includes}"\u3092\u542B\u3080\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059`:i.format==="regex"?`\u7121\u52B9\u306A\u6587\u5B57\u5217: \u30D1\u30BF\u30FC\u30F3${i.pattern}\u306B\u4E00\u81F4\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059`:`\u7121\u52B9\u306A${r[i.format]??n.format}`}case"not_multiple_of":return`\u7121\u52B9\u306A\u6570\u5024: ${n.divisor}\u306E\u500D\u6570\u3067\u3042\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059`;case"unrecognized_keys":return`\u8A8D\u8B58\u3055\u308C\u3066\u3044\u306A\u3044\u30AD\u30FC${n.keys.length>1?"\u7FA4":""}: ${k(n.keys,"\u3001")}`;case"invalid_key":return`${n.origin}\u5185\u306E\u7121\u52B9\u306A\u30AD\u30FC`;case"invalid_union":return"\u7121\u52B9\u306A\u5165\u529B";case"invalid_element":return`${n.origin}\u5185\u306E\u7121\u52B9\u306A\u5024`;default:return"\u7121\u52B9\u306A\u5165\u529B"}}}});function gv(){return{localeError:Y0()}}var Y0,yv=v(()=>{U();Y0=()=>{let e={string:{unit:"\u10E1\u10D8\u10DB\u10D1\u10DD\u10DA\u10DD",verb:"\u10E3\u10DC\u10D3\u10D0 \u10E8\u10D4\u10D8\u10EA\u10D0\u10D5\u10D3\u10D4\u10E1"},file:{unit:"\u10D1\u10D0\u10D8\u10E2\u10D8",verb:"\u10E3\u10DC\u10D3\u10D0 \u10E8\u10D4\u10D8\u10EA\u10D0\u10D5\u10D3\u10D4\u10E1"},array:{unit:"\u10D4\u10DA\u10D4\u10DB\u10D4\u10DC\u10E2\u10D8",verb:"\u10E3\u10DC\u10D3\u10D0 \u10E8\u10D4\u10D8\u10EA\u10D0\u10D5\u10D3\u10D4\u10E1"},set:{unit:"\u10D4\u10DA\u10D4\u10DB\u10D4\u10DC\u10E2\u10D8",verb:"\u10E3\u10DC\u10D3\u10D0 \u10E8\u10D4\u10D8\u10EA\u10D0\u10D5\u10D3\u10D4\u10E1"}};function t(n){return e[n]??null}let r={regex:"\u10E8\u10D4\u10E7\u10D5\u10D0\u10DC\u10D0",email:"\u10D4\u10DA-\u10E4\u10DD\u10E1\u10E2\u10D8\u10E1 \u10DB\u10D8\u10E1\u10D0\u10DB\u10D0\u10E0\u10D7\u10D8",url:"URL",emoji:"\u10D4\u10DB\u10DD\u10EF\u10D8",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"\u10D7\u10D0\u10E0\u10D8\u10E6\u10D8-\u10D3\u10E0\u10DD",date:"\u10D7\u10D0\u10E0\u10D8\u10E6\u10D8",time:"\u10D3\u10E0\u10DD",duration:"\u10EE\u10D0\u10DC\u10D2\u10E0\u10EB\u10DA\u10D8\u10D5\u10DD\u10D1\u10D0",ipv4:"IPv4 \u10DB\u10D8\u10E1\u10D0\u10DB\u10D0\u10E0\u10D7\u10D8",ipv6:"IPv6 \u10DB\u10D8\u10E1\u10D0\u10DB\u10D0\u10E0\u10D7\u10D8",cidrv4:"IPv4 \u10D3\u10D8\u10D0\u10DE\u10D0\u10D6\u10DD\u10DC\u10D8",cidrv6:"IPv6 \u10D3\u10D8\u10D0\u10DE\u10D0\u10D6\u10DD\u10DC\u10D8",base64:"base64-\u10D9\u10DD\u10D3\u10D8\u10E0\u10D4\u10D1\u10E3\u10DA\u10D8 \u10D5\u10D4\u10DA\u10D8",base64url:"base64url-\u10D9\u10DD\u10D3\u10D8\u10E0\u10D4\u10D1\u10E3\u10DA\u10D8 \u10D5\u10D4\u10DA\u10D8",json_string:"JSON \u10D5\u10D4\u10DA\u10D8",e164:"E.164 \u10DC\u10DD\u10DB\u10D4\u10E0\u10D8",jwt:"JWT",template_literal:"\u10E8\u10D4\u10E7\u10D5\u10D0\u10DC\u10D0"},o={nan:"NaN",number:"\u10E0\u10D8\u10EA\u10EE\u10D5\u10D8",string:"\u10D5\u10D4\u10DA\u10D8",boolean:"\u10D1\u10E3\u10DA\u10D4\u10D0\u10DC\u10D8",function:"\u10E4\u10E3\u10DC\u10E5\u10EA\u10D8\u10D0",array:"\u10DB\u10D0\u10E1\u10D8\u10D5\u10D8"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=I(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10E8\u10D4\u10E7\u10D5\u10D0\u10DC\u10D0: \u10DB\u10DD\u10E1\u10D0\u10DA\u10DD\u10D3\u10DC\u10D4\u10DA\u10D8 instanceof ${n.expected}, \u10DB\u10D8\u10E6\u10D4\u10D1\u10E3\u10DA\u10D8 ${s}`:`\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10E8\u10D4\u10E7\u10D5\u10D0\u10DC\u10D0: \u10DB\u10DD\u10E1\u10D0\u10DA\u10DD\u10D3\u10DC\u10D4\u10DA\u10D8 ${i}, \u10DB\u10D8\u10E6\u10D4\u10D1\u10E3\u10DA\u10D8 ${s}`}case"invalid_value":return n.values.length===1?`\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10E8\u10D4\u10E7\u10D5\u10D0\u10DC\u10D0: \u10DB\u10DD\u10E1\u10D0\u10DA\u10DD\u10D3\u10DC\u10D4\u10DA\u10D8 ${A(n.values[0])}`:`\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10D5\u10D0\u10E0\u10D8\u10D0\u10DC\u10E2\u10D8: \u10DB\u10DD\u10E1\u10D0\u10DA\u10DD\u10D3\u10DC\u10D4\u10DA\u10D8\u10D0 \u10D4\u10E0\u10D7-\u10D4\u10E0\u10D7\u10D8 ${k(n.values,"|")}-\u10D3\u10D0\u10DC`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);return a?`\u10D6\u10D4\u10D3\u10DB\u10D4\u10E2\u10D0\u10D3 \u10D3\u10D8\u10D3\u10D8: \u10DB\u10DD\u10E1\u10D0\u10DA\u10DD\u10D3\u10DC\u10D4\u10DA\u10D8 ${n.origin??"\u10DB\u10DC\u10D8\u10E8\u10D5\u10DC\u10D4\u10DA\u10DD\u10D1\u10D0"} ${a.verb} ${i}${n.maximum.toString()} ${a.unit}`:`\u10D6\u10D4\u10D3\u10DB\u10D4\u10E2\u10D0\u10D3 \u10D3\u10D8\u10D3\u10D8: \u10DB\u10DD\u10E1\u10D0\u10DA\u10DD\u10D3\u10DC\u10D4\u10DA\u10D8 ${n.origin??"\u10DB\u10DC\u10D8\u10E8\u10D5\u10DC\u10D4\u10DA\u10DD\u10D1\u10D0"} \u10D8\u10E7\u10DD\u10E1 ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);return a?`\u10D6\u10D4\u10D3\u10DB\u10D4\u10E2\u10D0\u10D3 \u10DE\u10D0\u10E2\u10D0\u10E0\u10D0: \u10DB\u10DD\u10E1\u10D0\u10DA\u10DD\u10D3\u10DC\u10D4\u10DA\u10D8 ${n.origin} ${a.verb} ${i}${n.minimum.toString()} ${a.unit}`:`\u10D6\u10D4\u10D3\u10DB\u10D4\u10E2\u10D0\u10D3 \u10DE\u10D0\u10E2\u10D0\u10E0\u10D0: \u10DB\u10DD\u10E1\u10D0\u10DA\u10DD\u10D3\u10DC\u10D4\u10DA\u10D8 ${n.origin} \u10D8\u10E7\u10DD\u10E1 ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10D5\u10D4\u10DA\u10D8: \u10E3\u10DC\u10D3\u10D0 \u10D8\u10EC\u10E7\u10D4\u10D1\u10DD\u10D3\u10D4\u10E1 "${i.prefix}"-\u10D8\u10D7`:i.format==="ends_with"?`\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10D5\u10D4\u10DA\u10D8: \u10E3\u10DC\u10D3\u10D0 \u10DB\u10D7\u10D0\u10D5\u10E0\u10D3\u10D4\u10D1\u10DD\u10D3\u10D4\u10E1 "${i.suffix}"-\u10D8\u10D7`:i.format==="includes"?`\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10D5\u10D4\u10DA\u10D8: \u10E3\u10DC\u10D3\u10D0 \u10E8\u10D4\u10D8\u10EA\u10D0\u10D5\u10D3\u10D4\u10E1 "${i.includes}"-\u10E1`:i.format==="regex"?`\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10D5\u10D4\u10DA\u10D8: \u10E3\u10DC\u10D3\u10D0 \u10E8\u10D4\u10D4\u10E1\u10D0\u10D1\u10D0\u10DB\u10D4\u10D1\u10DD\u10D3\u10D4\u10E1 \u10E8\u10D0\u10D1\u10DA\u10DD\u10DC\u10E1 ${i.pattern}`:`\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 ${r[i.format]??n.format}`}case"not_multiple_of":return`\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10E0\u10D8\u10EA\u10EE\u10D5\u10D8: \u10E3\u10DC\u10D3\u10D0 \u10D8\u10E7\u10DD\u10E1 ${n.divisor}-\u10D8\u10E1 \u10EF\u10D4\u10E0\u10D0\u10D3\u10D8`;case"unrecognized_keys":return`\u10E3\u10EA\u10DC\u10DD\u10D1\u10D8 \u10D2\u10D0\u10E1\u10D0\u10E6\u10D4\u10D1${n.keys.length>1?"\u10D4\u10D1\u10D8":"\u10D8"}: ${k(n.keys,", ")}`;case"invalid_key":return`\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10D2\u10D0\u10E1\u10D0\u10E6\u10D4\u10D1\u10D8 ${n.origin}-\u10E8\u10D8`;case"invalid_union":return"\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10E8\u10D4\u10E7\u10D5\u10D0\u10DC\u10D0";case"invalid_element":return`\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10DB\u10DC\u10D8\u10E8\u10D5\u10DC\u10D4\u10DA\u10DD\u10D1\u10D0 ${n.origin}-\u10E8\u10D8`;default:return"\u10D0\u10E0\u10D0\u10E1\u10EC\u10DD\u10E0\u10D8 \u10E8\u10D4\u10E7\u10D5\u10D0\u10DC\u10D0"}}}});function Xi(){return{localeError:J0()}}var J0,cu=v(()=>{U();J0=()=>{let e={string:{unit:"\u178F\u17BD\u17A2\u1780\u17D2\u179F\u179A",verb:"\u1782\u17BD\u179A\u1798\u17B6\u1793"},file:{unit:"\u1794\u17C3",verb:"\u1782\u17BD\u179A\u1798\u17B6\u1793"},array:{unit:"\u1792\u17B6\u178F\u17BB",verb:"\u1782\u17BD\u179A\u1798\u17B6\u1793"},set:{unit:"\u1792\u17B6\u178F\u17BB",verb:"\u1782\u17BD\u179A\u1798\u17B6\u1793"}};function t(n){return e[n]??null}let r={regex:"\u1791\u17B7\u1793\u17D2\u1793\u1793\u17D0\u1799\u1794\u1789\u17D2\u1785\u17BC\u179B",email:"\u17A2\u17B6\u179F\u1799\u178A\u17D2\u178B\u17B6\u1793\u17A2\u17CA\u17B8\u1798\u17C2\u179B",url:"URL",emoji:"\u179F\u1789\u17D2\u1789\u17B6\u17A2\u17B6\u179A\u1798\u17D2\u1798\u178E\u17CD",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"\u1780\u17B6\u179B\u1794\u179A\u17B7\u1785\u17D2\u1786\u17C1\u1791 \u1793\u17B7\u1784\u1798\u17C9\u17C4\u1784 ISO",date:"\u1780\u17B6\u179B\u1794\u179A\u17B7\u1785\u17D2\u1786\u17C1\u1791 ISO",time:"\u1798\u17C9\u17C4\u1784 ISO",duration:"\u179A\u1799\u17C8\u1796\u17C1\u179B ISO",ipv4:"\u17A2\u17B6\u179F\u1799\u178A\u17D2\u178B\u17B6\u1793 IPv4",ipv6:"\u17A2\u17B6\u179F\u1799\u178A\u17D2\u178B\u17B6\u1793 IPv6",cidrv4:"\u178A\u17C2\u1793\u17A2\u17B6\u179F\u1799\u178A\u17D2\u178B\u17B6\u1793 IPv4",cidrv6:"\u178A\u17C2\u1793\u17A2\u17B6\u179F\u1799\u178A\u17D2\u178B\u17B6\u1793 IPv6",base64:"\u1781\u17D2\u179F\u17C2\u17A2\u1780\u17D2\u179F\u179A\u17A2\u17CA\u17B7\u1780\u17BC\u178A base64",base64url:"\u1781\u17D2\u179F\u17C2\u17A2\u1780\u17D2\u179F\u179A\u17A2\u17CA\u17B7\u1780\u17BC\u178A base64url",json_string:"\u1781\u17D2\u179F\u17C2\u17A2\u1780\u17D2\u179F\u179A JSON",e164:"\u179B\u17C1\u1781 E.164",jwt:"JWT",template_literal:"\u1791\u17B7\u1793\u17D2\u1793\u1793\u17D0\u1799\u1794\u1789\u17D2\u1785\u17BC\u179B"},o={nan:"NaN",number:"\u179B\u17C1\u1781",array:"\u17A2\u17B6\u179A\u17C1 (Array)",null:"\u1782\u17D2\u1798\u17B6\u1793\u178F\u1798\u17D2\u179B\u17C3 (null)"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=I(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`\u1791\u17B7\u1793\u17D2\u1793\u1793\u17D0\u1799\u1794\u1789\u17D2\u1785\u17BC\u179B\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u1780\u17B6\u179A instanceof ${n.expected} \u1794\u17C9\u17BB\u1793\u17D2\u178F\u17C2\u1791\u1791\u17BD\u179B\u1794\u17B6\u1793 ${s}`:`\u1791\u17B7\u1793\u17D2\u1793\u1793\u17D0\u1799\u1794\u1789\u17D2\u1785\u17BC\u179B\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u1780\u17B6\u179A ${i} \u1794\u17C9\u17BB\u1793\u17D2\u178F\u17C2\u1791\u1791\u17BD\u179B\u1794\u17B6\u1793 ${s}`}case"invalid_value":return n.values.length===1?`\u1791\u17B7\u1793\u17D2\u1793\u1793\u17D0\u1799\u1794\u1789\u17D2\u1785\u17BC\u179B\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u1780\u17B6\u179A ${A(n.values[0])}`:`\u1787\u1798\u17D2\u179A\u17BE\u179F\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u1787\u17B6\u1798\u17BD\u1799\u1780\u17D2\u1793\u17BB\u1784\u1785\u17C6\u178E\u17C4\u1798 ${k(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);return a?`\u1792\u17C6\u1796\u17C1\u1780\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u1780\u17B6\u179A ${n.origin??"\u178F\u1798\u17D2\u179B\u17C3"} ${i} ${n.maximum.toString()} ${a.unit??"\u1792\u17B6\u178F\u17BB"}`:`\u1792\u17C6\u1796\u17C1\u1780\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u1780\u17B6\u179A ${n.origin??"\u178F\u1798\u17D2\u179B\u17C3"} ${i} ${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);return a?`\u178F\u17BC\u1785\u1796\u17C1\u1780\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u1780\u17B6\u179A ${n.origin} ${i} ${n.minimum.toString()} ${a.unit}`:`\u178F\u17BC\u1785\u1796\u17C1\u1780\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u1780\u17B6\u179A ${n.origin} ${i} ${n.minimum.toString()}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`\u1781\u17D2\u179F\u17C2\u17A2\u1780\u17D2\u179F\u179A\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u1785\u17B6\u1794\u17CB\u1795\u17D2\u178F\u17BE\u1798\u178A\u17C4\u1799 "${i.prefix}"`:i.format==="ends_with"?`\u1781\u17D2\u179F\u17C2\u17A2\u1780\u17D2\u179F\u179A\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u1794\u1789\u17D2\u1785\u1794\u17CB\u178A\u17C4\u1799 "${i.suffix}"`:i.format==="includes"?`\u1781\u17D2\u179F\u17C2\u17A2\u1780\u17D2\u179F\u179A\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u1798\u17B6\u1793 "${i.includes}"`:i.format==="regex"?`\u1781\u17D2\u179F\u17C2\u17A2\u1780\u17D2\u179F\u179A\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u178F\u17C2\u1795\u17D2\u1782\u17BC\u1795\u17D2\u1782\u1784\u1793\u17B9\u1784\u1791\u1798\u17D2\u179A\u1784\u17CB\u178A\u17C2\u179B\u1794\u17B6\u1793\u1780\u17C6\u178E\u178F\u17CB ${i.pattern}`:`\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u17D6 ${r[i.format]??n.format}`}case"not_multiple_of":return`\u179B\u17C1\u1781\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u17D6 \u178F\u17D2\u179A\u17BC\u179C\u178F\u17C2\u1787\u17B6\u1796\u17A0\u17BB\u1782\u17BB\u178E\u1793\u17C3 ${n.divisor}`;case"unrecognized_keys":return`\u179A\u1780\u1783\u17BE\u1789\u179F\u17C4\u1798\u17B7\u1793\u179F\u17D2\u1782\u17B6\u179B\u17CB\u17D6 ${k(n.keys,", ")}`;case"invalid_key":return`\u179F\u17C4\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u1793\u17C5\u1780\u17D2\u1793\u17BB\u1784 ${n.origin}`;case"invalid_union":return"\u1791\u17B7\u1793\u17D2\u1793\u1793\u17D0\u1799\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C";case"invalid_element":return`\u1791\u17B7\u1793\u17D2\u1793\u1793\u17D0\u1799\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C\u1793\u17C5\u1780\u17D2\u1793\u17BB\u1784 ${n.origin}`;default:return"\u1791\u17B7\u1793\u17D2\u1793\u1793\u17D0\u1799\u1798\u17B7\u1793\u178F\u17D2\u179A\u17B9\u1798\u178F\u17D2\u179A\u17BC\u179C"}}}});function vv(){return Xi()}var bv=v(()=>{cu()});function wv(){return{localeError:q0()}}var q0,_v=v(()=>{U();q0=()=>{let e={string:{unit:"\uBB38\uC790",verb:"to have"},file:{unit:"\uBC14\uC774\uD2B8",verb:"to have"},array:{unit:"\uAC1C",verb:"to have"},set:{unit:"\uAC1C",verb:"to have"}};function t(n){return e[n]??null}let r={regex:"\uC785\uB825",email:"\uC774\uBA54\uC77C \uC8FC\uC18C",url:"URL",emoji:"\uC774\uBAA8\uC9C0",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO \uB0A0\uC9DC\uC2DC\uAC04",date:"ISO \uB0A0\uC9DC",time:"ISO \uC2DC\uAC04",duration:"ISO \uAE30\uAC04",ipv4:"IPv4 \uC8FC\uC18C",ipv6:"IPv6 \uC8FC\uC18C",cidrv4:"IPv4 \uBC94\uC704",cidrv6:"IPv6 \uBC94\uC704",base64:"base64 \uC778\uCF54\uB529 \uBB38\uC790\uC5F4",base64url:"base64url \uC778\uCF54\uB529 \uBB38\uC790\uC5F4",json_string:"JSON \uBB38\uC790\uC5F4",e164:"E.164 \uBC88\uD638",jwt:"JWT",template_literal:"\uC785\uB825"},o={nan:"NaN"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=I(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`\uC798\uBABB\uB41C \uC785\uB825: \uC608\uC0C1 \uD0C0\uC785\uC740 instanceof ${n.expected}, \uBC1B\uC740 \uD0C0\uC785\uC740 ${s}\uC785\uB2C8\uB2E4`:`\uC798\uBABB\uB41C \uC785\uB825: \uC608\uC0C1 \uD0C0\uC785\uC740 ${i}, \uBC1B\uC740 \uD0C0\uC785\uC740 ${s}\uC785\uB2C8\uB2E4`}case"invalid_value":return n.values.length===1?`\uC798\uBABB\uB41C \uC785\uB825: \uAC12\uC740 ${A(n.values[0])} \uC774\uC5B4\uC57C \uD569\uB2C8\uB2E4`:`\uC798\uBABB\uB41C \uC635\uC158: ${k(n.values,"\uB610\uB294 ")} \uC911 \uD558\uB098\uC5EC\uC57C \uD569\uB2C8\uB2E4`;case"too_big":{let i=n.inclusive?"\uC774\uD558":"\uBBF8\uB9CC",a=i==="\uBBF8\uB9CC"?"\uC774\uC5B4\uC57C \uD569\uB2C8\uB2E4":"\uC5EC\uC57C \uD569\uB2C8\uB2E4",s=t(n.origin),c=s?.unit??"\uC694\uC18C";return s?`${n.origin??"\uAC12"}\uC774 \uB108\uBB34 \uD07D\uB2C8\uB2E4: ${n.maximum.toString()}${c} ${i}${a}`:`${n.origin??"\uAC12"}\uC774 \uB108\uBB34 \uD07D\uB2C8\uB2E4: ${n.maximum.toString()} ${i}${a}`}case"too_small":{let i=n.inclusive?"\uC774\uC0C1":"\uCD08\uACFC",a=i==="\uC774\uC0C1"?"\uC774\uC5B4\uC57C \uD569\uB2C8\uB2E4":"\uC5EC\uC57C \uD569\uB2C8\uB2E4",s=t(n.origin),c=s?.unit??"\uC694\uC18C";return s?`${n.origin??"\uAC12"}\uC774 \uB108\uBB34 \uC791\uC2B5\uB2C8\uB2E4: ${n.minimum.toString()}${c} ${i}${a}`:`${n.origin??"\uAC12"}\uC774 \uB108\uBB34 \uC791\uC2B5\uB2C8\uB2E4: ${n.minimum.toString()} ${i}${a}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`\uC798\uBABB\uB41C \uBB38\uC790\uC5F4: "${i.prefix}"(\uC73C)\uB85C \uC2DC\uC791\uD574\uC57C \uD569\uB2C8\uB2E4`:i.format==="ends_with"?`\uC798\uBABB\uB41C \uBB38\uC790\uC5F4: "${i.suffix}"(\uC73C)\uB85C \uB05D\uB098\uC57C \uD569\uB2C8\uB2E4`:i.format==="includes"?`\uC798\uBABB\uB41C \uBB38\uC790\uC5F4: "${i.includes}"\uC744(\uB97C) \uD3EC\uD568\uD574\uC57C \uD569\uB2C8\uB2E4`:i.format==="regex"?`\uC798\uBABB\uB41C \uBB38\uC790\uC5F4: \uC815\uADDC\uC2DD ${i.pattern} \uD328\uD134\uACFC \uC77C\uCE58\uD574\uC57C \uD569\uB2C8\uB2E4`:`\uC798\uBABB\uB41C ${r[i.format]??n.format}`}case"not_multiple_of":return`\uC798\uBABB\uB41C \uC22B\uC790: ${n.divisor}\uC758 \uBC30\uC218\uC5EC\uC57C \uD569\uB2C8\uB2E4`;case"unrecognized_keys":return`\uC778\uC2DD\uD560 \uC218 \uC5C6\uB294 \uD0A4: ${k(n.keys,", ")}`;case"invalid_key":return`\uC798\uBABB\uB41C \uD0A4: ${n.origin}`;case"invalid_union":return"\uC798\uBABB\uB41C \uC785\uB825";case"invalid_element":return`\uC798\uBABB\uB41C \uAC12: ${n.origin}`;default:return"\uC798\uBABB\uB41C \uC785\uB825"}}}});function kv(e){let t=Math.abs(e),r=t%10,o=t%100;return o>=11&&o<=19||r===0?"many":r===1?"one":"few"}function xv(){return{localeError:X0()}}var ho,X0,Sv=v(()=>{U();ho=e=>e.charAt(0).toUpperCase()+e.slice(1);X0=()=>{let e={string:{unit:{one:"simbolis",few:"simboliai",many:"simboli\u0173"},verb:{smaller:{inclusive:"turi b\u016Bti ne ilgesn\u0117 kaip",notInclusive:"turi b\u016Bti trumpesn\u0117 kaip"},bigger:{inclusive:"turi b\u016Bti ne trumpesn\u0117 kaip",notInclusive:"turi b\u016Bti ilgesn\u0117 kaip"}}},file:{unit:{one:"baitas",few:"baitai",many:"bait\u0173"},verb:{smaller:{inclusive:"turi b\u016Bti ne didesnis kaip",notInclusive:"turi b\u016Bti ma\u017Eesnis kaip"},bigger:{inclusive:"turi b\u016Bti ne ma\u017Eesnis kaip",notInclusive:"turi b\u016Bti didesnis kaip"}}},array:{unit:{one:"element\u0105",few:"elementus",many:"element\u0173"},verb:{smaller:{inclusive:"turi tur\u0117ti ne daugiau kaip",notInclusive:"turi tur\u0117ti ma\u017Eiau kaip"},bigger:{inclusive:"turi tur\u0117ti ne ma\u017Eiau kaip",notInclusive:"turi tur\u0117ti daugiau kaip"}}},set:{unit:{one:"element\u0105",few:"elementus",many:"element\u0173"},verb:{smaller:{inclusive:"turi tur\u0117ti ne daugiau kaip",notInclusive:"turi tur\u0117ti ma\u017Eiau kaip"},bigger:{inclusive:"turi tur\u0117ti ne ma\u017Eiau kaip",notInclusive:"turi tur\u0117ti daugiau kaip"}}}};function t(n,i,a,s){let c=e[n]??null;return c===null?c:{unit:c.unit[i],verb:c.verb[s][a?"inclusive":"notInclusive"]}}let r={regex:"\u012Fvestis",email:"el. pa\u0161to adresas",url:"URL",emoji:"jaustukas",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO data ir laikas",date:"ISO data",time:"ISO laikas",duration:"ISO trukm\u0117",ipv4:"IPv4 adresas",ipv6:"IPv6 adresas",cidrv4:"IPv4 tinklo prefiksas (CIDR)",cidrv6:"IPv6 tinklo prefiksas (CIDR)",base64:"base64 u\u017Ekoduota eilut\u0117",base64url:"base64url u\u017Ekoduota eilut\u0117",json_string:"JSON eilut\u0117",e164:"E.164 numeris",jwt:"JWT",template_literal:"\u012Fvestis"},o={nan:"NaN",number:"skai\u010Dius",bigint:"sveikasis skai\u010Dius",string:"eilut\u0117",boolean:"login\u0117 reik\u0161m\u0117",undefined:"neapibr\u0117\u017Eta reik\u0161m\u0117",function:"funkcija",symbol:"simbolis",array:"masyvas",object:"objektas",null:"nulin\u0117 reik\u0161m\u0117"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=I(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`Gautas tipas ${s}, o tik\u0117tasi - instanceof ${n.expected}`:`Gautas tipas ${s}, o tik\u0117tasi - ${i}`}case"invalid_value":return n.values.length===1?`Privalo b\u016Bti ${A(n.values[0])}`:`Privalo b\u016Bti vienas i\u0161 ${k(n.values,"|")} pasirinkim\u0173`;case"too_big":{let i=o[n.origin]??n.origin,a=t(n.origin,kv(Number(n.maximum)),n.inclusive??!1,"smaller");if(a?.verb)return`${ho(i??n.origin??"reik\u0161m\u0117")} ${a.verb} ${n.maximum.toString()} ${a.unit??"element\u0173"}`;let s=n.inclusive?"ne didesnis kaip":"ma\u017Eesnis kaip";return`${ho(i??n.origin??"reik\u0161m\u0117")} turi b\u016Bti ${s} ${n.maximum.toString()} ${a?.unit}`}case"too_small":{let i=o[n.origin]??n.origin,a=t(n.origin,kv(Number(n.minimum)),n.inclusive??!1,"bigger");if(a?.verb)return`${ho(i??n.origin??"reik\u0161m\u0117")} ${a.verb} ${n.minimum.toString()} ${a.unit??"element\u0173"}`;let s=n.inclusive?"ne ma\u017Eesnis kaip":"didesnis kaip";return`${ho(i??n.origin??"reik\u0161m\u0117")} turi b\u016Bti ${s} ${n.minimum.toString()} ${a?.unit}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`Eilut\u0117 privalo prasid\u0117ti "${i.prefix}"`:i.format==="ends_with"?`Eilut\u0117 privalo pasibaigti "${i.suffix}"`:i.format==="includes"?`Eilut\u0117 privalo \u012Ftraukti "${i.includes}"`:i.format==="regex"?`Eilut\u0117 privalo atitikti ${i.pattern}`:`Neteisingas ${r[i.format]??n.format}`}case"not_multiple_of":return`Skai\u010Dius privalo b\u016Bti ${n.divisor} kartotinis.`;case"unrecognized_keys":return`Neatpa\u017Eint${n.keys.length>1?"i":"as"} rakt${n.keys.length>1?"ai":"as"}: ${k(n.keys,", ")}`;case"invalid_key":return"Rastas klaidingas raktas";case"invalid_union":return"Klaidinga \u012Fvestis";case"invalid_element":{let i=o[n.origin]??n.origin;return`${ho(i??n.origin??"reik\u0161m\u0117")} turi klaiding\u0105 \u012Fvest\u012F`}default:return"Klaidinga \u012Fvestis"}}}});function Ev(){return{localeError:Q0()}}var Q0,$v=v(()=>{U();Q0=()=>{let e={string:{unit:"\u0437\u043D\u0430\u0446\u0438",verb:"\u0434\u0430 \u0438\u043C\u0430\u0430\u0442"},file:{unit:"\u0431\u0430\u0458\u0442\u0438",verb:"\u0434\u0430 \u0438\u043C\u0430\u0430\u0442"},array:{unit:"\u0441\u0442\u0430\u0432\u043A\u0438",verb:"\u0434\u0430 \u0438\u043C\u0430\u0430\u0442"},set:{unit:"\u0441\u0442\u0430\u0432\u043A\u0438",verb:"\u0434\u0430 \u0438\u043C\u0430\u0430\u0442"}};function t(n){return e[n]??null}let r={regex:"\u0432\u043D\u0435\u0441",email:"\u0430\u0434\u0440\u0435\u0441\u0430 \u043D\u0430 \u0435-\u043F\u043E\u0448\u0442\u0430",url:"URL",emoji:"\u0435\u043C\u043E\u045F\u0438",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO \u0434\u0430\u0442\u0443\u043C \u0438 \u0432\u0440\u0435\u043C\u0435",date:"ISO \u0434\u0430\u0442\u0443\u043C",time:"ISO \u0432\u0440\u0435\u043C\u0435",duration:"ISO \u0432\u0440\u0435\u043C\u0435\u0442\u0440\u0430\u0435\u045A\u0435",ipv4:"IPv4 \u0430\u0434\u0440\u0435\u0441\u0430",ipv6:"IPv6 \u0430\u0434\u0440\u0435\u0441\u0430",cidrv4:"IPv4 \u043E\u043F\u0441\u0435\u0433",cidrv6:"IPv6 \u043E\u043F\u0441\u0435\u0433",base64:"base64-\u0435\u043D\u043A\u043E\u0434\u0438\u0440\u0430\u043D\u0430 \u043D\u0438\u0437\u0430",base64url:"base64url-\u0435\u043D\u043A\u043E\u0434\u0438\u0440\u0430\u043D\u0430 \u043D\u0438\u0437\u0430",json_string:"JSON \u043D\u0438\u0437\u0430",e164:"E.164 \u0431\u0440\u043E\u0458",jwt:"JWT",template_literal:"\u0432\u043D\u0435\u0441"},o={nan:"NaN",number:"\u0431\u0440\u043E\u0458",array:"\u043D\u0438\u0437\u0430"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=I(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`\u0413\u0440\u0435\u0448\u0435\u043D \u0432\u043D\u0435\u0441: \u0441\u0435 \u043E\u0447\u0435\u043A\u0443\u0432\u0430 instanceof ${n.expected}, \u043F\u0440\u0438\u043C\u0435\u043D\u043E ${s}`:`\u0413\u0440\u0435\u0448\u0435\u043D \u0432\u043D\u0435\u0441: \u0441\u0435 \u043E\u0447\u0435\u043A\u0443\u0432\u0430 ${i}, \u043F\u0440\u0438\u043C\u0435\u043D\u043E ${s}`}case"invalid_value":return n.values.length===1?`Invalid input: expected ${A(n.values[0])}`:`\u0413\u0440\u0435\u0448\u0430\u043D\u0430 \u043E\u043F\u0446\u0438\u0458\u0430: \u0441\u0435 \u043E\u0447\u0435\u043A\u0443\u0432\u0430 \u0435\u0434\u043D\u0430 ${k(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);return a?`\u041F\u0440\u0435\u043C\u043D\u043E\u0433\u0443 \u0433\u043E\u043B\u0435\u043C: \u0441\u0435 \u043E\u0447\u0435\u043A\u0443\u0432\u0430 ${n.origin??"\u0432\u0440\u0435\u0434\u043D\u043E\u0441\u0442\u0430"} \u0434\u0430 \u0438\u043C\u0430 ${i}${n.maximum.toString()} ${a.unit??"\u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0438"}`:`\u041F\u0440\u0435\u043C\u043D\u043E\u0433\u0443 \u0433\u043E\u043B\u0435\u043C: \u0441\u0435 \u043E\u0447\u0435\u043A\u0443\u0432\u0430 ${n.origin??"\u0432\u0440\u0435\u0434\u043D\u043E\u0441\u0442\u0430"} \u0434\u0430 \u0431\u0438\u0434\u0435 ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);return a?`\u041F\u0440\u0435\u043C\u043D\u043E\u0433\u0443 \u043C\u0430\u043B: \u0441\u0435 \u043E\u0447\u0435\u043A\u0443\u0432\u0430 ${n.origin} \u0434\u0430 \u0438\u043C\u0430 ${i}${n.minimum.toString()} ${a.unit}`:`\u041F\u0440\u0435\u043C\u043D\u043E\u0433\u0443 \u043C\u0430\u043B: \u0441\u0435 \u043E\u0447\u0435\u043A\u0443\u0432\u0430 ${n.origin} \u0434\u0430 \u0431\u0438\u0434\u0435 ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`\u041D\u0435\u0432\u0430\u0436\u0435\u0447\u043A\u0430 \u043D\u0438\u0437\u0430: \u043C\u043E\u0440\u0430 \u0434\u0430 \u0437\u0430\u043F\u043E\u0447\u043D\u0443\u0432\u0430 \u0441\u043E "${i.prefix}"`:i.format==="ends_with"?`\u041D\u0435\u0432\u0430\u0436\u0435\u0447\u043A\u0430 \u043D\u0438\u0437\u0430: \u043C\u043E\u0440\u0430 \u0434\u0430 \u0437\u0430\u0432\u0440\u0448\u0443\u0432\u0430 \u0441\u043E "${i.suffix}"`:i.format==="includes"?`\u041D\u0435\u0432\u0430\u0436\u0435\u0447\u043A\u0430 \u043D\u0438\u0437\u0430: \u043C\u043E\u0440\u0430 \u0434\u0430 \u0432\u043A\u043B\u0443\u0447\u0443\u0432\u0430 "${i.includes}"`:i.format==="regex"?`\u041D\u0435\u0432\u0430\u0436\u0435\u0447\u043A\u0430 \u043D\u0438\u0437\u0430: \u043C\u043E\u0440\u0430 \u0434\u0430 \u043E\u0434\u0433\u043E\u0430\u0440\u0430 \u043D\u0430 \u043F\u0430\u0442\u0435\u0440\u043D\u043E\u0442 ${i.pattern}`:`Invalid ${r[i.format]??n.format}`}case"not_multiple_of":return`\u0413\u0440\u0435\u0448\u0435\u043D \u0431\u0440\u043E\u0458: \u043C\u043E\u0440\u0430 \u0434\u0430 \u0431\u0438\u0434\u0435 \u0434\u0435\u043B\u0438\u0432 \u0441\u043E ${n.divisor}`;case"unrecognized_keys":return`${n.keys.length>1?"\u041D\u0435\u043F\u0440\u0435\u043F\u043E\u0437\u043D\u0430\u0435\u043D\u0438 \u043A\u043B\u0443\u0447\u0435\u0432\u0438":"\u041D\u0435\u043F\u0440\u0435\u043F\u043E\u0437\u043D\u0430\u0435\u043D \u043A\u043B\u0443\u0447"}: ${k(n.keys,", ")}`;case"invalid_key":return`\u0413\u0440\u0435\u0448\u0435\u043D \u043A\u043B\u0443\u0447 \u0432\u043E ${n.origin}`;case"invalid_union":return"\u0413\u0440\u0435\u0448\u0435\u043D \u0432\u043D\u0435\u0441";case"invalid_element":return`\u0413\u0440\u0435\u0448\u043D\u0430 \u0432\u0440\u0435\u0434\u043D\u043E\u0441\u0442 \u0432\u043E ${n.origin}`;default:return"\u0413\u0440\u0435\u0448\u0435\u043D \u0432\u043D\u0435\u0441"}}}});function Tv(){return{localeError:eA()}}var eA,Av=v(()=>{U();eA=()=>{let e={string:{unit:"aksara",verb:"mempunyai"},file:{unit:"bait",verb:"mempunyai"},array:{unit:"elemen",verb:"mempunyai"},set:{unit:"elemen",verb:"mempunyai"}};function t(n){return e[n]??null}let r={regex:"input",email:"alamat e-mel",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"tarikh masa ISO",date:"tarikh ISO",time:"masa ISO",duration:"tempoh ISO",ipv4:"alamat IPv4",ipv6:"alamat IPv6",cidrv4:"julat IPv4",cidrv6:"julat IPv6",base64:"string dikodkan base64",base64url:"string dikodkan base64url",json_string:"string JSON",e164:"nombor E.164",jwt:"JWT",template_literal:"input"},o={nan:"NaN",number:"nombor"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=I(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`Input tidak sah: dijangka instanceof ${n.expected}, diterima ${s}`:`Input tidak sah: dijangka ${i}, diterima ${s}`}case"invalid_value":return n.values.length===1?`Input tidak sah: dijangka ${A(n.values[0])}`:`Pilihan tidak sah: dijangka salah satu daripada ${k(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);return a?`Terlalu besar: dijangka ${n.origin??"nilai"} ${a.verb} ${i}${n.maximum.toString()} ${a.unit??"elemen"}`:`Terlalu besar: dijangka ${n.origin??"nilai"} adalah ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);return a?`Terlalu kecil: dijangka ${n.origin} ${a.verb} ${i}${n.minimum.toString()} ${a.unit}`:`Terlalu kecil: dijangka ${n.origin} adalah ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`String tidak sah: mesti bermula dengan "${i.prefix}"`:i.format==="ends_with"?`String tidak sah: mesti berakhir dengan "${i.suffix}"`:i.format==="includes"?`String tidak sah: mesti mengandungi "${i.includes}"`:i.format==="regex"?`String tidak sah: mesti sepadan dengan corak ${i.pattern}`:`${r[i.format]??n.format} tidak sah`}case"not_multiple_of":return`Nombor tidak sah: perlu gandaan ${n.divisor}`;case"unrecognized_keys":return`Kunci tidak dikenali: ${k(n.keys,", ")}`;case"invalid_key":return`Kunci tidak sah dalam ${n.origin}`;case"invalid_union":return"Input tidak sah";case"invalid_element":return`Nilai tidak sah dalam ${n.origin}`;default:return"Input tidak sah"}}}});function Iv(){return{localeError:tA()}}var tA,Pv=v(()=>{U();tA=()=>{let e={string:{unit:"tekens",verb:"heeft"},file:{unit:"bytes",verb:"heeft"},array:{unit:"elementen",verb:"heeft"},set:{unit:"elementen",verb:"heeft"}};function t(n){return e[n]??null}let r={regex:"invoer",email:"emailadres",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO datum en tijd",date:"ISO datum",time:"ISO tijd",duration:"ISO duur",ipv4:"IPv4-adres",ipv6:"IPv6-adres",cidrv4:"IPv4-bereik",cidrv6:"IPv6-bereik",base64:"base64-gecodeerde tekst",base64url:"base64 URL-gecodeerde tekst",json_string:"JSON string",e164:"E.164-nummer",jwt:"JWT",template_literal:"invoer"},o={nan:"NaN",number:"getal"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=I(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`Ongeldige invoer: verwacht instanceof ${n.expected}, ontving ${s}`:`Ongeldige invoer: verwacht ${i}, ontving ${s}`}case"invalid_value":return n.values.length===1?`Ongeldige invoer: verwacht ${A(n.values[0])}`:`Ongeldige optie: verwacht \xE9\xE9n van ${k(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin),s=n.origin==="date"?"laat":n.origin==="string"?"lang":"groot";return a?`Te ${s}: verwacht dat ${n.origin??"waarde"} ${i}${n.maximum.toString()} ${a.unit??"elementen"} ${a.verb}`:`Te ${s}: verwacht dat ${n.origin??"waarde"} ${i}${n.maximum.toString()} is`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin),s=n.origin==="date"?"vroeg":n.origin==="string"?"kort":"klein";return a?`Te ${s}: verwacht dat ${n.origin} ${i}${n.minimum.toString()} ${a.unit} ${a.verb}`:`Te ${s}: verwacht dat ${n.origin} ${i}${n.minimum.toString()} is`}case"invalid_format":{let i=n;return i.format==="starts_with"?`Ongeldige tekst: moet met "${i.prefix}" beginnen`:i.format==="ends_with"?`Ongeldige tekst: moet op "${i.suffix}" eindigen`:i.format==="includes"?`Ongeldige tekst: moet "${i.includes}" bevatten`:i.format==="regex"?`Ongeldige tekst: moet overeenkomen met patroon ${i.pattern}`:`Ongeldig: ${r[i.format]??n.format}`}case"not_multiple_of":return`Ongeldig getal: moet een veelvoud van ${n.divisor} zijn`;case"unrecognized_keys":return`Onbekende key${n.keys.length>1?"s":""}: ${k(n.keys,", ")}`;case"invalid_key":return`Ongeldige key in ${n.origin}`;case"invalid_union":return"Ongeldige invoer";case"invalid_element":return`Ongeldige waarde in ${n.origin}`;default:return"Ongeldige invoer"}}}});function Cv(){return{localeError:nA()}}var nA,Ov=v(()=>{U();nA=()=>{let e={string:{unit:"tegn",verb:"\xE5 ha"},file:{unit:"bytes",verb:"\xE5 ha"},array:{unit:"elementer",verb:"\xE5 inneholde"},set:{unit:"elementer",verb:"\xE5 inneholde"}};function t(n){return e[n]??null}let r={regex:"input",email:"e-postadresse",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO dato- og klokkeslett",date:"ISO-dato",time:"ISO-klokkeslett",duration:"ISO-varighet",ipv4:"IPv4-omr\xE5de",ipv6:"IPv6-omr\xE5de",cidrv4:"IPv4-spekter",cidrv6:"IPv6-spekter",base64:"base64-enkodet streng",base64url:"base64url-enkodet streng",json_string:"JSON-streng",e164:"E.164-nummer",jwt:"JWT",template_literal:"input"},o={nan:"NaN",number:"tall",array:"liste"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=I(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`Ugyldig input: forventet instanceof ${n.expected}, fikk ${s}`:`Ugyldig input: forventet ${i}, fikk ${s}`}case"invalid_value":return n.values.length===1?`Ugyldig verdi: forventet ${A(n.values[0])}`:`Ugyldig valg: forventet en av ${k(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);return a?`For stor(t): forventet ${n.origin??"value"} til \xE5 ha ${i}${n.maximum.toString()} ${a.unit??"elementer"}`:`For stor(t): forventet ${n.origin??"value"} til \xE5 ha ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);return a?`For lite(n): forventet ${n.origin} til \xE5 ha ${i}${n.minimum.toString()} ${a.unit}`:`For lite(n): forventet ${n.origin} til \xE5 ha ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`Ugyldig streng: m\xE5 starte med "${i.prefix}"`:i.format==="ends_with"?`Ugyldig streng: m\xE5 ende med "${i.suffix}"`:i.format==="includes"?`Ugyldig streng: m\xE5 inneholde "${i.includes}"`:i.format==="regex"?`Ugyldig streng: m\xE5 matche m\xF8nsteret ${i.pattern}`:`Ugyldig ${r[i.format]??n.format}`}case"not_multiple_of":return`Ugyldig tall: m\xE5 v\xE6re et multiplum av ${n.divisor}`;case"unrecognized_keys":return`${n.keys.length>1?"Ukjente n\xF8kler":"Ukjent n\xF8kkel"}: ${k(n.keys,", ")}`;case"invalid_key":return`Ugyldig n\xF8kkel i ${n.origin}`;case"invalid_union":return"Ugyldig input";case"invalid_element":return`Ugyldig verdi i ${n.origin}`;default:return"Ugyldig input"}}}});function Nv(){return{localeError:rA()}}var rA,Rv=v(()=>{U();rA=()=>{let e={string:{unit:"harf",verb:"olmal\u0131d\u0131r"},file:{unit:"bayt",verb:"olmal\u0131d\u0131r"},array:{unit:"unsur",verb:"olmal\u0131d\u0131r"},set:{unit:"unsur",verb:"olmal\u0131d\u0131r"}};function t(n){return e[n]??null}let r={regex:"giren",email:"epostag\xE2h",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO heng\xE2m\u0131",date:"ISO tarihi",time:"ISO zaman\u0131",duration:"ISO m\xFCddeti",ipv4:"IPv4 ni\u015F\xE2n\u0131",ipv6:"IPv6 ni\u015F\xE2n\u0131",cidrv4:"IPv4 menzili",cidrv6:"IPv6 menzili",base64:"base64-\u015Fifreli metin",base64url:"base64url-\u015Fifreli metin",json_string:"JSON metin",e164:"E.164 say\u0131s\u0131",jwt:"JWT",template_literal:"giren"},o={nan:"NaN",number:"numara",array:"saf",null:"gayb"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=I(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`F\xE2sit giren: umulan instanceof ${n.expected}, al\u0131nan ${s}`:`F\xE2sit giren: umulan ${i}, al\u0131nan ${s}`}case"invalid_value":return n.values.length===1?`F\xE2sit giren: umulan ${A(n.values[0])}`:`F\xE2sit tercih: m\xFBteberler ${k(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);return a?`Fazla b\xFCy\xFCk: ${n.origin??"value"}, ${i}${n.maximum.toString()} ${a.unit??"elements"} sahip olmal\u0131yd\u0131.`:`Fazla b\xFCy\xFCk: ${n.origin??"value"}, ${i}${n.maximum.toString()} olmal\u0131yd\u0131.`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);return a?`Fazla k\xFC\xE7\xFCk: ${n.origin}, ${i}${n.minimum.toString()} ${a.unit} sahip olmal\u0131yd\u0131.`:`Fazla k\xFC\xE7\xFCk: ${n.origin}, ${i}${n.minimum.toString()} olmal\u0131yd\u0131.`}case"invalid_format":{let i=n;return i.format==="starts_with"?`F\xE2sit metin: "${i.prefix}" ile ba\u015Flamal\u0131.`:i.format==="ends_with"?`F\xE2sit metin: "${i.suffix}" ile bitmeli.`:i.format==="includes"?`F\xE2sit metin: "${i.includes}" ihtiv\xE2 etmeli.`:i.format==="regex"?`F\xE2sit metin: ${i.pattern} nak\u015F\u0131na uymal\u0131.`:`F\xE2sit ${r[i.format]??n.format}`}case"not_multiple_of":return`F\xE2sit say\u0131: ${n.divisor} kat\u0131 olmal\u0131yd\u0131.`;case"unrecognized_keys":return`Tan\u0131nmayan anahtar ${n.keys.length>1?"s":""}: ${k(n.keys,", ")}`;case"invalid_key":return`${n.origin} i\xE7in tan\u0131nmayan anahtar var.`;case"invalid_union":return"Giren tan\u0131namad\u0131.";case"invalid_element":return`${n.origin} i\xE7in tan\u0131nmayan k\u0131ymet var.`;default:return"K\u0131ymet tan\u0131namad\u0131."}}}});function Lv(){return{localeError:oA()}}var oA,Dv=v(()=>{U();oA=()=>{let e={string:{unit:"\u062A\u0648\u06A9\u064A",verb:"\u0648\u0644\u0631\u064A"},file:{unit:"\u0628\u0627\u06CC\u067C\u0633",verb:"\u0648\u0644\u0631\u064A"},array:{unit:"\u062A\u0648\u06A9\u064A",verb:"\u0648\u0644\u0631\u064A"},set:{unit:"\u062A\u0648\u06A9\u064A",verb:"\u0648\u0644\u0631\u064A"}};function t(n){return e[n]??null}let r={regex:"\u0648\u0631\u0648\u062F\u064A",email:"\u0628\u0631\u06CC\u069A\u0646\u0627\u0644\u06CC\u06A9",url:"\u06CC\u0648 \u0622\u0631 \u0627\u0644",emoji:"\u0627\u06CC\u0645\u0648\u062C\u064A",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"\u0646\u06CC\u067C\u0647 \u0627\u0648 \u0648\u062E\u062A",date:"\u0646\u06D0\u067C\u0647",time:"\u0648\u062E\u062A",duration:"\u0645\u0648\u062F\u0647",ipv4:"\u062F IPv4 \u067E\u062A\u0647",ipv6:"\u062F IPv6 \u067E\u062A\u0647",cidrv4:"\u062F IPv4 \u0633\u0627\u062D\u0647",cidrv6:"\u062F IPv6 \u0633\u0627\u062D\u0647",base64:"base64-encoded \u0645\u062A\u0646",base64url:"base64url-encoded \u0645\u062A\u0646",json_string:"JSON \u0645\u062A\u0646",e164:"\u062F E.164 \u0634\u0645\u06D0\u0631\u0647",jwt:"JWT",template_literal:"\u0648\u0631\u0648\u062F\u064A"},o={nan:"NaN",number:"\u0639\u062F\u062F",array:"\u0627\u0631\u06D0"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=I(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`\u0646\u0627\u0633\u0645 \u0648\u0631\u0648\u062F\u064A: \u0628\u0627\u06CC\u062F instanceof ${n.expected} \u0648\u0627\u06CC, \u0645\u06AB\u0631 ${s} \u062A\u0631\u0644\u0627\u0633\u0647 \u0634\u0648`:`\u0646\u0627\u0633\u0645 \u0648\u0631\u0648\u062F\u064A: \u0628\u0627\u06CC\u062F ${i} \u0648\u0627\u06CC, \u0645\u06AB\u0631 ${s} \u062A\u0631\u0644\u0627\u0633\u0647 \u0634\u0648`}case"invalid_value":return n.values.length===1?`\u0646\u0627\u0633\u0645 \u0648\u0631\u0648\u062F\u064A: \u0628\u0627\u06CC\u062F ${A(n.values[0])} \u0648\u0627\u06CC`:`\u0646\u0627\u0633\u0645 \u0627\u0646\u062A\u062E\u0627\u0628: \u0628\u0627\u06CC\u062F \u06CC\u0648 \u0644\u0647 ${k(n.values,"|")} \u0685\u062E\u0647 \u0648\u0627\u06CC`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);return a?`\u0689\u06CC\u0631 \u0644\u0648\u06CC: ${n.origin??"\u0627\u0631\u0632\u069A\u062A"} \u0628\u0627\u06CC\u062F ${i}${n.maximum.toString()} ${a.unit??"\u0639\u0646\u0635\u0631\u0648\u0646\u0647"} \u0648\u0644\u0631\u064A`:`\u0689\u06CC\u0631 \u0644\u0648\u06CC: ${n.origin??"\u0627\u0631\u0632\u069A\u062A"} \u0628\u0627\u06CC\u062F ${i}${n.maximum.toString()} \u0648\u064A`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);return a?`\u0689\u06CC\u0631 \u06A9\u0648\u0686\u0646\u06CC: ${n.origin} \u0628\u0627\u06CC\u062F ${i}${n.minimum.toString()} ${a.unit} \u0648\u0644\u0631\u064A`:`\u0689\u06CC\u0631 \u06A9\u0648\u0686\u0646\u06CC: ${n.origin} \u0628\u0627\u06CC\u062F ${i}${n.minimum.toString()} \u0648\u064A`}case"invalid_format":{let i=n;return i.format==="starts_with"?`\u0646\u0627\u0633\u0645 \u0645\u062A\u0646: \u0628\u0627\u06CC\u062F \u062F "${i.prefix}" \u0633\u0631\u0647 \u067E\u06CC\u0644 \u0634\u064A`:i.format==="ends_with"?`\u0646\u0627\u0633\u0645 \u0645\u062A\u0646: \u0628\u0627\u06CC\u062F \u062F "${i.suffix}" \u0633\u0631\u0647 \u067E\u0627\u06CC \u062A\u0647 \u0648\u0631\u0633\u064A\u0696\u064A`:i.format==="includes"?`\u0646\u0627\u0633\u0645 \u0645\u062A\u0646: \u0628\u0627\u06CC\u062F "${i.includes}" \u0648\u0644\u0631\u064A`:i.format==="regex"?`\u0646\u0627\u0633\u0645 \u0645\u062A\u0646: \u0628\u0627\u06CC\u062F \u062F ${i.pattern} \u0633\u0631\u0647 \u0645\u0637\u0627\u0628\u0642\u062A \u0648\u0644\u0631\u064A`:`${r[i.format]??n.format} \u0646\u0627\u0633\u0645 \u062F\u06CC`}case"not_multiple_of":return`\u0646\u0627\u0633\u0645 \u0639\u062F\u062F: \u0628\u0627\u06CC\u062F \u062F ${n.divisor} \u0645\u0636\u0631\u0628 \u0648\u064A`;case"unrecognized_keys":return`\u0646\u0627\u0633\u0645 ${n.keys.length>1?"\u06A9\u0644\u06CC\u0689\u0648\u0646\u0647":"\u06A9\u0644\u06CC\u0689"}: ${k(n.keys,", ")}`;case"invalid_key":return`\u0646\u0627\u0633\u0645 \u06A9\u0644\u06CC\u0689 \u067E\u0647 ${n.origin} \u06A9\u06D0`;case"invalid_union":return"\u0646\u0627\u0633\u0645\u0647 \u0648\u0631\u0648\u062F\u064A";case"invalid_element":return`\u0646\u0627\u0633\u0645 \u0639\u0646\u0635\u0631 \u067E\u0647 ${n.origin} \u06A9\u06D0`;default:return"\u0646\u0627\u0633\u0645\u0647 \u0648\u0631\u0648\u062F\u064A"}}}});function jv(){return{localeError:iA()}}var iA,Mv=v(()=>{U();iA=()=>{let e={string:{unit:"znak\xF3w",verb:"mie\u0107"},file:{unit:"bajt\xF3w",verb:"mie\u0107"},array:{unit:"element\xF3w",verb:"mie\u0107"},set:{unit:"element\xF3w",verb:"mie\u0107"}};function t(n){return e[n]??null}let r={regex:"wyra\u017Cenie",email:"adres email",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"data i godzina w formacie ISO",date:"data w formacie ISO",time:"godzina w formacie ISO",duration:"czas trwania ISO",ipv4:"adres IPv4",ipv6:"adres IPv6",cidrv4:"zakres IPv4",cidrv6:"zakres IPv6",base64:"ci\u0105g znak\xF3w zakodowany w formacie base64",base64url:"ci\u0105g znak\xF3w zakodowany w formacie base64url",json_string:"ci\u0105g znak\xF3w w formacie JSON",e164:"liczba E.164",jwt:"JWT",template_literal:"wej\u015Bcie"},o={nan:"NaN",number:"liczba",array:"tablica"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=I(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`Nieprawid\u0142owe dane wej\u015Bciowe: oczekiwano instanceof ${n.expected}, otrzymano ${s}`:`Nieprawid\u0142owe dane wej\u015Bciowe: oczekiwano ${i}, otrzymano ${s}`}case"invalid_value":return n.values.length===1?`Nieprawid\u0142owe dane wej\u015Bciowe: oczekiwano ${A(n.values[0])}`:`Nieprawid\u0142owa opcja: oczekiwano jednej z warto\u015Bci ${k(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);return a?`Za du\u017Ca warto\u015B\u0107: oczekiwano, \u017Ce ${n.origin??"warto\u015B\u0107"} b\u0119dzie mie\u0107 ${i}${n.maximum.toString()} ${a.unit??"element\xF3w"}`:`Zbyt du\u017C(y/a/e): oczekiwano, \u017Ce ${n.origin??"warto\u015B\u0107"} b\u0119dzie wynosi\u0107 ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);return a?`Za ma\u0142a warto\u015B\u0107: oczekiwano, \u017Ce ${n.origin??"warto\u015B\u0107"} b\u0119dzie mie\u0107 ${i}${n.minimum.toString()} ${a.unit??"element\xF3w"}`:`Zbyt ma\u0142(y/a/e): oczekiwano, \u017Ce ${n.origin??"warto\u015B\u0107"} b\u0119dzie wynosi\u0107 ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`Nieprawid\u0142owy ci\u0105g znak\xF3w: musi zaczyna\u0107 si\u0119 od "${i.prefix}"`:i.format==="ends_with"?`Nieprawid\u0142owy ci\u0105g znak\xF3w: musi ko\u0144czy\u0107 si\u0119 na "${i.suffix}"`:i.format==="includes"?`Nieprawid\u0142owy ci\u0105g znak\xF3w: musi zawiera\u0107 "${i.includes}"`:i.format==="regex"?`Nieprawid\u0142owy ci\u0105g znak\xF3w: musi odpowiada\u0107 wzorcowi ${i.pattern}`:`Nieprawid\u0142ow(y/a/e) ${r[i.format]??n.format}`}case"not_multiple_of":return`Nieprawid\u0142owa liczba: musi by\u0107 wielokrotno\u015Bci\u0105 ${n.divisor}`;case"unrecognized_keys":return`Nierozpoznane klucze${n.keys.length>1?"s":""}: ${k(n.keys,", ")}`;case"invalid_key":return`Nieprawid\u0142owy klucz w ${n.origin}`;case"invalid_union":return"Nieprawid\u0142owe dane wej\u015Bciowe";case"invalid_element":return`Nieprawid\u0142owa warto\u015B\u0107 w ${n.origin}`;default:return"Nieprawid\u0142owe dane wej\u015Bciowe"}}}});function Uv(){return{localeError:aA()}}var aA,zv=v(()=>{U();aA=()=>{let e={string:{unit:"caracteres",verb:"ter"},file:{unit:"bytes",verb:"ter"},array:{unit:"itens",verb:"ter"},set:{unit:"itens",verb:"ter"}};function t(n){return e[n]??null}let r={regex:"padr\xE3o",email:"endere\xE7o de e-mail",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"data e hora ISO",date:"data ISO",time:"hora ISO",duration:"dura\xE7\xE3o ISO",ipv4:"endere\xE7o IPv4",ipv6:"endere\xE7o IPv6",cidrv4:"faixa de IPv4",cidrv6:"faixa de IPv6",base64:"texto codificado em base64",base64url:"URL codificada em base64",json_string:"texto JSON",e164:"n\xFAmero E.164",jwt:"JWT",template_literal:"entrada"},o={nan:"NaN",number:"n\xFAmero",null:"nulo"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=I(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`Tipo inv\xE1lido: esperado instanceof ${n.expected}, recebido ${s}`:`Tipo inv\xE1lido: esperado ${i}, recebido ${s}`}case"invalid_value":return n.values.length===1?`Entrada inv\xE1lida: esperado ${A(n.values[0])}`:`Op\xE7\xE3o inv\xE1lida: esperada uma das ${k(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);return a?`Muito grande: esperado que ${n.origin??"valor"} tivesse ${i}${n.maximum.toString()} ${a.unit??"elementos"}`:`Muito grande: esperado que ${n.origin??"valor"} fosse ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);return a?`Muito pequeno: esperado que ${n.origin} tivesse ${i}${n.minimum.toString()} ${a.unit}`:`Muito pequeno: esperado que ${n.origin} fosse ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`Texto inv\xE1lido: deve come\xE7ar com "${i.prefix}"`:i.format==="ends_with"?`Texto inv\xE1lido: deve terminar com "${i.suffix}"`:i.format==="includes"?`Texto inv\xE1lido: deve incluir "${i.includes}"`:i.format==="regex"?`Texto inv\xE1lido: deve corresponder ao padr\xE3o ${i.pattern}`:`${r[i.format]??n.format} inv\xE1lido`}case"not_multiple_of":return`N\xFAmero inv\xE1lido: deve ser m\xFAltiplo de ${n.divisor}`;case"unrecognized_keys":return`Chave${n.keys.length>1?"s":""} desconhecida${n.keys.length>1?"s":""}: ${k(n.keys,", ")}`;case"invalid_key":return`Chave inv\xE1lida em ${n.origin}`;case"invalid_union":return"Entrada inv\xE1lida";case"invalid_element":return`Valor inv\xE1lido em ${n.origin}`;default:return"Campo inv\xE1lido"}}}});function Fv(){return{localeError:sA()}}var sA,Gv=v(()=>{U();sA=()=>{let e={string:{unit:"caractere",verb:"s\u0103 aib\u0103"},file:{unit:"octe\u021Bi",verb:"s\u0103 aib\u0103"},array:{unit:"elemente",verb:"s\u0103 aib\u0103"},set:{unit:"elemente",verb:"s\u0103 aib\u0103"},map:{unit:"intr\u0103ri",verb:"s\u0103 aib\u0103"}};function t(n){return e[n]??null}let r={regex:"intrare",email:"adres\u0103 de email",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"dat\u0103 \u0219i or\u0103 ISO",date:"dat\u0103 ISO",time:"or\u0103 ISO",duration:"durat\u0103 ISO",ipv4:"adres\u0103 IPv4",ipv6:"adres\u0103 IPv6",mac:"adres\u0103 MAC",cidrv4:"interval IPv4",cidrv6:"interval IPv6",base64:"\u0219ir codat base64",base64url:"\u0219ir codat base64url",json_string:"\u0219ir JSON",e164:"num\u0103r E.164",jwt:"JWT",template_literal:"intrare"},o={nan:"NaN",string:"\u0219ir",number:"num\u0103r",boolean:"boolean",function:"func\u021Bie",array:"matrice",object:"obiect",undefined:"nedefinit",symbol:"simbol",bigint:"num\u0103r mare",void:"void",never:"never",map:"hart\u0103",set:"set"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=I(n.input),s=o[a]??a;return`Intrare invalid\u0103: a\u0219teptat ${i}, primit ${s}`}case"invalid_value":return n.values.length===1?`Intrare invalid\u0103: a\u0219teptat ${A(n.values[0])}`:`Op\u021Biune invalid\u0103: a\u0219teptat una dintre ${k(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);return a?`Prea mare: a\u0219teptat ca ${n.origin??"valoarea"} ${a.verb} ${i}${n.maximum.toString()} ${a.unit??"elemente"}`:`Prea mare: a\u0219teptat ca ${n.origin??"valoarea"} s\u0103 fie ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);return a?`Prea mic: a\u0219teptat ca ${n.origin} ${a.verb} ${i}${n.minimum.toString()} ${a.unit}`:`Prea mic: a\u0219teptat ca ${n.origin} s\u0103 fie ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`\u0218ir invalid: trebuie s\u0103 \xEEnceap\u0103 cu "${i.prefix}"`:i.format==="ends_with"?`\u0218ir invalid: trebuie s\u0103 se termine cu "${i.suffix}"`:i.format==="includes"?`\u0218ir invalid: trebuie s\u0103 includ\u0103 "${i.includes}"`:i.format==="regex"?`\u0218ir invalid: trebuie s\u0103 se potriveasc\u0103 cu modelul ${i.pattern}`:`Format invalid: ${r[i.format]??n.format}`}case"not_multiple_of":return`Num\u0103r invalid: trebuie s\u0103 fie multiplu de ${n.divisor}`;case"unrecognized_keys":return`Chei nerecunoscute: ${k(n.keys,", ")}`;case"invalid_key":return`Cheie invalid\u0103 \xEEn ${n.origin}`;case"invalid_union":return"Intrare invalid\u0103";case"invalid_element":return`Valoare invalid\u0103 \xEEn ${n.origin}`;default:return"Intrare invalid\u0103"}}}});function Bv(e,t,r,o){let n=Math.abs(e),i=n%10,a=n%100;return a>=11&&a<=19?o:i===1?t:i>=2&&i<=4?r:o}function Wv(){return{localeError:cA()}}var cA,Kv=v(()=>{U();cA=()=>{let e={string:{unit:{one:"\u0441\u0438\u043C\u0432\u043E\u043B",few:"\u0441\u0438\u043C\u0432\u043E\u043B\u0430",many:"\u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432"},verb:"\u0438\u043C\u0435\u0442\u044C"},file:{unit:{one:"\u0431\u0430\u0439\u0442",few:"\u0431\u0430\u0439\u0442\u0430",many:"\u0431\u0430\u0439\u0442"},verb:"\u0438\u043C\u0435\u0442\u044C"},array:{unit:{one:"\u044D\u043B\u0435\u043C\u0435\u043D\u0442",few:"\u044D\u043B\u0435\u043C\u0435\u043D\u0442\u0430",many:"\u044D\u043B\u0435\u043C\u0435\u043D\u0442\u043E\u0432"},verb:"\u0438\u043C\u0435\u0442\u044C"},set:{unit:{one:"\u044D\u043B\u0435\u043C\u0435\u043D\u0442",few:"\u044D\u043B\u0435\u043C\u0435\u043D\u0442\u0430",many:"\u044D\u043B\u0435\u043C\u0435\u043D\u0442\u043E\u0432"},verb:"\u0438\u043C\u0435\u0442\u044C"}};function t(n){return e[n]??null}let r={regex:"\u0432\u0432\u043E\u0434",email:"email \u0430\u0434\u0440\u0435\u0441",url:"URL",emoji:"\u044D\u043C\u043E\u0434\u0437\u0438",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO \u0434\u0430\u0442\u0430 \u0438 \u0432\u0440\u0435\u043C\u044F",date:"ISO \u0434\u0430\u0442\u0430",time:"ISO \u0432\u0440\u0435\u043C\u044F",duration:"ISO \u0434\u043B\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0441\u0442\u044C",ipv4:"IPv4 \u0430\u0434\u0440\u0435\u0441",ipv6:"IPv6 \u0430\u0434\u0440\u0435\u0441",cidrv4:"IPv4 \u0434\u0438\u0430\u043F\u0430\u0437\u043E\u043D",cidrv6:"IPv6 \u0434\u0438\u0430\u043F\u0430\u0437\u043E\u043D",base64:"\u0441\u0442\u0440\u043E\u043A\u0430 \u0432 \u0444\u043E\u0440\u043C\u0430\u0442\u0435 base64",base64url:"\u0441\u0442\u0440\u043E\u043A\u0430 \u0432 \u0444\u043E\u0440\u043C\u0430\u0442\u0435 base64url",json_string:"JSON \u0441\u0442\u0440\u043E\u043A\u0430",e164:"\u043D\u043E\u043C\u0435\u0440 E.164",jwt:"JWT",template_literal:"\u0432\u0432\u043E\u0434"},o={nan:"NaN",number:"\u0447\u0438\u0441\u043B\u043E",array:"\u043C\u0430\u0441\u0441\u0438\u0432"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=I(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`\u041D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 \u0432\u0432\u043E\u0434: \u043E\u0436\u0438\u0434\u0430\u043B\u043E\u0441\u044C instanceof ${n.expected}, \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u043E ${s}`:`\u041D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 \u0432\u0432\u043E\u0434: \u043E\u0436\u0438\u0434\u0430\u043B\u043E\u0441\u044C ${i}, \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u043E ${s}`}case"invalid_value":return n.values.length===1?`\u041D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 \u0432\u0432\u043E\u0434: \u043E\u0436\u0438\u0434\u0430\u043B\u043E\u0441\u044C ${A(n.values[0])}`:`\u041D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 \u0432\u0430\u0440\u0438\u0430\u043D\u0442: \u043E\u0436\u0438\u0434\u0430\u043B\u043E\u0441\u044C \u043E\u0434\u043D\u043E \u0438\u0437 ${k(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);if(a){let s=Number(n.maximum),c=Bv(s,a.unit.one,a.unit.few,a.unit.many);return`\u0421\u043B\u0438\u0448\u043A\u043E\u043C \u0431\u043E\u043B\u044C\u0448\u043E\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435: \u043E\u0436\u0438\u0434\u0430\u043B\u043E\u0441\u044C, \u0447\u0442\u043E ${n.origin??"\u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435"} \u0431\u0443\u0434\u0435\u0442 \u0438\u043C\u0435\u0442\u044C ${i}${n.maximum.toString()} ${c}`}return`\u0421\u043B\u0438\u0448\u043A\u043E\u043C \u0431\u043E\u043B\u044C\u0448\u043E\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435: \u043E\u0436\u0438\u0434\u0430\u043B\u043E\u0441\u044C, \u0447\u0442\u043E ${n.origin??"\u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435"} \u0431\u0443\u0434\u0435\u0442 ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);if(a){let s=Number(n.minimum),c=Bv(s,a.unit.one,a.unit.few,a.unit.many);return`\u0421\u043B\u0438\u0448\u043A\u043E\u043C \u043C\u0430\u043B\u0435\u043D\u044C\u043A\u043E\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435: \u043E\u0436\u0438\u0434\u0430\u043B\u043E\u0441\u044C, \u0447\u0442\u043E ${n.origin} \u0431\u0443\u0434\u0435\u0442 \u0438\u043C\u0435\u0442\u044C ${i}${n.minimum.toString()} ${c}`}return`\u0421\u043B\u0438\u0448\u043A\u043E\u043C \u043C\u0430\u043B\u0435\u043D\u044C\u043A\u043E\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435: \u043E\u0436\u0438\u0434\u0430\u043B\u043E\u0441\u044C, \u0447\u0442\u043E ${n.origin} \u0431\u0443\u0434\u0435\u0442 ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`\u041D\u0435\u0432\u0435\u0440\u043D\u0430\u044F \u0441\u0442\u0440\u043E\u043A\u0430: \u0434\u043E\u043B\u0436\u043D\u0430 \u043D\u0430\u0447\u0438\u043D\u0430\u0442\u044C\u0441\u044F \u0441 "${i.prefix}"`:i.format==="ends_with"?`\u041D\u0435\u0432\u0435\u0440\u043D\u0430\u044F \u0441\u0442\u0440\u043E\u043A\u0430: \u0434\u043E\u043B\u0436\u043D\u0430 \u0437\u0430\u043A\u0430\u043D\u0447\u0438\u0432\u0430\u0442\u044C\u0441\u044F \u043D\u0430 "${i.suffix}"`:i.format==="includes"?`\u041D\u0435\u0432\u0435\u0440\u043D\u0430\u044F \u0441\u0442\u0440\u043E\u043A\u0430: \u0434\u043E\u043B\u0436\u043D\u0430 \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u0442\u044C "${i.includes}"`:i.format==="regex"?`\u041D\u0435\u0432\u0435\u0440\u043D\u0430\u044F \u0441\u0442\u0440\u043E\u043A\u0430: \u0434\u043E\u043B\u0436\u043D\u0430 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u043E\u0432\u0430\u0442\u044C \u0448\u0430\u0431\u043B\u043E\u043D\u0443 ${i.pattern}`:`\u041D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 ${r[i.format]??n.format}`}case"not_multiple_of":return`\u041D\u0435\u0432\u0435\u0440\u043D\u043E\u0435 \u0447\u0438\u0441\u043B\u043E: \u0434\u043E\u043B\u0436\u043D\u043E \u0431\u044B\u0442\u044C \u043A\u0440\u0430\u0442\u043D\u044B\u043C ${n.divisor}`;case"unrecognized_keys":return`\u041D\u0435\u0440\u0430\u0441\u043F\u043E\u0437\u043D\u0430\u043D\u043D${n.keys.length>1?"\u044B\u0435":"\u044B\u0439"} \u043A\u043B\u044E\u0447${n.keys.length>1?"\u0438":""}: ${k(n.keys,", ")}`;case"invalid_key":return`\u041D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 \u043A\u043B\u044E\u0447 \u0432 ${n.origin}`;case"invalid_union":return"\u041D\u0435\u0432\u0435\u0440\u043D\u044B\u0435 \u0432\u0445\u043E\u0434\u043D\u044B\u0435 \u0434\u0430\u043D\u043D\u044B\u0435";case"invalid_element":return`\u041D\u0435\u0432\u0435\u0440\u043D\u043E\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435 \u0432 ${n.origin}`;default:return"\u041D\u0435\u0432\u0435\u0440\u043D\u044B\u0435 \u0432\u0445\u043E\u0434\u043D\u044B\u0435 \u0434\u0430\u043D\u043D\u044B\u0435"}}}});function Zv(){return{localeError:lA()}}var lA,Hv=v(()=>{U();lA=()=>{let e={string:{unit:"znakov",verb:"imeti"},file:{unit:"bajtov",verb:"imeti"},array:{unit:"elementov",verb:"imeti"},set:{unit:"elementov",verb:"imeti"}};function t(n){return e[n]??null}let r={regex:"vnos",email:"e-po\u0161tni naslov",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO datum in \u010Das",date:"ISO datum",time:"ISO \u010Das",duration:"ISO trajanje",ipv4:"IPv4 naslov",ipv6:"IPv6 naslov",cidrv4:"obseg IPv4",cidrv6:"obseg IPv6",base64:"base64 kodiran niz",base64url:"base64url kodiran niz",json_string:"JSON niz",e164:"E.164 \u0161tevilka",jwt:"JWT",template_literal:"vnos"},o={nan:"NaN",number:"\u0161tevilo",array:"tabela"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=I(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`Neveljaven vnos: pri\u010Dakovano instanceof ${n.expected}, prejeto ${s}`:`Neveljaven vnos: pri\u010Dakovano ${i}, prejeto ${s}`}case"invalid_value":return n.values.length===1?`Neveljaven vnos: pri\u010Dakovano ${A(n.values[0])}`:`Neveljavna mo\u017Enost: pri\u010Dakovano eno izmed ${k(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);return a?`Preveliko: pri\u010Dakovano, da bo ${n.origin??"vrednost"} imelo ${i}${n.maximum.toString()} ${a.unit??"elementov"}`:`Preveliko: pri\u010Dakovano, da bo ${n.origin??"vrednost"} ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);return a?`Premajhno: pri\u010Dakovano, da bo ${n.origin} imelo ${i}${n.minimum.toString()} ${a.unit}`:`Premajhno: pri\u010Dakovano, da bo ${n.origin} ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`Neveljaven niz: mora se za\u010Deti z "${i.prefix}"`:i.format==="ends_with"?`Neveljaven niz: mora se kon\u010Dati z "${i.suffix}"`:i.format==="includes"?`Neveljaven niz: mora vsebovati "${i.includes}"`:i.format==="regex"?`Neveljaven niz: mora ustrezati vzorcu ${i.pattern}`:`Neveljaven ${r[i.format]??n.format}`}case"not_multiple_of":return`Neveljavno \u0161tevilo: mora biti ve\u010Dkratnik ${n.divisor}`;case"unrecognized_keys":return`Neprepoznan${n.keys.length>1?"i klju\u010Di":" klju\u010D"}: ${k(n.keys,", ")}`;case"invalid_key":return`Neveljaven klju\u010D v ${n.origin}`;case"invalid_union":return"Neveljaven vnos";case"invalid_element":return`Neveljavna vrednost v ${n.origin}`;default:return"Neveljaven vnos"}}}});function Vv(){return{localeError:dA()}}var dA,Yv=v(()=>{U();dA=()=>{let e={string:{unit:"tecken",verb:"att ha"},file:{unit:"bytes",verb:"att ha"},array:{unit:"objekt",verb:"att inneh\xE5lla"},set:{unit:"objekt",verb:"att inneh\xE5lla"}};function t(n){return e[n]??null}let r={regex:"regulj\xE4rt uttryck",email:"e-postadress",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO-datum och tid",date:"ISO-datum",time:"ISO-tid",duration:"ISO-varaktighet",ipv4:"IPv4-intervall",ipv6:"IPv6-intervall",cidrv4:"IPv4-spektrum",cidrv6:"IPv6-spektrum",base64:"base64-kodad str\xE4ng",base64url:"base64url-kodad str\xE4ng",json_string:"JSON-str\xE4ng",e164:"E.164-nummer",jwt:"JWT",template_literal:"mall-literal"},o={nan:"NaN",number:"antal",array:"lista"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=I(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`Ogiltig inmatning: f\xF6rv\xE4ntat instanceof ${n.expected}, fick ${s}`:`Ogiltig inmatning: f\xF6rv\xE4ntat ${i}, fick ${s}`}case"invalid_value":return n.values.length===1?`Ogiltig inmatning: f\xF6rv\xE4ntat ${A(n.values[0])}`:`Ogiltigt val: f\xF6rv\xE4ntade en av ${k(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);return a?`F\xF6r stor(t): f\xF6rv\xE4ntade ${n.origin??"v\xE4rdet"} att ha ${i}${n.maximum.toString()} ${a.unit??"element"}`:`F\xF6r stor(t): f\xF6rv\xE4ntat ${n.origin??"v\xE4rdet"} att ha ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);return a?`F\xF6r lite(t): f\xF6rv\xE4ntade ${n.origin??"v\xE4rdet"} att ha ${i}${n.minimum.toString()} ${a.unit}`:`F\xF6r lite(t): f\xF6rv\xE4ntade ${n.origin??"v\xE4rdet"} att ha ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`Ogiltig str\xE4ng: m\xE5ste b\xF6rja med "${i.prefix}"`:i.format==="ends_with"?`Ogiltig str\xE4ng: m\xE5ste sluta med "${i.suffix}"`:i.format==="includes"?`Ogiltig str\xE4ng: m\xE5ste inneh\xE5lla "${i.includes}"`:i.format==="regex"?`Ogiltig str\xE4ng: m\xE5ste matcha m\xF6nstret "${i.pattern}"`:`Ogiltig(t) ${r[i.format]??n.format}`}case"not_multiple_of":return`Ogiltigt tal: m\xE5ste vara en multipel av ${n.divisor}`;case"unrecognized_keys":return`${n.keys.length>1?"Ok\xE4nda nycklar":"Ok\xE4nd nyckel"}: ${k(n.keys,", ")}`;case"invalid_key":return`Ogiltig nyckel i ${n.origin??"v\xE4rdet"}`;case"invalid_union":return"Ogiltig input";case"invalid_element":return`Ogiltigt v\xE4rde i ${n.origin??"v\xE4rdet"}`;default:return"Ogiltig input"}}}});function Jv(){return{localeError:uA()}}var uA,qv=v(()=>{U();uA=()=>{let e={string:{unit:"\u0B8E\u0BB4\u0BC1\u0BA4\u0BCD\u0BA4\u0BC1\u0B95\u0BCD\u0B95\u0BB3\u0BCD",verb:"\u0B95\u0BCA\u0BA3\u0BCD\u0B9F\u0BBF\u0BB0\u0BC1\u0B95\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD"},file:{unit:"\u0BAA\u0BC8\u0B9F\u0BCD\u0B9F\u0BC1\u0B95\u0BB3\u0BCD",verb:"\u0B95\u0BCA\u0BA3\u0BCD\u0B9F\u0BBF\u0BB0\u0BC1\u0B95\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD"},array:{unit:"\u0B89\u0BB1\u0BC1\u0BAA\u0BCD\u0BAA\u0BC1\u0B95\u0BB3\u0BCD",verb:"\u0B95\u0BCA\u0BA3\u0BCD\u0B9F\u0BBF\u0BB0\u0BC1\u0B95\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD"},set:{unit:"\u0B89\u0BB1\u0BC1\u0BAA\u0BCD\u0BAA\u0BC1\u0B95\u0BB3\u0BCD",verb:"\u0B95\u0BCA\u0BA3\u0BCD\u0B9F\u0BBF\u0BB0\u0BC1\u0B95\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD"}};function t(n){return e[n]??null}let r={regex:"\u0B89\u0BB3\u0BCD\u0BB3\u0BC0\u0B9F\u0BC1",email:"\u0BAE\u0BBF\u0BA9\u0BCD\u0BA9\u0B9E\u0BCD\u0B9A\u0BB2\u0BCD \u0BAE\u0BC1\u0B95\u0BB5\u0BB0\u0BBF",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO \u0BA4\u0BC7\u0BA4\u0BBF \u0BA8\u0BC7\u0BB0\u0BAE\u0BCD",date:"ISO \u0BA4\u0BC7\u0BA4\u0BBF",time:"ISO \u0BA8\u0BC7\u0BB0\u0BAE\u0BCD",duration:"ISO \u0B95\u0BBE\u0BB2 \u0B85\u0BB3\u0BB5\u0BC1",ipv4:"IPv4 \u0BAE\u0BC1\u0B95\u0BB5\u0BB0\u0BBF",ipv6:"IPv6 \u0BAE\u0BC1\u0B95\u0BB5\u0BB0\u0BBF",cidrv4:"IPv4 \u0BB5\u0BB0\u0BAE\u0BCD\u0BAA\u0BC1",cidrv6:"IPv6 \u0BB5\u0BB0\u0BAE\u0BCD\u0BAA\u0BC1",base64:"base64-encoded \u0B9A\u0BB0\u0BAE\u0BCD",base64url:"base64url-encoded \u0B9A\u0BB0\u0BAE\u0BCD",json_string:"JSON \u0B9A\u0BB0\u0BAE\u0BCD",e164:"E.164 \u0B8E\u0BA3\u0BCD",jwt:"JWT",template_literal:"input"},o={nan:"NaN",number:"\u0B8E\u0BA3\u0BCD",array:"\u0B85\u0BA3\u0BBF",null:"\u0BB5\u0BC6\u0BB1\u0BC1\u0BAE\u0BC8"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=I(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0B89\u0BB3\u0BCD\u0BB3\u0BC0\u0B9F\u0BC1: \u0B8E\u0BA4\u0BBF\u0BB0\u0BCD\u0BAA\u0BBE\u0BB0\u0BCD\u0B95\u0BCD\u0B95\u0BAA\u0BCD\u0BAA\u0B9F\u0BCD\u0B9F\u0BA4\u0BC1 instanceof ${n.expected}, \u0BAA\u0BC6\u0BB1\u0BAA\u0BCD\u0BAA\u0B9F\u0BCD\u0B9F\u0BA4\u0BC1 ${s}`:`\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0B89\u0BB3\u0BCD\u0BB3\u0BC0\u0B9F\u0BC1: \u0B8E\u0BA4\u0BBF\u0BB0\u0BCD\u0BAA\u0BBE\u0BB0\u0BCD\u0B95\u0BCD\u0B95\u0BAA\u0BCD\u0BAA\u0B9F\u0BCD\u0B9F\u0BA4\u0BC1 ${i}, \u0BAA\u0BC6\u0BB1\u0BAA\u0BCD\u0BAA\u0B9F\u0BCD\u0B9F\u0BA4\u0BC1 ${s}`}case"invalid_value":return n.values.length===1?`\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0B89\u0BB3\u0BCD\u0BB3\u0BC0\u0B9F\u0BC1: \u0B8E\u0BA4\u0BBF\u0BB0\u0BCD\u0BAA\u0BBE\u0BB0\u0BCD\u0B95\u0BCD\u0B95\u0BAA\u0BCD\u0BAA\u0B9F\u0BCD\u0B9F\u0BA4\u0BC1 ${A(n.values[0])}`:`\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0BB5\u0BBF\u0BB0\u0BC1\u0BAA\u0BCD\u0BAA\u0BAE\u0BCD: \u0B8E\u0BA4\u0BBF\u0BB0\u0BCD\u0BAA\u0BBE\u0BB0\u0BCD\u0B95\u0BCD\u0B95\u0BAA\u0BCD\u0BAA\u0B9F\u0BCD\u0B9F\u0BA4\u0BC1 ${k(n.values,"|")} \u0B87\u0BB2\u0BCD \u0B92\u0BA9\u0BCD\u0BB1\u0BC1`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);return a?`\u0BAE\u0BBF\u0B95 \u0BAA\u0BC6\u0BB0\u0BBF\u0BAF\u0BA4\u0BC1: \u0B8E\u0BA4\u0BBF\u0BB0\u0BCD\u0BAA\u0BBE\u0BB0\u0BCD\u0B95\u0BCD\u0B95\u0BAA\u0BCD\u0BAA\u0B9F\u0BCD\u0B9F\u0BA4\u0BC1 ${n.origin??"\u0BAE\u0BA4\u0BBF\u0BAA\u0BCD\u0BAA\u0BC1"} ${i}${n.maximum.toString()} ${a.unit??"\u0B89\u0BB1\u0BC1\u0BAA\u0BCD\u0BAA\u0BC1\u0B95\u0BB3\u0BCD"} \u0B86\u0B95 \u0B87\u0BB0\u0BC1\u0B95\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD`:`\u0BAE\u0BBF\u0B95 \u0BAA\u0BC6\u0BB0\u0BBF\u0BAF\u0BA4\u0BC1: \u0B8E\u0BA4\u0BBF\u0BB0\u0BCD\u0BAA\u0BBE\u0BB0\u0BCD\u0B95\u0BCD\u0B95\u0BAA\u0BCD\u0BAA\u0B9F\u0BCD\u0B9F\u0BA4\u0BC1 ${n.origin??"\u0BAE\u0BA4\u0BBF\u0BAA\u0BCD\u0BAA\u0BC1"} ${i}${n.maximum.toString()} \u0B86\u0B95 \u0B87\u0BB0\u0BC1\u0B95\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);return a?`\u0BAE\u0BBF\u0B95\u0B9A\u0BCD \u0B9A\u0BBF\u0BB1\u0BBF\u0BAF\u0BA4\u0BC1: \u0B8E\u0BA4\u0BBF\u0BB0\u0BCD\u0BAA\u0BBE\u0BB0\u0BCD\u0B95\u0BCD\u0B95\u0BAA\u0BCD\u0BAA\u0B9F\u0BCD\u0B9F\u0BA4\u0BC1 ${n.origin} ${i}${n.minimum.toString()} ${a.unit} \u0B86\u0B95 \u0B87\u0BB0\u0BC1\u0B95\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD`:`\u0BAE\u0BBF\u0B95\u0B9A\u0BCD \u0B9A\u0BBF\u0BB1\u0BBF\u0BAF\u0BA4\u0BC1: \u0B8E\u0BA4\u0BBF\u0BB0\u0BCD\u0BAA\u0BBE\u0BB0\u0BCD\u0B95\u0BCD\u0B95\u0BAA\u0BCD\u0BAA\u0B9F\u0BCD\u0B9F\u0BA4\u0BC1 ${n.origin} ${i}${n.minimum.toString()} \u0B86\u0B95 \u0B87\u0BB0\u0BC1\u0B95\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD`}case"invalid_format":{let i=n;return i.format==="starts_with"?`\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0B9A\u0BB0\u0BAE\u0BCD: "${i.prefix}" \u0B87\u0BB2\u0BCD \u0BA4\u0BCA\u0B9F\u0B99\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD`:i.format==="ends_with"?`\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0B9A\u0BB0\u0BAE\u0BCD: "${i.suffix}" \u0B87\u0BB2\u0BCD \u0BAE\u0BC1\u0B9F\u0BBF\u0BB5\u0B9F\u0BC8\u0BAF \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD`:i.format==="includes"?`\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0B9A\u0BB0\u0BAE\u0BCD: "${i.includes}" \u0B90 \u0B89\u0BB3\u0BCD\u0BB3\u0B9F\u0B95\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD`:i.format==="regex"?`\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0B9A\u0BB0\u0BAE\u0BCD: ${i.pattern} \u0BAE\u0BC1\u0BB1\u0BC8\u0BAA\u0BBE\u0B9F\u0BCD\u0B9F\u0BC1\u0B9F\u0BA9\u0BCD \u0BAA\u0BCA\u0BB0\u0BC1\u0BA8\u0BCD\u0BA4 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD`:`\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 ${r[i.format]??n.format}`}case"not_multiple_of":return`\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0B8E\u0BA3\u0BCD: ${n.divisor} \u0B87\u0BA9\u0BCD \u0BAA\u0BB2\u0BAE\u0BBE\u0B95 \u0B87\u0BB0\u0BC1\u0B95\u0BCD\u0B95 \u0BB5\u0BC7\u0BA3\u0BCD\u0B9F\u0BC1\u0BAE\u0BCD`;case"unrecognized_keys":return`\u0B85\u0B9F\u0BC8\u0BAF\u0BBE\u0BB3\u0BAE\u0BCD \u0BA4\u0BC6\u0BB0\u0BBF\u0BAF\u0BBE\u0BA4 \u0BB5\u0BBF\u0B9A\u0BC8${n.keys.length>1?"\u0B95\u0BB3\u0BCD":""}: ${k(n.keys,", ")}`;case"invalid_key":return`${n.origin} \u0B87\u0BB2\u0BCD \u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0BB5\u0BBF\u0B9A\u0BC8`;case"invalid_union":return"\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0B89\u0BB3\u0BCD\u0BB3\u0BC0\u0B9F\u0BC1";case"invalid_element":return`${n.origin} \u0B87\u0BB2\u0BCD \u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0BAE\u0BA4\u0BBF\u0BAA\u0BCD\u0BAA\u0BC1`;default:return"\u0BA4\u0BB5\u0BB1\u0BBE\u0BA9 \u0B89\u0BB3\u0BCD\u0BB3\u0BC0\u0B9F\u0BC1"}}}});function Xv(){return{localeError:pA()}}var pA,Qv=v(()=>{U();pA=()=>{let e={string:{unit:"\u0E15\u0E31\u0E27\u0E2D\u0E31\u0E01\u0E29\u0E23",verb:"\u0E04\u0E27\u0E23\u0E21\u0E35"},file:{unit:"\u0E44\u0E1A\u0E15\u0E4C",verb:"\u0E04\u0E27\u0E23\u0E21\u0E35"},array:{unit:"\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23",verb:"\u0E04\u0E27\u0E23\u0E21\u0E35"},set:{unit:"\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23",verb:"\u0E04\u0E27\u0E23\u0E21\u0E35"}};function t(n){return e[n]??null}let r={regex:"\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E17\u0E35\u0E48\u0E1B\u0E49\u0E2D\u0E19",email:"\u0E17\u0E35\u0E48\u0E2D\u0E22\u0E39\u0E48\u0E2D\u0E35\u0E40\u0E21\u0E25",url:"URL",emoji:"\u0E2D\u0E34\u0E42\u0E21\u0E08\u0E34",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48\u0E40\u0E27\u0E25\u0E32\u0E41\u0E1A\u0E1A ISO",date:"\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48\u0E41\u0E1A\u0E1A ISO",time:"\u0E40\u0E27\u0E25\u0E32\u0E41\u0E1A\u0E1A ISO",duration:"\u0E0A\u0E48\u0E27\u0E07\u0E40\u0E27\u0E25\u0E32\u0E41\u0E1A\u0E1A ISO",ipv4:"\u0E17\u0E35\u0E48\u0E2D\u0E22\u0E39\u0E48 IPv4",ipv6:"\u0E17\u0E35\u0E48\u0E2D\u0E22\u0E39\u0E48 IPv6",cidrv4:"\u0E0A\u0E48\u0E27\u0E07 IP \u0E41\u0E1A\u0E1A IPv4",cidrv6:"\u0E0A\u0E48\u0E27\u0E07 IP \u0E41\u0E1A\u0E1A IPv6",base64:"\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E41\u0E1A\u0E1A Base64",base64url:"\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E41\u0E1A\u0E1A Base64 \u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A URL",json_string:"\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E41\u0E1A\u0E1A JSON",e164:"\u0E40\u0E1A\u0E2D\u0E23\u0E4C\u0E42\u0E17\u0E23\u0E28\u0E31\u0E1E\u0E17\u0E4C\u0E23\u0E30\u0E2B\u0E27\u0E48\u0E32\u0E07\u0E1B\u0E23\u0E30\u0E40\u0E17\u0E28 (E.164)",jwt:"\u0E42\u0E17\u0E40\u0E04\u0E19 JWT",template_literal:"\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E17\u0E35\u0E48\u0E1B\u0E49\u0E2D\u0E19"},o={nan:"NaN",number:"\u0E15\u0E31\u0E27\u0E40\u0E25\u0E02",array:"\u0E2D\u0E32\u0E23\u0E4C\u0E40\u0E23\u0E22\u0E4C (Array)",null:"\u0E44\u0E21\u0E48\u0E21\u0E35\u0E04\u0E48\u0E32 (null)"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=I(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`\u0E1B\u0E23\u0E30\u0E40\u0E20\u0E17\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07: \u0E04\u0E27\u0E23\u0E40\u0E1B\u0E47\u0E19 instanceof ${n.expected} \u0E41\u0E15\u0E48\u0E44\u0E14\u0E49\u0E23\u0E31\u0E1A ${s}`:`\u0E1B\u0E23\u0E30\u0E40\u0E20\u0E17\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07: \u0E04\u0E27\u0E23\u0E40\u0E1B\u0E47\u0E19 ${i} \u0E41\u0E15\u0E48\u0E44\u0E14\u0E49\u0E23\u0E31\u0E1A ${s}`}case"invalid_value":return n.values.length===1?`\u0E04\u0E48\u0E32\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07: \u0E04\u0E27\u0E23\u0E40\u0E1B\u0E47\u0E19 ${A(n.values[0])}`:`\u0E15\u0E31\u0E27\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07: \u0E04\u0E27\u0E23\u0E40\u0E1B\u0E47\u0E19\u0E2B\u0E19\u0E36\u0E48\u0E07\u0E43\u0E19 ${k(n.values,"|")}`;case"too_big":{let i=n.inclusive?"\u0E44\u0E21\u0E48\u0E40\u0E01\u0E34\u0E19":"\u0E19\u0E49\u0E2D\u0E22\u0E01\u0E27\u0E48\u0E32",a=t(n.origin);return a?`\u0E40\u0E01\u0E34\u0E19\u0E01\u0E33\u0E2B\u0E19\u0E14: ${n.origin??"\u0E04\u0E48\u0E32"} \u0E04\u0E27\u0E23\u0E21\u0E35${i} ${n.maximum.toString()} ${a.unit??"\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23"}`:`\u0E40\u0E01\u0E34\u0E19\u0E01\u0E33\u0E2B\u0E19\u0E14: ${n.origin??"\u0E04\u0E48\u0E32"} \u0E04\u0E27\u0E23\u0E21\u0E35${i} ${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?"\u0E2D\u0E22\u0E48\u0E32\u0E07\u0E19\u0E49\u0E2D\u0E22":"\u0E21\u0E32\u0E01\u0E01\u0E27\u0E48\u0E32",a=t(n.origin);return a?`\u0E19\u0E49\u0E2D\u0E22\u0E01\u0E27\u0E48\u0E32\u0E01\u0E33\u0E2B\u0E19\u0E14: ${n.origin} \u0E04\u0E27\u0E23\u0E21\u0E35${i} ${n.minimum.toString()} ${a.unit}`:`\u0E19\u0E49\u0E2D\u0E22\u0E01\u0E27\u0E48\u0E32\u0E01\u0E33\u0E2B\u0E19\u0E14: ${n.origin} \u0E04\u0E27\u0E23\u0E21\u0E35${i} ${n.minimum.toString()}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07: \u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E15\u0E49\u0E2D\u0E07\u0E02\u0E36\u0E49\u0E19\u0E15\u0E49\u0E19\u0E14\u0E49\u0E27\u0E22 "${i.prefix}"`:i.format==="ends_with"?`\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07: \u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E15\u0E49\u0E2D\u0E07\u0E25\u0E07\u0E17\u0E49\u0E32\u0E22\u0E14\u0E49\u0E27\u0E22 "${i.suffix}"`:i.format==="includes"?`\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07: \u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21\u0E15\u0E49\u0E2D\u0E07\u0E21\u0E35 "${i.includes}" \u0E2D\u0E22\u0E39\u0E48\u0E43\u0E19\u0E02\u0E49\u0E2D\u0E04\u0E27\u0E32\u0E21`:i.format==="regex"?`\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07: \u0E15\u0E49\u0E2D\u0E07\u0E15\u0E23\u0E07\u0E01\u0E31\u0E1A\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E17\u0E35\u0E48\u0E01\u0E33\u0E2B\u0E19\u0E14 ${i.pattern}`:`\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07: ${r[i.format]??n.format}`}case"not_multiple_of":return`\u0E15\u0E31\u0E27\u0E40\u0E25\u0E02\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07: \u0E15\u0E49\u0E2D\u0E07\u0E40\u0E1B\u0E47\u0E19\u0E08\u0E33\u0E19\u0E27\u0E19\u0E17\u0E35\u0E48\u0E2B\u0E32\u0E23\u0E14\u0E49\u0E27\u0E22 ${n.divisor} \u0E44\u0E14\u0E49\u0E25\u0E07\u0E15\u0E31\u0E27`;case"unrecognized_keys":return`\u0E1E\u0E1A\u0E04\u0E35\u0E22\u0E4C\u0E17\u0E35\u0E48\u0E44\u0E21\u0E48\u0E23\u0E39\u0E49\u0E08\u0E31\u0E01: ${k(n.keys,", ")}`;case"invalid_key":return`\u0E04\u0E35\u0E22\u0E4C\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07\u0E43\u0E19 ${n.origin}`;case"invalid_union":return"\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07: \u0E44\u0E21\u0E48\u0E15\u0E23\u0E07\u0E01\u0E31\u0E1A\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E22\u0E39\u0E40\u0E19\u0E35\u0E22\u0E19\u0E17\u0E35\u0E48\u0E01\u0E33\u0E2B\u0E19\u0E14\u0E44\u0E27\u0E49";case"invalid_element":return`\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07\u0E43\u0E19 ${n.origin}`;default:return"\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07"}}}});function eb(){return{localeError:hA()}}var hA,tb=v(()=>{U();hA=()=>{let e={string:{unit:"karakter",verb:"olmal\u0131"},file:{unit:"bayt",verb:"olmal\u0131"},array:{unit:"\xF6\u011Fe",verb:"olmal\u0131"},set:{unit:"\xF6\u011Fe",verb:"olmal\u0131"}};function t(n){return e[n]??null}let r={regex:"girdi",email:"e-posta adresi",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO tarih ve saat",date:"ISO tarih",time:"ISO saat",duration:"ISO s\xFCre",ipv4:"IPv4 adresi",ipv6:"IPv6 adresi",cidrv4:"IPv4 aral\u0131\u011F\u0131",cidrv6:"IPv6 aral\u0131\u011F\u0131",base64:"base64 ile \u015Fifrelenmi\u015F metin",base64url:"base64url ile \u015Fifrelenmi\u015F metin",json_string:"JSON dizesi",e164:"E.164 say\u0131s\u0131",jwt:"JWT",template_literal:"\u015Eablon dizesi"},o={nan:"NaN"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=I(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`Ge\xE7ersiz de\u011Fer: beklenen instanceof ${n.expected}, al\u0131nan ${s}`:`Ge\xE7ersiz de\u011Fer: beklenen ${i}, al\u0131nan ${s}`}case"invalid_value":return n.values.length===1?`Ge\xE7ersiz de\u011Fer: beklenen ${A(n.values[0])}`:`Ge\xE7ersiz se\xE7enek: a\u015Fa\u011F\u0131dakilerden biri olmal\u0131: ${k(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);return a?`\xC7ok b\xFCy\xFCk: beklenen ${n.origin??"de\u011Fer"} ${i}${n.maximum.toString()} ${a.unit??"\xF6\u011Fe"}`:`\xC7ok b\xFCy\xFCk: beklenen ${n.origin??"de\u011Fer"} ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);return a?`\xC7ok k\xFC\xE7\xFCk: beklenen ${n.origin} ${i}${n.minimum.toString()} ${a.unit}`:`\xC7ok k\xFC\xE7\xFCk: beklenen ${n.origin} ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`Ge\xE7ersiz metin: "${i.prefix}" ile ba\u015Flamal\u0131`:i.format==="ends_with"?`Ge\xE7ersiz metin: "${i.suffix}" ile bitmeli`:i.format==="includes"?`Ge\xE7ersiz metin: "${i.includes}" i\xE7ermeli`:i.format==="regex"?`Ge\xE7ersiz metin: ${i.pattern} desenine uymal\u0131`:`Ge\xE7ersiz ${r[i.format]??n.format}`}case"not_multiple_of":return`Ge\xE7ersiz say\u0131: ${n.divisor} ile tam b\xF6l\xFCnebilmeli`;case"unrecognized_keys":return`Tan\u0131nmayan anahtar${n.keys.length>1?"lar":""}: ${k(n.keys,", ")}`;case"invalid_key":return`${n.origin} i\xE7inde ge\xE7ersiz anahtar`;case"invalid_union":return"Ge\xE7ersiz de\u011Fer";case"invalid_element":return`${n.origin} i\xE7inde ge\xE7ersiz de\u011Fer`;default:return"Ge\xE7ersiz de\u011Fer"}}}});function Qi(){return{localeError:mA()}}var mA,lu=v(()=>{U();mA=()=>{let e={string:{unit:"\u0441\u0438\u043C\u0432\u043E\u043B\u0456\u0432",verb:"\u043C\u0430\u0442\u0438\u043C\u0435"},file:{unit:"\u0431\u0430\u0439\u0442\u0456\u0432",verb:"\u043C\u0430\u0442\u0438\u043C\u0435"},array:{unit:"\u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0456\u0432",verb:"\u043C\u0430\u0442\u0438\u043C\u0435"},set:{unit:"\u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0456\u0432",verb:"\u043C\u0430\u0442\u0438\u043C\u0435"}};function t(n){return e[n]??null}let r={regex:"\u0432\u0445\u0456\u0434\u043D\u0456 \u0434\u0430\u043D\u0456",email:"\u0430\u0434\u0440\u0435\u0441\u0430 \u0435\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0457 \u043F\u043E\u0448\u0442\u0438",url:"URL",emoji:"\u0435\u043C\u043E\u0434\u0437\u0456",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"\u0434\u0430\u0442\u0430 \u0442\u0430 \u0447\u0430\u0441 ISO",date:"\u0434\u0430\u0442\u0430 ISO",time:"\u0447\u0430\u0441 ISO",duration:"\u0442\u0440\u0438\u0432\u0430\u043B\u0456\u0441\u0442\u044C ISO",ipv4:"\u0430\u0434\u0440\u0435\u0441\u0430 IPv4",ipv6:"\u0430\u0434\u0440\u0435\u0441\u0430 IPv6",cidrv4:"\u0434\u0456\u0430\u043F\u0430\u0437\u043E\u043D IPv4",cidrv6:"\u0434\u0456\u0430\u043F\u0430\u0437\u043E\u043D IPv6",base64:"\u0440\u044F\u0434\u043E\u043A \u0443 \u043A\u043E\u0434\u0443\u0432\u0430\u043D\u043D\u0456 base64",base64url:"\u0440\u044F\u0434\u043E\u043A \u0443 \u043A\u043E\u0434\u0443\u0432\u0430\u043D\u043D\u0456 base64url",json_string:"\u0440\u044F\u0434\u043E\u043A JSON",e164:"\u043D\u043E\u043C\u0435\u0440 E.164",jwt:"JWT",template_literal:"\u0432\u0445\u0456\u0434\u043D\u0456 \u0434\u0430\u043D\u0456"},o={nan:"NaN",number:"\u0447\u0438\u0441\u043B\u043E",array:"\u043C\u0430\u0441\u0438\u0432"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=I(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0456 \u0432\u0445\u0456\u0434\u043D\u0456 \u0434\u0430\u043D\u0456: \u043E\u0447\u0456\u043A\u0443\u0454\u0442\u044C\u0441\u044F instanceof ${n.expected}, \u043E\u0442\u0440\u0438\u043C\u0430\u043D\u043E ${s}`:`\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0456 \u0432\u0445\u0456\u0434\u043D\u0456 \u0434\u0430\u043D\u0456: \u043E\u0447\u0456\u043A\u0443\u0454\u0442\u044C\u0441\u044F ${i}, \u043E\u0442\u0440\u0438\u043C\u0430\u043D\u043E ${s}`}case"invalid_value":return n.values.length===1?`\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0456 \u0432\u0445\u0456\u0434\u043D\u0456 \u0434\u0430\u043D\u0456: \u043E\u0447\u0456\u043A\u0443\u0454\u0442\u044C\u0441\u044F ${A(n.values[0])}`:`\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0430 \u043E\u043F\u0446\u0456\u044F: \u043E\u0447\u0456\u043A\u0443\u0454\u0442\u044C\u0441\u044F \u043E\u0434\u043D\u0435 \u0437 ${k(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);return a?`\u0417\u0430\u043D\u0430\u0434\u0442\u043E \u0432\u0435\u043B\u0438\u043A\u0435: \u043E\u0447\u0456\u043A\u0443\u0454\u0442\u044C\u0441\u044F, \u0449\u043E ${n.origin??"\u0437\u043D\u0430\u0447\u0435\u043D\u043D\u044F"} ${a.verb} ${i}${n.maximum.toString()} ${a.unit??"\u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0456\u0432"}`:`\u0417\u0430\u043D\u0430\u0434\u0442\u043E \u0432\u0435\u043B\u0438\u043A\u0435: \u043E\u0447\u0456\u043A\u0443\u0454\u0442\u044C\u0441\u044F, \u0449\u043E ${n.origin??"\u0437\u043D\u0430\u0447\u0435\u043D\u043D\u044F"} \u0431\u0443\u0434\u0435 ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);return a?`\u0417\u0430\u043D\u0430\u0434\u0442\u043E \u043C\u0430\u043B\u0435: \u043E\u0447\u0456\u043A\u0443\u0454\u0442\u044C\u0441\u044F, \u0449\u043E ${n.origin} ${a.verb} ${i}${n.minimum.toString()} ${a.unit}`:`\u0417\u0430\u043D\u0430\u0434\u0442\u043E \u043C\u0430\u043B\u0435: \u043E\u0447\u0456\u043A\u0443\u0454\u0442\u044C\u0441\u044F, \u0449\u043E ${n.origin} \u0431\u0443\u0434\u0435 ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0438\u0439 \u0440\u044F\u0434\u043E\u043A: \u043F\u043E\u0432\u0438\u043D\u0435\u043D \u043F\u043E\u0447\u0438\u043D\u0430\u0442\u0438\u0441\u044F \u0437 "${i.prefix}"`:i.format==="ends_with"?`\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0438\u0439 \u0440\u044F\u0434\u043E\u043A: \u043F\u043E\u0432\u0438\u043D\u0435\u043D \u0437\u0430\u043A\u0456\u043D\u0447\u0443\u0432\u0430\u0442\u0438\u0441\u044F \u043D\u0430 "${i.suffix}"`:i.format==="includes"?`\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0438\u0439 \u0440\u044F\u0434\u043E\u043A: \u043F\u043E\u0432\u0438\u043D\u0435\u043D \u043C\u0456\u0441\u0442\u0438\u0442\u0438 "${i.includes}"`:i.format==="regex"?`\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0438\u0439 \u0440\u044F\u0434\u043E\u043A: \u043F\u043E\u0432\u0438\u043D\u0435\u043D \u0432\u0456\u0434\u043F\u043E\u0432\u0456\u0434\u0430\u0442\u0438 \u0448\u0430\u0431\u043B\u043E\u043D\u0443 ${i.pattern}`:`\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0438\u0439 ${r[i.format]??n.format}`}case"not_multiple_of":return`\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0435 \u0447\u0438\u0441\u043B\u043E: \u043F\u043E\u0432\u0438\u043D\u043D\u043E \u0431\u0443\u0442\u0438 \u043A\u0440\u0430\u0442\u043D\u0438\u043C ${n.divisor}`;case"unrecognized_keys":return`\u041D\u0435\u0440\u043E\u0437\u043F\u0456\u0437\u043D\u0430\u043D\u0438\u0439 \u043A\u043B\u044E\u0447${n.keys.length>1?"\u0456":""}: ${k(n.keys,", ")}`;case"invalid_key":return`\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0438\u0439 \u043A\u043B\u044E\u0447 \u0443 ${n.origin}`;case"invalid_union":return"\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0456 \u0432\u0445\u0456\u0434\u043D\u0456 \u0434\u0430\u043D\u0456";case"invalid_element":return`\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u043D\u044F \u0443 ${n.origin}`;default:return"\u041D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u044C\u043D\u0456 \u0432\u0445\u0456\u0434\u043D\u0456 \u0434\u0430\u043D\u0456"}}}});function nb(){return Qi()}var rb=v(()=>{lu()});function ob(){return{localeError:fA()}}var fA,ib=v(()=>{U();fA=()=>{let e={string:{unit:"\u062D\u0631\u0648\u0641",verb:"\u06C1\u0648\u0646\u0627"},file:{unit:"\u0628\u0627\u0626\u0679\u0633",verb:"\u06C1\u0648\u0646\u0627"},array:{unit:"\u0622\u0626\u0679\u0645\u0632",verb:"\u06C1\u0648\u0646\u0627"},set:{unit:"\u0622\u0626\u0679\u0645\u0632",verb:"\u06C1\u0648\u0646\u0627"}};function t(n){return e[n]??null}let r={regex:"\u0627\u0646 \u067E\u0679",email:"\u0627\u06CC \u0645\u06CC\u0644 \u0627\u06CC\u0688\u0631\u06CC\u0633",url:"\u06CC\u0648 \u0622\u0631 \u0627\u06CC\u0644",emoji:"\u0627\u06CC\u0645\u0648\u062C\u06CC",uuid:"\u06CC\u0648 \u06CC\u0648 \u0622\u0626\u06CC \u0688\u06CC",uuidv4:"\u06CC\u0648 \u06CC\u0648 \u0622\u0626\u06CC \u0688\u06CC \u0648\u06CC 4",uuidv6:"\u06CC\u0648 \u06CC\u0648 \u0622\u0626\u06CC \u0688\u06CC \u0648\u06CC 6",nanoid:"\u0646\u06CC\u0646\u0648 \u0622\u0626\u06CC \u0688\u06CC",guid:"\u062C\u06CC \u06CC\u0648 \u0622\u0626\u06CC \u0688\u06CC",cuid:"\u0633\u06CC \u06CC\u0648 \u0622\u0626\u06CC \u0688\u06CC",cuid2:"\u0633\u06CC \u06CC\u0648 \u0622\u0626\u06CC \u0688\u06CC 2",ulid:"\u06CC\u0648 \u0627\u06CC\u0644 \u0622\u0626\u06CC \u0688\u06CC",xid:"\u0627\u06CC\u06A9\u0633 \u0622\u0626\u06CC \u0688\u06CC",ksuid:"\u06A9\u06D2 \u0627\u06CC\u0633 \u06CC\u0648 \u0622\u0626\u06CC \u0688\u06CC",datetime:"\u0622\u0626\u06CC \u0627\u06CC\u0633 \u0627\u0648 \u0688\u06CC\u0679 \u0679\u0627\u0626\u0645",date:"\u0622\u0626\u06CC \u0627\u06CC\u0633 \u0627\u0648 \u062A\u0627\u0631\u06CC\u062E",time:"\u0622\u0626\u06CC \u0627\u06CC\u0633 \u0627\u0648 \u0648\u0642\u062A",duration:"\u0622\u0626\u06CC \u0627\u06CC\u0633 \u0627\u0648 \u0645\u062F\u062A",ipv4:"\u0622\u0626\u06CC \u067E\u06CC \u0648\u06CC 4 \u0627\u06CC\u0688\u0631\u06CC\u0633",ipv6:"\u0622\u0626\u06CC \u067E\u06CC \u0648\u06CC 6 \u0627\u06CC\u0688\u0631\u06CC\u0633",cidrv4:"\u0622\u0626\u06CC \u067E\u06CC \u0648\u06CC 4 \u0631\u06CC\u0646\u062C",cidrv6:"\u0622\u0626\u06CC \u067E\u06CC \u0648\u06CC 6 \u0631\u06CC\u0646\u062C",base64:"\u0628\u06CC\u0633 64 \u0627\u0646 \u06A9\u0648\u0688\u0688 \u0633\u0679\u0631\u0646\u06AF",base64url:"\u0628\u06CC\u0633 64 \u06CC\u0648 \u0622\u0631 \u0627\u06CC\u0644 \u0627\u0646 \u06A9\u0648\u0688\u0688 \u0633\u0679\u0631\u0646\u06AF",json_string:"\u062C\u06D2 \u0627\u06CC\u0633 \u0627\u0648 \u0627\u06CC\u0646 \u0633\u0679\u0631\u0646\u06AF",e164:"\u0627\u06CC 164 \u0646\u0645\u0628\u0631",jwt:"\u062C\u06D2 \u0688\u0628\u0644\u06CC\u0648 \u0679\u06CC",template_literal:"\u0627\u0646 \u067E\u0679"},o={nan:"NaN",number:"\u0646\u0645\u0628\u0631",array:"\u0622\u0631\u06D2",null:"\u0646\u0644"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=I(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`\u063A\u0644\u0637 \u0627\u0646 \u067E\u0679: instanceof ${n.expected} \u0645\u062A\u0648\u0642\u0639 \u062A\u06BE\u0627\u060C ${s} \u0645\u0648\u0635\u0648\u0644 \u06C1\u0648\u0627`:`\u063A\u0644\u0637 \u0627\u0646 \u067E\u0679: ${i} \u0645\u062A\u0648\u0642\u0639 \u062A\u06BE\u0627\u060C ${s} \u0645\u0648\u0635\u0648\u0644 \u06C1\u0648\u0627`}case"invalid_value":return n.values.length===1?`\u063A\u0644\u0637 \u0627\u0646 \u067E\u0679: ${A(n.values[0])} \u0645\u062A\u0648\u0642\u0639 \u062A\u06BE\u0627`:`\u063A\u0644\u0637 \u0622\u067E\u0634\u0646: ${k(n.values,"|")} \u0645\u06CC\u06BA \u0633\u06D2 \u0627\u06CC\u06A9 \u0645\u062A\u0648\u0642\u0639 \u062A\u06BE\u0627`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);return a?`\u0628\u06C1\u062A \u0628\u0691\u0627: ${n.origin??"\u0648\u06CC\u0644\u06CC\u0648"} \u06A9\u06D2 ${i}${n.maximum.toString()} ${a.unit??"\u0639\u0646\u0627\u0635\u0631"} \u06C1\u0648\u0646\u06D2 \u0645\u062A\u0648\u0642\u0639 \u062A\u06BE\u06D2`:`\u0628\u06C1\u062A \u0628\u0691\u0627: ${n.origin??"\u0648\u06CC\u0644\u06CC\u0648"} \u06A9\u0627 ${i}${n.maximum.toString()} \u06C1\u0648\u0646\u0627 \u0645\u062A\u0648\u0642\u0639 \u062A\u06BE\u0627`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);return a?`\u0628\u06C1\u062A \u0686\u06BE\u0648\u0679\u0627: ${n.origin} \u06A9\u06D2 ${i}${n.minimum.toString()} ${a.unit} \u06C1\u0648\u0646\u06D2 \u0645\u062A\u0648\u0642\u0639 \u062A\u06BE\u06D2`:`\u0628\u06C1\u062A \u0686\u06BE\u0648\u0679\u0627: ${n.origin} \u06A9\u0627 ${i}${n.minimum.toString()} \u06C1\u0648\u0646\u0627 \u0645\u062A\u0648\u0642\u0639 \u062A\u06BE\u0627`}case"invalid_format":{let i=n;return i.format==="starts_with"?`\u063A\u0644\u0637 \u0633\u0679\u0631\u0646\u06AF: "${i.prefix}" \u0633\u06D2 \u0634\u0631\u0648\u0639 \u06C1\u0648\u0646\u0627 \u0686\u0627\u06C1\u06CC\u06D2`:i.format==="ends_with"?`\u063A\u0644\u0637 \u0633\u0679\u0631\u0646\u06AF: "${i.suffix}" \u067E\u0631 \u062E\u062A\u0645 \u06C1\u0648\u0646\u0627 \u0686\u0627\u06C1\u06CC\u06D2`:i.format==="includes"?`\u063A\u0644\u0637 \u0633\u0679\u0631\u0646\u06AF: "${i.includes}" \u0634\u0627\u0645\u0644 \u06C1\u0648\u0646\u0627 \u0686\u0627\u06C1\u06CC\u06D2`:i.format==="regex"?`\u063A\u0644\u0637 \u0633\u0679\u0631\u0646\u06AF: \u067E\u06CC\u0679\u0631\u0646 ${i.pattern} \u0633\u06D2 \u0645\u06CC\u0686 \u06C1\u0648\u0646\u0627 \u0686\u0627\u06C1\u06CC\u06D2`:`\u063A\u0644\u0637 ${r[i.format]??n.format}`}case"not_multiple_of":return`\u063A\u0644\u0637 \u0646\u0645\u0628\u0631: ${n.divisor} \u06A9\u0627 \u0645\u0636\u0627\u0639\u0641 \u06C1\u0648\u0646\u0627 \u0686\u0627\u06C1\u06CC\u06D2`;case"unrecognized_keys":return`\u063A\u06CC\u0631 \u062A\u0633\u0644\u06CC\u0645 \u0634\u062F\u06C1 \u06A9\u06CC${n.keys.length>1?"\u0632":""}: ${k(n.keys,"\u060C ")}`;case"invalid_key":return`${n.origin} \u0645\u06CC\u06BA \u063A\u0644\u0637 \u06A9\u06CC`;case"invalid_union":return"\u063A\u0644\u0637 \u0627\u0646 \u067E\u0679";case"invalid_element":return`${n.origin} \u0645\u06CC\u06BA \u063A\u0644\u0637 \u0648\u06CC\u0644\u06CC\u0648`;default:return"\u063A\u0644\u0637 \u0627\u0646 \u067E\u0679"}}}});function ab(){return{localeError:gA()}}var gA,sb=v(()=>{U();gA=()=>{let e={string:{unit:"belgi",verb:"bo\u2018lishi kerak"},file:{unit:"bayt",verb:"bo\u2018lishi kerak"},array:{unit:"element",verb:"bo\u2018lishi kerak"},set:{unit:"element",verb:"bo\u2018lishi kerak"},map:{unit:"yozuv",verb:"bo\u2018lishi kerak"}};function t(n){return e[n]??null}let r={regex:"kirish",email:"elektron pochta manzili",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO sana va vaqti",date:"ISO sana",time:"ISO vaqt",duration:"ISO davomiylik",ipv4:"IPv4 manzil",ipv6:"IPv6 manzil",mac:"MAC manzil",cidrv4:"IPv4 diapazon",cidrv6:"IPv6 diapazon",base64:"base64 kodlangan satr",base64url:"base64url kodlangan satr",json_string:"JSON satr",e164:"E.164 raqam",jwt:"JWT",template_literal:"kirish"},o={nan:"NaN",number:"raqam",array:"massiv"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=I(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`Noto\u2018g\u2018ri kirish: kutilgan instanceof ${n.expected}, qabul qilingan ${s}`:`Noto\u2018g\u2018ri kirish: kutilgan ${i}, qabul qilingan ${s}`}case"invalid_value":return n.values.length===1?`Noto\u2018g\u2018ri kirish: kutilgan ${A(n.values[0])}`:`Noto\u2018g\u2018ri variant: quyidagilardan biri kutilgan ${k(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);return a?`Juda katta: kutilgan ${n.origin??"qiymat"} ${i}${n.maximum.toString()} ${a.unit} ${a.verb}`:`Juda katta: kutilgan ${n.origin??"qiymat"} ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);return a?`Juda kichik: kutilgan ${n.origin} ${i}${n.minimum.toString()} ${a.unit} ${a.verb}`:`Juda kichik: kutilgan ${n.origin} ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`Noto\u2018g\u2018ri satr: "${i.prefix}" bilan boshlanishi kerak`:i.format==="ends_with"?`Noto\u2018g\u2018ri satr: "${i.suffix}" bilan tugashi kerak`:i.format==="includes"?`Noto\u2018g\u2018ri satr: "${i.includes}" ni o\u2018z ichiga olishi kerak`:i.format==="regex"?`Noto\u2018g\u2018ri satr: ${i.pattern} shabloniga mos kelishi kerak`:`Noto\u2018g\u2018ri ${r[i.format]??n.format}`}case"not_multiple_of":return`Noto\u2018g\u2018ri raqam: ${n.divisor} ning karralisi bo\u2018lishi kerak`;case"unrecognized_keys":return`Noma\u2019lum kalit${n.keys.length>1?"lar":""}: ${k(n.keys,", ")}`;case"invalid_key":return`${n.origin} dagi kalit noto\u2018g\u2018ri`;case"invalid_union":return"Noto\u2018g\u2018ri kirish";case"invalid_element":return`${n.origin} da noto\u2018g\u2018ri qiymat`;default:return"Noto\u2018g\u2018ri kirish"}}}});function cb(){return{localeError:yA()}}var yA,lb=v(()=>{U();yA=()=>{let e={string:{unit:"k\xFD t\u1EF1",verb:"c\xF3"},file:{unit:"byte",verb:"c\xF3"},array:{unit:"ph\u1EA7n t\u1EED",verb:"c\xF3"},set:{unit:"ph\u1EA7n t\u1EED",verb:"c\xF3"}};function t(n){return e[n]??null}let r={regex:"\u0111\u1EA7u v\xE0o",email:"\u0111\u1ECBa ch\u1EC9 email",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ng\xE0y gi\u1EDD ISO",date:"ng\xE0y ISO",time:"gi\u1EDD ISO",duration:"kho\u1EA3ng th\u1EDDi gian ISO",ipv4:"\u0111\u1ECBa ch\u1EC9 IPv4",ipv6:"\u0111\u1ECBa ch\u1EC9 IPv6",cidrv4:"d\u1EA3i IPv4",cidrv6:"d\u1EA3i IPv6",base64:"chu\u1ED7i m\xE3 h\xF3a base64",base64url:"chu\u1ED7i m\xE3 h\xF3a base64url",json_string:"chu\u1ED7i JSON",e164:"s\u1ED1 E.164",jwt:"JWT",template_literal:"\u0111\u1EA7u v\xE0o"},o={nan:"NaN",number:"s\u1ED1",array:"m\u1EA3ng"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=I(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`\u0110\u1EA7u v\xE0o kh\xF4ng h\u1EE3p l\u1EC7: mong \u0111\u1EE3i instanceof ${n.expected}, nh\u1EADn \u0111\u01B0\u1EE3c ${s}`:`\u0110\u1EA7u v\xE0o kh\xF4ng h\u1EE3p l\u1EC7: mong \u0111\u1EE3i ${i}, nh\u1EADn \u0111\u01B0\u1EE3c ${s}`}case"invalid_value":return n.values.length===1?`\u0110\u1EA7u v\xE0o kh\xF4ng h\u1EE3p l\u1EC7: mong \u0111\u1EE3i ${A(n.values[0])}`:`T\xF9y ch\u1ECDn kh\xF4ng h\u1EE3p l\u1EC7: mong \u0111\u1EE3i m\u1ED9t trong c\xE1c gi\xE1 tr\u1ECB ${k(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);return a?`Qu\xE1 l\u1EDBn: mong \u0111\u1EE3i ${n.origin??"gi\xE1 tr\u1ECB"} ${a.verb} ${i}${n.maximum.toString()} ${a.unit??"ph\u1EA7n t\u1EED"}`:`Qu\xE1 l\u1EDBn: mong \u0111\u1EE3i ${n.origin??"gi\xE1 tr\u1ECB"} ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);return a?`Qu\xE1 nh\u1ECF: mong \u0111\u1EE3i ${n.origin} ${a.verb} ${i}${n.minimum.toString()} ${a.unit}`:`Qu\xE1 nh\u1ECF: mong \u0111\u1EE3i ${n.origin} ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`Chu\u1ED7i kh\xF4ng h\u1EE3p l\u1EC7: ph\u1EA3i b\u1EAFt \u0111\u1EA7u b\u1EB1ng "${i.prefix}"`:i.format==="ends_with"?`Chu\u1ED7i kh\xF4ng h\u1EE3p l\u1EC7: ph\u1EA3i k\u1EBFt th\xFAc b\u1EB1ng "${i.suffix}"`:i.format==="includes"?`Chu\u1ED7i kh\xF4ng h\u1EE3p l\u1EC7: ph\u1EA3i bao g\u1ED3m "${i.includes}"`:i.format==="regex"?`Chu\u1ED7i kh\xF4ng h\u1EE3p l\u1EC7: ph\u1EA3i kh\u1EDBp v\u1EDBi m\u1EABu ${i.pattern}`:`${r[i.format]??n.format} kh\xF4ng h\u1EE3p l\u1EC7`}case"not_multiple_of":return`S\u1ED1 kh\xF4ng h\u1EE3p l\u1EC7: ph\u1EA3i l\xE0 b\u1ED9i s\u1ED1 c\u1EE7a ${n.divisor}`;case"unrecognized_keys":return`Kh\xF3a kh\xF4ng \u0111\u01B0\u1EE3c nh\u1EADn d\u1EA1ng: ${k(n.keys,", ")}`;case"invalid_key":return`Kh\xF3a kh\xF4ng h\u1EE3p l\u1EC7 trong ${n.origin}`;case"invalid_union":return"\u0110\u1EA7u v\xE0o kh\xF4ng h\u1EE3p l\u1EC7";case"invalid_element":return`Gi\xE1 tr\u1ECB kh\xF4ng h\u1EE3p l\u1EC7 trong ${n.origin}`;default:return"\u0110\u1EA7u v\xE0o kh\xF4ng h\u1EE3p l\u1EC7"}}}});function db(){return{localeError:vA()}}var vA,ub=v(()=>{U();vA=()=>{let e={string:{unit:"\u5B57\u7B26",verb:"\u5305\u542B"},file:{unit:"\u5B57\u8282",verb:"\u5305\u542B"},array:{unit:"\u9879",verb:"\u5305\u542B"},set:{unit:"\u9879",verb:"\u5305\u542B"}};function t(n){return e[n]??null}let r={regex:"\u8F93\u5165",email:"\u7535\u5B50\u90AE\u4EF6",url:"URL",emoji:"\u8868\u60C5\u7B26\u53F7",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO\u65E5\u671F\u65F6\u95F4",date:"ISO\u65E5\u671F",time:"ISO\u65F6\u95F4",duration:"ISO\u65F6\u957F",ipv4:"IPv4\u5730\u5740",ipv6:"IPv6\u5730\u5740",cidrv4:"IPv4\u7F51\u6BB5",cidrv6:"IPv6\u7F51\u6BB5",base64:"base64\u7F16\u7801\u5B57\u7B26\u4E32",base64url:"base64url\u7F16\u7801\u5B57\u7B26\u4E32",json_string:"JSON\u5B57\u7B26\u4E32",e164:"E.164\u53F7\u7801",jwt:"JWT",template_literal:"\u8F93\u5165"},o={nan:"NaN",number:"\u6570\u5B57",array:"\u6570\u7EC4",null:"\u7A7A\u503C(null)"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=I(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`\u65E0\u6548\u8F93\u5165\uFF1A\u671F\u671B instanceof ${n.expected}\uFF0C\u5B9E\u9645\u63A5\u6536 ${s}`:`\u65E0\u6548\u8F93\u5165\uFF1A\u671F\u671B ${i}\uFF0C\u5B9E\u9645\u63A5\u6536 ${s}`}case"invalid_value":return n.values.length===1?`\u65E0\u6548\u8F93\u5165\uFF1A\u671F\u671B ${A(n.values[0])}`:`\u65E0\u6548\u9009\u9879\uFF1A\u671F\u671B\u4EE5\u4E0B\u4E4B\u4E00 ${k(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);return a?`\u6570\u503C\u8FC7\u5927\uFF1A\u671F\u671B ${n.origin??"\u503C"} ${i}${n.maximum.toString()} ${a.unit??"\u4E2A\u5143\u7D20"}`:`\u6570\u503C\u8FC7\u5927\uFF1A\u671F\u671B ${n.origin??"\u503C"} ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);return a?`\u6570\u503C\u8FC7\u5C0F\uFF1A\u671F\u671B ${n.origin} ${i}${n.minimum.toString()} ${a.unit}`:`\u6570\u503C\u8FC7\u5C0F\uFF1A\u671F\u671B ${n.origin} ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`\u65E0\u6548\u5B57\u7B26\u4E32\uFF1A\u5FC5\u987B\u4EE5 "${i.prefix}" \u5F00\u5934`:i.format==="ends_with"?`\u65E0\u6548\u5B57\u7B26\u4E32\uFF1A\u5FC5\u987B\u4EE5 "${i.suffix}" \u7ED3\u5C3E`:i.format==="includes"?`\u65E0\u6548\u5B57\u7B26\u4E32\uFF1A\u5FC5\u987B\u5305\u542B "${i.includes}"`:i.format==="regex"?`\u65E0\u6548\u5B57\u7B26\u4E32\uFF1A\u5FC5\u987B\u6EE1\u8DB3\u6B63\u5219\u8868\u8FBE\u5F0F ${i.pattern}`:`\u65E0\u6548${r[i.format]??n.format}`}case"not_multiple_of":return`\u65E0\u6548\u6570\u5B57\uFF1A\u5FC5\u987B\u662F ${n.divisor} \u7684\u500D\u6570`;case"unrecognized_keys":return`\u51FA\u73B0\u672A\u77E5\u7684\u952E(key): ${k(n.keys,", ")}`;case"invalid_key":return`${n.origin} \u4E2D\u7684\u952E(key)\u65E0\u6548`;case"invalid_union":return"\u65E0\u6548\u8F93\u5165";case"invalid_element":return`${n.origin} \u4E2D\u5305\u542B\u65E0\u6548\u503C(value)`;default:return"\u65E0\u6548\u8F93\u5165"}}}});function pb(){return{localeError:bA()}}var bA,hb=v(()=>{U();bA=()=>{let e={string:{unit:"\u5B57\u5143",verb:"\u64C1\u6709"},file:{unit:"\u4F4D\u5143\u7D44",verb:"\u64C1\u6709"},array:{unit:"\u9805\u76EE",verb:"\u64C1\u6709"},set:{unit:"\u9805\u76EE",verb:"\u64C1\u6709"}};function t(n){return e[n]??null}let r={regex:"\u8F38\u5165",email:"\u90F5\u4EF6\u5730\u5740",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO \u65E5\u671F\u6642\u9593",date:"ISO \u65E5\u671F",time:"ISO \u6642\u9593",duration:"ISO \u671F\u9593",ipv4:"IPv4 \u4F4D\u5740",ipv6:"IPv6 \u4F4D\u5740",cidrv4:"IPv4 \u7BC4\u570D",cidrv6:"IPv6 \u7BC4\u570D",base64:"base64 \u7DE8\u78BC\u5B57\u4E32",base64url:"base64url \u7DE8\u78BC\u5B57\u4E32",json_string:"JSON \u5B57\u4E32",e164:"E.164 \u6578\u503C",jwt:"JWT",template_literal:"\u8F38\u5165"},o={nan:"NaN"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=I(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`\u7121\u6548\u7684\u8F38\u5165\u503C\uFF1A\u9810\u671F\u70BA instanceof ${n.expected}\uFF0C\u4F46\u6536\u5230 ${s}`:`\u7121\u6548\u7684\u8F38\u5165\u503C\uFF1A\u9810\u671F\u70BA ${i}\uFF0C\u4F46\u6536\u5230 ${s}`}case"invalid_value":return n.values.length===1?`\u7121\u6548\u7684\u8F38\u5165\u503C\uFF1A\u9810\u671F\u70BA ${A(n.values[0])}`:`\u7121\u6548\u7684\u9078\u9805\uFF1A\u9810\u671F\u70BA\u4EE5\u4E0B\u5176\u4E2D\u4E4B\u4E00 ${k(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);return a?`\u6578\u503C\u904E\u5927\uFF1A\u9810\u671F ${n.origin??"\u503C"} \u61C9\u70BA ${i}${n.maximum.toString()} ${a.unit??"\u500B\u5143\u7D20"}`:`\u6578\u503C\u904E\u5927\uFF1A\u9810\u671F ${n.origin??"\u503C"} \u61C9\u70BA ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);return a?`\u6578\u503C\u904E\u5C0F\uFF1A\u9810\u671F ${n.origin} \u61C9\u70BA ${i}${n.minimum.toString()} ${a.unit}`:`\u6578\u503C\u904E\u5C0F\uFF1A\u9810\u671F ${n.origin} \u61C9\u70BA ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`\u7121\u6548\u7684\u5B57\u4E32\uFF1A\u5FC5\u9808\u4EE5 "${i.prefix}" \u958B\u982D`:i.format==="ends_with"?`\u7121\u6548\u7684\u5B57\u4E32\uFF1A\u5FC5\u9808\u4EE5 "${i.suffix}" \u7D50\u5C3E`:i.format==="includes"?`\u7121\u6548\u7684\u5B57\u4E32\uFF1A\u5FC5\u9808\u5305\u542B "${i.includes}"`:i.format==="regex"?`\u7121\u6548\u7684\u5B57\u4E32\uFF1A\u5FC5\u9808\u7B26\u5408\u683C\u5F0F ${i.pattern}`:`\u7121\u6548\u7684 ${r[i.format]??n.format}`}case"not_multiple_of":return`\u7121\u6548\u7684\u6578\u5B57\uFF1A\u5FC5\u9808\u70BA ${n.divisor} \u7684\u500D\u6578`;case"unrecognized_keys":return`\u7121\u6CD5\u8B58\u5225\u7684\u9375\u503C${n.keys.length>1?"\u5011":""}\uFF1A${k(n.keys,"\u3001")}`;case"invalid_key":return`${n.origin} \u4E2D\u6709\u7121\u6548\u7684\u9375\u503C`;case"invalid_union":return"\u7121\u6548\u7684\u8F38\u5165\u503C";case"invalid_element":return`${n.origin} \u4E2D\u6709\u7121\u6548\u7684\u503C`;default:return"\u7121\u6548\u7684\u8F38\u5165\u503C"}}}});function mb(){return{localeError:wA()}}var wA,fb=v(()=>{U();wA=()=>{let e={string:{unit:"\xE0mi",verb:"n\xED"},file:{unit:"bytes",verb:"n\xED"},array:{unit:"nkan",verb:"n\xED"},set:{unit:"nkan",verb:"n\xED"}};function t(n){return e[n]??null}let r={regex:"\u1EB9\u0300r\u1ECD \xECb\xE1w\u1ECDl\xE9",email:"\xE0d\xEDr\u1EB9\u0301s\xEC \xECm\u1EB9\u0301l\xEC",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"\xE0k\xF3k\xF2 ISO",date:"\u1ECDj\u1ECD\u0301 ISO",time:"\xE0k\xF3k\xF2 ISO",duration:"\xE0k\xF3k\xF2 t\xF3 p\xE9 ISO",ipv4:"\xE0d\xEDr\u1EB9\u0301s\xEC IPv4",ipv6:"\xE0d\xEDr\u1EB9\u0301s\xEC IPv6",cidrv4:"\xE0gb\xE8gb\xE8 IPv4",cidrv6:"\xE0gb\xE8gb\xE8 IPv6",base64:"\u1ECD\u0300r\u1ECD\u0300 t\xED a k\u1ECD\u0301 n\xED base64",base64url:"\u1ECD\u0300r\u1ECD\u0300 base64url",json_string:"\u1ECD\u0300r\u1ECD\u0300 JSON",e164:"n\u1ECD\u0301mb\xE0 E.164",jwt:"JWT",template_literal:"\u1EB9\u0300r\u1ECD \xECb\xE1w\u1ECDl\xE9"},o={nan:"NaN",number:"n\u1ECD\u0301mb\xE0",array:"akop\u1ECD"};return n=>{switch(n.code){case"invalid_type":{let i=o[n.expected]??n.expected,a=I(n.input),s=o[a]??a;return/^[A-Z]/.test(n.expected)?`\xCCb\xE1w\u1ECDl\xE9 a\u1E63\xEC\u1E63e: a n\xED l\xE1ti fi instanceof ${n.expected}, \xE0m\u1ECD\u0300 a r\xED ${s}`:`\xCCb\xE1w\u1ECDl\xE9 a\u1E63\xEC\u1E63e: a n\xED l\xE1ti fi ${i}, \xE0m\u1ECD\u0300 a r\xED ${s}`}case"invalid_value":return n.values.length===1?`\xCCb\xE1w\u1ECDl\xE9 a\u1E63\xEC\u1E63e: a n\xED l\xE1ti fi ${A(n.values[0])}`:`\xC0\u1E63\xE0y\xE0n a\u1E63\xEC\u1E63e: yan \u1ECD\u0300kan l\xE1ra ${k(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",a=t(n.origin);return a?`T\xF3 p\u1ECD\u0300 j\xF9: a n\xED l\xE1ti j\u1EB9\u0301 p\xE9 ${n.origin??"iye"} ${a.verb} ${i}${n.maximum} ${a.unit}`:`T\xF3 p\u1ECD\u0300 j\xF9: a n\xED l\xE1ti j\u1EB9\u0301 ${i}${n.maximum}`}case"too_small":{let i=n.inclusive?">=":">",a=t(n.origin);return a?`K\xE9r\xE9 ju: a n\xED l\xE1ti j\u1EB9\u0301 p\xE9 ${n.origin} ${a.verb} ${i}${n.minimum} ${a.unit}`:`K\xE9r\xE9 ju: a n\xED l\xE1ti j\u1EB9\u0301 ${i}${n.minimum}`}case"invalid_format":{let i=n;return i.format==="starts_with"?`\u1ECC\u0300r\u1ECD\u0300 a\u1E63\xEC\u1E63e: gb\u1ECD\u0301d\u1ECD\u0300 b\u1EB9\u0300r\u1EB9\u0300 p\u1EB9\u0300l\xFA "${i.prefix}"`:i.format==="ends_with"?`\u1ECC\u0300r\u1ECD\u0300 a\u1E63\xEC\u1E63e: gb\u1ECD\u0301d\u1ECD\u0300 par\xED p\u1EB9\u0300l\xFA "${i.suffix}"`:i.format==="includes"?`\u1ECC\u0300r\u1ECD\u0300 a\u1E63\xEC\u1E63e: gb\u1ECD\u0301d\u1ECD\u0300 n\xED "${i.includes}"`:i.format==="regex"?`\u1ECC\u0300r\u1ECD\u0300 a\u1E63\xEC\u1E63e: gb\u1ECD\u0301d\u1ECD\u0300 b\xE1 \xE0p\u1EB9\u1EB9r\u1EB9 mu ${i.pattern}`:`A\u1E63\xEC\u1E63e: ${r[i.format]??n.format}`}case"not_multiple_of":return`N\u1ECD\u0301mb\xE0 a\u1E63\xEC\u1E63e: gb\u1ECD\u0301d\u1ECD\u0300 j\u1EB9\u0301 \xE8y\xE0 p\xEDp\xEDn ti ${n.divisor}`;case"unrecognized_keys":return`B\u1ECDt\xECn\xEC \xE0\xECm\u1ECD\u0300: ${k(n.keys,", ")}`;case"invalid_key":return`B\u1ECDt\xECn\xEC a\u1E63\xEC\u1E63e n\xEDn\xFA ${n.origin}`;case"invalid_union":return"\xCCb\xE1w\u1ECDl\xE9 a\u1E63\xEC\u1E63e";case"invalid_element":return`Iye a\u1E63\xEC\u1E63e n\xEDn\xFA ${n.origin}`;default:return"\xCCb\xE1w\u1ECDl\xE9 a\u1E63\xEC\u1E63e"}}}});var mo={};it(mo,{ar:()=>ky,az:()=>Sy,be:()=>Ty,bg:()=>Iy,ca:()=>Cy,cs:()=>Ny,da:()=>Ly,de:()=>jy,el:()=>Uy,en:()=>qi,eo:()=>Fy,es:()=>By,fa:()=>Ky,fi:()=>Hy,fr:()=>Yy,frCA:()=>qy,he:()=>Qy,hr:()=>tv,hu:()=>rv,hy:()=>av,id:()=>cv,is:()=>dv,it:()=>pv,ja:()=>mv,ka:()=>gv,kh:()=>vv,km:()=>Xi,ko:()=>wv,lt:()=>xv,mk:()=>Ev,ms:()=>Tv,nl:()=>Iv,no:()=>Cv,ota:()=>Nv,pl:()=>jv,ps:()=>Lv,pt:()=>Uv,ro:()=>Fv,ru:()=>Wv,sl:()=>Zv,sv:()=>Vv,ta:()=>Jv,th:()=>Xv,tr:()=>eb,ua:()=>nb,uk:()=>Qi,ur:()=>ob,uz:()=>ab,vi:()=>cb,yo:()=>mb,zhCN:()=>db,zhTW:()=>pb});var du=v(()=>{xy();Ey();Ay();Py();Oy();Ry();Dy();My();zy();su();Gy();Wy();Zy();Vy();Jy();Xy();ev();nv();ov();sv();lv();uv();hv();fv();yv();bv();cu();_v();Sv();$v();Av();Pv();Ov();Rv();Dv();Mv();zv();Gv();Kv();Hv();Yv();qv();Qv();tb();rb();lu();ib();sb();lb();ub();hb();fb()});function ta(){return new ea}var gb,uu,pu,ea,ye,fo=v(()=>{uu=Symbol("ZodOutput"),pu=Symbol("ZodInput"),ea=class{constructor(){this._map=new WeakMap,this._idmap=new Map}add(t,...r){let o=r[0];return this._map.set(t,o),o&&typeof o=="object"&&"id"in o&&this._idmap.set(o.id,t),this}clear(){return this._map=new WeakMap,this._idmap=new Map,this}remove(t){let r=this._map.get(t);return r&&typeof r=="object"&&"id"in r&&this._idmap.delete(r.id),this._map.delete(t),this}get(t){let r=t._zod.parent;if(r){let o={...this.get(r)??{}};delete o.id;let n={...o,...this._map.get(t)};return Object.keys(n).length?n:void 0}return this._map.get(t)}has(t){return this._map.has(t)}};(gb=globalThis).__zod_globalRegistry??(gb.__zod_globalRegistry=ta());ye=globalThis.__zod_globalRegistry});function hu(e,t){return new e({type:"string",...O(t)})}function mu(e,t){return new e({type:"string",coerce:!0,...O(t)})}function na(e,t){return new e({type:"string",format:"email",check:"string_format",abort:!1,...O(t)})}function go(e,t){return new e({type:"string",format:"guid",check:"string_format",abort:!1,...O(t)})}function ra(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,...O(t)})}function oa(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v4",...O(t)})}function ia(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v6",...O(t)})}function aa(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v7",...O(t)})}function yo(e,t){return new e({type:"string",format:"url",check:"string_format",abort:!1,...O(t)})}function sa(e,t){return new e({type:"string",format:"emoji",check:"string_format",abort:!1,...O(t)})}function ca(e,t){return new e({type:"string",format:"nanoid",check:"string_format",abort:!1,...O(t)})}function la(e,t){return new e({type:"string",format:"cuid",check:"string_format",abort:!1,...O(t)})}function da(e,t){return new e({type:"string",format:"cuid2",check:"string_format",abort:!1,...O(t)})}function ua(e,t){return new e({type:"string",format:"ulid",check:"string_format",abort:!1,...O(t)})}function pa(e,t){return new e({type:"string",format:"xid",check:"string_format",abort:!1,...O(t)})}function ha(e,t){return new e({type:"string",format:"ksuid",check:"string_format",abort:!1,...O(t)})}function ma(e,t){return new e({type:"string",format:"ipv4",check:"string_format",abort:!1,...O(t)})}function fa(e,t){return new e({type:"string",format:"ipv6",check:"string_format",abort:!1,...O(t)})}function fu(e,t){return new e({type:"string",format:"mac",check:"string_format",abort:!1,...O(t)})}function ga(e,t){return new e({type:"string",format:"cidrv4",check:"string_format",abort:!1,...O(t)})}function ya(e,t){return new e({type:"string",format:"cidrv6",check:"string_format",abort:!1,...O(t)})}function va(e,t){return new e({type:"string",format:"base64",check:"string_format",abort:!1,...O(t)})}function ba(e,t){return new e({type:"string",format:"base64url",check:"string_format",abort:!1,...O(t)})}function wa(e,t){return new e({type:"string",format:"e164",check:"string_format",abort:!1,...O(t)})}function _a(e,t){return new e({type:"string",format:"jwt",check:"string_format",abort:!1,...O(t)})}function yu(e,t){return new e({type:"string",format:"datetime",check:"string_format",offset:!1,local:!1,precision:null,...O(t)})}function vu(e,t){return new e({type:"string",format:"date",check:"string_format",...O(t)})}function bu(e,t){return new e({type:"string",format:"time",check:"string_format",precision:null,...O(t)})}function wu(e,t){return new e({type:"string",format:"duration",check:"string_format",...O(t)})}function _u(e,t){return new e({type:"number",checks:[],...O(t)})}function ku(e,t){return new e({type:"number",coerce:!0,checks:[],...O(t)})}function xu(e,t){return new e({type:"number",check:"number_format",abort:!1,format:"safeint",...O(t)})}function Su(e,t){return new e({type:"number",check:"number_format",abort:!1,format:"float32",...O(t)})}function Eu(e,t){return new e({type:"number",check:"number_format",abort:!1,format:"float64",...O(t)})}function $u(e,t){return new e({type:"number",check:"number_format",abort:!1,format:"int32",...O(t)})}function Tu(e,t){return new e({type:"number",check:"number_format",abort:!1,format:"uint32",...O(t)})}function Au(e,t){return new e({type:"boolean",...O(t)})}function Iu(e,t){return new e({type:"boolean",coerce:!0,...O(t)})}function Pu(e,t){return new e({type:"bigint",...O(t)})}function Cu(e,t){return new e({type:"bigint",coerce:!0,...O(t)})}function Ou(e,t){return new e({type:"bigint",check:"bigint_format",abort:!1,format:"int64",...O(t)})}function Nu(e,t){return new e({type:"bigint",check:"bigint_format",abort:!1,format:"uint64",...O(t)})}function Ru(e,t){return new e({type:"symbol",...O(t)})}function Lu(e,t){return new e({type:"undefined",...O(t)})}function Du(e,t){return new e({type:"null",...O(t)})}function ju(e){return new e({type:"any"})}function Mu(e){return new e({type:"unknown"})}function Uu(e,t){return new e({type:"never",...O(t)})}function zu(e,t){return new e({type:"void",...O(t)})}function Fu(e,t){return new e({type:"date",...O(t)})}function Gu(e,t){return new e({type:"date",coerce:!0,...O(t)})}function Bu(e,t){return new e({type:"nan",...O(t)})}function st(e,t){return new Ui({check:"less_than",...O(t),value:e,inclusive:!1})}function Ge(e,t){return new Ui({check:"less_than",...O(t),value:e,inclusive:!0})}function ct(e,t){return new zi({check:"greater_than",...O(t),value:e,inclusive:!1})}function Ce(e,t){return new zi({check:"greater_than",...O(t),value:e,inclusive:!0})}function ka(e){return ct(0,e)}function xa(e){return st(0,e)}function Sa(e){return Ge(0,e)}function Ea(e){return Ce(0,e)}function Gt(e,t){return new Il({check:"multiple_of",...O(t),value:e})}function Bt(e,t){return new Ol({check:"max_size",...O(t),maximum:e})}function lt(e,t){return new Nl({check:"min_size",...O(t),minimum:e})}function bn(e,t){return new Rl({check:"size_equals",...O(t),size:e})}function wn(e,t){return new Ll({check:"max_length",...O(t),maximum:e})}function $t(e,t){return new Dl({check:"min_length",...O(t),minimum:e})}function _n(e,t){return new jl({check:"length_equals",...O(t),length:e})}function Qn(e,t){return new Ml({check:"string_format",format:"regex",...O(t),pattern:e})}function er(e){return new Ul({check:"string_format",format:"lowercase",...O(e)})}function tr(e){return new zl({check:"string_format",format:"uppercase",...O(e)})}function nr(e,t){return new Fl({check:"string_format",format:"includes",...O(t),includes:e})}function rr(e,t){return new Gl({check:"string_format",format:"starts_with",...O(t),prefix:e})}function or(e,t){return new Bl({check:"string_format",format:"ends_with",...O(t),suffix:e})}function $a(e,t,r){return new Wl({check:"property",property:e,schema:t,...O(r)})}function ir(e,t){return new Kl({check:"mime_type",mime:e,...O(t)})}function et(e){return new Zl({check:"overwrite",tx:e})}function ar(e){return et(t=>t.normalize(e))}function sr(){return et(e=>e.trim())}function cr(){return et(e=>e.toLowerCase())}function lr(){return et(e=>e.toUpperCase())}function dr(){return et(e=>zc(e))}function Wu(e,t,r){return new e({type:"array",element:t,...O(r)})}function kA(e,t,r){return new e({type:"union",options:t,...O(r)})}function xA(e,t,r){return new e({type:"union",options:t,inclusive:!1,...O(r)})}function SA(e,t,r,o){return new e({type:"union",options:r,discriminator:t,...O(o)})}function EA(e,t,r){return new e({type:"intersection",left:t,right:r})}function $A(e,t,r,o){let n=r instanceof G,i=n?o:r,a=n?r:null;return new e({type:"tuple",items:t,rest:a,...O(i)})}function TA(e,t,r,o){return new e({type:"record",keyType:t,valueType:r,...O(o)})}function AA(e,t,r,o){return new e({type:"map",keyType:t,valueType:r,...O(o)})}function IA(e,t,r){return new e({type:"set",valueType:t,...O(r)})}function PA(e,t,r){let o=Array.isArray(t)?Object.fromEntries(t.map(n=>[n,n])):t;return new e({type:"enum",entries:o,...O(r)})}function CA(e,t,r){return new e({type:"enum",entries:t,...O(r)})}function OA(e,t,r){return new e({type:"literal",values:Array.isArray(t)?t:[t],...O(r)})}function Ku(e,t){return new e({type:"file",...O(t)})}function NA(e,t){return new e({type:"transform",transform:t})}function RA(e,t){return new e({type:"optional",innerType:t})}function LA(e,t){return new e({type:"nullable",innerType:t})}function DA(e,t,r){return new e({type:"default",innerType:t,get defaultValue(){return typeof r=="function"?r():Gc(r)}})}function jA(e,t,r){return new e({type:"nonoptional",innerType:t,...O(r)})}function MA(e,t){return new e({type:"success",innerType:t})}function UA(e,t,r){return new e({type:"catch",innerType:t,catchValue:typeof r=="function"?r:()=>r})}function zA(e,t,r){return new e({type:"pipe",in:t,out:r})}function FA(e,t){return new e({type:"readonly",innerType:t})}function GA(e,t,r){return new e({type:"template_literal",parts:t,...O(r)})}function BA(e,t){return new e({type:"lazy",getter:t})}function WA(e,t){return new e({type:"promise",innerType:t})}function Zu(e,t,r){let o=O(r);return o.abort??(o.abort=!0),new e({type:"custom",check:"custom",fn:t,...o})}function Hu(e,t,r){return new e({type:"custom",check:"custom",fn:t,...O(r)})}function Vu(e,t){let r=yb(o=>(o.addIssue=n=>{if(typeof n=="string")o.issues.push(Zn(n,o.value,r._zod.def));else{let i=n;i.fatal&&(i.continue=!1),i.code??(i.code="custom"),i.input??(i.input=o.value),i.inst??(i.inst=r),i.continue??(i.continue=!r._zod.def.abort),o.issues.push(Zn(i))}},e(o.value,o)),t);return r}function yb(e,t){let r=new ee({check:"custom",...O(t)});return r._zod.check=e,r}function Yu(e){let t=new ee({check:"describe"});return t._zod.onattach=[r=>{let o=ye.get(r)??{};ye.add(r,{...o,description:e})}],t._zod.check=()=>{},t}function Ju(e){let t=new ee({check:"meta"});return t._zod.onattach=[r=>{let o=ye.get(r)??{};ye.add(r,{...o,...e})}],t._zod.check=()=>{},t}function qu(e,t){let r=O(t),o=r.truthy??["true","1","yes","on","y","enabled"],n=r.falsy??["false","0","no","off","n","disabled"];r.case!=="sensitive"&&(o=o.map(m=>typeof m=="string"?m.toLowerCase():m),n=n.map(m=>typeof m=="string"?m.toLowerCase():m));let i=new Set(o),a=new Set(n),s=e.Codec??po,c=e.Boolean??lo,d=e.String??vn,u=new d({type:"string",error:r.error}),p=new c({type:"boolean",error:r.error}),h=new s({type:"pipe",in:u,out:p,transform:((m,g)=>{let T=m;return r.case!=="sensitive"&&(T=T.toLowerCase()),i.has(T)?!0:a.has(T)?!1:(g.issues.push({code:"invalid_value",expected:"stringbool",values:[...i,...a],input:g.value,inst:h,continue:!1}),{})}),reverseTransform:((m,g)=>m===!0?o[0]||"true":n[0]||"false"),error:r.error});return h}function ur(e,t,r,o={}){let n=O(o),i={...O(o),check:"string_format",type:"string",format:t,fn:typeof r=="function"?r:s=>r.test(s),...n};return r instanceof RegExp&&(i.pattern=r),new e(i)}var gu,vb=v(()=>{Fi();fo();au();U();gu={Any:null,Minute:-1,Second:0,Millisecond:3,Microsecond:6}});function Wt(e){let t=e?.target??"draft-2020-12";return t==="draft-4"&&(t="draft-04"),t==="draft-7"&&(t="draft-07"),{processors:e.processors??{},metadataRegistry:e?.metadata??ye,target:t,unrepresentable:e?.unrepresentable??"throw",override:e?.override??(()=>{}),io:e?.io??"output",counter:0,seen:new Map,cycles:e?.cycles??"ref",reused:e?.reused??"inline",external:e?.external??void 0}}function Y(e,t,r={path:[],schemaPath:[]}){var o;let n=e._zod.def,i=t.seen.get(e);if(i)return i.count++,r.schemaPath.includes(e)&&(i.cycle=r.path),i.schema;let a={schema:{},count:1,cycle:void 0,path:r.path};t.seen.set(e,a);let s=e._zod.toJSONSchema?.();if(s)a.schema=s;else{let u={...r,schemaPath:[...r.schemaPath,e],path:r.path};if(e._zod.processJSONSchema)e._zod.processJSONSchema(t,a.schema,u);else{let h=a.schema,m=t.processors[n.type];if(!m)throw new Error(`[toJSONSchema]: Non-representable type encountered: ${n.type}`);m(e,t,h,u)}let p=e._zod.parent;p&&(a.ref||(a.ref=p),Y(p,t,u),t.seen.get(p).isParent=!0)}let c=t.metadataRegistry.get(e);return c&&Object.assign(a.schema,c),t.io==="input"&&Oe(e)&&(delete a.schema.examples,delete a.schema.default),t.io==="input"&&"_prefault"in a.schema&&((o=a.schema).default??(o.default=a.schema._prefault)),delete a.schema._prefault,t.seen.get(e).schema}function Kt(e,t){let r=e.seen.get(t);if(!r)throw new Error("Unprocessed schema. This is a bug in Zod.");let o=new Map;for(let a of e.seen.entries()){let s=e.metadataRegistry.get(a[0])?.id;if(s){let c=o.get(s);if(c&&c!==a[0])throw new Error(`Duplicate schema id "${s}" detected during JSON Schema conversion. Two different schemas cannot share the same id when converted together.`);o.set(s,a[0])}}let n=a=>{let s=e.target==="draft-2020-12"?"$defs":"definitions";if(e.external){let p=e.external.registry.get(a[0])?.id,h=e.external.uri??(g=>g);if(p)return{ref:h(p)};let m=a[1].defId??a[1].schema.id??`schema${e.counter++}`;return a[1].defId=m,{defId:m,ref:`${h("__shared")}#/${s}/${m}`}}if(a[1]===r)return{ref:"#"};let d=`#/${s}/`,u=a[1].schema.id??`__schema${e.counter++}`;return{defId:u,ref:d+u}},i=a=>{if(a[1].schema.$ref)return;let s=a[1],{ref:c,defId:d}=n(a);s.def={...s.schema},d&&(s.defId=d);let u=s.schema;for(let p in u)delete u[p];u.$ref=c};if(e.cycles==="throw")for(let a of e.seen.entries()){let s=a[1];if(s.cycle)throw new Error(`Cycle detected: #/${s.cycle?.join("/")}/<root>
10143
+
10144
+ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.`)}for(let a of e.seen.entries()){let s=a[1];if(t===a[0]){i(a);continue}if(e.external){let d=e.external.registry.get(a[0])?.id;if(t!==a[0]&&d){i(a);continue}}if(e.metadataRegistry.get(a[0])?.id){i(a);continue}if(s.cycle){i(a);continue}if(s.count>1&&e.reused==="ref"){i(a);continue}}}function Zt(e,t){let r=e.seen.get(t);if(!r)throw new Error("Unprocessed schema. This is a bug in Zod.");let o=s=>{let c=e.seen.get(s);if(c.ref===null)return;let d=c.def??c.schema,u={...d},p=c.ref;if(c.ref=null,p){o(p);let m=e.seen.get(p),g=m.schema;if(g.$ref&&(e.target==="draft-07"||e.target==="draft-04"||e.target==="openapi-3.0")?(d.allOf=d.allOf??[],d.allOf.push(g)):Object.assign(d,g),Object.assign(d,u),s._zod.parent===p)for(let y in d)y==="$ref"||y==="allOf"||y in u||delete d[y];if(g.$ref&&m.def)for(let y in d)y==="$ref"||y==="allOf"||y in m.def&&JSON.stringify(d[y])===JSON.stringify(m.def[y])&&delete d[y]}let h=s._zod.parent;if(h&&h!==p){o(h);let m=e.seen.get(h);if(m?.schema.$ref&&(d.$ref=m.schema.$ref,m.def))for(let g in d)g==="$ref"||g==="allOf"||g in m.def&&JSON.stringify(d[g])===JSON.stringify(m.def[g])&&delete d[g]}e.override({zodSchema:s,jsonSchema:d,path:c.path??[]})};for(let s of[...e.seen.entries()].reverse())o(s[0]);let n={};if(e.target==="draft-2020-12"?n.$schema="https://json-schema.org/draft/2020-12/schema":e.target==="draft-07"?n.$schema="http://json-schema.org/draft-07/schema#":e.target==="draft-04"?n.$schema="http://json-schema.org/draft-04/schema#":e.target,e.external?.uri){let s=e.external.registry.get(t)?.id;if(!s)throw new Error("Schema is missing an `id` property");n.$id=e.external.uri(s)}Object.assign(n,r.def??r.schema);let i=e.metadataRegistry.get(t)?.id;i!==void 0&&n.id===i&&delete n.id;let a=e.external?.defs??{};for(let s of e.seen.entries()){let c=s[1];c.def&&c.defId&&(c.def.id===c.defId&&delete c.def.id,a[c.defId]=c.def)}e.external||Object.keys(a).length>0&&(e.target==="draft-2020-12"?n.$defs=a:n.definitions=a);try{let s=JSON.parse(JSON.stringify(n));return Object.defineProperty(s,"~standard",{value:{...t["~standard"],jsonSchema:{input:pr(t,"input",e.processors),output:pr(t,"output",e.processors)}},enumerable:!1,writable:!1}),s}catch{throw new Error("Error converting schema to JSON.")}}function Oe(e,t){let r=t??{seen:new Set};if(r.seen.has(e))return!1;r.seen.add(e);let o=e._zod.def;if(o.type==="transform")return!0;if(o.type==="array")return Oe(o.element,r);if(o.type==="set")return Oe(o.valueType,r);if(o.type==="lazy")return Oe(o.getter(),r);if(o.type==="promise"||o.type==="optional"||o.type==="nonoptional"||o.type==="nullable"||o.type==="readonly"||o.type==="default"||o.type==="prefault")return Oe(o.innerType,r);if(o.type==="intersection")return Oe(o.left,r)||Oe(o.right,r);if(o.type==="record"||o.type==="map")return Oe(o.keyType,r)||Oe(o.valueType,r);if(o.type==="pipe")return e._zod.traits.has("$ZodCodec")?!0:Oe(o.in,r)||Oe(o.out,r);if(o.type==="object"){for(let n in o.shape)if(Oe(o.shape[n],r))return!0;return!1}if(o.type==="union"){for(let n of o.options)if(Oe(n,r))return!0;return!1}if(o.type==="tuple"){for(let n of o.items)if(Oe(n,r))return!0;return!!(o.rest&&Oe(o.rest,r))}return!1}var Xu,pr,vo=v(()=>{fo();Xu=(e,t={})=>r=>{let o=Wt({...r,processors:t});return Y(e,o),Kt(o,e),Zt(o,e)},pr=(e,t,r={})=>o=>{let{libraryOptions:n,target:i}=o??{},a=Wt({...n??{},target:i,io:t,processors:r});return Y(e,a),Kt(a,e),Zt(a,e)}});function Pa(e,t){if("_idmap"in e){let o=e,n=Wt({...t,processors:Ta}),i={};for(let c of o._idmap.entries()){let[d,u]=c;Y(u,n)}let a={},s={registry:o,uri:t?.uri,defs:i};n.external=s;for(let c of o._idmap.entries()){let[d,u]=c;Kt(n,u),a[d]=Zt(n,u)}if(Object.keys(i).length>0){let c=n.target==="draft-2020-12"?"$defs":"definitions";a.__shared={[c]:i}}return{schemas:a}}let r=Wt({...t,processors:Ta});return Y(e,r),Kt(r,e),Zt(r,e)}var KA,Qu,ep,tp,np,rp,op,ip,ap,sp,cp,lp,dp,up,pp,hp,mp,fp,gp,yp,vp,bp,wp,_p,kp,xp,Aa,Sp,Ep,$p,Tp,Ap,Ip,Pp,Cp,Op,Np,Rp,Ia,Lp,Ta,bo=v(()=>{vo();U();KA={guid:"uuid",url:"uri",datetime:"date-time",json_string:"json-string",regex:""},Qu=(e,t,r,o)=>{let n=r;n.type="string";let{minimum:i,maximum:a,format:s,patterns:c,contentEncoding:d}=e._zod.bag;if(typeof i=="number"&&(n.minLength=i),typeof a=="number"&&(n.maxLength=a),s&&(n.format=KA[s]??s,n.format===""&&delete n.format,s==="time"&&delete n.format),d&&(n.contentEncoding=d),c&&c.size>0){let u=[...c];u.length===1?n.pattern=u[0].source:u.length>1&&(n.allOf=[...u.map(p=>({...t.target==="draft-07"||t.target==="draft-04"||t.target==="openapi-3.0"?{type:"string"}:{},pattern:p.source}))])}},ep=(e,t,r,o)=>{let n=r,{minimum:i,maximum:a,format:s,multipleOf:c,exclusiveMaximum:d,exclusiveMinimum:u}=e._zod.bag;typeof s=="string"&&s.includes("int")?n.type="integer":n.type="number";let p=typeof u=="number"&&u>=(i??Number.NEGATIVE_INFINITY),h=typeof d=="number"&&d<=(a??Number.POSITIVE_INFINITY),m=t.target==="draft-04"||t.target==="openapi-3.0";p?m?(n.minimum=u,n.exclusiveMinimum=!0):n.exclusiveMinimum=u:typeof i=="number"&&(n.minimum=i),h?m?(n.maximum=d,n.exclusiveMaximum=!0):n.exclusiveMaximum=d:typeof a=="number"&&(n.maximum=a),typeof c=="number"&&(n.multipleOf=c)},tp=(e,t,r,o)=>{r.type="boolean"},np=(e,t,r,o)=>{if(t.unrepresentable==="throw")throw new Error("BigInt cannot be represented in JSON Schema")},rp=(e,t,r,o)=>{if(t.unrepresentable==="throw")throw new Error("Symbols cannot be represented in JSON Schema")},op=(e,t,r,o)=>{t.target==="openapi-3.0"?(r.type="string",r.nullable=!0,r.enum=[null]):r.type="null"},ip=(e,t,r,o)=>{if(t.unrepresentable==="throw")throw new Error("Undefined cannot be represented in JSON Schema")},ap=(e,t,r,o)=>{if(t.unrepresentable==="throw")throw new Error("Void cannot be represented in JSON Schema")},sp=(e,t,r,o)=>{r.not={}},cp=(e,t,r,o)=>{},lp=(e,t,r,o)=>{},dp=(e,t,r,o)=>{if(t.unrepresentable==="throw")throw new Error("Date cannot be represented in JSON Schema")},up=(e,t,r,o)=>{let n=e._zod.def,i=Xr(n.entries);i.every(a=>typeof a=="number")&&(r.type="number"),i.every(a=>typeof a=="string")&&(r.type="string"),r.enum=i},pp=(e,t,r,o)=>{let n=e._zod.def,i=[];for(let a of n.values)if(a===void 0){if(t.unrepresentable==="throw")throw new Error("Literal `undefined` cannot be represented in JSON Schema")}else if(typeof a=="bigint"){if(t.unrepresentable==="throw")throw new Error("BigInt literals cannot be represented in JSON Schema");i.push(Number(a))}else i.push(a);if(i.length!==0)if(i.length===1){let a=i[0];r.type=a===null?"null":typeof a,t.target==="draft-04"||t.target==="openapi-3.0"?r.enum=[a]:r.const=a}else i.every(a=>typeof a=="number")&&(r.type="number"),i.every(a=>typeof a=="string")&&(r.type="string"),i.every(a=>typeof a=="boolean")&&(r.type="boolean"),i.every(a=>a===null)&&(r.type="null"),r.enum=i},hp=(e,t,r,o)=>{if(t.unrepresentable==="throw")throw new Error("NaN cannot be represented in JSON Schema")},mp=(e,t,r,o)=>{let n=r,i=e._zod.pattern;if(!i)throw new Error("Pattern not found in template literal");n.type="string",n.pattern=i.source},fp=(e,t,r,o)=>{let n=r,i={type:"string",format:"binary",contentEncoding:"binary"},{minimum:a,maximum:s,mime:c}=e._zod.bag;a!==void 0&&(i.minLength=a),s!==void 0&&(i.maxLength=s),c?c.length===1?(i.contentMediaType=c[0],Object.assign(n,i)):(Object.assign(n,i),n.anyOf=c.map(d=>({contentMediaType:d}))):Object.assign(n,i)},gp=(e,t,r,o)=>{r.type="boolean"},yp=(e,t,r,o)=>{if(t.unrepresentable==="throw")throw new Error("Custom types cannot be represented in JSON Schema")},vp=(e,t,r,o)=>{if(t.unrepresentable==="throw")throw new Error("Function types cannot be represented in JSON Schema")},bp=(e,t,r,o)=>{if(t.unrepresentable==="throw")throw new Error("Transforms cannot be represented in JSON Schema")},wp=(e,t,r,o)=>{if(t.unrepresentable==="throw")throw new Error("Map cannot be represented in JSON Schema")},_p=(e,t,r,o)=>{if(t.unrepresentable==="throw")throw new Error("Set cannot be represented in JSON Schema")},kp=(e,t,r,o)=>{let n=r,i=e._zod.def,{minimum:a,maximum:s}=e._zod.bag;typeof a=="number"&&(n.minItems=a),typeof s=="number"&&(n.maxItems=s),n.type="array",n.items=Y(i.element,t,{...o,path:[...o.path,"items"]})},xp=(e,t,r,o)=>{let n=r,i=e._zod.def;n.type="object",n.properties={};let a=i.shape;for(let d in a)n.properties[d]=Y(a[d],t,{...o,path:[...o.path,"properties",d]});let s=new Set(Object.keys(a)),c=new Set([...s].filter(d=>{let u=i.shape[d]._zod;return t.io==="input"?u.optin===void 0:u.optout===void 0}));c.size>0&&(n.required=Array.from(c)),i.catchall?._zod.def.type==="never"?n.additionalProperties=!1:i.catchall?i.catchall&&(n.additionalProperties=Y(i.catchall,t,{...o,path:[...o.path,"additionalProperties"]})):t.io==="output"&&(n.additionalProperties=!1)},Aa=(e,t,r,o)=>{let n=e._zod.def,i=n.inclusive===!1,a=n.options.map((s,c)=>Y(s,t,{...o,path:[...o.path,i?"oneOf":"anyOf",c]}));i?r.oneOf=a:r.anyOf=a},Sp=(e,t,r,o)=>{let n=e._zod.def,i=Y(n.left,t,{...o,path:[...o.path,"allOf",0]}),a=Y(n.right,t,{...o,path:[...o.path,"allOf",1]}),s=d=>"allOf"in d&&Object.keys(d).length===1,c=[...s(i)?i.allOf:[i],...s(a)?a.allOf:[a]];r.allOf=c},Ep=(e,t,r,o)=>{let n=r,i=e._zod.def;n.type="array";let a=t.target==="draft-2020-12"?"prefixItems":"items",s=t.target==="draft-2020-12"||t.target==="openapi-3.0"?"items":"additionalItems",c=i.items.map((h,m)=>Y(h,t,{...o,path:[...o.path,a,m]})),d=i.rest?Y(i.rest,t,{...o,path:[...o.path,s,...t.target==="openapi-3.0"?[i.items.length]:[]]}):null;t.target==="draft-2020-12"?(n.prefixItems=c,d&&(n.items=d)):t.target==="openapi-3.0"?(n.items={anyOf:c},d&&n.items.anyOf.push(d),n.minItems=c.length,d||(n.maxItems=c.length)):(n.items=c,d&&(n.additionalItems=d));let{minimum:u,maximum:p}=e._zod.bag;typeof u=="number"&&(n.minItems=u),typeof p=="number"&&(n.maxItems=p)},$p=(e,t,r,o)=>{let n=r,i=e._zod.def;n.type="object";let a=i.keyType,c=a._zod.bag?.patterns;if(i.mode==="loose"&&c&&c.size>0){let u=Y(i.valueType,t,{...o,path:[...o.path,"patternProperties","*"]});n.patternProperties={};for(let p of c)n.patternProperties[p.source]=u}else(t.target==="draft-07"||t.target==="draft-2020-12")&&(n.propertyNames=Y(i.keyType,t,{...o,path:[...o.path,"propertyNames"]})),n.additionalProperties=Y(i.valueType,t,{...o,path:[...o.path,"additionalProperties"]});let d=a._zod.values;if(d){let u=[...d].filter(p=>typeof p=="string"||typeof p=="number");u.length>0&&(n.required=u)}},Tp=(e,t,r,o)=>{let n=e._zod.def,i=Y(n.innerType,t,o),a=t.seen.get(e);t.target==="openapi-3.0"?(a.ref=n.innerType,r.nullable=!0):r.anyOf=[i,{type:"null"}]},Ap=(e,t,r,o)=>{let n=e._zod.def;Y(n.innerType,t,o);let i=t.seen.get(e);i.ref=n.innerType},Ip=(e,t,r,o)=>{let n=e._zod.def;Y(n.innerType,t,o);let i=t.seen.get(e);i.ref=n.innerType,r.default=JSON.parse(JSON.stringify(n.defaultValue))},Pp=(e,t,r,o)=>{let n=e._zod.def;Y(n.innerType,t,o);let i=t.seen.get(e);i.ref=n.innerType,t.io==="input"&&(r._prefault=JSON.parse(JSON.stringify(n.defaultValue)))},Cp=(e,t,r,o)=>{let n=e._zod.def;Y(n.innerType,t,o);let i=t.seen.get(e);i.ref=n.innerType;let a;try{a=n.catchValue(void 0)}catch{throw new Error("Dynamic catch values are not supported in JSON Schema")}r.default=a},Op=(e,t,r,o)=>{let n=e._zod.def,i=n.in._zod.traits.has("$ZodTransform"),a=t.io==="input"?i?n.out:n.in:n.out;Y(a,t,o);let s=t.seen.get(e);s.ref=a},Np=(e,t,r,o)=>{let n=e._zod.def;Y(n.innerType,t,o);let i=t.seen.get(e);i.ref=n.innerType,r.readOnly=!0},Rp=(e,t,r,o)=>{let n=e._zod.def;Y(n.innerType,t,o);let i=t.seen.get(e);i.ref=n.innerType},Ia=(e,t,r,o)=>{let n=e._zod.def;Y(n.innerType,t,o);let i=t.seen.get(e);i.ref=n.innerType},Lp=(e,t,r,o)=>{let n=e._zod.innerType;Y(n,t,o);let i=t.seen.get(e);i.ref=n},Ta={string:Qu,number:ep,boolean:tp,bigint:np,symbol:rp,null:op,undefined:ip,void:ap,never:sp,any:cp,unknown:lp,date:dp,enum:up,literal:pp,nan:hp,template_literal:mp,file:fp,success:gp,custom:yp,function:vp,transform:bp,map:wp,set:_p,array:kp,object:xp,union:Aa,intersection:Sp,tuple:Ep,record:$p,nullable:Tp,nonoptional:Ap,default:Ip,prefault:Pp,catch:Cp,pipe:Op,readonly:Np,promise:Rp,optional:Ia,lazy:Lp}});var Ca,bb=v(()=>{bo();vo();Ca=class{get metadataRegistry(){return this.ctx.metadataRegistry}get target(){return this.ctx.target}get unrepresentable(){return this.ctx.unrepresentable}get override(){return this.ctx.override}get io(){return this.ctx.io}get counter(){return this.ctx.counter}set counter(t){this.ctx.counter=t}get seen(){return this.ctx.seen}constructor(t){let r=t?.target??"draft-2020-12";r==="draft-4"&&(r="draft-04"),r==="draft-7"&&(r="draft-07"),this.ctx=Wt({processors:Ta,target:r,...t?.metadata&&{metadata:t.metadata},...t?.unrepresentable&&{unrepresentable:t.unrepresentable},...t?.override&&{override:t.override},...t?.io&&{io:t.io}})}process(t,r={path:[],schemaPath:[]}){return Y(t,this.ctx,r)}emit(t,r){r&&(r.cycles&&(this.ctx.cycles=r.cycles),r.reused&&(this.ctx.reused=r.reused),r.external&&(this.ctx.external=r.external)),Kt(this.ctx,t);let o=Zt(this.ctx,t),{"~standard":n,...i}=o;return i}}});var wb={};var _b=v(()=>{});var Tt={};it(Tt,{$ZodAny:()=>Ad,$ZodArray:()=>Nd,$ZodAsyncError:()=>Qe,$ZodBase64:()=>vd,$ZodBase64URL:()=>bd,$ZodBigInt:()=>Hi,$ZodBigIntFormat:()=>Sd,$ZodBoolean:()=>lo,$ZodCIDRv4:()=>fd,$ZodCIDRv6:()=>gd,$ZodCUID:()=>rd,$ZodCUID2:()=>od,$ZodCatch:()=>qd,$ZodCheck:()=>ee,$ZodCheckBigIntFormat:()=>Cl,$ZodCheckEndsWith:()=>Bl,$ZodCheckGreaterThan:()=>zi,$ZodCheckIncludes:()=>Fl,$ZodCheckLengthEquals:()=>jl,$ZodCheckLessThan:()=>Ui,$ZodCheckLowerCase:()=>Ul,$ZodCheckMaxLength:()=>Ll,$ZodCheckMaxSize:()=>Ol,$ZodCheckMimeType:()=>Kl,$ZodCheckMinLength:()=>Dl,$ZodCheckMinSize:()=>Nl,$ZodCheckMultipleOf:()=>Il,$ZodCheckNumberFormat:()=>Pl,$ZodCheckOverwrite:()=>Zl,$ZodCheckProperty:()=>Wl,$ZodCheckRegex:()=>Ml,$ZodCheckSizeEquals:()=>Rl,$ZodCheckStartsWith:()=>Gl,$ZodCheckStringFormat:()=>qn,$ZodCheckUpperCase:()=>zl,$ZodCodec:()=>po,$ZodCustom:()=>iu,$ZodCustomStringFormat:()=>kd,$ZodDate:()=>Od,$ZodDefault:()=>Hd,$ZodDiscriminatedUnion:()=>Dd,$ZodE164:()=>wd,$ZodEmail:()=>Ql,$ZodEmoji:()=>td,$ZodEncodeError:()=>jt,$ZodEnum:()=>Fd,$ZodError:()=>ro,$ZodExactOptional:()=>Kd,$ZodFile:()=>Bd,$ZodFunction:()=>nu,$ZodGUID:()=>ql,$ZodIPv4:()=>pd,$ZodIPv6:()=>hd,$ZodISODate:()=>ld,$ZodISODateTime:()=>cd,$ZodISODuration:()=>ud,$ZodISOTime:()=>dd,$ZodIntersection:()=>jd,$ZodJWT:()=>_d,$ZodKSUID:()=>sd,$ZodLazy:()=>ou,$ZodLiteral:()=>Gd,$ZodMAC:()=>md,$ZodMap:()=>Ud,$ZodNaN:()=>Xd,$ZodNanoID:()=>nd,$ZodNever:()=>Pd,$ZodNonOptional:()=>Yd,$ZodNull:()=>Td,$ZodNullable:()=>Zd,$ZodNumber:()=>Zi,$ZodNumberFormat:()=>xd,$ZodObject:()=>_y,$ZodObjectJIT:()=>Rd,$ZodOptional:()=>Yi,$ZodPipe:()=>Ji,$ZodPrefault:()=>Vd,$ZodPreprocess:()=>Qd,$ZodPromise:()=>ru,$ZodReadonly:()=>eu,$ZodRealError:()=>je,$ZodRecord:()=>Md,$ZodRegistry:()=>ea,$ZodSet:()=>zd,$ZodString:()=>vn,$ZodStringFormat:()=>X,$ZodSuccess:()=>Jd,$ZodSymbol:()=>Ed,$ZodTemplateLiteral:()=>tu,$ZodTransform:()=>Wd,$ZodTuple:()=>Vi,$ZodType:()=>G,$ZodULID:()=>id,$ZodURL:()=>ed,$ZodUUID:()=>Xl,$ZodUndefined:()=>$d,$ZodUnion:()=>uo,$ZodUnknown:()=>Id,$ZodVoid:()=>Cd,$ZodXID:()=>ad,$ZodXor:()=>Ld,$brand:()=>Dc,$constructor:()=>b,$input:()=>pu,$output:()=>uu,Doc:()=>co,JSONSchema:()=>wb,JSONSchemaGenerator:()=>Ca,NEVER:()=>Lc,TimePrecision:()=>gu,_any:()=>ju,_array:()=>Wu,_base64:()=>va,_base64url:()=>ba,_bigint:()=>Pu,_boolean:()=>Au,_catch:()=>UA,_check:()=>yb,_cidrv4:()=>ga,_cidrv6:()=>ya,_coercedBigint:()=>Cu,_coercedBoolean:()=>Iu,_coercedDate:()=>Gu,_coercedNumber:()=>ku,_coercedString:()=>mu,_cuid:()=>la,_cuid2:()=>da,_custom:()=>Zu,_date:()=>Fu,_decode:()=>Ii,_decodeAsync:()=>Ci,_default:()=>DA,_discriminatedUnion:()=>SA,_e164:()=>wa,_email:()=>na,_emoji:()=>sa,_encode:()=>Ai,_encodeAsync:()=>Pi,_endsWith:()=>or,_enum:()=>PA,_file:()=>Ku,_float32:()=>Su,_float64:()=>Eu,_gt:()=>ct,_gte:()=>Ce,_guid:()=>go,_includes:()=>nr,_int:()=>xu,_int32:()=>$u,_int64:()=>Ou,_intersection:()=>EA,_ipv4:()=>ma,_ipv6:()=>fa,_isoDate:()=>vu,_isoDateTime:()=>yu,_isoDuration:()=>wu,_isoTime:()=>bu,_jwt:()=>_a,_ksuid:()=>ha,_lazy:()=>BA,_length:()=>_n,_literal:()=>OA,_lowercase:()=>er,_lt:()=>st,_lte:()=>Ge,_mac:()=>fu,_map:()=>AA,_max:()=>Ge,_maxLength:()=>wn,_maxSize:()=>Bt,_mime:()=>ir,_min:()=>Ce,_minLength:()=>$t,_minSize:()=>lt,_multipleOf:()=>Gt,_nan:()=>Bu,_nanoid:()=>ca,_nativeEnum:()=>CA,_negative:()=>xa,_never:()=>Uu,_nonnegative:()=>Ea,_nonoptional:()=>jA,_nonpositive:()=>Sa,_normalize:()=>ar,_null:()=>Du,_nullable:()=>LA,_number:()=>_u,_optional:()=>RA,_overwrite:()=>et,_parse:()=>Hn,_parseAsync:()=>Vn,_pipe:()=>zA,_positive:()=>ka,_promise:()=>WA,_property:()=>$a,_readonly:()=>FA,_record:()=>TA,_refine:()=>Hu,_regex:()=>Qn,_safeDecode:()=>Ni,_safeDecodeAsync:()=>Li,_safeEncode:()=>Oi,_safeEncodeAsync:()=>Ri,_safeParse:()=>Yn,_safeParseAsync:()=>Jn,_set:()=>IA,_size:()=>bn,_slugify:()=>dr,_startsWith:()=>rr,_string:()=>hu,_stringFormat:()=>ur,_stringbool:()=>qu,_success:()=>MA,_superRefine:()=>Vu,_symbol:()=>Ru,_templateLiteral:()=>GA,_toLowerCase:()=>cr,_toUpperCase:()=>lr,_transform:()=>NA,_trim:()=>sr,_tuple:()=>$A,_uint32:()=>Tu,_uint64:()=>Nu,_ulid:()=>ua,_undefined:()=>Lu,_union:()=>kA,_unknown:()=>Mu,_uppercase:()=>tr,_url:()=>yo,_uuid:()=>ra,_uuidv4:()=>oa,_uuidv6:()=>ia,_uuidv7:()=>aa,_void:()=>zu,_xid:()=>pa,_xor:()=>xA,clone:()=>Ie,config:()=>oe,createStandardJSONSchemaMethod:()=>pr,createToJSONSchemaMethod:()=>Xu,decode:()=>WT,decodeAsync:()=>ZT,describe:()=>Yu,encode:()=>BT,encodeAsync:()=>KT,extractDefs:()=>Kt,finalize:()=>Zt,flattenError:()=>oo,formatError:()=>io,globalConfig:()=>mn,globalRegistry:()=>ye,initializeContext:()=>Wt,isValidBase64:()=>yd,isValidBase64URL:()=>yy,isValidJWT:()=>vy,locales:()=>mo,meta:()=>Ju,parse:()=>$i,parseAsync:()=>Ti,prettifyError:()=>Yc,process:()=>Y,regexes:()=>Fe,registry:()=>ta,safeDecode:()=>VT,safeDecodeAsync:()=>JT,safeEncode:()=>HT,safeEncodeAsync:()=>YT,safeParse:()=>qc,safeParseAsync:()=>Xc,toDotPath:()=>Jg,toJSONSchema:()=>Pa,treeifyError:()=>Vc,util:()=>P,version:()=>Vl});var Be=v(()=>{fn();Qc();Jc();au();Fi();Yl();U();Mi();du();fo();Hl();vb();vo();bo();bb();_b()});var Oa={};it(Oa,{endsWith:()=>or,gt:()=>ct,gte:()=>Ce,includes:()=>nr,length:()=>_n,lowercase:()=>er,lt:()=>st,lte:()=>Ge,maxLength:()=>wn,maxSize:()=>Bt,mime:()=>ir,minLength:()=>$t,minSize:()=>lt,multipleOf:()=>Gt,negative:()=>xa,nonnegative:()=>Ea,nonpositive:()=>Sa,normalize:()=>ar,overwrite:()=>et,positive:()=>ka,property:()=>$a,regex:()=>Qn,size:()=>bn,slugify:()=>dr,startsWith:()=>rr,toLowerCase:()=>cr,toUpperCase:()=>lr,trim:()=>sr,uppercase:()=>tr});var Na=v(()=>{Be()});var hr={};it(hr,{ZodISODate:()=>La,ZodISODateTime:()=>Ra,ZodISODuration:()=>ja,ZodISOTime:()=>Da,date:()=>jp,datetime:()=>Dp,duration:()=>Up,time:()=>Mp});function Dp(e){return yu(Ra,e)}function jp(e){return vu(La,e)}function Mp(e){return bu(Da,e)}function Up(e){return wu(ja,e)}var Ra,La,Da,ja,wo=v(()=>{Be();ko();Ra=b("ZodISODateTime",(e,t)=>{cd.init(e,t),Q.init(e,t)});La=b("ZodISODate",(e,t)=>{ld.init(e,t),Q.init(e,t)});Da=b("ZodISOTime",(e,t)=>{dd.init(e,t),Q.init(e,t)});ja=b("ZodISODuration",(e,t)=>{ud.init(e,t),Q.init(e,t)})});var kb,HA,Me,zp=v(()=>{Be();Be();U();kb=(e,t)=>{ro.init(e,t),e.name="ZodError",Object.defineProperties(e,{format:{value:r=>io(e,r)},flatten:{value:r=>oo(e,r)},addIssue:{value:r=>{e.issues.push(r),e.message=JSON.stringify(e.issues,Wn,2)}},addIssues:{value:r=>{e.issues.push(...r),e.message=JSON.stringify(e.issues,Wn,2)}},isEmpty:{get(){return e.issues.length===0}}})},HA=b("ZodError",kb),Me=b("ZodError",kb,{Parent:Error})});var Fp,Gp,Bp,Wp,Kp,Zp,Hp,Vp,Yp,Jp,qp,Xp,Qp=v(()=>{Be();zp();Fp=Hn(Me),Gp=Vn(Me),Bp=Yn(Me),Wp=Jn(Me),Kp=Ai(Me),Zp=Ii(Me),Hp=Pi(Me),Vp=Ci(Me),Yp=Oi(Me),Jp=Ni(Me),qp=Ri(Me),Xp=Li(Me)});var _o={};it(_o,{ZodAny:()=>sh,ZodArray:()=>uh,ZodBase64:()=>Qa,ZodBase64URL:()=>es,ZodBigInt:()=>wr,ZodBigIntFormat:()=>rs,ZodBoolean:()=>br,ZodCIDRv4:()=>qa,ZodCIDRv6:()=>Xa,ZodCUID:()=>Wa,ZodCUID2:()=>Ka,ZodCatch:()=>Nh,ZodCodec:()=>Ro,ZodCustom:()=>Lo,ZodCustomStringFormat:()=>yr,ZodDate:()=>Io,ZodDefault:()=>Th,ZodDiscriminatedUnion:()=>hh,ZodE164:()=>ts,ZodEmail:()=>Fa,ZodEmoji:()=>Ga,ZodEnum:()=>fr,ZodExactOptional:()=>Sh,ZodFile:()=>kh,ZodFunction:()=>Bh,ZodGUID:()=>So,ZodIPv4:()=>Ya,ZodIPv6:()=>Ja,ZodIntersection:()=>mh,ZodJWT:()=>ns,ZodKSUID:()=>Va,ZodLazy:()=>zh,ZodLiteral:()=>_h,ZodMAC:()=>eh,ZodMap:()=>bh,ZodNaN:()=>Lh,ZodNanoID:()=>Ba,ZodNever:()=>lh,ZodNonOptional:()=>ls,ZodNull:()=>ih,ZodNullable:()=>$h,ZodNumber:()=>vr,ZodNumberFormat:()=>xn,ZodObject:()=>Co,ZodOptional:()=>cs,ZodPipe:()=>No,ZodPrefault:()=>Ih,ZodPreprocess:()=>Dh,ZodPromise:()=>Gh,ZodReadonly:()=>jh,ZodRecord:()=>mr,ZodSet:()=>wh,ZodString:()=>gr,ZodStringFormat:()=>Q,ZodSuccess:()=>Oh,ZodSymbol:()=>rh,ZodTemplateLiteral:()=>Uh,ZodTransform:()=>xh,ZodTuple:()=>gh,ZodType:()=>W,ZodULID:()=>Za,ZodURL:()=>Ao,ZodUUID:()=>dt,ZodUndefined:()=>oh,ZodUnion:()=>Oo,ZodUnknown:()=>ch,ZodVoid:()=>dh,ZodXID:()=>Ha,ZodXor:()=>ph,_ZodString:()=>za,_default:()=>Ah,_function:()=>Pw,any:()=>sw,array:()=>Po,base64:()=>Wb,base64url:()=>Kb,bigint:()=>nw,boolean:()=>nh,catch:()=>Rh,check:()=>Cw,cidrv4:()=>Gb,cidrv6:()=>Bb,codec:()=>$w,cuid:()=>Rb,cuid2:()=>Lb,custom:()=>Ow,date:()=>lw,describe:()=>Nw,discriminatedUnion:()=>fw,e164:()=>Zb,email:()=>Sb,emoji:()=>Ob,enum:()=>as,exactOptional:()=>Eh,file:()=>kw,float32:()=>Xb,float64:()=>Qb,function:()=>Pw,guid:()=>Eb,hash:()=>qb,hex:()=>Jb,hostname:()=>Yb,httpUrl:()=>Cb,instanceof:()=>Lw,int:()=>Ma,int32:()=>ew,int64:()=>rw,intersection:()=>fh,invertCodec:()=>Tw,ipv4:()=>Ub,ipv6:()=>Fb,json:()=>jw,jwt:()=>Hb,keyof:()=>dw,ksuid:()=>Mb,lazy:()=>Fh,literal:()=>_w,looseObject:()=>hw,looseRecord:()=>yw,mac:()=>zb,map:()=>vw,meta:()=>Rw,nan:()=>Ew,nanoid:()=>Nb,nativeEnum:()=>ww,never:()=>os,nonoptional:()=>Ch,null:()=>ah,nullable:()=>$o,nullish:()=>xw,number:()=>th,object:()=>uw,optional:()=>Eo,partialRecord:()=>gw,pipe:()=>Ua,prefault:()=>Ph,preprocess:()=>Mw,promise:()=>Iw,readonly:()=>Mh,record:()=>vh,refine:()=>Wh,set:()=>bw,strictObject:()=>pw,string:()=>xo,stringFormat:()=>Vb,stringbool:()=>Dw,success:()=>Sw,superRefine:()=>Kh,symbol:()=>iw,templateLiteral:()=>Aw,transform:()=>ss,tuple:()=>yh,uint32:()=>tw,uint64:()=>ow,ulid:()=>Db,undefined:()=>aw,union:()=>is,unknown:()=>kn,url:()=>Pb,uuid:()=>$b,uuidv4:()=>Tb,uuidv6:()=>Ab,uuidv7:()=>Ib,void:()=>cw,xid:()=>jb,xor:()=>mw});function To(e,t,r){let o=Object.getPrototypeOf(e),n=xb.get(o);if(n||(n=new Set,xb.set(o,n)),!n.has(t)){n.add(t);for(let i in r){let a=r[i];Object.defineProperty(o,i,{configurable:!0,enumerable:!1,get(){let s=a.bind(this);return Object.defineProperty(this,i,{configurable:!0,writable:!0,enumerable:!0,value:s}),s},set(s){Object.defineProperty(this,i,{configurable:!0,writable:!0,enumerable:!0,value:s})}})}}}function xo(e){return hu(gr,e)}function Sb(e){return na(Fa,e)}function Eb(e){return go(So,e)}function $b(e){return ra(dt,e)}function Tb(e){return oa(dt,e)}function Ab(e){return ia(dt,e)}function Ib(e){return aa(dt,e)}function Pb(e){return yo(Ao,e)}function Cb(e){return yo(Ao,{protocol:Fe.httpProtocol,hostname:Fe.domain,...P.normalizeParams(e)})}function Ob(e){return sa(Ga,e)}function Nb(e){return ca(Ba,e)}function Rb(e){return la(Wa,e)}function Lb(e){return da(Ka,e)}function Db(e){return ua(Za,e)}function jb(e){return pa(Ha,e)}function Mb(e){return ha(Va,e)}function Ub(e){return ma(Ya,e)}function zb(e){return fu(eh,e)}function Fb(e){return fa(Ja,e)}function Gb(e){return ga(qa,e)}function Bb(e){return ya(Xa,e)}function Wb(e){return va(Qa,e)}function Kb(e){return ba(es,e)}function Zb(e){return wa(ts,e)}function Hb(e){return _a(ns,e)}function Vb(e,t,r={}){return ur(yr,e,t,r)}function Yb(e){return ur(yr,"hostname",Fe.hostname,e)}function Jb(e){return ur(yr,"hex",Fe.hex,e)}function qb(e,t){let r=t?.enc??"hex",o=`${e}_${r}`,n=Fe[o];if(!n)throw new Error(`Unrecognized hash format: ${o}`);return ur(yr,o,n,t)}function th(e){return _u(vr,e)}function Ma(e){return xu(xn,e)}function Xb(e){return Su(xn,e)}function Qb(e){return Eu(xn,e)}function ew(e){return $u(xn,e)}function tw(e){return Tu(xn,e)}function nh(e){return Au(br,e)}function nw(e){return Pu(wr,e)}function rw(e){return Ou(rs,e)}function ow(e){return Nu(rs,e)}function iw(e){return Ru(rh,e)}function aw(e){return Lu(oh,e)}function ah(e){return Du(ih,e)}function sw(){return ju(sh)}function kn(){return Mu(ch)}function os(e){return Uu(lh,e)}function cw(e){return zu(dh,e)}function lw(e){return Fu(Io,e)}function Po(e,t){return Wu(uh,e,t)}function dw(e){let t=e._zod.def.shape;return as(Object.keys(t))}function uw(e,t){let r={type:"object",shape:e??{},...P.normalizeParams(t)};return new Co(r)}function pw(e,t){return new Co({type:"object",shape:e,catchall:os(),...P.normalizeParams(t)})}function hw(e,t){return new Co({type:"object",shape:e,catchall:kn(),...P.normalizeParams(t)})}function is(e,t){return new Oo({type:"union",options:e,...P.normalizeParams(t)})}function mw(e,t){return new ph({type:"union",options:e,inclusive:!1,...P.normalizeParams(t)})}function fw(e,t,r){return new hh({type:"union",options:t,discriminator:e,...P.normalizeParams(r)})}function fh(e,t){return new mh({type:"intersection",left:e,right:t})}function yh(e,t,r){let o=t instanceof G,n=o?r:t,i=o?t:null;return new gh({type:"tuple",items:e,rest:i,...P.normalizeParams(n)})}function vh(e,t,r){return!t||!t._zod?new mr({type:"record",keyType:xo(),valueType:e,...P.normalizeParams(t)}):new mr({type:"record",keyType:e,valueType:t,...P.normalizeParams(r)})}function gw(e,t,r){let o=Ie(e);return o._zod.values=void 0,new mr({type:"record",keyType:o,valueType:t,...P.normalizeParams(r)})}function yw(e,t,r){return new mr({type:"record",keyType:e,valueType:t,mode:"loose",...P.normalizeParams(r)})}function vw(e,t,r){return new bh({type:"map",keyType:e,valueType:t,...P.normalizeParams(r)})}function bw(e,t){return new wh({type:"set",valueType:e,...P.normalizeParams(t)})}function as(e,t){let r=Array.isArray(e)?Object.fromEntries(e.map(o=>[o,o])):e;return new fr({type:"enum",entries:r,...P.normalizeParams(t)})}function ww(e,t){return new fr({type:"enum",entries:e,...P.normalizeParams(t)})}function _w(e,t){return new _h({type:"literal",values:Array.isArray(e)?e:[e],...P.normalizeParams(t)})}function kw(e){return Ku(kh,e)}function ss(e){return new xh({type:"transform",transform:e})}function Eo(e){return new cs({type:"optional",innerType:e})}function Eh(e){return new Sh({type:"optional",innerType:e})}function $o(e){return new $h({type:"nullable",innerType:e})}function xw(e){return Eo($o(e))}function Ah(e,t){return new Th({type:"default",innerType:e,get defaultValue(){return typeof t=="function"?t():P.shallowClone(t)}})}function Ph(e,t){return new Ih({type:"prefault",innerType:e,get defaultValue(){return typeof t=="function"?t():P.shallowClone(t)}})}function Ch(e,t){return new ls({type:"nonoptional",innerType:e,...P.normalizeParams(t)})}function Sw(e){return new Oh({type:"success",innerType:e})}function Rh(e,t){return new Nh({type:"catch",innerType:e,catchValue:typeof t=="function"?t:()=>t})}function Ew(e){return Bu(Lh,e)}function Ua(e,t){return new No({type:"pipe",in:e,out:t})}function $w(e,t,r){return new Ro({type:"pipe",in:e,out:t,transform:r.decode,reverseTransform:r.encode})}function Tw(e){let t=e._zod.def;return new Ro({type:"pipe",in:t.out,out:t.in,transform:t.reverseTransform,reverseTransform:t.transform})}function Mh(e){return new jh({type:"readonly",innerType:e})}function Aw(e,t){return new Uh({type:"template_literal",parts:e,...P.normalizeParams(t)})}function Fh(e){return new zh({type:"lazy",getter:e})}function Iw(e){return new Gh({type:"promise",innerType:e})}function Pw(e){return new Bh({type:"function",input:Array.isArray(e?.input)?yh(e?.input):e?.input??Po(kn()),output:e?.output??kn()})}function Cw(e){let t=new ee({check:"custom"});return t._zod.check=e,t}function Ow(e,t){return Zu(Lo,e??(()=>!0),t)}function Wh(e,t={}){return Hu(Lo,e,t)}function Kh(e,t){return Vu(e,t)}function Lw(e,t={}){let r=new Lo({type:"custom",check:"custom",fn:o=>o instanceof e,abort:!0,...P.normalizeParams(t)});return r._zod.bag.Class=e,r._zod.check=o=>{o.value instanceof e||o.issues.push({code:"invalid_type",expected:e.name,input:o.value,inst:r,path:[...r._zod.def.path??[]]})},r}function jw(e){let t=Fh(()=>is([xo(e),th(),nh(),ah(),Po(t),vh(xo(),t)]));return t}function Mw(e,t){return new Dh({type:"pipe",in:ss(e),out:t})}var xb,W,za,gr,Q,Fa,So,dt,Ao,Ga,Ba,Wa,Ka,Za,Ha,Va,Ya,eh,Ja,qa,Xa,Qa,es,ts,ns,yr,vr,xn,br,wr,rs,rh,oh,ih,sh,ch,lh,dh,Io,uh,Co,Oo,ph,hh,mh,gh,mr,bh,wh,fr,_h,kh,xh,cs,Sh,$h,Th,Ih,ls,Oh,Nh,Lh,No,Ro,Dh,jh,Uh,zh,Gh,Bh,Lo,Nw,Rw,Dw,ko=v(()=>{Be();Be();bo();vo();Na();wo();Qp();xb=new WeakMap;W=b("ZodType",(e,t)=>(G.init(e,t),Object.assign(e["~standard"],{jsonSchema:{input:pr(e,"input"),output:pr(e,"output")}}),e.toJSONSchema=Xu(e,{}),e.def=t,e.type=t.type,Object.defineProperty(e,"_def",{value:t}),e.parse=(r,o)=>Fp(e,r,o,{callee:e.parse}),e.safeParse=(r,o)=>Bp(e,r,o),e.parseAsync=async(r,o)=>Gp(e,r,o,{callee:e.parseAsync}),e.safeParseAsync=async(r,o)=>Wp(e,r,o),e.spa=e.safeParseAsync,e.encode=(r,o)=>Kp(e,r,o),e.decode=(r,o)=>Zp(e,r,o),e.encodeAsync=async(r,o)=>Hp(e,r,o),e.decodeAsync=async(r,o)=>Vp(e,r,o),e.safeEncode=(r,o)=>Yp(e,r,o),e.safeDecode=(r,o)=>Jp(e,r,o),e.safeEncodeAsync=async(r,o)=>qp(e,r,o),e.safeDecodeAsync=async(r,o)=>Xp(e,r,o),To(e,"ZodType",{check(...r){let o=this.def;return this.clone(P.mergeDefs(o,{checks:[...o.checks??[],...r.map(n=>typeof n=="function"?{_zod:{check:n,def:{check:"custom"},onattach:[]}}:n)]}),{parent:!0})},with(...r){return this.check(...r)},clone(r,o){return Ie(this,r,o)},brand(){return this},register(r,o){return r.add(this,o),this},refine(r,o){return this.check(Wh(r,o))},superRefine(r,o){return this.check(Kh(r,o))},overwrite(r){return this.check(et(r))},optional(){return Eo(this)},exactOptional(){return Eh(this)},nullable(){return $o(this)},nullish(){return Eo($o(this))},nonoptional(r){return Ch(this,r)},array(){return Po(this)},or(r){return is([this,r])},and(r){return fh(this,r)},transform(r){return Ua(this,ss(r))},default(r){return Ah(this,r)},prefault(r){return Ph(this,r)},catch(r){return Rh(this,r)},pipe(r){return Ua(this,r)},readonly(){return Mh(this)},describe(r){let o=this.clone();return ye.add(o,{description:r}),o},meta(...r){if(r.length===0)return ye.get(this);let o=this.clone();return ye.add(o,r[0]),o},isOptional(){return this.safeParse(void 0).success},isNullable(){return this.safeParse(null).success},apply(r){return r(this)}}),Object.defineProperty(e,"description",{get(){return ye.get(e)?.description},configurable:!0}),e)),za=b("_ZodString",(e,t)=>{vn.init(e,t),W.init(e,t),e._zod.processJSONSchema=(o,n,i)=>Qu(e,o,n,i);let r=e._zod.bag;e.format=r.format??null,e.minLength=r.minimum??null,e.maxLength=r.maximum??null,To(e,"_ZodString",{regex(...o){return this.check(Qn(...o))},includes(...o){return this.check(nr(...o))},startsWith(...o){return this.check(rr(...o))},endsWith(...o){return this.check(or(...o))},min(...o){return this.check($t(...o))},max(...o){return this.check(wn(...o))},length(...o){return this.check(_n(...o))},nonempty(...o){return this.check($t(1,...o))},lowercase(o){return this.check(er(o))},uppercase(o){return this.check(tr(o))},trim(){return this.check(sr())},normalize(...o){return this.check(ar(...o))},toLowerCase(){return this.check(cr())},toUpperCase(){return this.check(lr())},slugify(){return this.check(dr())}})}),gr=b("ZodString",(e,t)=>{vn.init(e,t),za.init(e,t),e.email=r=>e.check(na(Fa,r)),e.url=r=>e.check(yo(Ao,r)),e.jwt=r=>e.check(_a(ns,r)),e.emoji=r=>e.check(sa(Ga,r)),e.guid=r=>e.check(go(So,r)),e.uuid=r=>e.check(ra(dt,r)),e.uuidv4=r=>e.check(oa(dt,r)),e.uuidv6=r=>e.check(ia(dt,r)),e.uuidv7=r=>e.check(aa(dt,r)),e.nanoid=r=>e.check(ca(Ba,r)),e.guid=r=>e.check(go(So,r)),e.cuid=r=>e.check(la(Wa,r)),e.cuid2=r=>e.check(da(Ka,r)),e.ulid=r=>e.check(ua(Za,r)),e.base64=r=>e.check(va(Qa,r)),e.base64url=r=>e.check(ba(es,r)),e.xid=r=>e.check(pa(Ha,r)),e.ksuid=r=>e.check(ha(Va,r)),e.ipv4=r=>e.check(ma(Ya,r)),e.ipv6=r=>e.check(fa(Ja,r)),e.cidrv4=r=>e.check(ga(qa,r)),e.cidrv6=r=>e.check(ya(Xa,r)),e.e164=r=>e.check(wa(ts,r)),e.datetime=r=>e.check(Dp(r)),e.date=r=>e.check(jp(r)),e.time=r=>e.check(Mp(r)),e.duration=r=>e.check(Up(r))});Q=b("ZodStringFormat",(e,t)=>{X.init(e,t),za.init(e,t)}),Fa=b("ZodEmail",(e,t)=>{Ql.init(e,t),Q.init(e,t)});So=b("ZodGUID",(e,t)=>{ql.init(e,t),Q.init(e,t)});dt=b("ZodUUID",(e,t)=>{Xl.init(e,t),Q.init(e,t)});Ao=b("ZodURL",(e,t)=>{ed.init(e,t),Q.init(e,t)});Ga=b("ZodEmoji",(e,t)=>{td.init(e,t),Q.init(e,t)});Ba=b("ZodNanoID",(e,t)=>{nd.init(e,t),Q.init(e,t)});Wa=b("ZodCUID",(e,t)=>{rd.init(e,t),Q.init(e,t)});Ka=b("ZodCUID2",(e,t)=>{od.init(e,t),Q.init(e,t)});Za=b("ZodULID",(e,t)=>{id.init(e,t),Q.init(e,t)});Ha=b("ZodXID",(e,t)=>{ad.init(e,t),Q.init(e,t)});Va=b("ZodKSUID",(e,t)=>{sd.init(e,t),Q.init(e,t)});Ya=b("ZodIPv4",(e,t)=>{pd.init(e,t),Q.init(e,t)});eh=b("ZodMAC",(e,t)=>{md.init(e,t),Q.init(e,t)});Ja=b("ZodIPv6",(e,t)=>{hd.init(e,t),Q.init(e,t)});qa=b("ZodCIDRv4",(e,t)=>{fd.init(e,t),Q.init(e,t)});Xa=b("ZodCIDRv6",(e,t)=>{gd.init(e,t),Q.init(e,t)});Qa=b("ZodBase64",(e,t)=>{vd.init(e,t),Q.init(e,t)});es=b("ZodBase64URL",(e,t)=>{bd.init(e,t),Q.init(e,t)});ts=b("ZodE164",(e,t)=>{wd.init(e,t),Q.init(e,t)});ns=b("ZodJWT",(e,t)=>{_d.init(e,t),Q.init(e,t)});yr=b("ZodCustomStringFormat",(e,t)=>{kd.init(e,t),Q.init(e,t)});vr=b("ZodNumber",(e,t)=>{Zi.init(e,t),W.init(e,t),e._zod.processJSONSchema=(o,n,i)=>ep(e,o,n,i),To(e,"ZodNumber",{gt(o,n){return this.check(ct(o,n))},gte(o,n){return this.check(Ce(o,n))},min(o,n){return this.check(Ce(o,n))},lt(o,n){return this.check(st(o,n))},lte(o,n){return this.check(Ge(o,n))},max(o,n){return this.check(Ge(o,n))},int(o){return this.check(Ma(o))},safe(o){return this.check(Ma(o))},positive(o){return this.check(ct(0,o))},nonnegative(o){return this.check(Ce(0,o))},negative(o){return this.check(st(0,o))},nonpositive(o){return this.check(Ge(0,o))},multipleOf(o,n){return this.check(Gt(o,n))},step(o,n){return this.check(Gt(o,n))},finite(){return this}});let r=e._zod.bag;e.minValue=Math.max(r.minimum??Number.NEGATIVE_INFINITY,r.exclusiveMinimum??Number.NEGATIVE_INFINITY)??null,e.maxValue=Math.min(r.maximum??Number.POSITIVE_INFINITY,r.exclusiveMaximum??Number.POSITIVE_INFINITY)??null,e.isInt=(r.format??"").includes("int")||Number.isSafeInteger(r.multipleOf??.5),e.isFinite=!0,e.format=r.format??null});xn=b("ZodNumberFormat",(e,t)=>{xd.init(e,t),vr.init(e,t)});br=b("ZodBoolean",(e,t)=>{lo.init(e,t),W.init(e,t),e._zod.processJSONSchema=(r,o,n)=>tp(e,r,o,n)});wr=b("ZodBigInt",(e,t)=>{Hi.init(e,t),W.init(e,t),e._zod.processJSONSchema=(o,n,i)=>np(e,o,n,i),e.gte=(o,n)=>e.check(Ce(o,n)),e.min=(o,n)=>e.check(Ce(o,n)),e.gt=(o,n)=>e.check(ct(o,n)),e.gte=(o,n)=>e.check(Ce(o,n)),e.min=(o,n)=>e.check(Ce(o,n)),e.lt=(o,n)=>e.check(st(o,n)),e.lte=(o,n)=>e.check(Ge(o,n)),e.max=(o,n)=>e.check(Ge(o,n)),e.positive=o=>e.check(ct(BigInt(0),o)),e.negative=o=>e.check(st(BigInt(0),o)),e.nonpositive=o=>e.check(Ge(BigInt(0),o)),e.nonnegative=o=>e.check(Ce(BigInt(0),o)),e.multipleOf=(o,n)=>e.check(Gt(o,n));let r=e._zod.bag;e.minValue=r.minimum??null,e.maxValue=r.maximum??null,e.format=r.format??null});rs=b("ZodBigIntFormat",(e,t)=>{Sd.init(e,t),wr.init(e,t)});rh=b("ZodSymbol",(e,t)=>{Ed.init(e,t),W.init(e,t),e._zod.processJSONSchema=(r,o,n)=>rp(e,r,o,n)});oh=b("ZodUndefined",(e,t)=>{$d.init(e,t),W.init(e,t),e._zod.processJSONSchema=(r,o,n)=>ip(e,r,o,n)});ih=b("ZodNull",(e,t)=>{Td.init(e,t),W.init(e,t),e._zod.processJSONSchema=(r,o,n)=>op(e,r,o,n)});sh=b("ZodAny",(e,t)=>{Ad.init(e,t),W.init(e,t),e._zod.processJSONSchema=(r,o,n)=>cp(e,r,o,n)});ch=b("ZodUnknown",(e,t)=>{Id.init(e,t),W.init(e,t),e._zod.processJSONSchema=(r,o,n)=>lp(e,r,o,n)});lh=b("ZodNever",(e,t)=>{Pd.init(e,t),W.init(e,t),e._zod.processJSONSchema=(r,o,n)=>sp(e,r,o,n)});dh=b("ZodVoid",(e,t)=>{Cd.init(e,t),W.init(e,t),e._zod.processJSONSchema=(r,o,n)=>ap(e,r,o,n)});Io=b("ZodDate",(e,t)=>{Od.init(e,t),W.init(e,t),e._zod.processJSONSchema=(o,n,i)=>dp(e,o,n,i),e.min=(o,n)=>e.check(Ce(o,n)),e.max=(o,n)=>e.check(Ge(o,n));let r=e._zod.bag;e.minDate=r.minimum?new Date(r.minimum):null,e.maxDate=r.maximum?new Date(r.maximum):null});uh=b("ZodArray",(e,t)=>{Nd.init(e,t),W.init(e,t),e._zod.processJSONSchema=(r,o,n)=>kp(e,r,o,n),e.element=t.element,To(e,"ZodArray",{min(r,o){return this.check($t(r,o))},nonempty(r){return this.check($t(1,r))},max(r,o){return this.check(wn(r,o))},length(r,o){return this.check(_n(r,o))},unwrap(){return this.element}})});Co=b("ZodObject",(e,t)=>{Rd.init(e,t),W.init(e,t),e._zod.processJSONSchema=(r,o,n)=>xp(e,r,o,n),P.defineLazy(e,"shape",()=>t.shape),To(e,"ZodObject",{keyof(){return as(Object.keys(this._zod.def.shape))},catchall(r){return this.clone({...this._zod.def,catchall:r})},passthrough(){return this.clone({...this._zod.def,catchall:kn()})},loose(){return this.clone({...this._zod.def,catchall:kn()})},strict(){return this.clone({...this._zod.def,catchall:os()})},strip(){return this.clone({...this._zod.def,catchall:void 0})},extend(r){return P.extend(this,r)},safeExtend(r){return P.safeExtend(this,r)},merge(r){return P.merge(this,r)},pick(r){return P.pick(this,r)},omit(r){return P.omit(this,r)},partial(...r){return P.partial(cs,this,r[0])},required(...r){return P.required(ls,this,r[0])}})});Oo=b("ZodUnion",(e,t)=>{uo.init(e,t),W.init(e,t),e._zod.processJSONSchema=(r,o,n)=>Aa(e,r,o,n),e.options=t.options});ph=b("ZodXor",(e,t)=>{Oo.init(e,t),Ld.init(e,t),e._zod.processJSONSchema=(r,o,n)=>Aa(e,r,o,n),e.options=t.options});hh=b("ZodDiscriminatedUnion",(e,t)=>{Oo.init(e,t),Dd.init(e,t)});mh=b("ZodIntersection",(e,t)=>{jd.init(e,t),W.init(e,t),e._zod.processJSONSchema=(r,o,n)=>Sp(e,r,o,n)});gh=b("ZodTuple",(e,t)=>{Vi.init(e,t),W.init(e,t),e._zod.processJSONSchema=(r,o,n)=>Ep(e,r,o,n),e.rest=r=>e.clone({...e._zod.def,rest:r})});mr=b("ZodRecord",(e,t)=>{Md.init(e,t),W.init(e,t),e._zod.processJSONSchema=(r,o,n)=>$p(e,r,o,n),e.keyType=t.keyType,e.valueType=t.valueType});bh=b("ZodMap",(e,t)=>{Ud.init(e,t),W.init(e,t),e._zod.processJSONSchema=(r,o,n)=>wp(e,r,o,n),e.keyType=t.keyType,e.valueType=t.valueType,e.min=(...r)=>e.check(lt(...r)),e.nonempty=r=>e.check(lt(1,r)),e.max=(...r)=>e.check(Bt(...r)),e.size=(...r)=>e.check(bn(...r))});wh=b("ZodSet",(e,t)=>{zd.init(e,t),W.init(e,t),e._zod.processJSONSchema=(r,o,n)=>_p(e,r,o,n),e.min=(...r)=>e.check(lt(...r)),e.nonempty=r=>e.check(lt(1,r)),e.max=(...r)=>e.check(Bt(...r)),e.size=(...r)=>e.check(bn(...r))});fr=b("ZodEnum",(e,t)=>{Fd.init(e,t),W.init(e,t),e._zod.processJSONSchema=(o,n,i)=>up(e,o,n,i),e.enum=t.entries,e.options=Object.values(t.entries);let r=new Set(Object.keys(t.entries));e.extract=(o,n)=>{let i={};for(let a of o)if(r.has(a))i[a]=t.entries[a];else throw new Error(`Key ${a} not found in enum`);return new fr({...t,checks:[],...P.normalizeParams(n),entries:i})},e.exclude=(o,n)=>{let i={...t.entries};for(let a of o)if(r.has(a))delete i[a];else throw new Error(`Key ${a} not found in enum`);return new fr({...t,checks:[],...P.normalizeParams(n),entries:i})}});_h=b("ZodLiteral",(e,t)=>{Gd.init(e,t),W.init(e,t),e._zod.processJSONSchema=(r,o,n)=>pp(e,r,o,n),e.values=new Set(t.values),Object.defineProperty(e,"value",{get(){if(t.values.length>1)throw new Error("This schema contains multiple valid literal values. Use `.values` instead.");return t.values[0]}})});kh=b("ZodFile",(e,t)=>{Bd.init(e,t),W.init(e,t),e._zod.processJSONSchema=(r,o,n)=>fp(e,r,o,n),e.min=(r,o)=>e.check(lt(r,o)),e.max=(r,o)=>e.check(Bt(r,o)),e.mime=(r,o)=>e.check(ir(Array.isArray(r)?r:[r],o))});xh=b("ZodTransform",(e,t)=>{Wd.init(e,t),W.init(e,t),e._zod.processJSONSchema=(r,o,n)=>bp(e,r,o,n),e._zod.parse=(r,o)=>{if(o.direction==="backward")throw new jt(e.constructor.name);r.addIssue=i=>{if(typeof i=="string")r.issues.push(P.issue(i,r.value,t));else{let a=i;a.fatal&&(a.continue=!1),a.code??(a.code="custom"),a.input??(a.input=r.value),a.inst??(a.inst=e),r.issues.push(P.issue(a))}};let n=t.transform(r.value,r);return n instanceof Promise?n.then(i=>(r.value=i,r.fallback=!0,r)):(r.value=n,r.fallback=!0,r)}});cs=b("ZodOptional",(e,t)=>{Yi.init(e,t),W.init(e,t),e._zod.processJSONSchema=(r,o,n)=>Ia(e,r,o,n),e.unwrap=()=>e._zod.def.innerType});Sh=b("ZodExactOptional",(e,t)=>{Kd.init(e,t),W.init(e,t),e._zod.processJSONSchema=(r,o,n)=>Ia(e,r,o,n),e.unwrap=()=>e._zod.def.innerType});$h=b("ZodNullable",(e,t)=>{Zd.init(e,t),W.init(e,t),e._zod.processJSONSchema=(r,o,n)=>Tp(e,r,o,n),e.unwrap=()=>e._zod.def.innerType});Th=b("ZodDefault",(e,t)=>{Hd.init(e,t),W.init(e,t),e._zod.processJSONSchema=(r,o,n)=>Ip(e,r,o,n),e.unwrap=()=>e._zod.def.innerType,e.removeDefault=e.unwrap});Ih=b("ZodPrefault",(e,t)=>{Vd.init(e,t),W.init(e,t),e._zod.processJSONSchema=(r,o,n)=>Pp(e,r,o,n),e.unwrap=()=>e._zod.def.innerType});ls=b("ZodNonOptional",(e,t)=>{Yd.init(e,t),W.init(e,t),e._zod.processJSONSchema=(r,o,n)=>Ap(e,r,o,n),e.unwrap=()=>e._zod.def.innerType});Oh=b("ZodSuccess",(e,t)=>{Jd.init(e,t),W.init(e,t),e._zod.processJSONSchema=(r,o,n)=>gp(e,r,o,n),e.unwrap=()=>e._zod.def.innerType});Nh=b("ZodCatch",(e,t)=>{qd.init(e,t),W.init(e,t),e._zod.processJSONSchema=(r,o,n)=>Cp(e,r,o,n),e.unwrap=()=>e._zod.def.innerType,e.removeCatch=e.unwrap});Lh=b("ZodNaN",(e,t)=>{Xd.init(e,t),W.init(e,t),e._zod.processJSONSchema=(r,o,n)=>hp(e,r,o,n)});No=b("ZodPipe",(e,t)=>{Ji.init(e,t),W.init(e,t),e._zod.processJSONSchema=(r,o,n)=>Op(e,r,o,n),e.in=t.in,e.out=t.out});Ro=b("ZodCodec",(e,t)=>{No.init(e,t),po.init(e,t)});Dh=b("ZodPreprocess",(e,t)=>{No.init(e,t),Qd.init(e,t)}),jh=b("ZodReadonly",(e,t)=>{eu.init(e,t),W.init(e,t),e._zod.processJSONSchema=(r,o,n)=>Np(e,r,o,n),e.unwrap=()=>e._zod.def.innerType});Uh=b("ZodTemplateLiteral",(e,t)=>{tu.init(e,t),W.init(e,t),e._zod.processJSONSchema=(r,o,n)=>mp(e,r,o,n)});zh=b("ZodLazy",(e,t)=>{ou.init(e,t),W.init(e,t),e._zod.processJSONSchema=(r,o,n)=>Lp(e,r,o,n),e.unwrap=()=>e._zod.def.getter()});Gh=b("ZodPromise",(e,t)=>{ru.init(e,t),W.init(e,t),e._zod.processJSONSchema=(r,o,n)=>Rp(e,r,o,n),e.unwrap=()=>e._zod.def.innerType});Bh=b("ZodFunction",(e,t)=>{nu.init(e,t),W.init(e,t),e._zod.processJSONSchema=(r,o,n)=>vp(e,r,o,n)});Lo=b("ZodCustom",(e,t)=>{iu.init(e,t),W.init(e,t),e._zod.processJSONSchema=(r,o,n)=>yp(e,r,o,n)});Nw=Yu,Rw=Ju;Dw=(...e)=>qu({Codec:Ro,Boolean:br,String:gr},...e)});function JA(e){oe({customError:e})}function qA(){return oe().customError}var YA,Zh,Uw=v(()=>{Be();YA={invalid_type:"invalid_type",too_big:"too_big",too_small:"too_small",invalid_format:"invalid_format",not_multiple_of:"not_multiple_of",unrecognized_keys:"unrecognized_keys",invalid_union:"invalid_union",invalid_key:"invalid_key",invalid_element:"invalid_element",invalid_value:"invalid_value",custom:"custom"};Zh||(Zh={})});function QA(e,t){let r=e.$schema;return r==="https://json-schema.org/draft/2020-12/schema"?"draft-2020-12":r==="http://json-schema.org/draft-07/schema#"?"draft-7":r==="http://json-schema.org/draft-04/schema#"?"draft-4":t??"draft-2020-12"}function eI(e,t){if(!e.startsWith("#"))throw new Error("External $ref is not supported, only local refs (#/...) are allowed");let r=e.slice(1).split("/").filter(Boolean);if(r.length===0)return t.rootSchema;let o=t.version==="draft-2020-12"?"$defs":"definitions";if(r[0]===o){let n=r[1];if(!n||!t.defs[n])throw new Error(`Reference not found: ${e}`);return t.defs[n]}throw new Error(`Reference not found: ${e}`)}function zw(e,t){if(e.not!==void 0){if(typeof e.not=="object"&&Object.keys(e.not).length===0)return D.never();throw new Error("not is not supported in Zod (except { not: {} } for never)")}if(e.unevaluatedItems!==void 0)throw new Error("unevaluatedItems is not supported");if(e.unevaluatedProperties!==void 0)throw new Error("unevaluatedProperties is not supported");if(e.if!==void 0||e.then!==void 0||e.else!==void 0)throw new Error("Conditional schemas (if/then/else) are not supported");if(e.dependentSchemas!==void 0||e.dependentRequired!==void 0)throw new Error("dependentSchemas and dependentRequired are not supported");if(e.$ref){let n=e.$ref;if(t.refs.has(n))return t.refs.get(n);if(t.processing.has(n))return D.lazy(()=>{if(!t.refs.has(n))throw new Error(`Circular reference not resolved: ${n}`);return t.refs.get(n)});t.processing.add(n);let i=eI(n,t),a=xe(i,t);return t.refs.set(n,a),t.processing.delete(n),a}if(e.enum!==void 0){let n=e.enum;if(t.version==="openapi-3.0"&&e.nullable===!0&&n.length===1&&n[0]===null)return D.null();if(n.length===0)return D.never();if(n.length===1)return D.literal(n[0]);if(n.every(a=>typeof a=="string"))return D.enum(n);let i=n.map(a=>D.literal(a));return i.length<2?i[0]:D.union([i[0],i[1],...i.slice(2)])}if(e.const!==void 0)return D.literal(e.const);let r=e.type;if(Array.isArray(r)){let n=r.map(i=>{let a={...e,type:i};return zw(a,t)});return n.length===0?D.never():n.length===1?n[0]:D.union(n)}if(!r)return D.any();let o;switch(r){case"string":{let n=D.string();if(e.format){let i=e.format;i==="email"?n=n.check(D.email()):i==="uri"||i==="uri-reference"?n=n.check(D.url()):i==="uuid"||i==="guid"?n=n.check(D.uuid()):i==="date-time"?n=n.check(D.iso.datetime()):i==="date"?n=n.check(D.iso.date()):i==="time"?n=n.check(D.iso.time()):i==="duration"?n=n.check(D.iso.duration()):i==="ipv4"?n=n.check(D.ipv4()):i==="ipv6"?n=n.check(D.ipv6()):i==="mac"?n=n.check(D.mac()):i==="cidr"?n=n.check(D.cidrv4()):i==="cidr-v6"?n=n.check(D.cidrv6()):i==="base64"?n=n.check(D.base64()):i==="base64url"?n=n.check(D.base64url()):i==="e164"?n=n.check(D.e164()):i==="jwt"?n=n.check(D.jwt()):i==="emoji"?n=n.check(D.emoji()):i==="nanoid"?n=n.check(D.nanoid()):i==="cuid"?n=n.check(D.cuid()):i==="cuid2"?n=n.check(D.cuid2()):i==="ulid"?n=n.check(D.ulid()):i==="xid"?n=n.check(D.xid()):i==="ksuid"&&(n=n.check(D.ksuid()))}typeof e.minLength=="number"&&(n=n.min(e.minLength)),typeof e.maxLength=="number"&&(n=n.max(e.maxLength)),e.pattern&&(n=n.regex(new RegExp(e.pattern))),o=n;break}case"number":case"integer":{let n=r==="integer"?D.number().int():D.number();typeof e.minimum=="number"&&(n=n.min(e.minimum)),typeof e.maximum=="number"&&(n=n.max(e.maximum)),typeof e.exclusiveMinimum=="number"?n=n.gt(e.exclusiveMinimum):e.exclusiveMinimum===!0&&typeof e.minimum=="number"&&(n=n.gt(e.minimum)),typeof e.exclusiveMaximum=="number"?n=n.lt(e.exclusiveMaximum):e.exclusiveMaximum===!0&&typeof e.maximum=="number"&&(n=n.lt(e.maximum)),typeof e.multipleOf=="number"&&(n=n.multipleOf(e.multipleOf)),o=n;break}case"boolean":{o=D.boolean();break}case"null":{o=D.null();break}case"object":{let n={},i=e.properties||{},a=new Set(e.required||[]);for(let[c,d]of Object.entries(i)){let u=xe(d,t);n[c]=a.has(c)?u:u.optional()}if(e.propertyNames){let c=xe(e.propertyNames,t),d=e.additionalProperties&&typeof e.additionalProperties=="object"?xe(e.additionalProperties,t):D.any();if(Object.keys(n).length===0){o=D.record(c,d);break}let u=D.object(n).passthrough(),p=D.looseRecord(c,d);o=D.intersection(u,p);break}if(e.patternProperties){let c=e.patternProperties,d=Object.keys(c),u=[];for(let h of d){let m=xe(c[h],t),g=D.string().regex(new RegExp(h));u.push(D.looseRecord(g,m))}let p=[];if(Object.keys(n).length>0&&p.push(D.object(n).passthrough()),p.push(...u),p.length===0)o=D.object({}).passthrough();else if(p.length===1)o=p[0];else{let h=D.intersection(p[0],p[1]);for(let m=2;m<p.length;m++)h=D.intersection(h,p[m]);o=h}break}let s=D.object(n);e.additionalProperties===!1?o=s.strict():typeof e.additionalProperties=="object"?o=s.catchall(xe(e.additionalProperties,t)):o=s.passthrough();break}case"array":{let n=e.prefixItems,i=e.items;if(n&&Array.isArray(n)){let a=n.map(c=>xe(c,t)),s=i&&typeof i=="object"&&!Array.isArray(i)?xe(i,t):void 0;s?o=D.tuple(a).rest(s):o=D.tuple(a),typeof e.minItems=="number"&&(o=o.check(D.minLength(e.minItems))),typeof e.maxItems=="number"&&(o=o.check(D.maxLength(e.maxItems)))}else if(Array.isArray(i)){let a=i.map(c=>xe(c,t)),s=e.additionalItems&&typeof e.additionalItems=="object"?xe(e.additionalItems,t):void 0;s?o=D.tuple(a).rest(s):o=D.tuple(a),typeof e.minItems=="number"&&(o=o.check(D.minLength(e.minItems))),typeof e.maxItems=="number"&&(o=o.check(D.maxLength(e.maxItems)))}else if(i!==void 0){let a=xe(i,t),s=D.array(a);typeof e.minItems=="number"&&(s=s.min(e.minItems)),typeof e.maxItems=="number"&&(s=s.max(e.maxItems)),o=s}else o=D.array(D.any());break}default:throw new Error(`Unsupported type: ${r}`)}return o}function xe(e,t){if(typeof e=="boolean")return e?D.any():D.never();let r=zw(e,t),o=e.type||e.enum!==void 0||e.const!==void 0;if(e.anyOf&&Array.isArray(e.anyOf)){let s=e.anyOf.map(d=>xe(d,t)),c=D.union(s);r=o?D.intersection(r,c):c}if(e.oneOf&&Array.isArray(e.oneOf)){let s=e.oneOf.map(d=>xe(d,t)),c=D.xor(s);r=o?D.intersection(r,c):c}if(e.allOf&&Array.isArray(e.allOf))if(e.allOf.length===0)r=o?r:D.any();else{let s=o?r:xe(e.allOf[0],t),c=o?0:1;for(let d=c;d<e.allOf.length;d++)s=D.intersection(s,xe(e.allOf[d],t));r=s}e.nullable===!0&&t.version==="openapi-3.0"&&(r=D.nullable(r)),e.readOnly===!0&&(r=D.readonly(r)),e.default!==void 0&&(r=r.default(e.default));let n={},i=["$id","id","$comment","$anchor","$vocabulary","$dynamicRef","$dynamicAnchor"];for(let s of i)s in e&&(n[s]=e[s]);let a=["contentEncoding","contentMediaType","contentSchema"];for(let s of a)s in e&&(n[s]=e[s]);for(let s of Object.keys(e))XA.has(s)||(n[s]=e[s]);return Object.keys(n).length>0&&t.registry.add(r,n),e.description&&(r=r.describe(e.description)),r}function Fw(e,t){if(typeof e=="boolean")return e?D.any():D.never();let r;try{r=JSON.parse(JSON.stringify(e))}catch{throw new Error("fromJSONSchema input is not valid JSON (possibly cyclic); use $defs/$ref for recursive schemas")}let o=QA(r,t?.defaultTarget),n=r.$defs||r.definitions||{},i={version:o,defs:n,refs:new Map,processing:new Set,rootSchema:r,registry:t?.registry??ye};return xe(r,i)}var D,XA,Gw=v(()=>{fo();Na();wo();ko();D={..._o,...Oa,iso:hr},XA=new Set(["$schema","$ref","$defs","definitions","$id","id","$comment","$anchor","$vocabulary","$dynamicRef","$dynamicAnchor","type","enum","const","anyOf","oneOf","allOf","not","properties","required","additionalProperties","patternProperties","propertyNames","minProperties","maxProperties","items","prefixItems","additionalItems","minItems","maxItems","uniqueItems","contains","minContains","maxContains","minLength","maxLength","pattern","format","minimum","maximum","exclusiveMinimum","exclusiveMaximum","multipleOf","description","default","contentEncoding","contentMediaType","contentSchema","unevaluatedItems","unevaluatedProperties","if","then","else","dependentSchemas","dependentRequired","nullable","readOnly"])});var Hh={};it(Hh,{bigint:()=>oI,boolean:()=>rI,date:()=>iI,number:()=>nI,string:()=>tI});function tI(e){return mu(gr,e)}function nI(e){return ku(vr,e)}function rI(e){return Iu(br,e)}function oI(e){return Cu(wr,e)}function iI(e){return Gu(Io,e)}var Bw=v(()=>{Be();ko()});var l={};it(l,{$brand:()=>Dc,$input:()=>pu,$output:()=>uu,NEVER:()=>Lc,TimePrecision:()=>gu,ZodAny:()=>sh,ZodArray:()=>uh,ZodBase64:()=>Qa,ZodBase64URL:()=>es,ZodBigInt:()=>wr,ZodBigIntFormat:()=>rs,ZodBoolean:()=>br,ZodCIDRv4:()=>qa,ZodCIDRv6:()=>Xa,ZodCUID:()=>Wa,ZodCUID2:()=>Ka,ZodCatch:()=>Nh,ZodCodec:()=>Ro,ZodCustom:()=>Lo,ZodCustomStringFormat:()=>yr,ZodDate:()=>Io,ZodDefault:()=>Th,ZodDiscriminatedUnion:()=>hh,ZodE164:()=>ts,ZodEmail:()=>Fa,ZodEmoji:()=>Ga,ZodEnum:()=>fr,ZodError:()=>HA,ZodExactOptional:()=>Sh,ZodFile:()=>kh,ZodFirstPartyTypeKind:()=>Zh,ZodFunction:()=>Bh,ZodGUID:()=>So,ZodIPv4:()=>Ya,ZodIPv6:()=>Ja,ZodISODate:()=>La,ZodISODateTime:()=>Ra,ZodISODuration:()=>ja,ZodISOTime:()=>Da,ZodIntersection:()=>mh,ZodIssueCode:()=>YA,ZodJWT:()=>ns,ZodKSUID:()=>Va,ZodLazy:()=>zh,ZodLiteral:()=>_h,ZodMAC:()=>eh,ZodMap:()=>bh,ZodNaN:()=>Lh,ZodNanoID:()=>Ba,ZodNever:()=>lh,ZodNonOptional:()=>ls,ZodNull:()=>ih,ZodNullable:()=>$h,ZodNumber:()=>vr,ZodNumberFormat:()=>xn,ZodObject:()=>Co,ZodOptional:()=>cs,ZodPipe:()=>No,ZodPrefault:()=>Ih,ZodPreprocess:()=>Dh,ZodPromise:()=>Gh,ZodReadonly:()=>jh,ZodRealError:()=>Me,ZodRecord:()=>mr,ZodSet:()=>wh,ZodString:()=>gr,ZodStringFormat:()=>Q,ZodSuccess:()=>Oh,ZodSymbol:()=>rh,ZodTemplateLiteral:()=>Uh,ZodTransform:()=>xh,ZodTuple:()=>gh,ZodType:()=>W,ZodULID:()=>Za,ZodURL:()=>Ao,ZodUUID:()=>dt,ZodUndefined:()=>oh,ZodUnion:()=>Oo,ZodUnknown:()=>ch,ZodVoid:()=>dh,ZodXID:()=>Ha,ZodXor:()=>ph,_ZodString:()=>za,_default:()=>Ah,_function:()=>Pw,any:()=>sw,array:()=>Po,base64:()=>Wb,base64url:()=>Kb,bigint:()=>nw,boolean:()=>nh,catch:()=>Rh,check:()=>Cw,cidrv4:()=>Gb,cidrv6:()=>Bb,clone:()=>Ie,codec:()=>$w,coerce:()=>Hh,config:()=>oe,core:()=>Tt,cuid:()=>Rb,cuid2:()=>Lb,custom:()=>Ow,date:()=>lw,decode:()=>Zp,decodeAsync:()=>Vp,describe:()=>Nw,discriminatedUnion:()=>fw,e164:()=>Zb,email:()=>Sb,emoji:()=>Ob,encode:()=>Kp,encodeAsync:()=>Hp,endsWith:()=>or,enum:()=>as,exactOptional:()=>Eh,file:()=>kw,flattenError:()=>oo,float32:()=>Xb,float64:()=>Qb,formatError:()=>io,fromJSONSchema:()=>Fw,function:()=>Pw,getErrorMap:()=>qA,globalRegistry:()=>ye,gt:()=>ct,gte:()=>Ce,guid:()=>Eb,hash:()=>qb,hex:()=>Jb,hostname:()=>Yb,httpUrl:()=>Cb,includes:()=>nr,instanceof:()=>Lw,int:()=>Ma,int32:()=>ew,int64:()=>rw,intersection:()=>fh,invertCodec:()=>Tw,ipv4:()=>Ub,ipv6:()=>Fb,iso:()=>hr,json:()=>jw,jwt:()=>Hb,keyof:()=>dw,ksuid:()=>Mb,lazy:()=>Fh,length:()=>_n,literal:()=>_w,locales:()=>mo,looseObject:()=>hw,looseRecord:()=>yw,lowercase:()=>er,lt:()=>st,lte:()=>Ge,mac:()=>zb,map:()=>vw,maxLength:()=>wn,maxSize:()=>Bt,meta:()=>Rw,mime:()=>ir,minLength:()=>$t,minSize:()=>lt,multipleOf:()=>Gt,nan:()=>Ew,nanoid:()=>Nb,nativeEnum:()=>ww,negative:()=>xa,never:()=>os,nonnegative:()=>Ea,nonoptional:()=>Ch,nonpositive:()=>Sa,normalize:()=>ar,null:()=>ah,nullable:()=>$o,nullish:()=>xw,number:()=>th,object:()=>uw,optional:()=>Eo,overwrite:()=>et,parse:()=>Fp,parseAsync:()=>Gp,partialRecord:()=>gw,pipe:()=>Ua,positive:()=>ka,prefault:()=>Ph,preprocess:()=>Mw,prettifyError:()=>Yc,promise:()=>Iw,property:()=>$a,readonly:()=>Mh,record:()=>vh,refine:()=>Wh,regex:()=>Qn,regexes:()=>Fe,registry:()=>ta,safeDecode:()=>Jp,safeDecodeAsync:()=>Xp,safeEncode:()=>Yp,safeEncodeAsync:()=>qp,safeParse:()=>Bp,safeParseAsync:()=>Wp,set:()=>bw,setErrorMap:()=>JA,size:()=>bn,slugify:()=>dr,startsWith:()=>rr,strictObject:()=>pw,string:()=>xo,stringFormat:()=>Vb,stringbool:()=>Dw,success:()=>Sw,superRefine:()=>Kh,symbol:()=>iw,templateLiteral:()=>Aw,toJSONSchema:()=>Pa,toLowerCase:()=>cr,toUpperCase:()=>lr,transform:()=>ss,treeifyError:()=>Vc,trim:()=>sr,tuple:()=>yh,uint32:()=>tw,uint64:()=>ow,ulid:()=>Db,undefined:()=>aw,union:()=>is,unknown:()=>kn,uppercase:()=>tr,url:()=>Pb,util:()=>P,uuid:()=>$b,uuidv4:()=>Tb,uuidv6:()=>Ab,uuidv7:()=>Ib,void:()=>cw,xid:()=>jb,xor:()=>mw});var Vh=v(()=>{Be();ko();Na();zp();Qp();Uw();Be();su();Be();bo();Gw();du();wo();wo();Bw();oe(qi())});var We=v(()=>{Vh();Vh()});function Ww(e){let t=e.trim().toLowerCase().replace(/\.$/,"");if(!t)return!1;if(sI.has(t)||aI.some(o=>t.endsWith(o))||/^127\./.test(t)||/^10\./.test(t)||/^192\.168\./.test(t)||/^172\.(1[6-9]|2[0-9]|3[01])\./.test(t))return!0;let r=/^\[::ffff:([0-9a-f]{1,4}):([0-9a-f]{1,4})\]$/.exec(t);if(r){let o=Number.parseInt(r[1],16),n=Number.parseInt(r[2],16),i=`${o>>8}.${o&255}.${n>>8}.${n&255}`;if(i!==t)return Ww(i)}return!!(/^169\.254\./.test(t)||/^\[?fe80:/.test(t)||/^\[?f[cd][0-9a-f]{2}:/.test(t))}function Kw(e){let t;try{t=new URL(e)}catch{return"unparseable"}if(Ww(t.hostname))return"local";if(t.protocol!=="https:")return"insecure"}var aI,sI,Yh=v(()=>{"use strict";aI=[".localhost",".local",".internal",".test",".localdomain"],sI=new Set(["localhost","127.0.0.1","::1","[::1]","0.0.0.0","[::]"])});var Do,jo=v(()=>{"use strict";We();Do=l.object({date:l.string(),plays:l.number(),players:l.number().nullable()})});var Mo,ds=v(()=>{"use strict";We();Mo=l.discriminatedUnion("source",[l.object({source:l.literal("manifest")}),l.object({source:l.literal("studio"),element_id:l.string().min(1),edition_id:l.string().min(1)})])});var Ht,Jh,Uo,Ne,ut,_r,kr=v(()=>{"use strict";Ht="penalty_v1",Jh=["easy_v1","balanced_v1","hard_v1"],Uo="balanced_v1",Ne={aimX:{min:-1200,max:1200},aimY:{min:-200,max:1200},power:{min:0,max:1e3}},ut={postX:1e3,barY:1e3,postWidth:60,barHeight:60,ballRadius:40,keeperStart:{x:0,y:420}},_r="shoot"});function Yw(e){return e.questions?e.questions:[{id:"1",kind:"choice",prompt:e.prompt,options:e.options??[],result:e.result,points:void 0,min:void 0,max:void 0,step:void 0,tolerance:void 0}]}function us(e,t,r){if(e.result===void 0)return 0;let n=(e.kind==="choice"?(e.options??[]).find(i=>i.key===e.result):void 0)?.points??e.points??r;if(e.kind==="number"){if(typeof t!="number"||typeof e.result!="number")return 0;let i=Math.abs(t-e.result);return i===0?n:e.tolerance===void 0||i>=e.tolerance?0:Math.round(n*(1-i/e.tolerance))}return t===e.result?n:0}function Vt(e){return`round-${e.number}`}var qh,cI,lI,dI,uI,Zw,pI,Xh,Hw,hI,Vw,mI,ps,fI,Se,GU,BU,WU,pt=v(()=>{"use strict";We();St();jo();ds();kr();qh=l.object({archetype:l.literal("hunt"),number:l.number().int().positive().default(1),prompt:l.string().default(""),board:l.array(l.string().min(1)).min(2),targets:l.array(l.string().min(1)).min(1),required:l.number().int().positive().optional(),pointsPerTarget:l.number().int().nonnegative().default(10),completionBonus:l.number().int().nonnegative().default(0),attemptsAllowed:l.number().int().positive().default(10),mistakesAllowed:l.number().int().positive().default(4),open:l.boolean().default(!0),playsPerSecond:l.number().int().positive().optional(),playsPerDay:l.number().int().positive().optional(),timerSeconds:l.number().int().positive().optional()}).superRefine((e,t)=>{let r=e.targets.filter(o=>!e.board.includes(o));r.length&&t.addIssue({code:"custom",path:["targets"],message:`Not on the board: ${r.join(", ")}. Every target must be pickable.`}),new Set(e.targets).size!==e.targets.length&&t.addIssue({code:"custom",path:["targets"],message:"The same target twice. Each one counts once."}),e.required!==void 0&&e.required>e.targets.length&&t.addIssue({code:"custom",path:["required"],message:`Asks for ${e.required} of ${e.targets.length} targets, which cannot be reached.`})}),cI=l.object({key:l.string().min(1),label:l.string().min(1),value:l.number().int().nonnegative()}),lI=l.object({id:l.string().min(1),label:l.string().default(""),entries:l.array(cI).min(1)}),dI=l.object({within:l.number().min(0).max(1),label:l.string().min(1)}),uI=[{within:.02,label:"Hall of Fame"},{within:.05,label:"All-NBA"},{within:.1,label:"All-Star"},{within:.18,label:"Starter"},{within:.28,label:"Veteran"}],Zw=l.object({archetype:l.literal("push"),number:l.number().int().positive().default(1),prompt:l.string().default(""),target:l.number().int().positive(),targetLabel:l.string().default(""),unit:l.string().max(4).default(""),theme:l.string().default(""),slates:l.array(lI).min(1),line:l.array(l.object({slate:l.string(),key:l.string()})).optional(),tiers:l.array(dI).default(uI),floorLabel:l.string().default("Rookie"),bustLabel:l.string().default("Busted"),open:l.boolean().default(!0),playsPerSecond:l.number().int().positive().optional(),playsPerDay:l.number().int().positive().optional(),timerSeconds:l.number().int().positive().optional()}).superRefine((e,t)=>{if(e.line)if(e.line.length!==e.slates.length)t.addIssue({code:"custom",path:["line"],message:`The line has ${e.line.length} pick(s) for ${e.slates.length} slate(s). A perfect line is one pick per slate.`});else{let s=0,c=!1;for(let d of e.line){let p=e.slates.find(h=>h.id===d.slate)?.entries.find(h=>h.key===d.key);if(!p){c=!0,t.addIssue({code:"custom",path:["line"],message:`The line names "${d.key}" on slate "${d.slate}", which the round does not hold.`});break}s+=p.value}!c&&s!==e.target&&t.addIssue({code:"custom",path:["line"],message:`The line sums to ${s}, not the target ${e.target}. A perfect line lands exactly.`})}let r=e.slates.map(s=>s.id);new Set(r).size!==r.length&&t.addIssue({code:"custom",path:["slates"],message:"Two slates share an id. A play names the slate it picked from."});let o=e.slates.flatMap(s=>s.entries.map(c=>c.key)),n=[...new Set(o.filter((s,c)=>o.indexOf(s)!==c))];n.length&&t.addIssue({code:"custom",path:["slates"],message:`The same key on more than one slate: ${n.join(", ")}. A play names a key, so each one must belong to exactly one slate.`});let i=e.slates.reduce((s,c)=>s+Math.min(...c.entries.map(d=>d.value)),0);i>e.target&&t.addIssue({code:"custom",path:["target"],message:`The lowest possible total is ${i}, which is already over ${e.target}. Every player would bust.`}),e.tiers.every((s,c)=>c===0||s.within>e.tiers[c-1].within)||t.addIssue({code:"custom",path:["tiers"],message:"Tiers must be ordered from closest to furthest. Out of order, the first one that matches is the wrong one and every player is awarded it."})}),pI=l.object({key:l.string().min(1),label:l.string().min(1),members:l.array(l.string().min(1)).min(2)}),Xh=l.object({archetype:l.literal("group"),number:l.number().int().positive().default(1),prompt:l.string().default(""),board:l.array(l.string().min(1)).min(4),groups:l.array(pI).min(2),pointsPerGroup:l.number().int().nonnegative().default(10),completionBonus:l.number().int().nonnegative().default(0),attemptsAllowed:l.number().int().positive().default(10),mistakesAllowed:l.number().int().positive().default(4),open:l.boolean().default(!0),playsPerSecond:l.number().int().positive().optional(),playsPerDay:l.number().int().positive().optional(),timerSeconds:l.number().int().positive().optional()}).superRefine((e,t)=>{let r=new Map;for(let i of e.groups){let a=i.members.filter(s=>!e.board.includes(s));a.length&&t.addIssue({code:"custom",path:["groups"],message:`${i.key} has members that are not on the board: ${a.join(", ")}.`});for(let s of i.members){let c=r.get(s);c&&c!==i.key&&t.addIssue({code:"custom",path:["groups"],message:`${s} is in both ${c} and ${i.key}. Groups cannot overlap.`}),r.set(s,i.key)}}new Set(e.groups.map(i=>i.key)).size!==e.groups.length&&t.addIssue({code:"custom",path:["groups"],message:"Two groups share a key. Each one needs its own."}),e.groups.length>e.attemptsAllowed&&t.addIssue({code:"custom",path:["attemptsAllowed"],message:`${e.groups.length} groups cannot be found in ${e.attemptsAllowed} attempts.`});let o=new Set(e.groups.flatMap(i=>i.members)),n=e.board.filter(i=>!o.has(i));n.length&&t.addIssue({code:"custom",path:["board"],message:`On the board and in no group: ${n.join(", ")}. Every item needs a group.`})}),Hw=l.object({key:l.string().min(1),label:l.string().min(1),points:l.number().int().nonnegative().optional()}),hI=l.object({id:l.string().min(1),kind:l.enum(["choice","number"]).default("choice"),prompt:l.string().default(""),options:l.array(Hw).optional(),min:l.number().optional(),max:l.number().optional(),step:l.number().positive().optional(),result:l.union([l.string().min(1),l.number()]).optional(),points:l.number().int().nonnegative().optional(),tolerance:l.number().positive().optional()}).superRefine((e,t)=>{if(e.kind==="choice"){if(!e.options||e.options.length<2){t.addIssue({code:"custom",path:["options"],message:"A choice needs at least two options, or there is nothing to predict."});return}new Set(e.options.map(r=>r.key)).size!==e.options.length&&t.addIssue({code:"custom",path:["options"],message:"Two options share a key. Each one needs its own."}),typeof e.result=="string"&&!e.options.some(r=>r.key===e.result)&&t.addIssue({code:"custom",path:["result"],message:`${e.result} is not one of the options, so nobody could have predicted it.`}),typeof e.result=="number"&&t.addIssue({code:"custom",path:["result"],message:"A choice settles to one of its option keys, not to a number."});return}e.options&&e.options.length>0&&t.addIssue({code:"custom",path:["options"],message:"A number question has no options: a fan gives a value."}),e.min===void 0||e.max===void 0?t.addIssue({code:"custom",path:["min"],message:"A number needs a min and a max, or a fan is given a control with no ends."}):e.max<=e.min&&t.addIssue({code:"custom",path:["max"],message:"The maximum has to be above the minimum."}),typeof e.result=="string"&&t.addIssue({code:"custom",path:["result"],message:"A number settles to a number."})}),Vw=l.object({archetype:l.literal("predict"),number:l.number().int().positive().default(1),prompt:l.string().default(""),options:l.array(Hw).min(2).optional(),questions:l.array(hI).min(1).optional(),result:l.string().min(1).optional(),pointsForCorrect:l.number().int().nonnegative().default(10),attemptsAllowed:l.number().int().positive().default(1),open:l.boolean().default(!0),playsPerSecond:l.number().int().positive().optional(),playsPerDay:l.number().int().positive().optional(),timerSeconds:l.number().int().positive().optional()}).superRefine((e,t)=>{let r=e.options!==void 0,o=e.questions!==void 0;if(r&&o&&t.addIssue({code:"custom",path:["questions"],message:"A round declares options or questions, not both. Two homes for one question is how they drift apart."}),!r&&!o&&t.addIssue({code:"custom",path:["questions"],message:"A prediction needs something to predict: options, or questions."}),o&&e.questions){let n=e.questions.map(i=>i.id);new Set(n).size!==n.length&&t.addIssue({code:"custom",path:["questions"],message:"Two questions share an id. A play names the question it answered."})}e.options&&new Set(e.options.map(n=>n.key)).size!==e.options.length&&t.addIssue({code:"custom",path:["options"],message:"Two options share a key. Each one needs its own."}),e.result!==void 0&&e.options!==void 0&&!e.options.some(n=>n.key===e.result)&&t.addIssue({code:"custom",path:["result"],message:`${e.result} is not one of the options, so nobody could have predicted it.`})});mI=l.object({archetype:l.literal("bingo"),number:l.number().int().positive().default(1),prompt:l.string().default(""),rows:l.number().int().min(2),columns:l.number().int().min(2),centreMode:l.enum(["none","free","choice"]).default("none"),centreOptions:l.array(l.string().min(1)).optional(),allowCentreDuplicate:l.boolean().default(!1),lineTypes:l.array(l.enum(["row","column","diagonal","full_board"])).min(1).default(["row","column"]),cardPool:l.array(l.object({key:l.string().min(1),label:l.string().min(1),note:l.string().optional(),result:l.enum(["correct","incorrect"]).optional()})).min(1),pointsPerLine:l.number().int().nonnegative().default(10),pointsForFullBoard:l.number().int().nonnegative().default(0),shuffleAllowance:l.number().int().nonnegative().default(3),open:l.boolean().default(!0),playsPerSecond:l.number().int().positive().optional(),playsPerDay:l.number().int().positive().optional(),locksAt:l.string().optional()}).superRefine((e,t)=>{let r=e.cardPool.map(n=>n.key);new Set(r).size!==r.length&&t.addIssue({code:"custom",path:["cardPool"],message:"Two cards share a key. A dealt board names a card by its key."});let o=e.rows*e.columns-(e.centreMode==="free"?1:0);if(e.cardPool.length<o&&t.addIssue({code:"custom",path:["cardPool"],message:`The pool has ${e.cardPool.length} card${e.cardPool.length===1?"":"s"}, and a ${e.rows}x${e.columns} board needs ${o}. Add more cards or shrink the board.`}),e.centreMode==="choice")if(!e.centreOptions||e.centreOptions.length===0)t.addIssue({code:"custom",path:["centreOptions"],message:"The centre is a player's choice, so at least one option is required."});else{let n=e.centreOptions.filter(i=>!r.includes(i));n.length&&t.addIssue({code:"custom",path:["centreOptions"],message:`Not in the pool: ${n.join(", ")}. A centre option must name a real card.`})}}),ps=l.object({archetype:l.literal("shoot"),number:l.number().int().positive().default(1),prompt:l.string().default(""),model:l.literal(Ht).default(Ht),difficulty:l.enum(Jh).default(Uo),shotsAllowed:l.number().int().min(1).max(20).default(5),goalsToWin:l.number().int().min(1).default(3),pointsPerGoal:l.number().int().nonnegative().default(100),open:l.boolean().default(!0),playsPerSecond:l.number().int().positive().optional(),playsPerDay:l.number().int().positive().optional(),timerSeconds:l.number().int().positive().optional()}).superRefine((e,t)=>{e.goalsToWin>e.shotsAllowed&&t.addIssue({code:"custom",path:["goalsToWin"],message:`Asks for ${e.goalsToWin} goals from ${e.shotsAllowed} shots, which cannot be reached.`})}),fI=l.discriminatedUnion("archetype",[qh,Zw,Xh,Vw,mI,ps]),Se=l.preprocess(Bg,fI);GU=l.object({action:l.literal("settle"),game:l.string().min(1),roundId:l.string().min(1),result:l.string().min(1)}),BU=l.object({game:l.string().min(1),round:Se,origin:Mo.optional(),snapshot:l.string().default(""),source:l.string().optional(),roundId:l.string().min(1).optional(),selection:l.object({mode:l.literal("rotation"),windowSeconds:l.number().int().positive(),rounds:l.array(l.object({id:l.string().min(1),round:Se,origin:Mo.optional()})).min(1)}).optional()}),WU=l.object({roundId:l.string(),version:l.number().int().nonnegative(),changed:l.boolean(),current:l.boolean(),activity:l.array(Do).optional(),monthlyPlayers:l.number().int().nonnegative().optional()})});function wI(e){return Qw.includes(e)}function _I(e){return t_.includes(ke(e))}function n_(e){let t=[],r=e.backend.archetype;r&&_I(r)&&t.push({path:"backend.archetype",message:`\`${r}\` is a classification, not a format the Engine marks. The formats it marks are ${xi.join(", ")}. Name one of those, or say what your game does and ask us: a mechanic no format fits is a format we have not built, not a setting you are missing.`});let o=e.backend.route;o&&wI(o)&&t.push({path:"backend.route",message:`\`${o}\` is a classification, not a route Gamestage implements. Set \`${nm}\`: every game runs on our Engine, and there is no route that runs a game on an engine of your own.`}),e.measurement.signal.enabled&&!e.identity.consent.analytics_requires_consent&&t.push({path:"identity.consent.analytics_requires_consent",message:"Cannot be false while measurement.signal.enabled is true. Signal collects player engagement under Monterosa's own controllership, so consent is required and is not the game's to waive. Turn Signal off, or leave consent required."});let n=e.operations.promotion;if(n.offers_prize&&(n.terms_url||t.push({path:"operations.promotion.terms_url",message:"Required when the game offers a prize."}),n.jurisdictions.length===0&&t.push({path:"operations.promotion.jurisdictions",message:"Name the countries the promotion is open in. An unbounded prize draw is open in jurisdictions whose rules you have not read."}),!n.skill_based&&!n.free_entry_route&&t.push({path:"operations.promotion.free_entry_route",message:"A paid-entry prize needs either a published free entry route or a real skill test. Set `free_entry_route`, or set `skill_based` if entry turns on skill, knowledge or judgement."})),e.identity.provider==="jwt"&&!e.identity.jwt&&t.push({path:"identity.jwt",message:"Required when identity.provider is `jwt`. Name the `issuer` and the `jwks_uri` of the login system whose tokens this game accepts. Gamestage provides no identity provider."}),e.identity.jwt)for(let i of["issuer","jwks_uri"]){let a=e.identity.jwt[i],s=Kw(a);s&&t.push({path:`identity.jwt.${i}`,message:s==="local"?"Names a host only the machine running it can reach, which is the local `gamestage dev --as` harness. That harness signs its own tokens, so a deployed game pointed at it would let anyone who can reach the key be any player. Name the login system a real fan signs in to. `gamestage dev` supplies its own and needs nothing here.":s==="insecure"?"Must be https. A key set fetched in clear text is a key set the network chooses, and a token checked against it has proved nothing.":"Not a URL. Name the full issuer and JWKS URI of the login system whose tokens this game accepts."})}return e.identity.age_gate.required&&!e.identity.age_gate.minimum_age&&t.push({path:"identity.age_gate.minimum_age",message:"Required when identity.age_gate.required is true."}),e.identity.age_gate.method==="verified"&&!e.identity.age_gate.verifier&&t.push({path:"identity.age_gate.verifier",message:"Name the verifier when the method is `verified`. Gamestage provides no age verification, so an unnamed verifier is an unevidenced claim."}),t}var zo,Qh,em,tm,Jw,Yt,Jt,qw,gI,ht,yI,vI,bI,Xw,nm,Qw,e_,qt,t_,kI,xI,SI,EI,$I,TI,AI,II,PI,CI,OI,NI,RI,Xt,xr,Qt=v(()=>{"use strict";We();Yh();Jr();St();pt();zo="1.0",Qh=l.enum(["missing","proposed","confirmed","verified","approved"]),em={missing:0,proposed:1,confirmed:2,verified:3,approved:4},tm=l.enum(["runtime","live","enterprise"]),Jw="Accounts must be approved before the first deploy.",Yt=l.enum(["L0","L1","L2","L3","L4","L5"]),Jt={L0:0,L1:1,L2:2,L3:3,L4:4,L5:5},qw={L0:"Concept",L1:"Experience",L2:"Integration",L3:"Deployable",L4:"Production",L5:"Operating"},gI=l.discriminatedUnion("kind",[l.object({kind:l.literal("human_decision"),owner:l.string(),date:l.string(),note:l.string().optional()}),l.object({kind:l.literal("generated_proposal"),tool:l.string(),model:l.string().optional(),source_context:l.string().optional()}),l.object({kind:l.literal("repository_evidence"),file:l.string(),commit:l.string().optional(),package:l.string().optional()}),l.object({kind:l.literal("platform_evidence"),system:l.string(),id:l.string()}),l.object({kind:l.literal("external_evidence"),supplier:l.string(),licence:l.string().optional(),dataset_version:l.string().optional()})]),ht={status:Qh.default("missing"),provenance:l.array(gI).default([])},yI=l.object({schema_version:l.string(),revision:l.number().int().nonnegative().default(0),conformance:Yt.default("L0")}),vI=l.object({repository:l.string().url(),branch:l.string().default("main")}),bI=l.object({id:l.string().min(1),title:l.string().min(1),summary:l.string().optional(),source:vI.optional(),owners:l.object({ip:l.string().optional(),delivery:l.string().optional(),platform:l.string().optional()}).prefault({}),...ht}),Xw=l.enum(["bring_your_own","managed_runtime","manifest_driven","dedicated_engine"]),nm="managed_runtime",Qw=Xw.options.filter(e=>e!==nm);e_=l.enum(["trivia","predict","group","timed_round","synchronous_event","collection_ranking","hunt","push","bingo","shoot"]),qt=l.preprocess(e=>typeof e=="string"?ke(e):e,e_),t_=e_.options.filter(e=>!xi.includes(e));kI=l.object({route:Xw.optional().describe(`Only ${nm} is a route Gamestage implements: every game runs on our Engine. ${Qw.join(", ")} are classifications from the Integration Scenarios RFC that nothing implements, and a manifest naming one is refused.`),archetype:qt.optional().describe(`The formats the Engine marks are ${xi.join(", ")}. ${t_.join(", ")} are classifications that inspect uses to describe a game it found; nothing marks them, and a manifest naming one is refused.`),component:l.string().optional(),version:l.string().optional(),variant:l.string().optional(),configuration:l.record(l.string(),l.unknown()).default({}),round:Se.optional(),...ht}),xI=l.object({surfaces:l.array(l.string()).default([]),container_label:l.string().min(1).default(Bn),screen_graph:l.string().optional(),design:l.object({figma_file:l.string().optional(),figma_version:l.string().optional(),tokens:l.string().optional(),fidelity:Yt.optional()}).optional(),...ht}),SI=l.object({spec_url:l.string().optional(),version:l.string().optional(),...ht}),EI=l.object({family:l.string().optional(),version:l.string().optional(),configuration_schema:l.string().optional(),...ht}),$I=l.object({project_template:l.string().optional(),project_id:l.string().optional(),events:l.array(l.string()).default([]),elements:l.array(l.string()).default([]),...ht}),TI=l.object({required:l.boolean().default(!1),minimum_age:l.number().int().positive().max(120).optional(),method:l.enum(["self_declared","verified"]).default("self_declared"),verifier:l.string().optional()}),AI=l.object({issuer:l.string().url(),jwks_uri:l.string().url(),audience:l.string().optional()}),II=l.object({provider:l.enum(["identify","anonymous","custom","jwt"]).optional(),jwt:AI.optional(),require_authenticated_writes:l.boolean().default(!0),age_gate:TI.prefault({}),consent:l.object({analytics_requires_consent:l.boolean().default(!0),provider:l.string().optional()}).prefault({}),...ht}),PI=l.object({type:l.enum(["monterosa","posthog","ga4","webhook"]),enabled:l.boolean().default(!0),config:l.record(l.string(),l.string()).default({})}),CI=l.object({destinations:l.array(PI).default([{type:"monterosa",enabled:!0,config:{}}]),trusted_events:l.array(l.string()).default([]),signal:l.object({enabled:l.boolean().default(!1),application_id:l.string().optional(),write_key:l.string().optional(),monterosa:l.object({enabled:l.boolean().default(!1),organisation_id:l.string().optional(),project_id:l.string().optional()}).prefault({})}).prefault({}),...ht}),OI=l.object({hosting:l.string().optional(),space_spec:l.string().optional(),environments:l.array(l.enum(["local","playground","staging","production"])).default(["local"]),...ht}),NI=l.object({offers_prize:l.boolean().default(!1),free_entry_route:l.string().optional(),skill_based:l.boolean().default(!1),terms_url:l.string().optional(),jurisdictions:l.array(l.string()).default([])}),RI=l.object({support_tier:tm.optional(),runbook:l.string().optional(),promotion:NI.prefault({}),...ht}),Xt=l.object({manifest:yI,app:bI,experience:xI.prefault({}),studio_app:SI.prefault({}),studio_surface:EI.prefault({}),backend:kI.prefault({}),interaction_cloud:$I.prefault({}),identity:II.prefault({}),measurement:CI.prefault({}),deployment:OI.prefault({}),operations:RI.prefault({})});xr=["app","experience","studio_app","studio_surface","backend","interaction_cloud","identity","measurement","deployment","operations"]});function Ue(e,t={}){let r=h=>({id:h.id,level:h.level,requirement:h.requirement,advice:h.advice,owner:h.owner,passed:h.check(e,t)}),o=rm.filter(h=>h.checkable).map(r),n=rm.filter(h=>!h.checkable).map(r),i="L0",a=!0;for(let h of om){let m=o.filter(T=>T.level===h);m.length>0&&m.every(T=>T.passed)&&a?i=h:a=!1}let s=o.filter(h=>h.level==="L0").every(h=>h.passed),c=Jt[i]+1,d=om[c],u=d?o.filter(h=>h.level===d&&!h.passed):[],p=e.manifest.conformance;return{computed:i,computedName:qw[i],claimed:p,overclaimed:!s||Math.min(Jt[p],Jt[r_])>Jt[i],results:o,blockers:s?u:o.filter(h=>h.level==="L0"&&!h.passed),ceiling:r_,advice:n}}function o_(e,t){let o=Ue(e).results.filter(n=>!n.passed&&Jt[n.level]<=Jt[t]);return{ok:o.length===0,missing:o}}var Sn,ve,rm,om,LI,QU,r_,hs=v(()=>{"use strict";Qt();Sn=(e,t,r)=>{let o=e[t];return em[o?.status??"missing"]>=em[r]},ve=e=>typeof e=="string"?e.trim().length>0:e!=null,rm=[{level:"L0",id:"L0.app.identity",checkable:!0,advice:"Give the game a name, and a short id we can use in web addresses.",owner:"creator",requirement:"app.id and app.title are set",check:e=>ve(e.app.id)&&ve(e.app.title)},{level:"L0",id:"L0.app.status",checkable:!0,advice:"Mark the game as started.",owner:"creator",requirement:"app section is at least proposed",check:e=>Sn(e,"app","proposed")},{level:"L0",id:"L0.schema.version",checkable:!0,advice:"The version of the format this game is described in. Set when the game was created.",owner:"creator",requirement:"manifest.schema_version is set",check:e=>ve(e.manifest.schema_version)},{level:"L1",id:"L1.experience.defined",checkable:!0,advice:"Describe the screens in the game.",owner:"creator",requirement:"experience declares a screen graph or at least one player surface",check:e=>ve(e.experience.screen_graph)||e.experience.surfaces.length>0},{level:"L1",id:"L1.experience.status",checkable:!0,advice:"Mark the design as started.",owner:"creator",requirement:"experience section is at least proposed",check:e=>Sn(e,"experience","proposed")},{level:"L1",id:"L1.backend.route",checkable:!0,advice:"Choose which engine runs the game: one we manage, or one you bring.",owner:"creator",requirement:"backend.route is chosen, so authority is decided before client code",check:e=>ve(e.backend.route)},{level:"L2",id:"L2.backend.pinned",checkable:!0,advice:"Deploy the game. We record which engine answered.",owner:"creator",requirement:"a component is serving this game's rounds",check:(e,t)=>ve(t.backendComponent)||ve(e.backend.component)&&ve(e.backend.version)},{level:"L2",id:"L2.identity.policy",checkable:!0,advice:"Say how a fan signs in. If they don't sign in, say that. Gamestage does not provide sign-in, so this names the one a fan meets.",owner:"creator",requirement:"an identity provider is named",check:e=>ve(e.identity.provider)},{level:"L2",id:"L2.measurement.destination",checkable:!0,advice:"Switch on somewhere to send the data, on this game's Integrations tab. This checks the switch is on. Whether events are arriving is a separate question.",owner:"creator",requirement:"an analytics destination is switched on",check:(e,t)=>t.destinationsEnabled===!0||e.measurement.destinations.some(r=>r.enabled)},{level:"L2",id:"L2.platform.identifiers",checkable:!0,advice:"Deploy the game. That puts it on Monterosa's platform and gives you a place to manage content.",owner:"creator",requirement:"the game exists on Interaction Cloud",check:(e,t)=>ve(t.platformProject)||ve(e.studio_app.spec_url)||ve(e.interaction_cloud.project_id)},{level:"L3",id:"L3.deployment.space",checkable:!0,advice:"Deploy the game with a URL.",owner:"creator",requirement:"the game is deployed somewhere a fan can reach",check:(e,t)=>ve(t.playgroundUrl)||ve(e.deployment.space_spec)&&e.deployment.environments.some(r=>r!=="local")},{level:"L3",id:"L3.surface.declared",checkable:!1,advice:"Say what the person running your game can change: rounds, wording, or both.",owner:"creator",requirement:"a Studio Surface family is declared for operator control",check:e=>ve(e.studio_surface.family)},{level:"L3",id:"L3.sections.confirmed",checkable:!1,advice:"Mark which parts you have finished: the play, the scoring, and the hosting.",owner:"creator",requirement:"experience, backend and deployment are all confirmed or better",check:e=>Sn(e,"experience","confirmed")&&Sn(e,"backend","confirmed")&&Sn(e,"deployment","confirmed")},{level:"L4",id:"L4.sections.verified",checkable:!1,advice:"Link proof it works: a play-through recording, or a test result.",owner:"creator",requirement:"experience, backend, identity and deployment are verified with evidence attached",check:e=>["experience","backend","identity","deployment"].every(t=>Sn(e,t,"verified")&&e[t].provenance.length>0)},{level:"L4",id:"L4.operations.runbook",checkable:!1,advice:"Name who to call when it breaks, and link the instructions they follow.",owner:"creator",requirement:"operations declares a support tier and a runbook",check:e=>ve(e.operations.support_tier)&&ve(e.operations.runbook)},{level:"L5",id:"L5.production.approved",checkable:!1,advice:"Approve the game for prod, and move your workspace onto a paid plan. Monterosa does the second part.",owner:"monterosa",requirement:"the manifest is approved and deployed to a production environment",check:e=>Sn(e,"operations","approved")&&e.deployment.environments.includes("production")}],om=["L0","L1","L2","L3","L4","L5"],LI=[{level:"L0",name:"Concept",means:"the game has a name and a description we hold for it"},{level:"L1",name:"Experience built",means:"there is something to play, and scoring runs on our server rather than in the browser"},{level:"L2",name:"Wired to the platform",means:"it is set up on the Monterosa platform, knows who each player is, and sends its numbers to your analytics"},{level:"L3",name:"Fans can reach it",means:"it is deployed at an address a fan can open"},{level:"L4",name:"Production ready",means:"checked with evidence, with someone to call and a page saying what to do if it breaks"},{level:"L5",name:"Operating live",means:"reviewed with you, and running in production"}],QU=new Map(LI.map(e=>[e.level,e])),r_=[...om].reverse().find(e=>rm.some(t=>t.level===e&&t.checkable))??"L0"});function w_(e){return typeof e>"u"||e===null}function DI(e){return typeof e=="object"&&e!==null}function jI(e){return Array.isArray(e)?e:w_(e)?[]:[e]}function MI(e,t){var r,o,n,i;if(t)for(i=Object.keys(t),r=0,o=i.length;r<o;r+=1)n=i[r],e[n]=t[n];return e}function UI(e,t){var r="",o;for(o=0;o<t;o+=1)r+=e;return r}function zI(e){return e===0&&Number.NEGATIVE_INFINITY===1/e}function __(e,t){var r="",o=e.reason||"(unknown reason)";return e.mark?(e.mark.name&&(r+='in "'+e.mark.name+'" '),r+="("+(e.mark.line+1)+":"+(e.mark.column+1)+")",!t&&e.mark.snippet&&(r+=`
10145
+
10146
+ `+e.mark.snippet),o+" "+r):o}function Go(e,t){Error.call(this),this.name="YAMLException",this.reason=e,this.mark=t,this.message=__(this,!1),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack||""}function im(e,t,r,o,n){var i="",a="",s=Math.floor(n/2)-1;return o-t>s&&(i=" ... ",t=o-s+i.length),r-o>s&&(a=" ...",r=o+s-a.length),{str:i+e.slice(t,r).replace(/\t/g,"\u2192")+a,pos:o-t+i.length}}function am(e,t){return ce.repeat(" ",t-e.length)+e}function HI(e,t){if(t=Object.create(t||null),!e.buffer)return null;t.maxLength||(t.maxLength=79),typeof t.indent!="number"&&(t.indent=1),typeof t.linesBefore!="number"&&(t.linesBefore=3),typeof t.linesAfter!="number"&&(t.linesAfter=2);for(var r=/\r?\n|\r|\0/g,o=[0],n=[],i,a=-1;i=r.exec(e.buffer);)n.push(i.index),o.push(i.index+i[0].length),e.position<=i.index&&a<0&&(a=o.length-2);a<0&&(a=o.length-1);var s="",c,d,u=Math.min(e.line+t.linesAfter,n.length).toString().length,p=t.maxLength-(t.indent+u+3);for(c=1;c<=t.linesBefore&&!(a-c<0);c++)d=im(e.buffer,o[a-c],n[a-c],e.position-(o[a]-o[a-c]),p),s=ce.repeat(" ",t.indent)+am((e.line-c+1).toString(),u)+" | "+d.str+`
10147
+ `+s;for(d=im(e.buffer,o[a],n[a],e.position,p),s+=ce.repeat(" ",t.indent)+am((e.line+1).toString(),u)+" | "+d.str+`
10148
+ `,s+=ce.repeat("-",t.indent+u+3+d.pos)+`^
10149
+ `,c=1;c<=t.linesAfter&&!(a+c>=n.length);c++)d=im(e.buffer,o[a+c],n[a+c],e.position-(o[a]-o[a+c]),p),s+=ce.repeat(" ",t.indent)+am((e.line+c+1).toString(),u)+" | "+d.str+`
10150
+ `;return s.replace(/\n$/,"")}function qI(e){var t={};return e!==null&&Object.keys(e).forEach(function(r){e[r].forEach(function(o){t[String(o)]=r})}),t}function XI(e,t){if(t=t||{},Object.keys(t).forEach(function(r){if(YI.indexOf(r)===-1)throw new Re('Unknown option "'+r+'" is met in definition of "'+e+'" YAML type.')}),this.options=t,this.tag=e,this.kind=t.kind||null,this.resolve=t.resolve||function(){return!0},this.construct=t.construct||function(r){return r},this.instanceOf=t.instanceOf||null,this.predicate=t.predicate||null,this.represent=t.represent||null,this.representName=t.representName||null,this.defaultStyle=t.defaultStyle||null,this.multi=t.multi||!1,this.styleAliases=qI(t.styleAliases||null),JI.indexOf(this.kind)===-1)throw new Re('Unknown kind "'+this.kind+'" is specified for "'+e+'" YAML type.')}function i_(e,t){var r=[];return e[t].forEach(function(o){var n=r.length;r.forEach(function(i,a){i.tag===o.tag&&i.kind===o.kind&&i.multi===o.multi&&(n=a)}),r[n]=o}),r}function QI(){var e={scalar:{},sequence:{},mapping:{},fallback:{},multi:{scalar:[],sequence:[],mapping:[],fallback:[]}},t,r;function o(n){n.multi?(e.multi[n.kind].push(n),e.multi.fallback.push(n)):e[n.kind][n.tag]=e.fallback[n.tag]=n}for(t=0,r=arguments.length;t<r;t+=1)arguments[t].forEach(o);return e}function cm(e){return this.extend(e)}function eP(e){if(e===null)return!0;var t=e.length;return t===1&&e==="~"||t===4&&(e==="null"||e==="Null"||e==="NULL")}function tP(){return null}function nP(e){return e===null}function rP(e){if(e===null)return!1;var t=e.length;return t===4&&(e==="true"||e==="True"||e==="TRUE")||t===5&&(e==="false"||e==="False"||e==="FALSE")}function oP(e){return e==="true"||e==="True"||e==="TRUE"}function iP(e){return Object.prototype.toString.call(e)==="[object Boolean]"}function aP(e){return 48<=e&&e<=57||65<=e&&e<=70||97<=e&&e<=102}function sP(e){return 48<=e&&e<=55}function cP(e){return 48<=e&&e<=57}function lP(e){if(e===null)return!1;var t=e.length,r=0,o=!1,n;if(!t)return!1;if(n=e[r],(n==="-"||n==="+")&&(n=e[++r]),n==="0"){if(r+1===t)return!0;if(n=e[++r],n==="b"){for(r++;r<t;r++)if(n=e[r],n!=="_"){if(n!=="0"&&n!=="1")return!1;o=!0}return o&&n!=="_"}if(n==="x"){for(r++;r<t;r++)if(n=e[r],n!=="_"){if(!aP(e.charCodeAt(r)))return!1;o=!0}return o&&n!=="_"}if(n==="o"){for(r++;r<t;r++)if(n=e[r],n!=="_"){if(!sP(e.charCodeAt(r)))return!1;o=!0}return o&&n!=="_"}}if(n==="_")return!1;for(;r<t;r++)if(n=e[r],n!=="_"){if(!cP(e.charCodeAt(r)))return!1;o=!0}return!(!o||n==="_")}function dP(e){var t=e,r=1,o;if(t.indexOf("_")!==-1&&(t=t.replace(/_/g,"")),o=t[0],(o==="-"||o==="+")&&(o==="-"&&(r=-1),t=t.slice(1),o=t[0]),t==="0")return 0;if(o==="0"){if(t[1]==="b")return r*parseInt(t.slice(2),2);if(t[1]==="x")return r*parseInt(t.slice(2),16);if(t[1]==="o")return r*parseInt(t.slice(2),8)}return r*parseInt(t,10)}function uP(e){return Object.prototype.toString.call(e)==="[object Number]"&&e%1===0&&!ce.isNegativeZero(e)}function hP(e){return!(e===null||!pP.test(e)||e[e.length-1]==="_")}function mP(e){var t,r;return t=e.replace(/_/g,"").toLowerCase(),r=t[0]==="-"?-1:1,"+-".indexOf(t[0])>=0&&(t=t.slice(1)),t===".inf"?r===1?Number.POSITIVE_INFINITY:Number.NEGATIVE_INFINITY:t===".nan"?NaN:r*parseFloat(t,10)}function gP(e,t){var r;if(isNaN(e))switch(t){case"lowercase":return".nan";case"uppercase":return".NAN";case"camelcase":return".NaN"}else if(Number.POSITIVE_INFINITY===e)switch(t){case"lowercase":return".inf";case"uppercase":return".INF";case"camelcase":return".Inf"}else if(Number.NEGATIVE_INFINITY===e)switch(t){case"lowercase":return"-.inf";case"uppercase":return"-.INF";case"camelcase":return"-.Inf"}else if(ce.isNegativeZero(e))return"-0.0";return r=e.toString(10),fP.test(r)?r.replace("e",".e"):r}function yP(e){return Object.prototype.toString.call(e)==="[object Number]"&&(e%1!==0||ce.isNegativeZero(e))}function vP(e){return e===null?!1:N_.exec(e)!==null||R_.exec(e)!==null}function bP(e){var t,r,o,n,i,a,s,c=0,d=null,u,p,h;if(t=N_.exec(e),t===null&&(t=R_.exec(e)),t===null)throw new Error("Date resolve error");if(r=+t[1],o=+t[2]-1,n=+t[3],!t[4])return new Date(Date.UTC(r,o,n));if(i=+t[4],a=+t[5],s=+t[6],t[7]){for(c=t[7].slice(0,3);c.length<3;)c+="0";c=+c}return t[9]&&(u=+t[10],p=+(t[11]||0),d=(u*60+p)*6e4,t[9]==="-"&&(d=-d)),h=new Date(Date.UTC(r,o,n,i,a,s,c)),d&&h.setTime(h.getTime()-d),h}function wP(e){return e.toISOString()}function _P(e){return e==="<<"||e===null}function kP(e){if(e===null)return!1;var t,r,o=0,n=e.length,i=hm;for(r=0;r<n;r++)if(t=i.indexOf(e.charAt(r)),!(t>64)){if(t<0)return!1;o+=6}return o%8===0}function xP(e){var t,r,o=e.replace(/[\r\n=]/g,""),n=o.length,i=hm,a=0,s=[];for(t=0;t<n;t++)t%4===0&&t&&(s.push(a>>16&255),s.push(a>>8&255),s.push(a&255)),a=a<<6|i.indexOf(o.charAt(t));return r=n%4*6,r===0?(s.push(a>>16&255),s.push(a>>8&255),s.push(a&255)):r===18?(s.push(a>>10&255),s.push(a>>2&255)):r===12&&s.push(a>>4&255),new Uint8Array(s)}function SP(e){var t="",r=0,o,n,i=e.length,a=hm;for(o=0;o<i;o++)o%3===0&&o&&(t+=a[r>>18&63],t+=a[r>>12&63],t+=a[r>>6&63],t+=a[r&63]),r=(r<<8)+e[o];return n=i%3,n===0?(t+=a[r>>18&63],t+=a[r>>12&63],t+=a[r>>6&63],t+=a[r&63]):n===2?(t+=a[r>>10&63],t+=a[r>>4&63],t+=a[r<<2&63],t+=a[64]):n===1&&(t+=a[r>>2&63],t+=a[r<<4&63],t+=a[64],t+=a[64]),t}function EP(e){return Object.prototype.toString.call(e)==="[object Uint8Array]"}function AP(e){if(e===null)return!0;var t=[],r,o,n,i,a,s=e;for(r=0,o=s.length;r<o;r+=1){if(n=s[r],a=!1,TP.call(n)!=="[object Object]")return!1;for(i in n)if($P.call(n,i))if(!a)a=!0;else return!1;if(!a)return!1;if(t.indexOf(i)===-1)t.push(i);else return!1}return!0}function IP(e){return e!==null?e:[]}function CP(e){if(e===null)return!0;var t,r,o,n,i,a=e;for(i=new Array(a.length),t=0,r=a.length;t<r;t+=1){if(o=a[t],PP.call(o)!=="[object Object]"||(n=Object.keys(o),n.length!==1))return!1;i[t]=[n[0],o[n[0]]]}return!0}function OP(e){if(e===null)return[];var t,r,o,n,i,a=e;for(i=new Array(a.length),t=0,r=a.length;t<r;t+=1)o=a[t],n=Object.keys(o),i[t]=[n[0],o[n[0]]];return i}function RP(e){if(e===null)return!0;var t,r=e;for(t in r)if(NP.call(r,t)&&r[t]!==null)return!1;return!0}function LP(e){return e!==null?e:{}}function s_(e){return Object.prototype.toString.call(e)}function mt(e){return e===10||e===13}function $n(e){return e===9||e===32}function ze(e){return e===9||e===32||e===10||e===13}function Er(e){return e===44||e===91||e===93||e===123||e===125}function zP(e){var t;return 48<=e&&e<=57?e-48:(t=e|32,97<=t&&t<=102?t-97+10:-1)}function FP(e){return e===120?2:e===117?4:e===85?8:0}function GP(e){return 48<=e&&e<=57?e-48:-1}function c_(e){return e===48?"\0":e===97?"\x07":e===98?"\b":e===116||e===9?" ":e===110?`
10151
+ `:e===118?"\v":e===102?"\f":e===114?"\r":e===101?"\x1B":e===32?" ":e===34?'"':e===47?"/":e===92?"\\":e===78?"\x85":e===95?"\xA0":e===76?"\u2028":e===80?"\u2029":""}function BP(e){return e<=65535?String.fromCharCode(e):String.fromCharCode((e-65536>>10)+55296,(e-65536&1023)+56320)}function K_(e,t,r){t==="__proto__"?Object.defineProperty(e,t,{configurable:!0,enumerable:!0,writable:!0,value:r}):e[t]=r}function WP(e,t){this.input=e,this.filename=t.filename||null,this.schema=t.schema||mm,this.onWarning=t.onWarning||null,this.legacy=t.legacy||!1,this.json=t.json||!1,this.listener=t.listener||null,this.implicitTypes=this.schema.compiledImplicit,this.typeMap=this.schema.compiledTypeMap,this.length=e.length,this.position=0,this.line=0,this.lineStart=0,this.lineIndent=0,this.firstTabInLine=-1,this.documents=[]}function V_(e,t){var r={name:e.filename,buffer:e.input.slice(0,-1),position:e.position,line:e.line,column:e.position-e.lineStart};return r.snippet=VI(r),new Re(t,r)}function z(e,t){throw V_(e,t)}function gs(e,t){e.onWarning&&e.onWarning.call(null,V_(e,t))}function en(e,t,r,o){var n,i,a,s;if(t<r){if(s=e.input.slice(t,r),o)for(n=0,i=s.length;n<i;n+=1)a=s.charCodeAt(n),a===9||32<=a&&a<=1114111||z(e,"expected valid JSON character");else jP.test(s)&&z(e,"the stream contains non-printable characters");e.result+=s}}function d_(e,t,r,o){var n,i,a,s;for(ce.isObject(r)||z(e,"cannot merge mappings; the provided source object is unacceptable"),n=Object.keys(r),a=0,s=n.length;a<s;a+=1)i=n[a],tn.call(t,i)||(K_(t,i,r[i]),o[i]=!0)}function $r(e,t,r,o,n,i,a,s,c){var d,u;if(Array.isArray(n))for(n=Array.prototype.slice.call(n),d=0,u=n.length;d<u;d+=1)Array.isArray(n[d])&&z(e,"nested arrays are not supported inside keys"),typeof n=="object"&&s_(n[d])==="[object Object]"&&(n[d]="[object Object]");if(typeof n=="object"&&s_(n)==="[object Object]"&&(n="[object Object]"),n=String(n),t===null&&(t={}),o==="tag:yaml.org,2002:merge")if(Array.isArray(i))for(d=0,u=i.length;d<u;d+=1)d_(e,t,i[d],r);else d_(e,t,i,r);else!e.json&&!tn.call(r,n)&&tn.call(t,n)&&(e.line=a||e.line,e.lineStart=s||e.lineStart,e.position=c||e.position,z(e,"duplicated mapping key")),K_(t,n,i),delete r[n];return t}function fm(e){var t;t=e.input.charCodeAt(e.position),t===10?e.position++:t===13?(e.position++,e.input.charCodeAt(e.position)===10&&e.position++):z(e,"a line break is expected"),e.line+=1,e.lineStart=e.position,e.firstTabInLine=-1}function se(e,t,r){for(var o=0,n=e.input.charCodeAt(e.position);n!==0;){for(;$n(n);)n===9&&e.firstTabInLine===-1&&(e.firstTabInLine=e.position),n=e.input.charCodeAt(++e.position);if(t&&n===35)do n=e.input.charCodeAt(++e.position);while(n!==10&&n!==13&&n!==0);if(mt(n))for(fm(e),n=e.input.charCodeAt(e.position),o++,e.lineIndent=0;n===32;)e.lineIndent++,n=e.input.charCodeAt(++e.position);else break}return r!==-1&&o!==0&&e.lineIndent<r&&gs(e,"deficient indentation"),o}function bs(e){var t=e.position,r;return r=e.input.charCodeAt(t),!!((r===45||r===46)&&r===e.input.charCodeAt(t+1)&&r===e.input.charCodeAt(t+2)&&(t+=3,r=e.input.charCodeAt(t),r===0||ze(r)))}function gm(e,t){t===1?e.result+=" ":t>1&&(e.result+=ce.repeat(`
10152
+ `,t-1))}function KP(e,t,r){var o,n,i,a,s,c,d,u,p=e.kind,h=e.result,m;if(m=e.input.charCodeAt(e.position),ze(m)||Er(m)||m===35||m===38||m===42||m===33||m===124||m===62||m===39||m===34||m===37||m===64||m===96||(m===63||m===45)&&(n=e.input.charCodeAt(e.position+1),ze(n)||r&&Er(n)))return!1;for(e.kind="scalar",e.result="",i=a=e.position,s=!1;m!==0;){if(m===58){if(n=e.input.charCodeAt(e.position+1),ze(n)||r&&Er(n))break}else if(m===35){if(o=e.input.charCodeAt(e.position-1),ze(o))break}else{if(e.position===e.lineStart&&bs(e)||r&&Er(m))break;if(mt(m))if(c=e.line,d=e.lineStart,u=e.lineIndent,se(e,!1,-1),e.lineIndent>=t){s=!0,m=e.input.charCodeAt(e.position);continue}else{e.position=a,e.line=c,e.lineStart=d,e.lineIndent=u;break}}s&&(en(e,i,a,!1),gm(e,e.line-c),i=a=e.position,s=!1),$n(m)||(a=e.position+1),m=e.input.charCodeAt(++e.position)}return en(e,i,a,!1),e.result?!0:(e.kind=p,e.result=h,!1)}function ZP(e,t){var r,o,n;if(r=e.input.charCodeAt(e.position),r!==39)return!1;for(e.kind="scalar",e.result="",e.position++,o=n=e.position;(r=e.input.charCodeAt(e.position))!==0;)if(r===39)if(en(e,o,e.position,!0),r=e.input.charCodeAt(++e.position),r===39)o=e.position,e.position++,n=e.position;else return!0;else mt(r)?(en(e,o,n,!0),gm(e,se(e,!1,t)),o=n=e.position):e.position===e.lineStart&&bs(e)?z(e,"unexpected end of the document within a single quoted scalar"):(e.position++,n=e.position);z(e,"unexpected end of the stream within a single quoted scalar")}function HP(e,t){var r,o,n,i,a,s;if(s=e.input.charCodeAt(e.position),s!==34)return!1;for(e.kind="scalar",e.result="",e.position++,r=o=e.position;(s=e.input.charCodeAt(e.position))!==0;){if(s===34)return en(e,r,e.position,!0),e.position++,!0;if(s===92){if(en(e,r,e.position,!0),s=e.input.charCodeAt(++e.position),mt(s))se(e,!1,t);else if(s<256&&Z_[s])e.result+=H_[s],e.position++;else if((a=FP(s))>0){for(n=a,i=0;n>0;n--)s=e.input.charCodeAt(++e.position),(a=zP(s))>=0?i=(i<<4)+a:z(e,"expected hexadecimal character");e.result+=BP(i),e.position++}else z(e,"unknown escape sequence");r=o=e.position}else mt(s)?(en(e,r,o,!0),gm(e,se(e,!1,t)),r=o=e.position):e.position===e.lineStart&&bs(e)?z(e,"unexpected end of the document within a double quoted scalar"):(e.position++,o=e.position)}z(e,"unexpected end of the stream within a double quoted scalar")}function VP(e,t){var r=!0,o,n,i,a=e.tag,s,c=e.anchor,d,u,p,h,m,g=Object.create(null),T,y,_,w;if(w=e.input.charCodeAt(e.position),w===91)u=93,m=!1,s=[];else if(w===123)u=125,m=!0,s={};else return!1;for(e.anchor!==null&&(e.anchorMap[e.anchor]=s),w=e.input.charCodeAt(++e.position);w!==0;){if(se(e,!0,t),w=e.input.charCodeAt(e.position),w===u)return e.position++,e.tag=a,e.anchor=c,e.kind=m?"mapping":"sequence",e.result=s,!0;r?w===44&&z(e,"expected the node content, but found ','"):z(e,"missed comma between flow collection entries"),y=T=_=null,p=h=!1,w===63&&(d=e.input.charCodeAt(e.position+1),ze(d)&&(p=h=!0,e.position++,se(e,!0,t))),o=e.line,n=e.lineStart,i=e.position,Tr(e,t,ms,!1,!0),y=e.tag,T=e.result,se(e,!0,t),w=e.input.charCodeAt(e.position),(h||e.line===o)&&w===58&&(p=!0,w=e.input.charCodeAt(++e.position),se(e,!0,t),Tr(e,t,ms,!1,!0),_=e.result),m?$r(e,s,g,y,T,_,o,n,i):p?s.push($r(e,null,g,y,T,_,o,n,i)):s.push(T),se(e,!0,t),w=e.input.charCodeAt(e.position),w===44?(r=!0,w=e.input.charCodeAt(++e.position)):r=!1}z(e,"unexpected end of the stream within a flow collection")}function YP(e,t){var r,o,n=sm,i=!1,a=!1,s=t,c=0,d=!1,u,p;if(p=e.input.charCodeAt(e.position),p===124)o=!1;else if(p===62)o=!0;else return!1;for(e.kind="scalar",e.result="";p!==0;)if(p=e.input.charCodeAt(++e.position),p===43||p===45)sm===n?n=p===43?a_:DP:z(e,"repeat of a chomping mode identifier");else if((u=GP(p))>=0)u===0?z(e,"bad explicit indentation width of a block scalar; it cannot be less than one"):a?z(e,"repeat of an indentation width identifier"):(s=t+u-1,a=!0);else break;if($n(p)){do p=e.input.charCodeAt(++e.position);while($n(p));if(p===35)do p=e.input.charCodeAt(++e.position);while(!mt(p)&&p!==0)}for(;p!==0;){for(fm(e),e.lineIndent=0,p=e.input.charCodeAt(e.position);(!a||e.lineIndent<s)&&p===32;)e.lineIndent++,p=e.input.charCodeAt(++e.position);if(!a&&e.lineIndent>s&&(s=e.lineIndent),mt(p)){c++;continue}if(e.lineIndent<s){n===a_?e.result+=ce.repeat(`
10153
+ `,i?1+c:c):n===sm&&i&&(e.result+=`
10154
+ `);break}for(o?$n(p)?(d=!0,e.result+=ce.repeat(`
10155
+ `,i?1+c:c)):d?(d=!1,e.result+=ce.repeat(`
10156
+ `,c+1)):c===0?i&&(e.result+=" "):e.result+=ce.repeat(`
10157
+ `,c):e.result+=ce.repeat(`
10158
+ `,i?1+c:c),i=!0,a=!0,c=0,r=e.position;!mt(p)&&p!==0;)p=e.input.charCodeAt(++e.position);en(e,r,e.position,!1)}return!0}function u_(e,t){var r,o=e.tag,n=e.anchor,i=[],a,s=!1,c;if(e.firstTabInLine!==-1)return!1;for(e.anchor!==null&&(e.anchorMap[e.anchor]=i),c=e.input.charCodeAt(e.position);c!==0&&(e.firstTabInLine!==-1&&(e.position=e.firstTabInLine,z(e,"tab characters must not be used in indentation")),!(c!==45||(a=e.input.charCodeAt(e.position+1),!ze(a))));){if(s=!0,e.position++,se(e,!0,-1)&&e.lineIndent<=t){i.push(null),c=e.input.charCodeAt(e.position);continue}if(r=e.line,Tr(e,t,G_,!1,!0),i.push(e.result),se(e,!0,-1),c=e.input.charCodeAt(e.position),(e.line===r||e.lineIndent>t)&&c!==0)z(e,"bad indentation of a sequence entry");else if(e.lineIndent<t)break}return s?(e.tag=o,e.anchor=n,e.kind="sequence",e.result=i,!0):!1}function JP(e,t,r){var o,n,i,a,s,c,d=e.tag,u=e.anchor,p={},h=Object.create(null),m=null,g=null,T=null,y=!1,_=!1,w;if(e.firstTabInLine!==-1)return!1;for(e.anchor!==null&&(e.anchorMap[e.anchor]=p),w=e.input.charCodeAt(e.position);w!==0;){if(!y&&e.firstTabInLine!==-1&&(e.position=e.firstTabInLine,z(e,"tab characters must not be used in indentation")),o=e.input.charCodeAt(e.position+1),i=e.line,(w===63||w===58)&&ze(o))w===63?(y&&($r(e,p,h,m,g,null,a,s,c),m=g=T=null),_=!0,y=!0,n=!0):y?(y=!1,n=!0):z(e,"incomplete explicit mapping pair; a key node is missed; or followed by a non-tabulated empty line"),e.position+=1,w=o;else{if(a=e.line,s=e.lineStart,c=e.position,!Tr(e,r,F_,!1,!0))break;if(e.line===i){for(w=e.input.charCodeAt(e.position);$n(w);)w=e.input.charCodeAt(++e.position);if(w===58)w=e.input.charCodeAt(++e.position),ze(w)||z(e,"a whitespace character is expected after the key-value separator within a block mapping"),y&&($r(e,p,h,m,g,null,a,s,c),m=g=T=null),_=!0,y=!1,n=!1,m=e.tag,g=e.result;else if(_)z(e,"can not read an implicit mapping pair; a colon is missed");else return e.tag=d,e.anchor=u,!0}else if(_)z(e,"can not read a block mapping entry; a multiline key may not be an implicit key");else return e.tag=d,e.anchor=u,!0}if((e.line===i||e.lineIndent>t)&&(y&&(a=e.line,s=e.lineStart,c=e.position),Tr(e,t,fs,!0,n)&&(y?g=e.result:T=e.result),y||($r(e,p,h,m,g,T,a,s,c),m=g=T=null),se(e,!0,-1),w=e.input.charCodeAt(e.position)),(e.line===i||e.lineIndent>t)&&w!==0)z(e,"bad indentation of a mapping entry");else if(e.lineIndent<t)break}return y&&$r(e,p,h,m,g,null,a,s,c),_&&(e.tag=d,e.anchor=u,e.kind="mapping",e.result=p),_}function qP(e){var t,r=!1,o=!1,n,i,a;if(a=e.input.charCodeAt(e.position),a!==33)return!1;if(e.tag!==null&&z(e,"duplication of a tag property"),a=e.input.charCodeAt(++e.position),a===60?(r=!0,a=e.input.charCodeAt(++e.position)):a===33?(o=!0,n="!!",a=e.input.charCodeAt(++e.position)):n="!",t=e.position,r){do a=e.input.charCodeAt(++e.position);while(a!==0&&a!==62);e.position<e.length?(i=e.input.slice(t,e.position),a=e.input.charCodeAt(++e.position)):z(e,"unexpected end of the stream within a verbatim tag")}else{for(;a!==0&&!ze(a);)a===33&&(o?z(e,"tag suffix cannot contain exclamation marks"):(n=e.input.slice(t-1,e.position+1),B_.test(n)||z(e,"named tag handle cannot contain such characters"),o=!0,t=e.position+1)),a=e.input.charCodeAt(++e.position);i=e.input.slice(t,e.position),UP.test(i)&&z(e,"tag suffix cannot contain flow indicator characters")}i&&!W_.test(i)&&z(e,"tag name cannot contain such characters: "+i);try{i=decodeURIComponent(i)}catch{z(e,"tag name is malformed: "+i)}return r?e.tag=i:tn.call(e.tagMap,n)?e.tag=e.tagMap[n]+i:n==="!"?e.tag="!"+i:n==="!!"?e.tag="tag:yaml.org,2002:"+i:z(e,'undeclared tag handle "'+n+'"'),!0}function XP(e){var t,r;if(r=e.input.charCodeAt(e.position),r!==38)return!1;for(e.anchor!==null&&z(e,"duplication of an anchor property"),r=e.input.charCodeAt(++e.position),t=e.position;r!==0&&!ze(r)&&!Er(r);)r=e.input.charCodeAt(++e.position);return e.position===t&&z(e,"name of an anchor node must contain at least one character"),e.anchor=e.input.slice(t,e.position),!0}function QP(e){var t,r,o;if(o=e.input.charCodeAt(e.position),o!==42)return!1;for(o=e.input.charCodeAt(++e.position),t=e.position;o!==0&&!ze(o)&&!Er(o);)o=e.input.charCodeAt(++e.position);return e.position===t&&z(e,"name of an alias node must contain at least one character"),r=e.input.slice(t,e.position),tn.call(e.anchorMap,r)||z(e,'unidentified alias "'+r+'"'),e.result=e.anchorMap[r],se(e,!0,-1),!0}function Tr(e,t,r,o,n){var i,a,s,c=1,d=!1,u=!1,p,h,m,g,T,y;if(e.listener!==null&&e.listener("open",e),e.tag=null,e.anchor=null,e.kind=null,e.result=null,i=a=s=fs===r||G_===r,o&&se(e,!0,-1)&&(d=!0,e.lineIndent>t?c=1:e.lineIndent===t?c=0:e.lineIndent<t&&(c=-1)),c===1)for(;qP(e)||XP(e);)se(e,!0,-1)?(d=!0,s=i,e.lineIndent>t?c=1:e.lineIndent===t?c=0:e.lineIndent<t&&(c=-1)):s=!1;if(s&&(s=d||n),(c===1||fs===r)&&(ms===r||F_===r?T=t:T=t+1,y=e.position-e.lineStart,c===1?s&&(u_(e,y)||JP(e,y,T))||VP(e,T)?u=!0:(a&&YP(e,T)||ZP(e,T)||HP(e,T)?u=!0:QP(e)?(u=!0,(e.tag!==null||e.anchor!==null)&&z(e,"alias node should not have any properties")):KP(e,T,ms===r)&&(u=!0,e.tag===null&&(e.tag="?")),e.anchor!==null&&(e.anchorMap[e.anchor]=e.result)):c===0&&(u=s&&u_(e,y))),e.tag===null)e.anchor!==null&&(e.anchorMap[e.anchor]=e.result);else if(e.tag==="?"){for(e.result!==null&&e.kind!=="scalar"&&z(e,'unacceptable node kind for !<?> tag; it should be "scalar", not "'+e.kind+'"'),p=0,h=e.implicitTypes.length;p<h;p+=1)if(g=e.implicitTypes[p],g.resolve(e.result)){e.result=g.construct(e.result),e.tag=g.tag,e.anchor!==null&&(e.anchorMap[e.anchor]=e.result);break}}else if(e.tag!=="!"){if(tn.call(e.typeMap[e.kind||"fallback"],e.tag))g=e.typeMap[e.kind||"fallback"][e.tag];else for(g=null,m=e.typeMap.multi[e.kind||"fallback"],p=0,h=m.length;p<h;p+=1)if(e.tag.slice(0,m[p].tag.length)===m[p].tag){g=m[p];break}g||z(e,"unknown tag !<"+e.tag+">"),e.result!==null&&g.kind!==e.kind&&z(e,"unacceptable node kind for !<"+e.tag+'> tag; it should be "'+g.kind+'", not "'+e.kind+'"'),g.resolve(e.result,e.tag)?(e.result=g.construct(e.result,e.tag),e.anchor!==null&&(e.anchorMap[e.anchor]=e.result)):z(e,"cannot resolve a node with !<"+e.tag+"> explicit tag")}return e.listener!==null&&e.listener("close",e),e.tag!==null||e.anchor!==null||u}function eC(e){var t=e.position,r,o,n,i=!1,a;for(e.version=null,e.checkLineBreaks=e.legacy,e.tagMap=Object.create(null),e.anchorMap=Object.create(null);(a=e.input.charCodeAt(e.position))!==0&&(se(e,!0,-1),a=e.input.charCodeAt(e.position),!(e.lineIndent>0||a!==37));){for(i=!0,a=e.input.charCodeAt(++e.position),r=e.position;a!==0&&!ze(a);)a=e.input.charCodeAt(++e.position);for(o=e.input.slice(r,e.position),n=[],o.length<1&&z(e,"directive name must not be less than one character in length");a!==0;){for(;$n(a);)a=e.input.charCodeAt(++e.position);if(a===35){do a=e.input.charCodeAt(++e.position);while(a!==0&&!mt(a));break}if(mt(a))break;for(r=e.position;a!==0&&!ze(a);)a=e.input.charCodeAt(++e.position);n.push(e.input.slice(r,e.position))}a!==0&&fm(e),tn.call(l_,o)?l_[o](e,o,n):gs(e,'unknown document directive "'+o+'"')}if(se(e,!0,-1),e.lineIndent===0&&e.input.charCodeAt(e.position)===45&&e.input.charCodeAt(e.position+1)===45&&e.input.charCodeAt(e.position+2)===45?(e.position+=3,se(e,!0,-1)):i&&z(e,"directives end mark is expected"),Tr(e,e.lineIndent-1,fs,!1,!0),se(e,!0,-1),e.checkLineBreaks&&MP.test(e.input.slice(t,e.position))&&gs(e,"non-ASCII line breaks are interpreted as content"),e.documents.push(e.result),e.position===e.lineStart&&bs(e)){e.input.charCodeAt(e.position)===46&&(e.position+=3,se(e,!0,-1));return}if(e.position<e.length-1)z(e,"end of the stream or a document separator is expected");else return}function Y_(e,t){e=String(e),t=t||{},e.length!==0&&(e.charCodeAt(e.length-1)!==10&&e.charCodeAt(e.length-1)!==13&&(e+=`
10159
+ `),e.charCodeAt(0)===65279&&(e=e.slice(1)));var r=new WP(e,t),o=e.indexOf("\0");for(o!==-1&&(r.position=o,z(r,"null byte is not allowed in input")),r.input+="\0";r.input.charCodeAt(r.position)===32;)r.lineIndent+=1,r.position+=1;for(;r.position<r.length-1;)eC(r);return r.documents}function tC(e,t,r){t!==null&&typeof t=="object"&&typeof r>"u"&&(r=t,t=null);var o=Y_(e,r);if(typeof t!="function")return o;for(var n=0,i=o.length;n<i;n+=1)t(o[n])}function nC(e,t){var r=Y_(e,t);if(r.length!==0){if(r.length===1)return r[0];throw new Re("expected a single document in the stream, but found more")}}function xC(e,t){var r,o,n,i,a,s,c;if(t===null)return{};for(r={},o=Object.keys(t),n=0,i=o.length;n<i;n+=1)a=o[n],s=String(t[a]),a.slice(0,2)==="!!"&&(a="tag:yaml.org,2002:"+a.slice(2)),c=e.compiledTypeMap.fallback[a],c&&X_.call(c.styleAliases,s)&&(s=c.styleAliases[s]),r[a]=s;return r}function SC(e){var t,r,o;if(t=e.toString(16).toUpperCase(),e<=255)r="x",o=2;else if(e<=65535)r="u",o=4;else if(e<=4294967295)r="U",o=8;else throw new Re("code point within a string may not be greater than 0xFFFFFFFF");return"\\"+r+ce.repeat("0",o-t.length)+t}function $C(e){this.schema=e.schema||mm,this.indent=Math.max(1,e.indent||2),this.noArrayIndent=e.noArrayIndent||!1,this.skipInvalid=e.skipInvalid||!1,this.flowLevel=ce.isNothing(e.flowLevel)?-1:e.flowLevel,this.styleMap=xC(this.schema,e.styles||null),this.sortKeys=e.sortKeys||!1,this.lineWidth=e.lineWidth||80,this.noRefs=e.noRefs||!1,this.noCompatMode=e.noCompatMode||!1,this.condenseFlow=e.condenseFlow||!1,this.quotingType=e.quotingType==='"'?Wo:EC,this.forceQuotes=e.forceQuotes||!1,this.replacer=typeof e.replacer=="function"?e.replacer:null,this.implicitTypes=this.schema.compiledImplicit,this.explicitTypes=this.schema.compiledExplicit,this.tag=null,this.result="",this.duplicates=[],this.usedDuplicates=null}function p_(e,t){for(var r=ce.repeat(" ",t),o=0,n=-1,i="",a,s=e.length;o<s;)n=e.indexOf(`
10114
10160
  `,o),n===-1?(a=e.slice(o),o=s):(a=e.slice(o,n+1),o=n+1),a.length&&a!==`
10115
- `&&(i+=r),i+=a;return i}function tm(e,t){return`
10116
- `+le.repeat(" ",e.indent*t)}function vC(e,t){var r,o,n;for(r=0,o=e.implicitTypes.length;r<o;r+=1)if(n=e.implicitTypes[r],n.resolve(t))return!0;return!1}function fs(e){return e===XP||e===JP}function Ko(e){return 32<=e&&e<=126||161<=e&&e<=55295&&e!==8232&&e!==8233||57344<=e&&e<=65533&&e!==cm||65536<=e&&e<=1114111}function r_(e){return Ko(e)&&e!==cm&&e!==qP&&e!==Bo}function o_(e,t,r){var o=r_(e),n=o&&!fs(e);return(r?o:o&&e!==B_&&e!==W_&&e!==K_&&e!==Z_&&e!==V_)&&e!==em&&!(t===ms&&!n)||r_(t)&&!fs(t)&&e===em||t===ms&&n}function bC(e){return Ko(e)&&e!==cm&&!fs(e)&&e!==iC&&e!==cC&&e!==ms&&e!==B_&&e!==W_&&e!==K_&&e!==Z_&&e!==V_&&e!==em&&e!==nC&&e!==oC&&e!==QP&&e!==uC&&e!==aC&&e!==sC&&e!==rC&&e!==eC&&e!==tC&&e!==lC&&e!==dC}function wC(e){return!fs(e)&&e!==ms}function Fo(e,t){var r=e.charCodeAt(t),o;return r>=55296&&r<=56319&&t+1<e.length&&(o=e.charCodeAt(t+1),o>=56320&&o<=57343)?(r-55296)*1024+o-56320+65536:r}function H_(e){var t=/^\n* /;return t.test(e)}function _C(e,t,r,o,n,i,a,s){var l,d=0,u=null,p=!1,h=!1,f=o!==-1,m=-1,b=bC(Fo(e,0))&&wC(Fo(e,e.length-1));if(t||a)for(l=0;l<e.length;d>=65536?l+=2:l++){if(d=Fo(e,l),!Ko(d))return xr;b=b&&o_(d,u,s),u=d}else{for(l=0;l<e.length;d>=65536?l+=2:l++){if(d=Fo(e,l),d===Bo)p=!0,f&&(h=h||l-m-1>o&&e[m+1]!==" ",m=l);else if(!Ko(d))return xr;b=b&&o_(d,u,s),u=d}h=h||f&&l-m-1>o&&e[m+1]!==" "}return!p&&!h?b&&!a&&!n(e)?Y_:i===Wo?xr:nm:r>9&&H_(e)?xr:a?i===Wo?xr:nm:h?q_:J_}function kC(e,t,r,o,n){e.dump=(function(){if(t.length===0)return e.quotingType===Wo?'""':"''";if(!e.noCompatMode&&(pC.indexOf(t)!==-1||hC.test(t)))return e.quotingType===Wo?'"'+t+'"':"'"+t+"'";var i=e.indent*Math.max(1,r),a=e.lineWidth===-1?-1:Math.max(Math.min(e.lineWidth,40),e.lineWidth-i),s=o||e.flowLevel>-1&&r>=e.flowLevel;function l(d){return vC(e,d)}switch(_C(t,s,e.indent,a,l,e.quotingType,e.forceQuotes&&!o,n)){case Y_:return t;case nm:return"'"+t.replace(/'/g,"''")+"'";case J_:return"|"+i_(t,e.indent)+a_(n_(t,i));case q_:return">"+i_(t,e.indent)+a_(n_(xC(t,a),i));case xr:return'"'+SC(t)+'"';default:throw new Re("impossible error: invalid scalar style")}})()}function i_(e,t){var r=H_(e)?String(t):"",o=e[e.length-1]===`
10161
+ `&&(i+=r),i+=a;return i}function dm(e,t){return`
10162
+ `+ce.repeat(" ",e.indent*t)}function TC(e,t){var r,o,n;for(r=0,o=e.implicitTypes.length;r<o;r+=1)if(n=e.implicitTypes[r],n.resolve(t))return!0;return!1}function vs(e){return e===sC||e===iC}function Ko(e){return 32<=e&&e<=126||161<=e&&e<=55295&&e!==8232&&e!==8233||57344<=e&&e<=65533&&e!==ym||65536<=e&&e<=1114111}function h_(e){return Ko(e)&&e!==ym&&e!==aC&&e!==Bo}function m_(e,t,r){var o=h_(e),n=o&&!vs(e);return(r?o:o&&e!==Q_&&e!==ek&&e!==tk&&e!==nk&&e!==rk)&&e!==lm&&!(t===ys&&!n)||h_(t)&&!vs(t)&&e===lm||t===ys&&n}function AC(e){return Ko(e)&&e!==ym&&!vs(e)&&e!==mC&&e!==yC&&e!==ys&&e!==Q_&&e!==ek&&e!==tk&&e!==nk&&e!==rk&&e!==lm&&e!==uC&&e!==hC&&e!==cC&&e!==wC&&e!==fC&&e!==gC&&e!==pC&&e!==lC&&e!==dC&&e!==vC&&e!==bC}function IC(e){return!vs(e)&&e!==ys}function Fo(e,t){var r=e.charCodeAt(t),o;return r>=55296&&r<=56319&&t+1<e.length&&(o=e.charCodeAt(t+1),o>=56320&&o<=57343)?(r-55296)*1024+o-56320+65536:r}function ok(e){var t=/^\n* /;return t.test(e)}function PC(e,t,r,o,n,i,a,s){var c,d=0,u=null,p=!1,h=!1,m=o!==-1,g=-1,T=AC(Fo(e,0))&&IC(Fo(e,e.length-1));if(t||a)for(c=0;c<e.length;d>=65536?c+=2:c++){if(d=Fo(e,c),!Ko(d))return Sr;T=T&&m_(d,u,s),u=d}else{for(c=0;c<e.length;d>=65536?c+=2:c++){if(d=Fo(e,c),d===Bo)p=!0,m&&(h=h||c-g-1>o&&e[g+1]!==" ",g=c);else if(!Ko(d))return Sr;T=T&&m_(d,u,s),u=d}h=h||m&&c-g-1>o&&e[g+1]!==" "}return!p&&!h?T&&!a&&!n(e)?ik:i===Wo?Sr:um:r>9&&ok(e)?Sr:a?i===Wo?Sr:um:h?sk:ak}function CC(e,t,r,o,n){e.dump=(function(){if(t.length===0)return e.quotingType===Wo?'""':"''";if(!e.noCompatMode&&(_C.indexOf(t)!==-1||kC.test(t)))return e.quotingType===Wo?'"'+t+'"':"'"+t+"'";var i=e.indent*Math.max(1,r),a=e.lineWidth===-1?-1:Math.max(Math.min(e.lineWidth,40),e.lineWidth-i),s=o||e.flowLevel>-1&&r>=e.flowLevel;function c(d){return TC(e,d)}switch(PC(t,s,e.indent,a,c,e.quotingType,e.forceQuotes&&!o,n)){case ik:return t;case um:return"'"+t.replace(/'/g,"''")+"'";case ak:return"|"+f_(t,e.indent)+g_(p_(t,i));case sk:return">"+f_(t,e.indent)+g_(p_(OC(t,a),i));case Sr:return'"'+NC(t)+'"';default:throw new Re("impossible error: invalid scalar style")}})()}function f_(e,t){var r=ok(e)?String(t):"",o=e[e.length-1]===`
10117
10163
  `,n=o&&(e[e.length-2]===`
10118
10164
  `||e===`
10119
10165
  `),i=n?"+":o?"":"-";return r+i+`
10120
- `}function a_(e){return e[e.length-1]===`
10121
- `?e.slice(0,-1):e}function xC(e,t){for(var r=/(\n+)([^\n]*)/g,o=(function(){var d=e.indexOf(`
10122
- `);return d=d!==-1?d:e.length,r.lastIndex=d,s_(e.slice(0,d),t)})(),n=e[0]===`
10123
- `||e[0]===" ",i,a;a=r.exec(e);){var s=a[1],l=a[2];i=l[0]===" ",o+=s+(!n&&!i&&l!==""?`
10124
- `:"")+s_(l,t),n=i}return o}function s_(e,t){if(e===""||e[0]===" ")return e;for(var r=/ [^ ]/g,o,n=0,i,a=0,s=0,l="";o=r.exec(e);)s=o.index,s-n>t&&(i=a>n?a:s,l+=`
10125
- `+e.slice(n,i),n=i+1),a=s;return l+=`
10126
- `,e.length-n>t&&a>n?l+=e.slice(n,a)+`
10127
- `+e.slice(a+1):l+=e.slice(n),l.slice(1)}function SC(e){for(var t="",r=0,o,n=0;n<e.length;r>=65536?n+=2:n++)r=Fo(e,n),o=xe[r],!o&&Ko(r)?(t+=e[n],r>=65536&&(t+=e[n+1])):t+=o||fC(r);return t}function EC(e,t,r){var o="",n=e.tag,i,a,s;for(i=0,a=r.length;i<a;i+=1)s=r[i],e.replacer&&(s=e.replacer.call(r,String(i),s)),(Et(e,t,s,!1,!1)||typeof s>"u"&&Et(e,t,null,!1,!1))&&(o!==""&&(o+=","+(e.condenseFlow?"":" ")),o+=e.dump);e.tag=n,e.dump="["+o+"]"}function c_(e,t,r,o){var n="",i=e.tag,a,s,l;for(a=0,s=r.length;a<s;a+=1)l=r[a],e.replacer&&(l=e.replacer.call(r,String(a),l)),(Et(e,t+1,l,!0,!0,!1,!0)||typeof l>"u"&&Et(e,t+1,null,!0,!0,!1,!0))&&((!o||n!=="")&&(n+=tm(e,t)),e.dump&&Bo===e.dump.charCodeAt(0)?n+="-":n+="- ",n+=e.dump);e.tag=i,e.dump=n||"[]"}function $C(e,t,r){var o="",n=e.tag,i=Object.keys(r),a,s,l,d,u;for(a=0,s=i.length;a<s;a+=1)u="",o!==""&&(u+=", "),e.condenseFlow&&(u+='"'),l=i[a],d=r[l],e.replacer&&(d=e.replacer.call(r,l,d)),Et(e,t,l,!1,!1)&&(e.dump.length>1024&&(u+="? "),u+=e.dump+(e.condenseFlow?'"':"")+":"+(e.condenseFlow?"":" "),Et(e,t,d,!1,!1)&&(u+=e.dump,o+=u));e.tag=n,e.dump="{"+o+"}"}function TC(e,t,r,o){var n="",i=e.tag,a=Object.keys(r),s,l,d,u,p,h;if(e.sortKeys===!0)a.sort();else if(typeof e.sortKeys=="function")a.sort(e.sortKeys);else if(e.sortKeys)throw new Re("sortKeys must be a boolean or a function");for(s=0,l=a.length;s<l;s+=1)h="",(!o||n!=="")&&(h+=tm(e,t)),d=a[s],u=r[d],e.replacer&&(u=e.replacer.call(r,d,u)),Et(e,t+1,d,!0,!0,!0)&&(p=e.tag!==null&&e.tag!=="?"||e.dump&&e.dump.length>1024,p&&(e.dump&&Bo===e.dump.charCodeAt(0)?h+="?":h+="? "),h+=e.dump,p&&(h+=tm(e,t)),Et(e,t+1,u,!0,p)&&(e.dump&&Bo===e.dump.charCodeAt(0)?h+=":":h+=": ",h+=e.dump,n+=h));e.tag=i,e.dump=n||"{}"}function l_(e,t,r){var o,n,i,a,s,l;for(n=r?e.explicitTypes:e.implicitTypes,i=0,a=n.length;i<a;i+=1)if(s=n[i],(s.instanceOf||s.predicate)&&(!s.instanceOf||typeof t=="object"&&t instanceof s.instanceOf)&&(!s.predicate||s.predicate(t))){if(r?s.multi&&s.representName?e.tag=s.representName(t):e.tag=s.tag:e.tag="?",s.represent){if(l=e.styleMap[s.tag]||s.defaultStyle,F_.call(s.represent)==="[object Function]")o=s.represent(t,l);else if(G_.call(s.represent,l))o=s.represent[l](t,l);else throw new Re("!<"+s.tag+'> tag resolver accepts not "'+l+'" style');e.dump=o}return!0}return!1}function Et(e,t,r,o,n,i,a){e.tag=null,e.dump=r,l_(e,r,!1)||l_(e,r,!0);var s=F_.call(e.dump),l=o,d;o&&(o=e.flowLevel<0||e.flowLevel>t);var u=s==="[object Object]"||s==="[object Array]",p,h;if(u&&(p=e.duplicates.indexOf(r),h=p!==-1),(e.tag!==null&&e.tag!=="?"||h||e.indent!==2&&t>0)&&(n=!1),h&&e.usedDuplicates[p])e.dump="*ref_"+p;else{if(u&&h&&!e.usedDuplicates[p]&&(e.usedDuplicates[p]=!0),s==="[object Object]")o&&Object.keys(e.dump).length!==0?(TC(e,t,e.dump,n),h&&(e.dump="&ref_"+p+e.dump)):($C(e,t,e.dump),h&&(e.dump="&ref_"+p+" "+e.dump));else if(s==="[object Array]")o&&e.dump.length!==0?(e.noArrayIndent&&!a&&t>0?c_(e,t-1,e.dump,n):c_(e,t,e.dump,n),h&&(e.dump="&ref_"+p+e.dump)):(EC(e,t,e.dump),h&&(e.dump="&ref_"+p+" "+e.dump));else if(s==="[object String]")e.tag!=="?"&&kC(e,e.dump,t,i,l);else{if(s==="[object Undefined]")return!1;if(e.skipInvalid)return!1;throw new Re("unacceptable kind of an object to dump "+s)}e.tag!==null&&e.tag!=="?"&&(d=encodeURI(e.tag[0]==="!"?e.tag.slice(1):e.tag).replace(/!/g,"%21"),e.tag[0]==="!"?d="!"+d:d.slice(0,18)==="tag:yaml.org,2002:"?d="!!"+d.slice(18):d="!<"+d+">",e.dump=d+" "+e.dump)}return!0}function AC(e,t){var r=[],o=[],n,i;for(rm(e,r,o),n=0,i=o.length;n<i;n+=1)t.duplicates.push(r[o[n]]);t.usedDuplicates=new Array(i)}function rm(e,t,r){var o,n,i;if(e!==null&&typeof e=="object")if(n=t.indexOf(e),n!==-1)r.indexOf(n)===-1&&r.push(n);else if(t.push(e),Array.isArray(e))for(n=0,i=e.length;n<i;n+=1)rm(e[n],t,r);else for(o=Object.keys(e),n=0,i=o.length;n<i;n+=1)rm(e[o[n]],t,r)}function IC(e,t){t=t||{};var r=new yC(t);r.noRefs||AC(e,r);var o=e;return r.replacer&&(o=r.replacer.call({"":o},"",o)),Et(r,0,o,!0,!0)?r.dump+`
10128
- `:""}function lm(e,t){return function(){throw new Error("Function yaml."+e+" is removed in js-yaml 4. Use yaml."+t+" instead, which is now safe by default.")}}var OI,NI,RI,LI,DI,jI,le,Re,UI,zI,FI,ve,p_,h_,m_,f_,g_,y_,v_,b_,rP,aP,w_,__,k_,x_,S_,E_,$_,om,T_,yP,vP,A_,_P,I_,SP,P_,im,tn,us,C_,O_,ps,Xh,TP,Jw,AP,IP,PP,N_,R_,D_,j_,Sn,Qw,HP,YP,z_,F_,G_,cm,JP,Bo,qP,XP,QP,eC,em,tC,nC,rC,oC,B_,iC,ms,aC,sC,cC,lC,W_,K_,dC,Z_,uC,V_,xe,pC,hC,gC,Wo,Y_,nm,J_,q_,xr,PC,CC,OC,NC,RC,LC,DC,jC,dm,MC,UC,zC,FC,GC,BC,WC,um,pm=y(()=>{OI=d_,NI=TI,RI=AI,LI=PI,DI=CI,jI=II,le={isNothing:OI,isObject:NI,toArray:RI,repeat:LI,isNegativeZero:DI,extend:jI};Go.prototype=Object.create(Error.prototype);Go.prototype.constructor=Go;Go.prototype.toString=function(t){return this.name+": "+u_(this,t)};Re=Go;UI=MI,zI=["kind","multi","resolve","construct","instanceOf","predicate","represent","representName","defaultStyle","styleAliases"],FI=["scalar","sequence","mapping"];ve=BI;Qh.prototype.extend=function(t){var r=[],o=[];if(t instanceof ve)o.push(t);else if(Array.isArray(t))o=o.concat(t);else if(t&&(Array.isArray(t.implicit)||Array.isArray(t.explicit)))t.implicit&&(r=r.concat(t.implicit)),t.explicit&&(o=o.concat(t.explicit));else throw new Re("Schema.extend argument should be a Type, [ Type ], or a schema definition ({ implicit: [...], explicit: [...] })");r.forEach(function(i){if(!(i instanceof ve))throw new Re("Specified list of YAML types (or a single Type object) contains a non-Type object.");if(i.loadKind&&i.loadKind!=="scalar")throw new Re("There is a non-scalar type in the implicit list of a schema. Implicit resolving of such types is not supported.");if(i.multi)throw new Re("There is a multi type in the implicit list of a schema. Multi tags can only be listed as explicit.")}),o.forEach(function(i){if(!(i instanceof ve))throw new Re("Specified list of YAML types (or a single Type object) contains a non-Type object.")});var n=Object.create(Qh.prototype);return n.implicit=(this.implicit||[]).concat(r),n.explicit=(this.explicit||[]).concat(o),n.compiledImplicit=Yw(n,"implicit"),n.compiledExplicit=Yw(n,"explicit"),n.compiledTypeMap=WI(n.compiledImplicit,n.compiledExplicit),n};p_=Qh,h_=new ve("tag:yaml.org,2002:str",{kind:"scalar",construct:function(e){return e!==null?e:""}}),m_=new ve("tag:yaml.org,2002:seq",{kind:"sequence",construct:function(e){return e!==null?e:[]}}),f_=new ve("tag:yaml.org,2002:map",{kind:"mapping",construct:function(e){return e!==null?e:{}}}),g_=new p_({explicit:[h_,m_,f_]});y_=new ve("tag:yaml.org,2002:null",{kind:"scalar",resolve:KI,construct:ZI,predicate:VI,represent:{canonical:function(){return"~"},lowercase:function(){return"null"},uppercase:function(){return"NULL"},camelcase:function(){return"Null"},empty:function(){return""}},defaultStyle:"lowercase"});v_=new ve("tag:yaml.org,2002:bool",{kind:"scalar",resolve:HI,construct:YI,predicate:JI,represent:{lowercase:function(e){return e?"true":"false"},uppercase:function(e){return e?"TRUE":"FALSE"},camelcase:function(e){return e?"True":"False"}},defaultStyle:"lowercase"});b_=new ve("tag:yaml.org,2002:int",{kind:"scalar",resolve:eP,construct:tP,predicate:nP,represent:{binary:function(e){return e>=0?"0b"+e.toString(2):"-0b"+e.toString(2).slice(1)},octal:function(e){return e>=0?"0o"+e.toString(8):"-0o"+e.toString(8).slice(1)},decimal:function(e){return e.toString(10)},hexadecimal:function(e){return e>=0?"0x"+e.toString(16).toUpperCase():"-0x"+e.toString(16).toUpperCase().slice(1)}},defaultStyle:"decimal",styleAliases:{binary:[2,"bin"],octal:[8,"oct"],decimal:[10,"dec"],hexadecimal:[16,"hex"]}}),rP=new RegExp("^(?:[-+]?(?:[0-9][0-9_]*)(?:\\.[0-9_]*)?(?:[eE][-+]?[0-9]+)?|\\.[0-9_]+(?:[eE][-+]?[0-9]+)?|[-+]?\\.(?:inf|Inf|INF)|\\.(?:nan|NaN|NAN))$");aP=/^[-+]?[0-9]+e/;w_=new ve("tag:yaml.org,2002:float",{kind:"scalar",resolve:oP,construct:iP,predicate:cP,represent:sP,defaultStyle:"lowercase"}),__=g_.extend({implicit:[y_,v_,b_,w_]}),k_=__,x_=new RegExp("^([0-9][0-9][0-9][0-9])-([0-9][0-9])-([0-9][0-9])$"),S_=new RegExp("^([0-9][0-9][0-9][0-9])-([0-9][0-9]?)-([0-9][0-9]?)(?:[Tt]|[ \\t]+)([0-9][0-9]?):([0-9][0-9]):([0-9][0-9])(?:\\.([0-9]*))?(?:[ \\t]*(Z|([-+])([0-9][0-9]?)(?::([0-9][0-9]))?))?$");E_=new ve("tag:yaml.org,2002:timestamp",{kind:"scalar",resolve:lP,construct:dP,instanceOf:Date,represent:uP});$_=new ve("tag:yaml.org,2002:merge",{kind:"scalar",resolve:pP}),om=`ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=
10129
- \r`;T_=new ve("tag:yaml.org,2002:binary",{kind:"scalar",resolve:hP,construct:mP,predicate:gP,represent:fP}),yP=Object.prototype.hasOwnProperty,vP=Object.prototype.toString;A_=new ve("tag:yaml.org,2002:omap",{kind:"sequence",resolve:bP,construct:wP}),_P=Object.prototype.toString;I_=new ve("tag:yaml.org,2002:pairs",{kind:"sequence",resolve:kP,construct:xP}),SP=Object.prototype.hasOwnProperty;P_=new ve("tag:yaml.org,2002:set",{kind:"mapping",resolve:EP,construct:$P}),im=k_.extend({implicit:[E_,$_],explicit:[T_,A_,I_,P_]}),tn=Object.prototype.hasOwnProperty,us=1,C_=2,O_=3,ps=4,Xh=1,TP=2,Jw=3,AP=/[\x00-\x08\x0B\x0C\x0E-\x1F\x7F-\x84\x86-\x9F\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,IP=/[\x85\u2028\u2029]/,PP=/[,\[\]\{\}]/,N_=/^(?:!|!!|![a-z\-]+!)$/i,R_=/^(?:!|[^,\[\]\{\}])(?:%[0-9a-f]{2}|[0-9a-z\-#;\/\?:@&=\+\$,_\.!~\*'\(\)\[\]])*$/i;D_=new Array(256),j_=new Array(256);for(Sn=0;Sn<256;Sn++)D_[Sn]=Xw(Sn)?1:0,j_[Sn]=Xw(Sn);Qw={YAML:function(t,r,o){var n,i,a;t.version!==null&&z(t,"duplication of %YAML directive"),o.length!==1&&z(t,"YAML directive accepts exactly one argument"),n=/^([0-9]+)\.([0-9]+)$/.exec(o[0]),n===null&&z(t,"ill-formed argument of the YAML directive"),i=parseInt(n[1],10),a=parseInt(n[2],10),i!==1&&z(t,"unacceptable YAML version of the document"),t.version=o[0],t.checkLineBreaks=a<2,a!==1&&a!==2&&hs(t,"unsupported YAML version of the document")},TAG:function(t,r,o){var n,i;o.length!==2&&z(t,"TAG directive accepts exactly two arguments"),n=o[0],i=o[1],N_.test(n)||z(t,"ill-formed tag handle (first argument) of the TAG directive"),tn.call(t.tagMap,n)&&z(t,'there is a previously declared suffix for "'+n+'" tag handle'),R_.test(i)||z(t,"ill-formed tag prefix (second argument) of the TAG directive");try{i=decodeURIComponent(i)}catch{z(t,"tag prefix is malformed: "+i)}t.tagMap[n]=i}};HP=ZP,YP=VP,z_={loadAll:HP,load:YP},F_=Object.prototype.toString,G_=Object.prototype.hasOwnProperty,cm=65279,JP=9,Bo=10,qP=13,XP=32,QP=33,eC=34,em=35,tC=37,nC=38,rC=39,oC=42,B_=44,iC=45,ms=58,aC=61,sC=62,cC=63,lC=64,W_=91,K_=93,dC=96,Z_=123,uC=124,V_=125,xe={};xe[0]="\\0";xe[7]="\\a";xe[8]="\\b";xe[9]="\\t";xe[10]="\\n";xe[11]="\\v";xe[12]="\\f";xe[13]="\\r";xe[27]="\\e";xe[34]='\\"';xe[92]="\\\\";xe[133]="\\N";xe[160]="\\_";xe[8232]="\\L";xe[8233]="\\P";pC=["y","Y","yes","Yes","YES","on","On","ON","n","N","no","No","NO","off","Off","OFF"],hC=/^[-+]?[0-9_]+(?::[0-9_]+)+(?:\.[0-9_]*)?$/;gC=1,Wo=2;Y_=1,nm=2,J_=3,q_=4,xr=5;PC=IC,CC={dump:PC};OC=ve,NC=p_,RC=g_,LC=__,DC=k_,jC=im,dm=z_.load,MC=z_.loadAll,UC=CC.dump,zC=Re,FC={binary:T_,float:w_,map:f_,null:y_,pairs:I_,set:P_,timestamp:E_,bool:v_,int:b_,merge:$_,omap:A_,seq:m_,str:h_},GC=lm("safeLoad","load"),BC=lm("safeLoadAll","loadAll"),WC=lm("safeDump","dump"),um={Type:OC,Schema:NC,FAILSAFE_SCHEMA:RC,JSON_SCHEMA:LC,CORE_SCHEMA:DC,DEFAULT_SCHEMA:jC,load:dm,loadAll:MC,dump:UC,YAMLException:zC,types:FC,safeLoad:GC,safeLoadAll:BC,safeDump:WC}});function se(e){let t;try{t=um.load(e)}catch(n){return{ok:!1,issues:[{path:"(document)",message:n instanceof Error?n.message:"YAML parse failed"}]}}if(t===null||typeof t!="object")return{ok:!1,issues:[{path:"(document)",message:"Manifest must be a YAML mapping"}]};let r=Xt.safeParse(t);if(!r.success)return{ok:!1,issues:KC(r.error)};let o=Zw(r.data);return o.length?{ok:!1,issues:o}:{ok:!0,manifest:r.data}}function KC(e){return e.issues.map(t=>({path:t.path.length?t.path.join("."):"(root)",message:t.message}))}function Zo(e){return um.dump(e,{indent:2,lineWidth:100,noRefs:!0,sortKeys:!1})}function ys(e,t){return Xt.parse({manifest:{schema_version:zo,revision:0,conformance:"L0"},app:{id:e,title:t,status:"proposed"}})}var vs=y(()=>{"use strict";pm();Qt()});var hm=y(()=>{"use strict";vs();Qt();ds()});var X_=y(()=>{"use strict"});function Q_(e,t){let r=e.backend.archetype;if(!r)throw new Error("registerInputFromManifest needs backend.archetype. Run registrationProblems first.");return{id:e.app.id,name:e.app.title,archetype:r,repository:e.app.source?.repository??null,manifestRevision:String(e.manifest.revision),contentHash:t,conformance:Ue(e).computed,offersPrize:e.operations.promotion.offers_prize,containerLabel:e.experience.container_label,sections:kr.map(o=>({section:o,status:e[o].status}))}}function ek(e,t){let r=[];return t&&e.app.id!==t&&r.push(`This manifest is for the game "${e.app.id}", and you are editing "${t}". A manifest cannot change which game it belongs to: set app.id to "${t}", or register "${e.app.id}" as its own game.`),e.backend.archetype||r.push("This manifest declares no backend.archetype, so there is nothing to register. The control plane keys a game on its archetype and a game without one could never be deployed against."),r}var tk=y(()=>{"use strict";ds();vs();Qt()});var ie,bs,nk=y(()=>{"use strict";ie={runtime:"/play/v1/games/{game}/runtime",currentRound:"/play/v1/games/{game}/rounds/current",rounds:"/play/v1/games/{game}/rounds",roundsMine:"/play/v1/games/{game}/rounds/mine",nextRound:"/play/v1/games/{game}/rounds/next",round:"/play/v1/games/{game}/rounds/{round}",plays:"/play/v1/games/{game}/rounds/{round}/plays",session:"/play/v1/games/{game}/session",roundState:"/play/v1/games/{game}/rounds/{round}/players/me",profile:"/play/v1/games/{game}/players/me/profile",leaderboard:"/play/v1/games/{game}/leaderboard"},bs="/play"});function ws(e,t){let r=t==="won"?e.current_streak+1:t==="lost"||t==="partial"?0:e.current_streak;return{...e,played:e.played+1,won:e.won+(t==="won"?1:0),current_streak:r,max_streak:Math.max(e.max_streak,r)}}var rk,ht,ZC,VC,HC,oz,ik,YC,JC,iz,qC,az,sz,cz,ak,XC,QC,lz,eO,tO,dz,ok,uz,pz,mm=y(()=>{"use strict";We();Qt();ss();nk();rk="2.0",ht=c.object({server_time:c.string(),snapshot:c.string()}),ZC=c.enum(["at_commit","at_settlement"]),VC=c.enum(["shared","per_player","feed"]),HC=c.object({kind:c.enum(["fixed","local_midnight","feed","continuous"]),timezone:c.string().optional()}),oz=ht.extend({game:c.string(),api_version:c.literal(rk).default(rk),archetype:qt,marking:ZC,challenge_source:VC,schedule:HC,updates:c.object({transport:c.enum(["poll","socket"]),freshness_seconds:c.number().int().positive()}),display:c.record(c.string(),c.unknown()).default({}),identity:c.object({required:c.boolean(),provider:c.string(),anonymous_play:c.boolean().default(!1)}),archive:c.boolean().default(!1),capabilities:c.array(c.string()).default([])}),ik=c.object({accepting_plays:c.boolean(),results_available:c.boolean(),solution_revealed:c.boolean(),closed:c.boolean(),optimistic_play:c.boolean().default(!1)}),YC=ht.extend({id:c.string(),number:c.number().int().positive().optional(),origin:Mo.optional(),version:c.number().int().nonnegative(),can:ik,opens_at:c.string().optional(),locks_at:c.string().optional(),timer_seconds:c.number().int().positive().optional(),challenge_instance_id:c.string().nullable().default(null),challenge:c.record(c.string(),c.unknown()).default({}),solution:c.record(c.string(),c.unknown()).optional()}),JC=c.object({id:c.string(),number:c.number().int().positive().optional(),version:c.number().int().nonnegative(),can:ik,opens_at:c.string().optional(),locks_at:c.string().optional(),current:c.boolean().default(!1),theme:c.string().default("")}),iz=ht.extend({rounds:c.array(JC)}),qC=c.object({round_id:c.string(),finished:c.boolean(),score:c.number(),outcome:c.enum(["won","lost","partial","incomplete","pending"]).optional()}),az=ht.extend({player_id:c.string(),played:c.array(qC)}),sz=ht.extend({status:c.enum(["ready","exhausted"]),round:YC.optional()}),cz=ht.extend({token:c.string(),player_id:c.string(),kind:c.literal("anonymous")}),ak=c.object({idempotency_key:c.string().min(8),round_version:c.number().int().nonnegative(),challenge_instance_id:c.string().nullable().default(null),payload:c.record(c.string(),c.unknown()).refine(e=>e.op===void 0||typeof e.op=="string"&&e.op.length>0,{message:"op must be a non-empty string when present",path:["op"]})}),XC=c.enum(["accepted","rejected","duplicate","stale","busy"]),QC=c.object({key:c.string(),verdict:c.enum(["correct","close","wrong","higher","lower","unknown"]),label:c.string().optional()}),lz=ht.extend({play_id:c.string(),outcome:XC,reason:c.string().optional(),round_version:c.number().int().nonnegative(),retry_after_seconds:c.number().int().positive().optional(),marked:c.boolean().default(!0),feedback:c.array(QC).default([]),round_state:c.lazy(()=>tO).optional()}),eO=c.object({title:c.string(),grid:c.array(c.string()).default([]),text:c.string().optional()}),tO=ht.extend({player_id:c.string(),round_id:c.string(),started_at:c.string().optional(),attempts_used:c.number().int().nonnegative().default(0),attempts_allowed:c.number().int().nonnegative().optional(),mistakes_used:c.number().int().nonnegative().default(0),mistakes_allowed:c.number().int().nonnegative().optional(),progress:c.record(c.string(),c.unknown()).default({}),score:c.number().default(0),score_revision:c.number().int().nonnegative().default(0),finished:c.boolean().default(!1),outcome:c.enum(["won","lost","partial","incomplete","pending"]).optional(),share:eO.optional()}),dz=ht.extend({player_id:c.string(),display_name:c.string().optional(),played:c.number().int().nonnegative().default(0),won:c.number().int().nonnegative().default(0),current_streak:c.number().int().nonnegative().default(0),max_streak:c.number().int().nonnegative().default(0),distribution:c.record(c.string(),c.number()).default({}),constraints:c.record(c.string(),c.unknown()).default({})});ok=c.object({rank:c.number().int().positive(),player_id:c.string(),display_name:c.string().optional(),score:c.number()}),uz=ht.extend({round_id:c.string().optional(),order:c.enum(["high_first","low_first"]).default("high_first"),tie_break:c.enum(["earliest_play","fewest_attempts","none"]).default("none"),entries:c.array(ok).default([]),total:c.number().int().nonnegative().default(0),truncated:c.boolean().default(!1),me:ok.optional()}),pz=c.object({error:c.object({code:c.string(),message:c.string(),retryable:c.boolean()})})});function sk(e){return aO[Ae(e)]}function ck(e,t){let r=e.op;return typeof r=="string"&&r.length>0?r:sk(t)?.[0]}function lk(e,t){return sk(e)?.includes(t)??!1}function _s(e){return fm({round_id:e.round_id,round_version:e.round_version,challenge_instance_id:e.challenge_instance_id??null,payload:e.payload})}function fm(e){if(Array.isArray(e))return`[${e.map(fm).join(",")}]`;if(e&&typeof e=="object"){let t=e;return`{${Object.keys(t).filter(o=>t[o]!==void 0).sort().map(o=>`${JSON.stringify(o)}:${fm(t[o])}`).join(",")}}`}return JSON.stringify(e)??"null"}var nO,rO,oO,iO,gm,vz,aO,dk=y(()=>{"use strict";We();_t();_r();nO=c.object({op:c.string().min(1),model:c.string().min(1).optional()}).passthrough(),rO=c.object({op:c.literal("pick"),picks:c.array(c.string())}).passthrough(),oO=c.object({op:c.literal("answer"),answers:c.record(c.string(),c.union([c.string(),c.number()])).optional(),picks:c.array(c.string()).optional()}).passthrough(),iO=c.object({op:c.enum(["deal","reshuffle","lock"]),centre:c.unknown().optional(),board:c.number().int().nonnegative().optional()}).passthrough(),gm=c.object({op:c.literal(wr),model:c.literal(Vt).optional(),shotIndex:c.number().int().nonnegative(),aimX:c.number().int().min(Ne.aimX.min).max(Ne.aimX.max),aimY:c.number().int().min(Ne.aimY.min).max(Ne.aimY.max),power:c.number().int().min(Ne.power.min).max(Ne.power.max)}).strict(),vz=c.union([rO,oO,iO,gm,nO]),aO={hunt:["pick"],push:["pick"],group:["pick"],predict:["answer"],bingo:["deal","reshuffle","lock"],shoot:[wr]}});function pk(e,t=new Date){let r=typeof t=="string"?Date.parse(t):t.getTime(),o,n=Number.NEGATIVE_INFINITY;for(let i of e.rounds){let a=Date.parse(i.locksAt);Number.isNaN(a)||a>n&&(n=a,o=i)}return o?n>r?{state:"live",round:o}:{state:"stale",round:o,lockedForMs:r-n}:{state:"none"}}function hk(e){if(e.state!=="stale")return null;let t=Math.floor(e.lockedForMs/36e5),r=t<1?`${Math.max(1,Math.floor(e.lockedForMs/6e4))} minutes`:t<48?`${t} hours`:`${Math.floor(t/24)} days`;return`The round this game is serving, ${e.round.label}, locked ${r} ago and nothing has replaced it. Fans are playing a closed round. Run gamestage deploy, or refresh the round, to move it on.`}function yk(e,t=ks){return e.terms?.version===t}function Ss(e){let t=vk.safeParse(e.access);return t.success?t.data:"pending"}function bk(e){let t=n=>typeof n=="string"&&n.trim()?n:null,r=e.decision??null,o=r?t(r.state):null;return{workspaceId:t(e.workspaceId)??"unknown",name:t(e.name),ownerEmail:t(e.ownerEmail)??"",company:t(e.company),role:t(e.role),intent:t(e.intent),signals:t(e.signals),registeredAt:t(e.registeredAt)??"",termsVersion:t(e.termsVersion),decision:o==="approved"||o==="refused"?{state:o,at:t(r.at)??t(e.registeredAt)??"",by:t(r.by)??"unknown",reason:t(r.reason)}:null}}function wk(e){return{waiting:e.filter(t=>!t.decision).sort((t,r)=>t.registeredAt.localeCompare(r.registeredAt)),decided:e.filter(t=>t.decision).sort((t,r)=>r.decision.at.localeCompare(t.decision.at))}}function vm(e){return kO.includes(e)}function bm(e,t){return!e.prodApproval||vm(t.tier)?"dev":"prod"}function kk(e){return e.filter(t=>t.limit>0&&t.used>=t.limit)}function xk(e){return e.limit<=0?0:Math.min(1,e.used/e.limit)}var sO,cO,uk,lO,dO,uO,ym,pO,hO,mk,fk,mO,ks,xs,gk,fO,gO,vk,$z,Tz,yO,vO,bO,Az,Iz,Pz,Cz,Oz,wO,Nz,_k,Rz,_O,kO,Es=y(()=>{"use strict";We();Qt();Jr();jo();jo();dt();sO=c.enum(["draft","live","sleeping","throttled","expired","archived"]),cO=c.enum(["scheduled","open","locked","settled"]),uk=c.object({id:c.string(),label:c.string(),used:c.number(),limit:c.number(),unit:c.string()}),lO=c.object({id:c.string(),label:c.string(),state:cO,opensAt:c.string(),locksAt:c.string(),settledAt:c.string().nullable(),plays:c.number()}),dO=c.object({id:c.string(),name:c.string(),enabled:c.boolean(),consentRequired:c.boolean(),note:c.string()}),uO=c.object({number:c.number().int().positive(),title:c.string(),openedAt:c.string(),labels:c.array(c.string()).default([]),fromGame:c.boolean().default(!1)}),ym=c.object({at:c.string(),level:c.enum(["info","warn","error"]),roundId:c.string().nullable(),message:c.string(),dataset:c.string().optional()}),pO=c.enum(["absent","pending","ready","failed"]),hO=c.object({state:pO.default("absent"),url:c.string().nullable().default(null),regenerations:c.number().int().nonnegative().default(0),updatedAt:c.string().nullable().default(null),onProject:c.string().nullable().default(null)});mk=c.object({section:c.string(),status:Kh}),fk=c.object({id:c.string(),name:c.string(),containerLabel:c.string().min(1).default(Gn),repository:c.string().nullable(),openIssues:c.number().int().nonnegative(),issues:c.array(uO).default([]),archetype:qt,offersPrize:c.boolean().default(!1),state:sO,prodApproval:c.object({approvedAt:c.string(),approvedBy:c.string()}).nullable().default(null).optional(),archivePrefix:c.string().nullable().default(null),space:c.string().nullable().default(null).optional(),platformSpace:c.string().nullable().default(null).optional(),platformProject:c.string().nullable().default(null).optional(),platformEvent:c.string().nullable().default(null).optional(),platformElement:c.string().nullable().default(null).optional(),studioUrl:c.string().nullable().default(null).optional(),appSpec:c.object({version:c.string(),shape:c.string(),resource:c.string().nullable().default(null),specUrl:c.string().optional(),wording:c.array(c.string()).optional(),refusal:c.object({at:c.string(),reason:c.string()}).nullable().default(null).optional()}).nullable().default(null).optional(),art:hO.prefault({}).optional(),playgroundUrl:c.string().nullable(),playerEndpoint:c.string().nullable(),manifestRevision:c.string(),manifestSource:c.string().optional(),conformance:Yt,contentHash:c.string(),referenceDigest:c.string().optional(),referenceName:c.string().optional(),monthlyPlayers:c.number().int().nonnegative().optional(),sections:c.array(mk),meters:c.array(uk),history:c.array(Do),rounds:c.array(lO),destinations:c.array(dO),logs:c.array(ym),updatedAt:c.string()}),mO=c.object({login:c.string(),linkedAt:c.string()}),ks="2026-09-06",xs="https://gamestage.ai/terms",gk="https://gamestage.ai/stage",fO=c.object({version:c.string(),acceptedAt:c.string(),by:c.string()});gO=c.object({enabled:c.boolean().default(!1),applicationId:c.string().nullable().default(null),writeKey:c.string().nullable().default(null)}),vk=c.enum(["pending","approved","refused"]),$z=c.enum(["manual","automatic"]);Tz=c.enum(["approved","refused"]),yO=c.object({company:c.string().trim().max(120).nullish(),role:c.string().trim().max(120).nullish(),intent:c.string().trim().max(500).nullish()});vO=c.object({id:c.string(),name:c.string(),tier:Vh,ownerEmail:c.string(),access:vk.default("pending"),profile:yO.optional(),platformSpace:c.string().optional(),liveGameAllowance:c.number(),supplierGrants:c.array(c.string()).default([]),github:mO.nullable().default(null),terms:fO.nullable().default(null),signal:gO.prefault({}),meters:c.array(uk),games:c.array(fk)}),bO=fk.extend({logs:c.array(ym).optional()}),Az=vO.extend({games:c.array(bO),gamesTotal:c.number().int().nonnegative(),archivedTotal:c.number().int().nonnegative().default(0)}),Iz=c.object({player:c.string().nullable(),control:c.string().nullable(),playground:c.string().nullable()}),Pz=c.object({id:c.string(),name:c.string(),archetype:qt,repository:c.string().nullable().default(null),manifestRevision:c.string(),contentHash:c.string(),conformance:Yt,offersPrize:c.boolean().default(!1),sections:c.array(mk).default([]),containerLabel:c.string().min(1).optional()}),Cz=c.object({uploadUrl:c.string(),publicUrl:c.string(),key:c.string(),expiresInSeconds:c.number().int().positive(),cacheControl:c.string().optional(),playerApiOrigin:c.string()}),Oz=c.object({manifestRevision:c.string(),contentHash:c.string(),conformance:Yt,offersPrize:c.boolean().default(!1),round:ke.optional(),wording:c.array(c.string()).optional(),manifestSource:c.string().optional(),notes:c.string().max(500).optional()}),wO=c.object({limit:c.coerce.number().int().positive().max(1e3).default(100),since:c.string().nullable().default(null),level:ym.shape.level.nullable().default(null)}),Nz=c.enum(["access_pending","terms_not_accepted","github_not_linked","live_allowance_reached","meter_breached","nothing_to_do","tier_required","operator_required","game_archived","dev_allowance_reached","art_limit_reached","art_unavailable","round_source_unreadable","round_not_seeded","delete_refused"]),_k=c.enum(["workspace.created","workspace.approved","workspace.refused","workspace.profile_updated","github.linked","github.unlinked","terms.accepted","game.registered","game.deployed","game.deploy_refused","round.provisioned","round.provision_failed","round.unchanged","round.seeded","game.platform_provisioned","game.platform_provision_failed","game.app_spec_refused","art.requested","art.generated","art.failed","art.published","game.woken","game.suspended","game.throttled","game.approaching_fair_use","game.archived","game.promoted","game.withdrawn","game.deleted","game.deleted","workspace.plan_changed","workspace.plan_refused","engine.integrity_violation","destination.changed","signal.enabled","signal.disabled"]),Rz=c.object({id:c.string(),at:c.string(),action:_k,actor:c.object({kind:c.enum(["creator","operator","system"]),id:c.string(),email:c.string().nullable().default(null)}),gameId:c.string().nullable().default(null),correlationId:c.string(),detail:c.record(c.string(),c.unknown()).default({})}),_O=c.object({limit:c.coerce.number().int().positive().max(1e3).default(100),action:_k.nullable().default(null),actorId:c.string().nullable().default(null),gameId:c.string().nullable().default(null),from:c.string().nullable().default(null),to:c.string().nullable().default(null)}),kO=["runtime"]});var mt=y(()=>{"use strict"});function TO(e){return`slate-${e+1}`}function $k(e){return{archetype:"push",theme:e.theme??"",prompt:e.prompt??"",target:e.target,targetLabel:e.targetLabel??"",unit:e.unit??"",slates:e.slates.map((t,r)=>({id:TO(r),label:t.label??"",entries:t.entries.map(o=>({key:o.key,label:o.label??""}))}))}}var EO,$O,Ek,nn=y(()=>{"use strict";We();mt();EO=c.object({key:c.string().min(1),label:c.string().default(""),note:c.string().optional()}),$O=c.object({id:c.string().min(1),label:c.string().default(""),entries:c.array(EO).min(1)}),Ek=c.object({archetype:c.literal("push"),theme:c.string().default(""),prompt:c.string().default(""),target:c.number().int().positive().optional(),targetLabel:c.string().default(""),unit:c.string().max(4).default(""),slates:c.array($O).min(1)})});var Zz,$s=y(()=>{"use strict";We();dt();nn();mt();Zz=c.discriminatedUnion("archetype",[Ek,Bh,Wh,ls])});var Ts=y(()=>{"use strict";dt();mt();_r()});var As=y(()=>{"use strict"});var wm=y(()=>{"use strict";_t();nn();$s();Ts();As();mt()});import{createHash as AO}from"node:crypto";function PO(e){return AO("sha256").update(e).digest("hex").slice(0,16)}function Is(e){return PO(e)}var IO,rn,Tn=y(()=>{"use strict";We();mt();dt();IO=c.object({key:c.string().min(1),label:c.string().default(""),values:c.record(c.string(),c.number().int().nonnegative())}),rn=c.object({corpus:c.literal("1"),measures:c.array(IO).min(1)}).superRefine((e,t)=>{let r=e.measures.map(o=>o.key);new Set(r).size!==r.length&&t.addIssue({code:"custom",path:["measures"],message:"Two measures share a key. A round names the measure it is counted on."})})});var CO,Ak,OO,w4,Ik,_4,k4,x4,_m=y(()=>{"use strict";We();CO=c.enum(["push","pull"]),Ak=c.object({workspaceId:c.string().min(1),name:c.string().min(1),key:c.string().min(1),digest:c.string().regex(/^[0-9a-f]{16}$/),measures:c.array(c.string()).default([]),counts:c.record(c.string(),c.number().int().nonnegative()).default({}),bytes:c.number().int().nonnegative().default(0),origin:CO.default("push"),supplier:c.string().optional(),publishedAt:c.string().nullable().default(null),checkedAt:c.string().nullable().default(null),failing:c.boolean().default(!1),counted:c.boolean().default(!1)}),OO=c.object({gameId:c.string().min(1),gameName:c.string().default(""),pinnedDigest:c.string().nullable().default(null),stale:c.boolean().default(!1),roundIds:c.array(c.string()).default([])}),w4=c.object({dataset:Ak,usedBy:c.array(OO).default([])}),Ik=c.enum(["pushed","pulled","joined","refused","failed"]),_4=c.object({at:c.string(),event:Ik,dataset:c.string().min(1),digest:c.string().nullable().default(null),gameId:c.string().nullable().default(null),gameName:c.string().nullable().default(null),roundId:c.string().nullable().default(null),message:c.string().default(""),ok:c.boolean().default(!0)}),k4=c.object({dataset:c.string().optional(),gameId:c.string().optional(),event:c.array(Ik).optional(),since:c.string().optional(),search:c.string().optional(),before:c.string().optional(),limit:c.number().int().positive().max(500).default(100)}),x4=c.object({datasets:c.array(Ak).default([]),unavailable:c.string().nullable().default(null)})});var km=y(()=>{"use strict";mt();dt()});var xm=y(()=>{"use strict";nn();mt()});var Sm=y(()=>{"use strict";Tn();nn();xm();Ts();mt();nn();dt();_t();As();$s()});function Om(e,t){let r=t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return new RegExp([`\\bpresentation\\s*\\.\\s*${r}\\b`,`\\bpresentation\\s*\\[\\s*["']${r}["']\\s*\\]`,`\\b${r}\\s*:`].join("|")).test(e)||t==="primaryColour"&&/\broot\s*:/.test(e)?!0:t==="analyticsUrl"}function Ps(e){return Em.filter(t=>Om(e,Cm[t.key])).map(t=>t.key)}var Em,$m,Pk,Tm,RO,Am,LO,Ck,Ok,DO,jO,Nk,MO,UO,Im,Pm,Cm,Nm=y(()=>{"use strict";Em=[{key:"play_again_label",label:"Play again button",type:"freetext",description:"What the button that starts the next round says, at the end of a finished one. Leave it empty to keep the game's own word.",readBy:"The game's own page, on its play-again button.",section:"Wording"},{key:"result_button_label",label:"Result link",type:"freetext",description:"What the link back to a finished round says, for a fan who has already played today. Leave it empty to keep the game's own word.",readBy:"The game's own page, on its see-your-result link.",section:"Wording"},{key:"share_button_label",label:"Share button",type:"freetext",description:"What the share button says at the end of a round. Leave it empty to keep the game's own word.",readBy:"The game's own page, on its share button.",section:"Wording"},{key:"margin_over",label:"Went over, in the summary",type:"freetext",description:`What the splash and the share picture say when a fan went over, e.g. "over by {n}". {n} is how far out they were, and where you put it is up to you. Leave it empty to keep the game's own words.`,readBy:"The game's own page, on the returning splash and the share picture.",section:"Wording"},{key:"margin_exact",label:"Landed exactly, in the summary",type:"freetext",description:`What the splash and the share picture say when a fan hit the target exactly, e.g. "exactly on the number". There is no amount to show, so no {n}. Leave it empty to keep the game's own words.`,readBy:"The game's own page, on the returning splash and the share picture.",section:"Wording"},{key:"margin_under",label:"Stayed under, in the summary",type:"freetext",description:`What the splash and the share picture say when a fan finished under, e.g. "{n} short". {n} is how far under they were. Leave it empty to keep the game's own words.`,readBy:"The game's own page, on the returning splash and the share picture.",section:"Wording"},{key:"result_over",label:"Went over, on the result",type:"freetext",description:`What the result screen says when a fan went over, e.g. "Over the limit by {n}". **The game speaking to the fan, so write it in the second person.** Use {n} for the amount, {target} for the target, {rank} for the rank, {player} for the player who took them over, {value} for what that player was worth, and {fact} for that player's note. Leave it empty to keep the game's own words.`,readBy:"The game's own page, on the result screen.",section:"Wording"},{key:"result_exact",label:"Landed exactly, on the result",type:"freetext",description:`What the result screen says when a fan hit the target exactly, e.g. "Exactly on the number!". Leave it empty to keep the game's own words.`,readBy:"The game's own page, on the result screen.",section:"Wording"},{key:"result_under",label:"Stayed under, on the result",type:"freetext",description:`What the result screen says when a fan finished under, e.g. "{n} away from the target". Leave it empty to keep the game's own words.`,readBy:"The game's own page, on the result screen.",section:"Wording"},{key:"share_over",label:"Went over, in the shared text",type:"freetext",description:`The sentence a fan pastes when they went over, e.g. "over the limit by {n}." **The fan speaking to a friend, so write it in the first person: "my", never "your".** Use {n} for the amount, {target} for the target, {rank} for the rank, {player} for the player who took them over, {value} for what that player was worth, and {fact} for that player's note. Keep it to one line: the shared text is four lines and this is the first. Leave it empty to keep the game's own words.`,readBy:"The game's own page, in the text the share button copies.",section:"Wording"},{key:"share_exact",label:"Landed exactly, in the shared text",type:"freetext",description:`The sentence a fan pastes when they hit the target exactly, e.g. "Exactly on {target}. {rank}." Leave it empty to keep the game's own words.`,readBy:"The game's own page, in the text the share button copies.",section:"Wording"},{key:"share_under",label:"Stayed under, in the shared text",type:"freetext",description:`The sentence a fan pastes when they finished under, e.g. "{n} short of {target}. {rank}." Leave it empty to keep the game's own words.`,readBy:"The game's own page, in the text the share button copies.",section:"Wording"},{key:"result_bust_note",label:"Went over: the line about the player",type:"freetext",description:`The line on the result screen naming the player who took a fan over, e.g. "{player} alone was worth {value} of your {target}." **The game speaking to the fan, so second person.** {fact} is that player's own note if the producer wrote one. Leave it empty to keep the game's own words.`,readBy:"The game's own page, under the result when a fan went over.",section:"Wording"},{key:"share_bust_note",label:"Went over: the line about the player, shared",type:"freetext",description:`The same line in the text a fan pastes, e.g. "{player} alone was {value} of my {target}." **The fan speaking to a friend, so first person: "my", never "your".** Surname alone reads better here; the full name is on the card. Leave it empty to keep the game's own words.`,readBy:"The game's own page, in the text the share button copies.",section:"Wording"},{key:"share_dare",label:"The challenge in the shared text",type:"freetext",description:'The last line of the text a fan pastes, aimed at whoever reads it, e.g. "Can you do better?" Leave it empty and the line is not sent.',readBy:"The game's own page, in the text the share button copies.",section:"Wording"},{key:"result_dare",label:"The challenge on the result",type:"freetext",description:'A closing line on the result screen, e.g. "Can you do better?" Leave it empty and the line is not drawn.',readBy:"The game's own page, under the result.",section:"Wording"},{key:"capped_today_note",label:"When today's plays are used up",type:"freetext",description:"What a fan reads when the game has taken all the plays it can take today, and opens again at midnight UTC. A Dev game has a daily limit; a Prod game does not, so this never shows on one. Leave it empty to keep the game's own words.",readBy:"The game's own page, when the Engine refuses a play until tomorrow.",section:"Wording"}],$m=Em.map(e=>e.key),Pk=[{key:"display_name",label:"Game name",type:"freetext",description:"What a fan sees at the top of the game. Leave it empty to use the name the game was deployed with.",readBy:"The game's own page, as its heading and its browser title.",section:"Identity"},{key:"strapline",label:"Strapline",type:"freetext",description:"One line under the name. Leave it empty and the line is not drawn.",readBy:"The game's own page, under the heading.",section:"Identity"},{key:"how_to_play",label:"How to play",type:"freetext",description:"The rules in a fan's words. Shown before they start, and reachable while they play.",readBy:"The game's own page, in its how-to-play panel.",section:"Identity"},{key:"reference_url",label:"Reference data",type:"freetext",description:"A link to JSON holding the data this game draws on, shared by every round. Fetched by the Engine, never sent to a fan's browser. Leave it empty if each round carries everything it needs.",readBy:"The control plane, when it provisions a round.",section:"Content",public:!1},{key:"analytics_url",label:"Analytics endpoint",type:"freetext",description:"Where a copy of what fans do in this game is sent. Leave it empty and nothing is collected. Monterosa will give you the address for your account.",readBy:"The game's own page, which loads the collector and posts to it once a fan has consented.",section:"Content"},{key:"primary_colour",label:"Primary colour",type:"colour",description:"The colour of the button a fan presses. Everything else stays as the game was built.",readBy:"The game's own page, as the --gamestage-primary custom property.",section:"Brand"},{key:"play_button_label",label:"Main button",type:"freetext",description:"What the button that submits a fan's answer says. Leave it empty to keep the game's own word.",readBy:"The game's own page, on its submit button.",section:"Wording"},...Em,{key:"rank_ladder",label:"Rank names",type:"collection",itemLabel:"{{rank_label}}",description:"What each rank is called, best first. The game decides which rank a fan earned; this is only what it is called. Leave it empty to use the game's own names.",readBy:"The Engine, which awards the rank and returns its name.",section:"Wording",fieldset:[{key:"rank_label",label:"Name",type:"freetext",description:'What a fan sees when they earn this rank, e.g. "Hall of Fame".',readBy:"The Engine, on a finished round.",section:"Wording"}]},{key:"round_selection",label:"How the live round is chosen",type:"freetext",description:"Calendar: the round on today's edition, which a producer prepares. Rotation: one of a pool, chosen by the clock, the same one for everybody playing at that moment. Leave it empty for calendar.",readBy:"The control plane, when it provisions a round.",section:"Content",public:!1},{key:"round_window_seconds",label:"How long a round stays up",type:"number",description:"Under rotation, how many seconds each round is the live one before the next takes over. Leave it empty for a day.",readBy:"The control plane, when it provisions a round.",section:"Content",public:!1},{key:"measure",label:"Measure",type:"freetext",description:'Which column of the reference data a round counts, when it holds more than one, e.g. "points". A round can name its own instead. Leave it empty if the data holds one measure.',readBy:"The control plane, when it joins a round to the reference data.",section:"Content",public:!1}],Tm=[{key:"edition_name",label:"Edition name",type:"freetext",description:"What a fan sees this edition called. Leave it empty to use the game's own word for its container.",readBy:"The game's own page, wherever it names the round.",section:"This edition"},{key:"edition_strapline",label:"Edition line",type:"freetext",description:"A line for this edition only: a sponsor, a fixture, a date. Leave it empty and the line is not drawn.",readBy:"The game's own page, beside the edition name.",section:"This edition"}],RO=[{key:"bingo_rows",label:"Board rows",type:"number",description:"How many rows a fan's board has. Leave it empty for 3.",readBy:"The control plane, when it builds the round from this edition.",section:"This edition",public:!1},{key:"bingo_columns",label:"Board columns",type:"number",description:"How many columns a fan's board has. Leave it empty for 3.",readBy:"The control plane, when it builds the round from this edition.",section:"This edition",public:!1},{key:"bingo_centre_mode",label:"Centre cell",type:"freetext",description:'One of "free" (marked for everybody, and does not use a card), "none" (an ordinary cell dealt like any other) or "choice" (the fan picks it). Leave it empty for "free".',readBy:"The control plane, when it builds the round from this edition.",section:"This edition",public:!1},{key:"bingo_shuffle_allowance",label:"Reshuffles allowed",type:"number",description:"How many times a fan may redeal their board before locking it. Leave it empty for 3.",readBy:"The Engine, which refuses a reshuffle once this is spent.",section:"This edition"},{key:"bingo_prompt",label:"What a fan is told",type:"freetext",description:"The line above the board, in a fan's words. Leave it empty to keep the wording the game was built with.",readBy:"The control plane, when it builds the round from this edition.",section:"This edition",public:!1},{key:"bingo_points_per_line",label:"Points per line",type:"number",description:"Awarded once for each completed line. Leave it empty for 10.",readBy:"The Engine, when it scores a settled board.",section:"This edition"},{key:"bingo_points_for_full_board",label:"Points for a full board",type:"number",description:"Awarded once, on top of every line, when the whole board comes in. Leave it empty for 0.",readBy:"The Engine, when it scores a settled board.",section:"This edition"}],Am=[{key:"source_url",label:"Content source",type:"freetext",description:"A link to JSON holding this round's content. Fetched by the Engine when the round is provisioned, so it is never sent to a fan's browser and may hold the answers. Leave it empty to use the round in the game's manifest.",readBy:"The control plane, when it provisions the round.",section:"Content",public:!1},{key:"measure",label:"Measure",type:"freetext",description:'Which column of the reference data this round counts, e.g. "assists". Leave it empty to count what the game counts.',readBy:"The control plane, when it joins this round to the reference data.",section:"Content",public:!1},{key:"round_timer_seconds",label:"Time limit",type:"number",description:"How many seconds a fan gets on this round, counted from when they open it: 180 for three minutes. The Engine refuses a play that arrives after it. Leave it empty for a round with no clock.",readBy:"The Engine, which refuses a late play, and the game's own page, which counts it down.",section:"Content"}],LO=[{key:"round_theme",label:"Theme",type:"freetext",description:`What this round is about, in a word or two, e.g. "The Eighties". Shown above the game's name. Leave it empty for a round that is not one of a themed set.`,readBy:"The game's own page, above the title.",section:"This round"},{key:"round_prompt",label:"What a fan is told",type:"freetext",description:"The line above the board, in a fan's words. Leave it empty to keep the wording the game was built with.",readBy:"The game's own page, above the board.",section:"This round"},{key:"round_target",label:"The target",type:"number",description:"The total a fan must get as close to as they can without going over. Public: it is the goal they are set, and the game is unplayable without it.",readBy:"The Engine, which marks against it, and the page, which shows it.",section:"This round"},{key:"round_target_label",label:"What is being counted",type:"freetext",description:'Shown beside the target, e.g. "Career Points".',readBy:"The game's own page, beside the target.",section:"This round"},{key:"round_unit",label:"Unit",type:"freetext",description:'Put in front of every number in this round, e.g. "\xA3". Leave it empty for a round that counts something with no unit, like points.',readBy:"The game's own page, in front of the target, each pick and the total.",section:"This round"},{key:"round_slates",label:"The picks",type:"collection",itemLabel:"{{slate_label}}",description:"One group per pick, in the order a fan plays them. Five groups means five picks.",readBy:"The Engine, which marks against them, and the page, which draws them.",section:"This round",fieldset:[{key:"slate_label",label:"Group",type:"freetext",description:'What a fan sees above the choices, e.g. "1996-97 CHI".',readBy:"The game's own page.",section:"This round"},{key:"slate_entries",label:"Choices",type:"collection",itemLabel:"{{entry_label}}",description:"The choices a fan picks between in this group.",readBy:"The Engine and the page.",section:"This round",fieldset:[{key:"entry_label",label:"Name",type:"freetext",description:'What a fan sees, e.g. "Michael Jordan".',readBy:"The game's own page.",section:"This round"},{key:"entry_key",label:"Reference",type:"freetext",description:`The id this choice has in the game's own data, e.g. "jordami01". It is how the Engine finds what the choice is worth, so it has to match the data the game was deployed with. Never shown to a fan.`,readBy:"The Engine, to look up what this choice is worth.",section:"This round"},{key:"entry_note",label:"Note",type:"freetext",description:'Something worth knowing about this choice, shown to a fan who went over because of it, e.g. "Six rings, six Finals MVPs." Leave it empty and the game works out its own line.',readBy:"The game's own page, on the result when this choice took a fan over.",section:"This round"}]}]}],Ck="Never shown to a fan. This is the answer, so it is withheld from the feeds a browser reads.",Ok={key:"round_board",label:"The board",type:"collection",itemLabel:"{{board_item}}",description:"Everything a fan can pick from, in the order they should see it.",readBy:"The Engine, which marks against it, and the page, which draws it.",section:"This round",fieldset:[{key:"board_item",label:"Pick",type:"freetext",description:'One thing a fan can pick, exactly as they should read it, e.g. "Michael Jordan".',readBy:"The game's own page, and the Engine, which marks a pick by it.",section:"This round"}]},DO=[{key:"round_prompt",label:"What a fan is told",type:"freetext",description:"The line above the board, in a fan's words. Leave it empty to keep the wording the game was built with.",readBy:"The game's own page, above the board.",section:"This round"},Ok,{key:"round_targets",label:"The right answers",type:"freetext",description:`The picks that are right, separated by commas, written exactly as they appear on the board, e.g. "Michael Jordan, Larry Bird". ${Ck}`,readBy:"The Engine, to mark a pick.",section:"This round",public:!1}],jO=[{key:"round_prompt",label:"What a fan is told",type:"freetext",description:"The line above the board, in a fan's words. Leave it empty to keep the wording the game was built with.",readBy:"The game's own page, above the board.",section:"This round"},Ok,{key:"round_groups",label:"The groups",type:"collection",itemLabel:"{{group_label}}",description:`One per hidden group. ${Ck}`,readBy:"The Engine, to mark a guess and to name a group once it is found.",section:"This round",public:!1,fieldset:[{key:"group_label",label:"What they have in common",type:"freetext",description:'Shown to a fan only once they have found this group, e.g. "1996-97 Bulls".',readBy:"The game's own page, after the group is solved.",section:"This round"},{key:"group_members",label:"Which ones",type:"freetext",description:'The picks in this group, separated by commas, written exactly as they appear on the board, e.g. "Michael Jordan, Scottie Pippen". Every one has to be on the board, and no pick may be in two groups.',readBy:"The Engine, to mark a guess.",section:"This round"}]}],Nk=[{key:"prediction_question",label:"Question",type:"freetext",description:"What a fan is asked to call, in their words.",readBy:"The Engine, when it provisions the round.",section:"Content"},{key:"prediction_option",label:"Option",type:"freetext",description:"One thing a fan can call. Add one per outcome.",readBy:"The Engine, when it provisions the round.",section:"Content"}],MO=[{key:"card_note",label:"What this card means",type:"freetext",description:'A sentence explaining the card, shown when a fan taps it. "Goal in the first 10" might be "A goal is scored by either team inside the first ten minutes." Leave it empty and tapping the card does nothing.',readBy:"The game's own page, on the back of the card a fan taps.",section:"This card",public:!0}],UO=[{key:"round_prompt",label:"What a fan is told",type:"freetext",description:"The line above the goal, in a fan's words. Leave it empty to keep the wording the game was built with.",readBy:"The game's own page, above the goal.",section:"This round"},{key:"shoot_shots_allowed",label:"Shots",type:"number",description:"How many penalties a fan takes, from 1 to 20. Leave it empty for 5.",readBy:"The Engine, which refuses a shot once they are spent.",section:"This round"},{key:"shoot_goals_to_win",label:"Goals to win",type:"number",description:"How many goals count as winning the shootout. Reaching it does not end play: every remaining shot still scores. Leave it empty for 3.",readBy:"The Engine, which decides won or lost after the last shot.",section:"This round"},{key:"shoot_points_per_goal",label:"Points per goal",type:"number",description:"What each goal is worth on the leaderboard. Leave it empty for 100.",readBy:"The Engine, which scores each goal.",section:"This round"},{key:"shoot_difficulty",label:"Keeper",type:"freetext",description:"How good the goalkeeper is: easy_v1, balanced_v1 or hard_v1. Leave it empty for balanced_v1.",readBy:"The Engine, which picks the keeper's speed, reach and reactions from it.",section:"This round"}],Im={hunt:DO,push:LO,group:jO,predict:[],bingo:MO,shoot:UO},Pm={hunt:[],push:[],group:[],predict:[],bingo:RO,shoot:[]},Cm={display_name:"displayName",analytics_url:"analyticsUrl",strapline:"strapline",how_to_play:"howToPlay",primary_colour:"primaryColour",play_button_label:"playButtonLabel",play_again_label:"playAgainLabel",result_button_label:"resultButtonLabel",share_button_label:"shareButtonLabel",edition_name:"editionName",edition_strapline:"editionStrapline",margin_over:"marginOver",margin_exact:"marginExact",margin_under:"marginUnder",result_over:"resultOver",result_exact:"resultExact",result_under:"resultUnder",share_over:"shareOver",share_exact:"shareExact",share_under:"shareUnder",result_bust_note:"resultBustNote",share_bust_note:"shareBustNote",capped_today_note:"cappedTodayNote",share_dare:"shareDare",result_dare:"resultDare"}});function GO(e){let t=new Map,r=o=>{for(let n of o){let i=t.get(n.key);if(i){if(i.type!==n.type)throw new Error(`The field "${n.key}" is declared as both ${i.type} and ${n.type}. One key is one declaration; a level's own label and description travel on its field set entry, its type does not.`)}else t.set(n.key,n);r(n.fieldset??[])}};return r(e),[...t.values()]}function Rm(e){let t=[];for(let r of e){let o=r.public===!1,n={label:r.label,key:r.key,description:r.description,...r.type==="collection"?{}:{mandatory:!1},...o?{public:!1,cloneable:!1}:{}},i=t.find(a=>a.name===r.section);i?i.properties.push(n):t.push({name:r.section,properties:[n]})}return t}function BO(e){let t=e.archetypes.map(Ae);for(let i of t)if(!Rk[i])throw new Error(`No Studio element name for the ${i} archetype. Add one to ARCHETYPE_ELEMENT_NAMES rather than letting Studio show a blank type.`);let r=i=>`${e.urls.baseAppsUrl}/${i}`,o=new Set(e.wording??$m),n=Pk.filter(i=>!$m.includes(i.key)||o.has(i.key));return{"spec.json":{name:e.name,id:e.id,version:e.version,base_apps_url:e.urls.baseAppsUrl,dash_image:e.urls.dashImage,embed_url:e.urls.embedUrl,elements:r("elements.json"),fields:r("fields.json"),project_settings:r("project_settings.json"),event_settings:r("event_settings.json"),schedule:!0,analytics:!0,live_activity:!0,localisation:!1},"elements.json":t.map(i=>({name:Rk[i],content_type:Lk(i),derived_from:Cs[i]?.derivedFrom??"data",duration:Cs[i]?.duration??{mode:"instant"},label:Cs[i]?.derivedFrom==="prediction"?"{{question.text}}":e.name,custom_fields:Rm([...Am,...Im[Ae(i)]??[]]),...Cs[i]?.derivedFrom==="prediction"?{label_question:i==="bingo"?"Card":"Question",label_option:i==="bingo"?"Outcome":"Option",reveal_results:{modes:["manual"],default:"manual"},correct_option:{live_update:!0},question:[{label:"Question",key:"text",field:"prediction_question",mandatory:"question"}],option:[{label:"Option",key:"text",field:"prediction_option",mandatory:"option"}]}:{}})),"fields.json":GO([...n,...Tm,...Am,...Object.values(Im).flat(),...Object.values(Pm).flat(),...Nk]).map(FO),"project_settings.json":{sections:Rm(n)},"event_settings.json":{sections:Rm([...Tm,...t.flatMap(i=>Pm[i]??[])])}}}function Dk(e){return BO({name:e.gameName,id:e.gameId,wording:e.wording??[],version:`0.0.${e.manifestRevision}`,archetypes:[e.archetype],urls:e.urls})}var Rk,Lk,Cs,zO,FO,Lm=y(()=>{"use strict";Nm();_t();Rk=Mg,Lk=e=>{let t=Ae(e);return $c[t]??`gamestage-${t.replaceAll("_","-")}-element`},Cs={hunt:{derivedFrom:"data",duration:{mode:"fixed",default:86400}},push:{derivedFrom:"data",duration:{mode:"fixed",default:86400}},group:{derivedFrom:"data",duration:{mode:"fixed",default:86400}},predict:{derivedFrom:"prediction",duration:{mode:"flexible"}},bingo:{derivedFrom:"prediction",duration:{mode:"flexible"}},shoot:{derivedFrom:"data",duration:{mode:"fixed",default:86400}}},zO=new Set(["freetext","wysiwyg","image","file"]),FO=e=>({key:e.key,type:e.type,...zO.has(e.type)?{localisable:!1}:{},...e.type==="collection"?{...e.itemLabel?{item_label:e.itemLabel}:{},fieldset:(e.fieldset??[]).map(t=>({label:t.label,key:t.key,...t.description?{description:t.description}:{}}))}:{}})});var Dm=y(()=>{"use strict";_t()});var jk=y(()=>{"use strict";Jr();Es();wm();Tn();_m();km();Sm();Lm();Dm();hm();mm();dt()});function KO(e){let t=1e3*2**(e-1),r=t*.2*(Math.random()*2-1);return Math.round(t+r)}function zk(e){let t=e.fetch??globalThis.fetch,r=e.maxAttempts??4,o=e.baseUrl.replace(/\/+$/,"");return async function(i,a,s={}){let l=globalThis.location?.origin,d=new URL(`${o}${a}`,o.startsWith("/")?l:void 0);for(let[p,h]of Object.entries(s.query??{}))h!=null&&d.searchParams.set(p,String(h));let u;for(let p=1;p<=r;p++){let h=typeof e.token=="function"?await e.token():e.token,f=await t(d,{method:i,headers:{authorization:`Bearer ${h}`,...s.body===void 0?{}:{"content-type":"application/json"}},body:s.body===void 0?void 0:JSON.stringify(s.body)});if(f.ok)return await f.json();let m=await f.json().catch(()=>({}));if(u=new Ye(f.status,m.error?.code??"unknown",m.error?.message??f.statusText,m.error?.retryable??!1),!u.retryable||p===r)break;let b=Number(f.headers.get("retry-after"));await WO(Number.isFinite(b)&&b>0?b*1e3:KO(p))}throw u??new Ye(0,"unknown","Request failed.",!1)}}function Fk(e){let t=zk(e);return{setWorkspaceAccess:(r,o,n)=>t("PUT",`/v1/admin/workspaces/${encodeURIComponent(r)}/access`,{body:{access:o,reason:n??null}}),async listAccess(){let r=await t("GET","/v1/admin/access"),o=[...r.waiting??[],...r.decided??[]].filter(n=>typeof n=="object"&&n!==null).map(bk);return wk(o)},setWorkspacePlan:(r,o,n)=>t("PUT",`/v1/admin/workspaces/${encodeURIComponent(r)}/plan`,{body:{tier:o,...n===void 0?{}:{liveGameAllowance:n}}})}}function Tr(e){let t=zk(e),r=["meters","rounds","history","destinations","sections","issues"],o=a=>{let s={...a,containerLabel:a.containerLabel??"Round"};for(let l of r)Array.isArray(s[l])||(s[l]=[]);return s},n=a=>({...a,access:Ss(a),terms:a.terms??null,games:(a.games??[]).map(o),gamesTotal:a.gamesTotal??(a.games??[]).length,archivedTotal:a.archivedTotal??(a.games??[]).filter(s=>s.state==="archived").length}),i=a=>({...a,workspace:{...a.workspace,access:Ss(a.workspace??{}),games:(a.workspace?.games??[]).map(o)}});return{getWorkspace:async()=>n(await t("GET","/v1/workspace")),getWorkspaceSummary:async()=>{try{return n(await t("GET","/v1/workspace/summary"))}catch(a){if(!(a instanceof Ye)||a.status!==404)throw a;return Mk||(Mk=!0,console.warn("[control-plane] no /v1/workspace/summary, falling back to the full workspace read. If this persists the control plane is behind the site, and every Stage screen is carrying the whole workspace again.")),n(await t("GET","/v1/workspace"))}},linkGitHub:async a=>i(await t("PUT","/v1/workspace/github",{body:{login:a}})),acceptTerms:async a=>i(await t("PUT","/v1/workspace/terms",{body:{version:a}})),setPlan:async a=>i(await t("PUT","/v1/workspace/plan",{body:{tier:a}})),uploadTarget:(a,s)=>t("POST",`/v1/games/${encodeURIComponent(a)}/uploads`,{body:{filename:s}}),setPresetArt:(a,s)=>t("PUT",`/v1/games/${encodeURIComponent(a)}/art/preset`,{body:{preset:s}}),artUploadTarget:(a,s)=>t("POST",`/v1/games/${encodeURIComponent(a)}/art/uploads`,{body:{content_type:s}}),setUploadedArt:(a,s)=>t("PUT",`/v1/games/${encodeURIComponent(a)}/art`,{body:{url:s}}),referenceUploadTarget:(a,s)=>t("POST","/v1/reference/uploads",{body:{name:a,digest:s}}),pruneBundle:(a,s)=>t("PUT",`/v1/games/${encodeURIComponent(a)}/bundle`,{body:{filenames:s}}),async getGame(a){try{return o(await t("GET",`/v1/games/${encodeURIComponent(a)}`))}catch(s){if(s instanceof Ye&&s.status===404)return;throw s}},setAwake:(a,s)=>t("PUT",`/v1/games/${encodeURIComponent(a)}/state`,{body:{awake:s}}),setDestination:(a,s,l)=>t("PUT",`/v1/games/${encodeURIComponent(a)}/destinations`,{body:{destination_id:s,enabled:l}}),registerGame:a=>t("POST","/v1/games",{body:a}),archiveGame:a=>t("POST",`/v1/games/${encodeURIComponent(a)}/archive`),promoteGame:a=>t("POST",`/v1/games/${encodeURIComponent(a)}/promote`),withdrawGame:a=>t("POST",`/v1/games/${encodeURIComponent(a)}/withdraw`),deleteGame:a=>t("DELETE",`/v1/games/${encodeURIComponent(a)}`),deploy:(a,s)=>t("POST",`/v1/games/${encodeURIComponent(a)}/deploy`,{body:s}),refreshRound:a=>t("POST",`/v1/games/${encodeURIComponent(a)}/round/refresh`),async seedRound(a,s){try{return await t("PUT",`/v1/games/${encodeURIComponent(a)}/round`,{body:{round:s}})}catch(l){throw l instanceof Ye&&l.status===404&&!/no such game/i.test(l.message)?new Ye(404,"not_supported","This control plane cannot take a round yet. It is running a build older than this CLI, so the round has to go in through Studio until it is updated.",!1):l}},setSignal:async a=>i(await t("PUT","/v1/workspace/signal",{body:{enabled:a}})),setWorkspaceProfile:a=>t("PUT","/v1/workspace/profile",{body:a}),async getEndpoints(a){try{return await t("GET",`/v1/games/${encodeURIComponent(a)}/endpoints`)}catch(s){if(s instanceof Ye&&s.status===404)return;throw s}},async getLogs(a,s){let{lines:l}=await t("GET",`/v1/games/${encodeURIComponent(a)}/logs`,{query:s});return l},async getAuditLog(a){let{records:s}=await t("GET","/v1/audit",{query:a});return s},async listDatasets(){try{let a=await t("GET","/v1/reference/datasets");return!a||!Array.isArray(a.datasets)?{datasets:[],unavailable:Uk}:{datasets:a.datasets,unavailable:a.unavailable??null}}catch(a){if(a instanceof Ye&&a.status===404)return{datasets:[],unavailable:Uk};throw a}},async getDataset(a){try{let s=await t("GET",`/v1/reference/datasets/${encodeURIComponent(a)}`);return s?.dataset?s:void 0}catch(s){if(s instanceof Ye&&s.status===404)return;throw s}},async getDataLog(a){try{let s=await t("GET","/v1/reference/log",{query:a});return Array.isArray(s?.lines)?s.lines:[]}catch(s){if(s instanceof Ye&&s.status===404)return[];throw s}}}}var Ye,WO,Mk,Uk,Gk=y(()=>{"use strict";Es();Ye=class extends Error{status;code;retryable;constructor(t,r,o,n){super(o),this.status=t,this.code=r,this.retryable=n,this.name="ControlPlaneError"}},WO=e=>new Promise(t=>setTimeout(t,e)),Mk=!1;Uk="This control plane is running a build older than this screen, so it cannot list datasets yet."});function ZO(e){if(e.timerSeconds===void 0||!Number.isInteger(e.timerSeconds)||e.timerSeconds<=0||!e.startedAt)return;let t=Date.parse(e.startedAt);if(Number.isFinite(t))return t+e.timerSeconds*1e3}function Bk(e,t){let r=ZO(e);if(r===void 0)return!1;let o=typeof t=="number"?t:Date.parse(t);return Number.isFinite(o)?o>r:!1}var Wk=y(()=>{"use strict"});var Kk=y(()=>{"use strict";nn()});var VO,HO,YO,n6,jm=y(()=>{"use strict";We();VO=c.discriminatedUnion("kind",[c.object({kind:c.literal("everyone")}),c.object({kind:c.literal("domains"),domains:c.array(c.string().min(1)).min(1)}),c.object({kind:c.literal("named")})]),HO=c.enum(["licensed","unofficial","creator"]),YO=c.enum(["ours","creator"]),n6=c.object({id:c.string().min(1),label:c.string().min(1),standing:HO,origin:YO,tiers:c.array(c.enum(["runtime","live","enterprise"])).min(1),produces:c.array(c.string()),note:c.string().min(1),audience:VO.optional()})});var Zk=y(()=>{"use strict";jm()});var Vk=y(()=>{"use strict";Tn()});var Hk=y(()=>{"use strict";Tn()});function JO(e){let t;try{t=JSON.parse(e)}catch(o){return{ok:!1,reason:"That is not JSON.",detail:o instanceof Error?o.message:void 0}}let r=rn.safeParse(t);if(!r.success){let o=r.error.issues[0];return{ok:!1,reason:"That is not valid reference data.",detail:o?`${o.path.join(".")||"document"}: ${o.message}`:void 0}}return{ok:!0,summary:{digest:Is(e),measures:r.data.measures.map(o=>o.key),counts:Object.fromEntries(r.data.measures.map(o=>[o.key,Object.keys(o.values).length]))}}}async function Yk(e,t){let r=JO(e);return r.ok&&(await t("copy",e),await t("pointer",e)),r}var Jk=y(()=>{"use strict";Tn()});var qk=y(()=>{"use strict"});var Xk=y(()=>{"use strict"});function Mm(e){return e.sourceIp?.trim()||"unknown"}function Um(e,t){return`${e.length}:${e}${t}`}var qO,Qk,ex,tx,nx,f6,g6,y6,rx=y(()=>{"use strict";qO=e=>{if(e===void 0)return;let t=Number(e);return Number.isFinite(t)&&t>0?t:void 0},Qk=e=>typeof process>"u"?void 0:qO(process.env?.[e]),ex=(e,t,r)=>({burst:Qk(t)??e.burst,perMinute:Qk(r)??e.perMinute}),tx={player:{burst:300,perMinute:600},publicRoutes:{burst:100,perMinute:300}},nx={player:ex(tx.player,"GAMESTAGE_RATE_PLAYER_BURST","GAMESTAGE_RATE_PLAYER_PER_MINUTE"),publicRoutes:ex(tx.publicRoutes,"GAMESTAGE_RATE_PUBLIC_BURST","GAMESTAGE_RATE_PUBLIC_PER_MINUTE")},f6=nx.player,g6=nx.publicRoutes,y6=600*1e3});var ox=y(()=>{"use strict"});var ne=y(()=>{"use strict";Jr();_t();Qt();Fh();ds();hm();X_();vs();tk();ss();mm();dk();jo();dt();Es();jk();Gk();Nm();mt();km();Wk();nn();$s();xm();Ts();_r();Kk();Tn();Zk();jm();Vk();Hk();Jk();_m();As();Sm();qk();Lm();wm();Xk();Dm();rx();ox()});import{spawn as dx}from"node:child_process";import{chmod as ix,mkdir as ax,readFile as sx,rm as cx,writeFile as lx}from"node:fs/promises";import{homedir as XO,platform as Ar}from"node:os";import{dirname as QO,join as ux}from"node:path";async function px(){let e=await fetch(`${zm}/user_management/authorize/device`,{method:"POST",headers:{"content-type":"application/x-www-form-urlencoded"},body:new URLSearchParams({client_id:Fm})});if(!e.ok)throw new Error(`Could not start sign-in (${e.status}). ${await e.text()}`);return await e.json()}async function hx(e){let t=await fetch(`${zm}/user_management/authenticate`,{method:"POST",headers:{"content-type":"application/json"},body:JSON.stringify({client_id:Fm,grant_type:"urn:ietf:params:oauth:grant-type:device_code",device_code:e})}),r=await t.json();if(t.ok){let o=r.user;return{status:"ok",session:{accessToken:String(r.access_token??""),refreshToken:r.refresh_token?String(r.refresh_token):void 0,email:o?.email,userId:o?.id}}}switch(r.error){case"authorization_pending":return{status:"pending"};case"slow_down":return{status:"slow_down"};case"expired_token":return{status:"expired"};default:return{status:"denied",reason:String(r.error_description??r.error??"unknown error")}}}function mx(e){let t=Ar()==="darwin"?"open":Ar()==="win32"?"cmd":"xdg-open",r=Ar()==="win32"?["/c","start","",e]:[e];try{dx(t,r,{stdio:"ignore",detached:!0}).unref()}catch{}}function Gm(){let e=process.env.GAMESTAGE_CREDENTIALS?.trim();return e||void 0}function Bm(e,t){return new Promise(r=>{let o=dx("security",e,{stdio:["pipe","pipe","ignore"]}),n="";o.stdout.on("data",i=>n+=i),o.on("error",()=>r(null)),o.on("close",i=>r(i===0?n.trim():null)),t!==void 0?o.stdin.end(t):o.stdin.end()})}async function Wm(e){let t=JSON.stringify(e),r=Gm();return r?(await ax(QO(r),{recursive:!0,mode:448}),await lx(r,t,{mode:384}),await ix(r,384),"file"):Ar()==="darwin"&&await Bm(["add-generic-password","-a",Ir,"-s",Ir,"-U","-w",t])!==null?"keychain":(await ax(fx,{recursive:!0,mode:448}),await lx(Os,t,{mode:384}),await ix(Os,384),"file")}function eN(e){try{let[,t]=e.split("."),{exp:r}=JSON.parse(Buffer.from(t,"base64url").toString());return typeof r!="number"?!0:r*1e3-Date.now()<3e4}catch{return!0}}async function tN(e){if(!e.refreshToken)return null;let t=await fetch(`${zm}/user_management/authenticate`,{method:"POST",headers:{"content-type":"application/json"},body:JSON.stringify({client_id:Fm,grant_type:"refresh_token",refresh_token:e.refreshToken})});if(!t.ok)return null;let r=await t.json();return r.access_token?{...e,accessToken:String(r.access_token),refreshToken:r.refresh_token?String(r.refresh_token):e.refreshToken}:null}async function nN(){let e=Gm();if(e)try{return JSON.parse(await sx(e,"utf8"))}catch{return null}if(Ar()==="darwin"){let t=await Bm(["find-generic-password","-a",Ir,"-s",Ir,"-w"]);if(t)try{return JSON.parse(t)}catch{}}try{return JSON.parse(await sx(Os,"utf8"))}catch{return null}}async function gx(){let e=Gm();if(e){await cx(e,{force:!0});return}Ar()==="darwin"&&await Bm(["delete-generic-password","-a",Ir,"-s",Ir]),await cx(Os,{force:!0})}async function be(){let e=await nN();if(!e)return null;if(!eN(e.accessToken)||!e.refreshToken)return e;let t=await tN(e);return t?(await Wm(t),t):null}var zm,Fm,Ir,fx,Os,An=y(()=>{"use strict";zm="https://api.workos.com",Fm=process.env.GAMESTAGE_CLIENT_ID??"client_01KYVPJ1MA6GA9EXTJ7GJ81YW4";Ir="gamestage-cli",fx=ux(XO(),".gamestage"),Os=ux(fx,"credentials.json")});function vx(e){return`${$t}/stage/games/${encodeURIComponent(e)}?tab=overview`}function bx(e){return e&&new Set(["hunt","push","group","predict"]).has(e)?`${$t}/docs/game-formats#${e}`:`${$t}/docs`}var $t,Km=y(()=>{"use strict";$t=process.env.GAMESTAGE_SITE_URL??"https://gamestage.ai"});function iN(e){try{let t=new URL(e).hostname.toLowerCase();return t==="localhost"||t.endsWith(".localhost")||t==="::1"||t.startsWith("127.")}catch{return!1}}function aN(e){return e.GAMESTAGE_TEST_RUN==="1"||e.NODE_TEST_CONTEXT!==void 0}function sN(e=Se,t=process.env){if(aN(t)&&!iN(e)&&t.GAMESTAGE_ALLOW_REMOTE_TESTS!=="1")return`Refusing to register a test game against non-local control plane ${e}. Use the throwaway local control plane, or set GAMESTAGE_ALLOW_REMOTE_TESTS=1 for a deliberate real-plane run.`}function Pr(e=Se){let t=sN(e);t&&R(t)}async function Ho(){let e=await be();return e||R("You are not signed in.",["Run `gamestage login`. It creates the account too if you do not have one.","Inspecting, scaffolding and validating a manifest still need no account."]),e}async function de(){let e=await Ho();return{client:Tr({baseUrl:Se,token:async()=>(await be())?.accessToken??e.accessToken}),email:e.email??e.userId??"unknown"}}async function wx(){let e=await be();return e||R("You are not signed in.",["Run `gamestage login`. Approving a creator needs an operator's own session."]),{admin:Fk({baseUrl:Se,token:async()=>(await be())?.accessToken??e.accessToken}),email:e.email??e.userId??"unknown"}}async function Rs(e){try{let t=await e.getWorkspace(),r=t?.access;return r==="approved"||r==="pending"||r==="refused"?{access:r,workspace:t}:{access:"unreported",workspace:t}}catch(t){let r=t.status,o=t.code;return o===Zm?{access:"pending"}:r===404||o==="not_found"?{access:"unknown",problem:"no_control_plane",reason:`Nothing is serving a control plane at ${Se}.`,detail:["You are signed in, and deploying will fail until this is pointed somewhere real.","Set GAMESTAGE_CONTROL_URL to your control plane and run this again."]}:r===401||r===403?{access:"unknown",problem:"token_refused",reason:"The control plane refused this account's token.",detail:[`It is at ${Se}.`,"A token from one environment is refused by another, so check which one you signed into."]}:{access:"unknown",problem:"unreachable",reason:`Could not reach the control plane at ${Se}.`,detail:[String(t.message??t),"You are signed in. Deploying will fail until this answers."]}}}function Yo(e){switch(e.access){case"approved":return{ok:!0,status:"approved",access:"approved",heading:"Approved",message:"Your account is approved, so every command works, including deploy.",next:["`gamestage status` shows the workspace, its games and what they are using."]};case"pending":return{ok:!0,status:"pending_approval",access:"pending",code:Zm,heading:"Registered, waiting for approval",message:"You are registered and your account is waiting for approval. That is the normal path for a new account, and approval is a person's decision today.",next:["Nothing is wrong and nothing is lost. There is no second form to fill in.","Inspecting a prototype, scaffolding a game and writing a round all work now and need no approval.","`gamestage status` re-checks approval. It never opens the browser again."]};case"refused":return{ok:!0,status:"access_refused",access:"refused",heading:"Access refused",message:"This account has been refused access. Signing in worked, so this is a decision about the account rather than a broken token.",next:["Nothing in the CLI changes this, and running `gamestage login` again will not.","Inspecting, scaffolding and writing a round still work and need no account.",`If you think this is wrong, say so where you registered: ${$t}.`]};case"unreported":return{ok:!0,status:"access_not_reported",access:null,heading:"Signed in",message:"This control plane answered and does not report an access state, so whether this account is approved is not known here.",next:["It predates the access state rather than being broken, so carry on.","A deploy that is refused for approval will say so in its own words."]};default:return{ok:!1,status:e.problem==="no_control_plane"?"no_control_plane":e.problem==="token_refused"?"token_refused":"control_plane_unreachable",access:null,heading:"Signed in, and the control plane is not usable",message:e.reason,next:e.detail}}}function _x(e){return!e.changed&&e.refused?{ok:!0,status:"refused_by_store",access:e.access,code:e.code,heading:"Not approved",message:e.refused,next:["Nothing was written. When they have accepted the terms, run this again."]}:e.changed?e.access==="approved"?{ok:!0,status:"approved",access:"approved",heading:"Approved",message:`${e.workspaceId} was ${e.previous} and is now approved.`,next:["Their next `gamestage status` says approved, and deploy works from then on."]}:{ok:!0,status:"refused",access:"refused",heading:"Refused",message:`${e.workspaceId} was ${e.previous} and is now refused.`,next:["Their next `gamestage status` says refused, and says how to argue with it."]}:{ok:!0,status:"unchanged",access:e.access,heading:"No change",message:`${e.workspaceId} was already ${e.previous}. Nothing was written.`,next:["No audit record either: the trail records transitions, and this was not one."]}}function Cr(e){if(N(e.heading),g(` ${e.message}`),e.next.length){g();for(let t of e.next)E(t)}g()}function Ee(e){let t=[],r=e.status,o=e.code;if(o===Zm){let n=Yo({access:"pending"});M()?F({ok:n.ok,status:n.status,access:n.access,code:n.code,message:n.message,next:n.next}):Cr(n),process.exit(0)}r===401?t.push("Your session has expired. Run `gamestage login` again."):r===403?t.push("Either your session expired or that is not something this workspace is allowed to do. `gamestage login` rules out the first."):r===429?t.push("You are being rate limited. Wait a moment and try again."):e.retryable&&t.push("This one is worth retrying: the failure was at our end."),o&&t.push(`Code: ${o}`),t.push(`Control plane: ${Se}`),R(e instanceof Error?e.message:"The control plane call failed.",t)}var Se,Zm,ft=y(()=>{"use strict";ne();An();pe();Km();Se=process.env.GAMESTAGE_CONTROL_URL??"https://api.gamestage.ai";Zm="access_pending"});import{open as pN,readFile as Tx}from"node:fs/promises";import{createHash as hN}from"node:crypto";import{gunzipSync as mN}from"node:zlib";function yN(e){for(let{pattern:t,what:r}of gN)if(t.test(e))return r}function Ym(e){let t=(e.split("/").pop()??e).toLowerCase();return t===".env"||t.startsWith(".env.")||fN.has(t)||/^(credentials|secrets)\.(json|ya?ml|ini|toml|txt|env)$/.test(t)||/\.(pem|key|p12|pfx|keystore|jks)$/.test(t)}async function Ix(e,t){let r;try{r=await pN(e,"r")}catch{return}try{let{size:o}=await r.stat();if(o<=t){let s=Buffer.alloc(o);return o>0&&await r.read(s,0,o,0),s}let n=Math.floor(t/2),i=Buffer.alloc(n),a=Buffer.alloc(n);return await r.read(i,0,n,0),await r.read(a,0,n,o-n),Buffer.concat([i,Buffer.from(`
10130
- `),a])}catch{return}finally{await r.close()}}async function bN(e){return(await Ix(e,Ax))?.toString("latin1")}async function Xo(e){let t=await Ix(e,Ax);if(!t)return;if(t.byteLength>=2&&t[0]===31&&t[1]===139)try{let s=await Tx(e);t=mN(s,{maxOutputLength:vN})}catch{}if(t.byteLength>=2){if(t[0]===255&&t[1]===254)return t.toString("utf16le");if(t[0]===254&&t[1]===255)return t.swap16().toString("utf16le")}let r=t.subarray(0,8192);if(!r.includes(0))return t.toString("utf8");let o=0,n=0,i=0;for(let s=0;s<r.length;s+=1)r[s]===0&&(i+=1,s%2===0?o+=1:n+=1);let a=Math.floor(r.length/2);if(a>8){if(n>a*.7&&o<a*.1)return t.toString("utf16le");if(o>a*.7&&n<a*.1)return t.swap16().toString("utf16le")}if(i<=8&&i*20<r.length)return t.toString("utf8").split("\0").join("")}function wN(e){let t=se(e);if(t.ok)return{manifest:!0,round:!!t.manifest.backend.round}}function Or(e,t){if(t.archetype==="hunt"){let n=t.targets;if(n.length===0)return[];let i=n.filter(a=>new RegExp(`["'\`]${a.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}["'\`]`,"i").test(e));return i.length===n.length?i:[]}if(t.archetype==="predict")return[];if(t.archetype==="bingo")return t.cardPool.length<2?[]:e.split(`
10166
+ `}function g_(e){return e[e.length-1]===`
10167
+ `?e.slice(0,-1):e}function OC(e,t){for(var r=/(\n+)([^\n]*)/g,o=(function(){var d=e.indexOf(`
10168
+ `);return d=d!==-1?d:e.length,r.lastIndex=d,y_(e.slice(0,d),t)})(),n=e[0]===`
10169
+ `||e[0]===" ",i,a;a=r.exec(e);){var s=a[1],c=a[2];i=c[0]===" ",o+=s+(!n&&!i&&c!==""?`
10170
+ `:"")+y_(c,t),n=i}return o}function y_(e,t){if(e===""||e[0]===" ")return e;for(var r=/ [^ ]/g,o,n=0,i,a=0,s=0,c="";o=r.exec(e);)s=o.index,s-n>t&&(i=a>n?a:s,c+=`
10171
+ `+e.slice(n,i),n=i+1),a=s;return c+=`
10172
+ `,e.length-n>t&&a>n?c+=e.slice(n,a)+`
10173
+ `+e.slice(a+1):c+=e.slice(n),c.slice(1)}function NC(e){for(var t="",r=0,o,n=0;n<e.length;r>=65536?n+=2:n++)r=Fo(e,n),o=Ee[r],!o&&Ko(r)?(t+=e[n],r>=65536&&(t+=e[n+1])):t+=o||SC(r);return t}function RC(e,t,r){var o="",n=e.tag,i,a,s;for(i=0,a=r.length;i<a;i+=1)s=r[i],e.replacer&&(s=e.replacer.call(r,String(i),s)),(At(e,t,s,!1,!1)||typeof s>"u"&&At(e,t,null,!1,!1))&&(o!==""&&(o+=","+(e.condenseFlow?"":" ")),o+=e.dump);e.tag=n,e.dump="["+o+"]"}function v_(e,t,r,o){var n="",i=e.tag,a,s,c;for(a=0,s=r.length;a<s;a+=1)c=r[a],e.replacer&&(c=e.replacer.call(r,String(a),c)),(At(e,t+1,c,!0,!0,!1,!0)||typeof c>"u"&&At(e,t+1,null,!0,!0,!1,!0))&&((!o||n!=="")&&(n+=dm(e,t)),e.dump&&Bo===e.dump.charCodeAt(0)?n+="-":n+="- ",n+=e.dump);e.tag=i,e.dump=n||"[]"}function LC(e,t,r){var o="",n=e.tag,i=Object.keys(r),a,s,c,d,u;for(a=0,s=i.length;a<s;a+=1)u="",o!==""&&(u+=", "),e.condenseFlow&&(u+='"'),c=i[a],d=r[c],e.replacer&&(d=e.replacer.call(r,c,d)),At(e,t,c,!1,!1)&&(e.dump.length>1024&&(u+="? "),u+=e.dump+(e.condenseFlow?'"':"")+":"+(e.condenseFlow?"":" "),At(e,t,d,!1,!1)&&(u+=e.dump,o+=u));e.tag=n,e.dump="{"+o+"}"}function DC(e,t,r,o){var n="",i=e.tag,a=Object.keys(r),s,c,d,u,p,h;if(e.sortKeys===!0)a.sort();else if(typeof e.sortKeys=="function")a.sort(e.sortKeys);else if(e.sortKeys)throw new Re("sortKeys must be a boolean or a function");for(s=0,c=a.length;s<c;s+=1)h="",(!o||n!=="")&&(h+=dm(e,t)),d=a[s],u=r[d],e.replacer&&(u=e.replacer.call(r,d,u)),At(e,t+1,d,!0,!0,!0)&&(p=e.tag!==null&&e.tag!=="?"||e.dump&&e.dump.length>1024,p&&(e.dump&&Bo===e.dump.charCodeAt(0)?h+="?":h+="? "),h+=e.dump,p&&(h+=dm(e,t)),At(e,t+1,u,!0,p)&&(e.dump&&Bo===e.dump.charCodeAt(0)?h+=":":h+=": ",h+=e.dump,n+=h));e.tag=i,e.dump=n||"{}"}function b_(e,t,r){var o,n,i,a,s,c;for(n=r?e.explicitTypes:e.implicitTypes,i=0,a=n.length;i<a;i+=1)if(s=n[i],(s.instanceOf||s.predicate)&&(!s.instanceOf||typeof t=="object"&&t instanceof s.instanceOf)&&(!s.predicate||s.predicate(t))){if(r?s.multi&&s.representName?e.tag=s.representName(t):e.tag=s.tag:e.tag="?",s.represent){if(c=e.styleMap[s.tag]||s.defaultStyle,q_.call(s.represent)==="[object Function]")o=s.represent(t,c);else if(X_.call(s.represent,c))o=s.represent[c](t,c);else throw new Re("!<"+s.tag+'> tag resolver accepts not "'+c+'" style');e.dump=o}return!0}return!1}function At(e,t,r,o,n,i,a){e.tag=null,e.dump=r,b_(e,r,!1)||b_(e,r,!0);var s=q_.call(e.dump),c=o,d;o&&(o=e.flowLevel<0||e.flowLevel>t);var u=s==="[object Object]"||s==="[object Array]",p,h;if(u&&(p=e.duplicates.indexOf(r),h=p!==-1),(e.tag!==null&&e.tag!=="?"||h||e.indent!==2&&t>0)&&(n=!1),h&&e.usedDuplicates[p])e.dump="*ref_"+p;else{if(u&&h&&!e.usedDuplicates[p]&&(e.usedDuplicates[p]=!0),s==="[object Object]")o&&Object.keys(e.dump).length!==0?(DC(e,t,e.dump,n),h&&(e.dump="&ref_"+p+e.dump)):(LC(e,t,e.dump),h&&(e.dump="&ref_"+p+" "+e.dump));else if(s==="[object Array]")o&&e.dump.length!==0?(e.noArrayIndent&&!a&&t>0?v_(e,t-1,e.dump,n):v_(e,t,e.dump,n),h&&(e.dump="&ref_"+p+e.dump)):(RC(e,t,e.dump),h&&(e.dump="&ref_"+p+" "+e.dump));else if(s==="[object String]")e.tag!=="?"&&CC(e,e.dump,t,i,c);else{if(s==="[object Undefined]")return!1;if(e.skipInvalid)return!1;throw new Re("unacceptable kind of an object to dump "+s)}e.tag!==null&&e.tag!=="?"&&(d=encodeURI(e.tag[0]==="!"?e.tag.slice(1):e.tag).replace(/!/g,"%21"),e.tag[0]==="!"?d="!"+d:d.slice(0,18)==="tag:yaml.org,2002:"?d="!!"+d.slice(18):d="!<"+d+">",e.dump=d+" "+e.dump)}return!0}function jC(e,t){var r=[],o=[],n,i;for(pm(e,r,o),n=0,i=o.length;n<i;n+=1)t.duplicates.push(r[o[n]]);t.usedDuplicates=new Array(i)}function pm(e,t,r){var o,n,i;if(e!==null&&typeof e=="object")if(n=t.indexOf(e),n!==-1)r.indexOf(n)===-1&&r.push(n);else if(t.push(e),Array.isArray(e))for(n=0,i=e.length;n<i;n+=1)pm(e[n],t,r);else for(o=Object.keys(e),n=0,i=o.length;n<i;n+=1)pm(e[o[n]],t,r)}function MC(e,t){t=t||{};var r=new $C(t);r.noRefs||jC(e,r);var o=e;return r.replacer&&(o=r.replacer.call({"":o},"",o)),At(r,0,o,!0,!0)?r.dump+`
10174
+ `:""}function vm(e,t){return function(){throw new Error("Function yaml."+e+" is removed in js-yaml 4. Use yaml."+t+" instead, which is now safe by default.")}}var FI,GI,BI,WI,KI,ZI,ce,Re,VI,YI,JI,be,k_,x_,S_,E_,$_,T_,A_,I_,pP,fP,P_,C_,O_,N_,R_,L_,D_,hm,j_,$P,TP,M_,PP,U_,NP,z_,mm,tn,ms,F_,G_,fs,sm,DP,a_,jP,MP,UP,B_,W_,Z_,H_,En,l_,rC,oC,J_,q_,X_,ym,iC,Bo,aC,sC,cC,lC,lm,dC,uC,pC,hC,Q_,mC,ys,fC,gC,yC,vC,ek,tk,bC,nk,wC,rk,Ee,_C,kC,EC,Wo,ik,um,ak,sk,Sr,UC,zC,FC,GC,BC,WC,KC,ZC,bm,HC,VC,YC,JC,qC,XC,QC,Zo,ws=v(()=>{FI=w_,GI=DI,BI=jI,WI=UI,KI=zI,ZI=MI,ce={isNothing:FI,isObject:GI,toArray:BI,repeat:WI,isNegativeZero:KI,extend:ZI};Go.prototype=Object.create(Error.prototype);Go.prototype.constructor=Go;Go.prototype.toString=function(t){return this.name+": "+__(this,t)};Re=Go;VI=HI,YI=["kind","multi","resolve","construct","instanceOf","predicate","represent","representName","defaultStyle","styleAliases"],JI=["scalar","sequence","mapping"];be=XI;cm.prototype.extend=function(t){var r=[],o=[];if(t instanceof be)o.push(t);else if(Array.isArray(t))o=o.concat(t);else if(t&&(Array.isArray(t.implicit)||Array.isArray(t.explicit)))t.implicit&&(r=r.concat(t.implicit)),t.explicit&&(o=o.concat(t.explicit));else throw new Re("Schema.extend argument should be a Type, [ Type ], or a schema definition ({ implicit: [...], explicit: [...] })");r.forEach(function(i){if(!(i instanceof be))throw new Re("Specified list of YAML types (or a single Type object) contains a non-Type object.");if(i.loadKind&&i.loadKind!=="scalar")throw new Re("There is a non-scalar type in the implicit list of a schema. Implicit resolving of such types is not supported.");if(i.multi)throw new Re("There is a multi type in the implicit list of a schema. Multi tags can only be listed as explicit.")}),o.forEach(function(i){if(!(i instanceof be))throw new Re("Specified list of YAML types (or a single Type object) contains a non-Type object.")});var n=Object.create(cm.prototype);return n.implicit=(this.implicit||[]).concat(r),n.explicit=(this.explicit||[]).concat(o),n.compiledImplicit=i_(n,"implicit"),n.compiledExplicit=i_(n,"explicit"),n.compiledTypeMap=QI(n.compiledImplicit,n.compiledExplicit),n};k_=cm,x_=new be("tag:yaml.org,2002:str",{kind:"scalar",construct:function(e){return e!==null?e:""}}),S_=new be("tag:yaml.org,2002:seq",{kind:"sequence",construct:function(e){return e!==null?e:[]}}),E_=new be("tag:yaml.org,2002:map",{kind:"mapping",construct:function(e){return e!==null?e:{}}}),$_=new k_({explicit:[x_,S_,E_]});T_=new be("tag:yaml.org,2002:null",{kind:"scalar",resolve:eP,construct:tP,predicate:nP,represent:{canonical:function(){return"~"},lowercase:function(){return"null"},uppercase:function(){return"NULL"},camelcase:function(){return"Null"},empty:function(){return""}},defaultStyle:"lowercase"});A_=new be("tag:yaml.org,2002:bool",{kind:"scalar",resolve:rP,construct:oP,predicate:iP,represent:{lowercase:function(e){return e?"true":"false"},uppercase:function(e){return e?"TRUE":"FALSE"},camelcase:function(e){return e?"True":"False"}},defaultStyle:"lowercase"});I_=new be("tag:yaml.org,2002:int",{kind:"scalar",resolve:lP,construct:dP,predicate:uP,represent:{binary:function(e){return e>=0?"0b"+e.toString(2):"-0b"+e.toString(2).slice(1)},octal:function(e){return e>=0?"0o"+e.toString(8):"-0o"+e.toString(8).slice(1)},decimal:function(e){return e.toString(10)},hexadecimal:function(e){return e>=0?"0x"+e.toString(16).toUpperCase():"-0x"+e.toString(16).toUpperCase().slice(1)}},defaultStyle:"decimal",styleAliases:{binary:[2,"bin"],octal:[8,"oct"],decimal:[10,"dec"],hexadecimal:[16,"hex"]}}),pP=new RegExp("^(?:[-+]?(?:[0-9][0-9_]*)(?:\\.[0-9_]*)?(?:[eE][-+]?[0-9]+)?|\\.[0-9_]+(?:[eE][-+]?[0-9]+)?|[-+]?\\.(?:inf|Inf|INF)|\\.(?:nan|NaN|NAN))$");fP=/^[-+]?[0-9]+e/;P_=new be("tag:yaml.org,2002:float",{kind:"scalar",resolve:hP,construct:mP,predicate:yP,represent:gP,defaultStyle:"lowercase"}),C_=$_.extend({implicit:[T_,A_,I_,P_]}),O_=C_,N_=new RegExp("^([0-9][0-9][0-9][0-9])-([0-9][0-9])-([0-9][0-9])$"),R_=new RegExp("^([0-9][0-9][0-9][0-9])-([0-9][0-9]?)-([0-9][0-9]?)(?:[Tt]|[ \\t]+)([0-9][0-9]?):([0-9][0-9]):([0-9][0-9])(?:\\.([0-9]*))?(?:[ \\t]*(Z|([-+])([0-9][0-9]?)(?::([0-9][0-9]))?))?$");L_=new be("tag:yaml.org,2002:timestamp",{kind:"scalar",resolve:vP,construct:bP,instanceOf:Date,represent:wP});D_=new be("tag:yaml.org,2002:merge",{kind:"scalar",resolve:_P}),hm=`ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=
10175
+ \r`;j_=new be("tag:yaml.org,2002:binary",{kind:"scalar",resolve:kP,construct:xP,predicate:EP,represent:SP}),$P=Object.prototype.hasOwnProperty,TP=Object.prototype.toString;M_=new be("tag:yaml.org,2002:omap",{kind:"sequence",resolve:AP,construct:IP}),PP=Object.prototype.toString;U_=new be("tag:yaml.org,2002:pairs",{kind:"sequence",resolve:CP,construct:OP}),NP=Object.prototype.hasOwnProperty;z_=new be("tag:yaml.org,2002:set",{kind:"mapping",resolve:RP,construct:LP}),mm=O_.extend({implicit:[L_,D_],explicit:[j_,M_,U_,z_]}),tn=Object.prototype.hasOwnProperty,ms=1,F_=2,G_=3,fs=4,sm=1,DP=2,a_=3,jP=/[\x00-\x08\x0B\x0C\x0E-\x1F\x7F-\x84\x86-\x9F\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,MP=/[\x85\u2028\u2029]/,UP=/[,\[\]\{\}]/,B_=/^(?:!|!!|![a-z\-]+!)$/i,W_=/^(?:!|[^,\[\]\{\}])(?:%[0-9a-f]{2}|[0-9a-z\-#;\/\?:@&=\+\$,_\.!~\*'\(\)\[\]])*$/i;Z_=new Array(256),H_=new Array(256);for(En=0;En<256;En++)Z_[En]=c_(En)?1:0,H_[En]=c_(En);l_={YAML:function(t,r,o){var n,i,a;t.version!==null&&z(t,"duplication of %YAML directive"),o.length!==1&&z(t,"YAML directive accepts exactly one argument"),n=/^([0-9]+)\.([0-9]+)$/.exec(o[0]),n===null&&z(t,"ill-formed argument of the YAML directive"),i=parseInt(n[1],10),a=parseInt(n[2],10),i!==1&&z(t,"unacceptable YAML version of the document"),t.version=o[0],t.checkLineBreaks=a<2,a!==1&&a!==2&&gs(t,"unsupported YAML version of the document")},TAG:function(t,r,o){var n,i;o.length!==2&&z(t,"TAG directive accepts exactly two arguments"),n=o[0],i=o[1],B_.test(n)||z(t,"ill-formed tag handle (first argument) of the TAG directive"),tn.call(t.tagMap,n)&&z(t,'there is a previously declared suffix for "'+n+'" tag handle'),W_.test(i)||z(t,"ill-formed tag prefix (second argument) of the TAG directive");try{i=decodeURIComponent(i)}catch{z(t,"tag prefix is malformed: "+i)}t.tagMap[n]=i}};rC=tC,oC=nC,J_={loadAll:rC,load:oC},q_=Object.prototype.toString,X_=Object.prototype.hasOwnProperty,ym=65279,iC=9,Bo=10,aC=13,sC=32,cC=33,lC=34,lm=35,dC=37,uC=38,pC=39,hC=42,Q_=44,mC=45,ys=58,fC=61,gC=62,yC=63,vC=64,ek=91,tk=93,bC=96,nk=123,wC=124,rk=125,Ee={};Ee[0]="\\0";Ee[7]="\\a";Ee[8]="\\b";Ee[9]="\\t";Ee[10]="\\n";Ee[11]="\\v";Ee[12]="\\f";Ee[13]="\\r";Ee[27]="\\e";Ee[34]='\\"';Ee[92]="\\\\";Ee[133]="\\N";Ee[160]="\\_";Ee[8232]="\\L";Ee[8233]="\\P";_C=["y","Y","yes","Yes","YES","on","On","ON","n","N","no","No","NO","off","Off","OFF"],kC=/^[-+]?[0-9_]+(?::[0-9_]+)+(?:\.[0-9_]*)?$/;EC=1,Wo=2;ik=1,um=2,ak=3,sk=4,Sr=5;UC=MC,zC={dump:UC};FC=be,GC=k_,BC=$_,WC=C_,KC=O_,ZC=mm,bm=J_.load,HC=J_.loadAll,VC=zC.dump,YC=Re,JC={binary:j_,float:P_,map:E_,null:T_,pairs:U_,set:z_,timestamp:L_,bool:A_,int:I_,merge:D_,omap:M_,seq:S_,str:x_},qC=vm("safeLoad","load"),XC=vm("safeLoadAll","loadAll"),QC=vm("safeDump","dump"),Zo={Type:FC,Schema:GC,FAILSAFE_SCHEMA:BC,JSON_SCHEMA:WC,CORE_SCHEMA:KC,DEFAULT_SCHEMA:ZC,load:bm,loadAll:HC,dump:VC,YAMLException:YC,types:JC,safeLoad:qC,safeLoadAll:XC,safeDump:QC}});function pe(e){let t;try{t=Zo.load(e)}catch(n){return{ok:!1,issues:[{path:"(document)",message:n instanceof Error?n.message:"YAML parse failed"}]}}if(t===null||typeof t!="object")return{ok:!1,issues:[{path:"(document)",message:"Manifest must be a YAML mapping"}]};let r=Xt.safeParse(t);if(!r.success)return{ok:!1,issues:eO(r.error)};let o=n_(r.data);return o.length?{ok:!1,issues:o}:{ok:!0,manifest:r.data}}function eO(e){return e.issues.map(t=>({path:t.path.length?t.path.join("."):"(root)",message:t.message}))}function Ho(e){return Zo.dump(e,{indent:2,lineWidth:100,noRefs:!0,sortKeys:!1})}function _s(e,t){return Xt.parse({manifest:{schema_version:zo,revision:0,conformance:"L0"},app:{id:e,title:t,status:"proposed"}})}var ks=v(()=>{"use strict";ws();Qt()});var wm=v(()=>{"use strict";ks();Qt();hs()});var ck=v(()=>{"use strict"});function lk(e,t){let r=e.backend.archetype;if(!r)throw new Error("registerInputFromManifest needs backend.archetype. Run registrationProblems first.");return{id:e.app.id,name:e.app.title,archetype:r,repository:e.app.source?.repository??null,manifestRevision:String(e.manifest.revision),contentHash:t,conformance:Ue(e).computed,offersPrize:e.operations.promotion.offers_prize,containerLabel:e.experience.container_label,sections:xr.map(o=>({section:o,status:e[o].status}))}}function dk(e,t){let r=[];return t&&e.app.id!==t&&r.push(`This manifest is for the game "${e.app.id}", and you are editing "${t}". A manifest cannot change which game it belongs to: set app.id to "${t}", or register "${e.app.id}" as its own game.`),e.backend.archetype||r.push("This manifest declares no backend.archetype, so there is nothing to register. The control plane keys a game on its archetype and a game without one could never be deployed against."),r}var uk=v(()=>{"use strict";hs();ks();Qt()});var ae,xs,pk=v(()=>{"use strict";ae={runtime:"/play/v1/games/{game}/runtime",currentRound:"/play/v1/games/{game}/rounds/current",rounds:"/play/v1/games/{game}/rounds",roundsMine:"/play/v1/games/{game}/rounds/mine",nextRound:"/play/v1/games/{game}/rounds/next",round:"/play/v1/games/{game}/rounds/{round}",plays:"/play/v1/games/{game}/rounds/{round}/plays",session:"/play/v1/games/{game}/session",roundState:"/play/v1/games/{game}/rounds/{round}/players/me",profile:"/play/v1/games/{game}/players/me/profile",leaderboard:"/play/v1/games/{game}/leaderboard"},xs="/play"});function Ss(e,t){let r=t==="won"?e.current_streak+1:t==="lost"||t==="partial"?0:e.current_streak;return{...e,played:e.played+1,won:e.won+(t==="won"?1:0),current_streak:r,max_streak:Math.max(e.max_streak,r)}}var hk,ft,tO,nO,rO,vz,fk,oO,iO,bz,aO,wz,_z,kz,gk,sO,cO,xz,lO,dO,Sz,mk,Ez,$z,_m=v(()=>{"use strict";We();Qt();ds();pk();hk="2.0",ft=l.object({server_time:l.string(),snapshot:l.string()}),tO=l.enum(["at_commit","at_settlement"]),nO=l.enum(["shared","per_player","feed"]),rO=l.object({kind:l.enum(["fixed","local_midnight","feed","continuous"]),timezone:l.string().optional()}),vz=ft.extend({game:l.string(),api_version:l.literal(hk).default(hk),archetype:qt,marking:tO,challenge_source:nO,schedule:rO,updates:l.object({transport:l.enum(["poll","socket"]),freshness_seconds:l.number().int().positive()}),display:l.record(l.string(),l.unknown()).default({}),identity:l.object({required:l.boolean(),provider:l.string(),anonymous_play:l.boolean().default(!1)}),archive:l.boolean().default(!1),capabilities:l.array(l.string()).default([])}),fk=l.object({accepting_plays:l.boolean(),results_available:l.boolean(),solution_revealed:l.boolean(),closed:l.boolean(),optimistic_play:l.boolean().default(!1)}),oO=ft.extend({id:l.string(),number:l.number().int().positive().optional(),origin:Mo.optional(),version:l.number().int().nonnegative(),can:fk,opens_at:l.string().optional(),locks_at:l.string().optional(),timer_seconds:l.number().int().positive().optional(),challenge_instance_id:l.string().nullable().default(null),challenge:l.record(l.string(),l.unknown()).default({}),solution:l.record(l.string(),l.unknown()).optional()}),iO=l.object({id:l.string(),number:l.number().int().positive().optional(),version:l.number().int().nonnegative(),can:fk,opens_at:l.string().optional(),locks_at:l.string().optional(),current:l.boolean().default(!1),theme:l.string().default("")}),bz=ft.extend({rounds:l.array(iO)}),aO=l.object({round_id:l.string(),finished:l.boolean(),score:l.number(),outcome:l.enum(["won","lost","partial","incomplete","pending"]).optional()}),wz=ft.extend({player_id:l.string(),played:l.array(aO)}),_z=ft.extend({status:l.enum(["ready","exhausted"]),round:oO.optional()}),kz=ft.extend({token:l.string(),player_id:l.string(),kind:l.literal("anonymous")}),gk=l.object({idempotency_key:l.string().min(8),round_version:l.number().int().nonnegative(),challenge_instance_id:l.string().nullable().default(null),payload:l.record(l.string(),l.unknown()).refine(e=>e.op===void 0||typeof e.op=="string"&&e.op.length>0,{message:"op must be a non-empty string when present",path:["op"]})}),sO=l.enum(["accepted","rejected","duplicate","stale","busy"]),cO=l.object({key:l.string(),verdict:l.enum(["correct","close","wrong","higher","lower","unknown"]),label:l.string().optional()}),xz=ft.extend({play_id:l.string(),outcome:sO,reason:l.string().optional(),round_version:l.number().int().nonnegative(),retry_after_seconds:l.number().int().positive().optional(),marked:l.boolean().default(!0),feedback:l.array(cO).default([]),round_state:l.lazy(()=>dO).optional()}),lO=l.object({title:l.string(),grid:l.array(l.string()).default([]),text:l.string().optional()}),dO=ft.extend({player_id:l.string(),round_id:l.string(),started_at:l.string().optional(),attempts_used:l.number().int().nonnegative().default(0),attempts_allowed:l.number().int().nonnegative().optional(),mistakes_used:l.number().int().nonnegative().default(0),mistakes_allowed:l.number().int().nonnegative().optional(),progress:l.record(l.string(),l.unknown()).default({}),score:l.number().default(0),score_revision:l.number().int().nonnegative().default(0),finished:l.boolean().default(!1),outcome:l.enum(["won","lost","partial","incomplete","pending"]).optional(),share:lO.optional()}),Sz=ft.extend({player_id:l.string(),display_name:l.string().optional(),played:l.number().int().nonnegative().default(0),won:l.number().int().nonnegative().default(0),current_streak:l.number().int().nonnegative().default(0),max_streak:l.number().int().nonnegative().default(0),distribution:l.record(l.string(),l.number()).default({}),constraints:l.record(l.string(),l.unknown()).default({})});mk=l.object({rank:l.number().int().positive(),player_id:l.string(),display_name:l.string().optional(),score:l.number()}),Ez=ft.extend({round_id:l.string().optional(),order:l.enum(["high_first","low_first"]).default("high_first"),tie_break:l.enum(["earliest_play","fewest_attempts","none"]).default("none"),entries:l.array(mk).default([]),total:l.number().int().nonnegative().default(0),truncated:l.boolean().default(!1),me:mk.optional()}),$z=l.object({error:l.object({code:l.string(),message:l.string(),retryable:l.boolean()})})});function yk(e){return fO[ke(e)]}function vk(e,t){let r=e.op;return typeof r=="string"&&r.length>0?r:yk(t)?.[0]}function bk(e,t){return yk(e)?.includes(t)??!1}function Es(e){return km({round_id:e.round_id,round_version:e.round_version,challenge_instance_id:e.challenge_instance_id??null,payload:e.payload})}function km(e){if(Array.isArray(e))return`[${e.map(km).join(",")}]`;if(e&&typeof e=="object"){let t=e;return`{${Object.keys(t).filter(o=>t[o]!==void 0).sort().map(o=>`${JSON.stringify(o)}:${km(t[o])}`).join(",")}}`}return JSON.stringify(e)??"null"}var uO,pO,hO,mO,xm,Oz,fO,wk=v(()=>{"use strict";We();St();kr();uO=l.object({op:l.string().min(1),model:l.string().min(1).optional()}).passthrough(),pO=l.object({op:l.literal("pick"),picks:l.array(l.string())}).passthrough(),hO=l.object({op:l.literal("answer"),answers:l.record(l.string(),l.union([l.string(),l.number()])).optional(),picks:l.array(l.string()).optional()}).passthrough(),mO=l.object({op:l.enum(["deal","reshuffle","lock"]),centre:l.unknown().optional(),board:l.number().int().nonnegative().optional()}).passthrough(),xm=l.object({op:l.literal(_r),model:l.literal(Ht).optional(),shotIndex:l.number().int().nonnegative(),aimX:l.number().int().min(Ne.aimX.min).max(Ne.aimX.max),aimY:l.number().int().min(Ne.aimY.min).max(Ne.aimY.max),power:l.number().int().min(Ne.power.min).max(Ne.power.max)}).strict(),Oz=l.union([pO,hO,mO,xm,uO]),fO={hunt:["pick"],push:["pick"],group:["pick"],predict:["answer"],bingo:["deal","reshuffle","lock"],shoot:[_r]}});function kk(e,t=new Date){let r=typeof t=="string"?Date.parse(t):t.getTime(),o,n=Number.NEGATIVE_INFINITY;for(let i of e.rounds){let a=Date.parse(i.locksAt);Number.isNaN(a)||a>n&&(n=a,o=i)}return o?n>r?{state:"live",round:o}:{state:"stale",round:o,lockedForMs:r-n}:{state:"none"}}function xk(e){if(e.state!=="stale")return null;let t=Math.floor(e.lockedForMs/36e5),r=t<1?`${Math.max(1,Math.floor(e.lockedForMs/6e4))} minutes`:t<48?`${t} hours`:`${Math.floor(t/24)} days`;return`The round this game is serving, ${e.round.label}, locked ${r} ago and nothing has replaced it. Fans are playing a closed round. Run gamestage deploy, or refresh the round, to move it on.`}function Tk(e,t=$s){return e.terms?.version===t}function As(e){let t=Ak.safeParse(e.access);return t.success?t.data:"pending"}function Ik(e){let t=n=>typeof n=="string"&&n.trim()?n:null,r=e.decision??null,o=r?t(r.state):null;return{workspaceId:t(e.workspaceId)??"unknown",name:t(e.name),ownerEmail:t(e.ownerEmail)??"",company:t(e.company),role:t(e.role),intent:t(e.intent),signals:t(e.signals),registeredAt:t(e.registeredAt)??"",termsVersion:t(e.termsVersion),decision:o==="approved"||o==="refused"?{state:o,at:t(r.at)??t(e.registeredAt)??"",by:t(r.by)??"unknown",reason:t(r.reason)}:null}}function Pk(e){return{waiting:e.filter(t=>!t.decision).sort((t,r)=>t.registeredAt.localeCompare(r.registeredAt)),decided:e.filter(t=>t.decision).sort((t,r)=>r.decision.at.localeCompare(t.decision.at))}}function Em(e){return CO.includes(e)}function $m(e,t){return!e.prodApproval||Em(t.tier)?"dev":"prod"}function Ok(e){return e.filter(t=>t.limit>0&&t.used>=t.limit)}function Nk(e){return e.limit<=0?0:Math.min(1,e.used/e.limit)}var gO,yO,_k,vO,bO,wO,Sm,_O,kO,Sk,Ek,xO,$s,Ts,$k,SO,EO,Ak,zz,Fz,$O,TO,AO,Gz,Bz,Wz,Kz,Zz,IO,Hz,Ck,Vz,PO,CO,Is=v(()=>{"use strict";We();Qt();Jr();jo();jo();pt();gO=l.enum(["draft","live","sleeping","throttled","expired","archived"]),yO=l.enum(["scheduled","open","locked","settled"]),_k=l.object({id:l.string(),label:l.string(),used:l.number(),limit:l.number(),unit:l.string()}),vO=l.object({id:l.string(),label:l.string(),state:yO,opensAt:l.string(),locksAt:l.string(),settledAt:l.string().nullable(),plays:l.number()}),bO=l.object({id:l.string(),name:l.string(),enabled:l.boolean(),consentRequired:l.boolean(),note:l.string()}),wO=l.object({number:l.number().int().positive(),title:l.string(),openedAt:l.string(),labels:l.array(l.string()).default([]),fromGame:l.boolean().default(!1)}),Sm=l.object({at:l.string(),level:l.enum(["info","warn","error"]),roundId:l.string().nullable(),message:l.string(),dataset:l.string().optional()}),_O=l.enum(["absent","pending","ready","failed"]),kO=l.object({state:_O.default("absent"),url:l.string().nullable().default(null),regenerations:l.number().int().nonnegative().default(0),updatedAt:l.string().nullable().default(null),onProject:l.string().nullable().default(null)});Sk=l.object({section:l.string(),status:Qh}),Ek=l.object({id:l.string(),name:l.string(),containerLabel:l.string().min(1).default(Bn),repository:l.string().nullable(),openIssues:l.number().int().nonnegative(),issues:l.array(wO).default([]),archetype:qt,offersPrize:l.boolean().default(!1),state:gO,prodApproval:l.object({approvedAt:l.string(),approvedBy:l.string()}).nullable().default(null).optional(),archivePrefix:l.string().nullable().default(null),space:l.string().nullable().default(null).optional(),platformSpace:l.string().nullable().default(null).optional(),platformProject:l.string().nullable().default(null).optional(),platformEvent:l.string().nullable().default(null).optional(),platformElement:l.string().nullable().default(null).optional(),studioUrl:l.string().nullable().default(null).optional(),appSpec:l.object({version:l.string(),shape:l.string(),resource:l.string().nullable().default(null),specUrl:l.string().optional(),wording:l.array(l.string()).optional(),refusal:l.object({at:l.string(),reason:l.string()}).nullable().default(null).optional()}).nullable().default(null).optional(),art:kO.prefault({}).optional(),playgroundUrl:l.string().nullable(),playerEndpoint:l.string().nullable(),manifestRevision:l.string(),manifestSource:l.string().optional(),conformance:Yt,contentHash:l.string(),referenceDigest:l.string().optional(),referenceName:l.string().optional(),monthlyPlayers:l.number().int().nonnegative().optional(),sections:l.array(Sk),meters:l.array(_k),history:l.array(Do),rounds:l.array(vO),destinations:l.array(bO),logs:l.array(Sm),updatedAt:l.string()}),xO=l.object({login:l.string(),linkedAt:l.string()}),$s="2026-09-06",Ts="https://gamestage.ai/terms",$k="https://gamestage.ai/stage",SO=l.object({version:l.string(),acceptedAt:l.string(),by:l.string()});EO=l.object({enabled:l.boolean().default(!1),applicationId:l.string().nullable().default(null),writeKey:l.string().nullable().default(null)}),Ak=l.enum(["pending","approved","refused"]),zz=l.enum(["manual","automatic"]);Fz=l.enum(["approved","refused"]),$O=l.object({company:l.string().trim().max(120).nullish(),role:l.string().trim().max(120).nullish(),intent:l.string().trim().max(500).nullish()});TO=l.object({id:l.string(),name:l.string(),tier:tm,ownerEmail:l.string(),access:Ak.default("pending"),profile:$O.optional(),platformSpace:l.string().optional(),liveGameAllowance:l.number(),supplierGrants:l.array(l.string()).default([]),github:xO.nullable().default(null),terms:SO.nullable().default(null),signal:EO.prefault({}),meters:l.array(_k),games:l.array(Ek)}),AO=Ek.extend({logs:l.array(Sm).optional()}),Gz=TO.extend({games:l.array(AO),gamesTotal:l.number().int().nonnegative(),archivedTotal:l.number().int().nonnegative().default(0)}),Bz=l.object({player:l.string().nullable(),control:l.string().nullable(),playground:l.string().nullable()}),Wz=l.object({id:l.string(),name:l.string(),archetype:qt,repository:l.string().nullable().default(null),manifestRevision:l.string(),contentHash:l.string(),conformance:Yt,offersPrize:l.boolean().default(!1),sections:l.array(Sk).default([]),containerLabel:l.string().min(1).optional()}),Kz=l.object({uploadUrl:l.string(),publicUrl:l.string(),key:l.string(),expiresInSeconds:l.number().int().positive(),cacheControl:l.string().optional(),playerApiOrigin:l.string()}),Zz=l.object({manifestRevision:l.string(),contentHash:l.string(),conformance:Yt,offersPrize:l.boolean().default(!1),round:Se.optional(),wording:l.array(l.string()).optional(),manifestSource:l.string().optional(),notes:l.string().max(500).optional()}),IO=l.object({limit:l.coerce.number().int().positive().max(1e3).default(100),since:l.string().nullable().default(null),level:Sm.shape.level.nullable().default(null)}),Hz=l.enum(["access_pending","terms_not_accepted","github_not_linked","live_allowance_reached","meter_breached","nothing_to_do","tier_required","operator_required","game_archived","dev_allowance_reached","art_limit_reached","art_unavailable","round_source_unreadable","round_not_seeded","delete_refused"]),Ck=l.enum(["workspace.created","workspace.approved","workspace.refused","workspace.profile_updated","github.linked","github.unlinked","terms.accepted","game.registered","game.deployed","game.deploy_refused","round.provisioned","round.provision_failed","round.unchanged","round.seeded","game.platform_provisioned","game.platform_provision_failed","game.app_spec_refused","art.requested","art.generated","art.failed","art.published","game.woken","game.suspended","game.throttled","game.approaching_fair_use","game.archived","game.promoted","game.withdrawn","game.deleted","game.deleted","workspace.plan_changed","workspace.plan_refused","engine.integrity_violation","destination.changed","signal.enabled","signal.disabled"]),Vz=l.object({id:l.string(),at:l.string(),action:Ck,actor:l.object({kind:l.enum(["creator","operator","system"]),id:l.string(),email:l.string().nullable().default(null)}),gameId:l.string().nullable().default(null),correlationId:l.string(),detail:l.record(l.string(),l.unknown()).default({})}),PO=l.object({limit:l.coerce.number().int().positive().max(1e3).default(100),action:Ck.nullable().default(null),actorId:l.string().nullable().default(null),gameId:l.string().nullable().default(null),from:l.string().nullable().default(null),to:l.string().nullable().default(null)}),CO=["runtime"]});var gt=v(()=>{"use strict"});function DO(e){return`slate-${e+1}`}function Dk(e){return{archetype:"push",theme:e.theme??"",prompt:e.prompt??"",target:e.target,targetLabel:e.targetLabel??"",unit:e.unit??"",slates:e.slates.map((t,r)=>({id:DO(r),label:t.label??"",entries:t.entries.map(o=>({key:o.key,label:o.label??""}))}))}}var RO,LO,Lk,nn=v(()=>{"use strict";We();gt();RO=l.object({key:l.string().min(1),label:l.string().default(""),note:l.string().optional()}),LO=l.object({id:l.string().min(1),label:l.string().default(""),entries:l.array(RO).min(1)}),Lk=l.object({archetype:l.literal("push"),theme:l.string().default(""),prompt:l.string().default(""),target:l.number().int().positive().optional(),targetLabel:l.string().default(""),unit:l.string().max(4).default(""),slates:l.array(LO).min(1)})});var a4,Ps=v(()=>{"use strict";We();pt();nn();gt();a4=l.discriminatedUnion("archetype",[Lk,qh,Xh,ps])});var Cs=v(()=>{"use strict";pt();gt();kr()});var Os=v(()=>{"use strict"});var Tm=v(()=>{"use strict";St();nn();Ps();Cs();Os();gt()});import{createHash as jO}from"node:crypto";function UO(e){return jO("sha256").update(e).digest("hex").slice(0,16)}function Ns(e){return UO(e)}var MO,rn,An=v(()=>{"use strict";We();gt();pt();MO=l.object({key:l.string().min(1),label:l.string().default(""),values:l.record(l.string(),l.number().int().nonnegative())}),rn=l.object({corpus:l.literal("1"),measures:l.array(MO).min(1)}).superRefine((e,t)=>{let r=e.measures.map(o=>o.key);new Set(r).size!==r.length&&t.addIssue({code:"custom",path:["measures"],message:"Two measures share a key. A round names the measure it is counted on."})})});var zO,Mk,FO,R4,Uk,L4,D4,j4,Am=v(()=>{"use strict";We();zO=l.enum(["push","pull"]),Mk=l.object({workspaceId:l.string().min(1),name:l.string().min(1),key:l.string().min(1),digest:l.string().regex(/^[0-9a-f]{16}$/),measures:l.array(l.string()).default([]),counts:l.record(l.string(),l.number().int().nonnegative()).default({}),bytes:l.number().int().nonnegative().default(0),origin:zO.default("push"),supplier:l.string().optional(),publishedAt:l.string().nullable().default(null),checkedAt:l.string().nullable().default(null),failing:l.boolean().default(!1),counted:l.boolean().default(!1)}),FO=l.object({gameId:l.string().min(1),gameName:l.string().default(""),pinnedDigest:l.string().nullable().default(null),stale:l.boolean().default(!1),roundIds:l.array(l.string()).default([])}),R4=l.object({dataset:Mk,usedBy:l.array(FO).default([])}),Uk=l.enum(["pushed","pulled","joined","refused","failed"]),L4=l.object({at:l.string(),event:Uk,dataset:l.string().min(1),digest:l.string().nullable().default(null),gameId:l.string().nullable().default(null),gameName:l.string().nullable().default(null),roundId:l.string().nullable().default(null),message:l.string().default(""),ok:l.boolean().default(!0)}),D4=l.object({dataset:l.string().optional(),gameId:l.string().optional(),event:l.array(Uk).optional(),since:l.string().optional(),search:l.string().optional(),before:l.string().optional(),limit:l.number().int().positive().max(500).default(100)}),j4=l.object({datasets:l.array(Mk).default([]),unavailable:l.string().nullable().default(null)})});var Im=v(()=>{"use strict";gt();pt()});var Pm=v(()=>{"use strict";nn();gt()});var Cm=v(()=>{"use strict";An();nn();Pm();Cs();gt();nn();pt();St();Os();Ps()});function Um(e,t){let r=t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return new RegExp([`\\bpresentation\\s*\\.\\s*${r}\\b`,`\\bpresentation\\s*\\[\\s*["']${r}["']\\s*\\]`,`\\b${r}\\s*:`].join("|")).test(e)||t==="primaryColour"&&/\broot\s*:/.test(e)?!0:t==="analyticsUrl"}function Rs(e){return Om.filter(t=>Um(e,Mm[t.key])).map(t=>t.key)}var Om,Nm,zk,Rm,BO,Lm,WO,Fk,Gk,KO,ZO,Bk,HO,VO,Dm,jm,Mm,zm=v(()=>{"use strict";Om=[{key:"play_again_label",label:"Play again button",type:"freetext",description:"What the button that starts the next round says, at the end of a finished one. Leave it empty to keep the game's own word.",readBy:"The game's own page, on its play-again button.",section:"Wording"},{key:"result_button_label",label:"Result link",type:"freetext",description:"What the link back to a finished round says, for a fan who has already played today. Leave it empty to keep the game's own word.",readBy:"The game's own page, on its see-your-result link.",section:"Wording"},{key:"share_button_label",label:"Share button",type:"freetext",description:"What the share button says at the end of a round. Leave it empty to keep the game's own word.",readBy:"The game's own page, on its share button.",section:"Wording"},{key:"margin_over",label:"Went over, in the summary",type:"freetext",description:`What the splash and the share picture say when a fan went over, e.g. "over by {n}". {n} is how far out they were, and where you put it is up to you. Leave it empty to keep the game's own words.`,readBy:"The game's own page, on the returning splash and the share picture.",section:"Wording"},{key:"margin_exact",label:"Landed exactly, in the summary",type:"freetext",description:`What the splash and the share picture say when a fan hit the target exactly, e.g. "exactly on the number". There is no amount to show, so no {n}. Leave it empty to keep the game's own words.`,readBy:"The game's own page, on the returning splash and the share picture.",section:"Wording"},{key:"margin_under",label:"Stayed under, in the summary",type:"freetext",description:`What the splash and the share picture say when a fan finished under, e.g. "{n} short". {n} is how far under they were. Leave it empty to keep the game's own words.`,readBy:"The game's own page, on the returning splash and the share picture.",section:"Wording"},{key:"result_over",label:"Went over, on the result",type:"freetext",description:`What the result screen says when a fan went over, e.g. "Over the limit by {n}". **The game speaking to the fan, so write it in the second person.** Use {n} for the amount, {target} for the target, {rank} for the rank, {player} for the player who took them over, {value} for what that player was worth, and {fact} for that player's note. Leave it empty to keep the game's own words.`,readBy:"The game's own page, on the result screen.",section:"Wording"},{key:"result_exact",label:"Landed exactly, on the result",type:"freetext",description:`What the result screen says when a fan hit the target exactly, e.g. "Exactly on the number!". Leave it empty to keep the game's own words.`,readBy:"The game's own page, on the result screen.",section:"Wording"},{key:"result_under",label:"Stayed under, on the result",type:"freetext",description:`What the result screen says when a fan finished under, e.g. "{n} away from the target". Leave it empty to keep the game's own words.`,readBy:"The game's own page, on the result screen.",section:"Wording"},{key:"share_over",label:"Went over, in the shared text",type:"freetext",description:`The sentence a fan pastes when they went over, e.g. "over the limit by {n}." **The fan speaking to a friend, so write it in the first person: "my", never "your".** Use {n} for the amount, {target} for the target, {rank} for the rank, {player} for the player who took them over, {value} for what that player was worth, and {fact} for that player's note. Keep it to one line: the shared text is four lines and this is the first. Leave it empty to keep the game's own words.`,readBy:"The game's own page, in the text the share button copies.",section:"Wording"},{key:"share_exact",label:"Landed exactly, in the shared text",type:"freetext",description:`The sentence a fan pastes when they hit the target exactly, e.g. "Exactly on {target}. {rank}." Leave it empty to keep the game's own words.`,readBy:"The game's own page, in the text the share button copies.",section:"Wording"},{key:"share_under",label:"Stayed under, in the shared text",type:"freetext",description:`The sentence a fan pastes when they finished under, e.g. "{n} short of {target}. {rank}." Leave it empty to keep the game's own words.`,readBy:"The game's own page, in the text the share button copies.",section:"Wording"},{key:"result_bust_note",label:"Went over: the line about the player",type:"freetext",description:`The line on the result screen naming the player who took a fan over, e.g. "{player} alone was worth {value} of your {target}." **The game speaking to the fan, so second person.** {fact} is that player's own note if the producer wrote one. Leave it empty to keep the game's own words.`,readBy:"The game's own page, under the result when a fan went over.",section:"Wording"},{key:"share_bust_note",label:"Went over: the line about the player, shared",type:"freetext",description:`The same line in the text a fan pastes, e.g. "{player} alone was {value} of my {target}." **The fan speaking to a friend, so first person: "my", never "your".** Surname alone reads better here; the full name is on the card. Leave it empty to keep the game's own words.`,readBy:"The game's own page, in the text the share button copies.",section:"Wording"},{key:"share_dare",label:"The challenge in the shared text",type:"freetext",description:'The last line of the text a fan pastes, aimed at whoever reads it, e.g. "Can you do better?" Leave it empty and the line is not sent.',readBy:"The game's own page, in the text the share button copies.",section:"Wording"},{key:"result_dare",label:"The challenge on the result",type:"freetext",description:'A closing line on the result screen, e.g. "Can you do better?" Leave it empty and the line is not drawn.',readBy:"The game's own page, under the result.",section:"Wording"},{key:"capped_today_note",label:"When today's plays are used up",type:"freetext",description:"What a fan reads when the game has taken all the plays it can take today, and opens again at midnight UTC. A Dev game has a daily limit; a Prod game does not, so this never shows on one. Leave it empty to keep the game's own words.",readBy:"The game's own page, when the Engine refuses a play until tomorrow.",section:"Wording"}],Nm=Om.map(e=>e.key),zk=[{key:"display_name",label:"Game name",type:"freetext",description:"What a fan sees at the top of the game. Leave it empty to use the name the game was deployed with.",readBy:"The game's own page, as its heading and its browser title.",section:"Identity"},{key:"strapline",label:"Strapline",type:"freetext",description:"One line under the name. Leave it empty and the line is not drawn.",readBy:"The game's own page, under the heading.",section:"Identity"},{key:"how_to_play",label:"How to play",type:"freetext",description:"The rules in a fan's words. Shown before they start, and reachable while they play.",readBy:"The game's own page, in its how-to-play panel.",section:"Identity"},{key:"reference_url",label:"Reference data",type:"freetext",description:"A link to JSON holding the data this game draws on, shared by every round. Fetched by the Engine, never sent to a fan's browser. Leave it empty if each round carries everything it needs.",readBy:"The control plane, when it provisions a round.",section:"Content",public:!1},{key:"analytics_url",label:"Analytics endpoint",type:"freetext",description:"Where a copy of what fans do in this game is sent. Leave it empty and nothing is collected. Monterosa will give you the address for your account.",readBy:"The game's own page, which loads the collector and posts to it once a fan has consented.",section:"Content"},{key:"primary_colour",label:"Primary colour",type:"colour",description:"The colour of the button a fan presses. Everything else stays as the game was built.",readBy:"The game's own page, as the --gamestage-primary custom property.",section:"Brand"},{key:"play_button_label",label:"Main button",type:"freetext",description:"What the button that submits a fan's answer says. Leave it empty to keep the game's own word.",readBy:"The game's own page, on its submit button.",section:"Wording"},...Om,{key:"rank_ladder",label:"Rank names",type:"collection",itemLabel:"{{rank_label}}",description:"What each rank is called, best first. The game decides which rank a fan earned; this is only what it is called. Leave it empty to use the game's own names.",readBy:"The Engine, which awards the rank and returns its name.",section:"Wording",fieldset:[{key:"rank_label",label:"Name",type:"freetext",description:'What a fan sees when they earn this rank, e.g. "Hall of Fame".',readBy:"The Engine, on a finished round.",section:"Wording"}]},{key:"round_selection",label:"How the live round is chosen",type:"freetext",description:"Calendar: the round on today's edition, which a producer prepares. Rotation: one of a pool, chosen by the clock, the same one for everybody playing at that moment. Leave it empty for calendar.",readBy:"The control plane, when it provisions a round.",section:"Content",public:!1},{key:"round_window_seconds",label:"How long a round stays up",type:"number",description:"Under rotation, how many seconds each round is the live one before the next takes over. Leave it empty for a day.",readBy:"The control plane, when it provisions a round.",section:"Content",public:!1},{key:"measure",label:"Measure",type:"freetext",description:'Which column of the reference data a round counts, when it holds more than one, e.g. "points". A round can name its own instead. Leave it empty if the data holds one measure.',readBy:"The control plane, when it joins a round to the reference data.",section:"Content",public:!1}],Rm=[{key:"edition_name",label:"Edition name",type:"freetext",description:"What a fan sees this edition called. Leave it empty to use the game's own word for its container.",readBy:"The game's own page, wherever it names the round.",section:"This edition"},{key:"edition_strapline",label:"Edition line",type:"freetext",description:"A line for this edition only: a sponsor, a fixture, a date. Leave it empty and the line is not drawn.",readBy:"The game's own page, beside the edition name.",section:"This edition"}],BO=[{key:"bingo_rows",label:"Board rows",type:"number",description:"How many rows a fan's board has. Leave it empty for 3.",readBy:"The control plane, when it builds the round from this edition.",section:"This edition",public:!1},{key:"bingo_columns",label:"Board columns",type:"number",description:"How many columns a fan's board has. Leave it empty for 3.",readBy:"The control plane, when it builds the round from this edition.",section:"This edition",public:!1},{key:"bingo_centre_mode",label:"Centre cell",type:"freetext",description:'One of "free" (marked for everybody, and does not use a card), "none" (an ordinary cell dealt like any other) or "choice" (the fan picks it). Leave it empty for "free".',readBy:"The control plane, when it builds the round from this edition.",section:"This edition",public:!1},{key:"bingo_shuffle_allowance",label:"Reshuffles allowed",type:"number",description:"How many times a fan may redeal their board before locking it. Leave it empty for 3.",readBy:"The Engine, which refuses a reshuffle once this is spent.",section:"This edition"},{key:"bingo_prompt",label:"What a fan is told",type:"freetext",description:"The line above the board, in a fan's words. Leave it empty to keep the wording the game was built with.",readBy:"The control plane, when it builds the round from this edition.",section:"This edition",public:!1},{key:"bingo_points_per_line",label:"Points per line",type:"number",description:"Awarded once for each completed line. Leave it empty for 10.",readBy:"The Engine, when it scores a settled board.",section:"This edition"},{key:"bingo_points_for_full_board",label:"Points for a full board",type:"number",description:"Awarded once, on top of every line, when the whole board comes in. Leave it empty for 0.",readBy:"The Engine, when it scores a settled board.",section:"This edition"}],Lm=[{key:"source_url",label:"Content source",type:"freetext",description:"A link to JSON holding this round's content. Fetched by the Engine when the round is provisioned, so it is never sent to a fan's browser and may hold the answers. Leave it empty to use the round in the game's manifest.",readBy:"The control plane, when it provisions the round.",section:"Content",public:!1},{key:"measure",label:"Measure",type:"freetext",description:'Which column of the reference data this round counts, e.g. "assists". Leave it empty to count what the game counts.',readBy:"The control plane, when it joins this round to the reference data.",section:"Content",public:!1},{key:"round_timer_seconds",label:"Time limit",type:"number",description:"How many seconds a fan gets on this round, counted from when they open it: 180 for three minutes. The Engine refuses a play that arrives after it. Leave it empty for a round with no clock.",readBy:"The Engine, which refuses a late play, and the game's own page, which counts it down.",section:"Content"}],WO=[{key:"round_theme",label:"Theme",type:"freetext",description:`What this round is about, in a word or two, e.g. "The Eighties". Shown above the game's name. Leave it empty for a round that is not one of a themed set.`,readBy:"The game's own page, above the title.",section:"This round"},{key:"round_prompt",label:"What a fan is told",type:"freetext",description:"The line above the board, in a fan's words. Leave it empty to keep the wording the game was built with.",readBy:"The game's own page, above the board.",section:"This round"},{key:"round_target",label:"The target",type:"number",description:"The total a fan must get as close to as they can without going over. Public: it is the goal they are set, and the game is unplayable without it.",readBy:"The Engine, which marks against it, and the page, which shows it.",section:"This round"},{key:"round_target_label",label:"What is being counted",type:"freetext",description:'Shown beside the target, e.g. "Career Points".',readBy:"The game's own page, beside the target.",section:"This round"},{key:"round_unit",label:"Unit",type:"freetext",description:'Put in front of every number in this round, e.g. "\xA3". Leave it empty for a round that counts something with no unit, like points.',readBy:"The game's own page, in front of the target, each pick and the total.",section:"This round"},{key:"round_slates",label:"The picks",type:"collection",itemLabel:"{{slate_label}}",description:"One group per pick, in the order a fan plays them. Five groups means five picks.",readBy:"The Engine, which marks against them, and the page, which draws them.",section:"This round",fieldset:[{key:"slate_label",label:"Group",type:"freetext",description:'What a fan sees above the choices, e.g. "1996-97 CHI".',readBy:"The game's own page.",section:"This round"},{key:"slate_entries",label:"Choices",type:"collection",itemLabel:"{{entry_label}}",description:"The choices a fan picks between in this group.",readBy:"The Engine and the page.",section:"This round",fieldset:[{key:"entry_label",label:"Name",type:"freetext",description:'What a fan sees, e.g. "Michael Jordan".',readBy:"The game's own page.",section:"This round"},{key:"entry_key",label:"Reference",type:"freetext",description:`The id this choice has in the game's own data, e.g. "jordami01". It is how the Engine finds what the choice is worth, so it has to match the data the game was deployed with. Never shown to a fan.`,readBy:"The Engine, to look up what this choice is worth.",section:"This round"},{key:"entry_note",label:"Note",type:"freetext",description:'Something worth knowing about this choice, shown to a fan who went over because of it, e.g. "Six rings, six Finals MVPs." Leave it empty and the game works out its own line.',readBy:"The game's own page, on the result when this choice took a fan over.",section:"This round"}]}]}],Fk="Never shown to a fan. This is the answer, so it is withheld from the feeds a browser reads.",Gk={key:"round_board",label:"The board",type:"collection",itemLabel:"{{board_item}}",description:"Everything a fan can pick from, in the order they should see it.",readBy:"The Engine, which marks against it, and the page, which draws it.",section:"This round",fieldset:[{key:"board_item",label:"Pick",type:"freetext",description:'One thing a fan can pick, exactly as they should read it, e.g. "Michael Jordan".',readBy:"The game's own page, and the Engine, which marks a pick by it.",section:"This round"}]},KO=[{key:"round_prompt",label:"What a fan is told",type:"freetext",description:"The line above the board, in a fan's words. Leave it empty to keep the wording the game was built with.",readBy:"The game's own page, above the board.",section:"This round"},Gk,{key:"round_targets",label:"The right answers",type:"freetext",description:`The picks that are right, separated by commas, written exactly as they appear on the board, e.g. "Michael Jordan, Larry Bird". ${Fk}`,readBy:"The Engine, to mark a pick.",section:"This round",public:!1}],ZO=[{key:"round_prompt",label:"What a fan is told",type:"freetext",description:"The line above the board, in a fan's words. Leave it empty to keep the wording the game was built with.",readBy:"The game's own page, above the board.",section:"This round"},Gk,{key:"round_groups",label:"The groups",type:"collection",itemLabel:"{{group_label}}",description:`One per hidden group. ${Fk}`,readBy:"The Engine, to mark a guess and to name a group once it is found.",section:"This round",public:!1,fieldset:[{key:"group_label",label:"What they have in common",type:"freetext",description:'Shown to a fan only once they have found this group, e.g. "1996-97 Bulls".',readBy:"The game's own page, after the group is solved.",section:"This round"},{key:"group_members",label:"Which ones",type:"freetext",description:'The picks in this group, separated by commas, written exactly as they appear on the board, e.g. "Michael Jordan, Scottie Pippen". Every one has to be on the board, and no pick may be in two groups.',readBy:"The Engine, to mark a guess.",section:"This round"}]}],Bk=[{key:"prediction_question",label:"Question",type:"freetext",description:"What a fan is asked to call, in their words.",readBy:"The Engine, when it provisions the round.",section:"Content"},{key:"prediction_option",label:"Option",type:"freetext",description:"One thing a fan can call. Add one per outcome.",readBy:"The Engine, when it provisions the round.",section:"Content"}],HO=[{key:"card_note",label:"What this card means",type:"freetext",description:'A sentence explaining the card, shown when a fan taps it. "Goal in the first 10" might be "A goal is scored by either team inside the first ten minutes." Leave it empty and tapping the card does nothing.',readBy:"The game's own page, on the back of the card a fan taps.",section:"This card",public:!0}],VO=[{key:"round_prompt",label:"What a fan is told",type:"freetext",description:"The line above the goal, in a fan's words. Leave it empty to keep the wording the game was built with.",readBy:"The game's own page, above the goal.",section:"This round"},{key:"shoot_shots_allowed",label:"Shots",type:"number",description:"How many penalties a fan takes, from 1 to 20. Leave it empty for 5.",readBy:"The Engine, which refuses a shot once they are spent.",section:"This round"},{key:"shoot_goals_to_win",label:"Goals to win",type:"number",description:"How many goals count as winning the shootout. Reaching it does not end play: every remaining shot still scores. Leave it empty for 3.",readBy:"The Engine, which decides won or lost after the last shot.",section:"This round"},{key:"shoot_points_per_goal",label:"Points per goal",type:"number",description:"What each goal is worth on the leaderboard. Leave it empty for 100.",readBy:"The Engine, which scores each goal.",section:"This round"},{key:"shoot_difficulty",label:"Keeper",type:"freetext",description:"How good the goalkeeper is: easy_v1, balanced_v1 or hard_v1. Leave it empty for balanced_v1.",readBy:"The Engine, which picks the keeper's speed, reach and reactions from it.",section:"This round"}],Dm={hunt:KO,push:WO,group:ZO,predict:[],bingo:HO,shoot:VO},jm={hunt:[],push:[],group:[],predict:[],bingo:BO,shoot:[]},Mm={display_name:"displayName",analytics_url:"analyticsUrl",strapline:"strapline",how_to_play:"howToPlay",primary_colour:"primaryColour",play_button_label:"playButtonLabel",play_again_label:"playAgainLabel",result_button_label:"resultButtonLabel",share_button_label:"shareButtonLabel",edition_name:"editionName",edition_strapline:"editionStrapline",margin_over:"marginOver",margin_exact:"marginExact",margin_under:"marginUnder",result_over:"resultOver",result_exact:"resultExact",result_under:"resultUnder",share_over:"shareOver",share_exact:"shareExact",share_under:"shareUnder",result_bust_note:"resultBustNote",share_bust_note:"shareBustNote",capped_today_note:"cappedTodayNote",share_dare:"shareDare",result_dare:"resultDare"}});function qO(e){let t=new Map,r=o=>{for(let n of o){let i=t.get(n.key);if(i){if(i.type!==n.type)throw new Error(`The field "${n.key}" is declared as both ${i.type} and ${n.type}. One key is one declaration; a level's own label and description travel on its field set entry, its type does not.`)}else t.set(n.key,n);r(n.fieldset??[])}};return r(e),[...t.values()]}function Fm(e){let t=[];for(let r of e){let o=r.public===!1,n={label:r.label,key:r.key,description:r.description,...r.type==="collection"?{}:{mandatory:!1},...o?{public:!1,cloneable:!1}:{}},i=t.find(a=>a.name===r.section);i?i.properties.push(n):t.push({name:r.section,properties:[n]})}return t}function XO(e){let t=e.archetypes.map(ke);for(let i of t)if(!Wk[i])throw new Error(`No Studio element name for the ${i} archetype. Add one to ARCHETYPE_ELEMENT_NAMES rather than letting Studio show a blank type.`);let r=i=>`${e.urls.baseAppsUrl}/${i}`,o=new Set(e.wording??Nm),n=zk.filter(i=>!Nm.includes(i.key)||o.has(i.key));return{"spec.json":{name:e.name,id:e.id,version:e.version,base_apps_url:e.urls.baseAppsUrl,dash_image:e.urls.dashImage,embed_url:e.urls.embedUrl,elements:r("elements.json"),fields:r("fields.json"),project_settings:r("project_settings.json"),event_settings:r("event_settings.json"),schedule:!0,analytics:!0,live_activity:!0,localisation:!1},"elements.json":t.map(i=>({name:Wk[i],content_type:Kk(i),derived_from:Ls[i]?.derivedFrom??"data",duration:Ls[i]?.duration??{mode:"instant"},label:Ls[i]?.derivedFrom==="prediction"?"{{question.text}}":e.name,custom_fields:Fm([...Lm,...Dm[ke(i)]??[]]),...Ls[i]?.derivedFrom==="prediction"?{label_question:i==="bingo"?"Card":"Question",label_option:i==="bingo"?"Outcome":"Option",reveal_results:{modes:["manual"],default:"manual"},correct_option:{live_update:!0},question:[{label:"Question",key:"text",field:"prediction_question",mandatory:"question"}],option:[{label:"Option",key:"text",field:"prediction_option",mandatory:"option"}]}:{}})),"fields.json":qO([...n,...Rm,...Lm,...Object.values(Dm).flat(),...Object.values(jm).flat(),...Bk]).map(JO),"project_settings.json":{sections:Fm(n)},"event_settings.json":{sections:Fm([...Rm,...t.flatMap(i=>jm[i]??[])])}}}function Zk(e){return XO({name:e.gameName,id:e.gameId,wording:e.wording??[],version:`0.0.${e.manifestRevision}`,archetypes:[e.archetype],urls:e.urls})}var Wk,Kk,Ls,YO,JO,Gm=v(()=>{"use strict";zm();St();Wk=Wg,Kk=e=>{let t=ke(e);return Rc[t]??`gamestage-${t.replaceAll("_","-")}-element`},Ls={hunt:{derivedFrom:"data",duration:{mode:"fixed",default:86400}},push:{derivedFrom:"data",duration:{mode:"fixed",default:86400}},group:{derivedFrom:"data",duration:{mode:"fixed",default:86400}},predict:{derivedFrom:"prediction",duration:{mode:"flexible"}},bingo:{derivedFrom:"prediction",duration:{mode:"flexible"}},shoot:{derivedFrom:"data",duration:{mode:"fixed",default:86400}}},YO=new Set(["freetext","wysiwyg","image","file"]),JO=e=>({key:e.key,type:e.type,...YO.has(e.type)?{localisable:!1}:{},...e.type==="collection"?{...e.itemLabel?{item_label:e.itemLabel}:{},fieldset:(e.fieldset??[]).map(t=>({label:t.label,key:t.key,...t.description?{description:t.description}:{}}))}:{}})});var Bm=v(()=>{"use strict";St()});var Hk=v(()=>{"use strict";Jr();Is();Tm();An();Am();Im();Cm();Gm();Bm();wm();_m();pt()});function eN(e){let t=1e3*2**(e-1),r=t*.2*(Math.random()*2-1);return Math.round(t+r)}function Jk(e){let t=e.fetch??globalThis.fetch,r=e.maxAttempts??4,o=e.baseUrl.replace(/\/+$/,"");return async function(i,a,s={}){let c=globalThis.location?.origin,d=new URL(`${o}${a}`,o.startsWith("/")?c:void 0);for(let[p,h]of Object.entries(s.query??{}))h!=null&&d.searchParams.set(p,String(h));let u;for(let p=1;p<=r;p++){let h=typeof e.token=="function"?await e.token():e.token,m=await t(d,{method:i,headers:{authorization:`Bearer ${h}`,...s.body===void 0?{}:{"content-type":"application/json"}},body:s.body===void 0?void 0:JSON.stringify(s.body)});if(m.ok)return await m.json();let g=await m.json().catch(()=>({}));if(u=new Ye(m.status,g.error?.code??"unknown",g.error?.message??m.statusText,g.error?.retryable??!1),!u.retryable||p===r)break;let T=Number(m.headers.get("retry-after"));await QO(Number.isFinite(T)&&T>0?T*1e3:eN(p))}throw u??new Ye(0,"unknown","Request failed.",!1)}}function qk(e){let t=Jk(e);return{setWorkspaceAccess:(r,o,n)=>t("PUT",`/v1/admin/workspaces/${encodeURIComponent(r)}/access`,{body:{access:o,reason:n??null}}),async listAccess(){let r=await t("GET","/v1/admin/access"),o=[...r.waiting??[],...r.decided??[]].filter(n=>typeof n=="object"&&n!==null).map(Ik);return Pk(o)},setWorkspacePlan:(r,o,n)=>t("PUT",`/v1/admin/workspaces/${encodeURIComponent(r)}/plan`,{body:{tier:o,...n===void 0?{}:{liveGameAllowance:n}}})}}function Ar(e){let t=Jk(e),r=["meters","rounds","history","destinations","sections","issues"],o=a=>{let s={...a,containerLabel:a.containerLabel??"Round"};for(let c of r)Array.isArray(s[c])||(s[c]=[]);return s},n=a=>({...a,access:As(a),terms:a.terms??null,games:(a.games??[]).map(o),gamesTotal:a.gamesTotal??(a.games??[]).length,archivedTotal:a.archivedTotal??(a.games??[]).filter(s=>s.state==="archived").length}),i=a=>({...a,workspace:{...a.workspace,access:As(a.workspace??{}),games:(a.workspace?.games??[]).map(o)}});return{getWorkspace:async()=>n(await t("GET","/v1/workspace")),getWorkspaceSummary:async()=>{try{return n(await t("GET","/v1/workspace/summary"))}catch(a){if(!(a instanceof Ye)||a.status!==404)throw a;return Vk||(Vk=!0,console.warn("[control-plane] no /v1/workspace/summary, falling back to the full workspace read. If this persists the control plane is behind the site, and every Stage screen is carrying the whole workspace again.")),n(await t("GET","/v1/workspace"))}},linkGitHub:async a=>i(await t("PUT","/v1/workspace/github",{body:{login:a}})),acceptTerms:async a=>i(await t("PUT","/v1/workspace/terms",{body:{version:a}})),setPlan:async a=>i(await t("PUT","/v1/workspace/plan",{body:{tier:a}})),uploadTarget:(a,s)=>t("POST",`/v1/games/${encodeURIComponent(a)}/uploads`,{body:{filename:s}}),setPresetArt:(a,s)=>t("PUT",`/v1/games/${encodeURIComponent(a)}/art/preset`,{body:{preset:s}}),artUploadTarget:(a,s)=>t("POST",`/v1/games/${encodeURIComponent(a)}/art/uploads`,{body:{content_type:s}}),setUploadedArt:(a,s)=>t("PUT",`/v1/games/${encodeURIComponent(a)}/art`,{body:{url:s}}),referenceUploadTarget:(a,s)=>t("POST","/v1/reference/uploads",{body:{name:a,digest:s}}),pruneBundle:(a,s)=>t("PUT",`/v1/games/${encodeURIComponent(a)}/bundle`,{body:{filenames:s}}),async getGame(a){try{return o(await t("GET",`/v1/games/${encodeURIComponent(a)}`))}catch(s){if(s instanceof Ye&&s.status===404)return;throw s}},setAwake:(a,s)=>t("PUT",`/v1/games/${encodeURIComponent(a)}/state`,{body:{awake:s}}),setDestination:(a,s,c)=>t("PUT",`/v1/games/${encodeURIComponent(a)}/destinations`,{body:{destination_id:s,enabled:c}}),registerGame:a=>t("POST","/v1/games",{body:a}),archiveGame:a=>t("POST",`/v1/games/${encodeURIComponent(a)}/archive`),promoteGame:a=>t("POST",`/v1/games/${encodeURIComponent(a)}/promote`),withdrawGame:a=>t("POST",`/v1/games/${encodeURIComponent(a)}/withdraw`),deleteGame:a=>t("DELETE",`/v1/games/${encodeURIComponent(a)}`),deploy:(a,s)=>t("POST",`/v1/games/${encodeURIComponent(a)}/deploy`,{body:s}),refreshRound:a=>t("POST",`/v1/games/${encodeURIComponent(a)}/round/refresh`),async seedRound(a,s){try{return await t("PUT",`/v1/games/${encodeURIComponent(a)}/round`,{body:{round:s}})}catch(c){throw c instanceof Ye&&c.status===404&&!/no such game/i.test(c.message)?new Ye(404,"not_supported","This control plane cannot take a round yet. It is running a build older than this CLI, so the round has to go in through Studio until it is updated.",!1):c}},setSignal:async a=>i(await t("PUT","/v1/workspace/signal",{body:{enabled:a}})),setWorkspaceProfile:a=>t("PUT","/v1/workspace/profile",{body:a}),async getEndpoints(a){try{return await t("GET",`/v1/games/${encodeURIComponent(a)}/endpoints`)}catch(s){if(s instanceof Ye&&s.status===404)return;throw s}},async getLogs(a,s){let{lines:c}=await t("GET",`/v1/games/${encodeURIComponent(a)}/logs`,{query:s});return c},async getAuditLog(a){let{records:s}=await t("GET","/v1/audit",{query:a});return s},async listDatasets(){try{let a=await t("GET","/v1/reference/datasets");return!a||!Array.isArray(a.datasets)?{datasets:[],unavailable:Yk}:{datasets:a.datasets,unavailable:a.unavailable??null}}catch(a){if(a instanceof Ye&&a.status===404)return{datasets:[],unavailable:Yk};throw a}},async getDataset(a){try{let s=await t("GET",`/v1/reference/datasets/${encodeURIComponent(a)}`);return s?.dataset?s:void 0}catch(s){if(s instanceof Ye&&s.status===404)return;throw s}},async getDataLog(a){try{let s=await t("GET","/v1/reference/log",{query:a});return Array.isArray(s?.lines)?s.lines:[]}catch(s){if(s instanceof Ye&&s.status===404)return[];throw s}}}}var Ye,QO,Vk,Yk,Xk=v(()=>{"use strict";Is();Ye=class extends Error{status;code;retryable;constructor(t,r,o,n){super(o),this.status=t,this.code=r,this.retryable=n,this.name="ControlPlaneError"}},QO=e=>new Promise(t=>setTimeout(t,e)),Vk=!1;Yk="This control plane is running a build older than this screen, so it cannot list datasets yet."});function tN(e){if(e.timerSeconds===void 0||!Number.isInteger(e.timerSeconds)||e.timerSeconds<=0||!e.startedAt)return;let t=Date.parse(e.startedAt);if(Number.isFinite(t))return t+e.timerSeconds*1e3}function Qk(e,t){let r=tN(e);if(r===void 0)return!1;let o=typeof t=="number"?t:Date.parse(t);return Number.isFinite(o)?o>r:!1}var ex=v(()=>{"use strict"});var tx=v(()=>{"use strict";nn()});var nN,rN,oN,g6,Wm=v(()=>{"use strict";We();nN=l.discriminatedUnion("kind",[l.object({kind:l.literal("everyone")}),l.object({kind:l.literal("domains"),domains:l.array(l.string().min(1)).min(1)}),l.object({kind:l.literal("named")})]),rN=l.enum(["licensed","unofficial","creator"]),oN=l.enum(["ours","creator"]),g6=l.object({id:l.string().min(1),label:l.string().min(1),standing:rN,origin:oN,tiers:l.array(l.enum(["runtime","live","enterprise"])).min(1),produces:l.array(l.string()),note:l.string().min(1),audience:nN.optional()})});var nx=v(()=>{"use strict";Wm()});var rx=v(()=>{"use strict";An()});var ox=v(()=>{"use strict";An()});function iN(e){let t;try{t=JSON.parse(e)}catch(o){return{ok:!1,reason:"That is not JSON.",detail:o instanceof Error?o.message:void 0}}let r=rn.safeParse(t);if(!r.success){let o=r.error.issues[0];return{ok:!1,reason:"That is not valid reference data.",detail:o?`${o.path.join(".")||"document"}: ${o.message}`:void 0}}return{ok:!0,summary:{digest:Ns(e),measures:r.data.measures.map(o=>o.key),counts:Object.fromEntries(r.data.measures.map(o=>[o.key,Object.keys(o.values).length]))}}}async function ix(e,t){let r=iN(e);return r.ok&&(await t("copy",e),await t("pointer",e)),r}var ax=v(()=>{"use strict";An()});var sx=v(()=>{"use strict"});var cx=v(()=>{"use strict"});function Km(e){return e.sourceIp?.trim()||"unknown"}function Zm(e,t){return`${e.length}:${e}${t}`}var aN,lx,dx,ux,px,I6,P6,C6,hx=v(()=>{"use strict";aN=e=>{if(e===void 0)return;let t=Number(e);return Number.isFinite(t)&&t>0?t:void 0},lx=e=>typeof process>"u"?void 0:aN(process.env?.[e]),dx=(e,t,r)=>({burst:lx(t)??e.burst,perMinute:lx(r)??e.perMinute}),ux={player:{burst:300,perMinute:600},publicRoutes:{burst:100,perMinute:300}},px={player:dx(ux.player,"GAMESTAGE_RATE_PLAYER_BURST","GAMESTAGE_RATE_PLAYER_PER_MINUTE"),publicRoutes:dx(ux.publicRoutes,"GAMESTAGE_RATE_PUBLIC_BURST","GAMESTAGE_RATE_PUBLIC_PER_MINUTE")},I6=px.player,P6=px.publicRoutes,C6=600*1e3});var mx=v(()=>{"use strict"});var ne=v(()=>{"use strict";Jr();St();Qt();Yh();hs();wm();ck();ks();uk();ds();_m();wk();jo();pt();Is();Hk();Xk();zm();gt();Im();ex();nn();Ps();Pm();Cs();kr();tx();An();nx();Wm();rx();ox();ax();Am();Os();Cm();sx();Gm();Tm();cx();Bm();hx();mx()});import{spawn as wx}from"node:child_process";import{chmod as fx,mkdir as gx,readFile as yx,rm as vx,writeFile as bx}from"node:fs/promises";import{homedir as sN,platform as Ir}from"node:os";import{dirname as cN,join as _x}from"node:path";async function kx(){let e=await fetch(`${Hm}/user_management/authorize/device`,{method:"POST",headers:{"content-type":"application/x-www-form-urlencoded"},body:new URLSearchParams({client_id:Vm})});if(!e.ok)throw new Error(`Could not start sign-in (${e.status}). ${await e.text()}`);return await e.json()}async function xx(e){let t=await fetch(`${Hm}/user_management/authenticate`,{method:"POST",headers:{"content-type":"application/json"},body:JSON.stringify({client_id:Vm,grant_type:"urn:ietf:params:oauth:grant-type:device_code",device_code:e})}),r=await t.json();if(t.ok){let o=r.user;return{status:"ok",session:{accessToken:String(r.access_token??""),refreshToken:r.refresh_token?String(r.refresh_token):void 0,email:o?.email,userId:o?.id}}}switch(r.error){case"authorization_pending":return{status:"pending"};case"slow_down":return{status:"slow_down"};case"expired_token":return{status:"expired"};default:return{status:"denied",reason:String(r.error_description??r.error??"unknown error")}}}function Sx(e){let t=Ir()==="darwin"?"open":Ir()==="win32"?"cmd":"xdg-open",r=Ir()==="win32"?["/c","start","",e]:[e];try{wx(t,r,{stdio:"ignore",detached:!0}).unref()}catch{}}function Ym(){let e=process.env.GAMESTAGE_CREDENTIALS?.trim();return e||void 0}function Jm(e,t){return new Promise(r=>{let o=wx("security",e,{stdio:["pipe","pipe","ignore"]}),n="";o.stdout.on("data",i=>n+=i),o.on("error",()=>r(null)),o.on("close",i=>r(i===0?n.trim():null)),t!==void 0?o.stdin.end(t):o.stdin.end()})}async function qm(e){let t=JSON.stringify(e),r=Ym();return r?(await gx(cN(r),{recursive:!0,mode:448}),await bx(r,t,{mode:384}),await fx(r,384),"file"):Ir()==="darwin"&&await Jm(["add-generic-password","-a",Pr,"-s",Pr,"-U","-w",t])!==null?"keychain":(await gx(Ex,{recursive:!0,mode:448}),await bx(Ds,t,{mode:384}),await fx(Ds,384),"file")}function lN(e){try{let[,t]=e.split("."),{exp:r}=JSON.parse(Buffer.from(t,"base64url").toString());return typeof r!="number"?!0:r*1e3-Date.now()<3e4}catch{return!0}}async function dN(e){if(!e.refreshToken)return null;let t=await fetch(`${Hm}/user_management/authenticate`,{method:"POST",headers:{"content-type":"application/json"},body:JSON.stringify({client_id:Vm,grant_type:"refresh_token",refresh_token:e.refreshToken})});if(!t.ok)return null;let r=await t.json();return r.access_token?{...e,accessToken:String(r.access_token),refreshToken:r.refresh_token?String(r.refresh_token):e.refreshToken}:null}async function uN(){let e=Ym();if(e)try{return JSON.parse(await yx(e,"utf8"))}catch{return null}if(Ir()==="darwin"){let t=await Jm(["find-generic-password","-a",Pr,"-s",Pr,"-w"]);if(t)try{return JSON.parse(t)}catch{}}try{return JSON.parse(await yx(Ds,"utf8"))}catch{return null}}async function $x(){let e=Ym();if(e){await vx(e,{force:!0});return}Ir()==="darwin"&&await Jm(["delete-generic-password","-a",Pr,"-s",Pr]),await vx(Ds,{force:!0})}async function we(){let e=await uN();if(!e)return null;if(!lN(e.accessToken)||!e.refreshToken)return e;let t=await dN(e);return t?(await qm(t),t):null}var Hm,Vm,Pr,Ex,Ds,In=v(()=>{"use strict";Hm="https://api.workos.com",Vm=process.env.GAMESTAGE_CLIENT_ID??"client_01KYVPJ1MA6GA9EXTJ7GJ81YW4";Pr="gamestage-cli",Ex=_x(sN(),".gamestage"),Ds=_x(Ex,"credentials.json")});function Ax(e){return`${It}/stage/games/${encodeURIComponent(e)}?tab=overview`}function Ix(e){return e&&new Set(["hunt","push","group","predict"]).has(e)?`${It}/docs/game-formats#${e}`:`${It}/docs`}var It,Xm=v(()=>{"use strict";It=process.env.GAMESTAGE_SITE_URL??"https://gamestage.ai"});function mN(e){try{let t=new URL(e).hostname.toLowerCase();return t==="localhost"||t.endsWith(".localhost")||t==="::1"||t.startsWith("127.")}catch{return!1}}function fN(e){return e.GAMESTAGE_TEST_RUN==="1"||e.NODE_TEST_CONTEXT!==void 0}function gN(e=$e,t=process.env){if(fN(t)&&!mN(e)&&t.GAMESTAGE_ALLOW_REMOTE_TESTS!=="1")return`Refusing to register a test game against non-local control plane ${e}. Use the throwaway local control plane, or set GAMESTAGE_ALLOW_REMOTE_TESTS=1 for a deliberate real-plane run.`}function Cr(e=$e){let t=gN(e);t&&L(t)}async function Yo(){let e=await we();return e||L("You are not signed in.",["Run `gamestage login`. It creates the account too if you do not have one.","Inspecting, scaffolding and validating a manifest still need no account."]),e}async function le(){let e=await Yo();return{client:Ar({baseUrl:$e,token:async()=>(await we())?.accessToken??e.accessToken}),email:e.email??e.userId??"unknown"}}async function Px(){let e=await we();return e||L("You are not signed in.",["Run `gamestage login`. Approving a creator needs an operator's own session."]),{admin:qk({baseUrl:$e,token:async()=>(await we())?.accessToken??e.accessToken}),email:e.email??e.userId??"unknown"}}async function Ms(e){try{let t=await e.getWorkspace(),r=t?.access;return r==="approved"||r==="pending"||r==="refused"?{access:r,workspace:t}:{access:"unreported",workspace:t}}catch(t){let r=t.status,o=t.code;return o===Qm?{access:"pending"}:r===404||o==="not_found"?{access:"unknown",problem:"no_control_plane",reason:`Nothing is serving a control plane at ${$e}.`,detail:["You are signed in, and deploying will fail until this is pointed somewhere real.","Set GAMESTAGE_CONTROL_URL to your control plane and run this again."]}:r===401||r===403?{access:"unknown",problem:"token_refused",reason:"The control plane refused this account's token.",detail:[`It is at ${$e}.`,"A token from one environment is refused by another, so check which one you signed into."]}:{access:"unknown",problem:"unreachable",reason:`Could not reach the control plane at ${$e}.`,detail:[String(t.message??t),"You are signed in. Deploying will fail until this answers."]}}}function Jo(e){switch(e.access){case"approved":return{ok:!0,status:"approved",access:"approved",heading:"Approved",message:"Your account is approved, so every command works, including deploy.",next:["`gamestage status` shows the workspace, its games and what they are using."]};case"pending":return{ok:!0,status:"pending_approval",access:"pending",code:Qm,heading:"Registered, waiting for approval",message:"You are registered and your account is waiting for approval. That is the normal path for a new account, and approval is a person's decision today.",next:["Nothing is wrong and nothing is lost. There is no second form to fill in.","Inspecting a prototype, scaffolding a game and writing a round all work now and need no approval.","`gamestage status` re-checks approval. It never opens the browser again."]};case"refused":return{ok:!0,status:"access_refused",access:"refused",heading:"Access refused",message:"This account has been refused access. Signing in worked, so this is a decision about the account rather than a broken token.",next:["Nothing in the CLI changes this, and running `gamestage login` again will not.","Inspecting, scaffolding and writing a round still work and need no account.",`If you think this is wrong, say so where you registered: ${It}.`]};case"unreported":return{ok:!0,status:"access_not_reported",access:null,heading:"Signed in",message:"This control plane answered and does not report an access state, so whether this account is approved is not known here.",next:["It predates the access state rather than being broken, so carry on.","A deploy that is refused for approval will say so in its own words."]};default:return{ok:!1,status:e.problem==="no_control_plane"?"no_control_plane":e.problem==="token_refused"?"token_refused":"control_plane_unreachable",access:null,heading:"Signed in, and the control plane is not usable",message:e.reason,next:e.detail}}}function Cx(e){return!e.changed&&e.refused?{ok:!0,status:"refused_by_store",access:e.access,code:e.code,heading:"Not approved",message:e.refused,next:["Nothing was written. When they have accepted the terms, run this again."]}:e.changed?e.access==="approved"?{ok:!0,status:"approved",access:"approved",heading:"Approved",message:`${e.workspaceId} was ${e.previous} and is now approved.`,next:["Their next `gamestage status` says approved, and deploy works from then on."]}:{ok:!0,status:"refused",access:"refused",heading:"Refused",message:`${e.workspaceId} was ${e.previous} and is now refused.`,next:["Their next `gamestage status` says refused, and says how to argue with it."]}:{ok:!0,status:"unchanged",access:e.access,heading:"No change",message:`${e.workspaceId} was already ${e.previous}. Nothing was written.`,next:["No audit record either: the trail records transitions, and this was not one."]}}function Or(e){if(R(e.heading),f(` ${e.message}`),e.next.length){f();for(let t of e.next)E(t)}f()}function Te(e){let t=[],r=e.status,o=e.code;if(o===Qm){let n=Jo({access:"pending"});M()?F({ok:n.ok,status:n.status,access:n.access,code:n.code,message:n.message,next:n.next}):Or(n),process.exit(0)}r===401?t.push("Your session has expired. Run `gamestage login` again."):r===403?t.push("Either your session expired or that is not something this workspace is allowed to do. `gamestage login` rules out the first."):r===429?t.push("You are being rate limited. Wait a moment and try again."):e.retryable&&t.push("This one is worth retrying: the failure was at our end."),o&&t.push(`Code: ${o}`),t.push(`Control plane: ${$e}`),L(e instanceof Error?e.message:"The control plane call failed.",t)}var $e,Qm,yt=v(()=>{"use strict";ne();In();ue();Xm();$e=process.env.GAMESTAGE_CONTROL_URL??"https://api.gamestage.ai";Qm="access_pending"});import{open as _N,readFile as Dx}from"node:fs/promises";import{createHash as kN}from"node:crypto";import{gunzipSync as xN}from"node:zlib";function $N(e){for(let{pattern:t,what:r}of EN)if(t.test(e))return r}function nf(e){let t=(e.split("/").pop()??e).toLowerCase();return t===".env"||t.startsWith(".env.")||SN.has(t)||/^(credentials|secrets)\.(json|ya?ml|ini|toml|txt|env)$/.test(t)||/\.(pem|key|p12|pfx|keystore|jks)$/.test(t)}async function Mx(e,t){let r;try{r=await _N(e,"r")}catch{return}try{let{size:o}=await r.stat();if(o<=t){let s=Buffer.alloc(o);return o>0&&await r.read(s,0,o,0),s}let n=Math.floor(t/2),i=Buffer.alloc(n),a=Buffer.alloc(n);return await r.read(i,0,n,0),await r.read(a,0,n,o-n),Buffer.concat([i,Buffer.from(`
10176
+ `),a])}catch{return}finally{await r.close()}}async function AN(e){return(await Mx(e,jx))?.toString("latin1")}async function Qo(e){let t=await Mx(e,jx);if(!t)return;if(t.byteLength>=2&&t[0]===31&&t[1]===139)try{let s=await Dx(e);t=xN(s,{maxOutputLength:TN})}catch{}if(t.byteLength>=2){if(t[0]===255&&t[1]===254)return t.toString("utf16le");if(t[0]===254&&t[1]===255)return t.swap16().toString("utf16le")}let r=t.subarray(0,8192);if(!r.includes(0))return t.toString("utf8");let o=0,n=0,i=0;for(let s=0;s<r.length;s+=1)r[s]===0&&(i+=1,s%2===0?o+=1:n+=1);let a=Math.floor(r.length/2);if(a>8){if(n>a*.7&&o<a*.1)return t.toString("utf16le");if(o>a*.7&&n<a*.1)return t.swap16().toString("utf16le")}if(i<=8&&i*20<r.length)return t.toString("utf8").split("\0").join("")}function IN(e){let t=pe(e);if(t.ok)return{manifest:!0,round:!!t.manifest.backend.round}}function Nr(e,t){if(t.archetype==="hunt"){let n=t.targets;if(n.length===0)return[];let i=n.filter(a=>new RegExp(`["'\`]${a.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}["'\`]`,"i").test(e));return i.length===n.length?i:[]}if(t.archetype==="predict")return[];if(t.archetype==="bingo")return t.cardPool.length<2?[]:e.split(`
10131
10177
  `).some(i=>t.cardPool.every(a=>new RegExp(`["\`']${a.label.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}["\`']`,"i").test(i)))?t.cardPool.map(i=>i.label):[];if(t.archetype==="group"){let n=[];for(let i of t.groups){if(new RegExp(`["\`']${i.label.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}["\`']`,"i").test(e)){n.push(i.label);continue}e.split(`
10132
- `).some(l=>i.members.every(d=>new RegExp(`["\`']${d.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}["\`']`,"i").test(l)))&&n.push(i.label)}return n}if(t.archetype==="shoot")return[];let r=n=>n.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),o=[];for(let n of t.slates)for(let i of n.entries){let a=`${r(i.key)}|${r(i.label)}`,s=new RegExp(`(?:${a})[^\\n]{0,120}?\\b${i.value}\\b`,"i"),l=new RegExp(`\\b${i.value}\\b[^\\n]{0,120}?(?:${a})`,"i");(s.test(e)||l.test(e))&&o.push(i.label)}return o}function Nr(e,t){if(e.archetype==="hunt")return`Every target appears in the artefact: ${t.join(", ")}. A solution in the bundle can be read before anybody plays.`;if(e.archetype==="group")return`The page holds the grouping: ${t.join(", ")}. A player who reads it has the categories, which is the puzzle.`;let r=t.slice(0,5).join(", "),o=t.length>5?`, and ${t.length-5} more`:"";return`The page carries what each pick is worth: ${r}${o}. A game that is arithmetic is finished the moment the numbers ship, without a move being played.`}function kN(e){try{return JSON.parse(e)}catch{}try{let t=dm(e);return typeof t=="object"?t:void 0}catch{return}}function xN(e){let t=kN(e);if(!t||typeof t!="object")return;let r,o=new Set,n=(i,a)=>{if(!(r||a>6||!i||typeof i!="object")&&!o.has(i)){if(o.add(i),Array.isArray(i)){for(let s of i)n(s,a+1);return}for(let[s,l]of Object.entries(i)){if(_N.has(s.toLowerCase())){r=s;return}n(l,a+1)}}};return n(t,0),r}function SN(e){let t=e.split(/\r?\n/).filter(r=>r.trim().length>0);if(t.length<Hm+1)return!1;for(let r of[","," ",";"]){let o=t.slice(0,500).map(u=>u.split(r)),n=o[0].length,i=o.filter(u=>u.length===n);if(n<2||i.length<o.length*.95||i.length<Hm+1)continue;let a=i.slice(1),s=Math.min(...a.map(u=>u.length)),l=!1,d=!1;for(let u=0;u<s;u+=1){let p=a.map(h=>h[u].trim());p.every(h=>h.length>0&&/^-?\d+(\.\d+)?$/.test(h))?l=!0:p.every(h=>h.length>0&&!/^-?\d+(\.\d+)?$/.test(h))&&(d=!0)}if(l&&d)return!0}try{let r=JSON.parse(e);if(r&&typeof r=="object"&&!Array.isArray(r)){let o=Object.values(r);if(o.length>=Hm&&o.every(n=>typeof n=="number"))return!0}}catch{}return!1}function TN(e){let t=(e.split("/").pop()??e).toLowerCase(),r=t.lastIndexOf(".");return r>0&&$N.has(t.slice(r+1))&&(t=t.slice(0,r)),r=t.lastIndexOf("."),r<=0?!0:EN.has(t.slice(r+1))}function IN(e){let t=e.split("/").slice(0,-1),r=t.findIndex(o=>AN.includes(o));return r===-1?void 0:`${t.slice(0,r+1).join("/")}/`}async function PN(e){if(e.relativePath!==ce)return;let t;try{t=await Tx(e.path)}catch{return}if(hN("sha256").update(t).digest("hex").slice(0,16)!==Lt)return{path:e.relativePath,why:"needs regenerating. Run `gamestage client`, then deploy again. If it is refused again with the same digest, the tool that wrote the file is older than the one checking it, so update Gamestage and rerun.",confidence:"certain"}}async function Px(e,t={}){let r=[],o=[],n=[],i=[],a=new Set(t.allow??[]),s=new Set(t.exempt??[]),l;for(let d of e){let u=IN(d.relativePath);if(u){i.includes(u)||i.push(u);continue}let p=await PN(d);if(p){l??=p;continue}if(s.has(d.relativePath)){r.push(d);continue}let h=await Jm(d,t.round);if(!h){r.push(d);continue}if(h.confidence==="suspected"&&a.has(d.relativePath)){n.push(h),r.push(d);continue}if(h.alwaysWithheld||TN(d.relativePath)){o.push(h);continue}l??=h}return{publish:r,withheld:o,allowed:n,walkedPast:i,...l?{refuse:l}:{}}}async function Jm(e,t){let r=(i,a,s=!1)=>({path:e.relativePath,why:i,confidence:a,...s?{alwaysWithheld:s}:{}});if(Ym(e.relativePath))return r("is environment or credential shaped","certain",!0);let o=await Xo(e.path);if(o!==void 0){let i=yN(o);if(i)return r(`carries ${i}, whatever the file is called`,"certain",!0);let a=wN(o);if(a)return r(a.round?"is an App Manifest, which carries the round's private half":"is an App Manifest, which is ours rather than the game's","certain",!0);if(t){let s=Or(o,t);if(s.length)return r(Nr(t,s),"certain")}}if(t&&o===void 0){let i=await bN(e.path);if(i!==void 0){let a=Or(i,t);if(a.length)return r(Nr(t,a),"certain")}}if(o===void 0)return;let n=xN(o);if(n){let i=/^[aeiou]/i.test(n)?"an":"a";return r(`looks like it holds a round's answers: it has ${i} "${n}" key. If that is the game's own data rather than its answers, publish it with --allow ${e.relativePath}`,"suspected")}if(SN(o))return r(`looks like reference data: a long table of labels against numbers, which is what a round is scored against. If it is the game's own data, publish it with --allow ${e.relativePath}`,"suspected")}var fN,gN,Ax,vN,_N,Hm,EN,$N,AN,Ls=y(()=>{"use strict";pm();ne();Dt();fN=new Set([".envrc",".netrc",".npmrc",".pgpass","id_rsa","id_ed25519","credentials","secrets","env.local"]),gN=[{pattern:/-----BEGIN [A-Z ]*PRIVATE KEY-----/,what:"a private key block"},{pattern:/-----BEGIN OPENSSH PRIVATE KEY-----/,what:"an OpenSSH private key"},{pattern:/\bAKIA[0-9A-Z]{16}\b/,what:"an AWS access key id"},{pattern:/\baws_secret_access_key\s*[=:]/i,what:"an AWS secret access key"},{pattern:/\bsk-(live|proj|ant)-[A-Za-z0-9_-]{16,}/,what:"a live API key"},{pattern:/\bsk_live_[A-Za-z0-9]{16,}/,what:"a live Stripe key"},{pattern:/\bgh[pousr]_[A-Za-z0-9]{30,}/,what:"a GitHub token"},{pattern:/\bxox[baprs]-[A-Za-z0-9-]{10,}/,what:"a Slack token"},{pattern:/\beyJ[A-Za-z0-9_-]{10,}\.[A-Za-z0-9_-]{10,}\.[A-Za-z0-9_-]{10,}/,what:"a signed token"},{pattern:/\bauthorization\s*:\s*["']?\s*(bearer|basic)\s+\S{12,}/i,what:"an Authorization header with a token in it"}];Ax=8e6,vN=32e6;_N=new Set(["answers","answer_key","answerkey","solution","solutions","targets","correct","correct_option","correct_options","groups","corpus","reference_data","referencedata"]);Hm=20;EN=new Set(["txt","log","md","markdown","yaml","yml","toml","ini","cfg","csv","tsv","map","bak","orig","rej","lock"]),$N=new Set(["gz","br","zst","zz"]);AN=[".git","node_modules",".next",".nuxt",".svelte-kit",".cache"]});async function Ds(e){let t=[];for(let r of e){let o=r.relativePath.split("/").pop();if(o===ce||o===Te)continue;let n=await Xo(r.path);n!==void 0&&t.push({relative:r.relativePath,text:n})}return t}var qm=y(()=>{"use strict";Dt();Ls()});import{lstatSync as CN,readdirSync as ON}from"node:fs";import{relative as NN,resolve as Cx,sep as RN}from"node:path";function Ox(e){let t=e.split("/").pop()??e;return LN.has(t)||t.startsWith(".env.")}function Xm(e,t={}){let r=t.symlinks??"throw",o=Cx(e),n=[],i=[];function a(s){for(let l of ON(s,{withFileTypes:!0}).sort((d,u)=>d.name.localeCompare(u.name))){let d=Cx(s,l.name),u=NN(o,d).split(RN).join("/");if(l.isSymbolicLink()){if(r==="throw")throw new Error(`Directory ${e} contains a symlink: ${u}`);i.push(u);continue}if(l.isDirectory())a(d);else if(l.isFile()){if(Ox(u))continue;n.push({path:d,relativePath:u})}}}if(!CN(o).isDirectory())throw new Error(`${e} is not a directory.`);return a(o),{files:n,skippedLinks:i}}function Qm(e){return Xm(e,{symlinks:"throw"}).files}var LN,ef=y(()=>{"use strict";LN=new Set(["gamestage.yaml","gamestage.yml",".env",".env.local","gamestage.mjs","cli.mjs"])});import{createHash as DN}from"node:crypto";function js(e){return DN("sha256").update(e,"utf8").digest()[0]&127}var Nx,tf=y(()=>{"use strict";Nx=128});import{createHmac as jN,randomBytes as MN,timingSafeEqual as UN}from"node:crypto";function rf(e){return e.startsWith(nf)}function Qo(e){let t=(e??"").replace(/[^A-Za-z0-9_.-]/g,"").slice(0,64);return`${nf}${t||"unknown"}`}async function Lx(e){if(!e.token)return e.sessionSecret?{playerId:FN(e.anonymousId,e.sessionSecret)??Qo(void 0)}:{playerId:Qo(e.anonymousId)};let t=e.resolver??Rx,r=await t.resolve(e.token);return r?{playerId:r.playerId,alias:r.alias}:{playerId:Qo(e.anonymousId),refused:t.lastRefusal?.()??"identity_unresolved"}}function jx(e){let t=`${nf}${MN(16).toString("base64url")}`;return{playerId:t,token:zN(t,e)}}function Mx(e,t){return jN("sha256",t).update(e).digest("base64url")}function zN(e,t){return`${e}${Dx}${Mx(e,t)}`}function FN(e,t){if(!e)return;let r=e.lastIndexOf(Dx);if(r<=0)return;let o=e.slice(0,r);if(!rf(o))return;let n=Buffer.from(e.slice(r+1)),i=Buffer.from(Mx(o,t));if(n.length===i.length)return UN(n,i)?o:void 0}var nf,Rx,Dx,Ms=y(()=>{"use strict";nf="anon:";Rx={async resolve(){}};Dx="."});function Pn(e){return e instanceof Error?e.name:"unknown"}function on(e){console.error(GN,e)}function Ux(e,t){console.error(BN,{violation:e,...t})}var GN,BN,Us=y(()=>{"use strict";GN="engine_error",BN="engine_integrity_violation"});function Gx(e){let t=2166136261;for(let r=0;r<e.length;r+=1)t^=e.charCodeAt(r),t=t+((t<<1)+(t<<4)+(t<<7)+(t<<8)+(t<<24))>>>0;return t^=t>>>16,t=Math.imul(t,2246822507)>>>0,t^=t>>>13,t=Math.imul(t,3266489909)>>>0,t^=t>>>16,t>>>0}function WN(e){let t=zx[Gx(`a:${e}`)%zx.length],r=Fx[Gx(`n:${e}`)%Fx.length];return`${t} ${r}`}function zs(e,t){return t?.trim()||WN(e)}var zx,Fx,of=y(()=>{"use strict";zx=["Amber","Brave","Bright","Calm","Clever","Copper","Eager","Early","Fleet","Gentle","Golden","Happy","Keen","Kind","Lucky","Merry","Nimble","Noble","Quick","Quiet","Rapid","Ready","Royal","Silver","Steady","Sunny","Swift","Tidy","True","Warm","Wise","Zesty"],Fx=["Badger","Beaver","Bison","Falcon","Ferret","Finch","Gibbon","Heron","Ibex","Jaguar","Kestrel","Lemur","Lynx","Marten","Meerkat","Osprey","Otter","Panda","Puffin","Quokka","Rabbit","Raven","Robin","Salmon","Sparrow","Stoat","Tapir","Teal","Vole","Walrus","Weasel","Wombat"]});import{createHash as KN}from"node:crypto";function gt(e){return Bk({startedAt:e.state.started_at,timerSeconds:e.limits.timerSeconds},e.now)}function ZN(e){let t=Date.parse(e);if(Number.isNaN(t))return 1;let r=Date.parse(`${e.slice(0,10)}T00:00:00.000Z`)+864e5;return Math.max(1,Math.ceil((r-t)/1e3))}function Wx(e){return e.limits.locksAt!==void 0&&e.now>=e.limits.locksAt}function VN(e){return KN("sha256").update(_s(e)).digest("hex")}function Kx(e){let{tenant:t,playerId:r,store:o,rules:n}=e,i=e.now??(()=>new Date().toISOString()),a=0,s=e.newPlayId??(()=>`play_${++a}_${r}`),l=()=>({server_time:i(),snapshot:e.runtime.snapshot}),d=x=>x;function u(x,$){return!n.settle||!x.round.can.results_available||$.outcome!=="pending"?$:n.settle({secret:x.secret,state:$,limits:x.limits,now:i()})}function p(x){if(!x.fusedUntil)return 0;let $=Math.ceil((Date.parse(x.fusedUntil)-Date.parse(i()))/1e3);return Number.isFinite($)&&$>0?$:0}async function h(x,$){let L=e.fuse?.note(t,js(r),$);if(!L)return;let P=new Date(Date.parse(i())+L.holdSeconds*1e3).toISOString();if(L.kind==="stop")try{await o.setFuse(t,x,P)}catch(K){on({event:"fuse_write_failed",tenant:t,round_id:x,name:Pn(K)})}try{await e.onFuse?.({...L,until:P})}catch(K){on({event:"fuse_notify_failed",tenant:t,round_id:x,name:Pn(K)})}}function f(x){return p(x)<=0?x.round:{...x.round,can:{...x.round.can,accepting_plays:!1}}}function m(x,$){let L=x.round.number??Number.POSITIVE_INFINITY,P=$.round.number??Number.POSITIVE_INFINITY;return L!==P?L-P:x.round.id.localeCompare($.round.id)}async function b(x){let $=x.round.id,L=await o.getState(t,$,r);return L?{state:L.state,version:L.version}:{state:{...n.initialState({playerId:r,roundId:$,limits:x.limits,now:i(),round:x.round,secret:x.secret}),started_at:i()},version:void 0}}async function w(x,$,L,P){if($.timerSeconds===void 0||P!==void 0)return L;try{if(await o.putStateIfVersion(t,L,void 0))return L}catch(Z){return on({event:"round_open_write_failed",tenant:t,round_id:x,name:Pn(Z)}),L}return(await o.getState(t,x,r))?.state??L}let k=(x,$,L)=>({...l(),play_id:s(),outcome:x,reason:$,round_version:L,marked:!1,feedback:[]});return{async getRuntime(){return{...e.runtime,...l()}},async getCurrentRound(){let x=await o.getCurrentRound(t);if(!x)throw new Error(af);return{...f(x),...l()}},async getRound(x){let $=await o.getRound(t,x);return $?{...f($),...l()}:void 0},async getRoundPool(){let[x,$]=await Promise.all([o.listRounds(t),o.getCurrentRound(t)]),L=$?.round.id,P=[...x].sort(m).map(K=>{let Z=f(K);return{id:Z.id,number:Z.number,version:Z.version,can:Z.can,opens_at:Z.opens_at,locks_at:Z.locks_at,current:Z.id===L,theme:typeof Z.challenge?.theme=="string"?Z.challenge.theme:""}});return{...l(),rounds:P}},async getPlayedRounds(){let x=await o.listStatesForPlayer(t,r);return{...l(),player_id:r,played:x.map($=>({round_id:$.round_id,finished:$.finished,score:$.score,outcome:$.outcome})).sort(($,L)=>$.round_id.localeCompare(L.round_id))}},async getNextRound(){let[x,$]=await Promise.all([o.listRounds(t),o.listStatesForPlayer(t,r)]),L=new Set($.filter(ee=>ee.finished).map(ee=>ee.round_id)),P=new Set($.map(ee=>ee.round_id)),K=[...x].filter(ee=>f(ee).can.accepting_plays&&!L.has(ee.round.id)).sort(m),Z=K.find(ee=>!P.has(ee.round.id))??K[0];return Z?{...l(),status:"ready",round:{...f(Z),...l()}}:{...l(),status:"exhausted"}},async getRoundState(x){let $=await o.getRound(t,x);if(!$)throw new Error(af);let L=d($),{state:P,version:K}=await b(L),Z=await w(x,L.limits,P,K),ee=u(L,Z);return ee!==Z&&ee.finished&&await o.recordScore(t,x,r,ee.score),{...ee,...l()}},async getProfile(){let x=await o.getProfile(t,r);return{...x,display_name:zs(r,x.display_name),...l()}},async getLeaderboard(x){let L=(await o.getCurrentRound(t))?.round.id??"";return{...await o.getLeaderboard(t,L,{limit:x,viewerId:r}),...l()}},async play(x,$){let L=await o.getRound(t,x);if(!L)return k("rejected",af,0);let P=d(L);if(e.runtime.identity?.required&&rf(r))return k("rejected",e.identityRefusal??"identity_required",P.round.version);if(p(P)>0)return{...k("busy","fair_use",P.round.version),retry_after_seconds:p(P)};if(P.limits.playsPerSecond!==void 0){let j=i().slice(0,19),ue=await o.countPlay(t,x,j,r),rt=Math.max(1,Math.ceil(P.limits.playsPerSecond/ue.buckets));if(ue.inBucket>rt)return await h(x,j),{...k("busy","capped",P.round.version),retry_after_seconds:1}}if(P.limits.playsPerDay!==void 0){let j=i().slice(0,10),ue=await o.countPlay(t,x,j,r),rt=Math.max(1,Math.ceil(P.limits.playsPerDay/ue.buckets));if(ue.inBucket>rt)return await h(x,j),{...k("busy","capped_today",P.round.version),retry_after_seconds:ZN(i())}}let K=VN({round_id:x,round_version:$.round_version,challenge_instance_id:$.challenge_instance_id,payload:$.payload}),Z=j=>j.intent!==void 0&&j.intent.fingerprint!==K,ee=await o.getPlay(t,r,$.idempotency_key);if(ee)return Z(ee)?k("rejected",Bx,P.round.version):{...ee.result,...l(),outcome:"duplicate"};let dn=ck($.payload,n.archetype),kc=dn!==void 0&&(n.operations?n.operations.includes(dn):lk(n.archetype,dn));if($.payload.op!==void 0&&!kc)return k("rejected","unknown_operation",P.round.version);let{state:Ve,version:Rn}=await b(P),Ln=n.admissible({accepting:P.round.can.accepting_plays,roundVersion:P.round.version,playedVersion:$.round_version,challengeInstanceId:P.round.challenge_instance_id??null,playedChallengeInstanceId:$.challenge_instance_id??null,state:Ve,secret:P.secret,limits:P.limits,now:i()});if(!Ln.ok){let j=Ln.reason==="round_version"?"stale":"rejected";return k(j,Ln.reason,P.round.version)}let te=n.mark({payload:$.payload,secret:P.secret,state:Ve,limits:P.limits,markAtSettlement:e.runtime.marking==="at_settlement",now:i()});if(te.outcome!=="accepted")return k("rejected",te.reason??"rejected",P.round.version);let fe={...l(),play_id:s(),outcome:te.outcome,round_version:P.round.version,marked:te.marked,feedback:te.feedback,round_state:{...te.next,...l()}},Kr=`play:${JSON.stringify([t,r,$.idempotency_key])}`,Dn=[{id:Kr,at:fe.server_time,tenant:t,round_id:x,player_id:r,action:"play.committed",detail:{play_id:fe.play_id,idempotency_key:$.idempotency_key,outcome:fe.outcome,marked:fe.marked,round_version:fe.round_version,score_before:Ve.score,score_after:te.next.score,attempts_used:te.next.attempts_used,attempts_allowed:te.next.attempts_allowed,mistakes_used:te.next.mistakes_used,mistakes_allowed:te.next.mistakes_allowed,...n.auditDetail({secret:P.secret,before:Ve,decision:te,payload:$.payload})}}],jn=te.marked&&(te.participation?.score??!0),xc=te.participation?.profile??!0;jn&&Dn.push({id:`score:${JSON.stringify([t,r,$.idempotency_key])}`,at:fe.server_time,tenant:t,round_id:x,player_id:r,action:"score.recorded",detail:{play_id:fe.play_id,score_before:Ve.score,score_after:te.next.score,marked:!0,outcome:te.next.outcome}});let we=xc&&te.next.finished&&!Ve.finished?ws(await o.getProfile(t,r),te.next.outcome):void 0,bt=await o.commitPlay({tenant:t,playerId:r,idempotencyKey:$.idempotency_key,date:i().slice(0,10),play:{result:fe,intent:{fingerprint:K,round_id:x,round_version:$.round_version}},state:te.next,expectedVersion:Rn,audit:Dn,...jn?{score:{roundId:x,score:te.next.score}}:{},...we?{profile:we}:{},round:{roundId:x,version:P.round.version}});if(!bt.ok&&bt.reason==="play_exists"){let j=await o.getPlay(t,r,$.idempotency_key);return j&&Z(j)?k("rejected",Bx,P.round.version):j?{...j.result,...l(),outcome:"duplicate"}:(on({stage:"play_receipt_missing",tenant:t,round_id:x,player_id:r}),k("rejected","play_conflict",P.round.version))}if(!bt.ok&&bt.reason==="round_changed"){let j=await o.getRound(t,x),ue=j===void 0||j.round.version!==P.round.version,rt=ue?"round_changed":"round_closed";return await o.appendAudit({id:Kr,at:fe.server_time,tenant:t,round_id:x,player_id:r,action:"play.refused",detail:{play_id:fe.play_id,idempotency_key:$.idempotency_key,reason:rt,decided_against_version:P.round.version,attempt_spent:!1}}),k(ue?"stale":"rejected",rt,j?.round.version??P.round.version)}return bt.ok?(await o.markMonthlyPlayer(t,i().slice(0,7),r),fe):(await o.appendAudit({id:Kr,at:fe.server_time,tenant:t,round_id:x,player_id:r,action:"play.refused",detail:{play_id:fe.play_id,idempotency_key:$.idempotency_key,reason:"round_version",attempt_spent:!1}}),k("stale","round_version",P.round.version))}}}var yt,Bx,af,At=y(()=>{"use strict";tf();Ms();Us();of();ne();yt="time_expired";Bx="idempotency_conflict",af="round_not_found"});function HN(e){return e.accepting?e.playedVersion!==e.roundVersion?{ok:!1,reason:"round_version"}:e.challengeInstanceId!==null&&e.playedChallengeInstanceId!==e.challengeInstanceId?{ok:!1,reason:"challenge_instance_id"}:e.state.finished?{ok:!1,reason:"round_finished"}:gt(e)?{ok:!1,reason:yt}:e.state.attempts_used>=e.limits.attemptsAllowed?{ok:!1,reason:"attempts_exhausted"}:e.state.mistakes_used>=e.limits.mistakesAllowed?{ok:!1,reason:"mistakes_exhausted"}:{ok:!0}:{ok:!1,reason:"round_closed"}}function YN(e){let{attempt:t,secret:r,state:o,limits:n}=e,i=new Set(Array.isArray(o.progress.solved)?o.progress.solved:[]),a=t.picks.filter(k=>r.targets.includes(k)&&!i.has(k)),s=t.picks.filter(k=>!r.targets.includes(k)),l=o.attempts_used+1,d=o.mistakes_used+(s.length>0?1:0);for(let k of a)i.add(k);let u=i.size>=r.required,p=d>=n.mistakesAllowed,h=l>=n.attemptsAllowed,f=u||p||h,m=e.markAtSettlement?o.score:a.length*r.pointsPerTarget+o.score+(u?r.completionBonus:0),b={...o,server_time:e.now,attempts_used:l,attempts_allowed:n.attemptsAllowed,mistakes_used:d,mistakes_allowed:n.mistakesAllowed,progress:{...o.progress,solved:[...i]},score:m,finished:f,outcome:e.markAtSettlement?"pending":u?"won":f?"lost":"incomplete"};return e.markAtSettlement?{outcome:"accepted",marked:!1,feedback:[],next:b}:{outcome:"accepted",marked:!0,feedback:t.picks.map(k=>({key:k,verdict:r.targets.includes(k)?"correct":"wrong"})),next:b}}function JN(e){return{server_time:e.now,snapshot:"",player_id:e.playerId,round_id:e.roundId,attempts_used:0,attempts_allowed:e.limits.attemptsAllowed,mistakes_used:0,mistakes_allowed:e.limits.mistakesAllowed,progress:{solved:[]},score:0,score_revision:0,finished:!1,outcome:"incomplete"}}var sf,cf=y(()=>{"use strict";At();sf={archetype:"hunt",admissible:HN,mark(e){let t=Array.isArray(e.payload.picks)?e.payload.picks:[];return YN({...e,attempt:{picks:t}})},initialState:JN,auditDetail({secret:e,decision:t,payload:r}){let o=Array.isArray(r.picks)?r.picks:[];return{correct_picks:t.feedback.filter(n=>n.verdict==="correct").length,picks_submitted:o.length,points_per_target:e.pointsPerTarget,completion_bonus:e.completionBonus}}}});function lf(e){let t=e.progress;return{total:typeof t.total=="number"?t.total:0,picks:Array.isArray(t.picks)?t.picks:[],bust:t.bust===!0}}function qN(e,t){if(t>e.target)return e.bustLabel;let r=(e.target-t)/e.target;for(let o of e.tiers)if(r<=o.within)return o.label;return e.floorLabel}function XN(e){return e.accepting?e.playedVersion!==e.roundVersion?{ok:!1,reason:"round_version"}:e.challengeInstanceId!==null&&e.playedChallengeInstanceId!==e.challengeInstanceId?{ok:!1,reason:"challenge_instance_id"}:e.state.finished?{ok:!1,reason:"round_finished"}:gt(e)?{ok:!1,reason:yt}:e.state.attempts_used>=e.limits.picksAllowed?{ok:!1,reason:"picks_exhausted"}:{ok:!0}:{ok:!1,reason:"round_closed"}}function QN(e){let{secret:t,state:r,limits:o}=e,n=lf(r),i=k=>({outcome:"rejected",reason:k,marked:!1,feedback:[],next:r});if(e.attempt.picks.length!==1)return i("one_pick_per_play");let a=t.slates[r.attempts_used];if(!a)return i("picks_exhausted");let[s]=e.attempt.picks,l=a.entries.find(k=>k.key===s);if(!l)return i("not_on_slate");let d=n.total+l.value,u=d>t.target,p=[...n.picks,{slate:a.id,key:l.key,label:l.label,value:l.value}],h=r.attempts_used+1,f=h>=o.picksAllowed,m=u||f,b={...r,server_time:e.now,attempts_used:h,attempts_allowed:o.picksAllowed,progress:{total:d,picks:p,bust:u,...m?{tier:qN(t,d)}:{}},score:e.markAtSettlement?r.score:u?t.target-d:d,finished:m,outcome:e.markAtSettlement?"pending":u?"lost":m?"won":"incomplete"};return e.markAtSettlement?{outcome:"accepted",marked:!1,feedback:[],next:b}:{outcome:"accepted",marked:!0,feedback:[{key:l.key,verdict:u?"wrong":"correct",label:String(l.value)}],next:b}}function eR(e){return{server_time:e.now,snapshot:"",player_id:e.playerId,round_id:e.roundId,attempts_used:0,attempts_allowed:e.limits.picksAllowed,mistakes_used:0,mistakes_allowed:0,progress:{total:0,picks:[],bust:!1},score:0,score_revision:0,finished:!1,outcome:"incomplete"}}var df,uf=y(()=>{"use strict";At();df={archetype:"push",admissible:XN,mark(e){let t=Array.isArray(e.payload.picks)?e.payload.picks:[];return QN({...e,attempt:{picks:t}})},initialState:eR,auditDetail({secret:e,before:t,decision:r}){let o=lf(t),n=lf(r.next);return{target:e.target,total_before:o.total,total_after:n.total,bust:n.bust,picks_committed:n.picks.length,...n.tier?{tier:n.tier}:{}}}}});function rR(e){return e.accepting?e.playedVersion!==e.roundVersion?{ok:!1,reason:"round_version"}:e.challengeInstanceId!==null&&e.playedChallengeInstanceId!==e.challengeInstanceId?{ok:!1,reason:"challenge_instance_id"}:e.state.finished?{ok:!1,reason:"round_finished"}:gt(e)?{ok:!1,reason:yt}:e.state.attempts_used>=e.limits.attemptsAllowed?{ok:!1,reason:"attempts_exhausted"}:e.state.mistakes_used>=e.limits.mistakesAllowed?{ok:!1,reason:"mistakes_exhausted"}:{ok:!0}:{ok:!1,reason:"round_closed"}}function oR(e){let{attempt:t,secret:r,state:o,limits:n}=e,i=new Set(Array.isArray(o.progress.solved)?o.progress.solved:[]),a=Array.isArray(o.progress.revealed)?o.progress.revealed:[],s=r.groups.filter(P=>!i.has(P.key)),l=s.find(P=>tR(P.members,t.picks)),d=o.attempts_used+1,u=o.mistakes_used+(l?0:1);l&&(i.add(l.key),a.push({key:l.key,label:l.label,members:[...l.members]}));let p=i.size>=r.groups.length,h=u>=n.mistakesAllowed,f=d>=n.attemptsAllowed,m=p||h||f,b=e.markAtSettlement?o.score:o.score+(l?r.pointsPerGroup:0)+(p?r.completionBonus:0),w={...o,server_time:e.now,attempts_used:d,attempts_allowed:n.attemptsAllowed,mistakes_used:u,mistakes_allowed:n.mistakesAllowed,progress:{...o.progress,solved:[...i],revealed:a},score:b,finished:m,outcome:e.markAtSettlement?"pending":p?"won":m?"lost":"incomplete"};if(e.markAtSettlement)return{outcome:"accepted",marked:!1,feedback:[],next:w};let k=s.reduce((P,K)=>Math.max(P,nR(t.picks,K)),0),x=!l&&t.picks.length>1&&k===t.picks.length-1,$=l?"correct":x?"close":"wrong";return{outcome:"accepted",marked:!0,feedback:t.picks.map((P,K)=>({key:P,verdict:$,...l&&K===0?{label:l.label}:{}})),next:w}}function iR(e){return{server_time:e.now,snapshot:"",player_id:e.playerId,round_id:e.roundId,attempts_used:0,attempts_allowed:e.limits.attemptsAllowed,mistakes_used:0,mistakes_allowed:e.limits.mistakesAllowed,progress:{solved:[],revealed:[]},score:0,score_revision:0,finished:!1,outcome:"incomplete"}}var tR,nR,Zx,Vx=y(()=>{"use strict";At();tR=(e,t)=>e.length===t.length&&new Set([...e,...t]).size===e.length,nR=(e,t)=>new Set(e.filter(r=>t.members.includes(r))).size;Zx={archetype:"group",admissible:rR,mark(e){let t=Array.isArray(e.payload.picks)?e.payload.picks:[];return oR({...e,attempt:{picks:t}})},initialState:iR,auditDetail({secret:e,decision:t,payload:r}){let o=Array.isArray(r.picks)?r.picks:[],n=t.feedback[0]?.verdict;return{group_found:n==="correct"?t.next.progress.solved.at(-1):null,near_miss:n==="close",picks_submitted:o.length,groups_total:e.groups.length,points_per_group:e.pointsPerGroup}}}});function aR(e,t){if(t.answers)return t.answers;if(t.pick===void 0)return{};let r=e.questions[0];return r?{[r.id]:t.pick}:{}}function sR(e,t){return e.kind==="number"?!(typeof t!="number"||!Number.isFinite(t)||e.min!==void 0&&t<e.min||e.max!==void 0&&t>e.max):typeof t=="string"&&(e.options??[]).some(r=>r.key===t)}function cR(e){return e.accepting?e.playedVersion!==e.roundVersion?{ok:!1,reason:"round_version"}:e.challengeInstanceId!==null&&e.playedChallengeInstanceId!==e.challengeInstanceId?{ok:!1,reason:"challenge_instance_id"}:gt(e)?{ok:!1,reason:yt}:e.state.attempts_used>=e.limits.attemptsAllowed?{ok:!1,reason:"attempts_exhausted"}:{ok:!0}:{ok:!1,reason:"round_closed"}}function lR(e){let{attempt:t,secret:r,state:o,limits:n}=e,i=aR(r,t),a=o.attempts_used+1;if(r.questions.filter(u=>i[u.id]===void 0).length>0)return{outcome:"rejected",reason:"incomplete_prediction",marked:!1,feedback:[],next:o};let l=r.questions.find(u=>!sR(u,i[u.id]));if(l)return{outcome:"rejected",reason:l.kind==="number"?"out_of_range":"unknown_option",marked:!1,feedback:[],next:o};let d={...o,server_time:e.now,attempts_used:a,attempts_allowed:n.attemptsAllowed,progress:{...o.progress,answers:i},finished:a>=n.attemptsAllowed};return r.questions.some(u=>u.result===void 0)?{outcome:"accepted",marked:!1,feedback:[],next:{...d,outcome:"pending"}}:{outcome:"accepted",marked:!0,feedback:dR(r,i),next:Hx(r,d,i)}}function dR(e,t){return e.questions.map(r=>{let o=t[r.id],n=cs(r,o,e.pointsForCorrect),i=r.kind==="number"?String(r.result):(r.options??[]).find(a=>a.key===r.result)?.label;return{key:r.id,verdict:n===e.pointsForCorrect||n>0&&r.kind!=="number"?"correct":n>0?"partial":"wrong",...i?{label:i}:{}}})}function Hx(e,t,r){let o=0,n=!0;for(let i of e.questions){let a=cs(i,r[i.id],e.pointsForCorrect);o+=a,a!==cs(i,i.result,e.pointsForCorrect)&&(n=!1)}return{...t,score:o,finished:!0,outcome:n?"won":o>0?"partial":"lost"}}function uR(e){let{secret:t,state:r}=e;if(t.questions.some(n=>n.result===void 0))return r;let o=pR(r);return Object.keys(o).length===0?{...r,server_time:e.now,finished:!0,outcome:"lost"}:{...Hx(t,r,o),server_time:e.now}}function pR(e){let t=e.progress.answers;if(t&&typeof t=="object"&&!Array.isArray(t))return t;let r=Array.isArray(e.progress.picks)?e.progress.picks:[];return r.length>0?{1:r[0]}:{}}function hR(e){return{server_time:e.now,snapshot:"",player_id:e.playerId,round_id:e.roundId,attempts_used:0,attempts_allowed:e.limits.attemptsAllowed,mistakes_used:0,mistakes_allowed:0,progress:{answers:{}},score:0,score_revision:0,finished:!1,outcome:"incomplete"}}var Yx,Jx=y(()=>{"use strict";ne();At();Yx={archetype:"predict",admissible:cR,mark(e){let t=e.payload.answers,r=t&&typeof t=="object"&&!Array.isArray(t)?t:void 0,o=typeof e.payload.pick=="string"?e.payload.pick:Array.isArray(e.payload.picks)&&typeof e.payload.picks[0]=="string"?e.payload.picks[0]:void 0;return lR({...e,attempt:r?{answers:r}:{pick:o}})},initialState:hR,settle:uR,auditDetail({secret:e,decision:t,payload:r}){let o=r.answers;return{predicted:o&&typeof o=="object"&&!Array.isArray(o)?o:typeof r.pick=="string"&&e.questions[0]?{[e.questions[0].id]:r.pick}:null,settled_at_commit:e.questions.every(i=>i.result!==void 0),marked:t.marked,questions_asked:e.questions.length}}}});function mR(e){let t=e.rows*e.columns;return e.centreMode==="free"?t-1:t}function pf(e){let r=e.progress?.boards;if(!(!Array.isArray(r)||r.length===0)&&r.every(o=>Array.isArray(o)&&o.every(n=>typeof n=="string")))return r}function fR(e){let r=e.progress?.chosen;return typeof r=="number"&&Number.isInteger(r)&&r>=0?r:void 0}function gR(e){let t=pf(e),r=fR(e);if(!t||r===void 0)return;let o=t[r];if(!o)return;let n=e.progress,i=typeof n?.centre=="string"?n.centre:void 0;return{cells:o,centre:i}}function yR(e){let t=mR(e),r=[...e.cardPool],o=[],n={},i={};for(let a=0;a<t&&r.length>0;a++){let s=Math.floor(Math.random()*r.length),l=r.splice(s,1)[0];o.push(l.key),n[l.key]=l.label,l.note&&(i[l.key]=l.note)}return{board:o,cards:n,notes:i}}function qx(e,t){return e.length===0?!1:e.every(r=>t?.[r]==="correct")}function vR(e,t){let{rows:r,columns:o,centreMode:n}=e,i=n!=="none",a=i?Math.floor(r/2):-1,s=i?Math.floor(o/2):-1,l=(u,p)=>{if(i&&u===a&&p===s)return t.centre;let h=u*o+p,f=i&&h>a*o+s?1:0;return t.cells[h-f]},d=[];for(let u of e.lineTypes)if(u==="row")for(let p=0;p<r;p++)d.push(Array.from({length:o},(h,f)=>l(p,f)).filter(h=>!!h));else if(u==="column")for(let p=0;p<o;p++)d.push(Array.from({length:r},(h,f)=>l(f,p)).filter(h=>!!h));else if(u==="diagonal"&&r===o)d.push(Array.from({length:r},(p,h)=>l(h,h)).filter(p=>!!p)),d.push(Array.from({length:r},(p,h)=>l(h,r-1-h)).filter(p=>!!p));else if(u==="full_board"){let p=[...t.cells,...t.centre?[t.centre]:[]];d.push(p)}return d.filter(u=>u.length>0)}function bR(e){return e.accepting?e.playedVersion!==e.roundVersion?{ok:!1,reason:"round_version"}:e.challengeInstanceId!==null&&e.playedChallengeInstanceId!==e.challengeInstanceId?{ok:!1,reason:"challenge_instance_id"}:Wx({limits:e.limits,now:e.now})?{ok:!1,reason:"lock_deadline_passed"}:e.state.finished?{ok:!1,reason:"already_locked"}:{ok:!0}:{ok:!1,reason:"round_closed"}}function wR(e){let{secret:t,state:r,limits:o}=e;if(pf(r)!==void 0)return{outcome:"rejected",reason:"already_dealt",marked:!1,feedback:[],next:r};let n=Math.max(1,o.shuffleAllowance+1),i=[],a={},s={};for(let l=0;l<n;l++){let d=yR(t);i.push(d.board),Object.assign(a,d.cards),Object.assign(s,d.notes)}return{outcome:"accepted",marked:!1,feedback:[],next:{...r,server_time:e.now,attempts_used:o.shuffleAllowance,attempts_allowed:o.shuffleAllowance,progress:{...r.progress,boards:i,cards:a,...Object.keys(s).length>0?{notes:s}:{}}}}}function _R(e){let{secret:t,state:r}=e,o=pf(r);if(o===void 0)return{outcome:"rejected",reason:"no_board_dealt",marked:!1,feedback:[],next:r};let n=typeof e.board=="number"?e.board:void 0;if(n===void 0||!Number.isInteger(n)||n<0||n>=o.length)return{outcome:"rejected",reason:"unknown_board",marked:!1,feedback:[],next:r};let i={cells:o[n]},a=typeof e.centre=="string"?e.centre:void 0;if(t.centreMode==="none"){if(a!==void 0)return{outcome:"rejected",reason:"centre_not_offered",marked:!1,feedback:[],next:r}}else if(t.centreMode==="choice"){if(a===void 0||!(t.centreOptions??[]).includes(a))return{outcome:"rejected",reason:"invalid_centre",marked:!1,feedback:[],next:r};if(!t.allowCentreDuplicate&&i.cells.includes(a))return{outcome:"rejected",reason:"centre_duplicates_board",marked:!1,feedback:[],next:r}}let s=t.centreMode==="choice"?a:void 0;return{outcome:"accepted",marked:!1,feedback:[],next:{...r,server_time:e.now,finished:!0,outcome:"pending",progress:{...r.progress,chosen:n,...s?{centre:s}:{}}}}}function kR(e){let{secret:t,state:r}=e;if(!r.finished)return r;let o=gR(r);if(o===void 0)return r;let n=vR(t,o),i=n.filter(h=>qx(h,t.cardStatus)).length,a=[...o.cells,...o.centre?[o.centre]:[]],s=a.length>0&&a.every(h=>t.cardStatus?.[h]==="correct"),l=a.some(h=>t.cardStatus?.[h]===void 0),d=i*t.pointsPerLine+(s?t.pointsForFullBoard:0),u={};for(let h of a){let f=t.cardStatus?.[h];f&&(u[h]=f)}let p=n.map(h=>{let f=qx(h,t.cardStatus),m=h.filter(w=>t.cardStatus?.[w]==="correct").length,b=h.some(w=>t.cardStatus?.[w]==="incorrect");return{cards:h,complete:f,oneAway:!f&&!b&&m===h.length-1}});return{...r,server_time:e.now,score:d,progress:{...r.progress,marks:u,lines:p},outcome:l?"pending":i>0||s?"won":"lost"}}function xR(e){return{server_time:e.now,snapshot:"",player_id:e.playerId,round_id:e.roundId,attempts_used:0,attempts_allowed:e.limits.shuffleAllowance,mistakes_used:0,mistakes_allowed:0,progress:{},score:0,score_revision:0,finished:!1,outcome:"incomplete"}}function SR(e){return e.op==="deal"||e.op==="reshuffle"?wR({secret:e.secret,state:e.state,limits:e.limits,now:e.now}):e.op==="lock"?_R({secret:e.secret,state:e.state,centre:e.centre,board:e.board,now:e.now}):{outcome:"rejected",reason:"unknown_operation",marked:!1,feedback:[],next:e.state}}var Xx,Qx=y(()=>{"use strict";At();Xx={archetype:"bingo",admissible:bR,mark(e){let t=e.payload.op;return t!=="deal"&&t!=="reshuffle"&&t!=="lock"?{outcome:"rejected",reason:"unknown_operation",marked:!1,feedback:[],next:e.state}:SR({op:t,centre:e.payload.centre,board:e.payload.board,secret:e.secret,state:e.state,limits:e.limits,now:e.now})},initialState:xR,settle:kR,auditDetail({decision:e,payload:t}){return{op:t.op,accepted:e.outcome==="accepted",...e.outcome==="rejected"?{refused:e.reason}:{}}}}});import{createHmac as ER}from"node:crypto";function ei(e,t,r){return ER("sha256",Buffer.from(e.entropy,"hex")).update(["gamestage-shoot",t,e.roundId,e.playerId,e.model,e.profile,String(e.shotIndex)].join("|")).digest().readUInt32BE(0)%r}function tS(e){let t=eS[e.profile];return{targetX:ei(e,"keeper_x",2*t.diveMaxX+1)-t.diveMaxX,targetY:ei(e,"keeper_y",t.diveMaxY-t.diveMinY+1)+t.diveMinY,reactionMs:ei(e,"keeper_reaction",t.reactionMaxMs-t.reactionMinMs+1)+t.reactionMinMs,dispersionX:ei(e,"dispersion_x",2001)-1e3,dispersionY:ei(e,"dispersion_y",2001)-1e3}}function nS(e,t,r){let o=eS[r],n=lt,i=n.ballRadius,a=o.maxFlightMs-Math.floor((o.maxFlightMs-o.minFlightMs)*e.power/1e3),s=o.baseSpread+Math.floor(o.spreadPerPower*e.power/1e3),l=e.aimX+Math.trunc(t.dispersionX*s/1e3),d=Math.max(i,e.aimY+Math.trunc(t.dispersionY*s/1e3)),u=100+Math.floor((1e3-e.power)/5),p=Math.max(0,a-t.reactionMs),h=Math.floor(p*o.speedPerSecond/1e3),f=t.targetX-n.keeperStart.x,m=t.targetY-n.keeperStart.y,b=Math.round(Math.hypot(f,m)),w=b===0?0:Math.min(1,h/b),k=n.keeperStart.x+Math.trunc(f*w),x=n.keeperStart.y+Math.trunc(m*w),$={startX:n.keeperStart.x,startY:n.keeperStart.y,endX:k,endY:x,diveStartMs:t.reactionMs},L={endX:l,endY:d,arcHeight:u},P=(Ve,Rn)=>({result:Ve,replay:{flightMs:a,ball:L,keeper:$,contact:Rn}}),K=Math.abs(l),Z=K+i>=n.postX&&K-i<=n.postX+n.postWidth&&d-i<=n.barY+n.barHeight,ee=d+i>=n.barY&&d-i<=n.barY+n.barHeight&&K-i<=n.postX+n.postWidth;return Z?P("frame",{with:"post",x:Math.sign(l||1)*n.postX,y:d,atMs:a}):ee?P("frame",{with:"bar",x:l,y:n.barY,atMs:a}):K+i<n.postX&&d+i<n.barY?Math.abs(l-k)<=o.reachX+i&&Math.abs(d-x)<=o.reachY+i?P("saved",{with:"keeper",x:l,y:d,atMs:a}):P("goal",null):P("wide",null)}var eS,rS=y(()=>{"use strict";_r();eS={easy_v1:{baseSpread:40,spreadPerPower:150,minFlightMs:420,maxFlightMs:900,diveMaxX:900,diveMinY:150,diveMaxY:750,reactionMinMs:180,reactionMaxMs:340,speedPerSecond:1600,reachX:220,reachY:260},balanced_v1:{baseSpread:40,spreadPerPower:150,minFlightMs:420,maxFlightMs:900,diveMaxX:900,diveMinY:150,diveMaxY:750,reactionMinMs:120,reactionMaxMs:280,speedPerSecond:2200,reachX:280,reachY:320},hard_v1:{baseSpread:40,spreadPerPower:150,minFlightMs:420,maxFlightMs:900,diveMaxX:900,diveMinY:150,diveMaxY:750,reactionMinMs:80,reactionMaxMs:200,speedPerSecond:2800,reachX:320,reachY:360}}});function $R(e,t){let r=e.progress;return{kind:"shoot",model:r.model??t.model,profile:r.profile??t.profile,goals:typeof r.goals=="number"?r.goals:0,shots:Array.isArray(r.shots)?r.shots:[]}}function TR(e){return typeof e=="string"&&/^[0-9a-f]{64}$/.test(e)}function AR(e){return e.accepting?e.playedVersion!==e.roundVersion?{ok:!1,reason:"round_version"}:e.challengeInstanceId!==null&&e.playedChallengeInstanceId!==e.challengeInstanceId?{ok:!1,reason:"challenge_instance_id"}:e.state.finished?{ok:!1,reason:"round_finished"}:gt(e)?{ok:!1,reason:yt}:e.state.attempts_used>=e.limits.attemptsAllowed?{ok:!1,reason:"shootout_spent"}:{ok:!0}:{ok:!1,reason:"round_closed"}}function IR(e){if(e.code==="unrecognized_keys")return"unexpected_field";let t=String(e.path[0]??"");return t==="op"?"unknown_operation":t==="model"?"unknown_model":t==="aimX"||t==="aimY"?"aim_out_of_range":t==="power"?"power_out_of_range":"invalid_shot"}function PR(e){let{secret:t,state:r,limits:o}=e,n=x=>({outcome:"rejected",reason:x,marked:!1,feedback:[],next:r});if(!TR(t.entropy))return n("entropy_missing");if(t.model!==Vt)return n("unknown_model");let i=gm.safeParse(e.payload.op===void 0?{...e.payload,op:wr}:e.payload);if(!i.success)return n(IR(i.error.issues[0]));let a=i.data;if(r.attempts_used>=o.attemptsAllowed)return n("shootout_spent");if(a.shotIndex!==r.attempts_used)return n("shot_index_mismatch");let s=tS({entropy:t.entropy,roundId:r.round_id,playerId:r.player_id,model:t.model,profile:t.profile,shotIndex:a.shotIndex}),l=nS({aimX:a.aimX,aimY:a.aimY,power:a.power},s,t.profile),d=$R(r,t),u=l.result==="goal",p=u?t.pointsPerGoal:0,h=d.goals+(u?1:0),f={shotIndex:a.shotIndex,aimX:a.aimX,aimY:a.aimY,power:a.power,result:l.result,points:p,replay:l.replay},m=r.attempts_used+1,b=m>=o.attemptsAllowed,w={...r,server_time:e.now,attempts_used:m,attempts_allowed:o.attemptsAllowed,progress:{...d,goals:h,shots:[...d.shots,f]},score:h*t.pointsPerGoal,finished:b,outcome:b?h>=t.goalsToWin?"won":"lost":"incomplete"};return{outcome:"accepted",marked:!0,feedback:[{key:`shot-${a.shotIndex}`,verdict:u?"correct":"wrong",label:l.result}],next:w}}function CR(e){let t=e.secret??{};return{server_time:e.now,snapshot:"",player_id:e.playerId,round_id:e.roundId,attempts_used:0,attempts_allowed:e.limits.attemptsAllowed,mistakes_used:0,mistakes_allowed:0,progress:{kind:"shoot",model:t.model??Vt,profile:t.profile??Uo,goals:0,shots:[]},score:0,score_revision:0,finished:!1,outcome:"incomplete"}}var oS,iS=y(()=>{"use strict";ne();At();rS();oS={archetype:"shoot",admissible:AR,mark:PR,initialState:CR,auditDetail({before:e,decision:t,payload:r}){let o=t.next.progress.shots?.at(-1),n=t.outcome==="accepted"&&o!==void 0;return{op:r.op??wr,accepted:n,...t.outcome==="rejected"?{refused:t.reason}:{},...n?{shot_index:o.shotIndex,aim_x:o.aimX,aim_y:o.aimY,power:o.power,result:o.result,points:o.points,goals_before:e.progress.goals??0,goals_after:t.next.progress.goals??0}:{}}}}});function OR(e){return aS[Ae(e)]}function sS(e){return OR(e.archetype??"hunt")}function cS(e){return{server_time:"",snapshot:e.snapshot,game:e.game,api_version:"2.0",archetype:e.archetype,marking:e.marking??"at_commit",challenge_source:e.challengeSource??"shared",schedule:{kind:"local_midnight"},updates:{transport:"poll",freshness_seconds:30},display:{title:e.title??e.game},identity:{required:e.identityRequired??!1,provider:"jwt",anonymous_play:!e.identityRequired},archive:!0,capabilities:["plays","profile","leaderboard","rounds"]}}var aS,Cn,Fs=y(()=>{"use strict";ne();cf();uf();Vx();Jx();Qx();iS();aS={hunt:sf,push:df,group:Zx,predict:Yx,bingo:Xx,shoot:oS},Cn=Object.keys(aS)});function lS(e){let t=sS(e.round);if(t)return Kx({...e,rules:t})}var dS=y(()=>{"use strict";At();Fs();cf();uf();At()});function uS(e){let t=new Map,r=new Map,o=new Map,n=new Map,i=new Map,a=new Map,s=new Set,l=new Map,d=new Map,u=new Map,p=e.currentRoundId,h,f=e.now??Date.now;for(let m of e.rounds)t.set(m.round.id,m);for(let m of e.states??[])r.set(he(e.tenant,m.round_id,m.player_id),{state:m,version:0});return{async getRound(m,b){let w=t.get(b);return w?structuredClone(w):void 0},async putRound(m,b,w){t.set(b.round.id,structuredClone(b)),w&&(p=b.round.id,h=void 0)},async setRotation(m,b,w){h={roundIds:[...b],windowSeconds:w}},async getCurrentRound(){let m=h?h.roundIds[Math.floor(f()/1e3/h.windowSeconds)%h.roundIds.length]:p,b=t.get(m);return b?structuredClone(b):void 0},async listRounds(){return[...t.values()].map(m=>structuredClone(m))},async listStatesForPlayer(m,b){return[...r.entries()].filter(([w,k])=>w.startsWith(`${m}#`)&&k.state.player_id===b).map(([,w])=>structuredClone(w.state))},async getState(m,b,w){let k=r.get(he(m,b,w));return k?structuredClone(k):void 0},async putStateIfVersion(m,b,w){let k=he(m,b.round_id,b.player_id),x=r.get(k);return w===void 0?x?!1:(r.set(k,{state:structuredClone(b),version:0}),!0):!x||x.version!==w?!1:(r.set(k,{state:structuredClone(b),version:x.version+1}),!0)},async getPlay(m,b,w){let k=o.get(he(m,b,w));return k?structuredClone(k):void 0},async putPlayIfAbsent(m,b,w,k){let x=he(m,b,w);return o.has(x)?!1:(o.set(x,structuredClone(k)),!0)},async getLeaderboard(m,b,w){if(e.leaderboard)return structuredClone(e.leaderboard);let k=[...n.entries()].filter(([$])=>$.startsWith(he(m,b)+"#")).map(([$,L])=>({rank:0,player_id:$.slice($.lastIndexOf("#")+1),display_name:zs($.slice($.lastIndexOf("#")+1)),score:L})).sort(($,L)=>L.score-$.score).map(($,L)=>({...$,rank:L+1})),x=w?.limit??k.length;return{server_time:"",snapshot:"",round_id:b,order:"high_first",tie_break:"earliest_play",entries:k.slice(0,x),total:k.length,truncated:!1,me:w?.viewerId?k.find($=>$.player_id===w.viewerId):void 0}},async getProfile(m,b){let w=u.get(he(m,b));return w?structuredClone(w):e.profile?structuredClone(e.profile):{server_time:"",snapshot:"",player_id:b,played:0,won:0,current_streak:0,max_streak:0,distribution:{},constraints:{}}},async countPlay(m,b,w,k){let x=he(m,b,w,String(js(k))),$=(i.get(x)??0)+1;return i.set(x,$),{inBucket:$,buckets:Nx}},async getDailyActivity(m,b){return b.map(w=>({date:w,plays:a.get(he(m,w))??0,players:null}))},async markMonthlyPlayer(m,b,w){let k=`${he(m,b)}#${w}`;if(s.has(k))return;s.add(k);let x=he(m,b);l.set(x,(l.get(x)??0)+1)},async getMonthlyPlayers(m,b){return l.get(he(m,b))??0},async setFuse(m,b,w){let k=t.get(b);k&&(k.fusedUntil=w)},async setResult(m,b,w){let k=t.get(b);if(!k)return;let $=k.secret.questions??[];if(typeof w=="string")$[0]&&($[0].result=w);else for(let P of $){let K=w[P.id];K!==void 0&&(P.result=K)}let L=$.every(P=>P.result!==void 0);k.round.challenge={...k.round.challenge,...L?{questions:$.map(P=>({...k.round.challenge.questions?.find(K=>K.id===P.id),id:P.id,result:P.result})),...typeof w=="string"?{result:w}:{}}:{}},k.round.can={...k.round.can,accepting_plays:!1,results_available:!0,solution_revealed:!0,closed:!0}},async recordScore(m,b,w,k){n.set(he(m,b,w),k)},async appendAudit(m){if(d.has(m.id))throw Ux("audit_record_overwrite",{tenant:m.tenant,round_id:m.round_id,action:m.action,record_id:m.id}),new Error("audit_record_exists");d.set(m.id,structuredClone(m))},async commitPlay(m){let b=he(m.tenant,m.playerId,m.idempotencyKey);if(o.has(b))return{ok:!1,reason:"play_exists"};let w=he(m.tenant,m.state.round_id,m.state.player_id),k=r.get(w);if(m.expectedVersion===void 0){if(k)return{ok:!1,reason:"state_version"}}else if(!k||k.version!==m.expectedVersion)return{ok:!1,reason:"state_version"};for(let $ of m.audit)if(d.has($.id))throw new Error("audit_record_exists");if(m.round){let $=t.get(m.round.roundId);if(!$||$.round.version!==m.round.version||!$.round.can.accepting_plays)return{ok:!1,reason:"round_changed"}}o.set(b,structuredClone(m.play)),r.set(w,{state:structuredClone(m.state),version:m.expectedVersion===void 0?0:m.expectedVersion+1});for(let $ of m.audit)d.set($.id,structuredClone($));m.score&&n.set(he(m.tenant,m.score.roundId,m.playerId),m.score.score),m.profile&&u.set(he(m.tenant,m.playerId),structuredClone(m.profile));let x=he(m.tenant,m.date);return a.set(x,(a.get(x)??0)+1),{ok:!0}}}}var he,pS=y(()=>{"use strict";of();tf();Us();he=(...e)=>e.join("#")});import{randomBytes as NR}from"node:crypto";function RR(e,t){return{archetype:"hunt",round:{server_time:"",snapshot:t,id:Ht(e),number:e.number,can:{accepting_plays:e.open,results_available:!1,solution_revealed:!1,closed:!e.open,optimistic_play:!1},challenge_instance_id:null,challenge:{board:e.board,pick:e.required??e.targets.length,prompt:e.prompt}},secret:{targets:e.targets,required:e.required??e.targets.length,pointsPerTarget:e.pointsPerTarget,completionBonus:e.completionBonus},limits:{attemptsAllowed:e.attemptsAllowed,mistakesAllowed:e.mistakesAllowed,...e.playsPerSecond===void 0?{}:{playsPerSecond:e.playsPerSecond},...e.playsPerDay===void 0?{}:{playsPerDay:e.playsPerDay}}}}function LR(e,t){return{archetype:"push",round:{server_time:"",snapshot:t,id:Ht(e),number:e.number,can:{accepting_plays:e.open,results_available:!1,solution_revealed:!1,closed:!e.open,optimistic_play:!1},challenge_instance_id:null,challenge:{theme:e.theme,prompt:e.prompt,target:e.target,target_label:e.targetLabel,unit:e.unit,picks:e.slates.length,slates:e.slates.map(o=>({id:o.id,label:o.label,entries:o.entries.map(n=>({key:n.key,label:n.label}))})),tiers:e.tiers,floor_label:e.floorLabel,bust_label:e.bustLabel}},secret:{target:e.target,targetLabel:e.targetLabel,slates:e.slates,tiers:e.tiers,floorLabel:e.floorLabel,bustLabel:e.bustLabel,...e.line?{line:e.line}:{}},limits:{picksAllowed:e.slates.length,...e.playsPerSecond===void 0?{}:{playsPerSecond:e.playsPerSecond},...e.playsPerDay===void 0?{}:{playsPerDay:e.playsPerDay}}}}function DR(e,t){return{archetype:"group",round:{server_time:"",snapshot:t,id:Ht(e),number:e.number,can:{accepting_plays:e.open,results_available:!1,solution_revealed:!1,closed:!e.open,optimistic_play:!1},challenge_instance_id:null,challenge:{board:e.board,prompt:e.prompt,groups:e.groups.length,group_size:e.groups[0]?.members.length??0}},secret:{groups:e.groups,pointsPerGroup:e.pointsPerGroup,completionBonus:e.completionBonus},limits:{attemptsAllowed:e.attemptsAllowed,mistakesAllowed:e.mistakesAllowed,...e.playsPerSecond===void 0?{}:{playsPerSecond:e.playsPerSecond},...e.playsPerDay===void 0?{}:{playsPerDay:e.playsPerDay}}}}function jR(e,t){let r=Bw(e),o=r.every(i=>i.result!==void 0);return{archetype:"predict",round:{server_time:"",snapshot:t,id:Ht(e),number:e.number,can:{accepting_plays:e.open&&!o,results_available:o,solution_revealed:o,closed:!e.open||o,optimistic_play:!1},challenge_instance_id:null,challenge:{prompt:e.prompt,questions:r.map(i=>({id:i.id,kind:i.kind,prompt:i.prompt,...i.options?{options:i.options.map(a=>({key:a.key,label:a.label}))}:{},...i.min!==void 0?{min:i.min}:{},...i.max!==void 0?{max:i.max}:{},...i.step!==void 0?{step:i.step}:{},...o&&i.result!==void 0?{result:i.result}:{}})),...e.options?{options:e.options.map(i=>({key:i.key,label:i.label}))}:{},...o&&e.result!==void 0?{result:e.result}:{}}},secret:{questions:r,pointsForCorrect:e.pointsForCorrect},limits:{attemptsAllowed:e.attemptsAllowed,...e.playsPerSecond===void 0?{}:{playsPerSecond:e.playsPerSecond},...e.playsPerDay===void 0?{}:{playsPerDay:e.playsPerDay}}}}function MR(e,t){let r=FR(e,t);return e.archetype==="bingo"?e.locksAt===void 0?r:{...r,round:{...r.round,locks_at:e.locksAt},limits:{...r.limits,locksAt:e.locksAt}}:e.timerSeconds===void 0?r:{...r,round:{...r.round,timer_seconds:e.timerSeconds},limits:{...r.limits,timerSeconds:e.timerSeconds}}}function UR(e,t){let r=e.cardPool.some(i=>i.result!==void 0),o=e.cardPool.length>0&&e.cardPool.every(i=>i.result!==void 0);return{archetype:"bingo",round:{server_time:"",snapshot:t,id:Ht(e),number:e.number,can:{accepting_plays:e.open,results_available:r,solution_revealed:o,closed:!e.open,optimistic_play:!1},challenge_instance_id:null,challenge:{prompt:e.prompt,rows:e.rows,columns:e.columns,centre_mode:e.centreMode,...e.centreMode==="choice"?{centre_options:e.centreOptions??[]}:{},line_types:e.lineTypes,points_per_line:e.pointsPerLine,points_for_full_board:e.pointsForFullBoard}},secret:{rows:e.rows,columns:e.columns,centreMode:e.centreMode,...e.centreOptions?{centreOptions:e.centreOptions}:{},allowCentreDuplicate:e.allowCentreDuplicate,lineTypes:e.lineTypes,cardPool:e.cardPool.map(i=>({key:i.key,label:i.label,...i.note?{note:i.note}:{}})),cardStatus:Object.fromEntries(e.cardPool.filter(i=>i.result!==void 0).map(i=>[i.key,i.result])),pointsPerLine:e.pointsPerLine,pointsForFullBoard:e.pointsForFullBoard},limits:{shuffleAllowance:e.shuffleAllowance,...e.playsPerSecond===void 0?{}:{playsPerSecond:e.playsPerSecond},...e.playsPerDay===void 0?{}:{playsPerDay:e.playsPerDay}}}}function zR(e,t){return{archetype:"shoot",round:{server_time:"",snapshot:t,id:Ht(e),number:e.number,can:{accepting_plays:e.open,results_available:!1,solution_revealed:!1,closed:!e.open,optimistic_play:!1},challenge_instance_id:null,challenge:{prompt:e.prompt,model:e.model,profile:e.difficulty,shots_allowed:e.shotsAllowed,goals_to_win:e.goalsToWin,points_per_goal:e.pointsPerGoal,input:{aim_x:[Ne.aimX.min,Ne.aimX.max],aim_y:[Ne.aimY.min,Ne.aimY.max],power:[Ne.power.min,Ne.power.max]},geometry:{post_x:lt.postX,bar_y:lt.barY,post_width:lt.postWidth,bar_height:lt.barHeight,ball_radius:lt.ballRadius,keeper_start:{x:lt.keeperStart.x,y:lt.keeperStart.y}}}},secret:{model:e.model,profile:e.difficulty,shotsAllowed:e.shotsAllowed,goalsToWin:e.goalsToWin,pointsPerGoal:e.pointsPerGoal},limits:{attemptsAllowed:e.shotsAllowed,...e.playsPerSecond===void 0?{}:{playsPerSecond:e.playsPerSecond},...e.playsPerDay===void 0?{}:{playsPerDay:e.playsPerDay}}}}function FR(e,t){switch(e.archetype){case"hunt":return RR(e,t);case"push":return LR(e,t);case"group":return DR(e,t);case"predict":return jR(e,t);case"bingo":return UR(e,t);case"shoot":return zR(e,t)}}function GR(){return NR(32).toString("hex")}function BR(e,t,r){if(e.archetype!=="shoot")return e;let o=t?.secret?.entropy,n=(t?.archetype??"hunt")==="shoot"&&typeof o=="string"&&o.length>0?o:r();return{...e,secret:{...e.secret,entropy:n}}}function Rr(e){return e===null||typeof e!="object"?JSON.stringify(e):Array.isArray(e)?`[${e.map(Rr).join(",")}]`:`{${Object.entries(e).filter(([,r])=>r!==void 0).sort(([r],[o])=>r<o?-1:r>o?1:0).map(([r,o])=>`${JSON.stringify(r)}:${Rr(o)}`).join(",")}}`}function hS(e,t,r={}){let o=i=>{let{server_time:a,snapshot:s,...l}=i,{version:d,...u}=l;if(!r.ignoringSettlement)return u;let{results_available:p,solution_revealed:h,...f}=u.can;return{...u,can:f}},n=i=>{if(!r.ignoringSettlement)return i;let{cardStatus:a,...s}=i??{};return s};return Rr({round:o(e.round),secret:n(e.secret),limits:e.limits,archetype:e.archetype})===Rr({round:o(t.round),secret:n(t.secret),limits:t.limits,archetype:t.archetype??"hunt"})}function WR(e,t){if(e.archetype!=="bingo"||!hS(e,t,{ignoringSettlement:!0}))return!1;let r=i=>(i??{}).cardStatus??{},o=r(t.secret),n=r(e.secret);for(let[i,a]of Object.entries(o))if(!(i in n)||Rr(n[i])!==Rr(a))return!1;return Object.keys(n).length>Object.keys(o).length}async function hf(e,t,r,o,n=!0,i,a,s){let l=i??Ht(r),d=await e.getRound(t,l),u=BR(MR(r,o),d,s?.newEntropy??GR);if(u.round.id=l,a&&(u.round.origin=a),d&&hS(u,d)){let{fusedUntil:f,...m}=d;return await e.putRound(t,{...m,archetype:u.archetype},n),{roundId:l,version:d.round.version,changed:!1,current:n}}if(d&&WR(u,d)){let f=Object.keys((u.secret??{}).cardStatus??{}).length;return await e.putRound(t,{...d,round:{...u.round,version:d.round.version},secret:u.secret,limits:u.limits,archetype:u.archetype},n),await e.appendAudit({id:`round_${l}_settle_${f}`,at:new Date().toISOString(),tenant:t,round_id:l,player_id:null,action:"round.settled",detail:{version:d.round.version,resolved:f,snapshot:o}}),{roundId:l,version:d.round.version,changed:!1,current:n}}let p=d?d.round.version+1:1,h={round:{...u.round,version:p},secret:u.secret,limits:u.limits,archetype:u.archetype};return await e.putRound(t,h,n),await e.appendAudit({id:`round_${l}_v${p}`,at:new Date().toISOString(),tenant:t,round_id:l,player_id:null,action:d?"round.replaced":"round.provisioned",detail:{version:p,snapshot:o,number:r.number,archetype:r.archetype,accepting_plays:r.open}}),{roundId:l,version:p,changed:!0,current:n}}var mS=y(()=>{"use strict";ne()});function et(e){let t=e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return new RegExp(`^${t.replace(/\\\{[^}]+\\\}/g,"([^/]+)")}$`)}async function gS(e,t,r,o){let n=e.path.replace(/\/+$/,"")||e.path;if(e.method==="OPTIONS")return{status:204,headers:mf,body:void 0};if(e.method==="GET"&&n===`${bs}/health`)return Ke(200,{status:"ok"});let i=tt.session.exec(n);if(i){if(e.method!=="POST")return vt(405,"method_not_allowed","This route accepts POST.");let s=decodeURIComponent(i[1]),l=o?.check(Um(s,Mm(e)));if(l&&!l.allowed)return fS(l.retryAfterSeconds);let d=r?.issue(s);return d?Ke(200,{server_time:"",snapshot:"",token:d.token,player_id:d.playerId,kind:"anonymous"}):vt(503,"unavailable","This deployment cannot issue a session.",!0)}let a=[["runtime",tt.runtime],["currentRound",tt.currentRound],["rounds",tt.rounds],["roundsMine",tt.roundsMine],["nextRound",tt.nextRound],["plays",tt.plays],["roundState",tt.roundState],["profile",tt.profile],["leaderboard",tt.leaderboard],["round",tt.round]];for(let[s,l]of a){let d=l.exec(n);if(!d)continue;let u=decodeURIComponent(d[1]),p=d[2]?decodeURIComponent(d[2]):void 0,h=o?.check(Um(u,Mm(e)));if(h&&!h.allowed)return fS(h.retryAfterSeconds);let f=s==="plays";if(f?e.method!=="POST":e.method!=="GET")return vt(405,"method_not_allowed",`This route accepts ${f?"POST":"GET"}.`);let m;try{m=await t.forPlayer(u,e)}catch(b){return on({path:e.path,method:e.method,game:u,stage:"resolve",name:Pn(b)}),vt(503,"unavailable","The Engine is briefly unavailable.",!0)}if(!m)return vt(404,"not_found",`No game with id "${u}".`);try{switch(s){case"runtime":return Ke(200,await m.getRuntime());case"currentRound":return Ke(200,await m.getCurrentRound());case"rounds":return Ke(200,await m.getRoundPool());case"roundsMine":return Ke(200,await m.getPlayedRounds());case"nextRound":return Ke(200,await m.getNextRound());case"round":{let b=await m.getRound(p);return b?Ke(200,b):vt(404,"not_found","No such round.")}case"roundState":return Ke(200,await m.getRoundState(p));case"profile":return Ke(200,await m.getProfile());case"leaderboard":return Ke(200,await m.getLeaderboard());case"plays":{let b=ak.safeParse(e.body);if(!b.success)return vt(422,"invalid_request",b.error.issues.map(x=>`${x.path.join(".")||"body"}: ${x.message}`).join("; "));let w=await m.play(p,b.data),k=Ke(200,w);return w.outcome==="busy"&&w.retry_after_seconds&&(k.headers["retry-after"]=String(w.retry_after_seconds)),k}}}catch(b){return b instanceof Error&&b.message==="round_not_found"?vt(404,"not_found","No such round."):(on({path:e.path,method:e.method,game:u,name:Pn(b)}),vt(500,"internal","Something went wrong at our end.",!0))}}return KR}var mf,Ke,vt,tt,KR,fS,yS=y(()=>{"use strict";ne();Us();mf={"access-control-allow-origin":"*","access-control-allow-methods":"GET, POST, OPTIONS","access-control-allow-headers":"authorization, content-type, x-gamestage-player","access-control-max-age":"600"},Ke=(e,t)=>({status:e,headers:{"content-type":"application/json",...mf},body:t}),vt=(e,t,r,o=!1)=>Ke(e,{error:{code:t,message:r,retryable:o}});tt={runtime:et(ie.runtime),currentRound:et(ie.currentRound),rounds:et(ie.rounds),roundsMine:et(ie.roundsMine),nextRound:et(ie.nextRound),round:et(ie.round),plays:et(ie.plays),roundState:et(ie.roundState),profile:et(ie.profile),leaderboard:et(ie.leaderboard),session:et(ie.session)},KR=vt(404,"not_found","No such route on the player API."),fS=e=>({status:429,headers:{"content-type":"application/json","retry-after":String(e),...mf},body:{error:{code:"rate_limited",message:"Too many requests for this game from one caller. Slow down.",retryable:!0}}})});function Bs(...e){let t=e.reduce((n,{length:i})=>n+i,0),r=new Uint8Array(t),o=0;for(let n of e)r.set(n,o),o+=n.length;return r}function It(e){let t=new Uint8Array(e.length);for(let r=0;r<e.length;r++){let o=e.charCodeAt(r);if(o>127)throw new TypeError("non-ASCII string encountered in encode()");t[r]=o}return t}var On,ti,Gs,QB,Lr=y(()=>{On=new TextEncoder,ti=new TextDecoder,Gs=new TextDecoder("utf-8",{fatal:!0}),QB=2**32});function ZR(e,t){if(t&&!e.usages.includes(t))throw new TypeError(`CryptoKey does not support this operation, its usages must include ${t}.`)}function vS(e,t,r){let o=e.algorithm;if(o.name!==t.name)throw Ws(t.name);if(t.hash&&o.hash?.name!==t.hash)throw Ws(t.hash,"algorithm.hash");if(t.namedCurve&&o.namedCurve!==t.namedCurve)throw Ws(t.namedCurve,"algorithm.namedCurve");if(t.length!==void 0&&o.length!==t.length)throw Ws(t.length,"algorithm.length");ZR(e,r)}var Ws,bS=y(()=>{Ws=(e,t="algorithm.name")=>new TypeError(`CryptoKey does not support this operation, its ${t} must be ${e}`)});function wS(e,t,...r){if(r=r.filter(Boolean),r.length>2){let o=r.pop();e+=`one of type ${r.join(", ")}, or ${o}.`}else r.length===2?e+=`one of type ${r[0]} or ${r[1]}.`:e+=`of type ${r[0]}.`;return t==null?e+=` Received ${t}`:typeof t=="function"&&t.name?e+=` Received function ${t.name}`:typeof t=="object"&&t!=null&&t.constructor?.name&&(e+=` Received an instance of ${t.constructor.name}`),e}var _S,ff,gf=y(()=>{_S=(e,...t)=>wS("Key must be ",e,...t),ff=(e,t,...r)=>wS(`Key for the ${e} algorithm must be `,t,...r)});var $e,Ze,ni,Ks,me,re,an,ri,Dr,Zs,Vs,Hs,Le=y(()=>{$e=class extends Error{static code="ERR_JOSE_GENERIC";code="ERR_JOSE_GENERIC";constructor(t,r){super(t,r),this.name=this.constructor.name,Error.captureStackTrace?.(this,this.constructor)}},Ze=class extends $e{static code="ERR_JWT_CLAIM_VALIDATION_FAILED";code="ERR_JWT_CLAIM_VALIDATION_FAILED";claim;reason;payload;constructor(t,r,o="unspecified",n="unspecified"){super(t,{cause:{claim:o,reason:n,payload:r}}),this.claim=o,this.reason=n,this.payload=r}},ni=class extends $e{static code="ERR_JWT_EXPIRED";code="ERR_JWT_EXPIRED";claim;reason;payload;constructor(t,r,o="unspecified",n="unspecified"){super(t,{cause:{claim:o,reason:n,payload:r}}),this.claim=o,this.reason=n,this.payload=r}},Ks=class extends $e{static code="ERR_JOSE_ALG_NOT_ALLOWED";code="ERR_JOSE_ALG_NOT_ALLOWED"},me=class extends $e{static code="ERR_JOSE_NOT_SUPPORTED";code="ERR_JOSE_NOT_SUPPORTED"},re=class extends $e{static code="ERR_JWS_INVALID";code="ERR_JWS_INVALID"},an=class extends $e{static code="ERR_JWT_INVALID";code="ERR_JWT_INVALID"},ri=class extends $e{static code="ERR_JWKS_INVALID";code="ERR_JWKS_INVALID"},Dr=class extends $e{static code="ERR_JWKS_NO_MATCHING_KEY";code="ERR_JWKS_NO_MATCHING_KEY";constructor(t="no applicable key found in the JSON Web Key Set",r){super(t,r)}},Zs=class extends $e{[Symbol.asyncIterator]=async function*(){};static code="ERR_JWKS_MULTIPLE_MATCHING_KEYS";code="ERR_JWKS_MULTIPLE_MATCHING_KEYS";constructor(t="multiple matching keys found in the JSON Web Key Set",r){super(t,r)}},Vs=class extends $e{static code="ERR_JWKS_TIMEOUT";code="ERR_JWKS_TIMEOUT";constructor(t="request timed out",r){super(t,r)}},Hs=class extends $e{static code="ERR_JWS_SIGNATURE_VERIFICATION_FAILED";code="ERR_JWS_SIGNATURE_VERIFICATION_FAILED";constructor(t="signature verification failed",r){super(t,r)}}});var jr,yf,vf,bf=y(()=>{jr=e=>{if(e?.[Symbol.toStringTag]==="CryptoKey")return!0;try{return e instanceof CryptoKey}catch{return!1}},yf=e=>e?.[Symbol.toStringTag]==="KeyObject",vf=e=>jr(e)||yf(e)});function wf(e){if(Uint8Array.prototype.toBase64)return e.toBase64();let t=32768,r=[];for(let o=0;o<e.length;o+=t)r.push(String.fromCharCode.apply(null,e.subarray(o,o+t)));return btoa(r.join(""))}function Ys(e){if(Uint8Array.fromBase64)return Uint8Array.fromBase64(e);let t=atob(e),r=new Uint8Array(t.length);for(let o=0;o<t.length;o++)r[o]=t.charCodeAt(o);return r}var _f=y(()=>{});function oi(e){if(Uint8Array.fromBase64)try{return Uint8Array.fromBase64(typeof e=="string"?e:ti.decode(e),{alphabet:"base64url"})}catch(r){throw new TypeError("The input to be decoded is not correctly encoded.",{cause:r})}let t=e;if(t instanceof Uint8Array&&(t=ti.decode(t)),t.includes("+")||t.includes("/"))throw new TypeError("The input to be decoded is not correctly encoded.");t=t.replace(/-/g,"+").replace(/_/g,"/");try{return Ys(t)}catch{throw new TypeError("The input to be decoded is not correctly encoded.")}}function Mr(e){let t=e;return typeof t=="string"&&(t=On.encode(t)),Uint8Array.prototype.toBase64?t.toBase64({alphabet:"base64url",omitPadding:!0}):wf(t).replace(/=/g,"").replace(/\+/g,"-").replace(/\//g,"_")}var ii=y(()=>{Lr();_f()});function nt(e){if(!VR(e)||Object.prototype.toString.call(e)!=="[object Object]")return!1;if(Object.getPrototypeOf(e)===null)return!0;let t=e;for(;Object.getPrototypeOf(t)!==null;)t=Object.getPrototypeOf(t);return Object.getPrototypeOf(e)===t}function Js(...e){let t=e.filter(Boolean);if(t.length===0||t.length===1)return!0;let r;for(let o of t){let n=Object.keys(o);if(!r||r.size===0){r=new Set(n);continue}for(let i of n){if(r.has(i))return!1;r.add(i)}}return!0}var VR,kf,kS,xS,SS,sn=y(()=>{VR=e=>typeof e=="object"&&e!==null;kf=e=>nt(e)&&typeof e.kty=="string",kS=e=>e.kty!=="oct"&&(e.kty==="AKP"&&typeof e.priv=="string"||typeof e.d=="string"),xS=e=>e.kty!=="oct"&&e.d===void 0&&e.priv===void 0,SS=e=>e.kty==="oct"&&typeof e.k=="string"});function xf(e,t){if(e)throw new TypeError(`${t} can only be called once`)}function Sf(e,t,r){try{return oi(e)}catch{throw new r(`Failed to base64url decode the ${t}`)}}function ES(e,t,r){try{return It(e)}catch{throw new r(`The ${t} is not a valid base64url string`)}}function $S(e,t,r){let o;try{o=JSON.parse(Gs.decode(oi(e)))}catch{throw new t(r)}if(!nt(o))throw new t(r);return o}var Ef=y(()=>{ii();Lr();sn()});function JR(e,t){if(!e.kty.includes(t.kty))throw new me(YR);return e.subtleFor?.({kty:t.kty,crv:t.crv})??e.subtle}async function qs(e,t){if(t.kty==="RSA"&&"oth"in t&&t.oth!==void 0)throw new me('RSA JWK "oth" (Other Primes Info) Parameter value is not supported');let r=JR(e,t),o=!!(t.d||t.priv),n=o?e.usages.private:e.usages.public,i={...t};return i.kty!=="AKP"&&delete i.alg,delete i.use,crypto.subtle.importKey("jwk",i,r,t.ext??!o,t.key_ops??n)}var YR,$f=y(()=>{Le();YR='Invalid or unsupported JWK "alg" (Algorithm) Parameter value'});function QR(e,t,r){return e.symmetric?qR(e,t,r):XR(e,t,r)}function IS(e,t){return Qs||=new WeakMap,Qs.get(e)?.[t]}function PS(e,t,r){let o=Qs.get(e);return o?o[t]=r:Qs.set(e,{[t]:r}),r}async function ec(e,t,r){let o=QR(e,t,r);switch(o.kind){case AS:case Af:return o.key;case Xs:{if(o.key.k)return oi(o.key.k);if(!Object.isFrozen(o.key)){let{key_ops:n}=o.key;Array.isArray(n)&&Object.freeze(n),Object.freeze(o.key)}return TS(o.key,o.key,e)}case If:{let n=o.key;return n.type==="secret"?n.export():"toCryptoKey"in n&&typeof n.toCryptoKey=="function"?tL(n,e):TS(n,n.export({format:"jwk"}),e)}}}var Ur,Tf,qR,XR,AS,Af,If,Xs,Qs,eL,TS,tL,Pf=y(()=>{gf();bf();sn();ii();$f();Ur=e=>e[Symbol.toStringTag],Tf=(e,t,r)=>{let{alg:o}=e;if(t.use!==void 0){let n;switch(r){case"sign":case"verify":n="sig";break;case"encrypt":case"decrypt":n="enc";break}if(t.use!==n)throw new TypeError(`Invalid key for this operation, its "use" must be "${n}" when present`)}if(t.alg!==void 0&&t.alg!==o)throw new TypeError(`Invalid key for this operation, its "alg" must be "${o}" when present`);if(Array.isArray(t.key_ops)){let n=r==="encrypt"||r==="decrypt"?e.keyOps?.[r]:r;if(n&&t.key_ops?.includes?.(n)===!1)throw new TypeError(`Invalid key for this operation, its "key_ops" must include "${n}" when present`)}return!0},qR=(e,t,r)=>{let{alg:o}=e;if(t instanceof Uint8Array)return{kind:AS,key:t};if(kf(t)){if(SS(t)&&Tf(e,t,r))return{kind:Xs,key:t};throw new TypeError('JSON Web Key for symmetric algorithms must have JWK "kty" (Key Type) equal to "oct" and the JWK "k" (Key Value) present')}if(!vf(t))throw new TypeError(ff(o,t,"CryptoKey","KeyObject","JSON Web Key","Uint8Array"));if(t.type!=="secret")throw new TypeError(`${Ur(t)} instances for symmetric algorithms must be of type "secret"`);return jr(t)?{kind:Af,key:t}:{kind:If,key:t}},XR=(e,t,r)=>{let{alg:o}=e;if(kf(t))switch(r){case"decrypt":case"sign":if(kS(t)&&Tf(e,t,r))return{kind:Xs,key:t};throw new TypeError("JSON Web Key for this operation must be a private JWK");case"encrypt":case"verify":if(xS(t)&&Tf(e,t,r))return{kind:Xs,key:t};throw new TypeError("JSON Web Key for this operation must be a public JWK")}if(!vf(t))throw new TypeError(ff(o,t,"CryptoKey","KeyObject","JSON Web Key"));if(t.type==="secret")throw new TypeError(`${Ur(t)} instances for asymmetric algorithms must not be of type "secret"`);if(t.type==="public")switch(r){case"sign":throw new TypeError(`${Ur(t)} instances for asymmetric algorithm signing must be of type "private"`);case"decrypt":throw new TypeError(`${Ur(t)} instances for asymmetric algorithm decryption must be of type "private"`)}if(t.type==="private")switch(r){case"verify":throw new TypeError(`${Ur(t)} instances for asymmetric algorithm verifying must be of type "public"`);case"encrypt":throw new TypeError(`${Ur(t)} instances for asymmetric algorithm encryption must be of type "public"`)}return jr(t)?{kind:Af,key:t}:{kind:If,key:t}},AS=Symbol(),Af=Symbol(),If=Symbol(),Xs=Symbol();eL={__proto__:null,prime256v1:"P-256",secp384r1:"P-384",secp521r1:"P-521"};TS=async(e,t,r)=>{let o=IS(e,r.alg);if(o)return o;let n=await qs(r,{...t,alg:r.alg});return PS(e,r.alg,n)},tL=(e,t)=>{let r=IS(e,t.alg);if(r)return r;let o=e.type==="public",n=o?t.usages.public:t.usages.private,{asymmetricKeyType:i}=e,a=eL[e.asymmetricKeyDetails?.namedCurve],s=t.subtleFor?.({crv:a,asymmetricKeyType:i})??t.subtle;return PS(e,t.alg,e.toCryptoKey(s,o,n))}});function ai(e){let t={__proto__:null};for(let r of Object.keys(e))t[r]={...e[r],alg:r};return t}var Cf=y(()=>{});function tc(e){return{kty:["RSA"],subtle:{name:"RSA-OAEP",hash:`SHA-${e}`},usages:nL,minModulusLength:2048,keyOps:{encrypt:"wrapKey",decrypt:"unwrapKey"}}}function nc(e){return{kty:["EC","OKP"],subtle:{name:"ECDH"},subtleFor:({kty:t,crv:r,asymmetricKeyType:o})=>{if(r==="X25519"||o==="x25519")return{name:"X25519"};if(t==="OKP")throw new me('Invalid or unsupported JWK "alg" (Algorithm) Parameter value');return{name:"ECDH",namedCurve:r}},usages:rL,kwBits:e,keyOps:{decrypt:"deriveBits"}}}function Of(e){return{kty:["oct"],symmetric:!0,subtle:{name:"AES-KW",length:e},usages:rc,keyOps:{encrypt:"wrapKey",decrypt:"unwrapKey"}}}function Nf(e){return{kty:["oct"],symmetric:!0,subtle:{name:"AES-GCM",length:e},usages:rc,gcmkw:`A${e}GCM`,keyOps:{encrypt:"encrypt",decrypt:"decrypt"}}}function Rf(e,t){return{kty:["oct"],symmetric:!0,subtle:{name:"PBKDF2"},usages:rc,pbes2Hash:`SHA-${e}`,kwBits:t,keyOps:{encrypt:"deriveBits",decrypt:"deriveBits"}}}function Lf(e){return{kty:["oct"],symmetric:!0,subtle:{name:"AES-GCM",length:e},usages:CS,keyOps:OS,cekBits:e,ivBits:96,cbc:!1}}function Df(e){return{kty:["oct"],symmetric:!0,subtle:{name:"AES-CBC",length:e},usages:CS,keyOps:OS,cekBits:e,ivBits:128,cbc:!0}}function NS(e){return oL[e]}var nL,rL,rc,oL,CS,OS,xW,RS=y(()=>{Le();Cf();nL={public:["encrypt","wrapKey"],private:["decrypt","unwrapKey"]},rL={public:[],private:["deriveBits"]},rc={public:[],private:[]};oL=ai({dir:{kty:["oct"],symmetric:!0,subtle:{name:"AES-GCM"},usages:rc,keyOps:{encrypt:"encrypt",decrypt:"decrypt"}},"RSA-OAEP":tc(1),"RSA-OAEP-256":tc(256),"RSA-OAEP-384":tc(384),"RSA-OAEP-512":tc(512),"ECDH-ES":nc(),"ECDH-ES+A128KW":nc(128),"ECDH-ES+A192KW":nc(192),"ECDH-ES+A256KW":nc(256),A128KW:Of(128),A192KW:Of(192),A256KW:Of(256),A128GCMKW:Nf(128),A192GCMKW:Nf(192),A256GCMKW:Nf(256),"PBES2-HS256+A128KW":Rf(256,128),"PBES2-HS384+A192KW":Rf(384,192),"PBES2-HS512+A256KW":Rf(512,256)}),CS={public:[],private:[]},OS={encrypt:"encrypt",decrypt:"decrypt"};xW=ai({A128GCM:Lf(128),A192GCM:Lf(192),A256GCM:Lf(256),"A128CBC-HS256":Df(256),"A192CBC-HS384":Df(384),"A256CBC-HS512":Df(512)})});function iL(e,t){let{modulusLength:r}=t.algorithm;if(typeof r!="number"||r<2048)throw new TypeError(`${e} requires key modulusLength to be 2048 bits or larger`)}function aL(e,t,r){vS(t,e.subtle,r),e.minModulusLength&&iL(e.alg,t)}async function LS(e,t,r){return t instanceof Uint8Array?crypto.subtle.importKey("raw",t,e.subtle,!1,[r]):(aL(e,t,r),t)}async function DS(e,t,r){let o=await LS(e,t,"sign"),n=await crypto.subtle.sign(e.operation,o,r);return new Uint8Array(n)}async function jS(e,t,r,o){let n=await LS(e,t,"verify");try{return await crypto.subtle.verify(e.operation,n,r,o)}catch{return!1}}var jf=y(()=>{bS()});function MS(e,t){if(t!==void 0&&(!Array.isArray(t)||t.some(r=>typeof r!="string")))throw new TypeError(`"${e}" option must be an array of strings`);if(t)return new Set(t)}function US(e,t){let{crit:r}=t??{};if(Array.isArray(r)&&new Set(r).size!==r.length)throw new e('"crit" (Critical) Header Parameter MUST NOT contain duplicate values')}function ic(e,t,r,o,n){if(n.crit!==void 0&&o?.crit===void 0)throw new e('"crit" (Critical) Header Parameter MUST be integrity protected');if(!o||o.crit===void 0)return new Set;if(!Array.isArray(o.crit)||o.crit.length===0||o.crit.some(a=>typeof a!="string"||a.length===0))throw new e('"crit" (Critical) Header Parameter MUST be an array of non-empty strings when present');let i;r!==void 0?i=new Map([...Object.entries(r),...t.entries()]):i=t;for(let a of o.crit){if(!i.has(a))throw new me(`Extension Header Parameter "${a}" is not recognized`);if(n[a]===void 0)throw new e(`Extension Header Parameter "${a}" is missing`);if(i.get(a)&&o[a]===void 0)throw new e(`Extension Header Parameter "${a}" MUST be integrity protected`)}return new Set(o.crit)}var oc,Mf=y(()=>{Le();oc=new Map([["b64",!0]])});function Uf(e){let t={name:"HMAC",hash:`SHA-${e}`};return{kty:["oct"],symmetric:!0,subtle:t,operation:t,usages:si}}function zr(e,t,r){let o={name:e,hash:`SHA-${t}`};return{kty:["RSA"],subtle:o,operation:r?{...o,saltLength:r}:o,usages:si,minModulusLength:2048}}function zf(e,t){return{kty:["EC"],crv:e,subtle:{name:"ECDSA",namedCurve:e},operation:{name:"ECDSA",hash:`SHA-${t}`},usages:si}}function zS(){let e={name:"Ed25519"};return{kty:["OKP"],crv:"Ed25519",subtle:e,operation:e,usages:si}}function Ff(e){let t={name:e};return{kty:["AKP"],subtle:t,operation:t,usages:si}}function ac(e){let t=FS[e];if(!t)throw new me(`alg ${e} is not supported either by JOSE or your javascript runtime`);return t}function sc(e){return FS[e]}var si,FS,ci=y(()=>{Le();Cf();si={public:["verify"],private:["sign"]};FS=ai({HS256:Uf(256),HS384:Uf(384),HS512:Uf(512),RS256:zr("RSASSA-PKCS1-v1_5",256),RS384:zr("RSASSA-PKCS1-v1_5",384),RS512:zr("RSASSA-PKCS1-v1_5",512),PS256:zr("RSA-PSS",256,32),PS384:zr("RSA-PSS",384,48),PS512:zr("RSA-PSS",512,64),ES256:zf("P-256",256),ES384:zf("P-384",384),ES512:zf("P-521",512),EdDSA:zS(),Ed25519:zS(),"ML-DSA-44":Ff("ML-DSA-44"),"ML-DSA-65":Ff("ML-DSA-65"),"ML-DSA-87":Ff("ML-DSA-87")})});function GS(e){return{algorithms:e&&MS("algorithms",e.algorithms),crit:e?.crit}}async function sL(e,t,r){let o={};e.protected&&(o=$S(e.protected,re,"JWS Protected Header is invalid"));let n;if(e.header!==void 0){if(!Js(o,e.header))throw new re("JWS Protected and JWS Unprotected Header Parameter names must be disjoint");n={...o,...e.header}}else n=o;let i=ic(re,oc,t.crit,o,n),a=!0;if(i.has("b64")&&(a=o.b64,typeof a!="boolean"))throw new re('The "b64" (base64url-encode payload) Header Parameter must be a boolean');let{alg:s}=n;if(typeof s!="string"||!s)throw new re('JWS "alg" (Algorithm) Header Parameter missing or invalid');if(t.algorithms&&!t.algorithms.has(s))throw new Ks('"alg" (Algorithm) Header Parameter value not allowed');if(a){if(typeof e.payload!="string")throw new re("JWS Payload must be a string")}else if(typeof e.payload!="string"&&!(e.payload instanceof Uint8Array))throw new re("JWS Payload must be a string or an Uint8Array instance");let l=!1;typeof r=="function"&&(r=await r(o,e),l=!0);let d=ac(s),u=Bs(e.protected!==void 0?It(e.protected):new Uint8Array,It("."),typeof e.payload=="string"?a?t.b64p??=ES(e.payload,"payload",re):On.encode(e.payload):e.payload),p=Sf(e.signature,"signature",re),h=await ec(d,r,"verify");if(!await jS(d,h,p,u))throw new Hs;let m;return a?m=Sf(e.payload,"payload",re):typeof e.payload=="string"?m=On.encode(e.payload):m=e.payload,{payload:m,parsedProt:o,b64:a,key:h,resolvedKey:l}}async function BS(e,t,r){if(e instanceof Uint8Array&&(e=ti.decode(e)),typeof e!="string")throw new re("Compact JWS must be a string or Uint8Array");let{0:o,1:n,2:i,length:a}=e.split(".");if(a!==3)throw new re("Invalid Compact JWS");return sL({payload:n,protected:o,signature:i},t,r)}var WS=y(()=>{jf();ci();Le();Lr();Ef();sn();Mf();Pf()});function li(e){let t=dL.exec(e);if(!t||t[4]&&t[1])throw new TypeError("Invalid time period format");let r=parseFloat(t[2]),o=t[3].toLowerCase(),n;switch(o){case"sec":case"secs":case"second":case"seconds":case"s":n=Math.round(r);break;case"minute":case"minutes":case"min":case"mins":case"m":n=Math.round(r*ZS);break;case"hour":case"hours":case"hr":case"hrs":case"h":n=Math.round(r*VS);break;case"day":case"days":case"d":n=Math.round(r*Gf);break;case"week":case"weeks":case"w":n=Math.round(r*cL);break;default:n=Math.round(r*lL);break}return t[1]==="-"||t[4]==="ago"?-n:n}function Pt(e,t){if(!Number.isFinite(t))throw new TypeError(`Invalid ${e} input`);return t}function HS(e,t,r={}){let o;try{o=JSON.parse(Gs.decode(t))}catch{}if(!nt(o))throw new an("JWT Claims Set must be a top-level JSON object");let{typ:n}=r;if(n&&(typeof e.typ!="string"||KS(e.typ)!==KS(n)))throw new Ze('unexpected "typ" JWT header value',o,"typ","check_failed");let{requiredClaims:i=[],issuer:a,subject:s,audience:l,maxTokenAge:d}=r,u=[...i];d!==void 0&&u.push("iat"),l!==void 0&&u.push("aud"),s!==void 0&&u.push("sub"),a!==void 0&&u.push("iss");for(let m of new Set(u.reverse()))if(!(m in o))throw new Ze(`missing required "${m}" claim`,o,m,"missing");if(a!==void 0&&!(Array.isArray(a)?a:[a]).includes(o.iss))throw new Ze('unexpected "iss" claim value',o,"iss","check_failed");if(s!==void 0&&o.sub!==s)throw new Ze('unexpected "sub" claim value',o,"sub","check_failed");if(l!==void 0&&!uL(o.aud,typeof l=="string"?[l]:l))throw new Ze('unexpected "aud" claim value',o,"aud","check_failed");let p;switch(typeof r.clockTolerance){case"string":p=li(r.clockTolerance);break;case"number":p=r.clockTolerance;break;case"undefined":p=0;break;default:throw new TypeError("Invalid clockTolerance option type")}Pt("clockTolerance option",p);let{currentDate:h}=r,f=Pt("currentDate option",cn(h||new Date));if((o.iat!==void 0||d!==void 0)&&typeof o.iat!="number")throw new Ze('"iat" claim must be a number',o,"iat","invalid");if(o.nbf!==void 0){if(typeof o.nbf!="number")throw new Ze('"nbf" claim must be a number',o,"nbf","invalid");if(o.nbf>f+p)throw new Ze('"nbf" claim timestamp check failed',o,"nbf","check_failed")}if(o.exp!==void 0){if(typeof o.exp!="number")throw new Ze('"exp" claim must be a number',o,"exp","invalid");if(o.exp<=f-p)throw new ni('"exp" claim timestamp check failed',o,"exp","check_failed")}if(d!==void 0){let m=f-o.iat,b=typeof d=="number"?d:li(d);if(m-p>b)throw new ni('"iat" claim timestamp check failed (too far in the past)',o,"iat","check_failed");if(m<0-p)throw new Ze('"iat" claim timestamp check failed (it should be in the past)',o,"iat","check_failed")}return o}var cn,ZS,VS,Gf,cL,lL,dL,KS,uL,cc,Bf=y(()=>{Le();Lr();sn();cn=e=>Math.floor(e.getTime()/1e3),ZS=60,VS=ZS*60,Gf=VS*24,cL=Gf*7,lL=Gf*365.25,dL=/^(\+|\-)? ?(\d+|\d+\.\d+) ?(seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)(?: (ago|from now))?$/i;KS=e=>e.includes("/")?e.toLowerCase():`application/${e.toLowerCase()}`,uL=(e,t)=>typeof e=="string"?t.includes(e):Array.isArray(e)?t.some(Set.prototype.has.bind(new Set(e))):!1;cc=class{#e;constructor(t){if(!nt(t))throw new TypeError("JWT Claims Set MUST be an object");this.#e=structuredClone(t)}data(){return On.encode(JSON.stringify(this.#e))}get iss(){return this.#e.iss}set iss(t){this.#e.iss=t}get sub(){return this.#e.sub}set sub(t){this.#e.sub=t}get aud(){return this.#e.aud}set aud(t){this.#e.aud=t}set jti(t){this.#e.jti=t}set nbf(t){typeof t=="number"?this.#e.nbf=Pt("setNotBefore",t):t instanceof Date?this.#e.nbf=Pt("setNotBefore",cn(t)):this.#e.nbf=cn(new Date)+li(t)}set exp(t){typeof t=="number"?this.#e.exp=Pt("setExpirationTime",t):t instanceof Date?this.#e.exp=Pt("setExpirationTime",cn(t)):this.#e.exp=cn(new Date)+li(t)}set iat(t){t===void 0?this.#e.iat=cn(new Date):t instanceof Date?this.#e.iat=Pt("setIssuedAt",cn(t)):typeof t=="string"?this.#e.iat=Pt("setIssuedAt",cn(new Date)+li(t)):this.#e.iat=Pt("setIssuedAt",t)}}});async function Wf(e,t,r){let o=await BS(e,GS(r),t);if(!o.b64)throw new an("JWTs MUST NOT use unencoded payload");let i={payload:HS(o.parsedProt,o.payload,r),protectedHeader:o.parsedProt};return typeof t=="function"?{...i,key:o.key}:i}var YS=y(()=>{WS();Bf();Le()});function lc(e){return e?.b64===!1&&Array.isArray(e.crit)&&e.crit.includes("b64")}async function JS(e,t){let{protectedHeader:r,unprotectedHeader:o}=e;if(!Js(r,o))throw new re("JWS Protected and JWS Unprotected Header Parameter names must be disjoint");let n={...r,...o};US(re,r);let i=ic(re,oc,e.crit,r,n),a=!0;if(i.has("b64")&&(a=r.b64,typeof a!="boolean"))throw new re('The "b64" (base64url-encode payload) Header Parameter must be a boolean');let{alg:s}=n;if(typeof s!="string"||!s)throw new re('JWS "alg" (Algorithm) Header Parameter missing or invalid');let l=ac(s),d,u;if(a){let k=e.encoded??={};k.b64??=Mr(e.payload),k.raw??=It(k.b64),d=k.b64,u=k.raw}else u=e.payload,d="";let p,h;r?(p=Mr(JSON.stringify(r)),h=It(p)):(p="",h=new Uint8Array);let f=Bs(h,It("."),u),m=await ec(l,t,"sign"),b=await DS(l,m,f),w={signature:Mr(b),payload:d};return r&&(w.protected=p),w}var dc=y(()=>{ii();jf();ci();sn();Le();Lr();Mf();Pf()});var uc,qS=y(()=>{Le();dc();Ef();uc=class{#e;#t;#n;constructor(t){if(!(t instanceof Uint8Array))throw new TypeError("payload must be an instance of Uint8Array");this.#e=t}setProtectedHeader(t){return xf(this.#t,"setProtectedHeader"),this.#t=t,this}setUnprotectedHeader(t){return xf(this.#n,"setUnprotectedHeader"),this.#n=t,this}async sign(t,r){if(!this.#t&&!this.#n)throw new re("either setProtectedHeader or setUnprotectedHeader must be called before #sign()");let o=await JS({payload:this.#e,protectedHeader:this.#t,unprotectedHeader:this.#n,crit:r?.crit},t);return this.#n&&(o.header=this.#n),o}}});var pc,XS=y(()=>{qS();dc();pc=class{#e;#t;constructor(t){this.#e=new uc(t)}setProtectedHeader(t){return this.#e.setProtectedHeader(t),this.#t=t,this}async sign(t,r){if(lc(this.#t))throw new TypeError("use the flattened module for creating JWS with b64: false");let o=await this.#e.sign(t,r);return`${o.protected}.${o.payload}.${o.signature}`}}});var di,QS=y(()=>{XS();dc();Le();Bf();di=class{#e;#t;constructor(t={}){this.#t=new cc(t)}setIssuer(t){return this.#t.iss=t,this}setSubject(t){return this.#t.sub=t,this}setAudience(t){return this.#t.aud=t,this}setJti(t){return this.#t.jti=t,this}setNotBefore(t){return this.#t.nbf=t,this}setExpirationTime(t){return this.#t.exp=t,this}setIssuedAt(t){return this.#t.iat=t,this}setProtectedHeader(t){return this.#e=t,this}async sign(t,r){let o=new pc(this.#t.data());if(o.setProtectedHeader(this.#e),lc(this.#e))throw new an("JWTs MUST NOT use unencoded payload");return o.sign(t,r)}}});function eE(){return new me('Invalid or unsupported JWK "alg" (Algorithm) Parameter value')}function tE(e){if(typeof e!="string")throw eE();let t=sc(e)??NS(e);if(!t)throw eE();return t}var nE=y(()=>{Le();ci();RS()});function mL(e){pi(e,48,"Invalid PKCS#8 structure"),ui(e),pi(e,2,"Expected version field");let t=ui(e);e.pos+=t,pi(e,48,"Expected algorithm identifier");let r=ui(e);return{algIdStart:e.pos,algIdLength:r}}var Kf,pL,Zf,ui,pi,rE,hL,fL,gL,yL,oE,iE=y(()=>{_f();Le();nE();Kf=(e,t)=>{if(e.byteLength!==t.length)return!1;for(let r=0;r<e.byteLength;r++)if(e[r]!==t[r])return!1;return!0},pL=e=>({data:e,pos:0}),Zf=e=>{let t=e.data[e.pos++];if(t===void 0)throw new Error("Unexpected end of ASN.1 input");return t},ui=e=>{let t=Zf(e);if(t&128){let r=t&127,o=0;for(let n=0;n<r;n++)o=o<<8|Zf(e);return o}return t},pi=(e,t,r)=>{if(Zf(e)!==t)throw new Error(r)},rE=(e,t)=>{if(t<0||e.pos+t>e.data.length)throw new Error("Unexpected end of ASN.1 input");let r=e.data.subarray(e.pos,e.pos+t);return e.pos+=t,r},hL=e=>{pi(e,6,"Expected algorithm OID");let t=ui(e);return rE(e,t)};fL=e=>{let t=hL(e);if(Kf(t,[43,101,110]))return"X25519";if(!Kf(t,[42,134,72,206,61,2,1]))throw new Error("Unsupported key algorithm");pi(e,6,"Expected curve OID");let r=ui(e),o=rE(e,r);for(let{name:n,oid:i}of[{name:"P-256",oid:[42,134,72,206,61,3,1,7]},{name:"P-384",oid:[43,129,4,0,34]},{name:"P-521",oid:[43,129,4,0,35]}])if(Kf(o,i))return n;throw new Error("Unsupported named curve")},gL=async(e,t,r,o)=>{let n=tE(r);if(n.symmetric)throw new me('Invalid or unsupported "alg" (Algorithm) value');let i=e==="spki",a;if(n.subtleFor)try{a=n.subtleFor({crv:o.getNamedCurve(t)})}catch{throw new me("Invalid or unsupported key format")}else a=n.subtle;return crypto.subtle.importKey(e,t,a,o?.extractable??!!i,i?n.usages.public:n.usages.private)},yL=(e,t)=>Ys(e.replace(t,"")),oE=(e,t,r)=>{let o=yL(e,/(?:-----(?:BEGIN|END) PRIVATE KEY-----|\s)/g),n=r;return t?.startsWith?.("ECDH-ES")&&(n||={},n.getNamedCurve=i=>{let a=pL(i);return mL(a),fL(a)}),gL("pkcs8",o,t,n)}});function vL(e){return Object.fromEntries(Object.entries(e).filter(([,t])=>t!==void 0))}async function bL(e){if(yf(e))if(e.type==="secret")e=e.export();else return e.export({format:"jwk"});if(e instanceof Uint8Array)return{kty:"oct",k:Mr(e)};if(!jr(e))throw new TypeError(_S(e,"CryptoKey","KeyObject","Uint8Array"));if(!e.extractable)throw new TypeError("non-extractable CryptoKey cannot be exported as a JWK");let{ext:t,key_ops:r,alg:o,use:n,...i}=vL(await crypto.subtle.exportKey("jwk",e));return i.kty==="AKP"&&(i.alg=o),i}async function Vf(e){return bL(e)}var aE=y(()=>{gf();ii();bf()});function wL(e){let t=typeof e=="string"?sc(e):void 0;if(!t||t.symmetric)throw new me('Unsupported "alg" value for a JSON Web Key Set');return t}function _L(e){if(!e||typeof e!="object")return!1;let{keys:t}=e;return Array.isArray(t)&&t.every(kL)}function kL(e){return nt(e)}async function sE(e,t,r){let o=e.get(t)||e.set(t,{}).get(t);if(o[r.alg]===void 0){let n=await qs(r,{...t,alg:r.alg,ext:!0});if(n.type!=="public")throw new ri("JSON Web Key Set members must be public keys");o[r.alg]=n}return o[r.alg]}function Yf(e){let t=new Hf(e),r=async(o,n)=>t.getKey(o,n);return Object.defineProperties(r,{jwks:{value:()=>structuredClone(t.jwks()),enumerable:!1,configurable:!1,writable:!1}}),r}var Hf,cE=y(()=>{$f();ci();Le();sn();Hf=class{#e;#t=new WeakMap;constructor(t){if(!_L(t))throw new ri("JSON Web Key Set malformed");this.#e=structuredClone(t)}jwks(){return this.#e}async getKey(t,r){let{alg:o,kid:n}={...t,...r?.header},i=wL(o),a=this.#e.keys.filter(d=>{let u=i.kty.includes(d.kty);return u&&typeof n=="string"&&(u=n===d.kid),u&&(typeof d.alg=="string"||d.kty==="AKP")&&(u=o===d.alg),u&&typeof d.use=="string"&&(u=d.use==="sig"),u&&Array.isArray(d.key_ops)&&(u=d.key_ops.includes("verify")),u&&i.crv&&(u=d.crv===i.crv),u}),{0:s,length:l}=a;if(l===0)throw new Dr;if(l!==1){let d=new Zs,u=this.#t;throw d[Symbol.asyncIterator]=async function*(){for(let p of a)try{yield await sE(u,p,i)}catch{}},d}return sE(this.#t,s,i)}}});function xL(){return typeof WebSocketPair<"u"||typeof navigator<"u"&&navigator.userAgent==="Cloudflare-Workers"||typeof EdgeRuntime<"u"&&EdgeRuntime==="vercel"}async function SL(e,t,r,o=fetch){let n=await o(e,{method:"GET",signal:r,redirect:"manual",headers:t}).catch(i=>{throw i.name==="TimeoutError"?new Vs:i});if(n.status!==200)throw new $e("Expected 200 OK from the JSON Web Key Set HTTP response");try{return await n.json()}catch{throw new $e("Failed to parse the JSON Web Key Set HTTP response as JSON")}}function EL(e,t){return!(typeof e!="object"||e===null||!("uat"in e)||typeof e.uat!="number"||Date.now()-e.uat>=t||!("jwks"in e)||!nt(e.jwks)||!Array.isArray(e.jwks.keys)||!Array.prototype.every.call(e.jwks.keys,nt))}function Xf(e,t){let r=new qf(e,t),o=async(n,i)=>r.getKey(n,i);return Object.defineProperties(o,{coolingDown:{get:()=>r.coolingDown(),enumerable:!0,configurable:!1},fresh:{get:()=>r.fresh(),enumerable:!0,configurable:!1},reload:{value:()=>r.reload(),enumerable:!0,configurable:!1,writable:!1},reloading:{get:()=>r.pendingFetch(),enumerable:!0,configurable:!1},jwks:{value:()=>r.jwks(),enumerable:!0,configurable:!1,writable:!1}}),o}var Jf,lE,hc,qf,dE=y(()=>{Le();cE();sn();(typeof navigator>"u"||!navigator.userAgent?.startsWith?.("Mozilla/5.0 "))&&(Jf="jose/v6.2.5");lE=Symbol();hc=Symbol();qf=class{#e;#t;#n;#c;#i;#r;#o;#l;#a;#s;constructor(t,r){if(!(t instanceof URL))throw new TypeError("url must be an instance of URL");this.#e=new URL(t.href),this.#t=typeof r?.timeoutDuration=="number"?r?.timeoutDuration:5e3,this.#n=typeof r?.cooldownDuration=="number"?r?.cooldownDuration:3e4,this.#c=typeof r?.cacheMaxAge=="number"?r?.cacheMaxAge:6e5,this.#o=new Headers(r?.headers),Jf&&!this.#o.has("User-Agent")&&this.#o.set("User-Agent",Jf),this.#o.has("accept")||(this.#o.set("accept","application/json"),this.#o.append("accept","application/jwk-set+json")),this.#l=r?.[lE],r?.[hc]!==void 0&&(this.#s=r?.[hc],EL(r?.[hc],this.#c)&&(this.#i=this.#s.uat,this.#a=Yf(this.#s.jwks)))}pendingFetch(){return!!this.#r}coolingDown(){return typeof this.#i=="number"?Date.now()<this.#i+this.#n:!1}fresh(){return typeof this.#i=="number"?Date.now()<this.#i+this.#c:!1}jwks(){return this.#a?.jwks()}async getKey(t,r){(!this.#a||!this.fresh())&&await this.reload();try{return await this.#a(t,r)}catch(o){if(o instanceof Dr&&this.coolingDown()===!1)return await this.reload(),this.#a(t,r);throw o}}async reload(){this.#r&&xL()&&(this.#r=void 0),this.#r||=SL(this.#e.href,this.#o,AbortSignal.timeout(this.#t),this.#l).then(t=>{this.#a=Yf(t),this.#s&&(this.#s.uat=Date.now(),this.#s.jwks=t),this.#i=Date.now(),this.#r=void 0}).catch(t=>{throw this.#r=void 0,t}),await this.#r}}});async function Qf(e,t,r){if(typeof e!="string"||e.indexOf("-----BEGIN PRIVATE KEY-----")!==0)throw new TypeError('"pkcs8" must be PKCS#8 formatted string');return oE(e,t,r)}var uE=y(()=>{iE()});var eg=y(()=>{YS();QS();dE();aE();uE()});function $L(e){let t=pE.get(e);return t||(t=Xf(new URL(e)),pE.set(e,t)),t}function hE(e){let t;return{lastRefusal:()=>t,async resolve(r){t=void 0;try{let{payload:o}=await Wf(r,$L(e.jwksUri),{issuer:e.issuer,...e.audience?{audience:e.audience}:{}}),n=typeof o.sub=="string"?o.sub:"";if(!n){t="token_malformed";return}let i=typeof o.name=="string"?o.name:typeof o.preferred_username=="string"?o.preferred_username:void 0;return{playerId:`${TL}${n}`,...i?{alias:i}:{}}}catch(o){let n=o?.code;t=n==="ERR_JWT_EXPIRED"?"token_expired":n==="ERR_JWS_INVALID"||n==="ERR_JWT_INVALID"?"token_malformed":"token_untrusted";return}}}}var pE,TL,mE=y(()=>{"use strict";eg();Ms();pE=new Map;TL="id:"});import{createPublicKey as AL,generateKeyPairSync as IL}from"node:crypto";async function tg(e){let t=e.replace(/\/+$/,""),r=t,o=`${t}${mc}`,{privateKey:n,publicKey:i}=IL("rsa",{modulusLength:2048,privateKeyEncoding:{type:"pkcs8",format:"pem"},publicKeyEncoding:{type:"spki",format:"pem"}}),a=await Qf(n,"RS256"),s=await Vf(AL(i)),l="gamestage-dev",d={keys:[{...s,kid:l,alg:"RS256",use:"sig"}]};return{issuer:r,jwksUri:o,jwks:d,resolver:hE({issuer:r,jwksUri:o}),async mint(u,p={}){let h=Math.floor(Date.now()/1e3);return new di({name:u}).setProtectedHeader({alg:"RS256",kid:l}).setIssuer(r).setSubject(u).setIssuedAt(h).setExpirationTime(h+(p.expiresInSeconds??3600)).sign(a)}}}var mc,ng=y(()=>{"use strict";eg();mE();mc="/.well-known/jwks.json"});import{createServer as PL}from"node:http";import{randomBytes as CL}from"node:crypto";async function NL(e){let t=uS({tenant:e.game,rounds:[],currentRoundId:""});await hf(t,e.game,ke.parse(e.round),"local",!0,void 0,{source:"manifest"});for(let[o,n]of(e.alsoRounds??[]).entries())await hf(t,e.game,ke.parse(n),`local-${o+2}`,!1,void 0,{source:"manifest"});let r=cS({game:e.game,archetype:e.round.archetype,snapshot:"local",title:e.title,identityRequired:e.identityRequired});return{async forPlayer(o,n){if(o===e.game)return lS({tenant:e.game,playerId:n.playerId??Qo(void 0),identityRefusal:n.identityRefusal,runtime:r,store:t,now:e.now,round:{archetype:e.round.archetype}})}}}async function RL(e){let t=[];for await(let r of e)t.push(Buffer.from(r));if(t.length!==0)try{return JSON.parse(Buffer.concat(t).toString("utf8"))}catch{return}}async function fc(e){let t=await NL(e),r=CL(32).toString("base64"),o={issue:()=>jx(r)},n=e.devIdentity,i=PL((a,s)=>{(async()=>{let l=new URL(a.url??"/","http://localhost");if(n&&l.pathname===mc){let h=JSON.stringify(n.jwks);s.writeHead(200,{"content-type":"application/jwk-set+json; charset=utf-8","access-control-allow-origin":"*","content-length":Buffer.byteLength(h)}),s.end(h);return}if(e.clientBundle&&a.method==="GET"&&/^\/(client\/[^/]+\/)?gamestage\.js$/.test(l.pathname)){let h=e.clientBundle;s.writeHead(200,{"content-type":"text/javascript; charset=utf-8","cache-control":"no-store","access-control-allow-origin":"*","content-length":Buffer.byteLength(h)}),s.end(h);return}let d=a.headers[OL],u=a.headers.authorization,p=await gS({method:a.method??"GET",path:l.pathname,body:await RL(a),...(({playerId:h,refused:f})=>({playerId:h,identityRefusal:f}))(await Lx({token:u?.replace(/^Bearer\s+/i,"")||void 0,anonymousId:Array.isArray(d)?d[0]:d,sessionSecret:r,resolver:n?.resolver}))},t,o);s.writeHead(p.status,p.headers),s.end(p.body===void 0?void 0:JSON.stringify(p.body))})().catch(()=>{s.headersSent?s.destroy():(s.writeHead(500,{"content-type":"application/json"}),s.end(JSON.stringify({error:{code:"internal",message:"The local Engine failed.",retryable:!0}})))})});return i.attachDevIdentity=a=>{n=a},i}var OL,rg=y(()=>{"use strict";ne();dS();Fs();pS();mS();yS();Ms();ng();ng();Fs();OL="x-gamestage-player"});import{spawn as LL}from"node:child_process";import{createHash as DL,randomBytes as gE}from"node:crypto";import{constants as jL}from"node:fs";import{access as ML,mkdtemp as UL,rm as yE}from"node:fs/promises";import{request as zL}from"node:http";import{homedir as gc,tmpdir as FL}from"node:os";import{join as hi}from"node:path";function og(e,t={}){let r=Buffer.isBuffer(e)?e:Buffer.from(e),o=t.maskingKey??gE(4);if(o.length!==4)throw new Error("A WebSocket masking key must be four bytes.");let n=r.length<126?0:r.length<=65535?2:8,i=Buffer.alloc(2+n+4+r.length);i[0]=(t.fin===!1?0:128)|(t.opcode??1),i[1]=128|(n===0?r.length:n===2?126:127);let a=2;n===2?(i.writeUInt16BE(r.length,a),a+=2):n===8&&(i.writeBigUInt64BE(BigInt(r.length),a),a+=8),o.copy(i,a),a+=4;for(let s=0;s<r.length;s++)i[a+s]=r[s]^o[s%4];return i}async function lg(e={}){let r=[(e.env??process.env).GAMESTAGE_CHROME,...e.locations??BL].filter(s=>!!s),o;for(let s of[...new Set(r)])try{await ML(s,jL.X_OK),o=s;break}catch{}if(!o)return{status:"skipped",detail:"No supported browser found. Install Chrome, Chromium, Brave or Edge, or set GAMESTAGE_CHROME to its executable path, then run verify again."};let n=await UL(hi(FL(),"gamestage-chrome-")),i=LL(o,["--headless=new","--remote-debugging-port=0","--no-first-run","--no-default-browser-check",`--user-data-dir=${n}`,"about:blank"],{stdio:["ignore","ignore","pipe"]}),a;try{a=await KL(await WL(i,1e4));let{targetId:s}=await a.send("Target.createTarget",{url:"about:blank"}),{sessionId:l}=await a.send("Target.attachToTarget",{targetId:s,flatten:!0});return{status:"available",browser:await cg.create(a,l,i,n)}}catch(s){throw a?.close(),await vE(i),await yE(n,{recursive:!0,force:!0}),s}}function WL(e,t){return new Promise((r,o)=>{let n="",i=u=>{clearTimeout(d),e.stderr?.off("data",a),e.off("error",s),e.off("close",l),u()},a=u=>{n=(n+u.toString("utf8")).slice(-4e3);let p=n.match(/DevTools listening on (ws:\/\/\S+)/);p&&i(()=>r(p[1]))},s=u=>i(()=>o(u)),l=u=>i(()=>o(new Error(`Chrome exited before DevTools was ready${u===null?"":` (code ${u})`}.`)));e.stderr?.on("data",a),e.on("error",s),e.on("close",l);let d=setTimeout(()=>i(()=>o(new Error("Chrome did not open DevTools within 10000ms."))),t)})}function KL(e){return new Promise((t,r)=>{let o=new URL(e),n=gE(16).toString("base64"),i=DL("sha1").update(n+GL).digest("base64"),a=zL({hostname:o.hostname,port:o.port,path:`${o.pathname}${o.search}`,headers:{Connection:"Upgrade",Upgrade:"websocket","Sec-WebSocket-Version":"13","Sec-WebSocket-Key":n}});a.on("upgrade",(s,l,d)=>{s.headers["sec-websocket-accept"]!==i?(l.destroy(),r(new Error("Chrome returned an invalid WebSocket handshake."))):t(new sg(l,d))}),a.on("response",s=>{s.resume(),r(new Error(`Chrome refused the WebSocket upgrade with status ${s.statusCode}.`))}),a.on("error",r),a.end()})}async function vE(e){e.exitCode===null&&(e.kill("SIGTERM"),!await fE(e,1e3)&&(e.kill("SIGKILL"),await fE(e,1e3)))}function fE(e,t){return e.exitCode!==null?Promise.resolve(!0):new Promise(r=>{let o=a=>{clearTimeout(i),e.off("close",n),r(a)},n=()=>o(!0);e.once("close",n);let i=setTimeout(()=>o(!1),t)})}function ig(e){return new Promise(t=>setTimeout(t,e))}var GL,ag,sg,cg,BL,bE=y(()=>{"use strict";GL="258EAFA5-E914-47DA-95CA-C5AB0DC85B11";ag=class{buffered=Buffer.alloc(0);fragments=[];fragmentedOpcode;push(t){this.buffered=this.buffered.length?Buffer.concat([this.buffered,t]):Buffer.from(t);let r=[];for(;this.buffered.length>=2;){let o=this.buffered[0],n=this.buffered[1],i=(o&128)!==0,a=o&15,s=(n&128)!==0,l=n&127,d=2;if(l===126){if(this.buffered.length<d+2)break;l=this.buffered.readUInt16BE(d),d+=2}else if(l===127){if(this.buffered.length<d+8)break;let h=this.buffered.readBigUInt64BE(d);if(h>BigInt(Number.MAX_SAFE_INTEGER))throw new Error("WebSocket frame is too large to decode safely.");l=Number(h),d+=8}let u=d;if(s&&(d+=4),this.buffered.length<d+l)break;let p=Buffer.from(this.buffered.subarray(d,d+l));if(s)for(let h=0;h<p.length;h++)p[h]^=this.buffered[u+h%4];if(this.buffered=this.buffered.subarray(d+l),a===8||a===9||a===10)r.push({opcode:a,payload:p});else if(a===1){if(this.fragmentedOpcode!==void 0)throw new Error("A new WebSocket message arrived before its continuation finished.");i?r.push({opcode:a,payload:p}):(this.fragmentedOpcode=a,this.fragments=[p])}else if(a===0){if(this.fragmentedOpcode===void 0)throw new Error("A WebSocket continuation arrived without a first frame.");this.fragments.push(p),i&&(r.push({opcode:this.fragmentedOpcode,payload:Buffer.concat(this.fragments)}),this.fragmentedOpcode=void 0,this.fragments=[])}else throw new Error(`Unsupported WebSocket opcode ${a}.`)}return r}},sg=class{constructor(t,r){this.socket=t;t.on("data",o=>this.receive(o)),t.on("error",o=>this.fail(o)),t.on("close",()=>this.fail(new Error("Chrome closed the DevTools connection."))),r.length&&this.receive(r)}socket;decoder=new ag;pending=new Map;listeners=new Map;nextId=1;ended=!1;send(t,r={},o){if(this.ended)return Promise.reject(new Error("Chrome's DevTools connection is closed."));let n=this.nextId++;return new Promise((i,a)=>{this.pending.set(n,{resolve:s=>i(s),reject:a}),this.socket.write(og(JSON.stringify({id:n,method:t,params:r,...o?{sessionId:o}:{}})),s=>{s&&(this.pending.delete(n),a(s))})})}on(t,r,o){let n=`${o??""}:${t}`,i=this.listeners.get(n)??new Set;return i.add(r),this.listeners.set(n,i),()=>i.delete(r)}close(){this.ended||(this.ended=!0,this.socket.end(og(Buffer.alloc(0),{opcode:8})),this.rejectPending(new Error("Chrome's DevTools connection was closed.")))}receive(t){try{for(let r of this.decoder.push(t)){if(r.opcode===8){this.ended=!0,this.socket.end(),this.rejectPending(new Error("Chrome closed the DevTools connection."));continue}if(r.opcode===9){this.socket.write(og(r.payload,{opcode:10}));continue}if(r.opcode===10)continue;let o=JSON.parse(r.payload.toString("utf8"));if(o.id!==void 0){let n=this.pending.get(o.id);if(!n)continue;this.pending.delete(o.id),o.error?n.reject(new Error(o.error.message??"Chrome rejected a CDP command.")):n.resolve(o.result)}else if(o.method){let n=`${o.sessionId??""}:${o.method}`;for(let i of this.listeners.get(n)??[])i(o.params??{})}}}catch(r){this.fail(r instanceof Error?r:new Error("Could not read Chrome's response."))}}fail(t){this.ended||(this.ended=!0,this.socket.destroy(),this.rejectPending(t))}rejectPending(t){for(let r of this.pending.values())r.reject(t);this.pending.clear()}},cg=class e{constructor(t,r,o,n){this.cdp=t;this.sessionId=r;this.child=o;this.profile=n;this.on("Runtime.exceptionThrown",a=>{let s=a.exceptionDetails,l=s?.exception?.description??s?.text??"Unknown page error";this.pageErrors.push(l.split(`
10178
+ `).some(c=>i.members.every(d=>new RegExp(`["\`']${d.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}["\`']`,"i").test(c)))&&n.push(i.label)}return n}if(t.archetype==="shoot")return[];let r=n=>n.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),o=[];for(let n of t.slates)for(let i of n.entries){let a=`${r(i.key)}|${r(i.label)}`,s=new RegExp(`(?:${a})[^\\n]{0,120}?\\b${i.value}\\b`,"i"),c=new RegExp(`\\b${i.value}\\b[^\\n]{0,120}?(?:${a})`,"i");(s.test(e)||c.test(e))&&o.push(i.label)}return o}function Rr(e,t){if(e.archetype==="hunt")return`Every target appears in the artefact: ${t.join(", ")}. A solution in the bundle can be read before anybody plays.`;if(e.archetype==="group")return`The page holds the grouping: ${t.join(", ")}. A player who reads it has the categories, which is the puzzle.`;let r=t.slice(0,5).join(", "),o=t.length>5?`, and ${t.length-5} more`:"";return`The page carries what each pick is worth: ${r}${o}. A game that is arithmetic is finished the moment the numbers ship, without a move being played.`}function CN(e){try{return JSON.parse(e)}catch{}try{let t=bm(e);return typeof t=="object"?t:void 0}catch{return}}function ON(e){let t=CN(e);if(!t||typeof t!="object")return;let r,o=new Set,n=(i,a)=>{if(!(r||a>6||!i||typeof i!="object")&&!o.has(i)){if(o.add(i),Array.isArray(i)){for(let s of i)n(s,a+1);return}for(let[s,c]of Object.entries(i)){if(PN.has(s.toLowerCase())){r=s;return}n(c,a+1)}}};return n(t,0),r}function NN(e){let t=e.split(/\r?\n/).filter(r=>r.trim().length>0);if(t.length<tf+1)return!1;for(let r of[","," ",";"]){let o=t.slice(0,500).map(u=>u.split(r)),n=o[0].length,i=o.filter(u=>u.length===n);if(n<2||i.length<o.length*.95||i.length<tf+1)continue;let a=i.slice(1),s=Math.min(...a.map(u=>u.length)),c=!1,d=!1;for(let u=0;u<s;u+=1){let p=a.map(h=>h[u].trim());p.every(h=>h.length>0&&/^-?\d+(\.\d+)?$/.test(h))?c=!0:p.every(h=>h.length>0&&!/^-?\d+(\.\d+)?$/.test(h))&&(d=!0)}if(c&&d)return!0}try{let r=JSON.parse(e);if(r&&typeof r=="object"&&!Array.isArray(r)){let o=Object.values(r);if(o.length>=tf&&o.every(n=>typeof n=="number"))return!0}}catch{}return!1}function DN(e){let t=(e.split("/").pop()??e).toLowerCase(),r=t.lastIndexOf(".");return r>0&&LN.has(t.slice(r+1))&&(t=t.slice(0,r)),r=t.lastIndexOf("."),r<=0?!0:RN.has(t.slice(r+1))}function MN(e){let t=e.split("/").slice(0,-1),r=t.findIndex(o=>jN.includes(o));return r===-1?void 0:`${t.slice(0,r+1).join("/")}/`}async function UN(e){if(e.relativePath!==ie)return;let t;try{t=await Dx(e.path)}catch{return}if(kN("sha256").update(t).digest("hex").slice(0,16)!==at)return{path:e.relativePath,why:"needs regenerating. Run `gamestage client`, then deploy again. If it is refused again with the same digest, the tool that wrote the file is older than the one checking it, so update Gamestage and rerun.",confidence:"certain"}}async function Ux(e,t={}){let r=[],o=[],n=[],i=[],a=new Set(t.allow??[]),s=new Set(t.exempt??[]),c;for(let d of e){let u=MN(d.relativePath);if(u){i.includes(u)||i.push(u);continue}let p=await UN(d);if(p){c??=p;continue}if(s.has(d.relativePath)){r.push(d);continue}let h=await rf(d,t.round);if(!h){r.push(d);continue}if(h.confidence==="suspected"&&a.has(d.relativePath)){n.push(h),r.push(d);continue}if(h.alwaysWithheld||DN(d.relativePath)){o.push(h);continue}c??=h}return{publish:r,withheld:o,allowed:n,walkedPast:i,...c?{refuse:c}:{}}}async function rf(e,t){let r=(i,a,s=!1)=>({path:e.relativePath,why:i,confidence:a,...s?{alwaysWithheld:s}:{}});if(nf(e.relativePath))return r("is environment or credential shaped","certain",!0);let o=await Qo(e.path);if(o!==void 0){let i=$N(o);if(i)return r(`carries ${i}, whatever the file is called`,"certain",!0);let a=IN(o);if(a)return r(a.round?"is an App Manifest, which carries the round's private half":"is an App Manifest, which is ours rather than the game's","certain",!0);if(t){let s=Nr(o,t);if(s.length)return r(Rr(t,s),"certain")}}if(t&&o===void 0){let i=await AN(e.path);if(i!==void 0){let a=Nr(i,t);if(a.length)return r(Rr(t,a),"certain")}}if(o===void 0)return;let n=ON(o);if(n){let i=/^[aeiou]/i.test(n)?"an":"a";return r(`looks like it holds a round's answers: it has ${i} "${n}" key. If that is the game's own data rather than its answers, publish it with --allow ${e.relativePath}`,"suspected")}if(NN(o))return r(`looks like reference data: a long table of labels against numbers, which is what a round is scored against. If it is the game's own data, publish it with --allow ${e.relativePath}`,"suspected")}var SN,EN,jx,TN,PN,tf,RN,LN,jN,zs=v(()=>{"use strict";ws();ne();xt();SN=new Set([".envrc",".netrc",".npmrc",".pgpass","id_rsa","id_ed25519","credentials","secrets","env.local"]),EN=[{pattern:/-----BEGIN [A-Z ]*PRIVATE KEY-----/,what:"a private key block"},{pattern:/-----BEGIN OPENSSH PRIVATE KEY-----/,what:"an OpenSSH private key"},{pattern:/\bAKIA[0-9A-Z]{16}\b/,what:"an AWS access key id"},{pattern:/\baws_secret_access_key\s*[=:]/i,what:"an AWS secret access key"},{pattern:/\bsk-(live|proj|ant)-[A-Za-z0-9_-]{16,}/,what:"a live API key"},{pattern:/\bsk_live_[A-Za-z0-9]{16,}/,what:"a live Stripe key"},{pattern:/\bgh[pousr]_[A-Za-z0-9]{30,}/,what:"a GitHub token"},{pattern:/\bxox[baprs]-[A-Za-z0-9-]{10,}/,what:"a Slack token"},{pattern:/\beyJ[A-Za-z0-9_-]{10,}\.[A-Za-z0-9_-]{10,}\.[A-Za-z0-9_-]{10,}/,what:"a signed token"},{pattern:/\bauthorization\s*:\s*["']?\s*(bearer|basic)\s+\S{12,}/i,what:"an Authorization header with a token in it"}];jx=8e6,TN=32e6;PN=new Set(["answers","answer_key","answerkey","solution","solutions","targets","correct","correct_option","correct_options","groups","corpus","reference_data","referencedata"]);tf=20;RN=new Set(["txt","log","md","markdown","yaml","yml","toml","ini","cfg","csv","tsv","map","bak","orig","rej","lock"]),LN=new Set(["gz","br","zst","zz"]);jN=[".git","node_modules",".next",".nuxt",".svelte-kit",".cache"]});async function Fs(e){let t=[];for(let r of e){let o=r.relativePath.split("/").pop();if(o===ie||o===ge)continue;let n=await Qo(r.path);n!==void 0&&t.push({relative:r.relativePath,text:n})}return t}var of=v(()=>{"use strict";xt();zs()});import{lstatSync as zN,readdirSync as FN}from"node:fs";import{relative as GN,resolve as zx,sep as BN}from"node:path";function Fx(e){let t=e.split("/").pop()??e;return WN.has(t)||t.startsWith(".env.")}function af(e,t={}){let r=t.symlinks??"throw",o=zx(e),n=[],i=[];function a(s){for(let c of FN(s,{withFileTypes:!0}).sort((d,u)=>d.name.localeCompare(u.name))){let d=zx(s,c.name),u=GN(o,d).split(BN).join("/");if(c.isSymbolicLink()){if(r==="throw")throw new Error(`Directory ${e} contains a symlink: ${u}`);i.push(u);continue}if(c.isDirectory())a(d);else if(c.isFile()){if(Fx(u))continue;n.push({path:d,relativePath:u})}}}if(!zN(o).isDirectory())throw new Error(`${e} is not a directory.`);return a(o),{files:n,skippedLinks:i}}function sf(e){return af(e,{symlinks:"throw"}).files}var WN,cf=v(()=>{"use strict";WN=new Set(["gamestage.yaml","gamestage.yml",".env",".env.local","gamestage.mjs","cli.mjs"])});import{createHash as KN}from"node:crypto";function ei(e){return KN("sha256").update(e,"utf8").digest()[0]&127}var Gs,lf=v(()=>{"use strict";Gs=128});import{createHmac as ZN,randomBytes as HN,timingSafeEqual as VN}from"node:crypto";function uf(e){return e.startsWith(df)}function ti(e){let t=(e??"").replace(/[^A-Za-z0-9_.-]/g,"").slice(0,64);return`${df}${t||"unknown"}`}async function Bx(e){if(!e.token)return e.sessionSecret?{playerId:JN(e.anonymousId,e.sessionSecret)??ti(void 0)}:{playerId:ti(e.anonymousId)};let t=e.resolver??Gx,r=await t.resolve(e.token);return r?{playerId:r.playerId,alias:r.alias}:{playerId:ti(e.anonymousId),refused:t.lastRefusal?.()??"identity_unresolved"}}function Kx(e){let t=`${df}${HN(16).toString("base64url")}`;return{playerId:t,token:YN(t,e)}}function Zx(e,t){return ZN("sha256",t).update(e).digest("base64url")}function YN(e,t){return`${e}${Wx}${Zx(e,t)}`}function JN(e,t){if(!e)return;let r=e.lastIndexOf(Wx);if(r<=0)return;let o=e.slice(0,r);if(!uf(o))return;let n=Buffer.from(e.slice(r+1)),i=Buffer.from(Zx(o,t));if(n.length===i.length)return VN(n,i)?o:void 0}var df,Gx,Wx,Bs=v(()=>{"use strict";df="anon:";Gx={async resolve(){}};Wx="."});function Cn(e){return e instanceof Error?e.name:"unknown"}function on(e){console.error(qN,e)}function Hx(e,t){console.error(XN,{violation:e,...t})}var qN,XN,Ws=v(()=>{"use strict";qN="engine_error",XN="engine_integrity_violation"});function Jx(e){let t=2166136261;for(let r=0;r<e.length;r+=1)t^=e.charCodeAt(r),t=t+((t<<1)+(t<<4)+(t<<7)+(t<<8)+(t<<24))>>>0;return t^=t>>>16,t=Math.imul(t,2246822507)>>>0,t^=t>>>13,t=Math.imul(t,3266489909)>>>0,t^=t>>>16,t>>>0}function QN(e){let t=Vx[Jx(`a:${e}`)%Vx.length],r=Yx[Jx(`n:${e}`)%Yx.length];return`${t} ${r}`}function Ks(e,t){return t?.trim()||QN(e)}var Vx,Yx,pf=v(()=>{"use strict";Vx=["Amber","Brave","Bright","Calm","Clever","Copper","Eager","Early","Fleet","Gentle","Golden","Happy","Keen","Kind","Lucky","Merry","Nimble","Noble","Quick","Quiet","Rapid","Ready","Royal","Silver","Steady","Sunny","Swift","Tidy","True","Warm","Wise","Zesty"],Yx=["Badger","Beaver","Bison","Falcon","Ferret","Finch","Gibbon","Heron","Ibex","Jaguar","Kestrel","Lemur","Lynx","Marten","Meerkat","Osprey","Otter","Panda","Puffin","Quokka","Rabbit","Raven","Robin","Salmon","Sparrow","Stoat","Tapir","Teal","Vole","Walrus","Weasel","Wombat"]});import{createHash as eR}from"node:crypto";function vt(e){return Qk({startedAt:e.state.started_at,timerSeconds:e.limits.timerSeconds},e.now)}function tR(e){let t=Date.parse(e);if(Number.isNaN(t))return 1;let r=Date.parse(`${e.slice(0,10)}T00:00:00.000Z`)+864e5;return Math.max(1,Math.ceil((r-t)/1e3))}function Zs(e){return e.limits.locksAt!==void 0&&e.now>=e.limits.locksAt}function nR(e){return eR("sha256").update(Es(e)).digest("hex")}function Xx(e){let{tenant:t,playerId:r,store:o,rules:n}=e,i=e.now??(()=>new Date().toISOString()),a=0,s=e.newPlayId??(()=>`play_${++a}_${r}`),c=()=>({server_time:i(),snapshot:e.runtime.snapshot}),d=w=>w;function u(w,x){return!n.settle||!w.round.can.results_available||x.outcome!=="pending"?x:n.settle({secret:w.secret,state:x,limits:w.limits,now:i()})}function p(w){if(!w.fusedUntil)return 0;let x=Math.ceil((Date.parse(w.fusedUntil)-Date.parse(i()))/1e3);return Number.isFinite(x)&&x>0?x:0}async function h(w,x){let C=e.fuse?.note(t,ei(r),x);if(!C)return;let $=new Date(Date.parse(i())+C.holdSeconds*1e3).toISOString();if(C.kind==="stop")try{await o.setFuse(t,w,$)}catch(K){on({event:"fuse_write_failed",tenant:t,round_id:w,name:Cn(K)})}try{await e.onFuse?.({...C,until:$})}catch(K){on({event:"fuse_notify_failed",tenant:t,round_id:w,name:Cn(K)})}}function m(w){let x=p(w)>0,C=Zs({limits:w.limits,now:i()});return!x&&!C?w.round:{...w.round,can:{...w.round.can,accepting_plays:!1}}}function g(w,x){let C=w.round.number??Number.POSITIVE_INFINITY,$=x.round.number??Number.POSITIVE_INFINITY;return C!==$?C-$:w.round.id.localeCompare(x.round.id)}async function T(w){let x=w.round.id,C=await o.getState(t,x,r);return C?{state:C.state,version:C.version}:{state:{...n.initialState({playerId:r,roundId:x,limits:w.limits,now:i(),round:w.round,secret:w.secret}),started_at:i()},version:void 0}}async function y(w,x,C,$){if(x.timerSeconds===void 0||$!==void 0)return C;try{if(await o.putStateIfVersion(t,C,void 0))return C}catch(B){return on({event:"round_open_write_failed",tenant:t,round_id:w,name:Cn(B)}),C}return(await o.getState(t,w,r))?.state??C}let _=(w,x,C)=>({...c(),play_id:s(),outcome:w,reason:x,round_version:C,marked:!1,feedback:[]});return{async getRuntime(){return{...e.runtime,...c()}},async getCurrentRound(){let w=await o.getCurrentRound(t);if(!w)throw new Error(hf);return{...m(w),...c()}},async getRound(w){let x=await o.getRound(t,w);return x?{...m(x),...c()}:void 0},async getRoundPool(){let[w,x]=await Promise.all([o.listRounds(t),o.getCurrentRound(t)]),C=x?.round.id,$=[...w].sort(g).map(K=>{let B=m(K);return{id:B.id,number:B.number,version:B.version,can:B.can,opens_at:B.opens_at,locks_at:B.locks_at,current:B.id===C,theme:typeof B.challenge?.theme=="string"?B.challenge.theme:""}});return{...c(),rounds:$}},async getPlayedRounds(){let w=await o.listStatesForPlayer(t,r);return{...c(),player_id:r,played:w.map(x=>({round_id:x.round_id,finished:x.finished,score:x.score,outcome:x.outcome})).sort((x,C)=>x.round_id.localeCompare(C.round_id))}},async getNextRound(){let[w,x]=await Promise.all([o.listRounds(t),o.listStatesForPlayer(t,r)]),C=new Set(x.filter(H=>H.finished).map(H=>H.round_id)),$=new Set(x.map(H=>H.round_id)),K=[...w].filter(H=>m(H).can.accepting_plays&&!C.has(H.round.id)).sort(g),B=K.find(H=>!$.has(H.round.id))??K[0];return B?{...c(),status:"ready",round:{...m(B),...c()}}:{...c(),status:"exhausted"}},async getRoundState(w){let x=await o.getRound(t,w);if(!x)throw new Error(hf);let C=d(x),{state:$,version:K}=await T(C),B=await y(w,C.limits,$,K),H=u(C,B);return H!==B&&H.finished&&await o.recordScore(t,w,r,H.score),{...H,...c()}},async getProfile(){let w=await o.getProfile(t,r);return{...w,display_name:Ks(r,w.display_name),...c()}},async getLeaderboard(w){let C=(await o.getCurrentRound(t))?.round.id??"";return{...await o.getLeaderboard(t,C,{limit:w,viewerId:r}),...c()}},async play(w,x){let C=await o.getRound(t,w);if(!C)return _("rejected",hf,0);let $=d(C);if(e.runtime.identity?.required&&uf(r))return _("rejected",e.identityRefusal??"identity_required",$.round.version);if(p($)>0)return{..._("busy","fair_use",$.round.version),retry_after_seconds:p($)};if($.limits.playsPerSecond!==void 0){let j=i().slice(0,19),de=await o.countPlay(t,w,j,r),ot=Math.max(1,Math.ceil($.limits.playsPerSecond/de.buckets));if(de.inBucket>ot)return await h(w,j),{..._("busy","capped",$.round.version),retry_after_seconds:1}}if($.limits.playsPerDay!==void 0){let j=i().slice(0,10),de=await o.countPlay(t,w,j,r),ot=Math.max(1,Math.ceil($.limits.playsPerDay/de.buckets));if(de.inBucket>ot)return await h(w,j),{..._("busy","capped_today",$.round.version),retry_after_seconds:tR(i())}}let K=nR({round_id:w,round_version:x.round_version,challenge_instance_id:x.challenge_instance_id,payload:x.payload}),B=j=>j.intent!==void 0&&j.intent.fingerprint!==K,H=await o.getPlay(t,r,x.idempotency_key);if(H)return B(H)?_("rejected",qx,$.round.version):{...H.result,...c(),outcome:"duplicate"};let dn=vk(x.payload,n.archetype),Pc=dn!==void 0&&(n.operations?n.operations.includes(dn):bk(n.archetype,dn));if(x.payload.op!==void 0&&!Pc)return _("rejected","unknown_operation",$.round.version);let{state:He,version:Ln}=await T($),Dn=n.admissible({accepting:$.round.can.accepting_plays,roundVersion:$.round.version,playedVersion:x.round_version,challengeInstanceId:$.round.challenge_instance_id??null,playedChallengeInstanceId:x.challenge_instance_id??null,state:He,secret:$.secret,limits:$.limits,now:i()});if(!Dn.ok){let j=Dn.reason==="round_version"?"stale":"rejected";return _(j,Dn.reason,$.round.version)}if(Zs({limits:$.limits,now:i()}))return _("rejected","lock_deadline_passed",$.round.version);let te=n.mark({payload:x.payload,secret:$.secret,state:He,limits:$.limits,markAtSettlement:e.runtime.marking==="at_settlement",now:i()});if(te.outcome!=="accepted")return _("rejected",te.reason??"rejected",$.round.version);let fe={...c(),play_id:s(),outcome:te.outcome,round_version:$.round.version,marked:te.marked,feedback:te.feedback,round_state:{...te.next,...c()}},Zr=`play:${JSON.stringify([t,r,x.idempotency_key])}`,jn=[{id:Zr,at:fe.server_time,tenant:t,round_id:w,player_id:r,action:"play.committed",detail:{play_id:fe.play_id,idempotency_key:x.idempotency_key,outcome:fe.outcome,marked:fe.marked,round_version:fe.round_version,score_before:He.score,score_after:te.next.score,attempts_used:te.next.attempts_used,attempts_allowed:te.next.attempts_allowed,mistakes_used:te.next.mistakes_used,mistakes_allowed:te.next.mistakes_allowed,...n.auditDetail({secret:$.secret,before:He,decision:te,payload:x.payload})}}],Mn=te.marked&&(te.participation?.score??!0),Cc=te.participation?.profile??!0;Mn&&jn.push({id:`score:${JSON.stringify([t,r,x.idempotency_key])}`,at:fe.server_time,tenant:t,round_id:w,player_id:r,action:"score.recorded",detail:{play_id:fe.play_id,score_before:He.score,score_after:te.next.score,marked:!0,outcome:te.next.outcome}});let _e=Cc&&te.next.finished&&!He.finished?Ss(await o.getProfile(t,r),te.next.outcome):void 0,qe=await o.commitPlay({tenant:t,playerId:r,idempotencyKey:x.idempotency_key,date:i().slice(0,10),play:{result:fe,intent:{fingerprint:K,round_id:w,round_version:x.round_version}},state:te.next,expectedVersion:Ln,audit:jn,...Mn?{score:{roundId:w,score:te.next.score}}:{},..._e?{profile:_e}:{},round:{roundId:w,version:$.round.version,sharded:$.sharded===!0}});if(!qe.ok&&qe.reason==="contended")return _("busy","contended",$.round.version);if(!qe.ok&&qe.reason==="play_exists"){let j=await o.getPlay(t,r,x.idempotency_key);return j&&B(j)?_("rejected",qx,$.round.version):j?{...j.result,...c(),outcome:"duplicate"}:(on({stage:"play_receipt_missing",tenant:t,round_id:w,player_id:r}),_("rejected","play_conflict",$.round.version))}if(!qe.ok&&qe.reason==="round_changed"){let j=await o.getRound(t,w),de=j===void 0||j.round.version!==$.round.version,ot=de?"round_changed":"round_closed";return await o.appendAudit({id:Zr,at:fe.server_time,tenant:t,round_id:w,player_id:r,action:"play.refused",detail:{play_id:fe.play_id,idempotency_key:x.idempotency_key,reason:ot,decided_against_version:$.round.version,attempt_spent:!1}}),_(de?"stale":"rejected",ot,j?.round.version??$.round.version)}return qe.ok?(await o.markMonthlyPlayer(t,i().slice(0,7),r),fe):(await o.appendAudit({id:Zr,at:fe.server_time,tenant:t,round_id:w,player_id:r,action:"play.refused",detail:{play_id:fe.play_id,idempotency_key:x.idempotency_key,reason:"round_version",attempt_spent:!1}}),_("stale","round_version",$.round.version))}}}var bt,qx,hf,Ct=v(()=>{"use strict";lf();Bs();Ws();pf();ne();bt="time_expired";qx="idempotency_conflict",hf="round_not_found"});function rR(e){return e.accepting?e.playedVersion!==e.roundVersion?{ok:!1,reason:"round_version"}:e.challengeInstanceId!==null&&e.playedChallengeInstanceId!==e.challengeInstanceId?{ok:!1,reason:"challenge_instance_id"}:e.state.finished?{ok:!1,reason:"round_finished"}:vt(e)?{ok:!1,reason:bt}:e.state.attempts_used>=e.limits.attemptsAllowed?{ok:!1,reason:"attempts_exhausted"}:e.state.mistakes_used>=e.limits.mistakesAllowed?{ok:!1,reason:"mistakes_exhausted"}:{ok:!0}:{ok:!1,reason:"round_closed"}}function oR(e){let{attempt:t,secret:r,state:o,limits:n}=e,i=new Set(Array.isArray(o.progress.solved)?o.progress.solved:[]),a=t.picks.filter(_=>r.targets.includes(_)&&!i.has(_)),s=t.picks.filter(_=>!r.targets.includes(_)),c=o.attempts_used+1,d=o.mistakes_used+(s.length>0?1:0);for(let _ of a)i.add(_);let u=i.size>=r.required,p=d>=n.mistakesAllowed,h=c>=n.attemptsAllowed,m=u||p||h,g=e.markAtSettlement?o.score:a.length*r.pointsPerTarget+o.score+(u?r.completionBonus:0),T={...o,server_time:e.now,attempts_used:c,attempts_allowed:n.attemptsAllowed,mistakes_used:d,mistakes_allowed:n.mistakesAllowed,progress:{...o.progress,solved:[...i]},score:g,finished:m,outcome:e.markAtSettlement?"pending":u?"won":m?"lost":"incomplete"};return e.markAtSettlement?{outcome:"accepted",marked:!1,feedback:[],next:T}:{outcome:"accepted",marked:!0,feedback:t.picks.map(_=>({key:_,verdict:r.targets.includes(_)?"correct":"wrong"})),next:T}}function iR(e){return{server_time:e.now,snapshot:"",player_id:e.playerId,round_id:e.roundId,attempts_used:0,attempts_allowed:e.limits.attemptsAllowed,mistakes_used:0,mistakes_allowed:e.limits.mistakesAllowed,progress:{solved:[]},score:0,score_revision:0,finished:!1,outcome:"incomplete"}}var mf,ff=v(()=>{"use strict";Ct();mf={archetype:"hunt",admissible:rR,mark(e){let t=Array.isArray(e.payload.picks)?e.payload.picks:[];return oR({...e,attempt:{picks:t}})},initialState:iR,auditDetail({secret:e,decision:t,payload:r}){let o=Array.isArray(r.picks)?r.picks:[];return{correct_picks:t.feedback.filter(n=>n.verdict==="correct").length,picks_submitted:o.length,points_per_target:e.pointsPerTarget,completion_bonus:e.completionBonus}}}});function gf(e){let t=e.progress;return{total:typeof t.total=="number"?t.total:0,picks:Array.isArray(t.picks)?t.picks:[],bust:t.bust===!0}}function aR(e,t){if(t>e.target)return e.bustLabel;let r=(e.target-t)/e.target;for(let o of e.tiers)if(r<=o.within)return o.label;return e.floorLabel}function sR(e){return e.accepting?e.playedVersion!==e.roundVersion?{ok:!1,reason:"round_version"}:e.challengeInstanceId!==null&&e.playedChallengeInstanceId!==e.challengeInstanceId?{ok:!1,reason:"challenge_instance_id"}:e.state.finished?{ok:!1,reason:"round_finished"}:vt(e)?{ok:!1,reason:bt}:e.state.attempts_used>=e.limits.picksAllowed?{ok:!1,reason:"picks_exhausted"}:{ok:!0}:{ok:!1,reason:"round_closed"}}function cR(e){let{secret:t,state:r,limits:o}=e,n=gf(r),i=_=>({outcome:"rejected",reason:_,marked:!1,feedback:[],next:r});if(e.attempt.picks.length!==1)return i("one_pick_per_play");let a=t.slates[r.attempts_used];if(!a)return i("picks_exhausted");let[s]=e.attempt.picks,c=a.entries.find(_=>_.key===s);if(!c)return i("not_on_slate");let d=n.total+c.value,u=d>t.target,p=[...n.picks,{slate:a.id,key:c.key,label:c.label,value:c.value}],h=r.attempts_used+1,m=h>=o.picksAllowed,g=u||m,T={...r,server_time:e.now,attempts_used:h,attempts_allowed:o.picksAllowed,progress:{total:d,picks:p,bust:u,...g?{tier:aR(t,d)}:{}},score:e.markAtSettlement?r.score:u?t.target-d:d,finished:g,outcome:e.markAtSettlement?"pending":u?"lost":g?"won":"incomplete"};return e.markAtSettlement?{outcome:"accepted",marked:!1,feedback:[],next:T}:{outcome:"accepted",marked:!0,feedback:[{key:c.key,verdict:u?"wrong":"correct",label:String(c.value)}],next:T}}function lR(e){return{server_time:e.now,snapshot:"",player_id:e.playerId,round_id:e.roundId,attempts_used:0,attempts_allowed:e.limits.picksAllowed,mistakes_used:0,mistakes_allowed:0,progress:{total:0,picks:[],bust:!1},score:0,score_revision:0,finished:!1,outcome:"incomplete"}}var yf,vf=v(()=>{"use strict";Ct();yf={archetype:"push",admissible:sR,mark(e){let t=Array.isArray(e.payload.picks)?e.payload.picks:[];return cR({...e,attempt:{picks:t}})},initialState:lR,auditDetail({secret:e,before:t,decision:r}){let o=gf(t),n=gf(r.next);return{target:e.target,total_before:o.total,total_after:n.total,bust:n.bust,picks_committed:n.picks.length,...n.tier?{tier:n.tier}:{}}}}});function pR(e){return e.accepting?e.playedVersion!==e.roundVersion?{ok:!1,reason:"round_version"}:e.challengeInstanceId!==null&&e.playedChallengeInstanceId!==e.challengeInstanceId?{ok:!1,reason:"challenge_instance_id"}:e.state.finished?{ok:!1,reason:"round_finished"}:vt(e)?{ok:!1,reason:bt}:e.state.attempts_used>=e.limits.attemptsAllowed?{ok:!1,reason:"attempts_exhausted"}:e.state.mistakes_used>=e.limits.mistakesAllowed?{ok:!1,reason:"mistakes_exhausted"}:{ok:!0}:{ok:!1,reason:"round_closed"}}function hR(e){let{attempt:t,secret:r,state:o,limits:n}=e,i=new Set(Array.isArray(o.progress.solved)?o.progress.solved:[]),a=Array.isArray(o.progress.revealed)?o.progress.revealed:[],s=r.groups.filter($=>!i.has($.key)),c=s.find($=>dR($.members,t.picks)),d=o.attempts_used+1,u=o.mistakes_used+(c?0:1);c&&(i.add(c.key),a.push({key:c.key,label:c.label,members:[...c.members]}));let p=i.size>=r.groups.length,h=u>=n.mistakesAllowed,m=d>=n.attemptsAllowed,g=p||h||m,T=e.markAtSettlement?o.score:o.score+(c?r.pointsPerGroup:0)+(p?r.completionBonus:0),y={...o,server_time:e.now,attempts_used:d,attempts_allowed:n.attemptsAllowed,mistakes_used:u,mistakes_allowed:n.mistakesAllowed,progress:{...o.progress,solved:[...i],revealed:a},score:T,finished:g,outcome:e.markAtSettlement?"pending":p?"won":g?"lost":"incomplete"};if(e.markAtSettlement)return{outcome:"accepted",marked:!1,feedback:[],next:y};let _=s.reduce(($,K)=>Math.max($,uR(t.picks,K)),0),w=!c&&t.picks.length>1&&_===t.picks.length-1,x=c?"correct":w?"close":"wrong";return{outcome:"accepted",marked:!0,feedback:t.picks.map(($,K)=>({key:$,verdict:x,...c&&K===0?{label:c.label}:{}})),next:y}}function mR(e){return{server_time:e.now,snapshot:"",player_id:e.playerId,round_id:e.roundId,attempts_used:0,attempts_allowed:e.limits.attemptsAllowed,mistakes_used:0,mistakes_allowed:e.limits.mistakesAllowed,progress:{solved:[],revealed:[]},score:0,score_revision:0,finished:!1,outcome:"incomplete"}}var dR,uR,Qx,eS=v(()=>{"use strict";Ct();dR=(e,t)=>e.length===t.length&&new Set([...e,...t]).size===e.length,uR=(e,t)=>new Set(e.filter(r=>t.members.includes(r))).size;Qx={archetype:"group",admissible:pR,mark(e){let t=Array.isArray(e.payload.picks)?e.payload.picks:[];return hR({...e,attempt:{picks:t}})},initialState:mR,auditDetail({secret:e,decision:t,payload:r}){let o=Array.isArray(r.picks)?r.picks:[],n=t.feedback[0]?.verdict;return{group_found:n==="correct"?t.next.progress.solved.at(-1):null,near_miss:n==="close",picks_submitted:o.length,groups_total:e.groups.length,points_per_group:e.pointsPerGroup}}}});function fR(e,t){if(t.answers)return t.answers;if(t.pick===void 0)return{};let r=e.questions[0];return r?{[r.id]:t.pick}:{}}function gR(e,t){return e.kind==="number"?!(typeof t!="number"||!Number.isFinite(t)||e.min!==void 0&&t<e.min||e.max!==void 0&&t>e.max):typeof t=="string"&&(e.options??[]).some(r=>r.key===t)}function yR(e){return e.accepting?e.playedVersion!==e.roundVersion?{ok:!1,reason:"round_version"}:e.challengeInstanceId!==null&&e.playedChallengeInstanceId!==e.challengeInstanceId?{ok:!1,reason:"challenge_instance_id"}:vt(e)?{ok:!1,reason:bt}:e.state.attempts_used>=e.limits.attemptsAllowed?{ok:!1,reason:"attempts_exhausted"}:{ok:!0}:{ok:!1,reason:"round_closed"}}function vR(e){let{attempt:t,secret:r,state:o,limits:n}=e,i=fR(r,t),a=o.attempts_used+1;if(r.questions.filter(u=>i[u.id]===void 0).length>0)return{outcome:"rejected",reason:"incomplete_prediction",marked:!1,feedback:[],next:o};let c=r.questions.find(u=>!gR(u,i[u.id]));if(c)return{outcome:"rejected",reason:c.kind==="number"?"out_of_range":"unknown_option",marked:!1,feedback:[],next:o};let d={...o,server_time:e.now,attempts_used:a,attempts_allowed:n.attemptsAllowed,progress:{...o.progress,answers:i},finished:a>=n.attemptsAllowed};return r.questions.some(u=>u.result===void 0)?{outcome:"accepted",marked:!1,feedback:[],next:{...d,outcome:"pending"}}:{outcome:"accepted",marked:!0,feedback:bR(r,i),next:tS(r,d,i)}}function bR(e,t){return e.questions.map(r=>{let o=t[r.id],n=us(r,o,e.pointsForCorrect),i=r.kind==="number"?String(r.result):(r.options??[]).find(a=>a.key===r.result)?.label;return{key:r.id,verdict:n===e.pointsForCorrect||n>0&&r.kind!=="number"?"correct":n>0?"partial":"wrong",...i?{label:i}:{}}})}function tS(e,t,r){let o=0,n=!0;for(let i of e.questions){let a=us(i,r[i.id],e.pointsForCorrect);o+=a,a!==us(i,i.result,e.pointsForCorrect)&&(n=!1)}return{...t,score:o,finished:!0,outcome:n?"won":o>0?"partial":"lost"}}function wR(e){let{secret:t,state:r}=e;if(t.questions.some(n=>n.result===void 0))return r;let o=_R(r);return Object.keys(o).length===0?{...r,server_time:e.now,finished:!0,outcome:"lost"}:{...tS(t,r,o),server_time:e.now}}function _R(e){let t=e.progress.answers;if(t&&typeof t=="object"&&!Array.isArray(t))return t;let r=Array.isArray(e.progress.picks)?e.progress.picks:[];return r.length>0?{1:r[0]}:{}}function kR(e){return{server_time:e.now,snapshot:"",player_id:e.playerId,round_id:e.roundId,attempts_used:0,attempts_allowed:e.limits.attemptsAllowed,mistakes_used:0,mistakes_allowed:0,progress:{answers:{}},score:0,score_revision:0,finished:!1,outcome:"incomplete"}}var nS,rS=v(()=>{"use strict";ne();Ct();nS={archetype:"predict",admissible:yR,mark(e){let t=e.payload.answers,r=t&&typeof t=="object"&&!Array.isArray(t)?t:void 0,o=typeof e.payload.pick=="string"?e.payload.pick:Array.isArray(e.payload.picks)&&typeof e.payload.picks[0]=="string"?e.payload.picks[0]:void 0;return vR({...e,attempt:r?{answers:r}:{pick:o}})},initialState:kR,settle:wR,auditDetail({secret:e,decision:t,payload:r}){let o=r.answers;return{predicted:o&&typeof o=="object"&&!Array.isArray(o)?o:typeof r.pick=="string"&&e.questions[0]?{[e.questions[0].id]:r.pick}:null,settled_at_commit:e.questions.every(i=>i.result!==void 0),marked:t.marked,questions_asked:e.questions.length}}}});function xR(e){let t=e.rows*e.columns;return e.centreMode==="free"?t-1:t}function bf(e){let r=e.progress?.boards;if(!(!Array.isArray(r)||r.length===0)&&r.every(o=>Array.isArray(o)&&o.every(n=>typeof n=="string")))return r}function SR(e){let r=e.progress?.chosen;return typeof r=="number"&&Number.isInteger(r)&&r>=0?r:void 0}function ER(e){let t=bf(e),r=SR(e);if(!t||r===void 0)return;let o=t[r];if(!o)return;let n=e.progress,i=typeof n?.centre=="string"?n.centre:void 0;return{cells:o,centre:i}}function $R(e){let t=xR(e),r=[...e.cardPool],o=[],n={},i={};for(let a=0;a<t&&r.length>0;a++){let s=Math.floor(Math.random()*r.length),c=r.splice(s,1)[0];o.push(c.key),n[c.key]=c.label,c.note&&(i[c.key]=c.note)}return{board:o,cards:n,notes:i}}function oS(e,t){return e.length===0?!1:e.every(r=>t?.[r]==="correct")}function TR(e,t){let{rows:r,columns:o,centreMode:n}=e,i=n!=="none",a=i?Math.floor(r/2):-1,s=i?Math.floor(o/2):-1,c=(u,p)=>{if(i&&u===a&&p===s)return t.centre;let h=u*o+p,m=i&&h>a*o+s?1:0;return t.cells[h-m]},d=[];for(let u of e.lineTypes)if(u==="row")for(let p=0;p<r;p++)d.push(Array.from({length:o},(h,m)=>c(p,m)).filter(h=>!!h));else if(u==="column")for(let p=0;p<o;p++)d.push(Array.from({length:r},(h,m)=>c(m,p)).filter(h=>!!h));else if(u==="diagonal"&&r===o)d.push(Array.from({length:r},(p,h)=>c(h,h)).filter(p=>!!p)),d.push(Array.from({length:r},(p,h)=>c(h,r-1-h)).filter(p=>!!p));else if(u==="full_board"){let p=[...t.cells,...t.centre?[t.centre]:[]];d.push(p)}return d.filter(u=>u.length>0)}function AR(e){return e.accepting?e.playedVersion!==e.roundVersion?{ok:!1,reason:"round_version"}:e.challengeInstanceId!==null&&e.playedChallengeInstanceId!==e.challengeInstanceId?{ok:!1,reason:"challenge_instance_id"}:Zs({limits:e.limits,now:e.now})?{ok:!1,reason:"lock_deadline_passed"}:e.state.finished?{ok:!1,reason:"already_locked"}:{ok:!0}:{ok:!1,reason:"round_closed"}}function IR(e){let{secret:t,state:r,limits:o}=e;if(bf(r)!==void 0)return{outcome:"rejected",reason:"already_dealt",marked:!1,feedback:[],next:r};let n=Math.max(1,o.shuffleAllowance+1),i=[],a={},s={};for(let c=0;c<n;c++){let d=$R(t);i.push(d.board),Object.assign(a,d.cards),Object.assign(s,d.notes)}return{outcome:"accepted",marked:!1,feedback:[],next:{...r,server_time:e.now,attempts_used:o.shuffleAllowance,attempts_allowed:o.shuffleAllowance,progress:{...r.progress,boards:i,cards:a,...Object.keys(s).length>0?{notes:s}:{}}}}}function PR(e){let{secret:t,state:r}=e,o=bf(r);if(o===void 0)return{outcome:"rejected",reason:"no_board_dealt",marked:!1,feedback:[],next:r};let n=typeof e.board=="number"?e.board:void 0;if(n===void 0||!Number.isInteger(n)||n<0||n>=o.length)return{outcome:"rejected",reason:"unknown_board",marked:!1,feedback:[],next:r};let i={cells:o[n]},a=typeof e.centre=="string"?e.centre:void 0;if(t.centreMode==="none"){if(a!==void 0)return{outcome:"rejected",reason:"centre_not_offered",marked:!1,feedback:[],next:r}}else if(t.centreMode==="choice"){if(a===void 0||!(t.centreOptions??[]).includes(a))return{outcome:"rejected",reason:"invalid_centre",marked:!1,feedback:[],next:r};if(!t.allowCentreDuplicate&&i.cells.includes(a))return{outcome:"rejected",reason:"centre_duplicates_board",marked:!1,feedback:[],next:r}}let s=t.centreMode==="choice"?a:void 0;return{outcome:"accepted",marked:!1,feedback:[],next:{...r,server_time:e.now,finished:!0,outcome:"pending",progress:{...r.progress,chosen:n,...s?{centre:s}:{}}}}}function CR(e){let{secret:t,state:r}=e;if(!r.finished)return r;let o=ER(r);if(o===void 0)return r;let n=TR(t,o),i=n.filter(h=>oS(h,t.cardStatus)).length,a=[...o.cells,...o.centre?[o.centre]:[]],s=a.length>0&&a.every(h=>t.cardStatus?.[h]==="correct"),c=a.some(h=>t.cardStatus?.[h]===void 0),d=i*t.pointsPerLine+(s?t.pointsForFullBoard:0),u={};for(let h of a){let m=t.cardStatus?.[h];m&&(u[h]=m)}let p=n.map(h=>{let m=oS(h,t.cardStatus),g=h.filter(y=>t.cardStatus?.[y]==="correct").length,T=h.some(y=>t.cardStatus?.[y]==="incorrect");return{cards:h,complete:m,oneAway:!m&&!T&&g===h.length-1}});return{...r,server_time:e.now,score:d,progress:{...r.progress,marks:u,lines:p},outcome:c?"pending":i>0||s?"won":"lost"}}function OR(e){return{server_time:e.now,snapshot:"",player_id:e.playerId,round_id:e.roundId,attempts_used:0,attempts_allowed:e.limits.shuffleAllowance,mistakes_used:0,mistakes_allowed:0,progress:{},score:0,score_revision:0,finished:!1,outcome:"incomplete"}}function NR(e){return e.op==="deal"||e.op==="reshuffle"?IR({secret:e.secret,state:e.state,limits:e.limits,now:e.now}):e.op==="lock"?PR({secret:e.secret,state:e.state,centre:e.centre,board:e.board,now:e.now}):{outcome:"rejected",reason:"unknown_operation",marked:!1,feedback:[],next:e.state}}var iS,aS=v(()=>{"use strict";Ct();iS={archetype:"bingo",admissible:AR,mark(e){let t=e.payload.op;return t!=="deal"&&t!=="reshuffle"&&t!=="lock"?{outcome:"rejected",reason:"unknown_operation",marked:!1,feedback:[],next:e.state}:NR({op:t,centre:e.payload.centre,board:e.payload.board,secret:e.secret,state:e.state,limits:e.limits,now:e.now})},initialState:OR,settle:CR,auditDetail({decision:e,payload:t}){return{op:t.op,accepted:e.outcome==="accepted",...e.outcome==="rejected"?{refused:e.reason}:{}}}}});import{createHmac as RR}from"node:crypto";function ni(e,t,r){return RR("sha256",Buffer.from(e.entropy,"hex")).update(["gamestage-shoot",t,e.roundId,e.playerId,e.model,e.profile,String(e.shotIndex)].join("|")).digest().readUInt32BE(0)%r}function cS(e){let t=sS[e.profile];return{targetX:ni(e,"keeper_x",2*t.diveMaxX+1)-t.diveMaxX,targetY:ni(e,"keeper_y",t.diveMaxY-t.diveMinY+1)+t.diveMinY,reactionMs:ni(e,"keeper_reaction",t.reactionMaxMs-t.reactionMinMs+1)+t.reactionMinMs,dispersionX:ni(e,"dispersion_x",2001)-1e3,dispersionY:ni(e,"dispersion_y",2001)-1e3}}function lS(e,t,r){let o=sS[r],n=ut,i=n.ballRadius,a=o.maxFlightMs-Math.floor((o.maxFlightMs-o.minFlightMs)*e.power/1e3),s=o.baseSpread+Math.floor(o.spreadPerPower*e.power/1e3),c=e.aimX+Math.trunc(t.dispersionX*s/1e3),d=Math.max(i,e.aimY+Math.trunc(t.dispersionY*s/1e3)),u=100+Math.floor((1e3-e.power)/5),p=Math.max(0,a-t.reactionMs),h=Math.floor(p*o.speedPerSecond/1e3),m=t.targetX-n.keeperStart.x,g=t.targetY-n.keeperStart.y,T=Math.round(Math.hypot(m,g)),y=T===0?0:Math.min(1,h/T),_=n.keeperStart.x+Math.trunc(m*y),w=n.keeperStart.y+Math.trunc(g*y),x={startX:n.keeperStart.x,startY:n.keeperStart.y,endX:_,endY:w,diveStartMs:t.reactionMs},C={endX:c,endY:d,arcHeight:u},$=(He,Ln)=>({result:He,replay:{flightMs:a,ball:C,keeper:x,contact:Ln}}),K=Math.abs(c),B=K+i>=n.postX&&K-i<=n.postX+n.postWidth&&d-i<=n.barY+n.barHeight,H=d+i>=n.barY&&d-i<=n.barY+n.barHeight&&K-i<=n.postX+n.postWidth;return B?$("frame",{with:"post",x:Math.sign(c||1)*n.postX,y:d,atMs:a}):H?$("frame",{with:"bar",x:c,y:n.barY,atMs:a}):K+i<n.postX&&d+i<n.barY?Math.abs(c-_)<=o.reachX+i&&Math.abs(d-w)<=o.reachY+i?$("saved",{with:"keeper",x:c,y:d,atMs:a}):$("goal",null):$("wide",null)}var sS,dS=v(()=>{"use strict";kr();sS={easy_v1:{baseSpread:40,spreadPerPower:150,minFlightMs:420,maxFlightMs:900,diveMaxX:900,diveMinY:150,diveMaxY:750,reactionMinMs:180,reactionMaxMs:340,speedPerSecond:1600,reachX:220,reachY:260},balanced_v1:{baseSpread:40,spreadPerPower:150,minFlightMs:420,maxFlightMs:900,diveMaxX:900,diveMinY:150,diveMaxY:750,reactionMinMs:120,reactionMaxMs:280,speedPerSecond:2200,reachX:280,reachY:320},hard_v1:{baseSpread:40,spreadPerPower:150,minFlightMs:420,maxFlightMs:900,diveMaxX:900,diveMinY:150,diveMaxY:750,reactionMinMs:80,reactionMaxMs:200,speedPerSecond:2800,reachX:320,reachY:360}}});function LR(e,t){let r=e.progress;return{kind:"shoot",model:r.model??t.model,profile:r.profile??t.profile,goals:typeof r.goals=="number"?r.goals:0,shots:Array.isArray(r.shots)?r.shots:[]}}function DR(e){return typeof e=="string"&&/^[0-9a-f]{64}$/.test(e)}function jR(e){return e.accepting?e.playedVersion!==e.roundVersion?{ok:!1,reason:"round_version"}:e.challengeInstanceId!==null&&e.playedChallengeInstanceId!==e.challengeInstanceId?{ok:!1,reason:"challenge_instance_id"}:e.state.finished?{ok:!1,reason:"round_finished"}:vt(e)?{ok:!1,reason:bt}:e.state.attempts_used>=e.limits.attemptsAllowed?{ok:!1,reason:"shootout_spent"}:{ok:!0}:{ok:!1,reason:"round_closed"}}function MR(e){if(e.code==="unrecognized_keys")return"unexpected_field";let t=String(e.path[0]??"");return t==="op"?"unknown_operation":t==="model"?"unknown_model":t==="aimX"||t==="aimY"?"aim_out_of_range":t==="power"?"power_out_of_range":"invalid_shot"}function UR(e){let{secret:t,state:r,limits:o}=e,n=w=>({outcome:"rejected",reason:w,marked:!1,feedback:[],next:r});if(!DR(t.entropy))return n("entropy_missing");if(t.model!==Ht)return n("unknown_model");let i=xm.safeParse(e.payload.op===void 0?{...e.payload,op:_r}:e.payload);if(!i.success)return n(MR(i.error.issues[0]));let a=i.data;if(r.attempts_used>=o.attemptsAllowed)return n("shootout_spent");if(a.shotIndex!==r.attempts_used)return n("shot_index_mismatch");let s=cS({entropy:t.entropy,roundId:r.round_id,playerId:r.player_id,model:t.model,profile:t.profile,shotIndex:a.shotIndex}),c=lS({aimX:a.aimX,aimY:a.aimY,power:a.power},s,t.profile),d=LR(r,t),u=c.result==="goal",p=u?t.pointsPerGoal:0,h=d.goals+(u?1:0),m={shotIndex:a.shotIndex,aimX:a.aimX,aimY:a.aimY,power:a.power,result:c.result,points:p,replay:c.replay},g=r.attempts_used+1,T=g>=o.attemptsAllowed,y={...r,server_time:e.now,attempts_used:g,attempts_allowed:o.attemptsAllowed,progress:{...d,goals:h,shots:[...d.shots,m]},score:h*t.pointsPerGoal,finished:T,outcome:T?h>=t.goalsToWin?"won":"lost":"incomplete"};return{outcome:"accepted",marked:!0,feedback:[{key:`shot-${a.shotIndex}`,verdict:u?"correct":"wrong",label:c.result}],next:y}}function zR(e){let t=e.secret??{};return{server_time:e.now,snapshot:"",player_id:e.playerId,round_id:e.roundId,attempts_used:0,attempts_allowed:e.limits.attemptsAllowed,mistakes_used:0,mistakes_allowed:0,progress:{kind:"shoot",model:t.model??Ht,profile:t.profile??Uo,goals:0,shots:[]},score:0,score_revision:0,finished:!1,outcome:"incomplete"}}var uS,pS=v(()=>{"use strict";ne();Ct();dS();uS={archetype:"shoot",admissible:jR,mark:UR,initialState:zR,auditDetail({before:e,decision:t,payload:r}){let o=t.next.progress.shots?.at(-1),n=t.outcome==="accepted"&&o!==void 0;return{op:r.op??_r,accepted:n,...t.outcome==="rejected"?{refused:t.reason}:{},...n?{shot_index:o.shotIndex,aim_x:o.aimX,aim_y:o.aimY,power:o.power,result:o.result,points:o.points,goals_before:e.progress.goals??0,goals_after:t.next.progress.goals??0}:{}}}}});function FR(e){return hS[ke(e)]}function mS(e){return FR(e.archetype??"hunt")}function fS(e){return{server_time:"",snapshot:e.snapshot,game:e.game,api_version:"2.0",archetype:e.archetype,marking:e.marking??"at_commit",challenge_source:e.challengeSource??"shared",schedule:{kind:"local_midnight"},updates:{transport:"poll",freshness_seconds:30},display:{title:e.title??e.game},identity:{required:e.identityRequired??!1,provider:"jwt",anonymous_play:!e.identityRequired},archive:!0,capabilities:["plays","profile","leaderboard","rounds"]}}var hS,On,Hs=v(()=>{"use strict";ne();ff();vf();eS();rS();aS();pS();hS={hunt:mf,push:yf,group:Qx,predict:nS,bingo:iS,shoot:uS},On=Object.keys(hS)});function gS(e){let t=mS(e.round);if(t)return Xx({...e,rules:t})}var yS=v(()=>{"use strict";Ct();Hs();ff();vf();Ct()});function vS(e){let t=new Map,r=new Map,o=(y,_)=>`${_}#${y}`,n=new Map,i=new Map,a=new Map,s=new Map,c=new Map,d=new Set,u=new Map,p=new Map,h=new Map,m=e.currentRoundId,g,T=e.now??Date.now;for(let y of e.rounds)t.set(y.round.id,y);for(let y of e.states??[])n.set(he(e.tenant,y.round_id,y.player_id),{state:y,version:0});return{async getRound(y,_){let w=t.get(_);return w?structuredClone(w):void 0},async putRound(y,_,w){for(let x=0;x<Gs;x+=1)r.set(o(_.round.id,x),{version:_.round.version,accepting:_.round.can.accepting_plays});t.set(_.round.id,{...structuredClone(_),sharded:!0}),w&&(m=_.round.id,g=void 0)},async setRotation(y,_,w){g={roundIds:[..._],windowSeconds:w}},async getCurrentRound(){let y=g?g.roundIds[Math.floor(T()/1e3/g.windowSeconds)%g.roundIds.length]:m,_=t.get(y);return _?structuredClone(_):void 0},async listRounds(){return[...t.values()].map(y=>structuredClone(y))},async listStatesForPlayer(y,_){return[...n.entries()].filter(([w,x])=>w.startsWith(`${y}#`)&&x.state.player_id===_).map(([,w])=>structuredClone(w.state))},async getState(y,_,w){let x=n.get(he(y,_,w));return x?structuredClone(x):void 0},async putStateIfVersion(y,_,w){let x=he(y,_.round_id,_.player_id),C=n.get(x);return w===void 0?C?!1:(n.set(x,{state:structuredClone(_),version:0}),!0):!C||C.version!==w?!1:(n.set(x,{state:structuredClone(_),version:C.version+1}),!0)},async getPlay(y,_,w){let x=i.get(he(y,_,w));return x?structuredClone(x):void 0},async putPlayIfAbsent(y,_,w,x){let C=he(y,_,w);return i.has(C)?!1:(i.set(C,structuredClone(x)),!0)},async getLeaderboard(y,_,w){if(e.leaderboard)return structuredClone(e.leaderboard);let x=[...a.entries()].filter(([$])=>$.startsWith(he(y,_)+"#")).map(([$,K])=>({rank:0,player_id:$.slice($.lastIndexOf("#")+1),display_name:Ks($.slice($.lastIndexOf("#")+1)),score:K})).sort(($,K)=>K.score-$.score).map(($,K)=>({...$,rank:K+1})),C=w?.limit??x.length;return{server_time:"",snapshot:"",round_id:_,order:"high_first",tie_break:"earliest_play",entries:x.slice(0,C),total:x.length,truncated:!1,me:w?.viewerId?x.find($=>$.player_id===w.viewerId):void 0}},async getProfile(y,_){let w=h.get(he(y,_));return w?structuredClone(w):e.profile?structuredClone(e.profile):{server_time:"",snapshot:"",player_id:_,played:0,won:0,current_streak:0,max_streak:0,distribution:{},constraints:{}}},async countPlay(y,_,w,x){let C=he(y,_,w,String(ei(x))),$=(s.get(C)??0)+1;return s.set(C,$),{inBucket:$,buckets:Gs}},async getDailyActivity(y,_){return _.map(w=>({date:w,plays:c.get(he(y,w))??0,players:null}))},async markMonthlyPlayer(y,_,w){let x=`${he(y,_)}#${w}`;if(d.has(x))return;d.add(x);let C=he(y,_);u.set(C,(u.get(C)??0)+1)},async getMonthlyPlayers(y,_){return u.get(he(y,_))??0},async setFuse(y,_,w){let x=t.get(_);x&&(x.fusedUntil=w)},async setResult(y,_,w){let x=t.get(_);if(!x)return;let $=x.secret.questions??[];if(typeof w=="string")$[0]&&($[0].result=w);else for(let B of $){let H=w[B.id];H!==void 0&&(B.result=H)}let K=$.every(B=>B.result!==void 0);x.round.challenge={...x.round.challenge,...K?{questions:$.map(B=>({...x.round.challenge.questions?.find(H=>H.id===B.id),id:B.id,result:B.result})),...typeof w=="string"?{result:w}:{}}:{}},x.round.can={...x.round.can,accepting_plays:!1,results_available:!0,solution_revealed:!0,closed:!0};for(let B=0;B<Gs;B+=1){let H=r.get(o(_,B));H&&(H.accepting=!1)}},async recordScore(y,_,w,x){a.set(he(y,_,w),x)},async appendAudit(y){if(p.has(y.id))throw Hx("audit_record_overwrite",{tenant:y.tenant,round_id:y.round_id,action:y.action,record_id:y.id}),new Error("audit_record_exists");p.set(y.id,structuredClone(y))},async commitPlay(y){let _=he(y.tenant,y.playerId,y.idempotencyKey);if(i.has(_))return{ok:!1,reason:"play_exists"};let w=he(y.tenant,y.state.round_id,y.state.player_id),x=n.get(w);if(y.expectedVersion===void 0){if(x)return{ok:!1,reason:"state_version"}}else if(!x||x.version!==y.expectedVersion)return{ok:!1,reason:"state_version"};for(let $ of y.audit)if(p.has($.id))throw new Error("audit_record_exists");if(y.round?.sharded){let $=r.get(o(y.round.roundId,ei(y.playerId)));if(!$||$.version!==y.round.version||!$.accepting)return{ok:!1,reason:"round_changed"}}else if(y.round){let $=t.get(y.round.roundId);if(!$||$.round.version!==y.round.version||!$.round.can.accepting_plays)return{ok:!1,reason:"round_changed"}}i.set(_,structuredClone(y.play)),n.set(w,{state:structuredClone(y.state),version:y.expectedVersion===void 0?0:y.expectedVersion+1});for(let $ of y.audit)p.set($.id,structuredClone($));y.score&&a.set(he(y.tenant,y.score.roundId,y.playerId),y.score.score),y.profile&&h.set(he(y.tenant,y.playerId),structuredClone(y.profile));let C=he(y.tenant,y.date);return c.set(C,(c.get(C)??0)+1),{ok:!0}}}}var he,bS=v(()=>{"use strict";pf();lf();Ws();he=(...e)=>e.join("#")});import{randomBytes as GR}from"node:crypto";function BR(e,t){return{archetype:"hunt",round:{server_time:"",snapshot:t,id:Vt(e),number:e.number,can:{accepting_plays:e.open,results_available:!1,solution_revealed:!1,closed:!e.open,optimistic_play:!1},challenge_instance_id:null,challenge:{board:e.board,pick:e.required??e.targets.length,prompt:e.prompt}},secret:{targets:e.targets,required:e.required??e.targets.length,pointsPerTarget:e.pointsPerTarget,completionBonus:e.completionBonus},limits:{attemptsAllowed:e.attemptsAllowed,mistakesAllowed:e.mistakesAllowed,...e.playsPerSecond===void 0?{}:{playsPerSecond:e.playsPerSecond},...e.playsPerDay===void 0?{}:{playsPerDay:e.playsPerDay}}}}function WR(e,t){return{archetype:"push",round:{server_time:"",snapshot:t,id:Vt(e),number:e.number,can:{accepting_plays:e.open,results_available:!1,solution_revealed:!1,closed:!e.open,optimistic_play:!1},challenge_instance_id:null,challenge:{theme:e.theme,prompt:e.prompt,target:e.target,target_label:e.targetLabel,unit:e.unit,picks:e.slates.length,slates:e.slates.map(o=>({id:o.id,label:o.label,entries:o.entries.map(n=>({key:n.key,label:n.label}))})),tiers:e.tiers,floor_label:e.floorLabel,bust_label:e.bustLabel}},secret:{target:e.target,targetLabel:e.targetLabel,slates:e.slates,tiers:e.tiers,floorLabel:e.floorLabel,bustLabel:e.bustLabel,...e.line?{line:e.line}:{}},limits:{picksAllowed:e.slates.length,...e.playsPerSecond===void 0?{}:{playsPerSecond:e.playsPerSecond},...e.playsPerDay===void 0?{}:{playsPerDay:e.playsPerDay}}}}function KR(e,t){return{archetype:"group",round:{server_time:"",snapshot:t,id:Vt(e),number:e.number,can:{accepting_plays:e.open,results_available:!1,solution_revealed:!1,closed:!e.open,optimistic_play:!1},challenge_instance_id:null,challenge:{board:e.board,prompt:e.prompt,groups:e.groups.length,group_size:e.groups[0]?.members.length??0}},secret:{groups:e.groups,pointsPerGroup:e.pointsPerGroup,completionBonus:e.completionBonus},limits:{attemptsAllowed:e.attemptsAllowed,mistakesAllowed:e.mistakesAllowed,...e.playsPerSecond===void 0?{}:{playsPerSecond:e.playsPerSecond},...e.playsPerDay===void 0?{}:{playsPerDay:e.playsPerDay}}}}function ZR(e,t){let r=Yw(e),o=r.every(i=>i.result!==void 0);return{archetype:"predict",round:{server_time:"",snapshot:t,id:Vt(e),number:e.number,can:{accepting_plays:e.open&&!o,results_available:o,solution_revealed:o,closed:!e.open||o,optimistic_play:!1},challenge_instance_id:null,challenge:{prompt:e.prompt,questions:r.map(i=>({id:i.id,kind:i.kind,prompt:i.prompt,...i.options?{options:i.options.map(a=>({key:a.key,label:a.label}))}:{},...i.min!==void 0?{min:i.min}:{},...i.max!==void 0?{max:i.max}:{},...i.step!==void 0?{step:i.step}:{},...o&&i.result!==void 0?{result:i.result}:{}})),...e.options?{options:e.options.map(i=>({key:i.key,label:i.label}))}:{},...o&&e.result!==void 0?{result:e.result}:{}}},secret:{questions:r,pointsForCorrect:e.pointsForCorrect},limits:{attemptsAllowed:e.attemptsAllowed,...e.playsPerSecond===void 0?{}:{playsPerSecond:e.playsPerSecond},...e.playsPerDay===void 0?{}:{playsPerDay:e.playsPerDay}}}}function HR(e,t){let r=JR(e,t);return e.archetype==="bingo"?e.locksAt===void 0?r:{...r,round:{...r.round,locks_at:e.locksAt},limits:{...r.limits,locksAt:e.locksAt}}:e.timerSeconds===void 0?r:{...r,round:{...r.round,timer_seconds:e.timerSeconds},limits:{...r.limits,timerSeconds:e.timerSeconds}}}function VR(e,t){let r=e.cardPool.some(i=>i.result!==void 0),o=e.cardPool.length>0&&e.cardPool.every(i=>i.result!==void 0);return{archetype:"bingo",round:{server_time:"",snapshot:t,id:Vt(e),number:e.number,can:{accepting_plays:e.open,results_available:r,solution_revealed:o,closed:!e.open,optimistic_play:!1},challenge_instance_id:null,challenge:{prompt:e.prompt,rows:e.rows,columns:e.columns,centre_mode:e.centreMode,...e.centreMode==="choice"?{centre_options:e.centreOptions??[]}:{},line_types:e.lineTypes,points_per_line:e.pointsPerLine,points_for_full_board:e.pointsForFullBoard}},secret:{rows:e.rows,columns:e.columns,centreMode:e.centreMode,...e.centreOptions?{centreOptions:e.centreOptions}:{},allowCentreDuplicate:e.allowCentreDuplicate,lineTypes:e.lineTypes,cardPool:e.cardPool.map(i=>({key:i.key,label:i.label,...i.note?{note:i.note}:{}})),cardStatus:Object.fromEntries(e.cardPool.filter(i=>i.result!==void 0).map(i=>[i.key,i.result])),pointsPerLine:e.pointsPerLine,pointsForFullBoard:e.pointsForFullBoard},limits:{shuffleAllowance:e.shuffleAllowance,...e.playsPerSecond===void 0?{}:{playsPerSecond:e.playsPerSecond},...e.playsPerDay===void 0?{}:{playsPerDay:e.playsPerDay}}}}function YR(e,t){return{archetype:"shoot",round:{server_time:"",snapshot:t,id:Vt(e),number:e.number,can:{accepting_plays:e.open,results_available:!1,solution_revealed:!1,closed:!e.open,optimistic_play:!1},challenge_instance_id:null,challenge:{prompt:e.prompt,model:e.model,profile:e.difficulty,shots_allowed:e.shotsAllowed,goals_to_win:e.goalsToWin,points_per_goal:e.pointsPerGoal,input:{aim_x:[Ne.aimX.min,Ne.aimX.max],aim_y:[Ne.aimY.min,Ne.aimY.max],power:[Ne.power.min,Ne.power.max]},geometry:{post_x:ut.postX,bar_y:ut.barY,post_width:ut.postWidth,bar_height:ut.barHeight,ball_radius:ut.ballRadius,keeper_start:{x:ut.keeperStart.x,y:ut.keeperStart.y}}}},secret:{model:e.model,profile:e.difficulty,shotsAllowed:e.shotsAllowed,goalsToWin:e.goalsToWin,pointsPerGoal:e.pointsPerGoal},limits:{attemptsAllowed:e.shotsAllowed,...e.playsPerSecond===void 0?{}:{playsPerSecond:e.playsPerSecond},...e.playsPerDay===void 0?{}:{playsPerDay:e.playsPerDay}}}}function JR(e,t){switch(e.archetype){case"hunt":return BR(e,t);case"push":return WR(e,t);case"group":return KR(e,t);case"predict":return ZR(e,t);case"bingo":return VR(e,t);case"shoot":return YR(e,t)}}function qR(){return GR(32).toString("hex")}function XR(e,t,r){if(e.archetype!=="shoot")return e;let o=t?.secret?.entropy,n=(t?.archetype??"hunt")==="shoot"&&typeof o=="string"&&o.length>0?o:r();return{...e,secret:{...e.secret,entropy:n}}}function Lr(e){return e===null||typeof e!="object"?JSON.stringify(e):Array.isArray(e)?`[${e.map(Lr).join(",")}]`:`{${Object.entries(e).filter(([,r])=>r!==void 0).sort(([r],[o])=>r<o?-1:r>o?1:0).map(([r,o])=>`${JSON.stringify(r)}:${Lr(o)}`).join(",")}}`}function wS(e,t,r={}){let o=i=>{let{server_time:a,snapshot:s,...c}=i,{version:d,...u}=c;if(!r.ignoringSettlement)return u;let{results_available:p,solution_revealed:h,...m}=u.can;return{...u,can:m}},n=i=>{if(!r.ignoringSettlement)return i;let{cardStatus:a,...s}=i??{};return s};return Lr({round:o(e.round),secret:n(e.secret),limits:e.limits,archetype:e.archetype})===Lr({round:o(t.round),secret:n(t.secret),limits:t.limits,archetype:t.archetype??"hunt"})}function QR(e,t){if(e.archetype!=="bingo"||!wS(e,t,{ignoringSettlement:!0}))return!1;let r=i=>(i??{}).cardStatus??{},o=r(t.secret),n=r(e.secret);for(let[i,a]of Object.entries(o))if(!(i in n)||Lr(n[i])!==Lr(a))return!1;return Object.keys(n).length>Object.keys(o).length}async function wf(e,t,r,o,n=!0,i,a,s){let c=i??Vt(r),d=await e.getRound(t,c),u=XR(HR(r,o),d,s?.newEntropy??qR);if(u.round.id=c,a&&(u.round.origin=a),d&&wS(u,d)){let{fusedUntil:m,...g}=d;return await e.putRound(t,{...g,archetype:u.archetype},n),{roundId:c,version:d.round.version,changed:!1,current:n}}if(d&&QR(u,d)){let m=Object.keys((u.secret??{}).cardStatus??{}).length;return await e.putRound(t,{...d,round:{...u.round,version:d.round.version},secret:u.secret,limits:u.limits,archetype:u.archetype},n),await e.appendAudit({id:`round_${c}_settle_${m}`,at:new Date().toISOString(),tenant:t,round_id:c,player_id:null,action:"round.settled",detail:{version:d.round.version,resolved:m,snapshot:o}}),{roundId:c,version:d.round.version,changed:!1,current:n}}let p=d?d.round.version+1:1,h={round:{...u.round,version:p},secret:u.secret,limits:u.limits,archetype:u.archetype};return await e.putRound(t,h,n),await e.appendAudit({id:`round_${c}_v${p}`,at:new Date().toISOString(),tenant:t,round_id:c,player_id:null,action:d?"round.replaced":"round.provisioned",detail:{version:p,snapshot:o,number:r.number,archetype:r.archetype,accepting_plays:r.open}}),{roundId:c,version:p,changed:!0,current:n}}var _S=v(()=>{"use strict";ne()});function tt(e){let t=e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return new RegExp(`^${t.replace(/\\\{[^}]+\\\}/g,"([^/]+)")}$`)}async function xS(e,t,r,o){let n=e.path.replace(/\/+$/,"")||e.path;if(e.method==="OPTIONS")return{status:204,headers:_f,body:void 0};if(e.method==="GET"&&n===`${xs}/health`)return Ke(200,{status:"ok"});let i=nt.session.exec(n);if(i){if(e.method!=="POST")return wt(405,"method_not_allowed","This route accepts POST.");let s=decodeURIComponent(i[1]),c=o?.check(Zm(s,Km(e)));if(c&&!c.allowed)return kS(c.retryAfterSeconds);let d=r?.issue(s);return d?Ke(200,{server_time:"",snapshot:"",token:d.token,player_id:d.playerId,kind:"anonymous"}):wt(503,"unavailable","This deployment cannot issue a session.",!0)}let a=[["runtime",nt.runtime],["currentRound",nt.currentRound],["rounds",nt.rounds],["roundsMine",nt.roundsMine],["nextRound",nt.nextRound],["plays",nt.plays],["roundState",nt.roundState],["profile",nt.profile],["leaderboard",nt.leaderboard],["round",nt.round]];for(let[s,c]of a){let d=c.exec(n);if(!d)continue;let u=decodeURIComponent(d[1]),p=d[2]?decodeURIComponent(d[2]):void 0,h=o?.check(Zm(u,Km(e)));if(h&&!h.allowed)return kS(h.retryAfterSeconds);let m=s==="plays";if(m?e.method!=="POST":e.method!=="GET")return wt(405,"method_not_allowed",`This route accepts ${m?"POST":"GET"}.`);let g;try{g=await t.forPlayer(u,e)}catch(T){return on({path:e.path,method:e.method,game:u,stage:"resolve",name:Cn(T)}),wt(503,"unavailable","The Engine is briefly unavailable.",!0)}if(!g)return wt(404,"not_found",`No game with id "${u}".`);try{switch(s){case"runtime":return Ke(200,await g.getRuntime());case"currentRound":return Ke(200,await g.getCurrentRound());case"rounds":return Ke(200,await g.getRoundPool());case"roundsMine":return Ke(200,await g.getPlayedRounds());case"nextRound":return Ke(200,await g.getNextRound());case"round":{let T=await g.getRound(p);return T?Ke(200,T):wt(404,"not_found","No such round.")}case"roundState":return Ke(200,await g.getRoundState(p));case"profile":return Ke(200,await g.getProfile());case"leaderboard":return Ke(200,await g.getLeaderboard());case"plays":{let T=gk.safeParse(e.body);if(!T.success)return wt(422,"invalid_request",T.error.issues.map(w=>`${w.path.join(".")||"body"}: ${w.message}`).join("; "));let y=await g.play(p,T.data),_=Ke(200,y);return y.outcome==="busy"&&y.retry_after_seconds&&(_.headers["retry-after"]=String(y.retry_after_seconds)),_}}}catch(T){return T instanceof Error&&T.message==="round_not_found"?wt(404,"not_found","No such round."):(on({path:e.path,method:e.method,game:u,name:Cn(T)}),wt(500,"internal","Something went wrong at our end.",!0))}}return eL}var _f,Ke,wt,nt,eL,kS,SS=v(()=>{"use strict";ne();Ws();_f={"access-control-allow-origin":"*","access-control-allow-methods":"GET, POST, OPTIONS","access-control-allow-headers":"authorization, content-type, x-gamestage-player","access-control-max-age":"600"},Ke=(e,t)=>({status:e,headers:{"content-type":"application/json",..._f},body:t}),wt=(e,t,r,o=!1)=>Ke(e,{error:{code:t,message:r,retryable:o}});nt={runtime:tt(ae.runtime),currentRound:tt(ae.currentRound),rounds:tt(ae.rounds),roundsMine:tt(ae.roundsMine),nextRound:tt(ae.nextRound),round:tt(ae.round),plays:tt(ae.plays),roundState:tt(ae.roundState),profile:tt(ae.profile),leaderboard:tt(ae.leaderboard),session:tt(ae.session)},eL=wt(404,"not_found","No such route on the player API."),kS=e=>({status:429,headers:{"content-type":"application/json","retry-after":String(e),..._f},body:{error:{code:"rate_limited",message:"Too many requests for this game from one caller. Slow down.",retryable:!0}}})});function Ys(...e){let t=e.reduce((n,{length:i})=>n+i,0),r=new Uint8Array(t),o=0;for(let n of e)r.set(n,o),o+=n.length;return r}function Ot(e){let t=new Uint8Array(e.length);for(let r=0;r<e.length;r++){let o=e.charCodeAt(r);if(o>127)throw new TypeError("non-ASCII string encountered in encode()");t[r]=o}return t}var Nn,ri,Vs,hW,Dr=v(()=>{Nn=new TextEncoder,ri=new TextDecoder,Vs=new TextDecoder("utf-8",{fatal:!0}),hW=2**32});function tL(e,t){if(t&&!e.usages.includes(t))throw new TypeError(`CryptoKey does not support this operation, its usages must include ${t}.`)}function ES(e,t,r){let o=e.algorithm;if(o.name!==t.name)throw Js(t.name);if(t.hash&&o.hash?.name!==t.hash)throw Js(t.hash,"algorithm.hash");if(t.namedCurve&&o.namedCurve!==t.namedCurve)throw Js(t.namedCurve,"algorithm.namedCurve");if(t.length!==void 0&&o.length!==t.length)throw Js(t.length,"algorithm.length");tL(e,r)}var Js,$S=v(()=>{Js=(e,t="algorithm.name")=>new TypeError(`CryptoKey does not support this operation, its ${t} must be ${e}`)});function TS(e,t,...r){if(r=r.filter(Boolean),r.length>2){let o=r.pop();e+=`one of type ${r.join(", ")}, or ${o}.`}else r.length===2?e+=`one of type ${r[0]} or ${r[1]}.`:e+=`of type ${r[0]}.`;return t==null?e+=` Received ${t}`:typeof t=="function"&&t.name?e+=` Received function ${t.name}`:typeof t=="object"&&t!=null&&t.constructor?.name&&(e+=` Received an instance of ${t.constructor.name}`),e}var AS,kf,xf=v(()=>{AS=(e,...t)=>TS("Key must be ",e,...t),kf=(e,t,...r)=>TS(`Key for the ${e} algorithm must be `,t,...r)});var Ae,Ze,oi,qs,me,re,an,ii,jr,Xs,Qs,ec,Le=v(()=>{Ae=class extends Error{static code="ERR_JOSE_GENERIC";code="ERR_JOSE_GENERIC";constructor(t,r){super(t,r),this.name=this.constructor.name,Error.captureStackTrace?.(this,this.constructor)}},Ze=class extends Ae{static code="ERR_JWT_CLAIM_VALIDATION_FAILED";code="ERR_JWT_CLAIM_VALIDATION_FAILED";claim;reason;payload;constructor(t,r,o="unspecified",n="unspecified"){super(t,{cause:{claim:o,reason:n,payload:r}}),this.claim=o,this.reason=n,this.payload=r}},oi=class extends Ae{static code="ERR_JWT_EXPIRED";code="ERR_JWT_EXPIRED";claim;reason;payload;constructor(t,r,o="unspecified",n="unspecified"){super(t,{cause:{claim:o,reason:n,payload:r}}),this.claim=o,this.reason=n,this.payload=r}},qs=class extends Ae{static code="ERR_JOSE_ALG_NOT_ALLOWED";code="ERR_JOSE_ALG_NOT_ALLOWED"},me=class extends Ae{static code="ERR_JOSE_NOT_SUPPORTED";code="ERR_JOSE_NOT_SUPPORTED"},re=class extends Ae{static code="ERR_JWS_INVALID";code="ERR_JWS_INVALID"},an=class extends Ae{static code="ERR_JWT_INVALID";code="ERR_JWT_INVALID"},ii=class extends Ae{static code="ERR_JWKS_INVALID";code="ERR_JWKS_INVALID"},jr=class extends Ae{static code="ERR_JWKS_NO_MATCHING_KEY";code="ERR_JWKS_NO_MATCHING_KEY";constructor(t="no applicable key found in the JSON Web Key Set",r){super(t,r)}},Xs=class extends Ae{[Symbol.asyncIterator]=async function*(){};static code="ERR_JWKS_MULTIPLE_MATCHING_KEYS";code="ERR_JWKS_MULTIPLE_MATCHING_KEYS";constructor(t="multiple matching keys found in the JSON Web Key Set",r){super(t,r)}},Qs=class extends Ae{static code="ERR_JWKS_TIMEOUT";code="ERR_JWKS_TIMEOUT";constructor(t="request timed out",r){super(t,r)}},ec=class extends Ae{static code="ERR_JWS_SIGNATURE_VERIFICATION_FAILED";code="ERR_JWS_SIGNATURE_VERIFICATION_FAILED";constructor(t="signature verification failed",r){super(t,r)}}});var Mr,Sf,Ef,$f=v(()=>{Mr=e=>{if(e?.[Symbol.toStringTag]==="CryptoKey")return!0;try{return e instanceof CryptoKey}catch{return!1}},Sf=e=>e?.[Symbol.toStringTag]==="KeyObject",Ef=e=>Mr(e)||Sf(e)});function Tf(e){if(Uint8Array.prototype.toBase64)return e.toBase64();let t=32768,r=[];for(let o=0;o<e.length;o+=t)r.push(String.fromCharCode.apply(null,e.subarray(o,o+t)));return btoa(r.join(""))}function tc(e){if(Uint8Array.fromBase64)return Uint8Array.fromBase64(e);let t=atob(e),r=new Uint8Array(t.length);for(let o=0;o<t.length;o++)r[o]=t.charCodeAt(o);return r}var Af=v(()=>{});function ai(e){if(Uint8Array.fromBase64)try{return Uint8Array.fromBase64(typeof e=="string"?e:ri.decode(e),{alphabet:"base64url"})}catch(r){throw new TypeError("The input to be decoded is not correctly encoded.",{cause:r})}let t=e;if(t instanceof Uint8Array&&(t=ri.decode(t)),t.includes("+")||t.includes("/"))throw new TypeError("The input to be decoded is not correctly encoded.");t=t.replace(/-/g,"+").replace(/_/g,"/");try{return tc(t)}catch{throw new TypeError("The input to be decoded is not correctly encoded.")}}function Ur(e){let t=e;return typeof t=="string"&&(t=Nn.encode(t)),Uint8Array.prototype.toBase64?t.toBase64({alphabet:"base64url",omitPadding:!0}):Tf(t).replace(/=/g,"").replace(/\+/g,"-").replace(/\//g,"_")}var si=v(()=>{Dr();Af()});function rt(e){if(!nL(e)||Object.prototype.toString.call(e)!=="[object Object]")return!1;if(Object.getPrototypeOf(e)===null)return!0;let t=e;for(;Object.getPrototypeOf(t)!==null;)t=Object.getPrototypeOf(t);return Object.getPrototypeOf(e)===t}function nc(...e){let t=e.filter(Boolean);if(t.length===0||t.length===1)return!0;let r;for(let o of t){let n=Object.keys(o);if(!r||r.size===0){r=new Set(n);continue}for(let i of n){if(r.has(i))return!1;r.add(i)}}return!0}var nL,If,IS,PS,CS,sn=v(()=>{nL=e=>typeof e=="object"&&e!==null;If=e=>rt(e)&&typeof e.kty=="string",IS=e=>e.kty!=="oct"&&(e.kty==="AKP"&&typeof e.priv=="string"||typeof e.d=="string"),PS=e=>e.kty!=="oct"&&e.d===void 0&&e.priv===void 0,CS=e=>e.kty==="oct"&&typeof e.k=="string"});function Pf(e,t){if(e)throw new TypeError(`${t} can only be called once`)}function Cf(e,t,r){try{return ai(e)}catch{throw new r(`Failed to base64url decode the ${t}`)}}function OS(e,t,r){try{return Ot(e)}catch{throw new r(`The ${t} is not a valid base64url string`)}}function NS(e,t,r){let o;try{o=JSON.parse(Vs.decode(ai(e)))}catch{throw new t(r)}if(!rt(o))throw new t(r);return o}var Of=v(()=>{si();Dr();sn()});function iL(e,t){if(!e.kty.includes(t.kty))throw new me(oL);return e.subtleFor?.({kty:t.kty,crv:t.crv})??e.subtle}async function rc(e,t){if(t.kty==="RSA"&&"oth"in t&&t.oth!==void 0)throw new me('RSA JWK "oth" (Other Primes Info) Parameter value is not supported');let r=iL(e,t),o=!!(t.d||t.priv),n=o?e.usages.private:e.usages.public,i={...t};return i.kty!=="AKP"&&delete i.alg,delete i.use,crypto.subtle.importKey("jwk",i,r,t.ext??!o,t.key_ops??n)}var oL,Nf=v(()=>{Le();oL='Invalid or unsupported JWK "alg" (Algorithm) Parameter value'});function cL(e,t,r){return e.symmetric?aL(e,t,r):sL(e,t,r)}function DS(e,t){return ic||=new WeakMap,ic.get(e)?.[t]}function jS(e,t,r){let o=ic.get(e);return o?o[t]=r:ic.set(e,{[t]:r}),r}async function ac(e,t,r){let o=cL(e,t,r);switch(o.kind){case LS:case Lf:return o.key;case oc:{if(o.key.k)return ai(o.key.k);if(!Object.isFrozen(o.key)){let{key_ops:n}=o.key;Array.isArray(n)&&Object.freeze(n),Object.freeze(o.key)}return RS(o.key,o.key,e)}case Df:{let n=o.key;return n.type==="secret"?n.export():"toCryptoKey"in n&&typeof n.toCryptoKey=="function"?dL(n,e):RS(n,n.export({format:"jwk"}),e)}}}var zr,Rf,aL,sL,LS,Lf,Df,oc,ic,lL,RS,dL,jf=v(()=>{xf();$f();sn();si();Nf();zr=e=>e[Symbol.toStringTag],Rf=(e,t,r)=>{let{alg:o}=e;if(t.use!==void 0){let n;switch(r){case"sign":case"verify":n="sig";break;case"encrypt":case"decrypt":n="enc";break}if(t.use!==n)throw new TypeError(`Invalid key for this operation, its "use" must be "${n}" when present`)}if(t.alg!==void 0&&t.alg!==o)throw new TypeError(`Invalid key for this operation, its "alg" must be "${o}" when present`);if(Array.isArray(t.key_ops)){let n=r==="encrypt"||r==="decrypt"?e.keyOps?.[r]:r;if(n&&t.key_ops?.includes?.(n)===!1)throw new TypeError(`Invalid key for this operation, its "key_ops" must include "${n}" when present`)}return!0},aL=(e,t,r)=>{let{alg:o}=e;if(t instanceof Uint8Array)return{kind:LS,key:t};if(If(t)){if(CS(t)&&Rf(e,t,r))return{kind:oc,key:t};throw new TypeError('JSON Web Key for symmetric algorithms must have JWK "kty" (Key Type) equal to "oct" and the JWK "k" (Key Value) present')}if(!Ef(t))throw new TypeError(kf(o,t,"CryptoKey","KeyObject","JSON Web Key","Uint8Array"));if(t.type!=="secret")throw new TypeError(`${zr(t)} instances for symmetric algorithms must be of type "secret"`);return Mr(t)?{kind:Lf,key:t}:{kind:Df,key:t}},sL=(e,t,r)=>{let{alg:o}=e;if(If(t))switch(r){case"decrypt":case"sign":if(IS(t)&&Rf(e,t,r))return{kind:oc,key:t};throw new TypeError("JSON Web Key for this operation must be a private JWK");case"encrypt":case"verify":if(PS(t)&&Rf(e,t,r))return{kind:oc,key:t};throw new TypeError("JSON Web Key for this operation must be a public JWK")}if(!Ef(t))throw new TypeError(kf(o,t,"CryptoKey","KeyObject","JSON Web Key"));if(t.type==="secret")throw new TypeError(`${zr(t)} instances for asymmetric algorithms must not be of type "secret"`);if(t.type==="public")switch(r){case"sign":throw new TypeError(`${zr(t)} instances for asymmetric algorithm signing must be of type "private"`);case"decrypt":throw new TypeError(`${zr(t)} instances for asymmetric algorithm decryption must be of type "private"`)}if(t.type==="private")switch(r){case"verify":throw new TypeError(`${zr(t)} instances for asymmetric algorithm verifying must be of type "public"`);case"encrypt":throw new TypeError(`${zr(t)} instances for asymmetric algorithm encryption must be of type "public"`)}return Mr(t)?{kind:Lf,key:t}:{kind:Df,key:t}},LS=Symbol(),Lf=Symbol(),Df=Symbol(),oc=Symbol();lL={__proto__:null,prime256v1:"P-256",secp384r1:"P-384",secp521r1:"P-521"};RS=async(e,t,r)=>{let o=DS(e,r.alg);if(o)return o;let n=await rc(r,{...t,alg:r.alg});return jS(e,r.alg,n)},dL=(e,t)=>{let r=DS(e,t.alg);if(r)return r;let o=e.type==="public",n=o?t.usages.public:t.usages.private,{asymmetricKeyType:i}=e,a=lL[e.asymmetricKeyDetails?.namedCurve],s=t.subtleFor?.({crv:a,asymmetricKeyType:i})??t.subtle;return jS(e,t.alg,e.toCryptoKey(s,o,n))}});function ci(e){let t={__proto__:null};for(let r of Object.keys(e))t[r]={...e[r],alg:r};return t}var Mf=v(()=>{});function sc(e){return{kty:["RSA"],subtle:{name:"RSA-OAEP",hash:`SHA-${e}`},usages:uL,minModulusLength:2048,keyOps:{encrypt:"wrapKey",decrypt:"unwrapKey"}}}function cc(e){return{kty:["EC","OKP"],subtle:{name:"ECDH"},subtleFor:({kty:t,crv:r,asymmetricKeyType:o})=>{if(r==="X25519"||o==="x25519")return{name:"X25519"};if(t==="OKP")throw new me('Invalid or unsupported JWK "alg" (Algorithm) Parameter value');return{name:"ECDH",namedCurve:r}},usages:pL,kwBits:e,keyOps:{decrypt:"deriveBits"}}}function Uf(e){return{kty:["oct"],symmetric:!0,subtle:{name:"AES-KW",length:e},usages:lc,keyOps:{encrypt:"wrapKey",decrypt:"unwrapKey"}}}function zf(e){return{kty:["oct"],symmetric:!0,subtle:{name:"AES-GCM",length:e},usages:lc,gcmkw:`A${e}GCM`,keyOps:{encrypt:"encrypt",decrypt:"decrypt"}}}function Ff(e,t){return{kty:["oct"],symmetric:!0,subtle:{name:"PBKDF2"},usages:lc,pbes2Hash:`SHA-${e}`,kwBits:t,keyOps:{encrypt:"deriveBits",decrypt:"deriveBits"}}}function Gf(e){return{kty:["oct"],symmetric:!0,subtle:{name:"AES-GCM",length:e},usages:MS,keyOps:US,cekBits:e,ivBits:96,cbc:!1}}function Bf(e){return{kty:["oct"],symmetric:!0,subtle:{name:"AES-CBC",length:e},usages:MS,keyOps:US,cekBits:e,ivBits:128,cbc:!0}}function zS(e){return hL[e]}var uL,pL,lc,hL,MS,US,jW,FS=v(()=>{Le();Mf();uL={public:["encrypt","wrapKey"],private:["decrypt","unwrapKey"]},pL={public:[],private:["deriveBits"]},lc={public:[],private:[]};hL=ci({dir:{kty:["oct"],symmetric:!0,subtle:{name:"AES-GCM"},usages:lc,keyOps:{encrypt:"encrypt",decrypt:"decrypt"}},"RSA-OAEP":sc(1),"RSA-OAEP-256":sc(256),"RSA-OAEP-384":sc(384),"RSA-OAEP-512":sc(512),"ECDH-ES":cc(),"ECDH-ES+A128KW":cc(128),"ECDH-ES+A192KW":cc(192),"ECDH-ES+A256KW":cc(256),A128KW:Uf(128),A192KW:Uf(192),A256KW:Uf(256),A128GCMKW:zf(128),A192GCMKW:zf(192),A256GCMKW:zf(256),"PBES2-HS256+A128KW":Ff(256,128),"PBES2-HS384+A192KW":Ff(384,192),"PBES2-HS512+A256KW":Ff(512,256)}),MS={public:[],private:[]},US={encrypt:"encrypt",decrypt:"decrypt"};jW=ci({A128GCM:Gf(128),A192GCM:Gf(192),A256GCM:Gf(256),"A128CBC-HS256":Bf(256),"A192CBC-HS384":Bf(384),"A256CBC-HS512":Bf(512)})});function mL(e,t){let{modulusLength:r}=t.algorithm;if(typeof r!="number"||r<2048)throw new TypeError(`${e} requires key modulusLength to be 2048 bits or larger`)}function fL(e,t,r){ES(t,e.subtle,r),e.minModulusLength&&mL(e.alg,t)}async function GS(e,t,r){return t instanceof Uint8Array?crypto.subtle.importKey("raw",t,e.subtle,!1,[r]):(fL(e,t,r),t)}async function BS(e,t,r){let o=await GS(e,t,"sign"),n=await crypto.subtle.sign(e.operation,o,r);return new Uint8Array(n)}async function WS(e,t,r,o){let n=await GS(e,t,"verify");try{return await crypto.subtle.verify(e.operation,n,r,o)}catch{return!1}}var Wf=v(()=>{$S()});function KS(e,t){if(t!==void 0&&(!Array.isArray(t)||t.some(r=>typeof r!="string")))throw new TypeError(`"${e}" option must be an array of strings`);if(t)return new Set(t)}function ZS(e,t){let{crit:r}=t??{};if(Array.isArray(r)&&new Set(r).size!==r.length)throw new e('"crit" (Critical) Header Parameter MUST NOT contain duplicate values')}function uc(e,t,r,o,n){if(n.crit!==void 0&&o?.crit===void 0)throw new e('"crit" (Critical) Header Parameter MUST be integrity protected');if(!o||o.crit===void 0)return new Set;if(!Array.isArray(o.crit)||o.crit.length===0||o.crit.some(a=>typeof a!="string"||a.length===0))throw new e('"crit" (Critical) Header Parameter MUST be an array of non-empty strings when present');let i;r!==void 0?i=new Map([...Object.entries(r),...t.entries()]):i=t;for(let a of o.crit){if(!i.has(a))throw new me(`Extension Header Parameter "${a}" is not recognized`);if(n[a]===void 0)throw new e(`Extension Header Parameter "${a}" is missing`);if(i.get(a)&&o[a]===void 0)throw new e(`Extension Header Parameter "${a}" MUST be integrity protected`)}return new Set(o.crit)}var dc,Kf=v(()=>{Le();dc=new Map([["b64",!0]])});function Zf(e){let t={name:"HMAC",hash:`SHA-${e}`};return{kty:["oct"],symmetric:!0,subtle:t,operation:t,usages:li}}function Fr(e,t,r){let o={name:e,hash:`SHA-${t}`};return{kty:["RSA"],subtle:o,operation:r?{...o,saltLength:r}:o,usages:li,minModulusLength:2048}}function Hf(e,t){return{kty:["EC"],crv:e,subtle:{name:"ECDSA",namedCurve:e},operation:{name:"ECDSA",hash:`SHA-${t}`},usages:li}}function HS(){let e={name:"Ed25519"};return{kty:["OKP"],crv:"Ed25519",subtle:e,operation:e,usages:li}}function Vf(e){let t={name:e};return{kty:["AKP"],subtle:t,operation:t,usages:li}}function pc(e){let t=VS[e];if(!t)throw new me(`alg ${e} is not supported either by JOSE or your javascript runtime`);return t}function hc(e){return VS[e]}var li,VS,di=v(()=>{Le();Mf();li={public:["verify"],private:["sign"]};VS=ci({HS256:Zf(256),HS384:Zf(384),HS512:Zf(512),RS256:Fr("RSASSA-PKCS1-v1_5",256),RS384:Fr("RSASSA-PKCS1-v1_5",384),RS512:Fr("RSASSA-PKCS1-v1_5",512),PS256:Fr("RSA-PSS",256,32),PS384:Fr("RSA-PSS",384,48),PS512:Fr("RSA-PSS",512,64),ES256:Hf("P-256",256),ES384:Hf("P-384",384),ES512:Hf("P-521",512),EdDSA:HS(),Ed25519:HS(),"ML-DSA-44":Vf("ML-DSA-44"),"ML-DSA-65":Vf("ML-DSA-65"),"ML-DSA-87":Vf("ML-DSA-87")})});function YS(e){return{algorithms:e&&KS("algorithms",e.algorithms),crit:e?.crit}}async function gL(e,t,r){let o={};e.protected&&(o=NS(e.protected,re,"JWS Protected Header is invalid"));let n;if(e.header!==void 0){if(!nc(o,e.header))throw new re("JWS Protected and JWS Unprotected Header Parameter names must be disjoint");n={...o,...e.header}}else n=o;let i=uc(re,dc,t.crit,o,n),a=!0;if(i.has("b64")&&(a=o.b64,typeof a!="boolean"))throw new re('The "b64" (base64url-encode payload) Header Parameter must be a boolean');let{alg:s}=n;if(typeof s!="string"||!s)throw new re('JWS "alg" (Algorithm) Header Parameter missing or invalid');if(t.algorithms&&!t.algorithms.has(s))throw new qs('"alg" (Algorithm) Header Parameter value not allowed');if(a){if(typeof e.payload!="string")throw new re("JWS Payload must be a string")}else if(typeof e.payload!="string"&&!(e.payload instanceof Uint8Array))throw new re("JWS Payload must be a string or an Uint8Array instance");let c=!1;typeof r=="function"&&(r=await r(o,e),c=!0);let d=pc(s),u=Ys(e.protected!==void 0?Ot(e.protected):new Uint8Array,Ot("."),typeof e.payload=="string"?a?t.b64p??=OS(e.payload,"payload",re):Nn.encode(e.payload):e.payload),p=Cf(e.signature,"signature",re),h=await ac(d,r,"verify");if(!await WS(d,h,p,u))throw new ec;let g;return a?g=Cf(e.payload,"payload",re):typeof e.payload=="string"?g=Nn.encode(e.payload):g=e.payload,{payload:g,parsedProt:o,b64:a,key:h,resolvedKey:c}}async function JS(e,t,r){if(e instanceof Uint8Array&&(e=ri.decode(e)),typeof e!="string")throw new re("Compact JWS must be a string or Uint8Array");let{0:o,1:n,2:i,length:a}=e.split(".");if(a!==3)throw new re("Invalid Compact JWS");return gL({payload:n,protected:o,signature:i},t,r)}var qS=v(()=>{Wf();di();Le();Dr();Of();sn();Kf();jf()});function ui(e){let t=bL.exec(e);if(!t||t[4]&&t[1])throw new TypeError("Invalid time period format");let r=parseFloat(t[2]),o=t[3].toLowerCase(),n;switch(o){case"sec":case"secs":case"second":case"seconds":case"s":n=Math.round(r);break;case"minute":case"minutes":case"min":case"mins":case"m":n=Math.round(r*QS);break;case"hour":case"hours":case"hr":case"hrs":case"h":n=Math.round(r*eE);break;case"day":case"days":case"d":n=Math.round(r*Yf);break;case"week":case"weeks":case"w":n=Math.round(r*yL);break;default:n=Math.round(r*vL);break}return t[1]==="-"||t[4]==="ago"?-n:n}function Nt(e,t){if(!Number.isFinite(t))throw new TypeError(`Invalid ${e} input`);return t}function tE(e,t,r={}){let o;try{o=JSON.parse(Vs.decode(t))}catch{}if(!rt(o))throw new an("JWT Claims Set must be a top-level JSON object");let{typ:n}=r;if(n&&(typeof e.typ!="string"||XS(e.typ)!==XS(n)))throw new Ze('unexpected "typ" JWT header value',o,"typ","check_failed");let{requiredClaims:i=[],issuer:a,subject:s,audience:c,maxTokenAge:d}=r,u=[...i];d!==void 0&&u.push("iat"),c!==void 0&&u.push("aud"),s!==void 0&&u.push("sub"),a!==void 0&&u.push("iss");for(let g of new Set(u.reverse()))if(!(g in o))throw new Ze(`missing required "${g}" claim`,o,g,"missing");if(a!==void 0&&!(Array.isArray(a)?a:[a]).includes(o.iss))throw new Ze('unexpected "iss" claim value',o,"iss","check_failed");if(s!==void 0&&o.sub!==s)throw new Ze('unexpected "sub" claim value',o,"sub","check_failed");if(c!==void 0&&!wL(o.aud,typeof c=="string"?[c]:c))throw new Ze('unexpected "aud" claim value',o,"aud","check_failed");let p;switch(typeof r.clockTolerance){case"string":p=ui(r.clockTolerance);break;case"number":p=r.clockTolerance;break;case"undefined":p=0;break;default:throw new TypeError("Invalid clockTolerance option type")}Nt("clockTolerance option",p);let{currentDate:h}=r,m=Nt("currentDate option",cn(h||new Date));if((o.iat!==void 0||d!==void 0)&&typeof o.iat!="number")throw new Ze('"iat" claim must be a number',o,"iat","invalid");if(o.nbf!==void 0){if(typeof o.nbf!="number")throw new Ze('"nbf" claim must be a number',o,"nbf","invalid");if(o.nbf>m+p)throw new Ze('"nbf" claim timestamp check failed',o,"nbf","check_failed")}if(o.exp!==void 0){if(typeof o.exp!="number")throw new Ze('"exp" claim must be a number',o,"exp","invalid");if(o.exp<=m-p)throw new oi('"exp" claim timestamp check failed',o,"exp","check_failed")}if(d!==void 0){let g=m-o.iat,T=typeof d=="number"?d:ui(d);if(g-p>T)throw new oi('"iat" claim timestamp check failed (too far in the past)',o,"iat","check_failed");if(g<0-p)throw new Ze('"iat" claim timestamp check failed (it should be in the past)',o,"iat","check_failed")}return o}var cn,QS,eE,Yf,yL,vL,bL,XS,wL,mc,Jf=v(()=>{Le();Dr();sn();cn=e=>Math.floor(e.getTime()/1e3),QS=60,eE=QS*60,Yf=eE*24,yL=Yf*7,vL=Yf*365.25,bL=/^(\+|\-)? ?(\d+|\d+\.\d+) ?(seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)(?: (ago|from now))?$/i;XS=e=>e.includes("/")?e.toLowerCase():`application/${e.toLowerCase()}`,wL=(e,t)=>typeof e=="string"?t.includes(e):Array.isArray(e)?t.some(Set.prototype.has.bind(new Set(e))):!1;mc=class{#e;constructor(t){if(!rt(t))throw new TypeError("JWT Claims Set MUST be an object");this.#e=structuredClone(t)}data(){return Nn.encode(JSON.stringify(this.#e))}get iss(){return this.#e.iss}set iss(t){this.#e.iss=t}get sub(){return this.#e.sub}set sub(t){this.#e.sub=t}get aud(){return this.#e.aud}set aud(t){this.#e.aud=t}set jti(t){this.#e.jti=t}set nbf(t){typeof t=="number"?this.#e.nbf=Nt("setNotBefore",t):t instanceof Date?this.#e.nbf=Nt("setNotBefore",cn(t)):this.#e.nbf=cn(new Date)+ui(t)}set exp(t){typeof t=="number"?this.#e.exp=Nt("setExpirationTime",t):t instanceof Date?this.#e.exp=Nt("setExpirationTime",cn(t)):this.#e.exp=cn(new Date)+ui(t)}set iat(t){t===void 0?this.#e.iat=cn(new Date):t instanceof Date?this.#e.iat=Nt("setIssuedAt",cn(t)):typeof t=="string"?this.#e.iat=Nt("setIssuedAt",cn(new Date)+ui(t)):this.#e.iat=Nt("setIssuedAt",t)}}});async function qf(e,t,r){let o=await JS(e,YS(r),t);if(!o.b64)throw new an("JWTs MUST NOT use unencoded payload");let i={payload:tE(o.parsedProt,o.payload,r),protectedHeader:o.parsedProt};return typeof t=="function"?{...i,key:o.key}:i}var nE=v(()=>{qS();Jf();Le()});function fc(e){return e?.b64===!1&&Array.isArray(e.crit)&&e.crit.includes("b64")}async function rE(e,t){let{protectedHeader:r,unprotectedHeader:o}=e;if(!nc(r,o))throw new re("JWS Protected and JWS Unprotected Header Parameter names must be disjoint");let n={...r,...o};ZS(re,r);let i=uc(re,dc,e.crit,r,n),a=!0;if(i.has("b64")&&(a=r.b64,typeof a!="boolean"))throw new re('The "b64" (base64url-encode payload) Header Parameter must be a boolean');let{alg:s}=n;if(typeof s!="string"||!s)throw new re('JWS "alg" (Algorithm) Header Parameter missing or invalid');let c=pc(s),d,u;if(a){let _=e.encoded??={};_.b64??=Ur(e.payload),_.raw??=Ot(_.b64),d=_.b64,u=_.raw}else u=e.payload,d="";let p,h;r?(p=Ur(JSON.stringify(r)),h=Ot(p)):(p="",h=new Uint8Array);let m=Ys(h,Ot("."),u),g=await ac(c,t,"sign"),T=await BS(c,g,m),y={signature:Ur(T),payload:d};return r&&(y.protected=p),y}var gc=v(()=>{si();Wf();di();sn();Le();Dr();Kf();jf()});var yc,oE=v(()=>{Le();gc();Of();yc=class{#e;#t;#n;constructor(t){if(!(t instanceof Uint8Array))throw new TypeError("payload must be an instance of Uint8Array");this.#e=t}setProtectedHeader(t){return Pf(this.#t,"setProtectedHeader"),this.#t=t,this}setUnprotectedHeader(t){return Pf(this.#n,"setUnprotectedHeader"),this.#n=t,this}async sign(t,r){if(!this.#t&&!this.#n)throw new re("either setProtectedHeader or setUnprotectedHeader must be called before #sign()");let o=await rE({payload:this.#e,protectedHeader:this.#t,unprotectedHeader:this.#n,crit:r?.crit},t);return this.#n&&(o.header=this.#n),o}}});var vc,iE=v(()=>{oE();gc();vc=class{#e;#t;constructor(t){this.#e=new yc(t)}setProtectedHeader(t){return this.#e.setProtectedHeader(t),this.#t=t,this}async sign(t,r){if(fc(this.#t))throw new TypeError("use the flattened module for creating JWS with b64: false");let o=await this.#e.sign(t,r);return`${o.protected}.${o.payload}.${o.signature}`}}});var pi,aE=v(()=>{iE();gc();Le();Jf();pi=class{#e;#t;constructor(t={}){this.#t=new mc(t)}setIssuer(t){return this.#t.iss=t,this}setSubject(t){return this.#t.sub=t,this}setAudience(t){return this.#t.aud=t,this}setJti(t){return this.#t.jti=t,this}setNotBefore(t){return this.#t.nbf=t,this}setExpirationTime(t){return this.#t.exp=t,this}setIssuedAt(t){return this.#t.iat=t,this}setProtectedHeader(t){return this.#e=t,this}async sign(t,r){let o=new vc(this.#t.data());if(o.setProtectedHeader(this.#e),fc(this.#e))throw new an("JWTs MUST NOT use unencoded payload");return o.sign(t,r)}}});function sE(){return new me('Invalid or unsupported JWK "alg" (Algorithm) Parameter value')}function cE(e){if(typeof e!="string")throw sE();let t=hc(e)??zS(e);if(!t)throw sE();return t}var lE=v(()=>{Le();di();FS()});function xL(e){mi(e,48,"Invalid PKCS#8 structure"),hi(e),mi(e,2,"Expected version field");let t=hi(e);e.pos+=t,mi(e,48,"Expected algorithm identifier");let r=hi(e);return{algIdStart:e.pos,algIdLength:r}}var Xf,_L,Qf,hi,mi,dE,kL,SL,EL,$L,uE,pE=v(()=>{Af();Le();lE();Xf=(e,t)=>{if(e.byteLength!==t.length)return!1;for(let r=0;r<e.byteLength;r++)if(e[r]!==t[r])return!1;return!0},_L=e=>({data:e,pos:0}),Qf=e=>{let t=e.data[e.pos++];if(t===void 0)throw new Error("Unexpected end of ASN.1 input");return t},hi=e=>{let t=Qf(e);if(t&128){let r=t&127,o=0;for(let n=0;n<r;n++)o=o<<8|Qf(e);return o}return t},mi=(e,t,r)=>{if(Qf(e)!==t)throw new Error(r)},dE=(e,t)=>{if(t<0||e.pos+t>e.data.length)throw new Error("Unexpected end of ASN.1 input");let r=e.data.subarray(e.pos,e.pos+t);return e.pos+=t,r},kL=e=>{mi(e,6,"Expected algorithm OID");let t=hi(e);return dE(e,t)};SL=e=>{let t=kL(e);if(Xf(t,[43,101,110]))return"X25519";if(!Xf(t,[42,134,72,206,61,2,1]))throw new Error("Unsupported key algorithm");mi(e,6,"Expected curve OID");let r=hi(e),o=dE(e,r);for(let{name:n,oid:i}of[{name:"P-256",oid:[42,134,72,206,61,3,1,7]},{name:"P-384",oid:[43,129,4,0,34]},{name:"P-521",oid:[43,129,4,0,35]}])if(Xf(o,i))return n;throw new Error("Unsupported named curve")},EL=async(e,t,r,o)=>{let n=cE(r);if(n.symmetric)throw new me('Invalid or unsupported "alg" (Algorithm) value');let i=e==="spki",a;if(n.subtleFor)try{a=n.subtleFor({crv:o.getNamedCurve(t)})}catch{throw new me("Invalid or unsupported key format")}else a=n.subtle;return crypto.subtle.importKey(e,t,a,o?.extractable??!!i,i?n.usages.public:n.usages.private)},$L=(e,t)=>tc(e.replace(t,"")),uE=(e,t,r)=>{let o=$L(e,/(?:-----(?:BEGIN|END) PRIVATE KEY-----|\s)/g),n=r;return t?.startsWith?.("ECDH-ES")&&(n||={},n.getNamedCurve=i=>{let a=_L(i);return xL(a),SL(a)}),EL("pkcs8",o,t,n)}});function TL(e){return Object.fromEntries(Object.entries(e).filter(([,t])=>t!==void 0))}async function AL(e){if(Sf(e))if(e.type==="secret")e=e.export();else return e.export({format:"jwk"});if(e instanceof Uint8Array)return{kty:"oct",k:Ur(e)};if(!Mr(e))throw new TypeError(AS(e,"CryptoKey","KeyObject","Uint8Array"));if(!e.extractable)throw new TypeError("non-extractable CryptoKey cannot be exported as a JWK");let{ext:t,key_ops:r,alg:o,use:n,...i}=TL(await crypto.subtle.exportKey("jwk",e));return i.kty==="AKP"&&(i.alg=o),i}async function eg(e){return AL(e)}var hE=v(()=>{xf();si();$f()});function IL(e){let t=typeof e=="string"?hc(e):void 0;if(!t||t.symmetric)throw new me('Unsupported "alg" value for a JSON Web Key Set');return t}function PL(e){if(!e||typeof e!="object")return!1;let{keys:t}=e;return Array.isArray(t)&&t.every(CL)}function CL(e){return rt(e)}async function mE(e,t,r){let o=e.get(t)||e.set(t,{}).get(t);if(o[r.alg]===void 0){let n=await rc(r,{...t,alg:r.alg,ext:!0});if(n.type!=="public")throw new ii("JSON Web Key Set members must be public keys");o[r.alg]=n}return o[r.alg]}function ng(e){let t=new tg(e),r=async(o,n)=>t.getKey(o,n);return Object.defineProperties(r,{jwks:{value:()=>structuredClone(t.jwks()),enumerable:!1,configurable:!1,writable:!1}}),r}var tg,fE=v(()=>{Nf();di();Le();sn();tg=class{#e;#t=new WeakMap;constructor(t){if(!PL(t))throw new ii("JSON Web Key Set malformed");this.#e=structuredClone(t)}jwks(){return this.#e}async getKey(t,r){let{alg:o,kid:n}={...t,...r?.header},i=IL(o),a=this.#e.keys.filter(d=>{let u=i.kty.includes(d.kty);return u&&typeof n=="string"&&(u=n===d.kid),u&&(typeof d.alg=="string"||d.kty==="AKP")&&(u=o===d.alg),u&&typeof d.use=="string"&&(u=d.use==="sig"),u&&Array.isArray(d.key_ops)&&(u=d.key_ops.includes("verify")),u&&i.crv&&(u=d.crv===i.crv),u}),{0:s,length:c}=a;if(c===0)throw new jr;if(c!==1){let d=new Xs,u=this.#t;throw d[Symbol.asyncIterator]=async function*(){for(let p of a)try{yield await mE(u,p,i)}catch{}},d}return mE(this.#t,s,i)}}});function OL(){return typeof WebSocketPair<"u"||typeof navigator<"u"&&navigator.userAgent==="Cloudflare-Workers"||typeof EdgeRuntime<"u"&&EdgeRuntime==="vercel"}async function NL(e,t,r,o=fetch){let n=await o(e,{method:"GET",signal:r,redirect:"manual",headers:t}).catch(i=>{throw i.name==="TimeoutError"?new Qs:i});if(n.status!==200)throw new Ae("Expected 200 OK from the JSON Web Key Set HTTP response");try{return await n.json()}catch{throw new Ae("Failed to parse the JSON Web Key Set HTTP response as JSON")}}function RL(e,t){return!(typeof e!="object"||e===null||!("uat"in e)||typeof e.uat!="number"||Date.now()-e.uat>=t||!("jwks"in e)||!rt(e.jwks)||!Array.isArray(e.jwks.keys)||!Array.prototype.every.call(e.jwks.keys,rt))}function ig(e,t){let r=new og(e,t),o=async(n,i)=>r.getKey(n,i);return Object.defineProperties(o,{coolingDown:{get:()=>r.coolingDown(),enumerable:!0,configurable:!1},fresh:{get:()=>r.fresh(),enumerable:!0,configurable:!1},reload:{value:()=>r.reload(),enumerable:!0,configurable:!1,writable:!1},reloading:{get:()=>r.pendingFetch(),enumerable:!0,configurable:!1},jwks:{value:()=>r.jwks(),enumerable:!0,configurable:!1,writable:!1}}),o}var rg,gE,bc,og,yE=v(()=>{Le();fE();sn();(typeof navigator>"u"||!navigator.userAgent?.startsWith?.("Mozilla/5.0 "))&&(rg="jose/v6.2.5");gE=Symbol();bc=Symbol();og=class{#e;#t;#n;#c;#i;#r;#o;#l;#a;#s;constructor(t,r){if(!(t instanceof URL))throw new TypeError("url must be an instance of URL");this.#e=new URL(t.href),this.#t=typeof r?.timeoutDuration=="number"?r?.timeoutDuration:5e3,this.#n=typeof r?.cooldownDuration=="number"?r?.cooldownDuration:3e4,this.#c=typeof r?.cacheMaxAge=="number"?r?.cacheMaxAge:6e5,this.#o=new Headers(r?.headers),rg&&!this.#o.has("User-Agent")&&this.#o.set("User-Agent",rg),this.#o.has("accept")||(this.#o.set("accept","application/json"),this.#o.append("accept","application/jwk-set+json")),this.#l=r?.[gE],r?.[bc]!==void 0&&(this.#s=r?.[bc],RL(r?.[bc],this.#c)&&(this.#i=this.#s.uat,this.#a=ng(this.#s.jwks)))}pendingFetch(){return!!this.#r}coolingDown(){return typeof this.#i=="number"?Date.now()<this.#i+this.#n:!1}fresh(){return typeof this.#i=="number"?Date.now()<this.#i+this.#c:!1}jwks(){return this.#a?.jwks()}async getKey(t,r){(!this.#a||!this.fresh())&&await this.reload();try{return await this.#a(t,r)}catch(o){if(o instanceof jr&&this.coolingDown()===!1)return await this.reload(),this.#a(t,r);throw o}}async reload(){this.#r&&OL()&&(this.#r=void 0),this.#r||=NL(this.#e.href,this.#o,AbortSignal.timeout(this.#t),this.#l).then(t=>{this.#a=ng(t),this.#s&&(this.#s.uat=Date.now(),this.#s.jwks=t),this.#i=Date.now(),this.#r=void 0}).catch(t=>{throw this.#r=void 0,t}),await this.#r}}});async function ag(e,t,r){if(typeof e!="string"||e.indexOf("-----BEGIN PRIVATE KEY-----")!==0)throw new TypeError('"pkcs8" must be PKCS#8 formatted string');return uE(e,t,r)}var vE=v(()=>{pE()});var sg=v(()=>{nE();aE();yE();hE();vE()});function LL(e){let t=bE.get(e);return t||(t=ig(new URL(e)),bE.set(e,t)),t}function wE(e){let t;return{lastRefusal:()=>t,async resolve(r){t=void 0;try{let{payload:o}=await qf(r,LL(e.jwksUri),{issuer:e.issuer,...e.audience?{audience:e.audience}:{}}),n=typeof o.sub=="string"?o.sub:"";if(!n){t="token_malformed";return}let i=typeof o.name=="string"?o.name:typeof o.preferred_username=="string"?o.preferred_username:void 0;return{playerId:`${DL}${n}`,...i?{alias:i}:{}}}catch(o){let n=o?.code;t=n==="ERR_JWT_EXPIRED"?"token_expired":n==="ERR_JWS_INVALID"||n==="ERR_JWT_INVALID"?"token_malformed":"token_untrusted";return}}}}var bE,DL,_E=v(()=>{"use strict";sg();Bs();bE=new Map;DL="id:"});import{createPublicKey as jL,generateKeyPairSync as ML}from"node:crypto";async function cg(e){let t=e.replace(/\/+$/,""),r=t,o=`${t}${wc}`,{privateKey:n,publicKey:i}=ML("rsa",{modulusLength:2048,privateKeyEncoding:{type:"pkcs8",format:"pem"},publicKeyEncoding:{type:"spki",format:"pem"}}),a=await ag(n,"RS256"),s=await eg(jL(i)),c="gamestage-dev",d={keys:[{...s,kid:c,alg:"RS256",use:"sig"}]};return{issuer:r,jwksUri:o,jwks:d,resolver:wE({issuer:r,jwksUri:o}),async mint(u,p={}){let h=Math.floor(Date.now()/1e3);return new pi({name:u}).setProtectedHeader({alg:"RS256",kid:c}).setIssuer(r).setSubject(u).setIssuedAt(h).setExpirationTime(h+(p.expiresInSeconds??3600)).sign(a)}}}var wc,lg=v(()=>{"use strict";sg();_E();wc="/.well-known/jwks.json"});import{createServer as UL}from"node:http";import{randomBytes as zL}from"node:crypto";async function GL(e){let t=vS({tenant:e.game,rounds:[],currentRoundId:""});await wf(t,e.game,Se.parse(e.round),"local",!0,void 0,{source:"manifest"});for(let[o,n]of(e.alsoRounds??[]).entries())await wf(t,e.game,Se.parse(n),`local-${o+2}`,!1,void 0,{source:"manifest"});let r=fS({game:e.game,archetype:e.round.archetype,snapshot:"local",title:e.title,identityRequired:e.identityRequired});return{async forPlayer(o,n){if(o===e.game)return gS({tenant:e.game,playerId:n.playerId??ti(void 0),identityRefusal:n.identityRefusal,runtime:r,store:t,now:e.now,round:{archetype:e.round.archetype}})}}}async function BL(e){let t=[];for await(let r of e)t.push(Buffer.from(r));if(t.length!==0)try{return JSON.parse(Buffer.concat(t).toString("utf8"))}catch{return}}async function _c(e){let t=await GL(e),r=zL(32).toString("base64"),o={issue:()=>Kx(r)},n=e.devIdentity,i=UL((a,s)=>{(async()=>{let c=new URL(a.url??"/","http://localhost");if(n&&c.pathname===wc){let h=JSON.stringify(n.jwks);s.writeHead(200,{"content-type":"application/jwk-set+json; charset=utf-8","access-control-allow-origin":"*","content-length":Buffer.byteLength(h)}),s.end(h);return}if(e.clientBundle&&a.method==="GET"&&/^\/(client\/[^/]+\/)?gamestage\.js$/.test(c.pathname)){let h=e.clientBundle;s.writeHead(200,{"content-type":"text/javascript; charset=utf-8","cache-control":"no-store","access-control-allow-origin":"*","content-length":Buffer.byteLength(h)}),s.end(h);return}let d=a.headers[FL],u=a.headers.authorization,p=await xS({method:a.method??"GET",path:c.pathname,body:await BL(a),...(({playerId:h,refused:m})=>({playerId:h,identityRefusal:m}))(await Bx({token:u?.replace(/^Bearer\s+/i,"")||void 0,anonymousId:Array.isArray(d)?d[0]:d,sessionSecret:r,resolver:n?.resolver}))},t,o);s.writeHead(p.status,p.headers),s.end(p.body===void 0?void 0:JSON.stringify(p.body))})().catch(()=>{s.headersSent?s.destroy():(s.writeHead(500,{"content-type":"application/json"}),s.end(JSON.stringify({error:{code:"internal",message:"The local Engine failed.",retryable:!0}})))})});return i.attachDevIdentity=a=>{n=a},i}var FL,dg=v(()=>{"use strict";ne();yS();Hs();bS();_S();SS();Bs();lg();lg();Hs();FL="x-gamestage-player"});import{spawn as WL}from"node:child_process";import{createHash as KL,randomBytes as xE}from"node:crypto";import{constants as ZL}from"node:fs";import{access as HL,mkdtemp as VL,rm as SE}from"node:fs/promises";import{request as YL}from"node:http";import{homedir as kc,tmpdir as JL}from"node:os";import{join as fi}from"node:path";function ug(e,t={}){let r=Buffer.isBuffer(e)?e:Buffer.from(e),o=t.maskingKey??xE(4);if(o.length!==4)throw new Error("A WebSocket masking key must be four bytes.");let n=r.length<126?0:r.length<=65535?2:8,i=Buffer.alloc(2+n+4+r.length);i[0]=(t.fin===!1?0:128)|(t.opcode??1),i[1]=128|(n===0?r.length:n===2?126:127);let a=2;n===2?(i.writeUInt16BE(r.length,a),a+=2):n===8&&(i.writeBigUInt64BE(BigInt(r.length),a),a+=8),o.copy(i,a),a+=4;for(let s=0;s<r.length;s++)i[a+s]=r[s]^o[s%4];return i}async function gg(e={}){let r=[(e.env??process.env).GAMESTAGE_CHROME,...e.locations??XL].filter(s=>!!s),o;for(let s of[...new Set(r)])try{await HL(s,ZL.X_OK),o=s;break}catch{}if(!o)return{status:"skipped",detail:"No supported browser found. Install Chrome, Chromium, Brave or Edge, or set GAMESTAGE_CHROME to its executable path, then run verify again."};let n=await VL(fi(JL(),"gamestage-chrome-")),i=WL(o,["--headless=new","--remote-debugging-port=0","--no-first-run","--no-default-browser-check",`--user-data-dir=${n}`,"about:blank"],{stdio:["ignore","ignore","pipe"]}),a;try{a=await eD(await QL(i,1e4));let{targetId:s}=await a.send("Target.createTarget",{url:"about:blank"}),{sessionId:c}=await a.send("Target.attachToTarget",{targetId:s,flatten:!0});return{status:"available",browser:await fg.create(a,c,i,n)}}catch(s){throw a?.close(),await EE(i),await SE(n,{recursive:!0,force:!0}),s}}function QL(e,t){return new Promise((r,o)=>{let n="",i=u=>{clearTimeout(d),e.stderr?.off("data",a),e.off("error",s),e.off("close",c),u()},a=u=>{n=(n+u.toString("utf8")).slice(-4e3);let p=n.match(/DevTools listening on (ws:\/\/\S+)/);p&&i(()=>r(p[1]))},s=u=>i(()=>o(u)),c=u=>i(()=>o(new Error(`Chrome exited before DevTools was ready${u===null?"":` (code ${u})`}.`)));e.stderr?.on("data",a),e.on("error",s),e.on("close",c);let d=setTimeout(()=>i(()=>o(new Error("Chrome did not open DevTools within 10000ms."))),t)})}function eD(e){return new Promise((t,r)=>{let o=new URL(e),n=xE(16).toString("base64"),i=KL("sha1").update(n+qL).digest("base64"),a=YL({hostname:o.hostname,port:o.port,path:`${o.pathname}${o.search}`,headers:{Connection:"Upgrade",Upgrade:"websocket","Sec-WebSocket-Version":"13","Sec-WebSocket-Key":n}});a.on("upgrade",(s,c,d)=>{s.headers["sec-websocket-accept"]!==i?(c.destroy(),r(new Error("Chrome returned an invalid WebSocket handshake."))):t(new mg(c,d))}),a.on("response",s=>{s.resume(),r(new Error(`Chrome refused the WebSocket upgrade with status ${s.statusCode}.`))}),a.on("error",r),a.end()})}async function EE(e){e.exitCode===null&&(e.kill("SIGTERM"),!await kE(e,1e3)&&(e.kill("SIGKILL"),await kE(e,1e3)))}function kE(e,t){return e.exitCode!==null?Promise.resolve(!0):new Promise(r=>{let o=a=>{clearTimeout(i),e.off("close",n),r(a)},n=()=>o(!0);e.once("close",n);let i=setTimeout(()=>o(!1),t)})}function pg(e){return new Promise(t=>setTimeout(t,e))}var qL,hg,mg,fg,XL,$E=v(()=>{"use strict";qL="258EAFA5-E914-47DA-95CA-C5AB0DC85B11";hg=class{buffered=Buffer.alloc(0);fragments=[];fragmentedOpcode;push(t){this.buffered=this.buffered.length?Buffer.concat([this.buffered,t]):Buffer.from(t);let r=[];for(;this.buffered.length>=2;){let o=this.buffered[0],n=this.buffered[1],i=(o&128)!==0,a=o&15,s=(n&128)!==0,c=n&127,d=2;if(c===126){if(this.buffered.length<d+2)break;c=this.buffered.readUInt16BE(d),d+=2}else if(c===127){if(this.buffered.length<d+8)break;let h=this.buffered.readBigUInt64BE(d);if(h>BigInt(Number.MAX_SAFE_INTEGER))throw new Error("WebSocket frame is too large to decode safely.");c=Number(h),d+=8}let u=d;if(s&&(d+=4),this.buffered.length<d+c)break;let p=Buffer.from(this.buffered.subarray(d,d+c));if(s)for(let h=0;h<p.length;h++)p[h]^=this.buffered[u+h%4];if(this.buffered=this.buffered.subarray(d+c),a===8||a===9||a===10)r.push({opcode:a,payload:p});else if(a===1){if(this.fragmentedOpcode!==void 0)throw new Error("A new WebSocket message arrived before its continuation finished.");i?r.push({opcode:a,payload:p}):(this.fragmentedOpcode=a,this.fragments=[p])}else if(a===0){if(this.fragmentedOpcode===void 0)throw new Error("A WebSocket continuation arrived without a first frame.");this.fragments.push(p),i&&(r.push({opcode:this.fragmentedOpcode,payload:Buffer.concat(this.fragments)}),this.fragmentedOpcode=void 0,this.fragments=[])}else throw new Error(`Unsupported WebSocket opcode ${a}.`)}return r}},mg=class{constructor(t,r){this.socket=t;t.on("data",o=>this.receive(o)),t.on("error",o=>this.fail(o)),t.on("close",()=>this.fail(new Error("Chrome closed the DevTools connection."))),r.length&&this.receive(r)}socket;decoder=new hg;pending=new Map;listeners=new Map;nextId=1;ended=!1;send(t,r={},o){if(this.ended)return Promise.reject(new Error("Chrome's DevTools connection is closed."));let n=this.nextId++;return new Promise((i,a)=>{this.pending.set(n,{resolve:s=>i(s),reject:a}),this.socket.write(ug(JSON.stringify({id:n,method:t,params:r,...o?{sessionId:o}:{}})),s=>{s&&(this.pending.delete(n),a(s))})})}on(t,r,o){let n=`${o??""}:${t}`,i=this.listeners.get(n)??new Set;return i.add(r),this.listeners.set(n,i),()=>i.delete(r)}close(){this.ended||(this.ended=!0,this.socket.end(ug(Buffer.alloc(0),{opcode:8})),this.rejectPending(new Error("Chrome's DevTools connection was closed.")))}receive(t){try{for(let r of this.decoder.push(t)){if(r.opcode===8){this.ended=!0,this.socket.end(),this.rejectPending(new Error("Chrome closed the DevTools connection."));continue}if(r.opcode===9){this.socket.write(ug(r.payload,{opcode:10}));continue}if(r.opcode===10)continue;let o=JSON.parse(r.payload.toString("utf8"));if(o.id!==void 0){let n=this.pending.get(o.id);if(!n)continue;this.pending.delete(o.id),o.error?n.reject(new Error(o.error.message??"Chrome rejected a CDP command.")):n.resolve(o.result)}else if(o.method){let n=`${o.sessionId??""}:${o.method}`;for(let i of this.listeners.get(n)??[])i(o.params??{})}}}catch(r){this.fail(r instanceof Error?r:new Error("Could not read Chrome's response."))}}fail(t){this.ended||(this.ended=!0,this.socket.destroy(),this.rejectPending(t))}rejectPending(t){for(let r of this.pending.values())r.reject(t);this.pending.clear()}},fg=class e{constructor(t,r,o,n){this.cdp=t;this.sessionId=r;this.child=o;this.profile=n;this.on("Runtime.exceptionThrown",a=>{let s=a.exceptionDetails,c=s?.exception?.description??s?.text??"Unknown page error";this.pageErrors.push(c.split(`
10133
10179
  `)[0].replace(/^[A-Za-z]*Error:\s*/,""))}),this.on("Network.requestWillBeSent",a=>{let s=String(a.requestId);this.requests.set(s,a.request??{}),this.inflight.add(s),this.lastNetworkActivity=Date.now()});let i=a=>{this.inflight.delete(String(a.requestId)),this.lastNetworkActivity=Date.now()};this.on("Network.loadingFinished",i),this.on("Network.loadingFailed",i)}cdp;sessionId;child;profile;pageErrors=[];requests=new Map;inflight=new Set;lastNetworkActivity=Date.now();closed=!1;static async create(t,r,o,n){let i=new e(t,r,o,n);return await Promise.all([i.send("Page.enable"),i.send("Runtime.enable"),i.send("Network.enable")]),i}async addScriptToEvaluateOnNewDocument(t){await this.send("Page.addScriptToEvaluateOnNewDocument",{source:t})}async navigate(t,r=2e4){let o=Date.now()+r,n=this.waitForEvent("Page.loadEventFired",r,"page load"),i=await this.send("Page.navigate",{url:t});if(i.errorText)throw new Error(i.errorText);await n,await this.waitForNetworkIdle(Math.max(1,o-Date.now()))}query(t){return this.evaluate(`Array.from(document.querySelectorAll(${JSON.stringify(t)}), (_, index) => index)`)}isVisible(t,r){return this.evaluate(`(() => {
10134
10180
  const element = document.querySelectorAll(${JSON.stringify(t)})[${r}];
10135
10181
  if (!element) return false;
@@ -10147,67 +10193,67 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
10147
10193
  if ("disabled" in element && element.disabled) return { ok: false, error: "Element is disabled." };
10148
10194
  element.click();
10149
10195
  return { ok: true };
10150
- })()`);if(!o.ok)throw new Error(o.error??"Element could not be clicked.")}async waitForSelector(t,r=5e3){let o=Date.now()+r;for(;Date.now()<o;){if((await this.query(t)).length)return;await ig(50)}throw new Error(`Timed out after ${r}ms waiting for ${t}.`)}async setOffline(t){await this.send("Network.emulateNetworkConditions",{offline:t,latency:0,downloadThroughput:-1,uploadThroughput:-1})}waitForResponse(t){let r=t.timeout??15e3;return new Promise((o,n)=>{let i=!1,a=d=>{i||(i=!0,clearTimeout(l),s(),d())},s=this.on("Network.responseReceived",d=>{let u=String(d.requestId),p=this.requests.get(u);p?.url?.includes(t.urlIncludes)&&p.method?.toUpperCase()===t.method.toUpperCase()&&a(()=>o({json:async()=>JSON.parse(await this.responseBody(u,r))}))}),l=setTimeout(()=>a(()=>n(new Error(`Timed out after ${r}ms waiting for a response.`))),r)})}html(){return this.evaluate("document.documentElement.outerHTML")}async close(){this.closed||(this.closed=!0,this.cdp.close(),await vE(this.child),await yE(this.profile,{recursive:!0,force:!0}))}send(t,r={}){return this.cdp.send(t,r,this.sessionId)}on(t,r){return this.cdp.on(t,r,this.sessionId)}async evaluate(t){let r=await this.send("Runtime.evaluate",{expression:t,awaitPromise:!0,returnByValue:!0});if(r.exceptionDetails)throw new Error(r.exceptionDetails.exception?.description??r.exceptionDetails.text??"The page could not evaluate browser code.");return r.result.value}waitForEvent(t,r,o){return new Promise((n,i)=>{let a=d=>{clearTimeout(l),s(),d()},s=this.on(t,()=>a(n)),l=setTimeout(()=>a(()=>i(new Error(`Timed out after ${r}ms waiting for ${o}.`))),r)})}async waitForNetworkIdle(t){let r=Date.now()+t;for(;Date.now()<r;){if(this.inflight.size===0&&Date.now()-this.lastNetworkActivity>=500)return;await ig(50)}throw new Error("Timed out after 20000ms waiting for the network to settle.")}async responseBody(t,r){let o=Date.now()+r,n=new Error("The response body was not available.");for(;Date.now()<o;)try{let i=await this.send("Network.getResponseBody",{requestId:t});return i.base64Encoded?Buffer.from(i.body,"base64").toString("utf8"):i.body}catch(i){n=i instanceof Error?i:n,await ig(25)}throw n}},BL=["/Applications/Google Chrome.app/Contents/MacOS/Google Chrome","/Applications/Chromium.app/Contents/MacOS/Chromium","/Applications/Brave Browser.app/Contents/MacOS/Brave Browser","/Applications/Microsoft Edge.app/Contents/MacOS/Microsoft Edge",hi(gc(),"Applications/Google Chrome.app/Contents/MacOS/Google Chrome"),hi(gc(),"Applications/Chromium.app/Contents/MacOS/Chromium"),hi(gc(),"Applications/Brave Browser.app/Contents/MacOS/Brave Browser"),hi(gc(),"Applications/Microsoft Edge.app/Contents/MacOS/Microsoft Edge"),"/usr/bin/google-chrome","/usr/bin/google-chrome-stable","/opt/google/chrome/chrome","/usr/bin/chromium","/usr/bin/chromium-browser","/usr/lib/chromium/chromium","/snap/bin/chromium","/usr/bin/brave-browser","/usr/bin/brave-browser-stable","/opt/brave.com/brave/brave-browser","/usr/bin/microsoft-edge","/usr/bin/microsoft-edge-stable","/opt/microsoft/msedge/msedge"]});function dg(e){return e.replace(/^[\s,.;:)\]}\-+*/=&|]+/,"").replace(/[\s+*/=&|]+$/,"").trim()}function wE(e){let t=dg(e);return!(t.length<2||t.length>160||!/[A-Za-z]/.test(t)||VL.test(t)||ZL.some(r=>r.test(t))||!/\s/.test(t)&&t===t.toLowerCase())}function _E(e){for(let t of HL)if(t.test.test(e))return{confidence:"likely",level:t.level,...t.setting?{setting:t.setting}:{},because:t.because};return{confidence:"possible",level:"project",because:"a fan reads it and nothing in the code says it changes per round or per edition"}}function YL(e){let t=[];return e.text.replace(/<script[\s\S]*?<\/script>/gi,n=>`
10196
+ })()`);if(!o.ok)throw new Error(o.error??"Element could not be clicked.")}async waitForSelector(t,r=5e3){let o=Date.now()+r;for(;Date.now()<o;){if((await this.query(t)).length)return;await pg(50)}throw new Error(`Timed out after ${r}ms waiting for ${t}.`)}async setOffline(t){await this.send("Network.emulateNetworkConditions",{offline:t,latency:0,downloadThroughput:-1,uploadThroughput:-1})}waitForResponse(t){let r=t.timeout??15e3;return new Promise((o,n)=>{let i=!1,a=d=>{i||(i=!0,clearTimeout(c),s(),d())},s=this.on("Network.responseReceived",d=>{let u=String(d.requestId),p=this.requests.get(u);p?.url?.includes(t.urlIncludes)&&p.method?.toUpperCase()===t.method.toUpperCase()&&a(()=>o({json:async()=>JSON.parse(await this.responseBody(u,r))}))}),c=setTimeout(()=>a(()=>n(new Error(`Timed out after ${r}ms waiting for a response.`))),r)})}html(){return this.evaluate("document.documentElement.outerHTML")}async close(){this.closed||(this.closed=!0,this.cdp.close(),await EE(this.child),await SE(this.profile,{recursive:!0,force:!0}))}send(t,r={}){return this.cdp.send(t,r,this.sessionId)}on(t,r){return this.cdp.on(t,r,this.sessionId)}async evaluate(t){let r=await this.send("Runtime.evaluate",{expression:t,awaitPromise:!0,returnByValue:!0});if(r.exceptionDetails)throw new Error(r.exceptionDetails.exception?.description??r.exceptionDetails.text??"The page could not evaluate browser code.");return r.result.value}waitForEvent(t,r,o){return new Promise((n,i)=>{let a=d=>{clearTimeout(c),s(),d()},s=this.on(t,()=>a(n)),c=setTimeout(()=>a(()=>i(new Error(`Timed out after ${r}ms waiting for ${o}.`))),r)})}async waitForNetworkIdle(t){let r=Date.now()+t;for(;Date.now()<r;){if(this.inflight.size===0&&Date.now()-this.lastNetworkActivity>=500)return;await pg(50)}throw new Error("Timed out after 20000ms waiting for the network to settle.")}async responseBody(t,r){let o=Date.now()+r,n=new Error("The response body was not available.");for(;Date.now()<o;)try{let i=await this.send("Network.getResponseBody",{requestId:t});return i.base64Encoded?Buffer.from(i.body,"base64").toString("utf8"):i.body}catch(i){n=i instanceof Error?i:n,await pg(25)}throw n}},XL=["/Applications/Google Chrome.app/Contents/MacOS/Google Chrome","/Applications/Chromium.app/Contents/MacOS/Chromium","/Applications/Brave Browser.app/Contents/MacOS/Brave Browser","/Applications/Microsoft Edge.app/Contents/MacOS/Microsoft Edge",fi(kc(),"Applications/Google Chrome.app/Contents/MacOS/Google Chrome"),fi(kc(),"Applications/Chromium.app/Contents/MacOS/Chromium"),fi(kc(),"Applications/Brave Browser.app/Contents/MacOS/Brave Browser"),fi(kc(),"Applications/Microsoft Edge.app/Contents/MacOS/Microsoft Edge"),"/usr/bin/google-chrome","/usr/bin/google-chrome-stable","/opt/google/chrome/chrome","/usr/bin/chromium","/usr/bin/chromium-browser","/usr/lib/chromium/chromium","/snap/bin/chromium","/usr/bin/brave-browser","/usr/bin/brave-browser-stable","/opt/brave.com/brave/brave-browser","/usr/bin/microsoft-edge","/usr/bin/microsoft-edge-stable","/opt/microsoft/msedge/msedge"]});function yg(e){return e.replace(/^[\s,.;:)\]}\-+*/=&|]+/,"").replace(/[\s+*/=&|]+$/,"").trim()}function TE(e){let t=yg(e);return!(t.length<2||t.length>160||!/[A-Za-z]/.test(t)||nD.test(t)||tD.some(r=>r.test(t))||!/\s/.test(t)&&t===t.toLowerCase())}function AE(e){for(let t of rD)if(t.test.test(e))return{confidence:"likely",level:t.level,...t.setting?{setting:t.setting}:{},because:t.because};return{confidence:"possible",level:"project",because:"a fan reads it and nothing in the code says it changes per round or per edition"}}function oD(e){let t=[];return e.text.replace(/<script[\s\S]*?<\/script>/gi,n=>`
10151
10197
  `.repeat(n.split(`
10152
10198
  `).length-1)).replace(/<style[\s\S]*?<\/style>/gi,n=>`
10153
10199
  `.repeat(n.split(`
10154
10200
  `).length-1)).split(`
10155
- `).forEach((n,i)=>{let a=[...[...n.matchAll(/>([^<>]{2,160})</g)].map(s=>s[1]),...[...n.matchAll(/\b(?:title|alt|placeholder|aria-label)="([^"]{2,160})"/gi)].map(s=>s[1])];for(let s of a){let l=s.replace(/\s+/g," ");if(!wE(l))continue;let d=dg(l);t.push({text:d,..._E(d),file:e.relative,line:i+1})}}),t}function JL(e){let t=[];return e.text.split(`
10156
- `).forEach((r,o)=>{if(!/^\s*(import|export|require\()/.test(r))for(let n of r.matchAll(/(['"`])((?:(?!\1)[^\\\r\n]|\\.){2,160})\1/g)){let i=n[2].replace(/\s+/g," ");if(!wE(i))continue;let a=dg(i),s=r.slice((n.index??0)+n[0].length);/^\s*[:\]]/.test(s)||t.push({text:a,..._E(a),file:e.relative,line:o+1})}}),t}function yc(e){let t=[];for(let o of e)/\.(html?|svelte|vue)$/i.test(o.relative)&&t.push(...YL(o)),/\.(m?[jt]sx?|svelte|vue)$/i.test(o.relative)&&t.push(...JL(o));let r=new Map;for(let o of t){let n=o.text.toLowerCase();r.has(n)||r.set(n,o)}return[...r.values()].sort((o,n)=>o.level===n.level?o.text.localeCompare(n.text):o.level.localeCompare(n.level))}var ZL,VL,HL,ug=y(()=>{"use strict";ZL=[/^(loading|error|ok|yes|no|on|off|true|false|null|undefined)$/i,/^[\d\s.,:%+-]+$/,/^[a-z0-9_-]+$/,/^(#|\.|\/|https?:|data:|mailto:)/i,/^[A-Z_]{2,}$/,/^\s*$/],VL=/[{}<>|]|=>|\(\)|;\s*$|^\s*(function|const|let|var|import|export)\b/;HL=[{test:/^(play|start|go|begin|submit|share|try|see|next|done|finish)\b/i,level:"project",setting:"play_button_label",because:"reads as a button a fan presses, and a producer owns the words on it"},{test:/\b(how to play|the rules|instructions)\b/i,level:"project",setting:"how_to_play",because:"reads as the rules, which a producer rewrites without a deploy"},{test:/\b(hall of fame|all-?star|all-?nba|rookie|veteran|starter|busted|legend|champion|gold|silver|bronze)\b/i,level:"project",because:"reads as a rank a fan is given, which is the game's ladder and does not change between editions"},{test:/\b(today|tonight|this week|round \d|day \d|week \d)\b/i,level:"element",because:"names one round rather than the game, so it changes every time the round does"},{test:/\b(edition|season|fixture|matchday|gameweek|tournament|final|semi)\b/i,level:"event",because:"names a run of the game rather than the game, so it belongs to the edition"},{test:/\balready played\b|\bcome back\b|\bsee your result\b/i,level:"project",because:"a message a fan reads about their own state, and a producer's to word"}]});var UE={};ot(UE,{browserCheck:()=>eD,browserChecks:()=>OE,connectionCheck:()=>jE,runVerify:()=>gg,scanPublishSet:()=>ME,shootPlayCheck:()=>DE,verificationResult:()=>CE});import{readFile as pg}from"node:fs/promises";import{dirname as kE,resolve as hg}from"node:path";function qL(e){switch(e){case"hunt":return ke.parse({archetype:e,number:1,prompt:"Pick the two that belong",board:["alpha","beta","gamma","delta"],targets:["alpha","beta"],open:!0});case"push":return ke.parse({archetype:e,number:1,prompt:"Two picks. Get close to 100 without going over.",target:100,targetLabel:"Points",slates:[{id:"first",label:"First pick",entries:[{key:"alpha",label:"Alpha",value:40},{key:"beta",label:"Beta",value:70}]},{id:"second",label:"Second pick",entries:[{key:"gamma",label:"Gamma",value:25},{key:"delta",label:"Delta",value:55}]}],open:!0});case"group":return ke.parse({archetype:e,number:1,prompt:"Find the groups. Four at a time.",board:["alpha","beta","gamma","delta","epsilon","zeta","eta","theta"],groups:[{key:"first",label:"First four",members:["alpha","beta","gamma","delta"]},{key:"second",label:"Second four",members:["epsilon","zeta","eta","theta"]}],open:!0});case"predict":return ke.parse({archetype:e,number:1,prompt:"Who takes it?",options:[{key:"alpha",label:"Alpha"},{key:"beta",label:"Beta"},{key:"draw",label:"Neither, it ends level"}],open:!0});case"shoot":return ke.parse({archetype:e,number:1,prompt:"Five penalties. Three to win.",shotsAllowed:5,goalsToWin:3,pointsPerGoal:100,open:!0});default:throw new Error(`No representative round exists for the ${e} archetype.`)}}function XL(e,t,r){return(Dk({gameId:e.app.id,gameName:e.app.title,archetype:t,manifestRevision:e.manifest.revision,wording:r,urls:{baseAppsUrl:"",dashImage:"",embedUrl:""}})["project_settings.json"].sections??[]).flatMap(i=>i.properties??[]).flatMap(i=>{if(typeof i.key!="string")return[];let a=Cm[i.key];return a?[[i.key,a]]:[]})}function CE(e){let t=e.filter(o=>o.status==="open").length,r=e.filter(o=>o.status==="skipped").length;return t>0?{outcome:"failed",exitCode:1,open:t,skipped:r}:r>0?{outcome:"unverified",exitCode:2,open:t,skipped:r}:{outcome:"verified",exitCode:0,open:t,skipped:r}}function mg(e){return QL.map(t=>({...t,status:"skipped",detail:e}))}async function OE(e,t,r,o){let n;try{n=await lg()}catch(a){return mg("Chrome could not start. Check GAMESTAGE_CHROME points to a working browser, then "+`run verify again. ${a instanceof Error?a.message:""}`.trim())}if(n.status==="skipped")return mg(n.detail);let i=n.browser;try{return[await LE(i,e,t,r,o),await jE(i,e)]}finally{await i.close().catch(()=>{})}}async function eD(e,t,r,o){let n;try{n=await lg()}catch(a){return{id:"rendered-outcome",what:"the screen shows what the server decided",status:"skipped",detail:"Chrome could not start. Check GAMESTAGE_CHROME points to a working browser, then "+`run verify again. ${a instanceof Error?a.message:""}`.trim()}}if(n.status==="skipped")return{id:"rendered-outcome",what:"the screen shows what the server decided",status:"skipped",detail:n.detail};let i=n.browser;try{return await LE(i,e,t,r,o)}finally{await i.close().catch(()=>{})}}async function tD(e){let t=Date.now()+fg;do{if((await e.query(mi)).length>0)return;let r=await e.query("[data-gamestage-start]:not([disabled])");for(let o of r)if(await e.isVisible("[data-gamestage-start]:not([disabled])",o))return o;await new Promise(o=>setTimeout(o,NE))}while(Date.now()<t)}async function RE(e){for(let t=0;t<3&&!((await e.query(mi)).length>0);t++){let r=await tD(e);if(r===void 0)break;await e.click("[data-gamestage-start]:not([disabled])",r).catch(()=>{}),await e.waitForSelector(mi,5e3).catch(()=>{})}}async function LE(e,t,r,o,n){try{if(await e.addScriptToEvaluateOnNewDocument(`window.GAMESTAGE_API = ${JSON.stringify(r)};window.GAMESTAGE_GAME = ${JSON.stringify(o)};`),await e.navigate(t,2e4),Ae(n??"")==="shoot")return await DE(e);await RE(e);let i=await e.query(mi);if(i.length===0){let m=e.pageErrors[0],b=await e.query("#prompt").then(()=>e.html()).then(k=>/id="prompt"[^>]*>([^<]{0,160})/.exec(k)?.[1]?.trim()).catch(()=>{});return{id:"rendered-outcome",what:"the screen shows what the server decided",status:"open",detail:`Found nothing to pick. The page did not render a board from the round.${m?` The page threw: ${m}`:b?` The page says: ${b}`:""}`}}let a=e.waitForResponse({urlIncludes:"/plays",method:"POST",timeout:15e3}).catch(()=>{}),s=0;for(let m of i)if(await e.click(mi,m).catch(()=>{}),s+=1,(await e.query(SE)).length>0)break;let l=await e.query(xE);if(l.length===0){let m=Symbol("pending"),b=await Promise.race([a,new Promise(w=>setTimeout(()=>w(m),5e3))]);if(b===m||b===void 0)return{id:"rendered-outcome",what:"the screen shows what the server decided",status:"open",detail:`Selected ${s} of ${i.length} on the board. The page has no Submit, which is allowed because a tap can be the play, but nothing reached the Engine either, so no play was made by any route.`}}else{if((await e.query(SE)).length===0)return{id:"rendered-outcome",what:"the screen shows what the server decided",status:"open",detail:`Selected ${s} of ${i.length} on the board and the page never allowed a play: Submit stayed disabled throughout. The page decides when a guess is complete, so either it needs a combination this cannot reach by picking in order, or it is not enabling Submit when it should.`};await e.click(xE,l[0])}let d=await a;if(!d)return{id:"rendered-outcome",what:"the screen shows what the server decided",status:"open",detail:"The page was played and never asked the Engine. Whatever it showed, it decided for itself."};let u=await d.json();if(e.pageErrors.length)return{id:"rendered-outcome",what:"the screen shows what the server decided",status:"open",detail:`The page threw: ${e.pageErrors[0]}`};let p=await e.html(),h=u.round_state?.score,f=h===void 0||p.includes(String(h))||p.includes(h.toLocaleString("en-US"));return{id:"rendered-outcome",what:"the screen shows what the server decided",status:f?"verified":"open",detail:f?`The play went to the Engine and came back ${u.outcome}.`:`The Engine committed a score of ${h} and the page does not show it.`}}catch(i){return{id:"rendered-outcome",what:"the screen shows what the server decided",status:"open",detail:i instanceof Error?i.message:"The page could not be played."}}}async function AE(e,t,r){let o=Date.now()+r;do{if((await e.query(t)).length>0)return!0;await new Promise(n=>setTimeout(n,NE))}while(Date.now()<o);return!1}async function DE(e){let t="rendered-outcome",r="the screen shows what the server decided",o=w=>({id:t,what:r,status:"open",detail:w});if(!await AE(e,EE,fg)){let w=e.pageErrors[0];return o("Found no aim control. A penalties page offers its aim as buttons carrying `data-aim`, so a fan and this check can set up the same shot."+(w?` The page threw: ${w}`:""))}if(await e.click(EE,0).catch(()=>{}),(await e.query($E)).length>0&&await e.click($E,0).catch(()=>{}),!await AE(e,TE,fg))return o("An aim and a power were chosen and the page never allowed a shot: the shoot control stayed disabled or was not there. It is `#shoot` or `[data-gamestage-shoot]`.");let n=e.waitForResponse({urlIncludes:"/plays",method:"POST",timeout:15e3}).catch(()=>{});await e.click(TE,0);let i=await n;if(!i)return o("Shoot was pressed and the page never asked the Engine. Whatever it showed, it decided for itself.");let a=await i.json();if(e.pageErrors.length)return o(`The page threw: ${e.pageErrors[0]}`);if(a.outcome!=="accepted"&&a.outcome!=="duplicate"){let w=a.reason==="unexpected_field"?"The page put something on the wire the Engine does not take from a page, a result or a score of its own, and the Engine refused the whole shot rather than read round it. Send the aim, the power and the shot index and nothing else.":`The Engine refused the shot: ${a.reason??a.outcome}.`;return o(w)}let s=a.round_state?.progress?.shots?.at(-1);if(!s?.result)return o("The Engine accepted the shot and its state carries no committed shot to compare against.");let l=/<[a-z][^>]*\sdata-shot-result="([a-z]+)"/g,d=new RegExp(`<[a-z][^>]*\\sdata-shot-result="${s.result}"`),u=Date.now()+nD,p=await e.html();for(;!d.test(p)&&Date.now()<u;)await new Promise(w=>setTimeout(w,100)),p=await e.html();let h=[...p.matchAll(l)].map(w=>w[1]);if(!d.test(p))return o(`The Engine committed ${s.result} and the page shows ${h.length?h.map(w=>`"${w}"`).join(", "):"no shot result at all"}. The result a fan reads has to be the one the Engine returned, drawn from \`round_state.progress.shots\`, never worked out on the page.`);let f=a.round_state?.attempts_used;if(typeof f=="number"&&h.length!==f)return o(`The Engine has taken ${f} shot${f===1?"":"s"} and the page draws ${h.length}. A shot on the screen that the Engine never committed is a shot the page invented.`);let m=a.round_state?.score;return m===void 0||p.includes(String(m))||p.includes(m.toLocaleString("en-US"))?{id:t,what:r,status:"verified",detail:`The shot went to the Engine and came back ${s.result}; the page drew that and the score ${m}.`}:o(`The Engine committed a score of ${m} and the page does not show it.`)}async function jE(e,t){let r="connection-noticed",o="the page notices the connection going and coming back";try{await e.navigate(t,2e4),await RE(e);let n=await e.html();await e.setOffline(!0);let i=await IE(e,n,3e3);return i?(await e.setOffline(!1),await IE(e,i,3e3)?{id:r,what:o,status:"verified",detail:"Taken offline the page said so, and it recovered when the network returned."}:{id:r,what:o,status:"open",detail:"The page noticed the connection going and not it coming back: it was still in its offline state three seconds after the network returned. Listen for `online` as well, take the message down, and re-read the round rather than trusting what is on the screen."}):{id:r,what:o,status:"open",detail:"The connection was taken away and the page did not change. A fan who loses their signal is shown a game that still looks playable, and every tap on it is a tap the Engine never sees. Listen for the window's `offline` event and say so on the screen."}}catch(n){return{id:r,what:o,status:"open",detail:n instanceof Error?n.message:"The page could not be taken offline and back."}}finally{await e.setOffline(!1).catch(()=>{})}}async function IE(e,t,r){let o=Date.now()+r;for(;Date.now()<o;){let n=await e.html().catch(()=>t);if(n!==t)return n;await new Promise(i=>setTimeout(i,100))}}function oD(e){let t=e.split("/").slice(0,-1),r=t.findIndex(o=>rD.includes(o));return r===-1?void 0:t.slice(0,r+1).join("/")}function PE(e){let t=e.split("/").pop()??e;return t.endsWith("~")||t===".DS_Store"||/\.(bak|orig|swp|swo|rej|old)$/.test(t)||/\.old\.[^.]+$/.test(t)}async function ME(e,t){let{files:r,skippedLinks:o}=Xm(e,{symlinks:"skip"}),n=[],i=new Set,a=0;for(let s of o)n.push({path:s,why:"a symlink, which a deploy would refuse to publish",fatal:!1});for(let s of r){let l=oD(s.relativePath);if(l){i.has(l)||(i.add(l),n.push({path:`${l}/`,why:"a build or history directory; `deploy --dir` would upload it whole",fatal:!1}));continue}if(Ym(s.relativePath)){n.push({path:s.relativePath,why:"environment or credential shaped",fatal:!0});continue}let d=await Xo(s.path);if(d===void 0)continue;a+=1;let u=se(d);if(u.ok&&u.manifest.backend.round){n.push({path:s.relativePath,why:"an App Manifest, which carries the round's private half",fatal:!0});continue}let p=Or(d,t);if(p.length){n.push({path:s.relativePath,why:Nr(t,p),fatal:!0});continue}let h;try{let f=JSON.parse(d);f&&Array.isArray(f.sourcesContent)&&(h=f)}catch{}if(h){let f=h.sourcesContent.filter(b=>typeof b=="string").join(`
10157
- `),m=f?Or(f,t):[];if(m.length){n.push({path:s.relativePath,why:`${Nr(t,m)} It is inside the map's own copy of your sources.`,fatal:!0});continue}n.push({path:s.relativePath,why:"a source map, which publishes your sources",fatal:!1});continue}PE(s.relativePath)&&n.push({path:s.relativePath,why:"an editor or merge leftover",fatal:!1})}for(let s of r)PE(s.relativePath)&&!n.some(l=>l.path===s.relativePath)&&n.push({path:s.relativePath,why:"an editor or merge leftover",fatal:!1});return{files:r,read:a,findings:n}}async function gg(e){await Ho();let t=e.manifest??"gamestage.yaml",r,o="";try{o=await pg(t,"utf8");let j=se(o);if(!j.ok)return R(`${t} is not a valid App Manifest.`,j.issues.map(ue=>`${S.cyan(ue.path)} ${ue.message}`));r=j.manifest}catch{return R(`Cannot read ${t}.`,["Run `gamestage inspect .` or `gamestage create` first."])}let n=r.backend.round??qL(r.backend.archetype),i=r.backend.round?{source:"manifest",archetype:n.archetype,detail:"The Engine used this game's own backend.round from the manifest."}:{source:"stand-in",archetype:n.archetype,detail:`The manifest carries no round, so the Engine used a representative ${n.archetype} stand-in supplied by Gamestage. It did not test the game's production content from Studio.`};if(!Cn.includes(n.archetype))return R(`No Engine here serves the ${n.archetype} archetype yet.`,[`Built so far: ${Cn.join(", ")}.`]);let a=hg(e.file??"index.html"),s;try{s=await pg(a,"utf8")}catch{return R(`Cannot read ${e.file??"index.html"}.`)}let l=[];l.push({id:"round-is-the-games-own",what:"the round played here was this game's own",status:i.source==="manifest"?"verified":"skipped",detail:i.source==="manifest"?void 0:"This game keeps its content in Studio, which is where it belongs, so there is no round here to play and this check cannot run. That is a limit of checking locally rather than anything wrong with the game. Play the deployed game to prove its round."});let d=n.archetype==="shoot"?"shotsAllowed":"attemptsAllowed",u=n.archetype==="shoot"?5:10,p=n.archetype==="hunt"||n.archetype==="group"||n.archetype==="shoot",h=new RegExp(`^\\s*${d}\\s*:`,"m").test(o);l.push({id:"attempts-cap-chosen",what:"the attempt cap was chosen rather than defaulted",status:r.backend.round&&p?h?"verified":"open":"skipped",detail:r.backend.round?p?h?void 0:`backend.round.${d} is not set, so the Engine applied its default of ${u}. Nobody chose that number, and it is the game a fan plays. Set it, even to ${u}, so it is a decision rather than an accident.`:`A ${n.archetype} round is not capped by ${d}.`:"No round in the manifest; the content is in Studio, where the cap is a producer's field."});let f=hg(e.dir??kE(a)),m;try{m=await ME(f,n)}catch(j){return R(`Cannot read the publish set at ${e.dir??kE(a)}.`,[j instanceof Error?j.message:"The directory could not be walked."])}let b=m.findings.filter(j=>j.fatal),w=Or(s,n),k=w.length>0||b.length>0;l.push({id:"solution-absent",what:`the answers are not in what a deploy publishes (${m.files.length} file${m.files.length===1?"":"s"}, ${m.read} read)`,status:k?"open":"verified",detail:k?[w.length?Nr(n,w):void 0,...b.map(j=>`${j.path}: ${j.why}`)].filter(Boolean).join(" "):void 0});let x=await Ds(m.files),$=x.map(j=>j.text).join(`
10158
- `),L=Ps($),P=XL(r,n.archetype,L).filter(([,j])=>!Om($,j)).map(([j])=>j);l.push({id:"settings-read",what:"every producer setting the page offers is read by the game"+(L.length?`, and it offers ${L.length} more for controls it has (${L.join(", ")})`:""),status:P.length?"open":"verified",detail:P.length?`The page does not read: ${P.join(", ")}. Apply each setting from game.presentation before deploying.`:void 0});let K=yc(x),ee=m.files.some(j=>{let ue=j.relativePath.split("/").pop();return ue===ce||ue===Te})||s.includes(ce)||s.includes(Te),dn=s.includes("createPlayerClient")||/\bstart\s*\(/.test(s);l.push({id:"client-present",what:"the client the page imports is there",status:ee||!dn?"verified":"open",detail:dn&&!ee?"The page uses a Gamestage client but does not import the one we ship. Run `gamestage client`.":void 0});let Ve=["@monterosa/sdk-core","@monterosa/sdk-connect-kit","@monterosa/sdk-consent-kit","@monterosa/sdk-storage-kit","@monterosa/sdk-analytics-kit","@monterosa/sdk-interact-kit","@monterosa/sdk-identify-kit","@monterosa/sdk-util"].filter(j=>$.includes(j));l.push({id:"client-is-the-door",what:"the game reaches Monterosa through the client, not around it",status:Ve.length===0?"verified":"open",detail:Ve.length===0?void 0:`This game imports ${Ve.join(", ")} directly. The Gamestage client is the only supported way to reach Interaction Cloud: it holds the connection, the consent gate and the server clock, and a second one beside it has none of them. Use what \`start()\` returns instead, and say what is missing from it if something is.`});let Rn=/\bDate\.now\s*\(|\bnew\s+Date\s*\(\s*\)/.test($),Ln=/\blocks_at\b|\bopens_at\b|\bcountdown\b|\bdeadline\b|\btimeRemaining\b/i.test($);l.push({id:"server-time",what:"a deadline comes from the server's clock",status:Rn&&Ln?"skipped":"verified",detail:Rn&&Ln?"This game reads the device clock somewhere and handles a round's timing somewhere, and this check reads the bundle as one string, so it cannot tell whether those are the same code. Worth your eyes: a lock or a countdown decided by the device clock is a deadline a fan can move by changing their clock. Use `game.now()`, which is the server's time through the client. `Date.now()` is fine for anything that decides nothing, like an animation or an analytics timestamp.":void 0});let te=await fc({game:r.app.id,round:n,title:r.app.title});await new Promise(j=>te.listen(0,"127.0.0.1",()=>j()));let fe=te.address(),Kr=fe&&typeof fe!="string"?`http://127.0.0.1:${fe.port}`:"",Dn=await import("node:http").then(({createServer:j})=>j(async(ue,rt)=>{let Ag=(ue.url??"/").split("?")[0],Ig=Ag==="/"?a:hg(a,"..",Ag.slice(1));try{let D$=await pg(Ig);rt.writeHead(200,{"content-type":Ig.endsWith(".js")?"text/javascript":"text/html"}),rt.end(D$)}catch{rt.writeHead(404).end()}}));await new Promise(j=>Dn.listen(0,"127.0.0.1",()=>j()));let jn=Dn.address(),xc=jn&&typeof jn!="string"?`http://127.0.0.1:${jn.port}/`:"";try{l.push(...e.noBrowser?mg("Asked not to open a browser."):await OE(xc,Kr,r.app.id,n.archetype))}finally{te.close(),Dn.close()}let we=CE(l),bt=m.findings.filter(j=>!j.fatal);if(M()){F({ok:we.outcome==="verified",outcome:we.outcome,exitCode:we.exitCode,checks:l,open:we.open,skipped:we.skipped,round:i,copy_candidates:K,publish_set:{directory:f,files:m.files.map(j=>j.relativePath),read:m.read,warnings:bt}}),we.exitCode!==0&&process.exit(we.exitCode);return}N(we.outcome==="verified"?"Verified":we.outcome==="failed"?"Verification failed":"Verification incomplete"),O("round used for verification",i.source),g(` ${S.dim(i.detail)}`);for(let j of l){let ue=j.status==="verified"?S.green("ok"):j.status==="open"?S.yellow("open"):S.dim("skipped");O(j.what,ue),j.detail&&g(` ${S.dim(j.detail)}`)}if(bt.length){g(),g(S.dim(" Also in the publish set, and a deploy would upload it:"));for(let j of bt)g(` ${S.dim("\xB7")} ${S.cyan(j.path)} ${S.dim(j.why)}`)}if(K.length){g(),g(S.dim(" Copy a producer may need to own:"));for(let j of K)g(` ${S.dim("\xB7")} ${S.cyan(`${j.file}:${j.line}`)} ${j.text} ${S.dim(`(${j.confidence}, ${j.level})`)}`)}g(),we.outcome==="verified"?E("The Engine decided the outcome and the page showed it. That is the migration done."):we.outcome==="failed"?E("A check remains open, so the game failed verification. Read the open check and fix its cause."):E("No check is open, but the game could not be fully proved here. Run the skipped check before treating it as verified."),g(),we.exitCode!==0&&process.exit(we.exitCode)}var mi,xE,SE,QL,fg,NE,EE,$E,TE,nD,rD,yg=y(()=>{"use strict";ne();rg();ft();Dt();bE();qm();ug();ef();Ls();pe();mi="button.pick, [data-pick]",xE="#submit, button[type=submit], .submit",SE="#submit:not([disabled]), button[type=submit]:not([disabled]), .submit:not([disabled])",QL=[{id:"rendered-outcome",what:"the screen shows what the server decided"},{id:"connection-noticed",what:"the page notices the connection going and coming back"}];fg=15e3,NE=250;EE="[data-aim]",$E="[data-power]",TE="#shoot:not([disabled]), [data-gamestage-shoot]:not([disabled])",nD=4e3;rD=[".git","node_modules",".next",".nuxt",".svelte-kit","dist","build"]});var Nt=class extends Error{constructor(t,r,o){super(o),Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name,this.code=r,this.exitCode=t,this.nestedError=void 0}},un=class extends Nt{constructor(t){super(1,"commander.invalidArgument",t),Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name}};var Zr=class{constructor(t,r){switch(this.description=r||"",this.variadic=!1,this.parseArg=void 0,this.defaultValue=void 0,this.defaultValueDescription=void 0,this.argChoices=void 0,t[0]){case"<":this.required=!0,this._name=t.slice(1,-1);break;case"[":this.required=!1,this._name=t.slice(1,-1);break;default:this.required=!0,this._name=t;break}this._name.endsWith("...")&&(this.variadic=!0,this._name=this._name.slice(0,-3))}name(){return this._name}_collectValue(t,r){return r===this.defaultValue||!Array.isArray(r)?[t]:(r.push(t),r)}default(t,r){return this.defaultValue=t,this.defaultValueDescription=r,this}argParser(t){return this.parseArg=t,this}choices(t){return this.argChoices=t.slice(),this.parseArg=(r,o)=>{if(!this.argChoices.includes(r))throw new un(`Allowed choices are ${this.argChoices.join(", ")}.`);return this.variadic?this._collectValue(r,o):r},this}argRequired(){return this.required=!0,this}argOptional(){return this.required=!1,this}};function yi(e){let t=e.name()+(e.variadic===!0?"...":"");return e.required?"<"+t+">":"["+t+"]"}import{EventEmitter as F$}from"node:events";import Ec from"node:child_process";import wt from"node:path";import bi from"node:fs";import V from"node:process";import{stripVTControlCharacters as G$}from"node:util";import{stripVTControlCharacters as M$}from"node:util";var Vr=class{constructor(){this.helpWidth=void 0,this.minWidthToWrap=40,this.sortSubcommands=!1,this.sortOptions=!1,this.showGlobalOptions=!1}prepareContext(t){this.helpWidth=this.helpWidth??t.helpWidth??80}visibleCommands(t){let r=t.commands.filter(n=>!n._hidden),o=t._getHelpCommand();return o&&!o._hidden&&r.push(o),this.sortSubcommands&&r.sort((n,i)=>n.name().localeCompare(i.name())),r}compareOptions(t,r){let o=n=>n.short?n.short.replace(/^-/,""):n.long.replace(/^--/,"");return o(t).localeCompare(o(r))}visibleOptions(t){let r=t.options.filter(n=>!n.hidden),o=t._getHelpOption();if(o&&!o.hidden){let n=o.short&&t._findOption(o.short),i=o.long&&t._findOption(o.long);!n&&!i?r.push(o):o.long&&!i?r.push(t.createOption(o.long,o.description)):o.short&&!n&&r.push(t.createOption(o.short,o.description))}return this.sortOptions&&r.sort(this.compareOptions),r}visibleGlobalOptions(t){if(!this.showGlobalOptions)return[];let r=[];for(let o=t.parent;o;o=o.parent){let n=o.options.filter(i=>!i.hidden);r.push(...n)}return this.sortOptions&&r.sort(this.compareOptions),r}visibleArguments(t){return t._argsDescription&&t.registeredArguments.forEach(r=>{r.description=r.description||t._argsDescription[r.name()]||""}),t.registeredArguments.find(r=>r.description)?t.registeredArguments:[]}subcommandTerm(t){let r=t.registeredArguments.map(o=>yi(o)).join(" ");return t._name+(t._aliases[0]?"|"+t._aliases[0]:"")+(t.options.length?" [options]":"")+(r?" "+r:"")}optionTerm(t){return t.flags}argumentTerm(t){return t.name()}longestSubcommandTermLength(t,r){return r.visibleCommands(t).reduce((o,n)=>Math.max(o,this.displayWidth(r.styleSubcommandTerm(r.subcommandTerm(n)))),0)}longestOptionTermLength(t,r){return r.visibleOptions(t).reduce((o,n)=>Math.max(o,this.displayWidth(r.styleOptionTerm(r.optionTerm(n)))),0)}longestGlobalOptionTermLength(t,r){return r.visibleGlobalOptions(t).reduce((o,n)=>Math.max(o,this.displayWidth(r.styleOptionTerm(r.optionTerm(n)))),0)}longestArgumentTermLength(t,r){return r.visibleArguments(t).reduce((o,n)=>Math.max(o,this.displayWidth(r.styleArgumentTerm(r.argumentTerm(n)))),0)}commandUsage(t){let r=t._name;t._aliases[0]&&(r=r+"|"+t._aliases[0]);let o="";for(let n=t.parent;n;n=n.parent)o=n.name()+" "+o;return o+r+" "+t.usage()}commandDescription(t){return t.description()}subcommandDescription(t){return t.summary()||t.description()}optionDescription(t){let r=[];if(t.argChoices&&r.push(`choices: ${t.argChoices.map(o=>JSON.stringify(o)).join(", ")}`),t.defaultValue!==void 0&&(t.required||t.optional||t.isBoolean()&&typeof t.defaultValue=="boolean")&&r.push(`default: ${t.defaultValueDescription||JSON.stringify(t.defaultValue)}`),t.presetArg!==void 0&&t.optional&&r.push(`preset: ${JSON.stringify(t.presetArg)}`),t.envVar!==void 0&&r.push(`env: ${t.envVar}`),r.length>0){let o=`(${r.join(", ")})`;return t.description?`${t.description} ${o}`:o}return t.description}argumentDescription(t){let r=[];if(t.argChoices&&r.push(`choices: ${t.argChoices.map(o=>JSON.stringify(o)).join(", ")}`),t.defaultValue!==void 0&&r.push(`default: ${t.defaultValueDescription||JSON.stringify(t.defaultValue)}`),r.length>0){let o=`(${r.join(", ")})`;return t.description?`${t.description} ${o}`:o}return t.description}formatItemList(t,r,o){return r.length===0?[]:[o.styleTitle(t),...r,""]}groupItems(t,r,o){let n=new Map;return t.forEach(i=>{let a=o(i);n.has(a)||n.set(a,[])}),r.forEach(i=>{let a=o(i);n.has(a)||n.set(a,[]),n.get(a).push(i)}),n}formatHelp(t,r){let o=r.padWidth(t,r),n=r.helpWidth??80;function i(p,h){return r.formatItem(p,o,h,r)}let a=[`${r.styleTitle("Usage:")} ${r.styleUsage(r.commandUsage(t))}`,""],s=r.commandDescription(t);s.length>0&&(a=a.concat([r.boxWrap(r.styleCommandDescription(s),n),""]));let l=r.visibleArguments(t).map(p=>i(r.styleArgumentTerm(r.argumentTerm(p)),r.styleArgumentDescription(r.argumentDescription(p))));if(a=a.concat(this.formatItemList("Arguments:",l,r)),this.groupItems(t.options,r.visibleOptions(t),p=>p.helpGroupHeading??"Options:").forEach((p,h)=>{let f=p.map(m=>i(r.styleOptionTerm(r.optionTerm(m)),r.styleOptionDescription(r.optionDescription(m))));a=a.concat(this.formatItemList(h,f,r))}),r.showGlobalOptions){let p=r.visibleGlobalOptions(t).map(h=>i(r.styleOptionTerm(r.optionTerm(h)),r.styleOptionDescription(r.optionDescription(h))));a=a.concat(this.formatItemList("Global Options:",p,r))}return this.groupItems(t.commands,r.visibleCommands(t),p=>p.helpGroup()||"Commands:").forEach((p,h)=>{let f=p.map(m=>i(r.styleSubcommandTerm(r.subcommandTerm(m)),r.styleSubcommandDescription(r.subcommandDescription(m))));a=a.concat(this.formatItemList(h,f,r))}),a.join(`
10159
- `)}displayWidth(t){return M$(t).length}styleTitle(t){return t}styleUsage(t){return t.split(" ").map(r=>r==="[options]"?this.styleOptionText(r):r==="[command]"?this.styleSubcommandText(r):r[0]==="["||r[0]==="<"?this.styleArgumentText(r):this.styleCommandText(r)).join(" ")}styleCommandDescription(t){return this.styleDescriptionText(t)}styleOptionDescription(t){return this.styleDescriptionText(t)}styleSubcommandDescription(t){return this.styleDescriptionText(t)}styleArgumentDescription(t){return this.styleDescriptionText(t)}styleDescriptionText(t){return t}styleOptionTerm(t){return this.styleOptionText(t)}styleSubcommandTerm(t){return t.split(" ").map(r=>r==="[options]"?this.styleOptionText(r):r[0]==="["||r[0]==="<"?this.styleArgumentText(r):this.styleSubcommandText(r)).join(" ")}styleArgumentTerm(t){return this.styleArgumentText(t)}styleOptionText(t){return t}styleArgumentText(t){return t}styleSubcommandText(t){return t}styleCommandText(t){return t}padWidth(t,r){return Math.max(r.longestOptionTermLength(t,r),r.longestGlobalOptionTermLength(t,r),r.longestSubcommandTermLength(t,r),r.longestArgumentTermLength(t,r))}preformatted(t){return/\n[^\S\r\n]/.test(t)}formatItem(t,r,o,n){let a=" ".repeat(2);if(!o)return a+t;let s=t.padEnd(r+t.length-n.displayWidth(t)),l=2,u=(this.helpWidth??80)-r-l-2,p;return u<this.minWidthToWrap||n.preformatted(o)?p=o:p=n.boxWrap(o,u).replace(/\n/g,`
10160
- `+" ".repeat(r+l)),a+s+" ".repeat(l)+p.replace(/\n/g,`
10161
- ${a}`)}boxWrap(t,r){if(r<this.minWidthToWrap)return t;let o=t.split(/\r\n|\n/),n=/[\s]*[^\s]+/g,i=[];return o.forEach(a=>{let s=a.match(n);if(s===null){i.push("");return}let l=[s.shift()],d=this.displayWidth(l[0]);s.forEach(u=>{let p=this.displayWidth(u);if(d+p<=r){l.push(u),d+=p;return}i.push(l.join(""));let h=u.trimStart();l=[h],d=this.displayWidth(h)}),i.push(l.join(""))}),i.join(`
10162
- `)}};var Rt=class{constructor(t,r){this.flags=t,this.description=r||"",this.required=t.includes("<"),this.optional=t.includes("["),this.variadic=/\w\.\.\.[>\]]$/.test(t),this.mandatory=!1;let o=U$(t);this.short=o.shortFlag,this.long=o.longFlag,this.negate=!1,this.long&&(this.negate=this.long.startsWith("--no-")),this.defaultValue=void 0,this.defaultValueDescription=void 0,this.presetArg=void 0,this.envVar=void 0,this.parseArg=void 0,this.hidden=!1,this.argChoices=void 0,this.conflictsWith=[],this.implied=void 0,this.helpGroupHeading=void 0}default(t,r){return this.defaultValue=t,this.defaultValueDescription=r,this}preset(t){return this.presetArg=t,this}conflicts(t){return this.conflictsWith=this.conflictsWith.concat(t),this}implies(t){let r=t;return typeof t=="string"&&(r={[t]:!0}),this.implied=Object.assign(this.implied||{},r),this}env(t){return this.envVar=t,this}argParser(t){return this.parseArg=t,this}makeOptionMandatory(t=!0){return this.mandatory=!!t,this}hideHelp(t=!0){return this.hidden=!!t,this}_collectValue(t,r){return r===this.defaultValue||!Array.isArray(r)?[t]:(r.push(t),r)}choices(t){return this.argChoices=t.slice(),this.parseArg=(r,o)=>{if(!this.argChoices.includes(r))throw new un(`Allowed choices are ${this.argChoices.join(", ")}.`);return this.variadic?this._collectValue(r,o):r},this}name(){return this.long?this.long.replace(/^--/,""):this.short.replace(/^-/,"")}attributeName(){return this.negate?Pg(this.name().replace(/^no-/,"")):Pg(this.name())}helpGroup(t){return this.helpGroupHeading=t,this}is(t){return this.short===t||this.long===t}isBoolean(){return!this.required&&!this.optional&&!this.negate}},vi=class{constructor(t){this.positiveOptions=new Map,this.negativeOptions=new Map,this.dualOptions=new Set,t.forEach(r=>{r.negate?this.negativeOptions.set(r.attributeName(),r):this.positiveOptions.set(r.attributeName(),r)}),this.negativeOptions.forEach((r,o)=>{this.positiveOptions.has(o)&&this.dualOptions.add(o)})}valueFromOption(t,r){let o=r.attributeName();if(!this.dualOptions.has(o))return!0;let n=this.negativeOptions.get(o).presetArg,i=n!==void 0?n:!1;return r.negate===(i===t)}};function Pg(e){return e.split("-").reduce((t,r)=>t+r[0].toUpperCase()+r.slice(1))}function U$(e){let t,r,o=/^-[^-]$/,n=/^--[^-]/,i=e.split(/[ |,]+/).concat("guard");if(o.test(i[0])&&(t=i.shift()),n.test(i[0])&&(r=i.shift()),!t&&o.test(i[0])&&(t=i.shift()),!t&&n.test(i[0])&&(t=r,r=i.shift()),i[0].startsWith("-")){let a=i[0],s=`option creation failed due to '${a}' in option flags '${e}'`;throw/^-[^-][^-]/.test(a)?new Error(`${s}
10201
+ `).forEach((n,i)=>{let a=[...[...n.matchAll(/>([^<>]{2,160})</g)].map(s=>s[1]),...[...n.matchAll(/\b(?:title|alt|placeholder|aria-label)="([^"]{2,160})"/gi)].map(s=>s[1])];for(let s of a){let c=s.replace(/\s+/g," ");if(!TE(c))continue;let d=yg(c);t.push({text:d,...AE(d),file:e.relative,line:i+1})}}),t}function iD(e){let t=[];return e.text.split(`
10202
+ `).forEach((r,o)=>{if(!/^\s*(import|export|require\()/.test(r))for(let n of r.matchAll(/(['"`])((?:(?!\1)[^\\\r\n]|\\.){2,160})\1/g)){let i=n[2].replace(/\s+/g," ");if(!TE(i))continue;let a=yg(i),s=r.slice((n.index??0)+n[0].length);/^\s*[:\]]/.test(s)||t.push({text:a,...AE(a),file:e.relative,line:o+1})}}),t}function xc(e){let t=[];for(let o of e)/\.(html?|svelte|vue)$/i.test(o.relative)&&t.push(...oD(o)),/\.(m?[jt]sx?|svelte|vue)$/i.test(o.relative)&&t.push(...iD(o));let r=new Map;for(let o of t){let n=o.text.toLowerCase();r.has(n)||r.set(n,o)}return[...r.values()].sort((o,n)=>o.level===n.level?o.text.localeCompare(n.text):o.level.localeCompare(n.level))}var tD,nD,rD,vg=v(()=>{"use strict";tD=[/^(loading|error|ok|yes|no|on|off|true|false|null|undefined)$/i,/^[\d\s.,:%+-]+$/,/^[a-z0-9_-]+$/,/^(#|\.|\/|https?:|data:|mailto:)/i,/^[A-Z_]{2,}$/,/^\s*$/],nD=/[{}<>|]|=>|\(\)|;\s*$|^\s*(function|const|let|var|import|export)\b/;rD=[{test:/^(play|start|go|begin|submit|share|try|see|next|done|finish)\b/i,level:"project",setting:"play_button_label",because:"reads as a button a fan presses, and a producer owns the words on it"},{test:/\b(how to play|the rules|instructions)\b/i,level:"project",setting:"how_to_play",because:"reads as the rules, which a producer rewrites without a deploy"},{test:/\b(hall of fame|all-?star|all-?nba|rookie|veteran|starter|busted|legend|champion|gold|silver|bronze)\b/i,level:"project",because:"reads as a rank a fan is given, which is the game's ladder and does not change between editions"},{test:/\b(today|tonight|this week|round \d|day \d|week \d)\b/i,level:"element",because:"names one round rather than the game, so it changes every time the round does"},{test:/\b(edition|season|fixture|matchday|gameweek|tournament|final|semi)\b/i,level:"event",because:"names a run of the game rather than the game, so it belongs to the edition"},{test:/\balready played\b|\bcome back\b|\bsee your result\b/i,level:"project",because:"a message a fan reads about their own state, and a producer's to word"}]});var ZE={};it(ZE,{browserCheck:()=>lD,browserChecks:()=>UE,connectionCheck:()=>WE,runVerify:()=>xg,scanPublishSet:()=>KE,shootPlayCheck:()=>BE,verificationResult:()=>ME});import{readFile as bg}from"node:fs/promises";import{dirname as IE,resolve as wg}from"node:path";function aD(e){switch(e){case"hunt":return Se.parse({archetype:e,number:1,prompt:"Pick the two that belong",board:["alpha","beta","gamma","delta"],targets:["alpha","beta"],open:!0});case"push":return Se.parse({archetype:e,number:1,prompt:"Two picks. Get close to 100 without going over.",target:100,targetLabel:"Points",slates:[{id:"first",label:"First pick",entries:[{key:"alpha",label:"Alpha",value:40},{key:"beta",label:"Beta",value:70}]},{id:"second",label:"Second pick",entries:[{key:"gamma",label:"Gamma",value:25},{key:"delta",label:"Delta",value:55}]}],open:!0});case"group":return Se.parse({archetype:e,number:1,prompt:"Find the groups. Four at a time.",board:["alpha","beta","gamma","delta","epsilon","zeta","eta","theta"],groups:[{key:"first",label:"First four",members:["alpha","beta","gamma","delta"]},{key:"second",label:"Second four",members:["epsilon","zeta","eta","theta"]}],open:!0});case"predict":return Se.parse({archetype:e,number:1,prompt:"Who takes it?",options:[{key:"alpha",label:"Alpha"},{key:"beta",label:"Beta"},{key:"draw",label:"Neither, it ends level"}],open:!0});case"shoot":return Se.parse({archetype:e,number:1,prompt:"Five penalties. Three to win.",shotsAllowed:5,goalsToWin:3,pointsPerGoal:100,open:!0});default:throw new Error(`No representative round exists for the ${e} archetype.`)}}function sD(e,t,r){return(Zk({gameId:e.app.id,gameName:e.app.title,archetype:t,manifestRevision:e.manifest.revision,wording:r,urls:{baseAppsUrl:"",dashImage:"",embedUrl:""}})["project_settings.json"].sections??[]).flatMap(i=>i.properties??[]).flatMap(i=>{if(typeof i.key!="string")return[];let a=Mm[i.key];return a?[[i.key,a]]:[]})}function ME(e){let t=e.filter(o=>o.status==="open").length,r=e.filter(o=>o.status==="skipped").length;return t>0?{outcome:"failed",exitCode:1,open:t,skipped:r}:r>0?{outcome:"unverified",exitCode:2,open:t,skipped:r}:{outcome:"verified",exitCode:0,open:t,skipped:r}}function _g(e){return cD.map(t=>({...t,status:"skipped",detail:e}))}async function UE(e,t,r,o){let n;try{n=await gg()}catch(a){return _g("Chrome could not start. Check GAMESTAGE_CHROME points to a working browser, then "+`run verify again. ${a instanceof Error?a.message:""}`.trim())}if(n.status==="skipped")return _g(n.detail);let i=n.browser;try{return[await GE(i,e,t,r,o),await WE(i,e)]}finally{await i.close().catch(()=>{})}}async function lD(e,t,r,o){let n;try{n=await gg()}catch(a){return{id:"rendered-outcome",what:"the screen shows what the server decided",status:"skipped",detail:"Chrome could not start. Check GAMESTAGE_CHROME points to a working browser, then "+`run verify again. ${a instanceof Error?a.message:""}`.trim()}}if(n.status==="skipped")return{id:"rendered-outcome",what:"the screen shows what the server decided",status:"skipped",detail:n.detail};let i=n.browser;try{return await GE(i,e,t,r,o)}finally{await i.close().catch(()=>{})}}async function dD(e){let t=Date.now()+kg;do{if((await e.query(gi)).length>0)return;let r=await e.query("[data-gamestage-start]:not([disabled])");for(let o of r)if(await e.isVisible("[data-gamestage-start]:not([disabled])",o))return o;await new Promise(o=>setTimeout(o,zE))}while(Date.now()<t)}async function FE(e){for(let t=0;t<3&&!((await e.query(gi)).length>0);t++){let r=await dD(e);if(r===void 0)break;await e.click("[data-gamestage-start]:not([disabled])",r).catch(()=>{}),await e.waitForSelector(gi,5e3).catch(()=>{})}}async function GE(e,t,r,o,n){try{if(await e.addScriptToEvaluateOnNewDocument(`window.GAMESTAGE_API = ${JSON.stringify(r)};window.GAMESTAGE_GAME = ${JSON.stringify(o)};`),await e.navigate(t,2e4),ke(n??"")==="shoot")return await BE(e);await FE(e);let i=await e.query(gi);if(i.length===0){let g=e.pageErrors[0],T=await e.query("#prompt").then(()=>e.html()).then(_=>/id="prompt"[^>]*>([^<]{0,160})/.exec(_)?.[1]?.trim()).catch(()=>{});return{id:"rendered-outcome",what:"the screen shows what the server decided",status:"open",detail:`Found nothing to pick. The page did not render a board from the round.${g?` The page threw: ${g}`:T?` The page says: ${T}`:""}`}}let a=e.waitForResponse({urlIncludes:"/plays",method:"POST",timeout:15e3}).catch(()=>{}),s=0;for(let g of i)if(await e.click(gi,g).catch(()=>{}),s+=1,(await e.query(CE)).length>0)break;let c=await e.query(PE);if(c.length===0){let g=Symbol("pending"),T=await Promise.race([a,new Promise(y=>setTimeout(()=>y(g),5e3))]);if(T===g||T===void 0)return{id:"rendered-outcome",what:"the screen shows what the server decided",status:"open",detail:`Selected ${s} of ${i.length} on the board. The page has no Submit, which is allowed because a tap can be the play, but nothing reached the Engine either, so no play was made by any route.`}}else{if((await e.query(CE)).length===0)return{id:"rendered-outcome",what:"the screen shows what the server decided",status:"open",detail:`Selected ${s} of ${i.length} on the board and the page never allowed a play: Submit stayed disabled throughout. The page decides when a guess is complete, so either it needs a combination this cannot reach by picking in order, or it is not enabling Submit when it should.`};await e.click(PE,c[0])}let d=await a;if(!d)return{id:"rendered-outcome",what:"the screen shows what the server decided",status:"open",detail:"The page was played and never asked the Engine. Whatever it showed, it decided for itself."};let u=await d.json();if(e.pageErrors.length)return{id:"rendered-outcome",what:"the screen shows what the server decided",status:"open",detail:`The page threw: ${e.pageErrors[0]}`};let p=await e.html(),h=u.round_state?.score,m=h===void 0||p.includes(String(h))||p.includes(h.toLocaleString("en-US"));return{id:"rendered-outcome",what:"the screen shows what the server decided",status:m?"verified":"open",detail:m?`The play went to the Engine and came back ${u.outcome}.`:`The Engine committed a score of ${h} and the page does not show it.`}}catch(i){return{id:"rendered-outcome",what:"the screen shows what the server decided",status:"open",detail:i instanceof Error?i.message:"The page could not be played."}}}async function LE(e,t,r){let o=Date.now()+r;do{if((await e.query(t)).length>0)return!0;await new Promise(n=>setTimeout(n,zE))}while(Date.now()<o);return!1}async function BE(e){let t="rendered-outcome",r="the screen shows what the server decided",o=y=>({id:t,what:r,status:"open",detail:y});if(!await LE(e,OE,kg)){let y=e.pageErrors[0];return o("Found no aim control. A penalties page offers its aim as buttons carrying `data-aim`, so a fan and this check can set up the same shot."+(y?` The page threw: ${y}`:""))}if(await e.click(OE,0).catch(()=>{}),(await e.query(NE)).length>0&&await e.click(NE,0).catch(()=>{}),!await LE(e,RE,kg))return o("An aim and a power were chosen and the page never allowed a shot: the shoot control stayed disabled or was not there. It is `#shoot` or `[data-gamestage-shoot]`.");let n=e.waitForResponse({urlIncludes:"/plays",method:"POST",timeout:15e3}).catch(()=>{});await e.click(RE,0);let i=await n;if(!i)return o("Shoot was pressed and the page never asked the Engine. Whatever it showed, it decided for itself.");let a=await i.json();if(e.pageErrors.length)return o(`The page threw: ${e.pageErrors[0]}`);if(a.outcome!=="accepted"&&a.outcome!=="duplicate"){let y=a.reason==="unexpected_field"?"The page put something on the wire the Engine does not take from a page, a result or a score of its own, and the Engine refused the whole shot rather than read round it. Send the aim, the power and the shot index and nothing else.":`The Engine refused the shot: ${a.reason??a.outcome}.`;return o(y)}let s=a.round_state?.progress?.shots?.at(-1);if(!s?.result)return o("The Engine accepted the shot and its state carries no committed shot to compare against.");let c=/<[a-z][^>]*\sdata-shot-result="([a-z]+)"/g,d=new RegExp(`<[a-z][^>]*\\sdata-shot-result="${s.result}"`),u=Date.now()+uD,p=await e.html();for(;!d.test(p)&&Date.now()<u;)await new Promise(y=>setTimeout(y,100)),p=await e.html();let h=[...p.matchAll(c)].map(y=>y[1]);if(!d.test(p))return o(`The Engine committed ${s.result} and the page shows ${h.length?h.map(y=>`"${y}"`).join(", "):"no shot result at all"}. The result a fan reads has to be the one the Engine returned, drawn from \`round_state.progress.shots\`, never worked out on the page.`);let m=a.round_state?.attempts_used;if(typeof m=="number"&&h.length!==m)return o(`The Engine has taken ${m} shot${m===1?"":"s"} and the page draws ${h.length}. A shot on the screen that the Engine never committed is a shot the page invented.`);let g=a.round_state?.score;return g===void 0||p.includes(String(g))||p.includes(g.toLocaleString("en-US"))?{id:t,what:r,status:"verified",detail:`The shot went to the Engine and came back ${s.result}; the page drew that and the score ${g}.`}:o(`The Engine committed a score of ${g} and the page does not show it.`)}async function WE(e,t){let r="connection-noticed",o="the page notices the connection going and coming back";try{await e.navigate(t,2e4),await FE(e);let n=await e.html();await e.setOffline(!0);let i=await DE(e,n,3e3);return i?(await e.setOffline(!1),await DE(e,i,3e3)?{id:r,what:o,status:"verified",detail:"Taken offline the page said so, and it recovered when the network returned."}:{id:r,what:o,status:"open",detail:"The page noticed the connection going and not it coming back: it was still in its offline state three seconds after the network returned. Listen for `online` as well, take the message down, and re-read the round rather than trusting what is on the screen."}):{id:r,what:o,status:"open",detail:"The connection was taken away and the page did not change. A fan who loses their signal is shown a game that still looks playable, and every tap on it is a tap the Engine never sees. Listen for the window's `offline` event and say so on the screen."}}catch(n){return{id:r,what:o,status:"open",detail:n instanceof Error?n.message:"The page could not be taken offline and back."}}finally{await e.setOffline(!1).catch(()=>{})}}async function DE(e,t,r){let o=Date.now()+r;for(;Date.now()<o;){let n=await e.html().catch(()=>t);if(n!==t)return n;await new Promise(i=>setTimeout(i,100))}}function hD(e){let t=e.split("/").slice(0,-1),r=t.findIndex(o=>pD.includes(o));return r===-1?void 0:t.slice(0,r+1).join("/")}function jE(e){let t=e.split("/").pop()??e;return t.endsWith("~")||t===".DS_Store"||/\.(bak|orig|swp|swo|rej|old)$/.test(t)||/\.old\.[^.]+$/.test(t)}async function KE(e,t){let{files:r,skippedLinks:o}=af(e,{symlinks:"skip"}),n=[],i=new Set,a=0;for(let s of o)n.push({path:s,why:"a symlink, which a deploy would refuse to publish",fatal:!1});for(let s of r){let c=hD(s.relativePath);if(c){i.has(c)||(i.add(c),n.push({path:`${c}/`,why:"a build or history directory; `deploy --dir` would upload it whole",fatal:!1}));continue}if(nf(s.relativePath)){n.push({path:s.relativePath,why:"environment or credential shaped",fatal:!0});continue}let d=await Qo(s.path);if(d===void 0)continue;a+=1;let u=pe(d);if(u.ok&&u.manifest.backend.round){n.push({path:s.relativePath,why:"an App Manifest, which carries the round's private half",fatal:!0});continue}let p=Nr(d,t);if(p.length){n.push({path:s.relativePath,why:Rr(t,p),fatal:!0});continue}let h;try{let m=JSON.parse(d);m&&Array.isArray(m.sourcesContent)&&(h=m)}catch{}if(h){let m=h.sourcesContent.filter(T=>typeof T=="string").join(`
10203
+ `),g=m?Nr(m,t):[];if(g.length){n.push({path:s.relativePath,why:`${Rr(t,g)} It is inside the map's own copy of your sources.`,fatal:!0});continue}n.push({path:s.relativePath,why:"a source map, which publishes your sources",fatal:!1});continue}jE(s.relativePath)&&n.push({path:s.relativePath,why:"an editor or merge leftover",fatal:!1})}for(let s of r)jE(s.relativePath)&&!n.some(c=>c.path===s.relativePath)&&n.push({path:s.relativePath,why:"an editor or merge leftover",fatal:!1});return{files:r,read:a,findings:n}}async function xg(e){await Yo();let t=e.manifest??"gamestage.yaml",r,o="";try{o=await bg(t,"utf8");let j=pe(o);if(!j.ok)return L(`${t} is not a valid App Manifest.`,j.issues.map(de=>`${S.cyan(de.path)} ${de.message}`));r=j.manifest}catch{return L(`Cannot read ${t}.`,["Run `gamestage inspect .` or `gamestage create` first."])}let n=r.backend.round??aD(r.backend.archetype),i=r.backend.round?{source:"manifest",archetype:n.archetype,detail:"The Engine used this game's own backend.round from the manifest."}:{source:"stand-in",archetype:n.archetype,detail:`The manifest carries no round, so the Engine used a representative ${n.archetype} stand-in supplied by Gamestage. It did not test the game's production content from Studio.`};if(!On.includes(n.archetype))return L(`No Engine here serves the ${n.archetype} archetype yet.`,[`Built so far: ${On.join(", ")}.`]);let a=wg(e.file??"index.html"),s;try{s=await bg(a,"utf8")}catch{return L(`Cannot read ${e.file??"index.html"}.`)}let c=[];c.push({id:"round-is-the-games-own",what:"the round played here was this game's own",status:i.source==="manifest"?"verified":"skipped",detail:i.source==="manifest"?void 0:"This game keeps its content in Studio, which is where it belongs, so there is no round here to play and this check cannot run. That is a limit of checking locally rather than anything wrong with the game. Play the deployed game to prove its round."});let d=n.archetype==="shoot"?"shotsAllowed":"attemptsAllowed",u=n.archetype==="shoot"?5:10,p=n.archetype==="hunt"||n.archetype==="group"||n.archetype==="shoot",h=new RegExp(`^\\s*${d}\\s*:`,"m").test(o);c.push({id:"attempts-cap-chosen",what:"the attempt cap was chosen rather than defaulted",status:r.backend.round&&p?h?"verified":"open":"skipped",detail:r.backend.round?p?h?void 0:`backend.round.${d} is not set, so the Engine applied its default of ${u}. Nobody chose that number, and it is the game a fan plays. Set it, even to ${u}, so it is a decision rather than an accident.`:`A ${n.archetype} round is not capped by ${d}.`:"No round in the manifest; the content is in Studio, where the cap is a producer's field."});let m=wg(e.dir??IE(a)),g;try{g=await KE(m,n)}catch(j){return L(`Cannot read the publish set at ${e.dir??IE(a)}.`,[j instanceof Error?j.message:"The directory could not be walked."])}let T=g.findings.filter(j=>j.fatal),y=Nr(s,n),_=y.length>0||T.length>0;c.push({id:"solution-absent",what:`the answers are not in what a deploy publishes (${g.files.length} file${g.files.length===1?"":"s"}, ${g.read} read)`,status:_?"open":"verified",detail:_?[y.length?Rr(n,y):void 0,...T.map(j=>`${j.path}: ${j.why}`)].filter(Boolean).join(" "):void 0});let w=await Fs(g.files),x=w.map(j=>j.text).join(`
10204
+ `),C=Rs(x),$=sD(r,n.archetype,C).filter(([,j])=>!Um(x,j)).map(([j])=>j);c.push({id:"settings-read",what:"every producer setting the page offers is read by the game"+(C.length?`, and it offers ${C.length} more for controls it has (${C.join(", ")})`:""),status:$.length?"open":"verified",detail:$.length?`The page does not read: ${$.join(", ")}. Apply each setting from game.presentation before deploying.`:void 0});let K=xc(w),H=g.files.some(j=>{let de=j.relativePath.split("/").pop();return de===ie||de===ge})||s.includes(ie)||s.includes(ge),dn=s.includes("createPlayerClient")||/\bstart\s*\(/.test(s);c.push({id:"client-present",what:"the client the page imports is there",status:H||!dn?"verified":"open",detail:dn&&!H?"The page uses a Gamestage client but does not import the one we ship. Run `gamestage client`.":void 0});let He=["@monterosa/sdk-core","@monterosa/sdk-connect-kit","@monterosa/sdk-consent-kit","@monterosa/sdk-storage-kit","@monterosa/sdk-analytics-kit","@monterosa/sdk-interact-kit","@monterosa/sdk-identify-kit","@monterosa/sdk-util"].filter(j=>x.includes(j));c.push({id:"client-is-the-door",what:"the game reaches Monterosa through the client, not around it",status:He.length===0?"verified":"open",detail:He.length===0?void 0:`This game imports ${He.join(", ")} directly. The Gamestage client is the only supported way to reach Interaction Cloud: it holds the connection, the consent gate and the server clock, and a second one beside it has none of them. Use what \`start()\` returns instead, and say what is missing from it if something is.`});let Ln=/\bDate\.now\s*\(|\bnew\s+Date\s*\(\s*\)/.test(x),Dn=/\blocks_at\b|\bopens_at\b|\bcountdown\b|\bdeadline\b|\btimeRemaining\b/i.test(x);c.push({id:"server-time",what:"a deadline comes from the server's clock",status:Ln&&Dn?"skipped":"verified",detail:Ln&&Dn?"This game reads the device clock somewhere and handles a round's timing somewhere, and this check reads the bundle as one string, so it cannot tell whether those are the same code. Worth your eyes: a lock or a countdown decided by the device clock is a deadline a fan can move by changing their clock. Use `game.now()`, which is the server's time through the client. `Date.now()` is fine for anything that decides nothing, like an animation or an analytics timestamp.":void 0});let te=await _c({game:r.app.id,round:n,title:r.app.title});await new Promise(j=>te.listen(0,"127.0.0.1",()=>j()));let fe=te.address(),Zr=fe&&typeof fe!="string"?`http://127.0.0.1:${fe.port}`:"",jn=await import("node:http").then(({createServer:j})=>j(async(de,ot)=>{let Rg=(de.url??"/").split("?")[0],Lg=Rg==="/"?a:wg(a,"..",Rg.slice(1));try{let K$=await bg(Lg);ot.writeHead(200,{"content-type":Lg.endsWith(".js")?"text/javascript":"text/html"}),ot.end(K$)}catch{ot.writeHead(404).end()}}));await new Promise(j=>jn.listen(0,"127.0.0.1",()=>j()));let Mn=jn.address(),Cc=Mn&&typeof Mn!="string"?`http://127.0.0.1:${Mn.port}/`:"";try{c.push(...e.noBrowser?_g("Asked not to open a browser."):await UE(Cc,Zr,r.app.id,n.archetype))}finally{te.close(),jn.close()}let _e=ME(c),qe=g.findings.filter(j=>!j.fatal);if(M()){F({ok:_e.outcome==="verified",outcome:_e.outcome,exitCode:_e.exitCode,checks:c,open:_e.open,skipped:_e.skipped,round:i,copy_candidates:K,publish_set:{directory:m,files:g.files.map(j=>j.relativePath),read:g.read,warnings:qe}}),_e.exitCode!==0&&process.exit(_e.exitCode);return}R(_e.outcome==="verified"?"Verified":_e.outcome==="failed"?"Verification failed":"Verification incomplete"),N("round used for verification",i.source),f(` ${S.dim(i.detail)}`);for(let j of c){let de=j.status==="verified"?S.green("ok"):j.status==="open"?S.yellow("open"):S.dim("skipped");N(j.what,de),j.detail&&f(` ${S.dim(j.detail)}`)}if(qe.length){f(),f(S.dim(" Also in the publish set, and a deploy would upload it:"));for(let j of qe)f(` ${S.dim("\xB7")} ${S.cyan(j.path)} ${S.dim(j.why)}`)}if(K.length){f(),f(S.dim(" Copy a producer may need to own:"));for(let j of K)f(` ${S.dim("\xB7")} ${S.cyan(`${j.file}:${j.line}`)} ${j.text} ${S.dim(`(${j.confidence}, ${j.level})`)}`)}f(),_e.outcome==="verified"?E("The Engine decided the outcome and the page showed it. That is the migration done."):_e.outcome==="failed"?E("A check remains open, so the game failed verification. Read the open check and fix its cause."):E("No check is open, but the game could not be fully proved here. Run the skipped check before treating it as verified."),f(),_e.exitCode!==0&&process.exit(_e.exitCode)}var gi,PE,CE,cD,kg,zE,OE,NE,RE,uD,pD,Sg=v(()=>{"use strict";ne();dg();yt();xt();$E();of();vg();cf();zs();ue();gi="button.pick, [data-pick]",PE="#submit, button[type=submit], .submit",CE="#submit:not([disabled]), button[type=submit]:not([disabled]), .submit:not([disabled])",cD=[{id:"rendered-outcome",what:"the screen shows what the server decided"},{id:"connection-noticed",what:"the page notices the connection going and coming back"}];kg=15e3,zE=250;OE="[data-aim]",NE="[data-power]",RE="#shoot:not([disabled]), [data-gamestage-shoot]:not([disabled])",uD=4e3;pD=[".git","node_modules",".next",".nuxt",".svelte-kit","dist","build"]});var Lt=class extends Error{constructor(t,r,o){super(o),Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name,this.code=r,this.exitCode=t,this.nestedError=void 0}},un=class extends Lt{constructor(t){super(1,"commander.invalidArgument",t),Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name}};var Hr=class{constructor(t,r){switch(this.description=r||"",this.variadic=!1,this.parseArg=void 0,this.defaultValue=void 0,this.defaultValueDescription=void 0,this.argChoices=void 0,t[0]){case"<":this.required=!0,this._name=t.slice(1,-1);break;case"[":this.required=!1,this._name=t.slice(1,-1);break;default:this.required=!0,this._name=t;break}this._name.endsWith("...")&&(this.variadic=!0,this._name=this._name.slice(0,-3))}name(){return this._name}_collectValue(t,r){return r===this.defaultValue||!Array.isArray(r)?[t]:(r.push(t),r)}default(t,r){return this.defaultValue=t,this.defaultValueDescription=r,this}argParser(t){return this.parseArg=t,this}choices(t){return this.argChoices=t.slice(),this.parseArg=(r,o)=>{if(!this.argChoices.includes(r))throw new un(`Allowed choices are ${this.argChoices.join(", ")}.`);return this.variadic?this._collectValue(r,o):r},this}argRequired(){return this.required=!0,this}argOptional(){return this.required=!1,this}};function bi(e){let t=e.name()+(e.variadic===!0?"...":"");return e.required?"<"+t+">":"["+t+"]"}import{EventEmitter as J$}from"node:events";import Nc from"node:child_process";import kt from"node:path";import _i from"node:fs";import V from"node:process";import{stripVTControlCharacters as q$}from"node:util";import{stripVTControlCharacters as H$}from"node:util";var Vr=class{constructor(){this.helpWidth=void 0,this.minWidthToWrap=40,this.sortSubcommands=!1,this.sortOptions=!1,this.showGlobalOptions=!1}prepareContext(t){this.helpWidth=this.helpWidth??t.helpWidth??80}visibleCommands(t){let r=t.commands.filter(n=>!n._hidden),o=t._getHelpCommand();return o&&!o._hidden&&r.push(o),this.sortSubcommands&&r.sort((n,i)=>n.name().localeCompare(i.name())),r}compareOptions(t,r){let o=n=>n.short?n.short.replace(/^-/,""):n.long.replace(/^--/,"");return o(t).localeCompare(o(r))}visibleOptions(t){let r=t.options.filter(n=>!n.hidden),o=t._getHelpOption();if(o&&!o.hidden){let n=o.short&&t._findOption(o.short),i=o.long&&t._findOption(o.long);!n&&!i?r.push(o):o.long&&!i?r.push(t.createOption(o.long,o.description)):o.short&&!n&&r.push(t.createOption(o.short,o.description))}return this.sortOptions&&r.sort(this.compareOptions),r}visibleGlobalOptions(t){if(!this.showGlobalOptions)return[];let r=[];for(let o=t.parent;o;o=o.parent){let n=o.options.filter(i=>!i.hidden);r.push(...n)}return this.sortOptions&&r.sort(this.compareOptions),r}visibleArguments(t){return t._argsDescription&&t.registeredArguments.forEach(r=>{r.description=r.description||t._argsDescription[r.name()]||""}),t.registeredArguments.find(r=>r.description)?t.registeredArguments:[]}subcommandTerm(t){let r=t.registeredArguments.map(o=>bi(o)).join(" ");return t._name+(t._aliases[0]?"|"+t._aliases[0]:"")+(t.options.length?" [options]":"")+(r?" "+r:"")}optionTerm(t){return t.flags}argumentTerm(t){return t.name()}longestSubcommandTermLength(t,r){return r.visibleCommands(t).reduce((o,n)=>Math.max(o,this.displayWidth(r.styleSubcommandTerm(r.subcommandTerm(n)))),0)}longestOptionTermLength(t,r){return r.visibleOptions(t).reduce((o,n)=>Math.max(o,this.displayWidth(r.styleOptionTerm(r.optionTerm(n)))),0)}longestGlobalOptionTermLength(t,r){return r.visibleGlobalOptions(t).reduce((o,n)=>Math.max(o,this.displayWidth(r.styleOptionTerm(r.optionTerm(n)))),0)}longestArgumentTermLength(t,r){return r.visibleArguments(t).reduce((o,n)=>Math.max(o,this.displayWidth(r.styleArgumentTerm(r.argumentTerm(n)))),0)}commandUsage(t){let r=t._name;t._aliases[0]&&(r=r+"|"+t._aliases[0]);let o="";for(let n=t.parent;n;n=n.parent)o=n.name()+" "+o;return o+r+" "+t.usage()}commandDescription(t){return t.description()}subcommandDescription(t){return t.summary()||t.description()}optionDescription(t){let r=[];if(t.argChoices&&r.push(`choices: ${t.argChoices.map(o=>JSON.stringify(o)).join(", ")}`),t.defaultValue!==void 0&&(t.required||t.optional||t.isBoolean()&&typeof t.defaultValue=="boolean")&&r.push(`default: ${t.defaultValueDescription||JSON.stringify(t.defaultValue)}`),t.presetArg!==void 0&&t.optional&&r.push(`preset: ${JSON.stringify(t.presetArg)}`),t.envVar!==void 0&&r.push(`env: ${t.envVar}`),r.length>0){let o=`(${r.join(", ")})`;return t.description?`${t.description} ${o}`:o}return t.description}argumentDescription(t){let r=[];if(t.argChoices&&r.push(`choices: ${t.argChoices.map(o=>JSON.stringify(o)).join(", ")}`),t.defaultValue!==void 0&&r.push(`default: ${t.defaultValueDescription||JSON.stringify(t.defaultValue)}`),r.length>0){let o=`(${r.join(", ")})`;return t.description?`${t.description} ${o}`:o}return t.description}formatItemList(t,r,o){return r.length===0?[]:[o.styleTitle(t),...r,""]}groupItems(t,r,o){let n=new Map;return t.forEach(i=>{let a=o(i);n.has(a)||n.set(a,[])}),r.forEach(i=>{let a=o(i);n.has(a)||n.set(a,[]),n.get(a).push(i)}),n}formatHelp(t,r){let o=r.padWidth(t,r),n=r.helpWidth??80;function i(p,h){return r.formatItem(p,o,h,r)}let a=[`${r.styleTitle("Usage:")} ${r.styleUsage(r.commandUsage(t))}`,""],s=r.commandDescription(t);s.length>0&&(a=a.concat([r.boxWrap(r.styleCommandDescription(s),n),""]));let c=r.visibleArguments(t).map(p=>i(r.styleArgumentTerm(r.argumentTerm(p)),r.styleArgumentDescription(r.argumentDescription(p))));if(a=a.concat(this.formatItemList("Arguments:",c,r)),this.groupItems(t.options,r.visibleOptions(t),p=>p.helpGroupHeading??"Options:").forEach((p,h)=>{let m=p.map(g=>i(r.styleOptionTerm(r.optionTerm(g)),r.styleOptionDescription(r.optionDescription(g))));a=a.concat(this.formatItemList(h,m,r))}),r.showGlobalOptions){let p=r.visibleGlobalOptions(t).map(h=>i(r.styleOptionTerm(r.optionTerm(h)),r.styleOptionDescription(r.optionDescription(h))));a=a.concat(this.formatItemList("Global Options:",p,r))}return this.groupItems(t.commands,r.visibleCommands(t),p=>p.helpGroup()||"Commands:").forEach((p,h)=>{let m=p.map(g=>i(r.styleSubcommandTerm(r.subcommandTerm(g)),r.styleSubcommandDescription(r.subcommandDescription(g))));a=a.concat(this.formatItemList(h,m,r))}),a.join(`
10205
+ `)}displayWidth(t){return H$(t).length}styleTitle(t){return t}styleUsage(t){return t.split(" ").map(r=>r==="[options]"?this.styleOptionText(r):r==="[command]"?this.styleSubcommandText(r):r[0]==="["||r[0]==="<"?this.styleArgumentText(r):this.styleCommandText(r)).join(" ")}styleCommandDescription(t){return this.styleDescriptionText(t)}styleOptionDescription(t){return this.styleDescriptionText(t)}styleSubcommandDescription(t){return this.styleDescriptionText(t)}styleArgumentDescription(t){return this.styleDescriptionText(t)}styleDescriptionText(t){return t}styleOptionTerm(t){return this.styleOptionText(t)}styleSubcommandTerm(t){return t.split(" ").map(r=>r==="[options]"?this.styleOptionText(r):r[0]==="["||r[0]==="<"?this.styleArgumentText(r):this.styleSubcommandText(r)).join(" ")}styleArgumentTerm(t){return this.styleArgumentText(t)}styleOptionText(t){return t}styleArgumentText(t){return t}styleSubcommandText(t){return t}styleCommandText(t){return t}padWidth(t,r){return Math.max(r.longestOptionTermLength(t,r),r.longestGlobalOptionTermLength(t,r),r.longestSubcommandTermLength(t,r),r.longestArgumentTermLength(t,r))}preformatted(t){return/\n[^\S\r\n]/.test(t)}formatItem(t,r,o,n){let a=" ".repeat(2);if(!o)return a+t;let s=t.padEnd(r+t.length-n.displayWidth(t)),c=2,u=(this.helpWidth??80)-r-c-2,p;return u<this.minWidthToWrap||n.preformatted(o)?p=o:p=n.boxWrap(o,u).replace(/\n/g,`
10206
+ `+" ".repeat(r+c)),a+s+" ".repeat(c)+p.replace(/\n/g,`
10207
+ ${a}`)}boxWrap(t,r){if(r<this.minWidthToWrap)return t;let o=t.split(/\r\n|\n/),n=/[\s]*[^\s]+/g,i=[];return o.forEach(a=>{let s=a.match(n);if(s===null){i.push("");return}let c=[s.shift()],d=this.displayWidth(c[0]);s.forEach(u=>{let p=this.displayWidth(u);if(d+p<=r){c.push(u),d+=p;return}i.push(c.join(""));let h=u.trimStart();c=[h],d=this.displayWidth(h)}),i.push(c.join(""))}),i.join(`
10208
+ `)}};var Dt=class{constructor(t,r){this.flags=t,this.description=r||"",this.required=t.includes("<"),this.optional=t.includes("["),this.variadic=/\w\.\.\.[>\]]$/.test(t),this.mandatory=!1;let o=V$(t);this.short=o.shortFlag,this.long=o.longFlag,this.negate=!1,this.long&&(this.negate=this.long.startsWith("--no-")),this.defaultValue=void 0,this.defaultValueDescription=void 0,this.presetArg=void 0,this.envVar=void 0,this.parseArg=void 0,this.hidden=!1,this.argChoices=void 0,this.conflictsWith=[],this.implied=void 0,this.helpGroupHeading=void 0}default(t,r){return this.defaultValue=t,this.defaultValueDescription=r,this}preset(t){return this.presetArg=t,this}conflicts(t){return this.conflictsWith=this.conflictsWith.concat(t),this}implies(t){let r=t;return typeof t=="string"&&(r={[t]:!0}),this.implied=Object.assign(this.implied||{},r),this}env(t){return this.envVar=t,this}argParser(t){return this.parseArg=t,this}makeOptionMandatory(t=!0){return this.mandatory=!!t,this}hideHelp(t=!0){return this.hidden=!!t,this}_collectValue(t,r){return r===this.defaultValue||!Array.isArray(r)?[t]:(r.push(t),r)}choices(t){return this.argChoices=t.slice(),this.parseArg=(r,o)=>{if(!this.argChoices.includes(r))throw new un(`Allowed choices are ${this.argChoices.join(", ")}.`);return this.variadic?this._collectValue(r,o):r},this}name(){return this.long?this.long.replace(/^--/,""):this.short.replace(/^-/,"")}attributeName(){return this.negate?Dg(this.name().replace(/^no-/,"")):Dg(this.name())}helpGroup(t){return this.helpGroupHeading=t,this}is(t){return this.short===t||this.long===t}isBoolean(){return!this.required&&!this.optional&&!this.negate}},wi=class{constructor(t){this.positiveOptions=new Map,this.negativeOptions=new Map,this.dualOptions=new Set,t.forEach(r=>{r.negate?this.negativeOptions.set(r.attributeName(),r):this.positiveOptions.set(r.attributeName(),r)}),this.negativeOptions.forEach((r,o)=>{this.positiveOptions.has(o)&&this.dualOptions.add(o)})}valueFromOption(t,r){let o=r.attributeName();if(!this.dualOptions.has(o))return!0;let n=this.negativeOptions.get(o).presetArg,i=n!==void 0?n:!1;return r.negate===(i===t)}};function Dg(e){return e.split("-").reduce((t,r)=>t+r[0].toUpperCase()+r.slice(1))}function V$(e){let t,r,o=/^-[^-]$/,n=/^--[^-]/,i=e.split(/[ |,]+/).concat("guard");if(o.test(i[0])&&(t=i.shift()),n.test(i[0])&&(r=i.shift()),!t&&o.test(i[0])&&(t=i.shift()),!t&&n.test(i[0])&&(t=r,r=i.shift()),i[0].startsWith("-")){let a=i[0],s=`option creation failed due to '${a}' in option flags '${e}'`;throw/^-[^-][^-]/.test(a)?new Error(`${s}
10163
10209
  - a short flag is a single dash and a single character
10164
10210
  - either use a single dash and a single character (for a short flag)
10165
10211
  - or use a double dash for a long option (and can have two, like '--ws, --workspace')`):o.test(a)?new Error(`${s}
10166
10212
  - too many short flags`):n.test(a)?new Error(`${s}
10167
10213
  - too many long flags`):new Error(`${s}
10168
- - unrecognised flag format`)}if(t===void 0&&r===void 0)throw new Error(`option creation failed due to no flags found in '${e}'.`);return{shortFlag:t,longFlag:r}}function z$(e,t){if(Math.abs(e.length-t.length)>3)return Math.max(e.length,t.length);let r=[];for(let o=0;o<=e.length;o++)r[o]=[o];for(let o=0;o<=t.length;o++)r[0][o]=o;for(let o=1;o<=t.length;o++)for(let n=1;n<=e.length;n++){let i;e[n-1]===t[o-1]?i=0:i=1,r[n][o]=Math.min(r[n-1][o]+1,r[n][o-1]+1,r[n-1][o-1]+i),n>1&&o>1&&e[n-1]===t[o-2]&&e[n-2]===t[o-1]&&(r[n][o]=Math.min(r[n][o],r[n-2][o-2]+1))}return r[e.length][t.length]}function Sc(e,t){if(!t||t.length===0)return"";t=Array.from(new Set(t));let r=e.startsWith("--");r&&(e=e.slice(2),t=t.map(a=>a.slice(2)));let o=[],n=3,i=.4;return t.forEach(a=>{if(a.length<=1)return;let s=z$(e,a),l=Math.max(e.length,a.length);(l-s)/l>i&&(s<n?(n=s,o=[a]):s===n&&o.push(a))}),o.sort((a,s)=>a.localeCompare(s)),r&&(o=o.map(a=>`--${a}`)),o.length>1?`
10214
+ - unrecognised flag format`)}if(t===void 0&&r===void 0)throw new Error(`option creation failed due to no flags found in '${e}'.`);return{shortFlag:t,longFlag:r}}function Y$(e,t){if(Math.abs(e.length-t.length)>3)return Math.max(e.length,t.length);let r=[];for(let o=0;o<=e.length;o++)r[o]=[o];for(let o=0;o<=t.length;o++)r[0][o]=o;for(let o=1;o<=t.length;o++)for(let n=1;n<=e.length;n++){let i;e[n-1]===t[o-1]?i=0:i=1,r[n][o]=Math.min(r[n-1][o]+1,r[n][o-1]+1,r[n-1][o-1]+i),n>1&&o>1&&e[n-1]===t[o-2]&&e[n-2]===t[o-1]&&(r[n][o]=Math.min(r[n][o],r[n-2][o-2]+1))}return r[e.length][t.length]}function Oc(e,t){if(!t||t.length===0)return"";t=Array.from(new Set(t));let r=e.startsWith("--");r&&(e=e.slice(2),t=t.map(a=>a.slice(2)));let o=[],n=3,i=.4;return t.forEach(a=>{if(a.length<=1)return;let s=Y$(e,a),c=Math.max(e.length,a.length);(c-s)/c>i&&(s<n?(n=s,o=[a]):s===n&&o.push(a))}),o.sort((a,s)=>a.localeCompare(s)),r&&(o=o.map(a=>`--${a}`)),o.length>1?`
10169
10215
  (Did you mean one of ${o.join(", ")}?)`:o.length===1?`
10170
- (Did you mean ${o[0]}?)`:""}var Mn=class e extends F${constructor(t){super(),this.commands=[],this.options=[],this.parent=null,this._allowUnknownOption=!1,this._allowExcessArguments=!1,this.registeredArguments=[],this._args=this.registeredArguments,this.args=[],this.rawArgs=[],this.processedArgs=[],this._scriptPath=null,this._name=t||"",this._optionValues={},this._optionValueSources={},this._storeOptionsAsProperties=!1,this._actionHandler=null,this._executableHandler=!1,this._executableFile=null,this._executableDir=null,this._defaultCommandName=null,this._exitCallback=null,this._aliases=[],this._combineFlagAndOptionalValue=!0,this._description="",this._summary="",this._argsDescription=void 0,this._enablePositionalOptions=!1,this._passThroughOptions=!1,this._lifeCycleHooks={},this._showHelpAfterError=!1,this._showSuggestionAfterError=!0,this._savedState=null,this._outputConfiguration={writeOut:r=>V.stdout.write(r),writeErr:r=>V.stderr.write(r),outputError:(r,o)=>o(r),getOutHelpWidth:()=>V.stdout.isTTY?V.stdout.columns:void 0,getErrHelpWidth:()=>V.stderr.isTTY?V.stderr.columns:void 0,getOutHasColors:()=>Og()??(V.stdout.isTTY&&V.stdout.hasColors?.()),getErrHasColors:()=>Og()??(V.stderr.isTTY&&V.stderr.hasColors?.()),stripColor:r=>G$(r)},this._hidden=!1,this._helpOption=void 0,this._addImplicitHelpCommand=void 0,this._helpCommand=void 0,this._helpConfiguration={},this._helpGroupHeading=void 0,this._defaultCommandGroup=void 0,this._defaultOptionGroup=void 0}copyInheritedSettings(t){return this._outputConfiguration=t._outputConfiguration,this._helpOption=t._helpOption,this._helpCommand=t._helpCommand,this._helpConfiguration=t._helpConfiguration,this._exitCallback=t._exitCallback,this._storeOptionsAsProperties=t._storeOptionsAsProperties,this._combineFlagAndOptionalValue=t._combineFlagAndOptionalValue,this._allowExcessArguments=t._allowExcessArguments,this._enablePositionalOptions=t._enablePositionalOptions,this._showHelpAfterError=t._showHelpAfterError,this._showSuggestionAfterError=t._showSuggestionAfterError,this}_getCommandAndAncestors(){let t=[];for(let r=this;r;r=r.parent)t.push(r);return t}command(t,r,o){let n=r,i=o;typeof n=="object"&&n!==null&&(i=n,n=null),i=i||{};let[,a,s]=t.match(/([^ ]+) *(.*)/),l=this.createCommand(a);return n&&(l.description(n),l._executableHandler=!0),i.isDefault&&(this._defaultCommandName=l._name),l._hidden=!!(i.noHelp||i.hidden),l._executableFile=i.executableFile||null,s&&l.arguments(s),this._registerCommand(l),l.parent=this,l.copyInheritedSettings(this),n?this:l}createCommand(t){return new e(t)}createHelp(){return Object.assign(new Vr,this.configureHelp())}configureHelp(t){return t===void 0?this._helpConfiguration:(this._helpConfiguration=t,this)}configureOutput(t){return t===void 0?this._outputConfiguration:(this._outputConfiguration={...this._outputConfiguration,...t},this)}showHelpAfterError(t=!0){return typeof t!="string"&&(t=!!t),this._showHelpAfterError=t,this}showSuggestionAfterError(t=!0){return this._showSuggestionAfterError=!!t,this}addCommand(t,r){if(!t._name)throw new Error(`Command passed to .addCommand() must have a name
10171
- - specify the name in Command constructor or using .name()`);return r=r||{},r.isDefault&&(this._defaultCommandName=t._name),(r.noHelp||r.hidden)&&(t._hidden=!0),this._registerCommand(t),t.parent=this,t._checkForBrokenPassThrough(),this}createArgument(t,r){return new Zr(t,r)}argument(t,r,o,n){let i=this.createArgument(t,r);return typeof o=="function"?i.default(n).argParser(o):i.default(o),this.addArgument(i),this}arguments(t){return t.trim().split(/ +/).forEach(r=>{this.argument(r)}),this}addArgument(t){let r=this.registeredArguments.slice(-1)[0];if(r?.variadic)throw new Error(`only the last argument can be variadic '${r.name()}'`);if(t.required&&t.defaultValue!==void 0&&t.parseArg===void 0)throw new Error(`a default value for a required argument is never used: '${t.name()}'`);return this.registeredArguments.push(t),this}helpCommand(t,r){if(typeof t=="boolean")return this._addImplicitHelpCommand=t,t&&this._defaultCommandGroup&&this._initCommandGroup(this._getHelpCommand()),this;let o=t??"help [command]",[,n,i]=o.match(/([^ ]+) *(.*)/),a=r??"display help for command",s=this.createCommand(n);return s.helpOption(!1),i&&s.arguments(i),a&&s.description(a),this._addImplicitHelpCommand=!0,this._helpCommand=s,(t||r)&&this._initCommandGroup(s),this}addHelpCommand(t,r){return typeof t!="object"?(this.helpCommand(t,r),this):(this._addImplicitHelpCommand=!0,this._helpCommand=t,this._initCommandGroup(t),this)}_getHelpCommand(){return this._addImplicitHelpCommand??(this.commands.length&&!this._actionHandler&&!this._findCommand("help"))?(this._helpCommand===void 0&&this.helpCommand(void 0,void 0),this._helpCommand):null}hook(t,r){let o=["preSubcommand","preAction","postAction"];if(!o.includes(t))throw new Error(`Unexpected value for event passed to hook : '${t}'.
10172
- Expecting one of '${o.join("', '")}'`);return this._lifeCycleHooks[t]?this._lifeCycleHooks[t].push(r):this._lifeCycleHooks[t]=[r],this}exitOverride(t){return t?this._exitCallback=t:this._exitCallback=r=>{if(r.code!=="commander.executeSubCommandAsync")throw r},this}_exit(t,r,o){this._exitCallback&&this._exitCallback(new Nt(t,r,o)),V.exit(t)}action(t){let r=o=>{let n=this.registeredArguments.length,i=o.slice(0,n);return this._storeOptionsAsProperties?i[n]=this:i[n]=this.opts(),i.push(this),t.apply(this,i)};return this._actionHandler=r,this}createOption(t,r){return new Rt(t,r)}_callParseArg(t,r,o,n){try{return t.parseArg(r,o)}catch(i){if(i.code==="commander.invalidArgument"){let a=`${n} ${i.message}`;this.error(a,{exitCode:i.exitCode,code:i.code})}throw i}}_registerOption(t){let r=t.short&&this._findOption(t.short)||t.long&&this._findOption(t.long);if(r){let o=t.long&&this._findOption(t.long)?t.long:t.short;throw new Error(`Cannot add option '${t.flags}'${this._name&&` to command '${this._name}'`} due to conflicting flag '${o}'
10173
- - already used by option '${r.flags}'`)}this._initOptionGroup(t),this.options.push(t)}_registerCommand(t){let r=n=>[n.name()].concat(n.aliases()),o=r(t).find(n=>this._findCommand(n));if(o){let n=r(this._findCommand(o)).join("|"),i=r(t).join("|");throw new Error(`cannot add command '${i}' as already have command '${n}'`)}this._initCommandGroup(t),this.commands.push(t)}addOption(t){this._registerOption(t);let r=t.name(),o=t.attributeName();t.defaultValue!==void 0&&this.setOptionValueWithSource(o,t.defaultValue,"default");let n=(i,a,s)=>{i==null&&t.presetArg!==void 0&&(i=t.presetArg);let l=this.getOptionValue(o);i!==null&&t.parseArg?i=this._callParseArg(t,i,l,a):i!==null&&t.variadic&&(i=t._collectValue(i,l)),i==null&&(t.negate?i=!1:t.isBoolean()||t.optional?i=!0:i=""),this.setOptionValueWithSource(o,i,s)};return this.on("option:"+r,i=>{let a=`error: option '${t.flags}' argument '${i}' is invalid.`;n(i,a,"cli")}),t.envVar&&this.on("optionEnv:"+r,i=>{let a=`error: option '${t.flags}' value '${i}' from env '${t.envVar}' is invalid.`;n(i,a,"env")}),this}_optionEx(t,r,o,n,i){if(typeof r=="object"&&r instanceof Rt)throw new Error("To add an Option object use addOption() instead of option() or requiredOption()");let a=this.createOption(r,o);if(a.makeOptionMandatory(!!t.mandatory),typeof n=="function")a.default(i).argParser(n);else if(n instanceof RegExp){let s=n;n=(l,d)=>{let u=s.exec(l);return u?u[0]:d},a.default(i).argParser(n)}else a.default(n);return this.addOption(a)}option(t,r,o,n){return this._optionEx({},t,r,o,n)}requiredOption(t,r,o,n){return this._optionEx({mandatory:!0},t,r,o,n)}combineFlagAndOptionalValue(t=!0){return this._combineFlagAndOptionalValue=!!t,this}allowUnknownOption(t=!0){return this._allowUnknownOption=!!t,this}allowExcessArguments(t=!0){return this._allowExcessArguments=!!t,this}enablePositionalOptions(t=!0){return this._enablePositionalOptions=!!t,this}passThroughOptions(t=!0){return this._passThroughOptions=!!t,this._checkForBrokenPassThrough(),this}_checkForBrokenPassThrough(){if(this.parent&&this._passThroughOptions&&!this.parent._enablePositionalOptions)throw new Error(`passThroughOptions cannot be used for '${this._name}' without turning on enablePositionalOptions for parent command(s)`)}storeOptionsAsProperties(t=!0){if(this.options.length)throw new Error("call .storeOptionsAsProperties() before adding options");if(Object.keys(this._optionValues).length)throw new Error("call .storeOptionsAsProperties() before setting option values");return this._storeOptionsAsProperties=!!t,this}getOptionValue(t){return this._storeOptionsAsProperties?this[t]:this._optionValues[t]}setOptionValue(t,r){return this.setOptionValueWithSource(t,r,void 0)}setOptionValueWithSource(t,r,o){return this._storeOptionsAsProperties?this[t]=r:this._optionValues[t]=r,this._optionValueSources[t]=o,this}getOptionValueSource(t){return this._optionValueSources[t]}getOptionValueSourceWithGlobals(t){let r;return this._getCommandAndAncestors().forEach(o=>{o.getOptionValueSource(t)!==void 0&&(r=o.getOptionValueSource(t))}),r}_prepareUserArgs(t,r){if(t!==void 0&&!Array.isArray(t))throw new Error("first parameter to parse must be array or undefined");if(r=r||{},t===void 0&&r.from===void 0){V.versions?.electron&&(r.from="electron");let n=V.execArgv??[];(n.includes("-e")||n.includes("--eval")||n.includes("-p")||n.includes("--print"))&&(r.from="eval")}t===void 0&&(t=V.argv),this.rawArgs=t.slice();let o;switch(r.from){case void 0:case"node":this._scriptPath=t[1],o=t.slice(2);break;case"electron":V.defaultApp?(this._scriptPath=t[1],o=t.slice(2)):o=t.slice(1);break;case"user":o=t.slice(0);break;case"eval":o=t.slice(1);break;default:throw new Error(`unexpected parse option { from: '${r.from}' }`)}return!this._name&&this._scriptPath&&this.nameFromFilename(this._scriptPath),this._name=this._name||"program",o}parse(t,r){this._prepareForParse();let o=this._prepareUserArgs(t,r);return this._parseCommand([],o),this}async parseAsync(t,r){this._prepareForParse();let o=this._prepareUserArgs(t,r);return await this._parseCommand([],o),this}_prepareForParse(){this._savedState===null?(this.options.filter(t=>t.negate&&t.defaultValue===void 0&&this.getOptionValue(t.attributeName())===void 0).forEach(t=>{let r=t.long.replace(/^--no-/,"--");this._findOption(r)||this.setOptionValueWithSource(t.attributeName(),!0,"default")}),this.saveStateBeforeParse()):this.restoreStateBeforeParse()}saveStateBeforeParse(){this._savedState={_name:this._name,_optionValues:{...this._optionValues},_optionValueSources:{...this._optionValueSources}}}restoreStateBeforeParse(){if(this._storeOptionsAsProperties)throw new Error(`Can not call parse again when storeOptionsAsProperties is true.
10174
- - either make a new Command for each call to parse, or stop storing options as properties`);this._name=this._savedState._name,this._scriptPath=null,this.rawArgs=[],this._optionValues={...this._savedState._optionValues},this._optionValueSources={...this._savedState._optionValueSources},this.args=[],this.processedArgs=[]}_checkForMissingExecutable(t,r,o){if(bi.existsSync(t))return;let n=r?`searched for local subcommand relative to directory '${r}'`:"no directory for search for local subcommand, use .executableDir() to supply a custom directory",i=`'${t}' does not exist
10216
+ (Did you mean ${o[0]}?)`:""}var Un=class e extends J${constructor(t){super(),this.commands=[],this.options=[],this.parent=null,this._allowUnknownOption=!1,this._allowExcessArguments=!1,this.registeredArguments=[],this._args=this.registeredArguments,this.args=[],this.rawArgs=[],this.processedArgs=[],this._scriptPath=null,this._name=t||"",this._optionValues={},this._optionValueSources={},this._storeOptionsAsProperties=!1,this._actionHandler=null,this._executableHandler=!1,this._executableFile=null,this._executableDir=null,this._defaultCommandName=null,this._exitCallback=null,this._aliases=[],this._combineFlagAndOptionalValue=!0,this._description="",this._summary="",this._argsDescription=void 0,this._enablePositionalOptions=!1,this._passThroughOptions=!1,this._lifeCycleHooks={},this._showHelpAfterError=!1,this._showSuggestionAfterError=!0,this._savedState=null,this._outputConfiguration={writeOut:r=>V.stdout.write(r),writeErr:r=>V.stderr.write(r),outputError:(r,o)=>o(r),getOutHelpWidth:()=>V.stdout.isTTY?V.stdout.columns:void 0,getErrHelpWidth:()=>V.stderr.isTTY?V.stderr.columns:void 0,getOutHasColors:()=>Mg()??(V.stdout.isTTY&&V.stdout.hasColors?.()),getErrHasColors:()=>Mg()??(V.stderr.isTTY&&V.stderr.hasColors?.()),stripColor:r=>q$(r)},this._hidden=!1,this._helpOption=void 0,this._addImplicitHelpCommand=void 0,this._helpCommand=void 0,this._helpConfiguration={},this._helpGroupHeading=void 0,this._defaultCommandGroup=void 0,this._defaultOptionGroup=void 0}copyInheritedSettings(t){return this._outputConfiguration=t._outputConfiguration,this._helpOption=t._helpOption,this._helpCommand=t._helpCommand,this._helpConfiguration=t._helpConfiguration,this._exitCallback=t._exitCallback,this._storeOptionsAsProperties=t._storeOptionsAsProperties,this._combineFlagAndOptionalValue=t._combineFlagAndOptionalValue,this._allowExcessArguments=t._allowExcessArguments,this._enablePositionalOptions=t._enablePositionalOptions,this._showHelpAfterError=t._showHelpAfterError,this._showSuggestionAfterError=t._showSuggestionAfterError,this}_getCommandAndAncestors(){let t=[];for(let r=this;r;r=r.parent)t.push(r);return t}command(t,r,o){let n=r,i=o;typeof n=="object"&&n!==null&&(i=n,n=null),i=i||{};let[,a,s]=t.match(/([^ ]+) *(.*)/),c=this.createCommand(a);return n&&(c.description(n),c._executableHandler=!0),i.isDefault&&(this._defaultCommandName=c._name),c._hidden=!!(i.noHelp||i.hidden),c._executableFile=i.executableFile||null,s&&c.arguments(s),this._registerCommand(c),c.parent=this,c.copyInheritedSettings(this),n?this:c}createCommand(t){return new e(t)}createHelp(){return Object.assign(new Vr,this.configureHelp())}configureHelp(t){return t===void 0?this._helpConfiguration:(this._helpConfiguration=t,this)}configureOutput(t){return t===void 0?this._outputConfiguration:(this._outputConfiguration={...this._outputConfiguration,...t},this)}showHelpAfterError(t=!0){return typeof t!="string"&&(t=!!t),this._showHelpAfterError=t,this}showSuggestionAfterError(t=!0){return this._showSuggestionAfterError=!!t,this}addCommand(t,r){if(!t._name)throw new Error(`Command passed to .addCommand() must have a name
10217
+ - specify the name in Command constructor or using .name()`);return r=r||{},r.isDefault&&(this._defaultCommandName=t._name),(r.noHelp||r.hidden)&&(t._hidden=!0),this._registerCommand(t),t.parent=this,t._checkForBrokenPassThrough(),this}createArgument(t,r){return new Hr(t,r)}argument(t,r,o,n){let i=this.createArgument(t,r);return typeof o=="function"?i.default(n).argParser(o):i.default(o),this.addArgument(i),this}arguments(t){return t.trim().split(/ +/).forEach(r=>{this.argument(r)}),this}addArgument(t){let r=this.registeredArguments.slice(-1)[0];if(r?.variadic)throw new Error(`only the last argument can be variadic '${r.name()}'`);if(t.required&&t.defaultValue!==void 0&&t.parseArg===void 0)throw new Error(`a default value for a required argument is never used: '${t.name()}'`);return this.registeredArguments.push(t),this}helpCommand(t,r){if(typeof t=="boolean")return this._addImplicitHelpCommand=t,t&&this._defaultCommandGroup&&this._initCommandGroup(this._getHelpCommand()),this;let o=t??"help [command]",[,n,i]=o.match(/([^ ]+) *(.*)/),a=r??"display help for command",s=this.createCommand(n);return s.helpOption(!1),i&&s.arguments(i),a&&s.description(a),this._addImplicitHelpCommand=!0,this._helpCommand=s,(t||r)&&this._initCommandGroup(s),this}addHelpCommand(t,r){return typeof t!="object"?(this.helpCommand(t,r),this):(this._addImplicitHelpCommand=!0,this._helpCommand=t,this._initCommandGroup(t),this)}_getHelpCommand(){return this._addImplicitHelpCommand??(this.commands.length&&!this._actionHandler&&!this._findCommand("help"))?(this._helpCommand===void 0&&this.helpCommand(void 0,void 0),this._helpCommand):null}hook(t,r){let o=["preSubcommand","preAction","postAction"];if(!o.includes(t))throw new Error(`Unexpected value for event passed to hook : '${t}'.
10218
+ Expecting one of '${o.join("', '")}'`);return this._lifeCycleHooks[t]?this._lifeCycleHooks[t].push(r):this._lifeCycleHooks[t]=[r],this}exitOverride(t){return t?this._exitCallback=t:this._exitCallback=r=>{if(r.code!=="commander.executeSubCommandAsync")throw r},this}_exit(t,r,o){this._exitCallback&&this._exitCallback(new Lt(t,r,o)),V.exit(t)}action(t){let r=o=>{let n=this.registeredArguments.length,i=o.slice(0,n);return this._storeOptionsAsProperties?i[n]=this:i[n]=this.opts(),i.push(this),t.apply(this,i)};return this._actionHandler=r,this}createOption(t,r){return new Dt(t,r)}_callParseArg(t,r,o,n){try{return t.parseArg(r,o)}catch(i){if(i.code==="commander.invalidArgument"){let a=`${n} ${i.message}`;this.error(a,{exitCode:i.exitCode,code:i.code})}throw i}}_registerOption(t){let r=t.short&&this._findOption(t.short)||t.long&&this._findOption(t.long);if(r){let o=t.long&&this._findOption(t.long)?t.long:t.short;throw new Error(`Cannot add option '${t.flags}'${this._name&&` to command '${this._name}'`} due to conflicting flag '${o}'
10219
+ - already used by option '${r.flags}'`)}this._initOptionGroup(t),this.options.push(t)}_registerCommand(t){let r=n=>[n.name()].concat(n.aliases()),o=r(t).find(n=>this._findCommand(n));if(o){let n=r(this._findCommand(o)).join("|"),i=r(t).join("|");throw new Error(`cannot add command '${i}' as already have command '${n}'`)}this._initCommandGroup(t),this.commands.push(t)}addOption(t){this._registerOption(t);let r=t.name(),o=t.attributeName();t.defaultValue!==void 0&&this.setOptionValueWithSource(o,t.defaultValue,"default");let n=(i,a,s)=>{i==null&&t.presetArg!==void 0&&(i=t.presetArg);let c=this.getOptionValue(o);i!==null&&t.parseArg?i=this._callParseArg(t,i,c,a):i!==null&&t.variadic&&(i=t._collectValue(i,c)),i==null&&(t.negate?i=!1:t.isBoolean()||t.optional?i=!0:i=""),this.setOptionValueWithSource(o,i,s)};return this.on("option:"+r,i=>{let a=`error: option '${t.flags}' argument '${i}' is invalid.`;n(i,a,"cli")}),t.envVar&&this.on("optionEnv:"+r,i=>{let a=`error: option '${t.flags}' value '${i}' from env '${t.envVar}' is invalid.`;n(i,a,"env")}),this}_optionEx(t,r,o,n,i){if(typeof r=="object"&&r instanceof Dt)throw new Error("To add an Option object use addOption() instead of option() or requiredOption()");let a=this.createOption(r,o);if(a.makeOptionMandatory(!!t.mandatory),typeof n=="function")a.default(i).argParser(n);else if(n instanceof RegExp){let s=n;n=(c,d)=>{let u=s.exec(c);return u?u[0]:d},a.default(i).argParser(n)}else a.default(n);return this.addOption(a)}option(t,r,o,n){return this._optionEx({},t,r,o,n)}requiredOption(t,r,o,n){return this._optionEx({mandatory:!0},t,r,o,n)}combineFlagAndOptionalValue(t=!0){return this._combineFlagAndOptionalValue=!!t,this}allowUnknownOption(t=!0){return this._allowUnknownOption=!!t,this}allowExcessArguments(t=!0){return this._allowExcessArguments=!!t,this}enablePositionalOptions(t=!0){return this._enablePositionalOptions=!!t,this}passThroughOptions(t=!0){return this._passThroughOptions=!!t,this._checkForBrokenPassThrough(),this}_checkForBrokenPassThrough(){if(this.parent&&this._passThroughOptions&&!this.parent._enablePositionalOptions)throw new Error(`passThroughOptions cannot be used for '${this._name}' without turning on enablePositionalOptions for parent command(s)`)}storeOptionsAsProperties(t=!0){if(this.options.length)throw new Error("call .storeOptionsAsProperties() before adding options");if(Object.keys(this._optionValues).length)throw new Error("call .storeOptionsAsProperties() before setting option values");return this._storeOptionsAsProperties=!!t,this}getOptionValue(t){return this._storeOptionsAsProperties?this[t]:this._optionValues[t]}setOptionValue(t,r){return this.setOptionValueWithSource(t,r,void 0)}setOptionValueWithSource(t,r,o){return this._storeOptionsAsProperties?this[t]=r:this._optionValues[t]=r,this._optionValueSources[t]=o,this}getOptionValueSource(t){return this._optionValueSources[t]}getOptionValueSourceWithGlobals(t){let r;return this._getCommandAndAncestors().forEach(o=>{o.getOptionValueSource(t)!==void 0&&(r=o.getOptionValueSource(t))}),r}_prepareUserArgs(t,r){if(t!==void 0&&!Array.isArray(t))throw new Error("first parameter to parse must be array or undefined");if(r=r||{},t===void 0&&r.from===void 0){V.versions?.electron&&(r.from="electron");let n=V.execArgv??[];(n.includes("-e")||n.includes("--eval")||n.includes("-p")||n.includes("--print"))&&(r.from="eval")}t===void 0&&(t=V.argv),this.rawArgs=t.slice();let o;switch(r.from){case void 0:case"node":this._scriptPath=t[1],o=t.slice(2);break;case"electron":V.defaultApp?(this._scriptPath=t[1],o=t.slice(2)):o=t.slice(1);break;case"user":o=t.slice(0);break;case"eval":o=t.slice(1);break;default:throw new Error(`unexpected parse option { from: '${r.from}' }`)}return!this._name&&this._scriptPath&&this.nameFromFilename(this._scriptPath),this._name=this._name||"program",o}parse(t,r){this._prepareForParse();let o=this._prepareUserArgs(t,r);return this._parseCommand([],o),this}async parseAsync(t,r){this._prepareForParse();let o=this._prepareUserArgs(t,r);return await this._parseCommand([],o),this}_prepareForParse(){this._savedState===null?(this.options.filter(t=>t.negate&&t.defaultValue===void 0&&this.getOptionValue(t.attributeName())===void 0).forEach(t=>{let r=t.long.replace(/^--no-/,"--");this._findOption(r)||this.setOptionValueWithSource(t.attributeName(),!0,"default")}),this.saveStateBeforeParse()):this.restoreStateBeforeParse()}saveStateBeforeParse(){this._savedState={_name:this._name,_optionValues:{...this._optionValues},_optionValueSources:{...this._optionValueSources}}}restoreStateBeforeParse(){if(this._storeOptionsAsProperties)throw new Error(`Can not call parse again when storeOptionsAsProperties is true.
10220
+ - either make a new Command for each call to parse, or stop storing options as properties`);this._name=this._savedState._name,this._scriptPath=null,this.rawArgs=[],this._optionValues={...this._savedState._optionValues},this._optionValueSources={...this._savedState._optionValueSources},this.args=[],this.processedArgs=[]}_checkForMissingExecutable(t,r,o){if(_i.existsSync(t))return;let n=r?`searched for local subcommand relative to directory '${r}'`:"no directory for search for local subcommand, use .executableDir() to supply a custom directory",i=`'${t}' does not exist
10175
10221
  - if '${o}' is not meant to be an executable command, remove description parameter from '.command()' and use '.description()' instead
10176
10222
  - if the default executable name is not suitable, use the executableFile option to supply a custom name or path
10177
- - ${n}`;throw new Error(i)}_executeSubCommand(t,r){r=r.slice();let o=[".js",".ts",".tsx",".mjs",".cjs"];function n(u,p){let h=wt.resolve(u,p);if(bi.existsSync(h))return h;if(o.includes(wt.extname(p)))return;let f=o.find(m=>bi.existsSync(`${h}${m}`));if(f)return`${h}${f}`}this._checkForMissingMandatoryOptions(),this._checkForConflictingOptions();let i=t._executableFile||`${this._name}-${t._name}`,a=this._executableDir||"";if(this._scriptPath){let u;try{u=bi.realpathSync(this._scriptPath)}catch{u=this._scriptPath}a=wt.resolve(wt.dirname(u),a)}if(a){let u=n(a,i);if(!u&&!t._executableFile&&this._scriptPath){let p=wt.basename(this._scriptPath,wt.extname(this._scriptPath));p!==this._name&&(u=n(a,`${p}-${t._name}`))}i=u||i}let s=o.includes(wt.extname(i)),l;V.platform!=="win32"?s?(r.unshift(i),r=Cg(V.execArgv).concat(r),l=Ec.spawn(V.argv[0],r,{stdio:"inherit"})):l=Ec.spawn(i,r,{stdio:"inherit"}):(this._checkForMissingExecutable(i,a,t._name),r.unshift(i),r=Cg(V.execArgv).concat(r),l=Ec.spawn(V.execPath,r,{stdio:"inherit"})),l.killed||["SIGUSR1","SIGUSR2","SIGTERM","SIGINT","SIGHUP"].forEach(p=>{V.on(p,()=>{l.killed===!1&&l.exitCode===null&&l.kill(p)})});let d=this._exitCallback;l.on("close",u=>{u=u??1,d?d(new Nt(u,"commander.executeSubCommandAsync","(close)")):V.exit(u)}),l.on("error",u=>{if(u.code==="ENOENT")this._checkForMissingExecutable(i,a,t._name);else if(u.code==="EACCES")throw new Error(`'${i}' not executable`);if(!d)V.exit(1);else{let p=new Nt(1,"commander.executeSubCommandAsync","(error)");p.nestedError=u,d(p)}}),this.runningCommand=l}_dispatchSubcommand(t,r,o){let n=this._findCommand(t);n||this.help({error:!0}),n._prepareForParse();let i;return i=this._chainOrCallSubCommandHook(i,n,"preSubcommand"),i=this._chainOrCall(i,()=>{if(n._executableHandler)this._executeSubCommand(n,r.concat(o));else return n._parseCommand(r,o)}),i}_dispatchHelpCommand(t){t||this.help();let r=this._findCommand(t);return r&&!r._executableHandler&&r.help(),this._dispatchSubcommand(t,[],[this._getHelpOption()?.long??this._getHelpOption()?.short??"--help"])}_checkNumberOfArguments(){this.registeredArguments.forEach((t,r)=>{t.required&&this.args[r]==null&&this.missingArgument(t.name())}),!(this.registeredArguments.length>0&&this.registeredArguments[this.registeredArguments.length-1].variadic)&&this.args.length>this.registeredArguments.length&&this._excessArguments(this.args)}_processArguments(){let t=(o,n,i)=>{let a=n;if(n!==null&&o.parseArg){let s=`error: command-argument value '${n}' is invalid for argument '${o.name()}'.`;a=this._callParseArg(o,n,i,s)}return a};this._checkNumberOfArguments();let r=[];this.registeredArguments.forEach((o,n)=>{let i=o.defaultValue;o.variadic?n<this.args.length?(i=this.args.slice(n),o.parseArg&&(i=i.reduce((a,s)=>t(o,s,a),o.defaultValue))):i===void 0&&(i=[]):n<this.args.length&&(i=this.args[n],o.parseArg&&(i=t(o,i,o.defaultValue))),r[n]=i}),this.processedArgs=r}_chainOrCall(t,r){return t?.then&&typeof t.then=="function"?t.then(()=>r()):r()}_chainOrCallHooks(t,r){let o=t,n=[];return this._getCommandAndAncestors().reverse().filter(i=>i._lifeCycleHooks[r]!==void 0).forEach(i=>{i._lifeCycleHooks[r].forEach(a=>{n.push({hookedCommand:i,callback:a})})}),r==="postAction"&&n.reverse(),n.forEach(i=>{o=this._chainOrCall(o,()=>i.callback(i.hookedCommand,this))}),o}_chainOrCallSubCommandHook(t,r,o){let n=t;return this._lifeCycleHooks[o]!==void 0&&this._lifeCycleHooks[o].forEach(i=>{n=this._chainOrCall(n,()=>i(this,r))}),n}_parseCommand(t,r){let o=this.parseOptions(r);if(this._parseOptionsEnv(),this._parseOptionsImplied(),t=t.concat(o.operands),r=o.unknown,this.args=t.concat(r),t&&this._findCommand(t[0]))return this._dispatchSubcommand(t[0],t.slice(1),r);if(this._getHelpCommand()&&t[0]===this._getHelpCommand().name())return this._dispatchHelpCommand(t[1]);if(this._defaultCommandName)return this._outputHelpIfRequested(r),this._dispatchSubcommand(this._defaultCommandName,t,r);this.commands.length&&this.args.length===0&&!this._actionHandler&&!this._defaultCommandName&&this.help({error:!0}),this._outputHelpIfRequested(o.unknown),this._checkForMissingMandatoryOptions(),this._checkForConflictingOptions();let n=()=>{o.unknown.length>0&&this.unknownOption(o.unknown[0])},i=`command:${this.name()}`;if(this._actionHandler){n(),this._processArguments();let a;return a=this._chainOrCallHooks(a,"preAction"),a=this._chainOrCall(a,()=>this._actionHandler(this.processedArgs)),this.parent&&(a=this._chainOrCall(a,()=>{this.parent.emit(i,t,r)})),a=this._chainOrCallHooks(a,"postAction"),a}if(this.parent?.listenerCount(i))n(),this._processArguments(),this.parent.emit(i,t,r);else if(t.length){if(this._findCommand("*"))return this._dispatchSubcommand("*",t,r);this.listenerCount("command:*")?this.emit("command:*",t,r):this.commands.length?this.unknownCommand():(n(),this._processArguments())}else this.commands.length?(n(),this.help({error:!0})):(n(),this._processArguments())}_findCommand(t){if(t)return this.commands.find(r=>r._name===t||r._aliases.includes(t))}_findOption(t){return this.options.find(r=>r.is(t))}_checkForMissingMandatoryOptions(){this._getCommandAndAncestors().forEach(t=>{t.options.forEach(r=>{r.mandatory&&t.getOptionValue(r.attributeName())===void 0&&t.missingMandatoryOptionValue(r)})})}_checkForConflictingLocalOptions(){let t=this.options.filter(o=>{let n=o.attributeName();return this.getOptionValue(n)===void 0?!1:this.getOptionValueSource(n)!=="default"});t.filter(o=>o.conflictsWith.length>0).forEach(o=>{let n=t.find(i=>o.conflictsWith.includes(i.attributeName()));n&&this._conflictingOption(o,n)})}_checkForConflictingOptions(){this._getCommandAndAncestors().forEach(t=>{t._checkForConflictingLocalOptions()})}parseOptions(t){let r=[],o=[],n=r;function i(u){return u.length>1&&u[0]==="-"}let a=u=>/^-(\d+|\d*\.\d+)(e[+-]?\d+)?$/.test(u)?!this._getCommandAndAncestors().some(p=>p.options.map(h=>h.short).some(h=>/^-\d$/.test(h))):!1,s=null,l=null,d=0;for(;d<t.length||l;){let u=l??t[d++];if(l=null,u==="--"){n===o&&n.push(u),n.push(...t.slice(d));break}if(s&&(!i(u)||a(u))){this.emit(`option:${s.name()}`,u);continue}if(s=null,i(u)){let p=this._findOption(u);if(p){if(p.required){let h=t[d++];h===void 0&&this.optionMissingArgument(p),this.emit(`option:${p.name()}`,h)}else if(p.optional){let h=null;d<t.length&&(!i(t[d])||a(t[d]))&&(h=t[d++]),this.emit(`option:${p.name()}`,h)}else this.emit(`option:${p.name()}`);s=p.variadic?p:null;continue}}if(u.length>2&&u[0]==="-"&&u[1]!=="-"){let p=this._findOption(`-${u[1]}`);if(p){p.required||p.optional&&this._combineFlagAndOptionalValue?this.emit(`option:${p.name()}`,u.slice(2)):(this.emit(`option:${p.name()}`),l=`-${u.slice(2)}`);continue}}if(/^--[^=]+=/.test(u)){let p=u.indexOf("="),h=this._findOption(u.slice(0,p));if(h&&(h.required||h.optional)){this.emit(`option:${h.name()}`,u.slice(p+1));continue}}if(n===r&&i(u)&&!(this.commands.length===0&&a(u))&&(n=o),(this._enablePositionalOptions||this._passThroughOptions)&&r.length===0&&o.length===0){if(this._findCommand(u)){r.push(u),o.push(...t.slice(d));break}else if(this._getHelpCommand()&&u===this._getHelpCommand().name()){r.push(u,...t.slice(d));break}else if(this._defaultCommandName){o.push(u,...t.slice(d));break}}if(this._passThroughOptions){n.push(u,...t.slice(d));break}n.push(u)}return{operands:r,unknown:o}}opts(){if(this._storeOptionsAsProperties){let t={},r=this.options.length;for(let o=0;o<r;o++){let n=this.options[o].attributeName();t[n]=n===this._versionOptionName?this._version:this[n]}return t}return this._optionValues}optsWithGlobals(){return this._getCommandAndAncestors().reduce((t,r)=>Object.assign(t,r.opts()),{})}error(t,r){this._outputConfiguration.outputError(`${t}
10223
+ - ${n}`;throw new Error(i)}_executeSubCommand(t,r){r=r.slice();let o=[".js",".ts",".tsx",".mjs",".cjs"];function n(u,p){let h=kt.resolve(u,p);if(_i.existsSync(h))return h;if(o.includes(kt.extname(p)))return;let m=o.find(g=>_i.existsSync(`${h}${g}`));if(m)return`${h}${m}`}this._checkForMissingMandatoryOptions(),this._checkForConflictingOptions();let i=t._executableFile||`${this._name}-${t._name}`,a=this._executableDir||"";if(this._scriptPath){let u;try{u=_i.realpathSync(this._scriptPath)}catch{u=this._scriptPath}a=kt.resolve(kt.dirname(u),a)}if(a){let u=n(a,i);if(!u&&!t._executableFile&&this._scriptPath){let p=kt.basename(this._scriptPath,kt.extname(this._scriptPath));p!==this._name&&(u=n(a,`${p}-${t._name}`))}i=u||i}let s=o.includes(kt.extname(i)),c;V.platform!=="win32"?s?(r.unshift(i),r=jg(V.execArgv).concat(r),c=Nc.spawn(V.argv[0],r,{stdio:"inherit"})):c=Nc.spawn(i,r,{stdio:"inherit"}):(this._checkForMissingExecutable(i,a,t._name),r.unshift(i),r=jg(V.execArgv).concat(r),c=Nc.spawn(V.execPath,r,{stdio:"inherit"})),c.killed||["SIGUSR1","SIGUSR2","SIGTERM","SIGINT","SIGHUP"].forEach(p=>{V.on(p,()=>{c.killed===!1&&c.exitCode===null&&c.kill(p)})});let d=this._exitCallback;c.on("close",u=>{u=u??1,d?d(new Lt(u,"commander.executeSubCommandAsync","(close)")):V.exit(u)}),c.on("error",u=>{if(u.code==="ENOENT")this._checkForMissingExecutable(i,a,t._name);else if(u.code==="EACCES")throw new Error(`'${i}' not executable`);if(!d)V.exit(1);else{let p=new Lt(1,"commander.executeSubCommandAsync","(error)");p.nestedError=u,d(p)}}),this.runningCommand=c}_dispatchSubcommand(t,r,o){let n=this._findCommand(t);n||this.help({error:!0}),n._prepareForParse();let i;return i=this._chainOrCallSubCommandHook(i,n,"preSubcommand"),i=this._chainOrCall(i,()=>{if(n._executableHandler)this._executeSubCommand(n,r.concat(o));else return n._parseCommand(r,o)}),i}_dispatchHelpCommand(t){t||this.help();let r=this._findCommand(t);return r&&!r._executableHandler&&r.help(),this._dispatchSubcommand(t,[],[this._getHelpOption()?.long??this._getHelpOption()?.short??"--help"])}_checkNumberOfArguments(){this.registeredArguments.forEach((t,r)=>{t.required&&this.args[r]==null&&this.missingArgument(t.name())}),!(this.registeredArguments.length>0&&this.registeredArguments[this.registeredArguments.length-1].variadic)&&this.args.length>this.registeredArguments.length&&this._excessArguments(this.args)}_processArguments(){let t=(o,n,i)=>{let a=n;if(n!==null&&o.parseArg){let s=`error: command-argument value '${n}' is invalid for argument '${o.name()}'.`;a=this._callParseArg(o,n,i,s)}return a};this._checkNumberOfArguments();let r=[];this.registeredArguments.forEach((o,n)=>{let i=o.defaultValue;o.variadic?n<this.args.length?(i=this.args.slice(n),o.parseArg&&(i=i.reduce((a,s)=>t(o,s,a),o.defaultValue))):i===void 0&&(i=[]):n<this.args.length&&(i=this.args[n],o.parseArg&&(i=t(o,i,o.defaultValue))),r[n]=i}),this.processedArgs=r}_chainOrCall(t,r){return t?.then&&typeof t.then=="function"?t.then(()=>r()):r()}_chainOrCallHooks(t,r){let o=t,n=[];return this._getCommandAndAncestors().reverse().filter(i=>i._lifeCycleHooks[r]!==void 0).forEach(i=>{i._lifeCycleHooks[r].forEach(a=>{n.push({hookedCommand:i,callback:a})})}),r==="postAction"&&n.reverse(),n.forEach(i=>{o=this._chainOrCall(o,()=>i.callback(i.hookedCommand,this))}),o}_chainOrCallSubCommandHook(t,r,o){let n=t;return this._lifeCycleHooks[o]!==void 0&&this._lifeCycleHooks[o].forEach(i=>{n=this._chainOrCall(n,()=>i(this,r))}),n}_parseCommand(t,r){let o=this.parseOptions(r);if(this._parseOptionsEnv(),this._parseOptionsImplied(),t=t.concat(o.operands),r=o.unknown,this.args=t.concat(r),t&&this._findCommand(t[0]))return this._dispatchSubcommand(t[0],t.slice(1),r);if(this._getHelpCommand()&&t[0]===this._getHelpCommand().name())return this._dispatchHelpCommand(t[1]);if(this._defaultCommandName)return this._outputHelpIfRequested(r),this._dispatchSubcommand(this._defaultCommandName,t,r);this.commands.length&&this.args.length===0&&!this._actionHandler&&!this._defaultCommandName&&this.help({error:!0}),this._outputHelpIfRequested(o.unknown),this._checkForMissingMandatoryOptions(),this._checkForConflictingOptions();let n=()=>{o.unknown.length>0&&this.unknownOption(o.unknown[0])},i=`command:${this.name()}`;if(this._actionHandler){n(),this._processArguments();let a;return a=this._chainOrCallHooks(a,"preAction"),a=this._chainOrCall(a,()=>this._actionHandler(this.processedArgs)),this.parent&&(a=this._chainOrCall(a,()=>{this.parent.emit(i,t,r)})),a=this._chainOrCallHooks(a,"postAction"),a}if(this.parent?.listenerCount(i))n(),this._processArguments(),this.parent.emit(i,t,r);else if(t.length){if(this._findCommand("*"))return this._dispatchSubcommand("*",t,r);this.listenerCount("command:*")?this.emit("command:*",t,r):this.commands.length?this.unknownCommand():(n(),this._processArguments())}else this.commands.length?(n(),this.help({error:!0})):(n(),this._processArguments())}_findCommand(t){if(t)return this.commands.find(r=>r._name===t||r._aliases.includes(t))}_findOption(t){return this.options.find(r=>r.is(t))}_checkForMissingMandatoryOptions(){this._getCommandAndAncestors().forEach(t=>{t.options.forEach(r=>{r.mandatory&&t.getOptionValue(r.attributeName())===void 0&&t.missingMandatoryOptionValue(r)})})}_checkForConflictingLocalOptions(){let t=this.options.filter(o=>{let n=o.attributeName();return this.getOptionValue(n)===void 0?!1:this.getOptionValueSource(n)!=="default"});t.filter(o=>o.conflictsWith.length>0).forEach(o=>{let n=t.find(i=>o.conflictsWith.includes(i.attributeName()));n&&this._conflictingOption(o,n)})}_checkForConflictingOptions(){this._getCommandAndAncestors().forEach(t=>{t._checkForConflictingLocalOptions()})}parseOptions(t){let r=[],o=[],n=r;function i(u){return u.length>1&&u[0]==="-"}let a=u=>/^-(\d+|\d*\.\d+)(e[+-]?\d+)?$/.test(u)?!this._getCommandAndAncestors().some(p=>p.options.map(h=>h.short).some(h=>/^-\d$/.test(h))):!1,s=null,c=null,d=0;for(;d<t.length||c;){let u=c??t[d++];if(c=null,u==="--"){n===o&&n.push(u),n.push(...t.slice(d));break}if(s&&(!i(u)||a(u))){this.emit(`option:${s.name()}`,u);continue}if(s=null,i(u)){let p=this._findOption(u);if(p){if(p.required){let h=t[d++];h===void 0&&this.optionMissingArgument(p),this.emit(`option:${p.name()}`,h)}else if(p.optional){let h=null;d<t.length&&(!i(t[d])||a(t[d]))&&(h=t[d++]),this.emit(`option:${p.name()}`,h)}else this.emit(`option:${p.name()}`);s=p.variadic?p:null;continue}}if(u.length>2&&u[0]==="-"&&u[1]!=="-"){let p=this._findOption(`-${u[1]}`);if(p){p.required||p.optional&&this._combineFlagAndOptionalValue?this.emit(`option:${p.name()}`,u.slice(2)):(this.emit(`option:${p.name()}`),c=`-${u.slice(2)}`);continue}}if(/^--[^=]+=/.test(u)){let p=u.indexOf("="),h=this._findOption(u.slice(0,p));if(h&&(h.required||h.optional)){this.emit(`option:${h.name()}`,u.slice(p+1));continue}}if(n===r&&i(u)&&!(this.commands.length===0&&a(u))&&(n=o),(this._enablePositionalOptions||this._passThroughOptions)&&r.length===0&&o.length===0){if(this._findCommand(u)){r.push(u),o.push(...t.slice(d));break}else if(this._getHelpCommand()&&u===this._getHelpCommand().name()){r.push(u,...t.slice(d));break}else if(this._defaultCommandName){o.push(u,...t.slice(d));break}}if(this._passThroughOptions){n.push(u,...t.slice(d));break}n.push(u)}return{operands:r,unknown:o}}opts(){if(this._storeOptionsAsProperties){let t={},r=this.options.length;for(let o=0;o<r;o++){let n=this.options[o].attributeName();t[n]=n===this._versionOptionName?this._version:this[n]}return t}return this._optionValues}optsWithGlobals(){return this._getCommandAndAncestors().reduce((t,r)=>Object.assign(t,r.opts()),{})}error(t,r){this._outputConfiguration.outputError(`${t}
10178
10224
  `,this._outputConfiguration.writeErr),typeof this._showHelpAfterError=="string"?this._outputConfiguration.writeErr(`${this._showHelpAfterError}
10179
10225
  `):this._showHelpAfterError&&(this._outputConfiguration.writeErr(`
10180
- `),this.outputHelp({error:!0}));let o=r||{},n=o.exitCode||1,i=o.code||"commander.error";this._exit(n,i,t)}_parseOptionsEnv(){this.options.forEach(t=>{if(t.envVar&&t.envVar in V.env){let r=t.attributeName();(this.getOptionValue(r)===void 0||["default","config","env"].includes(this.getOptionValueSource(r)))&&(t.required||t.optional?this.emit(`optionEnv:${t.name()}`,V.env[t.envVar]):this.emit(`optionEnv:${t.name()}`))}})}_parseOptionsImplied(){let t=new vi(this.options),r=o=>this.getOptionValue(o)!==void 0&&!["default","implied"].includes(this.getOptionValueSource(o));this.options.filter(o=>o.implied!==void 0&&r(o.attributeName())&&t.valueFromOption(this.getOptionValue(o.attributeName()),o)).forEach(o=>{Object.keys(o.implied).filter(n=>!r(n)).forEach(n=>{this.setOptionValueWithSource(n,o.implied[n],"implied")})})}missingArgument(t){let r=`error: missing required argument '${t}'`;this.error(r,{code:"commander.missingArgument"})}optionMissingArgument(t){let r=`error: option '${t.flags}' argument missing`;this.error(r,{code:"commander.optionMissingArgument"})}missingMandatoryOptionValue(t){let r=`error: required option '${t.flags}' not specified`;this.error(r,{code:"commander.missingMandatoryOptionValue"})}_conflictingOption(t,r){let o=a=>{let s=a.attributeName(),l=this.getOptionValue(s),d=this.options.find(p=>p.negate&&s===p.attributeName()),u=this.options.find(p=>!p.negate&&s===p.attributeName());return d&&(d.presetArg===void 0&&l===!1||d.presetArg!==void 0&&l===d.presetArg)?d:u||a},n=a=>{let s=o(a),l=s.attributeName();return this.getOptionValueSource(l)==="env"?`environment variable '${s.envVar}'`:`option '${s.flags}'`},i=`error: ${n(t)} cannot be used with ${n(r)}`;this.error(i,{code:"commander.conflictingOption"})}unknownOption(t){if(this._allowUnknownOption)return;let r="";if(t.startsWith("--")&&this._showSuggestionAfterError){let n=[],i=this;do{let a=i.createHelp().visibleOptions(i).filter(s=>s.long).map(s=>s.long);n=n.concat(a),i=i.parent}while(i&&!i._enablePositionalOptions);r=Sc(t,n)}let o=`error: unknown option '${t}'${r}`;this.error(o,{code:"commander.unknownOption"})}_excessArguments(t){if(this._allowExcessArguments)return;let r=this.registeredArguments.length,o=r===1?"":"s",n=t.length,i=this.parent?` for '${this.name()}'`:"",a=t.join(", "),s=`error: too many arguments${i}. Expected ${r} argument${o} but got ${n}: ${a}.`;this.error(s,{code:"commander.excessArguments"})}unknownCommand(){let t=this.args[0],r="";if(this._showSuggestionAfterError){let n=[];this.createHelp().visibleCommands(this).forEach(i=>{n.push(i.name()),i.alias()&&n.push(i.alias())}),r=Sc(t,n)}let o=`error: unknown command '${t}'${r}`;this.error(o,{code:"commander.unknownCommand"})}version(t,r,o){if(t===void 0)return this._version;this._version=t,r=r||"-V, --version",o=o||"output the version number";let n=this.createOption(r,o);return this._versionOptionName=n.attributeName(),this._registerOption(n),this.on("option:"+n.name(),()=>{this._outputConfiguration.writeOut(`${t}
10181
- `),this._exit(0,"commander.version",t)}),this}description(t,r){return t===void 0&&r===void 0?this._description:(this._description=t,r&&(this._argsDescription=r),this)}summary(t){return t===void 0?this._summary:(this._summary=t,this)}alias(t){if(t===void 0)return this._aliases[0];let r=this;if(this.commands.length!==0&&this.commands[this.commands.length-1]._executableHandler&&(r=this.commands[this.commands.length-1]),t===r._name)throw new Error("Command alias can't be the same as its name");let o=this.parent?._findCommand(t);if(o){let n=[o.name()].concat(o.aliases()).join("|");throw new Error(`cannot add alias '${t}' to command '${this.name()}' as already have command '${n}'`)}return r._aliases.push(t),this}aliases(t){return t===void 0?this._aliases:(t.forEach(r=>this.alias(r)),this)}usage(t){if(t===void 0){if(this._usage)return this._usage;let r=this.registeredArguments.map(o=>yi(o));return[].concat(this.options.length||this._helpOption!==null?"[options]":[],this.commands.length?"[command]":[],this.registeredArguments.length?r:[]).join(" ")}return this._usage=t,this}name(t){return t===void 0?this._name:(this._name=t,this)}helpGroup(t){return t===void 0?this._helpGroupHeading??"":(this._helpGroupHeading=t,this)}commandsGroup(t){return t===void 0?this._defaultCommandGroup??"":(this._defaultCommandGroup=t,this)}optionsGroup(t){return t===void 0?this._defaultOptionGroup??"":(this._defaultOptionGroup=t,this)}_initOptionGroup(t){this._defaultOptionGroup&&!t.helpGroupHeading&&t.helpGroup(this._defaultOptionGroup)}_initCommandGroup(t){this._defaultCommandGroup&&!t.helpGroup()&&t.helpGroup(this._defaultCommandGroup)}nameFromFilename(t){return this._name=wt.basename(t,wt.extname(t)),this}executableDir(t){return t===void 0?this._executableDir:(this._executableDir=t,this)}helpInformation(t){let r=this.createHelp(),o=this._getOutputContext(t);r.prepareContext({error:o.error,helpWidth:o.helpWidth,outputHasColors:o.hasColors});let n=r.formatHelp(this,r);return o.hasColors?n:this._outputConfiguration.stripColor(n)}_getOutputContext(t){t=t||{};let r=!!t.error,o,n,i;return r?(o=s=>this._outputConfiguration.writeErr(s),n=this._outputConfiguration.getErrHasColors(),i=this._outputConfiguration.getErrHelpWidth()):(o=s=>this._outputConfiguration.writeOut(s),n=this._outputConfiguration.getOutHasColors(),i=this._outputConfiguration.getOutHelpWidth()),{error:r,write:s=>(n||(s=this._outputConfiguration.stripColor(s)),o(s)),hasColors:n,helpWidth:i}}outputHelp(t){let r;typeof t=="function"&&(r=t,t=void 0);let o=this._getOutputContext(t),n={error:o.error,write:o.write,command:this};this._getCommandAndAncestors().reverse().forEach(a=>a.emit("beforeAllHelp",n)),this.emit("beforeHelp",n);let i=this.helpInformation({error:o.error});if(r&&(i=r(i),typeof i!="string"&&!Buffer.isBuffer(i)))throw new Error("outputHelp callback must return a string or a Buffer");o.write(i),this._getHelpOption()?.long&&this.emit(this._getHelpOption().long),this.emit("afterHelp",n),this._getCommandAndAncestors().forEach(a=>a.emit("afterAllHelp",n))}helpOption(t,r){return typeof t=="boolean"?(t?(this._helpOption===null&&(this._helpOption=void 0),this._defaultOptionGroup&&this._initOptionGroup(this._getHelpOption())):this._helpOption=null,this):(this._helpOption=this.createOption(t??"-h, --help",r??"display help for command"),(t||r)&&this._initOptionGroup(this._helpOption),this)}_getHelpOption(){return this._helpOption===void 0&&this.helpOption(void 0,void 0),this._helpOption}addHelpOption(t){return this._helpOption=t,this._initOptionGroup(t),this}help(t){this.outputHelp(t);let r=Number(V.exitCode??0);r===0&&t&&typeof t!="function"&&t.error&&(r=1),this._exit(r,"commander.help","(outputHelp)")}addHelpText(t,r){let o=["beforeAll","before","after","afterAll"];if(!o.includes(t))throw new Error(`Unexpected value for position to addHelpText.
10226
+ `),this.outputHelp({error:!0}));let o=r||{},n=o.exitCode||1,i=o.code||"commander.error";this._exit(n,i,t)}_parseOptionsEnv(){this.options.forEach(t=>{if(t.envVar&&t.envVar in V.env){let r=t.attributeName();(this.getOptionValue(r)===void 0||["default","config","env"].includes(this.getOptionValueSource(r)))&&(t.required||t.optional?this.emit(`optionEnv:${t.name()}`,V.env[t.envVar]):this.emit(`optionEnv:${t.name()}`))}})}_parseOptionsImplied(){let t=new wi(this.options),r=o=>this.getOptionValue(o)!==void 0&&!["default","implied"].includes(this.getOptionValueSource(o));this.options.filter(o=>o.implied!==void 0&&r(o.attributeName())&&t.valueFromOption(this.getOptionValue(o.attributeName()),o)).forEach(o=>{Object.keys(o.implied).filter(n=>!r(n)).forEach(n=>{this.setOptionValueWithSource(n,o.implied[n],"implied")})})}missingArgument(t){let r=`error: missing required argument '${t}'`;this.error(r,{code:"commander.missingArgument"})}optionMissingArgument(t){let r=`error: option '${t.flags}' argument missing`;this.error(r,{code:"commander.optionMissingArgument"})}missingMandatoryOptionValue(t){let r=`error: required option '${t.flags}' not specified`;this.error(r,{code:"commander.missingMandatoryOptionValue"})}_conflictingOption(t,r){let o=a=>{let s=a.attributeName(),c=this.getOptionValue(s),d=this.options.find(p=>p.negate&&s===p.attributeName()),u=this.options.find(p=>!p.negate&&s===p.attributeName());return d&&(d.presetArg===void 0&&c===!1||d.presetArg!==void 0&&c===d.presetArg)?d:u||a},n=a=>{let s=o(a),c=s.attributeName();return this.getOptionValueSource(c)==="env"?`environment variable '${s.envVar}'`:`option '${s.flags}'`},i=`error: ${n(t)} cannot be used with ${n(r)}`;this.error(i,{code:"commander.conflictingOption"})}unknownOption(t){if(this._allowUnknownOption)return;let r="";if(t.startsWith("--")&&this._showSuggestionAfterError){let n=[],i=this;do{let a=i.createHelp().visibleOptions(i).filter(s=>s.long).map(s=>s.long);n=n.concat(a),i=i.parent}while(i&&!i._enablePositionalOptions);r=Oc(t,n)}let o=`error: unknown option '${t}'${r}`;this.error(o,{code:"commander.unknownOption"})}_excessArguments(t){if(this._allowExcessArguments)return;let r=this.registeredArguments.length,o=r===1?"":"s",n=t.length,i=this.parent?` for '${this.name()}'`:"",a=t.join(", "),s=`error: too many arguments${i}. Expected ${r} argument${o} but got ${n}: ${a}.`;this.error(s,{code:"commander.excessArguments"})}unknownCommand(){let t=this.args[0],r="";if(this._showSuggestionAfterError){let n=[];this.createHelp().visibleCommands(this).forEach(i=>{n.push(i.name()),i.alias()&&n.push(i.alias())}),r=Oc(t,n)}let o=`error: unknown command '${t}'${r}`;this.error(o,{code:"commander.unknownCommand"})}version(t,r,o){if(t===void 0)return this._version;this._version=t,r=r||"-V, --version",o=o||"output the version number";let n=this.createOption(r,o);return this._versionOptionName=n.attributeName(),this._registerOption(n),this.on("option:"+n.name(),()=>{this._outputConfiguration.writeOut(`${t}
10227
+ `),this._exit(0,"commander.version",t)}),this}description(t,r){return t===void 0&&r===void 0?this._description:(this._description=t,r&&(this._argsDescription=r),this)}summary(t){return t===void 0?this._summary:(this._summary=t,this)}alias(t){if(t===void 0)return this._aliases[0];let r=this;if(this.commands.length!==0&&this.commands[this.commands.length-1]._executableHandler&&(r=this.commands[this.commands.length-1]),t===r._name)throw new Error("Command alias can't be the same as its name");let o=this.parent?._findCommand(t);if(o){let n=[o.name()].concat(o.aliases()).join("|");throw new Error(`cannot add alias '${t}' to command '${this.name()}' as already have command '${n}'`)}return r._aliases.push(t),this}aliases(t){return t===void 0?this._aliases:(t.forEach(r=>this.alias(r)),this)}usage(t){if(t===void 0){if(this._usage)return this._usage;let r=this.registeredArguments.map(o=>bi(o));return[].concat(this.options.length||this._helpOption!==null?"[options]":[],this.commands.length?"[command]":[],this.registeredArguments.length?r:[]).join(" ")}return this._usage=t,this}name(t){return t===void 0?this._name:(this._name=t,this)}helpGroup(t){return t===void 0?this._helpGroupHeading??"":(this._helpGroupHeading=t,this)}commandsGroup(t){return t===void 0?this._defaultCommandGroup??"":(this._defaultCommandGroup=t,this)}optionsGroup(t){return t===void 0?this._defaultOptionGroup??"":(this._defaultOptionGroup=t,this)}_initOptionGroup(t){this._defaultOptionGroup&&!t.helpGroupHeading&&t.helpGroup(this._defaultOptionGroup)}_initCommandGroup(t){this._defaultCommandGroup&&!t.helpGroup()&&t.helpGroup(this._defaultCommandGroup)}nameFromFilename(t){return this._name=kt.basename(t,kt.extname(t)),this}executableDir(t){return t===void 0?this._executableDir:(this._executableDir=t,this)}helpInformation(t){let r=this.createHelp(),o=this._getOutputContext(t);r.prepareContext({error:o.error,helpWidth:o.helpWidth,outputHasColors:o.hasColors});let n=r.formatHelp(this,r);return o.hasColors?n:this._outputConfiguration.stripColor(n)}_getOutputContext(t){t=t||{};let r=!!t.error,o,n,i;return r?(o=s=>this._outputConfiguration.writeErr(s),n=this._outputConfiguration.getErrHasColors(),i=this._outputConfiguration.getErrHelpWidth()):(o=s=>this._outputConfiguration.writeOut(s),n=this._outputConfiguration.getOutHasColors(),i=this._outputConfiguration.getOutHelpWidth()),{error:r,write:s=>(n||(s=this._outputConfiguration.stripColor(s)),o(s)),hasColors:n,helpWidth:i}}outputHelp(t){let r;typeof t=="function"&&(r=t,t=void 0);let o=this._getOutputContext(t),n={error:o.error,write:o.write,command:this};this._getCommandAndAncestors().reverse().forEach(a=>a.emit("beforeAllHelp",n)),this.emit("beforeHelp",n);let i=this.helpInformation({error:o.error});if(r&&(i=r(i),typeof i!="string"&&!Buffer.isBuffer(i)))throw new Error("outputHelp callback must return a string or a Buffer");o.write(i),this._getHelpOption()?.long&&this.emit(this._getHelpOption().long),this.emit("afterHelp",n),this._getCommandAndAncestors().forEach(a=>a.emit("afterAllHelp",n))}helpOption(t,r){return typeof t=="boolean"?(t?(this._helpOption===null&&(this._helpOption=void 0),this._defaultOptionGroup&&this._initOptionGroup(this._getHelpOption())):this._helpOption=null,this):(this._helpOption=this.createOption(t??"-h, --help",r??"display help for command"),(t||r)&&this._initOptionGroup(this._helpOption),this)}_getHelpOption(){return this._helpOption===void 0&&this.helpOption(void 0,void 0),this._helpOption}addHelpOption(t){return this._helpOption=t,this._initOptionGroup(t),this}help(t){this.outputHelp(t);let r=Number(V.exitCode??0);r===0&&t&&typeof t!="function"&&t.error&&(r=1),this._exit(r,"commander.help","(outputHelp)")}addHelpText(t,r){let o=["beforeAll","before","after","afterAll"];if(!o.includes(t))throw new Error(`Unexpected value for position to addHelpText.
10182
10228
  Expecting one of '${o.join("', '")}'`);let n=`${t}Help`;return this.on(n,i=>{let a;typeof r=="function"?a=r({error:i.error,command:i.command}):a=r,a&&i.write(`${a}
10183
- `)}),this}_outputHelpIfRequested(t){let r=this._getHelpOption();r&&t.find(n=>r.is(n))&&(this.outputHelp(),this._exit(0,"commander.helpDisplayed","(outputHelp)"))}};function Cg(e){return e.map(t=>{if(!t.startsWith("--inspect"))return t;let r,o="127.0.0.1",n="9229",i;return(i=t.match(/^(--inspect(-brk)?)$/))!==null?r=i[1]:(i=t.match(/^(--inspect(-brk|-port)?)=([^:]+)$/))!==null?(r=i[1],/^\d+$/.test(i[3])?n=i[3]:o=i[3]):(i=t.match(/^(--inspect(-brk|-port)?)=([^:]+):(\d+)$/))!==null&&(r=i[1],o=i[3],n=i[4]),r&&n!=="0"?`${r}=${o}:${parseInt(n)+1}`:t})}function Og(){if(V.env.NO_COLOR||V.env.FORCE_COLOR==="0"||V.env.FORCE_COLOR==="false")return!1;if(V.env.FORCE_COLOR||V.env.CLICOLOR_FORCE!==void 0)return!0}var uj=new Mn;Dt();pe();import{mkdir as Q$,readFile as eT,writeFile as tT}from"node:fs/promises";import{dirname as nT,join as rT,relative as oT,resolve as iT}from"node:path";async function aT(e,t){let r;try{r=await eT(e,"utf8")}catch{return"absent"}return r===t?"same":"different"}async function Lg(e,t,r){let o=rT(e,t),n=await aT(o,r);try{await Q$(nT(o),{recursive:!0}),await tT(o,r,"utf8")}catch{throw R(`Cannot write ${o}.`),new Error("unreachable")}return{where:oT(process.cwd(),o)||t,state:n}}async function Dg(e){let t=iT(e.out??"."),r=await Lg(t,ce,qe),o=await Lg(t,Te,Un),n=`import { start } from "./${ce}";`,i=`import { createPlayerClient, newIdempotencyKey } from "./${Te}";`,a=r.state==="same"&&o.state==="same";if(M())return F({ok:!0,status:a?"unchanged":"written",files:[{path:r.where,digest:Lt,import:n},{path:o.where,digest:Hr,import:i}],path:r.where,digest:Lt,import:n});N(a?"Already current":"Wrote the Gamestage client"),O("Library",`${r.where} (${Lt})`),O("Player client",`${o.where} (${Hr})`),g(),E(`Import it: ${S.cyan(n)}`),E(`The player API on its own: ${S.cyan(i)}`),(r.state==="different"||o.state==="different")&&E("An earlier copy was replaced. It is generated, so nothing of yours was in it."),g()}ne();Dt();An();import{stat as lN,writeFile as xx}from"node:fs/promises";import{createHash as dN}from"node:crypto";var Je="0.31.0",Vo="2026-09-06";import{randomUUID as rN}from"node:crypto";var oN=/-[0-9a-f]{4}$/;function Ns(e){return`${e}-${rN().replace(/-/g,"").slice(0,4)}`}function yx(e){return oN.test(e)}ft();var Tt="favicon.svg",Jo=`<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
10229
+ `)}),this}_outputHelpIfRequested(t){let r=this._getHelpOption();r&&t.find(n=>r.is(n))&&(this.outputHelp(),this._exit(0,"commander.helpDisplayed","(outputHelp)"))}};function jg(e){return e.map(t=>{if(!t.startsWith("--inspect"))return t;let r,o="127.0.0.1",n="9229",i;return(i=t.match(/^(--inspect(-brk)?)$/))!==null?r=i[1]:(i=t.match(/^(--inspect(-brk|-port)?)=([^:]+)$/))!==null?(r=i[1],/^\d+$/.test(i[3])?n=i[3]:o=i[3]):(i=t.match(/^(--inspect(-brk|-port)?)=([^:]+):(\d+)$/))!==null&&(r=i[1],o=i[3],n=i[4]),r&&n!=="0"?`${r}=${o}:${parseInt(n)+1}`:t})}function Mg(){if(V.env.NO_COLOR||V.env.FORCE_COLOR==="0"||V.env.FORCE_COLOR==="false")return!1;if(V.env.FORCE_COLOR||V.env.CLICOLOR_FORCE!==void 0)return!0}var Ej=new Un;xt();ue();import{mkdir as cT,readFile as lT,writeFile as dT}from"node:fs/promises";import{dirname as uT,join as pT,relative as hT,resolve as mT}from"node:path";async function fT(e,t){let r;try{r=await lT(e,"utf8")}catch{return"absent"}return r===t?"same":"different"}async function Fg(e,t,r){let o=pT(e,t),n=await fT(o,r);try{await cT(uT(o),{recursive:!0}),await dT(o,r,"utf8")}catch{throw L(`Cannot write ${o}.`),new Error("unreachable")}return{where:hT(process.cwd(),o)||t,state:n}}async function Gg(e){let t=mT(e.out??"."),r=await Fg(t,ie,Xe),o=await Fg(t,ge,zn),n=`import { start } from "./${ie}";`,i=`import { createPlayerClient, newIdempotencyKey } from "./${ge}";`,a=r.state==="same"&&o.state==="same";if(M())return F({ok:!0,status:a?"unchanged":"written",files:[{path:r.where,digest:at,import:n},{path:o.where,digest:pn,import:i}],path:r.where,digest:at,import:n});R(a?"Already current":"Wrote the Gamestage client"),N("Library",`${r.where} (${at})`),N("Player client",`${o.where} (${pn})`),f(),E(`Import it: ${S.cyan(n)}`),E(`The player API on its own: ${S.cyan(i)}`),(r.state==="different"||o.state==="different")&&E("An earlier copy was replaced. It is generated, so nothing of yours was in it."),f()}ne();xt();In();import{stat as vN,writeFile as Nx}from"node:fs/promises";import{createHash as bN}from"node:crypto";var Je="0.33.0",Vo="2026-09-09";import{randomUUID as pN}from"node:crypto";var hN=/-[0-9a-f]{4}$/;function js(e){return`${e}-${pN().replace(/-/g,"").slice(0,4)}`}function Tx(e){return hN.test(e)}yt();var Pt="favicon.svg",qo=`<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
10184
10230
  <rect width="32" height="32" rx="7" fill="#1b1c1f"/>
10185
10231
  <path d="m12 8 12 8-12 8Z" fill="#fff"/>
10186
10232
  </svg>
10187
- `;function Vm(e){return/<link\b[^>]*\brel\s*=\s*(?:"[^"]*\bicon\b[^"]*"|'[^']*\bicon\b[^']*'|[^\s>]*\bicon\b[^\s>]*)[^>]*>/i.test(e)}function qo(e){if(Vm(e))return e;let t=`<link rel="icon" href="./${Tt}" type="image/svg+xml">
10188
- `,r=e.search(/<\/head>/i);return r===-1?t+e:e.slice(0,r)+t+e.slice(r)}function cN(e){return e.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;")}function kx(e,t){let r=t.trim();if(!r)return e;let o=cN(r);return e.replace(/(<title[^>]*>)[\s\S]*?(<\/title>)/i,`$1${o}$2`).replace(/(<h1\b[^>]*\bid=["']game-name["'][^>]*>)[\s\S]*?(<\/h1>)/i,`$1${o}$2`)}pe();async function Sx(e){try{return await lN(e),!0}catch{return!1}}var In={hunt:"Find the marked few among many. A wrong pick costs an attempt.",push:"Picks add hidden value towards a limit. Going over is a bust.",group:"Form the hidden sets in a board. The whole guess is judged at once.",predict:"Call it before it happens. It settles when the result arrives.",bingo:"Each fan gets their own board from a shared pool. Fill a line before it locks.",shoot:"Aim, pick a power, shoot. The Engine plays the keeper and decides each penalty.",trivia:"Question, answer, mark against a server answer set, score, close.",timed_round:"Open and close rounds on a schedule, using server time.",synchronous_event:"React to a real-world trigger: kick-off, goal, period change.",collection_ranking:"Accumulate verified actions and expose rank, progress and eligibility."},Ex=Object.keys(Yr).map(e=>({format:e,summary:In[e]}));async function uN(e,t,r){let o=await be();if(!o)return!1;Pr();let i=await Tr({baseUrl:Se,token:o.accessToken}).registerGame({id:e.app.id,name:e.app.title,archetype:r,repository:e.app.source?.repository??null,manifestRevision:String(e.manifest.revision),contentHash:`sha256:${dN("sha256").update(t).digest("hex")}`,conformance:Ue(e).computed,offersPrize:e.operations.promotion.offers_prize,containerLabel:e.experience.container_label,sections:kr.map(a=>({section:a,status:e[a].status}))});if(i.refused)throw new Error(i.refused);return!0}async function $x(e){let t=(e.name??"new-game").toLowerCase().replace(/[^a-z0-9]+/g,"-").replace(/^-+|-+$/g,"");if(!t)return R("Give the game a name with --name.");let r=e.format??e.archetype;if(!r){M()&&(F({ok:!1,status:"archetype_required",message:"Choose a format before scaffolding. How the game is played is decided first, on purpose.",archetypes:Object.entries(In).map(([w,k])=>({archetype:w,summary:k})),formats:Object.entries(In).map(([w,k])=>({format:w,summary:k})),example:`gamestage create --name "${e.name??t}" --format hunt`}),process.exit(1)),N("Choose how the game is played first"),g(S.dim(` The format decides what the server owns: answers, locks, scoring
10233
+ `;function ef(e){return/<link\b[^>]*\brel\s*=\s*(?:"[^"]*\bicon\b[^"]*"|'[^']*\bicon\b[^']*'|[^\s>]*\bicon\b[^\s>]*)[^>]*>/i.test(e)}function Xo(e){if(ef(e))return e;let t=`<link rel="icon" href="./${Pt}" type="image/svg+xml">
10234
+ `,r=e.search(/<\/head>/i);return r===-1?t+e:e.slice(0,r)+t+e.slice(r)}function yN(e){return e.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;")}function Ox(e,t){let r=t.trim();if(!r)return e;let o=yN(r);return e.replace(/(<title[^>]*>)[\s\S]*?(<\/title>)/i,`$1${o}$2`).replace(/(<h1\b[^>]*\bid=["']game-name["'][^>]*>)[\s\S]*?(<\/h1>)/i,`$1${o}$2`)}ue();async function Rx(e){try{return await vN(e),!0}catch{return!1}}var Pn={hunt:"Find the marked few among many. A wrong pick costs an attempt.",push:"Picks add hidden value towards a limit. Going over is a bust.",group:"Form the hidden sets in a board. The whole guess is judged at once.",predict:"Call it before it happens. It settles when the result arrives.",bingo:"Each fan gets their own board from a shared pool. Fill a line before it locks.",shoot:"Aim, pick a power, shoot. The Engine plays the keeper and decides each penalty.",trivia:"Question, answer, mark against a server answer set, score, close.",timed_round:"Open and close rounds on a schedule, using server time.",synchronous_event:"React to a real-world trigger: kick-off, goal, period change.",collection_ranking:"Accumulate verified actions and expose rank, progress and eligibility."},Us=Object.keys(Yr).map(e=>({format:e,summary:Pn[e]}));async function wN(e,t,r){let o=await we();if(!o)return!1;Cr();let i=await Ar({baseUrl:$e,token:o.accessToken}).registerGame({id:e.app.id,name:e.app.title,archetype:r,repository:e.app.source?.repository??null,manifestRevision:String(e.manifest.revision),contentHash:`sha256:${bN("sha256").update(t).digest("hex")}`,conformance:Ue(e).computed,offersPrize:e.operations.promotion.offers_prize,containerLabel:e.experience.container_label,sections:xr.map(a=>({section:a,status:e[a].status}))});if(i.refused)throw new Error(i.refused);return!0}async function Lx(e){let t=(e.name??"new-game").toLowerCase().replace(/[^a-z0-9]+/g,"-").replace(/^-+|-+$/g,"");if(!t)return L("Give the game a name with --name.");let r=e.format??e.archetype;if(!r){M()&&(F({ok:!1,status:"archetype_required",message:"Choose a format before scaffolding. How the game is played is decided first, on purpose.",archetypes:Object.entries(Pn).map(([y,_])=>({archetype:y,summary:_})),formats:Object.entries(Pn).map(([y,_])=>({format:y,summary:_})),example:`gamestage create --name "${e.name??t}" --format hunt`}),process.exit(1)),R("Choose how the game is played first"),f(S.dim(` The format decides what the server owns: answers, locks, scoring
10189
10235
  and settlement. Picking it before any client code is what keeps the
10190
- game trustworthy later.`)),g();for(let[w,k]of Object.entries(In))g(` ${S.cyan(w.padEnd(20))} ${S.dim(k)}`);g(),g(` ${S.dim("Then run:")} ${S.cyan(`gamestage create --name "${e.name??t}" --format <format>`)}`),g(),process.exit(1)}let o=qt.safeParse(r);if(!o.success)return R(`Unknown format "${r}".`,[...Object.keys(In).map(w=>S.cyan(w)),"",`You are running gamestage ${Je}. If the name you used came from`,"the documentation, this CLI is probably older than it:",`${S.cyan("npx gamestage@latest create ...")} run the current one`]);let n=Yr[o.data];if(!n&&!M())return R(`"${o.data}" is coming soon. Nothing was registered or written.`,["There is no Engine behind it yet, so create would give you a manifest and no","game a fan could play.","","Build with one of these today:",...Object.keys(Yr).map(w=>` ${S.cyan(w.padEnd(10))} ${S.dim(In[w])}`),"",`${S.dim("Then run:")} ${S.cyan(`gamestage create --name "${e.name??t}" --format hunt`)}`]);let i=e.write===!1?null:typeof e.write=="string"?e.write:"gamestage.yaml";if(i&&!e.force&&await Sx(i))return R(`${i} already exists, and create would replace it.`,["That file holds a game: its id, its format and whatever has been done to it.","A new one minted here would be a second game in the same directory.","",`${S.cyan(`gamestage manifest validate ${i}`)} check what you have`,`${S.cyan("gamestage start")} find the next step for this directory`,"",S.dim("There is a --force, and it replaces your page and clients as well as the"),S.dim("manifest. Move the directory aside instead if you want a fresh start.")]);let a=Ns(t),s=ys(a,e.name??a);s.app.status="confirmed",s.app.provenance=[{kind:"human_decision",owner:"creator",date:new Date().toISOString().slice(0,10),note:"Created with gamestage create"}],s.experience.status="proposed",s.experience.surfaces=["web-embed"],s.backend.status="confirmed",s.backend.route="managed_runtime",s.backend.archetype=o.data,s.backend.provenance=[{kind:"human_decision",owner:"creator",date:new Date().toISOString().slice(0,10),note:`Archetype chosen at create time: ${o.data}`}],s.identity.status="proposed",s.identity.provider="identify";let l=Xt.parse(s),d=Zo(l),u=Ue(l),p=!1,h;try{p=await uN(l,d,o.data)}catch(w){h=w instanceof Error?w.message:"The control plane did not answer."}let f=null;i&&(f=i,await xx(f,d,"utf8"));let m=!!n&&e.write!==!1,b=[];if(m){let w=[["index.html",kx(qo(n),l.app.title)],[Tt,Jo],[ce,qe],[Te,Un]];for(let[k,x]of w){if(!e.force&&await Sx(k)){b.push(k);continue}await xx(k,x,"utf8")}}if(M()){F({ok:!0,manifest:l,manifest_yaml:d,written_to:f,conformance:{computed:u.computed,blockers:u.blockers},registered:p,...h?{registration_failed:h}:{},scaffolded:m,files:m?["index.html",Tt,ce,Te].filter(w=>!b.includes(w)):[],kept:b,...n?{}:{scaffold_skipped:"no_engine",engines:Object.keys(Yr)},next:"gamestage dev"});return}N(`Created ${l.app.title}`),O("Game id",l.app.id),O("Game format",o.data),m&&b.length===0?O("Files","index.html, with the Gamestage client beside it"):m&&O("Kept",`${b.join(", ")} (already here, left as they were)`),O("Authority","managed runtime (server-owned)"),O("Build stage",`${u.computed} ${u.computedName}`),f&&O("Manifest",f),g(p?" Registered in Studio as a draft.":h?` Not registered in Studio: ${h} (${Se})`:" No account found, so registration was skipped."),N("What the server will own"),g(` ${S.dim(In[o.data])}`),N("Next"),b.includes("index.html")&&E(`${S.cyan("gamestage inspect .")} find what in your page has to move to the Engine`),E(`${S.cyan("gamestage dev")} run the game locally against the real Engine`),E(`${S.cyan("gamestage manifest validate "+(f??"gamestage.yaml"))} check where it stands`),g()}ne();Dt();ft();qm();ef();Ls();import{readFileSync as bg}from"node:fs";import{readFile as fi}from"node:fs/promises";import{createInterface as iD}from"node:readline/promises";import{extname as aD,resolve as sD}from"node:path";import{createHash as FE}from"node:crypto";pe();Km();function gi(e,t){return e.refused?M()?(F({ok:!0,status:"refused",action:t,code:e.code,reason:e.refused,game:e.game}),!0):(N("Not done"),g(` ${e.refused}`),g(),!0):!1}function wg(e,t){if(e.state==="archived")return{stage:"dev",reason:"archived, so it serves nobody"};if(!t)return{stage:null,reason:"this control plane did not report your workspace's plan"};let r=bm(e,{tier:t});if(r==="prod")return{stage:r};let o=!!e.prodApproval,n=!vm(t);return!o&&!n?{stage:r,reason:"waiting on your approval, run `gamestage promote`, and on your workspace's plan, which only Monterosa can move"}:o?{stage:r,reason:"approved, but your workspace's plan does not carry prod yet, which only Monterosa can move"}:{stage:r,reason:"waiting on your approval, run `gamestage promote`"}}function GE(e,t=e.playgroundUrl,r){if(O("Game",`${e.name} (${e.id})`),O("State",e.state),r!==void 0){let{stage:o,reason:n}=wg(e,r);O("Serving",o==="prod"?"prod":`dev: ${n}`)}O("Build stage",e.conformance),O("Revision",`${e.manifestRevision} (${e.contentHash})`),t&&O("Playground",t),e.playerEndpoint&&O("Player API",e.playerEndpoint),O("Manage",vx(e.id)),e.studioUrl&&O("Studio",e.studioUrl),O("Docs",bx(e.archetype))}async function BE(e){let{client:t,email:r}=await de(),o=await Rs(t),n=Yo(o);if(n.ok||R(n.message,n.next),n.access==="pending"||n.access==="refused"){if(M())return F({ok:!0,status:n.status,access:n.access,...n.code?{code:n.code}:{},message:n.message,next:n.next,email:r});N("Your account"),O("Signed in as",r),O("Access",n.access),Cr(n);return}try{if(e){let d=await t.getGame(e);d||R(...qE(e));let u=await t.getWorkspaceSummary().then(f=>f.tier).catch(()=>{}),{stage:p,reason:h}=wg(d,u);if(M())return F({ok:!0,stage:p,...h?{stageReason:h}:{},game:d});if(N(d.name),GE(d,void 0,u),u===void 0&&O("Serving",`unchecked: ${h}`),d.meters.length){g();for(let f of d.meters){let m=Math.round(xk(f)*100);O(f.label,`${f.used} of ${f.limit}${f.unit} (${m}%)`)}}g();return}let i="workspace"in o&&o.workspace?o.workspace:await t.getWorkspace(),a=i.games.length,s=typeof i.gamesTotal=="number"?i.gamesTotal:void 0;if(M())return F({ok:!0,status:n.status,access:n.access,games_total:s??null,games_shown:a,workspace:{...i,games:i.games.map(d=>{let{stage:u,reason:p}=wg(d,i.tier);return{...d,stage:u,...p?{stageReason:p}:{}}})}});if(N(i.name),O("Signed in as",r),O("Access",n.access??"not reported by this control plane"),O("Tier",i.tier),O("Games",s===void 0?`${a} listed, and this control plane does not report a total`:`${s} ${s===1?"game":"games"}`),g(),s===0){E("No games yet. `gamestage create` or `gamestage inspect .` starts one."),g();return}for(let d of i.games)O(d.name,`${d.state}${d.playgroundUrl?"":" (never deployed)"}`);s!==void 0&&a<s&&(g(),E(`Showing ${a} of ${s} games.`));let l=kk(i.meters);if(l.length){g(),N("At a cap");for(let d of l)E(`${d.label}: ${d.used} of ${d.limit}${d.unit}`)}g()}catch(i){Ee(i)}}async function cD(e,t){let r;try{r=await fi(e,"utf8")}catch{t&&R(`Cannot read ${e}.`);return}let o=se(r);if(!o.ok){R(`${e} is not a valid App Manifest, so its round cannot be provisioned.`,o.issues.map(n=>`${n.path} ${n.message}`));return}return o.manifest.backend.round}async function lD(e){try{let t=await Ds(Qm(e));return Ps(t.map(r=>r.text).join(`
10191
- `))}catch{return}}async function dD(e){try{let t=await fi(e,"utf8");return`c${FE("sha256").update(t).digest("hex").slice(0,8)}`}catch{return"local"}}async function uD(e){try{return await fi(e,"utf8")}catch{return}}async function pD(e){try{let t=se(await fi(e,"utf8"));return t.ok?Ue(t.manifest).computed:"L0"}catch{return"L0"}}async function WE(e,t){t.file&&t.dir&&R("Choose either --file or --dir for a deploy, not both.");let{client:r}=await de(),o=await cD(t.manifest??"gamestage.yaml",!!t.manifest);try{let n,i={...o?{round:o}:{},...t.allow?.length?{allow:t.allow}:{}};t.file?n=await mD(r,e,t.file,i):t.dir&&(n=await vD(r,e,t.dir,i));let a=t.manifest??"gamestage.yaml",s=t.revision??await dD(a),l=await r.deploy(e,{manifestRevision:s,contentHash:t.hash??`sha256:${s}`,conformance:t.level??await pD(a),...await uD(a).then(f=>f===void 0?{}:{manifestSource:f}),offersPrize:!!t.prize,round:o,...t.notes?.trim()?{notes:t.notes.trim()}:{},...t.dir?{wording:await lD(t.dir)}:{}});if(gi(l,"deploy"))return;let d=o?l.game.rounds.some(f=>f.id===`round-${o.number}`):null,u=d===!1?[...l.game.logs].reverse().find(f=>f.level==="error"):void 0;if(M())return F({ok:!0,status:"deployed",roundProvisioned:d,...u?{roundError:u.message}:{},game:n?{...l.game,playgroundUrl:n}:l.game});let p=pn(l.game.containerLabel),h=pn(l.game.containerLabel,{lower:!0});if(N("Deployed"),GE(l.game,n),d&&O(p,`${o.number} is live`),g(),l.game.appSpec?.refusal&&(N("But Studio would not take the game's settings"),g(` ${l.game.appSpec.refusal.reason}`),g(),E("The game is live and playing. What is stale is what a producer sees in Studio, so they may be editing boxes that no longer match the game."),E("Deploy again once it is fixed; nothing else needs doing."),g()),await fD(n??l.game.playgroundUrl,l.game.playerEndpoint,e,t.check===!1,l.game.archetype),d===!1){N(`But there is no ${h}`),g(` ${u?.message??`The Engine did not accept the ${h}.`}`),g(),E("Anyone opening the game will find nothing on. Deploy again once it is fixed."),g();return}if(d===null){let f=l.game.rounds?.length??0;E(f?`No ${h} in the manifest, which is right: the game is playing ${f} from Studio.`:`No ${h} in the manifest and none in Studio, so the game has nothing on yet.`)}E("Share the playground URL. It sleeps when idle and wakes on a request."),g()}catch(n){Ee(n)}}async function KE(e){let{client:t}=await de();try{let r=await t.archiveGame(e);if(gi(r,"archive"))return;if(M()){F({ok:!0,status:"archived",game:r.game});return}N("Archived"),O("Game",`${r.game.name} (${r.game.id})`),g(),E("Taken off the air. Its record and files are retained outside the served bundle."),g()}catch(r){Ee(r)}}async function ZE(e){let{client:t}=await de();try{let r=await t.promoteGame(e);if(gi(r,"promote"))return;let o=await t.getWorkspace(),n=bm(r.game,o);if(M()){F({ok:!0,status:"promoted",stage:n,game:r.game});return}N("Approved"),O("Game",`${r.game.name} (${r.game.id})`),g(),n==="prod"?E("Live. Your workspace's plan already carries prod."):E("Approved, but still serving dev: reaching fans on prod also needs your workspace on a paid plan, which only Monterosa can do. Talk to us and this takes effect with no further action from you."),g()}catch(r){let o=r.status,n=r instanceof Error?r.message:"";if(o===404&&/unknown action/i.test(n)){if(M()){F({ok:!1,status:"unavailable",code:"not_deployed",reason:"This control plane does not have promotion yet."});return}N("Not yet"),g(" This control plane does not have promotion yet."),g(),E("Your game is untouched and still serving dev."),E("Your `gamestage` is ahead of the deployed service. Try again once it catches up."),g();return}Ee(r)}}async function VE(e){let{client:t}=await de();try{let o=(await t.getWorkspace()).games.filter(a=>a.state==="archived"&&!a.playgroundUrl&&!a.playerEndpoint&&!a.space);if(o.length===0){g("Nothing to remove. Every archived game here was deployed at some point.");return}if(!M()){N(`${o.length} archived games that never deployed`);let a=new Map;for(let s of o)a.set(s.name,(a.get(s.name)??0)+1);for(let[s,l]of[...a].sort((d,u)=>u[1]-d[1]))E(l>1?`${s} x${l}`:s);g(),E("A live game, or one that ever deployed, is refused by the server."),g()}if(!e.yes){process.stdin.isTTY||R("Refusing to delete without being asked.",["Nothing has changed. Re-run with `--yes` if you mean it."]);let a=iD({input:process.stdin,output:process.stdout});try{if((await a.question(`Delete ${o.length} records permanently? Type yes to go ahead: `)).trim().toLowerCase()!=="yes"){g("Nothing was deleted.");return}}finally{a.close()}}let n=0,i=[];for(let a of o){let s=await t.deleteGame(a.id);s.refused?i.push(`${a.name}: ${s.refused}`):n+=1}if(F({removed:n,refused:i.length}),!M()){N("Removed"),E(`${n} records gone.`);for(let a of i)E(a);g()}}catch(r){Ee(r)}}async function HE(e){let{client:t}=await de();try{let{workspace:r,refused:o,code:n}=await t.setPlan(e);if(o){if(M()){F({ok:!0,status:"refused",action:"plan",code:n,reason:o,workspace:r});return}N("Not done"),g(` ${o}`),g();return}if(M())return F({ok:!0,workspace:r});N("Plan changed"),O("Plan",r.tier),O("Live games",String(r.liveGameAllowance||"Contracted")),g()}catch(r){Ee(r)}}async function _g(e,t){let{admin:r,email:o}=await wx();try{let n=await r.setWorkspaceAccess(e,t),i=_x(n);if(M())return F({ok:!0,status:i.status,changed:n.changed,workspace_id:n.workspaceId,access:n.access,previous:n.previous,message:i.message});Cr(i),n.changed&&(O("Decided by",o),g())}catch(n){Ee(n)}}async function YE(e){let t;try{t=await fi(e,"utf8")}catch{return R(`Cannot read ${e}`,["`gamestage inspect . --write` or `gamestage create` writes one."])}let r=se(t);if(!r.ok)return R(`${e} is not a valid App Manifest.`,[...r.issues.map(a=>`${S.cyan(a.path)} ${a.message}`),"",`${S.cyan(`gamestage manifest validate ${e}`)} the full report`]);let o=r.manifest,n=ek(o);if(n.length)return R(`${e} cannot be registered.`,[...n,"","Add `backend.archetype`, and the round that goes with it."]);let{client:i}=await de();Pr();try{let a=await i.registerGame(Q_(o,`sha256:${FE("sha256").update(t).digest("hex")}`));if(gi(a,"register"))return;if(M()){F({ok:!0,status:"registered",game:a.game});return}N("Registered"),O("Game",`${a.game.name} (${a.game.id})`),O("State",a.game.state),O("Conformance",a.game.conformance),g(),E(`${S.cyan(`gamestage deploy ${a.game.id} --dir .`)} publish it`),g()}catch(a){Ee(a)}}async function kg(e,t){let{client:r}=await de();try{let o=await r.setAwake(e,t);if(gi(o,t?"wake":"suspend"))return;if(M()){F({ok:!0,status:o.game.state,game:o.game});return}N(t?"Awake":"Suspended"),O("Game",`${o.game.name} (${o.game.id})`),O("State",o.game.state),g(),E(t?"It is taking plays again.":"It is off the air and its live slot is free. `gamestage wake` puts it back."),g()}catch(o){Ee(o)}}async function JE(e,t){let{client:r}=await de();try{let o=await r.getEndpoints(e);if(o||R(...qE(e)),M())return F({ok:!0,endpoints:o});if(t==="player"||t==="control"||t==="playground"){let n=o[t];n||R(`No ${t} endpoint yet.`,["Deploy the game first: `gamestage deploy "+e+"`."]),g(n);return}N("Endpoints"),O("Player",o.player??"not deployed"),O("Control",o.control??"not deployed"),O("Playground",o.playground??"not deployed"),g()}catch(o){Ee(o)}}function qE(e){let t=/[A-Z\s]/.test(e);return[`No game with the id "${e}" in this workspace.`,t?["That looks like a game's name. Every command takes the id, which is","the name in lower case plus four characters, e.g. my-game-a3c9.","`gamestage status` lists them, and `create` prints one when it makes it."]:["`gamestage status` lists the games in this workspace and their ids."]]}async function XE(e,t){let{client:r}=await de();try{let o=await r.getLogs(e,{limit:t.limit?Number(t.limit):100,since:t.since??null,level:t.level??null}),n=await r.getGame(e).catch(()=>{}),i=n?pk(n):{state:"none"},a=hk(i);if(M())return F({ok:!0,lines:o,freshness:i});if(a&&(N("This game is serving a closed round"),g(),E(a),g()),o.length===0){N("No log lines"),g(),E("Nothing yet, or everything is older than the tier's retention."),g();return}for(let s of o){let l=s.roundId?` [${s.roundId}]`:"";g(`${s.at} ${s.level.padEnd(5)}${l} ${s.message}`)}}catch(o){Ee(o)}}function vg(e=Ng,t=Je){return t==="0.0.0-dev"&&process.env.GAMESTAGE_TEST_RUN?"0.0.0-test":(t==="0.0.0-dev"&&R("This is a development build of the CLI, so it cannot pin a client version.",["A deployed page imports the Gamestage client from a published version, and","this build is not one. Deploying anyway would point the game at",`${$t}/client/0.0.0-dev/gamestage.js, which does not exist.`,"",`${S.cyan("npm run build:cli")} build the bundle, then deploy with public/cli.mjs`,`${S.cyan("npx gamestage@latest deploy ...")} or use the published CLI`]),e)}function zE(e,t,r=$t){let o=`${r}/client/${t}/${ce}`;return e.replace(/(["'])\.?\/?gamestage\.js\1/g,(n,i)=>`${i}${o}${i}`)}function QE(e,t,r){let o=`<script>
10236
+ game trustworthy later.`)),f();for(let[y,_]of Object.entries(Pn))f(` ${S.cyan(y.padEnd(20))} ${S.dim(_)}`);f(),f(` ${S.dim("Then run:")} ${S.cyan(`gamestage create --name "${e.name??t}" --format <format>`)}`),f(),process.exit(1)}let o=qt.safeParse(r);if(!o.success)return L(`Unknown format "${r}".`,[...Object.keys(Pn).map(y=>S.cyan(y)),"",`You are running gamestage ${Je}. If the name you used came from`,"the documentation, this CLI is probably older than it:",`${S.cyan("npx gamestage@latest create ...")} run the current one`]);let n=Yr[o.data];if(!n&&!M())return L(`"${o.data}" is coming soon. Nothing was registered or written.`,["There is no Engine behind it yet, so create would give you a manifest and no","game a fan could play.","","Build with one of these today:",...Object.keys(Yr).map(y=>` ${S.cyan(y.padEnd(10))} ${S.dim(Pn[y])}`),"",`${S.dim("Then run:")} ${S.cyan(`gamestage create --name "${e.name??t}" --format hunt`)}`]);let i=e.write===!1?null:typeof e.write=="string"?e.write:"gamestage.yaml";if(i&&!e.force&&await Rx(i))return L(`${i} already exists, and create would replace it.`,["That file holds a game: its id, its format and whatever has been done to it.","A new one minted here would be a second game in the same directory.","",`${S.cyan(`gamestage manifest validate ${i}`)} check what you have`,`${S.cyan("gamestage start")} find the next step for this directory`,"",S.dim("There is a --force, and it replaces your page and clients as well as the"),S.dim("manifest. Move the directory aside instead if you want a fresh start.")]);let a=js(t),s=_s(a,e.name??a);s.app.status="confirmed",s.app.provenance=[{kind:"human_decision",owner:"creator",date:new Date().toISOString().slice(0,10),note:"Created with gamestage create"}],s.experience.status="proposed",s.experience.surfaces=["web-embed"],s.backend.status="confirmed",s.backend.route="managed_runtime",s.backend.archetype=o.data,s.backend.provenance=[{kind:"human_decision",owner:"creator",date:new Date().toISOString().slice(0,10),note:`Archetype chosen at create time: ${o.data}`}],s.identity.status="proposed",s.identity.provider="identify";let c=Xt.parse(s),d=Ue(c);c.manifest.conformance=d.computed;let u=Ho(c),p=!1,h;try{p=await wN(c,u,o.data)}catch(y){h=y instanceof Error?y.message:"The control plane did not answer."}let m=null;i&&(m=i,await Nx(m,u,"utf8"));let g=!!n&&e.write!==!1,T=[];if(g){let y=[["index.html",Ox(Xo(n),c.app.title)],[Pt,qo],[ie,Xe],[ge,zn]];for(let[_,w]of y){if(!e.force&&await Rx(_)){T.push(_);continue}await Nx(_,w,"utf8")}}if(M()){F({ok:!0,manifest:c,manifest_yaml:u,written_to:m,conformance:{computed:d.computed,blockers:d.blockers},registered:p,...h?{registration_failed:h}:{},scaffolded:g,files:g?["index.html",Pt,ie,ge].filter(y=>!T.includes(y)):[],kept:T,...n?{}:{scaffold_skipped:"no_engine",engines:Object.keys(Yr)},next:"gamestage dev"});return}R(`Created ${c.app.title}`),N("Game id",c.app.id),N("Game format",o.data),g&&T.length===0?N("Files","index.html, with the Gamestage client beside it"):g&&N("Kept",`${T.join(", ")} (already here, left as they were)`),N("Authority","managed runtime (server-owned)"),N("Build stage",`${d.computed} ${d.computedName}`),m&&N("Manifest",m),f(p?" Registered in Studio as a draft.":h?` Not registered in Studio: ${h} (${$e})`:" No account found, so registration was skipped."),R("What the server will own"),f(` ${S.dim(Pn[o.data])}`),R("Next"),T.includes("index.html")&&E(`${S.cyan("gamestage inspect .")} find what in your page has to move to the Engine`),E(`${S.cyan("gamestage dev")} run the game locally against the real Engine`),E(`${S.cyan("gamestage manifest validate "+(m??"gamestage.yaml"))} check where it stands`),f()}ne();xt();yt();of();cf();zs();import{readFileSync as $g}from"node:fs";import{readFile as yi}from"node:fs/promises";import{createInterface as mD}from"node:readline/promises";import{extname as fD,resolve as gD}from"node:path";import{createHash as VE}from"node:crypto";ue();Xm();function vi(e,t){return e.refused?M()?(F({ok:!0,status:"refused",action:t,code:e.code,reason:e.refused,game:e.game}),!0):(R("Not done"),f(` ${e.refused}`),f(),!0):!1}function Tg(e,t){if(e.state==="archived")return{stage:"dev",reason:"archived, so it serves nobody"};if(!t)return{stage:null,reason:"this control plane did not report your workspace's plan"};let r=$m(e,{tier:t});if(r==="prod")return{stage:r};let o=!!e.prodApproval,n=!Em(t);return!o&&!n?{stage:r,reason:"waiting on your approval, run `gamestage promote`, and on your workspace's plan, which only Monterosa can move"}:o?{stage:r,reason:"approved, but your workspace's plan does not carry prod yet, which only Monterosa can move"}:{stage:r,reason:"waiting on your approval, run `gamestage promote`"}}function YE(e,t=e.playgroundUrl,r){if(N("Game",`${e.name} (${e.id})`),N("State",e.state),r!==void 0){let{stage:o,reason:n}=Tg(e,r);N("Serving",o==="prod"?"prod":`dev: ${n}`)}N("Build stage",e.conformance),N("Revision",`${e.manifestRevision} (${e.contentHash})`),t&&N("Playground",t),e.playerEndpoint&&N("Player API",e.playerEndpoint),N("Manage",Ax(e.id)),e.studioUrl&&N("Studio",e.studioUrl),N("Docs",Ix(e.archetype))}async function JE(e){let{client:t,email:r}=await le(),o=await Ms(t),n=Jo(o);if(n.ok||L(n.message,n.next),n.access==="pending"||n.access==="refused"){if(M())return F({ok:!0,status:n.status,access:n.access,...n.code?{code:n.code}:{},message:n.message,next:n.next,email:r});R("Your account"),N("Signed in as",r),N("Access",n.access),Or(n);return}try{if(e){let d=await t.getGame(e);d||L(...o$(e));let u=await t.getWorkspaceSummary().then(m=>m.tier).catch(()=>{}),{stage:p,reason:h}=Tg(d,u);if(M())return F({ok:!0,stage:p,...h?{stageReason:h}:{},game:d});if(R(d.name),YE(d,void 0,u),u===void 0&&N("Serving",`unchecked: ${h}`),d.meters.length){f();for(let m of d.meters){let g=Math.round(Nk(m)*100);N(m.label,`${m.used} of ${m.limit}${m.unit} (${g}%)`)}}f();return}let i="workspace"in o&&o.workspace?o.workspace:await t.getWorkspace(),a=i.games.length,s=typeof i.gamesTotal=="number"?i.gamesTotal:void 0;if(M())return F({ok:!0,status:n.status,access:n.access,games_total:s??null,games_shown:a,workspace:{...i,games:i.games.map(d=>{let{stage:u,reason:p}=Tg(d,i.tier);return{...d,stage:u,...p?{stageReason:p}:{}}})}});if(R(i.name),N("Signed in as",r),N("Access",n.access??"not reported by this control plane"),N("Tier",i.tier),N("Games",s===void 0?`${a} listed, and this control plane does not report a total`:`${s} ${s===1?"game":"games"}`),f(),s===0){E("No games yet. `gamestage create` or `gamestage inspect .` starts one."),f();return}for(let d of i.games)N(d.name,`${d.state}${d.playgroundUrl?"":" (never deployed)"}`);s!==void 0&&a<s&&(f(),E(`Showing ${a} of ${s} games.`));let c=Ok(i.meters);if(c.length){f(),R("At a cap");for(let d of c)E(`${d.label}: ${d.used} of ${d.limit}${d.unit}`)}f()}catch(i){Te(i)}}async function yD(e,t){let r;try{r=await yi(e,"utf8")}catch{t&&L(`Cannot read ${e}.`);return}let o=pe(r);if(!o.ok){L(`${e} is not a valid App Manifest, so its round cannot be provisioned.`,o.issues.map(n=>`${n.path} ${n.message}`));return}return o.manifest.backend.round}async function vD(e){try{let t=await Fs(sf(e));return Rs(t.map(r=>r.text).join(`
10237
+ `))}catch{return}}async function bD(e){try{let t=await yi(e,"utf8");return`c${VE("sha256").update(t).digest("hex").slice(0,8)}`}catch{return"local"}}async function wD(e){try{return await yi(e,"utf8")}catch{return}}async function _D(e){try{let t=pe(await yi(e,"utf8"));return t.ok?Ue(t.manifest).computed:"L0"}catch{return"L0"}}async function qE(e,t){t.file&&t.dir&&L("Choose either --file or --dir for a deploy, not both.");let{client:r}=await le(),o=await yD(t.manifest??"gamestage.yaml",!!t.manifest);try{let n,i={...o?{round:o}:{},...t.allow?.length?{allow:t.allow}:{}};t.file?n=await xD(r,e,t.file,i):t.dir&&(n=await TD(r,e,t.dir,i));let a=t.manifest??"gamestage.yaml",s=t.revision??await bD(a),c=await r.deploy(e,{manifestRevision:s,contentHash:t.hash??`sha256:${s}`,conformance:t.level??await _D(a),...await wD(a).then(m=>m===void 0?{}:{manifestSource:m}),offersPrize:!!t.prize,round:o,...t.notes?.trim()?{notes:t.notes.trim()}:{},...t.dir?{wording:await vD(t.dir)}:{}});if(vi(c,"deploy"))return;let d=o?c.game.rounds.some(m=>m.id===`round-${o.number}`):null,u=d===!1?[...c.game.logs].reverse().find(m=>m.level==="error"):void 0;if(M())return F({ok:!0,status:"deployed",roundProvisioned:d,...u?{roundError:u.message}:{},game:n?{...c.game,playgroundUrl:n}:c.game});let p=hn(c.game.containerLabel),h=hn(c.game.containerLabel,{lower:!0});if(R("Deployed"),YE(c.game,n),d&&N(p,`${o.number} is live`),f(),c.game.appSpec?.refusal&&(R("But Studio would not take the game's settings"),f(` ${c.game.appSpec.refusal.reason}`),f(),E("The game is live and playing. What is stale is what a producer sees in Studio, so they may be editing boxes that no longer match the game."),E("Deploy again once it is fixed; nothing else needs doing."),f()),await SD(n??c.game.playgroundUrl,c.game.playerEndpoint,e,t.check===!1,c.game.archetype),d===!1){R(`But there is no ${h}`),f(` ${u?.message??`The Engine did not accept the ${h}.`}`),f(),E("Anyone opening the game will find nothing on. Deploy again once it is fixed."),f();return}if(d===null){let m=c.game.rounds?.length??0;E(m?`No ${h} in the manifest, which is right: the game is playing ${m} from Studio.`:`No ${h} in the manifest and none in Studio, so the game has nothing on yet.`)}E("Share the playground URL. It sleeps when idle and wakes on a request."),f()}catch(n){Te(n)}}async function XE(e){let{client:t}=await le();try{let r=await t.archiveGame(e);if(vi(r,"archive"))return;if(M()){F({ok:!0,status:"archived",game:r.game});return}R("Archived"),N("Game",`${r.game.name} (${r.game.id})`),f(),E("Taken off the air. Its record and files are retained outside the served bundle."),f()}catch(r){Te(r)}}async function QE(e){let{client:t}=await le();try{let r=await t.promoteGame(e);if(vi(r,"promote"))return;let o=await t.getWorkspace(),n=$m(r.game,o);if(M()){F({ok:!0,status:"promoted",stage:n,game:r.game});return}R("Approved"),N("Game",`${r.game.name} (${r.game.id})`),f(),n==="prod"?E("Live. Your workspace's plan already carries prod."):E("Approved, but still serving dev: reaching fans on prod also needs your workspace on a paid plan, which only Monterosa can do. Talk to us and this takes effect with no further action from you."),f()}catch(r){let o=r.status,n=r instanceof Error?r.message:"";if(o===404&&/unknown action/i.test(n)){if(M()){F({ok:!1,status:"unavailable",code:"not_deployed",reason:"This control plane does not have promotion yet."});return}R("Not yet"),f(" This control plane does not have promotion yet."),f(),E("Your game is untouched and still serving dev."),E("Your `gamestage` is ahead of the deployed service. Try again once it catches up."),f();return}Te(r)}}async function e$(e){let{client:t}=await le();try{let o=(await t.getWorkspace()).games.filter(a=>a.state==="archived"&&!a.playgroundUrl&&!a.playerEndpoint&&!a.space);if(o.length===0){f("Nothing to remove. Every archived game here was deployed at some point.");return}if(!M()){R(`${o.length} archived games that never deployed`);let a=new Map;for(let s of o)a.set(s.name,(a.get(s.name)??0)+1);for(let[s,c]of[...a].sort((d,u)=>u[1]-d[1]))E(c>1?`${s} x${c}`:s);f(),E("A live game, or one that ever deployed, is refused by the server."),f()}if(!e.yes){process.stdin.isTTY||L("Refusing to delete without being asked.",["Nothing has changed. Re-run with `--yes` if you mean it."]);let a=mD({input:process.stdin,output:process.stdout});try{if((await a.question(`Delete ${o.length} records permanently? Type yes to go ahead: `)).trim().toLowerCase()!=="yes"){f("Nothing was deleted.");return}}finally{a.close()}}let n=0,i=[];for(let a of o){let s=await t.deleteGame(a.id);s.refused?i.push(`${a.name}: ${s.refused}`):n+=1}if(F({removed:n,refused:i.length}),!M()){R("Removed"),E(`${n} records gone.`);for(let a of i)E(a);f()}}catch(r){Te(r)}}async function t$(e){let{client:t}=await le();try{let{workspace:r,refused:o,code:n}=await t.setPlan(e);if(o){if(M()){F({ok:!0,status:"refused",action:"plan",code:n,reason:o,workspace:r});return}R("Not done"),f(` ${o}`),f();return}if(M())return F({ok:!0,workspace:r});R("Plan changed"),N("Plan",r.tier),N("Live games",String(r.liveGameAllowance||"Contracted")),f()}catch(r){Te(r)}}async function Ag(e,t){let{admin:r,email:o}=await Px();try{let n=await r.setWorkspaceAccess(e,t),i=Cx(n);if(M())return F({ok:!0,status:i.status,changed:n.changed,workspace_id:n.workspaceId,access:n.access,previous:n.previous,message:i.message});Or(i),n.changed&&(N("Decided by",o),f())}catch(n){Te(n)}}async function n$(e){let t;try{t=await yi(e,"utf8")}catch{return L(`Cannot read ${e}`,["`gamestage inspect . --write` or `gamestage create` writes one."])}let r=pe(t);if(!r.ok)return L(`${e} is not a valid App Manifest.`,[...r.issues.map(a=>`${S.cyan(a.path)} ${a.message}`),"",`${S.cyan(`gamestage manifest validate ${e}`)} the full report`]);let o=r.manifest,n=dk(o);if(n.length)return L(`${e} cannot be registered.`,[...n,"","Add `backend.archetype`, and the round that goes with it."]);let{client:i}=await le();Cr();try{let a=await i.registerGame(lk(o,`sha256:${VE("sha256").update(t).digest("hex")}`));if(vi(a,"register"))return;if(M()){F({ok:!0,status:"registered",game:a.game});return}R("Registered"),N("Game",`${a.game.name} (${a.game.id})`),N("State",a.game.state),N("Conformance",a.game.conformance),f(),E(`${S.cyan(`gamestage deploy ${a.game.id} --dir .`)} publish it`),f()}catch(a){Te(a)}}async function Ig(e,t){let{client:r}=await le();try{let o=await r.setAwake(e,t);if(vi(o,t?"wake":"suspend"))return;if(M()){F({ok:!0,status:o.game.state,game:o.game});return}R(t?"Awake":"Suspended"),N("Game",`${o.game.name} (${o.game.id})`),N("State",o.game.state),f(),E(t?"It is taking plays again.":"It is off the air and its live slot is free. `gamestage wake` puts it back."),f()}catch(o){Te(o)}}async function r$(e,t){let{client:r}=await le();try{let o=await r.getEndpoints(e);if(o||L(...o$(e)),M())return F({ok:!0,endpoints:o});if(t==="player"||t==="control"||t==="playground"){let n=o[t];n||L(`No ${t} endpoint yet.`,["Deploy the game first: `gamestage deploy "+e+"`."]),f(n);return}R("Endpoints"),N("Player",o.player??"not deployed"),N("Control",o.control??"not deployed"),N("Playground",o.playground??"not deployed"),f()}catch(o){Te(o)}}function o$(e){let t=/[A-Z\s]/.test(e);return[`No game with the id "${e}" in this workspace.`,t?["That looks like a game's name. Every command takes the id, which is","the name in lower case plus four characters, e.g. my-game-a3c9.","`gamestage status` lists them, and `create` prints one when it makes it."]:["`gamestage status` lists the games in this workspace and their ids."]]}async function i$(e,t){let{client:r}=await le();try{let o=await r.getLogs(e,{limit:t.limit?Number(t.limit):100,since:t.since??null,level:t.level??null}),n=await r.getGame(e).catch(()=>{}),i=n?kk(n):{state:"none"},a=xk(i);if(M())return F({ok:!0,lines:o,freshness:i});if(a&&(R("This game is serving a closed round"),f(),E(a),f()),o.length===0){R("No log lines"),f(),E("Nothing yet, or everything is older than the tier's retention."),f();return}for(let s of o){let c=s.roundId?` [${s.roundId}]`:"";f(`${s.at} ${s.level.padEnd(5)}${c} ${s.message}`)}}catch(o){Te(o)}}function Eg(e=Ug,t=Je){return t==="0.0.0-dev"&&process.env.GAMESTAGE_TEST_RUN?"0.0.0-test":(t==="0.0.0-dev"&&L("This is a development build of the CLI, so it cannot pin a client version.",["A deployed page imports the Gamestage client from a published version, and","this build is not one. Deploying anyway would point the game at",`${It}/client/0.0.0-dev/gamestage.js, which does not exist.`,"",`${S.cyan("npm run build:cli")} build the bundle, then deploy with public/cli.mjs`,`${S.cyan("npx gamestage@latest deploy ...")} or use the published CLI`]),e)}function HE(e,t,r=It){let o=`${r}/client/${t}/${ie}`;return e.replace(/(["'])\.?\/?gamestage\.js\1/g,(n,i)=>`${i}${o}${i}`)}function a$(e,t,r){let o=`<script>
10192
10238
  // Written by \`gamestage deploy\`. Where this game's Engine answers.
10193
10239
  window.GAMESTAGE_API = ${JSON.stringify(t)};
10194
10240
  window.GAMESTAGE_GAME = ${JSON.stringify(r)};
10195
10241
  // This page was deployed, so it may ask which Interaction Cloud project it is.
10196
10242
  window.GAMESTAGE_IC_LOOKUP = true;
10197
10243
  </script>
10198
- `,n=e.search(/<script\b/i);if(n===-1){let i=e.search(/<\/head>/i);return i===-1?o+e:e.slice(0,i)+o+e.slice(i)}return e.slice(0,n)+o+e.slice(n)}async function Fr(e,t,r,o){let n=await fetch(e,{method:"PUT",body:typeof t=="string"?new Uint8Array(Buffer.from(t,"utf8")):t,headers:{"content-type":r,...o?{"cache-control":o}:{}}});n.ok||R(`Upload refused with ${n.status}. Ask for a fresh URL and retry.`)}function vc(e){let t=new URL(e.publicUrl);return t.pathname=`/${e.key.split("/").map(encodeURIComponent).join("/")}`,t.search="",t.hash="",t.toString()}function hD(e){switch(aD(e).toLowerCase()){case".html":return"text/html; charset=utf-8";case".css":return"text/css; charset=utf-8";case".js":case".mjs":return"text/javascript; charset=utf-8";case".json":return"application/json; charset=utf-8";case".svg":return"image/svg+xml";case".png":return"image/png";case".jpg":case".jpeg":return"image/jpeg";case".gif":return"image/gif";case".webp":return"image/webp";case".ico":return"image/x-icon";case".webmanifest":return"application/manifest+json; charset=utf-8";case".wasm":return"application/wasm";default:return"application/octet-stream"}}async function mD(e,t,r,o={}){let n=sD(r),i;try{i=bg(n)}catch{throw R(`Cannot read ${r}.`),new Error("unreachable")}let a=await Jm({path:n,relativePath:r},o.round);a&&R(`${r} ${a.why}`,["A deploy is a publishing act, and --file publishes this file as the game's","own page. Point --file at the game's HTML, or use --dir and let the gate","withhold what the page does not need."]);let s=await e.uploadTarget(t,"index.html"),l=QE(qo(i.toString("utf8")),`${s.playerApiOrigin}`,t);await Fr(s.uploadUrl,l,"text/html; charset=utf-8",s.cacheControl);let d=await e.uploadTarget(t,Te);await Fr(d.uploadUrl,Un,"text/javascript; charset=utf-8",d.cacheControl);let u=await e.uploadTarget(t,ce);await Fr(u.uploadUrl,qe,"text/javascript; charset=utf-8",u.cacheControl);let p=await e.uploadTarget(t,Tt);return await Fr(p.uploadUrl,Jo,"image/svg+xml",p.cacheControl),M()||(g(),E(`Uploaded ${r} to ${vc(s)}`),E(`Wired it to ${s.playerApiOrigin} as "${t}"`),E(`Shipped @monterosa/gamestage beside it (${Lt})`),E(`Shipped the player client beside it (${Hr})`)),vc(s)}async function fD(e,t,r,o,n){if(o||!e||!t)return;let{browserCheck:i}=await Promise.resolve().then(()=>(yg(),UE));gD(await i(e,t,r,n))}function gD(e){if(e.status==="verified"){O("Checked","the page loads and plays in a browser"),g();return}if(e.status==="skipped"){E(S.dim(`Not checked in a browser: ${e.detail??""}`.trim())),g();return}N("The published page did not start"),g(` ${e.detail??""}`),g(),E("The files are published, so the game is live and broken rather than unpublished."),E(`${S.cyan("gamestage verify")} the same check, with the rest of them`),g(),process.exitCode=1}function yD(e){for(let t of e.walkedPast)E(`Walked past ${t}: it is a toolchain directory, not your game.`);for(let t of e.allowed)E(`Published ${t.path} because you allowed it.`);for(let t of e.withheld)E(`Withheld ${t.path} from the upload: it ${t.why}`);e.refuse&&R(`${e.refuse.path} ${e.refuse.why}`,["A deploy is a publishing act, so this file would sit at a public URL beside","your game. Remove it from the directory, or point --dir at a directory that","does not contain it, and deploy again."])}async function vD(e,t,r,o={}){let n;try{n=Qm(r)}catch(k){throw R(k instanceof Error?k.message:`Cannot read ${r}.`),new Error("unreachable")}let i=await Px(n,{...o,exempt:[ce,Te]});yD(i);let a=i.publish,s=a.find(k=>k.relativePath==="index.html");s||R(`Directory ${r} must contain an index.html file.`);let l=bg(s.path,"utf8"),d=Vm(l),u=a.some(k=>k.relativePath==="favicon.ico"),p=a.some(k=>k.relativePath===Tt),h=!d&&!u,f=h&&!p,m=vg();if(m!=="0.0.0-test"){let k=`${$t}/client/${m}/${ce}`,x=!1;try{x=(await fetch(k,{method:"HEAD"})).ok}catch{x=!0}x||R(`The client this deploy would pin, ${m}, is not published yet.`,[`Every page uploaded here will import ${k},`,"which answers 404 today. The game would load, fetch nothing, and show a","blank screen with no error anywhere.","","Deploy the site first: it is what serves /client/<version>/.","",`${S.cyan("node scripts/deploy.mjs site")} then run this deploy again`])}let b;for(let k of a){if(k.relativePath===ce||k.relativePath===Te)continue;let x;try{x=await e.uploadTarget(t,k.relativePath)}catch(Z){throw new Error(`${k.relativePath} cannot be published: ${Z instanceof Error?Z.message:String(Z)}`,{cause:Z})}k.relativePath==="index.html"&&(b=x);let $=bg(k.path),L=/\.(m?js)$/i.test(k.relativePath),K=/\.html$/i.test(k.relativePath)?QE(zE(h&&k.relativePath==="index.html"?qo($.toString("utf8")):$.toString("utf8"),vg()),x.playerApiOrigin,t):L?zE($.toString("utf8"),vg()):$;await Fr(x.uploadUrl,K,hD(k.relativePath),x.cacheControl)}if(f){let k=await e.uploadTarget(t,Tt);await Fr(k.uploadUrl,Jo,"image/svg+xml",k.cacheControl)}let w=[...a.map(k=>k.relativePath),...f?[Tt]:[]];try{await e.pruneBundle(t,w);for(let k of i.withheld)E(`Removed ${k.path} from the playground.`)}catch(k){let x=k instanceof Error?k.message:String(k),$=i.withheld.map(L=>L.path);N("The playground still holds files this deploy did not publish"),g(` ${x}`),g(),$.length?(E(`Could not remove ${$.join(", ")} from the playground: ${x}`),E("Anything an earlier deploy put there is still being served.")):E("Anything an earlier deploy put there is still being served."),g(),process.exitCode=1}if(!M()&&b&&(g(),E(`Uploaded ${a.length} files from ${r}`),E(`Playground: ${vc(b)}`),E(`Wired it to ${b.playerApiOrigin} as "${t}"`),f&&E("Added a replaceable starter favicon")),!b)throw new Error("The directory index was not uploaded.");return vc(b)}An();ne();import{readFile as ND}from"node:fs/promises";ne();var t$="player-conformance",Sg="round-current",bD="sha256:emulator-conformance";function Ct(e){return structuredClone(e)}function Ot(){return{server_time:"2026-08-01T09:00:00.000Z",snapshot:bD}}function wD(e){let t=e==="per-player-challenge";return{...Ot(),id:Sg,number:412,version:2,can:{accepting_plays:!0,results_available:!1,solution_revealed:!1,closed:!1,optimistic_play:!1},challenge_instance_id:t?"challenge-player-conformance":null,challenge:{prompt:"alpha"}}}function e$(e,t){let r=t==="mistakes";return{...Ot(),player_id:t$,round_id:e,attempts_used:r?6:0,attempts_allowed:10,mistakes_used:r?2:0,mistakes_allowed:4,progress:r?{solved:["group-1"]}:{},score:r?10:0,score_revision:0,finished:!1,outcome:r?"incomplete":void 0}}function _D(e){let t=wD(e),r=new Map([[t.id,t]]),o=new Map([[t.id,e$(t.id,e)]]);return e==="solution-disclosure"&&(r.set("round-revealed",{...t,id:"round-revealed",number:411,version:3,can:{accepting_plays:!1,results_available:!0,solution_revealed:!0,closed:!0,optimistic_play:!1},solution:{answer:"revealed-alpha"}}),o.set("round-revealed",e$("round-revealed",e))),{runtime:{...Ot(),game:"conformance-game",api_version:"2.0",archetype:e==="at-settlement"?"predict":"group",marking:e==="at-settlement"?"at_settlement":"at_commit",challenge_source:e==="per-player-challenge"?"per_player":"shared",schedule:{kind:"continuous"},updates:{transport:"poll",freshness_seconds:30},display:{title:"Conformance game"},identity:{required:!1,provider:"identify",anonymous_play:!0},archive:!0,capabilities:["plays","profile","leaderboard"]},rounds:r,roundStates:o,leaderboard:{...Ot(),round_id:Sg,order:"high_first",tie_break:"earliest_play",entries:[{rank:1,player_id:"player-example",display_name:"Example",score:20}],total:1,truncated:!1},profile:{...Ot(),player_id:t$,display_name:"Example",played:0,won:0,current_streak:0,max_streak:0,distribution:{},constraints:{}},plays:new Map,intents:new Map,nextPlay:1}}function xg(e,t){return{...Ot(),play_id:`rejected-${e.nextPlay++}`,outcome:"rejected",reason:t,round_version:2,marked:!1,feedback:[]}}function Eg(e){let t=_D(e);return{async getRuntime(){return Ct(t.runtime)},async getCurrentRound(){return Ct(t.rounds.get(Sg))},async getRound(r){let o=t.rounds.get(r);return o?Ct(o):void 0},async play(r,o){let n=t.rounds.get(r);if(!n)return xg(t,"round_not_found");let i=_s({round_id:r,round_version:o.round_version,challenge_instance_id:o.challenge_instance_id,payload:o.payload}),a=t.plays.get(o.idempotency_key);if(a)return t.intents.get(o.idempotency_key)!==i?xg(t,"idempotency_conflict"):{...Ct(a),outcome:"duplicate"};if(o.round_version!==n.version)return{...Ot(),play_id:`stale-${t.nextPlay++}`,outcome:"stale",reason:"round_version",round_version:n.version,marked:!1,feedback:[]};if(n.challenge_instance_id!==null&&o.challenge_instance_id!==n.challenge_instance_id)return xg(t,"challenge_instance_id");let s=t.roundStates.get(r),l=t.runtime.marking==="at_settlement",d={...s,...Ot(),attempts_used:s.attempts_used+1,score:s.score+(l?0:10),finished:!l,outcome:l?"pending":"won"},u={...Ot(),play_id:`play-${t.nextPlay++}`,outcome:"accepted",round_version:n.version,marked:!l,feedback:l?[]:[{key:"answer",verdict:"correct"}],round_state:Ct(d)};return t.roundStates.set(r,d),t.plays.set(o.idempotency_key,u),t.intents.set(o.idempotency_key,i),d.finished&&!s.finished&&(t.profile=ws(t.profile,d.outcome)),Ct(u)},async getRoundState(r){let o=t.roundStates.get(r);if(!o)throw new Error(`No such round: ${r}`);return Ct(o)},async getProfile(){return Ct(t.profile)},async getLeaderboard(){return Ct(t.leaderboard)}}}function kD(){return e=>Eg(e)}var oV=kD();ne();import{createServer as xD}from"node:http";function Nn(e){let t=e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return new RegExp(`^${t.replace(/\\\{[^}]+\\\}/g,"([^/]+)")}$`)}var SD=Nn(ie.runtime),ED=Nn(ie.currentRound),$D=Nn(ie.round),TD=Nn(ie.plays),AD=Nn(ie.roundState),ID=Nn(ie.profile),PD=Nn(ie.leaderboard);function ln(e,t,r){let o=JSON.stringify(r);e.writeHead(t,{"content-type":"application/json; charset=utf-8","content-length":Buffer.byteLength(o)}),e.end(o)}function Gr(e,t,r,o){ln(e,t,{error:{code:r,message:o,retryable:!1}})}async function CD(e){let t=[];for await(let r of e)t.push(Buffer.from(r));if(t.length!==0)return JSON.parse(Buffer.concat(t).toString("utf8"))}async function OD(e,t,r,o){if(!e.url){Gr(t,400,"invalid_request","The request URL is missing.");return}let i=new URL(e.url,"http://localhost").pathname;if(e.method==="GET"){if(o&&/^\/(client\/[^/]+\/)?gamestage\.js$/.test(i)){t.writeHead(200,{"content-type":"text/javascript; charset=utf-8","cache-control":"no-store","access-control-allow-origin":"*","content-length":Buffer.byteLength(o)}),t.end(o);return}if(SD.test(i)){ln(t,200,await r.getRuntime());return}if(ED.test(i)){ln(t,200,await r.getCurrentRound());return}let a=$D.exec(i);if(a){let l=await r.getRound(decodeURIComponent(a[2]));if(!l){Gr(t,404,"round_not_found","The requested round was not found.");return}ln(t,200,l);return}let s=AD.exec(i);if(s){let l=decodeURIComponent(s[2]);try{ln(t,200,await r.getRoundState(l))}catch{Gr(t,404,"round_not_found","The requested round was not found.")}return}if(ID.test(i)){ln(t,200,await r.getProfile());return}if(PD.test(i)){ln(t,200,await r.getLeaderboard());return}}if(e.method==="POST"){let a=TD.exec(i);if(a){try{let s=await CD(e);ln(t,200,await r.play(decodeURIComponent(a[2]),s))}catch(s){Gr(t,400,"invalid_request",s instanceof SyntaxError?"The request body must be valid JSON.":"The request body is invalid.")}return}}Gr(t,404,"not_found","The requested player API route was not found.")}function bc(e="default",t){let r=Eg(e);return xD((o,n)=>{OD(o,n,r,t).catch(()=>{n.headersSent?n.destroy():Gr(n,500,"internal_error","The emulator could not answer the request.")})})}Dt();rg();ft();pe();async function RD(e){let t;try{t=await ND(e,"utf8")}catch{return}let r=se(t);if(!r.ok){R(`${e} is not a valid App Manifest.`,r.issues.map(o=>`${S.cyan(o.path)} ${o.message}`));return}return r.manifest}async function LD(e){let t=Number(e.port);if(!Number.isInteger(t)||t<0||t>65535)throw new Error("--port must be an integer between 0 and 65535");let r=e.scenario??"default";if(e.fixture)return{server:bc(r,qe),what:"fixture",fixtureReason:"requested",game:"conformance-game"};let o=await RD(e.manifest??"gamestage.yaml");if(!o)return{server:bc(r,qe),what:"fixture",fixtureReason:"no-manifest",game:"conformance-game"};let n=o.backend.round;if(!n){let a=o.interaction_cloud.elements.length?"studio-round":"unconfigured";return{server:bc(r,qe),what:"fixture",fixtureReason:a,game:o.app.id,title:o.app.title}}let i=o.backend.archetype;return i&&i!==n.archetype&&R(`The manifest declares the ${i} format and a ${n.archetype} round.`,["One of the two is wrong. The round decides what the Engine marks."]),Cn.includes(n.archetype)||R(`No Engine here serves the ${n.archetype} format yet.`,[`Built so far: ${Cn.join(", ")}. \`gamestage dev --fixture\` serves`,"the contract fixture if you are working against the wire rather than the rules."]),{server:await fc({game:o.app.id,round:n,title:o.app.title,identityRequired:!!e.as,clientBundle:qe}),what:"engine",game:o.app.id,round:n,title:o.app.title,containerLabel:o.experience.container_label,as:e.as}}async function n$(e){await Ho();let t=await LD(e),{server:r}=t,o=()=>new Promise((u,p)=>{r.close(h=>h?p(h):u())}),n=new Promise(u=>{let p=async()=>{process.off("SIGINT",p),process.off("SIGTERM",p),await o(),u()};process.once("SIGINT",p),process.once("SIGTERM",p)});await new Promise((u,p)=>{r.once("error",p),r.listen(Number(e.port),"127.0.0.1",()=>u())});let i=r.address();if(!i||typeof i=="string")throw new Error("The local server did not report its listening address");let a=`http://127.0.0.1:${i.port}`,s,l;t.as&&(s=await tg(a),r.attachDevIdentity?.(s),l=await s.mint(t.as));let d=(await be().catch(()=>null))?.email;if(M())F({ok:!0,status:"listening",serving:t.what,baseUrl:a,game:t.game,round:t.round?{number:t.round.number,id:`round-${t.round.number}`}:null,round_source:t.round?"manifest":"stand-in",...t.fixtureReason?{fixture_reason:t.fixtureReason}:{},...s&&l?{identity:{as:t.as,player_id:`id:${t.as}`,issuer:s.issuer,jwks_uri:s.jwksUri,token:l,required:!0}}:{}});else if(t.what==="engine"){N(t.title??t.game);let u=pn(t.containerLabel);O("Serving",`your ${pn(t.containerLabel,{lower:!0})}, through the real Engine`),O(u,`${t.round.number} (round-${t.round.number})`),O("API",a),O("Game id",t.game),d&&O("Signed in",d),g(),E(`<script src="${a}/gamestage.js"></script>`),E(`window.GAMESTAGE_API = "${a}"`),E(`window.GAMESTAGE_GAME = "${t.game}"`),l&&E(`window.GAMESTAGE_TOKEN = "${l}"`),g(),s&&l&&(O("Playing as",`${t.as} (${S.cyan(`id:${t.as}`)})`),O("Identity","required, so an anonymous play is refused here too"),O("Keys",s.jwksUri),g(),E("A real RS256 token, validated by the code that validates a customer's. The keypair lives for this run only."),E(`This harness cannot be deployed: its issuer is a loopback URL, and ${S.cyan("gamestage manifest validate")} refuses a manifest that names one.`),g()),E(`Edit the ${pn(t.containerLabel,{lower:!0})} in your manifest and restart to see it change.`),g()}else N(t.fixtureReason==="studio-round"?"Studio round, unavailable locally":t.fixtureReason==="unconfigured"?"No round configured yet":"Serving the contract fixture"),O("API",a),O("Game id",t.game),g(),E(`<script src="${a}/gamestage.js"></script>`),g(),t.fixtureReason==="studio-round"?(E("A round is configured in Studio, but `gamestage dev` cannot reach it."),E("Play the deployed game to use the Studio round. This fixture is only local wiring.")):t.fixtureReason==="unconfigured"?(E("No round is configured in Studio yet. This local run is a Gamestage stand-in, not your game."),E("Set up the first round in Studio, then play the deployed game.")):(E("There is no round here to serve, so this is the shell rather than your game."),E("`dev` reads a round from the manifest and is the one place that may: it is a local harness and deploys nothing. A game's real content lives in Studio, where a producer can change it without you.")),g();await n}yg();ne();pe();import{stat as DD}from"node:fs/promises";async function r$(){let e=[],[t]=process.versions.node.split(".").map(Number);e.push({id:"node",label:"Node.js",ok:t>=20,detail:t>=20?`v${process.versions.node}`:`v${process.versions.node} - Gamestage needs Node 20 or newer`,blocking:!0}),e.push({id:"schema",label:"Manifest schema",ok:!0,detail:`v${zo} bundled`,blocking:!1});let r=!1;try{await DD("gamestage.yaml"),r=!0}catch{}e.push({id:"manifest",label:"App Manifest",ok:r,detail:r?"gamestage.yaml found":"none here yet \u2014 `gamestage inspect .` or `gamestage create` makes one",blocking:!1}),e.push({id:"auth",label:"Signed in",ok:!1,detail:"not signed in \u2014 only needed to deploy",blocking:!1});let o=e.filter(n=>!n.ok&&n.blocking);M()&&(F({ok:o.length===0,checks:e}),process.exit(o.length===0?0:1)),N("Environment");for(let n of e){let i=n.ok?S.green("ok"):n.blocking?S.red("blocked"):S.dim("--");g(` ${i.padEnd(18)} ${n.label.padEnd(16)} ${S.dim(n.detail)}`)}g(),o.length&&(g(` ${S.red("Fix the blocked items above before continuing.")}`),g(),process.exit(1)),g(` ${S.green("Ready.")}`),g()}ne();An();import{readFile as qD,stat as XD,writeFile as QD}from"node:fs/promises";import{createHash as e1}from"node:crypto";import{basename as t1}from"node:path";ft();ug();import{readdir as jD,readFile as wc,stat as $g}from"node:fs/promises";import{basename as MD,extname as UD,join as Tg,relative as zD}from"node:path";var FD=new Set(["node_modules",".git","dist","build",".next",".wrangler","coverage"]),GD=new Set([".html",".htm",".js",".mjs",".cjs",".jsx",".ts",".tsx",".vue",".svelte"]);async function BD(e,t=200){let r=await $g(e),o=[];if(r.isFile())return o.push({path:e,relative:MD(e),text:await wc(e,"utf8")}),o;let n=async i=>{if(o.length>=t)return;let a=await jD(i,{withFileTypes:!0});for(let s of a){if(o.length>=t)return;if(s.name.startsWith(".")&&s.name!==".openai")continue;let l=Tg(i,s.name);if(s.isDirectory()){if(FD.has(s.name))continue;await n(l)}else if(GD.has(UD(s.name)))try{o.push({path:l,relative:zD(e,l),text:await wc(l,"utf8")})}catch{}}};return await n(e),o}function WD(e,t){let r=e.text.split(`
10199
- `);for(let o=0;o<r.length;o++)if(t.test(r[o]))return{file:e.relative,line:o+1,excerpt:r[o].trim().slice(0,120)};return null}async function KD(e,t){if(!(await $g(e)).isFile())try{let o=JSON.parse(await wc(Tg(e,"package.json"),"utf8"));if(o.name)return o.name.replace(/^@[^/]+\//,"")}catch{}for(let o of t){if(!/\.html?$/.test(o.relative))continue;let n=/<h1[^>]*>([^<]+)<\/h1>/i.exec(o.text);if(n){let a=o$(n[1]);if(a)return a}let i=/<title[^>]*>([^<]+)<\/title>/i.exec(o.text);if(i){let a=o$(i[1].split(/\s+[|\u2013\u2014-]\s+/)[0]);if(a)return a}}return null}function o$(e){let t=e.replace(/\s+/g," ").trim();return/[a-z0-9]/i.test(t)?t.slice(0,60):null}var ZD=[{id:"client-scoring",title:"Scoring runs in the browser",detail:"Score is computed client-side, so a player can edit it. Scoring must move into the Game Engine and the client must render a server-returned result.",patterns:[/\b\w*(score|points|total)\s*\+=/i,/\b\w*(score|points|total)\w*\s*=\s*\w*\s*[+*]/i,/function\s+\w*(calculate|compute|get)\w*(score|points|total|tier)/i],remedy:{delete:"the score arithmetic in the browser, and the answer set it marks against",call:"const result = await client.play(round.id, { picks, roundVersion: round.version }, newIdempotencyKey())",render:"result.round_state?.score, and result.feedback[].verdict per pick. `round_state` is absent where a game marks at settlement, so read it optionally",move:"the answer set into `backend.round.targets` in gamestage.yaml, where a deploy provisions it into the Engine",keep:"every bit of the rendering, the animation and the copy",because:"a score the browser computes is a score a player can set"},remedies:{push:{delete:"the running total, the bust comparison and the tier table, and the dataset the values came from",call:"const result = await client.play(round.id, { picks: [key], roundVersion: round.version }, newIdempotencyKey())",render:"result.round_state?.progress.total for the running total, .bust for whether they went over, and .tier for the rank. The value each pick contributed comes back in result.feedback[0].label",move:"what each pick is worth into `backend.round.slates[].entries[].value` in gamestage.yaml, and the ceiling into `backend.round.target`",keep:"every bit of the rendering, the animation and the copy",because:"a game whose whole mechanic is arithmetic is finished the moment its numbers reach the browser, whatever the page does afterwards"}}},{id:"client-outcome",title:"The result is decided in the browser",detail:"Win, loss or result tier is determined client-side, so the outcome cannot be trusted. The Engine must decide the outcome and return it as a committed decision.",patterns:[/\b(bust|win|won|lost|passed|failed)\s*=\s*\w+\s*[<>=]/i,/\bgetTier\s*\(|\bdetermine(Result|Outcome|Winner)/i],remedy:{delete:"the local decision about winning, losing or a result tier",call:"const result = await client.play(round.id, input, newIdempotencyKey())",render:"result.round_state?.outcome, which is won, lost, incomplete or pending",keep:"how the outcome is presented, including the celebration",because:"an outcome the page decides is one it can be persuaded to decide differently"},remedies:{push:{delete:"the bust comparison and the function that turns a distance into a rank",call:"const result = await client.play(round.id, { picks: [key], roundVersion: round.version }, newIdempotencyKey())",render:"result.round_state?.progress.bust and .tier, which are decided on commit: the total only grows, so passing the target ends the round then rather than at the last pick",move:"the rank ladder into `backend.round.tiers`, as fractions of the target",keep:"how the result is presented, including the celebration",because:"a rank the page awards is one it can award itself"}}},{id:"client-answers",title:"Answers or targets are present in client code",detail:"The solution set ships to the browser, so it can be read before play. Answers must be held server-side and never cross the wire.",patterns:[/\b(answer|solution|correct)(Key|Set|s)?\s*[:=]/i,/\bisCorrect\s*[:=(]/i,/\b\w*(target|answer|solution)\w*\s*=\s*[[{](?!.*(fetch|await|response))/i,/\b(target|answer|solution)s?\s*:\s*[^,}\n]/i],remedy:{delete:"the array or object holding the correct answers",call:"const round = await client.getCurrentRound()",render:"round.challenge for what the player picks from. The Engine returns the verdict; the page never knows the answer until the round reveals it",move:"the answers into `backend.round.targets` in gamestage.yaml. Deleting them without moving them leaves the Engine nothing to mark against",keep:"the board, the layout and the interaction",because:"a solution in the bundle can be read before anybody plays"},remedies:{push:{delete:"the dataset the contributions are looked up in",call:"const round = await client.getCurrentRound()",render:"round.challenge.slates, which carry each pick's key and label and no value at all. What a pick was worth arrives as feedback once it has been committed",move:"the values into `backend.round.slates[].entries[].value` in gamestage.yaml. Deleting them without moving them leaves the Engine nothing to count",keep:"the board, the layout and the interaction",because:"knowing every contribution is knowing which picks land on the target, which is the whole game"}}},{id:"client-play-limit",title:"Play limiting relies on browser storage",detail:"Attempt limits enforced through localStorage or cookies reset when storage is cleared. Limits must be enforced against an identified player server-side.",patterns:[/localStorage\.(set|get)Item\s*\(\s*['"`][^'"`]*(play|attempt|tries|daily|limit)/i,/sessionStorage\.(set|get)Item/i],remedy:{delete:"the localStorage or cookie bookkeeping that counts attempts",call:"const state = await client.getRoundState(round.id)",render:"state.attempts_used against state.attempts_allowed, and the same pair for mistakes",move:"the limits into `backend.round.attemptsAllowed` and `mistakesAllowed`",keep:"how the remaining attempts are shown",because:"a limit in storage is a limit that clearing storage removes"},remedies:{push:{delete:"the localStorage bookkeeping that remembers today's game",call:"const state = await client.getRoundState(round.id)",render:"state.attempts_used against state.attempts_allowed for picks taken, and state.finished for whether today is done",move:"the number of picks into `backend.round.slates`: one slate is one pick",keep:"how the remaining picks are shown",because:"a game that remembers in the browser is one a cleared browser lets you play again"}}},{id:"client-randomness",title:"The daily challenge is chosen in the browser",detail:"Client-side randomness means players can reroll until they like the challenge, and no two players share a verifiable daily. Selection must be server-issued.",patterns:[/Math\.random\s*\(\)/,/\b(daily|today|challenge)\w*\s*=\s*.*Math\.random/i],remedy:{delete:"the Math.random() that chooses the challenge",call:"const round = await client.getCurrentRound()",render:"round.challenge, which is the same for everyone playing that round",keep:"randomness that is only decoration, such as confetti or shuffling how options are laid out",because:"a challenge the browser picks is one a player can reroll, and no two players share a daily worth comparing"},remedies:{push:{delete:"the Math.random() that chooses which team and season comes up",call:"const round = await client.getCurrentRound()",render:"round.challenge.slates in order: slate n is pick n. Keep the spin as an animation over a choice the round has already made",move:"the sequence into `backend.round.slates`, one per pick",keep:"the spin, the reveal and every bit of its timing",because:"a slate the browser draws is one a player can redraw, and it means no two players played the same day"}}},{id:"client-time",title:"Round timing uses client time",detail:"Device clocks can be changed. Open, lock and settle decisions must use authoritative server time.",patterns:[/new Date\(\)\.getTime\(\)/,/Date\.now\(\)\s*[<>]/],remedy:{delete:"the comparisons against Date.now() that decide whether the round is open",call:"const round = await client.getCurrentRound()",render:"round.can.accepting_plays, and round.server_time where a countdown needs an origin",keep:"the countdown itself, driven from the server's time rather than the device's",because:"a device clock is something a player can change"}}],VD=[{id:"sdk",title:"Monterosa JavaScript SDK 2",detail:"No SDK integration found. The SDK provides the EnMasse connection, live config and content updates, identity, consent, storage and experience hosting.",present:/@monterosa\/sdk-|sdk\.monterosa\.cloud/i},{id:"identity",title:"Player sign-in",detail:"No player identity found. Anonymous play is supported and the Engine's signed session carries it. To identify players, name your own issuer and its JWKS in `identity.jwt` and the Engine validates the token your login system already gives them.",present:/identify-kit|monterosa.*identity|\bIdentify\b|jwks|oidc|auth0|workos|firebase.*auth/i},{id:"consent",title:"Consent gating",detail:"No consent handling found. Analytics and storage must respect the player's consent choices.",present:/consent-kit|consent/i},{id:"analytics",title:"Analytics",detail:"No analytics found. Gamestage routes events to the destinations declared in the manifest, with Monterosa Analytics on by default.",present:/analytics-kit|gtag\(|posthog|analytics\.track/i}],HD=[{archetype:"hunt",signals:[{pattern:/\b(answer|solution|correct)(s|Set|Key)?\s*[:=]/i,because:"marks picks against a known answer set"},{pattern:/\bisCorrect\b|\bverdict\b/i,because:"judges a pick right or wrong"},{pattern:/\bpick(s|ed)?\b/i,because:"players make picks"},{pattern:/\broster|\bplayer(s)?\s*\[/i,because:"selects from a roster"}]},{archetype:"push",signals:[{pattern:/\b\w*(total|sum|running)\w*\s*\+=/i,because:"accumulates a running total from each pick"},{pattern:/\bbust\b/i,because:"has a bust condition for going over"},{pattern:/\b\w*total\w*\s*[><]=?\s*\w*target|\btarget\w*\s*-\s*\w*total/i,because:"compares the total against a target"},{pattern:/\bgetTier\b|\bwithout going over\b|\bclosest\b/i,because:"scores by how close the total came"}]},{archetype:"trivia",signals:[{pattern:/\bquestion\b/i,because:"presents questions"},{pattern:/\bchoice(s)?\b|\boption(s)?\b/i,because:"offers answer choices"},{pattern:/\bquiz\b/i,because:"describes itself as a quiz"}]},{archetype:"predict",signals:[{pattern:/\bpredict/i,because:"asks players to predict"},{pattern:/\bmarket\b|\bodds\b/i,because:"has market or odds language"},{pattern:/\bsettle(d|ment)?\b/i,because:"settles outcomes"}]},{archetype:"group",signals:[{pattern:/\bpuzzle\b/i,because:"describes itself as a puzzle"},{pattern:/\bguess(es)?\b/i,because:"players guess"},{pattern:/\bstreak\b/i,because:"tracks streaks"}]},{archetype:"timed_round",signals:[{pattern:/\bcountdown\b|\btimer\b/i,because:"runs a countdown"},{pattern:/\bround\b/i,because:"is organised into rounds"}]}];function YD(e){let t=e.map(s=>s.text).join(`
10200
- `),r=HD.map(s=>{let l=s.signals.filter(d=>d.pattern.test(t)).map(d=>d.because);return{archetype:s.archetype,hits:l.length,because:l}}).filter(s=>s.hits>0).sort((s,l)=>l.hits-s.hits),o=r[0];if(!o)return null;let n=r[1]?.hits??0,i=o.hits-n,a=o.hits>=3&&i>=2?"high":o.hits>=2?"medium":"low";return{archetype:o.archetype,confidence:a,because:o.because}}async function JD(e,t){let o=(await $g(e)).isFile()?null:e;if(o)try{let i=await wc(Tg(o,"package.json"),"utf8"),a=JSON.parse(i),s={...a.dependencies,...a.devDependencies},l=s.next?"Next.js":s.react?"React":s.vue?"Vue":s.svelte?"Svelte":void 0,d=s.vite?"Vite":s.webpack?"webpack":void 0;return{kind:"node_project",framework:l,build:d}}catch{}return t.length===1&&/\.html?$/.test(t[0].relative)||t.every(i=>/\.html?$/.test(i.relative))?{kind:"standalone_html"}:{kind:"unknown"}}async function i$(e){let t=await BD(e);if(t.length===0)throw new Error(`No inspectable source found at ${e}. Point inspect at a game file or a project directory.`);let r=await JD(e,t),o=YD(t),n=[];for(let p of ZD){let h=[];for(let f of t){for(let m of p.patterns){let b=WD(f,m);if(b){h.push(b);break}}if(h.length>=3)break}if(h.length>0){let f=o?p.remedies?.[o.archetype]??p.remedy:p.remedy;n.push({...f?{remedy:f}:{},id:p.id,title:p.title,detail:p.detail,evidence:h})}}let i=t.map(p=>p.text).join(`
10201
- `),a=VD.filter(p=>!p.present.test(i)).map(p=>({id:p.id,title:p.title,detail:p.detail,evidence:[]})),s=[];t.some(p=>/<(div|section|main|canvas)/i.test(p.text))&&s.push({id:"presentation",title:"Player-facing presentation",detail:"Layout, styling and interaction feel can stay creator-owned. Gamestage replaces the authority beneath the interface, not the interface itself.",evidence:t.slice(0,2).map(p=>({file:p.relative}))});let d=yc(t),u=[];return r.kind==="standalone_html"&&u.push("Where is this deployed today, and who owns that hosting?"),u.push("Which of the embedded datasets are licensed for production use, and at what refresh cadence?"),n.some(p=>p.id==="client-play-limit")?u.push("Is the play limit per device or per person? That decides whether identity is required at launch."):(o?.archetype==="hunt"||o?.archetype==="group")&&u.push("No attempt limit inspect recognises. The Engine will not serve a hunt or group round without one: `backend.round.attemptsAllowed` defaults to 10 when left out, and that number is then the game a fan plays. Choose it deliberately, and if the prototype allowed unlimited tries, tell the developer the game has changed."),{target:e,scanned_files:t.length,stack:r,keep:s,move_behind_authority:n,missing_integrations:a,copy_to_studio:d,unknowns:u,archetype:o,name:await KD(e,t)}}pe();var n1=e=>t1(e).replace(/\.[^.]+$/,"").toLowerCase().replace(/[^a-z0-9]+/g,"-").replace(/^-+|-+$/g,"").slice(0,48)||"inspected-game",r1=e=>e.split("-").filter(Boolean).map(t=>t[0].toUpperCase()+t.slice(1)).join(" ");function o1(e,t){let r=n1(e.name??e.target),o=t&&yx(t)?t:Ns(r),n=e.name??r1(r),i=ys(o,n);return i.manifest.conformance="L0",i.app.status="proposed",i.app.provenance=[{kind:"repository_evidence",file:e.target},{kind:"generated_proposal",tool:"gamestage inspect",source_context:`${e.scanned_files} file(s) inspected`}],i.experience.status="proposed",i.experience.surfaces=["web-embed"],i.experience.provenance=[{kind:"repository_evidence",file:e.target}],e.archetype&&(i.backend.status="proposed",i.backend.route="managed_runtime",i.backend.archetype=e.archetype.archetype,i.backend.provenance=[{kind:"generated_proposal",tool:"gamestage inspect",source_context:e.archetype.because.join("; ")}]),e.move_behind_authority.some(s=>s.id==="client-play-limit"||s.id==="client-scoring")&&(i.identity.status="proposed",i.identity.provider="identify",i.identity.require_authenticated_writes=!0),Xt.parse(i)}async function i1(e,t){let r=await be();if(!r)return!1;Pr();let o=e.backend.archetype;if(!o)return!1;let i=await Tr({baseUrl:Se,token:r.accessToken}).registerGame({id:e.app.id,name:e.app.title,archetype:o,repository:e.app.source?.repository??null,manifestRevision:String(e.manifest.revision),contentHash:`sha256:${e1("sha256").update(t).digest("hex")}`,conformance:Ue(e).computed,offersPrize:e.operations.promotion.offers_prize,containerLabel:e.experience.container_label,sections:kr.map(a=>({section:a,status:e[a].status}))});if(i.refused)throw new Error(i.refused);return!0}async function a1(e){try{let t=se(await qD(e,"utf8"));return t.ok?t.manifest.app.id:void 0}catch{return}}async function s1(e){try{return await XD(e),!0}catch{return!1}}async function a$(e,t){let r;try{r=await i$(e)}catch(d){return R(d instanceof Error?d.message:"Inspection failed")}let o=o1(r,await a1(typeof t.write=="string"?t.write:"gamestage.yaml")),n=Ue(o),i=Zo(o),a=!1,s;try{a=await i1(o,i)}catch(d){s=d instanceof Error?d.message:"The control plane did not answer."}let l=null;if(t.write){if(l=typeof t.write=="string"?t.write:"gamestage.yaml",!t.force&&await s1(l))return R(`${l} already exists, and inspect would replace it.`,["A manifest that has been worked on holds a round; this report cannot,","because a round is not visible in the code it read.","",`${S.cyan(`gamestage manifest validate ${l}`)} check what you have`,`${S.cyan("gamestage inspect . --force")} replace it anyway`]);await QD(l,i,"utf8")}if(M()){F({ok:!0,report:r,manifest:o,conformance:{computed:n.computed,blockers:n.blockers},manifest_yaml:i,written_to:l,registered:a,...s?{registration_failed:s}:{}});return}if(N(`Inspection report ${S.dim(r.target)}`),O("Files inspected",String(r.scanned_files)),O("Stack",r.stack.framework?`${r.stack.kind} (${r.stack.framework})`:r.stack.kind),r.archetype&&O("Archetype",`${r.archetype.archetype} ${S.dim(`(${r.archetype.confidence} confidence)`)}`),r.keep.length){N("Keep as yours");for(let d of r.keep)E(S.green(d.title)),g(` ${S.dim(d.detail)}`)}if(r.move_behind_authority.length){N("Must move behind an authoritative boundary");for(let d of r.move_behind_authority){E(S.yellow(d.title)),g(` ${S.dim(d.detail)}`);for(let u of d.evidence.slice(0,2)){let p=u.line?`${u.file}:${u.line}`:u.file;g(` ${S.dim("\u2192")} ${S.cyan(p)}${u.excerpt?S.dim(" "+u.excerpt):""}`)}d.remedy&&(g(` ${S.dim("delete")} ${d.remedy.delete}`),g(` ${S.dim("call")} ${S.cyan(d.remedy.call)}`),d.remedy.render&&g(` ${S.dim("render")} ${d.remedy.render}`),d.remedy.move&&g(` ${S.dim("move")} ${d.remedy.move}`),g(` ${S.dim("keep")} ${d.remedy.keep}`))}}if(r.missing_integrations.length){N("Platform integrations not present yet");for(let d of r.missing_integrations)E(d.title),g(` ${S.dim(d.detail)}`)}if(r.unknowns.length){N("Needs a human answer");for(let d of r.unknowns)E(d,"?")}if(N("App Manifest"),O("Conformance",`${n.computed} ${n.computedName}`),n.blockers.length){g(),g(S.dim(" To reach the next level:"));for(let d of n.blockers)g(` ${S.dim("\xB7")} ${d.requirement}`)}g(),l?g(` Written to ${S.cyan(l)}`):g(S.dim(" Re-run with --write to save this manifest.")),g(a?" Registered in Studio as a draft.":s?` Not registered in Studio: ${s} (${Se})`:" No account found, so registration was skipped."),g()}var s$="https://github.com",c1="https://api.github.com",_c=process.env.GAMESTAGE_GITHUB_CLIENT_ID??"Ov23livKf8DOgOm2a383";async function c$(){let e=await fetch(`${s$}/login/device/code`,{method:"POST",headers:{accept:"application/json","content-type":"application/json"},body:JSON.stringify({client_id:_c,scope:""})});if(!e.ok)throw new Error(`GitHub refused the device request (${e.status}).`);return await e.json()}async function l$(e){let r=await(await fetch(`${s$}/login/oauth/access_token`,{method:"POST",headers:{accept:"application/json","content-type":"application/json"},body:JSON.stringify({client_id:_c,device_code:e,grant_type:"urn:ietf:params:oauth:grant-type:device_code"})})).json();if(r.access_token)return{status:"linked",login:await l1(r.access_token)};switch(r.error){case"authorization_pending":return{status:"pending"};case"slow_down":return{status:"slow_down",interval:r.interval??10};case"expired_token":return{status:"expired"};case"access_denied":return{status:"denied"};default:throw new Error(`GitHub returned an unexpected error (${r.error}).`)}}async function l1(e){let t=await fetch(`${c1}/user`,{headers:{accept:"application/vnd.github+json",authorization:`Bearer ${e}`,"user-agent":"gamestage-cli"}});if(!t.ok)throw new Error(`GitHub would not identify the account (${t.status}).`);let r=await t.json();if(!r.login)throw new Error("GitHub returned an account with no login.");return r.login}ft();pe();var d1=e=>new Promise(t=>setTimeout(t,e));async function d$(){let{client:e}=await de();try{let t=await c$();M()?F({ok:!0,status:"awaiting_authorisation",userCode:t.user_code,verificationUri:t.verification_uri,clientId:_c}):(N("Link GitHub"),O("Code",t.user_code),O("Open",t.verification_uri),g(),E("Enter the code on that page. This waits until you do."),g());let r=Date.now()+t.expires_in*1e3,o=Math.max(t.interval,5);for(;Date.now()<r;){await d1(o*1e3);let n=await l$(t.device_code);if(n.status==="pending")continue;if(n.status==="slow_down"){o=n.interval;continue}if(n.status==="denied")return R("You declined the request on GitHub.");if(n.status==="expired")return R("The code expired. Run `gamestage link github` again.");let{workspace:i}=await e.linkGitHub(n.login);if(M())return F({ok:!0,status:"linked",github:i.github});N("Linked"),O("Account",n.login),g(),E("Your first deploy is no longer gated. Run `gamestage deploy`."),g();return}R("The code expired before it was entered.")}catch(t){Ee(t)}}An();ft();pe();ne();var u1=e=>new Promise(t=>setTimeout(t,e));function p1(e){process.stderr.write(JSON.stringify({ok:!0,status:"awaiting_approval",user_code:e.user_code,verification_uri:e.verification_uri,verification_uri_complete:e.verification_uri_complete,expires_in:e.expires_in},null,2)+`
10202
- `)}async function u$(e,t,r){let{client:o}=await de(),n=await Rs(o),i=Yo(n),a=n.access==="approved"||n.access==="pending"?n.workspace:void 0,s=a!==void 0&&!yk(a),l;if(r&&(l=await o.getWorkspace().then(d=>d.id).catch(()=>{})),M()){F({ok:i.ok,status:i.status,access:i.access,...i.code?{code:i.code}:{},message:i.message,next:i.next,email:e.email,...t?{stored_in:t}:{},control_plane:Se,...s?{terms:{accepted:!1,url:xs,version:ks}}:{}}),i.ok||process.exit(1);return}g(),N("Signed in"),O("Account",e.email??e.userId??"unknown"),t&&O("Token stored in",t==="keychain"?"your macOS keychain":"~/.gamestage (owner only)"),g(),E("Never written into the project, and never passed to your agent."),E("`gamestage logout` removes it."),r&&l&&l!==r?(g(),N("Not the workspace you asked for"),O("You asked for",r),O("You are in",l),g(),E("This usually means the browser signed you in as a different account. `gamestage logout` and run this again to pick another.")):r&&l&&O("Workspace",l),Cr(i),s&&(N("Terms of Service"),g(` ${h1}`),g()),i.ok||process.exit(1)}var h1=`Read the Gamestage Terms of Service at ${xs} and accept them at ${gk} before your account can be approved or a game deployed. You must accept them yourself in a browser; an agent cannot accept them for you.`;async function p$(e){let t=await be();if(t){await u$(t,void 0,e);return}let r;try{r=await px()}catch(s){R("Could not reach the sign-in service.",[String(s)])}if(M())p1(r);else{N("Sign in to Gamestage"),g(" This also creates your account if you do not have one. Google or email."),g(" A new account is approved by a person, so this may end in a wait."),g(),O("Open",r.verification_uri_complete),O("Or enter",`${r.user_code} at ${r.verification_uri}`);let s=!!process.env.GAMESTAGE_CREDENTIALS;s&&(g(),g(" Signing in to a second credential file, so this does NOT open a browser."),E("Opening it here would hand the address to the browser you are already signed in to, which approves as that account instantly and with nothing to click."),E("Copy the address above into a private window and approve it there."),E("Signing out at auth.gamestage.ai first works too.")),g(),g(" Waiting for you to confirm in the browser..."),s||mx(r.verification_uri_complete)}let o=Date.now()+r.expires_in*1e3,n=r.interval*1e3,i=null;for(;Date.now()<o;){await u1(n);let s=await hx(r.device_code);if(s.status==="ok"){i=s.session;break}if(s.status==="slow_down"){n+=5e3;continue}s.status!=="pending"&&(s.status==="expired"&&R("That code expired.",["Run `gamestage login` again."]),R("Sign-in was refused.",[s.reason]))}i||R("Timed out waiting for approval.",["Run `gamestage login` again."]);let a=await Wm(i);await u$(i,a,e)}async function h$(){let e=await be();if(await gx(),M()){F({ok:!0,status:e?"signed_out":"not_signed_in"});return}N(e?"Signed out":"Not signed in"),e&&O("Removed",e.email??"session"),g()}async function m$(){let e=await be();if(M()){F(e?{ok:!0,signed_in:!0,email:e.email,user_id:e.userId}:{ok:!0,signed_in:!1});return}if(!e){N("Not signed in"),g(),E("Inspecting, scaffolding and local rounds need no account."),E("Run `gamestage login` when you want to deploy a playground."),g();return}N("Signed in"),O("Account",e.email??"unknown"),e.userId&&O("User",e.userId),g(),E("`gamestage status` says whether this account is approved."),g()}ne();An();import{readdir as m1,readFile as f$,stat as f1}from"node:fs/promises";pe();import{homedir as g1}from"node:os";import{join as y1}from"node:path";async function v1(e){let t=[];try{t=await m1(e)}catch{}let r=t.filter(a=>!a.startsWith(".")),o=[];for(let a of r)/\.html?$/.test(a)&&o.push(a);let n=!1,i;for(let a of["gamestage.yaml","gamestage.yml"])try{await f1(`${e}/${a}`),n=!0;try{let s=se(await f$(`${e}/${a}`,"utf8"));s.ok&&(i=!!s.manifest.backend.round)}catch{}break}catch{}return{has_manifest:n,has_package_json:r.includes("package.json"),html_files:o,is_empty:r.length===0,has_round:i}}function b1(e,t){let r=[],o="";for(let n of e.split(" "))o&&o.length+1+n.length>t?(r.push(o),o=n):o=o?`${o} ${n}`:n;return o&&r.push(o),r}async function w1(){try{return(await f$(y1(g1(),".claude","skills","gamestage","SKILL.md"),"utf8")).match(/^Pack version ([0-9][0-9-]*)\.$/m)?.[1]??null}catch{return null}}async function g$(){let e=process.cwd(),t=await v1(e),r=t.has_manifest?t.has_round===!1?"round":t.has_round===!0?"play":"continue":t.has_package_json||t.html_files.length>0?"inspect":"create",o={continue:{command:X("manifest validate gamestage.yaml"),why:"This project already has an App Manifest. Check where it stands.",prompt:"Tell me where this Gamestage project stands. Run `npx gamestage manifest validate gamestage.yaml` and `npx gamestage status`, then summarise what is done and what is left before it could go live."},round:{command:"edit gamestage.yaml, add backend.round",why:`The manifest names a format but no round, so there is no game for the Engine to serve yet. The round is the content the server owns: the board a player sees and the answers they never do. Until it is there, \`${X("dev")}\` serves the contract fixture rather than your game, and \`${X("verify")}\` has nothing to verify.`,prompt:"This project has a Gamestage manifest with no round yet. Write the round into gamestage.yaml from the game's own content, and keep every answer out of the page and out of anything the browser downloads."},play:{command:X("dev"),why:"The manifest declares a round. Serve it locally, through the real Engine.",prompt:"Serve this Gamestage game locally with `npx gamestage dev`, open it, and make a play. Then tell me whether the Engine decided the outcome or the page did."},inspect:{command:X("inspect ."),why:"There is a game here already. Read it read-only and produce an inspection report.",prompt:"Take the game in this folder to production with Gamestage. Start with `npx gamestage inspect .`, which changes nothing, and tell me what has to move out of the page before you edit anything."},create:{command:X("create"),why:"Nothing to inspect. Start a new game from a concept.",prompt:"Build me a new game with Gamestage. Ask me which format it should be and what it is about before you scaffold anything, rather than choosing for me."}},n=await be().catch(()=>null);if(M()){F({ok:!0,cwd:e,version:Je,detected:t,route:r,next:o[r],prompt:o[r].prompt,docs:{start:"https://gamestage.ai/start.md",schema:"https://gamestage.ai/schemas/app-manifest/1.0"},invocation:wi(),account:{signed_in:!!n?.email,email:n?.email??null,sign_in:X("login")},authentication:n?.email?`Signed in as ${n.email}. \`${X("deploy")}\` also needs the account approved; \`${X("status")}\` says whether it is.`:`Not signed in. \`${X("inspect")}\`, \`${X("create")}\` and \`${X("manifest validate")}\` work without an account, so do that work now. \`${X("dev")}\`, \`${X("verify")}\` and \`${X("deploy")}\` refuse until \`${X("login")}\`, which creates the account too. Tell the person once, when you reach the first command that needs it.`});return}N(`Gamestage ${Je}`);let i=Vo?await w1():null;if(i&&Vo&&i<Vo&&g(S.dim(` Your installed Gamestage skill is ${i}; the current one is ${Vo}.
10203
- Refresh it: `)+S.cyan("npx skills add https://gamestage.ai/skill")),g(S.dim(" Take an agent-built game to production, on the platform behind the")),g(S.dim(" world's biggest fan experiences.")),N("What this does"),g(S.dim(` Your game keeps its interface. Its answers, scoring and locks move
10244
+ `,n=e.search(/<script\b/i);if(n===-1){let i=e.search(/<\/head>/i);return i===-1?o+e:e.slice(0,i)+o+e.slice(i)}return e.slice(0,n)+o+e.slice(n)}async function Gr(e,t,r,o){let n=await fetch(e,{method:"PUT",body:typeof t=="string"?new Uint8Array(Buffer.from(t,"utf8")):t,headers:{"content-type":r,...o?{"cache-control":o}:{}}});n.ok||L(`Upload refused with ${n.status}. Ask for a fresh URL and retry.`)}function Sc(e){let t=new URL(e.publicUrl);return t.pathname=`/${e.key.split("/").map(encodeURIComponent).join("/")}`,t.search="",t.hash="",t.toString()}function kD(e){switch(fD(e).toLowerCase()){case".html":return"text/html; charset=utf-8";case".css":return"text/css; charset=utf-8";case".js":case".mjs":return"text/javascript; charset=utf-8";case".json":return"application/json; charset=utf-8";case".svg":return"image/svg+xml";case".png":return"image/png";case".jpg":case".jpeg":return"image/jpeg";case".gif":return"image/gif";case".webp":return"image/webp";case".ico":return"image/x-icon";case".webmanifest":return"application/manifest+json; charset=utf-8";case".wasm":return"application/wasm";default:return"application/octet-stream"}}async function xD(e,t,r,o={}){let n=gD(r),i;try{i=$g(n)}catch{throw L(`Cannot read ${r}.`),new Error("unreachable")}let a=await rf({path:n,relativePath:r},o.round);a&&L(`${r} ${a.why}`,["A deploy is a publishing act, and --file publishes this file as the game's","own page. Point --file at the game's HTML, or use --dir and let the gate","withhold what the page does not need."]);let s=await e.uploadTarget(t,"index.html"),c=a$(Xo(i.toString("utf8")),`${s.playerApiOrigin}`,t);await Gr(s.uploadUrl,c,"text/html; charset=utf-8",s.cacheControl);let d=await e.uploadTarget(t,ge);await Gr(d.uploadUrl,zn,"text/javascript; charset=utf-8",d.cacheControl);let u=await e.uploadTarget(t,ie);await Gr(u.uploadUrl,Xe,"text/javascript; charset=utf-8",u.cacheControl);let p=await e.uploadTarget(t,Pt);return await Gr(p.uploadUrl,qo,"image/svg+xml",p.cacheControl),M()||(f(),E(`Uploaded ${r} to ${Sc(s)}`),E(`Wired it to ${s.playerApiOrigin} as "${t}"`),E(`Shipped @monterosa/gamestage beside it (${at})`),E(`Shipped the player client beside it (${pn})`)),Sc(s)}async function SD(e,t,r,o,n){if(o||!e||!t)return;let{browserCheck:i}=await Promise.resolve().then(()=>(Sg(),ZE));ED(await i(e,t,r,n))}function ED(e){if(e.status==="verified"){N("Checked","the page loads and plays in a browser"),f();return}if(e.status==="skipped"){E(S.dim(`Not checked in a browser: ${e.detail??""}`.trim())),f();return}R("The published page did not start"),f(` ${e.detail??""}`),f(),E("The files are published, so the game is live and broken rather than unpublished."),E(`${S.cyan("gamestage verify")} the same check, with the rest of them`),f(),process.exitCode=1}function $D(e){for(let t of e.walkedPast)E(`Walked past ${t}: it is a toolchain directory, not your game.`);for(let t of e.allowed)E(`Published ${t.path} because you allowed it.`);for(let t of e.withheld)E(`Withheld ${t.path} from the upload: it ${t.why}`);e.refuse&&L(`${e.refuse.path} ${e.refuse.why}`,["A deploy is a publishing act, so this file would sit at a public URL beside","your game. Remove it from the directory, or point --dir at a directory that","does not contain it, and deploy again."])}async function TD(e,t,r,o={}){let n;try{n=sf(r)}catch(_){throw L(_ instanceof Error?_.message:`Cannot read ${r}.`),new Error("unreachable")}let i=await Ux(n,{...o,exempt:[ie,ge]});$D(i);let a=i.publish,s=a.find(_=>_.relativePath==="index.html");s||L(`Directory ${r} must contain an index.html file.`);let c=$g(s.path,"utf8"),d=ef(c),u=a.some(_=>_.relativePath==="favicon.ico"),p=a.some(_=>_.relativePath===Pt),h=!d&&!u,m=h&&!p,g=Eg();if(g!=="0.0.0-test"){let _=`${It}/client/${g}/${ie}`,w=!1;try{w=(await fetch(_,{method:"HEAD"})).ok}catch{w=!0}w||L(`The client this deploy would pin, ${g}, is not published yet.`,[`Every page uploaded here will import ${_},`,"which answers 404 today. The game would load, fetch nothing, and show a","blank screen with no error anywhere.","","Deploy the site first: it is what serves /client/<version>/.","",`${S.cyan("node scripts/deploy.mjs site")} then run this deploy again`])}let T;for(let _ of a){if(_.relativePath===ie||_.relativePath===ge)continue;let w;try{w=await e.uploadTarget(t,_.relativePath)}catch(B){throw new Error(`${_.relativePath} cannot be published: ${B instanceof Error?B.message:String(B)}`,{cause:B})}_.relativePath==="index.html"&&(T=w);let x=$g(_.path),C=/\.(m?js)$/i.test(_.relativePath),K=/\.html$/i.test(_.relativePath)?a$(HE(h&&_.relativePath==="index.html"?Xo(x.toString("utf8")):x.toString("utf8"),Eg()),w.playerApiOrigin,t):C?HE(x.toString("utf8"),Eg()):x;await Gr(w.uploadUrl,K,kD(_.relativePath),w.cacheControl)}if(m){let _=await e.uploadTarget(t,Pt);await Gr(_.uploadUrl,qo,"image/svg+xml",_.cacheControl)}let y=[...a.map(_=>_.relativePath),...m?[Pt]:[]];try{await e.pruneBundle(t,y);for(let _ of i.withheld)E(`Removed ${_.path} from the playground.`)}catch(_){let w=_ instanceof Error?_.message:String(_),x=i.withheld.map(C=>C.path);R("The playground still holds files this deploy did not publish"),f(` ${w}`),f(),x.length?(E(`Could not remove ${x.join(", ")} from the playground: ${w}`),E("Anything an earlier deploy put there is still being served.")):E("Anything an earlier deploy put there is still being served."),f(),process.exitCode=1}if(!M()&&T&&(f(),E(`Uploaded ${a.length} files from ${r}`),E(`Playground: ${Sc(T)}`),E(`Wired it to ${T.playerApiOrigin} as "${t}"`),m&&E("Added a replaceable starter favicon")),!T)throw new Error("The directory index was not uploaded.");return Sc(T)}In();ne();import{readFile as BD}from"node:fs/promises";ne();var c$="player-conformance",Pg="round-current",AD="sha256:emulator-conformance";function Rt(e){return structuredClone(e)}function _t(){return{server_time:"2026-08-01T09:00:00.000Z",snapshot:AD}}var ID="2026-08-01T08:00:00.000Z";function PD(e){let t=e==="per-player-challenge",r=e==="locked";return{..._t(),id:Pg,number:412,version:2,...r?{locks_at:ID}:{},can:{accepting_plays:!r,results_available:!1,solution_revealed:!1,closed:!1,optimistic_play:!1},challenge_instance_id:t?"challenge-player-conformance":null,challenge:{prompt:"alpha"}}}function s$(e,t){let r=t==="mistakes";return{..._t(),player_id:c$,round_id:e,attempts_used:r?6:0,attempts_allowed:10,mistakes_used:r?2:0,mistakes_allowed:4,progress:r?{solved:["group-1"]}:{},score:r?10:0,score_revision:0,finished:!1,outcome:r?"incomplete":void 0}}function CD(e){let t=PD(e),r=new Map([[t.id,t]]),o=new Map([[t.id,s$(t.id,e)]]);return e==="solution-disclosure"&&(r.set("round-revealed",{...t,id:"round-revealed",number:411,version:3,can:{accepting_plays:!1,results_available:!0,solution_revealed:!0,closed:!0,optimistic_play:!1},solution:{answer:"revealed-alpha"}}),o.set("round-revealed",s$("round-revealed",e))),{runtime:{..._t(),game:"conformance-game",api_version:"2.0",archetype:e==="at-settlement"?"predict":"group",marking:e==="at-settlement"?"at_settlement":"at_commit",challenge_source:e==="per-player-challenge"?"per_player":"shared",schedule:{kind:"continuous"},updates:{transport:"poll",freshness_seconds:30},display:{title:"Conformance game"},identity:{required:!1,provider:"identify",anonymous_play:!0},archive:!0,capabilities:["plays","profile","leaderboard"]},rounds:r,roundStates:o,leaderboard:{..._t(),round_id:Pg,order:"high_first",tie_break:"earliest_play",entries:[{rank:1,player_id:"player-example",display_name:"Example",score:20}],total:1,truncated:!1},profile:{..._t(),player_id:c$,display_name:"Example",played:0,won:0,current_streak:0,max_streak:0,distribution:{},constraints:{}},plays:new Map,intents:new Map,nextPlay:1}}function Ec(e,t){return{..._t(),play_id:`rejected-${e.nextPlay++}`,outcome:"rejected",reason:t,round_version:2,marked:!1,feedback:[]}}function Cg(e){let t=CD(e);return{async getRuntime(){return Rt(t.runtime)},async getCurrentRound(){return Rt(t.rounds.get(Pg))},async getRound(r){let o=t.rounds.get(r);return o?Rt(o):void 0},async play(r,o){let n=t.rounds.get(r);if(!n)return Ec(t,"round_not_found");let i=Es({round_id:r,round_version:o.round_version,challenge_instance_id:o.challenge_instance_id,payload:o.payload}),a=t.plays.get(o.idempotency_key);if(a)return t.intents.get(o.idempotency_key)!==i?Ec(t,"idempotency_conflict"):{...Rt(a),outcome:"duplicate"};if(o.round_version!==n.version)return{..._t(),play_id:`stale-${t.nextPlay++}`,outcome:"stale",reason:"round_version",round_version:n.version,marked:!1,feedback:[]};if(n.challenge_instance_id!==null&&o.challenge_instance_id!==n.challenge_instance_id)return Ec(t,"challenge_instance_id");if(n.locks_at!==void 0&&n.locks_at<=_t().server_time)return Ec(t,"lock_deadline_passed");let s=t.roundStates.get(r),c=t.runtime.marking==="at_settlement",d={...s,..._t(),attempts_used:s.attempts_used+1,score:s.score+(c?0:10),finished:!c,outcome:c?"pending":"won"},u={..._t(),play_id:`play-${t.nextPlay++}`,outcome:"accepted",round_version:n.version,marked:!c,feedback:c?[]:[{key:"answer",verdict:"correct"}],round_state:Rt(d)};return t.roundStates.set(r,d),t.plays.set(o.idempotency_key,u),t.intents.set(o.idempotency_key,i),d.finished&&!s.finished&&(t.profile=Ss(t.profile,d.outcome)),Rt(u)},async getRoundState(r){let o=t.roundStates.get(r);if(!o)throw new Error(`No such round: ${r}`);return Rt(o)},async getProfile(){return Rt(t.profile)},async getLeaderboard(){return Rt(t.leaderboard)}}}function OD(){return e=>Cg(e)}var vH=OD();ne();import{createServer as ND}from"node:http";function Rn(e){let t=e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return new RegExp(`^${t.replace(/\\\{[^}]+\\\}/g,"([^/]+)")}$`)}var RD=Rn(ae.runtime),LD=Rn(ae.currentRound),DD=Rn(ae.round),jD=Rn(ae.plays),MD=Rn(ae.roundState),UD=Rn(ae.profile),zD=Rn(ae.leaderboard);function ln(e,t,r){let o=JSON.stringify(r);e.writeHead(t,{"content-type":"application/json; charset=utf-8","content-length":Buffer.byteLength(o)}),e.end(o)}function Br(e,t,r,o){ln(e,t,{error:{code:r,message:o,retryable:!1}})}async function FD(e){let t=[];for await(let r of e)t.push(Buffer.from(r));if(t.length!==0)return JSON.parse(Buffer.concat(t).toString("utf8"))}async function GD(e,t,r,o){if(!e.url){Br(t,400,"invalid_request","The request URL is missing.");return}let i=new URL(e.url,"http://localhost").pathname;if(e.method==="GET"){if(o&&/^\/(client\/[^/]+\/)?gamestage\.js$/.test(i)){t.writeHead(200,{"content-type":"text/javascript; charset=utf-8","cache-control":"no-store","access-control-allow-origin":"*","content-length":Buffer.byteLength(o)}),t.end(o);return}if(RD.test(i)){ln(t,200,await r.getRuntime());return}if(LD.test(i)){ln(t,200,await r.getCurrentRound());return}let a=DD.exec(i);if(a){let c=await r.getRound(decodeURIComponent(a[2]));if(!c){Br(t,404,"round_not_found","The requested round was not found.");return}ln(t,200,c);return}let s=MD.exec(i);if(s){let c=decodeURIComponent(s[2]);try{ln(t,200,await r.getRoundState(c))}catch{Br(t,404,"round_not_found","The requested round was not found.")}return}if(UD.test(i)){ln(t,200,await r.getProfile());return}if(zD.test(i)){ln(t,200,await r.getLeaderboard());return}}if(e.method==="POST"){let a=jD.exec(i);if(a){try{let s=await FD(e);ln(t,200,await r.play(decodeURIComponent(a[2]),s))}catch(s){Br(t,400,"invalid_request",s instanceof SyntaxError?"The request body must be valid JSON.":"The request body is invalid.")}return}}Br(t,404,"not_found","The requested player API route was not found.")}function $c(e="default",t){let r=Cg(e);return ND((o,n)=>{GD(o,n,r,t).catch(()=>{n.headersSent?n.destroy():Br(n,500,"internal_error","The emulator could not answer the request.")})})}xt();dg();yt();ue();async function WD(e){let t;try{t=await BD(e,"utf8")}catch{return}let r=pe(t);if(!r.ok){L(`${e} is not a valid App Manifest.`,r.issues.map(o=>`${S.cyan(o.path)} ${o.message}`));return}return r.manifest}async function KD(e){let t=Number(e.port);if(!Number.isInteger(t)||t<0||t>65535)throw new Error("--port must be an integer between 0 and 65535");let r=e.scenario??"default";if(e.fixture)return{server:$c(r,Xe),what:"fixture",fixtureReason:"requested",game:"conformance-game"};let o=await WD(e.manifest??"gamestage.yaml");if(!o)return{server:$c(r,Xe),what:"fixture",fixtureReason:"no-manifest",game:"conformance-game"};let n=o.backend.round;if(!n){let a=o.interaction_cloud.elements.length?"studio-round":"unconfigured";return{server:$c(r,Xe),what:"fixture",fixtureReason:a,game:o.app.id,title:o.app.title}}let i=o.backend.archetype;return i&&i!==n.archetype&&L(`The manifest declares the ${i} format and a ${n.archetype} round.`,["One of the two is wrong. The round decides what the Engine marks."]),On.includes(n.archetype)||L(`No Engine here serves the ${n.archetype} format yet.`,[`Built so far: ${On.join(", ")}. \`gamestage dev --fixture\` serves`,"the contract fixture if you are working against the wire rather than the rules."]),{server:await _c({game:o.app.id,round:n,title:o.app.title,identityRequired:!!e.as,clientBundle:Xe}),what:"engine",game:o.app.id,round:n,title:o.app.title,containerLabel:o.experience.container_label,as:e.as}}async function l$(e){await Yo();let t=await KD(e),{server:r}=t,o=()=>new Promise((u,p)=>{r.close(h=>h?p(h):u())}),n=new Promise(u=>{let p=async()=>{process.off("SIGINT",p),process.off("SIGTERM",p),await o(),u()};process.once("SIGINT",p),process.once("SIGTERM",p)});await new Promise((u,p)=>{r.once("error",p),r.listen(Number(e.port),"127.0.0.1",()=>u())});let i=r.address();if(!i||typeof i=="string")throw new Error("The local server did not report its listening address");let a=`http://127.0.0.1:${i.port}`,s,c;t.as&&(s=await cg(a),r.attachDevIdentity?.(s),c=await s.mint(t.as));let d=(await we().catch(()=>null))?.email;if(M())F({ok:!0,status:"listening",serving:t.what,baseUrl:a,game:t.game,round:t.round?{number:t.round.number,id:`round-${t.round.number}`}:null,round_source:t.round?"manifest":"stand-in",...t.fixtureReason?{fixture_reason:t.fixtureReason}:{},...s&&c?{identity:{as:t.as,player_id:`id:${t.as}`,issuer:s.issuer,jwks_uri:s.jwksUri,token:c,required:!0}}:{}});else if(t.what==="engine"){R(t.title??t.game);let u=hn(t.containerLabel);N("Serving",`your ${hn(t.containerLabel,{lower:!0})}, through the real Engine`),N(u,`${t.round.number} (round-${t.round.number})`),N("API",a),N("Game id",t.game),d&&N("Signed in",d),f(),E(`<script src="${a}/gamestage.js"></script>`),E(`window.GAMESTAGE_API = "${a}"`),E(`window.GAMESTAGE_GAME = "${t.game}"`),c&&E(`window.GAMESTAGE_TOKEN = "${c}"`),f(),s&&c&&(N("Playing as",`${t.as} (${S.cyan(`id:${t.as}`)})`),N("Identity","required, so an anonymous play is refused here too"),N("Keys",s.jwksUri),f(),E("A real RS256 token, validated by the code that validates a customer's. The keypair lives for this run only."),E(`This harness cannot be deployed: its issuer is a loopback URL, and ${S.cyan("gamestage manifest validate")} refuses a manifest that names one.`),f()),E(`Edit the ${hn(t.containerLabel,{lower:!0})} in your manifest and restart to see it change.`),f()}else R(t.fixtureReason==="studio-round"?"Studio round, unavailable locally":t.fixtureReason==="unconfigured"?"No round configured yet":"Serving the contract fixture"),N("API",a),N("Game id",t.game),f(),E(`<script src="${a}/gamestage.js"></script>`),f(),t.fixtureReason==="studio-round"?(E("A round is configured in Studio, but `gamestage dev` cannot reach it."),E("Play the deployed game to use the Studio round. This fixture is only local wiring.")):t.fixtureReason==="unconfigured"?(E("No round is configured in Studio yet. This local run is a Gamestage stand-in, not your game."),E("Set up the first round in Studio, then play the deployed game.")):(E("There is no round here to serve, so this is the shell rather than your game."),E("`dev` reads a round from the manifest and is the one place that may: it is a local harness and deploys nothing. A game's real content lives in Studio, where a producer can change it without you.")),f();await n}Sg();ne();ue();import{stat as ZD}from"node:fs/promises";async function d$(){let e=[],[t]=process.versions.node.split(".").map(Number);e.push({id:"node",label:"Node.js",ok:t>=20,detail:t>=20?`v${process.versions.node}`:`v${process.versions.node} - Gamestage needs Node 20 or newer`,blocking:!0}),e.push({id:"schema",label:"Manifest schema",ok:!0,detail:`v${zo} bundled`,blocking:!1});let r=!1;try{await ZD("gamestage.yaml"),r=!0}catch{}e.push({id:"manifest",label:"App Manifest",ok:r,detail:r?"gamestage.yaml found":"none here yet \u2014 `gamestage inspect .` or `gamestage create` makes one",blocking:!1}),e.push({id:"auth",label:"Signed in",ok:!1,detail:"not signed in \u2014 only needed to deploy",blocking:!1});let o=e.filter(n=>!n.ok&&n.blocking);M()&&(F({ok:o.length===0,checks:e}),process.exit(o.length===0?0:1)),R("Environment");for(let n of e){let i=n.ok?S.green("ok"):n.blocking?S.red("blocked"):S.dim("--");f(` ${i.padEnd(18)} ${n.label.padEnd(16)} ${S.dim(n.detail)}`)}f(),o.length&&(f(` ${S.red("Fix the blocked items above before continuing.")}`),f(),process.exit(1)),f(` ${S.green("Ready.")}`),f()}ws();ne();In();import{readFile as d1,stat as u1,writeFile as p1}from"node:fs/promises";import{createHash as h1}from"node:crypto";import{basename as m1}from"node:path";yt();vg();xt();import{readdir as HD,readFile as Tc,stat as Og}from"node:fs/promises";import{createHash as VD}from"node:crypto";import{basename as p$,extname as YD,join as Ng,relative as JD}from"node:path";var qD=new Set(["node_modules",".git","dist","build",".next",".wrangler","coverage"]),XD=new Set([".html",".htm",".js",".mjs",".cjs",".jsx",".ts",".tsx",".vue",".svelte"]);function QD(e){return VD("sha256").update(e).digest("hex").slice(0,16)}var e1={[ge]:pn,[ie]:at};function t1(e){let t=p$(e.relative),r=e1[t];return!r||QD(e.text)!==r?null:`${t} is the Gamestage client \`gamestage client\` generated. It reads an Engine verdict; it does not decide one, and the words that make it look like a leak (answer, correct, target) are how it talks to the Engine.`}async function n1(e,t=200){let r=await Og(e),o=[],n=[],i=s=>{let c=t1(s);c?n.push({file:s.relative,reason:c}):o.push(s)};if(r.isFile())return i({path:e,relative:p$(e),text:await Tc(e,"utf8")}),{files:o,skipped:n};let a=async s=>{if(o.length>=t)return;let c=await HD(s,{withFileTypes:!0});for(let d of c){if(o.length>=t)return;if(d.name.startsWith(".")&&d.name!==".openai")continue;let u=Ng(s,d.name);if(d.isDirectory()){if(qD.has(d.name))continue;await a(u)}else if(XD.has(YD(d.name)))try{i({path:u,relative:JD(e,u),text:await Tc(u,"utf8")})}catch{}}};return await a(e),{files:o,skipped:n}}function r1(e,t){let r=e.text.split(`
10245
+ `);for(let o=0;o<r.length;o++)if(t.test(r[o]))return{file:e.relative,line:o+1,excerpt:r[o].trim().slice(0,120)};return null}async function o1(e,t){if(!(await Og(e)).isFile())try{let o=JSON.parse(await Tc(Ng(e,"package.json"),"utf8"));if(o.name)return o.name.replace(/^@[^/]+\//,"")}catch{}for(let o of t){if(!/\.html?$/.test(o.relative))continue;let n=/<h1[^>]*>([^<]+)<\/h1>/i.exec(o.text);if(n){let a=u$(n[1]);if(a)return a}let i=/<title[^>]*>([^<]+)<\/title>/i.exec(o.text);if(i){let a=u$(i[1].split(/\s+[|\u2013\u2014-]\s+/)[0]);if(a)return a}}return null}function u$(e){let t=e.replace(/\s+/g," ").trim();return/[a-z0-9]/i.test(t)?t.slice(0,60):null}var i1=[{id:"client-scoring",title:"Scoring runs in the browser",detail:"Score is computed client-side, so a player can edit it. Scoring must move into the Game Engine and the client must render a server-returned result.",patterns:[/\b\w*(score|points|total)\s*\+=/i,/\b\w*(score|points|total)\w*\s*=\s*\w*\s*[+*]/i,/function\s+\w*(calculate|compute|get)\w*(score|points|total|tier)/i],remedy:{delete:"the score arithmetic in the browser, and the answer set it marks against",call:"const result = await client.play(round.id, { picks, roundVersion: round.version }, newIdempotencyKey())",render:"result.round_state?.score, and result.feedback[].verdict per pick. `round_state` is absent where a game marks at settlement, so read it optionally",move:"the answer set into `backend.round.targets` in gamestage.yaml, where a deploy provisions it into the Engine",keep:"every bit of the rendering, the animation and the copy",because:"a score the browser computes is a score a player can set"},remedies:{push:{delete:"the running total, the bust comparison and the tier table, and the dataset the values came from",call:"const result = await client.play(round.id, { picks: [key], roundVersion: round.version }, newIdempotencyKey())",render:"result.round_state?.progress.total for the running total, .bust for whether they went over, and .tier for the rank. The value each pick contributed comes back in result.feedback[0].label",move:"what each pick is worth into `backend.round.slates[].entries[].value` in gamestage.yaml, and the ceiling into `backend.round.target`",keep:"every bit of the rendering, the animation and the copy",because:"a game whose whole mechanic is arithmetic is finished the moment its numbers reach the browser, whatever the page does afterwards"}}},{id:"client-outcome",title:"The result is decided in the browser",detail:"Win, loss or result tier is determined client-side, so the outcome cannot be trusted. The Engine must decide the outcome and return it as a committed decision.",patterns:[/\b(bust|win|won|lost|passed|failed)\s*=\s*\w+\s*[<>=]/i,/\bgetTier\s*\(|\bdetermine(Result|Outcome|Winner)/i],remedy:{delete:"the local decision about winning, losing or a result tier",call:"const result = await client.play(round.id, input, newIdempotencyKey())",render:"result.round_state?.outcome, which is won, lost, incomplete or pending",keep:"how the outcome is presented, including the celebration",because:"an outcome the page decides is one it can be persuaded to decide differently"},remedies:{push:{delete:"the bust comparison and the function that turns a distance into a rank",call:"const result = await client.play(round.id, { picks: [key], roundVersion: round.version }, newIdempotencyKey())",render:"result.round_state?.progress.bust and .tier, which are decided on commit: the total only grows, so passing the target ends the round then rather than at the last pick",move:"the rank ladder into `backend.round.tiers`, as fractions of the target",keep:"how the result is presented, including the celebration",because:"a rank the page awards is one it can award itself"}}},{id:"client-answers",title:"Answers or targets are present in client code",detail:"The solution set ships to the browser, so it can be read before play. Answers must be held server-side and never cross the wire.",patterns:[/\b(answer|solution|correct)(Key|Set|s)?\s*[:=]/i,/\bisCorrect\s*[:=(]/i,/\b\w*(target|answer|solution)\w*\s*=\s*[[{](?!.*(fetch|await|response))/i,/\b(target|answer|solution)s?\s*:\s*[^,}\n]/i],remedy:{delete:"the array or object holding the correct answers",call:"const round = await client.getCurrentRound()",render:"round.challenge for what the player picks from. The Engine returns the verdict; the page never knows the answer until the round reveals it",move:"the answers into `backend.round.targets` in gamestage.yaml. Deleting them without moving them leaves the Engine nothing to mark against",keep:"the board, the layout and the interaction",because:"a solution in the bundle can be read before anybody plays"},remedies:{push:{delete:"the dataset the contributions are looked up in",call:"const round = await client.getCurrentRound()",render:"round.challenge.slates, which carry each pick's key and label and no value at all. What a pick was worth arrives as feedback once it has been committed",move:"the values into `backend.round.slates[].entries[].value` in gamestage.yaml. Deleting them without moving them leaves the Engine nothing to count",keep:"the board, the layout and the interaction",because:"knowing every contribution is knowing which picks land on the target, which is the whole game"}}},{id:"client-play-limit",title:"Play limiting relies on browser storage",detail:"Attempt limits enforced through localStorage or cookies reset when storage is cleared. Limits must be enforced against an identified player server-side.",patterns:[/localStorage\.(set|get)Item\s*\(\s*['"`][^'"`]*(play|attempt|tries|daily|limit)/i,/sessionStorage\.(set|get)Item/i],remedy:{delete:"the localStorage or cookie bookkeeping that counts attempts",call:"const state = await client.getRoundState(round.id)",render:"state.attempts_used against state.attempts_allowed, and the same pair for mistakes",move:"the limits into `backend.round.attemptsAllowed` and `mistakesAllowed`",keep:"how the remaining attempts are shown",because:"a limit in storage is a limit that clearing storage removes"},remedies:{push:{delete:"the localStorage bookkeeping that remembers today's game",call:"const state = await client.getRoundState(round.id)",render:"state.attempts_used against state.attempts_allowed for picks taken, and state.finished for whether today is done",move:"the number of picks into `backend.round.slates`: one slate is one pick",keep:"how the remaining picks are shown",because:"a game that remembers in the browser is one a cleared browser lets you play again"}}},{id:"client-randomness",title:"The daily challenge is chosen in the browser",detail:"Client-side randomness means players can reroll until they like the challenge, and no two players share a verifiable daily. Selection must be server-issued.",patterns:[/Math\.random\s*\(\)/,/\b(daily|today|challenge)\w*\s*=\s*.*Math\.random/i],remedy:{delete:"the Math.random() that chooses the challenge",call:"const round = await client.getCurrentRound()",render:"round.challenge, which is the same for everyone playing that round",keep:"randomness that is only decoration, such as confetti or shuffling how options are laid out",because:"a challenge the browser picks is one a player can reroll, and no two players share a daily worth comparing"},remedies:{push:{delete:"the Math.random() that chooses which team and season comes up",call:"const round = await client.getCurrentRound()",render:"round.challenge.slates in order: slate n is pick n. Keep the spin as an animation over a choice the round has already made",move:"the sequence into `backend.round.slates`, one per pick",keep:"the spin, the reveal and every bit of its timing",because:"a slate the browser draws is one a player can redraw, and it means no two players played the same day"}}},{id:"client-time",title:"Round timing uses client time",detail:"Device clocks can be changed. Open, lock and settle decisions must use authoritative server time.",patterns:[/new Date\(\)\.getTime\(\)/,/Date\.now\(\)\s*[<>]/],remedy:{delete:"the comparisons against Date.now() that decide whether the round is open",call:"const round = await client.getCurrentRound()",render:"round.can.accepting_plays, and round.server_time where a countdown needs an origin",keep:"the countdown itself, driven from the server's time rather than the device's",because:"a device clock is something a player can change"}}],a1=[{id:"sdk",title:"Monterosa JavaScript SDK 2",detail:"No SDK integration found. The SDK provides the EnMasse connection, live config and content updates, identity, consent, storage and experience hosting.",present:/@monterosa\/sdk-|sdk\.monterosa\.cloud/i},{id:"identity",title:"Player sign-in",detail:"No player identity found. Anonymous play is supported and the Engine's signed session carries it. To identify players, name your own issuer and its JWKS in `identity.jwt` and the Engine validates the token your login system already gives them.",present:/identify-kit|monterosa.*identity|\bIdentify\b|jwks|oidc|auth0|workos|firebase.*auth/i},{id:"consent",title:"Consent gating",detail:"No consent handling found. Analytics and storage must respect the player's consent choices.",present:/consent-kit|consent/i},{id:"analytics",title:"Analytics",detail:"No analytics found. Gamestage routes events to the destinations declared in the manifest, with Monterosa Analytics on by default.",present:/analytics-kit|gtag\(|posthog|analytics\.track/i}],s1=[{archetype:"hunt",signals:[{pattern:/\b(answer|solution|correct)(s|Set|Key)?\s*[:=]/i,because:"marks picks against a known answer set"},{pattern:/\bisCorrect\b|\bverdict\b/i,because:"judges a pick right or wrong"},{pattern:/\bpick(s|ed)?\b/i,because:"players make picks"},{pattern:/\broster|\bplayer(s)?\s*\[/i,because:"selects from a roster"}]},{archetype:"push",signals:[{pattern:/\b\w*(total|sum|running)\w*\s*\+=/i,because:"accumulates a running total from each pick"},{pattern:/\bbust\b/i,because:"has a bust condition for going over"},{pattern:/\b\w*total\w*\s*[><]=?\s*\w*target|\btarget\w*\s*-\s*\w*total/i,because:"compares the total against a target"},{pattern:/\bgetTier\b|\bwithout going over\b|\bclosest\b/i,because:"scores by how close the total came"}]},{archetype:"trivia",signals:[{pattern:/\bquestion\b/i,because:"presents questions"},{pattern:/\bchoice(s)?\b|\boption(s)?\b/i,because:"offers answer choices"},{pattern:/\bquiz\b/i,because:"describes itself as a quiz"}]},{archetype:"predict",signals:[{pattern:/\bpredict/i,because:"asks players to predict"},{pattern:/\bmarket\b|\bodds\b/i,because:"has market or odds language"},{pattern:/\bsettle(d|ment)?\b/i,because:"settles outcomes"}]},{archetype:"group",signals:[{pattern:/\bpuzzle\b/i,because:"describes itself as a puzzle"},{pattern:/\bguess(es)?\b/i,because:"players guess"},{pattern:/\bstreak\b/i,because:"tracks streaks"}]},{archetype:"timed_round",signals:[{pattern:/\bcountdown\b|\btimer\b/i,because:"runs a countdown"},{pattern:/\bround\b/i,because:"is organised into rounds"}]}];function c1(e){let t=e.map(s=>s.text).join(`
10246
+ `),r=s1.map(s=>{let c=s.signals.filter(d=>d.pattern.test(t)).map(d=>d.because);return{archetype:s.archetype,hits:c.length,because:c}}).filter(s=>s.hits>0).sort((s,c)=>c.hits-s.hits),o=r[0];if(!o)return null;let n=r[1]?.hits??0,i=o.hits-n,a=o.hits>=3&&i>=2?"high":o.hits>=2?"medium":"low";return{archetype:o.archetype,confidence:a,because:o.because}}async function l1(e,t){let o=(await Og(e)).isFile()?null:e;if(o)try{let i=await Tc(Ng(o,"package.json"),"utf8"),a=JSON.parse(i),s={...a.dependencies,...a.devDependencies},c=s.next?"Next.js":s.react?"React":s.vue?"Vue":s.svelte?"Svelte":void 0,d=s.vite?"Vite":s.webpack?"webpack":void 0;return{kind:"node_project",framework:c,build:d}}catch{}return t.length===1&&/\.html?$/.test(t[0].relative)||t.every(i=>/\.html?$/.test(i.relative))?{kind:"standalone_html"}:{kind:"unknown"}}async function h$(e){let{files:t,skipped:r}=await n1(e);if(t.length===0)throw new Error(r.length>0?`No inspectable source found at ${e}. Everything found there is a generated Gamestage client bundle (${r.map(h=>h.file).join(", ")}), not a game. Point inspect at the game itself.`:`No inspectable source found at ${e}. Point inspect at a game file or a project directory.`);let o=await l1(e,t),n=c1(t),i=[];for(let h of i1){let m=[];for(let g of t){for(let T of h.patterns){let y=r1(g,T);if(y){m.push(y);break}}if(m.length>=3)break}if(m.length>0){let g=n?h.remedies?.[n.archetype]??h.remedy:h.remedy;i.push({...g?{remedy:g}:{},id:h.id,title:h.title,detail:h.detail,evidence:m})}}let a=t.map(h=>h.text).join(`
10247
+ `),s=a1.filter(h=>!h.present.test(a)).map(h=>({id:h.id,title:h.title,detail:h.detail,evidence:[]})),c=[];t.some(h=>/<(div|section|main|canvas)/i.test(h.text))&&c.push({id:"presentation",title:"Player-facing presentation",detail:"Layout, styling and interaction feel can stay creator-owned. Gamestage replaces the authority beneath the interface, not the interface itself.",evidence:t.slice(0,2).map(h=>({file:h.relative}))});let u=xc(t),p=[];return o.kind==="standalone_html"&&p.push("Where is this deployed today, and who owns that hosting?"),p.push("Which of the embedded datasets are licensed for production use, and at what refresh cadence?"),i.some(h=>h.id==="client-play-limit")?p.push("Is the play limit per device or per person? That decides whether identity is required at launch."):(n?.archetype==="hunt"||n?.archetype==="group")&&p.push("No attempt limit inspect recognises. The Engine will not serve a hunt or group round without one: `backend.round.attemptsAllowed` defaults to 10 when left out, and that number is then the game a fan plays. Choose it deliberately, and if the prototype allowed unlimited tries, tell the developer the game has changed."),{target:e,scanned_files:t.length,stack:o,keep:c,move_behind_authority:i,missing_integrations:s,copy_to_studio:u,unknowns:p,archetype:n,name:await o1(e,t),skipped:r}}ue();var f1=e=>m1(e).replace(/\.[^.]+$/,"").toLowerCase().replace(/[^a-z0-9]+/g,"-").replace(/^-+|-+$/g,"").slice(0,48)||"inspected-game",g1=e=>e.split("-").filter(Boolean).map(t=>t[0].toUpperCase()+t.slice(1)).join(" ");function y1(e,t){let r=f1(e.name??e.target),o=t&&Tx(t)?t:js(r),n=e.name??g1(r),i=_s(o,n);return i.manifest.conformance="L0",i.app.status="proposed",i.app.provenance=[{kind:"repository_evidence",file:e.target},{kind:"generated_proposal",tool:"gamestage inspect",source_context:`${e.scanned_files} file(s) inspected`}],i.experience.status="proposed",i.experience.surfaces=["web-embed"],i.experience.provenance=[{kind:"repository_evidence",file:e.target}],e.archetype&&(i.backend.status="proposed",i.backend.route="managed_runtime",i.backend.archetype=e.archetype.archetype,i.backend.provenance=[{kind:"generated_proposal",tool:"gamestage inspect",source_context:e.archetype.because.join("; ")}]),e.move_behind_authority.some(s=>s.id==="client-play-limit"||s.id==="client-scoring")&&(i.identity.status="proposed",i.identity.provider="identify",i.identity.require_authenticated_writes=!0),Xt.parse(i)}async function v1(e,t){let r=await we();if(!r)return!1;Cr();let o=e.backend.archetype;if(!o)return!1;let i=await Ar({baseUrl:$e,token:r.accessToken}).registerGame({id:e.app.id,name:e.app.title,archetype:o,repository:e.app.source?.repository??null,manifestRevision:String(e.manifest.revision),contentHash:`sha256:${h1("sha256").update(t).digest("hex")}`,conformance:Ue(e).computed,offersPrize:e.operations.promotion.offers_prize,containerLabel:e.experience.container_label,sections:xr.map(a=>({section:a,status:e[a].status}))});if(i.refused)throw new Error(i.refused);return!0}async function b1(e){try{let t=Zo.load(await d1(e,"utf8"));if(!t||typeof t!="object")return;let r=t.app;return typeof r?.id=="string"&&r.id.trim()?r.id:void 0}catch{return}}async function w1(e){try{return await u1(e),!0}catch{return!1}}async function m$(e,t){let r;try{r=await h$(e)}catch(d){return L(d instanceof Error?d.message:"Inspection failed")}let o=y1(r,await b1(typeof t.write=="string"?t.write:"gamestage.yaml")),n=Ue(o);o.manifest.conformance=n.computed;let i=Ho(o),a=!1,s,c=null;if(t.write){if(c=typeof t.write=="string"?t.write:"gamestage.yaml",!t.force&&await w1(c))return L(`${c} already exists, and inspect would replace it.`,["A manifest that has been worked on holds a round; this report cannot,","because a round is not visible in the code it read.","",`${S.cyan(`gamestage manifest validate ${c}`)} check what you have`,`${S.cyan("gamestage inspect . --force")} replace it anyway`]);await p1(c,i,"utf8");try{a=await v1(o,i)}catch(d){s=d instanceof Error?d.message:"The control plane did not answer."}}if(M()){F({ok:!0,report:r,manifest:o,conformance:{computed:n.computed,blockers:n.blockers},manifest_yaml:i,written_to:c,registered:a,...s?{registration_failed:s}:{}});return}if(R(`Inspection report ${S.dim(r.target)}`),N("Files inspected",String(r.scanned_files)),N("Stack",r.stack.framework?`${r.stack.kind} (${r.stack.framework})`:r.stack.kind),r.archetype&&N("Archetype",`${r.archetype.archetype} ${S.dim(`(${r.archetype.confidence} confidence)`)}`),r.skipped.length){R("Skipped");for(let d of r.skipped)E(`${S.dim(d.file)} \u2014 not scanned`),f(` ${S.dim(d.reason)}`)}if(r.keep.length){R("Keep as yours");for(let d of r.keep)E(S.green(d.title)),f(` ${S.dim(d.detail)}`)}if(r.move_behind_authority.length){R("Must move behind an authoritative boundary");for(let d of r.move_behind_authority){E(S.yellow(d.title)),f(` ${S.dim(d.detail)}`);for(let u of d.evidence.slice(0,2)){let p=u.line?`${u.file}:${u.line}`:u.file;f(` ${S.dim("\u2192")} ${S.cyan(p)}${u.excerpt?S.dim(" "+u.excerpt):""}`)}d.remedy&&(f(` ${S.dim("delete")} ${d.remedy.delete}`),f(` ${S.dim("call")} ${S.cyan(d.remedy.call)}`),d.remedy.render&&f(` ${S.dim("render")} ${d.remedy.render}`),d.remedy.move&&f(` ${S.dim("move")} ${d.remedy.move}`),f(` ${S.dim("keep")} ${d.remedy.keep}`))}}if(r.missing_integrations.length){R("Platform integrations not present yet");for(let d of r.missing_integrations)E(d.title),f(` ${S.dim(d.detail)}`)}if(r.unknowns.length){R("Needs a human answer");for(let d of r.unknowns)E(d,"?")}if(R("App Manifest"),N("Conformance",`${n.computed} ${n.computedName}`),n.blockers.length){f(),f(S.dim(" To reach the next level:"));for(let d of n.blockers)f(` ${S.dim("\xB7")} ${d.requirement}`)}f(),c?(f(` Written to ${S.cyan(c)}`),f(a?" Registered in Studio as a draft.":s?` Not registered in Studio: ${s} (${$e})`:" No account found, so registration was skipped.")):(f(S.dim(" Nothing written and nothing registered. Re-run with --write to save")),f(S.dim(" this manifest and register the game."))),f()}var f$="https://github.com",_1="https://api.github.com",Ac=process.env.GAMESTAGE_GITHUB_CLIENT_ID??"Ov23livKf8DOgOm2a383";async function g$(){let e=await fetch(`${f$}/login/device/code`,{method:"POST",headers:{accept:"application/json","content-type":"application/json"},body:JSON.stringify({client_id:Ac,scope:""})});if(!e.ok)throw new Error(`GitHub refused the device request (${e.status}).`);return await e.json()}async function y$(e){let r=await(await fetch(`${f$}/login/oauth/access_token`,{method:"POST",headers:{accept:"application/json","content-type":"application/json"},body:JSON.stringify({client_id:Ac,device_code:e,grant_type:"urn:ietf:params:oauth:grant-type:device_code"})})).json();if(r.access_token)return{status:"linked",login:await k1(r.access_token)};switch(r.error){case"authorization_pending":return{status:"pending"};case"slow_down":return{status:"slow_down",interval:r.interval??10};case"expired_token":return{status:"expired"};case"access_denied":return{status:"denied"};default:throw new Error(`GitHub returned an unexpected error (${r.error}).`)}}async function k1(e){let t=await fetch(`${_1}/user`,{headers:{accept:"application/vnd.github+json",authorization:`Bearer ${e}`,"user-agent":"gamestage-cli"}});if(!t.ok)throw new Error(`GitHub would not identify the account (${t.status}).`);let r=await t.json();if(!r.login)throw new Error("GitHub returned an account with no login.");return r.login}yt();ue();var x1=e=>new Promise(t=>setTimeout(t,e));async function v$(){let{client:e}=await le();try{let t=await g$();M()?F({ok:!0,status:"awaiting_authorisation",userCode:t.user_code,verificationUri:t.verification_uri,clientId:Ac}):(R("Link GitHub"),N("Code",t.user_code),N("Open",t.verification_uri),f(),E("Enter the code on that page. This waits until you do."),f());let r=Date.now()+t.expires_in*1e3,o=Math.max(t.interval,5);for(;Date.now()<r;){await x1(o*1e3);let n=await y$(t.device_code);if(n.status==="pending")continue;if(n.status==="slow_down"){o=n.interval;continue}if(n.status==="denied")return L("You declined the request on GitHub.");if(n.status==="expired")return L("The code expired. Run `gamestage link github` again.");let{workspace:i}=await e.linkGitHub(n.login);if(M())return F({ok:!0,status:"linked",github:i.github});R("Linked"),N("Account",n.login),f(),E("Your first deploy is no longer gated. Run `gamestage deploy`."),f();return}L("The code expired before it was entered.")}catch(t){Te(t)}}In();yt();ue();ne();var S1=e=>new Promise(t=>setTimeout(t,e));function E1(e){process.stderr.write(JSON.stringify({ok:!0,status:"awaiting_approval",user_code:e.user_code,verification_uri:e.verification_uri,verification_uri_complete:e.verification_uri_complete,expires_in:e.expires_in},null,2)+`
10248
+ `)}async function b$(e,t,r){let{client:o}=await le(),n=await Ms(o),i=Jo(n),a=n.access==="approved"||n.access==="pending"?n.workspace:void 0,s=a!==void 0&&!Tk(a),c;if(r&&(c=await o.getWorkspace().then(d=>d.id).catch(()=>{})),M()){F({ok:i.ok,status:i.status,access:i.access,...i.code?{code:i.code}:{},message:i.message,next:i.next,email:e.email,...t?{stored_in:t}:{},control_plane:$e,...s?{terms:{accepted:!1,url:Ts,version:$s}}:{}}),i.ok||process.exit(1);return}f(),R("Signed in"),N("Account",e.email??e.userId??"unknown"),t&&N("Token stored in",t==="keychain"?"your macOS keychain":"~/.gamestage (owner only)"),f(),E("Never written into the project, and never passed to your agent."),E("`gamestage logout` removes it."),r&&c&&c!==r?(f(),R("Not the workspace you asked for"),N("You asked for",r),N("You are in",c),f(),E("This usually means the browser signed you in as a different account. `gamestage logout` and run this again to pick another.")):r&&c&&N("Workspace",c),Or(i),s&&(R("Terms of Service"),f(` ${$1}`),f()),i.ok||process.exit(1)}var $1=`Read the Gamestage Terms of Service at ${Ts} and accept them at ${$k} before your account can be approved or a game deployed. You must accept them yourself in a browser; an agent cannot accept them for you.`;async function w$(e){let t=await we();if(t){await b$(t,void 0,e);return}let r;try{r=await kx()}catch(s){L("Could not reach the sign-in service.",[String(s)])}if(M())E1(r);else{R("Sign in to Gamestage"),f(" This also creates your account if you do not have one. Google or email."),f(" A new account is approved by a person, so this may end in a wait."),f(" Taking a while? Email support@monterosa.co."),f(),N("Open",r.verification_uri_complete),N("Or enter",`${r.user_code} at ${r.verification_uri}`);let s=!!process.env.GAMESTAGE_CREDENTIALS;s&&(f(),f(" Signing in to a second credential file, so this does NOT open a browser."),E("Opening it here would hand the address to the browser you are already signed in to, which approves as that account instantly and with nothing to click."),E("Copy the address above into a private window and approve it there."),E("Signing out at auth.gamestage.ai first works too.")),f(),f(" Waiting for you to confirm in the browser..."),s||Sx(r.verification_uri_complete)}let o=Date.now()+r.expires_in*1e3,n=r.interval*1e3,i=null;for(;Date.now()<o;){await S1(n);let s=await xx(r.device_code);if(s.status==="ok"){i=s.session;break}if(s.status==="slow_down"){n+=5e3;continue}s.status!=="pending"&&(s.status==="expired"&&L("That code expired.",["Run `gamestage login` again."]),L("Sign-in was refused.",[s.reason]))}i||L("Timed out waiting for approval.",["Run `gamestage login` again."]);let a=await qm(i);await b$(i,a,e)}async function _$(){let e=await we();if(await $x(),M()){F({ok:!0,status:e?"signed_out":"not_signed_in"});return}R(e?"Signed out":"Not signed in"),e&&N("Removed",e.email??"session"),f()}async function k$(){let e=await we();if(M()){F(e?{ok:!0,signed_in:!0,email:e.email,user_id:e.userId}:{ok:!0,signed_in:!1});return}if(!e){R("Not signed in"),f(),E("Inspecting, scaffolding and local rounds need no account."),E("Run `gamestage login` when you want to deploy a playground."),f();return}R("Signed in"),N("Account",e.email??"unknown"),e.userId&&N("User",e.userId),f(),E("`gamestage status` says whether this account is approved."),f()}ne();In();import{readdir as T1,readFile as x$,stat as A1}from"node:fs/promises";ue();import{homedir as I1}from"node:os";import{join as P1}from"node:path";async function C1(e){let t=[];try{t=await T1(e)}catch{}let r=t.filter(a=>!a.startsWith(".")),o=[];for(let a of r)/\.html?$/.test(a)&&o.push(a);let n=!1,i;for(let a of["gamestage.yaml","gamestage.yml"])try{await A1(`${e}/${a}`),n=!0;try{let s=pe(await x$(`${e}/${a}`,"utf8"));s.ok&&(i=!!s.manifest.backend.round)}catch{}break}catch{}return{has_manifest:n,has_package_json:r.includes("package.json"),html_files:o,is_empty:r.length===0,has_round:i}}function O1(e,t){let r=[],o="";for(let n of e.split(" "))o&&o.length+1+n.length>t?(r.push(o),o=n):o=o?`${o} ${n}`:n;return o&&r.push(o),r}async function N1(){try{return(await x$(P1(I1(),".claude","skills","gamestage","SKILL.md"),"utf8")).match(/^Pack version ([0-9][0-9-]*)\.$/m)?.[1]??null}catch{return null}}async function S$(){let e=process.cwd(),t=await C1(e),r=t.has_manifest?t.has_round===!1?"round":t.has_round===!0?"play":"continue":t.has_package_json||t.html_files.length>0?"inspect":"create",o={continue:{command:q("manifest validate gamestage.yaml"),why:"This project already has an App Manifest. Check where it stands.",prompt:"Tell me where this Gamestage project stands. Run `npx gamestage manifest validate gamestage.yaml` and `npx gamestage status`, then summarise what is done and what is left before it could go live."},round:{command:"edit gamestage.yaml, add backend.round",why:`The manifest names a format but no round, so there is no game for the Engine to serve yet. The round is the content the server owns: the board a player sees and the answers they never do. Until it is there, \`${q("dev")}\` serves the contract fixture rather than your game, and \`${q("verify")}\` has nothing to verify.`,prompt:"This project has a Gamestage manifest with no round yet. Write the round into gamestage.yaml from the game's own content, and keep every answer out of the page and out of anything the browser downloads."},play:{command:q("dev"),why:"The manifest declares a round. Serve it locally, through the real Engine.",prompt:"Serve this Gamestage game locally with `npx gamestage dev`, open it, and make a play. Then tell me whether the Engine decided the outcome or the page did."},inspect:{command:q("inspect ."),why:"There is a game here already. Read it read-only and produce an inspection report.",prompt:"Take the game in this folder to production with Gamestage. Start with `npx gamestage inspect .`, which changes nothing, and tell me what has to move out of the page before you edit anything."},create:{command:q("create"),why:"Nothing to inspect. Start a new game from a concept.",prompt:"Build me a new game with Gamestage. Ask me which format it should be and what it is about before you scaffold anything, rather than choosing for me."}},n=await we().catch(()=>null);if(M()){F({ok:!0,cwd:e,version:Je,detected:t,route:r,next:o[r],prompt:o[r].prompt,docs:{start:"https://gamestage.ai/start.md",schema:"https://gamestage.ai/schemas/app-manifest/1.0"},invocation:ki(),account:{signed_in:!!n?.email,email:n?.email??null,sign_in:q("login")},authentication:n?.email?`Signed in as ${n.email}. \`${q("deploy")}\` also needs the account approved; \`${q("status")}\` says whether it is.`:`Not signed in. \`${q("inspect")}\`, \`${q("create")}\` and \`${q("manifest validate")}\` work without an account, so do that work now. \`${q("dev")}\`, \`${q("verify")}\` and \`${q("deploy")}\` refuse until \`${q("login")}\`, which creates the account too. Tell the person once, when you reach the first command that needs it.`});return}R(`Gamestage ${Je}`);let i=Vo?await N1():null;if(i&&Vo&&i<Vo&&f(S.dim(` Your installed Gamestage skill is ${i}; the current one is ${Vo}.
10249
+ Refresh it: `)+S.cyan("npx skills add https://gamestage.ai/skill")),f(S.dim(" Take an agent-built game to production, on the platform behind the")),f(S.dim(" world's biggest fan experiences.")),R("What this does"),f(S.dim(` Your game keeps its interface. Its answers, scoring and locks move
10204
10250
  behind an Engine the player's browser cannot reach, so nobody can read
10205
- the answer out of the page or award themselves a score.`)),g(),g(` ${S.dim("A")} ${S.cyan("round")} ${S.dim("is one playable thing: a board, a question, a slate.")}`),g(` ${S.dim("Your")} ${S.cyan("manifest")} ${S.dim("is gamestage.yaml, which describes the game.")}`),g(` ${S.dim("The")} ${S.cyan("Engine")} ${S.dim("marks a play, holds the score and refuses a cheat.")}`),N("Who you are"),n?.email?(O("Signed in",n.email),g(S.dim(` ${X("status")} names your workspace and whether it is approved.`)),g(S.dim(` If that is not the account you signed up with, ${X("login")} rebinds
10206
- this machine. Stage shows the command with your workspace in it.`))):(g(` Not signed in. ${S.cyan(X("login"))} binds this machine to your account,`),g(" and creates the account if you do not have one."),g(S.dim(" Inspect, create and validate need no account, so start there.")),g(S.dim(` ${X("dev")}, ${X("verify")} and ${X("deploy")} ask you to sign in first.`))),N("Where you are"),t.has_manifest&&t.has_round===!1)g(" An App Manifest is present, and it declares no round.");else if(t.has_manifest&&t.has_round===!0)g(" An App Manifest is present, with a round the Engine can serve.");else if(t.has_manifest)g(" An App Manifest is already present.");else if(t.has_package_json||t.html_files.length){let a=[t.has_package_json?"a Node project":null,t.html_files.length?`${t.html_files.length} HTML file(s)`:null].filter(Boolean);g(` Found ${a.join(" and ")}. This looks like a game to inspect.`)}else g(" Nothing here yet. This looks like a fresh start.");if(N("Do this next"),g(` ${S.cyan(o[r].command)}`),g(` ${S.dim(o[r].why)}`),r==="create"||r==="inspect"){g(),g(` ${S.dim("The formats you can build today:")}`);for(let{format:a,summary:s}of Ex)g(` ${S.cyan(a.padEnd(10))} ${S.dim(s)}`)}g(),g(` ${S.dim("Or paste this into Claude Code, Codex, Gemini or Cursor:")}`);for(let a of b1(o[r].prompt,74))g(` ${S.cyan(a)}`);N("Good to know"),g(S.dim(` Inspect, create and validate run anonymously. \`dev\` and \`verify\`
10251
+ the answer out of the page or award themselves a score.`)),f(),f(` ${S.dim("A")} ${S.cyan("round")} ${S.dim("is one playable thing: a board, a question, a slate.")}`),f(` ${S.dim("Your")} ${S.cyan("manifest")} ${S.dim("is gamestage.yaml, which describes the game.")}`),f(` ${S.dim("The")} ${S.cyan("Engine")} ${S.dim("marks a play, holds the score and refuses a cheat.")}`),R("Who you are"),n?.email?(N("Signed in",n.email),f(S.dim(` ${q("status")} names your workspace and whether it is approved.`)),f(S.dim(` If that is not the account you signed up with, ${q("login")} rebinds
10252
+ this machine. Stage shows the command with your workspace in it.`))):(f(` Not signed in. ${S.cyan(q("login"))} binds this machine to your account,`),f(" and creates the account if you do not have one."),f(S.dim(" Inspect, create and validate need no account, so start there.")),f(S.dim(` ${q("dev")}, ${q("verify")} and ${q("deploy")} ask you to sign in first.`))),R("Where you are"),t.has_manifest&&t.has_round===!1)f(" An App Manifest is present, and it declares no round.");else if(t.has_manifest&&t.has_round===!0)f(" An App Manifest is present, with a round the Engine can serve.");else if(t.has_manifest)f(" An App Manifest is already present.");else if(t.has_package_json||t.html_files.length){let a=[t.has_package_json?"a Node project":null,t.html_files.length?`${t.html_files.length} HTML file(s)`:null].filter(Boolean);f(` Found ${a.join(" and ")}. This looks like a game to inspect.`)}else f(" Nothing here yet. This looks like a fresh start.");if(R("Do this next"),f(` ${S.cyan(o[r].command)}`),f(` ${S.dim(o[r].why)}`),r==="create"||r==="inspect"){f(),f(` ${S.dim("The formats you can build today:")}`);for(let{format:a,summary:s}of Us)f(` ${S.cyan(a.padEnd(10))} ${S.dim(s)}`)}f(),f(` ${S.dim("Or paste this into Claude Code, Codex, Gemini or Cursor:")}`);for(let a of O1(o[r].prompt,74))f(` ${S.cyan(a)}`);R("Good to know"),f(S.dim(` Inspect, create and validate run anonymously. \`dev\` and \`verify\`
10207
10253
  need you signed in, because they run your round through a real
10208
10254
  Engine. \`gamestage login\` creates the account if you do not have
10209
- one yet. ${Ww}`)),g()}var Br=class extends Error{};function y$(e){let t=e.what.trim();if(!t)throw new Br("Say what you were trying to build.");if(t.length>2e3)throw new Br(`That is ${t.length} characters and the limit is 2000. Send the shape of the problem; we will ask for the rest.`);let r=(e.closest??"").trim();return{kind:"suggestion",what:t,closest:r||"none",cli_version:e.cliVersion}}function v$(e){return JSON.stringify(e,null,2)}pe();var _1=process.env.GAMESTAGE_SUGGEST_URL??"https://gamestage.ai/api/suggest";async function b$(e,t,r){let o;try{o=y$({what:e,closest:t.closest,cliVersion:r})}catch(a){throw a instanceof Br&&R(a.message),a}if(!t.send){if(M()){F({sent:!1,would_send:o});return}N("This is everything that would be sent"),g(),g(v$(o)),g(),E("No manifest, no round, no answers and no source. There is nowhere in that shape to put one."),E(`Send it with ${X('suggest "..." --send')}.`);return}let n;try{n=await fetch(_1,{method:"POST",headers:{"content-type":"application/json"},body:JSON.stringify(o)})}catch(a){R("Could not reach Gamestage to send that.",[a instanceof Error?a.message:String(a)])}let i=await n.json().catch(()=>({}));if(n.ok||R(`Gamestage refused that suggestion (${n.status}).`,[i.error?.message??"It said nothing more."]),M()){F({sent:!0,reference:i.reference??null});return}N("Sent"),i.reference&&E(`Reference ${i.reference}. Quote it if you follow up.`),E("Somebody at Monterosa reads these. A format that keeps arriving gets built.")}var Wr=class extends Error{};function w$(e){let t=e.what.trim();if(!t)throw new Wr("Say what went wrong.");if(t.length>2e3)throw new Wr(`That is ${t.length} characters and the limit is 2000. Send what broke and how to hit it; we will ask for the rest.`);let r=(e.game??"").trim();return{kind:"issue",what:t,game:r||"none",cli_version:e.cliVersion,node_version:e.nodeVersion,platform:e.platform}}function _$(e){return JSON.stringify(e,null,2)}pe();var k1=process.env.GAMESTAGE_ISSUE_URL??"https://gamestage.ai/api/issue";async function k$(e,t,r){let o;try{o=w$({what:e,game:t.game,cliVersion:r,nodeVersion:process.version,platform:process.platform})}catch(a){throw a instanceof Wr&&R(a.message),a}if(!t.send){if(M()){F({sent:!1,would_send:o});return}N("This is everything that would be sent"),g(),g(_$(o)),g(),E("No manifest, no round, no answers and no source. There is nowhere in that shape to put one."),E(`Send it with ${X('issue "..." --send')}.`);return}let n;try{n=await fetch(k1,{method:"POST",headers:{"content-type":"application/json"},body:JSON.stringify(o)})}catch(a){R("Could not reach Gamestage to send that.",[a instanceof Error?a.message:String(a)])}let i=await n.json().catch(()=>({}));if(n.ok||R(`Gamestage refused that report (${n.status}).`,[i.error?.message??"It said nothing more."]),M()){F({sent:!0,reference:i.reference??null});return}N("Reported"),i.reference&&E(`Reference ${i.reference}. Quote it if you follow up.`),E("It is in the backlog now. Somebody at Monterosa reads these.")}ne();ft();pe();import{readFile as x1}from"node:fs/promises";import{resolve as S1}from"node:path";async function x$(e){let t=S1(e),r;try{r=await x1(t,"utf8")}catch{R(`No such file: ${e}`,["Give the path to a JSON file holding the reference data."])}let o;try{o=JSON.parse(r)}catch(i){R(`${e} is not JSON.`,[i instanceof Error?i.message:"Could not parse it."])}let n=rn.safeParse(o);if(!n.success){let i=n.error.issues[0];R(`${e} is not valid reference data.`,[i?`${i.path.join(".")||"document"}: ${i.message}`:"No detail.",'It needs `{ "corpus": "1", "measures": [{ "key", "label", "values" }] }`.'])}return{body:r,measures:n.data.measures.map(i=>i.key)}}function E1(e){let t=rn.parse(JSON.parse(e));return Object.fromEntries(t.measures.map(r=>[r.key,Object.keys(r.values).length]))}var $1={copy:"immutable copy",pointer:"reference data"};async function T1(e,t,r){let o=await fetch(e.uploadUrl,{method:"PUT",body:new Uint8Array(Buffer.from(t,"utf8")),headers:{"content-type":"application/json"}});o.ok||R(`The ${r} upload was refused with ${o.status}.`,["A signed URL lasts fifteen minutes. Run the push again for a fresh one."])}async function S$(e,t){let{client:r}=await de(),{body:o}=await x$(t),n=Is(o),i=await r.referenceUploadTarget(e,n),a=await Yk(o,async(d,u)=>{await T1(d==="copy"?i.copy:i.pointer,u,$1[d])});a.ok||R(`${t} is not valid reference data.`,[a.detail??"No detail."]);let{measures:s,counts:l}=a.summary;if(M())return F({ok:!0,name:e,digest:n,measures:s,counts:l,key:i.pointer.key});N("Pushed"),E(`${e} is now the reference data for this workspace`);for(let d of s)E(`${d}: ${l[d].toLocaleString("en-GB")} values`);E(`Digest ${n}, kept so a round can say what it was scored on`),g(),E("A round provisioned from now on uses this. One already in play keeps"),E("the numbers it opened with, which is deliberate.")}async function E$(e,t){let{body:r,measures:o}=await x$(e),n=E1(r),i=rn.parse(JSON.parse(r)),a={};for(let s of i.measures){let l=t.filter(d=>typeof s.values[d]!="number");l.length&&(a[s.key]=l)}if(M())return F({ok:Object.keys(a).length===0,measures:o,counts:n,missing:a});N("Reference data");for(let s of o)E(`${s}: ${n[s].toLocaleString("en-GB")} values`);if(!t.length){g(),E("Pass the keys a round uses to check them: `reference check <file> <key>...`");return}if(g(),!Object.keys(a).length){E(`All ${t.length} key(s) are present in every measure.`);return}for(let[s,l]of Object.entries(a))E(`${s} has no value for ${l.map(d=>`"${d}"`).join(", ")}`);R("A round using those keys would be refused rather than scoring them as nothing.")}ne();ft();pe();import{readFile as A1}from"node:fs/promises";import{resolve as I1}from"node:path";import{createInterface as P1}from"node:readline/promises";async function C1(e){let t;try{t=await A1(I1(e),"utf8")}catch{R(`Cannot read ${e}.`,["Point at the manifest holding the round, e.g. `--manifest gamestage.yaml`."])}let r=se(t);r.ok||R(`${e} is not a valid App Manifest.`,r.issues.map(n=>`${n.path} ${n.message}`));let o=r.ok?r.manifest.backend.round:void 0;return o||R(`${e} has no round in it.`,["There is nothing to push. A round lives under `backend.round` while a game is","still being built locally; once it is in Studio it lives there instead."]),o.archetype==="predict"&&R("A prediction's question and options are authored in Studio itself.",["They are the platform's own question and options rather than fields of ours,","which is what lets a producer reveal the answer once the world decides. There","is nothing here to write, and nothing to write it with."]),o}function O1(e){if(N("What goes into Studio"),E(`What a fan is told: ${e.prompt||"(nothing)"}`),e.archetype==="push"){E(e.target===void 0?"Target: left blank, so the round is built backwards from a perfect line at provisioning":`Target: ${e.target.toLocaleString()} ${e.targetLabel}`.trim());for(let t of e.slates)E(`${t.label||t.id}: ${t.entries.map(r=>r.label||r.key).join(", ")}`);g(),g("No point values go with it. They stay in your reference data, where only"),g("the Engine reads them.")}else if(e.archetype==="shoot")E(`Shots: ${e.shotsAllowed}, goals to win: ${e.goalsToWin}, points per goal: ${e.pointsPerGoal}`),E(`Keeper: ${e.difficulty}`),g(),g("Nothing here is an answer. The keeper is decided by the Engine at play time,"),g("from entropy it minted when the round was provisioned.");else{if(E(`Board: ${e.board.join(", ")}`),e.archetype==="hunt")E(`The answer: ${e.targets.join(", ")}`);else for(let t of e.groups)E(`${t.label}: ${t.members.join(", ")}`);g(),g("The answer goes with it, into a field Studio withholds from a fan's browser."),g("Only a producer signed into Studio can read it.")}g()}async function N1(e,t){if(t)return!0;process.stdin.isTTY||R("Refusing to overwrite Studio without being asked.",[`Nothing has changed on ${e}.`,"Re-run with `--yes` if you mean to replace whatever a producer has typed."]);let r=P1({input:process.stdin,output:process.stdout});try{return(await r.question(`This replaces the round a producer may have edited on ${e}. Type yes to go ahead: `)).trim().toLowerCase()==="yes"}finally{r.close()}}async function $$(e,t){let r=t.manifest??"gamestage.yaml",o=await C1(r),n=o.archetype==="push"?$k(o):o;if(M()||O1(n),!await N1(e,!!t.yes)){g("Nothing was written.");return}try{let{client:i}=await de(),a=await i.seedRound(e,n);a.refused&&R("The round was not written into Studio.",[a.refused]);let s=n.archetype==="push"?{count:n.slates.length,noun:"groups of picks"}:{count:n.board.length,noun:"picks on the board"};F({game:e,seeded:!0,archetype:n.archetype,parts:s.count}),M()||(N("Written"),E(`${s.count} ${s.noun} are now on ${e}'s round in Studio.`),E("A producer can change every word of it without another deploy."),E("Take the round out of your manifest when you are ready: `gamestage dev` is the only thing that still reads it."),g())}catch(i){Ee(i)}}ne();pe();import{readFile as R1}from"node:fs/promises";async function T$(e,t){let r;try{r=await R1(e,"utf8")}catch{return R(`Cannot read ${e}`)}let o=se(r);if(!o.ok)return M()&&(F({ok:!1,stage:"parse",issues:o.issues}),process.exit(1)),R(`${e} is not a valid App Manifest`,o.issues.map(d=>`${S.cyan(d.path)} ${d.message}`));let n=o.manifest,i=Ue(n),a=null;if(t.level){let d=Yt.safeParse(t.level.toUpperCase());if(!d.success)return R(`Unknown level "${t.level}". Use L0 through L5.`);a=d.data}let s=a?Hw(n,a):null,l=!i.overclaimed&&(s?.ok??!0);if(M()&&(F({ok:l,manifest_id:n.app.id,conformance:{claimed:i.claimed,computed:i.computed,overclaimed:i.overclaimed},required_level:a,missing:s?.missing??[],blockers:i.blockers,rules:i.results}),process.exit(l?0:1)),N(`${n.app.title} ${S.dim(n.app.id)}`),O("Schema",n.manifest.schema_version),O("Revision",String(n.manifest.revision)),O("Conformance",i.overclaimed?`${S.red(i.claimed)} claimed, ${S.bold(i.computed)} evidenced`:`${S.green(i.computed)} ${i.computedName}`),i.overclaimed){N("Overclaimed"),g(S.dim(" The manifest claims a level its evidence does not support. Lower the claim or supply the evidence."));for(let d of i.blockers)E(S.red(d.requirement))}if(a&&s&&!s.ok){N(`Not yet ${a}`);for(let d of s.missing)E(`${S.yellow(d.id)} ${d.requirement}`)}if(l&&(g(),g(` ${S.green("Valid")}${a?` at ${a}`:""}.`),i.blockers.length)){g(),g(S.dim(" Next level needs:"));for(let d of i.blockers)g(` ${S.dim("\xB7")} ${d.requirement}`)}g(),process.exit(l?0:1)}var A$={start:"none",doctor:"none",inspect:"none",create:"none",client:"none",suggest:"none",issue:"none","manifest validate":"none","reference check":"none",login:"none",logout:"none",whoami:"none",verify:"session",dev:"session","admin approve":"session","admin refuse":"session",status:"approved",deploy:"approved",archive:"approved",promote:"approved",prune:"approved",plan:"approved",suspend:"approved",wake:"approved",endpoint:"approved",logs:"approved","manifest register":"approved","reference push":"approved","round push":"approved","link github":"approved"};function I$(e){return e.options.filter(t=>!t.hidden).map(t=>({flags:t.flags,description:t.description,...t.defaultValue===void 0?{}:{default:t.defaultValue}}))}function P$(e,t){return e.commands.filter(r=>!r._hidden).map(r=>L1(r,t))}function L1(e,t){let r=t?`${t} ${e.name()}`:e.name(),o=!!e._actionHandler;return{name:e.name(),aliases:e.aliases(),summary:e.description(),arguments:e.registeredArguments.map(n=>({name:n.name(),required:n.required,description:n.description,...n.defaultValue===void 0?{}:{default:n.defaultValue}})),options:I$(e),...o?{account:A$[r]??"none"}:{},commands:P$(e,r)}}function C$(e,t){return{name:e.name(),version:t,summary:e.description(),options:I$(e),commands:P$(e,"")}}function O$(e){return e.includes("--json")&&(e.includes("--help")||e.includes("-h"))}pe();for(let e of[process.stdout,process.stderr])e.on("error",t=>{throw t.code==="EPIPE"&&process.exit(0),t});var Y=new Mn;Y.name("gamestage").description("Take an agent-built game prototype to a production fan game.\nInspect, create and validate need no account. `dev` and `verify` need\nyou signed in; publishing a game needs that account approved too.").version(Je).option("--json","machine-readable output for agents",!1).hook("preAction",e=>{Rg(!!e.opts().json)});Y.command("start").description("read the current directory and point at the right next step").action(g$);Y.command("doctor").description("check the local environment").action(r$);Y.command("inspect").alias("adopt").argument("[target]","game file or project directory",".").option("--write [path]","write the generated manifest (default gamestage.yaml)").option("--force","replace an existing manifest, losing whatever it holds",!1).description("read an existing game read-only and produce an inspection report").action(a$);Y.command("create").option("--name <name>","game name").option("--format <format>","how the game is played: hunt, push, group or predict").addOption(new Rt("--archetype <format>").hideHelp()).option("--write [path]","manifest path (default gamestage.yaml)").option("--force","replace files that are already here, losing what they hold",!1).description("start a new game, choosing how it is played before scaffolding").action($x);Y.command("verify").option("--file <path>","the game to verify (index.html)").option("--manifest <path>","manifest the round is read from (gamestage.yaml)").option("--dir <path>","the directory a deploy would publish (defaults to the game's own)").option("--no-browser","skip the browser proof (exits 2 unless another check fails)").description("run the game against a real Engine and prove the migration is done (requires sign-in)").action(e=>gg({...e,noBrowser:e.browser===!1}));Y.command("client").option("--out <dir>","where to write it, defaulting to the current directory").description("write the player client into your project, as a browser can load it").action(Dg);var N$=Y.command("manifest").description("work with the App Manifest");N$.command("register").argument("[path]","manifest path","gamestage.yaml").description("register an existing manifest with the control plane (requires sign-in)").action(YE);N$.command("validate").argument("[path]","manifest path","gamestage.yaml").option("--level <level>","require a conformance level (L0-L5)").description("validate a manifest and report its evidenced conformance").action(T$);Y.command("status").argument("[game]","one game, or the whole workspace when omitted").description("what is deployed, what state it is in, and what caps are near").action(BE);Y.command("deploy").argument("<game>","game id").option("--revision <revision>","manifest revision being published").option("--hash <hash>","content hash of the snapshot").option("--level <level>","evidenced conformance level (L0-L5)").option("--prize","the game offers a prize (paid tiers only)",!1).option("--file <path>","the game's HTML, uploaded before the deploy gate runs").option("--dir <path>","the game's directory, uploaded with relative paths").option("--manifest <path>","manifest the round is read from (gamestage.yaml)").option("--notes <text>","what changed, said in the deploy announcement and the game's log").option("--no-check","skip loading the published page in a browser afterwards").option("--allow <path...>","publish a file the deploy gate suspects; it never clears a certain finding").description("publish a snapshot to a playground, and the round it puts on").action(WE);var R$=Y.command("reference").description("the private data a round is scored against");R$.command("push").argument("<name>",'the name a producer types in Studio, e.g. "the-limit/careers.json"').argument("<file>","the JSON file holding it").description("upload reference data, and an immutable copy a round can be pinned to").action(S$);R$.command("check").argument("<file>","the JSON file holding it").argument("[keys...]","the keys a round uses, to check they are all present").description("what a round would fail on, before a producer finds out").action(E$);var D1=Y.command("round").description("the round a fan plays, and getting it into Studio");D1.command("push").argument("<game>","game id").option("--manifest <path>","manifest the round is read from","gamestage.yaml").option("--yes","do not ask before replacing what a producer has typed",!1).description("write your round into Studio, where a producer owns it from then on").action($$);Y.command("archive").argument("<game>","game id").description("take a game off the air while retaining its record and files").action(KE);Y.command("promote").argument("<game>","game id").description("approve your own game to move from dev to prod").action(ZE);Y.command("prune").option("--yes","do not ask before deleting",!1).description("remove archived games that never deployed").action(VE);Y.command("plan").argument("<plan>","runtime, live or enterprise").description("change this workspace's plan and its limits").action(HE);Y.command("suspend").argument("<game>","game id").description("take a game off the air and free its live slot").action(e=>kg(e,!1));Y.command("wake").argument("<game>","game id").description("put a suspended game back on the air").action(e=>kg(e,!0));Y.command("endpoint").argument("<game>","game id").argument("[which]","player, control or playground; all three when omitted").description("print where a deployed game answers").action(JE);Y.command("logs").argument("<game>","game id").option("--limit <n>","how many lines, newest kept","100").option("--since <iso>","only lines after this timestamp").option("--level <level>","info, warn or error").description("tail a game's runtime log").action(XE);Y.command("dev").option("--port <port>","local HTTP port","4000").option("--manifest <path>","manifest the round is read from (gamestage.yaml)").option("--fixture","serve the contract fixture instead of your own round",!1).option("--scenario <name>","fixture scenario, for contract work").option("--as <player>","play as a named signed-in player, with a keypair minted for this run").description("serve your round locally, through the Engine that will serve it in the cloud (requires sign-in)").action(n$);Y.command("suggest").description("tell us about a format or feature we do not have (no account needed)").argument("<what>","what you were trying to build").option("--closest <format>","the format that came nearest, if one did").option("--send","actually send it, having seen what it says",!1).action((e,t)=>b$(e,t,Je));Y.command("issue").description("report something that went wrong (no account needed)").argument("<what>","what went wrong").option("--game <id>","the game it happened on, if it was about one").option("--send","actually send it, having seen what it says",!1).action((e,t)=>k$(e,t,Je));Y.command("login").description("sign in, or create an account (needed before dev, verify or deploy)").option("--workspace <id>","the workspace you expect to land in, from the welcome screen").action(e=>p$(e.workspace));var j1=Y.command("link").description("connect an account Gamestage needs (requires sign-in)");j1.command("github").description("link your GitHub account, which a first deploy requires").action(d$);var L$=Y.command("admin").description("approve or refuse a creator's account (operators only)");L$.command("approve").argument("<workspace>","workspace id, from the registration alert").description("let this account use the runtime").action(e=>_g(e,"approved"));L$.command("refuse").argument("<workspace>","workspace id, from the registration alert").description("turn this account down, finally").action(e=>_g(e,"refused"));Y.command("logout").description("forget the stored session").action(h$);Y.command("whoami").description("show who the CLI is signed in as").action(m$);O$(process.argv)&&(process.stdout.write(`${JSON.stringify(C$(Y,Je),null,2)}
10210
- `),process.exit(0));Y.parseAsync(process.argv).catch(e=>{process.stderr.write(`${e instanceof Error?e.message:String(e)}
10255
+ one yet. ${Jw}`)),f()}var Wr=class extends Error{};function E$(e){let t=e.what.trim();if(!t)throw new Wr("Say what you were trying to build.");if(t.length>2e3)throw new Wr(`That is ${t.length} characters and the limit is 2000. Send the shape of the problem; we will ask for the rest.`);let r=(e.closest??"").trim();return{kind:"suggestion",what:t,closest:r||"none",cli_version:e.cliVersion}}function $$(e){return JSON.stringify(e,null,2)}async function Ic(e,t,r=2e3){if(e!==void 0&&e.trim())return e;if(t.isTTY)return e??"";let o=t[Symbol.asyncIterator](),n,i=Symbol("nothing came"),a=await Promise.race([o.next(),new Promise(d=>{n=setTimeout(()=>d(i),r)})]);if(clearTimeout(n),a===i||a.done)return o.return?.().catch(()=>{}),e??"";let s=[T$(a.value)];for(let d=await o.next();!d.done;d=await o.next())s.push(T$(d.value));let c=s.join("");return c.trim()?c:e??""}function T$(e){return typeof e=="string"?e:Buffer.from(e).toString("utf8")}ue();var R1=process.env.GAMESTAGE_SUGGEST_URL??"https://gamestage.ai/api/suggest";async function A$(e,t,r,o=process.stdin){let n=await Ic(e,o),i;try{i=E$({what:n,closest:t.closest,cliVersion:r})}catch(c){throw c instanceof Wr&&L(c.message),c}if(!t.send){if(M()){F({sent:!1,would_send:i});return}R("This is everything that would be sent"),f(),f($$(i)),f(),E("No manifest, no round, no answers and no source. There is nowhere in that shape to put one."),E(n===e?`Send it with ${q('suggest "..." --send')}.`:`Send it by piping the same text again, with ${q("suggest --send")}.`);return}let a;try{a=await fetch(R1,{method:"POST",headers:{"content-type":"application/json"},body:JSON.stringify(i)})}catch(c){L("Could not reach Gamestage to send that.",[c instanceof Error?c.message:String(c)])}let s=await a.json().catch(()=>({}));if(a.ok||L(`Gamestage refused that suggestion (${a.status}).`,[s.error?.message??"It said nothing more."]),M()){F({sent:!0,reference:s.reference??null});return}R("Sent"),s.reference&&E(`Reference ${s.reference}. Quote it if you follow up.`),E("Somebody at Monterosa reads these. A format that keeps arriving gets built.")}var Kr=class extends Error{};function I$(e){let t=e.what.trim();if(!t)throw new Kr("Say what went wrong.");if(t.length>2e3)throw new Kr(`That is ${t.length} characters and the limit is 2000. Send what broke and how to hit it; we will ask for the rest.`);let r=(e.game??"").trim();return{kind:"issue",what:t,game:r||"none",cli_version:e.cliVersion,node_version:e.nodeVersion,platform:e.platform}}function P$(e){return JSON.stringify(e,null,2)}ue();var L1=process.env.GAMESTAGE_ISSUE_URL??"https://gamestage.ai/api/issue";async function C$(e,t,r,o=process.stdin){let n=await Ic(e,o),i;try{i=I$({what:n,game:t.game,cliVersion:r,nodeVersion:process.version,platform:process.platform})}catch(c){throw c instanceof Kr&&L(c.message),c}if(!t.send){if(M()){F({sent:!1,would_send:i});return}R("This is everything that would be sent"),f(),f(P$(i)),f(),E("No manifest, no round, no answers and no source. There is nowhere in that shape to put one."),E(n===e?`Send it with ${q('issue "..." --send')}.`:`Send it by piping the same text again, with ${q("issue --send")}.`);return}let a;try{a=await fetch(L1,{method:"POST",headers:{"content-type":"application/json"},body:JSON.stringify(i)})}catch(c){L("Could not reach Gamestage to send that.",[c instanceof Error?c.message:String(c)])}let s=await a.json().catch(()=>({}));if(a.ok||L(`Gamestage refused that report (${a.status}).`,[s.error?.message??"It said nothing more."]),M()){F({sent:!0,reference:s.reference??null});return}R("Reported"),s.reference&&E(`Reference ${s.reference}. Quote it if you follow up.`),E("It is in the backlog now. Somebody at Monterosa reads these.")}ne();yt();ue();import{readFile as D1}from"node:fs/promises";import{resolve as j1}from"node:path";async function O$(e){let t=j1(e),r;try{r=await D1(t,"utf8")}catch{L(`No such file: ${e}`,["Give the path to a JSON file holding the reference data."])}let o;try{o=JSON.parse(r)}catch(i){L(`${e} is not JSON.`,[i instanceof Error?i.message:"Could not parse it."])}let n=rn.safeParse(o);if(!n.success){let i=n.error.issues[0];L(`${e} is not valid reference data.`,[i?`${i.path.join(".")||"document"}: ${i.message}`:"No detail.",'It needs `{ "corpus": "1", "measures": [{ "key", "label", "values" }] }`.'])}return{body:r,measures:n.data.measures.map(i=>i.key)}}function M1(e){let t=rn.parse(JSON.parse(e));return Object.fromEntries(t.measures.map(r=>[r.key,Object.keys(r.values).length]))}var U1={copy:"immutable copy",pointer:"reference data"};async function z1(e,t,r){let o=await fetch(e.uploadUrl,{method:"PUT",body:new Uint8Array(Buffer.from(t,"utf8")),headers:{"content-type":"application/json"}});o.ok||L(`The ${r} upload was refused with ${o.status}.`,["A signed URL lasts fifteen minutes. Run the push again for a fresh one."])}async function N$(e,t){let{client:r}=await le(),{body:o}=await O$(t),n=Ns(o),i=await r.referenceUploadTarget(e,n),a=await ix(o,async(d,u)=>{await z1(d==="copy"?i.copy:i.pointer,u,U1[d])});a.ok||L(`${t} is not valid reference data.`,[a.detail??"No detail."]);let{measures:s,counts:c}=a.summary;if(M())return F({ok:!0,name:e,digest:n,measures:s,counts:c,key:i.pointer.key});R("Pushed"),E(`${e} is now the reference data for this workspace`);for(let d of s)E(`${d}: ${c[d].toLocaleString("en-GB")} values`);E(`Digest ${n}, kept so a round can say what it was scored on`),f(),E("A round provisioned from now on uses this. One already in play keeps"),E("the numbers it opened with, which is deliberate.")}async function R$(e,t){let{body:r,measures:o}=await O$(e),n=M1(r),i=rn.parse(JSON.parse(r)),a={};for(let s of i.measures){let c=t.filter(d=>typeof s.values[d]!="number");c.length&&(a[s.key]=c)}if(M())return F({ok:Object.keys(a).length===0,measures:o,counts:n,missing:a});R("Reference data");for(let s of o)E(`${s}: ${n[s].toLocaleString("en-GB")} values`);if(!t.length){f(),E("Pass the keys a round uses to check them: `reference check <file> <key>...`");return}if(f(),!Object.keys(a).length){E(`All ${t.length} key(s) are present in every measure.`);return}for(let[s,c]of Object.entries(a))E(`${s} has no value for ${c.map(d=>`"${d}"`).join(", ")}`);L("A round using those keys would be refused rather than scoring them as nothing.")}ne();yt();ue();import{readFile as F1}from"node:fs/promises";import{resolve as G1}from"node:path";import{createInterface as B1}from"node:readline/promises";async function W1(e){let t;try{t=await F1(G1(e),"utf8")}catch{L(`Cannot read ${e}.`,["Point at the manifest holding the round, e.g. `--manifest gamestage.yaml`."])}let r=pe(t);r.ok||L(`${e} is not a valid App Manifest.`,r.issues.map(n=>`${n.path} ${n.message}`));let o=r.ok?r.manifest.backend.round:void 0;return o||L(`${e} has no round in it.`,["There is nothing to push. A round lives under `backend.round` while a game is","still being built locally; once it is in Studio it lives there instead."]),o.archetype==="predict"&&L("A prediction's question and options are authored in Studio itself.",["They are the platform's own question and options rather than fields of ours,","which is what lets a producer reveal the answer once the world decides. There","is nothing here to write, and nothing to write it with."]),o}function K1(e){if(R("What goes into Studio"),E(`What a fan is told: ${e.prompt||"(nothing)"}`),e.archetype==="push"){E(e.target===void 0?"Target: left blank, so the round is built backwards from a perfect line at provisioning":`Target: ${e.target.toLocaleString()} ${e.targetLabel}`.trim());for(let t of e.slates)E(`${t.label||t.id}: ${t.entries.map(r=>r.label||r.key).join(", ")}`);f(),f("No point values go with it. They stay in your reference data, where only"),f("the Engine reads them.")}else if(e.archetype==="shoot")E(`Shots: ${e.shotsAllowed}, goals to win: ${e.goalsToWin}, points per goal: ${e.pointsPerGoal}`),E(`Keeper: ${e.difficulty}`),f(),f("Nothing here is an answer. The keeper is decided by the Engine at play time,"),f("from entropy it minted when the round was provisioned.");else{if(E(`Board: ${e.board.join(", ")}`),e.archetype==="hunt")E(`The answer: ${e.targets.join(", ")}`);else for(let t of e.groups)E(`${t.label}: ${t.members.join(", ")}`);f(),f("The answer goes with it, into a field Studio withholds from a fan's browser."),f("Only a producer signed into Studio can read it.")}f()}async function Z1(e,t){if(t)return!0;process.stdin.isTTY||L("Refusing to overwrite Studio without being asked.",[`Nothing has changed on ${e}.`,"Re-run with `--yes` if you mean to replace whatever a producer has typed."]);let r=B1({input:process.stdin,output:process.stdout});try{return(await r.question(`This replaces the round a producer may have edited on ${e}. Type yes to go ahead: `)).trim().toLowerCase()==="yes"}finally{r.close()}}async function L$(e,t){let r=t.manifest??"gamestage.yaml",o=await W1(r),n=o.archetype==="push"?Dk(o):o;if(M()||K1(n),!await Z1(e,!!t.yes)){f("Nothing was written.");return}try{let{client:i}=await le(),a=await i.seedRound(e,n);a.refused&&L("The round was not written into Studio.",[a.refused]);let s=n.archetype==="push"?{count:n.slates.length,noun:"groups of picks"}:{count:n.board.length,noun:"picks on the board"};F({game:e,seeded:!0,archetype:n.archetype,parts:s.count}),M()||(R("Written"),E(`${s.count} ${s.noun} are now on ${e}'s round in Studio.`),E("A producer can change every word of it without another deploy."),E("Take the round out of your manifest when you are ready: `gamestage dev` is the only thing that still reads it."),f())}catch(i){Te(i)}}ne();ue();import{readFile as H1}from"node:fs/promises";async function D$(e,t){let r;try{r=await H1(e,"utf8")}catch{return L(`Cannot read ${e}`)}let o=pe(r);if(!o.ok)return M()&&(F({ok:!1,stage:"parse",issues:o.issues}),process.exit(1)),L(`${e} is not a valid App Manifest`,o.issues.map(d=>`${S.cyan(d.path)} ${d.message}`));let n=o.manifest,i=Ue(n),a=null;if(t.level){let d=Yt.safeParse(t.level.toUpperCase());if(!d.success)return L(`Unknown level "${t.level}". Use L0 through L5.`);a=d.data}let s=a?o_(n,a):null,c=!i.overclaimed&&(s?.ok??!0);if(M()&&(F({ok:c,manifest_id:n.app.id,conformance:{claimed:i.claimed,computed:i.computed,overclaimed:i.overclaimed},required_level:a,missing:s?.missing??[],blockers:i.blockers,rules:i.results}),process.exit(c?0:1)),R(`${n.app.title} ${S.dim(n.app.id)}`),N("Schema",n.manifest.schema_version),N("Revision",String(n.manifest.revision)),N("Conformance",i.overclaimed?`${S.red(i.claimed)} claimed, ${S.bold(i.computed)} evidenced`:`${S.green(i.computed)} ${i.computedName}`),i.overclaimed){R("Overclaimed"),f(S.dim(" The manifest claims a level its evidence does not support. Lower the claim or supply the evidence."));for(let d of i.blockers)E(S.red(d.requirement))}if(a&&s&&!s.ok){R(`Not yet ${a}`);for(let d of s.missing)E(`${S.yellow(d.id)} ${d.requirement}`)}if(c&&(f(),f(` ${S.green("Valid")}${a?` at ${a}`:""}.`),i.blockers.length)){f(),f(S.dim(" Next level needs:"));for(let d of i.blockers)f(` ${S.dim("\xB7")} ${d.requirement}`)}f(),process.exit(c?0:1)}var j$={start:"none",doctor:"none",inspect:"none",create:"none",client:"none",suggest:"none",issue:"none","manifest validate":"none","reference check":"none",login:"none",logout:"none",whoami:"none",verify:"session",dev:"session","admin approve":"session","admin refuse":"session",status:"approved",deploy:"approved",archive:"approved",promote:"approved",prune:"approved",plan:"approved",suspend:"approved",wake:"approved",endpoint:"approved",logs:"approved","manifest register":"approved","reference push":"approved","round push":"approved","link github":"approved"};function M$(e){return e.options.filter(t=>!t.hidden).map(t=>({flags:t.flags,description:t.description,...t.defaultValue===void 0?{}:{default:t.defaultValue}}))}function U$(e,t){return e.commands.filter(r=>!r._hidden).map(r=>V1(r,t))}function V1(e,t){let r=t?`${t} ${e.name()}`:e.name(),o=!!e._actionHandler;return{name:e.name(),aliases:e.aliases(),summary:e.description(),arguments:e.registeredArguments.map(n=>({name:n.name(),required:n.required,description:n.description,...n.defaultValue===void 0?{}:{default:n.defaultValue}})),options:M$(e),...o?{account:j$[r]??"none"}:{},commands:U$(e,r)}}function z$(e,t){return{name:e.name(),version:t,summary:e.description(),options:M$(e),commands:U$(e,"")}}function F$(e){return e.includes("--json")&&(e.includes("--help")||e.includes("-h"))}ue();for(let e of[process.stdout,process.stderr])e.on("error",t=>{throw t.code==="EPIPE"&&process.exit(0),t});var J=new Un,Y1=(()=>{let e=Us.map(t=>t.format);return e.length<2?e.join(""):`${e.slice(0,-1).join(", ")} or ${e[e.length-1]}`})();J.name("gamestage").description("Take an agent-built game prototype to a production fan game.\nInspect, create and validate need no account. `dev` and `verify` need\nyou signed in; publishing a game needs that account approved too.").version(Je).option("--json","machine-readable output for agents",!1).hook("preAction",e=>{zg(!!e.opts().json)});J.command("start").description("read the current directory and point at the right next step").action(S$);J.command("doctor").description("check the local environment").action(d$);J.command("inspect").alias("adopt").argument("[target]","game file or project directory",".").option("--write [path]","write the generated manifest (default gamestage.yaml)").option("--force","replace an existing manifest, losing whatever it holds",!1).description("read an existing game read-only and produce an inspection report").action(m$);J.command("create").option("--name <name>","game name").option("--format <format>",`how the game is played: ${Y1}`).addOption(new Dt("--archetype <format>").hideHelp()).option("--write [path]","manifest path (default gamestage.yaml)").option("--force","replace files that are already here, losing what they hold",!1).description("start a new game, choosing how it is played before scaffolding").action(Lx);J.command("verify").option("--file <path>","the game to verify (index.html)").option("--manifest <path>","manifest the round is read from (gamestage.yaml)").option("--dir <path>","the directory a deploy would publish (defaults to the game's own)").option("--no-browser","skip the browser proof (exits 2 unless another check fails)").description("run the game against a real Engine and prove the migration is done (requires sign-in)").action(e=>xg({...e,noBrowser:e.browser===!1}));J.command("client").option("--out <dir>","where to write it, defaulting to the current directory").description("write the player client into your project, as a browser can load it").action(Gg);var G$=J.command("manifest").description("work with the App Manifest");G$.command("register").argument("[path]","manifest path","gamestage.yaml").description("register an existing manifest with the control plane (requires sign-in)").action(n$);G$.command("validate").argument("[path]","manifest path","gamestage.yaml").option("--level <level>","require a conformance level (L0-L5)").description("validate a manifest and report its evidenced conformance").action(D$);J.command("status").argument("[game]","one game, or the whole workspace when omitted").description("what is deployed, what state it is in, and what caps are near").action(JE);J.command("deploy").argument("<game>","game id").option("--revision <revision>","manifest revision being published").option("--hash <hash>","content hash of the snapshot").option("--level <level>","evidenced conformance level (L0-L5)").option("--prize","the game offers a prize (paid tiers only)",!1).option("--file <path>","the game's HTML, uploaded before the deploy gate runs").option("--dir <path>","the game's directory, uploaded with relative paths").option("--manifest <path>","manifest the round is read from (gamestage.yaml)").option("--notes <text>","what changed, said in the deploy announcement and the game's log").option("--no-check","skip loading the published page in a browser afterwards").option("--allow <path...>","publish a file the deploy gate suspects; it never clears a certain finding").description("publish a snapshot to a playground, and the round it puts on").action(qE);var B$=J.command("reference").description("the private data a round is scored against");B$.command("push").argument("<name>",'the name a producer types in Studio, e.g. "the-limit/careers.json"').argument("<file>","the JSON file holding it").description("upload reference data, and an immutable copy a round can be pinned to").action(N$);B$.command("check").argument("<file>","the JSON file holding it").argument("[keys...]","the keys a round uses, to check they are all present").description("what a round would fail on, before a producer finds out").action(R$);var J1=J.command("round").description("the round a fan plays, and getting it into Studio");J1.command("push").argument("<game>","game id").option("--manifest <path>","manifest the round is read from","gamestage.yaml").option("--yes","do not ask before replacing what a producer has typed",!1).description("write your round into Studio, where a producer owns it from then on").action(L$);J.command("archive").argument("<game>","game id").description("take a game off the air while retaining its record and files").action(XE);J.command("promote").argument("<game>","game id").description("approve your own game to move from dev to prod").action(QE);J.command("prune").option("--yes","do not ask before deleting",!1).description("remove archived games that never deployed").action(e$);J.command("plan").argument("<plan>","runtime, live or enterprise").description("change this workspace's plan and its limits").action(t$);J.command("suspend").argument("<game>","game id").description("take a game off the air and free its live slot").action(e=>Ig(e,!1));J.command("wake").argument("<game>","game id").description("put a suspended game back on the air").action(e=>Ig(e,!0));J.command("endpoint").argument("<game>","game id").argument("[which]","player, control or playground; all three when omitted").description("print where a deployed game answers").action(r$);J.command("logs").argument("<game>","game id").option("--limit <n>","how many lines, newest kept","100").option("--since <iso>","only lines after this timestamp").option("--level <level>","info, warn or error").description("tail a game's runtime log").action(i$);J.command("dev").option("--port <port>","local HTTP port","4000").option("--manifest <path>","manifest the round is read from (gamestage.yaml)").option("--fixture","serve the contract fixture instead of your own round",!1).option("--scenario <name>","fixture scenario, for contract work").option("--as <player>","play as a named signed-in player, with a keypair minted for this run").description("serve your round locally, through the Engine that will serve it in the cloud (requires sign-in)").action(l$);J.command("suggest").description("tell us about a format or feature we do not have (no account needed)").argument("[what]","what you were trying to build, or pipe it in").option("--closest <format>","the format that came nearest, if one did").option("--send","actually send it, having seen what it says",!1).action((e,t)=>A$(e,t,Je));J.command("issue").description("report something that went wrong (no account needed)").argument("[what]","what went wrong, or pipe it in").option("--game <id>","the game it happened on, if it was about one").option("--send","actually send it, having seen what it says",!1).action((e,t)=>C$(e,t,Je));J.command("login").description("sign in, or create an account (needed before dev, verify or deploy)").option("--workspace <id>","the workspace you expect to land in, from the welcome screen").action(e=>w$(e.workspace));var q1=J.command("link").description("connect an account Gamestage needs (requires sign-in)");q1.command("github").description("link your GitHub account, which a first deploy requires").action(v$);var W$=J.command("admin").description("approve or refuse a creator's account (operators only)");W$.command("approve").argument("<workspace>","workspace id, from the registration alert").description("let this account use the runtime").action(e=>Ag(e,"approved"));W$.command("refuse").argument("<workspace>","workspace id, from the registration alert").description("turn this account down, finally").action(e=>Ag(e,"refused"));J.command("logout").description("forget the stored session").action(_$);J.command("whoami").description("show who the CLI is signed in as").action(k$);F$(process.argv)&&(process.stdout.write(`${JSON.stringify(z$(J,Je),null,2)}
10256
+ `),process.exit(0));J.parseAsync(process.argv).catch(e=>{process.stderr.write(`${e instanceof Error?e.message:String(e)}
10211
10257
  `),process.exit(1)});
10212
10258
  /*! Bundled license information:
10213
10259