Files
login-action/dist/index.cjs

259 lines
2.1 MiB
JavaScript
Raw Normal View History

var aFe=Object.create;var jy=Object.defineProperty;var cFe=Object.getOwnPropertyDescriptor;var lFe=Object.getOwnPropertyNames;var uFe=Object.getPrototypeOf,dFe=Object.prototype.hasOwnProperty;var i=(t,e)=>jy(t,"name",{value:e,configurable:!0});var I=(t,e)=>()=>(t&&(e=t(t=0)),e);var b=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),rn=(t,e)=>{for(var r in e)jy(t,r,{get:e[r],enumerable:!0})},aK=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let s of lFe(e))!dFe.call(t,s)&&s!==r&&jy(t,s,{get:()=>e[s],enumerable:!(n=cFe(e,s))||n.enumerable});return t};var D=(t,e,r)=>(r=t!=null?aFe(uFe(t)):{},aK(e||!t||!t.__esModule?jy(r,"default",{value:t,enumerable:!0}):r,t)),W=t=>aK(jy({},"__esModule",{value:!0}),t);var hK=b(aA=>{"use strict";var BFt=require("net"),AFe=require("tls"),dO=require("http"),mK=require("https"),hFe=require("events"),RFt=require("assert"),gFe=require("util");aA.httpOverHttp=yFe;aA.httpsOverHttp=EFe;aA.httpOverHttps=CFe;aA.httpsOverHttps=IFe;function yFe(t){var e=new Tl(t);return e.request=dO.request,e}i(yFe,"httpOverHttp");function EFe(t){var e=new Tl(t);return e.request=dO.request,e.createSocket=fK,e.defaultPort=443,e}i(EFe,"httpsOverHttp");function CFe(t){var e=new Tl(t);return e.request=mK.request,e}i(CFe,"httpOverHttps");function IFe(t){var e=new Tl(t);return e.request=mK.request,e.createSocket=fK,e.defaultPort=443,e}i(IFe,"httpsOverHttps");function Tl(t){var e=this;e.options=t||{},e.proxyOptions=e.options.proxy||{},e.maxSockets=e.options.maxSockets||dO.Agent.defaultMaxSockets,e.requests=[],e.sockets=[],e.on("free",i(function(n,s,o,a){for(var c=AK(s,o,a),l=0,u=e.requests.length;l<u;++l){var d=e.requests[l];if(d.host===c.host&&d.port===c.port){e.requests.splice(l,1),d.request.onSocket(n);return}}n.destroy(),e.removeSocket(n)},"onFree"))}i(Tl,"TunnelingAgent");gFe.inherits(Tl,hFe.EventEmitter);Tl.prototype.addRequest=i(function(e,r,n,s){var o=this,a=pO({request:e},o.options,AK(r,n,s));if(o.sockets.length>=this.maxSockets){o.requests.push(a);return}o.createSocket(a,function(c){c.on("free",l),c.on("close",u),c.on("agentRemove",u),e.onSocket(c);function l(){o.emit("free",c,a)}i(l,"onFree");function u(d){o.removeSocket(c),c.removeListener("free",l),c.removeListener("close",u),c.removeListener("agentRemove",u)}i(u,"onCloseOrRemove")})},"addRequest");Tl.prototype.createSocket=i(function(e,r){var n=this,s={};n.sockets.push(s);var o=pO({},n.proxyOptions,{method:"CONNECT",path:e.host+":"+e.port,agent:!1,headers:{host:e.host+":"+e.port}});e.localAddress&&(o.localAddress=e.localAddress),o.proxyAuth&&(o.headers=o.headers||{},o.headers["Proxy-Authorization"]="Basic "+new Buffer(o.proxyAuth).toString("base64")),zu("making CONNECT request");var a=n.request(o);a.useChunkedEncodingByDefault=!1,a.once("response",c),a.once("upgrade",l),a.once("connect",u),a.once("error",d),a.end();function c(p){p.upgrade=!0}i(c,"onResponse");function l(p,m,f){process.nextTick(function(){u(p,m,f)})}i(l,"onUpgrade");function u(p,m,f){if(a.removeAllListeners(),m.removeAllListeners(),p.statusCode!==200){zu("tunneling socket could not be established, statusCode=%d",p.statusCode),m.destroy();var g=new Error("tunneling socket could not be established, statusCode="+p.statusCode);g.code="ECONNRESET",e.request.emit("error",g),n.removeSocket(s);return}if(f.length>0){zu("got illegal response body from proxy"),m.destroy();var g=new Error("got illegal response body from proxy");g.code="ECONNRESET",e.request.emit("error",g),n.removeSocket(s);return}return zu("tunneling connection has established"),n.sockets[n.sockets.indexOf(s)]=m,r(m)}i(u,"onConnect");function d(p){a.removeAllListeners(),zu(`tunneling socket could not be established, cause=%s
`,p.message,p.stack);var m=new Error("tunneling socket could not be established, cause="+p.message);m.code="ECONNRESET",e.request.emit("error",m),n.removeSocket(s)}i(d,"onError")},"createSocket");Tl.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(s){n.request.onSocket(s)})}},"removeSocket");function fK(t,e){var r=this;Tl.prototype.createSocket.call(r,t,function(n){var s=t.request.getHeader("host"),o=pO({},r.options,{socket:n,servername:s?s.replace(/:.*$/,""):t.host}),a=AFe.connect(0,o);r.sockets[r.sockets.indexOf(n)]=a,e(a)})}i(fK,"createSecureSocket");function AK(t,e,r){return typeof t=="string"?{host:t,port:e,localAddress:r}:t}i(AK,"toOptions");function pO(t){for(var e=1,r=arguments.length;e<r;++e){var n=arguments[e];if(typeof n=="object")for(var s=Object.keys(n),o=0,a=s.length;o<a;++o){var c=s[o];n[c]!==void 0&&(t[c]=n[c])}}return t}i(pO,"mergeOptions");var zu;process.env.NODE_DEBUG&&/\btunnel\b/.test(process.env.NODE_DEBUG)?zu=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"):zu=i(function(){},"debug");aA.debug=zu});var Jy=b((PFt,gK)=>{gK.exports=hK()});var er=b((vFt,yK)=>{yK.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 xt=b((_Ft,GK)=>{"use strict";var EK=Symbol.for("undici.error.UND_ERR"),tr=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[EK]===!0}[EK]=!0},CK=Symbol.for("undici.error.UND_ERR_CONNECT_TIMEOUT"),mO=class extends tr{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(r7,"isValidHeaderValue");function OUe(t,e){let{headersList:r}=e,n=(r.get("referrer-policy",!0)??"").split(","),s="";if(n.length>0)for(let o=n.length;o!==0;o--){let a=n[o-1].trim();if(IUe.has(a)){s=a;break}}s!==""&&(t.referrerPolicy=s)}i(OUe,"setRequestReferrerPolicyOnRedirect");function MUe(){return"allowed"}i(MUe,"crossOriginResourcePolicyCheck");function FUe(){return"success"}i(FUe,"corsCheck");function UUe(){return"success"}i(UUe,"TAOCheck");function qUe(t){let e=null;e=t.mode,t.headersList.set("sec-fetch-mode",e,!0)}i(qUe,"appendFetchMetadata");function $Ue(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&&lM(t.origin)&&!lM(oE(t))&&(e=null);break;case"same-origin":eb(t,oE(t))||(e=null);break;default:}t.headersList.append("origin",e,!0)}}}i($Ue,"appendRequestOriginHeader");function gA(t,e){return t}i(gA,"coarsenTime");function GUe(t,e,r){return!t?.startTime||t.startTime<e?{domainLookupStartTime:e,domainLookupEndTime:e,connectionStartTime:e,connectionEndTime:e,secureConnectionStartTime:e,ALPNNegotiatedProtocol:t?.ALPNNegotiatedProtocol}:{domainLookupStartTime:gA(t.domainLookupStartTime,r),domainLookupEndTime:gA(t.domainLookupEndTime,r),connectionStartTime:gA(t.connectionStartTime,r),connectionEndTime:gA(t.connectionEndTime,r),secureConnectionStartTime:gA(t.secureConnectionStartTime,r),ALPNNegotiatedProtocol:t.ALPNNegotiatedProtocol}}i(GUe,"clampAndCoarsenConnectionTimingInfo");function HUe(t){return gA(BUe.now(),t)}i(HUe,"coarsenedSharedCurrentTime");function zUe(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(zUe,"createOpaqueTimingInfo");function n7(){return{referrerPolicy:"strict-origin-when-cross-origin"}}i(n7,"makePolicyContainer");function VUe(t){return{referrerPolicy:t.referrerPolicy}}i(VUe,"clonePolicyContainer");function YUe(t){let e=t.referrerPolicy;Fp(e);let r=null;if(t.referrer==="client"){let c=KX();if(!c||c.origin==="null")return"no-referrer";r=new URL(c)}else t.referrer instanceof URL&&(r=t.referrer);let n=cM(r),s=cM(r,!0);n.toString().length>4096&&(n=s);let o=eb(t,n),a=sE(n)&&!sE(t.url);switch(e){case"origin":return s??cM(r,!0);case"unsafe-url":return n;case"same-origin":return o?s:"no-referrer";case"origin-when-cross-origin":return o?n:s;case"strict-origin-when-cross-origin":{let c=oE(t);return eb(n,c)?n:sE(n)&&!sE(c)?"no-referrer":s}default:return a?"no-referrer":s}}i(YUe,"determineRequestsReferrer");function cM(t,e){return Fp(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(cM,"stripURLForReferrer");function sE(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(sE,"isURLPotentiallyTrustworthy");function WUe(t,e){if(Z0===void 0)return!0;let r=s7(e);if(r==="no metadata"||r.length===0)return!0;let n=JUe(r),s=KUe(r,n);for(let o of s){let a=o.algo,c=o.hash,l=Z0.createHash(a).update(t).digest("base64");if(l[l.length-1]==="="&&(l[l.length-2]==="="?l=l.slice(0,-2):l=l.slice(0,-1)),XUe(l,c))return!0}return!1}i(WUe,"bytesMatch");var jUe=/(?<algo>sha256|sha384|sha512)-((?<hash>[A-Za-z0-9+/]+|[A-Za-z0-9_-]+)={0,2}(?:\s|$)( +[!-
`);function k2e(t){for(let e=0;e<t.length;++e)if((t.charCodeAt(e)&-128)!==0)return!1;return!0}i(k2e,"isAsciiString");function L2e(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(L2e,"validateBoundary");function O2e(t,e){rb(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"),s=[],o={position:0};for(;t[o.position]===13&&t[o.position+1]===10;)o.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(o.position,o.position+n.length).equals(n))o.position+=n.length;else return"failure";if(o.position===t.length-2&&nb(t,Q2e,o)||o.position===t.length-4&&nb(t,D2e,o))return s;if(t[o.position]!==13||t[o.position+1]!==10)return"failure";o.position+=2;let c=M2e(t,o);if(c==="failure")return"failure";let{name:l,filename:u,contentType:d,encoding:p}=c;o.position+=2;let m;{let g=t.indexOf(n.subarray(2),o.position);if(g===-1)return"failure";m=t.subarray(o.position,g-4),o.position+=m.length,p==="base64"&&(m=Buffer.from(m.toString(),"base64"))}if(t[o.position]!==13||t[o.position+1]!==10)return"failure";o.position+=2;let f;u!==null?(d??="text/plain",k2e(d)||(d=""),f=new v2e([m],u,{type:d})):f=B2e(Buffer.from(m)),rb(g7(l)),rb(typeof f=="string"&&g7(f)||N2e(f)),s.push(T2e(l,f,u))}}i(O2e,"multipartFormDataParser");function M2e(t,e){let r=null,n=null,s=null,o=null;for(;;){if(t[e.position]===13&&t[e.position+1]===10)return r===null?"failure":{name:r,filename:n,contentType:s,encoding:o};let a=EA(c=>c!==10&&c!==13&&c!==58,t,e);if(a=hM(a,!0,!0,c=>c===9||c===32),!R2e.test(a.toString())||t[e.position]!==58)return"failure";switch(e.position++,EA(c=>c===32||c===9,t,e),S2e(a)){case"content-disposition":{if(r=n=null,!nb(t,_2e,e)||(e.position+=17,r=C7(t,e),r===null))return"failure";if(nb(t,E7,e)){let c=e.position+E7.length;if(t[c]===42&&(e.position+=1,c+=1),t[c]!==61||t[c+1]!==34||(e.position+=12,n=C7(t,e),n===null))return"failure"}break}case"content-type":{let c=EA(l=>l!==10&&l!==13,t,e);c=hM(c,!1,!0,l=>l===9||l===32),s=y7(c);break}case"content-transfer-encoding":{let c=EA(l=>l!==10&&l!==13,t,e);c=hM(c,!1,!0,l=>l===9||l===32),o=y7(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(M2e,"parseMultipartFormDataHeaders");function C7(t,e){rb(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(C7,"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 hM(t,e,r,n){let s=0,o=t.length-1;if(e)for(;s<t.length&&n(t[s]);)s++;if(r)for(;o>0&&n(t[o]);)o--;return s===0&&o===t.length-1?t:t.subarray(s,o+1)}i(hM,"removeChars");function nb(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(nb,"bufferStartsWith");I7.exports={multipartFormDataParser:O2e,validateBoundary:L2e}});var xA=b((y1t,_7)=>{"use strict";var cE=ut(),{ReadableStreamFrom:F2e,isBlobLike:w7,isReadableStreamLike:U2e,readableStreamClose:q2e,createDeferredPromise:$2e,fullyReadBody:G2e,extractMimeType:H2e,utf8DecodeBytes:B7}=yo(),{FormData:b7}=aE(),{kState:IA}=Vu(),{webidl:z2e}=Nn(),{Blob:V2e}=require("node:buffer"),gM=require("node:assert"),{isErrored:R7,isDisturbed:Y2e}=require("node:stream"),{isArrayBuffer:W2e}=require("node:util/types"),{serializeAMimeType:j2e}=Ms(),{multipartFormDataParser:J2e}=x7(),yM;try{let t=require("node:crypto");yM=i(e=>t.randomInt(0,e),"random")}catch{yM=i(t=>Math.floor(Math.random(t)),"random")}var sb=new TextEncoder;function K2e(){}i(K2e,"noop");var N7=globalThis.FinalizationRegistry&&process.version.indexOf("v18")!==0,T7;N7&&(T7=new FinalizationRegistry(t=>{let e=t.deref();e&&!e.locked&&!Y2e(e)&&!R7(e)&&e.cancel("Response object has been garbage collected").catch(K2e)}));function P7(t,e=!1){let r=null;t instanceof ReadableStream?r=t:w7(t)?r=t.stream():r=new ReadableStream({async pull(l){let u=typeof s=="string"?sb.encode(s):s;u.byteLength&&l.enqueue(u),queueMicrotask(()=>q2e(l))},start(){},type:"bytes"}),gM(U2e(r));let n=null,s=null,o=null,a=null;if(typeof t=="string")s=t,a="text/plain;charset=UTF-8";else if(t instanceof URLSearchParams)s=t.toString(),a="application/x-www-form-urlencoded;charset=UTF-8";else if(W2e(t))s=new Uint8Array(t.slice());else if(ArrayBuffer.isView(t))s=new Uint8Array(t.buffer.slice(t.byteOffset,t.byteOffset+t.byteLength));else if(cE.isFormDataLike(t)){let l=`----formdata-undici-0${`${yM(1e11)}`.padStart(11,"0")}`,u=`--${l}\r
Content-Disposition: form-data`;let d=i(x=>x.replace(/\n/g,"%0A").replace(/\r/g,"%0D").replace(/"/g,"%22"),"escape"),p=i(x=>x.replace(/\r?\n|\r/g,`\r
`),"normalizeLinefeeds"),m=[],f=new Uint8Array([13,10]);o=0;let g=!1;for(let[x,w]of t)if(typeof w=="string"){let S=sb.encode(u+`; name="${d(p(x))}"\r
\r
${p(w)}\r
`);m.push(S),o+=S.byteLength}else{let S=sb.encode(`${u}; name="${d(p(x))}"`+(w.name?`; filename="${d(w.name)}"`:"")+`\r
Content-Type: ${w.type||"application/octet-stream"}\r
\r
`);m.push(S,w,f),typeof w.size=="number"?o+=S.byteLength+w.size+f.byteLength:g=!0}let E=sb.encode(`--${l}--\r
`);m.push(E),o+=E.byteLength,g&&(o=null),s=t,n=i(async function*(){for(let x of m)x.stream?yield*x.stream():yield x},"action"),a=`multipart/form-data; boundary=${l}`}else if(w7(t))s=t,o=t.size,t.type&&(a=t.type);else if(typeof t[Symbol.asyncIterator]=="function"){if(e)throw new TypeError("keepalive");if(cE.isDisturbed(t)||t.locked)throw new TypeError("Response body object should not be disturbed or locked");r=t instanceof ReadableStream?t:F2e(t)}if((typeof s=="string"||cE.isBuffer(s))&&(o=Buffer.byteLength(s)),n!=null){let l;r=new ReadableStream({async start(){l=n(t)[Symbol.asyncIterator]()},async pull(u){let{value:d,done:p}=await l.next();if(p)queueMicrotask(()=>{u.close(),u.byobRequest?.respond(0)});else if(!R7(r)){let m=new Uint8Array(d);m.byteLength&&u.enqueue(m)}return u.desiredSize>0},async cancel(u){await l.return()},type:"bytes"})}return[{stream:r,source:s,length:o},a]}i(P7,"extractBody");function X2e(t,e=!1){return t instanceof ReadableStream&&(gM(!cE.isDisturbed(t),"The body has already been consumed."),gM(!t.locked,"The stream is locked.")),P7(t,e)}i(X2e,"safelyExtractBody");function Z2e(t,e){let[r,n]=e.stream.tee();return e.stream=r,{stream:n,length:e.length,source:e.source}}i(Z2e,"cloneBody");function eqe(t){if(t.aborted)throw new DOMException("The operation was aborted.","AbortError")}i(eqe,"throwIfAborted");function tqe(t){return{blob(){return CA(this,r=>{let n=S7(this);return n===null?n="":n&&(n=j2e(n)),new V2e([r],{type:n})},t)},arrayBuffer(){return CA(this,r=>new Uint8Array(r).buffer,t)},text(){return CA(this,B7,t)},json(){return CA(this,nqe,t)},formData(){return CA(this,r=>{let n=S7(this);if(n!==null)switch(n.essence){case"multipart/form-data":{let s=J2e(r,n);if(s==="failure")throw new TypeError("Failed to parse body as FormData.");let o=new b7;return o[IA]=s,o}case"application/x-www-form-urlencoded":{let s=new URLSearchParams(r.toString()),o=new b7;for(let[a,c]of s)o.append(a,c);return o}}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(tqe,"bodyMixinMethods");function rqe(t){Object.assign(t.prototype,tqe(t))}i(rqe,"mixinBody");async function CA(t,e,r){if(z2e.brandCheck(t,r),v7(t))throw new TypeError("Body is unusable: Body has already been read");eqe(t[IA]);let n=$2e(),s=i(a=>n.reject(a),"errorSteps"),o=i(a=>{try{n.resolve(e(a))}catch(c){s(c)}},"successSteps");return t[IA].body==null?(o(Buffer.allocUnsafe(0)),n.promise):(await G2e(t[IA].body,o,s),n.promise)}i(CA,"consumeBody");function v7(t){let e=t[IA].body;return e!=null&&(e.stream.locked||cE.isDisturbed(e.stream))}i(v7,"bodyUnusable");function nqe(t){return JSON.parse(B7(t))}i(nqe,"parseJSONFromBytes");function S7(t){let e=t[IA].headersList,r=H2e(e);return r==="failure"?null:r}i(S7,"bodyMimeType");_7.exports={extractBody:P7,safelyExtractBody:X2e,cloneBody:Z2e,mixinBody:rqe,streamRegistry:T7,hasFinalizationRegistry:N7,bodyUnusable:v7}});var W7=b((C1t,Y7)=>{"use strict";var Pe=require("node:assert"),Oe=ut(),{channels:Q7}=lA(),EM=eM(),{RequestContentLengthMismatchError:Up,ResponseContentLengthMismatchError:D7,RequestAbortedError:$7,HeadersTimeoutError:sqe,HeadersOverflowError:oqe,SocketError:wA,InformationalError:bA,BodyTimeoutError:iqe,HTTPParserError:aqe,ResponseExceededMaxSizeError:cqe}=xt(),{kUrl:G7,kReset:Fs,kClient:cb,kParser:Vt,kBlocking:dE,kRunning:Yr,kPending:H7,kSize:k7,kWriting:Yu,kQueue:Ki,kNoRef:lE,kKeepAliveDefaultTimeout:lqe,kHostHeader:uqe,kPendingIdx:dqe,kRunningIdx:si,kError:ps,kPipelining:lb,kSocket:$p,kKeepAliveTimeoutValue:db,kMaxHeadersSize:CM,kKeepAliveMaxTimeout:pqe,kKeepAliveTimeoutThreshold:mqe,kHeadersTimeout:fqe,kBodyTimeout:Aqe,kStrictContentLength:wM,kMaxRequests:L7,kCounter:hqe,kMaxResponseSize:gqe,kOnError:O7,kResume:kl,kHTTPContext:z7}=er(),Eo=TX(),M7=Buffer.alloc(0),ob=Buffer[Symbol.species],ib=Oe.addListener,yqe=Oe.removeAllListeners,Gp=Symbol("kIdleSocketValidation"),qp=Symbol("kIdleSocketValidationTimeout"),RM=Symbol("kSocketUsed"),IM;async function Eqe(){let t=process.env.JEST_WORKER_ID?nM():vo
`;if(typeof s=="string"?E+=`host: ${s}\r
`:E+=t[uqe],o?E+=`connection: upgrade\r
upgrade: ${o}\r
`:t[lb]&&!f[Fs]?E+=`connection: keep-alive\r
`:E+=`connection: close\r
`,Array.isArray(u))for(let x=0;x<u.length;x+=2){let w=u[x+0],S=u[x+1];if(Array.isArray(S))for(let P=0;P<S.length;P++)E+=`${w}: ${S[P]}\r
`;else E+=`${w}: ${S}\r
`}return Q7.sendHeaders.hasSubscribers&&Q7.sendHeaders.publish({request:e,headers:E,socket:f}),!l||m===0?U7(g,null,t,e,f,d,E,p):Oe.isBuffer(l)?U7(g,l,t,e,f,d,E,p):Oe.isBlobLike(l)?typeof l.stream=="function"?q7(g,l.stream(),t,e,f,d,E,p):Rqe(g,l,t,e,f,d,E,p):Oe.isStream(l)?Bqe(g,l,t,e,f,d,E,p):Oe.isIterable(l)?q7(g,l,t,e,f,d,E,p):Pe(!1),!0}i(Sqe,"writeH1");function Bqe(t,e,r,n,s,o,a,c){Pe(o!==0||r[Yr]===0,"stream body cannot be pipelined");let l=!1,u=new pb({abort:t,socket:s,request:n,contentLength:o,client:r,expectsPayload:c,header:a}),d=i(function(g){if(!l)try{!u.write(g)&&this.pause&&this.pause()}catch(E){Oe.destroy(this,E)}},"onData"),p=i(function(){l||e.resume&&e.resume()},"onDrain"),m=i(function(){if(queueMicrotask(()=>{e.removeListener("error",f)}),!l){let g=new $7;queueMicrotask(()=>f(g))}},"onClose"),f=i(function(g){if(!l){if(l=!0,Pe(s.destroyed||s[Yu]&&r[Yr]<=1),s.off("drain",p).off("error",f),e.removeListener("data",d).removeListener("end",f).removeListener("close",m),!g)try{u.end()}catch(E){g=E}u.destroy(g),g&&(g.code!=="UND_ERR_INFO"||g.message!=="reset")?Oe.destroy(e,g):Oe.destroy(e)}},"onFinished");e.on("data",d).on("end",f).on("error",f).on("close",m),e.resume&&e.resume(),s.on("drain",p).on("error",f),e.errorEmitted??e.errored?setImmediate(()=>f(e.errored)):(e.endEmitted??e.readableEnded)&&setImmediate(()=>f(null)),(e.closeEmitted??e.closed)&&setImmediate(m)}i(Bqe,"writeStream");function U7(t,e,r,n,s,o,a,c){try{e?Oe.isBuffer(e)&&(Pe(o===e.byteLength,"buffer body must have content length"),s.cork(),s.write(`${a}content-length: ${o}\r
\r
`,"latin1"),s.write(e),s.uncork(),n.onBodySent(e),!c&&n.reset!==!1&&(s[Fs]=!0)):o===0?s.write(`${a}content-length: 0\r
\r
`,"latin1"):(Pe(o===null,"no body must not have content length"),s.write(`${a}\r
`,"latin1")),n.onRequestSent(),r[kl]()}catch(l){t(l)}}i(U7,"writeBuffer");async function Rqe(t,e,r,n,s,o,a,c){Pe(o===e.size,"blob body must have content length");try{if(o!=null&&o!==e.size)throw new Up;let l=Buffer.from(await e.arrayBuffer());s.cork(),s.write(`${a}content-length: ${o}\r
\r
`,"latin1"),s.write(l),s.uncork(),n.onBodySent(l),n.onRequestSent(),!c&&n.reset!==!1&&(s[Fs]=!0),r[kl]()}catch(l){t(l)}}i(Rqe,"writeBlob");async function q7(t,e,r,n,s,o,a,c){Pe(o!==0||r[Yr]===0,"iterator body cannot be pipelined");let l=null;function u(){if(l){let m=l;l=null,m()}}i(u,"onDrain");let d=i(()=>new Promise((m,f)=>{Pe(l===null),s[ps]?f(s[ps]):l=m}),"waitForDrain");s.on("close",u).on("drain",u);let p=new pb({abort:t,socket:s,request:n,contentLength:o,client:r,expectsPayload:c,header:a});try{for await(let m of e){if(s[ps])throw s[ps];p.write(m)||await d()}p.end()}catch(m){p.destroy(m)}finally{s.off("close",u).off("drain",u)}}i(q7,"writeIterable");var pb=class{static{i(this,"AsyncWriter")}constructor({abort:e,socket:r,request:n,contentLength:s,client:o,expectsPayload:a,header:c}){this.socket=r,this.request=n,this.contentLength=s,this.client=o,this.bytesWritten=0,this.expectsPayload=a,this.header=c,this.abort=e,r[Yu]=!0}write(e){let{socket:r,request:n,contentLength:s,client:o,bytesWritten:a,expectsPayload:c,header:l}=this;if(r[ps])throw r[ps];if(r.destroyed)return!1;let u=Buffer.byteLength(e);if(!u)return!0;if(s!==null&&a+u>s){if(o[wM])throw new Up;process.emitWarning(new Up)}r.cork(),a===0&&(!c&&n.reset!==!1&&(r[Fs]=!0),s===null?r.write(`${l}transfer-encoding: chunked\r
`,"latin1"):r.write(`${l}content-length: ${s}\r
\r
`,"latin1")),s===null&&r.write(`\r
${u.toString(16)}\r
`,"latin1"),this.bytesWritten+=u;let d=r.write(e);return r.uncork(),n.onBodySent(e),d||r[Vt].timeout&&r[Vt].timeoutType===SA&&r[Vt].timeout.refresh&&r[Vt].timeout.refresh(),d}end(){let{socket:e,contentLength:r,client:n,bytesWritten:s,expectsPayload:o,header:a,request:c}=this;if(c.onRequestSent(),e[Yu]=!1,e[ps])throw e[ps];if(!e.destroyed){if(s===0?o?e.write(`${a}content-length: 0\r
\r
`,"latin1"):e.write(`${a}\r
`,"latin1"):r===null&&e.write(`\r
0\r
\r
`,"latin1"),r!==null&&s!==r){if(n[wM])throw new Up;process.emitWarning(new Up)}e[Vt].timeout&&e[Vt].timeoutType===SA&&e[Vt].timeout.refresh&&e[Vt].timeout.refresh(),n[kl]()}}destroy(e){let{socket:r,client:n,abort:s}=this;r[Yu]=!1,e&&(Pe(n[Yr]<=1,"pipeline should only contain this request"),s(e))}};Y7.exports=Iqe});var rZ=b((x1t,tZ)=>{"use strict";var oi=require("node:assert"),{pipeline:Nqe}=require("node:stream"),ft=ut(),{RequestContentLengthMismatchError:NM,RequestAbortedError:j7,SocketError:pE,InformationalError:TM}=xt(),{kUrl:mb,kReset:Ab,kClient:BA,kRunning:hb,kPending:Tqe,kQueue:Wu,kPendingIdx:PM,kRunningIdx:Xi,kError:ea,kSocket:hn,kStrictContentLength:Pqe,kOnError:vM,kMaxConcurrentStreams:eZ,kHTTP2Session:Zi,kResume:ju,kSize:vqe,kHTTPContext:_qe}=er(),Ll=Symbol("open streams"),J7,K7=!1,fb;try{fb=require("node:http2")}catch{fb={constants:{}}}var{constants:{HTTP2_HEADER_AUTHORITY:Qqe,HTTP2_HEADER_METHOD:Dqe,HTTP2_HEADER_PATH:kqe,HTTP2_HEADER_SCHEME:Lqe,HTTP2_HEADER_CONTENT_LENGTH:Oqe,HTTP2_HEADER_EXPECT:Mqe,HTTP2_HEADER_STATUS:Fqe}}=fb;function Uqe(t){let e=[];for(let[r,n]of Object.entries(t))if(Array.isArray(n))for(let s of n)e.push(Buffer.from(r),Buffer.from(s));else e.push(Buffer.from(r),Buffer.from(n));return e}i(Uqe,"parseH2Headers");async function qqe(t,e){t[hn]=e,K7||(K7=!0,process.emitWarning("H2 support is experimental, expect them to change at any time.",{code:"UNDICI-H2"}));let r=fb.connect(t[mb],{createConnection:i(()=>e,"createConnection"),peerMaxConcurrentStreams:t[eZ]});r[Ll]=0,r[BA]=t,r[hn]=e,ft.addListener(r,"error",Gqe),ft.addListener(r,"frameError",Hqe),ft.addListener(r,"end",zqe),ft.addListener(r,"goaway",Vqe),ft.addListener(r,"close",function(){let{[BA]:s}=this,{[hn]:o}=s,a=this[hn][ea]||this[ea]||new pE("closed",ft.getSocketInfo(o));if(s[Zi]=null,s.destroyed){oi(s[Tqe]===0);let c=s[Wu].splice(s[Xi]);for(let l=0;l<c.length;l++){let u=c[l];ft.errorRequest(s,u,a)}}}),r.unref(),t[Zi]=r,e[Zi]=r,ft.addListener(e,"error",function(s){oi(s.code!=="ERR_TLS_CERT_ALTNAME_INVALID"),this[ea]=s,this[BA][vM](s)}),ft.addListener(e,"end",function(){ft.destroy(this,new pE("other side closed",ft.getSocketInfo(this)))}),ft.addListener(e,"close",function(){let s=this[ea]||new pE("closed",ft.getSocketInfo(this));t[hn]=null,this[Zi]!=null&&this[Zi].destroy(s),t[PM]=t[Xi],oi(t[hb]===0),t.emit("disconnect",t[mb],[t],s),t[ju]()});let n=!1;return e.on("close",()=>{n=!0}),{version:"h2",defaultPipelining:1/0,write(...s){return Wqe(t,...s)},resume(){$qe(t)},destroy(s,o){n?queueMicrotask(o):e.destroy(s).on("close",o)},get destroyed(){return e.destroyed},busy(){return!1}}}i(qqe,"connectH2");function $qe(t){let e=t[hn];e?.destroyed===!1&&(t[vqe]===0&&t[eZ]===0?(e.unref(),t[Zi].unref()):(e.ref(),t[Zi].ref()))}i($qe,"resumeH2");function Gqe(t){oi(t.code!=="ERR_TLS_CERT_ALTNAME_INVALID"),this[hn][ea]=t,this[BA][vM](t)}i(Gqe,"onHttp2SessionError");function Hqe(t,e,r){if(r===0){let n=new TM(`HTTP/2: "frameError" received - type ${t}, code ${e}`);this[hn][ea]=n,this[BA][vM](n)}}i(Hqe,"onHttp2FrameError");function zqe(){let t=new pE("other side closed",ft.getSocketInfo(this[hn]));this.destroy(t),ft.destroy(this[hn],t)}i(zqe,"onHttp2SessionEnd");function Vqe(t){let e=this[ea]||new pE(`HTTP/2: "GOAWAY" frame received with code ${t}`,ft.getSocketInfo(this)),r=this[BA];if(r[hn]=null,r[_qe]=null,this[Zi]!=null&&(this[Zi].destroy(e),this[Zi]=null),ft.destroy(this[hn],e),r[Xi]<r[Wu].length){let n=r[Wu][r[Xi]];r[Wu][r[Xi]++]=null,ft.errorRequest(r,n,e),r[PM]=r[Xi]}oi(r[hb]===0),r.emit("disconnect",r[mb],[r],e),r[ju]()}i(Vqe,"onHTTP2GoAway");function Yqe(t){return t!=="GET"&&t!=="HEAD"&&t!=="OPTIONS"&&t!=="TRACE"&&t!=="CONNECT"}i(Yqe,"shouldSendContentLength");function Wqe(t,e){let r=t[Zi],{method:n,path:s,host:o,upgrade:a,expectContinue:c,signal:l,headers:u}=e,{body:d}=e;if(a)return ft.errorRequest(t,e,new Error("Upgrade not supported for H2")),!1;let p={};for(let Q=0;Q<u.length;Q+=2){let q=u[Q+0],M=u[Q+1];if(Array.isArray(M))for(let V=0;V<M.length;V++)p[q]?p[q]+=`,${M[V]}`:p[q]=M[V];else p[q]=M}let m,{hostname:f,port:g}=t[mb];p[Qqe]=o||`${f}
`,this[C$e]=l??3e5,this[E$e]=s??3e5,this[I$e]=S??!0,this[x$e]=Q,this[kM]=M,this[Ku]=null,this[R$e]=pe>-1?pe:-1,this[T$e]=oe??100,this[Qr]=null,this[ta]=[],this[Ml]=0,this[ra]=0,this[hE]=ne=>OM(this,ne),this[N$e]=ne=>fZ(this,ne)}get pipelining(){return this[Cb]}set pipelining(e){this[Cb]=e,this[hE](!0)}get[EE](){return this[ta].length-this[ra]}get[yE](){return this[ra]-this[Ml]}get[gE](){return this[ta].length-this[Ml]}get[p$e](){return!!this[Qr]&&!this[NA]&&!this[Qr].destroyed}get[DM](){return!!(this[Qr]?.busy(null)||this[gE]>=(mZ(this)||1)||this[EE]>0)}[d$e](e){AZ(this),this.once("connect",e)}[B$e](e,r){let n=e.origin||this[Ya].origin,s=new o$e(n,e,r);return this[ta].push(s),this[zp]||(Hp.bodyLength(s.body)==null&&Hp.isIterable(s.body)?(this[zp]=1,queueMicrotask(()=>OM(this))):this[hE](!0)),this[zp]&&this[Xu]!==2&&this[DM]&&(this[Xu]=2),this[Xu]<2}async[b$e](){return new Promise(e=>{this[gE]?this[Ku]=e:e(null)})}async[S$e](e){return new Promise(r=>{let n=this[ta].splice(this[ra]);for(let o=0;o<n.length;o++){let a=n[o];Hp.errorRequest(this,a,e)}let s=i(()=>{this[Ku]&&(this[Ku](),this[Ku]=null),r(null)},"callback");this[Qr]?(this[Qr].destroy(e,s),this[Qr]=null):queueMicrotask(s),this[hE]()})}},_$e=Eb();function fZ(t,e){if(t[yE]===0&&e.code!=="UND_ERR_INFO"&&e.code!=="UND_ERR_SOCKET"){Ol(t[ra]===t[Ml]);let r=t[ta].splice(t[Ml]);for(let n=0;n<r.length;n++){let s=r[n];Hp.errorRequest(t,s,e)}Ol(t[gE]===0)}}i(fZ,"onError");async function AZ(t){Ol(!t[NA]),Ol(!t[Qr]);let{host:e,hostname:r,protocol:n,port:s}=t[Ya];if(r[0]==="["){let o=r.indexOf("]");Ol(o!==-1);let a=r.substring(1,o);Ol(pZ.isIP(a)),r=a}t[NA]=!0,RA.beforeConnect.hasSubscribers&&RA.beforeConnect.publish({connectParams:{host:e,hostname:r,protocol:n,port:s,version:t[Qr]?.version,servername:t[Ju],localAddress:t[AE]},connector:t[fE]});try{let o=await new Promise((a,c)=>{t[fE]({host:e,hostname:r,protocol:n,port:s,servername:t[Ju],localAddress:t[AE]},(l,u)=>{l?c(l):a(u)})});if(t.destroyed){Hp.destroy(o.on("error",uZ),new c$e);return}Ol(o);try{t[Qr]=o.alpnProtocol==="h2"?await v$e(t,o):await P$e(t,o)}catch(a){throw o.destroy().on("error",uZ),a}t[NA]=!1,o[w$e]=0,o[kM]=t[kM],o[u$e]=t,o[f$e]=null,RA.connected.hasSubscribers&&RA.connected.publish({connectParams:{host:e,hostname:r,protocol:n,port:s,version:t[Qr]?.version,servername:t[Ju],localAddress:t[AE]},connector:t[fE],socket:o}),t.emit("connect",t[Ya],[t])}catch(o){if(t.destroyed)return;if(t[NA]=!1,RA.connectError.hasSubscribers&&RA.connectError.publish({connectParams:{host:e,hostname:r,protocol:n,port:s,version:t[Qr]?.version,servername:t[Ju],localAddress:t[AE]},connector:t[fE],error:o}),o.code==="ERR_TLS_CERT_ALTNAME_INVALID")for(Ol(t[yE]===0);t[EE]>0&&t[ta][t[ra]].servername===t[Ju];){let a=t[ta][t[ra]++];Hp.errorRequest(t,a,o)}else fZ(t,o);t.emit("connectionError",t[Ya],[t],o)}t[hE]()}i(AZ,"connect");function dZ(t){t[Xu]=0,t.emit("drain",t[Ya],[t])}i(dZ,"emitDrain");function OM(t,e){t[zp]!==2&&(t[zp]=2,Q$e(t,e),t[zp]=0,t[Ml]>256&&(t[ta].splice(0,t[Ml]),t[ra]-=t[Ml],t[Ml]=0))}i(OM,"resume");function Q$e(t,e){for(;;){if(t.destroyed){Ol(t[EE]===0);return}if(t[Ku]&&!t[gE]){t[Ku](),t[Ku]=null;return}if(t[Qr]&&t[Qr].resume(),t[DM])t[Xu]=2;else if(t[Xu]===2){e?(t[Xu]=1,queueMicrotask(()=>dZ(t))):dZ(t);continue}if(t[EE]===0||t[yE]>=(mZ(t)||1))return;let r=t[ta][t[ra]];if(t[Ya].protocol==="https:"&&t[Ju]!==r.servername){if(t[yE]>0)return;t[Ju]=r.servername,t[Qr]?.destroy(new a$e("servername changed"),()=>{t[Qr]=null,OM(t)})}if(t[NA])return;if(!t[Qr]){AZ(t);return}if(t[Qr].destroyed||t[Qr].busy(r))return;!r.aborted&&t[Qr].write(r)?t[ra]++:t[ta].splice(t[ra],1)}}i(Q$e,"_resume");hZ.exports=LM});var MM=b((v1t,gZ)=>{"use strict";var Ib=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)}};gZ.exports
${n.count} ${n.noun} ${n.is} pending:
${e.format(r)}
`.trim())}};kte.exports=zF});var Fb=b((QUt,Ute)=>{"use strict";var Ote=Symbol.for("undici.globalDispatcher.1"),{InvalidArgumentError:Cze}=xt(),Ize=vA();Fte()===void 0&&Mte(new Ize);function Mte(t){if(!t||typeof t.dispatch!="function")throw new Cze("Argument agent must implement Agent");Object.defineProperty(globalThis,Ote,{value:t,writable:!0,enumerable:!1,configurable:!1})}i(Mte,"setGlobalDispatcher");function Fte(){return globalThis[Ote]}i(Fte,"getGlobalDispatcher");Ute.exports={setGlobalDispatcher:Mte,getGlobalDispatcher:Fte}});var Ub=b((LUt,qte)=>{"use strict";qte.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 Gte=b((MUt,$te)=>{"use strict";var xze=yb();$te.exports=t=>{let e=t?.maxRedirections;return r=>i(function(s,o){let{maxRedirections:a=e,...c}=s;if(!a)return r(s,o);let l=new xze(r,a,s,o);return r(c,l)},"redirectInterceptor")}});var zte=b((UUt,Hte)=>{"use strict";var wze=Tb();Hte.exports=t=>e=>i(function(n,s){return e(n,new wze({...n,retryOptions:{...t,...n.retryOptions}},{handler:s,dispatch:e}))},"retryInterceptor")});var Yte=b(($Ut,Vte)=>{"use strict";var bze=ut(),{InvalidArgumentError:Sze,RequestAbortedError:Bze}=xt(),Rze=Ub(),VF=class extends Rze{static{i(this,"DumpHandler")}#e=1024*1024;#t=null;#r=!1;#o=!1;#s=0;#n=null;#i=null;constructor({maxSize:e},r){if(super(r),e!=null&&(!Number.isFinite(e)||e<1))throw new Sze("maxSize must be a number greater than 0");this.#e=e??this.#e,this.#i=r}onConnect(e){this.#t=e,this.#i.onConnect(this.#a.bind(this))}#a(e){this.#o=!0,this.#n=e}onHeaders(e,r,n,s){let a=bze.parseHeaders(r)["content-length"];if(a!=null&&a>this.#e)throw new Bze(`Response size (${a}) larger than maxSize (${this.#e})`);return this.#o?!0:this.#i.onHeaders(e,r,n,s)}onError(e){this.#r||(e=this.#n??e,this.#i.onError(e))}onData(e){return this.#s=this.#s+e.length,this.#s>=this.#e&&(this.#r=!0,this.#o?this.#i.onError(this.#n):this.#i.onComplete([])),!0}onComplete(e){if(!this.#r){if(this.#o){this.#i.onError(this.reason);return}this.#i.onComplete(e)}}};function Nze({maxSize:t}={maxSize:1024*1024}){return e=>i(function(n,s){let{dumpMaxSize:o=t}=n,a=new VF({maxSize:o},s);return e(n,a)},"Intercept")}i(Nze,"createDumpInterceptor");Vte.exports=Nze});var Jte=b((HUt,jte)=>{"use strict";var{isIP:Tze}=require("node:net"),{lookup:Pze}=require("node:dns"),vze=Ub(),{InvalidArgumentError:qA,InformationalError:_ze}=xt(),Wte=Math.pow(2,31)-1,YF=class{static{i(this,"DNSInstance")}#e=0;#t=0;#r=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.#o,this.pick=e.pick??this.#s}get full(){return this.#r.size===this.#t}runLookup(e,r,n){let s=this.#r.get(e.hostname);if(s==null&&this.full){n(null,e.origin);return}let o={affinity:this.affinity,dualStack:this.dualStack,lookup:this.lookup,pick:this.pick,...r.dns,maxTTL:this.#e,maxItems:this.#t};if(s==null)this.lookup(e,o,(a,c)=>{if(a||c==null||c.length===0){n(a??new _ze("No DNS entries found"));return}this.setRecords(e,c);let l=this.#r.get(e.hostname),u=this.pick(e,l,o.affinity),d;typeof u.port=="number"?d=`:${u.port}`:e.port!==""?d=`:${e.port}`:d="",n(null,`${e.protocol}//${u.family===6?`[${u.address}]`:u.address}${d}`)});else{let a=this.pick(e,s,o.affinity);if(a==null){this.#r.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}`)}}#o(e,r,n){Pze(e.hostname,{all:!0,family:this.dualStack===!1?this.affinity:
${o}`;break;case"retry":Tse(o)&&(r[s]=o);break;case"id":Pse(o)&&(r[s]=o);break;case"event":o.length>0&&(r[s]=o);break}}processEvent(e){e.retry&&Tse(e.retry)&&(this.state.reconnectionTime=parseInt(e.retry,10)),e.id&&Pse(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}}};vse.exports={EventSourceStream:k1}});var Use=b((Y2t,Fse)=>{"use strict";var{pipeline:UYe}=require("node:stream"),{fetching:qYe}=DE(),{makeRequest:$Ye}=HA(),{webidl:Gl}=Nn(),{EventSourceStream:GYe}=_se(),{parseMIMEType:HYe}=Ms(),{createFastMessageEvent:zYe}=JA(),{isNetworkError:Qse}=_E(),{delay:VYe}=Q1(),{kEnumerableProperty:am}=ut(),{environmentSettingsObject:Dse}=yo(),kse=!1,Lse=3e3,WE=0,Ose=1,jE=2,YYe="anonymous",WYe="use-credentials",th=class t extends EventTarget{static{i(this,"EventSource")}#e={open:null,error:null,message:null};#t=null;#r=!1;#o=WE;#s=null;#n=null;#i;#a;constructor(e,r={}){super(),Gl.util.markAsUncloneable(this);let n="EventSource constructor";Gl.argumentLengthCheck(arguments,1,n),kse||(kse=!0,process.emitWarning("EventSource is experimental, expect them to change at any time.",{code:"UNDICI-ES"})),e=Gl.converters.USVString(e,n,"url"),r=Gl.converters.EventSourceInitDict(r,n,"eventSourceInitDict"),this.#i=r.dispatcher,this.#a={lastEventId:"",reconnectionTime:Lse};let s=Dse,o;try{o=new URL(e,s.settingsObject.baseUrl),this.#a.origin=o.origin}catch(l){throw new DOMException(l,"SyntaxError")}this.#t=o.href;let a=YYe;r.withCredentials&&(a=WYe,this.#r=!0);let c={redirect:"follow",keepalive:!0,mode:"cors",credentials:a==="anonymous"?"same-origin":"omit",referrer:"no-referrer"};c.client=Dse.settingsObject,c.headersList=[["accept",{name:"accept",value:"text/event-stream"}]],c.cache="no-store",c.initiator="other",c.urlList=[new URL(this.#t)],this.#s=$Ye(c),this.#l()}get readyState(){return this.#o}get url(){return this.#t}get withCredentials(){return this.#r}#l(){if(this.#o===jE)return;this.#o=WE;let e={request:this.#s,dispatcher:this.#i},r=i(n=>{Qse(n)&&(this.dispatchEvent(new Event("error")),this.close()),this.#c()},"processEventSourceEndOfBody");e.processResponseEndOfBody=r,e.processResponse=n=>{if(Qse(n))if(n.aborted){this.close(),this.dispatchEvent(new Event("error"));return}else{this.#c();return}let s=n.headersList.get("content-type",!0),o=s!==null?HYe(s):"failure",a=o!=="failure"&&o.essence==="text/event-stream";if(n.status!==200||a===!1){this.close(),this.dispatchEvent(new Event("error"));return}this.#o=Ose,this.dispatchEvent(new Event("open")),this.#a.origin=n.urlList[n.urlList.length-1].origin;let c=new GYe({eventSourceSettings:this.#a,push:i(l=>{this.dispatchEvent(zYe(l.type,l.options))},"push")});UYe(n.body.stream,c,l=>{l?.aborted===!1&&(this.close(),this.dispatchEvent(new Event("error")))})},this.#n=qYe(e)}async#c(){this.#o!==jE&&(this.#o=WE,this.dispatchEvent(new Event("error")),await VYe(this.#a.reconnectionTime),this.#o===WE&&(this.#a.lastEventId.length&&this.#s.headersList.set("last-event-id",this.#a.lastEventId,!0),this.#l()))}close(){Gl.brandCheck(this,t),this.#o!==jE&&(this.#o=jE,this.#n.abort(),this.#s=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}},Mse={CONNECTING:{__proto__:null,configurable:!1,enumerable:!0,value:WE,writable:!1},OPEN:{__proto__:null,configurable:!1,enumerable:!0,value:Ose,writable:!1},CLOSED:{__proto__:null,configurable:!1,enumerable:!0,val
%s`,q,q,S,n);var M=S.type==="*"?_U:S.type==="?"?vU:"\\"+S.type;s=!0,n=n.slice(0,S.reStart)+M+"\\("+q}g(),o&&(n+="\\\\");var V=!1;switch(n.charAt(0)){case"[":case".":case"(":V=!0}for(var pe=c.length-1;pe>-1;pe--){var Le=c[pe],Re=n.slice(0,Le.reStart),oe=n.slice(Le.reStart,Le.reEnd-8),ye=n.slice(Le.reEnd-8,Le.reEnd),H=n.slice(Le.reEnd);ye+=H;var ne=Re.split("(").length-1,It=H;for(E=0;E<ne;E++)It=It.replace(/\)[+*?]?/,"");H=It;var at="";H===""&&e!==WS&&(at="$");var _t=Re+oe+H+at+ye;n=_t}if(n!==""&&s&&(n="(?=.)"+n),V&&(n=m+n),e===WS)return[n,s];if(!s)return x5e(t);var as=r.nocase?"i":"";try{var cs=new RegExp("^"+n+"$",as)}catch{return new RegExp("$.")}return cs._glob=t,cs._src=n,cs}i(C5e,"parse");Po.makeRe=function(t,e){return new Jr(t,e||{}).makeRe()};Jr.prototype.makeRe=I5e;function I5e(){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?_U:e.dot?m5e:f5e,n=e.nocase?"i":"",s=t.map(function(o){return o.map(function(a){return a===fm?r:typeof a=="string"?w5e(a):a._src}).join("\\/")}).join("|");s="^(?:"+s+")$",this.negate&&(s="^(?!"+s+").*$");try{this.regexp=new RegExp(s,n)}catch{this.regexp=!1}return this.regexp}i(I5e,"makeRe");Po.match=function(t,e,r){r=r||{};var n=new Jr(e,r);return t=t.filter(function(s){return n.match(s)}),n.options.nonull&&!t.length&&t.push(e),t};Jr.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;hC.sep!=="/"&&(e=e.split(hC.sep).join("/")),e=e.split(qae),this.debug(this.pattern,"split",e);var s=this.set;this.debug(this.pattern,"set",s);var o,a;for(a=e.length-1;a>=0&&(o=e[a],!o);a--);for(a=0;a<s.length;a++){var c=s[a],l=e;n.matchBase&&c.length===1&&(l=[o]);var u=this.matchOne(l,c,r);if(u)return n.flipNegate?!0:!this.negate}return n.flipNegate?!1:this.negate},"match");Jr.prototype.matchOne=function(t,e,r){return e.indexOf(fm)!==-1?this._matchGlobstar(t,e,r,0,0):this._matchOne(t,e,r,0,0)};Jr.prototype._matchGlobstar=function(t,e,r,n,s){var o,a=-1;for(o=s;o<e.length;o++)if(e[o]===fm){a=o;break}var c=-1;for(o=e.length-1;o>=0;o--)if(e[o]===fm){c=o;break}var l=e.slice(s,a),u=r?e.slice(a+1):e.slice(a+1,c),d=r?[]:e.slice(c+1);if(l.length){var p=t.slice(n,n+l.length);if(!this._matchOne(p,l,r,0,0))return!1;n+=l.length}var m=0;if(d.length){if(d.length+n>t.length)return!1;var f=t.length-d.length;if(this._matchOne(t,d,r,f,0))m=d.length;else{if(t[t.length-1]!==""||n+d.length===t.length||(f--,!this._matchOne(t,d,r,f,0)))return!1;m=d.length+1}}if(!u.length){var g=!!m;for(o=n;o<t.length-m;o++){var E=String(t[o]);if(g=!0,E==="."||E===".."||!this.options.dot&&E.charAt(0)===".")return!1}return r||g}for(var x=[[[],0]],w=x[0],S=0,P=[0],Q=0;Q<u.length;Q++){var q=u[Q];q===fm?(P.push(S),w=[[],0],x.push(w)):(w[0].push(q),S++)}for(var M=x.length-1,V=t.length-m,pe=0;pe<x.length;pe++)x[pe][1]=V-(P[M--]+x[pe][0].length);return!!this._matchGlobStarBodySections(t,x,n,0,r,0,!!m)};Jr.prototype._matchGlobStarBodySections=function(t,e,r,n,s,o,a){var c=e[n];if(!c){for(var l=r;l<t.length;l++){a=!0;var u=t[l];if(u==="."||u===".."||!this.options.dot&&u.charAt(0)===".")return!1}return a}for(var d=c[0],p=c[1];r<=p;){var m=this._matchOne(t.slice(0,r+d.length),d,s,r,0);if(m&&o<this.maxGlobstarRecursion){var f=this._matchGlobStarBodySections(t,e,r+d.length,n+1,s,o+1,a);if(f!==!1)return f}var u=t[r];if(u==="."||u===".."||!this.options.dot&&u.charAt(0)===".")return!1;r++}return s||null};Jr.prototype._matchOne=function(t,e,r,n,s){var o,a,c,l;for(o=n,a=s,c=t.length,l=e.length;o<c&&a<l;o++,a++){this.debug("matchOne loop");var u=e[a],d=t[o];if(this.debug(e,u,d),u===!1||u===fm)return!1;var p;if(typeof u=="string"?(p=d===u,this.debug("string match",u,d,p)):(p=d.match(u),this.debug("pattern match",u,d,p)),!p)return!1}if(o===c&&a===l)return!0;if(o===c)return r;if(a===l)return o===c-1&&t[o]==="";throw new Error("wtf?")};function x5e(t){return t.replace(/\\(.)/g,"$1")}i(x5e,"globUnescape");function w5e(t){return t.repla
`).join(`
`+o),t.push(s+"m+"+OB.exports.humanize(this.diff)+"\x1B[0m")}else t[0]=DXe()+e+" "+t[0]}i(QXe,"formatArgs");function DXe(){return vn.inspectOpts.hideDate?"":new Date().toISOString()+" "}i(DXe,"getDate");function kXe(...t){return process.stderr.write(LB.format(...t)+`
`)}i(kXe,"log");function LXe(t){t?process.env.DEBUG=t:delete process.env.DEBUG}i(LXe,"save");function OXe(){return process.env.DEBUG}i(OXe,"load");function MXe(t){t.inspectOpts={};let e=Object.keys(vn.inspectOpts);for(let r=0;r<e.length;r++)t.inspectOpts[e[r]]=vn.inspectOpts[e[r]]}i(MXe,"init");OB.exports=b2()(vn);var{formatters:Due}=OB.exports;Due.o=function(t){return this.inspectOpts.colors=this.useColors,LB.inspect(t,this.inspectOpts).split(`
`).map(e=>e.trim()).join(" ")};Due.O=function(t){return this.inspectOpts.colors=this.useColors,LB.inspect(t,this.inspectOpts)}});var bm=b((bYt,R2)=>{typeof process>"u"||process.type==="renderer"||process.browser===!0||process.__nwjs?R2.exports=Nue():R2.exports=kue()});var Mue=b(Ys=>{"use strict";var FXe=Ys&&Ys.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r);var s=Object.getOwnPropertyDescriptor(e,r);(!s||("get"in s?!e.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:i(function(){return e[r]},"get")}),Object.defineProperty(t,n,s)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),UXe=Ys&&Ys.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),Lue=Ys&&Ys.__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)&&FXe(e,t,r);return UXe(e,t),e};Object.defineProperty(Ys,"__esModule",{value:!0});Ys.req=Ys.json=Ys.toBuffer=void 0;var qXe=Lue(require("http")),$Xe=Lue(require("https"));async function Oue(t){let e=0,r=[];for await(let n of t)e+=n.length,r.push(n);return Buffer.concat(r,e)}i(Oue,"toBuffer");Ys.toBuffer=Oue;async function GXe(t){let r=(await Oue(t)).toString("utf8");try{return JSON.parse(r)}catch(n){let s=n;throw s.message+=` (input: ${r})`,s}}i(GXe,"json");Ys.json=GXe;function HXe(t,e={}){let n=((typeof t=="string"?t:t.href).startsWith("https:")?$Xe:qXe).request(t,e),s=new Promise((o,a)=>{n.once("response",o).once("error",a).end()});return n.then=s.then.bind(s),n}i(HXe,"req");Ys.req=HXe});var $ue=b(Do=>{"use strict";var Uue=Do&&Do.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r);var s=Object.getOwnPropertyDescriptor(e,r);(!s||("get"in s?!e.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:i(function(){return e[r]},"get")}),Object.defineProperty(t,n,s)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),zXe=Do&&Do.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),que=Do&&Do.__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)&&Uue(e,t,r);return zXe(e,t),e},VXe=Do&&Do.__exportStar||function(t,e){for(var r in t)r!=="default"&&!Object.prototype.hasOwnProperty.call(e,r)&&Uue(e,t,r)};Object.defineProperty(Do,"__esModule",{value:!0});Do.Agent=void 0;var YXe=que(require("net")),Fue=que(require("http")),WXe=require("https");VXe(Mue(),Do);var sc=Symbol("AgentBaseInternalState"),N2=class extends Fue.Agent{static{i(this,"Agent")}constructor(e){super(e),this[sc]={}}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 YXe.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],s=n.indexOf(r);s!==-1&&(n.splice(s,1),this.totalSocketCount--,n.length===0&&delete this.sockets[e])}getName(e){return(typeof e.secureEndpoint=="boolean"?e.secureEndpoint:this.isSecureEndpoint(e))?WXe.Agent.prototype.getName.call(this,e):super.getName(e)}createSocket(e,r,n){let s={...r,secureEndpoint:this.isSecureEndpoint(r)},o=this.getName(s),a=this.incrementSockets(o);Promise.resolve().then(()=>this.connect(e,s)).then(c=>{if(this.decrementSockets(o,a),c instanceof Fue.Agent)try{return c.addRequest(e,s)}catch(l){return n(l)}this[sc].currentSocket=c,super.createSocket(e,r,n)},c=>{this.decrementSockets(o,a),n(c)})}createConnection(){let e=this[sc].currentSocket;if(this[sc].currentSocket=void 0,!e)throw new Error("No socket was returned in the `connect()` function");return e}get defaultPort(){return this[sc].defaultPort??(this.protocol==="https:"?443:80)}set defaultPort(e){this[sc]&&(this[sc].defaultPort=e)}get protocol(){return this[sc].protocol??(this.isSecureEndpoint()?"https:":"http:")}set protocol(e){this[sc]&&(this[sc].protocol=e)}};Do.Agent=N2});var Gue=b(bh=>{"use strict";var jXe=bh&&bh.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(bh,"__esModule",{value:!0});bh.parseProxyResponse=void 0;var JXe=jXe(bm()),MB=(0,JXe.default)("https-proxy-agent:parse-proxy-response");function KXe(t){return new Promise((e,r)=>{let n=0,s=[];function o(){let d=t.read();d?u(d):t.once("readable",o)}i(o,"read");function a(){t.removeListener("end",c),t.removeListener("error",l),t.removeListener("readable",o)}i(a,"cleanup");function c(){a(),MB("onend"),r(new Error("Proxy connection ended before receiving CONNECT response"))}i(c,"onend");function l(d){a(),MB("onerror %o",d),r(d)}i(l,"onerror");function u(d){s.push(d),n+=d.length;let p=Buffer.concat(s,n),m=p.indexOf(`\r
\r
`);if(m===-1){MB("have not received end of HTTP headers yet..."),o();return}let f=p.slice(0,m).toString("ascii").split(`\r
`),g=f.shift();if(!g)return t.destroy(),r(new Error("No header received from proxy CONNECT response"));let E=g.split(" "),x=+E[1],w=E.slice(2).join(" "),S={};for(let P of f){if(!P)continue;let Q=P.indexOf(":");if(Q===-1)return t.destroy(),r(new Error(`Invalid header from proxy CONNECT response: "${P}"`));let q=P.slice(0,Q).toLowerCase(),M=P.slice(Q+1).trimStart(),V=S[q];typeof V=="string"?S[q]=[V,M]:Array.isArray(V)?V.push(M):S[q]=M}MB("got proxy server response: %o %o",g,S),a(),e({connect:{statusCode:x,statusText:w,headers:S},buffered:p})}i(u,"ondata"),t.on("error",l),t.on("end",c),o()})}i(KXe,"parseProxyResponse");bh.parseProxyResponse=KXe});var jue=b(gi=>{"use strict";var XXe=gi&&gi.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r);var s=Object.getOwnPropertyDescriptor(e,r);(!s||("get"in s?!e.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:i(function(){return e[r]},"get")}),Object.defineProperty(t,n,s)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),ZXe=gi&&gi.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),Yue=gi&&gi.__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)&&XXe(e,t,r);return ZXe(e,t),e},Wue=gi&&gi.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(gi,"__esModule",{value:!0});gi.HttpsProxyAgent=void 0;var FB=Yue(require("net")),Hue=Yue(require("tls")),e7e=Wue(require("assert")),t7e=Wue(bm()),r7e=$ue(),n7e=require("url"),s7e=Gue(),DC=(0,t7e.default)("https-proxy-agent"),zue=i(t=>t.servername===void 0&&t.host&&!FB.isIP(t.host)?{...t,servername:t.host}:t,"setServernameFromNonIpHost"),UB=class extends r7e.Agent{static{i(this,"HttpsProxyAgent")}constructor(e,r){super(r),this.options={path:void 0},this.proxy=typeof e=="string"?new n7e.URL(e):e,this.proxyHeaders=r?.headers??{},DC("Creating new HttpsProxyAgent instance: %o",this.proxy.href);let n=(this.proxy.hostname||this.proxy.host).replace(/^\[|\]$/g,""),s=this.proxy.port?parseInt(this.proxy.port,10):this.proxy.protocol==="https:"?443:80;this.connectOpts={ALPNProtocols:["http/1.1"],...r?Vue(r,"headers"):null,host:n,port:s}}async connect(e,r){let{proxy:n}=this;if(!r.host)throw new TypeError('No "host" provided');let s;n.protocol==="https:"?(DC("Creating `tls.Socket`: %o",this.connectOpts),s=Hue.connect(zue(this.connectOpts))):(DC("Creating `net.Socket`: %o",this.connectOpts),s=FB.connect(this.connectOpts));let o=typeof this.proxyHeaders=="function"?this.proxyHeaders():{...this.proxyHeaders},a=FB.isIPv6(r.host)?`[${r.host}]`:r.host,c=`CONNECT ${a}:${r.port} HTTP/1.1\r
`;if(n.username||n.password){let m=`${decodeURIComponent(n.username)}:${decodeURIComponent(n.password)}`;o["Proxy-Authorization"]=`Basic ${Buffer.from(m).toString("base64")}`}o.Host=`${a}:${r.port}`,o["Proxy-Connection"]||(o["Proxy-Connection"]=this.keepAlive?"Keep-Alive":"close");for(let m of Object.keys(o))c+=`${m}: ${o[m]}\r
`;let l=(0,s7e.parseProxyResponse)(s);s.write(`${c}\r
`);let{connect:u,buffered:d}=await l;if(e.emit("proxyConnect",u),this.emit("proxyConnect",u,e),u.statusCode===200)return e.once("socket",o7e),r.secureEndpoint?(DC("Upgrading socket connection to TLS"),Hue.connect({...Vue(zue(r),"host","path","port"),socket:s})):s;s.destroy();let p=new FB.Socket({writable:!1});return p.readable=!0,e.once("socket",m=>{DC("Replaying proxy buffer for failed request"),(0,e7e.default)(m.listenerCount("data")>0),m.push(d),m.push(null)}),p}};UB.protocols=["http","https"];gi.HttpsProxyAgent=UB;function o7e(t){t.resume()}i(o7e,"resume");function Vue(t,...e){let r={},n;for(n in t)e.includes(n)||(r[n]=t[n]);return r}i(Vue,"omit")});var Xue=b(Ws=>{"use strict";var i7e=Ws&&Ws.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r);var s=Object.getOwnPropertyDescriptor(e,r);(!s||("get"in s?!e.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:i(function(){return e[r]},"get")}),Object.defineProperty(t,n,s)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),a7e=Ws&&Ws.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),Jue=Ws&&Ws.__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)&&i7e(e,t,r);return a7e(e,t),e};Object.defineProperty(Ws,"__esModule",{value:!0});Ws.req=Ws.json=Ws.toBuffer=void 0;var c7e=Jue(require("http")),l7e=Jue(require("https"));async function Kue(t){let e=0,r=[];for await(let n of t)e+=n.length,r.push(n);return Buffer.concat(r,e)}i(Kue,"toBuffer");Ws.toBuffer=Kue;async function u7e(t){let r=(await Kue(t)).toString("utf8");try{return JSON.parse(r)}catch(n){let s=n;throw s.message+=` (input: ${r})`,s}}i(u7e,"json");Ws.json=u7e;function d7e(t,e={}){let n=((typeof t=="string"?t:t.href).startsWith("https:")?l7e:c7e).request(t,e),s=new Promise((o,a)=>{n.once("response",o).once("error",a).end()});return n.then=s.then.bind(s),n}i(d7e,"req");Ws.req=d7e});var tde=b(ko=>{"use strict";var ede=ko&&ko.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r);var s=Object.getOwnPropertyDescriptor(e,r);(!s||("get"in s?!e.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:i(function(){return e[r]},"get")}),Object.defineProperty(t,n,s)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),p7e=ko&&ko.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),m7e=ko&&ko.__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)&&ede(e,t,r);return p7e(e,t),e},f7e=ko&&ko.__exportStar||function(t,e){for(var r in t)r!=="default"&&!Object.prototype.hasOwnProperty.call(e,r)&&ede(e,t,r)};Object.defineProperty(ko,"__esModule",{value:!0});ko.Agent=void 0;var Zue=m7e(require("http"));f7e(Xue(),ko);var oc=Symbol("AgentBaseInternalState"),T2=class extends Zue.Agent{static{i(this,"Agent")}constructor(e){super(e),this[oc]={}}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)}createSocket(e,r,n){let s={...r,secureEndpoint:this.isSecureEndpoint(r)};Promise.resolve().then(()=>this.connect(e,s)).then(o=>{if(o instanceof Zue.Agent)return o.addRequest(e,s);this[oc].currentSocket=o,super.createSocket(e,r,n)},n)}createConnection(){let e=this[oc].currentSocket;if(this[oc].currentSocket=void 0,!e)throw new Error("No socket was returned in the `connect()` function");return e}get defaultPort(){return this[oc].defaultPort??(this.protocol==="https:"?443:80)}set defaultPort(e){this[oc]&&(this[oc].defaultPort=e)}get protocol(){return this[oc].protocol??(this.isSecureEndpoint()?"https:":"http:")}set protocol(e){this[oc]&&(this[oc].protocol=e)}};ko.Agent=T2});var sde=b(yi=>{"use strict";var A7e=yi&&yi.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r);var s=Object.getOwnPropertyDescriptor(e,r);(!s||("get"in s?!e.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:i(function(){return e[r]},"get")}),Object.defineProperty(t,n,s)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),h7e=yi&&yi.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),nde=yi&&yi.__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)&&A7e(e,t,r);return h7e(e,t),e},g7e=yi&&yi.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(yi,"__esModule",{value:!0});yi.HttpProxyAgent=void 0;var y7e=nde(require("net")),E7e=nde(require("tls")),C7e=g7e(bm()),I7e=require("events"),x7e=tde(),rde=require("url"),Sh=(0,C7e.default)("http-proxy-agent"),qB=class extends x7e.Agent{static{i(this,"HttpProxyAgent")}constructor(e,r){super(r),this.proxy=typeof e=="string"?new rde.URL(e):e,this.proxyHeaders=r?.headers??{},Sh("Creating new HttpProxyAgent instance: %o",this.proxy.href);let n=(this.proxy.hostname||this.proxy.host).replace(/^\[|\]$/g,""),s=this.proxy.port?parseInt(this.proxy.port,10):this.proxy.protocol==="https:"?443:80;this.connectOpts={...r?w7e(r,"headers"):null,host:n,port:s}}addRequest(e,r){e._header=null,this.setRequestProps(e,r),super.addRequest(e,r)}setRequestProps(e,r){let{proxy:n}=this,s=r.secureEndpoint?"https:":"http:",o=e.getHeader("host")||"localhost",a=`${s}//${o}`,c=new rde.URL(e.path,a);r.port!==80&&(c.port=String(r.port)),e.path=String(c);let l=typeof this.proxyHeaders=="function"?this.proxyHeaders():{...this.proxyHeaders};if(n.username||n.password){let u=`${decodeURIComponent(n.username)}:${decodeURIComponent(n.password)}`;l["Proxy-Authorization"]=`Basic ${Buffer.from(u).toString("base64")}`}l["Proxy-Connection"]||(l["Proxy-Connection"]=this.keepAlive?"Keep-Alive":"close");for(let u of Object.keys(l)){let d=l[u];d&&e.setHeader(u,d)}}async connect(e,r){e._header=null,e.path.includes("://")||this.setRequestProps(e,r);let n,s;Sh("Regenerating stored HTTP header string for request"),e._implicitHeader(),e.outputData&&e.outputData.length>0&&(Sh("Patching connection write() output buffer with updated header"),n=e.outputData[0].data,s=n.indexOf(`\r
\r
`)+4,e.outputData[0].data=e._header+n.substring(s),Sh("Output buffer: %o",e.outputData[0].data));let o;return this.proxy.protocol==="https:"?(Sh("Creating `tls.Socket`: %o",this.connectOpts),o=E7e.connect(this.connectOpts)):(Sh("Creating `net.Socket`: %o",this.connectOpts),o=y7e.connect(this.connectOpts)),await(0,I7e.once)(o,"connect"),o}};qB.protocols=["http","https"];yi.HttpProxyAgent=qB;function w7e(t,...e){let r={},n;for(n in t)e.includes(n)||(r[n]=t[n]);return r}i(w7e,"omit")});var Bde=b(tR=>{"use strict";Object.defineProperty(tR,"__esModule",{value:!0});tR.state=void 0;tR.state={instrumenterImplementation:void 0}});var Gde=b(iR=>{"use strict";Object.defineProperty(iR,"__esModule",{value:!0});iR.state=void 0;iR.state={operationRequestMap:new WeakMap}});var Ife=b(Gh=>{"use strict";Object.defineProperty(Gh,"__esModule",{value:!0});var znt=require("os"),Vnt=require("util");function Ynt(t){return t&&typeof t=="object"&&"default"in t?t:{default:t}}i(Ynt,"_interopDefaultLegacy");var Wnt=Ynt(Vnt);function jnt(t,...e){process.stderr.write(`${Wnt.default.format(t,...e)}${znt.EOL}`)}i(jnt,"log");var dfe=typeof process<"u"&&process.env&&process.env.DEBUG||void 0,mfe,az=[],cz=[],SN=[];dfe&&lz(dfe);var ffe=Object.assign(t=>Afe(t),{enable:lz,enabled:uz,disable:Jnt,log:jnt});function lz(t){mfe=t,az=[],cz=[];let e=/\*/g,r=t.split(",").map(n=>n.trim().replace(e,".*?"));for(let n of r)n.startsWith("-")?cz.push(new RegExp(`^${n.substr(1)}$`)):az.push(new RegExp(`^${n}$`));for(let n of SN)n.enabled=uz(n.namespace)}i(lz,"enable");function uz(t){if(t.endsWith("*"))return!0;for(let e of cz)if(e.test(t))return!1;for(let e of az)if(e.test(t))return!0;return!1}i(uz,"enabled");function Jnt(){let t=mfe||"";return lz(""),t}i(Jnt,"disable");function Afe(t){let e=Object.assign(r,{enabled:uz(t),destroy:Knt,log:ffe.log,namespace:t,extend:Xnt});function r(...n){e.enabled&&(n.length>0&&(n[0]=`${t} ${n[0]}`),e.log(...n))}return i(r,"debug"),SN.push(e),e}i(Afe,"createDebugger");function Knt(){let t=SN.indexOf(this);return t>=0?(SN.splice(t,1),!0):!1}i(Knt,"destroy");function Xnt(t){let e=Afe(`${this.namespace}:${t}`);return e.log=this.log,e}i(Xnt,"extend");var II=ffe,hfe=new Set,wN=typeof process<"u"&&process.env&&process.env.AZURE_LOG_LEVEL||void 0,BN,RN=II("azure");RN.log=(...t)=>{II.log(...t)};var dz=["verbose","info","warning","error"];wN&&(Cfe(wN)?gfe(wN):console.error(`AZURE_LOG_LEVEL set to unknown log level '${wN}'; logging is not enabled. Acceptable values: ${dz.join(", ")}.`));function gfe(t){if(t&&!Cfe(t))throw new Error(`Unknown log level '${t}'. Acceptable values: ${dz.join(",")}`);BN=t;let e=[];for(let r of hfe)Efe(r)&&e.push(r.namespace);II.enable(e.join(","))}i(gfe,"setLogLevel");function Znt(){return BN}i(Znt,"getLogLevel");var pfe={verbose:400,info:300,warning:200,error:100};function est(t){let e=RN.extend(t);return yfe(RN,e),{error:bN(e,"error"),warning:bN(e,"warning"),info:bN(e,"info"),verbose:bN(e,"verbose")}}i(est,"createClientLogger");function yfe(t,e){e.log=(...r)=>{t.log(...r)}}i(yfe,"patchLogMethod");function bN(t,e){let r=Object.assign(t.extend(e),{level:e});if(yfe(t,r),Efe(r)){let n=II.disable();II.enable(n+","+r.namespace)}return hfe.add(r),r}i(bN,"createLogger");function Efe(t){return!!(BN&&pfe[t.level]<=pfe[BN])}i(Efe,"shouldEnable");function Cfe(t){return dz.includes(t)}i(Cfe,"isAzureLogLevel");Gh.AzureLogger=RN;Gh.createClientLogger=est;Gh.getLogLevel=Znt;Gh.setLogLevel=gfe});var fz=b(wI=>{"use strict";Object.defineProperty(wI,"__esModule",{value:!0});var Hh=new WeakMap,NN=new WeakMap,xI=class t{static{i(this,"AbortSignal")}constructor(){this.onabort=null,Hh.set(this,[]),NN.set(this,!1)}get aborted(){if(!NN.has(this))throw new TypeError("Expected `this` to be an instance of AbortSignal.");return NN.get(this)}static get none(){return new t}addEventListener(e,r){if(!Hh.has(this))throw new TypeError("Expected `this` to be an instance of AbortSignal.");Hh.get(this).push(r)}removeEventListener(e,r){if(!Hh.has(this))throw new TypeError("Expected `this` to be an instance of AbortSignal.");let n=Hh.get(this),s=n.indexOf(r);s>-
Polling from: ${r.config.operationLocation}
Operation status: ${d}
Polling status: ${vfe.includes(d)?"Stopped":"Running"}`),d==="succeeded"){let p=a(u,r);if(p!==void 0)return{response:await e(p).catch(Tfe({state:r,stateProxy:n,isOperationError:c})),status:d}}return{response:u,status:d}}i(gst,"pollOperationHelper");async function kfe(t){let{poll:e,state:r,stateProxy:n,options:s,getOperationStatus:o,getResourceLocation:a,getOperationLocation:c,isOperationError:l,withOperationLocation:u,getPollingInterval:d,processResult:p,getError:m,updateState:f,setDelay:g,isDone:E,setErrorAsResult:x}=t,{operationLocation:w}=r.config;if(w!==void 0){let{response:S,status:P}=await gst({poll:e,getOperationStatus:o,state:r,stateProxy:n,operationLocation:w,getResourceLocation:a,isOperationError:l,options:s});if(Qfe({status:P,response:S,state:r,stateProxy:n,isDone:E,processResult:p,getError:m,setErrorAsResult:x}),!vfe.includes(P)){let Q=d?.(S);Q&&g(Q);let q=c?.(S,r);if(q!==void 0){let M=w!==q;r.config.operationLocation=q,u?.(q,M)}else u?.(w,!1)}f?.(r,S)}}i(kfe,"pollOperation");function Lfe(t){let{azureAsyncOperation:e,operationLocation:r}=t;return r??e}i(Lfe,"getOperationLocationPollingUrl");function Ofe(t){return t.headers.location}i(Ofe,"getLocationHeader");function Mfe(t){return t.headers["operation-location"]}i(Mfe,"getOperationLocationHeader");function Ffe(t){return t.headers["azure-asyncoperation"]}i(Ffe,"getAzureAsyncOperationHeader");function yst(t){let{location:e,requestMethod:r,requestPath:n,resourceLocationConfig:s}=t;switch(r){case"PUT":return n;case"DELETE":return;default:switch(s){case"azure-async-operation":return;case"original-uri":return n;default:return e}}}i(yst,"findResourceLocation");function Ufe(t){let{rawResponse:e,requestMethod:r,requestPath:n,resourceLocationConfig:s}=t,o=Mfe(e),a=Ffe(e),c=Lfe({operationLocation:o,azureAsyncOperation:a}),l=Ofe(e),u=r?.toLocaleUpperCase();return c!==void 0?{mode:"OperationLocation",operationLocation:c,resourceLocation:yst({requestMethod:u,location:l,requestPath:n,resourceLocationConfig:s})}:l!==void 0?{mode:"ResourceLocation",operationLocation:l}:u==="PUT"&&n?{mode:"Body",operationLocation:n}:void 0}i(Ufe,"inferLroMode");function qfe(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 xz(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 $m.verbose(`LRO: unrecognized operation status: ${e}`),e}}i(qfe,"transformStatus");function Est(t){var e;let{status:r}=(e=t.body)!==null&&e!==void 0?e:{};return qfe({status:r,statusCode:t.statusCode})}i(Est,"getStatus");function Cst(t){var e,r;let{properties:n,provisioningState:s}=(e=t.body)!==null&&e!==void 0?e:{},o=(r=n?.provisioningState)!==null&&r!==void 0?r:s;return qfe({status:o,statusCode:t.statusCode})}i(Cst,"getProvisioningState");function xz(t){return t===202?"running":t<300?"succeeded":"failed"}i(xz,"toOperationStatus");function $fe({rawResponse:t}){let e=t.headers["retry-after"];if(e!==void 0){let r=parseInt(e);return isNaN(r)?Ist(new Date(e)):r*1e3}}i($fe,"parseRetryAfter");function Gfe(t){let e=t.flatResponse.error;if(!e){$m.warning("The long-running operation failed but there is no error property in the response's body");return}if(!e.code||!e.message){$m.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(Gfe,"getErrorFromResponse");function Ist(t){let e=Math.floor(new Date().getTime()),r=t.getTime();if(e<r)return r-e}i(Ist,"calculatePollingIntervalFromDate");function Hfe(t){let{response:e,state:r,operationLocation:n}=t;function s(){var a;switch((a=r.config.metadata)===null||a===void 0?void 0:a.mode){case void 0:return xz(e.rawResponse.sta
`:case"\r":case" ":case" ":continue;default:throw Error("invalid base64 string.")}switch(s){case 0:a=o,s=1;break;case 1:r[n++]=a<<2|(o&48)>>4,a=o,s=2;break;case 2:r[n++]=(a&15)<<4|(o&60)>>2,a=o,s=3;break;case 3:r[n++]=(a&3)<<6|o,s=0;break}}if(s==1)throw Error("invalid base64 string.");return r.subarray(0,n)}i(oot,"base64decode");Jh.base64decode=oot;function iot(t){let e="",r=0,n,s=0;for(let o=0;o<t.length;o++)switch(n=t[o],r){case 0:e+=cu[n>>2],s=(n&3)<<4,r=1;break;case 1:e+=cu[s|n>>4],s=(n&15)<<2,r=2;break;case 2:e+=cu[s|n>>6],e+=cu[n&63],r=0;break}return r&&(e+=cu[s],e+="=",r==1&&(e+="=")),e}i(iot,"base64encode");Jh.base64encode=iot});var IAe=b(YN=>{"use strict";Object.defineProperty(YN,"__esModule",{value:!0});YN.utf8read=void 0;var Qz=i(t=>String.fromCharCode.apply(String,t),"fromCharCodes");function aot(t){if(t.length<1)return"";let e=0,r=[],n=[],s=0,o,a=t.length;for(;e<a;)o=t[e++],o<128?n[s++]=o:o>191&&o<224?n[s++]=(o&31)<<6|t[e++]&63:o>239&&o<365?(o=((o&7)<<18|(t[e++]&63)<<12|(t[e++]&63)<<6|t[e++]&63)-65536,n[s++]=55296+(o>>10),n[s++]=56320+(o&1023)):n[s++]=(o&15)<<12|(t[e++]&63)<<6|t[e++]&63,s>8191&&(r.push(Qz(n)),s=0);return r.length?(s&&r.push(Qz(n.slice(0,s))),r.join("")):Qz(n.slice(0,s))}i(aot,"utf8read");YN.utf8read=aot});var vI=b(vc=>{"use strict";Object.defineProperty(vc,"__esModule",{value:!0});vc.WireType=vc.mergeBinaryOptions=vc.UnknownFieldHandler=void 0;var cot;(function(t){t.symbol=Symbol.for("protobuf-ts/unknown"),t.onRead=(r,n,s,o,a)=>{(e(n)?n[t.symbol]:n[t.symbol]=[]).push({no:s,wireType:o,data:a})},t.onWrite=(r,n,s)=>{for(let{no:o,wireType:a,data:c}of t.list(n))s.tag(o,a).raw(c)},t.list=(r,n)=>{if(e(r)){let s=r[t.symbol];return n?s.filter(o=>o.no==n):s}return[]},t.last=(r,n)=>t.list(r,n).slice(-1)[0];let e=i(r=>r&&Array.isArray(r[t.symbol]),"is")})(cot=vc.UnknownFieldHandler||(vc.UnknownFieldHandler={}));function lot(t,e){return Object.assign(Object.assign({},t),e)}i(lot,"mergeBinaryOptions");vc.mergeBinaryOptions=lot;var uot;(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"})(uot=vc.WireType||(vc.WireType={}))});var jN=b(to=>{"use strict";Object.defineProperty(to,"__esModule",{value:!0});to.varint32read=to.varint32write=to.int64toString=to.int64fromString=to.varint64write=to.varint64read=void 0;function dot(){let t=0,e=0;for(let n=0;n<28;n+=7){let s=this.buf[this.pos++];if(t|=(s&127)<<n,(s&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 s=this.buf[this.pos++];if(e|=(s&127)<<n,(s&128)==0)return this.assertBounds(),[t,e]}throw new Error("invalid varint")}i(dot,"varint64read");to.varint64read=dot;function pot(t,e,r){for(let o=0;o<28;o=o+7){let a=t>>>o,c=!(!(a>>>7)&&e==0),l=(c?a|128:a)&255;if(r.push(l),!c)return}let n=t>>>28&15|(e&7)<<4,s=e>>3!=0;if(r.push((s?n|128:n)&255),!!s){for(let o=3;o<31;o=o+7){let a=e>>>o,c=!!(a>>>7),l=(c?a|128:a)&255;if(r.push(l),!c)return}r.push(e>>>31&1)}}i(pot,"varint64write");to.varint64write=pot;var WN=65536*65536;function mot(t){let e=t[0]=="-";e&&(t=t.slice(1));let r=1e6,n=0,s=0;function o(a,c){let l=Number(t.slice(a,c));s*=r,n=n*r+l,n>=WN&&(s=s+(n/WN|0),n=n%WN)}return i(o,"add1e6digit"),o(-24,-18),o(-18,-12),o(-12,-6),o(-6),[e,n,s]}i(mot,"int64fromString");to.int64fromString=mot;function fot(t,e){if(e>>>0<=2097151)return""+(WN*e+(t>>>0));let r=t&16777215,n=(t>>>24|e<<8)>>>0&16777215,s=e>>16&65535,o=r+n*6777216+s*6710656,a=n+s*8147497,c=s*2,l=1e7;o>=l&&(a+=Math.floor(o/l),o%=l),a>=l&&(c+=Math.floor(a/l),a%=l);function u(d,p){let m=d?String(d):"";return p?"0000000".slice(m.length)+m:m}return i(u,"decimalFrom1e7"),u(c,0)+u(a,c)+u(o,1)}i(fot,"int64toString");to.int64toString=fot;function Aot(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(Aot,"varint32write");to.varint32write=Aot;function hot(){let t=this.buf[this.pos++],e=t&127;if((t&128)==0)return
`)}};xT.RpcError=i3});var c3=b(bT=>{"use strict";Object.defineProperty(bT,"__esModule",{value:!0});bT.mergeRpcOptions=void 0;var ehe=Fr();function Mit(t,e){if(!e)return t;let r={};wT(t,r),wT(e,r);for(let n of Object.keys(e)){let s=e[n];switch(n){case"jsonOptions":r.jsonOptions=ehe.mergeJsonOptions(t.jsonOptions,r.jsonOptions);break;case"binaryOptions":r.binaryOptions=ehe.mergeBinaryOptions(t.binaryOptions,r.binaryOptions);break;case"meta":r.meta={},wT(t.meta,r.meta),wT(e.meta,r.meta);break;case"interceptors":r.interceptors=t.interceptors?t.interceptors.concat(s):s.concat();break}}return r}i(Mit,"mergeRpcOptions");bT.mergeRpcOptions=Mit;function wT(t,e){if(!t)return;let r=e;for(let[n,s]of Object.entries(t))s instanceof Date?r[n]=new Date(s.getTime()):Array.isArray(s)?r[n]=s.concat():r[n]=s}i(wT,"copy")});var u3=b(Ym=>{"use strict";Object.defineProperty(Ym,"__esModule",{value:!0});Ym.Deferred=Ym.DeferredState=void 0;var Dc;(function(t){t[t.PENDING=0]="PENDING",t[t.REJECTED=1]="REJECTED",t[t.RESOLVED=2]="RESOLVED"})(Dc=Ym.DeferredState||(Ym.DeferredState={}));var l3=class{static{i(this,"Deferred")}constructor(e=!0){this._state=Dc.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!==Dc.PENDING)throw new Error(`cannot resolve ${Dc[this.state].toLowerCase()}`);this._resolve(e),this._state=Dc.RESOLVED}reject(e){if(this.state!==Dc.PENDING)throw new Error(`cannot reject ${Dc[this.state].toLowerCase()}`);this._reject(e),this._state=Dc.REJECTED}resolvePending(e){this._state===Dc.PENDING&&this.resolve(e)}rejectPending(e){this._state===Dc.PENDING&&this.reject(e)}};Ym.Deferred=l3});var p3=b(ST=>{"use strict";Object.defineProperty(ST,"__esModule",{value:!0});ST.RpcOutputStreamController=void 0;var the=u3(),Wm=Fr(),d3=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){Wm.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){Wm.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){Wm.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(){Wm.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;Wm.assert(e,"bad state"),Wm.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 the.Deferred,e.p.promise)},"next")}}pushIt(e){let r=this._itState;if(r.p){let n=r.p;Wm.assert(n.state==the.DeferredState.PENDING,"iterator contract broken"),"value"in e?n.resolve(e):n.reject(e),delete r.p}else r.q.push(e)}};ST.RpcOutputStreamController=d3});var f3=b(ng=>{"use strict";var Fit=ng&&ng.__awaiter||function(t,e,r,n){function s(o){return o instanceof r?o:new r(function(a){a(o)})}return i(s,"adopt"),new(r||(r=Promise))(function(o,a){function c(d){try{u(n.next(d))}catch(p){a(p)}}i(c,"fulfilled");function l(d){try{u(n.throw(d))}catch(p){a(p)}}i(l,"rejected");function u(d){d.done?o(d.value):s(d.value).then(c,l)}i(u,"step"),u((n=n.apply(t,e||[])).next())})};Object.definePrope
2026-05-22 09:41:22 +00:00
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(lft,"logUnexpecedPropertyAccessOnce");function uft(){Object.keys(mP).forEach(function(t){delete mP[t]})}i(uft,"resetLoggedProperties")});var AP=b(Fc=>{"use strict";Fc.__esModule=!0;Fc.HandlebarsEnvironment=WV;function WEe(t){return t&&t.__esModule?t:{default:t}}i(WEe,"_interopRequireDefault");var tf=Ns(),dft=zo(),VV=WEe(dft),pft=$V(),mft=HEe(),fft=HV(),fP=WEe(fft),Aft=zV(),hft="4.7.9";Fc.VERSION=hft;var gft=8;Fc.COMPILER_REVISION=gft;var yft=7;Fc.LAST_COMPATIBLE_COMPILER_REVISION=yft;var Eft={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"};Fc.REVISION_CHANGES=Eft;var YV="[object Object]";function WV(t,e,r){this.helpers=t||{},this.partials=e||{},this.decorators=r||{},pft.registerDefaultHelpers(this),mft.registerDefaultDecorators(this)}i(WV,"HandlebarsEnvironment");WV.prototype={constructor:WV,logger:fP.default,log:fP.default.log,registerHelper:i(function(e,r){if(tf.toString.call(e)===YV){if(r)throw new VV.default("Arg not supported with multiple helpers");tf.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(tf.toString.call(e)===YV)tf.extend(this.partials,e);else{if(typeof r>"u")throw new VV.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(tf.toString.call(e)===YV){if(r)throw new VV.default("Arg not supported with multiple decorators");tf.extend(this.decorators,e)}else this.decorators[e]=r},"registerDecorator"),unregisterDecorator:i(function(e){delete this.decorators[e]},"unregisterDecorator"),resetLoggedPropertyAccesses:i(function(){Aft.resetLoggedProperties()},"resetLoggedPropertyAccesses")};var Cft=fP.default.log;Fc.log=Cft;Fc.createFrame=tf.createFrame;Fc.logger=fP.default});var JEe=b((hP,jEe)=>{"use strict";hP.__esModule=!0;function jV(t){this.string=t}i(jV,"SafeString");jV.prototype.toString=jV.prototype.toHTML=function(){return""+this.string};hP.default=jV;jEe.exports=hP.default});var KEe=b(JV=>{"use strict";JV.__esModule=!0;JV.wrapHelper=Ift;function Ift(t,e){if(typeof t!="function")return t;var r=i(function(){var s=arguments[arguments.length-1];return arguments[arguments.length-1]=e(s),t.apply(this,arguments)},"wrapper");return r}i(Ift,"wrapHelper")});var nCe=b(Fd=>{"use strict";Fd.__esModule=!0;Fd.checkRevision=Rft;Fd.template=Nft;Fd.wrapProgram=gP;Fd.resolvePartial=Tft;Fd.invokePartial=Pft;Fd.noop=tCe;function xft(t){return t&&t.__esModule?t:{default:t}}i(xft,"_interopRequireDefault");function wft(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(wft,"_interopRequireWildcard");var bft=Ns(),xg=wft(bft),Sft=zo(),mu=xft(Sft),fu=AP(),XEe=$V(),Bft=KEe(),ZEe=zV();function Rft(t){var e=t&&t[0]||1,r=fu.COMPILER_REVISION;if(!(e>=fu.LAST_COMPATIBLE_COMPILER_REVISION&&e<=fu.COMPILER_REVISION))if(e<fu.LAST_COMPATIBLE_COMPILER_REVISION){var n=fu.REVISION_CHANGES[r],s=fu.REVISION_CHANGES[e];throw new mu.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 ("+s+").")}else throw new mu.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(Rft,"checkRevision");function Nft(t,e){if(!e)throw new mu.default("No environment passed to template");if(!t||!t.main)throw new mu.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,l){l.hash&&(c=xg.extend({},c,l.hash),l.ids&&(l.ids[0]=!0)),a=e.VM.res
`),p=0,m=d.length;p<m&&!(!d[p]&&p+1===m);p++)d[p]=l.indent+d[p];u=d.join(`
`)}return u}else throw new mu.default("The partial "+l.name+" could not be compiled when running in runtime-only mode")}i(n,"invokePartialWrapper");var s={strict:i(function(c,l,u){if(!c||!(l in c))throw new mu.default('"'+l+'" not defined in '+c,{loc:u});return s.lookupProperty(c,l)},"strict"),lookupProperty:i(function(c,l){var u=c[l];if(u==null||Object.prototype.hasOwnProperty.call(c,l)||ZEe.resultIsAllowed(u,s.protoAccessControl,l))return u},"lookupProperty"),lookup:i(function(c,l){for(var u=c.length,d=0;d<u;d++){var p=c[d]&&s.lookupProperty(c[d],l);if(p!=null)return p}},"lookup"),lambda:i(function(c,l){return typeof c=="function"?c.call(l):c},"lambda"),escapeExpression:xg.escapeExpression,invokePartial:n,fn:i(function(c){var l=t[c];return l.decorator=t[c+"_d"],l},"fn"),programs:[],program:i(function(c,l,u,d,p){var m=this.programs[c],f=this.fn(c);return l||p||d||u?m=gP(this,c,f,l,u,d,p):m||(m=this.programs[c]=gP(this,c,f)),m},"program"),data:i(function(c,l){for(;c&&l--;)c=c._parent;return c},"data"),mergeIfNeeded:i(function(c,l){var u=c||l;return c&&l&&c!==l&&(u=xg.extend({},l,c)),u},"mergeIfNeeded"),nullContext:Object.seal({}),noop:e.VM.noop,compilerInfo:t.compiler};function o(a){var c=arguments.length<=1||arguments[1]===void 0?{}:arguments[1],l=c.data;o._setup(c),!c.partial&&t.useData&&(l=vft(a,l));var u=void 0,d=t.useBlockParams?[]:void 0;t.useDepths&&(c.depths?u=a!=c.depths[0]?[a].concat(c.depths):c.depths:u=[a]);function p(m){return""+t.main(s,m,s.helpers,s.partials,l,d,u)}return i(p,"main"),p=rCe(t.main,p,s,c.depths||[],l,d),p(a,c)}return i(o,"ret"),o.isTop=!0,o._setup=function(a){if(a.partial)s.protoAccessControl=a.protoAccessControl,s.helpers=a.helpers,s.partials=a.partials,s.decorators=a.decorators,s.hooks=a.hooks;else{var c={};eCe(c,e.helpers,s),eCe(c,a.helpers,s),s.helpers=c,t.usePartial&&(s.partials=s.mergeIfNeeded(a.partials,e.partials)),(t.usePartial||t.useDecorators)&&(s.decorators=xg.extend({},e.decorators,a.decorators)),s.hooks={},s.protoAccessControl=ZEe.createProtoAccessControl(a);var l=a.allowCallsToHelperMissing||r;XEe.moveHelperToHooks(s,"helperMissing",l),XEe.moveHelperToHooks(s,"blockHelperMissing",l)}},o._child=function(a,c,l,u){if(t.useBlockParams&&!l)throw new mu.default("must pass block params");if(t.useDepths&&!u)throw new mu.default("must pass parent depths");return gP(s,a,t[a],c,0,l,u)},o}i(Nft,"template");function gP(t,e,r,n,s,o,a){function c(l){var u=arguments.length<=1||arguments[1]===void 0?{}:arguments[1],d=a;return a&&l!=a[0]&&!(l===t.nullContext&&a[0]===null)&&(d=[l].concat(a)),r(t,l,t.helpers,t.partials,u.data||n,o&&[u.blockParams].concat(o),d)}return i(c,"prog"),c=rCe(r,c,t,a,n,o),c.program=e,c.depth=a?a.length:0,c.blockParams=s||0,c}i(gP,"wrapProgram");function Tft(t,e,r){return t?!t.call&&!r.name&&(r.name=t,t=yP(r.partials,t)):r.name==="@partial-block"?t=yP(r.data,"partial-block"):t=yP(r.partials,r.name),t}i(Tft,"resolvePartial");function Pft(t,e,r){var n=yP(r.data,"partial-block");r.partial=!0,r.ids&&(r.data.contextPath=r.ids[0]||r.data.contextPath);var s=void 0;if(r.fn&&r.fn!==tCe&&(function(){r.data=fu.createFrame(r.data);var o=r.fn;s=r.data["partial-block"]=i(function(c){var l=arguments.length<=1||arguments[1]===void 0?{}:arguments[1];return l.data=fu.createFrame(l.data),l.data["partial-block"]=n,o(c,l)},"partialBlockWrapper"),o.partials&&(r.partials=xg.extend({},r.partials,o.partials))})(),t===void 0&&s&&(t=s),t===void 0)throw new mu.default("The partial "+r.name+" could not be found");if(t instanceof Function)return t(e,r)}i(Pft,"invokePartial");function tCe(){return""}i(tCe,"noop");function yP(t,e){if(t&&Object.prototype.hasOwnProperty.call(t,e))return t[e]}i(yP,"lookupOwnProperty");function vft(t,e){return(!e||!("root"in e))&&(e=e?fu.createFrame(e):{},e.root=t),e}i(vft,"initData");function rCe(t,e,r,n,s,o){if(t.decorator){var a={};e=t.decorator(e,a,r,n&&n[0],s,o,n),xg.extend(e,a)}return e}i(rCe,"executeDecorators");function eCe(t,e,r){e&&Object.keys(e).forEach(function(n){var s=e[n];t[n]=_ft(s,r)})}i(eCe,"addHelpers");function _ft(t,e){var r=e.lookupProperty;return Bft
2026-05-22 09:41:22 +00:00
`+this.lexer.showPosition()+`
Expecting `+ne.join(", ")+", got '"+(this.terminals_[Q]||Q)+"'":It="Parse error on line "+(p+1)+": Unexpected "+(Q==1?"end of input":"'"+(this.terminals_[Q]||Q)+"'"),this.parseError(It,{text:this.lexer.match,token:this.terminals_[Q]||Q,line:this.lexer.yylineno,loc:x,expected:ne})}}if(V[0]instanceof Array&&V.length>1)throw new Error("Parse Error: multiple actions possible at state: "+M+", token: "+Q);switch(V[0]){case 1:a.push(Q),c.push(this.lexer.yytext),l.push(this.lexer.yylloc),a.push(V[1]),Q=null,q?(Q=q,q=null):(m=this.lexer.yyleng,d=this.lexer.yytext,p=this.lexer.yylineno,x=this.lexer.yylloc,f>0&&f--);break;case 2:if(ye=this.productions_[V[1]][1],Re.$=c[c.length-ye],Re._$={first_line:l[l.length-(ye||1)].first_line,last_line:l[l.length-1].last_line,first_column:l[l.length-(ye||1)].first_column,last_column:l[l.length-1].last_column},w&&(Re._$.range=[l[l.length-(ye||1)].range[0],l[l.length-1].range[1]]),Le=this.performAction.call(Re,d,m,p,this.yy,V[1],c,l),typeof Le<"u")return Le;ye&&(a=a.slice(0,-1*ye*2),c=c.slice(0,-1*ye),l=l.slice(0,-1*ye)),a.push(this.productions_[V[1]][0]),c.push(Re.$),l.push(Re._$),H=u[a[a.length-2]][a[a.length-1]],a.push(H);break;case 3:return!0}}return!0},"parse")},e=(function(){var n={EOF:1,parseError:i(function(o,a){if(this.yy.parser)this.yy.parser.parseError(o,a);else throw new Error(o)},"parseError"),setInput:i(function(o){return this._input=o,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 o=this._input[0];this.yytext+=o,this.yyleng++,this.offset++,this.match+=o,this.matched+=o;var a=o.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),o},"input"),unput:i(function(o){var a=o.length,c=o.split(/(?:\r\n?|\n)/g);this._input=o+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-a-1),this.offset-=a;var l=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 u=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===l.length?this.yylloc.first_column:0)+l[l.length-c.length].length-c[0].length:this.yylloc.first_column-a},this.options.ranges&&(this.yylloc.range=[u[0],u[0]+this.yyleng-a]),this},"unput"),more:i(function(){return this._more=!0,this},"more"),less:i(function(o){this.unput(this.match.slice(o))},"less"),pastInput:i(function(){var o=this.matched.substr(0,this.matched.length-this.match.length);return(o.length>20?"...":"")+o.substr(-20).replace(/\n/g,"")},"pastInput"),upcomingInput:i(function(){var o=this.match;return o.length<20&&(o+=this._input.substr(0,20-o.length)),(o.substr(0,20)+(o.length>20?"...":"")).replace(/\n/g,"")},"upcomingInput"),showPosition:i(function(){var o=this.pastInput(),a=new Array(o.length+1).join("-");return o+this.upcomingInput()+`
`+a+"^"},"showPosition"),next:i(function(){if(this.done)return this.EOF;this._input||(this.done=!0);var o,a,c,l,u,d;this._more||(this.yytext="",this.match="");for(var p=this._currentRules(),m=0;m<p.length&&(c=this._input.match(this.rules[p[m]]),!(c&&(!a||c[0].length>a[0].length)&&(a=c,l=m,!this.options.flex)));m++);return a?(d=a[0].match(/(?:\r\n?|\n).*/g),d&&(this.yylineno+=d.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:d?d[d.length-1].length-d[d.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],o=this.performAction.call(this,this.yy,this,p[l],this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),o||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 o=this.next();return typeof o<"u"?o:this.lex()},"lex"),begin:i(function(o){this.conditionStack.push(o)},"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(o){this.begin(o)},"begin")};return n.options={},n.performAction=i(function(o,a,c,l){function u(p,m){return a.yytext=a.yytext.substring(p,a.yyleng-m+p)}i(u,"strip");var d=l;switch(c){case 0:if(a.yytext.slice(-2)==="\\\\"?(u(0,1),this.begin("mu")):a.yytext.slice(-1)==="\\"?(u(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:(u(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=u(1,2).replace(/\\"/g,'"'),80;break;case 32:return a.yytext=u(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})();xP.default=$ft;pCe.exports=xP.default});var BP=b((SP,hCe)=>{"use strict";SP.__esModule=!0;function Gft(t){return t&&t.__esModule?t:{default:t}}i(Gft,"_interopRequireDefault");var Hft=zo(),r4=Gft(Hft);function wP(){this.parents=[]}i(wP,"Visitor");wP.prototype={constructor:wP,mutating:!1,acceptKey:i(function(e,r){var n=this.accept(e[r]);if(this.mutating){if(n&&!wP.prototype[n.type])throw new r4.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 of(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 of?e:(e=b4(e,this,r),new of(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(o){var a=b4(e[o],r);a!=="undefined"&&n.push([r.quotedString(o),":",a])});var s=this.generateList(n);return s.prepend("{"),s.add("}"),s},"objectLiteral"),generateList:i(function(e){for(var r=this.empty(),n=0,s=e.length;n<s;n++)n&&r.add(","),r.add(b4(e[n],this));return r},"generateList"),generateArray:i(function(e){var r=this.generateList(e);return r.prepend("["),r.add("]"),r},"generateArray")};DP.default=KCe;XCe.exports=DP.default});var sIe=b((kP,nIe)=>{"use strict";kP.__esModule=!0;function rIe(t){return t&&t.__esModule?t:{default:t}}i(rIe,"_interopRequireDefault");var eIe=AP(),qAt=zo(),B4=rIe(qAt),$At=Ns(),GAt=ZCe(),tIe=rIe(GAt);function Ng(t){this.value=t}i(Ng,"Literal");function Tg(){}i(Tg,"JavaScriptCompiler");Tg.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=eIe.COMPILER_REVISION,r=eIe.REVISION_CHANGES[e];return[e,r]},"compilerInfo"),appendToBuffer:i(function(e,r,n){return $At.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,s){this.environment=e,this.options=r,this.stringParams=this.options.stringParams,this.trackIds=this.options.trackIds,this.precompile=!s,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 o=e.opcodes,a=void 0,c=void 0,l=void 0,u=void 0;for(l=0,u=o.length;l<u;l++)a=o[l],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 B4.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(),`;
2026-05-22 09:41:22 +00:00
`]),this.decorators.push("return fn;"),s?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 d=this.createFunctionContext(s);if(this.isChild)return d;var p={compiler:this.compilerInfo(),main:d};this.decorators&&(p.main_d=this.decorators,p.useDecorators=!0);var m=this.context,f=m.programs,g=m.decorators;for(l=0,u=f.length;l<u;l++)p[l]=f[l],g[l]&&(p[l+"_d"]=g[l],p.useDecorators=!0);return this.environment.usePartial&&(p.usePartial=!0),this.options.data&&(p.useData=!0),this.useDepths&&(p.useDepths=!0),this.useBlockParams&&(p.useBlockParams=!0),this.options.compat&&(p.compat=!0),s?p.compilerOptions=this.options:(p.compiler=JSON.stringify(p.compiler),this.source.currentLocation={start:{line:1,column:0}},p=this.objectLiteral(p),r.srcName?(p=p.toStringWithSourceMap({file:r.destName}),p.map=p.map&&p.map.toString()):p=p.toString()),p},"compile"),preamble:i(function(){this.lastContext=0,this.source=new tIe.default(this.options.srcName),this.decorators=new tIe.default(this.options.srcName)},"preamble"),createFunctionContext:i(function(e){var r=this,n="",s=this.stackVars.concat(this.registers.list);s.length>0&&(n+=", "+s.join(", "));var o=0;Object.keys(this.aliases).forEach(function(l){var u=r.aliases[l];u.children&&u.referenceCount>1&&(n+=", alias"+ ++o+"="+l,u.children[0]="alias"+o)}),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,s=void 0,o=void 0,a=void 0,c=void 0;return this.source.each(function(l){l.appendToBuffer?(a?l.prepend(" + "):a=l,c=l):(a&&(o?a.prepend("buffer += "):s=!0,c.add(";"),a=c=void 0),o=!0,r||(n=!1))}),n?a?(a.prepend("return "),c.add(";")):o||this.source.push('return "";'):(e+=", buffer = "+(s?"":this.initializeBuffer()),a?(a.prepend("return buffer + "),c.add(";")):this.source.push("return buffer;")),e&&this.source.prepend("var "+e.substring(2)+(s?"":`;
`)),this.source.merge()},"mergeSource"),lookupPropertyFunctionVarDeclaration:i(function(){return`
2026-05-22 09:41:22 +00:00
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 s=this.popStack();n.splice(1,0,s),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,s){var o=0;!s&&this.options.compat&&!this.lastContext?this.push(this.depthedLookup(e[o++])):this.pushContext(),this.resolvePath("context",e,o,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,s,o){var a=this;if(this.options.strict||this.options.assumeObjects){this.push(HAt(this.options.strict&&o,this,r,n,e));return}for(var c=r.length,l=i(function(d){a.replaceStack(function(p){var m=a.nameLookup(p,r[d],e);return s?[" && ",m]:[" != null ? ",m," : ",p]})},"_loop"),u=n;u<c;u++)l(u)},"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"),s=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",s])," || fn;"])},"registerDecorator"),invokeHelper:i(function(e,r,n){var s=this.popStack(),o=this.setupHelper(e,r),a=[];n&&a.push(o.name),a.push(s),this.options.strict||a.push(this.aliasable("container.hoo
`,e};Tr.prototype.Program=function(t){var e="",r=t.body,n=void 0,s=void 0;if(t.blockParams){var o="BLOCK PARAMS: [";for(n=0,s=t.blockParams.length;n<s;n++)o+=" "+t.blockParams[n];o+=" ]",e+=this.pad(o)}for(n=0,s=r.length;n<s;n++)e+=this.accept(r[n]);return this.padding--,e};Tr.prototype.MustacheStatement=function(t){return this.pad("{{ "+this.SubExpression(t)+" }}")};Tr.prototype.Decorator=function(t){return this.pad("{{ DIRECTIVE "+this.SubExpression(t)+" }}")};Tr.prototype.BlockStatement=Tr.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};Tr.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+" }}")};Tr.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+" }}")};Tr.prototype.ContentStatement=function(t){return this.pad("CONTENT[ '"+t.value+"' ]")};Tr.prototype.CommentStatement=function(t){return this.pad("{{! '"+t.value+"' }}")};Tr.prototype.SubExpression=function(t){for(var e=t.params,r=[],n=void 0,s=0,o=e.length;s<o;s++)r.push(this.accept(e[s]));return e="["+r.join(", ")+"]",n=t.hash?" "+this.accept(t.hash):"",this.accept(t.path)+" "+e+n};Tr.prototype.PathExpression=function(t){var e=t.parts.join("/");return(t.data?"@":"")+"PATH:"+e};Tr.prototype.StringLiteral=function(t){return'"'+t.value+'"'};Tr.prototype.NumberLiteral=function(t){return"NUMBER{"+t.value+"}"};Tr.prototype.BooleanLiteral=function(t){return"BOOLEAN{"+t.value+"}"};Tr.prototype.UndefinedLiteral=function(){return"UNDEFINED"};Tr.prototype.NullLiteral=function(){return"NULL"};Tr.prototype.Hash=function(t){for(var e=t.pairs,r=[],n=0,s=e.length;n<s;n++)r.push(this.accept(e[n]));return"HASH{"+r.join(", ")+"}"};Tr.prototype.HashPair=function(t){return t.key+"="+this.accept(t.value)}});var pIe=b((smr,dIe)=>{var MP=aIe().default,uIe=cIe();MP.PrintVisitor=uIe.PrintVisitor;MP.print=uIe.print;dIe.exports=MP;function lIe(t,e){var r=require("fs"),n=r.readFileSync(e,"utf8");t.exports=MP.compile(n)}i(lIe,"extension");typeof require<"u"&&require.extensions&&(require.extensions[".handlebars"]=lIe,require.extensions[".hbs"]=lIe)});var SIe=b($P=>{"use strict";Object.defineProperty($P,"__esModule",{value:!0});$P.getProxyUrl=mht;$P.checkBypass=bIe;function mht(t){let e=t.protocol==="https:";if(bIe(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 qP(r)}catch{if(!r.startsWith("http://")&&!r.startsWith("https://"))return new qP(`http://${r}`)}else return}i(mht,"getProxyUrl");function bIe(t){if(!t.hostname)return!1;let e=t.hostname;if(fht(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 s=[t.hostname.toUpperCase()];typeof n=="number"&&s.push(`${s[0]}:${n}`);for(let o of r.split(",").map(a=>a.trim().toUpperCase()).filter(a=>a))if(o==="*"||s.some(a=>a===o||a.endsWith(`.${o}`)||o.startsWith(".")&&a.endsWith(`${o}`)))return!0;return!1}i(bIe,"checkBypass");function fht(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(fht,"isLoopbackAddress");var qP=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 passwor
2026-05-22 09:49:50 +00:00
versions published after the first week of January 2027
will require node >=${r}. You are running node ${t}.
To continue receiving updates to AWS services, bug fixes,
and security updates please upgrade to node >=${r}.
More information can be found at: https://a.co/c895JFp`))}},"emitWarningIfUnsupportedVersion")});var Lgt,Ogt,Sxe,Bxe=I(()=>{Lgt=i(()=>(t,e)=>async r=>(e.__retryLongPoll=!0,t(r)),"longPollMiddleware"),Ogt={name:"longPollMiddleware",tags:["RETRY"],step:"initialize",override:!0},Sxe=i(t=>({applyToStack:i(e=>{e.add(Lgt(),Ogt)},"applyToStack")}),"getLongPollPlugin")});function zd(t,e,r){return t.$source||(t.$source={}),t.$source[e]=r,t}var Rxe=I(()=>{i(zd,"setCredentialFeature")});var Nxe,sY,Txe=I(()=>{Nxe=require("node:stream"),sY=i(t=>t?.body instanceof Nxe.Readable||typeof ReadableStream<"u"&&t?.body instanceof ReadableStream,"isStreamingPayload")});var df,Vd,Yd,Pxe,vxe,rv=I(()=>{df=i((t,e)=>{let r=[];if(t&&r.push(t),e)for(let n of e)r.push(n);return r},"getAllAliases"),Vd=i((t,e)=>`${t||"anonymous"}${e&&e.length>0?` (a.k.a. ${e.join(",")})`:""}`,"getMiddlewareNameWithAliases"),Yd=i(()=>{let t=[],e=[],r=!1,n=new Set,s=i(p=>p.sort((m,f)=>Pxe[f.step]-Pxe[m.step]||vxe[f.priority||"normal"]-vxe[m.priority||"normal"]),"sort"),o=i(p=>{let m=!1,f=i(g=>{let E=df(g.name,g.aliases);if(E.includes(p)){m=!0;for(let x of E)n.delete(x);return!1}return!0},"filterCb");return t=t.filter(f),e=e.filter(f),m},"removeByName"),a=i(p=>{let m=!1,f=i(g=>{if(g.middleware===p){m=!0;for(let E of df(g.name,g.aliases))n.delete(E);return!1}return!0},"filterCb");return t=t.filter(f),e=e.filter(f),m},"removeByReference"),c=i(p=>(t.forEach(m=>{p.add(m.middleware,{...m})}),e.forEach(m=>{p.addRelativeTo(m.middleware,{...m})}),p.identifyOnResolve?.(d.identifyOnResolve()),p),"cloneTo"),l=i(p=>{let m=[];return p.before.forEach(f=>{f.before.length===0&&f.after.length===0?m.push(f):m.push(...l(f))}),m.push(p),p.after.reverse().forEach(f=>{f.before.length===0&&f.after.length===0?m.push(f):m.push(...l(f))}),m},"expandRelativeMiddlewareList"),u=i((p=!1)=>{let m=[],f=[],g={};return t.forEach(x=>{let w={...x,before:[],after:[]};for(let S of df(w.name,w.aliases))g[S]=w;m.push(w)}),e.forEach(x=>{let w={...x,before:[],after:[]};for(let S of df(w.name,w.aliases))g[S]=w;f.push(w)}),f.forEach(x=>{if(x.toMiddleware){let w=g[x.toMiddleware];if(w===void 0){if(p)return;throw new Error(`${x.toMiddleware} is not found when adding ${Vd(x.name,x.aliases)} middleware ${x.relation} ${x.toMiddleware}`)}x.relation==="after"&&w.after.push(x),x.relation==="before"&&w.before.push(x)}}),s(m).map(l).reduce((x,w)=>(x.push(...w),x),[])},"getMiddlewareList"),d={add:i((p,m={})=>{let{name:f,override:g,aliases:E}=m,x={step:"initialize",priority:"normal",middleware:p,...m},w=df(f,E);if(w.length>0){if(w.some(S=>n.has(S))){if(!g)throw new Error(`Duplicate middleware name '${Vd(f,E)}'`);for(let S of w){let P=t.findIndex(q=>q.name===S||q.aliases?.some(M=>M===S));if(P===-1)continue;let Q=t[P];if(Q.step!==x.step||x.priority!==Q.priority)throw new Error(`"${Vd(Q.name,Q.aliases)}" middleware with ${Q.priority} priority in ${Q.step} step cannot be overridden by "${Vd(f,E)}" middleware with ${x.priority} priority in ${x.step} step.`);t.splice(P,1)}}for(let S of w)n.add(S)}t.push(x)},"add"),addRelativeTo:i((p,m)=>{let{name:f,override:g,aliases:E}=m,x={middleware:p,...m},w=df(f,E);if(w.length>0){if(w.some(S=>n.has(S))){if(!g)throw new Error(`Duplicate middleware name '${Vd(f,E)}'`);for(let S of w){let P=e.findIndex(q=>q.name===S||q.aliases?.some(M=>M===S));if(P===-1)continue;let Q=e[P];if(Q.toMiddleware!==x.toMiddleware||Q.relation!==x.relation)throw new Error(`"${Vd(Q.name,Q.aliases)}" middleware ${Q.relation} "${Q.toMiddleware}" middleware cannot be overridden by "${Vd(f,E)}" middleware ${x.relation} "${x.toMiddleware}" middleware.`);e.splice(P,1)}}for(let S of w)n.add(S)}e.push(x)},"addRelativeTo"),clone:i(()=>c(Yd()),"clone"),use:i(p=>{p.applyToStack(d)},"use"),remove:i(p=>typeof p=="string"?o(p):a(p),"remove"),removeByTag:i(p=>{let m=!1,f=i(g=>{let{tags:E,name:x,aliases:w}=g;if(E&&E.includes(p)){let S=df(x,w);for(let P of S)n.delete(P);return m=!0,!1}return!0},"filterCb");return t=t.filter(f),e=e.filter(f),m},"removeByTag"),concat:i(p=>{let m=c(Yd());return m.use(p),m.identifyOnResolve(r||m.identifyOnRes
2026-05-22 09:49:50 +00:00
`).slice(0,5).filter(e=>!e.includes("stackTraceWarning")).join(`
`),"stackTraceWarning"),Ug={warn:console.warn}});function ba(t){let e=t.getUTCFullYear(),r=t.getUTCMonth(),n=t.getUTCDay(),s=t.getUTCDate(),o=t.getUTCHours(),a=t.getUTCMinutes(),c=t.getUTCSeconds(),l=s<10?`0${s}`:`${s}`,u=o<10?`0${o}`:`${o}`,d=a<10?`0${a}`:`${a}`,p=c<10?`0${c}`:`${c}`;return`${Kgt[n]}, ${l} ${AY[r]} ${e} ${u}:${d}:${p} GMT`}var Kgt,AY,Xgt,Awe,Zgt,hv,eyt,tyt,ryt,Gg,gv,Nx,nyt,syt,oyt,fY,iyt,ayt,cyt,$c,lyt,uyt,$g,hwe=I(()=>{mY();Kgt=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],AY=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];i(ba,"dateToUtcString");Xgt=new RegExp(/^(\d{4})-(\d{2})-(\d{2})[tT](\d{2}):(\d{2}):(\d{2})(?:\.(\d+))?[zZ]$/),Awe=i(t=>{if(t==null)return;if(typeof t!="string")throw new TypeError("RFC-3339 date-times must be expressed as strings");let e=Xgt.exec(t);if(!e)throw new TypeError("Invalid RFC-3339 date-time value");let[r,n,s,o,a,c,l,u]=e,d=Jd($g(n)),p=$c(s,"month",1,12),m=$c(o,"day",1,31);return Nx(d,p,m,{hours:a,minutes:c,seconds:l,fractionalMilliseconds:u})},"parseRfc3339DateTime"),Zgt=new RegExp(/^(\d{4})-(\d{2})-(\d{2})[tT](\d{2}):(\d{2}):(\d{2})(?:\.(\d+))?(([-+]\d{2}\:\d{2})|[zZ])$/),hv=i(t=>{if(t==null)return;if(typeof t!="string")throw new TypeError("RFC-3339 date-times must be expressed as strings");let e=Zgt.exec(t);if(!e)throw new TypeError("Invalid RFC-3339 date-time value");let[r,n,s,o,a,c,l,u,d]=e,p=Jd($g(n)),m=$c(s,"month",1,12),f=$c(o,"day",1,31),g=Nx(p,m,f,{hours:a,minutes:c,seconds:l,fractionalMilliseconds:u});return d.toUpperCase()!="Z"&&g.setTime(g.getTime()-uyt(d)),g},"parseRfc3339DateTimeWithOffset"),eyt=new RegExp(/^(?:Mon|Tue|Wed|Thu|Fri|Sat|Sun), (\d{2}) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) (\d{4}) (\d{1,2}):(\d{2}):(\d{2})(?:\.(\d+))? GMT$/),tyt=new RegExp(/^(?:Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday), (\d{2})-(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)-(\d{2}) (\d{1,2}):(\d{2}):(\d{2})(?:\.(\d+))? GMT$/),ryt=new RegExp(/^(?:Mon|Tue|Wed|Thu|Fri|Sat|Sun) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) ( [1-9]|\d{2}) (\d{1,2}):(\d{2}):(\d{2})(?:\.(\d+))? (\d{4})$/),Gg=i(t=>{if(t==null)return;if(typeof t!="string")throw new TypeError("RFC-7231 date-times must be expressed as strings");let e=eyt.exec(t);if(e){let[r,n,s,o,a,c,l,u]=e;return Nx(Jd($g(o)),fY(s),$c(n,"day",1,31),{hours:a,minutes:c,seconds:l,fractionalMilliseconds:u})}if(e=tyt.exec(t),e){let[r,n,s,o,a,c,l,u]=e;return oyt(Nx(nyt(o),fY(s),$c(n,"day",1,31),{hours:a,minutes:c,seconds:l,fractionalMilliseconds:u}))}if(e=ryt.exec(t),e){let[r,n,s,o,a,c,l,u]=e;return Nx(Jd($g(u)),fY(n),$c(s.trimLeft(),"day",1,31),{hours:o,minutes:a,seconds:c,fractionalMilliseconds:l})}throw new TypeError("Invalid RFC-7231 date-time value")},"parseRfc7231DateTime"),gv=i(t=>{if(t==null)return;let e;if(typeof t=="number")e=t;else if(typeof t=="string")e=Rx(t);else if(typeof t=="object"&&t.tag===1)e=t.value;else throw new TypeError("Epoch timestamps must be expressed as floating point numbers or their string representation");if(Number.isNaN(e)||e===1/0||e===-1/0)throw new TypeError("Epoch timestamps must be valid, non-Infinite, non-NaN numerics");return new Date(Math.round(e*1e3))},"parseEpochTimestamp"),Nx=i((t,e,r,n)=>{let s=e-1;return ayt(t,s,r),new Date(Date.UTC(t,s,r,$c(n.hours,"hour",0,23),$c(n.minutes,"minute",0,59),$c(n.seconds,"seconds",0,60),lyt(n.fractionalMilliseconds)))},"buildDate"),nyt=i(t=>{let e=new Date().getUTCFullYear(),r=Math.floor(e/100)*100+Jd($g(t));return r<e?r+100:r},"parseTwoDigitYear"),syt=50*365*24*60*60*1e3,oyt=i(t=>t.getTime()-new Date().getTime()>syt?new Date(Date.UTC(t.getUTCFullYear()-100,t.getUTCMonth(),t.getUTCDate(),t.getUTCHours(),t.getUTCMinutes(),t.getUTCSeconds(),t.getUTCMilliseconds())):t,"adjustRfc850Year"),fY=i(t=>{let e=AY.indexOf(t);if(e<0)throw new TypeError(`Invalid month: ${t}`);return e+1},"parseMonthByShortName"),iyt=[31,28,31,30,31,30,31,31,30,31,30,31],ayt=i((t,e,r)=>{let n=iyt[e];if(e===1&&cyt(t)&&(n=29),r>n)throw new TypeError(`Invalid day for ${AY[e]} in ${t}: ${r}`)},"validateDayOfMonth"),cyt=i(t=>t%4===0&&(t%100!==0
`+c}catch{!n.logger||n.logger?.constructor?.name==="NoOpLogger"?console.warn(c):n.logger?.warn?.(c)}typeof a.$responseBodyText<"u"&&a.$response&&(a.$response.body=a.$responseBodyText);try{if(es.isInstance(o)){let{headers:l={}}=o,u=Object.entries(l);a.$metadata={httpStatusCode:o.statusCode,requestId:xY(/^x-[\w-]+-request-?id$/,u),extendedRequestId:xY(/^x-[\w-]+-id-2$/,u),cfId:xY(/^x-[\w-]+-cf-id$/,u)}}}catch{}}throw a}},"deserializerMiddleware"),xY=i((t,e)=>(e.find(([r])=>r.match(t))||[void 0,void 0])[1],"findHeader")});var Wo,Tx=I(()=>{Wo=class t extends Error{static{i(this,"ProviderError")}name="ProviderError";tryNextLink;constructor(e,r=!0){let n,s=!0;typeof r=="boolean"?(n=void 0,s=r):r!=null&&typeof r=="object"&&(n=r.logger,s=r.tryNextLink??!0),super(e),this.tryNextLink=s,Object.setPrototypeOf(this,t.prototype),n?.debug?.(`@smithy/property-provider ${s?"->":"(!)"} ${e}`)}static from(e,r=!0){return Object.assign(new this(e.message,r),e)}}});var Kd,Bv=I(()=>{Tx();Kd=class t extends Wo{static{i(this,"CredentialsProviderError")}name="CredentialsProviderError";constructor(e,r=!0){super(e,r),Object.setPrototypeOf(this,t.prototype)}}});var Rv,Nwe=I(()=>{Tx();Rv=class t extends Wo{static{i(this,"TokenProviderError")}name="TokenProviderError";constructor(e,r=!0){super(e,r),Object.setPrototypeOf(this,t.prototype)}}});var Nv,bY=I(()=>{Tx();Nv=i((...t)=>async()=>{if(t.length===0)throw new Wo("No providers in chain");let e;for(let r of t)try{return await r()}catch(n){if(e=n,n?.tryNextLink)continue;throw n}throw e},"chain")});var Tv,SY=I(()=>{Tv=i(t=>()=>Promise.resolve(t),"fromValue")});var Vg,Pv=I(()=>{Vg=i((t,e,r)=>{let n,s,o,a=!1,c=i(async()=>{s||(s=t());try{n=await s,o=!0,a=!1}finally{s=void 0}return n},"coalesceProvider");return e===void 0?async l=>((!o||l?.forceRefresh)&&(n=await c()),n):async l=>((!o||l?.forceRefresh)&&(n=await c()),a?n:r&&!r(n)?(a=!0,n):(e(n)&&await c(),n))},"memoize")});var ao,vv=I(()=>{ao=i((t,e,r)=>{if(e in t){if(t[e]==="true")return!0;if(t[e]==="false")return!1;throw new Error(`Cannot load ${r} "${e}". Expected "true" or "false", got ${t[e]}.`)}},"booleanSelector")});var Twe,Pwe=I(()=>{Twe=i((t,e,r)=>{if(!(e in t))return;let n=parseInt(t[e],10);if(Number.isNaN(n))throw new TypeError(`Cannot load ${r} '${e}'. Expected number, got '${t[e]}'.`);return n},"numberSelector")});var ts,_v=I(()=>{(function(t){t.ENV="env",t.CONFIG="shared config entry"})(ts||(ts={}))});var vwe,_we,BY,hyt,Hc,Yg=I(()=>{vwe=require("node:os"),_we=require("node:path"),BY={},hyt=i(()=>process&&process.geteuid?`${process.geteuid()}`:"DEFAULT","getHomeDirCacheKey"),Hc=i(()=>{let{HOME:t,USERPROFILE:e,HOMEPATH:r,HOMEDRIVE:n=`C:${_we.sep}`}=process.env;if(t)return t;if(e)return e;if(r)return`${n}${r}`;let s=hyt();return BY[s]||(BY[s]=(0,vwe.homedir)()),BY[s]},"getHomeDir")});var RY,NY,Qv,TY=I(()=>{RY="AWS_PROFILE",NY="default",Qv=i(t=>t.profile||process.env[RY]||NY,"getProfileName")});var Qwe,Dwe,Dv,PY=I(()=>{Qwe=require("node:crypto"),Dwe=require("node:path");Yg();Dv=i(t=>{let r=(0,Qwe.createHash)("sha1").update(t).digest("hex");return(0,Dwe.join)(Hc(),".aws","sso","cache",`${r}.json`)},"getSSOTokenFilepath")});var kwe,Px,Lwe,vY=I(()=>{kwe=require("node:fs/promises");PY();Px={},Lwe=i(async t=>{if(Px[t])return Px[t];let e=Dv(t),r=await(0,kwe.readFile)(e,"utf8");return JSON.parse(r)},"getSSOTokenFromFile")});var zc,Owe=I(()=>{zc="."});var _Y,Mwe,Fwe=I(()=>{_Y=D(Ia()),Mwe=i(t=>Object.entries(t).filter(([e])=>{let r=e.indexOf(".");return r===-1?!1:Object.values(_Y.IniSectionType).includes(e.substring(0,r))}).reduce((e,[r,n])=>{let s=r.indexOf("."),o=r.substring(0,s)===_Y.IniSectionType.PROFILE?r.substring(s+1):r;return e[o]=n,e},{...t.default&&{default:t.default}}),"getConfigData")});var Uwe,gyt,kv,QY=I(()=>{Uwe=require("node:path");Yg();gyt="AWS_CONFIG_FILE",kv=i(()=>process.env[gyt]||(0,Uwe.join)(Hc(),".aws","config"),"getConfigFilepath")});var qwe,yyt,$we,Gwe=I(()=>{qwe=require("node:path");Yg();yyt="AWS_SHARED_CREDENTIALS_FILE",$we=i(()=>process.env[yyt]||(0,qwe.join)(Hc(),".aws","credentials"),"getCredentialsFilepath")});var Hwe,Eyt
`),c){let f=r(await l);d.enqueue(`${o}:${f}\r
`),d.enqueue(`\r
`)}d.close()}else d.enqueue(`${(n(p)||0).toString(16)}\r
${p}\r
`)}})},"getAwsChunkedEncodingStream")});function bSe(t,e){let r=t,n=t;if(On(n))return ISe(n,e);let{base64Encoder:s,bodyLengthChecker:o,checksumAlgorithmFn:a,checksumLocationName:c,streamHasher:l}=e,u=s!==void 0&&a!==void 0&&c!==void 0&&l!==void 0,d=u?l(a,r):void 0,p=new wSe.Readable({read:i(()=>{},"read")});return r.on("data",m=>{let f=o(m)||0;f!==0&&(p.push(`${f.toString(16)}\r
`),p.push(m),p.push(`\r
`))}),r.on("end",async()=>{if(p.push(`0\r
`),u){let m=s(await d);p.push(`${c}:${m}\r
`),p.push(`\r
`)}p.push(null)}),p}var wSe,SSe=I(()=>{wSe=require("node:stream");xSe();bu();i(bSe,"getAwsChunkedEncodingStream")});async function BSe(t,e){let r=0,n=[],s=t.getReader(),o=!1;for(;!o;){let{done:l,value:u}=await s.read();if(u&&(n.push(u),r+=u?.byteLength??0),r>=e)break;o=l}s.releaseLock();let a=new Uint8Array(Math.min(e,r)),c=0;for(let l of n){if(l.byteLength>a.byteLength-c){a.set(l.subarray(0,a.byteLength-c),c);break}else a.set(l,c);c+=l.length}return a}var RSe=I(()=>{i(BSe,"headStream")});var NSe,TSe,hW,PSe=I(()=>{NSe=require("node:stream");RSe();bu();TSe=i((t,e)=>On(t)?BSe(t,e):new Promise((r,n)=>{let s=new hW;s.limit=e,t.pipe(s),t.on("error",o=>{s.end(),n(o)}),s.on("error",n),s.on("finish",function(){let o=new Uint8Array(Buffer.concat(this.buffers));r(o)})}),"headStream"),hW=class extends NSe.Writable{static{i(this,"Collector")}buffers=[];limit=1/0;bytesBuffered=0;_write(e,r,n){if(this.buffers.push(e),this.bytesBuffered+=e.byteLength??0,this.bytesBuffered>=this.limit){let s=this.bytesBuffered-this.limit,o=this.buffers[this.buffers.length-1];this.buffers[this.buffers.length-1]=o.subarray(0,o.byteLength-s),this.emit("finish")}n()}}});var vSe,_Se=I(()=>{vSe=i(t=>{if(typeof t=="string")return t;if(typeof t!="object"||typeof t.byteOffset!="number"||typeof t.byteLength!="number")throw new Error("@smithy/util-utf8: toUtf8 encoder function only accepts string | Uint8Array.");return new TextDecoder("utf-8").decode(t)},"toUtf8")});var QSe,DSe=I(()=>{dW();QSe=i(t=>{let e=t.length/4*3;t.slice(-2)==="=="?e-=2:t.slice(-1)==="="&&e--;let r=new ArrayBuffer(e),n=new DataView(r);for(let s=0;s<t.length;s+=4){let o=0,a=0;for(let u=s,d=s+3;u<=d;u++)if(t[u]!=="="){if(!(t[u]in uW))throw new TypeError(`Invalid character ${t[u]} in base64 string.`);o|=uW[t[u]]<<(d-u)*Xd,a+=Xd}else o>>=Xd;let c=s/4*3;o>>=a%Af;let l=Math.floor(a/Af);for(let u=0;u<l;u++){let d=(l-u-1)*Af;n.setUint8(c+u,(o&255<<d)>>d)}}return new Uint8Array(r)},"fromBase64")});async function $yt(t){let e=await Hyt(t),r=QSe(e);return new Uint8Array(r)}async function Gyt(t){let e=[],r=t.getReader(),n=!1,s=0;for(;!n;){let{done:c,value:l}=await r.read();l&&(e.push(l),s+=l.length),n=c}let o=new Uint8Array(s),a=0;for(let c of e)o.set(c,a),a+=c.length;return o}function Hyt(t){return new Promise((e,r)=>{let n=new FileReader;n.onloadend=()=>{if(n.readyState!==2)return r(new Error("Reader aborted too early"));let s=n.result??"",o=s.indexOf(","),a=o>-1?o+1:s.length;e(s.substring(a))},n.onabort=()=>r(new Error("Read aborted")),n.onerror=()=>r(n.error),n.readAsDataURL(t)})}var kSe,LSe=I(()=>{DSe();kSe=i(async t=>typeof Blob=="function"&&t instanceof Blob||t.constructor?.name==="Blob"?Blob.prototype.arrayBuffer!==void 0?new Uint8Array(await t.arrayBuffer()):$yt(t):Gyt(t),"streamCollector");i($yt,"collectBlob");i(Gyt,"collectStream");i(Hyt,"readToBase64")});var OSe,FSe,MSe,USe=I(()=>{pW();CY();_Se();LSe();bu();OSe="The stream has already been transformed.",FSe=i(t=>{if(!MSe(t)&&!On(t)){let s=t?.__proto__?.constructor?.name||t;throw new Error(`Unexpected stream implementation, expect Blob or ReadableStream, got ${s}`)}let e=!1,r=i(async()=>{if(e)throw new Error(OSe);return e=!0,await kSe(t)},"transformToByteArray"),n=i(s=>{if(typeof s.stream!="function")throw new Error(`Cannot transform payload Blob to web stream. Please make sure the Blob.stream() is polyfilled.
If you are using React Native, this API is not yet supported, see: https://react-native.canny.io/feature-requests/p/fetch-streaming-body`);return s.stream()},"blobToWebStream");return Object.assign(t,{transformToByteArray:r,transformToString:i(async s=>{let o=await r();if(s==="base64")return i_(o);if(s==="hex")return ki(o);if(s===void 0||s==="utf8"||s==="utf-8")return vSe(o);if(typeof TextDecoder=="function")return new TextDecoder(s).decode(o);throw new Error("TextDecoder is not available, please make sure polyfill is provided.")},"transformToString"),transformToWebStream:i(()=>{if(e)throw new Error(OSe);if(e=!0,MSe(t))return n(t);if(On(t))return t;throw new Error(`Cannot transform payload to web stream, got ${t}`)},"transformToWebStream")})},"sdkStreamMixin"),MSe=i(t=>typeof Blob=="function"&&t instanceof Blob,"isBlobInstance")});async function Vyt(t){let e=[],r=t.getReader(),n=!1,s=0;for(;!n;){let{done:c,value:l}=await r.read();l&&(e.push(l),s+=l.length),n=c}let o=new Uint8Array(s),a=0;for(let c of e)o.set(c,a),a+=c.length;return o}var qSe,gW,zyt,$Se,GSe=I(()=>{qSe=require("node:stream"),gW=class extends qSe.Writable{static{i(this,"Collector")}bufferedBytes=[];_write(e,r,n){this.bufferedBytes.push(e),n()}},zyt=i(t=>typeof ReadableStream=="function"&&t instanceof ReadableStream,"isReadableStreamInstance");i(Vyt,"collectReadableStream");$Se=i(t=>zyt(t)?Vyt(t):new Promise((e,r)=>{let n=new gW;t.pipe(n),t.on("error",s=>{n.end(),r(s)}),n.on("error",r),n.on("finish",function(){let s=new Uint8Array(Buffer.concat(this.bufferedBytes));e(s)})}),"streamCollector")});var c_,HSe,l_,zSe=I(()=>{c_=require("node:stream");jd();USe();GSe();HSe="The stream has already been transformed.",l_=i(t=>{if(!(t instanceof c_.Readable))try{return FSe(t)}catch{let s=t?.__proto__?.constructor?.name||t;throw new Error(`Unexpected stream implementation, expect Stream.Readable instance, got ${s}`)}let e=!1,r=i(async()=>{if(e)throw new Error(HSe);return e=!0,await $Se(t)},"transformToByteArray");return Object.assign(t,{transformToByteArray:r,transformToString:i(async n=>{let s=await r();return n===void 0||Buffer.isEncoding(n)?wa(s.buffer,s.byteOffset,s.byteLength).toString(n):new TextDecoder(n).decode(s)},"transformToString"),transformToWebStream:i(()=>{if(e)throw new Error(HSe);if(t.readableFlowing!==null)throw new Error("The stream has been consumed by other callbacks.");if(typeof c_.Readable.toWeb!="function")throw new Error("Readable.toWeb() is not supported. Please ensure a polyfill is available.");return e=!0,c_.Readable.toWeb(t)},"transformToWebStream")})},"sdkStreamMixin")});async function VSe(t){return typeof t.stream=="function"&&(t=t.stream()),t.tee()}var YSe=I(()=>{i(VSe,"splitStream")});async function WSe(t){if(On(t)||o_(t))return VSe(t);let e=new yW.PassThrough,r=new yW.PassThrough;return t.pipe(e),t.pipe(r),[e,r]}var yW,jSe=I(()=>{yW=require("node:stream");YSe();bu();i(WSe,"splitStream")});var Zd={};rn(Zd,{ChecksumStream:()=>Zg,Hash:()=>Fi,LazyJsonString:()=>Zn,NumericValue:()=>qt,Uint8ArrayBlobAdapter:()=>yf,_parseEpochTimestamp:()=>pf,_parseRfc3339DateTimeWithOffset:()=>Ev,_parseRfc7231DateTime:()=>Cv,calculateBodyLength:()=>Gc,copyDocumentWithTransform:()=>twe,createBufferedReadable:()=>ESe,createChecksumStream:()=>fSe,dateToUtcString:()=>ba,deserializerMiddleware:()=>Sv,deserializerMiddlewareOption:()=>aW,expectBoolean:()=>swe,expectByte:()=>uv,expectFloat32:()=>Bx,expectInt:()=>owe,expectInt32:()=>cv,expectLong:()=>Fg,expectNonNull:()=>iwe,expectNumber:()=>Mg,expectObject:()=>dY,expectShort:()=>lv,expectString:()=>awe,expectUnion:()=>pv,fromArrayBuffer:()=>wa,fromBase64:()=>Gr,fromHex:()=>wv,fromString:()=>Wd,fromUtf8:()=>Hr,generateIdempotencyToken:()=>Ra,getAwsChunkedEncodingStream:()=>bSe,getSerdePlugin:()=>tSe,handleFloat:()=>lwe,headStream:()=>TSe,isArrayBuffer:()=>ov,isBlob:()=>o_,isReadableStream:()=>On,limitedParseDouble:()=>fv,limitedParseFloat:()=>uwe,limitedParseFloat32:()=>dwe,logger:()=>Ug,nv:()=>xv,parseBoolean:()=>nwe,parseEpochTimestamp:()=>gv,parseRfc3339DateTime:()=>Awe,parseRfc3339DateTimeWithOffset:()=>hv,parseRf
`+m}catch{!r.logger||r.logger?.constructor?.name==="NoOpLogger"?console.warn(m):r.logger?.warn?.(m)}typeof p.$responseBodyText<"u"&&p.$response&&(p.$response.body=p.$responseBodyText);try{if(es.isInstance(s)){let{headers:f={}}=s,g=Object.entries(f);p.$metadata={httpStatusCode:s.statusCode,requestId:HW(/^x-[\w-]+-request-?id$/,g),extendedRequestId:HW(/^x-[\w-]+-id-2$/,g),cfId:HW(/^x-[\w-]+-cf-id$/,g)}}}catch{}}throw p}},"schemaDeserializationMiddleware"),HW=i((t,e)=>(e.find(([r])=>r.match(t))||[void 0,void 0])[1],"findHeader")});var BRe,RRe=I(()=>{Ce();wt();Q_();BRe=i(t=>(e,r)=>async n=>{let{operationSchema:s}=Ar(r),[,o,a,c,l,u]=s??[],d=r.endpointV2?async()=>Sa(r.endpointV2):t.endpoint,p=await t.protocol.serializeRequest($x(o,a,c,l,u),n.input,{...t,...r,endpoint:d});return e({...n,request:p})},"schemaSerializationMiddleware")});function Ru(t){return{applyToStack:i(e=>{e.add(BRe(t),TRe),e.add(bRe(t),NRe),t.protocol.setSerdeContext(t)},"applyToStack")}}var NRe,TRe,PRe=I(()=>{SRe();RRe();NRe={name:"deserializerMiddleware",step:"deserialize",tags:["DESERIALIZER"],override:!0},TRe={name:"serializerMiddleware",step:"serialize",tags:["SERIALIZER"],override:!0};i(Ru,"getSchemaSerdePlugin")});var zr,sp=I(()=>{zr=class{static{i(this,"Schema")}name;namespace;traits;static assign(e,r){return Object.assign(e,r)}static[Symbol.hasInstance](e){let r=this.prototype.isPrototypeOf(e);return!r&&typeof e=="object"&&e!==null?e.symbol===this.symbol:r}getName(){return this.namespace+"#"+this.name}}});var D_,rCt,vRe=I(()=>{sp();D_=class t extends zr{static{i(this,"ListSchema")}static symbol=Symbol.for("@smithy/lis");name;traits;valueSchema;symbol=t.symbol},rCt=i((t,e,r,n)=>zr.assign(new D_,{name:e,namespace:t,traits:r,valueSchema:n}),"list")});var k_,nCt,_Re=I(()=>{sp();k_=class t extends zr{static{i(this,"MapSchema")}static symbol=Symbol.for("@smithy/map");name;traits;keySchema;valueSchema;symbol=t.symbol},nCt=i((t,e,r,n,s)=>zr.assign(new k_,{name:e,namespace:t,traits:r,keySchema:n,valueSchema:s}),"map")});var L_,sCt,QRe=I(()=>{sp();L_=class t extends zr{static{i(this,"OperationSchema")}static symbol=Symbol.for("@smithy/ope");name;traits;input;output;symbol=t.symbol},sCt=i((t,e,r,n,s)=>zr.assign(new L_,{name:e,namespace:t,traits:r,input:n,output:s}),"op")});var dy,oCt,zW=I(()=>{sp();dy=class t extends zr{static{i(this,"StructureSchema")}static symbol=Symbol.for("@smithy/str");name;traits;memberNames;memberList;symbol=t.symbol},oCt=i((t,e,r,n,s)=>zr.assign(new dy,{name:e,namespace:t,traits:r,memberNames:n,memberList:s}),"struct")});var O_,iCt,DRe=I(()=>{sp();zW();O_=class t extends dy{static{i(this,"ErrorSchema")}static symbol=Symbol.for("@smithy/err");ctor;symbol=t.symbol},iCt=i((t,e,r,n,s,o)=>zr.assign(new O_,{name:e,namespace:t,traits:r,memberNames:n,memberList:s,ctor:null}),"error")});function Xc(t){if(typeof t=="object")return t;if(t=t|0,M_[t])return M_[t];let e={},r=0;for(let n of["httpLabel","idempotent","idempotencyToken","sensitive","httpPayload","httpResponseCode","httpQueryParams"])(t>>r++&1)===1&&(e[n]=1);return M_[t]=e}var M_,VW=I(()=>{M_=[];i(Xc,"translateTraits")});function Hx(t,e){if(t instanceof Ee)return Object.assign(t,{memberName:e,_isMemberSchema:!0});let r=Ee;return new r(t,e)}var Gx,F_,U_,Ee,YW,kRe,LRe=I(()=>{aY();VW();Gx={it:Symbol.for("@smithy/nor-struct-it"),ns:Symbol.for("@smithy/ns")},F_=[],U_={},Ee=class t{static{i(this,"NormalizedSchema")}ref;memberName;static symbol=Symbol.for("@smithy/nor");symbol=t.symbol;name;schema;_isMemberSchema;traits;memberTraits;normalizedTraits;constructor(e,r){this.ref=e,this.memberName=r;let n=[],s=e,o=e;for(this._isMemberSchema=!1;YW(s);)n.push(s[1]),s=s[0],o=xa(s),this._isMemberSchema=!0;if(n.length>0){this.memberTraits={};for(let a=n.length-1;a>=0;--a){let c=n[a];Object.assign(this.memberTraits,Xc(c))}}else this.memberTraits=0;if(o instanceof t){let a=this.memberTraits;Object.assign(this,o),this.memberTraits=Object.assign({},a,o.getMemberTraits(),this.getMemberTraits()),this.normalizedTraits=void 0,this.memberName=r??o.memberName;return}if(this.schema=xa(o),kRe(this.schema)?(this.n
`));return r(s)},"httpAuthSchemeMiddleware")});var qNe,Tu,$Ne=I(()=>{dQ();qNe={step:"serialize",tags:["HTTP_AUTH_SCHEME"],name:"httpAuthSchemeMiddleware",override:!0,relation:"before",toMiddleware:"endpointV2Middleware"},Tu=i((t,{httpAuthSchemeParametersProvider:e,identityProviderConfigProvider:r})=>({applyToStack:i(n=>{n.addRelativeTo(tw(t,{httpAuthSchemeParametersProvider:e,identityProviderConfigProvider:r}),qNe)},"applyToStack")}),"getHttpAuthSchemeEndpointRuleSetPlugin")});var GNe,wCt,HNe=I(()=>{dQ();GNe={step:"serialize",tags:["HTTP_AUTH_SCHEME"],name:"httpAuthSchemeMiddleware",override:!0,relation:"before",toMiddleware:"serializerMiddleware"},wCt=i((t,{httpAuthSchemeParametersProvider:e,identityProviderConfigProvider:r})=>({applyToStack:i(n=>{n.addRelativeTo(tw(t,{httpAuthSchemeParametersProvider:e,identityProviderConfigProvider:r}),GNe)},"applyToStack")}),"getHttpAuthSchemePlugin")});var zNe=I(()=>{dQ();$Ne();HNe()});var bCt,SCt,Q8,D8=I(()=>{Ce();De();bCt=i(t=>e=>{throw e},"defaultErrorHandler"),SCt=i((t,e)=>{},"defaultSuccessHandler"),Q8=i(t=>(e,r)=>async n=>{if(!mt.isInstance(n.request))return e(n);let o=Ar(r).selectedHttpAuthScheme;if(!o)throw new Error("No HttpAuthScheme was selected: unable to sign request");let{httpAuthOption:{signingProperties:a={}},identity:c,signer:l}=o,u=await e({...n,request:await l.sign(n.request,c,a)}).catch((l.errorHandler||bCt)(a));return(l.successHandler||SCt)(u.response,a),u},"httpSigningMiddleware")});var VNe,Pu,YNe=I(()=>{D8();VNe={step:"finalizeRequest",tags:["HTTP_SIGNING"],name:"httpSigningMiddleware",aliases:["apiKeyMiddleware","tokenMiddleware","awsAuthMiddleware"],override:!0,relation:"after",toMiddleware:"retryMiddleware"},Pu=i(t=>({applyToStack:i(e=>{e.addRelativeTo(Q8(t),VNe)},"applyToStack")}),"getHttpSigningPlugin")});var WNe=I(()=>{D8();YNe()});var fl,jNe=I(()=>{fl=i(t=>{if(typeof t=="function")return t;let e=Promise.resolve(t);return()=>e},"normalizeProvider")});function JNe(t,e,r,n,s){return i(async function*(a,c,...l){let u=c,d=a.startingToken??u[r],p=!0,m;for(;p;){if(u[r]=d,s&&(u[s]=u[s]??a.pageSize),a.client instanceof t)m=await BCt(e,a.client,c,a.withCommand,...l);else throw new Error(`Invalid client, expected instance of ${t.name}`);yield m;let f=d;d=RCt(m,n),p=!!(d&&(!a.stopOnSameToken||d!==f))}return void 0},"paginateOperation")}var BCt,RCt,KNe=I(()=>{BCt=i(async(t,e,r,n=o=>o,...s)=>{let o=new t(r);return o=n(o)??o,await e.send(o,...s)},"makePagedClientRequest");i(JNe,"createPaginator");RCt=i((t,e)=>{let r=t,n=e.split(".");for(let s of n){if(!r||typeof r!="object")return;r=r[s]}return r},"get")});var XNe=I(()=>{De()});function NCt(t,e,r){t.__smithy_context?t.__smithy_context.features||(t.__smithy_context.features={}):t.__smithy_context={features:{}},t.__smithy_context.features[e]=r}var ZNe=I(()=>{i(NCt,"setFeature")});var va,eTe=I(()=>{va=class{static{i(this,"DefaultIdentityProviderConfig")}authSchemes=new Map;constructor(e){for(let r in e){let n=e[r];n!==void 0&&this.authSchemes.set(r,n)}}getIdentityProvider(e){return this.authSchemes.get(e)}}});var k8,L8,tTe=I(()=>{De();k8=D(Ia()),L8=class{static{i(this,"HttpApiKeyAuthSigner")}async sign(e,r,n){if(!n)throw new Error("request could not be signed with `apiKey` since the `name` and `in` signer properties are missing");if(!n.name)throw new Error("request could not be signed with `apiKey` since the `name` signer property is missing");if(!n.in)throw new Error("request could not be signed with `apiKey` since the `in` signer property is missing");if(!r.apiKey)throw new Error("request could not be signed with `apiKey` since the `apiKey` is not defined");let s=mt.clone(e);if(n.in===k8.HttpApiKeyAuthLocation.QUERY)s.query[n.name]=r.apiKey;else if(n.in===k8.HttpApiKeyAuthLocation.HEADER)s.headers[n.name]=n.scheme?`${n.scheme} ${r.apiKey}`:r.apiKey;else throw new Error("request can only be signed with `apiKey` locations `query` or `header`, but found: `"+n.in+"`");return s}}});var O8,rTe=I(()=>{De();O8=class{static{i(this,"HttpBearerAuthSigner")}async sign(e,r,n){let s=mt.clone(e);if(!r.token)throw new Error("request
${this.getCanonicalPath(e)}
${SPe(e)}
${s.map(o=>`${o}:${r[o]}`).join(`
`)}
${s.join(";")}
${n}`}async createStringToSign(e,r,n,s){let o=new this.sha256;o.update(ns.toUint8Array(n));let a=await o.digest();return`${s}
${e}
${r}
${ns.toHex(a)}`}getCanonicalPath({path:e}){if(this.uriEscapePath){let r=[];for(let o of e.split("/"))o?.length!==0&&o!=="."&&(o===".."?r.pop():r.push(o));let n=`${e?.startsWith("/")?"/":""}${r.join("/")}${r.length>0&&e?.endsWith("/")?"/":""}`;return Iy.escapeUri(n).replace(/%2F/g,"/")}return e}validateResolvedCredentials(e){if(typeof e!="object"||typeof e.accessKeyId!="string"||typeof e.secretAccessKey!="string")throw new Error("Resolved credential object is not valid")}formatDate(e){let r=qCt(e).replace(/[\-:]/g,"");return{longDate:r,shortDate:r.slice(0,8)}}getCanonicalHeaderList(e){return Object.keys(e).sort().join(";")}},Cy={},SQ=[],BQ=i((t,e,r)=>`${t}/${e}/${r}/${Bj}`,"createScope"),BPe=i(async(t,e,r,n,s)=>{let o=await lPe(t,e.secretAccessKey,e.accessKeyId),a=`${r}:${n}:${s}:${ns.toHex(o)}:${e.sessionToken}`;if(a in Cy)return Cy[a];for(SQ.push(a);SQ.length>wPe;)delete Cy[SQ.shift()];let c=`AWS4${e.secretAccessKey}`;for(let l of[r,n,s,Bj])c=await lPe(t,c,l);return Cy[a]=c},"getSigningKey"),GCt=i(()=>{SQ.length=0,Object.keys(Cy).forEach(t=>{delete Cy[t]})},"clearCredentialCache"),lPe=i((t,e,r)=>{let n=new t(e);return n.update(ns.toUint8Array(r)),n.digest()},"hmac"),yj=i(({headers:t},e,r)=>{let n={};for(let s of Object.keys(t).sort()){if(t[s]==null)continue;let o=s.toLowerCase();(o in yPe||e?.has(o)||EPe.test(o)||CPe.test(o))&&(!r||r&&!r.has(o))||(n[o]=t[s].trim().replace(/\s+/g," "))}return n},"getCanonicalHeaders"),RQ=i(async({headers:t,body:e},r)=>{for(let n of Object.keys(t))if(n.toLowerCase()===NQ)return t[n];if(e==null)return"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855";if(typeof e=="string"||ArrayBuffer.isView(e)||ns.isArrayBuffer(e)){let n=new r;return n.update(ns.toUint8Array(e)),ns.toHex(await n.digest())}return xPe},"getPayloadHash"),RPe=i((t,e)=>{t=t.toLowerCase();for(let r of Object.keys(e))if(t===r.toLowerCase())return!0;return!1},"hasHeader"),NPe=i((t,e={})=>{let{headers:r,query:n={}}=Iy.HttpRequest.clone(t);for(let s of Object.keys(r)){let o=s.toLowerCase();(o.slice(0,6)==="x-amz-"&&!e.unhoistableHeaders?.has(o)||e.hoistableHeaders?.has(o))&&(n[s]=r[s],delete r[s])}return{...t,headers:r,query:n}},"moveHeadersToQuery"),Ej=i(t=>{t=Iy.HttpRequest.clone(t);for(let e of Object.keys(t.headers))APe.indexOf(e.toLowerCase())>-1&&delete t.headers[e];return t},"prepareRequest"),Cj=class extends TQ{static{i(this,"SignatureV4")}headerFormatter=new hj;constructor({applyChecksum:e,credentials:r,region:n,service:s,sha256:o,uriEscapePath:a=!0}){super({applyChecksum:e,credentials:r,region:n,service:s,sha256:o,uriEscapePath:a})}async presign(e,r={}){let{signingDate:n=new Date,expiresIn:s=3600,unsignableHeaders:o,unhoistableHeaders:a,signableHeaders:c,hoistableHeaders:l,signingRegion:u,signingService:d}=r,p=await this.credentialProvider();this.validateResolvedCredentials(p);let m=u??await this.regionProvider(),{longDate:f,shortDate:g}=this.formatDate(n);if(s>bPe)return Promise.reject("Signature version 4 presigned URLs must have an expiration date less than one week in the future");let E=BQ(g,m,d??this.service),x=NPe(Ej(e),{unhoistableHeaders:a,hoistableHeaders:l});p.sessionToken&&(x.query[wj]=p.sessionToken),x.query[uPe]=bQ,x.query[dPe]=`${p.accessKeyId}/${E}`,x.query[Ij]=f,x.query[mPe]=s.toString(10);let w=yj(x,o,c);return x.query[pPe]=this.getCanonicalHeaderList(w),x.query[xj]=await this.getSignature(f,E,this.getSigningKey(p,m,g,d),this.createCanonicalRequest(x,w,await RQ(e,this.sha256))),x}async sign(e,r){return typeof e=="string"?this.signString(e,r):e.headers&&e.payload?this.signEvent(e,r):e.message?this.signMessage(e,r):this.signRequest(e,r)}async signEvent({headers:e,payload:r},{signingDate:n=new Date,priorSignature:s,signingRegion:o,signingService:a,eventStreamCredentials:c}){let l=o??await this.regionProvider(),{shortDate:u,longDate:d}=this.formatDate(n),p=BQ(u,l,a??this.service),m=await RQ({headers:{},body:r},this.sha256),f=new this.sha256;f.update(e);let g=ns.toHex(await f.digest()),E=[IPe,d,p,s,g,m].join(`
`);return this.signString(E,{signingDate:n,signingRegion:l,signingService:a,eventStreamCredentials:c})}async signMessage(e,{signingDate:r=new Date,signingRegion:n,signingService:s,eventStreamCredentials:o}){return this.signEvent({headers:this.headerFormatter.format(e.message.headers),payload:e.message.body},{signingDate:r,signingRegion:n,signingService:s,priorSignature:e.priorSignature,eventStreamCredentials:o}).then(c=>({message:e.message,signature:c}))}async signString(e,{signingDate:r=new Date,signingRegion:n,signingService:s,eventStreamCredentials:o}={}){let a=o??await this.credentialProvider();this.validateResolvedCredentials(a);let c=n??await this.regionProvider(),{shortDate:l}=this.formatDate(r),u=new this.sha256(await this.getSigningKey(a,c,l,s));return u.update(ns.toUint8Array(e)),ns.toHex(await u.digest())}async signRequest(e,{signingDate:r=new Date,signableHeaders:n,unsignableHeaders:s,signingRegion:o,signingService:a}={}){let c=await this.credentialProvider();this.validateResolvedCredentials(c);let l=o??await this.regionProvider(),u=Ej(e),{longDate:d,shortDate:p}=this.formatDate(r),m=BQ(p,l,a??this.service);u.headers[Sj]=d,c.sessionToken&&(u.headers[gPe]=c.sessionToken);let f=await RQ(u,this.sha256);!RPe(NQ,u.headers)&&this.applyChecksum&&(u.headers[NQ]=f);let g=yj(u,s,n),E=await this.getSignature(d,m,this.getSigningKey(c,l,p,a),this.createCanonicalRequest(u,g,f));return u.headers[bj]=`${bQ} Credential=${c.accessKeyId}/${m}, SignedHeaders=${this.getCanonicalHeaderList(g)}, Signature=${E}`,u}async getSignature(e,r,n,s){let o=await this.createStringToSign(e,r,s,bQ),a=new this.sha256(await n);return a.update(ns.toUint8Array(o)),ns.toHex(await a.digest())}getSigningKey(e,r,n,s){return BPe(this.sha256,e,n,r,s||this.service)}},HCt={SignatureV4a:null};ct.ALGORITHM_IDENTIFIER=bQ;ct.ALGORITHM_IDENTIFIER_V4A=UCt;ct.ALGORITHM_QUERY_PARAM=uPe;ct.ALWAYS_UNSIGNABLE_HEADERS=yPe;ct.AMZ_DATE_HEADER=Sj;ct.AMZ_DATE_QUERY_PARAM=Ij;ct.AUTH_HEADER=bj;ct.CREDENTIAL_QUERY_PARAM=dPe;ct.DATE_HEADER=fPe;ct.EVENT_ALGORITHM_IDENTIFIER=IPe;ct.EXPIRES_QUERY_PARAM=mPe;ct.GENERATED_HEADERS=APe;ct.HOST_HEADER=MCt;ct.KEY_TYPE_IDENTIFIER=Bj;ct.MAX_CACHE_SIZE=wPe;ct.MAX_PRESIGNED_TTL=bPe;ct.PROXY_HEADER_PATTERN=EPe;ct.REGION_SET_PARAM=OCt;ct.SEC_HEADER_PATTERN=CPe;ct.SHA256_HEADER=NQ;ct.SIGNATURE_HEADER=hPe;ct.SIGNATURE_QUERY_PARAM=xj;ct.SIGNED_HEADERS_QUERY_PARAM=pPe;ct.SignatureV4=Cj;ct.SignatureV4Base=TQ;ct.TOKEN_HEADER=gPe;ct.TOKEN_QUERY_PARAM=wj;ct.UNSIGNABLE_PATTERNS=FCt;ct.UNSIGNED_PAYLOAD=xPe;ct.clearCredentialCache=GCt;ct.createScope=BQ;ct.getCanonicalHeaders=yj;ct.getCanonicalQuery=SPe;ct.getPayloadHash=RQ;ct.getSigningKey=BPe;ct.hasHeader=RPe;ct.moveHeadersToQuery=NPe;ct.prepareRequest=Ej;ct.signatureV4aContainer=HCt});function VCt(t,{credentials:e,credentialDefaultProvider:r}){let n;return e?e?.memoized?n=e:n=F8(e,M8,pQ):r?n=fl(r(Object.assign({},t,{parentClientConfig:t}))):n=i(async()=>{throw new Error("@aws-sdk/core::resolveAwsSdkSigV4Config - `credentials` not provided and no credentialDefaultProvider was configured.")},"credentialsProvider"),n.memoized=!0,n}function YCt(t,e){if(e.configBound)return e;let r=i(async n=>e({...n,callerClientConfig:t}),"fn");return r.memoized=e.memoized,r.configBound=!0,r}var Nj,Il,zCt,TPe=I(()=>{bt();Ds();Nj=D(Rj()),Il=i(t=>{let e=t.credentials,r=!!t.credentials,n;Object.defineProperty(t,"credentials",{set(u){u&&u!==e&&u!==n&&(r=!0),e=u;let d=VCt(t,{credentials:e,credentialDefaultProvider:t.credentialDefaultProvider}),p=YCt(t,d);if(r&&!p.attributed){let m=typeof e=="object"&&e!==null;n=i(async f=>{let E=await p(f);return m&&(!E.$source||Object.keys(E.$source).length===0)?zd(E,"CREDENTIALS_CODE","e"):E},"resolvedCredentials"),n.memoized=p.memoized,n.configBound=p.configBound,n.attributed=!0}else n=p},get(){return n},enumerable:!0,configurable:!0}),t.credentials=e;let{signingEscapePath:s=!0,systemClockOffset:o=t.systemClockOffset||0,sha256:a}=t,c;return t.signer?c=fl(t.signer):t.regionInfoProvider?c=i(()=>fl(t.region)().then(async u=>[await t.regionInfoProvider(u,{useFipsEndpoint:await t.useFipsEndpoi
For more information, please visit: `+xIt);let s=t.originalExpiration??t.expiration;return{...t,...s?{originalExpiration:s}:{},expiration:n}},"getExtendedInstanceMetadataCredentials"),wIt=i((t,e={})=>{let r=e?.logger||console,n;return async()=>{let s;try{s=await t(),s.expiration&&s.expiration.getTime()<Date.now()&&(s=MPe(s,r))}catch(o){if(n)r.warn("Credential renew failed: ",o),s=MPe(n,r);else throw o}return n=s,s}},"staticStabilityProvider"),VPe="/latest/meta-data/iam/security-credentials/",bIt="/latest/api/token",_j="AWS_EC2_METADATA_V1_DISABLED",FPe="ec2_metadata_v1_disabled",UPe="x-aws-ec2-metadata-token",SIt=i((t={})=>wIt(BIt(t),{logger:t.logger}),"fromInstanceMetadata"),BIt=i((t={})=>{let e=!1,{logger:r,profile:n}=t,{timeout:s,maxRetries:o}=Lj(t),a=i(async(c,l)=>{if(e||l.headers?.[UPe]==null){let p=!1,m=!1,f=await Zo.loadConfig({environmentVariableSelector:i(g=>{let E=g[_j];if(m=!!E&&E!=="false",E===void 0)throw new Zo.CredentialsProviderError(`${_j} not set in env, checking config file next.`,{logger:t.logger});return m},"environmentVariableSelector"),configFileSelector:i(g=>{let E=g[FPe];return p=!!E&&E!=="false",p},"configFileSelector"),default:!1},{profile:n})();if(t.ec2MetadataV1Disabled||f){let g=[];throw t.ec2MetadataV1Disabled&&g.push("credential provider initialization (runtime option ec2MetadataV1Disabled)"),p&&g.push(`config file profile (${FPe})`),m&&g.push(`process environment variable (${_j})`),new kj(`AWS EC2 Metadata v1 fallback has been blocked by AWS SDK configuration in the following: [${g.join(", ")}].`)}}let d=(await Qj(async()=>{let p;try{p=await NIt(l)}catch(m){throw m.statusCode===401&&(e=!1),m}return p},c)).trim();return Qj(async()=>{let p;try{p=await TIt(d,l,t)}catch(m){throw m.statusCode===401&&(e=!1),m}return p},c)},"getCredentials");return async()=>{let c=await zPe();if(e)return r?.debug("AWS SDK Instance Metadata","using v1 fallback (no token fetch)"),a(o,{...c,timeout:s});{let l;try{l=(await RIt({...c,timeout:s})).toString()}catch(u){if(u?.statusCode===400)throw Object.assign(u,{message:"EC2 Metadata token request returned error"});return(u.message==="TimeoutError"||[403,404,405].includes(u.statusCode))&&(e=!0),r?.debug("AWS SDK Instance Metadata","using v1 fallback (initial)"),a(o,{...c,timeout:s})}return a(o,{...c,headers:{[UPe]:l},timeout:s})}}},"getInstanceMetadataProvider"),RIt=i(async t=>lw({...t,path:bIt,method:"PUT",headers:{"x-aws-ec2-metadata-token-ttl-seconds":"21600"}}),"getMetadataToken"),NIt=i(async t=>(await lw({...t,path:VPe})).toString(),"getProfile"),TIt=i(async(t,e,r)=>{let n=JSON.parse((await lw({...e,path:VPe+t})).toString());if(!qPe(n))throw new Zo.CredentialsProviderError("Invalid response received from instance metadata service.",{logger:r.logger});return $Pe(n)},"getCredentialsFromProfile");ss.DEFAULT_MAX_RETRIES=HPe;ss.DEFAULT_TIMEOUT=GPe;ss.ENV_CMDS_AUTH_TOKEN=Dj;ss.ENV_CMDS_FULL_URI=PQ;ss.ENV_CMDS_RELATIVE_URI=vQ;ss.fromContainerMetadata=iIt;ss.fromInstanceMetadata=SIt;ss.getInstanceMetadataEndpoint=zPe;ss.httpRequest=lw;ss.providerConfigFromInit=Lj});var _u=b(dw=>{"use strict";var QQ=require("node:https"),kQ=(De(),W(rl)),KPe=require("node:stream"),LQ=require("node:http2");function OQ(t){let e=t&&typeof t=="object"&&"reason"in t?t.reason:void 0;if(e){if(e instanceof Error){let s=new Error("Request aborted");return s.name="AbortError",s.cause=e,s}let n=new Error(String(e));return n.name="AbortError",n}let r=new Error("Request aborted");return r.name="AbortError",r}i(OQ,"buildAbortError");var PIt=["ECONNRESET","EPIPE","ETIMEDOUT"],XPe=i(t=>{let e={};for(let r in t){let n=t[r];e[r]=Array.isArray(n)?n.join(","):n}return e},"getTransformedHeaders"),Fn={setTimeout:i((t,e)=>setTimeout(t,e),"setTimeout"),clearTimeout:i(t=>clearTimeout(t),"clearTimeout")},YPe=1e3,vIt=i((t,e,r=0)=>{if(!r)return-1;let n=i(s=>{let o=Fn.setTimeout(()=>{t.destroy(),e(Object.assign(new Error(`@smithy/node-http-handler - the request socket did not establish a connection with the server within the configured timeout of ${r} ms.`),{name:"TimeoutError"}))},r-s),a=i(c=>{c?.connecting?c.on("co
2026-05-22 09:49:50 +00:00
See https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/node-configuring-maxsockets.html
or increase socketAcquisitionWarningTimeout=(millis) in the NodeHttpHandler config.`),Date.now()}return r}constructor(e){this.configProvider=new Promise((r,n)=>{typeof e=="function"?e().then(s=>{r(this.resolveDefaultConfig(s))}).catch(n):r(this.resolveDefaultConfig(e))})}destroy(){this.config?.httpAgent?.destroy(),this.config?.httpsAgent?.destroy()}async handle(e,{abortSignal:r,requestTimeout:n}={}){this.config||(this.config=await this.configProvider);let s=this.config,o=e.protocol==="https:";return!o&&!this.config.httpAgent&&(this.config.httpAgent=await this.config.httpAgentProvider()),new Promise((a,c)=>{let l,u=-1,d=-1,p=-1,m=-1,f=-1,g=i(()=>{Fn.clearTimeout(u),Fn.clearTimeout(d),Fn.clearTimeout(p),Fn.clearTimeout(m),Fn.clearTimeout(f)},"clearTimeouts"),E=i(async H=>{await l,g(),a(H)},"resolve"),x=i(async H=>{await l,g(),c(H)},"reject");if(r?.aborted){let H=OQ(r);x(H);return}let w=e.headers,S=w?(w.Expect??w.expect)==="100-continue":!1,P=o?s.httpsAgent:s.httpAgent;S&&!this.externalAgent&&(P=new(o?QQ.Agent:DQ)({keepAlive:!1,maxSockets:1/0})),u=Fn.setTimeout(()=>{this.socketWarningTimestamp=t.checkSocketUsage(P,this.socketWarningTimestamp,s.logger)},s.socketAcquisitionWarningTimeout??(s.requestTimeout??2e3)+(s.connectionTimeout??1e3));let Q=e.query?kQ.buildQueryString(e.query):"",q;if(e.username!=null||e.password!=null){let H=e.username??"",ne=e.password??"";q=`${H}:${ne}`}let M=e.path;Q&&(M+=`?${Q}`),e.fragment&&(M+=`#${e.fragment}`);let V=e.hostname??"";V[0]==="["&&V.endsWith("]")?V=e.hostname.slice(1,-1):V=e.hostname;let pe={headers:e.headers,host:V,method:e.method,path:M,port:e.port,agent:P,auth:q},Re=(o?QQ.request:JPe)(pe,H=>{let ne=new kQ.HttpResponse({statusCode:H.statusCode||-1,reason:H.statusMessage,headers:XPe(H.headers),body:H});E({response:ne})});if(Re.on("error",H=>{PIt.includes(H.code)?x(Object.assign(H,{name:"TimeoutError"})):x(H)}),r){let H=i(()=>{Re.destroy();let ne=OQ(r);x(ne)},"onAbort");if(typeof r.addEventListener=="function"){let ne=r;ne.addEventListener("abort",H,{once:!0}),Re.once("close",()=>ne.removeEventListener("abort",H))}else r.onabort=H}let oe=n??s.requestTimeout;d=vIt(Re,x,s.connectionTimeout),p=_It(Re,x,oe,s.throwOnRequestTimeout,s.logger??console),m=kIt(Re,x,s.socketTimeout);let ye=pe.agent;typeof ye=="object"&&"keepAlive"in ye&&(f=DIt(Re,{keepAlive:ye.keepAlive,keepAliveMsecs:ye.keepAliveMsecs})),l=ZPe(Re,e,oe,this.externalAgent).catch(H=>(g(),c(H)))})}updateHttpClientConfig(e,r){this.config=void 0,this.configProvider=this.configProvider.then(n=>({...n,[e]:r}))}httpHandlerConfigs(){return this.config??{}}resolveDefaultConfig(e){let{requestTimeout:r,connectionTimeout:n,socketTimeout:s,socketAcquisitionWarningTimeout:o,httpAgent:a,httpsAgent:c,throwOnRequestTimeout:l,logger:u}=e||{},d=!0,p=50;return{connectionTimeout:n,requestTimeout:r,socketTimeout:s,socketAcquisitionWarningTimeout:o,throwOnRequestTimeout:l,httpAgentProvider:i(async()=>{let{Agent:m,request:f}=await import("node:http");return JPe=f,DQ=m,a instanceof DQ||typeof a?.destroy=="function"?(this.externalAgent=!0,a):new DQ({keepAlive:d,maxSockets:p,...a})},"httpAgentProvider"),httpsAgent:c instanceof QQ.Agent||typeof c?.destroy=="function"?(this.externalAgent=!0,c):new QQ.Agent({keepAlive:d,maxSockets:p,...c}),logger:u}}},MIt=new Uint16Array(1),uw=class{static{i(this,"ClientHttp2SessionRef")}id=MIt[0]++;total=0;max=0;session;refs=0;constructor(e){e.unref(),this.session=e}retain(){if(this.session.destroyed)throw new Error("@smithy/node-http-handler - cannot acquire reference to destroyed session.");this.refs+=1,this.total+=1,this.max=Math.max(this.refs,this.max),this.session.ref()}free(){if(!this.session.destroyed&&(this.refs-=1,this.refs===0&&this.session.unref(),this.refs<0))throw new Error("@smithy/node-http-handler - ClientHttp2Session refcount at zero, cannot decrement.")}deref(){return this.session}close(){this.session.closed||this.session.close()}destroy(){this.refs=0,this.session.destroyed||this.session.destroy()}useCount(){return this.refs}},Mj=class{static{i(this,"NodeHttp2ConnectionPool")}sessions=[];maxConcurrency=0;c
- loopback CIDR 127.0.0.0/8 or [::1/128]
- ECS container host 169.254.170.2
- EKS container host 169.254.170.23 or [fd00:ec2::23]`,{logger:e})}},"checkUrl");MQ.checkUrl=VIt});var tve=b(FQ=>{"use strict";Object.defineProperty(FQ,"__esModule",{value:!0});FQ.createGetRequest=JIt;FQ.getCredentials=KIt;var $j=(Tt(),W(Ln)),YIt=(De(),W(rl)),WIt=(st(),W(Zd)),jIt=(st(),W(Zd));function JIt(t){return new YIt.HttpRequest({protocol:t.protocol,hostname:t.hostname,port:Number(t.port),path:t.pathname,query:Array.from(t.searchParams.entries()).reduce((e,[r,n])=>(e[r]=n,e),{}),fragment:t.hash})}i(JIt,"createGetRequest");async function KIt(t,e){let n=await(0,jIt.sdkStreamMixin)(t.body).transformToString();if(t.statusCode===200){let s=JSON.parse(n);if(typeof s.AccessKeyId!="string"||typeof s.SecretAccessKey!="string"||typeof s.Token!="string"||typeof s.Expiration!="string")throw new $j.CredentialsProviderError("HTTP credential provider response not of the required format, an object matching: { AccessKeyId: string, SecretAccessKey: string, Token: string, Expiration: string(rfc3339) }",{logger:e});return{accessKeyId:s.AccessKeyId,secretAccessKey:s.SecretAccessKey,sessionToken:s.Token,expiration:(0,WIt.parseRfc3339DateTime)(s.Expiration)}}if(t.statusCode>=400&&t.statusCode<500){let s={};try{s=JSON.parse(n)}catch{}throw Object.assign(new $j.CredentialsProviderError(`Server responded with status: ${t.statusCode}`,{logger:e}),{Code:s.Code,Message:s.Message})}throw new $j.CredentialsProviderError(`Server responded with status: ${t.statusCode}`,{logger:e})}i(KIt,"getCredentials")});var rve=b(UQ=>{"use strict";Object.defineProperty(UQ,"__esModule",{value:!0});UQ.retryWrapper=void 0;var XIt=i((t,e,r)=>async()=>{for(let n=0;n<e;++n)try{return await t()}catch{await new Promise(o=>setTimeout(o,r))}return await t()},"retryWrapper");UQ.retryWrapper=XIt});var ove=b(qQ=>{"use strict";Object.defineProperty(qQ,"__esModule",{value:!0});qQ.fromHttp=void 0;var ZIt=(sy(),W(ny)),ext=(bt(),W(ks)),nve=(Tt(),W(Ln)),txt=_u(),rxt=ZIt.__importDefault(require("node:fs/promises")),nxt=eve(),sve=tve(),sxt=rve(),oxt="AWS_CONTAINER_CREDENTIALS_RELATIVE_URI",ixt="http://169.254.170.2",axt="AWS_CONTAINER_CREDENTIALS_FULL_URI",cxt="AWS_CONTAINER_AUTHORIZATION_TOKEN_FILE",lxt="AWS_CONTAINER_AUTHORIZATION_TOKEN",uxt=i((t={})=>{t.logger?.debug("@aws-sdk/credential-provider-http - fromHttp");let e,r=t.awsContainerCredentialsRelativeUri??process.env[oxt],n=t.awsContainerCredentialsFullUri??process.env[axt],s=t.awsContainerAuthorizationToken??process.env[lxt],o=t.awsContainerAuthorizationTokenFile??process.env[cxt],a=t.logger?.constructor?.name==="NoOpLogger"||!t.logger?.warn?console.warn:t.logger.warn.bind(t.logger);if(r&&n&&(a("@aws-sdk/credential-provider-http: you have set both awsContainerCredentialsRelativeUri and awsContainerCredentialsFullUri."),a("awsContainerCredentialsFullUri will take precedence.")),s&&o&&(a("@aws-sdk/credential-provider-http: you have set both awsContainerAuthorizationToken and awsContainerAuthorizationTokenFile."),a("awsContainerAuthorizationToken will take precedence.")),n)e=n;else if(r)e=`${ixt}${r}`;else throw new nve.CredentialsProviderError(`No HTTP credential provider host provided.
Set AWS_CONTAINER_CREDENTIALS_FULL_URI or AWS_CONTAINER_CREDENTIALS_RELATIVE_URI.`,{logger:t.logger});let c=new URL(e);(0,nxt.checkUrl)(c,t.logger);let l=txt.NodeHttpHandler.create({requestTimeout:t.timeout??1e3,connectionTimeout:t.timeout??1e3});return(0,sxt.retryWrapper)(async()=>{let u=(0,sve.createGetRequest)(c);s?u.headers.Authorization=s:o&&(u.headers.Authorization=(await rxt.default.readFile(o)).toString());try{let d=await l.handle(u);return(0,sve.getCredentials)(d.response).then(p=>(0,ext.setCredentialFeature)(p,"CREDENTIALS_HTTP","z"))}catch(d){throw new nve.CredentialsProviderError(String(d),{logger:t.logger})}},t.maxRetries??3,t.timeout??1e3)},"fromHttp");qQ.fromHttp=uxt});var Gj=b(ive=>{"use strict";var dxt=ove();ive.fromHttp=dxt.fromHttp});function pxt(t){return{schemeId:"aws.auth#sigv4",signingProperties:{name:"sso-oauth",region:t.region},propertiesExtractor:i((e,r)=>({signingProperties:{config:e,context:r}}),"propertiesExtractor")}}function mxt(t){return{schemeId:"smithy.api#noAuth"}}var ave,cve,lve,Hj=I(()=>{en();Ce();ave=i(async(t,e,r)=>({operation:Ar(e).operation,region:await Ut(t.region)()||(()=>{throw new Error("expected `region` to be configured for `aws.auth#sigv4`")})()}),"defaultSSOOIDCHttpAuthSchemeParametersProvider");i(pxt,"createAwsAuthSigv4HttpAuthOption");i(mxt,"createSmithyApiNoAuthHttpAuthOption");cve=i(t=>{let e=[];return t.operation==="CreateToken"?e.push(mxt(t)):e.push(pxt(t)),e},"defaultSSOOIDCHttpAuthSchemeProvider"),lve=i(t=>{let e=Il(t);return Object.assign(e,{authSchemePreference:Ut(t.authSchemePreference??[])})},"resolveHttpAuthSchemeConfig")});var uve,dve,zj=I(()=>{uve=i(t=>Object.assign(t,{useDualstackEndpoint:t.useDualstackEndpoint??!1,useFipsEndpoint:t.useFipsEndpoint??!1,defaultSigningName:"sso-oauth"}),"resolveClientEndpointParameters"),dve={UseFIPS:{type:"builtInParams",name:"useFipsEndpoint"},Endpoint:{type:"builtInParams",name:"endpoint"},Region:{type:"builtInParams",name:"region"},UseDualStack:{type:"builtInParams",name:"useDualstackEndpoint"}}});var mp,pw=I(()=>{mp={name:"@aws-sdk/nested-clients",version:"3.997.11",description:"Nested clients for AWS SDK packages.",main:"./dist-cjs/index.js",module:"./dist-es/index.js",types:"./dist-types/index.d.ts",scripts:{build:"yarn lint && concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs","build:cjs":"node ../../scripts/compilation/inline nested-clients","build:es":"tsc -p tsconfig.es.json","build:include:deps":'yarn g:turbo run build -F="$npm_package_name"',"build:types":"tsc -p tsconfig.types.json","build:types:downlevel":"downlevel-dts dist-types dist-types/ts3.4",clean:"premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",lint:"node ../../scripts/validation/submodules-linter.js --pkg nested-clients",test:"yarn g:vitest run","test:watch":"yarn g:vitest watch"},engines:{node:">=20.0.0"},sideEffects:!1,author:{name:"AWS SDK for JavaScript Team",url:"https://aws.amazon.com/javascript/"},license:"Apache-2.0",dependencies:{"@aws-crypto/sha256-browser":"5.2.0","@aws-crypto/sha256-js":"5.2.0","@aws-sdk/core":"^3.974.13","@aws-sdk/signature-v4-multi-region":"^3.996.28","@aws-sdk/types":"^3.973.9","@smithy/core":"^3.24.3","@smithy/fetch-http-handler":"^5.4.3","@smithy/node-http-handler":"^4.7.3","@smithy/types":"^4.14.2",tslib:"^2.6.2"},devDependencies:{concurrently:"7.0.0","downlevel-dts":"0.10.1",premove:"4.0.0",typescript:"~5.8.3"},typesVersions:{"<4.5":{"dist-types/*":["dist-types/ts3.4/*"]}},files:["./cognito-identity.d.ts","./cognito-identity.js","./signin.d.ts","./signin.js","./sso-oidc.d.ts","./sso-oidc.js","./sso.d.ts","./sso.js","./sts.d.ts","./sts.js","dist-*/**"],browser:{"./dist-es/submodules/cognito-identity/runtimeConfig":"./dist-es/submodules/cognito-identity/runtimeConfig.browser","./dist-es/submodules/signin/runtimeConfig":"./dist-es/submodules/signin/runtimeConfig.browser","./dist-es/submodules/sso-oidc/runtimeConfig":"./dist-es/submodules/sso-oidc/runtimeConfig.browser","./dist-es/submodules/sso/runtimeConfig":"./dist-es/submodules/sso/runt
`&&C[v]!=="\r";v++)O+=C[v];if(O=O.trim(),O[O.length-1]==="/"&&(O=O.substring(0,O.length-1),v--),!q(O)){let J;return J=O.trim().length===0?"Invalid space after '<'.":"Tag '"+O+"' is an invalid name.",P("InvalidTag",J,M(C,v))}let k=E(C,v);if(k===!1)return P("InvalidAttr","Attributes for '"+O+"' have open quote.",M(C,v));let U=k.value;if(v=k.index,U[U.length-1]==="/"){let J=v-U.length;U=U.substring(0,U.length-1);let Ae=w(U,h);if(Ae!==!0)return P(Ae.err.code,Ae.err.msg,M(C,J+Ae.err.line));N=!0}else if(_){if(!k.tagClosed)return P("InvalidTag","Closing tag '"+O+"' doesn't have proper closing.",M(C,v));if(U.trim().length>0)return P("InvalidTag","Closing tag '"+O+"' can't have attributes or invalid starting.",M(C,L));if(y.length===0)return P("InvalidTag","Closing tag '"+O+"' has not been opened.",M(C,L));{let J=y.pop();if(O!==J.tagName){let Ae=M(C,J.tagStartPos);return P("InvalidTag","Expected closing tag '"+J.tagName+"' (opened in line "+Ae.line+", col "+Ae.col+") instead of closing tag '"+O+"'.",M(C,L))}y.length==0&&(B=!0)}}else{let J=w(U,h);if(J!==!0)return P(J.err.code,J.err.msg,M(C,v-U.length+J.err.line));if(B===!0)return P("InvalidXml","Multiple possible root nodes found.",M(C,v));h.unpairedTags.indexOf(O)!==-1||y.push({tagName:O,tagStartPos:L}),N=!0}for(v++;v<C.length;v++)if(C[v]==="<"){if(C[v+1]==="!"){v++,v=m(C,v);continue}if(C[v+1]!=="?")break;if(v=p(C,++v),v.err)return v}else if(C[v]==="&"){let J=S(C,v);if(J==-1)return P("InvalidChar","char '&' is not expected.",M(C,v));v=J}else if(B===!0&&!d(C[v]))return P("InvalidXml","Extra text at the end",M(C,v));C[v]==="<"&&v--}}}return N?y.length==1?P("InvalidTag","Unclosed tag '"+y[0].tagName+"'.",M(C,y[0].tagStartPos)):!(y.length>0)||P("InvalidXml","Invalid '"+JSON.stringify(y.map(v=>v.tagName),null,4).replace(/\r?\n/g,"")+"' found.",{line:1,col:1}):P("InvalidXml","Start tag expected.",1)}i(u,"l");function d(C){return C===" "||C===" "||C===`
`||C==="\r"}i(d,"u");function p(C,h){let y=h;for(;h<C.length;h++)if(C[h]=="?"||C[h]==" "){let N=C.substr(y,h-y);if(h>5&&N==="xml")return P("InvalidXml","XML declaration allowed only at the start of the document.",M(C,h));if(C[h]=="?"&&C[h+1]==">"){h++;break}continue}return h}i(p,"p");function m(C,h){if(C.length>h+5&&C[h+1]==="-"&&C[h+2]==="-"){for(h+=3;h<C.length;h++)if(C[h]==="-"&&C[h+1]==="-"&&C[h+2]===">"){h+=2;break}}else if(C.length>h+8&&C[h+1]==="D"&&C[h+2]==="O"&&C[h+3]==="C"&&C[h+4]==="T"&&C[h+5]==="Y"&&C[h+6]==="P"&&C[h+7]==="E"){let y=1;for(h+=8;h<C.length;h++)if(C[h]==="<")y++;else if(C[h]===">"&&(y--,y===0))break}else if(C.length>h+9&&C[h+1]==="["&&C[h+2]==="C"&&C[h+3]==="D"&&C[h+4]==="A"&&C[h+5]==="T"&&C[h+6]==="A"&&C[h+7]==="["){for(h+=8;h<C.length;h++)if(C[h]==="]"&&C[h+1]==="]"&&C[h+2]===">"){h+=2;break}}return h}i(m,"c");let f='"',g="'";function E(C,h){let y="",N="",B=!1;for(;h<C.length;h++){if(C[h]===f||C[h]===g)N===""?N=C[h]:N!==C[h]||(N="");else if(C[h]===">"&&N===""){B=!0;break}y+=C[h]}return N===""&&{value:y,index:h,tagClosed:B}}i(E,"g");let x=new RegExp(`(\\s*)([^\\s=]+)(\\s*=)?(\\s*(['"])(([\\s\\S])*?)\\5)?`,"g");function w(C,h){let y=s(C,x),N={};for(let B=0;B<y.length;B++){if(y[B][1].length===0)return P("InvalidAttr","Attribute '"+y[B][2]+"' has no space in starting.",V(y[B]));if(y[B][3]!==void 0&&y[B][4]===void 0)return P("InvalidAttr","Attribute '"+y[B][2]+"' is without value.",V(y[B]));if(y[B][3]===void 0&&!h.allowBooleanAttributes)return P("InvalidAttr","boolean attribute '"+y[B][2]+"' is not allowed.",V(y[B]));let v=y[B][2];if(!Q(v))return P("InvalidAttr","Attribute '"+v+"' is an invalid name.",V(y[B]));if(Object.prototype.hasOwnProperty.call(N,v))return P("InvalidAttr","Attribute '"+v+"' is repeated.",V(y[B]));N[v]=1}return!0}i(w,"x");function S(C,h){if(C[++h]===";")return-1;if(C[h]==="#")return(function(N,B){let v=/\d/;for(N[B]==="x"&&(B++,v=/[\da-fA-F]/);B<N.length;B++){if(N[B]===";")return B;if(!N[B].match(v))break}return-1})(C,++h);let y=0;for(;h<C.length;h++,y++)if(!(C[h].match(/\w/)&&y<20)){if(C[h]===";")break;return-1}return h}i(S,"N");function P(C,h,y){return{err:{code:C,msg:h,line:y.line||y,col:y.col}}}i(P,"b");function Q(C){return o(C)}i(Q,"y");function q(C){return o(C)}i(q,"E");function M(C,h){let y=C.substring(0,h).split(/\r?\n/);return{line:y.length,col:y[y.length-1].length+1}}i(M,"w");function V(C){return C.startIndex+C[1].length}i(V,"v");let pe=i(C=>a.includes(C)?"__"+C:C,"S"),Le={preserveOrder:!1,attributeNamePrefix:"@_",attributesGroupName:!1,textNodeName:"#text",ignoreAttributes:!0,removeNSPrefix:!1,allowBooleanAttributes:!1,parseTagValue:!0,parseAttributeValue:!1,trimValues:!0,cdataPropName:!1,numberParseOptions:{hex:!0,leadingZeros:!0,eNotation:!0},tagValueProcessor:i(function(C,h){return h},"tagValueProcessor"),attributeValueProcessor:i(function(C,h){return h},"attributeValueProcessor"),stopNodes:[],alwaysCreateTextNode:!1,isArray:i(()=>!1,"isArray"),commentPropName:!1,unpairedTags:[],processEntities:!0,htmlEntities:!1,entityDecoder:null,ignoreDeclaration:!1,ignorePiTags:!1,transformTagName:!1,transformAttributeName:!1,updateTag:i(function(C,h,y){return C},"updateTag"),captureMetaData:!1,maxNestedTags:100,strictReservedNames:!0,jPath:!0,onDangerousProperty:pe};function Re(C,h){if(typeof C!="string")return;let y=C.toLowerCase();if(a.some(N=>y===N.toLowerCase()))throw new Error(`[SECURITY] Invalid ${h}: "${C}" is a reserved JavaScript keyword that could cause prototype pollution`);if(c.some(N=>y===N.toLowerCase()))throw new Error(`[SECURITY] Invalid ${h}: "${C}" is a reserved JavaScript keyword that could cause prototype pollution`)}i(Re,"A");function oe(C,h){return typeof C=="boolean"?{enabled:C,maxEntitySize:1e4,maxExpansionDepth:1e4,maxTotalExpansions:1/0,maxExpandedLength:1e5,maxEntityCount:1e3,allowedTags:null,tagFilter:null,appliesTo:"all"}:typeof C=="object"&&C!==null?{enabled:C.enabled!==!1,maxEntitySize:Math.max(1,C.maxEntitySize??1e4),maxExpansionDepth:Math.max(1,C.maxExpansionDepth??1e4),maxTotalExpansions:Math.max(1,C.maxTotalExpansions??1/0),maxExpandedLengt
`);let h=new ne("!xml"),y=h,N="";this.matcher.reset(),this.entityDecoder.reset(),this.entityExpansionCount=0,this.currentExpandedLength=0;let B=this.options,v=new It(B.processEntities),L=C.length;for(let _=0;_<L;_++)if(C[_]==="<"){let O=C.charCodeAt(_+1);if(O===47){let k=sA(C,">",_,"Closing Tag is not closed."),U=C.substring(_+2,k).trim();if(B.removeNSPrefix){let Ae=U.indexOf(":");Ae!==-1&&(U=U.substr(Ae+1))}U=nO(B.transformTagName,U,"",B).tagName,y&&(N=this.saveTextToParentTag(N,y,this.readonlyMatcher));let J=this.matcher.getCurrentTag();if(U&&B.unpairedTagsSet.has(U))throw new Error(`Unpaired tag can not be used as closing tag: </${U}>`);J&&B.unpairedTagsSet.has(J)&&(this.matcher.pop(),this.tagsNodeStack.pop()),this.matcher.pop(),this.isCurrentNodeStopNode=!1,y=this.tagsNodeStack.pop(),N="",_=k}else if(O===63){let k=rO(C,_,!1,"?>");if(!k)throw new Error("Pi Tag is not closed.");N=this.saveTextToParentTag(N,y,this.readonlyMatcher);let U=this.buildAttributesMap(k.tagExp,this.matcher,k.tagName,!0);if(U){let J=U[this.options.attributeNamePrefix+"version"];this.entityDecoder.setXmlVersion(Number(J)||1)}if(!(B.ignoreDeclaration&&k.tagName==="?xml"||B.ignorePiTags)){let J=new ne(k.tagName);J.add(B.textNodeName,""),k.tagName!==k.tagExp&&k.attrExpPresent&&B.ignoreAttributes!==!0&&(J[":@"]=U),this.addChild(y,J,this.readonlyMatcher,_)}_=k.closeIndex+1}else if(O===33&&C.charCodeAt(_+2)===45&&C.charCodeAt(_+3)===45){let k=sA(C,"-->",_+4,"Comment is not closed.");if(B.commentPropName){let U=C.substring(_+4,k-2);N=this.saveTextToParentTag(N,y,this.readonlyMatcher),y.add(B.commentPropName,[{[B.textNodeName]:U}])}_=k}else if(O===33&&C.charCodeAt(_+2)===68){let k=v.readDocType(C,_);this.entityDecoder.addInputEntities(k.entities),_=k.i}else if(O===33&&C.charCodeAt(_+2)===91){let k=sA(C,"]]>",_,"CDATA is not closed.")-2,U=C.substring(_+9,k);N=this.saveTextToParentTag(N,y,this.readonlyMatcher);let J=this.parseTextData(U,y.tagname,this.readonlyMatcher,!0,!1,!0,!0);J==null&&(J=""),B.cdataPropName?y.add(B.cdataPropName,[{[B.textNodeName]:U}]):y.add(B.textNodeName,J),_=k+2}else{let k=rO(C,_,B.removeNSPrefix);if(!k){let vr=C.substring(Math.max(0,_-50),Math.min(L,_+50));throw new Error(`readTagExp returned undefined at position ${_}. Context: "${vr}"`)}let U=k.tagName,J=k.rawTagName,Ae=k.tagExp,we=k.attrExpPresent,_e=k.closeIndex;if({tagName:U,tagExp:Ae}=nO(B.transformTagName,U,Ae,B),B.strictReservedNames&&(U===B.commentPropName||U===B.cdataPropName||U===B.textNodeName||U===B.attributesGroupName))throw new Error(`Invalid tag name: ${U}`);y&&N&&y.tagname!=="!xml"&&(N=this.saveTextToParentTag(N,y,this.readonlyMatcher,!1));let lt=y;lt&&B.unpairedTagsSet.has(lt.tagname)&&(y=this.tagsNodeStack.pop(),this.matcher.pop());let Vr=!1;Ae.length>0&&Ae.lastIndexOf("/")===Ae.length-1&&(Vr=!0,U[U.length-1]==="/"?(U=U.substr(0,U.length-1),Ae=U):Ae=Ae.substr(0,Ae.length-1),we=U!==Ae);let ls,Rn=null,iA={};ls=_Me(J),U!==h.tagname&&this.matcher.push(U,{},ls),U!==Ae&&we&&(Rn=this.buildAttributesMap(Ae,this.matcher,U),Rn&&(iA=vMe(Rn,B))),U!==h.tagname&&(this.isCurrentNodeStopNode=this.isItStopNode());let us=_;if(this.isCurrentNodeStopNode){let vr="";if(Vr)_=k.closeIndex;else if(B.unpairedTagsSet.has(U))_=k.closeIndex;else{let aO=this.readStopNodeData(C,J,_e+1);if(!aO)throw new Error(`Unexpected end of ${J}`);_=aO.i,vr=aO.tagContent}let iO=new ne(U);Rn&&(iO[":@"]=Rn),iO.add(B.textNodeName,vr),this.matcher.pop(),this.isCurrentNodeStopNode=!1,this.addChild(y,iO,this.readonlyMatcher,us)}else{if(Vr){({tagName:U,tagExp:Ae}=nO(B.transformTagName,U,Ae,B));let vr=new ne(U);Rn&&(vr[":@"]=Rn),this.addChild(y,vr,this.readonlyMatcher,us),this.matcher.pop(),this.isCurrentNodeStopNode=!1}else{if(B.unpairedTagsSet.has(U)){let vr=new ne(U);Rn&&(vr[":@"]=Rn),this.addChild(y,vr,this.readonlyMatcher,us),this.matcher.pop(),this.isCurrentNodeStopNode=!1,_=k.closeIndex;continue}{let vr=new ne(U);if(this.tagsNodeStack.length>B.maxNestedTags)throw new Error("Maximum nested tags exceeded");this.tagsNodeStack.push(y),Rn&&(vr[":@"]=Rn),this.addChild(y,vr,this.readonlyMatcher,us),y=vr}}N="",_=_
`);let N=[];if(h.stopNodes&&Array.isArray(h.stopNodes))for(let B=0;B<h.stopNodes.length;B++){let v=h.stopNodes[B];typeof v=="string"?N.push(new nA(v)):v instanceof nA&&N.push(v)}return nK(C,h,y,new ZL,N)}i(KMe,"$t");function nK(C,h,y,N,B){let v="",L=!1;if(h.maxNestedTags&&N.getDepth()>h.maxNestedTags)throw new Error("Maximum nested tags exceeded");if(!Array.isArray(C)){if(C!=null){let _=C.toString();return _=oO(_,h),_}return""}for(let _=0;_<C.length;_++){let O=C[_],k=oK(O);if(k===void 0)continue;let U=XMe(O[":@"],h);N.push(k,U);let J=eFe(N,B);if(k===h.textNodeName){let lt=O[k];J||(lt=h.tagValueProcessor(k,lt),lt=oO(lt,h)),L&&(v+=y),v+=lt,L=!1,N.pop();continue}if(k===h.cdataPropName){L&&(v+=y),v+=`<![CDATA[${rK(O[k][0][h.textNodeName])}]]>`,L=!1,N.pop();continue}if(k===h.commentPropName){v+=y+`<!--${tK(O[k][0][h.textNodeName])}-->`,L=!0,N.pop();continue}if(k[0]==="?"){let lt=iK(O[":@"],h,J),Vr=k==="?xml"?"":y,ls=O[k][0][h.textNodeName];ls=ls.length!==0?" "+ls:"",v+=Vr+`<${k}${ls}${lt}?>`,L=!0,N.pop();continue}let Ae=y;Ae!==""&&(Ae+=h.indentBy);let we=y+`<${k}${iK(O[":@"],h,J)}`,_e;_e=J?sK(O[k],h):nK(O[k],h,Ae,N,B),h.unpairedTags.indexOf(k)!==-1?h.suppressUnpairedNode?v+=we+">":v+=we+"/>":_e&&_e.length!==0||!h.suppressEmptyNode?_e&&_e.endsWith(">")?v+=we+`>${_e}${y}</${k}>`:(v+=we+">",_e&&y!==""&&(_e.includes("/>")||_e.includes("</"))?v+=y+h.indentBy+_e+y:v+=_e,v+=`</${k}>`):v+=we+"/>",L=!0,N.pop()}return v}i(nK,"It");function XMe(C,h){if(!C||h.ignoreAttributes)return null;let y={},N=!1;for(let B in C)Object.prototype.hasOwnProperty.call(C,B)&&(y[B.startsWith(h.attributeNamePrefix)?B.substr(h.attributeNamePrefix.length):B]=oA(C[B]),N=!0);return N?y:null}i(XMe,"Dt");function sK(C,h){if(!Array.isArray(C))return C!=null?C.toString():"";let y="";for(let N=0;N<C.length;N++){let B=C[N],v=oK(B);if(v===h.textNodeName)y+=B[v];else if(v===h.cdataPropName)y+=B[v][0][h.textNodeName];else if(v===h.commentPropName)y+=B[v][0][h.textNodeName];else{if(v&&v[0]==="?")continue;if(v){let L=ZMe(B[":@"],h),_=sK(B[v],h);_&&_.length!==0?y+=`<${v}${L}>${_}</${v}>`:y+=`<${v}${L}/>`}}}return y}i(sK,"Mt");function ZMe(C,h){let y="";if(C&&!h.ignoreAttributes)for(let N in C){if(!Object.prototype.hasOwnProperty.call(C,N))continue;let B=C[N];B===!0&&h.suppressBooleanAttributes?y+=` ${N.substr(h.attributeNamePrefix.length)}`:y+=` ${N.substr(h.attributeNamePrefix.length)}="${oA(B)}"`}return y}i(ZMe,"jt");function oK(C){let h=Object.keys(C);for(let y=0;y<h.length;y++){let N=h[y];if(Object.prototype.hasOwnProperty.call(C,N)&&N!==":@")return N}}i(oK,"Vt");function iK(C,h,y){let N="";if(C&&!h.ignoreAttributes)for(let B in C){if(!Object.prototype.hasOwnProperty.call(C,B))continue;let v;y?v=C[B]:(v=h.attributeValueProcessor(B,C[B]),v=oO(v,h)),v===!0&&h.suppressBooleanAttributes?N+=` ${B.substr(h.attributeNamePrefix.length)}`:N+=` ${B.substr(h.attributeNamePrefix.length)}="${oA(v)}"`}return N}i(iK,"Lt");function eFe(C,h){if(!h||h.length===0)return!1;for(let y=0;y<h.length;y++)if(C.matches(h[y]))return!0;return!1}i(eFe,"kt");function oO(C,h){if(C&&C.length>0&&h.processEntities)for(let y=0;y<h.entities.length;y++){let N=h.entities[y];C=C.replace(N.regex,N.val)}return C}i(oO,"Ft");let tFe={attributeNamePrefix:"@_",attributesGroupName:!1,textNodeName:"#text",ignoreAttributes:!0,cdataPropName:!1,format:!1,indentBy:" ",suppressEmptyNode:!1,suppressUnpairedNode:!0,suppressBooleanAttributes:!0,tagValueProcessor:i(function(C,h){return h},"tagValueProcessor"),attributeValueProcessor:i(function(C,h){return h},"attributeValueProcessor"),preserveOrder:!1,commentPropName:!1,unpairedTags:[],entities:[{regex:new RegExp("&","g"),val:"&amp;"},{regex:new RegExp(">","g"),val:"&gt;"},{regex:new RegExp("<","g"),val:"&lt;"},{regex:new RegExp("'","g"),val:"&apos;"},{regex:new RegExp('"',"g"),val:"&quot;"}],processEntities:!0,stopNodes:[],oneListGroup:!1,maxNestedTags:100,jPath:!0};function ri(C){if(this.options=Object.assign({},tFe,C),this.options.stopNodes&&Array.isArray(this.options.stopNodes)&&(this.options.stopNodes=this.options.stopNodes.map(y=>typeof y=="string"&&y.startsWith("*.
`,this.newLine=`
`):(this.indentate=function(){return""},this.tagEndChar=">",this.newLine="")}i(ri,"Gt");function rFe(C,h,y,N){let B=this.extractAttributes(C);if(N.push(h,B),this.checkStopNode(N)){let L=this.buildRawContent(C),_=this.buildAttributesForStopNode(C);return N.pop(),this.buildObjectNode(L,h,_,y)}let v=this.j2x(C,y+1,N);return N.pop(),C[this.options.textNodeName]!==void 0&&Object.keys(C).length===1?this.buildTextValNode(C[this.options.textNodeName],h,v.attrStr,y,N):this.buildObjectNode(v.val,h,v.attrStr,y)}i(rFe,"Bt");function nFe(C){return this.options.indentBy.repeat(C)}i(nFe,"Ut");function sFe(C){return!(!C.startsWith(this.options.attributeNamePrefix)||C===this.options.textNodeName)&&C.substr(this.attrPrefixLen)}i(sFe,"Wt"),ri.prototype.build=function(C){if(this.options.preserveOrder)return KMe(C,this.options);{Array.isArray(C)&&this.options.arrayNodeName&&this.options.arrayNodeName.length>1&&(C={[this.options.arrayNodeName]:C});let h=new ZL;return this.j2x(C,0,h).val}},ri.prototype.j2x=function(C,h,y){let N="",B="";if(this.options.maxNestedTags&&y.getDepth()>=this.options.maxNestedTags)throw new Error("Maximum nested tags exceeded");let v=this.options.jPath?y.toString():y,L=this.checkStopNode(y);for(let _ in C)if(Object.prototype.hasOwnProperty.call(C,_))if(C[_]===void 0)this.isAttribute(_)&&(B+="");else if(C[_]===null)this.isAttribute(_)||_===this.options.cdataPropName||_===this.options.commentPropName?B+="":_[0]==="?"?B+=this.indentate(h)+"<"+_+"?"+this.tagEndChar:B+=this.indentate(h)+"<"+_+"/"+this.tagEndChar;else if(C[_]instanceof Date)B+=this.buildTextValNode(C[_],_,"",h,y);else if(typeof C[_]!="object"){let O=this.isAttribute(_);if(O&&!this.ignoreAttributesFn(O,v))N+=this.buildAttrPairStr(O,""+C[_],L);else if(!O)if(_===this.options.textNodeName){let k=this.options.tagValueProcessor(_,""+C[_]);B+=this.replaceEntitiesValue(k)}else{y.push(_);let k=this.checkStopNode(y);if(y.pop(),k){let U=""+C[_];B+=U===""?this.indentate(h)+"<"+_+this.closeTag(_)+this.tagEndChar:this.indentate(h)+"<"+_+">"+U+"</"+_+this.tagEndChar}else B+=this.buildTextValNode(C[_],_,"",h,y)}}else if(Array.isArray(C[_])){let O=C[_].length,k="",U="";for(let J=0;J<O;J++){let Ae=C[_][J];if(Ae!==void 0)if(Ae===null)_[0]==="?"?B+=this.indentate(h)+"<"+_+"?"+this.tagEndChar:B+=this.indentate(h)+"<"+_+"/"+this.tagEndChar;else if(typeof Ae=="object")if(this.options.oneListGroup){y.push(_);let we=this.j2x(Ae,h+1,y);y.pop(),k+=we.val,this.options.attributesGroupName&&Ae.hasOwnProperty(this.options.attributesGroupName)&&(U+=we.attrStr)}else k+=this.processTextOrObjNode(Ae,_,h,y);else if(this.options.oneListGroup){let we=this.options.tagValueProcessor(_,Ae);we=this.replaceEntitiesValue(we),k+=we}else{y.push(_);let we=this.checkStopNode(y);if(y.pop(),we){let _e=""+Ae;k+=_e===""?this.indentate(h)+"<"+_+this.closeTag(_)+this.tagEndChar:this.indentate(h)+"<"+_+">"+_e+"</"+_+this.tagEndChar}else k+=this.buildTextValNode(Ae,_,"",h,y)}}this.options.oneListGroup&&(k=this.buildObjectNode(k,_,U,h)),B+=k}else if(this.options.attributesGroupName&&_===this.options.attributesGroupName){let O=Object.keys(C[_]),k=O.length;for(let U=0;U<k;U++)N+=this.buildAttrPairStr(O[U],""+C[_][O[U]],L)}else B+=this.processTextOrObjNode(C[_],_,h,y);return{attrStr:N,val:B}},ri.prototype.buildAttrPairStr=function(C,h,y){return y||(h=this.options.attributeValueProcessor(C,""+h),h=this.replaceEntitiesValue(h)),this.options.suppressBooleanAttributes&&h==="true"?" "+C:" "+C+'="'+oA(h)+'"'},ri.prototype.extractAttributes=function(C){if(!C||typeof C!="object")return null;let h={},y=!1;if(this.options.attributesGroupName&&C[this.options.attributesGroupName]){let N=C[this.options.attributesGroupName];for(let B in N)Object.prototype.hasOwnProperty.call(N,B)&&(h[B.startsWith(this.options.attributeNamePrefix)?B.substring(this.options.attributeNamePrefix.length):B]=oA(N[B]),y=!0)}else for(let N in C){if(!Object.prototype.hasOwnProperty.call(C,N))continue;let B=this.isAttribute(N);B&&(h[B]=oA(C[N]),y=!0)}return y?h:null},ri.prototype.buildRawContent=function(C){if(typeof C=="string")return C;if(typeof C!="obje
`)?"":void 0,"tagValueProcessor"),maxNestedTags:1/0});function qxt(t){return Uxt.parse(t,!0)}i(qxt,"parseXML")});var aD=b(iD=>{"use strict";var $xt=Fve(),Gxt=/[&<>"]/g,Hxt={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;"};function zxt(t){return t.replace(Gxt,e=>Hxt[e])}i(zxt,"escapeAttribute");var Vxt=/[&"'<>\r\n\u0085\u2028]/g,Yxt={"&":"&amp;",'"':"&quot;","'":"&apos;","<":"&lt;",">":"&gt;","\r":"&#x0D;","\n":"&#x0A;","\x85":"&#x85;","\u2028":"&#x2028;"};function Wxt(t){return t.replace(Vxt,e=>Yxt[e])}i(Wxt,"escapeElement");var oD=class{static{i(this,"XmlText")}value;constructor(e){this.value=e}toString(){return Wxt(""+this.value)}},CJ=class t{static{i(this,"XmlNode")}name;children;attributes={};static of(e,r,n){let s=new t(e);return r!==void 0&&s.addChildNode(new oD(r)),n!==void 0&&s.withName(n),s}constructor(e,r=[]){this.name=e,this.children=r}withName(e){return this.name=e,this}addAttribute(e,r){return this.attributes[e]=r,this}addChildNode(e){return this.children.push(e),this}removeAttribute(e){return delete this.attributes[e],this}n(e){return this.name=e,this}c(e){return this.children.push(e),this}a(e,r){return r!=null&&(this.attributes[e]=r),this}cc(e,r,n=r){if(e[r]!=null){let s=t.of(r,e[r]).withName(n);this.c(s)}}l(e,r,n,s){e[r]!=null&&s().map(a=>{a.withName(n),this.c(a)})}lc(e,r,n,s){if(e[r]!=null){let o=s(),a=new t(n);o.map(c=>{a.c(c)}),this.c(a)}}toString(){let e=!!this.children.length,r=`<${this.name}`,n=this.attributes;for(let s of Object.keys(n)){let o=n[s];o!=null&&(r+=` ${s}="${zxt(""+o)}"`)}return r+=e?`>${this.children.map(s=>s.toString()).join("")}</${this.name}>`:"/>"}};iD.parseXML=$xt.parseXML;iD.XmlNode=CJ;iD.XmlText=oD});var Uve,Qf,cD=I(()=>{Uve=D(aD());Ce();De();Ct();st();yp();cJ();Qf=class extends os{static{i(this,"XmlShapeDeserializer")}settings;stringDeserializer;constructor(e){super(),this.settings=e,this.stringDeserializer=new bf(e)}setSerdeContext(e){this.serdeContext=e,this.stringDeserializer.setSerdeContext(e)}read(e,r,n){let s=Ee.of(e),o=s.getMemberSchemas();if(s.isStructSchema()&&s.isMemberSchema()&&!!Object.values(o).find(u=>!!u.getMemberTraits().eventPayload)){let u={},d=Object.keys(o)[0];return o[d].isBlobSchema()?u[d]=r:u[d]=this.read(o[d],r),u}let c=(this.serdeContext?.utf8Encoder??gr)(r),l=this.parseXml(c);return this.readSchema(e,n?l[n]:l)}readSchema(e,r){let n=Ee.of(e);if(n.isUnitSchema())return;let s=n.getMergedTraits();if(n.isListSchema()&&!Array.isArray(r))return this.readSchema(n,[r]);if(r==null)return r;if(typeof r=="object"){let o=!!s.xmlFlattened;if(n.isListSchema()){let c=n.getValueSchema(),l=[],u=c.getMergedTraits().xmlName??"member",d=o?r:(r[0]??r)[u];if(d==null)return l;let p=Array.isArray(d)?d:[d];for(let m of p)l.push(this.readSchema(c,m));return l}let a={};if(n.isMapSchema()){let c=n.getKeySchema(),l=n.getValueSchema(),u;o?u=Array.isArray(r)?r:[r]:u=Array.isArray(r.entry)?r.entry:[r.entry];let d=c.getMergedTraits().xmlName??"key",p=l.getMergedTraits().xmlName??"value";for(let m of u){let f=m[d],g=m[p];a[f]=this.readSchema(l,g)}return a}if(n.isStructSchema()){let c=n.isUnionSchema(),l;c&&(l=new Sy(r,a));for(let[u,d]of n.structIterator()){let p=d.getMergedTraits(),m=p.httpPayload?p.xmlName??d.getName():d.getMemberTraits().xmlName??u;c&&l.mark(m),r[m]!=null&&(a[u]=this.readSchema(d,r[m]))}return c&&l.writeUnknown(),a}if(n.isDocumentSchema())return r;throw new Error(`@aws-sdk/core/protocols - xml deserializer unhandled schema type for ${n.getName(!0)}`)}return n.isListSchema()?[]:n.isMapSchema()||n.isStructSchema()?{}:this.stringDeserializer.read(n,r)}parseXml(e){if(e.length){let r;try{r=(0,Uve.parseXML)(e)}catch(a){throw a&&typeof a=="object"&&Object.defineProperty(a,"$responseBodyText",{value:e}),a}let n="#text",s=Object.keys(r)[0],o=r[s];return o[n]&&(o[s]=o[n],delete o[n]),Nf(o)}return{}}}});var Cw,IJ=I(()=>{De();Ct();st();st();yp();Cw=class extends os{static{i(this,"QueryShapeSerializer")}settings;buffer;constructor(e){super(),this.settings=e}write(e,r,n=""){this.buffer===void 0&&(this.buffer="");let s=Ee.of(e);if(n&&!n.endsWith(".")&&(n+="."),s.isBlobSchema())(typ
Reference: https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-sso.html`,{tryNextLink:!1,logger:e});return t},"validateSsoProfile"),P0t=i((t={})=>async({callerClientConfig:e}={})=>{t.logger?.debug("@aws-sdk/credential-provider-sso - fromSSO");let{ssoStartUrl:r,ssoAccountId:n,ssoRegion:s,ssoRoleName:o,ssoSession:a}=t,{ssoClient:c}=t,l=Os.getProfileName({profile:t.profile??e?.profile});if(!r&&!n&&!s&&!o&&!a){let d=(await Os.parseKnownFiles(t))[l];if(!d)throw new Os.CredentialsProviderError(`Profile ${l} was not found.`,{logger:t.logger});if(!BQe(d))throw new Os.CredentialsProviderError(`Profile ${l} is not configured with SSO credentials.`,{logger:t.logger});if(d?.sso_session){let w=(await Os.loadSsoSessionData(t))[d.sso_session],S=` configurations in profile ${l} and sso-session ${d.sso_session}`;if(s&&s!==w.sso_region)throw new Os.CredentialsProviderError("Conflicting SSO region"+S,{tryNextLink:!1,logger:t.logger});if(r&&r!==w.sso_start_url)throw new Os.CredentialsProviderError("Conflicting SSO start_url"+S,{tryNextLink:!1,logger:t.logger});d.sso_region=w.sso_region,d.sso_start_url=w.sso_start_url}let{sso_start_url:p,sso_account_id:m,sso_region:f,sso_role_name:g,sso_session:E}=RQe(d,t.logger);return SQe({ssoStartUrl:p,ssoSession:E,ssoAccountId:m,ssoRegion:f,ssoRoleName:g,ssoClient:c,clientConfig:t.clientConfig,parentClientConfig:t.parentClientConfig,callerClientConfig:t.callerClientConfig,profile:l,filepath:t.filepath,configFilepath:t.configFilepath,ignoreCache:t.ignoreCache,logger:t.logger})}else{if(!r||!n||!s||!o)throw new Os.CredentialsProviderError('Incomplete configuration. The fromSSO() argument hash must include "ssoStartUrl", "ssoAccountId", "ssoRegion", "ssoRoleName"',{tryNextLink:!1,logger:t.logger});return SQe({ssoStartUrl:r,ssoSession:a,ssoAccountId:n,ssoRegion:s,ssoRoleName:o,ssoClient:c,clientConfig:t.clientConfig,parentClientConfig:t.parentClientConfig,callerClientConfig:t.callerClientConfig,profile:l,filepath:t.filepath,configFilepath:t.configFilepath,ignoreCache:t.ignoreCache,logger:t.logger})}},"fromSSO");SD.fromSSO=P0t;SD.isSsoProfile=BQe;SD.validateSsoProfile=RQe});function v0t(t){return{schemeId:"aws.auth#sigv4",signingProperties:{name:"signin",region:t.region},propertiesExtractor:i((e,r)=>({signingProperties:{config:e,context:r}}),"propertiesExtractor")}}function _0t(t){return{schemeId:"smithy.api#noAuth"}}var NQe,TQe,PQe,KJ=I(()=>{en();Ce();NQe=i(async(t,e,r)=>({operation:Ar(e).operation,region:await Ut(t.region)()||(()=>{throw new Error("expected `region` to be configured for `aws.auth#sigv4`")})()}),"defaultSigninHttpAuthSchemeParametersProvider");i(v0t,"createAwsAuthSigv4HttpAuthOption");i(_0t,"createSmithyApiNoAuthHttpAuthOption");TQe=i(t=>{let e=[];return t.operation==="CreateOAuth2Token"?e.push(_0t(t)):e.push(v0t(t)),e},"defaultSigninHttpAuthSchemeProvider"),PQe=i(t=>{let e=Il(t);return Object.assign(e,{authSchemePreference:Ut(t.authSchemePreference??[])})},"resolveHttpAuthSchemeConfig")});var vQe,_Qe,XJ=I(()=>{vQe=i(t=>Object.assign(t,{useDualstackEndpoint:t.useDualstackEndpoint??!1,useFipsEndpoint:t.useFipsEndpoint??!1,defaultSigningName:"signin"}),"resolveClientEndpointParameters"),_Qe={UseFIPS:{type:"builtInParams",name:"useFipsEndpoint"},Endpoint:{type:"builtInParams",name:"endpoint"},Region:{type:"builtInParams",name:"region"},UseDualStack:{type:"builtInParams",name:"useDualstackEndpoint"}}});var Yw,Ff,BD,QQe,OQe,RD,t5,ZJ,DQe,r5,e5,Ep,kQe,LQe,Q0t,is,D0t,MQe,FQe=I(()=>{wt();Yw="ref",Ff=-1,BD=!0,QQe="isSet",OQe="PartitionResult",RD="booleanEquals",t5="getAttr",ZJ="stringEquals",DQe={[Yw]:"Endpoint"},r5={[Yw]:OQe},e5={fn:t5,argv:[r5,"name"]},Ep={},kQe=[{[Yw]:"Region"}],LQe={conditions:[[QQe,[DQe]],[QQe,kQe],["aws.partition",kQe,OQe],[RD,[{[Yw]:"UseFIPS"},BD]],[RD,[{[Yw]:"UseDualStack"},BD]],[RD,[{fn:t5,argv:[r5,"supportsDualStack"]},BD]],[RD,[{fn:t5,argv:[r5,"supportsFIPS"]},BD]],[ZJ,[e5,"aws"]],[ZJ,[e5,"aws-cn"]],[ZJ,[e5,"aws-us-gov"]]],results:[[Ff],[Ff,"Invalid Configuration: FIPS and custom endpoint are not supported"],[Ff,"Invalid Configuration: Dualstack and custom endpoi
Multiple credential sources detected:
Both AWS_PROFILE and the pair AWS_ACCESS_KEY_ID/AWS_SECRET_ACCESS_KEY static credentials are set.
This SDK will proceed with the AWS_PROFILE value.
However, a future version may change this behavior to prefer the ENV static credentials.
Please ensure that your environment only sets either the AWS_PROFILE or the
AWS_ACCESS_KEY_ID/AWS_SECRET_ACCESS_KEY pair.
`),eLe=!0)),new vy.CredentialsProviderError("AWS_PROFILE is set, skipping fromEnv provider.",{logger:t.logger,tryNextLink:!0});return t.logger?.debug("@aws-sdk/credential-provider-node - defaultProvider::fromEnv"),O5.fromEnv(t)()},async e=>{t.logger?.debug("@aws-sdk/credential-provider-node - defaultProvider::fromSSO");let{ssoStartUrl:r,ssoAccountId:n,ssoRegion:s,ssoRoleName:o,ssoSession:a}=t;if(!r&&!n&&!s&&!o&&!a)throw new vy.CredentialsProviderError("Skipping SSO provider in default chain (inputs do not include SSO fields).",{logger:t.logger});let{fromSSO:c}=await Promise.resolve().then(()=>D(JJ()));return c(t)(e)},async e=>{t.logger?.debug("@aws-sdk/credential-provider-node - defaultProvider::fromIni");let{fromIni:r}=await Promise.resolve().then(()=>D(Xke()));return r(t)(e)},async e=>{t.logger?.debug("@aws-sdk/credential-provider-node - defaultProvider::fromProcess");let{fromProcess:r}=await Promise.resolve().then(()=>D(Q5()));return r(t)(e)},async e=>{t.logger?.debug("@aws-sdk/credential-provider-node - defaultProvider::fromTokenFile");let{fromTokenFile:r}=await Promise.resolve().then(()=>D(k5()));return r(t)(e)},async()=>(t.logger?.debug("@aws-sdk/credential-provider-node - defaultProvider::remoteProvider"),(await DSt(t))()),async()=>{throw new vy.CredentialsProviderError("Could not load credentials from any providers",{tryNextLink:!1,logger:t.logger})}],tLe),"defaultProvider"),MSt=i(t=>t?.expiration!==void 0,"credentialsWillNeedRefresh"),tLe=i(t=>t?.expiration!==void 0&&t.expiration.getTime()-Date.now()<3e5,"credentialsTreatedAsExpired");JD.credentialsTreatedAsExpired=tLe;JD.credentialsWillNeedRefresh=MSt;JD.defaultProvider=OSt});var aLe=b(ZD=>{"use strict";Object.defineProperty(ZD,"__esModule",{value:!0});ZD.bdd=void 0;var FSt=(wt(),W(ff)),_y="ref",Wf=-1,KD=!0,rLe="isSet",U5="PartitionResult",bp="stringEquals",XD="booleanEquals",F5="getAttr",nLe={[_y]:"Endpoint"},Sp={fn:F5,argv:[{[_y]:U5},"name"]},sLe={[_y]:U5},jf={},oLe=[{[_y]:"Region"}],iLe={conditions:[[rLe,[nLe]],[rLe,oLe],["aws.partition",oLe,U5],[bp,[Sp,"aws-eusc"]],[bp,[Sp,"aws-iso-f"]],[bp,[Sp,"aws-iso-e"]],[bp,[Sp,"aws-iso-b"]],[bp,[Sp,"aws-iso"]],[bp,[Sp,"aws-cn"]],[bp,[Sp,"aws-us-gov"]],[bp,[Sp,"aws"]],[XD,[{[_y]:"UseFIPS"},KD]],[XD,[{fn:F5,argv:[sLe,"supportsFIPS"]},KD]],[XD,[{[_y]:"UseDualStack"},KD]],[XD,[{fn:F5,argv:[sLe,"supportsDualStack"]},KD]]],results:[[Wf],[Wf,"Invalid Configuration: FIPS and custom endpoint are not supported"],[Wf,"Invalid Configuration: Dualstack and custom endpoint are not supported"],[nLe,jf],["https://api.ecr.{Region}.{PartitionResult#dnsSuffix}",jf],["https://ecr.{Region}.{PartitionResult#dualStackDnsSuffix}",jf],["https://api.ecr-fips.{Region}.{PartitionResult#dnsSuffix}",jf],["https://ecr-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",jf],["https://api.ecr-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",jf],[Wf,"FIPS and DualStack are enabled, but this partition does not support one or both"],[Wf,"FIPS is enabled but this partition does not support FIPS"],["https://api.ecr.{Region}.{PartitionResult#dualStackDnsSuffix}",jf],[Wf,"DualStack is enabled but this partition does not support DualStack"],[Wf,"Invalid Configuration: Missing Region"]]},USt=2,$n=1e8,qSt=new Int32Array([-1,1,-1,0,23,3,1,4,$n+13,2,5,$n+13,3,20,6,4,20,7,5,20,8,6,20,9,7,20,10,8,20,11,9,20,12,10,20,13,11,16,14,13,15,$n+4,14,$n+11,$n+12,12,18,17,13,$n+9,$n+10,13,19,$n+6,14,$n+8,$n+9,11,22,21,13,$n+5,$n+4,13,$n+7,$n+6,11,$n+1,24,13,$n+2,$n+3]);ZD.bdd=FSt.BinaryDecisionDiagram.from(qSt,USt,iLe.conditions,iLe.results)});var cLe=b(ek=>{"use strict";Object.defineProperty(ek,"__esModule",{value:!0});ek.defaultEndpointResolver=void 0;var $St=(bt(),W(ks)),q5=(wt(),W(ff)),GSt=aLe(),HSt=new q5.EndpointCache({size:50,params:["Endpoint","Region","UseDualStack","UseFIPS"]}),zSt=i((t,e={})=>HSt.get(t,()=>(0,q5.decideEndpoint)(GSt.bdd,{endpointParams:t,logger:e.logger})),"defaultEndpointResolver");ek.defaultEndpointResolver=zSt;q5.customEndpointFunctions.aws=$St.awsEndpointFunctions});var tk=b(Qy=>{"use strict";Object.defineProperty(Qy,"__esModule",{value:!0
Support boolean input list: \`true | True | TRUE | false | False | FALSE\``)}i(moe,"getBooleanInput");function foe(t){process.exitCode=j1.Failure,ih(t)}i(foe,"setFailed");function dm(){return process.env.RUNNER_DEBUG==="1"}i(dm,"isDebug");function G(t){kp("debug",{},t)}i(G,"debug");function ih(t,e={}){kp("error",cO(e),t instanceof Error?t.toString():t)}i(ih,"error");function Dr(t,e={}){kp("warning",cO(e),t instanceof Error?t.toString():t)}i(Dr,"warning");function Ke(t){process.stdout.write(t+poe.EOL)}i(Ke,"info");function FWe(t){uO("group",t)}i(FWe,"startGroup");function UWe(){uO("endgroup")}i(UWe,"endGroup");function rC(t,e){return MWe(this,void 0,void 0,function*(){FWe(t);let r;try{r=yield e()}finally{UWe()}return r})}i(rC,"group");function pm(t,e){if(process.env.GITHUB_STATE||"")return dK("STATE",pK(t,e));kp("save-state",{name:t},Hu(e))}i(pm,"saveState");function Aoe(t){return process.env[`STATE_${t}`]||""}i(Aoe,"getState");var QT=D(require("fs"),1),J3=D(require("os"),1),K3=D(require("path"),1);var goe=D(require("os"),1);function nC(t){return t==null?"":typeof t=="string"||t instanceof String?t:JSON.stringify(t)}i(nC,"toCommandValue");function yoe(t,e,r){let n=new J1(t,e,r);process.stdout.write(n.toString()+goe.EOL)}i(yoe,"issueCommand");var hoe="::",J1=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=hoe+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 s=this.properties[n];s&&(r?r=!1:e+=",",e+=`${n}=${$We(s)}`)}}return e+=`${hoe}${qWe(this.message)}`,e}};function qWe(t){return nC(t).replace(/%/g,"%25").replace(/\r/g,"%0D").replace(/\n/g,"%0A")}i(qWe,"escapeData");function $We(t){return nC(t).replace(/%/g,"%25").replace(/\r/g,"%0D").replace(/\n/g,"%0A").replace(/:/g,"%3A").replace(/,/g,"%2C")}i($We,"escapeProperty");var Coe=require("os"),sC=require("fs");var K1=function(t,e,r,n){function s(o){return o instanceof r?o:new r(function(a){a(o)})}return i(s,"adopt"),new(r||(r=Promise))(function(o,a){function c(d){try{u(n.next(d))}catch(p){a(p)}}i(c,"fulfilled");function l(d){try{u(n.throw(d))}catch(p){a(p)}}i(l,"rejected");function u(d){d.done?o(d.value):s(d.value).then(c,l)}i(u,"step"),u((n=n.apply(t,e||[])).next())})},{access:GWe,appendFile:HWe,writeFile:zWe}=sC.promises,Eoe="GITHUB_STEP_SUMMARY";var X1=class{static{i(this,"Summary")}constructor(){this._buffer=""}filePath(){return K1(this,void 0,void 0,function*(){if(this._filePath)return this._filePath;let e=process.env[Eoe];if(!e)throw new Error(`Unable to find environment variable for $${Eoe}. Check if your runtime environment supports job summaries.`);try{yield GWe(e,sC.constants.R_OK|sC.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 s=Object.entries(n).map(([o,a])=>` ${o}="${a}"`).join("");return r?`<${e}${s}>${r}</${e}>`:`<${e}${s}>`}write(e){return K1(this,void 0,void 0,function*(){let r=!!e?.overwrite,n=yield this.filePath();return yield(r?zWe:HWe)(n,this._buffer,{encoding:"utf8"}),this.emptyBuffer()})}clear(){return K1(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(Coe.EOL)}addCodeBlock(e,r){let n=Object.assign({},r&&{lang:r}),s=this.wrap("pre",this.wrap("code",e),n);return this.addRaw(s).addEOL()}addList(e,r=!1){let n=r?"ol":"ul",s=e.map(a=>this.wrap("li",a)).join(""),o=this.wrap(n,s);return this.addRaw(o).addEOL()}addTable(e){let r=e.map(s=>{let o=s.map(a=>{if(typeof a=="string")return this.wrap("td",a);let{header:c,data:l,colspan:u,rowspan:d}=a,p=c?"th":"td",m=Object.assign(Object.assign({},u&&{colspan:u}),d&&{rowspan:d});return this.wrap(p,l,m)}).join("");return this.wrap("tr",o)
`),e=e.replace(/\r/g,`
`));let s=e.split(`
`).map(o=>o.trim());for(let o of s)!o||o.startsWith("#")||n.patterns.push(new gC(o));return n.searchPaths.push(...NU(n.patterns)),n})}static stat(e,r,n){return QU(this,void 0,void 0,function*(){let s;if(r.followSymbolicLinks)try{s=yield ph.promises.stat(e.path)}catch(o){if(o.code==="ENOENT"){if(r.omitBrokenSymbolicLinks){pi(`Broken symlink '${e.path}'`);return}throw new Error(`No information found for the path '${e.path}'. This may indicate a broken symbolic link.`)}throw o}else s=yield ph.promises.lstat(e.path);if(s.isDirectory()&&r.followSymbolicLinks){let o=yield ph.promises.realpath(e.path);for(;n.length>=e.level;)n.pop();if(n.some(a=>a===o)){pi(`Symlink cycle detected for path '${e.path}' and realpath '${o}'`);return}n.push(o)}return s})}};var T5e=function(t,e,r,n){function s(o){return o instanceof r?o:new r(function(a){a(o)})}return i(s,"adopt"),new(r||(r=Promise))(function(o,a){function c(d){try{u(n.next(d))}catch(p){a(p)}}i(c,"fulfilled");function l(d){try{u(n.throw(d))}catch(p){a(p)}}i(l,"rejected");function u(d){d.done?o(d.value):s(d.value).then(c,l)}i(u,"step"),u((n=n.apply(t,e||[])).next())})};function Yae(t,e){return T5e(this,void 0,void 0,function*(){return yield JS.create(t,e)})}i(Yae,"create");var pB=D(require("crypto"),1),hh=D(require("fs"),1),gm=D(require("path"),1),Ule=D(Mle(),1),qle=D(require("util"),1);var bC;(function(t){t.Gzip="cache.tgz",t.Zstd="cache.tzst"})(bC||(bC={}));var Es;(function(t){t.Gzip="gzip",t.ZstdWithoutLong="zstd-without-long",t.Zstd="zstd"})(Es||(Es={}));var vo;(function(t){t.GNU="gnu",t.BSD="bsd"})(vo||(vo={}));var uB=2,dB=5e3,e2=5e3,t2=`${process.env.PROGRAMFILES}\\Git\\usr\\bin\\tar.exe`,Fle=`${process.env.SYSTEMDRIVE}\\Windows\\System32\\tar.exe`,SC="cache.tar",r2="manifest.txt",dVt=10*Math.pow(1024,3);var Ah=function(t,e,r,n){function s(o){return o instanceof r?o:new r(function(a){a(o)})}return i(s,"adopt"),new(r||(r=Promise))(function(o,a){function c(d){try{u(n.next(d))}catch(p){a(p)}}i(c,"fulfilled");function l(d){try{u(n.throw(d))}catch(p){a(p)}}i(l,"rejected");function u(d){d.done?o(d.value):s(d.value).then(c,l)}i(u,"step"),u((n=n.apply(t,e||[])).next())})},LKe=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(o){r[o]=t[o]&&function(a){return new Promise(function(c,l){a=t[o](a),s(c,l,a.done,a.value)})}}function s(o,a,c,l){Promise.resolve(l).then(function(u){o({value:u,done:c})},a)}},OKe="1.0";function BC(){return Ah(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=gm.join(n,"actions","temp")}let r=gm.join(e,pB.randomUUID());return yield um(r),r})}i(BC,"createTempDirectory");function tc(t){return hh.statSync(t).size}i(tc,"getArchiveFileSizeInBytes");function n2(t){return Ah(this,void 0,void 0,function*(){var e,r,n,s,o;let a=[],c=(o=process.env.GITHUB_WORKSPACE)!==null&&o!==void 0?o:process.cwd(),l=yield Yae(t.join(`
`),{implicitDescendants:!1});try{for(var u=!0,d=LKe(l.globGenerator()),p;p=yield d.next(),e=p.done,!e;u=!0){s=p.value,u=!1;let f=gm.relative(c,s).replace(new RegExp(`\\${gm.sep}`,"g"),"/");G(`Matched: ${f}`),f===""?a.push("."):a.push(`${f}`)}}catch(m){r={error:m}}finally{try{!u&&!e&&(n=d.return)&&(yield n.call(d))}finally{if(r)throw r.error}}return a})}i(n2,"resolvePaths");function RC(t){return Ah(this,void 0,void 0,function*(){return qle.promisify(hh.unlink)(t)})}i(RC,"unlinkFile");function $le(t){return Ah(this,arguments,void 0,function*(e,r=[]){let n="";r.push("--version"),G(`Checking ${e} ${r.join(" ")}`);try{yield ud(`${e}`,r,{ignoreReturnCode:!0,silent:!0,listeners:{stdout:i(s=>n+=s.toString(),"stdout"),stderr:i(s=>n+=s.toString(),"stderr")}})}catch(s){G(s.message)}return n=n.trim(),G(n),n})}i($le,"getVersion");function NC(){return Ah(this,void 0,void 0,function*(){let t=yield $le("zstd",["--quiet"]),e=Ule.clean(t);return G(`zstd version: ${e}`),t===""?Es.Gzip:Es.ZstdWithoutLong})}i(NC,"getCompressionMethod");function yd(t){return t===Es.Gzip?bC.Gzip:bC.Zstd}i(yd,"getCacheFileName");function Gle(){return Ah(this,void 0,void 0,function*(){return hh.existsSync(t2)?t2:(yield $le("tar")).toLowerCase().includes("gnu tar")?Hs("tar"):""})}i(Gle,"getGnuTarPathOnWindows");function s2(t,e){if(e===void 0)throw Error(`Expected ${t} but value was undefiend`);return e}i(s2,"assertDefined");function gh(t,e,r=!1){let n=t.slice();return e&&n.push(e),process.platform==="win32"&&!r&&n.push("windows-only"),n.push(OKe),pB.createHash("sha256").update(n.join("|")).digest("hex")}i(gh,"getCacheVersion");function Hle(){let t=process.env.ACTIONS_RUNTIME_TOKEN;if(!t)throw new Error("Unable to get the ACTIONS_RUNTIME_TOKEN env variable");return t}i(Hle,"getRuntimeToken");var PC=D(require("http"),1),a2=D(require("https"),1);function o2(t){let e=t.protocol==="https:";if(MKe(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 fB(r)}catch{if(!r.startsWith("http://")&&!r.startsWith("https://"))return new fB(`http://${r}`)}else return}i(o2,"getProxyUrl");function MKe(t){if(!t.hostname)return!1;let e=t.hostname;if(FKe(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 s=[t.hostname.toUpperCase()];typeof n=="number"&&s.push(`${s[0]}:${n}`);for(let o of r.split(",").map(a=>a.trim().toUpperCase()).filter(a=>a))if(o==="*"||s.some(a=>a===o||a.endsWith(`.${o}`)||o.startsWith(".")&&a.endsWith(`${o}`)))return!0;return!1}i(MKe,"checkBypass");function FKe(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(FKe,"isLoopbackAddress");var fB=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 Ed=D(Jy(),1),zle=D(nh(),1);var kr=function(t,e,r,n){function s(o){return o instanceof r?o:new r(function(a){a(o)})}return i(s,"adopt"),new(r||(r=Promise))(function(o,a){function c(d){try{u(n.next(d))}catch(p){a(p)}}i(c,"fulfilled");function l(d){try{u(n.throw(d))}catch(p){a(p)}}i(l,"rejected");function u(d){d.done?o(d.value):s(d.value).then(c,l)}i(u,"step"),u((n=n.apply(t,e||[])).next())})},xr;(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
${eXe.sanitize({...this,request:{...this.request,agent:n},response:this.response})}`,"value"),enumerable:!1}),Object.setPrototypeOf(this,t.prototype)}};function CB(t){return t instanceof Is?!0:Em(t)&&t.name==="RestError"}i(CB,"isRestError");function Vs(t,e){return Buffer.from(t,e)}i(Vs,"stringToUint8Array");var IB=D(require("node:http"),1),xB=D(require("node:https"),1),g2=D(require("node:zlib"),1),lue=require("node:stream");var Ai=vC("ts-http-runtime");var tXe={};function _C(t){return t&&typeof t.pipe=="function"}i(_C,"isReadableStream");function cue(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(cue,"isStreamComplete");function uue(t){return t&&typeof t.byteLength=="number"}i(uue,"isArrayBuffer");var wB=class extends lue.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(s){n(s)}}constructor(e){super(),this.progressCallback=e}},y2=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 nc("The operation was aborted. Request has already been canceled.");n=i(u=>{u.type==="abort"&&r.abort()},"abortListener"),e.abortSignal.addEventListener("abort",n)}let s;e.timeout>0&&(s=setTimeout(()=>{let u=new ua;Ai.info(`request to '${u.sanitizeUrl(e.url)}' timed out. canceling...`),r.abort()},e.timeout));let o=e.headers.get("Accept-Encoding"),a=o?.includes("gzip")||o?.includes("deflate"),c=typeof e.body=="function"?e.body():e.body;if(c&&!e.headers.has("Content-Length")){let u=oXe(c);u!==null&&e.headers.set("Content-Length",u)}let l;try{if(c&&e.onUploadProgress){let g=e.onUploadProgress,E=new wB(g);E.on("error",x=>{Ai.error("Error in upload progress",x)}),_C(c)?c.pipe(E):E.end(c),c=E}let u=await this.makeRequest(e,r,c);s!==void 0&&clearTimeout(s);let d=rXe(u),m={status:u.statusCode??0,headers:d,request:e};if(e.method==="HEAD")return u.resume(),m;l=a?nXe(u,d):u;let f=e.onDownloadProgress;if(f){let g=new wB(f);g.on("error",E=>{Ai.error("Error in download progress",E)}),l.pipe(g),l=g}return e.streamResponseStatusCodes?.has(Number.POSITIVE_INFINITY)||e.streamResponseStatusCodes?.has(m.status)?m.readableStreamBody=l:m.bodyAsText=await sXe(l),m}finally{if(e.abortSignal&&n){let u=Promise.resolve();_C(c)&&(u=cue(c));let d=Promise.resolve();_C(l)&&(d=cue(l)),Promise.all([u,d]).then(()=>{n&&e.abortSignal?.removeEventListener("abort",n)}).catch(p=>{Ai.warning("Error when cleaning up abortListener on httpRequest",p)})}}}makeRequest(e,r,n){let s=new URL(e.url),o=s.protocol!=="https:";if(o&&!e.allowInsecureConnection)throw new Error(`Cannot connect to ${e.url} while allowInsecureConnection is false.`);let c={agent:e.agent??this.getOrCreateAgent(e,o),hostname:s.hostname,path:`${s.pathname}${s.search}`,port:s.port,method:e.method,headers:e.headers.toJSON({preserveCase:!0}),...e.requestOverrides};return new Promise((l,u)=>{let d=o?IB.default.request(c,l):xB.default.request(c,l);d.once("error",p=>{u(new Is(p.message,{code:p.code??Is.REQUEST_SEND_ERROR,request:e}))}),r.signal.addEventListener("abort",()=>{let p=new nc("The operation was aborted. Rejecting from abort signal callback while making request.");d.destroy(p),u(p)}),n&&_C(n)?n.pipe(d):n?typeof n=="string"||Buffer.isBuffer(n)?d.end(n):uue(n)?d.end(ArrayBuffer.isView(n)?Buffer.from(n.buffer):Buffer.from(n)):(Ai.error("Unrecognized body type",n),u(new Is("Unrecognized body type"))):d.end()})}getOrCreateAgent(e,r){let n=e.disableKeepAlive;if(r)return n?IB.default.globalAgent:(this.cachedHttpAgent||(this.cachedHttpAgent=new IB.default.Agent({keepAlive:!0})),this.cachedHttpAgent);{if(n&&!e.tlsSettings)return xB.default.globalAgent;let s=e.tlsSettings??tXe,o=this.cachedHttpsAgents.get(s);return o&&o.options.keepAlive===!n||(Ai.info("No cached TLS Agent exi
`;return e}i(k7e,"encodeHeaders");function L7e(t){return t instanceof Uint8Array?t.byteLength:VB(t)?t.size===-1?void 0:t.size:void 0}i(L7e,"getLength");function O7e(t){let e=0;for(let r of t){let n=L7e(r);if(n===void 0)return;e+=n}return e}i(O7e,"getTotalLength");async function M7e(t,e,r){let n=[Vs(`--${r}`,"utf-8"),...e.flatMap(o=>[Vs(`\r
`,"utf-8"),Vs(k7e(o.headers),"utf-8"),Vs(`\r
`,"utf-8"),o.body,Vs(`\r
--${r}`,"utf-8")]),Vs(`--\r
\r
`,"utf-8")],s=O7e(n);s&&t.headers.set("Content-Length",s),t.body=await fde(n)}i(M7e,"buildRequestBody");var kC="multipartPolicy",F7e=70,U7e=new Set("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789'()+,-./:=?");function q7e(t){if(t.length>F7e)throw new Error(`Multipart boundary "${t}" exceeds maximum length of 70 characters`);if(Array.from(t).some(e=>!U7e.has(e)))throw new Error(`Multipart boundary "${t}" contains invalid characters`)}i(q7e,"assertValidBoundary");function WB(){return{name:kC,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",s=n.match(/^(multipart\/[^ ;]+)(?:; *boundary=(.+))?$/);if(!s)throw new Error(`Got multipart request body, but content-type header was not multipart: ${n}`);let[,o,a]=s;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?q7e(r):r=D7e(),t.headers.set("Content-Type",`${o}; boundary=${r}`),await M7e(t,t.multipartBody.parts,r),t.multipartBody=void 0,e(t)}}}i(WB,"multipartPolicy");function jB(){return EB()}i(jB,"createEmptyPipeline");var Ade=hB({logLevelEnvVarName:"AZURE_LOG_LEVEL",namespace:"azure"}),ljt=Ade.logger;function ic(t){return Ade.createClientLogger(t)}i(ic,"createClientLogger");var ac=ic("core-rest-pipeline");function L2(t={}){return SB({logger:ac.info,...t})}i(L2,"logPolicy");var O2=BB;function M2(t={}){return RB(t)}i(M2,"redirectPolicy");var JB=D(require("node:os"),1),KB=D(require("node:process"),1);function hde(){return"User-Agent"}i(hde,"getHeaderName");async function gde(t){if(KB.default&&KB.default.versions){let e=`${JB.default.type()} ${JB.default.release()}; ${JB.default.arch()}`,r=KB.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(gde,"setPlatformSpecificData");var XB="1.22.2";function j7e(t){let e=[];for(let[r,n]of t){let s=n?`${r}/${n}`:r;e.push(s)}return e.join(" ")}i(j7e,"getUserAgentString");function yde(){return hde()}i(yde,"getUserAgentHeaderName");async function ZB(t){let e=new Map;e.set("core-rest-pipeline",XB),await gde(e);let r=j7e(e);return t?`${t} ${r}`:r}i(ZB,"getUserAgentValue");var Ede=yde(),Cde="userAgentPolicy";function F2(t={}){let e=ZB(t.userAgentPrefix);return{name:Cde,async sendRequest(r,n){return r.headers.has(Ede)||r.headers.set(Ede,await e),n(r)}}}i(F2,"userAgentPolicy");var Lo=class extends Error{static{i(this,"AbortError")}constructor(e){super(e),this.name="AbortError"}};function U2(t,e){let{cleanupBeforeAbort:r,abortSignal:n,abortErrorMsg:s}=e??{};return new Promise((o,a)=>{function c(){a(new Lo(s??"The operation was aborted."))}i(c,"rejectOnAbort");function l(){n?.removeEventListener("abort",u)}i(l,"removeListeners");function u(){r?.(),l(),c()}if(i(u,"onAbort"),n?.aborted)return c();try{t(d=>{l(),o(d)},d=>{l(),a(d)})}catch(d){a(d)}n?.addEventListener("abort",u)})}i(U2,"createAbortablePromise");var eZe="The delay was aborted.";function LC(t,e){let r,{abortSignal:n,abortErrorMsg:s}=e??{};return U2(o=>{r=setTimeout(o,t)},{cleanupBeforeAbort:i(()=>clearTimeout(r),"cleanupBeforeAbort"),abortSignal:n,abortErrorMsg:s??eZe})}i(LC,"delay");function Id(t){if(Em(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(Id,"getErrorMessage");function Ide(t){return Em(t)}i(Ide,"isError");function Bh(){return ym()}i(Bh,"randomUUID");var Rt=xm;var xde=Symbol("rawContent");function $2(t){return typeof t[xde]=="function"}i($2,"hasRawContent");function wde(t){return $2(t)?t[xde]():t}i(wde,"getRawContent");var eR=kC;function G2(){let t=WB();return{name:eR,sendRequest:i(async(e,r)=>{if(e.multipartBody)for(let n of e.multipartBody.parts)$2(n.body)&&(n.body=wde(n.body));return t.sendRequest(e,r)},"sendRequest")}}i(G2,"multipartPolicy");var H2=NB;function z2(){return TB()}i(z2,"decompressResponsePolicy");fun
`&&t[o]!=="\r";o++)l+=t[o];if(l=l.trim(),l[l.length-1]==="/"&&(l=l.substring(0,l.length-1),o--),!Bet(l)){let p;return l.trim().length===0?p="Invalid space after '<'.":p="Tag '"+l+"' is an invalid name.",Lr("InvalidTag",p,xs(t,o))}let u=Cet(t,o);if(u===!1)return Lr("InvalidAttr","Attributes for '"+l+"' have open quote.",xs(t,o));let d=u.value;if(o=u.index,d[d.length-1]==="/"){let p=o-d.length;d=d.substring(0,d.length-1);let m=cpe(d,e);if(m===!0)n=!0;else return Lr(m.err.code,m.err.msg,xs(t,p+m.err.line))}else if(c)if(u.tagClosed){if(d.trim().length>0)return Lr("InvalidTag","Closing tag '"+l+"' can't have attributes or invalid starting.",xs(t,a));if(r.length===0)return Lr("InvalidTag","Closing tag '"+l+"' has not been opened.",xs(t,a));{let p=r.pop();if(l!==p.tagName){let m=xs(t,p.tagStartPos);return Lr("InvalidTag","Expected closing tag '"+p.tagName+"' (opened in line "+m.line+", col "+m.col+") instead of closing tag '"+l+"'.",xs(t,a))}r.length==0&&(s=!0)}}else return Lr("InvalidTag","Closing tag '"+l+"' doesn't have proper closing.",xs(t,o));else{let p=cpe(d,e);if(p!==!0)return Lr(p.err.code,p.err.msg,xs(t,o-d.length+p.err.line));if(s===!0)return Lr("InvalidXml","Multiple possible root nodes found.",xs(t,o));e.unpairedTags.indexOf(l)!==-1||r.push({tagName:l,tagStartPos:a}),n=!0}for(o++;o<t.length;o++)if(t[o]==="<")if(t[o+1]==="!"){o++,o=ape(t,o);continue}else if(t[o+1]==="?"){if(o=ipe(t,++o),o.err)return o}else break;else if(t[o]==="&"){let p=wet(t,o);if(p==-1)return Lr("InvalidChar","char '&' is not expected.",xs(t,o));o=p}else if(s===!0&&!ope(t[o]))return Lr("InvalidXml","Extra text at the end",xs(t,o));t[o]==="<"&&o--}}else{if(ope(t[o]))continue;return Lr("InvalidChar","char '"+t[o]+"' is not expected.",xs(t,o))}if(n){if(r.length==1)return Lr("InvalidTag","Unclosed tag '"+r[0].tagName+"'.",xs(t,r[0].tagStartPos));if(r.length>0)return Lr("InvalidXml","Invalid '"+JSON.stringify(r.map(o=>o.tagName),null,4).replace(/\r?\n/g,"")+"' found.",{line:1,col:1})}else return Lr("InvalidXml","Start tag expected.",1);return!0}i(mR,"validate");function ope(t){return t===" "||t===" "||t===`
`||t==="\r"}i(ope,"isWhiteSpace");function ipe(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 Lr("InvalidXml","XML declaration allowed only at the start of the document.",xs(t,e));if(t[e]=="?"&&t[e+1]==">"){e++;break}else continue}return e}i(ipe,"readPI");function ape(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(ape,"readCommentAndCDATA");var yet='"',Eet="'";function Cet(t,e){let r="",n="",s=!1;for(;e<t.length;e++){if(t[e]===yet||t[e]===Eet)n===""?n=t[e]:n!==t[e]||(n="");else if(t[e]===">"&&n===""){s=!0;break}r+=t[e]}return n!==""?!1:{value:r,index:e,tagClosed:s}}i(Cet,"readAttributeStr");var Iet=new RegExp(`(\\s*)([^\\s=]+)(\\s*=)?(\\s*(['"])(([\\s\\S])*?)\\5)?`,"g");function cpe(t,e){let r=dR(t,Iet),n={};for(let s=0;s<r.length;s++){if(r[s][1].length===0)return Lr("InvalidAttr","Attribute '"+r[s][2]+"' has no space in starting.",WC(r[s]));if(r[s][3]!==void 0&&r[s][4]===void 0)return Lr("InvalidAttr","Attribute '"+r[s][2]+"' is without value.",WC(r[s]));if(r[s][3]===void 0&&!e.allowBooleanAttributes)return Lr("InvalidAttr","boolean attribute '"+r[s][2]+"' is not allowed.",WC(r[s]));let o=r[s][2];if(!bet(o))return Lr("InvalidAttr","Attribute '"+o+"' is an invalid name.",WC(r[s]));if(!Object.prototype.hasOwnProperty.call(n,o))n[o]=1;else return Lr("InvalidAttr","Attribute '"+o+"' is repeated.",WC(r[s]))}return!0}i(cpe,"validateAttributeString");function xet(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(xet,"validateNumberAmpersand");function wet(t,e){if(e++,t[e]===";")return-1;if(t[e]==="#")return e++,xet(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(wet,"validateAmpersand");function Lr(t,e,r){return{err:{code:t,msg:e,line:r.line||r,col:r.col}}}i(Lr,"getErrorObject");function bet(t){return hq(t)}i(bet,"validateAttrName");function Bet(t){return hq(t)}i(Bet,"validateTagName");function xs(t,e){let r=t.substring(0,e).split(/\r?\n/);return{line:r.length,col:r[r.length-1].length+1}}i(xs,"getLineNumberForPosition");function WC(t){return t.startIndex+t[1].length}i(WC,"getPositionFromMatch");var lpe={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"},upe={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 Js("!xml"),r=e,n="";this.matcher.reset(),this.entityDecoder.reset(),this.entityExpansionCount=0,this.currentExpandedLength=0;let s=this.options,o=new KC(s.processEntities),a=t.length;for(let c=0;c<a;c++)if(t[c]==="<"){let u=t.charCodeAt(c+1);if(u===47){let d=_h(t,">",c,"Closing Tag is not closed."),p=t.substring(c+2,d).trim();if(s.removeNSPrefix){let f=p.indexOf(":");f!==-1&&(p=p.substr(f+1))}p=bq(s.transformTagName,p,"",s).tagName,r&&(n=this.saveTextToParentTag(n,r,this.readonlyMatcher));let m=this.matcher.getCurrentTag();if(p&&s.unpairedTagsSet.has(p))throw new Error(`Unpaired tag can not be used as closing tag: </${p}>`);m&&s.unpairedTagsSet.has(m)&&(this.matcher.pop(),this.tagsNodeStack.pop()),this.matcher.pop(),this.isCurrentNodeStopNode=!1,r=this.tagsNodeStack.pop(),n="",c=d}else if(u===63){let d=Sq(t,c,!1,"?>");if(!d)throw new Error("Pi Tag is not closed.");n=this.saveTextToParentTag(n,r,this.readonlyMatcher);let p=this.buildAttributesMap(d.tagExp,this.matcher,d.tagName,!0);if(p){let m=p[this.options.attributeNamePrefix+"version"];this.entityDecoder.setXmlVersion(Number(m)||1),o.setXmlVersion(Number(m)||1)}if(!(s.ignoreDeclaration&&d.tagName==="?xml"||s.ignorePiTags)){let m=new Js(d.tagName);m.add(s.textNodeName,""),d.tagName!==d.tagExp&&d.attrExpPresent&&s.ignoreAttributes!==!0&&(m[":@"]=p),this.addChild(r,m,this.readonlyMatcher,c)}c=d.closeIndex+1}else if(u===33&&t.charCodeAt(c+2)===45&&t.charCodeAt(c+3)===45){let d=_h(t,"-->",c+4,"Comment is not closed.");if(s.commentPropName){let p=t.substring(c+4,d-2);n=this.saveTextToParentTag(n,r,this.readonlyMatcher),r.add(s.commentPropName,[{[s.textNodeName]:p}])}c=d}else if(u===33&&t.charCodeAt(c+2)===68){let d=o.readDocType(t,c);this.entityDecoder.addInputEntities(d.entities),c=d.i}else if(u===33&&t.charCodeAt(c+2)===91){let d=_h(t,"]]>",c,"CDATA is not closed.")-2,p=t.substring(c+9,d);n=this.saveTextToParentTag(n,r,this.readonlyMatcher);let m=this.parseTextData(p,r.tagname,this.readonlyMatcher,!0,!1,!0,!0);m==null&&(m=""),s.cdataPropName?r.add(s.cdataPropName,[{[s.textNodeName]:p}]):r.add(s.textNodeName,m),c=d+2}else{let d=Sq(t,c,s.removeNSPrefix);if(!d){let M=t.substring(Math.max(0,c-50),Math.min(a,c+50));throw new Error(`readTagExp returned undefined at position ${c}. Context: "${M}"`)}let p=d.tagName,m=d.rawTagName,f=d.tagExp,g=d.attrExpPresent,E=d.closeIndex;if({tagName:p,tagExp:f}=bq(s.transformTagName,p,f,s),s.strictReservedNames&&(p===s.commentPropName||p===s.cdataPropName||p===s.textNodeName||p===s.attributesGroupName))throw new Error(`Invalid tag name: ${p}`);r&&n&&r.tagname!=="!xml"&&(n=this.saveTextToParentTag(n,r,this.readonlyMatcher,!1));let x=r;x&&s.unpairedTagsSet.has(x.tagname)&&(r=this.tagsNodeStack.pop(),this.matcher.pop());let w=!1;f.length>0&&f.lastIndexOf("/")===f.length-1&&(w=!0,p[p.length-1]==="/"?(p=p.substr(0,p.length-1),f=p):f=f.substr(0,f.length-1),g=p!==f);let S=null,P={},Q;Q=jet(m),p!==e.tagname&&this.matcher.push(p,{},Q),p!==f&&g&&(S=this.buildAttributesMap(f,this.matcher,p),S&&(P=Wet(S,s))),p!==e.tagname&&(this.isCurrentNodeStopNode=this.isItStopNode());let q=c;if(this.isCurrentNodeStopNode){let M="";if(w)c=d.closeIndex;else if(s.unpairedTagsSet.has(p))c=d.closeIndex;else{let pe=this.readStopNodeData(t,m,E+1);if(!pe)throw new Error(`Unexpected end of ${m}`);c=pe.i,M=pe.tagContent}let V=new Js(p);S&&(V[":@"]=S),V.add(s.textNodeName,M),this.matcher.pop(),this.isCurrentNodeStopNode=!1,this.addChild(r,V,this.readonlyMatcher,q)}else{if(w){({tagName:p,tagExp:f}=bq(s.transformTagName,p,f,s));let M=new Js(p);S&&(M[":@"]=S),this.addChild(r,M,this.readonlyMatcher,q),this.matcher.pop(),this.isCurrentNodeStopNode=!1}else if(s.unpairedTagsSet.has(p)){let M=new Js(p);S&&(M[":@"]=S),this.addChild(r,M,this.readonlyMatcher,q),this.matcher.pop(),this.isCurrentNodeStopNode=!1,c=d.closeIndex;continue}else{let M=new Js(p);if(this.tagsNodeStack.length>s.maxNestedTags)throw new Error("Maximum nested tags exceeded");this.tagsNodeStack.push(r),S&&(M[":@"]=S),this.addChild(r,M,this.readonlyMatcher,q),r=M}n="",c=E}}}else n+=t[c];return e.child},"parse
`;function mtt(t,e){if(!Array.isArray(t)||t.length===0)return"1.0";let r=t[0];if(vq(r)==="?xml"){let s=r[":@"];if(s){let o=e.attributeNamePrefix+"version";if(s[o])return s[o]}}return"1.0"}i(mtt,"detectXmlVersionFromArray");function vpe(t,e,r,n,s){return!r.sanitizeName||Nm(t,{xmlVersion:s})?t:r.sanitizeName(t,{isAttribute:e,matcher:n.readOnly()})}i(vpe,"resolveTagName");function Pq(t,e){let r="";e.format&&(r=ptt);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 Fo(c)):c instanceof Fo&&n.push(c)}let s=mtt(t,e),o=new uc;return _pe(t,e,r,o,n,s)}i(Pq,"toXml");function _pe(t,e,r,n,s,o){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 l=t.toString();return l=Tq(l,e),l}return""}for(let l=0;l<t.length;l++){let u=t[l],d=vq(u);if(d===void 0)continue;let m=d===e.textNodeName||d===e.cdataPropName||d===e.commentPropName||d[0]==="?"?d:vpe(d,!1,e,n,o),f=ftt(u[":@"],e);n.push(m,f);let g=htt(n,s);if(m===e.textNodeName){let P=u[d];g||(P=e.tagValueProcessor(m,P),P=Tq(P,e)),c&&(a+=r),a+=P,c=!1,n.pop();continue}else if(m===e.cdataPropName){c&&(a+=r);let P=u[d][0][e.textNodeName],Q=yR(P);a+=`<![CDATA[${Q}]]>`,c=!1,n.pop();continue}else if(m===e.commentPropName){let P=u[d][0][e.textNodeName],Q=gR(P);a+=r+`<!--${Q}-->`,c=!0,n.pop();continue}else if(m[0]==="?"){let P=Ppe(u[":@"],e,g,n,o);a+=(m==="?xml"?"":r)+`<${m}${P}?>`,c=!0,n.pop();continue}let E=r;E!==""&&(E+=e.indentBy);let x=Ppe(u[":@"],e,g,n,o),w=r+`<${m}${x}`,S;g?S=Qpe(u[d],e):S=_pe(u[d],e,E,n,s,o),e.unpairedTags.indexOf(m)!==-1?e.suppressUnpairedNode?a+=w+">":a+=w+"/>":(!S||S.length===0)&&e.suppressEmptyNode?a+=w+"/>":S&&S.endsWith(">")?a+=w+`>${S}${r}</${m}>`:(a+=w+">",S&&r!==""&&(S.includes("/>")||S.includes("</"))?a+=r+e.indentBy+S+r:a+=S,a+=`</${m}>`),c=!0,n.pop()}return a}i(_pe,"arrToStr");function ftt(t,e){if(!t||e.ignoreAttributes)return null;let r={},n=!1;for(let s in t){if(!Object.prototype.hasOwnProperty.call(t,s))continue;let o=s.startsWith(e.attributeNamePrefix)?s.substr(e.attributeNamePrefix.length):s;r[o]=Sd(t[s]),n=!0}return n?r:null}i(ftt,"extractAttributeValues");function Qpe(t,e){if(!Array.isArray(t))return t!=null?t.toString():"";let r="";for(let n=0;n<t.length;n++){let s=t[n],o=vq(s);if(o===e.textNodeName)r+=s[o];else if(o===e.cdataPropName)r+=s[o][0][e.textNodeName];else if(o===e.commentPropName)r+=s[o][0][e.textNodeName];else{if(o&&o[0]==="?")continue;if(o){let a=Att(s[":@"],e),c=Qpe(s[o],e);!c||c.length===0?r+=`<${o}${a}/>`:r+=`<${o}${a}>${c}</${o}>`}}}return r}i(Qpe,"getRawContent");function Att(t,e){let r="";if(t&&!e.ignoreAttributes)for(let n in t){if(!Object.prototype.hasOwnProperty.call(t,n))continue;let s=t[n];s===!0&&e.suppressBooleanAttributes?r+=` ${n.substr(e.attributeNamePrefix.length)}`:r+=` ${n.substr(e.attributeNamePrefix.length)}="${Sd(s)}"`}return r}i(Att,"attr_to_str_raw");function vq(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(vq,"propName");function Ppe(t,e,r,n,s){let o="";if(t&&!e.ignoreAttributes)for(let a in t){if(!Object.prototype.hasOwnProperty.call(t,a))continue;let c=a.substr(e.attributeNamePrefix.length),l=r?c:vpe(c,!0,e,n,s),u;r?u=t[a]:(u=e.attributeValueProcessor(a,t[a]),u=Tq(u,e)),u===!0&&e.suppressBooleanAttributes?o+=` ${l}`:o+=` ${l}="${Sd(u)}"`}return o}i(Ppe,"attr_to_str");function htt(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(htt,"checkStopNode");function Tq(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(Tq,"replaceEntitiesValue");function _q(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(_q,"getIgnoreAttributesFn");var gtt={attributeNamePrefix:"@_",attributesGroupName:!1,textNodeName:"#text",ignoreAttributes:!0
`,this.newLine=`
`):(this.indentate=function(){return""},this.tagEndChar=">",this.newLine="")}i(Xs,"Builder");function ytt(t,e){let r=t["?xml"];if(r&&typeof r=="object"){if(e.attributesGroupName&&r[e.attributesGroupName]){let s=r[e.attributesGroupName][e.attributeNamePrefix+"version"];if(s)return s}let n=r[e.attributeNamePrefix+"version"];if(n)return n}return"1.0"}i(ytt,"detectXmlVersionFromObj");function Qq(t,e,r,n,s){return!r.sanitizeName||Nm(t,{xmlVersion:s})?t:r.sanitizeName(t,{isAttribute:e,matcher:n.readOnly()})}i(Qq,"resolveTagName");Xs.prototype.build=function(t){if(this.options.preserveOrder)return Pq(t,this.options);{Array.isArray(t)&&this.options.arrayNodeName&&this.options.arrayNodeName.length>1&&(t={[this.options.arrayNodeName]:t});let e=new uc,r=ytt(t,this.options);return this.j2x(t,0,e,r).val}};Xs.prototype.j2x=function(t,e,r,n){let s="",o="";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 l in t){if(!Object.prototype.hasOwnProperty.call(t,l))continue;let d=l===this.options.textNodeName||l===this.options.cdataPropName||l===this.options.commentPropName||this.options.attributesGroupName&&l===this.options.attributesGroupName||this.isAttribute(l)||l[0]==="?"?l:Qq(l,!1,this.options,r,n);if(typeof t[l]>"u")this.isAttribute(l)&&(o+="");else if(t[l]===null)this.isAttribute(l)||d===this.options.cdataPropName||d===this.options.commentPropName?o+="":d[0]==="?"?o+=this.indentate(e)+"<"+d+"?"+this.tagEndChar:o+=this.indentate(e)+"<"+d+"/"+this.tagEndChar;else if(t[l]instanceof Date)o+=this.buildTextValNode(t[l],d,"",e,r);else if(typeof t[l]!="object"){let p=this.isAttribute(l);if(p&&!this.ignoreAttributesFn(p,a)){let m=Qq(p,!0,this.options,r,n);s+=this.buildAttrPairStr(m,""+t[l],c)}else if(!p)if(l===this.options.textNodeName){let m=this.options.tagValueProcessor(l,""+t[l]);o+=this.replaceEntitiesValue(m)}else{r.push(d);let m=this.checkStopNode(r);if(r.pop(),m){let f=""+t[l];f===""?o+=this.indentate(e)+"<"+d+this.closeTag(d)+this.tagEndChar:o+=this.indentate(e)+"<"+d+">"+f+"</"+d+this.tagEndChar}else o+=this.buildTextValNode(t[l],d,"",e,r)}}else if(Array.isArray(t[l])){let p=t[l].length,m="",f="";for(let g=0;g<p;g++){let E=t[l][g];if(!(typeof E>"u"))if(E===null)d[0]==="?"?o+=this.indentate(e)+"<"+d+"?"+this.tagEndChar:o+=this.indentate(e)+"<"+d+"/"+this.tagEndChar;else if(typeof E=="object")if(this.options.oneListGroup){r.push(d);let x=this.j2x(E,e+1,r,n);r.pop(),m+=x.val,this.options.attributesGroupName&&E.hasOwnProperty(this.options.attributesGroupName)&&(f+=x.attrStr)}else m+=this.processTextOrObjNode(E,d,e,r,n);else if(this.options.oneListGroup){let x=this.options.tagValueProcessor(d,E);x=this.replaceEntitiesValue(x),m+=x}else{r.push(d);let x=this.checkStopNode(r);if(r.pop(),x){let w=""+E;w===""?m+=this.indentate(e)+"<"+d+this.closeTag(d)+this.tagEndChar:m+=this.indentate(e)+"<"+d+">"+w+"</"+d+this.tagEndChar}else m+=this.buildTextValNode(E,d,"",e,r)}}this.options.oneListGroup&&(m=this.buildObjectNode(m,d,f,e)),o+=m}else if(this.options.attributesGroupName&&l===this.options.attributesGroupName){let p=Object.keys(t[l]),m=p.length;for(let f=0;f<m;f++){let g=Qq(p[f],!0,this.options,r,n);s+=this.buildAttrPairStr(g,""+t[l][p[f]],c)}}else o+=this.processTextOrObjNode(t[l],d,e,r,n)}return{attrStr:s,val:o}};Xs.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+'="'+Sd(e)+'"'};function Ett(t,e,r,n,s){let o=this.extractAttributes(t);if(n.push(e,o),this.checkStopNode(n)){let l=this.buildRawContent(t),u=this.buildAttributesForStopNode(t);return n.pop(),this.buildObjectNode(l,e,u,r)}let c=this.j2x(t,r+1,n,s);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(Ett,"process
`)+`
`+this.getCanonicalizedHeadersString(e)+this.getCanonicalizedResourceString(e),n=this.factory.computeHMACSHA256(r);return e.headers.set(Ge.AUTHORIZATION,`SharedKey ${this.factory.accountName}:${n}`),e}getHeaderValueToSign(e,r){let n=e.headers.get(r);return!n||r===Ge.CONTENT_LENGTH&&n==="0"?"":n}getCanonicalizedHeadersString(e){let r=e.headers.headersArray().filter(s=>s.name.toLowerCase().startsWith(Ge.PREFIX_FOR_STORAGE));r.sort((s,o)=>TR(s.name.toLowerCase(),o.name.toLowerCase())),r=r.filter((s,o,a)=>!(o>0&&s.name.toLowerCase()===a[o-1].name.toLowerCase()));let n="";return r.forEach(s=>{n+=`${s.name.toLowerCase().trimRight()}:${s.value.trimLeft()}
`}),n}getCanonicalizedResourceString(e){let r=BR(e.url)||"/",n="";n+=`/${this.factory.accountName}${r}`;let s=RR(e.url),o={};if(s){let a=[];for(let c in s)if(Object.prototype.hasOwnProperty.call(s,c)){let l=c.toLowerCase();o[l]=s[c],a.push(l)}a.sort();for(let c of a)n+=`
${c}:${decodeURIComponent(o[c])}`}return n}};var wr=class extends vm{static{i(this,"StorageSharedKeyCredential")}accountName;accountKey;constructor(e,r){super(),this.accountName=e,this.accountKey=Buffer.from(r,"base64")}create(e,r){return new rI(e,r,this)}computeHMACSHA256(e){return(0,qpe.createHmac)("sha256",this.accountKey).update(e,"utf8").digest("base64")}};var on=ic("storage-common");var Ei;(function(t){t[t.EXPONENTIAL=0]="EXPONENTIAL",t[t.FIXED=1]="FIXED"})(Ei||(Ei={}));var Rd={maxRetryDelayInMs:120*1e3,maxTries:4,retryDelayInMs:4*1e3,retryPolicyType:Ei.EXPONENTIAL,secondaryHost:"",tryTimeoutInMs:void 0},Ntt=new Lo("The operation was aborted."),nI=class extends dc{static{i(this,"StorageRetryPolicy")}retryOptions;constructor(e,r,n=Rd){super(e,r),this.retryOptions={retryPolicyType:n.retryPolicyType?n.retryPolicyType:Rd.retryPolicyType,maxTries:n.maxTries&&n.maxTries>=1?Math.floor(n.maxTries):Rd.maxTries,tryTimeoutInMs:n.tryTimeoutInMs&&n.tryTimeoutInMs>=0?n.tryTimeoutInMs:Rd.tryTimeoutInMs,retryDelayInMs:n.retryDelayInMs&&n.retryDelayInMs>=0?Math.min(n.retryDelayInMs,n.maxRetryDelayInMs?n.maxRetryDelayInMs:Rd.maxRetryDelayInMs):Rd.retryDelayInMs,maxRetryDelayInMs:n.maxRetryDelayInMs&&n.maxRetryDelayInMs>=0?n.maxRetryDelayInMs:Rd.maxRetryDelayInMs,secondaryHost:n.secondaryHost?n.secondaryHost:Rd.secondaryHost}}async sendRequest(e){return this.attemptSendRequest(e,!1,1)}async attemptSendRequest(e,r,n){let s=e.clone(),o=r||!this.retryOptions.secondaryHost||!(e.method==="GET"||e.method==="HEAD"||e.method==="OPTIONS")||n%2===1;o||(s.url=SR(s.url,this.retryOptions.secondaryHost)),this.retryOptions.tryTimeoutInMs&&(s.url=Bd(s.url,Xl.Parameters.TIMEOUT,Math.floor(this.retryOptions.tryTimeoutInMs/1e3).toString()));let a;try{if(on.info(`RetryPolicy: =====> Try=${n} ${o?"Primary":"Secondary"}`),a=await this._nextPolicy.sendRequest(s),!this.shouldRetry(o,n,a))return a;r=r||!o&&a.status===404}catch(c){if(on.error(`RetryPolicy: Caught error, message: ${c.message}, code: ${c.code}`),!this.shouldRetry(o,n,a,c))throw c}return await this.delay(o,n,e.abortSignal),this.attemptSendRequest(e,r,++n)}shouldRetry(e,r,n,s){if(r>=this.retryOptions.maxTries)return on.info(`RetryPolicy: Attempt(s) ${r} >= maxTries ${this.retryOptions.maxTries}, no further try.`),!1;let o=["ETIMEDOUT","ESOCKETTIMEDOUT","ECONNREFUSED","ECONNRESET","ENOENT","ENOTFOUND","TIMEOUT","EPIPE","REQUEST_SEND_ERROR"];if(s){for(let a of o)if(s.name.toUpperCase().includes(a)||s.message.toUpperCase().includes(a)||s.code&&s.code.toString().toUpperCase()===a)return on.info(`RetryPolicy: Network error ${a} found, will retry.`),!0}if(n||s){let a=n?n.status:s?s.statusCode:0;if(!e&&a===404)return on.info("RetryPolicy: Secondary access with 404, will retry."),!0;if(a===503||a===500)return on.info(`RetryPolicy: Will retry for status code ${a}.`),!0}if(n&&n?.status>=400){let a=n.headers.get(Ge.X_MS_CopySourceErrorCode);if(a!==void 0)switch(a){case"InternalError":case"OperationTimedOut":case"ServerBusy":return!0}}return s?.code==="PARSE_ERROR"&&s?.message.startsWith('Error "Error: Unclosed root tag')?(on.info("RetryPolicy: Incomplete XML response likely due to service timeout, will retry."),!0):!1}async delay(e,r,n){let s=0;if(e)switch(this.retryOptions.retryPolicyType){case Ei.EXPONENTIAL:s=Math.min((Math.pow(2,r-1)-1)*this.retryOptions.retryDelayInMs,this.retryOptions.maxRetryDelayInMs);break;case Ei.FIXED:s=this.retryOptions.retryDelayInMs;break}else s=Math.random()*1e3;return on.info(`RetryPolicy: Delay for ${s}ms`),NR(s,n,Ntt)}};var sI=class{static{i(this,"StorageRetryPolicyFactory")}retryOptions;constructor(e){this.retryOptions=e}create(e,r){return new nI(e,r,this.retryOptions)}};var Ttt="storageBrowserPolicy";function $pe(){return{name:Ttt,async sendRequest(t,e){return Rt||((t.method==="GET"||t.method==="HEAD")&&(t.url=Bd(t.url,Xl.Parameters.FORCE_BROWSER_NO_CACHE,new Date().getTime().toString())),t.headers.delete(Ge.COOKIE),t.headers.delete(Ge.CONTENT_LENGTH)),e(t)}}}i($pe,"storageBrowserPolicy");var Ptt="StorageCorrectContentLengthPolicy";function Gpe(){function t(e){e.body&&(
`)+`
`+n(o)+s(o),c=(0,zpe.createHmac)("sha256",t.accountKey).update(a,"utf8").digest("base64");o.headers.set(Ge.AUTHORIZATION,`SharedKey ${t.accountName}:${c}`)}i(e,"signRequest");function r(o,a){let c=o.headers.get(a);return!c||a===Ge.CONTENT_LENGTH&&c==="0"?"":c}i(r,"getHeaderValueToSign");function n(o){let a=[];for(let[l,u]of o.headers)l.toLowerCase().startsWith(Ge.PREFIX_FOR_STORAGE)&&a.push({name:l,value:u});a.sort((l,u)=>TR(l.name.toLowerCase(),u.name.toLowerCase())),a=a.filter((l,u,d)=>!(u>0&&l.name.toLowerCase()===d[u-1].name.toLowerCase()));let c="";return a.forEach(l=>{c+=`${l.name.toLowerCase().trimRight()}:${l.value.trimLeft()}
`}),c}i(n,"getCanonicalizedHeadersString");function s(o){let a=BR(o.url)||"/",c="";c+=`/${t.accountName}${a}`;let l=RR(o.url),u={};if(l){let d=[];for(let p in l)if(Object.prototype.hasOwnProperty.call(l,p)){let m=p.toLowerCase();u[m]=l[p],d.push(m)}d.sort();for(let p of d)c+=`
${p}:${decodeURIComponent(u[p])}`}return c}return i(s,"getCanonicalizedResourceString"),{name:Dtt,async sendRequest(o,a){return e(o),a(o)}}}i(Mq,"storageSharedKeyCredentialPolicy");var ktt="storageRequestFailureDetailsParserPolicy";function Vpe(){return{name:ktt,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(Vpe,"storageRequestFailureDetailsParserPolicy");var Ype=require("node:crypto");var PR=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,Ype.createHmac)("sha256",this.key).update(e,"utf8").digest("base64")}};var vR="12.31.0",_R="2026-02-06";var QR="https://storage.azure.com/.default",Zl={Parameters:{FORCE_BROWSER_NO_CACHE:"_",SIGNATURE:"sig",SNAPSHOT:"snapshot",VERSIONID:"versionid",TIMEOUT:"timeout"}};var da="",Fq="*",Ltt=1*1024*1024;var Ott=4*Ltt;var Wpe="AES256",jpe="DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;BlobEndpoint=http://127.0.0.1:10000/devstoreaccount1;",Jpe=["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"],Kpe=["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"],Xpe="BlobUsesCustomerSpecifiedEncryption",Zpe="BlobDoesNotUseCustomerSpecifiedEncryption",eme=["10000","10001","10002","10003","10004","10100","10101","10102","10103","10104","11000","11001","11002","11003","11004","11100","11101","11102","11103","11104"];function eu(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(eu,"isPipelineLike");var oI=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 Or(t,e={}){t||(t=new nr);let r=new oI([],e);return r._credential=t,r}i(Or,"newPipeline");function Mtt(t){let e=[Ftt,tme,Utt,qtt,$tt,Gtt,zt
`),o=e.computeHMACSHA256(s);return{sasQueryParameters:new ha(t.version,o,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:s}}i(Mnt,"generateBlobSASQueryParameters20150405");function Fnt(t,e){if(t=Um(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 s;t.permissions&&(t.blobName?s=Nc.parse(t.permissions.toString()).toString():s=Tc.parse(t.permissions.toString()).toString());let o=[s||"",t.startsOn?Nt(t.startsOn,!1):"",t.expiresOn?Nt(t.expiresOn,!1):"",Fm(e.accountName,t.containerName,t.blobName),t.identifier,t.ipRange?Aa(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(o);return{sasQueryParameters:new ha(t.version,a,s,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(Fnt,"generateBlobSASQueryParameters20181109");function Unt(t,e){if(t=Um(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 s;t.permissions&&(t.blobName?s=Nc.parse(t.permissions.toString()).toString():s=Tc.parse(t.permissions.toString()).toString());let o=[s||"",t.startsOn?Nt(t.startsOn,!1):"",t.expiresOn?Nt(t.expiresOn,!1):"",Fm(e.accountName,t.containerName,t.blobName),t.identifier,t.ipRange?Aa(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(o);return{sasQueryParameters:new ha(t.version,a,s,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:o}}i(Unt,"generateBlobSASQueryParameters20201206");function qnt(t,e){if(t=Um(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 s;t.permissions&&(t.blobName?s=Nc.parse(t.permissions.toString()).toString():s=Tc.parse(t.permissions.toString()).toString());let o=[s||"",t.startsOn?Nt(t.startsOn,!1):"",t.expiresOn?Nt(t.expiresOn,!1):"",Fm(e.accountName,t.containerName,t.blobName),e.userDelegationKey.signedObjectId,e.userDelegationKey.signedTenantId,e.userDelegationKey.signedStartsOn?Nt(e.userDelegationKey.signedStartsOn,!1):"",e.userDelegationKey.signedExpiresOn?Nt(e.userDelegationKey.signedExpiresOn,!1):"",e.userDelegationKey.signedService,e.userDelegationKey.signedVersion,t.ipRange?Aa(t.ipRange):"",t.protocol?t.protocol:"",t.version,r,n,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType].join(`
`),a=e.computeHMACSHA256(o);return{sasQueryParameters:new ha(t.version,a,s,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:o}}i(qnt,"generateBlobSASQueryParametersUDK20181109");function $nt(t,e){if(t=Um(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 s;t.permissions&&(t.blobName?s=Nc.parse(t.permissions.toString()).toString():s=Tc.parse(t.permissions.toString()).toString());let o=[s||"",t.startsOn?Nt(t.startsOn,!1):"",t.expiresOn?Nt(t.expiresOn,!1):"",Fm(e.accountName,t.containerName,t.blobName),e.userDelegationKey.signedObjectId,e.userDelegationKey.signedTenantId,e.userDelegationKey.signedStartsOn?Nt(e.userDelegationKey.signedStartsOn,!1):"",e.userDelegationKey.signedExpiresOn?Nt(e.userDelegationKey.signedExpiresOn,!1):"",e.userDelegationKey.signedService,e.userDelegationKey.signedVersion,t.preauthorizedAgentObjectId,void 0,t.correlationId,t.ipRange?Aa(t.ipRange):"",t.protocol?t.protocol:"",t.version,r,n,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType].join(`
`),a=e.computeHMACSHA256(o);return{sasQueryParameters:new ha(t.version,a,s,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:o}}i($nt,"generateBlobSASQueryParametersUDK20200210");function Gnt(t,e){if(t=Um(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 s;t.permissions&&(t.blobName?s=Nc.parse(t.permissions.toString()).toString():s=Tc.parse(t.permissions.toString()).toString());let o=[s||"",t.startsOn?Nt(t.startsOn,!1):"",t.expiresOn?Nt(t.expiresOn,!1):"",Fm(e.accountName,t.containerName,t.blobName),e.userDelegationKey.signedObjectId,e.userDelegationKey.signedTenantId,e.userDelegationKey.signedStartsOn?Nt(e.userDelegationKey.signedStartsOn,!1):"",e.userDelegationKey.signedExpiresOn?Nt(e.userDelegationKey.signedExpiresOn,!1):"",e.userDelegationKey.signedService,e.userDelegationKey.signedVersion,t.preauthorizedAgentObjectId,void 0,t.correlationId,t.ipRange?Aa(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(o);return{sasQueryParameters:new ha(t.version,a,s,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:o}}i(Gnt,"generateBlobSASQueryParametersUDK20201206");function Hnt(t,e){if(t=Um(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 s;t.permissions&&(t.blobName?s=Nc.parse(t.permissions.toString()).toString():s=Tc.parse(t.permissions.toString()).toString());let o=[s||"",t.startsOn?Nt(t.startsOn,!1):"",t.expiresOn?Nt(t.expiresOn,!1):"",Fm(e.accountName,t.containerName,t.blobName),e.userDelegationKey.signedObjectId,e.userDelegationKey.signedTenantId,e.userDelegationKey.signedStartsOn?Nt(e.userDelegationKey.signedStartsOn,!1):"",e.userDelegationKey.signedExpiresOn?Nt(e.userDelegationKey.signedExpiresOn,!1):"",e.userDelegationKey.signedService,e.userDelegationKey.signedVersion,t.preauthorizedAgentObjectId,void 0,t.correlationId,void 0,t.delegatedUserObjectId,t.ipRange?Aa(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(o);return{sasQueryParameters:new ha(t.version,a,s,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:o}}i(Hnt,"generateBlobSASQueryParametersUDK20250705");function Fm(t,e,r){let n=[`/blob/${t}/${e}`];return r&&n.push(`/${r}`),n.join("")}i(Fm,"getCanonicalName");function Um(t){let e=t.version?t.version:_R;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(Um,"SASSignatureValuesSanityCheckAndAutofill");var gI=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=Bh()),this._leaseId=r}async acquireLease(e,r={}){if(this._isContainer&&(r.conditions?.ifMatch&&r.conditions?.ifMatch!==da||r.conditions?.ifNoneMatch&&r.conditions?.ifNoneMatch!==da||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 he.withSpan("BlobLeaseClient-acquireLease",r,async n=>Te(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!==da||r.conditions?.ifNoneMatch&&r.conditions?.ifNoneMatch!==da||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 he.withSpan("BlobLeaseClient-changeLease",r,async n=>{let s=Te(await this._containerOrBlobOperation.changeLease(this._leaseId,e,{abortSignal:r.abortSignal,modifiedAccessConditions:{...r.conditions,ifTags:r.conditions?.tagConditions},tracingOptions:n.tracingOptions}));return this._leaseId=e,s})}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"}};Vh.isNetworkErrorCode=t=>t?["ECONNRESET","ENOTFOUND","ETIMEDOUT","ECONNREFUSED","EHOSTUNREACH"].includes(t):!1;var Hm=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"}};Hm.isUsageErrorMessage=t=>t?t.includes("insufficient usage"):!1;var RI=class extends Error{static{i(this,"RateLimitError")}constructor(e){super(e),this.name="RateLimitError"}};var qst=function(t,e,r,n){function s(o){return o instanceof r?o:new r(function(a){a(o)})}return i(s,"adopt"),new(r||(r=Promise))(function(o,a){function c(d){try{u(n.next(d))}catch(p){a(p)}}i(c,"fulfilled");function l(d){try{u(n.throw(d))}catch(p){a(p)}}i(l,"rejected");function u(d){d.done?o(d.value):s(d.value).then(c,l)}i(u,"step"),u((n=n.apply(t,e||[])).next())})},Rz=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,s=(e/(1024*1024)/(n/1e3)).toFixed(1);Ke(`Sent ${e} of ${this.contentLength} (${r}%), ${s} 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 sAe(t,e,r){return qst(this,void 0,void 0,function*(){var n;let s=new au(t),o=s.getBlockBlobClient(),a=new Rz((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(),G(`BlobClient: ${s.name}:${s.accountName}:${s.containerName}`);let l=yield o.uploadFile(e,c);if(l._response.status>=400)throw new ON(`uploadCacheArchiveSDK: upload failed with status code ${l._response.status}`);return l}catch(l){throw Dr(`uploadCacheArchiveSDK: internal error uploading cache archive: ${l.message}`),l}finally{a.stopDisplayTimer()}})}i(sAe,"uploadCacheArchiveSDK");var iAe=D(require("buffer"),1),Pc=D(require("fs"),1),aAe=D(require("stream"),1),cAe=D(require("util"),1);var MN=function(t,e,r,n){function s(o){return o instanceof r?o:new r(function(a){a(o)})}return i(s,"adopt"),new(r||(r=Promise))(function(o,a){function c(d){try{u(n.next(d))}catch(p){a(p)}}i(c,"fulfilled");function l(d){try{u(n.throw(d))}catch(p){a(p)}}i(l,"rejected");function u(d){d.done?o(d.value):s(d.value).then(c,l)}i(u,"step"),u((n=n.apply(t,e||[])).next())})};function FN(t){return t?t>=200&&t<300:!1}i(FN,"isSuccessStatusCode");function $st(t){return t?t>=500:!0}i($st,"isServerErrorStatusCode");function Gst(t){return t?[xr.BadGateway,xr.ServiceUnavailable,xr.GatewayTimeout].includes(t):!1}i(Gst,"isRetryableStatusCode");function Hst(t){return MN(this,void 0,void 0,function*(){return new Promise(e=>setTimeout(e,t))})}i(Hst,"sleep");function oAe(t,e,r){return MN(this,arguments,void 0,function*(n,s,o,a=uB,c=dB,l=void 0){let u="",d=1;for(;d<=a;){let p,m,f=!1;try{p=yield s()}catch(g){l&&(p=l(g)),f=!0,u=g.message}if(p&&(m=o(p),!$st(m)))return p;if(m&&(f=Gst(m),u=`Cache service responded with ${m}`),G(`${n} - Attempt ${d} of ${a} failed with error: ${u}`),!f){G(`${n} - Error is not retryable`);break}yield Hst(c),d++}throw Error(`${n} failed: ${u}`)})}i(oAe,"retry");function NI(t,e){return MN(this,arguments,void 0,function*(r,n,s=uB,o=dB){return yield oAe(r,n,a=>a.statusCode,s,o,a=>{if(a instanceof rc)return{statusCode:a.statusCode,result:null,headers:{},error:a}})})}i(NI,"retryTypedResponse");function Yh(t,e){return MN(this,arguments,void 0,function*(r,n,s=uB,o=dB){return yield oAe(r,n,a=>a.message.statusCode,s,o)})}i(Yh,"retryHttpClientResponse");var bi=function(t,e,r,n){function s(o){return o instanceof r?o:new r(function(
Other caches with similar key:`);for(let c of o?.artifactCaches||[])G(`Cache Key: ${c?.cacheKey}, Cache Version: ${c?.cacheVersion}, Cache Scope: ${c?.scope}, Cache Created: ${c?.creationTime}`)}}})}i(Xst,"printCachesListForDiagnostics");function vz(t,e,r){return eo(this,void 0,void 0,function*(){let n=new yAe.URL(t),s=pAe(r);n.hostname.endsWith(".blob.core.windows.net")?s.useAzureSdk?yield uAe(t,e,s):s.concurrentBlobDownloads?yield lAe(t,e,s):yield qN(t,e):yield qN(t,e)})}i(vz,"downloadCache");function CAe(t,e,r){return eo(this,void 0,void 0,function*(){let n=Pz(),s=gh(e,r?.compressionMethod,r?.enableCrossOsArchive),o={key:t,version:s,cacheSize:r?.cacheSize};return yield NI("reserveCache",()=>eo(this,void 0,void 0,function*(){return n.postJson(PI("caches"),o)}))})}i(CAe,"reserveCache");function gAe(t,e){return`bytes ${t}-${e}/*`}i(gAe,"getContentRange");function Zst(t,e,r,n,s){return eo(this,void 0,void 0,function*(){G(`Uploading chunk of size ${s-n+1} bytes at offset ${n} with content range: ${gAe(n,s)}`);let o={"Content-Type":"application/octet-stream","Content-Range":gAe(n,s)},a=yield Yh(`uploadChunk (start: ${n}, end: ${s})`,()=>eo(this,void 0,void 0,function*(){return t.sendStream("PATCH",e,r(),o)}));if(!FN(a.message.statusCode))throw new Error(`Cache service responded with ${a.message.statusCode} during upload chunk.`)})}i(Zst,"uploadChunk");function eot(t,e,r,n){return eo(this,void 0,void 0,function*(){let s=tc(r),o=PI(`caches/${e.toString()}`),a=Wh.openSync(r,"r"),c=Nz(n),l=s2("uploadConcurrency",c.uploadConcurrency),u=s2("uploadChunkSize",c.uploadChunkSize),d=[...new Array(l).keys()];G("Awaiting all uploads");let p=0;try{yield Promise.all(d.map(()=>eo(this,void 0,void 0,function*(){for(;p<s;){let m=Math.min(s-p,u),f=p,g=p+m-1;p+=u,yield Zst(t,o,()=>Wh.createReadStream(r,{fd:a,start:f,end:g,autoClose:!1}).on("error",E=>{throw new Error(`Cache upload failed because file read failed with ${E.message}`)}),f,g)}})))}finally{Wh.closeSync(a)}})}i(eot,"uploadFile");function tot(t,e,r){return eo(this,void 0,void 0,function*(){let n={size:r};return yield NI("commitCache",()=>eo(this,void 0,void 0,function*(){return t.postJson(PI(`caches/${e.toString()}`),n)}))})}i(tot,"commitCache");function _z(t,e,r,n){return eo(this,void 0,void 0,function*(){if(Nz(n).useAzureSdk){if(!r)throw new Error("Azure Storage SDK can only be used when a signed URL is provided.");yield sAe(r,e,n)}else{let o=Pz();G("Upload cache"),yield eot(o,t,e,n),G("Commiting cache");let a=tc(e);Ke(`Cache Size: ~${Math.round(a/(1024*1024))} MB (${a} B)`);let c=yield tot(o,t,a);if(!FN(c.statusCode))throw new Error(`Cache service responded with ${c.statusCode} during commit cache.`);Ke("Cache saved successfully")}})}i(_z,"saveCache");var fhe=D(ahe(),1),Ur=D(Fr(),1),$o=D(Fr(),1),jm=D(Fr(),1),Jm=D(Fr(),1),Km=D(Fr(),1);var B3=D(Fr(),1),R3=D(Fr(),1),dhe=D(Fr(),1),phe=D(Fr(),1),mhe=D(Fr(),1);var w3=D(Fr(),1),b3=D(Fr(),1),che=D(Fr(),1),lhe=D(Fr(),1),uhe=D(Fr(),1);var S3=class extends uhe.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,lhe.MESSAGE_TYPE,{enumerable:!1,value:this}),e!==void 0&&(0,che.reflectionMergePartial)(this,r,e),r}internalBinaryRead(e,r,n,s){let o=s??this.create(),a=e.pos+r;for(;e.pos<a;){let[c,l]=e.tag();switch(c){case 1:o.scope=e.string();break;case 2:o.permission=e.int64().toString();break;default:let u=n.readUnknownField;if(u==="throw")throw new globalThis.Error(`Unknown field ${c} (wire type ${l}) for ${this.typeName}`);let d=e.skip(l);u!==!1&&(u===!0?b3.UnknownFieldHandler.onRead:u)(this.typeName,o,c,l,d)}}return o}internalBinaryWrite(e,r,n){e.scope!==""&&r.tag(1,w3.WireType.LengthDelimited).string(e.scope),e.permission!=="0"&&r.tag(2,w3.WireType.Varint).int64(e.permission);let s=n.writeUnknownFields;return s!==!1&&(s==!0?b3.UnknownFieldHandler.onWrite:s)(this.typeName,e,r),r}},NT=new S3;var N3=class extends mhe.Me
`));let n=yield G3(r,"create");yield H3(n,t)})}i(V3,"createTar");var dg=function(t,e,r,n){function s(o){return o instanceof r?o:new r(function(a){a(o)})}return i(s,"adopt"),new(r||(r=Promise))(function(o,a){function c(d){try{u(n.next(d))}catch(p){a(p)}}i(c,"fulfilled");function l(d){try{u(n.throw(d))}catch(p){a(p)}}i(l,"rejected");function u(d){d.done?o(d.value):s(d.value).then(c,l)}i(u,"step"),u((n=n.apply(t,e||[])).next())})},Ea=class t extends Error{static{i(this,"ValidationError")}constructor(e){super(e),this.name="ValidationError",Object.setPrototypeOf(this,t.prototype)}},ug=class t extends Error{static{i(this,"ReserveCacheError")}constructor(e){super(e),this.name="ReserveCacheError",Object.setPrototypeOf(this,t.prototype)}},_T=class t extends Error{static{i(this,"FinalizeCacheError")}constructor(e){super(e),this.name="FinalizeCacheError",Object.setPrototypeOf(this,t.prototype)}};function yhe(t){if(!t||t.length===0)throw new Ea("Path Validation Error: At least one directory or file path is required")}i(yhe,"checkPaths");function Y3(t){if(t.length>512)throw new Ea(`Key Validation Error: ${t} cannot be larger than 512 characters.`);if(!/^[^,]*$/.test(t))throw new Ea(`Key Validation Error: ${t} cannot contain commas.`)}i(Y3,"checkKey");function W3(){return TI()==="v2"?!!process.env.ACTIONS_RESULTS_URL:!!process.env.ACTIONS_CACHE_URL}i(W3,"isFeatureAvailable");function Ehe(t,e,r,n){return dg(this,arguments,void 0,function*(s,o,a,c,l=!1){let u=TI();return G(`Cache service version: ${u}`),yhe(s),u==="v2"?yield hat(s,o,a,c,l):yield Aat(s,o,a,c,l)})}i(Ehe,"restoreCache");function Aat(t,e,r,n){return dg(this,arguments,void 0,function*(s,o,a,c,l=!1){a=a||[];let u=[o,...a];if(G("Resolved Keys:"),G(JSON.stringify(u)),u.length>10)throw new Ea("Key Validation Error: Keys are limited to a maximum of 10.");for(let m of u)Y3(m);let d=yield NC(),p="";try{let m=yield EAe(u,s,{compressionMethod:d,enableCrossOsArchive:l});if(!m?.archiveLocation)return;if(c?.lookupOnly)return Ke("Lookup only - skipping download"),m.cacheKey;p=VI.join(yield BC(),yd(d)),G(`Archive Path: ${p}`),yield vz(m.archiveLocation,p,c),dm()&&(yield zI(p,d));let f=tc(p);return Ke(`Cache Size: ~${Math.round(f/(1024*1024))} MB (${f} B)`),yield z3(p,d),Ke("Cache restored successfully"),m.cacheKey}catch(m){let f=m;if(f.name===Ea.name)throw m;f instanceof rc&&typeof f.statusCode=="number"&&f.statusCode>=500?ih(`Failed to restore: ${m.message}`):Dr(`Failed to restore: ${m.message}`)}finally{try{yield RC(p)}catch(m){G(`Failed to delete archive: ${m}`)}}})}i(Aat,"restoreCacheV1");function hat(t,e,r,n){return dg(this,arguments,void 0,function*(s,o,a,c,l=!1){c=Object.assign(Object.assign({},c),{useAzureSdk:!0}),a=a||[];let u=[o,...a];if(G("Resolved Keys:"),G(JSON.stringify(u)),u.length>10)throw new Ea("Key Validation Error: Keys are limited to a maximum of 10.");for(let p of u)Y3(p);let d="";try{let p=$3(),m=yield NC(),f={key:o,restoreKeys:a,version:gh(s,m,l)},g=yield p.GetCacheEntryDownloadURL(f);if(!g.ok){G(`Cache not found for version ${f.version} of keys: ${u.join(", ")}`);return}if(f.key!==g.matchedKey?Ke(`Cache hit for restore-key: ${g.matchedKey}`):Ke(`Cache hit for: ${g.matchedKey}`),c?.lookupOnly)return Ke("Lookup only - skipping download"),g.matchedKey;d=VI.join(yield BC(),yd(m)),G(`Archive path: ${d}`),G(`Starting download of archive to: ${d}`),yield vz(g.signedDownloadUrl,d,c);let x=tc(d);return Ke(`Cache Size: ~${Math.round(x/(1024*1024))} MB (${x} B)`),dm()&&(yield zI(d,m)),yield z3(d,m),Ke("Cache restored successfully"),g.matchedKey}catch(p){let m=p;if(m.name===Ea.name)throw p;m instanceof rc&&typeof m.statusCode=="number"&&m.statusCode>=500?ih(`Failed to restore: ${p.message}`):Dr(`Failed to restore: ${p.message}`)}finally{try{d&&(yield RC(d))}catch(p){G(`Failed to delete archive: ${p}`)}}})}i(hat,"restoreCacheV2");function j3(t,e,r){return dg(this,arguments,void 0,function*(n,s,o,a=!1){let c=TI();return G(`Cache service version: ${c}`),yhe(n),Y3(s),c==="v2"?yield yat(n,s,o,a):yield gat(n,s,o,a)})}i(j3,"saveCache");function gat(t,e,r){return dg(this,arguments,v
`+t.mark.snippet),n+" "+r):n}i(Fhe,"formatError");function WI(t,e){Error.call(this),this.name="YAMLException",this.reason=t,this.mark=e,this.message=Fhe(this,!1),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack||""}i(WI,"YAMLException$1");WI.prototype=Object.create(Error.prototype);WI.prototype.constructor=WI;WI.prototype.toString=i(function(e){return this.name+": "+Fhe(this,e)},"toString");var no=WI;function X3(t,e,r,n,s){var o="",a="",c=Math.floor(s/2)-1;return n-e>c&&(o=" ... ",e=n-c+o.length),r-n>c&&(a=" ...",r=n+c-a.length),{str:o+t.slice(e,r).replace(/\t/g,"\u2192")+a,pos:n-e+o.length}}i(X3,"getLine");function Z3(t,e){return dn.repeat(" ",e-t.length)+t}i(Z3,"padStart");function _at(t,e){if(e=Object.create(e||null),!t.buffer)return null;e.maxLength||(e.maxLength=79),typeof e.indent!="number"&&(e.indent=1),typeof e.linesBefore!="number"&&(e.linesBefore=3),typeof e.linesAfter!="number"&&(e.linesAfter=2);for(var r=/\r?\n|\r|\0/g,n=[0],s=[],o,a=-1;o=r.exec(t.buffer);)s.push(o.index),n.push(o.index+o[0].length),t.position<=o.index&&a<0&&(a=n.length-2);a<0&&(a=n.length-1);var c="",l,u,d=Math.min(t.line+e.linesAfter,s.length).toString().length,p=e.maxLength-(e.indent+d+3);for(l=1;l<=e.linesBefore&&!(a-l<0);l++)u=X3(t.buffer,n[a-l],s[a-l],t.position-(n[a]-n[a-l]),p),c=dn.repeat(" ",e.indent)+Z3((t.line-l+1).toString(),d)+" | "+u.str+`
`+c;for(u=X3(t.buffer,n[a],s[a],t.position,p),c+=dn.repeat(" ",e.indent)+Z3((t.line+1).toString(),d)+" | "+u.str+`
`,c+=dn.repeat("-",e.indent+d+3+u.pos)+`^
`,l=1;l<=e.linesAfter&&!(a+l>=s.length);l++)u=X3(t.buffer,n[a+l],s[a+l],t.position-(n[a]-n[a+l]),p),c+=dn.repeat(" ",e.indent)+Z3((t.line+l+1).toString(),d)+" | "+u.str+`
`;return c.replace(/\n$/,"")}i(_at,"makeSnippet");var Qat=_at,Dat=["kind","multi","resolve","construct","instanceOf","predicate","represent","representName","defaultStyle","styleAliases"],kat=["scalar","sequence","mapping"];function Lat(t){var e={};return t!==null&&Object.keys(t).forEach(function(r){t[r].forEach(function(n){e[String(n)]=r})}),e}i(Lat,"compileStyleAliases");function Oat(t,e){if(e=e||{},Object.keys(e).forEach(function(r){if(Dat.indexOf(r)===-1)throw new no('Unknown option "'+r+'" is met in definition of "'+t+'" YAML type.')}),this.options=e,this.tag=t,this.kind=e.kind||null,this.resolve=e.resolve||function(){return!0},this.construct=e.construct||function(r){return r},this.instanceOf=e.instanceOf||null,this.predicate=e.predicate||null,this.represent=e.represent||null,this.representName=e.representName||null,this.defaultStyle=e.defaultStyle||null,this.multi=e.multi||!1,this.styleAliases=Lat(e.styleAliases||null),kat.indexOf(this.kind)===-1)throw new no('Unknown kind "'+this.kind+'" is specified for "'+t+'" YAML type.')}i(Oat,"Type$1");var Wn=Oat;function whe(t,e){var r=[];return t[e].forEach(function(n){var s=r.length;r.forEach(function(o,a){o.tag===n.tag&&o.kind===n.kind&&o.multi===n.multi&&(s=a)}),r[s]=n}),r}i(whe,"compileList");function Mat(){var t={scalar:{},sequence:{},mapping:{},fallback:{},multi:{scalar:[],sequence:[],mapping:[],fallback:[]}},e,r;function n(s){s.multi?(t.multi[s.kind].push(s),t.multi.fallback.push(s)):t[s.kind][s.tag]=t.fallback[s.tag]=s}for(i(n,"collectType"),e=0,r=arguments.length;e<r;e+=1)arguments[e].forEach(n);return t}i(Mat,"compileMap");function tV(t){return this.extend(t)}i(tV,"Schema$1");tV.prototype.extend=i(function(e){var r=[],n=[];if(e instanceof Wn)n.push(e);else if(Array.isArray(e))n=n.concat(e);else if(e&&(Array.isArray(e.implicit)||Array.isArray(e.explicit)))e.implicit&&(r=r.concat(e.implicit)),e.explicit&&(n=n.concat(e.explicit));else throw new no("Schema.extend argument should be a Type, [ Type ], or a schema definition ({ implicit: [...], explicit: [...] })");r.forEach(function(o){if(!(o instanceof Wn))throw new no("Specified list of YAML types (or a single Type object) contains a non-Type object.");if(o.loadKind&&o.loadKind!=="scalar")throw new no("There is a non-scalar type in the implicit list of a schema. Implicit resolving of such types is not supported.");if(o.multi)throw new no("There is a multi type in the implicit list of a schema. Multi tags can only be listed as explicit.")}),n.forEach(function(o){if(!(o instanceof Wn))throw new no("Specified list of YAML types (or a single Type object) contains a non-Type object.")});var s=Object.create(tV.prototype);return s.implicit=(this.implicit||[]).concat(r),s.explicit=(this.explicit||[]).concat(n),s.compiledImplicit=whe(s,"implicit"),s.compiledExplicit=whe(s,"explicit"),s.compiledTypeMap=Mat(s.compiledImplicit,s.compiledExplicit),s},"extend");var Fat=tV,Uat=new Wn("tag:yaml.org,2002:str",{kind:"scalar",construct:i(function(t){return t!==null?t:""},"construct")}),qat=new Wn("tag:yaml.org,2002:seq",{kind:"sequence",construct:i(function(t){return t!==null?t:[]},"construct")}),$at=new Wn("tag:yaml.org,2002:map",{kind:"mapping",construct:i(function(t){return t!==null?t:{}},"construct")}),Gat=new Fat({explicit:[Uat,qat,$at]});function Hat(t){if(t===null)return!0;var e=t.length;return e===1&&t==="~"||e===4&&(t==="null"||t==="Null"||t==="NULL")}i(Hat,"resolveYamlNull");function zat(){return null}i(zat,"constructYamlNull");function Vat(t){return t===null}i(Vat,"isNull");var Yat=new Wn("tag:yaml.org,2002:null",{kind:"scalar",resolve:Hat,construct:zat,predicate:Vat,represent:{canonical:i(function(){return"~"},"canonical"),lowercase:i(function(){return"null"},"lowercase"),uppercase:i(function(){return"NULL"},"uppercase"),camelcase:i(function(){return"Null"},"camelcase"),empty:i(function(){return""},"empty")},defaultStyle:"lowercase"});function Wat(t){if(t===null)return!1;var e=t.length;return e===4&&(t==="true"||t==="True"||t==="TRUE")||e===5&&(t==="false"||t==="False"||t==="FALSE")}i(Wat,"resolveYamlBoolean");function jat(
\r`;function Cct(t){if(t===null)return!1;var e,r,n=0,s=t.length,o=iV;for(r=0;r<s;r++)if(e=o.indexOf(t.charAt(r)),!(e>64)){if(e<0)return!1;n+=6}return n%8===0}i(Cct,"resolveYamlBinary");function Ict(t){var e,r,n=t.replace(/[\r\n=]/g,""),s=n.length,o=iV,a=0,c=[];for(e=0;e<s;e++)e%4===0&&e&&(c.push(a>>16&255),c.push(a>>8&255),c.push(a&255)),a=a<<6|o.indexOf(n.charAt(e));return r=s%4*6,r===0?(c.push(a>>16&255),c.push(a>>8&255),c.push(a&255)):r===18?(c.push(a>>10&255),c.push(a>>2&255)):r===12&&c.push(a>>4&255),new Uint8Array(c)}i(Ict,"constructYamlBinary");function xct(t){var e="",r=0,n,s,o=t.length,a=iV;for(n=0;n<o;n++)n%3===0&&n&&(e+=a[r>>18&63],e+=a[r>>12&63],e+=a[r>>6&63],e+=a[r&63]),r=(r<<8)+t[n];return s=o%3,s===0?(e+=a[r>>18&63],e+=a[r>>12&63],e+=a[r>>6&63],e+=a[r&63]):s===2?(e+=a[r>>10&63],e+=a[r>>4&63],e+=a[r<<2&63],e+=a[64]):s===1&&(e+=a[r>>2&63],e+=a[r<<4&63],e+=a[64],e+=a[64]),e}i(xct,"representYamlBinary");function wct(t){return Object.prototype.toString.call(t)==="[object Uint8Array]"}i(wct,"isBinary");var bct=new Wn("tag:yaml.org,2002:binary",{kind:"scalar",resolve:Cct,construct:Ict,predicate:wct,represent:xct}),Sct=Object.prototype.hasOwnProperty,Bct=Object.prototype.toString;function Rct(t){if(t===null)return!0;var e=[],r,n,s,o,a,c=t;for(r=0,n=c.length;r<n;r+=1){if(s=c[r],a=!1,Bct.call(s)!=="[object Object]")return!1;for(o in s)if(Sct.call(s,o))if(!a)a=!0;else return!1;if(!a)return!1;if(e.indexOf(o)===-1)e.push(o);else return!1}return!0}i(Rct,"resolveYamlOmap");function Nct(t){return t!==null?t:[]}i(Nct,"constructYamlOmap");var Tct=new Wn("tag:yaml.org,2002:omap",{kind:"sequence",resolve:Rct,construct:Nct}),Pct=Object.prototype.toString;function vct(t){if(t===null)return!0;var e,r,n,s,o,a=t;for(o=new Array(a.length),e=0,r=a.length;e<r;e+=1){if(n=a[e],Pct.call(n)!=="[object Object]"||(s=Object.keys(n),s.length!==1))return!1;o[e]=[s[0],n[s[0]]]}return!0}i(vct,"resolveYamlPairs");function _ct(t){if(t===null)return[];var e,r,n,s,o,a=t;for(o=new Array(a.length),e=0,r=a.length;e<r;e+=1)n=a[e],s=Object.keys(n),o[e]=[s[0],n[s[0]]];return o}i(_ct,"constructYamlPairs");var Qct=new Wn("tag:yaml.org,2002:pairs",{kind:"sequence",resolve:vct,construct:_ct}),Dct=Object.prototype.hasOwnProperty;function kct(t){if(t===null)return!0;var e,r=t;for(e in r)if(Dct.call(r,e)&&r[e]!==null)return!1;return!0}i(kct,"resolveYamlSet");function Lct(t){return t!==null?t:{}}i(Lct,"constructYamlSet");var Oct=new Wn("tag:yaml.org,2002:set",{kind:"mapping",resolve:kct,construct:Lct}),$he=mct.extend({implicit:[gct,Ect],explicit:[bct,Tct,Qct,Oct]}),Od=Object.prototype.hasOwnProperty,DT=1,Ghe=2,Hhe=3,kT=4,eV=1,Mct=2,bhe=3,Fct=/[\x00-\x08\x0B\x0C\x0E-\x1F\x7F-\x84\x86-\x9F\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,Uct=/[\x85\u2028\u2029]/,qct=/[,\[\]\{\}]/,zhe=/^(?:!|!!|![a-z\-]+!)$/i,Vhe=/^(?:!|[^,\[\]\{\}])(?:%[0-9a-f]{2}|[0-9a-z\-#;\/\?:@&=\+\$,_\.!~\*'\(\)\[\]])*$/i;function She(t){return Object.prototype.toString.call(t)}i(She,"_class");function Lc(t){return t===10||t===13}i(Lc,"is_EOL");function Zm(t){return t===9||t===32}i(Zm,"is_WHITE_SPACE");function so(t){return t===9||t===32||t===10||t===13}i(so,"is_WS_OR_EOL");function fg(t){return t===44||t===91||t===93||t===123||t===125}i(fg,"is_FLOW_INDICATOR");function $ct(t){var e;return 48<=t&&t<=57?t-48:(e=t|32,97<=e&&e<=102?e-97+10:-1)}i($ct,"fromHexCode");function Gct(t){return t===120?2:t===117?4:t===85?8:0}i(Gct,"escapedHexLen");function Hct(t){return 48<=t&&t<=57?t-48:-1}i(Hct,"fromDecimalCode");function Bhe(t){return t===48?"\0":t===97?"\x07":t===98?"\b":t===116||t===9?" ":t===110?`
`:t===118?"\v":t===102?"\f":t===114?"\r":t===101?"\x1B":t===32?" ":t===34?'"':t===47?"/":t===92?"\\":t===78?"\x85":t===95?"\xA0":t===76?"\u2028":t===80?"\u2029":""}i(Bhe,"simpleEscapeSequence");function zct(t){return t<=65535?String.fromCharCode(t):String.fromCharCode((t-65536>>10)+55296,(t-65536&1023)+56320)}i(zct,"charFromCodepoint");function Yhe(t,e,r){e==="__proto__"?Object.defineProperty(t,e,{configurable:!0,enumerable:!0,writable:!0,value:r}):t[e]=r}i(Yhe,"setProperty");var Whe=new Array(256),jhe=new Array(256);for(Xm=0;Xm<256;Xm++)Whe[Xm]=Bhe(Xm)?1:0,jhe[Xm]=Bhe(Xm);var Xm;function Vct(t,e){this.input=t,this.filename=e.filename||null,this.schema=e.schema||$he,this.onWarning=e.onWarning||null,this.legacy=e.legacy||!1,this.json=e.json||!1,this.listener=e.listener||null,this.implicitTypes=this.schema.compiledImplicit,this.typeMap=this.schema.compiledTypeMap,this.length=t.length,this.position=0,this.line=0,this.lineStart=0,this.lineIndent=0,this.firstTabInLine=-1,this.documents=[]}i(Vct,"State$1");function Jhe(t,e){var r={name:t.filename,buffer:t.input.slice(0,-1),position:t.position,line:t.line,column:t.position-t.lineStart};return r.snippet=Qat(r),new no(e,r)}i(Jhe,"generateError");function Se(t,e){throw Jhe(t,e)}i(Se,"throwError");function LT(t,e){t.onWarning&&t.onWarning.call(null,Jhe(t,e))}i(LT,"throwWarning");var Rhe={YAML:i(function(e,r,n){var s,o,a;e.version!==null&&Se(e,"duplication of %YAML directive"),n.length!==1&&Se(e,"YAML directive accepts exactly one argument"),s=/^([0-9]+)\.([0-9]+)$/.exec(n[0]),s===null&&Se(e,"ill-formed argument of the YAML directive"),o=parseInt(s[1],10),a=parseInt(s[2],10),o!==1&&Se(e,"unacceptable YAML version of the document"),e.version=n[0],e.checkLineBreaks=a<2,a!==1&&a!==2&&LT(e,"unsupported YAML version of the document")},"handleYamlDirective"),TAG:i(function(e,r,n){var s,o;n.length!==2&&Se(e,"TAG directive accepts exactly two arguments"),s=n[0],o=n[1],zhe.test(s)||Se(e,"ill-formed tag handle (first argument) of the TAG directive"),Od.call(e.tagMap,s)&&Se(e,'there is a previously declared suffix for "'+s+'" tag handle'),Vhe.test(o)||Se(e,"ill-formed tag prefix (second argument) of the TAG directive");try{o=decodeURIComponent(o)}catch{Se(e,"tag prefix is malformed: "+o)}e.tagMap[s]=o},"handleTagDirective")};function Ld(t,e,r,n){var s,o,a,c;if(e<r){if(c=t.input.slice(e,r),n)for(s=0,o=c.length;s<o;s+=1)a=c.charCodeAt(s),a===9||32<=a&&a<=1114111||Se(t,"expected valid JSON character");else Fct.test(c)&&Se(t,"the stream contains non-printable characters");t.result+=c}}i(Ld,"captureSegment");function Nhe(t,e,r,n){var s,o,a,c;for(dn.isObject(r)||Se(t,"cannot merge mappings; the provided source object is unacceptable"),s=Object.keys(r),a=0,c=s.length;a<c;a+=1)o=s[a],Od.call(e,o)||(Yhe(e,o,r[o]),n[o]=!0)}i(Nhe,"mergeMappings");function Ag(t,e,r,n,s,o,a,c,l){var u,d;if(Array.isArray(s))for(s=Array.prototype.slice.call(s),u=0,d=s.length;u<d;u+=1)Array.isArray(s[u])&&Se(t,"nested arrays are not supported inside keys"),typeof s=="object"&&She(s[u])==="[object Object]"&&(s[u]="[object Object]");if(typeof s=="object"&&She(s)==="[object Object]"&&(s="[object Object]"),s=String(s),e===null&&(e={}),n==="tag:yaml.org,2002:merge")if(Array.isArray(o))for(u=0,d=o.length;u<d;u+=1)Nhe(t,e,o[u],r);else Nhe(t,e,o,r);else!t.json&&!Od.call(r,s)&&Od.call(e,s)&&(t.line=a||t.line,t.lineStart=c||t.lineStart,t.position=l||t.position,Se(t,"duplicated mapping key")),Yhe(e,s,o),delete r[s];return e}i(Ag,"storeMappingPair");function aV(t){var e;e=t.input.charCodeAt(t.position),e===10?t.position++:e===13?(t.position++,t.input.charCodeAt(t.position)===10&&t.position++):Se(t,"a line break is expected"),t.line+=1,t.lineStart=t.position,t.firstTabInLine=-1}i(aV,"readLineBreak");function Xr(t,e,r){for(var n=0,s=t.input.charCodeAt(t.position);s!==0;){for(;Zm(s);)s===9&&t.firstTabInLine===-1&&(t.firstTabInLine=t.position),s=t.input.charCodeAt(++t.position);if(e&&s===35)do s=t.input.charCodeAt(++t.position);while(s!==10&&s!==13&&s!==0);if(Lc(s))for(aV(t),s=t.input.charCodeAt(t.position),n++,t.lineIndent=0;s===32;)t.line
`,e-1))}i(cV,"writeFoldedLines");function Yct(t,e,r){var n,s,o,a,c,l,u,d,p=t.kind,m=t.result,f;if(f=t.input.charCodeAt(t.position),so(f)||fg(f)||f===35||f===38||f===42||f===33||f===124||f===62||f===39||f===34||f===37||f===64||f===96||(f===63||f===45)&&(s=t.input.charCodeAt(t.position+1),so(s)||r&&fg(s)))return!1;for(t.kind="scalar",t.result="",o=a=t.position,c=!1;f!==0;){if(f===58){if(s=t.input.charCodeAt(t.position+1),so(s)||r&&fg(s))break}else if(f===35){if(n=t.input.charCodeAt(t.position-1),so(n))break}else{if(t.position===t.lineStart&&FT(t)||r&&fg(f))break;if(Lc(f))if(l=t.line,u=t.lineStart,d=t.lineIndent,Xr(t,!1,-1),t.lineIndent>=e){c=!0,f=t.input.charCodeAt(t.position);continue}else{t.position=a,t.line=l,t.lineStart=u,t.lineIndent=d;break}}c&&(Ld(t,o,a,!1),cV(t,t.line-l),o=a=t.position,c=!1),Zm(f)||(a=t.position+1),f=t.input.charCodeAt(++t.position)}return Ld(t,o,a,!1),t.result?!0:(t.kind=p,t.result=m,!1)}i(Yct,"readPlainScalar");function Wct(t,e){var r,n,s;if(r=t.input.charCodeAt(t.position),r!==39)return!1;for(t.kind="scalar",t.result="",t.position++,n=s=t.position;(r=t.input.charCodeAt(t.position))!==0;)if(r===39)if(Ld(t,n,t.position,!0),r=t.input.charCodeAt(++t.position),r===39)n=t.position,t.position++,s=t.position;else return!0;else Lc(r)?(Ld(t,n,s,!0),cV(t,Xr(t,!1,e)),n=s=t.position):t.position===t.lineStart&&FT(t)?Se(t,"unexpected end of the document within a single quoted scalar"):(t.position++,s=t.position);Se(t,"unexpected end of the stream within a single quoted scalar")}i(Wct,"readSingleQuotedScalar");function jct(t,e){var r,n,s,o,a,c;if(c=t.input.charCodeAt(t.position),c!==34)return!1;for(t.kind="scalar",t.result="",t.position++,r=n=t.position;(c=t.input.charCodeAt(t.position))!==0;){if(c===34)return Ld(t,r,t.position,!0),t.position++,!0;if(c===92){if(Ld(t,r,t.position,!0),c=t.input.charCodeAt(++t.position),Lc(c))Xr(t,!1,e);else if(c<256&&Whe[c])t.result+=jhe[c],t.position++;else if((a=Gct(c))>0){for(s=a,o=0;s>0;s--)c=t.input.charCodeAt(++t.position),(a=$ct(c))>=0?o=(o<<4)+a:Se(t,"expected hexadecimal character");t.result+=zct(o),t.position++}else Se(t,"unknown escape sequence");r=n=t.position}else Lc(c)?(Ld(t,r,n,!0),cV(t,Xr(t,!1,e)),r=n=t.position):t.position===t.lineStart&&FT(t)?Se(t,"unexpected end of the document within a double quoted scalar"):(t.position++,n=t.position)}Se(t,"unexpected end of the stream within a double quoted scalar")}i(jct,"readDoubleQuotedScalar");function Jct(t,e){var r=!0,n,s,o,a=t.tag,c,l=t.anchor,u,d,p,m,f,g=Object.create(null),E,x,w,S;if(S=t.input.charCodeAt(t.position),S===91)d=93,f=!1,c=[];else if(S===123)d=125,f=!0,c={};else return!1;for(t.anchor!==null&&(t.anchorMap[t.anchor]=c),S=t.input.charCodeAt(++t.position);S!==0;){if(Xr(t,!0,e),S=t.input.charCodeAt(t.position),S===d)return t.position++,t.tag=a,t.anchor=l,t.kind=f?"mapping":"sequence",t.result=c,!0;r?S===44&&Se(t,"expected the node content, but found ','"):Se(t,"missed comma between flow collection entries"),x=E=w=null,p=m=!1,S===63&&(u=t.input.charCodeAt(t.position+1),so(u)&&(p=m=!0,t.position++,Xr(t,!0,e))),n=t.line,s=t.lineStart,o=t.position,hg(t,e,DT,!1,!0),x=t.tag,E=t.result,Xr(t,!0,e),S=t.input.charCodeAt(t.position),(m||t.line===n)&&S===58&&(p=!0,S=t.input.charCodeAt(++t.position),Xr(t,!0,e),hg(t,e,DT,!1,!0),w=t.result),f?Ag(t,c,g,x,E,w,n,s,o):p?c.push(Ag(t,null,g,x,E,w,n,s,o)):c.push(E),Xr(t,!0,e),S=t.input.charCodeAt(t.position),S===44?(r=!0,S=t.input.charCodeAt(++t.position)):r=!1}Se(t,"unexpected end of the stream within a flow collection")}i(Jct,"readFlowCollection");function Kct(t,e){var r,n,s=eV,o=!1,a=!1,c=e,l=0,u=!1,d,p;if(p=t.input.charCodeAt(t.position),p===124)n=!1;else if(p===62)n=!0;else return!1;for(t.kind="scalar",t.result="";p!==0;)if(p=t.input.charCodeAt(++t.position),p===43||p===45)eV===s?s=p===43?bhe:Mct:Se(t,"repeat of a chomping mode identifier");else if((d=Hct(p))>=0)d===0?Se(t,"bad explicit indentation width of a block scalar; it cannot be less than one"):a?Se(t,"repeat of an indentation width identifier"):(c=e+d-1,a=!0);else break;if(Zm(p)){do p=t.input.charCodeAt(++t.position)
`,o?1+l:l):s===eV&&o&&(t.result+=`
`);break}for(n?Zm(p)?(u=!0,t.result+=dn.repeat(`
`,o?1+l:l)):u?(u=!1,t.result+=dn.repeat(`
`,l+1)):l===0?o&&(t.result+=" "):t.result+=dn.repeat(`
`,l):t.result+=dn.repeat(`
`,o?1+l:l),o=!0,a=!0,l=0,r=t.position;!Lc(p)&&p!==0;)p=t.input.charCodeAt(++t.position);Ld(t,r,t.position,!1)}return!0}i(Kct,"readBlockScalar");function The(t,e){var r,n=t.tag,s=t.anchor,o=[],a,c=!1,l;if(t.firstTabInLine!==-1)return!1;for(t.anchor!==null&&(t.anchorMap[t.anchor]=o),l=t.input.charCodeAt(t.position);l!==0&&(t.firstTabInLine!==-1&&(t.position=t.firstTabInLine,Se(t,"tab characters must not be used in indentation")),!(l!==45||(a=t.input.charCodeAt(t.position+1),!so(a))));){if(c=!0,t.position++,Xr(t,!0,-1)&&t.lineIndent<=e){o.push(null),l=t.input.charCodeAt(t.position);continue}if(r=t.line,hg(t,e,Hhe,!1,!0),o.push(t.result),Xr(t,!0,-1),l=t.input.charCodeAt(t.position),(t.line===r||t.lineIndent>e)&&l!==0)Se(t,"bad indentation of a sequence entry");else if(t.lineIndent<e)break}return c?(t.tag=n,t.anchor=s,t.kind="sequence",t.result=o,!0):!1}i(The,"readBlockSequence");function Xct(t,e,r){var n,s,o,a,c,l,u=t.tag,d=t.anchor,p={},m=Object.create(null),f=null,g=null,E=null,x=!1,w=!1,S;if(t.firstTabInLine!==-1)return!1;for(t.anchor!==null&&(t.anchorMap[t.anchor]=p),S=t.input.charCodeAt(t.position);S!==0;){if(!x&&t.firstTabInLine!==-1&&(t.position=t.firstTabInLine,Se(t,"tab characters must not be used in indentation")),n=t.input.charCodeAt(t.position+1),o=t.line,(S===63||S===58)&&so(n))S===63?(x&&(Ag(t,p,m,f,g,null,a,c,l),f=g=E=null),w=!0,x=!0,s=!0):x?(x=!1,s=!0):Se(t,"incomplete explicit mapping pair; a key node is missed; or followed by a non-tabulated empty line"),t.position+=1,S=n;else{if(a=t.line,c=t.lineStart,l=t.position,!hg(t,r,Ghe,!1,!0))break;if(t.line===o){for(S=t.input.charCodeAt(t.position);Zm(S);)S=t.input.charCodeAt(++t.position);if(S===58)S=t.input.charCodeAt(++t.position),so(S)||Se(t,"a whitespace character is expected after the key-value separator within a block mapping"),x&&(Ag(t,p,m,f,g,null,a,c,l),f=g=E=null),w=!0,x=!1,s=!1,f=t.tag,g=t.result;else if(w)Se(t,"can not read an implicit mapping pair; a colon is missed");else return t.tag=u,t.anchor=d,!0}else if(w)Se(t,"can not read a block mapping entry; a multiline key may not be an implicit key");else return t.tag=u,t.anchor=d,!0}if((t.line===o||t.lineIndent>e)&&(x&&(a=t.line,c=t.lineStart,l=t.position),hg(t,e,kT,!0,s)&&(x?g=t.result:E=t.result),x||(Ag(t,p,m,f,g,E,a,c,l),f=g=E=null),Xr(t,!0,-1),S=t.input.charCodeAt(t.position)),(t.line===o||t.lineIndent>e)&&S!==0)Se(t,"bad indentation of a mapping entry");else if(t.lineIndent<e)break}return x&&Ag(t,p,m,f,g,null,a,c,l),w&&(t.tag=u,t.anchor=d,t.kind="mapping",t.result=p),w}i(Xct,"readBlockMapping");function Zct(t){var e,r=!1,n=!1,s,o,a;if(a=t.input.charCodeAt(t.position),a!==33)return!1;if(t.tag!==null&&Se(t,"duplication of a tag property"),a=t.input.charCodeAt(++t.position),a===60?(r=!0,a=t.input.charCodeAt(++t.position)):a===33?(n=!0,s="!!",a=t.input.charCodeAt(++t.position)):s="!",e=t.position,r){do a=t.input.charCodeAt(++t.position);while(a!==0&&a!==62);t.position<t.length?(o=t.input.slice(e,t.position),a=t.input.charCodeAt(++t.position)):Se(t,"unexpected end of the stream within a verbatim tag")}else{for(;a!==0&&!so(a);)a===33&&(n?Se(t,"tag suffix cannot contain exclamation marks"):(s=t.input.slice(e-1,t.position+1),zhe.test(s)||Se(t,"named tag handle cannot contain such characters"),n=!0,e=t.position+1)),a=t.input.charCodeAt(++t.position);o=t.input.slice(e,t.position),qct.test(o)&&Se(t,"tag suffix cannot contain flow indicator characters")}o&&!Vhe.test(o)&&Se(t,"tag name cannot contain such characters: "+o);try{o=decodeURIComponent(o)}catch{Se(t,"tag name is malformed: "+o)}return r?t.tag=o:Od.call(t.tagMap,s)?t.tag=t.tagMap[s]+o:s==="!"?t.tag="!"+o:s==="!!"?t.tag="tag:yaml.org,2002:"+o:Se(t,'undeclared tag handle "'+s+'"'),!0}i(Zct,"readTagProperty");function elt(t){var e,r;if(r=t.input.charCodeAt(t.position),r!==38)return!1;for(t.anchor!==null&&Se(t,"duplication of an anchor property"),r=t.input.charCodeAt(++t.position),e=t.position;r!==0&&!so(r)&&!fg(r);)r=t.input.charCodeAt(++t.position);return t.position===e&&Se(t,"name of an anchor node must contain at least one character"),t.anchor=t.input
`),t.charCodeAt(0)===65279&&(t=t.slice(1)));var r=new Vct(t,e),n=t.indexOf("\0");for(n!==-1&&(r.position=n,Se(r,"null byte is not allowed in input")),r.input+="\0";r.input.charCodeAt(r.position)===32;)r.lineIndent+=1,r.position+=1;for(;r.position<r.length-1;)rlt(r);return r.documents}i(Khe,"loadDocuments");function nlt(t,e,r){e!==null&&typeof e=="object"&&typeof r>"u"&&(r=e,e=null);var n=Khe(t,r);if(typeof e!="function")return n;for(var s=0,o=n.length;s<o;s+=1)e(n[s])}i(nlt,"loadAll$1");function slt(t,e){var r=Khe(t,e);if(r.length!==0){if(r.length===1)return r[0];throw new no("expected a single document in the stream, but found more")}}i(slt,"load$1");var olt=nlt,ilt=slt,Xhe={loadAll:olt,load:ilt},Zhe=Object.prototype.toString,ege=Object.prototype.hasOwnProperty,lV=65279,alt=9,jI=10,clt=13,llt=32,ult=33,dlt=34,rV=35,plt=37,mlt=38,flt=39,Alt=42,tge=44,hlt=45,OT=58,glt=61,ylt=62,Elt=63,Clt=64,rge=91,nge=93,Ilt=96,sge=123,xlt=124,oge=125,jn={};jn[0]="\\0";jn[7]="\\a";jn[8]="\\b";jn[9]="\\t";jn[10]="\\n";jn[11]="\\v";jn[12]="\\f";jn[13]="\\r";jn[27]="\\e";jn[34]='\\"';jn[92]="\\\\";jn[133]="\\N";jn[160]="\\_";jn[8232]="\\L";jn[8233]="\\P";var wlt=["y","Y","yes","Yes","YES","on","On","ON","n","N","no","No","NO","off","Off","OFF"],blt=/^[-+]?[0-9_]+(?::[0-9_]+)+(?:\.[0-9_]*)?$/;function Slt(t,e){var r,n,s,o,a,c,l;if(e===null)return{};for(r={},n=Object.keys(e),s=0,o=n.length;s<o;s+=1)a=n[s],c=String(e[a]),a.slice(0,2)==="!!"&&(a="tag:yaml.org,2002:"+a.slice(2)),l=t.compiledTypeMap.fallback[a],l&&ege.call(l.styleAliases,c)&&(c=l.styleAliases[c]),r[a]=c;return r}i(Slt,"compileStyleMap");function Blt(t){var e,r,n;if(e=t.toString(16).toUpperCase(),t<=255)r="x",n=2;else if(t<=65535)r="u",n=4;else if(t<=4294967295)r="U",n=8;else throw new no("code point within a string may not be greater than 0xFFFFFFFF");return"\\"+r+dn.repeat("0",n-e.length)+e}i(Blt,"encodeHex");var Rlt=1,JI=2;function Nlt(t){this.schema=t.schema||$he,this.indent=Math.max(1,t.indent||2),this.noArrayIndent=t.noArrayIndent||!1,this.skipInvalid=t.skipInvalid||!1,this.flowLevel=dn.isNothing(t.flowLevel)?-1:t.flowLevel,this.styleMap=Slt(this.schema,t.styles||null),this.sortKeys=t.sortKeys||!1,this.lineWidth=t.lineWidth||80,this.noRefs=t.noRefs||!1,this.noCompatMode=t.noCompatMode||!1,this.condenseFlow=t.condenseFlow||!1,this.quotingType=t.quotingType==='"'?JI:Rlt,this.forceQuotes=t.forceQuotes||!1,this.replacer=typeof t.replacer=="function"?t.replacer:null,this.implicitTypes=this.schema.compiledImplicit,this.explicitTypes=this.schema.compiledExplicit,this.tag=null,this.result="",this.duplicates=[],this.usedDuplicates=null}i(Nlt,"State");function Phe(t,e){for(var r=dn.repeat(" ",e),n=0,s=-1,o="",a,c=t.length;n<c;)s=t.indexOf(`
`,n),s===-1?(a=t.slice(n),n=c):(a=t.slice(n,s+1),n=s+1),a.length&&a!==`
`&&(o+=r),o+=a;return o}i(Phe,"indentString");function nV(t,e){return`
`+dn.repeat(" ",t.indent*e)}i(nV,"generateNextLine");function Tlt(t,e){var r,n,s;for(r=0,n=t.implicitTypes.length;r<n;r+=1)if(s=t.implicitTypes[r],s.resolve(e))return!0;return!1}i(Tlt,"testImplicitResolving");function MT(t){return t===llt||t===alt}i(MT,"isWhitespace");function KI(t){return 32<=t&&t<=126||161<=t&&t<=55295&&t!==8232&&t!==8233||57344<=t&&t<=65533&&t!==lV||65536<=t&&t<=1114111}i(KI,"isPrintable");function vhe(t){return KI(t)&&t!==lV&&t!==clt&&t!==jI}i(vhe,"isNsCharOrWhitespace");function _he(t,e,r){var n=vhe(t),s=n&&!MT(t);return(r?n:n&&t!==tge&&t!==rge&&t!==nge&&t!==sge&&t!==oge)&&t!==rV&&!(e===OT&&!s)||vhe(e)&&!MT(e)&&t===rV||e===OT&&s}i(_he,"isPlainSafe");function Plt(t){return KI(t)&&t!==lV&&!MT(t)&&t!==hlt&&t!==Elt&&t!==OT&&t!==tge&&t!==rge&&t!==nge&&t!==sge&&t!==oge&&t!==rV&&t!==mlt&&t!==Alt&&t!==ult&&t!==xlt&&t!==glt&&t!==ylt&&t!==flt&&t!==dlt&&t!==plt&&t!==Clt&&t!==Ilt}i(Plt,"isPlainSafeFirst");function vlt(t){return!MT(t)&&t!==OT}i(vlt,"isPlainSafeLast");function YI(t,e){var r=t.charCodeAt(e),n;return r>=55296&&r<=56319&&e+1<t.length&&(n=t.charCodeAt(e+1),n>=56320&&n<=57343)?(r-55296)*1024+n-56320+65536:r}i(YI,"codePointAt");function ige(t){var e=/^\n* /;return e.test(t)}i(ige,"needIndentIndicator");var age=1,sV=2,cge=3,lge=4,mg=5;function _lt(t,e,r,n,s,o,a,c){var l,u=0,d=null,p=!1,m=!1,f=n!==-1,g=-1,E=Plt(YI(t,0))&&vlt(YI(t,t.length-1));if(e||a)for(l=0;l<t.length;u>=65536?l+=2:l++){if(u=YI(t,l),!KI(u))return mg;E=E&&_he(u,d,c),d=u}else{for(l=0;l<t.length;u>=65536?l+=2:l++){if(u=YI(t,l),u===jI)p=!0,f&&(m=m||l-g-1>n&&t[g+1]!==" ",g=l);else if(!KI(u))return mg;E=E&&_he(u,d,c),d=u}m=m||f&&l-g-1>n&&t[g+1]!==" "}return!p&&!m?E&&!a&&!s(t)?age:o===JI?mg:sV:r>9&&ige(t)?mg:a?o===JI?mg:sV:m?lge:cge}i(_lt,"chooseScalarStyle");function Qlt(t,e,r,n,s){t.dump=(function(){if(e.length===0)return t.quotingType===JI?'""':"''";if(!t.noCompatMode&&(wlt.indexOf(e)!==-1||blt.test(e)))return t.quotingType===JI?'"'+e+'"':"'"+e+"'";var o=t.indent*Math.max(1,r),a=t.lineWidth===-1?-1:Math.max(Math.min(t.lineWidth,40),t.lineWidth-o),c=n||t.flowLevel>-1&&r>=t.flowLevel;function l(u){return Tlt(t,u)}switch(i(l,"testAmbiguity"),_lt(e,c,t.indent,a,l,t.quotingType,t.forceQuotes&&!n,s)){case age:return e;case sV:return"'"+e.replace(/'/g,"''")+"'";case cge:return"|"+Qhe(e,t.indent)+Dhe(Phe(e,o));case lge:return">"+Qhe(e,t.indent)+Dhe(Phe(Dlt(e,a),o));case mg:return'"'+klt(e)+'"';default:throw new no("impossible error: invalid scalar style")}})()}i(Qlt,"writeScalar");function Qhe(t,e){var r=ige(t)?String(e):"",n=t[t.length-1]===`
`,s=n&&(t[t.length-2]===`
`||t===`
`),o=s?"+":n?"":"-";return r+o+`
`}i(Qhe,"blockHeader");function Dhe(t){return t[t.length-1]===`
`?t.slice(0,-1):t}i(Dhe,"dropEndingNewline");function Dlt(t,e){for(var r=/(\n+)([^\n]*)/g,n=(function(){var u=t.indexOf(`
`);return u=u!==-1?u:t.length,r.lastIndex=u,khe(t.slice(0,u),e)})(),s=t[0]===`
`||t[0]===" ",o,a;a=r.exec(t);){var c=a[1],l=a[2];o=l[0]===" ",n+=c+(!s&&!o&&l!==""?`
`:"")+khe(l,e),s=o}return n}i(Dlt,"foldString");function khe(t,e){if(t===""||t[0]===" ")return t;for(var r=/ [^ ]/g,n,s=0,o,a=0,c=0,l="";n=r.exec(t);)c=n.index,c-s>e&&(o=a>s?a:c,l+=`
`+t.slice(s,o),s=o+1),a=c;return l+=`
`,t.length-s>e&&a>s?l+=t.slice(s,a)+`
`+t.slice(a+1):l+=t.slice(s),l.slice(1)}i(khe,"foldLine");function klt(t){for(var e="",r=0,n,s=0;s<t.length;r>=65536?s+=2:s++)r=YI(t,s),n=jn[r],!n&&KI(r)?(e+=t[s],r>=65536&&(e+=t[s+1])):e+=n||Blt(r);return e}i(klt,"escapeString");function Llt(t,e,r){var n="",s=t.tag,o,a,c;for(o=0,a=r.length;o<a;o+=1)c=r[o],t.replacer&&(c=t.replacer.call(r,String(o),c)),(uu(t,e,c,!1,!1)||typeof c>"u"&&uu(t,e,null,!1,!1))&&(n!==""&&(n+=","+(t.condenseFlow?"":" ")),n+=t.dump);t.tag=s,t.dump="["+n+"]"}i(Llt,"writeFlowSequence");function Lhe(t,e,r,n){var s="",o=t.tag,a,c,l;for(a=0,c=r.length;a<c;a+=1)l=r[a],t.replacer&&(l=t.replacer.call(r,String(a),l)),(uu(t,e+1,l,!0,!0,!1,!0)||typeof l>"u"&&uu(t,e+1,null,!0,!0,!1,!0))&&((!n||s!=="")&&(s+=nV(t,e)),t.dump&&jI===t.dump.charCodeAt(0)?s+="-":s+="- ",s+=t.dump);t.tag=o,t.dump=s||"[]"}i(Lhe,"writeBlockSequence");function Olt(t,e,r){var n="",s=t.tag,o=Object.keys(r),a,c,l,u,d;for(a=0,c=o.length;a<c;a+=1)d="",n!==""&&(d+=", "),t.condenseFlow&&(d+='"'),l=o[a],u=r[l],t.replacer&&(u=t.replacer.call(r,l,u)),uu(t,e,l,!1,!1)&&(t.dump.length>1024&&(d+="? "),d+=t.dump+(t.condenseFlow?'"':"")+":"+(t.condenseFlow?"":" "),uu(t,e,u,!1,!1)&&(d+=t.dump,n+=d));t.tag=s,t.dump="{"+n+"}"}i(Olt,"writeFlowMapping");function Mlt(t,e,r,n){var s="",o=t.tag,a=Object.keys(r),c,l,u,d,p,m;if(t.sortKeys===!0)a.sort();else if(typeof t.sortKeys=="function")a.sort(t.sortKeys);else if(t.sortKeys)throw new no("sortKeys must be a boolean or a function");for(c=0,l=a.length;c<l;c+=1)m="",(!n||s!=="")&&(m+=nV(t,e)),u=a[c],d=r[u],t.replacer&&(d=t.replacer.call(r,u,d)),uu(t,e+1,u,!0,!0,!0)&&(p=t.tag!==null&&t.tag!=="?"||t.dump&&t.dump.length>1024,p&&(t.dump&&jI===t.dump.charCodeAt(0)?m+="?":m+="? "),m+=t.dump,p&&(m+=nV(t,e)),uu(t,e+1,d,!0,p)&&(t.dump&&jI===t.dump.charCodeAt(0)?m+=":":m+=": ",m+=t.dump,s+=m));t.tag=o,t.dump=s||"{}"}i(Mlt,"writeBlockMapping");function Ohe(t,e,r){var n,s,o,a,c,l;for(s=r?t.explicitTypes:t.implicitTypes,o=0,a=s.length;o<a;o+=1)if(c=s[o],(c.instanceOf||c.predicate)&&(!c.instanceOf||typeof e=="object"&&e instanceof c.instanceOf)&&(!c.predicate||c.predicate(e))){if(r?c.multi&&c.representName?t.tag=c.representName(e):t.tag=c.tag:t.tag="?",c.represent){if(l=t.styleMap[c.tag]||c.defaultStyle,Zhe.call(c.represent)==="[object Function]")n=c.represent(e,l);else if(ege.call(c.represent,l))n=c.represent[l](e,l);else throw new no("!<"+c.tag+'> tag resolver accepts not "'+l+'" style');t.dump=n}return!0}return!1}i(Ohe,"detectType");function uu(t,e,r,n,s,o,a){t.tag=null,t.dump=r,Ohe(t,r,!1)||Ohe(t,r,!0);var c=Zhe.call(t.dump),l=n,u;n&&(n=t.flowLevel<0||t.flowLevel>e);var d=c==="[object Object]"||c==="[object Array]",p,m;if(d&&(p=t.duplicates.indexOf(r),m=p!==-1),(t.tag!==null&&t.tag!=="?"||m||t.indent!==2&&e>0)&&(s=!1),m&&t.usedDuplicates[p])t.dump="*ref_"+p;else{if(d&&m&&!t.usedDuplicates[p]&&(t.usedDuplicates[p]=!0),c==="[object Object]")n&&Object.keys(t.dump).length!==0?(Mlt(t,e,t.dump,s),m&&(t.dump="&ref_"+p+t.dump)):(Olt(t,e,t.dump),m&&(t.dump="&ref_"+p+" "+t.dump));else if(c==="[object Array]")n&&t.dump.length!==0?(t.noArrayIndent&&!a&&e>0?Lhe(t,e-1,t.dump,s):Lhe(t,e,t.dump,s),m&&(t.dump="&ref_"+p+t.dump)):(Llt(t,e,t.dump),m&&(t.dump="&ref_"+p+" "+t.dump));else if(c==="[object String]")t.tag!=="?"&&Qlt(t,t.dump,e,o,l);else{if(c==="[object Undefined]")return!1;if(t.skipInvalid)return!1;throw new no("unacceptable kind of an object to dump "+c)}t.tag!==null&&t.tag!=="?"&&(u=encodeURI(t.tag[0]==="!"?t.tag.slice(1):t.tag).replace(/!/g,"%21"),t.tag[0]==="!"?u="!"+u:u.slice(0,18)==="tag:yaml.org,2002:"?u="!!"+u.slice(18):u="!<"+u+">",t.dump=u+" "+t.dump)}return!0}i(uu,"writeNode");function Flt(t,e){var r=[],n=[],s,o;for(oV(t,r,n),s=0,o=n.length;s<o;s+=1)e.duplicates.push(r[n[s]]);e.usedDuplicates=new Array(o)}i(Flt,"getDuplicateReferences");function oV(t,e,r){var n,s,o;if(t!==null&&typeof t=="object")if(s=e.indexOf(t),s!==-1)r.indexOf(s)===-1&&r.push(s);else if(e.push(t),Array.isArray(t))for(s=0,o=t.length;s<o;s+=1)oV(t[s],e,r);else for(n=Object.keys(t),s=0,o=n.length;s<o;s+=1)oV(t[n[s]],e,r)}i(oV,"inspectNode");function Ul
`:""}i(Ult,"dump$1");var qlt=Ult,$lt={dump:qlt};function uV(t,e){return function(){throw new Error("Function yaml."+t+" is removed in js-yaml 4. Use yaml."+e+" instead, which is now safe by default.")}}i(uV,"renamed");var uge=Xhe.load,aur=Xhe.loadAll,cur=$lt.dump;var lur=uV("safeLoad","load"),uur=uV("safeLoadAll","loadAll"),dur=uV("safeDump","dump");var Di=D(require("fs"),1),io=D(require("path"),1);var Cxe=D(tEe(),1);var XT=class t{static{i(this,"Git")}static protoRegexp=new RegExp("^[a-zA-Z0-9]+://");static supportedProtos={http:{},https:{},ssh:{},git:{}};static parseURL(e){let r=e.match(t.protoRegexp);if(r&&r.length>0){let n=r[0].toLowerCase();if(n=n.slice(0,n.lastIndexOf("://")),!(n in t.supportedProtos))throw new Error(`Invalid protocol: ${n}`);return t.fromURL(new URL(e))}throw new Error("Unknown protocol")}static fromURL(e){let r=new URL(e.toString());r.hash="";let n;return(e.username||e.password)&&(n={username:e.username,password:e.password,passwordSet:e.password!==""}),{scheme:e.protocol.slice(0,-1),user:n,host:`${e.hostname}${e.port?":"+e.port:""}`,path:e.pathname,fragment:t.splitGitFragment(e.hash),remote:r.toString()}}static splitGitFragment(e){if(e==="")return;let[r,n]=e.slice(1).split(":");return{ref:r,subdir:n}}static parseRef(e){let r={},n;if(e.startsWith("./")||e.startsWith("../"))throw new Error("Invalid argument");if(e.startsWith("github.com/"))r.indistinguishableFromLocal=!0,n=t.fromURL(new URL("https://"+e));else if(n=t.parseURL(e),["http","git"].includes(n.scheme)&&(r.unencryptedTCP=!0),["http","https"].includes(n.scheme)&&!n.path.endsWith(".git"))throw new Error("Invalid argument");r.remote=n.remote,r.indistinguishableFromLocal&&(r.remote=r.remote.split("://")[1]),n.fragment&&(r.commit=n.fragment.ref,r.subDir=n.fragment.subdir);let s=r.remote.split("/");return r.shortName=s[s.length-1].replace(".git",""),r}};var Q4=D(require("fs"),1),IIe=D(require("os"),1),yx=D(require("path"),1);var LV=D(require("fs"),1),CEe=D(require("os"),1),IEe=D(require("path"),1),xEe=D(EEe(),1);var tP=class t{static{i(this,"Context")}static _tmpDir=LV.default.mkdtempSync(IEe.default.join(t.ensureDirExists(process.env.RUNNER_TEMP||CEe.default.tmpdir()),"docker-actions-toolkit-"));static ensureDirExists(e){return LV.default.mkdirSync(e,{recursive:!0}),e}static tmpDir(){return t._tmpDir}static tmpName(e){return xEe.tmpNameSync(e)}};var pu=class{static{i(this,"Exec")}static async exec(e,r,n){return G(`Exec.exec: ${e} ${r?.join(" ")}`),ud(e,r,n)}static async getExecOutput(e,r,n){return G(`Exec.getExecOutput: ${e} ${r?.join(" ")}`),eC(e,r,n)}};var _4=D(require("crypto"),1),EIe=D(require("fs"),1),gx=D(require("path"),1),CIe=D(pIe(),1);var Et=class t extends Error{static{i(this,"CsvError")}constructor(e,r,n,...s){Array.isArray(r)&&(r=r.join(" ").trim()),super(r),Error.captureStackTrace!==void 0&&Error.captureStackTrace(this,t),this.code=e;for(let o of s)for(let a in o){let c=o[a];this[a]=Buffer.isBuffer(c)?c.toString(n.encoding):c==null?c:JSON.parse(JSON.stringify(c))}}};var mIe=i(function(t){return typeof t=="object"&&t!==null&&!Array.isArray(t)},"is_object");var FP=i(function(t){let e=[];for(let r=0,n=t.length;r<n;r++){let s=t[r];if(s==null||s===!1)e[r]={disabled:!0};else if(typeof s=="string"||typeof s=="number")e[r]={name:`${s}`};else if(mIe(s)){if(typeof s.name!="string")throw new Et("CSV_OPTION_COLUMNS_MISSING_NAME",["Option columns missing name:",`property "name" is required at position ${r}`,"when column is an object literal"]);e[r]=s}else throw new Et("CSV_INVALID_COLUMN_DEFINITION",["Invalid column definition:","expect a string or a literal object,",`got ${JSON.stringify(s)} at position ${r}`])}return e},"normalize_columns_array");var T4=class{static{i(this,"ResizeableBuffer")}constructor(e=100){this.size=e,this.length=0,this.buf=Buffer.allocUnsafe(e)}prepend(e){if(Buffer.isBuffer(e)){let r=this.length+e.length;if(r>=this.size&&(this.resize(),r>=this.size))throw Error("INVALID_BUFFER_STATE");let n=this.buf;this.buf=Buffer.allocUnsafe(this.size),e.copy(this.buf,0),n.copy(this.buf,e.length),this.length+=e.length}else{let r=th
`,a).length:p,u?(c===null?0:c.length)+l.length:0,u?l.length+p:0);return m<f},"__needMoreData"),parse:i(function(n,s,o,a){let{bom:c,comment_no_infix:l,encoding:u,from_line:d,ltrim:p,max_record_size:m,raw:f,relax_quotes:g,rtrim:E,skip_empty_lines:x,to:w,to_line:S}=this.options,{comment:P,escape:Q,quote:q,record_delimiter:M}=this.options,{bomSkipped:V,previousBuf:pe,rawBuffer:Le,escapeIsQuote:Re}=this.state,oe;if(pe===void 0)if(n===void 0){a();return}else oe=n;else pe!==void 0&&n===void 0?oe=pe:oe=Buffer.concat([pe,n]);if(V===!1)if(c===!1)this.state.bomSkipped=!0;else if(oe.length<3){if(s===!1){this.state.previousBuf=oe;return}}else{for(let ne in vg)if(vg[ne].compare(oe,0,vg[ne].length)===0){let It=vg[ne].length;this.state.bufBytesStart+=It,oe=oe.slice(It);let at=v4({...this.original_options,encoding:ne});for(let _t in at)this.options[_t]=at[_t];({comment:P,escape:Q,quote:q}=this.options);break}this.state.bomSkipped=!0}let ye=oe.length,H;for(H=0;H<ye&&!this.__needMoreData(H,ye,s);H++){if(this.state.wasRowDelimiter===!0&&(this.info.lines++,this.state.wasRowDelimiter=!1),S!==-1&&this.info.lines>S){this.state.stop=!0,a();return}this.state.quoting===!1&&M.length===0&&this.__autoDiscoverRecordDelimiter(oe,H)&&(M=this.options.record_delimiter);let ne=oe[H];if(f===!0&&Le.append(ne),(ne===dht||ne===pht)&&this.state.wasRowDelimiter===!1&&(this.state.wasRowDelimiter=!0),this.state.escaping===!0)this.state.escaping=!1;else{if(Q!==null&&this.state.quoting===!0&&this.__isEscape(oe,H,ne)&&H+Q.length<ye)if(Re){if(this.__isQuote(oe,H+Q.length)){this.state.escaping=!0,H+=Q.length-1;continue}}else{this.state.escaping=!0,H+=Q.length-1;continue}if(this.state.commenting===!1&&this.__isQuote(oe,H))if(this.state.quoting===!0){let _t=oe[H+q.length],as=E&&this.__isCharTrimable(oe,H+q.length),cs=P!==null&&this.__compareBytes(P,oe,H+q.length,_t),ti=this.__isDelimiter(oe,H+q.length,_t),Nl=M.length===0?this.__autoDiscoverRecordDelimiter(oe,H+q.length):this.__isRecordDelimiter(_t,oe,H+q.length);if(Q!==null&&this.__isEscape(oe,H,ne)&&this.__isQuote(oe,H+Q.length))H+=Q.length-1;else if(!_t||ti||Nl||cs||as){this.state.quoting=!1,this.state.wasQuoting=!0,H+=q.length-1;continue}else if(g===!1){let Gu=this.__error(new Et("CSV_INVALID_CLOSING_QUOTE",["Invalid Closing Quote:",`got "${String.fromCharCode(_t)}"`,`at line ${this.info.lines}`,"instead of delimiter, record delimiter, trimable character","(if activated) or comment"],this.options,this.__infoField()));if(Gu!==void 0)return Gu}else this.state.quoting=!1,this.state.wasQuoting=!0,this.state.field.prepend(q),H+=q.length-1}else if(this.state.field.length!==0){if(g===!1){let _t=this.__infoField(),as=Object.keys(vg).map(ti=>vg[ti].equals(this.state.field.toString())?ti:!1).filter(Boolean)[0],cs=this.__error(new Et("INVALID_OPENING_QUOTE",["Invalid Opening Quote:",`a quote is found on field ${JSON.stringify(_t.column)} at line ${_t.lines}, value is ${JSON.stringify(this.state.field.toString(u))}`,as?`(${as} bom)`:void 0],this.options,_t,{field:this.state.field}));if(cs!==void 0)return cs}}else{this.state.quoting=!0,H+=q.length-1;continue}if(this.state.quoting===!1){let _t=this.__isRecordDelimiter(ne,oe,H);if(_t!==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)>=d){this.state.enabled=!0,this.__resetField(),this.__resetRecord(),H+=_t-1;continue}if(x===!0&&this.state.wasQuoting===!1&&this.state.record.length===0&&this.state.field.length===0){this.info.empty_lines++,H+=_t-1;continue}this.info.bytes=this.state.bufBytesStart+H;let ti=this.__onField();if(ti!==void 0)return ti;this.info.bytes=this.state.bufBytesStart+H+_t;let Nl=this.__onRecord(o);if(Nl!==void 0)return Nl;if(w!==-1&&this.info.records>=w){this.state.stop=!0,a();return}}this.state.commenting=!1,H+=_t-1;continue}if(this.state.commenting)continue;if(P!==null&&(l===!1||this.state.record.length===0&&this.state.field.length===0)&&this.__compareBytes(P,oe,H,ne)!==0){this.state.comm
`,o),Buffer.from(`
`,o),Buffer.from("\r",o)];e:for(let c=0;c<a.length;c++){let l=a[c].length;for(let u=0;u<l;u++)if(a[c][u]!==n[s+u])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:s,raw:o,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,o?this.state.rawBuffer.toString(s):void 0)}catch(l){return l}return}else return c},"__error"),__infoDataSet:i(function(){return{...this.info,columns:this.options.columns}},"__infoDataSet"),__infoRecord:i(function(){let{columns:n,raw:s,encoding:o}=this.options;return{...this.__infoDataSet(),bytes_records:this.info.bytes,error:this.state.error,header:n===!0,index:this.state.record.length,raw:s?this.state.rawBuffer.toString(o):void 0}},"__infoRecord"),__infoField:i(function(){let{columns:n}=this.options,s=Array.isArray(n),o=this.info.bytes_records;return{...this.__infoRecord(),bytes_records:o,column:s===!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 yIe=i(function(t,e={}){typeof t=="string"&&(t=Buffer.from(t));let r=e&&e.objname?{}:[],n=gIe(e),s=i(c=>{n.options.objname===void 0?r.push(c):r[c[0]]=c[1]},"push"),o=i(()=>{},"close"),a=n.parse(t,!0,s,o);if(a!==void 0)throw a;return r},"parse");var qd=class t{static{i(this,"Util")}static getInputList(e,r){return this.getList(aa(e,{trimWhitespace:r?.trimWhitespace!==!1}),r)}static getList(e,r){let n=[];if(e=="")return n;let s=yIe(e,{columns:!1,relaxQuotes:!0,comment:r?.comment,comment_no_infix:r?.commentNoInfix,relaxColumnCount:!0,skipEmptyLines:!0,quote:r?.quote});for(let o of s)o.length==1?r?.ignoreComma?n.push(o[0]):n.push(...o[0].split(",")):r?.ignoreComma?n.push(o.join(",")):n.push(...o);return n.filter(o=>o).map(o=>r?.trimWhitespace===!1?o:o.trim())}static getInputNumber(e){let r=aa(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 Hs("powershell",!0),s=e.replace(/'/g,"''").replace(/"|\n|\r/g,""),o=[];if(r)for(let a in r)o.push(`-${a} '${r[a].replace(/'/g,"''").replace(/"|\n|\r/g,"")}'`);return{command:`"${n}"`,args:["-NoLogo","-Sta","-NoProfile","-NonInteractive","-ExecutionPolicy","Unrestricted","-Command",`& '${s}' ${o.join(" ")}`]}}static isDirectory(e){try{return EIe.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 _4.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"],s=Math.floor(Math.log(e)/Math.log(r));return parseFloat((e/Math.pow(r,s)).toFixed(2))+" "+n[s]}static generateRandomString(e=10){return _4.default.randomBytes(Math.ceil(e/2)).toString("hex").slice(0,e)}static compileHandlebars(e,r,n){return CIe.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 isPathRelativeTo(e,r){let n=
`+t.errors.map(e=>` - ${e.message}`).join(`
`)}i(sgt,"_buildMessageForResponseErrors");var ogt=class extends Error{static{i(this,"GraphqlResponseError")}constructor(t,e,r){super(sgt(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},igt=["method","baseUrl","url","headers","request","query","mediaType","operationName"],agt=["query","method","url"],oxe=/\/api\/v3\/?$/;function cgt(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(agt.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,s=Object.keys(n).reduce((a,c)=>igt.includes(c)?(a[c]=n[c],a):(a.variables||(a.variables={}),a.variables[c]=n[c],a),{}),o=n.baseUrl||t.endpoint.DEFAULTS.baseUrl;return oxe.test(o)&&(s.url=o.replace(oxe,"/api/graphql")),t(s).then(a=>{if(a.data.errors){let c={};for(let l of Object.keys(a.headers))c[l]=a.headers[l];throw new ogt(s,c,a.data)}return a.data.data})}i(cgt,"graphql");function H4(t,e){let r=t.defaults(e);return Object.assign(i((s,o)=>cgt(r,s,o),"newApi"),{defaults:H4.bind(null,r),endpoint:r.endpoint})}i(H4,"withDefaults");var Bfr=H4(xx,{headers:{"user-agent":`octokit-graphql.js/${ngt} ${Gd()}`},method:"POST",url:"/graphql"});function ixe(t){return H4(t,{method:"POST",url:"/graphql"})}i(ixe,"withCustomRequest");var z4="(?:[a-zA-Z0-9_-]+)",axe="\\.",cxe=new RegExp(`^${z4}${axe}${z4}${axe}${z4}$`),lgt=cxe.test.bind(cxe);async function ugt(t){let e=lgt(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(ugt,"auth");function dgt(t){return t.split(/\./).length===3?`bearer ${t}`:`token ${t}`}i(dgt,"withAuthorizationPrefix");async function pgt(t,e,r,n){let s=e.endpoint.merge(r,n);return s.headers.authorization=dgt(t),e(s)}i(pgt,"hook");var lxe=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(ugt.bind(null,e),{hook:pgt.bind(null,e)})},"createTokenAuth2");var V4="7.0.6";var uxe=i(()=>{},"noop"),mgt=console.warn.bind(console),fgt=console.error.bind(console);function Agt(t={}){return typeof t.debug!="function"&&(t.debug=uxe),typeof t.info!="function"&&(t.info=uxe),typeof t.warn!="function"&&(t.warn=mgt),typeof t.error!="function"&&(t.error=fgt),t}i(Agt,"createLogger");var dxe=`octokit-core.js/${V4} ${Gd()}`,KP=class{static{i(this,"Octokit")}static VERSION=V4;static defaults(e){return class extends this{static{i(this,"OctokitWithDefaults")}constructor(...n){let s=n[0]||{};if(typeof e=="function"){super(e(s));return}super(Object.assign({},e,s,s.userAgent&&e.userAgent?{userAgent:`${s.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(s=>!r.includes(s)))}}constructor(e={}){let r=new MIe.Collection,n={baseUrl:xx.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} ${dxe}`:dxe,e.baseUrl&&(n.baseUrl=e.baseUrl),e.previews&&(n.mediaType.previews=e.previews),e.timeZone&&(n.headers["time-zone"]=e.timeZone),this.request=xx.defaults(n),this.graphql=ixe(this.request).defaults(n),this.log=Agt(e.log),this.hook=r,e.authStrategy){let{authStrategy:o,...a}=e,c=o(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 o=lxe(e.auth);r.wrap("request",o.hook),this.auth=o}let s=this.constructor;for(let o=0;o<s.plugins.length;++o)
More info: ${l.url}`);let f=l.range&&l.range.length>0?l.range[0]?.start.line:void 0,g=!1;for(let E of a)if(E.remote||E.path.endsWith(u)&&E.content===d){c.push({title:p,message:m,file:E.path,startLine:f}),g=!0;break}g||G(`Buildx.convertWarningsToGitHubAnnotations: skipping warning without matching Dockerfile ${u}: ${p}`)}return c}};function Ixe(){return{registry:aa("registry"),username:aa("username"),password:aa("password"),scope:aa("scope"),ecr:aa("ecr"),logout:moe("logout"),registryAuth:aa("registry-auth")}}i(Ixe,"getInputs");function xxe(t){if(t.registryAuth&&(t.registry||t.username||t.password||t.scope||t.ecr))throw new Error("Cannot use registry-auth with other inputs");let e=[];if(t.registryAuth)e=uge(t.registryAuth).map(r=>{No(r.password);let n=r.registry||"docker.io";return{registry:n,username:r.username,password:r.password,scope:r.scope,ecr:r.ecr||"auto",configDir:tv(n,r.scope)}});else{let r=t.registry||"docker.io";e.push({registry:r,username:t.username,password:t.password,scope:t.scope,ecr:t.ecr||"auto",configDir:tv(r,t.scope)})}if(e.length==0)throw new Error("No registry to login");return e}i(xxe,"getAuthList");function tv(t,e){if(kgt()||!e||e==="")return"";let r=nY.default.join(ev.configDir,"config",t==="docker.io"?"registry-1.docker.io":t);return e.startsWith("@")?r+=e:r=nY.default.join(r,e),r}i(tv,"scopeToConfigDir");function kgt(){return process.env.DOCKER_LOGIN_SCOPE_DISABLED?qd.parseBool(process.env.DOCKER_LOGIN_SCOPE_DISABLED):!1}i(kgt,"scopeDisabled");var mMe=D(iOe(),1),fMe=D(jOe(),1),Y9=D(_u(),1);var ZOe=D(require("net"),1),eMe=D(require("tls"),1),tMe=D(bm(),1),rMe=require("events");var JOe=D(require("net"),1),KOe=D(require("http"),1),XOe=require("https");var Bl=Symbol("AgentBaseInternalState"),jL=class extends KOe.Agent{static{i(this,"Agent")}constructor(e){super(e),this[Bl]={}}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 JOe.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],s=n.indexOf(r);s!==-1&&(n.splice(s,1),this.totalSocketCount--,n.length===0&&delete this.sockets[e])}getName(e){return this.isSecureEndpoint(e)?XOe.Agent.prototype.getName.call(this,e):super.getName(e)}createSocket(e,r,n){let s={...r,secureEndpoint:this.isSecureEndpoint(r)},o=this.getName(s),a=this.incrementSockets(o);Promise.resolve().then(()=>this.connect(e,s)).then(c=>{if(this.decrementSockets(o,a),typeof c.addRequest=="function")try{return c.addRequest(e,s)}catch(l){return n(l)}this[Bl].currentSocket=c,super.createSocket(e,r,n)},c=>{this.decrementSockets(o,a),n(c)})}createConnection(){let e=this[Bl].currentSocket;if(this[Bl].currentSocket=void 0,!e)throw new Error("No socket was returned in the `connect()` function");return e}get defaultPort(){return this[Bl].defaultPort??(this.protocol==="https:"?443:80)}set defaultPort(e){this[Bl]&&(this[Bl].defaultPort=e)}get protocol(){return this[Bl].protocol??(this.isSecureEndpoint()?"https:":"http:")}set protocol(e){this[Bl]&&(this[Bl].protocol=e)}};var z9=require("url");var Wy=(0,tMe.default)("http-proxy-agent"),N0=class extends jL{static{i(this,"HttpProxyAgent")}constructor(e,r){super(r),this.proxy=typeof e=="string"?new z9.URL(e):e,this.proxyHeaders=r?.headers??{},Wy("Creating new HttpProxyAgent instance: %o",this.proxy.href);let n=(this.proxy.hostname||this.proxy.host).replace(/^\[|\]$/g,""),s=this.proxy.port?parseInt(this.proxy.port,10):this.proxy.protocol==="https:"?443:80;this.connectOpts={...r?sFt(r,"headers"):null,host:n,port:s}}addRequest(e,r){e._header=null,this.setRequestProps(e,r),super.addRequest(e,r)}setRequestProps(e,r){let{proxy:n}=this,s=r.secureEndpoint?"https:":"http:",o=e.getHeader("host")||"localhost",a=`${s}//${o}`,c=new z9.URL(e.path,a);r.port!==80&&(c.port=String(r.port)),e.path=String(c);let l=typeof this.proxyHeaders=="function"?this.proxyHeaders():{...this.proxyHeaders};if(n.username||n.password){let u=`${decodeURIComponent(n.username)}:${decodeURIComponent(n.password)}`;l["Proxy-Authorization"]=`Basic ${Buffer.from(u).toString("base64")}`}l["Proxy-Connection"]||(l["Proxy-Connection"]=this.keepAlive?"Keep-Alive":"close");for(let u of Object.keys(l)){let d=l[u];d&&e.setHeader(u,d)}}async connect(e,r){e._header=null,e.path.includes("://")||this.setRequestProps(e,r);let n,s;Wy("Regenerating stored HTTP header string for request"),e._implicitHeader(),e.outputData&&e.outputData.length>0&&(Wy("Patching connection write() output buffer with updated header"),n=e.outputData[0].data,s=n.indexOf(`\r
\r
`)+4,e.outputData[0].data=e._header+n.substring(s),Wy("Output buffer: %o",e.outputData[0].data));let o;return this.proxy.protocol==="https:"?(Wy("Creating `tls.Socket`: %o",this.connectOpts),o=eMe.connect(this.connectOpts)):(Wy("Creating `net.Socket`: %o",this.connectOpts),o=ZOe.connect(this.connectOpts)),await(0,rMe.once)(o,"connect"),o}};N0.protocols=["http","https"];function sFt(t,...e){let r={},n;for(n in t)e.includes(n)||(r[n]=t[n]);return r}i(sFt,"omit");var Qp=D(require("net"),1),V9=D(require("tls"),1),uMe=D(require("assert"),1),dMe=D(bm(),1);var nMe=D(require("net"),1),sMe=D(require("http"),1),oMe=require("https");var Rl=Symbol("AgentBaseInternalState"),JL=class extends sMe.Agent{static{i(this,"Agent")}constructor(e){super(e),this[Rl]={}}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 nMe.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],s=n.indexOf(r);s!==-1&&(n.splice(s,1),this.totalSocketCount--,n.length===0&&delete this.sockets[e])}getName(e){return this.isSecureEndpoint(e)?oMe.Agent.prototype.getName.call(this,e):super.getName(e)}createSocket(e,r,n){let s={...r,secureEndpoint:this.isSecureEndpoint(r)},o=this.getName(s),a=this.incrementSockets(o);Promise.resolve().then(()=>this.connect(e,s)).then(c=>{if(this.decrementSockets(o,a),typeof c.addRequest=="function")try{return c.addRequest(e,s)}catch(l){return n(l)}this[Rl].currentSocket=c,super.createSocket(e,r,n)},c=>{this.decrementSockets(o,a),n(c)})}createConnection(){let e=this[Rl].currentSocket;if(this[Rl].currentSocket=void 0,!e)throw new Error("No socket was returned in the `connect()` function");return e}get defaultPort(){return this[Rl].defaultPort??(this.protocol==="https:"?443:80)}set defaultPort(e){this[Rl]&&(this[Rl].defaultPort=e)}get protocol(){return this[Rl].protocol??(this.isSecureEndpoint()?"https:":"http:")}set protocol(e){this[Rl]&&(this[Rl].protocol=e)}};var pMe=require("url");var iMe=D(bm(),1);var KL=(0,iMe.default)("https-proxy-agent:parse-proxy-response");function aMe(t){return new Promise((e,r)=>{let n=0,s=[];function o(){let d=t.read();d?u(d):t.once("readable",o)}i(o,"read");function a(){t.removeListener("end",c),t.removeListener("error",l),t.removeListener("readable",o)}i(a,"cleanup");function c(){a(),KL("onend"),r(new Error("Proxy connection ended before receiving CONNECT response"))}i(c,"onend");function l(d){a(),KL("onerror %o",d),r(d)}i(l,"onerror");function u(d){s.push(d),n+=d.length;let p=Buffer.concat(s,n),m=p.indexOf(`\r
\r
`);if(m===-1){KL("have not received end of HTTP headers yet..."),o();return}let f=p.slice(0,m).toString("ascii").split(`\r
`),g=f.shift();if(!g)return t.destroy(),r(new Error("No header received from proxy CONNECT response"));let E=g.split(" "),x=+E[1],w=E.slice(2).join(" "),S={};for(let P of f){if(!P)continue;let Q=P.indexOf(":");if(Q===-1)return t.destroy(),r(new Error(`Invalid header from proxy CONNECT response: "${P}"`));let q=P.slice(0,Q).toLowerCase(),M=P.slice(Q+1).trimStart(),V=S[q];typeof V=="string"?S[q]=[V,M]:Array.isArray(V)?V.push(M):S[q]=M}KL("got proxy server response: %o %o",g,S),a(),e({connect:{statusCode:x,statusText:w,headers:S},buffered:p})}i(u,"ondata"),t.on("error",l),t.on("end",c),o()})}i(aMe,"parseProxyResponse");var T0=(0,dMe.default)("https-proxy-agent"),cMe=i(t=>t.servername===void 0&&t.host&&!Qp.isIP(t.host)?{...t,servername:t.host}:t,"setServernameFromNonIpHost"),P0=class extends JL{static{i(this,"HttpsProxyAgent")}constructor(e,r){super(r),this.options={path:void 0},this.proxy=typeof e=="string"?new pMe.URL(e):e,this.proxyHeaders=r?.headers??{},T0("Creating new HttpsProxyAgent instance: %o",this.proxy.href);let n=(this.proxy.hostname||this.proxy.host).replace(/^\[|\]$/g,""),s=this.proxy.port?parseInt(this.proxy.port,10):this.proxy.protocol==="https:"?443:80;this.connectOpts={ALPNProtocols:["http/1.1"],...r?lMe(r,"headers"):null,host:n,port:s}}async connect(e,r){let{proxy:n}=this;if(!r.host)throw new TypeError('No "host" provided');let s;n.protocol==="https:"?(T0("Creating `tls.Socket`: %o",this.connectOpts),s=V9.connect(cMe(this.connectOpts))):(T0("Creating `net.Socket`: %o",this.connectOpts),s=Qp.connect(this.connectOpts));let o=typeof this.proxyHeaders=="function"?this.proxyHeaders():{...this.proxyHeaders},a=Qp.isIPv6(r.host)?`[${r.host}]`:r.host,c=`CONNECT ${a}:${r.port} HTTP/1.1\r
`;if(n.username||n.password){let m=`${decodeURIComponent(n.username)}:${decodeURIComponent(n.password)}`;o["Proxy-Authorization"]=`Basic ${Buffer.from(m).toString("base64")}`}o.Host=`${a}:${r.port}`,o["Proxy-Connection"]||(o["Proxy-Connection"]=this.keepAlive?"Keep-Alive":"close");for(let m of Object.keys(o))c+=`${m}: ${o[m]}\r
`;let l=aMe(s);s.write(`${c}\r
`);let{connect:u,buffered:d}=await l;if(e.emit("proxyConnect",u),this.emit("proxyConnect",u,e),u.statusCode===200)return e.once("socket",oFt),r.secureEndpoint?(T0("Upgrading socket connection to TLS"),V9.connect({...lMe(cMe(r),"host","path","port"),socket:s})):s;s.destroy();let p=new Qp.Socket({writable:!1});return p.readable=!0,e.once("socket",m=>{T0("Replaying proxy buffer for failed request"),(0,uMe.default)(m.listenerCount("data")>0),m.push(d),m.push(null)}),p}};P0.protocols=["http","https"];function oFt(t){t.resume()}i(oFt,"resume");function lMe(t,...e){let r={},n;for(n in t)e.includes(n)||(r[n]=t[n]);return r}i(lMe,"omit");var W9=/^(([0-9]{12})\.(dkr\.ecr|dkr-ecr)\.(.+)\.(on\.aws|amazonaws\.(com(.cn)?|eu)))(\/([^:]+)(:.+)?)?$/,iFt=/public\.ecr\.aws|ecr-public\.aws\.com/,AMe=i(t=>W9.test(t)||XL(t),"isECR"),XL=i(t=>iFt.test(t),"isPubECR"),aFt=i(t=>{if(XL(t))return process.env.AWS_REGION||process.env.AWS_DEFAULT_REGION||"us-east-1";let e=t.match(W9);return e?e[4]:""},"getRegion"),cFt=i(t=>{if(XL(t))return[];let e=t.match(W9);if(!e)return[];let r=[e[2]];return process.env.AWS_ACCOUNT_IDS&&r.push(...process.env.AWS_ACCOUNT_IDS.split(",")),r.filter((n,s)=>r.indexOf(n)===s)},"getAccountIDs"),hMe=i(async(t,e,r)=>{let n=aFt(t),s=cFt(t),o={};s.length>0&&(G(`Requesting AWS ECR auth token for ${s.join(", ")}`),o.registryIds=s);let a,c=process.env.http_proxy||process.env.HTTP_PROXY||"";c&&(G(`Using http proxy ${c}`),a=new N0(c));let l,u=process.env.https_proxy||process.env.HTTPS_PROXY||"";u&&(G(`Using https proxy ${u}`),l=new P0(u));let d=e&&r?{accessKeyId:e,secretAccessKey:r}:void 0;if(XL(t)){Ke(`AWS Public ECR detected with ${n} region`);let m=await new fMe.ECRPUBLIC({customUserAgent:"docker-login-action",credentials:d,region:n,requestHandler:new Y9.NodeHttpHandler({httpAgent:a,httpsAgent:l})}).getAuthorizationToken(o);if(!m.authorizationData||!m.authorizationData.authorizationToken)throw new Error("Could not retrieve an authorization token from AWS Public ECR");let g=Buffer.from(m.authorizationData.authorizationToken,"base64").toString("utf-8").split(":",2);return No(g[0]),No(g[1]),[{registry:"public.ecr.aws",username:g[0],password:g[1]}]}else{Ke(`AWS ECR detected with ${n} region`);let m=await new mMe.ECR({customUserAgent:"docker-login-action",credentials:d,region:n,requestHandler:new Y9.NodeHttpHandler({httpAgent:a,httpsAgent:l})}).getAuthorizationToken(o);if(!Array.isArray(m.authorizationData)||!m.authorizationData.length)throw new Error("Could not retrieve an authorization token from AWS ECR");let f=[];for(let g of m.authorizationData){let x=Buffer.from(g.authorizationToken||"","base64").toString("utf-8").split(":",2);No(x[0]),No(x[1]),f.push({registry:g.proxyEndpoint||"",username:x[0],password:x[1]})}return f}},"getRegistriesData");async function j9(t){/true/i.test(t.ecr)||t.ecr=="auto"&&AMe(t.registry)?await dFt(t.registry,t.username,t.password,t.scope):await uFt(t.registry,t.username,t.password,t.scope)}i(j9,"login");async function gMe(t,e){let r;e!==""&&(r=Object.assign({},process.env,{DOCKER_CONFIG:e}),Ke(`Alternative config dir: ${e}`)),await $d.getExecOutput(["logout",t],{ignoreReturnCode:!0,env:r}).then(n=>{n.stderr.length>0&&n.exitCode!=0&&Dr(n.stderr.trim())})}i(gMe,"logout");async function uFt(t,e,r,n){if(!e&&!r)throw new Error("Username and password required");if(!e)throw new Error("Username required");if(!r)throw new Error("Password required");await yMe(t,e,r,n)}i(uFt,"loginStandard");async function dFt(t,e,r,n){Ke("Retrieving registries data through AWS SDK...");let s=await hMe(t,e,r);for(let o of s)await yMe(o.registry,o.username,o.password,n)}i(dFt,"loginECR");async function yMe(t,e,r,n){let s,o=tv(t,n);o!==""?(s=Object.assign({},process.env,{DOCKER_CONFIG:o}),Ke(`Logging into ${t} (scope ${n})...`)):Ke(`Logging into ${t}...`),await $d.getExecOutput(["login","--password-stdin","--username",e,t],{ignoreReturnCode:!0,silent:!0,input:Buffer.from(r),env:s}).then(a=>{if(a.stderr.length>0&&a.exitCode!=0)throw new Error(a.stderr.trim());Ke("Login Succeeded!")})}i(yMe,"loginExec");var EMe=process.env.STATE_regis
/*! 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
*)
js-yaml/dist/js-yaml.mjs:
(*! js-yaml 4.1.1 https://github.com/nodeca/js-yaml @license MIT *)
@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