@anthropic-ai/claude-agent-sdk 0.3.174 → 0.3.175
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assistant.mjs +4 -4
- package/bridge.d.ts +6 -1
- package/bridge.mjs +75 -75
- package/browser-sdk.js +1 -1
- package/manifest.json +19 -19
- package/manifest.zst.json +23 -23
- package/package.json +10 -10
- package/sdk.d.ts +4 -0
- package/sdk.mjs +40 -40
package/sdk.mjs
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
// (c) Anthropic PBC. All rights reserved. Use is subject to the Legal Agreements outlined here: https://code.claude.com/docs/en/legal-and-compliance.
|
|
3
3
|
|
|
4
|
-
// Version: 0.3.
|
|
4
|
+
// Version: 0.3.175
|
|
5
5
|
|
|
6
6
|
// Want to see the unminified source? We're hiring!
|
|
7
7
|
// https://job-boards.greenhouse.io/anthropic/jobs/4816199008
|
|
8
|
-
import{createRequire as Tz}from"node:module";var yz=Object.create;var{getPrototypeOf:bz,defineProperty:kg,getOwnPropertyNames:_z}=Object;var vz=Object.prototype.hasOwnProperty;function Sz(e){return this[e]}var xz,wz,Eg=(e,t,r)=>{var o=e!=null&&typeof e==="object";if(o){var n=t?xz??=new WeakMap:wz??=new WeakMap,i=n.get(e);if(i)return i}r=e!=null?yz(bz(e)):{};let s=t||!e||!e.__esModule?kg(r,"default",{value:e,enumerable:!0}):r;for(let a of _z(e))if(!vz.call(s,a))kg(s,a,{get:Sz.bind(e,a),enumerable:!0});if(o)n.set(e,s);return s};var k=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports);var kz=(e)=>e;function Ez(e,t){this[e]=kz.bind(null,t)}var xr=(e,t)=>{for(var r in t)kg(e,r,{get:t[r],enumerable:!0,configurable:!0,set:Ez.bind(t,r)})};var Ot=Tz(import.meta.url),Pz=Symbol.dispose||Symbol.for("Symbol.dispose"),Iz=Symbol.asyncDispose||Symbol.for("Symbol.asyncDispose"),_e=(e,t,r)=>{if(t!=null){if(typeof t!=="object"&&typeof t!=="function")throw TypeError('Object expected to be assigned to "using" declaration');var o;if(r)o=t[Iz];if(o===void 0)o=t[Pz];if(typeof o!=="function")throw TypeError("Object not disposable");e.push([r,o,t])}else if(r)e.push([r]);return t},ve=(e,t,r)=>{var o=typeof SuppressedError==="function"?SuppressedError:function(s,a,c,u){return u=Error(c),u.name="SuppressedError",u.error=s,u.suppressed=a,u},n=(s)=>t=r?new o(s,t,"An error was suppressed during disposal"):(r=!0,s),i=(s)=>{while(s=e.pop())try{var a=s[1]&&s[1].call(s[2]);if(s[0])return Promise.resolve(a).then(i,(c)=>(n(c),i()))}catch(c){n(c)}if(r)throw t};return i()};var BT=k((LT)=>{Object.defineProperty(LT,"__esModule",{value:!0});LT._globalThis=void 0;LT._globalThis=typeof globalThis==="object"?globalThis:global});var HT=k((go)=>{var bB=go&&go.__createBinding||(Object.create?function(e,t,r,o){if(o===void 0)o=r;Object.defineProperty(e,o,{enumerable:!0,get:function(){return t[r]}})}:function(e,t,r,o){if(o===void 0)o=r;e[o]=t[r]}),_B=go&&go.__exportStar||function(e,t){for(var r in e)if(r!=="default"&&!Object.prototype.hasOwnProperty.call(t,r))bB(t,e,r)};Object.defineProperty(go,"__esModule",{value:!0});_B(BT(),go)});var qT=k((ho)=>{var vB=ho&&ho.__createBinding||(Object.create?function(e,t,r,o){if(o===void 0)o=r;Object.defineProperty(e,o,{enumerable:!0,get:function(){return t[r]}})}:function(e,t,r,o){if(o===void 0)o=r;e[o]=t[r]}),SB=ho&&ho.__exportStar||function(e,t){for(var r in e)if(r!=="default"&&!Object.prototype.hasOwnProperty.call(t,r))vB(t,e,r)};Object.defineProperty(ho,"__esModule",{value:!0});SB(HT(),ho)});var Uh=k((ZT)=>{Object.defineProperty(ZT,"__esModule",{value:!0});ZT.VERSION=void 0;ZT.VERSION="1.9.0"});var XT=k((GT)=>{Object.defineProperty(GT,"__esModule",{value:!0});GT.isCompatible=GT._makeCompatibilityCheck=void 0;var xB=Uh(),WT=/^(\d+)\.(\d+)\.(\d+)(-(.+))?$/;function KT(e){let t=new Set([e]),r=new Set,o=e.match(WT);if(!o)return()=>!1;let n={major:+o[1],minor:+o[2],patch:+o[3],prerelease:o[4]};if(n.prerelease!=null)return function(c){return c===e};function i(a){return r.add(a),!1}function s(a){return t.add(a),!0}return function(c){if(t.has(c))return!0;if(r.has(c))return!1;let u=c.match(WT);if(!u)return i(c);let d={major:+u[1],minor:+u[2],patch:+u[3],prerelease:u[4]};if(d.prerelease!=null)return i(c);if(n.major!==d.major)return i(c);if(n.major===0){if(n.minor===d.minor&&n.patch<=d.patch)return s(c);return i(c)}if(n.minor<=d.minor)return s(c);return i(c)}}GT._makeCompatibilityCheck=KT;GT.isCompatible=KT(xB.VERSION)});var yo=k((YT)=>{Object.defineProperty(YT,"__esModule",{value:!0});YT.unregisterGlobal=YT.getGlobal=YT.registerGlobal=void 0;var kB=qT(),$i=Uh(),EB=XT(),TB=$i.VERSION.split(".")[0],Za=Symbol.for(`opentelemetry.js.api.${TB}`),Va=kB._globalThis;function PB(e,t,r,o=!1){var n;let i=Va[Za]=(n=Va[Za])!==null&&n!==void 0?n:{version:$i.VERSION};if(!o&&i[e]){let s=Error(`@opentelemetry/api: Attempted duplicate registration of API: ${e}`);return r.error(s.stack||s.message),!1}if(i.version!==$i.VERSION){let s=Error(`@opentelemetry/api: Registration of version v${i.version} for ${e} does not match previously registered API v${$i.VERSION}`);return r.error(s.stack||s.message),!1}return i[e]=t,r.debug(`@opentelemetry/api: Registered a global for ${e} v${$i.VERSION}.`),!0}YT.registerGlobal=PB;function IB(e){var t,r;let o=(t=Va[Za])===null||t===void 0?void 0:t.version;if(!o||!(0,EB.isCompatible)(o))return;return(r=Va[Za])===null||r===void 0?void 0:r[e]}YT.getGlobal=IB;function RB(e,t){t.debug(`@opentelemetry/api: Unregistering a global for ${e} v${$i.VERSION}.`);let r=Va[Za];if(r)delete r[e]}YT.unregisterGlobal=RB});var nP=k((tP)=>{Object.defineProperty(tP,"__esModule",{value:!0});tP.DiagComponentLogger=void 0;var AB=yo();class eP{constructor(e){this._namespace=e.namespace||"DiagComponentLogger"}debug(...e){return Wa("debug",this._namespace,e)}error(...e){return Wa("error",this._namespace,e)}info(...e){return Wa("info",this._namespace,e)}warn(...e){return Wa("warn",this._namespace,e)}verbose(...e){return Wa("verbose",this._namespace,e)}}tP.DiagComponentLogger=eP;function Wa(e,t,r){let o=(0,AB.getGlobal)("diag");if(!o)return;return r.unshift(t),o[e](...r)}});var Sd=k((oP)=>{Object.defineProperty(oP,"__esModule",{value:!0});oP.DiagLogLevel=void 0;var CB;(function(e){e[e.NONE=0]="NONE",e[e.ERROR=30]="ERROR",e[e.WARN=50]="WARN",e[e.INFO=60]="INFO",e[e.DEBUG=70]="DEBUG",e[e.VERBOSE=80]="VERBOSE",e[e.ALL=9999]="ALL"})(CB=oP.DiagLogLevel||(oP.DiagLogLevel={}))});var aP=k((iP)=>{Object.defineProperty(iP,"__esModule",{value:!0});iP.createLogLevelDiagLogger=void 0;var Fr=Sd();function MB(e,t){if(e<Fr.DiagLogLevel.NONE)e=Fr.DiagLogLevel.NONE;else if(e>Fr.DiagLogLevel.ALL)e=Fr.DiagLogLevel.ALL;t=t||{};function r(o,n){let i=t[o];if(typeof i==="function"&&e>=n)return i.bind(t);return function(){}}return{error:r("error",Fr.DiagLogLevel.ERROR),warn:r("warn",Fr.DiagLogLevel.WARN),info:r("info",Fr.DiagLogLevel.INFO),debug:r("debug",Fr.DiagLogLevel.DEBUG),verbose:r("verbose",Fr.DiagLogLevel.VERBOSE)}}iP.createLogLevelDiagLogger=MB});var bo=k((lP)=>{Object.defineProperty(lP,"__esModule",{value:!0});lP.DiagAPI=void 0;var DB=nP(),NB=aP(),cP=Sd(),xd=yo(),jB="diag";class Lh{constructor(){function e(o){return function(...n){let i=(0,xd.getGlobal)("diag");if(!i)return;return i[o](...n)}}let t=this,r=(o,n={logLevel:cP.DiagLogLevel.INFO})=>{var i,s,a;if(o===t){let d=Error("Cannot use diag as the logger for itself. Please use a DiagLogger implementation like ConsoleDiagLogger or a custom implementation");return t.error((i=d.stack)!==null&&i!==void 0?i:d.message),!1}if(typeof n==="number")n={logLevel:n};let c=(0,xd.getGlobal)("diag"),u=(0,NB.createLogLevelDiagLogger)((s=n.logLevel)!==null&&s!==void 0?s:cP.DiagLogLevel.INFO,o);if(c&&!n.suppressOverrideMessage){let d=(a=Error().stack)!==null&&a!==void 0?a:"<failed to generate stacktrace>";c.warn(`Current logger will be overwritten from ${d}`),u.warn(`Current logger will overwrite one already registered from ${d}`)}return(0,xd.registerGlobal)("diag",u,t,!0)};t.setLogger=r,t.disable=()=>{(0,xd.unregisterGlobal)(jB,t)},t.createComponentLogger=(o)=>new DB.DiagComponentLogger(o),t.verbose=e("verbose"),t.debug=e("debug"),t.info=e("info"),t.warn=e("warn"),t.error=e("error")}static instance(){if(!this._instance)this._instance=new Lh;return this._instance}}lP.DiagAPI=Lh});var fP=k((dP)=>{Object.defineProperty(dP,"__esModule",{value:!0});dP.BaggageImpl=void 0;class Oi{constructor(e){this._entries=e?new Map(e):new Map}getEntry(e){let t=this._entries.get(e);if(!t)return;return Object.assign({},t)}getAllEntries(){return Array.from(this._entries.entries()).map(([e,t])=>[e,t])}setEntry(e,t){let r=new Oi(this._entries);return r._entries.set(e,t),r}removeEntry(e){let t=new Oi(this._entries);return t._entries.delete(e),t}removeEntries(...e){let t=new Oi(this._entries);for(let r of e)t._entries.delete(r);return t}clear(){return new Oi}}dP.BaggageImpl=Oi});var hP=k((mP)=>{Object.defineProperty(mP,"__esModule",{value:!0});mP.baggageEntryMetadataSymbol=void 0;mP.baggageEntryMetadataSymbol=Symbol("BaggageEntryMetadata")});var Fh=k((yP)=>{Object.defineProperty(yP,"__esModule",{value:!0});yP.baggageEntryMetadataFromString=yP.createBaggage=void 0;var UB=bo(),zB=fP(),LB=hP(),FB=UB.DiagAPI.instance();function BB(e={}){return new zB.BaggageImpl(new Map(Object.entries(e)))}yP.createBaggage=BB;function HB(e){if(typeof e!=="string")FB.error(`Cannot create baggage metadata from unknown type: ${typeof e}`),e="";return{__TYPE__:LB.baggageEntryMetadataSymbol,toString(){return e}}}yP.baggageEntryMetadataFromString=HB});var Ka=k((_P)=>{Object.defineProperty(_P,"__esModule",{value:!0});_P.ROOT_CONTEXT=_P.createContextKey=void 0;function ZB(e){return Symbol.for(e)}_P.createContextKey=ZB;class wd{constructor(e){let t=this;t._currentContext=e?new Map(e):new Map,t.getValue=(r)=>t._currentContext.get(r),t.setValue=(r,o)=>{let n=new wd(t._currentContext);return n._currentContext.set(r,o),n},t.deleteValue=(r)=>{let o=new wd(t._currentContext);return o._currentContext.delete(r),o}}}_P.ROOT_CONTEXT=new wd});var kP=k((xP)=>{Object.defineProperty(xP,"__esModule",{value:!0});xP.DiagConsoleLogger=void 0;var Bh=[{n:"error",c:"error"},{n:"warn",c:"warn"},{n:"info",c:"info"},{n:"debug",c:"debug"},{n:"verbose",c:"trace"}];class SP{constructor(){function e(t){return function(...r){if(console){let o=console[t];if(typeof o!=="function")o=console.log;if(typeof o==="function")return o.apply(console,r)}}}for(let t=0;t<Bh.length;t++)this[Bh[t].n]=e(Bh[t].c)}}xP.DiagConsoleLogger=SP});var Xh=k((EP)=>{Object.defineProperty(EP,"__esModule",{value:!0});EP.createNoopMeter=EP.NOOP_OBSERVABLE_UP_DOWN_COUNTER_METRIC=EP.NOOP_OBSERVABLE_GAUGE_METRIC=EP.NOOP_OBSERVABLE_COUNTER_METRIC=EP.NOOP_UP_DOWN_COUNTER_METRIC=EP.NOOP_HISTOGRAM_METRIC=EP.NOOP_GAUGE_METRIC=EP.NOOP_COUNTER_METRIC=EP.NOOP_METER=EP.NoopObservableUpDownCounterMetric=EP.NoopObservableGaugeMetric=EP.NoopObservableCounterMetric=EP.NoopObservableMetric=EP.NoopHistogramMetric=EP.NoopGaugeMetric=EP.NoopUpDownCounterMetric=EP.NoopCounterMetric=EP.NoopMetric=EP.NoopMeter=void 0;class Hh{constructor(){}createGauge(e,t){return EP.NOOP_GAUGE_METRIC}createHistogram(e,t){return EP.NOOP_HISTOGRAM_METRIC}createCounter(e,t){return EP.NOOP_COUNTER_METRIC}createUpDownCounter(e,t){return EP.NOOP_UP_DOWN_COUNTER_METRIC}createObservableGauge(e,t){return EP.NOOP_OBSERVABLE_GAUGE_METRIC}createObservableCounter(e,t){return EP.NOOP_OBSERVABLE_COUNTER_METRIC}createObservableUpDownCounter(e,t){return EP.NOOP_OBSERVABLE_UP_DOWN_COUNTER_METRIC}addBatchObservableCallback(e,t){}removeBatchObservableCallback(e){}}EP.NoopMeter=Hh;class Ai{}EP.NoopMetric=Ai;class qh extends Ai{add(e,t){}}EP.NoopCounterMetric=qh;class Zh extends Ai{add(e,t){}}EP.NoopUpDownCounterMetric=Zh;class Vh extends Ai{record(e,t){}}EP.NoopGaugeMetric=Vh;class Wh extends Ai{record(e,t){}}EP.NoopHistogramMetric=Wh;class Ga{addCallback(e){}removeCallback(e){}}EP.NoopObservableMetric=Ga;class Kh extends Ga{}EP.NoopObservableCounterMetric=Kh;class Gh extends Ga{}EP.NoopObservableGaugeMetric=Gh;class Jh extends Ga{}EP.NoopObservableUpDownCounterMetric=Jh;EP.NOOP_METER=new Hh;EP.NOOP_COUNTER_METRIC=new qh;EP.NOOP_GAUGE_METRIC=new Vh;EP.NOOP_HISTOGRAM_METRIC=new Wh;EP.NOOP_UP_DOWN_COUNTER_METRIC=new Zh;EP.NOOP_OBSERVABLE_COUNTER_METRIC=new Kh;EP.NOOP_OBSERVABLE_GAUGE_METRIC=new Gh;EP.NOOP_OBSERVABLE_UP_DOWN_COUNTER_METRIC=new Jh;function WB(){return EP.NOOP_METER}EP.createNoopMeter=WB});var NP=k((DP)=>{Object.defineProperty(DP,"__esModule",{value:!0});DP.ValueType=void 0;var oH;(function(e){e[e.INT=0]="INT",e[e.DOUBLE=1]="DOUBLE"})(oH=DP.ValueType||(DP.ValueType={}))});var Qh=k((jP)=>{Object.defineProperty(jP,"__esModule",{value:!0});jP.defaultTextMapSetter=jP.defaultTextMapGetter=void 0;jP.defaultTextMapGetter={get(e,t){if(e==null)return;return e[t]},keys(e){if(e==null)return[];return Object.keys(e)}};jP.defaultTextMapSetter={set(e,t,r){if(e==null)return;e[t]=r}}});var BP=k((LP)=>{Object.defineProperty(LP,"__esModule",{value:!0});LP.NoopContextManager=void 0;var sH=Ka();class zP{active(){return sH.ROOT_CONTEXT}with(e,t,r,...o){return t.call(r,...o)}bind(e,t){return t}enable(){return this}disable(){return this}}LP.NoopContextManager=zP});var Ja=k((qP)=>{Object.defineProperty(qP,"__esModule",{value:!0});qP.ContextAPI=void 0;var aH=BP(),ey=yo(),HP=bo(),ty="context",cH=new aH.NoopContextManager;class ry{constructor(){}static getInstance(){if(!this._instance)this._instance=new ry;return this._instance}setGlobalContextManager(e){return(0,ey.registerGlobal)(ty,e,HP.DiagAPI.instance())}active(){return this._getContextManager().active()}with(e,t,r,...o){return this._getContextManager().with(e,t,r,...o)}bind(e,t){return this._getContextManager().bind(e,t)}_getContextManager(){return(0,ey.getGlobal)(ty)||cH}disable(){this._getContextManager().disable(),(0,ey.unregisterGlobal)(ty,HP.DiagAPI.instance())}}qP.ContextAPI=ry});var oy=k((VP)=>{Object.defineProperty(VP,"__esModule",{value:!0});VP.TraceFlags=void 0;var lH;(function(e){e[e.NONE=0]="NONE",e[e.SAMPLED=1]="SAMPLED"})(lH=VP.TraceFlags||(VP.TraceFlags={}))});var kd=k((WP)=>{Object.defineProperty(WP,"__esModule",{value:!0});WP.INVALID_SPAN_CONTEXT=WP.INVALID_TRACEID=WP.INVALID_SPANID=void 0;var uH=oy();WP.INVALID_SPANID="0000000000000000";WP.INVALID_TRACEID="00000000000000000000000000000000";WP.INVALID_SPAN_CONTEXT={traceId:WP.INVALID_TRACEID,spanId:WP.INVALID_SPANID,traceFlags:uH.TraceFlags.NONE}});var Ed=k((YP)=>{Object.defineProperty(YP,"__esModule",{value:!0});YP.NonRecordingSpan=void 0;var dH=kd();class XP{constructor(e=dH.INVALID_SPAN_CONTEXT){this._spanContext=e}spanContext(){return this._spanContext}setAttribute(e,t){return this}setAttributes(e){return this}addEvent(e,t){return this}addLink(e){return this}addLinks(e){return this}setStatus(e){return this}updateName(e){return this}end(e){}isRecording(){return!1}recordException(e,t){}}YP.NonRecordingSpan=XP});var ay=k((tI)=>{Object.defineProperty(tI,"__esModule",{value:!0});tI.getSpanContext=tI.setSpanContext=tI.deleteSpan=tI.setSpan=tI.getActiveSpan=tI.getSpan=void 0;var pH=Ka(),fH=Ed(),mH=Ja(),iy=(0,pH.createContextKey)("OpenTelemetry Context Key SPAN");function sy(e){return e.getValue(iy)||void 0}tI.getSpan=sy;function gH(){return sy(mH.ContextAPI.getInstance().active())}tI.getActiveSpan=gH;function eI(e,t){return e.setValue(iy,t)}tI.setSpan=eI;function hH(e){return e.deleteValue(iy)}tI.deleteSpan=hH;function yH(e,t){return eI(e,new fH.NonRecordingSpan(t))}tI.setSpanContext=yH;function bH(e){var t;return(t=sy(e))===null||t===void 0?void 0:t.spanContext()}tI.getSpanContext=bH});var Td=k((sI)=>{Object.defineProperty(sI,"__esModule",{value:!0});sI.wrapSpanContext=sI.isSpanContextValid=sI.isValidSpanId=sI.isValidTraceId=void 0;var nI=kd(),kH=Ed(),EH=/^([0-9a-f]{32})$/i,TH=/^[0-9a-f]{16}$/i;function oI(e){return EH.test(e)&&e!==nI.INVALID_TRACEID}sI.isValidTraceId=oI;function iI(e){return TH.test(e)&&e!==nI.INVALID_SPANID}sI.isValidSpanId=iI;function PH(e){return oI(e.traceId)&&iI(e.spanId)}sI.isSpanContextValid=PH;function IH(e){return new kH.NonRecordingSpan(e)}sI.wrapSpanContext=IH});var uy=k((uI)=>{Object.defineProperty(uI,"__esModule",{value:!0});uI.NoopTracer=void 0;var AH=Ja(),cI=ay(),cy=Ed(),CH=Td(),ly=AH.ContextAPI.getInstance();class lI{startSpan(e,t,r=ly.active()){if(Boolean(t===null||t===void 0?void 0:t.root))return new cy.NonRecordingSpan;let n=r&&(0,cI.getSpanContext)(r);if(MH(n)&&(0,CH.isSpanContextValid)(n))return new cy.NonRecordingSpan(n);else return new cy.NonRecordingSpan}startActiveSpan(e,t,r,o){let n,i,s;if(arguments.length<2)return;else if(arguments.length===2)s=t;else if(arguments.length===3)n=t,s=r;else n=t,i=r,s=o;let a=i!==null&&i!==void 0?i:ly.active(),c=this.startSpan(e,n,a),u=(0,cI.setSpan)(a,c);return ly.with(u,s,void 0,c)}}uI.NoopTracer=lI;function MH(e){return typeof e==="object"&&typeof e.spanId==="string"&&typeof e.traceId==="string"&&typeof e.traceFlags==="number"}});var dy=k((fI)=>{Object.defineProperty(fI,"__esModule",{value:!0});fI.ProxyTracer=void 0;var DH=uy(),NH=new DH.NoopTracer;class pI{constructor(e,t,r,o){this._provider=e,this.name=t,this.version=r,this.options=o}startSpan(e,t,r){return this._getTracer().startSpan(e,t,r)}startActiveSpan(e,t,r,o){let n=this._getTracer();return Reflect.apply(n.startActiveSpan,n,arguments)}_getTracer(){if(this._delegate)return this._delegate;let e=this._provider.getDelegateTracer(this.name,this.version,this.options);if(!e)return NH;return this._delegate=e,this._delegate}}fI.ProxyTracer=pI});var bI=k((hI)=>{Object.defineProperty(hI,"__esModule",{value:!0});hI.NoopTracerProvider=void 0;var jH=uy();class gI{getTracer(e,t,r){return new jH.NoopTracer}}hI.NoopTracerProvider=gI});var py=k((vI)=>{Object.defineProperty(vI,"__esModule",{value:!0});vI.ProxyTracerProvider=void 0;var UH=dy(),zH=bI(),LH=new zH.NoopTracerProvider;class _I{getTracer(e,t,r){var o;return(o=this.getDelegateTracer(e,t,r))!==null&&o!==void 0?o:new UH.ProxyTracer(this,e,t,r)}getDelegate(){var e;return(e=this._delegate)!==null&&e!==void 0?e:LH}setDelegate(e){this._delegate=e}getDelegateTracer(e,t,r){var o;return(o=this._delegate)===null||o===void 0?void 0:o.getTracer(e,t,r)}}vI.ProxyTracerProvider=_I});var wI=k((xI)=>{Object.defineProperty(xI,"__esModule",{value:!0});xI.SamplingDecision=void 0;var FH;(function(e){e[e.NOT_RECORD=0]="NOT_RECORD",e[e.RECORD=1]="RECORD",e[e.RECORD_AND_SAMPLED=2]="RECORD_AND_SAMPLED"})(FH=xI.SamplingDecision||(xI.SamplingDecision={}))});var EI=k((kI)=>{Object.defineProperty(kI,"__esModule",{value:!0});kI.SpanKind=void 0;var BH;(function(e){e[e.INTERNAL=0]="INTERNAL",e[e.SERVER=1]="SERVER",e[e.CLIENT=2]="CLIENT",e[e.PRODUCER=3]="PRODUCER",e[e.CONSUMER=4]="CONSUMER"})(BH=kI.SpanKind||(kI.SpanKind={}))});var PI=k((TI)=>{Object.defineProperty(TI,"__esModule",{value:!0});TI.SpanStatusCode=void 0;var HH;(function(e){e[e.UNSET=0]="UNSET",e[e.OK=1]="OK",e[e.ERROR=2]="ERROR"})(HH=TI.SpanStatusCode||(TI.SpanStatusCode={}))});var $I=k((II)=>{Object.defineProperty(II,"__esModule",{value:!0});II.validateValue=II.validateKey=void 0;var hy="[_0-9a-z-*/]",qH=`[a-z]${hy}{0,255}`,ZH=`[a-z0-9]${hy}{0,240}@[a-z]${hy}{0,13}`,VH=new RegExp(`^(?:${qH}|${ZH})$`),WH=/^[ -~]{0,255}[!-~]$/,KH=/,|=/;function GH(e){return VH.test(e)}II.validateKey=GH;function JH(e){return WH.test(e)&&!KH.test(e)}II.validateValue=JH});var jI=k((DI)=>{Object.defineProperty(DI,"__esModule",{value:!0});DI.TraceStateImpl=void 0;var OI=$I(),AI=32,YH=512,CI=",",MI="=";class yy{constructor(e){if(this._internalState=new Map,e)this._parse(e)}set(e,t){let r=this._clone();if(r._internalState.has(e))r._internalState.delete(e);return r._internalState.set(e,t),r}unset(e){let t=this._clone();return t._internalState.delete(e),t}get(e){return this._internalState.get(e)}serialize(){return this._keys().reduce((e,t)=>(e.push(t+MI+this.get(t)),e),[]).join(CI)}_parse(e){if(e.length>YH)return;if(this._internalState=e.split(CI).reverse().reduce((t,r)=>{let o=r.trim(),n=o.indexOf(MI);if(n!==-1){let i=o.slice(0,n),s=o.slice(n+1,r.length);if((0,OI.validateKey)(i)&&(0,OI.validateValue)(s))t.set(i,s)}return t},new Map),this._internalState.size>AI)this._internalState=new Map(Array.from(this._internalState.entries()).reverse().slice(0,AI))}_keys(){return Array.from(this._internalState.keys()).reverse()}_clone(){let e=new yy;return e._internalState=new Map(this._internalState),e}}DI.TraceStateImpl=yy});var LI=k((UI)=>{Object.defineProperty(UI,"__esModule",{value:!0});UI.createTraceState=void 0;var QH=jI();function eq(e){return new QH.TraceStateImpl(e)}UI.createTraceState=eq});var HI=k((FI)=>{Object.defineProperty(FI,"__esModule",{value:!0});FI.context=void 0;var tq=Ja();FI.context=tq.ContextAPI.getInstance()});var VI=k((qI)=>{Object.defineProperty(qI,"__esModule",{value:!0});qI.diag=void 0;var rq=bo();qI.diag=rq.DiagAPI.instance()});var GI=k((WI)=>{Object.defineProperty(WI,"__esModule",{value:!0});WI.NOOP_METER_PROVIDER=WI.NoopMeterProvider=void 0;var nq=Xh();class by{getMeter(e,t,r){return nq.NOOP_METER}}WI.NoopMeterProvider=by;WI.NOOP_METER_PROVIDER=new by});var QI=k((XI)=>{Object.defineProperty(XI,"__esModule",{value:!0});XI.MetricsAPI=void 0;var iq=GI(),_y=yo(),JI=bo(),vy="metrics";class Sy{constructor(){}static getInstance(){if(!this._instance)this._instance=new Sy;return this._instance}setGlobalMeterProvider(e){return(0,_y.registerGlobal)(vy,e,JI.DiagAPI.instance())}getMeterProvider(){return(0,_y.getGlobal)(vy)||iq.NOOP_METER_PROVIDER}getMeter(e,t,r){return this.getMeterProvider().getMeter(e,t,r)}disable(){(0,_y.unregisterGlobal)(vy,JI.DiagAPI.instance())}}XI.MetricsAPI=Sy});var rR=k((eR)=>{Object.defineProperty(eR,"__esModule",{value:!0});eR.metrics=void 0;var sq=QI();eR.metrics=sq.MetricsAPI.getInstance()});var sR=k((oR)=>{Object.defineProperty(oR,"__esModule",{value:!0});oR.NoopTextMapPropagator=void 0;class nR{inject(e,t){}extract(e,t){return e}fields(){return[]}}oR.NoopTextMapPropagator=nR});var uR=k((cR)=>{Object.defineProperty(cR,"__esModule",{value:!0});cR.deleteBaggage=cR.setBaggage=cR.getActiveBaggage=cR.getBaggage=void 0;var aq=Ja(),cq=Ka(),xy=(0,cq.createContextKey)("OpenTelemetry Baggage Key");function aR(e){return e.getValue(xy)||void 0}cR.getBaggage=aR;function lq(){return aR(aq.ContextAPI.getInstance().active())}cR.getActiveBaggage=lq;function uq(e,t){return e.setValue(xy,t)}cR.setBaggage=uq;function dq(e){return e.deleteValue(xy)}cR.deleteBaggage=dq});var gR=k((fR)=>{Object.defineProperty(fR,"__esModule",{value:!0});fR.PropagationAPI=void 0;var wy=yo(),gq=sR(),dR=Qh(),Pd=uR(),hq=Fh(),pR=bo(),ky="propagation",yq=new gq.NoopTextMapPropagator;class Ey{constructor(){this.createBaggage=hq.createBaggage,this.getBaggage=Pd.getBaggage,this.getActiveBaggage=Pd.getActiveBaggage,this.setBaggage=Pd.setBaggage,this.deleteBaggage=Pd.deleteBaggage}static getInstance(){if(!this._instance)this._instance=new Ey;return this._instance}setGlobalPropagator(e){return(0,wy.registerGlobal)(ky,e,pR.DiagAPI.instance())}inject(e,t,r=dR.defaultTextMapSetter){return this._getGlobalPropagator().inject(e,t,r)}extract(e,t,r=dR.defaultTextMapGetter){return this._getGlobalPropagator().extract(e,t,r)}fields(){return this._getGlobalPropagator().fields()}disable(){(0,wy.unregisterGlobal)(ky,pR.DiagAPI.instance())}_getGlobalPropagator(){return(0,wy.getGlobal)(ky)||yq}}fR.PropagationAPI=Ey});var bR=k((hR)=>{Object.defineProperty(hR,"__esModule",{value:!0});hR.propagation=void 0;var bq=gR();hR.propagation=bq.PropagationAPI.getInstance()});var kR=k((xR)=>{Object.defineProperty(xR,"__esModule",{value:!0});xR.TraceAPI=void 0;var Ty=yo(),_R=py(),vR=Td(),Ci=ay(),SR=bo(),Py="trace";class Iy{constructor(){this._proxyTracerProvider=new _R.ProxyTracerProvider,this.wrapSpanContext=vR.wrapSpanContext,this.isSpanContextValid=vR.isSpanContextValid,this.deleteSpan=Ci.deleteSpan,this.getSpan=Ci.getSpan,this.getActiveSpan=Ci.getActiveSpan,this.getSpanContext=Ci.getSpanContext,this.setSpan=Ci.setSpan,this.setSpanContext=Ci.setSpanContext}static getInstance(){if(!this._instance)this._instance=new Iy;return this._instance}setGlobalTracerProvider(e){let t=(0,Ty.registerGlobal)(Py,this._proxyTracerProvider,SR.DiagAPI.instance());if(t)this._proxyTracerProvider.setDelegate(e);return t}getTracerProvider(){return(0,Ty.getGlobal)(Py)||this._proxyTracerProvider}getTracer(e,t){return this.getTracerProvider().getTracer(e,t)}disable(){(0,Ty.unregisterGlobal)(Py,SR.DiagAPI.instance()),this._proxyTracerProvider=new _R.ProxyTracerProvider}}xR.TraceAPI=Iy});var PR=k((ER)=>{Object.defineProperty(ER,"__esModule",{value:!0});ER.trace=void 0;var _q=kR();ER.trace=_q.TraceAPI.getInstance()});var DR=k((be)=>{Object.defineProperty(be,"__esModule",{value:!0});be.trace=be.propagation=be.metrics=be.diag=be.context=be.INVALID_SPAN_CONTEXT=be.INVALID_TRACEID=be.INVALID_SPANID=be.isValidSpanId=be.isValidTraceId=be.isSpanContextValid=be.createTraceState=be.TraceFlags=be.SpanStatusCode=be.SpanKind=be.SamplingDecision=be.ProxyTracerProvider=be.ProxyTracer=be.defaultTextMapSetter=be.defaultTextMapGetter=be.ValueType=be.createNoopMeter=be.DiagLogLevel=be.DiagConsoleLogger=be.ROOT_CONTEXT=be.createContextKey=be.baggageEntryMetadataFromString=void 0;var vq=Fh();Object.defineProperty(be,"baggageEntryMetadataFromString",{enumerable:!0,get:function(){return vq.baggageEntryMetadataFromString}});var IR=Ka();Object.defineProperty(be,"createContextKey",{enumerable:!0,get:function(){return IR.createContextKey}});Object.defineProperty(be,"ROOT_CONTEXT",{enumerable:!0,get:function(){return IR.ROOT_CONTEXT}});var Sq=kP();Object.defineProperty(be,"DiagConsoleLogger",{enumerable:!0,get:function(){return Sq.DiagConsoleLogger}});var xq=Sd();Object.defineProperty(be,"DiagLogLevel",{enumerable:!0,get:function(){return xq.DiagLogLevel}});var wq=Xh();Object.defineProperty(be,"createNoopMeter",{enumerable:!0,get:function(){return wq.createNoopMeter}});var kq=NP();Object.defineProperty(be,"ValueType",{enumerable:!0,get:function(){return kq.ValueType}});var RR=Qh();Object.defineProperty(be,"defaultTextMapGetter",{enumerable:!0,get:function(){return RR.defaultTextMapGetter}});Object.defineProperty(be,"defaultTextMapSetter",{enumerable:!0,get:function(){return RR.defaultTextMapSetter}});var Eq=dy();Object.defineProperty(be,"ProxyTracer",{enumerable:!0,get:function(){return Eq.ProxyTracer}});var Tq=py();Object.defineProperty(be,"ProxyTracerProvider",{enumerable:!0,get:function(){return Tq.ProxyTracerProvider}});var Pq=wI();Object.defineProperty(be,"SamplingDecision",{enumerable:!0,get:function(){return Pq.SamplingDecision}});var Iq=EI();Object.defineProperty(be,"SpanKind",{enumerable:!0,get:function(){return Iq.SpanKind}});var Rq=PI();Object.defineProperty(be,"SpanStatusCode",{enumerable:!0,get:function(){return Rq.SpanStatusCode}});var $q=oy();Object.defineProperty(be,"TraceFlags",{enumerable:!0,get:function(){return $q.TraceFlags}});var Oq=LI();Object.defineProperty(be,"createTraceState",{enumerable:!0,get:function(){return Oq.createTraceState}});var Ry=Td();Object.defineProperty(be,"isSpanContextValid",{enumerable:!0,get:function(){return Ry.isSpanContextValid}});Object.defineProperty(be,"isValidTraceId",{enumerable:!0,get:function(){return Ry.isValidTraceId}});Object.defineProperty(be,"isValidSpanId",{enumerable:!0,get:function(){return Ry.isValidSpanId}});var $y=kd();Object.defineProperty(be,"INVALID_SPANID",{enumerable:!0,get:function(){return $y.INVALID_SPANID}});Object.defineProperty(be,"INVALID_TRACEID",{enumerable:!0,get:function(){return $y.INVALID_TRACEID}});Object.defineProperty(be,"INVALID_SPAN_CONTEXT",{enumerable:!0,get:function(){return $y.INVALID_SPAN_CONTEXT}});var $R=HI();Object.defineProperty(be,"context",{enumerable:!0,get:function(){return $R.context}});var OR=VI();Object.defineProperty(be,"diag",{enumerable:!0,get:function(){return OR.diag}});var AR=rR();Object.defineProperty(be,"metrics",{enumerable:!0,get:function(){return AR.metrics}});var CR=bR();Object.defineProperty(be,"propagation",{enumerable:!0,get:function(){return CR.propagation}});var MR=PR();Object.defineProperty(be,"trace",{enumerable:!0,get:function(){return MR.trace}});be.default={context:$R.context,diag:OR.diag,metrics:AR.metrics,propagation:CR.propagation,trace:MR.trace}});var Rl=k((DO)=>{Object.defineProperty(DO,"__esModule",{value:!0});DO.regexpCode=DO.getEsmExportName=DO.getProperty=DO.safeStringify=DO.stringify=DO.strConcat=DO.addCodeArg=DO.str=DO._=DO.nil=DO._Code=DO.Name=DO.IDENTIFIER=DO._CodeOrName=void 0;class _m{}DO._CodeOrName=_m;DO.IDENTIFIER=/^[a-z$_][a-z$_0-9]*$/i;class ms extends _m{constructor(e){super();if(!DO.IDENTIFIER.test(e))throw Error("CodeGen: name must be a valid identifier");this.str=e}toString(){return this.str}emptyStr(){return!1}get names(){return{[this.str]:1}}}DO.Name=ms;class fr extends _m{constructor(e){super();this._items=typeof e==="string"?[e]:e}toString(){return this.str}emptyStr(){if(this._items.length>1)return!1;let e=this._items[0];return e===""||e==='""'}get str(){var e;return(e=this._str)!==null&&e!==void 0?e:this._str=this._items.reduce((t,r)=>`${t}${r}`,"")}get names(){var e;return(e=this._names)!==null&&e!==void 0?e:this._names=this._items.reduce((t,r)=>{if(r instanceof ms)t[r.str]=(t[r.str]||0)+1;return t},{})}}DO._Code=fr;DO.nil=new fr("");function CO(e,...t){let r=[e[0]],o=0;while(o<t.length)yS(r,t[o]),r.push(e[++o]);return new fr(r)}DO._=CO;var hS=new fr("+");function MO(e,...t){let r=[Il(e[0])],o=0;while(o<t.length)r.push(hS),yS(r,t[o]),r.push(hS,Il(e[++o]));return KG(r),new fr(r)}DO.str=MO;function yS(e,t){if(t instanceof fr)e.push(...t._items);else if(t instanceof ms)e.push(t);else e.push(XG(t))}DO.addCodeArg=yS;function KG(e){let t=1;while(t<e.length-1){if(e[t]===hS){let r=GG(e[t-1],e[t+1]);if(r!==void 0){e.splice(t-1,3,r);continue}e[t++]="+"}t++}}function GG(e,t){if(t==='""')return e;if(e==='""')return t;if(typeof e=="string"){if(t instanceof ms||e[e.length-1]!=='"')return;if(typeof t!="string")return`${e.slice(0,-1)}${t}"`;if(t[0]==='"')return e.slice(0,-1)+t.slice(1);return}if(typeof t=="string"&&t[0]==='"'&&!(e instanceof ms))return`"${e}${t.slice(1)}`;return}function JG(e,t){return t.emptyStr()?e:e.emptyStr()?t:MO`${e}${t}`}DO.strConcat=JG;function XG(e){return typeof e=="number"||typeof e=="boolean"||e===null?e:Il(Array.isArray(e)?e.join(","):e)}function YG(e){return new fr(Il(e))}DO.stringify=YG;function Il(e){return JSON.stringify(e).replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")}DO.safeStringify=Il;function QG(e){return typeof e=="string"&&DO.IDENTIFIER.test(e)?new fr(`.${e}`):CO`[${e}]`}DO.getProperty=QG;function e9(e){if(typeof e=="string"&&DO.IDENTIFIER.test(e))return new fr(`${e}`);throw Error(`CodeGen: invalid export name: ${e}, use explicit $id name mapping`)}DO.getEsmExportName=e9;function t9(e){return new fr(e.toString())}DO.regexpCode=t9});var SS=k((zO)=>{Object.defineProperty(zO,"__esModule",{value:!0});zO.ValueScope=zO.ValueScopeName=zO.Scope=zO.varKinds=zO.UsedValueState=void 0;var Tt=Rl();class jO extends Error{constructor(e){super(`CodeGen: "code" for ${e} not defined`);this.value=e.value}}var Sm;(function(e){e[e.Started=0]="Started",e[e.Completed=1]="Completed"})(Sm||(zO.UsedValueState=Sm={}));zO.varKinds={const:new Tt.Name("const"),let:new Tt.Name("let"),var:new Tt.Name("var")};class _S{constructor({prefixes:e,parent:t}={}){this._names={},this._prefixes=e,this._parent=t}toName(e){return e instanceof Tt.Name?e:this.name(e)}name(e){return new Tt.Name(this._newName(e))}_newName(e){let t=this._names[e]||this._nameGroup(e);return`${e}${t.index++}`}_nameGroup(e){var t,r;if(((r=(t=this._parent)===null||t===void 0?void 0:t._prefixes)===null||r===void 0?void 0:r.has(e))||this._prefixes&&!this._prefixes.has(e))throw Error(`CodeGen: prefix "${e}" is not allowed in this scope`);return this._names[e]={prefix:e,index:0}}}zO.Scope=_S;class vS extends Tt.Name{constructor(e,t){super(t);this.prefix=e}setValue(e,{property:t,itemIndex:r}){this.value=e,this.scopePath=Tt._`.${new Tt.Name(t)}[${r}]`}}zO.ValueScopeName=vS;var m9=Tt._`\n`;class UO extends _S{constructor(e){super(e);this._values={},this._scope=e.scope,this.opts={...e,_n:e.lines?m9:Tt.nil}}get(){return this._scope}name(e){return new vS(e,this._newName(e))}value(e,t){var r;if(t.ref===void 0)throw Error("CodeGen: ref must be passed in value");let o=this.toName(e),{prefix:n}=o,i=(r=t.key)!==null&&r!==void 0?r:t.ref,s=this._values[n];if(s){let u=s.get(i);if(u)return u}else s=this._values[n]=new Map;s.set(i,o);let a=this._scope[n]||(this._scope[n]=[]),c=a.length;return a[c]=t.ref,o.setValue(t,{property:n,itemIndex:c}),o}getValue(e,t){let r=this._values[e];if(!r)return;return r.get(t)}scopeRefs(e,t=this._values){return this._reduceValues(t,(r)=>{if(r.scopePath===void 0)throw Error(`CodeGen: name "${r}" has no value`);return Tt._`${e}${r.scopePath}`})}scopeCode(e=this._values,t,r){return this._reduceValues(e,(o)=>{if(o.value===void 0)throw Error(`CodeGen: name "${o}" has no value`);return o.value.code},t,r)}_reduceValues(e,t,r={},o){let n=Tt.nil;for(let i in e){let s=e[i];if(!s)continue;let a=r[i]=r[i]||new Map;s.forEach((c)=>{if(a.has(c))return;a.set(c,Sm.Started);let u=t(c);if(u){let d=this.opts.es5?zO.varKinds.var:zO.varKinds.const;n=Tt._`${n}${d} ${c} = ${u};${this.opts._n}`}else if(u=o===null||o===void 0?void 0:o(c))n=Tt._`${n}${u}${this.opts._n}`;else throw new jO(c);a.set(c,Sm.Completed)})}return n}}zO.ValueScope=UO});var re=k((Pt)=>{Object.defineProperty(Pt,"__esModule",{value:!0});Pt.or=Pt.and=Pt.not=Pt.CodeGen=Pt.operators=Pt.varKinds=Pt.ValueScopeName=Pt.ValueScope=Pt.Scope=Pt.Name=Pt.regexpCode=Pt.stringify=Pt.getProperty=Pt.nil=Pt.strConcat=Pt.str=Pt._=void 0;var le=Rl(),mr=SS(),Un=Rl();Object.defineProperty(Pt,"_",{enumerable:!0,get:function(){return Un._}});Object.defineProperty(Pt,"str",{enumerable:!0,get:function(){return Un.str}});Object.defineProperty(Pt,"strConcat",{enumerable:!0,get:function(){return Un.strConcat}});Object.defineProperty(Pt,"nil",{enumerable:!0,get:function(){return Un.nil}});Object.defineProperty(Pt,"getProperty",{enumerable:!0,get:function(){return Un.getProperty}});Object.defineProperty(Pt,"stringify",{enumerable:!0,get:function(){return Un.stringify}});Object.defineProperty(Pt,"regexpCode",{enumerable:!0,get:function(){return Un.regexpCode}});Object.defineProperty(Pt,"Name",{enumerable:!0,get:function(){return Un.Name}});var Pm=SS();Object.defineProperty(Pt,"Scope",{enumerable:!0,get:function(){return Pm.Scope}});Object.defineProperty(Pt,"ValueScope",{enumerable:!0,get:function(){return Pm.ValueScope}});Object.defineProperty(Pt,"ValueScopeName",{enumerable:!0,get:function(){return Pm.ValueScopeName}});Object.defineProperty(Pt,"varKinds",{enumerable:!0,get:function(){return Pm.varKinds}});Pt.operators={GT:new le._Code(">"),GTE:new le._Code(">="),LT:new le._Code("<"),LTE:new le._Code("<="),EQ:new le._Code("==="),NEQ:new le._Code("!=="),NOT:new le._Code("!"),OR:new le._Code("||"),AND:new le._Code("&&"),ADD:new le._Code("+")};class zn{optimizeNodes(){return this}optimizeNames(e,t){return this}}class FO extends zn{constructor(e,t,r){super();this.varKind=e,this.name=t,this.rhs=r}render({es5:e,_n:t}){let r=e?mr.varKinds.var:this.varKind,o=this.rhs===void 0?"":` = ${this.rhs}`;return`${r} ${this.name}${o};`+t}optimizeNames(e,t){if(!e[this.name.str])return;if(this.rhs)this.rhs=hs(this.rhs,e,t);return this}get names(){return this.rhs instanceof le._CodeOrName?this.rhs.names:{}}}class kS extends zn{constructor(e,t,r){super();this.lhs=e,this.rhs=t,this.sideEffects=r}render({_n:e}){return`${this.lhs} = ${this.rhs};`+e}optimizeNames(e,t){if(this.lhs instanceof le.Name&&!e[this.lhs.str]&&!this.sideEffects)return;return this.rhs=hs(this.rhs,e,t),this}get names(){let e=this.lhs instanceof le.Name?{}:{...this.lhs.names};return Tm(e,this.rhs)}}class BO extends kS{constructor(e,t,r,o){super(e,r,o);this.op=t}render({_n:e}){return`${this.lhs} ${this.op}= ${this.rhs};`+e}}class HO extends zn{constructor(e){super();this.label=e,this.names={}}render({_n:e}){return`${this.label}:`+e}}class qO extends zn{constructor(e){super();this.label=e,this.names={}}render({_n:e}){return`break${this.label?` ${this.label}`:""};`+e}}class ZO extends zn{constructor(e){super();this.error=e}render({_n:e}){return`throw ${this.error};`+e}get names(){return this.error.names}}class VO extends zn{constructor(e){super();this.code=e}render({_n:e}){return`${this.code};`+e}optimizeNodes(){return`${this.code}`?this:void 0}optimizeNames(e,t){return this.code=hs(this.code,e,t),this}get names(){return this.code instanceof le._CodeOrName?this.code.names:{}}}class Im extends zn{constructor(e=[]){super();this.nodes=e}render(e){return this.nodes.reduce((t,r)=>t+r.render(e),"")}optimizeNodes(){let{nodes:e}=this,t=e.length;while(t--){let r=e[t].optimizeNodes();if(Array.isArray(r))e.splice(t,1,...r);else if(r)e[t]=r;else e.splice(t,1)}return e.length>0?this:void 0}optimizeNames(e,t){let{nodes:r}=this,o=r.length;while(o--){let n=r[o];if(n.optimizeNames(e,t))continue;b9(e,n.names),r.splice(o,1)}return r.length>0?this:void 0}get names(){return this.nodes.reduce((e,t)=>Do(e,t.names),{})}}class Ln extends Im{render(e){return"{"+e._n+super.render(e)+"}"+e._n}}class WO extends Im{}class $l extends Ln{}$l.kind="else";class en extends Ln{constructor(e,t){super(t);this.condition=e}render(e){let t=`if(${this.condition})`+super.render(e);if(this.else)t+="else "+this.else.render(e);return t}optimizeNodes(){super.optimizeNodes();let e=this.condition;if(e===!0)return this.nodes;let t=this.else;if(t){let r=t.optimizeNodes();t=this.else=Array.isArray(r)?new $l(r):r}if(t){if(e===!1)return t instanceof en?t:t.nodes;if(this.nodes.length)return this;return new en(YO(e),t instanceof en?[t]:t.nodes)}if(e===!1||!this.nodes.length)return;return this}optimizeNames(e,t){var r;if(this.else=(r=this.else)===null||r===void 0?void 0:r.optimizeNames(e,t),!(super.optimizeNames(e,t)||this.else))return;return this.condition=hs(this.condition,e,t),this}get names(){let e=super.names;if(Tm(e,this.condition),this.else)Do(e,this.else.names);return e}}en.kind="if";class gs extends Ln{}gs.kind="for";class KO extends gs{constructor(e){super();this.iteration=e}render(e){return`for(${this.iteration})`+super.render(e)}optimizeNames(e,t){if(!super.optimizeNames(e,t))return;return this.iteration=hs(this.iteration,e,t),this}get names(){return Do(super.names,this.iteration.names)}}class GO extends gs{constructor(e,t,r,o){super();this.varKind=e,this.name=t,this.from=r,this.to=o}render(e){let t=e.es5?mr.varKinds.var:this.varKind,{name:r,from:o,to:n}=this;return`for(${t} ${r}=${o}; ${r}<${n}; ${r}++)`+super.render(e)}get names(){let e=Tm(super.names,this.from);return Tm(e,this.to)}}class xS extends gs{constructor(e,t,r,o){super();this.loop=e,this.varKind=t,this.name=r,this.iterable=o}render(e){return`for(${this.varKind} ${this.name} ${this.loop} ${this.iterable})`+super.render(e)}optimizeNames(e,t){if(!super.optimizeNames(e,t))return;return this.iterable=hs(this.iterable,e,t),this}get names(){return Do(super.names,this.iterable.names)}}class xm extends Ln{constructor(e,t,r){super();this.name=e,this.args=t,this.async=r}render(e){return`${this.async?"async ":""}function ${this.name}(${this.args})`+super.render(e)}}xm.kind="func";class wm extends Im{render(e){return"return "+super.render(e)}}wm.kind="return";class JO extends Ln{render(e){let t="try"+super.render(e);if(this.catch)t+=this.catch.render(e);if(this.finally)t+=this.finally.render(e);return t}optimizeNodes(){var e,t;return super.optimizeNodes(),(e=this.catch)===null||e===void 0||e.optimizeNodes(),(t=this.finally)===null||t===void 0||t.optimizeNodes(),this}optimizeNames(e,t){var r,o;return super.optimizeNames(e,t),(r=this.catch)===null||r===void 0||r.optimizeNames(e,t),(o=this.finally)===null||o===void 0||o.optimizeNames(e,t),this}get names(){let e=super.names;if(this.catch)Do(e,this.catch.names);if(this.finally)Do(e,this.finally.names);return e}}class km extends Ln{constructor(e){super();this.error=e}render(e){return`catch(${this.error})`+super.render(e)}}km.kind="catch";class Em extends Ln{render(e){return"finally"+super.render(e)}}Em.kind="finally";class XO{constructor(e,t={}){this._values={},this._blockStarts=[],this._constants={},this.opts={...t,_n:t.lines?`
|
|
9
|
-
`:""},this._extScope=e,this._scope=new mr.Scope({parent:e}),this._nodes=[new WO]}toString(){return this._root.render(this.opts)}name(e){return this._scope.name(e)}scopeName(e){return this._extScope.name(e)}scopeValue(e,t){let r=this._extScope.value(e,t);return(this._values[r.prefix]||(this._values[r.prefix]=new Set)).add(r),r}getScopeValue(e,t){return this._extScope.getValue(e,t)}scopeRefs(e){return this._extScope.scopeRefs(e,this._values)}scopeCode(){return this._extScope.scopeCode(this._values)}_def(e,t,r,o){let n=this._scope.toName(t);if(r!==void 0&&o)this._constants[n.str]=r;return this._leafNode(new FO(e,n,r)),n}const(e,t,r){return this._def(mr.varKinds.const,e,t,r)}let(e,t,r){return this._def(mr.varKinds.let,e,t,r)}var(e,t,r){return this._def(mr.varKinds.var,e,t,r)}assign(e,t,r){return this._leafNode(new kS(e,t,r))}add(e,t){return this._leafNode(new BO(e,Pt.operators.ADD,t))}code(e){if(typeof e=="function")e();else if(e!==le.nil)this._leafNode(new VO(e));return this}object(...e){let t=["{"];for(let[r,o]of e){if(t.length>1)t.push(",");if(t.push(r),r!==o||this.opts.es5)t.push(":"),(0,le.addCodeArg)(t,o)}return t.push("}"),new le._Code(t)}if(e,t,r){if(this._blockNode(new en(e)),t&&r)this.code(t).else().code(r).endIf();else if(t)this.code(t).endIf();else if(r)throw Error('CodeGen: "else" body without "then" body');return this}elseIf(e){return this._elseNode(new en(e))}else(){return this._elseNode(new $l)}endIf(){return this._endBlockNode(en,$l)}_for(e,t){if(this._blockNode(e),t)this.code(t).endFor();return this}for(e,t){return this._for(new KO(e),t)}forRange(e,t,r,o,n=this.opts.es5?mr.varKinds.var:mr.varKinds.let){let i=this._scope.toName(e);return this._for(new GO(n,i,t,r),()=>o(i))}forOf(e,t,r,o=mr.varKinds.const){let n=this._scope.toName(e);if(this.opts.es5){let i=t instanceof le.Name?t:this.var("_arr",t);return this.forRange("_i",0,le._`${i}.length`,(s)=>{this.var(n,le._`${i}[${s}]`),r(n)})}return this._for(new xS("of",o,n,t),()=>r(n))}forIn(e,t,r,o=this.opts.es5?mr.varKinds.var:mr.varKinds.const){if(this.opts.ownProperties)return this.forOf(e,le._`Object.keys(${t})`,r);let n=this._scope.toName(e);return this._for(new xS("in",o,n,t),()=>r(n))}endFor(){return this._endBlockNode(gs)}label(e){return this._leafNode(new HO(e))}break(e){return this._leafNode(new qO(e))}return(e){let t=new wm;if(this._blockNode(t),this.code(e),t.nodes.length!==1)throw Error('CodeGen: "return" should have one node');return this._endBlockNode(wm)}try(e,t,r){if(!t&&!r)throw Error('CodeGen: "try" without "catch" and "finally"');let o=new JO;if(this._blockNode(o),this.code(e),t){let n=this.name("e");this._currNode=o.catch=new km(n),t(n)}if(r)this._currNode=o.finally=new Em,this.code(r);return this._endBlockNode(km,Em)}throw(e){return this._leafNode(new ZO(e))}block(e,t){if(this._blockStarts.push(this._nodes.length),e)this.code(e).endBlock(t);return this}endBlock(e){let t=this._blockStarts.pop();if(t===void 0)throw Error("CodeGen: not in self-balancing block");let r=this._nodes.length-t;if(r<0||e!==void 0&&r!==e)throw Error(`CodeGen: wrong number of nodes: ${r} vs ${e} expected`);return this._nodes.length=t,this}func(e,t=le.nil,r,o){if(this._blockNode(new xm(e,t,r)),o)this.code(o).endFunc();return this}endFunc(){return this._endBlockNode(xm)}optimize(e=1){while(e-- >0)this._root.optimizeNodes(),this._root.optimizeNames(this._root.names,this._constants)}_leafNode(e){return this._currNode.nodes.push(e),this}_blockNode(e){this._currNode.nodes.push(e),this._nodes.push(e)}_endBlockNode(e,t){let r=this._currNode;if(r instanceof e||t&&r instanceof t)return this._nodes.pop(),this;throw Error(`CodeGen: not in block "${t?`${e.kind}/${t.kind}`:e.kind}"`)}_elseNode(e){let t=this._currNode;if(!(t instanceof en))throw Error('CodeGen: "else" without "if"');return this._currNode=t.else=e,this}get _root(){return this._nodes[0]}get _currNode(){let e=this._nodes;return e[e.length-1]}set _currNode(e){let t=this._nodes;t[t.length-1]=e}}Pt.CodeGen=XO;function Do(e,t){for(let r in t)e[r]=(e[r]||0)+(t[r]||0);return e}function Tm(e,t){return t instanceof le._CodeOrName?Do(e,t.names):e}function hs(e,t,r){if(e instanceof le.Name)return o(e);if(!n(e))return e;return new le._Code(e._items.reduce((i,s)=>{if(s instanceof le.Name)s=o(s);if(s instanceof le._Code)i.push(...s._items);else i.push(s);return i},[]));function o(i){let s=r[i.str];if(s===void 0||t[i.str]!==1)return i;return delete t[i.str],s}function n(i){return i instanceof le._Code&&i._items.some((s)=>s instanceof le.Name&&t[s.str]===1&&r[s.str]!==void 0)}}function b9(e,t){for(let r in t)e[r]=(e[r]||0)-(t[r]||0)}function YO(e){return typeof e=="boolean"||typeof e=="number"||e===null?!e:le._`!${wS(e)}`}Pt.not=YO;var _9=QO(Pt.operators.AND);function v9(...e){return e.reduce(_9)}Pt.and=v9;var S9=QO(Pt.operators.OR);function x9(...e){return e.reduce(S9)}Pt.or=x9;function QO(e){return(t,r)=>t===le.nil?r:r===le.nil?t:le._`${wS(t)} ${e} ${wS(r)}`}function wS(e){return e instanceof le.Name?e:le._`(${e})`}});var ue=k((cA)=>{Object.defineProperty(cA,"__esModule",{value:!0});cA.checkStrictMode=cA.getErrorPath=cA.Type=cA.useFunc=cA.setEvaluated=cA.evaluatedPropsToName=cA.mergeEvaluated=cA.eachItem=cA.unescapeJsonPointer=cA.escapeJsonPointer=cA.escapeFragment=cA.unescapeFragment=cA.schemaRefOrVal=cA.schemaHasRulesButRef=cA.schemaHasRules=cA.checkUnknownRules=cA.alwaysValidSchema=cA.toHash=void 0;var Te=re(),T9=Rl();function P9(e){let t={};for(let r of e)t[r]=!0;return t}cA.toHash=P9;function I9(e,t){if(typeof t=="boolean")return t;if(Object.keys(t).length===0)return!0;return nA(e,t),!oA(t,e.self.RULES.all)}cA.alwaysValidSchema=I9;function nA(e,t=e.schema){let{opts:r,self:o}=e;if(!r.strictSchema)return;if(typeof t==="boolean")return;let n=o.RULES.keywords;for(let i in t)if(!n[i])aA(e,`unknown keyword: "${i}"`)}cA.checkUnknownRules=nA;function oA(e,t){if(typeof e=="boolean")return!e;for(let r in e)if(t[r])return!0;return!1}cA.schemaHasRules=oA;function R9(e,t){if(typeof e=="boolean")return!e;for(let r in e)if(r!=="$ref"&&t.all[r])return!0;return!1}cA.schemaHasRulesButRef=R9;function $9({topSchemaRef:e,schemaPath:t},r,o,n){if(!n){if(typeof r=="number"||typeof r=="boolean")return r;if(typeof r=="string")return Te._`${r}`}return Te._`${e}${t}${(0,Te.getProperty)(o)}`}cA.schemaRefOrVal=$9;function O9(e){return iA(decodeURIComponent(e))}cA.unescapeFragment=O9;function A9(e){return encodeURIComponent(TS(e))}cA.escapeFragment=A9;function TS(e){if(typeof e=="number")return`${e}`;return e.replace(/~/g,"~0").replace(/\//g,"~1")}cA.escapeJsonPointer=TS;function iA(e){return e.replace(/~1/g,"/").replace(/~0/g,"~")}cA.unescapeJsonPointer=iA;function C9(e,t){if(Array.isArray(e))for(let r of e)t(r);else t(e)}cA.eachItem=C9;function tA({mergeNames:e,mergeToName:t,mergeValues:r,resultToName:o}){return(n,i,s,a)=>{let c=s===void 0?i:s instanceof Te.Name?(i instanceof Te.Name?e(n,i,s):t(n,i,s),s):i instanceof Te.Name?(t(n,s,i),i):r(i,s);return a===Te.Name&&!(c instanceof Te.Name)?o(n,c):c}}cA.mergeEvaluated={props:tA({mergeNames:(e,t,r)=>e.if(Te._`${r} !== true && ${t} !== undefined`,()=>{e.if(Te._`${t} === true`,()=>e.assign(r,!0),()=>e.assign(r,Te._`${r} || {}`).code(Te._`Object.assign(${r}, ${t})`))}),mergeToName:(e,t,r)=>e.if(Te._`${r} !== true`,()=>{if(t===!0)e.assign(r,!0);else e.assign(r,Te._`${r} || {}`),PS(e,r,t)}),mergeValues:(e,t)=>e===!0?!0:{...e,...t},resultToName:sA}),items:tA({mergeNames:(e,t,r)=>e.if(Te._`${r} !== true && ${t} !== undefined`,()=>e.assign(r,Te._`${t} === true ? true : ${r} > ${t} ? ${r} : ${t}`)),mergeToName:(e,t,r)=>e.if(Te._`${r} !== true`,()=>e.assign(r,t===!0?!0:Te._`${r} > ${t} ? ${r} : ${t}`)),mergeValues:(e,t)=>e===!0?!0:Math.max(e,t),resultToName:(e,t)=>e.var("items",t)})};function sA(e,t){if(t===!0)return e.var("props",!0);let r=e.var("props",Te._`{}`);if(t!==void 0)PS(e,r,t);return r}cA.evaluatedPropsToName=sA;function PS(e,t,r){Object.keys(r).forEach((o)=>e.assign(Te._`${t}${(0,Te.getProperty)(o)}`,!0))}cA.setEvaluated=PS;var rA={};function M9(e,t){return e.scopeValue("func",{ref:t,code:rA[t.code]||(rA[t.code]=new T9._Code(t.code))})}cA.useFunc=M9;var ES;(function(e){e[e.Num=0]="Num",e[e.Str=1]="Str"})(ES||(cA.Type=ES={}));function D9(e,t,r){if(e instanceof Te.Name){let o=t===ES.Num;return r?o?Te._`"[" + ${e} + "]"`:Te._`"['" + ${e} + "']"`:o?Te._`"/" + ${e}`:Te._`"/" + ${e}.replace(/~/g, "~0").replace(/\\//g, "~1")`}return r?(0,Te.getProperty)(e).toString():"/"+TS(e)}cA.getErrorPath=D9;function aA(e,t,r=e.opts.strictSchema){if(!r)return;if(t=`strict mode: ${t}`,r===!0)throw Error(t);e.self.logger.warn(t)}cA.checkStrictMode=aA});var tn=k((uA)=>{Object.defineProperty(uA,"__esModule",{value:!0});var lt=re(),Q9={data:new lt.Name("data"),valCxt:new lt.Name("valCxt"),instancePath:new lt.Name("instancePath"),parentData:new lt.Name("parentData"),parentDataProperty:new lt.Name("parentDataProperty"),rootData:new lt.Name("rootData"),dynamicAnchors:new lt.Name("dynamicAnchors"),vErrors:new lt.Name("vErrors"),errors:new lt.Name("errors"),this:new lt.Name("this"),self:new lt.Name("self"),scope:new lt.Name("scope"),json:new lt.Name("json"),jsonPos:new lt.Name("jsonPos"),jsonLen:new lt.Name("jsonLen"),jsonPart:new lt.Name("jsonPart")};uA.default=Q9});var Ol=k((mA)=>{Object.defineProperty(mA,"__esModule",{value:!0});mA.extendErrors=mA.resetErrorsCount=mA.reportExtraError=mA.reportError=mA.keyword$DataError=mA.keywordError=void 0;var de=re(),$m=ue(),gt=tn();mA.keywordError={message:({keyword:e})=>de.str`must pass "${e}" keyword validation`};mA.keyword$DataError={message:({keyword:e,schemaType:t})=>t?de.str`"${e}" keyword must be ${t} ($data)`:de.str`"${e}" keyword is invalid ($data)`};function tJ(e,t=mA.keywordError,r,o){let{it:n}=e,{gen:i,compositeRule:s,allErrors:a}=n,c=fA(e,t,r);if(o!==null&&o!==void 0?o:s||a)dA(i,c);else pA(n,de._`[${c}]`)}mA.reportError=tJ;function rJ(e,t=mA.keywordError,r){let{it:o}=e,{gen:n,compositeRule:i,allErrors:s}=o,a=fA(e,t,r);if(dA(n,a),!(i||s))pA(o,gt.default.vErrors)}mA.reportExtraError=rJ;function nJ(e,t){e.assign(gt.default.errors,t),e.if(de._`${gt.default.vErrors} !== null`,()=>e.if(t,()=>e.assign(de._`${gt.default.vErrors}.length`,t),()=>e.assign(gt.default.vErrors,null)))}mA.resetErrorsCount=nJ;function oJ({gen:e,keyword:t,schemaValue:r,data:o,errsCount:n,it:i}){if(n===void 0)throw Error("ajv implementation error");let s=e.name("err");e.forRange("i",n,gt.default.errors,(a)=>{if(e.const(s,de._`${gt.default.vErrors}[${a}]`),e.if(de._`${s}.instancePath === undefined`,()=>e.assign(de._`${s}.instancePath`,(0,de.strConcat)(gt.default.instancePath,i.errorPath))),e.assign(de._`${s}.schemaPath`,de.str`${i.errSchemaPath}/${t}`),i.opts.verbose)e.assign(de._`${s}.schema`,r),e.assign(de._`${s}.data`,o)})}mA.extendErrors=oJ;function dA(e,t){let r=e.const("err",t);e.if(de._`${gt.default.vErrors} === null`,()=>e.assign(gt.default.vErrors,de._`[${r}]`),de._`${gt.default.vErrors}.push(${r})`),e.code(de._`${gt.default.errors}++`)}function pA(e,t){let{gen:r,validateName:o,schemaEnv:n}=e;if(n.$async)r.throw(de._`new ${e.ValidationError}(${t})`);else r.assign(de._`${o}.errors`,t),r.return(!1)}var No={keyword:new de.Name("keyword"),schemaPath:new de.Name("schemaPath"),params:new de.Name("params"),propertyName:new de.Name("propertyName"),message:new de.Name("message"),schema:new de.Name("schema"),parentSchema:new de.Name("parentSchema")};function fA(e,t,r){let{createErrors:o}=e.it;if(o===!1)return de._`{}`;return iJ(e,t,r)}function iJ(e,t,r={}){let{gen:o,it:n}=e,i=[sJ(n,r),aJ(e,r)];return cJ(e,t,i),o.object(...i)}function sJ({errorPath:e},{instancePath:t}){let r=t?de.str`${e}${(0,$m.getErrorPath)(t,$m.Type.Str)}`:e;return[gt.default.instancePath,(0,de.strConcat)(gt.default.instancePath,r)]}function aJ({keyword:e,it:{errSchemaPath:t}},{schemaPath:r,parentSchema:o}){let n=o?t:de.str`${t}/${e}`;if(r)n=de.str`${n}${(0,$m.getErrorPath)(r,$m.Type.Str)}`;return[No.schemaPath,n]}function cJ(e,{params:t,message:r},o){let{keyword:n,data:i,schemaValue:s,it:a}=e,{opts:c,propertyName:u,topSchemaRef:d,schemaPath:p}=a;if(o.push([No.keyword,n],[No.params,typeof t=="function"?t(e):t||de._`{}`]),c.messages)o.push([No.message,typeof r=="function"?r(e):r]);if(c.verbose)o.push([No.schema,s],[No.parentSchema,de._`${d}${p}`],[gt.default.data,i]);if(u)o.push([No.propertyName,u])}});var _A=k((yA)=>{Object.defineProperty(yA,"__esModule",{value:!0});yA.boolOrEmptySchema=yA.topBoolOrEmptySchema=void 0;var fJ=Ol(),mJ=re(),gJ=tn(),hJ={message:"boolean schema is false"};function yJ(e){let{gen:t,schema:r,validateName:o}=e;if(r===!1)hA(e,!1);else if(typeof r=="object"&&r.$async===!0)t.return(gJ.default.data);else t.assign(mJ._`${o}.errors`,null),t.return(!0)}yA.topBoolOrEmptySchema=yJ;function bJ(e,t){let{gen:r,schema:o}=e;if(o===!1)r.var(t,!1),hA(e);else r.var(t,!0)}yA.boolOrEmptySchema=bJ;function hA(e,t){let{gen:r,data:o}=e,n={gen:r,keyword:"false schema",data:o,schema:!1,schemaCode:!1,schemaValue:!1,params:{},it:e};(0,fJ.reportError)(n,hJ,void 0,t)}});var RS=k((vA)=>{Object.defineProperty(vA,"__esModule",{value:!0});vA.getRules=vA.isJSONType=void 0;var vJ=["string","number","integer","boolean","null","object","array"],SJ=new Set(vJ);function xJ(e){return typeof e=="string"&&SJ.has(e)}vA.isJSONType=xJ;function wJ(){let e={number:{type:"number",rules:[]},string:{type:"string",rules:[]},array:{type:"array",rules:[]},object:{type:"object",rules:[]}};return{types:{...e,integer:!0,boolean:!0,null:!0},rules:[{rules:[]},e.number,e.string,e.array,e.object],post:{rules:[]},all:{},keywords:{}}}vA.getRules=wJ});var $S=k((kA)=>{Object.defineProperty(kA,"__esModule",{value:!0});kA.shouldUseRule=kA.shouldUseGroup=kA.schemaHasRulesForType=void 0;function EJ({schema:e,self:t},r){let o=t.RULES.types[r];return o&&o!==!0&&xA(e,o)}kA.schemaHasRulesForType=EJ;function xA(e,t){return t.rules.some((r)=>wA(e,r))}kA.shouldUseGroup=xA;function wA(e,t){var r;return e[t.keyword]!==void 0||((r=t.definition.implements)===null||r===void 0?void 0:r.some((o)=>e[o]!==void 0))}kA.shouldUseRule=wA});var Al=k((RA)=>{Object.defineProperty(RA,"__esModule",{value:!0});RA.reportTypeError=RA.checkDataTypes=RA.checkDataType=RA.coerceAndCheckDataType=RA.getJSONTypes=RA.getSchemaTypes=RA.DataType=void 0;var IJ=RS(),RJ=$S(),$J=Ol(),te=re(),TA=ue(),ys;(function(e){e[e.Correct=0]="Correct",e[e.Wrong=1]="Wrong"})(ys||(RA.DataType=ys={}));function OJ(e){let t=PA(e.type);if(t.includes("null")){if(e.nullable===!1)throw Error("type: null contradicts nullable: false")}else{if(!t.length&&e.nullable!==void 0)throw Error('"nullable" cannot be used without "type"');if(e.nullable===!0)t.push("null")}return t}RA.getSchemaTypes=OJ;function PA(e){let t=Array.isArray(e)?e:e?[e]:[];if(t.every(IJ.isJSONType))return t;throw Error("type must be JSONType or JSONType[]: "+t.join(","))}RA.getJSONTypes=PA;function AJ(e,t){let{gen:r,data:o,opts:n}=e,i=CJ(t,n.coerceTypes),s=t.length>0&&!(i.length===0&&t.length===1&&(0,RJ.schemaHasRulesForType)(e,t[0]));if(s){let a=AS(t,o,n.strictNumbers,ys.Wrong);r.if(a,()=>{if(i.length)MJ(e,t,i);else CS(e)})}return s}RA.coerceAndCheckDataType=AJ;var IA=new Set(["string","number","integer","boolean","null"]);function CJ(e,t){return t?e.filter((r)=>IA.has(r)||t==="array"&&r==="array"):[]}function MJ(e,t,r){let{gen:o,data:n,opts:i}=e,s=o.let("dataType",te._`typeof ${n}`),a=o.let("coerced",te._`undefined`);if(i.coerceTypes==="array")o.if(te._`${s} == 'object' && Array.isArray(${n}) && ${n}.length == 1`,()=>o.assign(n,te._`${n}[0]`).assign(s,te._`typeof ${n}`).if(AS(t,n,i.strictNumbers),()=>o.assign(a,n)));o.if(te._`${a} !== undefined`);for(let u of r)if(IA.has(u)||u==="array"&&i.coerceTypes==="array")c(u);o.else(),CS(e),o.endIf(),o.if(te._`${a} !== undefined`,()=>{o.assign(n,a),DJ(e,a)});function c(u){switch(u){case"string":o.elseIf(te._`${s} == "number" || ${s} == "boolean"`).assign(a,te._`"" + ${n}`).elseIf(te._`${n} === null`).assign(a,te._`""`);return;case"number":o.elseIf(te._`${s} == "boolean" || ${n} === null
|
|
8
|
+
import{createRequire as Tz}from"node:module";var yz=Object.create;var{getPrototypeOf:bz,defineProperty:kg,getOwnPropertyNames:_z}=Object;var vz=Object.prototype.hasOwnProperty;function Sz(e){return this[e]}var xz,wz,Eg=(e,t,r)=>{var o=e!=null&&typeof e==="object";if(o){var n=t?xz??=new WeakMap:wz??=new WeakMap,i=n.get(e);if(i)return i}r=e!=null?yz(bz(e)):{};let s=t||!e||!e.__esModule?kg(r,"default",{value:e,enumerable:!0}):r;for(let a of _z(e))if(!vz.call(s,a))kg(s,a,{get:Sz.bind(e,a),enumerable:!0});if(o)n.set(e,s);return s};var k=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports);var kz=(e)=>e;function Ez(e,t){this[e]=kz.bind(null,t)}var xr=(e,t)=>{for(var r in t)kg(e,r,{get:t[r],enumerable:!0,configurable:!0,set:Ez.bind(t,r)})};var At=Tz(import.meta.url),Pz=Symbol.dispose||Symbol.for("Symbol.dispose"),Iz=Symbol.asyncDispose||Symbol.for("Symbol.asyncDispose"),_e=(e,t,r)=>{if(t!=null){if(typeof t!=="object"&&typeof t!=="function")throw TypeError('Object expected to be assigned to "using" declaration');var o;if(r)o=t[Iz];if(o===void 0)o=t[Pz];if(typeof o!=="function")throw TypeError("Object not disposable");e.push([r,o,t])}else if(r)e.push([r]);return t},ve=(e,t,r)=>{var o=typeof SuppressedError==="function"?SuppressedError:function(s,a,c,u){return u=Error(c),u.name="SuppressedError",u.error=s,u.suppressed=a,u},n=(s)=>t=r?new o(s,t,"An error was suppressed during disposal"):(r=!0,s),i=(s)=>{while(s=e.pop())try{var a=s[1]&&s[1].call(s[2]);if(s[0])return Promise.resolve(a).then(i,(c)=>(n(c),i()))}catch(c){n(c)}if(r)throw t};return i()};var BT=k((LT)=>{Object.defineProperty(LT,"__esModule",{value:!0});LT._globalThis=void 0;LT._globalThis=typeof globalThis==="object"?globalThis:global});var HT=k((go)=>{var xB=go&&go.__createBinding||(Object.create?function(e,t,r,o){if(o===void 0)o=r;Object.defineProperty(e,o,{enumerable:!0,get:function(){return t[r]}})}:function(e,t,r,o){if(o===void 0)o=r;e[o]=t[r]}),wB=go&&go.__exportStar||function(e,t){for(var r in e)if(r!=="default"&&!Object.prototype.hasOwnProperty.call(t,r))xB(t,e,r)};Object.defineProperty(go,"__esModule",{value:!0});wB(BT(),go)});var qT=k((ho)=>{var kB=ho&&ho.__createBinding||(Object.create?function(e,t,r,o){if(o===void 0)o=r;Object.defineProperty(e,o,{enumerable:!0,get:function(){return t[r]}})}:function(e,t,r,o){if(o===void 0)o=r;e[o]=t[r]}),EB=ho&&ho.__exportStar||function(e,t){for(var r in e)if(r!=="default"&&!Object.prototype.hasOwnProperty.call(t,r))kB(t,e,r)};Object.defineProperty(ho,"__esModule",{value:!0});EB(HT(),ho)});var Uh=k((ZT)=>{Object.defineProperty(ZT,"__esModule",{value:!0});ZT.VERSION=void 0;ZT.VERSION="1.9.0"});var XT=k((GT)=>{Object.defineProperty(GT,"__esModule",{value:!0});GT.isCompatible=GT._makeCompatibilityCheck=void 0;var TB=Uh(),WT=/^(\d+)\.(\d+)\.(\d+)(-(.+))?$/;function KT(e){let t=new Set([e]),r=new Set,o=e.match(WT);if(!o)return()=>!1;let n={major:+o[1],minor:+o[2],patch:+o[3],prerelease:o[4]};if(n.prerelease!=null)return function(c){return c===e};function i(a){return r.add(a),!1}function s(a){return t.add(a),!0}return function(c){if(t.has(c))return!0;if(r.has(c))return!1;let u=c.match(WT);if(!u)return i(c);let d={major:+u[1],minor:+u[2],patch:+u[3],prerelease:u[4]};if(d.prerelease!=null)return i(c);if(n.major!==d.major)return i(c);if(n.major===0){if(n.minor===d.minor&&n.patch<=d.patch)return s(c);return i(c)}if(n.minor<=d.minor)return s(c);return i(c)}}GT._makeCompatibilityCheck=KT;GT.isCompatible=KT(TB.VERSION)});var yo=k((YT)=>{Object.defineProperty(YT,"__esModule",{value:!0});YT.unregisterGlobal=YT.getGlobal=YT.registerGlobal=void 0;var IB=qT(),$i=Uh(),RB=XT(),$B=$i.VERSION.split(".")[0],Za=Symbol.for(`opentelemetry.js.api.${$B}`),Va=IB._globalThis;function AB(e,t,r,o=!1){var n;let i=Va[Za]=(n=Va[Za])!==null&&n!==void 0?n:{version:$i.VERSION};if(!o&&i[e]){let s=Error(`@opentelemetry/api: Attempted duplicate registration of API: ${e}`);return r.error(s.stack||s.message),!1}if(i.version!==$i.VERSION){let s=Error(`@opentelemetry/api: Registration of version v${i.version} for ${e} does not match previously registered API v${$i.VERSION}`);return r.error(s.stack||s.message),!1}return i[e]=t,r.debug(`@opentelemetry/api: Registered a global for ${e} v${$i.VERSION}.`),!0}YT.registerGlobal=AB;function OB(e){var t,r;let o=(t=Va[Za])===null||t===void 0?void 0:t.version;if(!o||!(0,RB.isCompatible)(o))return;return(r=Va[Za])===null||r===void 0?void 0:r[e]}YT.getGlobal=OB;function CB(e,t){t.debug(`@opentelemetry/api: Unregistering a global for ${e} v${$i.VERSION}.`);let r=Va[Za];if(r)delete r[e]}YT.unregisterGlobal=CB});var nP=k((tP)=>{Object.defineProperty(tP,"__esModule",{value:!0});tP.DiagComponentLogger=void 0;var NB=yo();class eP{constructor(e){this._namespace=e.namespace||"DiagComponentLogger"}debug(...e){return Wa("debug",this._namespace,e)}error(...e){return Wa("error",this._namespace,e)}info(...e){return Wa("info",this._namespace,e)}warn(...e){return Wa("warn",this._namespace,e)}verbose(...e){return Wa("verbose",this._namespace,e)}}tP.DiagComponentLogger=eP;function Wa(e,t,r){let o=(0,NB.getGlobal)("diag");if(!o)return;return r.unshift(t),o[e](...r)}});var Sd=k((oP)=>{Object.defineProperty(oP,"__esModule",{value:!0});oP.DiagLogLevel=void 0;var jB;(function(e){e[e.NONE=0]="NONE",e[e.ERROR=30]="ERROR",e[e.WARN=50]="WARN",e[e.INFO=60]="INFO",e[e.DEBUG=70]="DEBUG",e[e.VERBOSE=80]="VERBOSE",e[e.ALL=9999]="ALL"})(jB=oP.DiagLogLevel||(oP.DiagLogLevel={}))});var aP=k((iP)=>{Object.defineProperty(iP,"__esModule",{value:!0});iP.createLogLevelDiagLogger=void 0;var Fr=Sd();function UB(e,t){if(e<Fr.DiagLogLevel.NONE)e=Fr.DiagLogLevel.NONE;else if(e>Fr.DiagLogLevel.ALL)e=Fr.DiagLogLevel.ALL;t=t||{};function r(o,n){let i=t[o];if(typeof i==="function"&&e>=n)return i.bind(t);return function(){}}return{error:r("error",Fr.DiagLogLevel.ERROR),warn:r("warn",Fr.DiagLogLevel.WARN),info:r("info",Fr.DiagLogLevel.INFO),debug:r("debug",Fr.DiagLogLevel.DEBUG),verbose:r("verbose",Fr.DiagLogLevel.VERBOSE)}}iP.createLogLevelDiagLogger=UB});var bo=k((lP)=>{Object.defineProperty(lP,"__esModule",{value:!0});lP.DiagAPI=void 0;var zB=nP(),LB=aP(),cP=Sd(),xd=yo(),FB="diag";class Lh{constructor(){function e(o){return function(...n){let i=(0,xd.getGlobal)("diag");if(!i)return;return i[o](...n)}}let t=this,r=(o,n={logLevel:cP.DiagLogLevel.INFO})=>{var i,s,a;if(o===t){let d=Error("Cannot use diag as the logger for itself. Please use a DiagLogger implementation like ConsoleDiagLogger or a custom implementation");return t.error((i=d.stack)!==null&&i!==void 0?i:d.message),!1}if(typeof n==="number")n={logLevel:n};let c=(0,xd.getGlobal)("diag"),u=(0,LB.createLogLevelDiagLogger)((s=n.logLevel)!==null&&s!==void 0?s:cP.DiagLogLevel.INFO,o);if(c&&!n.suppressOverrideMessage){let d=(a=Error().stack)!==null&&a!==void 0?a:"<failed to generate stacktrace>";c.warn(`Current logger will be overwritten from ${d}`),u.warn(`Current logger will overwrite one already registered from ${d}`)}return(0,xd.registerGlobal)("diag",u,t,!0)};t.setLogger=r,t.disable=()=>{(0,xd.unregisterGlobal)(FB,t)},t.createComponentLogger=(o)=>new zB.DiagComponentLogger(o),t.verbose=e("verbose"),t.debug=e("debug"),t.info=e("info"),t.warn=e("warn"),t.error=e("error")}static instance(){if(!this._instance)this._instance=new Lh;return this._instance}}lP.DiagAPI=Lh});var fP=k((dP)=>{Object.defineProperty(dP,"__esModule",{value:!0});dP.BaggageImpl=void 0;class Ai{constructor(e){this._entries=e?new Map(e):new Map}getEntry(e){let t=this._entries.get(e);if(!t)return;return Object.assign({},t)}getAllEntries(){return Array.from(this._entries.entries()).map(([e,t])=>[e,t])}setEntry(e,t){let r=new Ai(this._entries);return r._entries.set(e,t),r}removeEntry(e){let t=new Ai(this._entries);return t._entries.delete(e),t}removeEntries(...e){let t=new Ai(this._entries);for(let r of e)t._entries.delete(r);return t}clear(){return new Ai}}dP.BaggageImpl=Ai});var hP=k((mP)=>{Object.defineProperty(mP,"__esModule",{value:!0});mP.baggageEntryMetadataSymbol=void 0;mP.baggageEntryMetadataSymbol=Symbol("BaggageEntryMetadata")});var Fh=k((yP)=>{Object.defineProperty(yP,"__esModule",{value:!0});yP.baggageEntryMetadataFromString=yP.createBaggage=void 0;var BB=bo(),HB=fP(),qB=hP(),ZB=BB.DiagAPI.instance();function VB(e={}){return new HB.BaggageImpl(new Map(Object.entries(e)))}yP.createBaggage=VB;function WB(e){if(typeof e!=="string")ZB.error(`Cannot create baggage metadata from unknown type: ${typeof e}`),e="";return{__TYPE__:qB.baggageEntryMetadataSymbol,toString(){return e}}}yP.baggageEntryMetadataFromString=WB});var Ka=k((_P)=>{Object.defineProperty(_P,"__esModule",{value:!0});_P.ROOT_CONTEXT=_P.createContextKey=void 0;function GB(e){return Symbol.for(e)}_P.createContextKey=GB;class wd{constructor(e){let t=this;t._currentContext=e?new Map(e):new Map,t.getValue=(r)=>t._currentContext.get(r),t.setValue=(r,o)=>{let n=new wd(t._currentContext);return n._currentContext.set(r,o),n},t.deleteValue=(r)=>{let o=new wd(t._currentContext);return o._currentContext.delete(r),o}}}_P.ROOT_CONTEXT=new wd});var kP=k((xP)=>{Object.defineProperty(xP,"__esModule",{value:!0});xP.DiagConsoleLogger=void 0;var Bh=[{n:"error",c:"error"},{n:"warn",c:"warn"},{n:"info",c:"info"},{n:"debug",c:"debug"},{n:"verbose",c:"trace"}];class SP{constructor(){function e(t){return function(...r){if(console){let o=console[t];if(typeof o!=="function")o=console.log;if(typeof o==="function")return o.apply(console,r)}}}for(let t=0;t<Bh.length;t++)this[Bh[t].n]=e(Bh[t].c)}}xP.DiagConsoleLogger=SP});var Xh=k((EP)=>{Object.defineProperty(EP,"__esModule",{value:!0});EP.createNoopMeter=EP.NOOP_OBSERVABLE_UP_DOWN_COUNTER_METRIC=EP.NOOP_OBSERVABLE_GAUGE_METRIC=EP.NOOP_OBSERVABLE_COUNTER_METRIC=EP.NOOP_UP_DOWN_COUNTER_METRIC=EP.NOOP_HISTOGRAM_METRIC=EP.NOOP_GAUGE_METRIC=EP.NOOP_COUNTER_METRIC=EP.NOOP_METER=EP.NoopObservableUpDownCounterMetric=EP.NoopObservableGaugeMetric=EP.NoopObservableCounterMetric=EP.NoopObservableMetric=EP.NoopHistogramMetric=EP.NoopGaugeMetric=EP.NoopUpDownCounterMetric=EP.NoopCounterMetric=EP.NoopMetric=EP.NoopMeter=void 0;class Hh{constructor(){}createGauge(e,t){return EP.NOOP_GAUGE_METRIC}createHistogram(e,t){return EP.NOOP_HISTOGRAM_METRIC}createCounter(e,t){return EP.NOOP_COUNTER_METRIC}createUpDownCounter(e,t){return EP.NOOP_UP_DOWN_COUNTER_METRIC}createObservableGauge(e,t){return EP.NOOP_OBSERVABLE_GAUGE_METRIC}createObservableCounter(e,t){return EP.NOOP_OBSERVABLE_COUNTER_METRIC}createObservableUpDownCounter(e,t){return EP.NOOP_OBSERVABLE_UP_DOWN_COUNTER_METRIC}addBatchObservableCallback(e,t){}removeBatchObservableCallback(e){}}EP.NoopMeter=Hh;class Oi{}EP.NoopMetric=Oi;class qh extends Oi{add(e,t){}}EP.NoopCounterMetric=qh;class Zh extends Oi{add(e,t){}}EP.NoopUpDownCounterMetric=Zh;class Vh extends Oi{record(e,t){}}EP.NoopGaugeMetric=Vh;class Wh extends Oi{record(e,t){}}EP.NoopHistogramMetric=Wh;class Ga{addCallback(e){}removeCallback(e){}}EP.NoopObservableMetric=Ga;class Kh extends Ga{}EP.NoopObservableCounterMetric=Kh;class Gh extends Ga{}EP.NoopObservableGaugeMetric=Gh;class Jh extends Ga{}EP.NoopObservableUpDownCounterMetric=Jh;EP.NOOP_METER=new Hh;EP.NOOP_COUNTER_METRIC=new qh;EP.NOOP_GAUGE_METRIC=new Vh;EP.NOOP_HISTOGRAM_METRIC=new Wh;EP.NOOP_UP_DOWN_COUNTER_METRIC=new Zh;EP.NOOP_OBSERVABLE_COUNTER_METRIC=new Kh;EP.NOOP_OBSERVABLE_GAUGE_METRIC=new Gh;EP.NOOP_OBSERVABLE_UP_DOWN_COUNTER_METRIC=new Jh;function XB(){return EP.NOOP_METER}EP.createNoopMeter=XB});var NP=k((DP)=>{Object.defineProperty(DP,"__esModule",{value:!0});DP.ValueType=void 0;var cH;(function(e){e[e.INT=0]="INT",e[e.DOUBLE=1]="DOUBLE"})(cH=DP.ValueType||(DP.ValueType={}))});var Qh=k((jP)=>{Object.defineProperty(jP,"__esModule",{value:!0});jP.defaultTextMapSetter=jP.defaultTextMapGetter=void 0;jP.defaultTextMapGetter={get(e,t){if(e==null)return;return e[t]},keys(e){if(e==null)return[];return Object.keys(e)}};jP.defaultTextMapSetter={set(e,t,r){if(e==null)return;e[t]=r}}});var BP=k((LP)=>{Object.defineProperty(LP,"__esModule",{value:!0});LP.NoopContextManager=void 0;var uH=Ka();class zP{active(){return uH.ROOT_CONTEXT}with(e,t,r,...o){return t.call(r,...o)}bind(e,t){return t}enable(){return this}disable(){return this}}LP.NoopContextManager=zP});var Ja=k((qP)=>{Object.defineProperty(qP,"__esModule",{value:!0});qP.ContextAPI=void 0;var dH=BP(),ey=yo(),HP=bo(),ty="context",pH=new dH.NoopContextManager;class ry{constructor(){}static getInstance(){if(!this._instance)this._instance=new ry;return this._instance}setGlobalContextManager(e){return(0,ey.registerGlobal)(ty,e,HP.DiagAPI.instance())}active(){return this._getContextManager().active()}with(e,t,r,...o){return this._getContextManager().with(e,t,r,...o)}bind(e,t){return this._getContextManager().bind(e,t)}_getContextManager(){return(0,ey.getGlobal)(ty)||pH}disable(){this._getContextManager().disable(),(0,ey.unregisterGlobal)(ty,HP.DiagAPI.instance())}}qP.ContextAPI=ry});var oy=k((VP)=>{Object.defineProperty(VP,"__esModule",{value:!0});VP.TraceFlags=void 0;var fH;(function(e){e[e.NONE=0]="NONE",e[e.SAMPLED=1]="SAMPLED"})(fH=VP.TraceFlags||(VP.TraceFlags={}))});var kd=k((WP)=>{Object.defineProperty(WP,"__esModule",{value:!0});WP.INVALID_SPAN_CONTEXT=WP.INVALID_TRACEID=WP.INVALID_SPANID=void 0;var mH=oy();WP.INVALID_SPANID="0000000000000000";WP.INVALID_TRACEID="00000000000000000000000000000000";WP.INVALID_SPAN_CONTEXT={traceId:WP.INVALID_TRACEID,spanId:WP.INVALID_SPANID,traceFlags:mH.TraceFlags.NONE}});var Ed=k((YP)=>{Object.defineProperty(YP,"__esModule",{value:!0});YP.NonRecordingSpan=void 0;var gH=kd();class XP{constructor(e=gH.INVALID_SPAN_CONTEXT){this._spanContext=e}spanContext(){return this._spanContext}setAttribute(e,t){return this}setAttributes(e){return this}addEvent(e,t){return this}addLink(e){return this}addLinks(e){return this}setStatus(e){return this}updateName(e){return this}end(e){}isRecording(){return!1}recordException(e,t){}}YP.NonRecordingSpan=XP});var ay=k((tI)=>{Object.defineProperty(tI,"__esModule",{value:!0});tI.getSpanContext=tI.setSpanContext=tI.deleteSpan=tI.setSpan=tI.getActiveSpan=tI.getSpan=void 0;var hH=Ka(),yH=Ed(),bH=Ja(),iy=(0,hH.createContextKey)("OpenTelemetry Context Key SPAN");function sy(e){return e.getValue(iy)||void 0}tI.getSpan=sy;function _H(){return sy(bH.ContextAPI.getInstance().active())}tI.getActiveSpan=_H;function eI(e,t){return e.setValue(iy,t)}tI.setSpan=eI;function vH(e){return e.deleteValue(iy)}tI.deleteSpan=vH;function SH(e,t){return eI(e,new yH.NonRecordingSpan(t))}tI.setSpanContext=SH;function xH(e){var t;return(t=sy(e))===null||t===void 0?void 0:t.spanContext()}tI.getSpanContext=xH});var Td=k((sI)=>{Object.defineProperty(sI,"__esModule",{value:!0});sI.wrapSpanContext=sI.isSpanContextValid=sI.isValidSpanId=sI.isValidTraceId=void 0;var nI=kd(),IH=Ed(),RH=/^([0-9a-f]{32})$/i,$H=/^[0-9a-f]{16}$/i;function oI(e){return RH.test(e)&&e!==nI.INVALID_TRACEID}sI.isValidTraceId=oI;function iI(e){return $H.test(e)&&e!==nI.INVALID_SPANID}sI.isValidSpanId=iI;function AH(e){return oI(e.traceId)&&iI(e.spanId)}sI.isSpanContextValid=AH;function OH(e){return new IH.NonRecordingSpan(e)}sI.wrapSpanContext=OH});var uy=k((uI)=>{Object.defineProperty(uI,"__esModule",{value:!0});uI.NoopTracer=void 0;var NH=Ja(),cI=ay(),cy=Ed(),jH=Td(),ly=NH.ContextAPI.getInstance();class lI{startSpan(e,t,r=ly.active()){if(Boolean(t===null||t===void 0?void 0:t.root))return new cy.NonRecordingSpan;let n=r&&(0,cI.getSpanContext)(r);if(UH(n)&&(0,jH.isSpanContextValid)(n))return new cy.NonRecordingSpan(n);else return new cy.NonRecordingSpan}startActiveSpan(e,t,r,o){let n,i,s;if(arguments.length<2)return;else if(arguments.length===2)s=t;else if(arguments.length===3)n=t,s=r;else n=t,i=r,s=o;let a=i!==null&&i!==void 0?i:ly.active(),c=this.startSpan(e,n,a),u=(0,cI.setSpan)(a,c);return ly.with(u,s,void 0,c)}}uI.NoopTracer=lI;function UH(e){return typeof e==="object"&&typeof e.spanId==="string"&&typeof e.traceId==="string"&&typeof e.traceFlags==="number"}});var dy=k((fI)=>{Object.defineProperty(fI,"__esModule",{value:!0});fI.ProxyTracer=void 0;var zH=uy(),LH=new zH.NoopTracer;class pI{constructor(e,t,r,o){this._provider=e,this.name=t,this.version=r,this.options=o}startSpan(e,t,r){return this._getTracer().startSpan(e,t,r)}startActiveSpan(e,t,r,o){let n=this._getTracer();return Reflect.apply(n.startActiveSpan,n,arguments)}_getTracer(){if(this._delegate)return this._delegate;let e=this._provider.getDelegateTracer(this.name,this.version,this.options);if(!e)return LH;return this._delegate=e,this._delegate}}fI.ProxyTracer=pI});var bI=k((hI)=>{Object.defineProperty(hI,"__esModule",{value:!0});hI.NoopTracerProvider=void 0;var FH=uy();class gI{getTracer(e,t,r){return new FH.NoopTracer}}hI.NoopTracerProvider=gI});var py=k((vI)=>{Object.defineProperty(vI,"__esModule",{value:!0});vI.ProxyTracerProvider=void 0;var BH=dy(),HH=bI(),qH=new HH.NoopTracerProvider;class _I{getTracer(e,t,r){var o;return(o=this.getDelegateTracer(e,t,r))!==null&&o!==void 0?o:new BH.ProxyTracer(this,e,t,r)}getDelegate(){var e;return(e=this._delegate)!==null&&e!==void 0?e:qH}setDelegate(e){this._delegate=e}getDelegateTracer(e,t,r){var o;return(o=this._delegate)===null||o===void 0?void 0:o.getTracer(e,t,r)}}vI.ProxyTracerProvider=_I});var wI=k((xI)=>{Object.defineProperty(xI,"__esModule",{value:!0});xI.SamplingDecision=void 0;var ZH;(function(e){e[e.NOT_RECORD=0]="NOT_RECORD",e[e.RECORD=1]="RECORD",e[e.RECORD_AND_SAMPLED=2]="RECORD_AND_SAMPLED"})(ZH=xI.SamplingDecision||(xI.SamplingDecision={}))});var EI=k((kI)=>{Object.defineProperty(kI,"__esModule",{value:!0});kI.SpanKind=void 0;var VH;(function(e){e[e.INTERNAL=0]="INTERNAL",e[e.SERVER=1]="SERVER",e[e.CLIENT=2]="CLIENT",e[e.PRODUCER=3]="PRODUCER",e[e.CONSUMER=4]="CONSUMER"})(VH=kI.SpanKind||(kI.SpanKind={}))});var PI=k((TI)=>{Object.defineProperty(TI,"__esModule",{value:!0});TI.SpanStatusCode=void 0;var WH;(function(e){e[e.UNSET=0]="UNSET",e[e.OK=1]="OK",e[e.ERROR=2]="ERROR"})(WH=TI.SpanStatusCode||(TI.SpanStatusCode={}))});var $I=k((II)=>{Object.defineProperty(II,"__esModule",{value:!0});II.validateValue=II.validateKey=void 0;var hy="[_0-9a-z-*/]",KH=`[a-z]${hy}{0,255}`,GH=`[a-z0-9]${hy}{0,240}@[a-z]${hy}{0,13}`,JH=new RegExp(`^(?:${KH}|${GH})$`),XH=/^[ -~]{0,255}[!-~]$/,YH=/,|=/;function QH(e){return JH.test(e)}II.validateKey=QH;function eq(e){return XH.test(e)&&!YH.test(e)}II.validateValue=eq});var jI=k((DI)=>{Object.defineProperty(DI,"__esModule",{value:!0});DI.TraceStateImpl=void 0;var AI=$I(),OI=32,rq=512,CI=",",MI="=";class yy{constructor(e){if(this._internalState=new Map,e)this._parse(e)}set(e,t){let r=this._clone();if(r._internalState.has(e))r._internalState.delete(e);return r._internalState.set(e,t),r}unset(e){let t=this._clone();return t._internalState.delete(e),t}get(e){return this._internalState.get(e)}serialize(){return this._keys().reduce((e,t)=>(e.push(t+MI+this.get(t)),e),[]).join(CI)}_parse(e){if(e.length>rq)return;if(this._internalState=e.split(CI).reverse().reduce((t,r)=>{let o=r.trim(),n=o.indexOf(MI);if(n!==-1){let i=o.slice(0,n),s=o.slice(n+1,r.length);if((0,AI.validateKey)(i)&&(0,AI.validateValue)(s))t.set(i,s)}return t},new Map),this._internalState.size>OI)this._internalState=new Map(Array.from(this._internalState.entries()).reverse().slice(0,OI))}_keys(){return Array.from(this._internalState.keys()).reverse()}_clone(){let e=new yy;return e._internalState=new Map(this._internalState),e}}DI.TraceStateImpl=yy});var LI=k((UI)=>{Object.defineProperty(UI,"__esModule",{value:!0});UI.createTraceState=void 0;var nq=jI();function oq(e){return new nq.TraceStateImpl(e)}UI.createTraceState=oq});var HI=k((FI)=>{Object.defineProperty(FI,"__esModule",{value:!0});FI.context=void 0;var iq=Ja();FI.context=iq.ContextAPI.getInstance()});var VI=k((qI)=>{Object.defineProperty(qI,"__esModule",{value:!0});qI.diag=void 0;var sq=bo();qI.diag=sq.DiagAPI.instance()});var GI=k((WI)=>{Object.defineProperty(WI,"__esModule",{value:!0});WI.NOOP_METER_PROVIDER=WI.NoopMeterProvider=void 0;var aq=Xh();class by{getMeter(e,t,r){return aq.NOOP_METER}}WI.NoopMeterProvider=by;WI.NOOP_METER_PROVIDER=new by});var QI=k((XI)=>{Object.defineProperty(XI,"__esModule",{value:!0});XI.MetricsAPI=void 0;var lq=GI(),_y=yo(),JI=bo(),vy="metrics";class Sy{constructor(){}static getInstance(){if(!this._instance)this._instance=new Sy;return this._instance}setGlobalMeterProvider(e){return(0,_y.registerGlobal)(vy,e,JI.DiagAPI.instance())}getMeterProvider(){return(0,_y.getGlobal)(vy)||lq.NOOP_METER_PROVIDER}getMeter(e,t,r){return this.getMeterProvider().getMeter(e,t,r)}disable(){(0,_y.unregisterGlobal)(vy,JI.DiagAPI.instance())}}XI.MetricsAPI=Sy});var rR=k((eR)=>{Object.defineProperty(eR,"__esModule",{value:!0});eR.metrics=void 0;var uq=QI();eR.metrics=uq.MetricsAPI.getInstance()});var sR=k((oR)=>{Object.defineProperty(oR,"__esModule",{value:!0});oR.NoopTextMapPropagator=void 0;class nR{inject(e,t){}extract(e,t){return e}fields(){return[]}}oR.NoopTextMapPropagator=nR});var uR=k((cR)=>{Object.defineProperty(cR,"__esModule",{value:!0});cR.deleteBaggage=cR.setBaggage=cR.getActiveBaggage=cR.getBaggage=void 0;var dq=Ja(),pq=Ka(),xy=(0,pq.createContextKey)("OpenTelemetry Baggage Key");function aR(e){return e.getValue(xy)||void 0}cR.getBaggage=aR;function fq(){return aR(dq.ContextAPI.getInstance().active())}cR.getActiveBaggage=fq;function mq(e,t){return e.setValue(xy,t)}cR.setBaggage=mq;function gq(e){return e.deleteValue(xy)}cR.deleteBaggage=gq});var gR=k((fR)=>{Object.defineProperty(fR,"__esModule",{value:!0});fR.PropagationAPI=void 0;var wy=yo(),_q=sR(),dR=Qh(),Pd=uR(),vq=Fh(),pR=bo(),ky="propagation",Sq=new _q.NoopTextMapPropagator;class Ey{constructor(){this.createBaggage=vq.createBaggage,this.getBaggage=Pd.getBaggage,this.getActiveBaggage=Pd.getActiveBaggage,this.setBaggage=Pd.setBaggage,this.deleteBaggage=Pd.deleteBaggage}static getInstance(){if(!this._instance)this._instance=new Ey;return this._instance}setGlobalPropagator(e){return(0,wy.registerGlobal)(ky,e,pR.DiagAPI.instance())}inject(e,t,r=dR.defaultTextMapSetter){return this._getGlobalPropagator().inject(e,t,r)}extract(e,t,r=dR.defaultTextMapGetter){return this._getGlobalPropagator().extract(e,t,r)}fields(){return this._getGlobalPropagator().fields()}disable(){(0,wy.unregisterGlobal)(ky,pR.DiagAPI.instance())}_getGlobalPropagator(){return(0,wy.getGlobal)(ky)||Sq}}fR.PropagationAPI=Ey});var bR=k((hR)=>{Object.defineProperty(hR,"__esModule",{value:!0});hR.propagation=void 0;var xq=gR();hR.propagation=xq.PropagationAPI.getInstance()});var kR=k((xR)=>{Object.defineProperty(xR,"__esModule",{value:!0});xR.TraceAPI=void 0;var Ty=yo(),_R=py(),vR=Td(),Ci=ay(),SR=bo(),Py="trace";class Iy{constructor(){this._proxyTracerProvider=new _R.ProxyTracerProvider,this.wrapSpanContext=vR.wrapSpanContext,this.isSpanContextValid=vR.isSpanContextValid,this.deleteSpan=Ci.deleteSpan,this.getSpan=Ci.getSpan,this.getActiveSpan=Ci.getActiveSpan,this.getSpanContext=Ci.getSpanContext,this.setSpan=Ci.setSpan,this.setSpanContext=Ci.setSpanContext}static getInstance(){if(!this._instance)this._instance=new Iy;return this._instance}setGlobalTracerProvider(e){let t=(0,Ty.registerGlobal)(Py,this._proxyTracerProvider,SR.DiagAPI.instance());if(t)this._proxyTracerProvider.setDelegate(e);return t}getTracerProvider(){return(0,Ty.getGlobal)(Py)||this._proxyTracerProvider}getTracer(e,t){return this.getTracerProvider().getTracer(e,t)}disable(){(0,Ty.unregisterGlobal)(Py,SR.DiagAPI.instance()),this._proxyTracerProvider=new _R.ProxyTracerProvider}}xR.TraceAPI=Iy});var PR=k((ER)=>{Object.defineProperty(ER,"__esModule",{value:!0});ER.trace=void 0;var wq=kR();ER.trace=wq.TraceAPI.getInstance()});var DR=k((be)=>{Object.defineProperty(be,"__esModule",{value:!0});be.trace=be.propagation=be.metrics=be.diag=be.context=be.INVALID_SPAN_CONTEXT=be.INVALID_TRACEID=be.INVALID_SPANID=be.isValidSpanId=be.isValidTraceId=be.isSpanContextValid=be.createTraceState=be.TraceFlags=be.SpanStatusCode=be.SpanKind=be.SamplingDecision=be.ProxyTracerProvider=be.ProxyTracer=be.defaultTextMapSetter=be.defaultTextMapGetter=be.ValueType=be.createNoopMeter=be.DiagLogLevel=be.DiagConsoleLogger=be.ROOT_CONTEXT=be.createContextKey=be.baggageEntryMetadataFromString=void 0;var kq=Fh();Object.defineProperty(be,"baggageEntryMetadataFromString",{enumerable:!0,get:function(){return kq.baggageEntryMetadataFromString}});var IR=Ka();Object.defineProperty(be,"createContextKey",{enumerable:!0,get:function(){return IR.createContextKey}});Object.defineProperty(be,"ROOT_CONTEXT",{enumerable:!0,get:function(){return IR.ROOT_CONTEXT}});var Eq=kP();Object.defineProperty(be,"DiagConsoleLogger",{enumerable:!0,get:function(){return Eq.DiagConsoleLogger}});var Tq=Sd();Object.defineProperty(be,"DiagLogLevel",{enumerable:!0,get:function(){return Tq.DiagLogLevel}});var Pq=Xh();Object.defineProperty(be,"createNoopMeter",{enumerable:!0,get:function(){return Pq.createNoopMeter}});var Iq=NP();Object.defineProperty(be,"ValueType",{enumerable:!0,get:function(){return Iq.ValueType}});var RR=Qh();Object.defineProperty(be,"defaultTextMapGetter",{enumerable:!0,get:function(){return RR.defaultTextMapGetter}});Object.defineProperty(be,"defaultTextMapSetter",{enumerable:!0,get:function(){return RR.defaultTextMapSetter}});var Rq=dy();Object.defineProperty(be,"ProxyTracer",{enumerable:!0,get:function(){return Rq.ProxyTracer}});var $q=py();Object.defineProperty(be,"ProxyTracerProvider",{enumerable:!0,get:function(){return $q.ProxyTracerProvider}});var Aq=wI();Object.defineProperty(be,"SamplingDecision",{enumerable:!0,get:function(){return Aq.SamplingDecision}});var Oq=EI();Object.defineProperty(be,"SpanKind",{enumerable:!0,get:function(){return Oq.SpanKind}});var Cq=PI();Object.defineProperty(be,"SpanStatusCode",{enumerable:!0,get:function(){return Cq.SpanStatusCode}});var Mq=oy();Object.defineProperty(be,"TraceFlags",{enumerable:!0,get:function(){return Mq.TraceFlags}});var Dq=LI();Object.defineProperty(be,"createTraceState",{enumerable:!0,get:function(){return Dq.createTraceState}});var Ry=Td();Object.defineProperty(be,"isSpanContextValid",{enumerable:!0,get:function(){return Ry.isSpanContextValid}});Object.defineProperty(be,"isValidTraceId",{enumerable:!0,get:function(){return Ry.isValidTraceId}});Object.defineProperty(be,"isValidSpanId",{enumerable:!0,get:function(){return Ry.isValidSpanId}});var $y=kd();Object.defineProperty(be,"INVALID_SPANID",{enumerable:!0,get:function(){return $y.INVALID_SPANID}});Object.defineProperty(be,"INVALID_TRACEID",{enumerable:!0,get:function(){return $y.INVALID_TRACEID}});Object.defineProperty(be,"INVALID_SPAN_CONTEXT",{enumerable:!0,get:function(){return $y.INVALID_SPAN_CONTEXT}});var $R=HI();Object.defineProperty(be,"context",{enumerable:!0,get:function(){return $R.context}});var AR=VI();Object.defineProperty(be,"diag",{enumerable:!0,get:function(){return AR.diag}});var OR=rR();Object.defineProperty(be,"metrics",{enumerable:!0,get:function(){return OR.metrics}});var CR=bR();Object.defineProperty(be,"propagation",{enumerable:!0,get:function(){return CR.propagation}});var MR=PR();Object.defineProperty(be,"trace",{enumerable:!0,get:function(){return MR.trace}});be.default={context:$R.context,diag:AR.diag,metrics:OR.metrics,propagation:CR.propagation,trace:MR.trace}});var Rl=k((DA)=>{Object.defineProperty(DA,"__esModule",{value:!0});DA.regexpCode=DA.getEsmExportName=DA.getProperty=DA.safeStringify=DA.stringify=DA.strConcat=DA.addCodeArg=DA.str=DA._=DA.nil=DA._Code=DA.Name=DA.IDENTIFIER=DA._CodeOrName=void 0;class _m{}DA._CodeOrName=_m;DA.IDENTIFIER=/^[a-z$_][a-z$_0-9]*$/i;class ms extends _m{constructor(e){super();if(!DA.IDENTIFIER.test(e))throw Error("CodeGen: name must be a valid identifier");this.str=e}toString(){return this.str}emptyStr(){return!1}get names(){return{[this.str]:1}}}DA.Name=ms;class fr extends _m{constructor(e){super();this._items=typeof e==="string"?[e]:e}toString(){return this.str}emptyStr(){if(this._items.length>1)return!1;let e=this._items[0];return e===""||e==='""'}get str(){var e;return(e=this._str)!==null&&e!==void 0?e:this._str=this._items.reduce((t,r)=>`${t}${r}`,"")}get names(){var e;return(e=this._names)!==null&&e!==void 0?e:this._names=this._items.reduce((t,r)=>{if(r instanceof ms)t[r.str]=(t[r.str]||0)+1;return t},{})}}DA._Code=fr;DA.nil=new fr("");function CA(e,...t){let r=[e[0]],o=0;while(o<t.length)yS(r,t[o]),r.push(e[++o]);return new fr(r)}DA._=CA;var hS=new fr("+");function MA(e,...t){let r=[Il(e[0])],o=0;while(o<t.length)r.push(hS),yS(r,t[o]),r.push(hS,Il(e[++o]));return YG(r),new fr(r)}DA.str=MA;function yS(e,t){if(t instanceof fr)e.push(...t._items);else if(t instanceof ms)e.push(t);else e.push(t9(t))}DA.addCodeArg=yS;function YG(e){let t=1;while(t<e.length-1){if(e[t]===hS){let r=QG(e[t-1],e[t+1]);if(r!==void 0){e.splice(t-1,3,r);continue}e[t++]="+"}t++}}function QG(e,t){if(t==='""')return e;if(e==='""')return t;if(typeof e=="string"){if(t instanceof ms||e[e.length-1]!=='"')return;if(typeof t!="string")return`${e.slice(0,-1)}${t}"`;if(t[0]==='"')return e.slice(0,-1)+t.slice(1);return}if(typeof t=="string"&&t[0]==='"'&&!(e instanceof ms))return`"${e}${t.slice(1)}`;return}function e9(e,t){return t.emptyStr()?e:e.emptyStr()?t:MA`${e}${t}`}DA.strConcat=e9;function t9(e){return typeof e=="number"||typeof e=="boolean"||e===null?e:Il(Array.isArray(e)?e.join(","):e)}function r9(e){return new fr(Il(e))}DA.stringify=r9;function Il(e){return JSON.stringify(e).replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")}DA.safeStringify=Il;function n9(e){return typeof e=="string"&&DA.IDENTIFIER.test(e)?new fr(`.${e}`):CA`[${e}]`}DA.getProperty=n9;function o9(e){if(typeof e=="string"&&DA.IDENTIFIER.test(e))return new fr(`${e}`);throw Error(`CodeGen: invalid export name: ${e}, use explicit $id name mapping`)}DA.getEsmExportName=o9;function i9(e){return new fr(e.toString())}DA.regexpCode=i9});var SS=k((zA)=>{Object.defineProperty(zA,"__esModule",{value:!0});zA.ValueScope=zA.ValueScopeName=zA.Scope=zA.varKinds=zA.UsedValueState=void 0;var Tt=Rl();class jA extends Error{constructor(e){super(`CodeGen: "code" for ${e} not defined`);this.value=e.value}}var Sm;(function(e){e[e.Started=0]="Started",e[e.Completed=1]="Completed"})(Sm||(zA.UsedValueState=Sm={}));zA.varKinds={const:new Tt.Name("const"),let:new Tt.Name("let"),var:new Tt.Name("var")};class _S{constructor({prefixes:e,parent:t}={}){this._names={},this._prefixes=e,this._parent=t}toName(e){return e instanceof Tt.Name?e:this.name(e)}name(e){return new Tt.Name(this._newName(e))}_newName(e){let t=this._names[e]||this._nameGroup(e);return`${e}${t.index++}`}_nameGroup(e){var t,r;if(((r=(t=this._parent)===null||t===void 0?void 0:t._prefixes)===null||r===void 0?void 0:r.has(e))||this._prefixes&&!this._prefixes.has(e))throw Error(`CodeGen: prefix "${e}" is not allowed in this scope`);return this._names[e]={prefix:e,index:0}}}zA.Scope=_S;class vS extends Tt.Name{constructor(e,t){super(t);this.prefix=e}setValue(e,{property:t,itemIndex:r}){this.value=e,this.scopePath=Tt._`.${new Tt.Name(t)}[${r}]`}}zA.ValueScopeName=vS;var b9=Tt._`\n`;class UA extends _S{constructor(e){super(e);this._values={},this._scope=e.scope,this.opts={...e,_n:e.lines?b9:Tt.nil}}get(){return this._scope}name(e){return new vS(e,this._newName(e))}value(e,t){var r;if(t.ref===void 0)throw Error("CodeGen: ref must be passed in value");let o=this.toName(e),{prefix:n}=o,i=(r=t.key)!==null&&r!==void 0?r:t.ref,s=this._values[n];if(s){let u=s.get(i);if(u)return u}else s=this._values[n]=new Map;s.set(i,o);let a=this._scope[n]||(this._scope[n]=[]),c=a.length;return a[c]=t.ref,o.setValue(t,{property:n,itemIndex:c}),o}getValue(e,t){let r=this._values[e];if(!r)return;return r.get(t)}scopeRefs(e,t=this._values){return this._reduceValues(t,(r)=>{if(r.scopePath===void 0)throw Error(`CodeGen: name "${r}" has no value`);return Tt._`${e}${r.scopePath}`})}scopeCode(e=this._values,t,r){return this._reduceValues(e,(o)=>{if(o.value===void 0)throw Error(`CodeGen: name "${o}" has no value`);return o.value.code},t,r)}_reduceValues(e,t,r={},o){let n=Tt.nil;for(let i in e){let s=e[i];if(!s)continue;let a=r[i]=r[i]||new Map;s.forEach((c)=>{if(a.has(c))return;a.set(c,Sm.Started);let u=t(c);if(u){let d=this.opts.es5?zA.varKinds.var:zA.varKinds.const;n=Tt._`${n}${d} ${c} = ${u};${this.opts._n}`}else if(u=o===null||o===void 0?void 0:o(c))n=Tt._`${n}${u}${this.opts._n}`;else throw new jA(c);a.set(c,Sm.Completed)})}return n}}zA.ValueScope=UA});var re=k((Pt)=>{Object.defineProperty(Pt,"__esModule",{value:!0});Pt.or=Pt.and=Pt.not=Pt.CodeGen=Pt.operators=Pt.varKinds=Pt.ValueScopeName=Pt.ValueScope=Pt.Scope=Pt.Name=Pt.regexpCode=Pt.stringify=Pt.getProperty=Pt.nil=Pt.strConcat=Pt.str=Pt._=void 0;var le=Rl(),mr=SS(),Un=Rl();Object.defineProperty(Pt,"_",{enumerable:!0,get:function(){return Un._}});Object.defineProperty(Pt,"str",{enumerable:!0,get:function(){return Un.str}});Object.defineProperty(Pt,"strConcat",{enumerable:!0,get:function(){return Un.strConcat}});Object.defineProperty(Pt,"nil",{enumerable:!0,get:function(){return Un.nil}});Object.defineProperty(Pt,"getProperty",{enumerable:!0,get:function(){return Un.getProperty}});Object.defineProperty(Pt,"stringify",{enumerable:!0,get:function(){return Un.stringify}});Object.defineProperty(Pt,"regexpCode",{enumerable:!0,get:function(){return Un.regexpCode}});Object.defineProperty(Pt,"Name",{enumerable:!0,get:function(){return Un.Name}});var Pm=SS();Object.defineProperty(Pt,"Scope",{enumerable:!0,get:function(){return Pm.Scope}});Object.defineProperty(Pt,"ValueScope",{enumerable:!0,get:function(){return Pm.ValueScope}});Object.defineProperty(Pt,"ValueScopeName",{enumerable:!0,get:function(){return Pm.ValueScopeName}});Object.defineProperty(Pt,"varKinds",{enumerable:!0,get:function(){return Pm.varKinds}});Pt.operators={GT:new le._Code(">"),GTE:new le._Code(">="),LT:new le._Code("<"),LTE:new le._Code("<="),EQ:new le._Code("==="),NEQ:new le._Code("!=="),NOT:new le._Code("!"),OR:new le._Code("||"),AND:new le._Code("&&"),ADD:new le._Code("+")};class zn{optimizeNodes(){return this}optimizeNames(e,t){return this}}class FA extends zn{constructor(e,t,r){super();this.varKind=e,this.name=t,this.rhs=r}render({es5:e,_n:t}){let r=e?mr.varKinds.var:this.varKind,o=this.rhs===void 0?"":` = ${this.rhs}`;return`${r} ${this.name}${o};`+t}optimizeNames(e,t){if(!e[this.name.str])return;if(this.rhs)this.rhs=hs(this.rhs,e,t);return this}get names(){return this.rhs instanceof le._CodeOrName?this.rhs.names:{}}}class kS extends zn{constructor(e,t,r){super();this.lhs=e,this.rhs=t,this.sideEffects=r}render({_n:e}){return`${this.lhs} = ${this.rhs};`+e}optimizeNames(e,t){if(this.lhs instanceof le.Name&&!e[this.lhs.str]&&!this.sideEffects)return;return this.rhs=hs(this.rhs,e,t),this}get names(){let e=this.lhs instanceof le.Name?{}:{...this.lhs.names};return Tm(e,this.rhs)}}class BA extends kS{constructor(e,t,r,o){super(e,r,o);this.op=t}render({_n:e}){return`${this.lhs} ${this.op}= ${this.rhs};`+e}}class HA extends zn{constructor(e){super();this.label=e,this.names={}}render({_n:e}){return`${this.label}:`+e}}class qA extends zn{constructor(e){super();this.label=e,this.names={}}render({_n:e}){return`break${this.label?` ${this.label}`:""};`+e}}class ZA extends zn{constructor(e){super();this.error=e}render({_n:e}){return`throw ${this.error};`+e}get names(){return this.error.names}}class VA extends zn{constructor(e){super();this.code=e}render({_n:e}){return`${this.code};`+e}optimizeNodes(){return`${this.code}`?this:void 0}optimizeNames(e,t){return this.code=hs(this.code,e,t),this}get names(){return this.code instanceof le._CodeOrName?this.code.names:{}}}class Im extends zn{constructor(e=[]){super();this.nodes=e}render(e){return this.nodes.reduce((t,r)=>t+r.render(e),"")}optimizeNodes(){let{nodes:e}=this,t=e.length;while(t--){let r=e[t].optimizeNodes();if(Array.isArray(r))e.splice(t,1,...r);else if(r)e[t]=r;else e.splice(t,1)}return e.length>0?this:void 0}optimizeNames(e,t){let{nodes:r}=this,o=r.length;while(o--){let n=r[o];if(n.optimizeNames(e,t))continue;x9(e,n.names),r.splice(o,1)}return r.length>0?this:void 0}get names(){return this.nodes.reduce((e,t)=>Do(e,t.names),{})}}class Ln extends Im{render(e){return"{"+e._n+super.render(e)+"}"+e._n}}class WA extends Im{}class $l extends Ln{}$l.kind="else";class en extends Ln{constructor(e,t){super(t);this.condition=e}render(e){let t=`if(${this.condition})`+super.render(e);if(this.else)t+="else "+this.else.render(e);return t}optimizeNodes(){super.optimizeNodes();let e=this.condition;if(e===!0)return this.nodes;let t=this.else;if(t){let r=t.optimizeNodes();t=this.else=Array.isArray(r)?new $l(r):r}if(t){if(e===!1)return t instanceof en?t:t.nodes;if(this.nodes.length)return this;return new en(YA(e),t instanceof en?[t]:t.nodes)}if(e===!1||!this.nodes.length)return;return this}optimizeNames(e,t){var r;if(this.else=(r=this.else)===null||r===void 0?void 0:r.optimizeNames(e,t),!(super.optimizeNames(e,t)||this.else))return;return this.condition=hs(this.condition,e,t),this}get names(){let e=super.names;if(Tm(e,this.condition),this.else)Do(e,this.else.names);return e}}en.kind="if";class gs extends Ln{}gs.kind="for";class KA extends gs{constructor(e){super();this.iteration=e}render(e){return`for(${this.iteration})`+super.render(e)}optimizeNames(e,t){if(!super.optimizeNames(e,t))return;return this.iteration=hs(this.iteration,e,t),this}get names(){return Do(super.names,this.iteration.names)}}class GA extends gs{constructor(e,t,r,o){super();this.varKind=e,this.name=t,this.from=r,this.to=o}render(e){let t=e.es5?mr.varKinds.var:this.varKind,{name:r,from:o,to:n}=this;return`for(${t} ${r}=${o}; ${r}<${n}; ${r}++)`+super.render(e)}get names(){let e=Tm(super.names,this.from);return Tm(e,this.to)}}class xS extends gs{constructor(e,t,r,o){super();this.loop=e,this.varKind=t,this.name=r,this.iterable=o}render(e){return`for(${this.varKind} ${this.name} ${this.loop} ${this.iterable})`+super.render(e)}optimizeNames(e,t){if(!super.optimizeNames(e,t))return;return this.iterable=hs(this.iterable,e,t),this}get names(){return Do(super.names,this.iterable.names)}}class xm extends Ln{constructor(e,t,r){super();this.name=e,this.args=t,this.async=r}render(e){return`${this.async?"async ":""}function ${this.name}(${this.args})`+super.render(e)}}xm.kind="func";class wm extends Im{render(e){return"return "+super.render(e)}}wm.kind="return";class JA extends Ln{render(e){let t="try"+super.render(e);if(this.catch)t+=this.catch.render(e);if(this.finally)t+=this.finally.render(e);return t}optimizeNodes(){var e,t;return super.optimizeNodes(),(e=this.catch)===null||e===void 0||e.optimizeNodes(),(t=this.finally)===null||t===void 0||t.optimizeNodes(),this}optimizeNames(e,t){var r,o;return super.optimizeNames(e,t),(r=this.catch)===null||r===void 0||r.optimizeNames(e,t),(o=this.finally)===null||o===void 0||o.optimizeNames(e,t),this}get names(){let e=super.names;if(this.catch)Do(e,this.catch.names);if(this.finally)Do(e,this.finally.names);return e}}class km extends Ln{constructor(e){super();this.error=e}render(e){return`catch(${this.error})`+super.render(e)}}km.kind="catch";class Em extends Ln{render(e){return"finally"+super.render(e)}}Em.kind="finally";class XA{constructor(e,t={}){this._values={},this._blockStarts=[],this._constants={},this.opts={...t,_n:t.lines?`
|
|
9
|
+
`:""},this._extScope=e,this._scope=new mr.Scope({parent:e}),this._nodes=[new WA]}toString(){return this._root.render(this.opts)}name(e){return this._scope.name(e)}scopeName(e){return this._extScope.name(e)}scopeValue(e,t){let r=this._extScope.value(e,t);return(this._values[r.prefix]||(this._values[r.prefix]=new Set)).add(r),r}getScopeValue(e,t){return this._extScope.getValue(e,t)}scopeRefs(e){return this._extScope.scopeRefs(e,this._values)}scopeCode(){return this._extScope.scopeCode(this._values)}_def(e,t,r,o){let n=this._scope.toName(t);if(r!==void 0&&o)this._constants[n.str]=r;return this._leafNode(new FA(e,n,r)),n}const(e,t,r){return this._def(mr.varKinds.const,e,t,r)}let(e,t,r){return this._def(mr.varKinds.let,e,t,r)}var(e,t,r){return this._def(mr.varKinds.var,e,t,r)}assign(e,t,r){return this._leafNode(new kS(e,t,r))}add(e,t){return this._leafNode(new BA(e,Pt.operators.ADD,t))}code(e){if(typeof e=="function")e();else if(e!==le.nil)this._leafNode(new VA(e));return this}object(...e){let t=["{"];for(let[r,o]of e){if(t.length>1)t.push(",");if(t.push(r),r!==o||this.opts.es5)t.push(":"),(0,le.addCodeArg)(t,o)}return t.push("}"),new le._Code(t)}if(e,t,r){if(this._blockNode(new en(e)),t&&r)this.code(t).else().code(r).endIf();else if(t)this.code(t).endIf();else if(r)throw Error('CodeGen: "else" body without "then" body');return this}elseIf(e){return this._elseNode(new en(e))}else(){return this._elseNode(new $l)}endIf(){return this._endBlockNode(en,$l)}_for(e,t){if(this._blockNode(e),t)this.code(t).endFor();return this}for(e,t){return this._for(new KA(e),t)}forRange(e,t,r,o,n=this.opts.es5?mr.varKinds.var:mr.varKinds.let){let i=this._scope.toName(e);return this._for(new GA(n,i,t,r),()=>o(i))}forOf(e,t,r,o=mr.varKinds.const){let n=this._scope.toName(e);if(this.opts.es5){let i=t instanceof le.Name?t:this.var("_arr",t);return this.forRange("_i",0,le._`${i}.length`,(s)=>{this.var(n,le._`${i}[${s}]`),r(n)})}return this._for(new xS("of",o,n,t),()=>r(n))}forIn(e,t,r,o=this.opts.es5?mr.varKinds.var:mr.varKinds.const){if(this.opts.ownProperties)return this.forOf(e,le._`Object.keys(${t})`,r);let n=this._scope.toName(e);return this._for(new xS("in",o,n,t),()=>r(n))}endFor(){return this._endBlockNode(gs)}label(e){return this._leafNode(new HA(e))}break(e){return this._leafNode(new qA(e))}return(e){let t=new wm;if(this._blockNode(t),this.code(e),t.nodes.length!==1)throw Error('CodeGen: "return" should have one node');return this._endBlockNode(wm)}try(e,t,r){if(!t&&!r)throw Error('CodeGen: "try" without "catch" and "finally"');let o=new JA;if(this._blockNode(o),this.code(e),t){let n=this.name("e");this._currNode=o.catch=new km(n),t(n)}if(r)this._currNode=o.finally=new Em,this.code(r);return this._endBlockNode(km,Em)}throw(e){return this._leafNode(new ZA(e))}block(e,t){if(this._blockStarts.push(this._nodes.length),e)this.code(e).endBlock(t);return this}endBlock(e){let t=this._blockStarts.pop();if(t===void 0)throw Error("CodeGen: not in self-balancing block");let r=this._nodes.length-t;if(r<0||e!==void 0&&r!==e)throw Error(`CodeGen: wrong number of nodes: ${r} vs ${e} expected`);return this._nodes.length=t,this}func(e,t=le.nil,r,o){if(this._blockNode(new xm(e,t,r)),o)this.code(o).endFunc();return this}endFunc(){return this._endBlockNode(xm)}optimize(e=1){while(e-- >0)this._root.optimizeNodes(),this._root.optimizeNames(this._root.names,this._constants)}_leafNode(e){return this._currNode.nodes.push(e),this}_blockNode(e){this._currNode.nodes.push(e),this._nodes.push(e)}_endBlockNode(e,t){let r=this._currNode;if(r instanceof e||t&&r instanceof t)return this._nodes.pop(),this;throw Error(`CodeGen: not in block "${t?`${e.kind}/${t.kind}`:e.kind}"`)}_elseNode(e){let t=this._currNode;if(!(t instanceof en))throw Error('CodeGen: "else" without "if"');return this._currNode=t.else=e,this}get _root(){return this._nodes[0]}get _currNode(){let e=this._nodes;return e[e.length-1]}set _currNode(e){let t=this._nodes;t[t.length-1]=e}}Pt.CodeGen=XA;function Do(e,t){for(let r in t)e[r]=(e[r]||0)+(t[r]||0);return e}function Tm(e,t){return t instanceof le._CodeOrName?Do(e,t.names):e}function hs(e,t,r){if(e instanceof le.Name)return o(e);if(!n(e))return e;return new le._Code(e._items.reduce((i,s)=>{if(s instanceof le.Name)s=o(s);if(s instanceof le._Code)i.push(...s._items);else i.push(s);return i},[]));function o(i){let s=r[i.str];if(s===void 0||t[i.str]!==1)return i;return delete t[i.str],s}function n(i){return i instanceof le._Code&&i._items.some((s)=>s instanceof le.Name&&t[s.str]===1&&r[s.str]!==void 0)}}function x9(e,t){for(let r in t)e[r]=(e[r]||0)-(t[r]||0)}function YA(e){return typeof e=="boolean"||typeof e=="number"||e===null?!e:le._`!${wS(e)}`}Pt.not=YA;var w9=QA(Pt.operators.AND);function k9(...e){return e.reduce(w9)}Pt.and=k9;var E9=QA(Pt.operators.OR);function T9(...e){return e.reduce(E9)}Pt.or=T9;function QA(e){return(t,r)=>t===le.nil?r:r===le.nil?t:le._`${wS(t)} ${e} ${wS(r)}`}function wS(e){return e instanceof le.Name?e:le._`(${e})`}});var ue=k((cO)=>{Object.defineProperty(cO,"__esModule",{value:!0});cO.checkStrictMode=cO.getErrorPath=cO.Type=cO.useFunc=cO.setEvaluated=cO.evaluatedPropsToName=cO.mergeEvaluated=cO.eachItem=cO.unescapeJsonPointer=cO.escapeJsonPointer=cO.escapeFragment=cO.unescapeFragment=cO.schemaRefOrVal=cO.schemaHasRulesButRef=cO.schemaHasRules=cO.checkUnknownRules=cO.alwaysValidSchema=cO.toHash=void 0;var Te=re(),$9=Rl();function A9(e){let t={};for(let r of e)t[r]=!0;return t}cO.toHash=A9;function O9(e,t){if(typeof t=="boolean")return t;if(Object.keys(t).length===0)return!0;return nO(e,t),!oO(t,e.self.RULES.all)}cO.alwaysValidSchema=O9;function nO(e,t=e.schema){let{opts:r,self:o}=e;if(!r.strictSchema)return;if(typeof t==="boolean")return;let n=o.RULES.keywords;for(let i in t)if(!n[i])aO(e,`unknown keyword: "${i}"`)}cO.checkUnknownRules=nO;function oO(e,t){if(typeof e=="boolean")return!e;for(let r in e)if(t[r])return!0;return!1}cO.schemaHasRules=oO;function C9(e,t){if(typeof e=="boolean")return!e;for(let r in e)if(r!=="$ref"&&t.all[r])return!0;return!1}cO.schemaHasRulesButRef=C9;function M9({topSchemaRef:e,schemaPath:t},r,o,n){if(!n){if(typeof r=="number"||typeof r=="boolean")return r;if(typeof r=="string")return Te._`${r}`}return Te._`${e}${t}${(0,Te.getProperty)(o)}`}cO.schemaRefOrVal=M9;function D9(e){return iO(decodeURIComponent(e))}cO.unescapeFragment=D9;function N9(e){return encodeURIComponent(TS(e))}cO.escapeFragment=N9;function TS(e){if(typeof e=="number")return`${e}`;return e.replace(/~/g,"~0").replace(/\//g,"~1")}cO.escapeJsonPointer=TS;function iO(e){return e.replace(/~1/g,"/").replace(/~0/g,"~")}cO.unescapeJsonPointer=iO;function j9(e,t){if(Array.isArray(e))for(let r of e)t(r);else t(e)}cO.eachItem=j9;function tO({mergeNames:e,mergeToName:t,mergeValues:r,resultToName:o}){return(n,i,s,a)=>{let c=s===void 0?i:s instanceof Te.Name?(i instanceof Te.Name?e(n,i,s):t(n,i,s),s):i instanceof Te.Name?(t(n,s,i),i):r(i,s);return a===Te.Name&&!(c instanceof Te.Name)?o(n,c):c}}cO.mergeEvaluated={props:tO({mergeNames:(e,t,r)=>e.if(Te._`${r} !== true && ${t} !== undefined`,()=>{e.if(Te._`${t} === true`,()=>e.assign(r,!0),()=>e.assign(r,Te._`${r} || {}`).code(Te._`Object.assign(${r}, ${t})`))}),mergeToName:(e,t,r)=>e.if(Te._`${r} !== true`,()=>{if(t===!0)e.assign(r,!0);else e.assign(r,Te._`${r} || {}`),PS(e,r,t)}),mergeValues:(e,t)=>e===!0?!0:{...e,...t},resultToName:sO}),items:tO({mergeNames:(e,t,r)=>e.if(Te._`${r} !== true && ${t} !== undefined`,()=>e.assign(r,Te._`${t} === true ? true : ${r} > ${t} ? ${r} : ${t}`)),mergeToName:(e,t,r)=>e.if(Te._`${r} !== true`,()=>e.assign(r,t===!0?!0:Te._`${r} > ${t} ? ${r} : ${t}`)),mergeValues:(e,t)=>e===!0?!0:Math.max(e,t),resultToName:(e,t)=>e.var("items",t)})};function sO(e,t){if(t===!0)return e.var("props",!0);let r=e.var("props",Te._`{}`);if(t!==void 0)PS(e,r,t);return r}cO.evaluatedPropsToName=sO;function PS(e,t,r){Object.keys(r).forEach((o)=>e.assign(Te._`${t}${(0,Te.getProperty)(o)}`,!0))}cO.setEvaluated=PS;var rO={};function U9(e,t){return e.scopeValue("func",{ref:t,code:rO[t.code]||(rO[t.code]=new $9._Code(t.code))})}cO.useFunc=U9;var ES;(function(e){e[e.Num=0]="Num",e[e.Str=1]="Str"})(ES||(cO.Type=ES={}));function z9(e,t,r){if(e instanceof Te.Name){let o=t===ES.Num;return r?o?Te._`"[" + ${e} + "]"`:Te._`"['" + ${e} + "']"`:o?Te._`"/" + ${e}`:Te._`"/" + ${e}.replace(/~/g, "~0").replace(/\\//g, "~1")`}return r?(0,Te.getProperty)(e).toString():"/"+TS(e)}cO.getErrorPath=z9;function aO(e,t,r=e.opts.strictSchema){if(!r)return;if(t=`strict mode: ${t}`,r===!0)throw Error(t);e.self.logger.warn(t)}cO.checkStrictMode=aO});var tn=k((uO)=>{Object.defineProperty(uO,"__esModule",{value:!0});var lt=re(),nJ={data:new lt.Name("data"),valCxt:new lt.Name("valCxt"),instancePath:new lt.Name("instancePath"),parentData:new lt.Name("parentData"),parentDataProperty:new lt.Name("parentDataProperty"),rootData:new lt.Name("rootData"),dynamicAnchors:new lt.Name("dynamicAnchors"),vErrors:new lt.Name("vErrors"),errors:new lt.Name("errors"),this:new lt.Name("this"),self:new lt.Name("self"),scope:new lt.Name("scope"),json:new lt.Name("json"),jsonPos:new lt.Name("jsonPos"),jsonLen:new lt.Name("jsonLen"),jsonPart:new lt.Name("jsonPart")};uO.default=nJ});var Al=k((mO)=>{Object.defineProperty(mO,"__esModule",{value:!0});mO.extendErrors=mO.resetErrorsCount=mO.reportExtraError=mO.reportError=mO.keyword$DataError=mO.keywordError=void 0;var de=re(),$m=ue(),gt=tn();mO.keywordError={message:({keyword:e})=>de.str`must pass "${e}" keyword validation`};mO.keyword$DataError={message:({keyword:e,schemaType:t})=>t?de.str`"${e}" keyword must be ${t} ($data)`:de.str`"${e}" keyword is invalid ($data)`};function iJ(e,t=mO.keywordError,r,o){let{it:n}=e,{gen:i,compositeRule:s,allErrors:a}=n,c=fO(e,t,r);if(o!==null&&o!==void 0?o:s||a)dO(i,c);else pO(n,de._`[${c}]`)}mO.reportError=iJ;function sJ(e,t=mO.keywordError,r){let{it:o}=e,{gen:n,compositeRule:i,allErrors:s}=o,a=fO(e,t,r);if(dO(n,a),!(i||s))pO(o,gt.default.vErrors)}mO.reportExtraError=sJ;function aJ(e,t){e.assign(gt.default.errors,t),e.if(de._`${gt.default.vErrors} !== null`,()=>e.if(t,()=>e.assign(de._`${gt.default.vErrors}.length`,t),()=>e.assign(gt.default.vErrors,null)))}mO.resetErrorsCount=aJ;function cJ({gen:e,keyword:t,schemaValue:r,data:o,errsCount:n,it:i}){if(n===void 0)throw Error("ajv implementation error");let s=e.name("err");e.forRange("i",n,gt.default.errors,(a)=>{if(e.const(s,de._`${gt.default.vErrors}[${a}]`),e.if(de._`${s}.instancePath === undefined`,()=>e.assign(de._`${s}.instancePath`,(0,de.strConcat)(gt.default.instancePath,i.errorPath))),e.assign(de._`${s}.schemaPath`,de.str`${i.errSchemaPath}/${t}`),i.opts.verbose)e.assign(de._`${s}.schema`,r),e.assign(de._`${s}.data`,o)})}mO.extendErrors=cJ;function dO(e,t){let r=e.const("err",t);e.if(de._`${gt.default.vErrors} === null`,()=>e.assign(gt.default.vErrors,de._`[${r}]`),de._`${gt.default.vErrors}.push(${r})`),e.code(de._`${gt.default.errors}++`)}function pO(e,t){let{gen:r,validateName:o,schemaEnv:n}=e;if(n.$async)r.throw(de._`new ${e.ValidationError}(${t})`);else r.assign(de._`${o}.errors`,t),r.return(!1)}var No={keyword:new de.Name("keyword"),schemaPath:new de.Name("schemaPath"),params:new de.Name("params"),propertyName:new de.Name("propertyName"),message:new de.Name("message"),schema:new de.Name("schema"),parentSchema:new de.Name("parentSchema")};function fO(e,t,r){let{createErrors:o}=e.it;if(o===!1)return de._`{}`;return lJ(e,t,r)}function lJ(e,t,r={}){let{gen:o,it:n}=e,i=[uJ(n,r),dJ(e,r)];return pJ(e,t,i),o.object(...i)}function uJ({errorPath:e},{instancePath:t}){let r=t?de.str`${e}${(0,$m.getErrorPath)(t,$m.Type.Str)}`:e;return[gt.default.instancePath,(0,de.strConcat)(gt.default.instancePath,r)]}function dJ({keyword:e,it:{errSchemaPath:t}},{schemaPath:r,parentSchema:o}){let n=o?t:de.str`${t}/${e}`;if(r)n=de.str`${n}${(0,$m.getErrorPath)(r,$m.Type.Str)}`;return[No.schemaPath,n]}function pJ(e,{params:t,message:r},o){let{keyword:n,data:i,schemaValue:s,it:a}=e,{opts:c,propertyName:u,topSchemaRef:d,schemaPath:p}=a;if(o.push([No.keyword,n],[No.params,typeof t=="function"?t(e):t||de._`{}`]),c.messages)o.push([No.message,typeof r=="function"?r(e):r]);if(c.verbose)o.push([No.schema,s],[No.parentSchema,de._`${d}${p}`],[gt.default.data,i]);if(u)o.push([No.propertyName,u])}});var _O=k((yO)=>{Object.defineProperty(yO,"__esModule",{value:!0});yO.boolOrEmptySchema=yO.topBoolOrEmptySchema=void 0;var yJ=Al(),bJ=re(),_J=tn(),vJ={message:"boolean schema is false"};function SJ(e){let{gen:t,schema:r,validateName:o}=e;if(r===!1)hO(e,!1);else if(typeof r=="object"&&r.$async===!0)t.return(_J.default.data);else t.assign(bJ._`${o}.errors`,null),t.return(!0)}yO.topBoolOrEmptySchema=SJ;function xJ(e,t){let{gen:r,schema:o}=e;if(o===!1)r.var(t,!1),hO(e);else r.var(t,!0)}yO.boolOrEmptySchema=xJ;function hO(e,t){let{gen:r,data:o}=e,n={gen:r,keyword:"false schema",data:o,schema:!1,schemaCode:!1,schemaValue:!1,params:{},it:e};(0,yJ.reportError)(n,vJ,void 0,t)}});var RS=k((vO)=>{Object.defineProperty(vO,"__esModule",{value:!0});vO.getRules=vO.isJSONType=void 0;var kJ=["string","number","integer","boolean","null","object","array"],EJ=new Set(kJ);function TJ(e){return typeof e=="string"&&EJ.has(e)}vO.isJSONType=TJ;function PJ(){let e={number:{type:"number",rules:[]},string:{type:"string",rules:[]},array:{type:"array",rules:[]},object:{type:"object",rules:[]}};return{types:{...e,integer:!0,boolean:!0,null:!0},rules:[{rules:[]},e.number,e.string,e.array,e.object],post:{rules:[]},all:{},keywords:{}}}vO.getRules=PJ});var $S=k((kO)=>{Object.defineProperty(kO,"__esModule",{value:!0});kO.shouldUseRule=kO.shouldUseGroup=kO.schemaHasRulesForType=void 0;function RJ({schema:e,self:t},r){let o=t.RULES.types[r];return o&&o!==!0&&xO(e,o)}kO.schemaHasRulesForType=RJ;function xO(e,t){return t.rules.some((r)=>wO(e,r))}kO.shouldUseGroup=xO;function wO(e,t){var r;return e[t.keyword]!==void 0||((r=t.definition.implements)===null||r===void 0?void 0:r.some((o)=>e[o]!==void 0))}kO.shouldUseRule=wO});var Ol=k((RO)=>{Object.defineProperty(RO,"__esModule",{value:!0});RO.reportTypeError=RO.checkDataTypes=RO.checkDataType=RO.coerceAndCheckDataType=RO.getJSONTypes=RO.getSchemaTypes=RO.DataType=void 0;var OJ=RS(),CJ=$S(),MJ=Al(),te=re(),TO=ue(),ys;(function(e){e[e.Correct=0]="Correct",e[e.Wrong=1]="Wrong"})(ys||(RO.DataType=ys={}));function DJ(e){let t=PO(e.type);if(t.includes("null")){if(e.nullable===!1)throw Error("type: null contradicts nullable: false")}else{if(!t.length&&e.nullable!==void 0)throw Error('"nullable" cannot be used without "type"');if(e.nullable===!0)t.push("null")}return t}RO.getSchemaTypes=DJ;function PO(e){let t=Array.isArray(e)?e:e?[e]:[];if(t.every(OJ.isJSONType))return t;throw Error("type must be JSONType or JSONType[]: "+t.join(","))}RO.getJSONTypes=PO;function NJ(e,t){let{gen:r,data:o,opts:n}=e,i=jJ(t,n.coerceTypes),s=t.length>0&&!(i.length===0&&t.length===1&&(0,CJ.schemaHasRulesForType)(e,t[0]));if(s){let a=OS(t,o,n.strictNumbers,ys.Wrong);r.if(a,()=>{if(i.length)UJ(e,t,i);else CS(e)})}return s}RO.coerceAndCheckDataType=NJ;var IO=new Set(["string","number","integer","boolean","null"]);function jJ(e,t){return t?e.filter((r)=>IO.has(r)||t==="array"&&r==="array"):[]}function UJ(e,t,r){let{gen:o,data:n,opts:i}=e,s=o.let("dataType",te._`typeof ${n}`),a=o.let("coerced",te._`undefined`);if(i.coerceTypes==="array")o.if(te._`${s} == 'object' && Array.isArray(${n}) && ${n}.length == 1`,()=>o.assign(n,te._`${n}[0]`).assign(s,te._`typeof ${n}`).if(OS(t,n,i.strictNumbers),()=>o.assign(a,n)));o.if(te._`${a} !== undefined`);for(let u of r)if(IO.has(u)||u==="array"&&i.coerceTypes==="array")c(u);o.else(),CS(e),o.endIf(),o.if(te._`${a} !== undefined`,()=>{o.assign(n,a),zJ(e,a)});function c(u){switch(u){case"string":o.elseIf(te._`${s} == "number" || ${s} == "boolean"`).assign(a,te._`"" + ${n}`).elseIf(te._`${n} === null`).assign(a,te._`""`);return;case"number":o.elseIf(te._`${s} == "boolean" || ${n} === null
|
|
10
10
|
|| (${s} == "string" && ${n} && ${n} == +${n})`).assign(a,te._`+${n}`);return;case"integer":o.elseIf(te._`${s} === "boolean" || ${n} === null
|
|
11
11
|
|| (${s} === "string" && ${n} && ${n} == +${n} && !(${n} % 1))`).assign(a,te._`+${n}`);return;case"boolean":o.elseIf(te._`${n} === "false" || ${n} === 0 || ${n} === null`).assign(a,!1).elseIf(te._`${n} === "true" || ${n} === 1`).assign(a,!0);return;case"null":o.elseIf(te._`${n} === "" || ${n} === 0 || ${n} === false`),o.assign(a,null);return;case"array":o.elseIf(te._`${s} === "string" || ${s} === "number"
|
|
12
|
-
|| ${s} === "boolean" || ${n} === null`).assign(a,te._`[${n}]`)}}}function DJ({gen:e,parentData:t,parentDataProperty:r},o){e.if(te._`${t} !== undefined`,()=>e.assign(te._`${t}[${r}]`,o))}function OS(e,t,r,o=ys.Correct){let n=o===ys.Correct?te.operators.EQ:te.operators.NEQ,i;switch(e){case"null":return te._`${t} ${n} null`;case"array":i=te._`Array.isArray(${t})`;break;case"object":i=te._`${t} && typeof ${t} == "object" && !Array.isArray(${t})`;break;case"integer":i=s(te._`!(${t} % 1) && !isNaN(${t})`);break;case"number":i=s();break;default:return te._`typeof ${t} ${n} ${e}`}return o===ys.Correct?i:(0,te.not)(i);function s(a=te.nil){return(0,te.and)(te._`typeof ${t} == "number"`,a,r?te._`isFinite(${t})`:te.nil)}}RA.checkDataType=OS;function AS(e,t,r,o){if(e.length===1)return OS(e[0],t,r,o);let n,i=(0,TA.toHash)(e);if(i.array&&i.object){let s=te._`typeof ${t} != "object"`;n=i.null?s:te._`!${t} || ${s}`,delete i.null,delete i.array,delete i.object}else n=te.nil;if(i.number)delete i.integer;for(let s in i)n=(0,te.and)(n,OS(s,t,r,o));return n}RA.checkDataTypes=AS;var NJ={message:({schema:e})=>`must be ${e}`,params:({schema:e,schemaValue:t})=>typeof e=="string"?te._`{type: ${e}}`:te._`{type: ${t}}`};function CS(e){let t=jJ(e);(0,$J.reportError)(t,NJ)}RA.reportTypeError=CS;function jJ(e){let{gen:t,data:r,schema:o}=e,n=(0,TA.schemaRefOrVal)(e,o,"type");return{gen:t,keyword:"type",data:r,schema:o.type,schemaCode:n,schemaValue:n,parentSchema:o,params:{},it:e}}});var MA=k((AA)=>{Object.defineProperty(AA,"__esModule",{value:!0});AA.assignDefaults=void 0;var bs=re(),qJ=ue();function ZJ(e,t){let{properties:r,items:o}=e.schema;if(t==="object"&&r)for(let n in r)OA(e,n,r[n].default);else if(t==="array"&&Array.isArray(o))o.forEach((n,i)=>OA(e,i,n.default))}AA.assignDefaults=ZJ;function OA(e,t,r){let{gen:o,compositeRule:n,data:i,opts:s}=e;if(r===void 0)return;let a=bs._`${i}${(0,bs.getProperty)(t)}`;if(n){(0,qJ.checkStrictMode)(e,`default is ignored for: ${a}`);return}let c=bs._`${a} === undefined`;if(s.useDefaults==="empty")c=bs._`${c} || ${a} === null || ${a} === ""`;o.if(c,bs._`${a} = ${(0,bs.stringify)(r)}`)}});var er=k((jA)=>{Object.defineProperty(jA,"__esModule",{value:!0});jA.validateUnion=jA.validateArray=jA.usePattern=jA.callValidateCode=jA.schemaProperties=jA.allSchemaProperties=jA.noPropertyInData=jA.propertyInData=jA.isOwnProperty=jA.hasPropFunc=jA.reportMissingProp=jA.checkMissingProp=jA.checkReportMissingProp=void 0;var Ae=re(),MS=ue(),Fn=tn(),VJ=ue();function WJ(e,t){let{gen:r,data:o,it:n}=e;r.if(NS(r,o,t,n.opts.ownProperties),()=>{e.setParams({missingProperty:Ae._`${t}`},!0),e.error()})}jA.checkReportMissingProp=WJ;function KJ({gen:e,data:t,it:{opts:r}},o,n){return(0,Ae.or)(...o.map((i)=>(0,Ae.and)(NS(e,t,i,r.ownProperties),Ae._`${n} = ${i}`)))}jA.checkMissingProp=KJ;function GJ(e,t){e.setParams({missingProperty:t},!0),e.error()}jA.reportMissingProp=GJ;function DA(e){return e.scopeValue("func",{ref:Object.prototype.hasOwnProperty,code:Ae._`Object.prototype.hasOwnProperty`})}jA.hasPropFunc=DA;function DS(e,t,r){return Ae._`${DA(e)}.call(${t}, ${r})`}jA.isOwnProperty=DS;function JJ(e,t,r,o){let n=Ae._`${t}${(0,Ae.getProperty)(r)} !== undefined`;return o?Ae._`${n} && ${DS(e,t,r)}`:n}jA.propertyInData=JJ;function NS(e,t,r,o){let n=Ae._`${t}${(0,Ae.getProperty)(r)} === undefined`;return o?(0,Ae.or)(n,(0,Ae.not)(DS(e,t,r))):n}jA.noPropertyInData=NS;function NA(e){return e?Object.keys(e).filter((t)=>t!=="__proto__"):[]}jA.allSchemaProperties=NA;function XJ(e,t){return NA(t).filter((r)=>!(0,MS.alwaysValidSchema)(e,t[r]))}jA.schemaProperties=XJ;function YJ({schemaCode:e,data:t,it:{gen:r,topSchemaRef:o,schemaPath:n,errorPath:i},it:s},a,c,u){let d=u?Ae._`${e}, ${t}, ${o}${n}`:t,p=[[Fn.default.instancePath,(0,Ae.strConcat)(Fn.default.instancePath,i)],[Fn.default.parentData,s.parentData],[Fn.default.parentDataProperty,s.parentDataProperty],[Fn.default.rootData,Fn.default.rootData]];if(s.opts.dynamicRef)p.push([Fn.default.dynamicAnchors,Fn.default.dynamicAnchors]);let f=Ae._`${d}, ${r.object(...p)}`;return c!==Ae.nil?Ae._`${a}.call(${c}, ${f})`:Ae._`${a}(${f})`}jA.callValidateCode=YJ;var QJ=Ae._`new RegExp`;function e3({gen:e,it:{opts:t}},r){let o=t.unicodeRegExp?"u":"",{regExp:n}=t.code,i=n(r,o);return e.scopeValue("pattern",{key:i.toString(),ref:i,code:Ae._`${n.code==="new RegExp"?QJ:(0,VJ.useFunc)(e,n)}(${r}, ${o})`})}jA.usePattern=e3;function t3(e){let{gen:t,data:r,keyword:o,it:n}=e,i=t.name("valid");if(n.allErrors){let a=t.let("valid",!0);return s(()=>t.assign(a,!1)),a}return t.var(i,!0),s(()=>t.break()),i;function s(a){let c=t.const("len",Ae._`${r}.length`);t.forRange("i",0,c,(u)=>{e.subschema({keyword:o,dataProp:u,dataPropType:MS.Type.Num},i),t.if((0,Ae.not)(i),a)})}}jA.validateArray=t3;function r3(e){let{gen:t,schema:r,keyword:o,it:n}=e;if(!Array.isArray(r))throw Error("ajv implementation error");if(r.some((c)=>(0,MS.alwaysValidSchema)(n,c))&&!n.opts.unevaluated)return;let s=t.let("valid",!1),a=t.name("_valid");t.block(()=>r.forEach((c,u)=>{let d=e.subschema({keyword:o,schemaProp:u,compositeRule:!0},a);if(t.assign(s,Ae._`${s} || ${a}`),!e.mergeValidEvaluated(d,a))t.if((0,Ae.not)(s))})),e.result(s,()=>e.reset(),()=>e.error(!0))}jA.validateUnion=r3});var HA=k((FA)=>{Object.defineProperty(FA,"__esModule",{value:!0});FA.validateKeywordUsage=FA.validSchemaType=FA.funcKeywordCode=FA.macroKeywordCode=void 0;var ht=re(),jo=tn(),g3=er(),h3=Ol();function y3(e,t){let{gen:r,keyword:o,schema:n,parentSchema:i,it:s}=e,a=t.macro.call(s.self,n,i,s),c=LA(r,o,a);if(s.opts.validateSchema!==!1)s.self.validateSchema(a,!0);let u=r.name("valid");e.subschema({schema:a,schemaPath:ht.nil,errSchemaPath:`${s.errSchemaPath}/${o}`,topSchemaRef:c,compositeRule:!0},u),e.pass(u,()=>e.error(!0))}FA.macroKeywordCode=y3;function b3(e,t){var r;let{gen:o,keyword:n,schema:i,parentSchema:s,$data:a,it:c}=e;v3(c,t);let u=!a&&t.compile?t.compile.call(c.self,i,s,c):t.validate,d=LA(o,n,u),p=o.let("valid");e.block$data(p,f),e.ok((r=t.valid)!==null&&r!==void 0?r:p);function f(){if(t.errors===!1){if(h(),t.modifying)zA(e);y(()=>e.error())}else{let v=t.async?m():g();if(t.modifying)zA(e);y(()=>_3(e,v))}}function m(){let v=o.let("ruleErrs",null);return o.try(()=>h(ht._`await `),(x)=>o.assign(p,!1).if(ht._`${x} instanceof ${c.ValidationError}`,()=>o.assign(v,ht._`${x}.errors`),()=>o.throw(x))),v}function g(){let v=ht._`${d}.errors`;return o.assign(v,null),h(ht.nil),v}function h(v=t.async?ht._`await `:ht.nil){let x=c.opts.passContext?jo.default.this:jo.default.self,w=!(("compile"in t)&&!a||t.schema===!1);o.assign(p,ht._`${v}${(0,g3.callValidateCode)(e,d,x,w)}`,t.modifying)}function y(v){var x;o.if((0,ht.not)((x=t.valid)!==null&&x!==void 0?x:p),v)}}FA.funcKeywordCode=b3;function zA(e){let{gen:t,data:r,it:o}=e;t.if(o.parentData,()=>t.assign(r,ht._`${o.parentData}[${o.parentDataProperty}]`))}function _3(e,t){let{gen:r}=e;r.if(ht._`Array.isArray(${t})`,()=>{r.assign(jo.default.vErrors,ht._`${jo.default.vErrors} === null ? ${t} : ${jo.default.vErrors}.concat(${t})`).assign(jo.default.errors,ht._`${jo.default.vErrors}.length`),(0,h3.extendErrors)(e)},()=>e.error())}function v3({schemaEnv:e},t){if(t.async&&!e.$async)throw Error("async keyword in sync schema")}function LA(e,t,r){if(r===void 0)throw Error(`keyword "${t}" failed to compile`);return e.scopeValue("keyword",typeof r=="function"?{ref:r}:{ref:r,code:(0,ht.stringify)(r)})}function S3(e,t,r=!1){return!t.length||t.some((o)=>o==="array"?Array.isArray(e):o==="object"?e&&typeof e=="object"&&!Array.isArray(e):typeof e==o||r&&typeof e>"u")}FA.validSchemaType=S3;function x3({schema:e,opts:t,self:r,errSchemaPath:o},n,i){if(Array.isArray(n.keyword)?!n.keyword.includes(i):n.keyword!==i)throw Error("ajv implementation error");let s=n.dependencies;if(s===null||s===void 0?void 0:s.some((a)=>!Object.prototype.hasOwnProperty.call(e,a)))throw Error(`parent schema must have dependencies of ${i}: ${s.join(",")}`);if(n.validateSchema){if(!n.validateSchema(e[i])){let c=`keyword "${i}" value is invalid at path "${o}": `+r.errorsText(n.validateSchema.errors);if(t.validateSchema==="log")r.logger.error(c);else throw Error(c)}}}FA.validateKeywordUsage=x3});var WA=k((ZA)=>{Object.defineProperty(ZA,"__esModule",{value:!0});ZA.extendSubschemaMode=ZA.extendSubschemaData=ZA.getSubschema=void 0;var Pr=re(),qA=ue();function T3(e,{keyword:t,schemaProp:r,schema:o,schemaPath:n,errSchemaPath:i,topSchemaRef:s}){if(t!==void 0&&o!==void 0)throw Error('both "keyword" and "schema" passed, only one allowed');if(t!==void 0){let a=e.schema[t];return r===void 0?{schema:a,schemaPath:Pr._`${e.schemaPath}${(0,Pr.getProperty)(t)}`,errSchemaPath:`${e.errSchemaPath}/${t}`}:{schema:a[r],schemaPath:Pr._`${e.schemaPath}${(0,Pr.getProperty)(t)}${(0,Pr.getProperty)(r)}`,errSchemaPath:`${e.errSchemaPath}/${t}/${(0,qA.escapeFragment)(r)}`}}if(o!==void 0){if(n===void 0||i===void 0||s===void 0)throw Error('"schemaPath", "errSchemaPath" and "topSchemaRef" are required with "schema"');return{schema:o,schemaPath:n,topSchemaRef:s,errSchemaPath:i}}throw Error('either "keyword" or "schema" must be passed')}ZA.getSubschema=T3;function P3(e,t,{dataProp:r,dataPropType:o,data:n,dataTypes:i,propertyName:s}){if(n!==void 0&&r!==void 0)throw Error('both "data" and "dataProp" passed, only one allowed');let{gen:a}=t;if(r!==void 0){let{errorPath:u,dataPathArr:d,opts:p}=t,f=a.let("data",Pr._`${t.data}${(0,Pr.getProperty)(r)}`,!0);c(f),e.errorPath=Pr.str`${u}${(0,qA.getErrorPath)(r,o,p.jsPropertySyntax)}`,e.parentDataProperty=Pr._`${r}`,e.dataPathArr=[...d,e.parentDataProperty]}if(n!==void 0){let u=n instanceof Pr.Name?n:a.let("data",n,!0);if(c(u),s!==void 0)e.propertyName=s}if(i)e.dataTypes=i;function c(u){e.data=u,e.dataLevel=t.dataLevel+1,e.dataTypes=[],t.definedProperties=new Set,e.parentData=t.data,e.dataNames=[...t.dataNames,u]}}ZA.extendSubschemaData=P3;function I3(e,{jtdDiscriminator:t,jtdMetadata:r,compositeRule:o,createErrors:n,allErrors:i}){if(o!==void 0)e.compositeRule=o;if(n!==void 0)e.createErrors=n;if(i!==void 0)e.allErrors=i;e.jtdDiscriminator=t,e.jtdMetadata=r}ZA.extendSubschemaMode=I3});var jS=k((dEe,KA)=>{KA.exports=function e(t,r){if(t===r)return!0;if(t&&r&&typeof t=="object"&&typeof r=="object"){if(t.constructor!==r.constructor)return!1;var o,n,i;if(Array.isArray(t)){if(o=t.length,o!=r.length)return!1;for(n=o;n--!==0;)if(!e(t[n],r[n]))return!1;return!0}if(t.constructor===RegExp)return t.source===r.source&&t.flags===r.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===r.valueOf();if(t.toString!==Object.prototype.toString)return t.toString()===r.toString();if(i=Object.keys(t),o=i.length,o!==Object.keys(r).length)return!1;for(n=o;n--!==0;)if(!Object.prototype.hasOwnProperty.call(r,i[n]))return!1;for(n=o;n--!==0;){var s=i[n];if(!e(t[s],r[s]))return!1}return!0}return t!==t&&r!==r}});var JA=k((pEe,GA)=>{var Bn=GA.exports=function(e,t,r){if(typeof t=="function")r=t,t={};r=t.cb||r;var o=typeof r=="function"?r:r.pre||function(){},n=r.post||function(){};Om(t,o,n,e,"",e)};Bn.keywords={additionalItems:!0,items:!0,contains:!0,additionalProperties:!0,propertyNames:!0,not:!0,if:!0,then:!0,else:!0};Bn.arrayKeywords={items:!0,allOf:!0,anyOf:!0,oneOf:!0};Bn.propsKeywords={$defs:!0,definitions:!0,properties:!0,patternProperties:!0,dependencies:!0};Bn.skipKeywords={default:!0,enum:!0,const:!0,required:!0,maximum:!0,minimum:!0,exclusiveMaximum:!0,exclusiveMinimum:!0,multipleOf:!0,maxLength:!0,minLength:!0,pattern:!0,format:!0,maxItems:!0,minItems:!0,uniqueItems:!0,maxProperties:!0,minProperties:!0};function Om(e,t,r,o,n,i,s,a,c,u){if(o&&typeof o=="object"&&!Array.isArray(o)){t(o,n,i,s,a,c,u);for(var d in o){var p=o[d];if(Array.isArray(p)){if(d in Bn.arrayKeywords)for(var f=0;f<p.length;f++)Om(e,t,r,p[f],n+"/"+d+"/"+f,i,n,d,o,f)}else if(d in Bn.propsKeywords){if(p&&typeof p=="object")for(var m in p)Om(e,t,r,p[m],n+"/"+d+"/"+O3(m),i,n,d,o,m)}else if(d in Bn.keywords||e.allKeys&&!(d in Bn.skipKeywords))Om(e,t,r,p,n+"/"+d,i,n,d,o)}r(o,n,i,s,a,c,u)}}function O3(e){return e.replace(/~/g,"~0").replace(/\//g,"~1")}});var Cl=k((eC)=>{Object.defineProperty(eC,"__esModule",{value:!0});eC.getSchemaRefs=eC.resolveUrl=eC.normalizeId=eC._getFullPath=eC.getFullPath=eC.inlineRef=void 0;var A3=ue(),C3=jS(),M3=JA(),D3=new Set(["type","format","pattern","maxLength","minLength","maxProperties","minProperties","maxItems","minItems","maximum","minimum","uniqueItems","multipleOf","required","enum","const"]);function N3(e,t=!0){if(typeof e=="boolean")return!0;if(t===!0)return!US(e);if(!t)return!1;return XA(e)<=t}eC.inlineRef=N3;var j3=new Set(["$ref","$recursiveRef","$recursiveAnchor","$dynamicRef","$dynamicAnchor"]);function US(e){for(let t in e){if(j3.has(t))return!0;let r=e[t];if(Array.isArray(r)&&r.some(US))return!0;if(typeof r=="object"&&US(r))return!0}return!1}function XA(e){let t=0;for(let r in e){if(r==="$ref")return 1/0;if(t++,D3.has(r))continue;if(typeof e[r]=="object")(0,A3.eachItem)(e[r],(o)=>t+=XA(o));if(t===1/0)return 1/0}return t}function YA(e,t="",r){if(r!==!1)t=_s(t);let o=e.parse(t);return QA(e,o)}eC.getFullPath=YA;function QA(e,t){return e.serialize(t).split("#")[0]+"#"}eC._getFullPath=QA;var U3=/#\/?$/;function _s(e){return e?e.replace(U3,""):""}eC.normalizeId=_s;function z3(e,t,r){return r=_s(r),e.resolve(t,r)}eC.resolveUrl=z3;var L3=/^[a-z_][-a-z0-9._]*$/i;function F3(e,t){if(typeof e=="boolean")return{};let{schemaId:r,uriResolver:o}=this.opts,n=_s(e[r]||t),i={"":n},s=YA(o,n,!1),a={},c=new Set;return M3(e,{allKeys:!0},(p,f,m,g)=>{if(g===void 0)return;let h=s+f,y=i[g];if(typeof p[r]=="string")y=v.call(this,p[r]);x.call(this,p.$anchor),x.call(this,p.$dynamicAnchor),i[f]=y;function v(w){let A=this.opts.uriResolver.resolve;if(w=_s(y?A(y,w):w),c.has(w))throw d(w);c.add(w);let U=this.refs[w];if(typeof U=="string")U=this.refs[U];if(typeof U=="object")u(p,U.schema,w);else if(w!==_s(h))if(w[0]==="#")u(p,a[w],w),a[w]=p;else this.refs[w]=h;return w}function x(w){if(typeof w=="string"){if(!L3.test(w))throw Error(`invalid anchor "${w}"`);v.call(this,`#${w}`)}}}),a;function u(p,f,m){if(f!==void 0&&!C3(p,f))throw d(m)}function d(p){return Error(`reference "${p}" resolves to more than one schema`)}}eC.getSchemaRefs=F3});var Nl=k((hC)=>{Object.defineProperty(hC,"__esModule",{value:!0});hC.getData=hC.KeywordCxt=hC.validateFunctionCode=void 0;var sC=_A(),rC=Al(),LS=$S(),Am=Al(),W3=MA(),Dl=HA(),zS=WA(),q=re(),X=tn(),K3=Cl(),rn=ue(),Ml=Ol();function G3(e){if(lC(e)){if(uC(e),cC(e)){Y3(e);return}}aC(e,()=>(0,sC.topBoolOrEmptySchema)(e))}hC.validateFunctionCode=G3;function aC({gen:e,validateName:t,schema:r,schemaEnv:o,opts:n},i){if(n.code.es5)e.func(t,q._`${X.default.data}, ${X.default.valCxt}`,o.$async,()=>{e.code(q._`"use strict"; ${nC(r,n)}`),X3(e,n),e.code(i)});else e.func(t,q._`${X.default.data}, ${J3(n)}`,o.$async,()=>e.code(nC(r,n)).code(i))}function J3(e){return q._`{${X.default.instancePath}="", ${X.default.parentData}, ${X.default.parentDataProperty}, ${X.default.rootData}=${X.default.data}${e.dynamicRef?q._`, ${X.default.dynamicAnchors}={}`:q.nil}}={}`}function X3(e,t){e.if(X.default.valCxt,()=>{if(e.var(X.default.instancePath,q._`${X.default.valCxt}.${X.default.instancePath}`),e.var(X.default.parentData,q._`${X.default.valCxt}.${X.default.parentData}`),e.var(X.default.parentDataProperty,q._`${X.default.valCxt}.${X.default.parentDataProperty}`),e.var(X.default.rootData,q._`${X.default.valCxt}.${X.default.rootData}`),t.dynamicRef)e.var(X.default.dynamicAnchors,q._`${X.default.valCxt}.${X.default.dynamicAnchors}`)},()=>{if(e.var(X.default.instancePath,q._`""`),e.var(X.default.parentData,q._`undefined`),e.var(X.default.parentDataProperty,q._`undefined`),e.var(X.default.rootData,X.default.data),t.dynamicRef)e.var(X.default.dynamicAnchors,q._`{}`)})}function Y3(e){let{schema:t,opts:r,gen:o}=e;aC(e,()=>{if(r.$comment&&t.$comment)pC(e);if(n5(e),o.let(X.default.vErrors,null),o.let(X.default.errors,0),r.unevaluated)Q3(e);dC(e),s5(e)});return}function Q3(e){let{gen:t,validateName:r}=e;e.evaluated=t.const("evaluated",q._`${r}.evaluated`),t.if(q._`${e.evaluated}.dynamicProps`,()=>t.assign(q._`${e.evaluated}.props`,q._`undefined`)),t.if(q._`${e.evaluated}.dynamicItems`,()=>t.assign(q._`${e.evaluated}.items`,q._`undefined`))}function nC(e,t){let r=typeof e=="object"&&e[t.schemaId];return r&&(t.code.source||t.code.process)?q._`/*# sourceURL=${r} */`:q.nil}function e5(e,t){if(lC(e)){if(uC(e),cC(e)){t5(e,t);return}}(0,sC.boolOrEmptySchema)(e,t)}function cC({schema:e,self:t}){if(typeof e=="boolean")return!e;for(let r in e)if(t.RULES.all[r])return!0;return!1}function lC(e){return typeof e.schema!="boolean"}function t5(e,t){let{schema:r,gen:o,opts:n}=e;if(n.$comment&&r.$comment)pC(e);o5(e),i5(e);let i=o.const("_errs",X.default.errors);dC(e,i),o.var(t,q._`${i} === ${X.default.errors}`)}function uC(e){(0,rn.checkUnknownRules)(e),r5(e)}function dC(e,t){if(e.opts.jtd)return oC(e,[],!1,t);let r=(0,rC.getSchemaTypes)(e.schema),o=(0,rC.coerceAndCheckDataType)(e,r);oC(e,r,!o,t)}function r5(e){let{schema:t,errSchemaPath:r,opts:o,self:n}=e;if(t.$ref&&o.ignoreKeywordsWithRef&&(0,rn.schemaHasRulesButRef)(t,n.RULES))n.logger.warn(`$ref: keywords ignored in schema at path "${r}"`)}function n5(e){let{schema:t,opts:r}=e;if(t.default!==void 0&&r.useDefaults&&r.strictSchema)(0,rn.checkStrictMode)(e,"default is ignored in the schema root")}function o5(e){let t=e.schema[e.opts.schemaId];if(t)e.baseId=(0,K3.resolveUrl)(e.opts.uriResolver,e.baseId,t)}function i5(e){if(e.schema.$async&&!e.schemaEnv.$async)throw Error("async schema in sync schema")}function pC({gen:e,schemaEnv:t,schema:r,errSchemaPath:o,opts:n}){let i=r.$comment;if(n.$comment===!0)e.code(q._`${X.default.self}.logger.log(${i})`);else if(typeof n.$comment=="function"){let s=q.str`${o}/$comment`,a=e.scopeValue("root",{ref:t.root});e.code(q._`${X.default.self}.opts.$comment(${i}, ${s}, ${a}.schema)`)}}function s5(e){let{gen:t,schemaEnv:r,validateName:o,ValidationError:n,opts:i}=e;if(r.$async)t.if(q._`${X.default.errors} === 0`,()=>t.return(X.default.data),()=>t.throw(q._`new ${n}(${X.default.vErrors})`));else{if(t.assign(q._`${o}.errors`,X.default.vErrors),i.unevaluated)a5(e);t.return(q._`${X.default.errors} === 0`)}}function a5({gen:e,evaluated:t,props:r,items:o}){if(r instanceof q.Name)e.assign(q._`${t}.props`,r);if(o instanceof q.Name)e.assign(q._`${t}.items`,o)}function oC(e,t,r,o){let{gen:n,schema:i,data:s,allErrors:a,opts:c,self:u}=e,{RULES:d}=u;if(i.$ref&&(c.ignoreKeywordsWithRef||!(0,rn.schemaHasRulesButRef)(i,d))){n.block(()=>mC(e,"$ref",d.all.$ref.definition));return}if(!c.jtd)c5(e,t);n.block(()=>{for(let f of d.rules)p(f);p(d.post)});function p(f){if(!(0,LS.shouldUseGroup)(i,f))return;if(f.type){if(n.if((0,Am.checkDataType)(f.type,s,c.strictNumbers)),iC(e,f),t.length===1&&t[0]===f.type&&r)n.else(),(0,Am.reportTypeError)(e);n.endIf()}else iC(e,f);if(!a)n.if(q._`${X.default.errors} === ${o||0}`)}}function iC(e,t){let{gen:r,schema:o,opts:{useDefaults:n}}=e;if(n)(0,W3.assignDefaults)(e,t.type);r.block(()=>{for(let i of t.rules)if((0,LS.shouldUseRule)(o,i))mC(e,i.keyword,i.definition,t.type)})}function c5(e,t){if(e.schemaEnv.meta||!e.opts.strictTypes)return;if(l5(e,t),!e.opts.allowUnionTypes)u5(e,t);d5(e,e.dataTypes)}function l5(e,t){if(!t.length)return;if(!e.dataTypes.length){e.dataTypes=t;return}t.forEach((r)=>{if(!fC(e.dataTypes,r))FS(e,`type "${r}" not allowed by context "${e.dataTypes.join(",")}"`)}),f5(e,t)}function u5(e,t){if(t.length>1&&!(t.length===2&&t.includes("null")))FS(e,"use allowUnionTypes to allow union type keyword")}function d5(e,t){let r=e.self.RULES.all;for(let o in r){let n=r[o];if(typeof n=="object"&&(0,LS.shouldUseRule)(e.schema,n)){let{type:i}=n.definition;if(i.length&&!i.some((s)=>p5(t,s)))FS(e,`missing type "${i.join(",")}" for keyword "${o}"`)}}}function p5(e,t){return e.includes(t)||t==="number"&&e.includes("integer")}function fC(e,t){return e.includes(t)||t==="integer"&&e.includes("number")}function f5(e,t){let r=[];for(let o of e.dataTypes)if(fC(t,o))r.push(o);else if(t.includes("integer")&&o==="number")r.push("integer");e.dataTypes=r}function FS(e,t){let r=e.schemaEnv.baseId+e.errSchemaPath;t+=` at "${r}" (strictTypes)`,(0,rn.checkStrictMode)(e,t,e.opts.strictTypes)}class BS{constructor(e,t,r){if((0,Dl.validateKeywordUsage)(e,t,r),this.gen=e.gen,this.allErrors=e.allErrors,this.keyword=r,this.data=e.data,this.schema=e.schema[r],this.$data=t.$data&&e.opts.$data&&this.schema&&this.schema.$data,this.schemaValue=(0,rn.schemaRefOrVal)(e,this.schema,r,this.$data),this.schemaType=t.schemaType,this.parentSchema=e.schema,this.params={},this.it=e,this.def=t,this.$data)this.schemaCode=e.gen.const("vSchema",gC(this.$data,e));else if(this.schemaCode=this.schemaValue,!(0,Dl.validSchemaType)(this.schema,t.schemaType,t.allowUndefined))throw Error(`${r} value must be ${JSON.stringify(t.schemaType)}`);if("code"in t?t.trackErrors:t.errors!==!1)this.errsCount=e.gen.const("_errs",X.default.errors)}result(e,t,r){this.failResult((0,q.not)(e),t,r)}failResult(e,t,r){if(this.gen.if(e),r)r();else this.error();if(t){if(this.gen.else(),t(),this.allErrors)this.gen.endIf()}else if(this.allErrors)this.gen.endIf();else this.gen.else()}pass(e,t){this.failResult((0,q.not)(e),void 0,t)}fail(e){if(e===void 0){if(this.error(),!this.allErrors)this.gen.if(!1);return}if(this.gen.if(e),this.error(),this.allErrors)this.gen.endIf();else this.gen.else()}fail$data(e){if(!this.$data)return this.fail(e);let{schemaCode:t}=this;this.fail(q._`${t} !== undefined && (${(0,q.or)(this.invalid$data(),e)})`)}error(e,t,r){if(t){this.setParams(t),this._error(e,r),this.setParams({});return}this._error(e,r)}_error(e,t){(e?Ml.reportExtraError:Ml.reportError)(this,this.def.error,t)}$dataError(){(0,Ml.reportError)(this,this.def.$dataError||Ml.keyword$DataError)}reset(){if(this.errsCount===void 0)throw Error('add "trackErrors" to keyword definition');(0,Ml.resetErrorsCount)(this.gen,this.errsCount)}ok(e){if(!this.allErrors)this.gen.if(e)}setParams(e,t){if(t)Object.assign(this.params,e);else this.params=e}block$data(e,t,r=q.nil){this.gen.block(()=>{this.check$data(e,r),t()})}check$data(e=q.nil,t=q.nil){if(!this.$data)return;let{gen:r,schemaCode:o,schemaType:n,def:i}=this;if(r.if((0,q.or)(q._`${o} === undefined`,t)),e!==q.nil)r.assign(e,!0);if(n.length||i.validateSchema){if(r.elseIf(this.invalid$data()),this.$dataError(),e!==q.nil)r.assign(e,!1)}r.else()}invalid$data(){let{gen:e,schemaCode:t,schemaType:r,def:o,it:n}=this;return(0,q.or)(i(),s());function i(){if(r.length){if(!(t instanceof q.Name))throw Error("ajv implementation error");let a=Array.isArray(r)?r:[r];return q._`${(0,Am.checkDataTypes)(a,t,n.opts.strictNumbers,Am.DataType.Wrong)}`}return q.nil}function s(){if(o.validateSchema){let a=e.scopeValue("validate$data",{ref:o.validateSchema});return q._`!${a}(${t})`}return q.nil}}subschema(e,t){let r=(0,zS.getSubschema)(this.it,e);(0,zS.extendSubschemaData)(r,this.it,e),(0,zS.extendSubschemaMode)(r,e);let o={...this.it,...r,items:void 0,props:void 0};return e5(o,t),o}mergeEvaluated(e,t){let{it:r,gen:o}=this;if(!r.opts.unevaluated)return;if(r.props!==!0&&e.props!==void 0)r.props=rn.mergeEvaluated.props(o,e.props,r.props,t);if(r.items!==!0&&e.items!==void 0)r.items=rn.mergeEvaluated.items(o,e.items,r.items,t)}mergeValidEvaluated(e,t){let{it:r,gen:o}=this;if(r.opts.unevaluated&&(r.props!==!0||r.items!==!0))return o.if(t,()=>this.mergeEvaluated(e,q.Name)),!0}}hC.KeywordCxt=BS;function mC(e,t,r,o){let n=new BS(e,r,t);if("code"in r)r.code(n,o);else if(n.$data&&r.validate)(0,Dl.funcKeywordCode)(n,r);else if("macro"in r)(0,Dl.macroKeywordCode)(n,r);else if(r.compile||r.validate)(0,Dl.funcKeywordCode)(n,r)}var m5=/^\/(?:[^~]|~0|~1)*$/,g5=/^([0-9]+)(#|\/(?:[^~]|~0|~1)*)?$/;function gC(e,{dataLevel:t,dataNames:r,dataPathArr:o}){let n,i;if(e==="")return X.default.rootData;if(e[0]==="/"){if(!m5.test(e))throw Error(`Invalid JSON-pointer: ${e}`);n=e,i=X.default.rootData}else{let u=g5.exec(e);if(!u)throw Error(`Invalid JSON-pointer: ${e}`);let d=+u[1];if(n=u[2],n==="#"){if(d>=t)throw Error(c("property/index",d));return o[t-d]}if(d>t)throw Error(c("data",d));if(i=r[t-d],!n)return i}let s=i,a=n.split("/");for(let u of a)if(u)i=q._`${i}${(0,q.getProperty)((0,rn.unescapeJsonPointer)(u))}`,s=q._`${s} && ${i}`;return s;function c(u,d){return`Cannot access ${u} ${d} levels up, current level is ${t}`}}hC.getData=gC});var Cm=k((_C)=>{Object.defineProperty(_C,"__esModule",{value:!0});class bC extends Error{constructor(e){super("validation failed");this.errors=e,this.ajv=this.validation=!0}}_C.default=bC});var jl=k((SC)=>{Object.defineProperty(SC,"__esModule",{value:!0});var HS=Cl();class vC extends Error{constructor(e,t,r,o){super(o||`can't resolve reference ${r} from id ${t}`);this.missingRef=(0,HS.resolveUrl)(e,t,r),this.missingSchema=(0,HS.normalizeId)((0,HS.getFullPath)(e,this.missingRef))}}SC.default=vC});var Dm=k((kC)=>{Object.defineProperty(kC,"__esModule",{value:!0});kC.resolveSchema=kC.getCompilingSchema=kC.resolveRef=kC.compileSchema=kC.SchemaEnv=void 0;var gr=re(),v5=Cm(),Uo=tn(),hr=Cl(),xC=ue(),S5=Nl();class Ul{constructor(e){var t;this.refs={},this.dynamicAnchors={};let r;if(typeof e.schema=="object")r=e.schema;this.schema=e.schema,this.schemaId=e.schemaId,this.root=e.root||this,this.baseId=(t=e.baseId)!==null&&t!==void 0?t:(0,hr.normalizeId)(r===null||r===void 0?void 0:r[e.schemaId||"$id"]),this.schemaPath=e.schemaPath,this.localRefs=e.localRefs,this.meta=e.meta,this.$async=r===null||r===void 0?void 0:r.$async,this.refs={}}}kC.SchemaEnv=Ul;function ZS(e){let t=wC.call(this,e);if(t)return t;let r=(0,hr.getFullPath)(this.opts.uriResolver,e.root.baseId),{es5:o,lines:n}=this.opts.code,{ownProperties:i}=this.opts,s=new gr.CodeGen(this.scope,{es5:o,lines:n,ownProperties:i}),a;if(e.$async)a=s.scopeValue("Error",{ref:v5.default,code:gr._`require("ajv/dist/runtime/validation_error").default`});let c=s.scopeName("validate");e.validateName=c;let u={gen:s,allErrors:this.opts.allErrors,data:Uo.default.data,parentData:Uo.default.parentData,parentDataProperty:Uo.default.parentDataProperty,dataNames:[Uo.default.data],dataPathArr:[gr.nil],dataLevel:0,dataTypes:[],definedProperties:new Set,topSchemaRef:s.scopeValue("schema",this.opts.code.source===!0?{ref:e.schema,code:(0,gr.stringify)(e.schema)}:{ref:e.schema}),validateName:c,ValidationError:a,schema:e.schema,schemaEnv:e,rootId:r,baseId:e.baseId||r,schemaPath:gr.nil,errSchemaPath:e.schemaPath||(this.opts.jtd?"":"#"),errorPath:gr._`""`,opts:this.opts,self:this},d;try{this._compilations.add(e),(0,S5.validateFunctionCode)(u),s.optimize(this.opts.code.optimize);let p=s.toString();if(d=`${s.scopeRefs(Uo.default.scope)}return ${p}`,this.opts.code.process)d=this.opts.code.process(d,e);let m=Function(`${Uo.default.self}`,`${Uo.default.scope}`,d)(this,this.scope.get());if(this.scope.value(c,{ref:m}),m.errors=null,m.schema=e.schema,m.schemaEnv=e,e.$async)m.$async=!0;if(this.opts.code.source===!0)m.source={validateName:c,validateCode:p,scopeValues:s._values};if(this.opts.unevaluated){let{props:g,items:h}=u;if(m.evaluated={props:g instanceof gr.Name?void 0:g,items:h instanceof gr.Name?void 0:h,dynamicProps:g instanceof gr.Name,dynamicItems:h instanceof gr.Name},m.source)m.source.evaluated=(0,gr.stringify)(m.evaluated)}return e.validate=m,e}catch(p){if(delete e.validate,delete e.validateName,d)this.logger.error("Error compiling schema, function code:",d);throw p}finally{this._compilations.delete(e)}}kC.compileSchema=ZS;function x5(e,t,r){var o;r=(0,hr.resolveUrl)(this.opts.uriResolver,t,r);let n=e.refs[r];if(n)return n;let i=E5.call(this,e,r);if(i===void 0){let s=(o=e.localRefs)===null||o===void 0?void 0:o[r],{schemaId:a}=this.opts;if(s)i=new Ul({schema:s,schemaId:a,root:e,baseId:t})}if(i===void 0)return;return e.refs[r]=w5.call(this,i)}kC.resolveRef=x5;function w5(e){if((0,hr.inlineRef)(e.schema,this.opts.inlineRefs))return e.schema;return e.validate?e:ZS.call(this,e)}function wC(e){for(let t of this._compilations)if(k5(t,e))return t}kC.getCompilingSchema=wC;function k5(e,t){return e.schema===t.schema&&e.root===t.root&&e.baseId===t.baseId}function E5(e,t){let r;while(typeof(r=this.refs[t])=="string")t=r;return r||this.schemas[t]||Mm.call(this,e,t)}function Mm(e,t){let r=this.opts.uriResolver.parse(t),o=(0,hr._getFullPath)(this.opts.uriResolver,r),n=(0,hr.getFullPath)(this.opts.uriResolver,e.baseId,void 0);if(Object.keys(e.schema).length>0&&o===n)return qS.call(this,r,e);let i=(0,hr.normalizeId)(o),s=this.refs[i]||this.schemas[i];if(typeof s=="string"){let a=Mm.call(this,e,s);if(typeof(a===null||a===void 0?void 0:a.schema)!=="object")return;return qS.call(this,r,a)}if(typeof(s===null||s===void 0?void 0:s.schema)!=="object")return;if(!s.validate)ZS.call(this,s);if(i===(0,hr.normalizeId)(t)){let{schema:a}=s,{schemaId:c}=this.opts,u=a[c];if(u)n=(0,hr.resolveUrl)(this.opts.uriResolver,n,u);return new Ul({schema:a,schemaId:c,root:e,baseId:n})}return qS.call(this,r,s)}kC.resolveSchema=Mm;var T5=new Set(["properties","patternProperties","enum","dependencies","definitions"]);function qS(e,{baseId:t,schema:r,root:o}){var n;if(((n=e.fragment)===null||n===void 0?void 0:n[0])!=="/")return;for(let a of e.fragment.slice(1).split("/")){if(typeof r==="boolean")return;let c=r[(0,xC.unescapeFragment)(a)];if(c===void 0)return;r=c;let u=typeof r==="object"&&r[this.opts.schemaId];if(!T5.has(a)&&u)t=(0,hr.resolveUrl)(this.opts.uriResolver,t,u)}let i;if(typeof r!="boolean"&&r.$ref&&!(0,xC.schemaHasRulesButRef)(r,this.RULES)){let a=(0,hr.resolveUrl)(this.opts.uriResolver,t,r.$ref);i=Mm.call(this,o,a)}let{schemaId:s}=this.opts;if(i=i||new Ul({schema:r,schemaId:s,root:o,baseId:t}),i.schema!==i.root.schema)return i;return}});var TC=k((bEe,O5)=>{O5.exports={$id:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#",description:"Meta-schema for $data reference (JSON AnySchema extension proposal)",type:"object",required:["$data"],properties:{$data:{type:"string",anyOf:[{format:"relative-json-pointer"},{format:"json-pointer"}]}},additionalProperties:!1}});var KS=k((_Ee,AC)=>{var A5=RegExp.prototype.test.bind(/^[\da-f]{8}-[\da-f]{4}-[\da-f]{4}-[\da-f]{4}-[\da-f]{12}$/iu),IC=RegExp.prototype.test.bind(/^(?:(?:25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)\.){3}(?:25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)$/u),VS=RegExp.prototype.test.bind(/^[\da-f]{2}$/iu),RC=RegExp.prototype.test.bind(/^[\da-z\-._~]$/iu),C5=RegExp.prototype.test.bind(/^[\da-z\-._~!$&'()*+,;=:@/]$/iu);function WS(e){let t="",r=0,o=0;for(o=0;o<e.length;o++){if(r=e[o].charCodeAt(0),r===48)continue;if(!(r>=48&&r<=57||r>=65&&r<=70||r>=97&&r<=102))return"";t+=e[o];break}for(o+=1;o<e.length;o++){if(r=e[o].charCodeAt(0),!(r>=48&&r<=57||r>=65&&r<=70||r>=97&&r<=102))return"";t+=e[o]}return t}var M5=RegExp.prototype.test.bind(/[^!"$&'()*+,\-.;=_`a-z{}~]/u);function PC(e){return e.length=0,!0}function D5(e,t,r){if(e.length){let o=WS(e);if(o!=="")t.push(o);else return r.error=!0,!1;e.length=0}return!0}function N5(e){let t=0,r={error:!1,address:"",zone:""},o=[],n=[],i=!1,s=!1,a=D5;for(let c=0;c<e.length;c++){let u=e[c];if(u==="["||u==="]")continue;if(u===":"){if(i===!0)s=!0;if(!a(n,o,r))break;if(++t>7){r.error=!0;break}if(c>0&&e[c-1]===":")i=!0;o.push(":");continue}else if(u==="%"){if(!a(n,o,r))break;a=PC}else{n.push(u);continue}}if(n.length)if(a===PC)r.zone=n.join("");else if(s)o.push(n.join(""));else o.push(WS(n));return r.address=o.join(""),r}function $C(e){if(j5(e,":")<2)return{host:e,isIPV6:!1};let t=N5(e);if(!t.error){let{address:r,address:o}=t;if(t.zone)r+="%"+t.zone,o+="%25"+t.zone;return{host:r,isIPV6:!0,escapedHost:o}}else return{host:e,isIPV6:!1}}function j5(e,t){let r=0;for(let o=0;o<e.length;o++)if(e[o]===t)r++;return r}function U5(e){let t=e,r=[],o=-1,n=0;while(n=t.length){if(n===1)if(t===".")break;else if(t==="/"){r.push("/");break}else{r.push(t);break}else if(n===2){if(t[0]==="."){if(t[1]===".")break;else if(t[1]==="/"){t=t.slice(2);continue}}else if(t[0]==="/"){if(t[1]==="."||t[1]==="/"){r.push("/");break}}}else if(n===3){if(t==="/.."){if(r.length!==0)r.pop();r.push("/");break}}if(t[0]==="."){if(t[1]==="."){if(t[2]==="/"){t=t.slice(3);continue}}else if(t[1]==="/"){t=t.slice(2);continue}}else if(t[0]==="/"){if(t[1]==="."){if(t[2]==="/"){t=t.slice(2);continue}else if(t[2]==="."){if(t[3]==="/"){if(t=t.slice(3),r.length!==0)r.pop();continue}}}}if((o=t.indexOf("/",1))===-1){r.push(t);break}else r.push(t.slice(0,o)),t=t.slice(o)}return r.join("")}var z5={"@":"%40","/":"%2F","?":"%3F","#":"%23",":":"%3A"},L5=/[@/?#:]/g,F5=/[@/?#]/g;function OC(e,t){let r=t?F5:L5;return r.lastIndex=0,e.replace(r,(o)=>z5[o])}function B5(e,t=!1){if(e.indexOf("%")===-1)return e;let r="";for(let o=0;o<e.length;o++){if(e[o]==="%"&&o+2<e.length){let n=e.slice(o+1,o+3);if(VS(n)){let i=n.toUpperCase(),s=String.fromCharCode(parseInt(i,16));if(t&&RC(s))r+=s;else r+="%"+i;o+=2;continue}}r+=e[o]}return r}function H5(e){let t="";for(let r=0;r<e.length;r++){if(e[r]==="%"&&r+2<e.length){let o=e.slice(r+1,r+3);if(VS(o)){let n=o.toUpperCase(),i=String.fromCharCode(parseInt(n,16));if(i!=="."&&RC(i))t+=i;else t+="%"+n;r+=2;continue}}if(C5(e[r]))t+=e[r];else t+=escape(e[r])}return t}function q5(e){let t="";for(let r=0;r<e.length;r++){if(e[r]==="%"&&r+2<e.length){let o=e.slice(r+1,r+3);if(VS(o)){t+="%"+o.toUpperCase(),r+=2;continue}}t+=escape(e[r])}return t}function Z5(e){let t=[];if(e.userinfo!==void 0)t.push(e.userinfo),t.push("@");if(e.host!==void 0){let r=unescape(e.host);if(!IC(r)){let o=$C(r);if(o.isIPV6===!0)r=`[${o.escapedHost}]`;else r=OC(r,!1)}t.push(r)}if(typeof e.port==="number"||typeof e.port==="string")t.push(":"),t.push(String(e.port));return t.length?t.join(""):void 0}AC.exports={nonSimpleDomain:M5,recomposeAuthority:Z5,reescapeHostDelimiters:OC,normalizePercentEncoding:B5,normalizePathEncoding:H5,escapePreservingEscapes:q5,removeDotSegments:U5,isIPv4:IC,isUUID:A5,normalizeIPv6:$C,stringArrayToHexStripped:WS}});var jC=k((vEe,NC)=>{var{isUUID:V5}=KS(),W5=/([\da-z][\d\-a-z]{0,31}):((?:[\w!$'()*+,\-.:;=@]|%[\da-f]{2})+)/iu,K5=["http","https","ws","wss","urn","urn:uuid"];function G5(e){return K5.indexOf(e)!==-1}function GS(e){if(e.secure===!0)return!0;else if(e.secure===!1)return!1;else if(e.scheme)return e.scheme.length===3&&(e.scheme[0]==="w"||e.scheme[0]==="W")&&(e.scheme[1]==="s"||e.scheme[1]==="S")&&(e.scheme[2]==="s"||e.scheme[2]==="S");else return!1}function CC(e){if(!e.host)e.error=e.error||"HTTP URIs must have a host.";return e}function MC(e){let t=String(e.scheme).toLowerCase()==="https";if(e.port===(t?443:80)||e.port==="")e.port=void 0;if(!e.path)e.path="/";return e}function J5(e){return e.secure=GS(e),e.resourceName=(e.path||"/")+(e.query?"?"+e.query:""),e.path=void 0,e.query=void 0,e}function X5(e){if(e.port===(GS(e)?443:80)||e.port==="")e.port=void 0;if(typeof e.secure==="boolean")e.scheme=e.secure?"wss":"ws",e.secure=void 0;if(e.resourceName){let[t,r]=e.resourceName.split("?");e.path=t&&t!=="/"?t:void 0,e.query=r,e.resourceName=void 0}return e.fragment=void 0,e}function Y5(e,t){if(!e.path)return e.error="URN can not be parsed",e;let r=e.path.match(W5);if(r){let o=t.scheme||e.scheme||"urn";e.nid=r[1].toLowerCase(),e.nss=r[2];let n=`${o}:${t.nid||e.nid}`,i=JS(n);if(e.path=void 0,i)e=i.parse(e,t)}else e.error=e.error||"URN can not be parsed.";return e}function Q5(e,t){if(e.nid===void 0)throw Error("URN without nid cannot be serialized");let r=t.scheme||e.scheme||"urn",o=e.nid.toLowerCase(),n=`${r}:${t.nid||o}`,i=JS(n);if(i)e=i.serialize(e,t);let s=e,a=e.nss;return s.path=`${o||t.nid}:${a}`,t.skipEscape=!0,s}function e8(e,t){let r=e;if(r.uuid=r.nss,r.nss=void 0,!t.tolerant&&(!r.uuid||!V5(r.uuid)))r.error=r.error||"UUID is not valid.";return r}function t8(e){let t=e;return t.nss=(e.uuid||"").toLowerCase(),t}var DC={scheme:"http",domainHost:!0,parse:CC,serialize:MC},r8={scheme:"https",domainHost:DC.domainHost,parse:CC,serialize:MC},Nm={scheme:"ws",domainHost:!0,parse:J5,serialize:X5},n8={scheme:"wss",domainHost:Nm.domainHost,parse:Nm.parse,serialize:Nm.serialize},o8={scheme:"urn",parse:Y5,serialize:Q5,skipNormalize:!0},i8={scheme:"urn:uuid",parse:e8,serialize:t8,skipNormalize:!0},jm={http:DC,https:r8,ws:Nm,wss:n8,urn:o8,"urn:uuid":i8};Object.setPrototypeOf(jm,null);function JS(e){return e&&(jm[e]||jm[e.toLowerCase()])||void 0}NC.exports={wsIsSecure:GS,SCHEMES:jm,isValidSchemeName:G5,getSchemeHandler:JS}});var HC=k((SEe,Um)=>{var{normalizeIPv6:s8,removeDotSegments:zl,recomposeAuthority:a8,normalizePercentEncoding:c8,normalizePathEncoding:l8,escapePreservingEscapes:u8,reescapeHostDelimiters:d8,isIPv4:p8,nonSimpleDomain:f8}=KS(),{SCHEMES:m8,getSchemeHandler:zC}=jC();function g8(e,t){if(typeof e==="string")e=v8(e,t);else if(typeof e==="object")e=vs(zo(e,t),t);return e}function h8(e,t,r){let o=r?Object.assign({scheme:"null"},r):{scheme:"null"},n=LC(vs(e,o),vs(t,o),o,!0);return o.skipEscape=!0,zo(n,o)}function LC(e,t,r,o){let n={};if(!o)e=vs(zo(e,r),r),t=vs(zo(t,r),r);if(r=r||{},!r.tolerant&&t.scheme)n.scheme=t.scheme,n.userinfo=t.userinfo,n.host=t.host,n.port=t.port,n.path=zl(t.path||""),n.query=t.query;else{if(t.userinfo!==void 0||t.host!==void 0||t.port!==void 0)n.userinfo=t.userinfo,n.host=t.host,n.port=t.port,n.path=zl(t.path||""),n.query=t.query;else{if(!t.path)if(n.path=e.path,t.query!==void 0)n.query=t.query;else n.query=e.query;else{if(t.path[0]==="/")n.path=zl(t.path);else{if((e.userinfo!==void 0||e.host!==void 0||e.port!==void 0)&&!e.path)n.path="/"+t.path;else if(!e.path)n.path=t.path;else n.path=e.path.slice(0,e.path.lastIndexOf("/")+1)+t.path;n.path=zl(n.path)}n.query=t.query}n.userinfo=e.userinfo,n.host=e.host,n.port=e.port}n.scheme=e.scheme}return n.fragment=t.fragment,n}function y8(e,t,r){let o=UC(e,r),n=UC(t,r);return o!==void 0&&n!==void 0&&o.toLowerCase()===n.toLowerCase()}function zo(e,t){let r={host:e.host,scheme:e.scheme,userinfo:e.userinfo,port:e.port,path:e.path,query:e.query,nid:e.nid,nss:e.nss,uuid:e.uuid,fragment:e.fragment,reference:e.reference,resourceName:e.resourceName,secure:e.secure,error:""},o=Object.assign({},t),n=[],i=zC(o.scheme||r.scheme);if(i&&i.serialize)i.serialize(r,o);if(r.path!==void 0)if(!o.skipEscape){if(r.path=u8(r.path),r.scheme!==void 0)r.path=r.path.split("%3A").join(":")}else r.path=c8(r.path);if(o.reference!=="suffix"&&r.scheme)n.push(r.scheme,":");let s=a8(r);if(s!==void 0){if(o.reference!=="suffix")n.push("//");if(n.push(s),r.path&&r.path[0]!=="/")n.push("/")}if(r.path!==void 0){let a=r.path;if(!o.absolutePath&&(!i||!i.absolutePath))a=zl(a);if(s===void 0&&a[0]==="/"&&a[1]==="/")a="/%2F"+a.slice(2);n.push(a)}if(r.query!==void 0)n.push("?",r.query);if(r.fragment!==void 0)n.push("#",r.fragment);return n.join("")}var b8=/^(?:([^#/:?]+):)?(?:\/\/((?:([^#/?@]*)@)?(\[[^#/?\]]+\]|[^#/:?]*)(?::(\d*))?))?([^#?]*)(?:\?([^#]*))?(?:#((?:.|[\n\r])*))?/u;function _8(e,t){if(t[2]!==void 0&&e.path&&e.path[0]!=="/")return'URI path must start with "/" when authority is present.';if(typeof e.port==="number"&&(e.port<0||e.port>65535))return"URI port is malformed.";return}function FC(e,t){let r=Object.assign({},t),o={scheme:void 0,userinfo:void 0,host:"",port:void 0,path:"",query:void 0,fragment:void 0},n=!1,i=!1;if(r.reference==="suffix")if(r.scheme)e=r.scheme+":"+e;else e="//"+e;let s=e.match(b8);if(s){if(o.scheme=s[1],o.userinfo=s[3],o.host=s[4],o.port=parseInt(s[5],10),o.path=s[6]||"",o.query=s[7],o.fragment=s[8],isNaN(o.port))o.port=s[5];let a=_8(o,s);if(a!==void 0)o.error=o.error||a,n=!0;if(o.host)if(p8(o.host)===!1){let d=s8(o.host);o.host=d.host.toLowerCase(),i=d.isIPV6}else i=!0;if(o.scheme===void 0&&o.userinfo===void 0&&o.host===void 0&&o.port===void 0&&o.query===void 0&&!o.path)o.reference="same-document";else if(o.scheme===void 0)o.reference="relative";else if(o.fragment===void 0)o.reference="absolute";else o.reference="uri";if(r.reference&&r.reference!=="suffix"&&r.reference!==o.reference)o.error=o.error||"URI is not a "+r.reference+" reference.";let c=zC(r.scheme||o.scheme);if(!r.unicodeSupport&&(!c||!c.unicodeSupport)){if(o.host&&(r.domainHost||c&&c.domainHost)&&i===!1&&f8(o.host))try{o.host=URL.domainToASCII(o.host.toLowerCase())}catch(u){o.error=o.error||"Host's domain name can not be converted to ASCII: "+u}}if(!c||c&&!c.skipNormalize){if(e.indexOf("%")!==-1){if(o.scheme!==void 0)o.scheme=unescape(o.scheme);if(o.host!==void 0)o.host=d8(unescape(o.host),i)}if(o.path)o.path=l8(o.path);if(o.fragment)try{o.fragment=encodeURI(decodeURIComponent(o.fragment))}catch{o.error=o.error||"URI malformed"}}if(c&&c.parse)c.parse(o,r)}else o.error=o.error||"URI can not be parsed.";return{parsed:o,malformedAuthorityOrPort:n}}function vs(e,t){return FC(e,t).parsed}function v8(e,t){return BC(e,t).normalized}function BC(e,t){let{parsed:r,malformedAuthorityOrPort:o}=FC(e,t);return{normalized:o?e:zo(r,t),malformedAuthorityOrPort:o}}function UC(e,t){if(typeof e==="string"){let{normalized:r,malformedAuthorityOrPort:o}=BC(e,t);return o?void 0:r}if(typeof e==="object")return zo(e,t)}var XS={SCHEMES:m8,normalize:g8,resolve:h8,resolveComponent:LC,equal:y8,serialize:zo,parse:vs};Um.exports=XS;Um.exports.default=XS;Um.exports.fastUri=XS});var VC=k((ZC)=>{Object.defineProperty(ZC,"__esModule",{value:!0});var qC=HC();qC.code='require("ajv/dist/runtime/uri").default';ZC.default=qC});var eM=k((nn)=>{Object.defineProperty(nn,"__esModule",{value:!0});nn.CodeGen=nn.Name=nn.nil=nn.stringify=nn.str=nn._=nn.KeywordCxt=void 0;var x8=Nl();Object.defineProperty(nn,"KeywordCxt",{enumerable:!0,get:function(){return x8.KeywordCxt}});var Ss=re();Object.defineProperty(nn,"_",{enumerable:!0,get:function(){return Ss._}});Object.defineProperty(nn,"str",{enumerable:!0,get:function(){return Ss.str}});Object.defineProperty(nn,"stringify",{enumerable:!0,get:function(){return Ss.stringify}});Object.defineProperty(nn,"nil",{enumerable:!0,get:function(){return Ss.nil}});Object.defineProperty(nn,"Name",{enumerable:!0,get:function(){return Ss.Name}});Object.defineProperty(nn,"CodeGen",{enumerable:!0,get:function(){return Ss.CodeGen}});var w8=Cm(),XC=jl(),k8=RS(),Ll=Dm(),E8=re(),Fl=Cl(),zm=Al(),QS=ue(),WC=TC(),T8=VC(),YC=(e,t)=>new RegExp(e,t);YC.code="new RegExp";var P8=["removeAdditional","useDefaults","coerceTypes"],I8=new Set(["validate","serialize","parse","wrapper","root","schema","keyword","pattern","formats","validate$data","func","obj","Error"]),R8={errorDataPath:"",format:"`validateFormats: false` can be used instead.",nullable:'"nullable" keyword is supported by default.',jsonPointers:"Deprecated jsPropertySyntax can be used instead.",extendRefs:"Deprecated ignoreKeywordsWithRef can be used instead.",missingRefs:"Pass empty schema with $id that should be ignored to ajv.addSchema.",processCode:"Use option `code: {process: (code, schemaEnv: object) => string}`",sourceCode:"Use option `code: {source: true}`",strictDefaults:"It is default now, see option `strict`.",strictKeywords:"It is default now, see option `strict`.",uniqueItems:'"uniqueItems" keyword is always validated.',unknownFormats:"Disable strict mode or pass `true` to `ajv.addFormat` (or `formats` option).",cache:"Map is used as cache, schema object as key.",serialize:"Map is used as cache, schema object as key.",ajvErrors:"It is default now."},$8={ignoreKeywordsWithRef:"",jsPropertySyntax:"",unicode:'"minLength"/"maxLength" account for unicode characters by default.'},KC=200;function O8(e){var t,r,o,n,i,s,a,c,u,d,p,f,m,g,h,y,v,x,w,A,U,se,Le,Ye,Lt;let yt=e.strict,Qn=(t=e.code)===null||t===void 0?void 0:t.optimize,Go=Qn===!0||Qn===void 0?1:Qn||0,Rr=(o=(r=e.code)===null||r===void 0?void 0:r.regExp)!==null&&o!==void 0?o:YC,Ns=(n=e.uriResolver)!==null&&n!==void 0?n:T8.default;return{strictSchema:(s=(i=e.strictSchema)!==null&&i!==void 0?i:yt)!==null&&s!==void 0?s:!0,strictNumbers:(c=(a=e.strictNumbers)!==null&&a!==void 0?a:yt)!==null&&c!==void 0?c:!0,strictTypes:(d=(u=e.strictTypes)!==null&&u!==void 0?u:yt)!==null&&d!==void 0?d:"log",strictTuples:(f=(p=e.strictTuples)!==null&&p!==void 0?p:yt)!==null&&f!==void 0?f:"log",strictRequired:(g=(m=e.strictRequired)!==null&&m!==void 0?m:yt)!==null&&g!==void 0?g:!1,code:e.code?{...e.code,optimize:Go,regExp:Rr}:{optimize:Go,regExp:Rr},loopRequired:(h=e.loopRequired)!==null&&h!==void 0?h:KC,loopEnum:(y=e.loopEnum)!==null&&y!==void 0?y:KC,meta:(v=e.meta)!==null&&v!==void 0?v:!0,messages:(x=e.messages)!==null&&x!==void 0?x:!0,inlineRefs:(w=e.inlineRefs)!==null&&w!==void 0?w:!0,schemaId:(A=e.schemaId)!==null&&A!==void 0?A:"$id",addUsedSchema:(U=e.addUsedSchema)!==null&&U!==void 0?U:!0,validateSchema:(se=e.validateSchema)!==null&&se!==void 0?se:!0,validateFormats:(Le=e.validateFormats)!==null&&Le!==void 0?Le:!0,unicodeRegExp:(Ye=e.unicodeRegExp)!==null&&Ye!==void 0?Ye:!0,int32range:(Lt=e.int32range)!==null&&Lt!==void 0?Lt:!0,uriResolver:Ns}}class Lm{constructor(e={}){this.schemas={},this.refs={},this.formats={},this._compilations=new Set,this._loading={},this._cache=new Map,e=this.opts={...e,...O8(e)};let{es5:t,lines:r}=this.opts.code;this.scope=new E8.ValueScope({scope:{},prefixes:I8,es5:t,lines:r}),this.logger=j8(e.logger);let o=e.validateFormats;if(e.validateFormats=!1,this.RULES=(0,k8.getRules)(),GC.call(this,R8,e,"NOT SUPPORTED"),GC.call(this,$8,e,"DEPRECATED","warn"),this._metaOpts=D8.call(this),e.formats)C8.call(this);if(this._addVocabularies(),this._addDefaultMetaSchema(),e.keywords)M8.call(this,e.keywords);if(typeof e.meta=="object")this.addMetaSchema(e.meta);A8.call(this),e.validateFormats=o}_addVocabularies(){this.addKeyword("$async")}_addDefaultMetaSchema(){let{$data:e,meta:t,schemaId:r}=this.opts,o=WC;if(r==="id")o={...WC},o.id=o.$id,delete o.$id;if(t&&e)this.addMetaSchema(o,o[r],!1)}defaultMeta(){let{meta:e,schemaId:t}=this.opts;return this.opts.defaultMeta=typeof e=="object"?e[t]||e:void 0}validate(e,t){let r;if(typeof e=="string"){if(r=this.getSchema(e),!r)throw Error(`no schema with key or ref "${e}"`)}else r=this.compile(e);let o=r(t);if(!("$async"in r))this.errors=r.errors;return o}compile(e,t){let r=this._addSchema(e,t);return r.validate||this._compileSchemaEnv(r)}compileAsync(e,t){if(typeof this.opts.loadSchema!="function")throw Error("options.loadSchema should be a function");let{loadSchema:r}=this.opts;return o.call(this,e,t);async function o(u,d){await n.call(this,u.$schema);let p=this._addSchema(u,d);return p.validate||i.call(this,p)}async function n(u){if(u&&!this.getSchema(u))await o.call(this,{$ref:u},!0)}async function i(u){try{return this._compileSchemaEnv(u)}catch(d){if(!(d instanceof XC.default))throw d;return s.call(this,d),await a.call(this,d.missingSchema),i.call(this,u)}}function s({missingSchema:u,missingRef:d}){if(this.refs[u])throw Error(`AnySchema ${u} is loaded but ${d} cannot be resolved`)}async function a(u){let d=await c.call(this,u);if(!this.refs[u])await n.call(this,d.$schema);if(!this.refs[u])this.addSchema(d,u,t)}async function c(u){let d=this._loading[u];if(d)return d;try{return await(this._loading[u]=r(u))}finally{delete this._loading[u]}}}addSchema(e,t,r,o=this.opts.validateSchema){if(Array.isArray(e)){for(let i of e)this.addSchema(i,void 0,r,o);return this}let n;if(typeof e==="object"){let{schemaId:i}=this.opts;if(n=e[i],n!==void 0&&typeof n!="string")throw Error(`schema ${i} must be string`)}return t=(0,Fl.normalizeId)(t||n),this._checkUnique(t),this.schemas[t]=this._addSchema(e,r,t,o,!0),this}addMetaSchema(e,t,r=this.opts.validateSchema){return this.addSchema(e,t,!0,r),this}validateSchema(e,t){if(typeof e=="boolean")return!0;let r;if(r=e.$schema,r!==void 0&&typeof r!="string")throw Error("$schema must be a string");if(r=r||this.opts.defaultMeta||this.defaultMeta(),!r)return this.logger.warn("meta-schema not available"),this.errors=null,!0;let o=this.validate(r,e);if(!o&&t){let n="schema is invalid: "+this.errorsText();if(this.opts.validateSchema==="log")this.logger.error(n);else throw Error(n)}return o}getSchema(e){let t;while(typeof(t=JC.call(this,e))=="string")e=t;if(t===void 0){let{schemaId:r}=this.opts,o=new Ll.SchemaEnv({schema:{},schemaId:r});if(t=Ll.resolveSchema.call(this,o,e),!t)return;this.refs[e]=t}return t.validate||this._compileSchemaEnv(t)}removeSchema(e){if(e instanceof RegExp)return this._removeAllSchemas(this.schemas,e),this._removeAllSchemas(this.refs,e),this;switch(typeof e){case"undefined":return this._removeAllSchemas(this.schemas),this._removeAllSchemas(this.refs),this._cache.clear(),this;case"string":{let t=JC.call(this,e);if(typeof t=="object")this._cache.delete(t.schema);return delete this.schemas[e],delete this.refs[e],this}case"object":{let t=e;this._cache.delete(t);let r=e[this.opts.schemaId];if(r)r=(0,Fl.normalizeId)(r),delete this.schemas[r],delete this.refs[r];return this}default:throw Error("ajv.removeSchema: invalid parameter")}}addVocabulary(e){for(let t of e)this.addKeyword(t);return this}addKeyword(e,t){let r;if(typeof e=="string"){if(r=e,typeof t=="object")this.logger.warn("these parameters are deprecated, see docs for addKeyword"),t.keyword=r}else if(typeof e=="object"&&t===void 0){if(t=e,r=t.keyword,Array.isArray(r)&&!r.length)throw Error("addKeywords: keyword must be string or non-empty array")}else throw Error("invalid addKeywords parameters");if(z8.call(this,r,t),!t)return(0,QS.eachItem)(r,(n)=>YS.call(this,n)),this;F8.call(this,t);let o={...t,type:(0,zm.getJSONTypes)(t.type),schemaType:(0,zm.getJSONTypes)(t.schemaType)};return(0,QS.eachItem)(r,o.type.length===0?(n)=>YS.call(this,n,o):(n)=>o.type.forEach((i)=>YS.call(this,n,o,i))),this}getKeyword(e){let t=this.RULES.all[e];return typeof t=="object"?t.definition:!!t}removeKeyword(e){let{RULES:t}=this;delete t.keywords[e],delete t.all[e];for(let r of t.rules){let o=r.rules.findIndex((n)=>n.keyword===e);if(o>=0)r.rules.splice(o,1)}return this}addFormat(e,t){if(typeof t=="string")t=new RegExp(t);return this.formats[e]=t,this}errorsText(e=this.errors,{separator:t=", ",dataVar:r="data"}={}){if(!e||e.length===0)return"No errors";return e.map((o)=>`${r}${o.instancePath} ${o.message}`).reduce((o,n)=>o+t+n)}$dataMetaSchema(e,t){let r=this.RULES.all;e=JSON.parse(JSON.stringify(e));for(let o of t){let n=o.split("/").slice(1),i=e;for(let s of n)i=i[s];for(let s in r){let a=r[s];if(typeof a!="object")continue;let{$data:c}=a.definition,u=i[s];if(c&&u)i[s]=QC(u)}}return e}_removeAllSchemas(e,t){for(let r in e){let o=e[r];if(!t||t.test(r)){if(typeof o=="string")delete e[r];else if(o&&!o.meta)this._cache.delete(o.schema),delete e[r]}}}_addSchema(e,t,r,o=this.opts.validateSchema,n=this.opts.addUsedSchema){let i,{schemaId:s}=this.opts;if(typeof e=="object")i=e[s];else if(this.opts.jtd)throw Error("schema must be object");else if(typeof e!="boolean")throw Error("schema must be object or boolean");let a=this._cache.get(e);if(a!==void 0)return a;r=(0,Fl.normalizeId)(i||r);let c=Fl.getSchemaRefs.call(this,e,r);if(a=new Ll.SchemaEnv({schema:e,schemaId:s,meta:t,baseId:r,localRefs:c}),this._cache.set(a.schema,a),n&&!r.startsWith("#")){if(r)this._checkUnique(r);this.refs[r]=a}if(o)this.validateSchema(e,!0);return a}_checkUnique(e){if(this.schemas[e]||this.refs[e])throw Error(`schema with key or id "${e}" already exists`)}_compileSchemaEnv(e){if(e.meta)this._compileMetaSchema(e);else Ll.compileSchema.call(this,e);if(!e.validate)throw Error("ajv implementation error");return e.validate}_compileMetaSchema(e){let t=this.opts;this.opts=this._metaOpts;try{Ll.compileSchema.call(this,e)}finally{this.opts=t}}}Lm.ValidationError=w8.default;Lm.MissingRefError=XC.default;nn.default=Lm;function GC(e,t,r,o="error"){for(let n in e){let i=n;if(i in t)this.logger[o](`${r}: option ${n}. ${e[i]}`)}}function JC(e){return e=(0,Fl.normalizeId)(e),this.schemas[e]||this.refs[e]}function A8(){let e=this.opts.schemas;if(!e)return;if(Array.isArray(e))this.addSchema(e);else for(let t in e)this.addSchema(e[t],t)}function C8(){for(let e in this.opts.formats){let t=this.opts.formats[e];if(t)this.addFormat(e,t)}}function M8(e){if(Array.isArray(e)){this.addVocabulary(e);return}this.logger.warn("keywords option as map is deprecated, pass array");for(let t in e){let r=e[t];if(!r.keyword)r.keyword=t;this.addKeyword(r)}}function D8(){let e={...this.opts};for(let t of P8)delete e[t];return e}var N8={log(){},warn(){},error(){}};function j8(e){if(e===!1)return N8;if(e===void 0)return console;if(e.log&&e.warn&&e.error)return e;throw Error("logger must implement log, warn and error methods")}var U8=/^[a-z_$][a-z0-9_$:-]*$/i;function z8(e,t){let{RULES:r}=this;if((0,QS.eachItem)(e,(o)=>{if(r.keywords[o])throw Error(`Keyword ${o} is already defined`);if(!U8.test(o))throw Error(`Keyword ${o} has invalid name`)}),!t)return;if(t.$data&&!(("code"in t)||("validate"in t)))throw Error('$data keyword must have "code" or "validate" function')}function YS(e,t,r){var o;let n=t===null||t===void 0?void 0:t.post;if(r&&n)throw Error('keyword with "post" flag cannot have "type"');let{RULES:i}=this,s=n?i.post:i.rules.find(({type:c})=>c===r);if(!s)s={type:r,rules:[]},i.rules.push(s);if(i.keywords[e]=!0,!t)return;let a={keyword:e,definition:{...t,type:(0,zm.getJSONTypes)(t.type),schemaType:(0,zm.getJSONTypes)(t.schemaType)}};if(t.before)L8.call(this,s,a,t.before);else s.rules.push(a);i.all[e]=a,(o=t.implements)===null||o===void 0||o.forEach((c)=>this.addKeyword(c))}function L8(e,t,r){let o=e.rules.findIndex((n)=>n.keyword===r);if(o>=0)e.rules.splice(o,0,t);else e.rules.push(t),this.logger.warn(`rule ${r} is not defined`)}function F8(e){let{metaSchema:t}=e;if(t===void 0)return;if(e.$data&&this.opts.$data)t=QC(t);e.validateSchema=this.compile(t,!0)}var B8={$ref:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#"};function QC(e){return{anyOf:[e,B8]}}});var rM=k((tM)=>{Object.defineProperty(tM,"__esModule",{value:!0});var Z8={keyword:"id",code(){throw Error('NOT SUPPORTED: keyword "id", use "$id" for schema ID')}};tM.default=Z8});var cM=k((sM)=>{Object.defineProperty(sM,"__esModule",{value:!0});sM.callRef=sM.getValidate=void 0;var W8=jl(),nM=er(),It=re(),xs=tn(),oM=Dm(),Fm=ue(),K8={keyword:"$ref",schemaType:"string",code(e){let{gen:t,schema:r,it:o}=e,{baseId:n,schemaEnv:i,validateName:s,opts:a,self:c}=o,{root:u}=i;if((r==="#"||r==="#/")&&n===u.baseId)return p();let d=oM.resolveRef.call(c,u,n,r);if(d===void 0)throw new W8.default(o.opts.uriResolver,n,r);if(d instanceof oM.SchemaEnv)return f(d);return m(d);function p(){if(i===u)return Bm(e,s,i,i.$async);let g=t.scopeValue("root",{ref:u});return Bm(e,It._`${g}.validate`,u,u.$async)}function f(g){let h=iM(e,g);Bm(e,h,g,g.$async)}function m(g){let h=t.scopeValue("schema",a.code.source===!0?{ref:g,code:(0,It.stringify)(g)}:{ref:g}),y=t.name("valid"),v=e.subschema({schema:g,dataTypes:[],schemaPath:It.nil,topSchemaRef:h,errSchemaPath:r},y);e.mergeEvaluated(v),e.ok(y)}}};function iM(e,t){let{gen:r}=e;return t.validate?r.scopeValue("validate",{ref:t.validate}):It._`${r.scopeValue("wrapper",{ref:t})}.validate`}sM.getValidate=iM;function Bm(e,t,r,o){let{gen:n,it:i}=e,{allErrors:s,schemaEnv:a,opts:c}=i,u=c.passContext?xs.default.this:It.nil;if(o)d();else p();function d(){if(!a.$async)throw Error("async schema referenced by sync schema");let g=n.let("valid");n.try(()=>{if(n.code(It._`await ${(0,nM.callValidateCode)(e,t,u)}`),m(t),!s)n.assign(g,!0)},(h)=>{if(n.if(It._`!(${h} instanceof ${i.ValidationError})`,()=>n.throw(h)),f(h),!s)n.assign(g,!1)}),e.ok(g)}function p(){e.result((0,nM.callValidateCode)(e,t,u),()=>m(t),()=>f(t))}function f(g){let h=It._`${g}.errors`;n.assign(xs.default.vErrors,It._`${xs.default.vErrors} === null ? ${h} : ${xs.default.vErrors}.concat(${h})`),n.assign(xs.default.errors,It._`${xs.default.vErrors}.length`)}function m(g){var h;if(!i.opts.unevaluated)return;let y=(h=r===null||r===void 0?void 0:r.validate)===null||h===void 0?void 0:h.evaluated;if(i.props!==!0)if(y&&!y.dynamicProps){if(y.props!==void 0)i.props=Fm.mergeEvaluated.props(n,y.props,i.props)}else{let v=n.var("props",It._`${g}.evaluated.props`);i.props=Fm.mergeEvaluated.props(n,v,i.props,It.Name)}if(i.items!==!0)if(y&&!y.dynamicItems){if(y.items!==void 0)i.items=Fm.mergeEvaluated.items(n,y.items,i.items)}else{let v=n.var("items",It._`${g}.evaluated.items`);i.items=Fm.mergeEvaluated.items(n,v,i.items,It.Name)}}}sM.callRef=Bm;sM.default=K8});var uM=k((lM)=>{Object.defineProperty(lM,"__esModule",{value:!0});var X8=rM(),Y8=cM(),Q8=["$schema","$id","$defs","$vocabulary",{keyword:"$comment"},"definitions",X8.default,Y8.default];lM.default=Q8});var pM=k((dM)=>{Object.defineProperty(dM,"__esModule",{value:!0});var Hm=re(),Hn=Hm.operators,qm={maximum:{okStr:"<=",ok:Hn.LTE,fail:Hn.GT},minimum:{okStr:">=",ok:Hn.GTE,fail:Hn.LT},exclusiveMaximum:{okStr:"<",ok:Hn.LT,fail:Hn.GTE},exclusiveMinimum:{okStr:">",ok:Hn.GT,fail:Hn.LTE}},tX={message:({keyword:e,schemaCode:t})=>Hm.str`must be ${qm[e].okStr} ${t}`,params:({keyword:e,schemaCode:t})=>Hm._`{comparison: ${qm[e].okStr}, limit: ${t}}`},rX={keyword:Object.keys(qm),type:"number",schemaType:"number",$data:!0,error:tX,code(e){let{keyword:t,data:r,schemaCode:o}=e;e.fail$data(Hm._`${r} ${qm[t].fail} ${o} || isNaN(${r})`)}};dM.default=rX});var mM=k((fM)=>{Object.defineProperty(fM,"__esModule",{value:!0});var Bl=re(),oX={message:({schemaCode:e})=>Bl.str`must be multiple of ${e}`,params:({schemaCode:e})=>Bl._`{multipleOf: ${e}}`},iX={keyword:"multipleOf",type:"number",schemaType:"number",$data:!0,error:oX,code(e){let{gen:t,data:r,schemaCode:o,it:n}=e,i=n.opts.multipleOfPrecision,s=t.let("res"),a=i?Bl._`Math.abs(Math.round(${s}) - ${s}) > 1e-${i}`:Bl._`${s} !== parseInt(${s})`;e.fail$data(Bl._`(${o} === 0 || (${s} = ${r}/${o}, ${a}))`)}};fM.default=iX});var yM=k((hM)=>{Object.defineProperty(hM,"__esModule",{value:!0});function gM(e){let t=e.length,r=0,o=0,n;while(o<t)if(r++,n=e.charCodeAt(o++),n>=55296&&n<=56319&&o<t){if(n=e.charCodeAt(o),(n&64512)===56320)o++}return r}hM.default=gM;gM.code='require("ajv/dist/runtime/ucs2length").default'});var _M=k((bM)=>{Object.defineProperty(bM,"__esModule",{value:!0});var Lo=re(),cX=ue(),lX=yM(),uX={message({keyword:e,schemaCode:t}){let r=e==="maxLength"?"more":"fewer";return Lo.str`must NOT have ${r} than ${t} characters`},params:({schemaCode:e})=>Lo._`{limit: ${e}}`},dX={keyword:["maxLength","minLength"],type:"string",schemaType:"number",$data:!0,error:uX,code(e){let{keyword:t,data:r,schemaCode:o,it:n}=e,i=t==="maxLength"?Lo.operators.GT:Lo.operators.LT,s=n.opts.unicode===!1?Lo._`${r}.length`:Lo._`${(0,cX.useFunc)(e.gen,lX.default)}(${r})`;e.fail$data(Lo._`${s} ${i} ${o}`)}};bM.default=dX});var SM=k((vM)=>{Object.defineProperty(vM,"__esModule",{value:!0});var fX=er(),mX=ue(),ws=re(),gX={message:({schemaCode:e})=>ws.str`must match pattern "${e}"`,params:({schemaCode:e})=>ws._`{pattern: ${e}}`},hX={keyword:"pattern",type:"string",schemaType:"string",$data:!0,error:gX,code(e){let{gen:t,data:r,$data:o,schema:n,schemaCode:i,it:s}=e,a=s.opts.unicodeRegExp?"u":"";if(o){let{regExp:c}=s.opts.code,u=c.code==="new RegExp"?ws._`new RegExp`:(0,mX.useFunc)(t,c),d=t.let("valid");t.try(()=>t.assign(d,ws._`${u}(${i}, ${a}).test(${r})`),()=>t.assign(d,!1)),e.fail$data(ws._`!${d}`)}else{let c=(0,fX.usePattern)(e,n);e.fail$data(ws._`!${c}.test(${r})`)}}};vM.default=hX});var wM=k((xM)=>{Object.defineProperty(xM,"__esModule",{value:!0});var Hl=re(),bX={message({keyword:e,schemaCode:t}){let r=e==="maxProperties"?"more":"fewer";return Hl.str`must NOT have ${r} than ${t} properties`},params:({schemaCode:e})=>Hl._`{limit: ${e}}`},_X={keyword:["maxProperties","minProperties"],type:"object",schemaType:"number",$data:!0,error:bX,code(e){let{keyword:t,data:r,schemaCode:o}=e,n=t==="maxProperties"?Hl.operators.GT:Hl.operators.LT;e.fail$data(Hl._`Object.keys(${r}).length ${n} ${o}`)}};xM.default=_X});var EM=k((kM)=>{Object.defineProperty(kM,"__esModule",{value:!0});var ql=er(),Zl=re(),SX=ue(),xX={message:({params:{missingProperty:e}})=>Zl.str`must have required property '${e}'`,params:({params:{missingProperty:e}})=>Zl._`{missingProperty: ${e}}`},wX={keyword:"required",type:"object",schemaType:"array",$data:!0,error:xX,code(e){let{gen:t,schema:r,schemaCode:o,data:n,$data:i,it:s}=e,{opts:a}=s;if(!i&&r.length===0)return;let c=r.length>=a.loopRequired;if(s.allErrors)u();else d();if(a.strictRequired){let m=e.parentSchema.properties,{definedProperties:g}=e.it;for(let h of r)if((m===null||m===void 0?void 0:m[h])===void 0&&!g.has(h)){let y=s.schemaEnv.baseId+s.errSchemaPath,v=`required property "${h}" is not defined at "${y}" (strictRequired)`;(0,SX.checkStrictMode)(s,v,s.opts.strictRequired)}}function u(){if(c||i)e.block$data(Zl.nil,p);else for(let m of r)(0,ql.checkReportMissingProp)(e,m)}function d(){let m=t.let("missing");if(c||i){let g=t.let("valid",!0);e.block$data(g,()=>f(m,g)),e.ok(g)}else t.if((0,ql.checkMissingProp)(e,r,m)),(0,ql.reportMissingProp)(e,m),t.else()}function p(){t.forOf("prop",o,(m)=>{e.setParams({missingProperty:m}),t.if((0,ql.noPropertyInData)(t,n,m,a.ownProperties),()=>e.error())})}function f(m,g){e.setParams({missingProperty:m}),t.forOf(m,o,()=>{t.assign(g,(0,ql.propertyInData)(t,n,m,a.ownProperties)),t.if((0,Zl.not)(g),()=>{e.error(),t.break()})},Zl.nil)}}};kM.default=wX});var PM=k((TM)=>{Object.defineProperty(TM,"__esModule",{value:!0});var Vl=re(),EX={message({keyword:e,schemaCode:t}){let r=e==="maxItems"?"more":"fewer";return Vl.str`must NOT have ${r} than ${t} items`},params:({schemaCode:e})=>Vl._`{limit: ${e}}`},TX={keyword:["maxItems","minItems"],type:"array",schemaType:"number",$data:!0,error:EX,code(e){let{keyword:t,data:r,schemaCode:o}=e,n=t==="maxItems"?Vl.operators.GT:Vl.operators.LT;e.fail$data(Vl._`${r}.length ${n} ${o}`)}};TM.default=TX});var Zm=k((RM)=>{Object.defineProperty(RM,"__esModule",{value:!0});var IM=jS();IM.code='require("ajv/dist/runtime/equal").default';RM.default=IM});var OM=k(($M)=>{Object.defineProperty($M,"__esModule",{value:!0});var ex=Al(),nt=re(),RX=ue(),$X=Zm(),OX={message:({params:{i:e,j:t}})=>nt.str`must NOT have duplicate items (items ## ${t} and ${e} are identical)`,params:({params:{i:e,j:t}})=>nt._`{i: ${e}, j: ${t}}`},AX={keyword:"uniqueItems",type:"array",schemaType:"boolean",$data:!0,error:OX,code(e){let{gen:t,data:r,$data:o,schema:n,parentSchema:i,schemaCode:s,it:a}=e;if(!o&&!n)return;let c=t.let("valid"),u=i.items?(0,ex.getSchemaTypes)(i.items):[];e.block$data(c,d,nt._`${s} === false`),e.ok(c);function d(){let g=t.let("i",nt._`${r}.length`),h=t.let("j");e.setParams({i:g,j:h}),t.assign(c,!0),t.if(nt._`${g} > 1`,()=>(p()?f:m)(g,h))}function p(){return u.length>0&&!u.some((g)=>g==="object"||g==="array")}function f(g,h){let y=t.name("item"),v=(0,ex.checkDataTypes)(u,y,a.opts.strictNumbers,ex.DataType.Wrong),x=t.const("indices",nt._`{}`);t.for(nt._`;${g}--;`,()=>{if(t.let(y,nt._`${r}[${g}]`),t.if(v,nt._`continue`),u.length>1)t.if(nt._`typeof ${y} == "string"`,nt._`${y} += "_"`);t.if(nt._`typeof ${x}[${y}] == "number"`,()=>{t.assign(h,nt._`${x}[${y}]`),e.error(),t.assign(c,!1).break()}).code(nt._`${x}[${y}] = ${g}`)})}function m(g,h){let y=(0,RX.useFunc)(t,$X.default),v=t.name("outer");t.label(v).for(nt._`;${g}--;`,()=>t.for(nt._`${h} = ${g}; ${h}--;`,()=>t.if(nt._`${y}(${r}[${g}], ${r}[${h}])`,()=>{e.error(),t.assign(c,!1).break(v)})))}}};$M.default=AX});var CM=k((AM)=>{Object.defineProperty(AM,"__esModule",{value:!0});var tx=re(),MX=ue(),DX=Zm(),NX={message:"must be equal to constant",params:({schemaCode:e})=>tx._`{allowedValue: ${e}}`},jX={keyword:"const",$data:!0,error:NX,code(e){let{gen:t,data:r,$data:o,schemaCode:n,schema:i}=e;if(o||i&&typeof i=="object")e.fail$data(tx._`!${(0,MX.useFunc)(t,DX.default)}(${r}, ${n})`);else e.fail(tx._`${i} !== ${r}`)}};AM.default=jX});var DM=k((MM)=>{Object.defineProperty(MM,"__esModule",{value:!0});var Wl=re(),zX=ue(),LX=Zm(),FX={message:"must be equal to one of the allowed values",params:({schemaCode:e})=>Wl._`{allowedValues: ${e}}`},BX={keyword:"enum",schemaType:"array",$data:!0,error:FX,code(e){let{gen:t,data:r,$data:o,schema:n,schemaCode:i,it:s}=e;if(!o&&n.length===0)throw Error("enum must have non-empty array");let a=n.length>=s.opts.loopEnum,c,u=()=>c!==null&&c!==void 0?c:c=(0,zX.useFunc)(t,LX.default),d;if(a||o)d=t.let("valid"),e.block$data(d,p);else{if(!Array.isArray(n))throw Error("ajv implementation error");let m=t.const("vSchema",i);d=(0,Wl.or)(...n.map((g,h)=>f(m,h)))}e.pass(d);function p(){t.assign(d,!1),t.forOf("v",i,(m)=>t.if(Wl._`${u()}(${r}, ${m})`,()=>t.assign(d,!0).break()))}function f(m,g){let h=n[g];return typeof h==="object"&&h!==null?Wl._`${u()}(${r}, ${m}[${g}])`:Wl._`${r} === ${h}`}}};MM.default=BX});var jM=k((NM)=>{Object.defineProperty(NM,"__esModule",{value:!0});var qX=pM(),ZX=mM(),VX=_M(),WX=SM(),KX=wM(),GX=EM(),JX=PM(),XX=OM(),YX=CM(),QX=DM(),eY=[qX.default,ZX.default,VX.default,WX.default,KX.default,GX.default,JX.default,XX.default,{keyword:"type",schemaType:["string","array"]},{keyword:"nullable",schemaType:"boolean"},YX.default,QX.default];NM.default=eY});var nx=k((zM)=>{Object.defineProperty(zM,"__esModule",{value:!0});zM.validateAdditionalItems=void 0;var Fo=re(),rx=ue(),rY={message:({params:{len:e}})=>Fo.str`must NOT have more than ${e} items`,params:({params:{len:e}})=>Fo._`{limit: ${e}}`},nY={keyword:"additionalItems",type:"array",schemaType:["boolean","object"],before:"uniqueItems",error:rY,code(e){let{parentSchema:t,it:r}=e,{items:o}=t;if(!Array.isArray(o)){(0,rx.checkStrictMode)(r,'"additionalItems" is ignored when "items" is not an array of schemas');return}UM(e,o)}};function UM(e,t){let{gen:r,schema:o,data:n,keyword:i,it:s}=e;s.items=!0;let a=r.const("len",Fo._`${n}.length`);if(o===!1)e.setParams({len:t.length}),e.pass(Fo._`${a} <= ${t.length}`);else if(typeof o=="object"&&!(0,rx.alwaysValidSchema)(s,o)){let u=r.var("valid",Fo._`${a} <= ${t.length}`);r.if((0,Fo.not)(u),()=>c(u)),e.ok(u)}function c(u){r.forRange("i",t.length,a,(d)=>{if(e.subschema({keyword:i,dataProp:d,dataPropType:rx.Type.Num},u),!s.allErrors)r.if((0,Fo.not)(u),()=>r.break())})}}zM.validateAdditionalItems=UM;zM.default=nY});var ox=k((HM)=>{Object.defineProperty(HM,"__esModule",{value:!0});HM.validateTuple=void 0;var FM=re(),Vm=ue(),iY=er(),sY={keyword:"items",type:"array",schemaType:["object","array","boolean"],before:"uniqueItems",code(e){let{schema:t,it:r}=e;if(Array.isArray(t))return BM(e,"additionalItems",t);if(r.items=!0,(0,Vm.alwaysValidSchema)(r,t))return;e.ok((0,iY.validateArray)(e))}};function BM(e,t,r=e.schema){let{gen:o,parentSchema:n,data:i,keyword:s,it:a}=e;if(d(n),a.opts.unevaluated&&r.length&&a.items!==!0)a.items=Vm.mergeEvaluated.items(o,r.length,a.items);let c=o.name("valid"),u=o.const("len",FM._`${i}.length`);r.forEach((p,f)=>{if((0,Vm.alwaysValidSchema)(a,p))return;o.if(FM._`${u} > ${f}`,()=>e.subschema({keyword:s,schemaProp:f,dataProp:f},c)),e.ok(c)});function d(p){let{opts:f,errSchemaPath:m}=a,g=r.length,h=g===p.minItems&&(g===p.maxItems||p[t]===!1);if(f.strictTuples&&!h){let y=`"${s}" is ${g}-tuple, but minItems or maxItems/${t} are not specified or different at path "${m}"`;(0,Vm.checkStrictMode)(a,y,f.strictTuples)}}}HM.validateTuple=BM;HM.default=sY});var VM=k((ZM)=>{Object.defineProperty(ZM,"__esModule",{value:!0});var cY=ox(),lY={keyword:"prefixItems",type:"array",schemaType:["array"],before:"uniqueItems",code:(e)=>(0,cY.validateTuple)(e,"items")};ZM.default=lY});var GM=k((KM)=>{Object.defineProperty(KM,"__esModule",{value:!0});var WM=re(),dY=ue(),pY=er(),fY=nx(),mY={message:({params:{len:e}})=>WM.str`must NOT have more than ${e} items`,params:({params:{len:e}})=>WM._`{limit: ${e}}`},gY={keyword:"items",type:"array",schemaType:["object","boolean"],before:"uniqueItems",error:mY,code(e){let{schema:t,parentSchema:r,it:o}=e,{prefixItems:n}=r;if(o.items=!0,(0,dY.alwaysValidSchema)(o,t))return;if(n)(0,fY.validateAdditionalItems)(e,n);else e.ok((0,pY.validateArray)(e))}};KM.default=gY});var XM=k((JM)=>{Object.defineProperty(JM,"__esModule",{value:!0});var tr=re(),Wm=ue(),yY={message:({params:{min:e,max:t}})=>t===void 0?tr.str`must contain at least ${e} valid item(s)`:tr.str`must contain at least ${e} and no more than ${t} valid item(s)`,params:({params:{min:e,max:t}})=>t===void 0?tr._`{minContains: ${e}}`:tr._`{minContains: ${e}, maxContains: ${t}}`},bY={keyword:"contains",type:"array",schemaType:["object","boolean"],before:"uniqueItems",trackErrors:!0,error:yY,code(e){let{gen:t,schema:r,parentSchema:o,data:n,it:i}=e,s,a,{minContains:c,maxContains:u}=o;if(i.opts.next)s=c===void 0?1:c,a=u;else s=1;let d=t.const("len",tr._`${n}.length`);if(e.setParams({min:s,max:a}),a===void 0&&s===0){(0,Wm.checkStrictMode)(i,'"minContains" == 0 without "maxContains": "contains" keyword ignored');return}if(a!==void 0&&s>a){(0,Wm.checkStrictMode)(i,'"minContains" > "maxContains" is always invalid'),e.fail();return}if((0,Wm.alwaysValidSchema)(i,r)){let h=tr._`${d} >= ${s}`;if(a!==void 0)h=tr._`${h} && ${d} <= ${a}`;e.pass(h);return}i.items=!0;let p=t.name("valid");if(a===void 0&&s===1)m(p,()=>t.if(p,()=>t.break()));else if(s===0){if(t.let(p,!0),a!==void 0)t.if(tr._`${n}.length > 0`,f)}else t.let(p,!1),f();e.result(p,()=>e.reset());function f(){let h=t.name("_valid"),y=t.let("count",0);m(h,()=>t.if(h,()=>g(y)))}function m(h,y){t.forRange("i",0,d,(v)=>{e.subschema({keyword:"contains",dataProp:v,dataPropType:Wm.Type.Num,compositeRule:!0},h),y()})}function g(h){if(t.code(tr._`${h}++`),a===void 0)t.if(tr._`${h} >= ${s}`,()=>t.assign(p,!0).break());else if(t.if(tr._`${h} > ${a}`,()=>t.assign(p,!1).break()),s===1)t.assign(p,!0);else t.if(tr._`${h} >= ${s}`,()=>t.assign(p,!0))}}};JM.default=bY});var nD=k((eD)=>{Object.defineProperty(eD,"__esModule",{value:!0});eD.validateSchemaDeps=eD.validatePropertyDeps=eD.error=void 0;var ix=re(),vY=ue(),Kl=er();eD.error={message:({params:{property:e,depsCount:t,deps:r}})=>{let o=t===1?"property":"properties";return ix.str`must have ${o} ${r} when property ${e} is present`},params:({params:{property:e,depsCount:t,deps:r,missingProperty:o}})=>ix._`{property: ${e},
|
|
12
|
+
|| ${s} === "boolean" || ${n} === null`).assign(a,te._`[${n}]`)}}}function zJ({gen:e,parentData:t,parentDataProperty:r},o){e.if(te._`${t} !== undefined`,()=>e.assign(te._`${t}[${r}]`,o))}function AS(e,t,r,o=ys.Correct){let n=o===ys.Correct?te.operators.EQ:te.operators.NEQ,i;switch(e){case"null":return te._`${t} ${n} null`;case"array":i=te._`Array.isArray(${t})`;break;case"object":i=te._`${t} && typeof ${t} == "object" && !Array.isArray(${t})`;break;case"integer":i=s(te._`!(${t} % 1) && !isNaN(${t})`);break;case"number":i=s();break;default:return te._`typeof ${t} ${n} ${e}`}return o===ys.Correct?i:(0,te.not)(i);function s(a=te.nil){return(0,te.and)(te._`typeof ${t} == "number"`,a,r?te._`isFinite(${t})`:te.nil)}}RO.checkDataType=AS;function OS(e,t,r,o){if(e.length===1)return AS(e[0],t,r,o);let n,i=(0,TO.toHash)(e);if(i.array&&i.object){let s=te._`typeof ${t} != "object"`;n=i.null?s:te._`!${t} || ${s}`,delete i.null,delete i.array,delete i.object}else n=te.nil;if(i.number)delete i.integer;for(let s in i)n=(0,te.and)(n,AS(s,t,r,o));return n}RO.checkDataTypes=OS;var LJ={message:({schema:e})=>`must be ${e}`,params:({schema:e,schemaValue:t})=>typeof e=="string"?te._`{type: ${e}}`:te._`{type: ${t}}`};function CS(e){let t=FJ(e);(0,MJ.reportError)(t,LJ)}RO.reportTypeError=CS;function FJ(e){let{gen:t,data:r,schema:o}=e,n=(0,TO.schemaRefOrVal)(e,o,"type");return{gen:t,keyword:"type",data:r,schema:o.type,schemaCode:n,schemaValue:n,parentSchema:o,params:{},it:e}}});var MO=k((OO)=>{Object.defineProperty(OO,"__esModule",{value:!0});OO.assignDefaults=void 0;var bs=re(),KJ=ue();function GJ(e,t){let{properties:r,items:o}=e.schema;if(t==="object"&&r)for(let n in r)AO(e,n,r[n].default);else if(t==="array"&&Array.isArray(o))o.forEach((n,i)=>AO(e,i,n.default))}OO.assignDefaults=GJ;function AO(e,t,r){let{gen:o,compositeRule:n,data:i,opts:s}=e;if(r===void 0)return;let a=bs._`${i}${(0,bs.getProperty)(t)}`;if(n){(0,KJ.checkStrictMode)(e,`default is ignored for: ${a}`);return}let c=bs._`${a} === undefined`;if(s.useDefaults==="empty")c=bs._`${c} || ${a} === null || ${a} === ""`;o.if(c,bs._`${a} = ${(0,bs.stringify)(r)}`)}});var er=k((jO)=>{Object.defineProperty(jO,"__esModule",{value:!0});jO.validateUnion=jO.validateArray=jO.usePattern=jO.callValidateCode=jO.schemaProperties=jO.allSchemaProperties=jO.noPropertyInData=jO.propertyInData=jO.isOwnProperty=jO.hasPropFunc=jO.reportMissingProp=jO.checkMissingProp=jO.checkReportMissingProp=void 0;var Oe=re(),MS=ue(),Fn=tn(),JJ=ue();function XJ(e,t){let{gen:r,data:o,it:n}=e;r.if(NS(r,o,t,n.opts.ownProperties),()=>{e.setParams({missingProperty:Oe._`${t}`},!0),e.error()})}jO.checkReportMissingProp=XJ;function YJ({gen:e,data:t,it:{opts:r}},o,n){return(0,Oe.or)(...o.map((i)=>(0,Oe.and)(NS(e,t,i,r.ownProperties),Oe._`${n} = ${i}`)))}jO.checkMissingProp=YJ;function QJ(e,t){e.setParams({missingProperty:t},!0),e.error()}jO.reportMissingProp=QJ;function DO(e){return e.scopeValue("func",{ref:Object.prototype.hasOwnProperty,code:Oe._`Object.prototype.hasOwnProperty`})}jO.hasPropFunc=DO;function DS(e,t,r){return Oe._`${DO(e)}.call(${t}, ${r})`}jO.isOwnProperty=DS;function e3(e,t,r,o){let n=Oe._`${t}${(0,Oe.getProperty)(r)} !== undefined`;return o?Oe._`${n} && ${DS(e,t,r)}`:n}jO.propertyInData=e3;function NS(e,t,r,o){let n=Oe._`${t}${(0,Oe.getProperty)(r)} === undefined`;return o?(0,Oe.or)(n,(0,Oe.not)(DS(e,t,r))):n}jO.noPropertyInData=NS;function NO(e){return e?Object.keys(e).filter((t)=>t!=="__proto__"):[]}jO.allSchemaProperties=NO;function t3(e,t){return NO(t).filter((r)=>!(0,MS.alwaysValidSchema)(e,t[r]))}jO.schemaProperties=t3;function r3({schemaCode:e,data:t,it:{gen:r,topSchemaRef:o,schemaPath:n,errorPath:i},it:s},a,c,u){let d=u?Oe._`${e}, ${t}, ${o}${n}`:t,p=[[Fn.default.instancePath,(0,Oe.strConcat)(Fn.default.instancePath,i)],[Fn.default.parentData,s.parentData],[Fn.default.parentDataProperty,s.parentDataProperty],[Fn.default.rootData,Fn.default.rootData]];if(s.opts.dynamicRef)p.push([Fn.default.dynamicAnchors,Fn.default.dynamicAnchors]);let f=Oe._`${d}, ${r.object(...p)}`;return c!==Oe.nil?Oe._`${a}.call(${c}, ${f})`:Oe._`${a}(${f})`}jO.callValidateCode=r3;var n3=Oe._`new RegExp`;function o3({gen:e,it:{opts:t}},r){let o=t.unicodeRegExp?"u":"",{regExp:n}=t.code,i=n(r,o);return e.scopeValue("pattern",{key:i.toString(),ref:i,code:Oe._`${n.code==="new RegExp"?n3:(0,JJ.useFunc)(e,n)}(${r}, ${o})`})}jO.usePattern=o3;function i3(e){let{gen:t,data:r,keyword:o,it:n}=e,i=t.name("valid");if(n.allErrors){let a=t.let("valid",!0);return s(()=>t.assign(a,!1)),a}return t.var(i,!0),s(()=>t.break()),i;function s(a){let c=t.const("len",Oe._`${r}.length`);t.forRange("i",0,c,(u)=>{e.subschema({keyword:o,dataProp:u,dataPropType:MS.Type.Num},i),t.if((0,Oe.not)(i),a)})}}jO.validateArray=i3;function s3(e){let{gen:t,schema:r,keyword:o,it:n}=e;if(!Array.isArray(r))throw Error("ajv implementation error");if(r.some((c)=>(0,MS.alwaysValidSchema)(n,c))&&!n.opts.unevaluated)return;let s=t.let("valid",!1),a=t.name("_valid");t.block(()=>r.forEach((c,u)=>{let d=e.subschema({keyword:o,schemaProp:u,compositeRule:!0},a);if(t.assign(s,Oe._`${s} || ${a}`),!e.mergeValidEvaluated(d,a))t.if((0,Oe.not)(s))})),e.result(s,()=>e.reset(),()=>e.error(!0))}jO.validateUnion=s3});var HO=k((FO)=>{Object.defineProperty(FO,"__esModule",{value:!0});FO.validateKeywordUsage=FO.validSchemaType=FO.funcKeywordCode=FO.macroKeywordCode=void 0;var ht=re(),jo=tn(),_3=er(),v3=Al();function S3(e,t){let{gen:r,keyword:o,schema:n,parentSchema:i,it:s}=e,a=t.macro.call(s.self,n,i,s),c=LO(r,o,a);if(s.opts.validateSchema!==!1)s.self.validateSchema(a,!0);let u=r.name("valid");e.subschema({schema:a,schemaPath:ht.nil,errSchemaPath:`${s.errSchemaPath}/${o}`,topSchemaRef:c,compositeRule:!0},u),e.pass(u,()=>e.error(!0))}FO.macroKeywordCode=S3;function x3(e,t){var r;let{gen:o,keyword:n,schema:i,parentSchema:s,$data:a,it:c}=e;k3(c,t);let u=!a&&t.compile?t.compile.call(c.self,i,s,c):t.validate,d=LO(o,n,u),p=o.let("valid");e.block$data(p,f),e.ok((r=t.valid)!==null&&r!==void 0?r:p);function f(){if(t.errors===!1){if(h(),t.modifying)zO(e);y(()=>e.error())}else{let v=t.async?m():g();if(t.modifying)zO(e);y(()=>w3(e,v))}}function m(){let v=o.let("ruleErrs",null);return o.try(()=>h(ht._`await `),(x)=>o.assign(p,!1).if(ht._`${x} instanceof ${c.ValidationError}`,()=>o.assign(v,ht._`${x}.errors`),()=>o.throw(x))),v}function g(){let v=ht._`${d}.errors`;return o.assign(v,null),h(ht.nil),v}function h(v=t.async?ht._`await `:ht.nil){let x=c.opts.passContext?jo.default.this:jo.default.self,w=!(("compile"in t)&&!a||t.schema===!1);o.assign(p,ht._`${v}${(0,_3.callValidateCode)(e,d,x,w)}`,t.modifying)}function y(v){var x;o.if((0,ht.not)((x=t.valid)!==null&&x!==void 0?x:p),v)}}FO.funcKeywordCode=x3;function zO(e){let{gen:t,data:r,it:o}=e;t.if(o.parentData,()=>t.assign(r,ht._`${o.parentData}[${o.parentDataProperty}]`))}function w3(e,t){let{gen:r}=e;r.if(ht._`Array.isArray(${t})`,()=>{r.assign(jo.default.vErrors,ht._`${jo.default.vErrors} === null ? ${t} : ${jo.default.vErrors}.concat(${t})`).assign(jo.default.errors,ht._`${jo.default.vErrors}.length`),(0,v3.extendErrors)(e)},()=>e.error())}function k3({schemaEnv:e},t){if(t.async&&!e.$async)throw Error("async keyword in sync schema")}function LO(e,t,r){if(r===void 0)throw Error(`keyword "${t}" failed to compile`);return e.scopeValue("keyword",typeof r=="function"?{ref:r}:{ref:r,code:(0,ht.stringify)(r)})}function E3(e,t,r=!1){return!t.length||t.some((o)=>o==="array"?Array.isArray(e):o==="object"?e&&typeof e=="object"&&!Array.isArray(e):typeof e==o||r&&typeof e>"u")}FO.validSchemaType=E3;function T3({schema:e,opts:t,self:r,errSchemaPath:o},n,i){if(Array.isArray(n.keyword)?!n.keyword.includes(i):n.keyword!==i)throw Error("ajv implementation error");let s=n.dependencies;if(s===null||s===void 0?void 0:s.some((a)=>!Object.prototype.hasOwnProperty.call(e,a)))throw Error(`parent schema must have dependencies of ${i}: ${s.join(",")}`);if(n.validateSchema){if(!n.validateSchema(e[i])){let c=`keyword "${i}" value is invalid at path "${o}": `+r.errorsText(n.validateSchema.errors);if(t.validateSchema==="log")r.logger.error(c);else throw Error(c)}}}FO.validateKeywordUsage=T3});var WO=k((ZO)=>{Object.defineProperty(ZO,"__esModule",{value:!0});ZO.extendSubschemaMode=ZO.extendSubschemaData=ZO.getSubschema=void 0;var Pr=re(),qO=ue();function $3(e,{keyword:t,schemaProp:r,schema:o,schemaPath:n,errSchemaPath:i,topSchemaRef:s}){if(t!==void 0&&o!==void 0)throw Error('both "keyword" and "schema" passed, only one allowed');if(t!==void 0){let a=e.schema[t];return r===void 0?{schema:a,schemaPath:Pr._`${e.schemaPath}${(0,Pr.getProperty)(t)}`,errSchemaPath:`${e.errSchemaPath}/${t}`}:{schema:a[r],schemaPath:Pr._`${e.schemaPath}${(0,Pr.getProperty)(t)}${(0,Pr.getProperty)(r)}`,errSchemaPath:`${e.errSchemaPath}/${t}/${(0,qO.escapeFragment)(r)}`}}if(o!==void 0){if(n===void 0||i===void 0||s===void 0)throw Error('"schemaPath", "errSchemaPath" and "topSchemaRef" are required with "schema"');return{schema:o,schemaPath:n,topSchemaRef:s,errSchemaPath:i}}throw Error('either "keyword" or "schema" must be passed')}ZO.getSubschema=$3;function A3(e,t,{dataProp:r,dataPropType:o,data:n,dataTypes:i,propertyName:s}){if(n!==void 0&&r!==void 0)throw Error('both "data" and "dataProp" passed, only one allowed');let{gen:a}=t;if(r!==void 0){let{errorPath:u,dataPathArr:d,opts:p}=t,f=a.let("data",Pr._`${t.data}${(0,Pr.getProperty)(r)}`,!0);c(f),e.errorPath=Pr.str`${u}${(0,qO.getErrorPath)(r,o,p.jsPropertySyntax)}`,e.parentDataProperty=Pr._`${r}`,e.dataPathArr=[...d,e.parentDataProperty]}if(n!==void 0){let u=n instanceof Pr.Name?n:a.let("data",n,!0);if(c(u),s!==void 0)e.propertyName=s}if(i)e.dataTypes=i;function c(u){e.data=u,e.dataLevel=t.dataLevel+1,e.dataTypes=[],t.definedProperties=new Set,e.parentData=t.data,e.dataNames=[...t.dataNames,u]}}ZO.extendSubschemaData=A3;function O3(e,{jtdDiscriminator:t,jtdMetadata:r,compositeRule:o,createErrors:n,allErrors:i}){if(o!==void 0)e.compositeRule=o;if(n!==void 0)e.createErrors=n;if(i!==void 0)e.allErrors=i;e.jtdDiscriminator=t,e.jtdMetadata=r}ZO.extendSubschemaMode=O3});var jS=k((gEe,KO)=>{KO.exports=function e(t,r){if(t===r)return!0;if(t&&r&&typeof t=="object"&&typeof r=="object"){if(t.constructor!==r.constructor)return!1;var o,n,i;if(Array.isArray(t)){if(o=t.length,o!=r.length)return!1;for(n=o;n--!==0;)if(!e(t[n],r[n]))return!1;return!0}if(t.constructor===RegExp)return t.source===r.source&&t.flags===r.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===r.valueOf();if(t.toString!==Object.prototype.toString)return t.toString()===r.toString();if(i=Object.keys(t),o=i.length,o!==Object.keys(r).length)return!1;for(n=o;n--!==0;)if(!Object.prototype.hasOwnProperty.call(r,i[n]))return!1;for(n=o;n--!==0;){var s=i[n];if(!e(t[s],r[s]))return!1}return!0}return t!==t&&r!==r}});var JO=k((hEe,GO)=>{var Bn=GO.exports=function(e,t,r){if(typeof t=="function")r=t,t={};r=t.cb||r;var o=typeof r=="function"?r:r.pre||function(){},n=r.post||function(){};Am(t,o,n,e,"",e)};Bn.keywords={additionalItems:!0,items:!0,contains:!0,additionalProperties:!0,propertyNames:!0,not:!0,if:!0,then:!0,else:!0};Bn.arrayKeywords={items:!0,allOf:!0,anyOf:!0,oneOf:!0};Bn.propsKeywords={$defs:!0,definitions:!0,properties:!0,patternProperties:!0,dependencies:!0};Bn.skipKeywords={default:!0,enum:!0,const:!0,required:!0,maximum:!0,minimum:!0,exclusiveMaximum:!0,exclusiveMinimum:!0,multipleOf:!0,maxLength:!0,minLength:!0,pattern:!0,format:!0,maxItems:!0,minItems:!0,uniqueItems:!0,maxProperties:!0,minProperties:!0};function Am(e,t,r,o,n,i,s,a,c,u){if(o&&typeof o=="object"&&!Array.isArray(o)){t(o,n,i,s,a,c,u);for(var d in o){var p=o[d];if(Array.isArray(p)){if(d in Bn.arrayKeywords)for(var f=0;f<p.length;f++)Am(e,t,r,p[f],n+"/"+d+"/"+f,i,n,d,o,f)}else if(d in Bn.propsKeywords){if(p&&typeof p=="object")for(var m in p)Am(e,t,r,p[m],n+"/"+d+"/"+D3(m),i,n,d,o,m)}else if(d in Bn.keywords||e.allKeys&&!(d in Bn.skipKeywords))Am(e,t,r,p,n+"/"+d,i,n,d,o)}r(o,n,i,s,a,c,u)}}function D3(e){return e.replace(/~/g,"~0").replace(/\//g,"~1")}});var Cl=k((eC)=>{Object.defineProperty(eC,"__esModule",{value:!0});eC.getSchemaRefs=eC.resolveUrl=eC.normalizeId=eC._getFullPath=eC.getFullPath=eC.inlineRef=void 0;var N3=ue(),j3=jS(),U3=JO(),z3=new Set(["type","format","pattern","maxLength","minLength","maxProperties","minProperties","maxItems","minItems","maximum","minimum","uniqueItems","multipleOf","required","enum","const"]);function L3(e,t=!0){if(typeof e=="boolean")return!0;if(t===!0)return!US(e);if(!t)return!1;return XO(e)<=t}eC.inlineRef=L3;var F3=new Set(["$ref","$recursiveRef","$recursiveAnchor","$dynamicRef","$dynamicAnchor"]);function US(e){for(let t in e){if(F3.has(t))return!0;let r=e[t];if(Array.isArray(r)&&r.some(US))return!0;if(typeof r=="object"&&US(r))return!0}return!1}function XO(e){let t=0;for(let r in e){if(r==="$ref")return 1/0;if(t++,z3.has(r))continue;if(typeof e[r]=="object")(0,N3.eachItem)(e[r],(o)=>t+=XO(o));if(t===1/0)return 1/0}return t}function YO(e,t="",r){if(r!==!1)t=_s(t);let o=e.parse(t);return QO(e,o)}eC.getFullPath=YO;function QO(e,t){return e.serialize(t).split("#")[0]+"#"}eC._getFullPath=QO;var B3=/#\/?$/;function _s(e){return e?e.replace(B3,""):""}eC.normalizeId=_s;function H3(e,t,r){return r=_s(r),e.resolve(t,r)}eC.resolveUrl=H3;var q3=/^[a-z_][-a-z0-9._]*$/i;function Z3(e,t){if(typeof e=="boolean")return{};let{schemaId:r,uriResolver:o}=this.opts,n=_s(e[r]||t),i={"":n},s=YO(o,n,!1),a={},c=new Set;return U3(e,{allKeys:!0},(p,f,m,g)=>{if(g===void 0)return;let h=s+f,y=i[g];if(typeof p[r]=="string")y=v.call(this,p[r]);x.call(this,p.$anchor),x.call(this,p.$dynamicAnchor),i[f]=y;function v(w){let O=this.opts.uriResolver.resolve;if(w=_s(y?O(y,w):w),c.has(w))throw d(w);c.add(w);let U=this.refs[w];if(typeof U=="string")U=this.refs[U];if(typeof U=="object")u(p,U.schema,w);else if(w!==_s(h))if(w[0]==="#")u(p,a[w],w),a[w]=p;else this.refs[w]=h;return w}function x(w){if(typeof w=="string"){if(!q3.test(w))throw Error(`invalid anchor "${w}"`);v.call(this,`#${w}`)}}}),a;function u(p,f,m){if(f!==void 0&&!j3(p,f))throw d(m)}function d(p){return Error(`reference "${p}" resolves to more than one schema`)}}eC.getSchemaRefs=Z3});var Nl=k((hC)=>{Object.defineProperty(hC,"__esModule",{value:!0});hC.getData=hC.KeywordCxt=hC.validateFunctionCode=void 0;var sC=_O(),rC=Ol(),LS=$S(),Om=Ol(),X3=MO(),Dl=HO(),zS=WO(),q=re(),X=tn(),Y3=Cl(),rn=ue(),Ml=Al();function Q3(e){if(lC(e)){if(uC(e),cC(e)){r5(e);return}}aC(e,()=>(0,sC.topBoolOrEmptySchema)(e))}hC.validateFunctionCode=Q3;function aC({gen:e,validateName:t,schema:r,schemaEnv:o,opts:n},i){if(n.code.es5)e.func(t,q._`${X.default.data}, ${X.default.valCxt}`,o.$async,()=>{e.code(q._`"use strict"; ${nC(r,n)}`),t5(e,n),e.code(i)});else e.func(t,q._`${X.default.data}, ${e5(n)}`,o.$async,()=>e.code(nC(r,n)).code(i))}function e5(e){return q._`{${X.default.instancePath}="", ${X.default.parentData}, ${X.default.parentDataProperty}, ${X.default.rootData}=${X.default.data}${e.dynamicRef?q._`, ${X.default.dynamicAnchors}={}`:q.nil}}={}`}function t5(e,t){e.if(X.default.valCxt,()=>{if(e.var(X.default.instancePath,q._`${X.default.valCxt}.${X.default.instancePath}`),e.var(X.default.parentData,q._`${X.default.valCxt}.${X.default.parentData}`),e.var(X.default.parentDataProperty,q._`${X.default.valCxt}.${X.default.parentDataProperty}`),e.var(X.default.rootData,q._`${X.default.valCxt}.${X.default.rootData}`),t.dynamicRef)e.var(X.default.dynamicAnchors,q._`${X.default.valCxt}.${X.default.dynamicAnchors}`)},()=>{if(e.var(X.default.instancePath,q._`""`),e.var(X.default.parentData,q._`undefined`),e.var(X.default.parentDataProperty,q._`undefined`),e.var(X.default.rootData,X.default.data),t.dynamicRef)e.var(X.default.dynamicAnchors,q._`{}`)})}function r5(e){let{schema:t,opts:r,gen:o}=e;aC(e,()=>{if(r.$comment&&t.$comment)pC(e);if(a5(e),o.let(X.default.vErrors,null),o.let(X.default.errors,0),r.unevaluated)n5(e);dC(e),u5(e)});return}function n5(e){let{gen:t,validateName:r}=e;e.evaluated=t.const("evaluated",q._`${r}.evaluated`),t.if(q._`${e.evaluated}.dynamicProps`,()=>t.assign(q._`${e.evaluated}.props`,q._`undefined`)),t.if(q._`${e.evaluated}.dynamicItems`,()=>t.assign(q._`${e.evaluated}.items`,q._`undefined`))}function nC(e,t){let r=typeof e=="object"&&e[t.schemaId];return r&&(t.code.source||t.code.process)?q._`/*# sourceURL=${r} */`:q.nil}function o5(e,t){if(lC(e)){if(uC(e),cC(e)){i5(e,t);return}}(0,sC.boolOrEmptySchema)(e,t)}function cC({schema:e,self:t}){if(typeof e=="boolean")return!e;for(let r in e)if(t.RULES.all[r])return!0;return!1}function lC(e){return typeof e.schema!="boolean"}function i5(e,t){let{schema:r,gen:o,opts:n}=e;if(n.$comment&&r.$comment)pC(e);c5(e),l5(e);let i=o.const("_errs",X.default.errors);dC(e,i),o.var(t,q._`${i} === ${X.default.errors}`)}function uC(e){(0,rn.checkUnknownRules)(e),s5(e)}function dC(e,t){if(e.opts.jtd)return oC(e,[],!1,t);let r=(0,rC.getSchemaTypes)(e.schema),o=(0,rC.coerceAndCheckDataType)(e,r);oC(e,r,!o,t)}function s5(e){let{schema:t,errSchemaPath:r,opts:o,self:n}=e;if(t.$ref&&o.ignoreKeywordsWithRef&&(0,rn.schemaHasRulesButRef)(t,n.RULES))n.logger.warn(`$ref: keywords ignored in schema at path "${r}"`)}function a5(e){let{schema:t,opts:r}=e;if(t.default!==void 0&&r.useDefaults&&r.strictSchema)(0,rn.checkStrictMode)(e,"default is ignored in the schema root")}function c5(e){let t=e.schema[e.opts.schemaId];if(t)e.baseId=(0,Y3.resolveUrl)(e.opts.uriResolver,e.baseId,t)}function l5(e){if(e.schema.$async&&!e.schemaEnv.$async)throw Error("async schema in sync schema")}function pC({gen:e,schemaEnv:t,schema:r,errSchemaPath:o,opts:n}){let i=r.$comment;if(n.$comment===!0)e.code(q._`${X.default.self}.logger.log(${i})`);else if(typeof n.$comment=="function"){let s=q.str`${o}/$comment`,a=e.scopeValue("root",{ref:t.root});e.code(q._`${X.default.self}.opts.$comment(${i}, ${s}, ${a}.schema)`)}}function u5(e){let{gen:t,schemaEnv:r,validateName:o,ValidationError:n,opts:i}=e;if(r.$async)t.if(q._`${X.default.errors} === 0`,()=>t.return(X.default.data),()=>t.throw(q._`new ${n}(${X.default.vErrors})`));else{if(t.assign(q._`${o}.errors`,X.default.vErrors),i.unevaluated)d5(e);t.return(q._`${X.default.errors} === 0`)}}function d5({gen:e,evaluated:t,props:r,items:o}){if(r instanceof q.Name)e.assign(q._`${t}.props`,r);if(o instanceof q.Name)e.assign(q._`${t}.items`,o)}function oC(e,t,r,o){let{gen:n,schema:i,data:s,allErrors:a,opts:c,self:u}=e,{RULES:d}=u;if(i.$ref&&(c.ignoreKeywordsWithRef||!(0,rn.schemaHasRulesButRef)(i,d))){n.block(()=>mC(e,"$ref",d.all.$ref.definition));return}if(!c.jtd)p5(e,t);n.block(()=>{for(let f of d.rules)p(f);p(d.post)});function p(f){if(!(0,LS.shouldUseGroup)(i,f))return;if(f.type){if(n.if((0,Om.checkDataType)(f.type,s,c.strictNumbers)),iC(e,f),t.length===1&&t[0]===f.type&&r)n.else(),(0,Om.reportTypeError)(e);n.endIf()}else iC(e,f);if(!a)n.if(q._`${X.default.errors} === ${o||0}`)}}function iC(e,t){let{gen:r,schema:o,opts:{useDefaults:n}}=e;if(n)(0,X3.assignDefaults)(e,t.type);r.block(()=>{for(let i of t.rules)if((0,LS.shouldUseRule)(o,i))mC(e,i.keyword,i.definition,t.type)})}function p5(e,t){if(e.schemaEnv.meta||!e.opts.strictTypes)return;if(f5(e,t),!e.opts.allowUnionTypes)m5(e,t);g5(e,e.dataTypes)}function f5(e,t){if(!t.length)return;if(!e.dataTypes.length){e.dataTypes=t;return}t.forEach((r)=>{if(!fC(e.dataTypes,r))FS(e,`type "${r}" not allowed by context "${e.dataTypes.join(",")}"`)}),y5(e,t)}function m5(e,t){if(t.length>1&&!(t.length===2&&t.includes("null")))FS(e,"use allowUnionTypes to allow union type keyword")}function g5(e,t){let r=e.self.RULES.all;for(let o in r){let n=r[o];if(typeof n=="object"&&(0,LS.shouldUseRule)(e.schema,n)){let{type:i}=n.definition;if(i.length&&!i.some((s)=>h5(t,s)))FS(e,`missing type "${i.join(",")}" for keyword "${o}"`)}}}function h5(e,t){return e.includes(t)||t==="number"&&e.includes("integer")}function fC(e,t){return e.includes(t)||t==="integer"&&e.includes("number")}function y5(e,t){let r=[];for(let o of e.dataTypes)if(fC(t,o))r.push(o);else if(t.includes("integer")&&o==="number")r.push("integer");e.dataTypes=r}function FS(e,t){let r=e.schemaEnv.baseId+e.errSchemaPath;t+=` at "${r}" (strictTypes)`,(0,rn.checkStrictMode)(e,t,e.opts.strictTypes)}class BS{constructor(e,t,r){if((0,Dl.validateKeywordUsage)(e,t,r),this.gen=e.gen,this.allErrors=e.allErrors,this.keyword=r,this.data=e.data,this.schema=e.schema[r],this.$data=t.$data&&e.opts.$data&&this.schema&&this.schema.$data,this.schemaValue=(0,rn.schemaRefOrVal)(e,this.schema,r,this.$data),this.schemaType=t.schemaType,this.parentSchema=e.schema,this.params={},this.it=e,this.def=t,this.$data)this.schemaCode=e.gen.const("vSchema",gC(this.$data,e));else if(this.schemaCode=this.schemaValue,!(0,Dl.validSchemaType)(this.schema,t.schemaType,t.allowUndefined))throw Error(`${r} value must be ${JSON.stringify(t.schemaType)}`);if("code"in t?t.trackErrors:t.errors!==!1)this.errsCount=e.gen.const("_errs",X.default.errors)}result(e,t,r){this.failResult((0,q.not)(e),t,r)}failResult(e,t,r){if(this.gen.if(e),r)r();else this.error();if(t){if(this.gen.else(),t(),this.allErrors)this.gen.endIf()}else if(this.allErrors)this.gen.endIf();else this.gen.else()}pass(e,t){this.failResult((0,q.not)(e),void 0,t)}fail(e){if(e===void 0){if(this.error(),!this.allErrors)this.gen.if(!1);return}if(this.gen.if(e),this.error(),this.allErrors)this.gen.endIf();else this.gen.else()}fail$data(e){if(!this.$data)return this.fail(e);let{schemaCode:t}=this;this.fail(q._`${t} !== undefined && (${(0,q.or)(this.invalid$data(),e)})`)}error(e,t,r){if(t){this.setParams(t),this._error(e,r),this.setParams({});return}this._error(e,r)}_error(e,t){(e?Ml.reportExtraError:Ml.reportError)(this,this.def.error,t)}$dataError(){(0,Ml.reportError)(this,this.def.$dataError||Ml.keyword$DataError)}reset(){if(this.errsCount===void 0)throw Error('add "trackErrors" to keyword definition');(0,Ml.resetErrorsCount)(this.gen,this.errsCount)}ok(e){if(!this.allErrors)this.gen.if(e)}setParams(e,t){if(t)Object.assign(this.params,e);else this.params=e}block$data(e,t,r=q.nil){this.gen.block(()=>{this.check$data(e,r),t()})}check$data(e=q.nil,t=q.nil){if(!this.$data)return;let{gen:r,schemaCode:o,schemaType:n,def:i}=this;if(r.if((0,q.or)(q._`${o} === undefined`,t)),e!==q.nil)r.assign(e,!0);if(n.length||i.validateSchema){if(r.elseIf(this.invalid$data()),this.$dataError(),e!==q.nil)r.assign(e,!1)}r.else()}invalid$data(){let{gen:e,schemaCode:t,schemaType:r,def:o,it:n}=this;return(0,q.or)(i(),s());function i(){if(r.length){if(!(t instanceof q.Name))throw Error("ajv implementation error");let a=Array.isArray(r)?r:[r];return q._`${(0,Om.checkDataTypes)(a,t,n.opts.strictNumbers,Om.DataType.Wrong)}`}return q.nil}function s(){if(o.validateSchema){let a=e.scopeValue("validate$data",{ref:o.validateSchema});return q._`!${a}(${t})`}return q.nil}}subschema(e,t){let r=(0,zS.getSubschema)(this.it,e);(0,zS.extendSubschemaData)(r,this.it,e),(0,zS.extendSubschemaMode)(r,e);let o={...this.it,...r,items:void 0,props:void 0};return o5(o,t),o}mergeEvaluated(e,t){let{it:r,gen:o}=this;if(!r.opts.unevaluated)return;if(r.props!==!0&&e.props!==void 0)r.props=rn.mergeEvaluated.props(o,e.props,r.props,t);if(r.items!==!0&&e.items!==void 0)r.items=rn.mergeEvaluated.items(o,e.items,r.items,t)}mergeValidEvaluated(e,t){let{it:r,gen:o}=this;if(r.opts.unevaluated&&(r.props!==!0||r.items!==!0))return o.if(t,()=>this.mergeEvaluated(e,q.Name)),!0}}hC.KeywordCxt=BS;function mC(e,t,r,o){let n=new BS(e,r,t);if("code"in r)r.code(n,o);else if(n.$data&&r.validate)(0,Dl.funcKeywordCode)(n,r);else if("macro"in r)(0,Dl.macroKeywordCode)(n,r);else if(r.compile||r.validate)(0,Dl.funcKeywordCode)(n,r)}var b5=/^\/(?:[^~]|~0|~1)*$/,_5=/^([0-9]+)(#|\/(?:[^~]|~0|~1)*)?$/;function gC(e,{dataLevel:t,dataNames:r,dataPathArr:o}){let n,i;if(e==="")return X.default.rootData;if(e[0]==="/"){if(!b5.test(e))throw Error(`Invalid JSON-pointer: ${e}`);n=e,i=X.default.rootData}else{let u=_5.exec(e);if(!u)throw Error(`Invalid JSON-pointer: ${e}`);let d=+u[1];if(n=u[2],n==="#"){if(d>=t)throw Error(c("property/index",d));return o[t-d]}if(d>t)throw Error(c("data",d));if(i=r[t-d],!n)return i}let s=i,a=n.split("/");for(let u of a)if(u)i=q._`${i}${(0,q.getProperty)((0,rn.unescapeJsonPointer)(u))}`,s=q._`${s} && ${i}`;return s;function c(u,d){return`Cannot access ${u} ${d} levels up, current level is ${t}`}}hC.getData=gC});var Cm=k((_C)=>{Object.defineProperty(_C,"__esModule",{value:!0});class bC extends Error{constructor(e){super("validation failed");this.errors=e,this.ajv=this.validation=!0}}_C.default=bC});var jl=k((SC)=>{Object.defineProperty(SC,"__esModule",{value:!0});var HS=Cl();class vC extends Error{constructor(e,t,r,o){super(o||`can't resolve reference ${r} from id ${t}`);this.missingRef=(0,HS.resolveUrl)(e,t,r),this.missingSchema=(0,HS.normalizeId)((0,HS.getFullPath)(e,this.missingRef))}}SC.default=vC});var Dm=k((kC)=>{Object.defineProperty(kC,"__esModule",{value:!0});kC.resolveSchema=kC.getCompilingSchema=kC.resolveRef=kC.compileSchema=kC.SchemaEnv=void 0;var gr=re(),k5=Cm(),Uo=tn(),hr=Cl(),xC=ue(),E5=Nl();class Ul{constructor(e){var t;this.refs={},this.dynamicAnchors={};let r;if(typeof e.schema=="object")r=e.schema;this.schema=e.schema,this.schemaId=e.schemaId,this.root=e.root||this,this.baseId=(t=e.baseId)!==null&&t!==void 0?t:(0,hr.normalizeId)(r===null||r===void 0?void 0:r[e.schemaId||"$id"]),this.schemaPath=e.schemaPath,this.localRefs=e.localRefs,this.meta=e.meta,this.$async=r===null||r===void 0?void 0:r.$async,this.refs={}}}kC.SchemaEnv=Ul;function ZS(e){let t=wC.call(this,e);if(t)return t;let r=(0,hr.getFullPath)(this.opts.uriResolver,e.root.baseId),{es5:o,lines:n}=this.opts.code,{ownProperties:i}=this.opts,s=new gr.CodeGen(this.scope,{es5:o,lines:n,ownProperties:i}),a;if(e.$async)a=s.scopeValue("Error",{ref:k5.default,code:gr._`require("ajv/dist/runtime/validation_error").default`});let c=s.scopeName("validate");e.validateName=c;let u={gen:s,allErrors:this.opts.allErrors,data:Uo.default.data,parentData:Uo.default.parentData,parentDataProperty:Uo.default.parentDataProperty,dataNames:[Uo.default.data],dataPathArr:[gr.nil],dataLevel:0,dataTypes:[],definedProperties:new Set,topSchemaRef:s.scopeValue("schema",this.opts.code.source===!0?{ref:e.schema,code:(0,gr.stringify)(e.schema)}:{ref:e.schema}),validateName:c,ValidationError:a,schema:e.schema,schemaEnv:e,rootId:r,baseId:e.baseId||r,schemaPath:gr.nil,errSchemaPath:e.schemaPath||(this.opts.jtd?"":"#"),errorPath:gr._`""`,opts:this.opts,self:this},d;try{this._compilations.add(e),(0,E5.validateFunctionCode)(u),s.optimize(this.opts.code.optimize);let p=s.toString();if(d=`${s.scopeRefs(Uo.default.scope)}return ${p}`,this.opts.code.process)d=this.opts.code.process(d,e);let m=Function(`${Uo.default.self}`,`${Uo.default.scope}`,d)(this,this.scope.get());if(this.scope.value(c,{ref:m}),m.errors=null,m.schema=e.schema,m.schemaEnv=e,e.$async)m.$async=!0;if(this.opts.code.source===!0)m.source={validateName:c,validateCode:p,scopeValues:s._values};if(this.opts.unevaluated){let{props:g,items:h}=u;if(m.evaluated={props:g instanceof gr.Name?void 0:g,items:h instanceof gr.Name?void 0:h,dynamicProps:g instanceof gr.Name,dynamicItems:h instanceof gr.Name},m.source)m.source.evaluated=(0,gr.stringify)(m.evaluated)}return e.validate=m,e}catch(p){if(delete e.validate,delete e.validateName,d)this.logger.error("Error compiling schema, function code:",d);throw p}finally{this._compilations.delete(e)}}kC.compileSchema=ZS;function T5(e,t,r){var o;r=(0,hr.resolveUrl)(this.opts.uriResolver,t,r);let n=e.refs[r];if(n)return n;let i=R5.call(this,e,r);if(i===void 0){let s=(o=e.localRefs)===null||o===void 0?void 0:o[r],{schemaId:a}=this.opts;if(s)i=new Ul({schema:s,schemaId:a,root:e,baseId:t})}if(i===void 0)return;return e.refs[r]=P5.call(this,i)}kC.resolveRef=T5;function P5(e){if((0,hr.inlineRef)(e.schema,this.opts.inlineRefs))return e.schema;return e.validate?e:ZS.call(this,e)}function wC(e){for(let t of this._compilations)if(I5(t,e))return t}kC.getCompilingSchema=wC;function I5(e,t){return e.schema===t.schema&&e.root===t.root&&e.baseId===t.baseId}function R5(e,t){let r;while(typeof(r=this.refs[t])=="string")t=r;return r||this.schemas[t]||Mm.call(this,e,t)}function Mm(e,t){let r=this.opts.uriResolver.parse(t),o=(0,hr._getFullPath)(this.opts.uriResolver,r),n=(0,hr.getFullPath)(this.opts.uriResolver,e.baseId,void 0);if(Object.keys(e.schema).length>0&&o===n)return qS.call(this,r,e);let i=(0,hr.normalizeId)(o),s=this.refs[i]||this.schemas[i];if(typeof s=="string"){let a=Mm.call(this,e,s);if(typeof(a===null||a===void 0?void 0:a.schema)!=="object")return;return qS.call(this,r,a)}if(typeof(s===null||s===void 0?void 0:s.schema)!=="object")return;if(!s.validate)ZS.call(this,s);if(i===(0,hr.normalizeId)(t)){let{schema:a}=s,{schemaId:c}=this.opts,u=a[c];if(u)n=(0,hr.resolveUrl)(this.opts.uriResolver,n,u);return new Ul({schema:a,schemaId:c,root:e,baseId:n})}return qS.call(this,r,s)}kC.resolveSchema=Mm;var $5=new Set(["properties","patternProperties","enum","dependencies","definitions"]);function qS(e,{baseId:t,schema:r,root:o}){var n;if(((n=e.fragment)===null||n===void 0?void 0:n[0])!=="/")return;for(let a of e.fragment.slice(1).split("/")){if(typeof r==="boolean")return;let c=r[(0,xC.unescapeFragment)(a)];if(c===void 0)return;r=c;let u=typeof r==="object"&&r[this.opts.schemaId];if(!$5.has(a)&&u)t=(0,hr.resolveUrl)(this.opts.uriResolver,t,u)}let i;if(typeof r!="boolean"&&r.$ref&&!(0,xC.schemaHasRulesButRef)(r,this.RULES)){let a=(0,hr.resolveUrl)(this.opts.uriResolver,t,r.$ref);i=Mm.call(this,o,a)}let{schemaId:s}=this.opts;if(i=i||new Ul({schema:r,schemaId:s,root:o,baseId:t}),i.schema!==i.root.schema)return i;return}});var TC=k((xEe,D5)=>{D5.exports={$id:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#",description:"Meta-schema for $data reference (JSON AnySchema extension proposal)",type:"object",required:["$data"],properties:{$data:{type:"string",anyOf:[{format:"relative-json-pointer"},{format:"json-pointer"}]}},additionalProperties:!1}});var KS=k((wEe,OC)=>{var N5=RegExp.prototype.test.bind(/^[\da-f]{8}-[\da-f]{4}-[\da-f]{4}-[\da-f]{4}-[\da-f]{12}$/iu),IC=RegExp.prototype.test.bind(/^(?:(?:25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)\.){3}(?:25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)$/u),VS=RegExp.prototype.test.bind(/^[\da-f]{2}$/iu),RC=RegExp.prototype.test.bind(/^[\da-z\-._~]$/iu),j5=RegExp.prototype.test.bind(/^[\da-z\-._~!$&'()*+,;=:@/]$/iu);function WS(e){let t="",r=0,o=0;for(o=0;o<e.length;o++){if(r=e[o].charCodeAt(0),r===48)continue;if(!(r>=48&&r<=57||r>=65&&r<=70||r>=97&&r<=102))return"";t+=e[o];break}for(o+=1;o<e.length;o++){if(r=e[o].charCodeAt(0),!(r>=48&&r<=57||r>=65&&r<=70||r>=97&&r<=102))return"";t+=e[o]}return t}var U5=RegExp.prototype.test.bind(/[^!"$&'()*+,\-.;=_`a-z{}~]/u);function PC(e){return e.length=0,!0}function z5(e,t,r){if(e.length){let o=WS(e);if(o!=="")t.push(o);else return r.error=!0,!1;e.length=0}return!0}function L5(e){let t=0,r={error:!1,address:"",zone:""},o=[],n=[],i=!1,s=!1,a=z5;for(let c=0;c<e.length;c++){let u=e[c];if(u==="["||u==="]")continue;if(u===":"){if(i===!0)s=!0;if(!a(n,o,r))break;if(++t>7){r.error=!0;break}if(c>0&&e[c-1]===":")i=!0;o.push(":");continue}else if(u==="%"){if(!a(n,o,r))break;a=PC}else{n.push(u);continue}}if(n.length)if(a===PC)r.zone=n.join("");else if(s)o.push(n.join(""));else o.push(WS(n));return r.address=o.join(""),r}function $C(e){if(F5(e,":")<2)return{host:e,isIPV6:!1};let t=L5(e);if(!t.error){let{address:r,address:o}=t;if(t.zone)r+="%"+t.zone,o+="%25"+t.zone;return{host:r,isIPV6:!0,escapedHost:o}}else return{host:e,isIPV6:!1}}function F5(e,t){let r=0;for(let o=0;o<e.length;o++)if(e[o]===t)r++;return r}function B5(e){let t=e,r=[],o=-1,n=0;while(n=t.length){if(n===1)if(t===".")break;else if(t==="/"){r.push("/");break}else{r.push(t);break}else if(n===2){if(t[0]==="."){if(t[1]===".")break;else if(t[1]==="/"){t=t.slice(2);continue}}else if(t[0]==="/"){if(t[1]==="."||t[1]==="/"){r.push("/");break}}}else if(n===3){if(t==="/.."){if(r.length!==0)r.pop();r.push("/");break}}if(t[0]==="."){if(t[1]==="."){if(t[2]==="/"){t=t.slice(3);continue}}else if(t[1]==="/"){t=t.slice(2);continue}}else if(t[0]==="/"){if(t[1]==="."){if(t[2]==="/"){t=t.slice(2);continue}else if(t[2]==="."){if(t[3]==="/"){if(t=t.slice(3),r.length!==0)r.pop();continue}}}}if((o=t.indexOf("/",1))===-1){r.push(t);break}else r.push(t.slice(0,o)),t=t.slice(o)}return r.join("")}var H5={"@":"%40","/":"%2F","?":"%3F","#":"%23",":":"%3A"},q5=/[@/?#:]/g,Z5=/[@/?#]/g;function AC(e,t){let r=t?Z5:q5;return r.lastIndex=0,e.replace(r,(o)=>H5[o])}function V5(e,t=!1){if(e.indexOf("%")===-1)return e;let r="";for(let o=0;o<e.length;o++){if(e[o]==="%"&&o+2<e.length){let n=e.slice(o+1,o+3);if(VS(n)){let i=n.toUpperCase(),s=String.fromCharCode(parseInt(i,16));if(t&&RC(s))r+=s;else r+="%"+i;o+=2;continue}}r+=e[o]}return r}function W5(e){let t="";for(let r=0;r<e.length;r++){if(e[r]==="%"&&r+2<e.length){let o=e.slice(r+1,r+3);if(VS(o)){let n=o.toUpperCase(),i=String.fromCharCode(parseInt(n,16));if(i!=="."&&RC(i))t+=i;else t+="%"+n;r+=2;continue}}if(j5(e[r]))t+=e[r];else t+=escape(e[r])}return t}function K5(e){let t="";for(let r=0;r<e.length;r++){if(e[r]==="%"&&r+2<e.length){let o=e.slice(r+1,r+3);if(VS(o)){t+="%"+o.toUpperCase(),r+=2;continue}}t+=escape(e[r])}return t}function G5(e){let t=[];if(e.userinfo!==void 0)t.push(e.userinfo),t.push("@");if(e.host!==void 0){let r=unescape(e.host);if(!IC(r)){let o=$C(r);if(o.isIPV6===!0)r=`[${o.escapedHost}]`;else r=AC(r,!1)}t.push(r)}if(typeof e.port==="number"||typeof e.port==="string")t.push(":"),t.push(String(e.port));return t.length?t.join(""):void 0}OC.exports={nonSimpleDomain:U5,recomposeAuthority:G5,reescapeHostDelimiters:AC,normalizePercentEncoding:V5,normalizePathEncoding:W5,escapePreservingEscapes:K5,removeDotSegments:B5,isIPv4:IC,isUUID:N5,normalizeIPv6:$C,stringArrayToHexStripped:WS}});var jC=k((kEe,NC)=>{var{isUUID:J5}=KS(),X5=/([\da-z][\d\-a-z]{0,31}):((?:[\w!$'()*+,\-.:;=@]|%[\da-f]{2})+)/iu,Y5=["http","https","ws","wss","urn","urn:uuid"];function Q5(e){return Y5.indexOf(e)!==-1}function GS(e){if(e.secure===!0)return!0;else if(e.secure===!1)return!1;else if(e.scheme)return e.scheme.length===3&&(e.scheme[0]==="w"||e.scheme[0]==="W")&&(e.scheme[1]==="s"||e.scheme[1]==="S")&&(e.scheme[2]==="s"||e.scheme[2]==="S");else return!1}function CC(e){if(!e.host)e.error=e.error||"HTTP URIs must have a host.";return e}function MC(e){let t=String(e.scheme).toLowerCase()==="https";if(e.port===(t?443:80)||e.port==="")e.port=void 0;if(!e.path)e.path="/";return e}function e8(e){return e.secure=GS(e),e.resourceName=(e.path||"/")+(e.query?"?"+e.query:""),e.path=void 0,e.query=void 0,e}function t8(e){if(e.port===(GS(e)?443:80)||e.port==="")e.port=void 0;if(typeof e.secure==="boolean")e.scheme=e.secure?"wss":"ws",e.secure=void 0;if(e.resourceName){let[t,r]=e.resourceName.split("?");e.path=t&&t!=="/"?t:void 0,e.query=r,e.resourceName=void 0}return e.fragment=void 0,e}function r8(e,t){if(!e.path)return e.error="URN can not be parsed",e;let r=e.path.match(X5);if(r){let o=t.scheme||e.scheme||"urn";e.nid=r[1].toLowerCase(),e.nss=r[2];let n=`${o}:${t.nid||e.nid}`,i=JS(n);if(e.path=void 0,i)e=i.parse(e,t)}else e.error=e.error||"URN can not be parsed.";return e}function n8(e,t){if(e.nid===void 0)throw Error("URN without nid cannot be serialized");let r=t.scheme||e.scheme||"urn",o=e.nid.toLowerCase(),n=`${r}:${t.nid||o}`,i=JS(n);if(i)e=i.serialize(e,t);let s=e,a=e.nss;return s.path=`${o||t.nid}:${a}`,t.skipEscape=!0,s}function o8(e,t){let r=e;if(r.uuid=r.nss,r.nss=void 0,!t.tolerant&&(!r.uuid||!J5(r.uuid)))r.error=r.error||"UUID is not valid.";return r}function i8(e){let t=e;return t.nss=(e.uuid||"").toLowerCase(),t}var DC={scheme:"http",domainHost:!0,parse:CC,serialize:MC},s8={scheme:"https",domainHost:DC.domainHost,parse:CC,serialize:MC},Nm={scheme:"ws",domainHost:!0,parse:e8,serialize:t8},a8={scheme:"wss",domainHost:Nm.domainHost,parse:Nm.parse,serialize:Nm.serialize},c8={scheme:"urn",parse:r8,serialize:n8,skipNormalize:!0},l8={scheme:"urn:uuid",parse:o8,serialize:i8,skipNormalize:!0},jm={http:DC,https:s8,ws:Nm,wss:a8,urn:c8,"urn:uuid":l8};Object.setPrototypeOf(jm,null);function JS(e){return e&&(jm[e]||jm[e.toLowerCase()])||void 0}NC.exports={wsIsSecure:GS,SCHEMES:jm,isValidSchemeName:Q5,getSchemeHandler:JS}});var HC=k((EEe,Um)=>{var{normalizeIPv6:u8,removeDotSegments:zl,recomposeAuthority:d8,normalizePercentEncoding:p8,normalizePathEncoding:f8,escapePreservingEscapes:m8,reescapeHostDelimiters:g8,isIPv4:h8,nonSimpleDomain:y8}=KS(),{SCHEMES:b8,getSchemeHandler:zC}=jC();function _8(e,t){if(typeof e==="string")e=k8(e,t);else if(typeof e==="object")e=vs(zo(e,t),t);return e}function v8(e,t,r){let o=r?Object.assign({scheme:"null"},r):{scheme:"null"},n=LC(vs(e,o),vs(t,o),o,!0);return o.skipEscape=!0,zo(n,o)}function LC(e,t,r,o){let n={};if(!o)e=vs(zo(e,r),r),t=vs(zo(t,r),r);if(r=r||{},!r.tolerant&&t.scheme)n.scheme=t.scheme,n.userinfo=t.userinfo,n.host=t.host,n.port=t.port,n.path=zl(t.path||""),n.query=t.query;else{if(t.userinfo!==void 0||t.host!==void 0||t.port!==void 0)n.userinfo=t.userinfo,n.host=t.host,n.port=t.port,n.path=zl(t.path||""),n.query=t.query;else{if(!t.path)if(n.path=e.path,t.query!==void 0)n.query=t.query;else n.query=e.query;else{if(t.path[0]==="/")n.path=zl(t.path);else{if((e.userinfo!==void 0||e.host!==void 0||e.port!==void 0)&&!e.path)n.path="/"+t.path;else if(!e.path)n.path=t.path;else n.path=e.path.slice(0,e.path.lastIndexOf("/")+1)+t.path;n.path=zl(n.path)}n.query=t.query}n.userinfo=e.userinfo,n.host=e.host,n.port=e.port}n.scheme=e.scheme}return n.fragment=t.fragment,n}function S8(e,t,r){let o=UC(e,r),n=UC(t,r);return o!==void 0&&n!==void 0&&o.toLowerCase()===n.toLowerCase()}function zo(e,t){let r={host:e.host,scheme:e.scheme,userinfo:e.userinfo,port:e.port,path:e.path,query:e.query,nid:e.nid,nss:e.nss,uuid:e.uuid,fragment:e.fragment,reference:e.reference,resourceName:e.resourceName,secure:e.secure,error:""},o=Object.assign({},t),n=[],i=zC(o.scheme||r.scheme);if(i&&i.serialize)i.serialize(r,o);if(r.path!==void 0)if(!o.skipEscape){if(r.path=m8(r.path),r.scheme!==void 0)r.path=r.path.split("%3A").join(":")}else r.path=p8(r.path);if(o.reference!=="suffix"&&r.scheme)n.push(r.scheme,":");let s=d8(r);if(s!==void 0){if(o.reference!=="suffix")n.push("//");if(n.push(s),r.path&&r.path[0]!=="/")n.push("/")}if(r.path!==void 0){let a=r.path;if(!o.absolutePath&&(!i||!i.absolutePath))a=zl(a);if(s===void 0&&a[0]==="/"&&a[1]==="/")a="/%2F"+a.slice(2);n.push(a)}if(r.query!==void 0)n.push("?",r.query);if(r.fragment!==void 0)n.push("#",r.fragment);return n.join("")}var x8=/^(?:([^#/:?]+):)?(?:\/\/((?:([^#/?@]*)@)?(\[[^#/?\]]+\]|[^#/:?]*)(?::(\d*))?))?([^#?]*)(?:\?([^#]*))?(?:#((?:.|[\n\r])*))?/u;function w8(e,t){if(t[2]!==void 0&&e.path&&e.path[0]!=="/")return'URI path must start with "/" when authority is present.';if(typeof e.port==="number"&&(e.port<0||e.port>65535))return"URI port is malformed.";return}function FC(e,t){let r=Object.assign({},t),o={scheme:void 0,userinfo:void 0,host:"",port:void 0,path:"",query:void 0,fragment:void 0},n=!1,i=!1;if(r.reference==="suffix")if(r.scheme)e=r.scheme+":"+e;else e="//"+e;let s=e.match(x8);if(s){if(o.scheme=s[1],o.userinfo=s[3],o.host=s[4],o.port=parseInt(s[5],10),o.path=s[6]||"",o.query=s[7],o.fragment=s[8],isNaN(o.port))o.port=s[5];let a=w8(o,s);if(a!==void 0)o.error=o.error||a,n=!0;if(o.host)if(h8(o.host)===!1){let d=u8(o.host);o.host=d.host.toLowerCase(),i=d.isIPV6}else i=!0;if(o.scheme===void 0&&o.userinfo===void 0&&o.host===void 0&&o.port===void 0&&o.query===void 0&&!o.path)o.reference="same-document";else if(o.scheme===void 0)o.reference="relative";else if(o.fragment===void 0)o.reference="absolute";else o.reference="uri";if(r.reference&&r.reference!=="suffix"&&r.reference!==o.reference)o.error=o.error||"URI is not a "+r.reference+" reference.";let c=zC(r.scheme||o.scheme);if(!r.unicodeSupport&&(!c||!c.unicodeSupport)){if(o.host&&(r.domainHost||c&&c.domainHost)&&i===!1&&y8(o.host))try{o.host=URL.domainToASCII(o.host.toLowerCase())}catch(u){o.error=o.error||"Host's domain name can not be converted to ASCII: "+u}}if(!c||c&&!c.skipNormalize){if(e.indexOf("%")!==-1){if(o.scheme!==void 0)o.scheme=unescape(o.scheme);if(o.host!==void 0)o.host=g8(unescape(o.host),i)}if(o.path)o.path=f8(o.path);if(o.fragment)try{o.fragment=encodeURI(decodeURIComponent(o.fragment))}catch{o.error=o.error||"URI malformed"}}if(c&&c.parse)c.parse(o,r)}else o.error=o.error||"URI can not be parsed.";return{parsed:o,malformedAuthorityOrPort:n}}function vs(e,t){return FC(e,t).parsed}function k8(e,t){return BC(e,t).normalized}function BC(e,t){let{parsed:r,malformedAuthorityOrPort:o}=FC(e,t);return{normalized:o?e:zo(r,t),malformedAuthorityOrPort:o}}function UC(e,t){if(typeof e==="string"){let{normalized:r,malformedAuthorityOrPort:o}=BC(e,t);return o?void 0:r}if(typeof e==="object")return zo(e,t)}var XS={SCHEMES:b8,normalize:_8,resolve:v8,resolveComponent:LC,equal:S8,serialize:zo,parse:vs};Um.exports=XS;Um.exports.default=XS;Um.exports.fastUri=XS});var VC=k((ZC)=>{Object.defineProperty(ZC,"__esModule",{value:!0});var qC=HC();qC.code='require("ajv/dist/runtime/uri").default';ZC.default=qC});var eM=k((nn)=>{Object.defineProperty(nn,"__esModule",{value:!0});nn.CodeGen=nn.Name=nn.nil=nn.stringify=nn.str=nn._=nn.KeywordCxt=void 0;var T8=Nl();Object.defineProperty(nn,"KeywordCxt",{enumerable:!0,get:function(){return T8.KeywordCxt}});var Ss=re();Object.defineProperty(nn,"_",{enumerable:!0,get:function(){return Ss._}});Object.defineProperty(nn,"str",{enumerable:!0,get:function(){return Ss.str}});Object.defineProperty(nn,"stringify",{enumerable:!0,get:function(){return Ss.stringify}});Object.defineProperty(nn,"nil",{enumerable:!0,get:function(){return Ss.nil}});Object.defineProperty(nn,"Name",{enumerable:!0,get:function(){return Ss.Name}});Object.defineProperty(nn,"CodeGen",{enumerable:!0,get:function(){return Ss.CodeGen}});var P8=Cm(),XC=jl(),I8=RS(),Ll=Dm(),R8=re(),Fl=Cl(),zm=Ol(),QS=ue(),WC=TC(),$8=VC(),YC=(e,t)=>new RegExp(e,t);YC.code="new RegExp";var A8=["removeAdditional","useDefaults","coerceTypes"],O8=new Set(["validate","serialize","parse","wrapper","root","schema","keyword","pattern","formats","validate$data","func","obj","Error"]),C8={errorDataPath:"",format:"`validateFormats: false` can be used instead.",nullable:'"nullable" keyword is supported by default.',jsonPointers:"Deprecated jsPropertySyntax can be used instead.",extendRefs:"Deprecated ignoreKeywordsWithRef can be used instead.",missingRefs:"Pass empty schema with $id that should be ignored to ajv.addSchema.",processCode:"Use option `code: {process: (code, schemaEnv: object) => string}`",sourceCode:"Use option `code: {source: true}`",strictDefaults:"It is default now, see option `strict`.",strictKeywords:"It is default now, see option `strict`.",uniqueItems:'"uniqueItems" keyword is always validated.',unknownFormats:"Disable strict mode or pass `true` to `ajv.addFormat` (or `formats` option).",cache:"Map is used as cache, schema object as key.",serialize:"Map is used as cache, schema object as key.",ajvErrors:"It is default now."},M8={ignoreKeywordsWithRef:"",jsPropertySyntax:"",unicode:'"minLength"/"maxLength" account for unicode characters by default.'},KC=200;function D8(e){var t,r,o,n,i,s,a,c,u,d,p,f,m,g,h,y,v,x,w,O,U,se,Le,Ye,Lt;let yt=e.strict,Qn=(t=e.code)===null||t===void 0?void 0:t.optimize,Go=Qn===!0||Qn===void 0?1:Qn||0,Rr=(o=(r=e.code)===null||r===void 0?void 0:r.regExp)!==null&&o!==void 0?o:YC,Ns=(n=e.uriResolver)!==null&&n!==void 0?n:$8.default;return{strictSchema:(s=(i=e.strictSchema)!==null&&i!==void 0?i:yt)!==null&&s!==void 0?s:!0,strictNumbers:(c=(a=e.strictNumbers)!==null&&a!==void 0?a:yt)!==null&&c!==void 0?c:!0,strictTypes:(d=(u=e.strictTypes)!==null&&u!==void 0?u:yt)!==null&&d!==void 0?d:"log",strictTuples:(f=(p=e.strictTuples)!==null&&p!==void 0?p:yt)!==null&&f!==void 0?f:"log",strictRequired:(g=(m=e.strictRequired)!==null&&m!==void 0?m:yt)!==null&&g!==void 0?g:!1,code:e.code?{...e.code,optimize:Go,regExp:Rr}:{optimize:Go,regExp:Rr},loopRequired:(h=e.loopRequired)!==null&&h!==void 0?h:KC,loopEnum:(y=e.loopEnum)!==null&&y!==void 0?y:KC,meta:(v=e.meta)!==null&&v!==void 0?v:!0,messages:(x=e.messages)!==null&&x!==void 0?x:!0,inlineRefs:(w=e.inlineRefs)!==null&&w!==void 0?w:!0,schemaId:(O=e.schemaId)!==null&&O!==void 0?O:"$id",addUsedSchema:(U=e.addUsedSchema)!==null&&U!==void 0?U:!0,validateSchema:(se=e.validateSchema)!==null&&se!==void 0?se:!0,validateFormats:(Le=e.validateFormats)!==null&&Le!==void 0?Le:!0,unicodeRegExp:(Ye=e.unicodeRegExp)!==null&&Ye!==void 0?Ye:!0,int32range:(Lt=e.int32range)!==null&&Lt!==void 0?Lt:!0,uriResolver:Ns}}class Lm{constructor(e={}){this.schemas={},this.refs={},this.formats={},this._compilations=new Set,this._loading={},this._cache=new Map,e=this.opts={...e,...D8(e)};let{es5:t,lines:r}=this.opts.code;this.scope=new R8.ValueScope({scope:{},prefixes:O8,es5:t,lines:r}),this.logger=F8(e.logger);let o=e.validateFormats;if(e.validateFormats=!1,this.RULES=(0,I8.getRules)(),GC.call(this,C8,e,"NOT SUPPORTED"),GC.call(this,M8,e,"DEPRECATED","warn"),this._metaOpts=z8.call(this),e.formats)j8.call(this);if(this._addVocabularies(),this._addDefaultMetaSchema(),e.keywords)U8.call(this,e.keywords);if(typeof e.meta=="object")this.addMetaSchema(e.meta);N8.call(this),e.validateFormats=o}_addVocabularies(){this.addKeyword("$async")}_addDefaultMetaSchema(){let{$data:e,meta:t,schemaId:r}=this.opts,o=WC;if(r==="id")o={...WC},o.id=o.$id,delete o.$id;if(t&&e)this.addMetaSchema(o,o[r],!1)}defaultMeta(){let{meta:e,schemaId:t}=this.opts;return this.opts.defaultMeta=typeof e=="object"?e[t]||e:void 0}validate(e,t){let r;if(typeof e=="string"){if(r=this.getSchema(e),!r)throw Error(`no schema with key or ref "${e}"`)}else r=this.compile(e);let o=r(t);if(!("$async"in r))this.errors=r.errors;return o}compile(e,t){let r=this._addSchema(e,t);return r.validate||this._compileSchemaEnv(r)}compileAsync(e,t){if(typeof this.opts.loadSchema!="function")throw Error("options.loadSchema should be a function");let{loadSchema:r}=this.opts;return o.call(this,e,t);async function o(u,d){await n.call(this,u.$schema);let p=this._addSchema(u,d);return p.validate||i.call(this,p)}async function n(u){if(u&&!this.getSchema(u))await o.call(this,{$ref:u},!0)}async function i(u){try{return this._compileSchemaEnv(u)}catch(d){if(!(d instanceof XC.default))throw d;return s.call(this,d),await a.call(this,d.missingSchema),i.call(this,u)}}function s({missingSchema:u,missingRef:d}){if(this.refs[u])throw Error(`AnySchema ${u} is loaded but ${d} cannot be resolved`)}async function a(u){let d=await c.call(this,u);if(!this.refs[u])await n.call(this,d.$schema);if(!this.refs[u])this.addSchema(d,u,t)}async function c(u){let d=this._loading[u];if(d)return d;try{return await(this._loading[u]=r(u))}finally{delete this._loading[u]}}}addSchema(e,t,r,o=this.opts.validateSchema){if(Array.isArray(e)){for(let i of e)this.addSchema(i,void 0,r,o);return this}let n;if(typeof e==="object"){let{schemaId:i}=this.opts;if(n=e[i],n!==void 0&&typeof n!="string")throw Error(`schema ${i} must be string`)}return t=(0,Fl.normalizeId)(t||n),this._checkUnique(t),this.schemas[t]=this._addSchema(e,r,t,o,!0),this}addMetaSchema(e,t,r=this.opts.validateSchema){return this.addSchema(e,t,!0,r),this}validateSchema(e,t){if(typeof e=="boolean")return!0;let r;if(r=e.$schema,r!==void 0&&typeof r!="string")throw Error("$schema must be a string");if(r=r||this.opts.defaultMeta||this.defaultMeta(),!r)return this.logger.warn("meta-schema not available"),this.errors=null,!0;let o=this.validate(r,e);if(!o&&t){let n="schema is invalid: "+this.errorsText();if(this.opts.validateSchema==="log")this.logger.error(n);else throw Error(n)}return o}getSchema(e){let t;while(typeof(t=JC.call(this,e))=="string")e=t;if(t===void 0){let{schemaId:r}=this.opts,o=new Ll.SchemaEnv({schema:{},schemaId:r});if(t=Ll.resolveSchema.call(this,o,e),!t)return;this.refs[e]=t}return t.validate||this._compileSchemaEnv(t)}removeSchema(e){if(e instanceof RegExp)return this._removeAllSchemas(this.schemas,e),this._removeAllSchemas(this.refs,e),this;switch(typeof e){case"undefined":return this._removeAllSchemas(this.schemas),this._removeAllSchemas(this.refs),this._cache.clear(),this;case"string":{let t=JC.call(this,e);if(typeof t=="object")this._cache.delete(t.schema);return delete this.schemas[e],delete this.refs[e],this}case"object":{let t=e;this._cache.delete(t);let r=e[this.opts.schemaId];if(r)r=(0,Fl.normalizeId)(r),delete this.schemas[r],delete this.refs[r];return this}default:throw Error("ajv.removeSchema: invalid parameter")}}addVocabulary(e){for(let t of e)this.addKeyword(t);return this}addKeyword(e,t){let r;if(typeof e=="string"){if(r=e,typeof t=="object")this.logger.warn("these parameters are deprecated, see docs for addKeyword"),t.keyword=r}else if(typeof e=="object"&&t===void 0){if(t=e,r=t.keyword,Array.isArray(r)&&!r.length)throw Error("addKeywords: keyword must be string or non-empty array")}else throw Error("invalid addKeywords parameters");if(H8.call(this,r,t),!t)return(0,QS.eachItem)(r,(n)=>YS.call(this,n)),this;Z8.call(this,t);let o={...t,type:(0,zm.getJSONTypes)(t.type),schemaType:(0,zm.getJSONTypes)(t.schemaType)};return(0,QS.eachItem)(r,o.type.length===0?(n)=>YS.call(this,n,o):(n)=>o.type.forEach((i)=>YS.call(this,n,o,i))),this}getKeyword(e){let t=this.RULES.all[e];return typeof t=="object"?t.definition:!!t}removeKeyword(e){let{RULES:t}=this;delete t.keywords[e],delete t.all[e];for(let r of t.rules){let o=r.rules.findIndex((n)=>n.keyword===e);if(o>=0)r.rules.splice(o,1)}return this}addFormat(e,t){if(typeof t=="string")t=new RegExp(t);return this.formats[e]=t,this}errorsText(e=this.errors,{separator:t=", ",dataVar:r="data"}={}){if(!e||e.length===0)return"No errors";return e.map((o)=>`${r}${o.instancePath} ${o.message}`).reduce((o,n)=>o+t+n)}$dataMetaSchema(e,t){let r=this.RULES.all;e=JSON.parse(JSON.stringify(e));for(let o of t){let n=o.split("/").slice(1),i=e;for(let s of n)i=i[s];for(let s in r){let a=r[s];if(typeof a!="object")continue;let{$data:c}=a.definition,u=i[s];if(c&&u)i[s]=QC(u)}}return e}_removeAllSchemas(e,t){for(let r in e){let o=e[r];if(!t||t.test(r)){if(typeof o=="string")delete e[r];else if(o&&!o.meta)this._cache.delete(o.schema),delete e[r]}}}_addSchema(e,t,r,o=this.opts.validateSchema,n=this.opts.addUsedSchema){let i,{schemaId:s}=this.opts;if(typeof e=="object")i=e[s];else if(this.opts.jtd)throw Error("schema must be object");else if(typeof e!="boolean")throw Error("schema must be object or boolean");let a=this._cache.get(e);if(a!==void 0)return a;r=(0,Fl.normalizeId)(i||r);let c=Fl.getSchemaRefs.call(this,e,r);if(a=new Ll.SchemaEnv({schema:e,schemaId:s,meta:t,baseId:r,localRefs:c}),this._cache.set(a.schema,a),n&&!r.startsWith("#")){if(r)this._checkUnique(r);this.refs[r]=a}if(o)this.validateSchema(e,!0);return a}_checkUnique(e){if(this.schemas[e]||this.refs[e])throw Error(`schema with key or id "${e}" already exists`)}_compileSchemaEnv(e){if(e.meta)this._compileMetaSchema(e);else Ll.compileSchema.call(this,e);if(!e.validate)throw Error("ajv implementation error");return e.validate}_compileMetaSchema(e){let t=this.opts;this.opts=this._metaOpts;try{Ll.compileSchema.call(this,e)}finally{this.opts=t}}}Lm.ValidationError=P8.default;Lm.MissingRefError=XC.default;nn.default=Lm;function GC(e,t,r,o="error"){for(let n in e){let i=n;if(i in t)this.logger[o](`${r}: option ${n}. ${e[i]}`)}}function JC(e){return e=(0,Fl.normalizeId)(e),this.schemas[e]||this.refs[e]}function N8(){let e=this.opts.schemas;if(!e)return;if(Array.isArray(e))this.addSchema(e);else for(let t in e)this.addSchema(e[t],t)}function j8(){for(let e in this.opts.formats){let t=this.opts.formats[e];if(t)this.addFormat(e,t)}}function U8(e){if(Array.isArray(e)){this.addVocabulary(e);return}this.logger.warn("keywords option as map is deprecated, pass array");for(let t in e){let r=e[t];if(!r.keyword)r.keyword=t;this.addKeyword(r)}}function z8(){let e={...this.opts};for(let t of A8)delete e[t];return e}var L8={log(){},warn(){},error(){}};function F8(e){if(e===!1)return L8;if(e===void 0)return console;if(e.log&&e.warn&&e.error)return e;throw Error("logger must implement log, warn and error methods")}var B8=/^[a-z_$][a-z0-9_$:-]*$/i;function H8(e,t){let{RULES:r}=this;if((0,QS.eachItem)(e,(o)=>{if(r.keywords[o])throw Error(`Keyword ${o} is already defined`);if(!B8.test(o))throw Error(`Keyword ${o} has invalid name`)}),!t)return;if(t.$data&&!(("code"in t)||("validate"in t)))throw Error('$data keyword must have "code" or "validate" function')}function YS(e,t,r){var o;let n=t===null||t===void 0?void 0:t.post;if(r&&n)throw Error('keyword with "post" flag cannot have "type"');let{RULES:i}=this,s=n?i.post:i.rules.find(({type:c})=>c===r);if(!s)s={type:r,rules:[]},i.rules.push(s);if(i.keywords[e]=!0,!t)return;let a={keyword:e,definition:{...t,type:(0,zm.getJSONTypes)(t.type),schemaType:(0,zm.getJSONTypes)(t.schemaType)}};if(t.before)q8.call(this,s,a,t.before);else s.rules.push(a);i.all[e]=a,(o=t.implements)===null||o===void 0||o.forEach((c)=>this.addKeyword(c))}function q8(e,t,r){let o=e.rules.findIndex((n)=>n.keyword===r);if(o>=0)e.rules.splice(o,0,t);else e.rules.push(t),this.logger.warn(`rule ${r} is not defined`)}function Z8(e){let{metaSchema:t}=e;if(t===void 0)return;if(e.$data&&this.opts.$data)t=QC(t);e.validateSchema=this.compile(t,!0)}var V8={$ref:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#"};function QC(e){return{anyOf:[e,V8]}}});var rM=k((tM)=>{Object.defineProperty(tM,"__esModule",{value:!0});var G8={keyword:"id",code(){throw Error('NOT SUPPORTED: keyword "id", use "$id" for schema ID')}};tM.default=G8});var cM=k((sM)=>{Object.defineProperty(sM,"__esModule",{value:!0});sM.callRef=sM.getValidate=void 0;var X8=jl(),nM=er(),It=re(),xs=tn(),oM=Dm(),Fm=ue(),Y8={keyword:"$ref",schemaType:"string",code(e){let{gen:t,schema:r,it:o}=e,{baseId:n,schemaEnv:i,validateName:s,opts:a,self:c}=o,{root:u}=i;if((r==="#"||r==="#/")&&n===u.baseId)return p();let d=oM.resolveRef.call(c,u,n,r);if(d===void 0)throw new X8.default(o.opts.uriResolver,n,r);if(d instanceof oM.SchemaEnv)return f(d);return m(d);function p(){if(i===u)return Bm(e,s,i,i.$async);let g=t.scopeValue("root",{ref:u});return Bm(e,It._`${g}.validate`,u,u.$async)}function f(g){let h=iM(e,g);Bm(e,h,g,g.$async)}function m(g){let h=t.scopeValue("schema",a.code.source===!0?{ref:g,code:(0,It.stringify)(g)}:{ref:g}),y=t.name("valid"),v=e.subschema({schema:g,dataTypes:[],schemaPath:It.nil,topSchemaRef:h,errSchemaPath:r},y);e.mergeEvaluated(v),e.ok(y)}}};function iM(e,t){let{gen:r}=e;return t.validate?r.scopeValue("validate",{ref:t.validate}):It._`${r.scopeValue("wrapper",{ref:t})}.validate`}sM.getValidate=iM;function Bm(e,t,r,o){let{gen:n,it:i}=e,{allErrors:s,schemaEnv:a,opts:c}=i,u=c.passContext?xs.default.this:It.nil;if(o)d();else p();function d(){if(!a.$async)throw Error("async schema referenced by sync schema");let g=n.let("valid");n.try(()=>{if(n.code(It._`await ${(0,nM.callValidateCode)(e,t,u)}`),m(t),!s)n.assign(g,!0)},(h)=>{if(n.if(It._`!(${h} instanceof ${i.ValidationError})`,()=>n.throw(h)),f(h),!s)n.assign(g,!1)}),e.ok(g)}function p(){e.result((0,nM.callValidateCode)(e,t,u),()=>m(t),()=>f(t))}function f(g){let h=It._`${g}.errors`;n.assign(xs.default.vErrors,It._`${xs.default.vErrors} === null ? ${h} : ${xs.default.vErrors}.concat(${h})`),n.assign(xs.default.errors,It._`${xs.default.vErrors}.length`)}function m(g){var h;if(!i.opts.unevaluated)return;let y=(h=r===null||r===void 0?void 0:r.validate)===null||h===void 0?void 0:h.evaluated;if(i.props!==!0)if(y&&!y.dynamicProps){if(y.props!==void 0)i.props=Fm.mergeEvaluated.props(n,y.props,i.props)}else{let v=n.var("props",It._`${g}.evaluated.props`);i.props=Fm.mergeEvaluated.props(n,v,i.props,It.Name)}if(i.items!==!0)if(y&&!y.dynamicItems){if(y.items!==void 0)i.items=Fm.mergeEvaluated.items(n,y.items,i.items)}else{let v=n.var("items",It._`${g}.evaluated.items`);i.items=Fm.mergeEvaluated.items(n,v,i.items,It.Name)}}}sM.callRef=Bm;sM.default=Y8});var uM=k((lM)=>{Object.defineProperty(lM,"__esModule",{value:!0});var tX=rM(),rX=cM(),nX=["$schema","$id","$defs","$vocabulary",{keyword:"$comment"},"definitions",tX.default,rX.default];lM.default=nX});var pM=k((dM)=>{Object.defineProperty(dM,"__esModule",{value:!0});var Hm=re(),Hn=Hm.operators,qm={maximum:{okStr:"<=",ok:Hn.LTE,fail:Hn.GT},minimum:{okStr:">=",ok:Hn.GTE,fail:Hn.LT},exclusiveMaximum:{okStr:"<",ok:Hn.LT,fail:Hn.GTE},exclusiveMinimum:{okStr:">",ok:Hn.GT,fail:Hn.LTE}},iX={message:({keyword:e,schemaCode:t})=>Hm.str`must be ${qm[e].okStr} ${t}`,params:({keyword:e,schemaCode:t})=>Hm._`{comparison: ${qm[e].okStr}, limit: ${t}}`},sX={keyword:Object.keys(qm),type:"number",schemaType:"number",$data:!0,error:iX,code(e){let{keyword:t,data:r,schemaCode:o}=e;e.fail$data(Hm._`${r} ${qm[t].fail} ${o} || isNaN(${r})`)}};dM.default=sX});var mM=k((fM)=>{Object.defineProperty(fM,"__esModule",{value:!0});var Bl=re(),cX={message:({schemaCode:e})=>Bl.str`must be multiple of ${e}`,params:({schemaCode:e})=>Bl._`{multipleOf: ${e}}`},lX={keyword:"multipleOf",type:"number",schemaType:"number",$data:!0,error:cX,code(e){let{gen:t,data:r,schemaCode:o,it:n}=e,i=n.opts.multipleOfPrecision,s=t.let("res"),a=i?Bl._`Math.abs(Math.round(${s}) - ${s}) > 1e-${i}`:Bl._`${s} !== parseInt(${s})`;e.fail$data(Bl._`(${o} === 0 || (${s} = ${r}/${o}, ${a}))`)}};fM.default=lX});var yM=k((hM)=>{Object.defineProperty(hM,"__esModule",{value:!0});function gM(e){let t=e.length,r=0,o=0,n;while(o<t)if(r++,n=e.charCodeAt(o++),n>=55296&&n<=56319&&o<t){if(n=e.charCodeAt(o),(n&64512)===56320)o++}return r}hM.default=gM;gM.code='require("ajv/dist/runtime/ucs2length").default'});var _M=k((bM)=>{Object.defineProperty(bM,"__esModule",{value:!0});var Lo=re(),pX=ue(),fX=yM(),mX={message({keyword:e,schemaCode:t}){let r=e==="maxLength"?"more":"fewer";return Lo.str`must NOT have ${r} than ${t} characters`},params:({schemaCode:e})=>Lo._`{limit: ${e}}`},gX={keyword:["maxLength","minLength"],type:"string",schemaType:"number",$data:!0,error:mX,code(e){let{keyword:t,data:r,schemaCode:o,it:n}=e,i=t==="maxLength"?Lo.operators.GT:Lo.operators.LT,s=n.opts.unicode===!1?Lo._`${r}.length`:Lo._`${(0,pX.useFunc)(e.gen,fX.default)}(${r})`;e.fail$data(Lo._`${s} ${i} ${o}`)}};bM.default=gX});var SM=k((vM)=>{Object.defineProperty(vM,"__esModule",{value:!0});var yX=er(),bX=ue(),ws=re(),_X={message:({schemaCode:e})=>ws.str`must match pattern "${e}"`,params:({schemaCode:e})=>ws._`{pattern: ${e}}`},vX={keyword:"pattern",type:"string",schemaType:"string",$data:!0,error:_X,code(e){let{gen:t,data:r,$data:o,schema:n,schemaCode:i,it:s}=e,a=s.opts.unicodeRegExp?"u":"";if(o){let{regExp:c}=s.opts.code,u=c.code==="new RegExp"?ws._`new RegExp`:(0,bX.useFunc)(t,c),d=t.let("valid");t.try(()=>t.assign(d,ws._`${u}(${i}, ${a}).test(${r})`),()=>t.assign(d,!1)),e.fail$data(ws._`!${d}`)}else{let c=(0,yX.usePattern)(e,n);e.fail$data(ws._`!${c}.test(${r})`)}}};vM.default=vX});var wM=k((xM)=>{Object.defineProperty(xM,"__esModule",{value:!0});var Hl=re(),xX={message({keyword:e,schemaCode:t}){let r=e==="maxProperties"?"more":"fewer";return Hl.str`must NOT have ${r} than ${t} properties`},params:({schemaCode:e})=>Hl._`{limit: ${e}}`},wX={keyword:["maxProperties","minProperties"],type:"object",schemaType:"number",$data:!0,error:xX,code(e){let{keyword:t,data:r,schemaCode:o}=e,n=t==="maxProperties"?Hl.operators.GT:Hl.operators.LT;e.fail$data(Hl._`Object.keys(${r}).length ${n} ${o}`)}};xM.default=wX});var EM=k((kM)=>{Object.defineProperty(kM,"__esModule",{value:!0});var ql=er(),Zl=re(),EX=ue(),TX={message:({params:{missingProperty:e}})=>Zl.str`must have required property '${e}'`,params:({params:{missingProperty:e}})=>Zl._`{missingProperty: ${e}}`},PX={keyword:"required",type:"object",schemaType:"array",$data:!0,error:TX,code(e){let{gen:t,schema:r,schemaCode:o,data:n,$data:i,it:s}=e,{opts:a}=s;if(!i&&r.length===0)return;let c=r.length>=a.loopRequired;if(s.allErrors)u();else d();if(a.strictRequired){let m=e.parentSchema.properties,{definedProperties:g}=e.it;for(let h of r)if((m===null||m===void 0?void 0:m[h])===void 0&&!g.has(h)){let y=s.schemaEnv.baseId+s.errSchemaPath,v=`required property "${h}" is not defined at "${y}" (strictRequired)`;(0,EX.checkStrictMode)(s,v,s.opts.strictRequired)}}function u(){if(c||i)e.block$data(Zl.nil,p);else for(let m of r)(0,ql.checkReportMissingProp)(e,m)}function d(){let m=t.let("missing");if(c||i){let g=t.let("valid",!0);e.block$data(g,()=>f(m,g)),e.ok(g)}else t.if((0,ql.checkMissingProp)(e,r,m)),(0,ql.reportMissingProp)(e,m),t.else()}function p(){t.forOf("prop",o,(m)=>{e.setParams({missingProperty:m}),t.if((0,ql.noPropertyInData)(t,n,m,a.ownProperties),()=>e.error())})}function f(m,g){e.setParams({missingProperty:m}),t.forOf(m,o,()=>{t.assign(g,(0,ql.propertyInData)(t,n,m,a.ownProperties)),t.if((0,Zl.not)(g),()=>{e.error(),t.break()})},Zl.nil)}}};kM.default=PX});var PM=k((TM)=>{Object.defineProperty(TM,"__esModule",{value:!0});var Vl=re(),RX={message({keyword:e,schemaCode:t}){let r=e==="maxItems"?"more":"fewer";return Vl.str`must NOT have ${r} than ${t} items`},params:({schemaCode:e})=>Vl._`{limit: ${e}}`},$X={keyword:["maxItems","minItems"],type:"array",schemaType:"number",$data:!0,error:RX,code(e){let{keyword:t,data:r,schemaCode:o}=e,n=t==="maxItems"?Vl.operators.GT:Vl.operators.LT;e.fail$data(Vl._`${r}.length ${n} ${o}`)}};TM.default=$X});var Zm=k((RM)=>{Object.defineProperty(RM,"__esModule",{value:!0});var IM=jS();IM.code='require("ajv/dist/runtime/equal").default';RM.default=IM});var AM=k(($M)=>{Object.defineProperty($M,"__esModule",{value:!0});var ex=Ol(),nt=re(),CX=ue(),MX=Zm(),DX={message:({params:{i:e,j:t}})=>nt.str`must NOT have duplicate items (items ## ${t} and ${e} are identical)`,params:({params:{i:e,j:t}})=>nt._`{i: ${e}, j: ${t}}`},NX={keyword:"uniqueItems",type:"array",schemaType:"boolean",$data:!0,error:DX,code(e){let{gen:t,data:r,$data:o,schema:n,parentSchema:i,schemaCode:s,it:a}=e;if(!o&&!n)return;let c=t.let("valid"),u=i.items?(0,ex.getSchemaTypes)(i.items):[];e.block$data(c,d,nt._`${s} === false`),e.ok(c);function d(){let g=t.let("i",nt._`${r}.length`),h=t.let("j");e.setParams({i:g,j:h}),t.assign(c,!0),t.if(nt._`${g} > 1`,()=>(p()?f:m)(g,h))}function p(){return u.length>0&&!u.some((g)=>g==="object"||g==="array")}function f(g,h){let y=t.name("item"),v=(0,ex.checkDataTypes)(u,y,a.opts.strictNumbers,ex.DataType.Wrong),x=t.const("indices",nt._`{}`);t.for(nt._`;${g}--;`,()=>{if(t.let(y,nt._`${r}[${g}]`),t.if(v,nt._`continue`),u.length>1)t.if(nt._`typeof ${y} == "string"`,nt._`${y} += "_"`);t.if(nt._`typeof ${x}[${y}] == "number"`,()=>{t.assign(h,nt._`${x}[${y}]`),e.error(),t.assign(c,!1).break()}).code(nt._`${x}[${y}] = ${g}`)})}function m(g,h){let y=(0,CX.useFunc)(t,MX.default),v=t.name("outer");t.label(v).for(nt._`;${g}--;`,()=>t.for(nt._`${h} = ${g}; ${h}--;`,()=>t.if(nt._`${y}(${r}[${g}], ${r}[${h}])`,()=>{e.error(),t.assign(c,!1).break(v)})))}}};$M.default=NX});var CM=k((OM)=>{Object.defineProperty(OM,"__esModule",{value:!0});var tx=re(),UX=ue(),zX=Zm(),LX={message:"must be equal to constant",params:({schemaCode:e})=>tx._`{allowedValue: ${e}}`},FX={keyword:"const",$data:!0,error:LX,code(e){let{gen:t,data:r,$data:o,schemaCode:n,schema:i}=e;if(o||i&&typeof i=="object")e.fail$data(tx._`!${(0,UX.useFunc)(t,zX.default)}(${r}, ${n})`);else e.fail(tx._`${i} !== ${r}`)}};OM.default=FX});var DM=k((MM)=>{Object.defineProperty(MM,"__esModule",{value:!0});var Wl=re(),HX=ue(),qX=Zm(),ZX={message:"must be equal to one of the allowed values",params:({schemaCode:e})=>Wl._`{allowedValues: ${e}}`},VX={keyword:"enum",schemaType:"array",$data:!0,error:ZX,code(e){let{gen:t,data:r,$data:o,schema:n,schemaCode:i,it:s}=e;if(!o&&n.length===0)throw Error("enum must have non-empty array");let a=n.length>=s.opts.loopEnum,c,u=()=>c!==null&&c!==void 0?c:c=(0,HX.useFunc)(t,qX.default),d;if(a||o)d=t.let("valid"),e.block$data(d,p);else{if(!Array.isArray(n))throw Error("ajv implementation error");let m=t.const("vSchema",i);d=(0,Wl.or)(...n.map((g,h)=>f(m,h)))}e.pass(d);function p(){t.assign(d,!1),t.forOf("v",i,(m)=>t.if(Wl._`${u()}(${r}, ${m})`,()=>t.assign(d,!0).break()))}function f(m,g){let h=n[g];return typeof h==="object"&&h!==null?Wl._`${u()}(${r}, ${m}[${g}])`:Wl._`${r} === ${h}`}}};MM.default=VX});var jM=k((NM)=>{Object.defineProperty(NM,"__esModule",{value:!0});var KX=pM(),GX=mM(),JX=_M(),XX=SM(),YX=wM(),QX=EM(),eY=PM(),tY=AM(),rY=CM(),nY=DM(),oY=[KX.default,GX.default,JX.default,XX.default,YX.default,QX.default,eY.default,tY.default,{keyword:"type",schemaType:["string","array"]},{keyword:"nullable",schemaType:"boolean"},rY.default,nY.default];NM.default=oY});var nx=k((zM)=>{Object.defineProperty(zM,"__esModule",{value:!0});zM.validateAdditionalItems=void 0;var Fo=re(),rx=ue(),sY={message:({params:{len:e}})=>Fo.str`must NOT have more than ${e} items`,params:({params:{len:e}})=>Fo._`{limit: ${e}}`},aY={keyword:"additionalItems",type:"array",schemaType:["boolean","object"],before:"uniqueItems",error:sY,code(e){let{parentSchema:t,it:r}=e,{items:o}=t;if(!Array.isArray(o)){(0,rx.checkStrictMode)(r,'"additionalItems" is ignored when "items" is not an array of schemas');return}UM(e,o)}};function UM(e,t){let{gen:r,schema:o,data:n,keyword:i,it:s}=e;s.items=!0;let a=r.const("len",Fo._`${n}.length`);if(o===!1)e.setParams({len:t.length}),e.pass(Fo._`${a} <= ${t.length}`);else if(typeof o=="object"&&!(0,rx.alwaysValidSchema)(s,o)){let u=r.var("valid",Fo._`${a} <= ${t.length}`);r.if((0,Fo.not)(u),()=>c(u)),e.ok(u)}function c(u){r.forRange("i",t.length,a,(d)=>{if(e.subschema({keyword:i,dataProp:d,dataPropType:rx.Type.Num},u),!s.allErrors)r.if((0,Fo.not)(u),()=>r.break())})}}zM.validateAdditionalItems=UM;zM.default=aY});var ox=k((HM)=>{Object.defineProperty(HM,"__esModule",{value:!0});HM.validateTuple=void 0;var FM=re(),Vm=ue(),lY=er(),uY={keyword:"items",type:"array",schemaType:["object","array","boolean"],before:"uniqueItems",code(e){let{schema:t,it:r}=e;if(Array.isArray(t))return BM(e,"additionalItems",t);if(r.items=!0,(0,Vm.alwaysValidSchema)(r,t))return;e.ok((0,lY.validateArray)(e))}};function BM(e,t,r=e.schema){let{gen:o,parentSchema:n,data:i,keyword:s,it:a}=e;if(d(n),a.opts.unevaluated&&r.length&&a.items!==!0)a.items=Vm.mergeEvaluated.items(o,r.length,a.items);let c=o.name("valid"),u=o.const("len",FM._`${i}.length`);r.forEach((p,f)=>{if((0,Vm.alwaysValidSchema)(a,p))return;o.if(FM._`${u} > ${f}`,()=>e.subschema({keyword:s,schemaProp:f,dataProp:f},c)),e.ok(c)});function d(p){let{opts:f,errSchemaPath:m}=a,g=r.length,h=g===p.minItems&&(g===p.maxItems||p[t]===!1);if(f.strictTuples&&!h){let y=`"${s}" is ${g}-tuple, but minItems or maxItems/${t} are not specified or different at path "${m}"`;(0,Vm.checkStrictMode)(a,y,f.strictTuples)}}}HM.validateTuple=BM;HM.default=uY});var VM=k((ZM)=>{Object.defineProperty(ZM,"__esModule",{value:!0});var pY=ox(),fY={keyword:"prefixItems",type:"array",schemaType:["array"],before:"uniqueItems",code:(e)=>(0,pY.validateTuple)(e,"items")};ZM.default=fY});var GM=k((KM)=>{Object.defineProperty(KM,"__esModule",{value:!0});var WM=re(),gY=ue(),hY=er(),yY=nx(),bY={message:({params:{len:e}})=>WM.str`must NOT have more than ${e} items`,params:({params:{len:e}})=>WM._`{limit: ${e}}`},_Y={keyword:"items",type:"array",schemaType:["object","boolean"],before:"uniqueItems",error:bY,code(e){let{schema:t,parentSchema:r,it:o}=e,{prefixItems:n}=r;if(o.items=!0,(0,gY.alwaysValidSchema)(o,t))return;if(n)(0,yY.validateAdditionalItems)(e,n);else e.ok((0,hY.validateArray)(e))}};KM.default=_Y});var XM=k((JM)=>{Object.defineProperty(JM,"__esModule",{value:!0});var tr=re(),Wm=ue(),SY={message:({params:{min:e,max:t}})=>t===void 0?tr.str`must contain at least ${e} valid item(s)`:tr.str`must contain at least ${e} and no more than ${t} valid item(s)`,params:({params:{min:e,max:t}})=>t===void 0?tr._`{minContains: ${e}}`:tr._`{minContains: ${e}, maxContains: ${t}}`},xY={keyword:"contains",type:"array",schemaType:["object","boolean"],before:"uniqueItems",trackErrors:!0,error:SY,code(e){let{gen:t,schema:r,parentSchema:o,data:n,it:i}=e,s,a,{minContains:c,maxContains:u}=o;if(i.opts.next)s=c===void 0?1:c,a=u;else s=1;let d=t.const("len",tr._`${n}.length`);if(e.setParams({min:s,max:a}),a===void 0&&s===0){(0,Wm.checkStrictMode)(i,'"minContains" == 0 without "maxContains": "contains" keyword ignored');return}if(a!==void 0&&s>a){(0,Wm.checkStrictMode)(i,'"minContains" > "maxContains" is always invalid'),e.fail();return}if((0,Wm.alwaysValidSchema)(i,r)){let h=tr._`${d} >= ${s}`;if(a!==void 0)h=tr._`${h} && ${d} <= ${a}`;e.pass(h);return}i.items=!0;let p=t.name("valid");if(a===void 0&&s===1)m(p,()=>t.if(p,()=>t.break()));else if(s===0){if(t.let(p,!0),a!==void 0)t.if(tr._`${n}.length > 0`,f)}else t.let(p,!1),f();e.result(p,()=>e.reset());function f(){let h=t.name("_valid"),y=t.let("count",0);m(h,()=>t.if(h,()=>g(y)))}function m(h,y){t.forRange("i",0,d,(v)=>{e.subschema({keyword:"contains",dataProp:v,dataPropType:Wm.Type.Num,compositeRule:!0},h),y()})}function g(h){if(t.code(tr._`${h}++`),a===void 0)t.if(tr._`${h} >= ${s}`,()=>t.assign(p,!0).break());else if(t.if(tr._`${h} > ${a}`,()=>t.assign(p,!1).break()),s===1)t.assign(p,!0);else t.if(tr._`${h} >= ${s}`,()=>t.assign(p,!0))}}};JM.default=xY});var nD=k((eD)=>{Object.defineProperty(eD,"__esModule",{value:!0});eD.validateSchemaDeps=eD.validatePropertyDeps=eD.error=void 0;var ix=re(),kY=ue(),Kl=er();eD.error={message:({params:{property:e,depsCount:t,deps:r}})=>{let o=t===1?"property":"properties";return ix.str`must have ${o} ${r} when property ${e} is present`},params:({params:{property:e,depsCount:t,deps:r,missingProperty:o}})=>ix._`{property: ${e},
|
|
13
13
|
missingProperty: ${o},
|
|
14
14
|
depsCount: ${t},
|
|
15
|
-
deps: ${r}}`};var SY={keyword:"dependencies",type:"object",schemaType:"object",error:eD.error,code(e){let[t,r]=xY(e);YM(e,t),QM(e,r)}};function xY({schema:e}){let t={},r={};for(let o in e){if(o==="__proto__")continue;let n=Array.isArray(e[o])?t:r;n[o]=e[o]}return[t,r]}function YM(e,t=e.schema){let{gen:r,data:o,it:n}=e;if(Object.keys(t).length===0)return;let i=r.let("missing");for(let s in t){let a=t[s];if(a.length===0)continue;let c=(0,Kl.propertyInData)(r,o,s,n.opts.ownProperties);if(e.setParams({property:s,depsCount:a.length,deps:a.join(", ")}),n.allErrors)r.if(c,()=>{for(let u of a)(0,Kl.checkReportMissingProp)(e,u)});else r.if(ix._`${c} && (${(0,Kl.checkMissingProp)(e,a,i)})`),(0,Kl.reportMissingProp)(e,i),r.else()}}eD.validatePropertyDeps=YM;function QM(e,t=e.schema){let{gen:r,data:o,keyword:n,it:i}=e,s=r.name("valid");for(let a in t){if((0,vY.alwaysValidSchema)(i,t[a]))continue;r.if((0,Kl.propertyInData)(r,o,a,i.opts.ownProperties),()=>{let c=e.subschema({keyword:n,schemaProp:a},s);e.mergeValidEvaluated(c,s)},()=>r.var(s,!0)),e.ok(s)}}eD.validateSchemaDeps=QM;eD.default=SY});var sD=k((iD)=>{Object.defineProperty(iD,"__esModule",{value:!0});var oD=re(),EY=ue(),TY={message:"property name must be valid",params:({params:e})=>oD._`{propertyName: ${e.propertyName}}`},PY={keyword:"propertyNames",type:"object",schemaType:["object","boolean"],error:TY,code(e){let{gen:t,schema:r,data:o,it:n}=e;if((0,EY.alwaysValidSchema)(n,r))return;let i=t.name("valid");t.forIn("key",o,(s)=>{e.setParams({propertyName:s}),e.subschema({keyword:"propertyNames",data:s,dataTypes:["string"],propertyName:s,compositeRule:!0},i),t.if((0,oD.not)(i),()=>{if(e.error(!0),!n.allErrors)t.break()})}),e.ok(i)}};iD.default=PY});var sx=k((aD)=>{Object.defineProperty(aD,"__esModule",{value:!0});var Km=er(),yr=re(),RY=tn(),Gm=ue(),$Y={message:"must NOT have additional properties",params:({params:e})=>yr._`{additionalProperty: ${e.additionalProperty}}`},OY={keyword:"additionalProperties",type:["object"],schemaType:["boolean","object"],allowUndefined:!0,trackErrors:!0,error:$Y,code(e){let{gen:t,schema:r,parentSchema:o,data:n,errsCount:i,it:s}=e;if(!i)throw Error("ajv implementation error");let{allErrors:a,opts:c}=s;if(s.props=!0,c.removeAdditional!=="all"&&(0,Gm.alwaysValidSchema)(s,r))return;let u=(0,Km.allSchemaProperties)(o.properties),d=(0,Km.allSchemaProperties)(o.patternProperties);p(),e.ok(yr._`${i} === ${RY.default.errors}`);function p(){t.forIn("key",n,(y)=>{if(!u.length&&!d.length)g(y);else t.if(f(y),()=>g(y))})}function f(y){let v;if(u.length>8){let x=(0,Gm.schemaRefOrVal)(s,o.properties,"properties");v=(0,Km.isOwnProperty)(t,x,y)}else if(u.length)v=(0,yr.or)(...u.map((x)=>yr._`${y} === ${x}`));else v=yr.nil;if(d.length)v=(0,yr.or)(v,...d.map((x)=>yr._`${(0,Km.usePattern)(e,x)}.test(${y})`));return(0,yr.not)(v)}function m(y){t.code(yr._`delete ${n}[${y}]`)}function g(y){if(c.removeAdditional==="all"||c.removeAdditional&&r===!1){m(y);return}if(r===!1){if(e.setParams({additionalProperty:y}),e.error(),!a)t.break();return}if(typeof r=="object"&&!(0,Gm.alwaysValidSchema)(s,r)){let v=t.name("valid");if(c.removeAdditional==="failing")h(y,v,!1),t.if((0,yr.not)(v),()=>{e.reset(),m(y)});else if(h(y,v),!a)t.if((0,yr.not)(v),()=>t.break())}}function h(y,v,x){let w={keyword:"additionalProperties",dataProp:y,dataPropType:Gm.Type.Str};if(x===!1)Object.assign(w,{compositeRule:!0,createErrors:!1,allErrors:!1});e.subschema(w,v)}}};aD.default=OY});var dD=k((uD)=>{Object.defineProperty(uD,"__esModule",{value:!0});var CY=Nl(),cD=er(),ax=ue(),lD=sx(),MY={keyword:"properties",type:"object",schemaType:"object",code(e){let{gen:t,schema:r,parentSchema:o,data:n,it:i}=e;if(i.opts.removeAdditional==="all"&&o.additionalProperties===void 0)lD.default.code(new CY.KeywordCxt(i,lD.default,"additionalProperties"));let s=(0,cD.allSchemaProperties)(r);for(let p of s)i.definedProperties.add(p);if(i.opts.unevaluated&&s.length&&i.props!==!0)i.props=ax.mergeEvaluated.props(t,(0,ax.toHash)(s),i.props);let a=s.filter((p)=>!(0,ax.alwaysValidSchema)(i,r[p]));if(a.length===0)return;let c=t.name("valid");for(let p of a){if(u(p))d(p);else{if(t.if((0,cD.propertyInData)(t,n,p,i.opts.ownProperties)),d(p),!i.allErrors)t.else().var(c,!0);t.endIf()}e.it.definedProperties.add(p),e.ok(c)}function u(p){return i.opts.useDefaults&&!i.compositeRule&&r[p].default!==void 0}function d(p){e.subschema({keyword:"properties",schemaProp:p,dataProp:p},c)}}};uD.default=MY});var hD=k((gD)=>{Object.defineProperty(gD,"__esModule",{value:!0});var pD=er(),Jm=re(),fD=ue(),mD=ue(),NY={keyword:"patternProperties",type:"object",schemaType:"object",code(e){let{gen:t,schema:r,data:o,parentSchema:n,it:i}=e,{opts:s}=i,a=(0,pD.allSchemaProperties)(r),c=a.filter((h)=>(0,fD.alwaysValidSchema)(i,r[h]));if(a.length===0||c.length===a.length&&(!i.opts.unevaluated||i.props===!0))return;let u=s.strictSchema&&!s.allowMatchingProperties&&n.properties,d=t.name("valid");if(i.props!==!0&&!(i.props instanceof Jm.Name))i.props=(0,mD.evaluatedPropsToName)(t,i.props);let{props:p}=i;f();function f(){for(let h of a){if(u)m(h);if(i.allErrors)g(h);else t.var(d,!0),g(h),t.if(d)}}function m(h){for(let y in u)if(new RegExp(h).test(y))(0,fD.checkStrictMode)(i,`property ${y} matches pattern ${h} (use allowMatchingProperties)`)}function g(h){t.forIn("key",o,(y)=>{t.if(Jm._`${(0,pD.usePattern)(e,h)}.test(${y})`,()=>{let v=c.includes(h);if(!v)e.subschema({keyword:"patternProperties",schemaProp:h,dataProp:y,dataPropType:mD.Type.Str},d);if(i.opts.unevaluated&&p!==!0)t.assign(Jm._`${p}[${y}]`,!0);else if(!v&&!i.allErrors)t.if((0,Jm.not)(d),()=>t.break())})})}}};gD.default=NY});var bD=k((yD)=>{Object.defineProperty(yD,"__esModule",{value:!0});var UY=ue(),zY={keyword:"not",schemaType:["object","boolean"],trackErrors:!0,code(e){let{gen:t,schema:r,it:o}=e;if((0,UY.alwaysValidSchema)(o,r)){e.fail();return}let n=t.name("valid");e.subschema({keyword:"not",compositeRule:!0,createErrors:!1,allErrors:!1},n),e.failResult(n,()=>e.reset(),()=>e.error())},error:{message:"must NOT be valid"}};yD.default=zY});var vD=k((_D)=>{Object.defineProperty(_D,"__esModule",{value:!0});var FY=er(),BY={keyword:"anyOf",schemaType:"array",trackErrors:!0,code:FY.validateUnion,error:{message:"must match a schema in anyOf"}};_D.default=BY});var xD=k((SD)=>{Object.defineProperty(SD,"__esModule",{value:!0});var Xm=re(),qY=ue(),ZY={message:"must match exactly one schema in oneOf",params:({params:e})=>Xm._`{passingSchemas: ${e.passing}}`},VY={keyword:"oneOf",schemaType:"array",trackErrors:!0,error:ZY,code(e){let{gen:t,schema:r,parentSchema:o,it:n}=e;if(!Array.isArray(r))throw Error("ajv implementation error");if(n.opts.discriminator&&o.discriminator)return;let i=r,s=t.let("valid",!1),a=t.let("passing",null),c=t.name("_valid");e.setParams({passing:a}),t.block(u),e.result(s,()=>e.reset(),()=>e.error(!0));function u(){i.forEach((d,p)=>{let f;if((0,qY.alwaysValidSchema)(n,d))t.var(c,!0);else f=e.subschema({keyword:"oneOf",schemaProp:p,compositeRule:!0},c);if(p>0)t.if(Xm._`${c} && ${s}`).assign(s,!1).assign(a,Xm._`[${a}, ${p}]`).else();t.if(c,()=>{if(t.assign(s,!0),t.assign(a,p),f)e.mergeEvaluated(f,Xm.Name)})})}}};SD.default=VY});var kD=k((wD)=>{Object.defineProperty(wD,"__esModule",{value:!0});var KY=ue(),GY={keyword:"allOf",schemaType:"array",code(e){let{gen:t,schema:r,it:o}=e;if(!Array.isArray(r))throw Error("ajv implementation error");let n=t.name("valid");r.forEach((i,s)=>{if((0,KY.alwaysValidSchema)(o,i))return;let a=e.subschema({keyword:"allOf",schemaProp:s},n);e.ok(n),e.mergeEvaluated(a)})}};wD.default=GY});var ID=k((PD)=>{Object.defineProperty(PD,"__esModule",{value:!0});var Ym=re(),TD=ue(),XY={message:({params:e})=>Ym.str`must match "${e.ifClause}" schema`,params:({params:e})=>Ym._`{failingKeyword: ${e.ifClause}}`},YY={keyword:"if",schemaType:["object","boolean"],trackErrors:!0,error:XY,code(e){let{gen:t,parentSchema:r,it:o}=e;if(r.then===void 0&&r.else===void 0)(0,TD.checkStrictMode)(o,'"if" without "then" and "else" is ignored');let n=ED(o,"then"),i=ED(o,"else");if(!n&&!i)return;let s=t.let("valid",!0),a=t.name("_valid");if(c(),e.reset(),n&&i){let d=t.let("ifClause");e.setParams({ifClause:d}),t.if(a,u("then",d),u("else",d))}else if(n)t.if(a,u("then"));else t.if((0,Ym.not)(a),u("else"));e.pass(s,()=>e.error(!0));function c(){let d=e.subschema({keyword:"if",compositeRule:!0,createErrors:!1,allErrors:!1},a);e.mergeEvaluated(d)}function u(d,p){return()=>{let f=e.subschema({keyword:d},a);if(t.assign(s,a),e.mergeValidEvaluated(f,s),p)t.assign(p,Ym._`${d}`);else e.setParams({ifClause:d})}}}};function ED(e,t){let r=e.schema[t];return r!==void 0&&!(0,TD.alwaysValidSchema)(e,r)}PD.default=YY});var $D=k((RD)=>{Object.defineProperty(RD,"__esModule",{value:!0});var e7=ue(),t7={keyword:["then","else"],schemaType:["object","boolean"],code({keyword:e,parentSchema:t,it:r}){if(t.if===void 0)(0,e7.checkStrictMode)(r,`"${e}" without "if" is ignored`)}};RD.default=t7});var AD=k((OD)=>{Object.defineProperty(OD,"__esModule",{value:!0});var n7=nx(),o7=VM(),i7=ox(),s7=GM(),a7=XM(),c7=nD(),l7=sD(),u7=sx(),d7=dD(),p7=hD(),f7=bD(),m7=vD(),g7=xD(),h7=kD(),y7=ID(),b7=$D();function _7(e=!1){let t=[f7.default,m7.default,g7.default,h7.default,y7.default,b7.default,l7.default,u7.default,c7.default,d7.default,p7.default];if(e)t.push(o7.default,s7.default);else t.push(n7.default,i7.default);return t.push(a7.default),t}OD.default=_7});var MD=k((CD)=>{Object.defineProperty(CD,"__esModule",{value:!0});var qe=re(),S7={message:({schemaCode:e})=>qe.str`must match format "${e}"`,params:({schemaCode:e})=>qe._`{format: ${e}}`},x7={keyword:"format",type:["number","string"],schemaType:"string",$data:!0,error:S7,code(e,t){let{gen:r,data:o,$data:n,schema:i,schemaCode:s,it:a}=e,{opts:c,errSchemaPath:u,schemaEnv:d,self:p}=a;if(!c.validateFormats)return;if(n)f();else m();function f(){let g=r.scopeValue("formats",{ref:p.formats,code:c.code.formats}),h=r.const("fDef",qe._`${g}[${s}]`),y=r.let("fType"),v=r.let("format");r.if(qe._`typeof ${h} == "object" && !(${h} instanceof RegExp)`,()=>r.assign(y,qe._`${h}.type || "string"`).assign(v,qe._`${h}.validate`),()=>r.assign(y,qe._`"string"`).assign(v,h)),e.fail$data((0,qe.or)(x(),w()));function x(){if(c.strictSchema===!1)return qe.nil;return qe._`${s} && !${v}`}function w(){let A=d.$async?qe._`(${h}.async ? await ${v}(${o}) : ${v}(${o}))`:qe._`${v}(${o})`,U=qe._`(typeof ${v} == "function" ? ${A} : ${v}.test(${o}))`;return qe._`${v} && ${v} !== true && ${y} === ${t} && !${U}`}}function m(){let g=p.formats[i];if(!g){x();return}if(g===!0)return;let[h,y,v]=w(g);if(h===t)e.pass(A());function x(){if(c.strictSchema===!1){p.logger.warn(U());return}throw Error(U());function U(){return`unknown format "${i}" ignored in schema at path "${u}"`}}function w(U){let se=U instanceof RegExp?(0,qe.regexpCode)(U):c.code.formats?qe._`${c.code.formats}${(0,qe.getProperty)(i)}`:void 0,Le=r.scopeValue("formats",{key:i,ref:U,code:se});if(typeof U=="object"&&!(U instanceof RegExp))return[U.type||"string",U.validate,qe._`${Le}.validate`];return["string",U,Le]}function A(){if(typeof g=="object"&&!(g instanceof RegExp)&&g.async){if(!d.$async)throw Error("async format in sync schema");return qe._`await ${v}(${o})`}return typeof y=="function"?qe._`${v}(${o})`:qe._`${v}.test(${o})`}}}};CD.default=x7});var ND=k((DD)=>{Object.defineProperty(DD,"__esModule",{value:!0});var k7=MD(),E7=[k7.default];DD.default=E7});var zD=k((jD)=>{Object.defineProperty(jD,"__esModule",{value:!0});jD.contentVocabulary=jD.metadataVocabulary=void 0;jD.metadataVocabulary=["title","description","default","deprecated","readOnly","writeOnly","examples"];jD.contentVocabulary=["contentMediaType","contentEncoding","contentSchema"]});var BD=k((FD)=>{Object.defineProperty(FD,"__esModule",{value:!0});var I7=uM(),R7=jM(),$7=AD(),O7=ND(),LD=zD(),A7=[I7.default,R7.default,(0,$7.default)(),O7.default,LD.metadataVocabulary,LD.contentVocabulary];FD.default=A7});var VD=k((qD)=>{Object.defineProperty(qD,"__esModule",{value:!0});qD.DiscrError=void 0;var HD;(function(e){e.Tag="tag",e.Mapping="mapping"})(HD||(qD.DiscrError=HD={}))});var GD=k((KD)=>{Object.defineProperty(KD,"__esModule",{value:!0});var ks=re(),cx=VD(),WD=Dm(),M7=jl(),D7=ue(),N7={message:({params:{discrError:e,tagName:t}})=>e===cx.DiscrError.Tag?`tag "${t}" must be string`:`value of tag "${t}" must be in oneOf`,params:({params:{discrError:e,tag:t,tagName:r}})=>ks._`{error: ${e}, tag: ${r}, tagValue: ${t}}`},j7={keyword:"discriminator",type:"object",schemaType:"object",error:N7,code(e){let{gen:t,data:r,schema:o,parentSchema:n,it:i}=e,{oneOf:s}=n;if(!i.opts.discriminator)throw Error("discriminator: requires discriminator option");let a=o.propertyName;if(typeof a!="string")throw Error("discriminator: requires propertyName");if(o.mapping)throw Error("discriminator: mapping is not supported");if(!s)throw Error("discriminator: requires oneOf keyword");let c=t.let("valid",!1),u=t.const("tag",ks._`${r}${(0,ks.getProperty)(a)}`);t.if(ks._`typeof ${u} == "string"`,()=>d(),()=>e.error(!1,{discrError:cx.DiscrError.Tag,tag:u,tagName:a})),e.ok(c);function d(){let m=f();t.if(!1);for(let g in m)t.elseIf(ks._`${u} === ${g}`),t.assign(c,p(m[g]));t.else(),e.error(!1,{discrError:cx.DiscrError.Mapping,tag:u,tagName:a}),t.endIf()}function p(m){let g=t.name("valid"),h=e.subschema({keyword:"oneOf",schemaProp:m},g);return e.mergeEvaluated(h,ks.Name),g}function f(){var m;let g={},h=v(n),y=!0;for(let A=0;A<s.length;A++){let U=s[A];if((U===null||U===void 0?void 0:U.$ref)&&!(0,D7.schemaHasRulesButRef)(U,i.self.RULES)){let Le=U.$ref;if(U=WD.resolveRef.call(i.self,i.schemaEnv.root,i.baseId,Le),U instanceof WD.SchemaEnv)U=U.schema;if(U===void 0)throw new M7.default(i.opts.uriResolver,i.baseId,Le)}let se=(m=U===null||U===void 0?void 0:U.properties)===null||m===void 0?void 0:m[a];if(typeof se!="object")throw Error(`discriminator: oneOf subschemas (or referenced schemas) must have "properties/${a}"`);y=y&&(h||v(U)),x(se,A)}if(!y)throw Error(`discriminator: "${a}" must be required`);return g;function v({required:A}){return Array.isArray(A)&&A.includes(a)}function x(A,U){if(A.const)w(A.const,U);else if(A.enum)for(let se of A.enum)w(se,U);else throw Error(`discriminator: "properties/${a}" must have "const" or "enum"`)}function w(A,U){if(typeof A!="string"||A in g)throw Error(`discriminator: "${a}" values must be unique strings`);g[A]=U}}}};KD.default=j7});var JD=k((gTe,z7)=>{z7.exports={$schema:"http://json-schema.org/draft-07/schema#",$id:"http://json-schema.org/draft-07/schema#",title:"Core schema meta-schema",definitions:{schemaArray:{type:"array",minItems:1,items:{$ref:"#"}},nonNegativeInteger:{type:"integer",minimum:0},nonNegativeIntegerDefault0:{allOf:[{$ref:"#/definitions/nonNegativeInteger"},{default:0}]},simpleTypes:{enum:["array","boolean","integer","null","number","object","string"]},stringArray:{type:"array",items:{type:"string"},uniqueItems:!0,default:[]}},type:["object","boolean"],properties:{$id:{type:"string",format:"uri-reference"},$schema:{type:"string",format:"uri"},$ref:{type:"string",format:"uri-reference"},$comment:{type:"string"},title:{type:"string"},description:{type:"string"},default:!0,readOnly:{type:"boolean",default:!1},examples:{type:"array",items:!0},multipleOf:{type:"number",exclusiveMinimum:0},maximum:{type:"number"},exclusiveMaximum:{type:"number"},minimum:{type:"number"},exclusiveMinimum:{type:"number"},maxLength:{$ref:"#/definitions/nonNegativeInteger"},minLength:{$ref:"#/definitions/nonNegativeIntegerDefault0"},pattern:{type:"string",format:"regex"},additionalItems:{$ref:"#"},items:{anyOf:[{$ref:"#"},{$ref:"#/definitions/schemaArray"}],default:!0},maxItems:{$ref:"#/definitions/nonNegativeInteger"},minItems:{$ref:"#/definitions/nonNegativeIntegerDefault0"},uniqueItems:{type:"boolean",default:!1},contains:{$ref:"#"},maxProperties:{$ref:"#/definitions/nonNegativeInteger"},minProperties:{$ref:"#/definitions/nonNegativeIntegerDefault0"},required:{$ref:"#/definitions/stringArray"},additionalProperties:{$ref:"#"},definitions:{type:"object",additionalProperties:{$ref:"#"},default:{}},properties:{type:"object",additionalProperties:{$ref:"#"},default:{}},patternProperties:{type:"object",additionalProperties:{$ref:"#"},propertyNames:{format:"regex"},default:{}},dependencies:{type:"object",additionalProperties:{anyOf:[{$ref:"#"},{$ref:"#/definitions/stringArray"}]}},propertyNames:{$ref:"#"},const:!0,enum:{type:"array",items:!0,minItems:1,uniqueItems:!0},type:{anyOf:[{$ref:"#/definitions/simpleTypes"},{type:"array",items:{$ref:"#/definitions/simpleTypes"},minItems:1,uniqueItems:!0}]},format:{type:"string"},contentMediaType:{type:"string"},contentEncoding:{type:"string"},if:{$ref:"#"},then:{$ref:"#"},else:{$ref:"#"},allOf:{$ref:"#/definitions/schemaArray"},anyOf:{$ref:"#/definitions/schemaArray"},oneOf:{$ref:"#/definitions/schemaArray"},not:{$ref:"#"}},default:!0}});var ux=k((Rt,lx)=>{Object.defineProperty(Rt,"__esModule",{value:!0});Rt.MissingRefError=Rt.ValidationError=Rt.CodeGen=Rt.Name=Rt.nil=Rt.stringify=Rt.str=Rt._=Rt.KeywordCxt=Rt.Ajv=void 0;var L7=eM(),F7=BD(),B7=GD(),XD=JD(),H7=["/properties"],Qm="http://json-schema.org/draft-07/schema";class Gl extends L7.default{_addVocabularies(){if(super._addVocabularies(),F7.default.forEach((e)=>this.addVocabulary(e)),this.opts.discriminator)this.addKeyword(B7.default)}_addDefaultMetaSchema(){if(super._addDefaultMetaSchema(),!this.opts.meta)return;let e=this.opts.$data?this.$dataMetaSchema(XD,H7):XD;this.addMetaSchema(e,Qm,!1),this.refs["http://json-schema.org/schema"]=Qm}defaultMeta(){return this.opts.defaultMeta=super.defaultMeta()||(this.getSchema(Qm)?Qm:void 0)}}Rt.Ajv=Gl;lx.exports=Rt=Gl;lx.exports.Ajv=Gl;Object.defineProperty(Rt,"__esModule",{value:!0});Rt.default=Gl;var q7=Nl();Object.defineProperty(Rt,"KeywordCxt",{enumerable:!0,get:function(){return q7.KeywordCxt}});var Es=re();Object.defineProperty(Rt,"_",{enumerable:!0,get:function(){return Es._}});Object.defineProperty(Rt,"str",{enumerable:!0,get:function(){return Es.str}});Object.defineProperty(Rt,"stringify",{enumerable:!0,get:function(){return Es.stringify}});Object.defineProperty(Rt,"nil",{enumerable:!0,get:function(){return Es.nil}});Object.defineProperty(Rt,"Name",{enumerable:!0,get:function(){return Es.Name}});Object.defineProperty(Rt,"CodeGen",{enumerable:!0,get:function(){return Es.CodeGen}});var Z7=Cm();Object.defineProperty(Rt,"ValidationError",{enumerable:!0,get:function(){return Z7.default}});var V7=jl();Object.defineProperty(Rt,"MissingRefError",{enumerable:!0,get:function(){return V7.default}})});var aN=k((iN)=>{Object.defineProperty(iN,"__esModule",{value:!0});iN.formatNames=iN.fastFormats=iN.fullFormats=void 0;function Ir(e,t){return{validate:e,compare:t}}iN.fullFormats={date:Ir(tN,mx),time:Ir(px(!0),gx),"date-time":Ir(YD(!0),nN),"iso-time":Ir(px(),rN),"iso-date-time":Ir(YD(),oN),duration:/^P(?!$)((\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+S)?)?|(\d+W)?)$/,uri:eQ,"uri-reference":/^(?:[a-z][a-z0-9+\-.]*:)?(?:\/?\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:]|%[0-9a-f]{2})*@)?(?:\[(?:(?:(?:(?:[0-9a-f]{1,4}:){6}|::(?:[0-9a-f]{1,4}:){5}|(?:[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){4}|(?:(?:[0-9a-f]{1,4}:){0,1}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){3}|(?:(?:[0-9a-f]{1,4}:){0,2}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){2}|(?:(?:[0-9a-f]{1,4}:){0,3}[0-9a-f]{1,4})?::[0-9a-f]{1,4}:|(?:(?:[0-9a-f]{1,4}:){0,4}[0-9a-f]{1,4})?::)(?:[0-9a-f]{1,4}:[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?))|(?:(?:[0-9a-f]{1,4}:){0,5}[0-9a-f]{1,4})?::[0-9a-f]{1,4}|(?:(?:[0-9a-f]{1,4}:){0,6}[0-9a-f]{1,4})?::)|[Vv][0-9a-f]+\.[a-z0-9\-._~!$&'()*+,;=:]+)\]|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)|(?:[a-z0-9\-._~!$&'"()*+,;=]|%[0-9a-f]{2})*)(?::\d*)?(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*|\/(?:(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*)?|(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*)?(?:\?(?:[a-z0-9\-._~!$&'"()*+,;=:@/?]|%[0-9a-f]{2})*)?(?:#(?:[a-z0-9\-._~!$&'"()*+,;=:@/?]|%[0-9a-f]{2})*)?$/i,"uri-template":/^(?:(?:[^\x00-\x20"'<>%\\^`{|}]|%[0-9a-f]{2})|\{[+#./;?&=,!@|]?(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?(?:,(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?)*\})*$/i,url:/^(?:https?|ftp):\/\/(?:\S+(?::\S*)?@)?(?:(?!(?:10|127)(?:\.\d{1,3}){3})(?!(?:169\.254|192\.168)(?:\.\d{1,3}){2})(?!172\.(?:1[6-9]|2\d|3[0-1])(?:\.\d{1,3}){2})(?:[1-9]\d?|1\d\d|2[01]\d|22[0-3])(?:\.(?:1?\d{1,2}|2[0-4]\d|25[0-5])){2}(?:\.(?:[1-9]\d?|1\d\d|2[0-4]\d|25[0-4]))|(?:(?:[a-z0-9\u{00a1}-\u{ffff}]+-)*[a-z0-9\u{00a1}-\u{ffff}]+)(?:\.(?:[a-z0-9\u{00a1}-\u{ffff}]+-)*[a-z0-9\u{00a1}-\u{ffff}]+)*(?:\.(?:[a-z\u{00a1}-\u{ffff}]{2,})))(?::\d{2,5})?(?:\/[^\s]*)?$/iu,email:/^[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?$/i,hostname:/^(?=.{1,253}\.?$)[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\.[a-z0-9](?:[-0-9a-z]{0,61}[0-9a-z])?)*\.?$/i,ipv4:/^(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)\.){3}(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)$/,ipv6:/^((([0-9a-f]{1,4}:){7}([0-9a-f]{1,4}|:))|(([0-9a-f]{1,4}:){6}(:[0-9a-f]{1,4}|((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(([0-9a-f]{1,4}:){5}(((:[0-9a-f]{1,4}){1,2})|:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(([0-9a-f]{1,4}:){4}(((:[0-9a-f]{1,4}){1,3})|((:[0-9a-f]{1,4})?:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9a-f]{1,4}:){3}(((:[0-9a-f]{1,4}){1,4})|((:[0-9a-f]{1,4}){0,2}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9a-f]{1,4}:){2}(((:[0-9a-f]{1,4}){1,5})|((:[0-9a-f]{1,4}){0,3}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9a-f]{1,4}:){1}(((:[0-9a-f]{1,4}){1,6})|((:[0-9a-f]{1,4}){0,4}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(:(((:[0-9a-f]{1,4}){1,7})|((:[0-9a-f]{1,4}){0,5}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:)))$/i,regex:aQ,uuid:/^(?:urn:uuid:)?[0-9a-f]{8}-(?:[0-9a-f]{4}-){3}[0-9a-f]{12}$/i,"json-pointer":/^(?:\/(?:[^~/]|~0|~1)*)*$/,"json-pointer-uri-fragment":/^#(?:\/(?:[a-z0-9_\-.!$&'()*+,;:=@]|%[0-9a-f]{2}|~0|~1)*)*$/i,"relative-json-pointer":/^(?:0|[1-9][0-9]*)(?:#|(?:\/(?:[^~/]|~0|~1)*)*)$/,byte:tQ,int32:{type:"number",validate:oQ},int64:{type:"number",validate:iQ},float:{type:"number",validate:eN},double:{type:"number",validate:eN},password:!0,binary:!0};iN.fastFormats={...iN.fullFormats,date:Ir(/^\d\d\d\d-[0-1]\d-[0-3]\d$/,mx),time:Ir(/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)$/i,gx),"date-time":Ir(/^\d\d\d\d-[0-1]\d-[0-3]\dt(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)$/i,nN),"iso-time":Ir(/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)?$/i,rN),"iso-date-time":Ir(/^\d\d\d\d-[0-1]\d-[0-3]\d[t\s](?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)?$/i,oN),uri:/^(?:[a-z][a-z0-9+\-.]*:)(?:\/?\/)?[^\s]*$/i,"uri-reference":/^(?:(?:[a-z][a-z0-9+\-.]*:)?\/?\/)?(?:[^\\\s#][^\s#]*)?(?:#[^\\\s]*)?$/i,email:/^[a-z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\.[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?)*$/i};iN.formatNames=Object.keys(iN.fullFormats);function G7(e){return e%4===0&&(e%100!==0||e%400===0)}var J7=/^(\d\d\d\d)-(\d\d)-(\d\d)$/,X7=[0,31,28,31,30,31,30,31,31,30,31,30,31];function tN(e){let t=J7.exec(e);if(!t)return!1;let r=+t[1],o=+t[2],n=+t[3];return o>=1&&o<=12&&n>=1&&n<=(o===2&&G7(r)?29:X7[o])}function mx(e,t){if(!(e&&t))return;if(e>t)return 1;if(e<t)return-1;return 0}var dx=/^(\d\d):(\d\d):(\d\d(?:\.\d+)?)(z|([+-])(\d\d)(?::?(\d\d))?)?$/i;function px(e){return function(r){let o=dx.exec(r);if(!o)return!1;let n=+o[1],i=+o[2],s=+o[3],a=o[4],c=o[5]==="-"?-1:1,u=+(o[6]||0),d=+(o[7]||0);if(u>23||d>59||e&&!a)return!1;if(n<=23&&i<=59&&s<60)return!0;let p=i-d*c,f=n-u*c-(p<0?1:0);return(f===23||f===-1)&&(p===59||p===-1)&&s<61}}function gx(e,t){if(!(e&&t))return;let r=new Date("2020-01-01T"+e).valueOf(),o=new Date("2020-01-01T"+t).valueOf();if(!(r&&o))return;return r-o}function rN(e,t){if(!(e&&t))return;let r=dx.exec(e),o=dx.exec(t);if(!(r&&o))return;if(e=r[1]+r[2]+r[3],t=o[1]+o[2]+o[3],e>t)return 1;if(e<t)return-1;return 0}var fx=/t|\s/i;function YD(e){let t=px(e);return function(o){let n=o.split(fx);return n.length===2&&tN(n[0])&&t(n[1])}}function nN(e,t){if(!(e&&t))return;let r=new Date(e).valueOf(),o=new Date(t).valueOf();if(!(r&&o))return;return r-o}function oN(e,t){if(!(e&&t))return;let[r,o]=e.split(fx),[n,i]=t.split(fx),s=mx(r,n);if(s===void 0)return;return s||gx(o,i)}var Y7=/\/|:/,Q7=/^(?:[a-z][a-z0-9+\-.]*:)(?:\/?\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:]|%[0-9a-f]{2})*@)?(?:\[(?:(?:(?:(?:[0-9a-f]{1,4}:){6}|::(?:[0-9a-f]{1,4}:){5}|(?:[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){4}|(?:(?:[0-9a-f]{1,4}:){0,1}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){3}|(?:(?:[0-9a-f]{1,4}:){0,2}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){2}|(?:(?:[0-9a-f]{1,4}:){0,3}[0-9a-f]{1,4})?::[0-9a-f]{1,4}:|(?:(?:[0-9a-f]{1,4}:){0,4}[0-9a-f]{1,4})?::)(?:[0-9a-f]{1,4}:[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?))|(?:(?:[0-9a-f]{1,4}:){0,5}[0-9a-f]{1,4})?::[0-9a-f]{1,4}|(?:(?:[0-9a-f]{1,4}:){0,6}[0-9a-f]{1,4})?::)|[Vv][0-9a-f]+\.[a-z0-9\-._~!$&'()*+,;=:]+)\]|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)|(?:[a-z0-9\-._~!$&'()*+,;=]|%[0-9a-f]{2})*)(?::\d*)?(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*|\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*)?|(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*)(?:\?(?:[a-z0-9\-._~!$&'()*+,;=:@/?]|%[0-9a-f]{2})*)?(?:#(?:[a-z0-9\-._~!$&'()*+,;=:@/?]|%[0-9a-f]{2})*)?$/i;function eQ(e){return Y7.test(e)&&Q7.test(e)}var QD=/^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$/gm;function tQ(e){return QD.lastIndex=0,QD.test(e)}var rQ=-2147483648,nQ=2147483647;function oQ(e){return Number.isInteger(e)&&e<=nQ&&e>=rQ}function iQ(e){return Number.isInteger(e)}function eN(){return!0}var sQ=/[^\\]\\Z/;function aQ(e){if(sQ.test(e))return!1;try{return new RegExp(e),!0}catch(t){return!1}}});var lN=k((cN)=>{Object.defineProperty(cN,"__esModule",{value:!0});cN.formatLimitDefinition=void 0;var lQ=ux(),br=re(),qn=br.operators,eg={formatMaximum:{okStr:"<=",ok:qn.LTE,fail:qn.GT},formatMinimum:{okStr:">=",ok:qn.GTE,fail:qn.LT},formatExclusiveMaximum:{okStr:"<",ok:qn.LT,fail:qn.GTE},formatExclusiveMinimum:{okStr:">",ok:qn.GT,fail:qn.LTE}},uQ={message:({keyword:e,schemaCode:t})=>br.str`should be ${eg[e].okStr} ${t}`,params:({keyword:e,schemaCode:t})=>br._`{comparison: ${eg[e].okStr}, limit: ${t}}`};cN.formatLimitDefinition={keyword:Object.keys(eg),type:"string",schemaType:"string",$data:!0,error:uQ,code(e){let{gen:t,data:r,schemaCode:o,keyword:n,it:i}=e,{opts:s,self:a}=i;if(!s.validateFormats)return;let c=new lQ.KeywordCxt(i,a.RULES.all.format.definition,"format");if(c.$data)u();else d();function u(){let f=t.scopeValue("formats",{ref:a.formats,code:s.code.formats}),m=t.const("fmt",br._`${f}[${c.schemaCode}]`);e.fail$data((0,br.or)(br._`typeof ${m} != "object"`,br._`${m} instanceof RegExp`,br._`typeof ${m}.compare != "function"`,p(m)))}function d(){let f=c.schema,m=a.formats[f];if(!m||m===!0)return;if(typeof m!="object"||m instanceof RegExp||typeof m.compare!="function")throw Error(`"${n}": format "${f}" does not define "compare" function`);let g=t.scopeValue("formats",{key:f,ref:m,code:s.code.formats?br._`${s.code.formats}${(0,br.getProperty)(f)}`:void 0});e.fail$data(p(g))}function p(f){return br._`${f}.compare(${r}, ${o}) ${eg[n].fail} 0`}},dependencies:["format"]};var dQ=(e)=>(e.addKeyword(cN.formatLimitDefinition),e);cN.default=dQ});var fN=k((Jl,pN)=>{Object.defineProperty(Jl,"__esModule",{value:!0});var Ts=aN(),fQ=lN(),bx=re(),uN=new bx.Name("fullFormats"),mQ=new bx.Name("fastFormats"),_x=(e,t={keywords:!0})=>{if(Array.isArray(t))return dN(e,t,Ts.fullFormats,uN),e;let[r,o]=t.mode==="fast"?[Ts.fastFormats,mQ]:[Ts.fullFormats,uN],n=t.formats||Ts.formatNames;if(dN(e,n,r,o),t.keywords)(0,fQ.default)(e);return e};_x.get=(e,t="full")=>{let o=(t==="fast"?Ts.fastFormats:Ts.fullFormats)[e];if(!o)throw Error(`Unknown format "${e}"`);return o};function dN(e,t,r,o){var n,i;(n=(i=e.opts.code).formats)!==null&&n!==void 0||(i.formats=bx._`require("ajv-formats/dist/formats").${o}`);for(let s of t)e.addFormat(s,r[s])}pN.exports=Jl=_x;Object.defineProperty(Jl,"__esModule",{value:!0});Jl.default=_x});import{execFile as xre}from"child_process";import{randomUUID as rw}from"crypto";import{createReadStream as wre,realpathSync as kre}from"fs";import{copyFile as Ere,mkdir as Xx,readdir as Tre,readFile as WU,rm as Pre,writeFile as KU}from"fs/promises";import{createRequire as Ire}from"module";import{homedir as Yx,tmpdir as Rre}from"os";import{dirname as BU,isAbsolute as GU,join as zt,relative as JU,resolve as pu,sep as nw}from"path";import{createInterface as $re}from"readline";import{fileURLToPath as Ore}from"url";import{setMaxListeners as Rz}from"events";var $z=50;function Hs(e=$z){let t=new AbortController;return Rz(e,t.signal),t}import{realpathSync as Oz}from"fs";import{dirname as gw,resolve as Tg,sep as hw}from"path";function Or(e){return process.platform==="darwin"?e.normalize("NFC"):e}function bw(e){return/^[\\/]{2}/.test(e)}function _w(e){return/^[\\/]{2}wsl(\$|\.localhost)[\\/]/i.test(e)}function Az(e){if(e.startsWith("\\\\?\\UNC\\"))return"\\\\"+e.slice(8);if(e.startsWith("\\\\?\\")&&e.length>=7&&e[5]===":")return e.slice(4);return e}function yw(e){try{return Az(Oz.native(e))}catch{return null}}function vw(e,t){let r=Tg(t).toLowerCase(),o=Tg(e).toLowerCase();if(gw(o)===r||o.startsWith(r+hw))return!0;let n=yw(t)?.toLowerCase();if(n==null)return!1;let i=yw(gw(Tg(e)))?.toLowerCase();if(i==null)return!0;return i===n||i.startsWith(n+hw)}function hu(e,t,r){return new Promise((o,n)=>{if(t?.aborted){if(r?.throwOnAbort||r?.abortError)n(r.abortError?.()??Error("aborted"));else o();return}let i=setTimeout((a,c,u)=>{a?.removeEventListener("abort",c),u()},e,t,s,o);function s(){if(clearTimeout(i),r?.throwOnAbort||r?.abortError)n(r.abortError?.()??Error("aborted"));else o()}if(t?.addEventListener("abort",s,{once:!0}),r?.unref)i.unref()})}function Cz(e,t){e(Error(t))}function Ar(e,t,r){let o,n=new Promise((i,s)=>{o=setTimeout(Cz,t,s,r)});return Promise.race([e,n]).finally(()=>{if(o!==void 0)clearTimeout(o)})}import{spawn as oB}from"child_process";import{existsSync as iB}from"fs";import{createInterface as sB}from"readline";var Xo=["PreToolUse","PostToolUse","PostToolUseFailure","PostToolBatch","Notification","UserPromptSubmit","UserPromptExpansion","SessionStart","SessionEnd","Stop","StopFailure","SubagentStart","SubagentStop","PreCompact","PostCompact","PermissionRequest","PermissionDenied","Setup","TeammateIdle","TaskCreated","TaskCompleted","Elicitation","ElicitationResult","ConfigChange","WorktreeCreate","WorktreeRemove","InstructionsLoaded","CwdChanged","FileChanged","MessageDisplay"],Mz=["clear","resume","logout","prompt_input_exit","other","bypass_permissions_disabled"],Dz="__SYSTEM_PROMPT_DYNAMIC_BOUNDARY__";var Nz=/^(?:\s*<[a-z][\w-]*[\s>]|\[Request interrupted by user[^\]]*\])/,jz=/<command-name>(.*?)<\/command-name>/;function qs(e,t){if(e.type!=="user")return;if(e.isMeta===!0||e.isCompactSummary===!0)return;let r=e.message;if(!r)return;let o=r.content,n=[];if(typeof o==="string")n.push(o);else if(Array.isArray(o))for(let i of o){if(!i||typeof i!=="object")continue;if(i.type==="tool_result")return;if(i.type==="text"&&typeof i.text==="string")n.push(i.text)}for(let i of n){let s=i.replaceAll(`
|
|
16
|
-
`," ").trim();if(!s)continue;let a=jz.exec(s);if(a){if(!t.commandFallback)t.commandFallback=a[1];continue}let c=/<bash-input>([\s\S]*?)<\/bash-input>/.exec(s);if(c)return`! ${c[1].trim()}`;if(Nz.test(s))continue;if(s.length>200)s=s.slice(0,200).trim()+"…";return s}return}var Uz={customTitle:"customTitle",aiTitle:"aiTitle",lastPrompt:"lastPrompt",summary:"summaryHint",gitBranch:"gitBranch"};function yu(e,t,r,o){let n=o?.mtime??e?.mtime??0,i=e!==void 0?{sessionId:e.sessionId,mtime:n,data:{...e.data}}:{sessionId:t.sessionId,mtime:n,data:{}},s=i.data;for(let a of r){let c=Lz(a.timestamp);if(s.isSidechain===void 0)s.isSidechain=a.isSidechain===!0;if(s.createdAt===void 0&&c!==void 0)s.createdAt=c;if(s.cwd===void 0){let u=a.cwd;if(typeof u==="string"&&u)s.cwd=u}Fz(s,a);for(let[u,d]of Object.entries(Uz)){let p=a[u];if(typeof p==="string")s[d]=p}if(a.type==="tag"){let u=a.tag;if(typeof u==="string"&&u)s.tag=u;else delete s.tag}}return i}function Sw(e,t){let r=e.data;if(r.isSidechain===!0)return null;let o=ln(r.firstPromptLocked===!0?r.firstPrompt:r.commandFallback)||void 0,n=ln(r.customTitle)||ln(r.aiTitle)||void 0,i=n||ln(r.lastPrompt)||ln(r.summaryHint)||o;if(!i)return null;return{sessionId:e.sessionId,summary:i,lastModified:e.mtime,fileSize:void 0,customTitle:n,firstPrompt:o,gitBranch:ln(r.gitBranch)||void 0,cwd:ln(r.cwd)||t||void 0,tag:ln(r.tag)||void 0,createdAt:zz(r.createdAt)}}function ln(e){return typeof e==="string"?e:void 0}function zz(e){return typeof e==="number"?e:void 0}function Lz(e){if(typeof e!=="string")return;let t=Date.parse(e);return Number.isNaN(t)?void 0:t}function Fz(e,t){if(e.firstPromptLocked)return;let r={commandFallback:e.commandFallback??""},o=qs(t,r);if(r.commandFallback&&!e.commandFallback)e.commandFallback=r.commandFallback;if(o!==void 0)e.firstPrompt=o,e.firstPromptLocked=!0}class Pg{store=new Map;mtimes=new Map;summaries=new Map;lastMtime=0;keyToString(e){let t=[e.projectKey,e.sessionId];if(e.subpath)t.push(e.subpath);return t.join("/")}async append(e,t){let r=this.keyToString(e),o=this.store.get(r)??[];o.push(...t),this.store.set(r,o);let n=Math.max(Date.now(),this.lastMtime+1);if(this.lastMtime=n,this.mtimes.set(r,n),e.subpath===void 0){let i=`${e.projectKey}/${e.sessionId}`,s=yu(this.summaries.get(i),e,t,{mtime:n});this.summaries.set(i,s)}}async load(e){let t=this.keyToString(e);return this.store.get(t)??null}async listSessions(e){let t=[],r=e+"/";for(let[o]of this.store)if(o.startsWith(r)){let n=o.slice(r.length);if(!n.includes("/"))t.push({sessionId:n,mtime:this.mtimes.get(o)??0})}return t}async listSessionSummaries(e){let t=[],r=e+"/";for(let[o,n]of this.summaries)if(o.startsWith(r))t.push(n);return t}async delete(e){let t=this.keyToString(e);if(this.store.delete(t),this.mtimes.delete(t),e.subpath===void 0){this.summaries.delete(`${e.projectKey}/${e.sessionId}`);let r=`${e.projectKey}/${e.sessionId}/`;for(let o of this.store.keys())if(o.startsWith(r))this.store.delete(o),this.mtimes.delete(o)}}async listSubkeys(e){let t=`${e.projectKey}/${e.sessionId}/`,r=[];for(let o of this.store.keys())if(o.startsWith(t))r.push(o.slice(t.length));return r}getEntries(e){return this.store.get(this.keyToString(e))??[]}get size(){let e=0;for(let t of this.store.keys()){let r=t.indexOf("/");if(r!==-1&&!t.slice(r+1).includes("/"))e++}return e}clear(){this.store.clear(),this.mtimes.clear(),this.summaries.clear()}}class ot extends Error{}function bu(){return process.versions.bun!==void 0}function Ee(e){if(!e)return!1;if(typeof e==="boolean")return e;let t=String(e).toLowerCase().trim();return["1","true","yes","on"].includes(t)}function un(){let e=new Set;return{subscribe(t){return e.add(t),()=>{e.delete(t)}},emit(...t){let r;for(let o of e)try{o(...t)}catch(n){(r??=[]).push(n)}if(r)throw r.length===1?r[0]:AggregateError(r,"Signal listener(s) threw")},clear(){e.clear()}}}var Hz=typeof global=="object"&&global&&global.Object===Object&&global,_u=Hz;var qz=typeof self=="object"&&self&&self.Object===Object&&self,Zz=_u||qz||Function("return this")(),Bt=Zz;var Vz=Bt.Symbol,Ht=Vz;var xw=Object.prototype,Wz=xw.hasOwnProperty,Kz=xw.toString,Zs=Ht?Ht.toStringTag:void 0;function Gz(e){var t=Wz.call(e,Zs),r=e[Zs];try{e[Zs]=void 0;var o=!0}catch(i){}var n=Kz.call(e);if(o)if(t)e[Zs]=r;else delete e[Zs];return n}var ww=Gz;var Jz=Object.prototype,Xz=Jz.toString;function Yz(e){return Xz.call(e)}var kw=Yz;var Qz="[object Null]",eL="[object Undefined]",Ew=Ht?Ht.toStringTag:void 0;function tL(e){if(e==null)return e===void 0?eL:Qz;return Ew&&Ew in Object(e)?ww(e):kw(e)}var wr=tL;function rL(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}var Qe=rL;var nL="[object AsyncFunction]",oL="[object Function]",iL="[object GeneratorFunction]",sL="[object Proxy]";function aL(e){if(!Qe(e))return!1;var t=wr(e);return t==oL||t==iL||t==nL||t==sL}var Yo=aL;var cL=Bt["__core-js_shared__"],vu=cL;var Tw=function(){var e=/[^.]+$/.exec(vu&&vu.keys&&vu.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();function lL(e){return!!Tw&&Tw in e}var Pw=lL;var uL=Function.prototype,dL=uL.toString;function pL(e){if(e!=null){try{return dL.call(e)}catch(t){}try{return e+""}catch(t){}}return""}var Iw=pL;var fL=/[\\^$.*+?()[\]{}|]/g,mL=/^\[object .+?Constructor\]$/,gL=Function.prototype,hL=Object.prototype,yL=gL.toString,bL=hL.hasOwnProperty,_L=RegExp("^"+yL.call(bL).replace(fL,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function vL(e){if(!Qe(e)||Pw(e))return!1;var t=Yo(e)?_L:mL;return t.test(Iw(e))}var Rw=vL;function SL(e,t){return e==null?void 0:e[t]}var $w=SL;function xL(e,t){var r=$w(e,t);return Rw(r)?r:void 0}var Qo=xL;var wL=Qo(Object,"create"),Cr=wL;function kL(){this.__data__=Cr?Cr(null):{},this.size=0}var Ow=kL;function EL(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}var Aw=EL;var TL="__lodash_hash_undefined__",PL=Object.prototype,IL=PL.hasOwnProperty;function RL(e){var t=this.__data__;if(Cr){var r=t[e];return r===TL?void 0:r}return IL.call(t,e)?t[e]:void 0}var Cw=RL;var $L=Object.prototype,OL=$L.hasOwnProperty;function AL(e){var t=this.__data__;return Cr?t[e]!==void 0:OL.call(t,e)}var Mw=AL;var CL="__lodash_hash_undefined__";function ML(e,t){var r=this.__data__;return this.size+=this.has(e)?0:1,r[e]=Cr&&t===void 0?CL:t,this}var Dw=ML;function ei(e){var t=-1,r=e==null?0:e.length;this.clear();while(++t<r){var o=e[t];this.set(o[0],o[1])}}ei.prototype.clear=Ow;ei.prototype.delete=Aw;ei.prototype.get=Cw;ei.prototype.has=Mw;ei.prototype.set=Dw;var Ig=ei;function DL(){this.__data__=[],this.size=0}var Nw=DL;function NL(e,t){return e===t||e!==e&&t!==t}var dn=NL;function jL(e,t){var r=e.length;while(r--)if(dn(e[r][0],t))return r;return-1}var pn=jL;var UL=Array.prototype,zL=UL.splice;function LL(e){var t=this.__data__,r=pn(t,e);if(r<0)return!1;var o=t.length-1;if(r==o)t.pop();else zL.call(t,r,1);return--this.size,!0}var jw=LL;function FL(e){var t=this.__data__,r=pn(t,e);return r<0?void 0:t[r][1]}var Uw=FL;function BL(e){return pn(this.__data__,e)>-1}var zw=BL;function HL(e,t){var r=this.__data__,o=pn(r,e);if(o<0)++this.size,r.push([e,t]);else r[o][1]=t;return this}var Lw=HL;function ti(e){var t=-1,r=e==null?0:e.length;this.clear();while(++t<r){var o=e[t];this.set(o[0],o[1])}}ti.prototype.clear=Nw;ti.prototype.delete=jw;ti.prototype.get=Uw;ti.prototype.has=zw;ti.prototype.set=Lw;var fn=ti;var qL=Qo(Bt,"Map"),Su=qL;function ZL(){this.size=0,this.__data__={hash:new Ig,map:new(Su||fn),string:new Ig}}var Fw=ZL;function VL(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}var Bw=VL;function WL(e,t){var r=e.__data__;return Bw(t)?r[typeof t=="string"?"string":"hash"]:r.map}var mn=WL;function KL(e){var t=mn(this,e).delete(e);return this.size-=t?1:0,t}var Hw=KL;function GL(e){return mn(this,e).get(e)}var qw=GL;function JL(e){return mn(this,e).has(e)}var Zw=JL;function XL(e,t){var r=mn(this,e),o=r.size;return r.set(e,t),this.size+=r.size==o?0:1,this}var Vw=XL;function ri(e){var t=-1,r=e==null?0:e.length;this.clear();while(++t<r){var o=e[t];this.set(o[0],o[1])}}ri.prototype.clear=Fw;ri.prototype.delete=Hw;ri.prototype.get=qw;ri.prototype.has=Zw;ri.prototype.set=Vw;var Vs=ri;var YL="Expected a function";function Rg(e,t){if(typeof e!="function"||t!=null&&typeof t!="function")throw TypeError(YL);var r=function(){var o=arguments,n=t?t.apply(this,o):o[0],i=r.cache;if(i.has(n))return i.get(n);var s=e.apply(this,o);return r.cache=i.set(n,s)||i,s};return r.cache=new(Rg.Cache||Vs),r}Rg.Cache=Vs;var Ce=Rg;import{homedir as QL}from"os";import{join as e1}from"path";var qt=Ce(()=>(process.env.CLAUDE_CONFIG_DIR??e1(QL(),".claude")).normalize("NFC"),()=>process.env.CLAUDE_CONFIG_DIR);var mie=Ce(()=>Ee(process.env.CLAUDE_CODE_SUPERVISED));function N(e,t,r,o,n){if(o==="m")throw TypeError("Private method is not writable");if(o==="a"&&!n)throw TypeError("Private accessor was defined without a setter");if(typeof t==="function"?e!==t||!n:!t.has(e))throw TypeError("Cannot write private member to an object whose class did not declare it");return o==="a"?n.call(e,r):n?n.value=r:t.set(e,r),r}function _(e,t,r,o){if(r==="a"&&!o)throw TypeError("Private accessor was defined without a getter");if(typeof t==="function"?e!==t||!o:!t.has(e))throw TypeError("Cannot read private member from an object whose class did not declare it");return r==="m"?o:r==="a"?o.call(e):o?o.value:t.get(e)}var $g=function(){let{crypto:e}=globalThis;if(e?.randomUUID)return $g=e.randomUUID.bind(e),e.randomUUID();let t=new Uint8Array(1),r=e?()=>e.getRandomValues(t)[0]:()=>Math.random()*255&255;return"10000000-1000-4000-8000-100000000000".replace(/[018]/g,(o)=>(+o^r()&15>>+o/4).toString(16))};function Mr(e){return typeof e==="object"&&e!==null&&(("name"in e)&&e.name==="AbortError"||("message"in e)&&String(e.message).includes("FetchRequestCanceledException"))}var Ws=(e)=>{if(e instanceof Error)return e;if(typeof e==="object"&&e!==null){try{if(Object.prototype.toString.call(e)==="[object Error]"){let t=Error(e.message,e.cause?{cause:e.cause}:{});if(e.stack)t.stack=e.stack;if(e.cause&&!t.cause)t.cause=e.cause;if(e.name)t.name=e.name;return t}}catch{}try{return Error(JSON.stringify(e))}catch{}}return Error(e)};class z extends Error{}class We extends z{constructor(e,t,r,o,n){super(`${We.makeMessage(e,t,r)}`);this.status=e,this.headers=o,this.requestID=o?.get("request-id"),this.error=t,this.type=n??null}static makeMessage(e,t,r){let o=t?.message?typeof t.message==="string"?t.message:JSON.stringify(t.message):t?JSON.stringify(t):r;if(e&&o)return`${e} ${o}`;if(e)return`${e} status code (no body)`;if(o)return o;return"(no status code or body)"}static generate(e,t,r,o){if(!e||!o)return new to({message:r,cause:Ws(t)});let n=t,i=n?.error?.type;if(e===400)return new Gs(e,n,r,o,i);if(e===401)return new Js(e,n,r,o,i);if(e===403)return new Xs(e,n,r,o,i);if(e===404)return new Ys(e,n,r,o,i);if(e===409)return new Qs(e,n,r,o,i);if(e===422)return new ea(e,n,r,o,i);if(e===429)return new ta(e,n,r,o,i);if(e>=500)return new ra(e,n,r,o,i);return new We(e,n,r,o,i)}}class et extends We{constructor({message:e}={}){super(void 0,void 0,e||"Request was aborted.",void 0)}}class to extends We{constructor({message:e,cause:t}){super(void 0,void 0,e||"Connection error.",void 0);if(t)this.cause=t}}class Ks extends to{constructor({message:e}={}){super({message:e??"Request timed out."})}}class Gs extends We{}class Js extends We{}class Xs extends We{}class Ys extends We{}class Qs extends We{}class ea extends We{}class ta extends We{}class ra extends We{}var r1=/^[a-z][a-z0-9+.-]*:/i,Ww=(e)=>r1.test(e),Og=(e)=>(Og=Array.isArray,Og(e)),Ag=Og;function xu(e){if(typeof e!=="object")return{};return e??{}}function Cg(e){if(!e)return!0;for(let t in e)return!1;return!0}function Kw(e,t){return Object.prototype.hasOwnProperty.call(e,t)}var Gw=(e,t)=>{if(typeof t!=="number"||!Number.isInteger(t))throw new z(`${e} must be an integer`);if(t<0)throw new z(`${e} must be a positive integer`);return t};var wu=(e)=>{try{return JSON.parse(e)}catch(t){return}};var Jw=(e)=>new Promise((t)=>setTimeout(t,e));var Zt="0.94.0";var ek=()=>typeof window<"u"&&typeof window.document<"u"&&typeof navigator<"u";function n1(){if(typeof Deno<"u"&&Deno.build!=null)return"deno";if(typeof EdgeRuntime<"u")return"edge";if(Object.prototype.toString.call(typeof globalThis.process<"u"?globalThis.process:0)==="[object process]")return"node";return"unknown"}var o1=()=>{let e=n1();if(e==="deno")return{"X-Stainless-Lang":"js","X-Stainless-Package-Version":Zt,"X-Stainless-OS":Yw(Deno.build.os),"X-Stainless-Arch":Xw(Deno.build.arch),"X-Stainless-Runtime":"deno","X-Stainless-Runtime-Version":typeof Deno.version==="string"?Deno.version:Deno.version?.deno??"unknown"};if(typeof EdgeRuntime<"u")return{"X-Stainless-Lang":"js","X-Stainless-Package-Version":Zt,"X-Stainless-OS":"Unknown","X-Stainless-Arch":`other:${EdgeRuntime}`,"X-Stainless-Runtime":"edge","X-Stainless-Runtime-Version":globalThis.process.version};if(e==="node")return{"X-Stainless-Lang":"js","X-Stainless-Package-Version":Zt,"X-Stainless-OS":Yw(globalThis.process.platform??"unknown"),"X-Stainless-Arch":Xw(globalThis.process.arch??"unknown"),"X-Stainless-Runtime":"node","X-Stainless-Runtime-Version":globalThis.process.version??"unknown"};let t=i1();if(t)return{"X-Stainless-Lang":"js","X-Stainless-Package-Version":Zt,"X-Stainless-OS":"Unknown","X-Stainless-Arch":"unknown","X-Stainless-Runtime":`browser:${t.browser}`,"X-Stainless-Runtime-Version":t.version};return{"X-Stainless-Lang":"js","X-Stainless-Package-Version":Zt,"X-Stainless-OS":"Unknown","X-Stainless-Arch":"unknown","X-Stainless-Runtime":"unknown","X-Stainless-Runtime-Version":"unknown"}};function i1(){if(typeof navigator>"u"||!navigator)return null;let e=[{key:"edge",pattern:/Edge(?:\W+(\d+)\.(\d+)(?:\.(\d+))?)?/},{key:"ie",pattern:/MSIE(?:\W+(\d+)\.(\d+)(?:\.(\d+))?)?/},{key:"ie",pattern:/Trident(?:.*rv\:(\d+)\.(\d+)(?:\.(\d+))?)?/},{key:"chrome",pattern:/Chrome(?:\W+(\d+)\.(\d+)(?:\.(\d+))?)?/},{key:"firefox",pattern:/Firefox(?:\W+(\d+)\.(\d+)(?:\.(\d+))?)?/},{key:"safari",pattern:/(?:Version\W+(\d+)\.(\d+)(?:\.(\d+))?)?(?:\W+Mobile\S*)?\W+Safari/}];for(let{key:t,pattern:r}of e){let o=r.exec(navigator.userAgent);if(o){let n=o[1]||0,i=o[2]||0,s=o[3]||0;return{browser:t,version:`${n}.${i}.${s}`}}}return null}var Xw=(e)=>{if(e==="x32")return"x32";if(e==="x86_64"||e==="x64")return"x64";if(e==="arm")return"arm";if(e==="aarch64"||e==="arm64")return"arm64";if(e)return`other:${e}`;return"unknown"},Yw=(e)=>{if(e=e.toLowerCase(),e.includes("ios"))return"iOS";if(e==="android")return"Android";if(e==="darwin")return"MacOS";if(e==="win32")return"Windows";if(e==="freebsd")return"FreeBSD";if(e==="openbsd")return"OpenBSD";if(e==="linux")return"Linux";if(e)return`Other:${e}`;return"Unknown"},Qw,na=()=>Qw??(Qw=o1());function tk(){if(typeof fetch<"u")return fetch;throw Error("`fetch` is not defined as a global; Either pass `fetch` to the client, `new Anthropic({ fetch })` or polyfill the global, `globalThis.fetch = fetch`")}function Mg(...e){let t=globalThis.ReadableStream;if(typeof t>"u")throw Error("`ReadableStream` is not defined as a global; You will need to polyfill it, `globalThis.ReadableStream = ReadableStream`");return new t(...e)}function ku(e){let t=Symbol.asyncIterator in e?e[Symbol.asyncIterator]():e[Symbol.iterator]();return Mg({start(){},async pull(r){let{done:o,value:n}=await t.next();if(o)r.close();else r.enqueue(n)},async cancel(){await t.return?.()}})}function oa(e){if(e[Symbol.asyncIterator])return e;let t=e.getReader();return{async next(){try{let r=await t.read();if(r?.done)t.releaseLock();return r}catch(r){throw t.releaseLock(),r}},async return(){let r=t.cancel();return t.releaseLock(),await r,{done:!0,value:void 0}},[Symbol.asyncIterator](){return this}}}async function rk(e){if(e===null||typeof e!=="object")return;if(e[Symbol.asyncIterator]){await e[Symbol.asyncIterator]().return?.();return}let t=e.getReader(),r=t.cancel();t.releaseLock(),await r}var nk=({headers:e,body:t})=>({bodyHeaders:{"content-type":"application/json"},body:JSON.stringify(t)});function ok(e){return Object.entries(e).filter(([t,r])=>typeof r<"u").map(([t,r])=>{if(typeof r==="string"||typeof r==="number"||typeof r==="boolean")return`${encodeURIComponent(t)}=${encodeURIComponent(r)}`;if(r===null)return`${encodeURIComponent(t)}=`;throw new z(`Cannot stringify type ${typeof r}; Expected string, number, boolean, or null. If you need to pass nested query parameters, you can manually encode them, e.g. { query: { 'foo[key1]': value1, 'foo[key2]': value2 } }, and please open a GitHub issue requesting better support for your use case.`)}).join("&")}var sk="urn:ietf:params:oauth:grant-type:jwt-bearer",ak="refresh_token",Eu="/v1/oauth/token",ro="oauth-2025-04-20",ck="oidc-federation-2026-04-01",lk=120,ni=30,uk=5,ik=1048576;function Tu(e){if(!e)return;let t;try{t=new URL(e)}catch(o){throw new he(`Invalid token endpoint base URL "${e}": ${o}`)}if(t.protocol==="https:")return;let r=t.hostname.toLowerCase().replace(/^\[|\]$/g,"");if(t.protocol==="http:"&&(r==="localhost"||r==="127.0.0.1"||r==="::1"))return;throw new he(`Refusing to send credential over non-https token endpoint "${e}"`)}async function Pu(e,t){let r=await l1(e),o;try{o=JSON.parse(r)}catch{throw new he(`Token endpoint returned non-JSON response (status ${e.status})`,e.status,bt(r),t)}if(!o.access_token)throw new he(`Token endpoint response missing access_token: ${JSON.stringify(bt(o))}`,e.status,bt(o),t);if(o.token_type&&o.token_type.toLowerCase()!=="bearer")throw new he(`Token endpoint response: unsupported token_type "${o.token_type}" (want Bearer)`,e.status,bt(o),t);return o}var Dg=2000,c1=new Set(["error","error_description","error_uri"]);function bt(e){if(e==null)return e;if(typeof e==="string"){let t;try{t=JSON.parse(e)}catch{if(e.length<=Dg)return e;return e.slice(0,Dg)+`... <${e.length-Dg} more chars>`}return JSON.stringify(bt(t))}if(typeof e==="object"&&!Array.isArray(e)){let t={};for(let[r,o]of Object.entries(e))if(c1.has(r))t[r]=o;return t}return null}async function Iu(e,t=(r)=>console.warn(`anthropic-sdk: ${r}`)){if(typeof process>"u"||process.platform==="win32")return;let r=await import("node:fs"),o=e,n;try{o=await r.promises.realpath(e),n=await r.promises.stat(o)}catch{return}let i=n.mode&511;if(i&18)throw new he(`Credentials file at ${o} is group/world-writable (mode 0o${i.toString(8)}); this allows other local users to plant tokens. Run \`chmod 600 ${o}\`.`);if(i&36)throw new he(`Credentials file at ${o} is group/world-readable (mode 0o${i.toString(8)}); run \`chmod 600 ${o}\` before retrying.`);if(typeof process.getuid==="function"&&n.uid!==process.getuid())t(`credentials file at ${o} is owned by uid ${n.uid} (current process uid ${process.getuid()}); verify this is intentional.`)}async function Ru(e,t){let r=await import("node:fs"),n=(await import("node:path")).dirname(e);await r.promises.mkdir(n,{recursive:!0,mode:448});let i=`${e}.${process.pid}.${Math.random().toString(36).slice(2)}.tmp`;try{let s=await r.promises.open(i,"w",384);try{await s.writeFile(JSON.stringify(t,null,2)),await s.sync()}finally{await s.close()}await r.promises.rename(i,e)}catch(s){throw await r.promises.unlink(i).catch(()=>{}),s}try{let s=await r.promises.open(n,"r");try{await s.sync()}finally{await s.close()}}catch{}}async function l1(e){if(!e.body)return"";let t=e.body.getReader(),r=[],o=0;for(;;){let{done:i,value:s}=await t.read();if(i)break;if(o+s.length>ik){let a=ik-o;if(a>0)r.push(s.subarray(0,a));await t.cancel();break}r.push(s),o+=s.length}let n;if(r.length===1)n=r[0];else{n=new Uint8Array(r.reduce((s,a)=>s+a.length,0));let i=0;for(let s of r)n.set(s,i),i+=s.length}return new TextDecoder("utf-8").decode(n)}class he extends z{constructor(e,t=null,r=null,o=null){super(e);this.statusCode=t,this.body=r,this.requestId=o}}function or(){return Math.floor(Date.now()/1000)}class Ng{constructor(e,t){this.cached=null,this.pendingRefresh=null,this.nextForce=!1,this.lastAdvisoryError=0,this.provider=e,this.onAdvisoryRefreshError=t}async getToken(){let e=this.nextForce;this.nextForce=!1;let t=this.cached;if(e||t==null)return(await this.refresh(e)).token;if(t.expiresAt==null)return t.token;let r=t.expiresAt-or();if(r>lk)return t.token;if(r>ni)return this.backgroundRefresh(),t.token;return(await this.refresh()).token}invalidate(){this.cached=null,this.nextForce=!0}refresh(e=!1){if(this.pendingRefresh&&!e)return this.pendingRefresh;return this.doRefresh(e)}backgroundRefresh(){if(this.pendingRefresh)return;if(or()-this.lastAdvisoryError<uk)return;this.doRefresh().catch((e)=>{this.lastAdvisoryError=or(),this.onAdvisoryRefreshError?.(e)})}doRefresh(e=!1){return this.pendingRefresh=this.provider(e?{forceRefresh:!0}:void 0).then((t)=>(this.cached=t,this.pendingRefresh=null,t),(t)=>{throw this.pendingRefresh=null,t}),this.pendingRefresh}}var ge=(e)=>{if(typeof globalThis.process<"u")return globalThis.process.env?.[e]?.trim()||void 0;if(typeof globalThis.Deno<"u")return globalThis.Deno.env?.get?.(e)?.trim()||void 0;return};function fk(e){let t=0;for(let n of e)t+=n.length;let r=new Uint8Array(t),o=0;for(let n of e)r.set(n,o),o+=n.length;return r}var dk;function oi(e){let t;return(dk??(t=new globalThis.TextEncoder,dk=t.encode.bind(t)))(e)}var pk;function jg(e){let t;return(pk??(t=new globalThis.TextDecoder,pk=t.decode.bind(t)))(e)}var Ou={off:0,error:200,warn:300,info:400,debug:500},Ug=(e,t,r)=>{if(!e)return;if(Kw(Ou,e))return e;Fe(r).warn(`${t} was set to ${JSON.stringify(e)}, expected one of ${JSON.stringify(Object.keys(Ou))}`);return};function ia(){}function $u(e,t,r){if(!t||Ou[e]>Ou[r])return ia;else return t[e].bind(t)}var u1={error:ia,warn:ia,info:ia,debug:ia},mk=new WeakMap;function Fe(e){let t=e.logger,r=e.logLevel??"off";if(!t)return u1;let o=mk.get(t);if(o&&o[0]===r)return o[1];let n={error:$u("error",t,r),warn:$u("warn",t,r),info:$u("info",t,r),debug:$u("debug",t,r)};return mk.set(t,[r,n]),n}var Dr=(e)=>{if(e.options)e.options={...e.options},delete e.options.headers;if(e.headers)e.headers=Object.fromEntries((e.headers instanceof Headers?[...e.headers]:Object.entries(e.headers)).map(([t,r])=>[t,t.toLowerCase()==="x-api-key"||t.toLowerCase()==="authorization"||t.toLowerCase()==="cookie"||t.toLowerCase()==="set-cookie"?"***":r]));if("retryOfRequestLogID"in e){if(e.retryOfRequestLogID)e.retryOf=e.retryOfRequestLogID;delete e.retryOfRequestLogID}return e};var Au="1.0",d1=/^[A-Za-z0-9_.-]+$/;function gk(e){if(!e)throw Error("profile name is empty");if(e==="."||e==="..")throw Error(`profile name "${e}" is not allowed`);if(e.includes("/")||e.includes("\\"))throw Error(`profile name "${e}" must not contain path separators`);if(!d1.test(e))throw Error(`profile name "${e}" contains disallowed characters (allowed: letters, digits, '_', '.', '-')`)}var hk=async(e)=>{var t,r;let o=await zg();if(o===null)return null;let n=e??await bk();if(n===null)return null;gk(n);let i=await import("node:fs"),a=(await import("node:path")).join(o,"configs",`${n}.json`),c;try{c=await i.promises.readFile(a,"utf-8")}catch(p){if(p?.code!=="ENOENT")throw Error(`failed to read config file ${a}: ${p}`);c=null}if(c===null){let p=ge("ANTHROPIC_ORGANIZATION_ID"),f=ge("ANTHROPIC_IDENTITY_TOKEN_FILE"),m=ge("ANTHROPIC_FEDERATION_RULE_ID");if(m&&p)return{fromFile:!1,config:{organization_id:p,workspace_id:ge("ANTHROPIC_WORKSPACE_ID"),base_url:ge("ANTHROPIC_BASE_URL"),authentication:{type:"oidc_federation",federation_rule_id:m,service_account_id:ge("ANTHROPIC_SERVICE_ACCOUNT_ID"),identity_token:f?{source:"file",path:f}:void 0,scope:ge("ANTHROPIC_SCOPE")}}};return null}let u;try{u=JSON.parse(c)}catch(p){throw Error(`failed to parse config file ${a}: ${p}`)}if(!u.authentication)throw Error(`config file ${a} is missing "authentication"`);let d=u.authentication.type;if(d!=="oidc_federation"&&d!=="user_oauth")throw Error(`authentication.type "${d}" is not a known authentication type`);if(u.organization_id??(u.organization_id=ge("ANTHROPIC_ORGANIZATION_ID")),u.workspace_id??(u.workspace_id=ge("ANTHROPIC_WORKSPACE_ID")),u.base_url??(u.base_url=ge("ANTHROPIC_BASE_URL")),(t=u.authentication).scope??(t.scope=ge("ANTHROPIC_SCOPE")),u.authentication.type==="oidc_federation"){if(!u.authentication.identity_token){let p=ge("ANTHROPIC_IDENTITY_TOKEN_FILE");if(p)u.authentication.identity_token={source:"file",path:p}}if(!u.authentication.federation_rule_id)u.authentication.federation_rule_id=ge("ANTHROPIC_FEDERATION_RULE_ID")??"";(r=u.authentication).service_account_id??(r.service_account_id=ge("ANTHROPIC_SERVICE_ACCOUNT_ID"))}return{config:u,fromFile:!0}};var yk=async(e,t)=>{if(e?.authentication.credentials_path)return e.authentication.credentials_path;let r=await zg();if(!r)return null;let o=t??await bk();if(!o)return null;return gk(o),(await import("node:path")).join(r,"credentials",`${o}.json`)},zg=async()=>{if(!p1())return null;let e=await import("node:path"),t=ge("ANTHROPIC_CONFIG_DIR");if(t)return t;if(na()["X-Stainless-OS"]==="Windows"){let i=ge("APPDATA");if(i)return e.join(i,"Anthropic");let s=ge("USERPROFILE");if(s)return e.join(s,"AppData","Roaming","Anthropic");return null}let o=ge("XDG_CONFIG_HOME");if(o)return e.join(o,"anthropic");let n=ge("HOME");if(n)return e.join(n,".config","anthropic");return null},p1=()=>{let e=na()["X-Stainless-Runtime"];return e==="node"||e==="deno"},bk=async()=>{let e=await zg();if(!e)return null;let t=ge("ANTHROPIC_PROFILE");if(t)return t;let r=await import("node:fs"),n=(await import("node:path")).join(e,"active_config");try{return(await r.promises.readFile(n,"utf-8")).trim()||"default"}catch(i){if(i?.code!=="ENOENT")throw Error(`failed to read ${n}: ${i}`);return"default"}};function Lg(e){if(!e)throw new z("Identity token file path is empty");return async()=>{let t=await import("node:fs"),r;try{r=await t.promises.readFile(e,"utf-8")}catch(n){throw new z(`Failed to read identity token file at ${e}: ${n}`)}let o=r.trim();if(!o)throw new z(`Identity token file at ${e} is empty`);return o}}function _k(e){if(!e)throw new z("Identity token value is empty");return()=>e}function vk(e){return async()=>{Tu(e.baseURL);let t=await e.identityTokenProvider();if(t.length>16384)throw new he(`Identity token is ${Math.ceil(t.length/1024)} KiB, exceeds the 16 KiB assertion limit`);let r={grant_type:sk,assertion:t,federation_rule_id:e.federationRuleId,organization_id:e.organizationId};if(e.serviceAccountId)r.service_account_id=e.serviceAccountId;if(e.workspaceId)r.workspace_id=e.workspaceId;let o=`${e.baseURL}${Eu}`,n;try{n=await e.fetch(o,{method:"POST",headers:{"Content-Type":"application/json","anthropic-beta":`${ro},${ck}`,"User-Agent":e.userAgent||`anthropic-sdk-typescript/${Zt} oidcFederationProvider`},body:JSON.stringify(r)})}catch(c){throw new he(`Failed to reach token endpoint ${o}: ${c}`)}let i=n.headers.get("Request-Id");if(!n.ok){let c=await n.text().catch(()=>""),u=bt(c),d="";if(n.status===401)d=` Ensure your federation rule matches your identity token. ${e.workspaceId?"":"If your federation rule is scoped to multiple workspaces, set the ANTHROPIC_WORKSPACE_ID environment variable, the 'workspace_id' config key, or the `workspaceId` option. "}View your authentication events in the Workload identity page of Claude Console for more details.`;throw new he(`Token exchange failed with status ${n.status}${i?` (request-id ${i})`:""}: ${u}${d}`,n.status,u,i)}let s=await Pu(n,i),a=Number(s.expires_in);if(!Number.isFinite(a))throw new he(`Token endpoint response missing required fields: ${JSON.stringify(bt(s))}`,n.status,bt(s),i);return{token:s.access_token,expiresAt:or()+a}}}function Sk(e){return async(t)=>{let r=await import("node:fs");await Iu(e.credentialsPath,e.onSafetyWarning);let o;try{o=await r.promises.readFile(e.credentialsPath,"utf-8")}catch(y){throw new he(`Credentials file not found at ${e.credentialsPath}: ${y}`)}let n;try{n=JSON.parse(o)}catch(y){throw new he(`Credentials file at ${e.credentialsPath} is not valid JSON: ${y}`)}let i=n.access_token;if(!i)throw new he(`Credentials file at ${e.credentialsPath} must include 'access_token'`);let s=n.expires_at;if(!t?.forceRefresh&&(s==null||or()<s-ni))return{token:i,expiresAt:s??null};let a=n.refresh_token;if(!e.clientId||!a)throw new he(`Access token at ${e.credentialsPath} has expired and no refresh is available (client_id ${e.clientId?"set":"empty"}, refresh_token ${a?"set":"empty"})`);Tu(e.baseURL);let c={grant_type:ak,refresh_token:a,client_id:e.clientId},u=`${e.baseURL}${Eu}`,d;try{d=await e.fetch(u,{method:"POST",headers:{"Content-Type":"application/json","anthropic-beta":ro,"User-Agent":e.userAgent||`anthropic-sdk-typescript/${Zt} userOAuthProvider`},body:JSON.stringify(c)})}catch(y){throw new he(`User OAuth refresh failed to reach token endpoint: ${y}`)}let p=d.headers.get("Request-Id");if(!d.ok){let y=await d.text().catch(()=>"");throw new he(`User OAuth refresh failed (HTTP ${d.status}): ${bt(y)}`,d.status,bt(y),p)}let f=await Pu(d,p),m=Number(f.expires_in);if(!Number.isFinite(m))throw new he(`User OAuth refresh response missing or invalid expires_in: ${JSON.stringify(bt(f))}`,d.status,bt(f),p);let g=or()+m,h=f.refresh_token||a;return await Ru(e.credentialsPath,{...n,version:Au,type:"oauth_token",access_token:f.access_token,expires_at:g,refresh_token:h}),{token:f.access_token,expiresAt:g}}}function Fg(e,t){let r=e.authentication.credentials_path??null,o=(e.base_url||t.baseURL).replace(/\/+$/,""),n=f1(e,r,o,t),i={};if(e.workspace_id&&e.authentication.type==="user_oauth")i["anthropic-workspace-id"]=e.workspace_id;return{provider:n,extraHeaders:i,baseURL:e.base_url||void 0}}async function xk(e,t){let r=await hk(t);if(!r)return null;let{config:o,fromFile:n}=r,i=o.authentication.credentials_path||!n?o:{...o,authentication:{...o.authentication,credentials_path:await yk(o,t)??void 0}};return Fg(i,e)}function f1(e,t,r,o){switch(e.authentication.type){case"oidc_federation":{let n=e.authentication,i=m1(n);if(!i)throw new he("oidc_federation config requires an identity token (set authentication.identity_token, ANTHROPIC_IDENTITY_TOKEN_FILE, or ANTHROPIC_IDENTITY_TOKEN)");if(!n.federation_rule_id)throw new he("oidc_federation config requires 'federation_rule_id'. Set it in authentication.federation_rule_id in your profile, or via ANTHROPIC_FEDERATION_RULE_ID (profile takes precedence).");if(!e.organization_id)throw new he("oidc_federation config requires organization_id (set ANTHROPIC_ORGANIZATION_ID or config.organization_id)");let s=vk({identityTokenProvider:i,federationRuleId:n.federation_rule_id,organizationId:e.organization_id,serviceAccountId:n.service_account_id,workspaceId:e.workspace_id,baseURL:r,fetch:o.fetch,userAgent:o.userAgent});if(t)return g1(s,t,o.onCacheWriteError,o.onSafetyWarning);return s}case"user_oauth":{if(!t)throw new he("user_oauth config requires authentication.credentials_path (or load via a profile so it defaults to <config_dir>/credentials/<profile>.json)");return Sk({credentialsPath:t,clientId:e.authentication.client_id,baseURL:r,fetch:o.fetch,userAgent:o.userAgent,onSafetyWarning:o.onSafetyWarning})}default:{let n=e.authentication.type;throw new he(`authentication.type "${n}" is not a known authentication type`)}}}function m1(e){if(e.identity_token){let o=e.identity_token.source;if(o!=="file")throw new he(`identity_token.source "${o}" is not supported by this SDK version (only "file")`);if(!e.identity_token.path)throw new he('identity_token.source "file" requires a non-empty path');return Lg(e.identity_token.path)}let t=ge("ANTHROPIC_IDENTITY_TOKEN_FILE");if(t)return Lg(t);let r=ge("ANTHROPIC_IDENTITY_TOKEN");if(r)return _k(r);return null}function g1(e,t,r,o){return async(n)=>{let i=await import("node:fs");await Iu(t,o);let s;try{let c=await i.promises.readFile(t,"utf-8");s=JSON.parse(c);let u=s?.access_token;if(u&&!n?.forceRefresh){let d=s?.expires_at;if(d==null||or()<d-ni)return{token:u,expiresAt:d??null}}}catch(c){if(c?.code!=="ENOENT"&&!(c instanceof SyntaxError))r?.(c)}let a=await e(n);try{await Ru(t,{...s??{},version:Au,type:"oauth_token",access_token:a.token,expires_at:a.expiresAt})}catch(c){r?.(c)}return a}}var At,Ct;class gn{constructor(){At.set(this,void 0),Ct.set(this,void 0),N(this,At,new Uint8Array,"f"),N(this,Ct,null,"f")}decode(e){if(e==null)return[];let t=e instanceof ArrayBuffer?new Uint8Array(e):typeof e==="string"?oi(e):e;N(this,At,fk([_(this,At,"f"),t]),"f");let r=[],o;while((o=h1(_(this,At,"f"),_(this,Ct,"f")))!=null){if(o.carriage&&_(this,Ct,"f")==null){N(this,Ct,o.index,"f");continue}if(_(this,Ct,"f")!=null&&(o.index!==_(this,Ct,"f")+1||o.carriage)){r.push(jg(_(this,At,"f").subarray(0,_(this,Ct,"f")-1))),N(this,At,_(this,At,"f").subarray(_(this,Ct,"f")),"f"),N(this,Ct,null,"f");continue}let n=_(this,Ct,"f")!==null?o.preceding-1:o.preceding,i=jg(_(this,At,"f").subarray(0,n));r.push(i),N(this,At,_(this,At,"f").subarray(o.index),"f"),N(this,Ct,null,"f")}return r}flush(){if(!_(this,At,"f").length)return[];return this.decode(`
|
|
17
|
-
`)}}
|
|
15
|
+
deps: ${r}}`};var EY={keyword:"dependencies",type:"object",schemaType:"object",error:eD.error,code(e){let[t,r]=TY(e);YM(e,t),QM(e,r)}};function TY({schema:e}){let t={},r={};for(let o in e){if(o==="__proto__")continue;let n=Array.isArray(e[o])?t:r;n[o]=e[o]}return[t,r]}function YM(e,t=e.schema){let{gen:r,data:o,it:n}=e;if(Object.keys(t).length===0)return;let i=r.let("missing");for(let s in t){let a=t[s];if(a.length===0)continue;let c=(0,Kl.propertyInData)(r,o,s,n.opts.ownProperties);if(e.setParams({property:s,depsCount:a.length,deps:a.join(", ")}),n.allErrors)r.if(c,()=>{for(let u of a)(0,Kl.checkReportMissingProp)(e,u)});else r.if(ix._`${c} && (${(0,Kl.checkMissingProp)(e,a,i)})`),(0,Kl.reportMissingProp)(e,i),r.else()}}eD.validatePropertyDeps=YM;function QM(e,t=e.schema){let{gen:r,data:o,keyword:n,it:i}=e,s=r.name("valid");for(let a in t){if((0,kY.alwaysValidSchema)(i,t[a]))continue;r.if((0,Kl.propertyInData)(r,o,a,i.opts.ownProperties),()=>{let c=e.subschema({keyword:n,schemaProp:a},s);e.mergeValidEvaluated(c,s)},()=>r.var(s,!0)),e.ok(s)}}eD.validateSchemaDeps=QM;eD.default=EY});var sD=k((iD)=>{Object.defineProperty(iD,"__esModule",{value:!0});var oD=re(),RY=ue(),$Y={message:"property name must be valid",params:({params:e})=>oD._`{propertyName: ${e.propertyName}}`},AY={keyword:"propertyNames",type:"object",schemaType:["object","boolean"],error:$Y,code(e){let{gen:t,schema:r,data:o,it:n}=e;if((0,RY.alwaysValidSchema)(n,r))return;let i=t.name("valid");t.forIn("key",o,(s)=>{e.setParams({propertyName:s}),e.subschema({keyword:"propertyNames",data:s,dataTypes:["string"],propertyName:s,compositeRule:!0},i),t.if((0,oD.not)(i),()=>{if(e.error(!0),!n.allErrors)t.break()})}),e.ok(i)}};iD.default=AY});var sx=k((aD)=>{Object.defineProperty(aD,"__esModule",{value:!0});var Km=er(),yr=re(),CY=tn(),Gm=ue(),MY={message:"must NOT have additional properties",params:({params:e})=>yr._`{additionalProperty: ${e.additionalProperty}}`},DY={keyword:"additionalProperties",type:["object"],schemaType:["boolean","object"],allowUndefined:!0,trackErrors:!0,error:MY,code(e){let{gen:t,schema:r,parentSchema:o,data:n,errsCount:i,it:s}=e;if(!i)throw Error("ajv implementation error");let{allErrors:a,opts:c}=s;if(s.props=!0,c.removeAdditional!=="all"&&(0,Gm.alwaysValidSchema)(s,r))return;let u=(0,Km.allSchemaProperties)(o.properties),d=(0,Km.allSchemaProperties)(o.patternProperties);p(),e.ok(yr._`${i} === ${CY.default.errors}`);function p(){t.forIn("key",n,(y)=>{if(!u.length&&!d.length)g(y);else t.if(f(y),()=>g(y))})}function f(y){let v;if(u.length>8){let x=(0,Gm.schemaRefOrVal)(s,o.properties,"properties");v=(0,Km.isOwnProperty)(t,x,y)}else if(u.length)v=(0,yr.or)(...u.map((x)=>yr._`${y} === ${x}`));else v=yr.nil;if(d.length)v=(0,yr.or)(v,...d.map((x)=>yr._`${(0,Km.usePattern)(e,x)}.test(${y})`));return(0,yr.not)(v)}function m(y){t.code(yr._`delete ${n}[${y}]`)}function g(y){if(c.removeAdditional==="all"||c.removeAdditional&&r===!1){m(y);return}if(r===!1){if(e.setParams({additionalProperty:y}),e.error(),!a)t.break();return}if(typeof r=="object"&&!(0,Gm.alwaysValidSchema)(s,r)){let v=t.name("valid");if(c.removeAdditional==="failing")h(y,v,!1),t.if((0,yr.not)(v),()=>{e.reset(),m(y)});else if(h(y,v),!a)t.if((0,yr.not)(v),()=>t.break())}}function h(y,v,x){let w={keyword:"additionalProperties",dataProp:y,dataPropType:Gm.Type.Str};if(x===!1)Object.assign(w,{compositeRule:!0,createErrors:!1,allErrors:!1});e.subschema(w,v)}}};aD.default=DY});var dD=k((uD)=>{Object.defineProperty(uD,"__esModule",{value:!0});var jY=Nl(),cD=er(),ax=ue(),lD=sx(),UY={keyword:"properties",type:"object",schemaType:"object",code(e){let{gen:t,schema:r,parentSchema:o,data:n,it:i}=e;if(i.opts.removeAdditional==="all"&&o.additionalProperties===void 0)lD.default.code(new jY.KeywordCxt(i,lD.default,"additionalProperties"));let s=(0,cD.allSchemaProperties)(r);for(let p of s)i.definedProperties.add(p);if(i.opts.unevaluated&&s.length&&i.props!==!0)i.props=ax.mergeEvaluated.props(t,(0,ax.toHash)(s),i.props);let a=s.filter((p)=>!(0,ax.alwaysValidSchema)(i,r[p]));if(a.length===0)return;let c=t.name("valid");for(let p of a){if(u(p))d(p);else{if(t.if((0,cD.propertyInData)(t,n,p,i.opts.ownProperties)),d(p),!i.allErrors)t.else().var(c,!0);t.endIf()}e.it.definedProperties.add(p),e.ok(c)}function u(p){return i.opts.useDefaults&&!i.compositeRule&&r[p].default!==void 0}function d(p){e.subschema({keyword:"properties",schemaProp:p,dataProp:p},c)}}};uD.default=UY});var hD=k((gD)=>{Object.defineProperty(gD,"__esModule",{value:!0});var pD=er(),Jm=re(),fD=ue(),mD=ue(),LY={keyword:"patternProperties",type:"object",schemaType:"object",code(e){let{gen:t,schema:r,data:o,parentSchema:n,it:i}=e,{opts:s}=i,a=(0,pD.allSchemaProperties)(r),c=a.filter((h)=>(0,fD.alwaysValidSchema)(i,r[h]));if(a.length===0||c.length===a.length&&(!i.opts.unevaluated||i.props===!0))return;let u=s.strictSchema&&!s.allowMatchingProperties&&n.properties,d=t.name("valid");if(i.props!==!0&&!(i.props instanceof Jm.Name))i.props=(0,mD.evaluatedPropsToName)(t,i.props);let{props:p}=i;f();function f(){for(let h of a){if(u)m(h);if(i.allErrors)g(h);else t.var(d,!0),g(h),t.if(d)}}function m(h){for(let y in u)if(new RegExp(h).test(y))(0,fD.checkStrictMode)(i,`property ${y} matches pattern ${h} (use allowMatchingProperties)`)}function g(h){t.forIn("key",o,(y)=>{t.if(Jm._`${(0,pD.usePattern)(e,h)}.test(${y})`,()=>{let v=c.includes(h);if(!v)e.subschema({keyword:"patternProperties",schemaProp:h,dataProp:y,dataPropType:mD.Type.Str},d);if(i.opts.unevaluated&&p!==!0)t.assign(Jm._`${p}[${y}]`,!0);else if(!v&&!i.allErrors)t.if((0,Jm.not)(d),()=>t.break())})})}}};gD.default=LY});var bD=k((yD)=>{Object.defineProperty(yD,"__esModule",{value:!0});var BY=ue(),HY={keyword:"not",schemaType:["object","boolean"],trackErrors:!0,code(e){let{gen:t,schema:r,it:o}=e;if((0,BY.alwaysValidSchema)(o,r)){e.fail();return}let n=t.name("valid");e.subschema({keyword:"not",compositeRule:!0,createErrors:!1,allErrors:!1},n),e.failResult(n,()=>e.reset(),()=>e.error())},error:{message:"must NOT be valid"}};yD.default=HY});var vD=k((_D)=>{Object.defineProperty(_D,"__esModule",{value:!0});var ZY=er(),VY={keyword:"anyOf",schemaType:"array",trackErrors:!0,code:ZY.validateUnion,error:{message:"must match a schema in anyOf"}};_D.default=VY});var xD=k((SD)=>{Object.defineProperty(SD,"__esModule",{value:!0});var Xm=re(),KY=ue(),GY={message:"must match exactly one schema in oneOf",params:({params:e})=>Xm._`{passingSchemas: ${e.passing}}`},JY={keyword:"oneOf",schemaType:"array",trackErrors:!0,error:GY,code(e){let{gen:t,schema:r,parentSchema:o,it:n}=e;if(!Array.isArray(r))throw Error("ajv implementation error");if(n.opts.discriminator&&o.discriminator)return;let i=r,s=t.let("valid",!1),a=t.let("passing",null),c=t.name("_valid");e.setParams({passing:a}),t.block(u),e.result(s,()=>e.reset(),()=>e.error(!0));function u(){i.forEach((d,p)=>{let f;if((0,KY.alwaysValidSchema)(n,d))t.var(c,!0);else f=e.subschema({keyword:"oneOf",schemaProp:p,compositeRule:!0},c);if(p>0)t.if(Xm._`${c} && ${s}`).assign(s,!1).assign(a,Xm._`[${a}, ${p}]`).else();t.if(c,()=>{if(t.assign(s,!0),t.assign(a,p),f)e.mergeEvaluated(f,Xm.Name)})})}}};SD.default=JY});var kD=k((wD)=>{Object.defineProperty(wD,"__esModule",{value:!0});var YY=ue(),QY={keyword:"allOf",schemaType:"array",code(e){let{gen:t,schema:r,it:o}=e;if(!Array.isArray(r))throw Error("ajv implementation error");let n=t.name("valid");r.forEach((i,s)=>{if((0,YY.alwaysValidSchema)(o,i))return;let a=e.subschema({keyword:"allOf",schemaProp:s},n);e.ok(n),e.mergeEvaluated(a)})}};wD.default=QY});var ID=k((PD)=>{Object.defineProperty(PD,"__esModule",{value:!0});var Ym=re(),TD=ue(),t7={message:({params:e})=>Ym.str`must match "${e.ifClause}" schema`,params:({params:e})=>Ym._`{failingKeyword: ${e.ifClause}}`},r7={keyword:"if",schemaType:["object","boolean"],trackErrors:!0,error:t7,code(e){let{gen:t,parentSchema:r,it:o}=e;if(r.then===void 0&&r.else===void 0)(0,TD.checkStrictMode)(o,'"if" without "then" and "else" is ignored');let n=ED(o,"then"),i=ED(o,"else");if(!n&&!i)return;let s=t.let("valid",!0),a=t.name("_valid");if(c(),e.reset(),n&&i){let d=t.let("ifClause");e.setParams({ifClause:d}),t.if(a,u("then",d),u("else",d))}else if(n)t.if(a,u("then"));else t.if((0,Ym.not)(a),u("else"));e.pass(s,()=>e.error(!0));function c(){let d=e.subschema({keyword:"if",compositeRule:!0,createErrors:!1,allErrors:!1},a);e.mergeEvaluated(d)}function u(d,p){return()=>{let f=e.subschema({keyword:d},a);if(t.assign(s,a),e.mergeValidEvaluated(f,s),p)t.assign(p,Ym._`${d}`);else e.setParams({ifClause:d})}}}};function ED(e,t){let r=e.schema[t];return r!==void 0&&!(0,TD.alwaysValidSchema)(e,r)}PD.default=r7});var $D=k((RD)=>{Object.defineProperty(RD,"__esModule",{value:!0});var o7=ue(),i7={keyword:["then","else"],schemaType:["object","boolean"],code({keyword:e,parentSchema:t,it:r}){if(t.if===void 0)(0,o7.checkStrictMode)(r,`"${e}" without "if" is ignored`)}};RD.default=i7});var OD=k((AD)=>{Object.defineProperty(AD,"__esModule",{value:!0});var a7=nx(),c7=VM(),l7=ox(),u7=GM(),d7=XM(),p7=nD(),f7=sD(),m7=sx(),g7=dD(),h7=hD(),y7=bD(),b7=vD(),_7=xD(),v7=kD(),S7=ID(),x7=$D();function w7(e=!1){let t=[y7.default,b7.default,_7.default,v7.default,S7.default,x7.default,f7.default,m7.default,p7.default,g7.default,h7.default];if(e)t.push(c7.default,u7.default);else t.push(a7.default,l7.default);return t.push(d7.default),t}AD.default=w7});var MD=k((CD)=>{Object.defineProperty(CD,"__esModule",{value:!0});var qe=re(),E7={message:({schemaCode:e})=>qe.str`must match format "${e}"`,params:({schemaCode:e})=>qe._`{format: ${e}}`},T7={keyword:"format",type:["number","string"],schemaType:"string",$data:!0,error:E7,code(e,t){let{gen:r,data:o,$data:n,schema:i,schemaCode:s,it:a}=e,{opts:c,errSchemaPath:u,schemaEnv:d,self:p}=a;if(!c.validateFormats)return;if(n)f();else m();function f(){let g=r.scopeValue("formats",{ref:p.formats,code:c.code.formats}),h=r.const("fDef",qe._`${g}[${s}]`),y=r.let("fType"),v=r.let("format");r.if(qe._`typeof ${h} == "object" && !(${h} instanceof RegExp)`,()=>r.assign(y,qe._`${h}.type || "string"`).assign(v,qe._`${h}.validate`),()=>r.assign(y,qe._`"string"`).assign(v,h)),e.fail$data((0,qe.or)(x(),w()));function x(){if(c.strictSchema===!1)return qe.nil;return qe._`${s} && !${v}`}function w(){let O=d.$async?qe._`(${h}.async ? await ${v}(${o}) : ${v}(${o}))`:qe._`${v}(${o})`,U=qe._`(typeof ${v} == "function" ? ${O} : ${v}.test(${o}))`;return qe._`${v} && ${v} !== true && ${y} === ${t} && !${U}`}}function m(){let g=p.formats[i];if(!g){x();return}if(g===!0)return;let[h,y,v]=w(g);if(h===t)e.pass(O());function x(){if(c.strictSchema===!1){p.logger.warn(U());return}throw Error(U());function U(){return`unknown format "${i}" ignored in schema at path "${u}"`}}function w(U){let se=U instanceof RegExp?(0,qe.regexpCode)(U):c.code.formats?qe._`${c.code.formats}${(0,qe.getProperty)(i)}`:void 0,Le=r.scopeValue("formats",{key:i,ref:U,code:se});if(typeof U=="object"&&!(U instanceof RegExp))return[U.type||"string",U.validate,qe._`${Le}.validate`];return["string",U,Le]}function O(){if(typeof g=="object"&&!(g instanceof RegExp)&&g.async){if(!d.$async)throw Error("async format in sync schema");return qe._`await ${v}(${o})`}return typeof y=="function"?qe._`${v}(${o})`:qe._`${v}.test(${o})`}}}};CD.default=T7});var ND=k((DD)=>{Object.defineProperty(DD,"__esModule",{value:!0});var I7=MD(),R7=[I7.default];DD.default=R7});var zD=k((jD)=>{Object.defineProperty(jD,"__esModule",{value:!0});jD.contentVocabulary=jD.metadataVocabulary=void 0;jD.metadataVocabulary=["title","description","default","deprecated","readOnly","writeOnly","examples"];jD.contentVocabulary=["contentMediaType","contentEncoding","contentSchema"]});var BD=k((FD)=>{Object.defineProperty(FD,"__esModule",{value:!0});var O7=uM(),C7=jM(),M7=OD(),D7=ND(),LD=zD(),N7=[O7.default,C7.default,(0,M7.default)(),D7.default,LD.metadataVocabulary,LD.contentVocabulary];FD.default=N7});var VD=k((qD)=>{Object.defineProperty(qD,"__esModule",{value:!0});qD.DiscrError=void 0;var HD;(function(e){e.Tag="tag",e.Mapping="mapping"})(HD||(qD.DiscrError=HD={}))});var GD=k((KD)=>{Object.defineProperty(KD,"__esModule",{value:!0});var ks=re(),cx=VD(),WD=Dm(),U7=jl(),z7=ue(),L7={message:({params:{discrError:e,tagName:t}})=>e===cx.DiscrError.Tag?`tag "${t}" must be string`:`value of tag "${t}" must be in oneOf`,params:({params:{discrError:e,tag:t,tagName:r}})=>ks._`{error: ${e}, tag: ${r}, tagValue: ${t}}`},F7={keyword:"discriminator",type:"object",schemaType:"object",error:L7,code(e){let{gen:t,data:r,schema:o,parentSchema:n,it:i}=e,{oneOf:s}=n;if(!i.opts.discriminator)throw Error("discriminator: requires discriminator option");let a=o.propertyName;if(typeof a!="string")throw Error("discriminator: requires propertyName");if(o.mapping)throw Error("discriminator: mapping is not supported");if(!s)throw Error("discriminator: requires oneOf keyword");let c=t.let("valid",!1),u=t.const("tag",ks._`${r}${(0,ks.getProperty)(a)}`);t.if(ks._`typeof ${u} == "string"`,()=>d(),()=>e.error(!1,{discrError:cx.DiscrError.Tag,tag:u,tagName:a})),e.ok(c);function d(){let m=f();t.if(!1);for(let g in m)t.elseIf(ks._`${u} === ${g}`),t.assign(c,p(m[g]));t.else(),e.error(!1,{discrError:cx.DiscrError.Mapping,tag:u,tagName:a}),t.endIf()}function p(m){let g=t.name("valid"),h=e.subschema({keyword:"oneOf",schemaProp:m},g);return e.mergeEvaluated(h,ks.Name),g}function f(){var m;let g={},h=v(n),y=!0;for(let O=0;O<s.length;O++){let U=s[O];if((U===null||U===void 0?void 0:U.$ref)&&!(0,z7.schemaHasRulesButRef)(U,i.self.RULES)){let Le=U.$ref;if(U=WD.resolveRef.call(i.self,i.schemaEnv.root,i.baseId,Le),U instanceof WD.SchemaEnv)U=U.schema;if(U===void 0)throw new U7.default(i.opts.uriResolver,i.baseId,Le)}let se=(m=U===null||U===void 0?void 0:U.properties)===null||m===void 0?void 0:m[a];if(typeof se!="object")throw Error(`discriminator: oneOf subschemas (or referenced schemas) must have "properties/${a}"`);y=y&&(h||v(U)),x(se,O)}if(!y)throw Error(`discriminator: "${a}" must be required`);return g;function v({required:O}){return Array.isArray(O)&&O.includes(a)}function x(O,U){if(O.const)w(O.const,U);else if(O.enum)for(let se of O.enum)w(se,U);else throw Error(`discriminator: "properties/${a}" must have "const" or "enum"`)}function w(O,U){if(typeof O!="string"||O in g)throw Error(`discriminator: "${a}" values must be unique strings`);g[O]=U}}}};KD.default=F7});var JD=k((_Te,H7)=>{H7.exports={$schema:"http://json-schema.org/draft-07/schema#",$id:"http://json-schema.org/draft-07/schema#",title:"Core schema meta-schema",definitions:{schemaArray:{type:"array",minItems:1,items:{$ref:"#"}},nonNegativeInteger:{type:"integer",minimum:0},nonNegativeIntegerDefault0:{allOf:[{$ref:"#/definitions/nonNegativeInteger"},{default:0}]},simpleTypes:{enum:["array","boolean","integer","null","number","object","string"]},stringArray:{type:"array",items:{type:"string"},uniqueItems:!0,default:[]}},type:["object","boolean"],properties:{$id:{type:"string",format:"uri-reference"},$schema:{type:"string",format:"uri"},$ref:{type:"string",format:"uri-reference"},$comment:{type:"string"},title:{type:"string"},description:{type:"string"},default:!0,readOnly:{type:"boolean",default:!1},examples:{type:"array",items:!0},multipleOf:{type:"number",exclusiveMinimum:0},maximum:{type:"number"},exclusiveMaximum:{type:"number"},minimum:{type:"number"},exclusiveMinimum:{type:"number"},maxLength:{$ref:"#/definitions/nonNegativeInteger"},minLength:{$ref:"#/definitions/nonNegativeIntegerDefault0"},pattern:{type:"string",format:"regex"},additionalItems:{$ref:"#"},items:{anyOf:[{$ref:"#"},{$ref:"#/definitions/schemaArray"}],default:!0},maxItems:{$ref:"#/definitions/nonNegativeInteger"},minItems:{$ref:"#/definitions/nonNegativeIntegerDefault0"},uniqueItems:{type:"boolean",default:!1},contains:{$ref:"#"},maxProperties:{$ref:"#/definitions/nonNegativeInteger"},minProperties:{$ref:"#/definitions/nonNegativeIntegerDefault0"},required:{$ref:"#/definitions/stringArray"},additionalProperties:{$ref:"#"},definitions:{type:"object",additionalProperties:{$ref:"#"},default:{}},properties:{type:"object",additionalProperties:{$ref:"#"},default:{}},patternProperties:{type:"object",additionalProperties:{$ref:"#"},propertyNames:{format:"regex"},default:{}},dependencies:{type:"object",additionalProperties:{anyOf:[{$ref:"#"},{$ref:"#/definitions/stringArray"}]}},propertyNames:{$ref:"#"},const:!0,enum:{type:"array",items:!0,minItems:1,uniqueItems:!0},type:{anyOf:[{$ref:"#/definitions/simpleTypes"},{type:"array",items:{$ref:"#/definitions/simpleTypes"},minItems:1,uniqueItems:!0}]},format:{type:"string"},contentMediaType:{type:"string"},contentEncoding:{type:"string"},if:{$ref:"#"},then:{$ref:"#"},else:{$ref:"#"},allOf:{$ref:"#/definitions/schemaArray"},anyOf:{$ref:"#/definitions/schemaArray"},oneOf:{$ref:"#/definitions/schemaArray"},not:{$ref:"#"}},default:!0}});var ux=k((Rt,lx)=>{Object.defineProperty(Rt,"__esModule",{value:!0});Rt.MissingRefError=Rt.ValidationError=Rt.CodeGen=Rt.Name=Rt.nil=Rt.stringify=Rt.str=Rt._=Rt.KeywordCxt=Rt.Ajv=void 0;var q7=eM(),Z7=BD(),V7=GD(),XD=JD(),W7=["/properties"],Qm="http://json-schema.org/draft-07/schema";class Gl extends q7.default{_addVocabularies(){if(super._addVocabularies(),Z7.default.forEach((e)=>this.addVocabulary(e)),this.opts.discriminator)this.addKeyword(V7.default)}_addDefaultMetaSchema(){if(super._addDefaultMetaSchema(),!this.opts.meta)return;let e=this.opts.$data?this.$dataMetaSchema(XD,W7):XD;this.addMetaSchema(e,Qm,!1),this.refs["http://json-schema.org/schema"]=Qm}defaultMeta(){return this.opts.defaultMeta=super.defaultMeta()||(this.getSchema(Qm)?Qm:void 0)}}Rt.Ajv=Gl;lx.exports=Rt=Gl;lx.exports.Ajv=Gl;Object.defineProperty(Rt,"__esModule",{value:!0});Rt.default=Gl;var K7=Nl();Object.defineProperty(Rt,"KeywordCxt",{enumerable:!0,get:function(){return K7.KeywordCxt}});var Es=re();Object.defineProperty(Rt,"_",{enumerable:!0,get:function(){return Es._}});Object.defineProperty(Rt,"str",{enumerable:!0,get:function(){return Es.str}});Object.defineProperty(Rt,"stringify",{enumerable:!0,get:function(){return Es.stringify}});Object.defineProperty(Rt,"nil",{enumerable:!0,get:function(){return Es.nil}});Object.defineProperty(Rt,"Name",{enumerable:!0,get:function(){return Es.Name}});Object.defineProperty(Rt,"CodeGen",{enumerable:!0,get:function(){return Es.CodeGen}});var G7=Cm();Object.defineProperty(Rt,"ValidationError",{enumerable:!0,get:function(){return G7.default}});var J7=jl();Object.defineProperty(Rt,"MissingRefError",{enumerable:!0,get:function(){return J7.default}})});var aN=k((iN)=>{Object.defineProperty(iN,"__esModule",{value:!0});iN.formatNames=iN.fastFormats=iN.fullFormats=void 0;function Ir(e,t){return{validate:e,compare:t}}iN.fullFormats={date:Ir(tN,mx),time:Ir(px(!0),gx),"date-time":Ir(YD(!0),nN),"iso-time":Ir(px(),rN),"iso-date-time":Ir(YD(),oN),duration:/^P(?!$)((\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+S)?)?|(\d+W)?)$/,uri:oQ,"uri-reference":/^(?:[a-z][a-z0-9+\-.]*:)?(?:\/?\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:]|%[0-9a-f]{2})*@)?(?:\[(?:(?:(?:(?:[0-9a-f]{1,4}:){6}|::(?:[0-9a-f]{1,4}:){5}|(?:[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){4}|(?:(?:[0-9a-f]{1,4}:){0,1}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){3}|(?:(?:[0-9a-f]{1,4}:){0,2}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){2}|(?:(?:[0-9a-f]{1,4}:){0,3}[0-9a-f]{1,4})?::[0-9a-f]{1,4}:|(?:(?:[0-9a-f]{1,4}:){0,4}[0-9a-f]{1,4})?::)(?:[0-9a-f]{1,4}:[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?))|(?:(?:[0-9a-f]{1,4}:){0,5}[0-9a-f]{1,4})?::[0-9a-f]{1,4}|(?:(?:[0-9a-f]{1,4}:){0,6}[0-9a-f]{1,4})?::)|[Vv][0-9a-f]+\.[a-z0-9\-._~!$&'()*+,;=:]+)\]|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)|(?:[a-z0-9\-._~!$&'"()*+,;=]|%[0-9a-f]{2})*)(?::\d*)?(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*|\/(?:(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*)?|(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*)?(?:\?(?:[a-z0-9\-._~!$&'"()*+,;=:@/?]|%[0-9a-f]{2})*)?(?:#(?:[a-z0-9\-._~!$&'"()*+,;=:@/?]|%[0-9a-f]{2})*)?$/i,"uri-template":/^(?:(?:[^\x00-\x20"'<>%\\^`{|}]|%[0-9a-f]{2})|\{[+#./;?&=,!@|]?(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?(?:,(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?)*\})*$/i,url:/^(?:https?|ftp):\/\/(?:\S+(?::\S*)?@)?(?:(?!(?:10|127)(?:\.\d{1,3}){3})(?!(?:169\.254|192\.168)(?:\.\d{1,3}){2})(?!172\.(?:1[6-9]|2\d|3[0-1])(?:\.\d{1,3}){2})(?:[1-9]\d?|1\d\d|2[01]\d|22[0-3])(?:\.(?:1?\d{1,2}|2[0-4]\d|25[0-5])){2}(?:\.(?:[1-9]\d?|1\d\d|2[0-4]\d|25[0-4]))|(?:(?:[a-z0-9\u{00a1}-\u{ffff}]+-)*[a-z0-9\u{00a1}-\u{ffff}]+)(?:\.(?:[a-z0-9\u{00a1}-\u{ffff}]+-)*[a-z0-9\u{00a1}-\u{ffff}]+)*(?:\.(?:[a-z\u{00a1}-\u{ffff}]{2,})))(?::\d{2,5})?(?:\/[^\s]*)?$/iu,email:/^[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?$/i,hostname:/^(?=.{1,253}\.?$)[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\.[a-z0-9](?:[-0-9a-z]{0,61}[0-9a-z])?)*\.?$/i,ipv4:/^(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)\.){3}(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)$/,ipv6:/^((([0-9a-f]{1,4}:){7}([0-9a-f]{1,4}|:))|(([0-9a-f]{1,4}:){6}(:[0-9a-f]{1,4}|((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(([0-9a-f]{1,4}:){5}(((:[0-9a-f]{1,4}){1,2})|:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(([0-9a-f]{1,4}:){4}(((:[0-9a-f]{1,4}){1,3})|((:[0-9a-f]{1,4})?:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9a-f]{1,4}:){3}(((:[0-9a-f]{1,4}){1,4})|((:[0-9a-f]{1,4}){0,2}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9a-f]{1,4}:){2}(((:[0-9a-f]{1,4}){1,5})|((:[0-9a-f]{1,4}){0,3}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9a-f]{1,4}:){1}(((:[0-9a-f]{1,4}){1,6})|((:[0-9a-f]{1,4}){0,4}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(:(((:[0-9a-f]{1,4}){1,7})|((:[0-9a-f]{1,4}){0,5}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:)))$/i,regex:dQ,uuid:/^(?:urn:uuid:)?[0-9a-f]{8}-(?:[0-9a-f]{4}-){3}[0-9a-f]{12}$/i,"json-pointer":/^(?:\/(?:[^~/]|~0|~1)*)*$/,"json-pointer-uri-fragment":/^#(?:\/(?:[a-z0-9_\-.!$&'()*+,;:=@]|%[0-9a-f]{2}|~0|~1)*)*$/i,"relative-json-pointer":/^(?:0|[1-9][0-9]*)(?:#|(?:\/(?:[^~/]|~0|~1)*)*)$/,byte:iQ,int32:{type:"number",validate:cQ},int64:{type:"number",validate:lQ},float:{type:"number",validate:eN},double:{type:"number",validate:eN},password:!0,binary:!0};iN.fastFormats={...iN.fullFormats,date:Ir(/^\d\d\d\d-[0-1]\d-[0-3]\d$/,mx),time:Ir(/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)$/i,gx),"date-time":Ir(/^\d\d\d\d-[0-1]\d-[0-3]\dt(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)$/i,nN),"iso-time":Ir(/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)?$/i,rN),"iso-date-time":Ir(/^\d\d\d\d-[0-1]\d-[0-3]\d[t\s](?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)?$/i,oN),uri:/^(?:[a-z][a-z0-9+\-.]*:)(?:\/?\/)?[^\s]*$/i,"uri-reference":/^(?:(?:[a-z][a-z0-9+\-.]*:)?\/?\/)?(?:[^\\\s#][^\s#]*)?(?:#[^\\\s]*)?$/i,email:/^[a-z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\.[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?)*$/i};iN.formatNames=Object.keys(iN.fullFormats);function Q7(e){return e%4===0&&(e%100!==0||e%400===0)}var eQ=/^(\d\d\d\d)-(\d\d)-(\d\d)$/,tQ=[0,31,28,31,30,31,30,31,31,30,31,30,31];function tN(e){let t=eQ.exec(e);if(!t)return!1;let r=+t[1],o=+t[2],n=+t[3];return o>=1&&o<=12&&n>=1&&n<=(o===2&&Q7(r)?29:tQ[o])}function mx(e,t){if(!(e&&t))return;if(e>t)return 1;if(e<t)return-1;return 0}var dx=/^(\d\d):(\d\d):(\d\d(?:\.\d+)?)(z|([+-])(\d\d)(?::?(\d\d))?)?$/i;function px(e){return function(r){let o=dx.exec(r);if(!o)return!1;let n=+o[1],i=+o[2],s=+o[3],a=o[4],c=o[5]==="-"?-1:1,u=+(o[6]||0),d=+(o[7]||0);if(u>23||d>59||e&&!a)return!1;if(n<=23&&i<=59&&s<60)return!0;let p=i-d*c,f=n-u*c-(p<0?1:0);return(f===23||f===-1)&&(p===59||p===-1)&&s<61}}function gx(e,t){if(!(e&&t))return;let r=new Date("2020-01-01T"+e).valueOf(),o=new Date("2020-01-01T"+t).valueOf();if(!(r&&o))return;return r-o}function rN(e,t){if(!(e&&t))return;let r=dx.exec(e),o=dx.exec(t);if(!(r&&o))return;if(e=r[1]+r[2]+r[3],t=o[1]+o[2]+o[3],e>t)return 1;if(e<t)return-1;return 0}var fx=/t|\s/i;function YD(e){let t=px(e);return function(o){let n=o.split(fx);return n.length===2&&tN(n[0])&&t(n[1])}}function nN(e,t){if(!(e&&t))return;let r=new Date(e).valueOf(),o=new Date(t).valueOf();if(!(r&&o))return;return r-o}function oN(e,t){if(!(e&&t))return;let[r,o]=e.split(fx),[n,i]=t.split(fx),s=mx(r,n);if(s===void 0)return;return s||gx(o,i)}var rQ=/\/|:/,nQ=/^(?:[a-z][a-z0-9+\-.]*:)(?:\/?\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:]|%[0-9a-f]{2})*@)?(?:\[(?:(?:(?:(?:[0-9a-f]{1,4}:){6}|::(?:[0-9a-f]{1,4}:){5}|(?:[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){4}|(?:(?:[0-9a-f]{1,4}:){0,1}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){3}|(?:(?:[0-9a-f]{1,4}:){0,2}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){2}|(?:(?:[0-9a-f]{1,4}:){0,3}[0-9a-f]{1,4})?::[0-9a-f]{1,4}:|(?:(?:[0-9a-f]{1,4}:){0,4}[0-9a-f]{1,4})?::)(?:[0-9a-f]{1,4}:[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?))|(?:(?:[0-9a-f]{1,4}:){0,5}[0-9a-f]{1,4})?::[0-9a-f]{1,4}|(?:(?:[0-9a-f]{1,4}:){0,6}[0-9a-f]{1,4})?::)|[Vv][0-9a-f]+\.[a-z0-9\-._~!$&'()*+,;=:]+)\]|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)|(?:[a-z0-9\-._~!$&'()*+,;=]|%[0-9a-f]{2})*)(?::\d*)?(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*|\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*)?|(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*)(?:\?(?:[a-z0-9\-._~!$&'()*+,;=:@/?]|%[0-9a-f]{2})*)?(?:#(?:[a-z0-9\-._~!$&'()*+,;=:@/?]|%[0-9a-f]{2})*)?$/i;function oQ(e){return rQ.test(e)&&nQ.test(e)}var QD=/^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$/gm;function iQ(e){return QD.lastIndex=0,QD.test(e)}var sQ=-2147483648,aQ=2147483647;function cQ(e){return Number.isInteger(e)&&e<=aQ&&e>=sQ}function lQ(e){return Number.isInteger(e)}function eN(){return!0}var uQ=/[^\\]\\Z/;function dQ(e){if(uQ.test(e))return!1;try{return new RegExp(e),!0}catch(t){return!1}}});var lN=k((cN)=>{Object.defineProperty(cN,"__esModule",{value:!0});cN.formatLimitDefinition=void 0;var fQ=ux(),br=re(),qn=br.operators,eg={formatMaximum:{okStr:"<=",ok:qn.LTE,fail:qn.GT},formatMinimum:{okStr:">=",ok:qn.GTE,fail:qn.LT},formatExclusiveMaximum:{okStr:"<",ok:qn.LT,fail:qn.GTE},formatExclusiveMinimum:{okStr:">",ok:qn.GT,fail:qn.LTE}},mQ={message:({keyword:e,schemaCode:t})=>br.str`should be ${eg[e].okStr} ${t}`,params:({keyword:e,schemaCode:t})=>br._`{comparison: ${eg[e].okStr}, limit: ${t}}`};cN.formatLimitDefinition={keyword:Object.keys(eg),type:"string",schemaType:"string",$data:!0,error:mQ,code(e){let{gen:t,data:r,schemaCode:o,keyword:n,it:i}=e,{opts:s,self:a}=i;if(!s.validateFormats)return;let c=new fQ.KeywordCxt(i,a.RULES.all.format.definition,"format");if(c.$data)u();else d();function u(){let f=t.scopeValue("formats",{ref:a.formats,code:s.code.formats}),m=t.const("fmt",br._`${f}[${c.schemaCode}]`);e.fail$data((0,br.or)(br._`typeof ${m} != "object"`,br._`${m} instanceof RegExp`,br._`typeof ${m}.compare != "function"`,p(m)))}function d(){let f=c.schema,m=a.formats[f];if(!m||m===!0)return;if(typeof m!="object"||m instanceof RegExp||typeof m.compare!="function")throw Error(`"${n}": format "${f}" does not define "compare" function`);let g=t.scopeValue("formats",{key:f,ref:m,code:s.code.formats?br._`${s.code.formats}${(0,br.getProperty)(f)}`:void 0});e.fail$data(p(g))}function p(f){return br._`${f}.compare(${r}, ${o}) ${eg[n].fail} 0`}},dependencies:["format"]};var gQ=(e)=>(e.addKeyword(cN.formatLimitDefinition),e);cN.default=gQ});var fN=k((Jl,pN)=>{Object.defineProperty(Jl,"__esModule",{value:!0});var Ts=aN(),yQ=lN(),bx=re(),uN=new bx.Name("fullFormats"),bQ=new bx.Name("fastFormats"),_x=(e,t={keywords:!0})=>{if(Array.isArray(t))return dN(e,t,Ts.fullFormats,uN),e;let[r,o]=t.mode==="fast"?[Ts.fastFormats,bQ]:[Ts.fullFormats,uN],n=t.formats||Ts.formatNames;if(dN(e,n,r,o),t.keywords)(0,yQ.default)(e);return e};_x.get=(e,t="full")=>{let o=(t==="fast"?Ts.fastFormats:Ts.fullFormats)[e];if(!o)throw Error(`Unknown format "${e}"`);return o};function dN(e,t,r,o){var n,i;(n=(i=e.opts.code).formats)!==null&&n!==void 0||(i.formats=bx._`require("ajv-formats/dist/formats").${o}`);for(let s of t)e.addFormat(s,r[s])}pN.exports=Jl=_x;Object.defineProperty(Jl,"__esModule",{value:!0});Jl.default=_x});import{execFile as Tre}from"child_process";import{randomUUID as rw}from"crypto";import{createReadStream as Pre,realpathSync as Ire}from"fs";import{copyFile as Rre,mkdir as Xx,readdir as $re,readFile as WU,rm as Are,writeFile as KU}from"fs/promises";import{createRequire as Ore}from"module";import{homedir as Yx,tmpdir as Cre}from"os";import{dirname as BU,isAbsolute as GU,join as zt,relative as JU,resolve as pu,sep as nw}from"path";import{createInterface as Mre}from"readline";import{fileURLToPath as Dre}from"url";import{setMaxListeners as Rz}from"events";var $z=50;function Hs(e=$z){let t=new AbortController;return Rz(e,t.signal),t}import{realpathSync as Az}from"fs";import{dirname as gw,resolve as Tg,sep as hw}from"path";function Ar(e){return process.platform==="darwin"?e.normalize("NFC"):e}function bw(e){return/^[\\/]{2}/.test(e)}function _w(e){return/^[\\/]{2}wsl(\$|\.localhost)[\\/]/i.test(e)}function Oz(e){if(e.startsWith("\\\\?\\UNC\\"))return"\\\\"+e.slice(8);if(e.startsWith("\\\\?\\")&&e.length>=7&&e[5]===":")return e.slice(4);return e}function yw(e){try{return Oz(Az.native(e))}catch{return null}}function vw(e,t){let r=Tg(t).toLowerCase(),o=Tg(e).toLowerCase();if(gw(o)===r||o.startsWith(r+hw))return!0;let n=yw(t)?.toLowerCase();if(n==null)return!1;let i=yw(gw(Tg(e)))?.toLowerCase();if(i==null)return!0;return i===n||i.startsWith(n+hw)}function hu(e,t,r){return new Promise((o,n)=>{if(t?.aborted){if(r?.throwOnAbort||r?.abortError)n(r.abortError?.()??Error("aborted"));else o();return}let i=setTimeout((a,c,u)=>{a?.removeEventListener("abort",c),u()},e,t,s,o);function s(){if(clearTimeout(i),r?.throwOnAbort||r?.abortError)n(r.abortError?.()??Error("aborted"));else o()}if(t?.addEventListener("abort",s,{once:!0}),r?.unref)i.unref()})}function Cz(e,t){e(Error(t))}function Or(e,t,r){let o,n=new Promise((i,s)=>{o=setTimeout(Cz,t,s,r)});return Promise.race([e,n]).finally(()=>{if(o!==void 0)clearTimeout(o)})}import{spawn as cB}from"child_process";import{existsSync as lB}from"fs";import{createInterface as uB}from"readline";var Xo=["PreToolUse","PostToolUse","PostToolUseFailure","PostToolBatch","Notification","UserPromptSubmit","UserPromptExpansion","SessionStart","SessionEnd","Stop","StopFailure","SubagentStart","SubagentStop","PreCompact","PostCompact","PermissionRequest","PermissionDenied","Setup","TeammateIdle","TaskCreated","TaskCompleted","Elicitation","ElicitationResult","ConfigChange","WorktreeCreate","WorktreeRemove","InstructionsLoaded","CwdChanged","FileChanged","MessageDisplay"],Mz=["clear","resume","logout","prompt_input_exit","other","bypass_permissions_disabled"],Dz="__SYSTEM_PROMPT_DYNAMIC_BOUNDARY__";var Nz=/^(?:\s*<[a-z][\w-]*[\s>]|\[Request interrupted by user[^\]]*\])/,jz=/<command-name>(.*?)<\/command-name>/;function qs(e,t){if(e.type!=="user")return;if(e.isMeta===!0||e.isCompactSummary===!0)return;let r=e.message;if(!r)return;let o=r.content,n=[];if(typeof o==="string")n.push(o);else if(Array.isArray(o))for(let i of o){if(!i||typeof i!=="object")continue;if(i.type==="tool_result")return;if(i.type==="text"&&typeof i.text==="string")n.push(i.text)}for(let i of n){let s=i.replaceAll(`
|
|
16
|
+
`," ").trim();if(!s)continue;let a=jz.exec(s);if(a){if(!t.commandFallback)t.commandFallback=a[1];continue}let c=/<bash-input>([\s\S]*?)<\/bash-input>/.exec(s);if(c)return`! ${c[1].trim()}`;if(Nz.test(s))continue;if(s.length>200)s=s.slice(0,200).trim()+"…";return s}return}var Uz={customTitle:"customTitle",aiTitle:"aiTitle",lastPrompt:"lastPrompt",summary:"summaryHint",gitBranch:"gitBranch"};function yu(e,t,r,o){let n=o?.mtime??e?.mtime??0,i=e!==void 0?{sessionId:e.sessionId,mtime:n,data:{...e.data}}:{sessionId:t.sessionId,mtime:n,data:{}},s=i.data;for(let a of r){let c=Lz(a.timestamp);if(s.isSidechain===void 0)s.isSidechain=a.isSidechain===!0;if(s.createdAt===void 0&&c!==void 0)s.createdAt=c;if(s.cwd===void 0){let u=a.cwd;if(typeof u==="string"&&u)s.cwd=u}Fz(s,a);for(let[u,d]of Object.entries(Uz)){let p=a[u];if(typeof p==="string")s[d]=p}if(a.type==="tag"){let u=a.tag;if(typeof u==="string"&&u)s.tag=u;else delete s.tag}}return i}function Sw(e,t){let r=e.data;if(r.isSidechain===!0)return null;let o=ln(r.firstPromptLocked===!0?r.firstPrompt:r.commandFallback)||void 0,n=ln(r.customTitle)||ln(r.aiTitle)||void 0,i=n||ln(r.lastPrompt)||ln(r.summaryHint)||o;if(!i)return null;return{sessionId:e.sessionId,summary:i,lastModified:e.mtime,fileSize:void 0,customTitle:n,firstPrompt:o,gitBranch:ln(r.gitBranch)||void 0,cwd:ln(r.cwd)||t||void 0,tag:ln(r.tag)||void 0,createdAt:zz(r.createdAt)}}function ln(e){return typeof e==="string"?e:void 0}function zz(e){return typeof e==="number"?e:void 0}function Lz(e){if(typeof e!=="string")return;let t=Date.parse(e);return Number.isNaN(t)?void 0:t}function Fz(e,t){if(e.firstPromptLocked)return;let r={commandFallback:e.commandFallback??""},o=qs(t,r);if(r.commandFallback&&!e.commandFallback)e.commandFallback=r.commandFallback;if(o!==void 0)e.firstPrompt=o,e.firstPromptLocked=!0}class Pg{store=new Map;mtimes=new Map;summaries=new Map;lastMtime=0;keyToString(e){let t=[e.projectKey,e.sessionId];if(e.subpath)t.push(e.subpath);return t.join("/")}async append(e,t){let r=this.keyToString(e),o=this.store.get(r)??[];o.push(...t),this.store.set(r,o);let n=Math.max(Date.now(),this.lastMtime+1);if(this.lastMtime=n,this.mtimes.set(r,n),e.subpath===void 0){let i=`${e.projectKey}/${e.sessionId}`,s=yu(this.summaries.get(i),e,t,{mtime:n});this.summaries.set(i,s)}}async load(e){let t=this.keyToString(e);return this.store.get(t)??null}async listSessions(e){let t=[],r=e+"/";for(let[o]of this.store)if(o.startsWith(r)){let n=o.slice(r.length);if(!n.includes("/"))t.push({sessionId:n,mtime:this.mtimes.get(o)??0})}return t}async listSessionSummaries(e){let t=[],r=e+"/";for(let[o,n]of this.summaries)if(o.startsWith(r))t.push(n);return t}async delete(e){let t=this.keyToString(e);if(this.store.delete(t),this.mtimes.delete(t),e.subpath===void 0){this.summaries.delete(`${e.projectKey}/${e.sessionId}`);let r=`${e.projectKey}/${e.sessionId}/`;for(let o of this.store.keys())if(o.startsWith(r))this.store.delete(o),this.mtimes.delete(o)}}async listSubkeys(e){let t=`${e.projectKey}/${e.sessionId}/`,r=[];for(let o of this.store.keys())if(o.startsWith(t))r.push(o.slice(t.length));return r}getEntries(e){return this.store.get(this.keyToString(e))??[]}get size(){let e=0;for(let t of this.store.keys()){let r=t.indexOf("/");if(r!==-1&&!t.slice(r+1).includes("/"))e++}return e}clear(){this.store.clear(),this.mtimes.clear(),this.summaries.clear()}}class ot extends Error{}function bu(){return process.versions.bun!==void 0}function Ee(e){if(!e)return!1;if(typeof e==="boolean")return e;let t=String(e).toLowerCase().trim();return["1","true","yes","on"].includes(t)}function un(){let e=new Set;return{subscribe(t){return e.add(t),()=>{e.delete(t)}},emit(...t){let r;for(let o of e)try{o(...t)}catch(n){(r??=[]).push(n)}if(r)throw r.length===1?r[0]:AggregateError(r,"Signal listener(s) threw")},clear(){e.clear()}}}var Hz=typeof global=="object"&&global&&global.Object===Object&&global,_u=Hz;var qz=typeof self=="object"&&self&&self.Object===Object&&self,Zz=_u||qz||Function("return this")(),Bt=Zz;var Vz=Bt.Symbol,Ht=Vz;var xw=Object.prototype,Wz=xw.hasOwnProperty,Kz=xw.toString,Zs=Ht?Ht.toStringTag:void 0;function Gz(e){var t=Wz.call(e,Zs),r=e[Zs];try{e[Zs]=void 0;var o=!0}catch(i){}var n=Kz.call(e);if(o)if(t)e[Zs]=r;else delete e[Zs];return n}var ww=Gz;var Jz=Object.prototype,Xz=Jz.toString;function Yz(e){return Xz.call(e)}var kw=Yz;var Qz="[object Null]",eL="[object Undefined]",Ew=Ht?Ht.toStringTag:void 0;function tL(e){if(e==null)return e===void 0?eL:Qz;return Ew&&Ew in Object(e)?ww(e):kw(e)}var wr=tL;function rL(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}var Qe=rL;var nL="[object AsyncFunction]",oL="[object Function]",iL="[object GeneratorFunction]",sL="[object Proxy]";function aL(e){if(!Qe(e))return!1;var t=wr(e);return t==oL||t==iL||t==nL||t==sL}var Yo=aL;var cL=Bt["__core-js_shared__"],vu=cL;var Tw=function(){var e=/[^.]+$/.exec(vu&&vu.keys&&vu.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();function lL(e){return!!Tw&&Tw in e}var Pw=lL;var uL=Function.prototype,dL=uL.toString;function pL(e){if(e!=null){try{return dL.call(e)}catch(t){}try{return e+""}catch(t){}}return""}var Iw=pL;var fL=/[\\^$.*+?()[\]{}|]/g,mL=/^\[object .+?Constructor\]$/,gL=Function.prototype,hL=Object.prototype,yL=gL.toString,bL=hL.hasOwnProperty,_L=RegExp("^"+yL.call(bL).replace(fL,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function vL(e){if(!Qe(e)||Pw(e))return!1;var t=Yo(e)?_L:mL;return t.test(Iw(e))}var Rw=vL;function SL(e,t){return e==null?void 0:e[t]}var $w=SL;function xL(e,t){var r=$w(e,t);return Rw(r)?r:void 0}var Qo=xL;var wL=Qo(Object,"create"),Cr=wL;function kL(){this.__data__=Cr?Cr(null):{},this.size=0}var Aw=kL;function EL(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}var Ow=EL;var TL="__lodash_hash_undefined__",PL=Object.prototype,IL=PL.hasOwnProperty;function RL(e){var t=this.__data__;if(Cr){var r=t[e];return r===TL?void 0:r}return IL.call(t,e)?t[e]:void 0}var Cw=RL;var $L=Object.prototype,AL=$L.hasOwnProperty;function OL(e){var t=this.__data__;return Cr?t[e]!==void 0:AL.call(t,e)}var Mw=OL;var CL="__lodash_hash_undefined__";function ML(e,t){var r=this.__data__;return this.size+=this.has(e)?0:1,r[e]=Cr&&t===void 0?CL:t,this}var Dw=ML;function ei(e){var t=-1,r=e==null?0:e.length;this.clear();while(++t<r){var o=e[t];this.set(o[0],o[1])}}ei.prototype.clear=Aw;ei.prototype.delete=Ow;ei.prototype.get=Cw;ei.prototype.has=Mw;ei.prototype.set=Dw;var Ig=ei;function DL(){this.__data__=[],this.size=0}var Nw=DL;function NL(e,t){return e===t||e!==e&&t!==t}var dn=NL;function jL(e,t){var r=e.length;while(r--)if(dn(e[r][0],t))return r;return-1}var pn=jL;var UL=Array.prototype,zL=UL.splice;function LL(e){var t=this.__data__,r=pn(t,e);if(r<0)return!1;var o=t.length-1;if(r==o)t.pop();else zL.call(t,r,1);return--this.size,!0}var jw=LL;function FL(e){var t=this.__data__,r=pn(t,e);return r<0?void 0:t[r][1]}var Uw=FL;function BL(e){return pn(this.__data__,e)>-1}var zw=BL;function HL(e,t){var r=this.__data__,o=pn(r,e);if(o<0)++this.size,r.push([e,t]);else r[o][1]=t;return this}var Lw=HL;function ti(e){var t=-1,r=e==null?0:e.length;this.clear();while(++t<r){var o=e[t];this.set(o[0],o[1])}}ti.prototype.clear=Nw;ti.prototype.delete=jw;ti.prototype.get=Uw;ti.prototype.has=zw;ti.prototype.set=Lw;var fn=ti;var qL=Qo(Bt,"Map"),Su=qL;function ZL(){this.size=0,this.__data__={hash:new Ig,map:new(Su||fn),string:new Ig}}var Fw=ZL;function VL(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}var Bw=VL;function WL(e,t){var r=e.__data__;return Bw(t)?r[typeof t=="string"?"string":"hash"]:r.map}var mn=WL;function KL(e){var t=mn(this,e).delete(e);return this.size-=t?1:0,t}var Hw=KL;function GL(e){return mn(this,e).get(e)}var qw=GL;function JL(e){return mn(this,e).has(e)}var Zw=JL;function XL(e,t){var r=mn(this,e),o=r.size;return r.set(e,t),this.size+=r.size==o?0:1,this}var Vw=XL;function ri(e){var t=-1,r=e==null?0:e.length;this.clear();while(++t<r){var o=e[t];this.set(o[0],o[1])}}ri.prototype.clear=Fw;ri.prototype.delete=Hw;ri.prototype.get=qw;ri.prototype.has=Zw;ri.prototype.set=Vw;var Vs=ri;var YL="Expected a function";function Rg(e,t){if(typeof e!="function"||t!=null&&typeof t!="function")throw TypeError(YL);var r=function(){var o=arguments,n=t?t.apply(this,o):o[0],i=r.cache;if(i.has(n))return i.get(n);var s=e.apply(this,o);return r.cache=i.set(n,s)||i,s};return r.cache=new(Rg.Cache||Vs),r}Rg.Cache=Vs;var Ce=Rg;import{homedir as QL}from"os";import{join as e1}from"path";var qt=Ce(()=>(process.env.CLAUDE_CONFIG_DIR??e1(QL(),".claude")).normalize("NFC"),()=>process.env.CLAUDE_CONFIG_DIR);var bie=Ce(()=>Ee(process.env.CLAUDE_CODE_SUPERVISED));function N(e,t,r,o,n){if(o==="m")throw TypeError("Private method is not writable");if(o==="a"&&!n)throw TypeError("Private accessor was defined without a setter");if(typeof t==="function"?e!==t||!n:!t.has(e))throw TypeError("Cannot write private member to an object whose class did not declare it");return o==="a"?n.call(e,r):n?n.value=r:t.set(e,r),r}function _(e,t,r,o){if(r==="a"&&!o)throw TypeError("Private accessor was defined without a getter");if(typeof t==="function"?e!==t||!o:!t.has(e))throw TypeError("Cannot read private member from an object whose class did not declare it");return r==="m"?o:r==="a"?o.call(e):o?o.value:t.get(e)}var $g=function(){let{crypto:e}=globalThis;if(e?.randomUUID)return $g=e.randomUUID.bind(e),e.randomUUID();let t=new Uint8Array(1),r=e?()=>e.getRandomValues(t)[0]:()=>Math.random()*255&255;return"10000000-1000-4000-8000-100000000000".replace(/[018]/g,(o)=>(+o^r()&15>>+o/4).toString(16))};function Mr(e){return typeof e==="object"&&e!==null&&(("name"in e)&&e.name==="AbortError"||("message"in e)&&String(e.message).includes("FetchRequestCanceledException"))}var Ws=(e)=>{if(e instanceof Error)return e;if(typeof e==="object"&&e!==null){try{if(Object.prototype.toString.call(e)==="[object Error]"){let t=Error(e.message,e.cause?{cause:e.cause}:{});if(e.stack)t.stack=e.stack;if(e.cause&&!t.cause)t.cause=e.cause;if(e.name)t.name=e.name;return t}}catch{}try{return Error(JSON.stringify(e))}catch{}}return Error(e)};class z extends Error{}class We extends z{constructor(e,t,r,o,n){super(`${We.makeMessage(e,t,r)}`);this.status=e,this.headers=o,this.requestID=o?.get("request-id"),this.error=t,this.type=n??null}static makeMessage(e,t,r){let o=t?.message?typeof t.message==="string"?t.message:JSON.stringify(t.message):t?JSON.stringify(t):r;if(e&&o)return`${e} ${o}`;if(e)return`${e} status code (no body)`;if(o)return o;return"(no status code or body)"}static generate(e,t,r,o){if(!e||!o)return new to({message:r,cause:Ws(t)});let n=t,i=n?.error?.type;if(e===400)return new Gs(e,n,r,o,i);if(e===401)return new Js(e,n,r,o,i);if(e===403)return new Xs(e,n,r,o,i);if(e===404)return new Ys(e,n,r,o,i);if(e===409)return new Qs(e,n,r,o,i);if(e===422)return new ea(e,n,r,o,i);if(e===429)return new ta(e,n,r,o,i);if(e>=500)return new ra(e,n,r,o,i);return new We(e,n,r,o,i)}}class et extends We{constructor({message:e}={}){super(void 0,void 0,e||"Request was aborted.",void 0)}}class to extends We{constructor({message:e,cause:t}){super(void 0,void 0,e||"Connection error.",void 0);if(t)this.cause=t}}class Ks extends to{constructor({message:e}={}){super({message:e??"Request timed out."})}}class Gs extends We{}class Js extends We{}class Xs extends We{}class Ys extends We{}class Qs extends We{}class ea extends We{}class ta extends We{}class ra extends We{}var r1=/^[a-z][a-z0-9+.-]*:/i,Ww=(e)=>r1.test(e),Ag=(e)=>(Ag=Array.isArray,Ag(e)),Og=Ag;function xu(e){if(typeof e!=="object")return{};return e??{}}function Cg(e){if(!e)return!0;for(let t in e)return!1;return!0}function Kw(e,t){return Object.prototype.hasOwnProperty.call(e,t)}var Gw=(e,t)=>{if(typeof t!=="number"||!Number.isInteger(t))throw new z(`${e} must be an integer`);if(t<0)throw new z(`${e} must be a positive integer`);return t};var wu=(e)=>{try{return JSON.parse(e)}catch(t){return}};var Jw=(e)=>new Promise((t)=>setTimeout(t,e));var Zt="0.94.0";var ek=()=>typeof window<"u"&&typeof window.document<"u"&&typeof navigator<"u";function n1(){if(typeof Deno<"u"&&Deno.build!=null)return"deno";if(typeof EdgeRuntime<"u")return"edge";if(Object.prototype.toString.call(typeof globalThis.process<"u"?globalThis.process:0)==="[object process]")return"node";return"unknown"}var o1=()=>{let e=n1();if(e==="deno")return{"X-Stainless-Lang":"js","X-Stainless-Package-Version":Zt,"X-Stainless-OS":Yw(Deno.build.os),"X-Stainless-Arch":Xw(Deno.build.arch),"X-Stainless-Runtime":"deno","X-Stainless-Runtime-Version":typeof Deno.version==="string"?Deno.version:Deno.version?.deno??"unknown"};if(typeof EdgeRuntime<"u")return{"X-Stainless-Lang":"js","X-Stainless-Package-Version":Zt,"X-Stainless-OS":"Unknown","X-Stainless-Arch":`other:${EdgeRuntime}`,"X-Stainless-Runtime":"edge","X-Stainless-Runtime-Version":globalThis.process.version};if(e==="node")return{"X-Stainless-Lang":"js","X-Stainless-Package-Version":Zt,"X-Stainless-OS":Yw(globalThis.process.platform??"unknown"),"X-Stainless-Arch":Xw(globalThis.process.arch??"unknown"),"X-Stainless-Runtime":"node","X-Stainless-Runtime-Version":globalThis.process.version??"unknown"};let t=i1();if(t)return{"X-Stainless-Lang":"js","X-Stainless-Package-Version":Zt,"X-Stainless-OS":"Unknown","X-Stainless-Arch":"unknown","X-Stainless-Runtime":`browser:${t.browser}`,"X-Stainless-Runtime-Version":t.version};return{"X-Stainless-Lang":"js","X-Stainless-Package-Version":Zt,"X-Stainless-OS":"Unknown","X-Stainless-Arch":"unknown","X-Stainless-Runtime":"unknown","X-Stainless-Runtime-Version":"unknown"}};function i1(){if(typeof navigator>"u"||!navigator)return null;let e=[{key:"edge",pattern:/Edge(?:\W+(\d+)\.(\d+)(?:\.(\d+))?)?/},{key:"ie",pattern:/MSIE(?:\W+(\d+)\.(\d+)(?:\.(\d+))?)?/},{key:"ie",pattern:/Trident(?:.*rv\:(\d+)\.(\d+)(?:\.(\d+))?)?/},{key:"chrome",pattern:/Chrome(?:\W+(\d+)\.(\d+)(?:\.(\d+))?)?/},{key:"firefox",pattern:/Firefox(?:\W+(\d+)\.(\d+)(?:\.(\d+))?)?/},{key:"safari",pattern:/(?:Version\W+(\d+)\.(\d+)(?:\.(\d+))?)?(?:\W+Mobile\S*)?\W+Safari/}];for(let{key:t,pattern:r}of e){let o=r.exec(navigator.userAgent);if(o){let n=o[1]||0,i=o[2]||0,s=o[3]||0;return{browser:t,version:`${n}.${i}.${s}`}}}return null}var Xw=(e)=>{if(e==="x32")return"x32";if(e==="x86_64"||e==="x64")return"x64";if(e==="arm")return"arm";if(e==="aarch64"||e==="arm64")return"arm64";if(e)return`other:${e}`;return"unknown"},Yw=(e)=>{if(e=e.toLowerCase(),e.includes("ios"))return"iOS";if(e==="android")return"Android";if(e==="darwin")return"MacOS";if(e==="win32")return"Windows";if(e==="freebsd")return"FreeBSD";if(e==="openbsd")return"OpenBSD";if(e==="linux")return"Linux";if(e)return`Other:${e}`;return"Unknown"},Qw,na=()=>Qw??(Qw=o1());function tk(){if(typeof fetch<"u")return fetch;throw Error("`fetch` is not defined as a global; Either pass `fetch` to the client, `new Anthropic({ fetch })` or polyfill the global, `globalThis.fetch = fetch`")}function Mg(...e){let t=globalThis.ReadableStream;if(typeof t>"u")throw Error("`ReadableStream` is not defined as a global; You will need to polyfill it, `globalThis.ReadableStream = ReadableStream`");return new t(...e)}function ku(e){let t=Symbol.asyncIterator in e?e[Symbol.asyncIterator]():e[Symbol.iterator]();return Mg({start(){},async pull(r){let{done:o,value:n}=await t.next();if(o)r.close();else r.enqueue(n)},async cancel(){await t.return?.()}})}function oa(e){if(e[Symbol.asyncIterator])return e;let t=e.getReader();return{async next(){try{let r=await t.read();if(r?.done)t.releaseLock();return r}catch(r){throw t.releaseLock(),r}},async return(){let r=t.cancel();return t.releaseLock(),await r,{done:!0,value:void 0}},[Symbol.asyncIterator](){return this}}}async function rk(e){if(e===null||typeof e!=="object")return;if(e[Symbol.asyncIterator]){await e[Symbol.asyncIterator]().return?.();return}let t=e.getReader(),r=t.cancel();t.releaseLock(),await r}var nk=({headers:e,body:t})=>({bodyHeaders:{"content-type":"application/json"},body:JSON.stringify(t)});function ok(e){return Object.entries(e).filter(([t,r])=>typeof r<"u").map(([t,r])=>{if(typeof r==="string"||typeof r==="number"||typeof r==="boolean")return`${encodeURIComponent(t)}=${encodeURIComponent(r)}`;if(r===null)return`${encodeURIComponent(t)}=`;throw new z(`Cannot stringify type ${typeof r}; Expected string, number, boolean, or null. If you need to pass nested query parameters, you can manually encode them, e.g. { query: { 'foo[key1]': value1, 'foo[key2]': value2 } }, and please open a GitHub issue requesting better support for your use case.`)}).join("&")}var sk="urn:ietf:params:oauth:grant-type:jwt-bearer",ak="refresh_token",Eu="/v1/oauth/token",ro="oauth-2025-04-20",ck="oidc-federation-2026-04-01",lk=120,ni=30,uk=5,ik=1048576;function Tu(e){if(!e)return;let t;try{t=new URL(e)}catch(o){throw new he(`Invalid token endpoint base URL "${e}": ${o}`)}if(t.protocol==="https:")return;let r=t.hostname.toLowerCase().replace(/^\[|\]$/g,"");if(t.protocol==="http:"&&(r==="localhost"||r==="127.0.0.1"||r==="::1"))return;throw new he(`Refusing to send credential over non-https token endpoint "${e}"`)}async function Pu(e,t){let r=await l1(e),o;try{o=JSON.parse(r)}catch{throw new he(`Token endpoint returned non-JSON response (status ${e.status})`,e.status,bt(r),t)}if(!o.access_token)throw new he(`Token endpoint response missing access_token: ${JSON.stringify(bt(o))}`,e.status,bt(o),t);if(o.token_type&&o.token_type.toLowerCase()!=="bearer")throw new he(`Token endpoint response: unsupported token_type "${o.token_type}" (want Bearer)`,e.status,bt(o),t);return o}var Dg=2000,c1=new Set(["error","error_description","error_uri"]);function bt(e){if(e==null)return e;if(typeof e==="string"){let t;try{t=JSON.parse(e)}catch{if(e.length<=Dg)return e;return e.slice(0,Dg)+`... <${e.length-Dg} more chars>`}return JSON.stringify(bt(t))}if(typeof e==="object"&&!Array.isArray(e)){let t={};for(let[r,o]of Object.entries(e))if(c1.has(r))t[r]=o;return t}return null}async function Iu(e,t=(r)=>console.warn(`anthropic-sdk: ${r}`)){if(typeof process>"u"||process.platform==="win32")return;let r=await import("node:fs"),o=e,n;try{o=await r.promises.realpath(e),n=await r.promises.stat(o)}catch{return}let i=n.mode&511;if(i&18)throw new he(`Credentials file at ${o} is group/world-writable (mode 0o${i.toString(8)}); this allows other local users to plant tokens. Run \`chmod 600 ${o}\`.`);if(i&36)throw new he(`Credentials file at ${o} is group/world-readable (mode 0o${i.toString(8)}); run \`chmod 600 ${o}\` before retrying.`);if(typeof process.getuid==="function"&&n.uid!==process.getuid())t(`credentials file at ${o} is owned by uid ${n.uid} (current process uid ${process.getuid()}); verify this is intentional.`)}async function Ru(e,t){let r=await import("node:fs"),n=(await import("node:path")).dirname(e);await r.promises.mkdir(n,{recursive:!0,mode:448});let i=`${e}.${process.pid}.${Math.random().toString(36).slice(2)}.tmp`;try{let s=await r.promises.open(i,"w",384);try{await s.writeFile(JSON.stringify(t,null,2)),await s.sync()}finally{await s.close()}await r.promises.rename(i,e)}catch(s){throw await r.promises.unlink(i).catch(()=>{}),s}try{let s=await r.promises.open(n,"r");try{await s.sync()}finally{await s.close()}}catch{}}async function l1(e){if(!e.body)return"";let t=e.body.getReader(),r=[],o=0;for(;;){let{done:i,value:s}=await t.read();if(i)break;if(o+s.length>ik){let a=ik-o;if(a>0)r.push(s.subarray(0,a));await t.cancel();break}r.push(s),o+=s.length}let n;if(r.length===1)n=r[0];else{n=new Uint8Array(r.reduce((s,a)=>s+a.length,0));let i=0;for(let s of r)n.set(s,i),i+=s.length}return new TextDecoder("utf-8").decode(n)}class he extends z{constructor(e,t=null,r=null,o=null){super(e);this.statusCode=t,this.body=r,this.requestId=o}}function or(){return Math.floor(Date.now()/1000)}class Ng{constructor(e,t){this.cached=null,this.pendingRefresh=null,this.nextForce=!1,this.lastAdvisoryError=0,this.provider=e,this.onAdvisoryRefreshError=t}async getToken(){let e=this.nextForce;this.nextForce=!1;let t=this.cached;if(e||t==null)return(await this.refresh(e)).token;if(t.expiresAt==null)return t.token;let r=t.expiresAt-or();if(r>lk)return t.token;if(r>ni)return this.backgroundRefresh(),t.token;return(await this.refresh()).token}invalidate(){this.cached=null,this.nextForce=!0}refresh(e=!1){if(this.pendingRefresh&&!e)return this.pendingRefresh;return this.doRefresh(e)}backgroundRefresh(){if(this.pendingRefresh)return;if(or()-this.lastAdvisoryError<uk)return;this.doRefresh().catch((e)=>{this.lastAdvisoryError=or(),this.onAdvisoryRefreshError?.(e)})}doRefresh(e=!1){return this.pendingRefresh=this.provider(e?{forceRefresh:!0}:void 0).then((t)=>(this.cached=t,this.pendingRefresh=null,t),(t)=>{throw this.pendingRefresh=null,t}),this.pendingRefresh}}var ge=(e)=>{if(typeof globalThis.process<"u")return globalThis.process.env?.[e]?.trim()||void 0;if(typeof globalThis.Deno<"u")return globalThis.Deno.env?.get?.(e)?.trim()||void 0;return};function fk(e){let t=0;for(let n of e)t+=n.length;let r=new Uint8Array(t),o=0;for(let n of e)r.set(n,o),o+=n.length;return r}var dk;function oi(e){let t;return(dk??(t=new globalThis.TextEncoder,dk=t.encode.bind(t)))(e)}var pk;function jg(e){let t;return(pk??(t=new globalThis.TextDecoder,pk=t.decode.bind(t)))(e)}var Au={off:0,error:200,warn:300,info:400,debug:500},Ug=(e,t,r)=>{if(!e)return;if(Kw(Au,e))return e;Fe(r).warn(`${t} was set to ${JSON.stringify(e)}, expected one of ${JSON.stringify(Object.keys(Au))}`);return};function ia(){}function $u(e,t,r){if(!t||Au[e]>Au[r])return ia;else return t[e].bind(t)}var u1={error:ia,warn:ia,info:ia,debug:ia},mk=new WeakMap;function Fe(e){let t=e.logger,r=e.logLevel??"off";if(!t)return u1;let o=mk.get(t);if(o&&o[0]===r)return o[1];let n={error:$u("error",t,r),warn:$u("warn",t,r),info:$u("info",t,r),debug:$u("debug",t,r)};return mk.set(t,[r,n]),n}var Dr=(e)=>{if(e.options)e.options={...e.options},delete e.options.headers;if(e.headers)e.headers=Object.fromEntries((e.headers instanceof Headers?[...e.headers]:Object.entries(e.headers)).map(([t,r])=>[t,t.toLowerCase()==="x-api-key"||t.toLowerCase()==="authorization"||t.toLowerCase()==="cookie"||t.toLowerCase()==="set-cookie"?"***":r]));if("retryOfRequestLogID"in e){if(e.retryOfRequestLogID)e.retryOf=e.retryOfRequestLogID;delete e.retryOfRequestLogID}return e};var Ou="1.0",d1=/^[A-Za-z0-9_.-]+$/;function gk(e){if(!e)throw Error("profile name is empty");if(e==="."||e==="..")throw Error(`profile name "${e}" is not allowed`);if(e.includes("/")||e.includes("\\"))throw Error(`profile name "${e}" must not contain path separators`);if(!d1.test(e))throw Error(`profile name "${e}" contains disallowed characters (allowed: letters, digits, '_', '.', '-')`)}var hk=async(e)=>{var t,r;let o=await zg();if(o===null)return null;let n=e??await bk();if(n===null)return null;gk(n);let i=await import("node:fs"),a=(await import("node:path")).join(o,"configs",`${n}.json`),c;try{c=await i.promises.readFile(a,"utf-8")}catch(p){if(p?.code!=="ENOENT")throw Error(`failed to read config file ${a}: ${p}`);c=null}if(c===null){let p=ge("ANTHROPIC_ORGANIZATION_ID"),f=ge("ANTHROPIC_IDENTITY_TOKEN_FILE"),m=ge("ANTHROPIC_FEDERATION_RULE_ID");if(m&&p)return{fromFile:!1,config:{organization_id:p,workspace_id:ge("ANTHROPIC_WORKSPACE_ID"),base_url:ge("ANTHROPIC_BASE_URL"),authentication:{type:"oidc_federation",federation_rule_id:m,service_account_id:ge("ANTHROPIC_SERVICE_ACCOUNT_ID"),identity_token:f?{source:"file",path:f}:void 0,scope:ge("ANTHROPIC_SCOPE")}}};return null}let u;try{u=JSON.parse(c)}catch(p){throw Error(`failed to parse config file ${a}: ${p}`)}if(!u.authentication)throw Error(`config file ${a} is missing "authentication"`);let d=u.authentication.type;if(d!=="oidc_federation"&&d!=="user_oauth")throw Error(`authentication.type "${d}" is not a known authentication type`);if(u.organization_id??(u.organization_id=ge("ANTHROPIC_ORGANIZATION_ID")),u.workspace_id??(u.workspace_id=ge("ANTHROPIC_WORKSPACE_ID")),u.base_url??(u.base_url=ge("ANTHROPIC_BASE_URL")),(t=u.authentication).scope??(t.scope=ge("ANTHROPIC_SCOPE")),u.authentication.type==="oidc_federation"){if(!u.authentication.identity_token){let p=ge("ANTHROPIC_IDENTITY_TOKEN_FILE");if(p)u.authentication.identity_token={source:"file",path:p}}if(!u.authentication.federation_rule_id)u.authentication.federation_rule_id=ge("ANTHROPIC_FEDERATION_RULE_ID")??"";(r=u.authentication).service_account_id??(r.service_account_id=ge("ANTHROPIC_SERVICE_ACCOUNT_ID"))}return{config:u,fromFile:!0}};var yk=async(e,t)=>{if(e?.authentication.credentials_path)return e.authentication.credentials_path;let r=await zg();if(!r)return null;let o=t??await bk();if(!o)return null;return gk(o),(await import("node:path")).join(r,"credentials",`${o}.json`)},zg=async()=>{if(!p1())return null;let e=await import("node:path"),t=ge("ANTHROPIC_CONFIG_DIR");if(t)return t;if(na()["X-Stainless-OS"]==="Windows"){let i=ge("APPDATA");if(i)return e.join(i,"Anthropic");let s=ge("USERPROFILE");if(s)return e.join(s,"AppData","Roaming","Anthropic");return null}let o=ge("XDG_CONFIG_HOME");if(o)return e.join(o,"anthropic");let n=ge("HOME");if(n)return e.join(n,".config","anthropic");return null},p1=()=>{let e=na()["X-Stainless-Runtime"];return e==="node"||e==="deno"},bk=async()=>{let e=await zg();if(!e)return null;let t=ge("ANTHROPIC_PROFILE");if(t)return t;let r=await import("node:fs"),n=(await import("node:path")).join(e,"active_config");try{return(await r.promises.readFile(n,"utf-8")).trim()||"default"}catch(i){if(i?.code!=="ENOENT")throw Error(`failed to read ${n}: ${i}`);return"default"}};function Lg(e){if(!e)throw new z("Identity token file path is empty");return async()=>{let t=await import("node:fs"),r;try{r=await t.promises.readFile(e,"utf-8")}catch(n){throw new z(`Failed to read identity token file at ${e}: ${n}`)}let o=r.trim();if(!o)throw new z(`Identity token file at ${e} is empty`);return o}}function _k(e){if(!e)throw new z("Identity token value is empty");return()=>e}function vk(e){return async()=>{Tu(e.baseURL);let t=await e.identityTokenProvider();if(t.length>16384)throw new he(`Identity token is ${Math.ceil(t.length/1024)} KiB, exceeds the 16 KiB assertion limit`);let r={grant_type:sk,assertion:t,federation_rule_id:e.federationRuleId,organization_id:e.organizationId};if(e.serviceAccountId)r.service_account_id=e.serviceAccountId;if(e.workspaceId)r.workspace_id=e.workspaceId;let o=`${e.baseURL}${Eu}`,n;try{n=await e.fetch(o,{method:"POST",headers:{"Content-Type":"application/json","anthropic-beta":`${ro},${ck}`,"User-Agent":e.userAgent||`anthropic-sdk-typescript/${Zt} oidcFederationProvider`},body:JSON.stringify(r)})}catch(c){throw new he(`Failed to reach token endpoint ${o}: ${c}`)}let i=n.headers.get("Request-Id");if(!n.ok){let c=await n.text().catch(()=>""),u=bt(c),d="";if(n.status===401)d=` Ensure your federation rule matches your identity token. ${e.workspaceId?"":"If your federation rule is scoped to multiple workspaces, set the ANTHROPIC_WORKSPACE_ID environment variable, the 'workspace_id' config key, or the `workspaceId` option. "}View your authentication events in the Workload identity page of Claude Console for more details.`;throw new he(`Token exchange failed with status ${n.status}${i?` (request-id ${i})`:""}: ${u}${d}`,n.status,u,i)}let s=await Pu(n,i),a=Number(s.expires_in);if(!Number.isFinite(a))throw new he(`Token endpoint response missing required fields: ${JSON.stringify(bt(s))}`,n.status,bt(s),i);return{token:s.access_token,expiresAt:or()+a}}}function Sk(e){return async(t)=>{let r=await import("node:fs");await Iu(e.credentialsPath,e.onSafetyWarning);let o;try{o=await r.promises.readFile(e.credentialsPath,"utf-8")}catch(y){throw new he(`Credentials file not found at ${e.credentialsPath}: ${y}`)}let n;try{n=JSON.parse(o)}catch(y){throw new he(`Credentials file at ${e.credentialsPath} is not valid JSON: ${y}`)}let i=n.access_token;if(!i)throw new he(`Credentials file at ${e.credentialsPath} must include 'access_token'`);let s=n.expires_at;if(!t?.forceRefresh&&(s==null||or()<s-ni))return{token:i,expiresAt:s??null};let a=n.refresh_token;if(!e.clientId||!a)throw new he(`Access token at ${e.credentialsPath} has expired and no refresh is available (client_id ${e.clientId?"set":"empty"}, refresh_token ${a?"set":"empty"})`);Tu(e.baseURL);let c={grant_type:ak,refresh_token:a,client_id:e.clientId},u=`${e.baseURL}${Eu}`,d;try{d=await e.fetch(u,{method:"POST",headers:{"Content-Type":"application/json","anthropic-beta":ro,"User-Agent":e.userAgent||`anthropic-sdk-typescript/${Zt} userOAuthProvider`},body:JSON.stringify(c)})}catch(y){throw new he(`User OAuth refresh failed to reach token endpoint: ${y}`)}let p=d.headers.get("Request-Id");if(!d.ok){let y=await d.text().catch(()=>"");throw new he(`User OAuth refresh failed (HTTP ${d.status}): ${bt(y)}`,d.status,bt(y),p)}let f=await Pu(d,p),m=Number(f.expires_in);if(!Number.isFinite(m))throw new he(`User OAuth refresh response missing or invalid expires_in: ${JSON.stringify(bt(f))}`,d.status,bt(f),p);let g=or()+m,h=f.refresh_token||a;return await Ru(e.credentialsPath,{...n,version:Ou,type:"oauth_token",access_token:f.access_token,expires_at:g,refresh_token:h}),{token:f.access_token,expiresAt:g}}}function Fg(e,t){let r=e.authentication.credentials_path??null,o=(e.base_url||t.baseURL).replace(/\/+$/,""),n=f1(e,r,o,t),i={};if(e.workspace_id&&e.authentication.type==="user_oauth")i["anthropic-workspace-id"]=e.workspace_id;return{provider:n,extraHeaders:i,baseURL:e.base_url||void 0}}async function xk(e,t){let r=await hk(t);if(!r)return null;let{config:o,fromFile:n}=r,i=o.authentication.credentials_path||!n?o:{...o,authentication:{...o.authentication,credentials_path:await yk(o,t)??void 0}};return Fg(i,e)}function f1(e,t,r,o){switch(e.authentication.type){case"oidc_federation":{let n=e.authentication,i=m1(n);if(!i)throw new he("oidc_federation config requires an identity token (set authentication.identity_token, ANTHROPIC_IDENTITY_TOKEN_FILE, or ANTHROPIC_IDENTITY_TOKEN)");if(!n.federation_rule_id)throw new he("oidc_federation config requires 'federation_rule_id'. Set it in authentication.federation_rule_id in your profile, or via ANTHROPIC_FEDERATION_RULE_ID (profile takes precedence).");if(!e.organization_id)throw new he("oidc_federation config requires organization_id (set ANTHROPIC_ORGANIZATION_ID or config.organization_id)");let s=vk({identityTokenProvider:i,federationRuleId:n.federation_rule_id,organizationId:e.organization_id,serviceAccountId:n.service_account_id,workspaceId:e.workspace_id,baseURL:r,fetch:o.fetch,userAgent:o.userAgent});if(t)return g1(s,t,o.onCacheWriteError,o.onSafetyWarning);return s}case"user_oauth":{if(!t)throw new he("user_oauth config requires authentication.credentials_path (or load via a profile so it defaults to <config_dir>/credentials/<profile>.json)");return Sk({credentialsPath:t,clientId:e.authentication.client_id,baseURL:r,fetch:o.fetch,userAgent:o.userAgent,onSafetyWarning:o.onSafetyWarning})}default:{let n=e.authentication.type;throw new he(`authentication.type "${n}" is not a known authentication type`)}}}function m1(e){if(e.identity_token){let o=e.identity_token.source;if(o!=="file")throw new he(`identity_token.source "${o}" is not supported by this SDK version (only "file")`);if(!e.identity_token.path)throw new he('identity_token.source "file" requires a non-empty path');return Lg(e.identity_token.path)}let t=ge("ANTHROPIC_IDENTITY_TOKEN_FILE");if(t)return Lg(t);let r=ge("ANTHROPIC_IDENTITY_TOKEN");if(r)return _k(r);return null}function g1(e,t,r,o){return async(n)=>{let i=await import("node:fs");await Iu(t,o);let s;try{let c=await i.promises.readFile(t,"utf-8");s=JSON.parse(c);let u=s?.access_token;if(u&&!n?.forceRefresh){let d=s?.expires_at;if(d==null||or()<d-ni)return{token:u,expiresAt:d??null}}}catch(c){if(c?.code!=="ENOENT"&&!(c instanceof SyntaxError))r?.(c)}let a=await e(n);try{await Ru(t,{...s??{},version:Ou,type:"oauth_token",access_token:a.token,expires_at:a.expiresAt})}catch(c){r?.(c)}return a}}var Ot,Ct;class gn{constructor(){Ot.set(this,void 0),Ct.set(this,void 0),N(this,Ot,new Uint8Array,"f"),N(this,Ct,null,"f")}decode(e){if(e==null)return[];let t=e instanceof ArrayBuffer?new Uint8Array(e):typeof e==="string"?oi(e):e;N(this,Ot,fk([_(this,Ot,"f"),t]),"f");let r=[],o;while((o=h1(_(this,Ot,"f"),_(this,Ct,"f")))!=null){if(o.carriage&&_(this,Ct,"f")==null){N(this,Ct,o.index,"f");continue}if(_(this,Ct,"f")!=null&&(o.index!==_(this,Ct,"f")+1||o.carriage)){r.push(jg(_(this,Ot,"f").subarray(0,_(this,Ct,"f")-1))),N(this,Ot,_(this,Ot,"f").subarray(_(this,Ct,"f")),"f"),N(this,Ct,null,"f");continue}let n=_(this,Ct,"f")!==null?o.preceding-1:o.preceding,i=jg(_(this,Ot,"f").subarray(0,n));r.push(i),N(this,Ot,_(this,Ot,"f").subarray(o.index),"f"),N(this,Ct,null,"f")}return r}flush(){if(!_(this,Ot,"f").length)return[];return this.decode(`
|
|
17
|
+
`)}}Ot=new WeakMap,Ct=new WeakMap;gn.NEWLINE_CHARS=new Set([`
|
|
18
18
|
`,"\r"]);gn.NEWLINE_REGEXP=/\r\n|[\n\r]/g;function h1(e,t){for(let n=t??0;n<e.length;n++){if(e[n]===10)return{preceding:n,index:n+1,carriage:!1};if(e[n]===13)return{preceding:n,index:n+1,carriage:!0}}return null}function wk(e){for(let o=0;o<e.length-1;o++){if(e[o]===10&&e[o+1]===10)return o+2;if(e[o]===13&&e[o+1]===13)return o+2;if(e[o]===13&&e[o+1]===10&&o+3<e.length&&e[o+2]===13&&e[o+3]===10)return o+4}return-1}var sa;class Mt{constructor(e,t,r){this.iterator=e,sa.set(this,void 0),this.controller=t,N(this,sa,r,"f")}static fromSSEResponse(e,t,r){let o=!1,n=r?Fe(r):console;async function*i(){if(o)throw new z("Cannot iterate over a consumed stream, use `.tee()` to split the stream.");o=!0;let s=!1;try{for await(let a of y1(e,t)){if(a.event==="completion")try{yield JSON.parse(a.data)}catch(c){throw n.error("Could not parse message into JSON:",a.data),n.error("From chunk:",a.raw),c}if(a.event==="message_start"||a.event==="message_delta"||a.event==="message_stop"||a.event==="content_block_start"||a.event==="content_block_delta"||a.event==="content_block_stop"||a.event==="message"||a.event==="user.message"||a.event==="user.interrupt"||a.event==="user.tool_confirmation"||a.event==="user.custom_tool_result"||a.event==="agent.message"||a.event==="agent.thinking"||a.event==="agent.tool_use"||a.event==="agent.tool_result"||a.event==="agent.mcp_tool_use"||a.event==="agent.mcp_tool_result"||a.event==="agent.custom_tool_use"||a.event==="agent.thread_context_compacted"||a.event==="session.status_running"||a.event==="session.status_idle"||a.event==="session.status_rescheduled"||a.event==="session.status_terminated"||a.event==="session.error"||a.event==="session.deleted"||a.event==="span.model_request_start"||a.event==="span.model_request_end")try{yield JSON.parse(a.data)}catch(c){throw n.error("Could not parse message into JSON:",a.data),n.error("From chunk:",a.raw),c}if(a.event==="ping")continue;if(a.event==="error"){let c=wu(a.data)??a.data,u=c?.error?.type;throw new We(void 0,c,void 0,e.headers,u)}}s=!0}catch(a){if(Mr(a))return;throw a}finally{if(!s)t.abort()}}return new Mt(i,t,r)}static fromReadableStream(e,t,r){let o=!1;async function*n(){let s=new gn,a=oa(e);for await(let c of a)for(let u of s.decode(c))yield u;for(let c of s.flush())yield c}async function*i(){if(o)throw new z("Cannot iterate over a consumed stream, use `.tee()` to split the stream.");o=!0;let s=!1;try{for await(let a of n()){if(s)continue;if(a)yield JSON.parse(a)}s=!0}catch(a){if(Mr(a))return;throw a}finally{if(!s)t.abort()}}return new Mt(i,t,r)}[(sa=new WeakMap,Symbol.asyncIterator)](){return this.iterator()}tee(){let e=[],t=[],r=this.iterator(),o=(n)=>({next:()=>{if(n.length===0){let i=r.next();e.push(i),t.push(i)}return n.shift()}});return[new Mt(()=>o(e),this.controller,_(this,sa,"f")),new Mt(()=>o(t),this.controller,_(this,sa,"f"))]}toReadableStream(){let e=this,t;return Mg({async start(){t=e[Symbol.asyncIterator]()},async pull(r){try{let{value:o,done:n}=await t.next();if(n)return r.close();let i=oi(JSON.stringify(o)+`
|
|
19
19
|
`);r.enqueue(i)}catch(o){r.error(o)}},async cancel(){await t.return?.()}})}}async function*y1(e,t){if(!e.body){if(t.abort(),typeof globalThis.navigator<"u"&&globalThis.navigator.product==="ReactNative")throw new z("The default react-native fetch implementation does not support streaming. Please use expo/fetch: https://docs.expo.dev/versions/latest/sdk/expo/#expofetch-api");throw new z("Attempted to iterate over a response with no body")}let r=new kk,o=new gn,n=oa(e.body);for await(let i of b1(n))for(let s of o.decode(i)){let a=r.decode(s);if(a)yield a}for(let i of o.flush()){let s=r.decode(i);if(s)yield s}}async function*b1(e){let t=new Uint8Array;for await(let r of e){if(r==null)continue;let o=r instanceof ArrayBuffer?new Uint8Array(r):typeof r==="string"?oi(r):r,n=new Uint8Array(t.length+o.length);n.set(t),n.set(o,t.length),t=n;let i;while((i=wk(t))!==-1)yield t.slice(0,i),t=t.slice(i)}if(t.length>0)yield t}class kk{constructor(){this.event=null,this.data=[],this.chunks=[]}decode(e){if(e.endsWith("\r"))e=e.substring(0,e.length-1);if(!e){if(!this.event&&!this.data.length)return null;let n={event:this.event,data:this.data.join(`
|
|
20
|
-
`),raw:this.chunks};return this.event=null,this.data=[],this.chunks=[],n}if(this.chunks.push(e),e.startsWith(":"))return null;let[t,r,o]=_1(e,":");if(o.startsWith(" "))o=o.substring(1);if(t==="event")this.event=o;else if(t==="data")this.data.push(o);return null}}function _1(e,t){let r=e.indexOf(t);if(r!==-1)return[e.substring(0,r),t,e.substring(r+t.length)];return[e,"",""]}async function Cu(e,t){let{response:r,requestLogID:o,retryOfRequestLogID:n,startTime:i}=t,s=await(async()=>{if(t.options.stream){if(Fe(e).debug("response",r.status,r.url,r.headers,r.body),t.options.__streamClass)return t.options.__streamClass.fromSSEResponse(r,t.controller);return Mt.fromSSEResponse(r,t.controller)}if(r.status===204)return null;if(t.options.__binaryResponse)return r;let c=r.headers.get("content-type")?.split(";")[0]?.trim();if(c?.includes("application/json")||c?.endsWith("+json")){if(r.headers.get("content-length")==="0")return;let f=await r.json();return Bg(f,r)}return await r.text()})();return Fe(e).debug(`[${o}] response parsed`,Dr({retryOfRequestLogID:n,url:r.url,status:r.status,body:s,durationMs:Date.now()-i})),s}function Bg(e,t){if(!e||typeof e!=="object"||Array.isArray(e))return e;return Object.defineProperty(e,"_request_id",{value:t.headers.get("request-id"),enumerable:!1})}var aa;class no extends Promise{constructor(e,t,r=Cu){super((o)=>{o(null)});this.responsePromise=t,this.parseResponse=r,aa.set(this,void 0),N(this,aa,e,"f")}_thenUnwrap(e){return new no(_(this,aa,"f"),this.responsePromise,async(t,r)=>Bg(e(await this.parseResponse(t,r),r),r.response))}asResponse(){return this.responsePromise.then((e)=>e.response)}async withResponse(){let[e,t]=await Promise.all([this.parse(),this.asResponse()]);return{data:e,response:t,request_id:t.headers.get("request-id")}}parse(){if(!this.parsedPromise)this.parsedPromise=this.responsePromise.then((e)=>this.parseResponse(_(this,aa,"f"),e));return this.parsedPromise}then(e,t){return this.parse().then(e,t)}catch(e){return this.parse().catch(e)}finally(e){return this.parse().finally(e)}}aa=new WeakMap;var Mu;class Hg{constructor(e,t,r,o){Mu.set(this,void 0),N(this,Mu,e,"f"),this.options=o,this.response=t,this.body=r}hasNextPage(){if(!this.getPaginatedItems().length)return!1;return this.nextPageRequestOptions()!=null}async getNextPage(){let e=this.nextPageRequestOptions();if(!e)throw new z("No next page expected; please check `.hasNextPage()` before calling `.getNextPage()`.");return await _(this,Mu,"f").requestAPIList(this.constructor,e)}async*iterPages(){let e=this;yield e;while(e.hasNextPage())e=await e.getNextPage(),yield e}async*[(Mu=new WeakMap,Symbol.asyncIterator)](){for await(let e of this.iterPages())for(let t of e.getPaginatedItems())yield t}}class Du extends no{constructor(e,t,r){super(e,t,async(o,n)=>new r(o,n.response,await Cu(o,n),n.options))}async*[Symbol.asyncIterator](){let e=await this;for await(let t of e)yield t}}class ir extends Hg{constructor(e,t,r,o){super(e,t,r,o);this.data=r.data||[],this.has_more=r.has_more||!1,this.first_id=r.first_id||null,this.last_id=r.last_id||null}getPaginatedItems(){return this.data??[]}hasNextPage(){if(this.has_more===!1)return!1;return super.hasNextPage()}nextPageRequestOptions(){if(this.options.query?.before_id){let t=this.first_id;if(!t)return null;return{...this.options,query:{...xu(this.options.query),before_id:t}}}let e=this.last_id;if(!e)return null;return{...this.options,query:{...xu(this.options.query),after_id:e}}}}class ye extends Hg{constructor(e,t,r,o){super(e,t,r,o);this.data=r.data||[],this.next_page=r.next_page||null}getPaginatedItems(){return this.data??[]}nextPageRequestOptions(){let e=this.next_page;if(!e)return null;return{...this.options,query:{...xu(this.options.query),page:e}}}}var Zg=()=>{if(typeof File>"u"){let{process:e}=globalThis,t=typeof e?.versions?.node==="string"&&parseInt(e.versions.node.split("."))<20;throw Error("`File` is not defined as a global, which is required for file uploads."+(t?" Update to Node 20 LTS or newer, or set `globalThis.File` to `import('node:buffer').File`.":""))}};function oo(e,t,r){return Zg(),new File(e,t??"unknown_file",r)}function ca(e,t){let r=typeof e==="object"&&e!==null&&(("name"in e)&&e.name&&String(e.name)||("url"in e)&&e.url&&String(e.url)||("filename"in e)&&e.filename&&String(e.filename)||("path"in e)&&e.path&&String(e.path))||"";return t?r.split(/[\\/]/).pop()||void 0:r}var Vg=(e)=>e!=null&&typeof e==="object"&&typeof e[Symbol.asyncIterator]==="function";var ii=async(e,t,r=!0)=>({...e,body:await x1(e.body,t,r)}),Ek=new WeakMap;function S1(e){let t=typeof e==="function"?e:e.fetch,r=Ek.get(t);if(r)return r;let o=(async()=>{try{let n="Response"in t?t.Response:(await t("data:,")).constructor,i=new FormData;if(i.toString()===await new n(i).text())return!1;return!0}catch{return!0}})();return Ek.set(t,o),o}var x1=async(e,t,r=!0)=>{if(!await S1(t))throw TypeError("The provided fetch function does not support file uploads with the current global FormData class.");let o=new FormData;return await Promise.all(Object.entries(e||{}).map(([n,i])=>qg(o,n,i,r))),o},w1=(e)=>e instanceof Blob&&("name"in e);var qg=async(e,t,r,o)=>{if(r===void 0)return;if(r==null)throw TypeError(`Received null for "${t}"; to pass null in FormData, you must use the string 'null'`);if(typeof r==="string"||typeof r==="number"||typeof r==="boolean")e.append(t,String(r));else if(r instanceof Response){let n={},i=r.headers.get("Content-Type");if(i)n={type:i};e.append(t,oo([await r.blob()],ca(r,o),n))}else if(Vg(r))e.append(t,oo([await new Response(ku(r)).blob()],ca(r,o)));else if(w1(r))e.append(t,oo([r],ca(r,o),{type:r.type}));else if(Array.isArray(r))await Promise.all(r.map((n)=>qg(e,t+"[]",n,o)));else if(typeof r==="object")await Promise.all(Object.entries(r).map(([n,i])=>qg(e,`${t}[${n}]`,i,o)));else throw TypeError(`Invalid value given to form, expected a string, number, boolean, object, Array, File or Blob but got ${r} instead`)};var Tk=(e)=>e!=null&&typeof e==="object"&&typeof e.size==="number"&&typeof e.type==="string"&&typeof e.text==="function"&&typeof e.slice==="function"&&typeof e.arrayBuffer==="function",k1=(e)=>e!=null&&typeof e==="object"&&typeof e.name==="string"&&typeof e.lastModified==="number"&&Tk(e),E1=(e)=>e!=null&&typeof e==="object"&&typeof e.url==="string"&&typeof e.blob==="function";async function Nu(e,t,r){if(Zg(),e=await e,t||(t=ca(e,!0)),k1(e)){if(e instanceof File&&t==null&&r==null)return e;return oo([await e.arrayBuffer()],t??e.name,{type:e.type,lastModified:e.lastModified,...r})}if(E1(e)){let n=await e.blob();return t||(t=new URL(e.url).pathname.split(/[\\/]/).pop()),oo(await Wg(n),t,r)}let o=await Wg(e);if(!r?.type){let n=o.find((i)=>typeof i==="object"&&("type"in i)&&i.type);if(typeof n==="string")r={...r,type:n}}return oo(o,t,r)}async function Wg(e){let t=[];if(typeof e==="string"||ArrayBuffer.isView(e)||e instanceof ArrayBuffer)t.push(e);else if(Tk(e))t.push(e instanceof Blob?e:await e.arrayBuffer());else if(Vg(e))for await(let r of e)t.push(...await Wg(r));else{let r=e?.constructor?.name;throw Error(`Unexpected data type: ${typeof e}${r?`; constructor: ${r}`:""}${T1(e)}`)}return t}function T1(e){if(typeof e!=="object"||e===null)return"";return`; props: [${Object.getOwnPropertyNames(e).map((r)=>`"${r}"`).join(", ")}]`}class J{constructor(e){this._client=e}}var Pk=Symbol.for("brand.privateNullableHeaders");function*I1(e){if(!e)return;if(Pk in e){let{values:o,nulls:n}=e;yield*o.entries();for(let i of n)yield[i,null];return}let t=!1,r;if(e instanceof Headers)r=e.entries();else if(
|
|
20
|
+
`),raw:this.chunks};return this.event=null,this.data=[],this.chunks=[],n}if(this.chunks.push(e),e.startsWith(":"))return null;let[t,r,o]=_1(e,":");if(o.startsWith(" "))o=o.substring(1);if(t==="event")this.event=o;else if(t==="data")this.data.push(o);return null}}function _1(e,t){let r=e.indexOf(t);if(r!==-1)return[e.substring(0,r),t,e.substring(r+t.length)];return[e,"",""]}async function Cu(e,t){let{response:r,requestLogID:o,retryOfRequestLogID:n,startTime:i}=t,s=await(async()=>{if(t.options.stream){if(Fe(e).debug("response",r.status,r.url,r.headers,r.body),t.options.__streamClass)return t.options.__streamClass.fromSSEResponse(r,t.controller);return Mt.fromSSEResponse(r,t.controller)}if(r.status===204)return null;if(t.options.__binaryResponse)return r;let c=r.headers.get("content-type")?.split(";")[0]?.trim();if(c?.includes("application/json")||c?.endsWith("+json")){if(r.headers.get("content-length")==="0")return;let f=await r.json();return Bg(f,r)}return await r.text()})();return Fe(e).debug(`[${o}] response parsed`,Dr({retryOfRequestLogID:n,url:r.url,status:r.status,body:s,durationMs:Date.now()-i})),s}function Bg(e,t){if(!e||typeof e!=="object"||Array.isArray(e))return e;return Object.defineProperty(e,"_request_id",{value:t.headers.get("request-id"),enumerable:!1})}var aa;class no extends Promise{constructor(e,t,r=Cu){super((o)=>{o(null)});this.responsePromise=t,this.parseResponse=r,aa.set(this,void 0),N(this,aa,e,"f")}_thenUnwrap(e){return new no(_(this,aa,"f"),this.responsePromise,async(t,r)=>Bg(e(await this.parseResponse(t,r),r),r.response))}asResponse(){return this.responsePromise.then((e)=>e.response)}async withResponse(){let[e,t]=await Promise.all([this.parse(),this.asResponse()]);return{data:e,response:t,request_id:t.headers.get("request-id")}}parse(){if(!this.parsedPromise)this.parsedPromise=this.responsePromise.then((e)=>this.parseResponse(_(this,aa,"f"),e));return this.parsedPromise}then(e,t){return this.parse().then(e,t)}catch(e){return this.parse().catch(e)}finally(e){return this.parse().finally(e)}}aa=new WeakMap;var Mu;class Hg{constructor(e,t,r,o){Mu.set(this,void 0),N(this,Mu,e,"f"),this.options=o,this.response=t,this.body=r}hasNextPage(){if(!this.getPaginatedItems().length)return!1;return this.nextPageRequestOptions()!=null}async getNextPage(){let e=this.nextPageRequestOptions();if(!e)throw new z("No next page expected; please check `.hasNextPage()` before calling `.getNextPage()`.");return await _(this,Mu,"f").requestAPIList(this.constructor,e)}async*iterPages(){let e=this;yield e;while(e.hasNextPage())e=await e.getNextPage(),yield e}async*[(Mu=new WeakMap,Symbol.asyncIterator)](){for await(let e of this.iterPages())for(let t of e.getPaginatedItems())yield t}}class Du extends no{constructor(e,t,r){super(e,t,async(o,n)=>new r(o,n.response,await Cu(o,n),n.options))}async*[Symbol.asyncIterator](){let e=await this;for await(let t of e)yield t}}class ir extends Hg{constructor(e,t,r,o){super(e,t,r,o);this.data=r.data||[],this.has_more=r.has_more||!1,this.first_id=r.first_id||null,this.last_id=r.last_id||null}getPaginatedItems(){return this.data??[]}hasNextPage(){if(this.has_more===!1)return!1;return super.hasNextPage()}nextPageRequestOptions(){if(this.options.query?.before_id){let t=this.first_id;if(!t)return null;return{...this.options,query:{...xu(this.options.query),before_id:t}}}let e=this.last_id;if(!e)return null;return{...this.options,query:{...xu(this.options.query),after_id:e}}}}class ye extends Hg{constructor(e,t,r,o){super(e,t,r,o);this.data=r.data||[],this.next_page=r.next_page||null}getPaginatedItems(){return this.data??[]}nextPageRequestOptions(){let e=this.next_page;if(!e)return null;return{...this.options,query:{...xu(this.options.query),page:e}}}}var Zg=()=>{if(typeof File>"u"){let{process:e}=globalThis,t=typeof e?.versions?.node==="string"&&parseInt(e.versions.node.split("."))<20;throw Error("`File` is not defined as a global, which is required for file uploads."+(t?" Update to Node 20 LTS or newer, or set `globalThis.File` to `import('node:buffer').File`.":""))}};function oo(e,t,r){return Zg(),new File(e,t??"unknown_file",r)}function ca(e,t){let r=typeof e==="object"&&e!==null&&(("name"in e)&&e.name&&String(e.name)||("url"in e)&&e.url&&String(e.url)||("filename"in e)&&e.filename&&String(e.filename)||("path"in e)&&e.path&&String(e.path))||"";return t?r.split(/[\\/]/).pop()||void 0:r}var Vg=(e)=>e!=null&&typeof e==="object"&&typeof e[Symbol.asyncIterator]==="function";var ii=async(e,t,r=!0)=>({...e,body:await x1(e.body,t,r)}),Ek=new WeakMap;function S1(e){let t=typeof e==="function"?e:e.fetch,r=Ek.get(t);if(r)return r;let o=(async()=>{try{let n="Response"in t?t.Response:(await t("data:,")).constructor,i=new FormData;if(i.toString()===await new n(i).text())return!1;return!0}catch{return!0}})();return Ek.set(t,o),o}var x1=async(e,t,r=!0)=>{if(!await S1(t))throw TypeError("The provided fetch function does not support file uploads with the current global FormData class.");let o=new FormData;return await Promise.all(Object.entries(e||{}).map(([n,i])=>qg(o,n,i,r))),o},w1=(e)=>e instanceof Blob&&("name"in e);var qg=async(e,t,r,o)=>{if(r===void 0)return;if(r==null)throw TypeError(`Received null for "${t}"; to pass null in FormData, you must use the string 'null'`);if(typeof r==="string"||typeof r==="number"||typeof r==="boolean")e.append(t,String(r));else if(r instanceof Response){let n={},i=r.headers.get("Content-Type");if(i)n={type:i};e.append(t,oo([await r.blob()],ca(r,o),n))}else if(Vg(r))e.append(t,oo([await new Response(ku(r)).blob()],ca(r,o)));else if(w1(r))e.append(t,oo([r],ca(r,o),{type:r.type}));else if(Array.isArray(r))await Promise.all(r.map((n)=>qg(e,t+"[]",n,o)));else if(typeof r==="object")await Promise.all(Object.entries(r).map(([n,i])=>qg(e,`${t}[${n}]`,i,o)));else throw TypeError(`Invalid value given to form, expected a string, number, boolean, object, Array, File or Blob but got ${r} instead`)};var Tk=(e)=>e!=null&&typeof e==="object"&&typeof e.size==="number"&&typeof e.type==="string"&&typeof e.text==="function"&&typeof e.slice==="function"&&typeof e.arrayBuffer==="function",k1=(e)=>e!=null&&typeof e==="object"&&typeof e.name==="string"&&typeof e.lastModified==="number"&&Tk(e),E1=(e)=>e!=null&&typeof e==="object"&&typeof e.url==="string"&&typeof e.blob==="function";async function Nu(e,t,r){if(Zg(),e=await e,t||(t=ca(e,!0)),k1(e)){if(e instanceof File&&t==null&&r==null)return e;return oo([await e.arrayBuffer()],t??e.name,{type:e.type,lastModified:e.lastModified,...r})}if(E1(e)){let n=await e.blob();return t||(t=new URL(e.url).pathname.split(/[\\/]/).pop()),oo(await Wg(n),t,r)}let o=await Wg(e);if(!r?.type){let n=o.find((i)=>typeof i==="object"&&("type"in i)&&i.type);if(typeof n==="string")r={...r,type:n}}return oo(o,t,r)}async function Wg(e){let t=[];if(typeof e==="string"||ArrayBuffer.isView(e)||e instanceof ArrayBuffer)t.push(e);else if(Tk(e))t.push(e instanceof Blob?e:await e.arrayBuffer());else if(Vg(e))for await(let r of e)t.push(...await Wg(r));else{let r=e?.constructor?.name;throw Error(`Unexpected data type: ${typeof e}${r?`; constructor: ${r}`:""}${T1(e)}`)}return t}function T1(e){if(typeof e!=="object"||e===null)return"";return`; props: [${Object.getOwnPropertyNames(e).map((r)=>`"${r}"`).join(", ")}]`}class J{constructor(e){this._client=e}}var Pk=Symbol.for("brand.privateNullableHeaders");function*I1(e){if(!e)return;if(Pk in e){let{values:o,nulls:n}=e;yield*o.entries();for(let i of n)yield[i,null];return}let t=!1,r;if(e instanceof Headers)r=e.entries();else if(Og(e))r=e;else t=!0,r=Object.entries(e??{});for(let o of r){let n=o[0];if(typeof n!=="string")throw TypeError("expected header name to be a string");let i=Og(o[1])?o[1]:[o[1]],s=!1;for(let a of i){if(a===void 0)continue;if(t&&!s)s=!0,yield[n,null];yield[n,a]}}}var E=(e)=>{let t=new Headers,r=new Set;for(let o of e){let n=new Set;for(let[i,s]of I1(o)){let a=i.toLowerCase();if(!n.has(a))t.delete(i),n.add(a);if(s===null)t.delete(i),r.add(a);else t.append(i,s),r.delete(a)}}return{[Pk]:!0,values:t,nulls:r}};function Rk(e){return e.replace(/[^A-Za-z0-9\-._~!$&'()*+,;=:@]+/g,encodeURIComponent)}var Ik=Object.freeze(Object.create(null)),R1=(e=Rk)=>function(r,...o){if(r.length===1)return r[0];let n=!1,i=[],s=r.reduce((d,p,f)=>{if(/[?#]/.test(p))n=!0;let m=o[f],g=(n?encodeURIComponent:e)(""+m);if(f!==o.length&&(m==null||typeof m==="object"&&m.toString===Object.getPrototypeOf(Object.getPrototypeOf(m.hasOwnProperty??Ik)??Ik)?.toString))g=m+"",i.push({start:d.length+p.length,length:g.length,error:`Value of type ${Object.prototype.toString.call(m).slice(8,-1)} is not a valid path parameter`});return d+p+(f===o.length?"":g)},""),a=s.split(/[?#]/,1)[0],c=/(?<=^|\/)(?:\.|%2e){1,2}(?=\/|$)/gi,u;while((u=c.exec(a))!==null)i.push({start:u.index,length:u[0].length,error:`Value "${u[0]}" can't be safely passed as a path parameter`});if(i.sort((d,p)=>d.start-p.start),i.length>0){let d=0,p=i.reduce((f,m)=>{let g=" ".repeat(m.start-d),h="^".repeat(m.length);return d=m.start+m.length,f+g+h},"");throw new z(`Path parameters result in path with invalid segments:
|
|
21
21
|
${i.map((f)=>f.error).join(`
|
|
22
22
|
`)}
|
|
23
23
|
${s}
|
|
24
|
-
${p}`)}return s},M=R1(Rk);class la extends J{create(e,t){let{betas:r,...o}=e;return this._client.post("/v1/environments?beta=true",{body:o,...t,headers:E([{"anthropic-beta":[...r??[],"managed-agents-2026-04-01"].toString()},t?.headers])})}retrieve(e,t={},r){let{betas:o}=t??{};return this._client.get(M`/v1/environments/${e}?beta=true`,{...r,headers:E([{"anthropic-beta":[...o??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}update(e,t,r){let{betas:o,...n}=t;return this._client.post(M`/v1/environments/${e}?beta=true`,{body:n,...r,headers:E([{"anthropic-beta":[...o??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}list(e={},t){let{betas:r,...o}=e??{};return this._client.getAPIList("/v1/environments?beta=true",ye,{query:o,...t,headers:E([{"anthropic-beta":[...r??[],"managed-agents-2026-04-01"].toString()},t?.headers])})}delete(e,t={},r){let{betas:o}=t??{};return this._client.delete(M`/v1/environments/${e}?beta=true`,{...r,headers:E([{"anthropic-beta":[...o??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}archive(e,t={},r){let{betas:o}=t??{};return this._client.post(M`/v1/environments/${e}/archive?beta=true`,{...r,headers:E([{"anthropic-beta":[...o??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}}var ua=Symbol("anthropic.sdk.stainlessHelper");function ju(e){return typeof e==="object"&&e!==null&&ua in e}function Kg(e,t){let r=new Set;if(e){for(let o of e)if(ju(o))r.add(o[ua])}if(t)for(let o of t){if(ju(o))r.add(o[ua]);if(Array.isArray(o.content)){for(let n of o.content)if(ju(n))r.add(n[ua])}}return Array.from(r)}function Uu(e,t){let r=Kg(e,t);if(r.length===0)return{};return{"x-stainless-helper":r.join(", ")}}function $k(e){if(ju(e))return{"x-stainless-helper":e[ua]};return{}}class da extends J{list(e={},t){let{betas:r,...o}=e??{};return this._client.getAPIList("/v1/files?beta=true",ir,{query:o,...t,headers:E([{"anthropic-beta":[...r??[],"files-api-2025-04-14"].toString()},t?.headers])})}delete(e,t={},r){let{betas:o}=t??{};return this._client.delete(M`/v1/files/${e}?beta=true`,{...r,headers:E([{"anthropic-beta":[...o??[],"files-api-2025-04-14"].toString()},r?.headers])})}download(e,t={},r){let{betas:o}=t??{};return this._client.get(M`/v1/files/${e}/content?beta=true`,{...r,headers:E([{"anthropic-beta":[...o??[],"files-api-2025-04-14"].toString(),Accept:"application/binary"},r?.headers]),__binaryResponse:!0})}retrieveMetadata(e,t={},r){let{betas:o}=t??{};return this._client.get(M`/v1/files/${e}?beta=true`,{...r,headers:E([{"anthropic-beta":[...o??[],"files-api-2025-04-14"].toString()},r?.headers])})}upload(e,t){let{betas:r,...o}=e;return this._client.post("/v1/files?beta=true",ii({body:o,...t,headers:E([{"anthropic-beta":[...r??[],"files-api-2025-04-14"].toString()},$k(o.file),t?.headers])},this._client))}}class pa extends J{retrieve(e,t={},r){let{betas:o}=t??{};return this._client.get(M`/v1/models/${e}?beta=true`,{...r,headers:E([{...o?.toString()!=null?{"anthropic-beta":o?.toString()}:void 0},r?.headers])})}list(e={},t){let{betas:r,...o}=e??{};return this._client.getAPIList("/v1/models?beta=true",ir,{query:o,...t,headers:E([{...r?.toString()!=null?{"anthropic-beta":r?.toString()}:void 0},t?.headers])})}}class fa extends J{create(e,t){let{betas:r,...o}=e;return this._client.post("/v1/user_profiles?beta=true",{body:o,...t,headers:E([{"anthropic-beta":[...r??[],"user-profiles-2026-03-24"].toString()},t?.headers])})}retrieve(e,t={},r){let{betas:o}=t??{};return this._client.get(M`/v1/user_profiles/${e}?beta=true`,{...r,headers:E([{"anthropic-beta":[...o??[],"user-profiles-2026-03-24"].toString()},r?.headers])})}update(e,t,r){let{betas:o,...n}=t;return this._client.post(M`/v1/user_profiles/${e}?beta=true`,{body:n,...r,headers:E([{"anthropic-beta":[...o??[],"user-profiles-2026-03-24"].toString()},r?.headers])})}list(e={},t){let{betas:r,...o}=e??{};return this._client.getAPIList("/v1/user_profiles?beta=true",ye,{query:o,...t,headers:E([{"anthropic-beta":[...r??[],"user-profiles-2026-03-24"].toString()},t?.headers])})}createEnrollmentURL(e,t={},r){let{betas:o}=t??{};return this._client.post(M`/v1/user_profiles/${e}/enrollment_url?beta=true`,{...r,headers:E([{"anthropic-beta":[...o??[],"user-profiles-2026-03-24"].toString()},r?.headers])})}}class ma extends J{list(e,t={},r){let{betas:o,...n}=t??{};return this._client.getAPIList(M`/v1/agents/${e}/versions?beta=true`,ye,{query:n,...r,headers:E([{"anthropic-beta":[...o??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}}class si extends J{constructor(){super(...arguments);this.versions=new ma(this._client)}create(e,t){let{betas:r,...o}=e;return this._client.post("/v1/agents?beta=true",{body:o,...t,headers:E([{"anthropic-beta":[...r??[],"managed-agents-2026-04-01"].toString()},t?.headers])})}retrieve(e,t={},r){let{betas:o,...n}=t??{};return this._client.get(M`/v1/agents/${e}?beta=true`,{query:n,...r,headers:E([{"anthropic-beta":[...o??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}update(e,t,r){let{betas:o,...n}=t;return this._client.post(M`/v1/agents/${e}?beta=true`,{body:n,...r,headers:E([{"anthropic-beta":[...o??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}list(e={},t){let{betas:r,...o}=e??{};return this._client.getAPIList("/v1/agents?beta=true",ye,{query:o,...t,headers:E([{"anthropic-beta":[...r??[],"managed-agents-2026-04-01"].toString()},t?.headers])})}archive(e,t={},r){let{betas:o}=t??{};return this._client.post(M`/v1/agents/${e}/archive?beta=true`,{...r,headers:E([{"anthropic-beta":[...o??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}}si.Versions=ma;class ga extends J{create(e,t,r){let{view:o,betas:n,...i}=t;return this._client.post(M`/v1/memory_stores/${e}/memories?beta=true`,{query:{view:o},body:i,...r,headers:E([{"anthropic-beta":[...n??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}retrieve(e,t,r){let{memory_store_id:o,betas:n,...i}=t;return this._client.get(M`/v1/memory_stores/${o}/memories/${e}?beta=true`,{query:i,...r,headers:E([{"anthropic-beta":[...n??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}update(e,t,r){let{memory_store_id:o,view:n,betas:i,...s}=t;return this._client.post(M`/v1/memory_stores/${o}/memories/${e}?beta=true`,{query:{view:n},body:s,...r,headers:E([{"anthropic-beta":[...i??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}list(e,t={},r){let{betas:o,...n}=t??{};return this._client.getAPIList(M`/v1/memory_stores/${e}/memories?beta=true`,ye,{query:n,...r,headers:E([{"anthropic-beta":[...o??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}delete(e,t,r){let{memory_store_id:o,expected_content_sha256:n,betas:i}=t;return this._client.delete(M`/v1/memory_stores/${o}/memories/${e}?beta=true`,{query:{expected_content_sha256:n},...r,headers:E([{"anthropic-beta":[...i??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}}class ha extends J{retrieve(e,t,r){let{memory_store_id:o,betas:n,...i}=t;return this._client.get(M`/v1/memory_stores/${o}/memory_versions/${e}?beta=true`,{query:i,...r,headers:E([{"anthropic-beta":[...n??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}list(e,t={},r){let{betas:o,...n}=t??{};return this._client.getAPIList(M`/v1/memory_stores/${e}/memory_versions?beta=true`,ye,{query:n,...r,headers:E([{"anthropic-beta":[...o??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}redact(e,t,r){let{memory_store_id:o,betas:n}=t;return this._client.post(M`/v1/memory_stores/${o}/memory_versions/${e}/redact?beta=true`,{...r,headers:E([{"anthropic-beta":[...n??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}}class io extends J{constructor(){super(...arguments);this.memories=new ga(this._client),this.memoryVersions=new ha(this._client)}create(e,t){let{betas:r,...o}=e;return this._client.post("/v1/memory_stores?beta=true",{body:o,...t,headers:E([{"anthropic-beta":[...r??[],"managed-agents-2026-04-01"].toString()},t?.headers])})}retrieve(e,t={},r){let{betas:o}=t??{};return this._client.get(M`/v1/memory_stores/${e}?beta=true`,{...r,headers:E([{"anthropic-beta":[...o??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}update(e,t,r){let{betas:o,...n}=t;return this._client.post(M`/v1/memory_stores/${e}?beta=true`,{body:n,...r,headers:E([{"anthropic-beta":[...o??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}list(e={},t){let{betas:r,...o}=e??{};return this._client.getAPIList("/v1/memory_stores?beta=true",ye,{query:o,...t,headers:E([{"anthropic-beta":[...r??[],"managed-agents-2026-04-01"].toString()},t?.headers])})}delete(e,t={},r){let{betas:o}=t??{};return this._client.delete(M`/v1/memory_stores/${e}?beta=true`,{...r,headers:E([{"anthropic-beta":[...o??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}archive(e,t={},r){let{betas:o}=t??{};return this._client.post(M`/v1/memory_stores/${e}/archive?beta=true`,{...r,headers:E([{"anthropic-beta":[...o??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}}io.Memories=ga;io.MemoryVersions=ha;class ai{constructor(e,t){this.iterator=e,this.controller=t}async*decoder(){let e=new gn;for await(let t of this.iterator)for(let r of e.decode(t))yield JSON.parse(r);for(let t of e.flush())yield JSON.parse(t)}[Symbol.asyncIterator](){return this.decoder()}static fromResponse(e,t){if(!e.body){if(t.abort(),typeof globalThis.navigator<"u"&&globalThis.navigator.product==="ReactNative")throw new z("The default react-native fetch implementation does not support streaming. Please use expo/fetch: https://docs.expo.dev/versions/latest/sdk/expo/#expofetch-api");throw new z("Attempted to iterate over a response with no body")}return new ai(oa(e.body),t)}}class ya extends J{create(e,t){let{betas:r,...o}=e;return this._client.post("/v1/messages/batches?beta=true",{body:o,...t,headers:E([{"anthropic-beta":[...r??[],"message-batches-2024-09-24"].toString()},t?.headers])})}retrieve(e,t={},r){let{betas:o}=t??{};return this._client.get(M`/v1/messages/batches/${e}?beta=true`,{...r,headers:E([{"anthropic-beta":[...o??[],"message-batches-2024-09-24"].toString()},r?.headers])})}list(e={},t){let{betas:r,...o}=e??{};return this._client.getAPIList("/v1/messages/batches?beta=true",ir,{query:o,...t,headers:E([{"anthropic-beta":[...r??[],"message-batches-2024-09-24"].toString()},t?.headers])})}delete(e,t={},r){let{betas:o}=t??{};return this._client.delete(M`/v1/messages/batches/${e}?beta=true`,{...r,headers:E([{"anthropic-beta":[...o??[],"message-batches-2024-09-24"].toString()},r?.headers])})}cancel(e,t={},r){let{betas:o}=t??{};return this._client.post(M`/v1/messages/batches/${e}/cancel?beta=true`,{...r,headers:E([{"anthropic-beta":[...o??[],"message-batches-2024-09-24"].toString()},r?.headers])})}async results(e,t={},r){let o=await this.retrieve(e);if(!o.results_url)throw new z(`No batch \`results_url\`; Has it finished processing? ${o.processing_status} - ${o.id}`);let{betas:n}=t??{};return this._client.get(o.results_url,{...r,headers:E([{"anthropic-beta":[...n??[],"message-batches-2024-09-24"].toString(),Accept:"application/binary"},r?.headers]),stream:!0,__binaryResponse:!0})._thenUnwrap((i,s)=>ai.fromResponse(s.response,s.controller))}}var zu={"claude-opus-4-20250514":8192,"claude-opus-4-0":8192,"claude-4-opus-20250514":8192,"anthropic.claude-opus-4-20250514-v1:0":8192,"claude-opus-4@20250514":8192,"claude-opus-4-1-20250805":8192,"anthropic.claude-opus-4-1-20250805-v1:0":8192,"claude-opus-4-1@20250805":8192};function Ok(e){return e?.output_format??e?.output_config?.format}function Gg(e,t,r){let o=Ok(t);if(!t||!("parse"in(o??{})))return{...e,content:e.content.map((n)=>{if(n.type==="text"){let i=Object.defineProperty({...n},"parsed_output",{value:null,enumerable:!1});return Object.defineProperty(i,"parsed",{get(){return r.logger.warn("The `parsed` property on `text` blocks is deprecated, please use `parsed_output` instead."),null},enumerable:!1})}return n}),parsed_output:null};return Jg(e,t,r)}function Jg(e,t,r){let o=null,n=e.content.map((i)=>{if(i.type==="text"){let s=L1(t,i.text);if(o===null)o=s;let a=Object.defineProperty({...i},"parsed_output",{value:s,enumerable:!1});return Object.defineProperty(a,"parsed",{get(){return r.logger.warn("The `parsed` property on `text` blocks is deprecated, please use `parsed_output` instead."),s},enumerable:!1})}return i});return{...e,content:n,parsed_output:o}}function L1(e,t){let r=Ok(e);if(r?.type!=="json_schema")return null;try{if("parse"in r)return r.parse(t);return JSON.parse(t)}catch(o){throw new z(`Failed to parse structured output: ${o}`)}}var F1=(e)=>{let t=0,r=[];while(t<e.length){let o=e[t];if(o==="\\"){t++;continue}if(o==="{"){r.push({type:"brace",value:"{"}),t++;continue}if(o==="}"){r.push({type:"brace",value:"}"}),t++;continue}if(o==="["){r.push({type:"paren",value:"["}),t++;continue}if(o==="]"){r.push({type:"paren",value:"]"}),t++;continue}if(o===":"){r.push({type:"separator",value:":"}),t++;continue}if(o===","){r.push({type:"delimiter",value:","}),t++;continue}if(o==='"'){let a="",c=!1;o=e[++t];while(o!=='"'){if(t===e.length){c=!0;break}if(o==="\\"){if(t++,t===e.length){c=!0;break}a+=o+e[t],o=e[++t]}else a+=o,o=e[++t]}if(o=e[++t],!c)r.push({type:"string",value:a});continue}if(o&&/\s/.test(o)){t++;continue}let i=/[0-9]/;if(o&&i.test(o)||o==="-"||o==="."){let a="";if(o==="-")a+=o,o=e[++t];while(o&&i.test(o)||o===".")a+=o,o=e[++t];r.push({type:"number",value:a});continue}let s=/[a-z]/i;if(o&&s.test(o)){let a="";while(o&&s.test(o)){if(t===e.length)break;a+=o,o=e[++t]}if(a=="true"||a=="false"||a==="null")r.push({type:"name",value:a});else{t++;continue}continue}t++}return r},ci=(e)=>{if(e.length===0)return e;let t=e[e.length-1];switch(t.type){case"separator":return e=e.slice(0,e.length-1),ci(e);break;case"number":let r=t.value[t.value.length-1];if(r==="."||r==="-")return e=e.slice(0,e.length-1),ci(e);case"string":let o=e[e.length-2];if(o?.type==="delimiter")return e=e.slice(0,e.length-1),ci(e);else if(o?.type==="brace"&&o.value==="{")return e=e.slice(0,e.length-1),ci(e);break;case"delimiter":return e=e.slice(0,e.length-1),ci(e);break}return e},B1=(e)=>{let t=[];if(e.map((r)=>{if(r.type==="brace")if(r.value==="{")t.push("}");else t.splice(t.lastIndexOf("}"),1);if(r.type==="paren")if(r.value==="[")t.push("]");else t.splice(t.lastIndexOf("]"),1)}),t.length>0)t.reverse().map((r)=>{if(r==="}")e.push({type:"brace",value:"}"});else if(r==="]")e.push({type:"paren",value:"]"})});return e},H1=(e)=>{let t="";return e.map((r)=>{switch(r.type){case"string":t+='"'+r.value+'"';break;default:t+=r.value;break}}),t},Lu=(e)=>JSON.parse(H1(B1(ci(F1(e)))));var Vt,hn,li,ba,Fu,_a,va,Bu,Sa,Nr,xa,Hu,qu,so,Zu,Vu,wa,Xg,Ak,Wu,Yg,Qg,eh,Ck,Mk="__json_buf";function Dk(e){return e.type==="tool_use"||e.type==="server_tool_use"||e.type==="mcp_tool_use"}class ka{constructor(e,t){Vt.add(this),this.messages=[],this.receivedMessages=[],hn.set(this,void 0),li.set(this,null),this.controller=new AbortController,ba.set(this,void 0),Fu.set(this,()=>{}),_a.set(this,()=>{}),va.set(this,void 0),Bu.set(this,()=>{}),Sa.set(this,()=>{}),Nr.set(this,{}),xa.set(this,!1),Hu.set(this,!1),qu.set(this,!1),so.set(this,!1),Zu.set(this,void 0),Vu.set(this,void 0),wa.set(this,void 0),Wu.set(this,(r)=>{if(N(this,Hu,!0,"f"),Mr(r))r=new et;if(r instanceof et)return N(this,qu,!0,"f"),this._emit("abort",r);if(r instanceof z)return this._emit("error",r);if(r instanceof Error){let o=new z(r.message);return o.cause=r,this._emit("error",o)}return this._emit("error",new z(String(r)))}),N(this,ba,new Promise((r,o)=>{N(this,Fu,r,"f"),N(this,_a,o,"f")}),"f"),N(this,va,new Promise((r,o)=>{N(this,Bu,r,"f"),N(this,Sa,o,"f")}),"f"),_(this,ba,"f").catch(()=>{}),_(this,va,"f").catch(()=>{}),N(this,li,e,"f"),N(this,wa,t?.logger??console,"f")}get response(){return _(this,Zu,"f")}get request_id(){return _(this,Vu,"f")}async withResponse(){N(this,so,!0,"f");let e=await _(this,ba,"f");if(!e)throw Error("Could not resolve a `Response` object");return{data:this,response:e,request_id:e.headers.get("request-id")}}static fromReadableStream(e){let t=new ka(null);return t._run(()=>t._fromReadableStream(e)),t}static createMessage(e,t,r,{logger:o}={}){let n=new ka(t,{logger:o});for(let i of t.messages)n._addMessageParam(i);return N(n,li,{...t,stream:!0},"f"),n._run(()=>n._createMessage(e,{...t,stream:!0},{...r,headers:{...r?.headers,"X-Stainless-Helper-Method":"stream"}})),n}_run(e){e().then(()=>{this._emitFinal(),this._emit("end")},_(this,Wu,"f"))}_addMessageParam(e){this.messages.push(e)}_addMessage(e,t=!0){if(this.receivedMessages.push(e),t)this._emit("message",e)}async _createMessage(e,t,r){let o=r?.signal,n;if(o){if(o.aborted)this.controller.abort();n=this.controller.abort.bind(this.controller),o.addEventListener("abort",n)}try{_(this,Vt,"m",Yg).call(this);let{response:i,data:s}=await e.create({...t,stream:!0},{...r,signal:this.controller.signal}).withResponse();this._connected(i);for await(let a of s)_(this,Vt,"m",Qg).call(this,a);if(s.controller.signal?.aborted)throw new et;_(this,Vt,"m",eh).call(this)}finally{if(o&&n)o.removeEventListener("abort",n)}}_connected(e){if(this.ended)return;N(this,Zu,e,"f"),N(this,Vu,e?.headers.get("request-id"),"f"),_(this,Fu,"f").call(this,e),this._emit("connect")}get ended(){return _(this,xa,"f")}get errored(){return _(this,Hu,"f")}get aborted(){return _(this,qu,"f")}abort(){this.controller.abort()}on(e,t){return(_(this,Nr,"f")[e]||(_(this,Nr,"f")[e]=[])).push({listener:t}),this}off(e,t){let r=_(this,Nr,"f")[e];if(!r)return this;let o=r.findIndex((n)=>n.listener===t);if(o>=0)r.splice(o,1);return this}once(e,t){return(_(this,Nr,"f")[e]||(_(this,Nr,"f")[e]=[])).push({listener:t,once:!0}),this}emitted(e){return new Promise((t,r)=>{if(N(this,so,!0,"f"),e!=="error")this.once("error",r);this.once(e,t)})}async done(){N(this,so,!0,"f"),await _(this,va,"f")}get currentMessage(){return _(this,hn,"f")}async finalMessage(){return await this.done(),_(this,Vt,"m",Xg).call(this)}async finalText(){return await this.done(),_(this,Vt,"m",Ak).call(this)}_emit(e,...t){if(_(this,xa,"f"))return;if(e==="end")N(this,xa,!0,"f"),_(this,Bu,"f").call(this);let r=_(this,Nr,"f")[e];if(r)_(this,Nr,"f")[e]=r.filter((o)=>!o.once),r.forEach(({listener:o})=>o(...t));if(e==="abort"){let o=t[0];if(!_(this,so,"f")&&!r?.length)Promise.reject(o);_(this,_a,"f").call(this,o),_(this,Sa,"f").call(this,o),this._emit("end");return}if(e==="error"){let o=t[0];if(!_(this,so,"f")&&!r?.length)Promise.reject(o);_(this,_a,"f").call(this,o),_(this,Sa,"f").call(this,o),this._emit("end")}}_emitFinal(){if(this.receivedMessages.at(-1))this._emit("finalMessage",_(this,Vt,"m",Xg).call(this))}async _fromReadableStream(e,t){let r=t?.signal,o;if(r){if(r.aborted)this.controller.abort();o=this.controller.abort.bind(this.controller),r.addEventListener("abort",o)}try{_(this,Vt,"m",Yg).call(this),this._connected(null);let n=Mt.fromReadableStream(e,this.controller);for await(let i of n)_(this,Vt,"m",Qg).call(this,i);if(n.controller.signal?.aborted)throw new et;_(this,Vt,"m",eh).call(this)}finally{if(r&&o)r.removeEventListener("abort",o)}}[(hn=new WeakMap,li=new WeakMap,ba=new WeakMap,Fu=new WeakMap,_a=new WeakMap,va=new WeakMap,Bu=new WeakMap,Sa=new WeakMap,Nr=new WeakMap,xa=new WeakMap,Hu=new WeakMap,qu=new WeakMap,so=new WeakMap,Zu=new WeakMap,Vu=new WeakMap,wa=new WeakMap,Wu=new WeakMap,Vt=new WeakSet,Xg=function(){if(this.receivedMessages.length===0)throw new z("stream ended without producing a Message with role=assistant");return this.receivedMessages.at(-1)},Ak=function(){if(this.receivedMessages.length===0)throw new z("stream ended without producing a Message with role=assistant");let t=this.receivedMessages.at(-1).content.filter((r)=>r.type==="text").map((r)=>r.text);if(t.length===0)throw new z("stream ended without producing a content block with type=text");return t.join(" ")},Yg=function(){if(this.ended)return;N(this,hn,void 0,"f")},Qg=function(t){if(this.ended)return;let r=_(this,Vt,"m",Ck).call(this,t);switch(this._emit("streamEvent",t,r),t.type){case"content_block_delta":{let o=r.content.at(-1);switch(t.delta.type){case"text_delta":{if(o.type==="text")this._emit("text",t.delta.text,o.text||"");break}case"citations_delta":{if(o.type==="text")this._emit("citation",t.delta.citation,o.citations??[]);break}case"input_json_delta":{if(Dk(o)&&o.input)this._emit("inputJson",t.delta.partial_json,o.input);break}case"thinking_delta":{if(o.type==="thinking")this._emit("thinking",t.delta.thinking,o.thinking);break}case"signature_delta":{if(o.type==="thinking")this._emit("signature",o.signature);break}case"compaction_delta":{if(o.type==="compaction"&&o.content)this._emit("compaction",o.content);break}default:Nk(t.delta)}break}case"message_stop":{this._addMessageParam(r),this._addMessage(Gg(r,_(this,li,"f"),{logger:_(this,wa,"f")}),!0);break}case"content_block_stop":{this._emit("contentBlock",r.content.at(-1));break}case"message_start":{N(this,hn,r,"f");break}case"content_block_start":case"message_delta":break}},eh=function(){if(this.ended)throw new z("stream has ended, this shouldn't happen");let t=_(this,hn,"f");if(!t)throw new z("request ended without sending any chunks");return N(this,hn,void 0,"f"),Gg(t,_(this,li,"f"),{logger:_(this,wa,"f")})},Ck=function(t){let r=_(this,hn,"f");if(t.type==="message_start"){if(r)throw new z(`Unexpected event order, got ${t.type} before receiving "message_stop"`);return t.message}if(!r)throw new z(`Unexpected event order, got ${t.type} before "message_start"`);switch(t.type){case"message_stop":return r;case"message_delta":if(r.container=t.delta.container,r.stop_reason=t.delta.stop_reason,r.stop_sequence=t.delta.stop_sequence,r.usage.output_tokens=t.usage.output_tokens,r.context_management=t.context_management,t.usage.input_tokens!=null)r.usage.input_tokens=t.usage.input_tokens;if(t.usage.cache_creation_input_tokens!=null)r.usage.cache_creation_input_tokens=t.usage.cache_creation_input_tokens;if(t.usage.cache_read_input_tokens!=null)r.usage.cache_read_input_tokens=t.usage.cache_read_input_tokens;if(t.usage.server_tool_use!=null)r.usage.server_tool_use=t.usage.server_tool_use;if(t.usage.iterations!=null)r.usage.iterations=t.usage.iterations;return r;case"content_block_start":return r.content.push(t.content_block),r;case"content_block_delta":{let o=r.content.at(t.index);switch(t.delta.type){case"text_delta":{if(o?.type==="text")r.content[t.index]={...o,text:(o.text||"")+t.delta.text};break}case"citations_delta":{if(o?.type==="text")r.content[t.index]={...o,citations:[...o.citations??[],t.delta.citation]};break}case"input_json_delta":{if(o&&Dk(o)){let n=o[Mk]||"";n+=t.delta.partial_json;let i={...o};if(Object.defineProperty(i,Mk,{value:n,enumerable:!1,writable:!0}),n)try{i.input=Lu(n)}catch(s){let a=new z(`Unable to parse tool parameter JSON from model. Please retry your request or adjust your prompt. Error: ${s}. JSON: ${n}`);_(this,Wu,"f").call(this,a)}r.content[t.index]=i}break}case"thinking_delta":{if(o?.type==="thinking")r.content[t.index]={...o,thinking:o.thinking+t.delta.thinking};break}case"signature_delta":{if(o?.type==="thinking")r.content[t.index]={...o,signature:t.delta.signature};break}case"compaction_delta":{if(o?.type==="compaction")r.content[t.index]={...o,content:(o.content||"")+t.delta.content};break}default:Nk(t.delta)}return r}case"content_block_stop":return r}},Symbol.asyncIterator)](){let e=[],t=[],r=!1;return this.on("streamEvent",(o)=>{let n=t.shift();if(n)n.resolve(o);else e.push(o)}),this.on("end",()=>{r=!0;for(let o of t)o.resolve(void 0);t.length=0}),this.on("abort",(o)=>{r=!0;for(let n of t)n.reject(o);t.length=0}),this.on("error",(o)=>{r=!0;for(let n of t)n.reject(o);t.length=0}),{next:async()=>{if(!e.length){if(r)return{value:void 0,done:!0};return new Promise((n,i)=>t.push({resolve:n,reject:i})).then((n)=>n?{value:n,done:!1}:{value:void 0,done:!0})}return{value:e.shift(),done:!1}},return:async()=>(this.abort(),{value:void 0,done:!0})}}toReadableStream(){return new Mt(this[Symbol.asyncIterator].bind(this),this.controller).toReadableStream()}}function Nk(e){}class ui extends Error{constructor(e){let t=typeof e==="string"?e:e.map((r)=>{if(r.type==="text")return r.text;return`[${r.type}]`}).join(" ");super(t);this.name="ToolError",this.content=e}}var jk=1e5,Uk=`You have been working on the task described above but have not yet completed it. Write a continuation summary that will allow you (or another instance of yourself) to resume work efficiently in a future context window where the conversation history will be replaced with this summary. Your summary should be structured, concise, and actionable. Include:
|
|
24
|
+
${p}`)}return s},M=R1(Rk);class la extends J{create(e,t){let{betas:r,...o}=e;return this._client.post("/v1/environments?beta=true",{body:o,...t,headers:E([{"anthropic-beta":[...r??[],"managed-agents-2026-04-01"].toString()},t?.headers])})}retrieve(e,t={},r){let{betas:o}=t??{};return this._client.get(M`/v1/environments/${e}?beta=true`,{...r,headers:E([{"anthropic-beta":[...o??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}update(e,t,r){let{betas:o,...n}=t;return this._client.post(M`/v1/environments/${e}?beta=true`,{body:n,...r,headers:E([{"anthropic-beta":[...o??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}list(e={},t){let{betas:r,...o}=e??{};return this._client.getAPIList("/v1/environments?beta=true",ye,{query:o,...t,headers:E([{"anthropic-beta":[...r??[],"managed-agents-2026-04-01"].toString()},t?.headers])})}delete(e,t={},r){let{betas:o}=t??{};return this._client.delete(M`/v1/environments/${e}?beta=true`,{...r,headers:E([{"anthropic-beta":[...o??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}archive(e,t={},r){let{betas:o}=t??{};return this._client.post(M`/v1/environments/${e}/archive?beta=true`,{...r,headers:E([{"anthropic-beta":[...o??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}}var ua=Symbol("anthropic.sdk.stainlessHelper");function ju(e){return typeof e==="object"&&e!==null&&ua in e}function Kg(e,t){let r=new Set;if(e){for(let o of e)if(ju(o))r.add(o[ua])}if(t)for(let o of t){if(ju(o))r.add(o[ua]);if(Array.isArray(o.content)){for(let n of o.content)if(ju(n))r.add(n[ua])}}return Array.from(r)}function Uu(e,t){let r=Kg(e,t);if(r.length===0)return{};return{"x-stainless-helper":r.join(", ")}}function $k(e){if(ju(e))return{"x-stainless-helper":e[ua]};return{}}class da extends J{list(e={},t){let{betas:r,...o}=e??{};return this._client.getAPIList("/v1/files?beta=true",ir,{query:o,...t,headers:E([{"anthropic-beta":[...r??[],"files-api-2025-04-14"].toString()},t?.headers])})}delete(e,t={},r){let{betas:o}=t??{};return this._client.delete(M`/v1/files/${e}?beta=true`,{...r,headers:E([{"anthropic-beta":[...o??[],"files-api-2025-04-14"].toString()},r?.headers])})}download(e,t={},r){let{betas:o}=t??{};return this._client.get(M`/v1/files/${e}/content?beta=true`,{...r,headers:E([{"anthropic-beta":[...o??[],"files-api-2025-04-14"].toString(),Accept:"application/binary"},r?.headers]),__binaryResponse:!0})}retrieveMetadata(e,t={},r){let{betas:o}=t??{};return this._client.get(M`/v1/files/${e}?beta=true`,{...r,headers:E([{"anthropic-beta":[...o??[],"files-api-2025-04-14"].toString()},r?.headers])})}upload(e,t){let{betas:r,...o}=e;return this._client.post("/v1/files?beta=true",ii({body:o,...t,headers:E([{"anthropic-beta":[...r??[],"files-api-2025-04-14"].toString()},$k(o.file),t?.headers])},this._client))}}class pa extends J{retrieve(e,t={},r){let{betas:o}=t??{};return this._client.get(M`/v1/models/${e}?beta=true`,{...r,headers:E([{...o?.toString()!=null?{"anthropic-beta":o?.toString()}:void 0},r?.headers])})}list(e={},t){let{betas:r,...o}=e??{};return this._client.getAPIList("/v1/models?beta=true",ir,{query:o,...t,headers:E([{...r?.toString()!=null?{"anthropic-beta":r?.toString()}:void 0},t?.headers])})}}class fa extends J{create(e,t){let{betas:r,...o}=e;return this._client.post("/v1/user_profiles?beta=true",{body:o,...t,headers:E([{"anthropic-beta":[...r??[],"user-profiles-2026-03-24"].toString()},t?.headers])})}retrieve(e,t={},r){let{betas:o}=t??{};return this._client.get(M`/v1/user_profiles/${e}?beta=true`,{...r,headers:E([{"anthropic-beta":[...o??[],"user-profiles-2026-03-24"].toString()},r?.headers])})}update(e,t,r){let{betas:o,...n}=t;return this._client.post(M`/v1/user_profiles/${e}?beta=true`,{body:n,...r,headers:E([{"anthropic-beta":[...o??[],"user-profiles-2026-03-24"].toString()},r?.headers])})}list(e={},t){let{betas:r,...o}=e??{};return this._client.getAPIList("/v1/user_profiles?beta=true",ye,{query:o,...t,headers:E([{"anthropic-beta":[...r??[],"user-profiles-2026-03-24"].toString()},t?.headers])})}createEnrollmentURL(e,t={},r){let{betas:o}=t??{};return this._client.post(M`/v1/user_profiles/${e}/enrollment_url?beta=true`,{...r,headers:E([{"anthropic-beta":[...o??[],"user-profiles-2026-03-24"].toString()},r?.headers])})}}class ma extends J{list(e,t={},r){let{betas:o,...n}=t??{};return this._client.getAPIList(M`/v1/agents/${e}/versions?beta=true`,ye,{query:n,...r,headers:E([{"anthropic-beta":[...o??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}}class si extends J{constructor(){super(...arguments);this.versions=new ma(this._client)}create(e,t){let{betas:r,...o}=e;return this._client.post("/v1/agents?beta=true",{body:o,...t,headers:E([{"anthropic-beta":[...r??[],"managed-agents-2026-04-01"].toString()},t?.headers])})}retrieve(e,t={},r){let{betas:o,...n}=t??{};return this._client.get(M`/v1/agents/${e}?beta=true`,{query:n,...r,headers:E([{"anthropic-beta":[...o??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}update(e,t,r){let{betas:o,...n}=t;return this._client.post(M`/v1/agents/${e}?beta=true`,{body:n,...r,headers:E([{"anthropic-beta":[...o??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}list(e={},t){let{betas:r,...o}=e??{};return this._client.getAPIList("/v1/agents?beta=true",ye,{query:o,...t,headers:E([{"anthropic-beta":[...r??[],"managed-agents-2026-04-01"].toString()},t?.headers])})}archive(e,t={},r){let{betas:o}=t??{};return this._client.post(M`/v1/agents/${e}/archive?beta=true`,{...r,headers:E([{"anthropic-beta":[...o??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}}si.Versions=ma;class ga extends J{create(e,t,r){let{view:o,betas:n,...i}=t;return this._client.post(M`/v1/memory_stores/${e}/memories?beta=true`,{query:{view:o},body:i,...r,headers:E([{"anthropic-beta":[...n??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}retrieve(e,t,r){let{memory_store_id:o,betas:n,...i}=t;return this._client.get(M`/v1/memory_stores/${o}/memories/${e}?beta=true`,{query:i,...r,headers:E([{"anthropic-beta":[...n??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}update(e,t,r){let{memory_store_id:o,view:n,betas:i,...s}=t;return this._client.post(M`/v1/memory_stores/${o}/memories/${e}?beta=true`,{query:{view:n},body:s,...r,headers:E([{"anthropic-beta":[...i??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}list(e,t={},r){let{betas:o,...n}=t??{};return this._client.getAPIList(M`/v1/memory_stores/${e}/memories?beta=true`,ye,{query:n,...r,headers:E([{"anthropic-beta":[...o??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}delete(e,t,r){let{memory_store_id:o,expected_content_sha256:n,betas:i}=t;return this._client.delete(M`/v1/memory_stores/${o}/memories/${e}?beta=true`,{query:{expected_content_sha256:n},...r,headers:E([{"anthropic-beta":[...i??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}}class ha extends J{retrieve(e,t,r){let{memory_store_id:o,betas:n,...i}=t;return this._client.get(M`/v1/memory_stores/${o}/memory_versions/${e}?beta=true`,{query:i,...r,headers:E([{"anthropic-beta":[...n??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}list(e,t={},r){let{betas:o,...n}=t??{};return this._client.getAPIList(M`/v1/memory_stores/${e}/memory_versions?beta=true`,ye,{query:n,...r,headers:E([{"anthropic-beta":[...o??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}redact(e,t,r){let{memory_store_id:o,betas:n}=t;return this._client.post(M`/v1/memory_stores/${o}/memory_versions/${e}/redact?beta=true`,{...r,headers:E([{"anthropic-beta":[...n??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}}class io extends J{constructor(){super(...arguments);this.memories=new ga(this._client),this.memoryVersions=new ha(this._client)}create(e,t){let{betas:r,...o}=e;return this._client.post("/v1/memory_stores?beta=true",{body:o,...t,headers:E([{"anthropic-beta":[...r??[],"managed-agents-2026-04-01"].toString()},t?.headers])})}retrieve(e,t={},r){let{betas:o}=t??{};return this._client.get(M`/v1/memory_stores/${e}?beta=true`,{...r,headers:E([{"anthropic-beta":[...o??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}update(e,t,r){let{betas:o,...n}=t;return this._client.post(M`/v1/memory_stores/${e}?beta=true`,{body:n,...r,headers:E([{"anthropic-beta":[...o??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}list(e={},t){let{betas:r,...o}=e??{};return this._client.getAPIList("/v1/memory_stores?beta=true",ye,{query:o,...t,headers:E([{"anthropic-beta":[...r??[],"managed-agents-2026-04-01"].toString()},t?.headers])})}delete(e,t={},r){let{betas:o}=t??{};return this._client.delete(M`/v1/memory_stores/${e}?beta=true`,{...r,headers:E([{"anthropic-beta":[...o??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}archive(e,t={},r){let{betas:o}=t??{};return this._client.post(M`/v1/memory_stores/${e}/archive?beta=true`,{...r,headers:E([{"anthropic-beta":[...o??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}}io.Memories=ga;io.MemoryVersions=ha;class ai{constructor(e,t){this.iterator=e,this.controller=t}async*decoder(){let e=new gn;for await(let t of this.iterator)for(let r of e.decode(t))yield JSON.parse(r);for(let t of e.flush())yield JSON.parse(t)}[Symbol.asyncIterator](){return this.decoder()}static fromResponse(e,t){if(!e.body){if(t.abort(),typeof globalThis.navigator<"u"&&globalThis.navigator.product==="ReactNative")throw new z("The default react-native fetch implementation does not support streaming. Please use expo/fetch: https://docs.expo.dev/versions/latest/sdk/expo/#expofetch-api");throw new z("Attempted to iterate over a response with no body")}return new ai(oa(e.body),t)}}class ya extends J{create(e,t){let{betas:r,...o}=e;return this._client.post("/v1/messages/batches?beta=true",{body:o,...t,headers:E([{"anthropic-beta":[...r??[],"message-batches-2024-09-24"].toString()},t?.headers])})}retrieve(e,t={},r){let{betas:o}=t??{};return this._client.get(M`/v1/messages/batches/${e}?beta=true`,{...r,headers:E([{"anthropic-beta":[...o??[],"message-batches-2024-09-24"].toString()},r?.headers])})}list(e={},t){let{betas:r,...o}=e??{};return this._client.getAPIList("/v1/messages/batches?beta=true",ir,{query:o,...t,headers:E([{"anthropic-beta":[...r??[],"message-batches-2024-09-24"].toString()},t?.headers])})}delete(e,t={},r){let{betas:o}=t??{};return this._client.delete(M`/v1/messages/batches/${e}?beta=true`,{...r,headers:E([{"anthropic-beta":[...o??[],"message-batches-2024-09-24"].toString()},r?.headers])})}cancel(e,t={},r){let{betas:o}=t??{};return this._client.post(M`/v1/messages/batches/${e}/cancel?beta=true`,{...r,headers:E([{"anthropic-beta":[...o??[],"message-batches-2024-09-24"].toString()},r?.headers])})}async results(e,t={},r){let o=await this.retrieve(e);if(!o.results_url)throw new z(`No batch \`results_url\`; Has it finished processing? ${o.processing_status} - ${o.id}`);let{betas:n}=t??{};return this._client.get(o.results_url,{...r,headers:E([{"anthropic-beta":[...n??[],"message-batches-2024-09-24"].toString(),Accept:"application/binary"},r?.headers]),stream:!0,__binaryResponse:!0})._thenUnwrap((i,s)=>ai.fromResponse(s.response,s.controller))}}var zu={"claude-opus-4-20250514":8192,"claude-opus-4-0":8192,"claude-4-opus-20250514":8192,"anthropic.claude-opus-4-20250514-v1:0":8192,"claude-opus-4@20250514":8192,"claude-opus-4-1-20250805":8192,"anthropic.claude-opus-4-1-20250805-v1:0":8192,"claude-opus-4-1@20250805":8192};function Ak(e){return e?.output_format??e?.output_config?.format}function Gg(e,t,r){let o=Ak(t);if(!t||!("parse"in(o??{})))return{...e,content:e.content.map((n)=>{if(n.type==="text"){let i=Object.defineProperty({...n},"parsed_output",{value:null,enumerable:!1});return Object.defineProperty(i,"parsed",{get(){return r.logger.warn("The `parsed` property on `text` blocks is deprecated, please use `parsed_output` instead."),null},enumerable:!1})}return n}),parsed_output:null};return Jg(e,t,r)}function Jg(e,t,r){let o=null,n=e.content.map((i)=>{if(i.type==="text"){let s=L1(t,i.text);if(o===null)o=s;let a=Object.defineProperty({...i},"parsed_output",{value:s,enumerable:!1});return Object.defineProperty(a,"parsed",{get(){return r.logger.warn("The `parsed` property on `text` blocks is deprecated, please use `parsed_output` instead."),s},enumerable:!1})}return i});return{...e,content:n,parsed_output:o}}function L1(e,t){let r=Ak(e);if(r?.type!=="json_schema")return null;try{if("parse"in r)return r.parse(t);return JSON.parse(t)}catch(o){throw new z(`Failed to parse structured output: ${o}`)}}var F1=(e)=>{let t=0,r=[];while(t<e.length){let o=e[t];if(o==="\\"){t++;continue}if(o==="{"){r.push({type:"brace",value:"{"}),t++;continue}if(o==="}"){r.push({type:"brace",value:"}"}),t++;continue}if(o==="["){r.push({type:"paren",value:"["}),t++;continue}if(o==="]"){r.push({type:"paren",value:"]"}),t++;continue}if(o===":"){r.push({type:"separator",value:":"}),t++;continue}if(o===","){r.push({type:"delimiter",value:","}),t++;continue}if(o==='"'){let a="",c=!1;o=e[++t];while(o!=='"'){if(t===e.length){c=!0;break}if(o==="\\"){if(t++,t===e.length){c=!0;break}a+=o+e[t],o=e[++t]}else a+=o,o=e[++t]}if(o=e[++t],!c)r.push({type:"string",value:a});continue}if(o&&/\s/.test(o)){t++;continue}let i=/[0-9]/;if(o&&i.test(o)||o==="-"||o==="."){let a="";if(o==="-")a+=o,o=e[++t];while(o&&i.test(o)||o===".")a+=o,o=e[++t];r.push({type:"number",value:a});continue}let s=/[a-z]/i;if(o&&s.test(o)){let a="";while(o&&s.test(o)){if(t===e.length)break;a+=o,o=e[++t]}if(a=="true"||a=="false"||a==="null")r.push({type:"name",value:a});else{t++;continue}continue}t++}return r},ci=(e)=>{if(e.length===0)return e;let t=e[e.length-1];switch(t.type){case"separator":return e=e.slice(0,e.length-1),ci(e);break;case"number":let r=t.value[t.value.length-1];if(r==="."||r==="-")return e=e.slice(0,e.length-1),ci(e);case"string":let o=e[e.length-2];if(o?.type==="delimiter")return e=e.slice(0,e.length-1),ci(e);else if(o?.type==="brace"&&o.value==="{")return e=e.slice(0,e.length-1),ci(e);break;case"delimiter":return e=e.slice(0,e.length-1),ci(e);break}return e},B1=(e)=>{let t=[];if(e.map((r)=>{if(r.type==="brace")if(r.value==="{")t.push("}");else t.splice(t.lastIndexOf("}"),1);if(r.type==="paren")if(r.value==="[")t.push("]");else t.splice(t.lastIndexOf("]"),1)}),t.length>0)t.reverse().map((r)=>{if(r==="}")e.push({type:"brace",value:"}"});else if(r==="]")e.push({type:"paren",value:"]"})});return e},H1=(e)=>{let t="";return e.map((r)=>{switch(r.type){case"string":t+='"'+r.value+'"';break;default:t+=r.value;break}}),t},Lu=(e)=>JSON.parse(H1(B1(ci(F1(e)))));var Vt,hn,li,ba,Fu,_a,va,Bu,Sa,Nr,xa,Hu,qu,so,Zu,Vu,wa,Xg,Ok,Wu,Yg,Qg,eh,Ck,Mk="__json_buf";function Dk(e){return e.type==="tool_use"||e.type==="server_tool_use"||e.type==="mcp_tool_use"}class ka{constructor(e,t){Vt.add(this),this.messages=[],this.receivedMessages=[],hn.set(this,void 0),li.set(this,null),this.controller=new AbortController,ba.set(this,void 0),Fu.set(this,()=>{}),_a.set(this,()=>{}),va.set(this,void 0),Bu.set(this,()=>{}),Sa.set(this,()=>{}),Nr.set(this,{}),xa.set(this,!1),Hu.set(this,!1),qu.set(this,!1),so.set(this,!1),Zu.set(this,void 0),Vu.set(this,void 0),wa.set(this,void 0),Wu.set(this,(r)=>{if(N(this,Hu,!0,"f"),Mr(r))r=new et;if(r instanceof et)return N(this,qu,!0,"f"),this._emit("abort",r);if(r instanceof z)return this._emit("error",r);if(r instanceof Error){let o=new z(r.message);return o.cause=r,this._emit("error",o)}return this._emit("error",new z(String(r)))}),N(this,ba,new Promise((r,o)=>{N(this,Fu,r,"f"),N(this,_a,o,"f")}),"f"),N(this,va,new Promise((r,o)=>{N(this,Bu,r,"f"),N(this,Sa,o,"f")}),"f"),_(this,ba,"f").catch(()=>{}),_(this,va,"f").catch(()=>{}),N(this,li,e,"f"),N(this,wa,t?.logger??console,"f")}get response(){return _(this,Zu,"f")}get request_id(){return _(this,Vu,"f")}async withResponse(){N(this,so,!0,"f");let e=await _(this,ba,"f");if(!e)throw Error("Could not resolve a `Response` object");return{data:this,response:e,request_id:e.headers.get("request-id")}}static fromReadableStream(e){let t=new ka(null);return t._run(()=>t._fromReadableStream(e)),t}static createMessage(e,t,r,{logger:o}={}){let n=new ka(t,{logger:o});for(let i of t.messages)n._addMessageParam(i);return N(n,li,{...t,stream:!0},"f"),n._run(()=>n._createMessage(e,{...t,stream:!0},{...r,headers:{...r?.headers,"X-Stainless-Helper-Method":"stream"}})),n}_run(e){e().then(()=>{this._emitFinal(),this._emit("end")},_(this,Wu,"f"))}_addMessageParam(e){this.messages.push(e)}_addMessage(e,t=!0){if(this.receivedMessages.push(e),t)this._emit("message",e)}async _createMessage(e,t,r){let o=r?.signal,n;if(o){if(o.aborted)this.controller.abort();n=this.controller.abort.bind(this.controller),o.addEventListener("abort",n)}try{_(this,Vt,"m",Yg).call(this);let{response:i,data:s}=await e.create({...t,stream:!0},{...r,signal:this.controller.signal}).withResponse();this._connected(i);for await(let a of s)_(this,Vt,"m",Qg).call(this,a);if(s.controller.signal?.aborted)throw new et;_(this,Vt,"m",eh).call(this)}finally{if(o&&n)o.removeEventListener("abort",n)}}_connected(e){if(this.ended)return;N(this,Zu,e,"f"),N(this,Vu,e?.headers.get("request-id"),"f"),_(this,Fu,"f").call(this,e),this._emit("connect")}get ended(){return _(this,xa,"f")}get errored(){return _(this,Hu,"f")}get aborted(){return _(this,qu,"f")}abort(){this.controller.abort()}on(e,t){return(_(this,Nr,"f")[e]||(_(this,Nr,"f")[e]=[])).push({listener:t}),this}off(e,t){let r=_(this,Nr,"f")[e];if(!r)return this;let o=r.findIndex((n)=>n.listener===t);if(o>=0)r.splice(o,1);return this}once(e,t){return(_(this,Nr,"f")[e]||(_(this,Nr,"f")[e]=[])).push({listener:t,once:!0}),this}emitted(e){return new Promise((t,r)=>{if(N(this,so,!0,"f"),e!=="error")this.once("error",r);this.once(e,t)})}async done(){N(this,so,!0,"f"),await _(this,va,"f")}get currentMessage(){return _(this,hn,"f")}async finalMessage(){return await this.done(),_(this,Vt,"m",Xg).call(this)}async finalText(){return await this.done(),_(this,Vt,"m",Ok).call(this)}_emit(e,...t){if(_(this,xa,"f"))return;if(e==="end")N(this,xa,!0,"f"),_(this,Bu,"f").call(this);let r=_(this,Nr,"f")[e];if(r)_(this,Nr,"f")[e]=r.filter((o)=>!o.once),r.forEach(({listener:o})=>o(...t));if(e==="abort"){let o=t[0];if(!_(this,so,"f")&&!r?.length)Promise.reject(o);_(this,_a,"f").call(this,o),_(this,Sa,"f").call(this,o),this._emit("end");return}if(e==="error"){let o=t[0];if(!_(this,so,"f")&&!r?.length)Promise.reject(o);_(this,_a,"f").call(this,o),_(this,Sa,"f").call(this,o),this._emit("end")}}_emitFinal(){if(this.receivedMessages.at(-1))this._emit("finalMessage",_(this,Vt,"m",Xg).call(this))}async _fromReadableStream(e,t){let r=t?.signal,o;if(r){if(r.aborted)this.controller.abort();o=this.controller.abort.bind(this.controller),r.addEventListener("abort",o)}try{_(this,Vt,"m",Yg).call(this),this._connected(null);let n=Mt.fromReadableStream(e,this.controller);for await(let i of n)_(this,Vt,"m",Qg).call(this,i);if(n.controller.signal?.aborted)throw new et;_(this,Vt,"m",eh).call(this)}finally{if(r&&o)r.removeEventListener("abort",o)}}[(hn=new WeakMap,li=new WeakMap,ba=new WeakMap,Fu=new WeakMap,_a=new WeakMap,va=new WeakMap,Bu=new WeakMap,Sa=new WeakMap,Nr=new WeakMap,xa=new WeakMap,Hu=new WeakMap,qu=new WeakMap,so=new WeakMap,Zu=new WeakMap,Vu=new WeakMap,wa=new WeakMap,Wu=new WeakMap,Vt=new WeakSet,Xg=function(){if(this.receivedMessages.length===0)throw new z("stream ended without producing a Message with role=assistant");return this.receivedMessages.at(-1)},Ok=function(){if(this.receivedMessages.length===0)throw new z("stream ended without producing a Message with role=assistant");let t=this.receivedMessages.at(-1).content.filter((r)=>r.type==="text").map((r)=>r.text);if(t.length===0)throw new z("stream ended without producing a content block with type=text");return t.join(" ")},Yg=function(){if(this.ended)return;N(this,hn,void 0,"f")},Qg=function(t){if(this.ended)return;let r=_(this,Vt,"m",Ck).call(this,t);switch(this._emit("streamEvent",t,r),t.type){case"content_block_delta":{let o=r.content.at(-1);switch(t.delta.type){case"text_delta":{if(o.type==="text")this._emit("text",t.delta.text,o.text||"");break}case"citations_delta":{if(o.type==="text")this._emit("citation",t.delta.citation,o.citations??[]);break}case"input_json_delta":{if(Dk(o)&&o.input)this._emit("inputJson",t.delta.partial_json,o.input);break}case"thinking_delta":{if(o.type==="thinking")this._emit("thinking",t.delta.thinking,o.thinking);break}case"signature_delta":{if(o.type==="thinking")this._emit("signature",o.signature);break}case"compaction_delta":{if(o.type==="compaction"&&o.content)this._emit("compaction",o.content);break}default:Nk(t.delta)}break}case"message_stop":{this._addMessageParam(r),this._addMessage(Gg(r,_(this,li,"f"),{logger:_(this,wa,"f")}),!0);break}case"content_block_stop":{this._emit("contentBlock",r.content.at(-1));break}case"message_start":{N(this,hn,r,"f");break}case"content_block_start":case"message_delta":break}},eh=function(){if(this.ended)throw new z("stream has ended, this shouldn't happen");let t=_(this,hn,"f");if(!t)throw new z("request ended without sending any chunks");return N(this,hn,void 0,"f"),Gg(t,_(this,li,"f"),{logger:_(this,wa,"f")})},Ck=function(t){let r=_(this,hn,"f");if(t.type==="message_start"){if(r)throw new z(`Unexpected event order, got ${t.type} before receiving "message_stop"`);return t.message}if(!r)throw new z(`Unexpected event order, got ${t.type} before "message_start"`);switch(t.type){case"message_stop":return r;case"message_delta":if(r.container=t.delta.container,r.stop_reason=t.delta.stop_reason,r.stop_sequence=t.delta.stop_sequence,r.usage.output_tokens=t.usage.output_tokens,r.context_management=t.context_management,t.usage.input_tokens!=null)r.usage.input_tokens=t.usage.input_tokens;if(t.usage.cache_creation_input_tokens!=null)r.usage.cache_creation_input_tokens=t.usage.cache_creation_input_tokens;if(t.usage.cache_read_input_tokens!=null)r.usage.cache_read_input_tokens=t.usage.cache_read_input_tokens;if(t.usage.server_tool_use!=null)r.usage.server_tool_use=t.usage.server_tool_use;if(t.usage.iterations!=null)r.usage.iterations=t.usage.iterations;return r;case"content_block_start":return r.content.push(t.content_block),r;case"content_block_delta":{let o=r.content.at(t.index);switch(t.delta.type){case"text_delta":{if(o?.type==="text")r.content[t.index]={...o,text:(o.text||"")+t.delta.text};break}case"citations_delta":{if(o?.type==="text")r.content[t.index]={...o,citations:[...o.citations??[],t.delta.citation]};break}case"input_json_delta":{if(o&&Dk(o)){let n=o[Mk]||"";n+=t.delta.partial_json;let i={...o};if(Object.defineProperty(i,Mk,{value:n,enumerable:!1,writable:!0}),n)try{i.input=Lu(n)}catch(s){let a=new z(`Unable to parse tool parameter JSON from model. Please retry your request or adjust your prompt. Error: ${s}. JSON: ${n}`);_(this,Wu,"f").call(this,a)}r.content[t.index]=i}break}case"thinking_delta":{if(o?.type==="thinking")r.content[t.index]={...o,thinking:o.thinking+t.delta.thinking};break}case"signature_delta":{if(o?.type==="thinking")r.content[t.index]={...o,signature:t.delta.signature};break}case"compaction_delta":{if(o?.type==="compaction")r.content[t.index]={...o,content:(o.content||"")+t.delta.content};break}default:Nk(t.delta)}return r}case"content_block_stop":return r}},Symbol.asyncIterator)](){let e=[],t=[],r=!1;return this.on("streamEvent",(o)=>{let n=t.shift();if(n)n.resolve(o);else e.push(o)}),this.on("end",()=>{r=!0;for(let o of t)o.resolve(void 0);t.length=0}),this.on("abort",(o)=>{r=!0;for(let n of t)n.reject(o);t.length=0}),this.on("error",(o)=>{r=!0;for(let n of t)n.reject(o);t.length=0}),{next:async()=>{if(!e.length){if(r)return{value:void 0,done:!0};return new Promise((n,i)=>t.push({resolve:n,reject:i})).then((n)=>n?{value:n,done:!1}:{value:void 0,done:!0})}return{value:e.shift(),done:!1}},return:async()=>(this.abort(),{value:void 0,done:!0})}}toReadableStream(){return new Mt(this[Symbol.asyncIterator].bind(this),this.controller).toReadableStream()}}function Nk(e){}class ui extends Error{constructor(e){let t=typeof e==="string"?e:e.map((r)=>{if(r.type==="text")return r.text;return`[${r.type}]`}).join(" ");super(t);this.name="ToolError",this.content=e}}var jk=1e5,Uk=`You have been working on the task described above but have not yet completed it. Write a continuation summary that will allow you (or another instance of yourself) to resume work efficiently in a future context window where the conversation history will be replaced with this summary. Your summary should be structured, concise, and actionable. Include:
|
|
25
25
|
1. Task Overview
|
|
26
26
|
The user's core request and success criteria
|
|
27
27
|
Any clarifications or constraints they specified
|
|
@@ -44,7 +44,7 @@ Domain-specific details that aren't obvious
|
|
|
44
44
|
Any promises made to the user
|
|
45
45
|
Be concise but complete—err on the side of including information that would prevent duplicate work or repeated mistakes. Write in a way that enables immediate resumption of the task.
|
|
46
46
|
Wrap your summary in <summary></summary> tags.`;var Ea,di,ao,Ke,_t,Dt,jr,yn,Ta,zk,th;function Lk(){let e,t;return{promise:new Promise((o,n)=>{e=o,t=n}),resolve:e,reject:t}}class Pa{constructor(e,t,r){Ea.add(this),this.client=e,di.set(this,!1),ao.set(this,!1),Ke.set(this,void 0),_t.set(this,void 0),Dt.set(this,void 0),jr.set(this,void 0),yn.set(this,void 0),Ta.set(this,0),N(this,Ke,{params:{...t,messages:structuredClone(t.messages)}},"f");let n=["BetaToolRunner",...Kg(t.tools,t.messages)].join(", ");if(N(this,_t,{...r,headers:E([{"x-stainless-helper":n},r?.headers])},"f"),N(this,yn,Lk(),"f"),t.compactionControl?.enabled)console.warn('Anthropic: The `compactionControl` parameter is deprecated and will be removed in a future version. Use server-side compaction instead by passing `edits: [{ type: "compact_20260112" }]` in the params passed to `toolRunner()`. See https://platform.claude.com/docs/en/build-with-claude/compaction')}async*[(di=new WeakMap,ao=new WeakMap,Ke=new WeakMap,_t=new WeakMap,Dt=new WeakMap,jr=new WeakMap,yn=new WeakMap,Ta=new WeakMap,Ea=new WeakSet,zk=async function(){let t=_(this,Ke,"f").params.compactionControl;if(!t||!t.enabled)return!1;let r=0;if(_(this,Dt,"f")!==void 0)try{let c=await _(this,Dt,"f");r=c.usage.input_tokens+(c.usage.cache_creation_input_tokens??0)+(c.usage.cache_read_input_tokens??0)+c.usage.output_tokens}catch{return!1}let o=t.contextTokenThreshold??jk;if(r<o)return!1;let n=t.model??_(this,Ke,"f").params.model,i=t.summaryPrompt??Uk,s=_(this,Ke,"f").params.messages;if(s[s.length-1].role==="assistant"){let c=s[s.length-1];if(Array.isArray(c.content)){let u=c.content.filter((d)=>d.type!=="tool_use");if(u.length===0)s.pop();else c.content=u}}let a=await this.client.beta.messages.create({model:n,messages:[...s,{role:"user",content:[{type:"text",text:i}]}],max_tokens:_(this,Ke,"f").params.max_tokens},{signal:_(this,_t,"f").signal,headers:E([_(this,_t,"f").headers,{"x-stainless-helper":"compaction"}])});if(a.content[0]?.type!=="text")throw new z("Expected text response for compaction");return _(this,Ke,"f").params.messages=[{role:"user",content:a.content}],!0},Symbol.asyncIterator)](){var e;if(_(this,di,"f"))throw new z("Cannot iterate over a consumed stream");N(this,di,!0,"f"),N(this,ao,!0,"f"),N(this,jr,void 0,"f");try{while(!0){let t;try{if(_(this,Ke,"f").params.max_iterations&&_(this,Ta,"f")>=_(this,Ke,"f").params.max_iterations)break;N(this,ao,!1,"f"),N(this,jr,void 0,"f"),N(this,Ta,(e=_(this,Ta,"f"),e++,e),"f"),N(this,Dt,void 0,"f");let{max_iterations:r,compactionControl:o,...n}=_(this,Ke,"f").params;if(n.stream)t=this.client.beta.messages.stream({...n},_(this,_t,"f")),N(this,Dt,t.finalMessage(),"f"),_(this,Dt,"f").catch(()=>{}),yield t;else N(this,Dt,this.client.beta.messages.create({...n,stream:!1},_(this,_t,"f")),"f"),yield _(this,Dt,"f");if(!await _(this,Ea,"m",zk).call(this)){if(!_(this,ao,"f")){let{role:a,content:c}=await _(this,Dt,"f");_(this,Ke,"f").params.messages.push({role:a,content:c})}let s=await _(this,Ea,"m",th).call(this,_(this,Ke,"f").params.messages.at(-1));if(s)_(this,Ke,"f").params.messages.push(s);else if(!_(this,ao,"f"))break}}finally{if(t)t.abort()}}if(!_(this,Dt,"f"))throw new z("ToolRunner concluded without a message from the server");_(this,yn,"f").resolve(await _(this,Dt,"f"))}catch(t){throw N(this,di,!1,"f"),_(this,yn,"f").promise.catch(()=>{}),_(this,yn,"f").reject(t),N(this,yn,Lk(),"f"),t}}setMessagesParams(e){if(typeof e==="function")_(this,Ke,"f").params=e(_(this,Ke,"f").params);else _(this,Ke,"f").params=e;N(this,ao,!0,"f"),N(this,jr,void 0,"f")}setRequestOptions(e){if(typeof e==="function")N(this,_t,e(_(this,_t,"f")),"f");else N(this,_t,{..._(this,_t,"f"),...e},"f")}async generateToolResponse(e=_(this,_t,"f").signal){let t=await _(this,Dt,"f")??this.params.messages.at(-1);if(!t)return null;return _(this,Ea,"m",th).call(this,t,e)}done(){return _(this,yn,"f").promise}async runUntilDone(){if(!_(this,di,"f"))for await(let e of this);return this.done()}get params(){return _(this,Ke,"f").params}pushMessages(...e){this.setMessagesParams((t)=>({...t,messages:[...t.messages,...e]}))}then(e,t){return this.runUntilDone().then(e,t)}}th=async function(t,r=_(this,_t,"f").signal){if(_(this,jr,"f")!==void 0)return _(this,jr,"f");return N(this,jr,q1(_(this,Ke,"f").params,t,{..._(this,_t,"f"),signal:r}),"f"),_(this,jr,"f")};async function q1(e,t=e.messages.at(-1),r){if(!t||t.role!=="assistant"||!t.content||typeof t.content==="string")return null;let o=t.content.filter((i)=>i.type==="tool_use");if(o.length===0)return null;return{role:"user",content:await Promise.all(o.map(async(i)=>{let s=e.tools.find((a)=>("name"in a?a.name:a.mcp_server_name)===i.name);if(!s||!("run"in s))return{type:"tool_result",tool_use_id:i.id,content:`Error: Tool '${i.name}' not found`,is_error:!0};try{let a=i.input;if("parse"in s&&s.parse)a=s.parse(a);let c=await s.run(a,{toolUseBlock:i,signal:r?.signal});return{type:"tool_result",tool_use_id:i.id,content:c}}catch(a){return{type:"tool_result",tool_use_id:i.id,content:a instanceof ui?a.content:`Error: ${a instanceof Error?a.message:String(a)}`,is_error:!0}}}))}}var Fk={"claude-1.3":"November 6th, 2024","claude-1.3-100k":"November 6th, 2024","claude-instant-1.1":"November 6th, 2024","claude-instant-1.1-100k":"November 6th, 2024","claude-instant-1.2":"November 6th, 2024","claude-3-sonnet-20240229":"July 21st, 2025","claude-3-opus-20240229":"January 5th, 2026","claude-2.1":"July 21st, 2025","claude-2.0":"July 21st, 2025","claude-3-7-sonnet-latest":"February 19th, 2026","claude-3-7-sonnet-20250219":"February 19th, 2026"},Z1=["claude-mythos-preview","claude-opus-4-6"];class bn extends J{constructor(){super(...arguments);this.batches=new ya(this._client)}create(e,t){let r=Bk(e),{betas:o,...n}=r;if(n.model in Fk)console.warn(`The model '${n.model}' is deprecated and will reach end-of-life on ${Fk[n.model]}
|
|
47
|
-
Please migrate to a newer model. Visit https://docs.anthropic.com/en/docs/resources/model-deprecations for more information.`);if(Z1.includes(n.model)&&n.thinking&&n.thinking.type==="enabled")console.warn(`Using Claude with ${n.model} and 'thinking.type=enabled' is deprecated. Use 'thinking.type=adaptive' instead which results in better model performance in our testing: https://platform.claude.com/docs/en/build-with-claude/adaptive-thinking`);let i=this._client._options.timeout;if(!n.stream&&i==null){let a=zu[n.model]??void 0;i=this._client.calculateNonstreamingTimeout(n.max_tokens,a)}let s=Uu(n.tools,n.messages);return this._client.post("/v1/messages?beta=true",{body:n,timeout:i??600000,...t,headers:E([{...o?.toString()!=null?{"anthropic-beta":o?.toString()}:void 0},s,t?.headers]),stream:r.stream??!1})}parse(e,t){return t={...t,headers:E([{"anthropic-beta":[...e.betas??[],"structured-outputs-2025-12-15"].toString()},t?.headers])},this.create(e,t).then((r)=>Jg(r,e,{logger:this._client.logger??console}))}stream(e,t){return ka.createMessage(this,e,t)}countTokens(e,t){let r=Bk(e),{betas:o,...n}=r;return this._client.post("/v1/messages/count_tokens?beta=true",{body:n,...t,headers:E([{"anthropic-beta":[...o??[],"token-counting-2024-11-01"].toString()},t?.headers])})}toolRunner(e,t){return new Pa(this._client,e,t)}}function Bk(e){if(!e.output_format)return e;if(e.output_config?.format)throw new z("Both output_format and output_config.format were provided. Please use only output_config.format (output_format is deprecated).");let{output_format:t,...r}=e;return{...r,output_config:{...e.output_config,format:t}}}bn.Batches=ya;bn.BetaToolRunner=Pa;bn.ToolError=ui;class Ia extends J{list(e,t={},r){let{betas:o,...n}=t??{};return this._client.getAPIList(M`/v1/sessions/${e}/events?beta=true`,ye,{query:n,...r,headers:E([{"anthropic-beta":[...o??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}send(e,t,r){let{betas:o,...n}=t;return this._client.post(M`/v1/sessions/${e}/events?beta=true`,{body:n,...r,headers:E([{"anthropic-beta":[...o??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}stream(e,t={},r){let{betas:o}=t??{};return this._client.get(M`/v1/sessions/${e}/events/stream?beta=true`,{...r,headers:E([{"anthropic-beta":[...o??[],"managed-agents-2026-04-01"].toString()},r?.headers]),stream:!0})}}class Ra extends J{retrieve(e,t,r){let{session_id:o,betas:n}=t;return this._client.get(M`/v1/sessions/${o}/resources/${e}?beta=true`,{...r,headers:E([{"anthropic-beta":[...n??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}update(e,t,r){let{session_id:o,betas:n,...i}=t;return this._client.post(M`/v1/sessions/${o}/resources/${e}?beta=true`,{body:i,...r,headers:E([{"anthropic-beta":[...n??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}list(e,t={},r){let{betas:o,...n}=t??{};return this._client.getAPIList(M`/v1/sessions/${e}/resources?beta=true`,ye,{query:n,...r,headers:E([{"anthropic-beta":[...o??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}delete(e,t,r){let{session_id:o,betas:n}=t;return this._client.delete(M`/v1/sessions/${o}/resources/${e}?beta=true`,{...r,headers:E([{"anthropic-beta":[...n??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}add(e,t,r){let{betas:o,...n}=t;return this._client.post(M`/v1/sessions/${e}/resources?beta=true`,{body:n,...r,headers:E([{"anthropic-beta":[...o??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}}class co extends J{constructor(){super(...arguments);this.events=new Ia(this._client),this.resources=new Ra(this._client)}create(e,t){let{betas:r,...o}=e;return this._client.post("/v1/sessions?beta=true",{body:o,...t,headers:E([{"anthropic-beta":[...r??[],"managed-agents-2026-04-01"].toString()},t?.headers])})}retrieve(e,t={},r){let{betas:o}=t??{};return this._client.get(M`/v1/sessions/${e}?beta=true`,{...r,headers:E([{"anthropic-beta":[...o??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}update(e,t,r){let{betas:o,...n}=t;return this._client.post(M`/v1/sessions/${e}?beta=true`,{body:n,...r,headers:E([{"anthropic-beta":[...o??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}list(e={},t){let{betas:r,...o}=e??{};return this._client.getAPIList("/v1/sessions?beta=true",ye,{query:o,...t,headers:E([{"anthropic-beta":[...r??[],"managed-agents-2026-04-01"].toString()},t?.headers])})}delete(e,t={},r){let{betas:o}=t??{};return this._client.delete(M`/v1/sessions/${e}?beta=true`,{...r,headers:E([{"anthropic-beta":[...o??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}archive(e,t={},r){let{betas:o}=t??{};return this._client.post(M`/v1/sessions/${e}/archive?beta=true`,{...r,headers:E([{"anthropic-beta":[...o??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}}co.Events=Ia;co.Resources=Ra;class $a extends J{create(e,t={},r){let{betas:o,...n}=t??{};return this._client.post(M`/v1/skills/${e}/versions?beta=true`,ii({body:n,...r,headers:E([{"anthropic-beta":[...o??[],"skills-2025-10-02"].toString()},r?.headers])},this._client))}retrieve(e,t,r){let{skill_id:o,betas:n}=t;return this._client.get(M`/v1/skills/${o}/versions/${e}?beta=true`,{...r,headers:E([{"anthropic-beta":[...n??[],"skills-2025-10-02"].toString()},r?.headers])})}list(e,t={},r){let{betas:o,...n}=t??{};return this._client.getAPIList(M`/v1/skills/${e}/versions?beta=true`,ye,{query:n,...r,headers:E([{"anthropic-beta":[...o??[],"skills-2025-10-02"].toString()},r?.headers])})}delete(e,t,r){let{skill_id:o,betas:n}=t;return this._client.delete(M`/v1/skills/${o}/versions/${e}?beta=true`,{...r,headers:E([{"anthropic-beta":[...n??[],"skills-2025-10-02"].toString()},r?.headers])})}}class pi extends J{constructor(){super(...arguments);this.versions=new $a(this._client)}create(e={},t){let{betas:r,...o}=e??{};return this._client.post("/v1/skills?beta=true",ii({body:o,...t,headers:E([{"anthropic-beta":[...r??[],"skills-2025-10-02"].toString()},t?.headers])},this._client,!1))}retrieve(e,t={},r){let{betas:o}=t??{};return this._client.get(M`/v1/skills/${e}?beta=true`,{...r,headers:E([{"anthropic-beta":[...o??[],"skills-2025-10-02"].toString()},r?.headers])})}list(e={},t){let{betas:r,...o}=e??{};return this._client.getAPIList("/v1/skills?beta=true",ye,{query:o,...t,headers:E([{"anthropic-beta":[...r??[],"skills-2025-10-02"].toString()},t?.headers])})}delete(e,t={},r){let{betas:o}=t??{};return this._client.delete(M`/v1/skills/${e}?beta=true`,{...r,headers:E([{"anthropic-beta":[...o??[],"skills-2025-10-02"].toString()},r?.headers])})}}pi.Versions=$a;class Oa extends J{create(e,t,r){let{betas:o,...n}=t;return this._client.post(M`/v1/vaults/${e}/credentials?beta=true`,{body:n,...r,headers:E([{"anthropic-beta":[...o??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}retrieve(e,t,r){let{vault_id:o,betas:n}=t;return this._client.get(M`/v1/vaults/${o}/credentials/${e}?beta=true`,{...r,headers:E([{"anthropic-beta":[...n??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}update(e,t,r){let{vault_id:o,betas:n,...i}=t;return this._client.post(M`/v1/vaults/${o}/credentials/${e}?beta=true`,{body:i,...r,headers:E([{"anthropic-beta":[...n??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}list(e,t={},r){let{betas:o,...n}=t??{};return this._client.getAPIList(M`/v1/vaults/${e}/credentials?beta=true`,ye,{query:n,...r,headers:E([{"anthropic-beta":[...o??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}delete(e,t,r){let{vault_id:o,betas:n}=t;return this._client.delete(M`/v1/vaults/${o}/credentials/${e}?beta=true`,{...r,headers:E([{"anthropic-beta":[...n??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}archive(e,t,r){let{vault_id:o,betas:n}=t;return this._client.post(M`/v1/vaults/${o}/credentials/${e}/archive?beta=true`,{...r,headers:E([{"anthropic-beta":[...n??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}}class fi extends J{constructor(){super(...arguments);this.credentials=new Oa(this._client)}create(e,t){let{betas:r,...o}=e;return this._client.post("/v1/vaults?beta=true",{body:o,...t,headers:E([{"anthropic-beta":[...r??[],"managed-agents-2026-04-01"].toString()},t?.headers])})}retrieve(e,t={},r){let{betas:o}=t??{};return this._client.get(M`/v1/vaults/${e}?beta=true`,{...r,headers:E([{"anthropic-beta":[...o??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}update(e,t,r){let{betas:o,...n}=t;return this._client.post(M`/v1/vaults/${e}?beta=true`,{body:n,...r,headers:E([{"anthropic-beta":[...o??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}list(e={},t){let{betas:r,...o}=e??{};return this._client.getAPIList("/v1/vaults?beta=true",ye,{query:o,...t,headers:E([{"anthropic-beta":[...r??[],"managed-agents-2026-04-01"].toString()},t?.headers])})}delete(e,t={},r){let{betas:o}=t??{};return this._client.delete(M`/v1/vaults/${e}?beta=true`,{...r,headers:E([{"anthropic-beta":[...o??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}archive(e,t={},r){let{betas:o}=t??{};return this._client.post(M`/v1/vaults/${e}/archive?beta=true`,{...r,headers:E([{"anthropic-beta":[...o??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}}fi.Credentials=Oa;class it extends J{constructor(){super(...arguments);this.models=new pa(this._client),this.messages=new bn(this._client),this.agents=new si(this._client),this.environments=new la(this._client),this.sessions=new co(this._client),this.vaults=new fi(this._client),this.memoryStores=new io(this._client),this.files=new da(this._client),this.skills=new pi(this._client),this.userProfiles=new fa(this._client)}}it.Models=pa;it.Messages=bn;it.Agents=si;it.Environments=la;it.Sessions=co;it.Vaults=fi;it.MemoryStores=io;it.Files=da;it.Skills=pi;it.UserProfiles=fa;class mi extends J{create(e,t){let{betas:r,...o}=e;return this._client.post("/v1/complete",{body:o,timeout:this._client._options.timeout??600000,...t,headers:E([{...r?.toString()!=null?{"anthropic-beta":r?.toString()}:void 0},t?.headers]),stream:e.stream??!1})}}function Hk(e){return e?.output_config?.format}function rh(e,t,r){let o=Hk(t);if(!t||!("parse"in(o??{})))return{...e,content:e.content.map((n)=>{if(n.type==="text")return Object.defineProperty({...n},"parsed_output",{value:null,enumerable:!1});return n}),parsed_output:null};return nh(e,t,r)}function nh(e,t,r){let o=null,n=e.content.map((i)=>{if(i.type==="text"){let s=eF(t,i.text);if(o===null)o=s;return Object.defineProperty({...i},"parsed_output",{value:s,enumerable:!1})}return i});return{...e,content:n,parsed_output:o}}function eF(e,t){let r=Hk(e);if(r?.type!=="json_schema")return null;try{if("parse"in r)return r.parse(t);return JSON.parse(t)}catch(o){throw new z(`Failed to parse structured output: ${o}`)}}var Wt,_n,gi,Aa,Ku,Ca,Ma,Gu,Da,Ur,Na,Ju,Xu,lo,Yu,Qu,ja,oh,qk,ih,sh,ah,ch,Zk,Vk="__json_buf";function Wk(e){return e.type==="tool_use"||e.type==="server_tool_use"}class Ua{constructor(e,t){Wt.add(this),this.messages=[],this.receivedMessages=[],_n.set(this,void 0),gi.set(this,null),this.controller=new AbortController,Aa.set(this,void 0),Ku.set(this,()=>{}),Ca.set(this,()=>{}),Ma.set(this,void 0),Gu.set(this,()=>{}),Da.set(this,()=>{}),Ur.set(this,{}),Na.set(this,!1),Ju.set(this,!1),Xu.set(this,!1),lo.set(this,!1),Yu.set(this,void 0),Qu.set(this,void 0),ja.set(this,void 0),ih.set(this,(r)=>{if(N(this,Ju,!0,"f"),Mr(r))r=new et;if(r instanceof et)return N(this,Xu,!0,"f"),this._emit("abort",r);if(r instanceof z)return this._emit("error",r);if(r instanceof Error){let o=new z(r.message);return o.cause=r,this._emit("error",o)}return this._emit("error",new z(String(r)))}),N(this,Aa,new Promise((r,o)=>{N(this,Ku,r,"f"),N(this,Ca,o,"f")}),"f"),N(this,Ma,new Promise((r,o)=>{N(this,Gu,r,"f"),N(this,Da,o,"f")}),"f"),_(this,Aa,"f").catch(()=>{}),_(this,Ma,"f").catch(()=>{}),N(this,gi,e,"f"),N(this,ja,t?.logger??console,"f")}get response(){return _(this,Yu,"f")}get request_id(){return _(this,Qu,"f")}async withResponse(){N(this,lo,!0,"f");let e=await _(this,Aa,"f");if(!e)throw Error("Could not resolve a `Response` object");return{data:this,response:e,request_id:e.headers.get("request-id")}}static fromReadableStream(e){let t=new Ua(null);return t._run(()=>t._fromReadableStream(e)),t}static createMessage(e,t,r,{logger:o}={}){let n=new Ua(t,{logger:o});for(let i of t.messages)n._addMessageParam(i);return N(n,gi,{...t,stream:!0},"f"),n._run(()=>n._createMessage(e,{...t,stream:!0},{...r,headers:{...r?.headers,"X-Stainless-Helper-Method":"stream"}})),n}_run(e){e().then(()=>{this._emitFinal(),this._emit("end")},_(this,ih,"f"))}_addMessageParam(e){this.messages.push(e)}_addMessage(e,t=!0){if(this.receivedMessages.push(e),t)this._emit("message",e)}async _createMessage(e,t,r){let o=r?.signal,n;if(o){if(o.aborted)this.controller.abort();n=this.controller.abort.bind(this.controller),o.addEventListener("abort",n)}try{_(this,Wt,"m",sh).call(this);let{response:i,data:s}=await e.create({...t,stream:!0},{...r,signal:this.controller.signal}).withResponse();this._connected(i);for await(let a of s)_(this,Wt,"m",ah).call(this,a);if(s.controller.signal?.aborted)throw new et;_(this,Wt,"m",ch).call(this)}finally{if(o&&n)o.removeEventListener("abort",n)}}_connected(e){if(this.ended)return;N(this,Yu,e,"f"),N(this,Qu,e?.headers.get("request-id"),"f"),_(this,Ku,"f").call(this,e),this._emit("connect")}get ended(){return _(this,Na,"f")}get errored(){return _(this,Ju,"f")}get aborted(){return _(this,Xu,"f")}abort(){this.controller.abort()}on(e,t){return(_(this,Ur,"f")[e]||(_(this,Ur,"f")[e]=[])).push({listener:t}),this}off(e,t){let r=_(this,Ur,"f")[e];if(!r)return this;let o=r.findIndex((n)=>n.listener===t);if(o>=0)r.splice(o,1);return this}once(e,t){return(_(this,Ur,"f")[e]||(_(this,Ur,"f")[e]=[])).push({listener:t,once:!0}),this}emitted(e){return new Promise((t,r)=>{if(N(this,lo,!0,"f"),e!=="error")this.once("error",r);this.once(e,t)})}async done(){N(this,lo,!0,"f"),await _(this,Ma,"f")}get currentMessage(){return _(this,_n,"f")}async finalMessage(){return await this.done(),_(this,Wt,"m",oh).call(this)}async finalText(){return await this.done(),_(this,Wt,"m",qk).call(this)}_emit(e,...t){if(_(this,Na,"f"))return;if(e==="end")N(this,Na,!0,"f"),_(this,Gu,"f").call(this);let r=_(this,Ur,"f")[e];if(r)_(this,Ur,"f")[e]=r.filter((o)=>!o.once),r.forEach(({listener:o})=>o(...t));if(e==="abort"){let o=t[0];if(!_(this,lo,"f")&&!r?.length)Promise.reject(o);_(this,Ca,"f").call(this,o),_(this,Da,"f").call(this,o),this._emit("end");return}if(e==="error"){let o=t[0];if(!_(this,lo,"f")&&!r?.length)Promise.reject(o);_(this,Ca,"f").call(this,o),_(this,Da,"f").call(this,o),this._emit("end")}}_emitFinal(){if(this.receivedMessages.at(-1))this._emit("finalMessage",_(this,Wt,"m",oh).call(this))}async _fromReadableStream(e,t){let r=t?.signal,o;if(r){if(r.aborted)this.controller.abort();o=this.controller.abort.bind(this.controller),r.addEventListener("abort",o)}try{_(this,Wt,"m",sh).call(this),this._connected(null);let n=Mt.fromReadableStream(e,this.controller);for await(let i of n)_(this,Wt,"m",ah).call(this,i);if(n.controller.signal?.aborted)throw new et;_(this,Wt,"m",ch).call(this)}finally{if(r&&o)r.removeEventListener("abort",o)}}[(_n=new WeakMap,gi=new WeakMap,Aa=new WeakMap,Ku=new WeakMap,Ca=new WeakMap,Ma=new WeakMap,Gu=new WeakMap,Da=new WeakMap,Ur=new WeakMap,Na=new WeakMap,Ju=new WeakMap,Xu=new WeakMap,lo=new WeakMap,Yu=new WeakMap,Qu=new WeakMap,ja=new WeakMap,ih=new WeakMap,Wt=new WeakSet,oh=function(){if(this.receivedMessages.length===0)throw new z("stream ended without producing a Message with role=assistant");return this.receivedMessages.at(-1)},qk=function(){if(this.receivedMessages.length===0)throw new z("stream ended without producing a Message with role=assistant");let t=this.receivedMessages.at(-1).content.filter((r)=>r.type==="text").map((r)=>r.text);if(t.length===0)throw new z("stream ended without producing a content block with type=text");return t.join(" ")},sh=function(){if(this.ended)return;N(this,_n,void 0,"f")},ah=function(t){if(this.ended)return;let r=_(this,Wt,"m",Zk).call(this,t);switch(this._emit("streamEvent",t,r),t.type){case"content_block_delta":{let o=r.content.at(-1);switch(t.delta.type){case"text_delta":{if(o.type==="text")this._emit("text",t.delta.text,o.text||"");break}case"citations_delta":{if(o.type==="text")this._emit("citation",t.delta.citation,o.citations??[]);break}case"input_json_delta":{if(Wk(o)&&o.input)this._emit("inputJson",t.delta.partial_json,o.input);break}case"thinking_delta":{if(o.type==="thinking")this._emit("thinking",t.delta.thinking,o.thinking);break}case"signature_delta":{if(o.type==="thinking")this._emit("signature",o.signature);break}default:Kk(t.delta)}break}case"message_stop":{this._addMessageParam(r),this._addMessage(rh(r,_(this,gi,"f"),{logger:_(this,ja,"f")}),!0);break}case"content_block_stop":{this._emit("contentBlock",r.content.at(-1));break}case"message_start":{N(this,_n,r,"f");break}case"content_block_start":case"message_delta":break}},ch=function(){if(this.ended)throw new z("stream has ended, this shouldn't happen");let t=_(this,_n,"f");if(!t)throw new z("request ended without sending any chunks");return N(this,_n,void 0,"f"),rh(t,_(this,gi,"f"),{logger:_(this,ja,"f")})},Zk=function(t){let r=_(this,_n,"f");if(t.type==="message_start"){if(r)throw new z(`Unexpected event order, got ${t.type} before receiving "message_stop"`);return t.message}if(!r)throw new z(`Unexpected event order, got ${t.type} before "message_start"`);switch(t.type){case"message_stop":return r;case"message_delta":if(r.stop_reason=t.delta.stop_reason,r.stop_sequence=t.delta.stop_sequence,r.usage.output_tokens=t.usage.output_tokens,t.usage.input_tokens!=null)r.usage.input_tokens=t.usage.input_tokens;if(t.usage.cache_creation_input_tokens!=null)r.usage.cache_creation_input_tokens=t.usage.cache_creation_input_tokens;if(t.usage.cache_read_input_tokens!=null)r.usage.cache_read_input_tokens=t.usage.cache_read_input_tokens;if(t.usage.server_tool_use!=null)r.usage.server_tool_use=t.usage.server_tool_use;return r;case"content_block_start":return r.content.push({...t.content_block}),r;case"content_block_delta":{let o=r.content.at(t.index);switch(t.delta.type){case"text_delta":{if(o?.type==="text")r.content[t.index]={...o,text:(o.text||"")+t.delta.text};break}case"citations_delta":{if(o?.type==="text")r.content[t.index]={...o,citations:[...o.citations??[],t.delta.citation]};break}case"input_json_delta":{if(o&&Wk(o)){let n=o[Vk]||"";n+=t.delta.partial_json;let i={...o};if(Object.defineProperty(i,Vk,{value:n,enumerable:!1,writable:!0}),n)i.input=Lu(n);r.content[t.index]=i}break}case"thinking_delta":{if(o?.type==="thinking")r.content[t.index]={...o,thinking:o.thinking+t.delta.thinking};break}case"signature_delta":{if(o?.type==="thinking")r.content[t.index]={...o,signature:t.delta.signature};break}default:Kk(t.delta)}return r}case"content_block_stop":return r}},Symbol.asyncIterator)](){let e=[],t=[],r=!1;return this.on("streamEvent",(o)=>{let n=t.shift();if(n)n.resolve(o);else e.push(o)}),this.on("end",()=>{r=!0;for(let o of t)o.resolve(void 0);t.length=0}),this.on("abort",(o)=>{r=!0;for(let n of t)n.reject(o);t.length=0}),this.on("error",(o)=>{r=!0;for(let n of t)n.reject(o);t.length=0}),{next:async()=>{if(!e.length){if(r)return{value:void 0,done:!0};return new Promise((n,i)=>t.push({resolve:n,reject:i})).then((n)=>n?{value:n,done:!1}:{value:void 0,done:!0})}return{value:e.shift(),done:!1}},return:async()=>(this.abort(),{value:void 0,done:!0})}}toReadableStream(){return new Mt(this[Symbol.asyncIterator].bind(this),this.controller).toReadableStream()}}function Kk(e){}class za extends J{create(e,t){return this._client.post("/v1/messages/batches",{body:e,...t})}retrieve(e,t){return this._client.get(M`/v1/messages/batches/${e}`,t)}list(e={},t){return this._client.getAPIList("/v1/messages/batches",ir,{query:e,...t})}delete(e,t){return this._client.delete(M`/v1/messages/batches/${e}`,t)}cancel(e,t){return this._client.post(M`/v1/messages/batches/${e}/cancel`,t)}async results(e,t){let r=await this.retrieve(e);if(!r.results_url)throw new z(`No batch \`results_url\`; Has it finished processing? ${r.processing_status} - ${r.id}`);return this._client.get(r.results_url,{...t,headers:E([{Accept:"application/binary"},t?.headers]),stream:!0,__binaryResponse:!0})._thenUnwrap((o,n)=>ai.fromResponse(n.response,n.controller))}}class uo extends J{constructor(){super(...arguments);this.batches=new za(this._client)}create(e,t){if(e.model in Gk)console.warn(`The model '${e.model}' is deprecated and will reach end-of-life on ${Gk[e.model]}
|
|
47
|
+
Please migrate to a newer model. Visit https://docs.anthropic.com/en/docs/resources/model-deprecations for more information.`);if(Z1.includes(n.model)&&n.thinking&&n.thinking.type==="enabled")console.warn(`Using Claude with ${n.model} and 'thinking.type=enabled' is deprecated. Use 'thinking.type=adaptive' instead which results in better model performance in our testing: https://platform.claude.com/docs/en/build-with-claude/adaptive-thinking`);let i=this._client._options.timeout;if(!n.stream&&i==null){let a=zu[n.model]??void 0;i=this._client.calculateNonstreamingTimeout(n.max_tokens,a)}let s=Uu(n.tools,n.messages);return this._client.post("/v1/messages?beta=true",{body:n,timeout:i??600000,...t,headers:E([{...o?.toString()!=null?{"anthropic-beta":o?.toString()}:void 0},s,t?.headers]),stream:r.stream??!1})}parse(e,t){return t={...t,headers:E([{"anthropic-beta":[...e.betas??[],"structured-outputs-2025-12-15"].toString()},t?.headers])},this.create(e,t).then((r)=>Jg(r,e,{logger:this._client.logger??console}))}stream(e,t){return ka.createMessage(this,e,t)}countTokens(e,t){let r=Bk(e),{betas:o,...n}=r;return this._client.post("/v1/messages/count_tokens?beta=true",{body:n,...t,headers:E([{"anthropic-beta":[...o??[],"token-counting-2024-11-01"].toString()},t?.headers])})}toolRunner(e,t){return new Pa(this._client,e,t)}}function Bk(e){if(!e.output_format)return e;if(e.output_config?.format)throw new z("Both output_format and output_config.format were provided. Please use only output_config.format (output_format is deprecated).");let{output_format:t,...r}=e;return{...r,output_config:{...e.output_config,format:t}}}bn.Batches=ya;bn.BetaToolRunner=Pa;bn.ToolError=ui;class Ia extends J{list(e,t={},r){let{betas:o,...n}=t??{};return this._client.getAPIList(M`/v1/sessions/${e}/events?beta=true`,ye,{query:n,...r,headers:E([{"anthropic-beta":[...o??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}send(e,t,r){let{betas:o,...n}=t;return this._client.post(M`/v1/sessions/${e}/events?beta=true`,{body:n,...r,headers:E([{"anthropic-beta":[...o??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}stream(e,t={},r){let{betas:o}=t??{};return this._client.get(M`/v1/sessions/${e}/events/stream?beta=true`,{...r,headers:E([{"anthropic-beta":[...o??[],"managed-agents-2026-04-01"].toString()},r?.headers]),stream:!0})}}class Ra extends J{retrieve(e,t,r){let{session_id:o,betas:n}=t;return this._client.get(M`/v1/sessions/${o}/resources/${e}?beta=true`,{...r,headers:E([{"anthropic-beta":[...n??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}update(e,t,r){let{session_id:o,betas:n,...i}=t;return this._client.post(M`/v1/sessions/${o}/resources/${e}?beta=true`,{body:i,...r,headers:E([{"anthropic-beta":[...n??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}list(e,t={},r){let{betas:o,...n}=t??{};return this._client.getAPIList(M`/v1/sessions/${e}/resources?beta=true`,ye,{query:n,...r,headers:E([{"anthropic-beta":[...o??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}delete(e,t,r){let{session_id:o,betas:n}=t;return this._client.delete(M`/v1/sessions/${o}/resources/${e}?beta=true`,{...r,headers:E([{"anthropic-beta":[...n??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}add(e,t,r){let{betas:o,...n}=t;return this._client.post(M`/v1/sessions/${e}/resources?beta=true`,{body:n,...r,headers:E([{"anthropic-beta":[...o??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}}class co extends J{constructor(){super(...arguments);this.events=new Ia(this._client),this.resources=new Ra(this._client)}create(e,t){let{betas:r,...o}=e;return this._client.post("/v1/sessions?beta=true",{body:o,...t,headers:E([{"anthropic-beta":[...r??[],"managed-agents-2026-04-01"].toString()},t?.headers])})}retrieve(e,t={},r){let{betas:o}=t??{};return this._client.get(M`/v1/sessions/${e}?beta=true`,{...r,headers:E([{"anthropic-beta":[...o??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}update(e,t,r){let{betas:o,...n}=t;return this._client.post(M`/v1/sessions/${e}?beta=true`,{body:n,...r,headers:E([{"anthropic-beta":[...o??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}list(e={},t){let{betas:r,...o}=e??{};return this._client.getAPIList("/v1/sessions?beta=true",ye,{query:o,...t,headers:E([{"anthropic-beta":[...r??[],"managed-agents-2026-04-01"].toString()},t?.headers])})}delete(e,t={},r){let{betas:o}=t??{};return this._client.delete(M`/v1/sessions/${e}?beta=true`,{...r,headers:E([{"anthropic-beta":[...o??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}archive(e,t={},r){let{betas:o}=t??{};return this._client.post(M`/v1/sessions/${e}/archive?beta=true`,{...r,headers:E([{"anthropic-beta":[...o??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}}co.Events=Ia;co.Resources=Ra;class $a extends J{create(e,t={},r){let{betas:o,...n}=t??{};return this._client.post(M`/v1/skills/${e}/versions?beta=true`,ii({body:n,...r,headers:E([{"anthropic-beta":[...o??[],"skills-2025-10-02"].toString()},r?.headers])},this._client))}retrieve(e,t,r){let{skill_id:o,betas:n}=t;return this._client.get(M`/v1/skills/${o}/versions/${e}?beta=true`,{...r,headers:E([{"anthropic-beta":[...n??[],"skills-2025-10-02"].toString()},r?.headers])})}list(e,t={},r){let{betas:o,...n}=t??{};return this._client.getAPIList(M`/v1/skills/${e}/versions?beta=true`,ye,{query:n,...r,headers:E([{"anthropic-beta":[...o??[],"skills-2025-10-02"].toString()},r?.headers])})}delete(e,t,r){let{skill_id:o,betas:n}=t;return this._client.delete(M`/v1/skills/${o}/versions/${e}?beta=true`,{...r,headers:E([{"anthropic-beta":[...n??[],"skills-2025-10-02"].toString()},r?.headers])})}}class pi extends J{constructor(){super(...arguments);this.versions=new $a(this._client)}create(e={},t){let{betas:r,...o}=e??{};return this._client.post("/v1/skills?beta=true",ii({body:o,...t,headers:E([{"anthropic-beta":[...r??[],"skills-2025-10-02"].toString()},t?.headers])},this._client,!1))}retrieve(e,t={},r){let{betas:o}=t??{};return this._client.get(M`/v1/skills/${e}?beta=true`,{...r,headers:E([{"anthropic-beta":[...o??[],"skills-2025-10-02"].toString()},r?.headers])})}list(e={},t){let{betas:r,...o}=e??{};return this._client.getAPIList("/v1/skills?beta=true",ye,{query:o,...t,headers:E([{"anthropic-beta":[...r??[],"skills-2025-10-02"].toString()},t?.headers])})}delete(e,t={},r){let{betas:o}=t??{};return this._client.delete(M`/v1/skills/${e}?beta=true`,{...r,headers:E([{"anthropic-beta":[...o??[],"skills-2025-10-02"].toString()},r?.headers])})}}pi.Versions=$a;class Aa extends J{create(e,t,r){let{betas:o,...n}=t;return this._client.post(M`/v1/vaults/${e}/credentials?beta=true`,{body:n,...r,headers:E([{"anthropic-beta":[...o??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}retrieve(e,t,r){let{vault_id:o,betas:n}=t;return this._client.get(M`/v1/vaults/${o}/credentials/${e}?beta=true`,{...r,headers:E([{"anthropic-beta":[...n??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}update(e,t,r){let{vault_id:o,betas:n,...i}=t;return this._client.post(M`/v1/vaults/${o}/credentials/${e}?beta=true`,{body:i,...r,headers:E([{"anthropic-beta":[...n??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}list(e,t={},r){let{betas:o,...n}=t??{};return this._client.getAPIList(M`/v1/vaults/${e}/credentials?beta=true`,ye,{query:n,...r,headers:E([{"anthropic-beta":[...o??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}delete(e,t,r){let{vault_id:o,betas:n}=t;return this._client.delete(M`/v1/vaults/${o}/credentials/${e}?beta=true`,{...r,headers:E([{"anthropic-beta":[...n??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}archive(e,t,r){let{vault_id:o,betas:n}=t;return this._client.post(M`/v1/vaults/${o}/credentials/${e}/archive?beta=true`,{...r,headers:E([{"anthropic-beta":[...n??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}}class fi extends J{constructor(){super(...arguments);this.credentials=new Aa(this._client)}create(e,t){let{betas:r,...o}=e;return this._client.post("/v1/vaults?beta=true",{body:o,...t,headers:E([{"anthropic-beta":[...r??[],"managed-agents-2026-04-01"].toString()},t?.headers])})}retrieve(e,t={},r){let{betas:o}=t??{};return this._client.get(M`/v1/vaults/${e}?beta=true`,{...r,headers:E([{"anthropic-beta":[...o??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}update(e,t,r){let{betas:o,...n}=t;return this._client.post(M`/v1/vaults/${e}?beta=true`,{body:n,...r,headers:E([{"anthropic-beta":[...o??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}list(e={},t){let{betas:r,...o}=e??{};return this._client.getAPIList("/v1/vaults?beta=true",ye,{query:o,...t,headers:E([{"anthropic-beta":[...r??[],"managed-agents-2026-04-01"].toString()},t?.headers])})}delete(e,t={},r){let{betas:o}=t??{};return this._client.delete(M`/v1/vaults/${e}?beta=true`,{...r,headers:E([{"anthropic-beta":[...o??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}archive(e,t={},r){let{betas:o}=t??{};return this._client.post(M`/v1/vaults/${e}/archive?beta=true`,{...r,headers:E([{"anthropic-beta":[...o??[],"managed-agents-2026-04-01"].toString()},r?.headers])})}}fi.Credentials=Aa;class it extends J{constructor(){super(...arguments);this.models=new pa(this._client),this.messages=new bn(this._client),this.agents=new si(this._client),this.environments=new la(this._client),this.sessions=new co(this._client),this.vaults=new fi(this._client),this.memoryStores=new io(this._client),this.files=new da(this._client),this.skills=new pi(this._client),this.userProfiles=new fa(this._client)}}it.Models=pa;it.Messages=bn;it.Agents=si;it.Environments=la;it.Sessions=co;it.Vaults=fi;it.MemoryStores=io;it.Files=da;it.Skills=pi;it.UserProfiles=fa;class mi extends J{create(e,t){let{betas:r,...o}=e;return this._client.post("/v1/complete",{body:o,timeout:this._client._options.timeout??600000,...t,headers:E([{...r?.toString()!=null?{"anthropic-beta":r?.toString()}:void 0},t?.headers]),stream:e.stream??!1})}}function Hk(e){return e?.output_config?.format}function rh(e,t,r){let o=Hk(t);if(!t||!("parse"in(o??{})))return{...e,content:e.content.map((n)=>{if(n.type==="text")return Object.defineProperty({...n},"parsed_output",{value:null,enumerable:!1});return n}),parsed_output:null};return nh(e,t,r)}function nh(e,t,r){let o=null,n=e.content.map((i)=>{if(i.type==="text"){let s=eF(t,i.text);if(o===null)o=s;return Object.defineProperty({...i},"parsed_output",{value:s,enumerable:!1})}return i});return{...e,content:n,parsed_output:o}}function eF(e,t){let r=Hk(e);if(r?.type!=="json_schema")return null;try{if("parse"in r)return r.parse(t);return JSON.parse(t)}catch(o){throw new z(`Failed to parse structured output: ${o}`)}}var Wt,_n,gi,Oa,Ku,Ca,Ma,Gu,Da,Ur,Na,Ju,Xu,lo,Yu,Qu,ja,oh,qk,ih,sh,ah,ch,Zk,Vk="__json_buf";function Wk(e){return e.type==="tool_use"||e.type==="server_tool_use"}class Ua{constructor(e,t){Wt.add(this),this.messages=[],this.receivedMessages=[],_n.set(this,void 0),gi.set(this,null),this.controller=new AbortController,Oa.set(this,void 0),Ku.set(this,()=>{}),Ca.set(this,()=>{}),Ma.set(this,void 0),Gu.set(this,()=>{}),Da.set(this,()=>{}),Ur.set(this,{}),Na.set(this,!1),Ju.set(this,!1),Xu.set(this,!1),lo.set(this,!1),Yu.set(this,void 0),Qu.set(this,void 0),ja.set(this,void 0),ih.set(this,(r)=>{if(N(this,Ju,!0,"f"),Mr(r))r=new et;if(r instanceof et)return N(this,Xu,!0,"f"),this._emit("abort",r);if(r instanceof z)return this._emit("error",r);if(r instanceof Error){let o=new z(r.message);return o.cause=r,this._emit("error",o)}return this._emit("error",new z(String(r)))}),N(this,Oa,new Promise((r,o)=>{N(this,Ku,r,"f"),N(this,Ca,o,"f")}),"f"),N(this,Ma,new Promise((r,o)=>{N(this,Gu,r,"f"),N(this,Da,o,"f")}),"f"),_(this,Oa,"f").catch(()=>{}),_(this,Ma,"f").catch(()=>{}),N(this,gi,e,"f"),N(this,ja,t?.logger??console,"f")}get response(){return _(this,Yu,"f")}get request_id(){return _(this,Qu,"f")}async withResponse(){N(this,lo,!0,"f");let e=await _(this,Oa,"f");if(!e)throw Error("Could not resolve a `Response` object");return{data:this,response:e,request_id:e.headers.get("request-id")}}static fromReadableStream(e){let t=new Ua(null);return t._run(()=>t._fromReadableStream(e)),t}static createMessage(e,t,r,{logger:o}={}){let n=new Ua(t,{logger:o});for(let i of t.messages)n._addMessageParam(i);return N(n,gi,{...t,stream:!0},"f"),n._run(()=>n._createMessage(e,{...t,stream:!0},{...r,headers:{...r?.headers,"X-Stainless-Helper-Method":"stream"}})),n}_run(e){e().then(()=>{this._emitFinal(),this._emit("end")},_(this,ih,"f"))}_addMessageParam(e){this.messages.push(e)}_addMessage(e,t=!0){if(this.receivedMessages.push(e),t)this._emit("message",e)}async _createMessage(e,t,r){let o=r?.signal,n;if(o){if(o.aborted)this.controller.abort();n=this.controller.abort.bind(this.controller),o.addEventListener("abort",n)}try{_(this,Wt,"m",sh).call(this);let{response:i,data:s}=await e.create({...t,stream:!0},{...r,signal:this.controller.signal}).withResponse();this._connected(i);for await(let a of s)_(this,Wt,"m",ah).call(this,a);if(s.controller.signal?.aborted)throw new et;_(this,Wt,"m",ch).call(this)}finally{if(o&&n)o.removeEventListener("abort",n)}}_connected(e){if(this.ended)return;N(this,Yu,e,"f"),N(this,Qu,e?.headers.get("request-id"),"f"),_(this,Ku,"f").call(this,e),this._emit("connect")}get ended(){return _(this,Na,"f")}get errored(){return _(this,Ju,"f")}get aborted(){return _(this,Xu,"f")}abort(){this.controller.abort()}on(e,t){return(_(this,Ur,"f")[e]||(_(this,Ur,"f")[e]=[])).push({listener:t}),this}off(e,t){let r=_(this,Ur,"f")[e];if(!r)return this;let o=r.findIndex((n)=>n.listener===t);if(o>=0)r.splice(o,1);return this}once(e,t){return(_(this,Ur,"f")[e]||(_(this,Ur,"f")[e]=[])).push({listener:t,once:!0}),this}emitted(e){return new Promise((t,r)=>{if(N(this,lo,!0,"f"),e!=="error")this.once("error",r);this.once(e,t)})}async done(){N(this,lo,!0,"f"),await _(this,Ma,"f")}get currentMessage(){return _(this,_n,"f")}async finalMessage(){return await this.done(),_(this,Wt,"m",oh).call(this)}async finalText(){return await this.done(),_(this,Wt,"m",qk).call(this)}_emit(e,...t){if(_(this,Na,"f"))return;if(e==="end")N(this,Na,!0,"f"),_(this,Gu,"f").call(this);let r=_(this,Ur,"f")[e];if(r)_(this,Ur,"f")[e]=r.filter((o)=>!o.once),r.forEach(({listener:o})=>o(...t));if(e==="abort"){let o=t[0];if(!_(this,lo,"f")&&!r?.length)Promise.reject(o);_(this,Ca,"f").call(this,o),_(this,Da,"f").call(this,o),this._emit("end");return}if(e==="error"){let o=t[0];if(!_(this,lo,"f")&&!r?.length)Promise.reject(o);_(this,Ca,"f").call(this,o),_(this,Da,"f").call(this,o),this._emit("end")}}_emitFinal(){if(this.receivedMessages.at(-1))this._emit("finalMessage",_(this,Wt,"m",oh).call(this))}async _fromReadableStream(e,t){let r=t?.signal,o;if(r){if(r.aborted)this.controller.abort();o=this.controller.abort.bind(this.controller),r.addEventListener("abort",o)}try{_(this,Wt,"m",sh).call(this),this._connected(null);let n=Mt.fromReadableStream(e,this.controller);for await(let i of n)_(this,Wt,"m",ah).call(this,i);if(n.controller.signal?.aborted)throw new et;_(this,Wt,"m",ch).call(this)}finally{if(r&&o)r.removeEventListener("abort",o)}}[(_n=new WeakMap,gi=new WeakMap,Oa=new WeakMap,Ku=new WeakMap,Ca=new WeakMap,Ma=new WeakMap,Gu=new WeakMap,Da=new WeakMap,Ur=new WeakMap,Na=new WeakMap,Ju=new WeakMap,Xu=new WeakMap,lo=new WeakMap,Yu=new WeakMap,Qu=new WeakMap,ja=new WeakMap,ih=new WeakMap,Wt=new WeakSet,oh=function(){if(this.receivedMessages.length===0)throw new z("stream ended without producing a Message with role=assistant");return this.receivedMessages.at(-1)},qk=function(){if(this.receivedMessages.length===0)throw new z("stream ended without producing a Message with role=assistant");let t=this.receivedMessages.at(-1).content.filter((r)=>r.type==="text").map((r)=>r.text);if(t.length===0)throw new z("stream ended without producing a content block with type=text");return t.join(" ")},sh=function(){if(this.ended)return;N(this,_n,void 0,"f")},ah=function(t){if(this.ended)return;let r=_(this,Wt,"m",Zk).call(this,t);switch(this._emit("streamEvent",t,r),t.type){case"content_block_delta":{let o=r.content.at(-1);switch(t.delta.type){case"text_delta":{if(o.type==="text")this._emit("text",t.delta.text,o.text||"");break}case"citations_delta":{if(o.type==="text")this._emit("citation",t.delta.citation,o.citations??[]);break}case"input_json_delta":{if(Wk(o)&&o.input)this._emit("inputJson",t.delta.partial_json,o.input);break}case"thinking_delta":{if(o.type==="thinking")this._emit("thinking",t.delta.thinking,o.thinking);break}case"signature_delta":{if(o.type==="thinking")this._emit("signature",o.signature);break}default:Kk(t.delta)}break}case"message_stop":{this._addMessageParam(r),this._addMessage(rh(r,_(this,gi,"f"),{logger:_(this,ja,"f")}),!0);break}case"content_block_stop":{this._emit("contentBlock",r.content.at(-1));break}case"message_start":{N(this,_n,r,"f");break}case"content_block_start":case"message_delta":break}},ch=function(){if(this.ended)throw new z("stream has ended, this shouldn't happen");let t=_(this,_n,"f");if(!t)throw new z("request ended without sending any chunks");return N(this,_n,void 0,"f"),rh(t,_(this,gi,"f"),{logger:_(this,ja,"f")})},Zk=function(t){let r=_(this,_n,"f");if(t.type==="message_start"){if(r)throw new z(`Unexpected event order, got ${t.type} before receiving "message_stop"`);return t.message}if(!r)throw new z(`Unexpected event order, got ${t.type} before "message_start"`);switch(t.type){case"message_stop":return r;case"message_delta":if(r.stop_reason=t.delta.stop_reason,r.stop_sequence=t.delta.stop_sequence,r.usage.output_tokens=t.usage.output_tokens,t.usage.input_tokens!=null)r.usage.input_tokens=t.usage.input_tokens;if(t.usage.cache_creation_input_tokens!=null)r.usage.cache_creation_input_tokens=t.usage.cache_creation_input_tokens;if(t.usage.cache_read_input_tokens!=null)r.usage.cache_read_input_tokens=t.usage.cache_read_input_tokens;if(t.usage.server_tool_use!=null)r.usage.server_tool_use=t.usage.server_tool_use;return r;case"content_block_start":return r.content.push({...t.content_block}),r;case"content_block_delta":{let o=r.content.at(t.index);switch(t.delta.type){case"text_delta":{if(o?.type==="text")r.content[t.index]={...o,text:(o.text||"")+t.delta.text};break}case"citations_delta":{if(o?.type==="text")r.content[t.index]={...o,citations:[...o.citations??[],t.delta.citation]};break}case"input_json_delta":{if(o&&Wk(o)){let n=o[Vk]||"";n+=t.delta.partial_json;let i={...o};if(Object.defineProperty(i,Vk,{value:n,enumerable:!1,writable:!0}),n)i.input=Lu(n);r.content[t.index]=i}break}case"thinking_delta":{if(o?.type==="thinking")r.content[t.index]={...o,thinking:o.thinking+t.delta.thinking};break}case"signature_delta":{if(o?.type==="thinking")r.content[t.index]={...o,signature:t.delta.signature};break}default:Kk(t.delta)}return r}case"content_block_stop":return r}},Symbol.asyncIterator)](){let e=[],t=[],r=!1;return this.on("streamEvent",(o)=>{let n=t.shift();if(n)n.resolve(o);else e.push(o)}),this.on("end",()=>{r=!0;for(let o of t)o.resolve(void 0);t.length=0}),this.on("abort",(o)=>{r=!0;for(let n of t)n.reject(o);t.length=0}),this.on("error",(o)=>{r=!0;for(let n of t)n.reject(o);t.length=0}),{next:async()=>{if(!e.length){if(r)return{value:void 0,done:!0};return new Promise((n,i)=>t.push({resolve:n,reject:i})).then((n)=>n?{value:n,done:!1}:{value:void 0,done:!0})}return{value:e.shift(),done:!1}},return:async()=>(this.abort(),{value:void 0,done:!0})}}toReadableStream(){return new Mt(this[Symbol.asyncIterator].bind(this),this.controller).toReadableStream()}}function Kk(e){}class za extends J{create(e,t){return this._client.post("/v1/messages/batches",{body:e,...t})}retrieve(e,t){return this._client.get(M`/v1/messages/batches/${e}`,t)}list(e={},t){return this._client.getAPIList("/v1/messages/batches",ir,{query:e,...t})}delete(e,t){return this._client.delete(M`/v1/messages/batches/${e}`,t)}cancel(e,t){return this._client.post(M`/v1/messages/batches/${e}/cancel`,t)}async results(e,t){let r=await this.retrieve(e);if(!r.results_url)throw new z(`No batch \`results_url\`; Has it finished processing? ${r.processing_status} - ${r.id}`);return this._client.get(r.results_url,{...t,headers:E([{Accept:"application/binary"},t?.headers]),stream:!0,__binaryResponse:!0})._thenUnwrap((o,n)=>ai.fromResponse(n.response,n.controller))}}class uo extends J{constructor(){super(...arguments);this.batches=new za(this._client)}create(e,t){if(e.model in Gk)console.warn(`The model '${e.model}' is deprecated and will reach end-of-life on ${Gk[e.model]}
|
|
48
48
|
Please migrate to a newer model. Visit https://docs.anthropic.com/en/docs/resources/model-deprecations for more information.`);if(rF.includes(e.model)&&e.thinking&&e.thinking.type==="enabled")console.warn(`Using Claude with ${e.model} and 'thinking.type=enabled' is deprecated. Use 'thinking.type=adaptive' instead which results in better model performance in our testing: https://platform.claude.com/docs/en/build-with-claude/adaptive-thinking`);let r=this._client._options.timeout;if(!e.stream&&r==null){let n=zu[e.model]??void 0;r=this._client.calculateNonstreamingTimeout(e.max_tokens,n)}let o=Uu(e.tools,e.messages);return this._client.post("/v1/messages",{body:e,timeout:r??600000,...t,headers:E([o,t?.headers]),stream:e.stream??!1})}parse(e,t){return this.create(e,t).then((r)=>nh(r,e,{logger:this._client.logger??console}))}stream(e,t){return Ua.createMessage(this,e,t,{logger:this._client.logger??console})}countTokens(e,t){return this._client.post("/v1/messages/count_tokens",{body:e,...t})}}var Gk={"claude-1.3":"November 6th, 2024","claude-1.3-100k":"November 6th, 2024","claude-instant-1.1":"November 6th, 2024","claude-instant-1.1-100k":"November 6th, 2024","claude-instant-1.2":"November 6th, 2024","claude-3-sonnet-20240229":"July 21st, 2025","claude-3-opus-20240229":"January 5th, 2026","claude-2.1":"July 21st, 2025","claude-2.0":"July 21st, 2025","claude-3-7-sonnet-latest":"February 19th, 2026","claude-3-7-sonnet-20250219":"February 19th, 2026","claude-3-5-haiku-latest":"February 19th, 2026","claude-3-5-haiku-20241022":"February 19th, 2026","claude-opus-4-0":"June 15th, 2026","claude-opus-4-20250514":"June 15th, 2026","claude-sonnet-4-0":"June 15th, 2026","claude-sonnet-4-20250514":"June 15th, 2026"},rF=["claude-mythos-preview","claude-opus-4-6"];uo.Batches=za;class hi extends J{retrieve(e,t={},r){let{betas:o}=t??{};return this._client.get(M`/v1/models/${e}`,{...r,headers:E([{...o?.toString()!=null?{"anthropic-beta":o?.toString()}:void 0},r?.headers])})}list(e={},t){let{betas:r,...o}=e??{};return this._client.getAPIList("/v1/models",ir,{query:o,...t,headers:E([{...r?.toString()!=null?{"anthropic-beta":r?.toString()}:void 0},t?.headers])})}}var lh,uh,ed,Jk,Xk="\\n\\nHuman:",Yk="\\n\\nAssistant:";class Ue{get credentials(){return this._authState.provider}constructor({baseURL:e=ge("ANTHROPIC_BASE_URL"),apiKey:t,authToken:r,...o}={}){if(lh.add(this),this._requestAuthFlags=new WeakMap,ed.set(this,void 0),t===void 0)t=o.profile!=null?null:ge("ANTHROPIC_API_KEY")??null;if(r===void 0)r=o.profile!=null?null:ge("ANTHROPIC_AUTH_TOKEN")??null;if(o.profile!=null&&(o.credentials!=null||o.config!=null))throw TypeError("Pass at most one of `profile`, `credentials`, or `config`.");let n={apiKey:t,authToken:r,...o,baseURL:e||"https://api.anthropic.com"};if(!n.dangerouslyAllowBrowser&&ek())throw new z(`It looks like you're running in a browser-like environment.
|
|
49
49
|
|
|
50
50
|
This is disabled by default, as it risks exposing your secret API credentials to attackers.
|
|
@@ -53,67 +53,67 @@ you can set the \`dangerouslyAllowBrowser\` option to \`true\`, e.g.,
|
|
|
53
53
|
|
|
54
54
|
new Anthropic({ apiKey, dangerouslyAllowBrowser: true });
|
|
55
55
|
`);this.baseURL=n.baseURL,this._baseURLIsExplicit=o.__baseURLIsExplicit??!!e,this.timeout=n.timeout??uh.DEFAULT_TIMEOUT,this.logger=n.logger??console;let i="warn";this.logLevel=i,this.logLevel=Ug(n.logLevel,"ClientOptions.logLevel",this)??Ug(ge("ANTHROPIC_LOG"),"process.env['ANTHROPIC_LOG']",this)??i,this.fetchOptions=n.fetchOptions,this.maxRetries=n.maxRetries??2,this.fetch=n.fetch??tk(),N(this,ed,nk,"f");let s=ge("ANTHROPIC_CUSTOM_HEADERS");if(s){let c={};for(let u of s.split(`
|
|
56
|
-
`)){let d=u.indexOf(":");if(d>=0)c[u.substring(0,d).trim()]=u.substring(d+1).trim()}n.defaultHeaders={...c,...n.defaultHeaders}}let a=o.__auth;if(delete n.__auth,delete n.__baseURLIsExplicit,this._options=n,this.apiKey=typeof t==="string"?t:null,this.authToken=r,a){if(this._authState=a,!this._baseURLIsExplicit&&a.baseURL)this.baseURL=a.baseURL}else if(this._authState={provider:null,tokenCache:null,resolution:null,error:null,extraHeaders:{}},this.apiKey==null&&this.authToken==null){let c=n.credentials??null;if(c)this._authState.provider=c,this._authState.tokenCache=this._makeTokenCache(c);else if(n.config!=null){let u=Fg(n.config,this._credentialResolverOptions());this._authState.provider=u.provider,this._authState.tokenCache=this._makeTokenCache(u.provider),this._authState.extraHeaders=u.extraHeaders,this._applyCredentialBaseURL(u.baseURL)}else if(n.profile!=null)this._authState.resolution=this._resolveDefaultCredentials(n.profile);else this._authState.resolution=this._resolveDefaultCredentials()}}_applyCredentialBaseURL(e){if(!e)return;let t=e.replace(/\/+$/,"");if(this._authState.baseURL=t,!this._baseURLIsExplicit)this.baseURL=t}_credentialResolverOptions(){return{baseURL:this.baseURL,fetch:this.fetch,userAgent:this.getUserAgent(),onCacheWriteError:(e)=>{Fe(this).debug("credential cache write failed (best-effort)",e)},onSafetyWarning:(e)=>{Fe(this).warn(e)}}}_makeTokenCache(e){return new Ng(e,(t)=>{Fe(this).debug("advisory token refresh failed; serving cached token",t)})}withOptions(e){let t="credentials"in e||"config"in e||"profile"in e,r="apiKey"in e||"authToken"in e||t,o={...this._options,...this._baseURLIsExplicit?{baseURL:this.baseURL}:{},maxRetries:this.maxRetries,timeout:this.timeout,logger:this.logger,logLevel:this.logLevel,fetch:this.fetch,fetchOptions:this.fetchOptions,apiKey:this.apiKey,authToken:this.authToken,credentials:this.credentials,...t?{credentials:void 0,config:void 0,profile:void 0}:{},...e,__auth:r?void 0:this._authState,__baseURLIsExplicit:"baseURL"in e?!0:this._baseURLIsExplicit};return new this.constructor(o)}async _resolveDefaultCredentials(e){try{let t=await xk(this._credentialResolverOptions(),e);if(t)this._authState.provider=t.provider,this._authState.tokenCache=this._makeTokenCache(t.provider),this._authState.extraHeaders=t.extraHeaders,this._applyCredentialBaseURL(t.baseURL);else if(e!=null)throw new z(`Profile "${e}" could not be resolved (no <config_dir>/configs/${e}.json found).`)}catch(t){this._authState.error=t}finally{this._authState.resolution=null}}defaultQuery(){return this._options.defaultQuery}validateHeaders({values:e,nulls:t}){if(e.get("x-api-key")||e.get("authorization"))return;if(this._authState.error)throw this._authState.error;if(this._authState.tokenCache||this._authState.resolution)return;if(this.apiKey&&e.get("x-api-key"))return;if(t.has("x-api-key"))return;if(this.authToken&&e.get("authorization"))return;if(t.has("authorization"))return;throw Error('Could not resolve authentication method. Expected one of apiKey, authToken, credentials, config, or profile to be set. Or for one of the "X-Api-Key" or "Authorization" headers to be explicitly omitted')}_authFlags(e){let t=this._requestAuthFlags.get(e);if(!t)t={usedTokenCache:!1,didRefreshFor401:!1},this._requestAuthFlags.set(e,t);return t}async authHeaders(e){if(this._authState.resolution)await this._authState.resolution;if(this._authState.error)return;if(this._authState.tokenCache&&this.apiKey==null){let t=await this._authState.tokenCache.getToken();return this._authFlags(e).usedTokenCache=!0,E([{Authorization:`Bearer ${t}`}])}return E([await this.apiKeyAuth(e),await this.bearerAuth(e)])}async apiKeyAuth(e){if(this.apiKey==null)return;return E([{"X-Api-Key":this.apiKey}])}async bearerAuth(e){if(this.authToken==null)return;return E([{Authorization:`Bearer ${this.authToken}`}])}stringifyQuery(e){return ok(e)}getUserAgent(){return`${this.constructor.name}/JS ${Zt}`}defaultIdempotencyKey(){return`stainless-node-retry-${$g()}`}makeStatusError(e,t,r,o){return We.generate(e,t,r,o)}buildURL(e,t,r){let o=!_(this,lh,"m",Jk).call(this)&&r||this.baseURL,n=Ww(e)?new URL(e):new URL(o+(o.endsWith("/")&&e.startsWith("/")?e.slice(1):e)),i=this.defaultQuery(),s=Object.fromEntries(n.searchParams);if(!Cg(i)||!Cg(s))t={...s,...i,...t};if(typeof t==="object"&&t&&!Array.isArray(t))n.search=this.stringifyQuery(t);return n.toString()}_calculateNonstreamingTimeout(e){if(3600*e/128000>600)throw new z("Streaming is required for operations that may take longer than 10 minutes. See https://github.com/anthropics/anthropic-sdk-typescript#streaming-responses for more details");return 600000}async prepareOptions(e){}async prepareRequest(e,{url:t,options:r}){if(this._authState.tokenCache&&this.apiKey==null){let o=e.headers instanceof Headers?e.headers:new Headers(e.headers);for(let[i,s]of Object.entries(this._authState.extraHeaders))if(!o.has(i))o.set(i,s);if(!o.get("anthropic-beta")?.split(",").map((i)=>i.trim())?.includes(ro))o.append("anthropic-beta",ro);e.headers=o}}get(e,t){return this.methodRequest("get",e,t)}post(e,t){return this.methodRequest("post",e,t)}patch(e,t){return this.methodRequest("patch",e,t)}put(e,t){return this.methodRequest("put",e,t)}delete(e,t){return this.methodRequest("delete",e,t)}methodRequest(e,t,r){return this.request(Promise.resolve(r).then((o)=>({method:e,path:t,...o})))}request(e,t=null){return new no(this,this.makeRequest(e,t,void 0))}async makeRequest(e,t,r){let o=await e,n=o.maxRetries??this.maxRetries;if(t==null)t=n,this._requestAuthFlags.delete(o);await this.prepareOptions(o);let{req:i,url:s,timeout:a}=await this.buildRequest(o,{retryCount:n-t});await this.prepareRequest(i,{url:s,options:o});let c="log_"+(Math.random()*16777216|0).toString(16).padStart(6,"0"),u=r===void 0?"":`, retryOf: ${r}`,d=Date.now();if(Fe(this).debug(`[${c}] sending request`,Dr({retryOfRequestLogID:r,method:o.method,url:s,options:o,headers:i.headers})),o.signal?.aborted)throw new et;let p=new AbortController,f=await this.fetchWithTimeout(s,i,a,p).catch(Ws),m=Date.now();if(f instanceof globalThis.Error){let y=`retrying, ${t} attempts remaining`;if(o.signal?.aborted)throw new et;let v=Mr(f)||/timed? ?out/i.test(String(f)+("cause"in f?String(f.cause):""));if(t)return Fe(this).info(`[${c}] connection ${v?"timed out":"failed"} - ${y}`),Fe(this).debug(`[${c}] connection ${v?"timed out":"failed"} (${y})`,Dr({retryOfRequestLogID:r,url:s,durationMs:m-d,message:f.message})),this.retryRequest(o,t,r??c);if(Fe(this).info(`[${c}] connection ${v?"timed out":"failed"} - error; no more retries left`),Fe(this).debug(`[${c}] connection ${v?"timed out":"failed"} (error; no more retries left)`,Dr({retryOfRequestLogID:r,url:s,durationMs:m-d,message:f.message})),v)throw new Ks;throw new to({cause:f})}let g=[...f.headers.entries()].filter(([y])=>y==="request-id").map(([y,v])=>", "+y+": "+JSON.stringify(v)).join(""),h=`[${c}${u}${g}] ${i.method} ${s} ${f.ok?"succeeded":"failed"} with status ${f.status} in ${m-d}ms`;if(!f.ok){let y=await this.shouldRetry(f,o);if(t&&y){let se=`retrying, ${t} attempts remaining`;return await rk(f.body),Fe(this).info(`${h} - ${se}`),Fe(this).debug(`[${c}] response error (${se})`,Dr({retryOfRequestLogID:r,url:f.url,status:f.status,headers:f.headers,durationMs:m-d})),this.retryRequest(o,t,r??c,f.headers)}let v=y?"error; no more retries left":"error; not retryable";Fe(this).info(`${h} - ${v}`);let x=await f.text().catch((se)=>Ws(se).message),w=wu(x),A=w?void 0:x;throw Fe(this).debug(`[${c}] response error (${v})`,Dr({retryOfRequestLogID:r,url:f.url,status:f.status,headers:f.headers,message:A,durationMs:Date.now()-d})),this.makeStatusError(f.status,w,A,f.headers)}return Fe(this).info(h),Fe(this).debug(`[${c}] response start`,Dr({retryOfRequestLogID:r,url:f.url,status:f.status,headers:f.headers,durationMs:m-d})),{response:f,options:o,controller:p,requestLogID:c,retryOfRequestLogID:r,startTime:d}}getAPIList(e,t,r){return this.requestAPIList(t,r&&"then"in r?r.then((o)=>({method:"get",path:e,...o})):{method:"get",path:e,...r})}requestAPIList(e,t){let r=this.makeRequest(t,null,void 0);return new Du(this,r,e)}async fetchWithTimeout(e,t,r,o){let{signal:n,method:i,...s}=t||{},a=this._makeAbort(o);if(n)n.addEventListener("abort",a,{once:!0});let c=setTimeout(a,r),u=globalThis.ReadableStream&&s.body instanceof globalThis.ReadableStream||typeof s.body==="object"&&s.body!==null&&Symbol.asyncIterator in s.body,d={signal:o.signal,...u?{duplex:"half"}:{},method:"GET",...s};if(i)d.method=i.toUpperCase();try{return await this.fetch.call(void 0,e,d)}finally{clearTimeout(c)}}async shouldRetry(e,t){let r=this._authFlags(t);if(e.status===401&&this._authState.tokenCache&&r.usedTokenCache&&!r.didRefreshFor401)return r.didRefreshFor401=!0,this._authState.tokenCache.invalidate(),!0;let o=e.headers.get("x-should-retry");if(o==="true")return!0;if(o==="false")return!1;if(e.status===408)return!0;if(e.status===409)return!0;if(e.status===429)return!0;if(e.status>=500)return!0;return!1}async retryRequest(e,t,r,o){let n,i=o?.get("retry-after-ms");if(i){let a=parseFloat(i);if(!Number.isNaN(a))n=a}let s=o?.get("retry-after");if(s&&!n){let a=parseFloat(s);if(!Number.isNaN(a))n=a*1000;else n=Date.parse(s)-Date.now()}if(n===void 0){let a=e.maxRetries??this.maxRetries;n=this.calculateDefaultRetryTimeoutMillis(t,a)}return await Jw(n),this.makeRequest(e,t-1,r)}calculateDefaultRetryTimeoutMillis(e,t){let n=t-e,i=Math.min(0.5*Math.pow(2,n),8),s=1-Math.random()*0.25;return i*s*1000}calculateNonstreamingTimeout(e,t){if(3600000*e/128000>600000||t!=null&&e>t)throw new z("Streaming is required for operations that may take longer than 10 minutes. See https://github.com/anthropics/anthropic-sdk-typescript#long-requests for more details");return 600000}async buildRequest(e,{retryCount:t=0}={}){let r={...e},{method:o,path:n,query:i,defaultBaseURL:s}=r;if(this._authState.resolution)await this._authState.resolution;if(!this._baseURLIsExplicit&&this._authState.baseURL&&this.baseURL!==this._authState.baseURL)this.baseURL=this._authState.baseURL;let a=this.buildURL(n,i,s);if("timeout"in r)Gw("timeout",r.timeout);r.timeout=r.timeout??this.timeout;let{bodyHeaders:c,body:u}=this.buildBody({options:r}),d=await this.buildHeaders({options:e,method:o,bodyHeaders:c,retryCount:t});return{req:{method:o,headers:d,...r.signal&&{signal:r.signal},...globalThis.ReadableStream&&u instanceof globalThis.ReadableStream&&{duplex:"half"},...u&&{body:u},...this.fetchOptions??{},...r.fetchOptions??{}},url:a,timeout:r.timeout}}async buildHeaders({options:e,method:t,bodyHeaders:r,retryCount:o}){let n={};if(this.idempotencyHeader&&t!=="get"){if(!e.idempotencyKey)e.idempotencyKey=this.defaultIdempotencyKey();n[this.idempotencyHeader]=e.idempotencyKey}let i=E([n,{Accept:"application/json","User-Agent":this.getUserAgent(),"X-Stainless-Retry-Count":String(o),...e.timeout?{"X-Stainless-Timeout":String(Math.trunc(e.timeout/1000))}:{},...na(),...this._options.dangerouslyAllowBrowser?{"anthropic-dangerous-direct-browser-access":"true"}:void 0,"anthropic-version":"2023-06-01"},await this.authHeaders(e),this._options.defaultHeaders,r,e.headers]);return this.validateHeaders(i),i.values}_makeAbort(e){return()=>e.abort()}buildBody({options:{body:e,headers:t}}){if(!e)return{bodyHeaders:void 0,body:void 0};let r=E([t]);if(ArrayBuffer.isView(e)||e instanceof ArrayBuffer||e instanceof DataView||typeof e==="string"&&r.values.has("content-type")||globalThis.Blob&&e instanceof globalThis.Blob||e instanceof FormData||e instanceof URLSearchParams||globalThis.ReadableStream&&e instanceof globalThis.ReadableStream)return{bodyHeaders:void 0,body:e};else if(typeof e==="object"&&((Symbol.asyncIterator in e)||(Symbol.iterator in e)&&("next"in e)&&typeof e.next==="function"))return{bodyHeaders:void 0,body:ku(e)};else if(typeof e==="object"&&r.values.get("content-type")==="application/x-www-form-urlencoded")return{bodyHeaders:{"content-type":"application/x-www-form-urlencoded"},body:this.stringifyQuery(e)};else return _(this,ed,"f").call(this,{body:e,headers:r})}}uh=Ue,ed=new WeakMap,lh=new WeakSet,Jk=function(){return this.baseURL!=="https://api.anthropic.com"};Ue.Anthropic=uh;Ue.HUMAN_PROMPT=Xk;Ue.AI_PROMPT=Yk;Ue.DEFAULT_TIMEOUT=600000;Ue.AnthropicError=z;Ue.APIError=We;Ue.APIConnectionError=to;Ue.APIConnectionTimeoutError=Ks;Ue.APIUserAbortError=et;Ue.NotFoundError=Ys;Ue.ConflictError=Qs;Ue.RateLimitError=ta;Ue.BadRequestError=Gs;Ue.AuthenticationError=Js;Ue.InternalServerError=ra;Ue.PermissionDeniedError=Xs;Ue.UnprocessableEntityError=ea;Ue.toFile=Nu;class po extends Ue{constructor(){super(...arguments);this.completions=new mi(this),this.messages=new uo(this),this.models=new hi(this),this.beta=new it(this)}}po.Completions=mi;po.Messages=uo;po.Models=hi;po.Beta=it;function kr(e){return e instanceof Error?e:Error(String(e))}function yi(e){return e instanceof Error?e.message:String(e)}function Ge(e){if(e&&typeof e==="object"&&"code"in e&&typeof e.code==="string")return e.code;return}function zr(e){return Ge(e)==="ENOENT"}function dh(e){return Ge(e)==="EISDIR"}function Qk(e){let t=Ge(e);return t==="ENOENT"||t==="EACCES"||t==="EPERM"||t==="ENOTDIR"||t==="ELOOP"||t==="EROFS"}import{randomUUID as bF}from"crypto";import{join as sE}from"path";import{AsyncLocalStorage as dF}from"async_hooks";import{appendFile as pF,copyFile as fF,mkdir as mF,open as tE,readdir as rE,readFile as nE,stat as gF,unlink as hF,writeFile as fh}from"fs/promises";import{randomBytes as oF}from"crypto";import{chmod as iF,copyFile as sF,rename as aF,unlink as ph,writeFile as cF}from"fs/promises";var lF=new Set(["EXDEV","EPERM","EEXIST","EBUSY"]),uF=new Set(["ENOSPC","EIO","EDQUOT","EFBIG"]);async function eE(e,t,r){let o=`${e}.tmp.${oF(4).toString("hex")}`;try{await cF(o,t,{encoding:"utf8",mode:r});try{await aF(o,e)}catch(n){let i=Ge(n);if(i!==void 0&&lF.has(i)){try{if(await sF(o,e),r!==void 0)await iF(e,r).catch(()=>{})}catch(s){if(uF.has(Ge(s)??""))await ph(e).catch(()=>{});throw s}await ph(o).catch(()=>{})}else throw n}}catch(n){throw await ph(o).catch(()=>{}),n}}class iE{read(e){return nE(e,"utf8")}readBytes(e){return nE(e)}write(e,t,r){return fh(e,t,{encoding:"utf8",mode:r})}async mkdir(e){try{await mF(e,{recursive:!0})}catch(t){if(Ge(t)!=="EEXIST")throw t}}atomicWrite(e,t,r){return eE(e,t,r)}delete(e){return hF(e)}list(e){return rE(e)}append(e,t,r){return pF(e,t,{encoding:"utf8",mode:r})}writeExclusive(e,t,r){return fh(e,t,{encoding:"utf8",flag:"wx",mode:r})}writeBytes(e,t){return fh(e,t)}copy(e,t){return fF(e,t)}async stat(e){return{mtimeMs:(await gF(e)).mtimeMs}}async listEntries(e){return(await rE(e,{withFileTypes:!0})).map((r)=>({name:r.name,isDirectory:r.isDirectory(),isFile:r.isFile()}))}async readRange(e,t,r){mh("readRange","offset",t),mh("readRange","length",r);let o=await tE(e,"r");try{return await oE(o,t,r)}finally{await o.close()}}async readTail(e,t){mh("readTail","maxBytes",t);let r=await tE(e,"r");try{let{size:o}=await r.stat(),n=Math.min(t,o);return await oE(r,o-n,n)}finally{await r.close()}}}function mh(e,t,r){if(!Number.isInteger(r)||r<0)throw RangeError(`${e}: ${t} must be a non-negative integer, got ${r}`)}async function oE(e,t,r){if(r===0)return Buffer.alloc(0);let o=Buffer.alloc(r),n=0;while(n<r){let{bytesRead:i}=await e.read(o,n,r-n,t+n);if(i===0)break;n+=i}return n===r?o:Buffer.from(o.subarray(0,n))}var yF=new dF;function bi(){return yF.getStore()??new iE}var fo,_i=null;function aE(){if(_i)return _i;if(!Ee(process.env.DEBUG_CLAUDE_AGENT_SDK))return fo=null,_i=Promise.resolve(),_i;let e=sE(qt(),"debug");return fo=sE(e,`sdk-${bF()}.txt`),process.stderr.write(`SDK debug logs: ${fo}
|
|
56
|
+
`)){let d=u.indexOf(":");if(d>=0)c[u.substring(0,d).trim()]=u.substring(d+1).trim()}n.defaultHeaders={...c,...n.defaultHeaders}}let a=o.__auth;if(delete n.__auth,delete n.__baseURLIsExplicit,this._options=n,this.apiKey=typeof t==="string"?t:null,this.authToken=r,a){if(this._authState=a,!this._baseURLIsExplicit&&a.baseURL)this.baseURL=a.baseURL}else if(this._authState={provider:null,tokenCache:null,resolution:null,error:null,extraHeaders:{}},this.apiKey==null&&this.authToken==null){let c=n.credentials??null;if(c)this._authState.provider=c,this._authState.tokenCache=this._makeTokenCache(c);else if(n.config!=null){let u=Fg(n.config,this._credentialResolverOptions());this._authState.provider=u.provider,this._authState.tokenCache=this._makeTokenCache(u.provider),this._authState.extraHeaders=u.extraHeaders,this._applyCredentialBaseURL(u.baseURL)}else if(n.profile!=null)this._authState.resolution=this._resolveDefaultCredentials(n.profile);else this._authState.resolution=this._resolveDefaultCredentials()}}_applyCredentialBaseURL(e){if(!e)return;let t=e.replace(/\/+$/,"");if(this._authState.baseURL=t,!this._baseURLIsExplicit)this.baseURL=t}_credentialResolverOptions(){return{baseURL:this.baseURL,fetch:this.fetch,userAgent:this.getUserAgent(),onCacheWriteError:(e)=>{Fe(this).debug("credential cache write failed (best-effort)",e)},onSafetyWarning:(e)=>{Fe(this).warn(e)}}}_makeTokenCache(e){return new Ng(e,(t)=>{Fe(this).debug("advisory token refresh failed; serving cached token",t)})}withOptions(e){let t="credentials"in e||"config"in e||"profile"in e,r="apiKey"in e||"authToken"in e||t,o={...this._options,...this._baseURLIsExplicit?{baseURL:this.baseURL}:{},maxRetries:this.maxRetries,timeout:this.timeout,logger:this.logger,logLevel:this.logLevel,fetch:this.fetch,fetchOptions:this.fetchOptions,apiKey:this.apiKey,authToken:this.authToken,credentials:this.credentials,...t?{credentials:void 0,config:void 0,profile:void 0}:{},...e,__auth:r?void 0:this._authState,__baseURLIsExplicit:"baseURL"in e?!0:this._baseURLIsExplicit};return new this.constructor(o)}async _resolveDefaultCredentials(e){try{let t=await xk(this._credentialResolverOptions(),e);if(t)this._authState.provider=t.provider,this._authState.tokenCache=this._makeTokenCache(t.provider),this._authState.extraHeaders=t.extraHeaders,this._applyCredentialBaseURL(t.baseURL);else if(e!=null)throw new z(`Profile "${e}" could not be resolved (no <config_dir>/configs/${e}.json found).`)}catch(t){this._authState.error=t}finally{this._authState.resolution=null}}defaultQuery(){return this._options.defaultQuery}validateHeaders({values:e,nulls:t}){if(e.get("x-api-key")||e.get("authorization"))return;if(this._authState.error)throw this._authState.error;if(this._authState.tokenCache||this._authState.resolution)return;if(this.apiKey&&e.get("x-api-key"))return;if(t.has("x-api-key"))return;if(this.authToken&&e.get("authorization"))return;if(t.has("authorization"))return;throw Error('Could not resolve authentication method. Expected one of apiKey, authToken, credentials, config, or profile to be set. Or for one of the "X-Api-Key" or "Authorization" headers to be explicitly omitted')}_authFlags(e){let t=this._requestAuthFlags.get(e);if(!t)t={usedTokenCache:!1,didRefreshFor401:!1},this._requestAuthFlags.set(e,t);return t}async authHeaders(e){if(this._authState.resolution)await this._authState.resolution;if(this._authState.error)return;if(this._authState.tokenCache&&this.apiKey==null){let t=await this._authState.tokenCache.getToken();return this._authFlags(e).usedTokenCache=!0,E([{Authorization:`Bearer ${t}`}])}return E([await this.apiKeyAuth(e),await this.bearerAuth(e)])}async apiKeyAuth(e){if(this.apiKey==null)return;return E([{"X-Api-Key":this.apiKey}])}async bearerAuth(e){if(this.authToken==null)return;return E([{Authorization:`Bearer ${this.authToken}`}])}stringifyQuery(e){return ok(e)}getUserAgent(){return`${this.constructor.name}/JS ${Zt}`}defaultIdempotencyKey(){return`stainless-node-retry-${$g()}`}makeStatusError(e,t,r,o){return We.generate(e,t,r,o)}buildURL(e,t,r){let o=!_(this,lh,"m",Jk).call(this)&&r||this.baseURL,n=Ww(e)?new URL(e):new URL(o+(o.endsWith("/")&&e.startsWith("/")?e.slice(1):e)),i=this.defaultQuery(),s=Object.fromEntries(n.searchParams);if(!Cg(i)||!Cg(s))t={...s,...i,...t};if(typeof t==="object"&&t&&!Array.isArray(t))n.search=this.stringifyQuery(t);return n.toString()}_calculateNonstreamingTimeout(e){if(3600*e/128000>600)throw new z("Streaming is required for operations that may take longer than 10 minutes. See https://github.com/anthropics/anthropic-sdk-typescript#streaming-responses for more details");return 600000}async prepareOptions(e){}async prepareRequest(e,{url:t,options:r}){if(this._authState.tokenCache&&this.apiKey==null){let o=e.headers instanceof Headers?e.headers:new Headers(e.headers);for(let[i,s]of Object.entries(this._authState.extraHeaders))if(!o.has(i))o.set(i,s);if(!o.get("anthropic-beta")?.split(",").map((i)=>i.trim())?.includes(ro))o.append("anthropic-beta",ro);e.headers=o}}get(e,t){return this.methodRequest("get",e,t)}post(e,t){return this.methodRequest("post",e,t)}patch(e,t){return this.methodRequest("patch",e,t)}put(e,t){return this.methodRequest("put",e,t)}delete(e,t){return this.methodRequest("delete",e,t)}methodRequest(e,t,r){return this.request(Promise.resolve(r).then((o)=>({method:e,path:t,...o})))}request(e,t=null){return new no(this,this.makeRequest(e,t,void 0))}async makeRequest(e,t,r){let o=await e,n=o.maxRetries??this.maxRetries;if(t==null)t=n,this._requestAuthFlags.delete(o);await this.prepareOptions(o);let{req:i,url:s,timeout:a}=await this.buildRequest(o,{retryCount:n-t});await this.prepareRequest(i,{url:s,options:o});let c="log_"+(Math.random()*16777216|0).toString(16).padStart(6,"0"),u=r===void 0?"":`, retryOf: ${r}`,d=Date.now();if(Fe(this).debug(`[${c}] sending request`,Dr({retryOfRequestLogID:r,method:o.method,url:s,options:o,headers:i.headers})),o.signal?.aborted)throw new et;let p=new AbortController,f=await this.fetchWithTimeout(s,i,a,p).catch(Ws),m=Date.now();if(f instanceof globalThis.Error){let y=`retrying, ${t} attempts remaining`;if(o.signal?.aborted)throw new et;let v=Mr(f)||/timed? ?out/i.test(String(f)+("cause"in f?String(f.cause):""));if(t)return Fe(this).info(`[${c}] connection ${v?"timed out":"failed"} - ${y}`),Fe(this).debug(`[${c}] connection ${v?"timed out":"failed"} (${y})`,Dr({retryOfRequestLogID:r,url:s,durationMs:m-d,message:f.message})),this.retryRequest(o,t,r??c);if(Fe(this).info(`[${c}] connection ${v?"timed out":"failed"} - error; no more retries left`),Fe(this).debug(`[${c}] connection ${v?"timed out":"failed"} (error; no more retries left)`,Dr({retryOfRequestLogID:r,url:s,durationMs:m-d,message:f.message})),v)throw new Ks;throw new to({cause:f})}let g=[...f.headers.entries()].filter(([y])=>y==="request-id").map(([y,v])=>", "+y+": "+JSON.stringify(v)).join(""),h=`[${c}${u}${g}] ${i.method} ${s} ${f.ok?"succeeded":"failed"} with status ${f.status} in ${m-d}ms`;if(!f.ok){let y=await this.shouldRetry(f,o);if(t&&y){let se=`retrying, ${t} attempts remaining`;return await rk(f.body),Fe(this).info(`${h} - ${se}`),Fe(this).debug(`[${c}] response error (${se})`,Dr({retryOfRequestLogID:r,url:f.url,status:f.status,headers:f.headers,durationMs:m-d})),this.retryRequest(o,t,r??c,f.headers)}let v=y?"error; no more retries left":"error; not retryable";Fe(this).info(`${h} - ${v}`);let x=await f.text().catch((se)=>Ws(se).message),w=wu(x),O=w?void 0:x;throw Fe(this).debug(`[${c}] response error (${v})`,Dr({retryOfRequestLogID:r,url:f.url,status:f.status,headers:f.headers,message:O,durationMs:Date.now()-d})),this.makeStatusError(f.status,w,O,f.headers)}return Fe(this).info(h),Fe(this).debug(`[${c}] response start`,Dr({retryOfRequestLogID:r,url:f.url,status:f.status,headers:f.headers,durationMs:m-d})),{response:f,options:o,controller:p,requestLogID:c,retryOfRequestLogID:r,startTime:d}}getAPIList(e,t,r){return this.requestAPIList(t,r&&"then"in r?r.then((o)=>({method:"get",path:e,...o})):{method:"get",path:e,...r})}requestAPIList(e,t){let r=this.makeRequest(t,null,void 0);return new Du(this,r,e)}async fetchWithTimeout(e,t,r,o){let{signal:n,method:i,...s}=t||{},a=this._makeAbort(o);if(n)n.addEventListener("abort",a,{once:!0});let c=setTimeout(a,r),u=globalThis.ReadableStream&&s.body instanceof globalThis.ReadableStream||typeof s.body==="object"&&s.body!==null&&Symbol.asyncIterator in s.body,d={signal:o.signal,...u?{duplex:"half"}:{},method:"GET",...s};if(i)d.method=i.toUpperCase();try{return await this.fetch.call(void 0,e,d)}finally{clearTimeout(c)}}async shouldRetry(e,t){let r=this._authFlags(t);if(e.status===401&&this._authState.tokenCache&&r.usedTokenCache&&!r.didRefreshFor401)return r.didRefreshFor401=!0,this._authState.tokenCache.invalidate(),!0;let o=e.headers.get("x-should-retry");if(o==="true")return!0;if(o==="false")return!1;if(e.status===408)return!0;if(e.status===409)return!0;if(e.status===429)return!0;if(e.status>=500)return!0;return!1}async retryRequest(e,t,r,o){let n,i=o?.get("retry-after-ms");if(i){let a=parseFloat(i);if(!Number.isNaN(a))n=a}let s=o?.get("retry-after");if(s&&!n){let a=parseFloat(s);if(!Number.isNaN(a))n=a*1000;else n=Date.parse(s)-Date.now()}if(n===void 0){let a=e.maxRetries??this.maxRetries;n=this.calculateDefaultRetryTimeoutMillis(t,a)}return await Jw(n),this.makeRequest(e,t-1,r)}calculateDefaultRetryTimeoutMillis(e,t){let n=t-e,i=Math.min(0.5*Math.pow(2,n),8),s=1-Math.random()*0.25;return i*s*1000}calculateNonstreamingTimeout(e,t){if(3600000*e/128000>600000||t!=null&&e>t)throw new z("Streaming is required for operations that may take longer than 10 minutes. See https://github.com/anthropics/anthropic-sdk-typescript#long-requests for more details");return 600000}async buildRequest(e,{retryCount:t=0}={}){let r={...e},{method:o,path:n,query:i,defaultBaseURL:s}=r;if(this._authState.resolution)await this._authState.resolution;if(!this._baseURLIsExplicit&&this._authState.baseURL&&this.baseURL!==this._authState.baseURL)this.baseURL=this._authState.baseURL;let a=this.buildURL(n,i,s);if("timeout"in r)Gw("timeout",r.timeout);r.timeout=r.timeout??this.timeout;let{bodyHeaders:c,body:u}=this.buildBody({options:r}),d=await this.buildHeaders({options:e,method:o,bodyHeaders:c,retryCount:t});return{req:{method:o,headers:d,...r.signal&&{signal:r.signal},...globalThis.ReadableStream&&u instanceof globalThis.ReadableStream&&{duplex:"half"},...u&&{body:u},...this.fetchOptions??{},...r.fetchOptions??{}},url:a,timeout:r.timeout}}async buildHeaders({options:e,method:t,bodyHeaders:r,retryCount:o}){let n={};if(this.idempotencyHeader&&t!=="get"){if(!e.idempotencyKey)e.idempotencyKey=this.defaultIdempotencyKey();n[this.idempotencyHeader]=e.idempotencyKey}let i=E([n,{Accept:"application/json","User-Agent":this.getUserAgent(),"X-Stainless-Retry-Count":String(o),...e.timeout?{"X-Stainless-Timeout":String(Math.trunc(e.timeout/1000))}:{},...na(),...this._options.dangerouslyAllowBrowser?{"anthropic-dangerous-direct-browser-access":"true"}:void 0,"anthropic-version":"2023-06-01"},await this.authHeaders(e),this._options.defaultHeaders,r,e.headers]);return this.validateHeaders(i),i.values}_makeAbort(e){return()=>e.abort()}buildBody({options:{body:e,headers:t}}){if(!e)return{bodyHeaders:void 0,body:void 0};let r=E([t]);if(ArrayBuffer.isView(e)||e instanceof ArrayBuffer||e instanceof DataView||typeof e==="string"&&r.values.has("content-type")||globalThis.Blob&&e instanceof globalThis.Blob||e instanceof FormData||e instanceof URLSearchParams||globalThis.ReadableStream&&e instanceof globalThis.ReadableStream)return{bodyHeaders:void 0,body:e};else if(typeof e==="object"&&((Symbol.asyncIterator in e)||(Symbol.iterator in e)&&("next"in e)&&typeof e.next==="function"))return{bodyHeaders:void 0,body:ku(e)};else if(typeof e==="object"&&r.values.get("content-type")==="application/x-www-form-urlencoded")return{bodyHeaders:{"content-type":"application/x-www-form-urlencoded"},body:this.stringifyQuery(e)};else return _(this,ed,"f").call(this,{body:e,headers:r})}}uh=Ue,ed=new WeakMap,lh=new WeakSet,Jk=function(){return this.baseURL!=="https://api.anthropic.com"};Ue.Anthropic=uh;Ue.HUMAN_PROMPT=Xk;Ue.AI_PROMPT=Yk;Ue.DEFAULT_TIMEOUT=600000;Ue.AnthropicError=z;Ue.APIError=We;Ue.APIConnectionError=to;Ue.APIConnectionTimeoutError=Ks;Ue.APIUserAbortError=et;Ue.NotFoundError=Ys;Ue.ConflictError=Qs;Ue.RateLimitError=ta;Ue.BadRequestError=Gs;Ue.AuthenticationError=Js;Ue.InternalServerError=ra;Ue.PermissionDeniedError=Xs;Ue.UnprocessableEntityError=ea;Ue.toFile=Nu;class po extends Ue{constructor(){super(...arguments);this.completions=new mi(this),this.messages=new uo(this),this.models=new hi(this),this.beta=new it(this)}}po.Completions=mi;po.Messages=uo;po.Models=hi;po.Beta=it;function kr(e){return e instanceof Error?e:Error(String(e))}function yi(e){return e instanceof Error?e.message:String(e)}function Ge(e){if(e&&typeof e==="object"&&"code"in e&&typeof e.code==="string")return e.code;return}function zr(e){return Ge(e)==="ENOENT"}function dh(e){return Ge(e)==="EISDIR"}function Qk(e){let t=Ge(e);return t==="ENOENT"||t==="EACCES"||t==="EPERM"||t==="ENOTDIR"||t==="ELOOP"||t==="EROFS"}import{randomUUID as bF}from"crypto";import{join as sE}from"path";import{AsyncLocalStorage as dF}from"async_hooks";import{appendFile as pF,copyFile as fF,mkdir as mF,open as tE,readdir as rE,readFile as nE,stat as gF,unlink as hF,writeFile as fh}from"fs/promises";import{randomBytes as oF}from"crypto";import{chmod as iF,copyFile as sF,rename as aF,unlink as ph,writeFile as cF}from"fs/promises";var lF=new Set(["EXDEV","EPERM","EEXIST","EBUSY"]),uF=new Set(["ENOSPC","EIO","EDQUOT","EFBIG"]);async function eE(e,t,r){let o=`${e}.tmp.${oF(4).toString("hex")}`;try{await cF(o,t,{encoding:"utf8",mode:r});try{await aF(o,e)}catch(n){let i=Ge(n);if(i!==void 0&&lF.has(i)){try{if(await sF(o,e),r!==void 0)await iF(e,r).catch(()=>{})}catch(s){if(uF.has(Ge(s)??""))await ph(e).catch(()=>{});throw s}await ph(o).catch(()=>{})}else throw n}}catch(n){throw await ph(o).catch(()=>{}),n}}class iE{read(e){return nE(e,"utf8")}readBytes(e){return nE(e)}write(e,t,r){return fh(e,t,{encoding:"utf8",mode:r})}async mkdir(e){try{await mF(e,{recursive:!0})}catch(t){if(Ge(t)!=="EEXIST")throw t}}atomicWrite(e,t,r){return eE(e,t,r)}delete(e){return hF(e)}list(e){return rE(e)}append(e,t,r){return pF(e,t,{encoding:"utf8",mode:r})}writeExclusive(e,t,r){return fh(e,t,{encoding:"utf8",flag:"wx",mode:r})}writeBytes(e,t){return fh(e,t)}copy(e,t){return fF(e,t)}async stat(e){return{mtimeMs:(await gF(e)).mtimeMs}}async listEntries(e){return(await rE(e,{withFileTypes:!0})).map((r)=>({name:r.name,isDirectory:r.isDirectory(),isFile:r.isFile()}))}async readRange(e,t,r){mh("readRange","offset",t),mh("readRange","length",r);let o=await tE(e,"r");try{return await oE(o,t,r)}finally{await o.close()}}async readTail(e,t){mh("readTail","maxBytes",t);let r=await tE(e,"r");try{let{size:o}=await r.stat(),n=Math.min(t,o);return await oE(r,o-n,n)}finally{await r.close()}}}function mh(e,t,r){if(!Number.isInteger(r)||r<0)throw RangeError(`${e}: ${t} must be a non-negative integer, got ${r}`)}async function oE(e,t,r){if(r===0)return Buffer.alloc(0);let o=Buffer.alloc(r),n=0;while(n<r){let{bytesRead:i}=await e.read(o,n,r-n,t+n);if(i===0)break;n+=i}return n===r?o:Buffer.from(o.subarray(0,n))}var yF=new dF;function bi(){return yF.getStore()??new iE}var fo,_i=null;function aE(){if(_i)return _i;if(!Ee(process.env.DEBUG_CLAUDE_AGENT_SDK))return fo=null,_i=Promise.resolve(),_i;let e=sE(qt(),"debug");return fo=sE(e,`sdk-${bF()}.txt`),process.stderr.write(`SDK debug logs: ${fo}
|
|
57
57
|
`),_i=bi().mkdir(e).catch(()=>{}),_i}function cE(){return aE(),fo??null}function vt(e){if(fo===null)return;let r=`${new Date().toISOString()} ${e}
|
|
58
|
-
`;aE().then(()=>{if(fo)bi().append(fo,r).catch(()=>{})})}function _F(){this.__data__=new fn,this.size=0}var lE=_F;function vF(e){var t=this.__data__,r=t.delete(e);return this.size=t.size,r}var uE=vF;function SF(e){return this.__data__.get(e)}var dE=SF;function xF(e){return this.__data__.has(e)}var pE=xF;var wF=200;function kF(e,t){var r=this.__data__;if(r instanceof fn){var o=r.__data__;if(!Su||o.length<wF-1)return o.push([e,t]),this.size=++r.size,this;r=this.__data__=new Vs(o)}return r.set(e,t),this.size=r.size,this}var fE=kF;function vi(e){var t=this.__data__=new fn(e);this.size=t.size}vi.prototype.clear=lE;vi.prototype.delete=uE;vi.prototype.get=dE;vi.prototype.has=pE;vi.prototype.set=fE;var mE=vi;var EF=function(){try{var e=Qo(Object,"defineProperty");return e({},"",{}),e}catch(t){}}(),Si=EF;function TF(e,t,r){if(t=="__proto__"&&Si)Si(e,t,{configurable:!0,enumerable:!0,value:r,writable:!0});else e[t]=r}var xi=TF;var PF=Object.prototype,IF=PF.hasOwnProperty;function RF(e,t,r){var o=e[t];if(!(IF.call(e,t)&&dn(o,r))||r===void 0&&!(t in e))xi(e,t,r)}var td=RF;function $F(e,t,r,o){var n=!r;r||(r={});var i=-1,s=t.length;while(++i<s){var a=t[i],c=o?o(r[a],e[a],a,r,e):void 0;if(c===void 0)c=e[a];if(n)xi(r,a,c);else td(r,a,c)}return r}var gE=$F;function OF(e,t){var r=-1,o=Array(e);while(++r<e)o[r]=t(r);return o}var hE=OF;function AF(e){return e!=null&&typeof e=="object"}var Kt=AF;var CF="[object Arguments]";function MF(e){return Kt(e)&&wr(e)==CF}var gh=MF;var yE=Object.prototype,DF=yE.hasOwnProperty,NF=yE.propertyIsEnumerable,jF=gh(function(){return arguments}())?gh:function(e){return Kt(e)&&DF.call(e,"callee")&&!NF.call(e,"callee")},Lr=jF;var UF=Array.isArray,dt=UF;var nd={};xr(nd,{default:()=>La});function zF(){return!1}var bE=zF;var SE=typeof nd=="object"&&nd&&!nd.nodeType&&nd,_E=SE&&typeof rd=="object"&&rd&&!rd.nodeType&&rd,LF=_E&&_E.exports===SE,vE=LF?Bt.Buffer:void 0,FF=vE?vE.isBuffer:void 0,BF=FF||bE,La=BF;var HF=9007199254740991,qF=/^(?:0|[1-9]\d*)$/;function ZF(e,t){var r=typeof e;return t=t==null?HF:t,!!t&&(r=="number"||r!="symbol"&&qF.test(e))&&(e>-1&&e%1==0&&e<t)}var vn=ZF;var VF=9007199254740991;function WF(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=VF}var wi=WF;var KF="[object Arguments]",GF="[object Array]",JF="[object Boolean]",XF="[object Date]",YF="[object Error]",QF="[object Function]",e4="[object Map]",t4="[object Number]",r4="[object Object]",n4="[object RegExp]",o4="[object Set]",i4="[object String]",s4="[object WeakMap]",a4="[object ArrayBuffer]",c4="[object DataView]",l4="[object Float32Array]",u4="[object Float64Array]",d4="[object Int8Array]",p4="[object Int16Array]",f4="[object Int32Array]",m4="[object Uint8Array]",g4="[object Uint8ClampedArray]",h4="[object Uint16Array]",y4="[object Uint32Array]",$e={};$e[l4]=$e[u4]=$e[d4]=$e[p4]=$e[f4]=$e[m4]=$e[g4]=$e[h4]=$e[y4]=!0;$e[KF]=$e[GF]=$e[a4]=$e[JF]=$e[c4]=$e[XF]=$e[YF]=$e[QF]=$e[e4]=$e[t4]=$e[r4]=$e[n4]=$e[o4]=$e[i4]=$e[s4]=!1;function b4(e){return Kt(e)&&wi(e.length)&&!!$e[wr(e)]}var xE=b4;function _4(e){return function(t){return e(t)}}var wE=_4;var id={};xr(id,{default:()=>sd});var kE=typeof id=="object"&&id&&!id.nodeType&&id,Fa=kE&&typeof od=="object"&&od&&!od.nodeType&&od,v4=Fa&&Fa.exports===kE,hh=v4&&_u.process,S4=function(){try{var e=Fa&&Fa.require&&Fa.require("util").types;if(e)return e;return hh&&hh.binding&&hh.binding("util")}catch(t){}}(),sd=S4;var EE=sd&&sd.isTypedArray,x4=EE?wE(EE):xE,ad=x4;var w4=Object.prototype,k4=w4.hasOwnProperty;function E4(e,t){var r=dt(e),o=!r&&Lr(e),n=!r&&!o&&La(e),i=!r&&!o&&!n&&ad(e),s=r||o||n||i,a=s?hE(e.length,String):[],c=a.length;for(var u in e)if((t||k4.call(e,u))&&!(s&&(u=="length"||n&&(u=="offset"||u=="parent")||i&&(u=="buffer"||u=="byteLength"||u=="byteOffset")||vn(u,c))))a.push(u);return a}var TE=E4;var T4=Object.prototype;function P4(e){var t=e&&e.constructor,r=typeof t=="function"&&t.prototype||T4;return e===r}var cd=P4;function I4(e,t){return function(r){return e(t(r))}}var PE=I4;function R4(e){return e!=null&&wi(e.length)&&!Yo(e)}var ki=R4;function $4(e){var t=[];if(e!=null)for(var r in Object(e))t.push(r);return t}var IE=$4;var O4=Object.prototype,A4=O4.hasOwnProperty;function C4(e){if(!Qe(e))return IE(e);var t=cd(e),r=[];for(var o in e)if(!(o=="constructor"&&(t||!A4.call(e,o))))r.push(o);return r}var RE=C4;function M4(e){return ki(e)?TE(e,!0):RE(e)}var ld=M4;var dd={};xr(dd,{default:()=>yh});var CE=typeof dd=="object"&&dd&&!dd.nodeType&&dd,$E=CE&&typeof ud=="object"&&ud&&!ud.nodeType&&ud,D4=$E&&$E.exports===CE,OE=D4?Bt.Buffer:void 0,AE=OE?OE.allocUnsafe:void 0;function N4(e,t){if(t)return e.slice();var r=e.length,o=AE?AE(r):new e.constructor(r);return e.copy(o),o}var yh=N4;function j4(e,t){var r=-1,o=e.length;t||(t=Array(o));while(++r<o)t[r]=e[r];return t}var ME=j4;function U4(e,t){var r=-1,o=t.length,n=e.length;while(++r<o)e[n+r]=t[r];return e}var DE=U4;var z4=PE(Object.getPrototypeOf,Object),pd=z4;var L4=Bt.Uint8Array,bh=L4;function F4(e){var t=new e.constructor(e.byteLength);return new bh(t).set(new bh(e)),t}var NE=F4;function B4(e,t){var r=t?NE(e.buffer):e.buffer;return new e.constructor(r,e.byteOffset,e.length)}var jE=B4;var UE=Object.create,H4=function(){function e(){}return function(t){if(!Qe(t))return{};if(UE)return UE(t);e.prototype=t;var r=new e;return e.prototype=void 0,r}}(),zE=H4;function q4(e){return typeof e.constructor=="function"&&!cd(e)?zE(pd(e)):{}}var LE=q4;import{realpathSync as lT}from"fs";var Z4="[object Symbol]";function V4(e){return typeof e=="symbol"||Kt(e)&&wr(e)==Z4}var Ei=V4;var W4=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,K4=/^\w*$/;function G4(e,t){if(dt(e))return!1;var r=typeof e;if(r=="number"||r=="symbol"||r=="boolean"||e==null||Ei(e))return!0;return K4.test(e)||!W4.test(e)||t!=null&&e in Object(t)}var FE=G4;var J4=500;function X4(e){var t=Ce(e,function(o){if(r.size===J4)r.clear();return o}),r=t.cache;return t}var BE=X4;var Y4=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Q4=/\\(\\)?/g,e2=BE(function(e){var t=[];if(e.charCodeAt(0)===46)t.push("");return e.replace(Y4,function(r,o,n,i){t.push(n?i.replace(Q4,"$1"):o||r)}),t}),HE=e2;function t2(e,t){var r=-1,o=e==null?0:e.length,n=Array(o);while(++r<o)n[r]=t(e[r],r,e);return n}var qE=t2;var r2=1/0,ZE=Ht?Ht.prototype:void 0,VE=ZE?ZE.toString:void 0;function WE(e){if(typeof e=="string")return e;if(dt(e))return qE(e,WE)+"";if(Ei(e))return VE?VE.call(e):"";var t=e+"";return t=="0"&&1/e==-r2?"-0":t}var KE=WE;function n2(e){return e==null?"":KE(e)}var GE=n2;function o2(e,t){if(dt(e))return e;return FE(e,t)?[e]:HE(GE(e))}var Sn=o2;var i2=1/0;function s2(e){if(typeof e=="string"||Ei(e))return e;var t=e+"";return t=="0"&&1/e==-i2?"-0":t}var Ti=s2;function a2(e,t){t=Sn(t,e);var r=0,o=t.length;while(e!=null&&r<o)e=e[Ti(t[r++])];return r&&r==o?e:void 0}var JE=a2;function c2(e,t){return e!=null&&t in Object(e)}var XE=c2;function l2(e,t,r){t=Sn(t,e);var o=-1,n=t.length,i=!1;while(++o<n){var s=Ti(t[o]);if(!(i=e!=null&&r(e,s)))break;e=e[s]}if(i||++o!=n)return i;return n=e==null?0:e.length,!!n&&wi(n)&&vn(s,n)&&(dt(e)||Lr(e))}var YE=l2;function u2(e,t){return e!=null&&YE(e,t,XE)}var QE=u2;function d2(e){return e}var fd=d2;import{cwd as m2}from"process";import{randomUUID as Ba}from"crypto";var _h=null;function eT(){return _h}function tT(e){_h=e}var md=new Map;function rT(e){return md.has(e)?md.get(e):void 0}function nT(e,t){md.set(e,t)}var p2;var vh=new Map;function oT(e){return vh.get(e)}function iT(e,t){vh.set(e,t)}function mo(){_h=null,md.clear(),vh.clear(),p2=void 0}var f2;function sT(){return f2}function aT(){return{sent:new Set,rejected:new Set}}var cT="[\\w-]{1,63}",Ife=new RegExp(`^${cT}$`),Rfe=new RegExp(`^a(?:${cT}-)?[0-9a-f]{16}$`);var g2={renderTarget:"ink",workspace:"local",canDrive:!0,transcriptSource:"local-jsonl",remote:null};function h2(){let e="";if(typeof process<"u"&&typeof process.cwd==="function"&&typeof lT==="function"){let r=m2();try{e=uT(lT(r))}catch{e=uT(r)}}return{originalCwd:e,projectRoot:e,totalCostUSD:0,totalAPIDuration:0,totalAPIDurationWithoutRetries:0,totalToolDuration:0,startTime:Date.now(),lastInteractionTime:Date.now(),totalLinesAdded:0,totalLinesRemoved:0,hasUnknownModelCost:!1,cwd:e,modelUsage:{},mainLoopModelOverride:void 0,refusalFallbackOccurred:!1,refusalFallbackModelLatch:void 0,sdkDialogHostActive:!1,sdkSupportedDialogKinds:void 0,sdkSupportedDialogKindsSource:void 0,replConfigArgv:[],initialMainLoopModel:void 0,modelStrings:null,isInteractive:!1,attacherCaps:null,hasStreamingInput:!1,modelOverrideOptOutForSession:!1,kairosActive:!1,rendererMode:void 0,strictToolResultPairing:!1,memoryToggledOff:!1,teamMemoryServerStatus:void 0,sdkAgentProgressSummariesEnabled:!1,userMsgOptIn:!1,searchToolsOptIn:!1,clientType:"cli",sessionSource:void 0,sessionStartType:"fresh",questionPreviewFormat:void 0,sessionIngressToken:void 0,oauthTokenFromFd:void 0,oauthScopesFromFd:void 0,apiKeyFromFd:void 0,gatewayAuth:null,gatewayRefreshInFlight:null,flagSettingsPath:void 0,flagSettingsExpectedContent:void 0,flagSettingsInline:null,parentManagedSettings:null,allowedSettingSources:["userSettings","projectSettings","localSettings","flagSettings","policySettings"],meter:null,sessionCounter:null,locCounter:null,prCounter:null,commitCounter:null,costCounter:null,tokenCounter:null,codeEditToolDecisionCounter:null,activeTimeCounter:null,statsStore:null,sessionId:Ba(),mainAgentId:null,parentSessionId:void 0,loggerProvider:null,eventLogger:null,pendingOTelEvents:[],meterProvider:null,tracerProvider:null,cachedTelemetryResource:null,cachedOtlpHttpAgentFactory:null,agentColorMap:new Map,agentColorIndex:0,lastAPIRequest:null,lastCancelledAPIMessageId:null,lastAPIRequestMessages:null,lastClassifierRequests:null,cachedClaudeMdContent:null,inMemoryErrorLog:[],inlinePlugins:[],inlinePluginsNoMcp:[],inlinePluginUrls:[],syncedPluginDirs:[],chromeFlagOverride:void 0,onboardingShownThisSession:!1,useCoworkPlugins:!1,disableSlashCommands:!1,sessionBypassPermissionsMode:!1,scheduledTasksEnabled:!1,sessionPrResolved:!1,sessionCronTasks:[],loopChainStartedAt:Object.create(null),loopTickInFlightPrompt:null,loopConsecutiveKeepalives:0,sessionCreatedTeams:new Set,sessionTrustAccepted:!1,sessionPersistenceDisabled:!1,hasExitedPlanMode:!1,needsPlanModeExitAttachment:!1,needsAutoModeExitAttachment:!1,lspRecommendationShownThisSession:!1,initJsonSchema:null,registeredHooks:null,planSlugCache:new Map,teleportedSessionInfo:null,invokedSkills:new Map,slowOperations:[],sdkBetas:void 0,longContext1mCreditsBlocked:!1,sdkOAuthTokenRefreshCallback:null,hostAuthTokenRefreshCallback:null,mainThreadAgentType:void 0,mainThreadAgentHooks:void 0,sessionSkillAllowlist:void 0,caps:g2,replBridgeActive:!1,directConnectServerUrl:void 0,mcpConnectNonBlocking:!1,strictMcpConfig:!1,activeRoutine:void 0,systemPromptSectionCache:new Map,lastEmittedDate:null,additionalDirectoriesForClaudeMd:[],allowedChannels:[],activeInputs:new Map,hasDevChannels:!1,sessionProjectDir:null,promptCache1hAllowlist:null,stickyBetas:aT(),thinkingTypeOverrides:new Map,inferenceProfileBackingModels:new Map,promptId:null,promptIndex:0,lastMainRequestId:void 0,lastMainThreadCacheTtlMs:null,lastApiCompletionTimestamp:null,pendingPostCompaction:!1}}var y2=h2(),b2=()=>{return};function Sh(){return b2()?.sessionId??y2.sessionId}var _2=un(),zfe=_2.subscribe;function uT(e){return process.platform==="darwin"?e.normalize("NFC"):e}var v2=un(),Lfe=v2.subscribe;var S2=un(),Ffe=S2.subscribe;var x2=un();var Bfe=x2.subscribe;var w2=un();var Hfe=w2.subscribe;import{appendFile as kT,mkdir as q2,rename as ET,stat as Z2,symlink as V2,unlink as Th}from"fs/promises";import{dirname as PT,join as Oh,resolve as TT}from"path";function dT({writeFn:e,flushIntervalMs:t=1000,maxBufferSize:r=100,maxBufferBytes:o=1/0,immediateMode:n=!1}){let i=[],s=0,a=null,c=null;function u(){if(a)clearTimeout(a),a=null}function d(g){try{e(g)}catch{}}function p(){if(c)d(c.join("")),c=null;if(i.length===0)return;d(i.join("")),i=[],s=0,u()}function f(){if(!a)a=setTimeout(p,t)}function m(){if(c){c.push(...i),i=[],s=0,u();return}let g=i;i=[],s=0,u(),c=g,setImmediate(()=>{let h=c;if(c=null,h)d(h.join(""))})}return{write(g){if(n){d(g);return}if(i.push(g),s+=g.length,f(),i.length>=r||s>=o)m()},flush:p,dispose(){p()}}}function k2(e){if(typeof e==="function")return e;if(Symbol.asyncDispose in e)return()=>e[Symbol.asyncDispose]();return()=>e[Symbol.dispose]()}class pT{#n=new Set;register(e){let t=k2(e);this.#n.add(t);let r=()=>{this.#n.delete(t)};return Object.assign(r,{[Symbol.dispose]:r})}async drain(){let e=Array.from(this.#n);this.#n.clear(),await Promise.all(e.map(async(t)=>t()))}async[Symbol.asyncDispose](){await this.drain()}get sizeForTesting(){return this.#n.size}}var E2=new pT;function fT(e){return E2.register(e)}var mT=Ce((e)=>{if(!e||e.trim()==="")return null;let t=e.split(",").map((i)=>i.trim()).filter(Boolean);if(t.length===0)return null;let r=t.some((i)=>i.startsWith("!")),o=t.some((i)=>!i.startsWith("!"));if(r&&o)return null;let n=t.map((i)=>i.replace(/^!/,"").toLowerCase());return{include:r?[]:n,exclude:r?n:[],isExclusive:r}});function T2(e){let t=[],r=e.match(/^MCP server ["']([^"']+)["']/);if(r&&r[1])t.push("mcp"),t.push(r[1].toLowerCase());else{let i=e.match(/^([^:[]+):/);if(i&&i[1])t.push(i[1].trim().toLowerCase())}let o=e.match(/^\[([^\]]+)]/);if(o&&o[1])t.push(o[1].trim().toLowerCase());if(e.toLowerCase().includes("1p event:"))t.push("1p");let n=e.match(/:\s*([^:]+?)(?:\s+(?:type|mode|status|event))?:/);if(n&&n[1]){let i=n[1].trim().toLowerCase();if(i.length<30&&!i.includes(" "))t.push(i)}return Array.from(new Set(t))}function P2(e,t){if(!t)return!0;if(e.length===0)return!1;if(t.isExclusive)return!e.some((r)=>t.exclude.includes(r));else return e.some((r)=>t.include.includes(r))}function gT(e,t){if(!t)return!0;let r=T2(e);return P2(r,t)}import*as Y from"fs";import{mkdir as I2,open as R2,readdir as $2,readFile as hT,rename as O2,rmdir as A2,rm as C2,stat as M2,unlink as D2}from"fs/promises";function gd(e,t){if(bw(t)&&!_w(t))return{resolvedPath:t,isSymlink:!1,isCanonical:!1};try{let r=e.realpathSync(t);return{resolvedPath:r,isSymlink:r!==t,isCanonical:!0}}catch(r){return{resolvedPath:t,isSymlink:!1,isCanonical:!1}}}var N2={cwd(){return process.cwd()},existsSync(e){let r=[];try{const t=_e(r,Pe`fs.existsSync(${e})`,0);return Y.existsSync(e)}catch(o){var n=o,i=1}finally{ve(r,n,i)}},async stat(e){return M2(e)},async readdir(e){return $2(e,{withFileTypes:!0})},async unlink(e){return D2(e)},async rmdir(e){return A2(e)},async rm(e,t){return C2(e,t)},async mkdir(e,t){try{await I2(e,{recursive:!0,...t})}catch(r){if(Ge(r)!=="EEXIST")throw r}},async readFile(e,t){return hT(e,{encoding:t.encoding})},async rename(e,t){return O2(e,t)},statSync(e){let r=[];try{const t=_e(r,Pe`fs.statSync(${e})`,0);return Y.statSync(e)}catch(o){var n=o,i=1}finally{ve(r,n,i)}},lstatSync(e){let r=[];try{const t=_e(r,Pe`fs.lstatSync(${e})`,0);return Y.lstatSync(e)}catch(o){var n=o,i=1}finally{ve(r,n,i)}},readFileSync(e,t){let o=[];try{const r=_e(o,Pe`fs.readFileSync(${e})`,0);return Y.readFileSync(e,{encoding:t.encoding})}catch(n){var i=n,s=1}finally{ve(o,i,s)}},readFileBytesSync(e){let r=[];try{const t=_e(r,Pe`fs.readFileBytesSync(${e})`,0);return Y.readFileSync(e)}catch(o){var n=o,i=1}finally{ve(r,n,i)}},readSync(e,t){let n=[];try{const r=_e(n,Pe`fs.readSync(${e}, ${t.length} bytes)`,0);let o=void 0;try{o=Y.openSync(e,"r");let c=Buffer.alloc(t.length),u=Y.readSync(o,c,0,t.length,0);return{buffer:c,bytesRead:u}}finally{if(o)Y.closeSync(o)}}catch(i){var s=i,a=1}finally{ve(n,s,a)}},appendFileSync(e,t,r){let n=[];try{const o=_e(n,Pe`fs.appendFileSync(${e}, ${t.length} chars)`,0);if(r?.mode!==void 0)try{let c=Y.openSync(e,"ax",r.mode);try{Y.appendFileSync(c,t)}finally{Y.closeSync(c)}return}catch(c){if(Ge(c)!=="EEXIST")throw c}Y.appendFileSync(e,t)}catch(i){var s=i,a=1}finally{ve(n,s,a)}},copyFileSync(e,t){let o=[];try{const r=_e(o,Pe`fs.copyFileSync(${e} → ${t})`,0);Y.copyFileSync(e,t)}catch(n){var i=n,s=1}finally{ve(o,i,s)}},unlinkSync(e){let r=[];try{const t=_e(r,Pe`fs.unlinkSync(${e})`,0);Y.unlinkSync(e)}catch(o){var n=o,i=1}finally{ve(r,n,i)}},renameSync(e,t){let o=[];try{const r=_e(o,Pe`fs.renameSync(${e} → ${t})`,0);Y.renameSync(e,t)}catch(n){var i=n,s=1}finally{ve(o,i,s)}},linkSync(e,t){let o=[];try{const r=_e(o,Pe`fs.linkSync(${e} → ${t})`,0);Y.linkSync(e,t)}catch(n){var i=n,s=1}finally{ve(o,i,s)}},symlinkSync(e,t,r){let n=[];try{const o=_e(n,Pe`fs.symlinkSync(${e} → ${t})`,0);Y.symlinkSync(e,t,r)}catch(i){var s=i,a=1}finally{ve(n,s,a)}},readlinkSync(e){let r=[];try{const t=_e(r,Pe`fs.readlinkSync(${e})`,0);return Y.readlinkSync(e)}catch(o){var n=o,i=1}finally{ve(r,n,i)}},realpathSync(e){let r=[];try{const t=_e(r,Pe`fs.realpathSync(${e})`,0);return Or(Y.realpathSync(e))}catch(o){var n=o,i=1}finally{ve(r,n,i)}},mkdirSync(e,t){let n=[];try{const r=_e(n,Pe`fs.mkdirSync(${e})`,0);let o={recursive:!0};if(t?.mode!==void 0)o.mode=t.mode;try{Y.mkdirSync(e,o)}catch(c){if(Ge(c)!=="EEXIST")throw c}}catch(i){var s=i,a=1}finally{ve(n,s,a)}},readdirSync(e){let r=[];try{const t=_e(r,Pe`fs.readdirSync(${e})`,0);return Y.readdirSync(e,{withFileTypes:!0})}catch(o){var n=o,i=1}finally{ve(r,n,i)}},readdirStringSync(e){let r=[];try{const t=_e(r,Pe`fs.readdirStringSync(${e})`,0);return Y.readdirSync(e)}catch(o){var n=o,i=1}finally{ve(r,n,i)}},isDirEmptySync(e){let o=[];try{const t=_e(o,Pe`fs.isDirEmptySync(${e})`,0);let r=this.readdirSync(e);return r.length===0}catch(n){var i=n,s=1}finally{ve(o,i,s)}},rmdirSync(e){let r=[];try{const t=_e(r,Pe`fs.rmdirSync(${e})`,0);Y.rmdirSync(e)}catch(o){var n=o,i=1}finally{ve(r,n,i)}},rmSync(e,t){let o=[];try{const r=_e(o,Pe`fs.rmSync(${e})`,0);Y.rmSync(e,t)}catch(n){var i=n,s=1}finally{ve(o,i,s)}},createWriteStream(e){return Y.createWriteStream(e)},async readFileBytes(e,t){if(t===void 0)return hT(e);let r=await R2(e,"r");try{let{size:o}=await r.stat(),n=Math.min(o,t),i=Buffer.allocUnsafe(n),s=0;while(s<n){let{bytesRead:a}=await r.read(i,s,n-s,s);if(a===0)break;s+=a}return s<n?i.subarray(0,s):i}finally{await r.close()}}},j2=N2;function Be(){return j2}function U2(e,t){if(e.destroyed)return;e.write(t)}function yT(e){U2(process.stderr,e)}function xh(e){return e.charAt(0).toUpperCase()+e.slice(1)}function bT(e,t,r=t+"s"){return e===1?t:r}var ime=typeof String.prototype.isWellFormed==="function"?Function.prototype.call.bind(String.prototype.isWellFormed):void 0,sme=typeof String.prototype.toWellFormed==="function"?Function.prototype.call.bind(String.prototype.toWellFormed):void 0;function wh(e,t){let r=e.indexOf(t);return r===-1?e:e.slice(0,r)}var z2=/api[_-]?key|secret|token|password|passwd|credential|bearer|authorization|auth[_-]?header|cookie|session[_-]?(?:id|key)|connection[_-]?string|(?:private|ssh|encryption|signing|access|deploy|master|license)[_-]?key|client[_-]?secret/i,_T="[^\\s,;&}\\])]+",xT="-----BEGIN[ A-Z0-9_-]{0,100}PRIVATE KEY(?: BLOCK)?-----[\\s\\S-]{64,}?-----END[ A-Z0-9_-]{0,100}PRIVATE KEY(?: BLOCK)?-----",L2=`[^\\s-]{0,4}${xT}['"\`]?`,vT=`\\[REDACTED\\]|"[^"]*"|'[^']*'|(?:Bearer|Basic)\\s+(?:\\[REDACTED\\]|${_T})|${L2}|${_T}`,F2=["sk","ant","api"].join("-"),B2=[{id:"url-userinfo",source:":\\/\\/([^/@\\s]+)@",confidence:"low"},{id:"gcp-service-account",source:"\\b([a-z0-9-]+@[a-z0-9-]+\\.iam\\.gserviceaccount\\.com)\\b",flags:"i",confidence:"low"},{id:"loose-anthropic-key",source:"\\b(sk-ant-?[\\w-]{10,})",confidence:"low"},{id:"http-auth-scheme",source:"\\b(?:Bearer|Basic)\\s+([A-Za-z0-9+/=._~-]{20,})",flags:"i",confidence:"low"},{id:"loose-jwt",source:"\\b(eyJ[A-Za-z0-9_-]{10,}\\.[A-Za-z0-9_-]{10,}\\.[A-Za-z0-9_-]{10,})",confidence:"low"},{id:"sensitive-assign",source:`(?:${z2.source})[\\w.-]*["']?\\s*[=:]\\s*(${vT})`,flags:"i",confidence:"low"},{id:"cloud-env-var",source:`\\b(?:AWS|GOOGLE|GCP|GCLOUD|AZURE)_\\w+\\s*[=:]\\s*(${vT})`,flags:"i",confidence:"low"},{id:"aws-access-token",source:"\\b((?:A3T[A-Z0-9]|AKIA|ASIA|ABIA|ACCA)[A-Z2-7]{16})\\b",confidence:"high"},{id:"gcp-api-key",source:`\\b(AIza[\\w-]{35})(?:[\\x60'"\\s;]|\\\\[nr]|$)`,confidence:"high"},{id:"azure-ad-client-secret",source:`(?:^|[\\\\'"\\x60\\s>=:(,)])([a-zA-Z0-9_~.]{3}\\dQ~[a-zA-Z0-9_~.-]{31,34})(?:$|[\\\\'"\\x60\\s<),])`,confidence:"high"},{id:"digitalocean-pat",source:`\\b(dop_v1_[a-f0-9]{64})(?:[\\x60'"\\s;]|\\\\[nr]|$)`,confidence:"high"},{id:"digitalocean-access-token",source:`\\b(doo_v1_[a-f0-9]{64})(?:[\\x60'"\\s;]|\\\\[nr]|$)`,confidence:"high"},{id:"anthropic-api-key",source:`\\b(${F2}03-[a-zA-Z0-9_\\-]{93}AA)(?:[\\x60'"\\s;]|\\\\[nr]|$)`,confidence:"high"},{id:"anthropic-admin-api-key",source:`\\b(sk-ant-admin01-[a-zA-Z0-9_\\-]{93}AA)(?:[\\x60'"\\s;]|\\\\[nr]|$)`,confidence:"high"},{id:"openai-api-key",source:`\\b(sk-(?:proj|svcacct|admin)-(?:[A-Za-z0-9_-]{74}|[A-Za-z0-9_-]{58})T3BlbkFJ(?:[A-Za-z0-9_-]{74}|[A-Za-z0-9_-]{58})\\b|sk-[a-zA-Z0-9]{20}T3BlbkFJ[a-zA-Z0-9]{20})(?:[\\x60'"\\s;]|\\\\[nr]|$)`,confidence:"high"},{id:"huggingface-access-token",source:`\\b(hf_[a-zA-Z]{34})(?:[\\x60'"\\s;]|\\\\[nr]|$)`,confidence:"high"},{id:"github-pat",source:"ghp_[0-9a-zA-Z]{36}",confidence:"high"},{id:"github-fine-grained-pat",source:"github_pat_\\w{82}",confidence:"high"},{id:"github-app-token",source:"(?:ghu|ghs)_[0-9a-zA-Z]{36}",confidence:"high"},{id:"github-oauth",source:"gho_[0-9a-zA-Z]{36}",confidence:"high"},{id:"github-refresh-token",source:"ghr_[0-9a-zA-Z]{36}",confidence:"high"},{id:"gitlab-pat",source:"glpat-[\\w-]{20}",confidence:"high"},{id:"gitlab-deploy-token",source:"gldt-[0-9a-zA-Z_\\-]{20}",confidence:"high"},{id:"slack-bot-token",source:"xoxb-[0-9]{10,13}-[0-9]{10,13}[a-zA-Z0-9-]*",confidence:"high"},{id:"slack-user-token",source:"xox[pe](?:-[0-9]{10,13}){3}-[a-zA-Z0-9-]{28,34}",confidence:"high"},{id:"slack-app-token",source:"xapp-\\d-[A-Z0-9]+-\\d+-[a-z0-9]+",flags:"i",confidence:"high"},{id:"twilio-api-key",source:"SK[0-9a-fA-F]{32}",confidence:"high"},{id:"sendgrid-api-token",source:`\\b(SG\\.[a-zA-Z0-9=_\\-.]{66})(?:[\\x60'"\\s;]|\\\\[nr]|$)`,confidence:"high"},{id:"npm-access-token",source:`\\b(npm_[a-zA-Z0-9]{36})(?:[\\x60'"\\s;]|\\\\[nr]|$)`,confidence:"high"},{id:"pypi-upload-token",source:"pypi-AgEIcHlwaS5vcmc[\\w-]{50,1000}",confidence:"high"},{id:"databricks-api-token",source:`\\b(dapi[a-f0-9]{32}(?:-\\d)?)(?:[\\x60'"\\s;]|\\\\[nr]|$)`,confidence:"high"},{id:"hashicorp-tf-api-token",source:"[a-zA-Z0-9]{14}\\.atlasv1\\.[a-zA-Z0-9\\-_=]{60,70}",confidence:"high"},{id:"pulumi-api-token",source:`\\b(pul-[a-f0-9]{40})(?:[\\x60'"\\s;]|\\\\[nr]|$)`,confidence:"high"},{id:"postman-api-token",source:`\\b(PMAK-[a-fA-F0-9]{24}-[a-fA-F0-9]{34})(?:[\\x60'"\\s;]|\\\\[nr]|$)`,confidence:"high"},{id:"grafana-api-key",source:`\\b(eyJrIjoi[A-Za-z0-9+/]{70,400}={0,3})(?:[\\x60'"\\s;]|\\\\[nr]|$)`,confidence:"high"},{id:"grafana-cloud-api-token",source:`\\b(glc_[A-Za-z0-9+/]{32,400}={0,3})(?:[\\x60'"\\s;]|\\\\[nr]|$)`,confidence:"high"},{id:"grafana-service-account-token",source:`\\b(glsa_[A-Za-z0-9]{32}_[A-Fa-f0-9]{8})(?:[\\x60'"\\s;]|\\\\[nr]|$)`,confidence:"high"},{id:"sentry-user-token",source:`\\b(sntryu_[a-f0-9]{64})(?:[\\x60'"\\s;]|\\\\[nr]|$)`,confidence:"high"},{id:"sentry-org-token",source:"\\bsntrys_eyJpYXQiO[a-zA-Z0-9+/]{10,200}(?:LCJyZWdpb25fdXJs|InJlZ2lvbl91cmwi|cmVnaW9uX3VybCI6)[a-zA-Z0-9+/]{10,200}={0,2}_[a-zA-Z0-9+/]{43}",confidence:"high"},{id:"stripe-access-token",source:`\\b((?:sk|rk)_(?:test|live|prod)_[a-zA-Z0-9]{10,99})(?:[\\x60'"\\s;]|\\\\[nr]|$)`,confidence:"high"},{id:"shopify-access-token",source:"shpat_[a-fA-F0-9]{32}",confidence:"high"},{id:"shopify-shared-secret",source:"shpss_[a-fA-F0-9]{32}",confidence:"high"},{id:"private-key",source:xT,flags:"i",confidence:"high"}];var ST=null;function H2(e){return B2.map((t)=>({id:t.id,confidence:t.confidence,re:new RegExp(t.source,e?(t.flags??"").replace("g","")+"g":t.flags??"")}))}function wT(e){ST??=H2(!0);for(let t of ST)e=e.replace(t.re,(r,o)=>{if(typeof o!=="string")return"[REDACTED]";let n=o.length>=2&&(o[0]==='"'||o[0]==="'")&&o.at(-1)===o[0]?o[0]:"",i=r.lastIndexOf(o);return`${r.slice(0,i)}${n}[REDACTED]${n}${r.slice(i+o.length)}`});return e}var Ph={verbose:0,debug:1,info:2,warn:3,error:4},W2=Ce(()=>{let e=process.env.CLAUDE_CODE_DEBUG_LOG_LEVEL?.toLowerCase().trim();if(e&&Object.hasOwn(Ph,e))return e;return"debug"}),K2=!1;function yd(){return typeof process<"u"&&Array.isArray(process.argv)?process.argv:[]}var Ih=Ce(()=>{let e=yd();return K2||Ee(process.env.DEBUG)||Ee(process.env.DEBUG_SDK)||e.includes("--debug")||e.includes("-d")||IT()||e.some((t)=>t.startsWith("--debug="))||RT()!==null});var G2=Ce(()=>{let e=yd().find((r)=>r.startsWith("--debug="));if(!e)return null;let t=e.substring(8);return mT(t)}),IT=Ce(()=>{let e=yd();return e.includes("--debug-to-stderr")||e.includes("-d2e")}),RT=Ce(()=>{let e=yd();for(let t=0;t<e.length;t++){let r=e[t];if(r.startsWith("--debug-file="))return TT(r.substring(13));if(r==="--debug-file"&&t+1<e.length)return TT(e[t+1])}return null});function J2(e){if(!Ih())return!1;if(typeof process>"u"||typeof process.versions>"u"||typeof process.versions.node>"u")return!1;let t=G2();return gT(e,t)}var X2=!1;var Y2=10485760,hd=null,kh=Promise.resolve(),Ha=-1,Eh=!1,Rh=null;async function $T(e,t,r=Y2){if(Ha<0)Ha=await Z2(e).then((o)=>o.size).catch(()=>0);else Ha+=t;if(Ha<=r||Eh)return;Eh=!0;try{let o=e.endsWith(".txt")?`${e.slice(0,-4)}.1.txt`:`${e}.1`;try{await ET(e,o)}catch(n){if(!zr(n))await Th(o).catch(()=>{}),await ET(e,o).catch(()=>Th(e).catch(()=>{}))}Ha=0}finally{Eh=!1}}function OT(e){return Rh=Oh(e,`${Sh()}.txt`),Rh}async function Q2(e,t,r,o){if(e)await q2(t,{recursive:!0}).catch(()=>{});let n=r;try{await kT(r,o)}catch(i){if(!dh(i))throw i;n=OT(r),await kT(n,o)}await $T(n,Buffer.byteLength(o)).catch($h),CT()}function $h(){}function eB(){if(!hd){let e=null;hd=dT({writeFn:(t)=>{let r=AT(),o=PT(r),n=e!==o;if(e=o,Ih()){if(n)try{Be().mkdirSync(o)}catch{}let i=r;try{Be().appendFileSync(r,t)}catch(s){if(!dh(s))throw s;i=OT(r),Be().appendFileSync(i,t)}$T(i,Buffer.byteLength(t)).catch($h),CT();return}kh=kh.then(Q2.bind(null,n,o,r,t)).catch($h)},flushIntervalMs:1000,maxBufferSize:100,immediateMode:Ih()}),fT(async()=>{hd?.dispose(),await kh})}return hd}function ee(e,{level:t}={level:"debug"}){if(Ph[t]<Ph[W2()])return;if(!J2(e))return;if(X2&&e.includes(`
|
|
58
|
+
`;aE().then(()=>{if(fo)bi().append(fo,r).catch(()=>{})})}function _F(){this.__data__=new fn,this.size=0}var lE=_F;function vF(e){var t=this.__data__,r=t.delete(e);return this.size=t.size,r}var uE=vF;function SF(e){return this.__data__.get(e)}var dE=SF;function xF(e){return this.__data__.has(e)}var pE=xF;var wF=200;function kF(e,t){var r=this.__data__;if(r instanceof fn){var o=r.__data__;if(!Su||o.length<wF-1)return o.push([e,t]),this.size=++r.size,this;r=this.__data__=new Vs(o)}return r.set(e,t),this.size=r.size,this}var fE=kF;function vi(e){var t=this.__data__=new fn(e);this.size=t.size}vi.prototype.clear=lE;vi.prototype.delete=uE;vi.prototype.get=dE;vi.prototype.has=pE;vi.prototype.set=fE;var mE=vi;var EF=function(){try{var e=Qo(Object,"defineProperty");return e({},"",{}),e}catch(t){}}(),Si=EF;function TF(e,t,r){if(t=="__proto__"&&Si)Si(e,t,{configurable:!0,enumerable:!0,value:r,writable:!0});else e[t]=r}var xi=TF;var PF=Object.prototype,IF=PF.hasOwnProperty;function RF(e,t,r){var o=e[t];if(!(IF.call(e,t)&&dn(o,r))||r===void 0&&!(t in e))xi(e,t,r)}var td=RF;function $F(e,t,r,o){var n=!r;r||(r={});var i=-1,s=t.length;while(++i<s){var a=t[i],c=o?o(r[a],e[a],a,r,e):void 0;if(c===void 0)c=e[a];if(n)xi(r,a,c);else td(r,a,c)}return r}var gE=$F;function AF(e,t){var r=-1,o=Array(e);while(++r<e)o[r]=t(r);return o}var hE=AF;function OF(e){return e!=null&&typeof e=="object"}var Kt=OF;var CF="[object Arguments]";function MF(e){return Kt(e)&&wr(e)==CF}var gh=MF;var yE=Object.prototype,DF=yE.hasOwnProperty,NF=yE.propertyIsEnumerable,jF=gh(function(){return arguments}())?gh:function(e){return Kt(e)&&DF.call(e,"callee")&&!NF.call(e,"callee")},Lr=jF;var UF=Array.isArray,dt=UF;var nd={};xr(nd,{default:()=>La});function zF(){return!1}var bE=zF;var SE=typeof nd=="object"&&nd&&!nd.nodeType&&nd,_E=SE&&typeof rd=="object"&&rd&&!rd.nodeType&&rd,LF=_E&&_E.exports===SE,vE=LF?Bt.Buffer:void 0,FF=vE?vE.isBuffer:void 0,BF=FF||bE,La=BF;var HF=9007199254740991,qF=/^(?:0|[1-9]\d*)$/;function ZF(e,t){var r=typeof e;return t=t==null?HF:t,!!t&&(r=="number"||r!="symbol"&&qF.test(e))&&(e>-1&&e%1==0&&e<t)}var vn=ZF;var VF=9007199254740991;function WF(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=VF}var wi=WF;var KF="[object Arguments]",GF="[object Array]",JF="[object Boolean]",XF="[object Date]",YF="[object Error]",QF="[object Function]",e4="[object Map]",t4="[object Number]",r4="[object Object]",n4="[object RegExp]",o4="[object Set]",i4="[object String]",s4="[object WeakMap]",a4="[object ArrayBuffer]",c4="[object DataView]",l4="[object Float32Array]",u4="[object Float64Array]",d4="[object Int8Array]",p4="[object Int16Array]",f4="[object Int32Array]",m4="[object Uint8Array]",g4="[object Uint8ClampedArray]",h4="[object Uint16Array]",y4="[object Uint32Array]",$e={};$e[l4]=$e[u4]=$e[d4]=$e[p4]=$e[f4]=$e[m4]=$e[g4]=$e[h4]=$e[y4]=!0;$e[KF]=$e[GF]=$e[a4]=$e[JF]=$e[c4]=$e[XF]=$e[YF]=$e[QF]=$e[e4]=$e[t4]=$e[r4]=$e[n4]=$e[o4]=$e[i4]=$e[s4]=!1;function b4(e){return Kt(e)&&wi(e.length)&&!!$e[wr(e)]}var xE=b4;function _4(e){return function(t){return e(t)}}var wE=_4;var id={};xr(id,{default:()=>sd});var kE=typeof id=="object"&&id&&!id.nodeType&&id,Fa=kE&&typeof od=="object"&&od&&!od.nodeType&&od,v4=Fa&&Fa.exports===kE,hh=v4&&_u.process,S4=function(){try{var e=Fa&&Fa.require&&Fa.require("util").types;if(e)return e;return hh&&hh.binding&&hh.binding("util")}catch(t){}}(),sd=S4;var EE=sd&&sd.isTypedArray,x4=EE?wE(EE):xE,ad=x4;var w4=Object.prototype,k4=w4.hasOwnProperty;function E4(e,t){var r=dt(e),o=!r&&Lr(e),n=!r&&!o&&La(e),i=!r&&!o&&!n&&ad(e),s=r||o||n||i,a=s?hE(e.length,String):[],c=a.length;for(var u in e)if((t||k4.call(e,u))&&!(s&&(u=="length"||n&&(u=="offset"||u=="parent")||i&&(u=="buffer"||u=="byteLength"||u=="byteOffset")||vn(u,c))))a.push(u);return a}var TE=E4;var T4=Object.prototype;function P4(e){var t=e&&e.constructor,r=typeof t=="function"&&t.prototype||T4;return e===r}var cd=P4;function I4(e,t){return function(r){return e(t(r))}}var PE=I4;function R4(e){return e!=null&&wi(e.length)&&!Yo(e)}var ki=R4;function $4(e){var t=[];if(e!=null)for(var r in Object(e))t.push(r);return t}var IE=$4;var A4=Object.prototype,O4=A4.hasOwnProperty;function C4(e){if(!Qe(e))return IE(e);var t=cd(e),r=[];for(var o in e)if(!(o=="constructor"&&(t||!O4.call(e,o))))r.push(o);return r}var RE=C4;function M4(e){return ki(e)?TE(e,!0):RE(e)}var ld=M4;var dd={};xr(dd,{default:()=>yh});var CE=typeof dd=="object"&&dd&&!dd.nodeType&&dd,$E=CE&&typeof ud=="object"&&ud&&!ud.nodeType&&ud,D4=$E&&$E.exports===CE,AE=D4?Bt.Buffer:void 0,OE=AE?AE.allocUnsafe:void 0;function N4(e,t){if(t)return e.slice();var r=e.length,o=OE?OE(r):new e.constructor(r);return e.copy(o),o}var yh=N4;function j4(e,t){var r=-1,o=e.length;t||(t=Array(o));while(++r<o)t[r]=e[r];return t}var ME=j4;function U4(e,t){var r=-1,o=t.length,n=e.length;while(++r<o)e[n+r]=t[r];return e}var DE=U4;var z4=PE(Object.getPrototypeOf,Object),pd=z4;var L4=Bt.Uint8Array,bh=L4;function F4(e){var t=new e.constructor(e.byteLength);return new bh(t).set(new bh(e)),t}var NE=F4;function B4(e,t){var r=t?NE(e.buffer):e.buffer;return new e.constructor(r,e.byteOffset,e.length)}var jE=B4;var UE=Object.create,H4=function(){function e(){}return function(t){if(!Qe(t))return{};if(UE)return UE(t);e.prototype=t;var r=new e;return e.prototype=void 0,r}}(),zE=H4;function q4(e){return typeof e.constructor=="function"&&!cd(e)?zE(pd(e)):{}}var LE=q4;import{realpathSync as lT}from"fs";var Z4="[object Symbol]";function V4(e){return typeof e=="symbol"||Kt(e)&&wr(e)==Z4}var Ei=V4;var W4=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,K4=/^\w*$/;function G4(e,t){if(dt(e))return!1;var r=typeof e;if(r=="number"||r=="symbol"||r=="boolean"||e==null||Ei(e))return!0;return K4.test(e)||!W4.test(e)||t!=null&&e in Object(t)}var FE=G4;var J4=500;function X4(e){var t=Ce(e,function(o){if(r.size===J4)r.clear();return o}),r=t.cache;return t}var BE=X4;var Y4=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Q4=/\\(\\)?/g,e2=BE(function(e){var t=[];if(e.charCodeAt(0)===46)t.push("");return e.replace(Y4,function(r,o,n,i){t.push(n?i.replace(Q4,"$1"):o||r)}),t}),HE=e2;function t2(e,t){var r=-1,o=e==null?0:e.length,n=Array(o);while(++r<o)n[r]=t(e[r],r,e);return n}var qE=t2;var r2=1/0,ZE=Ht?Ht.prototype:void 0,VE=ZE?ZE.toString:void 0;function WE(e){if(typeof e=="string")return e;if(dt(e))return qE(e,WE)+"";if(Ei(e))return VE?VE.call(e):"";var t=e+"";return t=="0"&&1/e==-r2?"-0":t}var KE=WE;function n2(e){return e==null?"":KE(e)}var GE=n2;function o2(e,t){if(dt(e))return e;return FE(e,t)?[e]:HE(GE(e))}var Sn=o2;var i2=1/0;function s2(e){if(typeof e=="string"||Ei(e))return e;var t=e+"";return t=="0"&&1/e==-i2?"-0":t}var Ti=s2;function a2(e,t){t=Sn(t,e);var r=0,o=t.length;while(e!=null&&r<o)e=e[Ti(t[r++])];return r&&r==o?e:void 0}var JE=a2;function c2(e,t){return e!=null&&t in Object(e)}var XE=c2;function l2(e,t,r){t=Sn(t,e);var o=-1,n=t.length,i=!1;while(++o<n){var s=Ti(t[o]);if(!(i=e!=null&&r(e,s)))break;e=e[s]}if(i||++o!=n)return i;return n=e==null?0:e.length,!!n&&wi(n)&&vn(s,n)&&(dt(e)||Lr(e))}var YE=l2;function u2(e,t){return e!=null&&YE(e,t,XE)}var QE=u2;function d2(e){return e}var fd=d2;import{cwd as b2}from"process";import{randomUUID as Ba}from"crypto";var _h=null;function eT(){return _h}function tT(e){_h=e}var md=new Map;function rT(e){return md.has(e)?md.get(e):void 0}function nT(e,t){md.set(e,t)}var p2;var f2;var m2;var g2;var h2;var vh=new Map;function oT(e){return vh.get(e)}function iT(e,t){vh.set(e,t)}function mo(){_h=null,md.clear(),vh.clear(),h2=void 0,p2=void 0,f2=void 0,m2=void 0,g2=void 0}var y2;function sT(){return y2}function aT(){return{sent:new Set,rejected:new Set}}var cT="[\\w-]{1,63}",Ofe=new RegExp(`^${cT}$`),Cfe=new RegExp(`^a(?:${cT}-)?[0-9a-f]{16}$`);var _2={renderTarget:"ink",workspace:"local",canDrive:!0,transcriptSource:"local-jsonl",remote:null};function v2(){let e="";if(typeof process<"u"&&typeof process.cwd==="function"&&typeof lT==="function"){let r=b2();try{e=uT(lT(r))}catch{e=uT(r)}}return{originalCwd:e,projectRoot:e,totalCostUSD:0,totalAPIDuration:0,totalAPIDurationWithoutRetries:0,totalToolDuration:0,startTime:Date.now(),lastInteractionTime:Date.now(),totalLinesAdded:0,totalLinesRemoved:0,hasUnknownModelCost:!1,cwd:e,modelUsage:{},mainLoopModelOverride:void 0,refusalFallbackOccurred:!1,refusalFallbackModelLatch:void 0,sdkDialogHostActive:!1,sdkSupportedDialogKinds:void 0,sdkSupportedDialogKindsSource:void 0,replConfigArgv:[],initialMainLoopModel:void 0,modelStrings:null,isInteractive:!1,attacherCaps:null,hasStreamingInput:!1,modelOverrideOptOutForSession:!1,kairosActive:!1,rendererMode:void 0,strictToolResultPairing:!1,memoryToggledOff:!1,teamMemoryServerStatus:void 0,sdkAgentProgressSummariesEnabled:!1,userMsgOptIn:!1,searchToolsOptIn:!1,clientType:"cli",sessionSource:void 0,sessionStartType:"fresh",questionPreviewFormat:void 0,sessionIngressToken:void 0,oauthTokenFromFd:void 0,oauthScopesFromFd:void 0,apiKeyFromFd:void 0,gatewayAuth:null,gatewayRefreshInFlight:null,flagSettingsPath:void 0,flagSettingsExpectedContent:void 0,flagSettingsInline:null,parentManagedSettings:null,allowedSettingSources:["userSettings","projectSettings","localSettings","flagSettings","policySettings"],meter:null,sessionCounter:null,locCounter:null,prCounter:null,commitCounter:null,costCounter:null,tokenCounter:null,codeEditToolDecisionCounter:null,activeTimeCounter:null,statsStore:null,sessionId:Ba(),mainAgentId:null,parentSessionId:void 0,loggerProvider:null,eventLogger:null,pendingOTelEvents:[],meterProvider:null,tracerProvider:null,cachedTelemetryResource:null,cachedOtlpHttpAgentFactory:null,agentColorMap:new Map,agentColorIndex:0,lastAPIRequest:null,lastCancelledAPIMessageId:null,lastAPIRequestMessages:null,lastClassifierRequests:null,cachedClaudeMdContent:null,inMemoryErrorLog:[],inlinePlugins:[],inlinePluginsNoMcp:[],inlinePluginUrls:[],syncedPluginDirs:[],chromeFlagOverride:void 0,onboardingShownThisSession:!1,useCoworkPlugins:!1,disableSlashCommands:!1,sessionBypassPermissionsMode:!1,scheduledTasksEnabled:!1,sessionPrResolved:!1,sessionCronTasks:[],loopChainStartedAt:Object.create(null),loopTickInFlightPrompt:null,loopConsecutiveKeepalives:0,sessionCreatedTeams:new Set,sessionTrustAccepted:!1,sessionPersistenceDisabled:!1,hasExitedPlanMode:!1,needsPlanModeExitAttachment:!1,needsAutoModeExitAttachment:!1,lspRecommendationShownThisSession:!1,initJsonSchema:null,registeredHooks:null,planSlugCache:new Map,teleportedSessionInfo:null,invokedSkills:new Map,slowOperations:[],sdkBetas:void 0,longContext1mCreditsBlocked:!1,sdkOAuthTokenRefreshCallback:null,hostAuthTokenRefreshCallback:null,mainThreadAgentType:void 0,mainThreadAgentHooks:void 0,sessionSkillAllowlist:void 0,caps:_2,replBridgeActive:!1,directConnectServerUrl:void 0,mcpConnectNonBlocking:!1,strictMcpConfig:!1,activeRoutine:void 0,systemPromptSectionCache:new Map,lastEmittedDate:null,additionalDirectoriesForClaudeMd:[],allowedChannels:[],activeInputs:new Map,hasDevChannels:!1,sessionProjectDir:null,promptCache1hAllowlist:null,stickyBetas:aT(),thinkingTypeOverrides:new Map,inferenceProfileBackingModels:new Map,promptId:null,promptIndex:0,lastMainRequestId:void 0,lastMainThreadCacheTtlMs:null,lastApiCompletionTimestamp:null,pendingPostCompaction:!1}}var S2=v2(),x2=()=>{return};function Sh(){return x2()?.sessionId??S2.sessionId}var w2=un(),Hfe=w2.subscribe;function uT(e){return process.platform==="darwin"?e.normalize("NFC"):e}var k2=un(),qfe=k2.subscribe;var E2=un(),Zfe=E2.subscribe;var T2=un();var Vfe=T2.subscribe;var P2=un();var Wfe=P2.subscribe;import{appendFile as kT,mkdir as K2,rename as ET,stat as G2,symlink as J2,unlink as Th}from"fs/promises";import{dirname as PT,join as Ah,resolve as TT}from"path";function dT({writeFn:e,flushIntervalMs:t=1000,maxBufferSize:r=100,maxBufferBytes:o=1/0,immediateMode:n=!1}){let i=[],s=0,a=null,c=null;function u(){if(a)clearTimeout(a),a=null}function d(g){try{e(g)}catch{}}function p(){if(c)d(c.join("")),c=null;if(i.length===0)return;d(i.join("")),i=[],s=0,u()}function f(){if(!a)a=setTimeout(p,t)}function m(){if(c){c.push(...i),i=[],s=0,u();return}let g=i;i=[],s=0,u(),c=g,setImmediate(()=>{let h=c;if(c=null,h)d(h.join(""))})}return{write(g){if(n){d(g);return}if(i.push(g),s+=g.length,f(),i.length>=r||s>=o)m()},flush:p,dispose(){p()}}}function I2(e){if(typeof e==="function")return e;if(Symbol.asyncDispose in e)return()=>e[Symbol.asyncDispose]();return()=>e[Symbol.dispose]()}class pT{#n=new Set;register(e){let t=I2(e);this.#n.add(t);let r=()=>{this.#n.delete(t)};return Object.assign(r,{[Symbol.dispose]:r})}async drain(){let e=Array.from(this.#n);this.#n.clear(),await Promise.all(e.map(async(t)=>t()))}async[Symbol.asyncDispose](){await this.drain()}get sizeForTesting(){return this.#n.size}}var R2=new pT;function fT(e){return R2.register(e)}var mT=Ce((e)=>{if(!e||e.trim()==="")return null;let t=e.split(",").map((i)=>i.trim()).filter(Boolean);if(t.length===0)return null;let r=t.some((i)=>i.startsWith("!")),o=t.some((i)=>!i.startsWith("!"));if(r&&o)return null;let n=t.map((i)=>i.replace(/^!/,"").toLowerCase());return{include:r?[]:n,exclude:r?n:[],isExclusive:r}});function $2(e){let t=[],r=e.match(/^MCP server ["']([^"']+)["']/);if(r&&r[1])t.push("mcp"),t.push(r[1].toLowerCase());else{let i=e.match(/^([^:[]+):/);if(i&&i[1])t.push(i[1].trim().toLowerCase())}let o=e.match(/^\[([^\]]+)]/);if(o&&o[1])t.push(o[1].trim().toLowerCase());if(e.toLowerCase().includes("1p event:"))t.push("1p");let n=e.match(/:\s*([^:]+?)(?:\s+(?:type|mode|status|event))?:/);if(n&&n[1]){let i=n[1].trim().toLowerCase();if(i.length<30&&!i.includes(" "))t.push(i)}return Array.from(new Set(t))}function A2(e,t){if(!t)return!0;if(e.length===0)return!1;if(t.isExclusive)return!e.some((r)=>t.exclude.includes(r));else return e.some((r)=>t.include.includes(r))}function gT(e,t){if(!t)return!0;let r=$2(e);return A2(r,t)}import*as Y from"fs";import{mkdir as O2,open as C2,readdir as M2,readFile as hT,rename as D2,rmdir as N2,rm as j2,stat as U2,unlink as z2}from"fs/promises";function gd(e,t){if(bw(t)&&!_w(t))return{resolvedPath:t,isSymlink:!1,isCanonical:!1};try{let r=e.realpathSync(t);return{resolvedPath:r,isSymlink:r!==t,isCanonical:!0}}catch(r){return{resolvedPath:t,isSymlink:!1,isCanonical:!1}}}var L2={cwd(){return process.cwd()},existsSync(e){let r=[];try{const t=_e(r,Pe`fs.existsSync(${e})`,0);return Y.existsSync(e)}catch(o){var n=o,i=1}finally{ve(r,n,i)}},async stat(e){return U2(e)},async readdir(e){return M2(e,{withFileTypes:!0})},async unlink(e){return z2(e)},async rmdir(e){return N2(e)},async rm(e,t){return j2(e,t)},async mkdir(e,t){try{await O2(e,{recursive:!0,...t})}catch(r){if(Ge(r)!=="EEXIST")throw r}},async readFile(e,t){return hT(e,{encoding:t.encoding})},async rename(e,t){return D2(e,t)},statSync(e){let r=[];try{const t=_e(r,Pe`fs.statSync(${e})`,0);return Y.statSync(e)}catch(o){var n=o,i=1}finally{ve(r,n,i)}},lstatSync(e){let r=[];try{const t=_e(r,Pe`fs.lstatSync(${e})`,0);return Y.lstatSync(e)}catch(o){var n=o,i=1}finally{ve(r,n,i)}},readFileSync(e,t){let o=[];try{const r=_e(o,Pe`fs.readFileSync(${e})`,0);return Y.readFileSync(e,{encoding:t.encoding})}catch(n){var i=n,s=1}finally{ve(o,i,s)}},readFileBytesSync(e){let r=[];try{const t=_e(r,Pe`fs.readFileBytesSync(${e})`,0);return Y.readFileSync(e)}catch(o){var n=o,i=1}finally{ve(r,n,i)}},readSync(e,t){let n=[];try{const r=_e(n,Pe`fs.readSync(${e}, ${t.length} bytes)`,0);let o=void 0;try{o=Y.openSync(e,"r");let c=Buffer.alloc(t.length),u=Y.readSync(o,c,0,t.length,0);return{buffer:c,bytesRead:u}}finally{if(o)Y.closeSync(o)}}catch(i){var s=i,a=1}finally{ve(n,s,a)}},appendFileSync(e,t,r){let n=[];try{const o=_e(n,Pe`fs.appendFileSync(${e}, ${t.length} chars)`,0);if(r?.mode!==void 0)try{let c=Y.openSync(e,"ax",r.mode);try{Y.appendFileSync(c,t)}finally{Y.closeSync(c)}return}catch(c){if(Ge(c)!=="EEXIST")throw c}Y.appendFileSync(e,t)}catch(i){var s=i,a=1}finally{ve(n,s,a)}},copyFileSync(e,t){let o=[];try{const r=_e(o,Pe`fs.copyFileSync(${e} → ${t})`,0);Y.copyFileSync(e,t)}catch(n){var i=n,s=1}finally{ve(o,i,s)}},unlinkSync(e){let r=[];try{const t=_e(r,Pe`fs.unlinkSync(${e})`,0);Y.unlinkSync(e)}catch(o){var n=o,i=1}finally{ve(r,n,i)}},renameSync(e,t){let o=[];try{const r=_e(o,Pe`fs.renameSync(${e} → ${t})`,0);Y.renameSync(e,t)}catch(n){var i=n,s=1}finally{ve(o,i,s)}},linkSync(e,t){let o=[];try{const r=_e(o,Pe`fs.linkSync(${e} → ${t})`,0);Y.linkSync(e,t)}catch(n){var i=n,s=1}finally{ve(o,i,s)}},symlinkSync(e,t,r){let n=[];try{const o=_e(n,Pe`fs.symlinkSync(${e} → ${t})`,0);Y.symlinkSync(e,t,r)}catch(i){var s=i,a=1}finally{ve(n,s,a)}},readlinkSync(e){let r=[];try{const t=_e(r,Pe`fs.readlinkSync(${e})`,0);return Y.readlinkSync(e)}catch(o){var n=o,i=1}finally{ve(r,n,i)}},realpathSync(e){let r=[];try{const t=_e(r,Pe`fs.realpathSync(${e})`,0);return Ar(Y.realpathSync(e))}catch(o){var n=o,i=1}finally{ve(r,n,i)}},mkdirSync(e,t){let n=[];try{const r=_e(n,Pe`fs.mkdirSync(${e})`,0);let o={recursive:!0};if(t?.mode!==void 0)o.mode=t.mode;try{Y.mkdirSync(e,o)}catch(c){if(Ge(c)!=="EEXIST")throw c}}catch(i){var s=i,a=1}finally{ve(n,s,a)}},readdirSync(e){let r=[];try{const t=_e(r,Pe`fs.readdirSync(${e})`,0);return Y.readdirSync(e,{withFileTypes:!0})}catch(o){var n=o,i=1}finally{ve(r,n,i)}},readdirStringSync(e){let r=[];try{const t=_e(r,Pe`fs.readdirStringSync(${e})`,0);return Y.readdirSync(e)}catch(o){var n=o,i=1}finally{ve(r,n,i)}},isDirEmptySync(e){let o=[];try{const t=_e(o,Pe`fs.isDirEmptySync(${e})`,0);let r=this.readdirSync(e);return r.length===0}catch(n){var i=n,s=1}finally{ve(o,i,s)}},rmdirSync(e){let r=[];try{const t=_e(r,Pe`fs.rmdirSync(${e})`,0);Y.rmdirSync(e)}catch(o){var n=o,i=1}finally{ve(r,n,i)}},rmSync(e,t){let o=[];try{const r=_e(o,Pe`fs.rmSync(${e})`,0);Y.rmSync(e,t)}catch(n){var i=n,s=1}finally{ve(o,i,s)}},createWriteStream(e){return Y.createWriteStream(e)},async readFileBytes(e,t){if(t===void 0)return hT(e);let r=await C2(e,"r");try{let{size:o}=await r.stat(),n=Math.min(o,t),i=Buffer.allocUnsafe(n),s=0;while(s<n){let{bytesRead:a}=await r.read(i,s,n-s,s);if(a===0)break;s+=a}return s<n?i.subarray(0,s):i}finally{await r.close()}}},F2=L2;function Be(){return F2}function B2(e,t){if(e.destroyed)return;e.write(t)}function yT(e){B2(process.stderr,e)}function xh(e){return e.charAt(0).toUpperCase()+e.slice(1)}function bT(e,t,r=t+"s"){return e===1?t:r}var lme=typeof String.prototype.isWellFormed==="function"?Function.prototype.call.bind(String.prototype.isWellFormed):void 0,ume=typeof String.prototype.toWellFormed==="function"?Function.prototype.call.bind(String.prototype.toWellFormed):void 0;function wh(e,t){let r=e.indexOf(t);return r===-1?e:e.slice(0,r)}var H2=/api[_-]?key|secret|token|password|passwd|credential|bearer|authorization|auth[_-]?header|cookie|session[_-]?(?:id|key)|connection[_-]?string|(?:private|ssh|encryption|signing|access|deploy|master|license)[_-]?key|client[_-]?secret/i,_T="[^\\s,;&}\\])]+",xT="-----BEGIN[ A-Z0-9_-]{0,100}PRIVATE KEY(?: BLOCK)?-----[\\s\\S-]{64,}?-----END[ A-Z0-9_-]{0,100}PRIVATE KEY(?: BLOCK)?-----",q2=`[^\\s-]{0,4}${xT}['"\`]?`,vT=`\\[REDACTED\\]|"[^"]*"|'[^']*'|(?:Bearer|Basic)\\s+(?:\\[REDACTED\\]|${_T})|${q2}|${_T}`,Z2=["sk","ant","api"].join("-"),V2=[{id:"url-userinfo",source:":\\/\\/([^/@\\s]+)@",confidence:"low"},{id:"gcp-service-account",source:"\\b([a-z0-9-]+@[a-z0-9-]+\\.iam\\.gserviceaccount\\.com)\\b",flags:"i",confidence:"low"},{id:"loose-anthropic-key",source:"\\b(sk-ant-?[\\w-]{10,})",confidence:"low"},{id:"http-auth-scheme",source:"\\b(?:Bearer|Basic)\\s+([A-Za-z0-9+/=._~-]{20,})",flags:"i",confidence:"low"},{id:"loose-jwt",source:"\\b(eyJ[A-Za-z0-9_-]{10,}\\.[A-Za-z0-9_-]{10,}\\.[A-Za-z0-9_-]{10,})",confidence:"low"},{id:"sensitive-assign",source:`(?:${H2.source})[\\w.-]*["']?\\s*[=:]\\s*(${vT})`,flags:"i",confidence:"low"},{id:"cloud-env-var",source:`\\b(?:AWS|GOOGLE|GCP|GCLOUD|AZURE)_\\w+\\s*[=:]\\s*(${vT})`,flags:"i",confidence:"low"},{id:"aws-access-token",source:"\\b((?:A3T[A-Z0-9]|AKIA|ASIA|ABIA|ACCA)[A-Z2-7]{16})\\b",confidence:"high"},{id:"gcp-api-key",source:`\\b(AIza[\\w-]{35})(?:[\\x60'"\\s;]|\\\\[nr]|$)`,confidence:"high"},{id:"azure-ad-client-secret",source:`(?:^|[\\\\'"\\x60\\s>=:(,)])([a-zA-Z0-9_~.]{3}\\dQ~[a-zA-Z0-9_~.-]{31,34})(?:$|[\\\\'"\\x60\\s<),])`,confidence:"high"},{id:"digitalocean-pat",source:`\\b(dop_v1_[a-f0-9]{64})(?:[\\x60'"\\s;]|\\\\[nr]|$)`,confidence:"high"},{id:"digitalocean-access-token",source:`\\b(doo_v1_[a-f0-9]{64})(?:[\\x60'"\\s;]|\\\\[nr]|$)`,confidence:"high"},{id:"anthropic-api-key",source:`\\b(${Z2}03-[a-zA-Z0-9_\\-]{93}AA)(?:[\\x60'"\\s;]|\\\\[nr]|$)`,confidence:"high"},{id:"anthropic-admin-api-key",source:`\\b(sk-ant-admin01-[a-zA-Z0-9_\\-]{93}AA)(?:[\\x60'"\\s;]|\\\\[nr]|$)`,confidence:"high"},{id:"openai-api-key",source:`\\b(sk-(?:proj|svcacct|admin)-(?:[A-Za-z0-9_-]{74}|[A-Za-z0-9_-]{58})T3BlbkFJ(?:[A-Za-z0-9_-]{74}|[A-Za-z0-9_-]{58})\\b|sk-[a-zA-Z0-9]{20}T3BlbkFJ[a-zA-Z0-9]{20})(?:[\\x60'"\\s;]|\\\\[nr]|$)`,confidence:"high"},{id:"huggingface-access-token",source:`\\b(hf_[a-zA-Z]{34})(?:[\\x60'"\\s;]|\\\\[nr]|$)`,confidence:"high"},{id:"github-pat",source:"ghp_[0-9a-zA-Z]{36}",confidence:"high"},{id:"github-fine-grained-pat",source:"github_pat_\\w{82}",confidence:"high"},{id:"github-app-token",source:"(?:ghu|ghs)_[0-9a-zA-Z]{36}",confidence:"high"},{id:"github-oauth",source:"gho_[0-9a-zA-Z]{36}",confidence:"high"},{id:"github-refresh-token",source:"ghr_[0-9a-zA-Z]{36}",confidence:"high"},{id:"gitlab-pat",source:"glpat-[\\w-]{20}",confidence:"high"},{id:"gitlab-deploy-token",source:"gldt-[0-9a-zA-Z_\\-]{20}",confidence:"high"},{id:"slack-bot-token",source:"xoxb-[0-9]{10,13}-[0-9]{10,13}[a-zA-Z0-9-]*",confidence:"high"},{id:"slack-user-token",source:"xox[pe](?:-[0-9]{10,13}){3}-[a-zA-Z0-9-]{28,34}",confidence:"high"},{id:"slack-app-token",source:"xapp-\\d-[A-Z0-9]+-\\d+-[a-z0-9]+",flags:"i",confidence:"high"},{id:"twilio-api-key",source:"SK[0-9a-fA-F]{32}",confidence:"high"},{id:"sendgrid-api-token",source:`\\b(SG\\.[a-zA-Z0-9=_\\-.]{66})(?:[\\x60'"\\s;]|\\\\[nr]|$)`,confidence:"high"},{id:"npm-access-token",source:`\\b(npm_[a-zA-Z0-9]{36})(?:[\\x60'"\\s;]|\\\\[nr]|$)`,confidence:"high"},{id:"pypi-upload-token",source:"pypi-AgEIcHlwaS5vcmc[\\w-]{50,1000}",confidence:"high"},{id:"databricks-api-token",source:`\\b(dapi[a-f0-9]{32}(?:-\\d)?)(?:[\\x60'"\\s;]|\\\\[nr]|$)`,confidence:"high"},{id:"hashicorp-tf-api-token",source:"[a-zA-Z0-9]{14}\\.atlasv1\\.[a-zA-Z0-9\\-_=]{60,70}",confidence:"high"},{id:"pulumi-api-token",source:`\\b(pul-[a-f0-9]{40})(?:[\\x60'"\\s;]|\\\\[nr]|$)`,confidence:"high"},{id:"postman-api-token",source:`\\b(PMAK-[a-fA-F0-9]{24}-[a-fA-F0-9]{34})(?:[\\x60'"\\s;]|\\\\[nr]|$)`,confidence:"high"},{id:"grafana-api-key",source:`\\b(eyJrIjoi[A-Za-z0-9+/]{70,400}={0,3})(?:[\\x60'"\\s;]|\\\\[nr]|$)`,confidence:"high"},{id:"grafana-cloud-api-token",source:`\\b(glc_[A-Za-z0-9+/]{32,400}={0,3})(?:[\\x60'"\\s;]|\\\\[nr]|$)`,confidence:"high"},{id:"grafana-service-account-token",source:`\\b(glsa_[A-Za-z0-9]{32}_[A-Fa-f0-9]{8})(?:[\\x60'"\\s;]|\\\\[nr]|$)`,confidence:"high"},{id:"sentry-user-token",source:`\\b(sntryu_[a-f0-9]{64})(?:[\\x60'"\\s;]|\\\\[nr]|$)`,confidence:"high"},{id:"sentry-org-token",source:"\\bsntrys_eyJpYXQiO[a-zA-Z0-9+/]{10,200}(?:LCJyZWdpb25fdXJs|InJlZ2lvbl91cmwi|cmVnaW9uX3VybCI6)[a-zA-Z0-9+/]{10,200}={0,2}_[a-zA-Z0-9+/]{43}",confidence:"high"},{id:"stripe-access-token",source:`\\b((?:sk|rk)_(?:test|live|prod)_[a-zA-Z0-9]{10,99})(?:[\\x60'"\\s;]|\\\\[nr]|$)`,confidence:"high"},{id:"shopify-access-token",source:"shpat_[a-fA-F0-9]{32}",confidence:"high"},{id:"shopify-shared-secret",source:"shpss_[a-fA-F0-9]{32}",confidence:"high"},{id:"private-key",source:xT,flags:"i",confidence:"high"}];var ST=null;function W2(e){return V2.map((t)=>({id:t.id,confidence:t.confidence,re:new RegExp(t.source,e?(t.flags??"").replace("g","")+"g":t.flags??"")}))}function wT(e){ST??=W2(!0);for(let t of ST)e=e.replace(t.re,(r,o)=>{if(typeof o!=="string")return"[REDACTED]";let n=o.length>=2&&(o[0]==='"'||o[0]==="'")&&o.at(-1)===o[0]?o[0]:"",i=r.lastIndexOf(o);return`${r.slice(0,i)}${n}[REDACTED]${n}${r.slice(i+o.length)}`});return e}var Ph={verbose:0,debug:1,info:2,warn:3,error:4},X2=Ce(()=>{let e=process.env.CLAUDE_CODE_DEBUG_LOG_LEVEL?.toLowerCase().trim();if(e&&Object.hasOwn(Ph,e))return e;return"debug"}),Y2=!1;function yd(){return typeof process<"u"&&Array.isArray(process.argv)?process.argv:[]}var Ih=Ce(()=>{let e=yd();return Y2||Ee(process.env.DEBUG)||Ee(process.env.DEBUG_SDK)||e.includes("--debug")||e.includes("-d")||IT()||e.some((t)=>t.startsWith("--debug="))||RT()!==null});var Q2=Ce(()=>{let e=yd().find((r)=>r.startsWith("--debug="));if(!e)return null;let t=e.substring(8);return mT(t)}),IT=Ce(()=>{let e=yd();return e.includes("--debug-to-stderr")||e.includes("-d2e")}),RT=Ce(()=>{let e=yd();for(let t=0;t<e.length;t++){let r=e[t];if(r.startsWith("--debug-file="))return TT(r.substring(13));if(r==="--debug-file"&&t+1<e.length)return TT(e[t+1])}return null});function eB(e){if(!Ih())return!1;if(typeof process>"u"||typeof process.versions>"u"||typeof process.versions.node>"u")return!1;let t=Q2();return gT(e,t)}var tB=!1;var rB=10485760,hd=null,kh=Promise.resolve(),Ha=-1,Eh=!1,Rh=null;async function $T(e,t,r=rB){if(Ha<0)Ha=await G2(e).then((o)=>o.size).catch(()=>0);else Ha+=t;if(Ha<=r||Eh)return;Eh=!0;try{let o=e.endsWith(".txt")?`${e.slice(0,-4)}.1.txt`:`${e}.1`;try{await ET(e,o)}catch(n){if(!zr(n))await Th(o).catch(()=>{}),await ET(e,o).catch(()=>Th(e).catch(()=>{}))}Ha=0}finally{Eh=!1}}function AT(e){return Rh=Ah(e,`${Sh()}.txt`),Rh}async function nB(e,t,r,o){if(e)await K2(t,{recursive:!0}).catch(()=>{});let n=r;try{await kT(r,o)}catch(i){if(!dh(i))throw i;n=AT(r),await kT(n,o)}await $T(n,Buffer.byteLength(o)).catch($h),CT()}function $h(){}function oB(){if(!hd){let e=null;hd=dT({writeFn:(t)=>{let r=OT(),o=PT(r),n=e!==o;if(e=o,Ih()){if(n)try{Be().mkdirSync(o)}catch{}let i=r;try{Be().appendFileSync(r,t)}catch(s){if(!dh(s))throw s;i=AT(r),Be().appendFileSync(i,t)}$T(i,Buffer.byteLength(t)).catch($h),CT();return}kh=kh.then(nB.bind(null,n,o,r,t)).catch($h)},flushIntervalMs:1000,maxBufferSize:100,immediateMode:Ih()}),fT(async()=>{hd?.dispose(),await kh})}return hd}function ee(e,{level:t}={level:"debug"}){if(Ph[t]<Ph[X2()])return;if(!eB(e))return;if(tB&&e.includes(`
|
|
59
59
|
`))e=pe(e);let o=`${new Date().toISOString()} [${t.toUpperCase()}] ${wT(e.trim())}
|
|
60
|
-
`;if(IT()){yT(o);return}eB().write(o)}function AT(){return RT()??Rh??process.env.CLAUDE_CODE_DEBUG_LOGS_DIR??Oh(qt(),"debug",`${Sh()}.txt`)}var CT=Ce(async()=>{try{let e=AT(),t=PT(e),r=Oh(t,"latest");await Th(r).catch(()=>{}),await V2(e,r)}catch{}});var Ime=(()=>{let e=process.env.CLAUDE_CODE_SLOW_OPERATION_THRESHOLD_MS;if(e!==void 0){let t=Number(e);if(!Number.isNaN(t)&&t>=0)return t}return 1/0})();var tB={[Symbol.dispose](){}};function rB(){return tB}var Pe=rB;function pe(e,t,r){let n=[];try{const o=_e(n,Pe`JSON.stringify(${e})`,0);return JSON.stringify(e,t,r)}catch(i){var s=i,a=1}finally{ve(n,s,a)}}var Ze=(e,t)=>{let o=[];try{const r=_e(o,Pe`JSON.parse(${e})`,0);return typeof t>"u"?JSON.parse(e):JSON.parse(e,t)}catch(n){var i=n,s=1}finally{ve(o,i,s)}};function MT(e){return JSON.parse(e)}function xn(e,t){let o=[];try{const r=_e(o,Pe`structuredClone(${e})`,0);return structuredClone(e,t)}catch(n){var i=n,s=1}finally{ve(o,i,s)}}function nB(e){let t=e.trim();return t.startsWith("{")&&t.endsWith("}")}function DT(e,t){let r={...e};if(t){let o=t.enabled===!0&&t.failIfUnavailable===void 0?{...t,failIfUnavailable:!0}:t,n=r.settings;if(n&&!nB(n))throw Error("Cannot use both a settings file path and the sandbox option. Include the sandbox configuration in your settings file instead.");let i={sandbox:o};if(n)try{i={...Ze(n),sandbox:o}}catch{}r.settings=pe(i)}return r}var aB=2000,bd=new Set,NT=!1;function cB(){for(let e of bd)if(!e.killed)if(process.platform==="win32")try{e.stdin.end()}catch{}else e.kill("SIGTERM")}function lB(e){if(bd.add(e),!NT)NT=!0,process.on("exit",cB)}class Ah{options;process;processStdin;processStdout;ready=!1;abortController;exitError;exitListeners=[];abortHandler;forwardedAbort=Hs();pendingWrites=[];pendingEndInput=!1;spawnResolve;spawnReject;spawnPromise;constructor(e){this.options=e;if(this.abortController=e.abortController||Hs(),e.deferSpawn)this.spawnPromise=new Promise((t,r)=>{this.spawnResolve=t,this.spawnReject=r}),this.spawnPromise.catch(()=>{});else this.initialize()}spawn(){try{this.initialize()}catch(t){throw this.spawnAbort(kr(t)),t}let e=this.pendingWrites;if(this.pendingWrites=[],this.spawnResolve)this.spawnResolve(),this.spawnResolve=void 0,this.spawnReject=void 0;for(let t of e)this.write(t);if(this.pendingEndInput)this.pendingEndInput=!1,this.processStdin?.end()}spawnAbort(e){if(this.spawnReject)this.spawnReject(e),this.spawnReject=void 0,this.spawnResolve=void 0,this.pendingWrites=[]}updateEnv(e){if(this.options.env)Object.assign(this.options.env,e);else this.options.env={...e}}updateResume(e){this.options.resume=e}getDefaultExecutable(){return bu()?"bun":"node"}spawnLocalProcess(e){let{command:t,args:r,cwd:o,env:n,signal:i}=e,s=Ee(n.DEBUG_CLAUDE_AGENT_SDK)||this.options.stderr?"pipe":"ignore",a=oB(t,r,{cwd:o,stdio:["pipe","pipe",s],signal:i,env:n,windowsHide:!0});if(Ee(n.DEBUG_CLAUDE_AGENT_SDK)||this.options.stderr)a.stderr.on("data",(u)=>{let d=u.toString();if(vt(d),this.options.stderr)this.options.stderr(d)});return{stdin:a.stdin,stdout:a.stdout,get killed(){return a.killed},get exitCode(){return a.exitCode},kill:a.kill.bind(a),on:a.on.bind(a),once:a.once.bind(a),off:a.off.bind(a)}}initialize(){try{let{additionalDirectories:e=[],agent:t,betas:r,cwd:o,executable:n=this.getDefaultExecutable(),executableArgs:i=[],extraArgs:s={},pathToClaudeCodeExecutable:a,env:c={...process.env},thinkingConfig:u,maxTurns:d,maxBudgetUsd:p,taskBudget:f,model:m,fallbackModel:g,jsonSchema:h,permissionMode:y,allowDangerouslySkipPermissions:v,permissionPromptToolName:x,continueConversation:w,resume:A,settingSources:U,skills:se,disallowedTools:Le=[],tools:Ye,mcpServers:Lt,strictMcpConfig:yt,canUseTool:Qn,includePartialMessages:Go,plugins:Rr,sandbox:Ns}=this.options,{allowedTools:cn=[]}=this.options;if(se!==void 0){let je=se==="all"?["Skill"]:se.map((Sr)=>`Skill(${Sr})`),Ft=new Set(cn);cn=[...cn,...je.filter((Sr)=>!Ft.has(Sr))]}let V=["--output-format","stream-json","--verbose","--input-format","stream-json"];if(u){switch(u.type){case"enabled":if(u.budgetTokens===void 0)V.push("--thinking","adaptive");else V.push("--max-thinking-tokens",u.budgetTokens.toString());break;case"disabled":V.push("--thinking","disabled");break;case"adaptive":V.push("--thinking","adaptive");break}if(u.type!=="disabled"&&u.display)V.push("--thinking-display",u.display)}if(this.options.effort)V.push("--effort",this.options.effort);if(d)V.push("--max-turns",d.toString());if(p!==void 0)V.push("--max-budget-usd",p.toString());if(f)V.push("--task-budget",f.total.toString());if(m)V.push("--model",m);if(t)V.push("--agent",t);if(r&&r.length>0)V.push("--betas",r.join(","));if(h)V.push("--json-schema",pe(h));if(this.options.debugFile)V.push("--debug-file",this.options.debugFile);else if(this.options.debug)V.push("--debug");if(!this.options.debugFile&&!this.options.spawnClaudeCodeProcess){let je=cE();if(je)V.push("--debug-file",je)}if(Qn){if(x)throw Error("canUseTool callback cannot be used with permissionPromptToolName. Please use one or the other.");V.push("--permission-prompt-tool","stdio")}else if(x)V.push("--permission-prompt-tool",x);if(w)V.push("--continue");if(A)V.push("--resume",A);if(this.options.assistant)V.push("--assistant");if(this.options.channels&&this.options.channels.length>0)V.push("--channels",...this.options.channels);if(cn.length>0)V.push("--allowedTools",cn.join(","));if(Le.length>0)V.push("--disallowedTools",Le.join(","));if(Ye!==void 0)if(Array.isArray(Ye))if(Ye.length===0)V.push("--tools","");else V.push("--tools",Ye.join(","));else V.push("--tools","default");if(Lt&&Object.keys(Lt).length>0)V.push("--mcp-config",pe({mcpServers:Lt}));if(U!==void 0)V.push(`--setting-sources=${U.join(",")}`);if(yt)V.push("--strict-mcp-config");if(y)V.push("--permission-mode",y);if(v)V.push("--allow-dangerously-skip-permissions");if(g){if(m&&g===m)throw Error("Fallback model cannot be the same as the main model. Please specify a different model for fallbackModel option.");V.push("--fallback-model",g)}if(this.options.includeHookEvents)V.push("--include-hook-events");if(Go)V.push("--include-partial-messages");if(this.options.sessionMirror)V.push("--session-mirror");for(let je of e)V.push("--add-dir",je);if(Rr&&Rr.length>0)for(let je of Rr)if(je.type==="local")V.push(je.skipMcpDiscovery?"--plugin-dir-no-mcp":"--plugin-dir",je.path);else throw Error(`Unsupported plugin type: ${je.type}`);if(this.options.forkSession)V.push("--fork-session");if(this.options.resumeSessionAt)V.push("--resume-session-at",this.options.resumeSessionAt);if(this.options.sessionId)V.push("--session-id",this.options.sessionId);if(this.options.persistSession===!1)V.push("--no-session-persistence");if(this.options.managedSettings)V.push("--managed-settings",this.options.managedSettings);let fu={...s??{}};if(this.options.settings)fu.settings=this.options.settings;let mu=DT(fu,Ns);for(let[je,Ft]of Object.entries(mu))if(Ft===null)V.push(`--${je}`);else V.push(`--${je}`,Ft);if(!c.CLAUDE_CODE_ENTRYPOINT)c.CLAUDE_CODE_ENTRYPOINT="sdk-ts";if(delete c.NODE_OPTIONS,Ee(c.DEBUG_CLAUDE_AGENT_SDK))c.DEBUG="1";else delete c.DEBUG;let js=uB(a),Us=js?a:n,zs=js?[...i,...V]:[...i,a,...V],gu={command:Us,args:zs,cwd:o,env:c,signal:this.forwardedAbort.signal};if(this.options.spawnClaudeCodeProcess)vt(`Spawning Claude Code (custom): ${Us} ${zs.join(" ")}`),this.process=this.options.spawnClaudeCodeProcess(gu);else vt(`Spawning Claude Code: ${Us} ${zs.join(" ")}`),this.process=this.spawnLocalProcess(gu);if(this.processStdin=this.process.stdin,this.processStdout=this.process.stdout,lB(this.process),this.abortHandler=()=>this.close(),this.abortController.signal.addEventListener("abort",this.abortHandler),this.abortController.signal.aborted)this.close();this.process.on("error",(je)=>{if(this.ready=!1,this.abortController.signal.aborted)this.exitError=new ot("Claude Code process aborted by user");else if(Qk(je)){let Ft=dB(a,js);this.exitError=ReferenceError(Ft),vt(this.exitError.message)}else this.exitError=Error(`Failed to spawn Claude Code process: ${je.message}`),vt(this.exitError.message)}),this.process.on("exit",(je,Ft)=>{if(this.ready=!1,this.abortController.signal.aborted)this.exitError=new ot("Claude Code process aborted by user");else{let Sr=this.getProcessExitError(je,Ft);if(Sr)this.exitError=Sr,vt(Sr.message)}}),this.ready=!this.abortController.signal.aborted}catch(e){throw this.ready=!1,e}}getProcessExitError(e,t){if(e!==0&&e!==null)return Error(`Claude Code process exited with code ${e}`);else if(t)return Error(`Claude Code process terminated by signal ${t}`);return}write(e){if(this.abortController.signal.aborted)throw new ot("Operation aborted");if(this.spawnResolve){this.pendingWrites.push(e);return}if(!this.ready||!this.processStdin)throw Error("ProcessTransport is not ready for writing");if(this.processStdin.writableEnded){vt("[ProcessTransport] Dropping write to ended stdin stream");return}if(this.process?.killed||this.process?.exitCode!==null)throw Error("Cannot write to terminated process");if(this.exitError)throw Error(`Cannot write to process that exited with error: ${this.exitError.message}`);vt(`[ProcessTransport] Writing to stdin: ${e.substring(0,100)}`);try{if(!this.processStdin.write(e))vt("[ProcessTransport] Write buffer full, data queued")}catch(t){throw this.ready=!1,Error(`Failed to write to process stdin: ${yi(t)}`)}}[Symbol.dispose](){this.close()}close(){if(this.spawnAbort(this.abortController.signal.aborted?new ot("Claude Code process aborted by user"):Error("Query closed before spawn")),this.processStdin)this.processStdin.end(),this.processStdin=void 0;if(this.abortHandler)this.abortController.signal.removeEventListener("abort",this.abortHandler),this.abortHandler=void 0;for(let{handler:r}of this.exitListeners)this.process?.off("exit",r);this.exitListeners=[];let e=()=>{if(this.abortController.signal.aborted)this.forwardedAbort.abort(this.abortController.signal.reason)},t=this.process;if(t&&!t.killed&&t.exitCode===null)setTimeout((r,o)=>{if(r.exitCode!==null){o();return}if(process.platform==="win32"){setTimeout((n,i)=>{if(n.exitCode===null)n.kill("SIGKILL");i()},5000,r,o).unref();return}r.kill("SIGTERM"),setTimeout((n)=>{if(n.exitCode===null)n.kill("SIGKILL")},5000,r).unref(),o()},aB,t,e).unref(),t.once("exit",()=>bd.delete(t));else if(t)bd.delete(t),e();this.ready=!1}isReady(){return this.ready}async*readMessages(){if(this.spawnPromise)await this.spawnPromise,this.spawnPromise=void 0;if(!this.processStdout)throw Error("ProcessTransport output stream not available");if(this.exitError)throw this.exitError;let e=sB({input:this.processStdout}),t=this.process?(()=>{let r=this.process,o=()=>e.close();return r.on("error",o),()=>r.off("error",o)})():void 0;if(this.exitError)e.close();try{for await(let r of e)if(r.trim()){let o;try{o=Ze(r)}catch(n){vt(`Non-JSON stdout: ${r}`);continue}yield o}if(this.exitError)throw this.exitError;await this.waitForExit()}catch(r){throw r}finally{t?.(),e.close()}}endInput(){if(this.spawnResolve){this.pendingEndInput=!0;return}if(this.processStdin)this.processStdin.end()}getInputStream(){return this.processStdin}onExit(e){if(!this.process)return()=>{};let t=(r,o)=>{let n=this.getProcessExitError(r,o);e(n)};return this.process.on("exit",t),this.exitListeners.push({callback:e,handler:t}),()=>{if(this.process)this.process.off("exit",t);let r=this.exitListeners.findIndex((o)=>o.handler===t);if(r!==-1)this.exitListeners.splice(r,1)}}async waitForExit(){if(!this.process){if(this.exitError)throw this.exitError;return}if(this.process.exitCode!==null||this.process.killed||this.exitError){if(this.exitError)throw this.exitError;return}return new Promise((e,t)=>{let r=(n,i)=>{if(this.abortController.signal.aborted){t(new ot("Operation aborted"));return}let s=this.getProcessExitError(n,i);if(s)t(s);else e()};this.process.once("exit",r);let o=(n)=>{this.process.off("exit",r),t(n)};this.process.once("error",o),this.process.once("exit",()=>{this.process.off("error",o)})})}}function uB(e){return![".js",".mjs",".tsx",".ts",".jsx"].some((r)=>e.endsWith(r))}function dB(e,t){if(iB(e))return t?`Claude Code native binary at ${e} exists but failed to launch.`:`Claude Code executable at ${e} exists but failed to launch.`;return t?`Claude Code native binary not found at ${e}. Please ensure Claude Code is installed via native installer or specify a valid path with options.pathToClaudeCodeExecutable.`:`Claude Code executable not found at ${e}. Is options.pathToClaudeCodeExecutable set?`}import{existsSync as pB}from"fs";var Pi="@anthropic-ai/claude-agent-sdk";function fB(){if(process.platform!=="linux")return!1;let e=typeof process.report?.getReport==="function"?process.report.getReport():null;return e!=null&&e.header?.glibcVersionRuntime===void 0}function jT(e,t=process.platform,r=process.arch,o=pB,n=fB()){let s=t==="win32"?".exe":"",c=(t==="android"?[`${Pi}-linux-${r}-android`]:t==="linux"?n?[`${Pi}-linux-${r}-musl`,`${Pi}-linux-${r}`]:[`${Pi}-linux-${r}`,`${Pi}-linux-${r}-musl`]:[`${Pi}-${t}-${r}`]).map((u)=>`${u}/claude${s}`);for(let u of c)try{let d=e(u);if(o(d))return d}catch{}return null}class qa{returned;queue=[];readResolve;readReject;isDone=!1;hasError;started=!1;constructor(e){this.returned=e}[Symbol.asyncIterator](){if(this.started)throw Error("Stream can only be iterated once");return this.started=!0,this}next(){if(this.queue.length>0)return Promise.resolve({done:!1,value:this.queue.shift()});if(this.isDone)return Promise.resolve({done:!0,value:void 0});if(this.hasError)return Promise.reject(this.hasError);return new Promise((e,t)=>{this.readResolve=e,this.readReject=t})}enqueue(e){if(this.readResolve){let t=this.readResolve;this.readResolve=void 0,this.readReject=void 0,t({done:!1,value:e})}else this.queue.push(e)}done(){if(this.isDone=!0,this.readResolve){let e=this.readResolve;this.readResolve=void 0,this.readReject=void 0,e({done:!0,value:void 0})}}error(e){if(this.hasError=e,this.readReject){let t=this.readReject;this.readResolve=void 0,this.readReject=void 0,t(e)}}return(){if(this.isDone=!0,this.returned)this.returned();return Promise.resolve({done:!0,value:void 0})}}function mB(){return{eventQueue:[],sink:null}}var gB=mB();function Ii(e,t){let r=gB;if(r.sink===null){r.eventQueue.push({eventName:e,metadata:t,async:!1});return}r.sink.logEvent(e,t)}function hB(e){return e}function Ri(e){return hB(e)}function Ch(e,t){Ii("tengu_feature_ok",{feature_name:Ri(e),...t})}function Mh(e,t,r){Ii("tengu_feature_bad",{...r,feature_name:Ri(e),error_code:t})}function UT(e,t,r){Ii("tengu_feature_sad",{...r,feature_name:Ri(e),error_code:t})}async function sr(e,t,r){try{let o=await t();return Ch(e),o}catch(o){throw Mh(e,r?.(o)??"error"),o}}class Dh{sendMcpMessage;isClosed=!1;constructor(e){this.sendMcpMessage=e}onclose;onerror;onmessage;async start(){}async send(e){if(this.isClosed)throw Error("Transport is closed");this.sendMcpMessage(e)}async close(){if(this.isClosed)return;this.isClosed=!0,this.onclose?.()}}var zT=Symbol("suppressControlResponse");class Nh{transport;isSingleUserTurn;canUseTool;hooks;abortController;jsonSchema;initConfig;onElicitation;getOAuthToken;getHostAuthToken;onUserDialog;pendingControlResponses=new Map;cleanupPerformed=!1;sdkMessages;inputStream=new qa;initialization;cancelControllers=new Map;hookCallbacks=new Map;nextCallbackId=0;sdkMcpTransports=new Map;sdkMcpServerInstances=new Map;pendingMcpResponses=new Map;firstResultReceivedResolve;firstResultReceived=!1;lastErrorResultText;transcriptMirrorBatcher;cleanupCallbacks=[];cleanupPromise;setIsSingleUserTurn(e){this.isSingleUserTurn=e}setTranscriptMirrorBatcher(e){this.transcriptMirrorBatcher=e}reportMirrorError(e,t){let r={type:"system",subtype:"mirror_error",error:t,key:e,uuid:Ba(),session_id:e.sessionId};this.inputStream.enqueue(r)}addCleanupCallback(e){if(this.cleanupPerformed)e();else this.cleanupCallbacks.push(e)}isClosed(){return this.cleanupPerformed}hasBidirectionalNeeds(){return this.sdkMcpTransports.size>0||this.hooks!==void 0&&Object.keys(this.hooks).length>0||this.canUseTool!==void 0||this.onElicitation!==void 0||this.onUserDialog!==void 0||this.getOAuthToken!==void 0||this.getHostAuthToken!==void 0}constructor(e,t,r,o,n,i=new Map,s,a,c,u,d,p){this.transport=e;this.isSingleUserTurn=t;this.canUseTool=r;this.hooks=o;this.abortController=n;this.jsonSchema=s;this.initConfig=a;this.onElicitation=c;this.getOAuthToken=u;this.getHostAuthToken=d;this.onUserDialog=p;for(let[f,m]of i)this.connectSdkMcpServer(f,m);this.sdkMessages=this.readSdkMessages(),this.readMessages(),this.initialization=this.initialize(),this.initialization.catch(()=>{})}setError(e){this.inputStream.error(e)}async stopTask(e){await this.request({subtype:"stop_task",task_id:e})}async backgroundTasks(e){return(await this.request({subtype:"background_tasks",tool_use_id:e})).response.backgrounded??!0}close(){this.cleanup()}cleanup(e){if(this.cleanupPromise)return this.cleanupPromise;return this.cleanupPerformed=!0,this.cleanupPromise=this.performCleanup(e),this.cleanupPromise}async performCleanup(e){for(let t of this.cleanupCallbacks)try{t()}catch{}if(this.cleanupCallbacks=[],this.transcriptMirrorBatcher)try{await this.transcriptMirrorBatcher.flush()}catch{}try{for(let r of this.cancelControllers.values())r.abort();this.cancelControllers.clear(),this.transport.close();let t=e??Error("Query closed before response received");for(let{reject:r}of this.pendingControlResponses.values())r(t);this.pendingControlResponses.clear();for(let{reject:r}of this.pendingMcpResponses.values())r(t);this.pendingMcpResponses.clear(),this.hookCallbacks.clear();for(let r of this.sdkMcpTransports.values())r.close().catch(()=>{});if(this.sdkMcpTransports.clear(),e)this.inputStream.error(e);else this.inputStream.done()}catch(t){}}next(...[e]){return this.sdkMessages.next(...[e])}async return(e){return await this.cleanup(),this.sdkMessages.return(e)}async throw(e){return await this.cleanup(),this.sdkMessages.throw(e)}[Symbol.asyncIterator](){return this.sdkMessages}async[Symbol.asyncDispose](){await this.cleanup()}async readMessages(){try{for await(let e of this.transport.readMessages()){if(e.type==="control_response"){let t=this.pendingControlResponses.get(e.response.request_id);if(t)t.handler(e.response);continue}else if(e.type==="control_request"){this.handleControlRequest(e);continue}else if(e.type==="control_cancel_request"){this.handleControlCancelRequest(e);continue}else if(e.type==="keep_alive")continue;else if(e.type==="transcript_mirror"){this.transcriptMirrorBatcher?.enqueue(e.filePath,e.entries);continue}if(e.type==="system"&&(e.subtype==="post_turn_summary"||e.subtype==="task_summary")){this.inputStream.enqueue(e);continue}if(e.type==="result"){if(this.transcriptMirrorBatcher)await this.transcriptMirrorBatcher.flush();if(this.lastErrorResultText=e.is_error?e.subtype==="success"?e.result:e.errors.join("; "):void 0,this.firstResultReceived=!0,this.firstResultReceivedResolve)this.firstResultReceivedResolve();if(this.isSingleUserTurn)ee("[Query.readMessages] First result received for single-turn query, closing stdin"),this.transport.endInput()}else if(!(e.type==="system"&&e.subtype==="session_state_changed"))this.lastErrorResultText=void 0;this.inputStream.enqueue(e)}if(this.transcriptMirrorBatcher)await this.transcriptMirrorBatcher.flush();if(this.firstResultReceivedResolve)this.firstResultReceivedResolve();this.inputStream.done(),this.cleanup()}catch(e){if(this.transcriptMirrorBatcher)await this.transcriptMirrorBatcher.flush();if(this.firstResultReceivedResolve)this.firstResultReceivedResolve();if(this.lastErrorResultText!==void 0&&!(e instanceof ot)){let t=Error(`Claude Code returned an error result: ${this.lastErrorResultText}`);ee(`[Query.readMessages] Replacing exit error with result text. Original: ${yi(e)}`),this.inputStream.error(t),this.cleanup(t);return}this.inputStream.error(e),this.cleanup(e)}}async handleControlRequest(e){if(this.cancelControllers.has(e.request_id)){ee(`[Query.handleControlRequest] Duplicate delivery of in-flight request ${e.request_id} (${e.request.subtype}) — skipping`);return}let t=new AbortController;this.cancelControllers.set(e.request_id,t);try{let r=await this.processControlRequest(e,t.signal);if(this.cleanupPerformed)return;if(r===zT)return;let o={type:"control_response",response:{subtype:"success",request_id:e.request_id,response:r}};await Promise.resolve(this.transport.write(pe(o)+`
|
|
60
|
+
`;if(IT()){yT(o);return}oB().write(o)}function OT(){return RT()??Rh??process.env.CLAUDE_CODE_DEBUG_LOGS_DIR??Ah(qt(),"debug",`${Sh()}.txt`)}var CT=Ce(async()=>{try{let e=OT(),t=PT(e),r=Ah(t,"latest");await Th(r).catch(()=>{}),await J2(e,r)}catch{}});var Ome=(()=>{let e=process.env.CLAUDE_CODE_SLOW_OPERATION_THRESHOLD_MS;if(e!==void 0){let t=Number(e);if(!Number.isNaN(t)&&t>=0)return t}return 1/0})();var iB={[Symbol.dispose](){}};function sB(){return iB}var Pe=sB;function pe(e,t,r){let n=[];try{const o=_e(n,Pe`JSON.stringify(${e})`,0);return JSON.stringify(e,t,r)}catch(i){var s=i,a=1}finally{ve(n,s,a)}}var Ze=(e,t)=>{let o=[];try{const r=_e(o,Pe`JSON.parse(${e})`,0);return typeof t>"u"?JSON.parse(e):JSON.parse(e,t)}catch(n){var i=n,s=1}finally{ve(o,i,s)}};function MT(e){return JSON.parse(e)}function xn(e,t){let o=[];try{const r=_e(o,Pe`structuredClone(${e})`,0);return structuredClone(e,t)}catch(n){var i=n,s=1}finally{ve(o,i,s)}}function aB(e){let t=e.trim();return t.startsWith("{")&&t.endsWith("}")}function DT(e,t){let r={...e};if(t){let o=t.enabled===!0&&t.failIfUnavailable===void 0?{...t,failIfUnavailable:!0}:t,n=r.settings;if(n&&!aB(n))throw Error("Cannot use both a settings file path and the sandbox option. Include the sandbox configuration in your settings file instead.");let i={sandbox:o};if(n)try{i={...Ze(n),sandbox:o}}catch{}r.settings=pe(i)}return r}var dB=2000,bd=new Set,NT=!1;function pB(){for(let e of bd)if(!e.killed)if(process.platform==="win32")try{e.stdin.end()}catch{}else e.kill("SIGTERM")}function fB(e){if(bd.add(e),!NT)NT=!0,process.on("exit",pB)}class Oh{options;process;processStdin;processStdout;ready=!1;abortController;exitError;exitListeners=[];abortHandler;forwardedAbort=Hs();pendingWrites=[];pendingEndInput=!1;spawnResolve;spawnReject;spawnPromise;constructor(e){this.options=e;if(this.abortController=e.abortController||Hs(),e.deferSpawn)this.spawnPromise=new Promise((t,r)=>{this.spawnResolve=t,this.spawnReject=r}),this.spawnPromise.catch(()=>{});else this.initialize()}spawn(){try{this.initialize()}catch(t){throw this.spawnAbort(kr(t)),t}let e=this.pendingWrites;if(this.pendingWrites=[],this.spawnResolve)this.spawnResolve(),this.spawnResolve=void 0,this.spawnReject=void 0;for(let t of e)this.write(t);if(this.pendingEndInput)this.pendingEndInput=!1,this.processStdin?.end()}spawnAbort(e){if(this.spawnReject)this.spawnReject(e),this.spawnReject=void 0,this.spawnResolve=void 0,this.pendingWrites=[]}updateEnv(e){if(this.options.env)Object.assign(this.options.env,e);else this.options.env={...e}}updateResume(e){this.options.resume=e}getDefaultExecutable(){return bu()?"bun":"node"}spawnLocalProcess(e){let{command:t,args:r,cwd:o,env:n,signal:i}=e,s=Ee(n.DEBUG_CLAUDE_AGENT_SDK)||this.options.stderr?"pipe":"ignore",a=cB(t,r,{cwd:o,stdio:["pipe","pipe",s],signal:i,env:n,windowsHide:!0});if(Ee(n.DEBUG_CLAUDE_AGENT_SDK)||this.options.stderr)a.stderr.on("data",(u)=>{let d=u.toString();if(vt(d),this.options.stderr)this.options.stderr(d)});return{stdin:a.stdin,stdout:a.stdout,get killed(){return a.killed},get exitCode(){return a.exitCode},kill:a.kill.bind(a),on:a.on.bind(a),once:a.once.bind(a),off:a.off.bind(a)}}initialize(){try{let{additionalDirectories:e=[],agent:t,betas:r,cwd:o,executable:n=this.getDefaultExecutable(),executableArgs:i=[],extraArgs:s={},pathToClaudeCodeExecutable:a,env:c={...process.env},thinkingConfig:u,maxTurns:d,maxBudgetUsd:p,taskBudget:f,model:m,fallbackModel:g,jsonSchema:h,permissionMode:y,allowDangerouslySkipPermissions:v,permissionPromptToolName:x,continueConversation:w,resume:O,settingSources:U,skills:se,disallowedTools:Le=[],tools:Ye,mcpServers:Lt,strictMcpConfig:yt,canUseTool:Qn,includePartialMessages:Go,plugins:Rr,sandbox:Ns}=this.options,{allowedTools:cn=[]}=this.options;if(se!==void 0){let je=se==="all"?["Skill"]:se.map((Sr)=>`Skill(${Sr})`),Ft=new Set(cn);cn=[...cn,...je.filter((Sr)=>!Ft.has(Sr))]}let V=["--output-format","stream-json","--verbose","--input-format","stream-json"];if(u){switch(u.type){case"enabled":if(u.budgetTokens===void 0)V.push("--thinking","adaptive");else V.push("--max-thinking-tokens",u.budgetTokens.toString());break;case"disabled":V.push("--thinking","disabled");break;case"adaptive":V.push("--thinking","adaptive");break}if(u.type!=="disabled"&&u.display)V.push("--thinking-display",u.display)}if(this.options.effort)V.push("--effort",this.options.effort);if(d)V.push("--max-turns",d.toString());if(p!==void 0)V.push("--max-budget-usd",p.toString());if(f)V.push("--task-budget",f.total.toString());if(m)V.push("--model",m);if(t)V.push("--agent",t);if(r&&r.length>0)V.push("--betas",r.join(","));if(h)V.push("--json-schema",pe(h));if(this.options.debugFile)V.push("--debug-file",this.options.debugFile);else if(this.options.debug)V.push("--debug");if(!this.options.debugFile&&!this.options.spawnClaudeCodeProcess){let je=cE();if(je)V.push("--debug-file",je)}if(Qn){if(x)throw Error("canUseTool callback cannot be used with permissionPromptToolName. Please use one or the other.");V.push("--permission-prompt-tool","stdio")}else if(x)V.push("--permission-prompt-tool",x);if(w)V.push("--continue");if(O)V.push("--resume",O);if(this.options.assistant)V.push("--assistant");if(this.options.channels&&this.options.channels.length>0)V.push("--channels",...this.options.channels);if(cn.length>0)V.push("--allowedTools",cn.join(","));if(Le.length>0)V.push("--disallowedTools",Le.join(","));if(Ye!==void 0)if(Array.isArray(Ye))if(Ye.length===0)V.push("--tools","");else V.push("--tools",Ye.join(","));else V.push("--tools","default");if(Lt&&Object.keys(Lt).length>0)V.push("--mcp-config",pe({mcpServers:Lt}));if(U!==void 0)V.push(`--setting-sources=${U.join(",")}`);if(yt)V.push("--strict-mcp-config");if(y)V.push("--permission-mode",y);if(v)V.push("--allow-dangerously-skip-permissions");if(g){if(m&&g===m)throw Error("Fallback model cannot be the same as the main model. Please specify a different model for fallbackModel option.");V.push("--fallback-model",g)}if(this.options.includeHookEvents)V.push("--include-hook-events");if(Go)V.push("--include-partial-messages");if(this.options.sessionMirror)V.push("--session-mirror");for(let je of e)V.push("--add-dir",je);if(Rr&&Rr.length>0)for(let je of Rr)if(je.type==="local")V.push(je.skipMcpDiscovery?"--plugin-dir-no-mcp":"--plugin-dir",je.path);else throw Error(`Unsupported plugin type: ${je.type}`);if(this.options.forkSession)V.push("--fork-session");if(this.options.resumeSessionAt)V.push("--resume-session-at",this.options.resumeSessionAt);if(this.options.sessionId)V.push("--session-id",this.options.sessionId);if(this.options.persistSession===!1)V.push("--no-session-persistence");if(this.options.managedSettings)V.push("--managed-settings",this.options.managedSettings);let fu={...s??{}};if(this.options.settings)fu.settings=this.options.settings;let mu=DT(fu,Ns);for(let[je,Ft]of Object.entries(mu))if(Ft===null)V.push(`--${je}`);else V.push(`--${je}`,Ft);if(!c.CLAUDE_CODE_ENTRYPOINT)c.CLAUDE_CODE_ENTRYPOINT="sdk-ts";if(delete c.NODE_OPTIONS,Ee(c.DEBUG_CLAUDE_AGENT_SDK))c.DEBUG="1";else delete c.DEBUG;let js=mB(a),Us=js?a:n,zs=js?[...i,...V]:[...i,a,...V],gu={command:Us,args:zs,cwd:o,env:c,signal:this.forwardedAbort.signal};if(this.options.spawnClaudeCodeProcess)vt(`Spawning Claude Code (custom): ${Us} ${zs.join(" ")}`),this.process=this.options.spawnClaudeCodeProcess(gu);else vt(`Spawning Claude Code: ${Us} ${zs.join(" ")}`),this.process=this.spawnLocalProcess(gu);if(this.processStdin=this.process.stdin,this.processStdout=this.process.stdout,fB(this.process),this.abortHandler=()=>this.close(),this.abortController.signal.addEventListener("abort",this.abortHandler),this.abortController.signal.aborted)this.close();this.process.on("error",(je)=>{if(this.ready=!1,this.abortController.signal.aborted)this.exitError=new ot("Claude Code process aborted by user");else if(Qk(je)){let Ft=gB(a,js);this.exitError=ReferenceError(Ft),vt(this.exitError.message)}else this.exitError=Error(`Failed to spawn Claude Code process: ${je.message}`),vt(this.exitError.message)}),this.process.on("exit",(je,Ft)=>{if(this.ready=!1,this.abortController.signal.aborted)this.exitError=new ot("Claude Code process aborted by user");else{let Sr=this.getProcessExitError(je,Ft);if(Sr)this.exitError=Sr,vt(Sr.message)}}),this.ready=!this.abortController.signal.aborted}catch(e){throw this.ready=!1,e}}getProcessExitError(e,t){if(e!==0&&e!==null)return Error(`Claude Code process exited with code ${e}`);else if(t)return Error(`Claude Code process terminated by signal ${t}`);return}write(e){if(this.abortController.signal.aborted)throw new ot("Operation aborted");if(this.spawnResolve){this.pendingWrites.push(e);return}if(!this.ready||!this.processStdin)throw Error("ProcessTransport is not ready for writing");if(this.processStdin.writableEnded){vt("[ProcessTransport] Dropping write to ended stdin stream");return}if(this.process?.killed||this.process?.exitCode!==null)throw Error("Cannot write to terminated process");if(this.exitError)throw Error(`Cannot write to process that exited with error: ${this.exitError.message}`);vt(`[ProcessTransport] Writing to stdin: ${e.substring(0,100)}`);try{if(!this.processStdin.write(e))vt("[ProcessTransport] Write buffer full, data queued")}catch(t){throw this.ready=!1,Error(`Failed to write to process stdin: ${yi(t)}`)}}[Symbol.dispose](){this.close()}close(){if(this.spawnAbort(this.abortController.signal.aborted?new ot("Claude Code process aborted by user"):Error("Query closed before spawn")),this.processStdin)this.processStdin.end(),this.processStdin=void 0;if(this.abortHandler)this.abortController.signal.removeEventListener("abort",this.abortHandler),this.abortHandler=void 0;for(let{handler:r}of this.exitListeners)this.process?.off("exit",r);this.exitListeners=[];let e=()=>{if(this.abortController.signal.aborted)this.forwardedAbort.abort(this.abortController.signal.reason)},t=this.process;if(t&&!t.killed&&t.exitCode===null)setTimeout((r,o)=>{if(r.exitCode!==null){o();return}if(process.platform==="win32"){setTimeout((n,i)=>{if(n.exitCode===null)n.kill("SIGKILL");i()},5000,r,o).unref();return}r.kill("SIGTERM"),setTimeout((n)=>{if(n.exitCode===null)n.kill("SIGKILL")},5000,r).unref(),o()},dB,t,e).unref(),t.once("exit",()=>bd.delete(t));else if(t)bd.delete(t),e();this.ready=!1}isReady(){return this.ready}async*readMessages(){if(this.spawnPromise)await this.spawnPromise,this.spawnPromise=void 0;if(!this.processStdout)throw Error("ProcessTransport output stream not available");if(this.exitError)throw this.exitError;let e=uB({input:this.processStdout}),t=this.process?(()=>{let r=this.process,o=()=>e.close();return r.on("error",o),()=>r.off("error",o)})():void 0;if(this.exitError)e.close();try{for await(let r of e)if(r.trim()){let o;try{o=Ze(r)}catch(n){vt(`Non-JSON stdout: ${r}`);continue}yield o}if(this.exitError)throw this.exitError;await this.waitForExit()}catch(r){throw r}finally{t?.(),e.close()}}endInput(){if(this.spawnResolve){this.pendingEndInput=!0;return}if(this.processStdin)this.processStdin.end()}getInputStream(){return this.processStdin}onExit(e){if(!this.process)return()=>{};let t=(r,o)=>{let n=this.getProcessExitError(r,o);e(n)};return this.process.on("exit",t),this.exitListeners.push({callback:e,handler:t}),()=>{if(this.process)this.process.off("exit",t);let r=this.exitListeners.findIndex((o)=>o.handler===t);if(r!==-1)this.exitListeners.splice(r,1)}}async waitForExit(){if(!this.process){if(this.exitError)throw this.exitError;return}if(this.process.exitCode!==null||this.process.killed||this.exitError){if(this.exitError)throw this.exitError;return}return new Promise((e,t)=>{let r=(n,i)=>{if(this.abortController.signal.aborted){t(new ot("Operation aborted"));return}let s=this.getProcessExitError(n,i);if(s)t(s);else e()};this.process.once("exit",r);let o=(n)=>{this.process.off("exit",r),t(n)};this.process.once("error",o),this.process.once("exit",()=>{this.process.off("error",o)})})}}function mB(e){return![".js",".mjs",".tsx",".ts",".jsx"].some((r)=>e.endsWith(r))}function gB(e,t){if(lB(e))return t?`Claude Code native binary at ${e} exists but failed to launch.`:`Claude Code executable at ${e} exists but failed to launch.`;return t?`Claude Code native binary not found at ${e}. Please ensure Claude Code is installed via native installer or specify a valid path with options.pathToClaudeCodeExecutable.`:`Claude Code executable not found at ${e}. Is options.pathToClaudeCodeExecutable set?`}import{existsSync as hB}from"fs";var Pi="@anthropic-ai/claude-agent-sdk";function yB(){if(process.platform!=="linux")return!1;let e=typeof process.report?.getReport==="function"?process.report.getReport():null;return e!=null&&e.header?.glibcVersionRuntime===void 0}function jT(e,t=process.platform,r=process.arch,o=hB,n=yB()){let s=t==="win32"?".exe":"",c=(t==="android"?[`${Pi}-linux-${r}-android`]:t==="linux"?n?[`${Pi}-linux-${r}-musl`,`${Pi}-linux-${r}`]:[`${Pi}-linux-${r}`,`${Pi}-linux-${r}-musl`]:[`${Pi}-${t}-${r}`]).map((u)=>`${u}/claude${s}`);for(let u of c)try{let d=e(u);if(o(d))return d}catch{}return null}class qa{returned;queue=[];readResolve;readReject;isDone=!1;hasError;started=!1;constructor(e){this.returned=e}[Symbol.asyncIterator](){if(this.started)throw Error("Stream can only be iterated once");return this.started=!0,this}next(){if(this.queue.length>0)return Promise.resolve({done:!1,value:this.queue.shift()});if(this.isDone)return Promise.resolve({done:!0,value:void 0});if(this.hasError)return Promise.reject(this.hasError);return new Promise((e,t)=>{this.readResolve=e,this.readReject=t})}enqueue(e){if(this.readResolve){let t=this.readResolve;this.readResolve=void 0,this.readReject=void 0,t({done:!1,value:e})}else this.queue.push(e)}done(){if(this.isDone=!0,this.readResolve){let e=this.readResolve;this.readResolve=void 0,this.readReject=void 0,e({done:!0,value:void 0})}}error(e){if(this.hasError=e,this.readReject){let t=this.readReject;this.readResolve=void 0,this.readReject=void 0,t(e)}}return(){if(this.isDone=!0,this.returned)this.returned();return Promise.resolve({done:!0,value:void 0})}}function bB(){return{eventQueue:[],sink:null}}var _B=bB();function Ii(e,t){let r=_B;if(r.sink===null){r.eventQueue.push({eventName:e,metadata:t,async:!1});return}r.sink.logEvent(e,t)}function vB(e){return e}function Ri(e){return vB(e)}function Ch(e,t){Ii("tengu_feature_ok",{feature_name:Ri(e),...t})}function Mh(e,t,r){Ii("tengu_feature_bad",{...r,feature_name:Ri(e),error_code:t})}function UT(e,t,r){Ii("tengu_feature_sad",{...r,feature_name:Ri(e),error_code:t})}async function sr(e,t,r){try{let o=await t();return Ch(e),o}catch(o){throw Mh(e,r?.(o)??"error"),o}}class Dh{sendMcpMessage;isClosed=!1;constructor(e){this.sendMcpMessage=e}onclose;onerror;onmessage;async start(){}async send(e){if(this.isClosed)throw Error("Transport is closed");this.sendMcpMessage(e)}async close(){if(this.isClosed)return;this.isClosed=!0,this.onclose?.()}}var zT=Symbol("suppressControlResponse");class Nh{transport;isSingleUserTurn;canUseTool;hooks;abortController;jsonSchema;initConfig;onElicitation;getOAuthToken;getHostAuthToken;onUserDialog;pendingControlResponses=new Map;cleanupPerformed=!1;sdkMessages;inputStream=new qa;initialization;cancelControllers=new Map;hookCallbacks=new Map;nextCallbackId=0;sdkMcpTransports=new Map;sdkMcpServerInstances=new Map;pendingMcpResponses=new Map;firstResultReceivedResolve;firstResultReceived=!1;lastErrorResultText;transcriptMirrorBatcher;cleanupCallbacks=[];cleanupPromise;setIsSingleUserTurn(e){this.isSingleUserTurn=e}setTranscriptMirrorBatcher(e){this.transcriptMirrorBatcher=e}reportMirrorError(e,t){let r={type:"system",subtype:"mirror_error",error:t,key:e,uuid:Ba(),session_id:e.sessionId};this.inputStream.enqueue(r)}addCleanupCallback(e){if(this.cleanupPerformed)e();else this.cleanupCallbacks.push(e)}isClosed(){return this.cleanupPerformed}hasBidirectionalNeeds(){return this.sdkMcpTransports.size>0||this.hooks!==void 0&&Object.keys(this.hooks).length>0||this.canUseTool!==void 0||this.onElicitation!==void 0||this.onUserDialog!==void 0||this.getOAuthToken!==void 0||this.getHostAuthToken!==void 0}constructor(e,t,r,o,n,i=new Map,s,a,c,u,d,p){this.transport=e;this.isSingleUserTurn=t;this.canUseTool=r;this.hooks=o;this.abortController=n;this.jsonSchema=s;this.initConfig=a;this.onElicitation=c;this.getOAuthToken=u;this.getHostAuthToken=d;this.onUserDialog=p;for(let[f,m]of i)this.connectSdkMcpServer(f,m);this.sdkMessages=this.readSdkMessages(),this.readMessages(),this.initialization=this.initialize(),this.initialization.catch(()=>{})}setError(e){this.inputStream.error(e)}async stopTask(e){await this.request({subtype:"stop_task",task_id:e})}async backgroundTasks(e){return(await this.request({subtype:"background_tasks",tool_use_id:e})).response.backgrounded??!0}close(){this.cleanup()}cleanup(e){if(this.cleanupPromise)return this.cleanupPromise;return this.cleanupPerformed=!0,this.cleanupPromise=this.performCleanup(e),this.cleanupPromise}async performCleanup(e){for(let t of this.cleanupCallbacks)try{t()}catch{}if(this.cleanupCallbacks=[],this.transcriptMirrorBatcher)try{await this.transcriptMirrorBatcher.flush()}catch{}try{for(let r of this.cancelControllers.values())r.abort();this.cancelControllers.clear(),this.transport.close();let t=e??Error("Query closed before response received");for(let{reject:r}of this.pendingControlResponses.values())r(t);this.pendingControlResponses.clear();for(let{reject:r}of this.pendingMcpResponses.values())r(t);this.pendingMcpResponses.clear(),this.hookCallbacks.clear();for(let r of this.sdkMcpTransports.values())r.close().catch(()=>{});if(this.sdkMcpTransports.clear(),e)this.inputStream.error(e);else this.inputStream.done()}catch(t){}}next(...[e]){return this.sdkMessages.next(...[e])}async return(e){return await this.cleanup(),this.sdkMessages.return(e)}async throw(e){return await this.cleanup(),this.sdkMessages.throw(e)}[Symbol.asyncIterator](){return this.sdkMessages}async[Symbol.asyncDispose](){await this.cleanup()}async readMessages(){try{for await(let e of this.transport.readMessages()){if(e.type==="control_response"){let t=this.pendingControlResponses.get(e.response.request_id);if(t)t.handler(e.response);continue}else if(e.type==="control_request"){this.handleControlRequest(e);continue}else if(e.type==="control_cancel_request"){this.handleControlCancelRequest(e);continue}else if(e.type==="keep_alive")continue;else if(e.type==="transcript_mirror"){this.transcriptMirrorBatcher?.enqueue(e.filePath,e.entries);continue}if(e.type==="system"&&(e.subtype==="post_turn_summary"||e.subtype==="task_summary")){this.inputStream.enqueue(e);continue}if(e.type==="result"){if(this.transcriptMirrorBatcher)await this.transcriptMirrorBatcher.flush();if(this.lastErrorResultText=e.is_error?e.subtype==="success"?e.result:e.errors.join("; "):void 0,this.firstResultReceived=!0,this.firstResultReceivedResolve)this.firstResultReceivedResolve();if(this.isSingleUserTurn)ee("[Query.readMessages] First result received for single-turn query, closing stdin"),this.transport.endInput()}else if(!(e.type==="system"&&e.subtype==="session_state_changed"))this.lastErrorResultText=void 0;this.inputStream.enqueue(e)}if(this.transcriptMirrorBatcher)await this.transcriptMirrorBatcher.flush();if(this.firstResultReceivedResolve)this.firstResultReceivedResolve();this.inputStream.done(),this.cleanup()}catch(e){if(this.transcriptMirrorBatcher)await this.transcriptMirrorBatcher.flush();if(this.firstResultReceivedResolve)this.firstResultReceivedResolve();if(this.lastErrorResultText!==void 0&&!(e instanceof ot)){let t=Error(`Claude Code returned an error result: ${this.lastErrorResultText}`);ee(`[Query.readMessages] Replacing exit error with result text. Original: ${yi(e)}`),this.inputStream.error(t),this.cleanup(t);return}this.inputStream.error(e),this.cleanup(e)}}async handleControlRequest(e){if(this.cancelControllers.has(e.request_id)){ee(`[Query.handleControlRequest] Duplicate delivery of in-flight request ${e.request_id} (${e.request.subtype}) — skipping`);return}let t=new AbortController;this.cancelControllers.set(e.request_id,t);try{let r=await this.processControlRequest(e,t.signal);if(this.cleanupPerformed)return;if(r===zT)return;let o={type:"control_response",response:{subtype:"success",request_id:e.request_id,response:r}};await Promise.resolve(this.transport.write(pe(o)+`
|
|
61
61
|
`))}catch(r){if(this.cleanupPerformed)return;let o={type:"control_response",response:{subtype:"error",request_id:e.request_id,error:yi(r)}};try{await Promise.resolve(this.transport.write(pe(o)+`
|
|
62
62
|
`))}catch(n){ee(`[Query.handleControlRequest] Error-response write failed: ${yi(n)}`,{level:"error"})}}finally{this.cancelControllers.delete(e.request_id)}}handleControlCancelRequest(e){let t=this.cancelControllers.get(e.request_id);if(t)t.abort(),this.cancelControllers.delete(e.request_id)}async processControlRequest(e,t){if(e.request.subtype==="can_use_tool"){if(!this.canUseTool)throw Error("canUseTool callback is not provided.");return{...await this.canUseTool(e.request.tool_name,e.request.input,{signal:t,suggestions:e.request.permission_suggestions,blockedPath:e.request.blocked_path,decisionReason:e.request.decision_reason,title:e.request.title,displayName:e.request.display_name,description:e.request.description,toolUseID:e.request.tool_use_id,agentID:e.request.agent_id}),toolUseID:e.request.tool_use_id}}else if(e.request.subtype==="hook_callback")return await this.handleHookCallbacks(e.request.callback_id,e.request.input,e.request.tool_use_id,t);else if(e.request.subtype==="mcp_message"){let r=e.request,o=this.sdkMcpTransports.get(r.server_name);if(!o)throw Error(`SDK MCP server not found: ${r.server_name}`);if("method"in r.message&&"id"in r.message&&r.message.id!==null)return{mcp_response:await this.handleMcpControlRequest(r.server_name,r,o)};else{if(o.onmessage)o.onmessage(r.message);return{mcp_response:{jsonrpc:"2.0",result:{},id:0}}}}else if(e.request.subtype==="elicitation"){let r=e.request;if(this.onElicitation)return await this.onElicitation({serverName:r.mcp_server_name,message:r.message,mode:r.mode,url:r.url,elicitationId:r.elicitation_id,requestedSchema:r.requested_schema,title:r.title,displayName:r.display_name,description:r.description},{signal:t});return{action:"decline"}}else if(e.request.subtype==="request_user_dialog"){if(this.onUserDialog)return await this.onUserDialog({dialogKind:e.request.dialog_kind,payload:e.request.payload,toolUseID:e.request.tool_use_id},{signal:t});return ee(`[Query] No onUserDialog handler for request_user_dialog (kind=${e.request.dialog_kind}) — staying silent so a capable client (or the worker's park deadline) settles it`),Ii("tengu_request_user_dialog_response_ignored",{shape:Ri("auto_cancel")}),zT}else if(e.request.subtype==="oauth_token_refresh"){if(!this.getOAuthToken)throw Error("getOAuthToken callback is not provided.");return{accessToken:await this.getOAuthToken({signal:t})??null}}else if(e.request.subtype==="host_auth_token_refresh"){if(!this.getHostAuthToken)throw Error("getHostAuthToken callback is not provided.");return{authToken:await this.getHostAuthToken({signal:t})??null}}throw Error("Unsupported control request subtype: "+e.request.subtype)}async*readSdkMessages(){try{for await(let e of this.inputStream)yield e}finally{await this.cleanup()}}async initialize(){let e;if(this.hooks){e={};for(let[n,i]of Object.entries(this.hooks))if(i.length>0)e[n]=i.map((s)=>{let a=[];for(let c of s.hooks){let u=`hook_${this.nextCallbackId++}`;this.hookCallbacks.set(u,c),a.push(u)}return{matcher:s.matcher,hookCallbackIds:a,timeout:s.timeout}})}let t=this.sdkMcpTransports.size>0?Array.from(this.sdkMcpTransports.keys()):void 0,r={subtype:"initialize",hooks:e,sdkMcpServers:t,jsonSchema:this.jsonSchema,systemPrompt:typeof this.initConfig?.systemPrompt==="string"?[this.initConfig.systemPrompt]:this.initConfig?.systemPrompt,appendSystemPrompt:this.initConfig?.appendSystemPrompt,planModeInstructions:this.initConfig?.planModeInstructions,appendSubagentSystemPrompt:this.initConfig?.appendSubagentSystemPrompt,toolAliases:this.initConfig?.toolAliases,excludeDynamicSections:this.initConfig?.excludeDynamicSections,agents:this.initConfig?.agents,title:this.initConfig?.title,skills:Array.isArray(this.initConfig?.skills)?this.initConfig.skills:void 0,webSearchIsolationExemptMcpServers:this.initConfig?.webSearchIsolationExemptMcpServers,promptSuggestions:this.initConfig?.promptSuggestions,agentProgressSummaries:this.initConfig?.agentProgressSummaries,forwardSubagentText:this.initConfig?.forwardSubagentText,supportedDialogKinds:this.initConfig?.supportedDialogKinds};return(await this.request(r)).response}async interrupt(){return sr("sdk_interrupt",async()=>{await this.request({subtype:"interrupt"})})}async setPermissionMode(e){await this.request({subtype:"set_permission_mode",mode:e})}async setModel(e){await this.request({subtype:"set_model",model:e})}async setMaxThinkingTokens(e){await this.request({subtype:"set_max_thinking_tokens",max_thinking_tokens:e})}async applyFlagSettings(e){return sr("sdk_apply_flag_settings",async()=>{await this.request({subtype:"apply_flag_settings",settings:e})})}async getSettings(){return(await this.request({subtype:"get_settings"})).response}async rewindFiles(e,t){return sr("sdk_rewind_files",async()=>(await this.request({subtype:"rewind_files",user_message_id:e,dry_run:t?.dryRun})).response)}async cancelAsyncMessage(e){return(await this.request({subtype:"cancel_async_message",message_uuid:e})).response.cancelled}async seedReadState(e,t){await this.request({subtype:"seed_read_state",path:e,mtime:t})}async enableRemoteControl(e,t){return(await this.request({subtype:"remote_control",enabled:e,...t!==void 0&&{name:t}})).response}async submitFeedback(e,t){return(await this.request({subtype:"submit_feedback",description:e,surface:t?.surface})).response}async generateSessionTitle(e,t){return sr("sdk_session_title_generate",async()=>(await this.request({subtype:"generate_session_title",description:e,persist:t?.persist})).response.title)}async askSideQuestion(e){return sr("sdk_side_question",async()=>{let r=(await this.request({subtype:"side_question",question:e})).response;return r.response===null?null:{response:r.response,synthetic:r.synthetic??!1}})}async launchUltrareview(e,t){return(await this.request({subtype:"ultrareview_launch",args:e,confirm:t?.confirm??!1})).response}async messageRated(e){await this.request({subtype:"message_rated",messageUuid:e.messageUuid,sentiment:e.sentiment,surface:e.surface,cleared:e.cleared??!1})}processPendingPermissionRequests(e){for(let t of e)if(t.request.subtype==="can_use_tool")this.handleControlRequest(t).catch(()=>{})}processPendingUserDialogRequests(e){for(let t of e)if(t.request.subtype==="request_user_dialog")this.handleControlRequest(t).catch(()=>{})}request(e){let t=Math.random().toString(36).substring(2,15),r={request_id:t,type:"control_request",request:e},o=e.subtype==="initialize";return new Promise((n,i)=>{this.pendingControlResponses.set(t,{handler:(s)=>{if(this.pendingControlResponses.delete(t),s.subtype==="success")n(s);else i(Error(s.error));if(!o&&(s.pending_permission_requests||s.pending_user_dialog_requests))ee(`[Query] Ignoring prompt-redelivery fields on non-initialize response (subtype=${e.subtype})`);else{if(s.pending_permission_requests)this.processPendingPermissionRequests(s.pending_permission_requests);if(s.pending_user_dialog_requests)this.processPendingUserDialogRequests(s.pending_user_dialog_requests)}},reject:i}),Promise.resolve(this.transport.write(pe(r)+`
|
|
63
63
|
`)).catch((s)=>{this.pendingControlResponses.delete(t),i(s)})})}initializationResult(){return this.initialization}async supportedCommands(){return(await this.initialization).commands}async supportedModels(){return(await this.initialization).models}async supportedAgents(){return(await this.initialization).agents}async reconnectMcpServer(e){await this.request({subtype:"mcp_reconnect",serverName:e})}async toggleMcpServer(e,t){return sr("sdk_mcp_toggle_server",async()=>{await this.request({subtype:"mcp_toggle",serverName:e,enabled:t})})}async enableChannel(e){return sr("sdk_mcp_enable_channel",async()=>{await this.request({subtype:"channel_enable",serverName:e})})}async mcpAuthenticate(e,t){return(await this.request({subtype:"mcp_authenticate",serverName:e,redirectUri:t})).response}async mcpClearAuth(e){return(await this.request({subtype:"mcp_clear_auth",serverName:e})).response}async mcpSubmitOAuthCallbackUrl(e,t){return(await this.request({subtype:"mcp_oauth_callback_url",serverName:e,callbackUrl:t})).response}async claudeAuthenticate(e){return(await this.request({subtype:"claude_authenticate",loginWithClaudeAi:e})).response}async claudeOAuthCallback(e,t){return(await this.request({subtype:"claude_oauth_callback",authorizationCode:e,state:t})).response}async claudeOAuthWaitForCompletion(){return(await this.request({subtype:"claude_oauth_wait_for_completion"})).response}async mcpServerStatus(){return(await this.request({subtype:"mcp_status"})).response.mcpServers}async getContextUsage(){return(await this.request({subtype:"get_context_usage"})).response}async usage_EXPERIMENTAL_MAY_CHANGE_DO_NOT_RELY_ON_THIS_API_YET(){return(await this.request({subtype:"get_usage"})).response}async readFile(e,t){try{return(await this.request({subtype:"read_file",path:e,max_bytes:t?.maxBytes,encoding:t?.encoding})).response}catch{return null}}async reloadPlugins(){return sr("sdk_reload_plugins",async()=>(await this.request({subtype:"reload_plugins"})).response)}async reloadSkills(){return sr("sdk_reload_skills",async()=>(await this.request({subtype:"reload_skills"})).response)}async setMcpServers(e){return sr("sdk_mcp_set_servers",async()=>{let t={},r={};for(let[a,c]of Object.entries(e))if(c.type==="sdk"&&"instance"in c)t[a]=c.instance;else r[a]=c;let o=new Set(this.sdkMcpServerInstances.keys()),n=new Set(Object.keys(t));for(let a of o)if(!n.has(a))await this.disconnectSdkMcpServer(a);for(let[a,c]of Object.entries(t))if(!o.has(a))this.connectSdkMcpServer(a,c);let i={};for(let a of Object.keys(t))i[a]={type:"sdk",name:a};return(await this.request({subtype:"mcp_set_servers",servers:{...r,...i}})).response})}async accountInfo(){return(await this.initialization).account}async streamInput(e){ee("[Query.streamInput] Starting to process input stream");try{let t=0;for await(let r of e){if(t++,ee(`[Query.streamInput] Processing message ${t}: ${r.type}`),this.abortController?.signal.aborted)break;await Promise.resolve(this.transport.write(pe(r)+`
|
|
64
64
|
`))}if(ee(`[Query.streamInput] Finished processing ${t} messages from input stream`),t>0&&this.hasBidirectionalNeeds())ee("[Query.streamInput] Has bidirectional needs, waiting for first result"),await this.waitForFirstResult();ee("[Query] Calling transport.endInput() to close stdin to CLI process"),this.transport.endInput()}catch(t){if(!(t instanceof ot))throw t}}waitForFirstResult(){if(this.firstResultReceived)return ee("[Query.waitForFirstResult] Result already received, returning immediately"),Promise.resolve();return new Promise((e)=>{if(this.abortController?.signal.aborted){e();return}this.abortController?.signal.addEventListener("abort",()=>e(),{once:!0}),this.firstResultReceivedResolve=e})}handleHookCallbacks(e,t,r,o){let n=this.hookCallbacks.get(e);if(!n)throw Error(`No hook callback found for ID: ${e}`);return n(t,r,{signal:o})}connectSdkMcpServer(e,t){let r=new Dh((o)=>this.sendMcpServerMessageToCli(e,o));this.sdkMcpTransports.set(e,r),this.sdkMcpServerInstances.set(e,t),t.connect(r).catch((o)=>{if(this.sdkMcpTransports.get(e)===r)this.sdkMcpTransports.delete(e);if(this.sdkMcpServerInstances.get(e)===t)this.sdkMcpServerInstances.delete(e);ee(`[Query.connectSdkMcpServer] Failed to connect MCP server '${e}': ${o}`,{level:"error"})})}async disconnectSdkMcpServer(e){let t=this.sdkMcpTransports.get(e);if(t)await t.close(),this.sdkMcpTransports.delete(e);this.sdkMcpServerInstances.delete(e)}sendMcpServerMessageToCli(e,t){if("id"in t&&t.id!==null&&t.id!==void 0){let o=`${e}:${t.id}`,n=this.pendingMcpResponses.get(o);if(n){n.resolve(t),this.pendingMcpResponses.delete(o);return}}let r={type:"control_request",request_id:Ba(),request:{subtype:"mcp_message",server_name:e,message:t}};Promise.resolve(this.transport.write(pe(r)+`
|
|
65
|
-
`)).catch((o)=>{ee(`[Query.sendMcpServerMessageToCli] Transport write failed: ${o}`,{level:"error"})})}handleMcpControlRequest(e,t,r){let o="id"in t.message?t.message.id:null,n=`${e}:${o}`;return new Promise((i,s)=>{let a=()=>{this.pendingMcpResponses.delete(n)},c=(d)=>{a(),i(d)},u=(d)=>{a(),s(d)};if(this.pendingMcpResponses.set(n,{resolve:c,reject:u}),r.onmessage)r.onmessage(t.message);else{a(),s(Error("No message handler registered"));return}})}}var _d=500,vd=1048576;var
|
|
66
|
-
`).filter((o)=>o.startsWith("worktree ")).map((o)=>
|
|
67
|
-
`))await jR(r,"drain");r.end(),await jR(r,"finish")}catch(o){throw r.destroy(),o}}function
|
|
68
|
-
`,t),n=o>=0?e.slice(t,o):e.slice(t);if(t=o>=0?o+1:e.length,!n.includes('"type":"user"')&&!n.includes('"type": "user"'))continue;if(n.includes('"tool_result"'))continue;if(n.includes('"isMeta":true')||n.includes('"isMeta": true'))continue;if(n.includes('"isCompactSummary":true')||n.includes('"isCompactSummary": true'))continue;try{let i=JSON.parse(n),s=qs(i,r);if(s!==void 0)return s}catch{continue}}return r.commandFallback}function LR(e){let t={commandFallback:""};for(let r of e){if(typeof r!=="object"||r===null)continue;let o=qs(r,t);if(o!==void 0)return o}return t.commandFallback}async function Ad(e){try{let t=await UR(e,"r");try{let r=await t.stat(),o=Buffer.allocUnsafe(ar),n=await t.read(o,0,ar,0);if(n.bytesRead===0)return null;let i=o.toString("utf8",0,n.bytesRead),s=Math.max(0,r.size-ar),a=i;if(s>0){let c=await t.read(o,0,ar,s);a=o.toString("utf8",0,c.bytesRead)}return{mtime:r.mtime.getTime(),size:r.size,head:i,tail:a}}finally{await t.close()}}catch{return null}}var Mi=200;function Kq(e){return Math.abs(Ay(e)).toString(36)}function So(e){let t=e.replace(/[^a-zA-Z0-9]/g,"-");if(t.length<=Mi)return t;return`${t.slice(0,Mi)}-${Kq(e)}`}function cr(){return Xa(qt(),"projects")}function Gq(e){return Xa(cr(),So(e))}async function wn(e){try{return Or(await Zq(e))}catch{return Or(e)}}async function St(e){let t=Gq(e),r=[];try{await Cy(t),r.push(t)}catch{}let o=So(e);if(o.length<=Mi)return r;let n=o.slice(0,Mi)+"-",i=cr();try{for(let s of await Cy(i,{withFileTypes:!0})){if(!s.isDirectory()||!s.name.startsWith(n))continue;let a=Xa(i,s.name);if(a!==t)r.push(a)}}catch{}return r}async function kn(e,t){let r=`${e}.jsonl`;async function o(s,a){let c=Xa(s,r);try{let u=await Vq(c);if(u.size>0)return{filePath:c,projectPath:a,fileSize:u.size}}catch{}return}if(t){let s=await wn(t);for(let c of await St(s)){let u=await o(c,s);if(u)return u}let a;try{a=await Br(s)}catch{a=[]}for(let c of a){if(c===s)continue;for(let u of await St(c)){let d=await o(u,c);if(d)return d}}return}let n=cr(),i;try{i=await Cy(n)}catch{return}for(let s of i){let a=await o(Xa(n,s),void 0);if(a)return a}return}var Jq=1048576,FR=5242880,Xq;function Yq(){return Xq??=Buffer.from('"compact_boundary"')}function BR(e){try{let t=JSON.parse(e);if(t.type!=="system"||t.subtype!=="compact_boundary")return null;return{hasPreservedSegment:Boolean(t.compactMetadata?.preservedSegment||t.compactMetadata?.preservedMessages)}}catch{return null}}function vo(e,t,r,o){let n=o-r;if(n<=0)return;if(e.len+n>e.buf.length){let i=Buffer.allocUnsafe(Math.min(Math.max(e.buf.length*2,e.len+n),e.cap));e.buf.copy(i,0,0,e.len),e.buf=i}t.copy(e.buf,e.len,r,o),e.len+=n}function Id(e,t,r,o){return o-r>=t.length&&e.compare(t,0,t.length,r,r+t.length)===0}var Rd=Buffer.from('{"type":"attribution-snapshot"'),Qq=Buffer.from('{"type":"system"'),Ya=10,e6=Buffer.from([Ya]),t6=256;function r6(e,t,r){if(e.straddleSnapCarryLen=0,e.straddleSnapTailEnd=0,e.carryLen===0)return 0;let o=e.carryBuf,n=t.indexOf(Ya);if(n===-1||n>=r)return 0;let i=n+1;if(Id(o,Rd,0,e.carryLen))e.straddleSnapCarryLen=e.carryLen,e.straddleSnapTailEnd=i,e.lastSnapSrc=null;else if(e.carryLen<Rd.length)return 0;else{if(Id(o,Qq,0,e.carryLen)){let s=BR(o.toString("utf-8",0,e.carryLen)+t.toString("utf-8",0,n));if(s?.hasPreservedSegment)e.hasPreservedSegment=!0;else if(s)e.out.len=0,e.boundaryStartOffset=e.bufFileOff,e.hasPreservedSegment=!1,e.lastSnapSrc=null}vo(e.out,o,0,e.carryLen),vo(e.out,t,0,i)}return e.bufFileOff+=e.carryLen+i,e.carryLen=0,i}function n6(e,t,r){let o=t.indexOf(r),n=0,i=0,s=-1,a=-1,c=t.indexOf(Ya);while(c!==-1){let u=c+1;if(o!==-1&&o<i)o=t.indexOf(r,i);if(Id(t,Rd,i,u))vo(e.out,t,n,i),s=i,a=u,n=u;else if(o>=i&&o<Math.min(i+t6,u)){let d=BR(t.toString("utf-8",i,c));if(d?.hasPreservedSegment)e.hasPreservedSegment=!0;else if(d)e.out.len=0,e.boundaryStartOffset=e.bufFileOff+i,e.hasPreservedSegment=!1,e.lastSnapSrc=null,s=-1,e.straddleSnapCarryLen=0,n=i;o=t.indexOf(r,o+r.length)}i=u,c=t.indexOf(Ya,i)}return vo(e.out,t,n,i),{lastSnapStart:s,lastSnapEnd:a,trailStart:i}}function o6(e,t,r,o,n){if(o!==-1){if(e.lastSnapLen=n-o,e.lastSnapBuf===void 0||e.lastSnapLen>e.lastSnapBuf.length)e.lastSnapBuf=Buffer.allocUnsafe(e.lastSnapLen);t.copy(e.lastSnapBuf,0,o,n),e.lastSnapSrc=e.lastSnapBuf}else if(e.straddleSnapCarryLen>0){if(e.lastSnapLen=e.straddleSnapCarryLen+e.straddleSnapTailEnd,e.lastSnapBuf===void 0||e.lastSnapLen>e.lastSnapBuf.length)e.lastSnapBuf=Buffer.allocUnsafe(e.lastSnapLen);e.carryBuf.copy(e.lastSnapBuf,0,0,e.straddleSnapCarryLen),r.copy(e.lastSnapBuf,e.straddleSnapCarryLen,0,e.straddleSnapTailEnd),e.lastSnapSrc=e.lastSnapBuf}}function i6(e,t,r){if(e.carryLen=t.length-r,e.carryLen>0){if(e.carryBuf===void 0||e.carryLen>e.carryBuf.length)e.carryBuf=Buffer.allocUnsafe(e.carryLen);t.copy(e.carryBuf,0,r,t.length)}}function s6(e){if(e.carryLen>0){let t=e.carryBuf;if(Id(t,Rd,0,e.carryLen))e.lastSnapSrc=t,e.lastSnapLen=e.carryLen;else vo(e.out,t,0,e.carryLen)}if(e.lastSnapSrc){if(e.out.len>0&&e.out.buf[e.out.len-1]!==Ya)vo(e.out,e6,0,1);vo(e.out,e.lastSnapSrc,0,e.lastSnapLen)}}async function HR(e,t){let r=Yq(),o=Jq,n={out:{buf:Buffer.allocUnsafe(Math.min(t,8388608)),len:0,cap:t+1},boundaryStartOffset:0,hasPreservedSegment:!1,lastSnapSrc:null,lastSnapLen:0,lastSnapBuf:void 0,bufFileOff:0,carryLen:0,carryBuf:void 0,straddleSnapCarryLen:0,straddleSnapTailEnd:0},i=Buffer.allocUnsafe(o),s=await UR(e,"r");try{let a=0;while(a<t){let{bytesRead:c}=await s.read(i,0,Math.min(o,t-a),a);if(c===0)break;a+=c;let u=r6(n,i,c),d;if(n.carryLen>0){let f=n.carryLen+(c-u);d=Buffer.allocUnsafe(f),n.carryBuf.copy(d,0,0,n.carryLen),i.copy(d,n.carryLen,u,c)}else d=i.subarray(u,c);let p=n6(n,d,r);o6(n,d,i,p.lastSnapStart,p.lastSnapEnd),i6(n,d,p.trailStart),n.bufFileOff+=p.trailStart}s6(n)}finally{await s.close()}return{boundaryStartOffset:n.boundaryStartOffset,postBoundaryBuf:n.out.buf.subarray(0,n.out.len),hasPreservedSegment:n.hasPreservedSegment}}async function c6(e,t){try{if(t>FR&&!Ee(process.env.CLAUDE_CODE_DISABLE_PRECOMPACT_SKIP))return(await HR(e,t)).postBoundaryBuf;return await a6(e)}catch{return null}}function l6(e){let s=[];try{const t=_e(s,Pe`parseTranscriptEntries(${e.length} bytes)`,0);let r=[];let o=10;let n=e.length;let i=0;while(i<n){let d=e.indexOf(o,i);if(d===-1)d=n;let p=i;while(p<d&&e[p]<=32)p++;if(i=d+1,p>=d)continue;let f=e.toString("utf-8",p,d);try{let m=MT(f),g=m.type;if((g==="user"||g==="assistant"||g==="progress"||g==="system"||g==="attachment")&&typeof m.uuid==="string")r.push(m)}catch{}}return r}catch(a){var c=a,u=1}finally{ve(s,c,u)}}function u6(e){let t=new Map;for(let f of e)t.set(f.uuid,f);for(let f of t.values()){if(f.type!=="system"||f.subtype!=="compact_boundary")continue;let m=f.compactMetadata?.preservedMessages,g=f.compactMetadata?.preservedSegment;if(m){if(m.uuids.length===0||m.uuids.some((x)=>!t.has(x)))continue;let h=m.anchorUuid;for(let x of m.uuids){let w=t.get(x);t.set(x,{...w,parentUuid:h}),h=x}let y=m.uuids[0],v=m.uuids.at(-1);for(let[x,w]of t)if(w.parentUuid===m.anchorUuid&&x!==y)t.set(x,{...w,parentUuid:v})}else if(g){let h=t.get(g.headUuid);if(h)t.set(g.headUuid,{...h,parentUuid:g.anchorUuid});for(let[y,v]of t)if(v.parentUuid===g.anchorUuid&&y!==g.headUuid)t.set(y,{...v,parentUuid:g.tailUuid})}}let r=new Map;for(let f=0;f<e.length;f++)r.set(e[f].uuid,f);let o=new Set;for(let f of t.values())if(f.parentUuid)o.add(f.parentUuid);let n=[...t.values()].filter((f)=>!o.has(f.uuid)),i=[];for(let f of n){let m=f,g=new Set;while(m){if(g.has(m.uuid))break;if(g.add(m.uuid),m.type==="user"||m.type==="assistant"){i.push(m);break}m=m.parentUuid?t.get(m.parentUuid):void 0}}if(i.length===0)return[];let s=i.filter((f)=>!f.isSidechain&&!f.teamName&&!f.isMeta),a=(f)=>f.reduce((m,g)=>(r.get(g.uuid)??-1)>(r.get(m.uuid)??-1)?g:m),c=s.length>0?a(s):a(i),u=[],d=new Set,p=t.get(c.uuid);while(p){if(d.has(p.uuid))break;d.add(p.uuid),u.push(p),p=p.parentUuid?t.get(p.parentUuid):void 0}return u.reverse(),p6(t,u,d)}function My(e){if(e.type!=="assistant")return;let t=e.message;if(typeof t!=="object"||t===null)return;let r=t.id;return typeof r==="string"?r:void 0}function d6(e){if(e.type!=="user"||!e.parentUuid)return!1;let t=e.message;if(typeof t!=="object"||t===null)return!1;let r=t.content;if(!Array.isArray(r))return!1;return r.some((o)=>typeof o==="object"&&o!==null&&o.type==="tool_result")}function p6(e,t,r){let o=t.filter((p)=>p.type==="assistant");if(o.length===0)return t;let n=new Map;for(let p of o){let f=My(p);if(f)n.set(f,p)}let i=new Map,s=new Map;for(let p of e.values()){let f=My(p);if(f){let m=i.get(f);if(m)m.push(p);else i.set(f,[p])}else if(d6(p)){let m=p.parentUuid,g=s.get(m);if(g)g.push(p);else s.set(m,[p])}}let a=new Set,c=new Map,u=0;for(let p of o){let f=My(p);if(!f||a.has(f))continue;a.add(f);let m=i.get(f)??[p],g=m.filter((w)=>!r.has(w.uuid)),h=[];for(let w of m){let A=s.get(w.uuid);if(!A)continue;for(let U of A)if(!r.has(U.uuid))h.push(U)}if(g.length===0&&h.length===0)continue;let y=(w,A)=>(w.timestamp??"").localeCompare(A.timestamp??"");g.sort(y),h.sort(y);let v=n.get(f),x=[...g,...h];for(let w of x)r.add(w.uuid);u+=x.length,c.set(v.uuid,x)}if(u===0)return t;let d=[];for(let p of t){d.push(p);let f=c.get(p.uuid);if(f)d.push(...f)}return d}function f6(e,t){if(e.type==="user"||e.type==="assistant");else if(e.type==="system"&&t);else return!1;if(e.isMeta)return!1;if(e.isSidechain)return!1;if(e.teamName)return!1;return!0}function Dy(e,t){return{type:e.type,uuid:e.uuid,session_id:e.sessionId,message:e.message,parent_tool_use_id:t??null,timestamp:e.timestamp}}function Ny(e,t){let r=t?.offset??0;if(t?.limit!==void 0&&t.limit>0)return e.slice(r,r+t.limit);if(r>0)return e.slice(r);return e}function qR(e,t){let r=[];for(let o of e){if(typeof o!=="object"||o===null)continue;let n=o,i=n.type;if((i==="user"||i==="assistant"||i==="progress"||i==="system"||i==="attachment")&&typeof n.uuid==="string")r.push(n)}return ZR(r,t)}function ZR(e,t){let r=u6(e),o=t?.includeSystemMessages??!1,i=r.filter((s)=>f6(s,o)).map((s)=>Dy(s));return Ny(i,t)}async function VR(e,t){if(!Se(e))return[];let r=await kn(e,t?.dir);if(!r)return[];let o=await c6(r.filePath,r.fileSize);if(!o)return[];return ZR(l6(o),t)}import{readdir as jy,stat as m6}from"fs/promises";import{basename as g6,join as Uy}from"path";function Di(e,t,r){let{head:o,tail:n,mtime:i,size:s}=t,a=o.indexOf(`
|
|
69
|
-
`),c=a>=0?o.slice(0,a):o;if(c.includes('"isSidechain":true')||c.includes('"isSidechain": true'))return null;let u=xt(n,"customTitle")||xt(o,"customTitle")||xt(n,"aiTitle")||xt(o,"aiTitle")||void 0,d=
|
|
70
|
-
`).findLast((x)=>x.includes('"type":"tag"')&&x.includes('"tag":"')),v=y?xt(y,"tag")||void 0:void 0;return{sessionId:e,summary:m,lastModified:i,fileSize:s,customTitle:u,firstPrompt:d,gitBranch:g,cwd:h,tag:v,createdAt:f}}async function ec(e,t,r){let o;try{o=await jy(e)}catch{return[]}return(await Promise.all(o.map(async(i)=>{if(!i.endsWith(".jsonl"))return null;let s=Se(i.slice(0,-6));if(!s)return null;let a=Uy(e,i);if(!t)return{sessionId:s,filePath:a,mtime:0,projectPath:r};try{let c=await
|
|
65
|
+
`)).catch((o)=>{ee(`[Query.sendMcpServerMessageToCli] Transport write failed: ${o}`,{level:"error"})})}handleMcpControlRequest(e,t,r){let o="id"in t.message?t.message.id:null,n=`${e}:${o}`;return new Promise((i,s)=>{let a=()=>{this.pendingMcpResponses.delete(n)},c=(d)=>{a(),i(d)},u=(d)=>{a(),s(d)};if(this.pendingMcpResponses.set(n,{resolve:c,reject:u}),r.onmessage)r.onmessage(t.message);else{a(),s(Error("No message handler registered"));return}})}}var _d=500,vd=1048576;var SB=[200,800];class jh{send;sendTimeoutMs;onError;maxPendingEntries;maxPendingBytes;backoffMs;pending=[];pendingEntries=0;pendingBytes=0;flushPromise=null;constructor(e,t=60000,r,o=_d,n=vd,i=SB){this.send=e;this.sendTimeoutMs=t;this.onError=r;this.maxPendingEntries=o;this.maxPendingBytes=n;this.backoffMs=i}enqueue(e,t){let r=pe(t).length;if(this.pending.push({filePath:e,entries:t,bytes:r}),this.pendingEntries+=t.length,this.pendingBytes+=r,this.pendingEntries>this.maxPendingEntries||this.pendingBytes>this.maxPendingBytes)this.flushPromise=this.drain(),this.flushPromise.catch(()=>{})}async flush(){let e=this.drain();if(this.flushPromise=e,await e,this.flushPromise===e)this.flushPromise=null}async drain(){let e=this.flushPromise,t=this.pending.splice(0);if(this.pendingEntries=0,this.pendingBytes=0,e)await e;if(t.length===0)return;await this.doFlush(t)}async doFlush(e){let t=new Map;for(let o of e){let n=t.get(o.filePath);if(n)n.push(...o.entries);else t.set(o.filePath,o.entries.slice())}let r=this.backoffMs.length+1;for(let[o,n]of t){let i=`SessionStore.append() timed out after ${this.sendTimeoutMs}ms for ${o}`,s,a=1;for(;a<=r;a++)try{await Or(this.send(o,n),this.sendTimeoutMs,i),s=void 0;break}catch(c){if(s=kr(c),s.message===i)break;let u=this.backoffMs[a-1];if(u===void 0)break;await hu(u)}if(s){ee(`[TranscriptMirrorBatcher] flush failed for ${o} after ${a} attempt(s): ${s}`,{level:"error"});try{this.onError?.(o,s)}catch(c){ee(`[TranscriptMirrorBatcher] onError callback threw: ${c}`,{level:"error"})}}}}}var bg=Eg(DR(),1);function Uq(e){let t=e,r="",o=0,n=10;while(t!==r&&o<n)r=t,t=t.normalize("NFKC"),t=t.replace(/[\p{Cf}\p{Co}\p{Cn}]/gu,""),t=t.replace(/[\u200B-\u200F]/g,"").replace(/[\u202A-\u202E]/g,"").replace(/[\u2066-\u2069]/g,"").replace(/[\uFEFF]/g,"").replace(/[\uE000-\uF8FF]/g,""),o++;if(o>=n)throw Error(`Unicode sanitization reached maximum iterations (${n}) for input: ${e.slice(0,100)}`);return t}function _o(e){if(typeof e==="string")return Uq(e);if(Array.isArray(e))return e.map(_o);if(e!==null&&typeof e==="object"){let t={};for(let[r,o]of Object.entries(e))t[_o(r)]=_o(o);return t}return e}import{readFile as d6}from"fs/promises";import{once as jR}from"events";import{createWriteStream as Kq}from"fs";import{open as UR,readdir as Cy,realpath as Gq,stat as Jq}from"fs/promises";import{dirname as tye,join as Xa}from"path";import{execFile as Zq}from"child_process";import{promisify as Vq}from"util";import{execFileSync as zq}from"child_process";import{join as Lq}from"path";function Fq(){return process.platform==="win32"}var Ay=new Map,Bq=5000;function Hq(e){let t=Ay.get(e);if(t!==void 0)return t;let r=process.env.SYSTEMROOT||"C:\\Windows",o=Lq(r,"System32","where.exe");try{let i=zq(o,[e],{stdio:"pipe",encoding:"utf8",timeout:Bq,windowsHide:!0,env:process.env}).trim().split(/\r?\n/).filter(Boolean),s=process.cwd();for(let a of i){if(vw(a,s))continue;return Ay.set(e,a),a}return null}catch(n){if(qq(n))Ay.set(e,null);return null}}function qq(e){if(e===null||typeof e!=="object")return!1;let t="status"in e?e.status:void 0,r="signal"in e?e.signal:void 0,o="code"in e?e.code:void 0;return t===1&&!r&&!o}function NR(e){if(!Fq())return e;if(e.includes("/")||e.includes("\\"))return e;return Hq(e)}var Wq=Vq(Zq);async function Br(e){let t=NR("git");if(t===null)return[];try{let{stdout:r}=await Wq(t,["worktree","list","--porcelain"],{cwd:e,timeout:5000,windowsHide:!0});if(!r)return[];return r.split(`
|
|
66
|
+
`).filter((o)=>o.startsWith("worktree ")).map((o)=>Ar(o.slice(9)))}catch{return[]}}function Oy(e){let t=0;for(let r=0;r<e.length;r++)t=(t<<5)-t+e.charCodeAt(r)|0;return t}var ar=65536,Xq=/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i;function Se(e){if(typeof e!=="string")return null;return Xq.test(e)?e:null}function zR(e){if(!e.includes("\\"))return e;try{return JSON.parse(`"${e}"`)}catch{return e}}function $d(e,t){let r=[`"${t}":"`,`"${t}": "`];for(let o of r){let n=e.indexOf(o);if(n<0)continue;let i=n+o.length,s=i;while(s<e.length){if(e[s]==="\\"){s+=2;continue}if(e[s]==='"')return zR(e.slice(i,s));s++}}return}function xt(e,t){let r=[`"${t}":"`,`"${t}": "`],o,n=-1;for(let i of r){let s=0;while(!0){let a=e.indexOf(i,s);if(a<0)break;let c=a+i.length,u=c;while(u<e.length){if(e[u]==="\\"){u+=2;continue}if(e[u]==='"'){if(a>n)o=zR(e.slice(c,u)),n=a;break}u++}s=u+1}}return o}async function Qa(e,t){let r=Kq(e,{mode:384});try{for(let o of t)if(!r.write(JSON.stringify(o)+`
|
|
67
|
+
`))await jR(r,"drain");r.end(),await jR(r,"finish")}catch(o){throw r.destroy(),o}}function Ad(e){let t=0,r={commandFallback:""};while(t<e.length){let o=e.indexOf(`
|
|
68
|
+
`,t),n=o>=0?e.slice(t,o):e.slice(t);if(t=o>=0?o+1:e.length,!n.includes('"type":"user"')&&!n.includes('"type": "user"'))continue;if(n.includes('"tool_result"'))continue;if(n.includes('"isMeta":true')||n.includes('"isMeta": true'))continue;if(n.includes('"isCompactSummary":true')||n.includes('"isCompactSummary": true'))continue;try{let i=JSON.parse(n),s=qs(i,r);if(s!==void 0)return s}catch{continue}}return r.commandFallback}function LR(e){let t={commandFallback:""};for(let r of e){if(typeof r!=="object"||r===null)continue;let o=qs(r,t);if(o!==void 0)return o}return t.commandFallback}async function Od(e){try{let t=await UR(e,"r");try{let r=await t.stat(),o=Buffer.allocUnsafe(ar),n=await t.read(o,0,ar,0);if(n.bytesRead===0)return null;let i=o.toString("utf8",0,n.bytesRead),s=Math.max(0,r.size-ar),a=i;if(s>0){let c=await t.read(o,0,ar,s);a=o.toString("utf8",0,c.bytesRead)}return{mtime:r.mtime.getTime(),size:r.size,head:i,tail:a}}finally{await t.close()}}catch{return null}}var Mi=200;function Yq(e){return Math.abs(Oy(e)).toString(36)}function So(e){let t=e.replace(/[^a-zA-Z0-9]/g,"-");if(t.length<=Mi)return t;return`${t.slice(0,Mi)}-${Yq(e)}`}function cr(){return Xa(qt(),"projects")}function Qq(e){return Xa(cr(),So(e))}async function wn(e){try{return Ar(await Gq(e))}catch{return Ar(e)}}async function St(e){let t=Qq(e),r=[];try{await Cy(t),r.push(t)}catch{}let o=So(e);if(o.length<=Mi)return r;let n=o.slice(0,Mi)+"-",i=cr();try{for(let s of await Cy(i,{withFileTypes:!0})){if(!s.isDirectory()||!s.name.startsWith(n))continue;let a=Xa(i,s.name);if(a!==t)r.push(a)}}catch{}return r}async function kn(e,t){let r=`${e}.jsonl`;async function o(s,a){let c=Xa(s,r);try{let u=await Jq(c);if(u.size>0)return{filePath:c,projectPath:a,fileSize:u.size}}catch{}return}if(t){let s=await wn(t);for(let c of await St(s)){let u=await o(c,s);if(u)return u}let a;try{a=await Br(s)}catch{a=[]}for(let c of a){if(c===s)continue;for(let u of await St(c)){let d=await o(u,c);if(d)return d}}return}let n=cr(),i;try{i=await Cy(n)}catch{return}for(let s of i){let a=await o(Xa(n,s),void 0);if(a)return a}return}var e6=1048576,FR=5242880,t6;function r6(){return t6??=Buffer.from('"compact_boundary"')}function BR(e){try{let t=JSON.parse(e);if(t.type!=="system"||t.subtype!=="compact_boundary")return null;return{hasPreservedSegment:Boolean(t.compactMetadata?.preservedSegment||t.compactMetadata?.preservedMessages)}}catch{return null}}function vo(e,t,r,o){let n=o-r;if(n<=0)return;if(e.len+n>e.buf.length){let i=Buffer.allocUnsafe(Math.min(Math.max(e.buf.length*2,e.len+n),e.cap));e.buf.copy(i,0,0,e.len),e.buf=i}t.copy(e.buf,e.len,r,o),e.len+=n}function Id(e,t,r,o){return o-r>=t.length&&e.compare(t,0,t.length,r,r+t.length)===0}var Rd=Buffer.from('{"type":"attribution-snapshot"'),n6=Buffer.from('{"type":"system"'),Ya=10,o6=Buffer.from([Ya]),i6=256;function s6(e,t,r){if(e.straddleSnapCarryLen=0,e.straddleSnapTailEnd=0,e.carryLen===0)return 0;let o=e.carryBuf,n=t.indexOf(Ya);if(n===-1||n>=r)return 0;let i=n+1;if(Id(o,Rd,0,e.carryLen))e.straddleSnapCarryLen=e.carryLen,e.straddleSnapTailEnd=i,e.lastSnapSrc=null;else if(e.carryLen<Rd.length)return 0;else{if(Id(o,n6,0,e.carryLen)){let s=BR(o.toString("utf-8",0,e.carryLen)+t.toString("utf-8",0,n));if(s?.hasPreservedSegment)e.hasPreservedSegment=!0;else if(s)e.out.len=0,e.boundaryStartOffset=e.bufFileOff,e.hasPreservedSegment=!1,e.lastSnapSrc=null}vo(e.out,o,0,e.carryLen),vo(e.out,t,0,i)}return e.bufFileOff+=e.carryLen+i,e.carryLen=0,i}function a6(e,t,r){let o=t.indexOf(r),n=0,i=0,s=-1,a=-1,c=t.indexOf(Ya);while(c!==-1){let u=c+1;if(o!==-1&&o<i)o=t.indexOf(r,i);if(Id(t,Rd,i,u))vo(e.out,t,n,i),s=i,a=u,n=u;else if(o>=i&&o<Math.min(i+i6,u)){let d=BR(t.toString("utf-8",i,c));if(d?.hasPreservedSegment)e.hasPreservedSegment=!0;else if(d)e.out.len=0,e.boundaryStartOffset=e.bufFileOff+i,e.hasPreservedSegment=!1,e.lastSnapSrc=null,s=-1,e.straddleSnapCarryLen=0,n=i;o=t.indexOf(r,o+r.length)}i=u,c=t.indexOf(Ya,i)}return vo(e.out,t,n,i),{lastSnapStart:s,lastSnapEnd:a,trailStart:i}}function c6(e,t,r,o,n){if(o!==-1){if(e.lastSnapLen=n-o,e.lastSnapBuf===void 0||e.lastSnapLen>e.lastSnapBuf.length)e.lastSnapBuf=Buffer.allocUnsafe(e.lastSnapLen);t.copy(e.lastSnapBuf,0,o,n),e.lastSnapSrc=e.lastSnapBuf}else if(e.straddleSnapCarryLen>0){if(e.lastSnapLen=e.straddleSnapCarryLen+e.straddleSnapTailEnd,e.lastSnapBuf===void 0||e.lastSnapLen>e.lastSnapBuf.length)e.lastSnapBuf=Buffer.allocUnsafe(e.lastSnapLen);e.carryBuf.copy(e.lastSnapBuf,0,0,e.straddleSnapCarryLen),r.copy(e.lastSnapBuf,e.straddleSnapCarryLen,0,e.straddleSnapTailEnd),e.lastSnapSrc=e.lastSnapBuf}}function l6(e,t,r){if(e.carryLen=t.length-r,e.carryLen>0){if(e.carryBuf===void 0||e.carryLen>e.carryBuf.length)e.carryBuf=Buffer.allocUnsafe(e.carryLen);t.copy(e.carryBuf,0,r,t.length)}}function u6(e){if(e.carryLen>0){let t=e.carryBuf;if(Id(t,Rd,0,e.carryLen))e.lastSnapSrc=t,e.lastSnapLen=e.carryLen;else vo(e.out,t,0,e.carryLen)}if(e.lastSnapSrc){if(e.out.len>0&&e.out.buf[e.out.len-1]!==Ya)vo(e.out,o6,0,1);vo(e.out,e.lastSnapSrc,0,e.lastSnapLen)}}async function HR(e,t){let r=r6(),o=e6,n={out:{buf:Buffer.allocUnsafe(Math.min(t,8388608)),len:0,cap:t+1},boundaryStartOffset:0,hasPreservedSegment:!1,lastSnapSrc:null,lastSnapLen:0,lastSnapBuf:void 0,bufFileOff:0,carryLen:0,carryBuf:void 0,straddleSnapCarryLen:0,straddleSnapTailEnd:0},i=Buffer.allocUnsafe(o),s=await UR(e,"r");try{let a=0;while(a<t){let{bytesRead:c}=await s.read(i,0,Math.min(o,t-a),a);if(c===0)break;a+=c;let u=s6(n,i,c),d;if(n.carryLen>0){let f=n.carryLen+(c-u);d=Buffer.allocUnsafe(f),n.carryBuf.copy(d,0,0,n.carryLen),i.copy(d,n.carryLen,u,c)}else d=i.subarray(u,c);let p=a6(n,d,r);c6(n,d,i,p.lastSnapStart,p.lastSnapEnd),l6(n,d,p.trailStart),n.bufFileOff+=p.trailStart}u6(n)}finally{await s.close()}return{boundaryStartOffset:n.boundaryStartOffset,postBoundaryBuf:n.out.buf.subarray(0,n.out.len),hasPreservedSegment:n.hasPreservedSegment}}async function p6(e,t){try{if(t>FR&&!Ee(process.env.CLAUDE_CODE_DISABLE_PRECOMPACT_SKIP))return(await HR(e,t)).postBoundaryBuf;return await d6(e)}catch{return null}}function f6(e){let s=[];try{const t=_e(s,Pe`parseTranscriptEntries(${e.length} bytes)`,0);let r=[];let o=10;let n=e.length;let i=0;while(i<n){let d=e.indexOf(o,i);if(d===-1)d=n;let p=i;while(p<d&&e[p]<=32)p++;if(i=d+1,p>=d)continue;let f=e.toString("utf-8",p,d);try{let m=MT(f),g=m.type;if((g==="user"||g==="assistant"||g==="progress"||g==="system"||g==="attachment")&&typeof m.uuid==="string")r.push(m)}catch{}}return r}catch(a){var c=a,u=1}finally{ve(s,c,u)}}function m6(e){let t=new Map;for(let f of e)t.set(f.uuid,f);for(let f of t.values()){if(f.type!=="system"||f.subtype!=="compact_boundary")continue;let m=f.compactMetadata?.preservedMessages,g=f.compactMetadata?.preservedSegment;if(m){if(m.uuids.length===0||m.uuids.some((x)=>!t.has(x)))continue;let h=m.anchorUuid;for(let x of m.uuids){let w=t.get(x);t.set(x,{...w,parentUuid:h}),h=x}let y=m.uuids[0],v=m.uuids.at(-1);for(let[x,w]of t)if(w.parentUuid===m.anchorUuid&&x!==y)t.set(x,{...w,parentUuid:v})}else if(g){let h=t.get(g.headUuid);if(h)t.set(g.headUuid,{...h,parentUuid:g.anchorUuid});for(let[y,v]of t)if(v.parentUuid===g.anchorUuid&&y!==g.headUuid)t.set(y,{...v,parentUuid:g.tailUuid})}}let r=new Map;for(let f=0;f<e.length;f++)r.set(e[f].uuid,f);let o=new Set;for(let f of t.values())if(f.parentUuid)o.add(f.parentUuid);let n=[...t.values()].filter((f)=>!o.has(f.uuid)),i=[];for(let f of n){let m=f,g=new Set;while(m){if(g.has(m.uuid))break;if(g.add(m.uuid),m.type==="user"||m.type==="assistant"){i.push(m);break}m=m.parentUuid?t.get(m.parentUuid):void 0}}if(i.length===0)return[];let s=i.filter((f)=>!f.isSidechain&&!f.teamName&&!f.isMeta),a=(f)=>f.reduce((m,g)=>(r.get(g.uuid)??-1)>(r.get(m.uuid)??-1)?g:m),c=s.length>0?a(s):a(i),u=[],d=new Set,p=t.get(c.uuid);while(p){if(d.has(p.uuid))break;d.add(p.uuid),u.push(p),p=p.parentUuid?t.get(p.parentUuid):void 0}return u.reverse(),h6(t,u,d)}function My(e){if(e.type!=="assistant")return;let t=e.message;if(typeof t!=="object"||t===null)return;let r=t.id;return typeof r==="string"?r:void 0}function g6(e){if(e.type!=="user"||!e.parentUuid)return!1;let t=e.message;if(typeof t!=="object"||t===null)return!1;let r=t.content;if(!Array.isArray(r))return!1;return r.some((o)=>typeof o==="object"&&o!==null&&o.type==="tool_result")}function h6(e,t,r){let o=t.filter((p)=>p.type==="assistant");if(o.length===0)return t;let n=new Map;for(let p of o){let f=My(p);if(f)n.set(f,p)}let i=new Map,s=new Map;for(let p of e.values()){let f=My(p);if(f){let m=i.get(f);if(m)m.push(p);else i.set(f,[p])}else if(g6(p)){let m=p.parentUuid,g=s.get(m);if(g)g.push(p);else s.set(m,[p])}}let a=new Set,c=new Map,u=0;for(let p of o){let f=My(p);if(!f||a.has(f))continue;a.add(f);let m=i.get(f)??[p],g=m.filter((w)=>!r.has(w.uuid)),h=[];for(let w of m){let O=s.get(w.uuid);if(!O)continue;for(let U of O)if(!r.has(U.uuid))h.push(U)}if(g.length===0&&h.length===0)continue;let y=(w,O)=>(w.timestamp??"").localeCompare(O.timestamp??"");g.sort(y),h.sort(y);let v=n.get(f),x=[...g,...h];for(let w of x)r.add(w.uuid);u+=x.length,c.set(v.uuid,x)}if(u===0)return t;let d=[];for(let p of t){d.push(p);let f=c.get(p.uuid);if(f)d.push(...f)}return d}function y6(e,t){if(e.type==="user"||e.type==="assistant");else if(e.type==="system"&&t);else return!1;if(e.isMeta)return!1;if(e.isSidechain)return!1;if(e.teamName)return!1;return!0}function Dy(e,t){return{type:e.type,uuid:e.uuid,session_id:e.sessionId,message:e.message,parent_tool_use_id:t??null,timestamp:e.timestamp}}function Ny(e,t){let r=t?.offset??0;if(t?.limit!==void 0&&t.limit>0)return e.slice(r,r+t.limit);if(r>0)return e.slice(r);return e}function qR(e,t){let r=[];for(let o of e){if(typeof o!=="object"||o===null)continue;let n=o,i=n.type;if((i==="user"||i==="assistant"||i==="progress"||i==="system"||i==="attachment")&&typeof n.uuid==="string")r.push(n)}return ZR(r,t)}function ZR(e,t){let r=m6(e),o=t?.includeSystemMessages??!1,i=r.filter((s)=>y6(s,o)).map((s)=>Dy(s));return Ny(i,t)}async function VR(e,t){if(!Se(e))return[];let r=await kn(e,t?.dir);if(!r)return[];let o=await p6(r.filePath,r.fileSize);if(!o)return[];return ZR(f6(o),t)}import{readdir as jy,stat as b6}from"fs/promises";import{basename as _6,join as Uy}from"path";function Di(e,t,r){let{head:o,tail:n,mtime:i,size:s}=t,a=o.indexOf(`
|
|
69
|
+
`),c=a>=0?o.slice(0,a):o;if(c.includes('"isSidechain":true')||c.includes('"isSidechain": true'))return null;let u=xt(n,"customTitle")||xt(o,"customTitle")||xt(n,"aiTitle")||xt(o,"aiTitle")||void 0,d=Ad(o)||void 0,p=$d(o,"timestamp"),f;if(p){let x=Date.parse(p);if(!Number.isNaN(x))f=x}let m=u||xt(n,"lastPrompt")||xt(n,"summary")||d;if(!m)return null;let g=xt(n,"gitBranch")||$d(o,"gitBranch")||void 0,h=$d(o,"cwd")||r||void 0,y=n.split(`
|
|
70
|
+
`).findLast((x)=>x.includes('"type":"tag"')&&x.includes('"tag":"')),v=y?xt(y,"tag")||void 0:void 0;return{sessionId:e,summary:m,lastModified:i,fileSize:s,customTitle:u,firstPrompt:d,gitBranch:g,cwd:h,tag:v,createdAt:f}}async function ec(e,t,r){let o;try{o=await jy(e)}catch{return[]}return(await Promise.all(o.map(async(i)=>{if(!i.endsWith(".jsonl"))return null;let s=Se(i.slice(0,-6));if(!s)return null;let a=Uy(e,i);if(!t)return{sessionId:s,filePath:a,mtime:0,projectPath:r};try{let c=await b6(a);return{sessionId:s,filePath:a,mtime:c.mtime.getTime(),projectPath:r}}catch{return null}}))).filter((i)=>i!==null)}async function WR(e){let t=await Od(e.filePath);if(!t)return null;let r=Di(e.sessionId,t,e.projectPath);if(!r)return null;if(e.mtime)r.lastModified=e.mtime;return r}var v6=32;function S6(e,t){if(t.mtime!==e.mtime)return t.mtime-e.mtime;return t.sessionId<e.sessionId?-1:t.sessionId>e.sessionId?1:0}async function x6(e,t,r){e.sort(S6);let o=[],n=t&&t>0?t:1/0,i=0,s=new Set;for(let a=0;a<e.length&&o.length<n;){let c=Math.min(a+v6,e.length),u=e.slice(a,c),d=await Promise.all(u.map(WR));for(let p=0;p<d.length&&o.length<n;p++){a++;let f=d[p];if(!f)continue;if(s.has(f.sessionId))continue;if(s.add(f.sessionId),i<r){i++;continue}o.push(f)}}return o}async function w6(e){let t=await Promise.all(e.map(WR)),r=new Map;for(let n of t){if(!n)continue;let i=r.get(n.sessionId);if(!i||n.lastModified>i.lastModified)r.set(n.sessionId,n)}let o=[...r.values()];return o.sort((n,i)=>i.lastModified!==n.lastModified?i.lastModified-n.lastModified:i.sessionId<n.sessionId?-1:i.sessionId>n.sessionId?1:0),o}async function k6(e,t,r){let o=await wn(e),n;if(t)try{n=await Br(o)}catch{n=[]}else n=[];if(n.length<=1){let p=[];for(let f of await St(o))p.push(...await ec(f,r,o));return p}let i=cr(),s=process.platform==="win32",a=n.map((p)=>{let f=So(p);return{path:p,prefix:s?f.toLowerCase():f}});a.sort((p,f)=>f.prefix.length-p.prefix.length);let c;try{c=await jy(i,{withFileTypes:!0})}catch{let p=[];for(let f of await St(o))p.push(...await ec(f,r,o));return p}let u=[],d=new Set;for(let p of await St(o)){let f=_6(p);d.add(s?f.toLowerCase():f),u.push(...await ec(p,r,o))}for(let p of c){if(!p.isDirectory())continue;let f=s?p.name.toLowerCase():p.name;if(d.has(f))continue;for(let{path:m,prefix:g}of a)if(f===g||g.length>=Mi&&f.startsWith(g+"-")){d.add(f),u.push(...await ec(Uy(i,p.name),r,m));break}}return u}async function E6(e){let t=cr(),r;try{r=await jy(t,{withFileTypes:!0})}catch{return[]}return(await Promise.all(r.filter((n)=>n.isDirectory()).map((n)=>ec(Uy(t,n.name),e)))).flat()}async function KR(e){let{dir:t,limit:r,offset:o,includeWorktrees:n}=e??{},i=o??0,s=r!==void 0&&r>0||i>0,a=t?await k6(t,n??!0,s):await E6(s);if(!s)return w6(a);return x6(a,r,i)}async function GR(e,t={}){let r=Se(e);if(!r)return;let o=await kn(r,t.dir);if(!o)return;let n=await Od(o.filePath);if(!n)return;return Di(r,n,o.projectPath)??void 0}import{constants as JR}from"fs";import{open as T6,readdir as YR,rm as XR,stat as P6}from"fs/promises";import{join as Ni}from"path";async function QR(e,t,r={}){if(!Se(e))throw Error(`Invalid sessionId: ${e}`);if(!t.trim())throw Error("title must be non-empty");let o=pe({type:"custom-title",customTitle:t.trim(),sessionId:e})+`
|
|
71
71
|
`;await r0(e,o,r)}async function e0(e,t,r={}){if(!Se(e))throw Error(`Invalid sessionId: ${e}`);if(t!==null){let n=_o(t).trim();if(!n)throw Error("tag must be non-empty (use null to clear)");t=n}let o=pe({type:"tag",tag:t??"",sessionId:e})+`
|
|
72
|
-
`;await r0(e,o,r)}async function t0(e,t={}){if(!Se(e))throw Error(`Invalid sessionId: ${e}`);for(let r of await k6(t)){let o=Ni(r,`${e}.jsonl`),n;try{({size:n}=await w6(o))}catch(i){let s=Ge(i);if(s==="ENOENT"||s==="ENOTDIR")continue;throw i}if(n===0)continue;await XR(o,{force:!0}),await XR(Ni(r,e),{recursive:!0,force:!0});return}throw Error(t.dir?`Session ${e} not found in project directory for ${t.dir}`:`Session ${e} not found in any project directory`)}async function k6(e){if(e.dir){let r=await wn(e.dir),o=await St(r),n;try{n=await Br(r)}catch{n=[]}for(let i of n){if(i===r)continue;o.push(...await St(i))}return o}let t=cr();try{return(await YR(t,{withFileTypes:!0})).filter((o)=>o.isDirectory()||o.isSymbolicLink()).map((o)=>Ni(t,o.name))}catch{return[]}}async function r0(e,t,r){let o=`${e}.jsonl`;if(r.dir){let s=await wn(r.dir);for(let c of await St(s))if(await zy(Ni(c,o),t))return;let a;try{a=await Br(s)}catch{a=[]}for(let c of a){if(c===s)continue;for(let u of await St(c))if(await zy(Ni(u,o),t))return}throw Error(`Session ${e} not found in project directory for ${r.dir}`)}let n=cr(),i;try{i=await YR(n)}catch{throw Error(`Session ${e} not found (no projects directory)`)}for(let s of i)if(await zy(Ni(n,s,o),t))return;throw Error(`Session ${e} not found in any project directory`)}async function zy(e,t){let r;try{r=await x6(e,JR.O_WRONLY|JR.O_APPEND)}catch(o){let n=Ge(o);if(n==="ENOENT"||n==="ENOTDIR")return!1;throw o}try{let{size:o}=await r.stat();if(o===0)return!1;let n=process.platform==="win32"?o:void 0;return await r.write(t,n,"utf8"),!0}finally{await r.close()}}import{randomUUID as Cd}from"crypto";import{join as Ly}from"path";async function E6(e,t){let r=`${e}.jsonl`;async function o(s){try{let a=await bi().readBytes(Ly(s,r));if(a.length===0)return null;return{buf:a,projectDir:s}}catch{return null}}if(t){let s=await wn(t);for(let c of await St(s)){let u=await o(c);if(u)return u}let a;try{a=await Br(s)}catch{a=[]}for(let c of a){if(c===s)continue;for(let u of await St(c)){let d=await o(u);if(d)return d}}return null}let n=cr(),i;try{i=await bi().list(n)}catch{return null}for(let s of i){let a=await o(Ly(n,s));if(a)return a}return null}var T6=new Set(["user","assistant","attachment","system","progress"]);function P6(e,t){let r=[],o=[],n=10,i=e.length,s=0;while(s<i){let a=e.indexOf(10,s);if(a===-1)a=i;let c=s;while(c<a&&e[c]<=32)c++;if(s=a+1,c>=a)continue;let u=e.toString("utf-8",c,a);try{n0(Ze(u),t,r,o)}catch{}}return{transcript:r,contentReplacements:o}}function I6(e,t){let r=[],o=[];for(let n of e){if(typeof n!=="object"||n===null)continue;n0(n,t,r,o)}return{transcript:r,contentReplacements:o}}function n0(e,t,r,o){if(T6.has(e.type)&&typeof e.uuid==="string")r.push(e);else if(e.type==="content-replacement"&&e.sessionId===t&&Array.isArray(e.replacements))o.push(...e.replacements)}async function o0(e,t={}){if(!Se(e))throw Error(`Invalid sessionId: ${e}`);if(t.upToMessageId&&!Se(t.upToMessageId))throw Error(`Invalid upToMessageId: ${t.upToMessageId}`);let r=await E6(e,t.dir);if(!r)throw Error(t.dir?`Session ${e} not found in project directory for ${t.dir}`:`Session ${e} not found`);let{entries:o,forkedSessionId:n}=R6(r.buf,e,t);return await Qa(Ly(r.projectDir,`${n}.jsonl`),o),{sessionId:n}}function R6(e,t,r){let o=P6(e,t);return s0(o,t,r,()=>{let i=e.length,s=e.toString("utf-8",0,Math.min(i,ar)),a=e.toString("utf-8",Math.max(0,i-ar));return xt(a,"customTitle")||xt(s,"customTitle")||xt(a,"aiTitle")||xt(s,"aiTitle")||Od(s)})}function i0(e,t,r){let o=I6(e,t);return s0(o,t,r,()=>$6(e))}function $6(e){let t,r;for(let o of e){if(typeof o!=="object"||o===null)continue;let n=o;if(typeof n.customTitle==="string"&&n.customTitle)t=n.customTitle;if(typeof n.aiTitle==="string"&&n.aiTitle)r=n.aiTitle}return t||r||LR(e)||void 0}function s0(e,t,r,o){let n=e.transcript.filter((f)=>!f.isSidechain);if(n.length===0)throw Error(`Session ${t} has no messages to fork`);if(r.upToMessageId){let f=n.findIndex((m)=>m.uuid===r.upToMessageId);if(f===-1)throw Error(`Message ${r.upToMessageId} not found in session ${t}`);n=n.slice(0,f+1)}let i=new Map;for(let f of n)i.set(f.uuid,Cd());let s=n.filter((f)=>f.type!=="progress");if(s.length===0)throw Error(`Session ${t} has no messages to fork`);let a=new Map;for(let f of n)a.set(f.uuid,f);let c=Cd(),u=new Date().toISOString(),d=[];for(let f=0;f<s.length;f++){let m=s[f],g=i.get(m.uuid),h=null,y=m.parentUuid;while(y){let U=a.get(y);if(!U)break;if(U.type!=="progress"){h=i.get(y)??null;break}y=U.parentUuid}let v=f===s.length-1?u:m.timestamp,x=m.logicalParentUuid==null?m.logicalParentUuid:i.get(m.logicalParentUuid)??null,w=m.type==="system"&&m.subtype==="model_refusal_fallback"?{neutralizedByFork:!0}:void 0,A={...m,...w,uuid:g,parentUuid:h,logicalParentUuid:x,sessionId:c,timestamp:v,isSidechain:!1,teamName:void 0,agentName:void 0,sessionKind:void 0,slug:void 0,sourceToolAssistantUUID:void 0,forkedFrom:{sessionId:t,messageUuid:m.uuid}};d.push(A)}if(e.contentReplacements.length>0)d.push({type:"content-replacement",sessionId:c,replacements:e.contentReplacements,uuid:Cd(),timestamp:u});let p=r.title?.trim();if(!p)p=`${o()||"Forked session"} (fork)`;return d.push({type:"custom-title",sessionId:c,customTitle:p,uuid:Cd(),timestamp:u}),{entries:d,forkedSessionId:c}}import{readdir as O6,readFile as a0}from"fs/promises";import{join as Fy}from"path";async function c0(e,t){let r=await kn(e,t);if(!r)return null;let o=r.filePath.replace(/\.jsonl$/,"");return Fy(o,"subagents")}async function l0(e){let t=[];async function r(o){let n;try{n=await O6(o,{withFileTypes:!0})}catch{return}for(let i of n)if(i.isFile()&&i.name.startsWith("agent-")&&i.name.endsWith(".jsonl")){let s=i.name.slice(6,-6);t.push({agentId:s,filePath:Fy(o,i.name)})}else if(i.isDirectory())await r(Fy(o,i.name))}return await r(e),t}function A6(e){let t=[],r=10,o=e.length,n=0;while(n<o){let i=e.indexOf(10,n);if(i===-1)i=o;let s=n;while(s<i&&e[s]<=32)s++;if(n=i+1,s>=i)continue;let a=e.toString("utf-8",s,i);try{let c=Ze(a),u=c.type;if((u==="user"||u==="assistant")&&typeof c.uuid==="string")t.push(c)}catch{}}return t}function C6(e){if(e.length===0)return[];let t=new Map;for(let s of e)t.set(s.uuid,s);let r=e.findLast((s)=>s.type==="user"||s.type==="assistant");if(!r)return[];let o=[],n=new Set,i=r;while(i){if(n.has(i.uuid))break;n.add(i.uuid),o.push(i),i=i.parentUuid?t.get(i.parentUuid):void 0}return o.reverse(),o}async function u0(e,t){if(!Se(e))return[];let r=await c0(e,t?.dir);if(!r)return[];return(await l0(r)).map((n)=>n.agentId)}async function d0(e,t,r){if(!Se(e))return[];if(!t)return[];let o=await c0(e,r?.dir);if(!o)return[];let i=(await l0(o)).find((c)=>c.agentId===t);if(!i)return[];let s;try{s=await a0(i.filePath)}catch{return[]}let a;try{let c=i.filePath.replace(/\.jsonl$/,".meta.json");a=Ze(await a0(c,"utf-8")).toolUseId}catch{}return By(s,r,a)}function By(e,t,r){if(e.length===0)return[];let o=A6(e),i=C6(o).filter((s)=>s.type==="user"||s.type==="assistant").map((s)=>Dy(s,r));return Ny(i,t)}import{createHash as B6}from"crypto";import{homedir as Kye,userInfo as H6}from"os";function Hy(e,t){let r=0;for(let o of e)r+=+!!t(o);return r}function Md(e){return[...new Set(e)]}function M6(){return"prod"}var D6="user:inference",f0="user:profile",N6="org:create_api_key";var j6=[N6,f0],U6=[f0,D6,"user:sessions:claude_code","user:mcp_servers","user:file_upload",...[]],qye=Md([...j6,...U6]),p0={BASE_API_URL:"https://api.anthropic.com",CONSOLE_AUTHORIZE_URL:"https://platform.claude.com/oauth/authorize",CLAUDE_AI_AUTHORIZE_URL:"https://claude.com/cai/oauth/authorize",CLAUDE_AI_ORIGIN:"https://claude.ai",TOKEN_URL:"https://platform.claude.com/v1/oauth/token",API_KEY_URL:"https://api.anthropic.com/api/oauth/claude_cli/create_api_key",ROLES_URL:"https://api.anthropic.com/api/oauth/claude_cli/roles",CONSOLE_SUCCESS_URL:"https://platform.claude.com/buy_credits?returnUrl=/oauth/code/success%3Fapp%3Dclaude-code",CLAUDEAI_SUCCESS_URL:"https://platform.claude.com/oauth/code/success?app=claude-code",MANUAL_REDIRECT_URL:"https://platform.claude.com/oauth/code/callback",CLIENT_ID:"9d1c250a-e61b-44d9-88ed-5944d1962f5e",OAUTH_FILE_SUFFIX:"",MCP_PROXY_URL:"https://mcp-proxy.anthropic.com",MCP_PROXY_PATH:"/v1/mcp/{server_id}"};var z6=void 0;function L6(){let e=process.env.CLAUDE_LOCAL_OAUTH_API_BASE?.replace(/\/$/,"")??"http://localhost:8000",t=process.env.CLAUDE_LOCAL_OAUTH_APPS_BASE?.replace(/\/$/,"")??"http://localhost:4000",r=process.env.CLAUDE_LOCAL_OAUTH_CONSOLE_BASE?.replace(/\/$/,"")??"http://localhost:3000";return{BASE_API_URL:e,CONSOLE_AUTHORIZE_URL:`${r}/oauth/authorize`,CLAUDE_AI_AUTHORIZE_URL:`${t}/oauth/authorize`,CLAUDE_AI_ORIGIN:t,TOKEN_URL:`${e}/v1/oauth/token`,API_KEY_URL:`${e}/api/oauth/claude_cli/create_api_key`,ROLES_URL:`${e}/api/oauth/claude_cli/roles`,CONSOLE_SUCCESS_URL:`${r}/buy_credits?returnUrl=/oauth/code/success%3Fapp%3Dclaude-code`,CLAUDEAI_SUCCESS_URL:`${r}/oauth/code/success?app=claude-code`,MANUAL_REDIRECT_URL:`${r}/oauth/code/callback`,CLIENT_ID:"22422756-60c9-4084-8eb7-27705fd5cf9a",OAUTH_FILE_SUFFIX:"-local-oauth",MCP_PROXY_URL:"http://localhost:8205",MCP_PROXY_PATH:"/v1/toolbox/shttp/mcp/{server_id}"}}var F6=["https://beacon.claude-ai.staging.ant.dev","https://claude.fedstart.com","https://claude-staging.fedstart.com"];function m0(){let e=(()=>{switch(M6()){case"local":return L6();case"staging":return z6??p0;case"prod":return p0}})(),t=process.env.CLAUDE_CODE_CUSTOM_OAUTH_URL;if(t){let o=t.replace(/\/$/,"");if(!F6.includes(o))throw Error("CLAUDE_CODE_CUSTOM_OAUTH_URL is not an approved endpoint.");e={...e,BASE_API_URL:o,CONSOLE_AUTHORIZE_URL:`${o}/oauth/authorize`,CLAUDE_AI_AUTHORIZE_URL:`${o}/oauth/authorize`,CLAUDE_AI_ORIGIN:o,TOKEN_URL:`${o}/v1/oauth/token`,API_KEY_URL:`${o}/api/oauth/claude_cli/create_api_key`,ROLES_URL:`${o}/api/oauth/claude_cli/roles`,CONSOLE_SUCCESS_URL:`${o}/oauth/code/success?app=claude-code`,CLAUDEAI_SUCCESS_URL:`${o}/oauth/code/success?app=claude-code`,MANUAL_REDIRECT_URL:`${o}/oauth/code/callback`,OAUTH_FILE_SUFFIX:"-custom-oauth"}}let r=process.env.CLAUDE_CODE_OAUTH_CLIENT_ID;if(r)e={...e,CLIENT_ID:r};return e}var g0="-credentials";function h0(e=""){let t=process.env.CLAUDE_SECURESTORAGE_CONFIG_DIR,r=t!==void 0?!t:!process.env.CLAUDE_CONFIG_DIR,o=t!==void 0?t.normalize("NFC"):qt(),n=r?"":`-${B6("sha256").update(o).digest("hex").substring(0,8)}`;return`Claude Code${m0().OAUTH_FILE_SUFFIX}${e}${n}`}var q6=/^[a-zA-Z0-9._-]+$/;function y0(){if(process.platform==="win32")return"claude-code-user";let e;try{e=process.env.USER||H6().username}catch{e="claude-code-user"}if(!q6.test(e))return"claude-code-user";return e}var ae;(function(e){e.assertEqual=(n)=>{};function t(n){}e.assertIs=t;function r(n){throw Error()}e.assertNever=r,e.arrayToEnum=(n)=>{let i={};for(let s of n)i[s]=s;return i},e.getValidEnumValues=(n)=>{let i=e.objectKeys(n).filter((a)=>typeof n[n[a]]!=="number"),s={};for(let a of i)s[a]=n[a];return e.objectValues(s)},e.objectValues=(n)=>e.objectKeys(n).map(function(i){return n[i]}),e.objectKeys=typeof Object.keys==="function"?(n)=>Object.keys(n):(n)=>{let i=[];for(let s in n)if(Object.prototype.hasOwnProperty.call(n,s))i.push(s);return i},e.find=(n,i)=>{for(let s of n)if(i(s))return s;return},e.isInteger=typeof Number.isInteger==="function"?(n)=>Number.isInteger(n):(n)=>typeof n==="number"&&Number.isFinite(n)&&Math.floor(n)===n;function o(n,i=" | "){return n.map((s)=>typeof s==="string"?`'${s}'`:s).join(i)}e.joinValues=o,e.jsonStringifyReplacer=(n,i)=>{if(typeof i==="bigint")return i.toString();return i}})(ae||(ae={}));var b0;(function(e){e.mergeShapes=(t,r)=>({...t,...r})})(b0||(b0={}));var C=ae.arrayToEnum(["string","nan","number","integer","float","boolean","date","bigint","symbol","function","undefined","null","array","object","unknown","promise","void","never","map","set"]),Hr=(e)=>{switch(typeof e){case"undefined":return C.undefined;case"string":return C.string;case"number":return Number.isNaN(e)?C.nan:C.number;case"boolean":return C.boolean;case"function":return C.function;case"bigint":return C.bigint;case"symbol":return C.symbol;case"object":if(Array.isArray(e))return C.array;if(e===null)return C.null;if(e.then&&typeof e.then==="function"&&e.catch&&typeof e.catch==="function")return C.promise;if(typeof Map<"u"&&e instanceof Map)return C.map;if(typeof Set<"u"&&e instanceof Set)return C.set;if(typeof Date<"u"&&e instanceof Date)return C.date;return C.object;default:return C.unknown}};var I=ae.arrayToEnum(["invalid_type","invalid_literal","custom","invalid_union","invalid_union_discriminator","invalid_enum_value","unrecognized_keys","invalid_arguments","invalid_return_type","invalid_date","invalid_string","too_small","too_big","invalid_intersection_types","not_multiple_of","not_finite"]);class Nt extends Error{get errors(){return this.issues}constructor(e){super();this.issues=[],this.addIssue=(r)=>{this.issues=[...this.issues,r]},this.addIssues=(r=[])=>{this.issues=[...this.issues,...r]};let t=new.target.prototype;if(Object.setPrototypeOf)Object.setPrototypeOf(this,t);else this.__proto__=t;this.name="ZodError",this.issues=e}format(e){let t=e||function(n){return n.message},r={_errors:[]},o=(n)=>{for(let i of n.issues)if(i.code==="invalid_union")i.unionErrors.map(o);else if(i.code==="invalid_return_type")o(i.returnTypeError);else if(i.code==="invalid_arguments")o(i.argumentsError);else if(i.path.length===0)r._errors.push(t(i));else{let s=r,a=0;while(a<i.path.length){let c=i.path[a];if(a!==i.path.length-1)s[c]=s[c]||{_errors:[]};else s[c]=s[c]||{_errors:[]},s[c]._errors.push(t(i));s=s[c],a++}}};return o(this),r}static assert(e){if(!(e instanceof Nt))throw Error(`Not a ZodError: ${e}`)}toString(){return this.message}get message(){return JSON.stringify(this.issues,ae.jsonStringifyReplacer,2)}get isEmpty(){return this.issues.length===0}flatten(e=(t)=>t.message){let t={},r=[];for(let o of this.issues)if(o.path.length>0){let n=o.path[0];t[n]=t[n]||[],t[n].push(e(o))}else r.push(e(o));return{formErrors:r,fieldErrors:t}}get formErrors(){return this.flatten()}}Nt.create=(e)=>new Nt(e);var Z6=(e,t)=>{let r;switch(e.code){case I.invalid_type:if(e.received===C.undefined)r="Required";else r=`Expected ${e.expected}, received ${e.received}`;break;case I.invalid_literal:r=`Invalid literal value, expected ${JSON.stringify(e.expected,ae.jsonStringifyReplacer)}`;break;case I.unrecognized_keys:r=`Unrecognized key(s) in object: ${ae.joinValues(e.keys,", ")}`;break;case I.invalid_union:r="Invalid input";break;case I.invalid_union_discriminator:r=`Invalid discriminator value. Expected ${ae.joinValues(e.options)}`;break;case I.invalid_enum_value:r=`Invalid enum value. Expected ${ae.joinValues(e.options)}, received '${e.received}'`;break;case I.invalid_arguments:r="Invalid function arguments";break;case I.invalid_return_type:r="Invalid function return type";break;case I.invalid_date:r="Invalid date";break;case I.invalid_string:if(typeof e.validation==="object")if("includes"in e.validation){if(r=`Invalid input: must include "${e.validation.includes}"`,typeof e.validation.position==="number")r=`${r} at one or more positions greater than or equal to ${e.validation.position}`}else if("startsWith"in e.validation)r=`Invalid input: must start with "${e.validation.startsWith}"`;else if("endsWith"in e.validation)r=`Invalid input: must end with "${e.validation.endsWith}"`;else ae.assertNever(e.validation);else if(e.validation!=="regex")r=`Invalid ${e.validation}`;else r="Invalid";break;case I.too_small:if(e.type==="array")r=`Array must contain ${e.exact?"exactly":e.inclusive?"at least":"more than"} ${e.minimum} element(s)`;else if(e.type==="string")r=`String must contain ${e.exact?"exactly":e.inclusive?"at least":"over"} ${e.minimum} character(s)`;else if(e.type==="number")r=`Number must be ${e.exact?"exactly equal to ":e.inclusive?"greater than or equal to ":"greater than "}${e.minimum}`;else if(e.type==="bigint")r=`Number must be ${e.exact?"exactly equal to ":e.inclusive?"greater than or equal to ":"greater than "}${e.minimum}`;else if(e.type==="date")r=`Date must be ${e.exact?"exactly equal to ":e.inclusive?"greater than or equal to ":"greater than "}${new Date(Number(e.minimum))}`;else r="Invalid input";break;case I.too_big:if(e.type==="array")r=`Array must contain ${e.exact?"exactly":e.inclusive?"at most":"less than"} ${e.maximum} element(s)`;else if(e.type==="string")r=`String must contain ${e.exact?"exactly":e.inclusive?"at most":"under"} ${e.maximum} character(s)`;else if(e.type==="number")r=`Number must be ${e.exact?"exactly":e.inclusive?"less than or equal to":"less than"} ${e.maximum}`;else if(e.type==="bigint")r=`BigInt must be ${e.exact?"exactly":e.inclusive?"less than or equal to":"less than"} ${e.maximum}`;else if(e.type==="date")r=`Date must be ${e.exact?"exactly":e.inclusive?"smaller than or equal to":"smaller than"} ${new Date(Number(e.maximum))}`;else r="Invalid input";break;case I.custom:r="Invalid input";break;case I.invalid_intersection_types:r="Intersection results could not be merged";break;case I.not_multiple_of:r=`Number must be a multiple of ${e.multipleOf}`;break;case I.not_finite:r="Number must be finite";break;default:r=t.defaultError,ae.assertNever(e)}return{message:r}},En=Z6;var V6=En;function tc(){return V6}var Dd=(e)=>{let{data:t,path:r,errorMaps:o,issueData:n}=e,i=[...r,...n.path||[]],s={...n,path:i};if(n.message!==void 0)return{...n,path:i,message:n.message};let a="",c=o.filter((u)=>!!u).slice().reverse();for(let u of c)a=u(s,{data:t,defaultError:a}).message;return{...n,path:i,message:a}};function j(e,t){let r=tc(),o=Dd({issueData:t,data:e.data,path:e.path,errorMaps:[e.common.contextualErrorMap,e.schemaErrorMap,r,r===En?void 0:En].filter((n)=>!!n)});e.common.issues.push(o)}class st{constructor(){this.value="valid"}dirty(){if(this.value==="valid")this.value="dirty"}abort(){if(this.value!=="aborted")this.value="aborted"}static mergeArray(e,t){let r=[];for(let o of t){if(o.status==="aborted")return W;if(o.status==="dirty")e.dirty();r.push(o.value)}return{status:e.value,value:r}}static async mergeObjectAsync(e,t){let r=[];for(let o of t){let n=await o.key,i=await o.value;r.push({key:n,value:i})}return st.mergeObjectSync(e,r)}static mergeObjectSync(e,t){let r={};for(let o of t){let{key:n,value:i}=o;if(n.status==="aborted")return W;if(i.status==="aborted")return W;if(n.status==="dirty")e.dirty();if(i.status==="dirty")e.dirty();if(n.value!=="__proto__"&&(typeof i.value<"u"||o.alwaysSet))r[n.value]=i.value}return{status:e.value,value:r}}}var W=Object.freeze({status:"aborted"}),ji=(e)=>({status:"dirty",value:e}),pt=(e)=>({status:"valid",value:e}),qy=(e)=>e.status==="aborted",Zy=(e)=>e.status==="dirty",xo=(e)=>e.status==="valid",rc=(e)=>typeof Promise<"u"&&e instanceof Promise;var F;(function(e){e.errToObj=(t)=>typeof t==="string"?{message:t}:t||{},e.toString=(t)=>typeof t==="string"?t:t?.message})(F||(F={}));class lr{constructor(e,t,r,o){this._cachedPath=[],this.parent=e,this.data=t,this._path=r,this._key=o}get path(){if(!this._cachedPath.length)if(Array.isArray(this._key))this._cachedPath.push(...this._path,...this._key);else this._cachedPath.push(...this._path,this._key);return this._cachedPath}}var _0=(e,t)=>{if(xo(t))return{success:!0,data:t.value};else{if(!e.common.issues.length)throw Error("Validation failed but no issues detected.");return{success:!1,get error(){if(this._error)return this._error;let r=new Nt(e.common.issues);return this._error=r,this._error}}}};function Q(e){if(!e)return{};let{errorMap:t,invalid_type_error:r,required_error:o,description:n}=e;if(t&&(r||o))throw Error(`Can't use "invalid_type_error" or "required_error" in conjunction with custom error map.`);if(t)return{errorMap:t,description:n};return{errorMap:(s,a)=>{let{message:c}=e;if(s.code==="invalid_enum_value")return{message:c??a.defaultError};if(typeof a.data>"u")return{message:c??o??a.defaultError};if(s.code!=="invalid_type")return{message:a.defaultError};return{message:c??r??a.defaultError}},description:n}}class oe{get description(){return this._def.description}_getType(e){return Hr(e.data)}_getOrReturnCtx(e,t){return t||{common:e.parent.common,data:e.data,parsedType:Hr(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}_processInputParams(e){return{status:new st,ctx:{common:e.parent.common,data:e.data,parsedType:Hr(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}}_parseSync(e){let t=this._parse(e);if(rc(t))throw Error("Synchronous parse encountered promise.");return t}_parseAsync(e){let t=this._parse(e);return Promise.resolve(t)}parse(e,t){let r=this.safeParse(e,t);if(r.success)return r.data;throw r.error}safeParse(e,t){let r={common:{issues:[],async:t?.async??!1,contextualErrorMap:t?.errorMap},path:t?.path||[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:Hr(e)},o=this._parseSync({data:e,path:r.path,parent:r});return _0(r,o)}"~validate"(e){let t={common:{issues:[],async:!!this["~standard"].async},path:[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:Hr(e)};if(!this["~standard"].async)try{let r=this._parseSync({data:e,path:[],parent:t});return xo(r)?{value:r.value}:{issues:t.common.issues}}catch(r){if(r?.message?.toLowerCase()?.includes("encountered"))this["~standard"].async=!0;t.common={issues:[],async:!0}}return this._parseAsync({data:e,path:[],parent:t}).then((r)=>xo(r)?{value:r.value}:{issues:t.common.issues})}async parseAsync(e,t){let r=await this.safeParseAsync(e,t);if(r.success)return r.data;throw r.error}async safeParseAsync(e,t){let r={common:{issues:[],contextualErrorMap:t?.errorMap,async:!0},path:t?.path||[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:Hr(e)},o=this._parse({data:e,path:r.path,parent:r}),n=await(rc(o)?o:Promise.resolve(o));return _0(r,n)}refine(e,t){let r=(o)=>{if(typeof t==="string"||typeof t>"u")return{message:t};else if(typeof t==="function")return t(o);else return t};return this._refinement((o,n)=>{let i=e(o),s=()=>n.addIssue({code:I.custom,...r(o)});if(typeof Promise<"u"&&i instanceof Promise)return i.then((a)=>{if(!a)return s(),!1;else return!0});if(!i)return s(),!1;else return!0})}refinement(e,t){return this._refinement((r,o)=>{if(!e(r))return o.addIssue(typeof t==="function"?t(r,o):t),!1;else return!0})}_refinement(e){return new Tr({schema:this,typeName:R.ZodEffects,effect:{type:"refinement",refinement:e}})}superRefine(e){return this._refinement(e)}constructor(e){this.spa=this.safeParseAsync,this._def=e,this.parse=this.parse.bind(this),this.safeParse=this.safeParse.bind(this),this.parseAsync=this.parseAsync.bind(this),this.safeParseAsync=this.safeParseAsync.bind(this),this.spa=this.spa.bind(this),this.refine=this.refine.bind(this),this.refinement=this.refinement.bind(this),this.superRefine=this.superRefine.bind(this),this.optional=this.optional.bind(this),this.nullable=this.nullable.bind(this),this.nullish=this.nullish.bind(this),this.array=this.array.bind(this),this.promise=this.promise.bind(this),this.or=this.or.bind(this),this.and=this.and.bind(this),this.transform=this.transform.bind(this),this.brand=this.brand.bind(this),this.default=this.default.bind(this),this.catch=this.catch.bind(this),this.describe=this.describe.bind(this),this.pipe=this.pipe.bind(this),this.readonly=this.readonly.bind(this),this.isNullable=this.isNullable.bind(this),this.isOptional=this.isOptional.bind(this),this["~standard"]={version:1,vendor:"zod",validate:(t)=>this["~validate"](t)}}optional(){return Gt.create(this,this._def)}nullable(){return Tn.create(this,this._def)}nullish(){return this.nullable().optional()}array(){return Er.create(this)}promise(){return Bi.create(this,this._def)}or(e){return ac.create([this,e],this._def)}and(e){return cc.create(this,e,this._def)}transform(e){return new Tr({...Q(this._def),schema:this,typeName:R.ZodEffects,effect:{type:"transform",transform:e}})}default(e){let t=typeof e==="function"?e:()=>e;return new pc({...Q(this._def),innerType:this,defaultValue:t,typeName:R.ZodDefault})}brand(){return new Gy({typeName:R.ZodBranded,type:this,...Q(this._def)})}catch(e){let t=typeof e==="function"?e:()=>e;return new fc({...Q(this._def),innerType:this,catchValue:t,typeName:R.ZodCatch})}describe(e){return new this.constructor({...this._def,description:e})}pipe(e){return Hd.create(this,e)}readonly(){return mc.create(this)}isOptional(){return this.safeParse(void 0).success}isNullable(){return this.safeParse(null).success}}var W6=/^c[^\s-]{8,}$/i,K6=/^[0-9a-z]+$/,G6=/^[0-9A-HJKMNP-TV-Z]{26}$/i,J6=/^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}$/i,X6=/^[a-z0-9_-]{21}$/i,Y6=/^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/,Q6=/^[-+]?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)?)??$/,eZ=/^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i,tZ="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$",Vy,rZ=/^(?:(?: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])$/,nZ=/^(?:(?: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])\/(3[0-2]|[12]?[0-9])$/,oZ=/^(([0-9a-fA-F]{1,4}:){7,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}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))$/,iZ=/^(([0-9a-fA-F]{1,4}:){7,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}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/,sZ=/^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/,aZ=/^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/,v0="((\\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])))",cZ=new RegExp(`^${v0}$`);function S0(e){let t="[0-5]\\d";if(e.precision)t=`${t}\\.\\d{${e.precision}}`;else if(e.precision==null)t=`${t}(\\.\\d+)?`;let r=e.precision?"+":"?";return`([01]\\d|2[0-3]):[0-5]\\d(:${t})${r}`}function lZ(e){return new RegExp(`^${S0(e)}$`)}function uZ(e){let t=`${v0}T${S0(e)}`,r=[];if(r.push(e.local?"Z?":"Z"),e.offset)r.push("([+-]\\d{2}:?\\d{2})");return t=`${t}(${r.join("|")})`,new RegExp(`^${t}$`)}function dZ(e,t){if((t==="v4"||!t)&&rZ.test(e))return!0;if((t==="v6"||!t)&&oZ.test(e))return!0;return!1}function pZ(e,t){if(!Y6.test(e))return!1;try{let[r]=e.split(".");if(!r)return!1;let o=r.replace(/-/g,"+").replace(/_/g,"/").padEnd(r.length+(4-r.length%4)%4,"="),n=JSON.parse(atob(o));if(typeof n!=="object"||n===null)return!1;if("typ"in n&&n?.typ!=="JWT")return!1;if(!n.alg)return!1;if(t&&n.alg!==t)return!1;return!0}catch{return!1}}function fZ(e,t){if((t==="v4"||!t)&&nZ.test(e))return!0;if((t==="v6"||!t)&&iZ.test(e))return!0;return!1}class Zr extends oe{_parse(e){if(this._def.coerce)e.data=String(e.data);if(this._getType(e)!==C.string){let n=this._getOrReturnCtx(e);return j(n,{code:I.invalid_type,expected:C.string,received:n.parsedType}),W}let r=new st,o=void 0;for(let n of this._def.checks)if(n.kind==="min"){if(e.data.length<n.value)o=this._getOrReturnCtx(e,o),j(o,{code:I.too_small,minimum:n.value,type:"string",inclusive:!0,exact:!1,message:n.message}),r.dirty()}else if(n.kind==="max"){if(e.data.length>n.value)o=this._getOrReturnCtx(e,o),j(o,{code:I.too_big,maximum:n.value,type:"string",inclusive:!0,exact:!1,message:n.message}),r.dirty()}else if(n.kind==="length"){let i=e.data.length>n.value,s=e.data.length<n.value;if(i||s){if(o=this._getOrReturnCtx(e,o),i)j(o,{code:I.too_big,maximum:n.value,type:"string",inclusive:!0,exact:!0,message:n.message});else if(s)j(o,{code:I.too_small,minimum:n.value,type:"string",inclusive:!0,exact:!0,message:n.message});r.dirty()}}else if(n.kind==="email"){if(!eZ.test(e.data))o=this._getOrReturnCtx(e,o),j(o,{validation:"email",code:I.invalid_string,message:n.message}),r.dirty()}else if(n.kind==="emoji"){if(!Vy)Vy=new RegExp(tZ,"u");if(!Vy.test(e.data))o=this._getOrReturnCtx(e,o),j(o,{validation:"emoji",code:I.invalid_string,message:n.message}),r.dirty()}else if(n.kind==="uuid"){if(!J6.test(e.data))o=this._getOrReturnCtx(e,o),j(o,{validation:"uuid",code:I.invalid_string,message:n.message}),r.dirty()}else if(n.kind==="nanoid"){if(!X6.test(e.data))o=this._getOrReturnCtx(e,o),j(o,{validation:"nanoid",code:I.invalid_string,message:n.message}),r.dirty()}else if(n.kind==="cuid"){if(!W6.test(e.data))o=this._getOrReturnCtx(e,o),j(o,{validation:"cuid",code:I.invalid_string,message:n.message}),r.dirty()}else if(n.kind==="cuid2"){if(!K6.test(e.data))o=this._getOrReturnCtx(e,o),j(o,{validation:"cuid2",code:I.invalid_string,message:n.message}),r.dirty()}else if(n.kind==="ulid"){if(!G6.test(e.data))o=this._getOrReturnCtx(e,o),j(o,{validation:"ulid",code:I.invalid_string,message:n.message}),r.dirty()}else if(n.kind==="url")try{new URL(e.data)}catch{o=this._getOrReturnCtx(e,o),j(o,{validation:"url",code:I.invalid_string,message:n.message}),r.dirty()}else if(n.kind==="regex"){if(n.regex.lastIndex=0,!n.regex.test(e.data))o=this._getOrReturnCtx(e,o),j(o,{validation:"regex",code:I.invalid_string,message:n.message}),r.dirty()}else if(n.kind==="trim")e.data=e.data.trim();else if(n.kind==="includes"){if(!e.data.includes(n.value,n.position))o=this._getOrReturnCtx(e,o),j(o,{code:I.invalid_string,validation:{includes:n.value,position:n.position},message:n.message}),r.dirty()}else if(n.kind==="toLowerCase")e.data=e.data.toLowerCase();else if(n.kind==="toUpperCase")e.data=e.data.toUpperCase();else if(n.kind==="startsWith"){if(!e.data.startsWith(n.value))o=this._getOrReturnCtx(e,o),j(o,{code:I.invalid_string,validation:{startsWith:n.value},message:n.message}),r.dirty()}else if(n.kind==="endsWith"){if(!e.data.endsWith(n.value))o=this._getOrReturnCtx(e,o),j(o,{code:I.invalid_string,validation:{endsWith:n.value},message:n.message}),r.dirty()}else if(n.kind==="datetime"){if(!uZ(n).test(e.data))o=this._getOrReturnCtx(e,o),j(o,{code:I.invalid_string,validation:"datetime",message:n.message}),r.dirty()}else if(n.kind==="date"){if(!cZ.test(e.data))o=this._getOrReturnCtx(e,o),j(o,{code:I.invalid_string,validation:"date",message:n.message}),r.dirty()}else if(n.kind==="time"){if(!lZ(n).test(e.data))o=this._getOrReturnCtx(e,o),j(o,{code:I.invalid_string,validation:"time",message:n.message}),r.dirty()}else if(n.kind==="duration"){if(!Q6.test(e.data))o=this._getOrReturnCtx(e,o),j(o,{validation:"duration",code:I.invalid_string,message:n.message}),r.dirty()}else if(n.kind==="ip"){if(!dZ(e.data,n.version))o=this._getOrReturnCtx(e,o),j(o,{validation:"ip",code:I.invalid_string,message:n.message}),r.dirty()}else if(n.kind==="jwt"){if(!pZ(e.data,n.alg))o=this._getOrReturnCtx(e,o),j(o,{validation:"jwt",code:I.invalid_string,message:n.message}),r.dirty()}else if(n.kind==="cidr"){if(!fZ(e.data,n.version))o=this._getOrReturnCtx(e,o),j(o,{validation:"cidr",code:I.invalid_string,message:n.message}),r.dirty()}else if(n.kind==="base64"){if(!sZ.test(e.data))o=this._getOrReturnCtx(e,o),j(o,{validation:"base64",code:I.invalid_string,message:n.message}),r.dirty()}else if(n.kind==="base64url"){if(!aZ.test(e.data))o=this._getOrReturnCtx(e,o),j(o,{validation:"base64url",code:I.invalid_string,message:n.message}),r.dirty()}else ae.assertNever(n);return{status:r.value,value:e.data}}_regex(e,t,r){return this.refinement((o)=>e.test(o),{validation:t,code:I.invalid_string,...F.errToObj(r)})}_addCheck(e){return new Zr({...this._def,checks:[...this._def.checks,e]})}email(e){return this._addCheck({kind:"email",...F.errToObj(e)})}url(e){return this._addCheck({kind:"url",...F.errToObj(e)})}emoji(e){return this._addCheck({kind:"emoji",...F.errToObj(e)})}uuid(e){return this._addCheck({kind:"uuid",...F.errToObj(e)})}nanoid(e){return this._addCheck({kind:"nanoid",...F.errToObj(e)})}cuid(e){return this._addCheck({kind:"cuid",...F.errToObj(e)})}cuid2(e){return this._addCheck({kind:"cuid2",...F.errToObj(e)})}ulid(e){return this._addCheck({kind:"ulid",...F.errToObj(e)})}base64(e){return this._addCheck({kind:"base64",...F.errToObj(e)})}base64url(e){return this._addCheck({kind:"base64url",...F.errToObj(e)})}jwt(e){return this._addCheck({kind:"jwt",...F.errToObj(e)})}ip(e){return this._addCheck({kind:"ip",...F.errToObj(e)})}cidr(e){return this._addCheck({kind:"cidr",...F.errToObj(e)})}datetime(e){if(typeof e==="string")return this._addCheck({kind:"datetime",precision:null,offset:!1,local:!1,message:e});return this._addCheck({kind:"datetime",precision:typeof e?.precision>"u"?null:e?.precision,offset:e?.offset??!1,local:e?.local??!1,...F.errToObj(e?.message)})}date(e){return this._addCheck({kind:"date",message:e})}time(e){if(typeof e==="string")return this._addCheck({kind:"time",precision:null,message:e});return this._addCheck({kind:"time",precision:typeof e?.precision>"u"?null:e?.precision,...F.errToObj(e?.message)})}duration(e){return this._addCheck({kind:"duration",...F.errToObj(e)})}regex(e,t){return this._addCheck({kind:"regex",regex:e,...F.errToObj(t)})}includes(e,t){return this._addCheck({kind:"includes",value:e,position:t?.position,...F.errToObj(t?.message)})}startsWith(e,t){return this._addCheck({kind:"startsWith",value:e,...F.errToObj(t)})}endsWith(e,t){return this._addCheck({kind:"endsWith",value:e,...F.errToObj(t)})}min(e,t){return this._addCheck({kind:"min",value:e,...F.errToObj(t)})}max(e,t){return this._addCheck({kind:"max",value:e,...F.errToObj(t)})}length(e,t){return this._addCheck({kind:"length",value:e,...F.errToObj(t)})}nonempty(e){return this.min(1,F.errToObj(e))}trim(){return new Zr({...this._def,checks:[...this._def.checks,{kind:"trim"}]})}toLowerCase(){return new Zr({...this._def,checks:[...this._def.checks,{kind:"toLowerCase"}]})}toUpperCase(){return new Zr({...this._def,checks:[...this._def.checks,{kind:"toUpperCase"}]})}get isDatetime(){return!!this._def.checks.find((e)=>e.kind==="datetime")}get isDate(){return!!this._def.checks.find((e)=>e.kind==="date")}get isTime(){return!!this._def.checks.find((e)=>e.kind==="time")}get isDuration(){return!!this._def.checks.find((e)=>e.kind==="duration")}get isEmail(){return!!this._def.checks.find((e)=>e.kind==="email")}get isURL(){return!!this._def.checks.find((e)=>e.kind==="url")}get isEmoji(){return!!this._def.checks.find((e)=>e.kind==="emoji")}get isUUID(){return!!this._def.checks.find((e)=>e.kind==="uuid")}get isNANOID(){return!!this._def.checks.find((e)=>e.kind==="nanoid")}get isCUID(){return!!this._def.checks.find((e)=>e.kind==="cuid")}get isCUID2(){return!!this._def.checks.find((e)=>e.kind==="cuid2")}get isULID(){return!!this._def.checks.find((e)=>e.kind==="ulid")}get isIP(){return!!this._def.checks.find((e)=>e.kind==="ip")}get isCIDR(){return!!this._def.checks.find((e)=>e.kind==="cidr")}get isBase64(){return!!this._def.checks.find((e)=>e.kind==="base64")}get isBase64url(){return!!this._def.checks.find((e)=>e.kind==="base64url")}get minLength(){let e=null;for(let t of this._def.checks)if(t.kind==="min"){if(e===null||t.value>e)e=t.value}return e}get maxLength(){let e=null;for(let t of this._def.checks)if(t.kind==="max"){if(e===null||t.value<e)e=t.value}return e}}Zr.create=(e)=>new Zr({checks:[],typeName:R.ZodString,coerce:e?.coerce??!1,...Q(e)});function mZ(e,t){let r=(e.toString().split(".")[1]||"").length,o=(t.toString().split(".")[1]||"").length,n=r>o?r:o,i=Number.parseInt(e.toFixed(n).replace(".","")),s=Number.parseInt(t.toFixed(n).replace(".",""));return i%s/10**n}class zi extends oe{constructor(){super(...arguments);this.min=this.gte,this.max=this.lte,this.step=this.multipleOf}_parse(e){if(this._def.coerce)e.data=Number(e.data);if(this._getType(e)!==C.number){let n=this._getOrReturnCtx(e);return j(n,{code:I.invalid_type,expected:C.number,received:n.parsedType}),W}let r=void 0,o=new st;for(let n of this._def.checks)if(n.kind==="int"){if(!ae.isInteger(e.data))r=this._getOrReturnCtx(e,r),j(r,{code:I.invalid_type,expected:"integer",received:"float",message:n.message}),o.dirty()}else if(n.kind==="min"){if(n.inclusive?e.data<n.value:e.data<=n.value)r=this._getOrReturnCtx(e,r),j(r,{code:I.too_small,minimum:n.value,type:"number",inclusive:n.inclusive,exact:!1,message:n.message}),o.dirty()}else if(n.kind==="max"){if(n.inclusive?e.data>n.value:e.data>=n.value)r=this._getOrReturnCtx(e,r),j(r,{code:I.too_big,maximum:n.value,type:"number",inclusive:n.inclusive,exact:!1,message:n.message}),o.dirty()}else if(n.kind==="multipleOf"){if(mZ(e.data,n.value)!==0)r=this._getOrReturnCtx(e,r),j(r,{code:I.not_multiple_of,multipleOf:n.value,message:n.message}),o.dirty()}else if(n.kind==="finite"){if(!Number.isFinite(e.data))r=this._getOrReturnCtx(e,r),j(r,{code:I.not_finite,message:n.message}),o.dirty()}else ae.assertNever(n);return{status:o.value,value:e.data}}gte(e,t){return this.setLimit("min",e,!0,F.toString(t))}gt(e,t){return this.setLimit("min",e,!1,F.toString(t))}lte(e,t){return this.setLimit("max",e,!0,F.toString(t))}lt(e,t){return this.setLimit("max",e,!1,F.toString(t))}setLimit(e,t,r,o){return new zi({...this._def,checks:[...this._def.checks,{kind:e,value:t,inclusive:r,message:F.toString(o)}]})}_addCheck(e){return new zi({...this._def,checks:[...this._def.checks,e]})}int(e){return this._addCheck({kind:"int",message:F.toString(e)})}positive(e){return this._addCheck({kind:"min",value:0,inclusive:!1,message:F.toString(e)})}negative(e){return this._addCheck({kind:"max",value:0,inclusive:!1,message:F.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:0,inclusive:!0,message:F.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:0,inclusive:!0,message:F.toString(e)})}multipleOf(e,t){return this._addCheck({kind:"multipleOf",value:e,message:F.toString(t)})}finite(e){return this._addCheck({kind:"finite",message:F.toString(e)})}safe(e){return this._addCheck({kind:"min",inclusive:!0,value:Number.MIN_SAFE_INTEGER,message:F.toString(e)})._addCheck({kind:"max",inclusive:!0,value:Number.MAX_SAFE_INTEGER,message:F.toString(e)})}get minValue(){let e=null;for(let t of this._def.checks)if(t.kind==="min"){if(e===null||t.value>e)e=t.value}return e}get maxValue(){let e=null;for(let t of this._def.checks)if(t.kind==="max"){if(e===null||t.value<e)e=t.value}return e}get isInt(){return!!this._def.checks.find((e)=>e.kind==="int"||e.kind==="multipleOf"&&ae.isInteger(e.value))}get isFinite(){let e=null,t=null;for(let r of this._def.checks)if(r.kind==="finite"||r.kind==="int"||r.kind==="multipleOf")return!0;else if(r.kind==="min"){if(t===null||r.value>t)t=r.value}else if(r.kind==="max"){if(e===null||r.value<e)e=r.value}return Number.isFinite(t)&&Number.isFinite(e)}}zi.create=(e)=>new zi({checks:[],typeName:R.ZodNumber,coerce:e?.coerce||!1,...Q(e)});class Li extends oe{constructor(){super(...arguments);this.min=this.gte,this.max=this.lte}_parse(e){if(this._def.coerce)try{e.data=BigInt(e.data)}catch{return this._getInvalidInput(e)}if(this._getType(e)!==C.bigint)return this._getInvalidInput(e);let r=void 0,o=new st;for(let n of this._def.checks)if(n.kind==="min"){if(n.inclusive?e.data<n.value:e.data<=n.value)r=this._getOrReturnCtx(e,r),j(r,{code:I.too_small,type:"bigint",minimum:n.value,inclusive:n.inclusive,message:n.message}),o.dirty()}else if(n.kind==="max"){if(n.inclusive?e.data>n.value:e.data>=n.value)r=this._getOrReturnCtx(e,r),j(r,{code:I.too_big,type:"bigint",maximum:n.value,inclusive:n.inclusive,message:n.message}),o.dirty()}else if(n.kind==="multipleOf"){if(e.data%n.value!==BigInt(0))r=this._getOrReturnCtx(e,r),j(r,{code:I.not_multiple_of,multipleOf:n.value,message:n.message}),o.dirty()}else ae.assertNever(n);return{status:o.value,value:e.data}}_getInvalidInput(e){let t=this._getOrReturnCtx(e);return j(t,{code:I.invalid_type,expected:C.bigint,received:t.parsedType}),W}gte(e,t){return this.setLimit("min",e,!0,F.toString(t))}gt(e,t){return this.setLimit("min",e,!1,F.toString(t))}lte(e,t){return this.setLimit("max",e,!0,F.toString(t))}lt(e,t){return this.setLimit("max",e,!1,F.toString(t))}setLimit(e,t,r,o){return new Li({...this._def,checks:[...this._def.checks,{kind:e,value:t,inclusive:r,message:F.toString(o)}]})}_addCheck(e){return new Li({...this._def,checks:[...this._def.checks,e]})}positive(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!1,message:F.toString(e)})}negative(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!1,message:F.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!0,message:F.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!0,message:F.toString(e)})}multipleOf(e,t){return this._addCheck({kind:"multipleOf",value:e,message:F.toString(t)})}get minValue(){let e=null;for(let t of this._def.checks)if(t.kind==="min"){if(e===null||t.value>e)e=t.value}return e}get maxValue(){let e=null;for(let t of this._def.checks)if(t.kind==="max"){if(e===null||t.value<e)e=t.value}return e}}Li.create=(e)=>new Li({checks:[],typeName:R.ZodBigInt,coerce:e?.coerce??!1,...Q(e)});class Nd extends oe{_parse(e){if(this._def.coerce)e.data=Boolean(e.data);if(this._getType(e)!==C.boolean){let r=this._getOrReturnCtx(e);return j(r,{code:I.invalid_type,expected:C.boolean,received:r.parsedType}),W}return pt(e.data)}}Nd.create=(e)=>new Nd({typeName:R.ZodBoolean,coerce:e?.coerce||!1,...Q(e)});class oc extends oe{_parse(e){if(this._def.coerce)e.data=new Date(e.data);if(this._getType(e)!==C.date){let n=this._getOrReturnCtx(e);return j(n,{code:I.invalid_type,expected:C.date,received:n.parsedType}),W}if(Number.isNaN(e.data.getTime())){let n=this._getOrReturnCtx(e);return j(n,{code:I.invalid_date}),W}let r=new st,o=void 0;for(let n of this._def.checks)if(n.kind==="min"){if(e.data.getTime()<n.value)o=this._getOrReturnCtx(e,o),j(o,{code:I.too_small,message:n.message,inclusive:!0,exact:!1,minimum:n.value,type:"date"}),r.dirty()}else if(n.kind==="max"){if(e.data.getTime()>n.value)o=this._getOrReturnCtx(e,o),j(o,{code:I.too_big,message:n.message,inclusive:!0,exact:!1,maximum:n.value,type:"date"}),r.dirty()}else ae.assertNever(n);return{status:r.value,value:new Date(e.data.getTime())}}_addCheck(e){return new oc({...this._def,checks:[...this._def.checks,e]})}min(e,t){return this._addCheck({kind:"min",value:e.getTime(),message:F.toString(t)})}max(e,t){return this._addCheck({kind:"max",value:e.getTime(),message:F.toString(t)})}get minDate(){let e=null;for(let t of this._def.checks)if(t.kind==="min"){if(e===null||t.value>e)e=t.value}return e!=null?new Date(e):null}get maxDate(){let e=null;for(let t of this._def.checks)if(t.kind==="max"){if(e===null||t.value<e)e=t.value}return e!=null?new Date(e):null}}oc.create=(e)=>new oc({checks:[],coerce:e?.coerce||!1,typeName:R.ZodDate,...Q(e)});class jd extends oe{_parse(e){if(this._getType(e)!==C.symbol){let r=this._getOrReturnCtx(e);return j(r,{code:I.invalid_type,expected:C.symbol,received:r.parsedType}),W}return pt(e.data)}}jd.create=(e)=>new jd({typeName:R.ZodSymbol,...Q(e)});class ic extends oe{_parse(e){if(this._getType(e)!==C.undefined){let r=this._getOrReturnCtx(e);return j(r,{code:I.invalid_type,expected:C.undefined,received:r.parsedType}),W}return pt(e.data)}}ic.create=(e)=>new ic({typeName:R.ZodUndefined,...Q(e)});class sc extends oe{_parse(e){if(this._getType(e)!==C.null){let r=this._getOrReturnCtx(e);return j(r,{code:I.invalid_type,expected:C.null,received:r.parsedType}),W}return pt(e.data)}}sc.create=(e)=>new sc({typeName:R.ZodNull,...Q(e)});class Ud extends oe{constructor(){super(...arguments);this._any=!0}_parse(e){return pt(e.data)}}Ud.create=(e)=>new Ud({typeName:R.ZodAny,...Q(e)});class wo extends oe{constructor(){super(...arguments);this._unknown=!0}_parse(e){return pt(e.data)}}wo.create=(e)=>new wo({typeName:R.ZodUnknown,...Q(e)});class Vr extends oe{_parse(e){let t=this._getOrReturnCtx(e);return j(t,{code:I.invalid_type,expected:C.never,received:t.parsedType}),W}}Vr.create=(e)=>new Vr({typeName:R.ZodNever,...Q(e)});class zd extends oe{_parse(e){if(this._getType(e)!==C.undefined){let r=this._getOrReturnCtx(e);return j(r,{code:I.invalid_type,expected:C.void,received:r.parsedType}),W}return pt(e.data)}}zd.create=(e)=>new zd({typeName:R.ZodVoid,...Q(e)});class Er extends oe{_parse(e){let{ctx:t,status:r}=this._processInputParams(e),o=this._def;if(t.parsedType!==C.array)return j(t,{code:I.invalid_type,expected:C.array,received:t.parsedType}),W;if(o.exactLength!==null){let i=t.data.length>o.exactLength.value,s=t.data.length<o.exactLength.value;if(i||s)j(t,{code:i?I.too_big:I.too_small,minimum:s?o.exactLength.value:void 0,maximum:i?o.exactLength.value:void 0,type:"array",inclusive:!0,exact:!0,message:o.exactLength.message}),r.dirty()}if(o.minLength!==null){if(t.data.length<o.minLength.value)j(t,{code:I.too_small,minimum:o.minLength.value,type:"array",inclusive:!0,exact:!1,message:o.minLength.message}),r.dirty()}if(o.maxLength!==null){if(t.data.length>o.maxLength.value)j(t,{code:I.too_big,maximum:o.maxLength.value,type:"array",inclusive:!0,exact:!1,message:o.maxLength.message}),r.dirty()}if(t.common.async)return Promise.all([...t.data].map((i,s)=>o.type._parseAsync(new lr(t,i,t.path,s)))).then((i)=>st.mergeArray(r,i));let n=[...t.data].map((i,s)=>o.type._parseSync(new lr(t,i,t.path,s)));return st.mergeArray(r,n)}get element(){return this._def.type}min(e,t){return new Er({...this._def,minLength:{value:e,message:F.toString(t)}})}max(e,t){return new Er({...this._def,maxLength:{value:e,message:F.toString(t)}})}length(e,t){return new Er({...this._def,exactLength:{value:e,message:F.toString(t)}})}nonempty(e){return this.min(1,e)}}Er.create=(e,t)=>new Er({type:e,minLength:null,maxLength:null,exactLength:null,typeName:R.ZodArray,...Q(t)});function Ui(e){if(e instanceof ze){let t={};for(let r in e.shape){let o=e.shape[r];t[r]=Gt.create(Ui(o))}return new ze({...e._def,shape:()=>t})}else if(e instanceof Er)return new Er({...e._def,type:Ui(e.element)});else if(e instanceof Gt)return Gt.create(Ui(e.unwrap()));else if(e instanceof Tn)return Tn.create(Ui(e.unwrap()));else if(e instanceof Wr)return Wr.create(e.items.map((t)=>Ui(t)));else return e}class ze extends oe{constructor(){super(...arguments);this._cached=null,this.nonstrict=this.passthrough,this.augment=this.extend}_getCached(){if(this._cached!==null)return this._cached;let e=this._def.shape(),t=ae.objectKeys(e);return this._cached={shape:e,keys:t},this._cached}_parse(e){if(this._getType(e)!==C.object){let c=this._getOrReturnCtx(e);return j(c,{code:I.invalid_type,expected:C.object,received:c.parsedType}),W}let{status:r,ctx:o}=this._processInputParams(e),{shape:n,keys:i}=this._getCached(),s=[];if(!(this._def.catchall instanceof Vr&&this._def.unknownKeys==="strip")){for(let c in o.data)if(!i.includes(c))s.push(c)}let a=[];for(let c of i){let u=n[c],d=o.data[c];a.push({key:{status:"valid",value:c},value:u._parse(new lr(o,d,o.path,c)),alwaysSet:c in o.data})}if(this._def.catchall instanceof Vr){let c=this._def.unknownKeys;if(c==="passthrough")for(let u of s)a.push({key:{status:"valid",value:u},value:{status:"valid",value:o.data[u]}});else if(c==="strict"){if(s.length>0)j(o,{code:I.unrecognized_keys,keys:s}),r.dirty()}else if(c==="strip");else throw Error("Internal ZodObject error: invalid unknownKeys value.")}else{let c=this._def.catchall;for(let u of s){let d=o.data[u];a.push({key:{status:"valid",value:u},value:c._parse(new lr(o,d,o.path,u)),alwaysSet:u in o.data})}}if(o.common.async)return Promise.resolve().then(async()=>{let c=[];for(let u of a){let d=await u.key,p=await u.value;c.push({key:d,value:p,alwaysSet:u.alwaysSet})}return c}).then((c)=>st.mergeObjectSync(r,c));else return st.mergeObjectSync(r,a)}get shape(){return this._def.shape()}strict(e){return F.errToObj,new ze({...this._def,unknownKeys:"strict",...e!==void 0?{errorMap:(t,r)=>{let o=this._def.errorMap?.(t,r).message??r.defaultError;if(t.code==="unrecognized_keys")return{message:F.errToObj(e).message??o};return{message:o}}}:{}})}strip(){return new ze({...this._def,unknownKeys:"strip"})}passthrough(){return new ze({...this._def,unknownKeys:"passthrough"})}extend(e){return new ze({...this._def,shape:()=>({...this._def.shape(),...e})})}merge(e){return new ze({unknownKeys:e._def.unknownKeys,catchall:e._def.catchall,shape:()=>({...this._def.shape(),...e._def.shape()}),typeName:R.ZodObject})}setKey(e,t){return this.augment({[e]:t})}catchall(e){return new ze({...this._def,catchall:e})}pick(e){let t={};for(let r of ae.objectKeys(e))if(e[r]&&this.shape[r])t[r]=this.shape[r];return new ze({...this._def,shape:()=>t})}omit(e){let t={};for(let r of ae.objectKeys(this.shape))if(!e[r])t[r]=this.shape[r];return new ze({...this._def,shape:()=>t})}deepPartial(){return Ui(this)}partial(e){let t={};for(let r of ae.objectKeys(this.shape)){let o=this.shape[r];if(e&&!e[r])t[r]=o;else t[r]=o.optional()}return new ze({...this._def,shape:()=>t})}required(e){let t={};for(let r of ae.objectKeys(this.shape))if(e&&!e[r])t[r]=this.shape[r];else{let n=this.shape[r];while(n instanceof Gt)n=n._def.innerType;t[r]=n}return new ze({...this._def,shape:()=>t})}keyof(){return x0(ae.objectKeys(this.shape))}}ze.create=(e,t)=>new ze({shape:()=>e,unknownKeys:"strip",catchall:Vr.create(),typeName:R.ZodObject,...Q(t)});ze.strictCreate=(e,t)=>new ze({shape:()=>e,unknownKeys:"strict",catchall:Vr.create(),typeName:R.ZodObject,...Q(t)});ze.lazycreate=(e,t)=>new ze({shape:e,unknownKeys:"strip",catchall:Vr.create(),typeName:R.ZodObject,...Q(t)});class ac extends oe{_parse(e){let{ctx:t}=this._processInputParams(e),r=this._def.options;function o(n){for(let s of n)if(s.result.status==="valid")return s.result;for(let s of n)if(s.result.status==="dirty")return t.common.issues.push(...s.ctx.common.issues),s.result;let i=n.map((s)=>new Nt(s.ctx.common.issues));return j(t,{code:I.invalid_union,unionErrors:i}),W}if(t.common.async)return Promise.all(r.map(async(n)=>{let i={...t,common:{...t.common,issues:[]},parent:null};return{result:await n._parseAsync({data:t.data,path:t.path,parent:i}),ctx:i}})).then(o);else{let n=void 0,i=[];for(let a of r){let c={...t,common:{...t.common,issues:[]},parent:null},u=a._parseSync({data:t.data,path:t.path,parent:c});if(u.status==="valid")return u;else if(u.status==="dirty"&&!n)n={result:u,ctx:c};if(c.common.issues.length)i.push(c.common.issues)}if(n)return t.common.issues.push(...n.ctx.common.issues),n.result;let s=i.map((a)=>new Nt(a));return j(t,{code:I.invalid_union,unionErrors:s}),W}}get options(){return this._def.options}}ac.create=(e,t)=>new ac({options:e,typeName:R.ZodUnion,...Q(t)});var qr=(e)=>{if(e instanceof lc)return qr(e.schema);else if(e instanceof Tr)return qr(e.innerType());else if(e instanceof uc)return[e.value];else if(e instanceof ko)return e.options;else if(e instanceof dc)return ae.objectValues(e.enum);else if(e instanceof pc)return qr(e._def.innerType);else if(e instanceof ic)return[void 0];else if(e instanceof sc)return[null];else if(e instanceof Gt)return[void 0,...qr(e.unwrap())];else if(e instanceof Tn)return[null,...qr(e.unwrap())];else if(e instanceof Gy)return qr(e.unwrap());else if(e instanceof mc)return qr(e.unwrap());else if(e instanceof fc)return qr(e._def.innerType);else return[]};class Ky extends oe{_parse(e){let{ctx:t}=this._processInputParams(e);if(t.parsedType!==C.object)return j(t,{code:I.invalid_type,expected:C.object,received:t.parsedType}),W;let r=this.discriminator,o=t.data[r],n=this.optionsMap.get(o);if(!n)return j(t,{code:I.invalid_union_discriminator,options:Array.from(this.optionsMap.keys()),path:[r]}),W;if(t.common.async)return n._parseAsync({data:t.data,path:t.path,parent:t});else return n._parseSync({data:t.data,path:t.path,parent:t})}get discriminator(){return this._def.discriminator}get options(){return this._def.options}get optionsMap(){return this._def.optionsMap}static create(e,t,r){let o=new Map;for(let n of t){let i=qr(n.shape[e]);if(!i.length)throw Error(`A discriminator value for key \`${e}\` could not be extracted from all schema options`);for(let s of i){if(o.has(s))throw Error(`Discriminator property ${String(e)} has duplicate value ${String(s)}`);o.set(s,n)}}return new Ky({typeName:R.ZodDiscriminatedUnion,discriminator:e,options:t,optionsMap:o,...Q(r)})}}function Wy(e,t){let r=Hr(e),o=Hr(t);if(e===t)return{valid:!0,data:e};else if(r===C.object&&o===C.object){let n=ae.objectKeys(t),i=ae.objectKeys(e).filter((a)=>n.indexOf(a)!==-1),s={...e,...t};for(let a of i){let c=Wy(e[a],t[a]);if(!c.valid)return{valid:!1};s[a]=c.data}return{valid:!0,data:s}}else if(r===C.array&&o===C.array){if(e.length!==t.length)return{valid:!1};let n=[];for(let i=0;i<e.length;i++){let s=e[i],a=t[i],c=Wy(s,a);if(!c.valid)return{valid:!1};n.push(c.data)}return{valid:!0,data:n}}else if(r===C.date&&o===C.date&&+e===+t)return{valid:!0,data:e};else return{valid:!1}}class cc extends oe{_parse(e){let{status:t,ctx:r}=this._processInputParams(e),o=(n,i)=>{if(qy(n)||qy(i))return W;let s=Wy(n.value,i.value);if(!s.valid)return j(r,{code:I.invalid_intersection_types}),W;if(Zy(n)||Zy(i))t.dirty();return{status:t.value,value:s.data}};if(r.common.async)return Promise.all([this._def.left._parseAsync({data:r.data,path:r.path,parent:r}),this._def.right._parseAsync({data:r.data,path:r.path,parent:r})]).then(([n,i])=>o(n,i));else return o(this._def.left._parseSync({data:r.data,path:r.path,parent:r}),this._def.right._parseSync({data:r.data,path:r.path,parent:r}))}}cc.create=(e,t,r)=>new cc({left:e,right:t,typeName:R.ZodIntersection,...Q(r)});class Wr extends oe{_parse(e){let{status:t,ctx:r}=this._processInputParams(e);if(r.parsedType!==C.array)return j(r,{code:I.invalid_type,expected:C.array,received:r.parsedType}),W;if(r.data.length<this._def.items.length)return j(r,{code:I.too_small,minimum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),W;if(!this._def.rest&&r.data.length>this._def.items.length)j(r,{code:I.too_big,maximum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),t.dirty();let n=[...r.data].map((i,s)=>{let a=this._def.items[s]||this._def.rest;if(!a)return null;return a._parse(new lr(r,i,r.path,s))}).filter((i)=>!!i);if(r.common.async)return Promise.all(n).then((i)=>st.mergeArray(t,i));else return st.mergeArray(t,n)}get items(){return this._def.items}rest(e){return new Wr({...this._def,rest:e})}}Wr.create=(e,t)=>{if(!Array.isArray(e))throw Error("You must pass an array of schemas to z.tuple([ ... ])");return new Wr({items:e,typeName:R.ZodTuple,rest:null,...Q(t)})};class Ld extends oe{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(e){let{status:t,ctx:r}=this._processInputParams(e);if(r.parsedType!==C.object)return j(r,{code:I.invalid_type,expected:C.object,received:r.parsedType}),W;let o=[],n=this._def.keyType,i=this._def.valueType;for(let s in r.data)o.push({key:n._parse(new lr(r,s,r.path,s)),value:i._parse(new lr(r,r.data[s],r.path,s)),alwaysSet:s in r.data});if(r.common.async)return st.mergeObjectAsync(t,o);else return st.mergeObjectSync(t,o)}get element(){return this._def.valueType}static create(e,t,r){if(t instanceof oe)return new Ld({keyType:e,valueType:t,typeName:R.ZodRecord,...Q(r)});return new Ld({keyType:Zr.create(),valueType:e,typeName:R.ZodRecord,...Q(t)})}}class Fd extends oe{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(e){let{status:t,ctx:r}=this._processInputParams(e);if(r.parsedType!==C.map)return j(r,{code:I.invalid_type,expected:C.map,received:r.parsedType}),W;let o=this._def.keyType,n=this._def.valueType,i=[...r.data.entries()].map(([s,a],c)=>({key:o._parse(new lr(r,s,r.path,[c,"key"])),value:n._parse(new lr(r,a,r.path,[c,"value"]))}));if(r.common.async){let s=new Map;return Promise.resolve().then(async()=>{for(let a of i){let c=await a.key,u=await a.value;if(c.status==="aborted"||u.status==="aborted")return W;if(c.status==="dirty"||u.status==="dirty")t.dirty();s.set(c.value,u.value)}return{status:t.value,value:s}})}else{let s=new Map;for(let a of i){let{key:c,value:u}=a;if(c.status==="aborted"||u.status==="aborted")return W;if(c.status==="dirty"||u.status==="dirty")t.dirty();s.set(c.value,u.value)}return{status:t.value,value:s}}}}Fd.create=(e,t,r)=>new Fd({valueType:t,keyType:e,typeName:R.ZodMap,...Q(r)});class Fi extends oe{_parse(e){let{status:t,ctx:r}=this._processInputParams(e);if(r.parsedType!==C.set)return j(r,{code:I.invalid_type,expected:C.set,received:r.parsedType}),W;let o=this._def;if(o.minSize!==null){if(r.data.size<o.minSize.value)j(r,{code:I.too_small,minimum:o.minSize.value,type:"set",inclusive:!0,exact:!1,message:o.minSize.message}),t.dirty()}if(o.maxSize!==null){if(r.data.size>o.maxSize.value)j(r,{code:I.too_big,maximum:o.maxSize.value,type:"set",inclusive:!0,exact:!1,message:o.maxSize.message}),t.dirty()}let n=this._def.valueType;function i(a){let c=new Set;for(let u of a){if(u.status==="aborted")return W;if(u.status==="dirty")t.dirty();c.add(u.value)}return{status:t.value,value:c}}let s=[...r.data.values()].map((a,c)=>n._parse(new lr(r,a,r.path,c)));if(r.common.async)return Promise.all(s).then((a)=>i(a));else return i(s)}min(e,t){return new Fi({...this._def,minSize:{value:e,message:F.toString(t)}})}max(e,t){return new Fi({...this._def,maxSize:{value:e,message:F.toString(t)}})}size(e,t){return this.min(e,t).max(e,t)}nonempty(e){return this.min(1,e)}}Fi.create=(e,t)=>new Fi({valueType:e,minSize:null,maxSize:null,typeName:R.ZodSet,...Q(t)});class nc extends oe{constructor(){super(...arguments);this.validate=this.implement}_parse(e){let{ctx:t}=this._processInputParams(e);if(t.parsedType!==C.function)return j(t,{code:I.invalid_type,expected:C.function,received:t.parsedType}),W;function r(s,a){return Dd({data:s,path:t.path,errorMaps:[t.common.contextualErrorMap,t.schemaErrorMap,tc(),En].filter((c)=>!!c),issueData:{code:I.invalid_arguments,argumentsError:a}})}function o(s,a){return Dd({data:s,path:t.path,errorMaps:[t.common.contextualErrorMap,t.schemaErrorMap,tc(),En].filter((c)=>!!c),issueData:{code:I.invalid_return_type,returnTypeError:a}})}let n={errorMap:t.common.contextualErrorMap},i=t.data;if(this._def.returns instanceof Bi){let s=this;return pt(async function(...a){let c=new Nt([]),u=await s._def.args.parseAsync(a,n).catch((f)=>{throw c.addIssue(r(a,f)),c}),d=await Reflect.apply(i,this,u);return await s._def.returns._def.type.parseAsync(d,n).catch((f)=>{throw c.addIssue(o(d,f)),c})})}else{let s=this;return pt(function(...a){let c=s._def.args.safeParse(a,n);if(!c.success)throw new Nt([r(a,c.error)]);let u=Reflect.apply(i,this,c.data),d=s._def.returns.safeParse(u,n);if(!d.success)throw new Nt([o(u,d.error)]);return d.data})}}parameters(){return this._def.args}returnType(){return this._def.returns}args(...e){return new nc({...this._def,args:Wr.create(e).rest(wo.create())})}returns(e){return new nc({...this._def,returns:e})}implement(e){return this.parse(e)}strictImplement(e){return this.parse(e)}static create(e,t,r){return new nc({args:e?e:Wr.create([]).rest(wo.create()),returns:t||wo.create(),typeName:R.ZodFunction,...Q(r)})}}class lc extends oe{get schema(){return this._def.getter()}_parse(e){let{ctx:t}=this._processInputParams(e);return this._def.getter()._parse({data:t.data,path:t.path,parent:t})}}lc.create=(e,t)=>new lc({getter:e,typeName:R.ZodLazy,...Q(t)});class uc extends oe{_parse(e){if(e.data!==this._def.value){let t=this._getOrReturnCtx(e);return j(t,{received:t.data,code:I.invalid_literal,expected:this._def.value}),W}return{status:"valid",value:e.data}}get value(){return this._def.value}}uc.create=(e,t)=>new uc({value:e,typeName:R.ZodLiteral,...Q(t)});function x0(e,t){return new ko({values:e,typeName:R.ZodEnum,...Q(t)})}class ko extends oe{_parse(e){if(typeof e.data!=="string"){let t=this._getOrReturnCtx(e),r=this._def.values;return j(t,{expected:ae.joinValues(r),received:t.parsedType,code:I.invalid_type}),W}if(!this._cache)this._cache=new Set(this._def.values);if(!this._cache.has(e.data)){let t=this._getOrReturnCtx(e),r=this._def.values;return j(t,{received:t.data,code:I.invalid_enum_value,options:r}),W}return pt(e.data)}get options(){return this._def.values}get enum(){let e={};for(let t of this._def.values)e[t]=t;return e}get Values(){let e={};for(let t of this._def.values)e[t]=t;return e}get Enum(){let e={};for(let t of this._def.values)e[t]=t;return e}extract(e,t=this._def){return ko.create(e,{...this._def,...t})}exclude(e,t=this._def){return ko.create(this.options.filter((r)=>!e.includes(r)),{...this._def,...t})}}ko.create=x0;class dc extends oe{_parse(e){let t=ae.getValidEnumValues(this._def.values),r=this._getOrReturnCtx(e);if(r.parsedType!==C.string&&r.parsedType!==C.number){let o=ae.objectValues(t);return j(r,{expected:ae.joinValues(o),received:r.parsedType,code:I.invalid_type}),W}if(!this._cache)this._cache=new Set(ae.getValidEnumValues(this._def.values));if(!this._cache.has(e.data)){let o=ae.objectValues(t);return j(r,{received:r.data,code:I.invalid_enum_value,options:o}),W}return pt(e.data)}get enum(){return this._def.values}}dc.create=(e,t)=>new dc({values:e,typeName:R.ZodNativeEnum,...Q(t)});class Bi extends oe{unwrap(){return this._def.type}_parse(e){let{ctx:t}=this._processInputParams(e);if(t.parsedType!==C.promise&&t.common.async===!1)return j(t,{code:I.invalid_type,expected:C.promise,received:t.parsedType}),W;let r=t.parsedType===C.promise?t.data:Promise.resolve(t.data);return pt(r.then((o)=>this._def.type.parseAsync(o,{path:t.path,errorMap:t.common.contextualErrorMap})))}}Bi.create=(e,t)=>new Bi({type:e,typeName:R.ZodPromise,...Q(t)});class Tr extends oe{innerType(){return this._def.schema}sourceType(){return this._def.schema._def.typeName===R.ZodEffects?this._def.schema.sourceType():this._def.schema}_parse(e){let{status:t,ctx:r}=this._processInputParams(e),o=this._def.effect||null,n={addIssue:(i)=>{if(j(r,i),i.fatal)t.abort();else t.dirty()},get path(){return r.path}};if(n.addIssue=n.addIssue.bind(n),o.type==="preprocess"){let i=o.transform(r.data,n);if(r.common.async)return Promise.resolve(i).then(async(s)=>{if(t.value==="aborted")return W;let a=await this._def.schema._parseAsync({data:s,path:r.path,parent:r});if(a.status==="aborted")return W;if(a.status==="dirty")return ji(a.value);if(t.value==="dirty")return ji(a.value);return a});else{if(t.value==="aborted")return W;let s=this._def.schema._parseSync({data:i,path:r.path,parent:r});if(s.status==="aborted")return W;if(s.status==="dirty")return ji(s.value);if(t.value==="dirty")return ji(s.value);return s}}if(o.type==="refinement"){let i=(s)=>{let a=o.refinement(s,n);if(r.common.async)return Promise.resolve(a);if(a instanceof Promise)throw Error("Async refinement encountered during synchronous parse operation. Use .parseAsync instead.");return s};if(r.common.async===!1){let s=this._def.schema._parseSync({data:r.data,path:r.path,parent:r});if(s.status==="aborted")return W;if(s.status==="dirty")t.dirty();return i(s.value),{status:t.value,value:s.value}}else return this._def.schema._parseAsync({data:r.data,path:r.path,parent:r}).then((s)=>{if(s.status==="aborted")return W;if(s.status==="dirty")t.dirty();return i(s.value).then(()=>({status:t.value,value:s.value}))})}if(o.type==="transform")if(r.common.async===!1){let i=this._def.schema._parseSync({data:r.data,path:r.path,parent:r});if(!xo(i))return W;let s=o.transform(i.value,n);if(s instanceof Promise)throw Error("Asynchronous transform encountered during synchronous parse operation. Use .parseAsync instead.");return{status:t.value,value:s}}else return this._def.schema._parseAsync({data:r.data,path:r.path,parent:r}).then((i)=>{if(!xo(i))return W;return Promise.resolve(o.transform(i.value,n)).then((s)=>({status:t.value,value:s}))});ae.assertNever(o)}}Tr.create=(e,t,r)=>new Tr({schema:e,typeName:R.ZodEffects,effect:t,...Q(r)});Tr.createWithPreprocess=(e,t,r)=>new Tr({schema:t,effect:{type:"preprocess",transform:e},typeName:R.ZodEffects,...Q(r)});class Gt extends oe{_parse(e){if(this._getType(e)===C.undefined)return pt(void 0);return this._def.innerType._parse(e)}unwrap(){return this._def.innerType}}Gt.create=(e,t)=>new Gt({innerType:e,typeName:R.ZodOptional,...Q(t)});class Tn extends oe{_parse(e){if(this._getType(e)===C.null)return pt(null);return this._def.innerType._parse(e)}unwrap(){return this._def.innerType}}Tn.create=(e,t)=>new Tn({innerType:e,typeName:R.ZodNullable,...Q(t)});class pc extends oe{_parse(e){let{ctx:t}=this._processInputParams(e),r=t.data;if(t.parsedType===C.undefined)r=this._def.defaultValue();return this._def.innerType._parse({data:r,path:t.path,parent:t})}removeDefault(){return this._def.innerType}}pc.create=(e,t)=>new pc({innerType:e,typeName:R.ZodDefault,defaultValue:typeof t.default==="function"?t.default:()=>t.default,...Q(t)});class fc extends oe{_parse(e){let{ctx:t}=this._processInputParams(e),r={...t,common:{...t.common,issues:[]}},o=this._def.innerType._parse({data:r.data,path:r.path,parent:{...r}});if(rc(o))return o.then((n)=>({status:"valid",value:n.status==="valid"?n.value:this._def.catchValue({get error(){return new Nt(r.common.issues)},input:r.data})}));else return{status:"valid",value:o.status==="valid"?o.value:this._def.catchValue({get error(){return new Nt(r.common.issues)},input:r.data})}}removeCatch(){return this._def.innerType}}fc.create=(e,t)=>new fc({innerType:e,typeName:R.ZodCatch,catchValue:typeof t.catch==="function"?t.catch:()=>t.catch,...Q(t)});class Bd extends oe{_parse(e){if(this._getType(e)!==C.nan){let r=this._getOrReturnCtx(e);return j(r,{code:I.invalid_type,expected:C.nan,received:r.parsedType}),W}return{status:"valid",value:e.data}}}Bd.create=(e)=>new Bd({typeName:R.ZodNaN,...Q(e)});var gbe=Symbol("zod_brand");class Gy extends oe{_parse(e){let{ctx:t}=this._processInputParams(e),r=t.data;return this._def.type._parse({data:r,path:t.path,parent:t})}unwrap(){return this._def.type}}class Hd extends oe{_parse(e){let{status:t,ctx:r}=this._processInputParams(e);if(r.common.async)return(async()=>{let n=await this._def.in._parseAsync({data:r.data,path:r.path,parent:r});if(n.status==="aborted")return W;if(n.status==="dirty")return t.dirty(),ji(n.value);else return this._def.out._parseAsync({data:n.value,path:r.path,parent:r})})();else{let o=this._def.in._parseSync({data:r.data,path:r.path,parent:r});if(o.status==="aborted")return W;if(o.status==="dirty")return t.dirty(),{status:"dirty",value:o.value};else return this._def.out._parseSync({data:o.value,path:r.path,parent:r})}}static create(e,t){return new Hd({in:e,out:t,typeName:R.ZodPipeline})}}class mc extends oe{_parse(e){let t=this._def.innerType._parse(e),r=(o)=>{if(xo(o))o.value=Object.freeze(o.value);return o};return rc(t)?t.then((o)=>r(o)):r(t)}unwrap(){return this._def.innerType}}mc.create=(e,t)=>new mc({innerType:e,typeName:R.ZodReadonly,...Q(t)});var hbe={object:ze.lazycreate},R;(function(e){e.ZodString="ZodString",e.ZodNumber="ZodNumber",e.ZodNaN="ZodNaN",e.ZodBigInt="ZodBigInt",e.ZodBoolean="ZodBoolean",e.ZodDate="ZodDate",e.ZodSymbol="ZodSymbol",e.ZodUndefined="ZodUndefined",e.ZodNull="ZodNull",e.ZodAny="ZodAny",e.ZodUnknown="ZodUnknown",e.ZodNever="ZodNever",e.ZodVoid="ZodVoid",e.ZodArray="ZodArray",e.ZodObject="ZodObject",e.ZodUnion="ZodUnion",e.ZodDiscriminatedUnion="ZodDiscriminatedUnion",e.ZodIntersection="ZodIntersection",e.ZodTuple="ZodTuple",e.ZodRecord="ZodRecord",e.ZodMap="ZodMap",e.ZodSet="ZodSet",e.ZodFunction="ZodFunction",e.ZodLazy="ZodLazy",e.ZodLiteral="ZodLiteral",e.ZodEnum="ZodEnum",e.ZodEffects="ZodEffects",e.ZodNativeEnum="ZodNativeEnum",e.ZodOptional="ZodOptional",e.ZodNullable="ZodNullable",e.ZodDefault="ZodDefault",e.ZodCatch="ZodCatch",e.ZodPromise="ZodPromise",e.ZodBranded="ZodBranded",e.ZodPipeline="ZodPipeline",e.ZodReadonly="ZodReadonly"})(R||(R={}));var ybe=Zr.create,bbe=zi.create,_be=Bd.create,vbe=Li.create,Sbe=Nd.create,xbe=oc.create,wbe=jd.create,kbe=ic.create,Ebe=sc.create,Tbe=Ud.create,Pbe=wo.create,Ibe=Vr.create,Rbe=zd.create,$be=Er.create,w0=ze.create,Obe=ze.strictCreate,Abe=ac.create,Cbe=Ky.create,Mbe=cc.create,Dbe=Wr.create,Nbe=Ld.create,jbe=Fd.create,Ube=Fi.create,zbe=nc.create,Lbe=lc.create,Fbe=uc.create,Bbe=ko.create,Hbe=dc.create,qbe=Bi.create,Zbe=Tr.create,Vbe=Gt.create,Wbe=Tn.create,Kbe=Tr.createWithPreprocess,Gbe=Hd.create;var ur={};xr(ur,{version:()=>Qb,util:()=>O,treeifyError:()=>Wd,toJSONSchema:()=>os,toDotPath:()=>T0,safeParseAsync:()=>Rn,safeParse:()=>In,registry:()=>$c,regexes:()=>$n,prettifyError:()=>Kd,parseAsync:()=>Io,parse:()=>Po,locales:()=>Qi,isValidJWT:()=>q0,isValidBase64URL:()=>H0,isValidBase64:()=>i_,globalRegistry:()=>kt,globalConfig:()=>gc,function:()=>Rf,formatError:()=>Wi,flattenError:()=>Vi,config:()=>He,clone:()=>at,_xid:()=>Bc,_void:()=>Sf,_uuidv7:()=>Dc,_uuidv6:()=>Mc,_uuidv4:()=>Cc,_uuid:()=>Ac,_url:()=>Nc,_uppercase:()=>tl,_unknown:()=>Oo,_union:()=>AV,_undefined:()=>yf,_ulid:()=>Fc,_uint64:()=>gf,_uint32:()=>df,_tuple:()=>ov,_trim:()=>al,_transform:()=>FV,_toUpperCase:()=>ll,_toLowerCase:()=>cl,_templateLiteral:()=>JV,_symbol:()=>hf,_success:()=>VV,_stringbool:()=>Pf,_stringFormat:()=>If,_string:()=>nf,_startsWith:()=>nl,_size:()=>Yc,_set:()=>jV,_safeParseAsync:()=>Yd,_safeParse:()=>Xd,_regex:()=>Qc,_refine:()=>Tf,_record:()=>DV,_readonly:()=>GV,_property:()=>nv,_promise:()=>YV,_positive:()=>Q_,_pipe:()=>KV,_parseAsync:()=>Jd,_parse:()=>Gd,_overwrite:()=>Yr,_optional:()=>BV,_number:()=>sf,_nullable:()=>HV,_null:()=>bf,_normalize:()=>sl,_nonpositive:()=>tv,_nonoptional:()=>ZV,_nonnegative:()=>rv,_never:()=>vf,_negative:()=>ev,_nativeEnum:()=>zV,_nanoid:()=>Uc,_nan:()=>wf,_multipleOf:()=>Ao,_minSize:()=>Co,_minLength:()=>Cn,_min:()=>Et,_mime:()=>il,_maxSize:()=>ts,_maxLength:()=>rs,_max:()=>Jt,_map:()=>NV,_lte:()=>Jt,_lt:()=>Jr,_lowercase:()=>el,_literal:()=>LV,_length:()=>ns,_lazy:()=>XV,_ksuid:()=>Hc,_jwt:()=>Xc,_isoTime:()=>W_,_isoDuration:()=>K_,_isoDateTime:()=>Z_,_isoDate:()=>V_,_ipv6:()=>Zc,_ipv4:()=>qc,_intersection:()=>MV,_int64:()=>mf,_int32:()=>uf,_int:()=>af,_includes:()=>rl,_guid:()=>es,_gte:()=>Et,_gt:()=>Xr,_float64:()=>lf,_float32:()=>cf,_file:()=>kf,_enum:()=>UV,_endsWith:()=>ol,_emoji:()=>jc,_email:()=>Oc,_e164:()=>Jc,_discriminatedUnion:()=>CV,_default:()=>qV,_date:()=>xf,_custom:()=>Ef,_cuid2:()=>Lc,_cuid:()=>zc,_coercedString:()=>q_,_coercedNumber:()=>G_,_coercedDate:()=>Y_,_coercedBoolean:()=>J_,_coercedBigint:()=>X_,_cidrv6:()=>Wc,_cidrv4:()=>Vc,_catch:()=>WV,_boolean:()=>pf,_bigint:()=>ff,_base64url:()=>Gc,_base64:()=>Kc,_array:()=>ul,_any:()=>_f,TimePrecision:()=>of,NEVER:()=>qd,JSONSchemaGenerator:()=>$f,JSONSchema:()=>K0,Doc:()=>rp,$output:()=>tf,$input:()=>rf,$constructor:()=>b,$brand:()=>Zd,$ZodXID:()=>mp,$ZodVoid:()=>Ap,$ZodUnknown:()=>$o,$ZodUnion:()=>Pc,$ZodUndefined:()=>Ip,$ZodUUID:()=>sp,$ZodURL:()=>cp,$ZodULID:()=>fp,$ZodType:()=>G,$ZodTuple:()=>An,$ZodTransform:()=>Xi,$ZodTemplateLiteral:()=>Xp,$ZodSymbol:()=>Pp,$ZodSuccess:()=>Wp,$ZodStringFormat:()=>xe,$ZodString:()=>On,$ZodSet:()=>Up,$ZodRegistry:()=>Rc,$ZodRecord:()=>Np,$ZodRealError:()=>Zi,$ZodReadonly:()=>Jp,$ZodPromise:()=>Yp,$ZodPrefault:()=>Zp,$ZodPipe:()=>Yi,$ZodOptional:()=>Bp,$ZodObject:()=>Tc,$ZodNumberFormat:()=>Ep,$ZodNumber:()=>kc,$ZodNullable:()=>Hp,$ZodNull:()=>Rp,$ZodNonOptional:()=>Vp,$ZodNever:()=>Op,$ZodNanoID:()=>up,$ZodNaN:()=>Gp,$ZodMap:()=>jp,$ZodLiteral:()=>Lp,$ZodLazy:()=>Qp,$ZodKSUID:()=>gp,$ZodJWT:()=>wp,$ZodIntersection:()=>Dp,$ZodISOTime:()=>n_,$ZodISODuration:()=>o_,$ZodISODateTime:()=>t_,$ZodISODate:()=>r_,$ZodIPv6:()=>yp,$ZodIPv4:()=>hp,$ZodGUID:()=>ip,$ZodFunction:()=>iv,$ZodFile:()=>Fp,$ZodError:()=>wc,$ZodEnum:()=>zp,$ZodEmoji:()=>lp,$ZodEmail:()=>ap,$ZodE164:()=>xp,$ZodDiscriminatedUnion:()=>Mp,$ZodDefault:()=>qp,$ZodDate:()=>Cp,$ZodCustomStringFormat:()=>kp,$ZodCustom:()=>ef,$ZodCheckUpperCase:()=>Vb,$ZodCheckStringFormat:()=>Ki,$ZodCheckStartsWith:()=>Kb,$ZodCheckSizeEquals:()=>Lb,$ZodCheckRegex:()=>qb,$ZodCheckProperty:()=>Jb,$ZodCheckOverwrite:()=>Yb,$ZodCheckNumberFormat:()=>Nb,$ZodCheckMultipleOf:()=>Db,$ZodCheckMinSize:()=>zb,$ZodCheckMinLength:()=>Bb,$ZodCheckMimeType:()=>Xb,$ZodCheckMaxSize:()=>Ub,$ZodCheckMaxLength:()=>Fb,$ZodCheckLowerCase:()=>Zb,$ZodCheckLessThan:()=>ep,$ZodCheckLengthEquals:()=>Hb,$ZodCheckIncludes:()=>Wb,$ZodCheckGreaterThan:()=>tp,$ZodCheckEndsWith:()=>Gb,$ZodCheckBigIntFormat:()=>jb,$ZodCheck:()=>Me,$ZodCatch:()=>Kp,$ZodCUID2:()=>pp,$ZodCUID:()=>dp,$ZodCIDRv6:()=>_p,$ZodCIDRv4:()=>bp,$ZodBoolean:()=>Gi,$ZodBigIntFormat:()=>Tp,$ZodBigInt:()=>Ec,$ZodBase64URL:()=>Sp,$ZodBase64:()=>vp,$ZodAsyncError:()=>Kr,$ZodArray:()=>Ji,$ZodAny:()=>$p});var qd=Object.freeze({status:"aborted"});function b(e,t,r){function o(a,c){var u;Object.defineProperty(a,"_zod",{value:a._zod??{},enumerable:!1}),(u=a._zod).traits??(u.traits=new Set),a._zod.traits.add(e),t(a,c);for(let d in s.prototype)if(!(d in a))Object.defineProperty(a,d,{value:s.prototype[d].bind(a)});a._zod.constr=s,a._zod.def=c}let n=r?.Parent??Object;class i extends n{}Object.defineProperty(i,"name",{value:e});function s(a){var c;let u=r?.Parent?new i:this;o(u,a),(c=u._zod).deferred??(c.deferred=[]);for(let d of u._zod.deferred)d();return u}return Object.defineProperty(s,"init",{value:o}),Object.defineProperty(s,Symbol.hasInstance,{value:(a)=>{if(r?.Parent&&a instanceof r.Parent)return!0;return a?._zod?.traits?.has(e)}}),Object.defineProperty(s,"name",{value:e}),s}var Zd=Symbol("zod_brand");class Kr extends Error{constructor(){super("Encountered Promise during synchronous parse. Use .parseAsync() instead.")}}var gc={};function He(e){if(e)Object.assign(gc,e);return gc}var O={};xr(O,{unwrapMessage:()=>hc,stringifyPrimitive:()=>D,required:()=>OZ,randomString:()=>xZ,propertyKeyTypes:()=>vc,promiseAllObject:()=>SZ,primitiveTypes:()=>tb,prefixIssues:()=>wt,pick:()=>TZ,partial:()=>$Z,optionalKeys:()=>rb,omit:()=>PZ,numKeys:()=>wZ,nullish:()=>Pn,normalizeParams:()=>$,merge:()=>RZ,jsonStringifyReplacer:()=>Xy,joinValues:()=>T,issue:()=>ib,isPlainObject:()=>qi,isObject:()=>Hi,getSizableOrigin:()=>Sc,getParsedType:()=>kZ,getLengthableOrigin:()=>xc,getEnumValues:()=>yc,getElementAtPath:()=>vZ,floatSafeRemainder:()=>Yy,finalizeIssue:()=>jt,extend:()=>IZ,escapeRegex:()=>Gr,esc:()=>Eo,defineLazy:()=>me,createTransparentProxy:()=>EZ,clone:()=>at,cleanRegex:()=>_c,cleanEnum:()=>AZ,captureStackTrace:()=>Vd,cached:()=>bc,assignProp:()=>Qy,assertNotEqual:()=>hZ,assertNever:()=>bZ,assertIs:()=>yZ,assertEqual:()=>gZ,assert:()=>_Z,allowsEval:()=>eb,aborted:()=>To,NUMBER_FORMAT_RANGES:()=>nb,Class:()=>k0,BIGINT_FORMAT_RANGES:()=>ob});function gZ(e){return e}function hZ(e){return e}function yZ(e){}function bZ(e){throw Error()}function _Z(e){}function yc(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 T(e,t="|"){return e.map((r)=>D(r)).join(t)}function Xy(e,t){if(typeof t==="bigint")return t.toString();return t}function bc(e){return{get value(){{let r=e();return Object.defineProperty(this,"value",{value:r}),r}throw Error("cached value already set")}}}function Pn(e){return e===null||e===void 0}function _c(e){let t=e.startsWith("^")?1:0,r=e.endsWith("$")?e.length-1:e.length;return e.slice(t,r)}function Yy(e,t){let r=(e.toString().split(".")[1]||"").length,o=(t.toString().split(".")[1]||"").length,n=r>o?r:o,i=Number.parseInt(e.toFixed(n).replace(".","")),s=Number.parseInt(t.toFixed(n).replace(".",""));return i%s/10**n}function me(e,t,r){Object.defineProperty(e,t,{get(){{let n=r();return e[t]=n,n}throw Error("cached value already set")},set(n){Object.defineProperty(e,t,{value:n})},configurable:!0})}function Qy(e,t,r){Object.defineProperty(e,t,{value:r,writable:!0,enumerable:!0,configurable:!0})}function vZ(e,t){if(!t)return e;return t.reduce((r,o)=>r?.[o],e)}function SZ(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 xZ(e=10){let r="";for(let o=0;o<e;o++)r+="abcdefghijklmnopqrstuvwxyz"[Math.floor(Math.random()*26)];return r}function Eo(e){return JSON.stringify(e)}var Vd=Error.captureStackTrace?Error.captureStackTrace:(...e)=>{};function Hi(e){return typeof e==="object"&&e!==null&&!Array.isArray(e)}var eb=bc(()=>{if(typeof navigator<"u"&&navigator?.userAgent?.includes("Cloudflare"))return!1;try{return new Function(""),!0}catch(e){return!1}});function qi(e){if(Hi(e)===!1)return!1;let t=e.constructor;if(t===void 0)return!0;let r=t.prototype;if(Hi(r)===!1)return!1;if(Object.prototype.hasOwnProperty.call(r,"isPrototypeOf")===!1)return!1;return!0}function wZ(e){let t=0;for(let r in e)if(Object.prototype.hasOwnProperty.call(e,r))t++;return t}var kZ=(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":if(Array.isArray(e))return"array";if(e===null)return"null";if(e.then&&typeof e.then==="function"&&e.catch&&typeof e.catch==="function")return"promise";if(typeof Map<"u"&&e instanceof Map)return"map";if(typeof Set<"u"&&e instanceof Set)return"set";if(typeof Date<"u"&&e instanceof Date)return"date";if(typeof File<"u"&&e instanceof File)return"file";return"object";default:throw Error(`Unknown data type: ${t}`)}},vc=new Set(["string","number","symbol"]),tb=new Set(["string","number","bigint","boolean","symbol","undefined"]);function Gr(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function at(e,t,r){let o=new e._zod.constr(t??e._zod.def);if(!t||r?.parent)o._zod.parent=e;return o}function $(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 Error("Cannot specify both `message` and `error` params");t.error=t.message}if(delete t.message,typeof t.error==="string")return{...t,error:()=>t.error};return t}function EZ(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 D(e){if(typeof e==="bigint")return e.toString()+"n";if(typeof e==="string")return`"${e}"`;return`${e}`}function rb(e){return Object.keys(e).filter((t)=>e[t]._zod.optin==="optional"&&e[t]._zod.optout==="optional")}var nb={safeint:[Number.MIN_SAFE_INTEGER,Number.MAX_SAFE_INTEGER],int32:[-2147483648,2147483647],uint32:[0,4294967295],float32:[-340282346638528860000000000000000000000,340282346638528860000000000000000000000],float64:[-Number.MAX_VALUE,Number.MAX_VALUE]},ob={int64:[BigInt("-9223372036854775808"),BigInt("9223372036854775807")],uint64:[BigInt(0),BigInt("18446744073709551615")]};function TZ(e,t){let r={},o=e._zod.def;for(let n in t){if(!(n in o.shape))throw Error(`Unrecognized key: "${n}"`);if(!t[n])continue;r[n]=o.shape[n]}return at(e,{...e._zod.def,shape:r,checks:[]})}function PZ(e,t){let r={...e._zod.def.shape},o=e._zod.def;for(let n in t){if(!(n in o.shape))throw Error(`Unrecognized key: "${n}"`);if(!t[n])continue;delete r[n]}return at(e,{...e._zod.def,shape:r,checks:[]})}function IZ(e,t){if(!qi(t))throw Error("Invalid input to extend: expected a plain object");let r={...e._zod.def,get shape(){let o={...e._zod.def.shape,...t};return Qy(this,"shape",o),o},checks:[]};return at(e,r)}function RZ(e,t){return at(e,{...e._zod.def,get shape(){let r={...e._zod.def.shape,...t._zod.def.shape};return Qy(this,"shape",r),r},catchall:t._zod.def.catchall,checks:[]})}function $Z(e,t,r){let o=t._zod.def.shape,n={...o};if(r)for(let i in r){if(!(i in o))throw Error(`Unrecognized key: "${i}"`);if(!r[i])continue;n[i]=e?new e({type:"optional",innerType:o[i]}):o[i]}else for(let i in o)n[i]=e?new e({type:"optional",innerType:o[i]}):o[i];return at(t,{...t._zod.def,shape:n,checks:[]})}function OZ(e,t,r){let o=t._zod.def.shape,n={...o};if(r)for(let i in r){if(!(i in n))throw Error(`Unrecognized key: "${i}"`);if(!r[i])continue;n[i]=new e({type:"nonoptional",innerType:o[i]})}else for(let i in o)n[i]=new e({type:"nonoptional",innerType:o[i]});return at(t,{...t._zod.def,shape:n,checks:[]})}function To(e,t=0){for(let r=t;r<e.issues.length;r++)if(e.issues[r]?.continue!==!0)return!0;return!1}function wt(e,t){return t.map((r)=>{var o;return(o=r).path??(o.path=[]),r.path.unshift(e),r})}function hc(e){return typeof e==="string"?e:e?.message}function jt(e,t,r){let o={...e,path:e.path??[]};if(!e.message){let n=hc(e.inst?._zod.def?.error?.(e))??hc(t?.error?.(e))??hc(r.customError?.(e))??hc(r.localeError?.(e))??"Invalid input";o.message=n}if(delete o.inst,delete o.continue,!t?.reportInput)delete o.input;return o}function Sc(e){if(e instanceof Set)return"set";if(e instanceof Map)return"map";if(e instanceof File)return"file";return"unknown"}function xc(e){if(Array.isArray(e))return"array";if(typeof e==="string")return"string";return"unknown"}function ib(...e){let[t,r,o]=e;if(typeof t==="string")return{message:t,code:"custom",input:r,inst:o};return{...t}}function AZ(e){return Object.entries(e).filter(([t,r])=>Number.isNaN(Number.parseInt(t,10))).map((t)=>t[1])}class k0{constructor(...e){}}var E0=(e,t)=>{e.name="$ZodError",Object.defineProperty(e,"_zod",{value:e._zod,enumerable:!1}),Object.defineProperty(e,"issues",{value:t,enumerable:!1}),Object.defineProperty(e,"message",{get(){return JSON.stringify(t,Xy,2)},enumerable:!0})},wc=b("$ZodError",E0),Zi=b("$ZodError",E0,{Parent:Error});function Vi(e,t=(r)=>r.message){let r={},o=[];for(let n of e.issues)if(n.path.length>0)r[n.path[0]]=r[n.path[0]]||[],r[n.path[0]].push(t(n));else o.push(t(n));return{formErrors:o,fieldErrors:r}}function Wi(e,t){let r=t||function(i){return i.message},o={_errors:[]},n=(i)=>{for(let s of i.issues)if(s.code==="invalid_union"&&s.errors.length)s.errors.map((a)=>n({issues:a}));else if(s.code==="invalid_key")n({issues:s.issues});else if(s.code==="invalid_element")n({issues:s.issues});else if(s.path.length===0)o._errors.push(r(s));else{let a=o,c=0;while(c<s.path.length){let u=s.path[c];if(c!==s.path.length-1)a[u]=a[u]||{_errors:[]};else a[u]=a[u]||{_errors:[]},a[u]._errors.push(r(s));a=a[u],c++}}};return n(e),o}function Wd(e,t){let r=t||function(i){return i.message},o={errors:[]},n=(i,s=[])=>{var a,c;for(let u of i.issues)if(u.code==="invalid_union"&&u.errors.length)u.errors.map((d)=>n({issues:d},u.path));else if(u.code==="invalid_key")n({issues:u.issues},u.path);else if(u.code==="invalid_element")n({issues:u.issues},u.path);else{let d=[...s,...u.path];if(d.length===0){o.errors.push(r(u));continue}let p=o,f=0;while(f<d.length){let m=d[f],g=f===d.length-1;if(typeof m==="string")p.properties??(p.properties={}),(a=p.properties)[m]??(a[m]={errors:[]}),p=p.properties[m];else p.items??(p.items=[]),(c=p.items)[m]??(c[m]={errors:[]}),p=p.items[m];if(g)p.errors.push(r(u));f++}}};return n(e),o}function T0(e){let t=[];for(let r of e)if(typeof r==="number")t.push(`[${r}]`);else if(typeof r==="symbol")t.push(`[${JSON.stringify(String(r))}]`);else if(/[^\w$]/.test(r))t.push(`[${JSON.stringify(r)}]`);else{if(t.length)t.push(".");t.push(r)}return t.join("")}function Kd(e){let t=[],r=[...e.issues].sort((o,n)=>o.path.length-n.path.length);for(let o of r)if(t.push(`✖ ${o.message}`),o.path?.length)t.push(` → at ${T0(o.path)}`);return t.join(`
|
|
73
|
-
`)}var Gd=(e)=>(t,r,o,n)=>{let i=o?Object.assign(o,{async:!1}):{async:!1},s=t._zod.run({value:r,issues:[]},i);if(s instanceof Promise)throw new Kr;if(s.issues.length){let a=new(n?.Err??e)(s.issues.map((c)=>jt(c,i,He())));throw Vd(a,n?.callee),a}return s.value},Po=Gd(Zi),Jd=(e)=>async(t,r,o,n)=>{let i=o?Object.assign(o,{async:!0}):{async:!0},s=t._zod.run({value:r,issues:[]},i);if(s instanceof Promise)s=await s;if(s.issues.length){let a=new(n?.Err??e)(s.issues.map((c)=>jt(c,i,He())));throw Vd(a,n?.callee),a}return s.value},Io=Jd(Zi),Xd=(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 Kr;return i.issues.length?{success:!1,error:new(e??wc)(i.issues.map((s)=>jt(s,n,He())))}:{success:!0,data:i.value}},In=Xd(Zi),Yd=(e)=>async(t,r,o)=>{let n=o?Object.assign(o,{async:!0}):{async:!0},i=t._zod.run({value:r,issues:[]},n);if(i instanceof Promise)i=await i;return i.issues.length?{success:!1,error:new e(i.issues.map((s)=>jt(s,n,He())))}:{success:!0,data:i.value}},Rn=Yd(Zi);var $n={};xr($n,{xid:()=>lb,uuid7:()=>jZ,uuid6:()=>NZ,uuid4:()=>DZ,uuid:()=>Ro,uppercase:()=>Mb,unicodeEmail:()=>LZ,undefined:()=>Ab,ulid:()=>cb,time:()=>kb,string:()=>Tb,rfc5322Email:()=>zZ,number:()=>Rb,null:()=>Ob,nanoid:()=>db,lowercase:()=>Cb,ksuid:()=>ub,ipv6:()=>yb,ipv4:()=>hb,integer:()=>Ib,html5Email:()=>UZ,hostname:()=>Sb,guid:()=>fb,extendedDuration:()=>MZ,emoji:()=>gb,email:()=>mb,e164:()=>xb,duration:()=>pb,domain:()=>HZ,datetime:()=>Eb,date:()=>wb,cuid2:()=>ab,cuid:()=>sb,cidrv6:()=>_b,cidrv4:()=>bb,browserEmail:()=>FZ,boolean:()=>$b,bigint:()=>Pb,base64url:()=>Qd,base64:()=>vb,_emoji:()=>BZ});var sb=/^[cC][^\s-]{8,}$/,ab=/^[0-9a-z]+$/,cb=/^[0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{26}$/,lb=/^[0-9a-vA-V]{20}$/,ub=/^[A-Za-z0-9]{27}$/,db=/^[a-zA-Z0-9_-]{21}$/,pb=/^P(?:(\d+W)|(?!.*W)(?=\d|T\d)(\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+([.,]\d+)?S)?)?)$/,MZ=/^[-+]?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)?)??$/,fb=/^([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})$/,Ro=(e)=>{if(!e)return/^([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)$/;return 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})$`)},DZ=Ro(4),NZ=Ro(6),jZ=Ro(7),mb=/^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$/,UZ=/^[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])?)*$/,zZ=/^(([^<>()\[\]\\.,;:\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,}))$/,LZ=/^[^\s@"]{1,64}@[^\s@]{1,255}$/u,FZ=/^[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])?)*$/,BZ="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";function gb(){return new RegExp("^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$","u")}var hb=/^(?:(?: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])$/,yb=/^(([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})$/,bb=/^((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])$/,_b=/^(([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])$/,vb=/^$|^(?:[0-9a-zA-Z+/]{4})*(?:(?:[0-9a-zA-Z+/]{2}==)|(?:[0-9a-zA-Z+/]{3}=))?$/,Qd=/^[A-Za-z0-9_-]*$/,Sb=/^([a-zA-Z0-9-]+\.)*[a-zA-Z0-9-]+$/,HZ=/^([a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?\.)+[a-zA-Z]{2,}$/,xb=/^\+(?:[0-9]){6,14}[0-9]$/,P0="(?:(?:\\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])))",wb=new RegExp(`^${P0}$`);function I0(e){return typeof e.precision==="number"?e.precision===-1?"(?:[01]\\d|2[0-3]):[0-5]\\d":e.precision===0?"(?:[01]\\d|2[0-3]):[0-5]\\d:[0-5]\\d":`(?:[01]\\d|2[0-3]):[0-5]\\d:[0-5]\\d\\.\\d{${e.precision}}`:"(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?"}function kb(e){return new RegExp(`^${I0(e)}$`)}function Eb(e){let t=I0({precision:e.precision}),r=["Z"];if(e.local)r.push("");if(e.offset)r.push("([+-]\\d{2}:\\d{2})");let o=`${t}(?:${r.join("|")})`;return new RegExp(`^${P0}T(?:${o})$`)}var Tb=(e)=>{let t=e?`[\\s\\S]{${e?.minimum??0},${e?.maximum??""}}`:"[\\s\\S]*";return new RegExp(`^${t}$`)},Pb=/^\d+n?$/,Ib=/^\d+$/,Rb=/^-?\d+(?:\.\d+)?/i,$b=/true|false/i,Ob=/null/i;var Ab=/undefined/i;var Cb=/^[^A-Z]*$/,Mb=/^[^a-z]*$/;var Me=b("$ZodCheck",(e,t)=>{var r;e._zod??(e._zod={}),e._zod.def=t,(r=e._zod).onattach??(r.onattach=[])}),$0={number:"number",bigint:"bigint",object:"date"},ep=b("$ZodCheckLessThan",(e,t)=>{Me.init(e,t);let r=$0[typeof t.value];e._zod.onattach.push((o)=>{let n=o._zod.bag,i=(t.inclusive?n.maximum:n.exclusiveMaximum)??Number.POSITIVE_INFINITY;if(t.value<i)if(t.inclusive)n.maximum=t.value;else n.exclusiveMaximum=t.value}),e._zod.check=(o)=>{if(t.inclusive?o.value<=t.value:o.value<t.value)return;o.issues.push({origin:r,code:"too_big",maximum:t.value,input:o.value,inclusive:t.inclusive,inst:e,continue:!t.abort})}}),tp=b("$ZodCheckGreaterThan",(e,t)=>{Me.init(e,t);let r=$0[typeof t.value];e._zod.onattach.push((o)=>{let n=o._zod.bag,i=(t.inclusive?n.minimum:n.exclusiveMinimum)??Number.NEGATIVE_INFINITY;if(t.value>i)if(t.inclusive)n.minimum=t.value;else n.exclusiveMinimum=t.value}),e._zod.check=(o)=>{if(t.inclusive?o.value>=t.value:o.value>t.value)return;o.issues.push({origin:r,code:"too_small",minimum:t.value,input:o.value,inclusive:t.inclusive,inst:e,continue:!t.abort})}}),Db=b("$ZodCheckMultipleOf",(e,t)=>{Me.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 Error("Cannot mix number and bigint in multiple_of check.");if(typeof r.value==="bigint"?r.value%t.value===BigInt(0):Yy(r.value,t.value)===0)return;r.issues.push({origin:typeof r.value,code:"not_multiple_of",divisor:t.value,input:r.value,inst:e,continue:!t.abort})}}),Nb=b("$ZodCheckNumberFormat",(e,t)=>{Me.init(e,t),t.format=t.format||"float64";let r=t.format?.includes("int"),o=r?"int":"number",[n,i]=nb[t.format];e._zod.onattach.push((s)=>{let a=s._zod.bag;if(a.format=t.format,a.minimum=n,a.maximum=i,r)a.pattern=Ib}),e._zod.check=(s)=>{let a=s.value;if(r){if(!Number.isInteger(a)){s.issues.push({expected:o,format:t.format,code:"invalid_type",input:a,inst:e});return}if(!Number.isSafeInteger(a)){if(a>0)s.issues.push({input:a,code:"too_big",maximum:Number.MAX_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:e,origin:o,continue:!t.abort});else s.issues.push({input:a,code:"too_small",minimum:Number.MIN_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:e,origin:o,continue:!t.abort});return}}if(a<n)s.issues.push({origin:"number",input:a,code:"too_small",minimum:n,inclusive:!0,inst:e,continue:!t.abort});if(a>i)s.issues.push({origin:"number",input:a,code:"too_big",maximum:i,inst:e})}}),jb=b("$ZodCheckBigIntFormat",(e,t)=>{Me.init(e,t);let[r,o]=ob[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;if(i<r)n.issues.push({origin:"bigint",input:i,code:"too_small",minimum:r,inclusive:!0,inst:e,continue:!t.abort});if(i>o)n.issues.push({origin:"bigint",input:i,code:"too_big",maximum:o,inst:e})}}),Ub=b("$ZodCheckMaxSize",(e,t)=>{Me.init(e,t),e._zod.when=(r)=>{let o=r.value;return!Pn(o)&&o.size!==void 0},e._zod.onattach.push((r)=>{let o=r._zod.bag.maximum??Number.POSITIVE_INFINITY;if(t.maximum<o)r._zod.bag.maximum=t.maximum}),e._zod.check=(r)=>{let o=r.value;if(o.size<=t.maximum)return;r.issues.push({origin:Sc(o),code:"too_big",maximum:t.maximum,input:o,inst:e,continue:!t.abort})}}),zb=b("$ZodCheckMinSize",(e,t)=>{Me.init(e,t),e._zod.when=(r)=>{let o=r.value;return!Pn(o)&&o.size!==void 0},e._zod.onattach.push((r)=>{let o=r._zod.bag.minimum??Number.NEGATIVE_INFINITY;if(t.minimum>o)r._zod.bag.minimum=t.minimum}),e._zod.check=(r)=>{let o=r.value;if(o.size>=t.minimum)return;r.issues.push({origin:Sc(o),code:"too_small",minimum:t.minimum,input:o,inst:e,continue:!t.abort})}}),Lb=b("$ZodCheckSizeEquals",(e,t)=>{Me.init(e,t),e._zod.when=(r)=>{let o=r.value;return!Pn(o)&&o.size!==void 0},e._zod.onattach.push((r)=>{let o=r._zod.bag;o.minimum=t.size,o.maximum=t.size,o.size=t.size}),e._zod.check=(r)=>{let o=r.value,n=o.size;if(n===t.size)return;let i=n>t.size;r.issues.push({origin:Sc(o),...i?{code:"too_big",maximum:t.size}:{code:"too_small",minimum:t.size},inclusive:!0,exact:!0,input:r.value,inst:e,continue:!t.abort})}}),Fb=b("$ZodCheckMaxLength",(e,t)=>{Me.init(e,t),e._zod.when=(r)=>{let o=r.value;return!Pn(o)&&o.length!==void 0},e._zod.onattach.push((r)=>{let o=r._zod.bag.maximum??Number.POSITIVE_INFINITY;if(t.maximum<o)r._zod.bag.maximum=t.maximum}),e._zod.check=(r)=>{let o=r.value;if(o.length<=t.maximum)return;let i=xc(o);r.issues.push({origin:i,code:"too_big",maximum:t.maximum,inclusive:!0,input:o,inst:e,continue:!t.abort})}}),Bb=b("$ZodCheckMinLength",(e,t)=>{Me.init(e,t),e._zod.when=(r)=>{let o=r.value;return!Pn(o)&&o.length!==void 0},e._zod.onattach.push((r)=>{let o=r._zod.bag.minimum??Number.NEGATIVE_INFINITY;if(t.minimum>o)r._zod.bag.minimum=t.minimum}),e._zod.check=(r)=>{let o=r.value;if(o.length>=t.minimum)return;let i=xc(o);r.issues.push({origin:i,code:"too_small",minimum:t.minimum,inclusive:!0,input:o,inst:e,continue:!t.abort})}}),Hb=b("$ZodCheckLengthEquals",(e,t)=>{Me.init(e,t),e._zod.when=(r)=>{let o=r.value;return!Pn(o)&&o.length!==void 0},e._zod.onattach.push((r)=>{let o=r._zod.bag;o.minimum=t.length,o.maximum=t.length,o.length=t.length}),e._zod.check=(r)=>{let o=r.value,n=o.length;if(n===t.length)return;let i=xc(o),s=n>t.length;r.issues.push({origin:i,...s?{code:"too_big",maximum:t.length}:{code:"too_small",minimum:t.length},inclusive:!0,exact:!0,input:r.value,inst:e,continue:!t.abort})}}),Ki=b("$ZodCheckStringFormat",(e,t)=>{var r,o;if(Me.init(e,t),e._zod.onattach.push((n)=>{let i=n._zod.bag;if(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)=>{if(t.pattern.lastIndex=0,t.pattern.test(n.value))return;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})});else(o=e._zod).check??(o.check=()=>{})}),qb=b("$ZodCheckRegex",(e,t)=>{Ki.init(e,t),e._zod.check=(r)=>{if(t.pattern.lastIndex=0,t.pattern.test(r.value))return;r.issues.push({origin:"string",code:"invalid_format",format:"regex",input:r.value,pattern:t.pattern.toString(),inst:e,continue:!t.abort})}}),Zb=b("$ZodCheckLowerCase",(e,t)=>{t.pattern??(t.pattern=Cb),Ki.init(e,t)}),Vb=b("$ZodCheckUpperCase",(e,t)=>{t.pattern??(t.pattern=Mb),Ki.init(e,t)}),Wb=b("$ZodCheckIncludes",(e,t)=>{Me.init(e,t);let r=Gr(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)=>{if(n.value.includes(t.includes,t.position))return;n.issues.push({origin:"string",code:"invalid_format",format:"includes",includes:t.includes,input:n.value,inst:e,continue:!t.abort})}}),Kb=b("$ZodCheckStartsWith",(e,t)=>{Me.init(e,t);let r=new RegExp(`^${Gr(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)=>{if(o.value.startsWith(t.prefix))return;o.issues.push({origin:"string",code:"invalid_format",format:"starts_with",prefix:t.prefix,input:o.value,inst:e,continue:!t.abort})}}),Gb=b("$ZodCheckEndsWith",(e,t)=>{Me.init(e,t);let r=new RegExp(`.*${Gr(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)=>{if(o.value.endsWith(t.suffix))return;o.issues.push({origin:"string",code:"invalid_format",format:"ends_with",suffix:t.suffix,input:o.value,inst:e,continue:!t.abort})}});function R0(e,t,r){if(e.issues.length)t.issues.push(...wt(r,e.issues))}var Jb=b("$ZodCheckProperty",(e,t)=>{Me.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)=>R0(n,r,t.property));R0(o,r,t.property);return}}),Xb=b("$ZodCheckMimeType",(e,t)=>{Me.init(e,t);let r=new Set(t.mime);e._zod.onattach.push((o)=>{o._zod.bag.mime=t.mime}),e._zod.check=(o)=>{if(r.has(o.value.type))return;o.issues.push({code:"invalid_value",values:t.mime,input:o.value.type,inst:e})}}),Yb=b("$ZodCheckOverwrite",(e,t)=>{Me.init(e,t),e._zod.check=(r)=>{r.value=t.tx(r.value)}});class rp{constructor(e=[]){if(this.content=[],this.indent=0,this)this.args=e}indented(e){this.indent+=1,e(this),this.indent-=1}write(e){if(typeof e==="function"){e(this,{execution:"sync"}),e(this,{execution:"async"});return}let r=e.split(`
|
|
72
|
+
`;await r0(e,o,r)}async function t0(e,t={}){if(!Se(e))throw Error(`Invalid sessionId: ${e}`);for(let r of await I6(t)){let o=Ni(r,`${e}.jsonl`),n;try{({size:n}=await P6(o))}catch(i){let s=Ge(i);if(s==="ENOENT"||s==="ENOTDIR")continue;throw i}if(n===0)continue;await XR(o,{force:!0}),await XR(Ni(r,e),{recursive:!0,force:!0});return}throw Error(t.dir?`Session ${e} not found in project directory for ${t.dir}`:`Session ${e} not found in any project directory`)}async function I6(e){if(e.dir){let r=await wn(e.dir),o=await St(r),n;try{n=await Br(r)}catch{n=[]}for(let i of n){if(i===r)continue;o.push(...await St(i))}return o}let t=cr();try{return(await YR(t,{withFileTypes:!0})).filter((o)=>o.isDirectory()||o.isSymbolicLink()).map((o)=>Ni(t,o.name))}catch{return[]}}async function r0(e,t,r){let o=`${e}.jsonl`;if(r.dir){let s=await wn(r.dir);for(let c of await St(s))if(await zy(Ni(c,o),t))return;let a;try{a=await Br(s)}catch{a=[]}for(let c of a){if(c===s)continue;for(let u of await St(c))if(await zy(Ni(u,o),t))return}throw Error(`Session ${e} not found in project directory for ${r.dir}`)}let n=cr(),i;try{i=await YR(n)}catch{throw Error(`Session ${e} not found (no projects directory)`)}for(let s of i)if(await zy(Ni(n,s,o),t))return;throw Error(`Session ${e} not found in any project directory`)}async function zy(e,t){let r;try{r=await T6(e,JR.O_WRONLY|JR.O_APPEND)}catch(o){let n=Ge(o);if(n==="ENOENT"||n==="ENOTDIR")return!1;throw o}try{let{size:o}=await r.stat();if(o===0)return!1;let n=process.platform==="win32"?o:void 0;return await r.write(t,n,"utf8"),!0}finally{await r.close()}}import{randomUUID as Cd}from"crypto";import{join as Ly}from"path";async function R6(e,t){let r=`${e}.jsonl`;async function o(s){try{let a=await bi().readBytes(Ly(s,r));if(a.length===0)return null;return{buf:a,projectDir:s}}catch{return null}}if(t){let s=await wn(t);for(let c of await St(s)){let u=await o(c);if(u)return u}let a;try{a=await Br(s)}catch{a=[]}for(let c of a){if(c===s)continue;for(let u of await St(c)){let d=await o(u);if(d)return d}}return null}let n=cr(),i;try{i=await bi().list(n)}catch{return null}for(let s of i){let a=await o(Ly(n,s));if(a)return a}return null}var $6=new Set(["user","assistant","attachment","system","progress"]);function A6(e,t){let r=[],o=[],n=10,i=e.length,s=0;while(s<i){let a=e.indexOf(10,s);if(a===-1)a=i;let c=s;while(c<a&&e[c]<=32)c++;if(s=a+1,c>=a)continue;let u=e.toString("utf-8",c,a);try{n0(Ze(u),t,r,o)}catch{}}return{transcript:r,contentReplacements:o}}function O6(e,t){let r=[],o=[];for(let n of e){if(typeof n!=="object"||n===null)continue;n0(n,t,r,o)}return{transcript:r,contentReplacements:o}}function n0(e,t,r,o){if($6.has(e.type)&&typeof e.uuid==="string")r.push(e);else if(e.type==="content-replacement"&&e.sessionId===t&&Array.isArray(e.replacements))o.push(...e.replacements)}async function o0(e,t={}){if(!Se(e))throw Error(`Invalid sessionId: ${e}`);if(t.upToMessageId&&!Se(t.upToMessageId))throw Error(`Invalid upToMessageId: ${t.upToMessageId}`);let r=await R6(e,t.dir);if(!r)throw Error(t.dir?`Session ${e} not found in project directory for ${t.dir}`:`Session ${e} not found`);let{entries:o,forkedSessionId:n}=C6(r.buf,e,t);return await Qa(Ly(r.projectDir,`${n}.jsonl`),o),{sessionId:n}}function C6(e,t,r){let o=A6(e,t);return s0(o,t,r,()=>{let i=e.length,s=e.toString("utf-8",0,Math.min(i,ar)),a=e.toString("utf-8",Math.max(0,i-ar));return xt(a,"customTitle")||xt(s,"customTitle")||xt(a,"aiTitle")||xt(s,"aiTitle")||Ad(s)})}function i0(e,t,r){let o=O6(e,t);return s0(o,t,r,()=>M6(e))}function M6(e){let t,r;for(let o of e){if(typeof o!=="object"||o===null)continue;let n=o;if(typeof n.customTitle==="string"&&n.customTitle)t=n.customTitle;if(typeof n.aiTitle==="string"&&n.aiTitle)r=n.aiTitle}return t||r||LR(e)||void 0}function s0(e,t,r,o){let n=e.transcript.filter((f)=>!f.isSidechain);if(n.length===0)throw Error(`Session ${t} has no messages to fork`);if(r.upToMessageId){let f=n.findIndex((m)=>m.uuid===r.upToMessageId);if(f===-1)throw Error(`Message ${r.upToMessageId} not found in session ${t}`);n=n.slice(0,f+1)}let i=new Map;for(let f of n)i.set(f.uuid,Cd());let s=n.filter((f)=>f.type!=="progress");if(s.length===0)throw Error(`Session ${t} has no messages to fork`);let a=new Map;for(let f of n)a.set(f.uuid,f);let c=Cd(),u=new Date().toISOString(),d=[];for(let f=0;f<s.length;f++){let m=s[f],g=i.get(m.uuid),h=null,y=m.parentUuid;while(y){let U=a.get(y);if(!U)break;if(U.type!=="progress"){h=i.get(y)??null;break}y=U.parentUuid}let v=f===s.length-1?u:m.timestamp,x=m.logicalParentUuid==null?m.logicalParentUuid:i.get(m.logicalParentUuid)??null,w=m.type==="system"&&m.subtype==="model_refusal_fallback"?{neutralizedByFork:!0}:void 0,O={...m,...w,uuid:g,parentUuid:h,logicalParentUuid:x,sessionId:c,timestamp:v,isSidechain:!1,teamName:void 0,agentName:void 0,sessionKind:void 0,slug:void 0,sourceToolAssistantUUID:void 0,forkedFrom:{sessionId:t,messageUuid:m.uuid}};d.push(O)}if(e.contentReplacements.length>0)d.push({type:"content-replacement",sessionId:c,replacements:e.contentReplacements,uuid:Cd(),timestamp:u});let p=r.title?.trim();if(!p)p=`${o()||"Forked session"} (fork)`;return d.push({type:"custom-title",sessionId:c,customTitle:p,uuid:Cd(),timestamp:u}),{entries:d,forkedSessionId:c}}import{readdir as D6,readFile as a0}from"fs/promises";import{join as Fy}from"path";async function c0(e,t){let r=await kn(e,t);if(!r)return null;let o=r.filePath.replace(/\.jsonl$/,"");return Fy(o,"subagents")}async function l0(e){let t=[];async function r(o){let n;try{n=await D6(o,{withFileTypes:!0})}catch{return}for(let i of n)if(i.isFile()&&i.name.startsWith("agent-")&&i.name.endsWith(".jsonl")){let s=i.name.slice(6,-6);t.push({agentId:s,filePath:Fy(o,i.name)})}else if(i.isDirectory())await r(Fy(o,i.name))}return await r(e),t}function N6(e){let t=[],r=10,o=e.length,n=0;while(n<o){let i=e.indexOf(10,n);if(i===-1)i=o;let s=n;while(s<i&&e[s]<=32)s++;if(n=i+1,s>=i)continue;let a=e.toString("utf-8",s,i);try{let c=Ze(a),u=c.type;if((u==="user"||u==="assistant")&&typeof c.uuid==="string")t.push(c)}catch{}}return t}function j6(e){if(e.length===0)return[];let t=new Map;for(let s of e)t.set(s.uuid,s);let r=e.findLast((s)=>s.type==="user"||s.type==="assistant");if(!r)return[];let o=[],n=new Set,i=r;while(i){if(n.has(i.uuid))break;n.add(i.uuid),o.push(i),i=i.parentUuid?t.get(i.parentUuid):void 0}return o.reverse(),o}async function u0(e,t){if(!Se(e))return[];let r=await c0(e,t?.dir);if(!r)return[];return(await l0(r)).map((n)=>n.agentId)}async function d0(e,t,r){if(!Se(e))return[];if(!t)return[];let o=await c0(e,r?.dir);if(!o)return[];let i=(await l0(o)).find((c)=>c.agentId===t);if(!i)return[];let s;try{s=await a0(i.filePath)}catch{return[]}let a;try{let c=i.filePath.replace(/\.jsonl$/,".meta.json");a=Ze(await a0(c,"utf-8")).toolUseId}catch{}return By(s,r,a)}function By(e,t,r){if(e.length===0)return[];let o=N6(e),i=j6(o).filter((s)=>s.type==="user"||s.type==="assistant").map((s)=>Dy(s,r));return Ny(i,t)}import{createHash as V6}from"crypto";import{homedir as Yye,userInfo as W6}from"os";function Hy(e,t){let r=0;for(let o of e)r+=+!!t(o);return r}function Md(e){return[...new Set(e)]}function U6(){return"prod"}var z6="user:inference",f0="user:profile",L6="org:create_api_key";var F6=[L6,f0],B6=[f0,z6,"user:sessions:claude_code","user:mcp_servers","user:file_upload",...[]],Kye=Md([...F6,...B6]),p0={BASE_API_URL:"https://api.anthropic.com",CONSOLE_AUTHORIZE_URL:"https://platform.claude.com/oauth/authorize",CLAUDE_AI_AUTHORIZE_URL:"https://claude.com/cai/oauth/authorize",CLAUDE_AI_ORIGIN:"https://claude.ai",TOKEN_URL:"https://platform.claude.com/v1/oauth/token",API_KEY_URL:"https://api.anthropic.com/api/oauth/claude_cli/create_api_key",ROLES_URL:"https://api.anthropic.com/api/oauth/claude_cli/roles",CONSOLE_SUCCESS_URL:"https://platform.claude.com/buy_credits?returnUrl=/oauth/code/success%3Fapp%3Dclaude-code",CLAUDEAI_SUCCESS_URL:"https://platform.claude.com/oauth/code/success?app=claude-code",MANUAL_REDIRECT_URL:"https://platform.claude.com/oauth/code/callback",CLIENT_ID:"9d1c250a-e61b-44d9-88ed-5944d1962f5e",OAUTH_FILE_SUFFIX:"",MCP_PROXY_URL:"https://mcp-proxy.anthropic.com",MCP_PROXY_PATH:"/v1/mcp/{server_id}"};var H6=void 0;function q6(){let e=process.env.CLAUDE_LOCAL_OAUTH_API_BASE?.replace(/\/$/,"")??"http://localhost:8000",t=process.env.CLAUDE_LOCAL_OAUTH_APPS_BASE?.replace(/\/$/,"")??"http://localhost:4000",r=process.env.CLAUDE_LOCAL_OAUTH_CONSOLE_BASE?.replace(/\/$/,"")??"http://localhost:3000";return{BASE_API_URL:e,CONSOLE_AUTHORIZE_URL:`${r}/oauth/authorize`,CLAUDE_AI_AUTHORIZE_URL:`${t}/oauth/authorize`,CLAUDE_AI_ORIGIN:t,TOKEN_URL:`${e}/v1/oauth/token`,API_KEY_URL:`${e}/api/oauth/claude_cli/create_api_key`,ROLES_URL:`${e}/api/oauth/claude_cli/roles`,CONSOLE_SUCCESS_URL:`${r}/buy_credits?returnUrl=/oauth/code/success%3Fapp%3Dclaude-code`,CLAUDEAI_SUCCESS_URL:`${r}/oauth/code/success?app=claude-code`,MANUAL_REDIRECT_URL:`${r}/oauth/code/callback`,CLIENT_ID:"22422756-60c9-4084-8eb7-27705fd5cf9a",OAUTH_FILE_SUFFIX:"-local-oauth",MCP_PROXY_URL:"http://localhost:8205",MCP_PROXY_PATH:"/v1/toolbox/shttp/mcp/{server_id}"}}var Z6=["https://beacon.claude-ai.staging.ant.dev","https://claude.fedstart.com","https://claude-staging.fedstart.com"];function m0(){let e=(()=>{switch(U6()){case"local":return q6();case"staging":return H6??p0;case"prod":return p0}})(),t=process.env.CLAUDE_CODE_CUSTOM_OAUTH_URL;if(t){let o=t.replace(/\/$/,"");if(!Z6.includes(o))throw Error("CLAUDE_CODE_CUSTOM_OAUTH_URL is not an approved endpoint.");e={...e,BASE_API_URL:o,CONSOLE_AUTHORIZE_URL:`${o}/oauth/authorize`,CLAUDE_AI_AUTHORIZE_URL:`${o}/oauth/authorize`,CLAUDE_AI_ORIGIN:o,TOKEN_URL:`${o}/v1/oauth/token`,API_KEY_URL:`${o}/api/oauth/claude_cli/create_api_key`,ROLES_URL:`${o}/api/oauth/claude_cli/roles`,CONSOLE_SUCCESS_URL:`${o}/oauth/code/success?app=claude-code`,CLAUDEAI_SUCCESS_URL:`${o}/oauth/code/success?app=claude-code`,MANUAL_REDIRECT_URL:`${o}/oauth/code/callback`,OAUTH_FILE_SUFFIX:"-custom-oauth"}}let r=process.env.CLAUDE_CODE_OAUTH_CLIENT_ID;if(r)e={...e,CLIENT_ID:r};return e}var g0="-credentials";function h0(e=""){let t=process.env.CLAUDE_SECURESTORAGE_CONFIG_DIR,r=t!==void 0?!t:!process.env.CLAUDE_CONFIG_DIR,o=t!==void 0?t.normalize("NFC"):qt(),n=r?"":`-${V6("sha256").update(o).digest("hex").substring(0,8)}`;return`Claude Code${m0().OAUTH_FILE_SUFFIX}${e}${n}`}var K6=/^[a-zA-Z0-9._-]+$/;function y0(){if(process.platform==="win32")return"claude-code-user";let e;try{e=process.env.USER||W6().username}catch{e="claude-code-user"}if(!K6.test(e))return"claude-code-user";return e}var ae;(function(e){e.assertEqual=(n)=>{};function t(n){}e.assertIs=t;function r(n){throw Error()}e.assertNever=r,e.arrayToEnum=(n)=>{let i={};for(let s of n)i[s]=s;return i},e.getValidEnumValues=(n)=>{let i=e.objectKeys(n).filter((a)=>typeof n[n[a]]!=="number"),s={};for(let a of i)s[a]=n[a];return e.objectValues(s)},e.objectValues=(n)=>e.objectKeys(n).map(function(i){return n[i]}),e.objectKeys=typeof Object.keys==="function"?(n)=>Object.keys(n):(n)=>{let i=[];for(let s in n)if(Object.prototype.hasOwnProperty.call(n,s))i.push(s);return i},e.find=(n,i)=>{for(let s of n)if(i(s))return s;return},e.isInteger=typeof Number.isInteger==="function"?(n)=>Number.isInteger(n):(n)=>typeof n==="number"&&Number.isFinite(n)&&Math.floor(n)===n;function o(n,i=" | "){return n.map((s)=>typeof s==="string"?`'${s}'`:s).join(i)}e.joinValues=o,e.jsonStringifyReplacer=(n,i)=>{if(typeof i==="bigint")return i.toString();return i}})(ae||(ae={}));var b0;(function(e){e.mergeShapes=(t,r)=>({...t,...r})})(b0||(b0={}));var C=ae.arrayToEnum(["string","nan","number","integer","float","boolean","date","bigint","symbol","function","undefined","null","array","object","unknown","promise","void","never","map","set"]),Hr=(e)=>{switch(typeof e){case"undefined":return C.undefined;case"string":return C.string;case"number":return Number.isNaN(e)?C.nan:C.number;case"boolean":return C.boolean;case"function":return C.function;case"bigint":return C.bigint;case"symbol":return C.symbol;case"object":if(Array.isArray(e))return C.array;if(e===null)return C.null;if(e.then&&typeof e.then==="function"&&e.catch&&typeof e.catch==="function")return C.promise;if(typeof Map<"u"&&e instanceof Map)return C.map;if(typeof Set<"u"&&e instanceof Set)return C.set;if(typeof Date<"u"&&e instanceof Date)return C.date;return C.object;default:return C.unknown}};var I=ae.arrayToEnum(["invalid_type","invalid_literal","custom","invalid_union","invalid_union_discriminator","invalid_enum_value","unrecognized_keys","invalid_arguments","invalid_return_type","invalid_date","invalid_string","too_small","too_big","invalid_intersection_types","not_multiple_of","not_finite"]);class Nt extends Error{get errors(){return this.issues}constructor(e){super();this.issues=[],this.addIssue=(r)=>{this.issues=[...this.issues,r]},this.addIssues=(r=[])=>{this.issues=[...this.issues,...r]};let t=new.target.prototype;if(Object.setPrototypeOf)Object.setPrototypeOf(this,t);else this.__proto__=t;this.name="ZodError",this.issues=e}format(e){let t=e||function(n){return n.message},r={_errors:[]},o=(n)=>{for(let i of n.issues)if(i.code==="invalid_union")i.unionErrors.map(o);else if(i.code==="invalid_return_type")o(i.returnTypeError);else if(i.code==="invalid_arguments")o(i.argumentsError);else if(i.path.length===0)r._errors.push(t(i));else{let s=r,a=0;while(a<i.path.length){let c=i.path[a];if(a!==i.path.length-1)s[c]=s[c]||{_errors:[]};else s[c]=s[c]||{_errors:[]},s[c]._errors.push(t(i));s=s[c],a++}}};return o(this),r}static assert(e){if(!(e instanceof Nt))throw Error(`Not a ZodError: ${e}`)}toString(){return this.message}get message(){return JSON.stringify(this.issues,ae.jsonStringifyReplacer,2)}get isEmpty(){return this.issues.length===0}flatten(e=(t)=>t.message){let t={},r=[];for(let o of this.issues)if(o.path.length>0){let n=o.path[0];t[n]=t[n]||[],t[n].push(e(o))}else r.push(e(o));return{formErrors:r,fieldErrors:t}}get formErrors(){return this.flatten()}}Nt.create=(e)=>new Nt(e);var G6=(e,t)=>{let r;switch(e.code){case I.invalid_type:if(e.received===C.undefined)r="Required";else r=`Expected ${e.expected}, received ${e.received}`;break;case I.invalid_literal:r=`Invalid literal value, expected ${JSON.stringify(e.expected,ae.jsonStringifyReplacer)}`;break;case I.unrecognized_keys:r=`Unrecognized key(s) in object: ${ae.joinValues(e.keys,", ")}`;break;case I.invalid_union:r="Invalid input";break;case I.invalid_union_discriminator:r=`Invalid discriminator value. Expected ${ae.joinValues(e.options)}`;break;case I.invalid_enum_value:r=`Invalid enum value. Expected ${ae.joinValues(e.options)}, received '${e.received}'`;break;case I.invalid_arguments:r="Invalid function arguments";break;case I.invalid_return_type:r="Invalid function return type";break;case I.invalid_date:r="Invalid date";break;case I.invalid_string:if(typeof e.validation==="object")if("includes"in e.validation){if(r=`Invalid input: must include "${e.validation.includes}"`,typeof e.validation.position==="number")r=`${r} at one or more positions greater than or equal to ${e.validation.position}`}else if("startsWith"in e.validation)r=`Invalid input: must start with "${e.validation.startsWith}"`;else if("endsWith"in e.validation)r=`Invalid input: must end with "${e.validation.endsWith}"`;else ae.assertNever(e.validation);else if(e.validation!=="regex")r=`Invalid ${e.validation}`;else r="Invalid";break;case I.too_small:if(e.type==="array")r=`Array must contain ${e.exact?"exactly":e.inclusive?"at least":"more than"} ${e.minimum} element(s)`;else if(e.type==="string")r=`String must contain ${e.exact?"exactly":e.inclusive?"at least":"over"} ${e.minimum} character(s)`;else if(e.type==="number")r=`Number must be ${e.exact?"exactly equal to ":e.inclusive?"greater than or equal to ":"greater than "}${e.minimum}`;else if(e.type==="bigint")r=`Number must be ${e.exact?"exactly equal to ":e.inclusive?"greater than or equal to ":"greater than "}${e.minimum}`;else if(e.type==="date")r=`Date must be ${e.exact?"exactly equal to ":e.inclusive?"greater than or equal to ":"greater than "}${new Date(Number(e.minimum))}`;else r="Invalid input";break;case I.too_big:if(e.type==="array")r=`Array must contain ${e.exact?"exactly":e.inclusive?"at most":"less than"} ${e.maximum} element(s)`;else if(e.type==="string")r=`String must contain ${e.exact?"exactly":e.inclusive?"at most":"under"} ${e.maximum} character(s)`;else if(e.type==="number")r=`Number must be ${e.exact?"exactly":e.inclusive?"less than or equal to":"less than"} ${e.maximum}`;else if(e.type==="bigint")r=`BigInt must be ${e.exact?"exactly":e.inclusive?"less than or equal to":"less than"} ${e.maximum}`;else if(e.type==="date")r=`Date must be ${e.exact?"exactly":e.inclusive?"smaller than or equal to":"smaller than"} ${new Date(Number(e.maximum))}`;else r="Invalid input";break;case I.custom:r="Invalid input";break;case I.invalid_intersection_types:r="Intersection results could not be merged";break;case I.not_multiple_of:r=`Number must be a multiple of ${e.multipleOf}`;break;case I.not_finite:r="Number must be finite";break;default:r=t.defaultError,ae.assertNever(e)}return{message:r}},En=G6;var J6=En;function tc(){return J6}var Dd=(e)=>{let{data:t,path:r,errorMaps:o,issueData:n}=e,i=[...r,...n.path||[]],s={...n,path:i};if(n.message!==void 0)return{...n,path:i,message:n.message};let a="",c=o.filter((u)=>!!u).slice().reverse();for(let u of c)a=u(s,{data:t,defaultError:a}).message;return{...n,path:i,message:a}};function j(e,t){let r=tc(),o=Dd({issueData:t,data:e.data,path:e.path,errorMaps:[e.common.contextualErrorMap,e.schemaErrorMap,r,r===En?void 0:En].filter((n)=>!!n)});e.common.issues.push(o)}class st{constructor(){this.value="valid"}dirty(){if(this.value==="valid")this.value="dirty"}abort(){if(this.value!=="aborted")this.value="aborted"}static mergeArray(e,t){let r=[];for(let o of t){if(o.status==="aborted")return W;if(o.status==="dirty")e.dirty();r.push(o.value)}return{status:e.value,value:r}}static async mergeObjectAsync(e,t){let r=[];for(let o of t){let n=await o.key,i=await o.value;r.push({key:n,value:i})}return st.mergeObjectSync(e,r)}static mergeObjectSync(e,t){let r={};for(let o of t){let{key:n,value:i}=o;if(n.status==="aborted")return W;if(i.status==="aborted")return W;if(n.status==="dirty")e.dirty();if(i.status==="dirty")e.dirty();if(n.value!=="__proto__"&&(typeof i.value<"u"||o.alwaysSet))r[n.value]=i.value}return{status:e.value,value:r}}}var W=Object.freeze({status:"aborted"}),ji=(e)=>({status:"dirty",value:e}),pt=(e)=>({status:"valid",value:e}),qy=(e)=>e.status==="aborted",Zy=(e)=>e.status==="dirty",xo=(e)=>e.status==="valid",rc=(e)=>typeof Promise<"u"&&e instanceof Promise;var F;(function(e){e.errToObj=(t)=>typeof t==="string"?{message:t}:t||{},e.toString=(t)=>typeof t==="string"?t:t?.message})(F||(F={}));class lr{constructor(e,t,r,o){this._cachedPath=[],this.parent=e,this.data=t,this._path=r,this._key=o}get path(){if(!this._cachedPath.length)if(Array.isArray(this._key))this._cachedPath.push(...this._path,...this._key);else this._cachedPath.push(...this._path,this._key);return this._cachedPath}}var _0=(e,t)=>{if(xo(t))return{success:!0,data:t.value};else{if(!e.common.issues.length)throw Error("Validation failed but no issues detected.");return{success:!1,get error(){if(this._error)return this._error;let r=new Nt(e.common.issues);return this._error=r,this._error}}}};function Q(e){if(!e)return{};let{errorMap:t,invalid_type_error:r,required_error:o,description:n}=e;if(t&&(r||o))throw Error(`Can't use "invalid_type_error" or "required_error" in conjunction with custom error map.`);if(t)return{errorMap:t,description:n};return{errorMap:(s,a)=>{let{message:c}=e;if(s.code==="invalid_enum_value")return{message:c??a.defaultError};if(typeof a.data>"u")return{message:c??o??a.defaultError};if(s.code!=="invalid_type")return{message:a.defaultError};return{message:c??r??a.defaultError}},description:n}}class oe{get description(){return this._def.description}_getType(e){return Hr(e.data)}_getOrReturnCtx(e,t){return t||{common:e.parent.common,data:e.data,parsedType:Hr(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}_processInputParams(e){return{status:new st,ctx:{common:e.parent.common,data:e.data,parsedType:Hr(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}}_parseSync(e){let t=this._parse(e);if(rc(t))throw Error("Synchronous parse encountered promise.");return t}_parseAsync(e){let t=this._parse(e);return Promise.resolve(t)}parse(e,t){let r=this.safeParse(e,t);if(r.success)return r.data;throw r.error}safeParse(e,t){let r={common:{issues:[],async:t?.async??!1,contextualErrorMap:t?.errorMap},path:t?.path||[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:Hr(e)},o=this._parseSync({data:e,path:r.path,parent:r});return _0(r,o)}"~validate"(e){let t={common:{issues:[],async:!!this["~standard"].async},path:[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:Hr(e)};if(!this["~standard"].async)try{let r=this._parseSync({data:e,path:[],parent:t});return xo(r)?{value:r.value}:{issues:t.common.issues}}catch(r){if(r?.message?.toLowerCase()?.includes("encountered"))this["~standard"].async=!0;t.common={issues:[],async:!0}}return this._parseAsync({data:e,path:[],parent:t}).then((r)=>xo(r)?{value:r.value}:{issues:t.common.issues})}async parseAsync(e,t){let r=await this.safeParseAsync(e,t);if(r.success)return r.data;throw r.error}async safeParseAsync(e,t){let r={common:{issues:[],contextualErrorMap:t?.errorMap,async:!0},path:t?.path||[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:Hr(e)},o=this._parse({data:e,path:r.path,parent:r}),n=await(rc(o)?o:Promise.resolve(o));return _0(r,n)}refine(e,t){let r=(o)=>{if(typeof t==="string"||typeof t>"u")return{message:t};else if(typeof t==="function")return t(o);else return t};return this._refinement((o,n)=>{let i=e(o),s=()=>n.addIssue({code:I.custom,...r(o)});if(typeof Promise<"u"&&i instanceof Promise)return i.then((a)=>{if(!a)return s(),!1;else return!0});if(!i)return s(),!1;else return!0})}refinement(e,t){return this._refinement((r,o)=>{if(!e(r))return o.addIssue(typeof t==="function"?t(r,o):t),!1;else return!0})}_refinement(e){return new Tr({schema:this,typeName:R.ZodEffects,effect:{type:"refinement",refinement:e}})}superRefine(e){return this._refinement(e)}constructor(e){this.spa=this.safeParseAsync,this._def=e,this.parse=this.parse.bind(this),this.safeParse=this.safeParse.bind(this),this.parseAsync=this.parseAsync.bind(this),this.safeParseAsync=this.safeParseAsync.bind(this),this.spa=this.spa.bind(this),this.refine=this.refine.bind(this),this.refinement=this.refinement.bind(this),this.superRefine=this.superRefine.bind(this),this.optional=this.optional.bind(this),this.nullable=this.nullable.bind(this),this.nullish=this.nullish.bind(this),this.array=this.array.bind(this),this.promise=this.promise.bind(this),this.or=this.or.bind(this),this.and=this.and.bind(this),this.transform=this.transform.bind(this),this.brand=this.brand.bind(this),this.default=this.default.bind(this),this.catch=this.catch.bind(this),this.describe=this.describe.bind(this),this.pipe=this.pipe.bind(this),this.readonly=this.readonly.bind(this),this.isNullable=this.isNullable.bind(this),this.isOptional=this.isOptional.bind(this),this["~standard"]={version:1,vendor:"zod",validate:(t)=>this["~validate"](t)}}optional(){return Gt.create(this,this._def)}nullable(){return Tn.create(this,this._def)}nullish(){return this.nullable().optional()}array(){return Er.create(this)}promise(){return Bi.create(this,this._def)}or(e){return ac.create([this,e],this._def)}and(e){return cc.create(this,e,this._def)}transform(e){return new Tr({...Q(this._def),schema:this,typeName:R.ZodEffects,effect:{type:"transform",transform:e}})}default(e){let t=typeof e==="function"?e:()=>e;return new pc({...Q(this._def),innerType:this,defaultValue:t,typeName:R.ZodDefault})}brand(){return new Gy({typeName:R.ZodBranded,type:this,...Q(this._def)})}catch(e){let t=typeof e==="function"?e:()=>e;return new fc({...Q(this._def),innerType:this,catchValue:t,typeName:R.ZodCatch})}describe(e){return new this.constructor({...this._def,description:e})}pipe(e){return Hd.create(this,e)}readonly(){return mc.create(this)}isOptional(){return this.safeParse(void 0).success}isNullable(){return this.safeParse(null).success}}var X6=/^c[^\s-]{8,}$/i,Y6=/^[0-9a-z]+$/,Q6=/^[0-9A-HJKMNP-TV-Z]{26}$/i,eZ=/^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}$/i,tZ=/^[a-z0-9_-]{21}$/i,rZ=/^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/,nZ=/^[-+]?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)?)??$/,oZ=/^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i,iZ="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$",Vy,sZ=/^(?:(?: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])$/,aZ=/^(?:(?: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])\/(3[0-2]|[12]?[0-9])$/,cZ=/^(([0-9a-fA-F]{1,4}:){7,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}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))$/,lZ=/^(([0-9a-fA-F]{1,4}:){7,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}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/,uZ=/^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/,dZ=/^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/,v0="((\\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])))",pZ=new RegExp(`^${v0}$`);function S0(e){let t="[0-5]\\d";if(e.precision)t=`${t}\\.\\d{${e.precision}}`;else if(e.precision==null)t=`${t}(\\.\\d+)?`;let r=e.precision?"+":"?";return`([01]\\d|2[0-3]):[0-5]\\d(:${t})${r}`}function fZ(e){return new RegExp(`^${S0(e)}$`)}function mZ(e){let t=`${v0}T${S0(e)}`,r=[];if(r.push(e.local?"Z?":"Z"),e.offset)r.push("([+-]\\d{2}:?\\d{2})");return t=`${t}(${r.join("|")})`,new RegExp(`^${t}$`)}function gZ(e,t){if((t==="v4"||!t)&&sZ.test(e))return!0;if((t==="v6"||!t)&&cZ.test(e))return!0;return!1}function hZ(e,t){if(!rZ.test(e))return!1;try{let[r]=e.split(".");if(!r)return!1;let o=r.replace(/-/g,"+").replace(/_/g,"/").padEnd(r.length+(4-r.length%4)%4,"="),n=JSON.parse(atob(o));if(typeof n!=="object"||n===null)return!1;if("typ"in n&&n?.typ!=="JWT")return!1;if(!n.alg)return!1;if(t&&n.alg!==t)return!1;return!0}catch{return!1}}function yZ(e,t){if((t==="v4"||!t)&&aZ.test(e))return!0;if((t==="v6"||!t)&&lZ.test(e))return!0;return!1}class Zr extends oe{_parse(e){if(this._def.coerce)e.data=String(e.data);if(this._getType(e)!==C.string){let n=this._getOrReturnCtx(e);return j(n,{code:I.invalid_type,expected:C.string,received:n.parsedType}),W}let r=new st,o=void 0;for(let n of this._def.checks)if(n.kind==="min"){if(e.data.length<n.value)o=this._getOrReturnCtx(e,o),j(o,{code:I.too_small,minimum:n.value,type:"string",inclusive:!0,exact:!1,message:n.message}),r.dirty()}else if(n.kind==="max"){if(e.data.length>n.value)o=this._getOrReturnCtx(e,o),j(o,{code:I.too_big,maximum:n.value,type:"string",inclusive:!0,exact:!1,message:n.message}),r.dirty()}else if(n.kind==="length"){let i=e.data.length>n.value,s=e.data.length<n.value;if(i||s){if(o=this._getOrReturnCtx(e,o),i)j(o,{code:I.too_big,maximum:n.value,type:"string",inclusive:!0,exact:!0,message:n.message});else if(s)j(o,{code:I.too_small,minimum:n.value,type:"string",inclusive:!0,exact:!0,message:n.message});r.dirty()}}else if(n.kind==="email"){if(!oZ.test(e.data))o=this._getOrReturnCtx(e,o),j(o,{validation:"email",code:I.invalid_string,message:n.message}),r.dirty()}else if(n.kind==="emoji"){if(!Vy)Vy=new RegExp(iZ,"u");if(!Vy.test(e.data))o=this._getOrReturnCtx(e,o),j(o,{validation:"emoji",code:I.invalid_string,message:n.message}),r.dirty()}else if(n.kind==="uuid"){if(!eZ.test(e.data))o=this._getOrReturnCtx(e,o),j(o,{validation:"uuid",code:I.invalid_string,message:n.message}),r.dirty()}else if(n.kind==="nanoid"){if(!tZ.test(e.data))o=this._getOrReturnCtx(e,o),j(o,{validation:"nanoid",code:I.invalid_string,message:n.message}),r.dirty()}else if(n.kind==="cuid"){if(!X6.test(e.data))o=this._getOrReturnCtx(e,o),j(o,{validation:"cuid",code:I.invalid_string,message:n.message}),r.dirty()}else if(n.kind==="cuid2"){if(!Y6.test(e.data))o=this._getOrReturnCtx(e,o),j(o,{validation:"cuid2",code:I.invalid_string,message:n.message}),r.dirty()}else if(n.kind==="ulid"){if(!Q6.test(e.data))o=this._getOrReturnCtx(e,o),j(o,{validation:"ulid",code:I.invalid_string,message:n.message}),r.dirty()}else if(n.kind==="url")try{new URL(e.data)}catch{o=this._getOrReturnCtx(e,o),j(o,{validation:"url",code:I.invalid_string,message:n.message}),r.dirty()}else if(n.kind==="regex"){if(n.regex.lastIndex=0,!n.regex.test(e.data))o=this._getOrReturnCtx(e,o),j(o,{validation:"regex",code:I.invalid_string,message:n.message}),r.dirty()}else if(n.kind==="trim")e.data=e.data.trim();else if(n.kind==="includes"){if(!e.data.includes(n.value,n.position))o=this._getOrReturnCtx(e,o),j(o,{code:I.invalid_string,validation:{includes:n.value,position:n.position},message:n.message}),r.dirty()}else if(n.kind==="toLowerCase")e.data=e.data.toLowerCase();else if(n.kind==="toUpperCase")e.data=e.data.toUpperCase();else if(n.kind==="startsWith"){if(!e.data.startsWith(n.value))o=this._getOrReturnCtx(e,o),j(o,{code:I.invalid_string,validation:{startsWith:n.value},message:n.message}),r.dirty()}else if(n.kind==="endsWith"){if(!e.data.endsWith(n.value))o=this._getOrReturnCtx(e,o),j(o,{code:I.invalid_string,validation:{endsWith:n.value},message:n.message}),r.dirty()}else if(n.kind==="datetime"){if(!mZ(n).test(e.data))o=this._getOrReturnCtx(e,o),j(o,{code:I.invalid_string,validation:"datetime",message:n.message}),r.dirty()}else if(n.kind==="date"){if(!pZ.test(e.data))o=this._getOrReturnCtx(e,o),j(o,{code:I.invalid_string,validation:"date",message:n.message}),r.dirty()}else if(n.kind==="time"){if(!fZ(n).test(e.data))o=this._getOrReturnCtx(e,o),j(o,{code:I.invalid_string,validation:"time",message:n.message}),r.dirty()}else if(n.kind==="duration"){if(!nZ.test(e.data))o=this._getOrReturnCtx(e,o),j(o,{validation:"duration",code:I.invalid_string,message:n.message}),r.dirty()}else if(n.kind==="ip"){if(!gZ(e.data,n.version))o=this._getOrReturnCtx(e,o),j(o,{validation:"ip",code:I.invalid_string,message:n.message}),r.dirty()}else if(n.kind==="jwt"){if(!hZ(e.data,n.alg))o=this._getOrReturnCtx(e,o),j(o,{validation:"jwt",code:I.invalid_string,message:n.message}),r.dirty()}else if(n.kind==="cidr"){if(!yZ(e.data,n.version))o=this._getOrReturnCtx(e,o),j(o,{validation:"cidr",code:I.invalid_string,message:n.message}),r.dirty()}else if(n.kind==="base64"){if(!uZ.test(e.data))o=this._getOrReturnCtx(e,o),j(o,{validation:"base64",code:I.invalid_string,message:n.message}),r.dirty()}else if(n.kind==="base64url"){if(!dZ.test(e.data))o=this._getOrReturnCtx(e,o),j(o,{validation:"base64url",code:I.invalid_string,message:n.message}),r.dirty()}else ae.assertNever(n);return{status:r.value,value:e.data}}_regex(e,t,r){return this.refinement((o)=>e.test(o),{validation:t,code:I.invalid_string,...F.errToObj(r)})}_addCheck(e){return new Zr({...this._def,checks:[...this._def.checks,e]})}email(e){return this._addCheck({kind:"email",...F.errToObj(e)})}url(e){return this._addCheck({kind:"url",...F.errToObj(e)})}emoji(e){return this._addCheck({kind:"emoji",...F.errToObj(e)})}uuid(e){return this._addCheck({kind:"uuid",...F.errToObj(e)})}nanoid(e){return this._addCheck({kind:"nanoid",...F.errToObj(e)})}cuid(e){return this._addCheck({kind:"cuid",...F.errToObj(e)})}cuid2(e){return this._addCheck({kind:"cuid2",...F.errToObj(e)})}ulid(e){return this._addCheck({kind:"ulid",...F.errToObj(e)})}base64(e){return this._addCheck({kind:"base64",...F.errToObj(e)})}base64url(e){return this._addCheck({kind:"base64url",...F.errToObj(e)})}jwt(e){return this._addCheck({kind:"jwt",...F.errToObj(e)})}ip(e){return this._addCheck({kind:"ip",...F.errToObj(e)})}cidr(e){return this._addCheck({kind:"cidr",...F.errToObj(e)})}datetime(e){if(typeof e==="string")return this._addCheck({kind:"datetime",precision:null,offset:!1,local:!1,message:e});return this._addCheck({kind:"datetime",precision:typeof e?.precision>"u"?null:e?.precision,offset:e?.offset??!1,local:e?.local??!1,...F.errToObj(e?.message)})}date(e){return this._addCheck({kind:"date",message:e})}time(e){if(typeof e==="string")return this._addCheck({kind:"time",precision:null,message:e});return this._addCheck({kind:"time",precision:typeof e?.precision>"u"?null:e?.precision,...F.errToObj(e?.message)})}duration(e){return this._addCheck({kind:"duration",...F.errToObj(e)})}regex(e,t){return this._addCheck({kind:"regex",regex:e,...F.errToObj(t)})}includes(e,t){return this._addCheck({kind:"includes",value:e,position:t?.position,...F.errToObj(t?.message)})}startsWith(e,t){return this._addCheck({kind:"startsWith",value:e,...F.errToObj(t)})}endsWith(e,t){return this._addCheck({kind:"endsWith",value:e,...F.errToObj(t)})}min(e,t){return this._addCheck({kind:"min",value:e,...F.errToObj(t)})}max(e,t){return this._addCheck({kind:"max",value:e,...F.errToObj(t)})}length(e,t){return this._addCheck({kind:"length",value:e,...F.errToObj(t)})}nonempty(e){return this.min(1,F.errToObj(e))}trim(){return new Zr({...this._def,checks:[...this._def.checks,{kind:"trim"}]})}toLowerCase(){return new Zr({...this._def,checks:[...this._def.checks,{kind:"toLowerCase"}]})}toUpperCase(){return new Zr({...this._def,checks:[...this._def.checks,{kind:"toUpperCase"}]})}get isDatetime(){return!!this._def.checks.find((e)=>e.kind==="datetime")}get isDate(){return!!this._def.checks.find((e)=>e.kind==="date")}get isTime(){return!!this._def.checks.find((e)=>e.kind==="time")}get isDuration(){return!!this._def.checks.find((e)=>e.kind==="duration")}get isEmail(){return!!this._def.checks.find((e)=>e.kind==="email")}get isURL(){return!!this._def.checks.find((e)=>e.kind==="url")}get isEmoji(){return!!this._def.checks.find((e)=>e.kind==="emoji")}get isUUID(){return!!this._def.checks.find((e)=>e.kind==="uuid")}get isNANOID(){return!!this._def.checks.find((e)=>e.kind==="nanoid")}get isCUID(){return!!this._def.checks.find((e)=>e.kind==="cuid")}get isCUID2(){return!!this._def.checks.find((e)=>e.kind==="cuid2")}get isULID(){return!!this._def.checks.find((e)=>e.kind==="ulid")}get isIP(){return!!this._def.checks.find((e)=>e.kind==="ip")}get isCIDR(){return!!this._def.checks.find((e)=>e.kind==="cidr")}get isBase64(){return!!this._def.checks.find((e)=>e.kind==="base64")}get isBase64url(){return!!this._def.checks.find((e)=>e.kind==="base64url")}get minLength(){let e=null;for(let t of this._def.checks)if(t.kind==="min"){if(e===null||t.value>e)e=t.value}return e}get maxLength(){let e=null;for(let t of this._def.checks)if(t.kind==="max"){if(e===null||t.value<e)e=t.value}return e}}Zr.create=(e)=>new Zr({checks:[],typeName:R.ZodString,coerce:e?.coerce??!1,...Q(e)});function bZ(e,t){let r=(e.toString().split(".")[1]||"").length,o=(t.toString().split(".")[1]||"").length,n=r>o?r:o,i=Number.parseInt(e.toFixed(n).replace(".","")),s=Number.parseInt(t.toFixed(n).replace(".",""));return i%s/10**n}class zi extends oe{constructor(){super(...arguments);this.min=this.gte,this.max=this.lte,this.step=this.multipleOf}_parse(e){if(this._def.coerce)e.data=Number(e.data);if(this._getType(e)!==C.number){let n=this._getOrReturnCtx(e);return j(n,{code:I.invalid_type,expected:C.number,received:n.parsedType}),W}let r=void 0,o=new st;for(let n of this._def.checks)if(n.kind==="int"){if(!ae.isInteger(e.data))r=this._getOrReturnCtx(e,r),j(r,{code:I.invalid_type,expected:"integer",received:"float",message:n.message}),o.dirty()}else if(n.kind==="min"){if(n.inclusive?e.data<n.value:e.data<=n.value)r=this._getOrReturnCtx(e,r),j(r,{code:I.too_small,minimum:n.value,type:"number",inclusive:n.inclusive,exact:!1,message:n.message}),o.dirty()}else if(n.kind==="max"){if(n.inclusive?e.data>n.value:e.data>=n.value)r=this._getOrReturnCtx(e,r),j(r,{code:I.too_big,maximum:n.value,type:"number",inclusive:n.inclusive,exact:!1,message:n.message}),o.dirty()}else if(n.kind==="multipleOf"){if(bZ(e.data,n.value)!==0)r=this._getOrReturnCtx(e,r),j(r,{code:I.not_multiple_of,multipleOf:n.value,message:n.message}),o.dirty()}else if(n.kind==="finite"){if(!Number.isFinite(e.data))r=this._getOrReturnCtx(e,r),j(r,{code:I.not_finite,message:n.message}),o.dirty()}else ae.assertNever(n);return{status:o.value,value:e.data}}gte(e,t){return this.setLimit("min",e,!0,F.toString(t))}gt(e,t){return this.setLimit("min",e,!1,F.toString(t))}lte(e,t){return this.setLimit("max",e,!0,F.toString(t))}lt(e,t){return this.setLimit("max",e,!1,F.toString(t))}setLimit(e,t,r,o){return new zi({...this._def,checks:[...this._def.checks,{kind:e,value:t,inclusive:r,message:F.toString(o)}]})}_addCheck(e){return new zi({...this._def,checks:[...this._def.checks,e]})}int(e){return this._addCheck({kind:"int",message:F.toString(e)})}positive(e){return this._addCheck({kind:"min",value:0,inclusive:!1,message:F.toString(e)})}negative(e){return this._addCheck({kind:"max",value:0,inclusive:!1,message:F.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:0,inclusive:!0,message:F.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:0,inclusive:!0,message:F.toString(e)})}multipleOf(e,t){return this._addCheck({kind:"multipleOf",value:e,message:F.toString(t)})}finite(e){return this._addCheck({kind:"finite",message:F.toString(e)})}safe(e){return this._addCheck({kind:"min",inclusive:!0,value:Number.MIN_SAFE_INTEGER,message:F.toString(e)})._addCheck({kind:"max",inclusive:!0,value:Number.MAX_SAFE_INTEGER,message:F.toString(e)})}get minValue(){let e=null;for(let t of this._def.checks)if(t.kind==="min"){if(e===null||t.value>e)e=t.value}return e}get maxValue(){let e=null;for(let t of this._def.checks)if(t.kind==="max"){if(e===null||t.value<e)e=t.value}return e}get isInt(){return!!this._def.checks.find((e)=>e.kind==="int"||e.kind==="multipleOf"&&ae.isInteger(e.value))}get isFinite(){let e=null,t=null;for(let r of this._def.checks)if(r.kind==="finite"||r.kind==="int"||r.kind==="multipleOf")return!0;else if(r.kind==="min"){if(t===null||r.value>t)t=r.value}else if(r.kind==="max"){if(e===null||r.value<e)e=r.value}return Number.isFinite(t)&&Number.isFinite(e)}}zi.create=(e)=>new zi({checks:[],typeName:R.ZodNumber,coerce:e?.coerce||!1,...Q(e)});class Li extends oe{constructor(){super(...arguments);this.min=this.gte,this.max=this.lte}_parse(e){if(this._def.coerce)try{e.data=BigInt(e.data)}catch{return this._getInvalidInput(e)}if(this._getType(e)!==C.bigint)return this._getInvalidInput(e);let r=void 0,o=new st;for(let n of this._def.checks)if(n.kind==="min"){if(n.inclusive?e.data<n.value:e.data<=n.value)r=this._getOrReturnCtx(e,r),j(r,{code:I.too_small,type:"bigint",minimum:n.value,inclusive:n.inclusive,message:n.message}),o.dirty()}else if(n.kind==="max"){if(n.inclusive?e.data>n.value:e.data>=n.value)r=this._getOrReturnCtx(e,r),j(r,{code:I.too_big,type:"bigint",maximum:n.value,inclusive:n.inclusive,message:n.message}),o.dirty()}else if(n.kind==="multipleOf"){if(e.data%n.value!==BigInt(0))r=this._getOrReturnCtx(e,r),j(r,{code:I.not_multiple_of,multipleOf:n.value,message:n.message}),o.dirty()}else ae.assertNever(n);return{status:o.value,value:e.data}}_getInvalidInput(e){let t=this._getOrReturnCtx(e);return j(t,{code:I.invalid_type,expected:C.bigint,received:t.parsedType}),W}gte(e,t){return this.setLimit("min",e,!0,F.toString(t))}gt(e,t){return this.setLimit("min",e,!1,F.toString(t))}lte(e,t){return this.setLimit("max",e,!0,F.toString(t))}lt(e,t){return this.setLimit("max",e,!1,F.toString(t))}setLimit(e,t,r,o){return new Li({...this._def,checks:[...this._def.checks,{kind:e,value:t,inclusive:r,message:F.toString(o)}]})}_addCheck(e){return new Li({...this._def,checks:[...this._def.checks,e]})}positive(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!1,message:F.toString(e)})}negative(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!1,message:F.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!0,message:F.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!0,message:F.toString(e)})}multipleOf(e,t){return this._addCheck({kind:"multipleOf",value:e,message:F.toString(t)})}get minValue(){let e=null;for(let t of this._def.checks)if(t.kind==="min"){if(e===null||t.value>e)e=t.value}return e}get maxValue(){let e=null;for(let t of this._def.checks)if(t.kind==="max"){if(e===null||t.value<e)e=t.value}return e}}Li.create=(e)=>new Li({checks:[],typeName:R.ZodBigInt,coerce:e?.coerce??!1,...Q(e)});class Nd extends oe{_parse(e){if(this._def.coerce)e.data=Boolean(e.data);if(this._getType(e)!==C.boolean){let r=this._getOrReturnCtx(e);return j(r,{code:I.invalid_type,expected:C.boolean,received:r.parsedType}),W}return pt(e.data)}}Nd.create=(e)=>new Nd({typeName:R.ZodBoolean,coerce:e?.coerce||!1,...Q(e)});class oc extends oe{_parse(e){if(this._def.coerce)e.data=new Date(e.data);if(this._getType(e)!==C.date){let n=this._getOrReturnCtx(e);return j(n,{code:I.invalid_type,expected:C.date,received:n.parsedType}),W}if(Number.isNaN(e.data.getTime())){let n=this._getOrReturnCtx(e);return j(n,{code:I.invalid_date}),W}let r=new st,o=void 0;for(let n of this._def.checks)if(n.kind==="min"){if(e.data.getTime()<n.value)o=this._getOrReturnCtx(e,o),j(o,{code:I.too_small,message:n.message,inclusive:!0,exact:!1,minimum:n.value,type:"date"}),r.dirty()}else if(n.kind==="max"){if(e.data.getTime()>n.value)o=this._getOrReturnCtx(e,o),j(o,{code:I.too_big,message:n.message,inclusive:!0,exact:!1,maximum:n.value,type:"date"}),r.dirty()}else ae.assertNever(n);return{status:r.value,value:new Date(e.data.getTime())}}_addCheck(e){return new oc({...this._def,checks:[...this._def.checks,e]})}min(e,t){return this._addCheck({kind:"min",value:e.getTime(),message:F.toString(t)})}max(e,t){return this._addCheck({kind:"max",value:e.getTime(),message:F.toString(t)})}get minDate(){let e=null;for(let t of this._def.checks)if(t.kind==="min"){if(e===null||t.value>e)e=t.value}return e!=null?new Date(e):null}get maxDate(){let e=null;for(let t of this._def.checks)if(t.kind==="max"){if(e===null||t.value<e)e=t.value}return e!=null?new Date(e):null}}oc.create=(e)=>new oc({checks:[],coerce:e?.coerce||!1,typeName:R.ZodDate,...Q(e)});class jd extends oe{_parse(e){if(this._getType(e)!==C.symbol){let r=this._getOrReturnCtx(e);return j(r,{code:I.invalid_type,expected:C.symbol,received:r.parsedType}),W}return pt(e.data)}}jd.create=(e)=>new jd({typeName:R.ZodSymbol,...Q(e)});class ic extends oe{_parse(e){if(this._getType(e)!==C.undefined){let r=this._getOrReturnCtx(e);return j(r,{code:I.invalid_type,expected:C.undefined,received:r.parsedType}),W}return pt(e.data)}}ic.create=(e)=>new ic({typeName:R.ZodUndefined,...Q(e)});class sc extends oe{_parse(e){if(this._getType(e)!==C.null){let r=this._getOrReturnCtx(e);return j(r,{code:I.invalid_type,expected:C.null,received:r.parsedType}),W}return pt(e.data)}}sc.create=(e)=>new sc({typeName:R.ZodNull,...Q(e)});class Ud extends oe{constructor(){super(...arguments);this._any=!0}_parse(e){return pt(e.data)}}Ud.create=(e)=>new Ud({typeName:R.ZodAny,...Q(e)});class wo extends oe{constructor(){super(...arguments);this._unknown=!0}_parse(e){return pt(e.data)}}wo.create=(e)=>new wo({typeName:R.ZodUnknown,...Q(e)});class Vr extends oe{_parse(e){let t=this._getOrReturnCtx(e);return j(t,{code:I.invalid_type,expected:C.never,received:t.parsedType}),W}}Vr.create=(e)=>new Vr({typeName:R.ZodNever,...Q(e)});class zd extends oe{_parse(e){if(this._getType(e)!==C.undefined){let r=this._getOrReturnCtx(e);return j(r,{code:I.invalid_type,expected:C.void,received:r.parsedType}),W}return pt(e.data)}}zd.create=(e)=>new zd({typeName:R.ZodVoid,...Q(e)});class Er extends oe{_parse(e){let{ctx:t,status:r}=this._processInputParams(e),o=this._def;if(t.parsedType!==C.array)return j(t,{code:I.invalid_type,expected:C.array,received:t.parsedType}),W;if(o.exactLength!==null){let i=t.data.length>o.exactLength.value,s=t.data.length<o.exactLength.value;if(i||s)j(t,{code:i?I.too_big:I.too_small,minimum:s?o.exactLength.value:void 0,maximum:i?o.exactLength.value:void 0,type:"array",inclusive:!0,exact:!0,message:o.exactLength.message}),r.dirty()}if(o.minLength!==null){if(t.data.length<o.minLength.value)j(t,{code:I.too_small,minimum:o.minLength.value,type:"array",inclusive:!0,exact:!1,message:o.minLength.message}),r.dirty()}if(o.maxLength!==null){if(t.data.length>o.maxLength.value)j(t,{code:I.too_big,maximum:o.maxLength.value,type:"array",inclusive:!0,exact:!1,message:o.maxLength.message}),r.dirty()}if(t.common.async)return Promise.all([...t.data].map((i,s)=>o.type._parseAsync(new lr(t,i,t.path,s)))).then((i)=>st.mergeArray(r,i));let n=[...t.data].map((i,s)=>o.type._parseSync(new lr(t,i,t.path,s)));return st.mergeArray(r,n)}get element(){return this._def.type}min(e,t){return new Er({...this._def,minLength:{value:e,message:F.toString(t)}})}max(e,t){return new Er({...this._def,maxLength:{value:e,message:F.toString(t)}})}length(e,t){return new Er({...this._def,exactLength:{value:e,message:F.toString(t)}})}nonempty(e){return this.min(1,e)}}Er.create=(e,t)=>new Er({type:e,minLength:null,maxLength:null,exactLength:null,typeName:R.ZodArray,...Q(t)});function Ui(e){if(e instanceof ze){let t={};for(let r in e.shape){let o=e.shape[r];t[r]=Gt.create(Ui(o))}return new ze({...e._def,shape:()=>t})}else if(e instanceof Er)return new Er({...e._def,type:Ui(e.element)});else if(e instanceof Gt)return Gt.create(Ui(e.unwrap()));else if(e instanceof Tn)return Tn.create(Ui(e.unwrap()));else if(e instanceof Wr)return Wr.create(e.items.map((t)=>Ui(t)));else return e}class ze extends oe{constructor(){super(...arguments);this._cached=null,this.nonstrict=this.passthrough,this.augment=this.extend}_getCached(){if(this._cached!==null)return this._cached;let e=this._def.shape(),t=ae.objectKeys(e);return this._cached={shape:e,keys:t},this._cached}_parse(e){if(this._getType(e)!==C.object){let c=this._getOrReturnCtx(e);return j(c,{code:I.invalid_type,expected:C.object,received:c.parsedType}),W}let{status:r,ctx:o}=this._processInputParams(e),{shape:n,keys:i}=this._getCached(),s=[];if(!(this._def.catchall instanceof Vr&&this._def.unknownKeys==="strip")){for(let c in o.data)if(!i.includes(c))s.push(c)}let a=[];for(let c of i){let u=n[c],d=o.data[c];a.push({key:{status:"valid",value:c},value:u._parse(new lr(o,d,o.path,c)),alwaysSet:c in o.data})}if(this._def.catchall instanceof Vr){let c=this._def.unknownKeys;if(c==="passthrough")for(let u of s)a.push({key:{status:"valid",value:u},value:{status:"valid",value:o.data[u]}});else if(c==="strict"){if(s.length>0)j(o,{code:I.unrecognized_keys,keys:s}),r.dirty()}else if(c==="strip");else throw Error("Internal ZodObject error: invalid unknownKeys value.")}else{let c=this._def.catchall;for(let u of s){let d=o.data[u];a.push({key:{status:"valid",value:u},value:c._parse(new lr(o,d,o.path,u)),alwaysSet:u in o.data})}}if(o.common.async)return Promise.resolve().then(async()=>{let c=[];for(let u of a){let d=await u.key,p=await u.value;c.push({key:d,value:p,alwaysSet:u.alwaysSet})}return c}).then((c)=>st.mergeObjectSync(r,c));else return st.mergeObjectSync(r,a)}get shape(){return this._def.shape()}strict(e){return F.errToObj,new ze({...this._def,unknownKeys:"strict",...e!==void 0?{errorMap:(t,r)=>{let o=this._def.errorMap?.(t,r).message??r.defaultError;if(t.code==="unrecognized_keys")return{message:F.errToObj(e).message??o};return{message:o}}}:{}})}strip(){return new ze({...this._def,unknownKeys:"strip"})}passthrough(){return new ze({...this._def,unknownKeys:"passthrough"})}extend(e){return new ze({...this._def,shape:()=>({...this._def.shape(),...e})})}merge(e){return new ze({unknownKeys:e._def.unknownKeys,catchall:e._def.catchall,shape:()=>({...this._def.shape(),...e._def.shape()}),typeName:R.ZodObject})}setKey(e,t){return this.augment({[e]:t})}catchall(e){return new ze({...this._def,catchall:e})}pick(e){let t={};for(let r of ae.objectKeys(e))if(e[r]&&this.shape[r])t[r]=this.shape[r];return new ze({...this._def,shape:()=>t})}omit(e){let t={};for(let r of ae.objectKeys(this.shape))if(!e[r])t[r]=this.shape[r];return new ze({...this._def,shape:()=>t})}deepPartial(){return Ui(this)}partial(e){let t={};for(let r of ae.objectKeys(this.shape)){let o=this.shape[r];if(e&&!e[r])t[r]=o;else t[r]=o.optional()}return new ze({...this._def,shape:()=>t})}required(e){let t={};for(let r of ae.objectKeys(this.shape))if(e&&!e[r])t[r]=this.shape[r];else{let n=this.shape[r];while(n instanceof Gt)n=n._def.innerType;t[r]=n}return new ze({...this._def,shape:()=>t})}keyof(){return x0(ae.objectKeys(this.shape))}}ze.create=(e,t)=>new ze({shape:()=>e,unknownKeys:"strip",catchall:Vr.create(),typeName:R.ZodObject,...Q(t)});ze.strictCreate=(e,t)=>new ze({shape:()=>e,unknownKeys:"strict",catchall:Vr.create(),typeName:R.ZodObject,...Q(t)});ze.lazycreate=(e,t)=>new ze({shape:e,unknownKeys:"strip",catchall:Vr.create(),typeName:R.ZodObject,...Q(t)});class ac extends oe{_parse(e){let{ctx:t}=this._processInputParams(e),r=this._def.options;function o(n){for(let s of n)if(s.result.status==="valid")return s.result;for(let s of n)if(s.result.status==="dirty")return t.common.issues.push(...s.ctx.common.issues),s.result;let i=n.map((s)=>new Nt(s.ctx.common.issues));return j(t,{code:I.invalid_union,unionErrors:i}),W}if(t.common.async)return Promise.all(r.map(async(n)=>{let i={...t,common:{...t.common,issues:[]},parent:null};return{result:await n._parseAsync({data:t.data,path:t.path,parent:i}),ctx:i}})).then(o);else{let n=void 0,i=[];for(let a of r){let c={...t,common:{...t.common,issues:[]},parent:null},u=a._parseSync({data:t.data,path:t.path,parent:c});if(u.status==="valid")return u;else if(u.status==="dirty"&&!n)n={result:u,ctx:c};if(c.common.issues.length)i.push(c.common.issues)}if(n)return t.common.issues.push(...n.ctx.common.issues),n.result;let s=i.map((a)=>new Nt(a));return j(t,{code:I.invalid_union,unionErrors:s}),W}}get options(){return this._def.options}}ac.create=(e,t)=>new ac({options:e,typeName:R.ZodUnion,...Q(t)});var qr=(e)=>{if(e instanceof lc)return qr(e.schema);else if(e instanceof Tr)return qr(e.innerType());else if(e instanceof uc)return[e.value];else if(e instanceof ko)return e.options;else if(e instanceof dc)return ae.objectValues(e.enum);else if(e instanceof pc)return qr(e._def.innerType);else if(e instanceof ic)return[void 0];else if(e instanceof sc)return[null];else if(e instanceof Gt)return[void 0,...qr(e.unwrap())];else if(e instanceof Tn)return[null,...qr(e.unwrap())];else if(e instanceof Gy)return qr(e.unwrap());else if(e instanceof mc)return qr(e.unwrap());else if(e instanceof fc)return qr(e._def.innerType);else return[]};class Ky extends oe{_parse(e){let{ctx:t}=this._processInputParams(e);if(t.parsedType!==C.object)return j(t,{code:I.invalid_type,expected:C.object,received:t.parsedType}),W;let r=this.discriminator,o=t.data[r],n=this.optionsMap.get(o);if(!n)return j(t,{code:I.invalid_union_discriminator,options:Array.from(this.optionsMap.keys()),path:[r]}),W;if(t.common.async)return n._parseAsync({data:t.data,path:t.path,parent:t});else return n._parseSync({data:t.data,path:t.path,parent:t})}get discriminator(){return this._def.discriminator}get options(){return this._def.options}get optionsMap(){return this._def.optionsMap}static create(e,t,r){let o=new Map;for(let n of t){let i=qr(n.shape[e]);if(!i.length)throw Error(`A discriminator value for key \`${e}\` could not be extracted from all schema options`);for(let s of i){if(o.has(s))throw Error(`Discriminator property ${String(e)} has duplicate value ${String(s)}`);o.set(s,n)}}return new Ky({typeName:R.ZodDiscriminatedUnion,discriminator:e,options:t,optionsMap:o,...Q(r)})}}function Wy(e,t){let r=Hr(e),o=Hr(t);if(e===t)return{valid:!0,data:e};else if(r===C.object&&o===C.object){let n=ae.objectKeys(t),i=ae.objectKeys(e).filter((a)=>n.indexOf(a)!==-1),s={...e,...t};for(let a of i){let c=Wy(e[a],t[a]);if(!c.valid)return{valid:!1};s[a]=c.data}return{valid:!0,data:s}}else if(r===C.array&&o===C.array){if(e.length!==t.length)return{valid:!1};let n=[];for(let i=0;i<e.length;i++){let s=e[i],a=t[i],c=Wy(s,a);if(!c.valid)return{valid:!1};n.push(c.data)}return{valid:!0,data:n}}else if(r===C.date&&o===C.date&&+e===+t)return{valid:!0,data:e};else return{valid:!1}}class cc extends oe{_parse(e){let{status:t,ctx:r}=this._processInputParams(e),o=(n,i)=>{if(qy(n)||qy(i))return W;let s=Wy(n.value,i.value);if(!s.valid)return j(r,{code:I.invalid_intersection_types}),W;if(Zy(n)||Zy(i))t.dirty();return{status:t.value,value:s.data}};if(r.common.async)return Promise.all([this._def.left._parseAsync({data:r.data,path:r.path,parent:r}),this._def.right._parseAsync({data:r.data,path:r.path,parent:r})]).then(([n,i])=>o(n,i));else return o(this._def.left._parseSync({data:r.data,path:r.path,parent:r}),this._def.right._parseSync({data:r.data,path:r.path,parent:r}))}}cc.create=(e,t,r)=>new cc({left:e,right:t,typeName:R.ZodIntersection,...Q(r)});class Wr extends oe{_parse(e){let{status:t,ctx:r}=this._processInputParams(e);if(r.parsedType!==C.array)return j(r,{code:I.invalid_type,expected:C.array,received:r.parsedType}),W;if(r.data.length<this._def.items.length)return j(r,{code:I.too_small,minimum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),W;if(!this._def.rest&&r.data.length>this._def.items.length)j(r,{code:I.too_big,maximum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),t.dirty();let n=[...r.data].map((i,s)=>{let a=this._def.items[s]||this._def.rest;if(!a)return null;return a._parse(new lr(r,i,r.path,s))}).filter((i)=>!!i);if(r.common.async)return Promise.all(n).then((i)=>st.mergeArray(t,i));else return st.mergeArray(t,n)}get items(){return this._def.items}rest(e){return new Wr({...this._def,rest:e})}}Wr.create=(e,t)=>{if(!Array.isArray(e))throw Error("You must pass an array of schemas to z.tuple([ ... ])");return new Wr({items:e,typeName:R.ZodTuple,rest:null,...Q(t)})};class Ld extends oe{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(e){let{status:t,ctx:r}=this._processInputParams(e);if(r.parsedType!==C.object)return j(r,{code:I.invalid_type,expected:C.object,received:r.parsedType}),W;let o=[],n=this._def.keyType,i=this._def.valueType;for(let s in r.data)o.push({key:n._parse(new lr(r,s,r.path,s)),value:i._parse(new lr(r,r.data[s],r.path,s)),alwaysSet:s in r.data});if(r.common.async)return st.mergeObjectAsync(t,o);else return st.mergeObjectSync(t,o)}get element(){return this._def.valueType}static create(e,t,r){if(t instanceof oe)return new Ld({keyType:e,valueType:t,typeName:R.ZodRecord,...Q(r)});return new Ld({keyType:Zr.create(),valueType:e,typeName:R.ZodRecord,...Q(t)})}}class Fd extends oe{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(e){let{status:t,ctx:r}=this._processInputParams(e);if(r.parsedType!==C.map)return j(r,{code:I.invalid_type,expected:C.map,received:r.parsedType}),W;let o=this._def.keyType,n=this._def.valueType,i=[...r.data.entries()].map(([s,a],c)=>({key:o._parse(new lr(r,s,r.path,[c,"key"])),value:n._parse(new lr(r,a,r.path,[c,"value"]))}));if(r.common.async){let s=new Map;return Promise.resolve().then(async()=>{for(let a of i){let c=await a.key,u=await a.value;if(c.status==="aborted"||u.status==="aborted")return W;if(c.status==="dirty"||u.status==="dirty")t.dirty();s.set(c.value,u.value)}return{status:t.value,value:s}})}else{let s=new Map;for(let a of i){let{key:c,value:u}=a;if(c.status==="aborted"||u.status==="aborted")return W;if(c.status==="dirty"||u.status==="dirty")t.dirty();s.set(c.value,u.value)}return{status:t.value,value:s}}}}Fd.create=(e,t,r)=>new Fd({valueType:t,keyType:e,typeName:R.ZodMap,...Q(r)});class Fi extends oe{_parse(e){let{status:t,ctx:r}=this._processInputParams(e);if(r.parsedType!==C.set)return j(r,{code:I.invalid_type,expected:C.set,received:r.parsedType}),W;let o=this._def;if(o.minSize!==null){if(r.data.size<o.minSize.value)j(r,{code:I.too_small,minimum:o.minSize.value,type:"set",inclusive:!0,exact:!1,message:o.minSize.message}),t.dirty()}if(o.maxSize!==null){if(r.data.size>o.maxSize.value)j(r,{code:I.too_big,maximum:o.maxSize.value,type:"set",inclusive:!0,exact:!1,message:o.maxSize.message}),t.dirty()}let n=this._def.valueType;function i(a){let c=new Set;for(let u of a){if(u.status==="aborted")return W;if(u.status==="dirty")t.dirty();c.add(u.value)}return{status:t.value,value:c}}let s=[...r.data.values()].map((a,c)=>n._parse(new lr(r,a,r.path,c)));if(r.common.async)return Promise.all(s).then((a)=>i(a));else return i(s)}min(e,t){return new Fi({...this._def,minSize:{value:e,message:F.toString(t)}})}max(e,t){return new Fi({...this._def,maxSize:{value:e,message:F.toString(t)}})}size(e,t){return this.min(e,t).max(e,t)}nonempty(e){return this.min(1,e)}}Fi.create=(e,t)=>new Fi({valueType:e,minSize:null,maxSize:null,typeName:R.ZodSet,...Q(t)});class nc extends oe{constructor(){super(...arguments);this.validate=this.implement}_parse(e){let{ctx:t}=this._processInputParams(e);if(t.parsedType!==C.function)return j(t,{code:I.invalid_type,expected:C.function,received:t.parsedType}),W;function r(s,a){return Dd({data:s,path:t.path,errorMaps:[t.common.contextualErrorMap,t.schemaErrorMap,tc(),En].filter((c)=>!!c),issueData:{code:I.invalid_arguments,argumentsError:a}})}function o(s,a){return Dd({data:s,path:t.path,errorMaps:[t.common.contextualErrorMap,t.schemaErrorMap,tc(),En].filter((c)=>!!c),issueData:{code:I.invalid_return_type,returnTypeError:a}})}let n={errorMap:t.common.contextualErrorMap},i=t.data;if(this._def.returns instanceof Bi){let s=this;return pt(async function(...a){let c=new Nt([]),u=await s._def.args.parseAsync(a,n).catch((f)=>{throw c.addIssue(r(a,f)),c}),d=await Reflect.apply(i,this,u);return await s._def.returns._def.type.parseAsync(d,n).catch((f)=>{throw c.addIssue(o(d,f)),c})})}else{let s=this;return pt(function(...a){let c=s._def.args.safeParse(a,n);if(!c.success)throw new Nt([r(a,c.error)]);let u=Reflect.apply(i,this,c.data),d=s._def.returns.safeParse(u,n);if(!d.success)throw new Nt([o(u,d.error)]);return d.data})}}parameters(){return this._def.args}returnType(){return this._def.returns}args(...e){return new nc({...this._def,args:Wr.create(e).rest(wo.create())})}returns(e){return new nc({...this._def,returns:e})}implement(e){return this.parse(e)}strictImplement(e){return this.parse(e)}static create(e,t,r){return new nc({args:e?e:Wr.create([]).rest(wo.create()),returns:t||wo.create(),typeName:R.ZodFunction,...Q(r)})}}class lc extends oe{get schema(){return this._def.getter()}_parse(e){let{ctx:t}=this._processInputParams(e);return this._def.getter()._parse({data:t.data,path:t.path,parent:t})}}lc.create=(e,t)=>new lc({getter:e,typeName:R.ZodLazy,...Q(t)});class uc extends oe{_parse(e){if(e.data!==this._def.value){let t=this._getOrReturnCtx(e);return j(t,{received:t.data,code:I.invalid_literal,expected:this._def.value}),W}return{status:"valid",value:e.data}}get value(){return this._def.value}}uc.create=(e,t)=>new uc({value:e,typeName:R.ZodLiteral,...Q(t)});function x0(e,t){return new ko({values:e,typeName:R.ZodEnum,...Q(t)})}class ko extends oe{_parse(e){if(typeof e.data!=="string"){let t=this._getOrReturnCtx(e),r=this._def.values;return j(t,{expected:ae.joinValues(r),received:t.parsedType,code:I.invalid_type}),W}if(!this._cache)this._cache=new Set(this._def.values);if(!this._cache.has(e.data)){let t=this._getOrReturnCtx(e),r=this._def.values;return j(t,{received:t.data,code:I.invalid_enum_value,options:r}),W}return pt(e.data)}get options(){return this._def.values}get enum(){let e={};for(let t of this._def.values)e[t]=t;return e}get Values(){let e={};for(let t of this._def.values)e[t]=t;return e}get Enum(){let e={};for(let t of this._def.values)e[t]=t;return e}extract(e,t=this._def){return ko.create(e,{...this._def,...t})}exclude(e,t=this._def){return ko.create(this.options.filter((r)=>!e.includes(r)),{...this._def,...t})}}ko.create=x0;class dc extends oe{_parse(e){let t=ae.getValidEnumValues(this._def.values),r=this._getOrReturnCtx(e);if(r.parsedType!==C.string&&r.parsedType!==C.number){let o=ae.objectValues(t);return j(r,{expected:ae.joinValues(o),received:r.parsedType,code:I.invalid_type}),W}if(!this._cache)this._cache=new Set(ae.getValidEnumValues(this._def.values));if(!this._cache.has(e.data)){let o=ae.objectValues(t);return j(r,{received:r.data,code:I.invalid_enum_value,options:o}),W}return pt(e.data)}get enum(){return this._def.values}}dc.create=(e,t)=>new dc({values:e,typeName:R.ZodNativeEnum,...Q(t)});class Bi extends oe{unwrap(){return this._def.type}_parse(e){let{ctx:t}=this._processInputParams(e);if(t.parsedType!==C.promise&&t.common.async===!1)return j(t,{code:I.invalid_type,expected:C.promise,received:t.parsedType}),W;let r=t.parsedType===C.promise?t.data:Promise.resolve(t.data);return pt(r.then((o)=>this._def.type.parseAsync(o,{path:t.path,errorMap:t.common.contextualErrorMap})))}}Bi.create=(e,t)=>new Bi({type:e,typeName:R.ZodPromise,...Q(t)});class Tr extends oe{innerType(){return this._def.schema}sourceType(){return this._def.schema._def.typeName===R.ZodEffects?this._def.schema.sourceType():this._def.schema}_parse(e){let{status:t,ctx:r}=this._processInputParams(e),o=this._def.effect||null,n={addIssue:(i)=>{if(j(r,i),i.fatal)t.abort();else t.dirty()},get path(){return r.path}};if(n.addIssue=n.addIssue.bind(n),o.type==="preprocess"){let i=o.transform(r.data,n);if(r.common.async)return Promise.resolve(i).then(async(s)=>{if(t.value==="aborted")return W;let a=await this._def.schema._parseAsync({data:s,path:r.path,parent:r});if(a.status==="aborted")return W;if(a.status==="dirty")return ji(a.value);if(t.value==="dirty")return ji(a.value);return a});else{if(t.value==="aborted")return W;let s=this._def.schema._parseSync({data:i,path:r.path,parent:r});if(s.status==="aborted")return W;if(s.status==="dirty")return ji(s.value);if(t.value==="dirty")return ji(s.value);return s}}if(o.type==="refinement"){let i=(s)=>{let a=o.refinement(s,n);if(r.common.async)return Promise.resolve(a);if(a instanceof Promise)throw Error("Async refinement encountered during synchronous parse operation. Use .parseAsync instead.");return s};if(r.common.async===!1){let s=this._def.schema._parseSync({data:r.data,path:r.path,parent:r});if(s.status==="aborted")return W;if(s.status==="dirty")t.dirty();return i(s.value),{status:t.value,value:s.value}}else return this._def.schema._parseAsync({data:r.data,path:r.path,parent:r}).then((s)=>{if(s.status==="aborted")return W;if(s.status==="dirty")t.dirty();return i(s.value).then(()=>({status:t.value,value:s.value}))})}if(o.type==="transform")if(r.common.async===!1){let i=this._def.schema._parseSync({data:r.data,path:r.path,parent:r});if(!xo(i))return W;let s=o.transform(i.value,n);if(s instanceof Promise)throw Error("Asynchronous transform encountered during synchronous parse operation. Use .parseAsync instead.");return{status:t.value,value:s}}else return this._def.schema._parseAsync({data:r.data,path:r.path,parent:r}).then((i)=>{if(!xo(i))return W;return Promise.resolve(o.transform(i.value,n)).then((s)=>({status:t.value,value:s}))});ae.assertNever(o)}}Tr.create=(e,t,r)=>new Tr({schema:e,typeName:R.ZodEffects,effect:t,...Q(r)});Tr.createWithPreprocess=(e,t,r)=>new Tr({schema:t,effect:{type:"preprocess",transform:e},typeName:R.ZodEffects,...Q(r)});class Gt extends oe{_parse(e){if(this._getType(e)===C.undefined)return pt(void 0);return this._def.innerType._parse(e)}unwrap(){return this._def.innerType}}Gt.create=(e,t)=>new Gt({innerType:e,typeName:R.ZodOptional,...Q(t)});class Tn extends oe{_parse(e){if(this._getType(e)===C.null)return pt(null);return this._def.innerType._parse(e)}unwrap(){return this._def.innerType}}Tn.create=(e,t)=>new Tn({innerType:e,typeName:R.ZodNullable,...Q(t)});class pc extends oe{_parse(e){let{ctx:t}=this._processInputParams(e),r=t.data;if(t.parsedType===C.undefined)r=this._def.defaultValue();return this._def.innerType._parse({data:r,path:t.path,parent:t})}removeDefault(){return this._def.innerType}}pc.create=(e,t)=>new pc({innerType:e,typeName:R.ZodDefault,defaultValue:typeof t.default==="function"?t.default:()=>t.default,...Q(t)});class fc extends oe{_parse(e){let{ctx:t}=this._processInputParams(e),r={...t,common:{...t.common,issues:[]}},o=this._def.innerType._parse({data:r.data,path:r.path,parent:{...r}});if(rc(o))return o.then((n)=>({status:"valid",value:n.status==="valid"?n.value:this._def.catchValue({get error(){return new Nt(r.common.issues)},input:r.data})}));else return{status:"valid",value:o.status==="valid"?o.value:this._def.catchValue({get error(){return new Nt(r.common.issues)},input:r.data})}}removeCatch(){return this._def.innerType}}fc.create=(e,t)=>new fc({innerType:e,typeName:R.ZodCatch,catchValue:typeof t.catch==="function"?t.catch:()=>t.catch,...Q(t)});class Bd extends oe{_parse(e){if(this._getType(e)!==C.nan){let r=this._getOrReturnCtx(e);return j(r,{code:I.invalid_type,expected:C.nan,received:r.parsedType}),W}return{status:"valid",value:e.data}}}Bd.create=(e)=>new Bd({typeName:R.ZodNaN,...Q(e)});var _be=Symbol("zod_brand");class Gy extends oe{_parse(e){let{ctx:t}=this._processInputParams(e),r=t.data;return this._def.type._parse({data:r,path:t.path,parent:t})}unwrap(){return this._def.type}}class Hd extends oe{_parse(e){let{status:t,ctx:r}=this._processInputParams(e);if(r.common.async)return(async()=>{let n=await this._def.in._parseAsync({data:r.data,path:r.path,parent:r});if(n.status==="aborted")return W;if(n.status==="dirty")return t.dirty(),ji(n.value);else return this._def.out._parseAsync({data:n.value,path:r.path,parent:r})})();else{let o=this._def.in._parseSync({data:r.data,path:r.path,parent:r});if(o.status==="aborted")return W;if(o.status==="dirty")return t.dirty(),{status:"dirty",value:o.value};else return this._def.out._parseSync({data:o.value,path:r.path,parent:r})}}static create(e,t){return new Hd({in:e,out:t,typeName:R.ZodPipeline})}}class mc extends oe{_parse(e){let t=this._def.innerType._parse(e),r=(o)=>{if(xo(o))o.value=Object.freeze(o.value);return o};return rc(t)?t.then((o)=>r(o)):r(t)}unwrap(){return this._def.innerType}}mc.create=(e,t)=>new mc({innerType:e,typeName:R.ZodReadonly,...Q(t)});var vbe={object:ze.lazycreate},R;(function(e){e.ZodString="ZodString",e.ZodNumber="ZodNumber",e.ZodNaN="ZodNaN",e.ZodBigInt="ZodBigInt",e.ZodBoolean="ZodBoolean",e.ZodDate="ZodDate",e.ZodSymbol="ZodSymbol",e.ZodUndefined="ZodUndefined",e.ZodNull="ZodNull",e.ZodAny="ZodAny",e.ZodUnknown="ZodUnknown",e.ZodNever="ZodNever",e.ZodVoid="ZodVoid",e.ZodArray="ZodArray",e.ZodObject="ZodObject",e.ZodUnion="ZodUnion",e.ZodDiscriminatedUnion="ZodDiscriminatedUnion",e.ZodIntersection="ZodIntersection",e.ZodTuple="ZodTuple",e.ZodRecord="ZodRecord",e.ZodMap="ZodMap",e.ZodSet="ZodSet",e.ZodFunction="ZodFunction",e.ZodLazy="ZodLazy",e.ZodLiteral="ZodLiteral",e.ZodEnum="ZodEnum",e.ZodEffects="ZodEffects",e.ZodNativeEnum="ZodNativeEnum",e.ZodOptional="ZodOptional",e.ZodNullable="ZodNullable",e.ZodDefault="ZodDefault",e.ZodCatch="ZodCatch",e.ZodPromise="ZodPromise",e.ZodBranded="ZodBranded",e.ZodPipeline="ZodPipeline",e.ZodReadonly="ZodReadonly"})(R||(R={}));var Sbe=Zr.create,xbe=zi.create,wbe=Bd.create,kbe=Li.create,Ebe=Nd.create,Tbe=oc.create,Pbe=jd.create,Ibe=ic.create,Rbe=sc.create,$be=Ud.create,Abe=wo.create,Obe=Vr.create,Cbe=zd.create,Mbe=Er.create,w0=ze.create,Dbe=ze.strictCreate,Nbe=ac.create,jbe=Ky.create,Ube=cc.create,zbe=Wr.create,Lbe=Ld.create,Fbe=Fd.create,Bbe=Fi.create,Hbe=nc.create,qbe=lc.create,Zbe=uc.create,Vbe=ko.create,Wbe=dc.create,Kbe=Bi.create,Gbe=Tr.create,Jbe=Gt.create,Xbe=Tn.create,Ybe=Tr.createWithPreprocess,Qbe=Hd.create;var ur={};xr(ur,{version:()=>Qb,util:()=>A,treeifyError:()=>Wd,toJSONSchema:()=>os,toDotPath:()=>T0,safeParseAsync:()=>Rn,safeParse:()=>In,registry:()=>$c,regexes:()=>$n,prettifyError:()=>Kd,parseAsync:()=>Io,parse:()=>Po,locales:()=>Qi,isValidJWT:()=>q0,isValidBase64URL:()=>H0,isValidBase64:()=>i_,globalRegistry:()=>kt,globalConfig:()=>gc,function:()=>Rf,formatError:()=>Wi,flattenError:()=>Vi,config:()=>He,clone:()=>at,_xid:()=>Bc,_void:()=>Sf,_uuidv7:()=>Dc,_uuidv6:()=>Mc,_uuidv4:()=>Cc,_uuid:()=>Oc,_url:()=>Nc,_uppercase:()=>tl,_unknown:()=>Ao,_union:()=>NV,_undefined:()=>yf,_ulid:()=>Fc,_uint64:()=>gf,_uint32:()=>df,_tuple:()=>ov,_trim:()=>al,_transform:()=>ZV,_toUpperCase:()=>ll,_toLowerCase:()=>cl,_templateLiteral:()=>eW,_symbol:()=>hf,_success:()=>JV,_stringbool:()=>Pf,_stringFormat:()=>If,_string:()=>nf,_startsWith:()=>nl,_size:()=>Yc,_set:()=>FV,_safeParseAsync:()=>Yd,_safeParse:()=>Xd,_regex:()=>Qc,_refine:()=>Tf,_record:()=>zV,_readonly:()=>QV,_property:()=>nv,_promise:()=>rW,_positive:()=>Q_,_pipe:()=>YV,_parseAsync:()=>Jd,_parse:()=>Gd,_overwrite:()=>Yr,_optional:()=>VV,_number:()=>sf,_nullable:()=>WV,_null:()=>bf,_normalize:()=>sl,_nonpositive:()=>tv,_nonoptional:()=>GV,_nonnegative:()=>rv,_never:()=>vf,_negative:()=>ev,_nativeEnum:()=>HV,_nanoid:()=>Uc,_nan:()=>wf,_multipleOf:()=>Oo,_minSize:()=>Co,_minLength:()=>Cn,_min:()=>Et,_mime:()=>il,_maxSize:()=>ts,_maxLength:()=>rs,_max:()=>Jt,_map:()=>LV,_lte:()=>Jt,_lt:()=>Jr,_lowercase:()=>el,_literal:()=>qV,_length:()=>ns,_lazy:()=>tW,_ksuid:()=>Hc,_jwt:()=>Xc,_isoTime:()=>W_,_isoDuration:()=>K_,_isoDateTime:()=>Z_,_isoDate:()=>V_,_ipv6:()=>Zc,_ipv4:()=>qc,_intersection:()=>UV,_int64:()=>mf,_int32:()=>uf,_int:()=>af,_includes:()=>rl,_guid:()=>es,_gte:()=>Et,_gt:()=>Xr,_float64:()=>lf,_float32:()=>cf,_file:()=>kf,_enum:()=>BV,_endsWith:()=>ol,_emoji:()=>jc,_email:()=>Ac,_e164:()=>Jc,_discriminatedUnion:()=>jV,_default:()=>KV,_date:()=>xf,_custom:()=>Ef,_cuid2:()=>Lc,_cuid:()=>zc,_coercedString:()=>q_,_coercedNumber:()=>G_,_coercedDate:()=>Y_,_coercedBoolean:()=>J_,_coercedBigint:()=>X_,_cidrv6:()=>Wc,_cidrv4:()=>Vc,_catch:()=>XV,_boolean:()=>pf,_bigint:()=>ff,_base64url:()=>Gc,_base64:()=>Kc,_array:()=>ul,_any:()=>_f,TimePrecision:()=>of,NEVER:()=>qd,JSONSchemaGenerator:()=>$f,JSONSchema:()=>K0,Doc:()=>rp,$output:()=>tf,$input:()=>rf,$constructor:()=>b,$brand:()=>Zd,$ZodXID:()=>mp,$ZodVoid:()=>Op,$ZodUnknown:()=>$o,$ZodUnion:()=>Pc,$ZodUndefined:()=>Ip,$ZodUUID:()=>sp,$ZodURL:()=>cp,$ZodULID:()=>fp,$ZodType:()=>G,$ZodTuple:()=>On,$ZodTransform:()=>Xi,$ZodTemplateLiteral:()=>Xp,$ZodSymbol:()=>Pp,$ZodSuccess:()=>Wp,$ZodStringFormat:()=>xe,$ZodString:()=>An,$ZodSet:()=>Up,$ZodRegistry:()=>Rc,$ZodRecord:()=>Np,$ZodRealError:()=>Zi,$ZodReadonly:()=>Jp,$ZodPromise:()=>Yp,$ZodPrefault:()=>Zp,$ZodPipe:()=>Yi,$ZodOptional:()=>Bp,$ZodObject:()=>Tc,$ZodNumberFormat:()=>Ep,$ZodNumber:()=>kc,$ZodNullable:()=>Hp,$ZodNull:()=>Rp,$ZodNonOptional:()=>Vp,$ZodNever:()=>Ap,$ZodNanoID:()=>up,$ZodNaN:()=>Gp,$ZodMap:()=>jp,$ZodLiteral:()=>Lp,$ZodLazy:()=>Qp,$ZodKSUID:()=>gp,$ZodJWT:()=>wp,$ZodIntersection:()=>Dp,$ZodISOTime:()=>n_,$ZodISODuration:()=>o_,$ZodISODateTime:()=>t_,$ZodISODate:()=>r_,$ZodIPv6:()=>yp,$ZodIPv4:()=>hp,$ZodGUID:()=>ip,$ZodFunction:()=>iv,$ZodFile:()=>Fp,$ZodError:()=>wc,$ZodEnum:()=>zp,$ZodEmoji:()=>lp,$ZodEmail:()=>ap,$ZodE164:()=>xp,$ZodDiscriminatedUnion:()=>Mp,$ZodDefault:()=>qp,$ZodDate:()=>Cp,$ZodCustomStringFormat:()=>kp,$ZodCustom:()=>ef,$ZodCheckUpperCase:()=>Vb,$ZodCheckStringFormat:()=>Ki,$ZodCheckStartsWith:()=>Kb,$ZodCheckSizeEquals:()=>Lb,$ZodCheckRegex:()=>qb,$ZodCheckProperty:()=>Jb,$ZodCheckOverwrite:()=>Yb,$ZodCheckNumberFormat:()=>Nb,$ZodCheckMultipleOf:()=>Db,$ZodCheckMinSize:()=>zb,$ZodCheckMinLength:()=>Bb,$ZodCheckMimeType:()=>Xb,$ZodCheckMaxSize:()=>Ub,$ZodCheckMaxLength:()=>Fb,$ZodCheckLowerCase:()=>Zb,$ZodCheckLessThan:()=>ep,$ZodCheckLengthEquals:()=>Hb,$ZodCheckIncludes:()=>Wb,$ZodCheckGreaterThan:()=>tp,$ZodCheckEndsWith:()=>Gb,$ZodCheckBigIntFormat:()=>jb,$ZodCheck:()=>Me,$ZodCatch:()=>Kp,$ZodCUID2:()=>pp,$ZodCUID:()=>dp,$ZodCIDRv6:()=>_p,$ZodCIDRv4:()=>bp,$ZodBoolean:()=>Gi,$ZodBigIntFormat:()=>Tp,$ZodBigInt:()=>Ec,$ZodBase64URL:()=>Sp,$ZodBase64:()=>vp,$ZodAsyncError:()=>Kr,$ZodArray:()=>Ji,$ZodAny:()=>$p});var qd=Object.freeze({status:"aborted"});function b(e,t,r){function o(a,c){var u;Object.defineProperty(a,"_zod",{value:a._zod??{},enumerable:!1}),(u=a._zod).traits??(u.traits=new Set),a._zod.traits.add(e),t(a,c);for(let d in s.prototype)if(!(d in a))Object.defineProperty(a,d,{value:s.prototype[d].bind(a)});a._zod.constr=s,a._zod.def=c}let n=r?.Parent??Object;class i extends n{}Object.defineProperty(i,"name",{value:e});function s(a){var c;let u=r?.Parent?new i:this;o(u,a),(c=u._zod).deferred??(c.deferred=[]);for(let d of u._zod.deferred)d();return u}return Object.defineProperty(s,"init",{value:o}),Object.defineProperty(s,Symbol.hasInstance,{value:(a)=>{if(r?.Parent&&a instanceof r.Parent)return!0;return a?._zod?.traits?.has(e)}}),Object.defineProperty(s,"name",{value:e}),s}var Zd=Symbol("zod_brand");class Kr extends Error{constructor(){super("Encountered Promise during synchronous parse. Use .parseAsync() instead.")}}var gc={};function He(e){if(e)Object.assign(gc,e);return gc}var A={};xr(A,{unwrapMessage:()=>hc,stringifyPrimitive:()=>D,required:()=>DZ,randomString:()=>TZ,propertyKeyTypes:()=>vc,promiseAllObject:()=>EZ,primitiveTypes:()=>tb,prefixIssues:()=>wt,pick:()=>$Z,partial:()=>MZ,optionalKeys:()=>rb,omit:()=>AZ,numKeys:()=>PZ,nullish:()=>Pn,normalizeParams:()=>$,merge:()=>CZ,jsonStringifyReplacer:()=>Xy,joinValues:()=>T,issue:()=>ib,isPlainObject:()=>qi,isObject:()=>Hi,getSizableOrigin:()=>Sc,getParsedType:()=>IZ,getLengthableOrigin:()=>xc,getEnumValues:()=>yc,getElementAtPath:()=>kZ,floatSafeRemainder:()=>Yy,finalizeIssue:()=>jt,extend:()=>OZ,escapeRegex:()=>Gr,esc:()=>Eo,defineLazy:()=>me,createTransparentProxy:()=>RZ,clone:()=>at,cleanRegex:()=>_c,cleanEnum:()=>NZ,captureStackTrace:()=>Vd,cached:()=>bc,assignProp:()=>Qy,assertNotEqual:()=>vZ,assertNever:()=>xZ,assertIs:()=>SZ,assertEqual:()=>_Z,assert:()=>wZ,allowsEval:()=>eb,aborted:()=>To,NUMBER_FORMAT_RANGES:()=>nb,Class:()=>k0,BIGINT_FORMAT_RANGES:()=>ob});function _Z(e){return e}function vZ(e){return e}function SZ(e){}function xZ(e){throw Error()}function wZ(e){}function yc(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 T(e,t="|"){return e.map((r)=>D(r)).join(t)}function Xy(e,t){if(typeof t==="bigint")return t.toString();return t}function bc(e){return{get value(){{let r=e();return Object.defineProperty(this,"value",{value:r}),r}throw Error("cached value already set")}}}function Pn(e){return e===null||e===void 0}function _c(e){let t=e.startsWith("^")?1:0,r=e.endsWith("$")?e.length-1:e.length;return e.slice(t,r)}function Yy(e,t){let r=(e.toString().split(".")[1]||"").length,o=(t.toString().split(".")[1]||"").length,n=r>o?r:o,i=Number.parseInt(e.toFixed(n).replace(".","")),s=Number.parseInt(t.toFixed(n).replace(".",""));return i%s/10**n}function me(e,t,r){Object.defineProperty(e,t,{get(){{let n=r();return e[t]=n,n}throw Error("cached value already set")},set(n){Object.defineProperty(e,t,{value:n})},configurable:!0})}function Qy(e,t,r){Object.defineProperty(e,t,{value:r,writable:!0,enumerable:!0,configurable:!0})}function kZ(e,t){if(!t)return e;return t.reduce((r,o)=>r?.[o],e)}function EZ(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 TZ(e=10){let r="";for(let o=0;o<e;o++)r+="abcdefghijklmnopqrstuvwxyz"[Math.floor(Math.random()*26)];return r}function Eo(e){return JSON.stringify(e)}var Vd=Error.captureStackTrace?Error.captureStackTrace:(...e)=>{};function Hi(e){return typeof e==="object"&&e!==null&&!Array.isArray(e)}var eb=bc(()=>{if(typeof navigator<"u"&&navigator?.userAgent?.includes("Cloudflare"))return!1;try{return new Function(""),!0}catch(e){return!1}});function qi(e){if(Hi(e)===!1)return!1;let t=e.constructor;if(t===void 0)return!0;let r=t.prototype;if(Hi(r)===!1)return!1;if(Object.prototype.hasOwnProperty.call(r,"isPrototypeOf")===!1)return!1;return!0}function PZ(e){let t=0;for(let r in e)if(Object.prototype.hasOwnProperty.call(e,r))t++;return t}var IZ=(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":if(Array.isArray(e))return"array";if(e===null)return"null";if(e.then&&typeof e.then==="function"&&e.catch&&typeof e.catch==="function")return"promise";if(typeof Map<"u"&&e instanceof Map)return"map";if(typeof Set<"u"&&e instanceof Set)return"set";if(typeof Date<"u"&&e instanceof Date)return"date";if(typeof File<"u"&&e instanceof File)return"file";return"object";default:throw Error(`Unknown data type: ${t}`)}},vc=new Set(["string","number","symbol"]),tb=new Set(["string","number","bigint","boolean","symbol","undefined"]);function Gr(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function at(e,t,r){let o=new e._zod.constr(t??e._zod.def);if(!t||r?.parent)o._zod.parent=e;return o}function $(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 Error("Cannot specify both `message` and `error` params");t.error=t.message}if(delete t.message,typeof t.error==="string")return{...t,error:()=>t.error};return t}function RZ(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 D(e){if(typeof e==="bigint")return e.toString()+"n";if(typeof e==="string")return`"${e}"`;return`${e}`}function rb(e){return Object.keys(e).filter((t)=>e[t]._zod.optin==="optional"&&e[t]._zod.optout==="optional")}var nb={safeint:[Number.MIN_SAFE_INTEGER,Number.MAX_SAFE_INTEGER],int32:[-2147483648,2147483647],uint32:[0,4294967295],float32:[-340282346638528860000000000000000000000,340282346638528860000000000000000000000],float64:[-Number.MAX_VALUE,Number.MAX_VALUE]},ob={int64:[BigInt("-9223372036854775808"),BigInt("9223372036854775807")],uint64:[BigInt(0),BigInt("18446744073709551615")]};function $Z(e,t){let r={},o=e._zod.def;for(let n in t){if(!(n in o.shape))throw Error(`Unrecognized key: "${n}"`);if(!t[n])continue;r[n]=o.shape[n]}return at(e,{...e._zod.def,shape:r,checks:[]})}function AZ(e,t){let r={...e._zod.def.shape},o=e._zod.def;for(let n in t){if(!(n in o.shape))throw Error(`Unrecognized key: "${n}"`);if(!t[n])continue;delete r[n]}return at(e,{...e._zod.def,shape:r,checks:[]})}function OZ(e,t){if(!qi(t))throw Error("Invalid input to extend: expected a plain object");let r={...e._zod.def,get shape(){let o={...e._zod.def.shape,...t};return Qy(this,"shape",o),o},checks:[]};return at(e,r)}function CZ(e,t){return at(e,{...e._zod.def,get shape(){let r={...e._zod.def.shape,...t._zod.def.shape};return Qy(this,"shape",r),r},catchall:t._zod.def.catchall,checks:[]})}function MZ(e,t,r){let o=t._zod.def.shape,n={...o};if(r)for(let i in r){if(!(i in o))throw Error(`Unrecognized key: "${i}"`);if(!r[i])continue;n[i]=e?new e({type:"optional",innerType:o[i]}):o[i]}else for(let i in o)n[i]=e?new e({type:"optional",innerType:o[i]}):o[i];return at(t,{...t._zod.def,shape:n,checks:[]})}function DZ(e,t,r){let o=t._zod.def.shape,n={...o};if(r)for(let i in r){if(!(i in n))throw Error(`Unrecognized key: "${i}"`);if(!r[i])continue;n[i]=new e({type:"nonoptional",innerType:o[i]})}else for(let i in o)n[i]=new e({type:"nonoptional",innerType:o[i]});return at(t,{...t._zod.def,shape:n,checks:[]})}function To(e,t=0){for(let r=t;r<e.issues.length;r++)if(e.issues[r]?.continue!==!0)return!0;return!1}function wt(e,t){return t.map((r)=>{var o;return(o=r).path??(o.path=[]),r.path.unshift(e),r})}function hc(e){return typeof e==="string"?e:e?.message}function jt(e,t,r){let o={...e,path:e.path??[]};if(!e.message){let n=hc(e.inst?._zod.def?.error?.(e))??hc(t?.error?.(e))??hc(r.customError?.(e))??hc(r.localeError?.(e))??"Invalid input";o.message=n}if(delete o.inst,delete o.continue,!t?.reportInput)delete o.input;return o}function Sc(e){if(e instanceof Set)return"set";if(e instanceof Map)return"map";if(e instanceof File)return"file";return"unknown"}function xc(e){if(Array.isArray(e))return"array";if(typeof e==="string")return"string";return"unknown"}function ib(...e){let[t,r,o]=e;if(typeof t==="string")return{message:t,code:"custom",input:r,inst:o};return{...t}}function NZ(e){return Object.entries(e).filter(([t,r])=>Number.isNaN(Number.parseInt(t,10))).map((t)=>t[1])}class k0{constructor(...e){}}var E0=(e,t)=>{e.name="$ZodError",Object.defineProperty(e,"_zod",{value:e._zod,enumerable:!1}),Object.defineProperty(e,"issues",{value:t,enumerable:!1}),Object.defineProperty(e,"message",{get(){return JSON.stringify(t,Xy,2)},enumerable:!0})},wc=b("$ZodError",E0),Zi=b("$ZodError",E0,{Parent:Error});function Vi(e,t=(r)=>r.message){let r={},o=[];for(let n of e.issues)if(n.path.length>0)r[n.path[0]]=r[n.path[0]]||[],r[n.path[0]].push(t(n));else o.push(t(n));return{formErrors:o,fieldErrors:r}}function Wi(e,t){let r=t||function(i){return i.message},o={_errors:[]},n=(i)=>{for(let s of i.issues)if(s.code==="invalid_union"&&s.errors.length)s.errors.map((a)=>n({issues:a}));else if(s.code==="invalid_key")n({issues:s.issues});else if(s.code==="invalid_element")n({issues:s.issues});else if(s.path.length===0)o._errors.push(r(s));else{let a=o,c=0;while(c<s.path.length){let u=s.path[c];if(c!==s.path.length-1)a[u]=a[u]||{_errors:[]};else a[u]=a[u]||{_errors:[]},a[u]._errors.push(r(s));a=a[u],c++}}};return n(e),o}function Wd(e,t){let r=t||function(i){return i.message},o={errors:[]},n=(i,s=[])=>{var a,c;for(let u of i.issues)if(u.code==="invalid_union"&&u.errors.length)u.errors.map((d)=>n({issues:d},u.path));else if(u.code==="invalid_key")n({issues:u.issues},u.path);else if(u.code==="invalid_element")n({issues:u.issues},u.path);else{let d=[...s,...u.path];if(d.length===0){o.errors.push(r(u));continue}let p=o,f=0;while(f<d.length){let m=d[f],g=f===d.length-1;if(typeof m==="string")p.properties??(p.properties={}),(a=p.properties)[m]??(a[m]={errors:[]}),p=p.properties[m];else p.items??(p.items=[]),(c=p.items)[m]??(c[m]={errors:[]}),p=p.items[m];if(g)p.errors.push(r(u));f++}}};return n(e),o}function T0(e){let t=[];for(let r of e)if(typeof r==="number")t.push(`[${r}]`);else if(typeof r==="symbol")t.push(`[${JSON.stringify(String(r))}]`);else if(/[^\w$]/.test(r))t.push(`[${JSON.stringify(r)}]`);else{if(t.length)t.push(".");t.push(r)}return t.join("")}function Kd(e){let t=[],r=[...e.issues].sort((o,n)=>o.path.length-n.path.length);for(let o of r)if(t.push(`✖ ${o.message}`),o.path?.length)t.push(` → at ${T0(o.path)}`);return t.join(`
|
|
73
|
+
`)}var Gd=(e)=>(t,r,o,n)=>{let i=o?Object.assign(o,{async:!1}):{async:!1},s=t._zod.run({value:r,issues:[]},i);if(s instanceof Promise)throw new Kr;if(s.issues.length){let a=new(n?.Err??e)(s.issues.map((c)=>jt(c,i,He())));throw Vd(a,n?.callee),a}return s.value},Po=Gd(Zi),Jd=(e)=>async(t,r,o,n)=>{let i=o?Object.assign(o,{async:!0}):{async:!0},s=t._zod.run({value:r,issues:[]},i);if(s instanceof Promise)s=await s;if(s.issues.length){let a=new(n?.Err??e)(s.issues.map((c)=>jt(c,i,He())));throw Vd(a,n?.callee),a}return s.value},Io=Jd(Zi),Xd=(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 Kr;return i.issues.length?{success:!1,error:new(e??wc)(i.issues.map((s)=>jt(s,n,He())))}:{success:!0,data:i.value}},In=Xd(Zi),Yd=(e)=>async(t,r,o)=>{let n=o?Object.assign(o,{async:!0}):{async:!0},i=t._zod.run({value:r,issues:[]},n);if(i instanceof Promise)i=await i;return i.issues.length?{success:!1,error:new e(i.issues.map((s)=>jt(s,n,He())))}:{success:!0,data:i.value}},Rn=Yd(Zi);var $n={};xr($n,{xid:()=>lb,uuid7:()=>FZ,uuid6:()=>LZ,uuid4:()=>zZ,uuid:()=>Ro,uppercase:()=>Mb,unicodeEmail:()=>qZ,undefined:()=>Ob,ulid:()=>cb,time:()=>kb,string:()=>Tb,rfc5322Email:()=>HZ,number:()=>Rb,null:()=>Ab,nanoid:()=>db,lowercase:()=>Cb,ksuid:()=>ub,ipv6:()=>yb,ipv4:()=>hb,integer:()=>Ib,html5Email:()=>BZ,hostname:()=>Sb,guid:()=>fb,extendedDuration:()=>UZ,emoji:()=>gb,email:()=>mb,e164:()=>xb,duration:()=>pb,domain:()=>WZ,datetime:()=>Eb,date:()=>wb,cuid2:()=>ab,cuid:()=>sb,cidrv6:()=>_b,cidrv4:()=>bb,browserEmail:()=>ZZ,boolean:()=>$b,bigint:()=>Pb,base64url:()=>Qd,base64:()=>vb,_emoji:()=>VZ});var sb=/^[cC][^\s-]{8,}$/,ab=/^[0-9a-z]+$/,cb=/^[0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{26}$/,lb=/^[0-9a-vA-V]{20}$/,ub=/^[A-Za-z0-9]{27}$/,db=/^[a-zA-Z0-9_-]{21}$/,pb=/^P(?:(\d+W)|(?!.*W)(?=\d|T\d)(\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+([.,]\d+)?S)?)?)$/,UZ=/^[-+]?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)?)??$/,fb=/^([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})$/,Ro=(e)=>{if(!e)return/^([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)$/;return 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})$`)},zZ=Ro(4),LZ=Ro(6),FZ=Ro(7),mb=/^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$/,BZ=/^[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])?)*$/,HZ=/^(([^<>()\[\]\\.,;:\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,}))$/,qZ=/^[^\s@"]{1,64}@[^\s@]{1,255}$/u,ZZ=/^[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])?)*$/,VZ="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";function gb(){return new RegExp("^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$","u")}var hb=/^(?:(?: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])$/,yb=/^(([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})$/,bb=/^((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])$/,_b=/^(([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])$/,vb=/^$|^(?:[0-9a-zA-Z+/]{4})*(?:(?:[0-9a-zA-Z+/]{2}==)|(?:[0-9a-zA-Z+/]{3}=))?$/,Qd=/^[A-Za-z0-9_-]*$/,Sb=/^([a-zA-Z0-9-]+\.)*[a-zA-Z0-9-]+$/,WZ=/^([a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?\.)+[a-zA-Z]{2,}$/,xb=/^\+(?:[0-9]){6,14}[0-9]$/,P0="(?:(?:\\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])))",wb=new RegExp(`^${P0}$`);function I0(e){return typeof e.precision==="number"?e.precision===-1?"(?:[01]\\d|2[0-3]):[0-5]\\d":e.precision===0?"(?:[01]\\d|2[0-3]):[0-5]\\d:[0-5]\\d":`(?:[01]\\d|2[0-3]):[0-5]\\d:[0-5]\\d\\.\\d{${e.precision}}`:"(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?"}function kb(e){return new RegExp(`^${I0(e)}$`)}function Eb(e){let t=I0({precision:e.precision}),r=["Z"];if(e.local)r.push("");if(e.offset)r.push("([+-]\\d{2}:\\d{2})");let o=`${t}(?:${r.join("|")})`;return new RegExp(`^${P0}T(?:${o})$`)}var Tb=(e)=>{let t=e?`[\\s\\S]{${e?.minimum??0},${e?.maximum??""}}`:"[\\s\\S]*";return new RegExp(`^${t}$`)},Pb=/^\d+n?$/,Ib=/^\d+$/,Rb=/^-?\d+(?:\.\d+)?/i,$b=/true|false/i,Ab=/null/i;var Ob=/undefined/i;var Cb=/^[^A-Z]*$/,Mb=/^[^a-z]*$/;var Me=b("$ZodCheck",(e,t)=>{var r;e._zod??(e._zod={}),e._zod.def=t,(r=e._zod).onattach??(r.onattach=[])}),$0={number:"number",bigint:"bigint",object:"date"},ep=b("$ZodCheckLessThan",(e,t)=>{Me.init(e,t);let r=$0[typeof t.value];e._zod.onattach.push((o)=>{let n=o._zod.bag,i=(t.inclusive?n.maximum:n.exclusiveMaximum)??Number.POSITIVE_INFINITY;if(t.value<i)if(t.inclusive)n.maximum=t.value;else n.exclusiveMaximum=t.value}),e._zod.check=(o)=>{if(t.inclusive?o.value<=t.value:o.value<t.value)return;o.issues.push({origin:r,code:"too_big",maximum:t.value,input:o.value,inclusive:t.inclusive,inst:e,continue:!t.abort})}}),tp=b("$ZodCheckGreaterThan",(e,t)=>{Me.init(e,t);let r=$0[typeof t.value];e._zod.onattach.push((o)=>{let n=o._zod.bag,i=(t.inclusive?n.minimum:n.exclusiveMinimum)??Number.NEGATIVE_INFINITY;if(t.value>i)if(t.inclusive)n.minimum=t.value;else n.exclusiveMinimum=t.value}),e._zod.check=(o)=>{if(t.inclusive?o.value>=t.value:o.value>t.value)return;o.issues.push({origin:r,code:"too_small",minimum:t.value,input:o.value,inclusive:t.inclusive,inst:e,continue:!t.abort})}}),Db=b("$ZodCheckMultipleOf",(e,t)=>{Me.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 Error("Cannot mix number and bigint in multiple_of check.");if(typeof r.value==="bigint"?r.value%t.value===BigInt(0):Yy(r.value,t.value)===0)return;r.issues.push({origin:typeof r.value,code:"not_multiple_of",divisor:t.value,input:r.value,inst:e,continue:!t.abort})}}),Nb=b("$ZodCheckNumberFormat",(e,t)=>{Me.init(e,t),t.format=t.format||"float64";let r=t.format?.includes("int"),o=r?"int":"number",[n,i]=nb[t.format];e._zod.onattach.push((s)=>{let a=s._zod.bag;if(a.format=t.format,a.minimum=n,a.maximum=i,r)a.pattern=Ib}),e._zod.check=(s)=>{let a=s.value;if(r){if(!Number.isInteger(a)){s.issues.push({expected:o,format:t.format,code:"invalid_type",input:a,inst:e});return}if(!Number.isSafeInteger(a)){if(a>0)s.issues.push({input:a,code:"too_big",maximum:Number.MAX_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:e,origin:o,continue:!t.abort});else s.issues.push({input:a,code:"too_small",minimum:Number.MIN_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:e,origin:o,continue:!t.abort});return}}if(a<n)s.issues.push({origin:"number",input:a,code:"too_small",minimum:n,inclusive:!0,inst:e,continue:!t.abort});if(a>i)s.issues.push({origin:"number",input:a,code:"too_big",maximum:i,inst:e})}}),jb=b("$ZodCheckBigIntFormat",(e,t)=>{Me.init(e,t);let[r,o]=ob[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;if(i<r)n.issues.push({origin:"bigint",input:i,code:"too_small",minimum:r,inclusive:!0,inst:e,continue:!t.abort});if(i>o)n.issues.push({origin:"bigint",input:i,code:"too_big",maximum:o,inst:e})}}),Ub=b("$ZodCheckMaxSize",(e,t)=>{Me.init(e,t),e._zod.when=(r)=>{let o=r.value;return!Pn(o)&&o.size!==void 0},e._zod.onattach.push((r)=>{let o=r._zod.bag.maximum??Number.POSITIVE_INFINITY;if(t.maximum<o)r._zod.bag.maximum=t.maximum}),e._zod.check=(r)=>{let o=r.value;if(o.size<=t.maximum)return;r.issues.push({origin:Sc(o),code:"too_big",maximum:t.maximum,input:o,inst:e,continue:!t.abort})}}),zb=b("$ZodCheckMinSize",(e,t)=>{Me.init(e,t),e._zod.when=(r)=>{let o=r.value;return!Pn(o)&&o.size!==void 0},e._zod.onattach.push((r)=>{let o=r._zod.bag.minimum??Number.NEGATIVE_INFINITY;if(t.minimum>o)r._zod.bag.minimum=t.minimum}),e._zod.check=(r)=>{let o=r.value;if(o.size>=t.minimum)return;r.issues.push({origin:Sc(o),code:"too_small",minimum:t.minimum,input:o,inst:e,continue:!t.abort})}}),Lb=b("$ZodCheckSizeEquals",(e,t)=>{Me.init(e,t),e._zod.when=(r)=>{let o=r.value;return!Pn(o)&&o.size!==void 0},e._zod.onattach.push((r)=>{let o=r._zod.bag;o.minimum=t.size,o.maximum=t.size,o.size=t.size}),e._zod.check=(r)=>{let o=r.value,n=o.size;if(n===t.size)return;let i=n>t.size;r.issues.push({origin:Sc(o),...i?{code:"too_big",maximum:t.size}:{code:"too_small",minimum:t.size},inclusive:!0,exact:!0,input:r.value,inst:e,continue:!t.abort})}}),Fb=b("$ZodCheckMaxLength",(e,t)=>{Me.init(e,t),e._zod.when=(r)=>{let o=r.value;return!Pn(o)&&o.length!==void 0},e._zod.onattach.push((r)=>{let o=r._zod.bag.maximum??Number.POSITIVE_INFINITY;if(t.maximum<o)r._zod.bag.maximum=t.maximum}),e._zod.check=(r)=>{let o=r.value;if(o.length<=t.maximum)return;let i=xc(o);r.issues.push({origin:i,code:"too_big",maximum:t.maximum,inclusive:!0,input:o,inst:e,continue:!t.abort})}}),Bb=b("$ZodCheckMinLength",(e,t)=>{Me.init(e,t),e._zod.when=(r)=>{let o=r.value;return!Pn(o)&&o.length!==void 0},e._zod.onattach.push((r)=>{let o=r._zod.bag.minimum??Number.NEGATIVE_INFINITY;if(t.minimum>o)r._zod.bag.minimum=t.minimum}),e._zod.check=(r)=>{let o=r.value;if(o.length>=t.minimum)return;let i=xc(o);r.issues.push({origin:i,code:"too_small",minimum:t.minimum,inclusive:!0,input:o,inst:e,continue:!t.abort})}}),Hb=b("$ZodCheckLengthEquals",(e,t)=>{Me.init(e,t),e._zod.when=(r)=>{let o=r.value;return!Pn(o)&&o.length!==void 0},e._zod.onattach.push((r)=>{let o=r._zod.bag;o.minimum=t.length,o.maximum=t.length,o.length=t.length}),e._zod.check=(r)=>{let o=r.value,n=o.length;if(n===t.length)return;let i=xc(o),s=n>t.length;r.issues.push({origin:i,...s?{code:"too_big",maximum:t.length}:{code:"too_small",minimum:t.length},inclusive:!0,exact:!0,input:r.value,inst:e,continue:!t.abort})}}),Ki=b("$ZodCheckStringFormat",(e,t)=>{var r,o;if(Me.init(e,t),e._zod.onattach.push((n)=>{let i=n._zod.bag;if(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)=>{if(t.pattern.lastIndex=0,t.pattern.test(n.value))return;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})});else(o=e._zod).check??(o.check=()=>{})}),qb=b("$ZodCheckRegex",(e,t)=>{Ki.init(e,t),e._zod.check=(r)=>{if(t.pattern.lastIndex=0,t.pattern.test(r.value))return;r.issues.push({origin:"string",code:"invalid_format",format:"regex",input:r.value,pattern:t.pattern.toString(),inst:e,continue:!t.abort})}}),Zb=b("$ZodCheckLowerCase",(e,t)=>{t.pattern??(t.pattern=Cb),Ki.init(e,t)}),Vb=b("$ZodCheckUpperCase",(e,t)=>{t.pattern??(t.pattern=Mb),Ki.init(e,t)}),Wb=b("$ZodCheckIncludes",(e,t)=>{Me.init(e,t);let r=Gr(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)=>{if(n.value.includes(t.includes,t.position))return;n.issues.push({origin:"string",code:"invalid_format",format:"includes",includes:t.includes,input:n.value,inst:e,continue:!t.abort})}}),Kb=b("$ZodCheckStartsWith",(e,t)=>{Me.init(e,t);let r=new RegExp(`^${Gr(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)=>{if(o.value.startsWith(t.prefix))return;o.issues.push({origin:"string",code:"invalid_format",format:"starts_with",prefix:t.prefix,input:o.value,inst:e,continue:!t.abort})}}),Gb=b("$ZodCheckEndsWith",(e,t)=>{Me.init(e,t);let r=new RegExp(`.*${Gr(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)=>{if(o.value.endsWith(t.suffix))return;o.issues.push({origin:"string",code:"invalid_format",format:"ends_with",suffix:t.suffix,input:o.value,inst:e,continue:!t.abort})}});function R0(e,t,r){if(e.issues.length)t.issues.push(...wt(r,e.issues))}var Jb=b("$ZodCheckProperty",(e,t)=>{Me.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)=>R0(n,r,t.property));R0(o,r,t.property);return}}),Xb=b("$ZodCheckMimeType",(e,t)=>{Me.init(e,t);let r=new Set(t.mime);e._zod.onattach.push((o)=>{o._zod.bag.mime=t.mime}),e._zod.check=(o)=>{if(r.has(o.value.type))return;o.issues.push({code:"invalid_value",values:t.mime,input:o.value.type,inst:e})}}),Yb=b("$ZodCheckOverwrite",(e,t)=>{Me.init(e,t),e._zod.check=(r)=>{r.value=t.tx(r.value)}});class rp{constructor(e=[]){if(this.content=[],this.indent=0,this)this.args=e}indented(e){this.indent+=1,e(this),this.indent-=1}write(e){if(typeof e==="function"){e(this,{execution:"sync"}),e(this,{execution:"async"});return}let r=e.split(`
|
|
74
74
|
`).filter((i)=>i),o=Math.min(...r.map((i)=>i.length-i.trimStart().length)),n=r.map((i)=>i.slice(o)).map((i)=>" ".repeat(this.indent*2)+i);for(let i of n)this.content.push(i)}compile(){let e=Function,t=this?.args,o=[...(this?.content??[""]).map((n)=>` ${n}`)];return new e(...t,o.join(`
|
|
75
|
-
`))}}var Qb={major:4,minor:0,patch:0};var G=b("$ZodType",(e,t)=>{var r;e??(e={}),e._zod.def=t,e._zod.bag=e._zod.bag||{},e._zod.version=Qb;let o=[...e._zod.def.checks??[]];if(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=(i,s,a)=>{let c=To(i),u;for(let d of s){if(d._zod.when){if(!d._zod.when(i))continue}else if(c)continue;let p=i.issues.length,f=d._zod.check(i);if(f instanceof Promise&&a?.async===!1)throw new Kr;if(u||f instanceof Promise)u=(u??Promise.resolve()).then(async()=>{if(await f,i.issues.length===p)return;if(!c)c=To(i,p)});else{if(i.issues.length===p)continue;if(!c)c=To(i,p)}}if(u)return u.then(()=>i);return i};e._zod.run=(i,s)=>{let a=e._zod.parse(i,s);if(a instanceof Promise){if(s.async===!1)throw new Kr;return a.then((c)=>n(c,o,s))}return n(a,o,s)}}e["~standard"]={validate:(n)=>{try{let i=In(e,n);return i.success?{value:i.data}:{issues:i.error?.issues}}catch(i){return Rn(e,n).then((s)=>s.success?{value:s.data}:{issues:s.error?.issues})}},vendor:"zod",version:1}}),
|
|
75
|
+
`))}}var Qb={major:4,minor:0,patch:0};var G=b("$ZodType",(e,t)=>{var r;e??(e={}),e._zod.def=t,e._zod.bag=e._zod.bag||{},e._zod.version=Qb;let o=[...e._zod.def.checks??[]];if(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=(i,s,a)=>{let c=To(i),u;for(let d of s){if(d._zod.when){if(!d._zod.when(i))continue}else if(c)continue;let p=i.issues.length,f=d._zod.check(i);if(f instanceof Promise&&a?.async===!1)throw new Kr;if(u||f instanceof Promise)u=(u??Promise.resolve()).then(async()=>{if(await f,i.issues.length===p)return;if(!c)c=To(i,p)});else{if(i.issues.length===p)continue;if(!c)c=To(i,p)}}if(u)return u.then(()=>i);return i};e._zod.run=(i,s)=>{let a=e._zod.parse(i,s);if(a instanceof Promise){if(s.async===!1)throw new Kr;return a.then((c)=>n(c,o,s))}return n(a,o,s)}}e["~standard"]={validate:(n)=>{try{let i=In(e,n);return i.success?{value:i.data}:{issues:i.error?.issues}}catch(i){return Rn(e,n).then((s)=>s.success?{value:s.data}:{issues:s.error?.issues})}},vendor:"zod",version:1}}),An=b("$ZodString",(e,t)=>{G.init(e,t),e._zod.pattern=[...e?._zod.bag?.patterns??[]].pop()??Tb(e._zod.bag),e._zod.parse=(r,o)=>{if(t.coerce)try{r.value=String(r.value)}catch(n){}if(typeof r.value==="string")return r;return r.issues.push({expected:"string",code:"invalid_type",input:r.value,inst:e}),r}}),xe=b("$ZodStringFormat",(e,t)=>{Ki.init(e,t),An.init(e,t)}),ip=b("$ZodGUID",(e,t)=>{t.pattern??(t.pattern=fb),xe.init(e,t)}),sp=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 Error(`Invalid UUID version: "${t.version}"`);t.pattern??(t.pattern=Ro(o))}else t.pattern??(t.pattern=Ro());xe.init(e,t)}),ap=b("$ZodEmail",(e,t)=>{t.pattern??(t.pattern=mb),xe.init(e,t)}),cp=b("$ZodURL",(e,t)=>{xe.init(e,t),e._zod.check=(r)=>{try{let o=r.value,n=new URL(o),i=n.href;if(t.hostname){if(t.hostname.lastIndex=0,!t.hostname.test(n.hostname))r.issues.push({code:"invalid_format",format:"url",note:"Invalid hostname",pattern:Sb.source,input:r.value,inst:e,continue:!t.abort})}if(t.protocol){if(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})}if(!o.endsWith("/")&&i.endsWith("/"))r.value=i.slice(0,-1);else r.value=i;return}catch(o){r.issues.push({code:"invalid_format",format:"url",input:r.value,inst:e,continue:!t.abort})}}}),lp=b("$ZodEmoji",(e,t)=>{t.pattern??(t.pattern=gb()),xe.init(e,t)}),up=b("$ZodNanoID",(e,t)=>{t.pattern??(t.pattern=db),xe.init(e,t)}),dp=b("$ZodCUID",(e,t)=>{t.pattern??(t.pattern=sb),xe.init(e,t)}),pp=b("$ZodCUID2",(e,t)=>{t.pattern??(t.pattern=ab),xe.init(e,t)}),fp=b("$ZodULID",(e,t)=>{t.pattern??(t.pattern=cb),xe.init(e,t)}),mp=b("$ZodXID",(e,t)=>{t.pattern??(t.pattern=lb),xe.init(e,t)}),gp=b("$ZodKSUID",(e,t)=>{t.pattern??(t.pattern=ub),xe.init(e,t)}),t_=b("$ZodISODateTime",(e,t)=>{t.pattern??(t.pattern=Eb(t)),xe.init(e,t)}),r_=b("$ZodISODate",(e,t)=>{t.pattern??(t.pattern=wb),xe.init(e,t)}),n_=b("$ZodISOTime",(e,t)=>{t.pattern??(t.pattern=kb(t)),xe.init(e,t)}),o_=b("$ZodISODuration",(e,t)=>{t.pattern??(t.pattern=pb),xe.init(e,t)}),hp=b("$ZodIPv4",(e,t)=>{t.pattern??(t.pattern=hb),xe.init(e,t),e._zod.onattach.push((r)=>{let o=r._zod.bag;o.format="ipv4"})}),yp=b("$ZodIPv6",(e,t)=>{t.pattern??(t.pattern=yb),xe.init(e,t),e._zod.onattach.push((r)=>{let o=r._zod.bag;o.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})}}}),bp=b("$ZodCIDRv4",(e,t)=>{t.pattern??(t.pattern=bb),xe.init(e,t)}),_p=b("$ZodCIDRv6",(e,t)=>{t.pattern??(t.pattern=_b),xe.init(e,t),e._zod.check=(r)=>{let[o,n]=r.value.split("/");try{if(!n)throw Error();let i=Number(n);if(`${i}`!==n)throw Error();if(i<0||i>128)throw Error();new URL(`http://[${o}]`)}catch{r.issues.push({code:"invalid_format",format:"cidrv6",input:r.value,inst:e,continue:!t.abort})}}});function i_(e){if(e==="")return!0;if(e.length%4!==0)return!1;try{return atob(e),!0}catch{return!1}}var vp=b("$ZodBase64",(e,t)=>{t.pattern??(t.pattern=vb),xe.init(e,t),e._zod.onattach.push((r)=>{r._zod.bag.contentEncoding="base64"}),e._zod.check=(r)=>{if(i_(r.value))return;r.issues.push({code:"invalid_format",format:"base64",input:r.value,inst:e,continue:!t.abort})}});function H0(e){if(!Qd.test(e))return!1;let t=e.replace(/[-_]/g,(o)=>o==="-"?"+":"/"),r=t.padEnd(Math.ceil(t.length/4)*4,"=");return i_(r)}var Sp=b("$ZodBase64URL",(e,t)=>{t.pattern??(t.pattern=Qd),xe.init(e,t),e._zod.onattach.push((r)=>{r._zod.bag.contentEncoding="base64url"}),e._zod.check=(r)=>{if(H0(r.value))return;r.issues.push({code:"invalid_format",format:"base64url",input:r.value,inst:e,continue:!t.abort})}}),xp=b("$ZodE164",(e,t)=>{t.pattern??(t.pattern=xb),xe.init(e,t)});function q0(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));if("typ"in n&&n?.typ!=="JWT")return!1;if(!n.alg)return!1;if(t&&(!("alg"in n)||n.alg!==t))return!1;return!0}catch{return!1}}var wp=b("$ZodJWT",(e,t)=>{xe.init(e,t),e._zod.check=(r)=>{if(q0(r.value,t.alg))return;r.issues.push({code:"invalid_format",format:"jwt",input:r.value,inst:e,continue:!t.abort})}}),kp=b("$ZodCustomStringFormat",(e,t)=>{xe.init(e,t),e._zod.check=(r)=>{if(t.fn(r.value))return;r.issues.push({code:"invalid_format",format:t.format,input:r.value,inst:e,continue:!t.abort})}}),kc=b("$ZodNumber",(e,t)=>{G.init(e,t),e._zod.pattern=e._zod.bag.pattern??Rb,e._zod.parse=(r,o)=>{if(t.coerce)try{r.value=Number(r.value)}catch(s){}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)?"Infinity":void 0:void 0;return r.issues.push({expected:"number",code:"invalid_type",input:n,inst:e,...i?{received:i}:{}}),r}}),Ep=b("$ZodNumber",(e,t)=>{Nb.init(e,t),kc.init(e,t)}),Gi=b("$ZodBoolean",(e,t)=>{G.init(e,t),e._zod.pattern=$b,e._zod.parse=(r,o)=>{if(t.coerce)try{r.value=Boolean(r.value)}catch(i){}let n=r.value;if(typeof n==="boolean")return r;return r.issues.push({expected:"boolean",code:"invalid_type",input:n,inst:e}),r}}),Ec=b("$ZodBigInt",(e,t)=>{G.init(e,t),e._zod.pattern=Pb,e._zod.parse=(r,o)=>{if(t.coerce)try{r.value=BigInt(r.value)}catch(n){}if(typeof r.value==="bigint")return r;return r.issues.push({expected:"bigint",code:"invalid_type",input:r.value,inst:e}),r}}),Tp=b("$ZodBigInt",(e,t)=>{jb.init(e,t),Ec.init(e,t)}),Pp=b("$ZodSymbol",(e,t)=>{G.init(e,t),e._zod.parse=(r,o)=>{let n=r.value;if(typeof n==="symbol")return r;return r.issues.push({expected:"symbol",code:"invalid_type",input:n,inst:e}),r}}),Ip=b("$ZodUndefined",(e,t)=>{G.init(e,t),e._zod.pattern=Ob,e._zod.values=new Set([void 0]),e._zod.optin="optional",e._zod.optout="optional",e._zod.parse=(r,o)=>{let n=r.value;if(typeof n>"u")return r;return r.issues.push({expected:"undefined",code:"invalid_type",input:n,inst:e}),r}}),Rp=b("$ZodNull",(e,t)=>{G.init(e,t),e._zod.pattern=Ab,e._zod.values=new Set([null]),e._zod.parse=(r,o)=>{let n=r.value;if(n===null)return r;return r.issues.push({expected:"null",code:"invalid_type",input:n,inst:e}),r}}),$p=b("$ZodAny",(e,t)=>{G.init(e,t),e._zod.parse=(r)=>r}),$o=b("$ZodUnknown",(e,t)=>{G.init(e,t),e._zod.parse=(r)=>r}),Ap=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)}),Op=b("$ZodVoid",(e,t)=>{G.init(e,t),e._zod.parse=(r,o)=>{let n=r.value;if(typeof n>"u")return r;return r.issues.push({expected:"void",code:"invalid_type",input:n,inst:e}),r}}),Cp=b("$ZodDate",(e,t)=>{G.init(e,t),e._zod.parse=(r,o)=>{if(t.coerce)try{r.value=new Date(r.value)}catch(a){}let n=r.value,i=n instanceof Date;if(i&&!Number.isNaN(n.getTime()))return r;return r.issues.push({expected:"date",code:"invalid_type",input:n,...i?{received:"Invalid Date"}:{},inst:e}),r}});function O0(e,t,r){if(e.issues.length)t.issues.push(...wt(r,e.issues));t.value[r]=e.value}var Ji=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 s=0;s<n.length;s++){let a=n[s],c=t.element._zod.run({value:a,issues:[]},o);if(c instanceof Promise)i.push(c.then((u)=>O0(u,r,s)));else O0(c,r,s)}if(i.length)return Promise.all(i).then(()=>r);return r}});function np(e,t,r){if(e.issues.length)t.issues.push(...wt(r,e.issues));t.value[r]=e.value}function C0(e,t,r,o){if(e.issues.length)if(o[r]===void 0)if(r in o)t.value[r]=void 0;else t.value[r]=e.value;else t.issues.push(...wt(r,e.issues));else if(e.value===void 0){if(r in o)t.value[r]=void 0}else t.value[r]=e.value}var Tc=b("$ZodObject",(e,t)=>{G.init(e,t);let r=bc(()=>{let p=Object.keys(t.shape);for(let m of p)if(!(t.shape[m]instanceof G))throw Error(`Invalid element at key "${m}": expected a Zod schema`);let f=rb(t.shape);return{shape:t.shape,keys:p,keySet:new Set(p),numKeys:p.length,optionalKeys:new Set(f)}});me(e._zod,"propValues",()=>{let p=t.shape,f={};for(let m in p){let g=p[m]._zod;if(g.values){f[m]??(f[m]=new Set);for(let h of g.values)f[m].add(h)}}return f});let o=(p)=>{let f=new rp(["shape","payload","ctx"]),m=r.value,g=(x)=>{let w=Eo(x);return`shape[${w}]._zod.run({ value: input[${w}], issues: [] }, ctx)`};f.write("const input = payload.value;");let h=Object.create(null),y=0;for(let x of m.keys)h[x]=`key_${y++}`;f.write("const newResult = {}");for(let x of m.keys)if(m.optionalKeys.has(x)){let w=h[x];f.write(`const ${w} = ${g(x)};`);let O=Eo(x);f.write(`
|
|
76
76
|
if (${w}.issues.length) {
|
|
77
|
-
if (input[${
|
|
78
|
-
if (${
|
|
79
|
-
newResult[${
|
|
77
|
+
if (input[${O}] === undefined) {
|
|
78
|
+
if (${O} in input) {
|
|
79
|
+
newResult[${O}] = undefined;
|
|
80
80
|
}
|
|
81
81
|
} else {
|
|
82
82
|
payload.issues = payload.issues.concat(
|
|
83
83
|
${w}.issues.map((iss) => ({
|
|
84
84
|
...iss,
|
|
85
|
-
path: iss.path ? [${
|
|
85
|
+
path: iss.path ? [${O}, ...iss.path] : [${O}],
|
|
86
86
|
}))
|
|
87
87
|
);
|
|
88
88
|
}
|
|
89
89
|
} else if (${w}.value === undefined) {
|
|
90
|
-
if (${
|
|
90
|
+
if (${O} in input) newResult[${O}] = undefined;
|
|
91
91
|
} else {
|
|
92
|
-
newResult[${
|
|
92
|
+
newResult[${O}] = ${w}.value;
|
|
93
93
|
}
|
|
94
94
|
`)}else{let w=h[x];f.write(`const ${w} = ${g(x)};`),f.write(`
|
|
95
95
|
if (${w}.issues.length) payload.issues = payload.issues.concat(${w}.issues.map(iss => ({
|
|
96
96
|
...iss,
|
|
97
97
|
path: iss.path ? [${Eo(x)}, ...iss.path] : [${Eo(x)}]
|
|
98
|
-
})));`),f.write(`newResult[${Eo(x)}] = ${w}.value`)}f.write("payload.value = newResult;"),f.write("return payload;");let v=f.compile();return(x,w)=>v(p,x,w)},n,i=Hi,s=!gc.jitless,c=s&&eb.value,u=t.catchall,d;e._zod.parse=(p,f)=>{d??(d=r.value);let m=p.value;if(!i(m))return p.issues.push({expected:"object",code:"invalid_type",input:m,inst:e}),p;let g=[];if(s&&c&&f?.async===!1&&f.jitless!==!0){if(!n)n=o(t.shape);p=n(p,f)}else{p.value={};let w=d.shape;for(let A of d.keys){let U=w[A],se=U._zod.run({value:m[A],issues:[]},f),Le=U._zod.optin==="optional"&&U._zod.optout==="optional";if(se instanceof Promise)g.push(se.then((Ye)=>Le?C0(Ye,p,A,m):np(Ye,p,A)));else if(Le)C0(se,p,A,m);else np(se,p,A)}}if(!u)return g.length?Promise.all(g).then(()=>p):p;let h=[],y=d.keySet,v=u._zod,x=v.def.type;for(let w of Object.keys(m)){if(y.has(w))continue;if(x==="never"){h.push(w);continue}let A=v.run({value:m[w],issues:[]},f);if(A instanceof Promise)g.push(A.then((U)=>np(U,p,w)));else np(A,p,w)}if(h.length)p.issues.push({code:"unrecognized_keys",keys:h,input:m,inst:e});if(!g.length)return p;return Promise.all(g).then(()=>p)}});function M0(e,t,r,o){for(let n of e)if(n.issues.length===0)return t.value=n.value,t;return t.issues.push({code:"invalid_union",input:t.value,inst:r,errors:e.map((n)=>n.issues.map((i)=>jt(i,o,He())))}),t}var Pc=b("$ZodUnion",(e,t)=>{G.init(e,t),me(e._zod,"optin",()=>t.options.some((r)=>r._zod.optin==="optional")?"optional":void 0),me(e._zod,"optout",()=>t.options.some((r)=>r._zod.optout==="optional")?"optional":void 0),me(e._zod,"values",()=>{if(t.options.every((r)=>r._zod.values))return new Set(t.options.flatMap((r)=>Array.from(r._zod.values)));return}),me(e._zod,"pattern",()=>{if(t.options.every((r)=>r._zod.pattern)){let r=t.options.map((o)=>o._zod.pattern);return new RegExp(`^(${r.map((o)=>_c(o.source)).join("|")})$`)}return}),e._zod.parse=(r,o)=>{let n=!1,i=[];for(let s of t.options){let a=s._zod.run({value:r.value,issues:[]},o);if(a instanceof Promise)i.push(a),n=!0;else{if(a.issues.length===0)return a;i.push(a)}}if(!n)return M0(i,r,e,o);return Promise.all(i).then((s)=>M0(s,r,e,o))}}),Mp=b("$ZodDiscriminatedUnion",(e,t)=>{Pc.init(e,t);let r=e._zod.parse;me(e._zod,"propValues",()=>{let n={};for(let i of t.options){let s=i._zod.propValues;if(!s||Object.keys(s).length===0)throw Error(`Invalid discriminated union option at index "${t.options.indexOf(i)}"`);for(let[a,c]of Object.entries(s)){if(!n[a])n[a]=new Set;for(let u of c)n[a].add(u)}}return n});let o=bc(()=>{let n=t.options,i=new Map;for(let s of n){let a=s._zod.propValues[t.discriminator];if(!a||a.size===0)throw Error(`Invalid discriminated union option at index "${t.options.indexOf(s)}"`);for(let c of a){if(i.has(c))throw Error(`Duplicate discriminator value "${String(c)}"`);i.set(c,s)}}return i});e._zod.parse=(n,i)=>{let s=n.value;if(!Hi(s))return n.issues.push({code:"invalid_type",expected:"object",input:s,inst:e}),n;let a=o.value.get(s?.[t.discriminator]);if(a)return a._zod.run(n,i);if(t.unionFallback)return r(n,i);return n.issues.push({code:"invalid_union",errors:[],note:"No matching discriminator",input:s,path:[t.discriminator],inst:e}),n}}),Dp=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),s=t.right._zod.run({value:n,issues:[]},o);if(i instanceof Promise||s instanceof Promise)return Promise.all([i,s]).then(([c,u])=>D0(r,c,u));return D0(r,i,s)}});function e_(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(qi(e)&&qi(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 s=e_(e[i],t[i]);if(!s.valid)return{valid:!1,mergeErrorPath:[i,...s.mergeErrorPath]};n[i]=s.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],s=e_(n,i);if(!s.valid)return{valid:!1,mergeErrorPath:[o,...s.mergeErrorPath]};r.push(s.data)}return{valid:!0,data:r}}return{valid:!1,mergeErrorPath:[]}}function D0(e,t,r){if(t.issues.length)e.issues.push(...t.issues);if(r.issues.length)e.issues.push(...r.issues);if(To(e))return e;let o=e_(t.value,r.value);if(!o.valid)throw Error(`Unmergable intersection. Error path: ${JSON.stringify(o.mergeErrorPath)}`);return e.value=o.data,e}var An=b("$ZodTuple",(e,t)=>{G.init(e,t);let r=t.items,o=r.length-[...r].reverse().findIndex((n)=>n._zod.optin!=="optional");e._zod.parse=(n,i)=>{let s=n.value;if(!Array.isArray(s))return n.issues.push({input:s,inst:e,expected:"tuple",code:"invalid_type"}),n;n.value=[];let a=[];if(!t.rest){let u=s.length>r.length,d=s.length<o-1;if(u||d)return n.issues.push({input:s,inst:e,origin:"array",...u?{code:"too_big",maximum:r.length}:{code:"too_small",minimum:r.length}}),n}let c=-1;for(let u of r){if(c++,c>=s.length){if(c>=o)continue}let d=u._zod.run({value:s[c],issues:[]},i);if(d instanceof Promise)a.push(d.then((p)=>op(p,n,c)));else op(d,n,c)}if(t.rest){let u=s.slice(r.length);for(let d of u){c++;let p=t.rest._zod.run({value:d,issues:[]},i);if(p instanceof Promise)a.push(p.then((f)=>op(f,n,c)));else op(p,n,c)}}if(a.length)return Promise.all(a).then(()=>n);return n}});function op(e,t,r){if(e.issues.length)t.issues.push(...wt(r,e.issues));t.value[r]=e.value}var Np=b("$ZodRecord",(e,t)=>{G.init(e,t),e._zod.parse=(r,o)=>{let n=r.value;if(!qi(n))return r.issues.push({expected:"record",code:"invalid_type",input:n,inst:e}),r;let i=[];if(t.keyType._zod.values){let s=t.keyType._zod.values;r.value={};for(let c of s)if(typeof c==="string"||typeof c==="number"||typeof c==="symbol"){let u=t.valueType._zod.run({value:n[c],issues:[]},o);if(u instanceof Promise)i.push(u.then((d)=>{if(d.issues.length)r.issues.push(...wt(c,d.issues));r.value[c]=d.value}));else{if(u.issues.length)r.issues.push(...wt(c,u.issues));r.value[c]=u.value}}let a;for(let c in n)if(!s.has(c))a=a??[],a.push(c);if(a&&a.length>0)r.issues.push({code:"unrecognized_keys",input:n,inst:e,keys:a})}else{r.value={};for(let s of Reflect.ownKeys(n)){if(s==="__proto__")continue;let a=t.keyType._zod.run({value:s,issues:[]},o);if(a instanceof Promise)throw Error("Async schemas not supported in object keys currently");if(a.issues.length){r.issues.push({origin:"record",code:"invalid_key",issues:a.issues.map((u)=>jt(u,o,He())),input:s,path:[s],inst:e}),r.value[a.value]=a.value;continue}let c=t.valueType._zod.run({value:n[s],issues:[]},o);if(c instanceof Promise)i.push(c.then((u)=>{if(u.issues.length)r.issues.push(...wt(s,u.issues));r.value[a.value]=u.value}));else{if(c.issues.length)r.issues.push(...wt(s,c.issues));r.value[a.value]=c.value}}}if(i.length)return Promise.all(i).then(()=>r);return r}}),jp=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[s,a]of n){let c=t.keyType._zod.run({value:s,issues:[]},o),u=t.valueType._zod.run({value:a,issues:[]},o);if(c instanceof Promise||u instanceof Promise)i.push(Promise.all([c,u]).then(([d,p])=>{N0(d,p,r,s,n,e,o)}));else N0(c,u,r,s,n,e,o)}if(i.length)return Promise.all(i).then(()=>r);return r}});function N0(e,t,r,o,n,i,s){if(e.issues.length)if(vc.has(typeof o))r.issues.push(...wt(o,e.issues));else r.issues.push({origin:"map",code:"invalid_key",input:n,inst:i,issues:e.issues.map((a)=>jt(a,s,He()))});if(t.issues.length)if(vc.has(typeof o))r.issues.push(...wt(o,t.issues));else r.issues.push({origin:"map",code:"invalid_element",input:n,inst:i,key:o,issues:t.issues.map((a)=>jt(a,s,He()))});r.value.set(e.value,t.value)}var Up=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 s of n){let a=t.valueType._zod.run({value:s,issues:[]},o);if(a instanceof Promise)i.push(a.then((c)=>j0(c,r)));else j0(a,r)}if(i.length)return Promise.all(i).then(()=>r);return r}});function j0(e,t){if(e.issues.length)t.issues.push(...e.issues);t.value.add(e.value)}var zp=b("$ZodEnum",(e,t)=>{G.init(e,t);let r=yc(t.entries);e._zod.values=new Set(r),e._zod.pattern=new RegExp(`^(${r.filter((o)=>vc.has(typeof o)).map((o)=>typeof o==="string"?Gr(o):o.toString()).join("|")})$`),e._zod.parse=(o,n)=>{let i=o.value;if(e._zod.values.has(i))return o;return o.issues.push({code:"invalid_value",values:r,input:i,inst:e}),o}}),Lp=b("$ZodLiteral",(e,t)=>{G.init(e,t),e._zod.values=new Set(t.values),e._zod.pattern=new RegExp(`^(${t.values.map((r)=>typeof r==="string"?Gr(r):r?r.toString():String(r)).join("|")})$`),e._zod.parse=(r,o)=>{let n=r.value;if(e._zod.values.has(n))return r;return r.issues.push({code:"invalid_value",values:t.values,input:n,inst:e}),r}}),Fp=b("$ZodFile",(e,t)=>{G.init(e,t),e._zod.parse=(r,o)=>{let n=r.value;if(n instanceof File)return r;return r.issues.push({expected:"file",code:"invalid_type",input:n,inst:e}),r}}),Xi=b("$ZodTransform",(e,t)=>{G.init(e,t),e._zod.parse=(r,o)=>{let n=t.transform(r.value,r);if(o.async)return(n instanceof Promise?n:Promise.resolve(n)).then((s)=>(r.value=s,r));if(n instanceof Promise)throw new Kr;return r.value=n,r}}),Bp=b("$ZodOptional",(e,t)=>{G.init(e,t),e._zod.optin="optional",e._zod.optout="optional",me(e._zod,"values",()=>t.innerType._zod.values?new Set([...t.innerType._zod.values,void 0]):void 0),me(e._zod,"pattern",()=>{let r=t.innerType._zod.pattern;return r?new RegExp(`^(${_c(r.source)})?$`):void 0}),e._zod.parse=(r,o)=>{if(t.innerType._zod.optin==="optional")return t.innerType._zod.run(r,o);if(r.value===void 0)return r;return t.innerType._zod.run(r,o)}}),Hp=b("$ZodNullable",(e,t)=>{G.init(e,t),me(e._zod,"optin",()=>t.innerType._zod.optin),me(e._zod,"optout",()=>t.innerType._zod.optout),me(e._zod,"pattern",()=>{let r=t.innerType._zod.pattern;return r?new RegExp(`^(${_c(r.source)}|null)$`):void 0}),me(e._zod,"values",()=>t.innerType._zod.values?new Set([...t.innerType._zod.values,null]):void 0),e._zod.parse=(r,o)=>{if(r.value===null)return r;return t.innerType._zod.run(r,o)}}),qp=b("$ZodDefault",(e,t)=>{G.init(e,t),e._zod.optin="optional",me(e._zod,"values",()=>t.innerType._zod.values),e._zod.parse=(r,o)=>{if(r.value===void 0)return r.value=t.defaultValue,r;let n=t.innerType._zod.run(r,o);if(n instanceof Promise)return n.then((i)=>U0(i,t));return U0(n,t)}});function U0(e,t){if(e.value===void 0)e.value=t.defaultValue;return e}var Zp=b("$ZodPrefault",(e,t)=>{G.init(e,t),e._zod.optin="optional",me(e._zod,"values",()=>t.innerType._zod.values),e._zod.parse=(r,o)=>{if(r.value===void 0)r.value=t.defaultValue;return t.innerType._zod.run(r,o)}}),Vp=b("$ZodNonOptional",(e,t)=>{G.init(e,t),me(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);if(n instanceof Promise)return n.then((i)=>z0(i,e));return z0(n,e)}});function z0(e,t){if(!e.issues.length&&e.value===void 0)e.issues.push({code:"invalid_type",expected:"nonoptional",input:e.value,inst:t});return e}var Wp=b("$ZodSuccess",(e,t)=>{G.init(e,t),e._zod.parse=(r,o)=>{let n=t.innerType._zod.run(r,o);if(n instanceof Promise)return n.then((i)=>(r.value=i.issues.length===0,r));return r.value=n.issues.length===0,r}}),Kp=b("$ZodCatch",(e,t)=>{G.init(e,t),e._zod.optin="optional",me(e._zod,"optout",()=>t.innerType._zod.optout),me(e._zod,"values",()=>t.innerType._zod.values),e._zod.parse=(r,o)=>{let n=t.innerType._zod.run(r,o);if(n instanceof Promise)return n.then((i)=>{if(r.value=i.value,i.issues.length)r.value=t.catchValue({...r,error:{issues:i.issues.map((s)=>jt(s,o,He()))},input:r.value}),r.issues=[];return r});if(r.value=n.value,n.issues.length)r.value=t.catchValue({...r,error:{issues:n.issues.map((i)=>jt(i,o,He()))},input:r.value}),r.issues=[];return r}}),Gp=b("$ZodNaN",(e,t)=>{G.init(e,t),e._zod.parse=(r,o)=>{if(typeof r.value!=="number"||!Number.isNaN(r.value))return r.issues.push({input:r.value,inst:e,expected:"nan",code:"invalid_type"}),r;return r}}),Yi=b("$ZodPipe",(e,t)=>{G.init(e,t),me(e._zod,"values",()=>t.in._zod.values),me(e._zod,"optin",()=>t.in._zod.optin),me(e._zod,"optout",()=>t.out._zod.optout),e._zod.parse=(r,o)=>{let n=t.in._zod.run(r,o);if(n instanceof Promise)return n.then((i)=>L0(i,t,o));return L0(n,t,o)}});function L0(e,t,r){if(To(e))return e;return t.out._zod.run({value:e.value,issues:e.issues},r)}var Jp=b("$ZodReadonly",(e,t)=>{G.init(e,t),me(e._zod,"propValues",()=>t.innerType._zod.propValues),me(e._zod,"values",()=>t.innerType._zod.values),me(e._zod,"optin",()=>t.innerType._zod.optin),me(e._zod,"optout",()=>t.innerType._zod.optout),e._zod.parse=(r,o)=>{let n=t.innerType._zod.run(r,o);if(n instanceof Promise)return n.then(F0);return F0(n)}});function F0(e){return e.value=Object.freeze(e.value),e}var Xp=b("$ZodTemplateLiteral",(e,t)=>{G.init(e,t);let r=[];for(let o of t.parts)if(o instanceof G){if(!o._zod.pattern)throw 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 Error(`Invalid template literal part: ${o._zod.traits}`);let i=n.startsWith("^")?1:0,s=n.endsWith("$")?n.length-1:n.length;r.push(n.slice(i,s))}else if(o===null||tb.has(typeof o))r.push(Gr(`${o}`));else throw Error(`Invalid template literal part: ${o}`);e._zod.pattern=new RegExp(`^${r.join("")}$`),e._zod.parse=(o,n)=>{if(typeof o.value!=="string")return o.issues.push({input:o.value,inst:e,expected:"template_literal",code:"invalid_type"}),o;if(e._zod.pattern.lastIndex=0,!e._zod.pattern.test(o.value))return o.issues.push({input:o.value,inst:e,code:"invalid_format",format:"template_literal",pattern:e._zod.pattern.source}),o;return o}}),Yp=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))}),Qp=b("$ZodLazy",(e,t)=>{G.init(e,t),me(e._zod,"innerType",()=>t.getter()),me(e._zod,"pattern",()=>e._zod.innerType._zod.pattern),me(e._zod,"propValues",()=>e._zod.innerType._zod.propValues),me(e._zod,"optin",()=>e._zod.innerType._zod.optin),me(e._zod,"optout",()=>e._zod.innerType._zod.optout),e._zod.parse=(r,o)=>e._zod.innerType._zod.run(r,o)}),ef=b("$ZodCustom",(e,t)=>{Me.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)=>B0(i,r,o,e));B0(n,r,o,e);return}});function B0(e,t,r,o){if(!e){let n={code:"custom",input:r,inst:o,path:[...o._zod.def.path??[]],continue:!o._zod.def.abort};if(o._zod.def.params)n.params=o._zod.def.params;t.issues.push(ib(n))}}var Qi={};xr(Qi,{zhTW:()=>H_,zhCN:()=>B_,vi:()=>F_,ur:()=>L_,ua:()=>z_,tr:()=>U_,th:()=>j_,ta:()=>N_,sv:()=>D_,sl:()=>M_,ru:()=>C_,pt:()=>A_,ps:()=>$_,pl:()=>O_,ota:()=>R_,no:()=>I_,nl:()=>P_,ms:()=>T_,mk:()=>E_,ko:()=>k_,kh:()=>w_,ja:()=>x_,it:()=>S_,id:()=>v_,hu:()=>__,he:()=>b_,frCA:()=>y_,fr:()=>h_,fi:()=>g_,fa:()=>m_,es:()=>f_,eo:()=>p_,en:()=>Ic,de:()=>d_,cs:()=>u_,ca:()=>l_,be:()=>c_,az:()=>a_,ar:()=>s_});var qZ=()=>{let e={string:{unit:"حرف",verb:"أن يحوي"},file:{unit:"بايت",verb:"أن يحوي"},array:{unit:"عنصر",verb:"أن يحوي"},set:{unit:"عنصر",verb:"أن يحوي"}};function t(n){return e[n]??null}let r=(n)=>{let i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"number";case"object":{if(Array.isArray(n))return"array";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},o={regex:"مدخل",email:"بريد إلكتروني",url:"رابط",emoji:"إيموجي",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"تاريخ ووقت بمعيار ISO",date:"تاريخ بمعيار ISO",time:"وقت بمعيار ISO",duration:"مدة بمعيار ISO",ipv4:"عنوان IPv4",ipv6:"عنوان IPv6",cidrv4:"مدى عناوين بصيغة IPv4",cidrv6:"مدى عناوين بصيغة IPv6",base64:"نَص بترميز base64-encoded",base64url:"نَص بترميز base64url-encoded",json_string:"نَص على هيئة JSON",e164:"رقم هاتف بمعيار E.164",jwt:"JWT",template_literal:"مدخل"};return(n)=>{switch(n.code){case"invalid_type":return`مدخلات غير مقبولة: يفترض إدخال ${n.expected}، ولكن تم إدخال ${r(n.input)}`;case"invalid_value":if(n.values.length===1)return`مدخلات غير مقبولة: يفترض إدخال ${D(n.values[0])}`;return`اختيار غير مقبول: يتوقع انتقاء أحد هذه الخيارات: ${T(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",s=t(n.origin);if(s)return` أكبر من اللازم: يفترض أن تكون ${n.origin??"القيمة"} ${i} ${n.maximum.toString()} ${s.unit??"عنصر"}`;return`أكبر من اللازم: يفترض أن تكون ${n.origin??"القيمة"} ${i} ${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",s=t(n.origin);if(s)return`أصغر من اللازم: يفترض لـ ${n.origin} أن يكون ${i} ${n.minimum.toString()} ${s.unit}`;return`أصغر من اللازم: يفترض لـ ${n.origin} أن يكون ${i} ${n.minimum.toString()}`}case"invalid_format":{let i=n;if(i.format==="starts_with")return`نَص غير مقبول: يجب أن يبدأ بـ "${n.prefix}"`;if(i.format==="ends_with")return`نَص غير مقبول: يجب أن ينتهي بـ "${i.suffix}"`;if(i.format==="includes")return`نَص غير مقبول: يجب أن يتضمَّن "${i.includes}"`;if(i.format==="regex")return`نَص غير مقبول: يجب أن يطابق النمط ${i.pattern}`;return`${o[i.format]??n.format} غير مقبول`}case"not_multiple_of":return`رقم غير مقبول: يجب أن يكون من مضاعفات ${n.divisor}`;case"unrecognized_keys":return`معرف${n.keys.length>1?"ات":""} غريب${n.keys.length>1?"ة":""}: ${T(n.keys,"، ")}`;case"invalid_key":return`معرف غير مقبول في ${n.origin}`;case"invalid_union":return"مدخل غير مقبول";case"invalid_element":return`مدخل غير مقبول في ${n.origin}`;default:return"مدخل غير مقبول"}}};function s_(){return{localeError:qZ()}}var ZZ=()=>{let e={string:{unit:"simvol",verb:"olmalıdır"},file:{unit:"bayt",verb:"olmalıdır"},array:{unit:"element",verb:"olmalıdır"},set:{unit:"element",verb:"olmalıdır"}};function t(n){return e[n]??null}let r=(n)=>{let i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"number";case"object":{if(Array.isArray(n))return"array";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},o={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"};return(n)=>{switch(n.code){case"invalid_type":return`Yanlış dəyər: gözlənilən ${n.expected}, daxil olan ${r(n.input)}`;case"invalid_value":if(n.values.length===1)return`Yanlış dəyər: gözlənilən ${D(n.values[0])}`;return`Yanlış seçim: aşağıdakılardan biri olmalıdır: ${T(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",s=t(n.origin);if(s)return`Çox böyük: gözlənilən ${n.origin??"dəyər"} ${i}${n.maximum.toString()} ${s.unit??"element"}`;return`Çox böyük: gözlənilən ${n.origin??"dəyər"} ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",s=t(n.origin);if(s)return`Çox kiçik: gözlənilən ${n.origin} ${i}${n.minimum.toString()} ${s.unit}`;return`Çox kiçik: gözlənilən ${n.origin} ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;if(i.format==="starts_with")return`Yanlış mətn: "${i.prefix}" ilə başlamalıdır`;if(i.format==="ends_with")return`Yanlış mətn: "${i.suffix}" ilə bitməlidir`;if(i.format==="includes")return`Yanlış mətn: "${i.includes}" daxil olmalıdır`;if(i.format==="regex")return`Yanlış mətn: ${i.pattern} şablonuna uyğun olmalıdır`;return`Yanlış ${o[i.format]??n.format}`}case"not_multiple_of":return`Yanlış ədəd: ${n.divisor} ilə bölünə bilən olmalıdır`;case"unrecognized_keys":return`Tanınmayan açar${n.keys.length>1?"lar":""}: ${T(n.keys,", ")}`;case"invalid_key":return`${n.origin} daxilində yanlış açar`;case"invalid_union":return"Yanlış dəyər";case"invalid_element":return`${n.origin} daxilində yanlış dəyər`;default:return"Yanlış dəyər"}}};function a_(){return{localeError:ZZ()}}function V0(e,t,r,o){let n=Math.abs(e),i=n%10,s=n%100;if(s>=11&&s<=19)return o;if(i===1)return t;if(i>=2&&i<=4)return r;return o}var VZ=()=>{let e={string:{unit:{one:"сімвал",few:"сімвалы",many:"сімвалаў"},verb:"мець"},array:{unit:{one:"элемент",few:"элементы",many:"элементаў"},verb:"мець"},set:{unit:{one:"элемент",few:"элементы",many:"элементаў"},verb:"мець"},file:{unit:{one:"байт",few:"байты",many:"байтаў"},verb:"мець"}};function t(n){return e[n]??null}let r=(n)=>{let i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"лік";case"object":{if(Array.isArray(n))return"масіў";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},o={regex:"увод",email:"email адрас",url:"URL",emoji:"эмодзі",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO дата і час",date:"ISO дата",time:"ISO час",duration:"ISO працягласць",ipv4:"IPv4 адрас",ipv6:"IPv6 адрас",cidrv4:"IPv4 дыяпазон",cidrv6:"IPv6 дыяпазон",base64:"радок у фармаце base64",base64url:"радок у фармаце base64url",json_string:"JSON радок",e164:"нумар E.164",jwt:"JWT",template_literal:"увод"};return(n)=>{switch(n.code){case"invalid_type":return`Няправільны ўвод: чакаўся ${n.expected}, атрымана ${r(n.input)}`;case"invalid_value":if(n.values.length===1)return`Няправільны ўвод: чакалася ${D(n.values[0])}`;return`Няправільны варыянт: чакаўся адзін з ${T(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",s=t(n.origin);if(s){let a=Number(n.maximum),c=V0(a,s.unit.one,s.unit.few,s.unit.many);return`Занадта вялікі: чакалася, што ${n.origin??"значэнне"} павінна ${s.verb} ${i}${n.maximum.toString()} ${c}`}return`Занадта вялікі: чакалася, што ${n.origin??"значэнне"} павінна быць ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",s=t(n.origin);if(s){let a=Number(n.minimum),c=V0(a,s.unit.one,s.unit.few,s.unit.many);return`Занадта малы: чакалася, што ${n.origin} павінна ${s.verb} ${i}${n.minimum.toString()} ${c}`}return`Занадта малы: чакалася, што ${n.origin} павінна быць ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;if(i.format==="starts_with")return`Няправільны радок: павінен пачынацца з "${i.prefix}"`;if(i.format==="ends_with")return`Няправільны радок: павінен заканчвацца на "${i.suffix}"`;if(i.format==="includes")return`Няправільны радок: павінен змяшчаць "${i.includes}"`;if(i.format==="regex")return`Няправільны радок: павінен адпавядаць шаблону ${i.pattern}`;return`Няправільны ${o[i.format]??n.format}`}case"not_multiple_of":return`Няправільны лік: павінен быць кратным ${n.divisor}`;case"unrecognized_keys":return`Нераспазнаны ${n.keys.length>1?"ключы":"ключ"}: ${T(n.keys,", ")}`;case"invalid_key":return`Няправільны ключ у ${n.origin}`;case"invalid_union":return"Няправільны ўвод";case"invalid_element":return`Няправільнае значэнне ў ${n.origin}`;default:return"Няправільны ўвод"}}};function c_(){return{localeError:VZ()}}var WZ=()=>{let e={string:{unit:"caràcters",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=(n)=>{let i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"number";case"object":{if(Array.isArray(n))return"array";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},o={regex:"entrada",email:"adreça electrònica",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ça IPv4",ipv6:"adreça IPv6",cidrv4:"rang IPv4",cidrv6:"rang IPv6",base64:"cadena codificada en base64",base64url:"cadena codificada en base64url",json_string:"cadena JSON",e164:"número E.164",jwt:"JWT",template_literal:"entrada"};return(n)=>{switch(n.code){case"invalid_type":return`Tipus invàlid: s'esperava ${n.expected}, s'ha rebut ${r(n.input)}`;case"invalid_value":if(n.values.length===1)return`Valor invàlid: s'esperava ${D(n.values[0])}`;return`Opció invàlida: s'esperava una de ${T(n.values," o ")}`;case"too_big":{let i=n.inclusive?"com a màxim":"menys de",s=t(n.origin);if(s)return`Massa gran: s'esperava que ${n.origin??"el valor"} contingués ${i} ${n.maximum.toString()} ${s.unit??"elements"}`;return`Massa gran: s'esperava que ${n.origin??"el valor"} fos ${i} ${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?"com a mínim":"més de",s=t(n.origin);if(s)return`Massa petit: s'esperava que ${n.origin} contingués ${i} ${n.minimum.toString()} ${s.unit}`;return`Massa petit: s'esperava que ${n.origin} fos ${i} ${n.minimum.toString()}`}case"invalid_format":{let i=n;if(i.format==="starts_with")return`Format invàlid: ha de començar amb "${i.prefix}"`;if(i.format==="ends_with")return`Format invàlid: ha d'acabar amb "${i.suffix}"`;if(i.format==="includes")return`Format invàlid: ha d'incloure "${i.includes}"`;if(i.format==="regex")return`Format invàlid: ha de coincidir amb el patró ${i.pattern}`;return`Format invàlid per a ${o[i.format]??n.format}`}case"not_multiple_of":return`Número invàlid: ha de ser múltiple de ${n.divisor}`;case"unrecognized_keys":return`Clau${n.keys.length>1?"s":""} no reconeguda${n.keys.length>1?"s":""}: ${T(n.keys,", ")}`;case"invalid_key":return`Clau invàlida a ${n.origin}`;case"invalid_union":return"Entrada invàlida";case"invalid_element":return`Element invàlid a ${n.origin}`;default:return"Entrada invàlida"}}};function l_(){return{localeError:WZ()}}var KZ=()=>{let e={string:{unit:"znaků",verb:"mít"},file:{unit:"bajtů",verb:"mít"},array:{unit:"prvků",verb:"mít"},set:{unit:"prvků",verb:"mít"}};function t(n){return e[n]??null}let r=(n)=>{let i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"číslo";case"string":return"řetězec";case"boolean":return"boolean";case"bigint":return"bigint";case"function":return"funkce";case"symbol":return"symbol";case"undefined":return"undefined";case"object":{if(Array.isArray(n))return"pole";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},o={regex:"regulární výraz",email:"e-mailová 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 čas ve formátu ISO",date:"datum ve formátu ISO",time:"čas ve formátu ISO",duration:"doba trvání ISO",ipv4:"IPv4 adresa",ipv6:"IPv6 adresa",cidrv4:"rozsah IPv4",cidrv6:"rozsah IPv6",base64:"řetězec zakódovaný ve formátu base64",base64url:"řetězec zakódovaný ve formátu base64url",json_string:"řetězec ve formátu JSON",e164:"číslo E.164",jwt:"JWT",template_literal:"vstup"};return(n)=>{switch(n.code){case"invalid_type":return`Neplatný vstup: očekáváno ${n.expected}, obdrženo ${r(n.input)}`;case"invalid_value":if(n.values.length===1)return`Neplatný vstup: očekáváno ${D(n.values[0])}`;return`Neplatná možnost: očekávána jedna z hodnot ${T(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",s=t(n.origin);if(s)return`Hodnota je příliš velká: ${n.origin??"hodnota"} musí mít ${i}${n.maximum.toString()} ${s.unit??"prvků"}`;return`Hodnota je příliš velká: ${n.origin??"hodnota"} musí být ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",s=t(n.origin);if(s)return`Hodnota je příliš malá: ${n.origin??"hodnota"} musí mít ${i}${n.minimum.toString()} ${s.unit??"prvků"}`;return`Hodnota je příliš malá: ${n.origin??"hodnota"} musí být ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;if(i.format==="starts_with")return`Neplatný řetězec: musí začínat na "${i.prefix}"`;if(i.format==="ends_with")return`Neplatný řetězec: musí končit na "${i.suffix}"`;if(i.format==="includes")return`Neplatný řetězec: musí obsahovat "${i.includes}"`;if(i.format==="regex")return`Neplatný řetězec: musí odpovídat vzoru ${i.pattern}`;return`Neplatný formát ${o[i.format]??n.format}`}case"not_multiple_of":return`Neplatné číslo: musí být násobkem ${n.divisor}`;case"unrecognized_keys":return`Neznámé klíče: ${T(n.keys,", ")}`;case"invalid_key":return`Neplatný klíč v ${n.origin}`;case"invalid_union":return"Neplatný vstup";case"invalid_element":return`Neplatná hodnota v ${n.origin}`;default:return"Neplatný vstup"}}};function u_(){return{localeError:KZ()}}var GZ=()=>{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=(n)=>{let i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"Zahl";case"object":{if(Array.isArray(n))return"Array";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},o={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"};return(n)=>{switch(n.code){case"invalid_type":return`Ungültige Eingabe: erwartet ${n.expected}, erhalten ${r(n.input)}`;case"invalid_value":if(n.values.length===1)return`Ungültige Eingabe: erwartet ${D(n.values[0])}`;return`Ungültige Option: erwartet eine von ${T(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",s=t(n.origin);if(s)return`Zu groß: erwartet, dass ${n.origin??"Wert"} ${i}${n.maximum.toString()} ${s.unit??"Elemente"} hat`;return`Zu groß: erwartet, dass ${n.origin??"Wert"} ${i}${n.maximum.toString()} ist`}case"too_small":{let i=n.inclusive?">=":">",s=t(n.origin);if(s)return`Zu klein: erwartet, dass ${n.origin} ${i}${n.minimum.toString()} ${s.unit} hat`;return`Zu klein: erwartet, dass ${n.origin} ${i}${n.minimum.toString()} ist`}case"invalid_format":{let i=n;if(i.format==="starts_with")return`Ungültiger String: muss mit "${i.prefix}" beginnen`;if(i.format==="ends_with")return`Ungültiger String: muss mit "${i.suffix}" enden`;if(i.format==="includes")return`Ungültiger String: muss "${i.includes}" enthalten`;if(i.format==="regex")return`Ungültiger String: muss dem Muster ${i.pattern} entsprechen`;return`Ungültig: ${o[i.format]??n.format}`}case"not_multiple_of":return`Ungültige Zahl: muss ein Vielfaches von ${n.divisor} sein`;case"unrecognized_keys":return`${n.keys.length>1?"Unbekannte Schlüssel":"Unbekannter Schlüssel"}: ${T(n.keys,", ")}`;case"invalid_key":return`Ungültiger Schlüssel in ${n.origin}`;case"invalid_union":return"Ungültige Eingabe";case"invalid_element":return`Ungültiger Wert in ${n.origin}`;default:return"Ungültige Eingabe"}}};function d_(){return{localeError:GZ()}}var JZ=(e)=>{let t=typeof e;switch(t){case"number":return Number.isNaN(e)?"NaN":"number";case"object":{if(Array.isArray(e))return"array";if(e===null)return"null";if(Object.getPrototypeOf(e)!==Object.prototype&&e.constructor)return e.constructor.name}}return t},XZ=()=>{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"}};function t(o){return e[o]??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"};return(o)=>{switch(o.code){case"invalid_type":return`Invalid input: expected ${o.expected}, received ${JZ(o.input)}`;case"invalid_value":if(o.values.length===1)return`Invalid input: expected ${D(o.values[0])}`;return`Invalid option: expected one of ${T(o.values,"|")}`;case"too_big":{let n=o.inclusive?"<=":"<",i=t(o.origin);if(i)return`Too big: expected ${o.origin??"value"} to have ${n}${o.maximum.toString()} ${i.unit??"elements"}`;return`Too big: expected ${o.origin??"value"} to be ${n}${o.maximum.toString()}`}case"too_small":{let n=o.inclusive?">=":">",i=t(o.origin);if(i)return`Too small: expected ${o.origin} to have ${n}${o.minimum.toString()} ${i.unit}`;return`Too small: expected ${o.origin} to be ${n}${o.minimum.toString()}`}case"invalid_format":{let n=o;if(n.format==="starts_with")return`Invalid string: must start with "${n.prefix}"`;if(n.format==="ends_with")return`Invalid string: must end with "${n.suffix}"`;if(n.format==="includes")return`Invalid string: must include "${n.includes}"`;if(n.format==="regex")return`Invalid string: must match pattern ${n.pattern}`;return`Invalid ${r[n.format]??o.format}`}case"not_multiple_of":return`Invalid number: must be a multiple of ${o.divisor}`;case"unrecognized_keys":return`Unrecognized key${o.keys.length>1?"s":""}: ${T(o.keys,", ")}`;case"invalid_key":return`Invalid key in ${o.origin}`;case"invalid_union":return"Invalid input";case"invalid_element":return`Invalid value in ${o.origin}`;default:return"Invalid input"}}};function Ic(){return{localeError:XZ()}}var YZ=(e)=>{let t=typeof e;switch(t){case"number":return Number.isNaN(e)?"NaN":"nombro";case"object":{if(Array.isArray(e))return"tabelo";if(e===null)return"senvalora";if(Object.getPrototypeOf(e)!==Object.prototype&&e.constructor)return e.constructor.name}}return t},QZ=()=>{let e={string:{unit:"karaktrojn",verb:"havi"},file:{unit:"bajtojn",verb:"havi"},array:{unit:"elementojn",verb:"havi"},set:{unit:"elementojn",verb:"havi"}};function t(o){return e[o]??null}let r={regex:"enigo",email:"retadreso",url:"URL",emoji:"emoĝio",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ŭro",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"};return(o)=>{switch(o.code){case"invalid_type":return`Nevalida enigo: atendiĝis ${o.expected}, riceviĝis ${YZ(o.input)}`;case"invalid_value":if(o.values.length===1)return`Nevalida enigo: atendiĝis ${D(o.values[0])}`;return`Nevalida opcio: atendiĝis unu el ${T(o.values,"|")}`;case"too_big":{let n=o.inclusive?"<=":"<",i=t(o.origin);if(i)return`Tro granda: atendiĝis ke ${o.origin??"valoro"} havu ${n}${o.maximum.toString()} ${i.unit??"elementojn"}`;return`Tro granda: atendiĝis ke ${o.origin??"valoro"} havu ${n}${o.maximum.toString()}`}case"too_small":{let n=o.inclusive?">=":">",i=t(o.origin);if(i)return`Tro malgranda: atendiĝis ke ${o.origin} havu ${n}${o.minimum.toString()} ${i.unit}`;return`Tro malgranda: atendiĝis ke ${o.origin} estu ${n}${o.minimum.toString()}`}case"invalid_format":{let n=o;if(n.format==="starts_with")return`Nevalida karaktraro: devas komenciĝi per "${n.prefix}"`;if(n.format==="ends_with")return`Nevalida karaktraro: devas finiĝi per "${n.suffix}"`;if(n.format==="includes")return`Nevalida karaktraro: devas inkluzivi "${n.includes}"`;if(n.format==="regex")return`Nevalida karaktraro: devas kongrui kun la modelo ${n.pattern}`;return`Nevalida ${r[n.format]??o.format}`}case"not_multiple_of":return`Nevalida nombro: devas esti oblo de ${o.divisor}`;case"unrecognized_keys":return`Nekonata${o.keys.length>1?"j":""} ŝlosilo${o.keys.length>1?"j":""}: ${T(o.keys,", ")}`;case"invalid_key":return`Nevalida ŝlosilo en ${o.origin}`;case"invalid_union":return"Nevalida enigo";case"invalid_element":return`Nevalida valoro en ${o.origin}`;default:return"Nevalida enigo"}}};function p_(){return{localeError:QZ()}}var eV=()=>{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=(n)=>{let i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"número";case"object":{if(Array.isArray(n))return"arreglo";if(n===null)return"nulo";if(Object.getPrototypeOf(n)!==Object.prototype)return n.constructor.name}}return i},o={regex:"entrada",email:"dirección de correo electrónico",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ón ISO",ipv4:"dirección IPv4",ipv6:"dirección IPv6",cidrv4:"rango IPv4",cidrv6:"rango IPv6",base64:"cadena codificada en base64",base64url:"URL codificada en base64",json_string:"cadena JSON",e164:"número E.164",jwt:"JWT",template_literal:"entrada"};return(n)=>{switch(n.code){case"invalid_type":return`Entrada inválida: se esperaba ${n.expected}, recibido ${r(n.input)}`;case"invalid_value":if(n.values.length===1)return`Entrada inválida: se esperaba ${D(n.values[0])}`;return`Opción inválida: se esperaba una de ${T(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",s=t(n.origin);if(s)return`Demasiado grande: se esperaba que ${n.origin??"valor"} tuviera ${i}${n.maximum.toString()} ${s.unit??"elementos"}`;return`Demasiado grande: se esperaba que ${n.origin??"valor"} fuera ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",s=t(n.origin);if(s)return`Demasiado pequeño: se esperaba que ${n.origin} tuviera ${i}${n.minimum.toString()} ${s.unit}`;return`Demasiado pequeño: se esperaba que ${n.origin} fuera ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;if(i.format==="starts_with")return`Cadena inválida: debe comenzar con "${i.prefix}"`;if(i.format==="ends_with")return`Cadena inválida: debe terminar en "${i.suffix}"`;if(i.format==="includes")return`Cadena inválida: debe incluir "${i.includes}"`;if(i.format==="regex")return`Cadena inválida: debe coincidir con el patrón ${i.pattern}`;return`Inválido ${o[i.format]??n.format}`}case"not_multiple_of":return`Número inválido: debe ser múltiplo de ${n.divisor}`;case"unrecognized_keys":return`Llave${n.keys.length>1?"s":""} desconocida${n.keys.length>1?"s":""}: ${T(n.keys,", ")}`;case"invalid_key":return`Llave inválida en ${n.origin}`;case"invalid_union":return"Entrada inválida";case"invalid_element":return`Valor inválido en ${n.origin}`;default:return"Entrada inválida"}}};function f_(){return{localeError:eV()}}var tV=()=>{let e={string:{unit:"کاراکتر",verb:"داشته باشد"},file:{unit:"بایت",verb:"داشته باشد"},array:{unit:"آیتم",verb:"داشته باشد"},set:{unit:"آیتم",verb:"داشته باشد"}};function t(n){return e[n]??null}let r=(n)=>{let i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"عدد";case"object":{if(Array.isArray(n))return"آرایه";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},o={regex:"ورودی",email:"آدرس ایمیل",url:"URL",emoji:"ایموجی",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"تاریخ و زمان ایزو",date:"تاریخ ایزو",time:"زمان ایزو",duration:"مدت زمان ایزو",ipv4:"IPv4 آدرس",ipv6:"IPv6 آدرس",cidrv4:"IPv4 دامنه",cidrv6:"IPv6 دامنه",base64:"base64-encoded رشته",base64url:"base64url-encoded رشته",json_string:"JSON رشته",e164:"E.164 عدد",jwt:"JWT",template_literal:"ورودی"};return(n)=>{switch(n.code){case"invalid_type":return`ورودی نامعتبر: میبایست ${n.expected} میبود، ${r(n.input)} دریافت شد`;case"invalid_value":if(n.values.length===1)return`ورودی نامعتبر: میبایست ${D(n.values[0])} میبود`;return`گزینه نامعتبر: میبایست یکی از ${T(n.values,"|")} میبود`;case"too_big":{let i=n.inclusive?"<=":"<",s=t(n.origin);if(s)return`خیلی بزرگ: ${n.origin??"مقدار"} باید ${i}${n.maximum.toString()} ${s.unit??"عنصر"} باشد`;return`خیلی بزرگ: ${n.origin??"مقدار"} باید ${i}${n.maximum.toString()} باشد`}case"too_small":{let i=n.inclusive?">=":">",s=t(n.origin);if(s)return`خیلی کوچک: ${n.origin} باید ${i}${n.minimum.toString()} ${s.unit} باشد`;return`خیلی کوچک: ${n.origin} باید ${i}${n.minimum.toString()} باشد`}case"invalid_format":{let i=n;if(i.format==="starts_with")return`رشته نامعتبر: باید با "${i.prefix}" شروع شود`;if(i.format==="ends_with")return`رشته نامعتبر: باید با "${i.suffix}" تمام شود`;if(i.format==="includes")return`رشته نامعتبر: باید شامل "${i.includes}" باشد`;if(i.format==="regex")return`رشته نامعتبر: باید با الگوی ${i.pattern} مطابقت داشته باشد`;return`${o[i.format]??n.format} نامعتبر`}case"not_multiple_of":return`عدد نامعتبر: باید مضرب ${n.divisor} باشد`;case"unrecognized_keys":return`کلید${n.keys.length>1?"های":""} ناشناس: ${T(n.keys,", ")}`;case"invalid_key":return`کلید ناشناس در ${n.origin}`;case"invalid_union":return"ورودی نامعتبر";case"invalid_element":return`مقدار نامعتبر در ${n.origin}`;default:return"ورودی نامعتبر"}}};function m_(){return{localeError:tV()}}var rV=()=>{let e={string:{unit:"merkkiä",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äivämäärän"}};function t(n){return e[n]??null}let r=(n)=>{let i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"number";case"object":{if(Array.isArray(n))return"array";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},o={regex:"säännöllinen lauseke",email:"sähköpostiosoite",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äivämäärä",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"};return(n)=>{switch(n.code){case"invalid_type":return`Virheellinen tyyppi: odotettiin ${n.expected}, oli ${r(n.input)}`;case"invalid_value":if(n.values.length===1)return`Virheellinen syöte: täytyy olla ${D(n.values[0])}`;return`Virheellinen valinta: täytyy olla yksi seuraavista: ${T(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",s=t(n.origin);if(s)return`Liian suuri: ${s.subject} täytyy olla ${i}${n.maximum.toString()} ${s.unit}`.trim();return`Liian suuri: arvon täytyy olla ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",s=t(n.origin);if(s)return`Liian pieni: ${s.subject} täytyy olla ${i}${n.minimum.toString()} ${s.unit}`.trim();return`Liian pieni: arvon täytyy olla ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;if(i.format==="starts_with")return`Virheellinen syöte: täytyy alkaa "${i.prefix}"`;if(i.format==="ends_with")return`Virheellinen syöte: täytyy loppua "${i.suffix}"`;if(i.format==="includes")return`Virheellinen syöte: täytyy sisältää "${i.includes}"`;if(i.format==="regex")return`Virheellinen syöte: täytyy vastata säännöllistä lauseketta ${i.pattern}`;return`Virheellinen ${o[i.format]??n.format}`}case"not_multiple_of":return`Virheellinen luku: täytyy olla luvun ${n.divisor} monikerta`;case"unrecognized_keys":return`${n.keys.length>1?"Tuntemattomat avaimet":"Tuntematon avain"}: ${T(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öte"}}};function g_(){return{localeError:rV()}}var nV=()=>{let e={string:{unit:"caractères",verb:"avoir"},file:{unit:"octets",verb:"avoir"},array:{unit:"éléments",verb:"avoir"},set:{unit:"éléments",verb:"avoir"}};function t(n){return e[n]??null}let r=(n)=>{let i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"nombre";case"object":{if(Array.isArray(n))return"tableau";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},o={regex:"entrée",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ée ISO",ipv4:"adresse IPv4",ipv6:"adresse IPv6",cidrv4:"plage IPv4",cidrv6:"plage IPv6",base64:"chaîne encodée en base64",base64url:"chaîne encodée en base64url",json_string:"chaîne JSON",e164:"numéro E.164",jwt:"JWT",template_literal:"entrée"};return(n)=>{switch(n.code){case"invalid_type":return`Entrée invalide : ${n.expected} attendu, ${r(n.input)} reçu`;case"invalid_value":if(n.values.length===1)return`Entrée invalide : ${D(n.values[0])} attendu`;return`Option invalide : une valeur parmi ${T(n.values,"|")} attendue`;case"too_big":{let i=n.inclusive?"<=":"<",s=t(n.origin);if(s)return`Trop grand : ${n.origin??"valeur"} doit ${s.verb} ${i}${n.maximum.toString()} ${s.unit??"élément(s)"}`;return`Trop grand : ${n.origin??"valeur"} doit être ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",s=t(n.origin);if(s)return`Trop petit : ${n.origin} doit ${s.verb} ${i}${n.minimum.toString()} ${s.unit}`;return`Trop petit : ${n.origin} doit être ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;if(i.format==="starts_with")return`Chaîne invalide : doit commencer par "${i.prefix}"`;if(i.format==="ends_with")return`Chaîne invalide : doit se terminer par "${i.suffix}"`;if(i.format==="includes")return`Chaîne invalide : doit inclure "${i.includes}"`;if(i.format==="regex")return`Chaîne invalide : doit correspondre au modèle ${i.pattern}`;return`${o[i.format]??n.format} invalide`}case"not_multiple_of":return`Nombre invalide : doit être un multiple de ${n.divisor}`;case"unrecognized_keys":return`Clé${n.keys.length>1?"s":""} non reconnue${n.keys.length>1?"s":""} : ${T(n.keys,", ")}`;case"invalid_key":return`Clé invalide dans ${n.origin}`;case"invalid_union":return"Entrée invalide";case"invalid_element":return`Valeur invalide dans ${n.origin}`;default:return"Entrée invalide"}}};function h_(){return{localeError:nV()}}var oV=()=>{let e={string:{unit:"caractères",verb:"avoir"},file:{unit:"octets",verb:"avoir"},array:{unit:"éléments",verb:"avoir"},set:{unit:"éléments",verb:"avoir"}};function t(n){return e[n]??null}let r=(n)=>{let i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"number";case"object":{if(Array.isArray(n))return"array";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},o={regex:"entrée",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ée ISO",ipv4:"adresse IPv4",ipv6:"adresse IPv6",cidrv4:"plage IPv4",cidrv6:"plage IPv6",base64:"chaîne encodée en base64",base64url:"chaîne encodée en base64url",json_string:"chaîne JSON",e164:"numéro E.164",jwt:"JWT",template_literal:"entrée"};return(n)=>{switch(n.code){case"invalid_type":return`Entrée invalide : attendu ${n.expected}, reçu ${r(n.input)}`;case"invalid_value":if(n.values.length===1)return`Entrée invalide : attendu ${D(n.values[0])}`;return`Option invalide : attendu l'une des valeurs suivantes ${T(n.values,"|")}`;case"too_big":{let i=n.inclusive?"≤":"<",s=t(n.origin);if(s)return`Trop grand : attendu que ${n.origin??"la valeur"} ait ${i}${n.maximum.toString()} ${s.unit}`;return`Trop grand : attendu que ${n.origin??"la valeur"} soit ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?"≥":">",s=t(n.origin);if(s)return`Trop petit : attendu que ${n.origin} ait ${i}${n.minimum.toString()} ${s.unit}`;return`Trop petit : attendu que ${n.origin} soit ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;if(i.format==="starts_with")return`Chaîne invalide : doit commencer par "${i.prefix}"`;if(i.format==="ends_with")return`Chaîne invalide : doit se terminer par "${i.suffix}"`;if(i.format==="includes")return`Chaîne invalide : doit inclure "${i.includes}"`;if(i.format==="regex")return`Chaîne invalide : doit correspondre au motif ${i.pattern}`;return`${o[i.format]??n.format} invalide`}case"not_multiple_of":return`Nombre invalide : doit être un multiple de ${n.divisor}`;case"unrecognized_keys":return`Clé${n.keys.length>1?"s":""} non reconnue${n.keys.length>1?"s":""} : ${T(n.keys,", ")}`;case"invalid_key":return`Clé invalide dans ${n.origin}`;case"invalid_union":return"Entrée invalide";case"invalid_element":return`Valeur invalide dans ${n.origin}`;default:return"Entrée invalide"}}};function y_(){return{localeError:oV()}}var iV=()=>{let e={string:{unit:"אותיות",verb:"לכלול"},file:{unit:"בייטים",verb:"לכלול"},array:{unit:"פריטים",verb:"לכלול"},set:{unit:"פריטים",verb:"לכלול"}};function t(n){return e[n]??null}let r=(n)=>{let i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"number";case"object":{if(Array.isArray(n))return"array";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},o={regex:"קלט",email:"כתובת אימייל",url:"כתובת רשת",emoji:"אימוג'י",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"תאריך וזמן ISO",date:"תאריך ISO",time:"זמן ISO",duration:"משך זמן ISO",ipv4:"כתובת IPv4",ipv6:"כתובת IPv6",cidrv4:"טווח IPv4",cidrv6:"טווח IPv6",base64:"מחרוזת בבסיס 64",base64url:"מחרוזת בבסיס 64 לכתובות רשת",json_string:"מחרוזת JSON",e164:"מספר E.164",jwt:"JWT",template_literal:"קלט"};return(n)=>{switch(n.code){case"invalid_type":return`קלט לא תקין: צריך ${n.expected}, התקבל ${r(n.input)}`;case"invalid_value":if(n.values.length===1)return`קלט לא תקין: צריך ${D(n.values[0])}`;return`קלט לא תקין: צריך אחת מהאפשרויות ${T(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",s=t(n.origin);if(s)return`גדול מדי: ${n.origin??"value"} צריך להיות ${i}${n.maximum.toString()} ${s.unit??"elements"}`;return`גדול מדי: ${n.origin??"value"} צריך להיות ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",s=t(n.origin);if(s)return`קטן מדי: ${n.origin} צריך להיות ${i}${n.minimum.toString()} ${s.unit}`;return`קטן מדי: ${n.origin} צריך להיות ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;if(i.format==="starts_with")return`מחרוזת לא תקינה: חייבת להתחיל ב"${i.prefix}"`;if(i.format==="ends_with")return`מחרוזת לא תקינה: חייבת להסתיים ב "${i.suffix}"`;if(i.format==="includes")return`מחרוזת לא תקינה: חייבת לכלול "${i.includes}"`;if(i.format==="regex")return`מחרוזת לא תקינה: חייבת להתאים לתבנית ${i.pattern}`;return`${o[i.format]??n.format} לא תקין`}case"not_multiple_of":return`מספר לא תקין: חייב להיות מכפלה של ${n.divisor}`;case"unrecognized_keys":return`מפתח${n.keys.length>1?"ות":""} לא מזוה${n.keys.length>1?"ים":"ה"}: ${T(n.keys,", ")}`;case"invalid_key":return`מפתח לא תקין ב${n.origin}`;case"invalid_union":return"קלט לא תקין";case"invalid_element":return`ערך לא תקין ב${n.origin}`;default:return"קלט לא תקין"}}};function b_(){return{localeError:iV()}}var sV=()=>{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=(n)=>{let i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"szám";case"object":{if(Array.isArray(n))return"tömb";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},o={regex:"bemenet",email:"email cím",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őbélyeg",date:"ISO dátum",time:"ISO idő",duration:"ISO időintervallum",ipv4:"IPv4 cím",ipv6:"IPv6 cím",cidrv4:"IPv4 tartomány",cidrv6:"IPv6 tartomány",base64:"base64-kódolt string",base64url:"base64url-kódolt string",json_string:"JSON string",e164:"E.164 szám",jwt:"JWT",template_literal:"bemenet"};return(n)=>{switch(n.code){case"invalid_type":return`Érvénytelen bemenet: a várt érték ${n.expected}, a kapott érték ${r(n.input)}`;case"invalid_value":if(n.values.length===1)return`Érvénytelen bemenet: a várt érték ${D(n.values[0])}`;return`Érvénytelen opció: valamelyik érték várt ${T(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",s=t(n.origin);if(s)return`Túl nagy: ${n.origin??"érték"} mérete túl nagy ${i}${n.maximum.toString()} ${s.unit??"elem"}`;return`Túl nagy: a bemeneti érték ${n.origin??"érték"} túl nagy: ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",s=t(n.origin);if(s)return`Túl kicsi: a bemeneti érték ${n.origin} mérete túl kicsi ${i}${n.minimum.toString()} ${s.unit}`;return`Túl kicsi: a bemeneti érték ${n.origin} túl kicsi ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;if(i.format==="starts_with")return`Érvénytelen string: "${i.prefix}" értékkel kell kezdődnie`;if(i.format==="ends_with")return`Érvénytelen string: "${i.suffix}" értékkel kell végződnie`;if(i.format==="includes")return`Érvénytelen string: "${i.includes}" értéket kell tartalmaznia`;if(i.format==="regex")return`Érvénytelen string: ${i.pattern} mintának kell megfelelnie`;return`Érvénytelen ${o[i.format]??n.format}`}case"not_multiple_of":return`Érvénytelen szám: ${n.divisor} többszörösének kell lennie`;case"unrecognized_keys":return`Ismeretlen kulcs${n.keys.length>1?"s":""}: ${T(n.keys,", ")}`;case"invalid_key":return`Érvénytelen kulcs ${n.origin}`;case"invalid_union":return"Érvénytelen bemenet";case"invalid_element":return`Érvénytelen érték: ${n.origin}`;default:return"Érvénytelen bemenet"}}};function __(){return{localeError:sV()}}var aV=()=>{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=(n)=>{let i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"number";case"object":{if(Array.isArray(n))return"array";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},o={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"};return(n)=>{switch(n.code){case"invalid_type":return`Input tidak valid: diharapkan ${n.expected}, diterima ${r(n.input)}`;case"invalid_value":if(n.values.length===1)return`Input tidak valid: diharapkan ${D(n.values[0])}`;return`Pilihan tidak valid: diharapkan salah satu dari ${T(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",s=t(n.origin);if(s)return`Terlalu besar: diharapkan ${n.origin??"value"} memiliki ${i}${n.maximum.toString()} ${s.unit??"elemen"}`;return`Terlalu besar: diharapkan ${n.origin??"value"} menjadi ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",s=t(n.origin);if(s)return`Terlalu kecil: diharapkan ${n.origin} memiliki ${i}${n.minimum.toString()} ${s.unit}`;return`Terlalu kecil: diharapkan ${n.origin} menjadi ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;if(i.format==="starts_with")return`String tidak valid: harus dimulai dengan "${i.prefix}"`;if(i.format==="ends_with")return`String tidak valid: harus berakhir dengan "${i.suffix}"`;if(i.format==="includes")return`String tidak valid: harus menyertakan "${i.includes}"`;if(i.format==="regex")return`String tidak valid: harus sesuai pola ${i.pattern}`;return`${o[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":""}: ${T(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 v_(){return{localeError:aV()}}var cV=()=>{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=(n)=>{let i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"numero";case"object":{if(Array.isArray(n))return"vettore";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},o={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"};return(n)=>{switch(n.code){case"invalid_type":return`Input non valido: atteso ${n.expected}, ricevuto ${r(n.input)}`;case"invalid_value":if(n.values.length===1)return`Input non valido: atteso ${D(n.values[0])}`;return`Opzione non valida: atteso uno tra ${T(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",s=t(n.origin);if(s)return`Troppo grande: ${n.origin??"valore"} deve avere ${i}${n.maximum.toString()} ${s.unit??"elementi"}`;return`Troppo grande: ${n.origin??"valore"} deve essere ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",s=t(n.origin);if(s)return`Troppo piccolo: ${n.origin} deve avere ${i}${n.minimum.toString()} ${s.unit}`;return`Troppo piccolo: ${n.origin} deve essere ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;if(i.format==="starts_with")return`Stringa non valida: deve iniziare con "${i.prefix}"`;if(i.format==="ends_with")return`Stringa non valida: deve terminare con "${i.suffix}"`;if(i.format==="includes")return`Stringa non valida: deve includere "${i.includes}"`;if(i.format==="regex")return`Stringa non valida: deve corrispondere al pattern ${i.pattern}`;return`Invalid ${o[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"}: ${T(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 S_(){return{localeError:cV()}}var lV=()=>{let e={string:{unit:"文字",verb:"である"},file:{unit:"バイト",verb:"である"},array:{unit:"要素",verb:"である"},set:{unit:"要素",verb:"である"}};function t(n){return e[n]??null}let r=(n)=>{let i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"数値";case"object":{if(Array.isArray(n))return"配列";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},o={regex:"入力値",email:"メールアドレス",url:"URL",emoji:"絵文字",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO日時",date:"ISO日付",time:"ISO時刻",duration:"ISO期間",ipv4:"IPv4アドレス",ipv6:"IPv6アドレス",cidrv4:"IPv4範囲",cidrv6:"IPv6範囲",base64:"base64エンコード文字列",base64url:"base64urlエンコード文字列",json_string:"JSON文字列",e164:"E.164番号",jwt:"JWT",template_literal:"入力値"};return(n)=>{switch(n.code){case"invalid_type":return`無効な入力: ${n.expected}が期待されましたが、${r(n.input)}が入力されました`;case"invalid_value":if(n.values.length===1)return`無効な入力: ${D(n.values[0])}が期待されました`;return`無効な選択: ${T(n.values,"、")}のいずれかである必要があります`;case"too_big":{let i=n.inclusive?"以下である":"より小さい",s=t(n.origin);if(s)return`大きすぎる値: ${n.origin??"値"}は${n.maximum.toString()}${s.unit??"要素"}${i}必要があります`;return`大きすぎる値: ${n.origin??"値"}は${n.maximum.toString()}${i}必要があります`}case"too_small":{let i=n.inclusive?"以上である":"より大きい",s=t(n.origin);if(s)return`小さすぎる値: ${n.origin}は${n.minimum.toString()}${s.unit}${i}必要があります`;return`小さすぎる値: ${n.origin}は${n.minimum.toString()}${i}必要があります`}case"invalid_format":{let i=n;if(i.format==="starts_with")return`無効な文字列: "${i.prefix}"で始まる必要があります`;if(i.format==="ends_with")return`無効な文字列: "${i.suffix}"で終わる必要があります`;if(i.format==="includes")return`無効な文字列: "${i.includes}"を含む必要があります`;if(i.format==="regex")return`無効な文字列: パターン${i.pattern}に一致する必要があります`;return`無効な${o[i.format]??n.format}`}case"not_multiple_of":return`無効な数値: ${n.divisor}の倍数である必要があります`;case"unrecognized_keys":return`認識されていないキー${n.keys.length>1?"群":""}: ${T(n.keys,"、")}`;case"invalid_key":return`${n.origin}内の無効なキー`;case"invalid_union":return"無効な入力";case"invalid_element":return`${n.origin}内の無効な値`;default:return"無効な入力"}}};function x_(){return{localeError:lV()}}var uV=()=>{let e={string:{unit:"តួអក្សរ",verb:"គួរមាន"},file:{unit:"បៃ",verb:"គួរមាន"},array:{unit:"ធាតុ",verb:"គួរមាន"},set:{unit:"ធាតុ",verb:"គួរមាន"}};function t(n){return e[n]??null}let r=(n)=>{let i=typeof n;switch(i){case"number":return Number.isNaN(n)?"មិនមែនជាលេខ (NaN)":"លេខ";case"object":{if(Array.isArray(n))return"អារេ (Array)";if(n===null)return"គ្មានតម្លៃ (null)";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},o={regex:"ទិន្នន័យបញ្ចូល",email:"អាសយដ្ឋានអ៊ីមែល",url:"URL",emoji:"សញ្ញាអារម្មណ៍",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"កាលបរិច្ឆេទ និងម៉ោង ISO",date:"កាលបរិច្ឆេទ ISO",time:"ម៉ោង ISO",duration:"រយៈពេល ISO",ipv4:"អាសយដ្ឋាន IPv4",ipv6:"អាសយដ្ឋាន IPv6",cidrv4:"ដែនអាសយដ្ឋាន IPv4",cidrv6:"ដែនអាសយដ្ឋាន IPv6",base64:"ខ្សែអក្សរអ៊ិកូដ base64",base64url:"ខ្សែអក្សរអ៊ិកូដ base64url",json_string:"ខ្សែអក្សរ JSON",e164:"លេខ E.164",jwt:"JWT",template_literal:"ទិន្នន័យបញ្ចូល"};return(n)=>{switch(n.code){case"invalid_type":return`ទិន្នន័យបញ្ចូលមិនត្រឹមត្រូវ៖ ត្រូវការ ${n.expected} ប៉ុន្តែទទួលបាន ${r(n.input)}`;case"invalid_value":if(n.values.length===1)return`ទិន្នន័យបញ្ចូលមិនត្រឹមត្រូវ៖ ត្រូវការ ${D(n.values[0])}`;return`ជម្រើសមិនត្រឹមត្រូវ៖ ត្រូវជាមួយក្នុងចំណោម ${T(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",s=t(n.origin);if(s)return`ធំពេក៖ ត្រូវការ ${n.origin??"តម្លៃ"} ${i} ${n.maximum.toString()} ${s.unit??"ធាតុ"}`;return`ធំពេក៖ ត្រូវការ ${n.origin??"តម្លៃ"} ${i} ${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",s=t(n.origin);if(s)return`តូចពេក៖ ត្រូវការ ${n.origin} ${i} ${n.minimum.toString()} ${s.unit}`;return`តូចពេក៖ ត្រូវការ ${n.origin} ${i} ${n.minimum.toString()}`}case"invalid_format":{let i=n;if(i.format==="starts_with")return`ខ្សែអក្សរមិនត្រឹមត្រូវ៖ ត្រូវចាប់ផ្តើមដោយ "${i.prefix}"`;if(i.format==="ends_with")return`ខ្សែអក្សរមិនត្រឹមត្រូវ៖ ត្រូវបញ្ចប់ដោយ "${i.suffix}"`;if(i.format==="includes")return`ខ្សែអក្សរមិនត្រឹមត្រូវ៖ ត្រូវមាន "${i.includes}"`;if(i.format==="regex")return`ខ្សែអក្សរមិនត្រឹមត្រូវ៖ ត្រូវតែផ្គូផ្គងនឹងទម្រង់ដែលបានកំណត់ ${i.pattern}`;return`មិនត្រឹមត្រូវ៖ ${o[i.format]??n.format}`}case"not_multiple_of":return`លេខមិនត្រឹមត្រូវ៖ ត្រូវតែជាពហុគុណនៃ ${n.divisor}`;case"unrecognized_keys":return`រកឃើញសោមិនស្គាល់៖ ${T(n.keys,", ")}`;case"invalid_key":return`សោមិនត្រឹមត្រូវនៅក្នុង ${n.origin}`;case"invalid_union":return"ទិន្នន័យមិនត្រឹមត្រូវ";case"invalid_element":return`ទិន្នន័យមិនត្រឹមត្រូវនៅក្នុង ${n.origin}`;default:return"ទិន្នន័យមិនត្រឹមត្រូវ"}}};function w_(){return{localeError:uV()}}var dV=()=>{let e={string:{unit:"문자",verb:"to have"},file:{unit:"바이트",verb:"to have"},array:{unit:"개",verb:"to have"},set:{unit:"개",verb:"to have"}};function t(n){return e[n]??null}let r=(n)=>{let i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"number";case"object":{if(Array.isArray(n))return"array";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},o={regex:"입력",email:"이메일 주소",url:"URL",emoji:"이모지",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO 날짜시간",date:"ISO 날짜",time:"ISO 시간",duration:"ISO 기간",ipv4:"IPv4 주소",ipv6:"IPv6 주소",cidrv4:"IPv4 범위",cidrv6:"IPv6 범위",base64:"base64 인코딩 문자열",base64url:"base64url 인코딩 문자열",json_string:"JSON 문자열",e164:"E.164 번호",jwt:"JWT",template_literal:"입력"};return(n)=>{switch(n.code){case"invalid_type":return`잘못된 입력: 예상 타입은 ${n.expected}, 받은 타입은 ${r(n.input)}입니다`;case"invalid_value":if(n.values.length===1)return`잘못된 입력: 값은 ${D(n.values[0])} 이어야 합니다`;return`잘못된 옵션: ${T(n.values,"또는 ")} 중 하나여야 합니다`;case"too_big":{let i=n.inclusive?"이하":"미만",s=i==="미만"?"이어야 합니다":"여야 합니다",a=t(n.origin),c=a?.unit??"요소";if(a)return`${n.origin??"값"}이 너무 큽니다: ${n.maximum.toString()}${c} ${i}${s}`;return`${n.origin??"값"}이 너무 큽니다: ${n.maximum.toString()} ${i}${s}`}case"too_small":{let i=n.inclusive?"이상":"초과",s=i==="이상"?"이어야 합니다":"여야 합니다",a=t(n.origin),c=a?.unit??"요소";if(a)return`${n.origin??"값"}이 너무 작습니다: ${n.minimum.toString()}${c} ${i}${s}`;return`${n.origin??"값"}이 너무 작습니다: ${n.minimum.toString()} ${i}${s}`}case"invalid_format":{let i=n;if(i.format==="starts_with")return`잘못된 문자열: "${i.prefix}"(으)로 시작해야 합니다`;if(i.format==="ends_with")return`잘못된 문자열: "${i.suffix}"(으)로 끝나야 합니다`;if(i.format==="includes")return`잘못된 문자열: "${i.includes}"을(를) 포함해야 합니다`;if(i.format==="regex")return`잘못된 문자열: 정규식 ${i.pattern} 패턴과 일치해야 합니다`;return`잘못된 ${o[i.format]??n.format}`}case"not_multiple_of":return`잘못된 숫자: ${n.divisor}의 배수여야 합니다`;case"unrecognized_keys":return`인식할 수 없는 키: ${T(n.keys,", ")}`;case"invalid_key":return`잘못된 키: ${n.origin}`;case"invalid_union":return"잘못된 입력";case"invalid_element":return`잘못된 값: ${n.origin}`;default:return"잘못된 입력"}}};function k_(){return{localeError:dV()}}var pV=()=>{let e={string:{unit:"знаци",verb:"да имаат"},file:{unit:"бајти",verb:"да имаат"},array:{unit:"ставки",verb:"да имаат"},set:{unit:"ставки",verb:"да имаат"}};function t(n){return e[n]??null}let r=(n)=>{let i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"број";case"object":{if(Array.isArray(n))return"низа";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},o={regex:"внес",email:"адреса на е-пошта",url:"URL",emoji:"емоџи",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO датум и време",date:"ISO датум",time:"ISO време",duration:"ISO времетраење",ipv4:"IPv4 адреса",ipv6:"IPv6 адреса",cidrv4:"IPv4 опсег",cidrv6:"IPv6 опсег",base64:"base64-енкодирана низа",base64url:"base64url-енкодирана низа",json_string:"JSON низа",e164:"E.164 број",jwt:"JWT",template_literal:"внес"};return(n)=>{switch(n.code){case"invalid_type":return`Грешен внес: се очекува ${n.expected}, примено ${r(n.input)}`;case"invalid_value":if(n.values.length===1)return`Invalid input: expected ${D(n.values[0])}`;return`Грешана опција: се очекува една ${T(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",s=t(n.origin);if(s)return`Премногу голем: се очекува ${n.origin??"вредноста"} да има ${i}${n.maximum.toString()} ${s.unit??"елементи"}`;return`Премногу голем: се очекува ${n.origin??"вредноста"} да биде ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",s=t(n.origin);if(s)return`Премногу мал: се очекува ${n.origin} да има ${i}${n.minimum.toString()} ${s.unit}`;return`Премногу мал: се очекува ${n.origin} да биде ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;if(i.format==="starts_with")return`Неважечка низа: мора да започнува со "${i.prefix}"`;if(i.format==="ends_with")return`Неважечка низа: мора да завршува со "${i.suffix}"`;if(i.format==="includes")return`Неважечка низа: мора да вклучува "${i.includes}"`;if(i.format==="regex")return`Неважечка низа: мора да одгоара на патернот ${i.pattern}`;return`Invalid ${o[i.format]??n.format}`}case"not_multiple_of":return`Грешен број: мора да биде делив со ${n.divisor}`;case"unrecognized_keys":return`${n.keys.length>1?"Непрепознаени клучеви":"Непрепознаен клуч"}: ${T(n.keys,", ")}`;case"invalid_key":return`Грешен клуч во ${n.origin}`;case"invalid_union":return"Грешен внес";case"invalid_element":return`Грешна вредност во ${n.origin}`;default:return"Грешен внес"}}};function E_(){return{localeError:pV()}}var fV=()=>{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=(n)=>{let i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"nombor";case"object":{if(Array.isArray(n))return"array";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},o={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"};return(n)=>{switch(n.code){case"invalid_type":return`Input tidak sah: dijangka ${n.expected}, diterima ${r(n.input)}`;case"invalid_value":if(n.values.length===1)return`Input tidak sah: dijangka ${D(n.values[0])}`;return`Pilihan tidak sah: dijangka salah satu daripada ${T(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",s=t(n.origin);if(s)return`Terlalu besar: dijangka ${n.origin??"nilai"} ${s.verb} ${i}${n.maximum.toString()} ${s.unit??"elemen"}`;return`Terlalu besar: dijangka ${n.origin??"nilai"} adalah ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",s=t(n.origin);if(s)return`Terlalu kecil: dijangka ${n.origin} ${s.verb} ${i}${n.minimum.toString()} ${s.unit}`;return`Terlalu kecil: dijangka ${n.origin} adalah ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;if(i.format==="starts_with")return`String tidak sah: mesti bermula dengan "${i.prefix}"`;if(i.format==="ends_with")return`String tidak sah: mesti berakhir dengan "${i.suffix}"`;if(i.format==="includes")return`String tidak sah: mesti mengandungi "${i.includes}"`;if(i.format==="regex")return`String tidak sah: mesti sepadan dengan corak ${i.pattern}`;return`${o[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: ${T(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 T_(){return{localeError:fV()}}var mV=()=>{let e={string:{unit:"tekens"},file:{unit:"bytes"},array:{unit:"elementen"},set:{unit:"elementen"}};function t(n){return e[n]??null}let r=(n)=>{let i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"getal";case"object":{if(Array.isArray(n))return"array";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},o={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"};return(n)=>{switch(n.code){case"invalid_type":return`Ongeldige invoer: verwacht ${n.expected}, ontving ${r(n.input)}`;case"invalid_value":if(n.values.length===1)return`Ongeldige invoer: verwacht ${D(n.values[0])}`;return`Ongeldige optie: verwacht één van ${T(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",s=t(n.origin);if(s)return`Te lang: verwacht dat ${n.origin??"waarde"} ${i}${n.maximum.toString()} ${s.unit??"elementen"} bevat`;return`Te lang: verwacht dat ${n.origin??"waarde"} ${i}${n.maximum.toString()} is`}case"too_small":{let i=n.inclusive?">=":">",s=t(n.origin);if(s)return`Te kort: verwacht dat ${n.origin} ${i}${n.minimum.toString()} ${s.unit} bevat`;return`Te kort: verwacht dat ${n.origin} ${i}${n.minimum.toString()} is`}case"invalid_format":{let i=n;if(i.format==="starts_with")return`Ongeldige tekst: moet met "${i.prefix}" beginnen`;if(i.format==="ends_with")return`Ongeldige tekst: moet op "${i.suffix}" eindigen`;if(i.format==="includes")return`Ongeldige tekst: moet "${i.includes}" bevatten`;if(i.format==="regex")return`Ongeldige tekst: moet overeenkomen met patroon ${i.pattern}`;return`Ongeldig: ${o[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":""}: ${T(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 P_(){return{localeError:mV()}}var gV=()=>{let e={string:{unit:"tegn",verb:"å ha"},file:{unit:"bytes",verb:"å ha"},array:{unit:"elementer",verb:"å inneholde"},set:{unit:"elementer",verb:"å inneholde"}};function t(n){return e[n]??null}let r=(n)=>{let i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"tall";case"object":{if(Array.isArray(n))return"liste";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},o={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åde",ipv6:"IPv6-område",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"};return(n)=>{switch(n.code){case"invalid_type":return`Ugyldig input: forventet ${n.expected}, fikk ${r(n.input)}`;case"invalid_value":if(n.values.length===1)return`Ugyldig verdi: forventet ${D(n.values[0])}`;return`Ugyldig valg: forventet en av ${T(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",s=t(n.origin);if(s)return`For stor(t): forventet ${n.origin??"value"} til å ha ${i}${n.maximum.toString()} ${s.unit??"elementer"}`;return`For stor(t): forventet ${n.origin??"value"} til å ha ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",s=t(n.origin);if(s)return`For lite(n): forventet ${n.origin} til å ha ${i}${n.minimum.toString()} ${s.unit}`;return`For lite(n): forventet ${n.origin} til å ha ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;if(i.format==="starts_with")return`Ugyldig streng: må starte med "${i.prefix}"`;if(i.format==="ends_with")return`Ugyldig streng: må ende med "${i.suffix}"`;if(i.format==="includes")return`Ugyldig streng: må inneholde "${i.includes}"`;if(i.format==="regex")return`Ugyldig streng: må matche mønsteret ${i.pattern}`;return`Ugyldig ${o[i.format]??n.format}`}case"not_multiple_of":return`Ugyldig tall: må være et multiplum av ${n.divisor}`;case"unrecognized_keys":return`${n.keys.length>1?"Ukjente nøkler":"Ukjent nøkkel"}: ${T(n.keys,", ")}`;case"invalid_key":return`Ugyldig nøkkel i ${n.origin}`;case"invalid_union":return"Ugyldig input";case"invalid_element":return`Ugyldig verdi i ${n.origin}`;default:return"Ugyldig input"}}};function I_(){return{localeError:gV()}}var hV=()=>{let e={string:{unit:"harf",verb:"olmalıdır"},file:{unit:"bayt",verb:"olmalıdır"},array:{unit:"unsur",verb:"olmalıdır"},set:{unit:"unsur",verb:"olmalıdır"}};function t(n){return e[n]??null}let r=(n)=>{let i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"numara";case"object":{if(Array.isArray(n))return"saf";if(n===null)return"gayb";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},o={regex:"giren",email:"epostagâh",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âmı",date:"ISO tarihi",time:"ISO zamanı",duration:"ISO müddeti",ipv4:"IPv4 nişânı",ipv6:"IPv6 nişânı",cidrv4:"IPv4 menzili",cidrv6:"IPv6 menzili",base64:"base64-şifreli metin",base64url:"base64url-şifreli metin",json_string:"JSON metin",e164:"E.164 sayısı",jwt:"JWT",template_literal:"giren"};return(n)=>{switch(n.code){case"invalid_type":return`Fâsit giren: umulan ${n.expected}, alınan ${r(n.input)}`;case"invalid_value":if(n.values.length===1)return`Fâsit giren: umulan ${D(n.values[0])}`;return`Fâsit tercih: mûteberler ${T(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",s=t(n.origin);if(s)return`Fazla büyük: ${n.origin??"value"}, ${i}${n.maximum.toString()} ${s.unit??"elements"} sahip olmalıydı.`;return`Fazla büyük: ${n.origin??"value"}, ${i}${n.maximum.toString()} olmalıydı.`}case"too_small":{let i=n.inclusive?">=":">",s=t(n.origin);if(s)return`Fazla küçük: ${n.origin}, ${i}${n.minimum.toString()} ${s.unit} sahip olmalıydı.`;return`Fazla küçük: ${n.origin}, ${i}${n.minimum.toString()} olmalıydı.`}case"invalid_format":{let i=n;if(i.format==="starts_with")return`Fâsit metin: "${i.prefix}" ile başlamalı.`;if(i.format==="ends_with")return`Fâsit metin: "${i.suffix}" ile bitmeli.`;if(i.format==="includes")return`Fâsit metin: "${i.includes}" ihtivâ etmeli.`;if(i.format==="regex")return`Fâsit metin: ${i.pattern} nakşına uymalı.`;return`Fâsit ${o[i.format]??n.format}`}case"not_multiple_of":return`Fâsit sayı: ${n.divisor} katı olmalıydı.`;case"unrecognized_keys":return`Tanınmayan anahtar ${n.keys.length>1?"s":""}: ${T(n.keys,", ")}`;case"invalid_key":return`${n.origin} için tanınmayan anahtar var.`;case"invalid_union":return"Giren tanınamadı.";case"invalid_element":return`${n.origin} için tanınmayan kıymet var.`;default:return"Kıymet tanınamadı."}}};function R_(){return{localeError:hV()}}var yV=()=>{let e={string:{unit:"توکي",verb:"ولري"},file:{unit:"بایټس",verb:"ولري"},array:{unit:"توکي",verb:"ولري"},set:{unit:"توکي",verb:"ولري"}};function t(n){return e[n]??null}let r=(n)=>{let i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"عدد";case"object":{if(Array.isArray(n))return"ارې";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},o={regex:"ورودي",email:"بریښنالیک",url:"یو آر ال",emoji:"ایموجي",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"نیټه او وخت",date:"نېټه",time:"وخت",duration:"موده",ipv4:"د IPv4 پته",ipv6:"د IPv6 پته",cidrv4:"د IPv4 ساحه",cidrv6:"د IPv6 ساحه",base64:"base64-encoded متن",base64url:"base64url-encoded متن",json_string:"JSON متن",e164:"د E.164 شمېره",jwt:"JWT",template_literal:"ورودي"};return(n)=>{switch(n.code){case"invalid_type":return`ناسم ورودي: باید ${n.expected} وای, مګر ${r(n.input)} ترلاسه شو`;case"invalid_value":if(n.values.length===1)return`ناسم ورودي: باید ${D(n.values[0])} وای`;return`ناسم انتخاب: باید یو له ${T(n.values,"|")} څخه وای`;case"too_big":{let i=n.inclusive?"<=":"<",s=t(n.origin);if(s)return`ډیر لوی: ${n.origin??"ارزښت"} باید ${i}${n.maximum.toString()} ${s.unit??"عنصرونه"} ولري`;return`ډیر لوی: ${n.origin??"ارزښت"} باید ${i}${n.maximum.toString()} وي`}case"too_small":{let i=n.inclusive?">=":">",s=t(n.origin);if(s)return`ډیر کوچنی: ${n.origin} باید ${i}${n.minimum.toString()} ${s.unit} ولري`;return`ډیر کوچنی: ${n.origin} باید ${i}${n.minimum.toString()} وي`}case"invalid_format":{let i=n;if(i.format==="starts_with")return`ناسم متن: باید د "${i.prefix}" سره پیل شي`;if(i.format==="ends_with")return`ناسم متن: باید د "${i.suffix}" سره پای ته ورسيږي`;if(i.format==="includes")return`ناسم متن: باید "${i.includes}" ولري`;if(i.format==="regex")return`ناسم متن: باید د ${i.pattern} سره مطابقت ولري`;return`${o[i.format]??n.format} ناسم دی`}case"not_multiple_of":return`ناسم عدد: باید د ${n.divisor} مضرب وي`;case"unrecognized_keys":return`ناسم ${n.keys.length>1?"کلیډونه":"کلیډ"}: ${T(n.keys,", ")}`;case"invalid_key":return`ناسم کلیډ په ${n.origin} کې`;case"invalid_union":return"ناسمه ورودي";case"invalid_element":return`ناسم عنصر په ${n.origin} کې`;default:return"ناسمه ورودي"}}};function $_(){return{localeError:yV()}}var bV=()=>{let e={string:{unit:"znaków",verb:"mieć"},file:{unit:"bajtów",verb:"mieć"},array:{unit:"elementów",verb:"mieć"},set:{unit:"elementów",verb:"mieć"}};function t(n){return e[n]??null}let r=(n)=>{let i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"liczba";case"object":{if(Array.isArray(n))return"tablica";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},o={regex:"wyrażenie",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ąg znaków zakodowany w formacie base64",base64url:"ciąg znaków zakodowany w formacie base64url",json_string:"ciąg znaków w formacie JSON",e164:"liczba E.164",jwt:"JWT",template_literal:"wejście"};return(n)=>{switch(n.code){case"invalid_type":return`Nieprawidłowe dane wejściowe: oczekiwano ${n.expected}, otrzymano ${r(n.input)}`;case"invalid_value":if(n.values.length===1)return`Nieprawidłowe dane wejściowe: oczekiwano ${D(n.values[0])}`;return`Nieprawidłowa opcja: oczekiwano jednej z wartości ${T(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",s=t(n.origin);if(s)return`Za duża wartość: oczekiwano, że ${n.origin??"wartość"} będzie mieć ${i}${n.maximum.toString()} ${s.unit??"elementów"}`;return`Zbyt duż(y/a/e): oczekiwano, że ${n.origin??"wartość"} będzie wynosić ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",s=t(n.origin);if(s)return`Za mała wartość: oczekiwano, że ${n.origin??"wartość"} będzie mieć ${i}${n.minimum.toString()} ${s.unit??"elementów"}`;return`Zbyt mał(y/a/e): oczekiwano, że ${n.origin??"wartość"} będzie wynosić ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;if(i.format==="starts_with")return`Nieprawidłowy ciąg znaków: musi zaczynać się od "${i.prefix}"`;if(i.format==="ends_with")return`Nieprawidłowy ciąg znaków: musi kończyć się na "${i.suffix}"`;if(i.format==="includes")return`Nieprawidłowy ciąg znaków: musi zawierać "${i.includes}"`;if(i.format==="regex")return`Nieprawidłowy ciąg znaków: musi odpowiadać wzorcowi ${i.pattern}`;return`Nieprawidłow(y/a/e) ${o[i.format]??n.format}`}case"not_multiple_of":return`Nieprawidłowa liczba: musi być wielokrotnością ${n.divisor}`;case"unrecognized_keys":return`Nierozpoznane klucze${n.keys.length>1?"s":""}: ${T(n.keys,", ")}`;case"invalid_key":return`Nieprawidłowy klucz w ${n.origin}`;case"invalid_union":return"Nieprawidłowe dane wejściowe";case"invalid_element":return`Nieprawidłowa wartość w ${n.origin}`;default:return"Nieprawidłowe dane wejściowe"}}};function O_(){return{localeError:bV()}}var _V=()=>{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=(n)=>{let i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"número";case"object":{if(Array.isArray(n))return"array";if(n===null)return"nulo";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},o={regex:"padrão",email:"endereço 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ção ISO",ipv4:"endereço IPv4",ipv6:"endereço 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úmero E.164",jwt:"JWT",template_literal:"entrada"};return(n)=>{switch(n.code){case"invalid_type":return`Tipo inválido: esperado ${n.expected}, recebido ${r(n.input)}`;case"invalid_value":if(n.values.length===1)return`Entrada inválida: esperado ${D(n.values[0])}`;return`Opção inválida: esperada uma das ${T(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",s=t(n.origin);if(s)return`Muito grande: esperado que ${n.origin??"valor"} tivesse ${i}${n.maximum.toString()} ${s.unit??"elementos"}`;return`Muito grande: esperado que ${n.origin??"valor"} fosse ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",s=t(n.origin);if(s)return`Muito pequeno: esperado que ${n.origin} tivesse ${i}${n.minimum.toString()} ${s.unit}`;return`Muito pequeno: esperado que ${n.origin} fosse ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;if(i.format==="starts_with")return`Texto inválido: deve começar com "${i.prefix}"`;if(i.format==="ends_with")return`Texto inválido: deve terminar com "${i.suffix}"`;if(i.format==="includes")return`Texto inválido: deve incluir "${i.includes}"`;if(i.format==="regex")return`Texto inválido: deve corresponder ao padrão ${i.pattern}`;return`${o[i.format]??n.format} inválido`}case"not_multiple_of":return`Número inválido: deve ser múltiplo de ${n.divisor}`;case"unrecognized_keys":return`Chave${n.keys.length>1?"s":""} desconhecida${n.keys.length>1?"s":""}: ${T(n.keys,", ")}`;case"invalid_key":return`Chave inválida em ${n.origin}`;case"invalid_union":return"Entrada inválida";case"invalid_element":return`Valor inválido em ${n.origin}`;default:return"Campo inválido"}}};function A_(){return{localeError:_V()}}function W0(e,t,r,o){let n=Math.abs(e),i=n%10,s=n%100;if(s>=11&&s<=19)return o;if(i===1)return t;if(i>=2&&i<=4)return r;return o}var vV=()=>{let e={string:{unit:{one:"символ",few:"символа",many:"символов"},verb:"иметь"},file:{unit:{one:"байт",few:"байта",many:"байт"},verb:"иметь"},array:{unit:{one:"элемент",few:"элемента",many:"элементов"},verb:"иметь"},set:{unit:{one:"элемент",few:"элемента",many:"элементов"},verb:"иметь"}};function t(n){return e[n]??null}let r=(n)=>{let i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"число";case"object":{if(Array.isArray(n))return"массив";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},o={regex:"ввод",email:"email адрес",url:"URL",emoji:"эмодзи",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO дата и время",date:"ISO дата",time:"ISO время",duration:"ISO длительность",ipv4:"IPv4 адрес",ipv6:"IPv6 адрес",cidrv4:"IPv4 диапазон",cidrv6:"IPv6 диапазон",base64:"строка в формате base64",base64url:"строка в формате base64url",json_string:"JSON строка",e164:"номер E.164",jwt:"JWT",template_literal:"ввод"};return(n)=>{switch(n.code){case"invalid_type":return`Неверный ввод: ожидалось ${n.expected}, получено ${r(n.input)}`;case"invalid_value":if(n.values.length===1)return`Неверный ввод: ожидалось ${D(n.values[0])}`;return`Неверный вариант: ожидалось одно из ${T(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",s=t(n.origin);if(s){let a=Number(n.maximum),c=W0(a,s.unit.one,s.unit.few,s.unit.many);return`Слишком большое значение: ожидалось, что ${n.origin??"значение"} будет иметь ${i}${n.maximum.toString()} ${c}`}return`Слишком большое значение: ожидалось, что ${n.origin??"значение"} будет ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",s=t(n.origin);if(s){let a=Number(n.minimum),c=W0(a,s.unit.one,s.unit.few,s.unit.many);return`Слишком маленькое значение: ожидалось, что ${n.origin} будет иметь ${i}${n.minimum.toString()} ${c}`}return`Слишком маленькое значение: ожидалось, что ${n.origin} будет ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;if(i.format==="starts_with")return`Неверная строка: должна начинаться с "${i.prefix}"`;if(i.format==="ends_with")return`Неверная строка: должна заканчиваться на "${i.suffix}"`;if(i.format==="includes")return`Неверная строка: должна содержать "${i.includes}"`;if(i.format==="regex")return`Неверная строка: должна соответствовать шаблону ${i.pattern}`;return`Неверный ${o[i.format]??n.format}`}case"not_multiple_of":return`Неверное число: должно быть кратным ${n.divisor}`;case"unrecognized_keys":return`Нераспознанн${n.keys.length>1?"ые":"ый"} ключ${n.keys.length>1?"и":""}: ${T(n.keys,", ")}`;case"invalid_key":return`Неверный ключ в ${n.origin}`;case"invalid_union":return"Неверные входные данные";case"invalid_element":return`Неверное значение в ${n.origin}`;default:return"Неверные входные данные"}}};function C_(){return{localeError:vV()}}var SV=()=>{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=(n)=>{let i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"število";case"object":{if(Array.isArray(n))return"tabela";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},o={regex:"vnos",email:"e-poštni 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 čas",date:"ISO datum",time:"ISO čas",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 številka",jwt:"JWT",template_literal:"vnos"};return(n)=>{switch(n.code){case"invalid_type":return`Neveljaven vnos: pričakovano ${n.expected}, prejeto ${r(n.input)}`;case"invalid_value":if(n.values.length===1)return`Neveljaven vnos: pričakovano ${D(n.values[0])}`;return`Neveljavna možnost: pričakovano eno izmed ${T(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",s=t(n.origin);if(s)return`Preveliko: pričakovano, da bo ${n.origin??"vrednost"} imelo ${i}${n.maximum.toString()} ${s.unit??"elementov"}`;return`Preveliko: pričakovano, da bo ${n.origin??"vrednost"} ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",s=t(n.origin);if(s)return`Premajhno: pričakovano, da bo ${n.origin} imelo ${i}${n.minimum.toString()} ${s.unit}`;return`Premajhno: pričakovano, da bo ${n.origin} ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;if(i.format==="starts_with")return`Neveljaven niz: mora se začeti z "${i.prefix}"`;if(i.format==="ends_with")return`Neveljaven niz: mora se končati z "${i.suffix}"`;if(i.format==="includes")return`Neveljaven niz: mora vsebovati "${i.includes}"`;if(i.format==="regex")return`Neveljaven niz: mora ustrezati vzorcu ${i.pattern}`;return`Neveljaven ${o[i.format]??n.format}`}case"not_multiple_of":return`Neveljavno število: mora biti večkratnik ${n.divisor}`;case"unrecognized_keys":return`Neprepoznan${n.keys.length>1?"i ključi":" ključ"}: ${T(n.keys,", ")}`;case"invalid_key":return`Neveljaven ključ v ${n.origin}`;case"invalid_union":return"Neveljaven vnos";case"invalid_element":return`Neveljavna vrednost v ${n.origin}`;default:return"Neveljaven vnos"}}};function M_(){return{localeError:SV()}}var xV=()=>{let e={string:{unit:"tecken",verb:"att ha"},file:{unit:"bytes",verb:"att ha"},array:{unit:"objekt",verb:"att innehålla"},set:{unit:"objekt",verb:"att innehålla"}};function t(n){return e[n]??null}let r=(n)=>{let i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"antal";case"object":{if(Array.isArray(n))return"lista";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},o={regex:"reguljärt 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äng",base64url:"base64url-kodad sträng",json_string:"JSON-sträng",e164:"E.164-nummer",jwt:"JWT",template_literal:"mall-literal"};return(n)=>{switch(n.code){case"invalid_type":return`Ogiltig inmatning: förväntat ${n.expected}, fick ${r(n.input)}`;case"invalid_value":if(n.values.length===1)return`Ogiltig inmatning: förväntat ${D(n.values[0])}`;return`Ogiltigt val: förväntade en av ${T(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",s=t(n.origin);if(s)return`För stor(t): förväntade ${n.origin??"värdet"} att ha ${i}${n.maximum.toString()} ${s.unit??"element"}`;return`För stor(t): förväntat ${n.origin??"värdet"} att ha ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",s=t(n.origin);if(s)return`För lite(t): förväntade ${n.origin??"värdet"} att ha ${i}${n.minimum.toString()} ${s.unit}`;return`För lite(t): förväntade ${n.origin??"värdet"} att ha ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;if(i.format==="starts_with")return`Ogiltig sträng: måste börja med "${i.prefix}"`;if(i.format==="ends_with")return`Ogiltig sträng: måste sluta med "${i.suffix}"`;if(i.format==="includes")return`Ogiltig sträng: måste innehålla "${i.includes}"`;if(i.format==="regex")return`Ogiltig sträng: måste matcha mönstret "${i.pattern}"`;return`Ogiltig(t) ${o[i.format]??n.format}`}case"not_multiple_of":return`Ogiltigt tal: måste vara en multipel av ${n.divisor}`;case"unrecognized_keys":return`${n.keys.length>1?"Okända nycklar":"Okänd nyckel"}: ${T(n.keys,", ")}`;case"invalid_key":return`Ogiltig nyckel i ${n.origin??"värdet"}`;case"invalid_union":return"Ogiltig input";case"invalid_element":return`Ogiltigt värde i ${n.origin??"värdet"}`;default:return"Ogiltig input"}}};function D_(){return{localeError:xV()}}var wV=()=>{let e={string:{unit:"எழுத்துக்கள்",verb:"கொண்டிருக்க வேண்டும்"},file:{unit:"பைட்டுகள்",verb:"கொண்டிருக்க வேண்டும்"},array:{unit:"உறுப்புகள்",verb:"கொண்டிருக்க வேண்டும்"},set:{unit:"உறுப்புகள்",verb:"கொண்டிருக்க வேண்டும்"}};function t(n){return e[n]??null}let r=(n)=>{let i=typeof n;switch(i){case"number":return Number.isNaN(n)?"எண் அல்லாதது":"எண்";case"object":{if(Array.isArray(n))return"அணி";if(n===null)return"வெறுமை";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},o={regex:"உள்ளீடு",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 தேதி நேரம்",date:"ISO தேதி",time:"ISO நேரம்",duration:"ISO கால அளவு",ipv4:"IPv4 முகவரி",ipv6:"IPv6 முகவரி",cidrv4:"IPv4 வரம்பு",cidrv6:"IPv6 வரம்பு",base64:"base64-encoded சரம்",base64url:"base64url-encoded சரம்",json_string:"JSON சரம்",e164:"E.164 எண்",jwt:"JWT",template_literal:"input"};return(n)=>{switch(n.code){case"invalid_type":return`தவறான உள்ளீடு: எதிர்பார்க்கப்பட்டது ${n.expected}, பெறப்பட்டது ${r(n.input)}`;case"invalid_value":if(n.values.length===1)return`தவறான உள்ளீடு: எதிர்பார்க்கப்பட்டது ${D(n.values[0])}`;return`தவறான விருப்பம்: எதிர்பார்க்கப்பட்டது ${T(n.values,"|")} இல் ஒன்று`;case"too_big":{let i=n.inclusive?"<=":"<",s=t(n.origin);if(s)return`மிக பெரியது: எதிர்பார்க்கப்பட்டது ${n.origin??"மதிப்பு"} ${i}${n.maximum.toString()} ${s.unit??"உறுப்புகள்"} ஆக இருக்க வேண்டும்`;return`மிக பெரியது: எதிர்பார்க்கப்பட்டது ${n.origin??"மதிப்பு"} ${i}${n.maximum.toString()} ஆக இருக்க வேண்டும்`}case"too_small":{let i=n.inclusive?">=":">",s=t(n.origin);if(s)return`மிகச் சிறியது: எதிர்பார்க்கப்பட்டது ${n.origin} ${i}${n.minimum.toString()} ${s.unit} ஆக இருக்க வேண்டும்`;return`மிகச் சிறியது: எதிர்பார்க்கப்பட்டது ${n.origin} ${i}${n.minimum.toString()} ஆக இருக்க வேண்டும்`}case"invalid_format":{let i=n;if(i.format==="starts_with")return`தவறான சரம்: "${i.prefix}" இல் தொடங்க வேண்டும்`;if(i.format==="ends_with")return`தவறான சரம்: "${i.suffix}" இல் முடிவடைய வேண்டும்`;if(i.format==="includes")return`தவறான சரம்: "${i.includes}" ஐ உள்ளடக்க வேண்டும்`;if(i.format==="regex")return`தவறான சரம்: ${i.pattern} முறைபாட்டுடன் பொருந்த வேண்டும்`;return`தவறான ${o[i.format]??n.format}`}case"not_multiple_of":return`தவறான எண்: ${n.divisor} இன் பலமாக இருக்க வேண்டும்`;case"unrecognized_keys":return`அடையாளம் தெரியாத விசை${n.keys.length>1?"கள்":""}: ${T(n.keys,", ")}`;case"invalid_key":return`${n.origin} இல் தவறான விசை`;case"invalid_union":return"தவறான உள்ளீடு";case"invalid_element":return`${n.origin} இல் தவறான மதிப்பு`;default:return"தவறான உள்ளீடு"}}};function N_(){return{localeError:wV()}}var kV=()=>{let e={string:{unit:"ตัวอักษร",verb:"ควรมี"},file:{unit:"ไบต์",verb:"ควรมี"},array:{unit:"รายการ",verb:"ควรมี"},set:{unit:"รายการ",verb:"ควรมี"}};function t(n){return e[n]??null}let r=(n)=>{let i=typeof n;switch(i){case"number":return Number.isNaN(n)?"ไม่ใช่ตัวเลข (NaN)":"ตัวเลข";case"object":{if(Array.isArray(n))return"อาร์เรย์ (Array)";if(n===null)return"ไม่มีค่า (null)";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},o={regex:"ข้อมูลที่ป้อน",email:"ที่อยู่อีเมล",url:"URL",emoji:"อิโมจิ",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"วันที่เวลาแบบ ISO",date:"วันที่แบบ ISO",time:"เวลาแบบ ISO",duration:"ช่วงเวลาแบบ ISO",ipv4:"ที่อยู่ IPv4",ipv6:"ที่อยู่ IPv6",cidrv4:"ช่วง IP แบบ IPv4",cidrv6:"ช่วง IP แบบ IPv6",base64:"ข้อความแบบ Base64",base64url:"ข้อความแบบ Base64 สำหรับ URL",json_string:"ข้อความแบบ JSON",e164:"เบอร์โทรศัพท์ระหว่างประเทศ (E.164)",jwt:"โทเคน JWT",template_literal:"ข้อมูลที่ป้อน"};return(n)=>{switch(n.code){case"invalid_type":return`ประเภทข้อมูลไม่ถูกต้อง: ควรเป็น ${n.expected} แต่ได้รับ ${r(n.input)}`;case"invalid_value":if(n.values.length===1)return`ค่าไม่ถูกต้อง: ควรเป็น ${D(n.values[0])}`;return`ตัวเลือกไม่ถูกต้อง: ควรเป็นหนึ่งใน ${T(n.values,"|")}`;case"too_big":{let i=n.inclusive?"ไม่เกิน":"น้อยกว่า",s=t(n.origin);if(s)return`เกินกำหนด: ${n.origin??"ค่า"} ควรมี${i} ${n.maximum.toString()} ${s.unit??"รายการ"}`;return`เกินกำหนด: ${n.origin??"ค่า"} ควรมี${i} ${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?"อย่างน้อย":"มากกว่า",s=t(n.origin);if(s)return`น้อยกว่ากำหนด: ${n.origin} ควรมี${i} ${n.minimum.toString()} ${s.unit}`;return`น้อยกว่ากำหนด: ${n.origin} ควรมี${i} ${n.minimum.toString()}`}case"invalid_format":{let i=n;if(i.format==="starts_with")return`รูปแบบไม่ถูกต้อง: ข้อความต้องขึ้นต้นด้วย "${i.prefix}"`;if(i.format==="ends_with")return`รูปแบบไม่ถูกต้อง: ข้อความต้องลงท้ายด้วย "${i.suffix}"`;if(i.format==="includes")return`รูปแบบไม่ถูกต้อง: ข้อความต้องมี "${i.includes}" อยู่ในข้อความ`;if(i.format==="regex")return`รูปแบบไม่ถูกต้อง: ต้องตรงกับรูปแบบที่กำหนด ${i.pattern}`;return`รูปแบบไม่ถูกต้อง: ${o[i.format]??n.format}`}case"not_multiple_of":return`ตัวเลขไม่ถูกต้อง: ต้องเป็นจำนวนที่หารด้วย ${n.divisor} ได้ลงตัว`;case"unrecognized_keys":return`พบคีย์ที่ไม่รู้จัก: ${T(n.keys,", ")}`;case"invalid_key":return`คีย์ไม่ถูกต้องใน ${n.origin}`;case"invalid_union":return"ข้อมูลไม่ถูกต้อง: ไม่ตรงกับรูปแบบยูเนียนที่กำหนดไว้";case"invalid_element":return`ข้อมูลไม่ถูกต้องใน ${n.origin}`;default:return"ข้อมูลไม่ถูกต้อง"}}};function j_(){return{localeError:kV()}}var EV=(e)=>{let t=typeof e;switch(t){case"number":return Number.isNaN(e)?"NaN":"number";case"object":{if(Array.isArray(e))return"array";if(e===null)return"null";if(Object.getPrototypeOf(e)!==Object.prototype&&e.constructor)return e.constructor.name}}return t},TV=()=>{let e={string:{unit:"karakter",verb:"olmalı"},file:{unit:"bayt",verb:"olmalı"},array:{unit:"öğe",verb:"olmalı"},set:{unit:"öğe",verb:"olmalı"}};function t(o){return e[o]??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üre",ipv4:"IPv4 adresi",ipv6:"IPv6 adresi",cidrv4:"IPv4 aralığı",cidrv6:"IPv6 aralığı",base64:"base64 ile şifrelenmiş metin",base64url:"base64url ile şifrelenmiş metin",json_string:"JSON dizesi",e164:"E.164 sayısı",jwt:"JWT",template_literal:"Şablon dizesi"};return(o)=>{switch(o.code){case"invalid_type":return`Geçersiz değer: beklenen ${o.expected}, alınan ${EV(o.input)}`;case"invalid_value":if(o.values.length===1)return`Geçersiz değer: beklenen ${D(o.values[0])}`;return`Geçersiz seçenek: aşağıdakilerden biri olmalı: ${T(o.values,"|")}`;case"too_big":{let n=o.inclusive?"<=":"<",i=t(o.origin);if(i)return`Çok büyük: beklenen ${o.origin??"değer"} ${n}${o.maximum.toString()} ${i.unit??"öğe"}`;return`Çok büyük: beklenen ${o.origin??"değer"} ${n}${o.maximum.toString()}`}case"too_small":{let n=o.inclusive?">=":">",i=t(o.origin);if(i)return`Çok küçük: beklenen ${o.origin} ${n}${o.minimum.toString()} ${i.unit}`;return`Çok küçük: beklenen ${o.origin} ${n}${o.minimum.toString()}`}case"invalid_format":{let n=o;if(n.format==="starts_with")return`Geçersiz metin: "${n.prefix}" ile başlamalı`;if(n.format==="ends_with")return`Geçersiz metin: "${n.suffix}" ile bitmeli`;if(n.format==="includes")return`Geçersiz metin: "${n.includes}" içermeli`;if(n.format==="regex")return`Geçersiz metin: ${n.pattern} desenine uymalı`;return`Geçersiz ${r[n.format]??o.format}`}case"not_multiple_of":return`Geçersiz sayı: ${o.divisor} ile tam bölünebilmeli`;case"unrecognized_keys":return`Tanınmayan anahtar${o.keys.length>1?"lar":""}: ${T(o.keys,", ")}`;case"invalid_key":return`${o.origin} içinde geçersiz anahtar`;case"invalid_union":return"Geçersiz değer";case"invalid_element":return`${o.origin} içinde geçersiz değer`;default:return"Geçersiz değer"}}};function U_(){return{localeError:TV()}}var PV=()=>{let e={string:{unit:"символів",verb:"матиме"},file:{unit:"байтів",verb:"матиме"},array:{unit:"елементів",verb:"матиме"},set:{unit:"елементів",verb:"матиме"}};function t(n){return e[n]??null}let r=(n)=>{let i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"число";case"object":{if(Array.isArray(n))return"масив";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},o={regex:"вхідні дані",email:"адреса електронної пошти",url:"URL",emoji:"емодзі",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"дата та час ISO",date:"дата ISO",time:"час ISO",duration:"тривалість ISO",ipv4:"адреса IPv4",ipv6:"адреса IPv6",cidrv4:"діапазон IPv4",cidrv6:"діапазон IPv6",base64:"рядок у кодуванні base64",base64url:"рядок у кодуванні base64url",json_string:"рядок JSON",e164:"номер E.164",jwt:"JWT",template_literal:"вхідні дані"};return(n)=>{switch(n.code){case"invalid_type":return`Неправильні вхідні дані: очікується ${n.expected}, отримано ${r(n.input)}`;case"invalid_value":if(n.values.length===1)return`Неправильні вхідні дані: очікується ${D(n.values[0])}`;return`Неправильна опція: очікується одне з ${T(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",s=t(n.origin);if(s)return`Занадто велике: очікується, що ${n.origin??"значення"} ${s.verb} ${i}${n.maximum.toString()} ${s.unit??"елементів"}`;return`Занадто велике: очікується, що ${n.origin??"значення"} буде ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",s=t(n.origin);if(s)return`Занадто мале: очікується, що ${n.origin} ${s.verb} ${i}${n.minimum.toString()} ${s.unit}`;return`Занадто мале: очікується, що ${n.origin} буде ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;if(i.format==="starts_with")return`Неправильний рядок: повинен починатися з "${i.prefix}"`;if(i.format==="ends_with")return`Неправильний рядок: повинен закінчуватися на "${i.suffix}"`;if(i.format==="includes")return`Неправильний рядок: повинен містити "${i.includes}"`;if(i.format==="regex")return`Неправильний рядок: повинен відповідати шаблону ${i.pattern}`;return`Неправильний ${o[i.format]??n.format}`}case"not_multiple_of":return`Неправильне число: повинно бути кратним ${n.divisor}`;case"unrecognized_keys":return`Нерозпізнаний ключ${n.keys.length>1?"і":""}: ${T(n.keys,", ")}`;case"invalid_key":return`Неправильний ключ у ${n.origin}`;case"invalid_union":return"Неправильні вхідні дані";case"invalid_element":return`Неправильне значення у ${n.origin}`;default:return"Неправильні вхідні дані"}}};function z_(){return{localeError:PV()}}var IV=()=>{let e={string:{unit:"حروف",verb:"ہونا"},file:{unit:"بائٹس",verb:"ہونا"},array:{unit:"آئٹمز",verb:"ہونا"},set:{unit:"آئٹمز",verb:"ہونا"}};function t(n){return e[n]??null}let r=(n)=>{let i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"نمبر";case"object":{if(Array.isArray(n))return"آرے";if(n===null)return"نل";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},o={regex:"ان پٹ",email:"ای میل ایڈریس",url:"یو آر ایل",emoji:"ایموجی",uuid:"یو یو آئی ڈی",uuidv4:"یو یو آئی ڈی وی 4",uuidv6:"یو یو آئی ڈی وی 6",nanoid:"نینو آئی ڈی",guid:"جی یو آئی ڈی",cuid:"سی یو آئی ڈی",cuid2:"سی یو آئی ڈی 2",ulid:"یو ایل آئی ڈی",xid:"ایکس آئی ڈی",ksuid:"کے ایس یو آئی ڈی",datetime:"آئی ایس او ڈیٹ ٹائم",date:"آئی ایس او تاریخ",time:"آئی ایس او وقت",duration:"آئی ایس او مدت",ipv4:"آئی پی وی 4 ایڈریس",ipv6:"آئی پی وی 6 ایڈریس",cidrv4:"آئی پی وی 4 رینج",cidrv6:"آئی پی وی 6 رینج",base64:"بیس 64 ان کوڈڈ سٹرنگ",base64url:"بیس 64 یو آر ایل ان کوڈڈ سٹرنگ",json_string:"جے ایس او این سٹرنگ",e164:"ای 164 نمبر",jwt:"جے ڈبلیو ٹی",template_literal:"ان پٹ"};return(n)=>{switch(n.code){case"invalid_type":return`غلط ان پٹ: ${n.expected} متوقع تھا، ${r(n.input)} موصول ہوا`;case"invalid_value":if(n.values.length===1)return`غلط ان پٹ: ${D(n.values[0])} متوقع تھا`;return`غلط آپشن: ${T(n.values,"|")} میں سے ایک متوقع تھا`;case"too_big":{let i=n.inclusive?"<=":"<",s=t(n.origin);if(s)return`بہت بڑا: ${n.origin??"ویلیو"} کے ${i}${n.maximum.toString()} ${s.unit??"عناصر"} ہونے متوقع تھے`;return`بہت بڑا: ${n.origin??"ویلیو"} کا ${i}${n.maximum.toString()} ہونا متوقع تھا`}case"too_small":{let i=n.inclusive?">=":">",s=t(n.origin);if(s)return`بہت چھوٹا: ${n.origin} کے ${i}${n.minimum.toString()} ${s.unit} ہونے متوقع تھے`;return`بہت چھوٹا: ${n.origin} کا ${i}${n.minimum.toString()} ہونا متوقع تھا`}case"invalid_format":{let i=n;if(i.format==="starts_with")return`غلط سٹرنگ: "${i.prefix}" سے شروع ہونا چاہیے`;if(i.format==="ends_with")return`غلط سٹرنگ: "${i.suffix}" پر ختم ہونا چاہیے`;if(i.format==="includes")return`غلط سٹرنگ: "${i.includes}" شامل ہونا چاہیے`;if(i.format==="regex")return`غلط سٹرنگ: پیٹرن ${i.pattern} سے میچ ہونا چاہیے`;return`غلط ${o[i.format]??n.format}`}case"not_multiple_of":return`غلط نمبر: ${n.divisor} کا مضاعف ہونا چاہیے`;case"unrecognized_keys":return`غیر تسلیم شدہ کی${n.keys.length>1?"ز":""}: ${T(n.keys,"، ")}`;case"invalid_key":return`${n.origin} میں غلط کی`;case"invalid_union":return"غلط ان پٹ";case"invalid_element":return`${n.origin} میں غلط ویلیو`;default:return"غلط ان پٹ"}}};function L_(){return{localeError:IV()}}var RV=()=>{let e={string:{unit:"ký tự",verb:"có"},file:{unit:"byte",verb:"có"},array:{unit:"phần tử",verb:"có"},set:{unit:"phần tử",verb:"có"}};function t(n){return e[n]??null}let r=(n)=>{let i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"số";case"object":{if(Array.isArray(n))return"mảng";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},o={regex:"đầu vào",email:"địa chỉ 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ày giờ ISO",date:"ngày ISO",time:"giờ ISO",duration:"khoảng thời gian ISO",ipv4:"địa chỉ IPv4",ipv6:"địa chỉ IPv6",cidrv4:"dải IPv4",cidrv6:"dải IPv6",base64:"chuỗi mã hóa base64",base64url:"chuỗi mã hóa base64url",json_string:"chuỗi JSON",e164:"số E.164",jwt:"JWT",template_literal:"đầu vào"};return(n)=>{switch(n.code){case"invalid_type":return`Đầu vào không hợp lệ: mong đợi ${n.expected}, nhận được ${r(n.input)}`;case"invalid_value":if(n.values.length===1)return`Đầu vào không hợp lệ: mong đợi ${D(n.values[0])}`;return`Tùy chọn không hợp lệ: mong đợi một trong các giá trị ${T(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",s=t(n.origin);if(s)return`Quá lớn: mong đợi ${n.origin??"giá trị"} ${s.verb} ${i}${n.maximum.toString()} ${s.unit??"phần tử"}`;return`Quá lớn: mong đợi ${n.origin??"giá trị"} ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",s=t(n.origin);if(s)return`Quá nhỏ: mong đợi ${n.origin} ${s.verb} ${i}${n.minimum.toString()} ${s.unit}`;return`Quá nhỏ: mong đợi ${n.origin} ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;if(i.format==="starts_with")return`Chuỗi không hợp lệ: phải bắt đầu bằng "${i.prefix}"`;if(i.format==="ends_with")return`Chuỗi không hợp lệ: phải kết thúc bằng "${i.suffix}"`;if(i.format==="includes")return`Chuỗi không hợp lệ: phải bao gồm "${i.includes}"`;if(i.format==="regex")return`Chuỗi không hợp lệ: phải khớp với mẫu ${i.pattern}`;return`${o[i.format]??n.format} không hợp lệ`}case"not_multiple_of":return`Số không hợp lệ: phải là bội số của ${n.divisor}`;case"unrecognized_keys":return`Khóa không được nhận dạng: ${T(n.keys,", ")}`;case"invalid_key":return`Khóa không hợp lệ trong ${n.origin}`;case"invalid_union":return"Đầu vào không hợp lệ";case"invalid_element":return`Giá trị không hợp lệ trong ${n.origin}`;default:return"Đầu vào không hợp lệ"}}};function F_(){return{localeError:RV()}}var $V=()=>{let e={string:{unit:"字符",verb:"包含"},file:{unit:"字节",verb:"包含"},array:{unit:"项",verb:"包含"},set:{unit:"项",verb:"包含"}};function t(n){return e[n]??null}let r=(n)=>{let i=typeof n;switch(i){case"number":return Number.isNaN(n)?"非数字(NaN)":"数字";case"object":{if(Array.isArray(n))return"数组";if(n===null)return"空值(null)";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},o={regex:"输入",email:"电子邮件",url:"URL",emoji:"表情符号",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO日期时间",date:"ISO日期",time:"ISO时间",duration:"ISO时长",ipv4:"IPv4地址",ipv6:"IPv6地址",cidrv4:"IPv4网段",cidrv6:"IPv6网段",base64:"base64编码字符串",base64url:"base64url编码字符串",json_string:"JSON字符串",e164:"E.164号码",jwt:"JWT",template_literal:"输入"};return(n)=>{switch(n.code){case"invalid_type":return`无效输入:期望 ${n.expected},实际接收 ${r(n.input)}`;case"invalid_value":if(n.values.length===1)return`无效输入:期望 ${D(n.values[0])}`;return`无效选项:期望以下之一 ${T(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",s=t(n.origin);if(s)return`数值过大:期望 ${n.origin??"值"} ${i}${n.maximum.toString()} ${s.unit??"个元素"}`;return`数值过大:期望 ${n.origin??"值"} ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",s=t(n.origin);if(s)return`数值过小:期望 ${n.origin} ${i}${n.minimum.toString()} ${s.unit}`;return`数值过小:期望 ${n.origin} ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;if(i.format==="starts_with")return`无效字符串:必须以 "${i.prefix}" 开头`;if(i.format==="ends_with")return`无效字符串:必须以 "${i.suffix}" 结尾`;if(i.format==="includes")return`无效字符串:必须包含 "${i.includes}"`;if(i.format==="regex")return`无效字符串:必须满足正则表达式 ${i.pattern}`;return`无效${o[i.format]??n.format}`}case"not_multiple_of":return`无效数字:必须是 ${n.divisor} 的倍数`;case"unrecognized_keys":return`出现未知的键(key): ${T(n.keys,", ")}`;case"invalid_key":return`${n.origin} 中的键(key)无效`;case"invalid_union":return"无效输入";case"invalid_element":return`${n.origin} 中包含无效值(value)`;default:return"无效输入"}}};function B_(){return{localeError:$V()}}var OV=()=>{let e={string:{unit:"字元",verb:"擁有"},file:{unit:"位元組",verb:"擁有"},array:{unit:"項目",verb:"擁有"},set:{unit:"項目",verb:"擁有"}};function t(n){return e[n]??null}let r=(n)=>{let i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"number";case"object":{if(Array.isArray(n))return"array";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},o={regex:"輸入",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 日期時間",date:"ISO 日期",time:"ISO 時間",duration:"ISO 期間",ipv4:"IPv4 位址",ipv6:"IPv6 位址",cidrv4:"IPv4 範圍",cidrv6:"IPv6 範圍",base64:"base64 編碼字串",base64url:"base64url 編碼字串",json_string:"JSON 字串",e164:"E.164 數值",jwt:"JWT",template_literal:"輸入"};return(n)=>{switch(n.code){case"invalid_type":return`無效的輸入值:預期為 ${n.expected},但收到 ${r(n.input)}`;case"invalid_value":if(n.values.length===1)return`無效的輸入值:預期為 ${D(n.values[0])}`;return`無效的選項:預期為以下其中之一 ${T(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",s=t(n.origin);if(s)return`數值過大:預期 ${n.origin??"值"} 應為 ${i}${n.maximum.toString()} ${s.unit??"個元素"}`;return`數值過大:預期 ${n.origin??"值"} 應為 ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",s=t(n.origin);if(s)return`數值過小:預期 ${n.origin} 應為 ${i}${n.minimum.toString()} ${s.unit}`;return`數值過小:預期 ${n.origin} 應為 ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;if(i.format==="starts_with")return`無效的字串:必須以 "${i.prefix}" 開頭`;if(i.format==="ends_with")return`無效的字串:必須以 "${i.suffix}" 結尾`;if(i.format==="includes")return`無效的字串:必須包含 "${i.includes}"`;if(i.format==="regex")return`無效的字串:必須符合格式 ${i.pattern}`;return`無效的 ${o[i.format]??n.format}`}case"not_multiple_of":return`無效的數字:必須為 ${n.divisor} 的倍數`;case"unrecognized_keys":return`無法識別的鍵值${n.keys.length>1?"們":""}:${T(n.keys,"、")}`;case"invalid_key":return`${n.origin} 中有無效的鍵值`;case"invalid_union":return"無效的輸入值";case"invalid_element":return`${n.origin} 中有無效的值`;default:return"無效的輸入值"}}};function H_(){return{localeError:OV()}}var tf=Symbol("ZodOutput"),rf=Symbol("ZodInput");class Rc{constructor(){this._map=new WeakMap,this._idmap=new Map}add(e,...t){let r=t[0];if(this._map.set(e,r),r&&typeof r==="object"&&"id"in r){if(this._idmap.has(r.id))throw Error(`ID ${r.id} already exists in the registry`);this._idmap.set(r.id,e)}return this}remove(e){return this._map.delete(e),this}get(e){let t=e._zod.parent;if(t){let r={...this.get(t)??{}};return delete r.id,{...r,...this._map.get(e)}}return this._map.get(e)}has(e){return this._map.has(e)}}function $c(){return new Rc}var kt=$c();function nf(e,t){return new e({type:"string",...$(t)})}function q_(e,t){return new e({type:"string",coerce:!0,...$(t)})}function Oc(e,t){return new e({type:"string",format:"email",check:"string_format",abort:!1,...$(t)})}function es(e,t){return new e({type:"string",format:"guid",check:"string_format",abort:!1,...$(t)})}function Ac(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,...$(t)})}function Cc(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v4",...$(t)})}function Mc(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v6",...$(t)})}function Dc(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v7",...$(t)})}function Nc(e,t){return new e({type:"string",format:"url",check:"string_format",abort:!1,...$(t)})}function jc(e,t){return new e({type:"string",format:"emoji",check:"string_format",abort:!1,...$(t)})}function Uc(e,t){return new e({type:"string",format:"nanoid",check:"string_format",abort:!1,...$(t)})}function zc(e,t){return new e({type:"string",format:"cuid",check:"string_format",abort:!1,...$(t)})}function Lc(e,t){return new e({type:"string",format:"cuid2",check:"string_format",abort:!1,...$(t)})}function Fc(e,t){return new e({type:"string",format:"ulid",check:"string_format",abort:!1,...$(t)})}function Bc(e,t){return new e({type:"string",format:"xid",check:"string_format",abort:!1,...$(t)})}function Hc(e,t){return new e({type:"string",format:"ksuid",check:"string_format",abort:!1,...$(t)})}function qc(e,t){return new e({type:"string",format:"ipv4",check:"string_format",abort:!1,...$(t)})}function Zc(e,t){return new e({type:"string",format:"ipv6",check:"string_format",abort:!1,...$(t)})}function Vc(e,t){return new e({type:"string",format:"cidrv4",check:"string_format",abort:!1,...$(t)})}function Wc(e,t){return new e({type:"string",format:"cidrv6",check:"string_format",abort:!1,...$(t)})}function Kc(e,t){return new e({type:"string",format:"base64",check:"string_format",abort:!1,...$(t)})}function Gc(e,t){return new e({type:"string",format:"base64url",check:"string_format",abort:!1,...$(t)})}function Jc(e,t){return new e({type:"string",format:"e164",check:"string_format",abort:!1,...$(t)})}function Xc(e,t){return new e({type:"string",format:"jwt",check:"string_format",abort:!1,...$(t)})}var of={Any:null,Minute:-1,Second:0,Millisecond:3,Microsecond:6};function Z_(e,t){return new e({type:"string",format:"datetime",check:"string_format",offset:!1,local:!1,precision:null,...$(t)})}function V_(e,t){return new e({type:"string",format:"date",check:"string_format",...$(t)})}function W_(e,t){return new e({type:"string",format:"time",check:"string_format",precision:null,...$(t)})}function K_(e,t){return new e({type:"string",format:"duration",check:"string_format",...$(t)})}function sf(e,t){return new e({type:"number",checks:[],...$(t)})}function G_(e,t){return new e({type:"number",coerce:!0,checks:[],...$(t)})}function af(e,t){return new e({type:"number",check:"number_format",abort:!1,format:"safeint",...$(t)})}function cf(e,t){return new e({type:"number",check:"number_format",abort:!1,format:"float32",...$(t)})}function lf(e,t){return new e({type:"number",check:"number_format",abort:!1,format:"float64",...$(t)})}function uf(e,t){return new e({type:"number",check:"number_format",abort:!1,format:"int32",...$(t)})}function df(e,t){return new e({type:"number",check:"number_format",abort:!1,format:"uint32",...$(t)})}function pf(e,t){return new e({type:"boolean",...$(t)})}function J_(e,t){return new e({type:"boolean",coerce:!0,...$(t)})}function ff(e,t){return new e({type:"bigint",...$(t)})}function X_(e,t){return new e({type:"bigint",coerce:!0,...$(t)})}function mf(e,t){return new e({type:"bigint",check:"bigint_format",abort:!1,format:"int64",...$(t)})}function gf(e,t){return new e({type:"bigint",check:"bigint_format",abort:!1,format:"uint64",...$(t)})}function hf(e,t){return new e({type:"symbol",...$(t)})}function yf(e,t){return new e({type:"undefined",...$(t)})}function bf(e,t){return new e({type:"null",...$(t)})}function _f(e){return new e({type:"any"})}function Oo(e){return new e({type:"unknown"})}function vf(e,t){return new e({type:"never",...$(t)})}function Sf(e,t){return new e({type:"void",...$(t)})}function xf(e,t){return new e({type:"date",...$(t)})}function Y_(e,t){return new e({type:"date",coerce:!0,...$(t)})}function wf(e,t){return new e({type:"nan",...$(t)})}function Jr(e,t){return new ep({check:"less_than",...$(t),value:e,inclusive:!1})}function Jt(e,t){return new ep({check:"less_than",...$(t),value:e,inclusive:!0})}function Xr(e,t){return new tp({check:"greater_than",...$(t),value:e,inclusive:!1})}function Et(e,t){return new tp({check:"greater_than",...$(t),value:e,inclusive:!0})}function Q_(e){return Xr(0,e)}function ev(e){return Jr(0,e)}function tv(e){return Jt(0,e)}function rv(e){return Et(0,e)}function Ao(e,t){return new Db({check:"multiple_of",...$(t),value:e})}function ts(e,t){return new Ub({check:"max_size",...$(t),maximum:e})}function Co(e,t){return new zb({check:"min_size",...$(t),minimum:e})}function Yc(e,t){return new Lb({check:"size_equals",...$(t),size:e})}function rs(e,t){return new Fb({check:"max_length",...$(t),maximum:e})}function Cn(e,t){return new Bb({check:"min_length",...$(t),minimum:e})}function ns(e,t){return new Hb({check:"length_equals",...$(t),length:e})}function Qc(e,t){return new qb({check:"string_format",format:"regex",...$(t),pattern:e})}function el(e){return new Zb({check:"string_format",format:"lowercase",...$(e)})}function tl(e){return new Vb({check:"string_format",format:"uppercase",...$(e)})}function rl(e,t){return new Wb({check:"string_format",format:"includes",...$(t),includes:e})}function nl(e,t){return new Kb({check:"string_format",format:"starts_with",...$(t),prefix:e})}function ol(e,t){return new Gb({check:"string_format",format:"ends_with",...$(t),suffix:e})}function nv(e,t,r){return new Jb({check:"property",property:e,schema:t,...$(r)})}function il(e,t){return new Xb({check:"mime_type",mime:e,...$(t)})}function Yr(e){return new Yb({check:"overwrite",tx:e})}function sl(e){return Yr((t)=>t.normalize(e))}function al(){return Yr((e)=>e.trim())}function cl(){return Yr((e)=>e.toLowerCase())}function ll(){return Yr((e)=>e.toUpperCase())}function ul(e,t,r){return new e({type:"array",element:t,...$(r)})}function AV(e,t,r){return new e({type:"union",options:t,...$(r)})}function CV(e,t,r,o){return new e({type:"union",options:r,discriminator:t,...$(o)})}function MV(e,t,r){return new e({type:"intersection",left:t,right:r})}function ov(e,t,r,o){let n=r instanceof G;return new e({type:"tuple",items:t,rest:n?r:null,...$(n?o:r)})}function DV(e,t,r,o){return new e({type:"record",keyType:t,valueType:r,...$(o)})}function NV(e,t,r,o){return new e({type:"map",keyType:t,valueType:r,...$(o)})}function jV(e,t,r){return new e({type:"set",valueType:t,...$(r)})}function UV(e,t,r){let o=Array.isArray(t)?Object.fromEntries(t.map((n)=>[n,n])):t;return new e({type:"enum",entries:o,...$(r)})}function zV(e,t,r){return new e({type:"enum",entries:t,...$(r)})}function LV(e,t,r){return new e({type:"literal",values:Array.isArray(t)?t:[t],...$(r)})}function kf(e,t){return new e({type:"file",...$(t)})}function FV(e,t){return new e({type:"transform",transform:t})}function BV(e,t){return new e({type:"optional",innerType:t})}function HV(e,t){return new e({type:"nullable",innerType:t})}function qV(e,t,r){return new e({type:"default",innerType:t,get defaultValue(){return typeof r==="function"?r():r}})}function ZV(e,t,r){return new e({type:"nonoptional",innerType:t,...$(r)})}function VV(e,t){return new e({type:"success",innerType:t})}function WV(e,t,r){return new e({type:"catch",innerType:t,catchValue:typeof r==="function"?r:()=>r})}function KV(e,t,r){return new e({type:"pipe",in:t,out:r})}function GV(e,t){return new e({type:"readonly",innerType:t})}function JV(e,t,r){return new e({type:"template_literal",parts:t,...$(r)})}function XV(e,t){return new e({type:"lazy",getter:t})}function YV(e,t){return new e({type:"promise",innerType:t})}function Ef(e,t,r){let o=$(r);return o.abort??(o.abort=!0),new e({type:"custom",check:"custom",fn:t,...o})}function Tf(e,t,r){return new e({type:"custom",check:"custom",fn:t,...$(r)})}function Pf(e,t){let r=$(t),o=r.truthy??["true","1","yes","on","y","enabled"],n=r.falsy??["false","0","no","off","n","disabled"];if(r.case!=="sensitive")o=o.map((g)=>typeof g==="string"?g.toLowerCase():g),n=n.map((g)=>typeof g==="string"?g.toLowerCase():g);let i=new Set(o),s=new Set(n),a=e.Pipe??Yi,c=e.Boolean??Gi,u=e.String??On,p=new(e.Transform??Xi)({type:"transform",transform:(g,h)=>{let y=g;if(r.case!=="sensitive")y=y.toLowerCase();if(i.has(y))return!0;else if(s.has(y))return!1;else return h.issues.push({code:"invalid_value",expected:"stringbool",values:[...i,...s],input:h.value,inst:p}),{}},error:r.error}),f=new a({type:"pipe",in:new u({type:"string",error:r.error}),out:p,error:r.error});return new a({type:"pipe",in:f,out:new c({type:"boolean",error:r.error}),error:r.error})}function If(e,t,r,o={}){let n=$(o),i={...$(o),check:"string_format",type:"string",format:t,fn:typeof r==="function"?r:(a)=>r.test(a),...n};if(r instanceof RegExp)i.pattern=r;return new e(i)}class iv{constructor(e){this._def=e,this.def=e}implement(e){if(typeof e!=="function")throw Error("implement() must be called with a function");let t=(...r)=>{let o=this._def.input?Po(this._def.input,r,void 0,{callee:t}):r;if(!Array.isArray(o))throw Error("Invalid arguments schema: not an array or tuple schema.");let n=e(...o);return this._def.output?Po(this._def.output,n,void 0,{callee:t}):n};return t}implementAsync(e){if(typeof e!=="function")throw Error("implement() must be called with a function");let t=async(...r)=>{let o=this._def.input?await Io(this._def.input,r,void 0,{callee:t}):r;if(!Array.isArray(o))throw Error("Invalid arguments schema: not an array or tuple schema.");let n=await e(...o);return this._def.output?Io(this._def.output,n,void 0,{callee:t}):n};return t}input(...e){let t=this.constructor;if(Array.isArray(e[0]))return new t({type:"function",input:new An({type:"tuple",items:e[0],rest:e[1]}),output:this._def.output});return new t({type:"function",input:e[0],output:this._def.output})}output(e){return new this.constructor({type:"function",input:this._def.input,output:e})}}function Rf(e){return new iv({type:"function",input:Array.isArray(e?.input)?ov(An,e?.input):e?.input??ul(Ji,Oo($o)),output:e?.output??Oo($o)})}class $f{constructor(e){this.counter=0,this.metadataRegistry=e?.metadata??kt,this.target=e?.target??"draft-2020-12",this.unrepresentable=e?.unrepresentable??"throw",this.override=e?.override??(()=>{}),this.io=e?.io??"output",this.seen=new Map}process(e,t={path:[],schemaPath:[]}){var r;let o=e._zod.def,n={guid:"uuid",url:"uri",datetime:"date-time",json_string:"json-string",regex:""},i=this.seen.get(e);if(i){if(i.count++,t.schemaPath.includes(e))i.cycle=t.path;return i.schema}let s={schema:{},count:1,cycle:void 0,path:t.path};this.seen.set(e,s);let a=e._zod.toJSONSchema?.();if(a)s.schema=a;else{let d={...t,schemaPath:[...t.schemaPath,e],path:t.path},p=e._zod.parent;if(p)s.ref=p,this.process(p,d),this.seen.get(p).isParent=!0;else{let f=s.schema;switch(o.type){case"string":{let m=f;m.type="string";let{minimum:g,maximum:h,format:y,patterns:v,contentEncoding:x}=e._zod.bag;if(typeof g==="number")m.minLength=g;if(typeof h==="number")m.maxLength=h;if(y){if(m.format=n[y]??y,m.format==="")delete m.format}if(x)m.contentEncoding=x;if(v&&v.size>0){let w=[...v];if(w.length===1)m.pattern=w[0].source;else if(w.length>1)s.schema.allOf=[...w.map((A)=>({...this.target==="draft-7"?{type:"string"}:{},pattern:A.source}))]}break}case"number":{let m=f,{minimum:g,maximum:h,format:y,multipleOf:v,exclusiveMaximum:x,exclusiveMinimum:w}=e._zod.bag;if(typeof y==="string"&&y.includes("int"))m.type="integer";else m.type="number";if(typeof w==="number")m.exclusiveMinimum=w;if(typeof g==="number"){if(m.minimum=g,typeof w==="number")if(w>=g)delete m.minimum;else delete m.exclusiveMinimum}if(typeof x==="number")m.exclusiveMaximum=x;if(typeof h==="number"){if(m.maximum=h,typeof x==="number")if(x<=h)delete m.maximum;else delete m.exclusiveMaximum}if(typeof v==="number")m.multipleOf=v;break}case"boolean":{let m=f;m.type="boolean";break}case"bigint":{if(this.unrepresentable==="throw")throw Error("BigInt cannot be represented in JSON Schema");break}case"symbol":{if(this.unrepresentable==="throw")throw Error("Symbols cannot be represented in JSON Schema");break}case"null":{f.type="null";break}case"any":break;case"unknown":break;case"undefined":case"never":{f.not={};break}case"void":{if(this.unrepresentable==="throw")throw Error("Void cannot be represented in JSON Schema");break}case"date":{if(this.unrepresentable==="throw")throw Error("Date cannot be represented in JSON Schema");break}case"array":{let m=f,{minimum:g,maximum:h}=e._zod.bag;if(typeof g==="number")m.minItems=g;if(typeof h==="number")m.maxItems=h;m.type="array",m.items=this.process(o.element,{...d,path:[...d.path,"items"]});break}case"object":{let m=f;m.type="object",m.properties={};let g=o.shape;for(let v in g)m.properties[v]=this.process(g[v],{...d,path:[...d.path,"properties",v]});let h=new Set(Object.keys(g)),y=new Set([...h].filter((v)=>{let x=o.shape[v]._zod;if(this.io==="input")return x.optin===void 0;else return x.optout===void 0}));if(y.size>0)m.required=Array.from(y);if(o.catchall?._zod.def.type==="never")m.additionalProperties=!1;else if(!o.catchall){if(this.io==="output")m.additionalProperties=!1}else if(o.catchall)m.additionalProperties=this.process(o.catchall,{...d,path:[...d.path,"additionalProperties"]});break}case"union":{let m=f;m.anyOf=o.options.map((g,h)=>this.process(g,{...d,path:[...d.path,"anyOf",h]}));break}case"intersection":{let m=f,g=this.process(o.left,{...d,path:[...d.path,"allOf",0]}),h=this.process(o.right,{...d,path:[...d.path,"allOf",1]}),y=(x)=>("allOf"in x)&&Object.keys(x).length===1,v=[...y(g)?g.allOf:[g],...y(h)?h.allOf:[h]];m.allOf=v;break}case"tuple":{let m=f;m.type="array";let g=o.items.map((v,x)=>this.process(v,{...d,path:[...d.path,"prefixItems",x]}));if(this.target==="draft-2020-12")m.prefixItems=g;else m.items=g;if(o.rest){let v=this.process(o.rest,{...d,path:[...d.path,"items"]});if(this.target==="draft-2020-12")m.items=v;else m.additionalItems=v}if(o.rest)m.items=this.process(o.rest,{...d,path:[...d.path,"items"]});let{minimum:h,maximum:y}=e._zod.bag;if(typeof h==="number")m.minItems=h;if(typeof y==="number")m.maxItems=y;break}case"record":{let m=f;m.type="object",m.propertyNames=this.process(o.keyType,{...d,path:[...d.path,"propertyNames"]}),m.additionalProperties=this.process(o.valueType,{...d,path:[...d.path,"additionalProperties"]});break}case"map":{if(this.unrepresentable==="throw")throw Error("Map cannot be represented in JSON Schema");break}case"set":{if(this.unrepresentable==="throw")throw Error("Set cannot be represented in JSON Schema");break}case"enum":{let m=f,g=yc(o.entries);if(g.every((h)=>typeof h==="number"))m.type="number";if(g.every((h)=>typeof h==="string"))m.type="string";m.enum=g;break}case"literal":{let m=f,g=[];for(let h of o.values)if(h===void 0){if(this.unrepresentable==="throw")throw Error("Literal `undefined` cannot be represented in JSON Schema")}else if(typeof h==="bigint")if(this.unrepresentable==="throw")throw Error("BigInt literals cannot be represented in JSON Schema");else g.push(Number(h));else g.push(h);if(g.length===0);else if(g.length===1){let h=g[0];m.type=h===null?"null":typeof h,m.const=h}else{if(g.every((h)=>typeof h==="number"))m.type="number";if(g.every((h)=>typeof h==="string"))m.type="string";if(g.every((h)=>typeof h==="boolean"))m.type="string";if(g.every((h)=>h===null))m.type="null";m.enum=g}break}case"file":{let m=f,g={type:"string",format:"binary",contentEncoding:"binary"},{minimum:h,maximum:y,mime:v}=e._zod.bag;if(h!==void 0)g.minLength=h;if(y!==void 0)g.maxLength=y;if(v)if(v.length===1)g.contentMediaType=v[0],Object.assign(m,g);else m.anyOf=v.map((x)=>({...g,contentMediaType:x}));else Object.assign(m,g);break}case"transform":{if(this.unrepresentable==="throw")throw Error("Transforms cannot be represented in JSON Schema");break}case"nullable":{let m=this.process(o.innerType,d);f.anyOf=[m,{type:"null"}];break}case"nonoptional":{this.process(o.innerType,d),s.ref=o.innerType;break}case"success":{let m=f;m.type="boolean";break}case"default":{this.process(o.innerType,d),s.ref=o.innerType,f.default=JSON.parse(JSON.stringify(o.defaultValue));break}case"prefault":{if(this.process(o.innerType,d),s.ref=o.innerType,this.io==="input")f._prefault=JSON.parse(JSON.stringify(o.defaultValue));break}case"catch":{this.process(o.innerType,d),s.ref=o.innerType;let m;try{m=o.catchValue(void 0)}catch{throw Error("Dynamic catch values are not supported in JSON Schema")}f.default=m;break}case"nan":{if(this.unrepresentable==="throw")throw Error("NaN cannot be represented in JSON Schema");break}case"template_literal":{let m=f,g=e._zod.pattern;if(!g)throw Error("Pattern not found in template literal");m.type="string",m.pattern=g.source;break}case"pipe":{let m=this.io==="input"?o.in._zod.def.type==="transform"?o.out:o.in:o.out;this.process(m,d),s.ref=m;break}case"readonly":{this.process(o.innerType,d),s.ref=o.innerType,f.readOnly=!0;break}case"promise":{this.process(o.innerType,d),s.ref=o.innerType;break}case"optional":{this.process(o.innerType,d),s.ref=o.innerType;break}case"lazy":{let m=e._zod.innerType;this.process(m,d),s.ref=m;break}case"custom":{if(this.unrepresentable==="throw")throw Error("Custom types cannot be represented in JSON Schema");break}default:}}}let c=this.metadataRegistry.get(e);if(c)Object.assign(s.schema,c);if(this.io==="input"&&Je(e))delete s.schema.examples,delete s.schema.default;if(this.io==="input"&&s.schema._prefault)(r=s.schema).default??(r.default=s.schema._prefault);return delete s.schema._prefault,this.seen.get(e).schema}emit(e,t){let r={cycles:t?.cycles??"ref",reused:t?.reused??"inline",external:t?.external??void 0},o=this.seen.get(e);if(!o)throw Error("Unprocessed schema. This is a bug in Zod.");let n=(u)=>{let d=this.target==="draft-2020-12"?"$defs":"definitions";if(r.external){let g=r.external.registry.get(u[0])?.id;if(g)return{ref:r.external.uri(g)};let h=u[1].defId??u[1].schema.id??`schema${this.counter++}`;return u[1].defId=h,{defId:h,ref:`${r.external.uri("__shared")}#/${d}/${h}`}}if(u[1]===o)return{ref:"#"};let f=`${"#"}/${d}/`,m=u[1].schema.id??`__schema${this.counter++}`;return{defId:m,ref:f+m}},i=(u)=>{if(u[1].schema.$ref)return;let d=u[1],{ref:p,defId:f}=n(u);if(d.def={...d.schema},f)d.defId=f;let m=d.schema;for(let g in m)delete m[g];m.$ref=p};for(let u of this.seen.entries()){let d=u[1];if(e===u[0]){i(u);continue}if(r.external){let f=r.external.registry.get(u[0])?.id;if(e!==u[0]&&f){i(u);continue}}if(this.metadataRegistry.get(u[0])?.id){i(u);continue}if(d.cycle){if(r.cycles==="throw")throw Error(`Cycle detected: #/${d.cycle?.join("/")}/<root>
|
|
98
|
+
})));`),f.write(`newResult[${Eo(x)}] = ${w}.value`)}f.write("payload.value = newResult;"),f.write("return payload;");let v=f.compile();return(x,w)=>v(p,x,w)},n,i=Hi,s=!gc.jitless,c=s&&eb.value,u=t.catchall,d;e._zod.parse=(p,f)=>{d??(d=r.value);let m=p.value;if(!i(m))return p.issues.push({expected:"object",code:"invalid_type",input:m,inst:e}),p;let g=[];if(s&&c&&f?.async===!1&&f.jitless!==!0){if(!n)n=o(t.shape);p=n(p,f)}else{p.value={};let w=d.shape;for(let O of d.keys){let U=w[O],se=U._zod.run({value:m[O],issues:[]},f),Le=U._zod.optin==="optional"&&U._zod.optout==="optional";if(se instanceof Promise)g.push(se.then((Ye)=>Le?C0(Ye,p,O,m):np(Ye,p,O)));else if(Le)C0(se,p,O,m);else np(se,p,O)}}if(!u)return g.length?Promise.all(g).then(()=>p):p;let h=[],y=d.keySet,v=u._zod,x=v.def.type;for(let w of Object.keys(m)){if(y.has(w))continue;if(x==="never"){h.push(w);continue}let O=v.run({value:m[w],issues:[]},f);if(O instanceof Promise)g.push(O.then((U)=>np(U,p,w)));else np(O,p,w)}if(h.length)p.issues.push({code:"unrecognized_keys",keys:h,input:m,inst:e});if(!g.length)return p;return Promise.all(g).then(()=>p)}});function M0(e,t,r,o){for(let n of e)if(n.issues.length===0)return t.value=n.value,t;return t.issues.push({code:"invalid_union",input:t.value,inst:r,errors:e.map((n)=>n.issues.map((i)=>jt(i,o,He())))}),t}var Pc=b("$ZodUnion",(e,t)=>{G.init(e,t),me(e._zod,"optin",()=>t.options.some((r)=>r._zod.optin==="optional")?"optional":void 0),me(e._zod,"optout",()=>t.options.some((r)=>r._zod.optout==="optional")?"optional":void 0),me(e._zod,"values",()=>{if(t.options.every((r)=>r._zod.values))return new Set(t.options.flatMap((r)=>Array.from(r._zod.values)));return}),me(e._zod,"pattern",()=>{if(t.options.every((r)=>r._zod.pattern)){let r=t.options.map((o)=>o._zod.pattern);return new RegExp(`^(${r.map((o)=>_c(o.source)).join("|")})$`)}return}),e._zod.parse=(r,o)=>{let n=!1,i=[];for(let s of t.options){let a=s._zod.run({value:r.value,issues:[]},o);if(a instanceof Promise)i.push(a),n=!0;else{if(a.issues.length===0)return a;i.push(a)}}if(!n)return M0(i,r,e,o);return Promise.all(i).then((s)=>M0(s,r,e,o))}}),Mp=b("$ZodDiscriminatedUnion",(e,t)=>{Pc.init(e,t);let r=e._zod.parse;me(e._zod,"propValues",()=>{let n={};for(let i of t.options){let s=i._zod.propValues;if(!s||Object.keys(s).length===0)throw Error(`Invalid discriminated union option at index "${t.options.indexOf(i)}"`);for(let[a,c]of Object.entries(s)){if(!n[a])n[a]=new Set;for(let u of c)n[a].add(u)}}return n});let o=bc(()=>{let n=t.options,i=new Map;for(let s of n){let a=s._zod.propValues[t.discriminator];if(!a||a.size===0)throw Error(`Invalid discriminated union option at index "${t.options.indexOf(s)}"`);for(let c of a){if(i.has(c))throw Error(`Duplicate discriminator value "${String(c)}"`);i.set(c,s)}}return i});e._zod.parse=(n,i)=>{let s=n.value;if(!Hi(s))return n.issues.push({code:"invalid_type",expected:"object",input:s,inst:e}),n;let a=o.value.get(s?.[t.discriminator]);if(a)return a._zod.run(n,i);if(t.unionFallback)return r(n,i);return n.issues.push({code:"invalid_union",errors:[],note:"No matching discriminator",input:s,path:[t.discriminator],inst:e}),n}}),Dp=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),s=t.right._zod.run({value:n,issues:[]},o);if(i instanceof Promise||s instanceof Promise)return Promise.all([i,s]).then(([c,u])=>D0(r,c,u));return D0(r,i,s)}});function e_(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(qi(e)&&qi(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 s=e_(e[i],t[i]);if(!s.valid)return{valid:!1,mergeErrorPath:[i,...s.mergeErrorPath]};n[i]=s.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],s=e_(n,i);if(!s.valid)return{valid:!1,mergeErrorPath:[o,...s.mergeErrorPath]};r.push(s.data)}return{valid:!0,data:r}}return{valid:!1,mergeErrorPath:[]}}function D0(e,t,r){if(t.issues.length)e.issues.push(...t.issues);if(r.issues.length)e.issues.push(...r.issues);if(To(e))return e;let o=e_(t.value,r.value);if(!o.valid)throw Error(`Unmergable intersection. Error path: ${JSON.stringify(o.mergeErrorPath)}`);return e.value=o.data,e}var On=b("$ZodTuple",(e,t)=>{G.init(e,t);let r=t.items,o=r.length-[...r].reverse().findIndex((n)=>n._zod.optin!=="optional");e._zod.parse=(n,i)=>{let s=n.value;if(!Array.isArray(s))return n.issues.push({input:s,inst:e,expected:"tuple",code:"invalid_type"}),n;n.value=[];let a=[];if(!t.rest){let u=s.length>r.length,d=s.length<o-1;if(u||d)return n.issues.push({input:s,inst:e,origin:"array",...u?{code:"too_big",maximum:r.length}:{code:"too_small",minimum:r.length}}),n}let c=-1;for(let u of r){if(c++,c>=s.length){if(c>=o)continue}let d=u._zod.run({value:s[c],issues:[]},i);if(d instanceof Promise)a.push(d.then((p)=>op(p,n,c)));else op(d,n,c)}if(t.rest){let u=s.slice(r.length);for(let d of u){c++;let p=t.rest._zod.run({value:d,issues:[]},i);if(p instanceof Promise)a.push(p.then((f)=>op(f,n,c)));else op(p,n,c)}}if(a.length)return Promise.all(a).then(()=>n);return n}});function op(e,t,r){if(e.issues.length)t.issues.push(...wt(r,e.issues));t.value[r]=e.value}var Np=b("$ZodRecord",(e,t)=>{G.init(e,t),e._zod.parse=(r,o)=>{let n=r.value;if(!qi(n))return r.issues.push({expected:"record",code:"invalid_type",input:n,inst:e}),r;let i=[];if(t.keyType._zod.values){let s=t.keyType._zod.values;r.value={};for(let c of s)if(typeof c==="string"||typeof c==="number"||typeof c==="symbol"){let u=t.valueType._zod.run({value:n[c],issues:[]},o);if(u instanceof Promise)i.push(u.then((d)=>{if(d.issues.length)r.issues.push(...wt(c,d.issues));r.value[c]=d.value}));else{if(u.issues.length)r.issues.push(...wt(c,u.issues));r.value[c]=u.value}}let a;for(let c in n)if(!s.has(c))a=a??[],a.push(c);if(a&&a.length>0)r.issues.push({code:"unrecognized_keys",input:n,inst:e,keys:a})}else{r.value={};for(let s of Reflect.ownKeys(n)){if(s==="__proto__")continue;let a=t.keyType._zod.run({value:s,issues:[]},o);if(a instanceof Promise)throw Error("Async schemas not supported in object keys currently");if(a.issues.length){r.issues.push({origin:"record",code:"invalid_key",issues:a.issues.map((u)=>jt(u,o,He())),input:s,path:[s],inst:e}),r.value[a.value]=a.value;continue}let c=t.valueType._zod.run({value:n[s],issues:[]},o);if(c instanceof Promise)i.push(c.then((u)=>{if(u.issues.length)r.issues.push(...wt(s,u.issues));r.value[a.value]=u.value}));else{if(c.issues.length)r.issues.push(...wt(s,c.issues));r.value[a.value]=c.value}}}if(i.length)return Promise.all(i).then(()=>r);return r}}),jp=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[s,a]of n){let c=t.keyType._zod.run({value:s,issues:[]},o),u=t.valueType._zod.run({value:a,issues:[]},o);if(c instanceof Promise||u instanceof Promise)i.push(Promise.all([c,u]).then(([d,p])=>{N0(d,p,r,s,n,e,o)}));else N0(c,u,r,s,n,e,o)}if(i.length)return Promise.all(i).then(()=>r);return r}});function N0(e,t,r,o,n,i,s){if(e.issues.length)if(vc.has(typeof o))r.issues.push(...wt(o,e.issues));else r.issues.push({origin:"map",code:"invalid_key",input:n,inst:i,issues:e.issues.map((a)=>jt(a,s,He()))});if(t.issues.length)if(vc.has(typeof o))r.issues.push(...wt(o,t.issues));else r.issues.push({origin:"map",code:"invalid_element",input:n,inst:i,key:o,issues:t.issues.map((a)=>jt(a,s,He()))});r.value.set(e.value,t.value)}var Up=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 s of n){let a=t.valueType._zod.run({value:s,issues:[]},o);if(a instanceof Promise)i.push(a.then((c)=>j0(c,r)));else j0(a,r)}if(i.length)return Promise.all(i).then(()=>r);return r}});function j0(e,t){if(e.issues.length)t.issues.push(...e.issues);t.value.add(e.value)}var zp=b("$ZodEnum",(e,t)=>{G.init(e,t);let r=yc(t.entries);e._zod.values=new Set(r),e._zod.pattern=new RegExp(`^(${r.filter((o)=>vc.has(typeof o)).map((o)=>typeof o==="string"?Gr(o):o.toString()).join("|")})$`),e._zod.parse=(o,n)=>{let i=o.value;if(e._zod.values.has(i))return o;return o.issues.push({code:"invalid_value",values:r,input:i,inst:e}),o}}),Lp=b("$ZodLiteral",(e,t)=>{G.init(e,t),e._zod.values=new Set(t.values),e._zod.pattern=new RegExp(`^(${t.values.map((r)=>typeof r==="string"?Gr(r):r?r.toString():String(r)).join("|")})$`),e._zod.parse=(r,o)=>{let n=r.value;if(e._zod.values.has(n))return r;return r.issues.push({code:"invalid_value",values:t.values,input:n,inst:e}),r}}),Fp=b("$ZodFile",(e,t)=>{G.init(e,t),e._zod.parse=(r,o)=>{let n=r.value;if(n instanceof File)return r;return r.issues.push({expected:"file",code:"invalid_type",input:n,inst:e}),r}}),Xi=b("$ZodTransform",(e,t)=>{G.init(e,t),e._zod.parse=(r,o)=>{let n=t.transform(r.value,r);if(o.async)return(n instanceof Promise?n:Promise.resolve(n)).then((s)=>(r.value=s,r));if(n instanceof Promise)throw new Kr;return r.value=n,r}}),Bp=b("$ZodOptional",(e,t)=>{G.init(e,t),e._zod.optin="optional",e._zod.optout="optional",me(e._zod,"values",()=>t.innerType._zod.values?new Set([...t.innerType._zod.values,void 0]):void 0),me(e._zod,"pattern",()=>{let r=t.innerType._zod.pattern;return r?new RegExp(`^(${_c(r.source)})?$`):void 0}),e._zod.parse=(r,o)=>{if(t.innerType._zod.optin==="optional")return t.innerType._zod.run(r,o);if(r.value===void 0)return r;return t.innerType._zod.run(r,o)}}),Hp=b("$ZodNullable",(e,t)=>{G.init(e,t),me(e._zod,"optin",()=>t.innerType._zod.optin),me(e._zod,"optout",()=>t.innerType._zod.optout),me(e._zod,"pattern",()=>{let r=t.innerType._zod.pattern;return r?new RegExp(`^(${_c(r.source)}|null)$`):void 0}),me(e._zod,"values",()=>t.innerType._zod.values?new Set([...t.innerType._zod.values,null]):void 0),e._zod.parse=(r,o)=>{if(r.value===null)return r;return t.innerType._zod.run(r,o)}}),qp=b("$ZodDefault",(e,t)=>{G.init(e,t),e._zod.optin="optional",me(e._zod,"values",()=>t.innerType._zod.values),e._zod.parse=(r,o)=>{if(r.value===void 0)return r.value=t.defaultValue,r;let n=t.innerType._zod.run(r,o);if(n instanceof Promise)return n.then((i)=>U0(i,t));return U0(n,t)}});function U0(e,t){if(e.value===void 0)e.value=t.defaultValue;return e}var Zp=b("$ZodPrefault",(e,t)=>{G.init(e,t),e._zod.optin="optional",me(e._zod,"values",()=>t.innerType._zod.values),e._zod.parse=(r,o)=>{if(r.value===void 0)r.value=t.defaultValue;return t.innerType._zod.run(r,o)}}),Vp=b("$ZodNonOptional",(e,t)=>{G.init(e,t),me(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);if(n instanceof Promise)return n.then((i)=>z0(i,e));return z0(n,e)}});function z0(e,t){if(!e.issues.length&&e.value===void 0)e.issues.push({code:"invalid_type",expected:"nonoptional",input:e.value,inst:t});return e}var Wp=b("$ZodSuccess",(e,t)=>{G.init(e,t),e._zod.parse=(r,o)=>{let n=t.innerType._zod.run(r,o);if(n instanceof Promise)return n.then((i)=>(r.value=i.issues.length===0,r));return r.value=n.issues.length===0,r}}),Kp=b("$ZodCatch",(e,t)=>{G.init(e,t),e._zod.optin="optional",me(e._zod,"optout",()=>t.innerType._zod.optout),me(e._zod,"values",()=>t.innerType._zod.values),e._zod.parse=(r,o)=>{let n=t.innerType._zod.run(r,o);if(n instanceof Promise)return n.then((i)=>{if(r.value=i.value,i.issues.length)r.value=t.catchValue({...r,error:{issues:i.issues.map((s)=>jt(s,o,He()))},input:r.value}),r.issues=[];return r});if(r.value=n.value,n.issues.length)r.value=t.catchValue({...r,error:{issues:n.issues.map((i)=>jt(i,o,He()))},input:r.value}),r.issues=[];return r}}),Gp=b("$ZodNaN",(e,t)=>{G.init(e,t),e._zod.parse=(r,o)=>{if(typeof r.value!=="number"||!Number.isNaN(r.value))return r.issues.push({input:r.value,inst:e,expected:"nan",code:"invalid_type"}),r;return r}}),Yi=b("$ZodPipe",(e,t)=>{G.init(e,t),me(e._zod,"values",()=>t.in._zod.values),me(e._zod,"optin",()=>t.in._zod.optin),me(e._zod,"optout",()=>t.out._zod.optout),e._zod.parse=(r,o)=>{let n=t.in._zod.run(r,o);if(n instanceof Promise)return n.then((i)=>L0(i,t,o));return L0(n,t,o)}});function L0(e,t,r){if(To(e))return e;return t.out._zod.run({value:e.value,issues:e.issues},r)}var Jp=b("$ZodReadonly",(e,t)=>{G.init(e,t),me(e._zod,"propValues",()=>t.innerType._zod.propValues),me(e._zod,"values",()=>t.innerType._zod.values),me(e._zod,"optin",()=>t.innerType._zod.optin),me(e._zod,"optout",()=>t.innerType._zod.optout),e._zod.parse=(r,o)=>{let n=t.innerType._zod.run(r,o);if(n instanceof Promise)return n.then(F0);return F0(n)}});function F0(e){return e.value=Object.freeze(e.value),e}var Xp=b("$ZodTemplateLiteral",(e,t)=>{G.init(e,t);let r=[];for(let o of t.parts)if(o instanceof G){if(!o._zod.pattern)throw 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 Error(`Invalid template literal part: ${o._zod.traits}`);let i=n.startsWith("^")?1:0,s=n.endsWith("$")?n.length-1:n.length;r.push(n.slice(i,s))}else if(o===null||tb.has(typeof o))r.push(Gr(`${o}`));else throw Error(`Invalid template literal part: ${o}`);e._zod.pattern=new RegExp(`^${r.join("")}$`),e._zod.parse=(o,n)=>{if(typeof o.value!=="string")return o.issues.push({input:o.value,inst:e,expected:"template_literal",code:"invalid_type"}),o;if(e._zod.pattern.lastIndex=0,!e._zod.pattern.test(o.value))return o.issues.push({input:o.value,inst:e,code:"invalid_format",format:"template_literal",pattern:e._zod.pattern.source}),o;return o}}),Yp=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))}),Qp=b("$ZodLazy",(e,t)=>{G.init(e,t),me(e._zod,"innerType",()=>t.getter()),me(e._zod,"pattern",()=>e._zod.innerType._zod.pattern),me(e._zod,"propValues",()=>e._zod.innerType._zod.propValues),me(e._zod,"optin",()=>e._zod.innerType._zod.optin),me(e._zod,"optout",()=>e._zod.innerType._zod.optout),e._zod.parse=(r,o)=>e._zod.innerType._zod.run(r,o)}),ef=b("$ZodCustom",(e,t)=>{Me.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)=>B0(i,r,o,e));B0(n,r,o,e);return}});function B0(e,t,r,o){if(!e){let n={code:"custom",input:r,inst:o,path:[...o._zod.def.path??[]],continue:!o._zod.def.abort};if(o._zod.def.params)n.params=o._zod.def.params;t.issues.push(ib(n))}}var Qi={};xr(Qi,{zhTW:()=>H_,zhCN:()=>B_,vi:()=>F_,ur:()=>L_,ua:()=>z_,tr:()=>U_,th:()=>j_,ta:()=>N_,sv:()=>D_,sl:()=>M_,ru:()=>C_,pt:()=>O_,ps:()=>$_,pl:()=>A_,ota:()=>R_,no:()=>I_,nl:()=>P_,ms:()=>T_,mk:()=>E_,ko:()=>k_,kh:()=>w_,ja:()=>x_,it:()=>S_,id:()=>v_,hu:()=>__,he:()=>b_,frCA:()=>y_,fr:()=>h_,fi:()=>g_,fa:()=>m_,es:()=>f_,eo:()=>p_,en:()=>Ic,de:()=>d_,cs:()=>u_,ca:()=>l_,be:()=>c_,az:()=>a_,ar:()=>s_});var KZ=()=>{let e={string:{unit:"حرف",verb:"أن يحوي"},file:{unit:"بايت",verb:"أن يحوي"},array:{unit:"عنصر",verb:"أن يحوي"},set:{unit:"عنصر",verb:"أن يحوي"}};function t(n){return e[n]??null}let r=(n)=>{let i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"number";case"object":{if(Array.isArray(n))return"array";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},o={regex:"مدخل",email:"بريد إلكتروني",url:"رابط",emoji:"إيموجي",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"تاريخ ووقت بمعيار ISO",date:"تاريخ بمعيار ISO",time:"وقت بمعيار ISO",duration:"مدة بمعيار ISO",ipv4:"عنوان IPv4",ipv6:"عنوان IPv6",cidrv4:"مدى عناوين بصيغة IPv4",cidrv6:"مدى عناوين بصيغة IPv6",base64:"نَص بترميز base64-encoded",base64url:"نَص بترميز base64url-encoded",json_string:"نَص على هيئة JSON",e164:"رقم هاتف بمعيار E.164",jwt:"JWT",template_literal:"مدخل"};return(n)=>{switch(n.code){case"invalid_type":return`مدخلات غير مقبولة: يفترض إدخال ${n.expected}، ولكن تم إدخال ${r(n.input)}`;case"invalid_value":if(n.values.length===1)return`مدخلات غير مقبولة: يفترض إدخال ${D(n.values[0])}`;return`اختيار غير مقبول: يتوقع انتقاء أحد هذه الخيارات: ${T(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",s=t(n.origin);if(s)return` أكبر من اللازم: يفترض أن تكون ${n.origin??"القيمة"} ${i} ${n.maximum.toString()} ${s.unit??"عنصر"}`;return`أكبر من اللازم: يفترض أن تكون ${n.origin??"القيمة"} ${i} ${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",s=t(n.origin);if(s)return`أصغر من اللازم: يفترض لـ ${n.origin} أن يكون ${i} ${n.minimum.toString()} ${s.unit}`;return`أصغر من اللازم: يفترض لـ ${n.origin} أن يكون ${i} ${n.minimum.toString()}`}case"invalid_format":{let i=n;if(i.format==="starts_with")return`نَص غير مقبول: يجب أن يبدأ بـ "${n.prefix}"`;if(i.format==="ends_with")return`نَص غير مقبول: يجب أن ينتهي بـ "${i.suffix}"`;if(i.format==="includes")return`نَص غير مقبول: يجب أن يتضمَّن "${i.includes}"`;if(i.format==="regex")return`نَص غير مقبول: يجب أن يطابق النمط ${i.pattern}`;return`${o[i.format]??n.format} غير مقبول`}case"not_multiple_of":return`رقم غير مقبول: يجب أن يكون من مضاعفات ${n.divisor}`;case"unrecognized_keys":return`معرف${n.keys.length>1?"ات":""} غريب${n.keys.length>1?"ة":""}: ${T(n.keys,"، ")}`;case"invalid_key":return`معرف غير مقبول في ${n.origin}`;case"invalid_union":return"مدخل غير مقبول";case"invalid_element":return`مدخل غير مقبول في ${n.origin}`;default:return"مدخل غير مقبول"}}};function s_(){return{localeError:KZ()}}var GZ=()=>{let e={string:{unit:"simvol",verb:"olmalıdır"},file:{unit:"bayt",verb:"olmalıdır"},array:{unit:"element",verb:"olmalıdır"},set:{unit:"element",verb:"olmalıdır"}};function t(n){return e[n]??null}let r=(n)=>{let i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"number";case"object":{if(Array.isArray(n))return"array";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},o={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"};return(n)=>{switch(n.code){case"invalid_type":return`Yanlış dəyər: gözlənilən ${n.expected}, daxil olan ${r(n.input)}`;case"invalid_value":if(n.values.length===1)return`Yanlış dəyər: gözlənilən ${D(n.values[0])}`;return`Yanlış seçim: aşağıdakılardan biri olmalıdır: ${T(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",s=t(n.origin);if(s)return`Çox böyük: gözlənilən ${n.origin??"dəyər"} ${i}${n.maximum.toString()} ${s.unit??"element"}`;return`Çox böyük: gözlənilən ${n.origin??"dəyər"} ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",s=t(n.origin);if(s)return`Çox kiçik: gözlənilən ${n.origin} ${i}${n.minimum.toString()} ${s.unit}`;return`Çox kiçik: gözlənilən ${n.origin} ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;if(i.format==="starts_with")return`Yanlış mətn: "${i.prefix}" ilə başlamalıdır`;if(i.format==="ends_with")return`Yanlış mətn: "${i.suffix}" ilə bitməlidir`;if(i.format==="includes")return`Yanlış mətn: "${i.includes}" daxil olmalıdır`;if(i.format==="regex")return`Yanlış mətn: ${i.pattern} şablonuna uyğun olmalıdır`;return`Yanlış ${o[i.format]??n.format}`}case"not_multiple_of":return`Yanlış ədəd: ${n.divisor} ilə bölünə bilən olmalıdır`;case"unrecognized_keys":return`Tanınmayan açar${n.keys.length>1?"lar":""}: ${T(n.keys,", ")}`;case"invalid_key":return`${n.origin} daxilində yanlış açar`;case"invalid_union":return"Yanlış dəyər";case"invalid_element":return`${n.origin} daxilində yanlış dəyər`;default:return"Yanlış dəyər"}}};function a_(){return{localeError:GZ()}}function V0(e,t,r,o){let n=Math.abs(e),i=n%10,s=n%100;if(s>=11&&s<=19)return o;if(i===1)return t;if(i>=2&&i<=4)return r;return o}var JZ=()=>{let e={string:{unit:{one:"сімвал",few:"сімвалы",many:"сімвалаў"},verb:"мець"},array:{unit:{one:"элемент",few:"элементы",many:"элементаў"},verb:"мець"},set:{unit:{one:"элемент",few:"элементы",many:"элементаў"},verb:"мець"},file:{unit:{one:"байт",few:"байты",many:"байтаў"},verb:"мець"}};function t(n){return e[n]??null}let r=(n)=>{let i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"лік";case"object":{if(Array.isArray(n))return"масіў";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},o={regex:"увод",email:"email адрас",url:"URL",emoji:"эмодзі",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO дата і час",date:"ISO дата",time:"ISO час",duration:"ISO працягласць",ipv4:"IPv4 адрас",ipv6:"IPv6 адрас",cidrv4:"IPv4 дыяпазон",cidrv6:"IPv6 дыяпазон",base64:"радок у фармаце base64",base64url:"радок у фармаце base64url",json_string:"JSON радок",e164:"нумар E.164",jwt:"JWT",template_literal:"увод"};return(n)=>{switch(n.code){case"invalid_type":return`Няправільны ўвод: чакаўся ${n.expected}, атрымана ${r(n.input)}`;case"invalid_value":if(n.values.length===1)return`Няправільны ўвод: чакалася ${D(n.values[0])}`;return`Няправільны варыянт: чакаўся адзін з ${T(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",s=t(n.origin);if(s){let a=Number(n.maximum),c=V0(a,s.unit.one,s.unit.few,s.unit.many);return`Занадта вялікі: чакалася, што ${n.origin??"значэнне"} павінна ${s.verb} ${i}${n.maximum.toString()} ${c}`}return`Занадта вялікі: чакалася, што ${n.origin??"значэнне"} павінна быць ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",s=t(n.origin);if(s){let a=Number(n.minimum),c=V0(a,s.unit.one,s.unit.few,s.unit.many);return`Занадта малы: чакалася, што ${n.origin} павінна ${s.verb} ${i}${n.minimum.toString()} ${c}`}return`Занадта малы: чакалася, што ${n.origin} павінна быць ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;if(i.format==="starts_with")return`Няправільны радок: павінен пачынацца з "${i.prefix}"`;if(i.format==="ends_with")return`Няправільны радок: павінен заканчвацца на "${i.suffix}"`;if(i.format==="includes")return`Няправільны радок: павінен змяшчаць "${i.includes}"`;if(i.format==="regex")return`Няправільны радок: павінен адпавядаць шаблону ${i.pattern}`;return`Няправільны ${o[i.format]??n.format}`}case"not_multiple_of":return`Няправільны лік: павінен быць кратным ${n.divisor}`;case"unrecognized_keys":return`Нераспазнаны ${n.keys.length>1?"ключы":"ключ"}: ${T(n.keys,", ")}`;case"invalid_key":return`Няправільны ключ у ${n.origin}`;case"invalid_union":return"Няправільны ўвод";case"invalid_element":return`Няправільнае значэнне ў ${n.origin}`;default:return"Няправільны ўвод"}}};function c_(){return{localeError:JZ()}}var XZ=()=>{let e={string:{unit:"caràcters",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=(n)=>{let i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"number";case"object":{if(Array.isArray(n))return"array";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},o={regex:"entrada",email:"adreça electrònica",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ça IPv4",ipv6:"adreça IPv6",cidrv4:"rang IPv4",cidrv6:"rang IPv6",base64:"cadena codificada en base64",base64url:"cadena codificada en base64url",json_string:"cadena JSON",e164:"número E.164",jwt:"JWT",template_literal:"entrada"};return(n)=>{switch(n.code){case"invalid_type":return`Tipus invàlid: s'esperava ${n.expected}, s'ha rebut ${r(n.input)}`;case"invalid_value":if(n.values.length===1)return`Valor invàlid: s'esperava ${D(n.values[0])}`;return`Opció invàlida: s'esperava una de ${T(n.values," o ")}`;case"too_big":{let i=n.inclusive?"com a màxim":"menys de",s=t(n.origin);if(s)return`Massa gran: s'esperava que ${n.origin??"el valor"} contingués ${i} ${n.maximum.toString()} ${s.unit??"elements"}`;return`Massa gran: s'esperava que ${n.origin??"el valor"} fos ${i} ${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?"com a mínim":"més de",s=t(n.origin);if(s)return`Massa petit: s'esperava que ${n.origin} contingués ${i} ${n.minimum.toString()} ${s.unit}`;return`Massa petit: s'esperava que ${n.origin} fos ${i} ${n.minimum.toString()}`}case"invalid_format":{let i=n;if(i.format==="starts_with")return`Format invàlid: ha de començar amb "${i.prefix}"`;if(i.format==="ends_with")return`Format invàlid: ha d'acabar amb "${i.suffix}"`;if(i.format==="includes")return`Format invàlid: ha d'incloure "${i.includes}"`;if(i.format==="regex")return`Format invàlid: ha de coincidir amb el patró ${i.pattern}`;return`Format invàlid per a ${o[i.format]??n.format}`}case"not_multiple_of":return`Número invàlid: ha de ser múltiple de ${n.divisor}`;case"unrecognized_keys":return`Clau${n.keys.length>1?"s":""} no reconeguda${n.keys.length>1?"s":""}: ${T(n.keys,", ")}`;case"invalid_key":return`Clau invàlida a ${n.origin}`;case"invalid_union":return"Entrada invàlida";case"invalid_element":return`Element invàlid a ${n.origin}`;default:return"Entrada invàlida"}}};function l_(){return{localeError:XZ()}}var YZ=()=>{let e={string:{unit:"znaků",verb:"mít"},file:{unit:"bajtů",verb:"mít"},array:{unit:"prvků",verb:"mít"},set:{unit:"prvků",verb:"mít"}};function t(n){return e[n]??null}let r=(n)=>{let i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"číslo";case"string":return"řetězec";case"boolean":return"boolean";case"bigint":return"bigint";case"function":return"funkce";case"symbol":return"symbol";case"undefined":return"undefined";case"object":{if(Array.isArray(n))return"pole";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},o={regex:"regulární výraz",email:"e-mailová 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 čas ve formátu ISO",date:"datum ve formátu ISO",time:"čas ve formátu ISO",duration:"doba trvání ISO",ipv4:"IPv4 adresa",ipv6:"IPv6 adresa",cidrv4:"rozsah IPv4",cidrv6:"rozsah IPv6",base64:"řetězec zakódovaný ve formátu base64",base64url:"řetězec zakódovaný ve formátu base64url",json_string:"řetězec ve formátu JSON",e164:"číslo E.164",jwt:"JWT",template_literal:"vstup"};return(n)=>{switch(n.code){case"invalid_type":return`Neplatný vstup: očekáváno ${n.expected}, obdrženo ${r(n.input)}`;case"invalid_value":if(n.values.length===1)return`Neplatný vstup: očekáváno ${D(n.values[0])}`;return`Neplatná možnost: očekávána jedna z hodnot ${T(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",s=t(n.origin);if(s)return`Hodnota je příliš velká: ${n.origin??"hodnota"} musí mít ${i}${n.maximum.toString()} ${s.unit??"prvků"}`;return`Hodnota je příliš velká: ${n.origin??"hodnota"} musí být ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",s=t(n.origin);if(s)return`Hodnota je příliš malá: ${n.origin??"hodnota"} musí mít ${i}${n.minimum.toString()} ${s.unit??"prvků"}`;return`Hodnota je příliš malá: ${n.origin??"hodnota"} musí být ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;if(i.format==="starts_with")return`Neplatný řetězec: musí začínat na "${i.prefix}"`;if(i.format==="ends_with")return`Neplatný řetězec: musí končit na "${i.suffix}"`;if(i.format==="includes")return`Neplatný řetězec: musí obsahovat "${i.includes}"`;if(i.format==="regex")return`Neplatný řetězec: musí odpovídat vzoru ${i.pattern}`;return`Neplatný formát ${o[i.format]??n.format}`}case"not_multiple_of":return`Neplatné číslo: musí být násobkem ${n.divisor}`;case"unrecognized_keys":return`Neznámé klíče: ${T(n.keys,", ")}`;case"invalid_key":return`Neplatný klíč v ${n.origin}`;case"invalid_union":return"Neplatný vstup";case"invalid_element":return`Neplatná hodnota v ${n.origin}`;default:return"Neplatný vstup"}}};function u_(){return{localeError:YZ()}}var QZ=()=>{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=(n)=>{let i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"Zahl";case"object":{if(Array.isArray(n))return"Array";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},o={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"};return(n)=>{switch(n.code){case"invalid_type":return`Ungültige Eingabe: erwartet ${n.expected}, erhalten ${r(n.input)}`;case"invalid_value":if(n.values.length===1)return`Ungültige Eingabe: erwartet ${D(n.values[0])}`;return`Ungültige Option: erwartet eine von ${T(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",s=t(n.origin);if(s)return`Zu groß: erwartet, dass ${n.origin??"Wert"} ${i}${n.maximum.toString()} ${s.unit??"Elemente"} hat`;return`Zu groß: erwartet, dass ${n.origin??"Wert"} ${i}${n.maximum.toString()} ist`}case"too_small":{let i=n.inclusive?">=":">",s=t(n.origin);if(s)return`Zu klein: erwartet, dass ${n.origin} ${i}${n.minimum.toString()} ${s.unit} hat`;return`Zu klein: erwartet, dass ${n.origin} ${i}${n.minimum.toString()} ist`}case"invalid_format":{let i=n;if(i.format==="starts_with")return`Ungültiger String: muss mit "${i.prefix}" beginnen`;if(i.format==="ends_with")return`Ungültiger String: muss mit "${i.suffix}" enden`;if(i.format==="includes")return`Ungültiger String: muss "${i.includes}" enthalten`;if(i.format==="regex")return`Ungültiger String: muss dem Muster ${i.pattern} entsprechen`;return`Ungültig: ${o[i.format]??n.format}`}case"not_multiple_of":return`Ungültige Zahl: muss ein Vielfaches von ${n.divisor} sein`;case"unrecognized_keys":return`${n.keys.length>1?"Unbekannte Schlüssel":"Unbekannter Schlüssel"}: ${T(n.keys,", ")}`;case"invalid_key":return`Ungültiger Schlüssel in ${n.origin}`;case"invalid_union":return"Ungültige Eingabe";case"invalid_element":return`Ungültiger Wert in ${n.origin}`;default:return"Ungültige Eingabe"}}};function d_(){return{localeError:QZ()}}var eV=(e)=>{let t=typeof e;switch(t){case"number":return Number.isNaN(e)?"NaN":"number";case"object":{if(Array.isArray(e))return"array";if(e===null)return"null";if(Object.getPrototypeOf(e)!==Object.prototype&&e.constructor)return e.constructor.name}}return t},tV=()=>{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"}};function t(o){return e[o]??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"};return(o)=>{switch(o.code){case"invalid_type":return`Invalid input: expected ${o.expected}, received ${eV(o.input)}`;case"invalid_value":if(o.values.length===1)return`Invalid input: expected ${D(o.values[0])}`;return`Invalid option: expected one of ${T(o.values,"|")}`;case"too_big":{let n=o.inclusive?"<=":"<",i=t(o.origin);if(i)return`Too big: expected ${o.origin??"value"} to have ${n}${o.maximum.toString()} ${i.unit??"elements"}`;return`Too big: expected ${o.origin??"value"} to be ${n}${o.maximum.toString()}`}case"too_small":{let n=o.inclusive?">=":">",i=t(o.origin);if(i)return`Too small: expected ${o.origin} to have ${n}${o.minimum.toString()} ${i.unit}`;return`Too small: expected ${o.origin} to be ${n}${o.minimum.toString()}`}case"invalid_format":{let n=o;if(n.format==="starts_with")return`Invalid string: must start with "${n.prefix}"`;if(n.format==="ends_with")return`Invalid string: must end with "${n.suffix}"`;if(n.format==="includes")return`Invalid string: must include "${n.includes}"`;if(n.format==="regex")return`Invalid string: must match pattern ${n.pattern}`;return`Invalid ${r[n.format]??o.format}`}case"not_multiple_of":return`Invalid number: must be a multiple of ${o.divisor}`;case"unrecognized_keys":return`Unrecognized key${o.keys.length>1?"s":""}: ${T(o.keys,", ")}`;case"invalid_key":return`Invalid key in ${o.origin}`;case"invalid_union":return"Invalid input";case"invalid_element":return`Invalid value in ${o.origin}`;default:return"Invalid input"}}};function Ic(){return{localeError:tV()}}var rV=(e)=>{let t=typeof e;switch(t){case"number":return Number.isNaN(e)?"NaN":"nombro";case"object":{if(Array.isArray(e))return"tabelo";if(e===null)return"senvalora";if(Object.getPrototypeOf(e)!==Object.prototype&&e.constructor)return e.constructor.name}}return t},nV=()=>{let e={string:{unit:"karaktrojn",verb:"havi"},file:{unit:"bajtojn",verb:"havi"},array:{unit:"elementojn",verb:"havi"},set:{unit:"elementojn",verb:"havi"}};function t(o){return e[o]??null}let r={regex:"enigo",email:"retadreso",url:"URL",emoji:"emoĝio",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ŭro",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"};return(o)=>{switch(o.code){case"invalid_type":return`Nevalida enigo: atendiĝis ${o.expected}, riceviĝis ${rV(o.input)}`;case"invalid_value":if(o.values.length===1)return`Nevalida enigo: atendiĝis ${D(o.values[0])}`;return`Nevalida opcio: atendiĝis unu el ${T(o.values,"|")}`;case"too_big":{let n=o.inclusive?"<=":"<",i=t(o.origin);if(i)return`Tro granda: atendiĝis ke ${o.origin??"valoro"} havu ${n}${o.maximum.toString()} ${i.unit??"elementojn"}`;return`Tro granda: atendiĝis ke ${o.origin??"valoro"} havu ${n}${o.maximum.toString()}`}case"too_small":{let n=o.inclusive?">=":">",i=t(o.origin);if(i)return`Tro malgranda: atendiĝis ke ${o.origin} havu ${n}${o.minimum.toString()} ${i.unit}`;return`Tro malgranda: atendiĝis ke ${o.origin} estu ${n}${o.minimum.toString()}`}case"invalid_format":{let n=o;if(n.format==="starts_with")return`Nevalida karaktraro: devas komenciĝi per "${n.prefix}"`;if(n.format==="ends_with")return`Nevalida karaktraro: devas finiĝi per "${n.suffix}"`;if(n.format==="includes")return`Nevalida karaktraro: devas inkluzivi "${n.includes}"`;if(n.format==="regex")return`Nevalida karaktraro: devas kongrui kun la modelo ${n.pattern}`;return`Nevalida ${r[n.format]??o.format}`}case"not_multiple_of":return`Nevalida nombro: devas esti oblo de ${o.divisor}`;case"unrecognized_keys":return`Nekonata${o.keys.length>1?"j":""} ŝlosilo${o.keys.length>1?"j":""}: ${T(o.keys,", ")}`;case"invalid_key":return`Nevalida ŝlosilo en ${o.origin}`;case"invalid_union":return"Nevalida enigo";case"invalid_element":return`Nevalida valoro en ${o.origin}`;default:return"Nevalida enigo"}}};function p_(){return{localeError:nV()}}var oV=()=>{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=(n)=>{let i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"número";case"object":{if(Array.isArray(n))return"arreglo";if(n===null)return"nulo";if(Object.getPrototypeOf(n)!==Object.prototype)return n.constructor.name}}return i},o={regex:"entrada",email:"dirección de correo electrónico",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ón ISO",ipv4:"dirección IPv4",ipv6:"dirección IPv6",cidrv4:"rango IPv4",cidrv6:"rango IPv6",base64:"cadena codificada en base64",base64url:"URL codificada en base64",json_string:"cadena JSON",e164:"número E.164",jwt:"JWT",template_literal:"entrada"};return(n)=>{switch(n.code){case"invalid_type":return`Entrada inválida: se esperaba ${n.expected}, recibido ${r(n.input)}`;case"invalid_value":if(n.values.length===1)return`Entrada inválida: se esperaba ${D(n.values[0])}`;return`Opción inválida: se esperaba una de ${T(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",s=t(n.origin);if(s)return`Demasiado grande: se esperaba que ${n.origin??"valor"} tuviera ${i}${n.maximum.toString()} ${s.unit??"elementos"}`;return`Demasiado grande: se esperaba que ${n.origin??"valor"} fuera ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",s=t(n.origin);if(s)return`Demasiado pequeño: se esperaba que ${n.origin} tuviera ${i}${n.minimum.toString()} ${s.unit}`;return`Demasiado pequeño: se esperaba que ${n.origin} fuera ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;if(i.format==="starts_with")return`Cadena inválida: debe comenzar con "${i.prefix}"`;if(i.format==="ends_with")return`Cadena inválida: debe terminar en "${i.suffix}"`;if(i.format==="includes")return`Cadena inválida: debe incluir "${i.includes}"`;if(i.format==="regex")return`Cadena inválida: debe coincidir con el patrón ${i.pattern}`;return`Inválido ${o[i.format]??n.format}`}case"not_multiple_of":return`Número inválido: debe ser múltiplo de ${n.divisor}`;case"unrecognized_keys":return`Llave${n.keys.length>1?"s":""} desconocida${n.keys.length>1?"s":""}: ${T(n.keys,", ")}`;case"invalid_key":return`Llave inválida en ${n.origin}`;case"invalid_union":return"Entrada inválida";case"invalid_element":return`Valor inválido en ${n.origin}`;default:return"Entrada inválida"}}};function f_(){return{localeError:oV()}}var iV=()=>{let e={string:{unit:"کاراکتر",verb:"داشته باشد"},file:{unit:"بایت",verb:"داشته باشد"},array:{unit:"آیتم",verb:"داشته باشد"},set:{unit:"آیتم",verb:"داشته باشد"}};function t(n){return e[n]??null}let r=(n)=>{let i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"عدد";case"object":{if(Array.isArray(n))return"آرایه";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},o={regex:"ورودی",email:"آدرس ایمیل",url:"URL",emoji:"ایموجی",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"تاریخ و زمان ایزو",date:"تاریخ ایزو",time:"زمان ایزو",duration:"مدت زمان ایزو",ipv4:"IPv4 آدرس",ipv6:"IPv6 آدرس",cidrv4:"IPv4 دامنه",cidrv6:"IPv6 دامنه",base64:"base64-encoded رشته",base64url:"base64url-encoded رشته",json_string:"JSON رشته",e164:"E.164 عدد",jwt:"JWT",template_literal:"ورودی"};return(n)=>{switch(n.code){case"invalid_type":return`ورودی نامعتبر: میبایست ${n.expected} میبود، ${r(n.input)} دریافت شد`;case"invalid_value":if(n.values.length===1)return`ورودی نامعتبر: میبایست ${D(n.values[0])} میبود`;return`گزینه نامعتبر: میبایست یکی از ${T(n.values,"|")} میبود`;case"too_big":{let i=n.inclusive?"<=":"<",s=t(n.origin);if(s)return`خیلی بزرگ: ${n.origin??"مقدار"} باید ${i}${n.maximum.toString()} ${s.unit??"عنصر"} باشد`;return`خیلی بزرگ: ${n.origin??"مقدار"} باید ${i}${n.maximum.toString()} باشد`}case"too_small":{let i=n.inclusive?">=":">",s=t(n.origin);if(s)return`خیلی کوچک: ${n.origin} باید ${i}${n.minimum.toString()} ${s.unit} باشد`;return`خیلی کوچک: ${n.origin} باید ${i}${n.minimum.toString()} باشد`}case"invalid_format":{let i=n;if(i.format==="starts_with")return`رشته نامعتبر: باید با "${i.prefix}" شروع شود`;if(i.format==="ends_with")return`رشته نامعتبر: باید با "${i.suffix}" تمام شود`;if(i.format==="includes")return`رشته نامعتبر: باید شامل "${i.includes}" باشد`;if(i.format==="regex")return`رشته نامعتبر: باید با الگوی ${i.pattern} مطابقت داشته باشد`;return`${o[i.format]??n.format} نامعتبر`}case"not_multiple_of":return`عدد نامعتبر: باید مضرب ${n.divisor} باشد`;case"unrecognized_keys":return`کلید${n.keys.length>1?"های":""} ناشناس: ${T(n.keys,", ")}`;case"invalid_key":return`کلید ناشناس در ${n.origin}`;case"invalid_union":return"ورودی نامعتبر";case"invalid_element":return`مقدار نامعتبر در ${n.origin}`;default:return"ورودی نامعتبر"}}};function m_(){return{localeError:iV()}}var sV=()=>{let e={string:{unit:"merkkiä",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äivämäärän"}};function t(n){return e[n]??null}let r=(n)=>{let i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"number";case"object":{if(Array.isArray(n))return"array";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},o={regex:"säännöllinen lauseke",email:"sähköpostiosoite",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äivämäärä",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"};return(n)=>{switch(n.code){case"invalid_type":return`Virheellinen tyyppi: odotettiin ${n.expected}, oli ${r(n.input)}`;case"invalid_value":if(n.values.length===1)return`Virheellinen syöte: täytyy olla ${D(n.values[0])}`;return`Virheellinen valinta: täytyy olla yksi seuraavista: ${T(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",s=t(n.origin);if(s)return`Liian suuri: ${s.subject} täytyy olla ${i}${n.maximum.toString()} ${s.unit}`.trim();return`Liian suuri: arvon täytyy olla ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",s=t(n.origin);if(s)return`Liian pieni: ${s.subject} täytyy olla ${i}${n.minimum.toString()} ${s.unit}`.trim();return`Liian pieni: arvon täytyy olla ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;if(i.format==="starts_with")return`Virheellinen syöte: täytyy alkaa "${i.prefix}"`;if(i.format==="ends_with")return`Virheellinen syöte: täytyy loppua "${i.suffix}"`;if(i.format==="includes")return`Virheellinen syöte: täytyy sisältää "${i.includes}"`;if(i.format==="regex")return`Virheellinen syöte: täytyy vastata säännöllistä lauseketta ${i.pattern}`;return`Virheellinen ${o[i.format]??n.format}`}case"not_multiple_of":return`Virheellinen luku: täytyy olla luvun ${n.divisor} monikerta`;case"unrecognized_keys":return`${n.keys.length>1?"Tuntemattomat avaimet":"Tuntematon avain"}: ${T(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öte"}}};function g_(){return{localeError:sV()}}var aV=()=>{let e={string:{unit:"caractères",verb:"avoir"},file:{unit:"octets",verb:"avoir"},array:{unit:"éléments",verb:"avoir"},set:{unit:"éléments",verb:"avoir"}};function t(n){return e[n]??null}let r=(n)=>{let i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"nombre";case"object":{if(Array.isArray(n))return"tableau";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},o={regex:"entrée",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ée ISO",ipv4:"adresse IPv4",ipv6:"adresse IPv6",cidrv4:"plage IPv4",cidrv6:"plage IPv6",base64:"chaîne encodée en base64",base64url:"chaîne encodée en base64url",json_string:"chaîne JSON",e164:"numéro E.164",jwt:"JWT",template_literal:"entrée"};return(n)=>{switch(n.code){case"invalid_type":return`Entrée invalide : ${n.expected} attendu, ${r(n.input)} reçu`;case"invalid_value":if(n.values.length===1)return`Entrée invalide : ${D(n.values[0])} attendu`;return`Option invalide : une valeur parmi ${T(n.values,"|")} attendue`;case"too_big":{let i=n.inclusive?"<=":"<",s=t(n.origin);if(s)return`Trop grand : ${n.origin??"valeur"} doit ${s.verb} ${i}${n.maximum.toString()} ${s.unit??"élément(s)"}`;return`Trop grand : ${n.origin??"valeur"} doit être ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",s=t(n.origin);if(s)return`Trop petit : ${n.origin} doit ${s.verb} ${i}${n.minimum.toString()} ${s.unit}`;return`Trop petit : ${n.origin} doit être ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;if(i.format==="starts_with")return`Chaîne invalide : doit commencer par "${i.prefix}"`;if(i.format==="ends_with")return`Chaîne invalide : doit se terminer par "${i.suffix}"`;if(i.format==="includes")return`Chaîne invalide : doit inclure "${i.includes}"`;if(i.format==="regex")return`Chaîne invalide : doit correspondre au modèle ${i.pattern}`;return`${o[i.format]??n.format} invalide`}case"not_multiple_of":return`Nombre invalide : doit être un multiple de ${n.divisor}`;case"unrecognized_keys":return`Clé${n.keys.length>1?"s":""} non reconnue${n.keys.length>1?"s":""} : ${T(n.keys,", ")}`;case"invalid_key":return`Clé invalide dans ${n.origin}`;case"invalid_union":return"Entrée invalide";case"invalid_element":return`Valeur invalide dans ${n.origin}`;default:return"Entrée invalide"}}};function h_(){return{localeError:aV()}}var cV=()=>{let e={string:{unit:"caractères",verb:"avoir"},file:{unit:"octets",verb:"avoir"},array:{unit:"éléments",verb:"avoir"},set:{unit:"éléments",verb:"avoir"}};function t(n){return e[n]??null}let r=(n)=>{let i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"number";case"object":{if(Array.isArray(n))return"array";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},o={regex:"entrée",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ée ISO",ipv4:"adresse IPv4",ipv6:"adresse IPv6",cidrv4:"plage IPv4",cidrv6:"plage IPv6",base64:"chaîne encodée en base64",base64url:"chaîne encodée en base64url",json_string:"chaîne JSON",e164:"numéro E.164",jwt:"JWT",template_literal:"entrée"};return(n)=>{switch(n.code){case"invalid_type":return`Entrée invalide : attendu ${n.expected}, reçu ${r(n.input)}`;case"invalid_value":if(n.values.length===1)return`Entrée invalide : attendu ${D(n.values[0])}`;return`Option invalide : attendu l'une des valeurs suivantes ${T(n.values,"|")}`;case"too_big":{let i=n.inclusive?"≤":"<",s=t(n.origin);if(s)return`Trop grand : attendu que ${n.origin??"la valeur"} ait ${i}${n.maximum.toString()} ${s.unit}`;return`Trop grand : attendu que ${n.origin??"la valeur"} soit ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?"≥":">",s=t(n.origin);if(s)return`Trop petit : attendu que ${n.origin} ait ${i}${n.minimum.toString()} ${s.unit}`;return`Trop petit : attendu que ${n.origin} soit ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;if(i.format==="starts_with")return`Chaîne invalide : doit commencer par "${i.prefix}"`;if(i.format==="ends_with")return`Chaîne invalide : doit se terminer par "${i.suffix}"`;if(i.format==="includes")return`Chaîne invalide : doit inclure "${i.includes}"`;if(i.format==="regex")return`Chaîne invalide : doit correspondre au motif ${i.pattern}`;return`${o[i.format]??n.format} invalide`}case"not_multiple_of":return`Nombre invalide : doit être un multiple de ${n.divisor}`;case"unrecognized_keys":return`Clé${n.keys.length>1?"s":""} non reconnue${n.keys.length>1?"s":""} : ${T(n.keys,", ")}`;case"invalid_key":return`Clé invalide dans ${n.origin}`;case"invalid_union":return"Entrée invalide";case"invalid_element":return`Valeur invalide dans ${n.origin}`;default:return"Entrée invalide"}}};function y_(){return{localeError:cV()}}var lV=()=>{let e={string:{unit:"אותיות",verb:"לכלול"},file:{unit:"בייטים",verb:"לכלול"},array:{unit:"פריטים",verb:"לכלול"},set:{unit:"פריטים",verb:"לכלול"}};function t(n){return e[n]??null}let r=(n)=>{let i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"number";case"object":{if(Array.isArray(n))return"array";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},o={regex:"קלט",email:"כתובת אימייל",url:"כתובת רשת",emoji:"אימוג'י",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"תאריך וזמן ISO",date:"תאריך ISO",time:"זמן ISO",duration:"משך זמן ISO",ipv4:"כתובת IPv4",ipv6:"כתובת IPv6",cidrv4:"טווח IPv4",cidrv6:"טווח IPv6",base64:"מחרוזת בבסיס 64",base64url:"מחרוזת בבסיס 64 לכתובות רשת",json_string:"מחרוזת JSON",e164:"מספר E.164",jwt:"JWT",template_literal:"קלט"};return(n)=>{switch(n.code){case"invalid_type":return`קלט לא תקין: צריך ${n.expected}, התקבל ${r(n.input)}`;case"invalid_value":if(n.values.length===1)return`קלט לא תקין: צריך ${D(n.values[0])}`;return`קלט לא תקין: צריך אחת מהאפשרויות ${T(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",s=t(n.origin);if(s)return`גדול מדי: ${n.origin??"value"} צריך להיות ${i}${n.maximum.toString()} ${s.unit??"elements"}`;return`גדול מדי: ${n.origin??"value"} צריך להיות ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",s=t(n.origin);if(s)return`קטן מדי: ${n.origin} צריך להיות ${i}${n.minimum.toString()} ${s.unit}`;return`קטן מדי: ${n.origin} צריך להיות ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;if(i.format==="starts_with")return`מחרוזת לא תקינה: חייבת להתחיל ב"${i.prefix}"`;if(i.format==="ends_with")return`מחרוזת לא תקינה: חייבת להסתיים ב "${i.suffix}"`;if(i.format==="includes")return`מחרוזת לא תקינה: חייבת לכלול "${i.includes}"`;if(i.format==="regex")return`מחרוזת לא תקינה: חייבת להתאים לתבנית ${i.pattern}`;return`${o[i.format]??n.format} לא תקין`}case"not_multiple_of":return`מספר לא תקין: חייב להיות מכפלה של ${n.divisor}`;case"unrecognized_keys":return`מפתח${n.keys.length>1?"ות":""} לא מזוה${n.keys.length>1?"ים":"ה"}: ${T(n.keys,", ")}`;case"invalid_key":return`מפתח לא תקין ב${n.origin}`;case"invalid_union":return"קלט לא תקין";case"invalid_element":return`ערך לא תקין ב${n.origin}`;default:return"קלט לא תקין"}}};function b_(){return{localeError:lV()}}var uV=()=>{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=(n)=>{let i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"szám";case"object":{if(Array.isArray(n))return"tömb";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},o={regex:"bemenet",email:"email cím",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őbélyeg",date:"ISO dátum",time:"ISO idő",duration:"ISO időintervallum",ipv4:"IPv4 cím",ipv6:"IPv6 cím",cidrv4:"IPv4 tartomány",cidrv6:"IPv6 tartomány",base64:"base64-kódolt string",base64url:"base64url-kódolt string",json_string:"JSON string",e164:"E.164 szám",jwt:"JWT",template_literal:"bemenet"};return(n)=>{switch(n.code){case"invalid_type":return`Érvénytelen bemenet: a várt érték ${n.expected}, a kapott érték ${r(n.input)}`;case"invalid_value":if(n.values.length===1)return`Érvénytelen bemenet: a várt érték ${D(n.values[0])}`;return`Érvénytelen opció: valamelyik érték várt ${T(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",s=t(n.origin);if(s)return`Túl nagy: ${n.origin??"érték"} mérete túl nagy ${i}${n.maximum.toString()} ${s.unit??"elem"}`;return`Túl nagy: a bemeneti érték ${n.origin??"érték"} túl nagy: ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",s=t(n.origin);if(s)return`Túl kicsi: a bemeneti érték ${n.origin} mérete túl kicsi ${i}${n.minimum.toString()} ${s.unit}`;return`Túl kicsi: a bemeneti érték ${n.origin} túl kicsi ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;if(i.format==="starts_with")return`Érvénytelen string: "${i.prefix}" értékkel kell kezdődnie`;if(i.format==="ends_with")return`Érvénytelen string: "${i.suffix}" értékkel kell végződnie`;if(i.format==="includes")return`Érvénytelen string: "${i.includes}" értéket kell tartalmaznia`;if(i.format==="regex")return`Érvénytelen string: ${i.pattern} mintának kell megfelelnie`;return`Érvénytelen ${o[i.format]??n.format}`}case"not_multiple_of":return`Érvénytelen szám: ${n.divisor} többszörösének kell lennie`;case"unrecognized_keys":return`Ismeretlen kulcs${n.keys.length>1?"s":""}: ${T(n.keys,", ")}`;case"invalid_key":return`Érvénytelen kulcs ${n.origin}`;case"invalid_union":return"Érvénytelen bemenet";case"invalid_element":return`Érvénytelen érték: ${n.origin}`;default:return"Érvénytelen bemenet"}}};function __(){return{localeError:uV()}}var dV=()=>{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=(n)=>{let i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"number";case"object":{if(Array.isArray(n))return"array";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},o={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"};return(n)=>{switch(n.code){case"invalid_type":return`Input tidak valid: diharapkan ${n.expected}, diterima ${r(n.input)}`;case"invalid_value":if(n.values.length===1)return`Input tidak valid: diharapkan ${D(n.values[0])}`;return`Pilihan tidak valid: diharapkan salah satu dari ${T(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",s=t(n.origin);if(s)return`Terlalu besar: diharapkan ${n.origin??"value"} memiliki ${i}${n.maximum.toString()} ${s.unit??"elemen"}`;return`Terlalu besar: diharapkan ${n.origin??"value"} menjadi ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",s=t(n.origin);if(s)return`Terlalu kecil: diharapkan ${n.origin} memiliki ${i}${n.minimum.toString()} ${s.unit}`;return`Terlalu kecil: diharapkan ${n.origin} menjadi ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;if(i.format==="starts_with")return`String tidak valid: harus dimulai dengan "${i.prefix}"`;if(i.format==="ends_with")return`String tidak valid: harus berakhir dengan "${i.suffix}"`;if(i.format==="includes")return`String tidak valid: harus menyertakan "${i.includes}"`;if(i.format==="regex")return`String tidak valid: harus sesuai pola ${i.pattern}`;return`${o[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":""}: ${T(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 v_(){return{localeError:dV()}}var pV=()=>{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=(n)=>{let i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"numero";case"object":{if(Array.isArray(n))return"vettore";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},o={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"};return(n)=>{switch(n.code){case"invalid_type":return`Input non valido: atteso ${n.expected}, ricevuto ${r(n.input)}`;case"invalid_value":if(n.values.length===1)return`Input non valido: atteso ${D(n.values[0])}`;return`Opzione non valida: atteso uno tra ${T(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",s=t(n.origin);if(s)return`Troppo grande: ${n.origin??"valore"} deve avere ${i}${n.maximum.toString()} ${s.unit??"elementi"}`;return`Troppo grande: ${n.origin??"valore"} deve essere ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",s=t(n.origin);if(s)return`Troppo piccolo: ${n.origin} deve avere ${i}${n.minimum.toString()} ${s.unit}`;return`Troppo piccolo: ${n.origin} deve essere ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;if(i.format==="starts_with")return`Stringa non valida: deve iniziare con "${i.prefix}"`;if(i.format==="ends_with")return`Stringa non valida: deve terminare con "${i.suffix}"`;if(i.format==="includes")return`Stringa non valida: deve includere "${i.includes}"`;if(i.format==="regex")return`Stringa non valida: deve corrispondere al pattern ${i.pattern}`;return`Invalid ${o[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"}: ${T(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 S_(){return{localeError:pV()}}var fV=()=>{let e={string:{unit:"文字",verb:"である"},file:{unit:"バイト",verb:"である"},array:{unit:"要素",verb:"である"},set:{unit:"要素",verb:"である"}};function t(n){return e[n]??null}let r=(n)=>{let i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"数値";case"object":{if(Array.isArray(n))return"配列";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},o={regex:"入力値",email:"メールアドレス",url:"URL",emoji:"絵文字",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO日時",date:"ISO日付",time:"ISO時刻",duration:"ISO期間",ipv4:"IPv4アドレス",ipv6:"IPv6アドレス",cidrv4:"IPv4範囲",cidrv6:"IPv6範囲",base64:"base64エンコード文字列",base64url:"base64urlエンコード文字列",json_string:"JSON文字列",e164:"E.164番号",jwt:"JWT",template_literal:"入力値"};return(n)=>{switch(n.code){case"invalid_type":return`無効な入力: ${n.expected}が期待されましたが、${r(n.input)}が入力されました`;case"invalid_value":if(n.values.length===1)return`無効な入力: ${D(n.values[0])}が期待されました`;return`無効な選択: ${T(n.values,"、")}のいずれかである必要があります`;case"too_big":{let i=n.inclusive?"以下である":"より小さい",s=t(n.origin);if(s)return`大きすぎる値: ${n.origin??"値"}は${n.maximum.toString()}${s.unit??"要素"}${i}必要があります`;return`大きすぎる値: ${n.origin??"値"}は${n.maximum.toString()}${i}必要があります`}case"too_small":{let i=n.inclusive?"以上である":"より大きい",s=t(n.origin);if(s)return`小さすぎる値: ${n.origin}は${n.minimum.toString()}${s.unit}${i}必要があります`;return`小さすぎる値: ${n.origin}は${n.minimum.toString()}${i}必要があります`}case"invalid_format":{let i=n;if(i.format==="starts_with")return`無効な文字列: "${i.prefix}"で始まる必要があります`;if(i.format==="ends_with")return`無効な文字列: "${i.suffix}"で終わる必要があります`;if(i.format==="includes")return`無効な文字列: "${i.includes}"を含む必要があります`;if(i.format==="regex")return`無効な文字列: パターン${i.pattern}に一致する必要があります`;return`無効な${o[i.format]??n.format}`}case"not_multiple_of":return`無効な数値: ${n.divisor}の倍数である必要があります`;case"unrecognized_keys":return`認識されていないキー${n.keys.length>1?"群":""}: ${T(n.keys,"、")}`;case"invalid_key":return`${n.origin}内の無効なキー`;case"invalid_union":return"無効な入力";case"invalid_element":return`${n.origin}内の無効な値`;default:return"無効な入力"}}};function x_(){return{localeError:fV()}}var mV=()=>{let e={string:{unit:"តួអក្សរ",verb:"គួរមាន"},file:{unit:"បៃ",verb:"គួរមាន"},array:{unit:"ធាតុ",verb:"គួរមាន"},set:{unit:"ធាតុ",verb:"គួរមាន"}};function t(n){return e[n]??null}let r=(n)=>{let i=typeof n;switch(i){case"number":return Number.isNaN(n)?"មិនមែនជាលេខ (NaN)":"លេខ";case"object":{if(Array.isArray(n))return"អារេ (Array)";if(n===null)return"គ្មានតម្លៃ (null)";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},o={regex:"ទិន្នន័យបញ្ចូល",email:"អាសយដ្ឋានអ៊ីមែល",url:"URL",emoji:"សញ្ញាអារម្មណ៍",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"កាលបរិច្ឆេទ និងម៉ោង ISO",date:"កាលបរិច្ឆេទ ISO",time:"ម៉ោង ISO",duration:"រយៈពេល ISO",ipv4:"អាសយដ្ឋាន IPv4",ipv6:"អាសយដ្ឋាន IPv6",cidrv4:"ដែនអាសយដ្ឋាន IPv4",cidrv6:"ដែនអាសយដ្ឋាន IPv6",base64:"ខ្សែអក្សរអ៊ិកូដ base64",base64url:"ខ្សែអក្សរអ៊ិកូដ base64url",json_string:"ខ្សែអក្សរ JSON",e164:"លេខ E.164",jwt:"JWT",template_literal:"ទិន្នន័យបញ្ចូល"};return(n)=>{switch(n.code){case"invalid_type":return`ទិន្នន័យបញ្ចូលមិនត្រឹមត្រូវ៖ ត្រូវការ ${n.expected} ប៉ុន្តែទទួលបាន ${r(n.input)}`;case"invalid_value":if(n.values.length===1)return`ទិន្នន័យបញ្ចូលមិនត្រឹមត្រូវ៖ ត្រូវការ ${D(n.values[0])}`;return`ជម្រើសមិនត្រឹមត្រូវ៖ ត្រូវជាមួយក្នុងចំណោម ${T(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",s=t(n.origin);if(s)return`ធំពេក៖ ត្រូវការ ${n.origin??"តម្លៃ"} ${i} ${n.maximum.toString()} ${s.unit??"ធាតុ"}`;return`ធំពេក៖ ត្រូវការ ${n.origin??"តម្លៃ"} ${i} ${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",s=t(n.origin);if(s)return`តូចពេក៖ ត្រូវការ ${n.origin} ${i} ${n.minimum.toString()} ${s.unit}`;return`តូចពេក៖ ត្រូវការ ${n.origin} ${i} ${n.minimum.toString()}`}case"invalid_format":{let i=n;if(i.format==="starts_with")return`ខ្សែអក្សរមិនត្រឹមត្រូវ៖ ត្រូវចាប់ផ្តើមដោយ "${i.prefix}"`;if(i.format==="ends_with")return`ខ្សែអក្សរមិនត្រឹមត្រូវ៖ ត្រូវបញ្ចប់ដោយ "${i.suffix}"`;if(i.format==="includes")return`ខ្សែអក្សរមិនត្រឹមត្រូវ៖ ត្រូវមាន "${i.includes}"`;if(i.format==="regex")return`ខ្សែអក្សរមិនត្រឹមត្រូវ៖ ត្រូវតែផ្គូផ្គងនឹងទម្រង់ដែលបានកំណត់ ${i.pattern}`;return`មិនត្រឹមត្រូវ៖ ${o[i.format]??n.format}`}case"not_multiple_of":return`លេខមិនត្រឹមត្រូវ៖ ត្រូវតែជាពហុគុណនៃ ${n.divisor}`;case"unrecognized_keys":return`រកឃើញសោមិនស្គាល់៖ ${T(n.keys,", ")}`;case"invalid_key":return`សោមិនត្រឹមត្រូវនៅក្នុង ${n.origin}`;case"invalid_union":return"ទិន្នន័យមិនត្រឹមត្រូវ";case"invalid_element":return`ទិន្នន័យមិនត្រឹមត្រូវនៅក្នុង ${n.origin}`;default:return"ទិន្នន័យមិនត្រឹមត្រូវ"}}};function w_(){return{localeError:mV()}}var gV=()=>{let e={string:{unit:"문자",verb:"to have"},file:{unit:"바이트",verb:"to have"},array:{unit:"개",verb:"to have"},set:{unit:"개",verb:"to have"}};function t(n){return e[n]??null}let r=(n)=>{let i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"number";case"object":{if(Array.isArray(n))return"array";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},o={regex:"입력",email:"이메일 주소",url:"URL",emoji:"이모지",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO 날짜시간",date:"ISO 날짜",time:"ISO 시간",duration:"ISO 기간",ipv4:"IPv4 주소",ipv6:"IPv6 주소",cidrv4:"IPv4 범위",cidrv6:"IPv6 범위",base64:"base64 인코딩 문자열",base64url:"base64url 인코딩 문자열",json_string:"JSON 문자열",e164:"E.164 번호",jwt:"JWT",template_literal:"입력"};return(n)=>{switch(n.code){case"invalid_type":return`잘못된 입력: 예상 타입은 ${n.expected}, 받은 타입은 ${r(n.input)}입니다`;case"invalid_value":if(n.values.length===1)return`잘못된 입력: 값은 ${D(n.values[0])} 이어야 합니다`;return`잘못된 옵션: ${T(n.values,"또는 ")} 중 하나여야 합니다`;case"too_big":{let i=n.inclusive?"이하":"미만",s=i==="미만"?"이어야 합니다":"여야 합니다",a=t(n.origin),c=a?.unit??"요소";if(a)return`${n.origin??"값"}이 너무 큽니다: ${n.maximum.toString()}${c} ${i}${s}`;return`${n.origin??"값"}이 너무 큽니다: ${n.maximum.toString()} ${i}${s}`}case"too_small":{let i=n.inclusive?"이상":"초과",s=i==="이상"?"이어야 합니다":"여야 합니다",a=t(n.origin),c=a?.unit??"요소";if(a)return`${n.origin??"값"}이 너무 작습니다: ${n.minimum.toString()}${c} ${i}${s}`;return`${n.origin??"값"}이 너무 작습니다: ${n.minimum.toString()} ${i}${s}`}case"invalid_format":{let i=n;if(i.format==="starts_with")return`잘못된 문자열: "${i.prefix}"(으)로 시작해야 합니다`;if(i.format==="ends_with")return`잘못된 문자열: "${i.suffix}"(으)로 끝나야 합니다`;if(i.format==="includes")return`잘못된 문자열: "${i.includes}"을(를) 포함해야 합니다`;if(i.format==="regex")return`잘못된 문자열: 정규식 ${i.pattern} 패턴과 일치해야 합니다`;return`잘못된 ${o[i.format]??n.format}`}case"not_multiple_of":return`잘못된 숫자: ${n.divisor}의 배수여야 합니다`;case"unrecognized_keys":return`인식할 수 없는 키: ${T(n.keys,", ")}`;case"invalid_key":return`잘못된 키: ${n.origin}`;case"invalid_union":return"잘못된 입력";case"invalid_element":return`잘못된 값: ${n.origin}`;default:return"잘못된 입력"}}};function k_(){return{localeError:gV()}}var hV=()=>{let e={string:{unit:"знаци",verb:"да имаат"},file:{unit:"бајти",verb:"да имаат"},array:{unit:"ставки",verb:"да имаат"},set:{unit:"ставки",verb:"да имаат"}};function t(n){return e[n]??null}let r=(n)=>{let i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"број";case"object":{if(Array.isArray(n))return"низа";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},o={regex:"внес",email:"адреса на е-пошта",url:"URL",emoji:"емоџи",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO датум и време",date:"ISO датум",time:"ISO време",duration:"ISO времетраење",ipv4:"IPv4 адреса",ipv6:"IPv6 адреса",cidrv4:"IPv4 опсег",cidrv6:"IPv6 опсег",base64:"base64-енкодирана низа",base64url:"base64url-енкодирана низа",json_string:"JSON низа",e164:"E.164 број",jwt:"JWT",template_literal:"внес"};return(n)=>{switch(n.code){case"invalid_type":return`Грешен внес: се очекува ${n.expected}, примено ${r(n.input)}`;case"invalid_value":if(n.values.length===1)return`Invalid input: expected ${D(n.values[0])}`;return`Грешана опција: се очекува една ${T(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",s=t(n.origin);if(s)return`Премногу голем: се очекува ${n.origin??"вредноста"} да има ${i}${n.maximum.toString()} ${s.unit??"елементи"}`;return`Премногу голем: се очекува ${n.origin??"вредноста"} да биде ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",s=t(n.origin);if(s)return`Премногу мал: се очекува ${n.origin} да има ${i}${n.minimum.toString()} ${s.unit}`;return`Премногу мал: се очекува ${n.origin} да биде ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;if(i.format==="starts_with")return`Неважечка низа: мора да започнува со "${i.prefix}"`;if(i.format==="ends_with")return`Неважечка низа: мора да завршува со "${i.suffix}"`;if(i.format==="includes")return`Неважечка низа: мора да вклучува "${i.includes}"`;if(i.format==="regex")return`Неважечка низа: мора да одгоара на патернот ${i.pattern}`;return`Invalid ${o[i.format]??n.format}`}case"not_multiple_of":return`Грешен број: мора да биде делив со ${n.divisor}`;case"unrecognized_keys":return`${n.keys.length>1?"Непрепознаени клучеви":"Непрепознаен клуч"}: ${T(n.keys,", ")}`;case"invalid_key":return`Грешен клуч во ${n.origin}`;case"invalid_union":return"Грешен внес";case"invalid_element":return`Грешна вредност во ${n.origin}`;default:return"Грешен внес"}}};function E_(){return{localeError:hV()}}var yV=()=>{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=(n)=>{let i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"nombor";case"object":{if(Array.isArray(n))return"array";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},o={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"};return(n)=>{switch(n.code){case"invalid_type":return`Input tidak sah: dijangka ${n.expected}, diterima ${r(n.input)}`;case"invalid_value":if(n.values.length===1)return`Input tidak sah: dijangka ${D(n.values[0])}`;return`Pilihan tidak sah: dijangka salah satu daripada ${T(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",s=t(n.origin);if(s)return`Terlalu besar: dijangka ${n.origin??"nilai"} ${s.verb} ${i}${n.maximum.toString()} ${s.unit??"elemen"}`;return`Terlalu besar: dijangka ${n.origin??"nilai"} adalah ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",s=t(n.origin);if(s)return`Terlalu kecil: dijangka ${n.origin} ${s.verb} ${i}${n.minimum.toString()} ${s.unit}`;return`Terlalu kecil: dijangka ${n.origin} adalah ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;if(i.format==="starts_with")return`String tidak sah: mesti bermula dengan "${i.prefix}"`;if(i.format==="ends_with")return`String tidak sah: mesti berakhir dengan "${i.suffix}"`;if(i.format==="includes")return`String tidak sah: mesti mengandungi "${i.includes}"`;if(i.format==="regex")return`String tidak sah: mesti sepadan dengan corak ${i.pattern}`;return`${o[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: ${T(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 T_(){return{localeError:yV()}}var bV=()=>{let e={string:{unit:"tekens"},file:{unit:"bytes"},array:{unit:"elementen"},set:{unit:"elementen"}};function t(n){return e[n]??null}let r=(n)=>{let i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"getal";case"object":{if(Array.isArray(n))return"array";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},o={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"};return(n)=>{switch(n.code){case"invalid_type":return`Ongeldige invoer: verwacht ${n.expected}, ontving ${r(n.input)}`;case"invalid_value":if(n.values.length===1)return`Ongeldige invoer: verwacht ${D(n.values[0])}`;return`Ongeldige optie: verwacht één van ${T(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",s=t(n.origin);if(s)return`Te lang: verwacht dat ${n.origin??"waarde"} ${i}${n.maximum.toString()} ${s.unit??"elementen"} bevat`;return`Te lang: verwacht dat ${n.origin??"waarde"} ${i}${n.maximum.toString()} is`}case"too_small":{let i=n.inclusive?">=":">",s=t(n.origin);if(s)return`Te kort: verwacht dat ${n.origin} ${i}${n.minimum.toString()} ${s.unit} bevat`;return`Te kort: verwacht dat ${n.origin} ${i}${n.minimum.toString()} is`}case"invalid_format":{let i=n;if(i.format==="starts_with")return`Ongeldige tekst: moet met "${i.prefix}" beginnen`;if(i.format==="ends_with")return`Ongeldige tekst: moet op "${i.suffix}" eindigen`;if(i.format==="includes")return`Ongeldige tekst: moet "${i.includes}" bevatten`;if(i.format==="regex")return`Ongeldige tekst: moet overeenkomen met patroon ${i.pattern}`;return`Ongeldig: ${o[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":""}: ${T(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 P_(){return{localeError:bV()}}var _V=()=>{let e={string:{unit:"tegn",verb:"å ha"},file:{unit:"bytes",verb:"å ha"},array:{unit:"elementer",verb:"å inneholde"},set:{unit:"elementer",verb:"å inneholde"}};function t(n){return e[n]??null}let r=(n)=>{let i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"tall";case"object":{if(Array.isArray(n))return"liste";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},o={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åde",ipv6:"IPv6-område",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"};return(n)=>{switch(n.code){case"invalid_type":return`Ugyldig input: forventet ${n.expected}, fikk ${r(n.input)}`;case"invalid_value":if(n.values.length===1)return`Ugyldig verdi: forventet ${D(n.values[0])}`;return`Ugyldig valg: forventet en av ${T(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",s=t(n.origin);if(s)return`For stor(t): forventet ${n.origin??"value"} til å ha ${i}${n.maximum.toString()} ${s.unit??"elementer"}`;return`For stor(t): forventet ${n.origin??"value"} til å ha ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",s=t(n.origin);if(s)return`For lite(n): forventet ${n.origin} til å ha ${i}${n.minimum.toString()} ${s.unit}`;return`For lite(n): forventet ${n.origin} til å ha ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;if(i.format==="starts_with")return`Ugyldig streng: må starte med "${i.prefix}"`;if(i.format==="ends_with")return`Ugyldig streng: må ende med "${i.suffix}"`;if(i.format==="includes")return`Ugyldig streng: må inneholde "${i.includes}"`;if(i.format==="regex")return`Ugyldig streng: må matche mønsteret ${i.pattern}`;return`Ugyldig ${o[i.format]??n.format}`}case"not_multiple_of":return`Ugyldig tall: må være et multiplum av ${n.divisor}`;case"unrecognized_keys":return`${n.keys.length>1?"Ukjente nøkler":"Ukjent nøkkel"}: ${T(n.keys,", ")}`;case"invalid_key":return`Ugyldig nøkkel i ${n.origin}`;case"invalid_union":return"Ugyldig input";case"invalid_element":return`Ugyldig verdi i ${n.origin}`;default:return"Ugyldig input"}}};function I_(){return{localeError:_V()}}var vV=()=>{let e={string:{unit:"harf",verb:"olmalıdır"},file:{unit:"bayt",verb:"olmalıdır"},array:{unit:"unsur",verb:"olmalıdır"},set:{unit:"unsur",verb:"olmalıdır"}};function t(n){return e[n]??null}let r=(n)=>{let i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"numara";case"object":{if(Array.isArray(n))return"saf";if(n===null)return"gayb";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},o={regex:"giren",email:"epostagâh",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âmı",date:"ISO tarihi",time:"ISO zamanı",duration:"ISO müddeti",ipv4:"IPv4 nişânı",ipv6:"IPv6 nişânı",cidrv4:"IPv4 menzili",cidrv6:"IPv6 menzili",base64:"base64-şifreli metin",base64url:"base64url-şifreli metin",json_string:"JSON metin",e164:"E.164 sayısı",jwt:"JWT",template_literal:"giren"};return(n)=>{switch(n.code){case"invalid_type":return`Fâsit giren: umulan ${n.expected}, alınan ${r(n.input)}`;case"invalid_value":if(n.values.length===1)return`Fâsit giren: umulan ${D(n.values[0])}`;return`Fâsit tercih: mûteberler ${T(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",s=t(n.origin);if(s)return`Fazla büyük: ${n.origin??"value"}, ${i}${n.maximum.toString()} ${s.unit??"elements"} sahip olmalıydı.`;return`Fazla büyük: ${n.origin??"value"}, ${i}${n.maximum.toString()} olmalıydı.`}case"too_small":{let i=n.inclusive?">=":">",s=t(n.origin);if(s)return`Fazla küçük: ${n.origin}, ${i}${n.minimum.toString()} ${s.unit} sahip olmalıydı.`;return`Fazla küçük: ${n.origin}, ${i}${n.minimum.toString()} olmalıydı.`}case"invalid_format":{let i=n;if(i.format==="starts_with")return`Fâsit metin: "${i.prefix}" ile başlamalı.`;if(i.format==="ends_with")return`Fâsit metin: "${i.suffix}" ile bitmeli.`;if(i.format==="includes")return`Fâsit metin: "${i.includes}" ihtivâ etmeli.`;if(i.format==="regex")return`Fâsit metin: ${i.pattern} nakşına uymalı.`;return`Fâsit ${o[i.format]??n.format}`}case"not_multiple_of":return`Fâsit sayı: ${n.divisor} katı olmalıydı.`;case"unrecognized_keys":return`Tanınmayan anahtar ${n.keys.length>1?"s":""}: ${T(n.keys,", ")}`;case"invalid_key":return`${n.origin} için tanınmayan anahtar var.`;case"invalid_union":return"Giren tanınamadı.";case"invalid_element":return`${n.origin} için tanınmayan kıymet var.`;default:return"Kıymet tanınamadı."}}};function R_(){return{localeError:vV()}}var SV=()=>{let e={string:{unit:"توکي",verb:"ولري"},file:{unit:"بایټس",verb:"ولري"},array:{unit:"توکي",verb:"ولري"},set:{unit:"توکي",verb:"ولري"}};function t(n){return e[n]??null}let r=(n)=>{let i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"عدد";case"object":{if(Array.isArray(n))return"ارې";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},o={regex:"ورودي",email:"بریښنالیک",url:"یو آر ال",emoji:"ایموجي",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"نیټه او وخت",date:"نېټه",time:"وخت",duration:"موده",ipv4:"د IPv4 پته",ipv6:"د IPv6 پته",cidrv4:"د IPv4 ساحه",cidrv6:"د IPv6 ساحه",base64:"base64-encoded متن",base64url:"base64url-encoded متن",json_string:"JSON متن",e164:"د E.164 شمېره",jwt:"JWT",template_literal:"ورودي"};return(n)=>{switch(n.code){case"invalid_type":return`ناسم ورودي: باید ${n.expected} وای, مګر ${r(n.input)} ترلاسه شو`;case"invalid_value":if(n.values.length===1)return`ناسم ورودي: باید ${D(n.values[0])} وای`;return`ناسم انتخاب: باید یو له ${T(n.values,"|")} څخه وای`;case"too_big":{let i=n.inclusive?"<=":"<",s=t(n.origin);if(s)return`ډیر لوی: ${n.origin??"ارزښت"} باید ${i}${n.maximum.toString()} ${s.unit??"عنصرونه"} ولري`;return`ډیر لوی: ${n.origin??"ارزښت"} باید ${i}${n.maximum.toString()} وي`}case"too_small":{let i=n.inclusive?">=":">",s=t(n.origin);if(s)return`ډیر کوچنی: ${n.origin} باید ${i}${n.minimum.toString()} ${s.unit} ولري`;return`ډیر کوچنی: ${n.origin} باید ${i}${n.minimum.toString()} وي`}case"invalid_format":{let i=n;if(i.format==="starts_with")return`ناسم متن: باید د "${i.prefix}" سره پیل شي`;if(i.format==="ends_with")return`ناسم متن: باید د "${i.suffix}" سره پای ته ورسيږي`;if(i.format==="includes")return`ناسم متن: باید "${i.includes}" ولري`;if(i.format==="regex")return`ناسم متن: باید د ${i.pattern} سره مطابقت ولري`;return`${o[i.format]??n.format} ناسم دی`}case"not_multiple_of":return`ناسم عدد: باید د ${n.divisor} مضرب وي`;case"unrecognized_keys":return`ناسم ${n.keys.length>1?"کلیډونه":"کلیډ"}: ${T(n.keys,", ")}`;case"invalid_key":return`ناسم کلیډ په ${n.origin} کې`;case"invalid_union":return"ناسمه ورودي";case"invalid_element":return`ناسم عنصر په ${n.origin} کې`;default:return"ناسمه ورودي"}}};function $_(){return{localeError:SV()}}var xV=()=>{let e={string:{unit:"znaków",verb:"mieć"},file:{unit:"bajtów",verb:"mieć"},array:{unit:"elementów",verb:"mieć"},set:{unit:"elementów",verb:"mieć"}};function t(n){return e[n]??null}let r=(n)=>{let i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"liczba";case"object":{if(Array.isArray(n))return"tablica";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},o={regex:"wyrażenie",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ąg znaków zakodowany w formacie base64",base64url:"ciąg znaków zakodowany w formacie base64url",json_string:"ciąg znaków w formacie JSON",e164:"liczba E.164",jwt:"JWT",template_literal:"wejście"};return(n)=>{switch(n.code){case"invalid_type":return`Nieprawidłowe dane wejściowe: oczekiwano ${n.expected}, otrzymano ${r(n.input)}`;case"invalid_value":if(n.values.length===1)return`Nieprawidłowe dane wejściowe: oczekiwano ${D(n.values[0])}`;return`Nieprawidłowa opcja: oczekiwano jednej z wartości ${T(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",s=t(n.origin);if(s)return`Za duża wartość: oczekiwano, że ${n.origin??"wartość"} będzie mieć ${i}${n.maximum.toString()} ${s.unit??"elementów"}`;return`Zbyt duż(y/a/e): oczekiwano, że ${n.origin??"wartość"} będzie wynosić ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",s=t(n.origin);if(s)return`Za mała wartość: oczekiwano, że ${n.origin??"wartość"} będzie mieć ${i}${n.minimum.toString()} ${s.unit??"elementów"}`;return`Zbyt mał(y/a/e): oczekiwano, że ${n.origin??"wartość"} będzie wynosić ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;if(i.format==="starts_with")return`Nieprawidłowy ciąg znaków: musi zaczynać się od "${i.prefix}"`;if(i.format==="ends_with")return`Nieprawidłowy ciąg znaków: musi kończyć się na "${i.suffix}"`;if(i.format==="includes")return`Nieprawidłowy ciąg znaków: musi zawierać "${i.includes}"`;if(i.format==="regex")return`Nieprawidłowy ciąg znaków: musi odpowiadać wzorcowi ${i.pattern}`;return`Nieprawidłow(y/a/e) ${o[i.format]??n.format}`}case"not_multiple_of":return`Nieprawidłowa liczba: musi być wielokrotnością ${n.divisor}`;case"unrecognized_keys":return`Nierozpoznane klucze${n.keys.length>1?"s":""}: ${T(n.keys,", ")}`;case"invalid_key":return`Nieprawidłowy klucz w ${n.origin}`;case"invalid_union":return"Nieprawidłowe dane wejściowe";case"invalid_element":return`Nieprawidłowa wartość w ${n.origin}`;default:return"Nieprawidłowe dane wejściowe"}}};function A_(){return{localeError:xV()}}var wV=()=>{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=(n)=>{let i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"número";case"object":{if(Array.isArray(n))return"array";if(n===null)return"nulo";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},o={regex:"padrão",email:"endereço 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ção ISO",ipv4:"endereço IPv4",ipv6:"endereço 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úmero E.164",jwt:"JWT",template_literal:"entrada"};return(n)=>{switch(n.code){case"invalid_type":return`Tipo inválido: esperado ${n.expected}, recebido ${r(n.input)}`;case"invalid_value":if(n.values.length===1)return`Entrada inválida: esperado ${D(n.values[0])}`;return`Opção inválida: esperada uma das ${T(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",s=t(n.origin);if(s)return`Muito grande: esperado que ${n.origin??"valor"} tivesse ${i}${n.maximum.toString()} ${s.unit??"elementos"}`;return`Muito grande: esperado que ${n.origin??"valor"} fosse ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",s=t(n.origin);if(s)return`Muito pequeno: esperado que ${n.origin} tivesse ${i}${n.minimum.toString()} ${s.unit}`;return`Muito pequeno: esperado que ${n.origin} fosse ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;if(i.format==="starts_with")return`Texto inválido: deve começar com "${i.prefix}"`;if(i.format==="ends_with")return`Texto inválido: deve terminar com "${i.suffix}"`;if(i.format==="includes")return`Texto inválido: deve incluir "${i.includes}"`;if(i.format==="regex")return`Texto inválido: deve corresponder ao padrão ${i.pattern}`;return`${o[i.format]??n.format} inválido`}case"not_multiple_of":return`Número inválido: deve ser múltiplo de ${n.divisor}`;case"unrecognized_keys":return`Chave${n.keys.length>1?"s":""} desconhecida${n.keys.length>1?"s":""}: ${T(n.keys,", ")}`;case"invalid_key":return`Chave inválida em ${n.origin}`;case"invalid_union":return"Entrada inválida";case"invalid_element":return`Valor inválido em ${n.origin}`;default:return"Campo inválido"}}};function O_(){return{localeError:wV()}}function W0(e,t,r,o){let n=Math.abs(e),i=n%10,s=n%100;if(s>=11&&s<=19)return o;if(i===1)return t;if(i>=2&&i<=4)return r;return o}var kV=()=>{let e={string:{unit:{one:"символ",few:"символа",many:"символов"},verb:"иметь"},file:{unit:{one:"байт",few:"байта",many:"байт"},verb:"иметь"},array:{unit:{one:"элемент",few:"элемента",many:"элементов"},verb:"иметь"},set:{unit:{one:"элемент",few:"элемента",many:"элементов"},verb:"иметь"}};function t(n){return e[n]??null}let r=(n)=>{let i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"число";case"object":{if(Array.isArray(n))return"массив";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},o={regex:"ввод",email:"email адрес",url:"URL",emoji:"эмодзи",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO дата и время",date:"ISO дата",time:"ISO время",duration:"ISO длительность",ipv4:"IPv4 адрес",ipv6:"IPv6 адрес",cidrv4:"IPv4 диапазон",cidrv6:"IPv6 диапазон",base64:"строка в формате base64",base64url:"строка в формате base64url",json_string:"JSON строка",e164:"номер E.164",jwt:"JWT",template_literal:"ввод"};return(n)=>{switch(n.code){case"invalid_type":return`Неверный ввод: ожидалось ${n.expected}, получено ${r(n.input)}`;case"invalid_value":if(n.values.length===1)return`Неверный ввод: ожидалось ${D(n.values[0])}`;return`Неверный вариант: ожидалось одно из ${T(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",s=t(n.origin);if(s){let a=Number(n.maximum),c=W0(a,s.unit.one,s.unit.few,s.unit.many);return`Слишком большое значение: ожидалось, что ${n.origin??"значение"} будет иметь ${i}${n.maximum.toString()} ${c}`}return`Слишком большое значение: ожидалось, что ${n.origin??"значение"} будет ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",s=t(n.origin);if(s){let a=Number(n.minimum),c=W0(a,s.unit.one,s.unit.few,s.unit.many);return`Слишком маленькое значение: ожидалось, что ${n.origin} будет иметь ${i}${n.minimum.toString()} ${c}`}return`Слишком маленькое значение: ожидалось, что ${n.origin} будет ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;if(i.format==="starts_with")return`Неверная строка: должна начинаться с "${i.prefix}"`;if(i.format==="ends_with")return`Неверная строка: должна заканчиваться на "${i.suffix}"`;if(i.format==="includes")return`Неверная строка: должна содержать "${i.includes}"`;if(i.format==="regex")return`Неверная строка: должна соответствовать шаблону ${i.pattern}`;return`Неверный ${o[i.format]??n.format}`}case"not_multiple_of":return`Неверное число: должно быть кратным ${n.divisor}`;case"unrecognized_keys":return`Нераспознанн${n.keys.length>1?"ые":"ый"} ключ${n.keys.length>1?"и":""}: ${T(n.keys,", ")}`;case"invalid_key":return`Неверный ключ в ${n.origin}`;case"invalid_union":return"Неверные входные данные";case"invalid_element":return`Неверное значение в ${n.origin}`;default:return"Неверные входные данные"}}};function C_(){return{localeError:kV()}}var EV=()=>{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=(n)=>{let i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"število";case"object":{if(Array.isArray(n))return"tabela";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},o={regex:"vnos",email:"e-poštni 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 čas",date:"ISO datum",time:"ISO čas",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 številka",jwt:"JWT",template_literal:"vnos"};return(n)=>{switch(n.code){case"invalid_type":return`Neveljaven vnos: pričakovano ${n.expected}, prejeto ${r(n.input)}`;case"invalid_value":if(n.values.length===1)return`Neveljaven vnos: pričakovano ${D(n.values[0])}`;return`Neveljavna možnost: pričakovano eno izmed ${T(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",s=t(n.origin);if(s)return`Preveliko: pričakovano, da bo ${n.origin??"vrednost"} imelo ${i}${n.maximum.toString()} ${s.unit??"elementov"}`;return`Preveliko: pričakovano, da bo ${n.origin??"vrednost"} ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",s=t(n.origin);if(s)return`Premajhno: pričakovano, da bo ${n.origin} imelo ${i}${n.minimum.toString()} ${s.unit}`;return`Premajhno: pričakovano, da bo ${n.origin} ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;if(i.format==="starts_with")return`Neveljaven niz: mora se začeti z "${i.prefix}"`;if(i.format==="ends_with")return`Neveljaven niz: mora se končati z "${i.suffix}"`;if(i.format==="includes")return`Neveljaven niz: mora vsebovati "${i.includes}"`;if(i.format==="regex")return`Neveljaven niz: mora ustrezati vzorcu ${i.pattern}`;return`Neveljaven ${o[i.format]??n.format}`}case"not_multiple_of":return`Neveljavno število: mora biti večkratnik ${n.divisor}`;case"unrecognized_keys":return`Neprepoznan${n.keys.length>1?"i ključi":" ključ"}: ${T(n.keys,", ")}`;case"invalid_key":return`Neveljaven ključ v ${n.origin}`;case"invalid_union":return"Neveljaven vnos";case"invalid_element":return`Neveljavna vrednost v ${n.origin}`;default:return"Neveljaven vnos"}}};function M_(){return{localeError:EV()}}var TV=()=>{let e={string:{unit:"tecken",verb:"att ha"},file:{unit:"bytes",verb:"att ha"},array:{unit:"objekt",verb:"att innehålla"},set:{unit:"objekt",verb:"att innehålla"}};function t(n){return e[n]??null}let r=(n)=>{let i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"antal";case"object":{if(Array.isArray(n))return"lista";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},o={regex:"reguljärt 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äng",base64url:"base64url-kodad sträng",json_string:"JSON-sträng",e164:"E.164-nummer",jwt:"JWT",template_literal:"mall-literal"};return(n)=>{switch(n.code){case"invalid_type":return`Ogiltig inmatning: förväntat ${n.expected}, fick ${r(n.input)}`;case"invalid_value":if(n.values.length===1)return`Ogiltig inmatning: förväntat ${D(n.values[0])}`;return`Ogiltigt val: förväntade en av ${T(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",s=t(n.origin);if(s)return`För stor(t): förväntade ${n.origin??"värdet"} att ha ${i}${n.maximum.toString()} ${s.unit??"element"}`;return`För stor(t): förväntat ${n.origin??"värdet"} att ha ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",s=t(n.origin);if(s)return`För lite(t): förväntade ${n.origin??"värdet"} att ha ${i}${n.minimum.toString()} ${s.unit}`;return`För lite(t): förväntade ${n.origin??"värdet"} att ha ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;if(i.format==="starts_with")return`Ogiltig sträng: måste börja med "${i.prefix}"`;if(i.format==="ends_with")return`Ogiltig sträng: måste sluta med "${i.suffix}"`;if(i.format==="includes")return`Ogiltig sträng: måste innehålla "${i.includes}"`;if(i.format==="regex")return`Ogiltig sträng: måste matcha mönstret "${i.pattern}"`;return`Ogiltig(t) ${o[i.format]??n.format}`}case"not_multiple_of":return`Ogiltigt tal: måste vara en multipel av ${n.divisor}`;case"unrecognized_keys":return`${n.keys.length>1?"Okända nycklar":"Okänd nyckel"}: ${T(n.keys,", ")}`;case"invalid_key":return`Ogiltig nyckel i ${n.origin??"värdet"}`;case"invalid_union":return"Ogiltig input";case"invalid_element":return`Ogiltigt värde i ${n.origin??"värdet"}`;default:return"Ogiltig input"}}};function D_(){return{localeError:TV()}}var PV=()=>{let e={string:{unit:"எழுத்துக்கள்",verb:"கொண்டிருக்க வேண்டும்"},file:{unit:"பைட்டுகள்",verb:"கொண்டிருக்க வேண்டும்"},array:{unit:"உறுப்புகள்",verb:"கொண்டிருக்க வேண்டும்"},set:{unit:"உறுப்புகள்",verb:"கொண்டிருக்க வேண்டும்"}};function t(n){return e[n]??null}let r=(n)=>{let i=typeof n;switch(i){case"number":return Number.isNaN(n)?"எண் அல்லாதது":"எண்";case"object":{if(Array.isArray(n))return"அணி";if(n===null)return"வெறுமை";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},o={regex:"உள்ளீடு",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 தேதி நேரம்",date:"ISO தேதி",time:"ISO நேரம்",duration:"ISO கால அளவு",ipv4:"IPv4 முகவரி",ipv6:"IPv6 முகவரி",cidrv4:"IPv4 வரம்பு",cidrv6:"IPv6 வரம்பு",base64:"base64-encoded சரம்",base64url:"base64url-encoded சரம்",json_string:"JSON சரம்",e164:"E.164 எண்",jwt:"JWT",template_literal:"input"};return(n)=>{switch(n.code){case"invalid_type":return`தவறான உள்ளீடு: எதிர்பார்க்கப்பட்டது ${n.expected}, பெறப்பட்டது ${r(n.input)}`;case"invalid_value":if(n.values.length===1)return`தவறான உள்ளீடு: எதிர்பார்க்கப்பட்டது ${D(n.values[0])}`;return`தவறான விருப்பம்: எதிர்பார்க்கப்பட்டது ${T(n.values,"|")} இல் ஒன்று`;case"too_big":{let i=n.inclusive?"<=":"<",s=t(n.origin);if(s)return`மிக பெரியது: எதிர்பார்க்கப்பட்டது ${n.origin??"மதிப்பு"} ${i}${n.maximum.toString()} ${s.unit??"உறுப்புகள்"} ஆக இருக்க வேண்டும்`;return`மிக பெரியது: எதிர்பார்க்கப்பட்டது ${n.origin??"மதிப்பு"} ${i}${n.maximum.toString()} ஆக இருக்க வேண்டும்`}case"too_small":{let i=n.inclusive?">=":">",s=t(n.origin);if(s)return`மிகச் சிறியது: எதிர்பார்க்கப்பட்டது ${n.origin} ${i}${n.minimum.toString()} ${s.unit} ஆக இருக்க வேண்டும்`;return`மிகச் சிறியது: எதிர்பார்க்கப்பட்டது ${n.origin} ${i}${n.minimum.toString()} ஆக இருக்க வேண்டும்`}case"invalid_format":{let i=n;if(i.format==="starts_with")return`தவறான சரம்: "${i.prefix}" இல் தொடங்க வேண்டும்`;if(i.format==="ends_with")return`தவறான சரம்: "${i.suffix}" இல் முடிவடைய வேண்டும்`;if(i.format==="includes")return`தவறான சரம்: "${i.includes}" ஐ உள்ளடக்க வேண்டும்`;if(i.format==="regex")return`தவறான சரம்: ${i.pattern} முறைபாட்டுடன் பொருந்த வேண்டும்`;return`தவறான ${o[i.format]??n.format}`}case"not_multiple_of":return`தவறான எண்: ${n.divisor} இன் பலமாக இருக்க வேண்டும்`;case"unrecognized_keys":return`அடையாளம் தெரியாத விசை${n.keys.length>1?"கள்":""}: ${T(n.keys,", ")}`;case"invalid_key":return`${n.origin} இல் தவறான விசை`;case"invalid_union":return"தவறான உள்ளீடு";case"invalid_element":return`${n.origin} இல் தவறான மதிப்பு`;default:return"தவறான உள்ளீடு"}}};function N_(){return{localeError:PV()}}var IV=()=>{let e={string:{unit:"ตัวอักษร",verb:"ควรมี"},file:{unit:"ไบต์",verb:"ควรมี"},array:{unit:"รายการ",verb:"ควรมี"},set:{unit:"รายการ",verb:"ควรมี"}};function t(n){return e[n]??null}let r=(n)=>{let i=typeof n;switch(i){case"number":return Number.isNaN(n)?"ไม่ใช่ตัวเลข (NaN)":"ตัวเลข";case"object":{if(Array.isArray(n))return"อาร์เรย์ (Array)";if(n===null)return"ไม่มีค่า (null)";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},o={regex:"ข้อมูลที่ป้อน",email:"ที่อยู่อีเมล",url:"URL",emoji:"อิโมจิ",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"วันที่เวลาแบบ ISO",date:"วันที่แบบ ISO",time:"เวลาแบบ ISO",duration:"ช่วงเวลาแบบ ISO",ipv4:"ที่อยู่ IPv4",ipv6:"ที่อยู่ IPv6",cidrv4:"ช่วง IP แบบ IPv4",cidrv6:"ช่วง IP แบบ IPv6",base64:"ข้อความแบบ Base64",base64url:"ข้อความแบบ Base64 สำหรับ URL",json_string:"ข้อความแบบ JSON",e164:"เบอร์โทรศัพท์ระหว่างประเทศ (E.164)",jwt:"โทเคน JWT",template_literal:"ข้อมูลที่ป้อน"};return(n)=>{switch(n.code){case"invalid_type":return`ประเภทข้อมูลไม่ถูกต้อง: ควรเป็น ${n.expected} แต่ได้รับ ${r(n.input)}`;case"invalid_value":if(n.values.length===1)return`ค่าไม่ถูกต้อง: ควรเป็น ${D(n.values[0])}`;return`ตัวเลือกไม่ถูกต้อง: ควรเป็นหนึ่งใน ${T(n.values,"|")}`;case"too_big":{let i=n.inclusive?"ไม่เกิน":"น้อยกว่า",s=t(n.origin);if(s)return`เกินกำหนด: ${n.origin??"ค่า"} ควรมี${i} ${n.maximum.toString()} ${s.unit??"รายการ"}`;return`เกินกำหนด: ${n.origin??"ค่า"} ควรมี${i} ${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?"อย่างน้อย":"มากกว่า",s=t(n.origin);if(s)return`น้อยกว่ากำหนด: ${n.origin} ควรมี${i} ${n.minimum.toString()} ${s.unit}`;return`น้อยกว่ากำหนด: ${n.origin} ควรมี${i} ${n.minimum.toString()}`}case"invalid_format":{let i=n;if(i.format==="starts_with")return`รูปแบบไม่ถูกต้อง: ข้อความต้องขึ้นต้นด้วย "${i.prefix}"`;if(i.format==="ends_with")return`รูปแบบไม่ถูกต้อง: ข้อความต้องลงท้ายด้วย "${i.suffix}"`;if(i.format==="includes")return`รูปแบบไม่ถูกต้อง: ข้อความต้องมี "${i.includes}" อยู่ในข้อความ`;if(i.format==="regex")return`รูปแบบไม่ถูกต้อง: ต้องตรงกับรูปแบบที่กำหนด ${i.pattern}`;return`รูปแบบไม่ถูกต้อง: ${o[i.format]??n.format}`}case"not_multiple_of":return`ตัวเลขไม่ถูกต้อง: ต้องเป็นจำนวนที่หารด้วย ${n.divisor} ได้ลงตัว`;case"unrecognized_keys":return`พบคีย์ที่ไม่รู้จัก: ${T(n.keys,", ")}`;case"invalid_key":return`คีย์ไม่ถูกต้องใน ${n.origin}`;case"invalid_union":return"ข้อมูลไม่ถูกต้อง: ไม่ตรงกับรูปแบบยูเนียนที่กำหนดไว้";case"invalid_element":return`ข้อมูลไม่ถูกต้องใน ${n.origin}`;default:return"ข้อมูลไม่ถูกต้อง"}}};function j_(){return{localeError:IV()}}var RV=(e)=>{let t=typeof e;switch(t){case"number":return Number.isNaN(e)?"NaN":"number";case"object":{if(Array.isArray(e))return"array";if(e===null)return"null";if(Object.getPrototypeOf(e)!==Object.prototype&&e.constructor)return e.constructor.name}}return t},$V=()=>{let e={string:{unit:"karakter",verb:"olmalı"},file:{unit:"bayt",verb:"olmalı"},array:{unit:"öğe",verb:"olmalı"},set:{unit:"öğe",verb:"olmalı"}};function t(o){return e[o]??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üre",ipv4:"IPv4 adresi",ipv6:"IPv6 adresi",cidrv4:"IPv4 aralığı",cidrv6:"IPv6 aralığı",base64:"base64 ile şifrelenmiş metin",base64url:"base64url ile şifrelenmiş metin",json_string:"JSON dizesi",e164:"E.164 sayısı",jwt:"JWT",template_literal:"Şablon dizesi"};return(o)=>{switch(o.code){case"invalid_type":return`Geçersiz değer: beklenen ${o.expected}, alınan ${RV(o.input)}`;case"invalid_value":if(o.values.length===1)return`Geçersiz değer: beklenen ${D(o.values[0])}`;return`Geçersiz seçenek: aşağıdakilerden biri olmalı: ${T(o.values,"|")}`;case"too_big":{let n=o.inclusive?"<=":"<",i=t(o.origin);if(i)return`Çok büyük: beklenen ${o.origin??"değer"} ${n}${o.maximum.toString()} ${i.unit??"öğe"}`;return`Çok büyük: beklenen ${o.origin??"değer"} ${n}${o.maximum.toString()}`}case"too_small":{let n=o.inclusive?">=":">",i=t(o.origin);if(i)return`Çok küçük: beklenen ${o.origin} ${n}${o.minimum.toString()} ${i.unit}`;return`Çok küçük: beklenen ${o.origin} ${n}${o.minimum.toString()}`}case"invalid_format":{let n=o;if(n.format==="starts_with")return`Geçersiz metin: "${n.prefix}" ile başlamalı`;if(n.format==="ends_with")return`Geçersiz metin: "${n.suffix}" ile bitmeli`;if(n.format==="includes")return`Geçersiz metin: "${n.includes}" içermeli`;if(n.format==="regex")return`Geçersiz metin: ${n.pattern} desenine uymalı`;return`Geçersiz ${r[n.format]??o.format}`}case"not_multiple_of":return`Geçersiz sayı: ${o.divisor} ile tam bölünebilmeli`;case"unrecognized_keys":return`Tanınmayan anahtar${o.keys.length>1?"lar":""}: ${T(o.keys,", ")}`;case"invalid_key":return`${o.origin} içinde geçersiz anahtar`;case"invalid_union":return"Geçersiz değer";case"invalid_element":return`${o.origin} içinde geçersiz değer`;default:return"Geçersiz değer"}}};function U_(){return{localeError:$V()}}var AV=()=>{let e={string:{unit:"символів",verb:"матиме"},file:{unit:"байтів",verb:"матиме"},array:{unit:"елементів",verb:"матиме"},set:{unit:"елементів",verb:"матиме"}};function t(n){return e[n]??null}let r=(n)=>{let i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"число";case"object":{if(Array.isArray(n))return"масив";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},o={regex:"вхідні дані",email:"адреса електронної пошти",url:"URL",emoji:"емодзі",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"дата та час ISO",date:"дата ISO",time:"час ISO",duration:"тривалість ISO",ipv4:"адреса IPv4",ipv6:"адреса IPv6",cidrv4:"діапазон IPv4",cidrv6:"діапазон IPv6",base64:"рядок у кодуванні base64",base64url:"рядок у кодуванні base64url",json_string:"рядок JSON",e164:"номер E.164",jwt:"JWT",template_literal:"вхідні дані"};return(n)=>{switch(n.code){case"invalid_type":return`Неправильні вхідні дані: очікується ${n.expected}, отримано ${r(n.input)}`;case"invalid_value":if(n.values.length===1)return`Неправильні вхідні дані: очікується ${D(n.values[0])}`;return`Неправильна опція: очікується одне з ${T(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",s=t(n.origin);if(s)return`Занадто велике: очікується, що ${n.origin??"значення"} ${s.verb} ${i}${n.maximum.toString()} ${s.unit??"елементів"}`;return`Занадто велике: очікується, що ${n.origin??"значення"} буде ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",s=t(n.origin);if(s)return`Занадто мале: очікується, що ${n.origin} ${s.verb} ${i}${n.minimum.toString()} ${s.unit}`;return`Занадто мале: очікується, що ${n.origin} буде ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;if(i.format==="starts_with")return`Неправильний рядок: повинен починатися з "${i.prefix}"`;if(i.format==="ends_with")return`Неправильний рядок: повинен закінчуватися на "${i.suffix}"`;if(i.format==="includes")return`Неправильний рядок: повинен містити "${i.includes}"`;if(i.format==="regex")return`Неправильний рядок: повинен відповідати шаблону ${i.pattern}`;return`Неправильний ${o[i.format]??n.format}`}case"not_multiple_of":return`Неправильне число: повинно бути кратним ${n.divisor}`;case"unrecognized_keys":return`Нерозпізнаний ключ${n.keys.length>1?"і":""}: ${T(n.keys,", ")}`;case"invalid_key":return`Неправильний ключ у ${n.origin}`;case"invalid_union":return"Неправильні вхідні дані";case"invalid_element":return`Неправильне значення у ${n.origin}`;default:return"Неправильні вхідні дані"}}};function z_(){return{localeError:AV()}}var OV=()=>{let e={string:{unit:"حروف",verb:"ہونا"},file:{unit:"بائٹس",verb:"ہونا"},array:{unit:"آئٹمز",verb:"ہونا"},set:{unit:"آئٹمز",verb:"ہونا"}};function t(n){return e[n]??null}let r=(n)=>{let i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"نمبر";case"object":{if(Array.isArray(n))return"آرے";if(n===null)return"نل";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},o={regex:"ان پٹ",email:"ای میل ایڈریس",url:"یو آر ایل",emoji:"ایموجی",uuid:"یو یو آئی ڈی",uuidv4:"یو یو آئی ڈی وی 4",uuidv6:"یو یو آئی ڈی وی 6",nanoid:"نینو آئی ڈی",guid:"جی یو آئی ڈی",cuid:"سی یو آئی ڈی",cuid2:"سی یو آئی ڈی 2",ulid:"یو ایل آئی ڈی",xid:"ایکس آئی ڈی",ksuid:"کے ایس یو آئی ڈی",datetime:"آئی ایس او ڈیٹ ٹائم",date:"آئی ایس او تاریخ",time:"آئی ایس او وقت",duration:"آئی ایس او مدت",ipv4:"آئی پی وی 4 ایڈریس",ipv6:"آئی پی وی 6 ایڈریس",cidrv4:"آئی پی وی 4 رینج",cidrv6:"آئی پی وی 6 رینج",base64:"بیس 64 ان کوڈڈ سٹرنگ",base64url:"بیس 64 یو آر ایل ان کوڈڈ سٹرنگ",json_string:"جے ایس او این سٹرنگ",e164:"ای 164 نمبر",jwt:"جے ڈبلیو ٹی",template_literal:"ان پٹ"};return(n)=>{switch(n.code){case"invalid_type":return`غلط ان پٹ: ${n.expected} متوقع تھا، ${r(n.input)} موصول ہوا`;case"invalid_value":if(n.values.length===1)return`غلط ان پٹ: ${D(n.values[0])} متوقع تھا`;return`غلط آپشن: ${T(n.values,"|")} میں سے ایک متوقع تھا`;case"too_big":{let i=n.inclusive?"<=":"<",s=t(n.origin);if(s)return`بہت بڑا: ${n.origin??"ویلیو"} کے ${i}${n.maximum.toString()} ${s.unit??"عناصر"} ہونے متوقع تھے`;return`بہت بڑا: ${n.origin??"ویلیو"} کا ${i}${n.maximum.toString()} ہونا متوقع تھا`}case"too_small":{let i=n.inclusive?">=":">",s=t(n.origin);if(s)return`بہت چھوٹا: ${n.origin} کے ${i}${n.minimum.toString()} ${s.unit} ہونے متوقع تھے`;return`بہت چھوٹا: ${n.origin} کا ${i}${n.minimum.toString()} ہونا متوقع تھا`}case"invalid_format":{let i=n;if(i.format==="starts_with")return`غلط سٹرنگ: "${i.prefix}" سے شروع ہونا چاہیے`;if(i.format==="ends_with")return`غلط سٹرنگ: "${i.suffix}" پر ختم ہونا چاہیے`;if(i.format==="includes")return`غلط سٹرنگ: "${i.includes}" شامل ہونا چاہیے`;if(i.format==="regex")return`غلط سٹرنگ: پیٹرن ${i.pattern} سے میچ ہونا چاہیے`;return`غلط ${o[i.format]??n.format}`}case"not_multiple_of":return`غلط نمبر: ${n.divisor} کا مضاعف ہونا چاہیے`;case"unrecognized_keys":return`غیر تسلیم شدہ کی${n.keys.length>1?"ز":""}: ${T(n.keys,"، ")}`;case"invalid_key":return`${n.origin} میں غلط کی`;case"invalid_union":return"غلط ان پٹ";case"invalid_element":return`${n.origin} میں غلط ویلیو`;default:return"غلط ان پٹ"}}};function L_(){return{localeError:OV()}}var CV=()=>{let e={string:{unit:"ký tự",verb:"có"},file:{unit:"byte",verb:"có"},array:{unit:"phần tử",verb:"có"},set:{unit:"phần tử",verb:"có"}};function t(n){return e[n]??null}let r=(n)=>{let i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"số";case"object":{if(Array.isArray(n))return"mảng";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},o={regex:"đầu vào",email:"địa chỉ 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ày giờ ISO",date:"ngày ISO",time:"giờ ISO",duration:"khoảng thời gian ISO",ipv4:"địa chỉ IPv4",ipv6:"địa chỉ IPv6",cidrv4:"dải IPv4",cidrv6:"dải IPv6",base64:"chuỗi mã hóa base64",base64url:"chuỗi mã hóa base64url",json_string:"chuỗi JSON",e164:"số E.164",jwt:"JWT",template_literal:"đầu vào"};return(n)=>{switch(n.code){case"invalid_type":return`Đầu vào không hợp lệ: mong đợi ${n.expected}, nhận được ${r(n.input)}`;case"invalid_value":if(n.values.length===1)return`Đầu vào không hợp lệ: mong đợi ${D(n.values[0])}`;return`Tùy chọn không hợp lệ: mong đợi một trong các giá trị ${T(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",s=t(n.origin);if(s)return`Quá lớn: mong đợi ${n.origin??"giá trị"} ${s.verb} ${i}${n.maximum.toString()} ${s.unit??"phần tử"}`;return`Quá lớn: mong đợi ${n.origin??"giá trị"} ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",s=t(n.origin);if(s)return`Quá nhỏ: mong đợi ${n.origin} ${s.verb} ${i}${n.minimum.toString()} ${s.unit}`;return`Quá nhỏ: mong đợi ${n.origin} ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;if(i.format==="starts_with")return`Chuỗi không hợp lệ: phải bắt đầu bằng "${i.prefix}"`;if(i.format==="ends_with")return`Chuỗi không hợp lệ: phải kết thúc bằng "${i.suffix}"`;if(i.format==="includes")return`Chuỗi không hợp lệ: phải bao gồm "${i.includes}"`;if(i.format==="regex")return`Chuỗi không hợp lệ: phải khớp với mẫu ${i.pattern}`;return`${o[i.format]??n.format} không hợp lệ`}case"not_multiple_of":return`Số không hợp lệ: phải là bội số của ${n.divisor}`;case"unrecognized_keys":return`Khóa không được nhận dạng: ${T(n.keys,", ")}`;case"invalid_key":return`Khóa không hợp lệ trong ${n.origin}`;case"invalid_union":return"Đầu vào không hợp lệ";case"invalid_element":return`Giá trị không hợp lệ trong ${n.origin}`;default:return"Đầu vào không hợp lệ"}}};function F_(){return{localeError:CV()}}var MV=()=>{let e={string:{unit:"字符",verb:"包含"},file:{unit:"字节",verb:"包含"},array:{unit:"项",verb:"包含"},set:{unit:"项",verb:"包含"}};function t(n){return e[n]??null}let r=(n)=>{let i=typeof n;switch(i){case"number":return Number.isNaN(n)?"非数字(NaN)":"数字";case"object":{if(Array.isArray(n))return"数组";if(n===null)return"空值(null)";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},o={regex:"输入",email:"电子邮件",url:"URL",emoji:"表情符号",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO日期时间",date:"ISO日期",time:"ISO时间",duration:"ISO时长",ipv4:"IPv4地址",ipv6:"IPv6地址",cidrv4:"IPv4网段",cidrv6:"IPv6网段",base64:"base64编码字符串",base64url:"base64url编码字符串",json_string:"JSON字符串",e164:"E.164号码",jwt:"JWT",template_literal:"输入"};return(n)=>{switch(n.code){case"invalid_type":return`无效输入:期望 ${n.expected},实际接收 ${r(n.input)}`;case"invalid_value":if(n.values.length===1)return`无效输入:期望 ${D(n.values[0])}`;return`无效选项:期望以下之一 ${T(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",s=t(n.origin);if(s)return`数值过大:期望 ${n.origin??"值"} ${i}${n.maximum.toString()} ${s.unit??"个元素"}`;return`数值过大:期望 ${n.origin??"值"} ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",s=t(n.origin);if(s)return`数值过小:期望 ${n.origin} ${i}${n.minimum.toString()} ${s.unit}`;return`数值过小:期望 ${n.origin} ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;if(i.format==="starts_with")return`无效字符串:必须以 "${i.prefix}" 开头`;if(i.format==="ends_with")return`无效字符串:必须以 "${i.suffix}" 结尾`;if(i.format==="includes")return`无效字符串:必须包含 "${i.includes}"`;if(i.format==="regex")return`无效字符串:必须满足正则表达式 ${i.pattern}`;return`无效${o[i.format]??n.format}`}case"not_multiple_of":return`无效数字:必须是 ${n.divisor} 的倍数`;case"unrecognized_keys":return`出现未知的键(key): ${T(n.keys,", ")}`;case"invalid_key":return`${n.origin} 中的键(key)无效`;case"invalid_union":return"无效输入";case"invalid_element":return`${n.origin} 中包含无效值(value)`;default:return"无效输入"}}};function B_(){return{localeError:MV()}}var DV=()=>{let e={string:{unit:"字元",verb:"擁有"},file:{unit:"位元組",verb:"擁有"},array:{unit:"項目",verb:"擁有"},set:{unit:"項目",verb:"擁有"}};function t(n){return e[n]??null}let r=(n)=>{let i=typeof n;switch(i){case"number":return Number.isNaN(n)?"NaN":"number";case"object":{if(Array.isArray(n))return"array";if(n===null)return"null";if(Object.getPrototypeOf(n)!==Object.prototype&&n.constructor)return n.constructor.name}}return i},o={regex:"輸入",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 日期時間",date:"ISO 日期",time:"ISO 時間",duration:"ISO 期間",ipv4:"IPv4 位址",ipv6:"IPv6 位址",cidrv4:"IPv4 範圍",cidrv6:"IPv6 範圍",base64:"base64 編碼字串",base64url:"base64url 編碼字串",json_string:"JSON 字串",e164:"E.164 數值",jwt:"JWT",template_literal:"輸入"};return(n)=>{switch(n.code){case"invalid_type":return`無效的輸入值:預期為 ${n.expected},但收到 ${r(n.input)}`;case"invalid_value":if(n.values.length===1)return`無效的輸入值:預期為 ${D(n.values[0])}`;return`無效的選項:預期為以下其中之一 ${T(n.values,"|")}`;case"too_big":{let i=n.inclusive?"<=":"<",s=t(n.origin);if(s)return`數值過大:預期 ${n.origin??"值"} 應為 ${i}${n.maximum.toString()} ${s.unit??"個元素"}`;return`數值過大:預期 ${n.origin??"值"} 應為 ${i}${n.maximum.toString()}`}case"too_small":{let i=n.inclusive?">=":">",s=t(n.origin);if(s)return`數值過小:預期 ${n.origin} 應為 ${i}${n.minimum.toString()} ${s.unit}`;return`數值過小:預期 ${n.origin} 應為 ${i}${n.minimum.toString()}`}case"invalid_format":{let i=n;if(i.format==="starts_with")return`無效的字串:必須以 "${i.prefix}" 開頭`;if(i.format==="ends_with")return`無效的字串:必須以 "${i.suffix}" 結尾`;if(i.format==="includes")return`無效的字串:必須包含 "${i.includes}"`;if(i.format==="regex")return`無效的字串:必須符合格式 ${i.pattern}`;return`無效的 ${o[i.format]??n.format}`}case"not_multiple_of":return`無效的數字:必須為 ${n.divisor} 的倍數`;case"unrecognized_keys":return`無法識別的鍵值${n.keys.length>1?"們":""}:${T(n.keys,"、")}`;case"invalid_key":return`${n.origin} 中有無效的鍵值`;case"invalid_union":return"無效的輸入值";case"invalid_element":return`${n.origin} 中有無效的值`;default:return"無效的輸入值"}}};function H_(){return{localeError:DV()}}var tf=Symbol("ZodOutput"),rf=Symbol("ZodInput");class Rc{constructor(){this._map=new WeakMap,this._idmap=new Map}add(e,...t){let r=t[0];if(this._map.set(e,r),r&&typeof r==="object"&&"id"in r){if(this._idmap.has(r.id))throw Error(`ID ${r.id} already exists in the registry`);this._idmap.set(r.id,e)}return this}remove(e){return this._map.delete(e),this}get(e){let t=e._zod.parent;if(t){let r={...this.get(t)??{}};return delete r.id,{...r,...this._map.get(e)}}return this._map.get(e)}has(e){return this._map.has(e)}}function $c(){return new Rc}var kt=$c();function nf(e,t){return new e({type:"string",...$(t)})}function q_(e,t){return new e({type:"string",coerce:!0,...$(t)})}function Ac(e,t){return new e({type:"string",format:"email",check:"string_format",abort:!1,...$(t)})}function es(e,t){return new e({type:"string",format:"guid",check:"string_format",abort:!1,...$(t)})}function Oc(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,...$(t)})}function Cc(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v4",...$(t)})}function Mc(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v6",...$(t)})}function Dc(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v7",...$(t)})}function Nc(e,t){return new e({type:"string",format:"url",check:"string_format",abort:!1,...$(t)})}function jc(e,t){return new e({type:"string",format:"emoji",check:"string_format",abort:!1,...$(t)})}function Uc(e,t){return new e({type:"string",format:"nanoid",check:"string_format",abort:!1,...$(t)})}function zc(e,t){return new e({type:"string",format:"cuid",check:"string_format",abort:!1,...$(t)})}function Lc(e,t){return new e({type:"string",format:"cuid2",check:"string_format",abort:!1,...$(t)})}function Fc(e,t){return new e({type:"string",format:"ulid",check:"string_format",abort:!1,...$(t)})}function Bc(e,t){return new e({type:"string",format:"xid",check:"string_format",abort:!1,...$(t)})}function Hc(e,t){return new e({type:"string",format:"ksuid",check:"string_format",abort:!1,...$(t)})}function qc(e,t){return new e({type:"string",format:"ipv4",check:"string_format",abort:!1,...$(t)})}function Zc(e,t){return new e({type:"string",format:"ipv6",check:"string_format",abort:!1,...$(t)})}function Vc(e,t){return new e({type:"string",format:"cidrv4",check:"string_format",abort:!1,...$(t)})}function Wc(e,t){return new e({type:"string",format:"cidrv6",check:"string_format",abort:!1,...$(t)})}function Kc(e,t){return new e({type:"string",format:"base64",check:"string_format",abort:!1,...$(t)})}function Gc(e,t){return new e({type:"string",format:"base64url",check:"string_format",abort:!1,...$(t)})}function Jc(e,t){return new e({type:"string",format:"e164",check:"string_format",abort:!1,...$(t)})}function Xc(e,t){return new e({type:"string",format:"jwt",check:"string_format",abort:!1,...$(t)})}var of={Any:null,Minute:-1,Second:0,Millisecond:3,Microsecond:6};function Z_(e,t){return new e({type:"string",format:"datetime",check:"string_format",offset:!1,local:!1,precision:null,...$(t)})}function V_(e,t){return new e({type:"string",format:"date",check:"string_format",...$(t)})}function W_(e,t){return new e({type:"string",format:"time",check:"string_format",precision:null,...$(t)})}function K_(e,t){return new e({type:"string",format:"duration",check:"string_format",...$(t)})}function sf(e,t){return new e({type:"number",checks:[],...$(t)})}function G_(e,t){return new e({type:"number",coerce:!0,checks:[],...$(t)})}function af(e,t){return new e({type:"number",check:"number_format",abort:!1,format:"safeint",...$(t)})}function cf(e,t){return new e({type:"number",check:"number_format",abort:!1,format:"float32",...$(t)})}function lf(e,t){return new e({type:"number",check:"number_format",abort:!1,format:"float64",...$(t)})}function uf(e,t){return new e({type:"number",check:"number_format",abort:!1,format:"int32",...$(t)})}function df(e,t){return new e({type:"number",check:"number_format",abort:!1,format:"uint32",...$(t)})}function pf(e,t){return new e({type:"boolean",...$(t)})}function J_(e,t){return new e({type:"boolean",coerce:!0,...$(t)})}function ff(e,t){return new e({type:"bigint",...$(t)})}function X_(e,t){return new e({type:"bigint",coerce:!0,...$(t)})}function mf(e,t){return new e({type:"bigint",check:"bigint_format",abort:!1,format:"int64",...$(t)})}function gf(e,t){return new e({type:"bigint",check:"bigint_format",abort:!1,format:"uint64",...$(t)})}function hf(e,t){return new e({type:"symbol",...$(t)})}function yf(e,t){return new e({type:"undefined",...$(t)})}function bf(e,t){return new e({type:"null",...$(t)})}function _f(e){return new e({type:"any"})}function Ao(e){return new e({type:"unknown"})}function vf(e,t){return new e({type:"never",...$(t)})}function Sf(e,t){return new e({type:"void",...$(t)})}function xf(e,t){return new e({type:"date",...$(t)})}function Y_(e,t){return new e({type:"date",coerce:!0,...$(t)})}function wf(e,t){return new e({type:"nan",...$(t)})}function Jr(e,t){return new ep({check:"less_than",...$(t),value:e,inclusive:!1})}function Jt(e,t){return new ep({check:"less_than",...$(t),value:e,inclusive:!0})}function Xr(e,t){return new tp({check:"greater_than",...$(t),value:e,inclusive:!1})}function Et(e,t){return new tp({check:"greater_than",...$(t),value:e,inclusive:!0})}function Q_(e){return Xr(0,e)}function ev(e){return Jr(0,e)}function tv(e){return Jt(0,e)}function rv(e){return Et(0,e)}function Oo(e,t){return new Db({check:"multiple_of",...$(t),value:e})}function ts(e,t){return new Ub({check:"max_size",...$(t),maximum:e})}function Co(e,t){return new zb({check:"min_size",...$(t),minimum:e})}function Yc(e,t){return new Lb({check:"size_equals",...$(t),size:e})}function rs(e,t){return new Fb({check:"max_length",...$(t),maximum:e})}function Cn(e,t){return new Bb({check:"min_length",...$(t),minimum:e})}function ns(e,t){return new Hb({check:"length_equals",...$(t),length:e})}function Qc(e,t){return new qb({check:"string_format",format:"regex",...$(t),pattern:e})}function el(e){return new Zb({check:"string_format",format:"lowercase",...$(e)})}function tl(e){return new Vb({check:"string_format",format:"uppercase",...$(e)})}function rl(e,t){return new Wb({check:"string_format",format:"includes",...$(t),includes:e})}function nl(e,t){return new Kb({check:"string_format",format:"starts_with",...$(t),prefix:e})}function ol(e,t){return new Gb({check:"string_format",format:"ends_with",...$(t),suffix:e})}function nv(e,t,r){return new Jb({check:"property",property:e,schema:t,...$(r)})}function il(e,t){return new Xb({check:"mime_type",mime:e,...$(t)})}function Yr(e){return new Yb({check:"overwrite",tx:e})}function sl(e){return Yr((t)=>t.normalize(e))}function al(){return Yr((e)=>e.trim())}function cl(){return Yr((e)=>e.toLowerCase())}function ll(){return Yr((e)=>e.toUpperCase())}function ul(e,t,r){return new e({type:"array",element:t,...$(r)})}function NV(e,t,r){return new e({type:"union",options:t,...$(r)})}function jV(e,t,r,o){return new e({type:"union",options:r,discriminator:t,...$(o)})}function UV(e,t,r){return new e({type:"intersection",left:t,right:r})}function ov(e,t,r,o){let n=r instanceof G;return new e({type:"tuple",items:t,rest:n?r:null,...$(n?o:r)})}function zV(e,t,r,o){return new e({type:"record",keyType:t,valueType:r,...$(o)})}function LV(e,t,r,o){return new e({type:"map",keyType:t,valueType:r,...$(o)})}function FV(e,t,r){return new e({type:"set",valueType:t,...$(r)})}function BV(e,t,r){let o=Array.isArray(t)?Object.fromEntries(t.map((n)=>[n,n])):t;return new e({type:"enum",entries:o,...$(r)})}function HV(e,t,r){return new e({type:"enum",entries:t,...$(r)})}function qV(e,t,r){return new e({type:"literal",values:Array.isArray(t)?t:[t],...$(r)})}function kf(e,t){return new e({type:"file",...$(t)})}function ZV(e,t){return new e({type:"transform",transform:t})}function VV(e,t){return new e({type:"optional",innerType:t})}function WV(e,t){return new e({type:"nullable",innerType:t})}function KV(e,t,r){return new e({type:"default",innerType:t,get defaultValue(){return typeof r==="function"?r():r}})}function GV(e,t,r){return new e({type:"nonoptional",innerType:t,...$(r)})}function JV(e,t){return new e({type:"success",innerType:t})}function XV(e,t,r){return new e({type:"catch",innerType:t,catchValue:typeof r==="function"?r:()=>r})}function YV(e,t,r){return new e({type:"pipe",in:t,out:r})}function QV(e,t){return new e({type:"readonly",innerType:t})}function eW(e,t,r){return new e({type:"template_literal",parts:t,...$(r)})}function tW(e,t){return new e({type:"lazy",getter:t})}function rW(e,t){return new e({type:"promise",innerType:t})}function Ef(e,t,r){let o=$(r);return o.abort??(o.abort=!0),new e({type:"custom",check:"custom",fn:t,...o})}function Tf(e,t,r){return new e({type:"custom",check:"custom",fn:t,...$(r)})}function Pf(e,t){let r=$(t),o=r.truthy??["true","1","yes","on","y","enabled"],n=r.falsy??["false","0","no","off","n","disabled"];if(r.case!=="sensitive")o=o.map((g)=>typeof g==="string"?g.toLowerCase():g),n=n.map((g)=>typeof g==="string"?g.toLowerCase():g);let i=new Set(o),s=new Set(n),a=e.Pipe??Yi,c=e.Boolean??Gi,u=e.String??An,p=new(e.Transform??Xi)({type:"transform",transform:(g,h)=>{let y=g;if(r.case!=="sensitive")y=y.toLowerCase();if(i.has(y))return!0;else if(s.has(y))return!1;else return h.issues.push({code:"invalid_value",expected:"stringbool",values:[...i,...s],input:h.value,inst:p}),{}},error:r.error}),f=new a({type:"pipe",in:new u({type:"string",error:r.error}),out:p,error:r.error});return new a({type:"pipe",in:f,out:new c({type:"boolean",error:r.error}),error:r.error})}function If(e,t,r,o={}){let n=$(o),i={...$(o),check:"string_format",type:"string",format:t,fn:typeof r==="function"?r:(a)=>r.test(a),...n};if(r instanceof RegExp)i.pattern=r;return new e(i)}class iv{constructor(e){this._def=e,this.def=e}implement(e){if(typeof e!=="function")throw Error("implement() must be called with a function");let t=(...r)=>{let o=this._def.input?Po(this._def.input,r,void 0,{callee:t}):r;if(!Array.isArray(o))throw Error("Invalid arguments schema: not an array or tuple schema.");let n=e(...o);return this._def.output?Po(this._def.output,n,void 0,{callee:t}):n};return t}implementAsync(e){if(typeof e!=="function")throw Error("implement() must be called with a function");let t=async(...r)=>{let o=this._def.input?await Io(this._def.input,r,void 0,{callee:t}):r;if(!Array.isArray(o))throw Error("Invalid arguments schema: not an array or tuple schema.");let n=await e(...o);return this._def.output?Io(this._def.output,n,void 0,{callee:t}):n};return t}input(...e){let t=this.constructor;if(Array.isArray(e[0]))return new t({type:"function",input:new On({type:"tuple",items:e[0],rest:e[1]}),output:this._def.output});return new t({type:"function",input:e[0],output:this._def.output})}output(e){return new this.constructor({type:"function",input:this._def.input,output:e})}}function Rf(e){return new iv({type:"function",input:Array.isArray(e?.input)?ov(On,e?.input):e?.input??ul(Ji,Ao($o)),output:e?.output??Ao($o)})}class $f{constructor(e){this.counter=0,this.metadataRegistry=e?.metadata??kt,this.target=e?.target??"draft-2020-12",this.unrepresentable=e?.unrepresentable??"throw",this.override=e?.override??(()=>{}),this.io=e?.io??"output",this.seen=new Map}process(e,t={path:[],schemaPath:[]}){var r;let o=e._zod.def,n={guid:"uuid",url:"uri",datetime:"date-time",json_string:"json-string",regex:""},i=this.seen.get(e);if(i){if(i.count++,t.schemaPath.includes(e))i.cycle=t.path;return i.schema}let s={schema:{},count:1,cycle:void 0,path:t.path};this.seen.set(e,s);let a=e._zod.toJSONSchema?.();if(a)s.schema=a;else{let d={...t,schemaPath:[...t.schemaPath,e],path:t.path},p=e._zod.parent;if(p)s.ref=p,this.process(p,d),this.seen.get(p).isParent=!0;else{let f=s.schema;switch(o.type){case"string":{let m=f;m.type="string";let{minimum:g,maximum:h,format:y,patterns:v,contentEncoding:x}=e._zod.bag;if(typeof g==="number")m.minLength=g;if(typeof h==="number")m.maxLength=h;if(y){if(m.format=n[y]??y,m.format==="")delete m.format}if(x)m.contentEncoding=x;if(v&&v.size>0){let w=[...v];if(w.length===1)m.pattern=w[0].source;else if(w.length>1)s.schema.allOf=[...w.map((O)=>({...this.target==="draft-7"?{type:"string"}:{},pattern:O.source}))]}break}case"number":{let m=f,{minimum:g,maximum:h,format:y,multipleOf:v,exclusiveMaximum:x,exclusiveMinimum:w}=e._zod.bag;if(typeof y==="string"&&y.includes("int"))m.type="integer";else m.type="number";if(typeof w==="number")m.exclusiveMinimum=w;if(typeof g==="number"){if(m.minimum=g,typeof w==="number")if(w>=g)delete m.minimum;else delete m.exclusiveMinimum}if(typeof x==="number")m.exclusiveMaximum=x;if(typeof h==="number"){if(m.maximum=h,typeof x==="number")if(x<=h)delete m.maximum;else delete m.exclusiveMaximum}if(typeof v==="number")m.multipleOf=v;break}case"boolean":{let m=f;m.type="boolean";break}case"bigint":{if(this.unrepresentable==="throw")throw Error("BigInt cannot be represented in JSON Schema");break}case"symbol":{if(this.unrepresentable==="throw")throw Error("Symbols cannot be represented in JSON Schema");break}case"null":{f.type="null";break}case"any":break;case"unknown":break;case"undefined":case"never":{f.not={};break}case"void":{if(this.unrepresentable==="throw")throw Error("Void cannot be represented in JSON Schema");break}case"date":{if(this.unrepresentable==="throw")throw Error("Date cannot be represented in JSON Schema");break}case"array":{let m=f,{minimum:g,maximum:h}=e._zod.bag;if(typeof g==="number")m.minItems=g;if(typeof h==="number")m.maxItems=h;m.type="array",m.items=this.process(o.element,{...d,path:[...d.path,"items"]});break}case"object":{let m=f;m.type="object",m.properties={};let g=o.shape;for(let v in g)m.properties[v]=this.process(g[v],{...d,path:[...d.path,"properties",v]});let h=new Set(Object.keys(g)),y=new Set([...h].filter((v)=>{let x=o.shape[v]._zod;if(this.io==="input")return x.optin===void 0;else return x.optout===void 0}));if(y.size>0)m.required=Array.from(y);if(o.catchall?._zod.def.type==="never")m.additionalProperties=!1;else if(!o.catchall){if(this.io==="output")m.additionalProperties=!1}else if(o.catchall)m.additionalProperties=this.process(o.catchall,{...d,path:[...d.path,"additionalProperties"]});break}case"union":{let m=f;m.anyOf=o.options.map((g,h)=>this.process(g,{...d,path:[...d.path,"anyOf",h]}));break}case"intersection":{let m=f,g=this.process(o.left,{...d,path:[...d.path,"allOf",0]}),h=this.process(o.right,{...d,path:[...d.path,"allOf",1]}),y=(x)=>("allOf"in x)&&Object.keys(x).length===1,v=[...y(g)?g.allOf:[g],...y(h)?h.allOf:[h]];m.allOf=v;break}case"tuple":{let m=f;m.type="array";let g=o.items.map((v,x)=>this.process(v,{...d,path:[...d.path,"prefixItems",x]}));if(this.target==="draft-2020-12")m.prefixItems=g;else m.items=g;if(o.rest){let v=this.process(o.rest,{...d,path:[...d.path,"items"]});if(this.target==="draft-2020-12")m.items=v;else m.additionalItems=v}if(o.rest)m.items=this.process(o.rest,{...d,path:[...d.path,"items"]});let{minimum:h,maximum:y}=e._zod.bag;if(typeof h==="number")m.minItems=h;if(typeof y==="number")m.maxItems=y;break}case"record":{let m=f;m.type="object",m.propertyNames=this.process(o.keyType,{...d,path:[...d.path,"propertyNames"]}),m.additionalProperties=this.process(o.valueType,{...d,path:[...d.path,"additionalProperties"]});break}case"map":{if(this.unrepresentable==="throw")throw Error("Map cannot be represented in JSON Schema");break}case"set":{if(this.unrepresentable==="throw")throw Error("Set cannot be represented in JSON Schema");break}case"enum":{let m=f,g=yc(o.entries);if(g.every((h)=>typeof h==="number"))m.type="number";if(g.every((h)=>typeof h==="string"))m.type="string";m.enum=g;break}case"literal":{let m=f,g=[];for(let h of o.values)if(h===void 0){if(this.unrepresentable==="throw")throw Error("Literal `undefined` cannot be represented in JSON Schema")}else if(typeof h==="bigint")if(this.unrepresentable==="throw")throw Error("BigInt literals cannot be represented in JSON Schema");else g.push(Number(h));else g.push(h);if(g.length===0);else if(g.length===1){let h=g[0];m.type=h===null?"null":typeof h,m.const=h}else{if(g.every((h)=>typeof h==="number"))m.type="number";if(g.every((h)=>typeof h==="string"))m.type="string";if(g.every((h)=>typeof h==="boolean"))m.type="string";if(g.every((h)=>h===null))m.type="null";m.enum=g}break}case"file":{let m=f,g={type:"string",format:"binary",contentEncoding:"binary"},{minimum:h,maximum:y,mime:v}=e._zod.bag;if(h!==void 0)g.minLength=h;if(y!==void 0)g.maxLength=y;if(v)if(v.length===1)g.contentMediaType=v[0],Object.assign(m,g);else m.anyOf=v.map((x)=>({...g,contentMediaType:x}));else Object.assign(m,g);break}case"transform":{if(this.unrepresentable==="throw")throw Error("Transforms cannot be represented in JSON Schema");break}case"nullable":{let m=this.process(o.innerType,d);f.anyOf=[m,{type:"null"}];break}case"nonoptional":{this.process(o.innerType,d),s.ref=o.innerType;break}case"success":{let m=f;m.type="boolean";break}case"default":{this.process(o.innerType,d),s.ref=o.innerType,f.default=JSON.parse(JSON.stringify(o.defaultValue));break}case"prefault":{if(this.process(o.innerType,d),s.ref=o.innerType,this.io==="input")f._prefault=JSON.parse(JSON.stringify(o.defaultValue));break}case"catch":{this.process(o.innerType,d),s.ref=o.innerType;let m;try{m=o.catchValue(void 0)}catch{throw Error("Dynamic catch values are not supported in JSON Schema")}f.default=m;break}case"nan":{if(this.unrepresentable==="throw")throw Error("NaN cannot be represented in JSON Schema");break}case"template_literal":{let m=f,g=e._zod.pattern;if(!g)throw Error("Pattern not found in template literal");m.type="string",m.pattern=g.source;break}case"pipe":{let m=this.io==="input"?o.in._zod.def.type==="transform"?o.out:o.in:o.out;this.process(m,d),s.ref=m;break}case"readonly":{this.process(o.innerType,d),s.ref=o.innerType,f.readOnly=!0;break}case"promise":{this.process(o.innerType,d),s.ref=o.innerType;break}case"optional":{this.process(o.innerType,d),s.ref=o.innerType;break}case"lazy":{let m=e._zod.innerType;this.process(m,d),s.ref=m;break}case"custom":{if(this.unrepresentable==="throw")throw Error("Custom types cannot be represented in JSON Schema");break}default:}}}let c=this.metadataRegistry.get(e);if(c)Object.assign(s.schema,c);if(this.io==="input"&&Je(e))delete s.schema.examples,delete s.schema.default;if(this.io==="input"&&s.schema._prefault)(r=s.schema).default??(r.default=s.schema._prefault);return delete s.schema._prefault,this.seen.get(e).schema}emit(e,t){let r={cycles:t?.cycles??"ref",reused:t?.reused??"inline",external:t?.external??void 0},o=this.seen.get(e);if(!o)throw Error("Unprocessed schema. This is a bug in Zod.");let n=(u)=>{let d=this.target==="draft-2020-12"?"$defs":"definitions";if(r.external){let g=r.external.registry.get(u[0])?.id;if(g)return{ref:r.external.uri(g)};let h=u[1].defId??u[1].schema.id??`schema${this.counter++}`;return u[1].defId=h,{defId:h,ref:`${r.external.uri("__shared")}#/${d}/${h}`}}if(u[1]===o)return{ref:"#"};let f=`${"#"}/${d}/`,m=u[1].schema.id??`__schema${this.counter++}`;return{defId:m,ref:f+m}},i=(u)=>{if(u[1].schema.$ref)return;let d=u[1],{ref:p,defId:f}=n(u);if(d.def={...d.schema},f)d.defId=f;let m=d.schema;for(let g in m)delete m[g];m.$ref=p};for(let u of this.seen.entries()){let d=u[1];if(e===u[0]){i(u);continue}if(r.external){let f=r.external.registry.get(u[0])?.id;if(e!==u[0]&&f){i(u);continue}}if(this.metadataRegistry.get(u[0])?.id){i(u);continue}if(d.cycle){if(r.cycles==="throw")throw Error(`Cycle detected: #/${d.cycle?.join("/")}/<root>
|
|
99
99
|
|
|
100
|
-
Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.`);else if(r.cycles==="ref")i(u);continue}if(d.count>1){if(r.reused==="ref"){i(u);continue}}}let s=(u,d)=>{let p=this.seen.get(u),f=p.def??p.schema,m={...f};if(p.ref===null)return;let g=p.ref;if(p.ref=null,g){s(g,d);let h=this.seen.get(g).schema;if(h.$ref&&d.target==="draft-7")f.allOf=f.allOf??[],f.allOf.push(h);else Object.assign(f,h),Object.assign(f,m)}if(!p.isParent)this.override({zodSchema:u,jsonSchema:f,path:p.path??[]})};for(let u of[...this.seen.entries()].reverse())s(u[0],{target:this.target});let a={};if(this.target==="draft-2020-12")a.$schema="https://json-schema.org/draft/2020-12/schema";else if(this.target==="draft-7")a.$schema="http://json-schema.org/draft-07/schema#";else console.warn(`Invalid target: ${this.target}`);Object.assign(a,o.def);let c=r.external?.defs??{};for(let u of this.seen.entries()){let d=u[1];if(d.def&&d.defId)c[d.defId]=d.def}if(!r.external&&Object.keys(c).length>0)if(this.target==="draft-2020-12")a.$defs=c;else a.definitions=c;try{return JSON.parse(JSON.stringify(a))}catch(u){throw Error("Error converting schema to JSON.")}}}function os(e,t){if(e instanceof Rc){let o=new $f(t),n={};for(let a of e._idmap.entries()){let[c,u]=a;o.process(u)}let i={},s={registry:e,uri:t?.uri||((a)=>a),defs:n};for(let a of e._idmap.entries()){let[c,u]=a;i[c]=o.emit(u,{...t,external:s})}if(Object.keys(n).length>0){let a=o.target==="draft-2020-12"?"$defs":"definitions";i.__shared={[a]:n}}return{schemas:i}}let r=new $f(t);return r.process(e),r.emit(e,t)}function Je(e,t){let r=t??{seen:new Set};if(r.seen.has(e))return!1;r.seen.add(e);let n=e._zod.def;switch(n.type){case"string":case"number":case"bigint":case"boolean":case"date":case"symbol":case"undefined":case"null":case"any":case"unknown":case"never":case"void":case"literal":case"enum":case"nan":case"file":case"template_literal":return!1;case"array":return Je(n.element,r);case"object":{for(let i in n.shape)if(Je(n.shape[i],r))return!0;return!1}case"union":{for(let i of n.options)if(Je(i,r))return!0;return!1}case"intersection":return Je(n.left,r)||Je(n.right,r);case"tuple":{for(let i of n.items)if(Je(i,r))return!0;if(n.rest&&Je(n.rest,r))return!0;return!1}case"record":return Je(n.keyType,r)||Je(n.valueType,r);case"map":return Je(n.keyType,r)||Je(n.valueType,r);case"set":return Je(n.valueType,r);case"promise":case"optional":case"nonoptional":case"nullable":case"readonly":return Je(n.innerType,r);case"lazy":return Je(n.getter(),r);case"default":return Je(n.innerType,r);case"prefault":return Je(n.innerType,r);case"custom":return!1;case"transform":return!0;case"pipe":return Je(n.in,r)||Je(n.out,r);case"success":return!1;case"catch":return!1;default:}throw Error(`Unknown schema type: ${n.type}`)}var K0={};var eW=b("ZodMiniType",(e,t)=>{if(!e._zod)throw Error("Uninitialized schema in ZodMiniType.");G.init(e,t),e.def=t,e.parse=(r,o)=>Po(e,r,o,{callee:e.parse}),e.safeParse=(r,o)=>In(e,r,o),e.parseAsync=async(r,o)=>Io(e,r,o,{callee:e.parseAsync}),e.safeParseAsync=async(r,o)=>Rn(e,r,o),e.check=(...r)=>e.clone({...t,checks:[...t.checks??[],...r.map((o)=>typeof o==="function"?{_zod:{check:o,def:{check:"custom"},onattach:[]}}:o)]}),e.clone=(r,o)=>at(e,r,o),e.brand=()=>e,e.register=(r,o)=>(r.add(e,o),e)});var tW=b("ZodMiniObject",(e,t)=>{Tc.init(e,t),eW.init(e,t),O.defineLazy(e,"shape",()=>t.shape)});function sv(e,t){let r={type:"object",get shape(){return O.assignProp(this,"shape",{...e}),this.shape},...O.normalizeParams(t)};return new tW(r)}function Xt(e){return!!e._zod}function Mo(e){let t=Object.values(e);if(t.length===0)return sv({});let r=t.every(Xt),o=t.every((n)=>!Xt(n));if(r)return sv(e);if(o)return w0(e);throw Error("Mixed Zod versions detected in object shape.")}function Mn(e,t){if(Xt(e))return In(e,t);return e.safeParse(t)}async function Of(e,t){if(Xt(e))return await Rn(e,t);return await e.safeParseAsync(t)}function Dn(e){if(!e)return;let t;if(Xt(e))t=e._zod?.def?.shape;else t=e.shape;if(!t)return;if(typeof t==="function")try{return t()}catch{return}return t}function is(e){if(!e)return;if(typeof e==="object"){let t=e,r=e;if(!t._def&&!r._zod){let o=Object.values(e);if(o.length>0&&o.every((n)=>typeof n==="object"&&n!==null&&(n._def!==void 0||n._zod!==void 0||typeof n.parse==="function")))return Mo(e)}}if(Xt(e)){let r=e._zod?.def;if(r&&(r.type==="object"||r.shape!==void 0))return e}else if(e.shape!==void 0)return e;return}function Af(e){if(e&&typeof e==="object"){if("message"in e&&typeof e.message==="string")return e.message;if("issues"in e&&Array.isArray(e.issues)&&e.issues.length>0){let t=e.issues[0];if(t&&typeof t==="object"&&"message"in t)return String(t.message)}try{return JSON.stringify(e)}catch{return String(e)}}return String(e)}function G0(e){return e.description}function J0(e){if(Xt(e))return e._zod?.def?.type==="optional";let t=e;if(typeof e.isOptional==="function")return e.isOptional();return t._def?.typeName==="ZodOptional"}function Cf(e){if(Xt(e)){let i=e._zod?.def;if(i){if(i.value!==void 0)return i.value;if(Array.isArray(i.values)&&i.values.length>0)return i.values[0]}}let r=e._def;if(r){if(r.value!==void 0)return r.value;if(Array.isArray(r.values)&&r.values.length>0)return r.values[0]}let o=e.value;if(o!==void 0)return o;return}var l={};xr(l,{xid:()=>bW,void:()=>zW,uuidv7:()=>dW,uuidv6:()=>uW,uuidv4:()=>lW,uuid:()=>cW,url:()=>pW,uppercase:()=>tl,unknown:()=>Oe,union:()=>we,undefined:()=>jW,ulid:()=>yW,uint64:()=>DW,uint32:()=>AW,tuple:()=>HW,trim:()=>al,treeifyError:()=>Wd,transform:()=>Uv,toUpperCase:()=>ll,toLowerCase:()=>cl,toJSONSchema:()=>os,templateLiteral:()=>YW,symbol:()=>NW,superRefine:()=>C$,success:()=>JW,stringbool:()=>tK,stringFormat:()=>IW,string:()=>S,strictObject:()=>BW,startsWith:()=>nl,size:()=>Yc,setErrorMap:()=>oK,set:()=>VW,safeParseAsync:()=>mv,safeParse:()=>fv,registry:()=>$c,regexes:()=>$n,regex:()=>Qc,refine:()=>A$,record:()=>ke,readonly:()=>T$,property:()=>nv,promise:()=>QW,prettifyError:()=>Kd,preprocess:()=>Wf,prefault:()=>_$,positive:()=>Q_,pipe:()=>Lf,partialRecord:()=>qW,parseAsync:()=>pv,parse:()=>dv,overwrite:()=>Yr,optional:()=>Re,object:()=>L,number:()=>fe,nullish:()=>GW,nullable:()=>zf,null:()=>Ff,normalize:()=>sl,nonpositive:()=>tv,nonoptional:()=>v$,nonnegative:()=>rv,never:()=>Bf,negative:()=>ev,nativeEnum:()=>WW,nanoid:()=>mW,nan:()=>XW,multipleOf:()=>Ao,minSize:()=>Co,minLength:()=>Cn,mime:()=>il,maxSize:()=>ts,maxLength:()=>rs,map:()=>ZW,lte:()=>Jt,lt:()=>Jr,lowercase:()=>el,looseObject:()=>ct,locales:()=>Qi,literal:()=>B,length:()=>ns,lazy:()=>R$,ksuid:()=>_W,keyof:()=>FW,jwt:()=>PW,json:()=>rK,iso:()=>ss,ipv6:()=>SW,ipv4:()=>vW,intersection:()=>hl,int64:()=>MW,int32:()=>OW,int:()=>gv,instanceof:()=>eK,includes:()=>rl,guid:()=>aW,gte:()=>Et,gt:()=>Xr,globalRegistry:()=>kt,getErrorMap:()=>iK,function:()=>Rf,formatError:()=>Wi,float64:()=>$W,float32:()=>RW,flattenError:()=>Vi,file:()=>KW,enum:()=>ft,endsWith:()=>ol,emoji:()=>fW,email:()=>sW,e164:()=>TW,discriminatedUnion:()=>Zf,date:()=>LW,custom:()=>Bv,cuid2:()=>hW,cuid:()=>gW,core:()=>ur,config:()=>He,coerce:()=>Hv,clone:()=>at,cidrv6:()=>wW,cidrv4:()=>xW,check:()=>O$,catch:()=>w$,boolean:()=>Ve,bigint:()=>CW,base64url:()=>EW,base64:()=>kW,array:()=>ie,any:()=>UW,_default:()=>y$,_ZodString:()=>hv,ZodXID:()=>kv,ZodVoid:()=>s$,ZodUnknown:()=>o$,ZodUnion:()=>Dv,ZodUndefined:()=>t$,ZodUUID:()=>Qr,ZodURL:()=>bv,ZodULID:()=>wv,ZodType:()=>ne,ZodTuple:()=>u$,ZodTransform:()=>jv,ZodTemplateLiteral:()=>P$,ZodSymbol:()=>e$,ZodSuccess:()=>S$,ZodStringFormat:()=>Ie,ZodString:()=>pl,ZodSet:()=>p$,ZodRecord:()=>Nv,ZodRealError:()=>as,ZodReadonly:()=>E$,ZodPromise:()=>$$,ZodPrefault:()=>b$,ZodPipe:()=>Fv,ZodOptional:()=>zv,ZodObject:()=>qf,ZodNumberFormat:()=>cs,ZodNumber:()=>fl,ZodNullable:()=>g$,ZodNull:()=>r$,ZodNonOptional:()=>Lv,ZodNever:()=>i$,ZodNanoID:()=>vv,ZodNaN:()=>k$,ZodMap:()=>d$,ZodLiteral:()=>f$,ZodLazy:()=>I$,ZodKSUID:()=>Ev,ZodJWT:()=>Cv,ZodIssueCode:()=>nK,ZodIntersection:()=>l$,ZodISOTime:()=>Nf,ZodISODuration:()=>jf,ZodISODateTime:()=>Mf,ZodISODate:()=>Df,ZodIPv6:()=>Pv,ZodIPv4:()=>Tv,ZodGUID:()=>Uf,ZodFile:()=>m$,ZodError:()=>oW,ZodEnum:()=>dl,ZodEmoji:()=>_v,ZodEmail:()=>yv,ZodE164:()=>Av,ZodDiscriminatedUnion:()=>c$,ZodDefault:()=>h$,ZodDate:()=>Hf,ZodCustomStringFormat:()=>Q0,ZodCustom:()=>Vf,ZodCatch:()=>x$,ZodCUID2:()=>xv,ZodCUID:()=>Sv,ZodCIDRv6:()=>Rv,ZodCIDRv4:()=>Iv,ZodBoolean:()=>ml,ZodBigIntFormat:()=>Mv,ZodBigInt:()=>gl,ZodBase64URL:()=>Ov,ZodBase64:()=>$v,ZodArray:()=>a$,ZodAny:()=>n$,TimePrecision:()=>of,NEVER:()=>qd,$output:()=>tf,$input:()=>rf,$brand:()=>Zd});var ss={};xr(ss,{time:()=>lv,duration:()=>uv,datetime:()=>av,date:()=>cv,ZodISOTime:()=>Nf,ZodISODuration:()=>jf,ZodISODateTime:()=>Mf,ZodISODate:()=>Df});var Mf=b("ZodISODateTime",(e,t)=>{t_.init(e,t),Ie.init(e,t)});function av(e){return Z_(Mf,e)}var Df=b("ZodISODate",(e,t)=>{r_.init(e,t),Ie.init(e,t)});function cv(e){return V_(Df,e)}var Nf=b("ZodISOTime",(e,t)=>{n_.init(e,t),Ie.init(e,t)});function lv(e){return W_(Nf,e)}var jf=b("ZodISODuration",(e,t)=>{o_.init(e,t),Ie.init(e,t)});function uv(e){return K_(jf,e)}var Y0=(e,t)=>{wc.init(e,t),e.name="ZodError",Object.defineProperties(e,{format:{value:(r)=>Wi(e,r)},flatten:{value:(r)=>Vi(e,r)},addIssue:{value:(r)=>e.issues.push(r)},addIssues:{value:(r)=>e.issues.push(...r)},isEmpty:{get(){return e.issues.length===0}}})},oW=b("ZodError",Y0),as=b("ZodError",Y0,{Parent:Error});var dv=Gd(as),pv=Jd(as),fv=Xd(as),mv=Yd(as);var ne=b("ZodType",(e,t)=>(G.init(e,t),e.def=t,Object.defineProperty(e,"_def",{value:t}),e.check=(...r)=>e.clone({...t,checks:[...t.checks??[],...r.map((o)=>typeof o==="function"?{_zod:{check:o,def:{check:"custom"},onattach:[]}}:o)]}),e.clone=(r,o)=>at(e,r,o),e.brand=()=>e,e.register=(r,o)=>(r.add(e,o),e),e.parse=(r,o)=>dv(e,r,o,{callee:e.parse}),e.safeParse=(r,o)=>fv(e,r,o),e.parseAsync=async(r,o)=>pv(e,r,o,{callee:e.parseAsync}),e.safeParseAsync=async(r,o)=>mv(e,r,o),e.spa=e.safeParseAsync,e.refine=(r,o)=>e.check(A$(r,o)),e.superRefine=(r)=>e.check(C$(r)),e.overwrite=(r)=>e.check(Yr(r)),e.optional=()=>Re(e),e.nullable=()=>zf(e),e.nullish=()=>Re(zf(e)),e.nonoptional=(r)=>v$(e,r),e.array=()=>ie(e),e.or=(r)=>we([e,r]),e.and=(r)=>hl(e,r),e.transform=(r)=>Lf(e,Uv(r)),e.default=(r)=>y$(e,r),e.prefault=(r)=>_$(e,r),e.catch=(r)=>w$(e,r),e.pipe=(r)=>Lf(e,r),e.readonly=()=>T$(e),e.describe=(r)=>{let o=e.clone();return kt.add(o,{description:r}),o},Object.defineProperty(e,"description",{get(){return kt.get(e)?.description},configurable:!0}),e.meta=(...r)=>{if(r.length===0)return kt.get(e);let o=e.clone();return kt.add(o,r[0]),o},e.isOptional=()=>e.safeParse(void 0).success,e.isNullable=()=>e.safeParse(null).success,e)),hv=b("_ZodString",(e,t)=>{On.init(e,t),ne.init(e,t);let r=e._zod.bag;e.format=r.format??null,e.minLength=r.minimum??null,e.maxLength=r.maximum??null,e.regex=(...o)=>e.check(Qc(...o)),e.includes=(...o)=>e.check(rl(...o)),e.startsWith=(...o)=>e.check(nl(...o)),e.endsWith=(...o)=>e.check(ol(...o)),e.min=(...o)=>e.check(Cn(...o)),e.max=(...o)=>e.check(rs(...o)),e.length=(...o)=>e.check(ns(...o)),e.nonempty=(...o)=>e.check(Cn(1,...o)),e.lowercase=(o)=>e.check(el(o)),e.uppercase=(o)=>e.check(tl(o)),e.trim=()=>e.check(al()),e.normalize=(...o)=>e.check(sl(...o)),e.toLowerCase=()=>e.check(cl()),e.toUpperCase=()=>e.check(ll())}),pl=b("ZodString",(e,t)=>{On.init(e,t),hv.init(e,t),e.email=(r)=>e.check(Oc(yv,r)),e.url=(r)=>e.check(Nc(bv,r)),e.jwt=(r)=>e.check(Xc(Cv,r)),e.emoji=(r)=>e.check(jc(_v,r)),e.guid=(r)=>e.check(es(Uf,r)),e.uuid=(r)=>e.check(Ac(Qr,r)),e.uuidv4=(r)=>e.check(Cc(Qr,r)),e.uuidv6=(r)=>e.check(Mc(Qr,r)),e.uuidv7=(r)=>e.check(Dc(Qr,r)),e.nanoid=(r)=>e.check(Uc(vv,r)),e.guid=(r)=>e.check(es(Uf,r)),e.cuid=(r)=>e.check(zc(Sv,r)),e.cuid2=(r)=>e.check(Lc(xv,r)),e.ulid=(r)=>e.check(Fc(wv,r)),e.base64=(r)=>e.check(Kc($v,r)),e.base64url=(r)=>e.check(Gc(Ov,r)),e.xid=(r)=>e.check(Bc(kv,r)),e.ksuid=(r)=>e.check(Hc(Ev,r)),e.ipv4=(r)=>e.check(qc(Tv,r)),e.ipv6=(r)=>e.check(Zc(Pv,r)),e.cidrv4=(r)=>e.check(Vc(Iv,r)),e.cidrv6=(r)=>e.check(Wc(Rv,r)),e.e164=(r)=>e.check(Jc(Av,r)),e.datetime=(r)=>e.check(av(r)),e.date=(r)=>e.check(cv(r)),e.time=(r)=>e.check(lv(r)),e.duration=(r)=>e.check(uv(r))});function S(e){return nf(pl,e)}var Ie=b("ZodStringFormat",(e,t)=>{xe.init(e,t),hv.init(e,t)}),yv=b("ZodEmail",(e,t)=>{ap.init(e,t),Ie.init(e,t)});function sW(e){return Oc(yv,e)}var Uf=b("ZodGUID",(e,t)=>{ip.init(e,t),Ie.init(e,t)});function aW(e){return es(Uf,e)}var Qr=b("ZodUUID",(e,t)=>{sp.init(e,t),Ie.init(e,t)});function cW(e){return Ac(Qr,e)}function lW(e){return Cc(Qr,e)}function uW(e){return Mc(Qr,e)}function dW(e){return Dc(Qr,e)}var bv=b("ZodURL",(e,t)=>{cp.init(e,t),Ie.init(e,t)});function pW(e){return Nc(bv,e)}var _v=b("ZodEmoji",(e,t)=>{lp.init(e,t),Ie.init(e,t)});function fW(e){return jc(_v,e)}var vv=b("ZodNanoID",(e,t)=>{up.init(e,t),Ie.init(e,t)});function mW(e){return Uc(vv,e)}var Sv=b("ZodCUID",(e,t)=>{dp.init(e,t),Ie.init(e,t)});function gW(e){return zc(Sv,e)}var xv=b("ZodCUID2",(e,t)=>{pp.init(e,t),Ie.init(e,t)});function hW(e){return Lc(xv,e)}var wv=b("ZodULID",(e,t)=>{fp.init(e,t),Ie.init(e,t)});function yW(e){return Fc(wv,e)}var kv=b("ZodXID",(e,t)=>{mp.init(e,t),Ie.init(e,t)});function bW(e){return Bc(kv,e)}var Ev=b("ZodKSUID",(e,t)=>{gp.init(e,t),Ie.init(e,t)});function _W(e){return Hc(Ev,e)}var Tv=b("ZodIPv4",(e,t)=>{hp.init(e,t),Ie.init(e,t)});function vW(e){return qc(Tv,e)}var Pv=b("ZodIPv6",(e,t)=>{yp.init(e,t),Ie.init(e,t)});function SW(e){return Zc(Pv,e)}var Iv=b("ZodCIDRv4",(e,t)=>{bp.init(e,t),Ie.init(e,t)});function xW(e){return Vc(Iv,e)}var Rv=b("ZodCIDRv6",(e,t)=>{_p.init(e,t),Ie.init(e,t)});function wW(e){return Wc(Rv,e)}var $v=b("ZodBase64",(e,t)=>{vp.init(e,t),Ie.init(e,t)});function kW(e){return Kc($v,e)}var Ov=b("ZodBase64URL",(e,t)=>{Sp.init(e,t),Ie.init(e,t)});function EW(e){return Gc(Ov,e)}var Av=b("ZodE164",(e,t)=>{xp.init(e,t),Ie.init(e,t)});function TW(e){return Jc(Av,e)}var Cv=b("ZodJWT",(e,t)=>{wp.init(e,t),Ie.init(e,t)});function PW(e){return Xc(Cv,e)}var Q0=b("ZodCustomStringFormat",(e,t)=>{kp.init(e,t),Ie.init(e,t)});function IW(e,t,r={}){return If(Q0,e,t,r)}var fl=b("ZodNumber",(e,t)=>{kc.init(e,t),ne.init(e,t),e.gt=(o,n)=>e.check(Xr(o,n)),e.gte=(o,n)=>e.check(Et(o,n)),e.min=(o,n)=>e.check(Et(o,n)),e.lt=(o,n)=>e.check(Jr(o,n)),e.lte=(o,n)=>e.check(Jt(o,n)),e.max=(o,n)=>e.check(Jt(o,n)),e.int=(o)=>e.check(gv(o)),e.safe=(o)=>e.check(gv(o)),e.positive=(o)=>e.check(Xr(0,o)),e.nonnegative=(o)=>e.check(Et(0,o)),e.negative=(o)=>e.check(Jr(0,o)),e.nonpositive=(o)=>e.check(Jt(0,o)),e.multipleOf=(o,n)=>e.check(Ao(o,n)),e.step=(o,n)=>e.check(Ao(o,n)),e.finite=()=>e;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??0.5),e.isFinite=!0,e.format=r.format??null});function fe(e){return sf(fl,e)}var cs=b("ZodNumberFormat",(e,t)=>{Ep.init(e,t),fl.init(e,t)});function gv(e){return af(cs,e)}function RW(e){return cf(cs,e)}function $W(e){return lf(cs,e)}function OW(e){return uf(cs,e)}function AW(e){return df(cs,e)}var ml=b("ZodBoolean",(e,t)=>{Gi.init(e,t),ne.init(e,t)});function Ve(e){return pf(ml,e)}var gl=b("ZodBigInt",(e,t)=>{Ec.init(e,t),ne.init(e,t),e.gte=(o,n)=>e.check(Et(o,n)),e.min=(o,n)=>e.check(Et(o,n)),e.gt=(o,n)=>e.check(Xr(o,n)),e.gte=(o,n)=>e.check(Et(o,n)),e.min=(o,n)=>e.check(Et(o,n)),e.lt=(o,n)=>e.check(Jr(o,n)),e.lte=(o,n)=>e.check(Jt(o,n)),e.max=(o,n)=>e.check(Jt(o,n)),e.positive=(o)=>e.check(Xr(BigInt(0),o)),e.negative=(o)=>e.check(Jr(BigInt(0),o)),e.nonpositive=(o)=>e.check(Jt(BigInt(0),o)),e.nonnegative=(o)=>e.check(Et(BigInt(0),o)),e.multipleOf=(o,n)=>e.check(Ao(o,n));let r=e._zod.bag;e.minValue=r.minimum??null,e.maxValue=r.maximum??null,e.format=r.format??null});function CW(e){return ff(gl,e)}var Mv=b("ZodBigIntFormat",(e,t)=>{Tp.init(e,t),gl.init(e,t)});function MW(e){return mf(Mv,e)}function DW(e){return gf(Mv,e)}var e$=b("ZodSymbol",(e,t)=>{Pp.init(e,t),ne.init(e,t)});function NW(e){return hf(e$,e)}var t$=b("ZodUndefined",(e,t)=>{Ip.init(e,t),ne.init(e,t)});function jW(e){return yf(t$,e)}var r$=b("ZodNull",(e,t)=>{Rp.init(e,t),ne.init(e,t)});function Ff(e){return bf(r$,e)}var n$=b("ZodAny",(e,t)=>{$p.init(e,t),ne.init(e,t)});function UW(){return _f(n$)}var o$=b("ZodUnknown",(e,t)=>{$o.init(e,t),ne.init(e,t)});function Oe(){return Oo(o$)}var i$=b("ZodNever",(e,t)=>{Op.init(e,t),ne.init(e,t)});function Bf(e){return vf(i$,e)}var s$=b("ZodVoid",(e,t)=>{Ap.init(e,t),ne.init(e,t)});function zW(e){return Sf(s$,e)}var Hf=b("ZodDate",(e,t)=>{Cp.init(e,t),ne.init(e,t),e.min=(o,n)=>e.check(Et(o,n)),e.max=(o,n)=>e.check(Jt(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});function LW(e){return xf(Hf,e)}var a$=b("ZodArray",(e,t)=>{Ji.init(e,t),ne.init(e,t),e.element=t.element,e.min=(r,o)=>e.check(Cn(r,o)),e.nonempty=(r)=>e.check(Cn(1,r)),e.max=(r,o)=>e.check(rs(r,o)),e.length=(r,o)=>e.check(ns(r,o)),e.unwrap=()=>e.element});function ie(e,t){return ul(a$,e,t)}function FW(e){let t=e._zod.def.shape;return B(Object.keys(t))}var qf=b("ZodObject",(e,t)=>{Tc.init(e,t),ne.init(e,t),O.defineLazy(e,"shape",()=>t.shape),e.keyof=()=>ft(Object.keys(e._zod.def.shape)),e.catchall=(r)=>e.clone({...e._zod.def,catchall:r}),e.passthrough=()=>e.clone({...e._zod.def,catchall:Oe()}),e.loose=()=>e.clone({...e._zod.def,catchall:Oe()}),e.strict=()=>e.clone({...e._zod.def,catchall:Bf()}),e.strip=()=>e.clone({...e._zod.def,catchall:void 0}),e.extend=(r)=>O.extend(e,r),e.merge=(r)=>O.merge(e,r),e.pick=(r)=>O.pick(e,r),e.omit=(r)=>O.omit(e,r),e.partial=(...r)=>O.partial(zv,e,r[0]),e.required=(...r)=>O.required(Lv,e,r[0])});function L(e,t){let r={type:"object",get shape(){return O.assignProp(this,"shape",{...e}),this.shape},...O.normalizeParams(t)};return new qf(r)}function BW(e,t){return new qf({type:"object",get shape(){return O.assignProp(this,"shape",{...e}),this.shape},catchall:Bf(),...O.normalizeParams(t)})}function ct(e,t){return new qf({type:"object",get shape(){return O.assignProp(this,"shape",{...e}),this.shape},catchall:Oe(),...O.normalizeParams(t)})}var Dv=b("ZodUnion",(e,t)=>{Pc.init(e,t),ne.init(e,t),e.options=t.options});function we(e,t){return new Dv({type:"union",options:e,...O.normalizeParams(t)})}var c$=b("ZodDiscriminatedUnion",(e,t)=>{Dv.init(e,t),Mp.init(e,t)});function Zf(e,t,r){return new c$({type:"union",options:t,discriminator:e,...O.normalizeParams(r)})}var l$=b("ZodIntersection",(e,t)=>{Dp.init(e,t),ne.init(e,t)});function hl(e,t){return new l$({type:"intersection",left:e,right:t})}var u$=b("ZodTuple",(e,t)=>{An.init(e,t),ne.init(e,t),e.rest=(r)=>e.clone({...e._zod.def,rest:r})});function HW(e,t,r){let o=t instanceof G,n=o?r:t;return new u$({type:"tuple",items:e,rest:o?t:null,...O.normalizeParams(n)})}var Nv=b("ZodRecord",(e,t)=>{Np.init(e,t),ne.init(e,t),e.keyType=t.keyType,e.valueType=t.valueType});function ke(e,t,r){return new Nv({type:"record",keyType:e,valueType:t,...O.normalizeParams(r)})}function qW(e,t,r){return new Nv({type:"record",keyType:we([e,Bf()]),valueType:t,...O.normalizeParams(r)})}var d$=b("ZodMap",(e,t)=>{jp.init(e,t),ne.init(e,t),e.keyType=t.keyType,e.valueType=t.valueType});function ZW(e,t,r){return new d$({type:"map",keyType:e,valueType:t,...O.normalizeParams(r)})}var p$=b("ZodSet",(e,t)=>{Up.init(e,t),ne.init(e,t),e.min=(...r)=>e.check(Co(...r)),e.nonempty=(r)=>e.check(Co(1,r)),e.max=(...r)=>e.check(ts(...r)),e.size=(...r)=>e.check(Yc(...r))});function VW(e,t){return new p$({type:"set",valueType:e,...O.normalizeParams(t)})}var dl=b("ZodEnum",(e,t)=>{zp.init(e,t),ne.init(e,t),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 s of o)if(r.has(s))i[s]=t.entries[s];else throw Error(`Key ${s} not found in enum`);return new dl({...t,checks:[],...O.normalizeParams(n),entries:i})},e.exclude=(o,n)=>{let i={...t.entries};for(let s of o)if(r.has(s))delete i[s];else throw Error(`Key ${s} not found in enum`);return new dl({...t,checks:[],...O.normalizeParams(n),entries:i})}});function ft(e,t){let r=Array.isArray(e)?Object.fromEntries(e.map((o)=>[o,o])):e;return new dl({type:"enum",entries:r,...O.normalizeParams(t)})}function WW(e,t){return new dl({type:"enum",entries:e,...O.normalizeParams(t)})}var f$=b("ZodLiteral",(e,t)=>{Lp.init(e,t),ne.init(e,t),e.values=new Set(t.values),Object.defineProperty(e,"value",{get(){if(t.values.length>1)throw Error("This schema contains multiple valid literal values. Use `.values` instead.");return t.values[0]}})});function B(e,t){return new f$({type:"literal",values:Array.isArray(e)?e:[e],...O.normalizeParams(t)})}var m$=b("ZodFile",(e,t)=>{Fp.init(e,t),ne.init(e,t),e.min=(r,o)=>e.check(Co(r,o)),e.max=(r,o)=>e.check(ts(r,o)),e.mime=(r,o)=>e.check(il(Array.isArray(r)?r:[r],o))});function KW(e){return kf(m$,e)}var jv=b("ZodTransform",(e,t)=>{Xi.init(e,t),ne.init(e,t),e._zod.parse=(r,o)=>{r.addIssue=(i)=>{if(typeof i==="string")r.issues.push(O.issue(i,r.value,t));else{let s=i;if(s.fatal)s.continue=!1;s.code??(s.code="custom"),s.input??(s.input=r.value),s.inst??(s.inst=e),s.continue??(s.continue=!0),r.issues.push(O.issue(s))}};let n=t.transform(r.value,r);if(n instanceof Promise)return n.then((i)=>(r.value=i,r));return r.value=n,r}});function Uv(e){return new jv({type:"transform",transform:e})}var zv=b("ZodOptional",(e,t)=>{Bp.init(e,t),ne.init(e,t),e.unwrap=()=>e._zod.def.innerType});function Re(e){return new zv({type:"optional",innerType:e})}var g$=b("ZodNullable",(e,t)=>{Hp.init(e,t),ne.init(e,t),e.unwrap=()=>e._zod.def.innerType});function zf(e){return new g$({type:"nullable",innerType:e})}function GW(e){return Re(zf(e))}var h$=b("ZodDefault",(e,t)=>{qp.init(e,t),ne.init(e,t),e.unwrap=()=>e._zod.def.innerType,e.removeDefault=e.unwrap});function y$(e,t){return new h$({type:"default",innerType:e,get defaultValue(){return typeof t==="function"?t():t}})}var b$=b("ZodPrefault",(e,t)=>{Zp.init(e,t),ne.init(e,t),e.unwrap=()=>e._zod.def.innerType});function _$(e,t){return new b$({type:"prefault",innerType:e,get defaultValue(){return typeof t==="function"?t():t}})}var Lv=b("ZodNonOptional",(e,t)=>{Vp.init(e,t),ne.init(e,t),e.unwrap=()=>e._zod.def.innerType});function v$(e,t){return new Lv({type:"nonoptional",innerType:e,...O.normalizeParams(t)})}var S$=b("ZodSuccess",(e,t)=>{Wp.init(e,t),ne.init(e,t),e.unwrap=()=>e._zod.def.innerType});function JW(e){return new S$({type:"success",innerType:e})}var x$=b("ZodCatch",(e,t)=>{Kp.init(e,t),ne.init(e,t),e.unwrap=()=>e._zod.def.innerType,e.removeCatch=e.unwrap});function w$(e,t){return new x$({type:"catch",innerType:e,catchValue:typeof t==="function"?t:()=>t})}var k$=b("ZodNaN",(e,t)=>{Gp.init(e,t),ne.init(e,t)});function XW(e){return wf(k$,e)}var Fv=b("ZodPipe",(e,t)=>{Yi.init(e,t),ne.init(e,t),e.in=t.in,e.out=t.out});function Lf(e,t){return new Fv({type:"pipe",in:e,out:t})}var E$=b("ZodReadonly",(e,t)=>{Jp.init(e,t),ne.init(e,t)});function T$(e){return new E$({type:"readonly",innerType:e})}var P$=b("ZodTemplateLiteral",(e,t)=>{Xp.init(e,t),ne.init(e,t)});function YW(e,t){return new P$({type:"template_literal",parts:e,...O.normalizeParams(t)})}var I$=b("ZodLazy",(e,t)=>{Qp.init(e,t),ne.init(e,t),e.unwrap=()=>e._zod.def.getter()});function R$(e){return new I$({type:"lazy",getter:e})}var $$=b("ZodPromise",(e,t)=>{Yp.init(e,t),ne.init(e,t),e.unwrap=()=>e._zod.def.innerType});function QW(e){return new $$({type:"promise",innerType:e})}var Vf=b("ZodCustom",(e,t)=>{ef.init(e,t),ne.init(e,t)});function O$(e,t){let r=new Me({check:"custom",...O.normalizeParams(t)});return r._zod.check=e,r}function Bv(e,t){return Ef(Vf,e??(()=>!0),t)}function A$(e,t={}){return Tf(Vf,e,t)}function C$(e,t){let r=O$((o)=>(o.addIssue=(n)=>{if(typeof n==="string")o.issues.push(O.issue(n,o.value,r._zod.def));else{let i=n;if(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(O.issue(i))}},e(o.value,o)),t);return r}function eK(e,t={error:`Input not instance of ${e.name}`}){let r=new Vf({type:"custom",check:"custom",fn:(o)=>o instanceof e,abort:!0,...O.normalizeParams(t)});return r._zod.bag.Class=e,r}var tK=(...e)=>Pf({Pipe:Fv,Boolean:ml,String:pl,Transform:jv},...e);function rK(e){let t=R$(()=>we([S(e),fe(),Ve(),Ff(),ie(t),ke(S(),t)]));return t}function Wf(e,t){return Lf(Uv(e),t)}var nK={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"};function oK(e){He({customError:e})}function iK(){return He().customError}var Hv={};xr(Hv,{string:()=>sK,number:()=>aK,date:()=>uK,boolean:()=>cK,bigint:()=>lK});function sK(e){return q_(pl,e)}function aK(e){return G_(fl,e)}function cK(e){return J_(ml,e)}function lK(e){return X_(gl,e)}function uK(e){return Y_(Hf,e)}He(Ic());var M$=l;var qv=M$;var Zv="2025-11-25";var D$=[Zv,"2025-06-18","2025-03-26","2024-11-05","2024-10-07"],Nn="io.modelcontextprotocol/related-task",Gf="2.0",Xe=Bv((e)=>e!==null&&(typeof e==="object"||typeof e==="function")),N$=we([S(),fe().int()]),j$=S(),TSe=ct({ttl:fe().optional(),pollInterval:fe().optional()}),pK=L({ttl:fe().optional()}),fK=L({taskId:S()}),Vv=ct({progressToken:N$.optional(),[Nn]:fK.optional()}),Ut=L({_meta:Vv.optional()}),yl=Ut.extend({task:pK.optional()}),U$=(e)=>yl.safeParse(e).success,tt=L({method:S(),params:Ut.loose().optional()}),Yt=L({_meta:Vv.optional()}),Qt=L({method:S(),params:Yt.loose().optional()}),rt=ct({_meta:Vv.optional()}),Jf=we([S(),fe().int()]),z$=L({jsonrpc:B(Gf),id:Jf,...tt.shape}).strict(),Wv=(e)=>z$.safeParse(e).success,L$=L({jsonrpc:B(Gf),...Qt.shape}).strict(),F$=(e)=>L$.safeParse(e).success,Kv=L({jsonrpc:B(Gf),id:Jf,result:rt}).strict(),bl=(e)=>Kv.safeParse(e).success;var Z;(function(e){e[e.ConnectionClosed=-32000]="ConnectionClosed",e[e.RequestTimeout=-32001]="RequestTimeout",e[e.ParseError=-32700]="ParseError",e[e.InvalidRequest=-32600]="InvalidRequest",e[e.MethodNotFound=-32601]="MethodNotFound",e[e.InvalidParams=-32602]="InvalidParams",e[e.InternalError=-32603]="InternalError",e[e.UrlElicitationRequired=-32042]="UrlElicitationRequired"})(Z||(Z={}));var Gv=L({jsonrpc:B(Gf),id:Jf.optional(),error:L({code:fe().int(),message:S(),data:Oe().optional()})}).strict();var B$=(e)=>Gv.safeParse(e).success;var PSe=we([z$,L$,Kv,Gv]),ISe=we([Kv,Gv]),Xf=rt.strict(),mK=Yt.extend({requestId:Jf.optional(),reason:S().optional()}),Yf=Qt.extend({method:B("notifications/cancelled"),params:mK}),gK=L({src:S(),mimeType:S().optional(),sizes:ie(S()).optional(),theme:ft(["light","dark"]).optional()}),_l=L({icons:ie(gK).optional()}),ls=L({name:S(),title:S().optional()}),H$=ls.extend({...ls.shape,..._l.shape,version:S(),websiteUrl:S().optional(),description:S().optional()}),hK=hl(L({applyDefaults:Ve().optional()}),ke(S(),Oe())),yK=Wf((e)=>{if(e&&typeof e==="object"&&!Array.isArray(e)){if(Object.keys(e).length===0)return{form:{}}}return e},hl(L({form:hK.optional(),url:Xe.optional()}),ke(S(),Oe()).optional())),bK=ct({list:Xe.optional(),cancel:Xe.optional(),requests:ct({sampling:ct({createMessage:Xe.optional()}).optional(),elicitation:ct({create:Xe.optional()}).optional()}).optional()}),_K=ct({list:Xe.optional(),cancel:Xe.optional(),requests:ct({tools:ct({call:Xe.optional()}).optional()}).optional()}),vK=L({experimental:ke(S(),Xe).optional(),sampling:L({context:Xe.optional(),tools:Xe.optional()}).optional(),elicitation:yK.optional(),roots:L({listChanged:Ve().optional()}).optional(),tasks:bK.optional(),extensions:ke(S(),Xe).optional()}),SK=Ut.extend({protocolVersion:S(),capabilities:vK,clientInfo:H$}),Jv=tt.extend({method:B("initialize"),params:SK});var xK=L({experimental:ke(S(),Xe).optional(),logging:Xe.optional(),completions:Xe.optional(),prompts:L({listChanged:Ve().optional()}).optional(),resources:L({subscribe:Ve().optional(),listChanged:Ve().optional()}).optional(),tools:L({listChanged:Ve().optional()}).optional(),tasks:_K.optional(),extensions:ke(S(),Xe).optional()}),wK=rt.extend({protocolVersion:S(),capabilities:xK,serverInfo:H$,instructions:S().optional()}),Xv=Qt.extend({method:B("notifications/initialized"),params:Yt.optional()});var Qf=tt.extend({method:B("ping"),params:Ut.optional()}),kK=L({progress:fe(),total:Re(fe()),message:Re(S())}),EK=L({...Yt.shape,...kK.shape,progressToken:N$}),em=Qt.extend({method:B("notifications/progress"),params:EK}),TK=Ut.extend({cursor:j$.optional()}),vl=tt.extend({params:TK.optional()}),Sl=rt.extend({nextCursor:j$.optional()}),PK=ft(["working","input_required","completed","failed","cancelled"]),xl=L({taskId:S(),status:PK,ttl:we([fe(),Ff()]),createdAt:S(),lastUpdatedAt:S(),pollInterval:Re(fe()),statusMessage:Re(S())}),us=rt.extend({task:xl}),IK=Yt.merge(xl),wl=Qt.extend({method:B("notifications/tasks/status"),params:IK}),tm=tt.extend({method:B("tasks/get"),params:Ut.extend({taskId:S()})}),rm=rt.merge(xl),nm=tt.extend({method:B("tasks/result"),params:Ut.extend({taskId:S()})}),RSe=rt.loose(),om=vl.extend({method:B("tasks/list")}),im=Sl.extend({tasks:ie(xl)}),sm=tt.extend({method:B("tasks/cancel"),params:Ut.extend({taskId:S()})}),q$=rt.merge(xl),Z$=L({uri:S(),mimeType:Re(S()),_meta:ke(S(),Oe()).optional()}),V$=Z$.extend({text:S()}),Yv=S().refine((e)=>{try{return atob(e),!0}catch{return!1}},{message:"Invalid Base64 string"}),W$=Z$.extend({blob:Yv}),kl=ft(["user","assistant"]),ds=L({audience:ie(kl).optional(),priority:fe().min(0).max(1).optional(),lastModified:ss.datetime({offset:!0}).optional()}),K$=L({...ls.shape,..._l.shape,uri:S(),description:Re(S()),mimeType:Re(S()),size:Re(fe()),annotations:ds.optional(),_meta:Re(ct({}))}),RK=L({...ls.shape,..._l.shape,uriTemplate:S(),description:Re(S()),mimeType:Re(S()),annotations:ds.optional(),_meta:Re(ct({}))}),am=vl.extend({method:B("resources/list")}),$K=Sl.extend({resources:ie(K$)}),cm=vl.extend({method:B("resources/templates/list")}),OK=Sl.extend({resourceTemplates:ie(RK)}),Qv=Ut.extend({uri:S()}),AK=Qv,lm=tt.extend({method:B("resources/read"),params:AK}),CK=rt.extend({contents:ie(we([V$,W$]))}),MK=Qt.extend({method:B("notifications/resources/list_changed"),params:Yt.optional()}),DK=Qv,NK=tt.extend({method:B("resources/subscribe"),params:DK}),jK=Qv,UK=tt.extend({method:B("resources/unsubscribe"),params:jK}),zK=Yt.extend({uri:S()}),LK=Qt.extend({method:B("notifications/resources/updated"),params:zK}),FK=L({name:S(),description:Re(S()),required:Re(Ve())}),BK=L({...ls.shape,..._l.shape,description:Re(S()),arguments:Re(ie(FK)),_meta:Re(ct({}))}),um=vl.extend({method:B("prompts/list")}),HK=Sl.extend({prompts:ie(BK)}),qK=Ut.extend({name:S(),arguments:ke(S(),S()).optional()}),dm=tt.extend({method:B("prompts/get"),params:qK}),eS=L({type:B("text"),text:S(),annotations:ds.optional(),_meta:ke(S(),Oe()).optional()}),tS=L({type:B("image"),data:Yv,mimeType:S(),annotations:ds.optional(),_meta:ke(S(),Oe()).optional()}),rS=L({type:B("audio"),data:Yv,mimeType:S(),annotations:ds.optional(),_meta:ke(S(),Oe()).optional()}),ZK=L({type:B("tool_use"),name:S(),id:S(),input:ke(S(),Oe()),_meta:ke(S(),Oe()).optional()}),VK=L({type:B("resource"),resource:we([V$,W$]),annotations:ds.optional(),_meta:ke(S(),Oe()).optional()}),WK=K$.extend({type:B("resource_link")}),nS=we([eS,tS,rS,WK,VK]),KK=L({role:kl,content:nS}),GK=rt.extend({description:S().optional(),messages:ie(KK)}),JK=Qt.extend({method:B("notifications/prompts/list_changed"),params:Yt.optional()}),XK=L({title:S().optional(),readOnlyHint:Ve().optional(),destructiveHint:Ve().optional(),idempotentHint:Ve().optional(),openWorldHint:Ve().optional()}),YK=L({taskSupport:ft(["required","optional","forbidden"]).optional()}),G$=L({...ls.shape,..._l.shape,description:S().optional(),inputSchema:L({type:B("object"),properties:ke(S(),Xe).optional(),required:ie(S()).optional()}).catchall(Oe()),outputSchema:L({type:B("object"),properties:ke(S(),Xe).optional(),required:ie(S()).optional()}).catchall(Oe()).optional(),annotations:XK.optional(),execution:YK.optional(),_meta:ke(S(),Oe()).optional()}),pm=vl.extend({method:B("tools/list")}),QK=Sl.extend({tools:ie(G$)}),fm=rt.extend({content:ie(nS).default([]),structuredContent:ke(S(),Oe()).optional(),isError:Ve().optional()}),$Se=fm.or(rt.extend({toolResult:Oe()})),eG=yl.extend({name:S(),arguments:ke(S(),Oe()).optional()}),ps=tt.extend({method:B("tools/call"),params:eG}),tG=Qt.extend({method:B("notifications/tools/list_changed"),params:Yt.optional()}),OSe=L({autoRefresh:Ve().default(!0),debounceMs:fe().int().nonnegative().default(300)}),El=ft(["debug","info","notice","warning","error","critical","alert","emergency"]),rG=Ut.extend({level:El}),oS=tt.extend({method:B("logging/setLevel"),params:rG}),nG=Yt.extend({level:El,logger:S().optional(),data:Oe()}),oG=Qt.extend({method:B("notifications/message"),params:nG}),iG=L({name:S().optional()}),sG=L({hints:ie(iG).optional(),costPriority:fe().min(0).max(1).optional(),speedPriority:fe().min(0).max(1).optional(),intelligencePriority:fe().min(0).max(1).optional()}),aG=L({mode:ft(["auto","required","none"]).optional()}),cG=L({type:B("tool_result"),toolUseId:S().describe("The unique identifier for the corresponding tool call."),content:ie(nS).default([]),structuredContent:L({}).loose().optional(),isError:Ve().optional(),_meta:ke(S(),Oe()).optional()}),lG=Zf("type",[eS,tS,rS]),Kf=Zf("type",[eS,tS,rS,ZK,cG]),uG=L({role:kl,content:we([Kf,ie(Kf)]),_meta:ke(S(),Oe()).optional()}),dG=yl.extend({messages:ie(uG),modelPreferences:sG.optional(),systemPrompt:S().optional(),includeContext:ft(["none","thisServer","allServers"]).optional(),temperature:fe().optional(),maxTokens:fe().int(),stopSequences:ie(S()).optional(),metadata:Xe.optional(),tools:ie(G$).optional(),toolChoice:aG.optional()}),pG=tt.extend({method:B("sampling/createMessage"),params:dG}),Tl=rt.extend({model:S(),stopReason:Re(ft(["endTurn","stopSequence","maxTokens"]).or(S())),role:kl,content:lG}),iS=rt.extend({model:S(),stopReason:Re(ft(["endTurn","stopSequence","maxTokens","toolUse"]).or(S())),role:kl,content:we([Kf,ie(Kf)])}),fG=L({type:B("boolean"),title:S().optional(),description:S().optional(),default:Ve().optional()}),mG=L({type:B("string"),title:S().optional(),description:S().optional(),minLength:fe().optional(),maxLength:fe().optional(),format:ft(["email","uri","date","date-time"]).optional(),default:S().optional()}),gG=L({type:ft(["number","integer"]),title:S().optional(),description:S().optional(),minimum:fe().optional(),maximum:fe().optional(),default:fe().optional()}),hG=L({type:B("string"),title:S().optional(),description:S().optional(),enum:ie(S()),default:S().optional()}),yG=L({type:B("string"),title:S().optional(),description:S().optional(),oneOf:ie(L({const:S(),title:S()})),default:S().optional()}),bG=L({type:B("string"),title:S().optional(),description:S().optional(),enum:ie(S()),enumNames:ie(S()).optional(),default:S().optional()}),_G=we([hG,yG]),vG=L({type:B("array"),title:S().optional(),description:S().optional(),minItems:fe().optional(),maxItems:fe().optional(),items:L({type:B("string"),enum:ie(S())}),default:ie(S()).optional()}),SG=L({type:B("array"),title:S().optional(),description:S().optional(),minItems:fe().optional(),maxItems:fe().optional(),items:L({anyOf:ie(L({const:S(),title:S()}))}),default:ie(S()).optional()}),xG=we([vG,SG]),wG=we([bG,_G,xG]),kG=we([wG,fG,mG,gG]),EG=yl.extend({mode:B("form").optional(),message:S(),requestedSchema:L({type:B("object"),properties:ke(S(),kG),required:ie(S()).optional()})}),TG=yl.extend({mode:B("url"),message:S(),elicitationId:S(),url:S().url()}),PG=we([EG,TG]),IG=tt.extend({method:B("elicitation/create"),params:PG}),RG=Yt.extend({elicitationId:S()}),$G=Qt.extend({method:B("notifications/elicitation/complete"),params:RG}),fs=rt.extend({action:ft(["accept","decline","cancel"]),content:Wf((e)=>e===null?void 0:e,ke(S(),we([S(),fe(),Ve(),ie(S())])).optional())}),OG=L({type:B("ref/resource"),uri:S()});var AG=L({type:B("ref/prompt"),name:S()}),CG=Ut.extend({ref:we([AG,OG]),argument:L({name:S(),value:S()}),context:L({arguments:ke(S(),S()).optional()}).optional()}),mm=tt.extend({method:B("completion/complete"),params:CG});function J$(e){if(e.params.ref.type!=="ref/prompt")throw TypeError(`Expected CompleteRequestPrompt, but got ${e.params.ref.type}`)}function X$(e){if(e.params.ref.type!=="ref/resource")throw TypeError(`Expected CompleteRequestResourceTemplate, but got ${e.params.ref.type}`)}var MG=rt.extend({completion:ct({values:ie(S()).max(100),total:Re(fe().int()),hasMore:Re(Ve())})}),DG=L({uri:S().startsWith("file://"),name:S().optional(),_meta:ke(S(),Oe()).optional()}),NG=tt.extend({method:B("roots/list"),params:Ut.optional()}),sS=rt.extend({roots:ie(DG)}),jG=Qt.extend({method:B("notifications/roots/list_changed"),params:Yt.optional()}),ASe=we([Qf,Jv,mm,oS,dm,um,am,cm,lm,NK,UK,ps,pm,tm,nm,om,sm]),CSe=we([Yf,em,Xv,jG,wl]),MSe=we([Xf,Tl,iS,fs,sS,rm,im,us]),DSe=we([Qf,pG,IG,NG,tm,nm,om,sm]),NSe=we([Yf,em,oG,LK,MK,tG,JK,wl,$G]),jSe=we([Xf,wK,MG,GK,HK,$K,OK,CK,fm,QK,rm,im,us]);class H extends Error{constructor(e,t,r){super(`MCP error ${e}: ${t}`);this.code=e,this.data=r,this.name="McpError"}static fromError(e,t,r){if(e===Z.UrlElicitationRequired&&r){let o=r;if(o.elicitations)return new Y$(o.elicitations,t)}return new H(e,t,r)}}class Y$ extends H{constructor(e,t=`URL elicitation${e.length>1?"s":""} required`){super(Z.UrlElicitationRequired,t,{elicitations:e})}get elicitations(){return this.data?.elicitations??[]}}function jn(e){return e==="completed"||e==="failed"||e==="cancelled"}var eO=Symbol("Let zodToJsonSchema decide on which parser to use");var Q$={name:void 0,$refStrategy:"root",basePath:["#"],effectStrategy:"input",pipeStrategy:"all",dateStrategy:"format:date-time",mapStrategy:"entries",removeAdditionalStrategy:"passthrough",allowedAdditionalProperties:!0,rejectedAdditionalProperties:!1,definitionPath:"definitions",target:"jsonSchema7",strictUnions:!1,definitions:{},errorMessages:!1,markdownDescription:!1,patternStrategy:"escape",applyRegexFlags:!1,emailStrategy:"format:email",base64Strategy:"contentEncoding:base64",nameStrategy:"ref",openAiAnyTypeName:"OpenAiAnyType"},tO=(e)=>typeof e==="string"?{...Q$,name:e}:{...Q$,...e};var rO=(e)=>{let t=tO(e),r=t.name!==void 0?[...t.basePath,t.definitionPath,t.name]:t.basePath;return{...t,flags:{hasReferencedOpenAiAnyType:!1},currentPath:r,propertyPath:void 0,seen:new Map(Object.entries(t.definitions).map(([o,n])=>[n._def,{def:n._def,path:[...t.basePath,t.definitionPath,o],jsonSchema:void 0}]))}};function aS(e,t,r,o){if(!o?.errorMessages)return;if(r)e.errorMessage={...e.errorMessage,[t]:r}}function ce(e,t,r,o,n){e[t]=r,aS(e,t,o,n)}var gm=(e,t)=>{let r=0;for(;r<e.length&&r<t.length;r++)if(e[r]!==t[r])break;return[(e.length-r).toString(),...t.slice(r)].join("/")};function De(e){if(e.target!=="openAi")return{};let t=[...e.basePath,e.definitionPath,e.openAiAnyTypeName];return e.flags.hasReferencedOpenAiAnyType=!0,{$ref:e.$refStrategy==="relative"?gm(t,e.currentPath):t.join("/")}}function nO(e,t){let r={type:"array"};if(e.type?._def&&e.type?._def?.typeName!==R.ZodAny)r.items=K(e.type._def,{...t,currentPath:[...t.currentPath,"items"]});if(e.minLength)ce(r,"minItems",e.minLength.value,e.minLength.message,t);if(e.maxLength)ce(r,"maxItems",e.maxLength.value,e.maxLength.message,t);if(e.exactLength)ce(r,"minItems",e.exactLength.value,e.exactLength.message,t),ce(r,"maxItems",e.exactLength.value,e.exactLength.message,t);return r}function oO(e,t){let r={type:"integer",format:"int64"};if(!e.checks)return r;for(let o of e.checks)switch(o.kind){case"min":if(t.target==="jsonSchema7")if(o.inclusive)ce(r,"minimum",o.value,o.message,t);else ce(r,"exclusiveMinimum",o.value,o.message,t);else{if(!o.inclusive)r.exclusiveMinimum=!0;ce(r,"minimum",o.value,o.message,t)}break;case"max":if(t.target==="jsonSchema7")if(o.inclusive)ce(r,"maximum",o.value,o.message,t);else ce(r,"exclusiveMaximum",o.value,o.message,t);else{if(!o.inclusive)r.exclusiveMaximum=!0;ce(r,"maximum",o.value,o.message,t)}break;case"multipleOf":ce(r,"multipleOf",o.value,o.message,t);break}return r}function iO(){return{type:"boolean"}}function hm(e,t){return K(e.type._def,t)}var sO=(e,t)=>K(e.innerType._def,t);function cS(e,t,r){let o=r??t.dateStrategy;if(Array.isArray(o))return{anyOf:o.map((n,i)=>cS(e,t,n))};switch(o){case"string":case"format:date-time":return{type:"string",format:"date-time"};case"format:date":return{type:"string",format:"date"};case"integer":return UG(e,t)}}var UG=(e,t)=>{let r={type:"integer",format:"unix-time"};if(t.target==="openApi3")return r;for(let o of e.checks)switch(o.kind){case"min":ce(r,"minimum",o.value,o.message,t);break;case"max":ce(r,"maximum",o.value,o.message,t);break}return r};function aO(e,t){return{...K(e.innerType._def,t),default:e.defaultValue()}}function cO(e,t){return t.effectStrategy==="input"?K(e.schema._def,t):De(t)}function lO(e){return{type:"string",enum:Array.from(e.values)}}var zG=(e)=>{if("type"in e&&e.type==="string")return!1;return"allOf"in e};function uO(e,t){let r=[K(e.left._def,{...t,currentPath:[...t.currentPath,"allOf","0"]}),K(e.right._def,{...t,currentPath:[...t.currentPath,"allOf","1"]})].filter((i)=>!!i),o=t.target==="jsonSchema2019-09"?{unevaluatedProperties:!1}:void 0,n=[];return r.forEach((i)=>{if(zG(i)){if(n.push(...i.allOf),i.unevaluatedProperties===void 0)o=void 0}else{let s=i;if("additionalProperties"in i&&i.additionalProperties===!1){let{additionalProperties:a,...c}=i;s=c}else o=void 0;n.push(s)}}),n.length?{allOf:n,...o}:void 0}function dO(e,t){let r=typeof e.value;if(r!=="bigint"&&r!=="number"&&r!=="boolean"&&r!=="string")return{type:Array.isArray(e.value)?"array":"object"};if(t.target==="openApi3")return{type:r==="bigint"?"integer":r,enum:[e.value]};return{type:r==="bigint"?"integer":r,const:e.value}}var lS=void 0,dr={cuid:/^[cC][^\s-]{8,}$/,cuid2:/^[0-9a-z]+$/,ulid:/^[0-9A-HJKMNP-TV-Z]{26}$/,email:/^(?!\.)(?!.*\.\.)([a-zA-Z0-9_'+\-\.]*)[a-zA-Z0-9_+-]@([a-zA-Z0-9][a-zA-Z0-9\-]*\.)+[a-zA-Z]{2,}$/,emoji:()=>{if(lS===void 0)lS=RegExp("^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$","u");return lS},uuid:/^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}$/,ipv4:/^(?:(?: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])$/,ipv4Cidr:/^(?:(?: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])\/(3[0-2]|[12]?[0-9])$/,ipv6:/^(([a-f0-9]{1,4}:){7}|::([a-f0-9]{1,4}:){0,6}|([a-f0-9]{1,4}:){1}:([a-f0-9]{1,4}:){0,5}|([a-f0-9]{1,4}:){2}:([a-f0-9]{1,4}:){0,4}|([a-f0-9]{1,4}:){3}:([a-f0-9]{1,4}:){0,3}|([a-f0-9]{1,4}:){4}:([a-f0-9]{1,4}:){0,2}|([a-f0-9]{1,4}:){5}:([a-f0-9]{1,4}:){0,1})([a-f0-9]{1,4}|(((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2}))\.){3}((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2})))$/,ipv6Cidr:/^(([0-9a-fA-F]{1,4}:){7,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}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/,base64:/^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/,base64url:/^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/,nanoid:/^[a-zA-Z0-9_-]{21}$/,jwt:/^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/};function ym(e,t){let r={type:"string"};if(e.checks)for(let o of e.checks)switch(o.kind){case"min":ce(r,"minLength",typeof r.minLength==="number"?Math.max(r.minLength,o.value):o.value,o.message,t);break;case"max":ce(r,"maxLength",typeof r.maxLength==="number"?Math.min(r.maxLength,o.value):o.value,o.message,t);break;case"email":switch(t.emailStrategy){case"format:email":pr(r,"email",o.message,t);break;case"format:idn-email":pr(r,"idn-email",o.message,t);break;case"pattern:zod":mt(r,dr.email,o.message,t);break}break;case"url":pr(r,"uri",o.message,t);break;case"uuid":pr(r,"uuid",o.message,t);break;case"regex":mt(r,o.regex,o.message,t);break;case"cuid":mt(r,dr.cuid,o.message,t);break;case"cuid2":mt(r,dr.cuid2,o.message,t);break;case"startsWith":mt(r,RegExp(`^${uS(o.value,t)}`),o.message,t);break;case"endsWith":mt(r,RegExp(`${uS(o.value,t)}$`),o.message,t);break;case"datetime":pr(r,"date-time",o.message,t);break;case"date":pr(r,"date",o.message,t);break;case"time":pr(r,"time",o.message,t);break;case"duration":pr(r,"duration",o.message,t);break;case"length":ce(r,"minLength",typeof r.minLength==="number"?Math.max(r.minLength,o.value):o.value,o.message,t),ce(r,"maxLength",typeof r.maxLength==="number"?Math.min(r.maxLength,o.value):o.value,o.message,t);break;case"includes":{mt(r,RegExp(uS(o.value,t)),o.message,t);break}case"ip":{if(o.version!=="v6")pr(r,"ipv4",o.message,t);if(o.version!=="v4")pr(r,"ipv6",o.message,t);break}case"base64url":mt(r,dr.base64url,o.message,t);break;case"jwt":mt(r,dr.jwt,o.message,t);break;case"cidr":{if(o.version!=="v6")mt(r,dr.ipv4Cidr,o.message,t);if(o.version!=="v4")mt(r,dr.ipv6Cidr,o.message,t);break}case"emoji":mt(r,dr.emoji(),o.message,t);break;case"ulid":{mt(r,dr.ulid,o.message,t);break}case"base64":{switch(t.base64Strategy){case"format:binary":{pr(r,"binary",o.message,t);break}case"contentEncoding:base64":{ce(r,"contentEncoding","base64",o.message,t);break}case"pattern:zod":{mt(r,dr.base64,o.message,t);break}}break}case"nanoid":mt(r,dr.nanoid,o.message,t);case"toLowerCase":case"toUpperCase":case"trim":break;default:((n)=>{})(o)}return r}function uS(e,t){return t.patternStrategy==="escape"?FG(e):e}var LG=new Set("ABCDEFGHIJKLMNOPQRSTUVXYZabcdefghijklmnopqrstuvxyz0123456789");function FG(e){let t="";for(let r=0;r<e.length;r++){if(!LG.has(e[r]))t+="\\";t+=e[r]}return t}function pr(e,t,r,o){if(e.format||e.anyOf?.some((n)=>n.format)){if(!e.anyOf)e.anyOf=[];if(e.format){if(e.anyOf.push({format:e.format,...e.errorMessage&&o.errorMessages&&{errorMessage:{format:e.errorMessage.format}}}),delete e.format,e.errorMessage){if(delete e.errorMessage.format,Object.keys(e.errorMessage).length===0)delete e.errorMessage}}e.anyOf.push({format:t,...r&&o.errorMessages&&{errorMessage:{format:r}}})}else ce(e,"format",t,r,o)}function mt(e,t,r,o){if(e.pattern||e.allOf?.some((n)=>n.pattern)){if(!e.allOf)e.allOf=[];if(e.pattern){if(e.allOf.push({pattern:e.pattern,...e.errorMessage&&o.errorMessages&&{errorMessage:{pattern:e.errorMessage.pattern}}}),delete e.pattern,e.errorMessage){if(delete e.errorMessage.pattern,Object.keys(e.errorMessage).length===0)delete e.errorMessage}}e.allOf.push({pattern:pO(t,o),...r&&o.errorMessages&&{errorMessage:{pattern:r}}})}else ce(e,"pattern",pO(t,o),r,o)}function pO(e,t){if(!t.applyRegexFlags||!e.flags)return e.source;let r={i:e.flags.includes("i"),m:e.flags.includes("m"),s:e.flags.includes("s")},o=r.i?e.source.toLowerCase():e.source,n="",i=!1,s=!1,a=!1;for(let c=0;c<o.length;c++){if(i){n+=o[c],i=!1;continue}if(r.i){if(s){if(o[c].match(/[a-z]/)){if(a)n+=o[c],n+=`${o[c-2]}-${o[c]}`.toUpperCase(),a=!1;else if(o[c+1]==="-"&&o[c+2]?.match(/[a-z]/))n+=o[c],a=!0;else n+=`${o[c]}${o[c].toUpperCase()}`;continue}}else if(o[c].match(/[a-z]/)){n+=`[${o[c]}${o[c].toUpperCase()}]`;continue}}if(r.m){if(o[c]==="^"){n+=`(^|(?<=[\r
|
|
100
|
+
Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.`);else if(r.cycles==="ref")i(u);continue}if(d.count>1){if(r.reused==="ref"){i(u);continue}}}let s=(u,d)=>{let p=this.seen.get(u),f=p.def??p.schema,m={...f};if(p.ref===null)return;let g=p.ref;if(p.ref=null,g){s(g,d);let h=this.seen.get(g).schema;if(h.$ref&&d.target==="draft-7")f.allOf=f.allOf??[],f.allOf.push(h);else Object.assign(f,h),Object.assign(f,m)}if(!p.isParent)this.override({zodSchema:u,jsonSchema:f,path:p.path??[]})};for(let u of[...this.seen.entries()].reverse())s(u[0],{target:this.target});let a={};if(this.target==="draft-2020-12")a.$schema="https://json-schema.org/draft/2020-12/schema";else if(this.target==="draft-7")a.$schema="http://json-schema.org/draft-07/schema#";else console.warn(`Invalid target: ${this.target}`);Object.assign(a,o.def);let c=r.external?.defs??{};for(let u of this.seen.entries()){let d=u[1];if(d.def&&d.defId)c[d.defId]=d.def}if(!r.external&&Object.keys(c).length>0)if(this.target==="draft-2020-12")a.$defs=c;else a.definitions=c;try{return JSON.parse(JSON.stringify(a))}catch(u){throw Error("Error converting schema to JSON.")}}}function os(e,t){if(e instanceof Rc){let o=new $f(t),n={};for(let a of e._idmap.entries()){let[c,u]=a;o.process(u)}let i={},s={registry:e,uri:t?.uri||((a)=>a),defs:n};for(let a of e._idmap.entries()){let[c,u]=a;i[c]=o.emit(u,{...t,external:s})}if(Object.keys(n).length>0){let a=o.target==="draft-2020-12"?"$defs":"definitions";i.__shared={[a]:n}}return{schemas:i}}let r=new $f(t);return r.process(e),r.emit(e,t)}function Je(e,t){let r=t??{seen:new Set};if(r.seen.has(e))return!1;r.seen.add(e);let n=e._zod.def;switch(n.type){case"string":case"number":case"bigint":case"boolean":case"date":case"symbol":case"undefined":case"null":case"any":case"unknown":case"never":case"void":case"literal":case"enum":case"nan":case"file":case"template_literal":return!1;case"array":return Je(n.element,r);case"object":{for(let i in n.shape)if(Je(n.shape[i],r))return!0;return!1}case"union":{for(let i of n.options)if(Je(i,r))return!0;return!1}case"intersection":return Je(n.left,r)||Je(n.right,r);case"tuple":{for(let i of n.items)if(Je(i,r))return!0;if(n.rest&&Je(n.rest,r))return!0;return!1}case"record":return Je(n.keyType,r)||Je(n.valueType,r);case"map":return Je(n.keyType,r)||Je(n.valueType,r);case"set":return Je(n.valueType,r);case"promise":case"optional":case"nonoptional":case"nullable":case"readonly":return Je(n.innerType,r);case"lazy":return Je(n.getter(),r);case"default":return Je(n.innerType,r);case"prefault":return Je(n.innerType,r);case"custom":return!1;case"transform":return!0;case"pipe":return Je(n.in,r)||Je(n.out,r);case"success":return!1;case"catch":return!1;default:}throw Error(`Unknown schema type: ${n.type}`)}var K0={};var oW=b("ZodMiniType",(e,t)=>{if(!e._zod)throw Error("Uninitialized schema in ZodMiniType.");G.init(e,t),e.def=t,e.parse=(r,o)=>Po(e,r,o,{callee:e.parse}),e.safeParse=(r,o)=>In(e,r,o),e.parseAsync=async(r,o)=>Io(e,r,o,{callee:e.parseAsync}),e.safeParseAsync=async(r,o)=>Rn(e,r,o),e.check=(...r)=>e.clone({...t,checks:[...t.checks??[],...r.map((o)=>typeof o==="function"?{_zod:{check:o,def:{check:"custom"},onattach:[]}}:o)]}),e.clone=(r,o)=>at(e,r,o),e.brand=()=>e,e.register=(r,o)=>(r.add(e,o),e)});var iW=b("ZodMiniObject",(e,t)=>{Tc.init(e,t),oW.init(e,t),A.defineLazy(e,"shape",()=>t.shape)});function sv(e,t){let r={type:"object",get shape(){return A.assignProp(this,"shape",{...e}),this.shape},...A.normalizeParams(t)};return new iW(r)}function Xt(e){return!!e._zod}function Mo(e){let t=Object.values(e);if(t.length===0)return sv({});let r=t.every(Xt),o=t.every((n)=>!Xt(n));if(r)return sv(e);if(o)return w0(e);throw Error("Mixed Zod versions detected in object shape.")}function Mn(e,t){if(Xt(e))return In(e,t);return e.safeParse(t)}async function Af(e,t){if(Xt(e))return await Rn(e,t);return await e.safeParseAsync(t)}function Dn(e){if(!e)return;let t;if(Xt(e))t=e._zod?.def?.shape;else t=e.shape;if(!t)return;if(typeof t==="function")try{return t()}catch{return}return t}function is(e){if(!e)return;if(typeof e==="object"){let t=e,r=e;if(!t._def&&!r._zod){let o=Object.values(e);if(o.length>0&&o.every((n)=>typeof n==="object"&&n!==null&&(n._def!==void 0||n._zod!==void 0||typeof n.parse==="function")))return Mo(e)}}if(Xt(e)){let r=e._zod?.def;if(r&&(r.type==="object"||r.shape!==void 0))return e}else if(e.shape!==void 0)return e;return}function Of(e){if(e&&typeof e==="object"){if("message"in e&&typeof e.message==="string")return e.message;if("issues"in e&&Array.isArray(e.issues)&&e.issues.length>0){let t=e.issues[0];if(t&&typeof t==="object"&&"message"in t)return String(t.message)}try{return JSON.stringify(e)}catch{return String(e)}}return String(e)}function G0(e){return e.description}function J0(e){if(Xt(e))return e._zod?.def?.type==="optional";let t=e;if(typeof e.isOptional==="function")return e.isOptional();return t._def?.typeName==="ZodOptional"}function Cf(e){if(Xt(e)){let i=e._zod?.def;if(i){if(i.value!==void 0)return i.value;if(Array.isArray(i.values)&&i.values.length>0)return i.values[0]}}let r=e._def;if(r){if(r.value!==void 0)return r.value;if(Array.isArray(r.values)&&r.values.length>0)return r.values[0]}let o=e.value;if(o!==void 0)return o;return}var l={};xr(l,{xid:()=>xW,void:()=>HW,uuidv7:()=>gW,uuidv6:()=>mW,uuidv4:()=>fW,uuid:()=>pW,url:()=>hW,uppercase:()=>tl,unknown:()=>Ae,union:()=>we,undefined:()=>FW,ulid:()=>SW,uint64:()=>zW,uint32:()=>NW,tuple:()=>WW,trim:()=>al,treeifyError:()=>Wd,transform:()=>Uv,toUpperCase:()=>ll,toLowerCase:()=>cl,toJSONSchema:()=>os,templateLiteral:()=>rK,symbol:()=>LW,superRefine:()=>C$,success:()=>eK,stringbool:()=>iK,stringFormat:()=>OW,string:()=>S,strictObject:()=>VW,startsWith:()=>nl,size:()=>Yc,setErrorMap:()=>cK,set:()=>JW,safeParseAsync:()=>mv,safeParse:()=>fv,registry:()=>$c,regexes:()=>$n,regex:()=>Qc,refine:()=>O$,record:()=>ke,readonly:()=>T$,property:()=>nv,promise:()=>nK,prettifyError:()=>Kd,preprocess:()=>Wf,prefault:()=>_$,positive:()=>Q_,pipe:()=>Lf,partialRecord:()=>KW,parseAsync:()=>pv,parse:()=>dv,overwrite:()=>Yr,optional:()=>Re,object:()=>L,number:()=>fe,nullish:()=>QW,nullable:()=>zf,null:()=>Ff,normalize:()=>sl,nonpositive:()=>tv,nonoptional:()=>v$,nonnegative:()=>rv,never:()=>Bf,negative:()=>ev,nativeEnum:()=>XW,nanoid:()=>bW,nan:()=>tK,multipleOf:()=>Oo,minSize:()=>Co,minLength:()=>Cn,mime:()=>il,maxSize:()=>ts,maxLength:()=>rs,map:()=>GW,lte:()=>Jt,lt:()=>Jr,lowercase:()=>el,looseObject:()=>ct,locales:()=>Qi,literal:()=>B,length:()=>ns,lazy:()=>R$,ksuid:()=>wW,keyof:()=>ZW,jwt:()=>AW,json:()=>sK,iso:()=>ss,ipv6:()=>EW,ipv4:()=>kW,intersection:()=>hl,int64:()=>UW,int32:()=>DW,int:()=>gv,instanceof:()=>oK,includes:()=>rl,guid:()=>dW,gte:()=>Et,gt:()=>Xr,globalRegistry:()=>kt,getErrorMap:()=>lK,function:()=>Rf,formatError:()=>Wi,float64:()=>MW,float32:()=>CW,flattenError:()=>Vi,file:()=>YW,enum:()=>ft,endsWith:()=>ol,emoji:()=>yW,email:()=>uW,e164:()=>$W,discriminatedUnion:()=>Zf,date:()=>qW,custom:()=>Bv,cuid2:()=>vW,cuid:()=>_W,core:()=>ur,config:()=>He,coerce:()=>Hv,clone:()=>at,cidrv6:()=>PW,cidrv4:()=>TW,check:()=>A$,catch:()=>w$,boolean:()=>Ve,bigint:()=>jW,base64url:()=>RW,base64:()=>IW,array:()=>ie,any:()=>BW,_default:()=>y$,_ZodString:()=>hv,ZodXID:()=>kv,ZodVoid:()=>s$,ZodUnknown:()=>o$,ZodUnion:()=>Dv,ZodUndefined:()=>t$,ZodUUID:()=>Qr,ZodURL:()=>bv,ZodULID:()=>wv,ZodType:()=>ne,ZodTuple:()=>u$,ZodTransform:()=>jv,ZodTemplateLiteral:()=>P$,ZodSymbol:()=>e$,ZodSuccess:()=>S$,ZodStringFormat:()=>Ie,ZodString:()=>pl,ZodSet:()=>p$,ZodRecord:()=>Nv,ZodRealError:()=>as,ZodReadonly:()=>E$,ZodPromise:()=>$$,ZodPrefault:()=>b$,ZodPipe:()=>Fv,ZodOptional:()=>zv,ZodObject:()=>qf,ZodNumberFormat:()=>cs,ZodNumber:()=>fl,ZodNullable:()=>g$,ZodNull:()=>r$,ZodNonOptional:()=>Lv,ZodNever:()=>i$,ZodNanoID:()=>vv,ZodNaN:()=>k$,ZodMap:()=>d$,ZodLiteral:()=>f$,ZodLazy:()=>I$,ZodKSUID:()=>Ev,ZodJWT:()=>Cv,ZodIssueCode:()=>aK,ZodIntersection:()=>l$,ZodISOTime:()=>Nf,ZodISODuration:()=>jf,ZodISODateTime:()=>Mf,ZodISODate:()=>Df,ZodIPv6:()=>Pv,ZodIPv4:()=>Tv,ZodGUID:()=>Uf,ZodFile:()=>m$,ZodError:()=>cW,ZodEnum:()=>dl,ZodEmoji:()=>_v,ZodEmail:()=>yv,ZodE164:()=>Ov,ZodDiscriminatedUnion:()=>c$,ZodDefault:()=>h$,ZodDate:()=>Hf,ZodCustomStringFormat:()=>Q0,ZodCustom:()=>Vf,ZodCatch:()=>x$,ZodCUID2:()=>xv,ZodCUID:()=>Sv,ZodCIDRv6:()=>Rv,ZodCIDRv4:()=>Iv,ZodBoolean:()=>ml,ZodBigIntFormat:()=>Mv,ZodBigInt:()=>gl,ZodBase64URL:()=>Av,ZodBase64:()=>$v,ZodArray:()=>a$,ZodAny:()=>n$,TimePrecision:()=>of,NEVER:()=>qd,$output:()=>tf,$input:()=>rf,$brand:()=>Zd});var ss={};xr(ss,{time:()=>lv,duration:()=>uv,datetime:()=>av,date:()=>cv,ZodISOTime:()=>Nf,ZodISODuration:()=>jf,ZodISODateTime:()=>Mf,ZodISODate:()=>Df});var Mf=b("ZodISODateTime",(e,t)=>{t_.init(e,t),Ie.init(e,t)});function av(e){return Z_(Mf,e)}var Df=b("ZodISODate",(e,t)=>{r_.init(e,t),Ie.init(e,t)});function cv(e){return V_(Df,e)}var Nf=b("ZodISOTime",(e,t)=>{n_.init(e,t),Ie.init(e,t)});function lv(e){return W_(Nf,e)}var jf=b("ZodISODuration",(e,t)=>{o_.init(e,t),Ie.init(e,t)});function uv(e){return K_(jf,e)}var Y0=(e,t)=>{wc.init(e,t),e.name="ZodError",Object.defineProperties(e,{format:{value:(r)=>Wi(e,r)},flatten:{value:(r)=>Vi(e,r)},addIssue:{value:(r)=>e.issues.push(r)},addIssues:{value:(r)=>e.issues.push(...r)},isEmpty:{get(){return e.issues.length===0}}})},cW=b("ZodError",Y0),as=b("ZodError",Y0,{Parent:Error});var dv=Gd(as),pv=Jd(as),fv=Xd(as),mv=Yd(as);var ne=b("ZodType",(e,t)=>(G.init(e,t),e.def=t,Object.defineProperty(e,"_def",{value:t}),e.check=(...r)=>e.clone({...t,checks:[...t.checks??[],...r.map((o)=>typeof o==="function"?{_zod:{check:o,def:{check:"custom"},onattach:[]}}:o)]}),e.clone=(r,o)=>at(e,r,o),e.brand=()=>e,e.register=(r,o)=>(r.add(e,o),e),e.parse=(r,o)=>dv(e,r,o,{callee:e.parse}),e.safeParse=(r,o)=>fv(e,r,o),e.parseAsync=async(r,o)=>pv(e,r,o,{callee:e.parseAsync}),e.safeParseAsync=async(r,o)=>mv(e,r,o),e.spa=e.safeParseAsync,e.refine=(r,o)=>e.check(O$(r,o)),e.superRefine=(r)=>e.check(C$(r)),e.overwrite=(r)=>e.check(Yr(r)),e.optional=()=>Re(e),e.nullable=()=>zf(e),e.nullish=()=>Re(zf(e)),e.nonoptional=(r)=>v$(e,r),e.array=()=>ie(e),e.or=(r)=>we([e,r]),e.and=(r)=>hl(e,r),e.transform=(r)=>Lf(e,Uv(r)),e.default=(r)=>y$(e,r),e.prefault=(r)=>_$(e,r),e.catch=(r)=>w$(e,r),e.pipe=(r)=>Lf(e,r),e.readonly=()=>T$(e),e.describe=(r)=>{let o=e.clone();return kt.add(o,{description:r}),o},Object.defineProperty(e,"description",{get(){return kt.get(e)?.description},configurable:!0}),e.meta=(...r)=>{if(r.length===0)return kt.get(e);let o=e.clone();return kt.add(o,r[0]),o},e.isOptional=()=>e.safeParse(void 0).success,e.isNullable=()=>e.safeParse(null).success,e)),hv=b("_ZodString",(e,t)=>{An.init(e,t),ne.init(e,t);let r=e._zod.bag;e.format=r.format??null,e.minLength=r.minimum??null,e.maxLength=r.maximum??null,e.regex=(...o)=>e.check(Qc(...o)),e.includes=(...o)=>e.check(rl(...o)),e.startsWith=(...o)=>e.check(nl(...o)),e.endsWith=(...o)=>e.check(ol(...o)),e.min=(...o)=>e.check(Cn(...o)),e.max=(...o)=>e.check(rs(...o)),e.length=(...o)=>e.check(ns(...o)),e.nonempty=(...o)=>e.check(Cn(1,...o)),e.lowercase=(o)=>e.check(el(o)),e.uppercase=(o)=>e.check(tl(o)),e.trim=()=>e.check(al()),e.normalize=(...o)=>e.check(sl(...o)),e.toLowerCase=()=>e.check(cl()),e.toUpperCase=()=>e.check(ll())}),pl=b("ZodString",(e,t)=>{An.init(e,t),hv.init(e,t),e.email=(r)=>e.check(Ac(yv,r)),e.url=(r)=>e.check(Nc(bv,r)),e.jwt=(r)=>e.check(Xc(Cv,r)),e.emoji=(r)=>e.check(jc(_v,r)),e.guid=(r)=>e.check(es(Uf,r)),e.uuid=(r)=>e.check(Oc(Qr,r)),e.uuidv4=(r)=>e.check(Cc(Qr,r)),e.uuidv6=(r)=>e.check(Mc(Qr,r)),e.uuidv7=(r)=>e.check(Dc(Qr,r)),e.nanoid=(r)=>e.check(Uc(vv,r)),e.guid=(r)=>e.check(es(Uf,r)),e.cuid=(r)=>e.check(zc(Sv,r)),e.cuid2=(r)=>e.check(Lc(xv,r)),e.ulid=(r)=>e.check(Fc(wv,r)),e.base64=(r)=>e.check(Kc($v,r)),e.base64url=(r)=>e.check(Gc(Av,r)),e.xid=(r)=>e.check(Bc(kv,r)),e.ksuid=(r)=>e.check(Hc(Ev,r)),e.ipv4=(r)=>e.check(qc(Tv,r)),e.ipv6=(r)=>e.check(Zc(Pv,r)),e.cidrv4=(r)=>e.check(Vc(Iv,r)),e.cidrv6=(r)=>e.check(Wc(Rv,r)),e.e164=(r)=>e.check(Jc(Ov,r)),e.datetime=(r)=>e.check(av(r)),e.date=(r)=>e.check(cv(r)),e.time=(r)=>e.check(lv(r)),e.duration=(r)=>e.check(uv(r))});function S(e){return nf(pl,e)}var Ie=b("ZodStringFormat",(e,t)=>{xe.init(e,t),hv.init(e,t)}),yv=b("ZodEmail",(e,t)=>{ap.init(e,t),Ie.init(e,t)});function uW(e){return Ac(yv,e)}var Uf=b("ZodGUID",(e,t)=>{ip.init(e,t),Ie.init(e,t)});function dW(e){return es(Uf,e)}var Qr=b("ZodUUID",(e,t)=>{sp.init(e,t),Ie.init(e,t)});function pW(e){return Oc(Qr,e)}function fW(e){return Cc(Qr,e)}function mW(e){return Mc(Qr,e)}function gW(e){return Dc(Qr,e)}var bv=b("ZodURL",(e,t)=>{cp.init(e,t),Ie.init(e,t)});function hW(e){return Nc(bv,e)}var _v=b("ZodEmoji",(e,t)=>{lp.init(e,t),Ie.init(e,t)});function yW(e){return jc(_v,e)}var vv=b("ZodNanoID",(e,t)=>{up.init(e,t),Ie.init(e,t)});function bW(e){return Uc(vv,e)}var Sv=b("ZodCUID",(e,t)=>{dp.init(e,t),Ie.init(e,t)});function _W(e){return zc(Sv,e)}var xv=b("ZodCUID2",(e,t)=>{pp.init(e,t),Ie.init(e,t)});function vW(e){return Lc(xv,e)}var wv=b("ZodULID",(e,t)=>{fp.init(e,t),Ie.init(e,t)});function SW(e){return Fc(wv,e)}var kv=b("ZodXID",(e,t)=>{mp.init(e,t),Ie.init(e,t)});function xW(e){return Bc(kv,e)}var Ev=b("ZodKSUID",(e,t)=>{gp.init(e,t),Ie.init(e,t)});function wW(e){return Hc(Ev,e)}var Tv=b("ZodIPv4",(e,t)=>{hp.init(e,t),Ie.init(e,t)});function kW(e){return qc(Tv,e)}var Pv=b("ZodIPv6",(e,t)=>{yp.init(e,t),Ie.init(e,t)});function EW(e){return Zc(Pv,e)}var Iv=b("ZodCIDRv4",(e,t)=>{bp.init(e,t),Ie.init(e,t)});function TW(e){return Vc(Iv,e)}var Rv=b("ZodCIDRv6",(e,t)=>{_p.init(e,t),Ie.init(e,t)});function PW(e){return Wc(Rv,e)}var $v=b("ZodBase64",(e,t)=>{vp.init(e,t),Ie.init(e,t)});function IW(e){return Kc($v,e)}var Av=b("ZodBase64URL",(e,t)=>{Sp.init(e,t),Ie.init(e,t)});function RW(e){return Gc(Av,e)}var Ov=b("ZodE164",(e,t)=>{xp.init(e,t),Ie.init(e,t)});function $W(e){return Jc(Ov,e)}var Cv=b("ZodJWT",(e,t)=>{wp.init(e,t),Ie.init(e,t)});function AW(e){return Xc(Cv,e)}var Q0=b("ZodCustomStringFormat",(e,t)=>{kp.init(e,t),Ie.init(e,t)});function OW(e,t,r={}){return If(Q0,e,t,r)}var fl=b("ZodNumber",(e,t)=>{kc.init(e,t),ne.init(e,t),e.gt=(o,n)=>e.check(Xr(o,n)),e.gte=(o,n)=>e.check(Et(o,n)),e.min=(o,n)=>e.check(Et(o,n)),e.lt=(o,n)=>e.check(Jr(o,n)),e.lte=(o,n)=>e.check(Jt(o,n)),e.max=(o,n)=>e.check(Jt(o,n)),e.int=(o)=>e.check(gv(o)),e.safe=(o)=>e.check(gv(o)),e.positive=(o)=>e.check(Xr(0,o)),e.nonnegative=(o)=>e.check(Et(0,o)),e.negative=(o)=>e.check(Jr(0,o)),e.nonpositive=(o)=>e.check(Jt(0,o)),e.multipleOf=(o,n)=>e.check(Oo(o,n)),e.step=(o,n)=>e.check(Oo(o,n)),e.finite=()=>e;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??0.5),e.isFinite=!0,e.format=r.format??null});function fe(e){return sf(fl,e)}var cs=b("ZodNumberFormat",(e,t)=>{Ep.init(e,t),fl.init(e,t)});function gv(e){return af(cs,e)}function CW(e){return cf(cs,e)}function MW(e){return lf(cs,e)}function DW(e){return uf(cs,e)}function NW(e){return df(cs,e)}var ml=b("ZodBoolean",(e,t)=>{Gi.init(e,t),ne.init(e,t)});function Ve(e){return pf(ml,e)}var gl=b("ZodBigInt",(e,t)=>{Ec.init(e,t),ne.init(e,t),e.gte=(o,n)=>e.check(Et(o,n)),e.min=(o,n)=>e.check(Et(o,n)),e.gt=(o,n)=>e.check(Xr(o,n)),e.gte=(o,n)=>e.check(Et(o,n)),e.min=(o,n)=>e.check(Et(o,n)),e.lt=(o,n)=>e.check(Jr(o,n)),e.lte=(o,n)=>e.check(Jt(o,n)),e.max=(o,n)=>e.check(Jt(o,n)),e.positive=(o)=>e.check(Xr(BigInt(0),o)),e.negative=(o)=>e.check(Jr(BigInt(0),o)),e.nonpositive=(o)=>e.check(Jt(BigInt(0),o)),e.nonnegative=(o)=>e.check(Et(BigInt(0),o)),e.multipleOf=(o,n)=>e.check(Oo(o,n));let r=e._zod.bag;e.minValue=r.minimum??null,e.maxValue=r.maximum??null,e.format=r.format??null});function jW(e){return ff(gl,e)}var Mv=b("ZodBigIntFormat",(e,t)=>{Tp.init(e,t),gl.init(e,t)});function UW(e){return mf(Mv,e)}function zW(e){return gf(Mv,e)}var e$=b("ZodSymbol",(e,t)=>{Pp.init(e,t),ne.init(e,t)});function LW(e){return hf(e$,e)}var t$=b("ZodUndefined",(e,t)=>{Ip.init(e,t),ne.init(e,t)});function FW(e){return yf(t$,e)}var r$=b("ZodNull",(e,t)=>{Rp.init(e,t),ne.init(e,t)});function Ff(e){return bf(r$,e)}var n$=b("ZodAny",(e,t)=>{$p.init(e,t),ne.init(e,t)});function BW(){return _f(n$)}var o$=b("ZodUnknown",(e,t)=>{$o.init(e,t),ne.init(e,t)});function Ae(){return Ao(o$)}var i$=b("ZodNever",(e,t)=>{Ap.init(e,t),ne.init(e,t)});function Bf(e){return vf(i$,e)}var s$=b("ZodVoid",(e,t)=>{Op.init(e,t),ne.init(e,t)});function HW(e){return Sf(s$,e)}var Hf=b("ZodDate",(e,t)=>{Cp.init(e,t),ne.init(e,t),e.min=(o,n)=>e.check(Et(o,n)),e.max=(o,n)=>e.check(Jt(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});function qW(e){return xf(Hf,e)}var a$=b("ZodArray",(e,t)=>{Ji.init(e,t),ne.init(e,t),e.element=t.element,e.min=(r,o)=>e.check(Cn(r,o)),e.nonempty=(r)=>e.check(Cn(1,r)),e.max=(r,o)=>e.check(rs(r,o)),e.length=(r,o)=>e.check(ns(r,o)),e.unwrap=()=>e.element});function ie(e,t){return ul(a$,e,t)}function ZW(e){let t=e._zod.def.shape;return B(Object.keys(t))}var qf=b("ZodObject",(e,t)=>{Tc.init(e,t),ne.init(e,t),A.defineLazy(e,"shape",()=>t.shape),e.keyof=()=>ft(Object.keys(e._zod.def.shape)),e.catchall=(r)=>e.clone({...e._zod.def,catchall:r}),e.passthrough=()=>e.clone({...e._zod.def,catchall:Ae()}),e.loose=()=>e.clone({...e._zod.def,catchall:Ae()}),e.strict=()=>e.clone({...e._zod.def,catchall:Bf()}),e.strip=()=>e.clone({...e._zod.def,catchall:void 0}),e.extend=(r)=>A.extend(e,r),e.merge=(r)=>A.merge(e,r),e.pick=(r)=>A.pick(e,r),e.omit=(r)=>A.omit(e,r),e.partial=(...r)=>A.partial(zv,e,r[0]),e.required=(...r)=>A.required(Lv,e,r[0])});function L(e,t){let r={type:"object",get shape(){return A.assignProp(this,"shape",{...e}),this.shape},...A.normalizeParams(t)};return new qf(r)}function VW(e,t){return new qf({type:"object",get shape(){return A.assignProp(this,"shape",{...e}),this.shape},catchall:Bf(),...A.normalizeParams(t)})}function ct(e,t){return new qf({type:"object",get shape(){return A.assignProp(this,"shape",{...e}),this.shape},catchall:Ae(),...A.normalizeParams(t)})}var Dv=b("ZodUnion",(e,t)=>{Pc.init(e,t),ne.init(e,t),e.options=t.options});function we(e,t){return new Dv({type:"union",options:e,...A.normalizeParams(t)})}var c$=b("ZodDiscriminatedUnion",(e,t)=>{Dv.init(e,t),Mp.init(e,t)});function Zf(e,t,r){return new c$({type:"union",options:t,discriminator:e,...A.normalizeParams(r)})}var l$=b("ZodIntersection",(e,t)=>{Dp.init(e,t),ne.init(e,t)});function hl(e,t){return new l$({type:"intersection",left:e,right:t})}var u$=b("ZodTuple",(e,t)=>{On.init(e,t),ne.init(e,t),e.rest=(r)=>e.clone({...e._zod.def,rest:r})});function WW(e,t,r){let o=t instanceof G,n=o?r:t;return new u$({type:"tuple",items:e,rest:o?t:null,...A.normalizeParams(n)})}var Nv=b("ZodRecord",(e,t)=>{Np.init(e,t),ne.init(e,t),e.keyType=t.keyType,e.valueType=t.valueType});function ke(e,t,r){return new Nv({type:"record",keyType:e,valueType:t,...A.normalizeParams(r)})}function KW(e,t,r){return new Nv({type:"record",keyType:we([e,Bf()]),valueType:t,...A.normalizeParams(r)})}var d$=b("ZodMap",(e,t)=>{jp.init(e,t),ne.init(e,t),e.keyType=t.keyType,e.valueType=t.valueType});function GW(e,t,r){return new d$({type:"map",keyType:e,valueType:t,...A.normalizeParams(r)})}var p$=b("ZodSet",(e,t)=>{Up.init(e,t),ne.init(e,t),e.min=(...r)=>e.check(Co(...r)),e.nonempty=(r)=>e.check(Co(1,r)),e.max=(...r)=>e.check(ts(...r)),e.size=(...r)=>e.check(Yc(...r))});function JW(e,t){return new p$({type:"set",valueType:e,...A.normalizeParams(t)})}var dl=b("ZodEnum",(e,t)=>{zp.init(e,t),ne.init(e,t),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 s of o)if(r.has(s))i[s]=t.entries[s];else throw Error(`Key ${s} not found in enum`);return new dl({...t,checks:[],...A.normalizeParams(n),entries:i})},e.exclude=(o,n)=>{let i={...t.entries};for(let s of o)if(r.has(s))delete i[s];else throw Error(`Key ${s} not found in enum`);return new dl({...t,checks:[],...A.normalizeParams(n),entries:i})}});function ft(e,t){let r=Array.isArray(e)?Object.fromEntries(e.map((o)=>[o,o])):e;return new dl({type:"enum",entries:r,...A.normalizeParams(t)})}function XW(e,t){return new dl({type:"enum",entries:e,...A.normalizeParams(t)})}var f$=b("ZodLiteral",(e,t)=>{Lp.init(e,t),ne.init(e,t),e.values=new Set(t.values),Object.defineProperty(e,"value",{get(){if(t.values.length>1)throw Error("This schema contains multiple valid literal values. Use `.values` instead.");return t.values[0]}})});function B(e,t){return new f$({type:"literal",values:Array.isArray(e)?e:[e],...A.normalizeParams(t)})}var m$=b("ZodFile",(e,t)=>{Fp.init(e,t),ne.init(e,t),e.min=(r,o)=>e.check(Co(r,o)),e.max=(r,o)=>e.check(ts(r,o)),e.mime=(r,o)=>e.check(il(Array.isArray(r)?r:[r],o))});function YW(e){return kf(m$,e)}var jv=b("ZodTransform",(e,t)=>{Xi.init(e,t),ne.init(e,t),e._zod.parse=(r,o)=>{r.addIssue=(i)=>{if(typeof i==="string")r.issues.push(A.issue(i,r.value,t));else{let s=i;if(s.fatal)s.continue=!1;s.code??(s.code="custom"),s.input??(s.input=r.value),s.inst??(s.inst=e),s.continue??(s.continue=!0),r.issues.push(A.issue(s))}};let n=t.transform(r.value,r);if(n instanceof Promise)return n.then((i)=>(r.value=i,r));return r.value=n,r}});function Uv(e){return new jv({type:"transform",transform:e})}var zv=b("ZodOptional",(e,t)=>{Bp.init(e,t),ne.init(e,t),e.unwrap=()=>e._zod.def.innerType});function Re(e){return new zv({type:"optional",innerType:e})}var g$=b("ZodNullable",(e,t)=>{Hp.init(e,t),ne.init(e,t),e.unwrap=()=>e._zod.def.innerType});function zf(e){return new g$({type:"nullable",innerType:e})}function QW(e){return Re(zf(e))}var h$=b("ZodDefault",(e,t)=>{qp.init(e,t),ne.init(e,t),e.unwrap=()=>e._zod.def.innerType,e.removeDefault=e.unwrap});function y$(e,t){return new h$({type:"default",innerType:e,get defaultValue(){return typeof t==="function"?t():t}})}var b$=b("ZodPrefault",(e,t)=>{Zp.init(e,t),ne.init(e,t),e.unwrap=()=>e._zod.def.innerType});function _$(e,t){return new b$({type:"prefault",innerType:e,get defaultValue(){return typeof t==="function"?t():t}})}var Lv=b("ZodNonOptional",(e,t)=>{Vp.init(e,t),ne.init(e,t),e.unwrap=()=>e._zod.def.innerType});function v$(e,t){return new Lv({type:"nonoptional",innerType:e,...A.normalizeParams(t)})}var S$=b("ZodSuccess",(e,t)=>{Wp.init(e,t),ne.init(e,t),e.unwrap=()=>e._zod.def.innerType});function eK(e){return new S$({type:"success",innerType:e})}var x$=b("ZodCatch",(e,t)=>{Kp.init(e,t),ne.init(e,t),e.unwrap=()=>e._zod.def.innerType,e.removeCatch=e.unwrap});function w$(e,t){return new x$({type:"catch",innerType:e,catchValue:typeof t==="function"?t:()=>t})}var k$=b("ZodNaN",(e,t)=>{Gp.init(e,t),ne.init(e,t)});function tK(e){return wf(k$,e)}var Fv=b("ZodPipe",(e,t)=>{Yi.init(e,t),ne.init(e,t),e.in=t.in,e.out=t.out});function Lf(e,t){return new Fv({type:"pipe",in:e,out:t})}var E$=b("ZodReadonly",(e,t)=>{Jp.init(e,t),ne.init(e,t)});function T$(e){return new E$({type:"readonly",innerType:e})}var P$=b("ZodTemplateLiteral",(e,t)=>{Xp.init(e,t),ne.init(e,t)});function rK(e,t){return new P$({type:"template_literal",parts:e,...A.normalizeParams(t)})}var I$=b("ZodLazy",(e,t)=>{Qp.init(e,t),ne.init(e,t),e.unwrap=()=>e._zod.def.getter()});function R$(e){return new I$({type:"lazy",getter:e})}var $$=b("ZodPromise",(e,t)=>{Yp.init(e,t),ne.init(e,t),e.unwrap=()=>e._zod.def.innerType});function nK(e){return new $$({type:"promise",innerType:e})}var Vf=b("ZodCustom",(e,t)=>{ef.init(e,t),ne.init(e,t)});function A$(e,t){let r=new Me({check:"custom",...A.normalizeParams(t)});return r._zod.check=e,r}function Bv(e,t){return Ef(Vf,e??(()=>!0),t)}function O$(e,t={}){return Tf(Vf,e,t)}function C$(e,t){let r=A$((o)=>(o.addIssue=(n)=>{if(typeof n==="string")o.issues.push(A.issue(n,o.value,r._zod.def));else{let i=n;if(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(A.issue(i))}},e(o.value,o)),t);return r}function oK(e,t={error:`Input not instance of ${e.name}`}){let r=new Vf({type:"custom",check:"custom",fn:(o)=>o instanceof e,abort:!0,...A.normalizeParams(t)});return r._zod.bag.Class=e,r}var iK=(...e)=>Pf({Pipe:Fv,Boolean:ml,String:pl,Transform:jv},...e);function sK(e){let t=R$(()=>we([S(e),fe(),Ve(),Ff(),ie(t),ke(S(),t)]));return t}function Wf(e,t){return Lf(Uv(e),t)}var aK={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"};function cK(e){He({customError:e})}function lK(){return He().customError}var Hv={};xr(Hv,{string:()=>uK,number:()=>dK,date:()=>mK,boolean:()=>pK,bigint:()=>fK});function uK(e){return q_(pl,e)}function dK(e){return G_(fl,e)}function pK(e){return J_(ml,e)}function fK(e){return X_(gl,e)}function mK(e){return Y_(Hf,e)}He(Ic());var M$=l;var qv=M$;var Zv="2025-11-25";var D$=[Zv,"2025-06-18","2025-03-26","2024-11-05","2024-10-07"],Nn="io.modelcontextprotocol/related-task",Gf="2.0",Xe=Bv((e)=>e!==null&&(typeof e==="object"||typeof e==="function")),N$=we([S(),fe().int()]),j$=S(),$Se=ct({ttl:fe().optional(),pollInterval:fe().optional()}),hK=L({ttl:fe().optional()}),yK=L({taskId:S()}),Vv=ct({progressToken:N$.optional(),[Nn]:yK.optional()}),Ut=L({_meta:Vv.optional()}),yl=Ut.extend({task:hK.optional()}),U$=(e)=>yl.safeParse(e).success,tt=L({method:S(),params:Ut.loose().optional()}),Yt=L({_meta:Vv.optional()}),Qt=L({method:S(),params:Yt.loose().optional()}),rt=ct({_meta:Vv.optional()}),Jf=we([S(),fe().int()]),z$=L({jsonrpc:B(Gf),id:Jf,...tt.shape}).strict(),Wv=(e)=>z$.safeParse(e).success,L$=L({jsonrpc:B(Gf),...Qt.shape}).strict(),F$=(e)=>L$.safeParse(e).success,Kv=L({jsonrpc:B(Gf),id:Jf,result:rt}).strict(),bl=(e)=>Kv.safeParse(e).success;var Z;(function(e){e[e.ConnectionClosed=-32000]="ConnectionClosed",e[e.RequestTimeout=-32001]="RequestTimeout",e[e.ParseError=-32700]="ParseError",e[e.InvalidRequest=-32600]="InvalidRequest",e[e.MethodNotFound=-32601]="MethodNotFound",e[e.InvalidParams=-32602]="InvalidParams",e[e.InternalError=-32603]="InternalError",e[e.UrlElicitationRequired=-32042]="UrlElicitationRequired"})(Z||(Z={}));var Gv=L({jsonrpc:B(Gf),id:Jf.optional(),error:L({code:fe().int(),message:S(),data:Ae().optional()})}).strict();var B$=(e)=>Gv.safeParse(e).success;var ASe=we([z$,L$,Kv,Gv]),OSe=we([Kv,Gv]),Xf=rt.strict(),bK=Yt.extend({requestId:Jf.optional(),reason:S().optional()}),Yf=Qt.extend({method:B("notifications/cancelled"),params:bK}),_K=L({src:S(),mimeType:S().optional(),sizes:ie(S()).optional(),theme:ft(["light","dark"]).optional()}),_l=L({icons:ie(_K).optional()}),ls=L({name:S(),title:S().optional()}),H$=ls.extend({...ls.shape,..._l.shape,version:S(),websiteUrl:S().optional(),description:S().optional()}),vK=hl(L({applyDefaults:Ve().optional()}),ke(S(),Ae())),SK=Wf((e)=>{if(e&&typeof e==="object"&&!Array.isArray(e)){if(Object.keys(e).length===0)return{form:{}}}return e},hl(L({form:vK.optional(),url:Xe.optional()}),ke(S(),Ae()).optional())),xK=ct({list:Xe.optional(),cancel:Xe.optional(),requests:ct({sampling:ct({createMessage:Xe.optional()}).optional(),elicitation:ct({create:Xe.optional()}).optional()}).optional()}),wK=ct({list:Xe.optional(),cancel:Xe.optional(),requests:ct({tools:ct({call:Xe.optional()}).optional()}).optional()}),kK=L({experimental:ke(S(),Xe).optional(),sampling:L({context:Xe.optional(),tools:Xe.optional()}).optional(),elicitation:SK.optional(),roots:L({listChanged:Ve().optional()}).optional(),tasks:xK.optional(),extensions:ke(S(),Xe).optional()}),EK=Ut.extend({protocolVersion:S(),capabilities:kK,clientInfo:H$}),Jv=tt.extend({method:B("initialize"),params:EK});var TK=L({experimental:ke(S(),Xe).optional(),logging:Xe.optional(),completions:Xe.optional(),prompts:L({listChanged:Ve().optional()}).optional(),resources:L({subscribe:Ve().optional(),listChanged:Ve().optional()}).optional(),tools:L({listChanged:Ve().optional()}).optional(),tasks:wK.optional(),extensions:ke(S(),Xe).optional()}),PK=rt.extend({protocolVersion:S(),capabilities:TK,serverInfo:H$,instructions:S().optional()}),Xv=Qt.extend({method:B("notifications/initialized"),params:Yt.optional()});var Qf=tt.extend({method:B("ping"),params:Ut.optional()}),IK=L({progress:fe(),total:Re(fe()),message:Re(S())}),RK=L({...Yt.shape,...IK.shape,progressToken:N$}),em=Qt.extend({method:B("notifications/progress"),params:RK}),$K=Ut.extend({cursor:j$.optional()}),vl=tt.extend({params:$K.optional()}),Sl=rt.extend({nextCursor:j$.optional()}),AK=ft(["working","input_required","completed","failed","cancelled"]),xl=L({taskId:S(),status:AK,ttl:we([fe(),Ff()]),createdAt:S(),lastUpdatedAt:S(),pollInterval:Re(fe()),statusMessage:Re(S())}),us=rt.extend({task:xl}),OK=Yt.merge(xl),wl=Qt.extend({method:B("notifications/tasks/status"),params:OK}),tm=tt.extend({method:B("tasks/get"),params:Ut.extend({taskId:S()})}),rm=rt.merge(xl),nm=tt.extend({method:B("tasks/result"),params:Ut.extend({taskId:S()})}),CSe=rt.loose(),om=vl.extend({method:B("tasks/list")}),im=Sl.extend({tasks:ie(xl)}),sm=tt.extend({method:B("tasks/cancel"),params:Ut.extend({taskId:S()})}),q$=rt.merge(xl),Z$=L({uri:S(),mimeType:Re(S()),_meta:ke(S(),Ae()).optional()}),V$=Z$.extend({text:S()}),Yv=S().refine((e)=>{try{return atob(e),!0}catch{return!1}},{message:"Invalid Base64 string"}),W$=Z$.extend({blob:Yv}),kl=ft(["user","assistant"]),ds=L({audience:ie(kl).optional(),priority:fe().min(0).max(1).optional(),lastModified:ss.datetime({offset:!0}).optional()}),K$=L({...ls.shape,..._l.shape,uri:S(),description:Re(S()),mimeType:Re(S()),size:Re(fe()),annotations:ds.optional(),_meta:Re(ct({}))}),CK=L({...ls.shape,..._l.shape,uriTemplate:S(),description:Re(S()),mimeType:Re(S()),annotations:ds.optional(),_meta:Re(ct({}))}),am=vl.extend({method:B("resources/list")}),MK=Sl.extend({resources:ie(K$)}),cm=vl.extend({method:B("resources/templates/list")}),DK=Sl.extend({resourceTemplates:ie(CK)}),Qv=Ut.extend({uri:S()}),NK=Qv,lm=tt.extend({method:B("resources/read"),params:NK}),jK=rt.extend({contents:ie(we([V$,W$]))}),UK=Qt.extend({method:B("notifications/resources/list_changed"),params:Yt.optional()}),zK=Qv,LK=tt.extend({method:B("resources/subscribe"),params:zK}),FK=Qv,BK=tt.extend({method:B("resources/unsubscribe"),params:FK}),HK=Yt.extend({uri:S()}),qK=Qt.extend({method:B("notifications/resources/updated"),params:HK}),ZK=L({name:S(),description:Re(S()),required:Re(Ve())}),VK=L({...ls.shape,..._l.shape,description:Re(S()),arguments:Re(ie(ZK)),_meta:Re(ct({}))}),um=vl.extend({method:B("prompts/list")}),WK=Sl.extend({prompts:ie(VK)}),KK=Ut.extend({name:S(),arguments:ke(S(),S()).optional()}),dm=tt.extend({method:B("prompts/get"),params:KK}),eS=L({type:B("text"),text:S(),annotations:ds.optional(),_meta:ke(S(),Ae()).optional()}),tS=L({type:B("image"),data:Yv,mimeType:S(),annotations:ds.optional(),_meta:ke(S(),Ae()).optional()}),rS=L({type:B("audio"),data:Yv,mimeType:S(),annotations:ds.optional(),_meta:ke(S(),Ae()).optional()}),GK=L({type:B("tool_use"),name:S(),id:S(),input:ke(S(),Ae()),_meta:ke(S(),Ae()).optional()}),JK=L({type:B("resource"),resource:we([V$,W$]),annotations:ds.optional(),_meta:ke(S(),Ae()).optional()}),XK=K$.extend({type:B("resource_link")}),nS=we([eS,tS,rS,XK,JK]),YK=L({role:kl,content:nS}),QK=rt.extend({description:S().optional(),messages:ie(YK)}),eG=Qt.extend({method:B("notifications/prompts/list_changed"),params:Yt.optional()}),tG=L({title:S().optional(),readOnlyHint:Ve().optional(),destructiveHint:Ve().optional(),idempotentHint:Ve().optional(),openWorldHint:Ve().optional()}),rG=L({taskSupport:ft(["required","optional","forbidden"]).optional()}),G$=L({...ls.shape,..._l.shape,description:S().optional(),inputSchema:L({type:B("object"),properties:ke(S(),Xe).optional(),required:ie(S()).optional()}).catchall(Ae()),outputSchema:L({type:B("object"),properties:ke(S(),Xe).optional(),required:ie(S()).optional()}).catchall(Ae()).optional(),annotations:tG.optional(),execution:rG.optional(),_meta:ke(S(),Ae()).optional()}),pm=vl.extend({method:B("tools/list")}),nG=Sl.extend({tools:ie(G$)}),fm=rt.extend({content:ie(nS).default([]),structuredContent:ke(S(),Ae()).optional(),isError:Ve().optional()}),MSe=fm.or(rt.extend({toolResult:Ae()})),oG=yl.extend({name:S(),arguments:ke(S(),Ae()).optional()}),ps=tt.extend({method:B("tools/call"),params:oG}),iG=Qt.extend({method:B("notifications/tools/list_changed"),params:Yt.optional()}),DSe=L({autoRefresh:Ve().default(!0),debounceMs:fe().int().nonnegative().default(300)}),El=ft(["debug","info","notice","warning","error","critical","alert","emergency"]),sG=Ut.extend({level:El}),oS=tt.extend({method:B("logging/setLevel"),params:sG}),aG=Yt.extend({level:El,logger:S().optional(),data:Ae()}),cG=Qt.extend({method:B("notifications/message"),params:aG}),lG=L({name:S().optional()}),uG=L({hints:ie(lG).optional(),costPriority:fe().min(0).max(1).optional(),speedPriority:fe().min(0).max(1).optional(),intelligencePriority:fe().min(0).max(1).optional()}),dG=L({mode:ft(["auto","required","none"]).optional()}),pG=L({type:B("tool_result"),toolUseId:S().describe("The unique identifier for the corresponding tool call."),content:ie(nS).default([]),structuredContent:L({}).loose().optional(),isError:Ve().optional(),_meta:ke(S(),Ae()).optional()}),fG=Zf("type",[eS,tS,rS]),Kf=Zf("type",[eS,tS,rS,GK,pG]),mG=L({role:kl,content:we([Kf,ie(Kf)]),_meta:ke(S(),Ae()).optional()}),gG=yl.extend({messages:ie(mG),modelPreferences:uG.optional(),systemPrompt:S().optional(),includeContext:ft(["none","thisServer","allServers"]).optional(),temperature:fe().optional(),maxTokens:fe().int(),stopSequences:ie(S()).optional(),metadata:Xe.optional(),tools:ie(G$).optional(),toolChoice:dG.optional()}),hG=tt.extend({method:B("sampling/createMessage"),params:gG}),Tl=rt.extend({model:S(),stopReason:Re(ft(["endTurn","stopSequence","maxTokens"]).or(S())),role:kl,content:fG}),iS=rt.extend({model:S(),stopReason:Re(ft(["endTurn","stopSequence","maxTokens","toolUse"]).or(S())),role:kl,content:we([Kf,ie(Kf)])}),yG=L({type:B("boolean"),title:S().optional(),description:S().optional(),default:Ve().optional()}),bG=L({type:B("string"),title:S().optional(),description:S().optional(),minLength:fe().optional(),maxLength:fe().optional(),format:ft(["email","uri","date","date-time"]).optional(),default:S().optional()}),_G=L({type:ft(["number","integer"]),title:S().optional(),description:S().optional(),minimum:fe().optional(),maximum:fe().optional(),default:fe().optional()}),vG=L({type:B("string"),title:S().optional(),description:S().optional(),enum:ie(S()),default:S().optional()}),SG=L({type:B("string"),title:S().optional(),description:S().optional(),oneOf:ie(L({const:S(),title:S()})),default:S().optional()}),xG=L({type:B("string"),title:S().optional(),description:S().optional(),enum:ie(S()),enumNames:ie(S()).optional(),default:S().optional()}),wG=we([vG,SG]),kG=L({type:B("array"),title:S().optional(),description:S().optional(),minItems:fe().optional(),maxItems:fe().optional(),items:L({type:B("string"),enum:ie(S())}),default:ie(S()).optional()}),EG=L({type:B("array"),title:S().optional(),description:S().optional(),minItems:fe().optional(),maxItems:fe().optional(),items:L({anyOf:ie(L({const:S(),title:S()}))}),default:ie(S()).optional()}),TG=we([kG,EG]),PG=we([xG,wG,TG]),IG=we([PG,yG,bG,_G]),RG=yl.extend({mode:B("form").optional(),message:S(),requestedSchema:L({type:B("object"),properties:ke(S(),IG),required:ie(S()).optional()})}),$G=yl.extend({mode:B("url"),message:S(),elicitationId:S(),url:S().url()}),AG=we([RG,$G]),OG=tt.extend({method:B("elicitation/create"),params:AG}),CG=Yt.extend({elicitationId:S()}),MG=Qt.extend({method:B("notifications/elicitation/complete"),params:CG}),fs=rt.extend({action:ft(["accept","decline","cancel"]),content:Wf((e)=>e===null?void 0:e,ke(S(),we([S(),fe(),Ve(),ie(S())])).optional())}),DG=L({type:B("ref/resource"),uri:S()});var NG=L({type:B("ref/prompt"),name:S()}),jG=Ut.extend({ref:we([NG,DG]),argument:L({name:S(),value:S()}),context:L({arguments:ke(S(),S()).optional()}).optional()}),mm=tt.extend({method:B("completion/complete"),params:jG});function J$(e){if(e.params.ref.type!=="ref/prompt")throw TypeError(`Expected CompleteRequestPrompt, but got ${e.params.ref.type}`)}function X$(e){if(e.params.ref.type!=="ref/resource")throw TypeError(`Expected CompleteRequestResourceTemplate, but got ${e.params.ref.type}`)}var UG=rt.extend({completion:ct({values:ie(S()).max(100),total:Re(fe().int()),hasMore:Re(Ve())})}),zG=L({uri:S().startsWith("file://"),name:S().optional(),_meta:ke(S(),Ae()).optional()}),LG=tt.extend({method:B("roots/list"),params:Ut.optional()}),sS=rt.extend({roots:ie(zG)}),FG=Qt.extend({method:B("notifications/roots/list_changed"),params:Yt.optional()}),NSe=we([Qf,Jv,mm,oS,dm,um,am,cm,lm,LK,BK,ps,pm,tm,nm,om,sm]),jSe=we([Yf,em,Xv,FG,wl]),USe=we([Xf,Tl,iS,fs,sS,rm,im,us]),zSe=we([Qf,hG,OG,LG,tm,nm,om,sm]),LSe=we([Yf,em,cG,qK,UK,iG,eG,wl,MG]),FSe=we([Xf,PK,UG,QK,WK,MK,DK,jK,fm,nG,rm,im,us]);class H extends Error{constructor(e,t,r){super(`MCP error ${e}: ${t}`);this.code=e,this.data=r,this.name="McpError"}static fromError(e,t,r){if(e===Z.UrlElicitationRequired&&r){let o=r;if(o.elicitations)return new Y$(o.elicitations,t)}return new H(e,t,r)}}class Y$ extends H{constructor(e,t=`URL elicitation${e.length>1?"s":""} required`){super(Z.UrlElicitationRequired,t,{elicitations:e})}get elicitations(){return this.data?.elicitations??[]}}function jn(e){return e==="completed"||e==="failed"||e==="cancelled"}var eA=Symbol("Let zodToJsonSchema decide on which parser to use");var Q$={name:void 0,$refStrategy:"root",basePath:["#"],effectStrategy:"input",pipeStrategy:"all",dateStrategy:"format:date-time",mapStrategy:"entries",removeAdditionalStrategy:"passthrough",allowedAdditionalProperties:!0,rejectedAdditionalProperties:!1,definitionPath:"definitions",target:"jsonSchema7",strictUnions:!1,definitions:{},errorMessages:!1,markdownDescription:!1,patternStrategy:"escape",applyRegexFlags:!1,emailStrategy:"format:email",base64Strategy:"contentEncoding:base64",nameStrategy:"ref",openAiAnyTypeName:"OpenAiAnyType"},tA=(e)=>typeof e==="string"?{...Q$,name:e}:{...Q$,...e};var rA=(e)=>{let t=tA(e),r=t.name!==void 0?[...t.basePath,t.definitionPath,t.name]:t.basePath;return{...t,flags:{hasReferencedOpenAiAnyType:!1},currentPath:r,propertyPath:void 0,seen:new Map(Object.entries(t.definitions).map(([o,n])=>[n._def,{def:n._def,path:[...t.basePath,t.definitionPath,o],jsonSchema:void 0}]))}};function aS(e,t,r,o){if(!o?.errorMessages)return;if(r)e.errorMessage={...e.errorMessage,[t]:r}}function ce(e,t,r,o,n){e[t]=r,aS(e,t,o,n)}var gm=(e,t)=>{let r=0;for(;r<e.length&&r<t.length;r++)if(e[r]!==t[r])break;return[(e.length-r).toString(),...t.slice(r)].join("/")};function De(e){if(e.target!=="openAi")return{};let t=[...e.basePath,e.definitionPath,e.openAiAnyTypeName];return e.flags.hasReferencedOpenAiAnyType=!0,{$ref:e.$refStrategy==="relative"?gm(t,e.currentPath):t.join("/")}}function nA(e,t){let r={type:"array"};if(e.type?._def&&e.type?._def?.typeName!==R.ZodAny)r.items=K(e.type._def,{...t,currentPath:[...t.currentPath,"items"]});if(e.minLength)ce(r,"minItems",e.minLength.value,e.minLength.message,t);if(e.maxLength)ce(r,"maxItems",e.maxLength.value,e.maxLength.message,t);if(e.exactLength)ce(r,"minItems",e.exactLength.value,e.exactLength.message,t),ce(r,"maxItems",e.exactLength.value,e.exactLength.message,t);return r}function oA(e,t){let r={type:"integer",format:"int64"};if(!e.checks)return r;for(let o of e.checks)switch(o.kind){case"min":if(t.target==="jsonSchema7")if(o.inclusive)ce(r,"minimum",o.value,o.message,t);else ce(r,"exclusiveMinimum",o.value,o.message,t);else{if(!o.inclusive)r.exclusiveMinimum=!0;ce(r,"minimum",o.value,o.message,t)}break;case"max":if(t.target==="jsonSchema7")if(o.inclusive)ce(r,"maximum",o.value,o.message,t);else ce(r,"exclusiveMaximum",o.value,o.message,t);else{if(!o.inclusive)r.exclusiveMaximum=!0;ce(r,"maximum",o.value,o.message,t)}break;case"multipleOf":ce(r,"multipleOf",o.value,o.message,t);break}return r}function iA(){return{type:"boolean"}}function hm(e,t){return K(e.type._def,t)}var sA=(e,t)=>K(e.innerType._def,t);function cS(e,t,r){let o=r??t.dateStrategy;if(Array.isArray(o))return{anyOf:o.map((n,i)=>cS(e,t,n))};switch(o){case"string":case"format:date-time":return{type:"string",format:"date-time"};case"format:date":return{type:"string",format:"date"};case"integer":return BG(e,t)}}var BG=(e,t)=>{let r={type:"integer",format:"unix-time"};if(t.target==="openApi3")return r;for(let o of e.checks)switch(o.kind){case"min":ce(r,"minimum",o.value,o.message,t);break;case"max":ce(r,"maximum",o.value,o.message,t);break}return r};function aA(e,t){return{...K(e.innerType._def,t),default:e.defaultValue()}}function cA(e,t){return t.effectStrategy==="input"?K(e.schema._def,t):De(t)}function lA(e){return{type:"string",enum:Array.from(e.values)}}var HG=(e)=>{if("type"in e&&e.type==="string")return!1;return"allOf"in e};function uA(e,t){let r=[K(e.left._def,{...t,currentPath:[...t.currentPath,"allOf","0"]}),K(e.right._def,{...t,currentPath:[...t.currentPath,"allOf","1"]})].filter((i)=>!!i),o=t.target==="jsonSchema2019-09"?{unevaluatedProperties:!1}:void 0,n=[];return r.forEach((i)=>{if(HG(i)){if(n.push(...i.allOf),i.unevaluatedProperties===void 0)o=void 0}else{let s=i;if("additionalProperties"in i&&i.additionalProperties===!1){let{additionalProperties:a,...c}=i;s=c}else o=void 0;n.push(s)}}),n.length?{allOf:n,...o}:void 0}function dA(e,t){let r=typeof e.value;if(r!=="bigint"&&r!=="number"&&r!=="boolean"&&r!=="string")return{type:Array.isArray(e.value)?"array":"object"};if(t.target==="openApi3")return{type:r==="bigint"?"integer":r,enum:[e.value]};return{type:r==="bigint"?"integer":r,const:e.value}}var lS=void 0,dr={cuid:/^[cC][^\s-]{8,}$/,cuid2:/^[0-9a-z]+$/,ulid:/^[0-9A-HJKMNP-TV-Z]{26}$/,email:/^(?!\.)(?!.*\.\.)([a-zA-Z0-9_'+\-\.]*)[a-zA-Z0-9_+-]@([a-zA-Z0-9][a-zA-Z0-9\-]*\.)+[a-zA-Z]{2,}$/,emoji:()=>{if(lS===void 0)lS=RegExp("^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$","u");return lS},uuid:/^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}$/,ipv4:/^(?:(?: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])$/,ipv4Cidr:/^(?:(?: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])\/(3[0-2]|[12]?[0-9])$/,ipv6:/^(([a-f0-9]{1,4}:){7}|::([a-f0-9]{1,4}:){0,6}|([a-f0-9]{1,4}:){1}:([a-f0-9]{1,4}:){0,5}|([a-f0-9]{1,4}:){2}:([a-f0-9]{1,4}:){0,4}|([a-f0-9]{1,4}:){3}:([a-f0-9]{1,4}:){0,3}|([a-f0-9]{1,4}:){4}:([a-f0-9]{1,4}:){0,2}|([a-f0-9]{1,4}:){5}:([a-f0-9]{1,4}:){0,1})([a-f0-9]{1,4}|(((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2}))\.){3}((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2})))$/,ipv6Cidr:/^(([0-9a-fA-F]{1,4}:){7,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}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/,base64:/^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/,base64url:/^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/,nanoid:/^[a-zA-Z0-9_-]{21}$/,jwt:/^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/};function ym(e,t){let r={type:"string"};if(e.checks)for(let o of e.checks)switch(o.kind){case"min":ce(r,"minLength",typeof r.minLength==="number"?Math.max(r.minLength,o.value):o.value,o.message,t);break;case"max":ce(r,"maxLength",typeof r.maxLength==="number"?Math.min(r.maxLength,o.value):o.value,o.message,t);break;case"email":switch(t.emailStrategy){case"format:email":pr(r,"email",o.message,t);break;case"format:idn-email":pr(r,"idn-email",o.message,t);break;case"pattern:zod":mt(r,dr.email,o.message,t);break}break;case"url":pr(r,"uri",o.message,t);break;case"uuid":pr(r,"uuid",o.message,t);break;case"regex":mt(r,o.regex,o.message,t);break;case"cuid":mt(r,dr.cuid,o.message,t);break;case"cuid2":mt(r,dr.cuid2,o.message,t);break;case"startsWith":mt(r,RegExp(`^${uS(o.value,t)}`),o.message,t);break;case"endsWith":mt(r,RegExp(`${uS(o.value,t)}$`),o.message,t);break;case"datetime":pr(r,"date-time",o.message,t);break;case"date":pr(r,"date",o.message,t);break;case"time":pr(r,"time",o.message,t);break;case"duration":pr(r,"duration",o.message,t);break;case"length":ce(r,"minLength",typeof r.minLength==="number"?Math.max(r.minLength,o.value):o.value,o.message,t),ce(r,"maxLength",typeof r.maxLength==="number"?Math.min(r.maxLength,o.value):o.value,o.message,t);break;case"includes":{mt(r,RegExp(uS(o.value,t)),o.message,t);break}case"ip":{if(o.version!=="v6")pr(r,"ipv4",o.message,t);if(o.version!=="v4")pr(r,"ipv6",o.message,t);break}case"base64url":mt(r,dr.base64url,o.message,t);break;case"jwt":mt(r,dr.jwt,o.message,t);break;case"cidr":{if(o.version!=="v6")mt(r,dr.ipv4Cidr,o.message,t);if(o.version!=="v4")mt(r,dr.ipv6Cidr,o.message,t);break}case"emoji":mt(r,dr.emoji(),o.message,t);break;case"ulid":{mt(r,dr.ulid,o.message,t);break}case"base64":{switch(t.base64Strategy){case"format:binary":{pr(r,"binary",o.message,t);break}case"contentEncoding:base64":{ce(r,"contentEncoding","base64",o.message,t);break}case"pattern:zod":{mt(r,dr.base64,o.message,t);break}}break}case"nanoid":mt(r,dr.nanoid,o.message,t);case"toLowerCase":case"toUpperCase":case"trim":break;default:((n)=>{})(o)}return r}function uS(e,t){return t.patternStrategy==="escape"?ZG(e):e}var qG=new Set("ABCDEFGHIJKLMNOPQRSTUVXYZabcdefghijklmnopqrstuvxyz0123456789");function ZG(e){let t="";for(let r=0;r<e.length;r++){if(!qG.has(e[r]))t+="\\";t+=e[r]}return t}function pr(e,t,r,o){if(e.format||e.anyOf?.some((n)=>n.format)){if(!e.anyOf)e.anyOf=[];if(e.format){if(e.anyOf.push({format:e.format,...e.errorMessage&&o.errorMessages&&{errorMessage:{format:e.errorMessage.format}}}),delete e.format,e.errorMessage){if(delete e.errorMessage.format,Object.keys(e.errorMessage).length===0)delete e.errorMessage}}e.anyOf.push({format:t,...r&&o.errorMessages&&{errorMessage:{format:r}}})}else ce(e,"format",t,r,o)}function mt(e,t,r,o){if(e.pattern||e.allOf?.some((n)=>n.pattern)){if(!e.allOf)e.allOf=[];if(e.pattern){if(e.allOf.push({pattern:e.pattern,...e.errorMessage&&o.errorMessages&&{errorMessage:{pattern:e.errorMessage.pattern}}}),delete e.pattern,e.errorMessage){if(delete e.errorMessage.pattern,Object.keys(e.errorMessage).length===0)delete e.errorMessage}}e.allOf.push({pattern:pA(t,o),...r&&o.errorMessages&&{errorMessage:{pattern:r}}})}else ce(e,"pattern",pA(t,o),r,o)}function pA(e,t){if(!t.applyRegexFlags||!e.flags)return e.source;let r={i:e.flags.includes("i"),m:e.flags.includes("m"),s:e.flags.includes("s")},o=r.i?e.source.toLowerCase():e.source,n="",i=!1,s=!1,a=!1;for(let c=0;c<o.length;c++){if(i){n+=o[c],i=!1;continue}if(r.i){if(s){if(o[c].match(/[a-z]/)){if(a)n+=o[c],n+=`${o[c-2]}-${o[c]}`.toUpperCase(),a=!1;else if(o[c+1]==="-"&&o[c+2]?.match(/[a-z]/))n+=o[c],a=!0;else n+=`${o[c]}${o[c].toUpperCase()}`;continue}}else if(o[c].match(/[a-z]/)){n+=`[${o[c]}${o[c].toUpperCase()}]`;continue}}if(r.m){if(o[c]==="^"){n+=`(^|(?<=[\r
|
|
101
101
|
]))`;continue}else if(o[c]==="$"){n+=`($|(?=[\r
|
|
102
102
|
]))`;continue}}if(r.s&&o[c]==="."){n+=s?`${o[c]}\r
|
|
103
103
|
`:`[${o[c]}\r
|
|
104
|
-
]`;continue}if(n+=o[c],o[c]==="\\")i=!0;else if(s&&o[c]==="]")s=!1;else if(!s&&o[c]==="[")s=!0}try{new RegExp(n)}catch{return console.warn(`Could not convert regex pattern at ${t.currentPath.join("/")} to a flag-independent form! Falling back to the flag-ignorant source`),e.source}return n}function bm(e,t){if(t.target==="openAi")console.warn("Warning: OpenAI may not support records in schemas! Try an array of key-value pairs instead.");if(t.target==="openApi3"&&e.keyType?._def.typeName===R.ZodEnum)return{type:"object",required:e.keyType._def.values,properties:e.keyType._def.values.reduce((o,n)=>({...o,[n]:K(e.valueType._def,{...t,currentPath:[...t.currentPath,"properties",n]})??De(t)}),{}),additionalProperties:t.rejectedAdditionalProperties};let r={type:"object",additionalProperties:K(e.valueType._def,{...t,currentPath:[...t.currentPath,"additionalProperties"]})??t.allowedAdditionalProperties};if(t.target==="openApi3")return r;if(e.keyType?._def.typeName===R.ZodString&&e.keyType._def.checks?.length){let{type:o,...n}=ym(e.keyType._def,t);return{...r,propertyNames:n}}else if(e.keyType?._def.typeName===R.ZodEnum)return{...r,propertyNames:{enum:e.keyType._def.values}};else if(e.keyType?._def.typeName===R.ZodBranded&&e.keyType._def.type._def.typeName===R.ZodString&&e.keyType._def.type._def.checks?.length){let{type:o,...n}=hm(e.keyType._def,t);return{...r,propertyNames:n}}return r}function fO(e,t){if(t.mapStrategy==="record")return bm(e,t);let r=K(e.keyType._def,{...t,currentPath:[...t.currentPath,"items","items","0"]})||De(t),o=K(e.valueType._def,{...t,currentPath:[...t.currentPath,"items","items","1"]})||De(t);return{type:"array",maxItems:125,items:{type:"array",items:[r,o],minItems:2,maxItems:2}}}function mO(e){let t=e.values,o=Object.keys(e.values).filter((i)=>typeof t[t[i]]!=="number").map((i)=>t[i]),n=Array.from(new Set(o.map((i)=>typeof i)));return{type:n.length===1?n[0]==="string"?"string":"number":["string","number"],enum:o}}function gO(e){return e.target==="openAi"?void 0:{not:De({...e,currentPath:[...e.currentPath,"not"]})}}function hO(e){return e.target==="openApi3"?{enum:["null"],nullable:!0}:{type:"null"}}var Pl={ZodString:"string",ZodNumber:"number",ZodBigInt:"integer",ZodBoolean:"boolean",ZodNull:"null"};function bO(e,t){if(t.target==="openApi3")return yO(e,t);let r=e.options instanceof Map?Array.from(e.options.values()):e.options;if(r.every((o)=>(o._def.typeName in Pl)&&(!o._def.checks||!o._def.checks.length))){let o=r.reduce((n,i)=>{let s=Pl[i._def.typeName];return s&&!n.includes(s)?[...n,s]:n},[]);return{type:o.length>1?o:o[0]}}else if(r.every((o)=>o._def.typeName==="ZodLiteral"&&!o.description)){let o=r.reduce((n,i)=>{let s=typeof i._def.value;switch(s){case"string":case"number":case"boolean":return[...n,s];case"bigint":return[...n,"integer"];case"object":if(i._def.value===null)return[...n,"null"];case"symbol":case"undefined":case"function":default:return n}},[]);if(o.length===r.length){let n=o.filter((i,s,a)=>a.indexOf(i)===s);return{type:n.length>1?n:n[0],enum:r.reduce((i,s)=>i.includes(s._def.value)?i:[...i,s._def.value],[])}}}else if(r.every((o)=>o._def.typeName==="ZodEnum"))return{type:"string",enum:r.reduce((o,n)=>[...o,...n._def.values.filter((i)=>!o.includes(i))],[])};return yO(e,t)}var yO=(e,t)=>{let r=(e.options instanceof Map?Array.from(e.options.values()):e.options).map((o,n)=>K(o._def,{...t,currentPath:[...t.currentPath,"anyOf",`${n}`]})).filter((o)=>!!o&&(!t.strictUnions||typeof o==="object"&&Object.keys(o).length>0));return r.length?{anyOf:r}:void 0};function _O(e,t){if(["ZodString","ZodNumber","ZodBigInt","ZodBoolean","ZodNull"].includes(e.innerType._def.typeName)&&(!e.innerType._def.checks||!e.innerType._def.checks.length)){if(t.target==="openApi3")return{type:Pl[e.innerType._def.typeName],nullable:!0};return{type:[Pl[e.innerType._def.typeName],"null"]}}if(t.target==="openApi3"){let o=K(e.innerType._def,{...t,currentPath:[...t.currentPath]});if(o&&"$ref"in o)return{allOf:[o],nullable:!0};return o&&{...o,nullable:!0}}let r=K(e.innerType._def,{...t,currentPath:[...t.currentPath,"anyOf","0"]});return r&&{anyOf:[r,{type:"null"}]}}function vO(e,t){let r={type:"number"};if(!e.checks)return r;for(let o of e.checks)switch(o.kind){case"int":r.type="integer",aS(r,"type",o.message,t);break;case"min":if(t.target==="jsonSchema7")if(o.inclusive)ce(r,"minimum",o.value,o.message,t);else ce(r,"exclusiveMinimum",o.value,o.message,t);else{if(!o.inclusive)r.exclusiveMinimum=!0;ce(r,"minimum",o.value,o.message,t)}break;case"max":if(t.target==="jsonSchema7")if(o.inclusive)ce(r,"maximum",o.value,o.message,t);else ce(r,"exclusiveMaximum",o.value,o.message,t);else{if(!o.inclusive)r.exclusiveMaximum=!0;ce(r,"maximum",o.value,o.message,t)}break;case"multipleOf":ce(r,"multipleOf",o.value,o.message,t);break}return r}function SO(e,t){let r=t.target==="openAi",o={type:"object",properties:{}},n=[],i=e.shape();for(let a in i){let c=i[a];if(c===void 0||c._def===void 0)continue;let u=HG(c);if(u&&r){if(c._def.typeName==="ZodOptional")c=c._def.innerType;if(!c.isNullable())c=c.nullable();u=!1}let d=K(c._def,{...t,currentPath:[...t.currentPath,"properties",a],propertyPath:[...t.currentPath,"properties",a]});if(d===void 0)continue;if(o.properties[a]=d,!u)n.push(a)}if(n.length)o.required=n;let s=BG(e,t);if(s!==void 0)o.additionalProperties=s;return o}function BG(e,t){if(e.catchall._def.typeName!=="ZodNever")return K(e.catchall._def,{...t,currentPath:[...t.currentPath,"additionalProperties"]});switch(e.unknownKeys){case"passthrough":return t.allowedAdditionalProperties;case"strict":return t.rejectedAdditionalProperties;case"strip":return t.removeAdditionalStrategy==="strict"?t.allowedAdditionalProperties:t.rejectedAdditionalProperties}}function HG(e){try{return e.isOptional()}catch{return!0}}var xO=(e,t)=>{if(t.currentPath.toString()===t.propertyPath?.toString())return K(e.innerType._def,t);let r=K(e.innerType._def,{...t,currentPath:[...t.currentPath,"anyOf","1"]});return r?{anyOf:[{not:De(t)},r]}:De(t)};var wO=(e,t)=>{if(t.pipeStrategy==="input")return K(e.in._def,t);else if(t.pipeStrategy==="output")return K(e.out._def,t);let r=K(e.in._def,{...t,currentPath:[...t.currentPath,"allOf","0"]}),o=K(e.out._def,{...t,currentPath:[...t.currentPath,"allOf",r?"1":"0"]});return{allOf:[r,o].filter((n)=>n!==void 0)}};function kO(e,t){return K(e.type._def,t)}function EO(e,t){let o={type:"array",uniqueItems:!0,items:K(e.valueType._def,{...t,currentPath:[...t.currentPath,"items"]})};if(e.minSize)ce(o,"minItems",e.minSize.value,e.minSize.message,t);if(e.maxSize)ce(o,"maxItems",e.maxSize.value,e.maxSize.message,t);return o}function TO(e,t){if(e.rest)return{type:"array",minItems:e.items.length,items:e.items.map((r,o)=>K(r._def,{...t,currentPath:[...t.currentPath,"items",`${o}`]})).reduce((r,o)=>o===void 0?r:[...r,o],[]),additionalItems:K(e.rest._def,{...t,currentPath:[...t.currentPath,"additionalItems"]})};else return{type:"array",minItems:e.items.length,maxItems:e.items.length,items:e.items.map((r,o)=>K(r._def,{...t,currentPath:[...t.currentPath,"items",`${o}`]})).reduce((r,o)=>o===void 0?r:[...r,o],[])}}function PO(e){return{not:De(e)}}function IO(e){return De(e)}var RO=(e,t)=>K(e.innerType._def,t);var $O=(e,t,r)=>{switch(t){case R.ZodString:return ym(e,r);case R.ZodNumber:return vO(e,r);case R.ZodObject:return SO(e,r);case R.ZodBigInt:return oO(e,r);case R.ZodBoolean:return iO();case R.ZodDate:return cS(e,r);case R.ZodUndefined:return PO(r);case R.ZodNull:return hO(r);case R.ZodArray:return nO(e,r);case R.ZodUnion:case R.ZodDiscriminatedUnion:return bO(e,r);case R.ZodIntersection:return uO(e,r);case R.ZodTuple:return TO(e,r);case R.ZodRecord:return bm(e,r);case R.ZodLiteral:return dO(e,r);case R.ZodEnum:return lO(e);case R.ZodNativeEnum:return mO(e);case R.ZodNullable:return _O(e,r);case R.ZodOptional:return xO(e,r);case R.ZodMap:return fO(e,r);case R.ZodSet:return EO(e,r);case R.ZodLazy:return()=>e.getter()._def;case R.ZodPromise:return kO(e,r);case R.ZodNaN:case R.ZodNever:return gO(r);case R.ZodEffects:return cO(e,r);case R.ZodAny:return De(r);case R.ZodUnknown:return IO(r);case R.ZodDefault:return aO(e,r);case R.ZodBranded:return hm(e,r);case R.ZodReadonly:return RO(e,r);case R.ZodCatch:return sO(e,r);case R.ZodPipeline:return wO(e,r);case R.ZodFunction:case R.ZodVoid:case R.ZodSymbol:return;default:return((o)=>{return})(t)}};function K(e,t,r=!1){let o=t.seen.get(e);if(t.override){let a=t.override?.(e,t,o,r);if(a!==eO)return a}if(o&&!r){let a=qG(o,t);if(a!==void 0)return a}let n={def:e,path:t.currentPath,jsonSchema:void 0};t.seen.set(e,n);let i=$O(e,e.typeName,t),s=typeof i==="function"?K(i(),t):i;if(s)ZG(e,t,s);if(t.postProcess){let a=t.postProcess(s,e,t);return n.jsonSchema=s,a}return n.jsonSchema=s,s}var qG=(e,t)=>{switch(t.$refStrategy){case"root":return{$ref:e.path.join("/")};case"relative":return{$ref:gm(t.currentPath,e.path)};case"none":case"seen":{if(e.path.length<t.currentPath.length&&e.path.every((r,o)=>t.currentPath[o]===r))return console.warn(`Recursive reference detected at ${t.currentPath.join("/")}! Defaulting to any`),De(t);return t.$refStrategy==="seen"?De(t):void 0}}},ZG=(e,t,r)=>{if(e.description){if(r.description=e.description,t.markdownDescription)r.markdownDescription=e.description}return r};var dS=(e,t)=>{let r=rO(t),o=typeof t==="object"&&t.definitions?Object.entries(t.definitions).reduce((c,[u,d])=>({...c,[u]:K(d._def,{...r,currentPath:[...r.basePath,r.definitionPath,u]},!0)??De(r)}),{}):void 0,n=typeof t==="string"?t:t?.nameStrategy==="title"?void 0:t?.name,i=K(e._def,n===void 0?r:{...r,currentPath:[...r.basePath,r.definitionPath,n]},!1)??De(r),s=typeof t==="object"&&t.name!==void 0&&t.nameStrategy==="title"?t.name:void 0;if(s!==void 0)i.title=s;if(r.flags.hasReferencedOpenAiAnyType){if(!o)o={};if(!o[r.openAiAnyTypeName])o[r.openAiAnyTypeName]={type:["string","number","integer","boolean","array","null"],items:{$ref:r.$refStrategy==="relative"?"1":[...r.basePath,r.definitionPath,r.openAiAnyTypeName].join("/")}}}let a=n===void 0?o?{...i,[r.definitionPath]:o}:i:{$ref:[...r.$refStrategy==="relative"?[]:r.basePath,r.definitionPath,n].join("/"),[r.definitionPath]:{...o,[n]:i}};if(r.target==="jsonSchema7")a.$schema="http://json-schema.org/draft-07/schema#";else if(r.target==="jsonSchema2019-09"||r.target==="openAi")a.$schema="https://json-schema.org/draft/2019-09/schema#";if(r.target==="openAi"&&(("anyOf"in a)||("oneOf"in a)||("allOf"in a)||("type"in a)&&Array.isArray(a.type)))console.warn("Warning: OpenAI may not support schemas with unions as roots! Try wrapping it in an object property.");return a};function VG(e){if(!e)return"draft-7";if(e==="jsonSchema7"||e==="draft-7")return"draft-7";if(e==="jsonSchema2019-09"||e==="draft-2020-12")return"draft-2020-12";return"draft-7"}function pS(e,t){if(Xt(e))return os(e,{target:VG(t?.target),io:t?.pipeStrategy??"input"});return dS(e,{strictUnions:t?.strictUnions??!0,pipeStrategy:t?.pipeStrategy??"input"})}function fS(e){let r=Dn(e)?.method;if(!r)throw Error("Schema is missing a method literal");let o=Cf(r);if(typeof o!=="string")throw Error("Schema method literal must be a string");return o}function mS(e,t){let r=Mn(e,t);if(!r.success)throw r.error;return r.data}var WG=60000;class gS{constructor(e){if(this._options=e,this._requestMessageId=0,this._requestHandlers=new Map,this._requestHandlerAbortControllers=new Map,this._notificationHandlers=new Map,this._responseHandlers=new Map,this._progressHandlers=new Map,this._timeoutInfo=new Map,this._pendingDebouncedNotifications=new Set,this._taskProgressTokens=new Map,this._requestResolvers=new Map,this.setNotificationHandler(Yf,(t)=>{this._oncancel(t)}),this.setNotificationHandler(em,(t)=>{this._onprogress(t)}),this.setRequestHandler(Qf,(t)=>({})),this._taskStore=e?.taskStore,this._taskMessageQueue=e?.taskMessageQueue,this._taskStore)this.setRequestHandler(tm,async(t,r)=>{let o=await this._taskStore.getTask(t.params.taskId,r.sessionId);if(!o)throw new H(Z.InvalidParams,"Failed to retrieve task: Task not found");return{...o}}),this.setRequestHandler(nm,async(t,r)=>{let o=async()=>{let n=t.params.taskId;if(this._taskMessageQueue){let s;while(s=await this._taskMessageQueue.dequeue(n,r.sessionId)){if(s.type==="response"||s.type==="error"){let a=s.message,c=a.id,u=this._requestResolvers.get(c);if(u)if(this._requestResolvers.delete(c),s.type==="response")u(a);else{let d=a,p=new H(d.error.code,d.error.message,d.error.data);u(p)}else{let d=s.type==="response"?"Response":"Error";this._onerror(Error(`${d} handler missing for request ${c}`))}continue}await this._transport?.send(s.message,{relatedRequestId:r.requestId})}}let i=await this._taskStore.getTask(n,r.sessionId);if(!i)throw new H(Z.InvalidParams,`Task not found: ${n}`);if(!jn(i.status))return await this._waitForTaskUpdate(n,r.signal),await o();if(jn(i.status)){let s=await this._taskStore.getTaskResult(n,r.sessionId);return this._clearTaskQueue(n),{...s,_meta:{...s._meta,[Nn]:{taskId:n}}}}return await o()};return await o()}),this.setRequestHandler(om,async(t,r)=>{try{let{tasks:o,nextCursor:n}=await this._taskStore.listTasks(t.params?.cursor,r.sessionId);return{tasks:o,nextCursor:n,_meta:{}}}catch(o){throw new H(Z.InvalidParams,`Failed to list tasks: ${o instanceof Error?o.message:String(o)}`)}}),this.setRequestHandler(sm,async(t,r)=>{try{let o=await this._taskStore.getTask(t.params.taskId,r.sessionId);if(!o)throw new H(Z.InvalidParams,`Task not found: ${t.params.taskId}`);if(jn(o.status))throw new H(Z.InvalidParams,`Cannot cancel task in terminal status: ${o.status}`);await this._taskStore.updateTaskStatus(t.params.taskId,"cancelled","Client cancelled task execution.",r.sessionId),this._clearTaskQueue(t.params.taskId);let n=await this._taskStore.getTask(t.params.taskId,r.sessionId);if(!n)throw new H(Z.InvalidParams,`Task not found after cancellation: ${t.params.taskId}`);return{_meta:{},...n}}catch(o){if(o instanceof H)throw o;throw new H(Z.InvalidRequest,`Failed to cancel task: ${o instanceof Error?o.message:String(o)}`)}})}async _oncancel(e){if(!e.params.requestId)return;this._requestHandlerAbortControllers.get(e.params.requestId)?.abort(e.params.reason)}_setupTimeout(e,t,r,o,n=!1){this._timeoutInfo.set(e,{timeoutId:setTimeout(o,t),startTime:Date.now(),timeout:t,maxTotalTimeout:r,resetTimeoutOnProgress:n,onTimeout:o})}_resetTimeout(e){let t=this._timeoutInfo.get(e);if(!t)return!1;let r=Date.now()-t.startTime;if(t.maxTotalTimeout&&r>=t.maxTotalTimeout)throw this._timeoutInfo.delete(e),H.fromError(Z.RequestTimeout,"Maximum total timeout exceeded",{maxTotalTimeout:t.maxTotalTimeout,totalElapsed:r});return clearTimeout(t.timeoutId),t.timeoutId=setTimeout(t.onTimeout,t.timeout),!0}_cleanupTimeout(e){let t=this._timeoutInfo.get(e);if(t)clearTimeout(t.timeoutId),this._timeoutInfo.delete(e)}async connect(e){if(this._transport)throw Error("Already connected to a transport. Call close() before connecting to a new transport, or use a separate Protocol instance per connection.");this._transport=e;let t=this.transport?.onclose;this._transport.onclose=()=>{t?.(),this._onclose()};let r=this.transport?.onerror;this._transport.onerror=(n)=>{r?.(n),this._onerror(n)};let o=this._transport?.onmessage;this._transport.onmessage=(n,i)=>{if(o?.(n,i),bl(n)||B$(n))this._onresponse(n);else if(Wv(n))this._onrequest(n,i);else if(F$(n))this._onnotification(n);else this._onerror(Error(`Unknown message type: ${JSON.stringify(n)}`))},await this._transport.start()}_onclose(){let e=this._responseHandlers;this._responseHandlers=new Map,this._progressHandlers.clear(),this._taskProgressTokens.clear(),this._pendingDebouncedNotifications.clear();for(let r of this._timeoutInfo.values())clearTimeout(r.timeoutId);this._timeoutInfo.clear();for(let r of this._requestHandlerAbortControllers.values())r.abort();this._requestHandlerAbortControllers.clear();let t=H.fromError(Z.ConnectionClosed,"Connection closed");this._transport=void 0,this.onclose?.();for(let r of e.values())r(t)}_onerror(e){this.onerror?.(e)}_onnotification(e){let t=this._notificationHandlers.get(e.method)??this.fallbackNotificationHandler;if(t===void 0)return;Promise.resolve().then(()=>t(e)).catch((r)=>this._onerror(Error(`Uncaught error in notification handler: ${r}`)))}_onrequest(e,t){let r=this._requestHandlers.get(e.method)??this.fallbackRequestHandler,o=this._transport,n=e.params?._meta?.[Nn]?.taskId;if(r===void 0){let u={jsonrpc:"2.0",id:e.id,error:{code:Z.MethodNotFound,message:"Method not found"}};if(n&&this._taskMessageQueue)this._enqueueTaskMessage(n,{type:"error",message:u,timestamp:Date.now()},o?.sessionId).catch((d)=>this._onerror(Error(`Failed to enqueue error response: ${d}`)));else o?.send(u).catch((d)=>this._onerror(Error(`Failed to send an error response: ${d}`)));return}let i=new AbortController;this._requestHandlerAbortControllers.set(e.id,i);let s=U$(e.params)?e.params.task:void 0,a=this._taskStore?this.requestTaskStore(e,o?.sessionId):void 0,c={signal:i.signal,sessionId:o?.sessionId,_meta:e.params?._meta,sendNotification:async(u)=>{if(i.signal.aborted)return;let d={relatedRequestId:e.id};if(n)d.relatedTask={taskId:n};await this.notification(u,d)},sendRequest:async(u,d,p)=>{if(i.signal.aborted)throw new H(Z.ConnectionClosed,"Request was cancelled");let f={...p,relatedRequestId:e.id};if(n&&!f.relatedTask)f.relatedTask={taskId:n};let m=f.relatedTask?.taskId??n;if(m&&a)await a.updateTaskStatus(m,"input_required");return await this.request(u,d,f)},authInfo:t?.authInfo,requestId:e.id,requestInfo:t?.requestInfo,taskId:n,taskStore:a,taskRequestedTtl:s?.ttl,closeSSEStream:t?.closeSSEStream,closeStandaloneSSEStream:t?.closeStandaloneSSEStream};Promise.resolve().then(()=>{if(s)this.assertTaskHandlerCapability(e.method)}).then(()=>r(e,c)).then(async(u)=>{if(i.signal.aborted)return;let d={result:u,jsonrpc:"2.0",id:e.id};if(n&&this._taskMessageQueue)await this._enqueueTaskMessage(n,{type:"response",message:d,timestamp:Date.now()},o?.sessionId);else await o?.send(d)},async(u)=>{if(i.signal.aborted)return;let d={jsonrpc:"2.0",id:e.id,error:{code:Number.isSafeInteger(u.code)?u.code:Z.InternalError,message:u.message??"Internal error",...u.data!==void 0&&{data:u.data}}};if(n&&this._taskMessageQueue)await this._enqueueTaskMessage(n,{type:"error",message:d,timestamp:Date.now()},o?.sessionId);else await o?.send(d)}).catch((u)=>this._onerror(Error(`Failed to send response: ${u}`))).finally(()=>{if(this._requestHandlerAbortControllers.get(e.id)===i)this._requestHandlerAbortControllers.delete(e.id)})}_onprogress(e){let{progressToken:t,...r}=e.params,o=Number(t),n=this._progressHandlers.get(o);if(!n){this._onerror(Error(`Received a progress notification for an unknown token: ${JSON.stringify(e)}`));return}let i=this._responseHandlers.get(o),s=this._timeoutInfo.get(o);if(s&&i&&s.resetTimeoutOnProgress)try{this._resetTimeout(o)}catch(a){this._responseHandlers.delete(o),this._progressHandlers.delete(o),this._cleanupTimeout(o),i(a);return}n(r)}_onresponse(e){let t=Number(e.id),r=this._requestResolvers.get(t);if(r){if(this._requestResolvers.delete(t),bl(e))r(e);else{let i=new H(e.error.code,e.error.message,e.error.data);r(i)}return}let o=this._responseHandlers.get(t);if(o===void 0){this._onerror(Error(`Received a response for an unknown message ID: ${JSON.stringify(e)}`));return}this._responseHandlers.delete(t),this._cleanupTimeout(t);let n=!1;if(bl(e)&&e.result&&typeof e.result==="object"){let i=e.result;if(i.task&&typeof i.task==="object"){let s=i.task;if(typeof s.taskId==="string")n=!0,this._taskProgressTokens.set(s.taskId,t)}}if(!n)this._progressHandlers.delete(t);if(bl(e))o(e);else{let i=H.fromError(e.error.code,e.error.message,e.error.data);o(i)}}get transport(){return this._transport}async close(){await this._transport?.close()}async*requestStream(e,t,r){let{task:o}=r??{};if(!o){try{yield{type:"result",result:await this.request(e,t,r)}}catch(i){yield{type:"error",error:i instanceof H?i:new H(Z.InternalError,String(i))}}return}let n;try{let i=await this.request(e,us,r);if(i.task)n=i.task.taskId,yield{type:"taskCreated",task:i.task};else throw new H(Z.InternalError,"Task creation did not return a task");while(!0){let s=await this.getTask({taskId:n},r);if(yield{type:"taskStatus",task:s},jn(s.status)){if(s.status==="completed")yield{type:"result",result:await this.getTaskResult({taskId:n},t,r)};else if(s.status==="failed")yield{type:"error",error:new H(Z.InternalError,`Task ${n} failed`)};else if(s.status==="cancelled")yield{type:"error",error:new H(Z.InternalError,`Task ${n} was cancelled`)};return}if(s.status==="input_required"){yield{type:"result",result:await this.getTaskResult({taskId:n},t,r)};return}let a=s.pollInterval??this._options?.defaultTaskPollInterval??1000;await new Promise((c)=>setTimeout(c,a)),r?.signal?.throwIfAborted()}}catch(i){yield{type:"error",error:i instanceof H?i:new H(Z.InternalError,String(i))}}}request(e,t,r){let{relatedRequestId:o,resumptionToken:n,onresumptiontoken:i,task:s,relatedTask:a}=r??{};return new Promise((c,u)=>{let d=(v)=>{u(v)};if(!this._transport){d(Error("Not connected"));return}if(this._options?.enforceStrictCapabilities===!0)try{if(this.assertCapabilityForMethod(e.method),s)this.assertTaskCapability(e.method)}catch(v){d(v);return}r?.signal?.throwIfAborted();let p=this._requestMessageId++,f={...e,jsonrpc:"2.0",id:p};if(r?.onprogress)this._progressHandlers.set(p,r.onprogress),f.params={...e.params,_meta:{...e.params?._meta||{},progressToken:p}};if(s)f.params={...f.params,task:s};if(a)f.params={...f.params,_meta:{...f.params?._meta||{},[Nn]:a}};let m=(v)=>{this._responseHandlers.delete(p),this._progressHandlers.delete(p),this._cleanupTimeout(p),this._transport?.send({jsonrpc:"2.0",method:"notifications/cancelled",params:{requestId:p,reason:String(v)}},{relatedRequestId:o,resumptionToken:n,onresumptiontoken:i}).catch((w)=>this._onerror(Error(`Failed to send cancellation: ${w}`)));let x=v instanceof H?v:new H(Z.RequestTimeout,String(v));u(x)};this._responseHandlers.set(p,(v)=>{if(r?.signal?.aborted)return;if(v instanceof Error)return u(v);try{let x=Mn(t,v.result);if(!x.success)u(x.error);else c(x.data)}catch(x){u(x)}}),r?.signal?.addEventListener("abort",()=>{m(r?.signal?.reason)});let g=r?.timeout??WG,h=()=>m(H.fromError(Z.RequestTimeout,"Request timed out",{timeout:g}));this._setupTimeout(p,g,r?.maxTotalTimeout,h,r?.resetTimeoutOnProgress??!1);let y=a?.taskId;if(y){let v=(x)=>{let w=this._responseHandlers.get(p);if(w)w(x);else this._onerror(Error(`Response handler missing for side-channeled request ${p}`))};this._requestResolvers.set(p,v),this._enqueueTaskMessage(y,{type:"request",message:f,timestamp:Date.now()}).catch((x)=>{this._cleanupTimeout(p),u(x)})}else this._transport.send(f,{relatedRequestId:o,resumptionToken:n,onresumptiontoken:i}).catch((v)=>{this._cleanupTimeout(p),u(v)})})}async getTask(e,t){return this.request({method:"tasks/get",params:e},rm,t)}async getTaskResult(e,t,r){return this.request({method:"tasks/result",params:e},t,r)}async listTasks(e,t){return this.request({method:"tasks/list",params:e},im,t)}async cancelTask(e,t){return this.request({method:"tasks/cancel",params:e},q$,t)}async notification(e,t){if(!this._transport)throw Error("Not connected");this.assertNotificationCapability(e.method);let r=t?.relatedTask?.taskId;if(r){let s={...e,jsonrpc:"2.0",params:{...e.params,_meta:{...e.params?._meta||{},[Nn]:t.relatedTask}}};await this._enqueueTaskMessage(r,{type:"notification",message:s,timestamp:Date.now()});return}if((this._options?.debouncedNotificationMethods??[]).includes(e.method)&&!e.params&&!t?.relatedRequestId&&!t?.relatedTask){if(this._pendingDebouncedNotifications.has(e.method))return;this._pendingDebouncedNotifications.add(e.method),Promise.resolve().then(()=>{if(this._pendingDebouncedNotifications.delete(e.method),!this._transport)return;let s={...e,jsonrpc:"2.0"};if(t?.relatedTask)s={...s,params:{...s.params,_meta:{...s.params?._meta||{},[Nn]:t.relatedTask}}};this._transport?.send(s,t).catch((a)=>this._onerror(a))});return}let i={...e,jsonrpc:"2.0"};if(t?.relatedTask)i={...i,params:{...i.params,_meta:{...i.params?._meta||{},[Nn]:t.relatedTask}}};await this._transport.send(i,t)}setRequestHandler(e,t){let r=fS(e);this.assertRequestHandlerCapability(r),this._requestHandlers.set(r,(o,n)=>{let i=mS(e,o);return Promise.resolve(t(i,n))})}removeRequestHandler(e){this._requestHandlers.delete(e)}assertCanSetRequestHandler(e){if(this._requestHandlers.has(e))throw Error(`A request handler for ${e} already exists, which would be overridden`)}setNotificationHandler(e,t){let r=fS(e);this._notificationHandlers.set(r,(o)=>{let n=mS(e,o);return Promise.resolve(t(n))})}removeNotificationHandler(e){this._notificationHandlers.delete(e)}_cleanupTaskProgressHandler(e){let t=this._taskProgressTokens.get(e);if(t!==void 0)this._progressHandlers.delete(t),this._taskProgressTokens.delete(e)}async _enqueueTaskMessage(e,t,r){if(!this._taskStore||!this._taskMessageQueue)throw Error("Cannot enqueue task message: taskStore and taskMessageQueue are not configured");let o=this._options?.maxTaskQueueSize;await this._taskMessageQueue.enqueue(e,t,r,o)}async _clearTaskQueue(e,t){if(this._taskMessageQueue){let r=await this._taskMessageQueue.dequeueAll(e,t);for(let o of r)if(o.type==="request"&&Wv(o.message)){let n=o.message.id,i=this._requestResolvers.get(n);if(i)i(new H(Z.InternalError,"Task cancelled or completed")),this._requestResolvers.delete(n);else this._onerror(Error(`Resolver missing for request ${n} during task ${e} cleanup`))}}}async _waitForTaskUpdate(e,t){let r=this._options?.defaultTaskPollInterval??1000;try{let o=await this._taskStore?.getTask(e);if(o?.pollInterval)r=o.pollInterval}catch{}return new Promise((o,n)=>{if(t.aborted){n(new H(Z.InvalidRequest,"Request cancelled"));return}let i=setTimeout(o,r);t.addEventListener("abort",()=>{clearTimeout(i),n(new H(Z.InvalidRequest,"Request cancelled"))},{once:!0})})}requestTaskStore(e,t){let r=this._taskStore;if(!r)throw Error("No task store configured");return{createTask:async(o)=>{if(!e)throw Error("No request provided");return await r.createTask(o,e.id,{method:e.method,params:e.params},t)},getTask:async(o)=>{let n=await r.getTask(o,t);if(!n)throw new H(Z.InvalidParams,"Failed to retrieve task: Task not found");return n},storeTaskResult:async(o,n,i)=>{await r.storeTaskResult(o,n,i,t);let s=await r.getTask(o,t);if(s){let a=wl.parse({method:"notifications/tasks/status",params:s});if(await this.notification(a),jn(s.status))this._cleanupTaskProgressHandler(o)}},getTaskResult:(o)=>r.getTaskResult(o,t),updateTaskStatus:async(o,n,i)=>{let s=await r.getTask(o,t);if(!s)throw new H(Z.InvalidParams,`Task "${o}" not found - it may have been cleaned up`);if(jn(s.status))throw new H(Z.InvalidParams,`Cannot update task "${o}" from terminal status "${s.status}" to "${n}". Terminal states (completed, failed, cancelled) cannot transition to other states.`);await r.updateTaskStatus(o,n,i,t);let a=await r.getTask(o,t);if(a){let c=wl.parse({method:"notifications/tasks/status",params:a});if(await this.notification(c),jn(a.status))this._cleanupTaskProgressHandler(o)}},listTasks:(o)=>r.listTasks(o,t)}}}function OO(e){return e!==null&&typeof e==="object"&&!Array.isArray(e)}function AO(e,t){let r={...e};for(let o in t){let n=o,i=t[n];if(i===void 0)continue;let s=r[n];if(OO(s)&&OO(i))r[n]={...s,...i};else r[n]=i}return r}var mN=Eg(ux(),1),gN=Eg(fN(),1);function gQ(){let e=new mN.default({strict:!1,validateFormats:!0,validateSchema:!1,allErrors:!0});return gN.default(e),e}class vx{constructor(e){this._ajv=e??gQ()}getValidator(e){let t="$id"in e&&typeof e.$id==="string"?this._ajv.getSchema(e.$id)??this._ajv.compile(e):this._ajv.compile(e);return(r)=>{if(t(r))return{valid:!0,data:r,errorMessage:void 0};else return{valid:!1,data:void 0,errorMessage:this._ajv.errorsText(t.errors)}}}}class Sx{constructor(e){this._server=e}requestStream(e,t,r){return this._server.requestStream(e,t,r)}createMessageStream(e,t){let r=this._server.getClientCapabilities();if((e.tools||e.toolChoice)&&!r?.sampling?.tools)throw Error("Client does not support sampling tools capability.");if(e.messages.length>0){let o=e.messages[e.messages.length-1],n=Array.isArray(o.content)?o.content:[o.content],i=n.some((u)=>u.type==="tool_result"),s=e.messages.length>1?e.messages[e.messages.length-2]:void 0,a=s?Array.isArray(s.content)?s.content:[s.content]:[],c=a.some((u)=>u.type==="tool_use");if(i){if(n.some((u)=>u.type!=="tool_result"))throw Error("The last message must contain only tool_result content if any is present");if(!c)throw Error("tool_result blocks are not matching any tool_use from the previous message")}if(c){let u=new Set(a.filter((p)=>p.type==="tool_use").map((p)=>p.id)),d=new Set(n.filter((p)=>p.type==="tool_result").map((p)=>p.toolUseId));if(u.size!==d.size||![...u].every((p)=>d.has(p)))throw Error("ids of tool_result blocks and tool_use blocks from previous message do not match")}}return this.requestStream({method:"sampling/createMessage",params:e},Tl,t)}elicitInputStream(e,t){let r=this._server.getClientCapabilities(),o=e.mode??"form";switch(o){case"url":{if(!r?.elicitation?.url)throw Error("Client does not support url elicitation.");break}case"form":{if(!r?.elicitation?.form)throw Error("Client does not support form elicitation.");break}}let n=o==="form"&&e.mode===void 0?{...e,mode:"form"}:e;return this.requestStream({method:"elicitation/create",params:n},fs,t)}async getTask(e,t){return this._server.getTask({taskId:e},t)}async getTaskResult(e,t,r){return this._server.getTaskResult({taskId:e},t,r)}async listTasks(e,t){return this._server.listTasks(e?{cursor:e}:void 0,t)}async cancelTask(e,t){return this._server.cancelTask({taskId:e},t)}}function hN(e,t,r){if(!e)throw Error(`${r} does not support task creation (required for ${t})`);switch(t){case"tools/call":if(!e.tools?.call)throw Error(`${r} does not support task creation for tools/call (required for ${t})`);break;default:break}}function yN(e,t,r){if(!e)throw Error(`${r} does not support task creation (required for ${t})`);switch(t){case"sampling/createMessage":if(!e.sampling?.createMessage)throw Error(`${r} does not support task creation for sampling/createMessage (required for ${t})`);break;case"elicitation/create":if(!e.elicitation?.create)throw Error(`${r} does not support task creation for elicitation/create (required for ${t})`);break;default:break}}class xx extends gS{constructor(e,t){super(t);if(this._serverInfo=e,this._loggingLevels=new Map,this.LOG_LEVEL_SEVERITY=new Map(El.options.map((r,o)=>[r,o])),this.isMessageIgnored=(r,o)=>{let n=this._loggingLevels.get(o);return n?this.LOG_LEVEL_SEVERITY.get(r)<this.LOG_LEVEL_SEVERITY.get(n):!1},this._capabilities=t?.capabilities??{},this._instructions=t?.instructions,this._jsonSchemaValidator=t?.jsonSchemaValidator??new vx,this.setRequestHandler(Jv,(r)=>this._oninitialize(r)),this.setNotificationHandler(Xv,()=>this.oninitialized?.()),this._capabilities.logging)this.setRequestHandler(oS,async(r,o)=>{let n=o.sessionId||o.requestInfo?.headers["mcp-session-id"]||void 0,{level:i}=r.params,s=El.safeParse(i);if(s.success)this._loggingLevels.set(n,s.data);return{}})}get experimental(){if(!this._experimental)this._experimental={tasks:new Sx(this)};return this._experimental}registerCapabilities(e){if(this.transport)throw Error("Cannot register capabilities after connecting to transport");this._capabilities=AO(this._capabilities,e)}setRequestHandler(e,t){let o=Dn(e)?.method;if(!o)throw Error("Schema is missing a method literal");let n;if(Xt(o)){let s=o;n=s._zod?.def?.value??s.value}else{let s=o;n=s._def?.value??s.value}if(typeof n!=="string")throw Error("Schema method literal must be a string");if(n==="tools/call"){let s=async(a,c)=>{let u=Mn(ps,a);if(!u.success){let m=u.error instanceof Error?u.error.message:String(u.error);throw new H(Z.InvalidParams,`Invalid tools/call request: ${m}`)}let{params:d}=u.data,p=await Promise.resolve(t(a,c));if(d.task){let m=Mn(us,p);if(!m.success){let g=m.error instanceof Error?m.error.message:String(m.error);throw new H(Z.InvalidParams,`Invalid task creation result: ${g}`)}return m.data}let f=Mn(fm,p);if(!f.success){let m=f.error instanceof Error?f.error.message:String(f.error);throw new H(Z.InvalidParams,`Invalid tools/call result: ${m}`)}return f.data};return super.setRequestHandler(e,s)}return super.setRequestHandler(e,t)}assertCapabilityForMethod(e){switch(e){case"sampling/createMessage":if(!this._clientCapabilities?.sampling)throw Error(`Client does not support sampling (required for ${e})`);break;case"elicitation/create":if(!this._clientCapabilities?.elicitation)throw Error(`Client does not support elicitation (required for ${e})`);break;case"roots/list":if(!this._clientCapabilities?.roots)throw Error(`Client does not support listing roots (required for ${e})`);break;case"ping":break}}assertNotificationCapability(e){switch(e){case"notifications/message":if(!this._capabilities.logging)throw Error(`Server does not support logging (required for ${e})`);break;case"notifications/resources/updated":case"notifications/resources/list_changed":if(!this._capabilities.resources)throw Error(`Server does not support notifying about resources (required for ${e})`);break;case"notifications/tools/list_changed":if(!this._capabilities.tools)throw Error(`Server does not support notifying of tool list changes (required for ${e})`);break;case"notifications/prompts/list_changed":if(!this._capabilities.prompts)throw Error(`Server does not support notifying of prompt list changes (required for ${e})`);break;case"notifications/elicitation/complete":if(!this._clientCapabilities?.elicitation?.url)throw Error(`Client does not support URL elicitation (required for ${e})`);break;case"notifications/cancelled":break;case"notifications/progress":break}}assertRequestHandlerCapability(e){if(!this._capabilities)return;switch(e){case"completion/complete":if(!this._capabilities.completions)throw Error(`Server does not support completions (required for ${e})`);break;case"logging/setLevel":if(!this._capabilities.logging)throw Error(`Server does not support logging (required for ${e})`);break;case"prompts/get":case"prompts/list":if(!this._capabilities.prompts)throw Error(`Server does not support prompts (required for ${e})`);break;case"resources/list":case"resources/templates/list":case"resources/read":if(!this._capabilities.resources)throw Error(`Server does not support resources (required for ${e})`);break;case"tools/call":case"tools/list":if(!this._capabilities.tools)throw Error(`Server does not support tools (required for ${e})`);break;case"tasks/get":case"tasks/list":case"tasks/result":case"tasks/cancel":if(!this._capabilities.tasks)throw Error(`Server does not support tasks capability (required for ${e})`);break;case"ping":case"initialize":break}}assertTaskCapability(e){yN(this._clientCapabilities?.tasks?.requests,e,"Client")}assertTaskHandlerCapability(e){if(!this._capabilities)return;hN(this._capabilities.tasks?.requests,e,"Server")}async _oninitialize(e){let t=e.params.protocolVersion;return this._clientCapabilities=e.params.capabilities,this._clientVersion=e.params.clientInfo,{protocolVersion:D$.includes(t)?t:Zv,capabilities:this.getCapabilities(),serverInfo:this._serverInfo,...this._instructions&&{instructions:this._instructions}}}getClientCapabilities(){return this._clientCapabilities}getClientVersion(){return this._clientVersion}getCapabilities(){return this._capabilities}async ping(){return this.request({method:"ping"},Xf)}async createMessage(e,t){if(e.tools||e.toolChoice){if(!this._clientCapabilities?.sampling?.tools)throw Error("Client does not support sampling tools capability.")}if(e.messages.length>0){let r=e.messages[e.messages.length-1],o=Array.isArray(r.content)?r.content:[r.content],n=o.some((c)=>c.type==="tool_result"),i=e.messages.length>1?e.messages[e.messages.length-2]:void 0,s=i?Array.isArray(i.content)?i.content:[i.content]:[],a=s.some((c)=>c.type==="tool_use");if(n){if(o.some((c)=>c.type!=="tool_result"))throw Error("The last message must contain only tool_result content if any is present");if(!a)throw Error("tool_result blocks are not matching any tool_use from the previous message")}if(a){let c=new Set(s.filter((d)=>d.type==="tool_use").map((d)=>d.id)),u=new Set(o.filter((d)=>d.type==="tool_result").map((d)=>d.toolUseId));if(c.size!==u.size||![...c].every((d)=>u.has(d)))throw Error("ids of tool_result blocks and tool_use blocks from previous message do not match")}}if(e.tools)return this.request({method:"sampling/createMessage",params:e},iS,t);return this.request({method:"sampling/createMessage",params:e},Tl,t)}async elicitInput(e,t){switch(e.mode??"form"){case"url":{if(!this._clientCapabilities?.elicitation?.url)throw Error("Client does not support url elicitation.");let o=e;return this.request({method:"elicitation/create",params:o},fs,t)}case"form":{if(!this._clientCapabilities?.elicitation?.form)throw Error("Client does not support form elicitation.");let o=e.mode==="form"?e:{...e,mode:"form"},n=await this.request({method:"elicitation/create",params:o},fs,t);if(n.action==="accept"&&n.content&&o.requestedSchema)try{let s=this._jsonSchemaValidator.getValidator(o.requestedSchema)(n.content);if(!s.valid)throw new H(Z.InvalidParams,`Elicitation response content does not match requested schema: ${s.errorMessage}`)}catch(i){if(i instanceof H)throw i;throw new H(Z.InternalError,`Error validating elicitation response: ${i instanceof Error?i.message:String(i)}`)}return n}}}createElicitationCompletionNotifier(e,t){if(!this._clientCapabilities?.elicitation?.url)throw Error("Client does not support URL elicitation (required for notifications/elicitation/complete)");return()=>this.notification({method:"notifications/elicitation/complete",params:{elicitationId:e}},t)}async listRoots(e,t){return this.request({method:"roots/list",params:e},sS,t)}async sendLoggingMessage(e,t){if(this._capabilities.logging){if(!this.isMessageIgnored(e.level,t))return this.notification({method:"notifications/message",params:e})}}async sendResourceUpdated(e){return this.notification({method:"notifications/resources/updated",params:e})}async sendResourceListChanged(){return this.notification({method:"notifications/resources/list_changed"})}async sendToolListChanged(){return this.notification({method:"notifications/tools/list_changed"})}async sendPromptListChanged(){return this.notification({method:"notifications/prompts/list_changed"})}}var _N=Symbol.for("mcp.completable");function wx(e){return!!e&&typeof e==="object"&&_N in e}function vN(e){return e[_N]?.complete}var bN;(function(e){e.Completable="McpCompletable"})(bN||(bN={}));var hQ=/^[A-Za-z0-9._-]{1,128}$/;function yQ(e){let t=[];if(e.length===0)return{isValid:!1,warnings:["Tool name cannot be empty"]};if(e.length>128)return{isValid:!1,warnings:[`Tool name exceeds maximum length of 128 characters (current: ${e.length})`]};if(e.includes(" "))t.push("Tool name contains spaces, which may cause parsing issues");if(e.includes(","))t.push("Tool name contains commas, which may cause parsing issues");if(e.startsWith("-")||e.endsWith("-"))t.push("Tool name starts or ends with a dash, which may cause parsing issues in some contexts");if(e.startsWith(".")||e.endsWith("."))t.push("Tool name starts or ends with a dot, which may cause parsing issues in some contexts");if(!hQ.test(e)){let r=e.split("").filter((o)=>!/[A-Za-z0-9._-]/.test(o)).filter((o,n,i)=>i.indexOf(o)===n);return t.push(`Tool name contains invalid characters: ${r.map((o)=>`"${o}"`).join(", ")}`,"Allowed characters are: A-Z, a-z, 0-9, underscore (_), dash (-), and dot (.)"),{isValid:!1,warnings:t}}return{isValid:!0,warnings:t}}function bQ(e,t){if(t.length>0){console.warn(`Tool name validation warning for "${e}":`);for(let r of t)console.warn(` - ${r}`);console.warn("Tool registration will proceed, but this may cause compatibility issues."),console.warn("Consider updating the tool name to conform to the MCP tool naming standard."),console.warn("See SEP: Specify Format for Tool Names (https://github.com/modelcontextprotocol/modelcontextprotocol/issues/986) for more details.")}}function kx(e){let t=yQ(e);return bQ(e,t.warnings),t.isValid}class Ex{constructor(e){this._mcpServer=e}registerToolTask(e,t,r){let o={taskSupport:"required",...t.execution};if(o.taskSupport==="forbidden")throw Error(`Cannot register task-based tool '${e}' with taskSupport 'forbidden'. Use registerTool() instead.`);return this._mcpServer._createRegisteredTool(e,t.title,t.description,t.inputSchema,t.outputSchema,t.annotations,o,t._meta,r)}}class Px{constructor(e,t){this._registeredResources={},this._registeredResourceTemplates={},this._registeredTools={},this._registeredPrompts={},this._toolHandlersInitialized=!1,this._completionHandlerInitialized=!1,this._resourceHandlersInitialized=!1,this._promptHandlersInitialized=!1,this.server=new xx(e,t)}get experimental(){if(!this._experimental)this._experimental={tasks:new Ex(this)};return this._experimental}async connect(e){return await this.server.connect(e)}async close(){await this.server.close()}setToolRequestHandlers(){if(this._toolHandlersInitialized)return;this.server.assertCanSetRequestHandler(Zn(pm)),this.server.assertCanSetRequestHandler(Zn(ps)),this.server.registerCapabilities({tools:{listChanged:!0}}),this.server.setRequestHandler(pm,()=>({tools:Object.entries(this._registeredTools).filter(([,e])=>e.enabled).map(([e,t])=>{let r={name:e,title:t.title,description:t.description,inputSchema:(()=>{let o=is(t.inputSchema);return o?pS(o,{strictUnions:!0,pipeStrategy:"input"}):_Q})(),annotations:t.annotations,execution:t.execution,_meta:t._meta};if(t.outputSchema){let o=is(t.outputSchema);if(o)r.outputSchema=pS(o,{strictUnions:!0,pipeStrategy:"output"})}return r})})),this.server.setRequestHandler(ps,async(e,t)=>{try{let r=this._registeredTools[e.params.name];if(!r)throw new H(Z.InvalidParams,`Tool ${e.params.name} not found`);if(!r.enabled)throw new H(Z.InvalidParams,`Tool ${e.params.name} disabled`);let o=!!e.params.task,n=r.execution?.taskSupport,i="createTask"in r.handler;if((n==="required"||n==="optional")&&!i)throw new H(Z.InternalError,`Tool ${e.params.name} has taskSupport '${n}' but was not registered with registerToolTask`);if(n==="required"&&!o)throw new H(Z.MethodNotFound,`Tool ${e.params.name} requires task augmentation (taskSupport: 'required')`);if(n==="optional"&&!o&&i)return await this.handleAutomaticTaskPolling(r,e,t);let s=await this.validateToolInput(r,e.params.arguments,e.params.name),a=await this.executeToolHandler(r,s,t);if(o)return a;return await this.validateToolOutput(r,a,e.params.name),a}catch(r){if(r instanceof H){if(r.code===Z.UrlElicitationRequired)throw r}return this.createToolError(r instanceof Error?r.message:String(r))}}),this._toolHandlersInitialized=!0}createToolError(e){return{content:[{type:"text",text:e}],isError:!0}}async validateToolInput(e,t,r){if(!e.inputSchema)return;let n=is(e.inputSchema)??e.inputSchema,i=await Of(n,t);if(!i.success){let s="error"in i?i.error:"Unknown error",a=Af(s);throw new H(Z.InvalidParams,`Input validation error: Invalid arguments for tool ${r}: ${a}`)}return i.data}async validateToolOutput(e,t,r){if(!e.outputSchema)return;if(!("content"in t))return;if(t.isError)return;if(!t.structuredContent)throw new H(Z.InvalidParams,`Output validation error: Tool ${r} has an output schema but no structured content was provided`);let o=is(e.outputSchema),n=await Of(o,t.structuredContent);if(!n.success){let i="error"in n?n.error:"Unknown error",s=Af(i);throw new H(Z.InvalidParams,`Output validation error: Invalid structured content for tool ${r}: ${s}`)}}async executeToolHandler(e,t,r){let o=e.handler;if("createTask"in o){if(!r.taskStore)throw Error("No task store provided.");let i={...r,taskStore:r.taskStore};if(e.inputSchema)return await Promise.resolve(o.createTask(t,i));else return await Promise.resolve(o.createTask(i))}if(e.inputSchema)return await Promise.resolve(o(t,r));else return await Promise.resolve(o(r))}async handleAutomaticTaskPolling(e,t,r){if(!r.taskStore)throw Error("No task store provided for task-capable tool.");let o=await this.validateToolInput(e,t.params.arguments,t.params.name),n=e.handler,i={...r,taskStore:r.taskStore},s=o?await Promise.resolve(n.createTask(o,i)):await Promise.resolve(n.createTask(i)),a=s.task.taskId,c=s.task,u=c.pollInterval??5000;while(c.status!=="completed"&&c.status!=="failed"&&c.status!=="cancelled"){await new Promise((p)=>setTimeout(p,u));let d=await r.taskStore.getTask(a);if(!d)throw new H(Z.InternalError,`Task ${a} not found during polling`);c=d}return await r.taskStore.getTaskResult(a)}setCompletionRequestHandler(){if(this._completionHandlerInitialized)return;this.server.assertCanSetRequestHandler(Zn(mm)),this.server.registerCapabilities({completions:{}}),this.server.setRequestHandler(mm,async(e)=>{switch(e.params.ref.type){case"ref/prompt":return J$(e),this.handlePromptCompletion(e,e.params.ref);case"ref/resource":return X$(e),this.handleResourceCompletion(e,e.params.ref);default:throw new H(Z.InvalidParams,`Invalid completion reference: ${e.params.ref}`)}}),this._completionHandlerInitialized=!0}async handlePromptCompletion(e,t){let r=this._registeredPrompts[t.name];if(!r)throw new H(Z.InvalidParams,`Prompt ${t.name} not found`);if(!r.enabled)throw new H(Z.InvalidParams,`Prompt ${t.name} disabled`);if(!r.argsSchema)return Xl;let n=Dn(r.argsSchema)?.[e.params.argument.name];if(!wx(n))return Xl;let i=vN(n);if(!i)return Xl;let s=await i(e.params.argument.value,e.params.context);return xN(s)}async handleResourceCompletion(e,t){let r=Object.values(this._registeredResourceTemplates).find((i)=>i.resourceTemplate.uriTemplate.toString()===t.uri);if(!r){if(this._registeredResources[t.uri])return Xl;throw new H(Z.InvalidParams,`Resource template ${e.params.ref.uri} not found`)}let o=r.resourceTemplate.completeCallback(e.params.argument.name);if(!o)return Xl;let n=await o(e.params.argument.value,e.params.context);return xN(n)}setResourceRequestHandlers(){if(this._resourceHandlersInitialized)return;this.server.assertCanSetRequestHandler(Zn(am)),this.server.assertCanSetRequestHandler(Zn(cm)),this.server.assertCanSetRequestHandler(Zn(lm)),this.server.registerCapabilities({resources:{listChanged:!0}}),this.server.setRequestHandler(am,async(e,t)=>{let r=Object.entries(this._registeredResources).filter(([n,i])=>i.enabled).map(([n,i])=>({uri:n,name:i.name,...i.metadata})),o=[];for(let n of Object.values(this._registeredResourceTemplates)){if(!n.resourceTemplate.listCallback)continue;let i=await n.resourceTemplate.listCallback(t);for(let s of i.resources)o.push({...n.metadata,...s})}return{resources:[...r,...o]}}),this.server.setRequestHandler(cm,async()=>({resourceTemplates:Object.entries(this._registeredResourceTemplates).map(([t,r])=>({name:t,uriTemplate:r.resourceTemplate.uriTemplate.toString(),...r.metadata}))})),this.server.setRequestHandler(lm,async(e,t)=>{let r=new URL(e.params.uri),o=this._registeredResources[r.toString()];if(o){if(!o.enabled)throw new H(Z.InvalidParams,`Resource ${r} disabled`);return o.readCallback(r,t)}for(let n of Object.values(this._registeredResourceTemplates)){let i=n.resourceTemplate.uriTemplate.match(r.toString());if(i)return n.readCallback(r,i,t)}throw new H(Z.InvalidParams,`Resource ${r} not found`)}),this._resourceHandlersInitialized=!0}setPromptRequestHandlers(){if(this._promptHandlersInitialized)return;this.server.assertCanSetRequestHandler(Zn(um)),this.server.assertCanSetRequestHandler(Zn(dm)),this.server.registerCapabilities({prompts:{listChanged:!0}}),this.server.setRequestHandler(um,()=>({prompts:Object.entries(this._registeredPrompts).filter(([,e])=>e.enabled).map(([e,t])=>({name:e,title:t.title,description:t.description,arguments:t.argsSchema?vQ(t.argsSchema):void 0}))})),this.server.setRequestHandler(dm,async(e,t)=>{let r=this._registeredPrompts[e.params.name];if(!r)throw new H(Z.InvalidParams,`Prompt ${e.params.name} not found`);if(!r.enabled)throw new H(Z.InvalidParams,`Prompt ${e.params.name} disabled`);if(r.argsSchema){let o=is(r.argsSchema),n=await Of(o,e.params.arguments);if(!n.success){let a="error"in n?n.error:"Unknown error",c=Af(a);throw new H(Z.InvalidParams,`Invalid arguments for prompt ${e.params.name}: ${c}`)}let i=n.data,s=r.callback;return await Promise.resolve(s(i,t))}else{let o=r.callback;return await Promise.resolve(o(t))}}),this._promptHandlersInitialized=!0}resource(e,t,...r){let o;if(typeof r[0]==="object")o=r.shift();let n=r[0];if(typeof t==="string"){if(this._registeredResources[t])throw Error(`Resource ${t} is already registered`);let i=this._createRegisteredResource(e,void 0,t,o,n);return this.setResourceRequestHandlers(),this.sendResourceListChanged(),i}else{if(this._registeredResourceTemplates[e])throw Error(`Resource template ${e} is already registered`);let i=this._createRegisteredResourceTemplate(e,void 0,t,o,n);return this.setResourceRequestHandlers(),this.sendResourceListChanged(),i}}registerResource(e,t,r,o){if(typeof t==="string"){if(this._registeredResources[t])throw Error(`Resource ${t} is already registered`);let n=this._createRegisteredResource(e,r.title,t,r,o);return this.setResourceRequestHandlers(),this.sendResourceListChanged(),n}else{if(this._registeredResourceTemplates[e])throw Error(`Resource template ${e} is already registered`);let n=this._createRegisteredResourceTemplate(e,r.title,t,r,o);return this.setResourceRequestHandlers(),this.sendResourceListChanged(),n}}_createRegisteredResource(e,t,r,o,n){let i={name:e,title:t,metadata:o,readCallback:n,enabled:!0,disable:()=>i.update({enabled:!1}),enable:()=>i.update({enabled:!0}),remove:()=>i.update({uri:null}),update:(s)=>{if(typeof s.uri<"u"&&s.uri!==r){if(delete this._registeredResources[r],s.uri)this._registeredResources[s.uri]=i}if(typeof s.name<"u")i.name=s.name;if(typeof s.title<"u")i.title=s.title;if(typeof s.metadata<"u")i.metadata=s.metadata;if(typeof s.callback<"u")i.readCallback=s.callback;if(typeof s.enabled<"u")i.enabled=s.enabled;this.sendResourceListChanged()}};return this._registeredResources[r]=i,i}_createRegisteredResourceTemplate(e,t,r,o,n){let i={resourceTemplate:r,title:t,metadata:o,readCallback:n,enabled:!0,disable:()=>i.update({enabled:!1}),enable:()=>i.update({enabled:!0}),remove:()=>i.update({name:null}),update:(c)=>{if(typeof c.name<"u"&&c.name!==e){if(delete this._registeredResourceTemplates[e],c.name)this._registeredResourceTemplates[c.name]=i}if(typeof c.title<"u")i.title=c.title;if(typeof c.template<"u")i.resourceTemplate=c.template;if(typeof c.metadata<"u")i.metadata=c.metadata;if(typeof c.callback<"u")i.readCallback=c.callback;if(typeof c.enabled<"u")i.enabled=c.enabled;this.sendResourceListChanged()}};this._registeredResourceTemplates[e]=i;let s=r.uriTemplate.variableNames;if(Array.isArray(s)&&s.some((c)=>!!r.completeCallback(c)))this.setCompletionRequestHandler();return i}_createRegisteredPrompt(e,t,r,o,n){let i={title:t,description:r,argsSchema:o===void 0?void 0:Mo(o),callback:n,enabled:!0,disable:()=>i.update({enabled:!1}),enable:()=>i.update({enabled:!0}),remove:()=>i.update({name:null}),update:(s)=>{if(typeof s.name<"u"&&s.name!==e){if(delete this._registeredPrompts[e],s.name)this._registeredPrompts[s.name]=i}if(typeof s.title<"u")i.title=s.title;if(typeof s.description<"u")i.description=s.description;if(typeof s.argsSchema<"u")i.argsSchema=Mo(s.argsSchema);if(typeof s.callback<"u")i.callback=s.callback;if(typeof s.enabled<"u")i.enabled=s.enabled;this.sendPromptListChanged()}};if(this._registeredPrompts[e]=i,o){if(Object.values(o).some((a)=>{let c=a instanceof Gt?a._def?.innerType:a;return wx(c)}))this.setCompletionRequestHandler()}return i}_createRegisteredTool(e,t,r,o,n,i,s,a,c){kx(e);let u={title:t,description:r,inputSchema:SN(o),outputSchema:SN(n),annotations:i,execution:s,_meta:a,handler:c,enabled:!0,disable:()=>u.update({enabled:!1}),enable:()=>u.update({enabled:!0}),remove:()=>u.update({name:null}),update:(d)=>{if(typeof d.name<"u"&&d.name!==e){if(typeof d.name==="string")kx(d.name);if(delete this._registeredTools[e],d.name)this._registeredTools[d.name]=u}if(typeof d.title<"u")u.title=d.title;if(typeof d.description<"u")u.description=d.description;if(typeof d.paramsSchema<"u")u.inputSchema=Mo(d.paramsSchema);if(typeof d.outputSchema<"u")u.outputSchema=Mo(d.outputSchema);if(typeof d.callback<"u")u.handler=d.callback;if(typeof d.annotations<"u")u.annotations=d.annotations;if(typeof d._meta<"u")u._meta=d._meta;if(typeof d.enabled<"u")u.enabled=d.enabled;this.sendToolListChanged()}};return this._registeredTools[e]=u,this.setToolRequestHandlers(),this.sendToolListChanged(),u}tool(e,...t){if(this._registeredTools[e])throw Error(`Tool ${e} is already registered`);let r,o,n,i;if(typeof t[0]==="string")r=t.shift();if(t.length>1){let a=t[0];if(Tx(a)){if(o=t.shift(),t.length>1&&typeof t[0]==="object"&&t[0]!==null&&!Tx(t[0]))i=t.shift()}else if(typeof a==="object"&&a!==null){if(Object.values(a).some((c)=>typeof c==="object"&&c!==null))throw Error(`Tool ${e} expected a Zod schema or ToolAnnotations, but received an unrecognized object`);i=t.shift()}}let s=t[0];return this._createRegisteredTool(e,void 0,r,o,n,i,{taskSupport:"forbidden"},void 0,s)}registerTool(e,t,r){if(this._registeredTools[e])throw Error(`Tool ${e} is already registered`);let{title:o,description:n,inputSchema:i,outputSchema:s,annotations:a,_meta:c}=t;return this._createRegisteredTool(e,o,n,i,s,a,{taskSupport:"forbidden"},c,r)}prompt(e,...t){if(this._registeredPrompts[e])throw Error(`Prompt ${e} is already registered`);let r;if(typeof t[0]==="string")r=t.shift();let o;if(t.length>1)o=t.shift();let n=t[0],i=this._createRegisteredPrompt(e,void 0,r,o,n);return this.setPromptRequestHandlers(),this.sendPromptListChanged(),i}registerPrompt(e,t,r){if(this._registeredPrompts[e])throw Error(`Prompt ${e} is already registered`);let{title:o,description:n,argsSchema:i}=t,s=this._createRegisteredPrompt(e,o,n,i,r);return this.setPromptRequestHandlers(),this.sendPromptListChanged(),s}isConnected(){return this.server.transport!==void 0}async sendLoggingMessage(e,t){return this.server.sendLoggingMessage(e,t)}sendResourceListChanged(){if(this.isConnected())this.server.sendResourceListChanged()}sendToolListChanged(){if(this.isConnected())this.server.sendToolListChanged()}sendPromptListChanged(){if(this.isConnected())this.server.sendPromptListChanged()}}var _Q={type:"object",properties:{}};function wN(e){return e!==null&&typeof e==="object"&&"parse"in e&&typeof e.parse==="function"&&"safeParse"in e&&typeof e.safeParse==="function"}function kN(e){return"_def"in e||"_zod"in e||wN(e)}function Tx(e){if(typeof e!=="object"||e===null)return!1;if(kN(e))return!1;if(Object.keys(e).length===0)return!0;return Object.values(e).some(wN)}function SN(e){if(!e)return;if(Tx(e))return Mo(e);if(!kN(e))throw Error("inputSchema must be a Zod schema or raw shape, received an unrecognized object");return e}function vQ(e){let t=Dn(e);if(!t)return[];return Object.entries(t).map(([r,o])=>{let n=G0(o),i=J0(o);return{name:r,description:n,required:!i}})}function Zn(e){let r=Dn(e)?.method;if(!r)throw Error("Schema is missing a method literal");let o=Cf(r);if(typeof o==="string")return o;throw Error("Schema method literal must be a string")}function xN(e){return{completion:{values:e.slice(0,100),total:e.length,hasMore:e.length>100}}}var Xl={completion:{values:[],hasMore:!1}};function SQ(e,t,r,o,n){let i={};if(n?.searchHint)i["anthropic/searchHint"]=n.searchHint;if(n?.alwaysLoad)i["anthropic/alwaysLoad"]=!0;return{name:e,description:t,inputSchema:r,handler:o,annotations:n?.annotations,_meta:Object.keys(i).length>0?i:void 0}}function xQ(e){let t=new Px({name:e.name,version:e.version??"1.0.0"},{capabilities:{tools:e.tools?{}:void 0},instructions:e.instructions});if(e.tools)e.tools.forEach((r)=>{for(let o of Object.values(r.inputSchema)){if(!wQ(o))continue;let n=o.description;if(n&&!kt.has(o))kt.add(o,{description:n})}t.registerTool(r.name,{description:r.description,inputSchema:r.inputSchema,annotations:r.annotations,_meta:e.alwaysLoad?{"anthropic/alwaysLoad":!0,...r._meta}:r._meta},r.handler)});return{type:"sdk",name:e.name,instance:t}}function wQ(e){return typeof e==="object"&&e!==null&&"_zod"in e}function P(e){let t;return()=>t??=e()}var EN=15000,kQ=P(()=>l.object({session_id:l.string(),ws_url:l.string(),work_dir:l.string().optional(),session_key:l.string().optional()}));class _r extends Error{code;constructor(e,t){super(e);this.name="DirectConnectError",this.code=t}}class PN{options;ws;sessionId;workDir;abortController;readyState=!1;closed=!1;exitError;messages=new qa;readyPromise;readyResolve;readyReject;abortHandler;partialChunks=[];telemetryEmitted=!1;constructor(e){this.options=e;this.abortController=e.abortController??new AbortController,this.readyPromise=new Promise((t,r)=>{this.readyResolve=t,this.readyReject=r}),this.readyPromise.catch(()=>{}),this.initialize()}get ready(){return this.readyPromise}getSessionId(){return this.sessionId}getWorkDir(){return this.workDir}async initialize(){if(this.abortController.signal.aborted){this.failInit(new ot("Connection aborted"));return}this.abortHandler=()=>{this.close(),this.exitError=new ot("Connection aborted by user")},this.abortController.signal.addEventListener("abort",this.abortHandler);let e;try{let n=await TQ(this.options);this.sessionId=n.sessionId,this.workDir=n.workDir,e=n.wsUrl}catch(n){let i=kr(n);if(!(i instanceof ot)){let s=i instanceof _r&&i.code?i.code:"session_create_failed";this.emitTelemetry("bad",s)}this.failInit(i);return}if(this.closed){if(this.options.deleteSessionOnClose&&this.sessionId)TN(this.options.serverUrl,this.sessionId,this.options.authToken);return}let t={};if(this.options.authToken)t.authorization=`Bearer ${this.options.authToken}`;let r=new WebSocket(e,{headers:t});this.ws=r;let o=setTimeout((n,i)=>{if(!n.readyState){i.close();let s=new _r(`WebSocket connection timeout after ${EN}ms`);n.exitError=s,n.readyReject?.(s),n.emitTelemetry("bad","connect_timeout")}},EN,this,r);r.addEventListener("open",()=>{clearTimeout(o),this.readyState=!0,vt(`[DirectConnectTransport] Connected to ${this.options.serverUrl}, session=${this.sessionId}`),this.readyResolve?.(),this.emitTelemetry("ok")}),r.addEventListener("message",(n)=>{let i=typeof n.data==="string"?n.data:"";if(i.indexOf(`
|
|
104
|
+
]`;continue}if(n+=o[c],o[c]==="\\")i=!0;else if(s&&o[c]==="]")s=!1;else if(!s&&o[c]==="[")s=!0}try{new RegExp(n)}catch{return console.warn(`Could not convert regex pattern at ${t.currentPath.join("/")} to a flag-independent form! Falling back to the flag-ignorant source`),e.source}return n}function bm(e,t){if(t.target==="openAi")console.warn("Warning: OpenAI may not support records in schemas! Try an array of key-value pairs instead.");if(t.target==="openApi3"&&e.keyType?._def.typeName===R.ZodEnum)return{type:"object",required:e.keyType._def.values,properties:e.keyType._def.values.reduce((o,n)=>({...o,[n]:K(e.valueType._def,{...t,currentPath:[...t.currentPath,"properties",n]})??De(t)}),{}),additionalProperties:t.rejectedAdditionalProperties};let r={type:"object",additionalProperties:K(e.valueType._def,{...t,currentPath:[...t.currentPath,"additionalProperties"]})??t.allowedAdditionalProperties};if(t.target==="openApi3")return r;if(e.keyType?._def.typeName===R.ZodString&&e.keyType._def.checks?.length){let{type:o,...n}=ym(e.keyType._def,t);return{...r,propertyNames:n}}else if(e.keyType?._def.typeName===R.ZodEnum)return{...r,propertyNames:{enum:e.keyType._def.values}};else if(e.keyType?._def.typeName===R.ZodBranded&&e.keyType._def.type._def.typeName===R.ZodString&&e.keyType._def.type._def.checks?.length){let{type:o,...n}=hm(e.keyType._def,t);return{...r,propertyNames:n}}return r}function fA(e,t){if(t.mapStrategy==="record")return bm(e,t);let r=K(e.keyType._def,{...t,currentPath:[...t.currentPath,"items","items","0"]})||De(t),o=K(e.valueType._def,{...t,currentPath:[...t.currentPath,"items","items","1"]})||De(t);return{type:"array",maxItems:125,items:{type:"array",items:[r,o],minItems:2,maxItems:2}}}function mA(e){let t=e.values,o=Object.keys(e.values).filter((i)=>typeof t[t[i]]!=="number").map((i)=>t[i]),n=Array.from(new Set(o.map((i)=>typeof i)));return{type:n.length===1?n[0]==="string"?"string":"number":["string","number"],enum:o}}function gA(e){return e.target==="openAi"?void 0:{not:De({...e,currentPath:[...e.currentPath,"not"]})}}function hA(e){return e.target==="openApi3"?{enum:["null"],nullable:!0}:{type:"null"}}var Pl={ZodString:"string",ZodNumber:"number",ZodBigInt:"integer",ZodBoolean:"boolean",ZodNull:"null"};function bA(e,t){if(t.target==="openApi3")return yA(e,t);let r=e.options instanceof Map?Array.from(e.options.values()):e.options;if(r.every((o)=>(o._def.typeName in Pl)&&(!o._def.checks||!o._def.checks.length))){let o=r.reduce((n,i)=>{let s=Pl[i._def.typeName];return s&&!n.includes(s)?[...n,s]:n},[]);return{type:o.length>1?o:o[0]}}else if(r.every((o)=>o._def.typeName==="ZodLiteral"&&!o.description)){let o=r.reduce((n,i)=>{let s=typeof i._def.value;switch(s){case"string":case"number":case"boolean":return[...n,s];case"bigint":return[...n,"integer"];case"object":if(i._def.value===null)return[...n,"null"];case"symbol":case"undefined":case"function":default:return n}},[]);if(o.length===r.length){let n=o.filter((i,s,a)=>a.indexOf(i)===s);return{type:n.length>1?n:n[0],enum:r.reduce((i,s)=>i.includes(s._def.value)?i:[...i,s._def.value],[])}}}else if(r.every((o)=>o._def.typeName==="ZodEnum"))return{type:"string",enum:r.reduce((o,n)=>[...o,...n._def.values.filter((i)=>!o.includes(i))],[])};return yA(e,t)}var yA=(e,t)=>{let r=(e.options instanceof Map?Array.from(e.options.values()):e.options).map((o,n)=>K(o._def,{...t,currentPath:[...t.currentPath,"anyOf",`${n}`]})).filter((o)=>!!o&&(!t.strictUnions||typeof o==="object"&&Object.keys(o).length>0));return r.length?{anyOf:r}:void 0};function _A(e,t){if(["ZodString","ZodNumber","ZodBigInt","ZodBoolean","ZodNull"].includes(e.innerType._def.typeName)&&(!e.innerType._def.checks||!e.innerType._def.checks.length)){if(t.target==="openApi3")return{type:Pl[e.innerType._def.typeName],nullable:!0};return{type:[Pl[e.innerType._def.typeName],"null"]}}if(t.target==="openApi3"){let o=K(e.innerType._def,{...t,currentPath:[...t.currentPath]});if(o&&"$ref"in o)return{allOf:[o],nullable:!0};return o&&{...o,nullable:!0}}let r=K(e.innerType._def,{...t,currentPath:[...t.currentPath,"anyOf","0"]});return r&&{anyOf:[r,{type:"null"}]}}function vA(e,t){let r={type:"number"};if(!e.checks)return r;for(let o of e.checks)switch(o.kind){case"int":r.type="integer",aS(r,"type",o.message,t);break;case"min":if(t.target==="jsonSchema7")if(o.inclusive)ce(r,"minimum",o.value,o.message,t);else ce(r,"exclusiveMinimum",o.value,o.message,t);else{if(!o.inclusive)r.exclusiveMinimum=!0;ce(r,"minimum",o.value,o.message,t)}break;case"max":if(t.target==="jsonSchema7")if(o.inclusive)ce(r,"maximum",o.value,o.message,t);else ce(r,"exclusiveMaximum",o.value,o.message,t);else{if(!o.inclusive)r.exclusiveMaximum=!0;ce(r,"maximum",o.value,o.message,t)}break;case"multipleOf":ce(r,"multipleOf",o.value,o.message,t);break}return r}function SA(e,t){let r=t.target==="openAi",o={type:"object",properties:{}},n=[],i=e.shape();for(let a in i){let c=i[a];if(c===void 0||c._def===void 0)continue;let u=WG(c);if(u&&r){if(c._def.typeName==="ZodOptional")c=c._def.innerType;if(!c.isNullable())c=c.nullable();u=!1}let d=K(c._def,{...t,currentPath:[...t.currentPath,"properties",a],propertyPath:[...t.currentPath,"properties",a]});if(d===void 0)continue;if(o.properties[a]=d,!u)n.push(a)}if(n.length)o.required=n;let s=VG(e,t);if(s!==void 0)o.additionalProperties=s;return o}function VG(e,t){if(e.catchall._def.typeName!=="ZodNever")return K(e.catchall._def,{...t,currentPath:[...t.currentPath,"additionalProperties"]});switch(e.unknownKeys){case"passthrough":return t.allowedAdditionalProperties;case"strict":return t.rejectedAdditionalProperties;case"strip":return t.removeAdditionalStrategy==="strict"?t.allowedAdditionalProperties:t.rejectedAdditionalProperties}}function WG(e){try{return e.isOptional()}catch{return!0}}var xA=(e,t)=>{if(t.currentPath.toString()===t.propertyPath?.toString())return K(e.innerType._def,t);let r=K(e.innerType._def,{...t,currentPath:[...t.currentPath,"anyOf","1"]});return r?{anyOf:[{not:De(t)},r]}:De(t)};var wA=(e,t)=>{if(t.pipeStrategy==="input")return K(e.in._def,t);else if(t.pipeStrategy==="output")return K(e.out._def,t);let r=K(e.in._def,{...t,currentPath:[...t.currentPath,"allOf","0"]}),o=K(e.out._def,{...t,currentPath:[...t.currentPath,"allOf",r?"1":"0"]});return{allOf:[r,o].filter((n)=>n!==void 0)}};function kA(e,t){return K(e.type._def,t)}function EA(e,t){let o={type:"array",uniqueItems:!0,items:K(e.valueType._def,{...t,currentPath:[...t.currentPath,"items"]})};if(e.minSize)ce(o,"minItems",e.minSize.value,e.minSize.message,t);if(e.maxSize)ce(o,"maxItems",e.maxSize.value,e.maxSize.message,t);return o}function TA(e,t){if(e.rest)return{type:"array",minItems:e.items.length,items:e.items.map((r,o)=>K(r._def,{...t,currentPath:[...t.currentPath,"items",`${o}`]})).reduce((r,o)=>o===void 0?r:[...r,o],[]),additionalItems:K(e.rest._def,{...t,currentPath:[...t.currentPath,"additionalItems"]})};else return{type:"array",minItems:e.items.length,maxItems:e.items.length,items:e.items.map((r,o)=>K(r._def,{...t,currentPath:[...t.currentPath,"items",`${o}`]})).reduce((r,o)=>o===void 0?r:[...r,o],[])}}function PA(e){return{not:De(e)}}function IA(e){return De(e)}var RA=(e,t)=>K(e.innerType._def,t);var $A=(e,t,r)=>{switch(t){case R.ZodString:return ym(e,r);case R.ZodNumber:return vA(e,r);case R.ZodObject:return SA(e,r);case R.ZodBigInt:return oA(e,r);case R.ZodBoolean:return iA();case R.ZodDate:return cS(e,r);case R.ZodUndefined:return PA(r);case R.ZodNull:return hA(r);case R.ZodArray:return nA(e,r);case R.ZodUnion:case R.ZodDiscriminatedUnion:return bA(e,r);case R.ZodIntersection:return uA(e,r);case R.ZodTuple:return TA(e,r);case R.ZodRecord:return bm(e,r);case R.ZodLiteral:return dA(e,r);case R.ZodEnum:return lA(e);case R.ZodNativeEnum:return mA(e);case R.ZodNullable:return _A(e,r);case R.ZodOptional:return xA(e,r);case R.ZodMap:return fA(e,r);case R.ZodSet:return EA(e,r);case R.ZodLazy:return()=>e.getter()._def;case R.ZodPromise:return kA(e,r);case R.ZodNaN:case R.ZodNever:return gA(r);case R.ZodEffects:return cA(e,r);case R.ZodAny:return De(r);case R.ZodUnknown:return IA(r);case R.ZodDefault:return aA(e,r);case R.ZodBranded:return hm(e,r);case R.ZodReadonly:return RA(e,r);case R.ZodCatch:return sA(e,r);case R.ZodPipeline:return wA(e,r);case R.ZodFunction:case R.ZodVoid:case R.ZodSymbol:return;default:return((o)=>{return})(t)}};function K(e,t,r=!1){let o=t.seen.get(e);if(t.override){let a=t.override?.(e,t,o,r);if(a!==eA)return a}if(o&&!r){let a=KG(o,t);if(a!==void 0)return a}let n={def:e,path:t.currentPath,jsonSchema:void 0};t.seen.set(e,n);let i=$A(e,e.typeName,t),s=typeof i==="function"?K(i(),t):i;if(s)GG(e,t,s);if(t.postProcess){let a=t.postProcess(s,e,t);return n.jsonSchema=s,a}return n.jsonSchema=s,s}var KG=(e,t)=>{switch(t.$refStrategy){case"root":return{$ref:e.path.join("/")};case"relative":return{$ref:gm(t.currentPath,e.path)};case"none":case"seen":{if(e.path.length<t.currentPath.length&&e.path.every((r,o)=>t.currentPath[o]===r))return console.warn(`Recursive reference detected at ${t.currentPath.join("/")}! Defaulting to any`),De(t);return t.$refStrategy==="seen"?De(t):void 0}}},GG=(e,t,r)=>{if(e.description){if(r.description=e.description,t.markdownDescription)r.markdownDescription=e.description}return r};var dS=(e,t)=>{let r=rA(t),o=typeof t==="object"&&t.definitions?Object.entries(t.definitions).reduce((c,[u,d])=>({...c,[u]:K(d._def,{...r,currentPath:[...r.basePath,r.definitionPath,u]},!0)??De(r)}),{}):void 0,n=typeof t==="string"?t:t?.nameStrategy==="title"?void 0:t?.name,i=K(e._def,n===void 0?r:{...r,currentPath:[...r.basePath,r.definitionPath,n]},!1)??De(r),s=typeof t==="object"&&t.name!==void 0&&t.nameStrategy==="title"?t.name:void 0;if(s!==void 0)i.title=s;if(r.flags.hasReferencedOpenAiAnyType){if(!o)o={};if(!o[r.openAiAnyTypeName])o[r.openAiAnyTypeName]={type:["string","number","integer","boolean","array","null"],items:{$ref:r.$refStrategy==="relative"?"1":[...r.basePath,r.definitionPath,r.openAiAnyTypeName].join("/")}}}let a=n===void 0?o?{...i,[r.definitionPath]:o}:i:{$ref:[...r.$refStrategy==="relative"?[]:r.basePath,r.definitionPath,n].join("/"),[r.definitionPath]:{...o,[n]:i}};if(r.target==="jsonSchema7")a.$schema="http://json-schema.org/draft-07/schema#";else if(r.target==="jsonSchema2019-09"||r.target==="openAi")a.$schema="https://json-schema.org/draft/2019-09/schema#";if(r.target==="openAi"&&(("anyOf"in a)||("oneOf"in a)||("allOf"in a)||("type"in a)&&Array.isArray(a.type)))console.warn("Warning: OpenAI may not support schemas with unions as roots! Try wrapping it in an object property.");return a};function JG(e){if(!e)return"draft-7";if(e==="jsonSchema7"||e==="draft-7")return"draft-7";if(e==="jsonSchema2019-09"||e==="draft-2020-12")return"draft-2020-12";return"draft-7"}function pS(e,t){if(Xt(e))return os(e,{target:JG(t?.target),io:t?.pipeStrategy??"input"});return dS(e,{strictUnions:t?.strictUnions??!0,pipeStrategy:t?.pipeStrategy??"input"})}function fS(e){let r=Dn(e)?.method;if(!r)throw Error("Schema is missing a method literal");let o=Cf(r);if(typeof o!=="string")throw Error("Schema method literal must be a string");return o}function mS(e,t){let r=Mn(e,t);if(!r.success)throw r.error;return r.data}var XG=60000;class gS{constructor(e){if(this._options=e,this._requestMessageId=0,this._requestHandlers=new Map,this._requestHandlerAbortControllers=new Map,this._notificationHandlers=new Map,this._responseHandlers=new Map,this._progressHandlers=new Map,this._timeoutInfo=new Map,this._pendingDebouncedNotifications=new Set,this._taskProgressTokens=new Map,this._requestResolvers=new Map,this.setNotificationHandler(Yf,(t)=>{this._oncancel(t)}),this.setNotificationHandler(em,(t)=>{this._onprogress(t)}),this.setRequestHandler(Qf,(t)=>({})),this._taskStore=e?.taskStore,this._taskMessageQueue=e?.taskMessageQueue,this._taskStore)this.setRequestHandler(tm,async(t,r)=>{let o=await this._taskStore.getTask(t.params.taskId,r.sessionId);if(!o)throw new H(Z.InvalidParams,"Failed to retrieve task: Task not found");return{...o}}),this.setRequestHandler(nm,async(t,r)=>{let o=async()=>{let n=t.params.taskId;if(this._taskMessageQueue){let s;while(s=await this._taskMessageQueue.dequeue(n,r.sessionId)){if(s.type==="response"||s.type==="error"){let a=s.message,c=a.id,u=this._requestResolvers.get(c);if(u)if(this._requestResolvers.delete(c),s.type==="response")u(a);else{let d=a,p=new H(d.error.code,d.error.message,d.error.data);u(p)}else{let d=s.type==="response"?"Response":"Error";this._onerror(Error(`${d} handler missing for request ${c}`))}continue}await this._transport?.send(s.message,{relatedRequestId:r.requestId})}}let i=await this._taskStore.getTask(n,r.sessionId);if(!i)throw new H(Z.InvalidParams,`Task not found: ${n}`);if(!jn(i.status))return await this._waitForTaskUpdate(n,r.signal),await o();if(jn(i.status)){let s=await this._taskStore.getTaskResult(n,r.sessionId);return this._clearTaskQueue(n),{...s,_meta:{...s._meta,[Nn]:{taskId:n}}}}return await o()};return await o()}),this.setRequestHandler(om,async(t,r)=>{try{let{tasks:o,nextCursor:n}=await this._taskStore.listTasks(t.params?.cursor,r.sessionId);return{tasks:o,nextCursor:n,_meta:{}}}catch(o){throw new H(Z.InvalidParams,`Failed to list tasks: ${o instanceof Error?o.message:String(o)}`)}}),this.setRequestHandler(sm,async(t,r)=>{try{let o=await this._taskStore.getTask(t.params.taskId,r.sessionId);if(!o)throw new H(Z.InvalidParams,`Task not found: ${t.params.taskId}`);if(jn(o.status))throw new H(Z.InvalidParams,`Cannot cancel task in terminal status: ${o.status}`);await this._taskStore.updateTaskStatus(t.params.taskId,"cancelled","Client cancelled task execution.",r.sessionId),this._clearTaskQueue(t.params.taskId);let n=await this._taskStore.getTask(t.params.taskId,r.sessionId);if(!n)throw new H(Z.InvalidParams,`Task not found after cancellation: ${t.params.taskId}`);return{_meta:{},...n}}catch(o){if(o instanceof H)throw o;throw new H(Z.InvalidRequest,`Failed to cancel task: ${o instanceof Error?o.message:String(o)}`)}})}async _oncancel(e){if(!e.params.requestId)return;this._requestHandlerAbortControllers.get(e.params.requestId)?.abort(e.params.reason)}_setupTimeout(e,t,r,o,n=!1){this._timeoutInfo.set(e,{timeoutId:setTimeout(o,t),startTime:Date.now(),timeout:t,maxTotalTimeout:r,resetTimeoutOnProgress:n,onTimeout:o})}_resetTimeout(e){let t=this._timeoutInfo.get(e);if(!t)return!1;let r=Date.now()-t.startTime;if(t.maxTotalTimeout&&r>=t.maxTotalTimeout)throw this._timeoutInfo.delete(e),H.fromError(Z.RequestTimeout,"Maximum total timeout exceeded",{maxTotalTimeout:t.maxTotalTimeout,totalElapsed:r});return clearTimeout(t.timeoutId),t.timeoutId=setTimeout(t.onTimeout,t.timeout),!0}_cleanupTimeout(e){let t=this._timeoutInfo.get(e);if(t)clearTimeout(t.timeoutId),this._timeoutInfo.delete(e)}async connect(e){if(this._transport)throw Error("Already connected to a transport. Call close() before connecting to a new transport, or use a separate Protocol instance per connection.");this._transport=e;let t=this.transport?.onclose;this._transport.onclose=()=>{t?.(),this._onclose()};let r=this.transport?.onerror;this._transport.onerror=(n)=>{r?.(n),this._onerror(n)};let o=this._transport?.onmessage;this._transport.onmessage=(n,i)=>{if(o?.(n,i),bl(n)||B$(n))this._onresponse(n);else if(Wv(n))this._onrequest(n,i);else if(F$(n))this._onnotification(n);else this._onerror(Error(`Unknown message type: ${JSON.stringify(n)}`))},await this._transport.start()}_onclose(){let e=this._responseHandlers;this._responseHandlers=new Map,this._progressHandlers.clear(),this._taskProgressTokens.clear(),this._pendingDebouncedNotifications.clear();for(let r of this._timeoutInfo.values())clearTimeout(r.timeoutId);this._timeoutInfo.clear();for(let r of this._requestHandlerAbortControllers.values())r.abort();this._requestHandlerAbortControllers.clear();let t=H.fromError(Z.ConnectionClosed,"Connection closed");this._transport=void 0,this.onclose?.();for(let r of e.values())r(t)}_onerror(e){this.onerror?.(e)}_onnotification(e){let t=this._notificationHandlers.get(e.method)??this.fallbackNotificationHandler;if(t===void 0)return;Promise.resolve().then(()=>t(e)).catch((r)=>this._onerror(Error(`Uncaught error in notification handler: ${r}`)))}_onrequest(e,t){let r=this._requestHandlers.get(e.method)??this.fallbackRequestHandler,o=this._transport,n=e.params?._meta?.[Nn]?.taskId;if(r===void 0){let u={jsonrpc:"2.0",id:e.id,error:{code:Z.MethodNotFound,message:"Method not found"}};if(n&&this._taskMessageQueue)this._enqueueTaskMessage(n,{type:"error",message:u,timestamp:Date.now()},o?.sessionId).catch((d)=>this._onerror(Error(`Failed to enqueue error response: ${d}`)));else o?.send(u).catch((d)=>this._onerror(Error(`Failed to send an error response: ${d}`)));return}let i=new AbortController;this._requestHandlerAbortControllers.set(e.id,i);let s=U$(e.params)?e.params.task:void 0,a=this._taskStore?this.requestTaskStore(e,o?.sessionId):void 0,c={signal:i.signal,sessionId:o?.sessionId,_meta:e.params?._meta,sendNotification:async(u)=>{if(i.signal.aborted)return;let d={relatedRequestId:e.id};if(n)d.relatedTask={taskId:n};await this.notification(u,d)},sendRequest:async(u,d,p)=>{if(i.signal.aborted)throw new H(Z.ConnectionClosed,"Request was cancelled");let f={...p,relatedRequestId:e.id};if(n&&!f.relatedTask)f.relatedTask={taskId:n};let m=f.relatedTask?.taskId??n;if(m&&a)await a.updateTaskStatus(m,"input_required");return await this.request(u,d,f)},authInfo:t?.authInfo,requestId:e.id,requestInfo:t?.requestInfo,taskId:n,taskStore:a,taskRequestedTtl:s?.ttl,closeSSEStream:t?.closeSSEStream,closeStandaloneSSEStream:t?.closeStandaloneSSEStream};Promise.resolve().then(()=>{if(s)this.assertTaskHandlerCapability(e.method)}).then(()=>r(e,c)).then(async(u)=>{if(i.signal.aborted)return;let d={result:u,jsonrpc:"2.0",id:e.id};if(n&&this._taskMessageQueue)await this._enqueueTaskMessage(n,{type:"response",message:d,timestamp:Date.now()},o?.sessionId);else await o?.send(d)},async(u)=>{if(i.signal.aborted)return;let d={jsonrpc:"2.0",id:e.id,error:{code:Number.isSafeInteger(u.code)?u.code:Z.InternalError,message:u.message??"Internal error",...u.data!==void 0&&{data:u.data}}};if(n&&this._taskMessageQueue)await this._enqueueTaskMessage(n,{type:"error",message:d,timestamp:Date.now()},o?.sessionId);else await o?.send(d)}).catch((u)=>this._onerror(Error(`Failed to send response: ${u}`))).finally(()=>{if(this._requestHandlerAbortControllers.get(e.id)===i)this._requestHandlerAbortControllers.delete(e.id)})}_onprogress(e){let{progressToken:t,...r}=e.params,o=Number(t),n=this._progressHandlers.get(o);if(!n){this._onerror(Error(`Received a progress notification for an unknown token: ${JSON.stringify(e)}`));return}let i=this._responseHandlers.get(o),s=this._timeoutInfo.get(o);if(s&&i&&s.resetTimeoutOnProgress)try{this._resetTimeout(o)}catch(a){this._responseHandlers.delete(o),this._progressHandlers.delete(o),this._cleanupTimeout(o),i(a);return}n(r)}_onresponse(e){let t=Number(e.id),r=this._requestResolvers.get(t);if(r){if(this._requestResolvers.delete(t),bl(e))r(e);else{let i=new H(e.error.code,e.error.message,e.error.data);r(i)}return}let o=this._responseHandlers.get(t);if(o===void 0){this._onerror(Error(`Received a response for an unknown message ID: ${JSON.stringify(e)}`));return}this._responseHandlers.delete(t),this._cleanupTimeout(t);let n=!1;if(bl(e)&&e.result&&typeof e.result==="object"){let i=e.result;if(i.task&&typeof i.task==="object"){let s=i.task;if(typeof s.taskId==="string")n=!0,this._taskProgressTokens.set(s.taskId,t)}}if(!n)this._progressHandlers.delete(t);if(bl(e))o(e);else{let i=H.fromError(e.error.code,e.error.message,e.error.data);o(i)}}get transport(){return this._transport}async close(){await this._transport?.close()}async*requestStream(e,t,r){let{task:o}=r??{};if(!o){try{yield{type:"result",result:await this.request(e,t,r)}}catch(i){yield{type:"error",error:i instanceof H?i:new H(Z.InternalError,String(i))}}return}let n;try{let i=await this.request(e,us,r);if(i.task)n=i.task.taskId,yield{type:"taskCreated",task:i.task};else throw new H(Z.InternalError,"Task creation did not return a task");while(!0){let s=await this.getTask({taskId:n},r);if(yield{type:"taskStatus",task:s},jn(s.status)){if(s.status==="completed")yield{type:"result",result:await this.getTaskResult({taskId:n},t,r)};else if(s.status==="failed")yield{type:"error",error:new H(Z.InternalError,`Task ${n} failed`)};else if(s.status==="cancelled")yield{type:"error",error:new H(Z.InternalError,`Task ${n} was cancelled`)};return}if(s.status==="input_required"){yield{type:"result",result:await this.getTaskResult({taskId:n},t,r)};return}let a=s.pollInterval??this._options?.defaultTaskPollInterval??1000;await new Promise((c)=>setTimeout(c,a)),r?.signal?.throwIfAborted()}}catch(i){yield{type:"error",error:i instanceof H?i:new H(Z.InternalError,String(i))}}}request(e,t,r){let{relatedRequestId:o,resumptionToken:n,onresumptiontoken:i,task:s,relatedTask:a}=r??{};return new Promise((c,u)=>{let d=(v)=>{u(v)};if(!this._transport){d(Error("Not connected"));return}if(this._options?.enforceStrictCapabilities===!0)try{if(this.assertCapabilityForMethod(e.method),s)this.assertTaskCapability(e.method)}catch(v){d(v);return}r?.signal?.throwIfAborted();let p=this._requestMessageId++,f={...e,jsonrpc:"2.0",id:p};if(r?.onprogress)this._progressHandlers.set(p,r.onprogress),f.params={...e.params,_meta:{...e.params?._meta||{},progressToken:p}};if(s)f.params={...f.params,task:s};if(a)f.params={...f.params,_meta:{...f.params?._meta||{},[Nn]:a}};let m=(v)=>{this._responseHandlers.delete(p),this._progressHandlers.delete(p),this._cleanupTimeout(p),this._transport?.send({jsonrpc:"2.0",method:"notifications/cancelled",params:{requestId:p,reason:String(v)}},{relatedRequestId:o,resumptionToken:n,onresumptiontoken:i}).catch((w)=>this._onerror(Error(`Failed to send cancellation: ${w}`)));let x=v instanceof H?v:new H(Z.RequestTimeout,String(v));u(x)};this._responseHandlers.set(p,(v)=>{if(r?.signal?.aborted)return;if(v instanceof Error)return u(v);try{let x=Mn(t,v.result);if(!x.success)u(x.error);else c(x.data)}catch(x){u(x)}}),r?.signal?.addEventListener("abort",()=>{m(r?.signal?.reason)});let g=r?.timeout??XG,h=()=>m(H.fromError(Z.RequestTimeout,"Request timed out",{timeout:g}));this._setupTimeout(p,g,r?.maxTotalTimeout,h,r?.resetTimeoutOnProgress??!1);let y=a?.taskId;if(y){let v=(x)=>{let w=this._responseHandlers.get(p);if(w)w(x);else this._onerror(Error(`Response handler missing for side-channeled request ${p}`))};this._requestResolvers.set(p,v),this._enqueueTaskMessage(y,{type:"request",message:f,timestamp:Date.now()}).catch((x)=>{this._cleanupTimeout(p),u(x)})}else this._transport.send(f,{relatedRequestId:o,resumptionToken:n,onresumptiontoken:i}).catch((v)=>{this._cleanupTimeout(p),u(v)})})}async getTask(e,t){return this.request({method:"tasks/get",params:e},rm,t)}async getTaskResult(e,t,r){return this.request({method:"tasks/result",params:e},t,r)}async listTasks(e,t){return this.request({method:"tasks/list",params:e},im,t)}async cancelTask(e,t){return this.request({method:"tasks/cancel",params:e},q$,t)}async notification(e,t){if(!this._transport)throw Error("Not connected");this.assertNotificationCapability(e.method);let r=t?.relatedTask?.taskId;if(r){let s={...e,jsonrpc:"2.0",params:{...e.params,_meta:{...e.params?._meta||{},[Nn]:t.relatedTask}}};await this._enqueueTaskMessage(r,{type:"notification",message:s,timestamp:Date.now()});return}if((this._options?.debouncedNotificationMethods??[]).includes(e.method)&&!e.params&&!t?.relatedRequestId&&!t?.relatedTask){if(this._pendingDebouncedNotifications.has(e.method))return;this._pendingDebouncedNotifications.add(e.method),Promise.resolve().then(()=>{if(this._pendingDebouncedNotifications.delete(e.method),!this._transport)return;let s={...e,jsonrpc:"2.0"};if(t?.relatedTask)s={...s,params:{...s.params,_meta:{...s.params?._meta||{},[Nn]:t.relatedTask}}};this._transport?.send(s,t).catch((a)=>this._onerror(a))});return}let i={...e,jsonrpc:"2.0"};if(t?.relatedTask)i={...i,params:{...i.params,_meta:{...i.params?._meta||{},[Nn]:t.relatedTask}}};await this._transport.send(i,t)}setRequestHandler(e,t){let r=fS(e);this.assertRequestHandlerCapability(r),this._requestHandlers.set(r,(o,n)=>{let i=mS(e,o);return Promise.resolve(t(i,n))})}removeRequestHandler(e){this._requestHandlers.delete(e)}assertCanSetRequestHandler(e){if(this._requestHandlers.has(e))throw Error(`A request handler for ${e} already exists, which would be overridden`)}setNotificationHandler(e,t){let r=fS(e);this._notificationHandlers.set(r,(o)=>{let n=mS(e,o);return Promise.resolve(t(n))})}removeNotificationHandler(e){this._notificationHandlers.delete(e)}_cleanupTaskProgressHandler(e){let t=this._taskProgressTokens.get(e);if(t!==void 0)this._progressHandlers.delete(t),this._taskProgressTokens.delete(e)}async _enqueueTaskMessage(e,t,r){if(!this._taskStore||!this._taskMessageQueue)throw Error("Cannot enqueue task message: taskStore and taskMessageQueue are not configured");let o=this._options?.maxTaskQueueSize;await this._taskMessageQueue.enqueue(e,t,r,o)}async _clearTaskQueue(e,t){if(this._taskMessageQueue){let r=await this._taskMessageQueue.dequeueAll(e,t);for(let o of r)if(o.type==="request"&&Wv(o.message)){let n=o.message.id,i=this._requestResolvers.get(n);if(i)i(new H(Z.InternalError,"Task cancelled or completed")),this._requestResolvers.delete(n);else this._onerror(Error(`Resolver missing for request ${n} during task ${e} cleanup`))}}}async _waitForTaskUpdate(e,t){let r=this._options?.defaultTaskPollInterval??1000;try{let o=await this._taskStore?.getTask(e);if(o?.pollInterval)r=o.pollInterval}catch{}return new Promise((o,n)=>{if(t.aborted){n(new H(Z.InvalidRequest,"Request cancelled"));return}let i=setTimeout(o,r);t.addEventListener("abort",()=>{clearTimeout(i),n(new H(Z.InvalidRequest,"Request cancelled"))},{once:!0})})}requestTaskStore(e,t){let r=this._taskStore;if(!r)throw Error("No task store configured");return{createTask:async(o)=>{if(!e)throw Error("No request provided");return await r.createTask(o,e.id,{method:e.method,params:e.params},t)},getTask:async(o)=>{let n=await r.getTask(o,t);if(!n)throw new H(Z.InvalidParams,"Failed to retrieve task: Task not found");return n},storeTaskResult:async(o,n,i)=>{await r.storeTaskResult(o,n,i,t);let s=await r.getTask(o,t);if(s){let a=wl.parse({method:"notifications/tasks/status",params:s});if(await this.notification(a),jn(s.status))this._cleanupTaskProgressHandler(o)}},getTaskResult:(o)=>r.getTaskResult(o,t),updateTaskStatus:async(o,n,i)=>{let s=await r.getTask(o,t);if(!s)throw new H(Z.InvalidParams,`Task "${o}" not found - it may have been cleaned up`);if(jn(s.status))throw new H(Z.InvalidParams,`Cannot update task "${o}" from terminal status "${s.status}" to "${n}". Terminal states (completed, failed, cancelled) cannot transition to other states.`);await r.updateTaskStatus(o,n,i,t);let a=await r.getTask(o,t);if(a){let c=wl.parse({method:"notifications/tasks/status",params:a});if(await this.notification(c),jn(a.status))this._cleanupTaskProgressHandler(o)}},listTasks:(o)=>r.listTasks(o,t)}}}function AA(e){return e!==null&&typeof e==="object"&&!Array.isArray(e)}function OA(e,t){let r={...e};for(let o in t){let n=o,i=t[n];if(i===void 0)continue;let s=r[n];if(AA(s)&&AA(i))r[n]={...s,...i};else r[n]=i}return r}var mN=Eg(ux(),1),gN=Eg(fN(),1);function _Q(){let e=new mN.default({strict:!1,validateFormats:!0,validateSchema:!1,allErrors:!0});return gN.default(e),e}class vx{constructor(e){this._ajv=e??_Q()}getValidator(e){let t="$id"in e&&typeof e.$id==="string"?this._ajv.getSchema(e.$id)??this._ajv.compile(e):this._ajv.compile(e);return(r)=>{if(t(r))return{valid:!0,data:r,errorMessage:void 0};else return{valid:!1,data:void 0,errorMessage:this._ajv.errorsText(t.errors)}}}}class Sx{constructor(e){this._server=e}requestStream(e,t,r){return this._server.requestStream(e,t,r)}createMessageStream(e,t){let r=this._server.getClientCapabilities();if((e.tools||e.toolChoice)&&!r?.sampling?.tools)throw Error("Client does not support sampling tools capability.");if(e.messages.length>0){let o=e.messages[e.messages.length-1],n=Array.isArray(o.content)?o.content:[o.content],i=n.some((u)=>u.type==="tool_result"),s=e.messages.length>1?e.messages[e.messages.length-2]:void 0,a=s?Array.isArray(s.content)?s.content:[s.content]:[],c=a.some((u)=>u.type==="tool_use");if(i){if(n.some((u)=>u.type!=="tool_result"))throw Error("The last message must contain only tool_result content if any is present");if(!c)throw Error("tool_result blocks are not matching any tool_use from the previous message")}if(c){let u=new Set(a.filter((p)=>p.type==="tool_use").map((p)=>p.id)),d=new Set(n.filter((p)=>p.type==="tool_result").map((p)=>p.toolUseId));if(u.size!==d.size||![...u].every((p)=>d.has(p)))throw Error("ids of tool_result blocks and tool_use blocks from previous message do not match")}}return this.requestStream({method:"sampling/createMessage",params:e},Tl,t)}elicitInputStream(e,t){let r=this._server.getClientCapabilities(),o=e.mode??"form";switch(o){case"url":{if(!r?.elicitation?.url)throw Error("Client does not support url elicitation.");break}case"form":{if(!r?.elicitation?.form)throw Error("Client does not support form elicitation.");break}}let n=o==="form"&&e.mode===void 0?{...e,mode:"form"}:e;return this.requestStream({method:"elicitation/create",params:n},fs,t)}async getTask(e,t){return this._server.getTask({taskId:e},t)}async getTaskResult(e,t,r){return this._server.getTaskResult({taskId:e},t,r)}async listTasks(e,t){return this._server.listTasks(e?{cursor:e}:void 0,t)}async cancelTask(e,t){return this._server.cancelTask({taskId:e},t)}}function hN(e,t,r){if(!e)throw Error(`${r} does not support task creation (required for ${t})`);switch(t){case"tools/call":if(!e.tools?.call)throw Error(`${r} does not support task creation for tools/call (required for ${t})`);break;default:break}}function yN(e,t,r){if(!e)throw Error(`${r} does not support task creation (required for ${t})`);switch(t){case"sampling/createMessage":if(!e.sampling?.createMessage)throw Error(`${r} does not support task creation for sampling/createMessage (required for ${t})`);break;case"elicitation/create":if(!e.elicitation?.create)throw Error(`${r} does not support task creation for elicitation/create (required for ${t})`);break;default:break}}class xx extends gS{constructor(e,t){super(t);if(this._serverInfo=e,this._loggingLevels=new Map,this.LOG_LEVEL_SEVERITY=new Map(El.options.map((r,o)=>[r,o])),this.isMessageIgnored=(r,o)=>{let n=this._loggingLevels.get(o);return n?this.LOG_LEVEL_SEVERITY.get(r)<this.LOG_LEVEL_SEVERITY.get(n):!1},this._capabilities=t?.capabilities??{},this._instructions=t?.instructions,this._jsonSchemaValidator=t?.jsonSchemaValidator??new vx,this.setRequestHandler(Jv,(r)=>this._oninitialize(r)),this.setNotificationHandler(Xv,()=>this.oninitialized?.()),this._capabilities.logging)this.setRequestHandler(oS,async(r,o)=>{let n=o.sessionId||o.requestInfo?.headers["mcp-session-id"]||void 0,{level:i}=r.params,s=El.safeParse(i);if(s.success)this._loggingLevels.set(n,s.data);return{}})}get experimental(){if(!this._experimental)this._experimental={tasks:new Sx(this)};return this._experimental}registerCapabilities(e){if(this.transport)throw Error("Cannot register capabilities after connecting to transport");this._capabilities=OA(this._capabilities,e)}setRequestHandler(e,t){let o=Dn(e)?.method;if(!o)throw Error("Schema is missing a method literal");let n;if(Xt(o)){let s=o;n=s._zod?.def?.value??s.value}else{let s=o;n=s._def?.value??s.value}if(typeof n!=="string")throw Error("Schema method literal must be a string");if(n==="tools/call"){let s=async(a,c)=>{let u=Mn(ps,a);if(!u.success){let m=u.error instanceof Error?u.error.message:String(u.error);throw new H(Z.InvalidParams,`Invalid tools/call request: ${m}`)}let{params:d}=u.data,p=await Promise.resolve(t(a,c));if(d.task){let m=Mn(us,p);if(!m.success){let g=m.error instanceof Error?m.error.message:String(m.error);throw new H(Z.InvalidParams,`Invalid task creation result: ${g}`)}return m.data}let f=Mn(fm,p);if(!f.success){let m=f.error instanceof Error?f.error.message:String(f.error);throw new H(Z.InvalidParams,`Invalid tools/call result: ${m}`)}return f.data};return super.setRequestHandler(e,s)}return super.setRequestHandler(e,t)}assertCapabilityForMethod(e){switch(e){case"sampling/createMessage":if(!this._clientCapabilities?.sampling)throw Error(`Client does not support sampling (required for ${e})`);break;case"elicitation/create":if(!this._clientCapabilities?.elicitation)throw Error(`Client does not support elicitation (required for ${e})`);break;case"roots/list":if(!this._clientCapabilities?.roots)throw Error(`Client does not support listing roots (required for ${e})`);break;case"ping":break}}assertNotificationCapability(e){switch(e){case"notifications/message":if(!this._capabilities.logging)throw Error(`Server does not support logging (required for ${e})`);break;case"notifications/resources/updated":case"notifications/resources/list_changed":if(!this._capabilities.resources)throw Error(`Server does not support notifying about resources (required for ${e})`);break;case"notifications/tools/list_changed":if(!this._capabilities.tools)throw Error(`Server does not support notifying of tool list changes (required for ${e})`);break;case"notifications/prompts/list_changed":if(!this._capabilities.prompts)throw Error(`Server does not support notifying of prompt list changes (required for ${e})`);break;case"notifications/elicitation/complete":if(!this._clientCapabilities?.elicitation?.url)throw Error(`Client does not support URL elicitation (required for ${e})`);break;case"notifications/cancelled":break;case"notifications/progress":break}}assertRequestHandlerCapability(e){if(!this._capabilities)return;switch(e){case"completion/complete":if(!this._capabilities.completions)throw Error(`Server does not support completions (required for ${e})`);break;case"logging/setLevel":if(!this._capabilities.logging)throw Error(`Server does not support logging (required for ${e})`);break;case"prompts/get":case"prompts/list":if(!this._capabilities.prompts)throw Error(`Server does not support prompts (required for ${e})`);break;case"resources/list":case"resources/templates/list":case"resources/read":if(!this._capabilities.resources)throw Error(`Server does not support resources (required for ${e})`);break;case"tools/call":case"tools/list":if(!this._capabilities.tools)throw Error(`Server does not support tools (required for ${e})`);break;case"tasks/get":case"tasks/list":case"tasks/result":case"tasks/cancel":if(!this._capabilities.tasks)throw Error(`Server does not support tasks capability (required for ${e})`);break;case"ping":case"initialize":break}}assertTaskCapability(e){yN(this._clientCapabilities?.tasks?.requests,e,"Client")}assertTaskHandlerCapability(e){if(!this._capabilities)return;hN(this._capabilities.tasks?.requests,e,"Server")}async _oninitialize(e){let t=e.params.protocolVersion;return this._clientCapabilities=e.params.capabilities,this._clientVersion=e.params.clientInfo,{protocolVersion:D$.includes(t)?t:Zv,capabilities:this.getCapabilities(),serverInfo:this._serverInfo,...this._instructions&&{instructions:this._instructions}}}getClientCapabilities(){return this._clientCapabilities}getClientVersion(){return this._clientVersion}getCapabilities(){return this._capabilities}async ping(){return this.request({method:"ping"},Xf)}async createMessage(e,t){if(e.tools||e.toolChoice){if(!this._clientCapabilities?.sampling?.tools)throw Error("Client does not support sampling tools capability.")}if(e.messages.length>0){let r=e.messages[e.messages.length-1],o=Array.isArray(r.content)?r.content:[r.content],n=o.some((c)=>c.type==="tool_result"),i=e.messages.length>1?e.messages[e.messages.length-2]:void 0,s=i?Array.isArray(i.content)?i.content:[i.content]:[],a=s.some((c)=>c.type==="tool_use");if(n){if(o.some((c)=>c.type!=="tool_result"))throw Error("The last message must contain only tool_result content if any is present");if(!a)throw Error("tool_result blocks are not matching any tool_use from the previous message")}if(a){let c=new Set(s.filter((d)=>d.type==="tool_use").map((d)=>d.id)),u=new Set(o.filter((d)=>d.type==="tool_result").map((d)=>d.toolUseId));if(c.size!==u.size||![...c].every((d)=>u.has(d)))throw Error("ids of tool_result blocks and tool_use blocks from previous message do not match")}}if(e.tools)return this.request({method:"sampling/createMessage",params:e},iS,t);return this.request({method:"sampling/createMessage",params:e},Tl,t)}async elicitInput(e,t){switch(e.mode??"form"){case"url":{if(!this._clientCapabilities?.elicitation?.url)throw Error("Client does not support url elicitation.");let o=e;return this.request({method:"elicitation/create",params:o},fs,t)}case"form":{if(!this._clientCapabilities?.elicitation?.form)throw Error("Client does not support form elicitation.");let o=e.mode==="form"?e:{...e,mode:"form"},n=await this.request({method:"elicitation/create",params:o},fs,t);if(n.action==="accept"&&n.content&&o.requestedSchema)try{let s=this._jsonSchemaValidator.getValidator(o.requestedSchema)(n.content);if(!s.valid)throw new H(Z.InvalidParams,`Elicitation response content does not match requested schema: ${s.errorMessage}`)}catch(i){if(i instanceof H)throw i;throw new H(Z.InternalError,`Error validating elicitation response: ${i instanceof Error?i.message:String(i)}`)}return n}}}createElicitationCompletionNotifier(e,t){if(!this._clientCapabilities?.elicitation?.url)throw Error("Client does not support URL elicitation (required for notifications/elicitation/complete)");return()=>this.notification({method:"notifications/elicitation/complete",params:{elicitationId:e}},t)}async listRoots(e,t){return this.request({method:"roots/list",params:e},sS,t)}async sendLoggingMessage(e,t){if(this._capabilities.logging){if(!this.isMessageIgnored(e.level,t))return this.notification({method:"notifications/message",params:e})}}async sendResourceUpdated(e){return this.notification({method:"notifications/resources/updated",params:e})}async sendResourceListChanged(){return this.notification({method:"notifications/resources/list_changed"})}async sendToolListChanged(){return this.notification({method:"notifications/tools/list_changed"})}async sendPromptListChanged(){return this.notification({method:"notifications/prompts/list_changed"})}}var _N=Symbol.for("mcp.completable");function wx(e){return!!e&&typeof e==="object"&&_N in e}function vN(e){return e[_N]?.complete}var bN;(function(e){e.Completable="McpCompletable"})(bN||(bN={}));var vQ=/^[A-Za-z0-9._-]{1,128}$/;function SQ(e){let t=[];if(e.length===0)return{isValid:!1,warnings:["Tool name cannot be empty"]};if(e.length>128)return{isValid:!1,warnings:[`Tool name exceeds maximum length of 128 characters (current: ${e.length})`]};if(e.includes(" "))t.push("Tool name contains spaces, which may cause parsing issues");if(e.includes(","))t.push("Tool name contains commas, which may cause parsing issues");if(e.startsWith("-")||e.endsWith("-"))t.push("Tool name starts or ends with a dash, which may cause parsing issues in some contexts");if(e.startsWith(".")||e.endsWith("."))t.push("Tool name starts or ends with a dot, which may cause parsing issues in some contexts");if(!vQ.test(e)){let r=e.split("").filter((o)=>!/[A-Za-z0-9._-]/.test(o)).filter((o,n,i)=>i.indexOf(o)===n);return t.push(`Tool name contains invalid characters: ${r.map((o)=>`"${o}"`).join(", ")}`,"Allowed characters are: A-Z, a-z, 0-9, underscore (_), dash (-), and dot (.)"),{isValid:!1,warnings:t}}return{isValid:!0,warnings:t}}function xQ(e,t){if(t.length>0){console.warn(`Tool name validation warning for "${e}":`);for(let r of t)console.warn(` - ${r}`);console.warn("Tool registration will proceed, but this may cause compatibility issues."),console.warn("Consider updating the tool name to conform to the MCP tool naming standard."),console.warn("See SEP: Specify Format for Tool Names (https://github.com/modelcontextprotocol/modelcontextprotocol/issues/986) for more details.")}}function kx(e){let t=SQ(e);return xQ(e,t.warnings),t.isValid}class Ex{constructor(e){this._mcpServer=e}registerToolTask(e,t,r){let o={taskSupport:"required",...t.execution};if(o.taskSupport==="forbidden")throw Error(`Cannot register task-based tool '${e}' with taskSupport 'forbidden'. Use registerTool() instead.`);return this._mcpServer._createRegisteredTool(e,t.title,t.description,t.inputSchema,t.outputSchema,t.annotations,o,t._meta,r)}}class Px{constructor(e,t){this._registeredResources={},this._registeredResourceTemplates={},this._registeredTools={},this._registeredPrompts={},this._toolHandlersInitialized=!1,this._completionHandlerInitialized=!1,this._resourceHandlersInitialized=!1,this._promptHandlersInitialized=!1,this.server=new xx(e,t)}get experimental(){if(!this._experimental)this._experimental={tasks:new Ex(this)};return this._experimental}async connect(e){return await this.server.connect(e)}async close(){await this.server.close()}setToolRequestHandlers(){if(this._toolHandlersInitialized)return;this.server.assertCanSetRequestHandler(Zn(pm)),this.server.assertCanSetRequestHandler(Zn(ps)),this.server.registerCapabilities({tools:{listChanged:!0}}),this.server.setRequestHandler(pm,()=>({tools:Object.entries(this._registeredTools).filter(([,e])=>e.enabled).map(([e,t])=>{let r={name:e,title:t.title,description:t.description,inputSchema:(()=>{let o=is(t.inputSchema);return o?pS(o,{strictUnions:!0,pipeStrategy:"input"}):wQ})(),annotations:t.annotations,execution:t.execution,_meta:t._meta};if(t.outputSchema){let o=is(t.outputSchema);if(o)r.outputSchema=pS(o,{strictUnions:!0,pipeStrategy:"output"})}return r})})),this.server.setRequestHandler(ps,async(e,t)=>{try{let r=this._registeredTools[e.params.name];if(!r)throw new H(Z.InvalidParams,`Tool ${e.params.name} not found`);if(!r.enabled)throw new H(Z.InvalidParams,`Tool ${e.params.name} disabled`);let o=!!e.params.task,n=r.execution?.taskSupport,i="createTask"in r.handler;if((n==="required"||n==="optional")&&!i)throw new H(Z.InternalError,`Tool ${e.params.name} has taskSupport '${n}' but was not registered with registerToolTask`);if(n==="required"&&!o)throw new H(Z.MethodNotFound,`Tool ${e.params.name} requires task augmentation (taskSupport: 'required')`);if(n==="optional"&&!o&&i)return await this.handleAutomaticTaskPolling(r,e,t);let s=await this.validateToolInput(r,e.params.arguments,e.params.name),a=await this.executeToolHandler(r,s,t);if(o)return a;return await this.validateToolOutput(r,a,e.params.name),a}catch(r){if(r instanceof H){if(r.code===Z.UrlElicitationRequired)throw r}return this.createToolError(r instanceof Error?r.message:String(r))}}),this._toolHandlersInitialized=!0}createToolError(e){return{content:[{type:"text",text:e}],isError:!0}}async validateToolInput(e,t,r){if(!e.inputSchema)return;let n=is(e.inputSchema)??e.inputSchema,i=await Af(n,t);if(!i.success){let s="error"in i?i.error:"Unknown error",a=Of(s);throw new H(Z.InvalidParams,`Input validation error: Invalid arguments for tool ${r}: ${a}`)}return i.data}async validateToolOutput(e,t,r){if(!e.outputSchema)return;if(!("content"in t))return;if(t.isError)return;if(!t.structuredContent)throw new H(Z.InvalidParams,`Output validation error: Tool ${r} has an output schema but no structured content was provided`);let o=is(e.outputSchema),n=await Af(o,t.structuredContent);if(!n.success){let i="error"in n?n.error:"Unknown error",s=Of(i);throw new H(Z.InvalidParams,`Output validation error: Invalid structured content for tool ${r}: ${s}`)}}async executeToolHandler(e,t,r){let o=e.handler;if("createTask"in o){if(!r.taskStore)throw Error("No task store provided.");let i={...r,taskStore:r.taskStore};if(e.inputSchema)return await Promise.resolve(o.createTask(t,i));else return await Promise.resolve(o.createTask(i))}if(e.inputSchema)return await Promise.resolve(o(t,r));else return await Promise.resolve(o(r))}async handleAutomaticTaskPolling(e,t,r){if(!r.taskStore)throw Error("No task store provided for task-capable tool.");let o=await this.validateToolInput(e,t.params.arguments,t.params.name),n=e.handler,i={...r,taskStore:r.taskStore},s=o?await Promise.resolve(n.createTask(o,i)):await Promise.resolve(n.createTask(i)),a=s.task.taskId,c=s.task,u=c.pollInterval??5000;while(c.status!=="completed"&&c.status!=="failed"&&c.status!=="cancelled"){await new Promise((p)=>setTimeout(p,u));let d=await r.taskStore.getTask(a);if(!d)throw new H(Z.InternalError,`Task ${a} not found during polling`);c=d}return await r.taskStore.getTaskResult(a)}setCompletionRequestHandler(){if(this._completionHandlerInitialized)return;this.server.assertCanSetRequestHandler(Zn(mm)),this.server.registerCapabilities({completions:{}}),this.server.setRequestHandler(mm,async(e)=>{switch(e.params.ref.type){case"ref/prompt":return J$(e),this.handlePromptCompletion(e,e.params.ref);case"ref/resource":return X$(e),this.handleResourceCompletion(e,e.params.ref);default:throw new H(Z.InvalidParams,`Invalid completion reference: ${e.params.ref}`)}}),this._completionHandlerInitialized=!0}async handlePromptCompletion(e,t){let r=this._registeredPrompts[t.name];if(!r)throw new H(Z.InvalidParams,`Prompt ${t.name} not found`);if(!r.enabled)throw new H(Z.InvalidParams,`Prompt ${t.name} disabled`);if(!r.argsSchema)return Xl;let n=Dn(r.argsSchema)?.[e.params.argument.name];if(!wx(n))return Xl;let i=vN(n);if(!i)return Xl;let s=await i(e.params.argument.value,e.params.context);return xN(s)}async handleResourceCompletion(e,t){let r=Object.values(this._registeredResourceTemplates).find((i)=>i.resourceTemplate.uriTemplate.toString()===t.uri);if(!r){if(this._registeredResources[t.uri])return Xl;throw new H(Z.InvalidParams,`Resource template ${e.params.ref.uri} not found`)}let o=r.resourceTemplate.completeCallback(e.params.argument.name);if(!o)return Xl;let n=await o(e.params.argument.value,e.params.context);return xN(n)}setResourceRequestHandlers(){if(this._resourceHandlersInitialized)return;this.server.assertCanSetRequestHandler(Zn(am)),this.server.assertCanSetRequestHandler(Zn(cm)),this.server.assertCanSetRequestHandler(Zn(lm)),this.server.registerCapabilities({resources:{listChanged:!0}}),this.server.setRequestHandler(am,async(e,t)=>{let r=Object.entries(this._registeredResources).filter(([n,i])=>i.enabled).map(([n,i])=>({uri:n,name:i.name,...i.metadata})),o=[];for(let n of Object.values(this._registeredResourceTemplates)){if(!n.resourceTemplate.listCallback)continue;let i=await n.resourceTemplate.listCallback(t);for(let s of i.resources)o.push({...n.metadata,...s})}return{resources:[...r,...o]}}),this.server.setRequestHandler(cm,async()=>({resourceTemplates:Object.entries(this._registeredResourceTemplates).map(([t,r])=>({name:t,uriTemplate:r.resourceTemplate.uriTemplate.toString(),...r.metadata}))})),this.server.setRequestHandler(lm,async(e,t)=>{let r=new URL(e.params.uri),o=this._registeredResources[r.toString()];if(o){if(!o.enabled)throw new H(Z.InvalidParams,`Resource ${r} disabled`);return o.readCallback(r,t)}for(let n of Object.values(this._registeredResourceTemplates)){let i=n.resourceTemplate.uriTemplate.match(r.toString());if(i)return n.readCallback(r,i,t)}throw new H(Z.InvalidParams,`Resource ${r} not found`)}),this._resourceHandlersInitialized=!0}setPromptRequestHandlers(){if(this._promptHandlersInitialized)return;this.server.assertCanSetRequestHandler(Zn(um)),this.server.assertCanSetRequestHandler(Zn(dm)),this.server.registerCapabilities({prompts:{listChanged:!0}}),this.server.setRequestHandler(um,()=>({prompts:Object.entries(this._registeredPrompts).filter(([,e])=>e.enabled).map(([e,t])=>({name:e,title:t.title,description:t.description,arguments:t.argsSchema?kQ(t.argsSchema):void 0}))})),this.server.setRequestHandler(dm,async(e,t)=>{let r=this._registeredPrompts[e.params.name];if(!r)throw new H(Z.InvalidParams,`Prompt ${e.params.name} not found`);if(!r.enabled)throw new H(Z.InvalidParams,`Prompt ${e.params.name} disabled`);if(r.argsSchema){let o=is(r.argsSchema),n=await Af(o,e.params.arguments);if(!n.success){let a="error"in n?n.error:"Unknown error",c=Of(a);throw new H(Z.InvalidParams,`Invalid arguments for prompt ${e.params.name}: ${c}`)}let i=n.data,s=r.callback;return await Promise.resolve(s(i,t))}else{let o=r.callback;return await Promise.resolve(o(t))}}),this._promptHandlersInitialized=!0}resource(e,t,...r){let o;if(typeof r[0]==="object")o=r.shift();let n=r[0];if(typeof t==="string"){if(this._registeredResources[t])throw Error(`Resource ${t} is already registered`);let i=this._createRegisteredResource(e,void 0,t,o,n);return this.setResourceRequestHandlers(),this.sendResourceListChanged(),i}else{if(this._registeredResourceTemplates[e])throw Error(`Resource template ${e} is already registered`);let i=this._createRegisteredResourceTemplate(e,void 0,t,o,n);return this.setResourceRequestHandlers(),this.sendResourceListChanged(),i}}registerResource(e,t,r,o){if(typeof t==="string"){if(this._registeredResources[t])throw Error(`Resource ${t} is already registered`);let n=this._createRegisteredResource(e,r.title,t,r,o);return this.setResourceRequestHandlers(),this.sendResourceListChanged(),n}else{if(this._registeredResourceTemplates[e])throw Error(`Resource template ${e} is already registered`);let n=this._createRegisteredResourceTemplate(e,r.title,t,r,o);return this.setResourceRequestHandlers(),this.sendResourceListChanged(),n}}_createRegisteredResource(e,t,r,o,n){let i={name:e,title:t,metadata:o,readCallback:n,enabled:!0,disable:()=>i.update({enabled:!1}),enable:()=>i.update({enabled:!0}),remove:()=>i.update({uri:null}),update:(s)=>{if(typeof s.uri<"u"&&s.uri!==r){if(delete this._registeredResources[r],s.uri)this._registeredResources[s.uri]=i}if(typeof s.name<"u")i.name=s.name;if(typeof s.title<"u")i.title=s.title;if(typeof s.metadata<"u")i.metadata=s.metadata;if(typeof s.callback<"u")i.readCallback=s.callback;if(typeof s.enabled<"u")i.enabled=s.enabled;this.sendResourceListChanged()}};return this._registeredResources[r]=i,i}_createRegisteredResourceTemplate(e,t,r,o,n){let i={resourceTemplate:r,title:t,metadata:o,readCallback:n,enabled:!0,disable:()=>i.update({enabled:!1}),enable:()=>i.update({enabled:!0}),remove:()=>i.update({name:null}),update:(c)=>{if(typeof c.name<"u"&&c.name!==e){if(delete this._registeredResourceTemplates[e],c.name)this._registeredResourceTemplates[c.name]=i}if(typeof c.title<"u")i.title=c.title;if(typeof c.template<"u")i.resourceTemplate=c.template;if(typeof c.metadata<"u")i.metadata=c.metadata;if(typeof c.callback<"u")i.readCallback=c.callback;if(typeof c.enabled<"u")i.enabled=c.enabled;this.sendResourceListChanged()}};this._registeredResourceTemplates[e]=i;let s=r.uriTemplate.variableNames;if(Array.isArray(s)&&s.some((c)=>!!r.completeCallback(c)))this.setCompletionRequestHandler();return i}_createRegisteredPrompt(e,t,r,o,n){let i={title:t,description:r,argsSchema:o===void 0?void 0:Mo(o),callback:n,enabled:!0,disable:()=>i.update({enabled:!1}),enable:()=>i.update({enabled:!0}),remove:()=>i.update({name:null}),update:(s)=>{if(typeof s.name<"u"&&s.name!==e){if(delete this._registeredPrompts[e],s.name)this._registeredPrompts[s.name]=i}if(typeof s.title<"u")i.title=s.title;if(typeof s.description<"u")i.description=s.description;if(typeof s.argsSchema<"u")i.argsSchema=Mo(s.argsSchema);if(typeof s.callback<"u")i.callback=s.callback;if(typeof s.enabled<"u")i.enabled=s.enabled;this.sendPromptListChanged()}};if(this._registeredPrompts[e]=i,o){if(Object.values(o).some((a)=>{let c=a instanceof Gt?a._def?.innerType:a;return wx(c)}))this.setCompletionRequestHandler()}return i}_createRegisteredTool(e,t,r,o,n,i,s,a,c){kx(e);let u={title:t,description:r,inputSchema:SN(o),outputSchema:SN(n),annotations:i,execution:s,_meta:a,handler:c,enabled:!0,disable:()=>u.update({enabled:!1}),enable:()=>u.update({enabled:!0}),remove:()=>u.update({name:null}),update:(d)=>{if(typeof d.name<"u"&&d.name!==e){if(typeof d.name==="string")kx(d.name);if(delete this._registeredTools[e],d.name)this._registeredTools[d.name]=u}if(typeof d.title<"u")u.title=d.title;if(typeof d.description<"u")u.description=d.description;if(typeof d.paramsSchema<"u")u.inputSchema=Mo(d.paramsSchema);if(typeof d.outputSchema<"u")u.outputSchema=Mo(d.outputSchema);if(typeof d.callback<"u")u.handler=d.callback;if(typeof d.annotations<"u")u.annotations=d.annotations;if(typeof d._meta<"u")u._meta=d._meta;if(typeof d.enabled<"u")u.enabled=d.enabled;this.sendToolListChanged()}};return this._registeredTools[e]=u,this.setToolRequestHandlers(),this.sendToolListChanged(),u}tool(e,...t){if(this._registeredTools[e])throw Error(`Tool ${e} is already registered`);let r,o,n,i;if(typeof t[0]==="string")r=t.shift();if(t.length>1){let a=t[0];if(Tx(a)){if(o=t.shift(),t.length>1&&typeof t[0]==="object"&&t[0]!==null&&!Tx(t[0]))i=t.shift()}else if(typeof a==="object"&&a!==null){if(Object.values(a).some((c)=>typeof c==="object"&&c!==null))throw Error(`Tool ${e} expected a Zod schema or ToolAnnotations, but received an unrecognized object`);i=t.shift()}}let s=t[0];return this._createRegisteredTool(e,void 0,r,o,n,i,{taskSupport:"forbidden"},void 0,s)}registerTool(e,t,r){if(this._registeredTools[e])throw Error(`Tool ${e} is already registered`);let{title:o,description:n,inputSchema:i,outputSchema:s,annotations:a,_meta:c}=t;return this._createRegisteredTool(e,o,n,i,s,a,{taskSupport:"forbidden"},c,r)}prompt(e,...t){if(this._registeredPrompts[e])throw Error(`Prompt ${e} is already registered`);let r;if(typeof t[0]==="string")r=t.shift();let o;if(t.length>1)o=t.shift();let n=t[0],i=this._createRegisteredPrompt(e,void 0,r,o,n);return this.setPromptRequestHandlers(),this.sendPromptListChanged(),i}registerPrompt(e,t,r){if(this._registeredPrompts[e])throw Error(`Prompt ${e} is already registered`);let{title:o,description:n,argsSchema:i}=t,s=this._createRegisteredPrompt(e,o,n,i,r);return this.setPromptRequestHandlers(),this.sendPromptListChanged(),s}isConnected(){return this.server.transport!==void 0}async sendLoggingMessage(e,t){return this.server.sendLoggingMessage(e,t)}sendResourceListChanged(){if(this.isConnected())this.server.sendResourceListChanged()}sendToolListChanged(){if(this.isConnected())this.server.sendToolListChanged()}sendPromptListChanged(){if(this.isConnected())this.server.sendPromptListChanged()}}var wQ={type:"object",properties:{}};function wN(e){return e!==null&&typeof e==="object"&&"parse"in e&&typeof e.parse==="function"&&"safeParse"in e&&typeof e.safeParse==="function"}function kN(e){return"_def"in e||"_zod"in e||wN(e)}function Tx(e){if(typeof e!=="object"||e===null)return!1;if(kN(e))return!1;if(Object.keys(e).length===0)return!0;return Object.values(e).some(wN)}function SN(e){if(!e)return;if(Tx(e))return Mo(e);if(!kN(e))throw Error("inputSchema must be a Zod schema or raw shape, received an unrecognized object");return e}function kQ(e){let t=Dn(e);if(!t)return[];return Object.entries(t).map(([r,o])=>{let n=G0(o),i=J0(o);return{name:r,description:n,required:!i}})}function Zn(e){let r=Dn(e)?.method;if(!r)throw Error("Schema is missing a method literal");let o=Cf(r);if(typeof o==="string")return o;throw Error("Schema method literal must be a string")}function xN(e){return{completion:{values:e.slice(0,100),total:e.length,hasMore:e.length>100}}}var Xl={completion:{values:[],hasMore:!1}};function EQ(e,t,r,o,n){let i={};if(n?.searchHint)i["anthropic/searchHint"]=n.searchHint;if(n?.alwaysLoad)i["anthropic/alwaysLoad"]=!0;return{name:e,description:t,inputSchema:r,handler:o,annotations:n?.annotations,_meta:Object.keys(i).length>0?i:void 0}}function TQ(e){let t=new Px({name:e.name,version:e.version??"1.0.0"},{capabilities:{tools:e.tools?{}:void 0},instructions:e.instructions});if(e.tools)e.tools.forEach((r)=>{for(let o of Object.values(r.inputSchema)){if(!PQ(o))continue;let n=o.description;if(n&&!kt.has(o))kt.add(o,{description:n})}t.registerTool(r.name,{description:r.description,inputSchema:r.inputSchema,annotations:r.annotations,_meta:e.alwaysLoad?{"anthropic/alwaysLoad":!0,...r._meta}:r._meta},r.handler)});return{type:"sdk",name:e.name,instance:t}}function PQ(e){return typeof e==="object"&&e!==null&&"_zod"in e}function P(e){let t;return()=>t??=e()}var EN=15000,IQ=P(()=>l.object({session_id:l.string(),ws_url:l.string(),work_dir:l.string().optional(),session_key:l.string().optional()}));class _r extends Error{code;constructor(e,t){super(e);this.name="DirectConnectError",this.code=t}}class PN{options;ws;sessionId;workDir;abortController;readyState=!1;closed=!1;exitError;messages=new qa;readyPromise;readyResolve;readyReject;abortHandler;partialChunks=[];telemetryEmitted=!1;constructor(e){this.options=e;this.abortController=e.abortController??new AbortController,this.readyPromise=new Promise((t,r)=>{this.readyResolve=t,this.readyReject=r}),this.readyPromise.catch(()=>{}),this.initialize()}get ready(){return this.readyPromise}getSessionId(){return this.sessionId}getWorkDir(){return this.workDir}async initialize(){if(this.abortController.signal.aborted){this.failInit(new ot("Connection aborted"));return}this.abortHandler=()=>{this.close(),this.exitError=new ot("Connection aborted by user")},this.abortController.signal.addEventListener("abort",this.abortHandler);let e;try{let n=await $Q(this.options);this.sessionId=n.sessionId,this.workDir=n.workDir,e=n.wsUrl}catch(n){let i=kr(n);if(!(i instanceof ot)){let s=i instanceof _r&&i.code?i.code:"session_create_failed";this.emitTelemetry("bad",s)}this.failInit(i);return}if(this.closed){if(this.options.deleteSessionOnClose&&this.sessionId)TN(this.options.serverUrl,this.sessionId,this.options.authToken);return}let t={};if(this.options.authToken)t.authorization=`Bearer ${this.options.authToken}`;let r=new WebSocket(e,{headers:t});this.ws=r;let o=setTimeout((n,i)=>{if(!n.readyState){i.close();let s=new _r(`WebSocket connection timeout after ${EN}ms`);n.exitError=s,n.readyReject?.(s),n.emitTelemetry("bad","connect_timeout")}},EN,this,r);r.addEventListener("open",()=>{clearTimeout(o),this.readyState=!0,vt(`[DirectConnectTransport] Connected to ${this.options.serverUrl}, session=${this.sessionId}`),this.readyResolve?.(),this.emitTelemetry("ok")}),r.addEventListener("message",(n)=>{let i=typeof n.data==="string"?n.data:"";if(i.indexOf(`
|
|
105
105
|
`)===-1){if(i)this.partialChunks.push(i);return}let s=this.partialChunks.join("")+i;this.partialChunks.length=0;let a=s.split(`
|
|
106
|
-
`),c=a.pop()??"";if(c)this.partialChunks.push(c);for(let u of a){if(!u)continue;let d;try{d=Ze(u)}catch(p){vt(`DirectConnect: dropped malformed JSON line (${u.length} bytes): ${p}`);continue}this.messages.enqueue(d)}}),r.addEventListener("error",()=>{clearTimeout(o);let n=new _r("WebSocket connection error");if(this.exitError=n,this.readyReject?.(n),this.messages.done(),!this.readyState)this.emitTelemetry("bad","ws_error")}),r.addEventListener("close",(n)=>{let i=this.readyState;this.readyState=!1,this.closed=!0;let s=n.code!==1000&&n.code!==1001;if(s&&!this.exitError)this.exitError=new _r(`WebSocket closed abnormally: ${n.code} ${n.reason}`);if(this.messages.done(),i&&s&&!this.abortController.signal.aborted)this.emitTelemetry("sad","ws_closed_abnormally")})}emitTelemetry(e,t){if(this.telemetryEmitted)return;if(this.telemetryEmitted=!0,e==="ok")Ch("transport_direct_connect");else if(e==="bad")Mh("transport_direct_connect",t??"unknown");else UT("transport_direct_connect",t??"unknown")}failInit(e){this.exitError=e,this.closed=!0,this.readyReject?.(e),this.messages.done()}async write(e){if(this.abortController.signal.aborted)throw new ot("Operation aborted");if(!this.readyState)await this.readyPromise;if(!this.ws||this.ws.readyState!==WebSocket.OPEN)throw new _r("Transport is not ready for writing");this.ws.send(e)}isReady(){return this.readyState&&this.ws?.readyState===WebSocket.OPEN}endInput(){}[Symbol.dispose](){this.close()}close(){if(this.closed)return;if(this.closed=!0,this.readyState=!1,this.abortHandler)this.abortController.signal.removeEventListener("abort",this.abortHandler),this.abortHandler=void 0;if(!this.abortController.signal.aborted)this.abortController.abort();if(this.ws&&this.ws.readyState===WebSocket.OPEN)this.ws.close(1000,"Normal closure");if(this.messages.done(),this.options.deleteSessionOnClose&&this.sessionId)TN(this.options.serverUrl,this.sessionId,this.options.authToken)}async*readMessages(){if(yield*this.messages,this.exitError)throw this.exitError}}function
|
|
107
|
-
`;try{i.appendFileSync(o,s)}catch{try{i.mkdirSync(
|
|
108
|
-
`)if(o>0&&e[o-1]==="\r")t++;else r++;return t>r?"CRLF":"LF"}function
|
|
106
|
+
`),c=a.pop()??"";if(c)this.partialChunks.push(c);for(let u of a){if(!u)continue;let d;try{d=Ze(u)}catch(p){vt(`DirectConnect: dropped malformed JSON line (${u.length} bytes): ${p}`);continue}this.messages.enqueue(d)}}),r.addEventListener("error",()=>{clearTimeout(o);let n=new _r("WebSocket connection error");if(this.exitError=n,this.readyReject?.(n),this.messages.done(),!this.readyState)this.emitTelemetry("bad","ws_error")}),r.addEventListener("close",(n)=>{let i=this.readyState;this.readyState=!1,this.closed=!0;let s=n.code!==1000&&n.code!==1001;if(s&&!this.exitError)this.exitError=new _r(`WebSocket closed abnormally: ${n.code} ${n.reason}`);if(this.messages.done(),i&&s&&!this.abortController.signal.aborted)this.emitTelemetry("sad","ws_closed_abnormally")})}emitTelemetry(e,t){if(this.telemetryEmitted)return;if(this.telemetryEmitted=!0,e==="ok")Ch("transport_direct_connect");else if(e==="bad")Mh("transport_direct_connect",t??"unknown");else UT("transport_direct_connect",t??"unknown")}failInit(e){this.exitError=e,this.closed=!0,this.readyReject?.(e),this.messages.done()}async write(e){if(this.abortController.signal.aborted)throw new ot("Operation aborted");if(!this.readyState)await this.readyPromise;if(!this.ws||this.ws.readyState!==WebSocket.OPEN)throw new _r("Transport is not ready for writing");this.ws.send(e)}isReady(){return this.readyState&&this.ws?.readyState===WebSocket.OPEN}endInput(){}[Symbol.dispose](){this.close()}close(){if(this.closed)return;if(this.closed=!0,this.readyState=!1,this.abortHandler)this.abortController.signal.removeEventListener("abort",this.abortHandler),this.abortHandler=void 0;if(!this.abortController.signal.aborted)this.abortController.abort();if(this.ws&&this.ws.readyState===WebSocket.OPEN)this.ws.close(1000,"Normal closure");if(this.messages.done(),this.options.deleteSessionOnClose&&this.sessionId)TN(this.options.serverUrl,this.sessionId,this.options.authToken)}async*readMessages(){if(yield*this.messages,this.exitError)throw this.exitError}}function RQ(e){if(e.startsWith("cc://")){let o=e.slice(5),n=new URL(`http://${o}`),i=n.pathname.slice(1)||void 0;return{serverUrl:`http://${n.host}`,authToken:i}}if(e.startsWith("cc+unix://"))throw new _r("Unix socket connect (cc+unix://) is not supported by the SDK transport");let t=/^https?:\/\//i.test(e)?e:`http://${e}`,r=new URL(t);return{serverUrl:`${r.protocol}//${r.host}`,authToken:void 0}}async function $Q(e){let t={"content-type":"application/json"};if(e.authToken)t.authorization=`Bearer ${e.authToken}`;let r={};if(e.cwd)r.cwd=e.cwd;if(e.sessionKey)r.session_key=e.sessionKey;if(e.permissionMode)r.permission_mode=e.permissionMode;let o;try{o=await fetch(`${e.serverUrl}/sessions`,{method:"POST",headers:t,body:pe(r)})}catch(i){throw new _r(`Failed to connect to server at ${e.serverUrl}: ${i instanceof Error?i.message:String(i)}`,"session_create_failed")}if(!o.ok){let i=await o.text().catch(()=>"");throw new _r(`Failed to create session: ${o.status} ${o.statusText}${i?` — ${i}`:""}`,"session_create_failed")}let n=IQ().safeParse(await o.json());if(!n.success)throw new _r(`Invalid session response: ${n.error.message}`,"session_create_invalid_response");return{sessionId:n.data.session_id,wsUrl:n.data.ws_url,workDir:n.data.work_dir}}async function TN(e,t,r){let o={};if(r)o.authorization=`Bearer ${r}`;try{await fetch(`${e}/sessions/${t}`,{method:"DELETE",headers:o})}catch{}}import{resolve as vre}from"path";import{join as Ds}from"path";import{dirname as AQ}from"path";function Yl(e,t,r){let o=OQ();if(!o)return;let n={timestamp:new Date().toISOString(),level:e,event:t,data:r??{}},i=Be(),s=pe(n)+`
|
|
107
|
+
`;try{i.appendFileSync(o,s)}catch{try{i.mkdirSync(AQ(o)),i.appendFileSync(o,s)}catch{}}}function OQ(){return process.env.CLAUDE_CODE_DIAGNOSTICS_FILE}function CQ(e){let{buffer:t,bytesRead:r}=Be().readSync(e,{length:4096});if(r===0)return"utf8";if(r>=2){if(t[0]===255&&t[1]===254)return"utf16le"}if(r>=3&&t[0]===239&&t[1]===187&&t[2]===191)return"utf8";return"utf8"}function MQ(e){let t=0,r=0;for(let o=0;o<e.length;o++)if(e[o]===`
|
|
108
|
+
`)if(o>0&&e[o-1]==="\r")t++;else r++;return t>r?"CRLF":"LF"}function DQ(e){let t=Be(),{resolvedPath:r,isSymlink:o}=gd(t,e);if(o)ee(`Reading through symlink: ${e} -> ${r}`);let n=CQ(r),i=t.readFileSync(r,{encoding:n}),s=MQ(i.slice(0,4096));return{content:i.replaceAll(`\r
|
|
109
109
|
`,`
|
|
110
|
-
`),encoding:n,lineEndings:s}}function Bo(e){return
|
|
110
|
+
`),encoding:n,lineEndings:s}}function Bo(e){return DQ(e).content}var IN;(function(e){e[e.lineFeed=10]="lineFeed",e[e.carriageReturn=13]="carriageReturn",e[e.space=32]="space",e[e._0=48]="_0",e[e._1=49]="_1",e[e._2=50]="_2",e[e._3=51]="_3",e[e._4=52]="_4",e[e._5=53]="_5",e[e._6=54]="_6",e[e._7=55]="_7",e[e._8=56]="_8",e[e._9=57]="_9",e[e.a=97]="a",e[e.b=98]="b",e[e.c=99]="c",e[e.d=100]="d",e[e.e=101]="e",e[e.f=102]="f",e[e.g=103]="g",e[e.h=104]="h",e[e.i=105]="i",e[e.j=106]="j",e[e.k=107]="k",e[e.l=108]="l",e[e.m=109]="m",e[e.n=110]="n",e[e.o=111]="o",e[e.p=112]="p",e[e.q=113]="q",e[e.r=114]="r",e[e.s=115]="s",e[e.t=116]="t",e[e.u=117]="u",e[e.v=118]="v",e[e.w=119]="w",e[e.x=120]="x",e[e.y=121]="y",e[e.z=122]="z",e[e.A=65]="A",e[e.B=66]="B",e[e.C=67]="C",e[e.D=68]="D",e[e.E=69]="E",e[e.F=70]="F",e[e.G=71]="G",e[e.H=72]="H",e[e.I=73]="I",e[e.J=74]="J",e[e.K=75]="K",e[e.L=76]="L",e[e.M=77]="M",e[e.N=78]="N",e[e.O=79]="O",e[e.P=80]="P",e[e.Q=81]="Q",e[e.R=82]="R",e[e.S=83]="S",e[e.T=84]="T",e[e.U=85]="U",e[e.V=86]="V",e[e.W=87]="W",e[e.X=88]="X",e[e.Y=89]="Y",e[e.Z=90]="Z",e[e.asterisk=42]="asterisk",e[e.backslash=92]="backslash",e[e.closeBrace=125]="closeBrace",e[e.closeBracket=93]="closeBracket",e[e.colon=58]="colon",e[e.comma=44]="comma",e[e.dot=46]="dot",e[e.doubleQuote=34]="doubleQuote",e[e.minus=45]="minus",e[e.openBrace=123]="openBrace",e[e.openBracket=91]="openBracket",e[e.plus=43]="plus",e[e.slash=47]="slash",e[e.formFeed=12]="formFeed",e[e.tab=9]="tab"})(IN||(IN={}));var jQ=Array(20).fill(0).map((e,t)=>" ".repeat(t));var UQ={" ":{"\n":Array(200).fill(0).map((e,t)=>`
|
|
111
111
|
`+" ".repeat(t)),"\r":Array(200).fill(0).map((e,t)=>"\r"+" ".repeat(t)),"\r\n":Array(200).fill(0).map((e,t)=>`\r
|
|
112
112
|
`+" ".repeat(t))},"\t":{"\n":Array(200).fill(0).map((e,t)=>`
|
|
113
113
|
`+"\t".repeat(t)),"\r":Array(200).fill(0).map((e,t)=>"\r"+"\t".repeat(t)),"\r\n":Array(200).fill(0).map((e,t)=>`\r
|
|
114
|
-
`+"\t".repeat(t))}};var $N;(function(e){e.DEFAULT={allowTrailingComma:!1}})($N||($N={}));var ON;(function(e){e[e.None=0]="None",e[e.UnexpectedEndOfComment=1]="UnexpectedEndOfComment",e[e.UnexpectedEndOfString=2]="UnexpectedEndOfString",e[e.UnexpectedEndOfNumber=3]="UnexpectedEndOfNumber",e[e.InvalidUnicode=4]="InvalidUnicode",e[e.InvalidEscapeCharacter=5]="InvalidEscapeCharacter",e[e.InvalidCharacter=6]="InvalidCharacter"})(ON||(ON={}));var AN;(function(e){e[e.OpenBraceToken=1]="OpenBraceToken",e[e.CloseBraceToken=2]="CloseBraceToken",e[e.OpenBracketToken=3]="OpenBracketToken",e[e.CloseBracketToken=4]="CloseBracketToken",e[e.CommaToken=5]="CommaToken",e[e.ColonToken=6]="ColonToken",e[e.NullKeyword=7]="NullKeyword",e[e.TrueKeyword=8]="TrueKeyword",e[e.FalseKeyword=9]="FalseKeyword",e[e.StringLiteral=10]="StringLiteral",e[e.NumericLiteral=11]="NumericLiteral",e[e.LineCommentTrivia=12]="LineCommentTrivia",e[e.BlockCommentTrivia=13]="BlockCommentTrivia",e[e.LineBreakTrivia=14]="LineBreakTrivia",e[e.Trivia=15]="Trivia",e[e.Unknown=16]="Unknown",e[e.EOF=17]="EOF"})(AN||(AN={}));var CN;(function(e){e[e.InvalidSymbol=1]="InvalidSymbol",e[e.InvalidNumberFormat=2]="InvalidNumberFormat",e[e.PropertyNameExpected=3]="PropertyNameExpected",e[e.ValueExpected=4]="ValueExpected",e[e.ColonExpected=5]="ColonExpected",e[e.CommaExpected=6]="CommaExpected",e[e.CloseBraceExpected=7]="CloseBraceExpected",e[e.CloseBracketExpected=8]="CloseBracketExpected",e[e.EndOfFileExpected=9]="EndOfFileExpected",e[e.InvalidCommentToken=10]="InvalidCommentToken",e[e.UnexpectedEndOfComment=11]="UnexpectedEndOfComment",e[e.UnexpectedEndOfString=12]="UnexpectedEndOfString",e[e.UnexpectedEndOfNumber=13]="UnexpectedEndOfNumber",e[e.InvalidUnicode=14]="InvalidUnicode",e[e.InvalidEscapeCharacter=15]="InvalidEscapeCharacter",e[e.InvalidCharacter=16]="InvalidCharacter"})(CN||(CN={}));function tg(e){return e.startsWith("\uFEFF")?e.slice(1):e}import Ne from"node:path";import MN from"node:os";import Ix from"node:process";var Vn=MN.homedir(),Rx=MN.tmpdir(),{env:Ps}=Ix,FQ=(e)=>{let t=Ne.join(Vn,"Library");return{data:Ne.join(t,"Application Support",e),config:Ne.join(t,"Preferences",e),cache:Ne.join(t,"Caches",e),log:Ne.join(t,"Logs",e),temp:Ne.join(Rx,e)}},BQ=(e)=>{let t=Ps.APPDATA||Ne.join(Vn,"AppData","Roaming"),r=Ps.LOCALAPPDATA||Ne.join(Vn,"AppData","Local");return{data:Ne.join(r,e,"Data"),config:Ne.join(t,e,"Config"),cache:Ne.join(r,e,"Cache"),log:Ne.join(r,e,"Log"),temp:Ne.join(Rx,e)}},HQ=(e)=>{let t=Ne.basename(Vn);return{data:Ne.join(Ps.XDG_DATA_HOME||Ne.join(Vn,".local","share"),e),config:Ne.join(Ps.XDG_CONFIG_HOME||Ne.join(Vn,".config"),e),cache:Ne.join(Ps.XDG_CACHE_HOME||Ne.join(Vn,".cache"),e),log:Ne.join(Ps.XDG_STATE_HOME||Ne.join(Vn,".local","state"),e),temp:Ne.join(Rx,t,e)}};function $x(e,{suffix:t="nodejs"}={}){if(typeof e!=="string")throw TypeError(`Expected a string, got ${typeof e}`);if(t)e+=`-${t}`;if(Ix.platform==="darwin")return FQ(e);if(Ix.platform==="win32")return BQ(e);return HQ(e)}var VPe=$x("claude-cli");function qQ(){if(process.env.CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC)return"essential-traffic";if(process.env.DISABLE_TELEMETRY)return"no-telemetry";if(Ee(process.env.DO_NOT_TRACK))return"no-telemetry";return"default"}function DN(){return qQ()==="essential-traffic"}var ZQ=100,Ox=[];function VQ(e){if(Ox.length>=ZQ)Ox.shift();Ox.push(e)}var WQ=[],NN=null;var yIe=Ce(()=>process.argv.includes("--hard-fail"));function rg(e){let t=kr(e);try{if(Ee(process.env.CLAUDE_CODE_USE_BEDROCK)||Ee(process.env.CLAUDE_CODE_USE_VERTEX)||Ee(process.env.CLAUDE_CODE_USE_FOUNDRY)||Ee(process.env.CLAUDE_CODE_USE_ANTHROPIC_AWS)||Ee(process.env.CLAUDE_CODE_USE_MANTLE)||process.env.DISABLE_ERROR_REPORTING||DN())return;let o={error:t.stack||t.message,timestamp:new Date().toISOString()};if(VQ(o),NN===null){WQ.push({type:"error",error:t});return}NN.logError(t)}catch{}}var Is=typeof performance==="object"&&performance&&typeof performance.now==="function"?performance:Date,UN=new Set,Ax=typeof process==="object"&&!!process?process:{},zN=(e,t,r,o)=>{typeof Ax.emitWarning==="function"?Ax.emitWarning(e,t,r,o):console.error(`[${r}] ${t}: ${e}`)},ng=globalThis.AbortController,jN=globalThis.AbortSignal;if(typeof ng>"u"){jN=class{onabort;_onabort=[];reason;aborted=!1;addEventListener(o,n){this._onabort.push(n)}},ng=class{constructor(){t()}signal=new jN;abort(o){if(this.signal.aborted)return;this.signal.reason=o,this.signal.aborted=!0;for(let n of this.signal._onabort)n(o);this.signal.onabort?.(o)}};let e=Ax.env?.LRU_CACHE_IGNORE_AC_WARNING!=="1",t=()=>{if(!e)return;e=!1,zN("AbortController is not defined. If using lru-cache in node 14, load an AbortController polyfill from the `node-abort-controller` package. A minimal polyfill is provided for use by LRUCache.fetch(), but it should not be relied upon in other contexts (eg, passing it to other APIs that use AbortController/AbortSignal might have undesirable effects). You may disable this with LRU_CACHE_IGNORE_AC_WARNING=1 in the env.","NO_ABORT_CONTROLLER","ENOTSUP",t)}}var KQ=(e)=>!UN.has(e),_Ie=Symbol("type"),Wn=(e)=>e&&e===Math.floor(e)&&e>0&&isFinite(e),LN=(e)=>!Wn(e)?null:e<=Math.pow(2,8)?Uint8Array:e<=Math.pow(2,16)?Uint16Array:e<=Math.pow(2,32)?Uint32Array:e<=Number.MAX_SAFE_INTEGER?Ql:null;class Ql extends Array{constructor(e){super(e);this.fill(0)}}class Rs{heap;length;static#n=!1;static create(e){let t=LN(e);if(!t)return[];Rs.#n=!0;let r=new Rs(e,t);return Rs.#n=!1,r}constructor(e,t){if(!Rs.#n)throw TypeError("instantiate Stack using Stack.create(n)");this.heap=new t(e),this.length=0}push(e){this.heap[this.length++]=e}pop(){return this.heap[--this.length]}}class og{#n;#d;#g;#h;#$;#O;ttl;ttlResolution;ttlAutopurge;updateAgeOnGet;updateAgeOnHas;allowStale;noDisposeOnSet;noUpdateTTL;maxEntrySize;sizeCalculation;noDeleteOnFetchRejection;noDeleteOnStaleGet;allowStaleOnFetchAbort;allowStaleOnFetchRejection;ignoreFetchAbort;#i;#y;#o;#r;#e;#l;#p;#c;#s;#b;#a;#_;#v;#f;#S;#T;#u;static unsafeExposeInternals(e){return{starts:e.#v,ttls:e.#f,sizes:e.#_,keyMap:e.#o,keyList:e.#r,valList:e.#e,next:e.#l,prev:e.#p,get head(){return e.#c},get tail(){return e.#s},free:e.#b,isBackgroundFetch:(t)=>e.#t(t),backgroundFetch:(t,r,o,n)=>e.#M(t,r,o,n),moveToTail:(t)=>e.#R(t),indexes:(t)=>e.#x(t),rindexes:(t)=>e.#w(t),isStale:(t)=>e.#m(t)}}get max(){return this.#n}get maxSize(){return this.#d}get calculatedSize(){return this.#y}get size(){return this.#i}get fetchMethod(){return this.#$}get memoMethod(){return this.#O}get dispose(){return this.#g}get disposeAfter(){return this.#h}constructor(e){let{max:t=0,ttl:r,ttlResolution:o=1,ttlAutopurge:n,updateAgeOnGet:i,updateAgeOnHas:s,allowStale:a,dispose:c,disposeAfter:u,noDisposeOnSet:d,noUpdateTTL:p,maxSize:f=0,maxEntrySize:m=0,sizeCalculation:g,fetchMethod:h,memoMethod:y,noDeleteOnFetchRejection:v,noDeleteOnStaleGet:x,allowStaleOnFetchRejection:w,allowStaleOnFetchAbort:A,ignoreFetchAbort:U}=e;if(t!==0&&!Wn(t))throw TypeError("max option must be a nonnegative integer");let se=t?LN(t):Array;if(!se)throw Error("invalid max value: "+t);if(this.#n=t,this.#d=f,this.maxEntrySize=m||this.#d,this.sizeCalculation=g,this.sizeCalculation){if(!this.#d&&!this.maxEntrySize)throw TypeError("cannot set sizeCalculation without setting maxSize or maxEntrySize");if(typeof this.sizeCalculation!=="function")throw TypeError("sizeCalculation set to non-function")}if(y!==void 0&&typeof y!=="function")throw TypeError("memoMethod must be a function if defined");if(this.#O=y,h!==void 0&&typeof h!=="function")throw TypeError("fetchMethod must be a function if specified");if(this.#$=h,this.#T=!!h,this.#o=new Map,this.#r=Array(t).fill(void 0),this.#e=Array(t).fill(void 0),this.#l=new se(t),this.#p=new se(t),this.#c=0,this.#s=0,this.#b=Rs.create(t),this.#i=0,this.#y=0,typeof c==="function")this.#g=c;if(typeof u==="function")this.#h=u,this.#a=[];else this.#h=void 0,this.#a=void 0;if(this.#S=!!this.#g,this.#u=!!this.#h,this.noDisposeOnSet=!!d,this.noUpdateTTL=!!p,this.noDeleteOnFetchRejection=!!v,this.allowStaleOnFetchRejection=!!w,this.allowStaleOnFetchAbort=!!A,this.ignoreFetchAbort=!!U,this.maxEntrySize!==0){if(this.#d!==0){if(!Wn(this.#d))throw TypeError("maxSize must be a positive integer if specified")}if(!Wn(this.maxEntrySize))throw TypeError("maxEntrySize must be a positive integer if specified");this.#F()}if(this.allowStale=!!a,this.noDeleteOnStaleGet=!!x,this.updateAgeOnGet=!!i,this.updateAgeOnHas=!!s,this.ttlResolution=Wn(o)||o===0?o:1,this.ttlAutopurge=!!n,this.ttl=r||0,this.ttl){if(!Wn(this.ttl))throw TypeError("ttl must be a positive integer if specified");this.#D()}if(this.#n===0&&this.ttl===0&&this.#d===0)throw TypeError("At least one of max, maxSize, or ttl is required");if(!this.ttlAutopurge&&!this.#n&&!this.#d){if(KQ("LRU_CACHE_UNBOUNDED"))UN.add("LRU_CACHE_UNBOUNDED"),zN("TTL caching without ttlAutopurge, max, or maxSize can result in unbounded memory consumption.","UnboundedCacheWarning","LRU_CACHE_UNBOUNDED",og)}}getRemainingTTL(e){return this.#o.has(e)?1/0:0}#D(){let e=new Ql(this.#n),t=new Ql(this.#n);this.#f=e,this.#v=t,this.#N=(n,i,s=Is.now())=>{if(t[n]=i!==0?s:0,e[n]=i,i!==0&&this.ttlAutopurge){let a=setTimeout(()=>{if(this.#m(n))this.#k(this.#r[n],"expire")},i+1);if(a.unref)a.unref()}},this.#P=(n)=>{t[n]=e[n]!==0?Is.now():0},this.#E=(n,i)=>{if(e[i]){let s=e[i],a=t[i];if(!s||!a)return;n.ttl=s,n.start=a,n.now=r||o();let c=n.now-a;n.remainingTTL=s-c}};let r=0,o=()=>{let n=Is.now();if(this.ttlResolution>0){r=n;let i=setTimeout(()=>r=0,this.ttlResolution);if(i.unref)i.unref()}return n};this.getRemainingTTL=(n)=>{let i=this.#o.get(n);if(i===void 0)return 0;let s=e[i],a=t[i];if(!s||!a)return 1/0;let c=(r||o())-a;return s-c},this.#m=(n)=>{let i=t[n],s=e[n];return!!s&&!!i&&(r||o())-i>s}}#P=()=>{};#E=()=>{};#N=()=>{};#m=()=>!1;#F(){let e=new Ql(this.#n);this.#y=0,this.#_=e,this.#I=(t)=>{this.#y-=e[t],e[t]=0},this.#j=(t,r,o,n)=>{if(this.#t(r))return 0;if(!Wn(o))if(n){if(typeof n!=="function")throw TypeError("sizeCalculation must be a function");if(o=n(r,t),!Wn(o))throw TypeError("sizeCalculation return invalid (expect positive integer)")}else throw TypeError("invalid size value (must be positive integer). When maxSize or maxEntrySize is used, sizeCalculation or size must be set.");return o},this.#A=(t,r,o)=>{if(e[t]=r,this.#d){let n=this.#d-e[t];while(this.#y>n)this.#C(!0)}if(this.#y+=e[t],o)o.entrySize=r,o.totalCalculatedSize=this.#y}}#I=(e)=>{};#A=(e,t,r)=>{};#j=(e,t,r,o)=>{if(r||o)throw TypeError("cannot set size without setting maxSize or maxEntrySize on cache");return 0};*#x({allowStale:e=this.allowStale}={}){if(this.#i)for(let t=this.#s;;){if(!this.#U(t))break;if(e||!this.#m(t))yield t;if(t===this.#c)break;else t=this.#p[t]}}*#w({allowStale:e=this.allowStale}={}){if(this.#i)for(let t=this.#c;;){if(!this.#U(t))break;if(e||!this.#m(t))yield t;if(t===this.#s)break;else t=this.#l[t]}}#U(e){return e!==void 0&&this.#o.get(this.#r[e])===e}*entries(){for(let e of this.#x())if(this.#e[e]!==void 0&&this.#r[e]!==void 0&&!this.#t(this.#e[e]))yield[this.#r[e],this.#e[e]]}*rentries(){for(let e of this.#w())if(this.#e[e]!==void 0&&this.#r[e]!==void 0&&!this.#t(this.#e[e]))yield[this.#r[e],this.#e[e]]}*keys(){for(let e of this.#x()){let t=this.#r[e];if(t!==void 0&&!this.#t(this.#e[e]))yield t}}*rkeys(){for(let e of this.#w()){let t=this.#r[e];if(t!==void 0&&!this.#t(this.#e[e]))yield t}}*values(){for(let e of this.#x())if(this.#e[e]!==void 0&&!this.#t(this.#e[e]))yield this.#e[e]}*rvalues(){for(let e of this.#w())if(this.#e[e]!==void 0&&!this.#t(this.#e[e]))yield this.#e[e]}[Symbol.iterator](){return this.entries()}[Symbol.toStringTag]="LRUCache";find(e,t={}){for(let r of this.#x()){let o=this.#e[r],n=this.#t(o)?o.__staleWhileFetching:o;if(n===void 0)continue;if(e(n,this.#r[r],this))return this.get(this.#r[r],t)}}forEach(e,t=this){for(let r of this.#x()){let o=this.#e[r],n=this.#t(o)?o.__staleWhileFetching:o;if(n===void 0)continue;e.call(t,n,this.#r[r],this)}}rforEach(e,t=this){for(let r of this.#w()){let o=this.#e[r],n=this.#t(o)?o.__staleWhileFetching:o;if(n===void 0)continue;e.call(t,n,this.#r[r],this)}}purgeStale(){let e=!1;for(let t of this.#w({allowStale:!0}))if(this.#m(t))this.#k(this.#r[t],"expire"),e=!0;return e}info(e){let t=this.#o.get(e);if(t===void 0)return;let r=this.#e[t],o=this.#t(r)?r.__staleWhileFetching:r;if(o===void 0)return;let n={value:o};if(this.#f&&this.#v){let i=this.#f[t],s=this.#v[t];if(i&&s){let a=i-(Is.now()-s);n.ttl=a,n.start=Date.now()}}if(this.#_)n.size=this.#_[t];return n}dump(){let e=[];for(let t of this.#x({allowStale:!0})){let r=this.#r[t],o=this.#e[t],n=this.#t(o)?o.__staleWhileFetching:o;if(n===void 0||r===void 0)continue;let i={value:n};if(this.#f&&this.#v){i.ttl=this.#f[t];let s=Is.now()-this.#v[t];i.start=Math.floor(Date.now()-s)}if(this.#_)i.size=this.#_[t];e.unshift([r,i])}return e}load(e){this.clear();for(let[t,r]of e){if(r.start){let o=Date.now()-r.start;r.start=Is.now()-o}this.set(t,r.value,r)}}set(e,t,r={}){if(t===void 0)return this.delete(e),this;let{ttl:o=this.ttl,start:n,noDisposeOnSet:i=this.noDisposeOnSet,sizeCalculation:s=this.sizeCalculation,status:a}=r,{noUpdateTTL:c=this.noUpdateTTL}=r,u=this.#j(e,t,r.size||0,s);if(this.maxEntrySize&&u>this.maxEntrySize){if(a)a.set="miss",a.maxEntrySizeExceeded=!0;return this.#k(e,"set"),this}let d=this.#i===0?void 0:this.#o.get(e);if(d===void 0){if(d=this.#i===0?this.#s:this.#b.length!==0?this.#b.pop():this.#i===this.#n?this.#C(!1):this.#i,this.#r[d]=e,this.#e[d]=t,this.#o.set(e,d),this.#l[this.#s]=d,this.#p[d]=this.#s,this.#s=d,this.#i++,this.#A(d,u,a),a)a.set="add";c=!1}else{this.#R(d);let p=this.#e[d];if(t!==p){if(this.#T&&this.#t(p)){p.__abortController.abort(Error("replaced"));let{__staleWhileFetching:f}=p;if(f!==void 0&&!i){if(this.#S)this.#g?.(f,e,"set");if(this.#u)this.#a?.push([f,e,"set"])}}else if(!i){if(this.#S)this.#g?.(p,e,"set");if(this.#u)this.#a?.push([p,e,"set"])}if(this.#I(d),this.#A(d,u,a),this.#e[d]=t,a){a.set="replace";let f=p&&this.#t(p)?p.__staleWhileFetching:p;if(f!==void 0)a.oldValue=f}}else if(a)a.set="update"}if(o!==0&&!this.#f)this.#D();if(this.#f){if(!c)this.#N(d,o,n);if(a)this.#E(a,d)}if(!i&&this.#u&&this.#a){let p=this.#a,f;while(f=p?.shift())this.#h?.(...f)}return this}pop(){try{while(this.#i){let e=this.#e[this.#c];if(this.#C(!0),this.#t(e)){if(e.__staleWhileFetching)return e.__staleWhileFetching}else if(e!==void 0)return e}}finally{if(this.#u&&this.#a){let e=this.#a,t;while(t=e?.shift())this.#h?.(...t)}}}#C(e){let t=this.#c,r=this.#r[t],o=this.#e[t];if(this.#T&&this.#t(o))o.__abortController.abort(Error("evicted"));else if(this.#S||this.#u){if(this.#S)this.#g?.(o,r,"evict");if(this.#u)this.#a?.push([o,r,"evict"])}if(this.#I(t),e)this.#r[t]=void 0,this.#e[t]=void 0,this.#b.push(t);if(this.#i===1)this.#c=this.#s=0,this.#b.length=0;else this.#c=this.#l[t];return this.#o.delete(r),this.#i--,t}has(e,t={}){let{updateAgeOnHas:r=this.updateAgeOnHas,status:o}=t,n=this.#o.get(e);if(n!==void 0){let i=this.#e[n];if(this.#t(i)&&i.__staleWhileFetching===void 0)return!1;if(!this.#m(n)){if(r)this.#P(n);if(o)o.has="hit",this.#E(o,n);return!0}else if(o)o.has="stale",this.#E(o,n)}else if(o)o.has="miss";return!1}peek(e,t={}){let{allowStale:r=this.allowStale}=t,o=this.#o.get(e);if(o===void 0||!r&&this.#m(o))return;let n=this.#e[o];return this.#t(n)?n.__staleWhileFetching:n}#M(e,t,r,o){let n=t===void 0?void 0:this.#e[t];if(this.#t(n))return n;let i=new ng,{signal:s}=r;s?.addEventListener("abort",()=>i.abort(s.reason),{signal:i.signal});let a={signal:i.signal,options:r,context:o},c=(g,h=!1)=>{let{aborted:y}=i.signal,v=r.ignoreFetchAbort&&g!==void 0;if(r.status)if(y&&!h){if(r.status.fetchAborted=!0,r.status.fetchError=i.signal.reason,v)r.status.fetchAbortIgnored=!0}else r.status.fetchResolved=!0;if(y&&!v&&!h)return d(i.signal.reason);let x=f;if(this.#e[t]===f)if(g===void 0)if(x.__staleWhileFetching)this.#e[t]=x.__staleWhileFetching;else this.#k(e,"fetch");else{if(r.status)r.status.fetchUpdated=!0;this.set(e,g,a.options)}return g},u=(g)=>{if(r.status)r.status.fetchRejected=!0,r.status.fetchError=g;return d(g)},d=(g)=>{let{aborted:h}=i.signal,y=h&&r.allowStaleOnFetchAbort,v=y||r.allowStaleOnFetchRejection,x=v||r.noDeleteOnFetchRejection,w=f;if(this.#e[t]===f){if(!x||w.__staleWhileFetching===void 0)this.#k(e,"fetch");else if(!y)this.#e[t]=w.__staleWhileFetching}if(v){if(r.status&&w.__staleWhileFetching!==void 0)r.status.returnedStale=!0;return w.__staleWhileFetching}else if(w.__returned===w)throw g},p=(g,h)=>{let y=this.#$?.(e,n,a);if(y&&y instanceof Promise)y.then((v)=>g(v===void 0?void 0:v),h);i.signal.addEventListener("abort",()=>{if(!r.ignoreFetchAbort||r.allowStaleOnFetchAbort){if(g(void 0),r.allowStaleOnFetchAbort)g=(v)=>c(v,!0)}})};if(r.status)r.status.fetchDispatched=!0;let f=new Promise(p).then(c,u),m=Object.assign(f,{__abortController:i,__staleWhileFetching:n,__returned:void 0});if(t===void 0)this.set(e,m,{...a.options,status:void 0}),t=this.#o.get(e);else this.#e[t]=m;return m}#t(e){if(!this.#T)return!1;let t=e;return!!t&&t instanceof Promise&&t.hasOwnProperty("__staleWhileFetching")&&t.__abortController instanceof ng}async fetch(e,t={}){let{allowStale:r=this.allowStale,updateAgeOnGet:o=this.updateAgeOnGet,noDeleteOnStaleGet:n=this.noDeleteOnStaleGet,ttl:i=this.ttl,noDisposeOnSet:s=this.noDisposeOnSet,size:a=0,sizeCalculation:c=this.sizeCalculation,noUpdateTTL:u=this.noUpdateTTL,noDeleteOnFetchRejection:d=this.noDeleteOnFetchRejection,allowStaleOnFetchRejection:p=this.allowStaleOnFetchRejection,ignoreFetchAbort:f=this.ignoreFetchAbort,allowStaleOnFetchAbort:m=this.allowStaleOnFetchAbort,context:g,forceRefresh:h=!1,status:y,signal:v}=t;if(!this.#T){if(y)y.fetch="get";return this.get(e,{allowStale:r,updateAgeOnGet:o,noDeleteOnStaleGet:n,status:y})}let x={allowStale:r,updateAgeOnGet:o,noDeleteOnStaleGet:n,ttl:i,noDisposeOnSet:s,size:a,sizeCalculation:c,noUpdateTTL:u,noDeleteOnFetchRejection:d,allowStaleOnFetchRejection:p,allowStaleOnFetchAbort:m,ignoreFetchAbort:f,status:y,signal:v},w=this.#o.get(e);if(w===void 0){if(y)y.fetch="miss";let A=this.#M(e,w,x,g);return A.__returned=A}else{let A=this.#e[w];if(this.#t(A)){let Lt=r&&A.__staleWhileFetching!==void 0;if(y){if(y.fetch="inflight",Lt)y.returnedStale=!0}return Lt?A.__staleWhileFetching:A.__returned=A}let U=this.#m(w);if(!h&&!U){if(y)y.fetch="hit";if(this.#R(w),o)this.#P(w);if(y)this.#E(y,w);return A}let se=this.#M(e,w,x,g),Ye=se.__staleWhileFetching!==void 0&&r;if(y){if(y.fetch=U?"stale":"refresh",Ye&&U)y.returnedStale=!0}return Ye?se.__staleWhileFetching:se.__returned=se}}async forceFetch(e,t={}){let r=await this.fetch(e,t);if(r===void 0)throw Error("fetch() returned undefined");return r}memo(e,t={}){let r=this.#O;if(!r)throw Error("no memoMethod provided to constructor");let{context:o,forceRefresh:n,...i}=t,s=this.get(e,i);if(!n&&s!==void 0)return s;let a=r(e,s,{options:i,context:o});return this.set(e,a,i),a}get(e,t={}){let{allowStale:r=this.allowStale,updateAgeOnGet:o=this.updateAgeOnGet,noDeleteOnStaleGet:n=this.noDeleteOnStaleGet,status:i}=t,s=this.#o.get(e);if(s!==void 0){let a=this.#e[s],c=this.#t(a);if(i)this.#E(i,s);if(this.#m(s)){if(i)i.get="stale";if(!c){if(!n)this.#k(e,"expire");if(i&&r)i.returnedStale=!0;return r?a:void 0}else{if(i&&r&&a.__staleWhileFetching!==void 0)i.returnedStale=!0;return r?a.__staleWhileFetching:void 0}}else{if(i)i.get="hit";if(c)return a.__staleWhileFetching;if(this.#R(s),o)this.#P(s);return a}}else if(i)i.get="miss"}#z(e,t){this.#p[t]=e,this.#l[e]=t}#R(e){if(e!==this.#s){if(e===this.#c)this.#c=this.#l[e];else this.#z(this.#p[e],this.#l[e]);this.#z(this.#s,e),this.#s=e}}delete(e){return this.#k(e,"delete")}#k(e,t){let r=!1;if(this.#i!==0){let o=this.#o.get(e);if(o!==void 0)if(r=!0,this.#i===1)this.#L(t);else{this.#I(o);let n=this.#e[o];if(this.#t(n))n.__abortController.abort(Error("deleted"));else if(this.#S||this.#u){if(this.#S)this.#g?.(n,e,t);if(this.#u)this.#a?.push([n,e,t])}if(this.#o.delete(e),this.#r[o]=void 0,this.#e[o]=void 0,o===this.#s)this.#s=this.#p[o];else if(o===this.#c)this.#c=this.#l[o];else{let i=this.#p[o];this.#l[i]=this.#l[o];let s=this.#l[o];this.#p[s]=this.#p[o]}this.#i--,this.#b.push(o)}}if(this.#u&&this.#a?.length){let o=this.#a,n;while(n=o?.shift())this.#h?.(...n)}return r}clear(){return this.#L("delete")}#L(e){for(let t of this.#w({allowStale:!0})){let r=this.#e[t];if(this.#t(r))r.__abortController.abort(Error("deleted"));else{let o=this.#r[t];if(this.#S)this.#g?.(r,o,e);if(this.#u)this.#a?.push([r,o,e])}}if(this.#o.clear(),this.#e.fill(void 0),this.#r.fill(void 0),this.#f&&this.#v)this.#f.fill(0),this.#v.fill(0);if(this.#_)this.#_.fill(0);if(this.#c=0,this.#s=0,this.#b.length=0,this.#y=0,this.#i=0,this.#u&&this.#a){let t=this.#a,r;while(r=t?.shift())this.#h?.(...r)}}}function FN(e,t,r=100){let o=new og({max:r}),n=(...i)=>{let s=t(...i),a=o.get(s);if(a!==void 0)return a;let c=e(...i);return o.set(s,c),c};return n.cache={clear:()=>o.clear(),size:()=>o.size,delete:(i)=>o.delete(i),get:(i)=>o.peek(i),has:(i)=>o.has(i)},n}var GQ=8192;function HN(e,t){try{return{ok:!0,value:JSON.parse(tg(e))}}catch(r){if(t)rg(r);return{ok:!1}}}var BN=FN(HN,(e)=>e,50);var $s=Object.assign(function(t,r=!0){if(!t)return null;let o=t.length>GQ?HN(t,r):BN(t,r);return o.ok?o.value:null},{cache:BN.cache});import{join as XQ}from"path";import{readdir as jIe,readFile as JQ}from"fs/promises";import{release as qN}from"os";var Ho=Ce(()=>{try{if(process.platform==="darwin")return"macos";if(process.platform==="win32")return"windows";if(process.platform==="linux"){if(process.env.WSL_DISTRO_NAME||process.env.WSL_INTEROP)return"wsl";try{let e=Be().readFileSync("/proc/version",{encoding:"utf8"});if(e.toLowerCase().includes("microsoft")||e.toLowerCase().includes("wsl"))return"wsl"}catch(e){ee(`Failed to read /proc/version for WSL detection: ${e}`,{level:"error"})}return"linux"}return"unknown"}catch(e){return rg(e),"unknown"}});var HIe=Ce(()=>{if(process.platform!=="linux")return;try{let e=Be().readFileSync("/proc/version",{encoding:"utf8"}),t=e.match(/WSL(\d+)/i);if(t&&t[1])return t[1];if(e.toLowerCase().includes("microsoft"))return"1";return}catch(e){ee(`Failed to read /proc/version for WSL detection: ${e}`,{level:"error"});return}}),qIe=Ce(async()=>{if(process.platform!=="linux")return;let e={linuxKernel:qN()};try{let t=await JQ("/etc/os-release","utf8");for(let r of t.split(`
|
|
115
|
-
`)){let o=r.match(/^(ID|VERSION_ID)=(.*)$/);if(o&&o[1]&&o[2]){let n=o[2].replace(/^"|"$/g,"");if(o[1]==="ID")e.linuxDistroId=n;else e.linuxDistroVersion=n}}}catch{}return e});var ZIe=Ce(()=>{if(process.platform!=="darwin")return;let t=qN().match(/^(\d+)\./);if(!t||!t[1])return;return parseInt(t[1],10)-9});var qo=Ce(function(){switch(Ho()){case"macos":return"/Library/Application Support/ClaudeCode";case"windows":return"C:\\Program Files\\ClaudeCode";default:return"/etc/claude-code"}}),JIe=Ce(function(){return XQ(qo(),"managed-settings.d")});function YQ(e,t,r){if(r!==void 0&&!dn(e[t],r)||r===void 0&&!(t in e))xi(e,t,r)}var eu=YQ;function QQ(e){return function(t,r,o){var n=-1,i=Object(t),s=o(t),a=s.length;while(a--){var c=s[e?a:++n];if(r(i[c],c,i)===!1)break}return t}}var ZN=QQ;var eee=ZN(),VN=eee;function tee(e){return Kt(e)&&ki(e)}var WN=tee;var ree="[object Object]",nee=Function.prototype,oee=Object.prototype,KN=nee.toString,iee=oee.hasOwnProperty,see=KN.call(Object);function aee(e){if(!Kt(e)||wr(e)!=ree)return!1;var t=pd(e);if(t===null)return!0;var r=iee.call(t,"constructor")&&t.constructor;return typeof r=="function"&&r instanceof r&&KN.call(r)==see}var GN=aee;function cee(e,t){if(t==="constructor"&&typeof e[t]==="function")return;if(t=="__proto__")return;return e[t]}var tu=cee;function lee(e){return gE(e,ld(e))}var JN=lee;function uee(e,t,r,o,n,i,s){var a=tu(e,r),c=tu(t,r),u=s.get(c);if(u){eu(e,r,u);return}var d=i?i(a,c,r+"",e,t,s):void 0,p=d===void 0;if(p){var f=dt(c),m=!f&&La(c),g=!f&&!m&&ad(c);if(d=c,f||m||g)if(dt(a))d=a;else if(WN(a))d=ME(a);else if(m)p=!1,d=yh(c,!0);else if(g)p=!1,d=jE(c,!0);else d=[];else if(GN(c)||Lr(c)){if(d=a,Lr(a))d=JN(a);else if(!Qe(a)||Yo(a))d=LE(c)}else p=!1}if(p)s.set(c,d),n(d,c,o,i,s),s.delete(c);eu(e,r,d)}var XN=uee;function YN(e,t,r,o,n){if(e===t)return;VN(t,function(i,s){if(n||(n=new mE),Qe(i))XN(e,t,s,r,YN,o,n);else{var a=o?o(tu(e,s),i,s+"",e,t,n):void 0;if(a===void 0)a=i;eu(e,s,a)}},ld)}var QN=YN;function dee(e,t,r){switch(r.length){case 0:return e.call(t);case 1:return e.call(t,r[0]);case 2:return e.call(t,r[0],r[1]);case 3:return e.call(t,r[0],r[1],r[2])}return e.apply(t,r)}var ej=dee;var tj=Math.max;function pee(e,t,r){return t=tj(t===void 0?e.length-1:t,0),function(){var o=arguments,n=-1,i=tj(o.length-t,0),s=Array(i);while(++n<i)s[n]=o[t+n];n=-1;var a=Array(t+1);while(++n<t)a[n]=o[n];return a[t]=r(s),ej(e,this,a)}}var ig=pee;function fee(e){return function(){return e}}var rj=fee;var mee=!Si?fd:function(e,t){return Si(e,"toString",{configurable:!0,enumerable:!1,value:rj(t),writable:!0})},nj=mee;var gee=800,hee=16,yee=Date.now;function bee(e){var t=0,r=0;return function(){var o=yee(),n=hee-(o-r);if(r=o,n>0){if(++t>=gee)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}var oj=bee;var _ee=oj(nj),sg=_ee;function vee(e,t){return sg(ig(e,t,fd),e+"")}var ij=vee;function See(e,t,r){if(!Qe(r))return!1;var o=typeof t;if(o=="number"?ki(r)&&vn(t,r.length):o=="string"&&(t in r))return dn(r[t],e);return!1}var sj=See;function xee(e){return ij(function(t,r){var o=-1,n=r.length,i=n>1?r[n-1]:void 0,s=n>2?r[2]:void 0;if(i=e.length>3&&typeof i=="function"?(n--,i):void 0,s&&sj(r[0],r[1],s))i=n<3?void 0:i,n=1;t=Object(t);while(++o<n){var a=r[o];if(a)e(t,a,o,i)}return t})}var aj=xee;var wee=aj(function(e,t,r,o){QN(e,t,r,o)}),on=wee;function kee(e,t,r,o){if(!Qe(e))return e;t=Sn(t,e);var n=-1,i=t.length,s=i-1,a=e;while(a!=null&&++n<i){var c=Ti(t[n]),u=r;if(c==="__proto__"||c==="constructor"||c==="prototype")return e;if(n!=s){var d=a[c];if(u=o?o(d,c,a):void 0,u===void 0)u=Qe(d)?d:vn(t[n+1])?[]:{}}td(a,c,u),a=a[c]}return e}var cj=kee;function Eee(e,t,r){var o=-1,n=t.length,i={};while(++o<n){var s=t[o],a=JE(e,s);if(r(a,s))cj(i,Sn(s,e),a)}return i}var lj=Eee;function Tee(e,t){return lj(e,t,function(r,o){return QE(e,o)})}var uj=Tee;var dj=Ht?Ht.isConcatSpreadable:void 0;function Pee(e){return dt(e)||Lr(e)||!!(dj&&e&&e[dj])}var pj=Pee;function fj(e,t,r,o,n){var i=-1,s=e.length;r||(r=pj),n||(n=[]);while(++i<s){var a=e[i];if(t>0&&r(a))if(t>1)fj(a,t-1,r,o,n);else DE(n,a);else if(!o)n[n.length]=a}return n}var mj=fj;function Iee(e){var t=e==null?0:e.length;return t?mj(e,1):[]}var gj=Iee;function Ree(e){return sg(ig(e,void 0,gj),e+"")}var hj=Ree;var $ee=hj(function(e,t){return e==null?{}:uj(e,t)}),ag=$ee;import{dirname as Gte,join as Xn,resolve as lu}from"path";import{join as Oee}from"path";var Aee="remote-settings.json",Cx=null,Cee;function yj(){return}function Mee(){return yj()??Oee(qt(),Aee)}function Dee(){try{let e=Bo(Mee()),t=Ze(tg(e));if(!t||typeof t!=="object"||Array.isArray(t))return null;return t}catch{return null}}function bj(){if(!yj()&&Cee!==!0)return null;if(Cx)return Cx;let e=Dee();if(e)return Cx=e,mo(),e;return null}var _j=["userSettings","projectSettings","localSettings","flagSettings","policySettings"];import{userInfo as Nee}from"os";var vj="com.anthropic.claudecode",ru="HKLM\\SOFTWARE\\Policies\\ClaudeCode",nu="HKCU\\SOFTWARE\\Policies\\ClaudeCode",Kn="Settings",Sj="/usr/bin/plutil",xj=["-convert","json","-o","-","--"],wj=5000,Mx="/mnt/c/Windows/System32/reg.exe",Os="/mnt/c/Program Files/ClaudeCode";function cg(){if(process.platform!=="linux")return!1;if(process.env.WSL_DISTRO_NAME)return!0;try{let e=Ot("fs").readFileSync("/proc/version","utf8").toLowerCase();return e.includes("microsoft")||e.includes("wsl")}catch{return!1}}function kj(){let e="";try{e=Nee().username}catch{}let t=[];if(e)t.push({path:`/Library/Managed Preferences/${e}/${vj}.plist`,label:"per-user managed preferences"});return t.push({path:`/Library/Managed Preferences/${vj}.plist`,label:"device-level managed preferences"}),t}import{isAbsolute as Ej}from"path";var jee=P(()=>l.object({allowedDomains:l.array(l.string()).optional(),deniedDomains:l.array(l.string()).optional().describe("Domains that are always blocked, even if matched by allowedDomains. Supports the same wildcard syntax as allowedDomains. Merged from all settings sources regardless of allowManagedDomainsOnly."),allowManagedDomainsOnly:l.boolean().optional().describe("When true (and set in managed settings), only allowedDomains and WebFetch(domain:...) allow rules from managed settings are respected. User, project, local, and flag settings domains are ignored. Denied domains are still respected from all sources."),allowUnixSockets:l.array(l.string()).optional().describe("macOS only: Unix socket paths to allow. Ignored on Linux (seccomp cannot filter by path)."),allowAllUnixSockets:l.boolean().optional().describe("If true, allow all Unix sockets (disables blocking on both platforms)."),allowLocalBinding:l.boolean().optional(),allowMachLookup:l.array(l.string().refine((e)=>!(e.endsWith("*")?e.slice(0,-1):e).includes("*"),{message:'Wildcards are only allowed as a single trailing "*" (e.g., "com.example.*" or "*" for all services).'})).optional().describe('macOS only: Additional XPC/Mach service names to allow looking up. Supports trailing-wildcard prefix matching (e.g., "com.apple.coresimulator.*"). Needed for tools that communicate via XPC such as the iOS Simulator or Playwright.'),httpProxyPort:l.number().optional(),socksProxyPort:l.number().optional(),tlsTerminate:l.object({caCertPath:l.string().min(1).optional(),caKeyPath:l.string().min(1).optional()}).optional().describe("[EXPERIMENTAL] Enable in-process TLS termination so the per-request filter can see HTTPS request bodies. Provide a CA cert+key, or omit both to have sandbox-runtime generate an ephemeral one for the session.")}).optional()),Uee=P(()=>l.object({allowWrite:l.array(l.string()).optional().describe("Additional paths to allow writing within the sandbox. Merged with paths from Edit(...) allow permission rules."),denyWrite:l.array(l.string()).optional().describe("Additional paths to deny writing within the sandbox. Merged with paths from Edit(...) deny permission rules."),denyRead:l.array(l.string()).optional().describe("Additional paths to deny reading within the sandbox. Merged with paths from Read(...) deny permission rules."),allowRead:l.array(l.string()).optional().describe("Paths to re-allow reading within denyRead regions. Takes precedence over denyRead for matching paths."),allowManagedReadPathsOnly:l.boolean().optional().describe("When true (set in managed settings), only allowRead paths from policySettings are used.")}).optional()),Tj=P(()=>l.object({enabled:l.boolean().optional(),failIfUnavailable:l.boolean().optional().describe("Exit with an error at startup if sandbox.enabled is true but the sandbox cannot start (missing dependencies or unsupported platform). When false (default), a warning is shown and commands run unsandboxed. Intended for managed-settings deployments that require sandboxing as a hard gate."),autoAllowBashIfSandboxed:l.boolean().optional(),allowUnsandboxedCommands:l.boolean().optional().describe("Allow commands to run outside the sandbox via the dangerouslyDisableSandbox parameter. When false, the dangerouslyDisableSandbox parameter is completely ignored and all commands must run sandboxed. Default: true."),network:jee(),filesystem:Uee(),ignoreViolations:l.record(l.string(),l.array(l.string())).optional(),enableWeakerNestedSandbox:l.boolean().optional(),enableWeakerNetworkIsolation:l.boolean().optional().describe("macOS only: Allow access to com.apple.trustd.agent in the sandbox. Needed for Go-based CLI tools (gh, gcloud, terraform, etc.) to verify TLS certificates when using httpProxyPort with a MITM proxy and custom CA. "+"**Reduces security** — opens a potential data exfiltration vector through the trustd service. Default: false"),excludedCommands:l.array(l.string()).optional(),ripgrep:l.object({command:l.string(),args:l.array(l.string()).optional()}).optional().describe("Custom ripgrep configuration for bundled ripgrep support"),bwrapPath:l.preprocess((e)=>typeof e==="string"&&Ej(e)?e:void 0,l.string()).optional().catch(void 0).describe("Linux/WSL only: Absolute path to the bwrap (bubblewrap) binary. Overrides auto-detection via PATH. Only honored from admin-controlled managed settings."),socatPath:l.preprocess((e)=>typeof e==="string"&&Ej(e)?e:void 0,l.string()).optional().catch(void 0).describe("Linux/WSL only: Absolute path to the socat binary used for the sandbox network proxy. Overrides auto-detection via PATH. Only honored from admin-controlled managed settings.")}).passthrough());var Pj=["auto","iterm2","iterm2_with_bell","terminal_bell","kitty","ghostty","notifications_disabled"],Ij=["normal","vim"],Rj=["auto","tmux","in-process"],zee=["dark","light","light-daltonized","dark-daltonized","light-ansi","dark-ansi"],$j=["auto",...zee];var s$e=Ho()==="macos"?"⏺":"●";var ou=["acceptEdits","auto","bypassPermissions","default","dontAsk","plan"],Lee=[...ou,"bubble"],Oj=Lee;var m$e=P(()=>qv.enum(Oj)),g$e=P(()=>qv.enum(ou));var Aj=["bash","powershell"];var iu=P(()=>l.string().optional().describe('Permission rule syntax to filter when this hook runs (e.g., "Bash(git *)"). Only runs if the tool call matches the pattern. Avoids spawning hooks for non-matching commands.'));function Fee(){let e=l.object({type:l.literal("command").describe("Shell command hook type"),command:l.string().describe("Shell command to execute"),args:l.array(l.string()).optional().describe("Argument list for exec form. When present, `command` is resolved as "+"an executable and spawned directly with these arguments — no shell. "+"Path placeholders like ${CLAUDE_PLUGIN_ROOT} are substituted per-element as plain strings, so paths with quotes, $, or backticks never reach a shell parser. When absent, `command` runs through a shell (bash on POSIX, PowerShell on Windows without Git Bash)."),if:iu(),shell:l.enum(Aj).optional().describe("Shell interpreter. 'bash' uses your $SHELL (bash/zsh/sh); 'powershell' uses pwsh. Defaults to bash (powershell on Windows without Git Bash)."),timeout:l.number().positive().optional().describe("Timeout in seconds for this specific command"),statusMessage:l.string().optional().describe("Custom status message to display in spinner while hook runs"),once:l.boolean().optional().describe("If true, hook runs once and is removed after execution"),async:l.boolean().optional().describe("If true, hook runs in background without blocking"),asyncRewake:l.boolean().optional().describe("If true, hook runs in background and wakes the model on exit code 2 (blocking error). Implies async."),rewakeMessage:l.string().min(1).optional().describe("@internal Custom prefix for the system-reminder shown to the model when an asyncRewake hook exits with code 2. The hook output is appended after this prefix."),rewakeSummary:l.string().min(1).optional().describe('@internal One-line summary shown to the user in the terminal when an asyncRewake hook exits with code 2. Defaults to "Stop hook feedback".')}),t=l.object({type:l.literal("prompt").describe("LLM prompt hook type"),prompt:l.string().describe("Prompt to evaluate with LLM. Use $ARGUMENTS placeholder for hook input JSON."),if:iu(),timeout:l.number().positive().optional().describe("Timeout in seconds for this specific prompt evaluation"),model:l.string().optional().describe('Model to use for this prompt hook (e.g., "claude-sonnet-4-6"). If not specified, uses the default small fast model.'),continueOnBlock:l.boolean().optional().describe(`Sets the continue value for the decision:"block" produced when ok is false. Default false (turn ends). Whether continue:true lets the turn proceed depends on the event's decision:"block" semantics. On PostToolUse, the reason is fed back to Claude and the turn continues.`),statusMessage:l.string().optional().describe("Custom status message to display in spinner while hook runs"),once:l.boolean().optional().describe("If true, hook runs once and is removed after execution")}),r=l.object({type:l.literal("mcp_tool").describe("MCP tool hook type"),server:l.string().describe("Name of an already-configured MCP server to invoke"),tool:l.string().describe("Name of the tool on that server to call"),input:l.record(l.string(),l.unknown()).optional().describe('Arguments passed to the MCP tool. String values support ${path} interpolation from the hook input JSON (e.g. "${tool_input.file_path}").'),if:iu(),timeout:l.number().positive().optional().describe("Timeout in seconds for this specific tool call"),statusMessage:l.string().optional().describe("Custom status message to display in spinner while hook runs"),once:l.boolean().optional().describe("If true, hook runs once and is removed after execution")}),o=l.object({type:l.literal("http").describe("HTTP hook type"),url:l.string().url().describe("URL to POST the hook input JSON to"),if:iu(),timeout:l.number().positive().optional().describe("Timeout in seconds for this specific request"),headers:l.record(l.string(),l.string()).optional().describe('Additional headers to include in the request. Values may reference environment variables using $VAR_NAME or ${VAR_NAME} syntax (e.g., "Authorization": "Bearer $MY_TOKEN"). Only variables listed in allowedEnvVars will be interpolated.'),allowedEnvVars:l.array(l.string()).optional().describe("Explicit list of environment variable names that may be interpolated in header values. Only variables listed here will be resolved; all other $VAR references are left as empty strings. Required for env var interpolation to work."),statusMessage:l.string().optional().describe("Custom status message to display in spinner while hook runs"),once:l.boolean().optional().describe("If true, hook runs once and is removed after execution")}),n=l.object({type:l.literal("agent").describe("Agentic verifier hook type"),prompt:l.string().describe('Prompt describing what to verify (e.g. "Verify that unit tests ran and passed."). Use $ARGUMENTS placeholder for hook input JSON.'),if:iu(),timeout:l.number().positive().optional().describe("Timeout in seconds for agent execution (default 60)"),model:l.string().optional().describe('Model to use for this agent hook (e.g., "claude-sonnet-4-6"). If not specified, uses Haiku.'),statusMessage:l.string().optional().describe("Custom status message to display in spinner while hook runs"),once:l.boolean().optional().describe("If true, hook runs once and is removed after execution")});return{BashCommandHookSchema:e,PromptHookSchema:t,HttpHookSchema:o,AgentHookSchema:n,McpToolHookSchema:r}}var Cj=P(()=>{let{BashCommandHookSchema:e,PromptHookSchema:t,AgentHookSchema:r,HttpHookSchema:o,McpToolHookSchema:n}=Fee();return l.discriminatedUnion("type",[e,t,r,o,n])}),Mj=P(()=>l.object({matcher:l.string().optional().describe('String pattern to match (e.g. tool names like "Write")'),hooks:l.array(Cj()).describe("List of hooks to execute when the matcher matches")})),Zo=P(()=>l.partialRecord(l.enum(Xo),l.array(Mj())));var E$e=P(()=>l.enum(["local","user","project","dynamic","enterprise","claudeai","managed","agent"])),T$e=P(()=>l.enum(["stdio","sse","sse-ide","http","ws","sdk"])),As=P(()=>l.literal("comms").optional().catch(void 0)),Gn=P(()=>l.number().int().positive()),Bee=P(()=>l.object({type:l.literal("stdio").optional(),command:l.string().min(1,"Command cannot be empty"),args:l.array(l.string()).default([]),env:l.record(l.string(),l.string()).optional(),timeout:Gn().optional(),alwaysLoad:l.boolean().optional(),role:As()})),Hee=P(()=>l.boolean()),Dj=P(()=>l.object({clientId:l.string().optional(),callbackPort:l.number().int().positive().optional(),authServerMetadataUrl:l.string().url().startsWith("https://",{message:"authServerMetadataUrl must use https://"}).optional(),scopes:l.string().min(1).optional(),xaa:Hee().optional()})),qee=P(()=>l.object({type:l.literal("sse"),url:l.string(),headers:l.record(l.string(),l.string()).optional(),headersHelper:l.string().optional(),oauth:Dj().optional(),timeout:Gn().optional(),alwaysLoad:l.boolean().optional(),role:As(),toolPermissions:l.record(l.string(),Dx()).optional()})),Zee=P(()=>l.object({type:l.literal("sse-ide"),url:l.string(),ideName:l.string(),ideRunningInWindows:l.boolean().optional(),timeout:Gn().optional(),alwaysLoad:l.boolean().optional(),role:As()})),Vee=P(()=>l.object({type:l.literal("ws-ide"),url:l.string(),ideName:l.string(),authToken:l.string().optional(),ideRunningInWindows:l.boolean().optional(),timeout:Gn().optional(),alwaysLoad:l.boolean().optional(),role:As()})),Wee=P(()=>l.object({type:l.enum(["http","streamable-http"]).transform(()=>"http"),url:l.string(),headers:l.record(l.string(),l.string()).optional(),headersHelper:l.string().optional(),oauth:Dj().optional(),timeout:Gn().optional(),alwaysLoad:l.boolean().optional(),role:As(),toolPermissions:l.record(l.string(),Dx()).optional()})),Kee=P(()=>l.object({type:l.literal("ws"),url:l.string(),headers:l.record(l.string(),l.string()).optional(),headersHelper:l.string().optional(),timeout:Gn().optional(),alwaysLoad:l.boolean().optional(),role:As()})),Gee=P(()=>l.object({type:l.literal("sdk"),name:l.string(),timeout:Gn().optional(),alwaysLoad:l.boolean().optional()})),Dx=P(()=>l.enum(["allow","ask","blocked"])),Jee=P(()=>l.object({type:l.literal("claudeai-proxy"),url:l.string(),id:l.string(),displayName:l.string().optional(),timeout:Gn().optional(),alwaysLoad:l.boolean().optional(),toolPermissions:l.record(l.string(),Dx()).optional(),stateless:l.boolean().optional(),cachedInitResponse:l.record(l.string(),l.unknown()).nullish()})),lg=P(()=>l.union([Bee(),qee(),Zee(),Vee(),Wee(),Kee(),Gee(),Jee()])),P$e=P(()=>l.object({mcpServers:l.record(l.string(),lg())}));var Xee=new Set(["claude-community","claude-plugins-community"]),Yee=new Set(["claude-code-marketplace","claude-code-plugins","claude-plugins-official","anthropic-marketplace","anthropic-plugins","agent-skills","anthropic-agent-skills","life-sciences","knowledge-work-plugins","claude-for-legal","claude-for-financial-services","financial-services-plugins"]),zj=new Set([...Yee,...Xee]);var Qee=/(?:official[^a-z0-9]*(anthropic|claude)|(?:anthropic|claude)[^a-z0-9]*official|^(?:anthropic|claude)[^a-z0-9]*(marketplace|plugins|official))/i,ete=/[^\u0020-\u007E]/;function tte(e){if(zj.has(e.toLowerCase()))return!1;if(ete.test(e))return!0;return Qee.test(e)}var vr=P(()=>l.string().startsWith("./")),Vo=P(()=>vr().endsWith(".json")),Nj=P(()=>l.union([vr().refine((e)=>e.endsWith(".mcpb")||e.endsWith(".dxt"),{message:"MCPB file path must end with .mcpb or .dxt"}).describe("Path to MCPB file relative to plugin root"),l.string().url().refine((e)=>e.endsWith(".mcpb")||e.endsWith(".dxt"),{message:"MCPB URL must end with .mcpb or .dxt"}).describe("URL to MCPB file")])),jx=P(()=>vr().endsWith(".md")),Ux=P(()=>l.union([jx(),vr()])),Lj=P(()=>l.string().min(1,"Marketplace must have a name").refine((e)=>!e.includes(" "),{message:'Marketplace name cannot contain spaces. Use kebab-case (e.g., "my-marketplace")'}).refine((e)=>!e.includes("/")&&!e.includes("\\")&&!e.includes("..")&&e!==".",{message:'Marketplace name cannot contain path separators (/ or \\), ".." sequences, or be "."'}).refine((e)=>!tte(e),{message:"Marketplace name impersonates an official Anthropic/Claude marketplace"}).refine((e)=>e.toLowerCase()!=="inline",{message:'Marketplace name "inline" is reserved for --plugin-dir session plugins'}).refine((e)=>e.toLowerCase()!=="builtin",{message:'Marketplace name "builtin" is reserved for built-in plugins'}).refine((e)=>e.toLowerCase()!=="skills-dir",{message:'Marketplace name "skills-dir" is reserved for plugins auto-loaded from .claude/skills/'})),zx=P(()=>l.object({name:l.string().min(1,"Author name cannot be empty").describe("Display name of the plugin author or organization"),email:l.string().optional().describe("Contact email for support or feedback"),url:l.string().optional().describe("Website, GitHub profile, or organization URL")})),rte=P(()=>l.object({$schema:l.string().optional().describe("JSON Schema reference for editor autocomplete/validation; ignored at load time"),name:l.string().min(1,"Plugin name cannot be empty").refine((e)=>!e.includes(" "),{message:'Plugin name cannot contain spaces. Use kebab-case (e.g., "my-plugin")'}).describe("Unique identifier for the plugin, used for namespacing (prefer kebab-case)"),displayName:l.string().optional().describe('Human-readable name shown in UI (e.g., "GitHub Utils"). Falls back to `name` when omitted. Unlike `name`, may contain spaces and any casing; not used for namespacing or lookup.'),version:l.string().optional().describe("Semantic version (e.g., 1.2.3) following semver.org specification"),description:l.string().optional().describe("Brief, user-facing explanation of what the plugin provides"),author:zx().optional().describe("Information about the plugin creator or maintainer"),homepage:l.string().url().optional().describe("Plugin homepage or documentation URL"),repository:l.string().optional().describe("Source code repository URL"),license:l.string().optional().describe("SPDX license identifier (e.g., MIT, Apache-2.0)"),keywords:l.array(l.string()).optional().describe("Tags for plugin discovery and categorization"),defaultEnabled:l.boolean().optional().describe("Whether the plugin starts enabled when the user has no explicit enabled/disabled setting for it (default: true). Explicit enabledPlugins values always win, and a plugin required by an enabled dependent is enabled regardless of this value."),dependencies:l.array(Tte()).optional().describe(`Plugins that must be enabled for this plugin to function. Bare names (no "@marketplace") are resolved against the declaring plugin's own marketplace.`)})),D$e=P(()=>l.object({description:l.string().optional().describe("Brief, user-facing explanation of what these hooks provide"),hooks:l.lazy(()=>Zo()).describe("The hooks provided by the plugin, in the same format as the one used for settings")})),nte=P(()=>l.object({hooks:l.union([Vo().describe("Path to file with additional hooks (in addition to those in hooks/hooks.json, if it exists), relative to the plugin root"),l.lazy(()=>Zo()).describe("Additional hooks (in addition to those in hooks/hooks.json, if it exists)"),l.array(l.union([Vo().describe("Path to file with additional hooks (in addition to those in hooks/hooks.json, if it exists), relative to the plugin root"),l.lazy(()=>Zo()).describe("Additional hooks (in addition to those in hooks/hooks.json, if it exists)")]))])})),ote=P(()=>l.object({source:Ux().optional().describe("Path to command markdown file, relative to plugin root"),content:l.string().optional().describe("Inline markdown content for the command"),description:l.string().optional().describe("Command description override"),argumentHint:l.string().optional().describe('Hint for command arguments (e.g., "[file]")'),model:l.string().optional().describe("Default model for this command"),allowedTools:l.array(l.string()).optional().describe("Tools allowed when command runs")}).refine((e)=>e.source&&!e.content||!e.source&&e.content,{message:'Command must have either "source" (file path) or "content" (inline markdown), but not both'})),ite=P(()=>l.object({commands:l.union([Ux().describe("Path to a command file or skill directory, relative to the plugin root. When set, the commands/ directory is not auto-loaded — list its files here if you want both."),l.array(Ux().describe("Path to a command file or skill directory, relative to the plugin root. When set, the commands/ directory is not auto-loaded — list its files here if you want both.")).describe("List of command file or skill directory paths. When set, the commands/ directory is not auto-loaded."),l.record(l.string(),ote()).describe('Object mapping of command names to their metadata and source files. Command name becomes the slash command name (e.g., "about" → "/plugin:about")')])})),ste=P(()=>l.object({agents:l.union([jx().describe("Path to an agent file, relative to the plugin root. When set, the agents/ directory is not auto-loaded — list its files here if you want both."),l.array(jx().describe("Path to an agent file, relative to the plugin root. When set, the agents/ directory is not auto-loaded — list its files here if you want both.")).describe("List of agent file paths. When set, the agents/ directory is not auto-loaded.")])})),ate=P(()=>l.object({skills:l.union([vr().describe("Path to a skill directory, relative to the plugin root. Loaded in addition to the skills/ directory."),l.array(vr().describe("Path to a skill directory, relative to the plugin root. Loaded in addition to the skills/ directory.")).describe("List of skill directory paths, loaded in addition to the skills/ directory.")])})),Fj=P(()=>l.object({outputStyles:l.union([vr().describe("Path to an output-styles directory or file, relative to the plugin root. When set, the output-styles/ directory is not auto-loaded — list its files here if you want both."),l.array(vr().describe("Path to an output-styles directory or file, relative to the plugin root. When set, the output-styles/ directory is not auto-loaded — list its files here if you want both.")).describe("List of output-style directory or file paths. When set, the output-styles/ directory is not auto-loaded.")])})),Bj=P(()=>l.object({themes:l.union([vr().describe("Path to a themes directory or file, relative to the plugin root. When set, the themes/ directory is not auto-loaded — list its files here if you want both."),l.array(vr().describe("Path to a themes directory or file, relative to the plugin root. When set, the themes/ directory is not auto-loaded — list its files here if you want both.")).describe("List of theme directory or file paths. When set, the themes/ directory is not auto-loaded.")])})),cte=P(()=>l.object({})),jj=P(()=>l.string().min(1)),lte=P(()=>l.string().min(2).refine((e)=>e.startsWith("."),{message:'File extensions must start with dot (e.g., ".ts", not "ts")'})),ute=P(()=>l.object({mcpServers:l.union([Vo().describe("MCP servers to include in the plugin (in addition to those in the .mcp.json file, if it exists)"),Nj().describe("Path or URL to MCPB file containing MCP server configuration"),l.record(l.string(),lg()).describe("MCP server configurations keyed by server name"),l.array(l.union([Vo().describe("Path to MCP servers configuration file"),Nj().describe("Path or URL to MCPB file"),l.record(l.string(),lg()).describe("Inline MCP server configurations")])).describe("Array of MCP server configurations (paths, MCPB files, or inline definitions)")])})),Hj=P(()=>l.object({type:l.enum(["string","number","boolean","directory","file"]).describe("Type of the configuration value"),title:l.string().describe("Human-readable label shown in the config dialog"),description:l.string().describe("Help text shown beneath the field in the config dialog"),required:l.boolean().optional().describe("If true, validation fails when this field is empty"),default:l.union([l.string(),l.number(),l.boolean(),l.array(l.string())]).optional().describe("Default value used when the user provides nothing"),multiple:l.boolean().optional().describe("For string type: allow an array of strings"),sensitive:l.boolean().optional().describe("If true, masks dialog input and stores value in secure storage (keychain/credentials file) instead of settings.json"),min:l.number().optional().describe("Minimum value (number type only)"),max:l.number().optional().describe("Maximum value (number type only)")}).strict()),dte=P(()=>l.object({userConfig:l.record(l.string().regex(/^[A-Za-z_]\w*$/,"Option keys must be valid identifiers (letters, digits, underscore; no leading digit) — they become CLAUDE_PLUGIN_OPTION_<KEY> env vars in hooks"),Hj()).optional().describe("User-configurable values this plugin needs. Prompted at enable time. Non-sensitive values saved to settings.json; sensitive values to secure storage. Available as ${user_config.KEY} in MCP/LSP server config, hook commands, and (non-sensitive only) skill/agent content. Keep sensitive value counts small.")})),pte=P(()=>l.object({channels:l.array(l.object({server:l.string().min(1).describe("Name of the MCP server this channel binds to. Must match a key in this plugin's mcpServers."),displayName:l.string().optional().describe('Human-readable name shown in the config dialog title (e.g., "Telegram"). Defaults to the server name.'),userConfig:l.record(l.string(),Hj()).optional().describe("Fields to prompt the user for when enabling this plugin in assistant mode. Saved values are substituted into ${user_config.KEY} references in the mcpServers env.")}).strict()).describe("Channels this plugin provides. Each entry declares an MCP server as a message channel and optionally specifies user configuration to prompt for at enable time.")})),Uj=P(()=>l.strictObject({command:l.string().min(1).refine((e)=>{if(e.includes(" ")&&!e.startsWith("/"))return!1;return!0},{message:"Command should not contain spaces. Use args array for arguments."}).describe('Command to execute the LSP server (e.g., "typescript-language-server")'),args:l.array(jj()).optional().describe("Command-line arguments to pass to the server"),extensionToLanguage:l.record(lte(),jj()).refine((e)=>Object.keys(e).length>0,{message:"extensionToLanguage must have at least one mapping"}).describe("Mapping from file extension to LSP language ID. File extensions and languages are derived from this mapping."),transport:l.enum(["stdio","socket"]).default("stdio").describe("Communication transport mechanism"),env:l.record(l.string(),l.string()).optional().describe("Environment variables to set when starting the server"),initializationOptions:l.unknown().optional().describe("Initialization options passed to the server during initialization"),settings:l.unknown().optional().describe("Settings passed to the server via workspace/didChangeConfiguration"),workspaceFolder:l.string().optional().describe("Workspace folder path to use for the server"),startupTimeout:l.number().int().positive().optional().describe("Maximum time to wait for server startup (milliseconds)"),shutdownTimeout:l.number().int().positive().optional().describe("Maximum time to wait for graceful shutdown (milliseconds)"),restartOnCrash:l.boolean().optional().describe("Whether to restart the server if it crashes"),maxRestarts:l.number().int().nonnegative().optional().describe("Maximum number of restart attempts before giving up"),diagnostics:l.boolean().optional().describe("Whether to push publishDiagnostics into the agent context after edits. Set to false to keep LSP navigation (goToDefinition, hover, etc.) but suppress automatic diagnostic injection. Defaults to true.")})),fte=P(()=>l.strictObject({name:l.string().min(1).describe("Identifier for this monitor, unique within the plugin. Used to dedupe so re-arming (plugin reload, repeat skill invoke) does not spawn duplicates."),command:l.string().min(1).describe('Shell command to run as a persistent background monitor. Each stdout line is delivered to the model as a <task_notification> event; the process runs for the session lifetime. ${CLAUDE_PLUGIN_ROOT}, ${CLAUDE_PLUGIN_DATA}, ${CLAUDE_PROJECT_DIR}, ${user_config.*}, and ${ENV_VAR} are substituted. Runs in the session cwd — prefix with `cd "${CLAUDE_PLUGIN_ROOT}" && ` if the script needs its own directory.'),description:l.string().min(1).describe("Short human-readable description of what is being monitored (shown in task panel and notification summary)."),when:l.union([l.literal("always"),l.string().startsWith("on-skill-invoke:").refine((e)=>e.length>16,{message:"on-skill-invoke: must specify a skill name"})]).default("always").describe('Arm trigger. "always" arms at session start and on plugin reload. "on-skill-invoke:<skill>" arms the first time that skill is dispatched (via Skill tool or slash command).')})),mte=P(()=>l.array(fte()).refine((e)=>new Set(e.map((t)=>t.name)).size===e.length,{message:"Monitor names must be unique within a plugin"})),qj=P(()=>l.object({monitors:l.union([Vo().describe("Path to a JSON file containing the monitors array, relative to the plugin root"),mte()]).describe("Background watch scripts the host arms as persistent Monitor tasks (unsandboxed, same trust tier as hooks) so plugins need not instruct the model to arm them. When omitted, monitors/monitors.json at the plugin root is loaded if present.")})),gte=P(()=>l.object({lspServers:l.union([Vo().describe("Path to .lsp.json configuration file relative to plugin root"),l.record(l.string(),Uj()).describe("LSP server configurations keyed by server name"),l.array(l.union([Vo().describe("Path to LSP configuration file"),l.record(l.string(),Uj()).describe("Inline LSP server configurations")])).describe("Array of LSP server configurations (paths or inline definitions)")])})),Zj=P(()=>l.string().refine((e)=>!e.includes("..")&&!e.includes("//"),"Package name cannot contain path traversal patterns").refine((e)=>{let t=/^@[a-z0-9][a-z0-9-._]*\/[a-z0-9][a-z0-9-._]*$/,r=/^[a-z0-9][a-z0-9-._]*$/;return t.test(e)||r.test(e)},"Invalid npm package name format")),hte=P(()=>l.object({settings:l.record(l.string(),l.unknown()).optional().describe("Settings to merge into the user settings while this plugin is enabled. Only the documented allowlisted keys are applied.")})),yte=P(()=>l.object({experimental:l.preprocess((e)=>typeof e==="object"&&e!==null&&!Array.isArray(e)?e:void 0,l.object({...Bj().partial().shape,...qj().partial().shape,...Fj().partial().shape,evals:l.union([l.string(),l.array(l.string())]).optional().describe("Path(s) to evaluation query files for `claude plugin eval`. Defaults to `evals/`.")}).optional().describe("Components whose manifest shape may change without a deprecation cycle. Move a key out of here once it is promoted to stable."))})),bte=P(()=>l.object({...rte().shape,...nte().partial().shape,...ite().partial().shape,...ste().partial().shape,...ate().partial().shape,...Fj().partial().shape,...Bj().partial().shape,...cte().shape,...pte().partial().shape,...ute().partial().shape,...gte().partial().shape,...qj().partial().shape,...hte().partial().shape,...dte().partial().shape,...yte().partial().shape})),su=P(()=>l.discriminatedUnion("source",[l.object({source:l.literal("url"),url:l.string().url().describe("Direct URL to marketplace.json file"),headers:l.record(l.string(),l.string()).optional().describe("Custom HTTP headers (e.g., for authentication)")}),l.object({source:l.literal("github"),repo:l.string().describe("GitHub repository in owner/repo format"),ref:l.string().optional().describe('Git branch or tag to use (e.g., "main", "v1.0.0"). Defaults to repository default branch.'),path:l.string().optional().describe("Path to marketplace.json within repo (defaults to .claude-plugin/marketplace.json)"),sparsePaths:l.array(l.string()).optional().describe('Directories to include via git sparse-checkout (cone mode). Use for monorepos where the marketplace lives in a subdirectory. Example: [".claude-plugin", "plugins"]. If omitted, the full repository is cloned.'),skipLfs:l.boolean().optional().describe("Skip Git LFS smudge during clone and update (sets GIT_LFS_SKIP_SMUDGE=1) so LFS pointer files stay as pointers instead of downloading their content. Use for marketplaces hosted in repos with large LFS objects.")}),l.object({source:l.literal("git"),url:l.string().describe("Full git repository URL"),ref:l.string().optional().describe('Git branch or tag to use (e.g., "main", "v1.0.0"). Defaults to repository default branch.'),path:l.string().optional().describe("Path to marketplace.json within repo (defaults to .claude-plugin/marketplace.json)"),sparsePaths:l.array(l.string()).optional().describe('Directories to include via git sparse-checkout (cone mode). Use for monorepos where the marketplace lives in a subdirectory. Example: [".claude-plugin", "plugins"]. If omitted, the full repository is cloned.'),skipLfs:l.boolean().optional().describe("Skip Git LFS smudge during clone and update (sets GIT_LFS_SKIP_SMUDGE=1) so LFS pointer files stay as pointers instead of downloading their content. Use for marketplaces hosted in repos with large LFS objects.")}),l.object({source:l.literal("npm"),package:Zj().describe("NPM package containing marketplace.json")}),l.object({source:l.literal("file"),path:l.string().describe("Local file path to marketplace.json")}),l.object({source:l.literal("directory"),path:l.string().describe("Local directory containing .claude-plugin/marketplace.json")}),l.object({source:l.literal("skills-dir")}).describe("Policy-list sentinel for the ~/.claude/skills/ auto-load (@skills-dir plugins). In strictKnownMarketplaces: opt the scan back IN (by default any allowlist blocks it). In blockedMarketplaces: turn the scan OFF without otherwise restricting marketplaces. Only meaningful in those two managed-settings lists (areLocalPluginDirsAllowedByPolicy); known_marketplaces.json / marketplace add etc. ignore it."),l.object({source:l.literal("hostPattern"),hostPattern:l.string().describe('Regex pattern to match the host/domain extracted from any marketplace source type. For github sources, matches against "github.com". For git sources (SSH or HTTPS), extracts the hostname from the URL. Use in strictKnownMarketplaces to allow all marketplaces from a specific host (e.g., "^github\\.mycompany\\.com$").')}),l.object({source:l.literal("pathPattern"),pathPattern:l.string().describe('Regex pattern matched against the .path field of file and directory sources. Use in strictKnownMarketplaces to allow filesystem-based marketplaces alongside hostPattern restrictions for network sources. Use ".*" to allow all filesystem paths, or a narrower pattern (e.g., "^/opt/approved/") to restrict to specific directories.')}),l.object({source:l.literal("settings"),name:Lj().refine((e)=>!zj.has(e.toLowerCase()),{message:"Reserved marketplace names cannot be used with settings sources. validateOfficialNameSource only accepts github/git sources from anthropics/* for these names; a settings source would be rejected after loadAndCacheMarketplace has already written to disk with cleanupNeeded=false."}).describe("Marketplace name. Must match the extraKnownMarketplaces key (enforced); the synthetic manifest is written under this name. Same validation "+"as PluginMarketplaceSchema plus reserved-name rejection — "+"validateOfficialNameSource runs after the disk write, too late to clean up."),plugins:l.array(_te()).describe("Plugin entries declared inline in settings.json"),owner:zx().optional()}).describe("Inline marketplace manifest defined directly in settings.json. The reconciler writes a synthetic marketplace.json to the cache; diffMarketplaces detects edits via isEqual on the stored source (the plugins array is inside this object, so edits surface as sourceChanged).")])),Nx=P(()=>l.string().length(40).regex(/^[a-f0-9]{40}$/,"Must be a full 40-character lowercase git commit SHA")),Vj=P(()=>l.union([l.preprocess((e)=>e==="."?"./":e,vr()).describe("Path to the plugin root, relative to the marketplace root (the directory containing .claude-plugin/, not .claude-plugin/ itself)"),l.object({source:l.literal("npm"),package:Zj().or(l.string().refine((e)=>/^(?:file|https?|git(?:\+https?|\+ssh)?|ssh|github|gitlab|bitbucket):/i.test(e)||!e.includes(".."),'Package reference cannot contain ".." path segments')).describe("Package name (or url, or local path, or anything else that can be passed to `npm` as a package)"),version:l.string().optional().describe("Specific version or version range (e.g., ^1.0.0, ~2.1.0)"),registry:l.string().url().optional().describe("Custom NPM registry URL (defaults to using system default, likely npmjs.org)")}).describe("NPM package as plugin source"),l.object({source:l.literal("url"),url:l.string().describe("Full git repository URL (https:// or git@)"),ref:l.string().optional().describe('Git branch or tag to use (e.g., "main", "v1.0.0"). Defaults to repository default branch.'),sha:Nx().optional().describe("Specific commit SHA to use")}),l.object({source:l.literal("github"),repo:l.string().describe("GitHub repository in owner/repo format"),ref:l.string().optional().describe('Git branch or tag to use (e.g., "main", "v1.0.0"). Defaults to repository default branch.'),sha:Nx().optional().describe("Specific commit SHA to use")}),l.object({source:l.literal("git-subdir"),url:l.string().describe("Git repository: GitHub owner/repo shorthand, https://, or git@ URL"),path:l.string().min(1).describe('Subdirectory within the repo containing the plugin (e.g., "tools/claude-plugin"). Cloned sparsely using partial clone (--filter=tree:0) to minimize bandwidth for monorepos.'),ref:l.string().optional().describe('Git branch or tag to use (e.g., "main", "v1.0.0"). Defaults to repository default branch.'),sha:Nx().optional().describe("Specific commit SHA to use")}).describe("Plugin located in a subdirectory of a larger repository (monorepo). Only the specified subdirectory is materialized; the rest of the repo is not downloaded."),l.object({source:l.literal("unsupported")}).describe("Placeholder for source types this Claude Code version does not "+"recognize. Never authored by hand — PluginMarketplaceSchema rewrites "+'unparseable sources to this so the entry remains in marketplace.plugins (detectDelistedPlugins must not see it as removed). Install attempts fail at cachePlugin with a clear "update Claude Code" message.')])),_te=P(()=>l.object({name:l.string().min(1,"Plugin name cannot be empty").refine((e)=>!e.includes(" "),{message:'Plugin name cannot contain spaces. Use kebab-case (e.g., "my-plugin")'}).describe("Plugin name as it appears in the target repository"),source:Vj().describe("Where to fetch the plugin from. Must be a remote source — relative "+"paths have no marketplace repository to resolve against."),description:l.string().optional(),version:l.string().optional(),strict:l.boolean().optional()}).refine((e)=>typeof e.source!=="string",{message:'Plugins in a settings-sourced marketplace must use remote sources (github, git-subdir, npm, url). Relative-path sources like "./foo" have no marketplace repository to resolve against.'}).refine((e)=>typeof e.source==="string"||e.source.source!=="unsupported",{message:"source.source: 'unsupported' is a parse-time placeholder and cannot be authored. Use a remote source (github, git-subdir, npm, url)."}));var vte=P(()=>l.object({cli:l.array(l.string().max(64)).max(10).optional().describe('First command tokens (e.g. ["stripe"]) — exact match against commands run this session.'),hosts:l.array(l.string().max(128)).max(20).optional().describe('Hostnames (e.g. ["api.stripe.com"]) — exact, case-insensitive match against '+"hostnames seen in https?:// URLs in bash commands run this session. Bare hostname only: lowercase, no scheme, no port, no path."),filesRead:l.array(l.string().max(256)).max(10).optional().describe('Glob patterns (e.g. ["**/*.tf"]) — the plugin is relevant when a file Claude has read '+"this session matches any pattern. Matched against read-file paths, forward-slash normalized, case-insensitive."),manifestDeps:l.array(l.object({file:l.string().max(256),pattern:l.string().max(256)})).max(10).optional().describe("Dependency declared in a package manifest. Each {file, pattern} is a pair of RegExp sources: "+"`file` matches the manifest filename (package.json, go.mod, requirements.txt, …); "+"`pattern` matches the dependency declaration inside that file. Evaluated against files read this session."),cwd:l.array(l.string().max(256)).max(10).optional().describe('Glob patterns (e.g. ["Engine/Source/Runtime/Renderer/**"]) — the plugin is relevant when the '+`session's working directory is at or under a directory matching the pattern. Matched against the cwd both relative to the enclosing git repo root and as an absolute path, forward-slash normalized, case-insensitive. A bare directory (no glob characters) means "cwd is at or under this directory". Known at session start, so this signal can surface a suggestion before the first turn.`)})),Ste=P(()=>l.object({topic:l.string().max(64).optional().describe('What the user is working with when this plugin is relevant — fills "Working with {topic}?". '+'Often the product name (e.g. "Stripe"); use a domain (e.g. "design") when the plugin name does not read naturally as a topic. Defaults to the plugin name with each hyphen-segment capitalized.'),signals:vte().optional().describe("Matchers that determine when the plugin is relevant.")})),xte=P(()=>bte().partial().extend({name:l.string().min(1,"Plugin name cannot be empty").refine((e)=>!e.includes(" "),{message:'Plugin name cannot contain spaces. Use kebab-case (e.g., "my-plugin")'}).describe("Unique identifier matching the plugin name"),source:Vj().describe("Where to fetch the plugin from"),category:l.string().optional().describe('Category for organizing plugins (e.g., "productivity", "development")'),tags:l.array(l.string()).optional().describe("Tags for searchability and discovery"),strict:l.boolean().optional().default(!0).describe("Require the plugin manifest to be present in the plugin folder. If false, the marketplace entry provides the manifest."),relevance:l.preprocess((e)=>typeof e==="object"&&e!==null&&!Array.isArray(e)?e:void 0,Ste().optional()).describe(`Declares when this plugin is relevant to the user's work. Consumed by the spinner tip ("Working with {topic}?"), session-start auto-suggest, and marketplace browse ranking.`)})),wte=P(()=>l.object({name:l.string().min(1).refine((e)=>!e.includes(" "))}));function kte(e){let t=xte();return e.flatMap((r,o)=>{let n=t.safeParse(r);if(n.success)return[n.data];let i=wte().safeParse(r).data?.name,s=n.error.issues.map((a)=>`${a.path.join(".")}: ${a.message}`).join(", ");if(i)return ee(`Stubbing unparseable marketplace plugin entry (${i}): ${s}`,{level:"warn"}),[{name:i,source:{source:"unsupported"},strict:!0}];return ee(`Dropping unparseable marketplace plugin entry (index ${o}): ${s}`,{level:"warn"}),[]})}var N$e=P(()=>l.object({$schema:l.string().optional().describe("JSON Schema reference for editor autocomplete/validation; ignored at load time"),name:Lj(),version:l.string().optional().describe("Marketplace manifest version"),description:l.string().optional().describe("Human-readable description of this marketplace"),owner:zx().describe("Marketplace maintainer or curator information"),plugins:l.array(l.unknown()).transform(kte).describe("Collection of available plugins in this marketplace"),forceRemoveDeletedPlugins:l.boolean().optional().describe("When true, plugins removed from this marketplace will be automatically uninstalled and flagged for users"),metadata:l.object({pluginRoot:l.string().optional().describe("Base path for relative plugin sources"),version:l.string().optional().describe("Marketplace version"),description:l.string().optional().describe("Marketplace description")}).optional().describe("Optional marketplace metadata"),allowCrossMarketplaceDependenciesOn:l.array(l.string()).optional().describe("Marketplace names whose plugins may be auto-installed as dependencies. Only the root marketplace's allowlist applies — no transitive trust.")})),Wj=P(()=>l.string().regex(/^[A-Za-z0-9][-A-Za-z0-9._]*@[A-Za-z0-9][-A-Za-z0-9._]*$/,"Plugin ID must be in format: plugin@marketplace")),Ete=/^[A-Za-z0-9][-A-Za-z0-9._]*(@[A-Za-z0-9][-A-Za-z0-9._]*)?(@\^[^@]*)?$/,Tte=P(()=>l.union([l.string().regex(Ete,"Dependency must be a plugin name, optionally qualified with @marketplace").transform((e)=>e.replace(/@\^[^@]*$/,"")),l.object({name:l.string().min(1).regex(/^[A-Za-z0-9][-A-Za-z0-9._]*$/),marketplace:l.string().min(1).regex(/^[A-Za-z0-9][-A-Za-z0-9._]*$/).optional()}).loose().transform((e)=>e.marketplace?`${e.name}@${e.marketplace}`:e.name)])),Pte=P(()=>l.object({version:l.string().describe("Currently installed version"),installedAt:l.string().describe("ISO 8601 timestamp of installation"),lastUpdated:l.string().optional().describe("ISO 8601 timestamp of last update"),installPath:l.string().describe("Absolute path to the installed plugin directory"),gitCommitSha:l.string().optional().describe("Git commit SHA for git-based plugins (for version tracking)"),resolvedVersion:l.string().optional().describe("Tag-derived semver this install resolved to (when fetched via a version constraint). Used by verifyAndDemote in preference to manifest.version, since the upstream may have forgotten to bump plugin.json."),auto:l.boolean().optional().describe("True when this plugin was pulled in as a dependency rather than installed explicitly. Auto-installed plugins are eligible for removal by the orphan sweep when nothing depends on them. Absent = manual (preserves pre-flag installs).")})),Ite=P(()=>l.object({version:l.literal(1).describe("Schema version 1"),plugins:l.record(Wj(),Pte()).describe("Map of plugin IDs to their installation metadata")})),Rte=P(()=>l.enum(["managed","user","project","local"])),$te=P(()=>l.object({scope:Rte().describe("Installation scope"),projectPath:l.string().optional().describe("Project path (required for project/local scopes)"),installPath:l.string().describe("Absolute path to the versioned plugin directory"),version:l.string().optional().describe("Currently installed version"),installedAt:l.string().optional().describe("ISO 8601 timestamp of installation"),lastUpdated:l.string().optional().describe("ISO 8601 timestamp of last update"),gitCommitSha:l.string().optional().describe("Git commit SHA for git-based plugins"),resolvedVersion:l.string().optional().describe("Tag-derived semver this install resolved to"),auto:l.boolean().optional().describe("True when pulled in as a dependency. Eligible for orphan sweep.")})),Ote=P(()=>l.object({version:l.literal(2).describe("Schema version 2"),plugins:l.record(Wj(),l.array($te())).describe("Map of plugin IDs to arrays of installation entries")})),j$e=P(()=>l.union([Ite(),Ote()])),Ate=P(()=>l.object({source:su().describe("Where to fetch the marketplace from"),installLocation:l.string().describe("Local cache path where marketplace manifest is stored"),lastUpdated:l.string().describe("ISO 8601 timestamp of last marketplace refresh"),autoUpdate:l.boolean().optional().describe("Whether to automatically update this marketplace and its installed plugins on startup")})),U$e=P(()=>l.record(l.string(),Ate()));var Cte=["autoMode","deepLink","voice","assistant","briefView","screenReader"],au={},ug={autoMode:{buildGate:()=>!1,shape:()=>au,permissionsShape:()=>au,permissionModes:()=>[]},deepLink:{buildGate:()=>!0,shape:()=>({disableDeepLinkRegistration:l.enum(["disable"]).optional().describe("Prevent claude-cli:// protocol handler registration with the OS")})},voice:{buildGate:()=>!1,shape:()=>au},assistant:{buildGate:()=>!1,shape:()=>au},briefView:{buildGate:()=>!0,shape:()=>({defaultView:l.enum(["chat","transcript"]).optional().describe("Default transcript view: chat (SendUserMessage checkpoints only) or transcript (full)")})},screenReader:{buildGate:()=>!1,shape:()=>au}};function Lx(){return Cte.filter((e)=>ug[e].buildGate())}function Kj(e){let t={};for(let r of e)t={...t,...ug[r].shape()};return t}function Gj(e){let t={};for(let r of e)t={...t,...ug[r].permissionsShape?.()};return t}function Jj(e){let t=[];for(let r of e)t.push(...ug[r].permissionModes?.()??[]);return t}function Fx(e){let t=e.split("__"),[r,o,...n]=t;if(r!=="mcp"||!o)return null;let i=n.length>0?n.join("__"):void 0;return{serverName:o,toolName:i}}var Xj={Task:"Agent",KillShell:"TaskStop",KillBash:"TaskStop",AgentOutputTool:"TaskOutput",BashOutputTool:"TaskOutput",AgentOutput:"TaskOutput",BashOutput:"TaskOutput",ListPeers:"ListAgents",Brief:"SendUserMessage",ListMcpResources:"ListMcpResourcesTool",ReadMcpResource:"ReadMcpResourceTool"};function Cs(e){return Object.hasOwn(Xj,e)?Xj[e]:e}var Yj="workspace",G$e=`mcp__${Yj}__bash`,J$e=`mcp__${Yj}__web_fetch`;function Bx(e){return e.includes("*")}function Mte(e){return e.replaceAll("\\(","(").replaceAll("\\)",")").replaceAll("\\\\","\\")}function Qj(e){let t=Dte(e,"(");if(t===-1)return{toolName:Cs(e)};let r=Nte(e,")");if(r===-1||r<=t)return{toolName:Cs(e)};if(r!==e.length-1)return{toolName:Cs(e)};let o=e.substring(0,t),n=e.substring(t+1,r);if(!o)return{toolName:Cs(e)};if(n===""||n==="*")return{toolName:Cs(o)};let i=Mte(n);return{toolName:Cs(o),ruleContent:i}}function Dte(e,t){for(let r=0;r<e.length;r++)if(e[r]===t){let o=0,n=r-1;while(n>=0&&e[n]==="\\")o++,n--;if(o%2===0)return r}return-1}function Nte(e,t){for(let r=e.length-1;r>=0;r--)if(e[r]===t){let o=0,n=r-1;while(n>=0&&e[n]==="\\")o++,n--;if(o%2===0)return r}return-1}var dg={filePatternTools:["Read","Write","Edit","Glob","NotebookRead","NotebookEdit","Cd"],bashPrefixTools:["Bash"],customValidation:{WebSearch:(e)=>{if(e.includes("*")||e.includes("?"))return{valid:!1,error:"WebSearch does not support wildcards",suggestion:"Use exact search terms without * or ?",examples:["WebSearch(claude ai)","WebSearch(typescript tutorial)"]};return{valid:!0}},WebFetch:(e)=>{if(e.includes("://")||e.startsWith("http"))return{valid:!1,error:"WebFetch permissions use domain format, not URLs",suggestion:'Use "domain:hostname" format',examples:["WebFetch(domain:example.com)","WebFetch(domain:github.com)"]};if(!e.startsWith("domain:"))return{valid:!1,error:'WebFetch permissions must use "domain:" prefix',suggestion:'Use "domain:hostname" format',examples:["WebFetch(domain:example.com)","WebFetch(domain:*.google.com)"]};return{valid:!0}}}};function eU(e){return dg.filePatternTools.includes(e)}function tU(e){return dg.bashPrefixTools.includes(e)}function rU(e){return Object.hasOwn(dg.customValidation,e)?dg.customValidation[e]:void 0}function oU(e,t){let r=0,o=t-1;while(o>=0&&e[o]==="\\")r++,o--;return r%2!==0}function Hx(e,t){let r=0;for(let o=0;o<e.length;o++)if(e[o]===t&&!oU(e,o))r++;return r}function jte(e){for(let t=0;t<e.length-1;t++)if(e[t]==="("&&e[t+1]===")"){if(!oU(e,t))return!0}return!1}function nU(e){if(!Bx(e))return null;let t=Fx(e);if(t&&!Bx(t.serverName))return null;return{valid:!1,error:`Wildcard tool name "${e}" is not supported in allow rules`,suggestion:"An allow pattern must name the scope it widens — globs are permitted only in the tool position after a literal mcp__<server>__ prefix. Deny and ask rules accept wildcards anywhere",examples:["mcp__puppeteer__*","mcp__github__get_*"]}}function qx(e,t){if(!e||e.trim()==="")return{valid:!1,error:"Permission rule cannot be empty"};let r=Hx(e,"("),o=Hx(e,")");if(r!==o)return{valid:!1,error:"Mismatched parentheses",suggestion:"Ensure all opening parentheses have matching closing parentheses"};if(jte(e)){let a=e.substring(0,e.indexOf("("));if(!a)return{valid:!1,error:"Empty parentheses with no tool name",suggestion:"Specify a tool name before the parentheses"};return{valid:!1,error:"Empty parentheses",suggestion:`Either specify a pattern or use just "${a}" without parentheses`,examples:[`${a}`,`${a}(some-pattern)`]}}let n=Qj(e),i=Fx(n.toolName);if(i){if(n.ruleContent!==void 0||Hx(e,"(")>0)return{valid:!1,error:"MCP rules do not support patterns in parentheses",suggestion:`Use "${n.toolName}" without parentheses, or use "mcp__${i.serverName}__*" for all tools`,examples:[`mcp__${i.serverName}`,`mcp__${i.serverName}__*`,i.toolName&&i.toolName!=="*"?`mcp__${i.serverName}__${i.toolName}`:void 0].filter(Boolean)};if(t==="allow"){let a=nU(n.toolName);if(a)return a}return{valid:!0}}if(!n.toolName||n.toolName.length===0)return{valid:!1,error:"Tool name cannot be empty"};if(t==="allow"){let a=nU(n.toolName);if(a)return a}if(!n.toolName.includes("_")&&n.toolName[0]!==n.toolName[0]?.toUpperCase())return{valid:!1,error:"Tool names must start with uppercase",suggestion:`Use "${xh(String(n.toolName))}"`};let s=rU(n.toolName);if(s&&n.ruleContent!==void 0){let a=s(n.ruleContent);if(!a.valid)return a}if(tU(n.toolName)&&n.ruleContent!==void 0){let a=n.ruleContent;if(a.includes(":*")&&!a.endsWith(":*"))return{valid:!1,error:"The :* pattern must be at the end",suggestion:"Move :* to the end for prefix matching, or use * for wildcard matching",examples:["Bash(npm run:*) - prefix matching (legacy)","Bash(npm run *) - wildcard matching"]};if(a===":*")return{valid:!1,error:"Prefix cannot be empty before :*",suggestion:"Specify a command prefix before :*",examples:["Bash(npm *)","Bash(git *)"]}}if(eU(n.toolName)&&n.ruleContent!==void 0){if(n.ruleContent.includes(":*"))return{valid:!1,error:'The ":*" syntax is only for Bash prefix rules',suggestion:'Use glob patterns like "*" or "**" for file matching',examples:[`${n.toolName}(*.ts) - matches .ts files`,`${n.toolName}(src/**) - matches all files in src`,`${n.toolName}(**/*.test.ts) - matches test files`]}}return{valid:!0}}var Zx=P(()=>sU()),iU=P(()=>sU("allow"));function sU(e){return l.string().superRefine((t,r)=>{let o=qx(t,e);if(!o.valid){let n=o.error;if(o.suggestion)n+=`. ${o.suggestion}`;if(o.examples&&o.examples.length>0)n+=`. Examples: ${o.examples.join(", ")}`;r.addIssue({code:l.ZodIssueCode.custom,message:n,params:{received:t}})}})}var Ute=P(()=>l.record(l.string(),l.coerce.string()));function uU(e){return l.object({allow:l.array(iU()).optional().describe("List of permission rules for allowed operations"),deny:l.array(Zx()).optional().describe("List of permission rules for denied operations"),ask:l.array(Zx()).optional().describe("List of permission rules that should always prompt for confirmation"),defaultMode:l.enum([...ou,...Jj(e)]).optional().describe("Default permission mode when Claude Code needs access"),disableBypassPermissionsMode:l.enum(["disable"]).optional().describe("Disable the ability to bypass permission prompts"),...Gj(e),additionalDirectories:l.array(l.string()).optional().describe("Additional directories to include in the permission scope")}).passthrough()}var yOe=P(()=>uU(Lx())),zte=P(()=>l.object({source:su().describe("Where to fetch the marketplace from"),installLocation:l.string().optional().describe("Local cache path where marketplace manifest is stored (auto-generated if not provided)"),autoUpdate:l.boolean().optional().describe("Whether to automatically update this marketplace and its installed plugins on startup")})),pg=P(()=>l.object({serverName:l.string().regex(/^[a-zA-Z0-9_-]+$/,"Server name can only contain letters, numbers, hyphens, and underscores").optional().describe("Name of the MCP server that users are allowed to configure"),serverCommand:l.array(l.string()).min(1,"Server command must have at least one element (the command)").optional().describe("Command array [command, ...args] to match exactly for allowed stdio servers"),serverUrl:l.string().optional().describe('URL pattern with wildcard support (e.g., "https://*.example.com/*") for allowed remote MCP servers')}).refine((e)=>Hy([e.serverName!==void 0,e.serverCommand!==void 0,e.serverUrl!==void 0],Boolean)===1,{message:'Entry must have exactly one of "serverName", "serverCommand", or "serverUrl"'})),fg=P(()=>l.object({serverName:l.string().regex(/^[a-zA-Z0-9_-]+$/,"Server name can only contain letters, numbers, hyphens, and underscores").optional().describe("Name of the MCP server that is explicitly blocked"),serverCommand:l.array(l.string()).min(1,"Server command must have at least one element (the command)").optional().describe("Command array [command, ...args] to match exactly for blocked stdio servers"),serverUrl:l.string().optional().describe('URL pattern with wildcard support (e.g., "https://*.example.com/*") for blocked remote MCP servers')}).refine((e)=>Hy([e.serverName!==void 0,e.serverCommand!==void 0,e.serverUrl!==void 0],Boolean)===1,{message:'Entry must have exactly one of "serverName", "serverCommand", or "serverUrl"'})),Lte=P(()=>l.object({path:l.string().describe("Absolute path to the helper executable"),timeoutMs:l.number().int().min(1000).optional(),refreshIntervalMs:l.union([l.literal(0),l.number().int().min(60000)]).optional()})),aU=["skills","agents","hooks","mcp"];function dU(e){return l.object({$schema:l.string().optional().describe("JSON Schema reference for Claude Code settings"),apiKeyHelper:l.string().optional().describe("Path to a script that outputs authentication values"),proxyAuthHelper:l.string().optional().describe("Shell command that outputs a Proxy-Authorization header value (EAP)"),awsCredentialExport:l.string().optional().describe("Path to a script that exports AWS credentials"),awsAuthRefresh:l.string().optional().describe("Path to a script that refreshes AWS authentication"),gcpAuthRefresh:l.string().optional().describe("Command to refresh GCP authentication (e.g., gcloud auth application-default login)"),policyHelper:Lte().optional().describe("Executable that computes managed settings at startup. Honored only from admin-controlled policy sources."),...Ee(process.env.CLAUDE_CODE_ENABLE_XAA)&&{xaaIdp:l.object({issuer:l.string().url().describe("IdP issuer URL for OIDC discovery"),clientId:l.string().describe("Claude Code's client_id registered at the IdP"),callbackPort:l.number().int().positive().optional().describe("Fixed loopback callback port for the IdP OIDC login. Only needed if the IdP does not honor RFC 8252 port-any matching.")}).optional().describe("XAA (SEP-990) IdP connection. Configure once; all XAA-enabled MCP servers reuse this.")},fileSuggestion:l.object({type:l.literal("command"),command:l.string()}).optional().describe("Custom file suggestion configuration for @ mentions"),respectGitignore:l.boolean().optional().describe("Whether file picker should respect .gitignore files (default: true). Note: .ignore files are always respected."),breakReminder:l.object({enabled:l.boolean().optional().describe("Show a friendly nudge after sustained continuous use (default false). Must be true for the reminder to fire."),intervalMinutes:l.number().int().positive().optional().describe("Minutes of continuous use before the reminder fires (default 120). Re-fires every interval until you take a break."),breakThresholdMinutes:l.number().int().positive().optional().describe("Minutes of inactivity that count as a break and reset the timer (default 15)"),message:l.string().optional().describe("Custom reminder text. Leave unset for a rotating set of friendly nudges.")}).optional().describe("@internal Opt-in break reminder. When enabled, shows a dismissible nudge after sustained continuous use. Never blocks — just a friendly heads-up."),quietHours:l.object({enabled:l.boolean().optional().describe("Show a one-time nudge when you start or keep using the CLI inside your quiet-hours window (default false)."),start:l.string().regex(/^([01]?\d|2[0-3]):[0-5]\d$/,'Expected 24-hour local time "HH:MM" (e.g. "22:00")').optional().describe('Start of the quiet-hours window, 24-hour local time "HH:MM".'),end:l.string().regex(/^([01]?\d|2[0-3]):[0-5]\d$/,'Expected 24-hour local time "HH:MM" (e.g. "07:00")').optional().describe('End of the quiet-hours window, 24-hour local time "HH:MM". May be earlier than start for an overnight range.')}).optional().describe("@internal Opt-in quiet hours. When enabled, shows a single soft nudge per session while inside the configured local-time window. Never blocks."),cleanupPeriodDays:l.number().int().positive().optional().describe("Number of days to retain chat transcripts before automatic cleanup (default: 30). Minimum 1. Use a large value for long retention; use --no-session-persistence to disable transcript writes entirely."),skillListingMaxDescChars:l.number().int().positive().optional().describe("Per-skill description character cap in the skill listing sent to Claude (default: 1536). Descriptions longer than this are truncated. Raise to opt in to higher per-turn context cost."),skillListingBudgetFraction:l.number().gt(0).lte(1).optional().describe("Fraction of the context window (in characters) reserved for the skill listing sent to Claude (default: 0.01 = 1%). When the listing exceeds this, descriptions are shortened to fit. Raise to opt in to higher per-turn context cost."),wslInheritsWindowsSettings:l.boolean().optional().describe("When set to true in either admin-only Windows source — the HKLM SOFTWARE/Policies/ClaudeCode registry key or C:/Program Files/ClaudeCode/managed-settings.json — WSL reads managed settings from the full Windows policy chain (HKLM, C:/Program Files/ClaudeCode via DrvFs, HKCU) in addition to /etc/claude-code. Windows sources take priority. The flag is also required in HKCU itself for HKCU policy to apply on WSL (double opt-in: admin enables the chain, user confirms HKCU). On native Windows the flag has no effect."),env:Ute().optional().describe("Environment variables to set for Claude Code sessions"),attribution:l.object({commit:l.string().optional().describe("Attribution text for git commits, including any trailers. Empty string hides attribution."),pr:l.string().optional().describe("Attribution text for pull request descriptions. Empty string hides attribution.")}).optional().describe("Customize attribution text for commits and PRs. Each field defaults to the standard Claude Code attribution if not set."),includeCoAuthoredBy:l.boolean().optional().describe("Deprecated: Use attribution instead. Whether to include Claude's co-authored by attribution in commits and PRs (defaults to true)"),...!1,includeGitInstructions:l.boolean().optional().describe("Include built-in commit and PR workflow instructions in Claude's system prompt (default: true)"),permissions:uU(e).optional().describe("Tool usage permissions configuration"),model:l.string().optional().describe("Override the default model used by Claude Code"),fallbackModel:l.array(l.string()).optional().describe('Fallback model(s) tried in order when the primary model is overloaded or unavailable. Each element accepts a model name or alias; "default" expands to the default model. CLI --fallback-model takes precedence.'),availableModels:l.array(l.string()).optional().describe('Allowlist of models that users can select. Accepts family aliases ("opus" allows any opus version), version prefixes ("opus-4-5" allows only that version), and full model IDs. If undefined, all models are available. If empty array, only the default model is available. Typically set in managed settings by enterprise administrators.'),modelOverrides:l.record(l.string(),l.string()).optional().describe('Override mapping from Anthropic model ID (e.g. "claude-opus-4-6") to provider-specific model ID (e.g. a Bedrock inference profile ARN). Typically set in managed settings by enterprise administrators.'),enableAllProjectMcpServers:l.boolean().optional().describe("Whether to automatically approve all MCP servers in the project"),enabledMcpjsonServers:l.array(l.string()).optional().describe("List of approved MCP servers from .mcp.json"),disabledMcpjsonServers:l.array(l.string()).optional().describe("List of rejected MCP servers from .mcp.json"),skillOverrides:l.record(l.string(),l.enum(["on","name-only","user-invocable-only","off"])).optional().describe('Per-skill listing overrides keyed by skill name. "name-only" lists the skill without its description; "user-invocable-only" hides it from the model but keeps /name; "off" hides it from both. Absent = on.'),disableBundledSkills:l.boolean().optional().describe("Disable the skills and workflows that ship with Claude Code: bundled skills and workflows are removed entirely; built-in slash commands stay typable but are hidden from the model. Plugins, .claude/skills/, and .claude/commands/ are unaffected. Equivalent to CLAUDE_CODE_DISABLE_BUNDLED_SKILLS=1."),allowedMcpServers:l.array(pg()).optional().describe("Enterprise allowlist of MCP servers that can be used. Applies to all scopes including enterprise servers from managed-mcp.json. If undefined, all servers are allowed. If empty array, no servers are allowed. Denylist takes precedence - if a server is on both lists, it is denied."),deniedMcpServers:l.array(fg()).optional().describe("Enterprise denylist of MCP servers that are explicitly blocked. If a server is on the denylist, it will be blocked across all scopes including enterprise. Denylist takes precedence over allowlist - if a server is on both lists, it is denied."),hooks:Zo().optional().describe("Custom commands to run before/after tool executions"),worktree:l.object({symlinkDirectories:l.array(l.string()).optional().describe('Directories to symlink from main repository to worktrees to avoid disk bloat. Must be explicitly configured - no directories are symlinked by default. Common examples: "node_modules", ".cache", ".bin"'),sparsePaths:l.array(l.string()).optional().describe("Directories to include when creating worktrees, via git sparse-checkout (cone mode). "+"Dramatically faster in large monorepos — only the listed paths are written to disk."),baseRef:l.enum(["fresh","head"]).optional().describe("Which ref new worktrees branch from. 'fresh' (default) branches from origin/<default-branch> for a clean tree. 'head' branches from your current local HEAD so unpushed commits and feature-branch state are present. Applies to --worktree, EnterWorktree, and agent isolation."),bgIsolation:l.enum(["worktree","none"]).optional().catch(void 0).describe("Isolation mode for background sessions in this repo. 'worktree' (default) blocks Edit/Write in the main checkout until EnterWorktree is called. 'none' lets background jobs edit the working copy directly.")}).optional().describe("Git worktree configuration for --worktree flag."),disableAllHooks:l.boolean().optional().describe("Disable all hooks and statusLine execution"),disableAgentView:l.boolean().optional().describe("Disable agent view (`claude agents`, `--bg`, /background, the on-demand daemon). Typically set in managed settings. Equivalent to CLAUDE_CODE_DISABLE_AGENT_VIEW=1."),disableRemoteControl:l.boolean().optional().describe("Disable Remote Control (claude.ai/code, `claude remote-control`, `--remote-control`/`--rc`, auto-start, and the in-session toggle). Typically set in managed settings."),disableWorkflows:l.boolean().optional().describe("Disable the Workflows feature (also via CLAUDE_CODE_DISABLE_WORKFLOWS)."),disableArtifact:l.boolean().optional().describe("Disable the Artifact tool (also via CLAUDE_CODE_DISABLE_ARTIFACT)."),enableWorkflows:l.boolean().optional().describe("Enable or disable the Workflows feature for this user. Unset = default by plan once the feature is available."),workflowKeywordTriggerEnabled:l.boolean().optional().describe('Enable the "ultracode" keyword trigger: including the keyword in a prompt opts that turn into the Workflow tool. Set to false to disable the trigger. Default: true.'),disableSkillShellExecution:l.boolean().optional().describe("Disable inline shell execution in skills and custom slash commands from user, project, or plugin sources. Commands are replaced with a placeholder instead of being run."),defaultShell:l.enum(["bash","powershell"]).optional().describe("Default shell for input-box ! commands. Defaults to 'bash' on all platforms (no Windows auto-flip)."),allowManagedHooksOnly:l.boolean().optional().describe("When true (and set in managed settings), only hooks from managed settings run. User, project, and local hooks are ignored."),allowedHttpHookUrls:l.array(l.string()).optional().describe('Allowlist of URL patterns that HTTP hooks may target. Supports * as a wildcard (e.g. "https://hooks.example.com/*"). When set, HTTP hooks with non-matching URLs are blocked. If undefined, all URLs are allowed. If empty array, no HTTP hooks are allowed. Arrays merge across settings sources (same semantics as allowedMcpServers).'),httpHookAllowedEnvVars:l.array(l.string()).optional().describe("Allowlist of environment variable names HTTP hooks may interpolate into headers. When set, each hook's effective allowedEnvVars is the intersection with this list. If undefined, no restriction is applied. Arrays merge across settings sources (same semantics as allowedMcpServers)."),allowManagedPermissionRulesOnly:l.boolean().optional().describe("When true (and set in managed settings), only permission rules (allow/deny/ask) from managed settings are respected. User, project, local, and CLI argument permission rules are ignored."),allowManagedMcpServersOnly:l.boolean().optional().describe("When true (and set in managed settings), allowedMcpServers is only read from managed settings. deniedMcpServers still merges from all sources, so users can deny servers for themselves. Users can still add their own MCP servers, but only the admin-defined allowlist applies."),allowAllClaudeAiMcps:l.boolean().optional().describe("When true (and set in managed settings), claude.ai cloud MCP connectors load alongside managed-mcp.json instead of being suppressed by its exclusive-control lockdown. Default off preserves the lockdown. Read from managed settings only."),strictPluginOnlyCustomization:l.preprocess((t)=>Array.isArray(t)?t.filter((r)=>aU.includes(r)):t,l.union([l.boolean(),l.array(l.enum(aU))])).optional().catch(void 0).describe('When set in managed settings, blocks non-plugin customization sources for the listed surfaces. Array form locks specific surfaces (e.g. ["skills", "hooks"]); `true` locks all four; `false` is an explicit no-op. Blocked: ~/.claude/{surface}/, .claude/{surface}/ (project), settings.json hooks, .mcp.json. NOT blocked: managed (policySettings) sources, plugin-provided customizations. '+"Composes with strictKnownMarketplaces for end-to-end admin control — plugins gated by "+"marketplace allowlist, everything else blocked here."),statusLine:l.object({type:l.literal("command"),command:l.string(),padding:l.number().optional(),refreshInterval:l.number().min(1).optional().catch(void 0).describe("Re-run the status line command every N seconds in addition to event-driven updates"),hideVimModeIndicator:l.boolean().optional().describe("Hide the built-in `-- INSERT --` / `-- VISUAL --` indicator below the prompt. Use this when your status line script renders `vim.mode` itself.")}).optional().describe("Custom status line display configuration"),prUrlTemplate:l.string().optional().describe('URL template for PR links in the footer badge and inline messages. Placeholders: {host} {owner} {repo} {number} {url}. Example: "https://reviews.example.com/{owner}/{repo}/pull/{number}"'),subagentStatusLine:l.object({type:l.literal("command"),command:l.string()}).optional().describe("Custom per-subagent status line shown in the agent panel; receives row context as JSON on stdin"),enabledPlugins:l.record(l.string(),l.union([l.array(l.string()),l.boolean(),l.undefined()])).optional().describe('Enabled plugins using plugin-id@marketplace-id format. Example: { "formatter@anthropic-tools": true }. Also supports extended format with version constraints. Settings precedence is user < project < local < flag < policy, so to disable a plugin that project settings enable, set it to false in .claude/settings.local.json — setting false in ~/.claude/settings.json is overridden by the project.'),extraKnownMarketplaces:l.record(l.string(),zte()).check((t)=>{for(let[r,o]of Object.entries(t.value))if(o.source.source==="settings"&&o.source.name!==r)t.issues.push({code:"custom",input:o.source.name,path:[r,"source","name"],message:`Settings-sourced marketplace name must match its extraKnownMarketplaces key (got key "${r}" but source.name "${o.source.name}")`})}).optional().describe("Additional marketplaces to make available for this repository. Typically used in repository .claude/settings.json to ensure team members have required plugin sources."),strictKnownMarketplaces:l.array(su()).optional().describe("Enterprise strict list of allowed marketplace sources. When set in managed settings, ONLY these exact sources can be added as marketplaces. The check happens BEFORE downloading, so blocked sources never touch the filesystem. "+"Note: this is a policy gate only — it does NOT register marketplaces. "+"To pre-register allowed marketplaces for users, also set extraKnownMarketplaces."),blockedMarketplaces:l.array(su()).optional().describe("Enterprise blocklist of marketplace sources. When set in managed settings, these exact sources are blocked from being added as marketplaces. The check happens BEFORE downloading, so blocked sources never touch the filesystem."),pluginSuggestionMarketplaces:l.array(l.string()).optional().describe("Marketplace names whose plugins may surface as contextual install suggestions (relevance-based tips). No marketplace-declared suggestions surface without this allowlist; the built-in first-party frontend-design tip is unaffected. Only honored when set in managed settings (policy scope); the key is ignored in user, project, and local settings. A name only takes effect when the marketplace is registered on the machine AND its registered source is also declared in managed settings, either as the extraKnownMarketplaces entry for that name or as an entry of strictKnownMarketplaces. A marketplace registered from a different source under an allowlisted name is ignored. The official marketplace is exempt from the source requirement: allowlisting its name alone suffices, since that name can only register from the official Anthropic source."),forceLoginMethod:l.enum(["claudeai","console","gateway"]).optional().catch(void 0).describe('Force a specific login method: "claudeai" for Claude Pro/Max, "console" for Console billing, "gateway" for the Cloud gateway OIDC device flow'),forceLoginGatewayUrl:l.string().url().optional().catch(void 0).describe('@internal Cloud gateway URL to pre-fill and auto-connect to during login. Typically set in local managed settings alongside forceLoginMethod: "gateway" so users never type the URL. Hidden from public SDK types until Cloud gateway is documented.'),parentSettingsBehavior:l.enum(["first-wins","merge"]).optional().describe('Controls whether the SDK parent tier (Options.managedSettings / --managed-settings) layers under this admin tier. "first-wins" '+"(default): parent is dropped — admin tiers are the only policy "+`source. "merge": parent's restrictive-only-filtered settings union under the admin winner. Has no effect when no admin tier exists (parent applies as the sole policy tier, still filtered restrictive-only).`),forceLoginOrgUUID:l.union([l.string(),l.array(l.string())]).optional().describe("Organization UUID to require for OAuth login. Accepts a single UUID string or an array of UUIDs (any one is permitted). When set in managed settings, login fails if the authenticated account does not belong to a listed organization."),forceRemoteSettingsRefresh:l.boolean().optional().describe("When set in managed settings, the CLI blocks startup until remote managed settings are freshly fetched, and exits if the fetch fails"),otelHeadersHelper:l.string().optional().describe("Path to a script that outputs OpenTelemetry headers"),outputStyle:l.string().optional().describe("Controls the output style for assistant responses"),viewMode:l.enum(["default","verbose","focus"]).optional().catch(void 0).describe("Default transcript view mode on startup"),language:l.string().optional().describe('Preferred language for Claude responses and voice dictation (e.g., "japanese", "spanish")'),skipWebFetchPreflight:l.boolean().optional().describe("Skip the WebFetch blocklist check for enterprise environments with restrictive security policies"),sandbox:Tj().optional(),feedbackSurveyRate:l.number().min(0).max(1).optional().describe("Probability (0–1) that the session quality survey appears when eligible. 0.05 is a reasonable starting point."),spinnerTipsEnabled:l.boolean().optional().describe("Whether to show tips in the spinner"),spinnerVerbs:l.object({mode:l.enum(["append","replace"]),verbs:l.array(l.string())}).optional().describe('Customize spinner verbs. mode: "append" adds verbs to defaults, "replace" uses only your verbs.'),spinnerTipsOverride:l.object({excludeDefault:l.boolean().optional(),tips:l.array(l.string())}).optional().describe("Override spinner tips. tips: array of tip strings. excludeDefault: if true, only show custom tips (default: false)."),syntaxHighlightingDisabled:l.boolean().optional().describe("Whether to disable syntax highlighting in diffs"),terminalTitleFromRename:l.boolean().optional().describe("Whether /rename updates the terminal tab title (defaults to true). Set to false to keep auto-generated topic titles."),alwaysThinkingEnabled:l.boolean().optional().describe("When false, thinking is disabled. When absent or true, thinking is enabled automatically for supported models."),effortLevel:l.enum(["low","medium","high","xhigh"]).optional().catch(void 0).describe("Persisted effort level for supported models."),ultracode:l.boolean().optional().catch(void 0).describe("Enable ultracode for the session: xhigh effort plus standing dynamic-workflow orchestration. "+"Session-scoped — typically provided via --settings or the apply_flag_settings control request; "+"interactive toggles never persist it. Requires workflows to be enabled and an xhigh-capable model."),autoCompactWindow:l.number().int().min(1e5).max(1e6).optional().catch(void 0).describe("Auto-compact window size"),advisorModel:l.string().optional().describe("Advisor model for the server-side advisor tool."),fastMode:l.boolean().optional().describe("When true, fast mode is enabled. When absent or false, fast mode is off."),fastModePerSessionOptIn:l.boolean().optional().describe("When true, fast mode does not persist across sessions. Each session starts with fast mode off."),promptSuggestionEnabled:l.boolean().optional().describe("When false, prompt suggestions are disabled. When absent or true, prompt suggestions are enabled."),awaySummaryEnabled:l.boolean().optional().describe("@internal When false, the session recap (shown when you return after being away for 5+ minutes) is disabled. When absent or true, recap is enabled. Hidden from public SDK types until external launch."),showClearContextOnPlanAccept:l.boolean().optional().describe('When true, the plan-approval dialog offers a "clear context" option. Defaults to false.'),agent:l.string().optional().describe("Name of an agent (built-in or custom) to use for the main thread. Applies the agent's system prompt, tool restrictions, and model."),companyAnnouncements:l.array(l.string()).optional().describe("Company announcements to display at startup (one will be randomly selected if multiple are provided)"),pluginConfigs:l.record(l.string(),l.object({mcpServers:l.record(l.string(),l.record(l.string(),l.union([l.string(),l.number(),l.boolean(),l.array(l.string())]))).optional().describe("User configuration values for MCP servers keyed by server name"),options:l.record(l.string(),l.union([l.string(),l.number(),l.boolean(),l.array(l.string())])).optional().describe("Non-sensitive option values from plugin manifest userConfig, keyed by option name. Sensitive values go to secure storage instead.")})).optional().describe("Per-plugin configuration including MCP server user configs, keyed by plugin ID (plugin@marketplace format)"),remote:l.object({defaultEnvironmentId:l.string().optional().describe("Default environment ID to use for cloud sessions")}).optional().describe("Cloud session configuration"),autoUpdatesChannel:l.enum(["latest","stable","rc"]).optional().describe("Release channel for auto-updates (latest or stable)"),minimumVersion:l.string().optional().describe("Minimum version to stay on - prevents downgrades when switching to stable channel"),requiredMinimumVersion:l.string().optional().describe("Minimum Claude Code version required to start. If the running version is older, Claude Code exits at startup with instructions to update. Only enforced from managed (policy) settings."),requiredMaximumVersion:l.string().optional().describe("Maximum Claude Code version allowed to start. If the running version is newer, Claude Code exits at startup with instructions to install an approved version. Only enforced from managed (policy) settings."),plansDirectory:l.string().optional().describe("Custom directory for plan files, relative to project root. If not set, defaults to ~/.claude/plans/"),tui:l.enum(["default","fullscreen"]).optional().describe('Terminal UI renderer. "fullscreen" uses the flicker-free alt-screen renderer with virtualized scrollback (equivalent to CLAUDE_CODE_NO_FLICKER=1). "default" uses the classic main-screen renderer.'),...!1,voice:l.object({enabled:l.boolean().optional(),mode:l.enum(["hold","tap"]).optional().describe("'hold' (default): hold to talk. 'tap': tap to start, tap to stop+submit."),autoSubmit:l.boolean().optional().describe("Submit the prompt when hold-to-talk is released (hold mode only)")}).optional().describe("Voice mode settings (hold-to-talk / tap-to-toggle dictation)"),channelsEnabled:l.boolean().optional().describe("Managed-org opt-in for channel notifications (MCP servers with the claude/channel capability pushing inbound messages). claude.ai Teams/Enterprise: default off. Console: default on unless managed settings exist. Set true to allow; users then select servers via --channels."),allowedChannelPlugins:l.array(l.object({marketplace:l.string(),plugin:l.string()})).optional().describe("Managed-org allowlist of channel plugins. When set, "+"replaces the default Anthropic allowlist — admins decide which "+"plugins may push inbound messages. Undefined falls back to the default. Requires channelsEnabled: true."),prefersReducedMotion:l.boolean().optional().describe("Reduce or disable animations for accessibility (spinner shimmer, flash effects, etc.)"),doneMeansMerged:l.boolean().optional().describe("@internal When true, Claude keeps working until the PR is ready for you to merge, a cron/Monitor is armed to resume later, or it hands you a self-contained next step."),autoMemoryEnabled:l.boolean().optional().describe("Enable auto-memory for this project. When false, Claude will not read from or write to the auto-memory directory."),autoMemoryDirectory:l.string().optional().describe("Custom directory path for auto-memory storage. Supports ~/ prefix for home directory expansion. Ignored if set in projectSettings (checked-in .claude/settings.json) for security. When unset, defaults to ~/.claude/projects/<sanitized-cwd>/memory/."),autoDreamEnabled:l.boolean().optional().describe("Enable background memory consolidation (auto-dream). When set, overrides the server-side default."),showThinkingSummaries:l.boolean().optional().describe("Request API-side thinking summaries and show them in the conversation and in the transcript view (ctrl+o). Set explicitly to override the default for your install."),skipDangerousModePermissionPrompt:l.boolean().optional().describe("Whether the user has accepted the bypass permissions mode dialog"),skipWorkflowUsageWarning:l.boolean().optional().describe("@internal Whether the user has accepted the multi-agent workflow usage warning. Until set, auto permission mode prompts before running a workflow."),disableAutoMode:l.enum(["disable"]).optional().describe("Disable auto mode"),sshConfigs:l.array(l.object({id:l.string().describe("Unique identifier for this SSH config. Used to match configs across settings sources."),name:l.string().describe("Display name for the SSH connection"),sshHost:l.string().describe('SSH host in format "user@hostname" or "hostname", or a host alias from ~/.ssh/config'),sshPort:l.number().int().optional().describe("SSH port (default: 22)"),sshIdentityFile:l.string().optional().describe("Path to SSH identity file (private key)"),startDirectory:l.string().optional().describe("Default working directory on the remote host. Supports tilde expansion (e.g. ~/projects). If not specified, defaults to the remote user home directory. Can be overridden by the [dir] positional argument in `claude ssh <config> [dir]`.")})).optional().describe("SSH connection configurations for remote environments. Typically set in managed settings by enterprise administrators to pre-configure SSH connections for team members."),claudeMd:l.string().optional().describe("CLAUDE.md-style instructions injected as organization-managed memory. Only honored from managed/policy settings."),claudeMdExcludes:l.array(l.string()).optional().describe('Glob patterns or absolute paths of CLAUDE.md files to exclude from loading. Patterns are matched against absolute file paths using picomatch. Only applies to User, Project, and Local memory types (Managed/policy files cannot be excluded). Examples: "/home/user/monorepo/CLAUDE.md", "**/code/CLAUDE.md", "**/some-dir/.claude/rules/**"'),pluginTrustMessage:l.string().optional().describe('Custom message to append to the plugin trust warning shown before installation. Only read from policy settings (managed-settings.json / MDM). Useful for enterprise administrators to add organization-specific context (e.g., "All plugins from our internal marketplace are vetted and approved.").'),theme:l.union([l.enum($j),l.string().startsWith("custom:").transform((t)=>t)]).optional().catch(void 0).describe("Color theme for the UI"),editorMode:l.enum(Ij).optional().catch(void 0).describe("Key binding mode for the prompt input"),verbose:l.boolean().optional().describe("Show full tool output instead of truncated summaries"),preferredNotifChannel:l.enum(Pj).optional().catch(void 0).describe("Preferred OS notification channel"),autoCompactEnabled:l.boolean().optional().describe("Automatically compact conversation when context fills"),switchModelsOnFlag:l.boolean().optional().describe("When safety measures flag a message, automatically switch to a different model to keep chatting. When off, your session will pause instead."),autoScrollEnabled:l.boolean().optional().describe("Auto-scroll the conversation view to bottom (fullscreen mode only)"),wheelScrollAccelerationEnabled:l.boolean().optional().describe("Ramp mouse-wheel scroll speed during fast scrolls (fullscreen mode only)"),fileCheckpointingEnabled:l.boolean().optional().describe("Snapshot files before edits so /rewind can restore them"),showTurnDuration:l.boolean().optional().describe('Show "Cooked for Nm Ns" after each assistant turn'),showMessageTimestamps:l.boolean().optional().describe("Stamp each assistant message with its arrival time"),terminalProgressBarEnabled:l.boolean().optional().describe("Emit OSC 9;4 progress sequences during long operations"),todoFeatureEnabled:l.boolean().optional().describe("Enable the todo / task tracking panel"),teammateMode:l.enum(Rj).optional().catch(void 0).describe("How spawned teammates execute (tmux, in-process, auto)"),remoteControlAtStartup:l.boolean().optional().describe("Start Remote Control bridge automatically each session"),isolatePeerMachines:l.boolean().optional().describe("Require explicit approval before SendMessage can reach a peer session on another machine via Remote Control"),daemonColdStart:l.enum(["transient","ask"]).optional().describe("When no background service is running: 'transient' spawns one for this login session; 'ask' offers to install it persistently"),autoUploadSessions:l.boolean().optional().describe("Mirror local sessions to claude.ai as view-only (no remote control)"),inputNeededNotifEnabled:l.boolean().optional().describe("Push to mobile when a permission prompt or question is waiting"),agentPushNotifEnabled:l.boolean().optional().describe("Allow Claude to push proactive mobile notifications"),...Kj(e)}).passthrough()}var Wo=P(()=>dU(Lx())),cU=Object.freeze({serverName:"invalid-entry-stripped"});function lU(e,t,r){return l.array(t.catch((o)=>(r({path:`${e}[]`,message:`Invalid entry was ignored: ${o.issues[0]?.message??"failed validation"}`}),cU))).transform((o)=>o.filter((n)=>n!==cU)).optional()}function Vx(e){let t=Wo(),r={};for(let[n,i]of Object.entries(t.shape))r[n]=i.catch((s)=>{e({path:n,message:`${s.issues[0]?.message??"Failed schema validation"}. This field was ignored.`});return});return r.allowedMcpServers=lU("allowedMcpServers",pg(),e).catch(()=>(e({path:"allowedMcpServers",message:'"allowedMcpServers" was present but invalid; enforcing an empty allowlist (no MCP servers admitted) until it is fixed.'}),[])),r.deniedMcpServers=lU("deniedMcpServers",fg(),e).catch(()=>{e({path:"deniedMcpServers",message:'"deniedMcpServers" was present but invalid and was dropped; its entries cannot be enforced until it is fixed.'});return}),r.allowManagedMcpServersOnly=t.shape.allowManagedMcpServersOnly.catch(()=>(e({path:"allowManagedMcpServersOnly",message:'"allowManagedMcpServersOnly" was present but invalid; treating it as true until it is fixed.'}),!0)),r.forceLoginOrgUUID=t.shape.forceLoginOrgUUID.catch(()=>(e({path:"forceLoginOrgUUID",message:'"forceLoginOrgUUID" was present but invalid; no organization is permitted to log in until it is fixed.'}),[])),l.object(r).passthrough().transform((n)=>{for(let i of Object.keys(n))if(n[i]===void 0)delete n[i];return n})}var an="https://code.claude.com/docs/en",Fte=[{matches:(e)=>e.path==="permissions.defaultMode"&&e.code==="invalid_value",tip:{suggestion:'Valid modes: "acceptEdits" (ask before file changes), "plan" (analysis only), "bypassPermissions" (auto-accept all), or "default" (standard behavior)',docLink:`${an}/iam#permission-modes`}},{matches:(e)=>e.path==="apiKeyHelper"&&e.code==="invalid_type",tip:{suggestion:'Provide a shell command that outputs your API key to stdout. The script should output only the API key. Example: "/bin/generate_temp_api_key.sh"'}},{matches:(e)=>e.path==="cleanupPeriodDays"&&e.code==="too_small",tip:{suggestion:'cleanupPeriodDays must be at least 1. To keep transcripts for a long time, set a large number (e.g. 3650 for ~10 years). To disable transcript writes entirely, remove this setting and use the --no-session-persistence CLI flag or the SDK persistSession:false option instead. (0 is rejected because it previously silently disabled all transcript writes, which users setting it to mean "never clean up" did not expect.)'}},{matches:(e)=>e.path.startsWith("env.")&&e.code==="invalid_type",tip:{suggestion:'Environment variables must be strings. Wrap numbers and booleans in quotes. Example: "DEBUG": "true", "PORT": "3000"',docLink:`${an}/settings#environment-variables`}},{matches:(e)=>(e.path==="permissions.allow"||e.path==="permissions.deny")&&e.code==="invalid_type"&&e.expected==="array",tip:{suggestion:'Permission rules must be in an array. Format: ["Tool(specifier)"]. Examples: ["Bash(npm run build)", "Edit(docs/**)", "Read(~/.zshrc)"]. Use * for wildcards.'}},{matches:(e)=>e.path.startsWith("hooks.")&&e.code==="invalid_key",tip:{suggestion:"Not a recognized hook event. Common events: PreToolUse, PostToolUse, UserPromptSubmit, SessionStart, SessionEnd, Stop. Check spelling and capitalization.",docLink:`${an}/hooks`}},{matches:(e)=>/\.hooks\.\d+\.command$/.test(e.path)&&e.code==="invalid_type"&&e.received==="undefined",tip:{suggestion:'Command hooks require `command`. For exec form (no shell), set `command` to the executable and `args` to its arguments: {"type": "command", "command": "echo", "args": ["hi"]}. For shell form, set `command` to the full shell string: {"type": "command", "command": "echo hi"}.',docLink:`${an}/hooks#exec-form-and-shell-form`}},{matches:(e)=>e.path.includes("hooks")&&e.code==="invalid_type",tip:{suggestion:'Hooks use a matcher + hooks array. The matcher is a string: a tool name ("Bash"), pipe-separated list ("Edit|Write"), or empty to match all. Example: {"PostToolUse": [{"matcher": "Edit|Write", "hooks": [{"type": "command", "command": "echo Done"}]}]}'}},{matches:(e)=>e.code==="invalid_type"&&e.expected==="boolean",tip:{suggestion:'Use true or false without quotes. Example: "includeCoAuthoredBy": true'}},{matches:(e)=>e.code==="unrecognized_keys",tip:{suggestion:"Check for typos or refer to the documentation for valid fields",docLink:`${an}/settings`}},{matches:(e)=>e.code==="invalid_value"&&e.enumValues!==void 0,tip:{suggestion:void 0}},{matches:(e)=>e.code==="invalid_type"&&e.expected==="object"&&e.received===null&&e.path==="",tip:{suggestion:"Check for missing commas, unmatched brackets, or trailing commas. Use a JSON validator to identify the exact syntax error."}},{matches:(e)=>e.path==="permissions.additionalDirectories"&&e.code==="invalid_type",tip:{suggestion:'Must be an array of directory paths. Example: ["~/projects", "/tmp/workspace"]. You can also use --add-dir flag or /add-dir command',docLink:`${an}/iam#working-directories`}}],Bte={permissions:`${an}/iam#configuring-permissions`,env:`${an}/settings#environment-variables`,hooks:`${an}/hooks`};function pU(e){let t=Fte.find((o)=>o.matches(e));if(!t)return null;let r={...t.tip};if(e.code==="invalid_value"&&e.enumValues&&!r.suggestion)r.suggestion=`Valid values: ${e.enumValues.map((o)=>`"${o}"`).join(", ")}`;if(!r.docLink&&e.path)r.docLink=Bte[wh(e.path,".")];return r}var MOe=P(()=>Wo().strict());function fU(e){return e.code==="invalid_type"}function mU(e){return e.code==="invalid_value"}function Hte(e){return e.code==="unrecognized_keys"}function gU(e){return e.code==="too_small"}function Ms(e){if(e===null)return"null";if(e===void 0)return"undefined";if(Array.isArray(e))return"array";return typeof e}function hU(e){let t=e.match(/received (\w+)/);return t?t[1]:void 0}function cu(e,t){return e.issues.map((r)=>{let o=r.path.map(String).join("."),n=r.message,i,s,a,c,u;if(mU(r))s=r.values.map((p)=>String(p)),a=s.join(" | "),c=void 0,u=void 0;else if(fU(r)){a=r.expected;let p=hU(r.message);c=p??Ms(r.input),u=p??Ms(r.input)}else if(gU(r))a=String(r.minimum);else if(r.code==="custom"&&"params"in r)c=r.params.received,u=c;let d=pU({path:o,code:r.code,expected:a,received:c,enumValues:s,message:r.message,value:c});if(mU(r))i=s?.map((p)=>`"${p}"`).join(", "),n=`Invalid value. Expected one of: ${i}`;else if(fU(r)){let p=hU(r.message)??Ms(r.input);if(r.expected==="object"&&p==="null"&&o==="")n="Invalid or malformed JSON";else n=`Expected ${r.expected}, but received ${p}`}else if(Hte(r)){let p=r.keys.join(", ");n=`Unrecognized ${bT(r.keys.length,"field")}: ${p}`}else if(gU(r))n=`Number must be greater than or equal to ${r.minimum}`,i=String(r.minimum);return{file:t,path:o,message:n,expected:i,invalidValue:u,suggestion:d?.suggestion,docLink:d?.docLink}})}function qte(e,t){if(!e||typeof e!=="object")return[];let r=e;if(!r.permissions||typeof r.permissions!=="object")return[];let o=r.permissions,n=[];for(let i of["allow","deny","ask"]){let s=o[i];if(!Array.isArray(s))continue;o[i]=s.filter((a)=>{if(typeof a!=="string")return n.push({file:t,path:`permissions.${i}`,message:`Non-string value in ${i} array was removed`,severity:"warning",invalidValue:a}),!1;let c=qx(a,i);if(!c.valid){let u=`Invalid permission rule "${a}" was skipped: ${c.error}`;if(c.suggestion)u+=`. ${c.suggestion}`;return n.push({file:t,path:`permissions.${i}`,message:u,severity:"warning",invalidValue:a}),!1}return!0})}return n}var Zte=new Set(Xo);function Vte(e,t){if(!e||typeof e!=="object")return[];let r=e;if(!("hooks"in r))return[];if(r.hooks===null||typeof r.hooks!=="object"||Array.isArray(r.hooks)){let i=Ms(r.hooks);return delete r.hooks,[{file:t,path:"hooks",message:`"hooks" must be an object mapping event names to matcher arrays; received ${i}. This field was ignored.`,severity:"warning",invalidValue:i,docLink:"https://code.claude.com/docs/en/hooks"}]}let o=r.hooks,n=[];for(let i of Object.keys(o)){if(!Zte.has(i)){delete o[i],n.push({file:t,path:`hooks.${i}`,message:`Unknown hook event "${i}" was ignored. Valid events: ${Xo.join(", ")}`,severity:"warning",invalidValue:i,docLink:"https://code.claude.com/docs/en/hooks"});continue}if(!Array.isArray(o[i])){let s=Ms(o[i]);delete o[i],n.push({file:t,path:`hooks.${i}`,message:`Hook event "${i}" must be an array of matchers; received ${s}. This entry was ignored.`,severity:"warning",invalidValue:s,docLink:"https://code.claude.com/docs/en/hooks"})}}if(n.length>0&&Object.keys(o).length===0)delete r.hooks;return n}var Wte=[{key:"allowedMcpServers",schema:pg},{key:"deniedMcpServers",schema:fg}];function Kte(e,t){if(!e||typeof e!=="object")return[];let r=e,o=[];for(let{key:n,schema:i}of Wte){if(!(n in r))continue;if(!Array.isArray(r[n])){let c=r[n];delete r[n],o.push({file:t,path:n,message:`"${n}" must be an array; received ${Ms(c)}. This field was ignored.`,severity:"warning",invalidValue:c});continue}let s=r[n],a=[];for(let c=0;c<s.length;c++){let u=i().safeParse(s[c]);if(u.success)a.push(s[c]);else o.push({file:t,path:`${n}[${c}]`,message:`Invalid entry was ignored: ${u.error.issues[0]?.message??"failed validation"}`,severity:"warning",invalidValue:s[c]})}if(a.length<s.length)r[n]=a}return o}function Ko(e,t,r){return[...qte(e,t),...Vte(e,t),...r?.skipMcpServerEntryFilter?[]:Kte(e,t)]}function Gx(e){let t=new Set(e.allowedSources);return t.add("flagSettings"),t.add("policySettings"),_j.filter((r)=>t.has(r))}function Jte(){return Xn(qo(),"managed-settings.json")}function bU(e){if(Ho()==="wsl"&&e.wslInherits?.()){let t=Wx(Os);if(t.settings)return t;let r=Wx(qo());return{settings:r.settings,errors:[...t.errors,...r.errors]}}return Wx(qo())}function Wx(e){let t=[],r={},o=!1,{settings:n,errors:i}=mg(Xn(e,"managed-settings.json"),void 0,!0);if(t.push(...i),n&&Object.keys(n).length>0)r=on(r,n,Jn),o=!0;let s=Xn(e,"managed-settings.d");try{let u=Be().readdirSync(s).filter((d)=>(d.isFile()||d.isSymbolicLink())&&d.name.endsWith(".json")&&!d.name.startsWith(".")).map((d)=>d.name).sort();for(let d of u){let{settings:p,errors:f}=mg(Xn(s,d),void 0,!0);if(t.push(...f),p&&Object.keys(p).length>0)r=on(r,p,Jn),o=!0}}catch(u){let d=Ge(u);if(d!=="ENOENT"&&d!=="ENOTDIR")ee(`managed-settings.d read failed: ${u}`,{level:"error"})}let{wslInheritsWindowsSettings:a,...c}=r;return{settings:o&&Object.keys(c).length>0?r:null,errors:t}}function Xte(e,t){if(zr(e))ee(`Broken symlink or missing file encountered for settings.json at path: ${t}`);else ee(`settings file read failed at ${t}: ${e}`,{level:"error"})}function mg(e,t,r){let o=oT(e);if(o)return{settings:o.settings?xn(o.settings):null,errors:o.errors};let n=Yte(e,t,r);return iT(e,n),{settings:n.settings?xn(n.settings):null,errors:n.errors}}function _U(e){if(!e.mdm)return{settings:null,errors:[]};let t=e.mdm();return{settings:Object.keys(t.settings).length>0?t.settings:null,errors:t.errors}}function gg(e,t){let r=xn(e),o=Ko(r,t,{skipMcpServerEntryFilter:!0}),n=[],i=Vx((s)=>n.push({file:t,path:s.path,message:s.message,severity:"warning"})).safeParse(r);if(!i.success)return{settings:null,errors:[...o,...cu(i.error,t)]};return{settings:Object.keys(i.data).length>0?i.data:null,errors:[...o,...n]}}function vU(e){let t=e?.remote?e.remote():bj();if(!t||Object.keys(t).length===0)return{settings:null,errors:[]};return gg(t,"remote managed settings")}function SU(e){let t=e.parentManaged;if(!t||Object.keys(t).length===0)return{settings:null,errors:[]};return gg(t,"parent managed settings")}function xU(e){let t=e.flagInline;if(!t)return{settings:null,errors:[]};let r=xn(t),o=Ko(r,"SDK inline settings"),n=Wo().safeParse(r);if(!n.success)return{settings:null,errors:[...o,...cu(n.error,"SDK inline settings")]};return{settings:n.data,errors:o}}function Yte(e,t,r){try{let o;if(t!==void 0)o=t;else{let{resolvedPath:a}=gd(Be(),e);o=Bo(a)}if(o.trim()==="")return{settings:{},errors:[]};let n=xn($s(o,!1));if(r){let a=Ko(n,e,{skipMcpServerEntryFilter:!0}),c=[],u=Vx((d)=>c.push({file:e,path:d.path,message:d.message,severity:"warning"})).safeParse(n);if(!u.success)return{settings:null,errors:[...a,...cu(u.error,e)]};return{settings:u.data,errors:[...a,...c]}}let i=Ko(n,e),s=Wo().safeParse(n);if(!s.success){let a=cu(s.error,e);return{settings:null,errors:[...i,...a]}}return{settings:s.data,errors:i}}catch(o){if(Xte(o,e),zr(o))return{settings:null,errors:[]};return{settings:null,errors:[{file:e,path:"",message:`Settings file could not be read: ${o instanceof Error?o.message:String(o)}`,severity:"fatal"}]}}}function yU(e,t){switch(e){case"userSettings":return lu(qt());case"policySettings":case"projectSettings":case"localSettings":return lu(t.cwd);case"flagSettings":return t.flagPath?Gte(lu(t.flagPath)):lu(t.cwd)}}function Qte(e){if(e.coworkPlugins||Ee(process.env.CLAUDE_CODE_USE_COWORK_PLUGINS))return"cowork_settings.json";return"settings.json"}function uu(e,t){switch(e){case"userSettings":return Xn(yU(e,t),Qte(t));case"projectSettings":case"localSettings":return Xn(yU(e,t),ere(e));case"policySettings":return Jte();case"flagSettings":return t.flagPath}}function ere(e){switch(e){case"projectSettings":return Xn(".claude","settings.json");case"localSettings":return Xn(".claude","settings.local.json")}}function wU(e,t){let r=rT(e);if(r!==void 0)return r;let o=ore(e,t);return nT(e,o),o}function tre(e){return!e||e.parentSettingsBehavior==="merge"}function rre(e,t){let r={};if(e.allowManagedHooksOnly===!0)r.allowManagedHooksOnly=!0;if(e.allowManagedMcpServersOnly===!0)r.allowManagedMcpServersOnly=!0;if(e.allowManagedPermissionRulesOnly===!0)r.allowManagedPermissionRulesOnly=!0;let o=e.strictPluginOnlyCustomization;if(o===!0||Array.isArray(o)&&o.length>0)r.strictPluginOnlyCustomization=o;if(e.deniedMcpServers)r.deniedMcpServers=e.deniedMcpServers;if(t.forceLoginOrgUUID===void 0&&e.forceLoginOrgUUID)r.forceLoginOrgUUID=e.forceLoginOrgUUID;if(t.allowedMcpServers===void 0&&e.allowedMcpServers)r.allowedMcpServers=e.allowedMcpServers;if(e.permissions){let n=ag(e.permissions,["deny","ask"]);if(e.permissions.disableBypassPermissionsMode==="disable")n.disableBypassPermissionsMode="disable";if(t.allowManagedPermissionRulesOnly!==!0){let{allow:i,additionalDirectories:s}=e.permissions;if(i&&t.sandbox?.network?.allowManagedDomainsOnly!==!0)n.allow=i;if(s)n.additionalDirectories=s}if(Object.keys(n).length>0)r.permissions=n}if(e.sandbox){let{network:n,filesystem:i}=e.sandbox,s={};if(e.sandbox.enabled===!0)s.enabled=!0;if(e.sandbox.failIfUnavailable===!0)s.failIfUnavailable=!0;if(e.sandbox.allowUnsandboxedCommands===!1)s.allowUnsandboxedCommands=!1;if(e.sandbox.autoAllowBashIfSandboxed===!1)s.autoAllowBashIfSandboxed=!1;if(n){let a=ag(n,["deniedDomains"]);if(n.allowManagedDomainsOnly===!0)a.allowManagedDomainsOnly=!0;if(t.sandbox?.network?.allowManagedDomainsOnly!==!0&&n.allowedDomains)a.allowedDomains=n.allowedDomains;if(Object.keys(a).length>0)s.network=a}if(i){let a=ag(i,["denyRead","denyWrite"]);if(i.allowManagedReadPathsOnly===!0)a.allowManagedReadPathsOnly=!0;if(t.sandbox?.filesystem?.allowManagedReadPathsOnly!==!0&&i.allowRead)a.allowRead=i.allowRead;if(Object.keys(a).length>0)s.filesystem=a}if(Object.keys(s).length>0)r.sandbox=s}return r}function kU(e){if(e.helper?.())return"helper";if(vU(e).settings)return"remote";if(_U(e).settings)return Ho()==="macos"?"plist":"hklm";if((e.file?.()??bU(e)).settings)return"file";if(SU(e).settings)return"parent";let t=e.hkcu?.();return t&&Object.keys(t.settings).length>0?"hkcu":null}function nre(e){let t=[],{settings:r,errors:o}=vU(e);t.push(...o);let{settings:n,errors:i}=_U(e);t.push(...i);let{settings:s,errors:a}=e.file?.()??bU(e);t.push(...a);let{settings:c,errors:u}=SU(e);t.push(...u);let d=[r,n,s].filter((g)=>g!==null),p=d[0]??null,f={allowManagedPermissionRulesOnly:d.some((g)=>g.allowManagedPermissionRulesOnly===!0)||void 0,forceLoginOrgUUID:d.find((g)=>g.forceLoginOrgUUID!==void 0)?.forceLoginOrgUUID,allowedMcpServers:d.find((g)=>g.allowedMcpServers!==void 0)?.allowedMcpServers,sandbox:{network:{allowManagedDomainsOnly:d.some((g)=>g.sandbox?.network?.allowManagedDomainsOnly===!0)||void 0},filesystem:{allowManagedReadPathsOnly:d.some((g)=>g.sandbox?.filesystem?.allowManagedReadPathsOnly===!0)||void 0}}},m=c&&tre(p)?rre(c,f):null;return{tiers:d,admin:p,parentSlice:m,errors:t}}function EU(e){let t=e.helper?.();if(t)return{settings:t,errors:e.helperWarnings?.()??[]};let{admin:r,parentSlice:o,errors:n}=nre(e);if(!r&&!o){let i=e.hkcu?.();if(i&&Object.keys(i.settings).length>0)return{settings:i.settings,errors:[...n,...i.errors]};return{settings:null,errors:[...n,...i?.errors??[]]}}return{settings:on({},o??{},r??{},Jn),errors:n}}function ore(e,t){if(e==="policySettings")return EU(t).settings;let r=uu(e,t),{settings:o}=r?mg(r,e==="flagSettings"?t.flagExpectedContent:void 0):{settings:null};if(e==="flagSettings"){let{settings:n}=xU(t);if(n)return on(o||{},n,Jn)}return o}function ire(e,t){return Md([...e,...t])}function Jn(e,t,r){if(Array.isArray(e)&&Array.isArray(t)){if(r==="fallbackModel")return t;return ire(e,t)}return}var Kx=!1;function sre(e){if(Kx)return{settings:{},errors:[]};let t=Date.now();Yl("info","settings_load_started"),Kx=!0;try{let r=sT(),o={};if(r)o=on(o,r,Jn);let n=[],i=new Set,s=new Set;for(let a of Gx(e)){if(a==="policySettings"){let{settings:u,errors:d}=EU(e);if(u)o=on(o,u,Jn);for(let p of d){let f=`${p.file}:${p.path}:${p.message}`;if(!i.has(f))i.add(f),n.push(p)}continue}let c=uu(a,e);if(c){let u=lu(c);if(!s.has(u)){s.add(u);let{settings:d,errors:p}=mg(c,a==="flagSettings"?e.flagExpectedContent:void 0);for(let f of p){let m=`${f.file}:${f.path}:${f.message}`;if(!i.has(m))i.add(m),n.push(f)}if(d)o=on(o,d,Jn)}}if(a==="flagSettings"){let{settings:u,errors:d}=xU(e);for(let p of d){let f=`${p.file}:${p.path}:${p.message}`;if(!i.has(f))i.add(f),n.push(p)}if(u)o=on(o,u,Jn)}}return Yl("info","settings_load_completed",{duration_ms:Date.now()-t,source_count:s.size,error_count:n.length}),{settings:o,errors:n}}finally{Kx=!1}}function are(e){let t=eT();if(t!==null)return t;let r=sre(e);return tT(r),r}function cre(e){let{settings:t}=are(e);return t||{}}function TU(e){mo();let t=[];for(let r of Gx(e)){let o=wU(r,e);if(o&&Object.keys(o).length>0)t.push({source:r,settings:o})}return{effective:cre(e),sources:t}}function PU(e,t){let r=Gx(t);for(let o=r.length-1;o>=0;o--){let n=r[o];if(wU(n,t)?.[e]!==void 0)return n}return null}import{execFile as lre}from"child_process";import{existsSync as ure}from"fs";var dre=null;function du(e,t){return new Promise((r)=>{try{lre(e,t,{encoding:"utf-8",timeout:wj,windowsHide:!0},(o,n)=>{r({stdout:n??"",code:o?1:0})})}catch{r({stdout:"",code:1})}})}function IU(){return(async()=>{if(process.platform==="darwin"){let e=kj(),r=(await Promise.all(e.map(async({path:o,label:n})=>{if(!ure(o))return{stdout:"",label:n,ok:!1};let{stdout:i,code:s}=await du(Sj,[...xj,o]);return{stdout:i,label:n,ok:s===0&&!!i}}))).find((o)=>o.ok);return{plistStdouts:r?[{stdout:r.stdout,label:r.label}]:[],hklmStdout:null,hkcuStdout:null}}if(process.platform==="win32"){let t=`${process.env.SYSTEMROOT||"C:\\Windows"}\\System32\\reg.exe`,[r,o]=await Promise.all([du(t,["query",ru,"/v",Kn]),du(t,["query",nu,"/v",Kn])]);return{plistStdouts:null,hklmStdout:r.code===0?r.stdout:null,hkcuStdout:o.code===0?o.stdout:null}}if(cg()){let[e,t]=await Promise.all([du(Mx,["query",ru,"/v",Kn]),du(Mx,["query",nu,"/v",Kn])]);return{plistStdouts:null,hklmStdout:e.code===0?e.stdout:null,hkcuStdout:t.code===0?t.stdout:null}}return{plistStdouts:null,hklmStdout:null,hkcuStdout:null}})()}function RU(){return dre}var Yn=Object.freeze({settings:{},errors:[]}),CU=null,MU=null,DU=!1,hg=null;function pre(){if(hg)return;hg=(async()=>{let e=Date.now(),t=RU()??IU(),{mdm:r,hkcu:o,wslInherits:n}=fre(await t);CU=r,MU=o,DU=n;let i=Date.now()-e;if(ee(`MDM settings load completed in ${i}ms`),Object.keys(r.settings).length>0){ee(`MDM settings found: ${Object.keys(r.settings).join(", ")}`);try{Yl("info","mdm_settings_loaded",{duration_ms:i,key_count:Object.keys(r.settings).length,error_count:r.errors.length})}catch{}}})()}async function NU(){if(!hg)pre();await hg}function jU(){return CU??Yn}function UU(){return MU??Yn}function zU(){return DU}function Jx(e,t){let r=$s(e,!1);if(!r||typeof r!=="object")return{settings:{},errors:[]};let{settings:o,errors:n}=gg(r,t);return{settings:o??{},errors:n}}function $U(e,t="Settings"){let r=e.split(/\r?\n/),o=t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),n=new RegExp(`^\\s+${o}\\s+REG_(?:EXPAND_)?SZ\\s+(.*)$`,"i");for(let i of r){let s=i.match(n);if(s&&s[1])return s[1].trimEnd()}return null}function fre(e){let t=[];if(e.plistStdouts&&e.plistStdouts.length>0){let{stdout:s,label:a}=e.plistStdouts[0],c=Jx(s,a),{wslInheritsWindowsSettings:u,...d}=c.settings;if(Object.keys(d).length>0)return{mdm:c,hkcu:Yn,wslInherits:!1};t.push(...c.errors)}let r=null;if(e.hklmStdout){let s=$U(e.hklmStdout);if(s)r=Jx(s,`Registry: ${ru}\\${Kn}`)}if(r)t.push(...r.errors);let o=t.length>0?{settings:{},errors:t}:Yn,n=cg(),i=!1;if(n){if(i=r?.settings.wslInheritsWindowsSettings===!0||gre(),!i)return{mdm:o,hkcu:Yn,wslInherits:!1}}if(r){let{wslInheritsWindowsSettings:s,...a}=r.settings;if(Object.keys(a).length>0)return{mdm:r,hkcu:Yn,wslInherits:i}}if(mre(i))return{mdm:o,hkcu:Yn,wslInherits:i};if(e.hkcuStdout){let s=$U(e.hkcuStdout);if(s){let a=Jx(s,`Registry: ${nu}\\${Kn}`);if(!n||a.settings.wslInheritsWindowsSettings===!0){let{wslInheritsWindowsSettings:c,...u}=a.settings;return{mdm:o,hkcu:{settings:u,errors:a.errors},wslInherits:i}}if(a.errors.length>0)return{mdm:o,hkcu:{settings:{},errors:a.errors},wslInherits:i}}}return{mdm:o,hkcu:Yn,wslInherits:i}}function mre(e){if(e&&AU(Os))return!0;return AU(qo())}function OU(e){let t=xn($s(Bo(e),!1));if(!t||typeof t!=="object")return!1;Ko(t,e);let{wslInheritsWindowsSettings:r,...o}=t;return Object.keys(o).length>0}function gre(){function e(t){try{let r=$s(Bo(t),!1);return!!r&&typeof r==="object"&&"wslInheritsWindowsSettings"in r&&r.wslInheritsWindowsSettings===!0}catch{return!1}}if(e(Ds(Os,"managed-settings.json")))return!0;try{let t=Ds(Os,"managed-settings.d");for(let r of Be().readdirSync(t))if((r.isFile()||r.isSymbolicLink())&&r.name.endsWith(".json")&&!r.name.startsWith(".")&&e(Ds(t,r.name)))return!0}catch{}return!1}function AU(e){try{if(OU(Ds(e,"managed-settings.json")))return!0}catch{}try{let t=Ds(e,"managed-settings.d"),r=Be().readdirSync(t);for(let o of r){if(!(o.isFile()||o.isSymbolicLink())||!o.name.endsWith(".json")||o.name.startsWith("."))continue;try{if(OU(Ds(t,o.name)))return!0}catch{}}}catch{}return!1}var yre={user:"userSettings",project:"projectSettings",local:"localSettings"},LU={userSettings:"user",projectSettings:"project",localSettings:"local",flagSettings:"flag",policySettings:"managed"},bre=["user","project","local"],_re=new Set(["bypassPermissions","auto","acceptEdits"]),vre=new Set(["project"]);function Sre(e){let t=e.effective.permissions?.defaultMode;if(!t||!_re.has(t))return e.effective;for(let r=e.sources.length-1;r>=0;r--){let o=e.sources[r];if(o.settings.permissions?.defaultMode!==void 0){if(vre.has(o.source)){let{defaultMode:n,...i}=e.effective.permissions??{};return{...e.effective,permissions:i}}return e.effective}}return e.effective}async function FU(e={}){await NU();let t={cwd:hre(e.cwd??Be().cwd()),allowedSources:(e.settingSources??bre).map((r)=>yre[r]),parentManaged:e.managedSettings??null,flagInline:null,flagPath:void 0,mdm:jU,hkcu:UU,wslInherits:zU,...e.serverManagedSettings!==void 0&&{remote:()=>e.serverManagedSettings}};try{let{effective:r,sources:o}=TU(t),n=kU(t)??void 0,i=o.map(({source:a,settings:c})=>({source:LU[a],settings:c,path:a==="policySettings"?void 0:uu(a,t),...a==="policySettings"&&{policyOrigin:n}})),s={};for(let a of Object.keys(r)){let c=PU(a,t);if(c)s[a]={source:LU[c],path:c==="policySettings"?void 0:uu(c,t),...c==="policySettings"&&{policyOrigin:n}}}return{effective:r,provenance:s,sources:i}}finally{mo()}}process.env.NoDefaultCurrentDirectoryInExePath="1";async function iCe(e){return FU(e)}async function Are(e,t){try{await Ere(e,t)}catch(r){if(!zr(r))throw r}}async function Cre(e,t){if(!e)return;let r=e;try{let o=Ze(e);if(o?.claudeAiOauth?.refreshToken)delete o.claudeAiOauth.refreshToken,r=pe(o)}catch{}await KU(t,r,{mode:384})}function Mre(){if(process.platform!=="darwin")return Promise.resolve(void 0);let e=h0(g0);return new Promise((t)=>{xre("security",["find-generic-password","-a",y0(),"-w","-s",e],{encoding:"utf-8",timeout:5000},(r,o)=>t(r?void 0:o.trim()||void 0))})}async function XU(e,t,r,o,n=60000){if(!Se(t))return;let i=rr(r),s=await Ar(e.load({projectKey:i,sessionId:t}),n,`SessionStore.load() timed out after ${n}ms for session ${t}`);if(!s||s.length===0)return;let a=zt(Rre(),`claude-resume-${rw()}`);try{let c=zt(a,"projects",i);await Xx(c,{recursive:!0});let u=zt(c,`${t}.jsonl`);await Qa(u,s);let d=o?.CLAUDE_CONFIG_DIR??process.env.CLAUDE_CONFIG_DIR,p=d??zt(Yx(),".claude"),f;try{f=await WU(zt(p,".credentials.json"),"utf-8")}catch(m){if(!zr(m))throw m}if(!d&&!(o??process.env).ANTHROPIC_API_KEY&&!(o??process.env).CLAUDE_CODE_OAUTH_TOKEN)f=await Mre()??f;if(await Cre(f,zt(a,".credentials.json")),await Are(zt(d??Yx(),".claude.json"),zt(a,".claude.json")),e.listSubkeys){let m=zt(c,t),g=await Ar(e.listSubkeys({projectKey:i,sessionId:t}),n,`SessionStore.listSubkeys() timed out after ${n}ms for session ${t}`);for(let h of g){let y=pu(m,h+".jsonl");if(!h||GU(h)||h.split(/[\\/]/).includes("..")||!y.startsWith(m+nw)){ee(`[SessionStore] skipping unsafe subpath from listSubkeys: ${h}`,{level:"warn"});continue}let v=await Ar(e.load({projectKey:i,sessionId:t,subpath:h}),n,`SessionStore.load() timed out after ${n}ms for session ${t} subpath ${h}`);if(!v||v.length===0)continue;let x=[],w=[];for(let A of v)if(tw(A))x.push(A);else w.push(A);if(w.length>0)await Xx(BU(y),{recursive:!0}),await Qa(y,w);if(x.length>0){let A=x.at(-1),U=pu(m,h+".meta.json");await Xx(BU(U),{recursive:!0});let{type:se,...Le}=A;await KU(U,pe(Le),{mode:384})}}}return a}catch(c){throw await yg(a),c}}function Qx(e,t,r,o){let{systemPrompt:n,settings:i,managedSettings:s,settingSources:a,sandbox:c,...u}=e??{},d,p,f;if(n===void 0)d="";else if(typeof n==="string")d=n;else if(Array.isArray(n))d=n;else if(n.type==="preset")p=n.append,f=n.excludeDynamicSections;process.env.CLAUDE_AGENT_SDK_VERSION="0.3.174";let{abortController:m=Hs(),additionalDirectories:g=[],agent:h,agents:y,allowedTools:v=[],betas:x,canUseTool:w,continue:A,cwd:U,debug:se,debugFile:Le,disallowedTools:Ye=[],tools:Lt,env:yt,executable:Qn=bu()?"bun":"node",executableArgs:Go=[],extraArgs:Rr={},fallbackModel:Ns,enableFileCheckpointing:cn,toolConfig:V,forkSession:fu,hooks:mu,includeHookEvents:js,includePartialMessages:Us,forwardSubagentText:zs,onElicitation:gu,onUserDialog:je,supportedDialogKinds:Ft,persistSession:Sr,sessionStore:$r,sessionStoreFlush:rz,thinking:Ls,effort:nz,maxThinkingTokens:_g,maxTurns:oz,maxBudgetUsd:iz,taskBudget:sz,mcpServers:ow,model:az,outputFormat:iw,permissionMode:cz="default",allowDangerouslySkipPermissions:lz=!1,permissionPromptToolName:uz,plugins:dz,getOAuthToken:sw,getHostAuthToken:aw,workload:cw,resume:lw,resumeSessionAt:pz,sessionId:fz,skills:uw,stderr:mz,strictMcpConfig:gz}=u;if($r&&Sr===!1)throw Error("sessionStore cannot be used with persistSession: false -- the storage adapter requires local writes to mirror from. Use CLAUDE_CONFIG_DIR=/tmp for ephemeral local writes with external mirroring.");if(Ft!==void 0&&Ft.length>0&&!je)throw Error("supportedDialogKinds requires an onUserDialog callback -- declaring dialog kinds without a handler would park dialogs nothing can answer. Provide onUserDialog, or omit supportedDialogKinds.");if($r&&A&&!lw&&!$r.listSessions)throw Error("Options.continue with sessionStore requires store.listSessions to be implemented");if($r&&cn)throw Error("enableFileCheckpointing is not yet supported with sessionStore (backup blobs are not mirrored, so rewindFiles() fails after a store-backed resume).");if($r&&u.spawnClaudeCodeProcess)ee("sessionStore with custom spawnClaudeCodeProcess: ensure the subprocess CLAUDE_CONFIG_DIR matches the parent (same path, same separators) or transcript_mirror frames will be dropped.",{level:"warn"});let vg=u.pathToClaudeCodeExecutable;if(!vg){let $t=Ore(import.meta.url),nr=Ire($t),eo=jT((Jo)=>nr.resolve(Jo));if(!eo)throw Error(`Native CLI binary for ${process.platform}-${process.arch} not found. Reinstall @anthropic-ai/claude-agent-sdk without --omit=optional, or set options.pathToClaudeCodeExecutable.`);vg=eo}let dw=iw?.type==="json_schema"?iw.schema:void 0,ut=yt?{...yt}:{...process.env};if(!ut.CLAUDE_CODE_ENTRYPOINT)ut.CLAUDE_CODE_ENTRYPOINT="sdk-ts";if(!ut.CLAUDE_AGENT_SDK_VERSION)ut.CLAUDE_AGENT_SDK_VERSION="0.3.174";if(cn)ut.CLAUDE_CODE_ENABLE_SDK_FILE_CHECKPOINTING="true";if(sw)ut.CLAUDE_CODE_SDK_HAS_OAUTH_REFRESH="1";if(aw)ut.CLAUDE_CODE_SDK_HAS_HOST_AUTH_REFRESH="1";if(V?.askUserQuestion?.previewFormat)ut.CLAUDE_CODE_QUESTION_PREVIEW_FORMAT=V.askUserQuestion.previewFormat;let Sg={};if(bg.propagation.inject(bg.context.active(),Sg),"traceparent"in Sg){for(let $t of["TRACEPARENT","TRACESTATE"])if(!($t in(yt??{})))delete ut[$t]}for(let[$t,nr]of Object.entries(Sg)){let eo=$t.toUpperCase();if(!(eo in(yt??{})))ut[eo]=nr}let pw={},fw=new Map;if(ow)for(let[$t,nr]of Object.entries(ow))if(nr.type==="sdk"&&nr.instance)fw.set($t,nr.instance);else pw[$t]=nr;let Fs;if(Ls)switch(Ls.type){case"adaptive":Fs={type:"adaptive",display:Ls.display};break;case"enabled":Fs={type:"enabled",budgetTokens:Ls.budgetTokens,display:Ls.display};break;case"disabled":Fs={type:"disabled"};break}else if(_g!==void 0)Fs=_g===0?{type:"disabled"}:{type:"enabled",budgetTokens:_g};if(r){if(ut.CLAUDE_CONFIG_DIR=r,process.platform==="win32")ut.CLAUDE_SECURESTORAGE_CONFIG_DIR=yt?.CLAUDE_SECURESTORAGE_CONFIG_DIR??process.env.CLAUDE_SECURESTORAGE_CONFIG_DIR??yt?.CLAUDE_CONFIG_DIR??process.env.CLAUDE_CONFIG_DIR??""}let mw=new Ah({abortController:m,additionalDirectories:g,agent:h,betas:x,cwd:U,debug:se,debugFile:Le,executable:Qn,executableArgs:Go,extraArgs:cw?{...Rr,workload:cw}:Rr,pathToClaudeCodeExecutable:vg,env:ut,forkSession:fu,stderr:mz,thinkingConfig:Fs,effort:nz,maxTurns:oz,maxBudgetUsd:iz,taskBudget:sz,model:az,fallbackModel:Ns,jsonSchema:dw,permissionMode:cz,allowDangerouslySkipPermissions:lz,permissionPromptToolName:uz,continueConversation:$r?void 0:A,resume:lw,resumeSessionAt:pz,sessionId:fz,settings:typeof i==="object"?pe(i):i,managedSettings:s?pe(s):void 0,settingSources:a,skills:uw,allowedTools:v,disallowedTools:Ye,tools:Lt,mcpServers:pw,strictMcpConfig:gz,canUseTool:!!w,hooks:!!mu,includeHookEvents:js,includePartialMessages:Us,persistSession:Sr,sessionMirror:!!$r,plugins:dz,sandbox:c,spawnClaudeCodeProcess:u.spawnClaudeCodeProcess,deferSpawn:o}),hz={systemPrompt:d,appendSystemPrompt:p,planModeInstructions:u.planModeInstructions,appendSubagentSystemPrompt:u.appendSubagentSystemPrompt,toolAliases:u.toolAliases,excludeDynamicSections:f,agents:y,title:u.title,skills:uw,webSearchIsolationExemptMcpServers:u.webSearchIsolationExemptMcpServers,promptSuggestions:u.promptSuggestions,agentProgressSummaries:u.agentProgressSummaries,forwardSubagentText:zs,supportedDialogKinds:Ft},xg=new Nh(mw,t,w,mu,m,fw,dw,hz,gu,sw,aw,je);if($r){let $t=()=>zt(ut.CLAUDE_CONFIG_DIR??zt(Yx(),".claude"),"projects"),nr=rz==="eager",eo=new jh(async(Jo,wg)=>{let Bs=VU(Jo,$t());if(Bs)await $r.append(Bs,wg);else ee(`[SessionStore] dropping mirror frame: filePath ${Jo} is not under ${$t()} -- subprocess CLAUDE_CONFIG_DIR likely differs from parent (custom spawnClaudeCodeProcess / container?)`,{level:"warn"})},void 0,(Jo,wg)=>{let Bs=VU(Jo,$t());if(Bs)xg.reportMirrorError(Bs,wg.message)},nr?0:_d,nr?0:vd);xg.setTranscriptMirrorBatcher(eo)}return{queryInstance:xg,transport:mw,abortController:m,processEnv:ut}}function ew(e,t,r,o){if(typeof r==="string")t.write(pe({type:"user",session_id:"",message:{role:"user",content:[{type:"text",text:r}]},parent_tool_use_id:null})+`
|
|
116
|
-
`);else e.streamInput(r).catch((n)=>o.abort(n))}var
|
|
114
|
+
`+"\t".repeat(t))}};var $N;(function(e){e.DEFAULT={allowTrailingComma:!1}})($N||($N={}));var AN;(function(e){e[e.None=0]="None",e[e.UnexpectedEndOfComment=1]="UnexpectedEndOfComment",e[e.UnexpectedEndOfString=2]="UnexpectedEndOfString",e[e.UnexpectedEndOfNumber=3]="UnexpectedEndOfNumber",e[e.InvalidUnicode=4]="InvalidUnicode",e[e.InvalidEscapeCharacter=5]="InvalidEscapeCharacter",e[e.InvalidCharacter=6]="InvalidCharacter"})(AN||(AN={}));var ON;(function(e){e[e.OpenBraceToken=1]="OpenBraceToken",e[e.CloseBraceToken=2]="CloseBraceToken",e[e.OpenBracketToken=3]="OpenBracketToken",e[e.CloseBracketToken=4]="CloseBracketToken",e[e.CommaToken=5]="CommaToken",e[e.ColonToken=6]="ColonToken",e[e.NullKeyword=7]="NullKeyword",e[e.TrueKeyword=8]="TrueKeyword",e[e.FalseKeyword=9]="FalseKeyword",e[e.StringLiteral=10]="StringLiteral",e[e.NumericLiteral=11]="NumericLiteral",e[e.LineCommentTrivia=12]="LineCommentTrivia",e[e.BlockCommentTrivia=13]="BlockCommentTrivia",e[e.LineBreakTrivia=14]="LineBreakTrivia",e[e.Trivia=15]="Trivia",e[e.Unknown=16]="Unknown",e[e.EOF=17]="EOF"})(ON||(ON={}));var CN;(function(e){e[e.InvalidSymbol=1]="InvalidSymbol",e[e.InvalidNumberFormat=2]="InvalidNumberFormat",e[e.PropertyNameExpected=3]="PropertyNameExpected",e[e.ValueExpected=4]="ValueExpected",e[e.ColonExpected=5]="ColonExpected",e[e.CommaExpected=6]="CommaExpected",e[e.CloseBraceExpected=7]="CloseBraceExpected",e[e.CloseBracketExpected=8]="CloseBracketExpected",e[e.EndOfFileExpected=9]="EndOfFileExpected",e[e.InvalidCommentToken=10]="InvalidCommentToken",e[e.UnexpectedEndOfComment=11]="UnexpectedEndOfComment",e[e.UnexpectedEndOfString=12]="UnexpectedEndOfString",e[e.UnexpectedEndOfNumber=13]="UnexpectedEndOfNumber",e[e.InvalidUnicode=14]="InvalidUnicode",e[e.InvalidEscapeCharacter=15]="InvalidEscapeCharacter",e[e.InvalidCharacter=16]="InvalidCharacter"})(CN||(CN={}));function tg(e){return e.startsWith("\uFEFF")?e.slice(1):e}import Ne from"node:path";import MN from"node:os";import Ix from"node:process";var Vn=MN.homedir(),Rx=MN.tmpdir(),{env:Ps}=Ix,ZQ=(e)=>{let t=Ne.join(Vn,"Library");return{data:Ne.join(t,"Application Support",e),config:Ne.join(t,"Preferences",e),cache:Ne.join(t,"Caches",e),log:Ne.join(t,"Logs",e),temp:Ne.join(Rx,e)}},VQ=(e)=>{let t=Ps.APPDATA||Ne.join(Vn,"AppData","Roaming"),r=Ps.LOCALAPPDATA||Ne.join(Vn,"AppData","Local");return{data:Ne.join(r,e,"Data"),config:Ne.join(t,e,"Config"),cache:Ne.join(r,e,"Cache"),log:Ne.join(r,e,"Log"),temp:Ne.join(Rx,e)}},WQ=(e)=>{let t=Ne.basename(Vn);return{data:Ne.join(Ps.XDG_DATA_HOME||Ne.join(Vn,".local","share"),e),config:Ne.join(Ps.XDG_CONFIG_HOME||Ne.join(Vn,".config"),e),cache:Ne.join(Ps.XDG_CACHE_HOME||Ne.join(Vn,".cache"),e),log:Ne.join(Ps.XDG_STATE_HOME||Ne.join(Vn,".local","state"),e),temp:Ne.join(Rx,t,e)}};function $x(e,{suffix:t="nodejs"}={}){if(typeof e!=="string")throw TypeError(`Expected a string, got ${typeof e}`);if(t)e+=`-${t}`;if(Ix.platform==="darwin")return ZQ(e);if(Ix.platform==="win32")return VQ(e);return WQ(e)}var JPe=$x("claude-cli");function KQ(){if(process.env.CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC)return"essential-traffic";if(process.env.DISABLE_TELEMETRY)return"no-telemetry";if(Ee(process.env.DO_NOT_TRACK))return"no-telemetry";return"default"}function DN(){return KQ()==="essential-traffic"}var GQ=100,Ax=[];function JQ(e){if(Ax.length>=GQ)Ax.shift();Ax.push(e)}var XQ=[],NN=null;var SIe=Ce(()=>process.argv.includes("--hard-fail"));function rg(e){let t=kr(e);try{if(Ee(process.env.CLAUDE_CODE_USE_BEDROCK)||Ee(process.env.CLAUDE_CODE_USE_VERTEX)||Ee(process.env.CLAUDE_CODE_USE_FOUNDRY)||Ee(process.env.CLAUDE_CODE_USE_ANTHROPIC_AWS)||Ee(process.env.CLAUDE_CODE_USE_MANTLE)||process.env.DISABLE_ERROR_REPORTING||DN())return;let o={error:t.stack||t.message,timestamp:new Date().toISOString()};if(JQ(o),NN===null){XQ.push({type:"error",error:t});return}NN.logError(t)}catch{}}var Is=typeof performance==="object"&&performance&&typeof performance.now==="function"?performance:Date,UN=new Set,Ox=typeof process==="object"&&!!process?process:{},zN=(e,t,r,o)=>{typeof Ox.emitWarning==="function"?Ox.emitWarning(e,t,r,o):console.error(`[${r}] ${t}: ${e}`)},ng=globalThis.AbortController,jN=globalThis.AbortSignal;if(typeof ng>"u"){jN=class{onabort;_onabort=[];reason;aborted=!1;addEventListener(o,n){this._onabort.push(n)}},ng=class{constructor(){t()}signal=new jN;abort(o){if(this.signal.aborted)return;this.signal.reason=o,this.signal.aborted=!0;for(let n of this.signal._onabort)n(o);this.signal.onabort?.(o)}};let e=Ox.env?.LRU_CACHE_IGNORE_AC_WARNING!=="1",t=()=>{if(!e)return;e=!1,zN("AbortController is not defined. If using lru-cache in node 14, load an AbortController polyfill from the `node-abort-controller` package. A minimal polyfill is provided for use by LRUCache.fetch(), but it should not be relied upon in other contexts (eg, passing it to other APIs that use AbortController/AbortSignal might have undesirable effects). You may disable this with LRU_CACHE_IGNORE_AC_WARNING=1 in the env.","NO_ABORT_CONTROLLER","ENOTSUP",t)}}var YQ=(e)=>!UN.has(e),wIe=Symbol("type"),Wn=(e)=>e&&e===Math.floor(e)&&e>0&&isFinite(e),LN=(e)=>!Wn(e)?null:e<=Math.pow(2,8)?Uint8Array:e<=Math.pow(2,16)?Uint16Array:e<=Math.pow(2,32)?Uint32Array:e<=Number.MAX_SAFE_INTEGER?Ql:null;class Ql extends Array{constructor(e){super(e);this.fill(0)}}class Rs{heap;length;static#n=!1;static create(e){let t=LN(e);if(!t)return[];Rs.#n=!0;let r=new Rs(e,t);return Rs.#n=!1,r}constructor(e,t){if(!Rs.#n)throw TypeError("instantiate Stack using Stack.create(n)");this.heap=new t(e),this.length=0}push(e){this.heap[this.length++]=e}pop(){return this.heap[--this.length]}}class og{#n;#d;#g;#h;#$;#A;ttl;ttlResolution;ttlAutopurge;updateAgeOnGet;updateAgeOnHas;allowStale;noDisposeOnSet;noUpdateTTL;maxEntrySize;sizeCalculation;noDeleteOnFetchRejection;noDeleteOnStaleGet;allowStaleOnFetchAbort;allowStaleOnFetchRejection;ignoreFetchAbort;#i;#y;#o;#r;#e;#l;#p;#c;#s;#b;#a;#_;#v;#f;#S;#T;#u;static unsafeExposeInternals(e){return{starts:e.#v,ttls:e.#f,sizes:e.#_,keyMap:e.#o,keyList:e.#r,valList:e.#e,next:e.#l,prev:e.#p,get head(){return e.#c},get tail(){return e.#s},free:e.#b,isBackgroundFetch:(t)=>e.#t(t),backgroundFetch:(t,r,o,n)=>e.#M(t,r,o,n),moveToTail:(t)=>e.#R(t),indexes:(t)=>e.#x(t),rindexes:(t)=>e.#w(t),isStale:(t)=>e.#m(t)}}get max(){return this.#n}get maxSize(){return this.#d}get calculatedSize(){return this.#y}get size(){return this.#i}get fetchMethod(){return this.#$}get memoMethod(){return this.#A}get dispose(){return this.#g}get disposeAfter(){return this.#h}constructor(e){let{max:t=0,ttl:r,ttlResolution:o=1,ttlAutopurge:n,updateAgeOnGet:i,updateAgeOnHas:s,allowStale:a,dispose:c,disposeAfter:u,noDisposeOnSet:d,noUpdateTTL:p,maxSize:f=0,maxEntrySize:m=0,sizeCalculation:g,fetchMethod:h,memoMethod:y,noDeleteOnFetchRejection:v,noDeleteOnStaleGet:x,allowStaleOnFetchRejection:w,allowStaleOnFetchAbort:O,ignoreFetchAbort:U}=e;if(t!==0&&!Wn(t))throw TypeError("max option must be a nonnegative integer");let se=t?LN(t):Array;if(!se)throw Error("invalid max value: "+t);if(this.#n=t,this.#d=f,this.maxEntrySize=m||this.#d,this.sizeCalculation=g,this.sizeCalculation){if(!this.#d&&!this.maxEntrySize)throw TypeError("cannot set sizeCalculation without setting maxSize or maxEntrySize");if(typeof this.sizeCalculation!=="function")throw TypeError("sizeCalculation set to non-function")}if(y!==void 0&&typeof y!=="function")throw TypeError("memoMethod must be a function if defined");if(this.#A=y,h!==void 0&&typeof h!=="function")throw TypeError("fetchMethod must be a function if specified");if(this.#$=h,this.#T=!!h,this.#o=new Map,this.#r=Array(t).fill(void 0),this.#e=Array(t).fill(void 0),this.#l=new se(t),this.#p=new se(t),this.#c=0,this.#s=0,this.#b=Rs.create(t),this.#i=0,this.#y=0,typeof c==="function")this.#g=c;if(typeof u==="function")this.#h=u,this.#a=[];else this.#h=void 0,this.#a=void 0;if(this.#S=!!this.#g,this.#u=!!this.#h,this.noDisposeOnSet=!!d,this.noUpdateTTL=!!p,this.noDeleteOnFetchRejection=!!v,this.allowStaleOnFetchRejection=!!w,this.allowStaleOnFetchAbort=!!O,this.ignoreFetchAbort=!!U,this.maxEntrySize!==0){if(this.#d!==0){if(!Wn(this.#d))throw TypeError("maxSize must be a positive integer if specified")}if(!Wn(this.maxEntrySize))throw TypeError("maxEntrySize must be a positive integer if specified");this.#F()}if(this.allowStale=!!a,this.noDeleteOnStaleGet=!!x,this.updateAgeOnGet=!!i,this.updateAgeOnHas=!!s,this.ttlResolution=Wn(o)||o===0?o:1,this.ttlAutopurge=!!n,this.ttl=r||0,this.ttl){if(!Wn(this.ttl))throw TypeError("ttl must be a positive integer if specified");this.#D()}if(this.#n===0&&this.ttl===0&&this.#d===0)throw TypeError("At least one of max, maxSize, or ttl is required");if(!this.ttlAutopurge&&!this.#n&&!this.#d){if(YQ("LRU_CACHE_UNBOUNDED"))UN.add("LRU_CACHE_UNBOUNDED"),zN("TTL caching without ttlAutopurge, max, or maxSize can result in unbounded memory consumption.","UnboundedCacheWarning","LRU_CACHE_UNBOUNDED",og)}}getRemainingTTL(e){return this.#o.has(e)?1/0:0}#D(){let e=new Ql(this.#n),t=new Ql(this.#n);this.#f=e,this.#v=t,this.#N=(n,i,s=Is.now())=>{if(t[n]=i!==0?s:0,e[n]=i,i!==0&&this.ttlAutopurge){let a=setTimeout(()=>{if(this.#m(n))this.#k(this.#r[n],"expire")},i+1);if(a.unref)a.unref()}},this.#P=(n)=>{t[n]=e[n]!==0?Is.now():0},this.#E=(n,i)=>{if(e[i]){let s=e[i],a=t[i];if(!s||!a)return;n.ttl=s,n.start=a,n.now=r||o();let c=n.now-a;n.remainingTTL=s-c}};let r=0,o=()=>{let n=Is.now();if(this.ttlResolution>0){r=n;let i=setTimeout(()=>r=0,this.ttlResolution);if(i.unref)i.unref()}return n};this.getRemainingTTL=(n)=>{let i=this.#o.get(n);if(i===void 0)return 0;let s=e[i],a=t[i];if(!s||!a)return 1/0;let c=(r||o())-a;return s-c},this.#m=(n)=>{let i=t[n],s=e[n];return!!s&&!!i&&(r||o())-i>s}}#P=()=>{};#E=()=>{};#N=()=>{};#m=()=>!1;#F(){let e=new Ql(this.#n);this.#y=0,this.#_=e,this.#I=(t)=>{this.#y-=e[t],e[t]=0},this.#j=(t,r,o,n)=>{if(this.#t(r))return 0;if(!Wn(o))if(n){if(typeof n!=="function")throw TypeError("sizeCalculation must be a function");if(o=n(r,t),!Wn(o))throw TypeError("sizeCalculation return invalid (expect positive integer)")}else throw TypeError("invalid size value (must be positive integer). When maxSize or maxEntrySize is used, sizeCalculation or size must be set.");return o},this.#O=(t,r,o)=>{if(e[t]=r,this.#d){let n=this.#d-e[t];while(this.#y>n)this.#C(!0)}if(this.#y+=e[t],o)o.entrySize=r,o.totalCalculatedSize=this.#y}}#I=(e)=>{};#O=(e,t,r)=>{};#j=(e,t,r,o)=>{if(r||o)throw TypeError("cannot set size without setting maxSize or maxEntrySize on cache");return 0};*#x({allowStale:e=this.allowStale}={}){if(this.#i)for(let t=this.#s;;){if(!this.#U(t))break;if(e||!this.#m(t))yield t;if(t===this.#c)break;else t=this.#p[t]}}*#w({allowStale:e=this.allowStale}={}){if(this.#i)for(let t=this.#c;;){if(!this.#U(t))break;if(e||!this.#m(t))yield t;if(t===this.#s)break;else t=this.#l[t]}}#U(e){return e!==void 0&&this.#o.get(this.#r[e])===e}*entries(){for(let e of this.#x())if(this.#e[e]!==void 0&&this.#r[e]!==void 0&&!this.#t(this.#e[e]))yield[this.#r[e],this.#e[e]]}*rentries(){for(let e of this.#w())if(this.#e[e]!==void 0&&this.#r[e]!==void 0&&!this.#t(this.#e[e]))yield[this.#r[e],this.#e[e]]}*keys(){for(let e of this.#x()){let t=this.#r[e];if(t!==void 0&&!this.#t(this.#e[e]))yield t}}*rkeys(){for(let e of this.#w()){let t=this.#r[e];if(t!==void 0&&!this.#t(this.#e[e]))yield t}}*values(){for(let e of this.#x())if(this.#e[e]!==void 0&&!this.#t(this.#e[e]))yield this.#e[e]}*rvalues(){for(let e of this.#w())if(this.#e[e]!==void 0&&!this.#t(this.#e[e]))yield this.#e[e]}[Symbol.iterator](){return this.entries()}[Symbol.toStringTag]="LRUCache";find(e,t={}){for(let r of this.#x()){let o=this.#e[r],n=this.#t(o)?o.__staleWhileFetching:o;if(n===void 0)continue;if(e(n,this.#r[r],this))return this.get(this.#r[r],t)}}forEach(e,t=this){for(let r of this.#x()){let o=this.#e[r],n=this.#t(o)?o.__staleWhileFetching:o;if(n===void 0)continue;e.call(t,n,this.#r[r],this)}}rforEach(e,t=this){for(let r of this.#w()){let o=this.#e[r],n=this.#t(o)?o.__staleWhileFetching:o;if(n===void 0)continue;e.call(t,n,this.#r[r],this)}}purgeStale(){let e=!1;for(let t of this.#w({allowStale:!0}))if(this.#m(t))this.#k(this.#r[t],"expire"),e=!0;return e}info(e){let t=this.#o.get(e);if(t===void 0)return;let r=this.#e[t],o=this.#t(r)?r.__staleWhileFetching:r;if(o===void 0)return;let n={value:o};if(this.#f&&this.#v){let i=this.#f[t],s=this.#v[t];if(i&&s){let a=i-(Is.now()-s);n.ttl=a,n.start=Date.now()}}if(this.#_)n.size=this.#_[t];return n}dump(){let e=[];for(let t of this.#x({allowStale:!0})){let r=this.#r[t],o=this.#e[t],n=this.#t(o)?o.__staleWhileFetching:o;if(n===void 0||r===void 0)continue;let i={value:n};if(this.#f&&this.#v){i.ttl=this.#f[t];let s=Is.now()-this.#v[t];i.start=Math.floor(Date.now()-s)}if(this.#_)i.size=this.#_[t];e.unshift([r,i])}return e}load(e){this.clear();for(let[t,r]of e){if(r.start){let o=Date.now()-r.start;r.start=Is.now()-o}this.set(t,r.value,r)}}set(e,t,r={}){if(t===void 0)return this.delete(e),this;let{ttl:o=this.ttl,start:n,noDisposeOnSet:i=this.noDisposeOnSet,sizeCalculation:s=this.sizeCalculation,status:a}=r,{noUpdateTTL:c=this.noUpdateTTL}=r,u=this.#j(e,t,r.size||0,s);if(this.maxEntrySize&&u>this.maxEntrySize){if(a)a.set="miss",a.maxEntrySizeExceeded=!0;return this.#k(e,"set"),this}let d=this.#i===0?void 0:this.#o.get(e);if(d===void 0){if(d=this.#i===0?this.#s:this.#b.length!==0?this.#b.pop():this.#i===this.#n?this.#C(!1):this.#i,this.#r[d]=e,this.#e[d]=t,this.#o.set(e,d),this.#l[this.#s]=d,this.#p[d]=this.#s,this.#s=d,this.#i++,this.#O(d,u,a),a)a.set="add";c=!1}else{this.#R(d);let p=this.#e[d];if(t!==p){if(this.#T&&this.#t(p)){p.__abortController.abort(Error("replaced"));let{__staleWhileFetching:f}=p;if(f!==void 0&&!i){if(this.#S)this.#g?.(f,e,"set");if(this.#u)this.#a?.push([f,e,"set"])}}else if(!i){if(this.#S)this.#g?.(p,e,"set");if(this.#u)this.#a?.push([p,e,"set"])}if(this.#I(d),this.#O(d,u,a),this.#e[d]=t,a){a.set="replace";let f=p&&this.#t(p)?p.__staleWhileFetching:p;if(f!==void 0)a.oldValue=f}}else if(a)a.set="update"}if(o!==0&&!this.#f)this.#D();if(this.#f){if(!c)this.#N(d,o,n);if(a)this.#E(a,d)}if(!i&&this.#u&&this.#a){let p=this.#a,f;while(f=p?.shift())this.#h?.(...f)}return this}pop(){try{while(this.#i){let e=this.#e[this.#c];if(this.#C(!0),this.#t(e)){if(e.__staleWhileFetching)return e.__staleWhileFetching}else if(e!==void 0)return e}}finally{if(this.#u&&this.#a){let e=this.#a,t;while(t=e?.shift())this.#h?.(...t)}}}#C(e){let t=this.#c,r=this.#r[t],o=this.#e[t];if(this.#T&&this.#t(o))o.__abortController.abort(Error("evicted"));else if(this.#S||this.#u){if(this.#S)this.#g?.(o,r,"evict");if(this.#u)this.#a?.push([o,r,"evict"])}if(this.#I(t),e)this.#r[t]=void 0,this.#e[t]=void 0,this.#b.push(t);if(this.#i===1)this.#c=this.#s=0,this.#b.length=0;else this.#c=this.#l[t];return this.#o.delete(r),this.#i--,t}has(e,t={}){let{updateAgeOnHas:r=this.updateAgeOnHas,status:o}=t,n=this.#o.get(e);if(n!==void 0){let i=this.#e[n];if(this.#t(i)&&i.__staleWhileFetching===void 0)return!1;if(!this.#m(n)){if(r)this.#P(n);if(o)o.has="hit",this.#E(o,n);return!0}else if(o)o.has="stale",this.#E(o,n)}else if(o)o.has="miss";return!1}peek(e,t={}){let{allowStale:r=this.allowStale}=t,o=this.#o.get(e);if(o===void 0||!r&&this.#m(o))return;let n=this.#e[o];return this.#t(n)?n.__staleWhileFetching:n}#M(e,t,r,o){let n=t===void 0?void 0:this.#e[t];if(this.#t(n))return n;let i=new ng,{signal:s}=r;s?.addEventListener("abort",()=>i.abort(s.reason),{signal:i.signal});let a={signal:i.signal,options:r,context:o},c=(g,h=!1)=>{let{aborted:y}=i.signal,v=r.ignoreFetchAbort&&g!==void 0;if(r.status)if(y&&!h){if(r.status.fetchAborted=!0,r.status.fetchError=i.signal.reason,v)r.status.fetchAbortIgnored=!0}else r.status.fetchResolved=!0;if(y&&!v&&!h)return d(i.signal.reason);let x=f;if(this.#e[t]===f)if(g===void 0)if(x.__staleWhileFetching)this.#e[t]=x.__staleWhileFetching;else this.#k(e,"fetch");else{if(r.status)r.status.fetchUpdated=!0;this.set(e,g,a.options)}return g},u=(g)=>{if(r.status)r.status.fetchRejected=!0,r.status.fetchError=g;return d(g)},d=(g)=>{let{aborted:h}=i.signal,y=h&&r.allowStaleOnFetchAbort,v=y||r.allowStaleOnFetchRejection,x=v||r.noDeleteOnFetchRejection,w=f;if(this.#e[t]===f){if(!x||w.__staleWhileFetching===void 0)this.#k(e,"fetch");else if(!y)this.#e[t]=w.__staleWhileFetching}if(v){if(r.status&&w.__staleWhileFetching!==void 0)r.status.returnedStale=!0;return w.__staleWhileFetching}else if(w.__returned===w)throw g},p=(g,h)=>{let y=this.#$?.(e,n,a);if(y&&y instanceof Promise)y.then((v)=>g(v===void 0?void 0:v),h);i.signal.addEventListener("abort",()=>{if(!r.ignoreFetchAbort||r.allowStaleOnFetchAbort){if(g(void 0),r.allowStaleOnFetchAbort)g=(v)=>c(v,!0)}})};if(r.status)r.status.fetchDispatched=!0;let f=new Promise(p).then(c,u),m=Object.assign(f,{__abortController:i,__staleWhileFetching:n,__returned:void 0});if(t===void 0)this.set(e,m,{...a.options,status:void 0}),t=this.#o.get(e);else this.#e[t]=m;return m}#t(e){if(!this.#T)return!1;let t=e;return!!t&&t instanceof Promise&&t.hasOwnProperty("__staleWhileFetching")&&t.__abortController instanceof ng}async fetch(e,t={}){let{allowStale:r=this.allowStale,updateAgeOnGet:o=this.updateAgeOnGet,noDeleteOnStaleGet:n=this.noDeleteOnStaleGet,ttl:i=this.ttl,noDisposeOnSet:s=this.noDisposeOnSet,size:a=0,sizeCalculation:c=this.sizeCalculation,noUpdateTTL:u=this.noUpdateTTL,noDeleteOnFetchRejection:d=this.noDeleteOnFetchRejection,allowStaleOnFetchRejection:p=this.allowStaleOnFetchRejection,ignoreFetchAbort:f=this.ignoreFetchAbort,allowStaleOnFetchAbort:m=this.allowStaleOnFetchAbort,context:g,forceRefresh:h=!1,status:y,signal:v}=t;if(!this.#T){if(y)y.fetch="get";return this.get(e,{allowStale:r,updateAgeOnGet:o,noDeleteOnStaleGet:n,status:y})}let x={allowStale:r,updateAgeOnGet:o,noDeleteOnStaleGet:n,ttl:i,noDisposeOnSet:s,size:a,sizeCalculation:c,noUpdateTTL:u,noDeleteOnFetchRejection:d,allowStaleOnFetchRejection:p,allowStaleOnFetchAbort:m,ignoreFetchAbort:f,status:y,signal:v},w=this.#o.get(e);if(w===void 0){if(y)y.fetch="miss";let O=this.#M(e,w,x,g);return O.__returned=O}else{let O=this.#e[w];if(this.#t(O)){let Lt=r&&O.__staleWhileFetching!==void 0;if(y){if(y.fetch="inflight",Lt)y.returnedStale=!0}return Lt?O.__staleWhileFetching:O.__returned=O}let U=this.#m(w);if(!h&&!U){if(y)y.fetch="hit";if(this.#R(w),o)this.#P(w);if(y)this.#E(y,w);return O}let se=this.#M(e,w,x,g),Ye=se.__staleWhileFetching!==void 0&&r;if(y){if(y.fetch=U?"stale":"refresh",Ye&&U)y.returnedStale=!0}return Ye?se.__staleWhileFetching:se.__returned=se}}async forceFetch(e,t={}){let r=await this.fetch(e,t);if(r===void 0)throw Error("fetch() returned undefined");return r}memo(e,t={}){let r=this.#A;if(!r)throw Error("no memoMethod provided to constructor");let{context:o,forceRefresh:n,...i}=t,s=this.get(e,i);if(!n&&s!==void 0)return s;let a=r(e,s,{options:i,context:o});return this.set(e,a,i),a}get(e,t={}){let{allowStale:r=this.allowStale,updateAgeOnGet:o=this.updateAgeOnGet,noDeleteOnStaleGet:n=this.noDeleteOnStaleGet,status:i}=t,s=this.#o.get(e);if(s!==void 0){let a=this.#e[s],c=this.#t(a);if(i)this.#E(i,s);if(this.#m(s)){if(i)i.get="stale";if(!c){if(!n)this.#k(e,"expire");if(i&&r)i.returnedStale=!0;return r?a:void 0}else{if(i&&r&&a.__staleWhileFetching!==void 0)i.returnedStale=!0;return r?a.__staleWhileFetching:void 0}}else{if(i)i.get="hit";if(c)return a.__staleWhileFetching;if(this.#R(s),o)this.#P(s);return a}}else if(i)i.get="miss"}#z(e,t){this.#p[t]=e,this.#l[e]=t}#R(e){if(e!==this.#s){if(e===this.#c)this.#c=this.#l[e];else this.#z(this.#p[e],this.#l[e]);this.#z(this.#s,e),this.#s=e}}delete(e){return this.#k(e,"delete")}#k(e,t){let r=!1;if(this.#i!==0){let o=this.#o.get(e);if(o!==void 0)if(r=!0,this.#i===1)this.#L(t);else{this.#I(o);let n=this.#e[o];if(this.#t(n))n.__abortController.abort(Error("deleted"));else if(this.#S||this.#u){if(this.#S)this.#g?.(n,e,t);if(this.#u)this.#a?.push([n,e,t])}if(this.#o.delete(e),this.#r[o]=void 0,this.#e[o]=void 0,o===this.#s)this.#s=this.#p[o];else if(o===this.#c)this.#c=this.#l[o];else{let i=this.#p[o];this.#l[i]=this.#l[o];let s=this.#l[o];this.#p[s]=this.#p[o]}this.#i--,this.#b.push(o)}}if(this.#u&&this.#a?.length){let o=this.#a,n;while(n=o?.shift())this.#h?.(...n)}return r}clear(){return this.#L("delete")}#L(e){for(let t of this.#w({allowStale:!0})){let r=this.#e[t];if(this.#t(r))r.__abortController.abort(Error("deleted"));else{let o=this.#r[t];if(this.#S)this.#g?.(r,o,e);if(this.#u)this.#a?.push([r,o,e])}}if(this.#o.clear(),this.#e.fill(void 0),this.#r.fill(void 0),this.#f&&this.#v)this.#f.fill(0),this.#v.fill(0);if(this.#_)this.#_.fill(0);if(this.#c=0,this.#s=0,this.#b.length=0,this.#y=0,this.#i=0,this.#u&&this.#a){let t=this.#a,r;while(r=t?.shift())this.#h?.(...r)}}}function FN(e,t,r=100){let o=new og({max:r}),n=(...i)=>{let s=t(...i),a=o.get(s);if(a!==void 0)return a;let c=e(...i);return o.set(s,c),c};return n.cache={clear:()=>o.clear(),size:()=>o.size,delete:(i)=>o.delete(i),get:(i)=>o.peek(i),has:(i)=>o.has(i)},n}var QQ=8192;function HN(e,t){try{return{ok:!0,value:JSON.parse(tg(e))}}catch(r){if(t)rg(r);return{ok:!1}}}var BN=FN(HN,(e)=>e,50);var $s=Object.assign(function(t,r=!0){if(!t)return null;let o=t.length>QQ?HN(t,r):BN(t,r);return o.ok?o.value:null},{cache:BN.cache});import{join as tee}from"path";import{readdir as FIe,readFile as eee}from"fs/promises";import{release as qN}from"os";var Ho=Ce(()=>{try{if(process.platform==="darwin")return"macos";if(process.platform==="win32")return"windows";if(process.platform==="linux"){if(process.env.WSL_DISTRO_NAME||process.env.WSL_INTEROP)return"wsl";try{let e=Be().readFileSync("/proc/version",{encoding:"utf8"});if(e.toLowerCase().includes("microsoft")||e.toLowerCase().includes("wsl"))return"wsl"}catch(e){ee(`Failed to read /proc/version for WSL detection: ${e}`,{level:"error"})}return"linux"}return"unknown"}catch(e){return rg(e),"unknown"}});var WIe=Ce(()=>{if(process.platform!=="linux")return;try{let e=Be().readFileSync("/proc/version",{encoding:"utf8"}),t=e.match(/WSL(\d+)/i);if(t&&t[1])return t[1];if(e.toLowerCase().includes("microsoft"))return"1";return}catch(e){ee(`Failed to read /proc/version for WSL detection: ${e}`,{level:"error"});return}}),KIe=Ce(async()=>{if(process.platform!=="linux")return;let e={linuxKernel:qN()};try{let t=await eee("/etc/os-release","utf8");for(let r of t.split(`
|
|
115
|
+
`)){let o=r.match(/^(ID|VERSION_ID)=(.*)$/);if(o&&o[1]&&o[2]){let n=o[2].replace(/^"|"$/g,"");if(o[1]==="ID")e.linuxDistroId=n;else e.linuxDistroVersion=n}}}catch{}return e});var GIe=Ce(()=>{if(process.platform!=="darwin")return;let t=qN().match(/^(\d+)\./);if(!t||!t[1])return;return parseInt(t[1],10)-9});var qo=Ce(function(){switch(Ho()){case"macos":return"/Library/Application Support/ClaudeCode";case"windows":return"C:\\Program Files\\ClaudeCode";default:return"/etc/claude-code"}}),eRe=Ce(function(){return tee(qo(),"managed-settings.d")});function ree(e,t,r){if(r!==void 0&&!dn(e[t],r)||r===void 0&&!(t in e))xi(e,t,r)}var eu=ree;function nee(e){return function(t,r,o){var n=-1,i=Object(t),s=o(t),a=s.length;while(a--){var c=s[e?a:++n];if(r(i[c],c,i)===!1)break}return t}}var ZN=nee;var oee=ZN(),VN=oee;function iee(e){return Kt(e)&&ki(e)}var WN=iee;var see="[object Object]",aee=Function.prototype,cee=Object.prototype,KN=aee.toString,lee=cee.hasOwnProperty,uee=KN.call(Object);function dee(e){if(!Kt(e)||wr(e)!=see)return!1;var t=pd(e);if(t===null)return!0;var r=lee.call(t,"constructor")&&t.constructor;return typeof r=="function"&&r instanceof r&&KN.call(r)==uee}var GN=dee;function pee(e,t){if(t==="constructor"&&typeof e[t]==="function")return;if(t=="__proto__")return;return e[t]}var tu=pee;function fee(e){return gE(e,ld(e))}var JN=fee;function mee(e,t,r,o,n,i,s){var a=tu(e,r),c=tu(t,r),u=s.get(c);if(u){eu(e,r,u);return}var d=i?i(a,c,r+"",e,t,s):void 0,p=d===void 0;if(p){var f=dt(c),m=!f&&La(c),g=!f&&!m&&ad(c);if(d=c,f||m||g)if(dt(a))d=a;else if(WN(a))d=ME(a);else if(m)p=!1,d=yh(c,!0);else if(g)p=!1,d=jE(c,!0);else d=[];else if(GN(c)||Lr(c)){if(d=a,Lr(a))d=JN(a);else if(!Qe(a)||Yo(a))d=LE(c)}else p=!1}if(p)s.set(c,d),n(d,c,o,i,s),s.delete(c);eu(e,r,d)}var XN=mee;function YN(e,t,r,o,n){if(e===t)return;VN(t,function(i,s){if(n||(n=new mE),Qe(i))XN(e,t,s,r,YN,o,n);else{var a=o?o(tu(e,s),i,s+"",e,t,n):void 0;if(a===void 0)a=i;eu(e,s,a)}},ld)}var QN=YN;function gee(e,t,r){switch(r.length){case 0:return e.call(t);case 1:return e.call(t,r[0]);case 2:return e.call(t,r[0],r[1]);case 3:return e.call(t,r[0],r[1],r[2])}return e.apply(t,r)}var ej=gee;var tj=Math.max;function hee(e,t,r){return t=tj(t===void 0?e.length-1:t,0),function(){var o=arguments,n=-1,i=tj(o.length-t,0),s=Array(i);while(++n<i)s[n]=o[t+n];n=-1;var a=Array(t+1);while(++n<t)a[n]=o[n];return a[t]=r(s),ej(e,this,a)}}var ig=hee;function yee(e){return function(){return e}}var rj=yee;var bee=!Si?fd:function(e,t){return Si(e,"toString",{configurable:!0,enumerable:!1,value:rj(t),writable:!0})},nj=bee;var _ee=800,vee=16,See=Date.now;function xee(e){var t=0,r=0;return function(){var o=See(),n=vee-(o-r);if(r=o,n>0){if(++t>=_ee)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}var oj=xee;var wee=oj(nj),sg=wee;function kee(e,t){return sg(ig(e,t,fd),e+"")}var ij=kee;function Eee(e,t,r){if(!Qe(r))return!1;var o=typeof t;if(o=="number"?ki(r)&&vn(t,r.length):o=="string"&&(t in r))return dn(r[t],e);return!1}var sj=Eee;function Tee(e){return ij(function(t,r){var o=-1,n=r.length,i=n>1?r[n-1]:void 0,s=n>2?r[2]:void 0;if(i=e.length>3&&typeof i=="function"?(n--,i):void 0,s&&sj(r[0],r[1],s))i=n<3?void 0:i,n=1;t=Object(t);while(++o<n){var a=r[o];if(a)e(t,a,o,i)}return t})}var aj=Tee;var Pee=aj(function(e,t,r,o){QN(e,t,r,o)}),on=Pee;function Iee(e,t,r,o){if(!Qe(e))return e;t=Sn(t,e);var n=-1,i=t.length,s=i-1,a=e;while(a!=null&&++n<i){var c=Ti(t[n]),u=r;if(c==="__proto__"||c==="constructor"||c==="prototype")return e;if(n!=s){var d=a[c];if(u=o?o(d,c,a):void 0,u===void 0)u=Qe(d)?d:vn(t[n+1])?[]:{}}td(a,c,u),a=a[c]}return e}var cj=Iee;function Ree(e,t,r){var o=-1,n=t.length,i={};while(++o<n){var s=t[o],a=JE(e,s);if(r(a,s))cj(i,Sn(s,e),a)}return i}var lj=Ree;function $ee(e,t){return lj(e,t,function(r,o){return QE(e,o)})}var uj=$ee;var dj=Ht?Ht.isConcatSpreadable:void 0;function Aee(e){return dt(e)||Lr(e)||!!(dj&&e&&e[dj])}var pj=Aee;function fj(e,t,r,o,n){var i=-1,s=e.length;r||(r=pj),n||(n=[]);while(++i<s){var a=e[i];if(t>0&&r(a))if(t>1)fj(a,t-1,r,o,n);else DE(n,a);else if(!o)n[n.length]=a}return n}var mj=fj;function Oee(e){var t=e==null?0:e.length;return t?mj(e,1):[]}var gj=Oee;function Cee(e){return sg(ig(e,void 0,gj),e+"")}var hj=Cee;var Mee=hj(function(e,t){return e==null?{}:uj(e,t)}),ag=Mee;import{dirname as Qte,join as Xn,resolve as lu}from"path";import{join as Dee}from"path";var Nee="remote-settings.json",Cx=null,jee;function yj(){return}function Uee(){return yj()??Dee(qt(),Nee)}function zee(){try{let e=Bo(Uee()),t=Ze(tg(e));if(!t||typeof t!=="object"||Array.isArray(t))return null;return t}catch{return null}}function bj(){if(!yj()&&jee!==!0)return null;if(Cx)return Cx;let e=zee();if(e)return Cx=e,mo(),e;return null}var _j=["userSettings","projectSettings","localSettings","flagSettings","policySettings"];import{userInfo as Lee}from"os";var vj="com.anthropic.claudecode",ru="HKLM\\SOFTWARE\\Policies\\ClaudeCode",nu="HKCU\\SOFTWARE\\Policies\\ClaudeCode",Kn="Settings",Sj="/usr/bin/plutil",xj=["-convert","json","-o","-","--"],wj=5000,Mx="/mnt/c/Windows/System32/reg.exe",As="/mnt/c/Program Files/ClaudeCode";function cg(){if(process.platform!=="linux")return!1;if(process.env.WSL_DISTRO_NAME)return!0;try{let e=At("fs").readFileSync("/proc/version","utf8").toLowerCase();return e.includes("microsoft")||e.includes("wsl")}catch{return!1}}function kj(){let e="";try{e=Lee().username}catch{}let t=[];if(e)t.push({path:`/Library/Managed Preferences/${e}/${vj}.plist`,label:"per-user managed preferences"});return t.push({path:`/Library/Managed Preferences/${vj}.plist`,label:"device-level managed preferences"}),t}import{isAbsolute as Ej}from"path";var Fee=P(()=>l.object({allowedDomains:l.array(l.string()).optional(),deniedDomains:l.array(l.string()).optional().describe("Domains that are always blocked, even if matched by allowedDomains. Supports the same wildcard syntax as allowedDomains. Merged from all settings sources regardless of allowManagedDomainsOnly."),allowManagedDomainsOnly:l.boolean().optional().describe("When true (and set in managed settings), only allowedDomains and WebFetch(domain:...) allow rules from managed settings are respected. User, project, local, and flag settings domains are ignored. Denied domains are still respected from all sources."),allowUnixSockets:l.array(l.string()).optional().describe("macOS only: Unix socket paths to allow. Ignored on Linux (seccomp cannot filter by path)."),allowAllUnixSockets:l.boolean().optional().describe("If true, allow all Unix sockets (disables blocking on both platforms)."),allowLocalBinding:l.boolean().optional(),allowMachLookup:l.array(l.string().refine((e)=>!(e.endsWith("*")?e.slice(0,-1):e).includes("*"),{message:'Wildcards are only allowed as a single trailing "*" (e.g., "com.example.*" or "*" for all services).'})).optional().describe('macOS only: Additional XPC/Mach service names to allow looking up. Supports trailing-wildcard prefix matching (e.g., "com.apple.coresimulator.*"). Needed for tools that communicate via XPC such as the iOS Simulator or Playwright.'),httpProxyPort:l.number().optional(),socksProxyPort:l.number().optional(),tlsTerminate:l.object({caCertPath:l.string().min(1).optional(),caKeyPath:l.string().min(1).optional()}).optional().describe("[EXPERIMENTAL] Enable in-process TLS termination so the per-request filter can see HTTPS request bodies. Provide a CA cert+key, or omit both to have sandbox-runtime generate an ephemeral one for the session.")}).optional()),Bee=P(()=>l.object({allowWrite:l.array(l.string()).optional().describe("Additional paths to allow writing within the sandbox. Merged with paths from Edit(...) allow permission rules."),denyWrite:l.array(l.string()).optional().describe("Additional paths to deny writing within the sandbox. Merged with paths from Edit(...) deny permission rules."),denyRead:l.array(l.string()).optional().describe("Additional paths to deny reading within the sandbox. Merged with paths from Read(...) deny permission rules."),allowRead:l.array(l.string()).optional().describe("Paths to re-allow reading within denyRead regions. Takes precedence over denyRead for matching paths."),allowManagedReadPathsOnly:l.boolean().optional().describe("When true (set in managed settings), only allowRead paths from policySettings are used.")}).optional()),Tj=P(()=>l.object({enabled:l.boolean().optional(),failIfUnavailable:l.boolean().optional().describe("Exit with an error at startup if sandbox.enabled is true but the sandbox cannot start (missing dependencies or unsupported platform). When false (default), a warning is shown and commands run unsandboxed. Intended for managed-settings deployments that require sandboxing as a hard gate."),autoAllowBashIfSandboxed:l.boolean().optional(),allowUnsandboxedCommands:l.boolean().optional().describe("Allow commands to run outside the sandbox via the dangerouslyDisableSandbox parameter. When false, the dangerouslyDisableSandbox parameter is completely ignored and all commands must run sandboxed. Default: true."),network:Fee(),filesystem:Bee(),ignoreViolations:l.record(l.string(),l.array(l.string())).optional(),enableWeakerNestedSandbox:l.boolean().optional(),enableWeakerNetworkIsolation:l.boolean().optional().describe("macOS only: Allow access to com.apple.trustd.agent in the sandbox. Needed for Go-based CLI tools (gh, gcloud, terraform, etc.) to verify TLS certificates when using httpProxyPort with a MITM proxy and custom CA. "+"**Reduces security** — opens a potential data exfiltration vector through the trustd service. Default: false"),excludedCommands:l.array(l.string()).optional(),ripgrep:l.object({command:l.string(),args:l.array(l.string()).optional()}).optional().describe("Custom ripgrep configuration for bundled ripgrep support"),bwrapPath:l.preprocess((e)=>typeof e==="string"&&Ej(e)?e:void 0,l.string()).optional().catch(void 0).describe("Linux/WSL only: Absolute path to the bwrap (bubblewrap) binary. Overrides auto-detection via PATH. Only honored from admin-controlled managed settings."),socatPath:l.preprocess((e)=>typeof e==="string"&&Ej(e)?e:void 0,l.string()).optional().catch(void 0).describe("Linux/WSL only: Absolute path to the socat binary used for the sandbox network proxy. Overrides auto-detection via PATH. Only honored from admin-controlled managed settings.")}).passthrough());var Pj=["auto","iterm2","iterm2_with_bell","terminal_bell","kitty","ghostty","notifications_disabled"],Ij=["normal","vim"],Rj=["auto","tmux","in-process"],Hee=["dark","light","light-daltonized","dark-daltonized","light-ansi","dark-ansi"],$j=["auto",...Hee];var u$e=Ho()==="macos"?"⏺":"●";var ou=["acceptEdits","auto","bypassPermissions","default","dontAsk","plan"],qee=[...ou,"bubble"],Aj=qee;var b$e=P(()=>qv.enum(Aj)),_$e=P(()=>qv.enum(ou));var Oj=["bash","powershell"];var iu=P(()=>l.string().optional().describe('Permission rule syntax to filter when this hook runs (e.g., "Bash(git *)"). Only runs if the tool call matches the pattern. Avoids spawning hooks for non-matching commands.'));function Zee(){let e=l.object({type:l.literal("command").describe("Shell command hook type"),command:l.string().describe("Shell command to execute"),args:l.array(l.string()).optional().describe("Argument list for exec form. When present, `command` is resolved as "+"an executable and spawned directly with these arguments — no shell. "+"Path placeholders like ${CLAUDE_PLUGIN_ROOT} are substituted per-element as plain strings, so paths with quotes, $, or backticks never reach a shell parser. When absent, `command` runs through a shell (bash on POSIX, PowerShell on Windows without Git Bash)."),if:iu(),shell:l.enum(Oj).optional().describe("Shell interpreter. 'bash' uses your $SHELL (bash/zsh/sh); 'powershell' uses pwsh. Defaults to bash (powershell on Windows without Git Bash)."),timeout:l.number().positive().optional().describe("Timeout in seconds for this specific command"),statusMessage:l.string().optional().describe("Custom status message to display in spinner while hook runs"),once:l.boolean().optional().describe("If true, hook runs once and is removed after execution"),async:l.boolean().optional().describe("If true, hook runs in background without blocking"),asyncRewake:l.boolean().optional().describe("If true, hook runs in background and wakes the model on exit code 2 (blocking error). Implies async."),rewakeMessage:l.string().min(1).optional().describe("@internal Custom prefix for the system-reminder shown to the model when an asyncRewake hook exits with code 2. The hook output is appended after this prefix."),rewakeSummary:l.string().min(1).optional().describe('@internal One-line summary shown to the user in the terminal when an asyncRewake hook exits with code 2. Defaults to "Stop hook feedback".')}),t=l.object({type:l.literal("prompt").describe("LLM prompt hook type"),prompt:l.string().describe("Prompt to evaluate with LLM. Use $ARGUMENTS placeholder for hook input JSON."),if:iu(),timeout:l.number().positive().optional().describe("Timeout in seconds for this specific prompt evaluation"),model:l.string().optional().describe('Model to use for this prompt hook (e.g., "claude-sonnet-4-6"). If not specified, uses the default small fast model.'),continueOnBlock:l.boolean().optional().describe(`Sets the continue value for the decision:"block" produced when ok is false. Default false (turn ends). Whether continue:true lets the turn proceed depends on the event's decision:"block" semantics. On PostToolUse, the reason is fed back to Claude and the turn continues.`),statusMessage:l.string().optional().describe("Custom status message to display in spinner while hook runs"),once:l.boolean().optional().describe("If true, hook runs once and is removed after execution")}),r=l.object({type:l.literal("mcp_tool").describe("MCP tool hook type"),server:l.string().describe("Name of an already-configured MCP server to invoke"),tool:l.string().describe("Name of the tool on that server to call"),input:l.record(l.string(),l.unknown()).optional().describe('Arguments passed to the MCP tool. String values support ${path} interpolation from the hook input JSON (e.g. "${tool_input.file_path}").'),if:iu(),timeout:l.number().positive().optional().describe("Timeout in seconds for this specific tool call"),statusMessage:l.string().optional().describe("Custom status message to display in spinner while hook runs"),once:l.boolean().optional().describe("If true, hook runs once and is removed after execution")}),o=l.object({type:l.literal("http").describe("HTTP hook type"),url:l.string().url().describe("URL to POST the hook input JSON to"),if:iu(),timeout:l.number().positive().optional().describe("Timeout in seconds for this specific request"),headers:l.record(l.string(),l.string()).optional().describe('Additional headers to include in the request. Values may reference environment variables using $VAR_NAME or ${VAR_NAME} syntax (e.g., "Authorization": "Bearer $MY_TOKEN"). Only variables listed in allowedEnvVars will be interpolated.'),allowedEnvVars:l.array(l.string()).optional().describe("Explicit list of environment variable names that may be interpolated in header values. Only variables listed here will be resolved; all other $VAR references are left as empty strings. Required for env var interpolation to work."),statusMessage:l.string().optional().describe("Custom status message to display in spinner while hook runs"),once:l.boolean().optional().describe("If true, hook runs once and is removed after execution")}),n=l.object({type:l.literal("agent").describe("Agentic verifier hook type"),prompt:l.string().describe('Prompt describing what to verify (e.g. "Verify that unit tests ran and passed."). Use $ARGUMENTS placeholder for hook input JSON.'),if:iu(),timeout:l.number().positive().optional().describe("Timeout in seconds for agent execution (default 60)"),model:l.string().optional().describe('Model to use for this agent hook (e.g., "claude-sonnet-4-6"). If not specified, uses Haiku.'),statusMessage:l.string().optional().describe("Custom status message to display in spinner while hook runs"),once:l.boolean().optional().describe("If true, hook runs once and is removed after execution")});return{BashCommandHookSchema:e,PromptHookSchema:t,HttpHookSchema:o,AgentHookSchema:n,McpToolHookSchema:r}}var Cj=P(()=>{let{BashCommandHookSchema:e,PromptHookSchema:t,AgentHookSchema:r,HttpHookSchema:o,McpToolHookSchema:n}=Zee();return l.discriminatedUnion("type",[e,t,r,o,n])}),Mj=P(()=>l.object({matcher:l.string().optional().describe('String pattern to match (e.g. tool names like "Write")'),hooks:l.array(Cj()).describe("List of hooks to execute when the matcher matches")})),Zo=P(()=>l.partialRecord(l.enum(Xo),l.array(Mj())));var R$e=P(()=>l.enum(["local","user","project","dynamic","enterprise","claudeai","managed","agent"])),$$e=P(()=>l.enum(["stdio","sse","sse-ide","http","ws","sdk"])),Os=P(()=>l.literal("comms").optional().catch(void 0)),Gn=P(()=>l.number().int().positive()),Vee=P(()=>l.object({type:l.literal("stdio").optional(),command:l.string().min(1,"Command cannot be empty"),args:l.array(l.string()).default([]),env:l.record(l.string(),l.string()).optional(),timeout:Gn().optional(),alwaysLoad:l.boolean().optional(),role:Os()})),Wee=P(()=>l.boolean()),Dj=P(()=>l.object({clientId:l.string().optional(),callbackPort:l.number().int().positive().optional(),authServerMetadataUrl:l.string().url().startsWith("https://",{message:"authServerMetadataUrl must use https://"}).optional(),scopes:l.string().min(1).optional(),xaa:Wee().optional()})),Kee=P(()=>l.object({type:l.literal("sse"),url:l.string(),headers:l.record(l.string(),l.string()).optional(),headersHelper:l.string().optional(),oauth:Dj().optional(),timeout:Gn().optional(),alwaysLoad:l.boolean().optional(),role:Os(),toolPermissions:l.record(l.string(),Dx()).optional()})),Gee=P(()=>l.object({type:l.literal("sse-ide"),url:l.string(),ideName:l.string(),ideRunningInWindows:l.boolean().optional(),timeout:Gn().optional(),alwaysLoad:l.boolean().optional(),role:Os()})),Jee=P(()=>l.object({type:l.literal("ws-ide"),url:l.string(),ideName:l.string(),authToken:l.string().optional(),ideRunningInWindows:l.boolean().optional(),timeout:Gn().optional(),alwaysLoad:l.boolean().optional(),role:Os()})),Xee=P(()=>l.object({type:l.enum(["http","streamable-http"]).transform(()=>"http"),url:l.string(),headers:l.record(l.string(),l.string()).optional(),headersHelper:l.string().optional(),oauth:Dj().optional(),timeout:Gn().optional(),alwaysLoad:l.boolean().optional(),role:Os(),toolPermissions:l.record(l.string(),Dx()).optional()})),Yee=P(()=>l.object({type:l.literal("ws"),url:l.string(),headers:l.record(l.string(),l.string()).optional(),headersHelper:l.string().optional(),timeout:Gn().optional(),alwaysLoad:l.boolean().optional(),role:Os()})),Qee=P(()=>l.object({type:l.literal("sdk"),name:l.string(),timeout:Gn().optional(),alwaysLoad:l.boolean().optional()})),Dx=P(()=>l.enum(["allow","ask","blocked"])),ete=P(()=>l.object({type:l.literal("claudeai-proxy"),url:l.string(),id:l.string(),displayName:l.string().optional(),timeout:Gn().optional(),alwaysLoad:l.boolean().optional(),toolPermissions:l.record(l.string(),Dx()).optional(),stateless:l.boolean().optional(),cachedInitResponse:l.record(l.string(),l.unknown()).nullish()})),lg=P(()=>l.union([Vee(),Kee(),Gee(),Jee(),Xee(),Yee(),Qee(),ete()])),A$e=P(()=>l.object({mcpServers:l.record(l.string(),lg())}));var tte=new Set(["claude-community","claude-plugins-community"]),rte=new Set(["claude-code-marketplace","claude-code-plugins","claude-plugins-official","anthropic-marketplace","anthropic-plugins","agent-skills","anthropic-agent-skills","life-sciences","knowledge-work-plugins","claude-for-legal","claude-for-financial-services","financial-services-plugins"]),zj=new Set([...rte,...tte]);var nte=/(?:official[^a-z0-9]*(anthropic|claude)|(?:anthropic|claude)[^a-z0-9]*official|^(?:anthropic|claude)[^a-z0-9]*(marketplace|plugins|official))/i,ote=/[^\u0020-\u007E]/;function ite(e){if(zj.has(e.toLowerCase()))return!1;if(ote.test(e))return!0;return nte.test(e)}var vr=P(()=>l.string().startsWith("./")),Vo=P(()=>vr().endsWith(".json")),Nj=P(()=>l.union([vr().refine((e)=>e.endsWith(".mcpb")||e.endsWith(".dxt"),{message:"MCPB file path must end with .mcpb or .dxt"}).describe("Path to MCPB file relative to plugin root"),l.string().url().refine((e)=>e.endsWith(".mcpb")||e.endsWith(".dxt"),{message:"MCPB URL must end with .mcpb or .dxt"}).describe("URL to MCPB file")])),jx=P(()=>vr().endsWith(".md")),Ux=P(()=>l.union([jx(),vr()])),Lj=P(()=>l.string().min(1,"Marketplace must have a name").refine((e)=>!e.includes(" "),{message:'Marketplace name cannot contain spaces. Use kebab-case (e.g., "my-marketplace")'}).refine((e)=>!e.includes("/")&&!e.includes("\\")&&!e.includes("..")&&e!==".",{message:'Marketplace name cannot contain path separators (/ or \\), ".." sequences, or be "."'}).refine((e)=>!ite(e),{message:"Marketplace name impersonates an official Anthropic/Claude marketplace"}).refine((e)=>e.toLowerCase()!=="inline",{message:'Marketplace name "inline" is reserved for --plugin-dir session plugins'}).refine((e)=>e.toLowerCase()!=="builtin",{message:'Marketplace name "builtin" is reserved for built-in plugins'}).refine((e)=>e.toLowerCase()!=="skills-dir",{message:'Marketplace name "skills-dir" is reserved for plugins auto-loaded from .claude/skills/'})),zx=P(()=>l.object({name:l.string().min(1,"Author name cannot be empty").describe("Display name of the plugin author or organization"),email:l.string().optional().describe("Contact email for support or feedback"),url:l.string().optional().describe("Website, GitHub profile, or organization URL")})),ste=P(()=>l.object({$schema:l.string().optional().describe("JSON Schema reference for editor autocomplete/validation; ignored at load time"),name:l.string().min(1,"Plugin name cannot be empty").refine((e)=>!e.includes(" "),{message:'Plugin name cannot contain spaces. Use kebab-case (e.g., "my-plugin")'}).describe("Unique identifier for the plugin, used for namespacing (prefer kebab-case)"),displayName:l.string().optional().describe('Human-readable name shown in UI (e.g., "GitHub Utils"). Falls back to `name` when omitted. Unlike `name`, may contain spaces and any casing; not used for namespacing or lookup.'),version:l.string().optional().describe("Semantic version (e.g., 1.2.3) following semver.org specification"),description:l.string().optional().describe("Brief, user-facing explanation of what the plugin provides"),author:zx().optional().describe("Information about the plugin creator or maintainer"),homepage:l.string().url().optional().describe("Plugin homepage or documentation URL"),repository:l.string().optional().describe("Source code repository URL"),license:l.string().optional().describe("SPDX license identifier (e.g., MIT, Apache-2.0)"),keywords:l.array(l.string()).optional().describe("Tags for plugin discovery and categorization"),defaultEnabled:l.boolean().optional().describe("Whether the plugin starts enabled when the user has no explicit enabled/disabled setting for it (default: true). Explicit enabledPlugins values always win, and a plugin required by an enabled dependent is enabled regardless of this value."),dependencies:l.array($te()).optional().describe(`Plugins that must be enabled for this plugin to function. Bare names (no "@marketplace") are resolved against the declaring plugin's own marketplace.`)})),z$e=P(()=>l.object({description:l.string().optional().describe("Brief, user-facing explanation of what these hooks provide"),hooks:l.lazy(()=>Zo()).describe("The hooks provided by the plugin, in the same format as the one used for settings")})),ate=P(()=>l.object({hooks:l.union([Vo().describe("Path to file with additional hooks (in addition to those in hooks/hooks.json, if it exists), relative to the plugin root"),l.lazy(()=>Zo()).describe("Additional hooks (in addition to those in hooks/hooks.json, if it exists)"),l.array(l.union([Vo().describe("Path to file with additional hooks (in addition to those in hooks/hooks.json, if it exists), relative to the plugin root"),l.lazy(()=>Zo()).describe("Additional hooks (in addition to those in hooks/hooks.json, if it exists)")]))])})),cte=P(()=>l.object({source:Ux().optional().describe("Path to command markdown file, relative to plugin root"),content:l.string().optional().describe("Inline markdown content for the command"),description:l.string().optional().describe("Command description override"),argumentHint:l.string().optional().describe('Hint for command arguments (e.g., "[file]")'),model:l.string().optional().describe("Default model for this command"),allowedTools:l.array(l.string()).optional().describe("Tools allowed when command runs")}).refine((e)=>e.source&&!e.content||!e.source&&e.content,{message:'Command must have either "source" (file path) or "content" (inline markdown), but not both'})),lte=P(()=>l.object({commands:l.union([Ux().describe("Path to a command file or skill directory, relative to the plugin root. When set, the commands/ directory is not auto-loaded — list its files here if you want both."),l.array(Ux().describe("Path to a command file or skill directory, relative to the plugin root. When set, the commands/ directory is not auto-loaded — list its files here if you want both.")).describe("List of command file or skill directory paths. When set, the commands/ directory is not auto-loaded."),l.record(l.string(),cte()).describe('Object mapping of command names to their metadata and source files. Command name becomes the slash command name (e.g., "about" → "/plugin:about")')])})),ute=P(()=>l.object({agents:l.union([jx().describe("Path to an agent file, relative to the plugin root. When set, the agents/ directory is not auto-loaded — list its files here if you want both."),l.array(jx().describe("Path to an agent file, relative to the plugin root. When set, the agents/ directory is not auto-loaded — list its files here if you want both.")).describe("List of agent file paths. When set, the agents/ directory is not auto-loaded.")])})),dte=P(()=>l.object({skills:l.union([vr().describe("Path to a skill directory, relative to the plugin root. Loaded in addition to the skills/ directory."),l.array(vr().describe("Path to a skill directory, relative to the plugin root. Loaded in addition to the skills/ directory.")).describe("List of skill directory paths, loaded in addition to the skills/ directory.")])})),Fj=P(()=>l.object({outputStyles:l.union([vr().describe("Path to an output-styles directory or file, relative to the plugin root. When set, the output-styles/ directory is not auto-loaded — list its files here if you want both."),l.array(vr().describe("Path to an output-styles directory or file, relative to the plugin root. When set, the output-styles/ directory is not auto-loaded — list its files here if you want both.")).describe("List of output-style directory or file paths. When set, the output-styles/ directory is not auto-loaded.")])})),Bj=P(()=>l.object({themes:l.union([vr().describe("Path to a themes directory or file, relative to the plugin root. When set, the themes/ directory is not auto-loaded — list its files here if you want both."),l.array(vr().describe("Path to a themes directory or file, relative to the plugin root. When set, the themes/ directory is not auto-loaded — list its files here if you want both.")).describe("List of theme directory or file paths. When set, the themes/ directory is not auto-loaded.")])})),pte=P(()=>l.object({})),jj=P(()=>l.string().min(1)),fte=P(()=>l.string().min(2).refine((e)=>e.startsWith("."),{message:'File extensions must start with dot (e.g., ".ts", not "ts")'})),mte=P(()=>l.object({mcpServers:l.union([Vo().describe("MCP servers to include in the plugin (in addition to those in the .mcp.json file, if it exists)"),Nj().describe("Path or URL to MCPB file containing MCP server configuration"),l.record(l.string(),lg()).describe("MCP server configurations keyed by server name"),l.array(l.union([Vo().describe("Path to MCP servers configuration file"),Nj().describe("Path or URL to MCPB file"),l.record(l.string(),lg()).describe("Inline MCP server configurations")])).describe("Array of MCP server configurations (paths, MCPB files, or inline definitions)")])})),Hj=P(()=>l.object({type:l.enum(["string","number","boolean","directory","file"]).describe("Type of the configuration value"),title:l.string().describe("Human-readable label shown in the config dialog"),description:l.string().describe("Help text shown beneath the field in the config dialog"),required:l.boolean().optional().describe("If true, validation fails when this field is empty"),default:l.union([l.string(),l.number(),l.boolean(),l.array(l.string())]).optional().describe("Default value used when the user provides nothing"),multiple:l.boolean().optional().describe("For string type: allow an array of strings"),sensitive:l.boolean().optional().describe("If true, masks dialog input and stores value in secure storage (keychain/credentials file) instead of settings.json"),min:l.number().optional().describe("Minimum value (number type only)"),max:l.number().optional().describe("Maximum value (number type only)")}).strict()),gte=P(()=>l.object({userConfig:l.record(l.string().regex(/^[A-Za-z_]\w*$/,"Option keys must be valid identifiers (letters, digits, underscore; no leading digit) — they become CLAUDE_PLUGIN_OPTION_<KEY> env vars in hooks"),Hj()).optional().describe("User-configurable values this plugin needs. Prompted at enable time. Non-sensitive values saved to settings.json; sensitive values to secure storage. Available as ${user_config.KEY} in MCP/LSP server config, hook commands, and (non-sensitive only) skill/agent content. Keep sensitive value counts small.")})),hte=P(()=>l.object({channels:l.array(l.object({server:l.string().min(1).describe("Name of the MCP server this channel binds to. Must match a key in this plugin's mcpServers."),displayName:l.string().optional().describe('Human-readable name shown in the config dialog title (e.g., "Telegram"). Defaults to the server name.'),userConfig:l.record(l.string(),Hj()).optional().describe("Fields to prompt the user for when enabling this plugin in assistant mode. Saved values are substituted into ${user_config.KEY} references in the mcpServers env.")}).strict()).describe("Channels this plugin provides. Each entry declares an MCP server as a message channel and optionally specifies user configuration to prompt for at enable time.")})),Uj=P(()=>l.strictObject({command:l.string().min(1).refine((e)=>{if(e.includes(" ")&&!e.startsWith("/"))return!1;return!0},{message:"Command should not contain spaces. Use args array for arguments."}).describe('Command to execute the LSP server (e.g., "typescript-language-server")'),args:l.array(jj()).optional().describe("Command-line arguments to pass to the server"),extensionToLanguage:l.record(fte(),jj()).refine((e)=>Object.keys(e).length>0,{message:"extensionToLanguage must have at least one mapping"}).describe("Mapping from file extension to LSP language ID. File extensions and languages are derived from this mapping."),transport:l.enum(["stdio","socket"]).default("stdio").describe("Communication transport mechanism"),env:l.record(l.string(),l.string()).optional().describe("Environment variables to set when starting the server"),initializationOptions:l.unknown().optional().describe("Initialization options passed to the server during initialization"),settings:l.unknown().optional().describe("Settings passed to the server via workspace/didChangeConfiguration"),workspaceFolder:l.string().optional().describe("Workspace folder path to use for the server"),startupTimeout:l.number().int().positive().optional().describe("Maximum time to wait for server startup (milliseconds)"),shutdownTimeout:l.number().int().positive().optional().describe("Maximum time to wait for graceful shutdown (milliseconds)"),restartOnCrash:l.boolean().optional().describe("Whether to restart the server if it crashes"),maxRestarts:l.number().int().nonnegative().optional().describe("Maximum number of restart attempts before giving up"),diagnostics:l.boolean().optional().describe("Whether to push publishDiagnostics into the agent context after edits. Set to false to keep LSP navigation (goToDefinition, hover, etc.) but suppress automatic diagnostic injection. Defaults to true.")})),yte=P(()=>l.strictObject({name:l.string().min(1).describe("Identifier for this monitor, unique within the plugin. Used to dedupe so re-arming (plugin reload, repeat skill invoke) does not spawn duplicates."),command:l.string().min(1).describe('Shell command to run as a persistent background monitor. Each stdout line is delivered to the model as a <task_notification> event; the process runs for the session lifetime. ${CLAUDE_PLUGIN_ROOT}, ${CLAUDE_PLUGIN_DATA}, ${CLAUDE_PROJECT_DIR}, ${user_config.*}, and ${ENV_VAR} are substituted. Runs in the session cwd — prefix with `cd "${CLAUDE_PLUGIN_ROOT}" && ` if the script needs its own directory.'),description:l.string().min(1).describe("Short human-readable description of what is being monitored (shown in task panel and notification summary)."),when:l.union([l.literal("always"),l.string().startsWith("on-skill-invoke:").refine((e)=>e.length>16,{message:"on-skill-invoke: must specify a skill name"})]).default("always").describe('Arm trigger. "always" arms at session start and on plugin reload. "on-skill-invoke:<skill>" arms the first time that skill is dispatched (via Skill tool or slash command).')})),bte=P(()=>l.array(yte()).refine((e)=>new Set(e.map((t)=>t.name)).size===e.length,{message:"Monitor names must be unique within a plugin"})),qj=P(()=>l.object({monitors:l.union([Vo().describe("Path to a JSON file containing the monitors array, relative to the plugin root"),bte()]).describe("Background watch scripts the host arms as persistent Monitor tasks (unsandboxed, same trust tier as hooks) so plugins need not instruct the model to arm them. When omitted, monitors/monitors.json at the plugin root is loaded if present.")})),_te=P(()=>l.object({lspServers:l.union([Vo().describe("Path to .lsp.json configuration file relative to plugin root"),l.record(l.string(),Uj()).describe("LSP server configurations keyed by server name"),l.array(l.union([Vo().describe("Path to LSP configuration file"),l.record(l.string(),Uj()).describe("Inline LSP server configurations")])).describe("Array of LSP server configurations (paths or inline definitions)")])})),Zj=P(()=>l.string().refine((e)=>!e.includes("..")&&!e.includes("//"),"Package name cannot contain path traversal patterns").refine((e)=>{let t=/^@[a-z0-9][a-z0-9-._]*\/[a-z0-9][a-z0-9-._]*$/,r=/^[a-z0-9][a-z0-9-._]*$/;return t.test(e)||r.test(e)},"Invalid npm package name format")),vte=P(()=>l.object({settings:l.record(l.string(),l.unknown()).optional().describe("Settings to merge into the user settings while this plugin is enabled. Only the documented allowlisted keys are applied.")})),Ste=P(()=>l.object({experimental:l.preprocess((e)=>typeof e==="object"&&e!==null&&!Array.isArray(e)?e:void 0,l.object({...Bj().partial().shape,...qj().partial().shape,...Fj().partial().shape,evals:l.union([l.string(),l.array(l.string())]).optional().describe("Path(s) to evaluation query files for `claude plugin eval`. Defaults to `evals/`.")}).optional().describe("Components whose manifest shape may change without a deprecation cycle. Move a key out of here once it is promoted to stable."))})),xte=P(()=>l.object({...ste().shape,...ate().partial().shape,...lte().partial().shape,...ute().partial().shape,...dte().partial().shape,...Fj().partial().shape,...Bj().partial().shape,...pte().shape,...hte().partial().shape,...mte().partial().shape,..._te().partial().shape,...qj().partial().shape,...vte().partial().shape,...gte().partial().shape,...Ste().partial().shape})),su=P(()=>l.discriminatedUnion("source",[l.object({source:l.literal("url"),url:l.string().url().describe("Direct URL to marketplace.json file"),headers:l.record(l.string(),l.string()).optional().describe("Custom HTTP headers (e.g., for authentication)")}),l.object({source:l.literal("github"),repo:l.string().describe("GitHub repository in owner/repo format"),ref:l.string().optional().describe('Git branch or tag to use (e.g., "main", "v1.0.0"). Defaults to repository default branch.'),path:l.string().optional().describe("Path to marketplace.json within repo (defaults to .claude-plugin/marketplace.json)"),sparsePaths:l.array(l.string()).optional().describe('Directories to include via git sparse-checkout (cone mode). Use for monorepos where the marketplace lives in a subdirectory. Example: [".claude-plugin", "plugins"]. If omitted, the full repository is cloned.'),skipLfs:l.boolean().optional().describe("Skip Git LFS smudge during clone and update (sets GIT_LFS_SKIP_SMUDGE=1) so LFS pointer files stay as pointers instead of downloading their content. Use for marketplaces hosted in repos with large LFS objects.")}),l.object({source:l.literal("git"),url:l.string().describe("Full git repository URL"),ref:l.string().optional().describe('Git branch or tag to use (e.g., "main", "v1.0.0"). Defaults to repository default branch.'),path:l.string().optional().describe("Path to marketplace.json within repo (defaults to .claude-plugin/marketplace.json)"),sparsePaths:l.array(l.string()).optional().describe('Directories to include via git sparse-checkout (cone mode). Use for monorepos where the marketplace lives in a subdirectory. Example: [".claude-plugin", "plugins"]. If omitted, the full repository is cloned.'),skipLfs:l.boolean().optional().describe("Skip Git LFS smudge during clone and update (sets GIT_LFS_SKIP_SMUDGE=1) so LFS pointer files stay as pointers instead of downloading their content. Use for marketplaces hosted in repos with large LFS objects.")}),l.object({source:l.literal("npm"),package:Zj().describe("NPM package containing marketplace.json")}),l.object({source:l.literal("file"),path:l.string().describe("Local file path to marketplace.json")}),l.object({source:l.literal("directory"),path:l.string().describe("Local directory containing .claude-plugin/marketplace.json")}),l.object({source:l.literal("skills-dir")}).describe("Policy-list sentinel for the ~/.claude/skills/ auto-load (@skills-dir plugins). In strictKnownMarketplaces: opt the scan back IN (by default any allowlist blocks it). In blockedMarketplaces: turn the scan OFF without otherwise restricting marketplaces. Only meaningful in those two managed-settings lists (areLocalPluginDirsAllowedByPolicy); known_marketplaces.json / marketplace add etc. ignore it."),l.object({source:l.literal("hostPattern"),hostPattern:l.string().describe('Regex pattern to match the host/domain extracted from any marketplace source type. For github sources, matches against "github.com". For git sources (SSH or HTTPS), extracts the hostname from the URL. Use in strictKnownMarketplaces to allow all marketplaces from a specific host (e.g., "^github\\.mycompany\\.com$").')}),l.object({source:l.literal("pathPattern"),pathPattern:l.string().describe('Regex pattern matched against the .path field of file and directory sources. Use in strictKnownMarketplaces to allow filesystem-based marketplaces alongside hostPattern restrictions for network sources. Use ".*" to allow all filesystem paths, or a narrower pattern (e.g., "^/opt/approved/") to restrict to specific directories.')}),l.object({source:l.literal("settings"),name:Lj().refine((e)=>!zj.has(e.toLowerCase()),{message:"Reserved marketplace names cannot be used with settings sources. validateOfficialNameSource only accepts github/git sources from anthropics/* for these names; a settings source would be rejected after loadAndCacheMarketplace has already written to disk with cleanupNeeded=false."}).describe("Marketplace name. Must match the extraKnownMarketplaces key (enforced); the synthetic manifest is written under this name. Same validation "+"as PluginMarketplaceSchema plus reserved-name rejection — "+"validateOfficialNameSource runs after the disk write, too late to clean up."),plugins:l.array(wte()).describe("Plugin entries declared inline in settings.json"),owner:zx().optional()}).describe("Inline marketplace manifest defined directly in settings.json. The reconciler writes a synthetic marketplace.json to the cache; diffMarketplaces detects edits via isEqual on the stored source (the plugins array is inside this object, so edits surface as sourceChanged).")])),Nx=P(()=>l.string().length(40).regex(/^[a-f0-9]{40}$/,"Must be a full 40-character lowercase git commit SHA")),Vj=P(()=>l.union([l.preprocess((e)=>e==="."?"./":e,vr()).describe("Path to the plugin root, relative to the marketplace root (the directory containing .claude-plugin/, not .claude-plugin/ itself)"),l.object({source:l.literal("npm"),package:Zj().or(l.string().refine((e)=>/^(?:file|https?|git(?:\+https?|\+ssh)?|ssh|github|gitlab|bitbucket):/i.test(e)||!e.includes(".."),'Package reference cannot contain ".." path segments')).describe("Package name (or url, or local path, or anything else that can be passed to `npm` as a package)"),version:l.string().optional().describe("Specific version or version range (e.g., ^1.0.0, ~2.1.0)"),registry:l.string().url().optional().describe("Custom NPM registry URL (defaults to using system default, likely npmjs.org)")}).describe("NPM package as plugin source"),l.object({source:l.literal("url"),url:l.string().describe("Full git repository URL (https:// or git@)"),ref:l.string().optional().describe('Git branch or tag to use (e.g., "main", "v1.0.0"). Defaults to repository default branch.'),sha:Nx().optional().describe("Specific commit SHA to use")}),l.object({source:l.literal("github"),repo:l.string().describe("GitHub repository in owner/repo format"),ref:l.string().optional().describe('Git branch or tag to use (e.g., "main", "v1.0.0"). Defaults to repository default branch.'),sha:Nx().optional().describe("Specific commit SHA to use")}),l.object({source:l.literal("git-subdir"),url:l.string().describe("Git repository: GitHub owner/repo shorthand, https://, or git@ URL"),path:l.string().min(1).describe('Subdirectory within the repo containing the plugin (e.g., "tools/claude-plugin"). Cloned sparsely using partial clone (--filter=tree:0) to minimize bandwidth for monorepos.'),ref:l.string().optional().describe('Git branch or tag to use (e.g., "main", "v1.0.0"). Defaults to repository default branch.'),sha:Nx().optional().describe("Specific commit SHA to use")}).describe("Plugin located in a subdirectory of a larger repository (monorepo). Only the specified subdirectory is materialized; the rest of the repo is not downloaded."),l.object({source:l.literal("unsupported")}).describe("Placeholder for source types this Claude Code version does not "+"recognize. Never authored by hand — PluginMarketplaceSchema rewrites "+'unparseable sources to this so the entry remains in marketplace.plugins (detectDelistedPlugins must not see it as removed). Install attempts fail at cachePlugin with a clear "update Claude Code" message.')])),wte=P(()=>l.object({name:l.string().min(1,"Plugin name cannot be empty").refine((e)=>!e.includes(" "),{message:'Plugin name cannot contain spaces. Use kebab-case (e.g., "my-plugin")'}).describe("Plugin name as it appears in the target repository"),source:Vj().describe("Where to fetch the plugin from. Must be a remote source — relative "+"paths have no marketplace repository to resolve against."),description:l.string().optional(),version:l.string().optional(),strict:l.boolean().optional()}).refine((e)=>typeof e.source!=="string",{message:'Plugins in a settings-sourced marketplace must use remote sources (github, git-subdir, npm, url). Relative-path sources like "./foo" have no marketplace repository to resolve against.'}).refine((e)=>typeof e.source==="string"||e.source.source!=="unsupported",{message:"source.source: 'unsupported' is a parse-time placeholder and cannot be authored. Use a remote source (github, git-subdir, npm, url)."}));var kte=P(()=>l.object({cli:l.array(l.string().max(64)).max(10).optional().describe('First command tokens (e.g. ["stripe"]) — exact match against commands run this session.'),hosts:l.array(l.string().max(128)).max(20).optional().describe('Hostnames (e.g. ["api.stripe.com"]) — exact, case-insensitive match against '+"hostnames seen in https?:// URLs in bash commands run this session. Bare hostname only: lowercase, no scheme, no port, no path."),filesRead:l.array(l.string().max(256)).max(10).optional().describe('Glob patterns (e.g. ["**/*.tf"]) — the plugin is relevant when a file Claude has read '+"this session matches any pattern. Matched against read-file paths, forward-slash normalized, case-insensitive."),manifestDeps:l.array(l.object({file:l.string().max(256),pattern:l.string().max(256)})).max(10).optional().describe("Dependency declared in a package manifest. Each {file, pattern} is a pair of RegExp sources: "+"`file` matches the manifest filename (package.json, go.mod, requirements.txt, …); "+"`pattern` matches the dependency declaration inside that file. Evaluated against files read this session."),cwd:l.array(l.string().max(256)).max(10).optional().describe('Glob patterns (e.g. ["Engine/Source/Runtime/Renderer/**"]) — the plugin is relevant when the '+`session's working directory is at or under a directory matching the pattern. Matched against the cwd both relative to the enclosing git repo root and as an absolute path, forward-slash normalized, case-insensitive. A bare directory (no glob characters) means "cwd is at or under this directory". Known at session start, so this signal can surface a suggestion before the first turn.`)})),Ete=P(()=>l.object({topic:l.string().max(64).optional().describe('What the user is working with when this plugin is relevant — fills "Working with {topic}?". '+'Often the product name (e.g. "Stripe"); use a domain (e.g. "design") when the plugin name does not read naturally as a topic. Defaults to the plugin name with each hyphen-segment capitalized.'),signals:kte().optional().describe("Matchers that determine when the plugin is relevant.")})),Tte=P(()=>xte().partial().extend({name:l.string().min(1,"Plugin name cannot be empty").refine((e)=>!e.includes(" "),{message:'Plugin name cannot contain spaces. Use kebab-case (e.g., "my-plugin")'}).describe("Unique identifier matching the plugin name"),source:Vj().describe("Where to fetch the plugin from"),category:l.string().optional().describe('Category for organizing plugins (e.g., "productivity", "development")'),tags:l.array(l.string()).optional().describe("Tags for searchability and discovery"),strict:l.boolean().optional().default(!0).describe("Require the plugin manifest to be present in the plugin folder. If false, the marketplace entry provides the manifest."),relevance:l.preprocess((e)=>typeof e==="object"&&e!==null&&!Array.isArray(e)?e:void 0,Ete().optional()).describe(`Declares when this plugin is relevant to the user's work. Consumed by the spinner tip ("Working with {topic}?"), session-start auto-suggest, and marketplace browse ranking.`)})),Pte=P(()=>l.object({name:l.string().min(1).refine((e)=>!e.includes(" "))}));function Ite(e){let t=Tte();return e.flatMap((r,o)=>{let n=t.safeParse(r);if(n.success)return[n.data];let i=Pte().safeParse(r).data?.name,s=n.error.issues.map((a)=>`${a.path.join(".")}: ${a.message}`).join(", ");if(i)return ee(`Stubbing unparseable marketplace plugin entry (${i}): ${s}`,{level:"warn"}),[{name:i,source:{source:"unsupported"},strict:!0}];return ee(`Dropping unparseable marketplace plugin entry (index ${o}): ${s}`,{level:"warn"}),[]})}var L$e=P(()=>l.object({$schema:l.string().optional().describe("JSON Schema reference for editor autocomplete/validation; ignored at load time"),name:Lj(),version:l.string().optional().describe("Marketplace manifest version"),description:l.string().optional().describe("Human-readable description of this marketplace"),owner:zx().describe("Marketplace maintainer or curator information"),plugins:l.array(l.unknown()).transform(Ite).describe("Collection of available plugins in this marketplace"),forceRemoveDeletedPlugins:l.boolean().optional().describe("When true, plugins removed from this marketplace will be automatically uninstalled and flagged for users"),metadata:l.object({pluginRoot:l.string().optional().describe("Base path for relative plugin sources"),version:l.string().optional().describe("Marketplace version"),description:l.string().optional().describe("Marketplace description")}).optional().describe("Optional marketplace metadata"),allowCrossMarketplaceDependenciesOn:l.array(l.string()).optional().describe("Marketplace names whose plugins may be auto-installed as dependencies. Only the root marketplace's allowlist applies — no transitive trust.")})),Wj=P(()=>l.string().regex(/^[A-Za-z0-9][-A-Za-z0-9._]*@[A-Za-z0-9][-A-Za-z0-9._]*$/,"Plugin ID must be in format: plugin@marketplace")),Rte=/^[A-Za-z0-9][-A-Za-z0-9._]*(@[A-Za-z0-9][-A-Za-z0-9._]*)?(@\^[^@]*)?$/,$te=P(()=>l.union([l.string().regex(Rte,"Dependency must be a plugin name, optionally qualified with @marketplace").transform((e)=>e.replace(/@\^[^@]*$/,"")),l.object({name:l.string().min(1).regex(/^[A-Za-z0-9][-A-Za-z0-9._]*$/),marketplace:l.string().min(1).regex(/^[A-Za-z0-9][-A-Za-z0-9._]*$/).optional()}).loose().transform((e)=>e.marketplace?`${e.name}@${e.marketplace}`:e.name)])),Ate=P(()=>l.object({version:l.string().describe("Currently installed version"),installedAt:l.string().describe("ISO 8601 timestamp of installation"),lastUpdated:l.string().optional().describe("ISO 8601 timestamp of last update"),installPath:l.string().describe("Absolute path to the installed plugin directory"),gitCommitSha:l.string().optional().describe("Git commit SHA for git-based plugins (for version tracking)"),resolvedVersion:l.string().optional().describe("Tag-derived semver this install resolved to (when fetched via a version constraint). Used by verifyAndDemote in preference to manifest.version, since the upstream may have forgotten to bump plugin.json."),auto:l.boolean().optional().describe("True when this plugin was pulled in as a dependency rather than installed explicitly. Auto-installed plugins are eligible for removal by the orphan sweep when nothing depends on them. Absent = manual (preserves pre-flag installs).")})),Ote=P(()=>l.object({version:l.literal(1).describe("Schema version 1"),plugins:l.record(Wj(),Ate()).describe("Map of plugin IDs to their installation metadata")})),Cte=P(()=>l.enum(["managed","user","project","local"])),Mte=P(()=>l.object({scope:Cte().describe("Installation scope"),projectPath:l.string().optional().describe("Project path (required for project/local scopes)"),installPath:l.string().describe("Absolute path to the versioned plugin directory"),version:l.string().optional().describe("Currently installed version"),installedAt:l.string().optional().describe("ISO 8601 timestamp of installation"),lastUpdated:l.string().optional().describe("ISO 8601 timestamp of last update"),gitCommitSha:l.string().optional().describe("Git commit SHA for git-based plugins"),resolvedVersion:l.string().optional().describe("Tag-derived semver this install resolved to"),auto:l.boolean().optional().describe("True when pulled in as a dependency. Eligible for orphan sweep.")})),Dte=P(()=>l.object({version:l.literal(2).describe("Schema version 2"),plugins:l.record(Wj(),l.array(Mte())).describe("Map of plugin IDs to arrays of installation entries")})),F$e=P(()=>l.union([Ote(),Dte()])),Nte=P(()=>l.object({source:su().describe("Where to fetch the marketplace from"),installLocation:l.string().describe("Local cache path where marketplace manifest is stored"),lastUpdated:l.string().describe("ISO 8601 timestamp of last marketplace refresh"),autoUpdate:l.boolean().optional().describe("Whether to automatically update this marketplace and its installed plugins on startup")})),B$e=P(()=>l.record(l.string(),Nte()));var jte=["autoMode","deepLink","voice","assistant","briefView","screenReader"],au={},ug={autoMode:{buildGate:()=>!1,shape:()=>au,permissionsShape:()=>au,permissionModes:()=>[]},deepLink:{buildGate:()=>!0,shape:()=>({disableDeepLinkRegistration:l.enum(["disable"]).optional().describe("Prevent claude-cli:// protocol handler registration with the OS")})},voice:{buildGate:()=>!1,shape:()=>au},assistant:{buildGate:()=>!1,shape:()=>au},briefView:{buildGate:()=>!0,shape:()=>({defaultView:l.enum(["chat","transcript"]).optional().describe("Default transcript view: chat (SendUserMessage checkpoints only) or transcript (full)")})},screenReader:{buildGate:()=>!1,shape:()=>au}};function Lx(){return jte.filter((e)=>ug[e].buildGate())}function Kj(e){let t={};for(let r of e)t={...t,...ug[r].shape()};return t}function Gj(e){let t={};for(let r of e)t={...t,...ug[r].permissionsShape?.()};return t}function Jj(e){let t=[];for(let r of e)t.push(...ug[r].permissionModes?.()??[]);return t}function Fx(e){let t=e.split("__"),[r,o,...n]=t;if(r!=="mcp"||!o)return null;let i=n.length>0?n.join("__"):void 0;return{serverName:o,toolName:i}}var Xj={Task:"Agent",KillShell:"TaskStop",KillBash:"TaskStop",AgentOutputTool:"TaskOutput",BashOutputTool:"TaskOutput",AgentOutput:"TaskOutput",BashOutput:"TaskOutput",ListPeers:"ListAgents",Brief:"SendUserMessage",ListMcpResources:"ListMcpResourcesTool",ReadMcpResource:"ReadMcpResourceTool"};function Cs(e){return Object.hasOwn(Xj,e)?Xj[e]:e}var Yj="workspace",Q$e=`mcp__${Yj}__bash`,eAe=`mcp__${Yj}__web_fetch`;function Bx(e){return e.includes("*")}function Ute(e){return e.replaceAll("\\(","(").replaceAll("\\)",")").replaceAll("\\\\","\\")}function Qj(e){let t=zte(e,"(");if(t===-1)return{toolName:Cs(e)};let r=Lte(e,")");if(r===-1||r<=t)return{toolName:Cs(e)};if(r!==e.length-1)return{toolName:Cs(e)};let o=e.substring(0,t),n=e.substring(t+1,r);if(!o)return{toolName:Cs(e)};if(n===""||n==="*")return{toolName:Cs(o)};let i=Ute(n);return{toolName:Cs(o),ruleContent:i}}function zte(e,t){for(let r=0;r<e.length;r++)if(e[r]===t){let o=0,n=r-1;while(n>=0&&e[n]==="\\")o++,n--;if(o%2===0)return r}return-1}function Lte(e,t){for(let r=e.length-1;r>=0;r--)if(e[r]===t){let o=0,n=r-1;while(n>=0&&e[n]==="\\")o++,n--;if(o%2===0)return r}return-1}var dg={filePatternTools:["Read","Write","Edit","Glob","NotebookRead","NotebookEdit","Cd"],bashPrefixTools:["Bash"],customValidation:{WebSearch:(e)=>{if(e.includes("*")||e.includes("?"))return{valid:!1,error:"WebSearch does not support wildcards",suggestion:"Use exact search terms without * or ?",examples:["WebSearch(claude ai)","WebSearch(typescript tutorial)"]};return{valid:!0}},WebFetch:(e)=>{if(e.includes("://")||e.startsWith("http"))return{valid:!1,error:"WebFetch permissions use domain format, not URLs",suggestion:'Use "domain:hostname" format',examples:["WebFetch(domain:example.com)","WebFetch(domain:github.com)"]};if(!e.startsWith("domain:"))return{valid:!1,error:'WebFetch permissions must use "domain:" prefix',suggestion:'Use "domain:hostname" format',examples:["WebFetch(domain:example.com)","WebFetch(domain:*.google.com)"]};return{valid:!0}}}};function eU(e){return dg.filePatternTools.includes(e)}function tU(e){return dg.bashPrefixTools.includes(e)}function rU(e){return Object.hasOwn(dg.customValidation,e)?dg.customValidation[e]:void 0}function oU(e,t){let r=0,o=t-1;while(o>=0&&e[o]==="\\")r++,o--;return r%2!==0}function Hx(e,t){let r=0;for(let o=0;o<e.length;o++)if(e[o]===t&&!oU(e,o))r++;return r}function Fte(e){for(let t=0;t<e.length-1;t++)if(e[t]==="("&&e[t+1]===")"){if(!oU(e,t))return!0}return!1}function nU(e){if(!Bx(e))return null;let t=Fx(e);if(t&&!Bx(t.serverName))return null;return{valid:!1,error:`Wildcard tool name "${e}" is not supported in allow rules`,suggestion:"An allow pattern must name the scope it widens — globs are permitted only in the tool position after a literal mcp__<server>__ prefix. Deny and ask rules accept wildcards anywhere",examples:["mcp__puppeteer__*","mcp__github__get_*"]}}function qx(e,t){if(!e||e.trim()==="")return{valid:!1,error:"Permission rule cannot be empty"};let r=Hx(e,"("),o=Hx(e,")");if(r!==o)return{valid:!1,error:"Mismatched parentheses",suggestion:"Ensure all opening parentheses have matching closing parentheses"};if(Fte(e)){let a=e.substring(0,e.indexOf("("));if(!a)return{valid:!1,error:"Empty parentheses with no tool name",suggestion:"Specify a tool name before the parentheses"};return{valid:!1,error:"Empty parentheses",suggestion:`Either specify a pattern or use just "${a}" without parentheses`,examples:[`${a}`,`${a}(some-pattern)`]}}let n=Qj(e),i=Fx(n.toolName);if(i){if(n.ruleContent!==void 0||Hx(e,"(")>0)return{valid:!1,error:"MCP rules do not support patterns in parentheses",suggestion:`Use "${n.toolName}" without parentheses, or use "mcp__${i.serverName}__*" for all tools`,examples:[`mcp__${i.serverName}`,`mcp__${i.serverName}__*`,i.toolName&&i.toolName!=="*"?`mcp__${i.serverName}__${i.toolName}`:void 0].filter(Boolean)};if(t==="allow"){let a=nU(n.toolName);if(a)return a}return{valid:!0}}if(!n.toolName||n.toolName.length===0)return{valid:!1,error:"Tool name cannot be empty"};if(t==="allow"){let a=nU(n.toolName);if(a)return a}if(!n.toolName.includes("_")&&n.toolName[0]!==n.toolName[0]?.toUpperCase())return{valid:!1,error:"Tool names must start with uppercase",suggestion:`Use "${xh(String(n.toolName))}"`};let s=rU(n.toolName);if(s&&n.ruleContent!==void 0){let a=s(n.ruleContent);if(!a.valid)return a}if(tU(n.toolName)&&n.ruleContent!==void 0){let a=n.ruleContent;if(a.includes(":*")&&!a.endsWith(":*"))return{valid:!1,error:"The :* pattern must be at the end",suggestion:"Move :* to the end for prefix matching, or use * for wildcard matching",examples:["Bash(npm run:*) - prefix matching (legacy)","Bash(npm run *) - wildcard matching"]};if(a===":*")return{valid:!1,error:"Prefix cannot be empty before :*",suggestion:"Specify a command prefix before :*",examples:["Bash(npm *)","Bash(git *)"]}}if(eU(n.toolName)&&n.ruleContent!==void 0){if(n.ruleContent.includes(":*"))return{valid:!1,error:'The ":*" syntax is only for Bash prefix rules',suggestion:'Use glob patterns like "*" or "**" for file matching',examples:[`${n.toolName}(*.ts) - matches .ts files`,`${n.toolName}(src/**) - matches all files in src`,`${n.toolName}(**/*.test.ts) - matches test files`]}}return{valid:!0}}var Zx=P(()=>sU()),iU=P(()=>sU("allow"));function sU(e){return l.string().superRefine((t,r)=>{let o=qx(t,e);if(!o.valid){let n=o.error;if(o.suggestion)n+=`. ${o.suggestion}`;if(o.examples&&o.examples.length>0)n+=`. Examples: ${o.examples.join(", ")}`;r.addIssue({code:l.ZodIssueCode.custom,message:n,params:{received:t}})}})}var Bte=P(()=>l.record(l.string(),l.coerce.string()));function uU(e){return l.object({allow:l.array(iU()).optional().describe("List of permission rules for allowed operations"),deny:l.array(Zx()).optional().describe("List of permission rules for denied operations"),ask:l.array(Zx()).optional().describe("List of permission rules that should always prompt for confirmation"),defaultMode:l.enum([...ou,...Jj(e)]).optional().describe("Default permission mode when Claude Code needs access"),disableBypassPermissionsMode:l.enum(["disable"]).optional().describe("Disable the ability to bypass permission prompts"),...Gj(e),additionalDirectories:l.array(l.string()).optional().describe("Additional directories to include in the permission scope")}).passthrough()}var SAe=P(()=>uU(Lx())),Hte=P(()=>l.object({source:su().describe("Where to fetch the marketplace from"),installLocation:l.string().optional().describe("Local cache path where marketplace manifest is stored (auto-generated if not provided)"),autoUpdate:l.boolean().optional().describe("Whether to automatically update this marketplace and its installed plugins on startup")})),pg=P(()=>l.object({serverName:l.string().regex(/^[a-zA-Z0-9_-]+$/,"Server name can only contain letters, numbers, hyphens, and underscores").optional().describe("Name of the MCP server that users are allowed to configure"),serverCommand:l.array(l.string()).min(1,"Server command must have at least one element (the command)").optional().describe("Command array [command, ...args] to match exactly for allowed stdio servers"),serverUrl:l.string().optional().describe('URL pattern with wildcard support (e.g., "https://*.example.com/*") for allowed remote MCP servers')}).refine((e)=>Hy([e.serverName!==void 0,e.serverCommand!==void 0,e.serverUrl!==void 0],Boolean)===1,{message:'Entry must have exactly one of "serverName", "serverCommand", or "serverUrl"'})),fg=P(()=>l.object({serverName:l.string().regex(/^[a-zA-Z0-9_-]+$/,"Server name can only contain letters, numbers, hyphens, and underscores").optional().describe("Name of the MCP server that is explicitly blocked"),serverCommand:l.array(l.string()).min(1,"Server command must have at least one element (the command)").optional().describe("Command array [command, ...args] to match exactly for blocked stdio servers"),serverUrl:l.string().optional().describe('URL pattern with wildcard support (e.g., "https://*.example.com/*") for blocked remote MCP servers')}).refine((e)=>Hy([e.serverName!==void 0,e.serverCommand!==void 0,e.serverUrl!==void 0],Boolean)===1,{message:'Entry must have exactly one of "serverName", "serverCommand", or "serverUrl"'})),qte=P(()=>l.object({path:l.string().describe("Absolute path to the helper executable"),timeoutMs:l.number().int().min(1000).optional(),refreshIntervalMs:l.union([l.literal(0),l.number().int().min(60000)]).optional()})),aU=["skills","agents","hooks","mcp"];function dU(e){return l.object({$schema:l.string().optional().describe("JSON Schema reference for Claude Code settings"),apiKeyHelper:l.string().optional().describe("Path to a script that outputs authentication values"),proxyAuthHelper:l.string().optional().describe("Shell command that outputs a Proxy-Authorization header value (EAP)"),awsCredentialExport:l.string().optional().describe("Path to a script that exports AWS credentials"),awsAuthRefresh:l.string().optional().describe("Path to a script that refreshes AWS authentication"),gcpAuthRefresh:l.string().optional().describe("Command to refresh GCP authentication (e.g., gcloud auth application-default login)"),policyHelper:qte().optional().describe("Executable that computes managed settings at startup. Honored only from admin-controlled policy sources."),...Ee(process.env.CLAUDE_CODE_ENABLE_XAA)&&{xaaIdp:l.object({issuer:l.string().url().describe("IdP issuer URL for OIDC discovery"),clientId:l.string().describe("Claude Code's client_id registered at the IdP"),callbackPort:l.number().int().positive().optional().describe("Fixed loopback callback port for the IdP OIDC login. Only needed if the IdP does not honor RFC 8252 port-any matching.")}).optional().describe("XAA (SEP-990) IdP connection. Configure once; all XAA-enabled MCP servers reuse this.")},fileSuggestion:l.object({type:l.literal("command"),command:l.string()}).optional().describe("Custom file suggestion configuration for @ mentions"),respectGitignore:l.boolean().optional().describe("Whether file picker should respect .gitignore files (default: true). Note: .ignore files are always respected."),breakReminder:l.object({enabled:l.boolean().optional().describe("Show a friendly nudge after sustained continuous use (default false). Must be true for the reminder to fire."),intervalMinutes:l.number().int().positive().optional().describe("Minutes of continuous use before the reminder fires (default 120). Re-fires every interval until you take a break."),breakThresholdMinutes:l.number().int().positive().optional().describe("Minutes of inactivity that count as a break and reset the timer (default 15)"),message:l.string().optional().describe("Custom reminder text. Leave unset for a rotating set of friendly nudges.")}).optional().describe("@internal Opt-in break reminder. When enabled, shows a dismissible nudge after sustained continuous use. Never blocks — just a friendly heads-up."),quietHours:l.object({enabled:l.boolean().optional().describe("Show a one-time nudge when you start or keep using the CLI inside your quiet-hours window (default false)."),start:l.string().regex(/^([01]?\d|2[0-3]):[0-5]\d$/,'Expected 24-hour local time "HH:MM" (e.g. "22:00")').optional().describe('Start of the quiet-hours window, 24-hour local time "HH:MM".'),end:l.string().regex(/^([01]?\d|2[0-3]):[0-5]\d$/,'Expected 24-hour local time "HH:MM" (e.g. "07:00")').optional().describe('End of the quiet-hours window, 24-hour local time "HH:MM". May be earlier than start for an overnight range.')}).optional().describe("@internal Opt-in quiet hours. When enabled, shows a single soft nudge per session while inside the configured local-time window. Never blocks."),cleanupPeriodDays:l.number().int().positive().optional().describe("Number of days to retain chat transcripts before automatic cleanup (default: 30). Minimum 1. Use a large value for long retention; use --no-session-persistence to disable transcript writes entirely."),skillListingMaxDescChars:l.number().int().positive().optional().describe("Per-skill description character cap in the skill listing sent to Claude (default: 1536). Descriptions longer than this are truncated. Raise to opt in to higher per-turn context cost."),skillListingBudgetFraction:l.number().gt(0).lte(1).optional().describe("Fraction of the context window (in characters) reserved for the skill listing sent to Claude (default: 0.01 = 1%). When the listing exceeds this, descriptions are shortened to fit. Raise to opt in to higher per-turn context cost."),wslInheritsWindowsSettings:l.boolean().optional().describe("When set to true in either admin-only Windows source — the HKLM SOFTWARE/Policies/ClaudeCode registry key or C:/Program Files/ClaudeCode/managed-settings.json — WSL reads managed settings from the full Windows policy chain (HKLM, C:/Program Files/ClaudeCode via DrvFs, HKCU) in addition to /etc/claude-code. Windows sources take priority. The flag is also required in HKCU itself for HKCU policy to apply on WSL (double opt-in: admin enables the chain, user confirms HKCU). On native Windows the flag has no effect."),env:Bte().optional().describe("Environment variables to set for Claude Code sessions"),attribution:l.object({commit:l.string().optional().describe("Attribution text for git commits, including any trailers. Empty string hides attribution."),pr:l.string().optional().describe("Attribution text for pull request descriptions. Empty string hides attribution.")}).optional().describe("Customize attribution text for commits and PRs. Each field defaults to the standard Claude Code attribution if not set."),includeCoAuthoredBy:l.boolean().optional().describe("Deprecated: Use attribution instead. Whether to include Claude's co-authored by attribution in commits and PRs (defaults to true)"),...!1,includeGitInstructions:l.boolean().optional().describe("Include built-in commit and PR workflow instructions in Claude's system prompt (default: true)"),permissions:uU(e).optional().describe("Tool usage permissions configuration"),model:l.string().optional().describe("Override the default model used by Claude Code"),fallbackModel:l.array(l.string()).optional().describe('Fallback model(s) tried in order when the primary model is overloaded or unavailable. Each element accepts a model name or alias; "default" expands to the default model. CLI --fallback-model takes precedence.'),availableModels:l.array(l.string()).optional().describe('Allowlist of models that users can select. Accepts family aliases ("opus" allows any opus version), version prefixes ("opus-4-5" allows only that version), and full model IDs. If undefined, all models are available. If empty array, only the default model is available. Typically set in managed settings by enterprise administrators.'),enforceAvailableModels:l.boolean().optional().describe("When true and availableModels is a non-empty array, the Default model selection is also constrained: if the default model for the user tier is not in availableModels, Default resolves to the first allowed availableModels entry instead. Has no effect when availableModels is unset or an empty array. Typically set in managed settings by enterprise administrators."),modelOverrides:l.record(l.string(),l.string()).optional().describe('Override mapping from Anthropic model ID (e.g. "claude-opus-4-6") to provider-specific model ID (e.g. a Bedrock inference profile ARN). Typically set in managed settings by enterprise administrators.'),enableAllProjectMcpServers:l.boolean().optional().describe("Whether to automatically approve all MCP servers in the project"),enabledMcpjsonServers:l.array(l.string()).optional().describe("List of approved MCP servers from .mcp.json"),disabledMcpjsonServers:l.array(l.string()).optional().describe("List of rejected MCP servers from .mcp.json"),skillOverrides:l.record(l.string(),l.enum(["on","name-only","user-invocable-only","off"])).optional().describe('Per-skill listing overrides keyed by skill name. "name-only" lists the skill without its description; "user-invocable-only" hides it from the model but keeps /name; "off" hides it from both. Absent = on.'),disableBundledSkills:l.boolean().optional().describe("Disable the skills and workflows that ship with Claude Code: bundled skills and workflows are removed entirely; built-in slash commands stay typable but are hidden from the model. Plugins, .claude/skills/, and .claude/commands/ are unaffected. Equivalent to CLAUDE_CODE_DISABLE_BUNDLED_SKILLS=1."),allowedMcpServers:l.array(pg()).optional().describe("Enterprise allowlist of MCP servers that can be used. Applies to all scopes including enterprise servers from managed-mcp.json. If undefined, all servers are allowed. If empty array, no servers are allowed. Denylist takes precedence - if a server is on both lists, it is denied."),deniedMcpServers:l.array(fg()).optional().describe("Enterprise denylist of MCP servers that are explicitly blocked. If a server is on the denylist, it will be blocked across all scopes including enterprise. Denylist takes precedence over allowlist - if a server is on both lists, it is denied."),hooks:Zo().optional().describe("Custom commands to run before/after tool executions"),worktree:l.object({symlinkDirectories:l.array(l.string()).optional().describe('Directories to symlink from main repository to worktrees to avoid disk bloat. Must be explicitly configured - no directories are symlinked by default. Common examples: "node_modules", ".cache", ".bin"'),sparsePaths:l.array(l.string()).optional().describe("Directories to include when creating worktrees, via git sparse-checkout (cone mode). "+"Dramatically faster in large monorepos — only the listed paths are written to disk."),baseRef:l.enum(["fresh","head"]).optional().describe("Which ref new worktrees branch from. 'fresh' (default) branches from origin/<default-branch> for a clean tree. 'head' branches from your current local HEAD so unpushed commits and feature-branch state are present. Applies to --worktree, EnterWorktree, and agent isolation."),bgIsolation:l.enum(["worktree","none"]).optional().catch(void 0).describe("Isolation mode for background sessions in this repo. 'worktree' (default) blocks Edit/Write in the main checkout until EnterWorktree is called. 'none' lets background jobs edit the working copy directly.")}).optional().describe("Git worktree configuration for --worktree flag."),disableAllHooks:l.boolean().optional().describe("Disable all hooks and statusLine execution"),disableAgentView:l.boolean().optional().describe("Disable agent view (`claude agents`, `--bg`, /background, the on-demand daemon). Typically set in managed settings. Equivalent to CLAUDE_CODE_DISABLE_AGENT_VIEW=1."),disableRemoteControl:l.boolean().optional().describe("Disable Remote Control (claude.ai/code, `claude remote-control`, `--remote-control`/`--rc`, auto-start, and the in-session toggle). Typically set in managed settings."),disableWorkflows:l.boolean().optional().describe("Disable the Workflows feature (also via CLAUDE_CODE_DISABLE_WORKFLOWS)."),disableArtifact:l.boolean().optional().describe("Disable the Artifact tool (also via CLAUDE_CODE_DISABLE_ARTIFACT)."),enableWorkflows:l.boolean().optional().describe("Enable or disable the Workflows feature for this user. Unset = default by plan once the feature is available."),workflowKeywordTriggerEnabled:l.boolean().optional().describe('Enable the "ultracode" keyword trigger: including the keyword in a prompt opts that turn into the Workflow tool. Set to false to disable the trigger. Default: true.'),disableSkillShellExecution:l.boolean().optional().describe("Disable inline shell execution in skills and custom slash commands from user, project, or plugin sources. Commands are replaced with a placeholder instead of being run."),defaultShell:l.enum(["bash","powershell"]).optional().describe("Default shell for input-box ! commands. Defaults to 'bash' on all platforms (no Windows auto-flip)."),allowManagedHooksOnly:l.boolean().optional().describe("When true (and set in managed settings), only hooks from managed settings run. User, project, and local hooks are ignored."),allowedHttpHookUrls:l.array(l.string()).optional().describe('Allowlist of URL patterns that HTTP hooks may target. Supports * as a wildcard (e.g. "https://hooks.example.com/*"). When set, HTTP hooks with non-matching URLs are blocked. If undefined, all URLs are allowed. If empty array, no HTTP hooks are allowed. Arrays merge across settings sources (same semantics as allowedMcpServers).'),httpHookAllowedEnvVars:l.array(l.string()).optional().describe("Allowlist of environment variable names HTTP hooks may interpolate into headers. When set, each hook's effective allowedEnvVars is the intersection with this list. If undefined, no restriction is applied. Arrays merge across settings sources (same semantics as allowedMcpServers)."),allowManagedPermissionRulesOnly:l.boolean().optional().describe("When true (and set in managed settings), only permission rules (allow/deny/ask) from managed settings are respected. User, project, local, and CLI argument permission rules are ignored."),allowManagedMcpServersOnly:l.boolean().optional().describe("When true (and set in managed settings), allowedMcpServers is only read from managed settings. deniedMcpServers still merges from all sources, so users can deny servers for themselves. Users can still add their own MCP servers, but only the admin-defined allowlist applies."),allowAllClaudeAiMcps:l.boolean().optional().describe("When true (and set in managed settings), claude.ai cloud MCP connectors load alongside managed-mcp.json instead of being suppressed by its exclusive-control lockdown. Default off preserves the lockdown. Read from managed settings only."),strictPluginOnlyCustomization:l.preprocess((t)=>Array.isArray(t)?t.filter((r)=>aU.includes(r)):t,l.union([l.boolean(),l.array(l.enum(aU))])).optional().catch(void 0).describe('When set in managed settings, blocks non-plugin customization sources for the listed surfaces. Array form locks specific surfaces (e.g. ["skills", "hooks"]); `true` locks all four; `false` is an explicit no-op. Blocked: ~/.claude/{surface}/, .claude/{surface}/ (project), settings.json hooks, .mcp.json. NOT blocked: managed (policySettings) sources, plugin-provided customizations. '+"Composes with strictKnownMarketplaces for end-to-end admin control — plugins gated by "+"marketplace allowlist, everything else blocked here."),statusLine:l.object({type:l.literal("command"),command:l.string(),padding:l.number().optional(),refreshInterval:l.number().min(1).optional().catch(void 0).describe("Re-run the status line command every N seconds in addition to event-driven updates"),hideVimModeIndicator:l.boolean().optional().describe("Hide the built-in `-- INSERT --` / `-- VISUAL --` indicator below the prompt. Use this when your status line script renders `vim.mode` itself.")}).optional().describe("Custom status line display configuration"),prUrlTemplate:l.string().optional().describe('URL template for PR links in the footer badge and inline messages. Placeholders: {host} {owner} {repo} {number} {url}. Example: "https://reviews.example.com/{owner}/{repo}/pull/{number}"'),subagentStatusLine:l.object({type:l.literal("command"),command:l.string()}).optional().describe("Custom per-subagent status line shown in the agent panel; receives row context as JSON on stdin"),enabledPlugins:l.record(l.string(),l.union([l.array(l.string()),l.boolean(),l.undefined()])).optional().describe('Enabled plugins using plugin-id@marketplace-id format. Example: { "formatter@anthropic-tools": true }. Also supports extended format with version constraints. Settings precedence is user < project < local < flag < policy, so to disable a plugin that project settings enable, set it to false in .claude/settings.local.json — setting false in ~/.claude/settings.json is overridden by the project.'),extraKnownMarketplaces:l.record(l.string(),Hte()).check((t)=>{for(let[r,o]of Object.entries(t.value))if(o.source.source==="settings"&&o.source.name!==r)t.issues.push({code:"custom",input:o.source.name,path:[r,"source","name"],message:`Settings-sourced marketplace name must match its extraKnownMarketplaces key (got key "${r}" but source.name "${o.source.name}")`})}).optional().describe("Additional marketplaces to make available for this repository. Typically used in repository .claude/settings.json to ensure team members have required plugin sources."),strictKnownMarketplaces:l.array(su()).optional().describe("Enterprise strict list of allowed marketplace sources. When set in managed settings, ONLY these exact sources can be added as marketplaces. The check happens BEFORE downloading, so blocked sources never touch the filesystem. "+"Note: this is a policy gate only — it does NOT register marketplaces. "+"To pre-register allowed marketplaces for users, also set extraKnownMarketplaces."),blockedMarketplaces:l.array(su()).optional().describe("Enterprise blocklist of marketplace sources. When set in managed settings, these exact sources are blocked from being added as marketplaces. The check happens BEFORE downloading, so blocked sources never touch the filesystem."),pluginSuggestionMarketplaces:l.array(l.string()).optional().describe("Marketplace names whose plugins may surface as contextual install suggestions (relevance-based tips). No marketplace-declared suggestions surface without this allowlist; the built-in first-party frontend-design tip is unaffected. Only honored when set in managed settings (policy scope); the key is ignored in user, project, and local settings. A name only takes effect when the marketplace is registered on the machine AND its registered source is also declared in managed settings, either as the extraKnownMarketplaces entry for that name or as an entry of strictKnownMarketplaces. A marketplace registered from a different source under an allowlisted name is ignored. The official marketplace is exempt from the source requirement: allowlisting its name alone suffices, since that name can only register from the official Anthropic source."),forceLoginMethod:l.enum(["claudeai","console","gateway"]).optional().catch(void 0).describe('Force a specific login method: "claudeai" for Claude Pro/Max, "console" for Console billing, "gateway" for the Cloud gateway OIDC device flow'),forceLoginGatewayUrl:l.string().url().optional().catch(void 0).describe('@internal Cloud gateway URL to pre-fill and auto-connect to during login. Typically set in local managed settings alongside forceLoginMethod: "gateway" so users never type the URL. Hidden from public SDK types until Cloud gateway is documented.'),parentSettingsBehavior:l.enum(["first-wins","merge"]).optional().describe('Controls whether the SDK parent tier (Options.managedSettings / --managed-settings) layers under this admin tier. "first-wins" '+"(default): parent is dropped — admin tiers are the only policy "+`source. "merge": parent's restrictive-only-filtered settings union under the admin winner. Has no effect when no admin tier exists (parent applies as the sole policy tier, still filtered restrictive-only).`),forceLoginOrgUUID:l.union([l.string(),l.array(l.string())]).optional().describe("Organization UUID to require for OAuth login. Accepts a single UUID string or an array of UUIDs (any one is permitted). When set in managed settings, login fails if the authenticated account does not belong to a listed organization."),forceRemoteSettingsRefresh:l.boolean().optional().describe("When set in managed settings, the CLI blocks startup until remote managed settings are freshly fetched, and exits if the fetch fails"),otelHeadersHelper:l.string().optional().describe("Path to a script that outputs OpenTelemetry headers"),outputStyle:l.string().optional().describe("Controls the output style for assistant responses"),viewMode:l.enum(["default","verbose","focus"]).optional().catch(void 0).describe("Default transcript view mode on startup"),language:l.string().optional().describe('Preferred language for Claude responses and voice dictation (e.g., "japanese", "spanish")'),skipWebFetchPreflight:l.boolean().optional().describe("Skip the WebFetch blocklist check for enterprise environments with restrictive security policies"),sandbox:Tj().optional(),feedbackSurveyRate:l.number().min(0).max(1).optional().describe("Probability (0–1) that the session quality survey appears when eligible. 0.05 is a reasonable starting point."),spinnerTipsEnabled:l.boolean().optional().describe("Whether to show tips in the spinner"),spinnerVerbs:l.object({mode:l.enum(["append","replace"]),verbs:l.array(l.string())}).optional().describe('Customize spinner verbs. mode: "append" adds verbs to defaults, "replace" uses only your verbs.'),spinnerTipsOverride:l.object({excludeDefault:l.boolean().optional(),tips:l.array(l.string())}).optional().describe("Override spinner tips. tips: array of tip strings. excludeDefault: if true, only show custom tips (default: false)."),syntaxHighlightingDisabled:l.boolean().optional().describe("Whether to disable syntax highlighting in diffs"),terminalTitleFromRename:l.boolean().optional().describe("Whether /rename updates the terminal tab title (defaults to true). Set to false to keep auto-generated topic titles."),alwaysThinkingEnabled:l.boolean().optional().describe("When false, thinking is disabled. When absent or true, thinking is enabled automatically for supported models."),effortLevel:l.enum(["low","medium","high","xhigh"]).optional().catch(void 0).describe("Persisted effort level for supported models."),ultracode:l.boolean().optional().catch(void 0).describe("Enable ultracode for the session: xhigh effort plus standing dynamic-workflow orchestration. "+"Session-scoped — typically provided via --settings or the apply_flag_settings control request; "+"interactive toggles never persist it. Requires workflows to be enabled and an xhigh-capable model."),autoCompactWindow:l.number().int().min(1e5).max(1e6).optional().catch(void 0).describe("Auto-compact window size"),advisorModel:l.string().optional().describe("Advisor model for the server-side advisor tool."),fastMode:l.boolean().optional().describe("When true, fast mode is enabled. When absent or false, fast mode is off."),fastModePerSessionOptIn:l.boolean().optional().describe("When true, fast mode does not persist across sessions. Each session starts with fast mode off."),promptSuggestionEnabled:l.boolean().optional().describe("When false, prompt suggestions are disabled. When absent or true, prompt suggestions are enabled."),awaySummaryEnabled:l.boolean().optional().describe("@internal When false, the session recap (shown when you return after being away for 5+ minutes) is disabled. When absent or true, recap is enabled. Hidden from public SDK types until external launch."),showClearContextOnPlanAccept:l.boolean().optional().describe('When true, the plan-approval dialog offers a "clear context" option. Defaults to false.'),agent:l.string().optional().describe("Name of an agent (built-in or custom) to use for the main thread. Applies the agent's system prompt, tool restrictions, and model."),companyAnnouncements:l.array(l.string()).optional().describe("Company announcements to display at startup (one will be randomly selected if multiple are provided)"),pluginConfigs:l.record(l.string(),l.object({mcpServers:l.record(l.string(),l.record(l.string(),l.union([l.string(),l.number(),l.boolean(),l.array(l.string())]))).optional().describe("User configuration values for MCP servers keyed by server name"),options:l.record(l.string(),l.union([l.string(),l.number(),l.boolean(),l.array(l.string())])).optional().describe("Non-sensitive option values from plugin manifest userConfig, keyed by option name. Sensitive values go to secure storage instead.")})).optional().describe("Per-plugin configuration including MCP server user configs, keyed by plugin ID (plugin@marketplace format)"),remote:l.object({defaultEnvironmentId:l.string().optional().describe("Default environment ID to use for cloud sessions")}).optional().describe("Cloud session configuration"),autoUpdatesChannel:l.enum(["latest","stable","rc"]).optional().describe("Release channel for auto-updates (latest or stable)"),minimumVersion:l.string().optional().describe("Minimum version to stay on - prevents downgrades when switching to stable channel"),requiredMinimumVersion:l.string().optional().describe("Minimum Claude Code version required to start. If the running version is older, Claude Code exits at startup with instructions to update. Only enforced from managed (policy) settings."),requiredMaximumVersion:l.string().optional().describe("Maximum Claude Code version allowed to start. If the running version is newer, Claude Code exits at startup with instructions to install an approved version. Only enforced from managed (policy) settings."),plansDirectory:l.string().optional().describe("Custom directory for plan files, relative to project root. If not set, defaults to ~/.claude/plans/"),tui:l.enum(["default","fullscreen"]).optional().describe('Terminal UI renderer. "fullscreen" uses the flicker-free alt-screen renderer with virtualized scrollback (equivalent to CLAUDE_CODE_NO_FLICKER=1). "default" uses the classic main-screen renderer.'),...!1,voice:l.object({enabled:l.boolean().optional(),mode:l.enum(["hold","tap"]).optional().describe("'hold' (default): hold to talk. 'tap': tap to start, tap to stop+submit."),autoSubmit:l.boolean().optional().describe("Submit the prompt when hold-to-talk is released (hold mode only)")}).optional().describe("Voice mode settings (hold-to-talk / tap-to-toggle dictation)"),channelsEnabled:l.boolean().optional().describe("Managed-org opt-in for channel notifications (MCP servers with the claude/channel capability pushing inbound messages). claude.ai Teams/Enterprise: default off. Console: default on unless managed settings exist. Set true to allow; users then select servers via --channels."),allowedChannelPlugins:l.array(l.object({marketplace:l.string(),plugin:l.string()})).optional().describe("Managed-org allowlist of channel plugins. When set, "+"replaces the default Anthropic allowlist — admins decide which "+"plugins may push inbound messages. Undefined falls back to the default. Requires channelsEnabled: true."),prefersReducedMotion:l.boolean().optional().describe("Reduce or disable animations for accessibility (spinner shimmer, flash effects, etc.)"),doneMeansMerged:l.boolean().optional().describe("@internal When true, Claude keeps working until the PR is ready for you to merge, a cron/Monitor is armed to resume later, or it hands you a self-contained next step."),autoMemoryEnabled:l.boolean().optional().describe("Enable auto-memory for this project. When false, Claude will not read from or write to the auto-memory directory."),autoMemoryDirectory:l.string().optional().describe("Custom directory path for auto-memory storage. Supports ~/ prefix for home directory expansion. Ignored if set in projectSettings (checked-in .claude/settings.json) for security. When unset, defaults to ~/.claude/projects/<sanitized-cwd>/memory/."),autoDreamEnabled:l.boolean().optional().describe("Enable background memory consolidation (auto-dream). When set, overrides the server-side default."),showThinkingSummaries:l.boolean().optional().describe("Request API-side thinking summaries and show them in the conversation and in the transcript view (ctrl+o). Set explicitly to override the default for your install."),skipDangerousModePermissionPrompt:l.boolean().optional().describe("Whether the user has accepted the bypass permissions mode dialog"),skipWorkflowUsageWarning:l.boolean().optional().describe("@internal Whether the user has accepted the multi-agent workflow usage warning. Until set, auto permission mode prompts before running a workflow."),disableAutoMode:l.enum(["disable"]).optional().describe("Disable auto mode"),sshConfigs:l.array(l.object({id:l.string().describe("Unique identifier for this SSH config. Used to match configs across settings sources."),name:l.string().describe("Display name for the SSH connection"),sshHost:l.string().describe('SSH host in format "user@hostname" or "hostname", or a host alias from ~/.ssh/config'),sshPort:l.number().int().optional().describe("SSH port (default: 22)"),sshIdentityFile:l.string().optional().describe("Path to SSH identity file (private key)"),startDirectory:l.string().optional().describe("Default working directory on the remote host. Supports tilde expansion (e.g. ~/projects). If not specified, defaults to the remote user home directory. Can be overridden by the [dir] positional argument in `claude ssh <config> [dir]`.")})).optional().describe("SSH connection configurations for remote environments. Typically set in managed settings by enterprise administrators to pre-configure SSH connections for team members."),claudeMd:l.string().optional().describe("CLAUDE.md-style instructions injected as organization-managed memory. Only honored from managed/policy settings."),claudeMdExcludes:l.array(l.string()).optional().describe('Glob patterns or absolute paths of CLAUDE.md files to exclude from loading. Patterns are matched against absolute file paths using picomatch. Only applies to User, Project, and Local memory types (Managed/policy files cannot be excluded). Examples: "/home/user/monorepo/CLAUDE.md", "**/code/CLAUDE.md", "**/some-dir/.claude/rules/**"'),pluginTrustMessage:l.string().optional().describe('Custom message to append to the plugin trust warning shown before installation. Only read from policy settings (managed-settings.json / MDM). Useful for enterprise administrators to add organization-specific context (e.g., "All plugins from our internal marketplace are vetted and approved.").'),theme:l.union([l.enum($j),l.string().startsWith("custom:").transform((t)=>t)]).optional().catch(void 0).describe("Color theme for the UI"),editorMode:l.enum(Ij).optional().catch(void 0).describe("Key binding mode for the prompt input"),verbose:l.boolean().optional().describe("Show full tool output instead of truncated summaries"),preferredNotifChannel:l.enum(Pj).optional().catch(void 0).describe("Preferred OS notification channel"),autoCompactEnabled:l.boolean().optional().describe("Automatically compact conversation when context fills"),switchModelsOnFlag:l.boolean().optional().describe("When safety measures flag a message, automatically switch to a different model to keep chatting. When off, your session will pause instead."),autoScrollEnabled:l.boolean().optional().describe("Auto-scroll the conversation view to bottom (fullscreen mode only)"),wheelScrollAccelerationEnabled:l.boolean().optional().describe("Ramp mouse-wheel scroll speed during fast scrolls (fullscreen mode only)"),fileCheckpointingEnabled:l.boolean().optional().describe("Snapshot files before edits so /rewind can restore them"),showTurnDuration:l.boolean().optional().describe('Show "Cooked for Nm Ns" after each assistant turn'),showMessageTimestamps:l.boolean().optional().describe("Stamp each assistant message with its arrival time"),terminalProgressBarEnabled:l.boolean().optional().describe("Emit OSC 9;4 progress sequences during long operations"),todoFeatureEnabled:l.boolean().optional().describe("Enable the todo / task tracking panel"),teammateMode:l.enum(Rj).optional().catch(void 0).describe("How spawned teammates execute (tmux, in-process, auto)"),remoteControlAtStartup:l.boolean().optional().describe("Start Remote Control bridge automatically each session"),isolatePeerMachines:l.boolean().optional().describe("Require explicit approval before SendMessage can reach a peer session on another machine via Remote Control"),daemonColdStart:l.enum(["transient","ask"]).optional().describe("When no background service is running: 'transient' spawns one for this login session; 'ask' offers to install it persistently"),autoUploadSessions:l.boolean().optional().describe("Mirror local sessions to claude.ai as view-only (no remote control)"),inputNeededNotifEnabled:l.boolean().optional().describe("Push to mobile when a permission prompt or question is waiting"),agentPushNotifEnabled:l.boolean().optional().describe("Allow Claude to push proactive mobile notifications"),...Kj(e)}).passthrough()}var Wo=P(()=>dU(Lx())),cU=Object.freeze({serverName:"invalid-entry-stripped"});function lU(e,t,r){return l.array(t.catch((o)=>(r({path:`${e}[]`,message:`Invalid entry was ignored: ${o.issues[0]?.message??"failed validation"}`}),cU))).transform((o)=>o.filter((n)=>n!==cU)).optional()}function Vx(e){let t=Wo(),r={};for(let[n,i]of Object.entries(t.shape))r[n]=i.catch((s)=>{e({path:n,message:`${s.issues[0]?.message??"Failed schema validation"}. This field was ignored.`});return});return r.allowedMcpServers=lU("allowedMcpServers",pg(),e).catch(()=>(e({path:"allowedMcpServers",message:'"allowedMcpServers" was present but invalid; enforcing an empty allowlist (no MCP servers admitted) until it is fixed.'}),[])),r.deniedMcpServers=lU("deniedMcpServers",fg(),e).catch(()=>{e({path:"deniedMcpServers",message:'"deniedMcpServers" was present but invalid and was dropped; its entries cannot be enforced until it is fixed.'});return}),r.allowManagedMcpServersOnly=t.shape.allowManagedMcpServersOnly.catch(()=>(e({path:"allowManagedMcpServersOnly",message:'"allowManagedMcpServersOnly" was present but invalid; treating it as true until it is fixed.'}),!0)),r.enforceAvailableModels=t.shape.enforceAvailableModels.catch(()=>(e({path:"enforceAvailableModels",message:'"enforceAvailableModels" was present but invalid; treating it as true until it is fixed.'}),!0)),r.availableModels=l.array(l.unknown()).transform((n,i)=>{let s=[];for(let a of n)if(typeof a==="string")s.push(a);else e({path:"availableModels",message:`"availableModels" contained a non-string entry (${JSON.stringify(a)}); the entry was ignored.`});return s}).optional().catch(()=>(e({path:"availableModels",message:'"availableModels" was present but invalid; enforcing an empty allowlist (only the default model is available) until it is fixed.'}),[])),r.forceLoginOrgUUID=t.shape.forceLoginOrgUUID.catch(()=>(e({path:"forceLoginOrgUUID",message:'"forceLoginOrgUUID" was present but invalid; no organization is permitted to log in until it is fixed.'}),[])),l.object(r).passthrough().transform((n)=>{for(let i of Object.keys(n))if(n[i]===void 0)delete n[i];return n})}var an="https://code.claude.com/docs/en",Zte=[{matches:(e)=>e.path==="permissions.defaultMode"&&e.code==="invalid_value",tip:{suggestion:'Valid modes: "acceptEdits" (ask before file changes), "plan" (analysis only), "bypassPermissions" (auto-accept all), or "default" (standard behavior)',docLink:`${an}/iam#permission-modes`}},{matches:(e)=>e.path==="apiKeyHelper"&&e.code==="invalid_type",tip:{suggestion:'Provide a shell command that outputs your API key to stdout. The script should output only the API key. Example: "/bin/generate_temp_api_key.sh"'}},{matches:(e)=>e.path==="cleanupPeriodDays"&&e.code==="too_small",tip:{suggestion:'cleanupPeriodDays must be at least 1. To keep transcripts for a long time, set a large number (e.g. 3650 for ~10 years). To disable transcript writes entirely, remove this setting and use the --no-session-persistence CLI flag or the SDK persistSession:false option instead. (0 is rejected because it previously silently disabled all transcript writes, which users setting it to mean "never clean up" did not expect.)'}},{matches:(e)=>e.path.startsWith("env.")&&e.code==="invalid_type",tip:{suggestion:'Environment variables must be strings. Wrap numbers and booleans in quotes. Example: "DEBUG": "true", "PORT": "3000"',docLink:`${an}/settings#environment-variables`}},{matches:(e)=>(e.path==="permissions.allow"||e.path==="permissions.deny")&&e.code==="invalid_type"&&e.expected==="array",tip:{suggestion:'Permission rules must be in an array. Format: ["Tool(specifier)"]. Examples: ["Bash(npm run build)", "Edit(docs/**)", "Read(~/.zshrc)"]. Use * for wildcards.'}},{matches:(e)=>e.path.startsWith("hooks.")&&e.code==="invalid_key",tip:{suggestion:"Not a recognized hook event. Common events: PreToolUse, PostToolUse, UserPromptSubmit, SessionStart, SessionEnd, Stop. Check spelling and capitalization.",docLink:`${an}/hooks`}},{matches:(e)=>/\.hooks\.\d+\.command$/.test(e.path)&&e.code==="invalid_type"&&e.received==="undefined",tip:{suggestion:'Command hooks require `command`. For exec form (no shell), set `command` to the executable and `args` to its arguments: {"type": "command", "command": "echo", "args": ["hi"]}. For shell form, set `command` to the full shell string: {"type": "command", "command": "echo hi"}.',docLink:`${an}/hooks#exec-form-and-shell-form`}},{matches:(e)=>e.path.includes("hooks")&&e.code==="invalid_type",tip:{suggestion:'Hooks use a matcher + hooks array. The matcher is a string: a tool name ("Bash"), pipe-separated list ("Edit|Write"), or empty to match all. Example: {"PostToolUse": [{"matcher": "Edit|Write", "hooks": [{"type": "command", "command": "echo Done"}]}]}'}},{matches:(e)=>e.code==="invalid_type"&&e.expected==="boolean",tip:{suggestion:'Use true or false without quotes. Example: "includeCoAuthoredBy": true'}},{matches:(e)=>e.code==="unrecognized_keys",tip:{suggestion:"Check for typos or refer to the documentation for valid fields",docLink:`${an}/settings`}},{matches:(e)=>e.code==="invalid_value"&&e.enumValues!==void 0,tip:{suggestion:void 0}},{matches:(e)=>e.code==="invalid_type"&&e.expected==="object"&&e.received===null&&e.path==="",tip:{suggestion:"Check for missing commas, unmatched brackets, or trailing commas. Use a JSON validator to identify the exact syntax error."}},{matches:(e)=>e.path==="permissions.additionalDirectories"&&e.code==="invalid_type",tip:{suggestion:'Must be an array of directory paths. Example: ["~/projects", "/tmp/workspace"]. You can also use --add-dir flag or /add-dir command',docLink:`${an}/iam#working-directories`}}],Vte={permissions:`${an}/iam#configuring-permissions`,env:`${an}/settings#environment-variables`,hooks:`${an}/hooks`};function pU(e){let t=Zte.find((o)=>o.matches(e));if(!t)return null;let r={...t.tip};if(e.code==="invalid_value"&&e.enumValues&&!r.suggestion)r.suggestion=`Valid values: ${e.enumValues.map((o)=>`"${o}"`).join(", ")}`;if(!r.docLink&&e.path)r.docLink=Vte[wh(e.path,".")];return r}var UAe=P(()=>Wo().strict());function fU(e){return e.code==="invalid_type"}function mU(e){return e.code==="invalid_value"}function Wte(e){return e.code==="unrecognized_keys"}function gU(e){return e.code==="too_small"}function Ms(e){if(e===null)return"null";if(e===void 0)return"undefined";if(Array.isArray(e))return"array";return typeof e}function hU(e){let t=e.match(/received (\w+)/);return t?t[1]:void 0}function cu(e,t){return e.issues.map((r)=>{let o=r.path.map(String).join("."),n=r.message,i,s,a,c,u;if(mU(r))s=r.values.map((p)=>String(p)),a=s.join(" | "),c=void 0,u=void 0;else if(fU(r)){a=r.expected;let p=hU(r.message);c=p??Ms(r.input),u=p??Ms(r.input)}else if(gU(r))a=String(r.minimum);else if(r.code==="custom"&&"params"in r)c=r.params.received,u=c;let d=pU({path:o,code:r.code,expected:a,received:c,enumValues:s,message:r.message,value:c});if(mU(r))i=s?.map((p)=>`"${p}"`).join(", "),n=`Invalid value. Expected one of: ${i}`;else if(fU(r)){let p=hU(r.message)??Ms(r.input);if(r.expected==="object"&&p==="null"&&o==="")n="Invalid or malformed JSON";else n=`Expected ${r.expected}, but received ${p}`}else if(Wte(r)){let p=r.keys.join(", ");n=`Unrecognized ${bT(r.keys.length,"field")}: ${p}`}else if(gU(r))n=`Number must be greater than or equal to ${r.minimum}`,i=String(r.minimum);return{file:t,path:o,message:n,expected:i,invalidValue:u,suggestion:d?.suggestion,docLink:d?.docLink}})}function Kte(e,t){if(!e||typeof e!=="object")return[];let r=e;if(!r.permissions||typeof r.permissions!=="object")return[];let o=r.permissions,n=[];for(let i of["allow","deny","ask"]){let s=o[i];if(!Array.isArray(s))continue;o[i]=s.filter((a)=>{if(typeof a!=="string")return n.push({file:t,path:`permissions.${i}`,message:`Non-string value in ${i} array was removed`,severity:"warning",invalidValue:a}),!1;let c=qx(a,i);if(!c.valid){let u=`Invalid permission rule "${a}" was skipped: ${c.error}`;if(c.suggestion)u+=`. ${c.suggestion}`;return n.push({file:t,path:`permissions.${i}`,message:u,severity:"warning",invalidValue:a}),!1}return!0})}return n}var Gte=new Set(Xo);function Jte(e,t){if(!e||typeof e!=="object")return[];let r=e;if(!("hooks"in r))return[];if(r.hooks===null||typeof r.hooks!=="object"||Array.isArray(r.hooks)){let i=Ms(r.hooks);return delete r.hooks,[{file:t,path:"hooks",message:`"hooks" must be an object mapping event names to matcher arrays; received ${i}. This field was ignored.`,severity:"warning",invalidValue:i,docLink:"https://code.claude.com/docs/en/hooks"}]}let o=r.hooks,n=[];for(let i of Object.keys(o)){if(!Gte.has(i)){delete o[i],n.push({file:t,path:`hooks.${i}`,message:`Unknown hook event "${i}" was ignored. Valid events: ${Xo.join(", ")}`,severity:"warning",invalidValue:i,docLink:"https://code.claude.com/docs/en/hooks"});continue}if(!Array.isArray(o[i])){let s=Ms(o[i]);delete o[i],n.push({file:t,path:`hooks.${i}`,message:`Hook event "${i}" must be an array of matchers; received ${s}. This entry was ignored.`,severity:"warning",invalidValue:s,docLink:"https://code.claude.com/docs/en/hooks"})}}if(n.length>0&&Object.keys(o).length===0)delete r.hooks;return n}var Xte=[{key:"allowedMcpServers",schema:pg},{key:"deniedMcpServers",schema:fg}];function Yte(e,t){if(!e||typeof e!=="object")return[];let r=e,o=[];for(let{key:n,schema:i}of Xte){if(!(n in r))continue;if(!Array.isArray(r[n])){let c=r[n];delete r[n],o.push({file:t,path:n,message:`"${n}" must be an array; received ${Ms(c)}. This field was ignored.`,severity:"warning",invalidValue:c});continue}let s=r[n],a=[];for(let c=0;c<s.length;c++){let u=i().safeParse(s[c]);if(u.success)a.push(s[c]);else o.push({file:t,path:`${n}[${c}]`,message:`Invalid entry was ignored: ${u.error.issues[0]?.message??"failed validation"}`,severity:"warning",invalidValue:s[c]})}if(a.length<s.length)r[n]=a}return o}function Ko(e,t,r){return[...Kte(e,t),...Jte(e,t),...r?.skipMcpServerEntryFilter?[]:Yte(e,t)]}function Gx(e){let t=new Set(e.allowedSources);return t.add("flagSettings"),t.add("policySettings"),_j.filter((r)=>t.has(r))}function ere(){return Xn(qo(),"managed-settings.json")}function bU(e){if(Ho()==="wsl"&&e.wslInherits?.()){let t=Wx(As);if(t.settings)return t;let r=Wx(qo());return{settings:r.settings,errors:[...t.errors,...r.errors]}}return Wx(qo())}function Wx(e){let t=[],r={},o=!1,{settings:n,errors:i}=mg(Xn(e,"managed-settings.json"),void 0,!0);if(t.push(...i),n&&Object.keys(n).length>0)r=on(r,n,Jn),o=!0;let s=Xn(e,"managed-settings.d");try{let u=Be().readdirSync(s).filter((d)=>(d.isFile()||d.isSymbolicLink())&&d.name.endsWith(".json")&&!d.name.startsWith(".")).map((d)=>d.name).sort();for(let d of u){let{settings:p,errors:f}=mg(Xn(s,d),void 0,!0);if(t.push(...f),p&&Object.keys(p).length>0)r=on(r,p,Jn),o=!0}}catch(u){let d=Ge(u);if(d!=="ENOENT"&&d!=="ENOTDIR")ee(`managed-settings.d read failed: ${u}`,{level:"error"})}let{wslInheritsWindowsSettings:a,...c}=r;return{settings:o&&Object.keys(c).length>0?r:null,errors:t}}function tre(e,t){if(zr(e))ee(`Broken symlink or missing file encountered for settings.json at path: ${t}`);else ee(`settings file read failed at ${t}: ${e}`,{level:"error"})}function mg(e,t,r){let o=oT(e);if(o)return{settings:o.settings?xn(o.settings):null,errors:o.errors};let n=nre(e,t,r);return iT(e,n),{settings:n.settings?xn(n.settings):null,errors:n.errors}}function _U(e){if(!e.mdm)return{settings:null,errors:[]};let t=e.mdm();return{settings:Object.keys(t.settings).length>0?t.settings:null,errors:t.errors}}function gg(e,t){let r=xn(e),o=Ko(r,t,{skipMcpServerEntryFilter:!0}),n=[],i=Vx((s)=>n.push({file:t,path:s.path,message:s.message,severity:"warning"})).safeParse(r);if(!i.success)return{settings:null,errors:[...o,...cu(i.error,t)]};return{settings:Object.keys(i.data).length>0?i.data:null,errors:[...o,...n]}}function vU(e){let t=e?.remote?e.remote():bj();if(!t||Object.keys(t).length===0)return{settings:null,errors:[]};return gg(t,"remote managed settings")}function rre(e){let t=e.parentManaged;if(!t||Object.keys(t).length===0)return{settings:null,errors:[]};return gg(t,"parent managed settings")}function SU(e){let t=e.flagInline;if(!t)return{settings:null,errors:[]};let r=xn(t),o=Ko(r,"SDK inline settings"),n=Wo().safeParse(r);if(!n.success)return{settings:null,errors:[...o,...cu(n.error,"SDK inline settings")]};return{settings:n.data,errors:o}}function nre(e,t,r){try{let o;if(t!==void 0)o=t;else{let{resolvedPath:a}=gd(Be(),e);o=Bo(a)}if(o.trim()==="")return{settings:{},errors:[]};let n=xn($s(o,!1));if(r){let a=Ko(n,e,{skipMcpServerEntryFilter:!0}),c=[],u=Vx((d)=>c.push({file:e,path:d.path,message:d.message,severity:"warning"})).safeParse(n);if(!u.success)return{settings:null,errors:[...a,...cu(u.error,e)]};return{settings:u.data,errors:[...a,...c]}}let i=Ko(n,e),s=Wo().safeParse(n);if(!s.success){let a=cu(s.error,e);return{settings:null,errors:[...i,...a]}}return{settings:s.data,errors:i}}catch(o){if(tre(o,e),zr(o))return{settings:null,errors:[]};return{settings:null,errors:[{file:e,path:"",message:`Settings file could not be read: ${o instanceof Error?o.message:String(o)}`,severity:"fatal"}]}}}function yU(e,t){switch(e){case"userSettings":return lu(qt());case"policySettings":case"projectSettings":case"localSettings":return lu(t.cwd);case"flagSettings":return t.flagPath?Qte(lu(t.flagPath)):lu(t.cwd)}}function ore(e){if(e.coworkPlugins||Ee(process.env.CLAUDE_CODE_USE_COWORK_PLUGINS))return"cowork_settings.json";return"settings.json"}function uu(e,t){switch(e){case"userSettings":return Xn(yU(e,t),ore(t));case"projectSettings":case"localSettings":return Xn(yU(e,t),ire(e));case"policySettings":return ere();case"flagSettings":return t.flagPath}}function ire(e){switch(e){case"projectSettings":return Xn(".claude","settings.json");case"localSettings":return Xn(".claude","settings.local.json")}}function xU(e,t){let r=rT(e);if(r!==void 0)return r;let o=cre(e,t);return nT(e,o),o}function sre(e){return!e||e.parentSettingsBehavior==="merge"}function are(e,t){let r={};if(e.allowManagedHooksOnly===!0)r.allowManagedHooksOnly=!0;if(e.allowManagedMcpServersOnly===!0)r.allowManagedMcpServersOnly=!0;if(e.allowManagedPermissionRulesOnly===!0)r.allowManagedPermissionRulesOnly=!0;let o=e.strictPluginOnlyCustomization;if(o===!0||Array.isArray(o)&&o.length>0)r.strictPluginOnlyCustomization=o;if(e.deniedMcpServers)r.deniedMcpServers=e.deniedMcpServers;if(t.forceLoginOrgUUID===void 0&&e.forceLoginOrgUUID)r.forceLoginOrgUUID=e.forceLoginOrgUUID;if(t.allowedMcpServers===void 0&&e.allowedMcpServers)r.allowedMcpServers=e.allowedMcpServers;if(t.availableModels===void 0&&e.availableModels)r.availableModels=e.availableModels;if(e.enforceAvailableModels===!0)r.enforceAvailableModels=!0;if(e.permissions){let n=ag(e.permissions,["deny","ask"]);if(e.permissions.disableBypassPermissionsMode==="disable")n.disableBypassPermissionsMode="disable";if(t.allowManagedPermissionRulesOnly!==!0){let{allow:i,additionalDirectories:s}=e.permissions;if(i&&t.sandbox?.network?.allowManagedDomainsOnly!==!0)n.allow=i;if(s)n.additionalDirectories=s}if(Object.keys(n).length>0)r.permissions=n}if(e.sandbox){let{network:n,filesystem:i}=e.sandbox,s={};if(e.sandbox.enabled===!0)s.enabled=!0;if(e.sandbox.failIfUnavailable===!0)s.failIfUnavailable=!0;if(e.sandbox.allowUnsandboxedCommands===!1)s.allowUnsandboxedCommands=!1;if(e.sandbox.autoAllowBashIfSandboxed===!1)s.autoAllowBashIfSandboxed=!1;if(n){let a=ag(n,["deniedDomains"]);if(n.allowManagedDomainsOnly===!0)a.allowManagedDomainsOnly=!0;if(t.sandbox?.network?.allowManagedDomainsOnly!==!0&&n.allowedDomains)a.allowedDomains=n.allowedDomains;if(Object.keys(a).length>0)s.network=a}if(i){let a=ag(i,["denyRead","denyWrite"]);if(i.allowManagedReadPathsOnly===!0)a.allowManagedReadPathsOnly=!0;if(t.sandbox?.filesystem?.allowManagedReadPathsOnly!==!0&&i.allowRead)a.allowRead=i.allowRead;if(Object.keys(a).length>0)s.filesystem=a}if(Object.keys(s).length>0)r.sandbox=s}return r}function wU(e){if(e.helper?.())return"helper";if(vU(e).settings)return"remote";if(_U(e).settings)return Ho()==="macos"?"plist":"hklm";if((e.file?.()??bU(e)).settings)return"file";if(kU(e).parentSlice)return"parent";let t=e.hkcu?.();return t&&Object.keys(t.settings).length>0?"hkcu":null}function kU(e){let t=[],{settings:r,errors:o}=vU(e);t.push(...o);let{settings:n,errors:i}=_U(e);t.push(...i);let{settings:s,errors:a}=e.file?.()??bU(e);t.push(...a);let{settings:c,errors:u}=rre(e);t.push(...u);let d=[r,n,s].filter((h)=>h!==null),p=d[0]??null,f={allowManagedPermissionRulesOnly:d.some((h)=>h.allowManagedPermissionRulesOnly===!0)||void 0,forceLoginOrgUUID:d.find((h)=>h.forceLoginOrgUUID!==void 0)?.forceLoginOrgUUID,allowedMcpServers:d.find((h)=>h.allowedMcpServers!==void 0)?.allowedMcpServers,availableModels:d[0]?.availableModels,sandbox:{network:{allowManagedDomainsOnly:d.some((h)=>h.sandbox?.network?.allowManagedDomainsOnly===!0)||void 0},filesystem:{allowManagedReadPathsOnly:d.some((h)=>h.sandbox?.filesystem?.allowManagedReadPathsOnly===!0)||void 0}}},m=c&&sre(p)?are(c,f):null,g=m&&Object.keys(m).length>0?m:null;return{tiers:d,admin:p,parentSlice:g,errors:t}}function EU(e){let t=e.helper?.();if(t)return{settings:t,errors:e.helperWarnings?.()??[]};let{admin:r,parentSlice:o,errors:n}=kU(e);if(!r&&!o){let i=e.hkcu?.();if(i&&Object.keys(i.settings).length>0)return{settings:i.settings,errors:[...n,...i.errors]};return{settings:null,errors:[...n,...i?.errors??[]]}}return{settings:on({},o??{},r??{},Jn),errors:n}}function cre(e,t){if(e==="policySettings")return EU(t).settings;let r=uu(e,t),{settings:o}=r?mg(r,e==="flagSettings"?t.flagExpectedContent:void 0):{settings:null};if(e==="flagSettings"){let{settings:n}=SU(t);if(n)return on(o||{},n,Jn)}return o}function lre(e,t){return Md([...e,...t])}function Jn(e,t,r){if(Array.isArray(e)&&Array.isArray(t)){if(r==="fallbackModel")return t;return lre(e,t)}return}var Kx=!1;function ure(e){if(Kx)return{settings:{},errors:[]};let t=Date.now();Yl("info","settings_load_started"),Kx=!0;try{let r=sT(),o={};if(r)o=on(o,r,Jn);let n=[],i=new Set,s=new Set,a=null;for(let c of Gx(e)){if(c==="policySettings"){let{settings:d,errors:p}=EU(e);if(a=d,d)o=on(o,d,Jn);for(let f of p){let m=`${f.file}:${f.path}:${f.message}`;if(!i.has(m))i.add(m),n.push(f)}continue}let u=uu(c,e);if(u){let d=lu(u);if(!s.has(d)){s.add(d);let{settings:p,errors:f}=mg(u,c==="flagSettings"?e.flagExpectedContent:void 0);for(let m of f){let g=`${m.file}:${m.path}:${m.message}`;if(!i.has(g))i.add(g),n.push(m)}if(p)o=on(o,p,Jn)}}if(c==="flagSettings"){let{settings:d,errors:p}=SU(e);for(let f of p){let m=`${f.file}:${f.path}:${f.message}`;if(!i.has(m))i.add(m),n.push(f)}if(d)o=on(o,d,Jn)}}if(a){if(a.availableModels!==void 0)o.availableModels=[...a.availableModels];if(a.enforceAvailableModels!==void 0)o.enforceAvailableModels=a.enforceAvailableModels}return Yl("info","settings_load_completed",{duration_ms:Date.now()-t,source_count:s.size,error_count:n.length}),{settings:o,errors:n}}finally{Kx=!1}}function dre(e){let t=eT();if(t!==null)return t;let r=ure(e);return tT(r),r}function pre(e){let{settings:t}=dre(e);return t||{}}function TU(e){mo();let t=[];for(let r of Gx(e)){let o=xU(r,e);if(o&&Object.keys(o).length>0)t.push({source:r,settings:o})}return{effective:pre(e),sources:t}}function PU(e,t){let r=Gx(t);for(let o=r.length-1;o>=0;o--){let n=r[o];if(xU(n,t)?.[e]!==void 0)return n}return null}import{execFile as fre}from"child_process";import{existsSync as mre}from"fs";var gre=null;function du(e,t){return new Promise((r)=>{try{fre(e,t,{encoding:"utf-8",timeout:wj,windowsHide:!0},(o,n)=>{r({stdout:n??"",code:o?1:0})})}catch{r({stdout:"",code:1})}})}function IU(){return(async()=>{if(process.platform==="darwin"){let e=kj(),r=(await Promise.all(e.map(async({path:o,label:n})=>{if(!mre(o))return{stdout:"",label:n,ok:!1};let{stdout:i,code:s}=await du(Sj,[...xj,o]);return{stdout:i,label:n,ok:s===0&&!!i}}))).find((o)=>o.ok);return{plistStdouts:r?[{stdout:r.stdout,label:r.label}]:[],hklmStdout:null,hkcuStdout:null}}if(process.platform==="win32"){let t=`${process.env.SYSTEMROOT||"C:\\Windows"}\\System32\\reg.exe`,[r,o]=await Promise.all([du(t,["query",ru,"/v",Kn]),du(t,["query",nu,"/v",Kn])]);return{plistStdouts:null,hklmStdout:r.code===0?r.stdout:null,hkcuStdout:o.code===0?o.stdout:null}}if(cg()){let[e,t]=await Promise.all([du(Mx,["query",ru,"/v",Kn]),du(Mx,["query",nu,"/v",Kn])]);return{plistStdouts:null,hklmStdout:e.code===0?e.stdout:null,hkcuStdout:t.code===0?t.stdout:null}}return{plistStdouts:null,hklmStdout:null,hkcuStdout:null}})()}function RU(){return gre}var Yn=Object.freeze({settings:{},errors:[]}),CU=null,MU=null,DU=!1,hg=null;function hre(){if(hg)return;hg=(async()=>{let e=Date.now(),t=RU()??IU(),{mdm:r,hkcu:o,wslInherits:n}=yre(await t);CU=r,MU=o,DU=n;let i=Date.now()-e;if(ee(`MDM settings load completed in ${i}ms`),Object.keys(r.settings).length>0){ee(`MDM settings found: ${Object.keys(r.settings).join(", ")}`);try{Yl("info","mdm_settings_loaded",{duration_ms:i,key_count:Object.keys(r.settings).length,error_count:r.errors.length})}catch{}}})()}async function NU(){if(!hg)hre();await hg}function jU(){return CU??Yn}function UU(){return MU??Yn}function zU(){return DU}function Jx(e,t){let r=$s(e,!1);if(!r||typeof r!=="object")return{settings:{},errors:[]};let{settings:o,errors:n}=gg(r,t);return{settings:o??{},errors:n}}function $U(e,t="Settings"){let r=e.split(/\r?\n/),o=t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),n=new RegExp(`^\\s+${o}\\s+REG_(?:EXPAND_)?SZ\\s+(.*)$`,"i");for(let i of r){let s=i.match(n);if(s&&s[1])return s[1].trimEnd()}return null}function yre(e){let t=[];if(e.plistStdouts&&e.plistStdouts.length>0){let{stdout:s,label:a}=e.plistStdouts[0],c=Jx(s,a),{wslInheritsWindowsSettings:u,...d}=c.settings;if(Object.keys(d).length>0)return{mdm:c,hkcu:Yn,wslInherits:!1};t.push(...c.errors)}let r=null;if(e.hklmStdout){let s=$U(e.hklmStdout);if(s)r=Jx(s,`Registry: ${ru}\\${Kn}`)}if(r)t.push(...r.errors);let o=t.length>0?{settings:{},errors:t}:Yn,n=cg(),i=!1;if(n){if(i=r?.settings.wslInheritsWindowsSettings===!0||_re(),!i)return{mdm:o,hkcu:Yn,wslInherits:!1}}if(r){let{wslInheritsWindowsSettings:s,...a}=r.settings;if(Object.keys(a).length>0)return{mdm:r,hkcu:Yn,wslInherits:i}}if(bre(i))return{mdm:o,hkcu:Yn,wslInherits:i};if(e.hkcuStdout){let s=$U(e.hkcuStdout);if(s){let a=Jx(s,`Registry: ${nu}\\${Kn}`);if(!n||a.settings.wslInheritsWindowsSettings===!0){let{wslInheritsWindowsSettings:c,...u}=a.settings;return{mdm:o,hkcu:{settings:u,errors:a.errors},wslInherits:i}}if(a.errors.length>0)return{mdm:o,hkcu:{settings:{},errors:a.errors},wslInherits:i}}}return{mdm:o,hkcu:Yn,wslInherits:i}}function bre(e){if(e&&OU(As))return!0;return OU(qo())}function AU(e){let t=xn($s(Bo(e),!1));if(!t||typeof t!=="object")return!1;Ko(t,e);let{wslInheritsWindowsSettings:r,...o}=t;return Object.keys(o).length>0}function _re(){function e(t){try{let r=$s(Bo(t),!1);return!!r&&typeof r==="object"&&"wslInheritsWindowsSettings"in r&&r.wslInheritsWindowsSettings===!0}catch{return!1}}if(e(Ds(As,"managed-settings.json")))return!0;try{let t=Ds(As,"managed-settings.d");for(let r of Be().readdirSync(t))if((r.isFile()||r.isSymbolicLink())&&r.name.endsWith(".json")&&!r.name.startsWith(".")&&e(Ds(t,r.name)))return!0}catch{}return!1}function OU(e){try{if(AU(Ds(e,"managed-settings.json")))return!0}catch{}try{let t=Ds(e,"managed-settings.d"),r=Be().readdirSync(t);for(let o of r){if(!(o.isFile()||o.isSymbolicLink())||!o.name.endsWith(".json")||o.name.startsWith("."))continue;try{if(AU(Ds(t,o.name)))return!0}catch{}}}catch{}return!1}var Sre={user:"userSettings",project:"projectSettings",local:"localSettings"},LU={userSettings:"user",projectSettings:"project",localSettings:"local",flagSettings:"flag",policySettings:"managed"},xre=["user","project","local"],wre=new Set(["bypassPermissions","auto","acceptEdits"]),kre=new Set(["project"]);function Ere(e){let t=e.effective.permissions?.defaultMode;if(!t||!wre.has(t))return e.effective;for(let r=e.sources.length-1;r>=0;r--){let o=e.sources[r];if(o.settings.permissions?.defaultMode!==void 0){if(kre.has(o.source)){let{defaultMode:n,...i}=e.effective.permissions??{};return{...e.effective,permissions:i}}return e.effective}}return e.effective}async function FU(e={}){await NU();let t={cwd:vre(e.cwd??Be().cwd()),allowedSources:(e.settingSources??xre).map((r)=>Sre[r]),parentManaged:e.managedSettings??null,flagInline:null,flagPath:void 0,mdm:jU,hkcu:UU,wslInherits:zU,...e.serverManagedSettings!==void 0&&{remote:()=>e.serverManagedSettings}};try{let{effective:r,sources:o}=TU(t),n=wU(t)??void 0,i=o.map(({source:a,settings:c})=>({source:LU[a],settings:c,path:a==="policySettings"?void 0:uu(a,t),...a==="policySettings"&&{policyOrigin:n}})),s={};for(let a of Object.keys(r)){let c=PU(a,t);if(c)s[a]={source:LU[c],path:c==="policySettings"?void 0:uu(c,t),...c==="policySettings"&&{policyOrigin:n}}}return{effective:r,provenance:s,sources:i}}finally{mo()}}process.env.NoDefaultCurrentDirectoryInExePath="1";async function lCe(e){return FU(e)}async function Nre(e,t){try{await Rre(e,t)}catch(r){if(!zr(r))throw r}}async function jre(e,t){if(!e)return;let r=e;try{let o=Ze(e);if(o?.claudeAiOauth?.refreshToken)delete o.claudeAiOauth.refreshToken,r=pe(o)}catch{}await KU(t,r,{mode:384})}function Ure(){if(process.platform!=="darwin")return Promise.resolve(void 0);let e=h0(g0);return new Promise((t)=>{Tre("security",["find-generic-password","-a",y0(),"-w","-s",e],{encoding:"utf-8",timeout:5000},(r,o)=>t(r?void 0:o.trim()||void 0))})}async function XU(e,t,r,o,n=60000){if(!Se(t))return;let i=rr(r),s=await Or(e.load({projectKey:i,sessionId:t}),n,`SessionStore.load() timed out after ${n}ms for session ${t}`);if(!s||s.length===0)return;let a=zt(Cre(),`claude-resume-${rw()}`);try{let c=zt(a,"projects",i);await Xx(c,{recursive:!0});let u=zt(c,`${t}.jsonl`);await Qa(u,s);let d=o?.CLAUDE_CONFIG_DIR??process.env.CLAUDE_CONFIG_DIR,p=d??zt(Yx(),".claude"),f;try{f=await WU(zt(p,".credentials.json"),"utf-8")}catch(m){if(!zr(m))throw m}if(!d&&!(o??process.env).ANTHROPIC_API_KEY&&!(o??process.env).CLAUDE_CODE_OAUTH_TOKEN)f=await Ure()??f;if(await jre(f,zt(a,".credentials.json")),await Nre(zt(d??Yx(),".claude.json"),zt(a,".claude.json")),e.listSubkeys){let m=zt(c,t),g=await Or(e.listSubkeys({projectKey:i,sessionId:t}),n,`SessionStore.listSubkeys() timed out after ${n}ms for session ${t}`);for(let h of g){let y=pu(m,h+".jsonl");if(!h||GU(h)||h.split(/[\\/]/).includes("..")||!y.startsWith(m+nw)){ee(`[SessionStore] skipping unsafe subpath from listSubkeys: ${h}`,{level:"warn"});continue}let v=await Or(e.load({projectKey:i,sessionId:t,subpath:h}),n,`SessionStore.load() timed out after ${n}ms for session ${t} subpath ${h}`);if(!v||v.length===0)continue;let x=[],w=[];for(let O of v)if(tw(O))x.push(O);else w.push(O);if(w.length>0)await Xx(BU(y),{recursive:!0}),await Qa(y,w);if(x.length>0){let O=x.at(-1),U=pu(m,h+".meta.json");await Xx(BU(U),{recursive:!0});let{type:se,...Le}=O;await KU(U,pe(Le),{mode:384})}}}return a}catch(c){throw await yg(a),c}}function Qx(e,t,r,o){let{systemPrompt:n,settings:i,managedSettings:s,settingSources:a,sandbox:c,...u}=e??{},d,p,f;if(n===void 0)d="";else if(typeof n==="string")d=n;else if(Array.isArray(n))d=n;else if(n.type==="preset")p=n.append,f=n.excludeDynamicSections;process.env.CLAUDE_AGENT_SDK_VERSION="0.3.175";let{abortController:m=Hs(),additionalDirectories:g=[],agent:h,agents:y,allowedTools:v=[],betas:x,canUseTool:w,continue:O,cwd:U,debug:se,debugFile:Le,disallowedTools:Ye=[],tools:Lt,env:yt,executable:Qn=bu()?"bun":"node",executableArgs:Go=[],extraArgs:Rr={},fallbackModel:Ns,enableFileCheckpointing:cn,toolConfig:V,forkSession:fu,hooks:mu,includeHookEvents:js,includePartialMessages:Us,forwardSubagentText:zs,onElicitation:gu,onUserDialog:je,supportedDialogKinds:Ft,persistSession:Sr,sessionStore:$r,sessionStoreFlush:rz,thinking:Ls,effort:nz,maxThinkingTokens:_g,maxTurns:oz,maxBudgetUsd:iz,taskBudget:sz,mcpServers:ow,model:az,outputFormat:iw,permissionMode:cz="default",allowDangerouslySkipPermissions:lz=!1,permissionPromptToolName:uz,plugins:dz,getOAuthToken:sw,getHostAuthToken:aw,workload:cw,resume:lw,resumeSessionAt:pz,sessionId:fz,skills:uw,stderr:mz,strictMcpConfig:gz}=u;if($r&&Sr===!1)throw Error("sessionStore cannot be used with persistSession: false -- the storage adapter requires local writes to mirror from. Use CLAUDE_CONFIG_DIR=/tmp for ephemeral local writes with external mirroring.");if(Ft!==void 0&&Ft.length>0&&!je)throw Error("supportedDialogKinds requires an onUserDialog callback -- declaring dialog kinds without a handler would park dialogs nothing can answer. Provide onUserDialog, or omit supportedDialogKinds.");if($r&&O&&!lw&&!$r.listSessions)throw Error("Options.continue with sessionStore requires store.listSessions to be implemented");if($r&&cn)throw Error("enableFileCheckpointing is not yet supported with sessionStore (backup blobs are not mirrored, so rewindFiles() fails after a store-backed resume).");if($r&&u.spawnClaudeCodeProcess)ee("sessionStore with custom spawnClaudeCodeProcess: ensure the subprocess CLAUDE_CONFIG_DIR matches the parent (same path, same separators) or transcript_mirror frames will be dropped.",{level:"warn"});let vg=u.pathToClaudeCodeExecutable;if(!vg){let $t=Dre(import.meta.url),nr=Ore($t),eo=jT((Jo)=>nr.resolve(Jo));if(!eo)throw Error(`Native CLI binary for ${process.platform}-${process.arch} not found. Reinstall @anthropic-ai/claude-agent-sdk without --omit=optional, or set options.pathToClaudeCodeExecutable.`);vg=eo}let dw=iw?.type==="json_schema"?iw.schema:void 0,ut=yt?{...yt}:{...process.env};if(!ut.CLAUDE_CODE_ENTRYPOINT)ut.CLAUDE_CODE_ENTRYPOINT="sdk-ts";if(!ut.CLAUDE_AGENT_SDK_VERSION)ut.CLAUDE_AGENT_SDK_VERSION="0.3.175";if(cn)ut.CLAUDE_CODE_ENABLE_SDK_FILE_CHECKPOINTING="true";if(sw)ut.CLAUDE_CODE_SDK_HAS_OAUTH_REFRESH="1";if(aw)ut.CLAUDE_CODE_SDK_HAS_HOST_AUTH_REFRESH="1";if(V?.askUserQuestion?.previewFormat)ut.CLAUDE_CODE_QUESTION_PREVIEW_FORMAT=V.askUserQuestion.previewFormat;let Sg={};if(bg.propagation.inject(bg.context.active(),Sg),"traceparent"in Sg){for(let $t of["TRACEPARENT","TRACESTATE"])if(!($t in(yt??{})))delete ut[$t]}for(let[$t,nr]of Object.entries(Sg)){let eo=$t.toUpperCase();if(!(eo in(yt??{})))ut[eo]=nr}let pw={},fw=new Map;if(ow)for(let[$t,nr]of Object.entries(ow))if(nr.type==="sdk"&&nr.instance)fw.set($t,nr.instance);else pw[$t]=nr;let Fs;if(Ls)switch(Ls.type){case"adaptive":Fs={type:"adaptive",display:Ls.display};break;case"enabled":Fs={type:"enabled",budgetTokens:Ls.budgetTokens,display:Ls.display};break;case"disabled":Fs={type:"disabled"};break}else if(_g!==void 0)Fs=_g===0?{type:"disabled"}:{type:"enabled",budgetTokens:_g};if(r){if(ut.CLAUDE_CONFIG_DIR=r,process.platform==="win32")ut.CLAUDE_SECURESTORAGE_CONFIG_DIR=yt?.CLAUDE_SECURESTORAGE_CONFIG_DIR??process.env.CLAUDE_SECURESTORAGE_CONFIG_DIR??yt?.CLAUDE_CONFIG_DIR??process.env.CLAUDE_CONFIG_DIR??""}let mw=new Oh({abortController:m,additionalDirectories:g,agent:h,betas:x,cwd:U,debug:se,debugFile:Le,executable:Qn,executableArgs:Go,extraArgs:cw?{...Rr,workload:cw}:Rr,pathToClaudeCodeExecutable:vg,env:ut,forkSession:fu,stderr:mz,thinkingConfig:Fs,effort:nz,maxTurns:oz,maxBudgetUsd:iz,taskBudget:sz,model:az,fallbackModel:Ns,jsonSchema:dw,permissionMode:cz,allowDangerouslySkipPermissions:lz,permissionPromptToolName:uz,continueConversation:$r?void 0:O,resume:lw,resumeSessionAt:pz,sessionId:fz,settings:typeof i==="object"?pe(i):i,managedSettings:s?pe(s):void 0,settingSources:a,skills:uw,allowedTools:v,disallowedTools:Ye,tools:Lt,mcpServers:pw,strictMcpConfig:gz,canUseTool:!!w,hooks:!!mu,includeHookEvents:js,includePartialMessages:Us,persistSession:Sr,sessionMirror:!!$r,plugins:dz,sandbox:c,spawnClaudeCodeProcess:u.spawnClaudeCodeProcess,deferSpawn:o}),hz={systemPrompt:d,appendSystemPrompt:p,planModeInstructions:u.planModeInstructions,appendSubagentSystemPrompt:u.appendSubagentSystemPrompt,toolAliases:u.toolAliases,excludeDynamicSections:f,agents:y,title:u.title,skills:uw,webSearchIsolationExemptMcpServers:u.webSearchIsolationExemptMcpServers,promptSuggestions:u.promptSuggestions,agentProgressSummaries:u.agentProgressSummaries,forwardSubagentText:zs,supportedDialogKinds:Ft},xg=new Nh(mw,t,w,mu,m,fw,dw,hz,gu,sw,aw,je);if($r){let $t=()=>zt(ut.CLAUDE_CONFIG_DIR??zt(Yx(),".claude"),"projects"),nr=rz==="eager",eo=new jh(async(Jo,wg)=>{let Bs=VU(Jo,$t());if(Bs)await $r.append(Bs,wg);else ee(`[SessionStore] dropping mirror frame: filePath ${Jo} is not under ${$t()} -- subprocess CLAUDE_CONFIG_DIR likely differs from parent (custom spawnClaudeCodeProcess / container?)`,{level:"warn"})},void 0,(Jo,wg)=>{let Bs=VU(Jo,$t());if(Bs)xg.reportMirrorError(Bs,wg.message)},nr?0:_d,nr?0:vd);xg.setTranscriptMirrorBatcher(eo)}return{queryInstance:xg,transport:mw,abortController:m,processEnv:ut}}function ew(e,t,r,o){if(typeof r==="string")t.write(pe({type:"user",session_id:"",message:{role:"user",content:[{type:"text",text:r}]},parent_tool_use_id:null})+`
|
|
116
|
+
`);else e.streamInput(r).catch((n)=>o.abort(n))}var zre=new Set(["EBUSY","EMFILE","ENFILE","ENOTEMPTY","EPERM"]);async function yg(e){for(let t=0;;t++)try{return await Are(e,{recursive:!0,force:!0})}catch(r){if(t>=4||!zre.has(Ge(r)??""))return;await hu((t+1)*100)}}function Lre(e,t){e.waitForExit().catch(()=>{}).finally(()=>yg(t))}function uCe({prompt:e,options:t}){if((t?.resume||t?.continue)&&t?.sessionStore){let{queryInstance:i,transport:s,abortController:a,processEnv:c}=Qx({...t},typeof e==="string",void 0,!0),u=pu(t.cwd??"."),d=t.sessionStore,p=t.loadTimeoutMs??60000,f=t.resume;return(async()=>{if(!f)f=(await Or(d.listSessions(rr(u)),p,`SessionStore.listSessions() timed out after ${p}ms`)).slice().sort((h,y)=>y.mtime-h.mtime)[0]?.sessionId;if(!f)return;return XU(d,f,u,t.env,t.loadTimeoutMs)})().then((g)=>{if(g){s.updateResume(f);let h={CLAUDE_CONFIG_DIR:g};if(process.platform==="win32"){let y=t.env?.CLAUDE_SECURESTORAGE_CONFIG_DIR??process.env.CLAUDE_SECURESTORAGE_CONFIG_DIR??t.env?.CLAUDE_CONFIG_DIR??process.env.CLAUDE_CONFIG_DIR??"";h.CLAUDE_SECURESTORAGE_CONFIG_DIR=y,c.CLAUDE_SECURESTORAGE_CONFIG_DIR=y}s.updateEnv(h),c.CLAUDE_CONFIG_DIR=g,i.addCleanupCallback(()=>Lre(s,g))}if(!i.isClosed())s.spawn()}).catch((g)=>{let h=kr(g);s.spawnAbort(h),i.setError(h)}),ew(i,s,e,a),i}let{queryInstance:r,transport:o,abortController:n}=Qx(t,typeof e==="string");return ew(r,o,e,n),r}async function dCe({options:e,initializeTimeoutMs:t=60000}={}){let r,o=e?.resume;if((o||e?.continue)&&e?.sessionStore){let a=pu(e.cwd??".");if(!o){if(!e.sessionStore.listSessions)throw Error("Options.continue with sessionStore requires store.listSessions to be implemented");let c=e.loadTimeoutMs??60000;o=(await Or(e.sessionStore.listSessions(rr(a)),c,`SessionStore.listSessions() timed out after ${c}ms`)).slice().sort((d,p)=>p.mtime-d.mtime)[0]?.sessionId}if(o)r=await XU(e.sessionStore,o,a,e.env,e.loadTimeoutMs)}let n,i,s;try{let f=function(){if(p)return;p=!0,d.close()},a=Qx(r&&o&&o!==e?.resume?{...e,resume:o}:e,!1,r);n=a.queryInstance;let{transport:c,abortController:u}=a;i=c;let d=a.queryInstance;if(r){let m=r;d.addCleanupCallback(()=>{s=c.waitForExit().catch(()=>{}).then(()=>yg(m))})}await Or(d.initializationResult(),t,`Subprocess initialization did not complete within ${t}ms — check authentication and network connectivity`);let p=!1;return{query(m){if(p)throw Error("WarmQuery.query() can only be called once");p=!0;try{ew(d,c,m,u)}catch(g){throw d.close(),g}if(typeof m==="string")d.setIsSingleUserTurn(!0);return d},close:f,async[Symbol.asyncDispose](){p=!0,d.close(),await s}}}catch(a){if(n?.close(),r&&!s){let c=i;s=(c?c.waitForExit().catch(()=>{}):Promise.resolve()).then(()=>yg(r))}throw await s,a}}async function pCe(e,t){if(t?.sessionStore)return qre(t.sessionStore,e,t);return VR(e,t)}async function fCe(e){if(e?.sessionStore)return Bre(e.sessionStore,e);return KR(e)}async function mCe(e,t){if(t?.sessionStore)return Zre(t.sessionStore,e,t);return GR(e,t)}async function gCe(e,t,r){if(r?.sessionStore)return Vre(r.sessionStore,e,t,r.dir);return QR(e,t,r)}async function hCe(e,t,r){if(r?.sessionStore)return Wre(r.sessionStore,e,t,r.dir);return e0(e,t,r)}async function yCe(e,t){if(!Se(e))throw Error(`Invalid sessionId: ${e}`);if(t?.sessionStore){if(!t.sessionStore.delete)return;let r=rr(t.dir);await t.sessionStore.delete({projectKey:r,sessionId:e});return}return t0(e,t)}async function bCe(e,t){if(t?.sessionStore)return Kre(t.sessionStore,e,t);return o0(e,t)}async function _Ce(e,t,r){if(!Se(e))throw Error(`Invalid sessionId: ${e}`);let o=await kn(e,r?.dir);if(!o)throw Error(`Session ${e} not found`);let n=rr(r?.dir),i=r?.batchSize&&r.batchSize>0?r.batchSize:_d;if(await HU(o.filePath,{projectKey:n,sessionId:e},t,i),r?.includeSubagents===!1)return;let s=o.filePath.replace(/\.jsonl$/,""),a=zt(s,"subagents");for(let c of await Fre(a)){let u=JU(s,c).split(nw);u[u.length-1]=u.at(-1).replace(/\.jsonl$/,"");let d={projectKey:n,sessionId:e,subpath:u.join("/")};await HU(c,d,t,i);let p=c.replace(/\.jsonl$/,".meta.json");try{let f=Ze(await WU(p,"utf8"));await t.append(d,[{type:"agent_metadata",...f}])}catch(f){if(!zr(f))throw f}}}async function HU(e,t,r,o){let n=Mre({input:Pre(e,{encoding:"utf8"}),crlfDelay:1/0}),i=[],s=0;for await(let a of n){if(!a)continue;if(i.push(Ze(a)),s+=a.length,i.length>=o||s>=vd)await r.append(t,i),i=[],s=0}if(i.length>0)await r.append(t,i)}async function Fre(e){let t=[];async function r(o){let n;try{n=await $re(o,{withFileTypes:!0})}catch{return}for(let i of n){let s=zt(o,i.name);if(i.isDirectory())await r(s);else if(i.isFile()&&i.name.endsWith(".jsonl"))t.push(s)}}return await r(e),t}async function vCe(e,t){if(t?.sessionStore)return Gre(t.sessionStore,e,t.dir);return u0(e,t)}async function SCe(e,t,r){if(r?.sessionStore)return Jre(r.sessionStore,e,t,r);return d0(e,t,r)}function YU(e){let t=pu(e??"."),r;try{r=Ire(t)}catch{r=t}return Ar(r)}function rr(e){return So(YU(e))}function QU(e){return e.map((t)=>pe(t)).join(`
|
|
117
117
|
`)+`
|
|
118
|
-
`}function qU(e,t,r){if(t!==void 0&&t>0)return e.slice(r,r+t);if(r>0)return e.slice(r);return e}function tw(e){return typeof e==="object"&&e!==null&&"type"in e&&e.type==="agent_metadata"}async function
|
|
119
|
-
`)+1);try{let o=Ze(r);if(typeof o==="object"&&o!==null&&"timestamp"in o&&typeof o.timestamp==="string"){let n=Date.parse(o.timestamp);if(!Number.isNaN(n))return n}}catch{}return Date.now()}async function tz(e,t,r){let o=rr(r),n=await e.load({projectKey:o,sessionId:t});if(!n||n.length===0)return null;return QU(n)}async function
|
|
118
|
+
`}function qU(e,t,r){if(t!==void 0&&t>0)return e.slice(r,r+t);if(r>0)return e.slice(r);return e}function tw(e){return typeof e==="object"&&e!==null&&"type"in e&&e.type==="agent_metadata"}async function Bre(e,t){let r=YU(t.dir),o=So(r),n=t.offset??0,i=t.limit;if(e.listSessionSummaries){let u=await e.listSessionSummaries(o),d=e.listSessions?new Map((await e.listSessions(o)).map((g)=>[g.sessionId,g])):void 0,p=[];for(let g of u){let h=d?.get(g.sessionId);if(d&&!h)continue;let y=h!==void 0&&g.mtime<h.mtime;p.push({sessionId:g.sessionId,mtime:y?h.mtime:g.mtime,info:y?void 0:Sw(g,r)})}if(d){let g=new Set(u.map((h)=>h.sessionId));for(let[h,y]of d)if(!g.has(h))p.push({sessionId:h,mtime:y.mtime})}else ee("listSessionSummaries without listSessions: gap-fill skipped; sessions lacking a sidecar will be omitted");p.sort((g,h)=>h.mtime-g.mtime);let f=qU(p,i,n),m=f.filter((g)=>g.info===void 0);if(m.length>0){let g=await ZU(e,m,t.dir,r),h=new Map(g.map((y)=>[y.sessionId,y]));for(let y of f)if(y.info===void 0)y.info=h.get(y.sessionId)??null}return f.flatMap((g)=>g.info?[g.info]:[])}if(!e.listSessions)throw Error("sessionStore.listSessions is not implemented -- cannot list sessions. Provide a store with a listSessions() method.");let a=(await e.listSessions(o)).slice().sort((u,d)=>d.mtime-u.mtime),c=qU(a,i,n);return ZU(e,c,t.dir,r)}async function ZU(e,t,r,o){return(await Promise.allSettled(t.map(async(i)=>{let s=await tz(e,i.sessionId,r);if(!s)return null;let a=Di(i.sessionId,ez(s,i.mtime),o);return a?{...a,lastModified:i.mtime}:null}))).flatMap((i,s)=>{let a=t[s];if(i.status==="fulfilled")return i.value?[i.value]:[];return[{sessionId:a.sessionId,summary:"",lastModified:a.mtime}]})}function ez(e,t){let r=Buffer.from(e,"utf-8"),o=r.length,n=r.subarray(0,ar).toString("utf-8"),i=o>ar?r.subarray(o-ar).toString("utf-8"):n;return{mtime:t,size:o,head:n,tail:i}}function Hre(e){let t=e.trimEnd(),r=t.slice(t.lastIndexOf(`
|
|
119
|
+
`)+1);try{let o=Ze(r);if(typeof o==="object"&&o!==null&&"timestamp"in o&&typeof o.timestamp==="string"){let n=Date.parse(o.timestamp);if(!Number.isNaN(n))return n}}catch{}return Date.now()}async function tz(e,t,r){let o=rr(r),n=await e.load({projectKey:o,sessionId:t});if(!n||n.length===0)return null;return QU(n)}async function qre(e,t,r){if(!Se(t))return[];let o=rr(r.dir),n=await e.load({projectKey:o,sessionId:t});if(!n||n.length===0)return[];return qR(n,{limit:r.limit,offset:r.offset,includeSystemMessages:r.includeSystemMessages})}async function Zre(e,t,r){if(!Se(t))return;let o=await tz(e,t,r.dir);if(!o)return;let n=ez(o,Hre(o));return Di(t,n)??void 0}async function Vre(e,t,r,o){if(!Se(t))throw Error(`Invalid sessionId: ${t}`);if(!r.trim())throw Error("title must be non-empty");let n=rr(o);await e.append({projectKey:n,sessionId:t},[{type:"custom-title",customTitle:r.trim(),sessionId:t,uuid:rw(),timestamp:new Date().toISOString()}])}async function Wre(e,t,r,o){if(!Se(t))throw Error(`Invalid sessionId: ${t}`);if(r!==null){let i=_o(r).trim();if(!i)throw Error("tag must be non-empty (use null to clear)");r=i}let n=rr(o);await e.append({projectKey:n,sessionId:t},[{type:"tag",tag:r??"",sessionId:t,uuid:rw(),timestamp:new Date().toISOString()}])}async function Kre(e,t,r){if(!Se(t))throw Error(`Invalid sessionId: ${t}`);if(r.upToMessageId&&!Se(r.upToMessageId))throw Error(`Invalid upToMessageId: ${r.upToMessageId}`);let o=rr(r.dir),n=await e.load({projectKey:o,sessionId:t});if(!n||n.length===0)throw Error(`Session ${t} not found`);let{entries:i,forkedSessionId:s}=i0(n,t,r);return await e.append({projectKey:o,sessionId:s},i),{sessionId:s}}async function Gre(e,t,r){if(!Se(t))return[];if(!e.listSubkeys)throw Error("sessionStore.listSubkeys is not implemented -- cannot list subagents. Provide a store with a listSubkeys() method.");let o=rr(r),n=await e.listSubkeys({projectKey:o,sessionId:t}),i=new Set;for(let s of n){if(!s.startsWith("subagents/"))continue;let a=s.split("/").at(-1);if(a.startsWith("agent-"))i.add(a.slice(6))}return[...i]}async function Jre(e,t,r,o){if(!Se(t))return[];if(!r)return[];let n=rr(o.dir),i=`subagents/agent-${r}`;if(e.listSubkeys){let d=await e.listSubkeys({projectKey:n,sessionId:t}),p=`agent-${r}`,f=d.find((m)=>m.startsWith("subagents/")&&m.split("/").at(-1)===p);if(!f)return[];i=f}let s=await e.load({projectKey:n,sessionId:t,subpath:i});if(!s||s.length===0)return[];let a=s.findLast(tw),c=typeof a?.toolUseId==="string"?a.toolUseId:void 0,u=s.filter((d)=>!tw(d));if(u.length===0)return[];return By(Buffer.from(QU(u)),{limit:o.limit,offset:o.offset},c)}function VU(e,t){let r=JU(t,e),o=r.split(nw);if(o[0]===".."||GU(r))return null;if(o.length<2)return null;let n=o[0],i=o[1];if(o.length===2&&i.endsWith(".jsonl"))return{projectKey:n,sessionId:i.replace(/\.jsonl$/,"")};if(o.length>=4){let s=o.slice(2),a=s.length-1;return s[a]=s.at(-1).replace(/\.jsonl$/,""),{projectKey:n,sessionId:i,subpath:s.join("/")}}return null}export{EQ as tool,hCe as tagSession,dCe as startup,lCe as resolveSettings,gCe as renameSession,uCe as query,RQ as parseDirectConnectUrl,vCe as listSubagents,fCe as listSessions,_Ce as importSessionToStore,SCe as getSubagentMessages,pCe as getSessionMessages,mCe as getSessionInfo,bCe as forkSession,yu as foldSessionSummary,Ere as filterEscalatingDefaultMode,yCe as deleteSession,TQ as createSdkMcpServer,Dz as SYSTEM_PROMPT_DYNAMIC_BOUNDARY,Pg as InMemorySessionStore,Xo as HOOK_EVENTS,Mz as EXIT_REASONS,PN as DirectConnectTransport,_r as DirectConnectError,ot as AbortError};
|