Files
metadata-action/dist/index.cjs
T

313 lines
2.7 MiB
JavaScript
Raw Normal View History

var aIe=Object.create;var cz=Object.defineProperty;var cIe=Object.getOwnPropertyDescriptor;var uIe=Object.getOwnPropertyNames;var pIe=Object.getPrototypeOf,AIe=Object.prototype.hasOwnProperty;var i=(t,e)=>cz(t,"name",{value:e,configurable:!0});var m=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),lIe=(t,e)=>{for(var r in e)cz(t,r,{get:e[r],enumerable:!0})},dIe=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let o of uIe(e))!AIe.call(t,o)&&o!==r&&cz(t,o,{get:()=>e[o],enumerable:!(n=cIe(e,o))||n.enumerable});return t};var w=(t,e,r)=>(r=t!=null?aIe(pIe(t)):{},dIe(e||!t||!t.__esModule?cz(r,"default",{value:t,enumerable:!0}):r,t));var P9=m(pA=>{"use strict";var G40=require("net"),zIe=require("tls"),YD=require("http"),L9=require("https"),OIe=require("events"),H40=require("assert"),gIe=require("util");pA.httpOverHttp=EIe;pA.httpsOverHttp=CIe;pA.httpOverHttps=yIe;pA.httpsOverHttps=BIe;function EIe(t){var e=new zi(t);return e.request=YD.request,e}i(EIe,"httpOverHttp");function CIe(t){var e=new zi(t);return e.request=YD.request,e.createSocket=Q9,e.defaultPort=443,e}i(CIe,"httpsOverHttp");function yIe(t){var e=new zi(t);return e.request=L9.request,e}i(yIe,"httpOverHttps");function BIe(t){var e=new zi(t);return e.request=L9.request,e.createSocket=Q9,e.defaultPort=443,e}i(BIe,"httpsOverHttps");function zi(t){var e=this;e.options=t||{},e.proxyOptions=e.options.proxy||{},e.maxSockets=e.options.maxSockets||YD.Agent.defaultMaxSockets,e.requests=[],e.sockets=[],e.on("free",i(function(n,o,s,a){for(var c=_9(o,s,a),u=0,p=e.requests.length;u<p;++u){var A=e.requests[u];if(A.host===c.host&&A.port===c.port){e.requests.splice(u,1),A.request.onSocket(n);return}}n.destroy(),e.removeSocket(n)},"onFree"))}i(zi,"TunnelingAgent");gIe.inherits(zi,OIe.EventEmitter);zi.prototype.addRequest=i(function(e,r,n,o){var s=this,a=JD({request:e},s.options,_9(r,n,o));if(s.sockets.length>=this.maxSockets){s.requests.push(a);return}s.createSocket(a,function(c){c.on("free",u),c.on("close",p),c.on("agentRemove",p),e.onSocket(c);function u(){s.emit("free",c,a)}i(u,"onFree");function p(A){s.removeSocket(c),c.removeListener("free",u),c.removeListener("close",p),c.removeListener("agentRemove",p)}i(p,"onCloseOrRemove")})},"addRequest");zi.prototype.createSocket=i(function(e,r){var n=this,o={};n.sockets.push(o);var s=JD({},n.proxyOptions,{method:"CONNECT",path:e.host+":"+e.port,agent:!1,headers:{host:e.host+":"+e.port}});e.localAddress&&(s.localAddress=e.localAddress),s.proxyAuth&&(s.headers=s.headers||{},s.headers["Proxy-Authorization"]="Basic "+new Buffer(s.proxyAuth).toString("base64")),Na("making CONNECT request");var a=n.request(s);a.useChunkedEncodingByDefault=!1,a.once("response",c),a.once("upgrade",u),a.once("connect",p),a.once("error",A),a.end();function c(l){l.upgrade=!0}i(c,"onResponse");function u(l,b,f){process.nextTick(function(){p(l,b,f)})}i(u,"onUpgrade");function p(l,b,f){if(a.removeAllListeners(),b.removeAllListeners(),l.statusCode!==200){Na("tunneling socket could not be established, statusCode=%d",l.statusCode),b.destroy();var z=new Error("tunneling socket could not be established, statusCode="+l.statusCode);z.code="ECONNRESET",e.request.emit("error",z),n.removeSocket(o);return}if(f.length>0){Na("got illegal response body from proxy"),b.destroy();var z=new Error("got illegal response body from proxy");z.code="ECONNRESET",e.request.emit("error",z),n.removeSocket(o);return}return Na("tunneling connection has established"),n.sockets[n.sockets.indexOf(o)]=b,r(b)}i(p,"onConnect");function A(l){a.removeAllListeners(),Na(`tunneling socket could not be established, cause=%s
`,l.message,l.stack);var b=new Error("tunneling socket could not be established, cause="+l.message);b.code="ECONNRESET",e.request.emit("error",b),n.removeSocket(o)}i(A,"onError")},"createSocket");zi.prototype.removeSocket=i(function(e){var r=this.sockets.indexOf(e);if(r!==-1){this.sockets.splice(r,1);var n=this.requests.shift();n&&this.createSocket(n,function(o){n.request.onSocket(o)})}},"removeSocket");function Q9(t,e){var r=this;zi.prototype.createSocket.call(r,t,function(n){var o=t.request.getHeader("host"),s=JD({},r.options,{socket:n,servername:o?o.replace(/:.*$/,""):t.host}),a=zIe.connect(0,s);r.sockets[r.sockets.indexOf(n)]=a,e(a)})}i(Q9,"createSecureSocket");function _9(t,e,r){return typeof t=="string"?{host:t,port:e,localAddress:r}:t}i(_9,"toOptions");function JD(t){for(var e=1,r=arguments.length;e<r;++e){var n=arguments[e];if(typeof n=="object")for(var o=Object.keys(n),s=0,a=o.length;s<a;++s){var c=o[s];n[c]!==void 0&&(t[c]=n[c])}}return t}i(JD,"mergeOptions");var Na;process.env.NODE_DEBUG&&/\btunnel\b/.test(process.env.NODE_DEBUG)?Na=i(function(){var t=Array.prototype.slice.call(arguments);typeof t[0]=="string"?t[0]="TUNNEL: "+t[0]:t.unshift("TUNNEL:"),console.error.apply(console,t)},"debug"):Na=i(function(){},"debug");pA.debug=Na});var Hd=m((Y40,k9)=>{k9.exports=P9()});var k0=m((J40,U9)=>{U9.exports={kClose:Symbol("close"),kDestroy:Symbol("destroy"),kDispatch:Symbol("dispatch"),kUrl:Symbol("url"),kWriting:Symbol("writing"),kResuming:Symbol("resuming"),kQueue:Symbol("queue"),kConnect:Symbol("connect"),kConnecting:Symbol("connecting"),kKeepAliveDefaultTimeout:Symbol("default keep alive timeout"),kKeepAliveMaxTimeout:Symbol("max keep alive timeout"),kKeepAliveTimeoutThreshold:Symbol("keep alive timeout threshold"),kKeepAliveTimeoutValue:Symbol("keep alive timeout"),kKeepAlive:Symbol("keep alive"),kHeadersTimeout:Symbol("headers timeout"),kBodyTimeout:Symbol("body timeout"),kServerName:Symbol("server name"),kLocalAddress:Symbol("local address"),kHost:Symbol("host"),kNoRef:Symbol("no ref"),kBodyUsed:Symbol("used"),kBody:Symbol("abstracted request body"),kRunning:Symbol("running"),kBlocking:Symbol("blocking"),kPending:Symbol("pending"),kSize:Symbol("size"),kBusy:Symbol("busy"),kQueued:Symbol("queued"),kFree:Symbol("free"),kConnected:Symbol("connected"),kClosed:Symbol("closed"),kNeedDrain:Symbol("need drain"),kReset:Symbol("reset"),kDestroyed:Symbol.for("nodejs.stream.destroyed"),kResume:Symbol("resume"),kOnError:Symbol("on error"),kMaxHeadersSize:Symbol("max headers size"),kRunningIdx:Symbol("running index"),kPendingIdx:Symbol("pending index"),kError:Symbol("error"),kClients:Symbol("clients"),kClient:Symbol("client"),kParser:Symbol("parser"),kOnDestroyed:Symbol("destroy callbacks"),kPipelining:Symbol("pipelining"),kSocket:Symbol("socket"),kHostHeader:Symbol("host header"),kConnector:Symbol("connector"),kStrictContentLength:Symbol("strict content length"),kMaxRedirections:Symbol("maxRedirections"),kMaxRequests:Symbol("maxRequestsPerClient"),kProxy:Symbol("proxy agent options"),kCounter:Symbol("socket request counter"),kInterceptors:Symbol("dispatch interceptors"),kMaxResponseSize:Symbol("max response size"),kHTTP2Session:Symbol("http2Session"),kHTTP2SessionState:Symbol("http2Session state"),kRetryHandlerDefaultRetry:Symbol("retry agent default retry"),kConstruct:Symbol("constructable"),kListeners:Symbol("listeners"),kHTTPContext:Symbol("http context"),kMaxConcurrentStreams:Symbol("max concurrent streams"),kNoProxyAgent:Symbol("no proxy agent"),kHttpProxyAgent:Symbol("http proxy agent"),kHttpsProxyAgent:Symbol("https proxy agent")}});var i0=m((j40,bU)=>{"use strict";var G9=Symbol.for("undici.error.UND_ERR"),U0=class extends Error{static{i(this,"UndiciError")}constructor(e){super(e),this.name="UndiciError",this.code="UND_ERR"}static[Symbol.hasInstance](e){return e&&e[G9]===!0}[G9]=!0},H9=Symbol.for("undici.error.UND_ERR_CONNECT_TIMEOUT"),jD=class extends U0{static{i(this,"ConnectTimeoutError")}constructor(e){super(e),this.name="ConnectTimeoutError",this.message=e||"Connect Timeout Error",this.code="UND_ERR_CONNECT_TIM
`)||t.includes("\r")||t.includes("\0"))===!1}i(DG,"isValidHeaderValue");function PRe(t,e){let{headersList:r}=e,n=(r.get("referrer-policy",!0)??"").split(","),o="";if(n.length>0)for(let s=n.length;s!==0;s--){let a=n[s-1].trim();if(BRe.has(a)){o=a;break}}o!==""&&(t.referrerPolicy=o)}i(PRe,"setRequestReferrerPolicyOnRedirect");function kRe(){return"allowed"}i(kRe,"crossOriginResourcePolicyCheck");function URe(){return"success"}i(URe,"corsCheck");function GRe(){return"success"}i(GRe,"TAOCheck");function HRe(t){let e=null;e=t.mode,t.headersList.set("sec-fetch-mode",e,!0)}i(HRe,"appendFetchMetadata");function XRe(t){let e=t.origin;if(!(e==="client"||e===void 0)){if(t.responseTainting==="cors"||t.mode==="websocket")t.headersList.append("origin",e,!0);else if(t.method!=="GET"&&t.method!=="HEAD"){switch(t.referrerPolicy){case"no-referrer":e=null;break;case"no-referrer-when-downgrade":case"strict-origin":case"strict-origin-when-cross-origin":t.origin&&XI(t.origin)&&!XI(eb(t))&&(e=null);break;case"same-origin":Fz(t,eb(t))||(e=null);break;default:}t.headersList.append("origin",e,!0)}}}i(XRe,"appendRequestOriginHeader");function OA(t,e){return t}i(OA,"coarsenTime");function VRe(t,e,r){return!t?.startTime||t.startTime<e?{domainLookupStartTime:e,domainLookupEndTime:e,connectionStartTime:e,connectionEndTime:e,secureConnectionStartTime:e,ALPNNegotiatedProtocol:t?.ALPNNegotiatedProtocol}:{domainLookupStartTime:OA(t.domainLookupStartTime,r),domainLookupEndTime:OA(t.domainLookupEndTime,r),connectionStartTime:OA(t.connectionStartTime,r),connectionEndTime:OA(t.connectionEndTime,r),secureConnectionStartTime:OA(t.secureConnectionStartTime,r),ALPNNegotiatedProtocol:t.ALPNNegotiatedProtocol}}i(VRe,"clampAndCoarsenConnectionTimingInfo");function YRe(t){return OA(NRe.now(),t)}i(YRe,"coarsenedSharedCurrentTime");function JRe(t){return{startTime:t.startTime??0,redirectStartTime:0,redirectEndTime:0,postRedirectStartTime:t.startTime??0,finalServiceWorkerStartTime:0,finalNetworkResponseStartTime:0,finalNetworkRequestStartTime:0,endTime:0,encodedBodySize:0,decodedBodySize:0,finalConnectionTimingInfo:null}}i(JRe,"createOpaqueTimingInfo");function IG(){return{referrerPolicy:"strict-origin-when-cross-origin"}}i(IG,"makePolicyContainer");function jRe(t){return{referrerPolicy:t.referrerPolicy}}i(jRe,"clonePolicyContainer");function $Re(t){let e=t.referrerPolicy;tu(e);let r=null;if(t.referrer==="client"){let c=EG();if(!c||c.origin==="null")return"no-referrer";r=new URL(c)}else t.referrer instanceof URL&&(r=t.referrer);let n=HI(r),o=HI(r,!0);n.toString().length>4096&&(n=o);let s=Fz(t,n),a=Zd(n)&&!Zd(t.url);switch(e){case"origin":return o??HI(r,!0);case"unsafe-url":return n;case"same-origin":return s?o:"no-referrer";case"origin-when-cross-origin":return s?n:o;case"strict-origin-when-cross-origin":{let c=eb(t);return Fz(n,c)?n:Zd(n)&&!Zd(c)?"no-referrer":o}default:return a?"no-referrer":o}}i($Re,"determineRequestsReferrer");function HI(t,e){return tu(t instanceof URL),t=new URL(t),t.protocol==="file:"||t.protocol==="about:"||t.protocol==="blank:"?"no-referrer":(t.username="",t.password="",t.hash="",e&&(t.pathname="",t.search=""),t)}i(HI,"stripURLForReferrer");function Zd(t){if(!(t instanceof URL))return!1;if(t.href==="about:blank"||t.href==="about:srcdoc"||t.protocol==="data:"||t.protocol==="file:")return!0;return e(t.origin);function e(r){if(r==null||r==="null")return!1;let n=new URL(r);return!!(n.protocol==="https:"||n.protocol==="wss:"||/^127(?:\.[0-9]+){0,2}\.[0-9]+$|^\[(?:0*:)*?:?0*1\]$/.test(n.hostname)||n.hostname==="localhost"||n.hostname.includes("localhost.")||n.hostname.endsWith(".localhost"))}}i(Zd,"isURLPotentiallyTrustworthy");function KRe(t,e){if(Sz===void 0)return!0;let r=RG(e);if(r==="no metadata"||r.length===0)return!0;let n=eNe(r),o=tNe(r,n);for(let s of o){let a=s.algo,c=s.hash,u=Sz.createHash(a).update(t).digest("base64");if(u[u.length-1]==="="&&(u[u.length-2]==="="?u=u.slice(0,-2):u=u.slice(0,-1)),rNe(u,c))return!0}return!1}i(KRe,"bytesMatch");var ZRe=/(?<algo>sha256|sha384|sha512)-((?<hash>[A-Za-z0-9+/]+|[A-Za-z0-9_-]+)={0,2}(?:\s|$)( +[!-
`);function QNe(t){for(let e=0;e<t.length;++e)if((t.charCodeAt(e)&-128)!==0)return!1;return!0}i(QNe,"isAsciiString");function _Ne(t){let e=t.length;if(e<27||e>70)return!1;for(let r=0;r<e;++r){let n=t.charCodeAt(r);if(!(n>=48&&n<=57||n>=65&&n<=90||n>=97&&n<=122||n===39||n===45||n===95))return!1}return!0}i(_Ne,"validateBoundary");function PNe(t,e){xz(e!=="failure"&&e.essence==="multipart/form-data");let r=e.parameters.get("boundary");if(r===void 0)return"failure";let n=Buffer.from(`--${r}`,"utf8"),o=[],s={position:0};for(;t[s.position]===13&&t[s.position+1]===10;)s.position+=2;let a=t.length;for(;t[a-1]===10&&t[a-2]===13;)a-=2;for(a!==t.length&&(t=t.subarray(0,a));;){if(t.subarray(s.position,s.position+n.length).equals(n))s.position+=n.length;else return"failure";if(s.position===t.length-2&&Tz(t,vNe,s)||s.position===t.length-4&&Tz(t,LNe,s))return o;if(t[s.position]!==13||t[s.position+1]!==10)return"failure";s.position+=2;let c=kNe(t,s);if(c==="failure")return"failure";let{name:u,filename:p,contentType:A,encoding:l}=c;s.position+=2;let b;{let z=t.indexOf(n.subarray(2),s.position);if(z===-1)return"failure";b=t.subarray(s.position,z-4),s.position+=b.length,l==="base64"&&(b=Buffer.from(b.toString(),"base64"))}if(t[s.position]!==13||t[s.position+1]!==10)return"failure";s.position+=2;let f;p!==null?(A??="text/plain",QNe(A)||(A=""),f=new xNe([b],p,{type:A})):f=NNe(Buffer.from(b)),xz(kG(u)),xz(typeof f=="string"&&kG(f)||SNe(f)),o.push(FNe(u,f,p))}}i(PNe,"multipartFormDataParser");function kNe(t,e){let r=null,n=null,o=null,s=null;for(;;){if(t[e.position]===13&&t[e.position+1]===10)return r===null?"failure":{name:r,filename:n,contentType:o,encoding:s};let a=EA(c=>c!==10&&c!==13&&c!==58,t,e);if(a=ZI(a,!0,!0,c=>c===9||c===32),!wNe.test(a.toString())||t[e.position]!==58)return"failure";switch(e.position++,EA(c=>c===32||c===9,t,e),RNe(a)){case"content-disposition":{if(r=n=null,!Tz(t,TNe,e)||(e.position+=17,r=HG(t,e),r===null))return"failure";if(Tz(t,GG,e)){let c=e.position+GG.length;if(t[c]===42&&(e.position+=1,c+=1),t[c]!==61||t[c+1]!==34||(e.position+=12,n=HG(t,e),n===null))return"failure"}break}case"content-type":{let c=EA(u=>u!==10&&u!==13,t,e);c=ZI(c,!1,!0,u=>u===9||u===32),o=UG(c);break}case"content-transfer-encoding":{let c=EA(u=>u!==10&&u!==13,t,e);c=ZI(c,!1,!0,u=>u===9||u===32),s=UG(c);break}default:EA(c=>c!==10&&c!==13,t,e)}if(t[e.position]!==13&&t[e.position+1]!==10)return"failure";e.position+=2}}i(kNe,"parseMultipartFormDataHeaders");function HG(t,e){xz(t[e.position-1]===34);let r=EA(n=>n!==10&&n!==13&&n!==34,t,e);return t[e.position]!==34?null:(e.position++,r=new TextDecoder().decode(r).replace(/%0A/ig,`
`).replace(/%0D/ig,"\r").replace(/%22/g,'"'),r)}i(HG,"parseMultipartFormDataName");function EA(t,e,r){let n=r.position;for(;n<e.length&&t(e[n]);)++n;return e.subarray(r.position,r.position=n)}i(EA,"collectASequenceOfBytes");function ZI(t,e,r,n){let o=0,s=t.length-1;if(e)for(;o<t.length&&n(t[o]);)o++;if(r)for(;s>0&&n(t[s]);)s--;return o===0&&s===t.length-1?t:t.subarray(o,s+1)}i(ZI,"removeChars");function Tz(t,e,r){if(t.length<e.length)return!1;for(let n=0;n<e.length;n++)if(e[n]!==t[r.position+n])return!1;return!0}i(Tz,"bufferStartsWith");XG.exports={multipartFormDataParser:PNe,validateBoundary:_Ne}});var BA=m((TB0,nH)=>{"use strict";var nb=He(),{ReadableStreamFrom:UNe,isBlobLike:YG,isReadableStreamLike:GNe,readableStreamClose:HNe,createDeferredPromise:XNe,fullyReadBody:VNe,extractMimeType:YNe,utf8DecodeBytes:$G}=Ir(),{FormData:JG}=rb(),{kState:yA}=wa(),{webidl:JNe}=st(),{Blob:jNe}=require("node:buffer"),e5=require("node:assert"),{isErrored:KG,isDisturbed:$Ne}=require("node:stream"),{isArrayBuffer:KNe}=require("node:util/types"),{serializeAMimeType:ZNe}=Zt(),{multipartFormDataParser:ewe}=VG(),t5;try{let t=require("node:crypto");t5=i(e=>t.randomInt(0,e),"random")}catch{t5=i(t=>Math.floor(Math.random(t)),"random")}var vz=new TextEncoder;function twe(){}i(twe,"noop");var ZG=globalThis.FinalizationRegistry&&process.version.indexOf("v18")!==0,eH;ZG&&(eH=new FinalizationRegistry(t=>{let e=t.deref();e&&!e.locked&&!$Ne(e)&&!KG(e)&&e.cancel("Response object has been garbage collected").catch(twe)}));function tH(t,e=!1){let r=null;t instanceof ReadableStream?r=t:YG(t)?r=t.stream():r=new ReadableStream({async pull(u){let p=typeof o=="string"?vz.encode(o):o;p.byteLength&&u.enqueue(p),queueMicrotask(()=>HNe(u))},start(){},type:"bytes"}),e5(GNe(r));let n=null,o=null,s=null,a=null;if(typeof t=="string")o=t,a="text/plain;charset=UTF-8";else if(t instanceof URLSearchParams)o=t.toString(),a="application/x-www-form-urlencoded;charset=UTF-8";else if(KNe(t))o=new Uint8Array(t.slice());else if(ArrayBuffer.isView(t))o=new Uint8Array(t.buffer.slice(t.byteOffset,t.byteOffset+t.byteLength));else if(nb.isFormDataLike(t)){let u=`----formdata-undici-0${`${t5(1e11)}`.padStart(11,"0")}`,p=`--${u}\r
Content-Disposition: form-data`;let A=i(y=>y.replace(/\n/g,"%0A").replace(/\r/g,"%0D").replace(/"/g,"%22"),"escape"),l=i(y=>y.replace(/\r?\n|\r/g,`\r
`),"normalizeLinefeeds"),b=[],f=new Uint8Array([13,10]);s=0;let z=!1;for(let[y,E]of t)if(typeof E=="string"){let B=vz.encode(p+`; name="${A(l(y))}"\r
\r
${l(E)}\r
`);b.push(B),s+=B.byteLength}else{let B=vz.encode(`${p}; name="${A(l(y))}"`+(E.name?`; filename="${A(E.name)}"`:"")+`\r
2026-06-29 15:01:08 +02:00
Content-Type: ${E.type||"application/octet-stream"}\r
\r
`);b.push(B,E,f),typeof E.size=="number"?s+=B.byteLength+E.size+f.byteLength:z=!0}let g=vz.encode(`--${u}--\r
`);b.push(g),s+=g.byteLength,z&&(s=null),o=t,n=i(async function*(){for(let y of b)y.stream?yield*y.stream():yield y},"action"),a=`multipart/form-data; boundary=${u}`}else if(YG(t))o=t,s=t.size,t.type&&(a=t.type);else if(typeof t[Symbol.asyncIterator]=="function"){if(e)throw new TypeError("keepalive");if(nb.isDisturbed(t)||t.locked)throw new TypeError("Response body object should not be disturbed or locked");r=t instanceof ReadableStream?t:UNe(t)}if((typeof o=="string"||nb.isBuffer(o))&&(s=Buffer.byteLength(o)),n!=null){let u;r=new ReadableStream({async start(){u=n(t)[Symbol.asyncIterator]()},async pull(p){let{value:A,done:l}=await u.next();if(l)queueMicrotask(()=>{p.close(),p.byobRequest?.respond(0)});else if(!KG(r)){let b=new Uint8Array(A);b.byteLength&&p.enqueue(b)}return p.desiredSize>0},async cancel(p){await u.return()},type:"bytes"})}return[{stream:r,source:o,length:s},a]}i(tH,"extractBody");function rwe(t,e=!1){return t instanceof ReadableStream&&(e5(!nb.isDisturbed(t),"The body has already been consumed."),e5(!t.locked,"The stream is locked.")),tH(t,e)}i(rwe,"safelyExtractBody");function nwe(t,e){let[r,n]=e.stream.tee();return e.stream=r,{stream:n,length:e.length,source:e.source}}i(nwe,"cloneBody");function owe(t){if(t.aborted)throw new DOMException("The operation was aborted.","AbortError")}i(owe,"throwIfAborted");function swe(t){return{blob(){return CA(this,r=>{let n=jG(this);return n===null?n="":n&&(n=ZNe(n)),new jNe([r],{type:n})},t)},arrayBuffer(){return CA(this,r=>new Uint8Array(r).buffer,t)},text(){return CA(this,$G,t)},json(){return CA(this,awe,t)},formData(){return CA(this,r=>{let n=jG(this);if(n!==null)switch(n.essence){case"multipart/form-data":{let o=ewe(r,n);if(o==="failure")throw new TypeError("Failed to parse body as FormData.");let s=new JG;return s[yA]=o,s}case"application/x-www-form-urlencoded":{let o=new URLSearchParams(r.toString()),s=new JG;for(let[a,c]of o)s.append(a,c);return s}}throw new TypeError('Content-Type was not one of "multipart/form-data" or "application/x-www-form-urlencoded".')},t)},bytes(){return CA(this,r=>new Uint8Array(r),t)}}}i(swe,"bodyMixinMethods");function iwe(t){Object.assign(t.prototype,swe(t))}i(iwe,"mixinBody");async function CA(t,e,r){if(JNe.brandCheck(t,r),rH(t))throw new TypeError("Body is unusable: Body has already been read");owe(t[yA]);let n=XNe(),o=i(a=>n.reject(a),"errorSteps"),s=i(a=>{try{n.resolve(e(a))}catch(c){o(c)}},"successSteps");return t[yA].body==null?(s(Buffer.allocUnsafe(0)),n.promise):(await VNe(t[yA].body,s,o),n.promise)}i(CA,"consumeBody");function rH(t){let e=t[yA].body;return e!=null&&(e.stream.locked||nb.isDisturbed(e.stream))}i(rH,"bodyUnusable");function awe(t){return JSON.parse($G(t))}i(awe,"parseJSONFromBytes");function jG(t){let e=t[yA].headersList,r=YNe(e);return r==="failure"?null:r}i(jG,"bodyMimeType");nH.exports={extractBody:tH,safelyExtractBody:rwe,cloneBody:nwe,mixinBody:iwe,streamRegistry:eH,hasFinalizationRegistry:ZG,bodyUnusable:rH}});var zH=m((LB0,hH)=>{"use strict";var be=require("node:assert"),me=He(),{channels:oH}=lA(),r5=vI(),{RequestContentLengthMismatchError:ru,ResponseContentLengthMismatchError:sH,RequestAbortedError:dH,HeadersTimeoutError:cwe,HeadersOverflowError:uwe,SocketError:qA,InformationalError:DA,BodyTimeoutError:pwe,HTTPParserError:Awe,ResponseExceededMaxSizeError:lwe}=i0(),{kUrl:bH,kReset:er,kClient:Pz,kParser:W0,kBlocking:ib,kRunning:I1,kPending:MH,kSize:iH,kWriting:Sa,kQueue:no,kNoRef:ob,kKeepAliveDefaultTimeout:dwe,kHostHeader:bwe,kPendingIdx:Mwe,kRunningIdx:An,kError:wt,kPipelining:kz,kSocket:ou,kKeepAliveTimeoutValue:Gz,kMaxHeadersSize:n5,kKeepAliveMaxTimeout:fwe,kKeepAliveTimeoutThreshold:mwe,kHeadersTimeout:hwe,kBodyTimeout:zwe,kStrictContentLength:i5,kMaxRequests:aH,kCounter:Owe,kMaxResponseSize:gwe,kOnError:cH,kResume:Bi,kHTTPContext:fH}=k0(),Rr=eG(),uH=Buffer.alloc(0),Lz=Buffer[Symbol.species],Qz=me.addListener,Ewe=me.removeAllListeners,su=Symbol("kIdleSocketValidation"),nu=Symbol("kIdleSocketValidationTimeout"),p5=Symbol("kSocketUsed"),o5;async function Cwe(){let t=process.env.JEST_WORKER_ID?_I():vo
`;if(typeof o=="string"?g+=`host: ${o}\r
`:g+=t[bwe],s?g+=`connection: upgrade\r
upgrade: ${s}\r
`:t[kz]&&!f[er]?g+=`connection: keep-alive\r
`:g+=`connection: close\r
`,Array.isArray(p))for(let y=0;y<p.length;y+=2){let E=p[y+0],B=p[y+1];if(Array.isArray(B))for(let q=0;q<B.length;q++)g+=`${E}: ${B[q]}\r
`;else g+=`${E}: ${B}\r
`}return oH.sendHeaders.hasSubscribers&&oH.sendHeaders.publish({request:e,headers:g,socket:f}),!u||b===0?AH(z,null,t,e,f,A,g,l):me.isBuffer(u)?AH(z,u,t,e,f,A,g,l):me.isBlobLike(u)?typeof u.stream=="function"?lH(z,u.stream(),t,e,f,A,g,l):wwe(z,u,t,e,f,A,g,l):me.isStream(u)?Nwe(z,u,t,e,f,A,g,l):me.isIterable(u)?lH(z,u,t,e,f,A,g,l):be(!1),!0}i(Rwe,"writeH1");function Nwe(t,e,r,n,o,s,a,c){be(s!==0||r[I1]===0,"stream body cannot be pipelined");let u=!1,p=new Hz({abort:t,socket:o,request:n,contentLength:s,client:r,expectsPayload:c,header:a}),A=i(function(z){if(!u)try{!p.write(z)&&this.pause&&this.pause()}catch(g){me.destroy(this,g)}},"onData"),l=i(function(){u||e.resume&&e.resume()},"onDrain"),b=i(function(){if(queueMicrotask(()=>{e.removeListener("error",f)}),!u){let z=new dH;queueMicrotask(()=>f(z))}},"onClose"),f=i(function(z){if(!u){if(u=!0,be(o.destroyed||o[Sa]&&r[I1]<=1),o.off("drain",l).off("error",f),e.removeListener("data",A).removeListener("end",f).removeListener("close",b),!z)try{p.end()}catch(g){z=g}p.destroy(z),z&&(z.code!=="UND_ERR_INFO"||z.message!=="reset")?me.destroy(e,z):me.destroy(e)}},"onFinished");e.on("data",A).on("end",f).on("error",f).on("close",b),e.resume&&e.resume(),o.on("drain",l).on("error",f),e.errorEmitted??e.errored?setImmediate(()=>f(e.errored)):(e.endEmitted??e.readableEnded)&&setImmediate(()=>f(null)),(e.closeEmitted??e.closed)&&setImmediate(b)}i(Nwe,"writeStream");function AH(t,e,r,n,o,s,a,c){try{e?me.isBuffer(e)&&(be(s===e.byteLength,"buffer body must have content length"),o.cork(),o.write(`${a}content-length: ${s}\r
\r
`,"latin1"),o.write(e),o.uncork(),n.onBodySent(e),!c&&n.reset!==!1&&(o[er]=!0)):s===0?o.write(`${a}content-length: 0\r
\r
`,"latin1"):(be(s===null,"no body must not have content length"),o.write(`${a}\r
`,"latin1")),n.onRequestSent(),r[Bi]()}catch(u){t(u)}}i(AH,"writeBuffer");async function wwe(t,e,r,n,o,s,a,c){be(s===e.size,"blob body must have content length");try{if(s!=null&&s!==e.size)throw new ru;let u=Buffer.from(await e.arrayBuffer());o.cork(),o.write(`${a}content-length: ${s}\r
\r
`,"latin1"),o.write(u),o.uncork(),n.onBodySent(u),n.onRequestSent(),!c&&n.reset!==!1&&(o[er]=!0),r[Bi]()}catch(u){t(u)}}i(wwe,"writeBlob");async function lH(t,e,r,n,o,s,a,c){be(s!==0||r[I1]===0,"iterator body cannot be pipelined");let u=null;function p(){if(u){let b=u;u=null,b()}}i(p,"onDrain");let A=i(()=>new Promise((b,f)=>{be(u===null),o[wt]?f(o[wt]):u=b}),"waitForDrain");o.on("close",p).on("drain",p);let l=new Hz({abort:t,socket:o,request:n,contentLength:s,client:r,expectsPayload:c,header:a});try{for await(let b of e){if(o[wt])throw o[wt];l.write(b)||await A()}l.end()}catch(b){l.destroy(b)}finally{o.off("close",p).off("drain",p)}}i(lH,"writeIterable");var Hz=class{static{i(this,"AsyncWriter")}constructor({abort:e,socket:r,request:n,contentLength:o,client:s,expectsPayload:a,header:c}){this.socket=r,this.request=n,this.contentLength=o,this.client=s,this.bytesWritten=0,this.expectsPayload=a,this.header=c,this.abort=e,r[Sa]=!0}write(e){let{socket:r,request:n,contentLength:o,client:s,bytesWritten:a,expectsPayload:c,header:u}=this;if(r[wt])throw r[wt];if(r.destroyed)return!1;let p=Buffer.byteLength(e);if(!p)return!0;if(o!==null&&a+p>o){if(s[i5])throw new ru;process.emitWarning(new ru)}r.cork(),a===0&&(!c&&n.reset!==!1&&(r[er]=!0),o===null?r.write(`${u}transfer-encoding: chunked\r
`,"latin1"):r.write(`${u}content-length: ${o}\r
\r
`,"latin1")),o===null&&r.write(`\r
2026-06-29 15:01:08 +02:00
${p.toString(16)}\r
`,"latin1"),this.bytesWritten+=p;let A=r.write(e);return r.uncork(),n.onBodySent(e),A||r[W0].timeout&&r[W0].timeoutType===IA&&r[W0].timeout.refresh&&r[W0].timeout.refresh(),A}end(){let{socket:e,contentLength:r,client:n,bytesWritten:o,expectsPayload:s,header:a,request:c}=this;if(c.onRequestSent(),e[Sa]=!1,e[wt])throw e[wt];if(!e.destroyed){if(o===0?s?e.write(`${a}content-length: 0\r
\r
2026-06-29 15:01:08 +02:00
`,"latin1"):e.write(`${a}\r
`,"latin1"):r===null&&e.write(`\r
0\r
\r
`,"latin1"),r!==null&&o!==r){if(n[i5])throw new ru;process.emitWarning(new ru)}e[W0].timeout&&e[W0].timeoutType===IA&&e[W0].timeout.refresh&&e[W0].timeout.refresh(),n[Bi]()}}destroy(e){let{socket:r,client:n,abort:o}=this;r[Sa]=!1,e&&(be(n[I1]<=1,"pipeline should only contain this request"),o(e))}};hH.exports=Bwe});var DH=m((_B0,qH)=>{"use strict";var ln=require("node:assert"),{pipeline:Swe}=require("node:stream"),Je=He(),{RequestContentLengthMismatchError:A5,RequestAbortedError:OH,SocketError:ab,InformationalError:l5}=i0(),{kUrl:Xz,kReset:Yz,kClient:RA,kRunning:Jz,kPending:Fwe,kQueue:Fa,kPendingIdx:d5,kRunningIdx:oo,kError:io,kSocket:J1,kStrictContentLength:Wwe,kOnError:b5,kMaxConcurrentStreams:BH,kHTTP2Session:so,kResume:Wa,kSize:xwe,kHTTPContext:Twe}=k0(),qi=Symbol("open streams"),gH,EH=!1,Vz;try{Vz=require("node:http2")}catch{Vz={constants:{}}}var{constants:{HTTP2_HEADER_AUTHORITY:vwe,HTTP2_HEADER_METHOD:Lwe,HTTP2_HEADER_PATH:Qwe,HTTP2_HEADER_SCHEME:_we,HTTP2_HEADER_CONTENT_LENGTH:Pwe,HTTP2_HEADER_EXPECT:kwe,HTTP2_HEADER_STATUS:Uwe}}=Vz;function Gwe(t){let e=[];for(let[r,n]of Object.entries(t))if(Array.isArray(n))for(let o of n)e.push(Buffer.from(r),Buffer.from(o));else e.push(Buffer.from(r),Buffer.from(n));return e}i(Gwe,"parseH2Headers");async function Hwe(t,e){t[J1]=e,EH||(EH=!0,process.emitWarning("H2 support is experimental, expect them to change at any time.",{code:"UNDICI-H2"}));let r=Vz.connect(t[Xz],{createConnection:i(()=>e,"createConnection"),peerMaxConcurrentStreams:t[BH]});r[qi]=0,r[RA]=t,r[J1]=e,Je.addListener(r,"error",Vwe),Je.addListener(r,"frameError",Ywe),Je.addListener(r,"end",Jwe),Je.addListener(r,"goaway",jwe),Je.addListener(r,"close",function(){let{[RA]:o}=this,{[J1]:s}=o,a=this[J1][io]||this[io]||new ab("closed",Je.getSocketInfo(s));if(o[so]=null,o.destroyed){ln(o[Fwe]===0);let c=o[Fa].splice(o[oo]);for(let u=0;u<c.length;u++){let p=c[u];Je.errorRequest(o,p,a)}}}),r.unref(),t[so]=r,e[so]=r,Je.addListener(e,"error",function(o){ln(o.code!=="ERR_TLS_CERT_ALTNAME_INVALID"),this[io]=o,this[RA][b5](o)}),Je.addListener(e,"end",function(){Je.destroy(this,new ab("other side closed",Je.getSocketInfo(this)))}),Je.addListener(e,"close",function(){let o=this[io]||new ab("closed",Je.getSocketInfo(this));t[J1]=null,this[so]!=null&&this[so].destroy(o),t[d5]=t[oo],ln(t[Jz]===0),t.emit("disconnect",t[Xz],[t],o),t[Wa]()});let n=!1;return e.on("close",()=>{n=!0}),{version:"h2",defaultPipelining:1/0,write(...o){return Kwe(t,...o)},resume(){Xwe(t)},destroy(o,s){n?queueMicrotask(s):e.destroy(o).on("close",s)},get destroyed(){return e.destroyed},busy(){return!1}}}i(Hwe,"connectH2");function Xwe(t){let e=t[J1];e?.destroyed===!1&&(t[xwe]===0&&t[BH]===0?(e.unref(),t[so].unref()):(e.ref(),t[so].ref()))}i(Xwe,"resumeH2");function Vwe(t){ln(t.code!=="ERR_TLS_CERT_ALTNAME_INVALID"),this[J1][io]=t,this[RA][b5](t)}i(Vwe,"onHttp2SessionError");function Ywe(t,e,r){if(r===0){let n=new l5(`HTTP/2: "frameError" received - type ${t}, code ${e}`);this[J1][io]=n,this[RA][b5](n)}}i(Ywe,"onHttp2FrameError");function Jwe(){let t=new ab("other side closed",Je.getSocketInfo(this[J1]));this.destroy(t),Je.destroy(this[J1],t)}i(Jwe,"onHttp2SessionEnd");function jwe(t){let e=this[io]||new ab(`HTTP/2: "GOAWAY" frame received with code ${t}`,Je.getSocketInfo(this)),r=this[RA];if(r[J1]=null,r[Twe]=null,this[so]!=null&&(this[so].destroy(e),this[so]=null),Je.destroy(this[J1],e),r[oo]<r[Fa].length){let n=r[Fa][r[oo]];r[Fa][r[oo]++]=null,Je.errorRequest(r,n,e),r[d5]=r[oo]}ln(r[Jz]===0),r.emit("disconnect",r[Xz],[r],e),r[Wa]()}i(jwe,"onHTTP2GoAway");function $we(t){return t!=="GET"&&t!=="HEAD"&&t!=="OPTIONS"&&t!=="TRACE"&&t!=="CONNECT"}i($we,"shouldSendContentLength");function Kwe(t,e){let r=t[so],{method:n,path:o,host:s,upgrade:a,expectContinue:c,signal:u,headers:p}=e,{body:A}=e;if(a)return Je.errorRequest(t,e,new Error("Upgrade not supported for H2")),!1;let l={};for(let I=0;I<p.length;I+=2){let W=p[I+0],x=p[I+1];if(Array.isArray(x))for(let Q=0;Q<x.length;Q++)l[W]?l[W]+=`,${x[Q]}`:l[W]=x[Q];else l[W]=x}let b,{hostname:f,port:z}=t[Xz];l[vwe]=s||`${f}
`,this[y6e]=u??3e5,this[C6e]=o??3e5,this[B6e]=B??!0,this[q6e]=I,this[h5]=x,this[Ta]=null,this[w6e]=ue>-1?ue:-1,this[F6e]=Re??100,this[m1]=null,this[ao]=[],this[Ii]=0,this[co]=0,this[Ab]=pe=>O5(this,pe),this[S6e]=pe=>QH(this,pe)}get pipelining(){return this[Zz]}set pipelining(e){this[Zz]=e,this[Ab](!0)}get[bb](){return this[ao].length-this[co]}get[db](){return this[co]-this[Ii]}get[lb](){return this[ao].length-this[Ii]}get[f6e](){return!!this[m1]&&!this[wA]&&!this[m1].destroyed}get[m5](){return!!(this[m1]?.busy(null)||this[lb]>=(LH(this)||1)||this[bb]>0)}[M6e](e){_H(this),this.once("connect",e)}[N6e](e,r){let n=e.origin||this[Vo].origin,o=new u6e(n,e,r);return this[ao].push(o),this[au]||(iu.bodyLength(o.body)==null&&iu.isIterable(o.body)?(this[au]=1,queueMicrotask(()=>O5(this))):this[Ab](!0)),this[au]&&this[va]!==2&&this[m5]&&(this[va]=2),this[va]<2}async[I6e](){return new Promise(e=>{this[lb]?this[Ta]=e:e(null)})}async[R6e](e){return new Promise(r=>{let n=this[ao].splice(this[co]);for(let s=0;s<n.length;s++){let a=n[s];iu.errorRequest(this,a,e)}let o=i(()=>{this[Ta]&&(this[Ta](),this[Ta]=null),r(null)},"callback");this[m1]?(this[m1].destroy(e,o),this[m1]=null):queueMicrotask(o),this[Ab]()})}},T6e=Kz();function QH(t,e){if(t[db]===0&&e.code!=="UND_ERR_INFO"&&e.code!=="UND_ERR_SOCKET"){Di(t[co]===t[Ii]);let r=t[ao].splice(t[Ii]);for(let n=0;n<r.length;n++){let o=r[n];iu.errorRequest(t,o,e)}Di(t[lb]===0)}}i(QH,"onError");async function _H(t){Di(!t[wA]),Di(!t[m1]);let{host:e,hostname:r,protocol:n,port:o}=t[Vo];if(r[0]==="["){let s=r.indexOf("]");Di(s!==-1);let a=r.substring(1,s);Di(vH.isIP(a)),r=a}t[wA]=!0,NA.beforeConnect.hasSubscribers&&NA.beforeConnect.publish({connectParams:{host:e,hostname:r,protocol:n,port:o,version:t[m1]?.version,servername:t[xa],localAddress:t[pb]},connector:t[ub]});try{let s=await new Promise((a,c)=>{t[ub]({host:e,hostname:r,protocol:n,port:o,servername:t[xa],localAddress:t[pb]},(u,p)=>{u?c(u):a(p)})});if(t.destroyed){iu.destroy(s.on("error",xH),new l6e);return}Di(s);try{t[m1]=s.alpnProtocol==="h2"?await x6e(t,s):await W6e(t,s)}catch(a){throw s.destroy().on("error",xH),a}t[wA]=!1,s[D6e]=0,s[h5]=t[h5],s[b6e]=t,s[h6e]=null,NA.connected.hasSubscribers&&NA.connected.publish({connectParams:{host:e,hostname:r,protocol:n,port:o,version:t[m1]?.version,servername:t[xa],localAddress:t[pb]},connector:t[ub],socket:s}),t.emit("connect",t[Vo],[t])}catch(s){if(t.destroyed)return;if(t[wA]=!1,NA.connectError.hasSubscribers&&NA.connectError.publish({connectParams:{host:e,hostname:r,protocol:n,port:o,version:t[m1]?.version,servername:t[xa],localAddress:t[pb]},connector:t[ub],error:s}),s.code==="ERR_TLS_CERT_ALTNAME_INVALID")for(Di(t[db]===0);t[bb]>0&&t[ao][t[co]].servername===t[xa];){let a=t[ao][t[co]++];iu.errorRequest(t,a,s)}else QH(t,s);t.emit("connectionError",t[Vo],[t],s)}t[Ab]()}i(_H,"connect");function TH(t){t[va]=0,t.emit("drain",t[Vo],[t])}i(TH,"emitDrain");function O5(t,e){t[au]!==2&&(t[au]=2,v6e(t,e),t[au]=0,t[Ii]>256&&(t[ao].splice(0,t[Ii]),t[co]-=t[Ii],t[Ii]=0))}i(O5,"resume");function v6e(t,e){for(;;){if(t.destroyed){Di(t[bb]===0);return}if(t[Ta]&&!t[lb]){t[Ta](),t[Ta]=null;return}if(t[m1]&&t[m1].resume(),t[m5])t[va]=2;else if(t[va]===2){e?(t[va]=1,queueMicrotask(()=>TH(t))):TH(t);continue}if(t[bb]===0||t[db]>=(LH(t)||1))return;let r=t[ao][t[co]];if(t[Vo].protocol==="https:"&&t[xa]!==r.servername){if(t[db]>0)return;t[xa]=r.servername,t[m1]?.destroy(new A6e("servername changed"),()=>{t[m1]=null,O5(t)})}if(t[wA])return;if(!t[m1]){_H(t);return}if(t[m1].destroyed||t[m1].busy(r))return;!r.aborted&&t[m1].write(r)?t[co]++:t[ao].splice(t[co],1)}}i(v6e,"_resume");PH.exports=z5});var g5=m((JB0,kH)=>{"use strict";var eO=class{static{i(this,"FixedCircularBuffer")}constructor(){this.bottom=0,this.top=0,this.list=new Array(2048),this.next=null}isEmpty(){return this.top===this.bottom}isFull(){return(this.top+1&2047)===this.bottom}push(e){this.list[this.top]=e,this.top=this.top+1&2047}shift(){let e=this.list[this.bottom];return e===void 0?null:(this.list[this.bottom]=void 0,this.bottom=this.bottom+1&2047,e)}};kH.exports
${n.count} ${n.noun} ${n.is} pending:
${e.format(r)}
`.trim())}};iY.exports=IR});var hO=m(($q0,AY)=>{"use strict";var cY=Symbol.for("undici.globalDispatcher.1"),{InvalidArgumentError:yWe}=i0(),BWe=WA();pY()===void 0&&uY(new BWe);function uY(t){if(!t||typeof t.dispatch!="function")throw new yWe("Argument agent must implement Agent");Object.defineProperty(globalThis,cY,{value:t,writable:!0,enumerable:!1,configurable:!1})}i(uY,"setGlobalDispatcher");function pY(){return globalThis[cY]}i(pY,"getGlobalDispatcher");AY.exports={setGlobalDispatcher:uY,getGlobalDispatcher:pY}});var zO=m((eD0,lY)=>{"use strict";lY.exports=class{static{i(this,"DecoratorHandler")}#e;constructor(e){if(typeof e!="object"||e===null)throw new TypeError("handler must be an object");this.#e=e}onConnect(...e){return this.#e.onConnect?.(...e)}onError(...e){return this.#e.onError?.(...e)}onUpgrade(...e){return this.#e.onUpgrade?.(...e)}onResponseStarted(...e){return this.#e.onResponseStarted?.(...e)}onHeaders(...e){return this.#e.onHeaders?.(...e)}onData(...e){return this.#e.onData?.(...e)}onComplete(...e){return this.#e.onComplete?.(...e)}onBodySent(...e){return this.#e.onBodySent?.(...e)}}});var bY=m((rD0,dY)=>{"use strict";var qWe=$z();dY.exports=t=>{let e=t?.maxRedirections;return r=>i(function(o,s){let{maxRedirections:a=e,...c}=o;if(!a)return r(o,s);let u=new qWe(r,a,o,s);return r(c,u)},"redirectInterceptor")}});var fY=m((oD0,MY)=>{"use strict";var DWe=cO();MY.exports=t=>e=>i(function(n,o){return e(n,new DWe({...n,retryOptions:{...t,...n.retryOptions}},{handler:o,dispatch:e}))},"retryInterceptor")});var hY=m((iD0,mY)=>{"use strict";var IWe=He(),{InvalidArgumentError:RWe,RequestAbortedError:NWe}=i0(),wWe=zO(),RR=class extends wWe{static{i(this,"DumpHandler")}#e=1024*1024;#t=null;#n=!1;#r=!1;#o=0;#s=null;#a=null;constructor({maxSize:e},r){if(super(r),e!=null&&(!Number.isFinite(e)||e<1))throw new RWe("maxSize must be a number greater than 0");this.#e=e??this.#e,this.#a=r}onConnect(e){this.#t=e,this.#a.onConnect(this.#i.bind(this))}#i(e){this.#r=!0,this.#s=e}onHeaders(e,r,n,o){let a=IWe.parseHeaders(r)["content-length"];if(a!=null&&a>this.#e)throw new NWe(`Response size (${a}) larger than maxSize (${this.#e})`);return this.#r?!0:this.#a.onHeaders(e,r,n,o)}onError(e){this.#n||(e=this.#s??e,this.#a.onError(e))}onData(e){return this.#o=this.#o+e.length,this.#o>=this.#e&&(this.#n=!0,this.#r?this.#a.onError(this.#s):this.#a.onComplete([])),!0}onComplete(e){if(!this.#n){if(this.#r){this.#a.onError(this.reason);return}this.#a.onComplete(e)}}};function SWe({maxSize:t}={maxSize:1024*1024}){return e=>i(function(n,o){let{dumpMaxSize:s=t}=n,a=new RR({maxSize:s},o);return e(n,a)},"Intercept")}i(SWe,"createDumpInterceptor");mY.exports=SWe});var gY=m((cD0,OY)=>{"use strict";var{isIP:FWe}=require("node:net"),{lookup:WWe}=require("node:dns"),xWe=zO(),{InvalidArgumentError:GA,InformationalError:TWe}=i0(),zY=Math.pow(2,31)-1,NR=class{static{i(this,"DNSInstance")}#e=0;#t=0;#n=new Map;dualStack=!0;affinity=null;lookup=null;pick=null;constructor(e){this.#e=e.maxTTL,this.#t=e.maxItems,this.dualStack=e.dualStack,this.affinity=e.affinity,this.lookup=e.lookup??this.#r,this.pick=e.pick??this.#o}get full(){return this.#n.size===this.#t}runLookup(e,r,n){let o=this.#n.get(e.hostname);if(o==null&&this.full){n(null,e.origin);return}let s={affinity:this.affinity,dualStack:this.dualStack,lookup:this.lookup,pick:this.pick,...r.dns,maxTTL:this.#e,maxItems:this.#t};if(o==null)this.lookup(e,s,(a,c)=>{if(a||c==null||c.length===0){n(a??new TWe("No DNS entries found"));return}this.setRecords(e,c);let u=this.#n.get(e.hostname),p=this.pick(e,u,s.affinity),A;typeof p.port=="number"?A=`:${p.port}`:e.port!==""?A=`:${e.port}`:A="",n(null,`${e.protocol}//${p.family===6?`[${p.address}]`:p.address}${A}`)});else{let a=this.pick(e,o,s.affinity);if(a==null){this.#n.delete(e.hostname),this.runLookup(e,r,n);return}let c;typeof a.port=="number"?c=`:${a.port}`:e.port!==""?c=`:${e.port}`:c="",n(null,`${e.protocol}//${a.family===6?`[${a.address}]`:a.address}${c}`)}}#r(e,r,n){WWe(e.hostname,{all:!0,family:this.dualStack===!1?this.affinity:0,order:"ipv4first"},(o,s)=>
${s}`;break;case"retry":e$(s)&&(r[o]=s);break;case"id":t$(s)&&(r[o]=s);break;case"event":s.length>0&&(r[o]=s);break}}processEvent(e){e.retry&&e$(e.retry)&&(this.state.reconnectionTime=parseInt(e.retry,10)),e.id&&t$(e.id)&&(this.state.lastEventId=e.id),e.data!==void 0&&this.push({type:e.event||"message",options:{data:e.data,lastEventId:this.state.lastEventId,origin:this.state.origin}})}clearEvent(){this.event={data:void 0,event:void 0,id:void 0,retry:void 0}}};r$.exports={EventSourceStream:hN}});var A$=m((AI0,p$)=>{"use strict";var{pipeline:GLe}=require("node:stream"),{fetching:HLe}=Rb(),{makeRequest:XLe}=VA(),{webidl:Fi}=st(),{EventSourceStream:VLe}=n$(),{parseMIMEType:YLe}=Zt(),{createFastMessageEvent:JLe}=ZA(),{isNetworkError:o$}=Db(),{delay:jLe}=fN(),{kEnumerableProperty:Cu}=He(),{environmentSettingsObject:s$}=Ir(),i$=!1,a$=3e3,Ub=0,c$=1,Gb=2,$Le="anonymous",KLe="use-credentials",ol=class t extends EventTarget{static{i(this,"EventSource")}#e={open:null,error:null,message:null};#t=null;#n=!1;#r=Ub;#o=null;#s=null;#a;#i;constructor(e,r={}){super(),Fi.util.markAsUncloneable(this);let n="EventSource constructor";Fi.argumentLengthCheck(arguments,1,n),i$||(i$=!0,process.emitWarning("EventSource is experimental, expect them to change at any time.",{code:"UNDICI-ES"})),e=Fi.converters.USVString(e,n,"url"),r=Fi.converters.EventSourceInitDict(r,n,"eventSourceInitDict"),this.#a=r.dispatcher,this.#i={lastEventId:"",reconnectionTime:a$};let o=s$,s;try{s=new URL(e,o.settingsObject.baseUrl),this.#i.origin=s.origin}catch(u){throw new DOMException(u,"SyntaxError")}this.#t=s.href;let a=$Le;r.withCredentials&&(a=KLe,this.#n=!0);let c={redirect:"follow",keepalive:!0,mode:"cors",credentials:a==="anonymous"?"same-origin":"omit",referrer:"no-referrer"};c.client=s$.settingsObject,c.headersList=[["accept",{name:"accept",value:"text/event-stream"}]],c.cache="no-store",c.initiator="other",c.urlList=[new URL(this.#t)],this.#o=XLe(c),this.#u()}get readyState(){return this.#r}get url(){return this.#t}get withCredentials(){return this.#n}#u(){if(this.#r===Gb)return;this.#r=Ub;let e={request:this.#o,dispatcher:this.#a},r=i(n=>{o$(n)&&(this.dispatchEvent(new Event("error")),this.close()),this.#c()},"processEventSourceEndOfBody");e.processResponseEndOfBody=r,e.processResponse=n=>{if(o$(n))if(n.aborted){this.close(),this.dispatchEvent(new Event("error"));return}else{this.#c();return}let o=n.headersList.get("content-type",!0),s=o!==null?YLe(o):"failure",a=s!=="failure"&&s.essence==="text/event-stream";if(n.status!==200||a===!1){this.close(),this.dispatchEvent(new Event("error"));return}this.#r=c$,this.dispatchEvent(new Event("open")),this.#i.origin=n.urlList[n.urlList.length-1].origin;let c=new VLe({eventSourceSettings:this.#i,push:i(u=>{this.dispatchEvent(JLe(u.type,u.options))},"push")});GLe(n.body.stream,c,u=>{u?.aborted===!1&&(this.close(),this.dispatchEvent(new Event("error")))})},this.#s=HLe(e)}async#c(){this.#r!==Gb&&(this.#r=Ub,this.dispatchEvent(new Event("error")),await jLe(this.#i.reconnectionTime),this.#r===Ub&&(this.#i.lastEventId.length&&this.#o.headersList.set("last-event-id",this.#i.lastEventId,!0),this.#u()))}close(){Fi.brandCheck(this,t),this.#r!==Gb&&(this.#r=Gb,this.#s.abort(),this.#o=null)}get onopen(){return this.#e.open}set onopen(e){this.#e.open&&this.removeEventListener("open",this.#e.open),typeof e=="function"?(this.#e.open=e,this.addEventListener("open",e)):this.#e.open=null}get onmessage(){return this.#e.message}set onmessage(e){this.#e.message&&this.removeEventListener("message",this.#e.message),typeof e=="function"?(this.#e.message=e,this.addEventListener("message",e)):this.#e.message=null}get onerror(){return this.#e.error}set onerror(e){this.#e.error&&this.removeEventListener("error",this.#e.error),typeof e=="function"?(this.#e.error=e,this.addEventListener("error",e)):this.#e.error=null}},u$={CONNECTING:{__proto__:null,configurable:!1,enumerable:!0,value:Ub,writable:!1},OPEN:{__proto__:null,configurable:!1,enumerable:!0,value:c$,writable:!1},CLOSED:{__proto__:null,configurable:!1,enumerable:!0,value:Gb,writable:!1}};Obj
%s`,W,W,B,n);var x=B.type==="*"?Cw:B.type==="?"?Ew:"\\"+B.type;o=!0,n=n.slice(0,B.reStart)+x+"\\("+W}z(),s&&(n+="\\\\");var Q=!1;switch(n.charAt(0)){case"[":case".":case"(":Q=!0}for(var ue=c.length-1;ue>-1;ue--){var qe=c[ue],Qe=n.slice(0,qe.reStart),Re=n.slice(qe.reStart,qe.reEnd-8),ge=n.slice(qe.reEnd-8,qe.reEnd),Ue=n.slice(qe.reEnd);ge+=Ue;var pe=Qe.split("(").length-1,Ge=Ue;for(g=0;g<pe;g++)Ge=Ge.replace(/\)[+*?]?/,"");Ue=Ge;var J="";Ue===""&&e!==Ng&&(J="$");var _e=Qe+Re+Ue+J+ge;n=_e}if(n!==""&&o&&(n="(?=.)"+n),Q&&(n=b+n),e===Ng)return[n,o];if(!o)return wke(t);var g0=r.nocase?"i":"";try{var ft=new RegExp("^"+n+"$",g0)}catch{return new RegExp("$.")}return ft._glob=t,ft._src=n,ft}i(Rke,"parse");Pr.makeRe=function(t,e){return new ct(t,e||{}).makeRe()};ct.prototype.makeRe=Nke;function Nke(){if(this.regexp||this.regexp===!1)return this.regexp;var t=this.set;if(!t.length)return this.regexp=!1,this.regexp;var e=this.options,r=e.noglobstar?Cw:e.dot?Eke:Cke,n=e.nocase?"i":"",o=t.map(function(s){return s.map(function(a){return a===yw?r:typeof a=="string"?Ske(a):a._src}).join("\\/")}).join("|");o="^(?:"+o+")$",this.negate&&(o="^(?!"+o+").*$");try{this.regexp=new RegExp(o,n)}catch{this.regexp=!1}return this.regexp}i(Nke,"makeRe");Pr.match=function(t,e,r){r=r||{};var n=new ct(e,r);return t=t.filter(function(o){return n.match(o)}),n.options.nonull&&!t.length&&t.push(e),t};ct.prototype.match=i(function(e,r){if(typeof r>"u"&&(r=this.partial),this.debug("match",e,this.pattern),this.comment)return!1;if(this.empty)return e==="";if(e==="/"&&r)return!0;var n=this.options;dM.sep!=="/"&&(e=e.split(dM.sep).join("/")),e=e.split(zee),this.debug(this.pattern,"split",e);var o=this.set;this.debug(this.pattern,"set",o);var s,a;for(a=e.length-1;a>=0&&(s=e[a],!s);a--);for(a=0;a<o.length;a++){var c=o[a],u=e;n.matchBase&&c.length===1&&(u=[s]);var p=this.matchOne(u,c,r);if(p)return n.flipNegate?!0:!this.negate}return n.flipNegate?!1:this.negate},"match");ct.prototype.matchOne=function(t,e,r){var n=this.options;this.debug("matchOne",{this:this,file:t,pattern:e}),this.debug("matchOne",t.length,e.length);for(var o=0,s=0,a=t.length,c=e.length;o<a&&s<c;o++,s++){this.debug("matchOne loop");var u=e[s],p=t[o];if(this.debug(e,u,p),u===!1)return!1;if(u===yw){this.debug("GLOBSTAR",[e,u,p]);var A=o,l=s+1;if(l===c){for(this.debug("** at the end");o<a;o++)if(t[o]==="."||t[o]===".."||!n.dot&&t[o].charAt(0)===".")return!1;return!0}for(;A<a;){var b=t[A];if(this.debug(`
globstar while`,t,A,e,l,b),this.matchOne(t.slice(A),e.slice(l),r))return this.debug("globstar found match!",A,a,b),!0;if(b==="."||b===".."||!n.dot&&b.charAt(0)==="."){this.debug("dot detected!",t,A,e,l);break}this.debug("globstar swallow a segment, and continue"),A++}return!!(r&&(this.debug(`
>>> no match, partial?`,t,A,e,l),A===a))}var f;if(typeof u=="string"?(f=p===u,this.debug("string match",u,p,f)):(f=p.match(u),this.debug("pattern match",u,p,f)),!f)return!1}if(o===a&&s===c)return!0;if(o===a)return r;if(s===c)return o===a-1&&t[o]==="";throw new Error("wtf?")};function wke(t){return t.replace(/\\(.)/g,"$1")}i(wke,"globUnescape");function Ske(t){return t.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&")}i(Ske,"regExpEscape")});var fl=m((Uw0,qee)=>{"use strict";var _ke="2.0.0",Pke=Number.MAX_SAFE_INTEGER||9007199254740991,kke=16,Uke=250,Gke=["major","premajor","minor","preminor","patch","prepatch","prerelease"];qee.exports={MAX_LENGTH:256,MAX_SAFE_COMPONENT_LENGTH:kke,MAX_SAFE_BUILD_LENGTH:Uke,MAX_SAFE_INTEGER:Pke,RELEASE_TYPES:Gke,SEMVER_SPEC_VERSION:_ke,FLAG_INCLUDE_PRERELEASE:1,FLAG_LOOSE:2}});var fM=m((Gw0,Dee)=>{"use strict";var Hke=typeof process=="object"&&process.env&&process.env.NODE_DEBUG&&/\bsemver\b/i.test(process.env.NODE_DEBUG)?(...t)=>console.error("SEMVER",...t):()=>{};Dee.exports=Hke});var ml=m((rs,Iee)=>{"use strict";var{MAX_SAFE_COMPONENT_LENGTH:qw,MAX_SAFE_BUILD_LENGTH:Xke,MAX_LENGTH:Vke}=fl(),Yke=fM();rs=Iee.exports={};var Jke=rs.re=[],jke=rs.safeRe=[],Z=rs.src=[],$ke=rs.safeSrc=[],ee=rs.t={},Kke=0,Dw="[a-zA-Z0-9-]",Zke=[["\\s",1],["\\d",Vke],[Dw,Xke]],e7e=i(t=>{for(let[e,r]of Zke)t=t.split(`${e}*`).join(`${e}{0,${r}}`).split(`${e}+`).join(`${e}{1,${r}}`);return t},"makeSafeRegex"),Fe=i((t,e,r)=>{let n=e7e(e),o=Kke++;Yke(t,o,e),ee[t]=o,Z[o]=e,$ke[o]=n,Jke[o]=new RegExp(e,r?"g":void 0),jke[o]=new RegExp(n,r?"g":void 0)},"createToken");Fe("NUMERICIDENTIFIER","0|[1-9]\\d*");Fe("NUMERICIDENTIFIERLOOSE","\\d+");Fe("NONNUMERICIDENTIFIER",`\\d*[a-zA-Z-]${Dw}*`);Fe("MAINVERSION",`(${Z[ee.NUMERICIDENTIFIER]})\\.(${Z[ee.NUMERICIDENTIFIER]})\\.(${Z[ee.NUMERICIDENTIFIER]})`);Fe("MAINVERSIONLOOSE",`(${Z[ee.NUMERICIDENTIFIERLOOSE]})\\.(${Z[ee.NUMERICIDENTIFIERLOOSE]})\\.(${Z[ee.NUMERICIDENTIFIERLOOSE]})`);Fe("PRERELEASEIDENTIFIER",`(?:${Z[ee.NONNUMERICIDENTIFIER]}|${Z[ee.NUMERICIDENTIFIER]})`);Fe("PRERELEASEIDENTIFIERLOOSE",`(?:${Z[ee.NONNUMERICIDENTIFIER]}|${Z[ee.NUMERICIDENTIFIERLOOSE]})`);Fe("PRERELEASE",`(?:-(${Z[ee.PRERELEASEIDENTIFIER]}(?:\\.${Z[ee.PRERELEASEIDENTIFIER]})*))`);Fe("PRERELEASELOOSE",`(?:-?(${Z[ee.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${Z[ee.PRERELEASEIDENTIFIERLOOSE]})*))`);Fe("BUILDIDENTIFIER",`${Dw}+`);Fe("BUILD",`(?:\\+(${Z[ee.BUILDIDENTIFIER]}(?:\\.${Z[ee.BUILDIDENTIFIER]})*))`);Fe("FULLPLAIN",`v?${Z[ee.MAINVERSION]}${Z[ee.PRERELEASE]}?${Z[ee.BUILD]}?`);Fe("FULL",`^${Z[ee.FULLPLAIN]}$`);Fe("LOOSEPLAIN",`[v=\\s]*${Z[ee.MAINVERSIONLOOSE]}${Z[ee.PRERELEASELOOSE]}?${Z[ee.BUILD]}?`);Fe("LOOSE",`^${Z[ee.LOOSEPLAIN]}$`);Fe("GTLT","((?:<|>)?=?)");Fe("XRANGEIDENTIFIERLOOSE",`${Z[ee.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`);Fe("XRANGEIDENTIFIER",`${Z[ee.NUMERICIDENTIFIER]}|x|X|\\*`);Fe("XRANGEPLAIN",`[v=\\s]*(${Z[ee.XRANGEIDENTIFIER]})(?:\\.(${Z[ee.XRANGEIDENTIFIER]})(?:\\.(${Z[ee.XRANGEIDENTIFIER]})(?:${Z[ee.PRERELEASE]})?${Z[ee.BUILD]}?)?)?`);Fe("XRANGEPLAINLOOSE",`[v=\\s]*(${Z[ee.XRANGEIDENTIFIERLOOSE]})(?:\\.(${Z[ee.XRANGEIDENTIFIERLOOSE]})(?:\\.(${Z[ee.XRANGEIDENTIFIERLOOSE]})(?:${Z[ee.PRERELEASELOOSE]})?${Z[ee.BUILD]}?)?)?`);Fe("XRANGE",`^${Z[ee.GTLT]}\\s*${Z[ee.XRANGEPLAIN]}$`);Fe("XRANGELOOSE",`^${Z[ee.GTLT]}\\s*${Z[ee.XRANGEPLAINLOOSE]}$`);Fe("COERCEPLAIN",`(^|[^\\d])(\\d{1,${qw}})(?:\\.(\\d{1,${qw}}))?(?:\\.(\\d{1,${qw}}))?`);Fe("COERCE",`${Z[ee.COERCEPLAIN]}(?:$|[^\\d])`);Fe("COERCEFULL",Z[ee.COERCEPLAIN]+`(?:${Z[ee.PRERELEASE]})?(?:${Z[ee.BUILD]})?(?:$|[^\\d])`);Fe("COERCERTL",Z[ee.COERCE],!0);Fe("COERCERTLFULL",Z[ee.COERCEFULL],!0);Fe("LONETILDE","(?:~>?)");Fe("TILDETRIM",`(\\s*)${Z[ee.LONETILDE]}\\s+`,!0);rs.tildeTrimReplace="$1~";Fe("TILDE",`^${Z[ee.LONETILDE]}${Z[ee.XRANGEPLAIN]}$`);Fe("TILDELOOSE",`^${Z[ee.LONETILDE]}${Z[ee.XRANGEPLAINLOOSE]}$`);Fe("LONECARET","(?:\\^)");Fe("CARETTRIM",`(\\s*)${Z[ee.LONECARET]}\\s+`,!0);rs.caretTrimReplace="$1^";Fe("CARET",`^${Z[ee.LONECARET]}${Z[ee.XRANGEPLAIN]}$`);Fe("CARETLOOSE",`^${Z[ee.LONECARET]}${Z[ee.XRANGEPLAINLOOSE]}$`);Fe("COMPARATORLOOSE",`^$
`).join(`
`+s),t.push(o+"m+"+z3.exports.humanize(this.diff)+"\x1B[0m")}else t[0]=UGe()+e+" "+t[0]}i(kGe,"formatArgs");function UGe(){return At.inspectOpts.hideDate?"":new Date().toISOString()+" "}i(UGe,"getDate");function GGe(...t){return process.stderr.write(h3.format(...t)+`
`)}i(GGe,"log");function HGe(t){t?process.env.DEBUG=t:delete process.env.DEBUG}i(HGe,"save");function XGe(){return process.env.DEBUG}i(XGe,"load");function VGe(t){t.inspectOpts={};let e=Object.keys(At.inspectOpts);for(let r=0;r<e.length;r++)t.inspectOpts[e[r]]=At.inspectOpts[e[r]]}i(VGe,"init");z3.exports=f6()(At);var{formatters:Ate}=z3.exports;Ate.o=function(t){return this.inspectOpts.colors=this.useColors,h3.inspect(t,this.inspectOpts).split(`
`).map(e=>e.trim()).join(" ")};Ate.O=function(t){return this.inspectOpts.colors=this.useColors,h3.inspect(t,this.inspectOpts)}});var O3=m((xW0,O6)=>{typeof process>"u"||process.type==="renderer"||process.browser===!0||process.__nwjs?O6.exports=ite():O6.exports=lte()});var Mte=m(ir=>{"use strict";var YGe=ir&&ir.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r);var o=Object.getOwnPropertyDescriptor(e,r);(!o||("get"in o?!e.__esModule:o.writable||o.configurable))&&(o={enumerable:!0,get:i(function(){return e[r]},"get")}),Object.defineProperty(t,n,o)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),JGe=ir&&ir.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),dte=ir&&ir.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.prototype.hasOwnProperty.call(t,r)&&YGe(e,t,r);return JGe(e,t),e};Object.defineProperty(ir,"__esModule",{value:!0});ir.req=ir.json=ir.toBuffer=void 0;var jGe=dte(require("http")),$Ge=dte(require("https"));async function bte(t){let e=0,r=[];for await(let n of t)e+=n.length,r.push(n);return Buffer.concat(r,e)}i(bte,"toBuffer");ir.toBuffer=bte;async function KGe(t){let r=(await bte(t)).toString("utf8");try{return JSON.parse(r)}catch(n){let o=n;throw o.message+=` (input: ${r})`,o}}i(KGe,"json");ir.json=KGe;function ZGe(t,e={}){let n=((typeof t=="string"?t:t.href).startsWith("https:")?$Ge:jGe).request(t,e),o=new Promise((s,a)=>{n.once("response",s).once("error",a).end()});return n.then=o.then.bind(o),n}i(ZGe,"req");ir.req=ZGe});var zte=m(Hr=>{"use strict";var mte=Hr&&Hr.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r);var o=Object.getOwnPropertyDescriptor(e,r);(!o||("get"in o?!e.__esModule:o.writable||o.configurable))&&(o={enumerable:!0,get:i(function(){return e[r]},"get")}),Object.defineProperty(t,n,o)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),eHe=Hr&&Hr.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),hte=Hr&&Hr.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.prototype.hasOwnProperty.call(t,r)&&mte(e,t,r);return eHe(e,t),e},tHe=Hr&&Hr.__exportStar||function(t,e){for(var r in t)r!=="default"&&!Object.prototype.hasOwnProperty.call(e,r)&&mte(e,t,r)};Object.defineProperty(Hr,"__esModule",{value:!0});Hr.Agent=void 0;var rHe=hte(require("net")),fte=hte(require("http")),nHe=require("https");tHe(Mte(),Hr);var is=Symbol("AgentBaseInternalState"),g6=class extends fte.Agent{static{i(this,"Agent")}constructor(e){super(e),this[is]={}}isSecureEndpoint(e){if(e){if(typeof e.secureEndpoint=="boolean")return e.secureEndpoint;if(typeof e.protocol=="string")return e.protocol==="https:"}let{stack:r}=new Error;return typeof r!="string"?!1:r.split(`
`).some(n=>n.indexOf("(https.js:")!==-1||n.indexOf("node:https:")!==-1)}incrementSockets(e){if(this.maxSockets===1/0&&this.maxTotalSockets===1/0)return null;this.sockets[e]||(this.sockets[e]=[]);let r=new rHe.Socket({writable:!1});return this.sockets[e].push(r),this.totalSocketCount++,r}decrementSockets(e,r){if(!this.sockets[e]||r===null)return;let n=this.sockets[e],o=n.indexOf(r);o!==-1&&(n.splice(o,1),this.totalSocketCount--,n.length===0&&delete this.sockets[e])}getName(e){return this.isSecureEndpoint(e)?nHe.Agent.prototype.getName.call(this,e):super.getName(e)}createSocket(e,r,n){let o={...r,secureEndpoint:this.isSecureEndpoint(r)},s=this.getName(o),a=this.incrementSockets(s);Promise.resolve().then(()=>this.connect(e,o)).then(c=>{if(this.decrementSockets(s,a),c instanceof fte.Agent)try{return c.addRequest(e,o)}catch(u){return n(u)}this[is].currentSocket=c,super.createSocket(e,r,n)},c=>{this.decrementSockets(s,a),n(c)})}createConnection(){let e=this[is].currentSocket;if(this[is].currentSocket=void 0,!e)throw new Error("No socket was returned in the `connect()` function");return e}get defaultPort(){return this[is].defaultPort??(this.protocol==="https:"?443:80)}set defaultPort(e){this[is]&&(this[is].defaultPort=e)}get protocol(){return this[is].protocol??(this.isSecureEndpoint()?"https:":"http:")}set protocol(e){this[is]&&(this[is].protocol=e)}};Hr.Agent=g6});var Ote=m(Dl=>{"use strict";var oHe=Dl&&Dl.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(Dl,"__esModule",{value:!0});Dl.parseProxyResponse=void 0;var sHe=oHe(O3()),g3=(0,sHe.default)("https-proxy-agent:parse-proxy-response");function iHe(t){return new Promise((e,r)=>{let n=0,o=[];function s(){let A=t.read();A?p(A):t.once("readable",s)}i(s,"read");function a(){t.removeListener("end",c),t.removeListener("error",u),t.removeListener("readable",s)}i(a,"cleanup");function c(){a(),g3("onend"),r(new Error("Proxy connection ended before receiving CONNECT response"))}i(c,"onend");function u(A){a(),g3("onerror %o",A),r(A)}i(u,"onerror");function p(A){o.push(A),n+=A.length;let l=Buffer.concat(o,n),b=l.indexOf(`\r
\r
`);if(b===-1){g3("have not received end of HTTP headers yet..."),s();return}let f=l.slice(0,b).toString("ascii").split(`\r
`),z=f.shift();if(!z)return t.destroy(),r(new Error("No header received from proxy CONNECT response"));let g=z.split(" "),y=+g[1],E=g.slice(2).join(" "),B={};for(let q of f){if(!q)continue;let I=q.indexOf(":");if(I===-1)return t.destroy(),r(new Error(`Invalid header from proxy CONNECT response: "${q}"`));let W=q.slice(0,I).toLowerCase(),x=q.slice(I+1).trimStart(),Q=B[W];typeof Q=="string"?B[W]=[Q,x]:Array.isArray(Q)?Q.push(x):B[W]=x}g3("got proxy server response: %o %o",z,B),a(),e({connect:{statusCode:y,statusText:E,headers:B},buffered:l})}i(p,"ondata"),t.on("error",u),t.on("end",c),s()})}i(iHe,"parseProxyResponse");Dl.parseProxyResponse=iHe});var qte=m(qn=>{"use strict";var aHe=qn&&qn.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r);var o=Object.getOwnPropertyDescriptor(e,r);(!o||("get"in o?!e.__esModule:o.writable||o.configurable))&&(o={enumerable:!0,get:i(function(){return e[r]},"get")}),Object.defineProperty(t,n,o)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),cHe=qn&&qn.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),yte=qn&&qn.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.prototype.hasOwnProperty.call(t,r)&&aHe(e,t,r);return cHe(e,t),e},Bte=qn&&qn.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(qn,"__esModule",{value:!0});qn.HttpsProxyAgent=void 0;var E3=yte(require("net")),gte=yte(require("tls")),uHe=Bte(require("assert")),pHe=Bte(O3()),AHe=zte(),lHe=require("url"),dHe=Ote(),wM=(0,pHe.default)("https-proxy-agent"),Ete=i(t=>t.servername===void 0&&t.host&&!E3.isIP(t.host)?{...t,servername:t.host}:t,"setServernameFromNonIpHost"),C3=class extends AHe.Agent{static{i(this,"HttpsProxyAgent")}constructor(e,r){super(r),this.options={path:void 0},this.proxy=typeof e=="string"?new lHe.URL(e):e,this.proxyHeaders=r?.headers??{},wM("Creating new HttpsProxyAgent instance: %o",this.proxy.href);let n=(this.proxy.hostname||this.proxy.host).replace(/^\[|\]$/g,""),o=this.proxy.port?parseInt(this.proxy.port,10):this.proxy.protocol==="https:"?443:80;this.connectOpts={ALPNProtocols:["http/1.1"],...r?Cte(r,"headers"):null,host:n,port:o}}async connect(e,r){let{proxy:n}=this;if(!r.host)throw new TypeError('No "host" provided');let o;n.protocol==="https:"?(wM("Creating `tls.Socket`: %o",this.connectOpts),o=gte.connect(Ete(this.connectOpts))):(wM("Creating `net.Socket`: %o",this.connectOpts),o=E3.connect(this.connectOpts));let s=typeof this.proxyHeaders=="function"?this.proxyHeaders():{...this.proxyHeaders},a=E3.isIPv6(r.host)?`[${r.host}]`:r.host,c=`CONNECT ${a}:${r.port} HTTP/1.1\r
`;if(n.username||n.password){let b=`${decodeURIComponent(n.username)}:${decodeURIComponent(n.password)}`;s["Proxy-Authorization"]=`Basic ${Buffer.from(b).toString("base64")}`}s.Host=`${a}:${r.port}`,s["Proxy-Connection"]||(s["Proxy-Connection"]=this.keepAlive?"Keep-Alive":"close");for(let b of Object.keys(s))c+=`${b}: ${s[b]}\r
`;let u=(0,dHe.parseProxyResponse)(o);o.write(`${c}\r
`);let{connect:p,buffered:A}=await u;if(e.emit("proxyConnect",p),this.emit("proxyConnect",p,e),p.statusCode===200)return e.once("socket",bHe),r.secureEndpoint?(wM("Upgrading socket connection to TLS"),gte.connect({...Cte(Ete(r),"host","path","port"),socket:o})):o;o.destroy();let l=new E3.Socket({writable:!1});return l.readable=!0,e.once("socket",b=>{wM("Replaying proxy buffer for failed request"),(0,uHe.default)(b.listenerCount("data")>0),b.push(A),b.push(null)}),l}};C3.protocols=["http","https"];qn.HttpsProxyAgent=C3;function bHe(t){t.resume()}i(bHe,"resume");function Cte(t,...e){let r={},n;for(n in t)e.includes(n)||(r[n]=t[n]);return r}i(Cte,"omit")});var Rte=m(ar=>{"use strict";var MHe=ar&&ar.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r);var o=Object.getOwnPropertyDescriptor(e,r);(!o||("get"in o?!e.__esModule:o.writable||o.configurable))&&(o={enumerable:!0,get:i(function(){return e[r]},"get")}),Object.defineProperty(t,n,o)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),fHe=ar&&ar.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),Dte=ar&&ar.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.prototype.hasOwnProperty.call(t,r)&&MHe(e,t,r);return fHe(e,t),e};Object.defineProperty(ar,"__esModule",{value:!0});ar.req=ar.json=ar.toBuffer=void 0;var mHe=Dte(require("http")),hHe=Dte(require("https"));async function Ite(t){let e=0,r=[];for await(let n of t)e+=n.length,r.push(n);return Buffer.concat(r,e)}i(Ite,"toBuffer");ar.toBuffer=Ite;async function zHe(t){let r=(await Ite(t)).toString("utf8");try{return JSON.parse(r)}catch(n){let o=n;throw o.message+=` (input: ${r})`,o}}i(zHe,"json");ar.json=zHe;function OHe(t,e={}){let n=((typeof t=="string"?t:t.href).startsWith("https:")?hHe:mHe).request(t,e),o=new Promise((s,a)=>{n.once("response",s).once("error",a).end()});return n.then=o.then.bind(o),n}i(OHe,"req");ar.req=OHe});var Fte=m(Xr=>{"use strict";var wte=Xr&&Xr.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r);var o=Object.getOwnPropertyDescriptor(e,r);(!o||("get"in o?!e.__esModule:o.writable||o.configurable))&&(o={enumerable:!0,get:i(function(){return e[r]},"get")}),Object.defineProperty(t,n,o)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),gHe=Xr&&Xr.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),Ste=Xr&&Xr.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.prototype.hasOwnProperty.call(t,r)&&wte(e,t,r);return gHe(e,t),e},EHe=Xr&&Xr.__exportStar||function(t,e){for(var r in t)r!=="default"&&!Object.prototype.hasOwnProperty.call(e,r)&&wte(e,t,r)};Object.defineProperty(Xr,"__esModule",{value:!0});Xr.Agent=void 0;var CHe=Ste(require("net")),Nte=Ste(require("http")),yHe=require("https");EHe(Rte(),Xr);var as=Symbol("AgentBaseInternalState"),E6=class extends Nte.Agent{static{i(this,"Agent")}constructor(e){super(e),this[as]={}}isSecureEndpoint(e){if(e){if(typeof e.secureEndpoint=="boolean")return e.secureEndpoint;if(typeof e.protocol=="string")return e.protocol==="https:"}let{stack:r}=new Error;return typeof r!="string"?!1:r.split(`
`).some(n=>n.indexOf("(https.js:")!==-1||n.indexOf("node:https:")!==-1)}incrementSockets(e){if(this.maxSockets===1/0&&this.maxTotalSockets===1/0)return null;this.sockets[e]||(this.sockets[e]=[]);let r=new CHe.Socket({writable:!1});return this.sockets[e].push(r),this.totalSocketCount++,r}decrementSockets(e,r){if(!this.sockets[e]||r===null)return;let n=this.sockets[e],o=n.indexOf(r);o!==-1&&(n.splice(o,1),this.totalSocketCount--,n.length===0&&delete this.sockets[e])}getName(e){return(typeof e.secureEndpoint=="boolean"?e.secureEndpoint:this.isSecureEndpoint(e))?yHe.Agent.prototype.getName.call(this,e):super.getName(e)}createSocket(e,r,n){let o={...r,secureEndpoint:this.isSecureEndpoint(r)},s=this.getName(o),a=this.incrementSockets(s);Promise.resolve().then(()=>this.connect(e,o)).then(c=>{if(this.decrementSockets(s,a),c instanceof Nte.Agent)return c.addRequest(e,o);this[as].currentSocket=c,super.createSocket(e,r,n)},c=>{this.decrementSockets(s,a),n(c)})}createConnection(){let e=this[as].currentSocket;if(this[as].currentSocket=void 0,!e)throw new Error("No socket was returned in the `connect()` function");return e}get defaultPort(){return this[as].defaultPort??(this.protocol==="https:"?443:80)}set defaultPort(e){this[as]&&(this[as].defaultPort=e)}get protocol(){return this[as].protocol??(this.isSecureEndpoint()?"https:":"http:")}set protocol(e){this[as]&&(this[as].protocol=e)}};Xr.Agent=E6});var Tte=m(Dn=>{"use strict";var BHe=Dn&&Dn.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r);var o=Object.getOwnPropertyDescriptor(e,r);(!o||("get"in o?!e.__esModule:o.writable||o.configurable))&&(o={enumerable:!0,get:i(function(){return e[r]},"get")}),Object.defineProperty(t,n,o)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),qHe=Dn&&Dn.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),xte=Dn&&Dn.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.prototype.hasOwnProperty.call(t,r)&&BHe(e,t,r);return qHe(e,t),e},DHe=Dn&&Dn.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(Dn,"__esModule",{value:!0});Dn.HttpProxyAgent=void 0;var IHe=xte(require("net")),RHe=xte(require("tls")),NHe=DHe(O3()),wHe=require("events"),SHe=Fte(),Wte=require("url"),Il=(0,NHe.default)("http-proxy-agent"),y3=class extends SHe.Agent{static{i(this,"HttpProxyAgent")}constructor(e,r){super(r),this.proxy=typeof e=="string"?new Wte.URL(e):e,this.proxyHeaders=r?.headers??{},Il("Creating new HttpProxyAgent instance: %o",this.proxy.href);let n=(this.proxy.hostname||this.proxy.host).replace(/^\[|\]$/g,""),o=this.proxy.port?parseInt(this.proxy.port,10):this.proxy.protocol==="https:"?443:80;this.connectOpts={...r?FHe(r,"headers"):null,host:n,port:o}}addRequest(e,r){e._header=null,this.setRequestProps(e,r),super.addRequest(e,r)}setRequestProps(e,r){let{proxy:n}=this,o=r.secureEndpoint?"https:":"http:",s=e.getHeader("host")||"localhost",a=`${o}//${s}`,c=new Wte.URL(e.path,a);r.port!==80&&(c.port=String(r.port)),e.path=String(c);let u=typeof this.proxyHeaders=="function"?this.proxyHeaders():{...this.proxyHeaders};if(n.username||n.password){let p=`${decodeURIComponent(n.username)}:${decodeURIComponent(n.password)}`;u["Proxy-Authorization"]=`Basic ${Buffer.from(p).toString("base64")}`}u["Proxy-Connection"]||(u["Proxy-Connection"]=this.keepAlive?"Keep-Alive":"close");for(let p of Object.keys(u)){let A=u[p];A&&e.setHeader(p,A)}}async connect(e,r){e._header=null,e.path.includes("://")||this.setRequestProps(e,r);let n,o;Il("Regenerating stored HTTP header string for request"),e._implicitHeader(),e.outputData&&e.outputData.length>0&&(Il("Patching connection write() output buffer with updated header"),n=e.outputData[0].data,o=n.indexOf(`\r
\r
`)+4,e.outputData[0].data=e._header+n.substring(o),Il("Output buffer: %o",e.outputData[0].data));let s;return this.proxy.protocol==="https:"?(Il("Creating `tls.Socket`: %o",this.connectOpts),s=RHe.connect(this.connectOpts)):(Il("Creating `net.Socket`: %o",this.connectOpts),s=IHe.connect(this.connectOpts)),await(0,wHe.once)(s,"connect"),s}};y3.protocols=["http","https"];Dn.HttpProxyAgent=y3;function FHe(t,...e){let r={},n;for(n in t)e.includes(n)||(r[n]=t[n]);return r}i(FHe,"omit")});var ore=m(L3=>{"use strict";Object.defineProperty(L3,"__esModule",{value:!0});L3.state=void 0;L3.state={instrumenterImplementation:void 0}});var gre=m(U3=>{"use strict";Object.defineProperty(U3,"__esModule",{value:!0});U3.state=void 0;U3.state={operationRequestMap:new WeakMap}});var Zoe=m(Xl=>{"use strict";Object.defineProperty(Xl,"__esModule",{value:!0});var Zje=require("os"),e$e=require("util");function t$e(t){return t&&typeof t=="object"&&"default"in t?t:{default:t}}i(t$e,"_interopDefaultLegacy");var r$e=t$e(e$e);function n$e(t,...e){process.stderr.write(`${r$e.default.format(t,...e)}${Zje.EOL}`)}i(n$e,"log");var Uoe=typeof process<"u"&&process.env&&process.env.DEBUG||void 0,Hoe,eT=[],tT=[],cC=[];Uoe&&rT(Uoe);var Xoe=Object.assign(t=>Voe(t),{enable:rT,enabled:nT,disable:o$e,log:n$e});function rT(t){Hoe=t,eT=[],tT=[];let e=/\*/g,r=t.split(",").map(n=>n.trim().replace(e,".*?"));for(let n of r)n.startsWith("-")?tT.push(new RegExp(`^${n.substr(1)}$`)):eT.push(new RegExp(`^${n}$`));for(let n of cC)n.enabled=nT(n.namespace)}i(rT,"enable");function nT(t){if(t.endsWith("*"))return!0;for(let e of tT)if(e.test(t))return!1;for(let e of eT)if(e.test(t))return!0;return!1}i(nT,"enabled");function o$e(){let t=Hoe||"";return rT(""),t}i(o$e,"disable");function Voe(t){let e=Object.assign(r,{enabled:nT(t),destroy:s$e,log:Xoe.log,namespace:t,extend:i$e});function r(...n){e.enabled&&(n.length>0&&(n[0]=`${t} ${n[0]}`),e.log(...n))}return i(r,"debug"),cC.push(e),e}i(Voe,"createDebugger");function s$e(){let t=cC.indexOf(this);return t>=0?(cC.splice(t,1),!0):!1}i(s$e,"destroy");function i$e(t){let e=Voe(`${this.namespace}:${t}`);return e.log=this.log,e}i(i$e,"extend");var zf=Xoe,Yoe=new Set,iC=typeof process<"u"&&process.env&&process.env.AZURE_LOG_LEVEL||void 0,uC,pC=zf("azure");pC.log=(...t)=>{zf.log(...t)};var oT=["verbose","info","warning","error"];iC&&(Koe(iC)?Joe(iC):console.error(`AZURE_LOG_LEVEL set to unknown log level '${iC}'; logging is not enabled. Acceptable values: ${oT.join(", ")}.`));function Joe(t){if(t&&!Koe(t))throw new Error(`Unknown log level '${t}'. Acceptable values: ${oT.join(",")}`);uC=t;let e=[];for(let r of Yoe)$oe(r)&&e.push(r.namespace);zf.enable(e.join(","))}i(Joe,"setLogLevel");function a$e(){return uC}i(a$e,"getLogLevel");var Goe={verbose:400,info:300,warning:200,error:100};function c$e(t){let e=pC.extend(t);return joe(pC,e),{error:aC(e,"error"),warning:aC(e,"warning"),info:aC(e,"info"),verbose:aC(e,"verbose")}}i(c$e,"createClientLogger");function joe(t,e){e.log=(...r)=>{t.log(...r)}}i(joe,"patchLogMethod");function aC(t,e){let r=Object.assign(t.extend(e),{level:e});if(joe(t,r),$oe(r)){let n=zf.disable();zf.enable(n+","+r.namespace)}return Yoe.add(r),r}i(aC,"createLogger");function $oe(t){return!!(uC&&Goe[t.level]<=Goe[uC])}i($oe,"shouldEnable");function Koe(t){return oT.includes(t)}i(Koe,"isAzureLogLevel");Xl.AzureLogger=pC;Xl.createClientLogger=c$e;Xl.getLogLevel=a$e;Xl.setLogLevel=Joe});var aT=m(gf=>{"use strict";Object.defineProperty(gf,"__esModule",{value:!0});var Vl=new WeakMap,AC=new WeakMap,Of=class t{static{i(this,"AbortSignal")}constructor(){this.onabort=null,Vl.set(this,[]),AC.set(this,!1)}get aborted(){if(!AC.has(this))throw new TypeError("Expected `this` to be an instance of AbortSignal.");return AC.get(this)}static get none(){return new t}addEventListener(e,r){if(!Vl.has(this))throw new TypeError("Expected `this` to be an instance of AbortSignal.");Vl.get(this).push(r)}removeEventListener(e,r){if(!Vl.has(this))throw new TypeError("Expected `this` to be an instance of AbortSignal.");let n=Vl.get(this),o=n.indexOf(r);o>-
Polling from: ${r.config.operationLocation}
Operation status: ${A}
Polling status: ${use.includes(A)?"Stopped":"Running"}`),A==="succeeded"){let l=a(p,r);if(l!==void 0)return{response:await e(l).catch(ase({state:r,stateProxy:n,isOperationError:c})),status:A}}return{response:p,status:A}}i(L$e,"pollOperationHelper");async function dse(t){let{poll:e,state:r,stateProxy:n,options:o,getOperationStatus:s,getResourceLocation:a,getOperationLocation:c,isOperationError:u,withOperationLocation:p,getPollingInterval:A,processResult:l,getError:b,updateState:f,setDelay:z,isDone:g,setErrorAsResult:y}=t,{operationLocation:E}=r.config;if(E!==void 0){let{response:B,status:q}=await L$e({poll:e,getOperationStatus:s,state:r,stateProxy:n,operationLocation:E,getResourceLocation:a,isOperationError:u,options:o});if(Ase({status:q,response:B,state:r,stateProxy:n,isDone:g,processResult:l,getError:b,setErrorAsResult:y}),!use.includes(q)){let I=A?.(B);I&&z(I);let W=c?.(B,r);if(W!==void 0){let x=E!==W;r.config.operationLocation=W,p?.(W,x)}else p?.(E,!1)}f?.(r,B)}}i(dse,"pollOperation");function bse(t){let{azureAsyncOperation:e,operationLocation:r}=t;return r??e}i(bse,"getOperationLocationPollingUrl");function Mse(t){return t.headers.location}i(Mse,"getLocationHeader");function fse(t){return t.headers["operation-location"]}i(fse,"getOperationLocationHeader");function mse(t){return t.headers["azure-asyncoperation"]}i(mse,"getAzureAsyncOperationHeader");function Q$e(t){var e;let{location:r,requestMethod:n,requestPath:o,resourceLocationConfig:s}=t;switch(n){case"PUT":return o;case"DELETE":return;case"PATCH":return(e=a())!==null&&e!==void 0?e:o;default:return a()}function a(){switch(s){case"azure-async-operation":return;case"original-uri":return o;default:return r}}i(a,"getDefault")}i(Q$e,"findResourceLocation");function hse(t){let{rawResponse:e,requestMethod:r,requestPath:n,resourceLocationConfig:o}=t,s=fse(e),a=mse(e),c=bse({operationLocation:s,azureAsyncOperation:a}),u=Mse(e),p=r?.toLocaleUpperCase();return c!==void 0?{mode:"OperationLocation",operationLocation:c,resourceLocation:Q$e({requestMethod:p,location:u,requestPath:n,resourceLocationConfig:o})}:u!==void 0?{mode:"ResourceLocation",operationLocation:u}:p==="PUT"&&n?{mode:"Body",operationLocation:n}:void 0}i(hse,"inferLroMode");function zse(t){let{status:e,statusCode:r}=t;if(typeof e!="string"&&e!==void 0)throw new Error(`Polling was unsuccessful. Expected status to have a string value or no value but it has instead: ${e}. This doesn't necessarily indicate the operation has failed. Check your Azure subscription or resource status for more information.`);switch(e?.toLocaleLowerCase()){case void 0:return hT(r);case"succeeded":return"succeeded";case"failed":return"failed";case"running":case"accepted":case"started":case"canceling":case"cancelling":return"running";case"canceled":case"cancelled":return"canceled";default:return rp.verbose(`LRO: unrecognized operation status: ${e}`),e}}i(zse,"transformStatus");function _$e(t){var e;let{status:r}=(e=t.body)!==null&&e!==void 0?e:{};return zse({status:r,statusCode:t.statusCode})}i(_$e,"getStatus");function P$e(t){var e,r;let{properties:n,provisioningState:o}=(e=t.body)!==null&&e!==void 0?e:{},s=(r=n?.provisioningState)!==null&&r!==void 0?r:o;return zse({status:s,statusCode:t.statusCode})}i(P$e,"getProvisioningState");function hT(t){return t===202?"running":t<300?"succeeded":"failed"}i(hT,"toOperationStatus");function Ose({rawResponse:t}){let e=t.headers["retry-after"];if(e!==void 0){let r=parseInt(e);return isNaN(r)?k$e(new Date(e)):r*1e3}}i(Ose,"parseRetryAfter");function gse(t){let e=t.flatResponse.error;if(!e){rp.warning("The long-running operation failed but there is no error property in the response's body");return}if(!e.code||!e.message){rp.warning("The long-running operation failed but the error property in the response's body doesn't contain code or message");return}return e}i(gse,"getErrorFromResponse");function k$e(t){let e=Math.floor(new Date().getTime()),r=t.getTime();if(e<r)return r-e}i(k$e,"calculatePollingIntervalFromDate");function Ese(t){let{response:e,state:r,operationLocation:n}=t;function o(){var a;switch
`:case"\r":case" ":case" ":continue;default:throw Error("invalid base64 string.")}switch(o){case 0:a=s,o=1;break;case 1:r[n++]=a<<2|(s&48)>>4,a=s,o=2;break;case 2:r[n++]=(a&15)<<4|(s&60)>>2,a=s,o=3;break;case 3:r[n++]=(a&3)<<6|s,o=0;break}}if(o==1)throw Error("invalid base64 string.");return r.subarray(0,n)}i(qKe,"base64decode");Zl.base64decode=qKe;function DKe(t){let e="",r=0,n,o=0;for(let s=0;s<t.length;s++)switch(n=t[s],r){case 0:e+=ta[n>>2],o=(n&3)<<4,r=1;break;case 1:e+=ta[o|n>>4],o=(n&15)<<2,r=2;break;case 2:e+=ta[o|n>>6],e+=ta[n&63],r=0;break}return r&&(e+=ta[o],e+="=",r==1&&(e+="=")),e}i(DKe,"base64encode");Zl.base64encode=DKe});var Zse=m(NC=>{"use strict";Object.defineProperty(NC,"__esModule",{value:!0});NC.utf8read=void 0;var RT=i(t=>String.fromCharCode.apply(String,t),"fromCharCodes");function IKe(t){if(t.length<1)return"";let e=0,r=[],n=[],o=0,s,a=t.length;for(;e<a;)s=t[e++],s<128?n[o++]=s:s>191&&s<224?n[o++]=(s&31)<<6|t[e++]&63:s>239&&s<365?(s=((s&7)<<18|(t[e++]&63)<<12|(t[e++]&63)<<6|t[e++]&63)-65536,n[o++]=55296+(s>>10),n[o++]=56320+(s&1023)):n[o++]=(s&15)<<12|(t[e++]&63)<<6|t[e++]&63,o>8191&&(r.push(RT(n)),o=0);return r.length?(o&&r.push(RT(n.slice(0,o))),r.join("")):RT(n.slice(0,o))}i(IKe,"utf8read");NC.utf8read=IKe});var Rf=m(Fs=>{"use strict";Object.defineProperty(Fs,"__esModule",{value:!0});Fs.WireType=Fs.mergeBinaryOptions=Fs.UnknownFieldHandler=void 0;var RKe;(function(t){t.symbol=Symbol.for("protobuf-ts/unknown"),t.onRead=(r,n,o,s,a)=>{(e(n)?n[t.symbol]:n[t.symbol]=[]).push({no:o,wireType:s,data:a})},t.onWrite=(r,n,o)=>{for(let{no:s,wireType:a,data:c}of t.list(n))o.tag(s,a).raw(c)},t.list=(r,n)=>{if(e(r)){let o=r[t.symbol];return n?o.filter(s=>s.no==n):o}return[]},t.last=(r,n)=>t.list(r,n).slice(-1)[0];let e=i(r=>r&&Array.isArray(r[t.symbol]),"is")})(RKe=Fs.UnknownFieldHandler||(Fs.UnknownFieldHandler={}));function NKe(t,e){return Object.assign(Object.assign({},t),e)}i(NKe,"mergeBinaryOptions");Fs.mergeBinaryOptions=NKe;var wKe;(function(t){t[t.Varint=0]="Varint",t[t.Bit64=1]="Bit64",t[t.LengthDelimited=2]="LengthDelimited",t[t.StartGroup=3]="StartGroup",t[t.EndGroup=4]="EndGroup",t[t.Bit32=5]="Bit32"})(wKe=Fs.WireType||(Fs.WireType={}))});var SC=m(br=>{"use strict";Object.defineProperty(br,"__esModule",{value:!0});br.varint32read=br.varint32write=br.int64toString=br.int64fromString=br.varint64write=br.varint64read=void 0;function SKe(){let t=0,e=0;for(let n=0;n<28;n+=7){let o=this.buf[this.pos++];if(t|=(o&127)<<n,(o&128)==0)return this.assertBounds(),[t,e]}let r=this.buf[this.pos++];if(t|=(r&15)<<28,e=(r&112)>>4,(r&128)==0)return this.assertBounds(),[t,e];for(let n=3;n<=31;n+=7){let o=this.buf[this.pos++];if(e|=(o&127)<<n,(o&128)==0)return this.assertBounds(),[t,e]}throw new Error("invalid varint")}i(SKe,"varint64read");br.varint64read=SKe;function FKe(t,e,r){for(let s=0;s<28;s=s+7){let a=t>>>s,c=!(!(a>>>7)&&e==0),u=(c?a|128:a)&255;if(r.push(u),!c)return}let n=t>>>28&15|(e&7)<<4,o=e>>3!=0;if(r.push((o?n|128:n)&255),!!o){for(let s=3;s<31;s=s+7){let a=e>>>s,c=!!(a>>>7),u=(c?a|128:a)&255;if(r.push(u),!c)return}r.push(e>>>31&1)}}i(FKe,"varint64write");br.varint64write=FKe;var wC=65536*65536;function WKe(t){let e=t[0]=="-";e&&(t=t.slice(1));let r=1e6,n=0,o=0;function s(a,c){let u=Number(t.slice(a,c));o*=r,n=n*r+u,n>=wC&&(o=o+(n/wC|0),n=n%wC)}return i(s,"add1e6digit"),s(-24,-18),s(-18,-12),s(-12,-6),s(-6),[e,n,o]}i(WKe,"int64fromString");br.int64fromString=WKe;function xKe(t,e){if(e>>>0<=2097151)return""+(wC*e+(t>>>0));let r=t&16777215,n=(t>>>24|e<<8)>>>0&16777215,o=e>>16&65535,s=r+n*6777216+o*6710656,a=n+o*8147497,c=o*2,u=1e7;s>=u&&(a+=Math.floor(s/u),s%=u),a>=u&&(c+=Math.floor(a/u),a%=u);function p(A,l){let b=A?String(A):"";return l?"0000000".slice(b.length)+b:b}return i(p,"decimalFrom1e7"),p(c,0)+p(a,c)+p(s,1)}i(xKe,"int64toString");br.int64toString=xKe;function TKe(t,e){if(t>=0){for(;t>127;)e.push(t&127|128),t=t>>>7;e.push(t)}else{for(let r=0;r<9;r++)e.push(t&127|128),t=t>>7;e.push(1)}}i(TKe,"varint32write");br.varint32write=TKe;function vKe(){let t=this.buf[this.pos++],e=t&127;if((t&128)==0)return
`)}};sy.RpcError=rv});var ov=m(ay=>{"use strict";Object.defineProperty(ay,"__esModule",{value:!0});ay.mergeRpcOptions=void 0;var Sie=C1();function se0(t,e){if(!e)return t;let r={};iy(t,r),iy(e,r);for(let n of Object.keys(e)){let o=e[n];switch(n){case"jsonOptions":r.jsonOptions=Sie.mergeJsonOptions(t.jsonOptions,r.jsonOptions);break;case"binaryOptions":r.binaryOptions=Sie.mergeBinaryOptions(t.binaryOptions,r.binaryOptions);break;case"meta":r.meta={},iy(t.meta,r.meta),iy(e.meta,r.meta);break;case"interceptors":r.interceptors=t.interceptors?t.interceptors.concat(o):o.concat();break}}return r}i(se0,"mergeRpcOptions");ay.mergeRpcOptions=se0;function iy(t,e){if(!t)return;let r=e;for(let[n,o]of Object.entries(t))o instanceof Date?r[n]=new Date(o.getTime()):Array.isArray(o)?r[n]=o.concat():r[n]=o}i(iy,"copy")});var iv=m(ap=>{"use strict";Object.defineProperty(ap,"__esModule",{value:!0});ap.Deferred=ap.DeferredState=void 0;var Ts;(function(t){t[t.PENDING=0]="PENDING",t[t.REJECTED=1]="REJECTED",t[t.RESOLVED=2]="RESOLVED"})(Ts=ap.DeferredState||(ap.DeferredState={}));var sv=class{static{i(this,"Deferred")}constructor(e=!0){this._state=Ts.PENDING,this._promise=new Promise((r,n)=>{this._resolve=r,this._reject=n}),e&&this._promise.catch(r=>{})}get state(){return this._state}get promise(){return this._promise}resolve(e){if(this.state!==Ts.PENDING)throw new Error(`cannot resolve ${Ts[this.state].toLowerCase()}`);this._resolve(e),this._state=Ts.RESOLVED}reject(e){if(this.state!==Ts.PENDING)throw new Error(`cannot reject ${Ts[this.state].toLowerCase()}`);this._reject(e),this._state=Ts.REJECTED}resolvePending(e){this._state===Ts.PENDING&&this.resolve(e)}rejectPending(e){this._state===Ts.PENDING&&this.reject(e)}};ap.Deferred=sv});var cv=m(cy=>{"use strict";Object.defineProperty(cy,"__esModule",{value:!0});cy.RpcOutputStreamController=void 0;var Fie=iv(),cp=C1(),av=class{static{i(this,"RpcOutputStreamController")}constructor(){this._lis={nxt:[],msg:[],err:[],cmp:[]},this._closed=!1,this._itState={q:[]}}onNext(e){return this.addLis(e,this._lis.nxt)}onMessage(e){return this.addLis(e,this._lis.msg)}onError(e){return this.addLis(e,this._lis.err)}onComplete(e){return this.addLis(e,this._lis.cmp)}addLis(e,r){return r.push(e),()=>{let n=r.indexOf(e);n>=0&&r.splice(n,1)}}clearLis(){for(let e of Object.values(this._lis))e.splice(0,e.length)}get closed(){return this._closed!==!1}notifyNext(e,r,n){cp.assert((e?1:0)+(r?1:0)+(n?1:0)<=1,"only one emission at a time"),e&&this.notifyMessage(e),r&&this.notifyError(r),n&&this.notifyComplete()}notifyMessage(e){cp.assert(!this.closed,"stream is closed"),this.pushIt({value:e,done:!1}),this._lis.msg.forEach(r=>r(e)),this._lis.nxt.forEach(r=>r(e,void 0,!1))}notifyError(e){cp.assert(!this.closed,"stream is closed"),this._closed=e,this.pushIt(e),this._lis.err.forEach(r=>r(e)),this._lis.nxt.forEach(r=>r(void 0,e,!1)),this.clearLis()}notifyComplete(){cp.assert(!this.closed,"stream is closed"),this._closed=!0,this.pushIt({value:null,done:!0}),this._lis.cmp.forEach(e=>e()),this._lis.nxt.forEach(e=>e(void 0,void 0,!0)),this.clearLis()}[Symbol.asyncIterator](){return this._closed===!0?this.pushIt({value:null,done:!0}):this._closed!==!1&&this.pushIt(this._closed),{next:i(()=>{let e=this._itState;cp.assert(e,"bad state"),cp.assert(!e.p,"iterator contract broken");let r=e.q.shift();return r?"value"in r?Promise.resolve(r):Promise.reject(r):(e.p=new Fie.Deferred,e.p.promise)},"next")}}pushIt(e){let r=this._itState;if(r.p){let n=r.p;cp.assert(n.state==Fie.DeferredState.PENDING,"iterator contract broken"),"value"in e?n.resolve(e):n.reject(e),delete r.p}else r.q.push(e)}};cy.RpcOutputStreamController=av});var pv=m(i2=>{"use strict";var ie0=i2&&i2.__awaiter||function(t,e,r,n){function o(s){return s instanceof r?s:new r(function(a){a(s)})}return i(o,"adopt"),new(r||(r=Promise))(function(s,a){function c(A){try{p(n.next(A))}catch(l){a(l)}}i(c,"fulfilled");function u(A){try{p(n.throw(A))}catch(l){a(l)}}i(u,"rejected");function p(A){A.done?s(A.value):o(A.value).then(c,u)}i(p,"step"),p((n=n.apply(t,e||[])).next())})};Object.definePrope
You can add a runtime option to disable the check or this warning:
See https://handlebarsjs.com/api-reference/runtime-options.html#options-to-control-prototype-access for details`))}i(Ro0,"logUnexpecedPropertyAccessOnce");function No0(){Object.keys(o4).forEach(function(t){delete o4[t]})}i(No0,"resetLoggedProperties")});var i4=m(_s=>{"use strict";_s.__esModule=!0;_s.HandlebarsEnvironment=rQ;function xpe(t){return t&&t.__esModule?t:{default:t}}i(xpe,"_interopRequireDefault");var hp=Yt(),wo0=rn(),eQ=xpe(wo0),So0=jL(),Fo0=wpe(),Wo0=KL(),s4=xpe(Wo0),xo0=ZL(),To0="4.7.9";_s.VERSION=To0;var vo0=8;_s.COMPILER_REVISION=vo0;var Lo0=7;_s.LAST_COMPATIBLE_COMPILER_REVISION=Lo0;var Qo0={1:"<= 1.0.rc.2",2:"== 1.0.0-rc.3",3:"== 1.0.0-rc.4",4:"== 1.x.x",5:"== 2.0.0-alpha.x",6:">= 2.0.0-beta.1",7:">= 4.0.0 <4.3.0",8:">= 4.3.0"};_s.REVISION_CHANGES=Qo0;var tQ="[object Object]";function rQ(t,e,r){this.helpers=t||{},this.partials=e||{},this.decorators=r||{},So0.registerDefaultHelpers(this),Fo0.registerDefaultDecorators(this)}i(rQ,"HandlebarsEnvironment");rQ.prototype={constructor:rQ,logger:s4.default,log:s4.default.log,registerHelper:i(function(e,r){if(hp.toString.call(e)===tQ){if(r)throw new eQ.default("Arg not supported with multiple helpers");hp.extend(this.helpers,e)}else this.helpers[e]=r},"registerHelper"),unregisterHelper:i(function(e){delete this.helpers[e]},"unregisterHelper"),registerPartial:i(function(e,r){if(hp.toString.call(e)===tQ)hp.extend(this.partials,e);else{if(typeof r>"u")throw new eQ.default('Attempting to register a partial called "'+e+'" as undefined');this.partials[e]=r}},"registerPartial"),unregisterPartial:i(function(e){delete this.partials[e]},"unregisterPartial"),registerDecorator:i(function(e,r){if(hp.toString.call(e)===tQ){if(r)throw new eQ.default("Arg not supported with multiple decorators");hp.extend(this.decorators,e)}else this.decorators[e]=r},"registerDecorator"),unregisterDecorator:i(function(e){delete this.decorators[e]},"unregisterDecorator"),resetLoggedPropertyAccesses:i(function(){xo0.resetLoggedProperties()},"resetLoggedPropertyAccesses")};var _o0=s4.default.log;_s.log=_o0;_s.createFrame=hp.createFrame;_s.logger=s4.default});var vpe=m((a4,Tpe)=>{"use strict";a4.__esModule=!0;function nQ(t){this.string=t}i(nQ,"SafeString");nQ.prototype.toString=nQ.prototype.toHTML=function(){return""+this.string};a4.default=nQ;Tpe.exports=a4.default});var Lpe=m(oQ=>{"use strict";oQ.__esModule=!0;oQ.wrapHelper=Po0;function Po0(t,e){if(typeof t!="function")return t;var r=i(function(){var o=arguments[arguments.length-1];return arguments[arguments.length-1]=e(o),t.apply(this,arguments)},"wrapper");return r}i(Po0,"wrapHelper")});var Gpe=m(Cc=>{"use strict";Cc.__esModule=!0;Cc.checkRevision=Vo0;Cc.template=Yo0;Cc.wrapProgram=c4;Cc.resolvePartial=Jo0;Cc.invokePartial=jo0;Cc.noop=kpe;function ko0(t){return t&&t.__esModule?t:{default:t}}i(ko0,"_interopRequireDefault");function Uo0(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e.default=t,e}i(Uo0,"_interopRequireWildcard");var Go0=Yt(),C2=Uo0(Go0),Ho0=rn(),ia=ko0(Ho0),aa=i4(),Qpe=jL(),Xo0=Lpe(),_pe=ZL();function Vo0(t){var e=t&&t[0]||1,r=aa.COMPILER_REVISION;if(!(e>=aa.LAST_COMPATIBLE_COMPILER_REVISION&&e<=aa.COMPILER_REVISION))if(e<aa.LAST_COMPATIBLE_COMPILER_REVISION){var n=aa.REVISION_CHANGES[r],o=aa.REVISION_CHANGES[e];throw new ia.default("Template was precompiled with an older version of Handlebars than the current runtime. Please update your precompiler to a newer version ("+n+") or downgrade your runtime to an older version ("+o+").")}else throw new ia.default("Template was precompiled with a newer version of Handlebars than the current runtime. Please update your runtime to a newer version ("+t[1]+").")}i(Vo0,"checkRevision");function Yo0(t,e){if(!e)throw new ia.default("No environment passed to template");if(!t||!t.main)throw new ia.default("Unknown template object: "+typeof t);t.main.decorator=t.main_d,e.VM.checkRevision(t.compiler);var r=t.compiler&&t.compiler[0]===7;function n(a,c,u){u.hash&&(c=C2.extend({},c,u.hash),u.ids&&(u.ids[0]=!0)),a=e.VM.res
`),l=0,b=A.length;l<b&&!(!A[l]&&l+1===b);l++)A[l]=u.indent+A[l];p=A.join(`
`)}return p}else throw new ia.default("The partial "+u.name+" could not be compiled when running in runtime-only mode")}i(n,"invokePartialWrapper");var o={strict:i(function(c,u,p){if(!c||!(u in c))throw new ia.default('"'+u+'" not defined in '+c,{loc:p});return o.lookupProperty(c,u)},"strict"),lookupProperty:i(function(c,u){var p=c[u];if(p==null||Object.prototype.hasOwnProperty.call(c,u)||_pe.resultIsAllowed(p,o.protoAccessControl,u))return p},"lookupProperty"),lookup:i(function(c,u){for(var p=c.length,A=0;A<p;A++){var l=c[A]&&o.lookupProperty(c[A],u);if(l!=null)return l}},"lookup"),lambda:i(function(c,u){return typeof c=="function"?c.call(u):c},"lambda"),escapeExpression:C2.escapeExpression,invokePartial:n,fn:i(function(c){var u=t[c];return u.decorator=t[c+"_d"],u},"fn"),programs:[],program:i(function(c,u,p,A,l){var b=this.programs[c],f=this.fn(c);return u||l||A||p?b=c4(this,c,f,u,p,A,l):b||(b=this.programs[c]=c4(this,c,f)),b},"program"),data:i(function(c,u){for(;c&&u--;)c=c._parent;return c},"data"),mergeIfNeeded:i(function(c,u){var p=c||u;return c&&u&&c!==u&&(p=C2.extend({},u,c)),p},"mergeIfNeeded"),nullContext:Object.seal({}),noop:e.VM.noop,compilerInfo:t.compiler};function s(a){var c=arguments.length<=1||arguments[1]===void 0?{}:arguments[1],u=c.data;s._setup(c),!c.partial&&t.useData&&(u=$o0(a,u));var p=void 0,A=t.useBlockParams?[]:void 0;t.useDepths&&(c.depths?p=a!=c.depths[0]?[a].concat(c.depths):c.depths:p=[a]);function l(b){return""+t.main(o,b,o.helpers,o.partials,u,A,p)}return i(l,"main"),l=Upe(t.main,l,o,c.depths||[],u,A),l(a,c)}return i(s,"ret"),s.isTop=!0,s._setup=function(a){if(a.partial)o.protoAccessControl=a.protoAccessControl,o.helpers=a.helpers,o.partials=a.partials,o.decorators=a.decorators,o.hooks=a.hooks;else{var c={};Ppe(c,e.helpers,o),Ppe(c,a.helpers,o),o.helpers=c,t.usePartial&&(o.partials=o.mergeIfNeeded(a.partials,e.partials)),(t.usePartial||t.useDecorators)&&(o.decorators=C2.extend({},e.decorators,a.decorators)),o.hooks={},o.protoAccessControl=_pe.createProtoAccessControl(a);var u=a.allowCallsToHelperMissing||r;Qpe.moveHelperToHooks(o,"helperMissing",u),Qpe.moveHelperToHooks(o,"blockHelperMissing",u)}},s._child=function(a,c,u,p){if(t.useBlockParams&&!u)throw new ia.default("must pass block params");if(t.useDepths&&!p)throw new ia.default("must pass parent depths");return c4(o,a,t[a],c,0,u,p)},s}i(Yo0,"template");function c4(t,e,r,n,o,s,a){function c(u){var p=arguments.length<=1||arguments[1]===void 0?{}:arguments[1],A=a;return a&&u!=a[0]&&!(u===t.nullContext&&a[0]===null)&&(A=[u].concat(a)),r(t,u,t.helpers,t.partials,p.data||n,s&&[p.blockParams].concat(s),A)}return i(c,"prog"),c=Upe(r,c,t,a,n,s),c.program=e,c.depth=a?a.length:0,c.blockParams=o||0,c}i(c4,"wrapProgram");function Jo0(t,e,r){return t?!t.call&&!r.name&&(r.name=t,t=u4(r.partials,t)):r.name==="@partial-block"?t=u4(r.data,"partial-block"):t=u4(r.partials,r.name),t}i(Jo0,"resolvePartial");function jo0(t,e,r){var n=u4(r.data,"partial-block");r.partial=!0,r.ids&&(r.data.contextPath=r.ids[0]||r.data.contextPath);var o=void 0;if(r.fn&&r.fn!==kpe&&(function(){r.data=aa.createFrame(r.data);var s=r.fn;o=r.data["partial-block"]=i(function(c){var u=arguments.length<=1||arguments[1]===void 0?{}:arguments[1];return u.data=aa.createFrame(u.data),u.data["partial-block"]=n,s(c,u)},"partialBlockWrapper"),s.partials&&(r.partials=C2.extend({},r.partials,s.partials))})(),t===void 0&&o&&(t=o),t===void 0)throw new ia.default("The partial "+r.name+" could not be found");if(t instanceof Function)return t(e,r)}i(jo0,"invokePartial");function kpe(){return""}i(kpe,"noop");function u4(t,e){if(t&&Object.prototype.hasOwnProperty.call(t,e))return t[e]}i(u4,"lookupOwnProperty");function $o0(t,e){return(!e||!("root"in e))&&(e=e?aa.createFrame(e):{},e.root=t),e}i($o0,"initData");function Upe(t,e,r,n,o,s){if(t.decorator){var a={};e=t.decorator(e,a,r,n&&n[0],o,s,n),C2.extend(e,a)}return e}i(Upe,"executeDecorators");function Ppe(t,e,r){e&&Object.keys(e).forEach(function(n){var o=e[n];t[n]=Ko0(o,r)})}i(Ppe,"addHelpers");function Ko0(t,e){var r=e.lookupProperty;return Xo0
`+this.lexer.showPosition()+`
Expecting `+pe.join(", ")+", got '"+(this.terminals_[I]||I)+"'":Ge="Parse error on line "+(l+1)+": Unexpected "+(I==1?"end of input":"'"+(this.terminals_[I]||I)+"'"),this.parseError(Ge,{text:this.lexer.match,token:this.terminals_[I]||I,line:this.lexer.yylineno,loc:y,expected:pe})}}if(Q[0]instanceof Array&&Q.length>1)throw new Error("Parse Error: multiple actions possible at state: "+x+", token: "+I);switch(Q[0]){case 1:a.push(I),c.push(this.lexer.yytext),u.push(this.lexer.yylloc),a.push(Q[1]),I=null,W?(I=W,W=null):(b=this.lexer.yyleng,A=this.lexer.yytext,l=this.lexer.yylineno,y=this.lexer.yylloc,f>0&&f--);break;case 2:if(ge=this.productions_[Q[1]][1],Qe.$=c[c.length-ge],Qe._$={first_line:u[u.length-(ge||1)].first_line,last_line:u[u.length-1].last_line,first_column:u[u.length-(ge||1)].first_column,last_column:u[u.length-1].last_column},E&&(Qe._$.range=[u[u.length-(ge||1)].range[0],u[u.length-1].range[1]]),qe=this.performAction.call(Qe,A,b,l,this.yy,Q[1],c,u),typeof qe<"u")return qe;ge&&(a=a.slice(0,-1*ge*2),c=c.slice(0,-1*ge),u=u.slice(0,-1*ge)),a.push(this.productions_[Q[1]][0]),c.push(Qe.$),u.push(Qe._$),Ue=p[a[a.length-2]][a[a.length-1]],a.push(Ue);break;case 3:return!0}}return!0},"parse")},e=(function(){var n={EOF:1,parseError:i(function(s,a){if(this.yy.parser)this.yy.parser.parseError(s,a);else throw new Error(s)},"parseError"),setInput:i(function(s){return this._input=s,this._more=this._less=this.done=!1,this.yylineno=this.yyleng=0,this.yytext=this.matched=this.match="",this.conditionStack=["INITIAL"],this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0},this.options.ranges&&(this.yylloc.range=[0,0]),this.offset=0,this},"setInput"),input:i(function(){var s=this._input[0];this.yytext+=s,this.yyleng++,this.offset++,this.match+=s,this.matched+=s;var a=s.match(/(?:\r\n?|\n).*/g);return a?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),s},"input"),unput:i(function(s){var a=s.length,c=s.split(/(?:\r\n?|\n)/g);this._input=s+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-a-1),this.offset-=a;var u=this.match.split(/(?:\r\n?|\n)/g);this.match=this.match.substr(0,this.match.length-1),this.matched=this.matched.substr(0,this.matched.length-1),c.length-1&&(this.yylineno-=c.length-1);var p=this.yylloc.range;return this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:c?(c.length===u.length?this.yylloc.first_column:0)+u[u.length-c.length].length-c[0].length:this.yylloc.first_column-a},this.options.ranges&&(this.yylloc.range=[p[0],p[0]+this.yyleng-a]),this},"unput"),more:i(function(){return this._more=!0,this},"more"),less:i(function(s){this.unput(this.match.slice(s))},"less"),pastInput:i(function(){var s=this.matched.substr(0,this.matched.length-this.match.length);return(s.length>20?"...":"")+s.substr(-20).replace(/\n/g,"")},"pastInput"),upcomingInput:i(function(){var s=this.match;return s.length<20&&(s+=this._input.substr(0,20-s.length)),(s.substr(0,20)+(s.length>20?"...":"")).replace(/\n/g,"")},"upcomingInput"),showPosition:i(function(){var s=this.pastInput(),a=new Array(s.length+1).join("-");return s+this.upcomingInput()+`
`+a+"^"},"showPosition"),next:i(function(){if(this.done)return this.EOF;this._input||(this.done=!0);var s,a,c,u,p,A;this._more||(this.yytext="",this.match="");for(var l=this._currentRules(),b=0;b<l.length&&(c=this._input.match(this.rules[l[b]]),!(c&&(!a||c[0].length>a[0].length)&&(a=c,u=b,!this.options.flex)));b++);return a?(A=a[0].match(/(?:\r\n?|\n).*/g),A&&(this.yylineno+=A.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:A?A[A.length-1].length-A[A.length-1].match(/\r?\n?/)[0].length:this.yylloc.last_column+a[0].length},this.yytext+=a[0],this.match+=a[0],this.matches=a,this.yyleng=this.yytext.length,this.options.ranges&&(this.yylloc.range=[this.offset,this.offset+=this.yyleng]),this._more=!1,this._input=this._input.slice(a[0].length),this.matched+=a[0],s=this.performAction.call(this,this.yy,this,l[u],this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),s||void 0):this._input===""?this.EOF:this.parseError("Lexical error on line "+(this.yylineno+1)+`. Unrecognized text.
`+this.showPosition(),{text:"",token:null,line:this.yylineno})},"next"),lex:i(function(){var s=this.next();return typeof s<"u"?s:this.lex()},"lex"),begin:i(function(s){this.conditionStack.push(s)},"begin"),popState:i(function(){return this.conditionStack.pop()},"popState"),_currentRules:i(function(){return this.conditions[this.conditionStack[this.conditionStack.length-1]].rules},"_currentRules"),topState:i(function(){return this.conditionStack[this.conditionStack.length-2]},"topState"),pushState:i(function(s){this.begin(s)},"begin")};return n.options={},n.performAction=i(function(s,a,c,u){function p(l,b){return a.yytext=a.yytext.substring(l,a.yyleng-b+l)}i(p,"strip");var A=u;switch(c){case 0:if(a.yytext.slice(-2)==="\\\\"?(p(0,1),this.begin("mu")):a.yytext.slice(-1)==="\\"?(p(0,1),this.begin("emu")):this.begin("mu"),a.yytext)return 15;break;case 1:return 15;case 2:return this.popState(),15;break;case 3:return this.begin("raw"),15;break;case 4:return this.popState(),this.conditionStack[this.conditionStack.length-1]==="raw"?15:(p(5,9),"END_RAW_BLOCK");case 5:return 15;case 6:return this.popState(),14;break;case 7:return 65;case 8:return 68;case 9:return 19;case 10:return this.popState(),this.begin("raw"),23;break;case 11:return 55;case 12:return 60;case 13:return 29;case 14:return 47;case 15:return this.popState(),44;break;case 16:return this.popState(),44;break;case 17:return 34;case 18:return 39;case 19:return 51;case 20:return 48;case 21:this.unput(a.yytext),this.popState(),this.begin("com");break;case 22:return this.popState(),14;break;case 23:return 48;case 24:return 73;case 25:return 72;case 26:return 72;case 27:return 87;case 28:break;case 29:return this.popState(),54;break;case 30:return this.popState(),33;break;case 31:return a.yytext=p(1,2).replace(/\\"/g,'"'),80;break;case 32:return a.yytext=p(1,2).replace(/\\'/g,"'"),80;break;case 33:return 85;case 34:return 82;case 35:return 82;case 36:return 83;case 37:return 84;case 38:return 81;case 39:return 75;case 40:return 77;case 41:return 72;case 42:return a.yytext=a.yytext.replace(/\\([\\\]])/g,"$1"),72;break;case 43:return"INVALID";case 44:return 5}},"anonymous"),n.rules=[/^(?:[^\x00]*?(?=(\{\{)))/,/^(?:[^\x00]+)/,/^(?:[^\x00]{2,}?(?=(\{\{|\\\{\{|\\\\\{\{|$)))/,/^(?:\{\{\{\{(?=[^\/]))/,/^(?:\{\{\{\{\/[^\s!"#%-,\.\/;->@\[-\^`\{-~]+(?=[=}\s\/.])\}\}\}\})/,/^(?:[^\x00]+?(?=(\{\{\{\{)))/,/^(?:[\s\S]*?--(~)?\}\})/,/^(?:\()/,/^(?:\))/,/^(?:\{\{\{\{)/,/^(?:\}\}\}\})/,/^(?:\{\{(~)?>)/,/^(?:\{\{(~)?#>)/,/^(?:\{\{(~)?#\*?)/,/^(?:\{\{(~)?\/)/,/^(?:\{\{(~)?\^\s*(~)?\}\})/,/^(?:\{\{(~)?\s*else\s*(~)?\}\})/,/^(?:\{\{(~)?\^)/,/^(?:\{\{(~)?\s*else\b)/,/^(?:\{\{(~)?\{)/,/^(?:\{\{(~)?&)/,/^(?:\{\{(~)?!--)/,/^(?:\{\{(~)?![\s\S]*?\}\})/,/^(?:\{\{(~)?\*?)/,/^(?:=)/,/^(?:\.\.)/,/^(?:\.(?=([=~}\s\/.)|])))/,/^(?:[\/.])/,/^(?:\s+)/,/^(?:\}(~)?\}\})/,/^(?:(~)?\}\})/,/^(?:"(\\["]|[^"])*")/,/^(?:'(\\[']|[^'])*')/,/^(?:@)/,/^(?:true(?=([~}\s)])))/,/^(?:false(?=([~}\s)])))/,/^(?:undefined(?=([~}\s)])))/,/^(?:null(?=([~}\s)])))/,/^(?:-?[0-9]+(?:\.[0-9]+)?(?=([~}\s)])))/,/^(?:as\s+\|)/,/^(?:\|)/,/^(?:([^\s!"#%-,\.\/;->@\[-\^`\{-~]+(?=([=~}\s\/.)|]))))/,/^(?:\[(\\\]|[^\]])*\])/,/^(?:.)/,/^(?:$)/],n.conditions={mu:{rules:[7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44],inclusive:!1},emu:{rules:[2],inclusive:!1},com:{rules:[6],inclusive:!1},raw:{rules:[3,4,5],inclusive:!1},INITIAL:{rules:[0,1,44],inclusive:!0}},n})();t.lexer=e;function r(){this.yy={}}return i(r,"Parser"),r.prototype=t,t.Parser=r,new r})();d4.default=cs0;Zpe.exports=d4.default});var m4=m((f4,nAe)=>{"use strict";f4.__esModule=!0;function us0(t){return t&&t.__esModule?t:{default:t}}i(us0,"_interopRequireDefault");var ps0=rn(),pQ=us0(ps0);function b4(){this.parents=[]}i(b4,"Visitor");b4.prototype={constructor:b4,mutating:!1,acceptKey:i(function(e,r){var n=this.accept(e[r]);if(this.mutating){if(n&&!b4.prototype[n.type])throw new pQ.default('Unexpected node type "'+n.type+'" found when accepting '+r+" on "+e.type);e[r]=n}},"acceptKey"),acceptRequired:i(function(e,r){if(this.a
`])}),e},"merge"),each:i(function(e){for(var r=0,n=this.source.length;r<n;r++)e(this.source[r])},"each"),empty:i(function(){var e=this.currentLocation||{start:{}};return new Ep(e.start.line,e.start.column,this.srcFile)},"empty"),wrap:i(function(e){var r=arguments.length<=1||arguments[1]===void 0?this.currentLocation||{start:{}}:arguments[1];return e instanceof Ep?e:(e=SQ(e,this,r),new Ep(r.start.line,r.start.column,this.srcFile,e))},"wrap"),functionCall:i(function(e,r,n){return n=this.generateList(n),this.wrap([e,r?"."+r+"(":"(",n,")"])},"functionCall"),quotedString:i(function(e){return'"'+(e+"").replace(/\\/g,"\\\\").replace(/"/g,'\\"').replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")+'"'},"quotedString"),objectLiteral:i(function(e){var r=this,n=[];Object.keys(e).forEach(function(s){var a=SQ(e[s],r);a!=="undefined"&&n.push([r.quotedString(s),":",a])});var o=this.generateList(n);return o.prepend("{"),o.add("}"),o},"objectLiteral"),generateList:i(function(e){for(var r=this.empty(),n=0,o=e.length;n<o;n++)n&&r.add(","),r.add(SQ(e[n],this));return r},"generateList"),generateArray:i(function(e){var r=this.generateList(e);return r.prepend("["),r.add("]"),r},"generateArray")};B4.default=LAe;QAe.exports=B4.default});var HAe=m((q4,GAe)=>{"use strict";q4.__esModule=!0;function UAe(t){return t&&t.__esModule?t:{default:t}}i(UAe,"_interopRequireDefault");var PAe=i4(),ai0=rn(),WQ=UAe(ai0),ci0=Yt(),ui0=_Ae(),kAe=UAe(ui0);function R2(t){this.value=t}i(R2,"Literal");function N2(){}i(N2,"JavaScriptCompiler");N2.prototype={nameLookup:i(function(e,r){return this.internalNameLookup(e,r)},"nameLookup"),depthedLookup:i(function(e){return[this.aliasable("container.lookup"),"(depths, ",JSON.stringify(e),")"]},"depthedLookup"),compilerInfo:i(function(){var e=PAe.COMPILER_REVISION,r=PAe.REVISION_CHANGES[e];return[e,r]},"compilerInfo"),appendToBuffer:i(function(e,r,n){return ci0.isArray(e)||(e=[e]),e=this.source.wrap(e,r),this.environment.isSimple?["return ",e,";"]:n?["buffer += ",e,";"]:(e.appendToBuffer=!0,e)},"appendToBuffer"),initializeBuffer:i(function(){return this.quotedString("")},"initializeBuffer"),internalNameLookup:i(function(e,r){return this.lookupPropertyFunctionIsUsed=!0,["lookupProperty(",e,",",JSON.stringify(r),")"]},"internalNameLookup"),lookupPropertyFunctionIsUsed:!1,compile:i(function(e,r,n,o){this.environment=e,this.options=r,this.stringParams=this.options.stringParams,this.trackIds=this.options.trackIds,this.precompile=!o,this.name=this.environment.name,this.isChild=!!n,this.context=n||{decorators:[],programs:[],environments:[]},this.preamble(),this.stackSlot=0,this.stackVars=[],this.aliases={},this.registers={list:[]},this.hashes=[],this.compileStack=[],this.inlineStack=[],this.blockParams=[],this.compileChildren(e,r),this.useDepths=this.useDepths||e.useDepths||e.useDecorators||this.options.compat,this.useBlockParams=this.useBlockParams||e.useBlockParams;var s=e.opcodes,a=void 0,c=void 0,u=void 0,p=void 0;for(u=0,p=s.length;u<p;u++)a=s[u],this.source.currentLocation=a.loc,c=c||a.loc,this[a.opcode].apply(this,a.args);if(this.source.currentLocation=c,this.pushSource(""),this.stackSlot||this.inlineStack.length||this.compileStack.length)throw new WQ.default("Compile completed with content left on stack");this.decorators.isEmpty()?this.decorators=void 0:(this.useDecorators=!0,this.decorators.prepend(["var decorators = container.decorators, ",this.lookupPropertyFunctionVarDeclaration(),`;
`]),this.decorators.push("return fn;"),o?this.decorators=Function.apply(this,["fn","props","container","depth0","data","blockParams","depths",this.decorators.merge()]):(this.decorators.prepend(`function(fn, props, container, depth0, data, blockParams, depths) {
`),this.decorators.push(`}
`),this.decorators=this.decorators.merge()));var A=this.createFunctionContext(o);if(this.isChild)return A;var l={compiler:this.compilerInfo(),main:A};this.decorators&&(l.main_d=this.decorators,l.useDecorators=!0);var b=this.context,f=b.programs,z=b.decorators;for(u=0,p=f.length;u<p;u++)l[u]=f[u],z[u]&&(l[u+"_d"]=z[u],l.useDecorators=!0);return this.environment.usePartial&&(l.usePartial=!0),this.options.data&&(l.useData=!0),this.useDepths&&(l.useDepths=!0),this.useBlockParams&&(l.useBlockParams=!0),this.options.compat&&(l.compat=!0),o?l.compilerOptions=this.options:(l.compiler=JSON.stringify(l.compiler),this.source.currentLocation={start:{line:1,column:0}},l=this.objectLiteral(l),r.srcName?(l=l.toStringWithSourceMap({file:r.destName}),l.map=l.map&&l.map.toString()):l=l.toString()),l},"compile"),preamble:i(function(){this.lastContext=0,this.source=new kAe.default(this.options.srcName),this.decorators=new kAe.default(this.options.srcName)},"preamble"),createFunctionContext:i(function(e){var r=this,n="",o=this.stackVars.concat(this.registers.list);o.length>0&&(n+=", "+o.join(", "));var s=0;Object.keys(this.aliases).forEach(function(u){var p=r.aliases[u];p.children&&p.referenceCount>1&&(n+=", alias"+ ++s+"="+u,p.children[0]="alias"+s)}),this.lookupPropertyFunctionIsUsed&&(n+=", "+this.lookupPropertyFunctionVarDeclaration());var a=["container","depth0","helpers","partials","data"];(this.useBlockParams||this.useDepths)&&a.push("blockParams"),this.useDepths&&a.push("depths");var c=this.mergeSource(n);return e?(a.push(c),Function.apply(this,a)):this.source.wrap(["function(",a.join(","),`) {
`,c,"}"])},"createFunctionContext"),mergeSource:i(function(e){var r=this.environment.isSimple,n=!this.forceBuffer,o=void 0,s=void 0,a=void 0,c=void 0;return this.source.each(function(u){u.appendToBuffer?(a?u.prepend(" + "):a=u,c=u):(a&&(s?a.prepend("buffer += "):o=!0,c.add(";"),a=c=void 0),s=!0,r||(n=!1))}),n?a?(a.prepend("return "),c.add(";")):s||this.source.push('return "";'):(e+=", buffer = "+(o?"":this.initializeBuffer()),a?(a.prepend("return buffer + "),c.add(";")):this.source.push("return buffer;")),e&&this.source.prepend("var "+e.substring(2)+(o?"":`;
`)),this.source.merge()},"mergeSource"),lookupPropertyFunctionVarDeclaration:i(function(){return`
lookupProperty = container.lookupProperty || function(parent, propertyName) {
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
return parent[propertyName];
}
return undefined
}
`.trim()},"lookupPropertyFunctionVarDeclaration"),blockValue:i(function(e){var r=this.aliasable("container.hooks.blockHelperMissing"),n=[this.contextName(0)];this.setupHelperArgs(e,0,n);var o=this.popStack();n.splice(1,0,o),this.push(this.source.functionCall(r,"call",n))},"blockValue"),ambiguousBlockValue:i(function(){var e=this.aliasable("container.hooks.blockHelperMissing"),r=[this.contextName(0)];this.setupHelperArgs("",0,r,!0),this.flushInline();var n=this.topStack();r.splice(1,0,n),this.pushSource(["if (!",this.lastHelper,") { ",n," = ",this.source.functionCall(e,"call",r),"}"])},"ambiguousBlockValue"),appendContent:i(function(e){this.pendingContent?e=this.pendingContent+e:this.pendingLocation=this.source.currentLocation,this.pendingContent=e},"appendContent"),append:i(function(){if(this.isInline())this.replaceStack(function(r){return[" != null ? ",r,' : ""']}),this.pushSource(this.appendToBuffer(this.popStack()));else{var e=this.popStack();this.pushSource(["if (",e," != null) { ",this.appendToBuffer(e,void 0,!0)," }"]),this.environment.isSimple&&this.pushSource(["else { ",this.appendToBuffer("''",void 0,!0)," }"])}},"append"),appendEscaped:i(function(){this.pushSource(this.appendToBuffer([this.aliasable("container.escapeExpression"),"(",this.popStack(),")"]))},"appendEscaped"),getContext:i(function(e){this.lastContext=e},"getContext"),pushContext:i(function(){this.pushStackLiteral(this.contextName(this.lastContext))},"pushContext"),lookupOnContext:i(function(e,r,n,o){var s=0;!o&&this.options.compat&&!this.lastContext?this.push(this.depthedLookup(e[s++])):this.pushContext(),this.resolvePath("context",e,s,r,n)},"lookupOnContext"),lookupBlockParam:i(function(e,r){this.useBlockParams=!0,this.push(["blockParams[",e[0],"][",e[1],"]"]),this.resolvePath("context",r,1)},"lookupBlockParam"),lookupData:i(function(e,r,n){e?this.pushStackLiteral("container.data(data, "+e+")"):this.pushStackLiteral("data"),this.resolvePath("data",r,0,!0,n)},"lookupData"),resolvePath:i(function(e,r,n,o,s){var a=this;if(this.options.strict||this.options.assumeObjects){this.push(pi0(this.options.strict&&s,this,r,n,e));return}for(var c=r.length,u=i(function(A){a.replaceStack(function(l){var b=a.nameLookup(l,r[A],e);return o?[" && ",b]:[" != null ? ",b," : ",l]})},"_loop"),p=n;p<c;p++)u(p)},"resolvePath"),resolvePossibleLambda:i(function(){this.push([this.aliasable("container.lambda"),"(",this.popStack(),", ",this.contextName(0),")"])},"resolvePossibleLambda"),pushStringParam:i(function(e,r){this.pushContext(),this.pushString(r),r!=="SubExpression"&&(typeof e=="string"?this.pushString(e):this.pushStackLiteral(e))},"pushStringParam"),emptyHash:i(function(e){this.trackIds&&this.push("{}"),this.stringParams&&(this.push("{}"),this.push("{}")),this.pushStackLiteral(e?"undefined":"{}")},"emptyHash"),pushHash:i(function(){this.hash&&this.hashes.push(this.hash),this.hash={values:{},types:[],contexts:[],ids:[]}},"pushHash"),popHash:i(function(){var e=this.hash;this.hash=this.hashes.pop(),this.trackIds&&this.push(this.objectLiteral(e.ids)),this.stringParams&&(this.push(this.objectLiteral(e.contexts)),this.push(this.objectLiteral(e.types))),this.push(this.objectLiteral(e.values))},"popHash"),pushString:i(function(e){this.pushStackLiteral(this.quotedString(e))},"pushString"),pushLiteral:i(function(e){this.pushStackLiteral(e)},"pushLiteral"),pushProgram:i(function(e){e!=null?this.pushStackLiteral(this.programExpression(e)):this.pushStackLiteral(null)},"pushProgram"),registerDecorator:i(function(e,r){var n=this.nameLookup("decorators",r,"decorator"),o=this.setupHelperArgs(r,e);this.decorators.push(["var decorator = ",n,";"]),this.decorators.push(['if (typeof decorator !== "function") { throw new Error(',this.quotedString('Missing decorator: "'+r+'"'),"); }"]),this.decorators.push(["fn = ",this.decorators.functionCall("decorator","",["fn","props","container",o])," || fn;"])},"registerDecorator"),invokeHelper:i(function(e,r,n){var o=this.popStack(),s=this.setupHelper(e,r),a=[];n&&a.push(s.name),a.push(o),this.options.strict||a.push(this.aliasable("container.hoo
`,e};A1.prototype.Program=function(t){var e="",r=t.body,n=void 0,o=void 0;if(t.blockParams){var s="BLOCK PARAMS: [";for(n=0,o=t.blockParams.length;n<o;n++)s+=" "+t.blockParams[n];s+=" ]",e+=this.pad(s)}for(n=0,o=r.length;n<o;n++)e+=this.accept(r[n]);return this.padding--,e};A1.prototype.MustacheStatement=function(t){return this.pad("{{ "+this.SubExpression(t)+" }}")};A1.prototype.Decorator=function(t){return this.pad("{{ DIRECTIVE "+this.SubExpression(t)+" }}")};A1.prototype.BlockStatement=A1.prototype.DecoratorBlock=function(t){var e="";return e+=this.pad((t.type==="DecoratorBlock"?"DIRECTIVE ":"")+"BLOCK:"),this.padding++,e+=this.pad(this.SubExpression(t)),t.program&&(e+=this.pad("PROGRAM:"),this.padding++,e+=this.accept(t.program),this.padding--),t.inverse&&(t.program&&this.padding++,e+=this.pad("{{^}}"),this.padding++,e+=this.accept(t.inverse),this.padding--,t.program&&this.padding--),this.padding--,e};A1.prototype.PartialStatement=function(t){var e="PARTIAL:"+t.name.original;return t.params[0]&&(e+=" "+this.accept(t.params[0])),t.hash&&(e+=" "+this.accept(t.hash)),this.pad("{{> "+e+" }}")};A1.prototype.PartialBlockStatement=function(t){var e="PARTIAL BLOCK:"+t.name.original;return t.params[0]&&(e+=" "+this.accept(t.params[0])),t.hash&&(e+=" "+this.accept(t.hash)),e+=" "+this.pad("PROGRAM:"),this.padding++,e+=this.accept(t.program),this.padding--,this.pad("{{> "+e+" }}")};A1.prototype.ContentStatement=function(t){return this.pad("CONTENT[ '"+t.value+"' ]")};A1.prototype.CommentStatement=function(t){return this.pad("{{! '"+t.value+"' }}")};A1.prototype.SubExpression=function(t){for(var e=t.params,r=[],n=void 0,o=0,s=e.length;o<s;o++)r.push(this.accept(e[o]));return e="["+r.join(", ")+"]",n=t.hash?" "+this.accept(t.hash):"",this.accept(t.path)+" "+e+n};A1.prototype.PathExpression=function(t){var e=t.parts.join("/");return(t.data?"@":"")+"PATH:"+e};A1.prototype.StringLiteral=function(t){return'"'+t.value+'"'};A1.prototype.NumberLiteral=function(t){return"NUMBER{"+t.value+"}"};A1.prototype.BooleanLiteral=function(t){return"BOOLEAN{"+t.value+"}"};A1.prototype.UndefinedLiteral=function(){return"UNDEFINED"};A1.prototype.NullLiteral=function(){return"NULL"};A1.prototype.Hash=function(t){for(var e=t.pairs,r=[],n=0,o=e.length;n<o;n++)r.push(this.accept(e[n]));return"HASH{"+r.join(", ")+"}"};A1.prototype.HashPair=function(t){return t.key+"="+this.accept(t.value)}});var vQ=m((Wt1,KAe)=>{var R4=YAe().default,$Ae=JAe();R4.PrintVisitor=$Ae.PrintVisitor;R4.print=$Ae.print;KAe.exports=R4;function jAe(t,e){var r=require("fs"),n=r.readFileSync(e,"utf8");t.exports=R4.compile(n)}i(jAe,"extension");typeof require<"u"&&require.extensions&&(require.extensions[".handlebars"]=jAe,require.extensions[".hbs"]=jAe)});var x4=m(Bc=>{"use strict";Object.defineProperty(Bc,"__esModule",{value:!0});Bc.Signature=Bc.Envelope=void 0;Bc.Envelope={fromJSON(t){return{payload:W4(t.payload)?Buffer.from(cle(t.payload)):Buffer.alloc(0),payloadType:W4(t.payloadType)?globalThis.String(t.payloadType):"",signatures:globalThis.Array.isArray(t?.signatures)?t.signatures.map(e=>Bc.Signature.fromJSON(e)):[]}},toJSON(t){let e={};return t.payload.length!==0&&(e.payload=ule(t.payload)),t.payloadType!==""&&(e.payloadType=t.payloadType),t.signatures?.length&&(e.signatures=t.signatures.map(r=>Bc.Signature.toJSON(r))),e}};Bc.Signature={fromJSON(t){return{sig:W4(t.sig)?Buffer.from(cle(t.sig)):Buffer.alloc(0),keyid:W4(t.keyid)?globalThis.String(t.keyid):""}},toJSON(t){let e={};return t.sig.length!==0&&(e.sig=ule(t.sig)),t.keyid!==""&&(e.keyid=t.keyid),e}};function cle(t){return Uint8Array.from(globalThis.Buffer.from(t,"base64"))}i(cle,"bytesFromBase64");function ule(t){return globalThis.Buffer.from(t).toString("base64")}i(ule,"base64FromBytes");function W4(t){return t!=null}i(W4,"isSet")});var Ale=m(T4=>{"use strict";Object.defineProperty(T4,"__esModule",{value:!0});T4.Timestamp=void 0;T4.Timestamp={fromJSON(t){return{seconds:ple(t.seconds)?globalThis.String(t.seconds):"0",nanos:ple(t.nanos)?globalThis.Number(t.nanos):0}},toJSON(t){let e={};return t.seconds!=="0"&&(e.seconds=t.s
2026-05-22 12:36:07 +00:00
`).join(`
`+s),t.push(o+"m+"+gB.exports.humanize(this.diff)+"\x1B[0m")}else t[0]=rp0()+e+" "+t[0]}i(tp0,"formatArgs");function rp0(){return nt.inspectOpts.hideDate?"":new Date().toISOString()+" "}i(rp0,"getDate");function np0(...t){return process.stderr.write(OB.formatWithOptions(nt.inspectOpts,...t)+`
`)}i(np0,"log");function op0(t){t?process.env.DEBUG=t:delete process.env.DEBUG}i(op0,"save");function sp0(){return process.env.DEBUG}i(sp0,"load");function ip0(t){t.inspectOpts={};let e=Object.keys(nt.inspectOpts);for(let r=0;r<e.length;r++)t.inspectOpts[e[r]]=nt.inspectOpts[e[r]]}i(ip0,"init");gB.exports=P8()(nt);var{formatters:L2e}=gB.exports;L2e.o=function(t){return this.inspectOpts.colors=this.useColors,OB.inspect(t,this.inspectOpts).split(`
`).map(e=>e.trim()).join(" ")};L2e.O=function(t){return this.inspectOpts.colors=this.useColors,OB.inspect(t,this.inspectOpts)}});var U8=m((To1,k8)=>{typeof process>"u"||process.type==="renderer"||process.browser===!0||process.__nwjs?k8.exports=v2e():k8.exports=Q2e()});var CB=m(l1=>{"use strict";Object.defineProperty(l1,"__esModule",{value:!0});l1.DownloadHTTPError=l1.DownloadLengthMismatchError=l1.DownloadError=l1.ExpiredMetadataError=l1.EqualVersionError=l1.BadVersionError=l1.RepositoryError=l1.PersistError=l1.RuntimeError=l1.ValueError=void 0;var G8=class extends Error{static{i(this,"ValueError")}};l1.ValueError=G8;var H8=class extends Error{static{i(this,"RuntimeError")}};l1.RuntimeError=H8;var X8=class extends Error{static{i(this,"PersistError")}};l1.PersistError=X8;var wm=class extends Error{static{i(this,"RepositoryError")}};l1.RepositoryError=wm;var EB=class extends wm{static{i(this,"BadVersionError")}};l1.BadVersionError=EB;var V8=class extends EB{static{i(this,"EqualVersionError")}};l1.EqualVersionError=V8;var Y8=class extends wm{static{i(this,"ExpiredMetadataError")}};l1.ExpiredMetadataError=Y8;var Sm=class extends Error{static{i(this,"DownloadError")}};l1.DownloadError=Sm;var J8=class extends Sm{static{i(this,"DownloadLengthMismatchError")}};l1.DownloadLengthMismatchError=J8;var j8=class extends Sm{static{i(this,"DownloadHTTPError")}statusCode;constructor(e,r){super(e),this.statusCode=r}};l1.DownloadHTTPError=j8});var P2e=m(j2=>{"use strict";var K8=j2&&j2.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(j2,"__esModule",{value:!0});j2.withTempFile=void 0;var $8=K8(require("fs/promises")),ap0=K8(require("os")),_2e=K8(require("path")),cp0=i(async t=>up0(async e=>t(_2e.default.join(e,"tempfile"))),"withTempFile");j2.withTempFile=cp0;var up0=i(async t=>{let e=await $8.default.realpath(ap0.default.tmpdir()),r=await $8.default.mkdtemp(e+_2e.default.sep);try{return await t(r)}finally{await $8.default.rm(r,{force:!0,recursive:!0,maxRetries:3})}},"withTempDir")});var U2e=m((Po1,k2e)=>{var Z8=class{static{i(this,"RetryOperation")}#e=1;#t=null;#n=[];#r=null;#o;#s=null;#a;#i;#u=null;#c;constructor(e,r={}){this.#a=[...e],this.#i=[...e],this.#c=r.unref,this.#o=r.maxRetryTime||1/0,r.forever&&(this.#t=[...this.#i])}get timeouts(){return[...this.#i]}get errors(){return[...this.#n]}get attempts(){return this.#e}get mainError(){let e=null;if(this.#n.length){let r=0,n={};for(let o=0;o<this.#n.length;o++){let s=this.#n[o],{message:a}=s;n[a]||(n[a]=0),n[a]++,n[a]>=r&&(e=s,r=n[a])}}return e}reset(){this.#e=1,this.#i=[...this.#a]}stop(){this.#u&&clearTimeout(this.#u),this.#i=[],this.#t=null}retry(e){if(this.#n.push(e),new Date().getTime()-this.#s>=this.#o)return this.#n.unshift(new Error("RetryOperation timeout occurred")),!1;let r=this.#i.shift();if(r===void 0)if(this.#t)this.#n.pop(),r=this.#t.at(-1);else return!1;return this.#u=setTimeout(()=>{this.#e++,this.#r(this.#e)},r),this.#c&&this.#u.unref(),!0}attempt(e){this.#r=e,this.#s=new Date().getTime(),this.#r(this.#e)}};k2e.exports={RetryOperation:Z8}});var X2e=m((Uo1,H2e)=>{var{RetryOperation:pp0}=U2e(),G2e=i((t,e)=>Math.min(Math.round((1+(e.randomize?Math.random():0))*Math.max(e.minTimeout,1)*Math.pow(e.factor,t)),e.maxTimeout),"createTimeout"),Ap0=i(t=>t?.code==="EPROMISERETRY"&&Object.hasOwn(t,"retried"),"isRetryError"),lp0=i(async(t,e={})=>{let r=[];if(e instanceof Array)r=[...e];else{e.retries===1/0&&(e.forever=!0,delete e.retries);let o={retries:10,factor:2,minTimeout:1*1e3,maxTimeout:1/0,randomize:!1,...e};if(o.minTimeout>o.maxTimeout)throw new Error("minTimeout is greater than maxTimeout");if(o.retries){for(let s=0;s<o.retries;s++)r.push(G2e(s,o));r.sort((s,a)=>s-a)}else e.forever&&r.push(G2e(0,o))}let n=new pp0(r,{forever:e.forever,unref:e.unref,maxRetryTime:e.maxRetryTime});return new Promise(function(o,s){n.attempt(async a=>{try{let c=await t(u=>{throw Object.assign(new Error("Retrying"),{code:"EPROMISERETRY",retried:u})},a,n);return o(c)}catch(c){if(!Ap0(c))return s(c);if(!n.retry(c.retried||new Error))return s(c.retried)}})})},"
`).forEach(r=>{r.match(yA0)||r.match(BA0)||(e+=r)}),Buffer.from(e,"base64")}i(qA0,"toDER");function DA0(t,e="CERTIFICATE"){let n=t.toString("base64").match(/.{1,64}/g)||"";return[`-----BEGIN ${e}-----`,...n,`-----END ${e}-----`].join(`
`).concat(`
`)}i(DA0,"fromDER")});var _B=m(vc=>{"use strict";Object.defineProperty(vc,"__esModule",{value:!0});vc.SHA2_HASH_ALGOS=vc.RSA_SIGNATURE_ALGOS=vc.ECDSA_SIGNATURE_ALGOS=void 0;vc.ECDSA_SIGNATURE_ALGOS={"1.2.840.10045.4.3.1":"sha224","1.2.840.10045.4.3.2":"sha256","1.2.840.10045.4.3.3":"sha384","1.2.840.10045.4.3.4":"sha512"};vc.RSA_SIGNATURE_ALGOS={"1.2.840.113549.1.1.14":"sha224","1.2.840.113549.1.1.11":"sha256","1.2.840.113549.1.1.12":"sha384","1.2.840.113549.1.1.13":"sha512"};vc.SHA2_HASH_ALGOS={"2.16.840.1.101.3.4.2.1":"sha256","2.16.840.1.101.3.4.2.2":"sha384","2.16.840.1.101.3.4.2.3":"sha512"}});var q_=m(PB=>{"use strict";Object.defineProperty(PB,"__esModule",{value:!0});PB.RFC3161TimestampVerificationError=void 0;var B_=class extends Error{static{i(this,"RFC3161TimestampVerificationError")}};PB.RFC3161TimestampVerificationError=B_});var yde=m(Ys=>{"use strict";var IA0=Ys&&Ys.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r);var o=Object.getOwnPropertyDescriptor(e,r);(!o||("get"in o?!e.__esModule:o.writable||o.configurable))&&(o={enumerable:!0,get:i(function(){return e[r]},"get")}),Object.defineProperty(t,n,o)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),RA0=Ys&&Ys.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),NA0=Ys&&Ys.__importStar||(function(){var t=i(function(e){return t=Object.getOwnPropertyNames||function(r){var n=[];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(n[n.length]=o);return n},t(e)},"ownKeys");return function(e){if(e&&e.__esModule)return e;var r={};if(e!=null)for(var n=t(e),o=0;o<n.length;o++)n[o]!=="default"&&IA0(r,e,n[o]);return RA0(r,e),r}})();Object.defineProperty(Ys,"__esModule",{value:!0});Ys.TSTInfo=void 0;var Cde=NA0(rd()),wA0=_B(),SA0=q_(),D_=class{static{i(this,"TSTInfo")}root;constructor(e){this.root=e}get version(){return this.root.subs[0].toInteger()}get genTime(){return this.root.subs[4].toDate()}get messageImprintHashAlgorithm(){let e=this.messageImprintObj.subs[0].subs[0].toOID();return wA0.SHA2_HASH_ALGOS[e]}get messageImprintHashedMessage(){return this.messageImprintObj.subs[1].value}get raw(){return this.root.toDER()}verify(e){let r=Cde.digest(this.messageImprintHashAlgorithm,e);if(!Cde.bufferEqual(r,this.messageImprintHashedMessage))throw new SA0.RFC3161TimestampVerificationError("message imprint does not match artifact")}get messageImprintObj(){return this.root.subs[2]}};Ys.TSTInfo=D_});var qde=m(Js=>{"use strict";var FA0=Js&&Js.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r);var o=Object.getOwnPropertyDescriptor(e,r);(!o||("get"in o?!e.__esModule:o.writable||o.configurable))&&(o={enumerable:!0,get:i(function(){return e[r]},"get")}),Object.defineProperty(t,n,o)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),WA0=Js&&Js.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),xA0=Js&&Js.__importStar||(function(){var t=i(function(e){return t=Object.getOwnPropertyNames||function(r){var n=[];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(n[n.length]=o);return n},t(e)},"ownKeys");return function(e){if(e&&e.__esModule)return e;var r={};if(e!=null)for(var n=t(e),o=0;o<n.length;o++)n[o]!=="default"&&FA0(r,e,n[o]);return WA0(r,e),r}})();Object.defineProperty(Js,"__esModule",{value:!0});Js.RFC3161Timestamp=void 0;var TA0=vB(),I_=xA0(rd()),Bde=_B(),Lm=q_(),vA0=yde(),LA0="1.2.840.113549.1.7.2",QA0="1.2.840.113549.1.9.16.1.4",_A0="1.2.840.113549.1.9.4",R_=class t{static{i(this,"RFC3161Timestamp")}root;constructor(e){this.root=e}static parse(e){let r=TA0.ASN1Obj.parseBuffer(e);return new t(r)}get status(){return this.pkiStatusInfoObj.subs[0].toInteger()}get contentType(){return this.contentTypeObj.toOID()}get eContentType(){return this.eContentTypeObj.toOID()}get signingTime(){return this.tstInfo.genTime}get signerIssuer(){return this.signerSidObj.subs[0].value}get signerSerialNumber(){return this.signerSidObj.subs[1].value}get signerDigestAlgorith
2026-05-22 12:36:07 +00:00
`,i20=/\u2014 (\S+) (\S+)\n/g;function a20(t,e){let r=t.inclusionProof,n=sP.fromString(r.checkpoint.envelope),o=aq.fromString(n.note);if(!c20(n,e))throw new Um.VerificationError({code:"TLOG_INCLUSION_PROOF_ERROR",message:"invalid checkpoint signature"});return o}i(a20,"verifyCheckpoint");function c20(t,e){let r=Buffer.from(t.note,"utf-8");return t.signatures.some(n=>{let o=e.find(s=>ibe.crypto.bufferEqual(s.logID.subarray(0,4),n.keyHint)&&s.baseURL.match(n.name));return o?ibe.crypto.verify(r,o.publicKey,n.signature):!1})}i(c20,"verifySignedNote");var sP=class t{static{i(this,"SignedNote")}note;signatures;constructor(e,r){this.note=e,this.signatures=r}static fromString(e){if(!e.includes(oP))throw new Um.VerificationError({code:"TLOG_INCLUSION_PROOF_ERROR",message:"missing checkpoint separator"});let r=e.indexOf(oP),n=e.slice(0,r+1),s=e.slice(r+oP.length).matchAll(i20),a=Array.from(s,c=>{let[,u,p]=c,A=Buffer.from(p,"base64");if(A.length<5)throw new Um.VerificationError({code:"TLOG_INCLUSION_PROOF_ERROR",message:"malformed checkpoint signature"});return{name:u,keyHint:A.subarray(0,4),signature:A.subarray(4)}});if(a.length===0)throw new Um.VerificationError({code:"TLOG_INCLUSION_PROOF_ERROR",message:"no signatures found in checkpoint"});return new t(n,a)}},aq=class t{static{i(this,"LogCheckpoint")}origin;logSize;logHash;rest;constructor(e,r,n,o){this.origin=e,this.logSize=r,this.logHash=n,this.rest=o}static fromString(e){let r=e.trimEnd().split(`
`);if(r.length<3)throw new Um.VerificationError({code:"TLOG_INCLUSION_PROOF_ERROR",message:"too few lines in checkpoint header"});let n=r[0],o=BigInt(r[1]),s=Buffer.from(r[2],"base64"),a=r.slice(3);return new t(n,o,s,a)}};Gm.LogCheckpoint=aq});var cbe=m(uP=>{"use strict";Object.defineProperty(uP,"__esModule",{value:!0});uP.verifyMerkleInclusion=A20;var cP=Ro(),iP=It(),u20=Buffer.from([0]),p20=Buffer.from([1]);function A20(t,e){let r=t.inclusionProof,n=BigInt(r.logIndex),o=BigInt(e.logSize);if(n<0n||n>=o)throw new iP.VerificationError({code:"TLOG_INCLUSION_PROOF_ERROR",message:`invalid index: ${n}`});let{inner:s,border:a}=l20(n,o);if(r.hashes.length!==s+a)throw new iP.VerificationError({code:"TLOG_INCLUSION_PROOF_ERROR",message:"invalid hash count"});let c=r.hashes.slice(0,s),u=r.hashes.slice(s),p=h20(t.canonicalizedBody),A=b20(d20(p,c,n),u);if(!cP.crypto.bufferEqual(A,e.logHash))throw new iP.VerificationError({code:"TLOG_INCLUSION_PROOF_ERROR",message:"calculated root hash does not match inclusion proof"})}i(A20,"verifyMerkleInclusion");function l20(t,e){let r=M20(t,e),n=f20(t>>BigInt(r));return{inner:r,border:n}}i(l20,"decompInclProof");function d20(t,e,r){return e.reduce((n,o,s)=>r>>BigInt(s)&BigInt(1)?aP(o,n):aP(n,o),t)}i(d20,"chainInner");function b20(t,e){return e.reduce((r,n)=>aP(n,r),t)}i(b20,"chainBorderRight");function M20(t,e){return m20(t^e-BigInt(1))}i(M20,"innerProofSize");function f20(t){return t.toString(2).split("1").length-1}i(f20,"onesCount");function m20(t){return t===0n?0:t.toString(2).length}i(m20,"bitLength");function aP(t,e){return cP.crypto.digest("sha256",p20,t,e)}i(aP,"hashChildren");function h20(t){return cP.crypto.digest("sha256",u20,t)}i(h20,"hashLeaf")});var pbe=m(pP=>{"use strict";Object.defineProperty(pP,"__esModule",{value:!0});pP.verifyTLogSET=g20;var ube=Ro(),z20=It(),O20=sd();function g20(t,e){if(!(0,O20.filterTLogAuthorities)(e,{logID:t.logId.keyId,targetDate:new Date(Number(t.integratedTime)*1e3)}).some(o=>{let s=E20(t),a=Buffer.from(ube.json.canonicalize(s),"utf8"),c=t.inclusionPromise.signedEntryTimestamp;return ube.crypto.verify(a,o.publicKey,c)}))throw new z20.VerificationError({code:"TLOG_INCLUSION_PROMISE_ERROR",message:"inclusion promise could not be verified"})}i(g20,"verifyTLogSET");function E20(t){let{integratedTime:e,logIndex:r,logId:n,canonicalizedBody:o}=t;return{body:o.toString("base64"),integratedTime:Number(e),logIndex:Number(r),logID:n.keyId.toString("hex")}}i(E20,"toVerificationPayload")});var lbe=m(cq=>{"use strict";Object.defineProperty(cq,"__esModule",{value:!0});cq.verifyTLogBody=D20;cq.verifyTLogInclusion=I20;var Abe=rbe(),dP=It(),AP=nbe(),lP=obe(),C20=sbe(),y20=abe(),B20=cbe(),q20=pbe();function D20(t,e){let{kind:r,version:n}=t.kindVersion,o=JSON.parse(t.canonicalizedBody.toString("utf8"));if(r!==o.kind||n!==o.apiVersion)throw new dP.VerificationError({code:"TLOG_BODY_ERROR",message:`kind/version mismatch - expected: ${r}/${n}, received: ${o.kind}/${o.apiVersion}`});switch(r){case"dsse":if(n==AP.DSSE_API_VERSION_V1)return(0,AP.verifyDSSETLogBody)(o,e);{let s=Abe.Entry.fromJSON(o);return(0,AP.verifyDSSETLogBodyV2)(s,e)}case"intoto":return(0,C20.verifyIntotoTLogBody)(o,e);case"hashedrekord":if(n==lP.HASHEDREKORD_API_VERSION_V1)return(0,lP.verifyHashedRekordTLogBody)(o,e);{let s=Abe.Entry.fromJSON(o);return(0,lP.verifyHashedRekordTLogBodyV2)(s,e)}default:throw new dP.VerificationError({code:"TLOG_BODY_ERROR",message:`unsupported kind: ${r}`})}}i(D20,"verifyTLogBody");function I20(t,e){let r=!1;if(R20(t)&&((0,q20.verifyTLogSET)(t,e),r=!0),N20(t)){let n=(0,y20.verifyCheckpoint)(t,e);(0,B20.verifyMerkleInclusion)(t,n),r=!0}if(!r)throw new dP.VerificationError({code:"TLOG_MISSING_INCLUSION_ERROR",message:"inclusion could not be verified"})}i(I20,"verifyTLogInclusion");function R20(t){return t.inclusionPromise!==void 0}i(R20,"isTLogEntryWithInclusionPromise");function N20(t){return t.inclusionProof!==void 0}i(N20,"isTLogEntryWithInclusionProof")});var mbe=m(uq=>{"use strict";Object.defineProperty(uq,"__esModule",{value:!0});uq.Verifier=void 0;var w20=require("util"),
[`+D+"] ";for(F in arguments[0])s(arguments[0],F)&&(C+=F+": "+arguments[0][F]+", ");C=C.slice(0,-2)}else C=arguments[D];O.push(C)}Q(d+`
2026-06-29 15:01:08 +02:00
Arguments: `+Array.prototype.slice.call(O).join("")+`
`+new Error().stack),h=!1}return M.apply(this,arguments)},M)}i(ue,"deprecate");var qe={};function Qe(d,M){e.deprecationHandler!=null&&e.deprecationHandler(d,M),qe[d]||(Q(M),qe[d]=!0)}i(Qe,"deprecateSimple"),e.suppressDeprecationWarnings=!1,e.deprecationHandler=null;function Re(d){return typeof Function<"u"&&d instanceof Function||Object.prototype.toString.call(d)==="[object Function]"}i(Re,"isFunction");function ge(d){var M,h;for(h in d)s(d,h)&&(M=d[h],Re(M)?this[h]=M:this["_"+h]=M);this._config=d,this._dayOfMonthOrdinalParseLenient=new RegExp((this._dayOfMonthOrdinalParse.source||this._ordinalParse.source)+"|"+/\d{1,2}/.source)}i(ge,"set");function Ue(d,M){var h=l({},d),O;for(O in M)s(M,O)&&(o(d[O])&&o(M[O])?(h[O]={},l(h[O],d[O]),l(h[O],M[O])):M[O]!=null?h[O]=M[O]:delete h[O]);for(O in d)s(d,O)&&!s(M,O)&&o(d[O])&&(h[O]=l({},h[O]));return h}i(Ue,"mergeConfigs");function pe(d){d!=null&&this.set(d)}i(pe,"Locale");var Ge;Object.keys?Ge=Object.keys:Ge=i(function(d){var M,h=[];for(M in d)s(d,M)&&h.push(M);return h},"keys");var J={sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"};function _e(d,M,h){var O=this._calendar[d]||this._calendar.sameElse;return Re(O)?O.call(M,h):O}i(_e,"calendar");function g0(d,M,h){var O=""+Math.abs(d),C=M-O.length,D=d>=0;return(D?h?"+":"":"-")+Math.pow(10,Math.max(0,C)).toString().substr(1)+O}i(g0,"zeroFill");var ft=/(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|N{1,5}|YYYYYY|YYYYY|YYYY|YY|y{2,4}|yo?|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,p0=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,V1={},y0={};function ne(d,M,h,O){var C=O;typeof O=="string"&&(C=i(function(){return this[O]()},"func")),d&&(y0[d]=C),M&&(y0[M[0]]=function(){return g0(C.apply(this,arguments),M[1],M[2])}),h&&(y0[h]=function(){return this.localeData().ordinal(C.apply(this,arguments),d)})}i(ne,"addFormatToken");function vo(d){return d.match(/\[[\s\S]/)?d.replace(/^\[|\]$/g,""):d.replace(/\\/g,"")}i(vo,"removeFormattingTokens");function cn(d){var M=d.match(ft),h,O;for(h=0,O=M.length;h<O;h++)y0[M[h]]?M[h]=y0[M[h]]:M[h]=vo(M[h]);return function(C){var D="",F;for(F=0;F<O;F++)D+=Re(M[F])?M[F].call(C,d):M[F];return D}}i(cn,"makeFormatFunction");function b0(d,M){return d.isValid()?(M=Kt(M,d.localeData()),V1[M]=V1[M]||cn(M),V1[M](d)):d.localeData().invalidDate()}i(b0,"formatMoment");function Kt(d,M){var h=5;function O(C){return M.longDateFormat(C)||C}for(i(O,"replaceLongDateFormatTokens"),p0.lastIndex=0;h>=0&&p0.test(d);)d=d.replace(p0,O),p0.lastIndex=0,h-=1;return d}i(Kt,"expandFormat");var kh={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"};function Uh(d){var M=this._longDateFormat[d],h=this._longDateFormat[d.toUpperCase()];return M||!h?M:(this._longDateFormat[d]=h.match(ft).map(function(O){return O==="MMMM"||O==="MM"||O==="DD"||O==="dddd"?O.slice(1):O}).join(""),this._longDateFormat[d])}i(Uh,"longDateFormat");var gD="Invalid date";function Yc(){return this._invalidDate}i(Yc,"invalidDate");var R="%d",T=/\d{1,2}/;function v(d){return this._ordinal.replace("%d",d)}i(v,"ordinal");var k={future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",w:"a week",ww:"%d weeks",M:"a month",MM:"%d months",y:"a year",yy:"%d years"};function De(d,M,h,O){var C=this._relativeTime[h];return Re(C)?C(d,M,h,O):C.replace(/%d/i,d)}i(De,"relativeTime");function e0(d,M){var h=this._relativeTime[d>0?"future":"past"];return Re(h)?h(M):h.replace(/%s/i,M)}i(e0,"pastFuture");var K0={D:"date",dates:"date",date:"date",d:"day",days:"day",day:"day",e:"weekday",weekdays:"weekday",weekday:"weekday",E:"isoWeekday",isoweekdays:"isoWeekday",isoweekday:"isoWeekday",DDD:"dayOfYear",dayofyears:"dayOfYear",dayofyear:"dayOfYear",h:"hour",hours:"hour",hour:"hour",ms:"millisecond",milliseconds:"millisecond",millisecond:"millisecond",m:"minute",minutes:"minute",min
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}i(D30,"_nonIterableRest");Eh.exports=D30,Eh.exports.__esModule=!0,Eh.exports.default=Eh.exports});var W3e=m((cb1,Ch)=>{var I30=hge(),R30=u3e(),N30=S3e(),w30=F3e();function S30(t,e){return I30(t)||R30(t,e)||N30(t,e)||w30()}i(S30,"_slicedToArray");Ch.exports=S30,Ch.exports.__esModule=!0,Ch.exports.default=Ch.exports});var T3e=m((pb1,x3e)=>{"use strict";var F30=sD().forEach,W30=mh(),x30=W30("forEach");x3e.exports=x30?[].forEach:i(function(e){return F30(this,e,arguments.length>1?arguments[1]:void 0)},"forEach")});var L3e=m(()=>{"use strict";var T30=w0(),v3e=T3e();T30({target:"Array",proto:!0,forced:[].forEach!==v3e},{forEach:v3e})});var _3e=m((bb1,Q3e)=>{"use strict";L3e();var v30=To();Q3e.exports=v30("Array","forEach")});var k3e=m((Mb1,P3e)=>{"use strict";var L30=_3e();P3e.exports=L30});var U3e=m(()=>{});var H3e=m((hb1,G3e)=>{"use strict";var Q30=Dd(),_30=jt(),P30=Br(),k30=k3e();U3e();var l7=Array.prototype,U30={DOMTokenList:!0,NodeList:!0};G3e.exports=function(t){var e=t.forEach;return t===l7||P30(l7,t)&&e===l7.forEach||_30(U30,Q30(t))?k30:e}});var d7=m((zb1,X3e)=>{X3e.exports=H3e()});var V3e=m(()=>{"use strict";var G30=w0(),H30=kq().includes,X30=d1(),V30=VP(),Y30=X30(function(){return!Array(1).includes()});G30({target:"Array",proto:!0,forced:Y30},{includes:i(function(e){return H30(this,e,arguments.length>1?arguments[1]:void 0)},"includes")});V30("includes")});var J3e=m((Cb1,Y3e)=>{"use strict";V3e();var J30=To();Y3e.exports=J30("Array","includes")});var $3e=m((yb1,j3e)=>{"use strict";var j30=sn(),$30=za(),K30=D1(),Z30=K30("match");j3e.exports=function(t){var e;return j30(t)&&((e=t[Z30])!==void 0?!!e:$30(t)==="RegExp")}});var Z3e=m((Bb1,K3e)=>{"use strict";var eE0=$3e(),tE0=TypeError;K3e.exports=function(t){if(eE0(t))throw new tE0("The method doesn't accept regular expressions");return t}});var tEe=m((qb1,eEe)=>{"use strict";var rE0=D1(),nE0=rE0("match");eEe.exports=function(t){var e=/./;try{"/./"[t](e)}catch{try{return e[nE0]=!1,"/./"[t](e)}catch{}}return!1}});var nEe=m(()=>{"use strict";var oE0=w0(),sE0=t1(),iE0=Z3e(),aE0=kp(),rEe=ci(),cE0=tEe(),uE0=sE0("".indexOf);oE0({target:"String",proto:!0,forced:!cE0("includes")},{includes:i(function(e){return!!~uE0(rEe(aE0(this)),rEe(iE0(e)),arguments.length>1?arguments[1]:void 0)},"includes")})});var sEe=m((Nb1,oEe)=>{"use strict";nEe();var pE0=To();oEe.exports=pE0("String","includes")});var cEe=m((wb1,aEe)=>{"use strict";var iEe=Br(),AE0=J3e(),lE0=sEe(),b7=Array.prototype,M7=String.prototype;aEe.exports=function(t){var e=t.includes;return t===b7||iEe(b7,t)&&e===b7.includes?AE0:typeof t=="string"||t===M7||iEe(M7,t)&&e===M7.includes?lE0:e}});var pEe=m((Sb1,uEe)=>{"use strict";var dE0=cEe();uEe.exports=dE0});var yh=m((Fb1,AEe)=>{AEe.exports=pEe()});var f7=m((Wb1,lEe)=>{"use strict";lEe.exports=`
\v\f\r \xA0\u1680\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF`});var MEe=m((xb1,bEe)=>{"use strict";var bE0=t1(),ME0=kp(),fE0=ci(),h7=f7(),dEe=bE0("".replace),mE0=RegExp("^["+h7+"]+"),hE0=RegExp("(^|[^"+h7+"])["+h7+"]+$"),m7=i(function(t){return function(e){var r=fE0(ME0(e));return t&1&&(r=dEe(r,mE0,"")),t&2&&(r=dEe(r,hE0,"$1")),r}},"createMethod");bEe.exports={start:m7(1),end:m7(2),trim:m7(3)}});var EEe=m((vb1,gEe)=>{"use strict";var zEe=X1(),zE0=d1(),OE0=t1(),gE0=ci(),EE0=MEe().trim,fEe=f7(),Bh=zEe.parseInt,mEe=zEe.Symbol,hEe=mEe&&mEe.iterator,OEe=/^[+-]?0x/i,CE0=OE0(OEe.exec),yE0=Bh(fEe+"08")!==8||Bh(fEe+"0x16")!==22||hEe&&!zE0(function(){Bh(Object(hEe))});gEe.exports=yE0?i(function(e,r){var n=EE0(gE0(e));return Bh(n,r>>>0||(CE0(OEe,n)?16:10))},"parseInt"):Bh});var yEe=m(()=>{"use strict";var BE0=w0(),CEe=EEe();BE0({global:!0,forced:parseInt!==CEe},{parseInt:CEe})});var qEe=m((Pb1,BEe)=>{"use strict";yEe();var qE0=So();BEe.exports=qE0.parseInt});var IEe=m((kb1,DEe)=>{"use strict";var DE0=qEe();DEe.exports=DE0});var NEe=m((Ub1,REe)=>{REe.exports=IEe()});var bD=m((Gb1,wEe)=>{wEe.exports=A7()});var WEe=m((Hb1,FEe)=>{"use strict";var SEe=Km(),IE0=TypeError;FEe.exports=function(t,e){if(!delete t[e])throw new IE0("Cannot delete property "+SEe(e)+" of "+SEe(t))}});var vEe=m((Xb1,TEe)=>{"use strict";var xEe=ph(),RE0=Math.floor,z7=i(function(t,e){var r=t.length;if(r<8)for(var n=1,o,s;n<r;){for(s=n,o=t[n];s&&e(t[s-1],o)>0;)t[s]=t[--s];s!==n++&&(t[s]=o)}else for(var a=RE0(r/2),c=z7(xEe(t,0,a),e),u=z7(xEe(t,a),e),p=c.length,A=u.length,l=0,b=0;l<p||b<A;)t[l+b]=l<p&&b<A?e(c[l],u[b])<=0?c[l++]:u[b++]:l<p?c[l++]:u[b++];return t},"sort");TEe.exports=z7});var _Ee=m((Yb1,QEe)=>{"use strict";var NE0=zd(),LEe=NE0.match(/firefox\/(\d+)/i);QEe.exports=!!LEe&&+LEe[1]});var kEe=m((Jb1,PEe)=>{"use strict";var wE0=zd();PEe.exports=/MSIE|Trident/.test(wE0)});var HEe=m((jb1,GEe)=>{"use strict";var SE0=zd(),UEe=SE0.match(/AppleWebKit\/(\d+)\./);GEe.exports=!!UEe&&+UEe[1]});var eCe=m(()=>{"use strict";var FE0=w0(),KEe=t1(),WE0=Gp(),xE0=ii(),XEe=Ea(),TE0=WEe(),VEe=ci(),O7=d1(),vE0=vEe(),LE0=mh(),YEe=_Ee(),QE0=kEe(),JEe=Od(),jEe=HEe(),Gc=[],$Ee=KEe(Gc.sort),_E0=KEe(Gc.push),PE0=O7(function(){Gc.sort(void 0)}),kE0=O7(function(){Gc.sort(null)}),UE0=LE0("sort"),ZEe=!O7(function(){if(JEe)return JEe<70;if(!(YEe&&YEe>3)){if(QE0)return!0;if(jEe)return jEe<603;var t="",e,r,n,o;for(e=65;e<76;e++){switch(r=String.fromCharCode(e),e){case 66:case 69:case 70:case 72:n=3;break;case 68:case 71:n=4;break;default:n=2}for(o=0;o<47;o++)Gc.push({k:r+o,v:n})}for(Gc.sort(function(s,a){return a.v-s.v}),o=0;o<Gc.length;o++)r=Gc[o].k.charAt(0),t.charAt(t.length-1)!==r&&(t+=r);return t!=="DGBEFHACIJK"}}),GE0=PE0||!kE0||!UE0||!ZEe,HE0=i(function(t){return function(e,r){return r===void 0?-1:e===void 0?1:t!==void 0?+t(e,r)||0:VEe(e)>VEe(r)?1:-1}},"getSortCompare");FE0({target:"Array",proto:!0,forced:GE0},{sort:i(function(e){e!==void 0&&WE0(e);var r=xE0(this);if(ZEe)return e===void 0?$Ee(r):$Ee(r,e);var n=[],o=XEe(r),s,a;for(a=0;a<o;a++)a in r&&_E0(n,r[a]);for(vE0(n,HE0(e)),s=XEe(n),a=0;a<s;)r[a]=n[a++];for(;a<o;)TE0(r,a++);return r},"sort")})});var rCe=m((eM1,tCe)=>{"use strict";eCe();var XE0=To();tCe.exports=XE0("Array","sort")});var oCe=m((tM1,nCe)=>{"use strict";var VE0=Br(),YE0=rCe(),g7=Array.prototype;nCe.exports=function(t){var e=t.sort;return t===g7||VE0(g7,t)&&e===g7.sort?YE0:e}});var iCe=m((rM1,sCe)=>{"use strict";var JE0=oCe();sCe.exports=JE0});var cCe=m((nM1,aCe)=>{aCe.exports=iCe()});var uCe=m(()=>{});var lCe=m((iM1,ACe)=>{"use strict";var jE0=X1(),$E0=d1(),pCe=jE0.RegExp,KE0=!$E0(function(){var t=!0;try{pCe(".","d")}catch{t=!1}var e={},r="",n=t?"dgimsy":"gimsy",o=i(function(u,p){Object.defineProperty(e,u,{get:i(function(){return r+=p,!0},"get")})},"addGetter"),s={dotAll:"s",global:"g",ignoreCase:"i",multiline:"m",sticky:"y"};t&&(s.hasIndices="d");for(var a in s)o(a,s[a]);var c=Object.getOwnPropertyDescriptor(pCe.prototype,"flags").get.call(e);return c!==n||r!==n});ACe.exports={correct:KE0}});var bCe=m((cM1,d
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var s=!0,a=!1,c;return{s:i(function(){r=(0,pC0.default)(t)},"s"),n:i(function(){var p=r.next();return s=p.done,p},"n"),e:i(function(p){a=!0,c=p},"e"),f:i(function(){try{!s&&r.return!=null&&r.return()}finally{if(a)throw c}},"f")}}i(Ih,"_createForOfIteratorHelper");function hC0(t,e){var r;if(t){if(typeof t=="string")return DCe(t,e);var n=(0,eo.default)(r=Object.prototype.toString.call(t)).call(r,8,-1);if(n==="Object"&&t.constructor&&(n=t.constructor.name),n==="Map"||n==="Set")return(0,bC0.default)(t);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return DCe(t,e)}}i(hC0,"_unsupportedIterableToArray");function DCe(t,e){(e==null||e>t.length)&&(e=t.length);for(var r=0,n=new Array(e);r<e;r++)n[r]=t[r];return n}i(DCe,"_arrayLikeToArray");var _0="xregexp",Zp={astral:!1,namespacing:!1},b1={exec:RegExp.prototype.exec,test:RegExp.prototype.test,match:String.prototype.match,replace:String.prototype.replace,split:String.prototype.split},ui={},qh={},wd={},E7=[],Sd="default",ICe="class",zC0={default:/\\(?:0(?:[0-3][0-7]{0,2}|[4-7][0-7]?)?|[1-9]\d*|x[\dA-Fa-f]{2}|u(?:[\dA-Fa-f]{4}|{[\dA-Fa-f]+})|c[A-Za-z]|[\s\S])|\(\?(?:[:=!]|<[=!])|[?*+]\?|{\d+(?:,\d*)?}\??|[\s\S]/,class:/\\(?:[0-3][0-7]{0,2}|[4-7][0-7]?|x[\dA-Fa-f]{2}|u(?:[\dA-Fa-f]{4}|{[\dA-Fa-f]+})|c[A-Za-z]|[\s\S])|[\s\S]/},OC0=/\$(?:{([\w$]+)}|<([\w$]+)>|(\d\d?|[\s\S]))/g,gC0=b1.exec.call(/()??/,"")[1]===void 0,EC0=(0,Kp.default)(/x/)!==void 0,CC0={},FCe=CC0.toString;function y7(t){var e=!0;try{if(new RegExp("",t),t==="y"){var r=(function(){return"gy"})(),n=".a".replace(new RegExp("a",r),".")==="..";n&&(e=!1)}}catch{e=!1}return e}i(y7,"hasNativeFlag");var WCe=y7("u"),B7=y7("y"),xCe={g:!0,i:!0,m:!0,u:WCe,y:B7};function TCe(t,e,r,n,o){var s;if(t[_0]={captureNames:e},o)return t;if(t.__proto__)t.__proto__=Y.prototype;else for(var a in Y.prototype)t[a]=Y.prototype[a];return t[_0].source=r,t[_0].flags=n&&(0,mC0.default)(s=n.split("")).call(s).join(""),t}i(TCe,"augment");function Dh(t){return b1.replace.call(t,/([\s\S])(?=[\s\S]*\1)/g,"")}i(Dh,"clipDuplicates");function tA(t,e){var r;if(!Y.isRegExp(t))throw new TypeError("Type RegExp expected");var n=t[_0]||{},o=yC0(t),s="",a="",c=null,u=null;return e=e||{},e.removeG&&(a+="g"),e.removeY&&(a+="y"),a&&(o=b1.replace.call(o,new RegExp("[".concat(a,"]+"),"g"),"")),e.addG&&(s+="g"),e.addY&&(s+="y"),s&&(o=Dh(o+s)),e.isInternalOnly||(n.source!==void 0&&(c=n.source),(0,Kp.default)(n)!=null&&(u=s?Dh((0,Kp.default)(n)+s):(0,Kp.default)(n))),t=TCe(new RegExp(e.source||t.source,o),BC0(t)?(0,eo.default)(r=n.captureNames).call(r,0):null,c,u,e.isInternalOnly),t}i(tA,"copyRegex");function vCe(t){return(0,SCe.default)(t,16)}i(vCe,"dec");function LCe(t,e,r){return t.input[t.index-1]==="("||t.input[t.index+t[0].length]===")"||t.input[t.index-1]==="|"||t.input[t.index+t[0].length]==="|"||t.index<1||t.index+t[0].length>=t.input.length||b1.test.call(/^\(\?[:=!]/,t.input.substr(t.index-3,3))||qC0(t.input,t.index+t[0].length,r)?"":"(?:)"}i(LCe,"getContextualTokenSeparator");function yC0(t){return EC0?(0,Kp.default)(t):b1.exec.call(/\/([a-z]*)$/i,RegExp.prototype.toString.call(t))[1]}i(yC0,"getNativeFlags");function BC0(t){return!!(t[_0]&&t[_0].captureNames)}i(BC0,"hasNamedCapture");function QCe(t){return(0,SCe.default)(t,10).toString(16)}i(QCe,"hex");function qC0(t,e,r){var n="\\(\\?#[^)]*\\)",o="#[^#\\n]*",s="[?*+]|{\\d+(?:,\\d*)?}";return b1.test.call((0,eA.default)(r).call(r,"x")?/^(?:\s|#[^#\n]*|\(\?#[^)]*\))*(?:[?*+]|{\d+(?:,\d*)?})/:/^(?:\(\?#[^)]*\))*(?:[?*+]|{\d+(?:,\d*)?})/,(0,eo.default)(t).call(t,e))}i(qC0,"isQuantifierNext");function q7(t,e){return FCe.call(t)==="[object ".concat(e,"]")}i(q7,"isType");function _Ce(t){for(;t.length<4;)t="0".concat(t);return t}i(_Ce,"pad4");function DC0(t,e){if(Dh(e)!==e)throw new SyntaxError("Invalid duplicate regex flag ".concat(e));t=b1.replace.call(t,/^\(\?([\w$]+)\)/,function(s,a){if(b1.test.call(/[gy]/,a))throw new SyntaxError("Cannot use flag g or y in mode modifier ".concat(s));return e=Dh(e+a),""});var
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var s=!0,a=!1,c;return{s:i(function(){r=(0,uy0.default)(t)},"s"),n:i(function(){var p=r.next();return s=p.done,p},"n"),e:i(function(p){a=!0,c=p},"e"),f:i(function(){try{!s&&r.return!=null&&r.return()}finally{if(a)throw c}},"f")}}i(my0,"_createForOfIteratorHelper");function hy0(t,e){var r;if(t){if(typeof t=="string")return Dye(t,e);var n=(0,by0.default)(r=Object.prototype.toString.call(t)).call(r,8,-1);if(n==="Object"&&t.constructor&&(n=t.constructor.name),n==="Map"||n==="Set")return(0,dy0.default)(t);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Dye(t,e)}}i(hy0,"_unsupportedIterableToArray");function Dye(t,e){(e==null||e>t.length)&&(e=t.length);for(var r=0,n=new Array(e);r<e;r++)n[r]=t[r];return n}i(Dye,"_arrayLikeToArray");var zy0=i(function(e){var r={},n=e._dec,o=e._hex,s=e._pad4;function a(b){return b.replace(/[- _]+/g,"").toLowerCase()}i(a,"normalize");function c(b){var f=/^\\[xu](.+)/.exec(b);return f?n(f[1]):b.charCodeAt(b[0]==="\\"?1:0)}i(c,"charCode");function u(b){var f="",z=-1;return(0,fy0.default)(e).call(e,b,/(\\x..|\\u....|\\?[\s\S])(?:-(\\x..|\\u....|\\?[\s\S]))?/,function(g){var y=c(g[1]);y>z+1&&(f+="\\u".concat(s(o(z+1))),y>z+2&&(f+="-\\u".concat(s(o(y-1))))),z=c(g[2]||g[1])}),z<65535&&(f+="\\u".concat(s(o(z+1))),z<65534&&(f+="-\\uFFFF")),f}i(u,"invertBmp");function p(b){var f="b!";return r[b][f]||(r[b][f]=u(r[b].bmp))}i(p,"cacheInvertedBmp");function A(b,f){var z=r[b],g="";if(z.bmp&&!z.isBmpLast){var y;g=(0,N7.default)(y="[".concat(z.bmp,"]")).call(y,z.astral?"|":"")}if(z.astral&&(g+=z.astral),z.isBmpLast&&z.bmp){var E;g+=(0,N7.default)(E="".concat(z.astral?"|":"","[")).call(E,z.bmp,"]")}return f?"(?:(?!".concat(g,")(?:[\uD800-\uDBFF][\uDC00-\uDFFF]|[\0-\uFFFF]))"):"(?:".concat(g,")")}i(A,"buildAstral");function l(b,f){var z=f?"a!":"a=";return r[b][z]||(r[b][z]=A(b,f))}i(l,"cacheAstral"),e.addToken(/\\([pP])(?:{(\^?)([^}]*)}|([A-Za-z]))/,function(b,f,z){var g="Invalid double negation ",y="Unknown Unicode token ",E="Unicode token missing data ",B="Astral mode required for Unicode token ",q="Astral mode does not support Unicode tokens within character classes",I=b[1]==="P"||!!b[2],W=(0,My0.default)(z).call(z,"A"),x=a(b[4]||b[3]),Q=r[x];if(b[1]==="P"&&b[2])throw new SyntaxError(g+b[0]);if(!r.hasOwnProperty(x))throw new SyntaxError(y+b[0]);if(Q.inverseOf){if(x=a(Q.inverseOf),!r.hasOwnProperty(x)){var ue;throw new ReferenceError((0,N7.default)(ue="".concat(E+b[0]," -> ")).call(ue,Q.inverseOf))}Q=r[x],I=!I}if(!(Q.bmp||W))throw new SyntaxError(B+b[0]);if(W){if(f==="class")throw new SyntaxError(q);return l(x,I)}return f==="class"?I?p(x):Q.bmp:"".concat((I?"[^":"[")+Q.bmp,"]")},{scope:"all",optionalFlags:"A",leadChar:"\\"}),e.addUnicodeData=function(b){var f="Unicode token requires name",z="Unicode token has no character data ",g=my0(b),y;try{for(g.s();!(y=g.n()).done;){var E=y.value;if(!E.name)throw new Error(f);if(!(E.inverseOf||E.bmp||E.astral))throw new Error(z+E.name);r[a(E.name)]=E,E.alias&&(r[a(E.alias)]=E)}}catch(B){g.e(B)}finally{g.f()}e.cache.flush("patterns")},e._getUnicodeProperty=function(b){var f=a(b);return r[f]}},"_default");Wh.default=zy0;Iye.exports=Wh.default});var wye=m((vM1,Nye)=>{Nye.exports=[{name:"InAdlam",astral:"\uD83A[\uDD00-\uDD5F]"},{name:"InAegean_Numbers",astral:"\uD800[\uDD00-\uDD3F]"},{name:"InAhom",astral:"\uD805[\uDF00-\uDF3F]"},{name:"InAlchemical_Symbols",astral:"\uD83D[\uDF00-\uDF7F]"},{name:"InAlphabetic_Presentation_Forms",bmp:"\uFB00-\uFB4F"},{name:"InAnatolian_Hieroglyphs",astral:"\uD811[\uDC00-\uDE7F]"},{name:"InAncient_Greek_Musical_Notation",astral:"\uD834[\uDE00-\uDE4F]"},{name:"InAncient_Greek_Numbers",astral:"\uD800[\uDD40-\uDD8F]"},{name:"InAncient_Symbols",astral:"\uD800[\uDD90-\uDDCF]"},{name:"InArabic",bmp:"\u0600-\u06FF"},{name:"InArabic_Extended_A",bmp:"\u08A0-\u08FF"},{name:"InArabic_Mathematical_Alphabetic_Symbols",astral:"\uD83B[\uDE00-\uDEFF]"},{name:"InArabic_Presentation_Forms_A",bmp:"\uFB50-\uFDFF"},{name:"InArabic_Presentation_Forms_B",
Support boolean input list: \`true | True | TRUE | false | False | FALSE\``)}i(L$,"getBooleanInput");function xN(t,e){if(process.env.GITHUB_OUTPUT||"")return Gd("OUTPUT",Az(t,e));process.stdout.write(WN.EOL),_o("set-output",{name:t},Qo(e))}i(xN,"setOutput");function Q$(t){process.exitCode=FN.Failure,ul(t)}i(Q$,"setFailed");function Ti(){return process.env.RUNNER_DEBUG==="1"}i(Ti,"isDebug");function N(t){_o("debug",{},t)}i(N,"debug");function ul(t,e={}){_o("error",GD(e),t instanceof Error?t.toString():t)}i(ul,"error");function Ke(t,e={}){_o("warning",GD(e),t instanceof Error?t.toString():t)}i(Ke,"warning");function S(t){process.stdout.write(t+WN.EOL)}i(S,"info");function Du(t){XD("group",t)}i(Du,"startGroup");function Iu(){XD("endgroup")}i(Iu,"endGroup");function at(t,e){return XQe(this,void 0,void 0,function*(){Du(t);let r;try{r=yield e()}finally{Iu()}return r})}i(at,"group");function lg(t,e){if(process.env.GITHUB_STATE||"")return Gd("STATE",Az(t,e));_o("save-state",{name:t},Qo(e))}i(lg,"saveState");function _$(t){return process.env[`STATE_${t}`]||""}i(_$,"getState");var fy=w(require("fs"),1),Vv=w(require("os"),1),Yv=w(require("path"),1);var k$=w(require("os"),1);function Zb(t){return t==null?"":typeof t=="string"||t instanceof String?t:JSON.stringify(t)}i(Zb,"toCommandValue");function U$(t,e,r){let n=new TN(t,e,r);process.stdout.write(n.toString()+k$.EOL)}i(U$,"issueCommand");var P$="::",TN=class{static{i(this,"Command")}constructor(e,r,n){e||(e="missing.command"),this.command=e,this.properties=r,this.message=n}toString(){let e=P$+this.command;if(this.properties&&Object.keys(this.properties).length>0){e+=" ";let r=!0;for(let n in this.properties)if(this.properties.hasOwnProperty(n)){let o=this.properties[n];o&&(r?r=!1:e+=",",e+=`${n}=${YQe(o)}`)}}return e+=`${P$}${VQe(this.message)}`,e}};function VQe(t){return Zb(t).replace(/%/g,"%25").replace(/\r/g,"%0D").replace(/\n/g,"%0A")}i(VQe,"escapeData");function YQe(t){return Zb(t).replace(/%/g,"%25").replace(/\r/g,"%0D").replace(/\n/g,"%0A").replace(/:/g,"%3A").replace(/,/g,"%2C")}i(YQe,"escapeProperty");var V$=w(require("os"),1);var H$=require("os"),eM=require("fs");var vN=function(t,e,r,n){function o(s){return s instanceof r?s:new r(function(a){a(s)})}return i(o,"adopt"),new(r||(r=Promise))(function(s,a){function c(A){try{p(n.next(A))}catch(l){a(l)}}i(c,"fulfilled");function u(A){try{p(n.throw(A))}catch(l){a(l)}}i(u,"rejected");function p(A){A.done?s(A.value):o(A.value).then(c,u)}i(p,"step"),p((n=n.apply(t,e||[])).next())})},{access:JQe,appendFile:jQe,writeFile:$Qe}=eM.promises,G$="GITHUB_STEP_SUMMARY";var LN=class{static{i(this,"Summary")}constructor(){this._buffer=""}filePath(){return vN(this,void 0,void 0,function*(){if(this._filePath)return this._filePath;let e=process.env[G$];if(!e)throw new Error(`Unable to find environment variable for $${G$}. Check if your runtime environment supports job summaries.`);try{yield JQe(e,eM.constants.R_OK|eM.constants.W_OK)}catch{throw new Error(`Unable to access summary file: '${e}'. Check if the file has correct read/write permissions.`)}return this._filePath=e,this._filePath})}wrap(e,r,n={}){let o=Object.entries(n).map(([s,a])=>` ${s}="${a}"`).join("");return r?`<${e}${o}>${r}</${e}>`:`<${e}${o}>`}write(e){return vN(this,void 0,void 0,function*(){let r=!!e?.overwrite,n=yield this.filePath();return yield(r?$Qe:jQe)(n,this._buffer,{encoding:"utf8"}),this.emptyBuffer()})}clear(){return vN(this,void 0,void 0,function*(){return this.emptyBuffer().write({overwrite:!0})})}stringify(){return this._buffer}isEmptyBuffer(){return this._buffer.length===0}emptyBuffer(){return this._buffer="",this}addRaw(e,r=!1){return this._buffer+=e,r?this.addEOL():this}addEOL(){return this.addRaw(H$.EOL)}addCodeBlock(e,r){let n=Object.assign({},r&&{lang:r}),o=this.wrap("pre",this.wrap("code",e),n);return this.addRaw(o).addEOL()}addList(e,r=!1){let n=r?"ol":"ul",o=e.map(a=>this.wrap("li",a)).join(""),s=this.wrap(n,o);return this.addRaw(s).addEOL()}addTable(e){let r=e.map(o=>{let s=o.map(a=>{if(typeof a=="string")return this.wrap("td",a);let{header:c,data:u,cols
`),e=e.replace(/\r/g,`
`));let o=e.split(`
`).map(s=>s.trim());for(let s of o)!s||s.startsWith("#")||n.patterns.push(new bM(s));return n.searchPaths.push(...zw(n.patterns)),n})}static stat(e,r,n){return Bw(this,void 0,void 0,function*(){let o;if(r.followSymbolicLinks)try{o=yield Ml.promises.stat(e.path)}catch(s){if(s.code==="ENOENT"){if(r.omitBrokenSymbolicLinks){gn(`Broken symlink '${e.path}'`);return}throw new Error(`No information found for the path '${e.path}'. This may indicate a broken symbolic link.`)}throw s}else o=yield Ml.promises.lstat(e.path);if(o.isDirectory()&&r.followSymbolicLinks){let s=yield Ml.promises.realpath(e.path);for(;n.length>=e.level;)n.pop();if(n.some(a=>a===s)){gn(`Symlink cycle detected for path '${e.path}' and realpath '${s}'`);return}n.push(s)}return o})}};var Lke=function(t,e,r,n){function o(s){return s instanceof r?s:new r(function(a){a(s)})}return i(o,"adopt"),new(r||(r=Promise))(function(s,a){function c(A){try{p(n.next(A))}catch(l){a(l)}}i(c,"fulfilled");function u(A){try{p(n.throw(A))}catch(l){a(l)}}i(u,"rejected");function p(A){A.done?s(A.value):o(A.value).then(c,u)}i(p,"step"),p((n=n.apply(t,e||[])).next())})};function Bee(t,e){return Lke(this,void 0,void 0,function*(){return yield Sg.create(t,e)})}i(Bee,"create");var Yg=w(require("crypto"),1),zl=w(require("fs"),1),Su=w(require("path"),1),h1e=w(f1e(),1),z1e=w(require("util"),1);var gM;(function(t){t.Gzip="cache.tgz",t.Zstd="cache.tzst"})(gM||(gM={}));var Lt;(function(t){t.Gzip="gzip",t.ZstdWithoutLong="zstd-without-long",t.Zstd="zstd"})(Lt||(Lt={}));var kr;(function(t){t.GNU="gnu",t.BSD="bsd"})(kr||(kr={}));var Xg=2,Vg=5e3,Xw=5e3,Vw=`${process.env.PROGRAMFILES}\\Git\\usr\\bin\\tar.exe`,m1e=`${process.env.SYSTEMDRIVE}\\Windows\\System32\\tar.exe`,EM="cache.tar",Yw="manifest.txt",ES0=10*Math.pow(1024,3);var hl=function(t,e,r,n){function o(s){return s instanceof r?s:new r(function(a){a(s)})}return i(o,"adopt"),new(r||(r=Promise))(function(s,a){function c(A){try{p(n.next(A))}catch(l){a(l)}}i(c,"fulfilled");function u(A){try{p(n.throw(A))}catch(l){a(l)}}i(u,"rejected");function p(A){A.done?s(A.value):o(A.value).then(c,u)}i(p,"step"),p((n=n.apply(t,e||[])).next())})},HUe=function(t){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var e=t[Symbol.asyncIterator],r;return e?e.call(t):(t=typeof __values=="function"?__values(t):t[Symbol.iterator](),r={},n("next"),n("throw"),n("return"),r[Symbol.asyncIterator]=function(){return this},r);function n(s){r[s]=t[s]&&function(a){return new Promise(function(c,u){a=t[s](a),o(c,u,a.done,a.value)})}}function o(s,a,c,u){Promise.resolve(u).then(function(p){s({value:p,done:c})},a)}},XUe="1.0";function CM(){return hl(this,void 0,void 0,function*(){let t=process.platform==="win32",e=process.env.RUNNER_TEMP||"";if(!e){let n;t?n=process.env.USERPROFILE||"C:\\":process.platform==="darwin"?n="/Users":n="/home",e=Su.join(n,"actions","temp")}let r=Su.join(e,Yg.randomUUID());return yield xi(r),r})}i(CM,"createTempDirectory");function ns(t){return zl.statSync(t).size}i(ns,"getArchiveFileSizeInBytes");function Jw(t){return hl(this,void 0,void 0,function*(){var e,r,n,o,s;let a=[],c=(s=process.env.GITHUB_WORKSPACE)!==null&&s!==void 0?s:process.cwd(),u=yield Bee(t.join(`
`),{implicitDescendants:!1});try{for(var p=!0,A=HUe(u.globGenerator()),l;l=yield A.next(),e=l.done,!e;p=!0){o=l.value,p=!1;let f=Su.relative(c,o).replace(new RegExp(`\\${Su.sep}`,"g"),"/");N(`Matched: ${f}`),f===""?a.push("."):a.push(`${f}`)}}catch(b){r={error:b}}finally{try{!p&&!e&&(n=A.return)&&(yield n.call(A))}finally{if(r)throw r.error}}return a})}i(Jw,"resolvePaths");function yM(t){return hl(this,void 0,void 0,function*(){return z1e.promisify(zl.unlink)(t)})}i(yM,"unlinkFile");function O1e(t){return hl(this,arguments,void 0,function*(e,r=[]){let n="";r.push("--version"),N(`Checking ${e} ${r.join(" ")}`);try{yield Qr(`${e}`,r,{ignoreReturnCode:!0,silent:!0,listeners:{stdout:i(o=>n+=o.toString(),"stdout"),stderr:i(o=>n+=o.toString(),"stderr")}})}catch(o){N(o.message)}return n=n.trim(),N(n),n})}i(O1e,"getVersion");function BM(){return hl(this,void 0,void 0,function*(){let t=yield O1e("zstd",["--quiet"]),e=h1e.clean(t);return N(`zstd version: ${e}`),t===""?Lt.Gzip:Lt.ZstdWithoutLong})}i(BM,"getCompressionMethod");function rc(t){return t===Lt.Gzip?gM.Gzip:gM.Zstd}i(rc,"getCacheFileName");function g1e(){return hl(this,void 0,void 0,function*(){return zl.existsSync(Vw)?Vw:(yield O1e("tar")).toLowerCase().includes("gnu tar")?it("tar"):""})}i(g1e,"getGnuTarPathOnWindows");function jw(t,e){if(e===void 0)throw Error(`Expected ${t} but value was undefiend`);return e}i(jw,"assertDefined");function Ol(t,e,r=!1){let n=t.slice();return e&&n.push(e),process.platform==="win32"&&!r&&n.push("windows-only"),n.push(XUe),Yg.createHash("sha256").update(n.join("|")).digest("hex")}i(Ol,"getCacheVersion");function E1e(){let t=process.env.ACTIONS_RUNTIME_TOKEN;if(!t)throw new Error("Unable to get the ACTIONS_RUNTIME_TOKEN env variable");return t}i(E1e,"getRuntimeToken");var DM=w(require("http"),1),Zw=w(require("https"),1);function $w(t){let e=t.protocol==="https:";if(VUe(t))return;let r=e?process.env.https_proxy||process.env.HTTPS_PROXY:process.env.http_proxy||process.env.HTTP_PROXY;if(r)try{return new jg(r)}catch{if(!r.startsWith("http://")&&!r.startsWith("https://"))return new jg(`http://${r}`)}else return}i($w,"getProxyUrl");function VUe(t){if(!t.hostname)return!1;let e=t.hostname;if(YUe(e))return!0;let r=process.env.no_proxy||process.env.NO_PROXY||"";if(!r)return!1;let n;t.port?n=Number(t.port):t.protocol==="http:"?n=80:t.protocol==="https:"&&(n=443);let o=[t.hostname.toUpperCase()];typeof n=="number"&&o.push(`${o[0]}:${n}`);for(let s of r.split(",").map(a=>a.trim().toUpperCase()).filter(a=>a))if(s==="*"||o.some(a=>a===s||a.endsWith(`.${s}`)||s.startsWith(".")&&a.endsWith(`${s}`)))return!0;return!1}i(VUe,"checkBypass");function YUe(t){let e=t.toLowerCase();return e==="localhost"||e.startsWith("127.")||e.startsWith("[::1]")||e.startsWith("[0:0:0:0:0:0:0:1]")}i(YUe,"isLoopbackAddress");var jg=class extends URL{static{i(this,"DecodedURL")}constructor(e,r){super(e,r),this._decodedUsername=decodeURIComponent(super.username),this._decodedPassword=decodeURIComponent(super.password)}get username(){return this._decodedUsername}get password(){return this._decodedPassword}};var nc=w(Hd(),1),C1e=w(il(),1);var z1=function(t,e,r,n){function o(s){return s instanceof r?s:new r(function(a){a(s)})}return i(o,"adopt"),new(r||(r=Promise))(function(s,a){function c(A){try{p(n.next(A))}catch(l){a(l)}}i(c,"fulfilled");function u(A){try{p(n.throw(A))}catch(l){a(l)}}i(u,"rejected");function p(A){A.done?s(A.value):o(A.value).then(c,u)}i(p,"step"),p((n=n.apply(t,e||[])).next())})},n1;(function(t){t[t.OK=200]="OK",t[t.MultipleChoices=300]="MultipleChoices",t[t.MovedPermanently=301]="MovedPermanently",t[t.ResourceMoved=302]="ResourceMoved",t[t.SeeOther=303]="SeeOther",t[t.NotModified=304]="NotModified",t[t.UseProxy=305]="UseProxy",t[t.SwitchProxy=306]="SwitchProxy",t[t.TemporaryRedirect=307]="TemporaryRedirect",t[t.PermanentRedirect=308]="PermanentRedirect",t[t.BadRequest=400]="BadRequest",t[t.Unauthorized=401]="Unauthorized",t[t.PaymentRequired=402]="PaymentRequired",t[t.Forbidden=403]="Forbidden",t[t.NotFound=404]="NotFound",t[t.MethodNotAllowed=405]="MethodNotAllo
${uGe.sanitize({...this,request:{...this.request,agent:n},response:this.response})}`,"value"),enumerable:!1}),Object.setPrototypeOf(this,t.prototype)}};function r3(t){return t instanceof _t?!0:Wu(t)&&t.name==="RestError"}i(r3,"isRestError");function sr(t,e){return Buffer.from(t,e)}i(sr,"stringToUint8Array");var n3=w(require("node:http"),1),o3=w(require("node:https"),1),u6=w(require("node:zlib"),1),P1e=require("node:stream");var yn=IM("ts-http-runtime");var pGe={};function RM(t){return t&&typeof t.pipe=="function"}i(RM,"isReadableStream");function _1e(t){return t.readable===!1?Promise.resolve():new Promise(e=>{let r=i(()=>{e(),t.removeListener("close",r),t.removeListener("end",r),t.removeListener("error",r)},"handler");t.on("close",r),t.on("end",r),t.on("error",r)})}i(_1e,"isStreamComplete");function k1e(t){return t&&typeof t.byteLength=="number"}i(k1e,"isArrayBuffer");var s3=class extends P1e.Transform{static{i(this,"ReportTransform")}loadedBytes=0;progressCallback;_transform(e,r,n){this.push(e),this.loadedBytes+=e.length;try{this.progressCallback({loadedBytes:this.loadedBytes}),n()}catch(o){n(o)}}constructor(e){super(),this.progressCallback=e}},p6=class{static{i(this,"NodeHttpClient")}cachedHttpAgent;cachedHttpsAgents=new WeakMap;async sendRequest(e){let r=new AbortController,n;if(e.abortSignal){if(e.abortSignal.aborted)throw new ss("The operation was aborted. Request has already been canceled.");n=i(p=>{p.type==="abort"&&r.abort()},"abortListener"),e.abortSignal.addEventListener("abort",n)}let o;e.timeout>0&&(o=setTimeout(()=>{let p=new mo;yn.info(`request to '${p.sanitizeUrl(e.url)}' timed out. canceling...`),r.abort()},e.timeout));let s=e.headers.get("Accept-Encoding"),a=s?.includes("gzip")||s?.includes("deflate"),c=typeof e.body=="function"?e.body():e.body;if(c&&!e.headers.has("Content-Length")){let p=bGe(c);p!==null&&e.headers.set("Content-Length",p)}let u;try{if(c&&e.onUploadProgress){let z=e.onUploadProgress,g=new s3(z);g.on("error",y=>{yn.error("Error in upload progress",y)}),RM(c)?c.pipe(g):g.end(c),c=g}let p=await this.makeRequest(e,r,c);o!==void 0&&clearTimeout(o);let A=AGe(p),b={status:p.statusCode??0,headers:A,request:e};if(e.method==="HEAD")return p.resume(),b;u=a?lGe(p,A):p;let f=e.onDownloadProgress;if(f){let z=new s3(f);z.on("error",g=>{yn.error("Error in download progress",g)}),u.pipe(z),u=z}return e.streamResponseStatusCodes?.has(Number.POSITIVE_INFINITY)||e.streamResponseStatusCodes?.has(b.status)?b.readableStreamBody=u:b.bodyAsText=await dGe(u),b}finally{if(e.abortSignal&&n){let p=Promise.resolve();RM(c)&&(p=_1e(c));let A=Promise.resolve();RM(u)&&(A=_1e(u)),Promise.all([p,A]).then(()=>{n&&e.abortSignal?.removeEventListener("abort",n)}).catch(l=>{yn.warning("Error when cleaning up abortListener on httpRequest",l)})}}}makeRequest(e,r,n){let o=new URL(e.url),s=o.protocol!=="https:";if(s&&!e.allowInsecureConnection)throw new Error(`Cannot connect to ${e.url} while allowInsecureConnection is false.`);let c={agent:e.agent??this.getOrCreateAgent(e,s),hostname:o.hostname,path:`${o.pathname}${o.search}`,port:o.port,method:e.method,headers:e.headers.toJSON({preserveCase:!0}),...e.requestOverrides};return new Promise((u,p)=>{let A=s?n3.default.request(c,u):o3.default.request(c,u);A.once("error",l=>{p(new _t(l.message,{code:l.code??_t.REQUEST_SEND_ERROR,request:e}))}),r.signal.addEventListener("abort",()=>{let l=new ss("The operation was aborted. Rejecting from abort signal callback while making request.");A.destroy(l),p(l)}),n&&RM(n)?n.pipe(A):n?typeof n=="string"||Buffer.isBuffer(n)?A.end(n):k1e(n)?A.end(ArrayBuffer.isView(n)?Buffer.from(n.buffer):Buffer.from(n)):(yn.error("Unrecognized body type",n),p(new _t("Unrecognized body type"))):A.end()})}getOrCreateAgent(e,r){let n=e.disableKeepAlive;if(r)return n?n3.default.globalAgent:(this.cachedHttpAgent||(this.cachedHttpAgent=new n3.default.Agent({keepAlive:!0})),this.cachedHttpAgent);{if(n&&!e.tlsSettings)return o3.default.globalAgent;let o=e.tlsSettings??pGe,s=this.cachedHttpsAgents.get(o);return s&&s.options.keepAlive===!n||(yn.info("No cached TLS Agent exi
`;return e}i(HHe,"encodeHeaders");function XHe(t){return t instanceof Uint8Array?t.byteLength:R3(t)?t.size===-1?void 0:t.size:void 0}i(XHe,"getLength");function VHe(t){let e=0;for(let r of t){let n=XHe(r);if(n===void 0)return;e+=n}return e}i(VHe,"getTotalLength");async function YHe(t,e,r){let n=[sr(`--${r}`,"utf-8"),...e.flatMap(s=>[sr(`\r
`,"utf-8"),sr(HHe(s.headers),"utf-8"),sr(`\r
`,"utf-8"),s.body,sr(`\r
--${r}`,"utf-8")]),sr(`--\r
\r
`,"utf-8")],o=VHe(n);o&&t.headers.set("Content-Length",o),t.body=await Xte(n)}i(YHe,"buildRequestBody");var SM="multipartPolicy",JHe=70,jHe=new Set("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789'()+,-./:=?");function $He(t){if(t.length>JHe)throw new Error(`Multipart boundary "${t}" exceeds maximum length of 70 characters`);if(Array.from(t).some(e=>!jHe.has(e)))throw new Error(`Multipart boundary "${t}" contains invalid characters`)}i($He,"assertValidBoundary");function w3(){return{name:SM,async sendRequest(t,e){if(!t.multipartBody)return e(t);if(t.body)throw new Error("multipartBody and regular body cannot be set at the same time");let r=t.multipartBody.boundary,n=t.headers.get("Content-Type")??"multipart/mixed",o=n.match(/^(multipart\/[^ ;]+)(?:; *boundary=(.+))?$/);if(!o)throw new Error(`Got multipart request body, but content-type header was not multipart: ${n}`);let[,s,a]=o;if(a&&r&&a!==r)throw new Error(`Multipart boundary was specified as ${a} in the header, but got ${r} in the request body`);return r??=a,r?$He(r):r=GHe(),t.headers.set("Content-Type",`${s}; boundary=${r}`),await YHe(t,t.multipartBody.parts,r),t.multipartBody=void 0,e(t)}}}i(w3,"multipartPolicy");function S3(){return t3()}i(S3,"createEmptyPipeline");var Vte=Kg({logLevelEnvVarName:"AZURE_LOG_LEVEL",namespace:"azure"}),Ov0=Vte.logger;function cs(t){return Vte.createClientLogger(t)}i(cs,"createClientLogger");var us=cs("core-rest-pipeline");function R6(t={}){return a3({logger:us.info,...t})}i(R6,"logPolicy");var N6=c3;function w6(t={}){return u3(t)}i(w6,"redirectPolicy");var F3=w(require("node:os"),1),W3=w(require("node:process"),1);function Yte(){return"User-Agent"}i(Yte,"getHeaderName");async function Jte(t){if(W3.default&&W3.default.versions){let e=`${F3.default.type()} ${F3.default.release()}; ${F3.default.arch()}`,r=W3.default.versions;r.bun?t.set("Bun",`${r.bun} (${e})`):r.deno?t.set("Deno",`${r.deno} (${e})`):r.node&&t.set("Node",`${r.node} (${e})`)}}i(Jte,"setPlatformSpecificData");var x3="1.22.2";function sXe(t){let e=[];for(let[r,n]of t){let o=n?`${r}/${n}`:r;e.push(o)}return e.join(" ")}i(sXe,"getUserAgentString");function jte(){return Yte()}i(jte,"getUserAgentHeaderName");async function T3(t){let e=new Map;e.set("core-rest-pipeline",x3),await Jte(e);let r=sXe(e);return t?`${t} ${r}`:r}i(T3,"getUserAgentValue");var $te=jte(),Kte="userAgentPolicy";function S6(t={}){let e=T3(t.userAgentPrefix);return{name:Kte,async sendRequest(r,n){return r.headers.has($te)||r.headers.set($te,await e),n(r)}}}i(S6,"userAgentPolicy");var Vr=class extends Error{static{i(this,"AbortError")}constructor(e){super(e),this.name="AbortError"}};function F6(t,e){let{cleanupBeforeAbort:r,abortSignal:n,abortErrorMsg:o}=e??{};return new Promise((s,a)=>{function c(){a(new Vr(o??"The operation was aborted."))}i(c,"rejectOnAbort");function u(){n?.removeEventListener("abort",p)}i(u,"removeListeners");function p(){r?.(),u(),c()}if(i(p,"onAbort"),n?.aborted)return c();try{t(A=>{u(),s(A)},A=>{u(),a(A)})}catch(A){a(A)}n?.addEventListener("abort",p)})}i(F6,"createAbortablePromise");var pXe="The delay was aborted.";function FM(t,e){let r,{abortSignal:n,abortErrorMsg:o}=e??{};return F6(s=>{r=setTimeout(s,t)},{cleanupBeforeAbort:i(()=>clearTimeout(r),"cleanupBeforeAbort"),abortSignal:n,abortErrorMsg:o??pXe})}i(FM,"delay");function sc(t){if(Wu(t))return t.message;{let e;try{typeof t=="object"&&t?e=JSON.stringify(t):e=String(t)}catch{e="[unable to stringify input]"}return`Unknown error ${e}`}}i(sc,"getErrorMessage");function Zte(t){return Wu(t)}i(Zte,"isError");function Rl(){return Fu()}i(Rl,"randomUUID");var l0=vu;var ere=Symbol("rawContent");function x6(t){return typeof t[ere]=="function"}i(x6,"hasRawContent");function tre(t){return x6(t)?t[ere]():t}i(tre,"getRawContent");var v3=SM;function T6(){let t=w3();return{name:v3,sendRequest:i(async(e,r)=>{if(e.multipartBody)for(let n of e.multipartBody.parts)x6(n.body)&&(n.body=tre(n.body));return t.sendRequest(e,r)},"sendRequest")}}i(T6,"multipartPolicy");var v6=p3;function L6(){return A3()}i(L6,"decompressResponsePolicy");fun
`&&t[s]!=="\r";s++)u+=t[s];if(u=u.trim(),u[u.length-1]==="/"&&(u=u.substring(0,u.length-1),s--),!WVe(u)){let l;return u.trim().length===0?l="Invalid space after '<'.":l="Tag '"+u+"' is an invalid name.",O1("InvalidTag",l,Pt(t,s))}let p=RVe(t,s);if(p===!1)return O1("InvalidAttr","Attributes for '"+u+"' have open quote.",Pt(t,s));let A=p.value;if(s=p.index,A[A.length-1]==="/"){let l=s-A.length;A=A.substring(0,A.length-1);let b=_re(A,e);if(b===!0)n=!0;else return O1(b.err.code,b.err.msg,Pt(t,l+b.err.line))}else if(c)if(p.tagClosed){if(A.trim().length>0)return O1("InvalidTag","Closing tag '"+u+"' can't have attributes or invalid starting.",Pt(t,a));if(r.length===0)return O1("InvalidTag","Closing tag '"+u+"' has not been opened.",Pt(t,a));{let l=r.pop();if(u!==l.tagName){let b=Pt(t,l.tagStartPos);return O1("InvalidTag","Expected closing tag '"+l.tagName+"' (opened in line "+b.line+", col "+b.col+") instead of closing tag '"+u+"'.",Pt(t,a))}r.length==0&&(o=!0)}}else return O1("InvalidTag","Closing tag '"+u+"' doesn't have proper closing.",Pt(t,s));else{let l=_re(A,e);if(l!==!0)return O1(l.err.code,l.err.msg,Pt(t,s-A.length+l.err.line));if(o===!0)return O1("InvalidXml","Multiple possible root nodes found.",Pt(t,s));e.unpairedTags.indexOf(u)!==-1||r.push({tagName:u,tagStartPos:a}),n=!0}for(s++;s<t.length;s++)if(t[s]==="<")if(t[s+1]==="!"){s++,s=Qre(t,s);continue}else if(t[s+1]==="?"){if(s=Lre(t,++s),s.err)return s}else break;else if(t[s]==="&"){let l=SVe(t,s);if(l==-1)return O1("InvalidChar","char '&' is not expected.",Pt(t,s));s=l}else if(o===!0&&!vre(t[s]))return O1("InvalidXml","Extra text at the end",Pt(t,s));t[s]==="<"&&s--}}else{if(vre(t[s]))continue;return O1("InvalidChar","char '"+t[s]+"' is not expected.",Pt(t,s))}if(n){if(r.length==1)return O1("InvalidTag","Unclosed tag '"+r[0].tagName+"'.",Pt(t,r[0].tagStartPos));if(r.length>0)return O1("InvalidXml","Invalid '"+JSON.stringify(r.map(s=>s.tagName),null,4).replace(/\r?\n/g,"")+"' found.",{line:1,col:1})}else return O1("InvalidXml","Start tag expected.",1);return!0}i(j3,"validate");function vre(t){return t===" "||t===" "||t===`
`||t==="\r"}i(vre,"isWhiteSpace");function Lre(t,e){let r=e;for(;e<t.length;e++)if(t[e]=="?"||t[e]==" "){let n=t.substr(r,e-r);if(e>5&&n==="xml")return O1("InvalidXml","XML declaration allowed only at the start of the document.",Pt(t,e));if(t[e]=="?"&&t[e+1]==">"){e++;break}else continue}return e}i(Lre,"readPI");function Qre(t,e){if(t.length>e+5&&t[e+1]==="-"&&t[e+2]==="-"){for(e+=3;e<t.length;e++)if(t[e]==="-"&&t[e+1]==="-"&&t[e+2]===">"){e+=2;break}}else if(t.length>e+8&&t[e+1]==="D"&&t[e+2]==="O"&&t[e+3]==="C"&&t[e+4]==="T"&&t[e+5]==="Y"&&t[e+6]==="P"&&t[e+7]==="E"){let r=1;for(e+=8;e<t.length;e++)if(t[e]==="<")r++;else if(t[e]===">"&&(r--,r===0))break}else if(t.length>e+9&&t[e+1]==="["&&t[e+2]==="C"&&t[e+3]==="D"&&t[e+4]==="A"&&t[e+5]==="T"&&t[e+6]==="A"&&t[e+7]==="["){for(e+=8;e<t.length;e++)if(t[e]==="]"&&t[e+1]==="]"&&t[e+2]===">"){e+=2;break}}return e}i(Qre,"readCommentAndCDATA");var DVe='"',IVe="'";function RVe(t,e){let r="",n="",o=!1;for(;e<t.length;e++){if(t[e]===DVe||t[e]===IVe)n===""?n=t[e]:n!==t[e]||(n="");else if(t[e]===">"&&n===""){o=!0;break}r+=t[e]}return n!==""?!1:{value:r,index:e,tagClosed:o}}i(RVe,"readAttributeStr");var NVe=new RegExp(`(\\s*)([^\\s=]+)(\\s*=)?(\\s*(['"])(([\\s\\S])*?)\\5)?`,"g");function _re(t,e){let r=Y3(t,NVe),n={};for(let o=0;o<r.length;o++){if(r[o][1].length===0)return O1("InvalidAttr","Attribute '"+r[o][2]+"' has no space in starting.",HM(r[o]));if(r[o][3]!==void 0&&r[o][4]===void 0)return O1("InvalidAttr","Attribute '"+r[o][2]+"' is without value.",HM(r[o]));if(r[o][3]===void 0&&!e.allowBooleanAttributes)return O1("InvalidAttr","boolean attribute '"+r[o][2]+"' is not allowed.",HM(r[o]));let s=r[o][2];if(!FVe(s))return O1("InvalidAttr","Attribute '"+s+"' is an invalid name.",HM(r[o]));if(!Object.prototype.hasOwnProperty.call(n,s))n[s]=1;else return O1("InvalidAttr","Attribute '"+s+"' is repeated.",HM(r[o]))}return!0}i(_re,"validateAttributeString");function wVe(t,e){let r=/\d/;for(t[e]==="x"&&(e++,r=/[\da-fA-F]/);e<t.length;e++){if(t[e]===";")return e;if(!t[e].match(r))break}return-1}i(wVe,"validateNumberAmpersand");function SVe(t,e){if(e++,t[e]===";")return-1;if(t[e]==="#")return e++,wVe(t,e);let r=0;for(;e<t.length;e++,r++)if(!(t[e].match(/\w/)&&r<20)){if(t[e]===";")break;return-1}return e}i(SVe,"validateAmpersand");function O1(t,e,r){return{err:{code:t,msg:e,line:r.line||r,col:r.col}}}i(O1,"getErrorObject");function FVe(t){return uS(t)}i(FVe,"validateAttrName");function WVe(t){return uS(t)}i(WVe,"validateTagName");function Pt(t,e){let r=t.substring(0,e).split(/\r?\n/);return{line:r.length,col:r[r.length-1].length+1}}i(Pt,"getLineNumberForPosition");function HM(t){return t.startIndex+t[1].length}i(HM,"getPositionFromMatch");var Pre={amp:"&",AMP:"&",lt:"<",LT:"<",gt:">",GT:">",quot:'"',QUOT:'"',apos:"'",lsquo:"\u2018",rsquo:"\u2019",ldquo:"\u201C",rdquo:"\u201D",lsquor:"\u201A",rsquor:"\u2019",ldquor:"\u201E",bdquo:"\u201E",comma:",",period:".",colon:":",semi:";",excl:"!",quest:"?",num:"#",dollar:"$",percent:"%",amp:"&",ast:"*",commat:"@",lowbar:"_",verbar:"|",vert:"|",sol:"/",bsol:"\\",lbrace:"{",rbrace:"}",lbrack:"[",rbrack:"]",lpar:"(",rpar:")",nbsp:"\xA0",iexcl:"\xA1",cent:"\xA2",pound:"\xA3",curren:"\xA4",yen:"\xA5",brvbar:"\xA6",sect:"\xA7",uml:"\xA8",copy:"\xA9",COPY:"\xA9",ordf:"\xAA",laquo:"\xAB",not:"\xAC",shy:"\xAD",reg:"\xAE",REG:"\xAE",macr:"\xAF",deg:"\xB0",plusmn:"\xB1",sup2:"\xB2",sup3:"\xB3",acute:"\xB4",micro:"\xB5",para:"\xB6",middot:"\xB7",cedil:"\xB8",sup1:"\xB9",ordm:"\xBA",raquo:"\xBB",frac14:"\xBC",frac12:"\xBD",half:"\xBD",frac34:"\xBE",iquest:"\xBF",times:"\xD7",div:"\xF7",divide:"\xF7"},kre={Agrave:"\xC0",agrave:"\xE0",Aacute:"\xC1",aacute:"\xE1",Acirc:"\xC2",acirc:"\xE2",Atilde:"\xC3",atilde:"\xE3",Auml:"\xC4",auml:"\xE4",Aring:"\xC5",aring:"\xE5",AElig:"\xC6",aelig:"\xE6",Ccedil:"\xC7",ccedil:"\xE7",Egrave:"\xC8",egrave:"\xE8",Eacute:"\xC9",eacute:"\xE9",Ecirc:"\xCA",ecirc:"\xEA",Euml:"\xCB",euml:"\xEB",Igrave:"\xCC",igrave:"\xEC",Iacute:"\xCD",iacute:"\xED",Icirc:"\xCE",icirc:"\xEE",Iuml:"\xCF",iuml:"\xEF",ETH:"\xD0",eth:"\xF0",Ntilde:"\xD1",ntil
`);let e=new ur("!xml"),r=e,n="";this.matcher.reset(),this.entityDecoder.reset(),this.entityExpansionCount=0,this.currentExpandedLength=0;let o=this.options,s=new YM(o.processEntities),a=t.length;for(let c=0;c<a;c++)if(t[c]==="<"){let p=t.charCodeAt(c+1);if(p===47){let A=xl(t,">",c,"Closing Tag is not closed."),l=t.substring(c+2,A).trim();if(o.removeNSPrefix){let f=l.indexOf(":");f!==-1&&(l=l.substr(f+1))}l=mS(o.transformTagName,l,"",o).tagName,r&&(n=this.saveTextToParentTag(n,r,this.readonlyMatcher));let b=this.matcher.getCurrentTag();if(l&&o.unpairedTagsSet.has(l))throw new Error(`Unpaired tag can not be used as closing tag: </${l}>`);b&&o.unpairedTagsSet.has(b)&&(this.matcher.pop(),this.tagsNodeStack.pop()),this.matcher.pop(),this.isCurrentNodeStopNode=!1,r=this.tagsNodeStack.pop(),n="",c=A}else if(p===63){let A=hS(t,c,!1,"?>");if(!A)throw new Error("Pi Tag is not closed.");n=this.saveTextToParentTag(n,r,this.readonlyMatcher);let l=this.buildAttributesMap(A.tagExp,this.matcher,A.tagName,!0);if(l){let b=l[this.options.attributeNamePrefix+"version"];this.entityDecoder.setXmlVersion(Number(b)||1),s.setXmlVersion(Number(b)||1)}if(!(o.ignoreDeclaration&&A.tagName==="?xml"||o.ignorePiTags)){let b=new ur(A.tagName);b.add(o.textNodeName,""),A.tagName!==A.tagExp&&A.attrExpPresent&&o.ignoreAttributes!==!0&&(b[":@"]=l),this.addChild(r,b,this.readonlyMatcher,c)}c=A.closeIndex+1}else if(p===33&&t.charCodeAt(c+2)===45&&t.charCodeAt(c+3)===45){let A=xl(t,"-->",c+4,"Comment is not closed.");if(o.commentPropName){let l=t.substring(c+4,A-2);n=this.saveTextToParentTag(n,r,this.readonlyMatcher),r.add(o.commentPropName,[{[o.textNodeName]:l}])}c=A}else if(p===33&&t.charCodeAt(c+2)===68){let A=s.readDocType(t,c);this.entityDecoder.addInputEntities(A.entities),c=A.i}else if(p===33&&t.charCodeAt(c+2)===91){let A=xl(t,"]]>",c,"CDATA is not closed.")-2,l=t.substring(c+9,A);n=this.saveTextToParentTag(n,r,this.readonlyMatcher);let b=this.parseTextData(l,r.tagname,this.readonlyMatcher,!0,!1,!0,!0);b==null&&(b=""),o.cdataPropName?r.add(o.cdataPropName,[{[o.textNodeName]:l}]):r.add(o.textNodeName,b),c=A+2}else{let A=hS(t,c,o.removeNSPrefix);if(!A){let x=t.substring(Math.max(0,c-50),Math.min(a,c+50));throw new Error(`readTagExp returned undefined at position ${c}. Context: "${x}"`)}let l=A.tagName,b=A.rawTagName,f=A.tagExp,z=A.attrExpPresent,g=A.closeIndex;if({tagName:l,tagExp:f}=mS(o.transformTagName,l,f,o),o.strictReservedNames&&(l===o.commentPropName||l===o.cdataPropName||l===o.textNodeName||l===o.attributesGroupName))throw new Error(`Invalid tag name: ${l}`);r&&n&&r.tagname!=="!xml"&&(n=this.saveTextToParentTag(n,r,this.readonlyMatcher,!1));let y=r;y&&o.unpairedTagsSet.has(y.tagname)&&(r=this.tagsNodeStack.pop(),this.matcher.pop());let E=!1;f.length>0&&f.lastIndexOf("/")===f.length-1&&(E=!0,l[l.length-1]==="/"?(l=l.substr(0,l.length-1),f=l):f=f.substr(0,f.length-1),z=l!==f);let B=null,q={},I;I=nYe(b),l!==e.tagname&&this.matcher.push(l,{},I),l!==f&&z&&(B=this.buildAttributesMap(f,this.matcher,l),B&&(q=rYe(B,o))),l!==e.tagname&&(this.isCurrentNodeStopNode=this.isItStopNode());let W=c;if(this.isCurrentNodeStopNode){let x="";if(E)c=A.closeIndex;else if(o.unpairedTagsSet.has(l))c=A.closeIndex;else{let ue=this.readStopNodeData(t,b,g+1);if(!ue)throw new Error(`Unexpected end of ${b}`);c=ue.i,x=ue.tagContent}let Q=new ur(l);B&&(Q[":@"]=B),Q.add(o.textNodeName,x),this.matcher.pop(),this.isCurrentNodeStopNode=!1,this.addChild(r,Q,this.readonlyMatcher,W)}else{if(E){({tagName:l,tagExp:f}=mS(o.transformTagName,l,f,o));let x=new ur(l);B&&(x[":@"]=B),this.addChild(r,x,this.readonlyMatcher,W),this.matcher.pop(),this.isCurrentNodeStopNode=!1}else if(o.unpairedTagsSet.has(l)){let x=new ur(l);B&&(x[":@"]=B),this.addChild(r,x,this.readonlyMatcher,W),this.matcher.pop(),this.isCurrentNodeStopNode=!1,c=A.closeIndex;continue}else{let x=new ur(l);if(this.tagsNodeStack.length>o.maxNestedTags)throw new Error("Maximum nested tags exceeded");this.tagsNodeStack.push(r),B&&(x[":@"]=B),this.addChild(r,x,this.readonlyMatcher,W),r=x}n="",c=g}}}else n+=t[c];return e.child},"parse
`;function gYe(t,e){if(!Array.isArray(t)||t.length===0)return"1.0";let r=t[0];if(yS(r)==="?xml"){let o=r[":@"];if(o){let s=e.attributeNamePrefix+"version";if(o[s])return o[s]}}return"1.0"}i(gYe,"detectXmlVersionFromArray");function une(t,e,r,n,o){return!r.sanitizeName||ku(t,{xmlVersion:o})?t:r.sanitizeName(t,{isAttribute:e,matcher:n.readOnly()})}i(une,"resolveTagName");function CS(t,e){let r="";e.format&&(r=OYe);let n=[];if(e.stopNodes&&Array.isArray(e.stopNodes))for(let a=0;a<e.stopNodes.length;a++){let c=e.stopNodes[a];typeof c=="string"?n.push(new jr(c)):c instanceof jr&&n.push(c)}let o=gYe(t,e),s=new ls;return pne(t,e,r,s,n,o)}i(CS,"toXml");function pne(t,e,r,n,o,s){let a="",c=!1;if(e.maxNestedTags&&n.getDepth()>e.maxNestedTags)throw new Error("Maximum nested tags exceeded");if(!Array.isArray(t)){if(t!=null){let u=t.toString();return u=ES(u,e),u}return""}for(let u=0;u<t.length;u++){let p=t[u],A=yS(p);if(A===void 0)continue;let b=A===e.textNodeName||A===e.cdataPropName||A===e.commentPropName||A[0]==="?"?A:une(A,!1,e,n,s),f=EYe(p[":@"],e);n.push(b,f);let z=yYe(n,o);if(b===e.textNodeName){let q=p[A];z||(q=e.tagValueProcessor(b,q),q=ES(q,e)),c&&(a+=r),a+=q,c=!1,n.pop();continue}else if(b===e.cdataPropName){c&&(a+=r);let q=p[A][0][e.textNodeName],I=tE(q);a+=`<![CDATA[${I}]]>`,c=!1,n.pop();continue}else if(b===e.commentPropName){let q=p[A][0][e.textNodeName],I=eE(q);a+=r+`<!--${I}-->`,c=!0,n.pop();continue}else if(b[0]==="?"){let q=cne(p[":@"],e,z,n,s);a+=(b==="?xml"?"":r)+`<${b}${q}?>`,c=!0,n.pop();continue}let g=r;g!==""&&(g+=e.indentBy);let y=cne(p[":@"],e,z,n,s),E=r+`<${b}${y}`,B;z?B=Ane(p[A],e):B=pne(p[A],e,g,n,o,s),e.unpairedTags.indexOf(b)!==-1?e.suppressUnpairedNode?a+=E+">":a+=E+"/>":(!B||B.length===0)&&e.suppressEmptyNode?a+=E+"/>":B&&B.endsWith(">")?a+=E+`>${B}${r}</${b}>`:(a+=E+">",B&&r!==""&&(B.includes("/>")||B.includes("</"))?a+=r+e.indentBy+B+r:a+=B,a+=`</${b}>`),c=!0,n.pop()}return a}i(pne,"arrToStr");function EYe(t,e){if(!t||e.ignoreAttributes)return null;let r={},n=!1;for(let o in t){if(!Object.prototype.hasOwnProperty.call(t,o))continue;let s=o.startsWith(e.attributeNamePrefix)?o.substr(e.attributeNamePrefix.length):o;r[s]=uc(t[o]),n=!0}return n?r:null}i(EYe,"extractAttributeValues");function Ane(t,e){if(!Array.isArray(t))return t!=null?t.toString():"";let r="";for(let n=0;n<t.length;n++){let o=t[n],s=yS(o);if(s===e.textNodeName)r+=o[s];else if(s===e.cdataPropName)r+=o[s][0][e.textNodeName];else if(s===e.commentPropName)r+=o[s][0][e.textNodeName];else{if(s&&s[0]==="?")continue;if(s){let a=CYe(o[":@"],e),c=Ane(o[s],e);!c||c.length===0?r+=`<${s}${a}/>`:r+=`<${s}${a}>${c}</${s}>`}}}return r}i(Ane,"getRawContent");function CYe(t,e){let r="";if(t&&!e.ignoreAttributes)for(let n in t){if(!Object.prototype.hasOwnProperty.call(t,n))continue;let o=t[n];o===!0&&e.suppressBooleanAttributes?r+=` ${n.substr(e.attributeNamePrefix.length)}`:r+=` ${n.substr(e.attributeNamePrefix.length)}="${uc(o)}"`}return r}i(CYe,"attr_to_str_raw");function yS(t){let e=Object.keys(t);for(let r=0;r<e.length;r++){let n=e[r];if(Object.prototype.hasOwnProperty.call(t,n)&&n!==":@")return n}}i(yS,"propName");function cne(t,e,r,n,o){let s="";if(t&&!e.ignoreAttributes)for(let a in t){if(!Object.prototype.hasOwnProperty.call(t,a))continue;let c=a.substr(e.attributeNamePrefix.length),u=r?c:une(c,!0,e,n,o),p;r?p=t[a]:(p=e.attributeValueProcessor(a,t[a]),p=ES(p,e)),p===!0&&e.suppressBooleanAttributes?s+=` ${u}`:s+=` ${u}="${uc(p)}"`}return s}i(cne,"attr_to_str");function yYe(t,e){if(!e||e.length===0)return!1;for(let r=0;r<e.length;r++)if(t.matches(e[r]))return!0;return!1}i(yYe,"checkStopNode");function ES(t,e){if(t&&t.length>0&&e.processEntities)for(let r=0;r<e.entities.length;r++){let n=e.entities[r];t=t.replace(n.regex,n.val)}return t}i(ES,"replaceEntitiesValue");function BS(t){return typeof t=="function"?t:Array.isArray(t)?e=>{for(let r of t)if(typeof r=="string"&&e===r||r instanceof RegExp&&r.test(e))return!0}:()=>!1}i(BS,"getIgnoreAttributesFn");var BYe={attributeNamePrefix:"@_",attributesGroupName:!1,textNodeName:"#text",ignoreAttributes:!0
`,this.newLine=`
`):(this.indentate=function(){return""},this.tagEndChar=">",this.newLine="")}i(Ar,"Builder");function qYe(t,e){let r=t["?xml"];if(r&&typeof r=="object"){if(e.attributesGroupName&&r[e.attributesGroupName]){let o=r[e.attributesGroupName][e.attributeNamePrefix+"version"];if(o)return o}let n=r[e.attributeNamePrefix+"version"];if(n)return n}return"1.0"}i(qYe,"detectXmlVersionFromObj");function qS(t,e,r,n,o){return!r.sanitizeName||ku(t,{xmlVersion:o})?t:r.sanitizeName(t,{isAttribute:e,matcher:n.readOnly()})}i(qS,"resolveTagName");Ar.prototype.build=function(t){if(this.options.preserveOrder)return CS(t,this.options);{Array.isArray(t)&&this.options.arrayNodeName&&this.options.arrayNodeName.length>1&&(t={[this.options.arrayNodeName]:t});let e=new ls,r=qYe(t,this.options);return this.j2x(t,0,e,r).val}};Ar.prototype.j2x=function(t,e,r,n){let o="",s="";if(this.options.maxNestedTags&&r.getDepth()>=this.options.maxNestedTags)throw new Error("Maximum nested tags exceeded");let a=this.options.jPath?r.toString():r,c=this.checkStopNode(r);for(let u in t){if(!Object.prototype.hasOwnProperty.call(t,u))continue;let A=u===this.options.textNodeName||u===this.options.cdataPropName||u===this.options.commentPropName||this.options.attributesGroupName&&u===this.options.attributesGroupName||this.isAttribute(u)||u[0]==="?"?u:qS(u,!1,this.options,r,n);if(typeof t[u]>"u")this.isAttribute(u)&&(s+="");else if(t[u]===null)this.isAttribute(u)||A===this.options.cdataPropName||A===this.options.commentPropName?s+="":A[0]==="?"?s+=this.indentate(e)+"<"+A+"?"+this.tagEndChar:s+=this.indentate(e)+"<"+A+"/"+this.tagEndChar;else if(t[u]instanceof Date)s+=this.buildTextValNode(t[u],A,"",e,r);else if(typeof t[u]!="object"){let l=this.isAttribute(u);if(l&&!this.ignoreAttributesFn(l,a)){let b=qS(l,!0,this.options,r,n);o+=this.buildAttrPairStr(b,""+t[u],c)}else if(!l)if(u===this.options.textNodeName){let b=this.options.tagValueProcessor(u,""+t[u]);s+=this.replaceEntitiesValue(b)}else{r.push(A);let b=this.checkStopNode(r);if(r.pop(),b){let f=""+t[u];f===""?s+=this.indentate(e)+"<"+A+this.closeTag(A)+this.tagEndChar:s+=this.indentate(e)+"<"+A+">"+f+"</"+A+this.tagEndChar}else s+=this.buildTextValNode(t[u],A,"",e,r)}}else if(Array.isArray(t[u])){let l=t[u].length,b="",f="";for(let z=0;z<l;z++){let g=t[u][z];if(!(typeof g>"u"))if(g===null)A[0]==="?"?s+=this.indentate(e)+"<"+A+"?"+this.tagEndChar:s+=this.indentate(e)+"<"+A+"/"+this.tagEndChar;else if(typeof g=="object")if(this.options.oneListGroup){r.push(A);let y=this.j2x(g,e+1,r,n);r.pop(),b+=y.val,this.options.attributesGroupName&&g.hasOwnProperty(this.options.attributesGroupName)&&(f+=y.attrStr)}else b+=this.processTextOrObjNode(g,A,e,r,n);else if(this.options.oneListGroup){let y=this.options.tagValueProcessor(A,g);y=this.replaceEntitiesValue(y),b+=y}else{r.push(A);let y=this.checkStopNode(r);if(r.pop(),y){let E=""+g;E===""?b+=this.indentate(e)+"<"+A+this.closeTag(A)+this.tagEndChar:b+=this.indentate(e)+"<"+A+">"+E+"</"+A+this.tagEndChar}else b+=this.buildTextValNode(g,A,"",e,r)}}this.options.oneListGroup&&(b=this.buildObjectNode(b,A,f,e)),s+=b}else if(this.options.attributesGroupName&&u===this.options.attributesGroupName){let l=Object.keys(t[u]),b=l.length;for(let f=0;f<b;f++){let z=qS(l[f],!0,this.options,r,n);o+=this.buildAttrPairStr(z,""+t[u][l[f]],c)}}else s+=this.processTextOrObjNode(t[u],A,e,r,n)}return{attrStr:o,val:s}};Ar.prototype.buildAttrPairStr=function(t,e,r){return r||(e=this.options.attributeValueProcessor(t,""+e),e=this.replaceEntitiesValue(e)),this.options.suppressBooleanAttributes&&e==="true"?" "+t:" "+t+'="'+uc(e)+'"'};function DYe(t,e,r,n,o){let s=this.extractAttributes(t);if(n.push(e,s),this.checkStopNode(n)){let u=this.buildRawContent(t),p=this.buildAttributesForStopNode(t);return n.pop(),this.buildObjectNode(u,e,p,r)}let c=this.j2x(t,r+1,n,o);return n.pop(),e[0]==="?"?this.buildTextValNode("",e,c.attrStr,r,n):t[this.options.textNodeName]!==void 0&&Object.keys(t).length===1?this.buildTextValNode(t[this.options.textNodeName],e,c.attrStr,r,n):this.buildObjectNode(c.val,e,c.attrStr,r)}i(DYe,"process
`)+`
`+this.getCanonicalizedHeadersString(e)+this.getCanonicalizedResourceString(e),n=this.factory.computeHMACSHA256(r);return e.headers.set(Be.AUTHORIZATION,`SharedKey ${this.factory.accountName}:${n}`),e}getHeaderValueToSign(e,r){let n=e.headers.get(r);return!n||r===Be.CONTENT_LENGTH&&n==="0"?"":n}getCanonicalizedHeadersString(e){let r=e.headers.headersArray().filter(o=>o.name.toLowerCase().startsWith(Be.PREFIX_FOR_STORAGE));r.sort((o,s)=>lE(o.name.toLowerCase(),s.name.toLowerCase())),r=r.filter((o,s,a)=>!(s>0&&o.name.toLowerCase()===a[s-1].name.toLowerCase()));let n="";return r.forEach(o=>{n+=`${o.name.toLowerCase().trimRight()}:${o.value.trimLeft()}
`}),n}getCanonicalizedResourceString(e){let r=uE(e.url)||"/",n="";n+=`/${this.factory.accountName}${r}`;let o=pE(e.url),s={};if(o){let a=[];for(let c in o)if(Object.prototype.hasOwnProperty.call(o,c)){let u=c.toLowerCase();s[u]=o[c],a.push(u)}a.sort();for(let c of a)n+=`
${c}:${decodeURIComponent(s[c])}`}return n}};var o1=class extends Hu{static{i(this,"StorageSharedKeyCredential")}accountName;accountKey;constructor(e,r){super(),this.accountName=e,this.accountKey=Buffer.from(r,"base64")}create(e,r){return new ZM(e,r,this)}computeHMACSHA256(e){return(0,zne.createHmac)("sha256",this.accountKey).update(e,"utf8").digest("base64")}};var Q1=cs("storage-common");var In;(function(t){t[t.EXPONENTIAL=0]="EXPONENTIAL",t[t.FIXED=1]="FIXED"})(In||(In={}));var Ac={maxRetryDelayInMs:120*1e3,maxTries:4,retryDelayInMs:4*1e3,retryPolicyType:In.EXPONENTIAL,secondaryHost:"",tryTimeoutInMs:void 0},TYe=new Vr("The operation was aborted."),ef=class extends ds{static{i(this,"StorageRetryPolicy")}retryOptions;constructor(e,r,n=Ac){super(e,r),this.retryOptions={retryPolicyType:n.retryPolicyType?n.retryPolicyType:Ac.retryPolicyType,maxTries:n.maxTries&&n.maxTries>=1?Math.floor(n.maxTries):Ac.maxTries,tryTimeoutInMs:n.tryTimeoutInMs&&n.tryTimeoutInMs>=0?n.tryTimeoutInMs:Ac.tryTimeoutInMs,retryDelayInMs:n.retryDelayInMs&&n.retryDelayInMs>=0?Math.min(n.retryDelayInMs,n.maxRetryDelayInMs?n.maxRetryDelayInMs:Ac.maxRetryDelayInMs):Ac.retryDelayInMs,maxRetryDelayInMs:n.maxRetryDelayInMs&&n.maxRetryDelayInMs>=0?n.maxRetryDelayInMs:Ac.maxRetryDelayInMs,secondaryHost:n.secondaryHost?n.secondaryHost:Ac.secondaryHost}}async sendRequest(e){return this.attemptSendRequest(e,!1,1)}async attemptSendRequest(e,r,n){let o=e.clone(),s=r||!this.retryOptions.secondaryHost||!(e.method==="GET"||e.method==="HEAD"||e.method==="OPTIONS")||n%2===1;s||(o.url=cE(o.url,this.retryOptions.secondaryHost)),this.retryOptions.tryTimeoutInMs&&(o.url=pc(o.url,Hi.Parameters.TIMEOUT,Math.floor(this.retryOptions.tryTimeoutInMs/1e3).toString()));let a;try{if(Q1.info(`RetryPolicy: =====> Try=${n} ${s?"Primary":"Secondary"}`),a=await this._nextPolicy.sendRequest(o),!this.shouldRetry(s,n,a))return a;r=r||!s&&a.status===404}catch(c){if(Q1.error(`RetryPolicy: Caught error, message: ${c.message}, code: ${c.code}`),!this.shouldRetry(s,n,a,c))throw c}return await this.delay(s,n,e.abortSignal),this.attemptSendRequest(e,r,++n)}shouldRetry(e,r,n,o){if(r>=this.retryOptions.maxTries)return Q1.info(`RetryPolicy: Attempt(s) ${r} >= maxTries ${this.retryOptions.maxTries}, no further try.`),!1;let s=["ETIMEDOUT","ESOCKETTIMEDOUT","ECONNREFUSED","ECONNRESET","ENOENT","ENOTFOUND","TIMEOUT","EPIPE","REQUEST_SEND_ERROR"];if(o){for(let a of s)if(o.name.toUpperCase().includes(a)||o.message.toUpperCase().includes(a)||o.code&&o.code.toString().toUpperCase()===a)return Q1.info(`RetryPolicy: Network error ${a} found, will retry.`),!0}if(n||o){let a=n?n.status:o?o.statusCode:0;if(!e&&a===404)return Q1.info("RetryPolicy: Secondary access with 404, will retry."),!0;if(a===503||a===500)return Q1.info(`RetryPolicy: Will retry for status code ${a}.`),!0}if(n&&n?.status>=400){let a=n.headers.get(Be.X_MS_CopySourceErrorCode);if(a!==void 0)switch(a){case"InternalError":case"OperationTimedOut":case"ServerBusy":return!0}}return o?.code==="PARSE_ERROR"&&o?.message.startsWith('Error "Error: Unclosed root tag')?(Q1.info("RetryPolicy: Incomplete XML response likely due to service timeout, will retry."),!0):!1}async delay(e,r,n){let o=0;if(e)switch(this.retryOptions.retryPolicyType){case In.EXPONENTIAL:o=Math.min((Math.pow(2,r-1)-1)*this.retryOptions.retryDelayInMs,this.retryOptions.maxRetryDelayInMs);break;case In.FIXED:o=this.retryOptions.retryDelayInMs;break}else o=Math.random()*1e3;return Q1.info(`RetryPolicy: Delay for ${o}ms`),AE(o,n,TYe)}};var tf=class{static{i(this,"StorageRetryPolicyFactory")}retryOptions;constructor(e){this.retryOptions=e}create(e,r){return new ef(e,r,this.retryOptions)}};var vYe="storageBrowserPolicy";function One(){return{name:vYe,async sendRequest(t,e){return l0||((t.method==="GET"||t.method==="HEAD")&&(t.url=pc(t.url,Hi.Parameters.FORCE_BROWSER_NO_CACHE,new Date().getTime().toString())),t.headers.delete(Be.COOKIE),t.headers.delete(Be.CONTENT_LENGTH)),e(t)}}}i(One,"storageBrowserPolicy");var LYe="StorageCorrectContentLengthPolicy";function gne(){function t(e){e.body&&(
`)+`
`+n(s)+o(s),c=(0,Cne.createHmac)("sha256",t.accountKey).update(a,"utf8").digest("base64");s.headers.set(Be.AUTHORIZATION,`SharedKey ${t.accountName}:${c}`)}i(e,"signRequest");function r(s,a){let c=s.headers.get(a);return!c||a===Be.CONTENT_LENGTH&&c==="0"?"":c}i(r,"getHeaderValueToSign");function n(s){let a=[];for(let[u,p]of s.headers)u.toLowerCase().startsWith(Be.PREFIX_FOR_STORAGE)&&a.push({name:u,value:p});a.sort((u,p)=>lE(u.name.toLowerCase(),p.name.toLowerCase())),a=a.filter((u,p,A)=>!(p>0&&u.name.toLowerCase()===A[p-1].name.toLowerCase()));let c="";return a.forEach(u=>{c+=`${u.name.toLowerCase().trimRight()}:${u.value.trimLeft()}
`}),c}i(n,"getCanonicalizedHeadersString");function o(s){let a=uE(s.url)||"/",c="";c+=`/${t.accountName}${a}`;let u=pE(s.url),p={};if(u){let A=[];for(let l in u)if(Object.prototype.hasOwnProperty.call(u,l)){let b=l.toLowerCase();p[b]=u[l],A.push(b)}A.sort();for(let l of A)c+=`
${l}:${decodeURIComponent(p[l])}`}return c}return i(o,"getCanonicalizedResourceString"),{name:kYe,async sendRequest(s,a){return e(s),a(s)}}}i(wS,"storageSharedKeyCredentialPolicy");var UYe="storageRequestFailureDetailsParserPolicy";function yne(){return{name:UYe,async sendRequest(t,e){try{return await e(t)}catch(r){throw typeof r=="object"&&r!==null&&r.response&&r.response.parsedBody&&r.response.parsedBody.code==="InvalidHeaderValue"&&r.response.parsedBody.HeaderName==="x-ms-version"&&(r.message=`The provided service version is not enabled on this storage account. Please see https://learn.microsoft.com/rest/api/storageservices/versioning-for-the-azure-storage-services for additional information.
`),r}}}}i(yne,"storageRequestFailureDetailsParserPolicy");var Bne=require("node:crypto");var dE=class{static{i(this,"UserDelegationKeyCredential")}accountName;userDelegationKey;key;constructor(e,r){this.accountName=e,this.userDelegationKey=r,this.key=Buffer.from(r.value,"base64")}computeHMACSHA256(e){return(0,Bne.createHmac)("sha256",this.key).update(e,"utf8").digest("base64")}};var bE="12.31.0",ME="2026-02-06";var fE="https://storage.azure.com/.default",Xi={Parameters:{FORCE_BROWSER_NO_CACHE:"_",SIGNATURE:"sig",SNAPSHOT:"snapshot",VERSIONID:"versionid",TIMEOUT:"timeout"}};var ho="",SS="*",GYe=1*1024*1024;var HYe=4*GYe;var qne="AES256",Dne="DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;BlobEndpoint=http://127.0.0.1:10000/devstoreaccount1;",Ine=["Access-Control-Allow-Origin","Cache-Control","Content-Length","Content-Type","Date","Request-Id","traceparent","Transfer-Encoding","User-Agent","x-ms-client-request-id","x-ms-date","x-ms-error-code","x-ms-request-id","x-ms-return-client-request-id","x-ms-version","Accept-Ranges","Content-Disposition","Content-Encoding","Content-Language","Content-MD5","Content-Range","ETag","Last-Modified","Server","Vary","x-ms-content-crc64","x-ms-copy-action","x-ms-copy-completion-time","x-ms-copy-id","x-ms-copy-progress","x-ms-copy-status","x-ms-has-immutability-policy","x-ms-has-legal-hold","x-ms-lease-state","x-ms-lease-status","x-ms-range","x-ms-request-server-encrypted","x-ms-server-encrypted","x-ms-snapshot","x-ms-source-range","If-Match","If-Modified-Since","If-None-Match","If-Unmodified-Since","x-ms-access-tier","x-ms-access-tier-change-time","x-ms-access-tier-inferred","x-ms-account-kind","x-ms-archive-status","x-ms-blob-append-offset","x-ms-blob-cache-control","x-ms-blob-committed-block-count","x-ms-blob-condition-appendpos","x-ms-blob-condition-maxsize","x-ms-blob-content-disposition","x-ms-blob-content-encoding","x-ms-blob-content-language","x-ms-blob-content-length","x-ms-blob-content-md5","x-ms-blob-content-type","x-ms-blob-public-access","x-ms-blob-sequence-number","x-ms-blob-type","x-ms-copy-destination-snapshot","x-ms-creation-time","x-ms-default-encryption-scope","x-ms-delete-snapshots","x-ms-delete-type-permanent","x-ms-deny-encryption-scope-override","x-ms-encryption-algorithm","x-ms-if-sequence-number-eq","x-ms-if-sequence-number-le","x-ms-if-sequence-number-lt","x-ms-incremental-copy","x-ms-lease-action","x-ms-lease-break-period","x-ms-lease-duration","x-ms-lease-id","x-ms-lease-time","x-ms-page-write","x-ms-proposed-lease-id","x-ms-range-get-content-md5","x-ms-rehydrate-priority","x-ms-sequence-number-action","x-ms-sku-name","x-ms-source-content-md5","x-ms-source-if-match","x-ms-source-if-modified-since","x-ms-source-if-none-match","x-ms-source-if-unmodified-since","x-ms-tag-count","x-ms-encryption-key-sha256","x-ms-copy-source-error-code","x-ms-copy-source-status-code","x-ms-if-tags","x-ms-source-if-tags"],Rne=["comp","maxresults","rscc","rscd","rsce","rscl","rsct","se","si","sip","sp","spr","sr","srt","ss","st","sv","include","marker","prefix","copyid","restype","blockid","blocklisttype","delimiter","prevsnapshot","ske","skoid","sks","skt","sktid","skv","snapshot"],Nne="BlobUsesCustomerSpecifiedEncryption",wne="BlobDoesNotUseCustomerSpecifiedEncryption",Sne=["10000","10001","10002","10003","10004","10100","10101","10102","10103","10104","11000","11001","11002","11003","11004","11100","11101","11102","11103","11104"];function Vi(t){if(!t||typeof t!="object")return!1;let e=t;return Array.isArray(e.factories)&&typeof e.options=="object"&&typeof e.toServiceClientOptions=="function"}i(Vi,"isPipelineLike");var rf=class{static{i(this,"Pipeline")}factories;options;constructor(e,r={}){this.factories=e,this.options=r}toServiceClientOptions(){return{httpClient:this.options.httpClient,requestPolicyFactories:this.factories}}};function g1(t,e={}){t||(t=new H0);let r=new rf([],e);return r._credential=t,r}i(g1,"newPipeline");function XYe(t){let e=[VYe,Fne,YYe,JYe,jYe,$Ye,ZY
`),s=e.computeHMACSHA256(o);return{sasQueryParameters:new Co(t.version,s,n,void 0,void 0,t.protocol,t.startsOn,t.expiresOn,t.ipRange,t.identifier,r,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType),stringToSign:o}}i(Xje,"generateBlobSASQueryParameters20150405");function Vje(t,e){if(t=ep(t),!t.identifier&&!(t.permissions&&t.expiresOn))throw new RangeError("Must provide 'permissions' and 'expiresOn' for Blob SAS generation when 'identifier' is not provided.");let r="c",n=t.snapshotTime;t.blobName&&(r="b",t.snapshotTime?r="bs":t.versionId&&(r="bv",n=t.versionId));let o;t.permissions&&(t.blobName?o=Ns.parse(t.permissions.toString()).toString():o=ws.parse(t.permissions.toString()).toString());let s=[o||"",t.startsOn?d0(t.startsOn,!1):"",t.expiresOn?d0(t.expiresOn,!1):"",Zu(e.accountName,t.containerName,t.blobName),t.identifier,t.ipRange?Eo(t.ipRange):"",t.protocol?t.protocol:"",t.version,r,n,t.cacheControl?t.cacheControl:"",t.contentDisposition?t.contentDisposition:"",t.contentEncoding?t.contentEncoding:"",t.contentLanguage?t.contentLanguage:"",t.contentType?t.contentType:""].join(`
`),a=e.computeHMACSHA256(s);return{sasQueryParameters:new Co(t.version,a,o,void 0,void 0,t.protocol,t.startsOn,t.expiresOn,t.ipRange,t.identifier,r,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType),stringToSign:s}}i(Vje,"generateBlobSASQueryParameters20181109");function Yje(t,e){if(t=ep(t),!t.identifier&&!(t.permissions&&t.expiresOn))throw new RangeError("Must provide 'permissions' and 'expiresOn' for Blob SAS generation when 'identifier' is not provided.");let r="c",n=t.snapshotTime;t.blobName&&(r="b",t.snapshotTime?r="bs":t.versionId&&(r="bv",n=t.versionId));let o;t.permissions&&(t.blobName?o=Ns.parse(t.permissions.toString()).toString():o=ws.parse(t.permissions.toString()).toString());let s=[o||"",t.startsOn?d0(t.startsOn,!1):"",t.expiresOn?d0(t.expiresOn,!1):"",Zu(e.accountName,t.containerName,t.blobName),t.identifier,t.ipRange?Eo(t.ipRange):"",t.protocol?t.protocol:"",t.version,r,n,t.encryptionScope,t.cacheControl?t.cacheControl:"",t.contentDisposition?t.contentDisposition:"",t.contentEncoding?t.contentEncoding:"",t.contentLanguage?t.contentLanguage:"",t.contentType?t.contentType:""].join(`
`),a=e.computeHMACSHA256(s);return{sasQueryParameters:new Co(t.version,a,o,void 0,void 0,t.protocol,t.startsOn,t.expiresOn,t.ipRange,t.identifier,r,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType,void 0,void 0,void 0,t.encryptionScope),stringToSign:s}}i(Yje,"generateBlobSASQueryParameters20201206");function Jje(t,e){if(t=ep(t),!t.permissions||!t.expiresOn)throw new RangeError("Must provide 'permissions' and 'expiresOn' for Blob SAS generation when generating user delegation SAS.");let r="c",n=t.snapshotTime;t.blobName&&(r="b",t.snapshotTime?r="bs":t.versionId&&(r="bv",n=t.versionId));let o;t.permissions&&(t.blobName?o=Ns.parse(t.permissions.toString()).toString():o=ws.parse(t.permissions.toString()).toString());let s=[o||"",t.startsOn?d0(t.startsOn,!1):"",t.expiresOn?d0(t.expiresOn,!1):"",Zu(e.accountName,t.containerName,t.blobName),e.userDelegationKey.signedObjectId,e.userDelegationKey.signedTenantId,e.userDelegationKey.signedStartsOn?d0(e.userDelegationKey.signedStartsOn,!1):"",e.userDelegationKey.signedExpiresOn?d0(e.userDelegationKey.signedExpiresOn,!1):"",e.userDelegationKey.signedService,e.userDelegationKey.signedVersion,t.ipRange?Eo(t.ipRange):"",t.protocol?t.protocol:"",t.version,r,n,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType].join(`
`),a=e.computeHMACSHA256(s);return{sasQueryParameters:new Co(t.version,a,o,void 0,void 0,t.protocol,t.startsOn,t.expiresOn,t.ipRange,t.identifier,r,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType,e.userDelegationKey),stringToSign:s}}i(Jje,"generateBlobSASQueryParametersUDK20181109");function jje(t,e){if(t=ep(t),!t.permissions||!t.expiresOn)throw new RangeError("Must provide 'permissions' and 'expiresOn' for Blob SAS generation when generating user delegation SAS.");let r="c",n=t.snapshotTime;t.blobName&&(r="b",t.snapshotTime?r="bs":t.versionId&&(r="bv",n=t.versionId));let o;t.permissions&&(t.blobName?o=Ns.parse(t.permissions.toString()).toString():o=ws.parse(t.permissions.toString()).toString());let s=[o||"",t.startsOn?d0(t.startsOn,!1):"",t.expiresOn?d0(t.expiresOn,!1):"",Zu(e.accountName,t.containerName,t.blobName),e.userDelegationKey.signedObjectId,e.userDelegationKey.signedTenantId,e.userDelegationKey.signedStartsOn?d0(e.userDelegationKey.signedStartsOn,!1):"",e.userDelegationKey.signedExpiresOn?d0(e.userDelegationKey.signedExpiresOn,!1):"",e.userDelegationKey.signedService,e.userDelegationKey.signedVersion,t.preauthorizedAgentObjectId,void 0,t.correlationId,t.ipRange?Eo(t.ipRange):"",t.protocol?t.protocol:"",t.version,r,n,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType].join(`
`),a=e.computeHMACSHA256(s);return{sasQueryParameters:new Co(t.version,a,o,void 0,void 0,t.protocol,t.startsOn,t.expiresOn,t.ipRange,t.identifier,r,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType,e.userDelegationKey,t.preauthorizedAgentObjectId,t.correlationId),stringToSign:s}}i(jje,"generateBlobSASQueryParametersUDK20200210");function $je(t,e){if(t=ep(t),!t.permissions||!t.expiresOn)throw new RangeError("Must provide 'permissions' and 'expiresOn' for Blob SAS generation when generating user delegation SAS.");let r="c",n=t.snapshotTime;t.blobName&&(r="b",t.snapshotTime?r="bs":t.versionId&&(r="bv",n=t.versionId));let o;t.permissions&&(t.blobName?o=Ns.parse(t.permissions.toString()).toString():o=ws.parse(t.permissions.toString()).toString());let s=[o||"",t.startsOn?d0(t.startsOn,!1):"",t.expiresOn?d0(t.expiresOn,!1):"",Zu(e.accountName,t.containerName,t.blobName),e.userDelegationKey.signedObjectId,e.userDelegationKey.signedTenantId,e.userDelegationKey.signedStartsOn?d0(e.userDelegationKey.signedStartsOn,!1):"",e.userDelegationKey.signedExpiresOn?d0(e.userDelegationKey.signedExpiresOn,!1):"",e.userDelegationKey.signedService,e.userDelegationKey.signedVersion,t.preauthorizedAgentObjectId,void 0,t.correlationId,t.ipRange?Eo(t.ipRange):"",t.protocol?t.protocol:"",t.version,r,n,t.encryptionScope,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType].join(`
`),a=e.computeHMACSHA256(s);return{sasQueryParameters:new Co(t.version,a,o,void 0,void 0,t.protocol,t.startsOn,t.expiresOn,t.ipRange,t.identifier,r,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType,e.userDelegationKey,t.preauthorizedAgentObjectId,t.correlationId,t.encryptionScope),stringToSign:s}}i($je,"generateBlobSASQueryParametersUDK20201206");function Kje(t,e){if(t=ep(t),!t.permissions||!t.expiresOn)throw new RangeError("Must provide 'permissions' and 'expiresOn' for Blob SAS generation when generating user delegation SAS.");let r="c",n=t.snapshotTime;t.blobName&&(r="b",t.snapshotTime?r="bs":t.versionId&&(r="bv",n=t.versionId));let o;t.permissions&&(t.blobName?o=Ns.parse(t.permissions.toString()).toString():o=ws.parse(t.permissions.toString()).toString());let s=[o||"",t.startsOn?d0(t.startsOn,!1):"",t.expiresOn?d0(t.expiresOn,!1):"",Zu(e.accountName,t.containerName,t.blobName),e.userDelegationKey.signedObjectId,e.userDelegationKey.signedTenantId,e.userDelegationKey.signedStartsOn?d0(e.userDelegationKey.signedStartsOn,!1):"",e.userDelegationKey.signedExpiresOn?d0(e.userDelegationKey.signedExpiresOn,!1):"",e.userDelegationKey.signedService,e.userDelegationKey.signedVersion,t.preauthorizedAgentObjectId,void 0,t.correlationId,void 0,t.delegatedUserObjectId,t.ipRange?Eo(t.ipRange):"",t.protocol?t.protocol:"",t.version,r,n,t.encryptionScope,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType].join(`
`),a=e.computeHMACSHA256(s);return{sasQueryParameters:new Co(t.version,a,o,void 0,void 0,t.protocol,t.startsOn,t.expiresOn,t.ipRange,t.identifier,r,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType,e.userDelegationKey,t.preauthorizedAgentObjectId,t.correlationId,t.encryptionScope,t.delegatedUserObjectId),stringToSign:s}}i(Kje,"generateBlobSASQueryParametersUDK20250705");function Zu(t,e,r){let n=[`/blob/${t}/${e}`];return r&&n.push(`/${r}`),n.join("")}i(Zu,"getCanonicalName");function ep(t){let e=t.version?t.version:ME;if(t.snapshotTime&&e<"2018-11-09")throw RangeError("'version' must be >= '2018-11-09' when providing 'snapshotTime'.");if(t.blobName===void 0&&t.snapshotTime)throw RangeError("Must provide 'blobName' when providing 'snapshotTime'.");if(t.versionId&&e<"2019-10-10")throw RangeError("'version' must be >= '2019-10-10' when providing 'versionId'.");if(t.blobName===void 0&&t.versionId)throw RangeError("Must provide 'blobName' when providing 'versionId'.");if(t.permissions&&t.permissions.setImmutabilityPolicy&&e<"2020-08-04")throw RangeError("'version' must be >= '2020-08-04' when provided 'i' permission.");if(t.permissions&&t.permissions.deleteVersion&&e<"2019-10-10")throw RangeError("'version' must be >= '2019-10-10' when providing 'x' permission.");if(t.permissions&&t.permissions.permanentDelete&&e<"2019-10-10")throw RangeError("'version' must be >= '2019-10-10' when providing 'y' permission.");if(t.permissions&&t.permissions.tag&&e<"2019-12-12")throw RangeError("'version' must be >= '2019-12-12' when providing 't' permission.");if(e<"2020-02-10"&&t.permissions&&(t.permissions.move||t.permissions.execute))throw RangeError("'version' must be >= '2020-02-10' when providing the 'm' or 'e' permission.");if(e<"2021-04-10"&&t.permissions&&t.permissions.filterByTags)throw RangeError("'version' must be >= '2021-04-10' when providing the 'f' permission.");if(e<"2020-02-10"&&(t.preauthorizedAgentObjectId||t.correlationId))throw RangeError("'version' must be >= '2020-02-10' when providing 'preauthorizedAgentObjectId' or 'correlationId'.");if(t.encryptionScope&&e<"2020-12-06")throw RangeError("'version' must be >= '2020-12-06' when provided 'encryptionScope' in SAS.");return t.version=e,t}i(ep,"SASSignatureValuesSanityCheckAndAutofill");var Mf=class{static{i(this,"BlobLeaseClient")}_leaseId;_url;_containerOrBlobOperation;_isContainer;get leaseId(){return this._leaseId}get url(){return this._url}constructor(e,r){let n=e.storageClientContext;this._url=e.url,e.name===void 0?(this._isContainer=!0,this._containerOrBlobOperation=n.container):(this._isContainer=!1,this._containerOrBlobOperation=n.blob),r||(r=Rl()),this._leaseId=r}async acquireLease(e,r={}){if(this._isContainer&&(r.conditions?.ifMatch&&r.conditions?.ifMatch!==ho||r.conditions?.ifNoneMatch&&r.conditions?.ifNoneMatch!==ho||r.conditions?.tagConditions))throw new RangeError("The IfMatch, IfNoneMatch and tags access conditions are ignored by the service. Values other than undefined or their default values are not acceptable.");return ce.withSpan("BlobLeaseClient-acquireLease",r,async n=>de(await this._containerOrBlobOperation.acquireLease({abortSignal:r.abortSignal,duration:e,modifiedAccessConditions:{...r.conditions,ifTags:r.conditions?.tagConditions},proposedLeaseId:this._leaseId,tracingOptions:n.tracingOptions})))}async changeLease(e,r={}){if(this._isContainer&&(r.conditions?.ifMatch&&r.conditions?.ifMatch!==ho||r.conditions?.ifNoneMatch&&r.conditions?.ifNoneMatch!==ho||r.conditions?.tagConditions))throw new RangeError("The IfMatch, IfNoneMatch and tags access conditions are ignored by the service. Values other than undefined or their default values are not acceptable.");return ce.withSpan("BlobLeaseClient-changeLease",r,async n=>{let o=de(await this._containerOrBlobOperation.changeLease(this._leaseId,e,{abortSignal:r.abortSignal,modifiedAccessConditions:{...r.conditions,ifTags:r.conditions?.tagConditions},tracingOptions:n.tracingOptions}));return this._leaseId=e,o})}async releaseLease(e={}){if(this._isContainer&&(e.conditions?.i
If you are using self-hosted runners, please make sure your runner has access to all GitHub endpoints: https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners#communication-between-self-hosted-runners-and-github`;super(r),this.code=e,this.name="NetworkError"}};Jl.isNetworkErrorCode=t=>t?["ECONNRESET","ENOTFOUND","ETIMEDOUT","ECONNREFUSED","EHOSTUNREACH"].includes(t):!1;var op=class extends Error{static{i(this,"UsageError")}constructor(){super(`Cache storage quota has been hit. Unable to upload any new cache entries.
More info on storage limits: https://docs.github.com/en/billing/managing-billing-for-github-actions/about-billing-for-github-actions#calculating-minute-and-storage-spending`),this.name="UsageError"}};op.isUsageErrorMessage=t=>t?t.includes("insufficient usage"):!1;var Bf=class extends Error{static{i(this,"RateLimitError")}constructor(e){super(e),this.name="RateLimitError"}};var cKe=function(t,e,r,n){function o(s){return s instanceof r?s:new r(function(a){a(s)})}return i(o,"adopt"),new(r||(r=Promise))(function(s,a){function c(A){try{p(n.next(A))}catch(l){a(l)}}i(c,"fulfilled");function u(A){try{p(n.throw(A))}catch(l){a(l)}}i(u,"rejected");function p(A){A.done?s(A.value):o(A.value).then(c,u)}i(p,"step"),p((n=n.apply(t,e||[])).next())})},CT=class{static{i(this,"UploadProgress")}constructor(e){this.contentLength=e,this.sentBytes=0,this.displayedComplete=!1,this.startTime=Date.now()}setSentBytes(e){this.sentBytes=e}getTransferredBytes(){return this.sentBytes}isDone(){return this.getTransferredBytes()===this.contentLength}display(){if(this.displayedComplete)return;let e=this.sentBytes,r=(100*(e/this.contentLength)).toFixed(1),n=Date.now()-this.startTime,o=(e/(1024*1024)/(n/1e3)).toFixed(1);S(`Sent ${e} of ${this.contentLength} (${r}%), ${o} MBs/sec`),this.isDone()&&(this.displayedComplete=!0)}onProgress(){return e=>{this.setSentBytes(e.loadedBytes)}}startDisplayTimer(e=1e3){let r=i(()=>{this.display(),this.isDone()||(this.timeoutHandle=setTimeout(r,e))},"displayCallback");this.timeoutHandle=setTimeout(r,e)}stopDisplayTimer(){this.timeoutHandle&&(clearTimeout(this.timeoutHandle),this.timeoutHandle=void 0),this.display()}};function Tse(t,e,r){return cKe(this,void 0,void 0,function*(){var n;let o=new ea(t),s=o.getBlockBlobClient(),a=new CT((n=r?.archiveSizeBytes)!==null&&n!==void 0?n:0),c={blockSize:r?.uploadChunkSize,concurrency:r?.uploadConcurrency,maxSingleShotSize:128*1024*1024,onProgress:a.onProgress()};try{a.startDisplayTimer(),N(`BlobClient: ${o.name}:${o.accountName}:${o.containerName}`);let u=yield s.uploadFile(e,c);if(u._response.status>=400)throw new OC(`uploadCacheArchiveSDK: upload failed with status code ${u._response.status}`);return u}catch(u){throw Ke(`uploadCacheArchiveSDK: internal error uploading cache archive: ${u.message}`),u}finally{a.stopDisplayTimer()}})}i(Tse,"uploadCacheArchiveSDK");var Lse=w(require("buffer"),1),Ss=w(require("fs"),1),Qse=w(require("stream"),1),_se=w(require("util"),1);var gC=function(t,e,r,n){function o(s){return s instanceof r?s:new r(function(a){a(s)})}return i(o,"adopt"),new(r||(r=Promise))(function(s,a){function c(A){try{p(n.next(A))}catch(l){a(l)}}i(c,"fulfilled");function u(A){try{p(n.throw(A))}catch(l){a(l)}}i(u,"rejected");function p(A){A.done?s(A.value):o(A.value).then(c,u)}i(p,"step"),p((n=n.apply(t,e||[])).next())})};function EC(t){return t?t>=200&&t<300:!1}i(EC,"isSuccessStatusCode");function uKe(t){return t?t>=500:!0}i(uKe,"isServerErrorStatusCode");function pKe(t){return t?[n1.BadGateway,n1.ServiceUnavailable,n1.GatewayTimeout].includes(t):!1}i(pKe,"isRetryableStatusCode");function AKe(t){return gC(this,void 0,void 0,function*(){return new Promise(e=>setTimeout(e,t))})}i(AKe,"sleep");function vse(t,e,r){return gC(this,arguments,void 0,function*(n,o,s,a=Xg,c=Vg,u=void 0){let p="",A=1;for(;A<=a;){let l,b,f=!1;try{l=yield o()}catch(z){u&&(l=u(z)),f=!0,p=z.message}if(l&&(b=s(l),!uKe(b)))return l;if(b&&(f=pKe(b),p=`Cache service responded with ${b}`),N(`${n} - Attempt ${A} of ${a} failed with error: ${p}`),!f){N(`${n} - Error is not retryable`);break}yield AKe(c),A++}throw Error(`${n} failed: ${p}`)})}i(vse,"retry");function qf(t,e){return gC(this,arguments,void 0,function*(r,n,o=Xg,s=Vg){return yield vse(r,n,a=>a.statusCode,o,s,a=>{if(a instanceof os)return{statusCode:a.statusCode,result:null,headers:{},error:a}})})}i(qf,"retryTypedResponse");function jl(t,e){return gC(this,arguments,void 0,function*(r,n,o=Xg,s=Vg){return yield vse(r,n,a=>a.message.statusCode,o,s)})}i(jl,"retryHttpClientResponse");var Fn=function(t,e,r,n){function o(s){return s instanceof r?s:new r(function(a
Other caches with similar key:`);for(let c of s?.artifactCaches||[])N(`Cache Key: ${c?.cacheKey}, Cache Version: ${c?.cacheVersion}, Cache Scope: ${c?.scope}, Cache Created: ${c?.creationTime}`)}}})}i(zKe,"printCachesListForDiagnostics");function DT(t,e,r){return dr(this,void 0,void 0,function*(){let n=new jse.URL(t),o=Gse(r);n.hostname.endsWith(".blob.core.windows.net")?o.useAzureSdk?yield kse(t,e,o):o.concurrentBlobDownloads?yield Pse(t,e,o):yield yC(t,e):yield yC(t,e)})}i(DT,"downloadCache");function Kse(t,e,r){return dr(this,void 0,void 0,function*(){let n=qT(),o=Ol(e,r?.compressionMethod,r?.enableCrossOsArchive),s={key:t,version:o,cacheSize:r?.cacheSize};return yield qf("reserveCache",()=>dr(this,void 0,void 0,function*(){return n.postJson(If("caches"),s)}))})}i(Kse,"reserveCache");function Jse(t,e){return`bytes ${t}-${e}/*`}i(Jse,"getContentRange");function OKe(t,e,r,n,o){return dr(this,void 0,void 0,function*(){N(`Uploading chunk of size ${o-n+1} bytes at offset ${n} with content range: ${Jse(n,o)}`);let s={"Content-Type":"application/octet-stream","Content-Range":Jse(n,o)},a=yield jl(`uploadChunk (start: ${n}, end: ${o})`,()=>dr(this,void 0,void 0,function*(){return t.sendStream("PATCH",e,r(),s)}));if(!EC(a.message.statusCode))throw new Error(`Cache service responded with ${a.message.statusCode} during upload chunk.`)})}i(OKe,"uploadChunk");function gKe(t,e,r,n){return dr(this,void 0,void 0,function*(){let o=ns(r),s=If(`caches/${e.toString()}`),a=$l.openSync(r,"r"),c=yT(n),u=jw("uploadConcurrency",c.uploadConcurrency),p=jw("uploadChunkSize",c.uploadChunkSize),A=[...new Array(u).keys()];N("Awaiting all uploads");let l=0;try{yield Promise.all(A.map(()=>dr(this,void 0,void 0,function*(){for(;l<o;){let b=Math.min(o-l,p),f=l,z=l+b-1;l+=p,yield OKe(t,s,()=>$l.createReadStream(r,{fd:a,start:f,end:z,autoClose:!1}).on("error",g=>{throw new Error(`Cache upload failed because file read failed with ${g.message}`)}),f,z)}})))}finally{$l.closeSync(a)}})}i(gKe,"uploadFile");function EKe(t,e,r){return dr(this,void 0,void 0,function*(){let n={size:r};return yield qf("commitCache",()=>dr(this,void 0,void 0,function*(){return t.postJson(If(`caches/${e.toString()}`),n)}))})}i(EKe,"commitCache");function IT(t,e,r,n){return dr(this,void 0,void 0,function*(){if(yT(n).useAzureSdk){if(!r)throw new Error("Azure Storage SDK can only be used when a signed URL is provided.");yield Tse(r,e,n)}else{let s=qT();N("Upload cache"),yield gKe(s,t,e,n),N("Commiting cache");let a=ns(e);S(`Cache Size: ~${Math.round(a/(1024*1024))} MB (${a} B)`);let c=yield EKe(s,t,a);if(!EC(c.statusCode))throw new Error(`Cache service responded with ${c.statusCode} during commit cache.`);S("Cache saved successfully")}})}i(IT,"saveCache");var Xie=w(Qie(),1),y1=w(C1(),1),Zr=w(C1(),1),up=w(C1(),1),pp=w(C1(),1),Ap=w(C1(),1);var Ev=w(C1(),1),Cv=w(C1(),1),Uie=w(C1(),1),Gie=w(C1(),1),Hie=w(C1(),1);var zv=w(C1(),1),Ov=w(C1(),1),_ie=w(C1(),1),Pie=w(C1(),1),kie=w(C1(),1);var gv=class extends kie.MessageType{static{i(this,"CacheScope$Type")}constructor(){super("github.actions.results.entities.v1.CacheScope",[{no:1,name:"scope",kind:"scalar",T:9},{no:2,name:"permission",kind:"scalar",T:3}])}create(e){let r={scope:"",permission:"0"};return globalThis.Object.defineProperty(r,Pie.MESSAGE_TYPE,{enumerable:!1,value:this}),e!==void 0&&(0,_ie.reflectionMergePartial)(this,r,e),r}internalBinaryRead(e,r,n,o){let s=o??this.create(),a=e.pos+r;for(;e.pos<a;){let[c,u]=e.tag();switch(c){case 1:s.scope=e.string();break;case 2:s.permission=e.int64().toString();break;default:let p=n.readUnknownField;if(p==="throw")throw new globalThis.Error(`Unknown field ${c} (wire type ${u}) for ${this.typeName}`);let A=e.skip(u);p!==!1&&(p===!0?Ov.UnknownFieldHandler.onRead:p)(this.typeName,s,c,u,A)}}return s}internalBinaryWrite(e,r,n){e.scope!==""&&r.tag(1,zv.WireType.LengthDelimited).string(e.scope),e.permission!=="0"&&r.tag(2,zv.WireType.Varint).int64(e.permission);let o=n.writeUnknownFields;return o!==!1&&(o==!0?Ov.UnknownFieldHandler.onWrite:o)(this.typeName,e,r),r}},Ay=new gv;var yv=class extends Hie.Mess
`));let n=yield Qv(r,"create");yield _v(n,t)})}i(kv,"createTar");var b2=function(t,e,r,n){function o(s){return s instanceof r?s:new r(function(a){a(s)})}return i(o,"adopt"),new(r||(r=Promise))(function(s,a){function c(A){try{p(n.next(A))}catch(l){a(l)}}i(c,"fulfilled");function u(A){try{p(n.throw(A))}catch(l){a(l)}}i(u,"rejected");function p(A){A.done?s(A.value):o(A.value).then(c,u)}i(p,"step"),p((n=n.apply(t,e||[])).next())})},qo=class t extends Error{static{i(this,"ValidationError")}constructor(e){super(e),this.name="ValidationError",Object.setPrototypeOf(this,t.prototype)}},lp=class t extends Error{static{i(this,"ReserveCacheError")}constructor(e){super(e),this.name="ReserveCacheError",Object.setPrototypeOf(this,t.prototype)}},Uv="cache write denied:",d2=class t extends lp{static{i(this,"CacheWriteDeniedError")}constructor(e){super(e),this.name="CacheWriteDeniedError",Object.setPrototypeOf(this,t.prototype)}},My=class t extends Error{static{i(this,"FinalizeCacheError")}constructor(e){super(e),this.name="FinalizeCacheError",Object.setPrototypeOf(this,t.prototype)}};function jie(t){if(!t||t.length===0)throw new qo("Path Validation Error: At least one directory or file path is required")}i(jie,"checkPaths");function Gv(t){if(t.length>512)throw new qo(`Key Validation Error: ${t} cannot be larger than 512 characters.`);if(!/^[^,]*$/.test(t))throw new qo(`Key Validation Error: ${t} cannot contain commas.`)}i(Gv,"checkKey");function Hv(){return Df()==="v2"?!!process.env.ACTIONS_RESULTS_URL:!!process.env.ACTIONS_CACHE_URL}i(Hv,"isFeatureAvailable");function $ie(t,e,r,n){return b2(this,arguments,void 0,function*(o,s,a,c,u=!1){let p=Df();return N(`Cache service version: ${p}`),jie(o),p==="v2"?yield ve0(o,s,a,c,u):yield Te0(o,s,a,c,u)})}i($ie,"restoreCache");function Te0(t,e,r,n){return b2(this,arguments,void 0,function*(o,s,a,c,u=!1){a=a||[];let p=[s,...a];if(N("Resolved Keys:"),N(JSON.stringify(p)),p.length>10)throw new qo("Key Validation Error: Keys are limited to a maximum of 10.");for(let b of p)Gv(b);let A=yield BM(),l="";try{let b=yield $se(p,o,{compressionMethod:A,enableCrossOsArchive:u});if(!b?.archiveLocation)return;if(c?.lookupOnly)return S("Lookup only - skipping download"),b.cacheKey;l=Gf.join(yield CM(),rc(A)),N(`Archive Path: ${l}`),yield DT(b.archiveLocation,l,c),Ti()&&(yield Uf(l,A));let f=ns(l);return S(`Cache Size: ~${Math.round(f/(1024*1024))} MB (${f} B)`),yield Pv(l,A),S("Cache restored successfully"),b.cacheKey}catch(b){let f=b;if(f.name===qo.name)throw b;f instanceof os&&typeof f.statusCode=="number"&&f.statusCode>=500?ul(`Failed to restore: ${b.message}`):Ke(`Failed to restore: ${b.message}`)}finally{try{yield yM(l)}catch(b){N(`Failed to delete archive: ${b}`)}}})}i(Te0,"restoreCacheV1");function ve0(t,e,r,n){return b2(this,arguments,void 0,function*(o,s,a,c,u=!1){c=Object.assign(Object.assign({},c),{useAzureSdk:!0}),a=a||[];let p=[s,...a];if(N("Resolved Keys:"),N(JSON.stringify(p)),p.length>10)throw new qo("Key Validation Error: Keys are limited to a maximum of 10.");for(let l of p)Gv(l);let A="";try{let l=Lv(),b=yield BM(),f={key:s,restoreKeys:a,version:Ol(o,b,u)},z=yield l.GetCacheEntryDownloadURL(f);if(!z.ok){N(`Cache not found for version ${f.version} of keys: ${p.join(", ")}`);return}if(f.key!==z.matchedKey?S(`Cache hit for restore-key: ${z.matchedKey}`):S(`Cache hit for: ${z.matchedKey}`),c?.lookupOnly)return S("Lookup only - skipping download"),z.matchedKey;A=Gf.join(yield CM(),rc(b)),N(`Archive path: ${A}`),N(`Starting download of archive to: ${A}`),yield DT(z.signedDownloadUrl,A,c);let y=ns(A);return S(`Cache Size: ~${Math.round(y/(1024*1024))} MB (${y} B)`),Ti()&&(yield Uf(A,b)),yield Pv(A,b),S("Cache restored successfully"),z.matchedKey}catch(l){let b=l;if(b.name===qo.name)throw l;b instanceof os&&typeof b.statusCode=="number"&&b.statusCode>=500?ul(`Failed to restore: ${l.message}`):Ke(`Failed to restore: ${l.message}`)}finally{try{A&&(yield yM(A))}catch(l){N(`Failed to delete archive: ${l}`)}}})}i(ve0,"restoreCacheV2");function Xv(t,e,r){return b2(this,arguments,void 0,function*(n,o,s,a=!1)
`+t.errors.map(e=>` - ${e.message}`).join(`
`)}i(F00,"_buildMessageForResponseErrors");var W00=class extends Error{static{i(this,"GraphqlResponseError")}constructor(t,e,r){super(F00(r)),this.request=t,this.headers=e,this.response=r,this.errors=r.errors,this.data=r.data,Error.captureStackTrace&&Error.captureStackTrace(this,this.constructor)}name="GraphqlResponseError";errors;data},x00=["method","baseUrl","url","headers","request","query","mediaType","operationName"],T00=["query","method","url"],Lae=/\/api\/v3\/?$/;function v00(t,e,r){if(r){if(typeof e=="string"&&"query"in r)return Promise.reject(new Error('[@octokit/graphql] "query" cannot be used as variable name'));for(let a in r)if(T00.includes(a))return Promise.reject(new Error(`[@octokit/graphql] "${a}" cannot be used as variable name`))}let n=typeof e=="string"?Object.assign({query:e},r):e,o=Object.keys(n).reduce((a,c)=>x00.includes(c)?(a[c]=n[c],a):(a.variables||(a.variables={}),a.variables[c]=n[c],a),{}),s=n.baseUrl||t.endpoint.DEFAULTS.baseUrl;return Lae.test(s)&&(o.url=s.replace(Lae,"/api/graphql")),t(o).then(a=>{if(a.data.errors){let c={};for(let u of Object.keys(a.headers))c[u]=a.headers[u];throw new W00(o,c,a.data)}return a.data.data})}i(v00,"graphql");function sL(t,e){let r=t.defaults(e);return Object.assign(i((o,s)=>v00(r,o,s),"newApi"),{defaults:sL.bind(null,r),endpoint:r.endpoint})}i(sL,"withDefaults");var KZ0=sL(Yf,{headers:{"user-agent":`octokit-graphql.js/${S00} ${Oc()}`},method:"POST",url:"/graphql"});function Qae(t){return sL(t,{method:"POST",url:"/graphql"})}i(Qae,"withCustomRequest");var iL="(?:[a-zA-Z0-9_-]+)",_ae="\\.",Pae=new RegExp(`^${iL}${_ae}${iL}${_ae}${iL}$`),L00=Pae.test.bind(Pae);async function Q00(t){let e=L00(t),r=t.startsWith("v1.")||t.startsWith("ghs_"),n=t.startsWith("ghu_");return{type:"token",token:t,tokenType:e?"app":r?"installation":n?"user-to-server":"oauth"}}i(Q00,"auth");function _00(t){return t.split(/\./).length===3?`bearer ${t}`:`token ${t}`}i(_00,"withAuthorizationPrefix");async function P00(t,e,r,n){let o=e.endpoint.merge(r,n);return o.headers.authorization=_00(t),e(o)}i(P00,"hook");var kae=i(function(e){if(!e)throw new Error("[@octokit/auth-token] No token passed to createTokenAuth");if(typeof e!="string")throw new Error("[@octokit/auth-token] Token passed to createTokenAuth is not a string");return e=e.replace(/^(token|bearer) +/i,""),Object.assign(Q00.bind(null,e),{hook:P00.bind(null,e)})},"createTokenAuth2");var aL="7.0.6";var Uae=i(()=>{},"noop"),k00=console.warn.bind(console),U00=console.error.bind(console);function G00(t={}){return typeof t.debug!="function"&&(t.debug=Uae),typeof t.info!="function"&&(t.info=Uae),typeof t.warn!="function"&&(t.warn=k00),typeof t.error!="function"&&(t.error=U00),t}i(G00,"createLogger");var Gae=`octokit-core.js/${aL} ${Oc()}`,Iy=class{static{i(this,"Octokit")}static VERSION=aL;static defaults(e){return class extends this{static{i(this,"OctokitWithDefaults")}constructor(...n){let o=n[0]||{};if(typeof e=="function"){super(e(o));return}super(Object.assign({},e,o,o.userAgent&&e.userAgent?{userAgent:`${o.userAgent} ${e.userAgent}`}:null))}}}static plugins=[];static plugin(...e){let r=this.plugins;return class extends this{static{i(this,"NewOctokit")}static plugins=r.concat(e.filter(o=>!r.includes(o)))}}constructor(e={}){let r=new mae.Collection,n={baseUrl:Yf.endpoint.DEFAULTS.baseUrl,headers:{},request:Object.assign({},e.request,{hook:r.bind(null,"request")}),mediaType:{previews:[],format:""}};if(n.headers["user-agent"]=e.userAgent?`${e.userAgent} ${Gae}`:Gae,e.baseUrl&&(n.baseUrl=e.baseUrl),e.previews&&(n.mediaType.previews=e.previews),e.timeZone&&(n.headers["time-zone"]=e.timeZone),this.request=Yf.defaults(n),this.graphql=Qae(this.request).defaults(n),this.log=G00(e.log),this.hook=r,e.authStrategy){let{authStrategy:s,...a}=e,c=s(Object.assign({request:this.request,log:this.log,octokit:this,octokitOptions:a},e.auth));r.wrap("request",c.hook),this.auth=c}else if(!e.auth)this.auth=async()=>({type:"unauthenticated"});else{let s=kae(e.auth);r.wrap("request",s.hook),this.auth=s}let o=this.constructor;for(let s=0;s<o.plugins.length;++s)
`,a).length:l,p?(c===null?0:c.length)+u.length:0,p?u.length+l:0);return b<f},"__needMoreData"),parse:i(function(n,o,s,a){let{bom:c,comment_no_infix:u,delimiter_auto:p,encoding:A,from_line:l,ltrim:b,max_record_size:f,raw:z,relax_quotes:g,rtrim:y,skip_empty_lines:E,to:B,to_line:q}=this.options,{comment:I,escape:W,quote:x,record_delimiter:Q}=this.options,{bomSkipped:ue,delimiterDiscovered:qe,delimiterBufPrevious:Qe,rawBuffer:Re,escapeIsQuote:ge}=this.state;if(!qe&&p){let _e;if(Qe===void 0?_e=n:Qe!==void 0&&n===void 0?_e=Qe:_e=Buffer.concat([Qe,n]),n=void 0,o||_e.length>p.size)this.options.delimiter=[Buffer.from(tle(_e,this.options.delimiter_auto))],this.state.previousBuf=_e,this.state.delimiterBufPrevious=void 0,this.state.delimiterDiscovered=!0;else{this.state.delimiterBufPrevious=_e;return}}let{previousBuf:Ue}=this.state,pe;if(Ue===void 0)if(n===void 0){a();return}else pe=n;else Ue!==void 0&&n===void 0?pe=Ue:pe=Buffer.concat([Ue,n]);if(ue===!1)if(c===!1)this.state.bomSkipped=!0;else if(pe.length<3){if(o===!1){this.state.previousBuf=pe;return}}else{for(let _e in F2)if(F2[_e].compare(pe,0,F2[_e].length)===0){let g0=F2[_e].length;this.state.bufBytesStart+=g0,pe=pe.slice(g0);let ft=S2({...this.original_options,encoding:_e});for(let p0 in ft)this.options[p0]=ft[p0];({comment:I,escape:W,quote:x}=this.options);break}this.state.bomSkipped=!0}let Ge=pe.length,J;for(J=0;J<Ge&&!this.__needMoreData(J,Ge,o);J++){if(this.state.wasRowDelimiter===!0&&(this.info.lines++,this.state.wasRowDelimiter=!1),q!==-1&&this.info.lines>q){this.state.stop=!0,a();return}this.state.quoting===!1&&Q.length===0&&this.__autoDiscoverRecordDelimiter(pe,J)&&(Q=this.options.record_delimiter);let _e=pe[J];if(z===!0&&Re.append(_e),(_e===Di0||_e===Ii0)&&this.state.wasRowDelimiter===!1&&(this.state.wasRowDelimiter=!0),this.state.escaping===!0)this.state.escaping=!1;else{if(W!==null&&this.state.quoting===!0&&this.__isEscape(pe,J,_e)&&J+W.length<Ge)if(ge){if(this.__isQuote(pe,J+W.length)){this.state.escaping=!0,J+=W.length-1;continue}}else{this.state.escaping=!0,J+=W.length-1;continue}if(this.state.commenting===!1&&this.__isQuote(pe,J))if(this.state.quoting===!0){let p0=pe[J+x.length],V1=y&&this.__isCharTrimable(pe,J+x.length),y0=I!==null&&this.__compareBytes(I,pe,J+x.length,p0),ne=this.__isDelimiter(pe,J+x.length,p0),vo=Q.length===0?this.__autoDiscoverRecordDelimiter(pe,J+x.length):this.__isRecordDelimiter(p0,pe,J+x.length);if(W!==null&&this.__isEscape(pe,J,_e)&&this.__isQuote(pe,J+W.length))J+=W.length-1;else if(!p0||ne||vo||y0||V1){this.state.quoting=!1,this.state.wasQuoting=!0,J+=x.length-1;continue}else if(g===!1){let cn=this.__error(new Ve("CSV_INVALID_CLOSING_QUOTE",["Invalid Closing Quote:",`got "${String.fromCharCode(p0)}"`,`at line ${this.info.lines}`,"instead of delimiter, record delimiter, trimable character","(if activated) or comment"],this.options,this.__infoField()));if(cn!==void 0)return cn}else this.state.quoting=!1,this.state.wasQuoting=!0,this.state.field.prepend(x),J+=x.length-1}else if(this.state.field.length!==0){if(g===!1){let p0=this.__infoField(),V1=Object.keys(F2).map(ne=>F2[ne].equals(this.state.field.toString())?ne:!1).filter(Boolean)[0],y0=this.__error(new Ve("INVALID_OPENING_QUOTE",["Invalid Opening Quote:",`a quote is found on field ${JSON.stringify(p0.column)} at line ${p0.lines}, value is ${JSON.stringify(this.state.field.toString(A))}`,V1?`(${V1} bom)`:void 0],this.options,p0,{field:this.state.field}));if(y0!==void 0)return y0}}else{this.state.quoting=!0,J+=x.length-1;continue}if(this.state.quoting===!1){let p0=this.__isRecordDelimiter(_e,pe,J);if(p0!==0){if(this.state.commenting&&this.state.wasQuoting===!1&&this.state.record.length===0&&this.state.field.length===0)this.info.comment_lines++;else{if(this.state.enabled===!1&&this.info.lines+(this.state.wasRowDelimiter===!0?1:0)>=l){this.state.enabled=!0,this.__resetField(),this.__resetRecord(),J+=p0-1;continue}if(E===!0&&this.state.wasQuoting===!1&&this.state.record.length===0&&this.state.field.length===0){this.info.empty_lines++,J+=p0-1;continue}this.info.bytes=this.state.bufBytesSt
`,s),Buffer.from(`
`,s),Buffer.from("\r",s)];e:for(let c=0;c<a.length;c++){let u=a[c].length;for(let p=0;p<u;p++)if(a[c][p]!==n[o+p])continue e;return this.options.record_delimiter.push(a[c]),this.state.recordDelimiterMaxLength=a[c].length,a[c].length}return 0},"__autoDiscoverRecordDelimiter"),__error:i(function(n){let{encoding:o,raw:s,skip_records_with_error:a}=this.options,c=typeof n=="string"?new Error(n):n;if(a){if(this.state.recordHasError=!0,this.options.on_skip!==void 0)try{this.options.on_skip(c,s?this.state.rawBuffer.toString(o):void 0)}catch(u){return u}return}else return c},"__error"),__infoDataSet:i(function(){return{...this.info,columns:this.options.columns}},"__infoDataSet"),__infoRecord:i(function(){let{columns:n,raw:o,encoding:s}=this.options;return{...this.__infoDataSet(),bytes_records:this.info.bytes,error:this.state.error,header:n===!0,index:this.state.record.length,raw:o?this.state.rawBuffer.toString(s):void 0}},"__infoRecord"),__infoField:i(function(){let{columns:n}=this.options,o=Array.isArray(n),s=this.info.bytes_records;return{...this.__infoRecord(),bytes_records:s,column:o===!0?n.length>this.state.record.length?n[this.state.record.length].name:null:this.state.record.length,quoting:this.state.wasQuoting}},"__infoField")}},"transform");var F1=i(function(t,e={}){typeof t=="string"&&(t=Buffer.from(t));let r=e&&e.objname?Object.create(null):[],n=w4(e),o=i(c=>{n.options.objname===void 0?r.push(c):r[c[0]]=c[1]},"push"),s=i(()=>{},"close"),a=n.parse(t,!0,o,s);if(a!==void 0)throw a;return r},"parse");var c0=class t{static{i(this,"Util")}static getInputList(e,r){return this.getList(_r(e,{trimWhitespace:r?.trimWhitespace!==!1}),r)}static getList(e,r){let n=[];if(e=="")return n;let o=F1(e,{columns:!1,relaxQuotes:!0,comment:r?.comment,comment_no_infix:r?.commentNoInfix,relaxColumnCount:!0,skipEmptyLines:!0,quote:r?.quote});for(let s of o)s.length==1?r?.ignoreComma?n.push(s[0]):n.push(...s[0].split(",")):r?.ignoreComma?n.push(s.join(",")):n.push(...s);return n.filter(s=>s).map(s=>r?.trimWhitespace===!1?s:s.trim())}static getInputNumber(e){let r=_r(e);if(r)return parseInt(r)}static async asyncForEach(e,r){for(let n=0;n<e.length;n++)await r(e[n],n,e)}static isValidURL(e){let r;try{r=new URL(e)}catch{return!1}return r.protocol==="http:"||r.protocol==="https:"}static isValidRef(e){if(t.isValidURL(e))return!0;for(let r of["git://","github.com/","git@"])if(e.startsWith(r))return!0;return!1}static async powershellCommand(e,r){let n=await it("powershell",!0),o=e.replace(/'/g,"''").replace(/"|\n|\r/g,""),s=[];if(r)for(let a in r)s.push(`-${a} '${r[a].replace(/'/g,"''").replace(/"|\n|\r/g,"")}'`);return{command:`"${n}"`,args:["-NoLogo","-Sta","-NoProfile","-NonInteractive","-ExecutionPolicy","Unrestricted","-Command",`& '${o}' ${s.join(" ")}`]}}static isDirectory(e){try{return nle.default.lstatSync(e).isDirectory()}catch{}return!1}static trimPrefix(e,r){return!e||!r||e.indexOf(r)!==0?e:e.substring(r.length)}static trimSuffix(e,r){if(!e||!r)return e;let n=e.lastIndexOf(r);return n===-1||n+r.length!==e.length?e:e.substring(0,n)}static sleep(e){return new Promise(r=>setTimeout(r,e*1e3))}static hash(e){return _Q.default.createHash("sha256").update(e).digest("hex")}static parseBool(e){if(e===void 0)return!1;switch(e){case"1":case"t":case"T":case"true":case"TRUE":case"True":return!0;case"0":case"f":case"F":case"false":case"FALSE":case"False":return!1;default:throw new Error(`parseBool syntax error: ${e}`)}}static parseBoolOrDefault(e,r=!1){try{return this.parseBool(e)}catch{return r}}static formatFileSize(e){if(e===0)return"0 Bytes";let r=1024,n=["Bytes","KB","MB","GB","TB","PB","EB","ZB","YB"],o=Math.floor(Math.log(e)/Math.log(r));return parseFloat((e/Math.pow(r,o)).toFixed(2))+" "+n[o]}static generateRandomString(e=10){return _Q.default.randomBytes(Math.ceil(e/2)).toString("hex").slice(0,e)}static compileHandlebars(e,r,n){return ole.default.compile(e,r)(n)}static stringToUnicodeEntities(e){return Array.from(e).map(r=>`&#x${r.charCodeAt(0).toString(16)};`).join("")}static countLines(e){return e.split(/\r\n|\r|\n/).length}static isPathRelative
More info: ${u.url}`);let f=u.range&&u.range.length>0?u.range[0]?.start.line:void 0,z=!1;for(let g of a)if(g.remote||g.path.endsWith(p)&&g.content===A){c.push({title:l,message:b,file:g.path,startLine:f}),z=!0;break}z||N(`Buildx.convertWarningsToGitHubAnnotations: skipping warning without matching Dockerfile ${p}: ${l}`)}return c}};var Cp=w(require("fs"),1),kQ=w(require("path"),1);var S4=class t{static{i(this,"Build")}buildx;iidFilename;metadataFilename;constructor(e){this.buildx=e?.buildx||new N0,this.iidFilename=`build-iidfile-${c0.generateRandomString()}.txt`,this.metadataFilename=`build-metadata-${c0.generateRandomString()}.json`}async gitContext(e){let r=new Set(["ref","checksum","subdir"]),n=e?.attrs||{},o=Object.entries(n).filter(([f])=>!r.has(f)),s=c0.parseBoolOrDefault(n["fetch-by-commit"]),a=e?.ref||n.ref||Ht.ref;a.startsWith("refs/")?a.startsWith("refs/pull/")&&c0.parseBoolOrDefault(process.env.DOCKER_DEFAULT_GIT_CONTEXT_PR_HEAD_REF)&&(a=a.replace(/\/merge$/g,"/head")):a=`refs/heads/${a}`;let c=`${a0.serverURL}/${Ht.repo.owner}/${Ht.repo.repo}.git`,u=e?.checksum||n.checksum,p=e?.subdir||n.subdir,A=e?.format;if(!A){if(A="fragment",o.length>0)A="query";else if(c0.parseBoolOrDefault(process.env.BUILDX_SEND_GIT_QUERY_AS_INPUT))try{await this.buildx.versionSatisfies(">=0.29.0")&&(A="query")}catch{}}let l=Ht.sha||a;a.startsWith("refs/pull/")&&a.endsWith("/head")&&(l=typeof Ht.payload.pull_request?.head?.sha=="string"?Ht.payload.pull_request.head.sha:a);let b=u||l;if(A==="query"){let f=[`ref=${s||u?a:b}`],z=s?b:u;z&&f.push(`checksum=${z}`),p&&p!=="."&&f.push(`subdir=${p}`);for(let[g,y]of o)f.push(`${g}=${y}`);return`${c}?${f.join("&")}`}return`${c}#${b}${p&&p!=="."?`:${p}`:""}`}getImageIDFilePath(){return kQ.default.join(s0.tmpDir(),this.iidFilename)}resolveImageID(){let e=this.getImageIDFilePath();if(Cp.default.existsSync(e))return Cp.default.readFileSync(e,{encoding:"utf-8"}).trim()}getMetadataFilePath(){return kQ.default.join(s0.tmpDir(),this.metadataFilename)}resolveMetadata(){let e=this.getMetadataFilePath();if(!Cp.default.existsSync(e))return;let r=Cp.default.readFileSync(e,{encoding:"utf-8"}).trim();if(r!=="null")return JSON.parse(r)}resolveRef(e){if(!(!e&&(e=this.resolveMetadata(),!e))&&"buildx.build.ref"in e)return e["buildx.build.ref"]}resolveProvenance(e){if(!(!e&&(e=this.resolveMetadata(),!e))&&"buildx.build.provenance"in e)return e["buildx.build.provenance"]}resolveWarnings(e){if(!(!e&&(e=this.resolveMetadata(),!e))&&"buildx.build.warnings"in e)return e["buildx.build.warnings"]}resolveDigest(e){if(!(!e&&(e=this.resolveMetadata(),!e))&&"containerimage.digest"in e)return e["containerimage.digest"]}static resolveSecretString(e){let[r,n]=t.resolveSecret(e,{redact:!0});return`id=${r},src=${n}`}static resolveSecretFile(e){let[r,n]=t.resolveSecret(e,{asFile:!0});return`id=${r},src=${n}`}static resolveSecretEnv(e){let[r,n]=t.parseSecretKvp(e);return`id=${r},env=${n}`}static resolveSecret(e,r){let[n,o]=t.parseSecretKvp(e,r?.redact);if(r?.asFile){if(!Cp.default.existsSync(o))throw new Error(`secret file ${o} not found`);return[n,o]}let s=s0.tmpName({tmpdir:s0.tmpDir()});return Cp.default.writeFileSync(s,o),[n,s]}static getProvenanceInput(e){let r=_r(e);if(!r)return r;try{return L$(e)?`builder-id=${a0.workflowRunURL(!0)}`:"false"}catch{return t.resolveProvenanceAttrs(r)}}static resolveProvenanceAttrs(e){if(!e)return`builder-id=${a0.workflowRunURL(!0)}`;let r=F1(e,{relaxColumnCount:!0,skipEmptyLines:!0})[0];for(let n of r)if(n.toString().split(/(?<=^[^=]+?)=/).map(s=>s.trim())[0]=="builder-id")return e;return`${e},builder-id=${a0.workflowRunURL(!0)}`}static resolveCacheToAttrs(e,r){if(!e)return e;let n="registry",o="",s="",a=F1(e,{relaxColumnCount:!0,skipEmptyLines:!0})[0];for(let c of a){let u=c.toString().split(/(?<=^[^=]+?)=/).map(p=>p.trim());u[0]==="type"?n=u[1]:u[0]==="repository"?o=u[1]:u[0]==="ghtoken"&&(s=u[1])}return n==="gha"&&(o||(e=`${e},repository=${a0.repository}`),!s&&r&&(e=`${e},ghtoken=${r}`)),e}static hasLocalExporter(e){return t.hasExporterType("local",e)}static hasTarExporter(e){return t.hasExpo
`),{delimiter:",",trim:!0,columns:!1,relaxColumnCount:!0});for(let o of n){if(o.length==1&&!o[0].startsWith("type="))return e=="local";for(let[s,a]of o.map(c=>c.split("=").map(u=>u.trim())))if(s=="type"&&a==e)return!0}return!1}static hasAttestationType(e,r){let n=F1(r,{delimiter:",",trim:!0,columns:!1,relaxColumnCount:!0});for(let o of n)for(let[s,a]of o.map(c=>c.split("=").map(u=>u.trim())))if(s=="type"&&a==e)return!0;return!1}static resolveAttestationAttrs(e){let r=F1(e,{delimiter:",",trim:!0,columns:!1,relaxColumnCount:!0}),n=[];for(let o of r)for(let s of o)try{let a=c0.parseBool(s);n.push(`disabled=${!a}`)}catch{n.push(s)}return n.join(",")}static hasGitAuthTokenSecret(e,r){for(let n of e){if(r&&n.startsWith(`GIT_AUTH_TOKEN.${r}=`))return!0;if(n.startsWith("GIT_AUTH_TOKEN="))return!0}return!1}static parseSecretKvp(e,r){let n=e.indexOf("="),o=e.substring(0,n),s=e.substring(n+1);if(o.length==0||s.length==0)throw new Error(`${e} is not a valid secret`);return r&&$o(s),[o,s]}};var UQ=w(require("fs"),1),ale=w(require("path"),1);var F4=class t{static{i(this,"Bake")}buildx;metadataFilename;constructor(e){this.buildx=e?.buildx||new N0,this.metadataFilename=`bake-metadata-${c0.generateRandomString()}.json`}getMetadataFilePath(){return ale.default.join(s0.tmpDir(),this.metadataFilename)}resolveMetadata(){let e=this.getMetadataFilePath();if(!UQ.default.existsSync(e))return;let r=UQ.default.readFileSync(e,{encoding:"utf-8"}).trim();if(r!=="null")return JSON.parse(r)}resolveRefs(e){if(!e&&(e=this.resolveMetadata(),!e))return;let r=new Array;for(let n in e)"buildx.build.ref"in e[n]&&r.push(e[n]["buildx.build.ref"]);return r.length>0?r:void 0}resolveWarnings(e){if(!(!e&&(e=this.resolveMetadata(),!e))&&"buildx.build.warnings"in e)return e["buildx.build.warnings"]}async getDefinition(e,r){r=r||{ignoreReturnCode:!0},r.ignoreReturnCode=!0,r.env=Object.assign({},process.env,r.env||{},e.githubToken?{BUILDX_BAKE_GIT_AUTH_TOKEN:e.githubToken}:{});let n=["bake"],o,s=[],a=[...e.files||[],e.source];if(a){for(let u of a.map(p=>p?p.trim():""))if(u.length!=0){if(!c0.isValidRef(u)){s.push(u);continue}if(o)throw new Error("Only one remote bake definition can be defined");o=u}}o&&n.push(o);for(let u of s)n.push("--file",u);if(e.overrides)for(let u of e.overrides)n.push("--set",u);if(e.vars)for(let u of e.vars)n.push("--var",u);if(e.allow)for(let u of e.allow)n.push("--allow",u);e.call&&n.push("--call",e.call),e.load&&n.push("--load"),e.noCache&&n.push("--no-cache"),e.provenance&&n.push("--provenance",e.provenance),e.push&&n.push("--push"),e.sbom&&n.push("--sbom",e.sbom);let c=await this.buildx.getCommand([...n,"--print",...e.targets||[]]);return await Oe.getExecOutput(c.command,c.args,r).then(u=>{if(u.stderr.length>0&&u.exitCode!=0)throw new Error(`cannot parse bake definitions: ${u.stderr.match(/(.*)\s*$/)?.[0]?.trim()??"unknown error"}`);return t.parseDefinition(u.stdout.trim())})}static parseDefinition(e){let r=JSON.parse(e);for(let n in r.target){let o=r.target[n];o.attest&&Array.isArray(o.attest)&&(o.attest=o.attest.map(s=>t.parseAttestEntry(s))),o["cache-from"]&&Array.isArray(o["cache-from"])&&(o["cache-from"]=o["cache-from"].map(s=>t.parseCacheEntry(s))),o["cache-to"]&&Array.isArray(o["cache-to"])&&(o["cache-to"]=o["cache-to"].map(s=>t.parseCacheEntry(s))),o.output&&Array.isArray(o.output)&&(o.output=o.output.map(s=>t.parseExportEntry(s))),o.secret&&Array.isArray(o.secret)&&(o.secret=o.secret.map(s=>t.parseSecretEntry(s))),o.ssh&&Array.isArray(o.ssh)&&(o.ssh=o.ssh.map(s=>t.parseSSHEntry(s)))}return r}static parseAttestEntry(e){if(typeof e!="string")return e;let r={type:""},n=F1(e,{relaxColumnCount:!0,skipEmptyLines:!0})[0];for(let o of n){let[s,a]=o.toString().split(/(?<=^[^=]+?)=/).map(c=>c.trim());switch(s){case"type":r.type=a;break;case"disabled":r.disabled=c0.parseBool(a);break;default:r[s]=a}}return r}static parseCacheEntry(e){if(typeof e!="string")return e;let r={type:""},n=F1(e,{relaxColumnCount:!0,skipEmptyLines:!0})[0];if(n.length===1&&!n[0].includes("="))return r.type="registry",r.ref=n[0],r;for(let o of n){let[s,a]=o.toString().
`)[0])}static async isHeadDetached(){return await t.exec(["branch","--show-current"]).then(e=>e.length==0)}static async getDetachedRef(){let e=await t.exec(["show","-s","--pretty=%D"]);N(`detached HEAD ref: ${e}`);let r=e.replace(/^grafted, /,"").trim();if(r==="HEAD")return await t.inferRefFromHead();let n=r.match(/^HEAD, (.*)$/);if(!n||!n[1])throw new Error(`Cannot find detached HEAD ref in "${e}"`);let o=n[1].trim();if(o.startsWith("tag: "))return await t.findDetachedTagRef(o,e);if(o.match(/^pull\/\d+\/(head|merge)$/))return`refs/${o}`;let a=o.match(/^[^/]+\/[^/]+, (.+)$/);if(a)return`refs/heads/${a[1].trim()}`;let c=o.match(/^[^/]+\/(.+)$/);if(c)return`refs/heads/${c[1].trim()}`;throw new Error(`Unsupported detached HEAD ref in "${e}"`)}static async exec(e=[]){return await Oe.getExecOutput("git",e,{ignoreReturnCode:!0,silent:!0}).then(r=>{if(r.stderr.length>0&&r.exitCode!=0)throw new Error(r.stderr);return r.stdout.trim()})}static async inferRefFromHead(){let e=await t.findContainingRef("refs/heads/");if(e)return e;let r=await t.findContainingRef("refs/remotes/");if(r){let s=r.match(/^refs\/remotes\/[^/]+\/(.+)$/);return s?`refs/heads/${s[1]}`:r}let n=await t.exec(["tag","--contains","HEAD"]),[o]=n.split(`
`).map(s=>s.trim()).filter(s=>s.length>0);if(o)return`refs/tags/${o}`;throw new Error("Cannot infer ref from detached HEAD")}static async findDetachedTagRef(e,r){let o=(await t.exec(["for-each-ref","--format=%(refname)","--points-at","HEAD","refs/tags/"])).split(`
`).map(s=>s.trim()).filter(s=>s.length>0).sort((s,a)=>a.length-s.length);for(let s of o){let a=`tag: ${s.slice(10)}`;if(e===a||e.startsWith(`${a}, `))return s}if(o.length===1)return o[0];throw new Error(`Cannot find detached tag ref in "${r}"`)}static async findContainingRef(e){let r=await t.exec(["for-each-ref","--format=%(refname)","--contains","HEAD","--sort=-committerdate",e]),[n]=r.split(`
`).map(o=>o.trim()).filter(o=>o.length>0);return n}static async commitDate(e){return new Date(await t.exec(["show","-s",'--format="%ci"',e]))}};var Cbe=require("crypto"),ei=w(require("fs"),1),ti=w(require("path"),1);var pd=w($Q(),1),ybe=w(l_(),1),Ad=w(zbe(),1);var fP=w($Q(),1);var gbe=w(_n(),1);var Obe="application/vnd.oci.empty.v1+json";var Zs=class{static{i(this,"Cosign")}binPath;_version;_versionOnce;constructor(e){this.binPath=e?.binPath||"cosign",this._version="",this._versionOnce=!1}async isAvailable(){let e=await Oe.getExecOutput(this.binPath,[],{ignoreReturnCode:!0,silent:!0}).then(r=>r.stderr.length>0&&r.exitCode!=0?(N(`Cosign.isAvailable cmd err: ${r.stderr.trim()}`),!1):r.exitCode==0).catch(r=>(N(`Cosign.isAvailable error: ${r}`),!1));return N(`Cosign.isAvailable: ${e}`),e}async version(){return this._versionOnce?this._version:(this._versionOnce=!0,this._version=await Oe.getExecOutput(this.binPath,["version","--json"],{ignoreReturnCode:!0,silent:!0}).then(e=>{if(e.stderr.length>0&&e.exitCode!=0)throw new Error(e.stderr.trim());return JSON.parse(e.stdout.trim()).gitVersion}),this._version)}async printVersion(){await Oe.exec(this.binPath,["version","--json"],{failOnStdErr:!1})}async versionSatisfies(e,r){let n=r??await this.version();if(!n)return N("Cosign.versionSatisfies false: undefined version"),!1;let o=gbe.satisfies(n,e)||/^[0-9a-f]{7}$/.exec(n)!==null;return N(`Cosign.versionSatisfies ${n} statisfies ${e}: ${o}`),o}static parseCommandOutput(e){let r,n,o,s;for(let a of e.split(/\r?\n/)){let c=a.trim();if(!c.startsWith("{")||!c.endsWith("}"))continue;let u;try{u=JSON.parse(c)}catch{continue}if(u&&Array.isArray(u.errors)&&u.errors.length>0&&(s=u.errors),!r&&u&&Array.isArray(u.manifests)&&u.manifests.length>0){let p=u.manifests[0];p?.artifactType===fP.BUNDLE_V03_MEDIA_TYPE&&typeof p.digest=="string"?r=p.digest:p?.artifactType===Obe&&typeof p.digest=="string"&&(n=p.digest)}if(!o&&u&&u.mediaType===fP.BUNDLE_V03_MEDIA_TYPE&&(o=u),o&&(r||n)){s=void 0;break}}return{bundle:o,signatureManifestDigest:r||n,errors:s}}};var mP=w(require("fs"),1);var pq=class t{static{i(this,"ImageTools")}buildx;constructor(e){this.buildx=e?.buildx||new N0}async getCommand(e){return await this.buildx.getCommand(["imagetools",...e])}async getInspectCommand(e){return await this.getCommand(["inspect",...e])}async getCreateCommand(e){return await this.getCommand(["create",...e])}async inspectImage(e){return await this.inspect(e,"{{json .Image}}",r=>{if(typeof r=="object"&&!Array.isArray(r)&&r!==null)return Object.prototype.hasOwnProperty.call(r,"config"),r;throw new Error("Unexpected output format")})}async inspectManifest(e){return await this.inspect(e,"{{json .Manifest}}",r=>{if(typeof r=="object"&&!Array.isArray(r)&&r!==null)return Object.prototype.hasOwnProperty.call(r,"manifests"),r;throw new Error("Unexpected output format")})}async attestationDescriptors(e){let r=await this.inspectManifest(e);if(typeof r!="object"||r===null||!("manifests"in r)||!Array.isArray(r.manifests))throw new Error(`No descriptor found for ${e.name}`);let n=r.manifests.filter(a=>a.annotations?.["vnd.docker.reference.type"]==="attestation-manifest");if(!e.platform)return n;let o=e.platform,s=new Map;for(let a of r.manifests)a.digest&&s.set(a.digest,a);return n.filter(a=>{let c=a.annotations?.["vnd.docker.reference.digest"];if(!c)return!1;let u=s.get(c);return u?u.platform?.os===o.os&&u.platform?.architecture===o.architecture&&(u.platform?.variant??"")===(o.variant??""):!1})}async attestationDigests(e){return(await this.attestationDescriptors(e)).map(r=>r.digest)}async create(e){let r=[],n=s0.tmpName({tmpdir:s0.tmpDir(),template:"imagetools-metadata-XXXXXX"}),o=[],s=[];for(let c of e.sources){if(c.startsWith("cwd://")){let u=c.substring(6);u.length>0&&o.push(u);continue}s.push(c)}if(e.tags)for(let c of e.tags)r.push("--tag",c);if(e.platforms)for(let c of e.platforms)r.push("--platform",c);if(e.annotations)for(let c of e.annotations)r.push("--annotation",c);e.dryRun?r.push("--dry-run"):r.push("--metadata-file",n);for(let c of o)r.push("--file",c);for(let c of s)r.
${a.message}`),await new Promise(p=>setTimeout(p,Math.pow(2,c)*100))}throw a??new Error(`ImageTools inspect command failed for ${e.name}`)}async execInspect(e,r,n){return await Oe.getExecOutput(e,r,{ignoreReturnCode:!0,silent:!0}).then(o=>{if(o.stderr.length>0&&o.exitCode!=0)throw new Error(o.stderr.trim());return n(JSON.parse(o.stdout))})}static isManifestUnknownError(e){return/(MANIFEST_UNKNOWN|manifest unknown)/i.test(e)||/:\s*not found$/i.test(e)}};var Pp="https://search.sigstore.dev";var Ebe="slsaprovenance1",_c=class t{static{i(this,"Sigstore")}cosign;imageTools;constructor(e){this.cosign=e?.cosign||new Zs,this.imageTools=e?.imageTools||new pq}async signAttestationManifests(e){if(!await this.cosign.isAvailable())throw new Error("Cosign is required to sign attestation manifests");let r={};try{if(!process.env.ACTIONS_ID_TOKEN_REQUEST_URL)throw new Error('missing "id-token" permission. Please add "permissions: id-token: write" to your workflow.');let n=await this.cosignSigningConfigArgs(e.noTransparencyLog);for(let o of e.imageNames){let s=await this.imageTools.attestationDigests({name:`${o}@${e.imageDigest}`,retryOnManifestUnknown:e.retryOnManifestUnknown,retryLimit:e.retryLimit});for(let a of s){let c=`${o}@${a}`;await at(`Signing attestation manifest ${c}`,async()=>{let u=["sign","--yes","--oidc-provider","github-actions","--registry-referrers-mode","oci-1-1","--new-bundle-format",...n];S(`[command]${this.cosign.binPath} ${[...u,c].join(" ")}`);let p=await Oe.getExecOutput(this.cosign.binPath,["--verbose",...u,c],{ignoreReturnCode:!0,silent:!0,env:Object.assign({},process.env,{COSIGN_EXPERIMENTAL:"1"})}),A=Zs.parseCommandOutput(p.stderr.trim());if(p.exitCode!=0)if(A.errors&&A.errors.length>0){let b=A.errors.map(f=>`- [${f.code}] ${f.message} : ${f.detail}`).join(`
`);throw new Error(`Cosign sign command failed with errors:
${b}`)}else throw new Error(`Cosign sign command failed with: ${p.stderr.trim().split(/\r?\n/).filter(b=>b.length>0).pop()??"unknown error"}`);let l=t.parseBundle((0,pd.bundleFromJSON)(A.bundle));l.tlogID&&S(`Uploaded to Rekor transparency log: ${Pp}?logIndex=${l.tlogID}`),S(`Signature manifest pushed: https://oci.dag.dev/?referrers=${c}`),r[c]={...l,imageName:o}})}}}catch(n){throw new Error(`Signing BuildKit attestation manifests failed: ${n.message}`)}return r}async verifySignedManifests(e,r){let n={};for(let[o,s]of Object.entries(e))await at(`Verifying signature of ${o}`,async()=>{let a=await this.verifyImageAttestation(o,{certificateIdentityRegexp:r.certificateIdentityRegexp,noTransparencyLog:r.noTransparencyLog||!s.tlogID,retryOnManifestUnknown:r.retryOnManifestUnknown,retryLimit:r.retryLimit});S(`Signature manifest verified: https://oci.dag.dev/?image=${s.imageName}@${a.signatureManifestDigest}`),n[o]=a});return n}async verifyImageAttestations(e,r){let n={},o=await this.imageTools.attestationDigests({name:e,platform:r.platform,retryOnManifestUnknown:r.retryOnManifestUnknown,retryLimit:r.retryLimit});if(o.length===0)throw new Error(`No attestation manifests found for ${e}`);let s=e.split(":",1)[0];for(let a of o){let c=`${s}@${a}`,u=await this.verifyImageAttestation(c,r);S(`Signature manifest verified: https://oci.dag.dev/?image=${s}@${u.signatureManifestDigest}`),n[c]=u}return n}async verifyImageAttestation(e,r){if(!await this.cosign.isAvailable())throw new Error("Cosign is required to verify signed manifests");let n=["verify","--experimental-oci11","--new-bundle-format","--certificate-oidc-issuer","https://token.actions.githubusercontent.com","--certificate-identity-regexp",r.certificateIdentityRegexp];if(r.noTransparencyLog&&n.push("--use-signed-timestamps","--insecure-ignore-tlog"),!r.retryOnManifestUnknown){S(`[command]${this.cosign.binPath} ${[...n,e].join(" ")}`);let a=await Oe.getExecOutput(this.cosign.binPath,["--verbose",...n,e],{ignoreReturnCode:!0,silent:!0,env:Object.assign({},process.env,{COSIGN_EXPERIMENTAL:"1"})});if(a.exitCode!==0)throw new Error(`Cosign verify command failed with: ${a.stderr.trim().split(/\r?\n/).filter(u=>u.length>0).pop()??"unknown error"}`);let c=Zs.parseCommandOutput(a.stderr.trim());return{cosignArgs:n,signatureManifestDigest:c.signatureManifestDigest}}let o=r.retryLimit??15,s;S(`[command]${this.cosign.binPath} ${[...n,e].join(" ")}`);for(let a=0;a<o;a++){let c=await Oe.getExecOutput(this.cosign.binPath,["--verbose",...n,e],{ignoreReturnCode:!0,silent:!0,env:Object.assign({},process.env,{COSIGN_EXPERIMENTAL:"1"})}),u=Zs.parseCommandOutput(c.stderr.trim());if(c.exitCode===0)return{cosignArgs:n,signatureManifestDigest:u.signatureManifestDigest};if(u.errors&&u.errors.length>0){let p=u.errors.map(A=>`- [${A.code}] ${A.message} : ${A.detail}`).join(`
`);if(s=new Error(`Cosign verify command failed with errors:
${p}`),u.errors.some(A=>A.code==="MANIFEST_UNKNOWN"))S(`Cosign verify command failed with MANIFEST_UNKNOWN, retrying attempt ${a+1}/${o}...
${p}`),await new Promise(A=>setTimeout(A,Math.pow(2,a)*100));else throw s}else throw new Error(`Cosign verify command failed with: ${c.stderr.trim().split(/\r?\n/).filter(p=>p.length>0).pop()??"unknown error"}`)}throw s}async signProvenanceBlobs(e){if(!await this.cosign.isAvailable())throw new Error("Cosign is required to sign provenance blobs");let r={};try{if(!process.env.ACTIONS_ID_TOKEN_REQUEST_URL)throw new Error('missing "id-token" permission. Please add "permissions: id-token: write" to your workflow.');let n=await this.cosignSigningConfigArgs(e.noTransparencyLog),o=t.getProvenanceBlobs(e);for(let s of Object.keys(o))await at(`Signing ${s}`,async()=>{let a=o[s],c=ti.default.join(ti.default.dirname(s),`${e.name??"provenance"}.sigstore.json`),u=t.getProvenanceSubjects(a);if(u.length===0){Ke(`No subjects found in provenance ${s}, skip signing.`);return}let p=ti.default.join(ti.default.dirname(s),u[0].name),A=["attest-blob","--yes","--oidc-provider","github-actions","--new-bundle-format","--statement",s,"--type",Ebe,"--bundle",c,...n];S(`[command]${this.cosign.binPath} ${[...A,p].join(" ")}`);let l=await Oe.getExecOutput(this.cosign.binPath,["--verbose",...A,p],{ignoreReturnCode:!0,silent:!0,env:Object.assign({},process.env,{COSIGN_EXPERIMENTAL:"1"})}),b=Zs.parseCommandOutput(l.stderr.trim());if(l.exitCode!=0)if(b.errors&&b.errors.length>0){let z=b.errors.map(g=>`- [${g.code}] ${g.message} : ${g.detail}`).join(`
`);throw new Error(`Cosign attest-blob command failed with errors:
${z}`)}else throw new Error(`Cosign attest-blob command failed with: ${l.stderr.trim().split(/\r?\n/).filter(z=>z.length>0).pop()??"unknown error"}`);let f=t.parseBundle((0,pd.bundleFromJSON)(JSON.parse(ei.default.readFileSync(c,{encoding:"utf-8"}))));S("Provenance blob signed for:");for(let z of u){let[g,y]=Object.entries(z.digest)[0]||[];S(` - ${z.name} (${g}:${y})`)}f.tlogID&&S(`Attestation signature uploaded to Rekor transparency log: ${Pp}?logIndex=${f.tlogID}`),S(`Sigstore bundle written to: ${c}`),r[s]={...f,bundlePath:c,subjects:u}})}catch(n){throw new Error(`Signing BuildKit provenance blobs failed: ${n.message}`)}return r}async verifySignedArtifacts(e,r){let n={};if(!await this.cosign.isAvailable())throw new Error("Cosign is required to verify signed artifacts");for(let[o,s]of Object.entries(e)){let a=ti.default.dirname(o);await at(`Verifying signature bundle ${s.bundlePath}`,async()=>{for(let c of s.subjects){let u=ti.default.join(a,c.name);S(`Verifying signed artifact ${u}`);let p=["verify-blob-attestation","--new-bundle-format","--certificate-oidc-issuer","https://token.actions.githubusercontent.com","--certificate-identity-regexp",r.certificateIdentityRegexp,"--type",r.predicateType??Ebe];(r.noTransparencyLog||!s.tlogID)&&p.push("--use-signed-timestamps","--insecure-ignore-tlog");let A=await Oe.getExecOutput(this.cosign.binPath,[...p,"--bundle",s.bundlePath,u],{ignoreReturnCode:!0});if(A.stderr.length>0&&A.exitCode!=0)throw new Error(A.stderr);n[u]={bundlePath:s.bundlePath,cosignArgs:p}}})}return n}async verifyArtifact(e,r,n){S("Verifying keyless verification bundle signature");let o=JSON.parse(ei.default.readFileSync(r,"utf-8")),s=(0,pd.bundleFromJSON)(o);S("Fetching Sigstore TUF trusted root metadata");let a=await ybe.getTrustedRoot(),c=(0,Ad.toTrustMaterial)(a);try{S("Verifying artifact signature");let u=(0,Ad.toSignedEntity)(s,ei.default.readFileSync(e)),p=t.parseCertificate(s),A=s.verificationMaterial.tlogEntries,l=A.length>0?A[0].logIndex:void 0;if(n?.subjectAlternativeName&&n?.subjectAlternativeName instanceof RegExp){let z=p.subjectAltName?.replace(/^uri:/i,"");if(z){if(!z.match(n.subjectAlternativeName))throw new Error(`Signing certificate subjectAlternativeName "${z}" does not match expected pattern`)}else throw new Error("Signing certificate does not contain subjectAltName")}let f=new Ad.Verifier(c).verify(u,{subjectAlternativeName:n?.subjectAlternativeName&&typeof n.subjectAlternativeName=="string"?n.subjectAlternativeName:void 0,extensions:n?.issuer?{issuer:n.issuer}:void 0});return N(`Sigstore.verifyArtifact signer: ${JSON.stringify(f)}`),{payload:o,certificate:p.toString(),tlogID:l}}catch(u){throw new Error(`Failed to verify artifact signature: ${u}`)}}static noTransparencyLog(e){return e??a0.context.payload.repository?.private??!1}async cosignSigningConfigArgs(e){let r=[],n=t.noTransparencyLog(e);return S(`Upload to transparency log: ${n?"disabled":"enabled"}`),await this.cosign.versionSatisfies(">=3.0.4")?await at("Creating Sigstore protobuf signing config",async()=>{let o=s0.tmpName({template:"signing-config-XXXXXX.json",tmpdir:s0.tmpDir()}),s=["signing-config","create","--with-default-services=true",`--out=${o}`];n&&s.push("--no-default-rekor=true"),await Oe.exec(this.cosign.binPath,s,{env:Object.assign({},process.env,{COSIGN_EXPERIMENTAL:"1"})}),S(JSON.stringify(JSON.parse(ei.default.readFileSync(o,{encoding:"utf-8"})),null,2)),r.push(`--signing-config=${o}`)}):(r.push("--use-signing-config"),n&&r.push("--tlog-upload=false")),r}static getProvenanceBlobs(e){let r=ti.default.join(e.localExportDir,"provenance.json");if(ei.default.existsSync(r))return{[r]:ei.default.readFileSync(r)};let n=ei.default.readdirSync(e.localExportDir,{withFileTypes:!0}),o=n.filter(s=>s.isDirectory());if(o.length>0&&o.length===n.length&&o.every(s=>ei.default.existsSync(ti.default.join(e.localExportDir,s.name,"provenance.json")))){let s={};for(let a of o){let c=ti.default.join(e.localExportDir,a.name,"provenance.json");s[c]=ei.default.readFileSync(c)}return s}throw new Error(`No valid provenance.json found in ${e.
`)){let[p,...A]=u.split(":"),l=p.toLowerCase(),b=A.map(f=>f.trim()).join(":");if(p.length!=0)switch(!0){case l=="name":n=void 0,r.name==null?r.name=b:(s&&o.gcPolicy&&(o.gcPolicy.push(s),s=void 0),o.name&&r.nodes.push(o),o={name:b});break;case l=="driver":n=void 0,r.driver=b;break;case l=="last activity":n=void 0,r.lastActivity=new Date(b);break;case l=="endpoint":n=void 0,o.endpoint=b;break;case l=="driver options":n=void 0,o["driver-opts"]=(b.match(/([a-zA-Z0-9_.]+)="([^"]*)"/g)||[]).map(f=>f.replace(/^(.*)="(.*)"$/g,"$1=$2"));break;case l=="status":n=void 0,o.status=b;break;case l=="buildkit daemon flags":case l=="flags":n=void 0,o["buildkitd-flags"]=b;break;case l=="buildkit version":case l=="buildkit":n=void 0,o.buildkit=b;break;case l=="platforms":{if(n=void 0,!b)break;let f=[];if(b.includes("*"))for(let z of b.split(", "))z.includes("*")&&f.push(z.replace(/\*/g,""));else f=b.split(", ");o.platforms=f.join(",");break}case l=="features":n="features",o.features={};break;case l=="labels":n="label",o.labels={};break;case l=="devices":n="devices",o.devices=o.devices||[];break;case l.startsWith("gc policy rule#"):n="gcpolicy",o.gcPolicy&&s&&(o.gcPolicy.push(s),s=void 0);break;case l.startsWith("file#"):n="file",c=p.split("#")[1],o.files=o.files||{},o.files[c]="";break;default:switch(n&&n!=="devices"&&o.devices&&a&&(o.devices.push(a),a=void 0),n||""){case"features":{o.features=o.features||{},o.features[p.trim()]=!!b;break}case"label":{o.labels=o.labels||{},o.labels[p.trim()]=b;break}case"devices":{switch(l.trim()){case"name":{o.devices&&a&&o.devices.push(a),a={},a.name=b;break}case"on-demand":{a&&b&&(a.onDemand=b=="true");break}case"automatically allowed":{a&&b&&(a.autoAllow=b=="true");break}case"annotations":{a&&(a.annotations=a.annotations||{});break}default:a&&a.annotations&&(a.annotations[p.trim()]=b)}break}case"gcpolicy":{switch(o.gcPolicy=o.gcPolicy||[],s=s||{},l.trim()){case"all":{s.all=b=="true";break}case"filters":{b&&(s.filter=b.split(","));break}case"keep duration":{s.keepDuration=b;break}case"keep bytes":{s.keepBytes=b;break}case"reserved space":{s.reservedSpace=b;break}case"max used space":{s.maxUsedSpace=b;break}case"min free space":{s.minFreeSpace=b;break}}break}case"file":{c&&o.files&&(o.files[c].length>0&&(o.files[c]+=`
`),o.files[c]+=u.replace(/^\s>\s?/,""));break}}}}return a&&o.devices&&o.devices.push(a),s&&o.gcPolicy&&o.gcPolicy.push(s),o.name&&r.nodes.push(o),r}};var Bbe=w(_n(),1);var lq=w(require("fs"),1);var dq=class{static{i(this,"Config")}resolveFromString(e){return this.resolve(e,!1)}resolveFromFile(e){return this.resolve(e,!0)}resolve(e,r){if(r){if(!lq.default.existsSync(e))throw new Error(`config file ${e} not found`);e=lq.default.readFileSync(e,{encoding:"utf-8"})}let n=s0.tmpName({tmpdir:s0.tmpDir()});return lq.default.writeFileSync(n,e),n}};var bq=class{static{i(this,"BuildKit")}buildx;config;constructor(e){this.config=new dq,this.buildx=e?.buildx||new N0}async getVersion(e){if(!e.buildkit&&e.name)try{return await this.getVersionWithinImage(e.name)}catch(r){Ke(r)}return e.buildkit}async getVersionWithinImage(e){return N(`BuildKit.getVersionWithinImage nodeName: ${e}`),Bt.getExecOutput(["inspect","--format","{{.Config.Image}}",`${N0.containerNamePrefix}${e}`],{ignoreReturnCode:!0,silent:!0}).then(r=>{if(r.exitCode==0&&r.stdout.length>0)return N(`BuildKit.getVersionWithinImage image: ${r.stdout.trim()}`),Bt.getExecOutput(["run","--rm",r.stdout.trim(),"--version"],{ignoreReturnCode:!0,silent:!0}).then(n=>{if(n.exitCode==0&&n.stdout.length>0)return`${r.stdout.trim()} => ${n.stdout.trim()}`;if(n.stderr.length>0)throw new Error(r.stderr.trim());return n.stdout.trim()});if(r.stderr.length>0)throw new Error(r.stderr.trim());return r.stdout.trim()})}async versionSatisfies(e,r,n){n||(n=await new dd({buildx:this.buildx}).inspect(e));for(let o of n.nodes){let s=o.buildkit;if(N(`BuildKit.versionSatisfies ${s}: ${r}`),!s)try{s=await this.getVersionWithinImage(o.name||"")}catch{return N(`BuildKit.versionSatisfies ${o.name}: can't get version`),!1}if(N(`BuildKit.versionSatisfies ${o.name}: version ${s}`),n.driver=="docker"&&!s.endsWith("-moby")||!Bbe.satisfies(s.replace(/-moby$/,""),r))return!1}return!0}};var Mq=class t{static{i(this,"Compose")}_version;_versionOnce;_standalone;constructor(e){this._standalone=e?.standalone,this._version="",this._versionOnce=!1}async isStandalone(){let e=this._standalone??!await Bt.isAvailable();return N(`Compose.isStandalone: ${e}`),e}async getCommand(e){let r=await this.isStandalone();return{command:r?"compose":"docker",args:r?e:["compose",...e]}}async isAvailable(){let e=await this.getCommand([]),r=await Oe.getExecOutput(e.command,e.args,{ignoreReturnCode:!0,silent:!0}).then(n=>n.stderr.length>0&&n.exitCode!=0?(N(`Compose.isAvailable cmd err: ${n.stderr.trim()}`),!1):n.exitCode==0).catch(n=>(N(`Compose.isAvailable error: ${n}`),!1));return N(`Compose.isAvailable: ${r}`),r}async version(){if(this._versionOnce)return this._version;this._versionOnce=!0;let e=await this.getCommand(["version"]);return this._version=await Oe.getExecOutput(e.command,e.args,{ignoreReturnCode:!0,silent:!0}).then(r=>{if(r.stderr.length>0&&r.exitCode!=0)throw new Error(r.stderr.trim());return t.parseVersion(r.stdout.trim())}),this._version}async printVersion(){let e=await this.getCommand(["version"]);await Oe.exec(e.command,e.args,{failOnStdErr:!1})}static parseVersion(e){let r=/\sv?([0-9a-f]{7}|[0-9.]+)/.exec(e);if(!r)throw new Error("Cannot parse compose version");return r[1]}};var ma=w(require("fs"),1),ni=w(require("os"),1),bd=w(require("path"),1);var mq=w(_n(),1),zP=w(require("util"),1);var fq=class t{static{i(this,"Install")}standalone;githubToken;constructor(e){this.standalone=e?.standalone,this.githubToken=e?.githubToken||process.env.GITHUB_TOKEN}async download(e,r){let n=await t.getDownloadVersion(e);N(`Install.download version: ${n.version}`);let o=await t.getRelease(n,this.githubToken);N(`Install.download release tag name: ${o.tag_name}`);let s=await this.vspec(o.tag_name);N(`Install.download vspec: ${s}`);let a=mq.clean(s)||"";if(!mq.valid(a))throw new Error(`Invalid Compose version "${s}".`);let c=new rt({htcName:n.key!="official"?`compose-dl-bin-${n.key}`:"compose-dl-bin",htcVersion:s,baseCacheDir:bd.default.join(ni.default.homedir(),".bin","docker-compose"),cacheFile:ni.default.platform()=="win32"?"docker-compose.ex
# syntax=docker/dockerfile:1
ARG GO_VERSION="1.24"
ARG ALPINE_VERSION="3.22"
FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.7.0 AS xx
FROM --platform=$BUILDPLATFORM golang:\${GO_VERSION}-alpine\${ALPINE_VERSION} AS builder-base
COPY --from=xx / /
RUN apk add --no-cache git
ENV GOTOOLCHAIN=auto
ENV CGO_ENABLED=0
WORKDIR /src
RUN --mount=type=cache,target=/go/pkg/mod \\
--mount=type=bind,source=go.mod,target=go.mod \\
--mount=type=bind,source=go.sum,target=go.sum \\
go mod download
FROM builder-base AS version
RUN --mount=type=bind,target=. <<'EOT'
git rev-parse HEAD 2>/dev/null || {
echo >&2 "Failed to get git revision, make sure --build-arg BUILDKIT_CONTEXT_KEEP_GIT_DIR=1 is set when building from Git directly"
exit 1
}
set -ex
export PKG=sigs.k8s.io BUILDDATE=$(date -u +"%Y-%m-%dT%H:%M:%SZ") TREESTATE=$(if ! git diff --no-ext-diff --quiet --exit-code; then echo dirty; else echo clean; fi) VERSION=$(git describe --match 'v[0-9]*' --dirty='.m' --always --tags) COMMIT=$(git rev-parse HEAD)$(if ! git diff --no-ext-diff --quiet --exit-code; then echo .m; fi);
echo "-X \${PKG}/release-utils/version.gitVersion=\${VERSION} -X \${PKG}/release-utils/version.gitCommit=\${COMMIT} -X \${PKG}/release-utils/version.gitTreeState=\${TREESTATE} -X \${PKG}/release-utils/version.buildDate=\${BUILDDATE}" > /tmp/.ldflags;
echo -n "\${VERSION}" > /tmp/.version;
EOT
FROM builder-base AS builder
ARG TARGETPLATFORM
RUN --mount=type=bind,target=. \\
--mount=type=cache,target=/root/.cache,id=cosign-$TARGETPLATFORM \\
--mount=source=/tmp/.ldflags,target=/tmp/.ldflags,from=version \\
--mount=type=cache,target=/go/pkg/mod <<EOT
set -ex
xx-go build -trimpath -ldflags "-s -w $(cat /tmp/.ldflags)" -o /out/cosign ./cmd/cosign
xx-verify --static /out/cosign
EOT
FROM scratch
COPY --from=builder /out /
`;var hq=class t{static{i(this,"Install")}githubToken;buildx;sigstore;constructor(e){this.githubToken=e?.githubToken||process.env.GITHUB_TOKEN,this.buildx=e?.buildx||new N0,this.sigstore=e?.sigstore||new _c}async download(e){let r=await t.getDownloadVersion(e.version);N(`Install.download version: ${r.version}`);let n=await t.getRelease(r,this.githubToken);N(`Install.download release tag name: ${n.tag_name}`);let o=await this.vspec(n.tag_name);N(`Install.download vspec: ${o}`);let s=fd.clean(o)||"";if(!fd.valid(s))throw new Error(`Invalid Cosign version "${o}".`);let a=new rt({htcName:"cosign-dl-bin",htcVersion:o,baseCacheDir:Md.default.join(No.default.homedir(),".bin"),cacheFile:No.default.platform()=="win32"?"cosign.exe":"cosign",ghaNoCache:e.ghaNoCache}),c=await a.find();if(c)return S(`Cosign binary found in ${c}`),c;let u=OP.format(r.downloadURL,o,this.filename());S(`Downloading ${u}`);let p=await On(u,void 0,this.githubToken);N(`Install.download htcDownloadPath: ${p}`),e.verifySignature&&fd.satisfies(o,">=3.0.1")&&await this.verifySignature(p,u);let A=await a.save(p,e.skipState);return S(`Cached to ${A}`),A}async build(e,r,n){let o=await this.vspec(e);N(`Install.build vspec: ${o}`);let s=new rt({htcName:"cosign-build-bin",htcVersion:o,baseCacheDir:Md.default.join(No.default.homedir(),".bin"),cacheFile:No.default.platform()=="win32"?"cosign.exe":"cosign",ghaNoCache:r}),a=await s.find();if(a)return S(`Cosign binary found in ${a}`),a;let c=Md.default.join(s0.tmpDir(),"cosign-build-cache"),u=await this.buildCommand(e,c),p=await Oe.getExecOutput(u.command,u.args,{ignoreReturnCode:!0,input:Buffer.from(qbe)}).then(l=>{if(l.stderr.length>0&&l.exitCode!=0)throw new Error(`build failed with: ${l.stderr.match(/(.*)\s*$/)?.[0]?.trim()??"unknown error"}`);return`${c}/cosign`}),A=await s.save(p,n);return S(`Cached to ${A}`),A}async install(e,r){r=r||s0.tmpDir();let n=Md.default.join(r,"cosign-bin");Hm.default.existsSync(n)||Hm.default.mkdirSync(n,{recursive:!0});let o=No.default.platform()=="win32"?"cosign.exe":"cosign",s=Md.default.join(n,o);return Hm.default.copyFileSync(e,s),S("Fixing perms"),Hm.default.chmodSync(s,"0755"),Zo(n),S("Added Cosign to PATH"),S(`Binary path: ${s}`),s}async buildCommand(e,r){let n=await new N0({standalone:!0}).isAvailable(),o=await new N0({standalone:!1}).isAvailable(),s=!1;if(await this.buildx.isStandalone()&&n)N("Install.buildCommand: Buildx standalone found, build with it"),s=!0;else if(!await this.buildx.isStandalone()&&o)N("Install.buildCommand: Buildx plugin found, build with it"),s=!1;else if(n)N("Install.buildCommand: Buildx plugin not found, but standalone found so trying to build with it"),s=!0;else if(o)N("Install.buildCommand: Buildx standalone not found, but plugin found so trying to build with it"),s=!1;else throw new Error(`Neither buildx standalone or plugin have been found to build from ref ${e}`);let a=["build","--platform","local","--build-arg","BUILDKIT_CONTEXT_KEEP_GIT_DIR=1","--output",`type=local,dest=${r}`];return process.env.GIT_AUTH_TOKEN&&a.push("--secret","id=GIT_AUTH_TOKEN"),a.push("-f-",e),await new N0({standalone:s}).getCommand(a)}async verifySignature(e,r){let n=`${r}.sigstore.json`;S(`Downloading keyless verification bundle at ${n}`);let o=await On(n,void 0,this.githubToken);N(`Install.verifySignature bundlePath: ${o}`);let s=await this.sigstore.verifyArtifact(e,o,{subjectAlternativeName:"keyless@projectsigstore.iam.gserviceaccount.com",issuer:"https://accounts.google.com"});S(`Cosign binary signature verified! ${s.tlogID?`${Pp}?logIndex=${s.tlogID}`:""}`)}filename(){let e;switch(No.default.arch()){case"x64":{e="amd64";break}case"ppc64":{e="ppc64le";break}default:{e=No.default.arch();break}}let r=No.default.platform()=="win32"?"windows":No.default.platform(),n=No.default.platform()=="win32"?".exe":"";return OP.format("cosign-%s-%s%s",r,e,n)}async vspec(e){if(!c0.isValidRef(e)){let p=e.replace(/^v+|v+$/g,"");return S(`Use ${p} version spec cache key for ${e}`),p}let[r,n]=e.split("#");n.length==0&&(n="master");let o;n.match(/^[0-9a-fA-F]{40}$/)?o=n:o=await ua.remoteSha
`,sepLabels:_r("sep-labels",{trimWhitespace:!1})||`
`,sepAnnotations:_r("sep-annotations",{trimWhitespace:!1})||`
`,bakeTarget:_r("bake-target")||"docker-metadata-action",githubToken:_r("github-token")}}i(Rbe,"getInputs");async function Nbe(t,e){switch(t){case"workflow":return await x20(e);case"git":return await T20();default:throw new Error(`Invalid context source: ${t}`)}}i(Nbe,"getContext");async function x20(t){let e=a0.context;return/pull_request_target/.test(e.eventName)&&(e.ref=`refs/pull/${e.payload.number}/merge`),/true/i.test(process.env.DOCKER_METADATA_PR_HEAD_SHA||"")&&(/pull_request/.test(e.eventName)||/pull_request_target/.test(e.eventName))&&e.payload?.pull_request?.head?.sha!=null&&(e.sha=e.payload.pull_request.head.sha),{commitDate:await v20(e.sha,t),...e}}i(x20,"getContextFromWorkflow");async function T20(){let t=await ua.context();return{commitDate:await ua.commitDate(t.sha),...t}}i(T20,"getContextFromGit");async function v20(t,e){let r=a0.context.payload;if(r.commits){let n=r.commits.find(o=>o.id===t)?.timestamp;if(n)return new Date(n)}if(r.head_commit&&r.head_commit.id===t)return new Date(r.head_commit.timestamp);try{let n=await e.github.octokit.rest.repos.getCommit({owner:a0.context.repo.owner,repo:a0.context.repo.repo,ref:t});if(n.data.commit.committer?.date)return new Date(n.data.commit.committer.date);throw new Error("Committer date not found")}catch(n){return N(`Failed to get commit date from GitHub API: ${n.message}`),new Date}}i(v20,"getCommitDateFromWorkflow");var qa=w(vQ(),1),E4e=w(require("fs"),1),C4e=w(require("path"),1),Ph=w(Tbe(),1),an=w(m4e(),1),Wd=w(_n(),1);function z4e(t){let e=[];if(t.length==1){let r=!1,n=F1(t[0],{relaxColumnCount:!0,skipEmptyLines:!0})[0];for(let o of n){let s=o.toString().split("=").map(a=>a.trim());if(s.length==1)e.push({name:s[0],enable:!0});else{r=!0;break}}if(!r)return h4e(e)}e=[];for(let r of t){let n={name:"",enable:!0},o=F1(r,{relaxColumnCount:!0,skipEmptyLines:!0})[0];for(let s of o){let a=s.toString().split("=").map(c=>c.trim());if(a.length==1)n.name=a[0];else{let c=a[0].toLowerCase(),u=a[1];switch(c){case"name":{n.name=u;break}case"enable":{if(!["true","false"].includes(u))throw new Error(`Invalid enable attribute value: ${r}`);n.enable=/true/i.test(u);break}default:throw new Error(`Unknown image attribute: ${r}`)}}}if(n.name.length==0)throw new Error(`Image name attribute empty: ${r}`);e.push(n)}return h4e(e)}i(z4e,"Transform");function h4e(t){Du("Processing images input");for(let e of t)S(`name=${e.name},enable=${e.enable}`);return Iu(),t}i(h4e,"output");var G7=(u=>(u.Schedule="schedule",u.Semver="semver",u.Pep440="pep440",u.Match="match",u.Edge="edge",u.Ref="ref",u.Raw="raw",u.Sha="sha",u))(G7||{}),hD=(n=>(n.Branch="branch",n.Tag="tag",n.PR="pr",n))(hD||{}),zD=(r=>(r.Short="short",r.Long="long",r))(zD||{}),U7=class{static{i(this,"Tag")}type;attrs;constructor(){this.attrs={}}toString(){let e=[`type=${this.type}`];for(let r in this.attrs)e.push(`${r}=${this.attrs[r]}`);return e.join(",")}},D40={schedule:"1000",semver:"900",pep440:"900",match:"800",edge:"700",ref:"600",raw:"200",sha:"100"};function O4e(t){let e=[];t.length==0&&(t=["type=schedule","type=ref,event=branch","type=ref,event=tag","type=ref,event=pr"]);for(let n of t)e.push(I40(n));let r=e.sort((n,o)=>Number(n.attrs.priority)<Number(o.attrs.priority)?1:Number(n.attrs.priority)>Number(o.attrs.priority)?-1:0);Du("Processing tags input");for(let n of r)S(n.toString());return Iu(),r}i(O4e,"Transform");function I40(t){let e=F1(t,{relaxColumnCount:!0,skipEmptyLines:!0})[0],r=new U7;for(let n of e){let o=n.toString().split(/(?<=^[^=]+?)=/).map(s=>s.trim());if(o.length==1)r.attrs.value=o[0];else{let s=o[0].toLowerCase(),a=o[1];switch(s){case"type":{if(!Object.values(G7).includes(a))throw new Error(`Unknown tag type attribute: ${a}`);r.type=a;break}default:{r.attrs[s]=a;break}}}}switch(r.type==null&&(r.type="raw"),r.type){case"schedule":{Object.prototype.hasOwnProperty.call(r.attrs,"pattern")||(r.attrs.pattern="nightly");break}case"semver":case"pep440":{if(!Object.prototype.hasOwnProperty.call(r.attrs,"pattern"))throw new Error(`Missing pattern attribute for ${t}`);Object.prototype.hasOwnProperty.call(r.attrs,"val
/*! Bundled license information:
undici/lib/web/fetch/body.js:
(*! formdata-polyfill. MIT License. Jimmy Wärting <https://jimmy.warting.se/opensource> *)
undici/lib/web/websocket/frame.js:
(*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
tmp/lib/tmp.js:
(*!
* Tmp
*
* Copyright (c) 2011-2017 KARASZI Istvan <github@spam.raszi.hu>
*
* MIT Licensed
*)
moment/moment.js:
(*! moment.js *)
(*! version : 2.30.1 *)
(*! authors : Tim Wood, Iskren Chernev, Moment.js contributors *)
(*! license : MIT *)
(*! momentjs.com *)
moment-timezone/moment-timezone.js:
(*! moment-timezone.js *)
2026-05-28 08:28:29 +00:00
(*! version : 0.6.2 *)
(*! Copyright (c) JS Foundation and other contributors *)
(*! license : MIT *)
(*! github.com/moment/moment-timezone *)
xregexp/lib/xregexp.js:
(*!
* XRegExp 4.4.1
* <xregexp.com>
* Steven Levithan (c) 2007-present MIT License
*)
xregexp/lib/addons/build.js:
(*!
* XRegExp.build 4.4.1
* <xregexp.com>
* Steven Levithan (c) 2012-present MIT License
*)
xregexp/lib/addons/matchrecursive.js:
(*!
* XRegExp.matchRecursive 4.4.1
* <xregexp.com>
* Steven Levithan (c) 2009-present MIT License
*)
xregexp/lib/addons/unicode-base.js:
(*!
* XRegExp Unicode Base 4.4.1
* <xregexp.com>
* Steven Levithan (c) 2008-present MIT License
*)
xregexp/lib/addons/unicode-blocks.js:
(*!
* XRegExp Unicode Blocks 4.4.1
* <xregexp.com>
* Steven Levithan (c) 2010-present MIT License
* Unicode data by Mathias Bynens <mathiasbynens.be>
*)
xregexp/lib/addons/unicode-categories.js:
(*!
* XRegExp Unicode Categories 4.4.1
* <xregexp.com>
* Steven Levithan (c) 2010-present MIT License
* Unicode data by Mathias Bynens <mathiasbynens.be>
*)
xregexp/lib/addons/unicode-properties.js:
(*!
* XRegExp Unicode Properties 4.4.1
* <xregexp.com>
* Steven Levithan (c) 2012-present MIT License
* Unicode data by Mathias Bynens <mathiasbynens.be>
*)
xregexp/lib/addons/unicode-scripts.js:
(*!
* XRegExp Unicode Scripts 4.4.1
* <xregexp.com>
* Steven Levithan (c) 2010-present MIT License
* Unicode data by Mathias Bynens <mathiasbynens.be>
*)
@octokit/request-error/dist-src/index.js:
(* v8 ignore else -- @preserve -- Bug with vitest coverage where it sees an else branch that doesn't exist *)
@octokit/request/dist-bundle/index.js:
(* v8 ignore next -- @preserve *)
(* v8 ignore else -- @preserve *)
*/
//# sourceMappingURL=index.cjs.map