mirror of
https://github.com/audacity/audacity-actions.git
synced 2025-12-11 14:04:34 -06:00
88 lines
2.5 MiB
88 lines
2.5 MiB
(()=>{var __webpack_modules__={93170:(i,c,d)=>{const p=d(89761);const A=d(87783);const C=`${workspaceDir}/mac/Audacity.entitlements`;async function signFile(i,c,d){d=d||[];return p.execWithLog("xcrun",["codesign","--verbose=3","--timestamp","--sign",c,"--options","runtime","--entitlements",C,"--force",...d,i])}async function fixupRPath(i){const c=(await p.getExecOutput("otool",["-L",i])).stdout;const d=c.split("\n").filter((i=>i.indexOf("@rpath")!=-1)).map((i=>i.match(/@rpath\/.+\.dylib/)[0]));if(d.length==0){return}const A=(await p.getExecOutput("otool",["-l",i])).stdout.split("\n").map((i=>i.trim())).filter((i=>i.search(/path\s+@(?:executable|loader)_path/)!=-1)).map((i=>i.match(/path\s+(@(?:executable|loader)_path.*)\s+\(/)[1])).map((i=>["-delete_rpath",i])).flat(Infinity);const C=d.map((i=>["-change",i,i.replace("@rpath","@executable_path/../Frameworks")])).flat(Infinity);p.log(`Fixing rpath for ${i}`);return p.execWithLog("install_name_tool",[...C,...A,i])}async function singApp(i,c){if(!c){p.log("Skipping code signings, as there is no codesign identity provided");return}const d=await A.getAudacityMacOSBundleFiles(i);exeFiles=d.MacOS;modules=d.modules;frameworks=d.Frameworks.dylib;binaries=[...exeFiles,...modules,...frameworks];for(const i of binaries){await fixupRPath(i)}for(const i of[...modules]){await signFile(i,c)}await signFile(i,c,["--deep"]);await p.execWithLog("codesign",["--verify","--deep","--verbose=4","--strict",i])}async function signDMG(i,c,d){if(!d){p.log("Skipping code signings, as there is no codesign identity provided");return}await p.execWithLog("xcrun",["codesign","--verbose","--timestamp","--identifier",c,"--sign",d,i])}async function notarizeDMG(i,c,d,A){if(!c||!c||!A){p.log("Skipping notarization, as there are no credentials provided");return}p.log(`Notarizing DMG: ${i}`);const C=await p.getExecOutput("xcrun",["notarytool","submit","--apple-id",c,"--team-id",A,"--password",d,"--output-format","json","--wait",i]);const S=JSON.parse(C.stdout);const v=await p.getExecOutput("xcrun",["notarytool","log","--apple-id",c,"--team-id",A,"--password",d,S["id"]]);p.log(v.stdout);if(S["status"]!="Accepted"){throw Error(`Notarization failed: ${S["status"]}`)}await p.execWithLog("xcrun",["stapler","staple",i]);p.log(`Notarizing was successful: ${i}`)}i.exports={singApp:singApp,signDMG:signDMG,notarizeDMG:notarizeDMG}},60060:(i,c,d)=>{const p=d(37484);i.exports={Alpha:0,Beta:1,Release:2,getBuildLevel:()=>{const i=p.getInput("build_level");const c=i.length>0?i:process.env["AUDACITY_BUILD_LEVEL"];if(c==="beta"){return 1}else if(c==="release"){return 2}else{const i=Number(c);if(Number.isInteger(i)&&i>=0&&i<=2){return i}return 0}},getBuildSuffix:i=>{if(i==1){return"beta"}else if(i==2){return""}else{return"alpha"}}}},12355:(i,c,d)=>{const p=d(79896);const A=d(81699);const C=d(16928);const S=d(34357);const v=d(89761);const T=d(87783);const _=C.join(workspaceDir,"mac","Resources","Audacity-DMG-background.png");async function estimateBundleSize(i){let c=0;for(const d of i){c+=(await p.promises.lstat(d)).size}return c*1.5}async function disableSpotlight(){try{await v.execWithLog("sudo",["mdutil","-a","-i","off"]);v.log("Spotlight indexing disabled");finalizers.push((async()=>{try{await v.execWithLog("sudo",["mdutil","-a","-i","on"]);v.log("Spotlight indexing enabled")}catch(i){v.error(i.message)}}))}catch(i){v.error(i.message)}}async function createTempImage(i,c,d,S){const T=A.template("%s.dmg").writeFileSync("");v.log(T);S.push((async()=>{if(p.existsSync(T)){v.log(`Removing image ${T}`);await p.promises.rm(T)}}));const _=10;for(let p=1;p<_;++p){try{await v.execWithLog("hdiutil",["create",T,"-ov","-format","UDRW","-fs","HFS+","-size",d,"-srcdir",C.dirname(i),"-volname",c]);return T}catch(i){v.error(i.message);await v.sleep(2e3*p)}}throw new Error(`Failed to create image ${T}`)}async function detachImage(i){const c=10;for(let d=1;d<c;++d){try{if(!p.existsSync(i)){v.log(`Image ${i} already detached`);return}return await v.execWithLog("hdiutil",["detach",i])}catch(i){v.error(i.message);await v.sleep(2e3*d)}}try{if(!p.existsSync(i)){v.log(`Image ${i} already detached`);return}return await v.execWithLog("hdiutil",["detach",i,"-force"])}catch(c){v.error(c.message);throw new Error(`Failed to detach image ${i}`)}}async function attachImage(i,c){const d=10;for(let A=1;A<d;++A){try{const d=await v.getExecOutput("hdiutil",["attach",i,"-nobrowse","-noverify","-noautoopen"]);const A=/Apple_HFS\s+(.*)\s*$/.exec(d.stdout);const C=A[1];c.push((async()=>{if(p.existsSync(C)){v.log(`Detaching image ${i} mounted at ${C}`);await detachImage(C)}}));return C}catch(i){v.error(i.message);await v.sleep(2e3*A)}}throw new Error(`Failed to attach image ${i}`)}async function copyFiles(i,c,d){c=C.dirname(c);const A=C.join(i,".background");const S=C.join(A,"bg.png");if(!p.existsSync(A)){p.mkdirSync(A)}await p.promises.copyFile(_,S)}async function createLinks(i){await p.promises.symlink("/Applications",C.join(i,"Applications"))}async function createDSStore(i,c){const d=new S;d.vSrn(1);d.setIconSize(72);d.setBackgroundPath(C.join(i,".background","bg.png"));d.setWindowPos(400,100);d.setWindowSize(600,450);d.setIconPos(c,170,350);d.setIconPos("Applications",430,350);await new Promise(((c,p)=>{d.write(C.join(i,".DS_Store"),(i=>{if(i){p(i)}else{c()}}))}))}async function convertDMG(i,c){const d=10;for(let A=1;A<d;++A){try{if(p.existsSync(c)){p.rmSync(c)}const d=i+".new.dmg";if(p.existsSync(d)){p.rmSync(d)}await p.promises.copyFile(i,d);await v.execWithLog("hdiutil",["convert",d,"-format","UDZO","-imagekey","zlib-level=9","-o",c]);p.rmSync(d);return}catch(i){v.error(i.message);await v.sleep(2e3*A)}}if(!p.existsSync(c)){throw new Error(`Failed to convert image ${i} to ${c}`)}}async function packageDMG(i,c){finalizers=[];const d=C.basename(c,".app");try{const p=await T.listDirectory(c);const A=await estimateBundleSize([...p,_]);await disableSpotlight();const S=await createTempImage(c,d,A,finalizers);const v=await attachImage(S,finalizers);await copyFiles(v,c,p);await createLinks(v);await createDSStore(v,C.basename(c));await detachImage(v);await convertDMG(S,i)}finally{Promise.all(finalizers.slice(0).reverse().map((async i=>i())))}}i.exports={packageDMG:packageDMG}},87783:(i,c,d)=>{const p=d(79896);const A=d(16928);const C=d(47206);helpers=d(89761);const getFilesFromDirectoryRecursive=async i=>{const c=await p.promises.readdir(i);const d=await Promise.all(c.map((async c=>{const d=A.join(i,c);const C=await p.promises.stat(d);if(C.isDirectory()){return getFilesFromDirectoryRecursive(d)}else{return d}})));return d.filter((i=>i.length))};async function globFiles(i){const c=await C.create(Array.isArray(i)?i.join("\n"):i);let d=[];for await(const i of c.globGenerator()){const c=await p.promises.lstat(i);if(c.isSymbolicLink()){continue}d.push(i)}return d}async function listMacosAppsRecursive(i,c){const d=await p.promises.readdir(i);await Promise.all(d.map((async d=>{const C=A.join(i,d);const S=await p.promises.stat(C);if(S.isDirectory()){if(A.extname(d)==".app"){c.push(C)}else{return listMacosAppsRecursive(C,c)}}})))}async function getAudacityMacOSBundleFiles(i){bundle={MacOS:[],Frameworks:{dylib:[]},modules:[],misc:[]};const c=(await getFilesFromDirectoryRecursive(i)).flat(Infinity);c.forEach((i=>{if(i.indexOf("Contents/MacOS")!=-1){bundle.MacOS.push(i)}else if(i.indexOf("Contents/Frameworks")!=-1){const c=p.statSync(i);if(c.isSymbolicLink()){bundle.misc.push(i)}else if(c.isFile()){bundle.Frameworks.dylib.push(i)}else{throw Error("Bundled frameworks are not supported")}}else if(i.indexOf("Contents/modules")!=-1){bundle.modules.push(i)}else{bundle.misc.push(i)}}));return bundle}async function copyFile(i,c){const d=A.dirname(c);if(!p.existsSync(d)){p.mkdirSync(d,{recursive:true})}return p.promises.copyFile(i,c)}async function copyFiles(i,c,d){return helpers.awaitAll(c,(async c=>{const p=A.relative(i,c);return copyFile(c,A.join(d,p))}))}async function listMacosApps(i){apps=[];await listMacosAppsRecursive(i,apps);return apps}i.exports={listDirectory:async i=>(await getFilesFromDirectoryRecursive(i)).flat(Infinity),globFiles:globFiles,listMacosApps:listMacosApps,getAudacityMacOSBundleFiles:getAudacityMacOSBundleFiles,copyFile:copyFile,copyFiles:copyFiles}},89761:(i,c,d)=>{const p=d(37484);const A=d(95236);const C=d(16928);const S=d(22296);const v=d(79896);const T=process.env["CI"];global.workspaceDir=process.env["GITHUB_WORKSPACE"];global.conanCachePath=C.join(workspaceDir,".conan");function log(i){if(T){p.info(i)}else{console.log(i)}}function error(i){if(T){p.error(i)}else{console.error(i)}}async function execWithLog(i,c){if(T){return A.exec(i,c)}else{return A.exec(i,c,{listeners:{stdout:i=>{log(i.toString())},stderr:i=>{error(i.toString())}}})}}async function getExecOutput(i,c){if(T){return A.getExecOutput(i,c)}else{return A.getExecOutput(i,c,{listeners:{stdout:i=>{log(i.toString())},stderr:i=>{error(i.toString())}}})}}async function awaitAll(i,c){return await Promise.all(i.map((async i=>c(i))))}async function getMD5(i){const c=await v.promises.readFile(i);return S(c)}function getDateString(){const i=new Date;return[i.getFullYear(),("0"+(i.getMonth()+1)).slice(-2),("0"+i.getDate()).slice(-2)].join("")}const sleep=i=>new Promise((c=>setTimeout(c,i)));process.on("unhandledRejection",((i,c)=>{error(i);p.setFailed(i);process.exit(1)})).on("uncaughtException",(i=>{error(i);p.setFailed(i);process.exit(1)}));i.exports={log:log,error:error,execWithLog:execWithLog,getExecOutput:getExecOutput,sleep:sleep,awaitAll:awaitAll,getMD5:getMD5,getDateString:getDateString}},87416:(i,c,d)=>{const p=d(16928);const A=d(89761);const C=d(87783);const S=d(79896);async function create(i,c){firstBundle=await C.getAudacityMacOSBundleFiles(c[0]);await C.copyFiles(c[0],firstBundle.misc,i);enlprojPath=p.join(i,"Contents","Resources","en.lproj");if(!S.existsSync(enlprojPath)){S.mkdirSync(enlprojPath,{recursive:true})}const d=[...firstBundle.MacOS,...firstBundle.Frameworks.dylib,...firstBundle.modules];return A.awaitAll(d,(d=>{const C=p.relative(c[0],d);const v=c.map((i=>p.join(i,C)));const T=p.join(i,C);const _=p.dirname(T);if(!S.existsSync(_)){S.mkdirSync(_,{recursive:true})}return A.execWithLog("lipo",["-create","-output",T,...v])}))}async function archs(i){const c=p.join(i,"Contents","MacOS");const d=p.join(c,S.readdirSync(c)[0]);return(await A.getExecOutput("lipo",["-archs",d])).stdout.split(/\s+/).map((i=>i.trim())).filter((i=>i.length>0))}async function archSuffix(i){const c=await archs(i);if(c.length==1){return c[0]}else{return"universal"}}i.exports={create:create,archs:archs,archSuffix:archSuffix}},76846:function(i,c,d){"use strict";var p=this&&this.__createBinding||(Object.create?function(i,c,d,p){if(p===undefined)p=d;var A=Object.getOwnPropertyDescriptor(c,d);if(!A||("get"in A?!c.__esModule:A.writable||A.configurable)){A={enumerable:true,get:function(){return c[d]}}}Object.defineProperty(i,p,A)}:function(i,c,d,p){if(p===undefined)p=d;i[p]=c[d]});var A=this&&this.__exportStar||function(i,c){for(var d in i)if(d!=="default"&&!Object.prototype.hasOwnProperty.call(c,d))p(c,i,d)};Object.defineProperty(c,"__esModule",{value:true});const C=d(64487);A(d(13776),c);A(d(45655),c);A(d(64487),c);const S=new C.DefaultArtifactClient;c["default"]=S},35592:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.Timestamp=void 0;const p=d(68886);const A=d(68886);const C=d(68886);const S=d(68886);const v=d(68886);const T=d(68886);const _=d(68886);class Timestamp$Type extends _.MessageType{constructor(){super("google.protobuf.Timestamp",[{no:1,name:"seconds",kind:"scalar",T:3},{no:2,name:"nanos",kind:"scalar",T:5}])}now(){const i=this.create();const c=Date.now();i.seconds=T.PbLong.from(Math.floor(c/1e3)).toString();i.nanos=c%1e3*1e6;return i}toDate(i){return new Date(T.PbLong.from(i.seconds).toNumber()*1e3+Math.ceil(i.nanos/1e6))}fromDate(i){const c=this.create();const d=i.getTime();c.seconds=T.PbLong.from(Math.floor(d/1e3)).toString();c.nanos=d%1e3*1e6;return c}internalJsonWrite(i,c){let d=T.PbLong.from(i.seconds).toNumber()*1e3;if(d<Date.parse("0001-01-01T00:00:00Z")||d>Date.parse("9999-12-31T23:59:59Z"))throw new Error("Unable to encode Timestamp to JSON. Must be from 0001-01-01T00:00:00Z to 9999-12-31T23:59:59Z inclusive.");if(i.nanos<0)throw new Error("Unable to encode invalid Timestamp to JSON. Nanos must not be negative.");let p="Z";if(i.nanos>0){let c=(i.nanos+1e9).toString().substring(1);if(c.substring(3)==="000000")p="."+c.substring(0,3)+"Z";else if(c.substring(6)==="000")p="."+c.substring(0,6)+"Z";else p="."+c+"Z"}return new Date(d).toISOString().replace(".000Z",p)}internalJsonRead(i,c,d){if(typeof i!=="string")throw new Error("Unable to parse Timestamp from JSON "+(0,v.typeofJsonValue)(i)+".");let p=i.match(/^([0-9]{4})-([0-9]{2})-([0-9]{2})T([0-9]{2}):([0-9]{2}):([0-9]{2})(?:Z|\.([0-9]{3,9})Z|([+-][0-9][0-9]:[0-9][0-9]))$/);if(!p)throw new Error("Unable to parse Timestamp from JSON. Invalid format.");let A=Date.parse(p[1]+"-"+p[2]+"-"+p[3]+"T"+p[4]+":"+p[5]+":"+p[6]+(p[8]?p[8]:"Z"));if(Number.isNaN(A))throw new Error("Unable to parse Timestamp from JSON. Invalid value.");if(A<Date.parse("0001-01-01T00:00:00Z")||A>Date.parse("9999-12-31T23:59:59Z"))throw new globalThis.Error("Unable to parse Timestamp from JSON. Must be from 0001-01-01T00:00:00Z to 9999-12-31T23:59:59Z inclusive.");if(!d)d=this.create();d.seconds=T.PbLong.from(A/1e3).toString();d.nanos=0;if(p[7])d.nanos=parseInt("1"+p[7]+"0".repeat(9-p[7].length))-1e9;return d}create(i){const c={seconds:"0",nanos:0};globalThis.Object.defineProperty(c,S.MESSAGE_TYPE,{enumerable:false,value:this});if(i!==undefined)(0,C.reflectionMergePartial)(this,c,i);return c}internalBinaryRead(i,c,d,p){let C=p!==null&&p!==void 0?p:this.create(),S=i.pos+c;while(i.pos<S){let[c,p]=i.tag();switch(c){case 1:C.seconds=i.int64().toString();break;case 2:C.nanos=i.int32();break;default:let S=d.readUnknownField;if(S==="throw")throw new globalThis.Error(`Unknown field ${c} (wire type ${p}) for ${this.typeName}`);let v=i.skip(p);if(S!==false)(S===true?A.UnknownFieldHandler.onRead:S)(this.typeName,C,c,p,v)}}return C}internalBinaryWrite(i,c,d){if(i.seconds!=="0")c.tag(1,p.WireType.Varint).int64(i.seconds);if(i.nanos!==0)c.tag(2,p.WireType.Varint).int32(i.nanos);let C=d.writeUnknownFields;if(C!==false)(C==true?A.UnknownFieldHandler.onWrite:C)(this.typeName,i,c);return c}}c.Timestamp=new Timestamp$Type},78806:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.BytesValue=c.StringValue=c.BoolValue=c.UInt32Value=c.Int32Value=c.UInt64Value=c.Int64Value=c.FloatValue=c.DoubleValue=void 0;const p=d(68886);const A=d(68886);const C=d(68886);const S=d(68886);const v=d(68886);const T=d(68886);const _=d(68886);class DoubleValue$Type extends _.MessageType{constructor(){super("google.protobuf.DoubleValue",[{no:1,name:"value",kind:"scalar",T:1}])}internalJsonWrite(i,c){return this.refJsonWriter.scalar(2,i.value,"value",false,true)}internalJsonRead(i,c,d){if(!d)d=this.create();d.value=this.refJsonReader.scalar(i,1,undefined,"value");return d}create(i){const c={value:0};globalThis.Object.defineProperty(c,T.MESSAGE_TYPE,{enumerable:false,value:this});if(i!==undefined)(0,v.reflectionMergePartial)(this,c,i);return c}internalBinaryRead(i,c,d,p){let A=p!==null&&p!==void 0?p:this.create(),C=i.pos+c;while(i.pos<C){let[c,p]=i.tag();switch(c){case 1:A.value=i.double();break;default:let C=d.readUnknownField;if(C==="throw")throw new globalThis.Error(`Unknown field ${c} (wire type ${p}) for ${this.typeName}`);let v=i.skip(p);if(C!==false)(C===true?S.UnknownFieldHandler.onRead:C)(this.typeName,A,c,p,v)}}return A}internalBinaryWrite(i,c,d){if(i.value!==0)c.tag(1,C.WireType.Bit64).double(i.value);let p=d.writeUnknownFields;if(p!==false)(p==true?S.UnknownFieldHandler.onWrite:p)(this.typeName,i,c);return c}}c.DoubleValue=new DoubleValue$Type;class FloatValue$Type extends _.MessageType{constructor(){super("google.protobuf.FloatValue",[{no:1,name:"value",kind:"scalar",T:2}])}internalJsonWrite(i,c){return this.refJsonWriter.scalar(1,i.value,"value",false,true)}internalJsonRead(i,c,d){if(!d)d=this.create();d.value=this.refJsonReader.scalar(i,1,undefined,"value");return d}create(i){const c={value:0};globalThis.Object.defineProperty(c,T.MESSAGE_TYPE,{enumerable:false,value:this});if(i!==undefined)(0,v.reflectionMergePartial)(this,c,i);return c}internalBinaryRead(i,c,d,p){let A=p!==null&&p!==void 0?p:this.create(),C=i.pos+c;while(i.pos<C){let[c,p]=i.tag();switch(c){case 1:A.value=i.float();break;default:let C=d.readUnknownField;if(C==="throw")throw new globalThis.Error(`Unknown field ${c} (wire type ${p}) for ${this.typeName}`);let v=i.skip(p);if(C!==false)(C===true?S.UnknownFieldHandler.onRead:C)(this.typeName,A,c,p,v)}}return A}internalBinaryWrite(i,c,d){if(i.value!==0)c.tag(1,C.WireType.Bit32).float(i.value);let p=d.writeUnknownFields;if(p!==false)(p==true?S.UnknownFieldHandler.onWrite:p)(this.typeName,i,c);return c}}c.FloatValue=new FloatValue$Type;class Int64Value$Type extends _.MessageType{constructor(){super("google.protobuf.Int64Value",[{no:1,name:"value",kind:"scalar",T:3}])}internalJsonWrite(i,c){return this.refJsonWriter.scalar(p.ScalarType.INT64,i.value,"value",false,true)}internalJsonRead(i,c,d){if(!d)d=this.create();d.value=this.refJsonReader.scalar(i,p.ScalarType.INT64,A.LongType.STRING,"value");return d}create(i){const c={value:"0"};globalThis.Object.defineProperty(c,T.MESSAGE_TYPE,{enumerable:false,value:this});if(i!==undefined)(0,v.reflectionMergePartial)(this,c,i);return c}internalBinaryRead(i,c,d,p){let A=p!==null&&p!==void 0?p:this.create(),C=i.pos+c;while(i.pos<C){let[c,p]=i.tag();switch(c){case 1:A.value=i.int64().toString();break;default:let C=d.readUnknownField;if(C==="throw")throw new globalThis.Error(`Unknown field ${c} (wire type ${p}) for ${this.typeName}`);let v=i.skip(p);if(C!==false)(C===true?S.UnknownFieldHandler.onRead:C)(this.typeName,A,c,p,v)}}return A}internalBinaryWrite(i,c,d){if(i.value!=="0")c.tag(1,C.WireType.Varint).int64(i.value);let p=d.writeUnknownFields;if(p!==false)(p==true?S.UnknownFieldHandler.onWrite:p)(this.typeName,i,c);return c}}c.Int64Value=new Int64Value$Type;class UInt64Value$Type extends _.MessageType{constructor(){super("google.protobuf.UInt64Value",[{no:1,name:"value",kind:"scalar",T:4}])}internalJsonWrite(i,c){return this.refJsonWriter.scalar(p.ScalarType.UINT64,i.value,"value",false,true)}internalJsonRead(i,c,d){if(!d)d=this.create();d.value=this.refJsonReader.scalar(i,p.ScalarType.UINT64,A.LongType.STRING,"value");return d}create(i){const c={value:"0"};globalThis.Object.defineProperty(c,T.MESSAGE_TYPE,{enumerable:false,value:this});if(i!==undefined)(0,v.reflectionMergePartial)(this,c,i);return c}internalBinaryRead(i,c,d,p){let A=p!==null&&p!==void 0?p:this.create(),C=i.pos+c;while(i.pos<C){let[c,p]=i.tag();switch(c){case 1:A.value=i.uint64().toString();break;default:let C=d.readUnknownField;if(C==="throw")throw new globalThis.Error(`Unknown field ${c} (wire type ${p}) for ${this.typeName}`);let v=i.skip(p);if(C!==false)(C===true?S.UnknownFieldHandler.onRead:C)(this.typeName,A,c,p,v)}}return A}internalBinaryWrite(i,c,d){if(i.value!=="0")c.tag(1,C.WireType.Varint).uint64(i.value);let p=d.writeUnknownFields;if(p!==false)(p==true?S.UnknownFieldHandler.onWrite:p)(this.typeName,i,c);return c}}c.UInt64Value=new UInt64Value$Type;class Int32Value$Type extends _.MessageType{constructor(){super("google.protobuf.Int32Value",[{no:1,name:"value",kind:"scalar",T:5}])}internalJsonWrite(i,c){return this.refJsonWriter.scalar(5,i.value,"value",false,true)}internalJsonRead(i,c,d){if(!d)d=this.create();d.value=this.refJsonReader.scalar(i,5,undefined,"value");return d}create(i){const c={value:0};globalThis.Object.defineProperty(c,T.MESSAGE_TYPE,{enumerable:false,value:this});if(i!==undefined)(0,v.reflectionMergePartial)(this,c,i);return c}internalBinaryRead(i,c,d,p){let A=p!==null&&p!==void 0?p:this.create(),C=i.pos+c;while(i.pos<C){let[c,p]=i.tag();switch(c){case 1:A.value=i.int32();break;default:let C=d.readUnknownField;if(C==="throw")throw new globalThis.Error(`Unknown field ${c} (wire type ${p}) for ${this.typeName}`);let v=i.skip(p);if(C!==false)(C===true?S.UnknownFieldHandler.onRead:C)(this.typeName,A,c,p,v)}}return A}internalBinaryWrite(i,c,d){if(i.value!==0)c.tag(1,C.WireType.Varint).int32(i.value);let p=d.writeUnknownFields;if(p!==false)(p==true?S.UnknownFieldHandler.onWrite:p)(this.typeName,i,c);return c}}c.Int32Value=new Int32Value$Type;class UInt32Value$Type extends _.MessageType{constructor(){super("google.protobuf.UInt32Value",[{no:1,name:"value",kind:"scalar",T:13}])}internalJsonWrite(i,c){return this.refJsonWriter.scalar(13,i.value,"value",false,true)}internalJsonRead(i,c,d){if(!d)d=this.create();d.value=this.refJsonReader.scalar(i,13,undefined,"value");return d}create(i){const c={value:0};globalThis.Object.defineProperty(c,T.MESSAGE_TYPE,{enumerable:false,value:this});if(i!==undefined)(0,v.reflectionMergePartial)(this,c,i);return c}internalBinaryRead(i,c,d,p){let A=p!==null&&p!==void 0?p:this.create(),C=i.pos+c;while(i.pos<C){let[c,p]=i.tag();switch(c){case 1:A.value=i.uint32();break;default:let C=d.readUnknownField;if(C==="throw")throw new globalThis.Error(`Unknown field ${c} (wire type ${p}) for ${this.typeName}`);let v=i.skip(p);if(C!==false)(C===true?S.UnknownFieldHandler.onRead:C)(this.typeName,A,c,p,v)}}return A}internalBinaryWrite(i,c,d){if(i.value!==0)c.tag(1,C.WireType.Varint).uint32(i.value);let p=d.writeUnknownFields;if(p!==false)(p==true?S.UnknownFieldHandler.onWrite:p)(this.typeName,i,c);return c}}c.UInt32Value=new UInt32Value$Type;class BoolValue$Type extends _.MessageType{constructor(){super("google.protobuf.BoolValue",[{no:1,name:"value",kind:"scalar",T:8}])}internalJsonWrite(i,c){return i.value}internalJsonRead(i,c,d){if(!d)d=this.create();d.value=this.refJsonReader.scalar(i,8,undefined,"value");return d}create(i){const c={value:false};globalThis.Object.defineProperty(c,T.MESSAGE_TYPE,{enumerable:false,value:this});if(i!==undefined)(0,v.reflectionMergePartial)(this,c,i);return c}internalBinaryRead(i,c,d,p){let A=p!==null&&p!==void 0?p:this.create(),C=i.pos+c;while(i.pos<C){let[c,p]=i.tag();switch(c){case 1:A.value=i.bool();break;default:let C=d.readUnknownField;if(C==="throw")throw new globalThis.Error(`Unknown field ${c} (wire type ${p}) for ${this.typeName}`);let v=i.skip(p);if(C!==false)(C===true?S.UnknownFieldHandler.onRead:C)(this.typeName,A,c,p,v)}}return A}internalBinaryWrite(i,c,d){if(i.value!==false)c.tag(1,C.WireType.Varint).bool(i.value);let p=d.writeUnknownFields;if(p!==false)(p==true?S.UnknownFieldHandler.onWrite:p)(this.typeName,i,c);return c}}c.BoolValue=new BoolValue$Type;class StringValue$Type extends _.MessageType{constructor(){super("google.protobuf.StringValue",[{no:1,name:"value",kind:"scalar",T:9}])}internalJsonWrite(i,c){return i.value}internalJsonRead(i,c,d){if(!d)d=this.create();d.value=this.refJsonReader.scalar(i,9,undefined,"value");return d}create(i){const c={value:""};globalThis.Object.defineProperty(c,T.MESSAGE_TYPE,{enumerable:false,value:this});if(i!==undefined)(0,v.reflectionMergePartial)(this,c,i);return c}internalBinaryRead(i,c,d,p){let A=p!==null&&p!==void 0?p:this.create(),C=i.pos+c;while(i.pos<C){let[c,p]=i.tag();switch(c){case 1:A.value=i.string();break;default:let C=d.readUnknownField;if(C==="throw")throw new globalThis.Error(`Unknown field ${c} (wire type ${p}) for ${this.typeName}`);let v=i.skip(p);if(C!==false)(C===true?S.UnknownFieldHandler.onRead:C)(this.typeName,A,c,p,v)}}return A}internalBinaryWrite(i,c,d){if(i.value!=="")c.tag(1,C.WireType.LengthDelimited).string(i.value);let p=d.writeUnknownFields;if(p!==false)(p==true?S.UnknownFieldHandler.onWrite:p)(this.typeName,i,c);return c}}c.StringValue=new StringValue$Type;class BytesValue$Type extends _.MessageType{constructor(){super("google.protobuf.BytesValue",[{no:1,name:"value",kind:"scalar",T:12}])}internalJsonWrite(i,c){return this.refJsonWriter.scalar(12,i.value,"value",false,true)}internalJsonRead(i,c,d){if(!d)d=this.create();d.value=this.refJsonReader.scalar(i,12,undefined,"value");return d}create(i){const c={value:new Uint8Array(0)};globalThis.Object.defineProperty(c,T.MESSAGE_TYPE,{enumerable:false,value:this});if(i!==undefined)(0,v.reflectionMergePartial)(this,c,i);return c}internalBinaryRead(i,c,d,p){let A=p!==null&&p!==void 0?p:this.create(),C=i.pos+c;while(i.pos<C){let[c,p]=i.tag();switch(c){case 1:A.value=i.bytes();break;default:let C=d.readUnknownField;if(C==="throw")throw new globalThis.Error(`Unknown field ${c} (wire type ${p}) for ${this.typeName}`);let v=i.skip(p);if(C!==false)(C===true?S.UnknownFieldHandler.onRead:C)(this.typeName,A,c,p,v)}}return A}internalBinaryWrite(i,c,d){if(i.value.length)c.tag(1,C.WireType.LengthDelimited).bytes(i.value);let p=d.writeUnknownFields;if(p!==false)(p==true?S.UnknownFieldHandler.onWrite:p)(this.typeName,i,c);return c}}c.BytesValue=new BytesValue$Type},44216:function(i,c,d){"use strict";var p=this&&this.__createBinding||(Object.create?function(i,c,d,p){if(p===undefined)p=d;var A=Object.getOwnPropertyDescriptor(c,d);if(!A||("get"in A?!c.__esModule:A.writable||A.configurable)){A={enumerable:true,get:function(){return c[d]}}}Object.defineProperty(i,p,A)}:function(i,c,d,p){if(p===undefined)p=d;i[p]=c[d]});var A=this&&this.__exportStar||function(i,c){for(var d in i)if(d!=="default"&&!Object.prototype.hasOwnProperty.call(c,d))p(c,i,d)};Object.defineProperty(c,"__esModule",{value:true});A(d(35592),c);A(d(78806),c);A(d(68614),c);A(d(31800),c)},68614:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.ArtifactService=c.DeleteArtifactResponse=c.DeleteArtifactRequest=c.GetSignedArtifactURLResponse=c.GetSignedArtifactURLRequest=c.ListArtifactsResponse_MonolithArtifact=c.ListArtifactsResponse=c.ListArtifactsRequest=c.FinalizeArtifactResponse=c.FinalizeArtifactRequest=c.CreateArtifactResponse=c.CreateArtifactRequest=c.FinalizeMigratedArtifactResponse=c.FinalizeMigratedArtifactRequest=c.MigrateArtifactResponse=c.MigrateArtifactRequest=void 0;const p=d(44420);const A=d(68886);const C=d(68886);const S=d(68886);const v=d(68886);const T=d(68886);const _=d(78806);const V=d(78806);const Z=d(35592);class MigrateArtifactRequest$Type extends T.MessageType{constructor(){super("github.actions.results.api.v1.MigrateArtifactRequest",[{no:1,name:"workflow_run_backend_id",kind:"scalar",T:9},{no:2,name:"name",kind:"scalar",T:9},{no:3,name:"expires_at",kind:"message",T:()=>Z.Timestamp}])}create(i){const c={workflowRunBackendId:"",name:""};globalThis.Object.defineProperty(c,v.MESSAGE_TYPE,{enumerable:false,value:this});if(i!==undefined)(0,S.reflectionMergePartial)(this,c,i);return c}internalBinaryRead(i,c,d,p){let A=p!==null&&p!==void 0?p:this.create(),S=i.pos+c;while(i.pos<S){let[c,p]=i.tag();switch(c){case 1:A.workflowRunBackendId=i.string();break;case 2:A.name=i.string();break;case 3:A.expiresAt=Z.Timestamp.internalBinaryRead(i,i.uint32(),d,A.expiresAt);break;default:let S=d.readUnknownField;if(S==="throw")throw new globalThis.Error(`Unknown field ${c} (wire type ${p}) for ${this.typeName}`);let v=i.skip(p);if(S!==false)(S===true?C.UnknownFieldHandler.onRead:S)(this.typeName,A,c,p,v)}}return A}internalBinaryWrite(i,c,d){if(i.workflowRunBackendId!=="")c.tag(1,A.WireType.LengthDelimited).string(i.workflowRunBackendId);if(i.name!=="")c.tag(2,A.WireType.LengthDelimited).string(i.name);if(i.expiresAt)Z.Timestamp.internalBinaryWrite(i.expiresAt,c.tag(3,A.WireType.LengthDelimited).fork(),d).join();let p=d.writeUnknownFields;if(p!==false)(p==true?C.UnknownFieldHandler.onWrite:p)(this.typeName,i,c);return c}}c.MigrateArtifactRequest=new MigrateArtifactRequest$Type;class MigrateArtifactResponse$Type extends T.MessageType{constructor(){super("github.actions.results.api.v1.MigrateArtifactResponse",[{no:1,name:"ok",kind:"scalar",T:8},{no:2,name:"signed_upload_url",kind:"scalar",T:9}])}create(i){const c={ok:false,signedUploadUrl:""};globalThis.Object.defineProperty(c,v.MESSAGE_TYPE,{enumerable:false,value:this});if(i!==undefined)(0,S.reflectionMergePartial)(this,c,i);return c}internalBinaryRead(i,c,d,p){let A=p!==null&&p!==void 0?p:this.create(),S=i.pos+c;while(i.pos<S){let[c,p]=i.tag();switch(c){case 1:A.ok=i.bool();break;case 2:A.signedUploadUrl=i.string();break;default:let S=d.readUnknownField;if(S==="throw")throw new globalThis.Error(`Unknown field ${c} (wire type ${p}) for ${this.typeName}`);let v=i.skip(p);if(S!==false)(S===true?C.UnknownFieldHandler.onRead:S)(this.typeName,A,c,p,v)}}return A}internalBinaryWrite(i,c,d){if(i.ok!==false)c.tag(1,A.WireType.Varint).bool(i.ok);if(i.signedUploadUrl!=="")c.tag(2,A.WireType.LengthDelimited).string(i.signedUploadUrl);let p=d.writeUnknownFields;if(p!==false)(p==true?C.UnknownFieldHandler.onWrite:p)(this.typeName,i,c);return c}}c.MigrateArtifactResponse=new MigrateArtifactResponse$Type;class FinalizeMigratedArtifactRequest$Type extends T.MessageType{constructor(){super("github.actions.results.api.v1.FinalizeMigratedArtifactRequest",[{no:1,name:"workflow_run_backend_id",kind:"scalar",T:9},{no:2,name:"name",kind:"scalar",T:9},{no:3,name:"size",kind:"scalar",T:3}])}create(i){const c={workflowRunBackendId:"",name:"",size:"0"};globalThis.Object.defineProperty(c,v.MESSAGE_TYPE,{enumerable:false,value:this});if(i!==undefined)(0,S.reflectionMergePartial)(this,c,i);return c}internalBinaryRead(i,c,d,p){let A=p!==null&&p!==void 0?p:this.create(),S=i.pos+c;while(i.pos<S){let[c,p]=i.tag();switch(c){case 1:A.workflowRunBackendId=i.string();break;case 2:A.name=i.string();break;case 3:A.size=i.int64().toString();break;default:let S=d.readUnknownField;if(S==="throw")throw new globalThis.Error(`Unknown field ${c} (wire type ${p}) for ${this.typeName}`);let v=i.skip(p);if(S!==false)(S===true?C.UnknownFieldHandler.onRead:S)(this.typeName,A,c,p,v)}}return A}internalBinaryWrite(i,c,d){if(i.workflowRunBackendId!=="")c.tag(1,A.WireType.LengthDelimited).string(i.workflowRunBackendId);if(i.name!=="")c.tag(2,A.WireType.LengthDelimited).string(i.name);if(i.size!=="0")c.tag(3,A.WireType.Varint).int64(i.size);let p=d.writeUnknownFields;if(p!==false)(p==true?C.UnknownFieldHandler.onWrite:p)(this.typeName,i,c);return c}}c.FinalizeMigratedArtifactRequest=new FinalizeMigratedArtifactRequest$Type;class FinalizeMigratedArtifactResponse$Type extends T.MessageType{constructor(){super("github.actions.results.api.v1.FinalizeMigratedArtifactResponse",[{no:1,name:"ok",kind:"scalar",T:8},{no:2,name:"artifact_id",kind:"scalar",T:3}])}create(i){const c={ok:false,artifactId:"0"};globalThis.Object.defineProperty(c,v.MESSAGE_TYPE,{enumerable:false,value:this});if(i!==undefined)(0,S.reflectionMergePartial)(this,c,i);return c}internalBinaryRead(i,c,d,p){let A=p!==null&&p!==void 0?p:this.create(),S=i.pos+c;while(i.pos<S){let[c,p]=i.tag();switch(c){case 1:A.ok=i.bool();break;case 2:A.artifactId=i.int64().toString();break;default:let S=d.readUnknownField;if(S==="throw")throw new globalThis.Error(`Unknown field ${c} (wire type ${p}) for ${this.typeName}`);let v=i.skip(p);if(S!==false)(S===true?C.UnknownFieldHandler.onRead:S)(this.typeName,A,c,p,v)}}return A}internalBinaryWrite(i,c,d){if(i.ok!==false)c.tag(1,A.WireType.Varint).bool(i.ok);if(i.artifactId!=="0")c.tag(2,A.WireType.Varint).int64(i.artifactId);let p=d.writeUnknownFields;if(p!==false)(p==true?C.UnknownFieldHandler.onWrite:p)(this.typeName,i,c);return c}}c.FinalizeMigratedArtifactResponse=new FinalizeMigratedArtifactResponse$Type;class CreateArtifactRequest$Type extends T.MessageType{constructor(){super("github.actions.results.api.v1.CreateArtifactRequest",[{no:1,name:"workflow_run_backend_id",kind:"scalar",T:9},{no:2,name:"workflow_job_run_backend_id",kind:"scalar",T:9},{no:3,name:"name",kind:"scalar",T:9},{no:4,name:"expires_at",kind:"message",T:()=>Z.Timestamp},{no:5,name:"version",kind:"scalar",T:5}])}create(i){const c={workflowRunBackendId:"",workflowJobRunBackendId:"",name:"",version:0};globalThis.Object.defineProperty(c,v.MESSAGE_TYPE,{enumerable:false,value:this});if(i!==undefined)(0,S.reflectionMergePartial)(this,c,i);return c}internalBinaryRead(i,c,d,p){let A=p!==null&&p!==void 0?p:this.create(),S=i.pos+c;while(i.pos<S){let[c,p]=i.tag();switch(c){case 1:A.workflowRunBackendId=i.string();break;case 2:A.workflowJobRunBackendId=i.string();break;case 3:A.name=i.string();break;case 4:A.expiresAt=Z.Timestamp.internalBinaryRead(i,i.uint32(),d,A.expiresAt);break;case 5:A.version=i.int32();break;default:let S=d.readUnknownField;if(S==="throw")throw new globalThis.Error(`Unknown field ${c} (wire type ${p}) for ${this.typeName}`);let v=i.skip(p);if(S!==false)(S===true?C.UnknownFieldHandler.onRead:S)(this.typeName,A,c,p,v)}}return A}internalBinaryWrite(i,c,d){if(i.workflowRunBackendId!=="")c.tag(1,A.WireType.LengthDelimited).string(i.workflowRunBackendId);if(i.workflowJobRunBackendId!=="")c.tag(2,A.WireType.LengthDelimited).string(i.workflowJobRunBackendId);if(i.name!=="")c.tag(3,A.WireType.LengthDelimited).string(i.name);if(i.expiresAt)Z.Timestamp.internalBinaryWrite(i.expiresAt,c.tag(4,A.WireType.LengthDelimited).fork(),d).join();if(i.version!==0)c.tag(5,A.WireType.Varint).int32(i.version);let p=d.writeUnknownFields;if(p!==false)(p==true?C.UnknownFieldHandler.onWrite:p)(this.typeName,i,c);return c}}c.CreateArtifactRequest=new CreateArtifactRequest$Type;class CreateArtifactResponse$Type extends T.MessageType{constructor(){super("github.actions.results.api.v1.CreateArtifactResponse",[{no:1,name:"ok",kind:"scalar",T:8},{no:2,name:"signed_upload_url",kind:"scalar",T:9}])}create(i){const c={ok:false,signedUploadUrl:""};globalThis.Object.defineProperty(c,v.MESSAGE_TYPE,{enumerable:false,value:this});if(i!==undefined)(0,S.reflectionMergePartial)(this,c,i);return c}internalBinaryRead(i,c,d,p){let A=p!==null&&p!==void 0?p:this.create(),S=i.pos+c;while(i.pos<S){let[c,p]=i.tag();switch(c){case 1:A.ok=i.bool();break;case 2:A.signedUploadUrl=i.string();break;default:let S=d.readUnknownField;if(S==="throw")throw new globalThis.Error(`Unknown field ${c} (wire type ${p}) for ${this.typeName}`);let v=i.skip(p);if(S!==false)(S===true?C.UnknownFieldHandler.onRead:S)(this.typeName,A,c,p,v)}}return A}internalBinaryWrite(i,c,d){if(i.ok!==false)c.tag(1,A.WireType.Varint).bool(i.ok);if(i.signedUploadUrl!=="")c.tag(2,A.WireType.LengthDelimited).string(i.signedUploadUrl);let p=d.writeUnknownFields;if(p!==false)(p==true?C.UnknownFieldHandler.onWrite:p)(this.typeName,i,c);return c}}c.CreateArtifactResponse=new CreateArtifactResponse$Type;class FinalizeArtifactRequest$Type extends T.MessageType{constructor(){super("github.actions.results.api.v1.FinalizeArtifactRequest",[{no:1,name:"workflow_run_backend_id",kind:"scalar",T:9},{no:2,name:"workflow_job_run_backend_id",kind:"scalar",T:9},{no:3,name:"name",kind:"scalar",T:9},{no:4,name:"size",kind:"scalar",T:3},{no:5,name:"hash",kind:"message",T:()=>V.StringValue}])}create(i){const c={workflowRunBackendId:"",workflowJobRunBackendId:"",name:"",size:"0"};globalThis.Object.defineProperty(c,v.MESSAGE_TYPE,{enumerable:false,value:this});if(i!==undefined)(0,S.reflectionMergePartial)(this,c,i);return c}internalBinaryRead(i,c,d,p){let A=p!==null&&p!==void 0?p:this.create(),S=i.pos+c;while(i.pos<S){let[c,p]=i.tag();switch(c){case 1:A.workflowRunBackendId=i.string();break;case 2:A.workflowJobRunBackendId=i.string();break;case 3:A.name=i.string();break;case 4:A.size=i.int64().toString();break;case 5:A.hash=V.StringValue.internalBinaryRead(i,i.uint32(),d,A.hash);break;default:let S=d.readUnknownField;if(S==="throw")throw new globalThis.Error(`Unknown field ${c} (wire type ${p}) for ${this.typeName}`);let v=i.skip(p);if(S!==false)(S===true?C.UnknownFieldHandler.onRead:S)(this.typeName,A,c,p,v)}}return A}internalBinaryWrite(i,c,d){if(i.workflowRunBackendId!=="")c.tag(1,A.WireType.LengthDelimited).string(i.workflowRunBackendId);if(i.workflowJobRunBackendId!=="")c.tag(2,A.WireType.LengthDelimited).string(i.workflowJobRunBackendId);if(i.name!=="")c.tag(3,A.WireType.LengthDelimited).string(i.name);if(i.size!=="0")c.tag(4,A.WireType.Varint).int64(i.size);if(i.hash)V.StringValue.internalBinaryWrite(i.hash,c.tag(5,A.WireType.LengthDelimited).fork(),d).join();let p=d.writeUnknownFields;if(p!==false)(p==true?C.UnknownFieldHandler.onWrite:p)(this.typeName,i,c);return c}}c.FinalizeArtifactRequest=new FinalizeArtifactRequest$Type;class FinalizeArtifactResponse$Type extends T.MessageType{constructor(){super("github.actions.results.api.v1.FinalizeArtifactResponse",[{no:1,name:"ok",kind:"scalar",T:8},{no:2,name:"artifact_id",kind:"scalar",T:3}])}create(i){const c={ok:false,artifactId:"0"};globalThis.Object.defineProperty(c,v.MESSAGE_TYPE,{enumerable:false,value:this});if(i!==undefined)(0,S.reflectionMergePartial)(this,c,i);return c}internalBinaryRead(i,c,d,p){let A=p!==null&&p!==void 0?p:this.create(),S=i.pos+c;while(i.pos<S){let[c,p]=i.tag();switch(c){case 1:A.ok=i.bool();break;case 2:A.artifactId=i.int64().toString();break;default:let S=d.readUnknownField;if(S==="throw")throw new globalThis.Error(`Unknown field ${c} (wire type ${p}) for ${this.typeName}`);let v=i.skip(p);if(S!==false)(S===true?C.UnknownFieldHandler.onRead:S)(this.typeName,A,c,p,v)}}return A}internalBinaryWrite(i,c,d){if(i.ok!==false)c.tag(1,A.WireType.Varint).bool(i.ok);if(i.artifactId!=="0")c.tag(2,A.WireType.Varint).int64(i.artifactId);let p=d.writeUnknownFields;if(p!==false)(p==true?C.UnknownFieldHandler.onWrite:p)(this.typeName,i,c);return c}}c.FinalizeArtifactResponse=new FinalizeArtifactResponse$Type;class ListArtifactsRequest$Type extends T.MessageType{constructor(){super("github.actions.results.api.v1.ListArtifactsRequest",[{no:1,name:"workflow_run_backend_id",kind:"scalar",T:9},{no:2,name:"workflow_job_run_backend_id",kind:"scalar",T:9},{no:3,name:"name_filter",kind:"message",T:()=>V.StringValue},{no:4,name:"id_filter",kind:"message",T:()=>_.Int64Value}])}create(i){const c={workflowRunBackendId:"",workflowJobRunBackendId:""};globalThis.Object.defineProperty(c,v.MESSAGE_TYPE,{enumerable:false,value:this});if(i!==undefined)(0,S.reflectionMergePartial)(this,c,i);return c}internalBinaryRead(i,c,d,p){let A=p!==null&&p!==void 0?p:this.create(),S=i.pos+c;while(i.pos<S){let[c,p]=i.tag();switch(c){case 1:A.workflowRunBackendId=i.string();break;case 2:A.workflowJobRunBackendId=i.string();break;case 3:A.nameFilter=V.StringValue.internalBinaryRead(i,i.uint32(),d,A.nameFilter);break;case 4:A.idFilter=_.Int64Value.internalBinaryRead(i,i.uint32(),d,A.idFilter);break;default:let S=d.readUnknownField;if(S==="throw")throw new globalThis.Error(`Unknown field ${c} (wire type ${p}) for ${this.typeName}`);let v=i.skip(p);if(S!==false)(S===true?C.UnknownFieldHandler.onRead:S)(this.typeName,A,c,p,v)}}return A}internalBinaryWrite(i,c,d){if(i.workflowRunBackendId!=="")c.tag(1,A.WireType.LengthDelimited).string(i.workflowRunBackendId);if(i.workflowJobRunBackendId!=="")c.tag(2,A.WireType.LengthDelimited).string(i.workflowJobRunBackendId);if(i.nameFilter)V.StringValue.internalBinaryWrite(i.nameFilter,c.tag(3,A.WireType.LengthDelimited).fork(),d).join();if(i.idFilter)_.Int64Value.internalBinaryWrite(i.idFilter,c.tag(4,A.WireType.LengthDelimited).fork(),d).join();let p=d.writeUnknownFields;if(p!==false)(p==true?C.UnknownFieldHandler.onWrite:p)(this.typeName,i,c);return c}}c.ListArtifactsRequest=new ListArtifactsRequest$Type;class ListArtifactsResponse$Type extends T.MessageType{constructor(){super("github.actions.results.api.v1.ListArtifactsResponse",[{no:1,name:"artifacts",kind:"message",repeat:1,T:()=>c.ListArtifactsResponse_MonolithArtifact}])}create(i){const c={artifacts:[]};globalThis.Object.defineProperty(c,v.MESSAGE_TYPE,{enumerable:false,value:this});if(i!==undefined)(0,S.reflectionMergePartial)(this,c,i);return c}internalBinaryRead(i,d,p,A){let S=A!==null&&A!==void 0?A:this.create(),v=i.pos+d;while(i.pos<v){let[d,A]=i.tag();switch(d){case 1:S.artifacts.push(c.ListArtifactsResponse_MonolithArtifact.internalBinaryRead(i,i.uint32(),p));break;default:let v=p.readUnknownField;if(v==="throw")throw new globalThis.Error(`Unknown field ${d} (wire type ${A}) for ${this.typeName}`);let T=i.skip(A);if(v!==false)(v===true?C.UnknownFieldHandler.onRead:v)(this.typeName,S,d,A,T)}}return S}internalBinaryWrite(i,d,p){for(let C=0;C<i.artifacts.length;C++)c.ListArtifactsResponse_MonolithArtifact.internalBinaryWrite(i.artifacts[C],d.tag(1,A.WireType.LengthDelimited).fork(),p).join();let S=p.writeUnknownFields;if(S!==false)(S==true?C.UnknownFieldHandler.onWrite:S)(this.typeName,i,d);return d}}c.ListArtifactsResponse=new ListArtifactsResponse$Type;class ListArtifactsResponse_MonolithArtifact$Type extends T.MessageType{constructor(){super("github.actions.results.api.v1.ListArtifactsResponse.MonolithArtifact",[{no:1,name:"workflow_run_backend_id",kind:"scalar",T:9},{no:2,name:"workflow_job_run_backend_id",kind:"scalar",T:9},{no:3,name:"database_id",kind:"scalar",T:3},{no:4,name:"name",kind:"scalar",T:9},{no:5,name:"size",kind:"scalar",T:3},{no:6,name:"created_at",kind:"message",T:()=>Z.Timestamp},{no:7,name:"digest",kind:"message",T:()=>V.StringValue}])}create(i){const c={workflowRunBackendId:"",workflowJobRunBackendId:"",databaseId:"0",name:"",size:"0"};globalThis.Object.defineProperty(c,v.MESSAGE_TYPE,{enumerable:false,value:this});if(i!==undefined)(0,S.reflectionMergePartial)(this,c,i);return c}internalBinaryRead(i,c,d,p){let A=p!==null&&p!==void 0?p:this.create(),S=i.pos+c;while(i.pos<S){let[c,p]=i.tag();switch(c){case 1:A.workflowRunBackendId=i.string();break;case 2:A.workflowJobRunBackendId=i.string();break;case 3:A.databaseId=i.int64().toString();break;case 4:A.name=i.string();break;case 5:A.size=i.int64().toString();break;case 6:A.createdAt=Z.Timestamp.internalBinaryRead(i,i.uint32(),d,A.createdAt);break;case 7:A.digest=V.StringValue.internalBinaryRead(i,i.uint32(),d,A.digest);break;default:let S=d.readUnknownField;if(S==="throw")throw new globalThis.Error(`Unknown field ${c} (wire type ${p}) for ${this.typeName}`);let v=i.skip(p);if(S!==false)(S===true?C.UnknownFieldHandler.onRead:S)(this.typeName,A,c,p,v)}}return A}internalBinaryWrite(i,c,d){if(i.workflowRunBackendId!=="")c.tag(1,A.WireType.LengthDelimited).string(i.workflowRunBackendId);if(i.workflowJobRunBackendId!=="")c.tag(2,A.WireType.LengthDelimited).string(i.workflowJobRunBackendId);if(i.databaseId!=="0")c.tag(3,A.WireType.Varint).int64(i.databaseId);if(i.name!=="")c.tag(4,A.WireType.LengthDelimited).string(i.name);if(i.size!=="0")c.tag(5,A.WireType.Varint).int64(i.size);if(i.createdAt)Z.Timestamp.internalBinaryWrite(i.createdAt,c.tag(6,A.WireType.LengthDelimited).fork(),d).join();if(i.digest)V.StringValue.internalBinaryWrite(i.digest,c.tag(7,A.WireType.LengthDelimited).fork(),d).join();let p=d.writeUnknownFields;if(p!==false)(p==true?C.UnknownFieldHandler.onWrite:p)(this.typeName,i,c);return c}}c.ListArtifactsResponse_MonolithArtifact=new ListArtifactsResponse_MonolithArtifact$Type;class GetSignedArtifactURLRequest$Type extends T.MessageType{constructor(){super("github.actions.results.api.v1.GetSignedArtifactURLRequest",[{no:1,name:"workflow_run_backend_id",kind:"scalar",T:9},{no:2,name:"workflow_job_run_backend_id",kind:"scalar",T:9},{no:3,name:"name",kind:"scalar",T:9}])}create(i){const c={workflowRunBackendId:"",workflowJobRunBackendId:"",name:""};globalThis.Object.defineProperty(c,v.MESSAGE_TYPE,{enumerable:false,value:this});if(i!==undefined)(0,S.reflectionMergePartial)(this,c,i);return c}internalBinaryRead(i,c,d,p){let A=p!==null&&p!==void 0?p:this.create(),S=i.pos+c;while(i.pos<S){let[c,p]=i.tag();switch(c){case 1:A.workflowRunBackendId=i.string();break;case 2:A.workflowJobRunBackendId=i.string();break;case 3:A.name=i.string();break;default:let S=d.readUnknownField;if(S==="throw")throw new globalThis.Error(`Unknown field ${c} (wire type ${p}) for ${this.typeName}`);let v=i.skip(p);if(S!==false)(S===true?C.UnknownFieldHandler.onRead:S)(this.typeName,A,c,p,v)}}return A}internalBinaryWrite(i,c,d){if(i.workflowRunBackendId!=="")c.tag(1,A.WireType.LengthDelimited).string(i.workflowRunBackendId);if(i.workflowJobRunBackendId!=="")c.tag(2,A.WireType.LengthDelimited).string(i.workflowJobRunBackendId);if(i.name!=="")c.tag(3,A.WireType.LengthDelimited).string(i.name);let p=d.writeUnknownFields;if(p!==false)(p==true?C.UnknownFieldHandler.onWrite:p)(this.typeName,i,c);return c}}c.GetSignedArtifactURLRequest=new GetSignedArtifactURLRequest$Type;class GetSignedArtifactURLResponse$Type extends T.MessageType{constructor(){super("github.actions.results.api.v1.GetSignedArtifactURLResponse",[{no:1,name:"signed_url",kind:"scalar",T:9}])}create(i){const c={signedUrl:""};globalThis.Object.defineProperty(c,v.MESSAGE_TYPE,{enumerable:false,value:this});if(i!==undefined)(0,S.reflectionMergePartial)(this,c,i);return c}internalBinaryRead(i,c,d,p){let A=p!==null&&p!==void 0?p:this.create(),S=i.pos+c;while(i.pos<S){let[c,p]=i.tag();switch(c){case 1:A.signedUrl=i.string();break;default:let S=d.readUnknownField;if(S==="throw")throw new globalThis.Error(`Unknown field ${c} (wire type ${p}) for ${this.typeName}`);let v=i.skip(p);if(S!==false)(S===true?C.UnknownFieldHandler.onRead:S)(this.typeName,A,c,p,v)}}return A}internalBinaryWrite(i,c,d){if(i.signedUrl!=="")c.tag(1,A.WireType.LengthDelimited).string(i.signedUrl);let p=d.writeUnknownFields;if(p!==false)(p==true?C.UnknownFieldHandler.onWrite:p)(this.typeName,i,c);return c}}c.GetSignedArtifactURLResponse=new GetSignedArtifactURLResponse$Type;class DeleteArtifactRequest$Type extends T.MessageType{constructor(){super("github.actions.results.api.v1.DeleteArtifactRequest",[{no:1,name:"workflow_run_backend_id",kind:"scalar",T:9},{no:2,name:"workflow_job_run_backend_id",kind:"scalar",T:9},{no:3,name:"name",kind:"scalar",T:9}])}create(i){const c={workflowRunBackendId:"",workflowJobRunBackendId:"",name:""};globalThis.Object.defineProperty(c,v.MESSAGE_TYPE,{enumerable:false,value:this});if(i!==undefined)(0,S.reflectionMergePartial)(this,c,i);return c}internalBinaryRead(i,c,d,p){let A=p!==null&&p!==void 0?p:this.create(),S=i.pos+c;while(i.pos<S){let[c,p]=i.tag();switch(c){case 1:A.workflowRunBackendId=i.string();break;case 2:A.workflowJobRunBackendId=i.string();break;case 3:A.name=i.string();break;default:let S=d.readUnknownField;if(S==="throw")throw new globalThis.Error(`Unknown field ${c} (wire type ${p}) for ${this.typeName}`);let v=i.skip(p);if(S!==false)(S===true?C.UnknownFieldHandler.onRead:S)(this.typeName,A,c,p,v)}}return A}internalBinaryWrite(i,c,d){if(i.workflowRunBackendId!=="")c.tag(1,A.WireType.LengthDelimited).string(i.workflowRunBackendId);if(i.workflowJobRunBackendId!=="")c.tag(2,A.WireType.LengthDelimited).string(i.workflowJobRunBackendId);if(i.name!=="")c.tag(3,A.WireType.LengthDelimited).string(i.name);let p=d.writeUnknownFields;if(p!==false)(p==true?C.UnknownFieldHandler.onWrite:p)(this.typeName,i,c);return c}}c.DeleteArtifactRequest=new DeleteArtifactRequest$Type;class DeleteArtifactResponse$Type extends T.MessageType{constructor(){super("github.actions.results.api.v1.DeleteArtifactResponse",[{no:1,name:"ok",kind:"scalar",T:8},{no:2,name:"artifact_id",kind:"scalar",T:3}])}create(i){const c={ok:false,artifactId:"0"};globalThis.Object.defineProperty(c,v.MESSAGE_TYPE,{enumerable:false,value:this});if(i!==undefined)(0,S.reflectionMergePartial)(this,c,i);return c}internalBinaryRead(i,c,d,p){let A=p!==null&&p!==void 0?p:this.create(),S=i.pos+c;while(i.pos<S){let[c,p]=i.tag();switch(c){case 1:A.ok=i.bool();break;case 2:A.artifactId=i.int64().toString();break;default:let S=d.readUnknownField;if(S==="throw")throw new globalThis.Error(`Unknown field ${c} (wire type ${p}) for ${this.typeName}`);let v=i.skip(p);if(S!==false)(S===true?C.UnknownFieldHandler.onRead:S)(this.typeName,A,c,p,v)}}return A}internalBinaryWrite(i,c,d){if(i.ok!==false)c.tag(1,A.WireType.Varint).bool(i.ok);if(i.artifactId!=="0")c.tag(2,A.WireType.Varint).int64(i.artifactId);let p=d.writeUnknownFields;if(p!==false)(p==true?C.UnknownFieldHandler.onWrite:p)(this.typeName,i,c);return c}}c.DeleteArtifactResponse=new DeleteArtifactResponse$Type;c.ArtifactService=new p.ServiceType("github.actions.results.api.v1.ArtifactService",[{name:"CreateArtifact",options:{},I:c.CreateArtifactRequest,O:c.CreateArtifactResponse},{name:"FinalizeArtifact",options:{},I:c.FinalizeArtifactRequest,O:c.FinalizeArtifactResponse},{name:"ListArtifacts",options:{},I:c.ListArtifactsRequest,O:c.ListArtifactsResponse},{name:"GetSignedArtifactURL",options:{},I:c.GetSignedArtifactURLRequest,O:c.GetSignedArtifactURLResponse},{name:"DeleteArtifact",options:{},I:c.DeleteArtifactRequest,O:c.DeleteArtifactResponse},{name:"MigrateArtifact",options:{},I:c.MigrateArtifactRequest,O:c.MigrateArtifactResponse},{name:"FinalizeMigratedArtifact",options:{},I:c.FinalizeMigratedArtifactRequest,O:c.FinalizeMigratedArtifactResponse}])},31800:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.ArtifactServiceClientProtobuf=c.ArtifactServiceClientJSON=void 0;const p=d(68614);class ArtifactServiceClientJSON{constructor(i){this.rpc=i;this.CreateArtifact.bind(this);this.FinalizeArtifact.bind(this);this.ListArtifacts.bind(this);this.GetSignedArtifactURL.bind(this);this.DeleteArtifact.bind(this)}CreateArtifact(i){const c=p.CreateArtifactRequest.toJson(i,{useProtoFieldName:true,emitDefaultValues:false});const d=this.rpc.request("github.actions.results.api.v1.ArtifactService","CreateArtifact","application/json",c);return d.then((i=>p.CreateArtifactResponse.fromJson(i,{ignoreUnknownFields:true})))}FinalizeArtifact(i){const c=p.FinalizeArtifactRequest.toJson(i,{useProtoFieldName:true,emitDefaultValues:false});const d=this.rpc.request("github.actions.results.api.v1.ArtifactService","FinalizeArtifact","application/json",c);return d.then((i=>p.FinalizeArtifactResponse.fromJson(i,{ignoreUnknownFields:true})))}ListArtifacts(i){const c=p.ListArtifactsRequest.toJson(i,{useProtoFieldName:true,emitDefaultValues:false});const d=this.rpc.request("github.actions.results.api.v1.ArtifactService","ListArtifacts","application/json",c);return d.then((i=>p.ListArtifactsResponse.fromJson(i,{ignoreUnknownFields:true})))}GetSignedArtifactURL(i){const c=p.GetSignedArtifactURLRequest.toJson(i,{useProtoFieldName:true,emitDefaultValues:false});const d=this.rpc.request("github.actions.results.api.v1.ArtifactService","GetSignedArtifactURL","application/json",c);return d.then((i=>p.GetSignedArtifactURLResponse.fromJson(i,{ignoreUnknownFields:true})))}DeleteArtifact(i){const c=p.DeleteArtifactRequest.toJson(i,{useProtoFieldName:true,emitDefaultValues:false});const d=this.rpc.request("github.actions.results.api.v1.ArtifactService","DeleteArtifact","application/json",c);return d.then((i=>p.DeleteArtifactResponse.fromJson(i,{ignoreUnknownFields:true})))}}c.ArtifactServiceClientJSON=ArtifactServiceClientJSON;class ArtifactServiceClientProtobuf{constructor(i){this.rpc=i;this.CreateArtifact.bind(this);this.FinalizeArtifact.bind(this);this.ListArtifacts.bind(this);this.GetSignedArtifactURL.bind(this);this.DeleteArtifact.bind(this)}CreateArtifact(i){const c=p.CreateArtifactRequest.toBinary(i);const d=this.rpc.request("github.actions.results.api.v1.ArtifactService","CreateArtifact","application/protobuf",c);return d.then((i=>p.CreateArtifactResponse.fromBinary(i)))}FinalizeArtifact(i){const c=p.FinalizeArtifactRequest.toBinary(i);const d=this.rpc.request("github.actions.results.api.v1.ArtifactService","FinalizeArtifact","application/protobuf",c);return d.then((i=>p.FinalizeArtifactResponse.fromBinary(i)))}ListArtifacts(i){const c=p.ListArtifactsRequest.toBinary(i);const d=this.rpc.request("github.actions.results.api.v1.ArtifactService","ListArtifacts","application/protobuf",c);return d.then((i=>p.ListArtifactsResponse.fromBinary(i)))}GetSignedArtifactURL(i){const c=p.GetSignedArtifactURLRequest.toBinary(i);const d=this.rpc.request("github.actions.results.api.v1.ArtifactService","GetSignedArtifactURL","application/protobuf",c);return d.then((i=>p.GetSignedArtifactURLResponse.fromBinary(i)))}DeleteArtifact(i){const c=p.DeleteArtifactRequest.toBinary(i);const d=this.rpc.request("github.actions.results.api.v1.ArtifactService","DeleteArtifact","application/protobuf",c);return d.then((i=>p.DeleteArtifactResponse.fromBinary(i)))}}c.ArtifactServiceClientProtobuf=ArtifactServiceClientProtobuf},64487:function(i,c,d){"use strict";var p=this&&this.__awaiter||function(i,c,d,p){function adopt(i){return i instanceof d?i:new d((function(c){c(i)}))}return new(d||(d=Promise))((function(d,A){function fulfilled(i){try{step(p.next(i))}catch(i){A(i)}}function rejected(i){try{step(p["throw"](i))}catch(i){A(i)}}function step(i){i.done?d(i.value):adopt(i.value).then(fulfilled,rejected)}step((p=p.apply(i,c||[])).next())}))};var A=this&&this.__rest||function(i,c){var d={};for(var p in i)if(Object.prototype.hasOwnProperty.call(i,p)&&c.indexOf(p)<0)d[p]=i[p];if(i!=null&&typeof Object.getOwnPropertySymbols==="function")for(var A=0,p=Object.getOwnPropertySymbols(i);A<p.length;A++){if(c.indexOf(p[A])<0&&Object.prototype.propertyIsEnumerable.call(i,p[A]))d[p[A]]=i[p[A]]}return d};Object.defineProperty(c,"__esModule",{value:true});c.DefaultArtifactClient=void 0;const C=d(37484);const S=d(72938);const v=d(48392);const T=d(93542);const _=d(67964);const V=d(2327);const Z=d(8808);const ee=d(45655);class DefaultArtifactClient{uploadArtifact(i,c,d,A){return p(this,void 0,void 0,(function*(){try{if((0,S.isGhes)()){throw new ee.GHESNotSupportedError}return(0,v.uploadArtifact)(i,c,d,A)}catch(i){(0,C.warning)(`Artifact upload failed with error: ${i}.\n\nErrors can be temporary, so please try again and optionally run the action with debug mode enabled for more information.\n\nIf the error persists, please check whether Actions is operating normally at [https://githubstatus.com](https://www.githubstatus.com).`);throw i}}))}downloadArtifact(i,c){return p(this,void 0,void 0,(function*(){try{if((0,S.isGhes)()){throw new ee.GHESNotSupportedError}if(c===null||c===void 0?void 0:c.findBy){const{findBy:{repositoryOwner:d,repositoryName:p,token:C}}=c,S=A(c,["findBy"]);return(0,T.downloadArtifactPublic)(i,d,p,C,S)}return(0,T.downloadArtifactInternal)(i,c)}catch(i){(0,C.warning)(`Download Artifact failed with error: ${i}.\n\nErrors can be temporary, so please try again and optionally run the action with debug mode enabled for more information.\n\nIf the error persists, please check whether Actions and API requests are operating normally at [https://githubstatus.com](https://www.githubstatus.com).`);throw i}}))}listArtifacts(i){return p(this,void 0,void 0,(function*(){try{if((0,S.isGhes)()){throw new ee.GHESNotSupportedError}if(i===null||i===void 0?void 0:i.findBy){const{findBy:{workflowRunId:c,repositoryOwner:d,repositoryName:p,token:A}}=i;return(0,Z.listArtifactsPublic)(c,d,p,A,i===null||i===void 0?void 0:i.latest)}return(0,Z.listArtifactsInternal)(i===null||i===void 0?void 0:i.latest)}catch(i){(0,C.warning)(`Listing Artifacts failed with error: ${i}.\n\nErrors can be temporary, so please try again and optionally run the action with debug mode enabled for more information.\n\nIf the error persists, please check whether Actions and API requests are operating normally at [https://githubstatus.com](https://www.githubstatus.com).`);throw i}}))}getArtifact(i,c){return p(this,void 0,void 0,(function*(){try{if((0,S.isGhes)()){throw new ee.GHESNotSupportedError}if(c===null||c===void 0?void 0:c.findBy){const{findBy:{workflowRunId:d,repositoryOwner:p,repositoryName:A,token:C}}=c;return(0,V.getArtifactPublic)(i,d,p,A,C)}return(0,V.getArtifactInternal)(i)}catch(i){(0,C.warning)(`Get Artifact failed with error: ${i}.\n\nErrors can be temporary, so please try again and optionally run the action with debug mode enabled for more information.\n\nIf the error persists, please check whether Actions and API requests are operating normally at [https://githubstatus.com](https://www.githubstatus.com).`);throw i}}))}deleteArtifact(i,c){return p(this,void 0,void 0,(function*(){try{if((0,S.isGhes)()){throw new ee.GHESNotSupportedError}if(c===null||c===void 0?void 0:c.findBy){const{findBy:{repositoryOwner:d,repositoryName:p,workflowRunId:A,token:C}}=c;return(0,_.deleteArtifactPublic)(i,A,d,p,C)}return(0,_.deleteArtifactInternal)(i)}catch(i){(0,C.warning)(`Delete Artifact failed with error: ${i}.\n\nErrors can be temporary, so please try again and optionally run the action with debug mode enabled for more information.\n\nIf the error persists, please check whether Actions and API requests are operating normally at [https://githubstatus.com](https://www.githubstatus.com).`);throw i}}))}}c.DefaultArtifactClient=DefaultArtifactClient},67964:function(i,c,d){"use strict";var p=this&&this.__awaiter||function(i,c,d,p){function adopt(i){return i instanceof d?i:new d((function(c){c(i)}))}return new(d||(d=Promise))((function(d,A){function fulfilled(i){try{step(p.next(i))}catch(i){A(i)}}function rejected(i){try{step(p["throw"](i))}catch(i){A(i)}}function step(i){i.done?d(i.value):adopt(i.value).then(fulfilled,rejected)}step((p=p.apply(i,c||[])).next())}))};Object.defineProperty(c,"__esModule",{value:true});c.deleteArtifactInternal=c.deleteArtifactPublic=void 0;const A=d(37484);const C=d(29150);const S=d(89387);const v=d(38361);const T=d(97864);const _=d(6966);const V=d(33450);const Z=d(87417);const ee=d(64012);const te=d(44216);const re=d(2327);const ne=d(45655);function deleteArtifactPublic(i,c,d,A,Z){var ee;return p(this,void 0,void 0,(function*(){const[p,te]=(0,v.getRetryOptions)(T.defaults);const ie={log:undefined,userAgent:(0,S.getUserAgentString)(),previews:undefined,retry:p,request:te};const se=(0,C.getOctokit)(Z,ie,V.retry,_.requestLog);const ae=yield(0,re.getArtifactPublic)(i,c,d,A,Z);const oe=yield se.rest.actions.deleteArtifact({owner:d,repo:A,artifact_id:ae.artifact.id});if(oe.status!==204){throw new ne.InvalidResponseError(`Invalid response from GitHub API: ${oe.status} (${(ee=oe===null||oe===void 0?void 0:oe.headers)===null||ee===void 0?void 0:ee["x-github-request-id"]})`)}return{id:ae.artifact.id}}))}c.deleteArtifactPublic=deleteArtifactPublic;function deleteArtifactInternal(i){return p(this,void 0,void 0,(function*(){const c=(0,Z.internalArtifactTwirpClient)();const{workflowRunBackendId:d,workflowJobRunBackendId:p}=(0,ee.getBackendIdsFromToken)();const C={workflowRunBackendId:d,workflowJobRunBackendId:p,nameFilter:te.StringValue.create({value:i})};const S=yield c.ListArtifacts(C);if(S.artifacts.length===0){throw new ne.ArtifactNotFoundError(`Artifact not found for name: ${i}`)}let v=S.artifacts[0];if(S.artifacts.length>1){v=S.artifacts.sort(((i,c)=>Number(c.databaseId)-Number(i.databaseId)))[0];(0,A.debug)(`More than one artifact found for a single name, returning newest (id: ${v.databaseId})`)}const T={workflowRunBackendId:v.workflowRunBackendId,workflowJobRunBackendId:v.workflowJobRunBackendId,name:v.name};const _=yield c.DeleteArtifact(T);(0,A.info)(`Artifact '${i}' (ID: ${_.artifactId}) deleted`);return{id:Number(_.artifactId)}}))}c.deleteArtifactInternal=deleteArtifactInternal},93542:function(i,c,d){"use strict";var p=this&&this.__createBinding||(Object.create?function(i,c,d,p){if(p===undefined)p=d;var A=Object.getOwnPropertyDescriptor(c,d);if(!A||("get"in A?!c.__esModule:A.writable||A.configurable)){A={enumerable:true,get:function(){return c[d]}}}Object.defineProperty(i,p,A)}:function(i,c,d,p){if(p===undefined)p=d;i[p]=c[d]});var A=this&&this.__setModuleDefault||(Object.create?function(i,c){Object.defineProperty(i,"default",{enumerable:true,value:c})}:function(i,c){i["default"]=c});var C=this&&this.__importStar||function(i){if(i&&i.__esModule)return i;var c={};if(i!=null)for(var d in i)if(d!=="default"&&Object.prototype.hasOwnProperty.call(i,d))p(c,i,d);A(c,i);return c};var S=this&&this.__awaiter||function(i,c,d,p){function adopt(i){return i instanceof d?i:new d((function(c){c(i)}))}return new(d||(d=Promise))((function(d,A){function fulfilled(i){try{step(p.next(i))}catch(i){A(i)}}function rejected(i){try{step(p["throw"](i))}catch(i){A(i)}}function step(i){i.done?d(i.value):adopt(i.value).then(fulfilled,rejected)}step((p=p.apply(i,c||[])).next())}))};var v=this&&this.__importDefault||function(i){return i&&i.__esModule?i:{default:i}};Object.defineProperty(c,"__esModule",{value:true});c.downloadArtifactInternal=c.downloadArtifactPublic=c.streamExtractExternal=void 0;const T=v(d(91943));const _=C(d(76982));const V=C(d(2203));const Z=C(d(29150));const ee=C(d(37484));const te=C(d(54844));const re=v(d(33991));const ne=d(89387);const ie=d(72938);const se=d(87417);const ae=d(44216);const oe=d(64012);const le=d(45655);const scrubQueryParameters=i=>{const c=new URL(i);c.search="";return c.toString()};function exists(i){return S(this,void 0,void 0,(function*(){try{yield T.default.access(i);return true}catch(i){if(i.code==="ENOENT"){return false}else{throw i}}}))}function streamExtract(i,c){return S(this,void 0,void 0,(function*(){let d=0;while(d<5){try{return yield streamExtractExternal(i,c)}catch(i){d++;ee.debug(`Failed to download artifact after ${d} retries due to ${i.message}. Retrying in 5 seconds...`);yield new Promise((i=>setTimeout(i,5e3)))}}throw new Error(`Artifact download failed after ${d} retries.`)}))}function streamExtractExternal(i,c){return S(this,void 0,void 0,(function*(){const d=new te.HttpClient((0,ne.getUserAgentString)());const p=yield d.get(i);if(p.message.statusCode!==200){throw new Error(`Unexpected HTTP response from blob storage: ${p.message.statusCode} ${p.message.statusMessage}`)}const A=30*1e3;let C=undefined;return new Promise(((i,d)=>{const timerFn=()=>{p.message.destroy(new Error(`Blob storage chunk did not respond in ${A}ms`))};const S=setTimeout(timerFn,A);const v=_.createHash("sha256").setEncoding("hex");const T=new V.PassThrough;p.message.pipe(T);T.pipe(v);const Z=T;Z.on("data",(()=>{S.refresh()})).on("error",(i=>{ee.debug(`response.message: Artifact download failed: ${i.message}`);clearTimeout(S);d(i)})).pipe(re.default.Extract({path:c})).on("close",(()=>{clearTimeout(S);if(v){v.end();C=v.read();ee.info(`SHA256 digest of downloaded artifact is ${C}`)}i({sha256Digest:`sha256:${C}`})})).on("error",(i=>{d(i)}))}))}))}c.streamExtractExternal=streamExtractExternal;function downloadArtifactPublic(i,c,d,p,A){return S(this,void 0,void 0,(function*(){const C=yield resolveOrCreateDirectory(A===null||A===void 0?void 0:A.path);const S=Z.getOctokit(p);let v=false;ee.info(`Downloading artifact '${i}' from '${c}/${d}'`);const{headers:T,status:_}=yield S.rest.actions.downloadArtifact({owner:c,repo:d,artifact_id:i,archive_format:"zip",request:{redirect:"manual"}});if(_!==302){throw new Error(`Unable to download artifact. Unexpected status: ${_}`)}const{location:V}=T;if(!V){throw new Error(`Unable to redirect to artifact download url`)}ee.info(`Redirecting to blob download url: ${scrubQueryParameters(V)}`);try{ee.info(`Starting download of artifact to: ${C}`);const i=yield streamExtract(V,C);ee.info(`Artifact download completed successfully.`);if(A===null||A===void 0?void 0:A.expectedHash){if((A===null||A===void 0?void 0:A.expectedHash)!==i.sha256Digest){v=true;ee.debug(`Computed digest: ${i.sha256Digest}`);ee.debug(`Expected digest: ${A.expectedHash}`)}}}catch(i){throw new Error(`Unable to download and extract artifact: ${i.message}`)}return{downloadPath:C,digestMismatch:v}}))}c.downloadArtifactPublic=downloadArtifactPublic;function downloadArtifactInternal(i,c){return S(this,void 0,void 0,(function*(){const d=yield resolveOrCreateDirectory(c===null||c===void 0?void 0:c.path);const p=(0,se.internalArtifactTwirpClient)();let A=false;const{workflowRunBackendId:C,workflowJobRunBackendId:S}=(0,oe.getBackendIdsFromToken)();const v={workflowRunBackendId:C,workflowJobRunBackendId:S,idFilter:ae.Int64Value.create({value:i.toString()})};const{artifacts:T}=yield p.ListArtifacts(v);if(T.length===0){throw new le.ArtifactNotFoundError(`No artifacts found for ID: ${i}\nAre you trying to download from a different run? Try specifying a github-token with \`actions:read\` scope.`)}if(T.length>1){ee.warning("Multiple artifacts found, defaulting to first.")}const _={workflowRunBackendId:T[0].workflowRunBackendId,workflowJobRunBackendId:T[0].workflowJobRunBackendId,name:T[0].name};const{signedUrl:V}=yield p.GetSignedArtifactURL(_);ee.info(`Redirecting to blob download url: ${scrubQueryParameters(V)}`);try{ee.info(`Starting download of artifact to: ${d}`);const i=yield streamExtract(V,d);ee.info(`Artifact download completed successfully.`);if(c===null||c===void 0?void 0:c.expectedHash){if((c===null||c===void 0?void 0:c.expectedHash)!==i.sha256Digest){A=true;ee.debug(`Computed digest: ${i.sha256Digest}`);ee.debug(`Expected digest: ${c.expectedHash}`)}}}catch(i){throw new Error(`Unable to download and extract artifact: ${i.message}`)}return{downloadPath:d,digestMismatch:A}}))}c.downloadArtifactInternal=downloadArtifactInternal;function resolveOrCreateDirectory(i=(0,ie.getGitHubWorkspaceDir)()){return S(this,void 0,void 0,(function*(){if(!(yield exists(i))){ee.debug(`Artifact destination folder does not exist, creating: ${i}`);yield T.default.mkdir(i,{recursive:true})}else{ee.debug(`Artifact destination folder already exists: ${i}`)}return i}))}},2327:function(i,c,d){"use strict";var p=this&&this.__createBinding||(Object.create?function(i,c,d,p){if(p===undefined)p=d;var A=Object.getOwnPropertyDescriptor(c,d);if(!A||("get"in A?!c.__esModule:A.writable||A.configurable)){A={enumerable:true,get:function(){return c[d]}}}Object.defineProperty(i,p,A)}:function(i,c,d,p){if(p===undefined)p=d;i[p]=c[d]});var A=this&&this.__setModuleDefault||(Object.create?function(i,c){Object.defineProperty(i,"default",{enumerable:true,value:c})}:function(i,c){i["default"]=c});var C=this&&this.__importStar||function(i){if(i&&i.__esModule)return i;var c={};if(i!=null)for(var d in i)if(d!=="default"&&Object.prototype.hasOwnProperty.call(i,d))p(c,i,d);A(c,i);return c};var S=this&&this.__awaiter||function(i,c,d,p){function adopt(i){return i instanceof d?i:new d((function(c){c(i)}))}return new(d||(d=Promise))((function(d,A){function fulfilled(i){try{step(p.next(i))}catch(i){A(i)}}function rejected(i){try{step(p["throw"](i))}catch(i){A(i)}}function step(i){i.done?d(i.value):adopt(i.value).then(fulfilled,rejected)}step((p=p.apply(i,c||[])).next())}))};Object.defineProperty(c,"__esModule",{value:true});c.getArtifactInternal=c.getArtifactPublic=void 0;const v=d(29150);const T=d(33450);const _=C(d(37484));const V=d(97864);const Z=d(38361);const ee=d(6966);const te=d(64012);const re=d(89387);const ne=d(87417);const ie=d(44216);const se=d(45655);function getArtifactPublic(i,c,d,p,A){var C;return S(this,void 0,void 0,(function*(){const[S,te]=(0,Z.getRetryOptions)(V.defaults);const ne={log:undefined,userAgent:(0,re.getUserAgentString)(),previews:undefined,retry:S,request:te};const ie=(0,v.getOctokit)(A,ne,T.retry,ee.requestLog);const ae=yield ie.request("GET /repos/{owner}/{repo}/actions/runs/{run_id}/artifacts{?name}",{owner:d,repo:p,run_id:c,name:i});if(ae.status!==200){throw new se.InvalidResponseError(`Invalid response from GitHub API: ${ae.status} (${(C=ae===null||ae===void 0?void 0:ae.headers)===null||C===void 0?void 0:C["x-github-request-id"]})`)}if(ae.data.artifacts.length===0){throw new se.ArtifactNotFoundError(`Artifact not found for name: ${i}\n Please ensure that your artifact is not expired and the artifact was uploaded using a compatible version of toolkit/upload-artifact.\n For more information, visit the GitHub Artifacts FAQ: https://github.com/actions/toolkit/blob/main/packages/artifact/docs/faq.md`)}let oe=ae.data.artifacts[0];if(ae.data.artifacts.length>1){oe=ae.data.artifacts.sort(((i,c)=>c.id-i.id))[0];_.debug(`More than one artifact found for a single name, returning newest (id: ${oe.id})`)}return{artifact:{name:oe.name,id:oe.id,size:oe.size_in_bytes,createdAt:oe.created_at?new Date(oe.created_at):undefined,digest:oe.digest}}}))}c.getArtifactPublic=getArtifactPublic;function getArtifactInternal(i){var c;return S(this,void 0,void 0,(function*(){const d=(0,ne.internalArtifactTwirpClient)();const{workflowRunBackendId:p,workflowJobRunBackendId:A}=(0,te.getBackendIdsFromToken)();const C={workflowRunBackendId:p,workflowJobRunBackendId:A,nameFilter:ie.StringValue.create({value:i})};const S=yield d.ListArtifacts(C);if(S.artifacts.length===0){throw new se.ArtifactNotFoundError(`Artifact not found for name: ${i}\n Please ensure that your artifact is not expired and the artifact was uploaded using a compatible version of toolkit/upload-artifact.\n For more information, visit the GitHub Artifacts FAQ: https://github.com/actions/toolkit/blob/main/packages/artifact/docs/faq.md`)}let v=S.artifacts[0];if(S.artifacts.length>1){v=S.artifacts.sort(((i,c)=>Number(c.databaseId)-Number(i.databaseId)))[0];_.debug(`More than one artifact found for a single name, returning newest (id: ${v.databaseId})`)}return{artifact:{name:v.name,id:Number(v.databaseId),size:Number(v.size),createdAt:v.createdAt?ie.Timestamp.toDate(v.createdAt):undefined,digest:(c=v.digest)===null||c===void 0?void 0:c.value}}}))}c.getArtifactInternal=getArtifactInternal},8808:function(i,c,d){"use strict";var p=this&&this.__awaiter||function(i,c,d,p){function adopt(i){return i instanceof d?i:new d((function(c){c(i)}))}return new(d||(d=Promise))((function(d,A){function fulfilled(i){try{step(p.next(i))}catch(i){A(i)}}function rejected(i){try{step(p["throw"](i))}catch(i){A(i)}}function step(i){i.done?d(i.value):adopt(i.value).then(fulfilled,rejected)}step((p=p.apply(i,c||[])).next())}))};Object.defineProperty(c,"__esModule",{value:true});c.listArtifactsInternal=c.listArtifactsPublic=void 0;const A=d(37484);const C=d(29150);const S=d(89387);const v=d(38361);const T=d(97864);const _=d(6966);const V=d(33450);const Z=d(87417);const ee=d(64012);const te=d(44216);const re=1e3;const ne=100;const ie=re/ne;function listArtifactsPublic(i,c,d,Z,ee=false){return p(this,void 0,void 0,(function*(){(0,A.info)(`Fetching artifact list for workflow run ${i} in repository ${c}/${d}`);let p=[];const[te,se]=(0,v.getRetryOptions)(T.defaults);const ae={log:undefined,userAgent:(0,S.getUserAgentString)(),previews:undefined,retry:te,request:se};const oe=(0,C.getOctokit)(Z,ae,V.retry,_.requestLog);let le=1;const{data:ce}=yield oe.request("GET /repos/{owner}/{repo}/actions/runs/{run_id}/artifacts",{owner:c,repo:d,run_id:i,per_page:ne,page:le});let de=Math.ceil(ce.total_count/ne);const ue=ce.total_count;if(ue>re){(0,A.warning)(`Workflow run ${i} has more than 1000 artifacts. Results will be incomplete as only the first ${re} artifacts will be returned`);de=ie}for(const i of ce.artifacts){p.push({name:i.name,id:i.id,size:i.size_in_bytes,createdAt:i.created_at?new Date(i.created_at):undefined,digest:i.digest})}le++;for(le;le<de;le++){(0,A.debug)(`Fetching page ${le} of artifact list`);const{data:C}=yield oe.request("GET /repos/{owner}/{repo}/actions/runs/{run_id}/artifacts",{owner:c,repo:d,run_id:i,per_page:ne,page:le});for(const i of C.artifacts){p.push({name:i.name,id:i.id,size:i.size_in_bytes,createdAt:i.created_at?new Date(i.created_at):undefined,digest:i.digest})}}if(ee){p=filterLatest(p)}(0,A.info)(`Found ${p.length} artifact(s)`);return{artifacts:p}}))}c.listArtifactsPublic=listArtifactsPublic;function listArtifactsInternal(i=false){return p(this,void 0,void 0,(function*(){const c=(0,Z.internalArtifactTwirpClient)();const{workflowRunBackendId:d,workflowJobRunBackendId:p}=(0,ee.getBackendIdsFromToken)();const C={workflowRunBackendId:d,workflowJobRunBackendId:p};const S=yield c.ListArtifacts(C);let v=S.artifacts.map((i=>{var c;return{name:i.name,id:Number(i.databaseId),size:Number(i.size),createdAt:i.createdAt?te.Timestamp.toDate(i.createdAt):undefined,digest:(c=i.digest)===null||c===void 0?void 0:c.value}}));if(i){v=filterLatest(v)}(0,A.info)(`Found ${v.length} artifact(s)`);return{artifacts:v}}))}c.listArtifactsInternal=listArtifactsInternal;function filterLatest(i){i.sort(((i,c)=>c.id-i.id));const c=[];const d=new Set;for(const p of i){if(!d.has(p.name)){c.push(p);d.add(p.name)}}return c}},38361:function(i,c,d){"use strict";var p=this&&this.__createBinding||(Object.create?function(i,c,d,p){if(p===undefined)p=d;var A=Object.getOwnPropertyDescriptor(c,d);if(!A||("get"in A?!c.__esModule:A.writable||A.configurable)){A={enumerable:true,get:function(){return c[d]}}}Object.defineProperty(i,p,A)}:function(i,c,d,p){if(p===undefined)p=d;i[p]=c[d]});var A=this&&this.__setModuleDefault||(Object.create?function(i,c){Object.defineProperty(i,"default",{enumerable:true,value:c})}:function(i,c){i["default"]=c});var C=this&&this.__importStar||function(i){if(i&&i.__esModule)return i;var c={};if(i!=null)for(var d in i)if(d!=="default"&&Object.prototype.hasOwnProperty.call(i,d))p(c,i,d);A(c,i);return c};Object.defineProperty(c,"__esModule",{value:true});c.getRetryOptions=void 0;const S=C(d(37484));const v=5;const T=[400,401,403,404,422];function getRetryOptions(i,c=v,d=T){var p;if(c<=0){return[{enabled:false},i.request]}const A={enabled:true};if(d.length>0){A.doNotRetry=d}const C=Object.assign(Object.assign({},i.request),{retries:c});S.debug(`GitHub client configured with: (retries: ${C.retries}, retry-exempt-status-code: ${(p=A.doNotRetry)!==null&&p!==void 0?p:"octokit default: [400, 401, 403, 404, 422]"})`);return[A,C]}c.getRetryOptions=getRetryOptions},87417:function(i,c,d){"use strict";var p=this&&this.__awaiter||function(i,c,d,p){function adopt(i){return i instanceof d?i:new d((function(c){c(i)}))}return new(d||(d=Promise))((function(d,A){function fulfilled(i){try{step(p.next(i))}catch(i){A(i)}}function rejected(i){try{step(p["throw"](i))}catch(i){A(i)}}function step(i){i.done?d(i.value):adopt(i.value).then(fulfilled,rejected)}step((p=p.apply(i,c||[])).next())}))};Object.defineProperty(c,"__esModule",{value:true});c.internalArtifactTwirpClient=void 0;const A=d(54844);const C=d(44552);const S=d(37484);const v=d(44216);const T=d(72938);const _=d(89387);const V=d(45655);const Z=d(64012);class ArtifactHttpClient{constructor(i,c,d,p){this.maxAttempts=5;this.baseRetryIntervalMilliseconds=3e3;this.retryMultiplier=1.5;const S=(0,T.getRuntimeToken)();this.baseUrl=(0,T.getResultsServiceUrl)();if(c){this.maxAttempts=c}if(d){this.baseRetryIntervalMilliseconds=d}if(p){this.retryMultiplier=p}this.httpClient=new A.HttpClient(i,[new C.BearerCredentialHandler(S)])}request(i,c,d,A){return p(this,void 0,void 0,(function*(){const C=new URL(`/twirp/${i}/${c}`,this.baseUrl).href;(0,S.debug)(`[Request] ${c} ${C}`);const v={"Content-Type":d};try{const{body:i}=yield this.retryableRequest((()=>p(this,void 0,void 0,(function*(){return this.httpClient.post(C,JSON.stringify(A),v)}))));return i}catch(i){throw new Error(`Failed to ${c}: ${i.message}`)}}))}retryableRequest(i){return p(this,void 0,void 0,(function*(){let c=0;let d="";let p="";while(c<this.maxAttempts){let A=false;try{const c=yield i();const C=c.message.statusCode;p=yield c.readBody();(0,S.debug)(`[Response] - ${c.message.statusCode}`);(0,S.debug)(`Headers: ${JSON.stringify(c.message.headers,null,2)}`);const v=JSON.parse(p);(0,Z.maskSecretUrls)(v);(0,S.debug)(`Body: ${JSON.stringify(v,null,2)}`);if(this.isSuccessStatusCode(C)){return{response:c,body:v}}A=this.isRetryableHttpStatusCode(C);d=`Failed request: (${C}) ${c.message.statusMessage}`;if(v.msg){if(V.UsageError.isUsageErrorMessage(v.msg)){throw new V.UsageError}d=`${d}: ${v.msg}`}}catch(i){if(i instanceof SyntaxError){(0,S.debug)(`Raw Body: ${p}`)}if(i instanceof V.UsageError){throw i}if(V.NetworkError.isNetworkErrorCode(i===null||i===void 0?void 0:i.code)){throw new V.NetworkError(i===null||i===void 0?void 0:i.code)}A=true;d=i.message}if(!A){throw new Error(`Received non-retryable error: ${d}`)}if(c+1===this.maxAttempts){throw new Error(`Failed to make request after ${this.maxAttempts} attempts: ${d}`)}const C=this.getExponentialRetryTimeMilliseconds(c);(0,S.info)(`Attempt ${c+1} of ${this.maxAttempts} failed with error: ${d}. Retrying request in ${C} ms...`);yield this.sleep(C);c++}throw new Error(`Request failed`)}))}isSuccessStatusCode(i){if(!i)return false;return i>=200&&i<300}isRetryableHttpStatusCode(i){if(!i)return false;const c=[A.HttpCodes.BadGateway,A.HttpCodes.GatewayTimeout,A.HttpCodes.InternalServerError,A.HttpCodes.ServiceUnavailable,A.HttpCodes.TooManyRequests];return c.includes(i)}sleep(i){return p(this,void 0,void 0,(function*(){return new Promise((c=>setTimeout(c,i)))}))}getExponentialRetryTimeMilliseconds(i){if(i<0){throw new Error("attempt should be a positive integer")}if(i===0){return this.baseRetryIntervalMilliseconds}const c=this.baseRetryIntervalMilliseconds*Math.pow(this.retryMultiplier,i);const d=c*this.retryMultiplier;return Math.trunc(Math.random()*(d-c)+c)}}function internalArtifactTwirpClient(i){const c=new ArtifactHttpClient((0,_.getUserAgentString)(),i===null||i===void 0?void 0:i.maxAttempts,i===null||i===void 0?void 0:i.retryIntervalMs,i===null||i===void 0?void 0:i.retryMultiplier);return new v.ArtifactServiceClientJSON(c)}c.internalArtifactTwirpClient=internalArtifactTwirpClient},72938:function(i,c,d){"use strict";var p=this&&this.__importDefault||function(i){return i&&i.__esModule?i:{default:i}};Object.defineProperty(c,"__esModule",{value:true});c.getUploadChunkTimeout=c.getConcurrency=c.getGitHubWorkspaceDir=c.isGhes=c.getResultsServiceUrl=c.getRuntimeToken=c.getUploadChunkSize=void 0;const A=p(d(70857));const C=d(37484);function getUploadChunkSize(){return 8*1024*1024}c.getUploadChunkSize=getUploadChunkSize;function getRuntimeToken(){const i=process.env["ACTIONS_RUNTIME_TOKEN"];if(!i){throw new Error("Unable to get the ACTIONS_RUNTIME_TOKEN env variable")}return i}c.getRuntimeToken=getRuntimeToken;function getResultsServiceUrl(){const i=process.env["ACTIONS_RESULTS_URL"];if(!i){throw new Error("Unable to get the ACTIONS_RESULTS_URL env variable")}return new URL(i).origin}c.getResultsServiceUrl=getResultsServiceUrl;function isGhes(){const i=new URL(process.env["GITHUB_SERVER_URL"]||"https://github.com");const c=i.hostname.trimEnd().toUpperCase();const d=c==="GITHUB.COM";const p=c.endsWith(".GHE.COM");const A=c.endsWith(".LOCALHOST");return!d&&!p&&!A}c.isGhes=isGhes;function getGitHubWorkspaceDir(){const i=process.env["GITHUB_WORKSPACE"];if(!i){throw new Error("Unable to get the GITHUB_WORKSPACE env variable")}return i}c.getGitHubWorkspaceDir=getGitHubWorkspaceDir;function getConcurrency(){const i=A.default.cpus().length;let c=32;if(i>4){const d=16*i;c=d>300?300:d}const d=process.env["ACTIONS_ARTIFACT_UPLOAD_CONCURRENCY"];if(d){const i=parseInt(d);if(isNaN(i)||i<1){throw new Error("Invalid value set for ACTIONS_ARTIFACT_UPLOAD_CONCURRENCY env variable")}if(i<c){(0,C.info)(`Set concurrency based on the value set in ACTIONS_ARTIFACT_UPLOAD_CONCURRENCY.`);return i}(0,C.info)(`ACTIONS_ARTIFACT_UPLOAD_CONCURRENCY is higher than the cap of ${c} based on the number of cpus. Set it to the maximum value allowed.`);return c}return 5}c.getConcurrency=getConcurrency;function getUploadChunkTimeout(){const i=process.env["ACTIONS_ARTIFACT_UPLOAD_TIMEOUT_MS"];if(!i){return 3e5}const c=parseInt(i);if(isNaN(c)){throw new Error("Invalid value set for ACTIONS_ARTIFACT_UPLOAD_TIMEOUT_MS env variable")}return c}c.getUploadChunkTimeout=getUploadChunkTimeout},45655:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.UsageError=c.NetworkError=c.GHESNotSupportedError=c.ArtifactNotFoundError=c.InvalidResponseError=c.FilesNotFoundError=void 0;class FilesNotFoundError extends Error{constructor(i=[]){let c="No files were found to upload";if(i.length>0){c+=`: ${i.join(", ")}`}super(c);this.files=i;this.name="FilesNotFoundError"}}c.FilesNotFoundError=FilesNotFoundError;class InvalidResponseError extends Error{constructor(i){super(i);this.name="InvalidResponseError"}}c.InvalidResponseError=InvalidResponseError;class ArtifactNotFoundError extends Error{constructor(i="Artifact not found"){super(i);this.name="ArtifactNotFoundError"}}c.ArtifactNotFoundError=ArtifactNotFoundError;class GHESNotSupportedError extends Error{constructor(i="@actions/artifact v2.0.0+, upload-artifact@v4+ and download-artifact@v4+ are not currently supported on GHES."){super(i);this.name="GHESNotSupportedError"}}c.GHESNotSupportedError=GHESNotSupportedError;class NetworkError extends Error{constructor(i){const c=`Unable to make request: ${i}\nIf 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(c);this.code=i;this.name="NetworkError"}}c.NetworkError=NetworkError;NetworkError.isNetworkErrorCode=i=>{if(!i)return false;return["ECONNRESET","ENOTFOUND","ETIMEDOUT","ECONNREFUSED","EHOSTUNREACH"].includes(i)};class UsageError extends Error{constructor(){const i=`Artifact storage quota has been hit. Unable to upload any new artifacts. Usage is recalculated every 6-12 hours.\nMore 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`;super(i);this.name="UsageError"}}c.UsageError=UsageError;UsageError.isUsageErrorMessage=i=>{if(!i)return false;return i.includes("insufficient usage")}},13776:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true})},89387:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.getUserAgentString=void 0;const p=d(2822);function getUserAgentString(){return`@actions/artifact-${p.version}`}c.getUserAgentString=getUserAgentString},64012:function(i,c,d){"use strict";var p=this&&this.__createBinding||(Object.create?function(i,c,d,p){if(p===undefined)p=d;var A=Object.getOwnPropertyDescriptor(c,d);if(!A||("get"in A?!c.__esModule:A.writable||A.configurable)){A={enumerable:true,get:function(){return c[d]}}}Object.defineProperty(i,p,A)}:function(i,c,d,p){if(p===undefined)p=d;i[p]=c[d]});var A=this&&this.__setModuleDefault||(Object.create?function(i,c){Object.defineProperty(i,"default",{enumerable:true,value:c})}:function(i,c){i["default"]=c});var C=this&&this.__importStar||function(i){if(i&&i.__esModule)return i;var c={};if(i!=null)for(var d in i)if(d!=="default"&&Object.prototype.hasOwnProperty.call(i,d))p(c,i,d);A(c,i);return c};var S=this&&this.__importDefault||function(i){return i&&i.__esModule?i:{default:i}};Object.defineProperty(c,"__esModule",{value:true});c.maskSecretUrls=c.maskSigUrl=c.getBackendIdsFromToken=void 0;const v=C(d(37484));const T=d(72938);const _=S(d(79699));const V=d(37484);const Z=new Error("Failed to get backend IDs: The provided JWT token is invalid and/or missing claims");function getBackendIdsFromToken(){const i=(0,T.getRuntimeToken)();const c=(0,_.default)(i);if(!c.scp){throw Z}const d=c.scp.split(" ");if(d.length===0){throw Z}for(const i of d){const c=i.split(":");if((c===null||c===void 0?void 0:c[0])!=="Actions.Results"){continue}if(c.length!==3){throw Z}const d={workflowRunBackendId:c[1],workflowJobRunBackendId:c[2]};v.debug(`Workflow Run Backend ID: ${d.workflowRunBackendId}`);v.debug(`Workflow Job Run Backend ID: ${d.workflowJobRunBackendId}`);return d}throw Z}c.getBackendIdsFromToken=getBackendIdsFromToken;function maskSigUrl(i){if(!i)return;try{const c=new URL(i);const d=c.searchParams.get("sig");if(d){(0,V.setSecret)(d);(0,V.setSecret)(encodeURIComponent(d))}}catch(c){(0,V.debug)(`Failed to parse URL: ${i} ${c instanceof Error?c.message:String(c)}`)}}c.maskSigUrl=maskSigUrl;function maskSecretUrls(i){if(typeof i!=="object"||i===null){(0,V.debug)("body is not an object or is null");return}if("signed_upload_url"in i&&typeof i.signed_upload_url==="string"){maskSigUrl(i.signed_upload_url)}if("signed_url"in i&&typeof i.signed_url==="string"){maskSigUrl(i.signed_url)}}c.maskSecretUrls=maskSecretUrls},30645:function(i,c,d){"use strict";var p=this&&this.__createBinding||(Object.create?function(i,c,d,p){if(p===undefined)p=d;var A=Object.getOwnPropertyDescriptor(c,d);if(!A||("get"in A?!c.__esModule:A.writable||A.configurable)){A={enumerable:true,get:function(){return c[d]}}}Object.defineProperty(i,p,A)}:function(i,c,d,p){if(p===undefined)p=d;i[p]=c[d]});var A=this&&this.__setModuleDefault||(Object.create?function(i,c){Object.defineProperty(i,"default",{enumerable:true,value:c})}:function(i,c){i["default"]=c});var C=this&&this.__importStar||function(i){if(i&&i.__esModule)return i;var c={};if(i!=null)for(var d in i)if(d!=="default"&&Object.prototype.hasOwnProperty.call(i,d))p(c,i,d);A(c,i);return c};var S=this&&this.__awaiter||function(i,c,d,p){function adopt(i){return i instanceof d?i:new d((function(c){c(i)}))}return new(d||(d=Promise))((function(d,A){function fulfilled(i){try{step(p.next(i))}catch(i){A(i)}}function rejected(i){try{step(p["throw"](i))}catch(i){A(i)}}function step(i){i.done?d(i.value):adopt(i.value).then(fulfilled,rejected)}step((p=p.apply(i,c||[])).next())}))};Object.defineProperty(c,"__esModule",{value:true});c.uploadZipToBlobStorage=void 0;const v=d(71400);const T=d(72938);const _=C(d(37484));const V=C(d(76982));const Z=C(d(2203));const ee=d(45655);function uploadZipToBlobStorage(i,c){return S(this,void 0,void 0,(function*(){let d=0;let p=Date.now();const A=new AbortController;const chunkTimer=i=>S(this,void 0,void 0,(function*(){return new Promise(((c,d)=>{const C=setInterval((()=>{if(Date.now()-p>i){d(new Error("Upload progress stalled."))}}),i);A.signal.addEventListener("abort",(()=>{clearInterval(C);c()}))}))}));const C=(0,T.getConcurrency)();const te=(0,T.getUploadChunkSize)();const re=new v.BlobClient(i);const ne=re.getBlockBlobClient();_.debug(`Uploading artifact zip to blob storage with maxConcurrency: ${C}, bufferSize: ${te}`);const uploadCallback=i=>{_.info(`Uploaded bytes ${i.loadedBytes}`);d=i.loadedBytes;p=Date.now()};const ie={blobHTTPHeaders:{blobContentType:"zip"},onProgress:uploadCallback,abortSignal:A.signal};let se=undefined;const ae=new Z.PassThrough;const oe=V.createHash("sha256");c.pipe(ae);c.pipe(oe).setEncoding("hex");_.info("Beginning upload of artifact content to blob storage");try{yield Promise.race([ne.uploadStream(ae,te,C,ie),chunkTimer((0,T.getUploadChunkTimeout)())])}catch(i){if(ee.NetworkError.isNetworkErrorCode(i===null||i===void 0?void 0:i.code)){throw new ee.NetworkError(i===null||i===void 0?void 0:i.code)}throw i}finally{A.abort()}_.info("Finished uploading artifact content to blob storage!");oe.end();se=oe.read();_.info(`SHA256 digest of uploaded artifact zip is ${se}`);if(d===0){_.warning(`No data was uploaded to blob storage. Reported upload byte count is 0.`)}return{uploadSize:d,sha256Hash:se}}))}c.uploadZipToBlobStorage=uploadZipToBlobStorage},89190:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.validateFilePath=c.validateArtifactName=void 0;const p=d(37484);const A=new Map([['"',' Double quote "'],[":"," Colon :"],["<"," Less than <"],[">"," Greater than >"],["|"," Vertical bar |"],["*"," Asterisk *"],["?"," Question mark ?"],["\r"," Carriage return \\r"],["\n"," Line feed \\n"]]);const C=new Map([...A,["\\"," Backslash \\"],["/"," Forward slash /"]]);function validateArtifactName(i){if(!i){throw new Error(`Provided artifact name input during validation is empty`)}for(const[c,d]of C){if(i.includes(c)){throw new Error(`The artifact name is not valid: ${i}. Contains the following character: ${d}\n \nInvalid characters include: ${Array.from(C.values()).toString()}\n \nThese characters are not allowed in the artifact name due to limitations with certain file systems such as NTFS. To maintain file system agnostic behavior, these characters are intentionally not allowed to prevent potential problems with downloads on different file systems.`)}}(0,p.info)(`Artifact name is valid!`)}c.validateArtifactName=validateArtifactName;function validateFilePath(i){if(!i){throw new Error(`Provided file path input during validation is empty`)}for(const[c,d]of A){if(i.includes(c)){throw new Error(`The path for one of the files in artifact is not valid: ${i}. Contains the following character: ${d}\n \nInvalid characters include: ${Array.from(A.values()).toString()}\n \nThe following characters are not allowed in files that are uploaded due to limitations with certain file systems such as NTFS. To maintain file system agnostic behavior, these characters are intentionally not allowed to prevent potential problems with downloads on different file systems.\n `)}}}c.validateFilePath=validateFilePath},47252:function(i,c,d){"use strict";var p=this&&this.__createBinding||(Object.create?function(i,c,d,p){if(p===undefined)p=d;var A=Object.getOwnPropertyDescriptor(c,d);if(!A||("get"in A?!c.__esModule:A.writable||A.configurable)){A={enumerable:true,get:function(){return c[d]}}}Object.defineProperty(i,p,A)}:function(i,c,d,p){if(p===undefined)p=d;i[p]=c[d]});var A=this&&this.__setModuleDefault||(Object.create?function(i,c){Object.defineProperty(i,"default",{enumerable:true,value:c})}:function(i,c){i["default"]=c});var C=this&&this.__importStar||function(i){if(i&&i.__esModule)return i;var c={};if(i!=null)for(var d in i)if(d!=="default"&&Object.prototype.hasOwnProperty.call(i,d))p(c,i,d);A(c,i);return c};Object.defineProperty(c,"__esModule",{value:true});c.getExpiration=void 0;const S=d(44216);const v=C(d(37484));function getExpiration(i){if(!i){return undefined}const c=getRetentionDays();if(c&&c<i){v.warning(`Retention days cannot be greater than the maximum allowed retention set within the repository. Using ${c} instead.`);i=c}const d=new Date;d.setDate(d.getDate()+i);return S.Timestamp.fromDate(d)}c.getExpiration=getExpiration;function getRetentionDays(){const i=process.env["GITHUB_RETENTION_DAYS"];if(!i){return undefined}const c=parseInt(i);if(isNaN(c)){return undefined}return c}},48392:function(i,c,d){"use strict";var p=this&&this.__createBinding||(Object.create?function(i,c,d,p){if(p===undefined)p=d;var A=Object.getOwnPropertyDescriptor(c,d);if(!A||("get"in A?!c.__esModule:A.writable||A.configurable)){A={enumerable:true,get:function(){return c[d]}}}Object.defineProperty(i,p,A)}:function(i,c,d,p){if(p===undefined)p=d;i[p]=c[d]});var A=this&&this.__setModuleDefault||(Object.create?function(i,c){Object.defineProperty(i,"default",{enumerable:true,value:c})}:function(i,c){i["default"]=c});var C=this&&this.__importStar||function(i){if(i&&i.__esModule)return i;var c={};if(i!=null)for(var d in i)if(d!=="default"&&Object.prototype.hasOwnProperty.call(i,d))p(c,i,d);A(c,i);return c};var S=this&&this.__awaiter||function(i,c,d,p){function adopt(i){return i instanceof d?i:new d((function(c){c(i)}))}return new(d||(d=Promise))((function(d,A){function fulfilled(i){try{step(p.next(i))}catch(i){A(i)}}function rejected(i){try{step(p["throw"](i))}catch(i){A(i)}}function step(i){i.done?d(i.value):adopt(i.value).then(fulfilled,rejected)}step((p=p.apply(i,c||[])).next())}))};Object.defineProperty(c,"__esModule",{value:true});c.uploadArtifact=void 0;const v=C(d(37484));const T=d(47252);const _=d(89190);const V=d(87417);const Z=d(5067);const ee=d(64012);const te=d(30645);const re=d(37257);const ne=d(44216);const ie=d(45655);function uploadArtifact(i,c,d,p){return S(this,void 0,void 0,(function*(){(0,_.validateArtifactName)(i);(0,Z.validateRootDirectory)(d);const A=(0,Z.getUploadZipSpecification)(c,d);if(A.length===0){throw new ie.FilesNotFoundError(A.flatMap((i=>i.sourcePath?[i.sourcePath]:[])))}const C=(0,ee.getBackendIdsFromToken)();const S=(0,V.internalArtifactTwirpClient)();const se={workflowRunBackendId:C.workflowRunBackendId,workflowJobRunBackendId:C.workflowJobRunBackendId,name:i,version:4};const ae=(0,T.getExpiration)(p===null||p===void 0?void 0:p.retentionDays);if(ae){se.expiresAt=ae}const oe=yield S.CreateArtifact(se);if(!oe.ok){throw new ie.InvalidResponseError("CreateArtifact: response from backend was not ok")}const le=yield(0,re.createZipUploadStream)(A,p===null||p===void 0?void 0:p.compressionLevel);const ce=yield(0,te.uploadZipToBlobStorage)(oe.signedUploadUrl,le);const de={workflowRunBackendId:C.workflowRunBackendId,workflowJobRunBackendId:C.workflowJobRunBackendId,name:i,size:ce.uploadSize?ce.uploadSize.toString():"0"};if(ce.sha256Hash){de.hash=ne.StringValue.create({value:`sha256:${ce.sha256Hash}`})}v.info(`Finalizing artifact upload`);const ue=yield S.FinalizeArtifact(de);if(!ue.ok){throw new ie.InvalidResponseError("FinalizeArtifact: response from backend was not ok")}const pe=BigInt(ue.artifactId);v.info(`Artifact ${i}.zip successfully finalized. Artifact ID ${pe}`);return{size:ce.uploadSize,digest:ce.sha256Hash,id:Number(pe)}}))}c.uploadArtifact=uploadArtifact},5067:function(i,c,d){"use strict";var p=this&&this.__createBinding||(Object.create?function(i,c,d,p){if(p===undefined)p=d;var A=Object.getOwnPropertyDescriptor(c,d);if(!A||("get"in A?!c.__esModule:A.writable||A.configurable)){A={enumerable:true,get:function(){return c[d]}}}Object.defineProperty(i,p,A)}:function(i,c,d,p){if(p===undefined)p=d;i[p]=c[d]});var A=this&&this.__setModuleDefault||(Object.create?function(i,c){Object.defineProperty(i,"default",{enumerable:true,value:c})}:function(i,c){i["default"]=c});var C=this&&this.__importStar||function(i){if(i&&i.__esModule)return i;var c={};if(i!=null)for(var d in i)if(d!=="default"&&Object.prototype.hasOwnProperty.call(i,d))p(c,i,d);A(c,i);return c};Object.defineProperty(c,"__esModule",{value:true});c.getUploadZipSpecification=c.validateRootDirectory=void 0;const S=C(d(79896));const v=d(37484);const T=d(16928);const _=d(89190);function validateRootDirectory(i){if(!S.existsSync(i)){throw new Error(`The provided rootDirectory ${i} does not exist`)}if(!S.statSync(i).isDirectory()){throw new Error(`The provided rootDirectory ${i} is not a valid directory`)}(0,v.info)(`Root directory input is valid!`)}c.validateRootDirectory=validateRootDirectory;function getUploadZipSpecification(i,c){const d=[];c=(0,T.normalize)(c);c=(0,T.resolve)(c);for(let p of i){const i=S.lstatSync(p,{throwIfNoEntry:false});if(!i){throw new Error(`File ${p} does not exist`)}if(!i.isDirectory()){p=(0,T.normalize)(p);p=(0,T.resolve)(p);if(!p.startsWith(c)){throw new Error(`The rootDirectory: ${c} is not a parent directory of the file: ${p}`)}const A=p.replace(c,"");(0,_.validateFilePath)(A);d.push({sourcePath:p,destinationPath:A,stats:i})}else{const A=p.replace(c,"");(0,_.validateFilePath)(A);d.push({sourcePath:null,destinationPath:A,stats:i})}}return d}c.getUploadZipSpecification=getUploadZipSpecification},37257:function(i,c,d){"use strict";var p=this&&this.__createBinding||(Object.create?function(i,c,d,p){if(p===undefined)p=d;var A=Object.getOwnPropertyDescriptor(c,d);if(!A||("get"in A?!c.__esModule:A.writable||A.configurable)){A={enumerable:true,get:function(){return c[d]}}}Object.defineProperty(i,p,A)}:function(i,c,d,p){if(p===undefined)p=d;i[p]=c[d]});var A=this&&this.__setModuleDefault||(Object.create?function(i,c){Object.defineProperty(i,"default",{enumerable:true,value:c})}:function(i,c){i["default"]=c});var C=this&&this.__importStar||function(i){if(i&&i.__esModule)return i;var c={};if(i!=null)for(var d in i)if(d!=="default"&&Object.prototype.hasOwnProperty.call(i,d))p(c,i,d);A(c,i);return c};var S=this&&this.__awaiter||function(i,c,d,p){function adopt(i){return i instanceof d?i:new d((function(c){c(i)}))}return new(d||(d=Promise))((function(d,A){function fulfilled(i){try{step(p.next(i))}catch(i){A(i)}}function rejected(i){try{step(p["throw"](i))}catch(i){A(i)}}function step(i){i.done?d(i.value):adopt(i.value).then(fulfilled,rejected)}step((p=p.apply(i,c||[])).next())}))};Object.defineProperty(c,"__esModule",{value:true});c.createZipUploadStream=c.ZipUploadStream=c.DEFAULT_COMPRESSION_LEVEL=void 0;const v=C(d(2203));const T=d(91943);const _=C(d(99392));const V=C(d(37484));const Z=d(72938);c.DEFAULT_COMPRESSION_LEVEL=6;class ZipUploadStream extends v.Transform{constructor(i){super({highWaterMark:i})}_transform(i,c,d){d(null,i)}}c.ZipUploadStream=ZipUploadStream;function createZipUploadStream(i,d=c.DEFAULT_COMPRESSION_LEVEL){return S(this,void 0,void 0,(function*(){V.debug(`Creating Artifact archive with compressionLevel: ${d}`);const c=_.create("zip",{highWaterMark:(0,Z.getUploadChunkSize)(),zlib:{level:d}});c.on("error",zipErrorCallback);c.on("warning",zipWarningCallback);c.on("finish",zipFinishCallback);c.on("end",zipEndCallback);for(const d of i){if(d.sourcePath!==null){let i=d.sourcePath;if(d.stats.isSymbolicLink()){i=yield(0,T.realpath)(d.sourcePath)}c.file(i,{name:d.destinationPath})}else{c.append("",{name:d.destinationPath})}}const p=(0,Z.getUploadChunkSize)();const A=new ZipUploadStream(p);V.debug(`Zip write high watermark value ${A.writableHighWaterMark}`);V.debug(`Zip read high watermark value ${A.readableHighWaterMark}`);c.pipe(A);c.finalize();return A}))}c.createZipUploadStream=createZipUploadStream;const zipErrorCallback=i=>{V.error("An error has occurred while creating the zip file for upload");V.info(i);throw new Error("An error has occurred during zip creation for the artifact")};const zipWarningCallback=i=>{if(i.code==="ENOENT"){V.warning("ENOENT warning during artifact zip creation. No such file or directory");V.info(i)}else{V.warning(`A non-blocking warning has occurred during artifact zip creation: ${i.code}`);V.info(i)}};const zipFinishCallback=()=>{V.debug("Zip stream for upload has finished.")};const zipEndCallback=()=>{V.debug("Zip stream for upload has ended.")}},27466:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.Context=void 0;const p=d(79896);const A=d(70857);class Context{constructor(){var i,c,d;this.payload={};if(process.env.GITHUB_EVENT_PATH){if(p.existsSync(process.env.GITHUB_EVENT_PATH)){this.payload=JSON.parse(p.readFileSync(process.env.GITHUB_EVENT_PATH,{encoding:"utf8"}))}else{const i=process.env.GITHUB_EVENT_PATH;process.stdout.write(`GITHUB_EVENT_PATH ${i} does not exist${A.EOL}`)}}this.eventName=process.env.GITHUB_EVENT_NAME;this.sha=process.env.GITHUB_SHA;this.ref=process.env.GITHUB_REF;this.workflow=process.env.GITHUB_WORKFLOW;this.action=process.env.GITHUB_ACTION;this.actor=process.env.GITHUB_ACTOR;this.job=process.env.GITHUB_JOB;this.runNumber=parseInt(process.env.GITHUB_RUN_NUMBER,10);this.runId=parseInt(process.env.GITHUB_RUN_ID,10);this.apiUrl=(i=process.env.GITHUB_API_URL)!==null&&i!==void 0?i:`https://api.github.com`;this.serverUrl=(c=process.env.GITHUB_SERVER_URL)!==null&&c!==void 0?c:`https://github.com`;this.graphqlUrl=(d=process.env.GITHUB_GRAPHQL_URL)!==null&&d!==void 0?d:`https://api.github.com/graphql`}get issue(){const i=this.payload;return Object.assign(Object.assign({},this.repo),{number:(i.issue||i.pull_request||i).number})}get repo(){if(process.env.GITHUB_REPOSITORY){const[i,c]=process.env.GITHUB_REPOSITORY.split("/");return{owner:i,repo:c}}if(this.payload.repository){return{owner:this.payload.repository.owner.login,repo:this.payload.repository.name}}throw new Error("context.repo requires a GITHUB_REPOSITORY environment variable like 'owner/repo'")}}c.Context=Context},29150:function(i,c,d){"use strict";var p=this&&this.__createBinding||(Object.create?function(i,c,d,p){if(p===undefined)p=d;Object.defineProperty(i,p,{enumerable:true,get:function(){return c[d]}})}:function(i,c,d,p){if(p===undefined)p=d;i[p]=c[d]});var A=this&&this.__setModuleDefault||(Object.create?function(i,c){Object.defineProperty(i,"default",{enumerable:true,value:c})}:function(i,c){i["default"]=c});var C=this&&this.__importStar||function(i){if(i&&i.__esModule)return i;var c={};if(i!=null)for(var d in i)if(d!=="default"&&Object.hasOwnProperty.call(i,d))p(c,i,d);A(c,i);return c};Object.defineProperty(c,"__esModule",{value:true});c.getOctokit=c.context=void 0;const S=C(d(27466));const v=d(97864);c.context=new S.Context;function getOctokit(i,c,...d){const p=v.GitHub.plugin(...d);return new p(v.getOctokitOptions(i,c))}c.getOctokit=getOctokit},14970:function(i,c,d){"use strict";var p=this&&this.__createBinding||(Object.create?function(i,c,d,p){if(p===undefined)p=d;Object.defineProperty(i,p,{enumerable:true,get:function(){return c[d]}})}:function(i,c,d,p){if(p===undefined)p=d;i[p]=c[d]});var A=this&&this.__setModuleDefault||(Object.create?function(i,c){Object.defineProperty(i,"default",{enumerable:true,value:c})}:function(i,c){i["default"]=c});var C=this&&this.__importStar||function(i){if(i&&i.__esModule)return i;var c={};if(i!=null)for(var d in i)if(d!=="default"&&Object.hasOwnProperty.call(i,d))p(c,i,d);A(c,i);return c};Object.defineProperty(c,"__esModule",{value:true});c.getApiBaseUrl=c.getProxyAgent=c.getAuthString=void 0;const S=C(d(54844));function getAuthString(i,c){if(!i&&!c.auth){throw new Error("Parameter token or opts.auth is required")}else if(i&&c.auth){throw new Error("Parameters token and opts.auth may not both be specified")}return typeof c.auth==="string"?c.auth:`token ${i}`}c.getAuthString=getAuthString;function getProxyAgent(i){const c=new S.HttpClient;return c.getAgent(i)}c.getProxyAgent=getProxyAgent;function getApiBaseUrl(){return process.env["GITHUB_API_URL"]||"https://api.github.com"}c.getApiBaseUrl=getApiBaseUrl},97864:function(i,c,d){"use strict";var p=this&&this.__createBinding||(Object.create?function(i,c,d,p){if(p===undefined)p=d;Object.defineProperty(i,p,{enumerable:true,get:function(){return c[d]}})}:function(i,c,d,p){if(p===undefined)p=d;i[p]=c[d]});var A=this&&this.__setModuleDefault||(Object.create?function(i,c){Object.defineProperty(i,"default",{enumerable:true,value:c})}:function(i,c){i["default"]=c});var C=this&&this.__importStar||function(i){if(i&&i.__esModule)return i;var c={};if(i!=null)for(var d in i)if(d!=="default"&&Object.hasOwnProperty.call(i,d))p(c,i,d);A(c,i);return c};Object.defineProperty(c,"__esModule",{value:true});c.getOctokitOptions=c.GitHub=c.defaults=c.context=void 0;const S=C(d(27466));const v=C(d(14970));const T=d(61897);const _=d(84935);const V=d(38082);c.context=new S.Context;const Z=v.getApiBaseUrl();c.defaults={baseUrl:Z,request:{agent:v.getProxyAgent(Z)}};c.GitHub=T.Octokit.plugin(_.restEndpointMethods,V.paginateRest).defaults(c.defaults);function getOctokitOptions(i,c){const d=Object.assign({},c||{});const p=v.getAuthString(i,d);if(p){d.auth=p}return d}c.getOctokitOptions=getOctokitOptions},44914:function(i,c,d){"use strict";var p=this&&this.__createBinding||(Object.create?function(i,c,d,p){if(p===undefined)p=d;var A=Object.getOwnPropertyDescriptor(c,d);if(!A||("get"in A?!c.__esModule:A.writable||A.configurable)){A={enumerable:true,get:function(){return c[d]}}}Object.defineProperty(i,p,A)}:function(i,c,d,p){if(p===undefined)p=d;i[p]=c[d]});var A=this&&this.__setModuleDefault||(Object.create?function(i,c){Object.defineProperty(i,"default",{enumerable:true,value:c})}:function(i,c){i["default"]=c});var C=this&&this.__importStar||function(i){if(i&&i.__esModule)return i;var c={};if(i!=null)for(var d in i)if(d!=="default"&&Object.prototype.hasOwnProperty.call(i,d))p(c,i,d);A(c,i);return c};Object.defineProperty(c,"__esModule",{value:true});c.issue=c.issueCommand=void 0;const S=C(d(70857));const v=d(30302);function issueCommand(i,c,d){const p=new Command(i,c,d);process.stdout.write(p.toString()+S.EOL)}c.issueCommand=issueCommand;function issue(i,c=""){issueCommand(i,{},c)}c.issue=issue;const T="::";class Command{constructor(i,c,d){if(!i){i="missing.command"}this.command=i;this.properties=c;this.message=d}toString(){let i=T+this.command;if(this.properties&&Object.keys(this.properties).length>0){i+=" ";let c=true;for(const d in this.properties){if(this.properties.hasOwnProperty(d)){const p=this.properties[d];if(p){if(c){c=false}else{i+=","}i+=`${d}=${escapeProperty(p)}`}}}}i+=`${T}${escapeData(this.message)}`;return i}}function escapeData(i){return(0,v.toCommandValue)(i).replace(/%/g,"%25").replace(/\r/g,"%0D").replace(/\n/g,"%0A")}function escapeProperty(i){return(0,v.toCommandValue)(i).replace(/%/g,"%25").replace(/\r/g,"%0D").replace(/\n/g,"%0A").replace(/:/g,"%3A").replace(/,/g,"%2C")}},37484:function(i,c,d){"use strict";var p=this&&this.__createBinding||(Object.create?function(i,c,d,p){if(p===undefined)p=d;var A=Object.getOwnPropertyDescriptor(c,d);if(!A||("get"in A?!c.__esModule:A.writable||A.configurable)){A={enumerable:true,get:function(){return c[d]}}}Object.defineProperty(i,p,A)}:function(i,c,d,p){if(p===undefined)p=d;i[p]=c[d]});var A=this&&this.__setModuleDefault||(Object.create?function(i,c){Object.defineProperty(i,"default",{enumerable:true,value:c})}:function(i,c){i["default"]=c});var C=this&&this.__importStar||function(i){if(i&&i.__esModule)return i;var c={};if(i!=null)for(var d in i)if(d!=="default"&&Object.prototype.hasOwnProperty.call(i,d))p(c,i,d);A(c,i);return c};var S=this&&this.__awaiter||function(i,c,d,p){function adopt(i){return i instanceof d?i:new d((function(c){c(i)}))}return new(d||(d=Promise))((function(d,A){function fulfilled(i){try{step(p.next(i))}catch(i){A(i)}}function rejected(i){try{step(p["throw"](i))}catch(i){A(i)}}function step(i){i.done?d(i.value):adopt(i.value).then(fulfilled,rejected)}step((p=p.apply(i,c||[])).next())}))};Object.defineProperty(c,"__esModule",{value:true});c.platform=c.toPlatformPath=c.toWin32Path=c.toPosixPath=c.markdownSummary=c.summary=c.getIDToken=c.getState=c.saveState=c.group=c.endGroup=c.startGroup=c.info=c.notice=c.warning=c.error=c.debug=c.isDebug=c.setFailed=c.setCommandEcho=c.setOutput=c.getBooleanInput=c.getMultilineInput=c.getInput=c.addPath=c.setSecret=c.exportVariable=c.ExitCode=void 0;const v=d(44914);const T=d(24753);const _=d(30302);const V=C(d(70857));const Z=C(d(16928));const ee=d(35306);var te;(function(i){i[i["Success"]=0]="Success";i[i["Failure"]=1]="Failure"})(te||(c.ExitCode=te={}));function exportVariable(i,c){const d=(0,_.toCommandValue)(c);process.env[i]=d;const p=process.env["GITHUB_ENV"]||"";if(p){return(0,T.issueFileCommand)("ENV",(0,T.prepareKeyValueMessage)(i,c))}(0,v.issueCommand)("set-env",{name:i},d)}c.exportVariable=exportVariable;function setSecret(i){(0,v.issueCommand)("add-mask",{},i)}c.setSecret=setSecret;function addPath(i){const c=process.env["GITHUB_PATH"]||"";if(c){(0,T.issueFileCommand)("PATH",i)}else{(0,v.issueCommand)("add-path",{},i)}process.env["PATH"]=`${i}${Z.delimiter}${process.env["PATH"]}`}c.addPath=addPath;function getInput(i,c){const d=process.env[`INPUT_${i.replace(/ /g,"_").toUpperCase()}`]||"";if(c&&c.required&&!d){throw new Error(`Input required and not supplied: ${i}`)}if(c&&c.trimWhitespace===false){return d}return d.trim()}c.getInput=getInput;function getMultilineInput(i,c){const d=getInput(i,c).split("\n").filter((i=>i!==""));if(c&&c.trimWhitespace===false){return d}return d.map((i=>i.trim()))}c.getMultilineInput=getMultilineInput;function getBooleanInput(i,c){const d=["true","True","TRUE"];const p=["false","False","FALSE"];const A=getInput(i,c);if(d.includes(A))return true;if(p.includes(A))return false;throw new TypeError(`Input does not meet YAML 1.2 "Core Schema" specification: ${i}\n`+`Support boolean input list: \`true | True | TRUE | false | False | FALSE\``)}c.getBooleanInput=getBooleanInput;function setOutput(i,c){const d=process.env["GITHUB_OUTPUT"]||"";if(d){return(0,T.issueFileCommand)("OUTPUT",(0,T.prepareKeyValueMessage)(i,c))}process.stdout.write(V.EOL);(0,v.issueCommand)("set-output",{name:i},(0,_.toCommandValue)(c))}c.setOutput=setOutput;function setCommandEcho(i){(0,v.issue)("echo",i?"on":"off")}c.setCommandEcho=setCommandEcho;function setFailed(i){process.exitCode=te.Failure;error(i)}c.setFailed=setFailed;function isDebug(){return process.env["RUNNER_DEBUG"]==="1"}c.isDebug=isDebug;function debug(i){(0,v.issueCommand)("debug",{},i)}c.debug=debug;function error(i,c={}){(0,v.issueCommand)("error",(0,_.toCommandProperties)(c),i instanceof Error?i.toString():i)}c.error=error;function warning(i,c={}){(0,v.issueCommand)("warning",(0,_.toCommandProperties)(c),i instanceof Error?i.toString():i)}c.warning=warning;function notice(i,c={}){(0,v.issueCommand)("notice",(0,_.toCommandProperties)(c),i instanceof Error?i.toString():i)}c.notice=notice;function info(i){process.stdout.write(i+V.EOL)}c.info=info;function startGroup(i){(0,v.issue)("group",i)}c.startGroup=startGroup;function endGroup(){(0,v.issue)("endgroup")}c.endGroup=endGroup;function group(i,c){return S(this,void 0,void 0,(function*(){startGroup(i);let d;try{d=yield c()}finally{endGroup()}return d}))}c.group=group;function saveState(i,c){const d=process.env["GITHUB_STATE"]||"";if(d){return(0,T.issueFileCommand)("STATE",(0,T.prepareKeyValueMessage)(i,c))}(0,v.issueCommand)("save-state",{name:i},(0,_.toCommandValue)(c))}c.saveState=saveState;function getState(i){return process.env[`STATE_${i}`]||""}c.getState=getState;function getIDToken(i){return S(this,void 0,void 0,(function*(){return yield ee.OidcClient.getIDToken(i)}))}c.getIDToken=getIDToken;var re=d(71847);Object.defineProperty(c,"summary",{enumerable:true,get:function(){return re.summary}});var ne=d(71847);Object.defineProperty(c,"markdownSummary",{enumerable:true,get:function(){return ne.markdownSummary}});var ie=d(31976);Object.defineProperty(c,"toPosixPath",{enumerable:true,get:function(){return ie.toPosixPath}});Object.defineProperty(c,"toWin32Path",{enumerable:true,get:function(){return ie.toWin32Path}});Object.defineProperty(c,"toPlatformPath",{enumerable:true,get:function(){return ie.toPlatformPath}});c.platform=C(d(18968))},24753:function(i,c,d){"use strict";var p=this&&this.__createBinding||(Object.create?function(i,c,d,p){if(p===undefined)p=d;var A=Object.getOwnPropertyDescriptor(c,d);if(!A||("get"in A?!c.__esModule:A.writable||A.configurable)){A={enumerable:true,get:function(){return c[d]}}}Object.defineProperty(i,p,A)}:function(i,c,d,p){if(p===undefined)p=d;i[p]=c[d]});var A=this&&this.__setModuleDefault||(Object.create?function(i,c){Object.defineProperty(i,"default",{enumerable:true,value:c})}:function(i,c){i["default"]=c});var C=this&&this.__importStar||function(i){if(i&&i.__esModule)return i;var c={};if(i!=null)for(var d in i)if(d!=="default"&&Object.prototype.hasOwnProperty.call(i,d))p(c,i,d);A(c,i);return c};Object.defineProperty(c,"__esModule",{value:true});c.prepareKeyValueMessage=c.issueFileCommand=void 0;const S=C(d(76982));const v=C(d(79896));const T=C(d(70857));const _=d(30302);function issueFileCommand(i,c){const d=process.env[`GITHUB_${i}`];if(!d){throw new Error(`Unable to find environment variable for file command ${i}`)}if(!v.existsSync(d)){throw new Error(`Missing file at path: ${d}`)}v.appendFileSync(d,`${(0,_.toCommandValue)(c)}${T.EOL}`,{encoding:"utf8"})}c.issueFileCommand=issueFileCommand;function prepareKeyValueMessage(i,c){const d=`ghadelimiter_${S.randomUUID()}`;const p=(0,_.toCommandValue)(c);if(i.includes(d)){throw new Error(`Unexpected input: name should not contain the delimiter "${d}"`)}if(p.includes(d)){throw new Error(`Unexpected input: value should not contain the delimiter "${d}"`)}return`${i}<<${d}${T.EOL}${p}${T.EOL}${d}`}c.prepareKeyValueMessage=prepareKeyValueMessage},35306:function(i,c,d){"use strict";var p=this&&this.__awaiter||function(i,c,d,p){function adopt(i){return i instanceof d?i:new d((function(c){c(i)}))}return new(d||(d=Promise))((function(d,A){function fulfilled(i){try{step(p.next(i))}catch(i){A(i)}}function rejected(i){try{step(p["throw"](i))}catch(i){A(i)}}function step(i){i.done?d(i.value):adopt(i.value).then(fulfilled,rejected)}step((p=p.apply(i,c||[])).next())}))};Object.defineProperty(c,"__esModule",{value:true});c.OidcClient=void 0;const A=d(54844);const C=d(44552);const S=d(37484);class OidcClient{static createHttpClient(i=true,c=10){const d={allowRetries:i,maxRetries:c};return new A.HttpClient("actions/oidc-client",[new C.BearerCredentialHandler(OidcClient.getRequestToken())],d)}static getRequestToken(){const i=process.env["ACTIONS_ID_TOKEN_REQUEST_TOKEN"];if(!i){throw new Error("Unable to get ACTIONS_ID_TOKEN_REQUEST_TOKEN env variable")}return i}static getIDTokenUrl(){const i=process.env["ACTIONS_ID_TOKEN_REQUEST_URL"];if(!i){throw new Error("Unable to get ACTIONS_ID_TOKEN_REQUEST_URL env variable")}return i}static getCall(i){var c;return p(this,void 0,void 0,(function*(){const d=OidcClient.createHttpClient();const p=yield d.getJson(i).catch((i=>{throw new Error(`Failed to get ID Token. \n \n Error Code : ${i.statusCode}\n \n Error Message: ${i.message}`)}));const A=(c=p.result)===null||c===void 0?void 0:c.value;if(!A){throw new Error("Response json body do not have ID Token field")}return A}))}static getIDToken(i){return p(this,void 0,void 0,(function*(){try{let c=OidcClient.getIDTokenUrl();if(i){const d=encodeURIComponent(i);c=`${c}&audience=${d}`}(0,S.debug)(`ID token url is ${c}`);const d=yield OidcClient.getCall(c);(0,S.setSecret)(d);return d}catch(i){throw new Error(`Error message: ${i.message}`)}}))}}c.OidcClient=OidcClient},31976:function(i,c,d){"use strict";var p=this&&this.__createBinding||(Object.create?function(i,c,d,p){if(p===undefined)p=d;var A=Object.getOwnPropertyDescriptor(c,d);if(!A||("get"in A?!c.__esModule:A.writable||A.configurable)){A={enumerable:true,get:function(){return c[d]}}}Object.defineProperty(i,p,A)}:function(i,c,d,p){if(p===undefined)p=d;i[p]=c[d]});var A=this&&this.__setModuleDefault||(Object.create?function(i,c){Object.defineProperty(i,"default",{enumerable:true,value:c})}:function(i,c){i["default"]=c});var C=this&&this.__importStar||function(i){if(i&&i.__esModule)return i;var c={};if(i!=null)for(var d in i)if(d!=="default"&&Object.prototype.hasOwnProperty.call(i,d))p(c,i,d);A(c,i);return c};Object.defineProperty(c,"__esModule",{value:true});c.toPlatformPath=c.toWin32Path=c.toPosixPath=void 0;const S=C(d(16928));function toPosixPath(i){return i.replace(/[\\]/g,"/")}c.toPosixPath=toPosixPath;function toWin32Path(i){return i.replace(/[/]/g,"\\")}c.toWin32Path=toWin32Path;function toPlatformPath(i){return i.replace(/[/\\]/g,S.sep)}c.toPlatformPath=toPlatformPath},18968:function(i,c,d){"use strict";var p=this&&this.__createBinding||(Object.create?function(i,c,d,p){if(p===undefined)p=d;var A=Object.getOwnPropertyDescriptor(c,d);if(!A||("get"in A?!c.__esModule:A.writable||A.configurable)){A={enumerable:true,get:function(){return c[d]}}}Object.defineProperty(i,p,A)}:function(i,c,d,p){if(p===undefined)p=d;i[p]=c[d]});var A=this&&this.__setModuleDefault||(Object.create?function(i,c){Object.defineProperty(i,"default",{enumerable:true,value:c})}:function(i,c){i["default"]=c});var C=this&&this.__importStar||function(i){if(i&&i.__esModule)return i;var c={};if(i!=null)for(var d in i)if(d!=="default"&&Object.prototype.hasOwnProperty.call(i,d))p(c,i,d);A(c,i);return c};var S=this&&this.__awaiter||function(i,c,d,p){function adopt(i){return i instanceof d?i:new d((function(c){c(i)}))}return new(d||(d=Promise))((function(d,A){function fulfilled(i){try{step(p.next(i))}catch(i){A(i)}}function rejected(i){try{step(p["throw"](i))}catch(i){A(i)}}function step(i){i.done?d(i.value):adopt(i.value).then(fulfilled,rejected)}step((p=p.apply(i,c||[])).next())}))};var v=this&&this.__importDefault||function(i){return i&&i.__esModule?i:{default:i}};Object.defineProperty(c,"__esModule",{value:true});c.getDetails=c.isLinux=c.isMacOS=c.isWindows=c.arch=c.platform=void 0;const T=v(d(70857));const _=C(d(95236));const getWindowsInfo=()=>S(void 0,void 0,void 0,(function*(){const{stdout:i}=yield _.getExecOutput('powershell -command "(Get-CimInstance -ClassName Win32_OperatingSystem).Version"',undefined,{silent:true});const{stdout:c}=yield _.getExecOutput('powershell -command "(Get-CimInstance -ClassName Win32_OperatingSystem).Caption"',undefined,{silent:true});return{name:c.trim(),version:i.trim()}}));const getMacOsInfo=()=>S(void 0,void 0,void 0,(function*(){var i,c,d,p;const{stdout:A}=yield _.getExecOutput("sw_vers",undefined,{silent:true});const C=(c=(i=A.match(/ProductVersion:\s*(.+)/))===null||i===void 0?void 0:i[1])!==null&&c!==void 0?c:"";const S=(p=(d=A.match(/ProductName:\s*(.+)/))===null||d===void 0?void 0:d[1])!==null&&p!==void 0?p:"";return{name:S,version:C}}));const getLinuxInfo=()=>S(void 0,void 0,void 0,(function*(){const{stdout:i}=yield _.getExecOutput("lsb_release",["-i","-r","-s"],{silent:true});const[c,d]=i.trim().split("\n");return{name:c,version:d}}));c.platform=T.default.platform();c.arch=T.default.arch();c.isWindows=c.platform==="win32";c.isMacOS=c.platform==="darwin";c.isLinux=c.platform==="linux";function getDetails(){return S(this,void 0,void 0,(function*(){return Object.assign(Object.assign({},yield c.isWindows?getWindowsInfo():c.isMacOS?getMacOsInfo():getLinuxInfo()),{platform:c.platform,arch:c.arch,isWindows:c.isWindows,isMacOS:c.isMacOS,isLinux:c.isLinux})}))}c.getDetails=getDetails},71847:function(i,c,d){"use strict";var p=this&&this.__awaiter||function(i,c,d,p){function adopt(i){return i instanceof d?i:new d((function(c){c(i)}))}return new(d||(d=Promise))((function(d,A){function fulfilled(i){try{step(p.next(i))}catch(i){A(i)}}function rejected(i){try{step(p["throw"](i))}catch(i){A(i)}}function step(i){i.done?d(i.value):adopt(i.value).then(fulfilled,rejected)}step((p=p.apply(i,c||[])).next())}))};Object.defineProperty(c,"__esModule",{value:true});c.summary=c.markdownSummary=c.SUMMARY_DOCS_URL=c.SUMMARY_ENV_VAR=void 0;const A=d(70857);const C=d(79896);const{access:S,appendFile:v,writeFile:T}=C.promises;c.SUMMARY_ENV_VAR="GITHUB_STEP_SUMMARY";c.SUMMARY_DOCS_URL="https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#adding-a-job-summary";class Summary{constructor(){this._buffer=""}filePath(){return p(this,void 0,void 0,(function*(){if(this._filePath){return this._filePath}const i=process.env[c.SUMMARY_ENV_VAR];if(!i){throw new Error(`Unable to find environment variable for $${c.SUMMARY_ENV_VAR}. Check if your runtime environment supports job summaries.`)}try{yield S(i,C.constants.R_OK|C.constants.W_OK)}catch(c){throw new Error(`Unable to access summary file: '${i}'. Check if the file has correct read/write permissions.`)}this._filePath=i;return this._filePath}))}wrap(i,c,d={}){const p=Object.entries(d).map((([i,c])=>` ${i}="${c}"`)).join("");if(!c){return`<${i}${p}>`}return`<${i}${p}>${c}</${i}>`}write(i){return p(this,void 0,void 0,(function*(){const c=!!(i===null||i===void 0?void 0:i.overwrite);const d=yield this.filePath();const p=c?T:v;yield p(d,this._buffer,{encoding:"utf8"});return this.emptyBuffer()}))}clear(){return p(this,void 0,void 0,(function*(){return this.emptyBuffer().write({overwrite:true})}))}stringify(){return this._buffer}isEmptyBuffer(){return this._buffer.length===0}emptyBuffer(){this._buffer="";return this}addRaw(i,c=false){this._buffer+=i;return c?this.addEOL():this}addEOL(){return this.addRaw(A.EOL)}addCodeBlock(i,c){const d=Object.assign({},c&&{lang:c});const p=this.wrap("pre",this.wrap("code",i),d);return this.addRaw(p).addEOL()}addList(i,c=false){const d=c?"ol":"ul";const p=i.map((i=>this.wrap("li",i))).join("");const A=this.wrap(d,p);return this.addRaw(A).addEOL()}addTable(i){const c=i.map((i=>{const c=i.map((i=>{if(typeof i==="string"){return this.wrap("td",i)}const{header:c,data:d,colspan:p,rowspan:A}=i;const C=c?"th":"td";const S=Object.assign(Object.assign({},p&&{colspan:p}),A&&{rowspan:A});return this.wrap(C,d,S)})).join("");return this.wrap("tr",c)})).join("");const d=this.wrap("table",c);return this.addRaw(d).addEOL()}addDetails(i,c){const d=this.wrap("details",this.wrap("summary",i)+c);return this.addRaw(d).addEOL()}addImage(i,c,d){const{width:p,height:A}=d||{};const C=Object.assign(Object.assign({},p&&{width:p}),A&&{height:A});const S=this.wrap("img",null,Object.assign({src:i,alt:c},C));return this.addRaw(S).addEOL()}addHeading(i,c){const d=`h${c}`;const p=["h1","h2","h3","h4","h5","h6"].includes(d)?d:"h1";const A=this.wrap(p,i);return this.addRaw(A).addEOL()}addSeparator(){const i=this.wrap("hr",null);return this.addRaw(i).addEOL()}addBreak(){const i=this.wrap("br",null);return this.addRaw(i).addEOL()}addQuote(i,c){const d=Object.assign({},c&&{cite:c});const p=this.wrap("blockquote",i,d);return this.addRaw(p).addEOL()}addLink(i,c){const d=this.wrap("a",i,{href:c});return this.addRaw(d).addEOL()}}const _=new Summary;c.markdownSummary=_;c.summary=_},30302:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.toCommandProperties=c.toCommandValue=void 0;function toCommandValue(i){if(i===null||i===undefined){return""}else if(typeof i==="string"||i instanceof String){return i}return JSON.stringify(i)}c.toCommandValue=toCommandValue;function toCommandProperties(i){if(!Object.keys(i).length){return{}}return{title:i.title,file:i.file,line:i.startLine,endLine:i.endLine,col:i.startColumn,endColumn:i.endColumn}}c.toCommandProperties=toCommandProperties},95236:function(i,c,d){"use strict";var p=this&&this.__createBinding||(Object.create?function(i,c,d,p){if(p===undefined)p=d;Object.defineProperty(i,p,{enumerable:true,get:function(){return c[d]}})}:function(i,c,d,p){if(p===undefined)p=d;i[p]=c[d]});var A=this&&this.__setModuleDefault||(Object.create?function(i,c){Object.defineProperty(i,"default",{enumerable:true,value:c})}:function(i,c){i["default"]=c});var C=this&&this.__importStar||function(i){if(i&&i.__esModule)return i;var c={};if(i!=null)for(var d in i)if(d!=="default"&&Object.hasOwnProperty.call(i,d))p(c,i,d);A(c,i);return c};var S=this&&this.__awaiter||function(i,c,d,p){function adopt(i){return i instanceof d?i:new d((function(c){c(i)}))}return new(d||(d=Promise))((function(d,A){function fulfilled(i){try{step(p.next(i))}catch(i){A(i)}}function rejected(i){try{step(p["throw"](i))}catch(i){A(i)}}function step(i){i.done?d(i.value):adopt(i.value).then(fulfilled,rejected)}step((p=p.apply(i,c||[])).next())}))};Object.defineProperty(c,"__esModule",{value:true});c.getExecOutput=c.exec=void 0;const v=d(13193);const T=C(d(6665));function exec(i,c,d){return S(this,void 0,void 0,(function*(){const p=T.argStringToArray(i);if(p.length===0){throw new Error(`Parameter 'commandLine' cannot be null or empty.`)}const A=p[0];c=p.slice(1).concat(c||[]);const C=new T.ToolRunner(A,c,d);return C.exec()}))}c.exec=exec;function getExecOutput(i,c,d){var p,A;return S(this,void 0,void 0,(function*(){let C="";let S="";const T=new v.StringDecoder("utf8");const _=new v.StringDecoder("utf8");const V=(p=d===null||d===void 0?void 0:d.listeners)===null||p===void 0?void 0:p.stdout;const Z=(A=d===null||d===void 0?void 0:d.listeners)===null||A===void 0?void 0:A.stderr;const stdErrListener=i=>{S+=_.write(i);if(Z){Z(i)}};const stdOutListener=i=>{C+=T.write(i);if(V){V(i)}};const ee=Object.assign(Object.assign({},d===null||d===void 0?void 0:d.listeners),{stdout:stdOutListener,stderr:stdErrListener});const te=yield exec(i,c,Object.assign(Object.assign({},d),{listeners:ee}));C+=T.end();S+=_.end();return{exitCode:te,stdout:C,stderr:S}}))}c.getExecOutput=getExecOutput},6665:function(i,c,d){"use strict";var p=this&&this.__createBinding||(Object.create?function(i,c,d,p){if(p===undefined)p=d;Object.defineProperty(i,p,{enumerable:true,get:function(){return c[d]}})}:function(i,c,d,p){if(p===undefined)p=d;i[p]=c[d]});var A=this&&this.__setModuleDefault||(Object.create?function(i,c){Object.defineProperty(i,"default",{enumerable:true,value:c})}:function(i,c){i["default"]=c});var C=this&&this.__importStar||function(i){if(i&&i.__esModule)return i;var c={};if(i!=null)for(var d in i)if(d!=="default"&&Object.hasOwnProperty.call(i,d))p(c,i,d);A(c,i);return c};var S=this&&this.__awaiter||function(i,c,d,p){function adopt(i){return i instanceof d?i:new d((function(c){c(i)}))}return new(d||(d=Promise))((function(d,A){function fulfilled(i){try{step(p.next(i))}catch(i){A(i)}}function rejected(i){try{step(p["throw"](i))}catch(i){A(i)}}function step(i){i.done?d(i.value):adopt(i.value).then(fulfilled,rejected)}step((p=p.apply(i,c||[])).next())}))};Object.defineProperty(c,"__esModule",{value:true});c.argStringToArray=c.ToolRunner=void 0;const v=C(d(70857));const T=C(d(24434));const _=C(d(35317));const V=C(d(16928));const Z=C(d(94994));const ee=C(d(75207));const te=d(53557);const re=process.platform==="win32";class ToolRunner extends T.EventEmitter{constructor(i,c,d){super();if(!i){throw new Error("Parameter 'toolPath' cannot be null or empty.")}this.toolPath=i;this.args=c||[];this.options=d||{}}_debug(i){if(this.options.listeners&&this.options.listeners.debug){this.options.listeners.debug(i)}}_getCommandString(i,c){const d=this._getSpawnFileName();const p=this._getSpawnArgs(i);let A=c?"":"[command]";if(re){if(this._isCmdFile()){A+=d;for(const i of p){A+=` ${i}`}}else if(i.windowsVerbatimArguments){A+=`"${d}"`;for(const i of p){A+=` ${i}`}}else{A+=this._windowsQuoteCmdArg(d);for(const i of p){A+=` ${this._windowsQuoteCmdArg(i)}`}}}else{A+=d;for(const i of p){A+=` ${i}`}}return A}_processLineBuffer(i,c,d){try{let p=c+i.toString();let A=p.indexOf(v.EOL);while(A>-1){const i=p.substring(0,A);d(i);p=p.substring(A+v.EOL.length);A=p.indexOf(v.EOL)}return p}catch(i){this._debug(`error processing line. Failed with error ${i}`);return""}}_getSpawnFileName(){if(re){if(this._isCmdFile()){return process.env["COMSPEC"]||"cmd.exe"}}return this.toolPath}_getSpawnArgs(i){if(re){if(this._isCmdFile()){let c=`/D /S /C "${this._windowsQuoteCmdArg(this.toolPath)}`;for(const d of this.args){c+=" ";c+=i.windowsVerbatimArguments?d:this._windowsQuoteCmdArg(d)}c+='"';return[c]}}return this.args}_endsWith(i,c){return i.endsWith(c)}_isCmdFile(){const i=this.toolPath.toUpperCase();return this._endsWith(i,".CMD")||this._endsWith(i,".BAT")}_windowsQuoteCmdArg(i){if(!this._isCmdFile()){return this._uvQuoteCmdArg(i)}if(!i){return'""'}const c=[" ","\t","&","(",")","[","]","{","}","^","=",";","!","'","+",",","`","~","|","<",">",'"'];let d=false;for(const p of i){if(c.some((i=>i===p))){d=true;break}}if(!d){return i}let p='"';let A=true;for(let c=i.length;c>0;c--){p+=i[c-1];if(A&&i[c-1]==="\\"){p+="\\"}else if(i[c-1]==='"'){A=true;p+='"'}else{A=false}}p+='"';return p.split("").reverse().join("")}_uvQuoteCmdArg(i){if(!i){return'""'}if(!i.includes(" ")&&!i.includes("\t")&&!i.includes('"')){return i}if(!i.includes('"')&&!i.includes("\\")){return`"${i}"`}let c='"';let d=true;for(let p=i.length;p>0;p--){c+=i[p-1];if(d&&i[p-1]==="\\"){c+="\\"}else if(i[p-1]==='"'){d=true;c+="\\"}else{d=false}}c+='"';return c.split("").reverse().join("")}_cloneExecOptions(i){i=i||{};const c={cwd:i.cwd||process.cwd(),env:i.env||process.env,silent:i.silent||false,windowsVerbatimArguments:i.windowsVerbatimArguments||false,failOnStdErr:i.failOnStdErr||false,ignoreReturnCode:i.ignoreReturnCode||false,delay:i.delay||1e4};c.outStream=i.outStream||process.stdout;c.errStream=i.errStream||process.stderr;return c}_getSpawnOptions(i,c){i=i||{};const d={};d.cwd=i.cwd;d.env=i.env;d["windowsVerbatimArguments"]=i.windowsVerbatimArguments||this._isCmdFile();if(i.windowsVerbatimArguments){d.argv0=`"${c}"`}return d}exec(){return S(this,void 0,void 0,(function*(){if(!ee.isRooted(this.toolPath)&&(this.toolPath.includes("/")||re&&this.toolPath.includes("\\"))){this.toolPath=V.resolve(process.cwd(),this.options.cwd||process.cwd(),this.toolPath)}this.toolPath=yield Z.which(this.toolPath,true);return new Promise(((i,c)=>S(this,void 0,void 0,(function*(){this._debug(`exec tool: ${this.toolPath}`);this._debug("arguments:");for(const i of this.args){this._debug(` ${i}`)}const d=this._cloneExecOptions(this.options);if(!d.silent&&d.outStream){d.outStream.write(this._getCommandString(d)+v.EOL)}const p=new ExecState(d,this.toolPath);p.on("debug",(i=>{this._debug(i)}));if(this.options.cwd&&!(yield ee.exists(this.options.cwd))){return c(new Error(`The cwd: ${this.options.cwd} does not exist!`))}const A=this._getSpawnFileName();const C=_.spawn(A,this._getSpawnArgs(d),this._getSpawnOptions(this.options,A));let S="";if(C.stdout){C.stdout.on("data",(i=>{if(this.options.listeners&&this.options.listeners.stdout){this.options.listeners.stdout(i)}if(!d.silent&&d.outStream){d.outStream.write(i)}S=this._processLineBuffer(i,S,(i=>{if(this.options.listeners&&this.options.listeners.stdline){this.options.listeners.stdline(i)}}))}))}let T="";if(C.stderr){C.stderr.on("data",(i=>{p.processStderr=true;if(this.options.listeners&&this.options.listeners.stderr){this.options.listeners.stderr(i)}if(!d.silent&&d.errStream&&d.outStream){const c=d.failOnStdErr?d.errStream:d.outStream;c.write(i)}T=this._processLineBuffer(i,T,(i=>{if(this.options.listeners&&this.options.listeners.errline){this.options.listeners.errline(i)}}))}))}C.on("error",(i=>{p.processError=i.message;p.processExited=true;p.processClosed=true;p.CheckComplete()}));C.on("exit",(i=>{p.processExitCode=i;p.processExited=true;this._debug(`Exit code ${i} received from tool '${this.toolPath}'`);p.CheckComplete()}));C.on("close",(i=>{p.processExitCode=i;p.processExited=true;p.processClosed=true;this._debug(`STDIO streams have closed for tool '${this.toolPath}'`);p.CheckComplete()}));p.on("done",((d,p)=>{if(S.length>0){this.emit("stdline",S)}if(T.length>0){this.emit("errline",T)}C.removeAllListeners();if(d){c(d)}else{i(p)}}));if(this.options.input){if(!C.stdin){throw new Error("child process missing stdin")}C.stdin.end(this.options.input)}}))))}))}}c.ToolRunner=ToolRunner;function argStringToArray(i){const c=[];let d=false;let p=false;let A="";function append(i){if(p&&i!=='"'){A+="\\"}A+=i;p=false}for(let C=0;C<i.length;C++){const S=i.charAt(C);if(S==='"'){if(!p){d=!d}else{append(S)}continue}if(S==="\\"&&p){append(S);continue}if(S==="\\"&&d){p=true;continue}if(S===" "&&!d){if(A.length>0){c.push(A);A=""}continue}append(S)}if(A.length>0){c.push(A.trim())}return c}c.argStringToArray=argStringToArray;class ExecState extends T.EventEmitter{constructor(i,c){super();this.processClosed=false;this.processError="";this.processExitCode=0;this.processExited=false;this.processStderr=false;this.delay=1e4;this.done=false;this.timeout=null;if(!c){throw new Error("toolPath must not be empty")}this.options=i;this.toolPath=c;if(i.delay){this.delay=i.delay}}CheckComplete(){if(this.done){return}if(this.processClosed){this._setResult()}else if(this.processExited){this.timeout=te.setTimeout(ExecState.HandleTimeout,this.delay,this)}}_debug(i){this.emit("debug",i)}_setResult(){let i;if(this.processExited){if(this.processError){i=new Error(`There was an error when attempting to execute the process '${this.toolPath}'. This may indicate the process failed to start. Error: ${this.processError}`)}else if(this.processExitCode!==0&&!this.options.ignoreReturnCode){i=new Error(`The process '${this.toolPath}' failed with exit code ${this.processExitCode}`)}else if(this.processStderr&&this.options.failOnStdErr){i=new Error(`The process '${this.toolPath}' failed because one or more lines were written to the STDERR stream`)}}if(this.timeout){clearTimeout(this.timeout);this.timeout=null}this.done=true;this.emit("done",i,this.processExitCode)}static HandleTimeout(i){if(i.done){return}if(!i.processClosed&&i.processExited){const c=`The STDIO streams did not close within ${i.delay/1e3} seconds of the exit event from process '${i.toolPath}'. This may indicate a child process inherited the STDIO streams and has not yet exited.`;i._debug(c)}i._setResult()}}},47206:function(i,c,d){"use strict";var p=this&&this.__awaiter||function(i,c,d,p){function adopt(i){return i instanceof d?i:new d((function(c){c(i)}))}return new(d||(d=Promise))((function(d,A){function fulfilled(i){try{step(p.next(i))}catch(i){A(i)}}function rejected(i){try{step(p["throw"](i))}catch(i){A(i)}}function step(i){i.done?d(i.value):adopt(i.value).then(fulfilled,rejected)}step((p=p.apply(i,c||[])).next())}))};Object.defineProperty(c,"__esModule",{value:true});c.hashFiles=c.create=void 0;const A=d(10103);const C=d(73608);function create(i,c){return p(this,void 0,void 0,(function*(){return yield A.DefaultGlobber.create(i,c)}))}c.create=create;function hashFiles(i,c="",d,A=false){return p(this,void 0,void 0,(function*(){let p=true;if(d&&typeof d.followSymbolicLinks==="boolean"){p=d.followSymbolicLinks}const S=yield create(i,{followSymbolicLinks:p});return C.hashFiles(S,c,A)}))}c.hashFiles=hashFiles},18164:function(i,c,d){"use strict";var p=this&&this.__createBinding||(Object.create?function(i,c,d,p){if(p===undefined)p=d;Object.defineProperty(i,p,{enumerable:true,get:function(){return c[d]}})}:function(i,c,d,p){if(p===undefined)p=d;i[p]=c[d]});var A=this&&this.__setModuleDefault||(Object.create?function(i,c){Object.defineProperty(i,"default",{enumerable:true,value:c})}:function(i,c){i["default"]=c});var C=this&&this.__importStar||function(i){if(i&&i.__esModule)return i;var c={};if(i!=null)for(var d in i)if(d!=="default"&&Object.hasOwnProperty.call(i,d))p(c,i,d);A(c,i);return c};Object.defineProperty(c,"__esModule",{value:true});c.getOptions=void 0;const S=C(d(37484));function getOptions(i){const c={followSymbolicLinks:true,implicitDescendants:true,matchDirectories:true,omitBrokenSymbolicLinks:true};if(i){if(typeof i.followSymbolicLinks==="boolean"){c.followSymbolicLinks=i.followSymbolicLinks;S.debug(`followSymbolicLinks '${c.followSymbolicLinks}'`)}if(typeof i.implicitDescendants==="boolean"){c.implicitDescendants=i.implicitDescendants;S.debug(`implicitDescendants '${c.implicitDescendants}'`)}if(typeof i.matchDirectories==="boolean"){c.matchDirectories=i.matchDirectories;S.debug(`matchDirectories '${c.matchDirectories}'`)}if(typeof i.omitBrokenSymbolicLinks==="boolean"){c.omitBrokenSymbolicLinks=i.omitBrokenSymbolicLinks;S.debug(`omitBrokenSymbolicLinks '${c.omitBrokenSymbolicLinks}'`)}}return c}c.getOptions=getOptions},10103:function(i,c,d){"use strict";var p=this&&this.__createBinding||(Object.create?function(i,c,d,p){if(p===undefined)p=d;Object.defineProperty(i,p,{enumerable:true,get:function(){return c[d]}})}:function(i,c,d,p){if(p===undefined)p=d;i[p]=c[d]});var A=this&&this.__setModuleDefault||(Object.create?function(i,c){Object.defineProperty(i,"default",{enumerable:true,value:c})}:function(i,c){i["default"]=c});var C=this&&this.__importStar||function(i){if(i&&i.__esModule)return i;var c={};if(i!=null)for(var d in i)if(d!=="default"&&Object.hasOwnProperty.call(i,d))p(c,i,d);A(c,i);return c};var S=this&&this.__awaiter||function(i,c,d,p){function adopt(i){return i instanceof d?i:new d((function(c){c(i)}))}return new(d||(d=Promise))((function(d,A){function fulfilled(i){try{step(p.next(i))}catch(i){A(i)}}function rejected(i){try{step(p["throw"](i))}catch(i){A(i)}}function step(i){i.done?d(i.value):adopt(i.value).then(fulfilled,rejected)}step((p=p.apply(i,c||[])).next())}))};var v=this&&this.__asyncValues||function(i){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var c=i[Symbol.asyncIterator],d;return c?c.call(i):(i=typeof __values==="function"?__values(i):i[Symbol.iterator](),d={},verb("next"),verb("throw"),verb("return"),d[Symbol.asyncIterator]=function(){return this},d);function verb(c){d[c]=i[c]&&function(d){return new Promise((function(p,A){d=i[c](d),settle(p,A,d.done,d.value)}))}}function settle(i,c,d,p){Promise.resolve(p).then((function(c){i({value:c,done:d})}),c)}};var T=this&&this.__await||function(i){return this instanceof T?(this.v=i,this):new T(i)};var _=this&&this.__asyncGenerator||function(i,c,d){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var p=d.apply(i,c||[]),A,C=[];return A={},verb("next"),verb("throw"),verb("return"),A[Symbol.asyncIterator]=function(){return this},A;function verb(i){if(p[i])A[i]=function(c){return new Promise((function(d,p){C.push([i,c,d,p])>1||resume(i,c)}))}}function resume(i,c){try{step(p[i](c))}catch(i){settle(C[0][3],i)}}function step(i){i.value instanceof T?Promise.resolve(i.value.v).then(fulfill,reject):settle(C[0][2],i)}function fulfill(i){resume("next",i)}function reject(i){resume("throw",i)}function settle(i,c){if(i(c),C.shift(),C.length)resume(C[0][0],C[0][1])}};Object.defineProperty(c,"__esModule",{value:true});c.DefaultGlobber=void 0;const V=C(d(37484));const Z=C(d(79896));const ee=C(d(18164));const te=C(d(16928));const re=C(d(98891));const ne=d(62644);const ie=d(25370);const se=d(79890);const ae=process.platform==="win32";class DefaultGlobber{constructor(i){this.patterns=[];this.searchPaths=[];this.options=ee.getOptions(i)}getSearchPaths(){return this.searchPaths.slice()}glob(){var i,c;return S(this,void 0,void 0,(function*(){const d=[];try{for(var p=v(this.globGenerator()),A;A=yield p.next(),!A.done;){const i=A.value;d.push(i)}}catch(c){i={error:c}}finally{try{if(A&&!A.done&&(c=p.return))yield c.call(p)}finally{if(i)throw i.error}}return d}))}globGenerator(){return _(this,arguments,(function*globGenerator_1(){const i=ee.getOptions(this.options);const c=[];for(const d of this.patterns){c.push(d);if(i.implicitDescendants&&(d.trailingSeparator||d.segments[d.segments.length-1]!=="**")){c.push(new ie.Pattern(d.negate,true,d.segments.concat("**")))}}const d=[];for(const i of re.getSearchPaths(c)){V.debug(`Search path '${i}'`);try{yield T(Z.promises.lstat(i))}catch(i){if(i.code==="ENOENT"){continue}throw i}d.unshift(new se.SearchState(i,1))}const p=[];while(d.length){const A=d.pop();const C=re.match(c,A.path);const S=!!C||re.partialMatch(c,A.path);if(!C&&!S){continue}const v=yield T(DefaultGlobber.stat(A,i,p));if(!v){continue}if(v.isDirectory()){if(C&ne.MatchKind.Directory&&i.matchDirectories){yield yield T(A.path)}else if(!S){continue}const c=A.level+1;const p=(yield T(Z.promises.readdir(A.path))).map((i=>new se.SearchState(te.join(A.path,i),c)));d.push(...p.reverse())}else if(C&ne.MatchKind.File){yield yield T(A.path)}}}))}static create(i,c){return S(this,void 0,void 0,(function*(){const d=new DefaultGlobber(c);if(ae){i=i.replace(/\r\n/g,"\n");i=i.replace(/\r/g,"\n")}const p=i.split("\n").map((i=>i.trim()));for(const i of p){if(!i||i.startsWith("#")){continue}else{d.patterns.push(new ie.Pattern(i))}}d.searchPaths.push(...re.getSearchPaths(d.patterns));return d}))}static stat(i,c,d){return S(this,void 0,void 0,(function*(){let p;if(c.followSymbolicLinks){try{p=yield Z.promises.stat(i.path)}catch(d){if(d.code==="ENOENT"){if(c.omitBrokenSymbolicLinks){V.debug(`Broken symlink '${i.path}'`);return undefined}throw new Error(`No information found for the path '${i.path}'. This may indicate a broken symbolic link.`)}throw d}}else{p=yield Z.promises.lstat(i.path)}if(p.isDirectory()&&c.followSymbolicLinks){const c=yield Z.promises.realpath(i.path);while(d.length>=i.level){d.pop()}if(d.some((i=>i===c))){V.debug(`Symlink cycle detected for path '${i.path}' and realpath '${c}'`);return undefined}d.push(c)}return p}))}}c.DefaultGlobber=DefaultGlobber},73608:function(i,c,d){"use strict";var p=this&&this.__createBinding||(Object.create?function(i,c,d,p){if(p===undefined)p=d;Object.defineProperty(i,p,{enumerable:true,get:function(){return c[d]}})}:function(i,c,d,p){if(p===undefined)p=d;i[p]=c[d]});var A=this&&this.__setModuleDefault||(Object.create?function(i,c){Object.defineProperty(i,"default",{enumerable:true,value:c})}:function(i,c){i["default"]=c});var C=this&&this.__importStar||function(i){if(i&&i.__esModule)return i;var c={};if(i!=null)for(var d in i)if(d!=="default"&&Object.hasOwnProperty.call(i,d))p(c,i,d);A(c,i);return c};var S=this&&this.__awaiter||function(i,c,d,p){function adopt(i){return i instanceof d?i:new d((function(c){c(i)}))}return new(d||(d=Promise))((function(d,A){function fulfilled(i){try{step(p.next(i))}catch(i){A(i)}}function rejected(i){try{step(p["throw"](i))}catch(i){A(i)}}function step(i){i.done?d(i.value):adopt(i.value).then(fulfilled,rejected)}step((p=p.apply(i,c||[])).next())}))};var v=this&&this.__asyncValues||function(i){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var c=i[Symbol.asyncIterator],d;return c?c.call(i):(i=typeof __values==="function"?__values(i):i[Symbol.iterator](),d={},verb("next"),verb("throw"),verb("return"),d[Symbol.asyncIterator]=function(){return this},d);function verb(c){d[c]=i[c]&&function(d){return new Promise((function(p,A){d=i[c](d),settle(p,A,d.done,d.value)}))}}function settle(i,c,d,p){Promise.resolve(p).then((function(c){i({value:c,done:d})}),c)}};Object.defineProperty(c,"__esModule",{value:true});c.hashFiles=void 0;const T=C(d(76982));const _=C(d(37484));const V=C(d(79896));const Z=C(d(2203));const ee=C(d(39023));const te=C(d(16928));function hashFiles(i,c,d=false){var p,A;var C;return S(this,void 0,void 0,(function*(){const S=d?_.info:_.debug;let re=false;const ne=c?c:(C=process.env["GITHUB_WORKSPACE"])!==null&&C!==void 0?C:process.cwd();const ie=T.createHash("sha256");let se=0;try{for(var ae=v(i.globGenerator()),oe;oe=yield ae.next(),!oe.done;){const i=oe.value;S(i);if(!i.startsWith(`${ne}${te.sep}`)){S(`Ignore '${i}' since it is not under GITHUB_WORKSPACE.`);continue}if(V.statSync(i).isDirectory()){S(`Skip directory '${i}'.`);continue}const c=T.createHash("sha256");const d=ee.promisify(Z.pipeline);yield d(V.createReadStream(i),c);ie.write(c.digest());se++;if(!re){re=true}}}catch(i){p={error:i}}finally{try{if(oe&&!oe.done&&(A=ae.return))yield A.call(ae)}finally{if(p)throw p.error}}ie.end();if(re){S(`Found ${se} files to hash.`);return ie.digest("hex")}else{S(`No matches found for glob`);return""}}))}c.hashFiles=hashFiles},62644:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.MatchKind=void 0;var d;(function(i){i[i["None"]=0]="None";i[i["Directory"]=1]="Directory";i[i["File"]=2]="File";i[i["All"]=3]="All"})(d=c.MatchKind||(c.MatchKind={}))},84138:function(i,c,d){"use strict";var p=this&&this.__createBinding||(Object.create?function(i,c,d,p){if(p===undefined)p=d;Object.defineProperty(i,p,{enumerable:true,get:function(){return c[d]}})}:function(i,c,d,p){if(p===undefined)p=d;i[p]=c[d]});var A=this&&this.__setModuleDefault||(Object.create?function(i,c){Object.defineProperty(i,"default",{enumerable:true,value:c})}:function(i,c){i["default"]=c});var C=this&&this.__importStar||function(i){if(i&&i.__esModule)return i;var c={};if(i!=null)for(var d in i)if(d!=="default"&&Object.hasOwnProperty.call(i,d))p(c,i,d);A(c,i);return c};var S=this&&this.__importDefault||function(i){return i&&i.__esModule?i:{default:i}};Object.defineProperty(c,"__esModule",{value:true});c.safeTrimTrailingSeparator=c.normalizeSeparators=c.hasRoot=c.hasAbsoluteRoot=c.ensureAbsoluteRoot=c.dirname=void 0;const v=C(d(16928));const T=S(d(42613));const _=process.platform==="win32";function dirname(i){i=safeTrimTrailingSeparator(i);if(_&&/^\\\\[^\\]+(\\[^\\]+)?$/.test(i)){return i}let c=v.dirname(i);if(_&&/^\\\\[^\\]+\\[^\\]+\\$/.test(c)){c=safeTrimTrailingSeparator(c)}return c}c.dirname=dirname;function ensureAbsoluteRoot(i,c){T.default(i,`ensureAbsoluteRoot parameter 'root' must not be empty`);T.default(c,`ensureAbsoluteRoot parameter 'itemPath' must not be empty`);if(hasAbsoluteRoot(c)){return c}if(_){if(c.match(/^[A-Z]:[^\\/]|^[A-Z]:$/i)){let i=process.cwd();T.default(i.match(/^[A-Z]:\\/i),`Expected current directory to start with an absolute drive root. Actual '${i}'`);if(c[0].toUpperCase()===i[0].toUpperCase()){if(c.length===2){return`${c[0]}:\\${i.substr(3)}`}else{if(!i.endsWith("\\")){i+="\\"}return`${c[0]}:\\${i.substr(3)}${c.substr(2)}`}}else{return`${c[0]}:\\${c.substr(2)}`}}else if(normalizeSeparators(c).match(/^\\$|^\\[^\\]/)){const i=process.cwd();T.default(i.match(/^[A-Z]:\\/i),`Expected current directory to start with an absolute drive root. Actual '${i}'`);return`${i[0]}:\\${c.substr(1)}`}}T.default(hasAbsoluteRoot(i),`ensureAbsoluteRoot parameter 'root' must have an absolute root`);if(i.endsWith("/")||_&&i.endsWith("\\")){}else{i+=v.sep}return i+c}c.ensureAbsoluteRoot=ensureAbsoluteRoot;function hasAbsoluteRoot(i){T.default(i,`hasAbsoluteRoot parameter 'itemPath' must not be empty`);i=normalizeSeparators(i);if(_){return i.startsWith("\\\\")||/^[A-Z]:\\/i.test(i)}return i.startsWith("/")}c.hasAbsoluteRoot=hasAbsoluteRoot;function hasRoot(i){T.default(i,`isRooted parameter 'itemPath' must not be empty`);i=normalizeSeparators(i);if(_){return i.startsWith("\\")||/^[A-Z]:/i.test(i)}return i.startsWith("/")}c.hasRoot=hasRoot;function normalizeSeparators(i){i=i||"";if(_){i=i.replace(/\//g,"\\");const c=/^\\\\+[^\\]/.test(i);return(c?"\\":"")+i.replace(/\\\\+/g,"\\")}return i.replace(/\/\/+/g,"/")}c.normalizeSeparators=normalizeSeparators;function safeTrimTrailingSeparator(i){if(!i){return""}i=normalizeSeparators(i);if(!i.endsWith(v.sep)){return i}if(i===v.sep){return i}if(_&&/^[A-Z]:\\$/i.test(i)){return i}return i.substr(0,i.length-1)}c.safeTrimTrailingSeparator=safeTrimTrailingSeparator},76617:function(i,c,d){"use strict";var p=this&&this.__createBinding||(Object.create?function(i,c,d,p){if(p===undefined)p=d;Object.defineProperty(i,p,{enumerable:true,get:function(){return c[d]}})}:function(i,c,d,p){if(p===undefined)p=d;i[p]=c[d]});var A=this&&this.__setModuleDefault||(Object.create?function(i,c){Object.defineProperty(i,"default",{enumerable:true,value:c})}:function(i,c){i["default"]=c});var C=this&&this.__importStar||function(i){if(i&&i.__esModule)return i;var c={};if(i!=null)for(var d in i)if(d!=="default"&&Object.hasOwnProperty.call(i,d))p(c,i,d);A(c,i);return c};var S=this&&this.__importDefault||function(i){return i&&i.__esModule?i:{default:i}};Object.defineProperty(c,"__esModule",{value:true});c.Path=void 0;const v=C(d(16928));const T=C(d(84138));const _=S(d(42613));const V=process.platform==="win32";class Path{constructor(i){this.segments=[];if(typeof i==="string"){_.default(i,`Parameter 'itemPath' must not be empty`);i=T.safeTrimTrailingSeparator(i);if(!T.hasRoot(i)){this.segments=i.split(v.sep)}else{let c=i;let d=T.dirname(c);while(d!==c){const i=v.basename(c);this.segments.unshift(i);c=d;d=T.dirname(c)}this.segments.unshift(c)}}else{_.default(i.length>0,`Parameter 'itemPath' must not be an empty array`);for(let c=0;c<i.length;c++){let d=i[c];_.default(d,`Parameter 'itemPath' must not contain any empty segments`);d=T.normalizeSeparators(i[c]);if(c===0&&T.hasRoot(d)){d=T.safeTrimTrailingSeparator(d);_.default(d===T.dirname(d),`Parameter 'itemPath' root segment contains information for multiple segments`);this.segments.push(d)}else{_.default(!d.includes(v.sep),`Parameter 'itemPath' contains unexpected path separators`);this.segments.push(d)}}}}toString(){let i=this.segments[0];let c=i.endsWith(v.sep)||V&&/^[A-Z]:$/i.test(i);for(let d=1;d<this.segments.length;d++){if(c){c=false}else{i+=v.sep}i+=this.segments[d]}return i}}c.Path=Path},98891:function(i,c,d){"use strict";var p=this&&this.__createBinding||(Object.create?function(i,c,d,p){if(p===undefined)p=d;Object.defineProperty(i,p,{enumerable:true,get:function(){return c[d]}})}:function(i,c,d,p){if(p===undefined)p=d;i[p]=c[d]});var A=this&&this.__setModuleDefault||(Object.create?function(i,c){Object.defineProperty(i,"default",{enumerable:true,value:c})}:function(i,c){i["default"]=c});var C=this&&this.__importStar||function(i){if(i&&i.__esModule)return i;var c={};if(i!=null)for(var d in i)if(d!=="default"&&Object.hasOwnProperty.call(i,d))p(c,i,d);A(c,i);return c};Object.defineProperty(c,"__esModule",{value:true});c.partialMatch=c.match=c.getSearchPaths=void 0;const S=C(d(84138));const v=d(62644);const T=process.platform==="win32";function getSearchPaths(i){i=i.filter((i=>!i.negate));const c={};for(const d of i){const i=T?d.searchPath.toUpperCase():d.searchPath;c[i]="candidate"}const d=[];for(const p of i){const i=T?p.searchPath.toUpperCase():p.searchPath;if(c[i]==="included"){continue}let A=false;let C=i;let v=S.dirname(C);while(v!==C){if(c[v]){A=true;break}C=v;v=S.dirname(C)}if(!A){d.push(p.searchPath);c[i]="included"}}return d}c.getSearchPaths=getSearchPaths;function match(i,c){let d=v.MatchKind.None;for(const p of i){if(p.negate){d&=~p.match(c)}else{d|=p.match(c)}}return d}c.match=match;function partialMatch(i,c){return i.some((i=>!i.negate&&i.partialMatch(c)))}c.partialMatch=partialMatch},25370:function(i,c,d){"use strict";var p=this&&this.__createBinding||(Object.create?function(i,c,d,p){if(p===undefined)p=d;Object.defineProperty(i,p,{enumerable:true,get:function(){return c[d]}})}:function(i,c,d,p){if(p===undefined)p=d;i[p]=c[d]});var A=this&&this.__setModuleDefault||(Object.create?function(i,c){Object.defineProperty(i,"default",{enumerable:true,value:c})}:function(i,c){i["default"]=c});var C=this&&this.__importStar||function(i){if(i&&i.__esModule)return i;var c={};if(i!=null)for(var d in i)if(d!=="default"&&Object.hasOwnProperty.call(i,d))p(c,i,d);A(c,i);return c};var S=this&&this.__importDefault||function(i){return i&&i.__esModule?i:{default:i}};Object.defineProperty(c,"__esModule",{value:true});c.Pattern=void 0;const v=C(d(70857));const T=C(d(16928));const _=C(d(84138));const V=S(d(42613));const Z=d(43772);const ee=d(62644);const te=d(76617);const re=process.platform==="win32";class Pattern{constructor(i,c=false,d,p){this.negate=false;let A;if(typeof i==="string"){A=i.trim()}else{d=d||[];V.default(d.length,`Parameter 'segments' must not empty`);const c=Pattern.getLiteral(d[0]);V.default(c&&_.hasAbsoluteRoot(c),`Parameter 'segments' first element must be a root path`);A=new te.Path(d).toString().trim();if(i){A=`!${A}`}}while(A.startsWith("!")){this.negate=!this.negate;A=A.substr(1).trim()}A=Pattern.fixupPattern(A,p);this.segments=new te.Path(A).segments;this.trailingSeparator=_.normalizeSeparators(A).endsWith(T.sep);A=_.safeTrimTrailingSeparator(A);let C=false;const S=this.segments.map((i=>Pattern.getLiteral(i))).filter((i=>!C&&!(C=i==="")));this.searchPath=new te.Path(S).toString();this.rootRegExp=new RegExp(Pattern.regExpEscape(S[0]),re?"i":"");this.isImplicitPattern=c;const v={dot:true,nobrace:true,nocase:re,nocomment:true,noext:true,nonegate:true};A=re?A.replace(/\\/g,"/"):A;this.minimatch=new Z.Minimatch(A,v)}match(i){if(this.segments[this.segments.length-1]==="**"){i=_.normalizeSeparators(i);if(!i.endsWith(T.sep)&&this.isImplicitPattern===false){i=`${i}${T.sep}`}}else{i=_.safeTrimTrailingSeparator(i)}if(this.minimatch.match(i)){return this.trailingSeparator?ee.MatchKind.Directory:ee.MatchKind.All}return ee.MatchKind.None}partialMatch(i){i=_.safeTrimTrailingSeparator(i);if(_.dirname(i)===i){return this.rootRegExp.test(i)}return this.minimatch.matchOne(i.split(re?/\\+/:/\/+/),this.minimatch.set[0],true)}static globEscape(i){return(re?i:i.replace(/\\/g,"\\\\")).replace(/(\[)(?=[^/]+\])/g,"[[]").replace(/\?/g,"[?]").replace(/\*/g,"[*]")}static fixupPattern(i,c){V.default(i,"pattern cannot be empty");const d=new te.Path(i).segments.map((i=>Pattern.getLiteral(i)));V.default(d.every(((i,c)=>(i!=="."||c===0)&&i!=="..")),`Invalid pattern '${i}'. Relative pathing '.' and '..' is not allowed.`);V.default(!_.hasRoot(i)||d[0],`Invalid pattern '${i}'. Root segment must not contain globs.`);i=_.normalizeSeparators(i);if(i==="."||i.startsWith(`.${T.sep}`)){i=Pattern.globEscape(process.cwd())+i.substr(1)}else if(i==="~"||i.startsWith(`~${T.sep}`)){c=c||v.homedir();V.default(c,"Unable to determine HOME directory");V.default(_.hasAbsoluteRoot(c),`Expected HOME directory to be a rooted path. Actual '${c}'`);i=Pattern.globEscape(c)+i.substr(1)}else if(re&&(i.match(/^[A-Z]:$/i)||i.match(/^[A-Z]:[^\\]/i))){let c=_.ensureAbsoluteRoot("C:\\dummy-root",i.substr(0,2));if(i.length>2&&!c.endsWith("\\")){c+="\\"}i=Pattern.globEscape(c)+i.substr(2)}else if(re&&(i==="\\"||i.match(/^\\[^\\]/))){let c=_.ensureAbsoluteRoot("C:\\dummy-root","\\");if(!c.endsWith("\\")){c+="\\"}i=Pattern.globEscape(c)+i.substr(1)}else{i=_.ensureAbsoluteRoot(Pattern.globEscape(process.cwd()),i)}return _.normalizeSeparators(i)}static getLiteral(i){let c="";for(let d=0;d<i.length;d++){const p=i[d];if(p==="\\"&&!re&&d+1<i.length){c+=i[++d];continue}else if(p==="*"||p==="?"){return""}else if(p==="["&&d+1<i.length){let p="";let A=-1;for(let c=d+1;c<i.length;c++){const d=i[c];if(d==="\\"&&!re&&c+1<i.length){p+=i[++c];continue}else if(d==="]"){A=c;break}else{p+=d}}if(A>=0){if(p.length>1){return""}if(p){c+=p;d=A;continue}}}c+=p}return c}static regExpEscape(i){return i.replace(/[[\\^$.|?*+()]/g,"\\$&")}}c.Pattern=Pattern},79890:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.SearchState=void 0;class SearchState{constructor(i,c){this.path=i;this.level=c}}c.SearchState=SearchState},44552:function(i,c){"use strict";var d=this&&this.__awaiter||function(i,c,d,p){function adopt(i){return i instanceof d?i:new d((function(c){c(i)}))}return new(d||(d=Promise))((function(d,A){function fulfilled(i){try{step(p.next(i))}catch(i){A(i)}}function rejected(i){try{step(p["throw"](i))}catch(i){A(i)}}function step(i){i.done?d(i.value):adopt(i.value).then(fulfilled,rejected)}step((p=p.apply(i,c||[])).next())}))};Object.defineProperty(c,"__esModule",{value:true});c.PersonalAccessTokenCredentialHandler=c.BearerCredentialHandler=c.BasicCredentialHandler=void 0;class BasicCredentialHandler{constructor(i,c){this.username=i;this.password=c}prepareRequest(i){if(!i.headers){throw Error("The request has no headers")}i.headers["Authorization"]=`Basic ${Buffer.from(`${this.username}:${this.password}`).toString("base64")}`}canHandleAuthentication(){return false}handleAuthentication(){return d(this,void 0,void 0,(function*(){throw new Error("not implemented")}))}}c.BasicCredentialHandler=BasicCredentialHandler;class BearerCredentialHandler{constructor(i){this.token=i}prepareRequest(i){if(!i.headers){throw Error("The request has no headers")}i.headers["Authorization"]=`Bearer ${this.token}`}canHandleAuthentication(){return false}handleAuthentication(){return d(this,void 0,void 0,(function*(){throw new Error("not implemented")}))}}c.BearerCredentialHandler=BearerCredentialHandler;class PersonalAccessTokenCredentialHandler{constructor(i){this.token=i}prepareRequest(i){if(!i.headers){throw Error("The request has no headers")}i.headers["Authorization"]=`Basic ${Buffer.from(`PAT:${this.token}`).toString("base64")}`}canHandleAuthentication(){return false}handleAuthentication(){return d(this,void 0,void 0,(function*(){throw new Error("not implemented")}))}}c.PersonalAccessTokenCredentialHandler=PersonalAccessTokenCredentialHandler},54844:function(i,c,d){"use strict";var p=this&&this.__createBinding||(Object.create?function(i,c,d,p){if(p===undefined)p=d;var A=Object.getOwnPropertyDescriptor(c,d);if(!A||("get"in A?!c.__esModule:A.writable||A.configurable)){A={enumerable:true,get:function(){return c[d]}}}Object.defineProperty(i,p,A)}:function(i,c,d,p){if(p===undefined)p=d;i[p]=c[d]});var A=this&&this.__setModuleDefault||(Object.create?function(i,c){Object.defineProperty(i,"default",{enumerable:true,value:c})}:function(i,c){i["default"]=c});var C=this&&this.__importStar||function(i){if(i&&i.__esModule)return i;var c={};if(i!=null)for(var d in i)if(d!=="default"&&Object.prototype.hasOwnProperty.call(i,d))p(c,i,d);A(c,i);return c};var S=this&&this.__awaiter||function(i,c,d,p){function adopt(i){return i instanceof d?i:new d((function(c){c(i)}))}return new(d||(d=Promise))((function(d,A){function fulfilled(i){try{step(p.next(i))}catch(i){A(i)}}function rejected(i){try{step(p["throw"](i))}catch(i){A(i)}}function step(i){i.done?d(i.value):adopt(i.value).then(fulfilled,rejected)}step((p=p.apply(i,c||[])).next())}))};Object.defineProperty(c,"__esModule",{value:true});c.HttpClient=c.isHttps=c.HttpClientResponse=c.HttpClientError=c.getProxyUrl=c.MediaTypes=c.Headers=c.HttpCodes=void 0;const v=C(d(58611));const T=C(d(65692));const _=C(d(54988));const V=C(d(20770));const Z=d(46752);var ee;(function(i){i[i["OK"]=200]="OK";i[i["MultipleChoices"]=300]="MultipleChoices";i[i["MovedPermanently"]=301]="MovedPermanently";i[i["ResourceMoved"]=302]="ResourceMoved";i[i["SeeOther"]=303]="SeeOther";i[i["NotModified"]=304]="NotModified";i[i["UseProxy"]=305]="UseProxy";i[i["SwitchProxy"]=306]="SwitchProxy";i[i["TemporaryRedirect"]=307]="TemporaryRedirect";i[i["PermanentRedirect"]=308]="PermanentRedirect";i[i["BadRequest"]=400]="BadRequest";i[i["Unauthorized"]=401]="Unauthorized";i[i["PaymentRequired"]=402]="PaymentRequired";i[i["Forbidden"]=403]="Forbidden";i[i["NotFound"]=404]="NotFound";i[i["MethodNotAllowed"]=405]="MethodNotAllowed";i[i["NotAcceptable"]=406]="NotAcceptable";i[i["ProxyAuthenticationRequired"]=407]="ProxyAuthenticationRequired";i[i["RequestTimeout"]=408]="RequestTimeout";i[i["Conflict"]=409]="Conflict";i[i["Gone"]=410]="Gone";i[i["TooManyRequests"]=429]="TooManyRequests";i[i["InternalServerError"]=500]="InternalServerError";i[i["NotImplemented"]=501]="NotImplemented";i[i["BadGateway"]=502]="BadGateway";i[i["ServiceUnavailable"]=503]="ServiceUnavailable";i[i["GatewayTimeout"]=504]="GatewayTimeout"})(ee||(c.HttpCodes=ee={}));var te;(function(i){i["Accept"]="accept";i["ContentType"]="content-type"})(te||(c.Headers=te={}));var re;(function(i){i["ApplicationJson"]="application/json"})(re||(c.MediaTypes=re={}));function getProxyUrl(i){const c=_.getProxyUrl(new URL(i));return c?c.href:""}c.getProxyUrl=getProxyUrl;const ne=[ee.MovedPermanently,ee.ResourceMoved,ee.SeeOther,ee.TemporaryRedirect,ee.PermanentRedirect];const ie=[ee.BadGateway,ee.ServiceUnavailable,ee.GatewayTimeout];const se=["OPTIONS","GET","DELETE","HEAD"];const ae=10;const oe=5;class HttpClientError extends Error{constructor(i,c){super(i);this.name="HttpClientError";this.statusCode=c;Object.setPrototypeOf(this,HttpClientError.prototype)}}c.HttpClientError=HttpClientError;class HttpClientResponse{constructor(i){this.message=i}readBody(){return S(this,void 0,void 0,(function*(){return new Promise((i=>S(this,void 0,void 0,(function*(){let c=Buffer.alloc(0);this.message.on("data",(i=>{c=Buffer.concat([c,i])}));this.message.on("end",(()=>{i(c.toString())}))}))))}))}readBodyBuffer(){return S(this,void 0,void 0,(function*(){return new Promise((i=>S(this,void 0,void 0,(function*(){const c=[];this.message.on("data",(i=>{c.push(i)}));this.message.on("end",(()=>{i(Buffer.concat(c))}))}))))}))}}c.HttpClientResponse=HttpClientResponse;function isHttps(i){const c=new URL(i);return c.protocol==="https:"}c.isHttps=isHttps;class HttpClient{constructor(i,c,d){this._ignoreSslError=false;this._allowRedirects=true;this._allowRedirectDowngrade=false;this._maxRedirects=50;this._allowRetries=false;this._maxRetries=1;this._keepAlive=false;this._disposed=false;this.userAgent=i;this.handlers=c||[];this.requestOptions=d;if(d){if(d.ignoreSslError!=null){this._ignoreSslError=d.ignoreSslError}this._socketTimeout=d.socketTimeout;if(d.allowRedirects!=null){this._allowRedirects=d.allowRedirects}if(d.allowRedirectDowngrade!=null){this._allowRedirectDowngrade=d.allowRedirectDowngrade}if(d.maxRedirects!=null){this._maxRedirects=Math.max(d.maxRedirects,0)}if(d.keepAlive!=null){this._keepAlive=d.keepAlive}if(d.allowRetries!=null){this._allowRetries=d.allowRetries}if(d.maxRetries!=null){this._maxRetries=d.maxRetries}}}options(i,c){return S(this,void 0,void 0,(function*(){return this.request("OPTIONS",i,null,c||{})}))}get(i,c){return S(this,void 0,void 0,(function*(){return this.request("GET",i,null,c||{})}))}del(i,c){return S(this,void 0,void 0,(function*(){return this.request("DELETE",i,null,c||{})}))}post(i,c,d){return S(this,void 0,void 0,(function*(){return this.request("POST",i,c,d||{})}))}patch(i,c,d){return S(this,void 0,void 0,(function*(){return this.request("PATCH",i,c,d||{})}))}put(i,c,d){return S(this,void 0,void 0,(function*(){return this.request("PUT",i,c,d||{})}))}head(i,c){return S(this,void 0,void 0,(function*(){return this.request("HEAD",i,null,c||{})}))}sendStream(i,c,d,p){return S(this,void 0,void 0,(function*(){return this.request(i,c,d,p)}))}getJson(i,c={}){return S(this,void 0,void 0,(function*(){c[te.Accept]=this._getExistingOrDefaultHeader(c,te.Accept,re.ApplicationJson);const d=yield this.get(i,c);return this._processResponse(d,this.requestOptions)}))}postJson(i,c,d={}){return S(this,void 0,void 0,(function*(){const p=JSON.stringify(c,null,2);d[te.Accept]=this._getExistingOrDefaultHeader(d,te.Accept,re.ApplicationJson);d[te.ContentType]=this._getExistingOrDefaultHeader(d,te.ContentType,re.ApplicationJson);const A=yield this.post(i,p,d);return this._processResponse(A,this.requestOptions)}))}putJson(i,c,d={}){return S(this,void 0,void 0,(function*(){const p=JSON.stringify(c,null,2);d[te.Accept]=this._getExistingOrDefaultHeader(d,te.Accept,re.ApplicationJson);d[te.ContentType]=this._getExistingOrDefaultHeader(d,te.ContentType,re.ApplicationJson);const A=yield this.put(i,p,d);return this._processResponse(A,this.requestOptions)}))}patchJson(i,c,d={}){return S(this,void 0,void 0,(function*(){const p=JSON.stringify(c,null,2);d[te.Accept]=this._getExistingOrDefaultHeader(d,te.Accept,re.ApplicationJson);d[te.ContentType]=this._getExistingOrDefaultHeader(d,te.ContentType,re.ApplicationJson);const A=yield this.patch(i,p,d);return this._processResponse(A,this.requestOptions)}))}request(i,c,d,p){return S(this,void 0,void 0,(function*(){if(this._disposed){throw new Error("Client has already been disposed.")}const A=new URL(c);let C=this._prepareRequest(i,A,p);const S=this._allowRetries&&se.includes(i)?this._maxRetries+1:1;let v=0;let T;do{T=yield this.requestRaw(C,d);if(T&&T.message&&T.message.statusCode===ee.Unauthorized){let i;for(const c of this.handlers){if(c.canHandleAuthentication(T)){i=c;break}}if(i){return i.handleAuthentication(this,C,d)}else{return T}}let c=this._maxRedirects;while(T.message.statusCode&&ne.includes(T.message.statusCode)&&this._allowRedirects&&c>0){const S=T.message.headers["location"];if(!S){break}const v=new URL(S);if(A.protocol==="https:"&&A.protocol!==v.protocol&&!this._allowRedirectDowngrade){throw new Error("Redirect from HTTPS to HTTP protocol. This downgrade is not allowed for security reasons. If you want to allow this behavior, set the allowRedirectDowngrade option to true.")}yield T.readBody();if(v.hostname!==A.hostname){for(const i in p){if(i.toLowerCase()==="authorization"){delete p[i]}}}C=this._prepareRequest(i,v,p);T=yield this.requestRaw(C,d);c--}if(!T.message.statusCode||!ie.includes(T.message.statusCode)){return T}v+=1;if(v<S){yield T.readBody();yield this._performExponentialBackoff(v)}}while(v<S);return T}))}dispose(){if(this._agent){this._agent.destroy()}this._disposed=true}requestRaw(i,c){return S(this,void 0,void 0,(function*(){return new Promise(((d,p)=>{function callbackForResult(i,c){if(i){p(i)}else if(!c){p(new Error("Unknown error"))}else{d(c)}}this.requestRawWithCallback(i,c,callbackForResult)}))}))}requestRawWithCallback(i,c,d){if(typeof c==="string"){if(!i.options.headers){i.options.headers={}}i.options.headers["Content-Length"]=Buffer.byteLength(c,"utf8")}let p=false;function handleResult(i,c){if(!p){p=true;d(i,c)}}const A=i.httpModule.request(i.options,(i=>{const c=new HttpClientResponse(i);handleResult(undefined,c)}));let C;A.on("socket",(i=>{C=i}));A.setTimeout(this._socketTimeout||3*6e4,(()=>{if(C){C.end()}handleResult(new Error(`Request timeout: ${i.options.path}`))}));A.on("error",(function(i){handleResult(i)}));if(c&&typeof c==="string"){A.write(c,"utf8")}if(c&&typeof c!=="string"){c.on("close",(function(){A.end()}));c.pipe(A)}else{A.end()}}getAgent(i){const c=new URL(i);return this._getAgent(c)}getAgentDispatcher(i){const c=new URL(i);const d=_.getProxyUrl(c);const p=d&&d.hostname;if(!p){return}return this._getProxyAgentDispatcher(c,d)}_prepareRequest(i,c,d){const p={};p.parsedUrl=c;const A=p.parsedUrl.protocol==="https:";p.httpModule=A?T:v;const C=A?443:80;p.options={};p.options.host=p.parsedUrl.hostname;p.options.port=p.parsedUrl.port?parseInt(p.parsedUrl.port):C;p.options.path=(p.parsedUrl.pathname||"")+(p.parsedUrl.search||"");p.options.method=i;p.options.headers=this._mergeHeaders(d);if(this.userAgent!=null){p.options.headers["user-agent"]=this.userAgent}p.options.agent=this._getAgent(p.parsedUrl);if(this.handlers){for(const i of this.handlers){i.prepareRequest(p.options)}}return p}_mergeHeaders(i){if(this.requestOptions&&this.requestOptions.headers){return Object.assign({},lowercaseKeys(this.requestOptions.headers),lowercaseKeys(i||{}))}return lowercaseKeys(i||{})}_getExistingOrDefaultHeader(i,c,d){let p;if(this.requestOptions&&this.requestOptions.headers){p=lowercaseKeys(this.requestOptions.headers)[c]}return i[c]||p||d}_getAgent(i){let c;const d=_.getProxyUrl(i);const p=d&&d.hostname;if(this._keepAlive&&p){c=this._proxyAgent}if(!p){c=this._agent}if(c){return c}const A=i.protocol==="https:";let C=100;if(this.requestOptions){C=this.requestOptions.maxSockets||v.globalAgent.maxSockets}if(d&&d.hostname){const i={maxSockets:C,keepAlive:this._keepAlive,proxy:Object.assign(Object.assign({},(d.username||d.password)&&{proxyAuth:`${d.username}:${d.password}`}),{host:d.hostname,port:d.port})};let p;const S=d.protocol==="https:";if(A){p=S?V.httpsOverHttps:V.httpsOverHttp}else{p=S?V.httpOverHttps:V.httpOverHttp}c=p(i);this._proxyAgent=c}if(!c){const i={keepAlive:this._keepAlive,maxSockets:C};c=A?new T.Agent(i):new v.Agent(i);this._agent=c}if(A&&this._ignoreSslError){c.options=Object.assign(c.options||{},{rejectUnauthorized:false})}return c}_getProxyAgentDispatcher(i,c){let d;if(this._keepAlive){d=this._proxyAgentDispatcher}if(d){return d}const p=i.protocol==="https:";d=new Z.ProxyAgent(Object.assign({uri:c.href,pipelining:!this._keepAlive?0:1},(c.username||c.password)&&{token:`Basic ${Buffer.from(`${c.username}:${c.password}`).toString("base64")}`}));this._proxyAgentDispatcher=d;if(p&&this._ignoreSslError){d.options=Object.assign(d.options.requestTls||{},{rejectUnauthorized:false})}return d}_performExponentialBackoff(i){return S(this,void 0,void 0,(function*(){i=Math.min(ae,i);const c=oe*Math.pow(2,i);return new Promise((i=>setTimeout((()=>i()),c)))}))}_processResponse(i,c){return S(this,void 0,void 0,(function*(){return new Promise(((d,p)=>S(this,void 0,void 0,(function*(){const A=i.message.statusCode||0;const C={statusCode:A,result:null,headers:{}};if(A===ee.NotFound){d(C)}function dateTimeDeserializer(i,c){if(typeof c==="string"){const i=new Date(c);if(!isNaN(i.valueOf())){return i}}return c}let S;let v;try{v=yield i.readBody();if(v&&v.length>0){if(c&&c.deserializeDates){S=JSON.parse(v,dateTimeDeserializer)}else{S=JSON.parse(v)}C.result=S}C.headers=i.message.headers}catch(i){}if(A>299){let i;if(S&&S.message){i=S.message}else if(v&&v.length>0){i=v}else{i=`Failed request: (${A})`}const c=new HttpClientError(i,A);c.result=C.result;p(c)}else{d(C)}}))))}))}}c.HttpClient=HttpClient;const lowercaseKeys=i=>Object.keys(i).reduce(((c,d)=>(c[d.toLowerCase()]=i[d],c)),{})},54988:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.checkBypass=c.getProxyUrl=void 0;function getProxyUrl(i){const c=i.protocol==="https:";if(checkBypass(i)){return undefined}const d=(()=>{if(c){return process.env["https_proxy"]||process.env["HTTPS_PROXY"]}else{return process.env["http_proxy"]||process.env["HTTP_PROXY"]}})();if(d){try{return new DecodedURL(d)}catch(i){if(!d.startsWith("http://")&&!d.startsWith("https://"))return new DecodedURL(`http://${d}`)}}else{return undefined}}c.getProxyUrl=getProxyUrl;function checkBypass(i){if(!i.hostname){return false}const c=i.hostname;if(isLoopbackAddress(c)){return true}const d=process.env["no_proxy"]||process.env["NO_PROXY"]||"";if(!d){return false}let p;if(i.port){p=Number(i.port)}else if(i.protocol==="http:"){p=80}else if(i.protocol==="https:"){p=443}const A=[i.hostname.toUpperCase()];if(typeof p==="number"){A.push(`${A[0]}:${p}`)}for(const i of d.split(",").map((i=>i.trim().toUpperCase())).filter((i=>i))){if(i==="*"||A.some((c=>c===i||c.endsWith(`.${i}`)||i.startsWith(".")&&c.endsWith(`${i}`)))){return true}}return false}c.checkBypass=checkBypass;function isLoopbackAddress(i){const c=i.toLowerCase();return c==="localhost"||c.startsWith("127.")||c.startsWith("[::1]")||c.startsWith("[0:0:0:0:0:0:0:1]")}class DecodedURL extends URL{constructor(i,c){super(i,c);this._decodedUsername=decodeURIComponent(super.username);this._decodedPassword=decodeURIComponent(super.password)}get username(){return this._decodedUsername}get password(){return this._decodedPassword}}},75207:function(i,c,d){"use strict";var p=this&&this.__createBinding||(Object.create?function(i,c,d,p){if(p===undefined)p=d;Object.defineProperty(i,p,{enumerable:true,get:function(){return c[d]}})}:function(i,c,d,p){if(p===undefined)p=d;i[p]=c[d]});var A=this&&this.__setModuleDefault||(Object.create?function(i,c){Object.defineProperty(i,"default",{enumerable:true,value:c})}:function(i,c){i["default"]=c});var C=this&&this.__importStar||function(i){if(i&&i.__esModule)return i;var c={};if(i!=null)for(var d in i)if(d!=="default"&&Object.hasOwnProperty.call(i,d))p(c,i,d);A(c,i);return c};var S=this&&this.__awaiter||function(i,c,d,p){function adopt(i){return i instanceof d?i:new d((function(c){c(i)}))}return new(d||(d=Promise))((function(d,A){function fulfilled(i){try{step(p.next(i))}catch(i){A(i)}}function rejected(i){try{step(p["throw"](i))}catch(i){A(i)}}function step(i){i.done?d(i.value):adopt(i.value).then(fulfilled,rejected)}step((p=p.apply(i,c||[])).next())}))};var v;Object.defineProperty(c,"__esModule",{value:true});c.getCmdPath=c.tryGetExecutablePath=c.isRooted=c.isDirectory=c.exists=c.READONLY=c.UV_FS_O_EXLOCK=c.IS_WINDOWS=c.unlink=c.symlink=c.stat=c.rmdir=c.rm=c.rename=c.readlink=c.readdir=c.open=c.mkdir=c.lstat=c.copyFile=c.chmod=void 0;const T=C(d(79896));const _=C(d(16928));v=T.promises,c.chmod=v.chmod,c.copyFile=v.copyFile,c.lstat=v.lstat,c.mkdir=v.mkdir,c.open=v.open,c.readdir=v.readdir,c.readlink=v.readlink,c.rename=v.rename,c.rm=v.rm,c.rmdir=v.rmdir,c.stat=v.stat,c.symlink=v.symlink,c.unlink=v.unlink;c.IS_WINDOWS=process.platform==="win32";c.UV_FS_O_EXLOCK=268435456;c.READONLY=T.constants.O_RDONLY;function exists(i){return S(this,void 0,void 0,(function*(){try{yield c.stat(i)}catch(i){if(i.code==="ENOENT"){return false}throw i}return true}))}c.exists=exists;function isDirectory(i,d=false){return S(this,void 0,void 0,(function*(){const p=d?yield c.stat(i):yield c.lstat(i);return p.isDirectory()}))}c.isDirectory=isDirectory;function isRooted(i){i=normalizeSeparators(i);if(!i){throw new Error('isRooted() parameter "p" cannot be empty')}if(c.IS_WINDOWS){return i.startsWith("\\")||/^[A-Z]:/i.test(i)}return i.startsWith("/")}c.isRooted=isRooted;function tryGetExecutablePath(i,d){return S(this,void 0,void 0,(function*(){let p=undefined;try{p=yield c.stat(i)}catch(c){if(c.code!=="ENOENT"){console.log(`Unexpected error attempting to determine if executable file exists '${i}': ${c}`)}}if(p&&p.isFile()){if(c.IS_WINDOWS){const c=_.extname(i).toUpperCase();if(d.some((i=>i.toUpperCase()===c))){return i}}else{if(isUnixExecutable(p)){return i}}}const A=i;for(const C of d){i=A+C;p=undefined;try{p=yield c.stat(i)}catch(c){if(c.code!=="ENOENT"){console.log(`Unexpected error attempting to determine if executable file exists '${i}': ${c}`)}}if(p&&p.isFile()){if(c.IS_WINDOWS){try{const d=_.dirname(i);const p=_.basename(i).toUpperCase();for(const A of yield c.readdir(d)){if(p===A.toUpperCase()){i=_.join(d,A);break}}}catch(c){console.log(`Unexpected error attempting to determine the actual case of the file '${i}': ${c}`)}return i}else{if(isUnixExecutable(p)){return i}}}}return""}))}c.tryGetExecutablePath=tryGetExecutablePath;function normalizeSeparators(i){i=i||"";if(c.IS_WINDOWS){i=i.replace(/\//g,"\\");return i.replace(/\\\\+/g,"\\")}return i.replace(/\/\/+/g,"/")}function isUnixExecutable(i){return(i.mode&1)>0||(i.mode&8)>0&&i.gid===process.getgid()||(i.mode&64)>0&&i.uid===process.getuid()}function getCmdPath(){var i;return(i=process.env["COMSPEC"])!==null&&i!==void 0?i:`cmd.exe`}c.getCmdPath=getCmdPath},94994:function(i,c,d){"use strict";var p=this&&this.__createBinding||(Object.create?function(i,c,d,p){if(p===undefined)p=d;Object.defineProperty(i,p,{enumerable:true,get:function(){return c[d]}})}:function(i,c,d,p){if(p===undefined)p=d;i[p]=c[d]});var A=this&&this.__setModuleDefault||(Object.create?function(i,c){Object.defineProperty(i,"default",{enumerable:true,value:c})}:function(i,c){i["default"]=c});var C=this&&this.__importStar||function(i){if(i&&i.__esModule)return i;var c={};if(i!=null)for(var d in i)if(d!=="default"&&Object.hasOwnProperty.call(i,d))p(c,i,d);A(c,i);return c};var S=this&&this.__awaiter||function(i,c,d,p){function adopt(i){return i instanceof d?i:new d((function(c){c(i)}))}return new(d||(d=Promise))((function(d,A){function fulfilled(i){try{step(p.next(i))}catch(i){A(i)}}function rejected(i){try{step(p["throw"](i))}catch(i){A(i)}}function step(i){i.done?d(i.value):adopt(i.value).then(fulfilled,rejected)}step((p=p.apply(i,c||[])).next())}))};Object.defineProperty(c,"__esModule",{value:true});c.findInPath=c.which=c.mkdirP=c.rmRF=c.mv=c.cp=void 0;const v=d(42613);const T=C(d(16928));const _=C(d(75207));function cp(i,c,d={}){return S(this,void 0,void 0,(function*(){const{force:p,recursive:A,copySourceDirectory:C}=readCopyOptions(d);const S=(yield _.exists(c))?yield _.stat(c):null;if(S&&S.isFile()&&!p){return}const v=S&&S.isDirectory()&&C?T.join(c,T.basename(i)):c;if(!(yield _.exists(i))){throw new Error(`no such file or directory: ${i}`)}const V=yield _.stat(i);if(V.isDirectory()){if(!A){throw new Error(`Failed to copy. ${i} is a directory, but tried to copy without recursive flag.`)}else{yield cpDirRecursive(i,v,0,p)}}else{if(T.relative(i,v)===""){throw new Error(`'${v}' and '${i}' are the same file`)}yield copyFile(i,v,p)}}))}c.cp=cp;function mv(i,c,d={}){return S(this,void 0,void 0,(function*(){if(yield _.exists(c)){let p=true;if(yield _.isDirectory(c)){c=T.join(c,T.basename(i));p=yield _.exists(c)}if(p){if(d.force==null||d.force){yield rmRF(c)}else{throw new Error("Destination already exists")}}}yield mkdirP(T.dirname(c));yield _.rename(i,c)}))}c.mv=mv;function rmRF(i){return S(this,void 0,void 0,(function*(){if(_.IS_WINDOWS){if(/[*"<>|]/.test(i)){throw new Error('File path must not contain `*`, `"`, `<`, `>` or `|` on Windows')}}try{yield _.rm(i,{force:true,maxRetries:3,recursive:true,retryDelay:300})}catch(i){throw new Error(`File was unable to be removed ${i}`)}}))}c.rmRF=rmRF;function mkdirP(i){return S(this,void 0,void 0,(function*(){v.ok(i,"a path argument must be provided");yield _.mkdir(i,{recursive:true})}))}c.mkdirP=mkdirP;function which(i,c){return S(this,void 0,void 0,(function*(){if(!i){throw new Error("parameter 'tool' is required")}if(c){const c=yield which(i,false);if(!c){if(_.IS_WINDOWS){throw new Error(`Unable to locate executable file: ${i}. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. Also verify the file has a valid extension for an executable file.`)}else{throw new Error(`Unable to locate executable file: ${i}. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. Also check the file mode to verify the file is executable.`)}}return c}const d=yield findInPath(i);if(d&&d.length>0){return d[0]}return""}))}c.which=which;function findInPath(i){return S(this,void 0,void 0,(function*(){if(!i){throw new Error("parameter 'tool' is required")}const c=[];if(_.IS_WINDOWS&&process.env["PATHEXT"]){for(const i of process.env["PATHEXT"].split(T.delimiter)){if(i){c.push(i)}}}if(_.isRooted(i)){const d=yield _.tryGetExecutablePath(i,c);if(d){return[d]}return[]}if(i.includes(T.sep)){return[]}const d=[];if(process.env.PATH){for(const i of process.env.PATH.split(T.delimiter)){if(i){d.push(i)}}}const p=[];for(const A of d){const d=yield _.tryGetExecutablePath(T.join(A,i),c);if(d){p.push(d)}}return p}))}c.findInPath=findInPath;function readCopyOptions(i){const c=i.force==null?true:i.force;const d=Boolean(i.recursive);const p=i.copySourceDirectory==null?true:Boolean(i.copySourceDirectory);return{force:c,recursive:d,copySourceDirectory:p}}function cpDirRecursive(i,c,d,p){return S(this,void 0,void 0,(function*(){if(d>=255)return;d++;yield mkdirP(c);const A=yield _.readdir(i);for(const C of A){const A=`${i}/${C}`;const S=`${c}/${C}`;const v=yield _.lstat(A);if(v.isDirectory()){yield cpDirRecursive(A,S,d,p)}else{yield copyFile(A,S,p)}}yield _.chmod(c,(yield _.stat(i)).mode)}))}function copyFile(i,c,d){return S(this,void 0,void 0,(function*(){if((yield _.lstat(i)).isSymbolicLink()){try{yield _.lstat(c);yield _.unlink(c)}catch(i){if(i.code==="EPERM"){yield _.chmod(c,"0666");yield _.unlink(c)}}const d=yield _.readlink(i);yield _.symlink(d,c,_.IS_WINDOWS?"junction":null)}else if(!(yield _.exists(c))||d){yield _.copyFile(i,c)}}))}},77864:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});const d=/^v1\./;const p=/^ghs_/;const A=/^ghu_/;async function auth(i){const c=i.split(/\./).length===3;const C=d.test(i)||p.test(i);const S=A.test(i);const v=c?"app":C?"installation":S?"user-to-server":"oauth";return{type:"token",token:i,tokenType:v}}function withAuthorizationPrefix(i){if(i.split(/\./).length===3){return`bearer ${i}`}return`token ${i}`}async function hook(i,c,d,p){const A=c.endpoint.merge(d,p);A.headers.authorization=withAuthorizationPrefix(i);return c(A)}const C=function createTokenAuth(i){if(!i){throw new Error("[@octokit/auth-token] No token passed to createTokenAuth")}if(typeof i!=="string"){throw new Error("[@octokit/auth-token] Token passed to createTokenAuth is not a string")}i=i.replace(/^(token|bearer) +/i,"");return Object.assign(auth.bind(null,i),{hook:hook.bind(null,i)})};c.createTokenAuth=C},61897:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});var p=d(33843);var A=d(52732);var C=d(34558);var S=d(70007);var v=d(77864);function _objectWithoutPropertiesLoose(i,c){if(i==null)return{};var d={};var p=Object.keys(i);var A,C;for(C=0;C<p.length;C++){A=p[C];if(c.indexOf(A)>=0)continue;d[A]=i[A]}return d}function _objectWithoutProperties(i,c){if(i==null)return{};var d=_objectWithoutPropertiesLoose(i,c);var p,A;if(Object.getOwnPropertySymbols){var C=Object.getOwnPropertySymbols(i);for(A=0;A<C.length;A++){p=C[A];if(c.indexOf(p)>=0)continue;if(!Object.prototype.propertyIsEnumerable.call(i,p))continue;d[p]=i[p]}}return d}const T="3.6.0";const _=["authStrategy"];class Octokit{constructor(i={}){const c=new A.Collection;const d={baseUrl:C.request.endpoint.DEFAULTS.baseUrl,headers:{},request:Object.assign({},i.request,{hook:c.bind(null,"request")}),mediaType:{previews:[],format:""}};d.headers["user-agent"]=[i.userAgent,`octokit-core.js/${T} ${p.getUserAgent()}`].filter(Boolean).join(" ");if(i.baseUrl){d.baseUrl=i.baseUrl}if(i.previews){d.mediaType.previews=i.previews}if(i.timeZone){d.headers["time-zone"]=i.timeZone}this.request=C.request.defaults(d);this.graphql=S.withCustomRequest(this.request).defaults(d);this.log=Object.assign({debug:()=>{},info:()=>{},warn:console.warn.bind(console),error:console.error.bind(console)},i.log);this.hook=c;if(!i.authStrategy){if(!i.auth){this.auth=async()=>({type:"unauthenticated"})}else{const d=v.createTokenAuth(i.auth);c.wrap("request",d.hook);this.auth=d}}else{const{authStrategy:d}=i,p=_objectWithoutProperties(i,_);const A=d(Object.assign({request:this.request,log:this.log,octokit:this,octokitOptions:p},i.auth));c.wrap("request",A.hook);this.auth=A}const V=this.constructor;V.plugins.forEach((c=>{Object.assign(this,c(this,i))}))}static defaults(i){const c=class extends(this){constructor(...c){const d=c[0]||{};if(typeof i==="function"){super(i(d));return}super(Object.assign({},i,d,d.userAgent&&i.userAgent?{userAgent:`${d.userAgent} ${i.userAgent}`}:null))}};return c}static plugin(...i){var c;const d=this.plugins;const p=(c=class extends(this){},c.plugins=d.concat(i.filter((i=>!d.includes(i)))),c);return p}}Octokit.VERSION=T;Octokit.plugins=[];c.Octokit=Octokit},57820:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});var p=d(93407);var A=d(33843);function lowercaseKeys(i){if(!i){return{}}return Object.keys(i).reduce(((c,d)=>{c[d.toLowerCase()]=i[d];return c}),{})}function mergeDeep(i,c){const d=Object.assign({},i);Object.keys(c).forEach((A=>{if(p.isPlainObject(c[A])){if(!(A in i))Object.assign(d,{[A]:c[A]});else d[A]=mergeDeep(i[A],c[A])}else{Object.assign(d,{[A]:c[A]})}}));return d}function removeUndefinedProperties(i){for(const c in i){if(i[c]===undefined){delete i[c]}}return i}function merge(i,c,d){if(typeof c==="string"){let[i,p]=c.split(" ");d=Object.assign(p?{method:i,url:p}:{url:i},d)}else{d=Object.assign({},c)}d.headers=lowercaseKeys(d.headers);removeUndefinedProperties(d);removeUndefinedProperties(d.headers);const p=mergeDeep(i||{},d);if(i&&i.mediaType.previews.length){p.mediaType.previews=i.mediaType.previews.filter((i=>!p.mediaType.previews.includes(i))).concat(p.mediaType.previews)}p.mediaType.previews=p.mediaType.previews.map((i=>i.replace(/-preview/,"")));return p}function addQueryParameters(i,c){const d=/\?/.test(i)?"&":"?";const p=Object.keys(c);if(p.length===0){return i}return i+d+p.map((i=>{if(i==="q"){return"q="+c.q.split("+").map(encodeURIComponent).join("+")}return`${i}=${encodeURIComponent(c[i])}`})).join("&")}const C=/\{[^}]+\}/g;function removeNonChars(i){return i.replace(/^\W+|\W+$/g,"").split(/,/)}function extractUrlVariableNames(i){const c=i.match(C);if(!c){return[]}return c.map(removeNonChars).reduce(((i,c)=>i.concat(c)),[])}function omit(i,c){return Object.keys(i).filter((i=>!c.includes(i))).reduce(((c,d)=>{c[d]=i[d];return c}),{})}function encodeReserved(i){return i.split(/(%[0-9A-Fa-f]{2})/g).map((function(i){if(!/%[0-9A-Fa-f]/.test(i)){i=encodeURI(i).replace(/%5B/g,"[").replace(/%5D/g,"]")}return i})).join("")}function encodeUnreserved(i){return encodeURIComponent(i).replace(/[!'()*]/g,(function(i){return"%"+i.charCodeAt(0).toString(16).toUpperCase()}))}function encodeValue(i,c,d){c=i==="+"||i==="#"?encodeReserved(c):encodeUnreserved(c);if(d){return encodeUnreserved(d)+"="+c}else{return c}}function isDefined(i){return i!==undefined&&i!==null}function isKeyOperator(i){return i===";"||i==="&"||i==="?"}function getValues(i,c,d,p){var A=i[d],C=[];if(isDefined(A)&&A!==""){if(typeof A==="string"||typeof A==="number"||typeof A==="boolean"){A=A.toString();if(p&&p!=="*"){A=A.substring(0,parseInt(p,10))}C.push(encodeValue(c,A,isKeyOperator(c)?d:""))}else{if(p==="*"){if(Array.isArray(A)){A.filter(isDefined).forEach((function(i){C.push(encodeValue(c,i,isKeyOperator(c)?d:""))}))}else{Object.keys(A).forEach((function(i){if(isDefined(A[i])){C.push(encodeValue(c,A[i],i))}}))}}else{const i=[];if(Array.isArray(A)){A.filter(isDefined).forEach((function(d){i.push(encodeValue(c,d))}))}else{Object.keys(A).forEach((function(d){if(isDefined(A[d])){i.push(encodeUnreserved(d));i.push(encodeValue(c,A[d].toString()))}}))}if(isKeyOperator(c)){C.push(encodeUnreserved(d)+"="+i.join(","))}else if(i.length!==0){C.push(i.join(","))}}}}else{if(c===";"){if(isDefined(A)){C.push(encodeUnreserved(d))}}else if(A===""&&(c==="&"||c==="?")){C.push(encodeUnreserved(d)+"=")}else if(A===""){C.push("")}}return C}function parseUrl(i){return{expand:expand.bind(null,i)}}function expand(i,c){var d=["+","#",".","/",";","?","&"];return i.replace(/\{([^\{\}]+)\}|([^\{\}]+)/g,(function(i,p,A){if(p){let i="";const A=[];if(d.indexOf(p.charAt(0))!==-1){i=p.charAt(0);p=p.substr(1)}p.split(/,/g).forEach((function(d){var p=/([^:\*]*)(?::(\d+)|(\*))?/.exec(d);A.push(getValues(c,i,p[1],p[2]||p[3]))}));if(i&&i!=="+"){var C=",";if(i==="?"){C="&"}else if(i!=="#"){C=i}return(A.length!==0?i:"")+A.join(C)}else{return A.join(",")}}else{return encodeReserved(A)}}))}function parse(i){let c=i.method.toUpperCase();let d=(i.url||"/").replace(/:([a-z]\w+)/g,"{$1}");let p=Object.assign({},i.headers);let A;let C=omit(i,["method","baseUrl","url","headers","request","mediaType"]);const S=extractUrlVariableNames(d);d=parseUrl(d).expand(C);if(!/^http/.test(d)){d=i.baseUrl+d}const v=Object.keys(i).filter((i=>S.includes(i))).concat("baseUrl");const T=omit(C,v);const _=/application\/octet-stream/i.test(p.accept);if(!_){if(i.mediaType.format){p.accept=p.accept.split(/,/).map((c=>c.replace(/application\/vnd(\.\w+)(\.v3)?(\.\w+)?(\+json)?$/,`application/vnd$1$2.${i.mediaType.format}`))).join(",")}if(i.mediaType.previews.length){const c=p.accept.match(/[\w-]+(?=-preview)/g)||[];p.accept=c.concat(i.mediaType.previews).map((c=>{const d=i.mediaType.format?`.${i.mediaType.format}`:"+json";return`application/vnd.github.${c}-preview${d}`})).join(",")}}if(["GET","HEAD"].includes(c)){d=addQueryParameters(d,T)}else{if("data"in T){A=T.data}else{if(Object.keys(T).length){A=T}else{p["content-length"]=0}}}if(!p["content-type"]&&typeof A!=="undefined"){p["content-type"]="application/json; charset=utf-8"}if(["PATCH","PUT"].includes(c)&&typeof A==="undefined"){A=""}return Object.assign({method:c,url:d,headers:p},typeof A!=="undefined"?{body:A}:null,i.request?{request:i.request}:null)}function endpointWithDefaults(i,c,d){return parse(merge(i,c,d))}function withDefaults(i,c){const d=merge(i,c);const p=endpointWithDefaults.bind(null,d);return Object.assign(p,{DEFAULTS:d,defaults:withDefaults.bind(null,d),merge:merge.bind(null,d),parse:parse})}const S="6.0.12";const v=`octokit-endpoint.js/${S} ${A.getUserAgent()}`;const T={method:"GET",baseUrl:"https://api.github.com",headers:{accept:"application/vnd.github.v3+json","user-agent":v},mediaType:{format:"",previews:[]}};const _=withDefaults(null,T);c.endpoint=_},80497:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});function _interopDefault(i){return i&&typeof i==="object"&&"default"in i?i["default"]:i}var p=d(14150);var A=_interopDefault(d(55560));const C=A((i=>console.warn(i)));const S=A((i=>console.warn(i)));class RequestError extends Error{constructor(i,c,d){super(i);if(Error.captureStackTrace){Error.captureStackTrace(this,this.constructor)}this.name="HttpError";this.status=c;let A;if("headers"in d&&typeof d.headers!=="undefined"){A=d.headers}if("response"in d){this.response=d.response;A=d.response.headers}const v=Object.assign({},d.request);if(d.request.headers.authorization){v.headers=Object.assign({},d.request.headers,{authorization:d.request.headers.authorization.replace(/ .*$/," [REDACTED]")})}v.url=v.url.replace(/\bclient_secret=\w+/g,"client_secret=[REDACTED]").replace(/\baccess_token=\w+/g,"access_token=[REDACTED]");this.request=v;Object.defineProperty(this,"code",{get(){C(new p.Deprecation("[@octokit/request-error] `error.code` is deprecated, use `error.status`."));return c}});Object.defineProperty(this,"headers",{get(){S(new p.Deprecation("[@octokit/request-error] `error.headers` is deprecated, use `error.response.headers`."));return A||{}}})}}c.RequestError=RequestError},34558:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});function _interopDefault(i){return i&&typeof i==="object"&&"default"in i?i["default"]:i}var p=d(57820);var A=d(33843);var C=d(93407);var S=_interopDefault(d(26705));var v=d(80497);const T="5.6.3";function getBufferResponse(i){return i.arrayBuffer()}function fetchWrapper(i){const c=i.request&&i.request.log?i.request.log:console;if(C.isPlainObject(i.body)||Array.isArray(i.body)){i.body=JSON.stringify(i.body)}let d={};let p;let A;const T=i.request&&i.request.fetch||S;return T(i.url,Object.assign({method:i.method,body:i.body,headers:i.headers,redirect:i.redirect},i.request)).then((async C=>{A=C.url;p=C.status;for(const i of C.headers){d[i[0]]=i[1]}if("deprecation"in d){const p=d.link&&d.link.match(/<([^>]+)>; rel="deprecation"/);const A=p&&p.pop();c.warn(`[@octokit/request] "${i.method} ${i.url}" is deprecated. It is scheduled to be removed on ${d.sunset}${A?`. See ${A}`:""}`)}if(p===204||p===205){return}if(i.method==="HEAD"){if(p<400){return}throw new v.RequestError(C.statusText,p,{response:{url:A,status:p,headers:d,data:undefined},request:i})}if(p===304){throw new v.RequestError("Not modified",p,{response:{url:A,status:p,headers:d,data:await getResponseData(C)},request:i})}if(p>=400){const c=await getResponseData(C);const S=new v.RequestError(toErrorMessage(c),p,{response:{url:A,status:p,headers:d,data:c},request:i});throw S}return getResponseData(C)})).then((i=>({status:p,url:A,headers:d,data:i}))).catch((c=>{if(c instanceof v.RequestError)throw c;throw new v.RequestError(c.message,500,{request:i})}))}async function getResponseData(i){const c=i.headers.get("content-type");if(/application\/json/.test(c)){return i.json()}if(!c||/^text\/|charset=utf-8$/.test(c)){return i.text()}return getBufferResponse(i)}function toErrorMessage(i){if(typeof i==="string")return i;if("message"in i){if(Array.isArray(i.errors)){return`${i.message}: ${i.errors.map(JSON.stringify).join(", ")}`}return i.message}return`Unknown error: ${JSON.stringify(i)}`}function withDefaults(i,c){const d=i.defaults(c);const newApi=function(i,c){const p=d.merge(i,c);if(!p.request||!p.request.hook){return fetchWrapper(d.parse(p))}const request=(i,c)=>fetchWrapper(d.parse(d.merge(i,c)));Object.assign(request,{endpoint:d,defaults:withDefaults.bind(null,d)});return p.request.hook(request,p)};return Object.assign(newApi,{endpoint:d,defaults:withDefaults.bind(null,d)})}const _=withDefaults(p.endpoint,{headers:{"user-agent":`octokit-request.js/${T} ${A.getUserAgent()}`}});c.request=_},70007:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});var p=d(2804);var A=d(33843);const C="4.8.0";function _buildMessageForResponseErrors(i){return`Request failed due to following response errors:\n`+i.errors.map((i=>` - ${i.message}`)).join("\n")}class GraphqlResponseError extends Error{constructor(i,c,d){super(_buildMessageForResponseErrors(d));this.request=i;this.headers=c;this.response=d;this.name="GraphqlResponseError";this.errors=d.errors;this.data=d.data;if(Error.captureStackTrace){Error.captureStackTrace(this,this.constructor)}}}const S=["method","baseUrl","url","headers","request","query","mediaType"];const v=["query","method","url"];const T=/\/api\/v3\/?$/;function graphql(i,c,d){if(d){if(typeof c==="string"&&"query"in d){return Promise.reject(new Error(`[@octokit/graphql] "query" cannot be used as variable name`))}for(const i in d){if(!v.includes(i))continue;return Promise.reject(new Error(`[@octokit/graphql] "${i}" cannot be used as variable name`))}}const p=typeof c==="string"?Object.assign({query:c},d):c;const A=Object.keys(p).reduce(((i,c)=>{if(S.includes(c)){i[c]=p[c];return i}if(!i.variables){i.variables={}}i.variables[c]=p[c];return i}),{});const C=p.baseUrl||i.endpoint.DEFAULTS.baseUrl;if(T.test(C)){A.url=C.replace(T,"/api/graphql")}return i(A).then((i=>{if(i.data.errors){const c={};for(const d of Object.keys(i.headers)){c[d]=i.headers[d]}throw new GraphqlResponseError(A,c,i.data)}return i.data.data}))}function withDefaults(i,c){const d=i.defaults(c);const newApi=(i,c)=>graphql(d,i,c);return Object.assign(newApi,{defaults:withDefaults.bind(null,d),endpoint:p.request.endpoint})}const _=withDefaults(p.request,{headers:{"user-agent":`octokit-graphql.js/${C} ${A.getUserAgent()}`},method:"POST",url:"/graphql"});function withCustomRequest(i){return withDefaults(i,{method:"POST",url:"/graphql"})}c.GraphqlResponseError=GraphqlResponseError;c.graphql=_;c.withCustomRequest=withCustomRequest},7858:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});var p=d(93407);var A=d(33843);function lowercaseKeys(i){if(!i){return{}}return Object.keys(i).reduce(((c,d)=>{c[d.toLowerCase()]=i[d];return c}),{})}function mergeDeep(i,c){const d=Object.assign({},i);Object.keys(c).forEach((A=>{if(p.isPlainObject(c[A])){if(!(A in i))Object.assign(d,{[A]:c[A]});else d[A]=mergeDeep(i[A],c[A])}else{Object.assign(d,{[A]:c[A]})}}));return d}function removeUndefinedProperties(i){for(const c in i){if(i[c]===undefined){delete i[c]}}return i}function merge(i,c,d){if(typeof c==="string"){let[i,p]=c.split(" ");d=Object.assign(p?{method:i,url:p}:{url:i},d)}else{d=Object.assign({},c)}d.headers=lowercaseKeys(d.headers);removeUndefinedProperties(d);removeUndefinedProperties(d.headers);const p=mergeDeep(i||{},d);if(i&&i.mediaType.previews.length){p.mediaType.previews=i.mediaType.previews.filter((i=>!p.mediaType.previews.includes(i))).concat(p.mediaType.previews)}p.mediaType.previews=p.mediaType.previews.map((i=>i.replace(/-preview/,"")));return p}function addQueryParameters(i,c){const d=/\?/.test(i)?"&":"?";const p=Object.keys(c);if(p.length===0){return i}return i+d+p.map((i=>{if(i==="q"){return"q="+c.q.split("+").map(encodeURIComponent).join("+")}return`${i}=${encodeURIComponent(c[i])}`})).join("&")}const C=/\{[^}]+\}/g;function removeNonChars(i){return i.replace(/^\W+|\W+$/g,"").split(/,/)}function extractUrlVariableNames(i){const c=i.match(C);if(!c){return[]}return c.map(removeNonChars).reduce(((i,c)=>i.concat(c)),[])}function omit(i,c){return Object.keys(i).filter((i=>!c.includes(i))).reduce(((c,d)=>{c[d]=i[d];return c}),{})}function encodeReserved(i){return i.split(/(%[0-9A-Fa-f]{2})/g).map((function(i){if(!/%[0-9A-Fa-f]/.test(i)){i=encodeURI(i).replace(/%5B/g,"[").replace(/%5D/g,"]")}return i})).join("")}function encodeUnreserved(i){return encodeURIComponent(i).replace(/[!'()*]/g,(function(i){return"%"+i.charCodeAt(0).toString(16).toUpperCase()}))}function encodeValue(i,c,d){c=i==="+"||i==="#"?encodeReserved(c):encodeUnreserved(c);if(d){return encodeUnreserved(d)+"="+c}else{return c}}function isDefined(i){return i!==undefined&&i!==null}function isKeyOperator(i){return i===";"||i==="&"||i==="?"}function getValues(i,c,d,p){var A=i[d],C=[];if(isDefined(A)&&A!==""){if(typeof A==="string"||typeof A==="number"||typeof A==="boolean"){A=A.toString();if(p&&p!=="*"){A=A.substring(0,parseInt(p,10))}C.push(encodeValue(c,A,isKeyOperator(c)?d:""))}else{if(p==="*"){if(Array.isArray(A)){A.filter(isDefined).forEach((function(i){C.push(encodeValue(c,i,isKeyOperator(c)?d:""))}))}else{Object.keys(A).forEach((function(i){if(isDefined(A[i])){C.push(encodeValue(c,A[i],i))}}))}}else{const i=[];if(Array.isArray(A)){A.filter(isDefined).forEach((function(d){i.push(encodeValue(c,d))}))}else{Object.keys(A).forEach((function(d){if(isDefined(A[d])){i.push(encodeUnreserved(d));i.push(encodeValue(c,A[d].toString()))}}))}if(isKeyOperator(c)){C.push(encodeUnreserved(d)+"="+i.join(","))}else if(i.length!==0){C.push(i.join(","))}}}}else{if(c===";"){if(isDefined(A)){C.push(encodeUnreserved(d))}}else if(A===""&&(c==="&"||c==="?")){C.push(encodeUnreserved(d)+"=")}else if(A===""){C.push("")}}return C}function parseUrl(i){return{expand:expand.bind(null,i)}}function expand(i,c){var d=["+","#",".","/",";","?","&"];return i.replace(/\{([^\{\}]+)\}|([^\{\}]+)/g,(function(i,p,A){if(p){let i="";const A=[];if(d.indexOf(p.charAt(0))!==-1){i=p.charAt(0);p=p.substr(1)}p.split(/,/g).forEach((function(d){var p=/([^:\*]*)(?::(\d+)|(\*))?/.exec(d);A.push(getValues(c,i,p[1],p[2]||p[3]))}));if(i&&i!=="+"){var C=",";if(i==="?"){C="&"}else if(i!=="#"){C=i}return(A.length!==0?i:"")+A.join(C)}else{return A.join(",")}}else{return encodeReserved(A)}}))}function parse(i){let c=i.method.toUpperCase();let d=(i.url||"/").replace(/:([a-z]\w+)/g,"{$1}");let p=Object.assign({},i.headers);let A;let C=omit(i,["method","baseUrl","url","headers","request","mediaType"]);const S=extractUrlVariableNames(d);d=parseUrl(d).expand(C);if(!/^http/.test(d)){d=i.baseUrl+d}const v=Object.keys(i).filter((i=>S.includes(i))).concat("baseUrl");const T=omit(C,v);const _=/application\/octet-stream/i.test(p.accept);if(!_){if(i.mediaType.format){p.accept=p.accept.split(/,/).map((c=>c.replace(/application\/vnd(\.\w+)(\.v3)?(\.\w+)?(\+json)?$/,`application/vnd$1$2.${i.mediaType.format}`))).join(",")}if(i.mediaType.previews.length){const c=p.accept.match(/[\w-]+(?=-preview)/g)||[];p.accept=c.concat(i.mediaType.previews).map((c=>{const d=i.mediaType.format?`.${i.mediaType.format}`:"+json";return`application/vnd.github.${c}-preview${d}`})).join(",")}}if(["GET","HEAD"].includes(c)){d=addQueryParameters(d,T)}else{if("data"in T){A=T.data}else{if(Object.keys(T).length){A=T}else{p["content-length"]=0}}}if(!p["content-type"]&&typeof A!=="undefined"){p["content-type"]="application/json; charset=utf-8"}if(["PATCH","PUT"].includes(c)&&typeof A==="undefined"){A=""}return Object.assign({method:c,url:d,headers:p},typeof A!=="undefined"?{body:A}:null,i.request?{request:i.request}:null)}function endpointWithDefaults(i,c,d){return parse(merge(i,c,d))}function withDefaults(i,c){const d=merge(i,c);const p=endpointWithDefaults.bind(null,d);return Object.assign(p,{DEFAULTS:d,defaults:withDefaults.bind(null,d),merge:merge.bind(null,d),parse:parse})}const S="6.0.12";const v=`octokit-endpoint.js/${S} ${A.getUserAgent()}`;const T={method:"GET",baseUrl:"https://api.github.com",headers:{accept:"application/vnd.github.v3+json","user-agent":v},mediaType:{format:"",previews:[]}};const _=withDefaults(null,T);c.endpoint=_},4751:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});function _interopDefault(i){return i&&typeof i==="object"&&"default"in i?i["default"]:i}var p=d(14150);var A=_interopDefault(d(55560));const C=A((i=>console.warn(i)));const S=A((i=>console.warn(i)));class RequestError extends Error{constructor(i,c,d){super(i);if(Error.captureStackTrace){Error.captureStackTrace(this,this.constructor)}this.name="HttpError";this.status=c;let A;if("headers"in d&&typeof d.headers!=="undefined"){A=d.headers}if("response"in d){this.response=d.response;A=d.response.headers}const v=Object.assign({},d.request);if(d.request.headers.authorization){v.headers=Object.assign({},d.request.headers,{authorization:d.request.headers.authorization.replace(/ .*$/," [REDACTED]")})}v.url=v.url.replace(/\bclient_secret=\w+/g,"client_secret=[REDACTED]").replace(/\baccess_token=\w+/g,"access_token=[REDACTED]");this.request=v;Object.defineProperty(this,"code",{get(){C(new p.Deprecation("[@octokit/request-error] `error.code` is deprecated, use `error.status`."));return c}});Object.defineProperty(this,"headers",{get(){S(new p.Deprecation("[@octokit/request-error] `error.headers` is deprecated, use `error.response.headers`."));return A||{}}})}}c.RequestError=RequestError},2804:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});function _interopDefault(i){return i&&typeof i==="object"&&"default"in i?i["default"]:i}var p=d(7858);var A=d(33843);var C=d(93407);var S=_interopDefault(d(26705));var v=d(4751);const T="5.6.3";function getBufferResponse(i){return i.arrayBuffer()}function fetchWrapper(i){const c=i.request&&i.request.log?i.request.log:console;if(C.isPlainObject(i.body)||Array.isArray(i.body)){i.body=JSON.stringify(i.body)}let d={};let p;let A;const T=i.request&&i.request.fetch||S;return T(i.url,Object.assign({method:i.method,body:i.body,headers:i.headers,redirect:i.redirect},i.request)).then((async C=>{A=C.url;p=C.status;for(const i of C.headers){d[i[0]]=i[1]}if("deprecation"in d){const p=d.link&&d.link.match(/<([^>]+)>; rel="deprecation"/);const A=p&&p.pop();c.warn(`[@octokit/request] "${i.method} ${i.url}" is deprecated. It is scheduled to be removed on ${d.sunset}${A?`. See ${A}`:""}`)}if(p===204||p===205){return}if(i.method==="HEAD"){if(p<400){return}throw new v.RequestError(C.statusText,p,{response:{url:A,status:p,headers:d,data:undefined},request:i})}if(p===304){throw new v.RequestError("Not modified",p,{response:{url:A,status:p,headers:d,data:await getResponseData(C)},request:i})}if(p>=400){const c=await getResponseData(C);const S=new v.RequestError(toErrorMessage(c),p,{response:{url:A,status:p,headers:d,data:c},request:i});throw S}return getResponseData(C)})).then((i=>({status:p,url:A,headers:d,data:i}))).catch((c=>{if(c instanceof v.RequestError)throw c;throw new v.RequestError(c.message,500,{request:i})}))}async function getResponseData(i){const c=i.headers.get("content-type");if(/application\/json/.test(c)){return i.json()}if(!c||/^text\/|charset=utf-8$/.test(c)){return i.text()}return getBufferResponse(i)}function toErrorMessage(i){if(typeof i==="string")return i;if("message"in i){if(Array.isArray(i.errors)){return`${i.message}: ${i.errors.map(JSON.stringify).join(", ")}`}return i.message}return`Unknown error: ${JSON.stringify(i)}`}function withDefaults(i,c){const d=i.defaults(c);const newApi=function(i,c){const p=d.merge(i,c);if(!p.request||!p.request.hook){return fetchWrapper(d.parse(p))}const request=(i,c)=>fetchWrapper(d.parse(d.merge(i,c)));Object.assign(request,{endpoint:d,defaults:withDefaults.bind(null,d)});return p.request.hook(request,p)};return Object.assign(newApi,{endpoint:d,defaults:withDefaults.bind(null,d)})}const _=withDefaults(p.endpoint,{headers:{"user-agent":`octokit-request.js/${T} ${A.getUserAgent()}`}});c.request=_},38082:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});const d="2.21.3";function ownKeys(i,c){var d=Object.keys(i);if(Object.getOwnPropertySymbols){var p=Object.getOwnPropertySymbols(i);c&&(p=p.filter((function(c){return Object.getOwnPropertyDescriptor(i,c).enumerable}))),d.push.apply(d,p)}return d}function _objectSpread2(i){for(var c=1;c<arguments.length;c++){var d=null!=arguments[c]?arguments[c]:{};c%2?ownKeys(Object(d),!0).forEach((function(c){_defineProperty(i,c,d[c])})):Object.getOwnPropertyDescriptors?Object.defineProperties(i,Object.getOwnPropertyDescriptors(d)):ownKeys(Object(d)).forEach((function(c){Object.defineProperty(i,c,Object.getOwnPropertyDescriptor(d,c))}))}return i}function _defineProperty(i,c,d){if(c in i){Object.defineProperty(i,c,{value:d,enumerable:true,configurable:true,writable:true})}else{i[c]=d}return i}function normalizePaginatedListResponse(i){if(!i.data){return _objectSpread2(_objectSpread2({},i),{},{data:[]})}const c="total_count"in i.data&&!("url"in i.data);if(!c)return i;const d=i.data.incomplete_results;const p=i.data.repository_selection;const A=i.data.total_count;delete i.data.incomplete_results;delete i.data.repository_selection;delete i.data.total_count;const C=Object.keys(i.data)[0];const S=i.data[C];i.data=S;if(typeof d!=="undefined"){i.data.incomplete_results=d}if(typeof p!=="undefined"){i.data.repository_selection=p}i.data.total_count=A;return i}function iterator(i,c,d){const p=typeof c==="function"?c.endpoint(d):i.request.endpoint(c,d);const A=typeof c==="function"?c:i.request;const C=p.method;const S=p.headers;let v=p.url;return{[Symbol.asyncIterator]:()=>({async next(){if(!v)return{done:true};try{const i=await A({method:C,url:v,headers:S});const c=normalizePaginatedListResponse(i);v=((c.headers.link||"").match(/<([^>]+)>;\s*rel="next"/)||[])[1];return{value:c}}catch(i){if(i.status!==409)throw i;v="";return{value:{status:200,headers:{},data:[]}}}}})}}function paginate(i,c,d,p){if(typeof d==="function"){p=d;d=undefined}return gather(i,[],iterator(i,c,d)[Symbol.asyncIterator](),p)}function gather(i,c,d,p){return d.next().then((A=>{if(A.done){return c}let C=false;function done(){C=true}c=c.concat(p?p(A.value,done):A.value.data);if(C){return c}return gather(i,c,d,p)}))}const p=Object.assign(paginate,{iterator:iterator});const A=["GET /app/hook/deliveries","GET /app/installations","GET /applications/grants","GET /authorizations","GET /enterprises/{enterprise}/actions/permissions/organizations","GET /enterprises/{enterprise}/actions/runner-groups","GET /enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/organizations","GET /enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/runners","GET /enterprises/{enterprise}/actions/runners","GET /enterprises/{enterprise}/audit-log","GET /enterprises/{enterprise}/secret-scanning/alerts","GET /enterprises/{enterprise}/settings/billing/advanced-security","GET /events","GET /gists","GET /gists/public","GET /gists/starred","GET /gists/{gist_id}/comments","GET /gists/{gist_id}/commits","GET /gists/{gist_id}/forks","GET /installation/repositories","GET /issues","GET /licenses","GET /marketplace_listing/plans","GET /marketplace_listing/plans/{plan_id}/accounts","GET /marketplace_listing/stubbed/plans","GET /marketplace_listing/stubbed/plans/{plan_id}/accounts","GET /networks/{owner}/{repo}/events","GET /notifications","GET /organizations","GET /orgs/{org}/actions/cache/usage-by-repository","GET /orgs/{org}/actions/permissions/repositories","GET /orgs/{org}/actions/runner-groups","GET /orgs/{org}/actions/runner-groups/{runner_group_id}/repositories","GET /orgs/{org}/actions/runner-groups/{runner_group_id}/runners","GET /orgs/{org}/actions/runners","GET /orgs/{org}/actions/secrets","GET /orgs/{org}/actions/secrets/{secret_name}/repositories","GET /orgs/{org}/audit-log","GET /orgs/{org}/blocks","GET /orgs/{org}/code-scanning/alerts","GET /orgs/{org}/codespaces","GET /orgs/{org}/credential-authorizations","GET /orgs/{org}/dependabot/secrets","GET /orgs/{org}/dependabot/secrets/{secret_name}/repositories","GET /orgs/{org}/events","GET /orgs/{org}/external-groups","GET /orgs/{org}/failed_invitations","GET /orgs/{org}/hooks","GET /orgs/{org}/hooks/{hook_id}/deliveries","GET /orgs/{org}/installations","GET /orgs/{org}/invitations","GET /orgs/{org}/invitations/{invitation_id}/teams","GET /orgs/{org}/issues","GET /orgs/{org}/members","GET /orgs/{org}/migrations","GET /orgs/{org}/migrations/{migration_id}/repositories","GET /orgs/{org}/outside_collaborators","GET /orgs/{org}/packages","GET /orgs/{org}/packages/{package_type}/{package_name}/versions","GET /orgs/{org}/projects","GET /orgs/{org}/public_members","GET /orgs/{org}/repos","GET /orgs/{org}/secret-scanning/alerts","GET /orgs/{org}/settings/billing/advanced-security","GET /orgs/{org}/team-sync/groups","GET /orgs/{org}/teams","GET /orgs/{org}/teams/{team_slug}/discussions","GET /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments","GET /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}/reactions","GET /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/reactions","GET /orgs/{org}/teams/{team_slug}/invitations","GET /orgs/{org}/teams/{team_slug}/members","GET /orgs/{org}/teams/{team_slug}/projects","GET /orgs/{org}/teams/{team_slug}/repos","GET /orgs/{org}/teams/{team_slug}/teams","GET /projects/columns/{column_id}/cards","GET /projects/{project_id}/collaborators","GET /projects/{project_id}/columns","GET /repos/{owner}/{repo}/actions/artifacts","GET /repos/{owner}/{repo}/actions/caches","GET /repos/{owner}/{repo}/actions/runners","GET /repos/{owner}/{repo}/actions/runs","GET /repos/{owner}/{repo}/actions/runs/{run_id}/artifacts","GET /repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt_number}/jobs","GET /repos/{owner}/{repo}/actions/runs/{run_id}/jobs","GET /repos/{owner}/{repo}/actions/secrets","GET /repos/{owner}/{repo}/actions/workflows","GET /repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs","GET /repos/{owner}/{repo}/assignees","GET /repos/{owner}/{repo}/branches","GET /repos/{owner}/{repo}/check-runs/{check_run_id}/annotations","GET /repos/{owner}/{repo}/check-suites/{check_suite_id}/check-runs","GET /repos/{owner}/{repo}/code-scanning/alerts","GET /repos/{owner}/{repo}/code-scanning/alerts/{alert_number}/instances","GET /repos/{owner}/{repo}/code-scanning/analyses","GET /repos/{owner}/{repo}/codespaces","GET /repos/{owner}/{repo}/codespaces/devcontainers","GET /repos/{owner}/{repo}/codespaces/secrets","GET /repos/{owner}/{repo}/collaborators","GET /repos/{owner}/{repo}/comments","GET /repos/{owner}/{repo}/comments/{comment_id}/reactions","GET /repos/{owner}/{repo}/commits","GET /repos/{owner}/{repo}/commits/{commit_sha}/comments","GET /repos/{owner}/{repo}/commits/{commit_sha}/pulls","GET /repos/{owner}/{repo}/commits/{ref}/check-runs","GET /repos/{owner}/{repo}/commits/{ref}/check-suites","GET /repos/{owner}/{repo}/commits/{ref}/status","GET /repos/{owner}/{repo}/commits/{ref}/statuses","GET /repos/{owner}/{repo}/contributors","GET /repos/{owner}/{repo}/dependabot/secrets","GET /repos/{owner}/{repo}/deployments","GET /repos/{owner}/{repo}/deployments/{deployment_id}/statuses","GET /repos/{owner}/{repo}/environments","GET /repos/{owner}/{repo}/events","GET /repos/{owner}/{repo}/forks","GET /repos/{owner}/{repo}/git/matching-refs/{ref}","GET /repos/{owner}/{repo}/hooks","GET /repos/{owner}/{repo}/hooks/{hook_id}/deliveries","GET /repos/{owner}/{repo}/invitations","GET /repos/{owner}/{repo}/issues","GET /repos/{owner}/{repo}/issues/comments","GET /repos/{owner}/{repo}/issues/comments/{comment_id}/reactions","GET /repos/{owner}/{repo}/issues/events","GET /repos/{owner}/{repo}/issues/{issue_number}/comments","GET /repos/{owner}/{repo}/issues/{issue_number}/events","GET /repos/{owner}/{repo}/issues/{issue_number}/labels","GET /repos/{owner}/{repo}/issues/{issue_number}/reactions","GET /repos/{owner}/{repo}/issues/{issue_number}/timeline","GET /repos/{owner}/{repo}/keys","GET /repos/{owner}/{repo}/labels","GET /repos/{owner}/{repo}/milestones","GET /repos/{owner}/{repo}/milestones/{milestone_number}/labels","GET /repos/{owner}/{repo}/notifications","GET /repos/{owner}/{repo}/pages/builds","GET /repos/{owner}/{repo}/projects","GET /repos/{owner}/{repo}/pulls","GET /repos/{owner}/{repo}/pulls/comments","GET /repos/{owner}/{repo}/pulls/comments/{comment_id}/reactions","GET /repos/{owner}/{repo}/pulls/{pull_number}/comments","GET /repos/{owner}/{repo}/pulls/{pull_number}/commits","GET /repos/{owner}/{repo}/pulls/{pull_number}/files","GET /repos/{owner}/{repo}/pulls/{pull_number}/requested_reviewers","GET /repos/{owner}/{repo}/pulls/{pull_number}/reviews","GET /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/comments","GET /repos/{owner}/{repo}/releases","GET /repos/{owner}/{repo}/releases/{release_id}/assets","GET /repos/{owner}/{repo}/releases/{release_id}/reactions","GET /repos/{owner}/{repo}/secret-scanning/alerts","GET /repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}/locations","GET /repos/{owner}/{repo}/stargazers","GET /repos/{owner}/{repo}/subscribers","GET /repos/{owner}/{repo}/tags","GET /repos/{owner}/{repo}/teams","GET /repos/{owner}/{repo}/topics","GET /repositories","GET /repositories/{repository_id}/environments/{environment_name}/secrets","GET /search/code","GET /search/commits","GET /search/issues","GET /search/labels","GET /search/repositories","GET /search/topics","GET /search/users","GET /teams/{team_id}/discussions","GET /teams/{team_id}/discussions/{discussion_number}/comments","GET /teams/{team_id}/discussions/{discussion_number}/comments/{comment_number}/reactions","GET /teams/{team_id}/discussions/{discussion_number}/reactions","GET /teams/{team_id}/invitations","GET /teams/{team_id}/members","GET /teams/{team_id}/projects","GET /teams/{team_id}/repos","GET /teams/{team_id}/teams","GET /user/blocks","GET /user/codespaces","GET /user/codespaces/secrets","GET /user/emails","GET /user/followers","GET /user/following","GET /user/gpg_keys","GET /user/installations","GET /user/installations/{installation_id}/repositories","GET /user/issues","GET /user/keys","GET /user/marketplace_purchases","GET /user/marketplace_purchases/stubbed","GET /user/memberships/orgs","GET /user/migrations","GET /user/migrations/{migration_id}/repositories","GET /user/orgs","GET /user/packages","GET /user/packages/{package_type}/{package_name}/versions","GET /user/public_emails","GET /user/repos","GET /user/repository_invitations","GET /user/starred","GET /user/subscriptions","GET /user/teams","GET /users","GET /users/{username}/events","GET /users/{username}/events/orgs/{org}","GET /users/{username}/events/public","GET /users/{username}/followers","GET /users/{username}/following","GET /users/{username}/gists","GET /users/{username}/gpg_keys","GET /users/{username}/keys","GET /users/{username}/orgs","GET /users/{username}/packages","GET /users/{username}/projects","GET /users/{username}/received_events","GET /users/{username}/received_events/public","GET /users/{username}/repos","GET /users/{username}/starred","GET /users/{username}/subscriptions"];function isPaginatingEndpoint(i){if(typeof i==="string"){return A.includes(i)}else{return false}}function paginateRest(i){return{paginate:Object.assign(paginate.bind(null,i),{iterator:iterator.bind(null,i)})}}paginateRest.VERSION=d;c.composePaginateRest=p;c.isPaginatingEndpoint=isPaginatingEndpoint;c.paginateRest=paginateRest;c.paginatingEndpoints=A},6966:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});const d="1.0.4";function requestLog(i){i.hook.wrap("request",((c,d)=>{i.log.debug("request",d);const p=Date.now();const A=i.request.endpoint.parse(d);const C=A.url.replace(d.baseUrl,"");return c(d).then((c=>{i.log.info(`${A.method} ${C} - ${c.status} in ${Date.now()-p}ms`);return c})).catch((c=>{i.log.info(`${A.method} ${C} - ${c.status} in ${Date.now()-p}ms`);throw c}))}))}requestLog.VERSION=d;c.requestLog=requestLog},84935:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});function ownKeys(i,c){var d=Object.keys(i);if(Object.getOwnPropertySymbols){var p=Object.getOwnPropertySymbols(i);if(c){p=p.filter((function(c){return Object.getOwnPropertyDescriptor(i,c).enumerable}))}d.push.apply(d,p)}return d}function _objectSpread2(i){for(var c=1;c<arguments.length;c++){var d=arguments[c]!=null?arguments[c]:{};if(c%2){ownKeys(Object(d),true).forEach((function(c){_defineProperty(i,c,d[c])}))}else if(Object.getOwnPropertyDescriptors){Object.defineProperties(i,Object.getOwnPropertyDescriptors(d))}else{ownKeys(Object(d)).forEach((function(c){Object.defineProperty(i,c,Object.getOwnPropertyDescriptor(d,c))}))}}return i}function _defineProperty(i,c,d){if(c in i){Object.defineProperty(i,c,{value:d,enumerable:true,configurable:true,writable:true})}else{i[c]=d}return i}const d={actions:{addCustomLabelsToSelfHostedRunnerForOrg:["POST /orgs/{org}/actions/runners/{runner_id}/labels"],addCustomLabelsToSelfHostedRunnerForRepo:["POST /repos/{owner}/{repo}/actions/runners/{runner_id}/labels"],addSelectedRepoToOrgSecret:["PUT /orgs/{org}/actions/secrets/{secret_name}/repositories/{repository_id}"],approveWorkflowRun:["POST /repos/{owner}/{repo}/actions/runs/{run_id}/approve"],cancelWorkflowRun:["POST /repos/{owner}/{repo}/actions/runs/{run_id}/cancel"],createOrUpdateEnvironmentSecret:["PUT /repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}"],createOrUpdateOrgSecret:["PUT /orgs/{org}/actions/secrets/{secret_name}"],createOrUpdateRepoSecret:["PUT /repos/{owner}/{repo}/actions/secrets/{secret_name}"],createRegistrationTokenForOrg:["POST /orgs/{org}/actions/runners/registration-token"],createRegistrationTokenForRepo:["POST /repos/{owner}/{repo}/actions/runners/registration-token"],createRemoveTokenForOrg:["POST /orgs/{org}/actions/runners/remove-token"],createRemoveTokenForRepo:["POST /repos/{owner}/{repo}/actions/runners/remove-token"],createWorkflowDispatch:["POST /repos/{owner}/{repo}/actions/workflows/{workflow_id}/dispatches"],deleteActionsCacheById:["DELETE /repos/{owner}/{repo}/actions/caches/{cache_id}"],deleteActionsCacheByKey:["DELETE /repos/{owner}/{repo}/actions/caches{?key,ref}"],deleteArtifact:["DELETE /repos/{owner}/{repo}/actions/artifacts/{artifact_id}"],deleteEnvironmentSecret:["DELETE /repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}"],deleteOrgSecret:["DELETE /orgs/{org}/actions/secrets/{secret_name}"],deleteRepoSecret:["DELETE /repos/{owner}/{repo}/actions/secrets/{secret_name}"],deleteSelfHostedRunnerFromOrg:["DELETE /orgs/{org}/actions/runners/{runner_id}"],deleteSelfHostedRunnerFromRepo:["DELETE /repos/{owner}/{repo}/actions/runners/{runner_id}"],deleteWorkflowRun:["DELETE /repos/{owner}/{repo}/actions/runs/{run_id}"],deleteWorkflowRunLogs:["DELETE /repos/{owner}/{repo}/actions/runs/{run_id}/logs"],disableSelectedRepositoryGithubActionsOrganization:["DELETE /orgs/{org}/actions/permissions/repositories/{repository_id}"],disableWorkflow:["PUT /repos/{owner}/{repo}/actions/workflows/{workflow_id}/disable"],downloadArtifact:["GET /repos/{owner}/{repo}/actions/artifacts/{artifact_id}/{archive_format}"],downloadJobLogsForWorkflowRun:["GET /repos/{owner}/{repo}/actions/jobs/{job_id}/logs"],downloadWorkflowRunAttemptLogs:["GET /repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt_number}/logs"],downloadWorkflowRunLogs:["GET /repos/{owner}/{repo}/actions/runs/{run_id}/logs"],enableSelectedRepositoryGithubActionsOrganization:["PUT /orgs/{org}/actions/permissions/repositories/{repository_id}"],enableWorkflow:["PUT /repos/{owner}/{repo}/actions/workflows/{workflow_id}/enable"],getActionsCacheList:["GET /repos/{owner}/{repo}/actions/caches"],getActionsCacheUsage:["GET /repos/{owner}/{repo}/actions/cache/usage"],getActionsCacheUsageByRepoForOrg:["GET /orgs/{org}/actions/cache/usage-by-repository"],getActionsCacheUsageForEnterprise:["GET /enterprises/{enterprise}/actions/cache/usage"],getActionsCacheUsageForOrg:["GET /orgs/{org}/actions/cache/usage"],getAllowedActionsOrganization:["GET /orgs/{org}/actions/permissions/selected-actions"],getAllowedActionsRepository:["GET /repos/{owner}/{repo}/actions/permissions/selected-actions"],getArtifact:["GET /repos/{owner}/{repo}/actions/artifacts/{artifact_id}"],getEnvironmentPublicKey:["GET /repositories/{repository_id}/environments/{environment_name}/secrets/public-key"],getEnvironmentSecret:["GET /repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}"],getGithubActionsDefaultWorkflowPermissionsEnterprise:["GET /enterprises/{enterprise}/actions/permissions/workflow"],getGithubActionsDefaultWorkflowPermissionsOrganization:["GET /orgs/{org}/actions/permissions/workflow"],getGithubActionsDefaultWorkflowPermissionsRepository:["GET /repos/{owner}/{repo}/actions/permissions/workflow"],getGithubActionsPermissionsOrganization:["GET /orgs/{org}/actions/permissions"],getGithubActionsPermissionsRepository:["GET /repos/{owner}/{repo}/actions/permissions"],getJobForWorkflowRun:["GET /repos/{owner}/{repo}/actions/jobs/{job_id}"],getOrgPublicKey:["GET /orgs/{org}/actions/secrets/public-key"],getOrgSecret:["GET /orgs/{org}/actions/secrets/{secret_name}"],getPendingDeploymentsForRun:["GET /repos/{owner}/{repo}/actions/runs/{run_id}/pending_deployments"],getRepoPermissions:["GET /repos/{owner}/{repo}/actions/permissions",{},{renamed:["actions","getGithubActionsPermissionsRepository"]}],getRepoPublicKey:["GET /repos/{owner}/{repo}/actions/secrets/public-key"],getRepoSecret:["GET /repos/{owner}/{repo}/actions/secrets/{secret_name}"],getReviewsForRun:["GET /repos/{owner}/{repo}/actions/runs/{run_id}/approvals"],getSelfHostedRunnerForOrg:["GET /orgs/{org}/actions/runners/{runner_id}"],getSelfHostedRunnerForRepo:["GET /repos/{owner}/{repo}/actions/runners/{runner_id}"],getWorkflow:["GET /repos/{owner}/{repo}/actions/workflows/{workflow_id}"],getWorkflowAccessToRepository:["GET /repos/{owner}/{repo}/actions/permissions/access"],getWorkflowRun:["GET /repos/{owner}/{repo}/actions/runs/{run_id}"],getWorkflowRunAttempt:["GET /repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt_number}"],getWorkflowRunUsage:["GET /repos/{owner}/{repo}/actions/runs/{run_id}/timing"],getWorkflowUsage:["GET /repos/{owner}/{repo}/actions/workflows/{workflow_id}/timing"],listArtifactsForRepo:["GET /repos/{owner}/{repo}/actions/artifacts"],listEnvironmentSecrets:["GET /repositories/{repository_id}/environments/{environment_name}/secrets"],listJobsForWorkflowRun:["GET /repos/{owner}/{repo}/actions/runs/{run_id}/jobs"],listJobsForWorkflowRunAttempt:["GET /repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt_number}/jobs"],listLabelsForSelfHostedRunnerForOrg:["GET /orgs/{org}/actions/runners/{runner_id}/labels"],listLabelsForSelfHostedRunnerForRepo:["GET /repos/{owner}/{repo}/actions/runners/{runner_id}/labels"],listOrgSecrets:["GET /orgs/{org}/actions/secrets"],listRepoSecrets:["GET /repos/{owner}/{repo}/actions/secrets"],listRepoWorkflows:["GET /repos/{owner}/{repo}/actions/workflows"],listRunnerApplicationsForOrg:["GET /orgs/{org}/actions/runners/downloads"],listRunnerApplicationsForRepo:["GET /repos/{owner}/{repo}/actions/runners/downloads"],listSelectedReposForOrgSecret:["GET /orgs/{org}/actions/secrets/{secret_name}/repositories"],listSelectedRepositoriesEnabledGithubActionsOrganization:["GET /orgs/{org}/actions/permissions/repositories"],listSelfHostedRunnersForOrg:["GET /orgs/{org}/actions/runners"],listSelfHostedRunnersForRepo:["GET /repos/{owner}/{repo}/actions/runners"],listWorkflowRunArtifacts:["GET /repos/{owner}/{repo}/actions/runs/{run_id}/artifacts"],listWorkflowRuns:["GET /repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs"],listWorkflowRunsForRepo:["GET /repos/{owner}/{repo}/actions/runs"],reRunJobForWorkflowRun:["POST /repos/{owner}/{repo}/actions/jobs/{job_id}/rerun"],reRunWorkflow:["POST /repos/{owner}/{repo}/actions/runs/{run_id}/rerun"],reRunWorkflowFailedJobs:["POST /repos/{owner}/{repo}/actions/runs/{run_id}/rerun-failed-jobs"],removeAllCustomLabelsFromSelfHostedRunnerForOrg:["DELETE /orgs/{org}/actions/runners/{runner_id}/labels"],removeAllCustomLabelsFromSelfHostedRunnerForRepo:["DELETE /repos/{owner}/{repo}/actions/runners/{runner_id}/labels"],removeCustomLabelFromSelfHostedRunnerForOrg:["DELETE /orgs/{org}/actions/runners/{runner_id}/labels/{name}"],removeCustomLabelFromSelfHostedRunnerForRepo:["DELETE /repos/{owner}/{repo}/actions/runners/{runner_id}/labels/{name}"],removeSelectedRepoFromOrgSecret:["DELETE /orgs/{org}/actions/secrets/{secret_name}/repositories/{repository_id}"],reviewPendingDeploymentsForRun:["POST /repos/{owner}/{repo}/actions/runs/{run_id}/pending_deployments"],setAllowedActionsOrganization:["PUT /orgs/{org}/actions/permissions/selected-actions"],setAllowedActionsRepository:["PUT /repos/{owner}/{repo}/actions/permissions/selected-actions"],setCustomLabelsForSelfHostedRunnerForOrg:["PUT /orgs/{org}/actions/runners/{runner_id}/labels"],setCustomLabelsForSelfHostedRunnerForRepo:["PUT /repos/{owner}/{repo}/actions/runners/{runner_id}/labels"],setGithubActionsDefaultWorkflowPermissionsEnterprise:["PUT /enterprises/{enterprise}/actions/permissions/workflow"],setGithubActionsDefaultWorkflowPermissionsOrganization:["PUT /orgs/{org}/actions/permissions/workflow"],setGithubActionsDefaultWorkflowPermissionsRepository:["PUT /repos/{owner}/{repo}/actions/permissions/workflow"],setGithubActionsPermissionsOrganization:["PUT /orgs/{org}/actions/permissions"],setGithubActionsPermissionsRepository:["PUT /repos/{owner}/{repo}/actions/permissions"],setSelectedReposForOrgSecret:["PUT /orgs/{org}/actions/secrets/{secret_name}/repositories"],setSelectedRepositoriesEnabledGithubActionsOrganization:["PUT /orgs/{org}/actions/permissions/repositories"],setWorkflowAccessToRepository:["PUT /repos/{owner}/{repo}/actions/permissions/access"]},activity:{checkRepoIsStarredByAuthenticatedUser:["GET /user/starred/{owner}/{repo}"],deleteRepoSubscription:["DELETE /repos/{owner}/{repo}/subscription"],deleteThreadSubscription:["DELETE /notifications/threads/{thread_id}/subscription"],getFeeds:["GET /feeds"],getRepoSubscription:["GET /repos/{owner}/{repo}/subscription"],getThread:["GET /notifications/threads/{thread_id}"],getThreadSubscriptionForAuthenticatedUser:["GET /notifications/threads/{thread_id}/subscription"],listEventsForAuthenticatedUser:["GET /users/{username}/events"],listNotificationsForAuthenticatedUser:["GET /notifications"],listOrgEventsForAuthenticatedUser:["GET /users/{username}/events/orgs/{org}"],listPublicEvents:["GET /events"],listPublicEventsForRepoNetwork:["GET /networks/{owner}/{repo}/events"],listPublicEventsForUser:["GET /users/{username}/events/public"],listPublicOrgEvents:["GET /orgs/{org}/events"],listReceivedEventsForUser:["GET /users/{username}/received_events"],listReceivedPublicEventsForUser:["GET /users/{username}/received_events/public"],listRepoEvents:["GET /repos/{owner}/{repo}/events"],listRepoNotificationsForAuthenticatedUser:["GET /repos/{owner}/{repo}/notifications"],listReposStarredByAuthenticatedUser:["GET /user/starred"],listReposStarredByUser:["GET /users/{username}/starred"],listReposWatchedByUser:["GET /users/{username}/subscriptions"],listStargazersForRepo:["GET /repos/{owner}/{repo}/stargazers"],listWatchedReposForAuthenticatedUser:["GET /user/subscriptions"],listWatchersForRepo:["GET /repos/{owner}/{repo}/subscribers"],markNotificationsAsRead:["PUT /notifications"],markRepoNotificationsAsRead:["PUT /repos/{owner}/{repo}/notifications"],markThreadAsRead:["PATCH /notifications/threads/{thread_id}"],setRepoSubscription:["PUT /repos/{owner}/{repo}/subscription"],setThreadSubscription:["PUT /notifications/threads/{thread_id}/subscription"],starRepoForAuthenticatedUser:["PUT /user/starred/{owner}/{repo}"],unstarRepoForAuthenticatedUser:["DELETE /user/starred/{owner}/{repo}"]},apps:{addRepoToInstallation:["PUT /user/installations/{installation_id}/repositories/{repository_id}",{},{renamed:["apps","addRepoToInstallationForAuthenticatedUser"]}],addRepoToInstallationForAuthenticatedUser:["PUT /user/installations/{installation_id}/repositories/{repository_id}"],checkToken:["POST /applications/{client_id}/token"],createFromManifest:["POST /app-manifests/{code}/conversions"],createInstallationAccessToken:["POST /app/installations/{installation_id}/access_tokens"],deleteAuthorization:["DELETE /applications/{client_id}/grant"],deleteInstallation:["DELETE /app/installations/{installation_id}"],deleteToken:["DELETE /applications/{client_id}/token"],getAuthenticated:["GET /app"],getBySlug:["GET /apps/{app_slug}"],getInstallation:["GET /app/installations/{installation_id}"],getOrgInstallation:["GET /orgs/{org}/installation"],getRepoInstallation:["GET /repos/{owner}/{repo}/installation"],getSubscriptionPlanForAccount:["GET /marketplace_listing/accounts/{account_id}"],getSubscriptionPlanForAccountStubbed:["GET /marketplace_listing/stubbed/accounts/{account_id}"],getUserInstallation:["GET /users/{username}/installation"],getWebhookConfigForApp:["GET /app/hook/config"],getWebhookDelivery:["GET /app/hook/deliveries/{delivery_id}"],listAccountsForPlan:["GET /marketplace_listing/plans/{plan_id}/accounts"],listAccountsForPlanStubbed:["GET /marketplace_listing/stubbed/plans/{plan_id}/accounts"],listInstallationReposForAuthenticatedUser:["GET /user/installations/{installation_id}/repositories"],listInstallations:["GET /app/installations"],listInstallationsForAuthenticatedUser:["GET /user/installations"],listPlans:["GET /marketplace_listing/plans"],listPlansStubbed:["GET /marketplace_listing/stubbed/plans"],listReposAccessibleToInstallation:["GET /installation/repositories"],listSubscriptionsForAuthenticatedUser:["GET /user/marketplace_purchases"],listSubscriptionsForAuthenticatedUserStubbed:["GET /user/marketplace_purchases/stubbed"],listWebhookDeliveries:["GET /app/hook/deliveries"],redeliverWebhookDelivery:["POST /app/hook/deliveries/{delivery_id}/attempts"],removeRepoFromInstallation:["DELETE /user/installations/{installation_id}/repositories/{repository_id}",{},{renamed:["apps","removeRepoFromInstallationForAuthenticatedUser"]}],removeRepoFromInstallationForAuthenticatedUser:["DELETE /user/installations/{installation_id}/repositories/{repository_id}"],resetToken:["PATCH /applications/{client_id}/token"],revokeInstallationAccessToken:["DELETE /installation/token"],scopeToken:["POST /applications/{client_id}/token/scoped"],suspendInstallation:["PUT /app/installations/{installation_id}/suspended"],unsuspendInstallation:["DELETE /app/installations/{installation_id}/suspended"],updateWebhookConfigForApp:["PATCH /app/hook/config"]},billing:{getGithubActionsBillingOrg:["GET /orgs/{org}/settings/billing/actions"],getGithubActionsBillingUser:["GET /users/{username}/settings/billing/actions"],getGithubAdvancedSecurityBillingGhe:["GET /enterprises/{enterprise}/settings/billing/advanced-security"],getGithubAdvancedSecurityBillingOrg:["GET /orgs/{org}/settings/billing/advanced-security"],getGithubPackagesBillingOrg:["GET /orgs/{org}/settings/billing/packages"],getGithubPackagesBillingUser:["GET /users/{username}/settings/billing/packages"],getSharedStorageBillingOrg:["GET /orgs/{org}/settings/billing/shared-storage"],getSharedStorageBillingUser:["GET /users/{username}/settings/billing/shared-storage"]},checks:{create:["POST /repos/{owner}/{repo}/check-runs"],createSuite:["POST /repos/{owner}/{repo}/check-suites"],get:["GET /repos/{owner}/{repo}/check-runs/{check_run_id}"],getSuite:["GET /repos/{owner}/{repo}/check-suites/{check_suite_id}"],listAnnotations:["GET /repos/{owner}/{repo}/check-runs/{check_run_id}/annotations"],listForRef:["GET /repos/{owner}/{repo}/commits/{ref}/check-runs"],listForSuite:["GET /repos/{owner}/{repo}/check-suites/{check_suite_id}/check-runs"],listSuitesForRef:["GET /repos/{owner}/{repo}/commits/{ref}/check-suites"],rerequestRun:["POST /repos/{owner}/{repo}/check-runs/{check_run_id}/rerequest"],rerequestSuite:["POST /repos/{owner}/{repo}/check-suites/{check_suite_id}/rerequest"],setSuitesPreferences:["PATCH /repos/{owner}/{repo}/check-suites/preferences"],update:["PATCH /repos/{owner}/{repo}/check-runs/{check_run_id}"]},codeScanning:{deleteAnalysis:["DELETE /repos/{owner}/{repo}/code-scanning/analyses/{analysis_id}{?confirm_delete}"],getAlert:["GET /repos/{owner}/{repo}/code-scanning/alerts/{alert_number}",{},{renamedParameters:{alert_id:"alert_number"}}],getAnalysis:["GET /repos/{owner}/{repo}/code-scanning/analyses/{analysis_id}"],getSarif:["GET /repos/{owner}/{repo}/code-scanning/sarifs/{sarif_id}"],listAlertInstances:["GET /repos/{owner}/{repo}/code-scanning/alerts/{alert_number}/instances"],listAlertsForOrg:["GET /orgs/{org}/code-scanning/alerts"],listAlertsForRepo:["GET /repos/{owner}/{repo}/code-scanning/alerts"],listAlertsInstances:["GET /repos/{owner}/{repo}/code-scanning/alerts/{alert_number}/instances",{},{renamed:["codeScanning","listAlertInstances"]}],listRecentAnalyses:["GET /repos/{owner}/{repo}/code-scanning/analyses"],updateAlert:["PATCH /repos/{owner}/{repo}/code-scanning/alerts/{alert_number}"],uploadSarif:["POST /repos/{owner}/{repo}/code-scanning/sarifs"]},codesOfConduct:{getAllCodesOfConduct:["GET /codes_of_conduct"],getConductCode:["GET /codes_of_conduct/{key}"]},codespaces:{addRepositoryForSecretForAuthenticatedUser:["PUT /user/codespaces/secrets/{secret_name}/repositories/{repository_id}"],codespaceMachinesForAuthenticatedUser:["GET /user/codespaces/{codespace_name}/machines"],createForAuthenticatedUser:["POST /user/codespaces"],createOrUpdateRepoSecret:["PUT /repos/{owner}/{repo}/codespaces/secrets/{secret_name}"],createOrUpdateSecretForAuthenticatedUser:["PUT /user/codespaces/secrets/{secret_name}"],createWithPrForAuthenticatedUser:["POST /repos/{owner}/{repo}/pulls/{pull_number}/codespaces"],createWithRepoForAuthenticatedUser:["POST /repos/{owner}/{repo}/codespaces"],deleteForAuthenticatedUser:["DELETE /user/codespaces/{codespace_name}"],deleteFromOrganization:["DELETE /orgs/{org}/members/{username}/codespaces/{codespace_name}"],deleteRepoSecret:["DELETE /repos/{owner}/{repo}/codespaces/secrets/{secret_name}"],deleteSecretForAuthenticatedUser:["DELETE /user/codespaces/secrets/{secret_name}"],exportForAuthenticatedUser:["POST /user/codespaces/{codespace_name}/exports"],getExportDetailsForAuthenticatedUser:["GET /user/codespaces/{codespace_name}/exports/{export_id}"],getForAuthenticatedUser:["GET /user/codespaces/{codespace_name}"],getPublicKeyForAuthenticatedUser:["GET /user/codespaces/secrets/public-key"],getRepoPublicKey:["GET /repos/{owner}/{repo}/codespaces/secrets/public-key"],getRepoSecret:["GET /repos/{owner}/{repo}/codespaces/secrets/{secret_name}"],getSecretForAuthenticatedUser:["GET /user/codespaces/secrets/{secret_name}"],listDevcontainersInRepositoryForAuthenticatedUser:["GET /repos/{owner}/{repo}/codespaces/devcontainers"],listForAuthenticatedUser:["GET /user/codespaces"],listInOrganization:["GET /orgs/{org}/codespaces",{},{renamedParameters:{org_id:"org"}}],listInRepositoryForAuthenticatedUser:["GET /repos/{owner}/{repo}/codespaces"],listRepoSecrets:["GET /repos/{owner}/{repo}/codespaces/secrets"],listRepositoriesForSecretForAuthenticatedUser:["GET /user/codespaces/secrets/{secret_name}/repositories"],listSecretsForAuthenticatedUser:["GET /user/codespaces/secrets"],removeRepositoryForSecretForAuthenticatedUser:["DELETE /user/codespaces/secrets/{secret_name}/repositories/{repository_id}"],repoMachinesForAuthenticatedUser:["GET /repos/{owner}/{repo}/codespaces/machines"],setRepositoriesForSecretForAuthenticatedUser:["PUT /user/codespaces/secrets/{secret_name}/repositories"],startForAuthenticatedUser:["POST /user/codespaces/{codespace_name}/start"],stopForAuthenticatedUser:["POST /user/codespaces/{codespace_name}/stop"],stopInOrganization:["POST /orgs/{org}/members/{username}/codespaces/{codespace_name}/stop"],updateForAuthenticatedUser:["PATCH /user/codespaces/{codespace_name}"]},dependabot:{addSelectedRepoToOrgSecret:["PUT /orgs/{org}/dependabot/secrets/{secret_name}/repositories/{repository_id}"],createOrUpdateOrgSecret:["PUT /orgs/{org}/dependabot/secrets/{secret_name}"],createOrUpdateRepoSecret:["PUT /repos/{owner}/{repo}/dependabot/secrets/{secret_name}"],deleteOrgSecret:["DELETE /orgs/{org}/dependabot/secrets/{secret_name}"],deleteRepoSecret:["DELETE /repos/{owner}/{repo}/dependabot/secrets/{secret_name}"],getOrgPublicKey:["GET /orgs/{org}/dependabot/secrets/public-key"],getOrgSecret:["GET /orgs/{org}/dependabot/secrets/{secret_name}"],getRepoPublicKey:["GET /repos/{owner}/{repo}/dependabot/secrets/public-key"],getRepoSecret:["GET /repos/{owner}/{repo}/dependabot/secrets/{secret_name}"],listOrgSecrets:["GET /orgs/{org}/dependabot/secrets"],listRepoSecrets:["GET /repos/{owner}/{repo}/dependabot/secrets"],listSelectedReposForOrgSecret:["GET /orgs/{org}/dependabot/secrets/{secret_name}/repositories"],removeSelectedRepoFromOrgSecret:["DELETE /orgs/{org}/dependabot/secrets/{secret_name}/repositories/{repository_id}"],setSelectedReposForOrgSecret:["PUT /orgs/{org}/dependabot/secrets/{secret_name}/repositories"]},dependencyGraph:{createRepositorySnapshot:["POST /repos/{owner}/{repo}/dependency-graph/snapshots"],diffRange:["GET /repos/{owner}/{repo}/dependency-graph/compare/{basehead}"]},emojis:{get:["GET /emojis"]},enterpriseAdmin:{addCustomLabelsToSelfHostedRunnerForEnterprise:["POST /enterprises/{enterprise}/actions/runners/{runner_id}/labels"],disableSelectedOrganizationGithubActionsEnterprise:["DELETE /enterprises/{enterprise}/actions/permissions/organizations/{org_id}"],enableSelectedOrganizationGithubActionsEnterprise:["PUT /enterprises/{enterprise}/actions/permissions/organizations/{org_id}"],getAllowedActionsEnterprise:["GET /enterprises/{enterprise}/actions/permissions/selected-actions"],getGithubActionsPermissionsEnterprise:["GET /enterprises/{enterprise}/actions/permissions"],getServerStatistics:["GET /enterprise-installation/{enterprise_or_org}/server-statistics"],listLabelsForSelfHostedRunnerForEnterprise:["GET /enterprises/{enterprise}/actions/runners/{runner_id}/labels"],listSelectedOrganizationsEnabledGithubActionsEnterprise:["GET /enterprises/{enterprise}/actions/permissions/organizations"],removeAllCustomLabelsFromSelfHostedRunnerForEnterprise:["DELETE /enterprises/{enterprise}/actions/runners/{runner_id}/labels"],removeCustomLabelFromSelfHostedRunnerForEnterprise:["DELETE /enterprises/{enterprise}/actions/runners/{runner_id}/labels/{name}"],setAllowedActionsEnterprise:["PUT /enterprises/{enterprise}/actions/permissions/selected-actions"],setCustomLabelsForSelfHostedRunnerForEnterprise:["PUT /enterprises/{enterprise}/actions/runners/{runner_id}/labels"],setGithubActionsPermissionsEnterprise:["PUT /enterprises/{enterprise}/actions/permissions"],setSelectedOrganizationsEnabledGithubActionsEnterprise:["PUT /enterprises/{enterprise}/actions/permissions/organizations"]},gists:{checkIsStarred:["GET /gists/{gist_id}/star"],create:["POST /gists"],createComment:["POST /gists/{gist_id}/comments"],delete:["DELETE /gists/{gist_id}"],deleteComment:["DELETE /gists/{gist_id}/comments/{comment_id}"],fork:["POST /gists/{gist_id}/forks"],get:["GET /gists/{gist_id}"],getComment:["GET /gists/{gist_id}/comments/{comment_id}"],getRevision:["GET /gists/{gist_id}/{sha}"],list:["GET /gists"],listComments:["GET /gists/{gist_id}/comments"],listCommits:["GET /gists/{gist_id}/commits"],listForUser:["GET /users/{username}/gists"],listForks:["GET /gists/{gist_id}/forks"],listPublic:["GET /gists/public"],listStarred:["GET /gists/starred"],star:["PUT /gists/{gist_id}/star"],unstar:["DELETE /gists/{gist_id}/star"],update:["PATCH /gists/{gist_id}"],updateComment:["PATCH /gists/{gist_id}/comments/{comment_id}"]},git:{createBlob:["POST /repos/{owner}/{repo}/git/blobs"],createCommit:["POST /repos/{owner}/{repo}/git/commits"],createRef:["POST /repos/{owner}/{repo}/git/refs"],createTag:["POST /repos/{owner}/{repo}/git/tags"],createTree:["POST /repos/{owner}/{repo}/git/trees"],deleteRef:["DELETE /repos/{owner}/{repo}/git/refs/{ref}"],getBlob:["GET /repos/{owner}/{repo}/git/blobs/{file_sha}"],getCommit:["GET /repos/{owner}/{repo}/git/commits/{commit_sha}"],getRef:["GET /repos/{owner}/{repo}/git/ref/{ref}"],getTag:["GET /repos/{owner}/{repo}/git/tags/{tag_sha}"],getTree:["GET /repos/{owner}/{repo}/git/trees/{tree_sha}"],listMatchingRefs:["GET /repos/{owner}/{repo}/git/matching-refs/{ref}"],updateRef:["PATCH /repos/{owner}/{repo}/git/refs/{ref}"]},gitignore:{getAllTemplates:["GET /gitignore/templates"],getTemplate:["GET /gitignore/templates/{name}"]},interactions:{getRestrictionsForAuthenticatedUser:["GET /user/interaction-limits"],getRestrictionsForOrg:["GET /orgs/{org}/interaction-limits"],getRestrictionsForRepo:["GET /repos/{owner}/{repo}/interaction-limits"],getRestrictionsForYourPublicRepos:["GET /user/interaction-limits",{},{renamed:["interactions","getRestrictionsForAuthenticatedUser"]}],removeRestrictionsForAuthenticatedUser:["DELETE /user/interaction-limits"],removeRestrictionsForOrg:["DELETE /orgs/{org}/interaction-limits"],removeRestrictionsForRepo:["DELETE /repos/{owner}/{repo}/interaction-limits"],removeRestrictionsForYourPublicRepos:["DELETE /user/interaction-limits",{},{renamed:["interactions","removeRestrictionsForAuthenticatedUser"]}],setRestrictionsForAuthenticatedUser:["PUT /user/interaction-limits"],setRestrictionsForOrg:["PUT /orgs/{org}/interaction-limits"],setRestrictionsForRepo:["PUT /repos/{owner}/{repo}/interaction-limits"],setRestrictionsForYourPublicRepos:["PUT /user/interaction-limits",{},{renamed:["interactions","setRestrictionsForAuthenticatedUser"]}]},issues:{addAssignees:["POST /repos/{owner}/{repo}/issues/{issue_number}/assignees"],addLabels:["POST /repos/{owner}/{repo}/issues/{issue_number}/labels"],checkUserCanBeAssigned:["GET /repos/{owner}/{repo}/assignees/{assignee}"],create:["POST /repos/{owner}/{repo}/issues"],createComment:["POST /repos/{owner}/{repo}/issues/{issue_number}/comments"],createLabel:["POST /repos/{owner}/{repo}/labels"],createMilestone:["POST /repos/{owner}/{repo}/milestones"],deleteComment:["DELETE /repos/{owner}/{repo}/issues/comments/{comment_id}"],deleteLabel:["DELETE /repos/{owner}/{repo}/labels/{name}"],deleteMilestone:["DELETE /repos/{owner}/{repo}/milestones/{milestone_number}"],get:["GET /repos/{owner}/{repo}/issues/{issue_number}"],getComment:["GET /repos/{owner}/{repo}/issues/comments/{comment_id}"],getEvent:["GET /repos/{owner}/{repo}/issues/events/{event_id}"],getLabel:["GET /repos/{owner}/{repo}/labels/{name}"],getMilestone:["GET /repos/{owner}/{repo}/milestones/{milestone_number}"],list:["GET /issues"],listAssignees:["GET /repos/{owner}/{repo}/assignees"],listComments:["GET /repos/{owner}/{repo}/issues/{issue_number}/comments"],listCommentsForRepo:["GET /repos/{owner}/{repo}/issues/comments"],listEvents:["GET /repos/{owner}/{repo}/issues/{issue_number}/events"],listEventsForRepo:["GET /repos/{owner}/{repo}/issues/events"],listEventsForTimeline:["GET /repos/{owner}/{repo}/issues/{issue_number}/timeline"],listForAuthenticatedUser:["GET /user/issues"],listForOrg:["GET /orgs/{org}/issues"],listForRepo:["GET /repos/{owner}/{repo}/issues"],listLabelsForMilestone:["GET /repos/{owner}/{repo}/milestones/{milestone_number}/labels"],listLabelsForRepo:["GET /repos/{owner}/{repo}/labels"],listLabelsOnIssue:["GET /repos/{owner}/{repo}/issues/{issue_number}/labels"],listMilestones:["GET /repos/{owner}/{repo}/milestones"],lock:["PUT /repos/{owner}/{repo}/issues/{issue_number}/lock"],removeAllLabels:["DELETE /repos/{owner}/{repo}/issues/{issue_number}/labels"],removeAssignees:["DELETE /repos/{owner}/{repo}/issues/{issue_number}/assignees"],removeLabel:["DELETE /repos/{owner}/{repo}/issues/{issue_number}/labels/{name}"],setLabels:["PUT /repos/{owner}/{repo}/issues/{issue_number}/labels"],unlock:["DELETE /repos/{owner}/{repo}/issues/{issue_number}/lock"],update:["PATCH /repos/{owner}/{repo}/issues/{issue_number}"],updateComment:["PATCH /repos/{owner}/{repo}/issues/comments/{comment_id}"],updateLabel:["PATCH /repos/{owner}/{repo}/labels/{name}"],updateMilestone:["PATCH /repos/{owner}/{repo}/milestones/{milestone_number}"]},licenses:{get:["GET /licenses/{license}"],getAllCommonlyUsed:["GET /licenses"],getForRepo:["GET /repos/{owner}/{repo}/license"]},markdown:{render:["POST /markdown"],renderRaw:["POST /markdown/raw",{headers:{"content-type":"text/plain; charset=utf-8"}}]},meta:{get:["GET /meta"],getOctocat:["GET /octocat"],getZen:["GET /zen"],root:["GET /"]},migrations:{cancelImport:["DELETE /repos/{owner}/{repo}/import"],deleteArchiveForAuthenticatedUser:["DELETE /user/migrations/{migration_id}/archive"],deleteArchiveForOrg:["DELETE /orgs/{org}/migrations/{migration_id}/archive"],downloadArchiveForOrg:["GET /orgs/{org}/migrations/{migration_id}/archive"],getArchiveForAuthenticatedUser:["GET /user/migrations/{migration_id}/archive"],getCommitAuthors:["GET /repos/{owner}/{repo}/import/authors"],getImportStatus:["GET /repos/{owner}/{repo}/import"],getLargeFiles:["GET /repos/{owner}/{repo}/import/large_files"],getStatusForAuthenticatedUser:["GET /user/migrations/{migration_id}"],getStatusForOrg:["GET /orgs/{org}/migrations/{migration_id}"],listForAuthenticatedUser:["GET /user/migrations"],listForOrg:["GET /orgs/{org}/migrations"],listReposForAuthenticatedUser:["GET /user/migrations/{migration_id}/repositories"],listReposForOrg:["GET /orgs/{org}/migrations/{migration_id}/repositories"],listReposForUser:["GET /user/migrations/{migration_id}/repositories",{},{renamed:["migrations","listReposForAuthenticatedUser"]}],mapCommitAuthor:["PATCH /repos/{owner}/{repo}/import/authors/{author_id}"],setLfsPreference:["PATCH /repos/{owner}/{repo}/import/lfs"],startForAuthenticatedUser:["POST /user/migrations"],startForOrg:["POST /orgs/{org}/migrations"],startImport:["PUT /repos/{owner}/{repo}/import"],unlockRepoForAuthenticatedUser:["DELETE /user/migrations/{migration_id}/repos/{repo_name}/lock"],unlockRepoForOrg:["DELETE /orgs/{org}/migrations/{migration_id}/repos/{repo_name}/lock"],updateImport:["PATCH /repos/{owner}/{repo}/import"]},orgs:{blockUser:["PUT /orgs/{org}/blocks/{username}"],cancelInvitation:["DELETE /orgs/{org}/invitations/{invitation_id}"],checkBlockedUser:["GET /orgs/{org}/blocks/{username}"],checkMembershipForUser:["GET /orgs/{org}/members/{username}"],checkPublicMembershipForUser:["GET /orgs/{org}/public_members/{username}"],convertMemberToOutsideCollaborator:["PUT /orgs/{org}/outside_collaborators/{username}"],createInvitation:["POST /orgs/{org}/invitations"],createWebhook:["POST /orgs/{org}/hooks"],deleteWebhook:["DELETE /orgs/{org}/hooks/{hook_id}"],get:["GET /orgs/{org}"],getMembershipForAuthenticatedUser:["GET /user/memberships/orgs/{org}"],getMembershipForUser:["GET /orgs/{org}/memberships/{username}"],getWebhook:["GET /orgs/{org}/hooks/{hook_id}"],getWebhookConfigForOrg:["GET /orgs/{org}/hooks/{hook_id}/config"],getWebhookDelivery:["GET /orgs/{org}/hooks/{hook_id}/deliveries/{delivery_id}"],list:["GET /organizations"],listAppInstallations:["GET /orgs/{org}/installations"],listBlockedUsers:["GET /orgs/{org}/blocks"],listCustomRoles:["GET /organizations/{organization_id}/custom_roles"],listFailedInvitations:["GET /orgs/{org}/failed_invitations"],listForAuthenticatedUser:["GET /user/orgs"],listForUser:["GET /users/{username}/orgs"],listInvitationTeams:["GET /orgs/{org}/invitations/{invitation_id}/teams"],listMembers:["GET /orgs/{org}/members"],listMembershipsForAuthenticatedUser:["GET /user/memberships/orgs"],listOutsideCollaborators:["GET /orgs/{org}/outside_collaborators"],listPendingInvitations:["GET /orgs/{org}/invitations"],listPublicMembers:["GET /orgs/{org}/public_members"],listWebhookDeliveries:["GET /orgs/{org}/hooks/{hook_id}/deliveries"],listWebhooks:["GET /orgs/{org}/hooks"],pingWebhook:["POST /orgs/{org}/hooks/{hook_id}/pings"],redeliverWebhookDelivery:["POST /orgs/{org}/hooks/{hook_id}/deliveries/{delivery_id}/attempts"],removeMember:["DELETE /orgs/{org}/members/{username}"],removeMembershipForUser:["DELETE /orgs/{org}/memberships/{username}"],removeOutsideCollaborator:["DELETE /orgs/{org}/outside_collaborators/{username}"],removePublicMembershipForAuthenticatedUser:["DELETE /orgs/{org}/public_members/{username}"],setMembershipForUser:["PUT /orgs/{org}/memberships/{username}"],setPublicMembershipForAuthenticatedUser:["PUT /orgs/{org}/public_members/{username}"],unblockUser:["DELETE /orgs/{org}/blocks/{username}"],update:["PATCH /orgs/{org}"],updateMembershipForAuthenticatedUser:["PATCH /user/memberships/orgs/{org}"],updateWebhook:["PATCH /orgs/{org}/hooks/{hook_id}"],updateWebhookConfigForOrg:["PATCH /orgs/{org}/hooks/{hook_id}/config"]},packages:{deletePackageForAuthenticatedUser:["DELETE /user/packages/{package_type}/{package_name}"],deletePackageForOrg:["DELETE /orgs/{org}/packages/{package_type}/{package_name}"],deletePackageForUser:["DELETE /users/{username}/packages/{package_type}/{package_name}"],deletePackageVersionForAuthenticatedUser:["DELETE /user/packages/{package_type}/{package_name}/versions/{package_version_id}"],deletePackageVersionForOrg:["DELETE /orgs/{org}/packages/{package_type}/{package_name}/versions/{package_version_id}"],deletePackageVersionForUser:["DELETE /users/{username}/packages/{package_type}/{package_name}/versions/{package_version_id}"],getAllPackageVersionsForAPackageOwnedByAnOrg:["GET /orgs/{org}/packages/{package_type}/{package_name}/versions",{},{renamed:["packages","getAllPackageVersionsForPackageOwnedByOrg"]}],getAllPackageVersionsForAPackageOwnedByTheAuthenticatedUser:["GET /user/packages/{package_type}/{package_name}/versions",{},{renamed:["packages","getAllPackageVersionsForPackageOwnedByAuthenticatedUser"]}],getAllPackageVersionsForPackageOwnedByAuthenticatedUser:["GET /user/packages/{package_type}/{package_name}/versions"],getAllPackageVersionsForPackageOwnedByOrg:["GET /orgs/{org}/packages/{package_type}/{package_name}/versions"],getAllPackageVersionsForPackageOwnedByUser:["GET /users/{username}/packages/{package_type}/{package_name}/versions"],getPackageForAuthenticatedUser:["GET /user/packages/{package_type}/{package_name}"],getPackageForOrganization:["GET /orgs/{org}/packages/{package_type}/{package_name}"],getPackageForUser:["GET /users/{username}/packages/{package_type}/{package_name}"],getPackageVersionForAuthenticatedUser:["GET /user/packages/{package_type}/{package_name}/versions/{package_version_id}"],getPackageVersionForOrganization:["GET /orgs/{org}/packages/{package_type}/{package_name}/versions/{package_version_id}"],getPackageVersionForUser:["GET /users/{username}/packages/{package_type}/{package_name}/versions/{package_version_id}"],listPackagesForAuthenticatedUser:["GET /user/packages"],listPackagesForOrganization:["GET /orgs/{org}/packages"],listPackagesForUser:["GET /users/{username}/packages"],restorePackageForAuthenticatedUser:["POST /user/packages/{package_type}/{package_name}/restore{?token}"],restorePackageForOrg:["POST /orgs/{org}/packages/{package_type}/{package_name}/restore{?token}"],restorePackageForUser:["POST /users/{username}/packages/{package_type}/{package_name}/restore{?token}"],restorePackageVersionForAuthenticatedUser:["POST /user/packages/{package_type}/{package_name}/versions/{package_version_id}/restore"],restorePackageVersionForOrg:["POST /orgs/{org}/packages/{package_type}/{package_name}/versions/{package_version_id}/restore"],restorePackageVersionForUser:["POST /users/{username}/packages/{package_type}/{package_name}/versions/{package_version_id}/restore"]},projects:{addCollaborator:["PUT /projects/{project_id}/collaborators/{username}"],createCard:["POST /projects/columns/{column_id}/cards"],createColumn:["POST /projects/{project_id}/columns"],createForAuthenticatedUser:["POST /user/projects"],createForOrg:["POST /orgs/{org}/projects"],createForRepo:["POST /repos/{owner}/{repo}/projects"],delete:["DELETE /projects/{project_id}"],deleteCard:["DELETE /projects/columns/cards/{card_id}"],deleteColumn:["DELETE /projects/columns/{column_id}"],get:["GET /projects/{project_id}"],getCard:["GET /projects/columns/cards/{card_id}"],getColumn:["GET /projects/columns/{column_id}"],getPermissionForUser:["GET /projects/{project_id}/collaborators/{username}/permission"],listCards:["GET /projects/columns/{column_id}/cards"],listCollaborators:["GET /projects/{project_id}/collaborators"],listColumns:["GET /projects/{project_id}/columns"],listForOrg:["GET /orgs/{org}/projects"],listForRepo:["GET /repos/{owner}/{repo}/projects"],listForUser:["GET /users/{username}/projects"],moveCard:["POST /projects/columns/cards/{card_id}/moves"],moveColumn:["POST /projects/columns/{column_id}/moves"],removeCollaborator:["DELETE /projects/{project_id}/collaborators/{username}"],update:["PATCH /projects/{project_id}"],updateCard:["PATCH /projects/columns/cards/{card_id}"],updateColumn:["PATCH /projects/columns/{column_id}"]},pulls:{checkIfMerged:["GET /repos/{owner}/{repo}/pulls/{pull_number}/merge"],create:["POST /repos/{owner}/{repo}/pulls"],createReplyForReviewComment:["POST /repos/{owner}/{repo}/pulls/{pull_number}/comments/{comment_id}/replies"],createReview:["POST /repos/{owner}/{repo}/pulls/{pull_number}/reviews"],createReviewComment:["POST /repos/{owner}/{repo}/pulls/{pull_number}/comments"],deletePendingReview:["DELETE /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}"],deleteReviewComment:["DELETE /repos/{owner}/{repo}/pulls/comments/{comment_id}"],dismissReview:["PUT /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/dismissals"],get:["GET /repos/{owner}/{repo}/pulls/{pull_number}"],getReview:["GET /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}"],getReviewComment:["GET /repos/{owner}/{repo}/pulls/comments/{comment_id}"],list:["GET /repos/{owner}/{repo}/pulls"],listCommentsForReview:["GET /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/comments"],listCommits:["GET /repos/{owner}/{repo}/pulls/{pull_number}/commits"],listFiles:["GET /repos/{owner}/{repo}/pulls/{pull_number}/files"],listRequestedReviewers:["GET /repos/{owner}/{repo}/pulls/{pull_number}/requested_reviewers"],listReviewComments:["GET /repos/{owner}/{repo}/pulls/{pull_number}/comments"],listReviewCommentsForRepo:["GET /repos/{owner}/{repo}/pulls/comments"],listReviews:["GET /repos/{owner}/{repo}/pulls/{pull_number}/reviews"],merge:["PUT /repos/{owner}/{repo}/pulls/{pull_number}/merge"],removeRequestedReviewers:["DELETE /repos/{owner}/{repo}/pulls/{pull_number}/requested_reviewers"],requestReviewers:["POST /repos/{owner}/{repo}/pulls/{pull_number}/requested_reviewers"],submitReview:["POST /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/events"],update:["PATCH /repos/{owner}/{repo}/pulls/{pull_number}"],updateBranch:["PUT /repos/{owner}/{repo}/pulls/{pull_number}/update-branch"],updateReview:["PUT /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}"],updateReviewComment:["PATCH /repos/{owner}/{repo}/pulls/comments/{comment_id}"]},rateLimit:{get:["GET /rate_limit"]},reactions:{createForCommitComment:["POST /repos/{owner}/{repo}/comments/{comment_id}/reactions"],createForIssue:["POST /repos/{owner}/{repo}/issues/{issue_number}/reactions"],createForIssueComment:["POST /repos/{owner}/{repo}/issues/comments/{comment_id}/reactions"],createForPullRequestReviewComment:["POST /repos/{owner}/{repo}/pulls/comments/{comment_id}/reactions"],createForRelease:["POST /repos/{owner}/{repo}/releases/{release_id}/reactions"],createForTeamDiscussionCommentInOrg:["POST /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}/reactions"],createForTeamDiscussionInOrg:["POST /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/reactions"],deleteForCommitComment:["DELETE /repos/{owner}/{repo}/comments/{comment_id}/reactions/{reaction_id}"],deleteForIssue:["DELETE /repos/{owner}/{repo}/issues/{issue_number}/reactions/{reaction_id}"],deleteForIssueComment:["DELETE /repos/{owner}/{repo}/issues/comments/{comment_id}/reactions/{reaction_id}"],deleteForPullRequestComment:["DELETE /repos/{owner}/{repo}/pulls/comments/{comment_id}/reactions/{reaction_id}"],deleteForRelease:["DELETE /repos/{owner}/{repo}/releases/{release_id}/reactions/{reaction_id}"],deleteForTeamDiscussion:["DELETE /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/reactions/{reaction_id}"],deleteForTeamDiscussionComment:["DELETE /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}/reactions/{reaction_id}"],listForCommitComment:["GET /repos/{owner}/{repo}/comments/{comment_id}/reactions"],listForIssue:["GET /repos/{owner}/{repo}/issues/{issue_number}/reactions"],listForIssueComment:["GET /repos/{owner}/{repo}/issues/comments/{comment_id}/reactions"],listForPullRequestReviewComment:["GET /repos/{owner}/{repo}/pulls/comments/{comment_id}/reactions"],listForRelease:["GET /repos/{owner}/{repo}/releases/{release_id}/reactions"],listForTeamDiscussionCommentInOrg:["GET /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}/reactions"],listForTeamDiscussionInOrg:["GET /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/reactions"]},repos:{acceptInvitation:["PATCH /user/repository_invitations/{invitation_id}",{},{renamed:["repos","acceptInvitationForAuthenticatedUser"]}],acceptInvitationForAuthenticatedUser:["PATCH /user/repository_invitations/{invitation_id}"],addAppAccessRestrictions:["POST /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps",{},{mapToData:"apps"}],addCollaborator:["PUT /repos/{owner}/{repo}/collaborators/{username}"],addStatusCheckContexts:["POST /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks/contexts",{},{mapToData:"contexts"}],addTeamAccessRestrictions:["POST /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams",{},{mapToData:"teams"}],addUserAccessRestrictions:["POST /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users",{},{mapToData:"users"}],checkCollaborator:["GET /repos/{owner}/{repo}/collaborators/{username}"],checkVulnerabilityAlerts:["GET /repos/{owner}/{repo}/vulnerability-alerts"],codeownersErrors:["GET /repos/{owner}/{repo}/codeowners/errors"],compareCommits:["GET /repos/{owner}/{repo}/compare/{base}...{head}"],compareCommitsWithBasehead:["GET /repos/{owner}/{repo}/compare/{basehead}"],createAutolink:["POST /repos/{owner}/{repo}/autolinks"],createCommitComment:["POST /repos/{owner}/{repo}/commits/{commit_sha}/comments"],createCommitSignatureProtection:["POST /repos/{owner}/{repo}/branches/{branch}/protection/required_signatures"],createCommitStatus:["POST /repos/{owner}/{repo}/statuses/{sha}"],createDeployKey:["POST /repos/{owner}/{repo}/keys"],createDeployment:["POST /repos/{owner}/{repo}/deployments"],createDeploymentStatus:["POST /repos/{owner}/{repo}/deployments/{deployment_id}/statuses"],createDispatchEvent:["POST /repos/{owner}/{repo}/dispatches"],createForAuthenticatedUser:["POST /user/repos"],createFork:["POST /repos/{owner}/{repo}/forks"],createInOrg:["POST /orgs/{org}/repos"],createOrUpdateEnvironment:["PUT /repos/{owner}/{repo}/environments/{environment_name}"],createOrUpdateFileContents:["PUT /repos/{owner}/{repo}/contents/{path}"],createPagesSite:["POST /repos/{owner}/{repo}/pages"],createRelease:["POST /repos/{owner}/{repo}/releases"],createTagProtection:["POST /repos/{owner}/{repo}/tags/protection"],createUsingTemplate:["POST /repos/{template_owner}/{template_repo}/generate"],createWebhook:["POST /repos/{owner}/{repo}/hooks"],declineInvitation:["DELETE /user/repository_invitations/{invitation_id}",{},{renamed:["repos","declineInvitationForAuthenticatedUser"]}],declineInvitationForAuthenticatedUser:["DELETE /user/repository_invitations/{invitation_id}"],delete:["DELETE /repos/{owner}/{repo}"],deleteAccessRestrictions:["DELETE /repos/{owner}/{repo}/branches/{branch}/protection/restrictions"],deleteAdminBranchProtection:["DELETE /repos/{owner}/{repo}/branches/{branch}/protection/enforce_admins"],deleteAnEnvironment:["DELETE /repos/{owner}/{repo}/environments/{environment_name}"],deleteAutolink:["DELETE /repos/{owner}/{repo}/autolinks/{autolink_id}"],deleteBranchProtection:["DELETE /repos/{owner}/{repo}/branches/{branch}/protection"],deleteCommitComment:["DELETE /repos/{owner}/{repo}/comments/{comment_id}"],deleteCommitSignatureProtection:["DELETE /repos/{owner}/{repo}/branches/{branch}/protection/required_signatures"],deleteDeployKey:["DELETE /repos/{owner}/{repo}/keys/{key_id}"],deleteDeployment:["DELETE /repos/{owner}/{repo}/deployments/{deployment_id}"],deleteFile:["DELETE /repos/{owner}/{repo}/contents/{path}"],deleteInvitation:["DELETE /repos/{owner}/{repo}/invitations/{invitation_id}"],deletePagesSite:["DELETE /repos/{owner}/{repo}/pages"],deletePullRequestReviewProtection:["DELETE /repos/{owner}/{repo}/branches/{branch}/protection/required_pull_request_reviews"],deleteRelease:["DELETE /repos/{owner}/{repo}/releases/{release_id}"],deleteReleaseAsset:["DELETE /repos/{owner}/{repo}/releases/assets/{asset_id}"],deleteTagProtection:["DELETE /repos/{owner}/{repo}/tags/protection/{tag_protection_id}"],deleteWebhook:["DELETE /repos/{owner}/{repo}/hooks/{hook_id}"],disableAutomatedSecurityFixes:["DELETE /repos/{owner}/{repo}/automated-security-fixes"],disableLfsForRepo:["DELETE /repos/{owner}/{repo}/lfs"],disableVulnerabilityAlerts:["DELETE /repos/{owner}/{repo}/vulnerability-alerts"],downloadArchive:["GET /repos/{owner}/{repo}/zipball/{ref}",{},{renamed:["repos","downloadZipballArchive"]}],downloadTarballArchive:["GET /repos/{owner}/{repo}/tarball/{ref}"],downloadZipballArchive:["GET /repos/{owner}/{repo}/zipball/{ref}"],enableAutomatedSecurityFixes:["PUT /repos/{owner}/{repo}/automated-security-fixes"],enableLfsForRepo:["PUT /repos/{owner}/{repo}/lfs"],enableVulnerabilityAlerts:["PUT /repos/{owner}/{repo}/vulnerability-alerts"],generateReleaseNotes:["POST /repos/{owner}/{repo}/releases/generate-notes"],get:["GET /repos/{owner}/{repo}"],getAccessRestrictions:["GET /repos/{owner}/{repo}/branches/{branch}/protection/restrictions"],getAdminBranchProtection:["GET /repos/{owner}/{repo}/branches/{branch}/protection/enforce_admins"],getAllEnvironments:["GET /repos/{owner}/{repo}/environments"],getAllStatusCheckContexts:["GET /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks/contexts"],getAllTopics:["GET /repos/{owner}/{repo}/topics"],getAppsWithAccessToProtectedBranch:["GET /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps"],getAutolink:["GET /repos/{owner}/{repo}/autolinks/{autolink_id}"],getBranch:["GET /repos/{owner}/{repo}/branches/{branch}"],getBranchProtection:["GET /repos/{owner}/{repo}/branches/{branch}/protection"],getClones:["GET /repos/{owner}/{repo}/traffic/clones"],getCodeFrequencyStats:["GET /repos/{owner}/{repo}/stats/code_frequency"],getCollaboratorPermissionLevel:["GET /repos/{owner}/{repo}/collaborators/{username}/permission"],getCombinedStatusForRef:["GET /repos/{owner}/{repo}/commits/{ref}/status"],getCommit:["GET /repos/{owner}/{repo}/commits/{ref}"],getCommitActivityStats:["GET /repos/{owner}/{repo}/stats/commit_activity"],getCommitComment:["GET /repos/{owner}/{repo}/comments/{comment_id}"],getCommitSignatureProtection:["GET /repos/{owner}/{repo}/branches/{branch}/protection/required_signatures"],getCommunityProfileMetrics:["GET /repos/{owner}/{repo}/community/profile"],getContent:["GET /repos/{owner}/{repo}/contents/{path}"],getContributorsStats:["GET /repos/{owner}/{repo}/stats/contributors"],getDeployKey:["GET /repos/{owner}/{repo}/keys/{key_id}"],getDeployment:["GET /repos/{owner}/{repo}/deployments/{deployment_id}"],getDeploymentStatus:["GET /repos/{owner}/{repo}/deployments/{deployment_id}/statuses/{status_id}"],getEnvironment:["GET /repos/{owner}/{repo}/environments/{environment_name}"],getLatestPagesBuild:["GET /repos/{owner}/{repo}/pages/builds/latest"],getLatestRelease:["GET /repos/{owner}/{repo}/releases/latest"],getPages:["GET /repos/{owner}/{repo}/pages"],getPagesBuild:["GET /repos/{owner}/{repo}/pages/builds/{build_id}"],getPagesHealthCheck:["GET /repos/{owner}/{repo}/pages/health"],getParticipationStats:["GET /repos/{owner}/{repo}/stats/participation"],getPullRequestReviewProtection:["GET /repos/{owner}/{repo}/branches/{branch}/protection/required_pull_request_reviews"],getPunchCardStats:["GET /repos/{owner}/{repo}/stats/punch_card"],getReadme:["GET /repos/{owner}/{repo}/readme"],getReadmeInDirectory:["GET /repos/{owner}/{repo}/readme/{dir}"],getRelease:["GET /repos/{owner}/{repo}/releases/{release_id}"],getReleaseAsset:["GET /repos/{owner}/{repo}/releases/assets/{asset_id}"],getReleaseByTag:["GET /repos/{owner}/{repo}/releases/tags/{tag}"],getStatusChecksProtection:["GET /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks"],getTeamsWithAccessToProtectedBranch:["GET /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams"],getTopPaths:["GET /repos/{owner}/{repo}/traffic/popular/paths"],getTopReferrers:["GET /repos/{owner}/{repo}/traffic/popular/referrers"],getUsersWithAccessToProtectedBranch:["GET /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users"],getViews:["GET /repos/{owner}/{repo}/traffic/views"],getWebhook:["GET /repos/{owner}/{repo}/hooks/{hook_id}"],getWebhookConfigForRepo:["GET /repos/{owner}/{repo}/hooks/{hook_id}/config"],getWebhookDelivery:["GET /repos/{owner}/{repo}/hooks/{hook_id}/deliveries/{delivery_id}"],listAutolinks:["GET /repos/{owner}/{repo}/autolinks"],listBranches:["GET /repos/{owner}/{repo}/branches"],listBranchesForHeadCommit:["GET /repos/{owner}/{repo}/commits/{commit_sha}/branches-where-head"],listCollaborators:["GET /repos/{owner}/{repo}/collaborators"],listCommentsForCommit:["GET /repos/{owner}/{repo}/commits/{commit_sha}/comments"],listCommitCommentsForRepo:["GET /repos/{owner}/{repo}/comments"],listCommitStatusesForRef:["GET /repos/{owner}/{repo}/commits/{ref}/statuses"],listCommits:["GET /repos/{owner}/{repo}/commits"],listContributors:["GET /repos/{owner}/{repo}/contributors"],listDeployKeys:["GET /repos/{owner}/{repo}/keys"],listDeploymentStatuses:["GET /repos/{owner}/{repo}/deployments/{deployment_id}/statuses"],listDeployments:["GET /repos/{owner}/{repo}/deployments"],listForAuthenticatedUser:["GET /user/repos"],listForOrg:["GET /orgs/{org}/repos"],listForUser:["GET /users/{username}/repos"],listForks:["GET /repos/{owner}/{repo}/forks"],listInvitations:["GET /repos/{owner}/{repo}/invitations"],listInvitationsForAuthenticatedUser:["GET /user/repository_invitations"],listLanguages:["GET /repos/{owner}/{repo}/languages"],listPagesBuilds:["GET /repos/{owner}/{repo}/pages/builds"],listPublic:["GET /repositories"],listPullRequestsAssociatedWithCommit:["GET /repos/{owner}/{repo}/commits/{commit_sha}/pulls"],listReleaseAssets:["GET /repos/{owner}/{repo}/releases/{release_id}/assets"],listReleases:["GET /repos/{owner}/{repo}/releases"],listTagProtection:["GET /repos/{owner}/{repo}/tags/protection"],listTags:["GET /repos/{owner}/{repo}/tags"],listTeams:["GET /repos/{owner}/{repo}/teams"],listWebhookDeliveries:["GET /repos/{owner}/{repo}/hooks/{hook_id}/deliveries"],listWebhooks:["GET /repos/{owner}/{repo}/hooks"],merge:["POST /repos/{owner}/{repo}/merges"],mergeUpstream:["POST /repos/{owner}/{repo}/merge-upstream"],pingWebhook:["POST /repos/{owner}/{repo}/hooks/{hook_id}/pings"],redeliverWebhookDelivery:["POST /repos/{owner}/{repo}/hooks/{hook_id}/deliveries/{delivery_id}/attempts"],removeAppAccessRestrictions:["DELETE /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps",{},{mapToData:"apps"}],removeCollaborator:["DELETE /repos/{owner}/{repo}/collaborators/{username}"],removeStatusCheckContexts:["DELETE /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks/contexts",{},{mapToData:"contexts"}],removeStatusCheckProtection:["DELETE /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks"],removeTeamAccessRestrictions:["DELETE /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams",{},{mapToData:"teams"}],removeUserAccessRestrictions:["DELETE /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users",{},{mapToData:"users"}],renameBranch:["POST /repos/{owner}/{repo}/branches/{branch}/rename"],replaceAllTopics:["PUT /repos/{owner}/{repo}/topics"],requestPagesBuild:["POST /repos/{owner}/{repo}/pages/builds"],setAdminBranchProtection:["POST /repos/{owner}/{repo}/branches/{branch}/protection/enforce_admins"],setAppAccessRestrictions:["PUT /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps",{},{mapToData:"apps"}],setStatusCheckContexts:["PUT /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks/contexts",{},{mapToData:"contexts"}],setTeamAccessRestrictions:["PUT /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams",{},{mapToData:"teams"}],setUserAccessRestrictions:["PUT /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users",{},{mapToData:"users"}],testPushWebhook:["POST /repos/{owner}/{repo}/hooks/{hook_id}/tests"],transfer:["POST /repos/{owner}/{repo}/transfer"],update:["PATCH /repos/{owner}/{repo}"],updateBranchProtection:["PUT /repos/{owner}/{repo}/branches/{branch}/protection"],updateCommitComment:["PATCH /repos/{owner}/{repo}/comments/{comment_id}"],updateInformationAboutPagesSite:["PUT /repos/{owner}/{repo}/pages"],updateInvitation:["PATCH /repos/{owner}/{repo}/invitations/{invitation_id}"],updatePullRequestReviewProtection:["PATCH /repos/{owner}/{repo}/branches/{branch}/protection/required_pull_request_reviews"],updateRelease:["PATCH /repos/{owner}/{repo}/releases/{release_id}"],updateReleaseAsset:["PATCH /repos/{owner}/{repo}/releases/assets/{asset_id}"],updateStatusCheckPotection:["PATCH /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks",{},{renamed:["repos","updateStatusCheckProtection"]}],updateStatusCheckProtection:["PATCH /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks"],updateWebhook:["PATCH /repos/{owner}/{repo}/hooks/{hook_id}"],updateWebhookConfigForRepo:["PATCH /repos/{owner}/{repo}/hooks/{hook_id}/config"],uploadReleaseAsset:["POST /repos/{owner}/{repo}/releases/{release_id}/assets{?name,label}",{baseUrl:"https://uploads.github.com"}]},search:{code:["GET /search/code"],commits:["GET /search/commits"],issuesAndPullRequests:["GET /search/issues"],labels:["GET /search/labels"],repos:["GET /search/repositories"],topics:["GET /search/topics"],users:["GET /search/users"]},secretScanning:{getAlert:["GET /repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}"],listAlertsForEnterprise:["GET /enterprises/{enterprise}/secret-scanning/alerts"],listAlertsForOrg:["GET /orgs/{org}/secret-scanning/alerts"],listAlertsForRepo:["GET /repos/{owner}/{repo}/secret-scanning/alerts"],listLocationsForAlert:["GET /repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}/locations"],updateAlert:["PATCH /repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}"]},teams:{addOrUpdateMembershipForUserInOrg:["PUT /orgs/{org}/teams/{team_slug}/memberships/{username}"],addOrUpdateProjectPermissionsInOrg:["PUT /orgs/{org}/teams/{team_slug}/projects/{project_id}"],addOrUpdateRepoPermissionsInOrg:["PUT /orgs/{org}/teams/{team_slug}/repos/{owner}/{repo}"],checkPermissionsForProjectInOrg:["GET /orgs/{org}/teams/{team_slug}/projects/{project_id}"],checkPermissionsForRepoInOrg:["GET /orgs/{org}/teams/{team_slug}/repos/{owner}/{repo}"],create:["POST /orgs/{org}/teams"],createDiscussionCommentInOrg:["POST /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments"],createDiscussionInOrg:["POST /orgs/{org}/teams/{team_slug}/discussions"],deleteDiscussionCommentInOrg:["DELETE /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}"],deleteDiscussionInOrg:["DELETE /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}"],deleteInOrg:["DELETE /orgs/{org}/teams/{team_slug}"],getByName:["GET /orgs/{org}/teams/{team_slug}"],getDiscussionCommentInOrg:["GET /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}"],getDiscussionInOrg:["GET /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}"],getMembershipForUserInOrg:["GET /orgs/{org}/teams/{team_slug}/memberships/{username}"],list:["GET /orgs/{org}/teams"],listChildInOrg:["GET /orgs/{org}/teams/{team_slug}/teams"],listDiscussionCommentsInOrg:["GET /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments"],listDiscussionsInOrg:["GET /orgs/{org}/teams/{team_slug}/discussions"],listForAuthenticatedUser:["GET /user/teams"],listMembersInOrg:["GET /orgs/{org}/teams/{team_slug}/members"],listPendingInvitationsInOrg:["GET /orgs/{org}/teams/{team_slug}/invitations"],listProjectsInOrg:["GET /orgs/{org}/teams/{team_slug}/projects"],listReposInOrg:["GET /orgs/{org}/teams/{team_slug}/repos"],removeMembershipForUserInOrg:["DELETE /orgs/{org}/teams/{team_slug}/memberships/{username}"],removeProjectInOrg:["DELETE /orgs/{org}/teams/{team_slug}/projects/{project_id}"],removeRepoInOrg:["DELETE /orgs/{org}/teams/{team_slug}/repos/{owner}/{repo}"],updateDiscussionCommentInOrg:["PATCH /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}"],updateDiscussionInOrg:["PATCH /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}"],updateInOrg:["PATCH /orgs/{org}/teams/{team_slug}"]},users:{addEmailForAuthenticated:["POST /user/emails",{},{renamed:["users","addEmailForAuthenticatedUser"]}],addEmailForAuthenticatedUser:["POST /user/emails"],block:["PUT /user/blocks/{username}"],checkBlocked:["GET /user/blocks/{username}"],checkFollowingForUser:["GET /users/{username}/following/{target_user}"],checkPersonIsFollowedByAuthenticated:["GET /user/following/{username}"],createGpgKeyForAuthenticated:["POST /user/gpg_keys",{},{renamed:["users","createGpgKeyForAuthenticatedUser"]}],createGpgKeyForAuthenticatedUser:["POST /user/gpg_keys"],createPublicSshKeyForAuthenticated:["POST /user/keys",{},{renamed:["users","createPublicSshKeyForAuthenticatedUser"]}],createPublicSshKeyForAuthenticatedUser:["POST /user/keys"],deleteEmailForAuthenticated:["DELETE /user/emails",{},{renamed:["users","deleteEmailForAuthenticatedUser"]}],deleteEmailForAuthenticatedUser:["DELETE /user/emails"],deleteGpgKeyForAuthenticated:["DELETE /user/gpg_keys/{gpg_key_id}",{},{renamed:["users","deleteGpgKeyForAuthenticatedUser"]}],deleteGpgKeyForAuthenticatedUser:["DELETE /user/gpg_keys/{gpg_key_id}"],deletePublicSshKeyForAuthenticated:["DELETE /user/keys/{key_id}",{},{renamed:["users","deletePublicSshKeyForAuthenticatedUser"]}],deletePublicSshKeyForAuthenticatedUser:["DELETE /user/keys/{key_id}"],follow:["PUT /user/following/{username}"],getAuthenticated:["GET /user"],getByUsername:["GET /users/{username}"],getContextForUser:["GET /users/{username}/hovercard"],getGpgKeyForAuthenticated:["GET /user/gpg_keys/{gpg_key_id}",{},{renamed:["users","getGpgKeyForAuthenticatedUser"]}],getGpgKeyForAuthenticatedUser:["GET /user/gpg_keys/{gpg_key_id}"],getPublicSshKeyForAuthenticated:["GET /user/keys/{key_id}",{},{renamed:["users","getPublicSshKeyForAuthenticatedUser"]}],getPublicSshKeyForAuthenticatedUser:["GET /user/keys/{key_id}"],list:["GET /users"],listBlockedByAuthenticated:["GET /user/blocks",{},{renamed:["users","listBlockedByAuthenticatedUser"]}],listBlockedByAuthenticatedUser:["GET /user/blocks"],listEmailsForAuthenticated:["GET /user/emails",{},{renamed:["users","listEmailsForAuthenticatedUser"]}],listEmailsForAuthenticatedUser:["GET /user/emails"],listFollowedByAuthenticated:["GET /user/following",{},{renamed:["users","listFollowedByAuthenticatedUser"]}],listFollowedByAuthenticatedUser:["GET /user/following"],listFollowersForAuthenticatedUser:["GET /user/followers"],listFollowersForUser:["GET /users/{username}/followers"],listFollowingForUser:["GET /users/{username}/following"],listGpgKeysForAuthenticated:["GET /user/gpg_keys",{},{renamed:["users","listGpgKeysForAuthenticatedUser"]}],listGpgKeysForAuthenticatedUser:["GET /user/gpg_keys"],listGpgKeysForUser:["GET /users/{username}/gpg_keys"],listPublicEmailsForAuthenticated:["GET /user/public_emails",{},{renamed:["users","listPublicEmailsForAuthenticatedUser"]}],listPublicEmailsForAuthenticatedUser:["GET /user/public_emails"],listPublicKeysForUser:["GET /users/{username}/keys"],listPublicSshKeysForAuthenticated:["GET /user/keys",{},{renamed:["users","listPublicSshKeysForAuthenticatedUser"]}],listPublicSshKeysForAuthenticatedUser:["GET /user/keys"],setPrimaryEmailVisibilityForAuthenticated:["PATCH /user/email/visibility",{},{renamed:["users","setPrimaryEmailVisibilityForAuthenticatedUser"]}],setPrimaryEmailVisibilityForAuthenticatedUser:["PATCH /user/email/visibility"],unblock:["DELETE /user/blocks/{username}"],unfollow:["DELETE /user/following/{username}"],updateAuthenticated:["PATCH /user"]}};const p="5.16.2";function endpointsToMethods(i,c){const d={};for(const[p,A]of Object.entries(c)){for(const[c,C]of Object.entries(A)){const[A,S,v]=C;const[T,_]=A.split(/ /);const V=Object.assign({method:T,url:_},S);if(!d[p]){d[p]={}}const Z=d[p];if(v){Z[c]=decorate(i,p,c,V,v);continue}Z[c]=i.request.defaults(V)}}return d}function decorate(i,c,d,p,A){const C=i.request.defaults(p);function withDecorations(...p){let S=C.endpoint.merge(...p);if(A.mapToData){S=Object.assign({},S,{data:S[A.mapToData],[A.mapToData]:undefined});return C(S)}if(A.renamed){const[p,C]=A.renamed;i.log.warn(`octokit.${c}.${d}() has been renamed to octokit.${p}.${C}()`)}if(A.deprecated){i.log.warn(A.deprecated)}if(A.renamedParameters){const S=C.endpoint.merge(...p);for(const[p,C]of Object.entries(A.renamedParameters)){if(p in S){i.log.warn(`"${p}" parameter is deprecated for "octokit.${c}.${d}()". Use "${C}" instead`);if(!(C in S)){S[C]=S[p]}delete S[p]}}return C(S)}return C(...p)}return Object.assign(withDecorations,C)}function restEndpointMethods(i){const c=endpointsToMethods(i,d);return{rest:c}}restEndpointMethods.VERSION=p;function legacyRestEndpointMethods(i){const c=endpointsToMethods(i,d);return _objectSpread2(_objectSpread2({},c),{},{rest:c})}legacyRestEndpointMethods.VERSION=p;c.legacyRestEndpointMethods=legacyRestEndpointMethods;c.restEndpointMethods=restEndpointMethods},33450:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});function _interopDefault(i){return i&&typeof i==="object"&&"default"in i?i["default"]:i}var p=_interopDefault(d(63251));async function errorRequest(i,c,d,p){if(!d.request||!d.request.request){throw d}if(d.status>=400&&!c.doNotRetry.includes(d.status)){const A=p.request.retries!=null?p.request.retries:c.retries;const C=Math.pow((p.request.retryCount||0)+1,2);throw i.retry.retryRequest(d,A,C)}throw d}async function wrapRequest(i,c,d){const A=new p;A.on("failed",(function(c,p){const A=~~c.request.request.retries;const C=~~c.request.request.retryAfter;d.request.retryCount=p.retryCount+1;if(A>p.retryCount){return C*i.retryAfterBaseValue}}));return A.schedule(c,d)}const A="3.0.9";function retry(i,c){const d=Object.assign({enabled:true,retryAfterBaseValue:1e3,doNotRetry:[400,401,403,404,422],retries:3},c.retry);if(d.enabled){i.hook.error("request",errorRequest.bind(null,i,d));i.hook.wrap("request",wrapRequest.bind(null,d))}return{retry:{retryRequest:(i,c,d)=>{i.request.request=Object.assign({},i.request.request,{retries:c,retryAfter:d});return i}}}}retry.VERSION=A;c.VERSION=A;c.retry=retry},37889:function(i,c){"use strict";var d=this&&this.__awaiter||function(i,c,d,p){function adopt(i){return i instanceof d?i:new d((function(c){c(i)}))}return new(d||(d=Promise))((function(d,A){function fulfilled(i){try{step(p.next(i))}catch(i){A(i)}}function rejected(i){try{step(p["throw"](i))}catch(i){A(i)}}function step(i){i.done?d(i.value):adopt(i.value).then(fulfilled,rejected)}step((p=p.apply(i,c||[])).next())}))};Object.defineProperty(c,"__esModule",{value:true});c.ClientStreamingCall=void 0;class ClientStreamingCall{constructor(i,c,d,p,A,C,S){this.method=i;this.requestHeaders=c;this.requests=d;this.headers=p;this.response=A;this.status=C;this.trailers=S}then(i,c){return this.promiseFinished().then((c=>i?Promise.resolve(i(c)):c),(i=>c?Promise.resolve(c(i)):Promise.reject(i)))}promiseFinished(){return d(this,void 0,void 0,(function*(){let[i,c,d,p]=yield Promise.all([this.headers,this.response,this.status,this.trailers]);return{method:this.method,requestHeaders:this.requestHeaders,headers:i,response:c,status:d,trailers:p}}))}}c.ClientStreamingCall=ClientStreamingCall},71409:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.Deferred=c.DeferredState=void 0;var d;(function(i){i[i["PENDING"]=0]="PENDING";i[i["REJECTED"]=1]="REJECTED";i[i["RESOLVED"]=2]="RESOLVED"})(d=c.DeferredState||(c.DeferredState={}));class Deferred{constructor(i=true){this._state=d.PENDING;this._promise=new Promise(((i,c)=>{this._resolve=i;this._reject=c}));if(i){this._promise.catch((i=>{}))}}get state(){return this._state}get promise(){return this._promise}resolve(i){if(this.state!==d.PENDING)throw new Error(`cannot resolve ${d[this.state].toLowerCase()}`);this._resolve(i);this._state=d.RESOLVED}reject(i){if(this.state!==d.PENDING)throw new Error(`cannot reject ${d[this.state].toLowerCase()}`);this._reject(i);this._state=d.REJECTED}resolvePending(i){if(this._state===d.PENDING)this.resolve(i)}rejectPending(i){if(this._state===d.PENDING)this.reject(i)}}c.Deferred=Deferred},36826:function(i,c){"use strict";var d=this&&this.__awaiter||function(i,c,d,p){function adopt(i){return i instanceof d?i:new d((function(c){c(i)}))}return new(d||(d=Promise))((function(d,A){function fulfilled(i){try{step(p.next(i))}catch(i){A(i)}}function rejected(i){try{step(p["throw"](i))}catch(i){A(i)}}function step(i){i.done?d(i.value):adopt(i.value).then(fulfilled,rejected)}step((p=p.apply(i,c||[])).next())}))};Object.defineProperty(c,"__esModule",{value:true});c.DuplexStreamingCall=void 0;class DuplexStreamingCall{constructor(i,c,d,p,A,C,S){this.method=i;this.requestHeaders=c;this.requests=d;this.headers=p;this.responses=A;this.status=C;this.trailers=S}then(i,c){return this.promiseFinished().then((c=>i?Promise.resolve(i(c)):c),(i=>c?Promise.resolve(c(i)):Promise.reject(i)))}promiseFinished(){return d(this,void 0,void 0,(function*(){let[i,c,d]=yield Promise.all([this.headers,this.status,this.trailers]);return{method:this.method,requestHeaders:this.requestHeaders,headers:i,status:c,trailers:d}}))}}c.DuplexStreamingCall=DuplexStreamingCall},44420:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});var p=d(56892);Object.defineProperty(c,"ServiceType",{enumerable:true,get:function(){return p.ServiceType}});var A=d(62496);Object.defineProperty(c,"readMethodOptions",{enumerable:true,get:function(){return A.readMethodOptions}});Object.defineProperty(c,"readMethodOption",{enumerable:true,get:function(){return A.readMethodOption}});Object.defineProperty(c,"readServiceOption",{enumerable:true,get:function(){return A.readServiceOption}});var C=d(78636);Object.defineProperty(c,"RpcError",{enumerable:true,get:function(){return C.RpcError}});var S=d(28576);Object.defineProperty(c,"mergeRpcOptions",{enumerable:true,get:function(){return S.mergeRpcOptions}});var v=d(72726);Object.defineProperty(c,"RpcOutputStreamController",{enumerable:true,get:function(){return v.RpcOutputStreamController}});var T=d(79122);Object.defineProperty(c,"TestTransport",{enumerable:true,get:function(){return T.TestTransport}});var _=d(71409);Object.defineProperty(c,"Deferred",{enumerable:true,get:function(){return _.Deferred}});Object.defineProperty(c,"DeferredState",{enumerable:true,get:function(){return _.DeferredState}});var V=d(36826);Object.defineProperty(c,"DuplexStreamingCall",{enumerable:true,get:function(){return V.DuplexStreamingCall}});var Z=d(37889);Object.defineProperty(c,"ClientStreamingCall",{enumerable:true,get:function(){return Z.ClientStreamingCall}});var ee=d(46173);Object.defineProperty(c,"ServerStreamingCall",{enumerable:true,get:function(){return ee.ServerStreamingCall}});var te=d(29288);Object.defineProperty(c,"UnaryCall",{enumerable:true,get:function(){return te.UnaryCall}});var re=d(52849);Object.defineProperty(c,"stackIntercept",{enumerable:true,get:function(){return re.stackIntercept}});Object.defineProperty(c,"stackDuplexStreamingInterceptors",{enumerable:true,get:function(){return re.stackDuplexStreamingInterceptors}});Object.defineProperty(c,"stackClientStreamingInterceptors",{enumerable:true,get:function(){return re.stackClientStreamingInterceptors}});Object.defineProperty(c,"stackServerStreamingInterceptors",{enumerable:true,get:function(){return re.stackServerStreamingInterceptors}});Object.defineProperty(c,"stackUnaryInterceptors",{enumerable:true,get:function(){return re.stackUnaryInterceptors}});var ne=d(43352);Object.defineProperty(c,"ServerCallContextController",{enumerable:true,get:function(){return ne.ServerCallContextController}})},62496:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.readServiceOption=c.readMethodOption=c.readMethodOptions=c.normalizeMethodInfo=void 0;const p=d(68886);function normalizeMethodInfo(i,c){var d,A,C;let S=i;S.service=c;S.localName=(d=S.localName)!==null&&d!==void 0?d:p.lowerCamelCase(S.name);S.serverStreaming=!!S.serverStreaming;S.clientStreaming=!!S.clientStreaming;S.options=(A=S.options)!==null&&A!==void 0?A:{};S.idempotency=(C=S.idempotency)!==null&&C!==void 0?C:undefined;return S}c.normalizeMethodInfo=normalizeMethodInfo;function readMethodOptions(i,c,d,p){var A;const C=(A=i.methods.find(((i,d)=>i.localName===c||d===c)))===null||A===void 0?void 0:A.options;return C&&C[d]?p.fromJson(C[d]):undefined}c.readMethodOptions=readMethodOptions;function readMethodOption(i,c,d,p){var A;const C=(A=i.methods.find(((i,d)=>i.localName===c||d===c)))===null||A===void 0?void 0:A.options;if(!C){return undefined}const S=C[d];if(S===undefined){return S}return p?p.fromJson(S):S}c.readMethodOption=readMethodOption;function readServiceOption(i,c,d){const p=i.options;if(!p){return undefined}const A=p[c];if(A===undefined){return A}return d?d.fromJson(A):A}c.readServiceOption=readServiceOption},78636:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.RpcError=void 0;class RpcError extends Error{constructor(i,c="UNKNOWN",d){super(i);this.name="RpcError";Object.setPrototypeOf(this,new.target.prototype);this.code=c;this.meta=d!==null&&d!==void 0?d:{}}toString(){const i=[this.name+": "+this.message];if(this.code){i.push("");i.push("Code: "+this.code)}if(this.serviceName&&this.methodName){i.push("Method: "+this.serviceName+"/"+this.methodName)}let c=Object.entries(this.meta);if(c.length){i.push("");i.push("Meta:");for(let[d,p]of c){i.push(` ${d}: ${p}`)}}return i.join("\n")}}c.RpcError=RpcError},52849:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.stackDuplexStreamingInterceptors=c.stackClientStreamingInterceptors=c.stackServerStreamingInterceptors=c.stackUnaryInterceptors=c.stackIntercept=void 0;const p=d(68886);function stackIntercept(i,c,d,A,C){var S,v,T,_;if(i=="unary"){let tail=(i,d,p)=>c.unary(i,d,p);for(const i of((S=A.interceptors)!==null&&S!==void 0?S:[]).filter((i=>i.interceptUnary)).reverse()){const c=tail;tail=(d,p,A)=>i.interceptUnary(c,d,p,A)}return tail(d,C,A)}if(i=="serverStreaming"){let tail=(i,d,p)=>c.serverStreaming(i,d,p);for(const i of((v=A.interceptors)!==null&&v!==void 0?v:[]).filter((i=>i.interceptServerStreaming)).reverse()){const c=tail;tail=(d,p,A)=>i.interceptServerStreaming(c,d,p,A)}return tail(d,C,A)}if(i=="clientStreaming"){let tail=(i,d)=>c.clientStreaming(i,d);for(const i of((T=A.interceptors)!==null&&T!==void 0?T:[]).filter((i=>i.interceptClientStreaming)).reverse()){const c=tail;tail=(d,p)=>i.interceptClientStreaming(c,d,p)}return tail(d,A)}if(i=="duplex"){let tail=(i,d)=>c.duplex(i,d);for(const i of((_=A.interceptors)!==null&&_!==void 0?_:[]).filter((i=>i.interceptDuplex)).reverse()){const c=tail;tail=(d,p)=>i.interceptDuplex(c,d,p)}return tail(d,A)}p.assertNever(i)}c.stackIntercept=stackIntercept;function stackUnaryInterceptors(i,c,d,p){return stackIntercept("unary",i,c,p,d)}c.stackUnaryInterceptors=stackUnaryInterceptors;function stackServerStreamingInterceptors(i,c,d,p){return stackIntercept("serverStreaming",i,c,p,d)}c.stackServerStreamingInterceptors=stackServerStreamingInterceptors;function stackClientStreamingInterceptors(i,c,d){return stackIntercept("clientStreaming",i,c,d)}c.stackClientStreamingInterceptors=stackClientStreamingInterceptors;function stackDuplexStreamingInterceptors(i,c,d){return stackIntercept("duplex",i,c,d)}c.stackDuplexStreamingInterceptors=stackDuplexStreamingInterceptors},28576:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.mergeRpcOptions=void 0;const p=d(68886);function mergeRpcOptions(i,c){if(!c)return i;let d={};copy(i,d);copy(c,d);for(let A of Object.keys(c)){let C=c[A];switch(A){case"jsonOptions":d.jsonOptions=p.mergeJsonOptions(i.jsonOptions,d.jsonOptions);break;case"binaryOptions":d.binaryOptions=p.mergeBinaryOptions(i.binaryOptions,d.binaryOptions);break;case"meta":d.meta={};copy(i.meta,d.meta);copy(c.meta,d.meta);break;case"interceptors":d.interceptors=i.interceptors?i.interceptors.concat(C):C.concat();break}}return d}c.mergeRpcOptions=mergeRpcOptions;function copy(i,c){if(!i)return;let d=c;for(let[c,p]of Object.entries(i)){if(p instanceof Date)d[c]=new Date(p.getTime());else if(Array.isArray(p))d[c]=p.concat();else d[c]=p}}},72726:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.RpcOutputStreamController=void 0;const p=d(71409);const A=d(68886);class RpcOutputStreamController{constructor(){this._lis={nxt:[],msg:[],err:[],cmp:[]};this._closed=false;this._itState={q:[]}}onNext(i){return this.addLis(i,this._lis.nxt)}onMessage(i){return this.addLis(i,this._lis.msg)}onError(i){return this.addLis(i,this._lis.err)}onComplete(i){return this.addLis(i,this._lis.cmp)}addLis(i,c){c.push(i);return()=>{let d=c.indexOf(i);if(d>=0)c.splice(d,1)}}clearLis(){for(let i of Object.values(this._lis))i.splice(0,i.length)}get closed(){return this._closed!==false}notifyNext(i,c,d){A.assert((i?1:0)+(c?1:0)+(d?1:0)<=1,"only one emission at a time");if(i)this.notifyMessage(i);if(c)this.notifyError(c);if(d)this.notifyComplete()}notifyMessage(i){A.assert(!this.closed,"stream is closed");this.pushIt({value:i,done:false});this._lis.msg.forEach((c=>c(i)));this._lis.nxt.forEach((c=>c(i,undefined,false)))}notifyError(i){A.assert(!this.closed,"stream is closed");this._closed=i;this.pushIt(i);this._lis.err.forEach((c=>c(i)));this._lis.nxt.forEach((c=>c(undefined,i,false)));this.clearLis()}notifyComplete(){A.assert(!this.closed,"stream is closed");this._closed=true;this.pushIt({value:null,done:true});this._lis.cmp.forEach((i=>i()));this._lis.nxt.forEach((i=>i(undefined,undefined,true)));this.clearLis()}[Symbol.asyncIterator](){if(this._closed===true)this.pushIt({value:null,done:true});else if(this._closed!==false)this.pushIt(this._closed);return{next:()=>{let i=this._itState;A.assert(i,"bad state");A.assert(!i.p,"iterator contract broken");let c=i.q.shift();if(c)return"value"in c?Promise.resolve(c):Promise.reject(c);i.p=new p.Deferred;return i.p.promise}}}pushIt(i){let c=this._itState;if(c.p){const d=c.p;A.assert(d.state==p.DeferredState.PENDING,"iterator contract broken");"value"in i?d.resolve(i):d.reject(i);delete c.p}else{c.q.push(i)}}}c.RpcOutputStreamController=RpcOutputStreamController},43352:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.ServerCallContextController=void 0;class ServerCallContextController{constructor(i,c,d,p,A={code:"OK",detail:""}){this._cancelled=false;this._listeners=[];this.method=i;this.headers=c;this.deadline=d;this.trailers={};this._sendRH=p;this.status=A}notifyCancelled(){if(!this._cancelled){this._cancelled=true;for(let i of this._listeners){i()}}}sendResponseHeaders(i){this._sendRH(i)}get cancelled(){return this._cancelled}onCancel(i){const c=this._listeners;c.push(i);return()=>{let d=c.indexOf(i);if(d>=0)c.splice(d,1)}}}c.ServerCallContextController=ServerCallContextController},46173:function(i,c){"use strict";var d=this&&this.__awaiter||function(i,c,d,p){function adopt(i){return i instanceof d?i:new d((function(c){c(i)}))}return new(d||(d=Promise))((function(d,A){function fulfilled(i){try{step(p.next(i))}catch(i){A(i)}}function rejected(i){try{step(p["throw"](i))}catch(i){A(i)}}function step(i){i.done?d(i.value):adopt(i.value).then(fulfilled,rejected)}step((p=p.apply(i,c||[])).next())}))};Object.defineProperty(c,"__esModule",{value:true});c.ServerStreamingCall=void 0;class ServerStreamingCall{constructor(i,c,d,p,A,C,S){this.method=i;this.requestHeaders=c;this.request=d;this.headers=p;this.responses=A;this.status=C;this.trailers=S}then(i,c){return this.promiseFinished().then((c=>i?Promise.resolve(i(c)):c),(i=>c?Promise.resolve(c(i)):Promise.reject(i)))}promiseFinished(){return d(this,void 0,void 0,(function*(){let[i,c,d]=yield Promise.all([this.headers,this.status,this.trailers]);return{method:this.method,requestHeaders:this.requestHeaders,request:this.request,headers:i,status:c,trailers:d}}))}}c.ServerStreamingCall=ServerStreamingCall},56892:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.ServiceType=void 0;const p=d(62496);class ServiceType{constructor(i,c,d){this.typeName=i;this.methods=c.map((i=>p.normalizeMethodInfo(i,this)));this.options=d!==null&&d!==void 0?d:{}}}c.ServiceType=ServiceType},79122:function(i,c,d){"use strict";var p=this&&this.__awaiter||function(i,c,d,p){function adopt(i){return i instanceof d?i:new d((function(c){c(i)}))}return new(d||(d=Promise))((function(d,A){function fulfilled(i){try{step(p.next(i))}catch(i){A(i)}}function rejected(i){try{step(p["throw"](i))}catch(i){A(i)}}function step(i){i.done?d(i.value):adopt(i.value).then(fulfilled,rejected)}step((p=p.apply(i,c||[])).next())}))};Object.defineProperty(c,"__esModule",{value:true});c.TestTransport=void 0;const A=d(78636);const C=d(68886);const S=d(72726);const v=d(28576);const T=d(29288);const _=d(46173);const V=d(37889);const Z=d(36826);class TestTransport{constructor(i){this.suppressUncaughtRejections=true;this.headerDelay=10;this.responseDelay=50;this.betweenResponseDelay=10;this.afterResponseDelay=10;this.data=i!==null&&i!==void 0?i:{}}get sentMessages(){if(this.lastInput instanceof TestInputStream){return this.lastInput.sent}else if(typeof this.lastInput=="object"){return[this.lastInput.single]}return[]}get sendComplete(){if(this.lastInput instanceof TestInputStream){return this.lastInput.completed}else if(typeof this.lastInput=="object"){return true}return false}promiseHeaders(){var i;const c=(i=this.data.headers)!==null&&i!==void 0?i:TestTransport.defaultHeaders;return c instanceof A.RpcError?Promise.reject(c):Promise.resolve(c)}promiseSingleResponse(i){if(this.data.response instanceof A.RpcError){return Promise.reject(this.data.response)}let c;if(Array.isArray(this.data.response)){C.assert(this.data.response.length>0);c=this.data.response[0]}else if(this.data.response!==undefined){c=this.data.response}else{c=i.O.create()}C.assert(i.O.is(c));return Promise.resolve(c)}streamResponses(i,c,d){return p(this,void 0,void 0,(function*(){const p=[];if(this.data.response===undefined){p.push(i.O.create())}else if(Array.isArray(this.data.response)){for(let c of this.data.response){C.assert(i.O.is(c));p.push(c)}}else if(!(this.data.response instanceof A.RpcError)){C.assert(i.O.is(this.data.response));p.push(this.data.response)}try{yield delay(this.responseDelay,d)(undefined)}catch(i){c.notifyError(i);return}if(this.data.response instanceof A.RpcError){c.notifyError(this.data.response);return}for(let i of p){c.notifyMessage(i);try{yield delay(this.betweenResponseDelay,d)(undefined)}catch(i){c.notifyError(i);return}}if(this.data.status instanceof A.RpcError){c.notifyError(this.data.status);return}if(this.data.trailers instanceof A.RpcError){c.notifyError(this.data.trailers);return}c.notifyComplete()}))}promiseStatus(){var i;const c=(i=this.data.status)!==null&&i!==void 0?i:TestTransport.defaultStatus;return c instanceof A.RpcError?Promise.reject(c):Promise.resolve(c)}promiseTrailers(){var i;const c=(i=this.data.trailers)!==null&&i!==void 0?i:TestTransport.defaultTrailers;return c instanceof A.RpcError?Promise.reject(c):Promise.resolve(c)}maybeSuppressUncaught(...i){if(this.suppressUncaughtRejections){for(let c of i){c.catch((()=>{}))}}}mergeOptions(i){return v.mergeRpcOptions({},i)}unary(i,c,d){var p;const A=(p=d.meta)!==null&&p!==void 0?p:{},C=this.promiseHeaders().then(delay(this.headerDelay,d.abort)),S=C.catch((i=>{})).then(delay(this.responseDelay,d.abort)).then((c=>this.promiseSingleResponse(i))),v=S.catch((i=>{})).then(delay(this.afterResponseDelay,d.abort)).then((i=>this.promiseStatus())),_=S.catch((i=>{})).then(delay(this.afterResponseDelay,d.abort)).then((i=>this.promiseTrailers()));this.maybeSuppressUncaught(v,_);this.lastInput={single:c};return new T.UnaryCall(i,A,c,C,S,v,_)}serverStreaming(i,c,d){var p;const A=(p=d.meta)!==null&&p!==void 0?p:{},C=this.promiseHeaders().then(delay(this.headerDelay,d.abort)),v=new S.RpcOutputStreamController,T=C.then(delay(this.responseDelay,d.abort)).catch((()=>{})).then((()=>this.streamResponses(i,v,d.abort))).then(delay(this.afterResponseDelay,d.abort)),V=T.then((()=>this.promiseStatus())),Z=T.then((()=>this.promiseTrailers()));this.maybeSuppressUncaught(V,Z);this.lastInput={single:c};return new _.ServerStreamingCall(i,A,c,C,v,V,Z)}clientStreaming(i,c){var d;const p=(d=c.meta)!==null&&d!==void 0?d:{},A=this.promiseHeaders().then(delay(this.headerDelay,c.abort)),C=A.catch((i=>{})).then(delay(this.responseDelay,c.abort)).then((c=>this.promiseSingleResponse(i))),S=C.catch((i=>{})).then(delay(this.afterResponseDelay,c.abort)).then((i=>this.promiseStatus())),v=C.catch((i=>{})).then(delay(this.afterResponseDelay,c.abort)).then((i=>this.promiseTrailers()));this.maybeSuppressUncaught(S,v);this.lastInput=new TestInputStream(this.data,c.abort);return new V.ClientStreamingCall(i,p,this.lastInput,A,C,S,v)}duplex(i,c){var d;const p=(d=c.meta)!==null&&d!==void 0?d:{},A=this.promiseHeaders().then(delay(this.headerDelay,c.abort)),C=new S.RpcOutputStreamController,v=A.then(delay(this.responseDelay,c.abort)).catch((()=>{})).then((()=>this.streamResponses(i,C,c.abort))).then(delay(this.afterResponseDelay,c.abort)),T=v.then((()=>this.promiseStatus())),_=v.then((()=>this.promiseTrailers()));this.maybeSuppressUncaught(T,_);this.lastInput=new TestInputStream(this.data,c.abort);return new Z.DuplexStreamingCall(i,p,this.lastInput,A,C,T,_)}}c.TestTransport=TestTransport;TestTransport.defaultHeaders={responseHeader:"test"};TestTransport.defaultStatus={code:"OK",detail:"all good"};TestTransport.defaultTrailers={responseTrailer:"test"};function delay(i,c){return d=>new Promise(((p,C)=>{if(c===null||c===void 0?void 0:c.aborted){C(new A.RpcError("user cancel","CANCELLED"))}else{const S=setTimeout((()=>p(d)),i);if(c){c.addEventListener("abort",(i=>{clearTimeout(S);C(new A.RpcError("user cancel","CANCELLED"))}))}}}))}class TestInputStream{constructor(i,c){this._completed=false;this._sent=[];this.data=i;this.abort=c}get sent(){return this._sent}get completed(){return this._completed}send(i){if(this.data.inputMessage instanceof A.RpcError){return Promise.reject(this.data.inputMessage)}const c=this.data.inputMessage===undefined?10:this.data.inputMessage;return Promise.resolve(undefined).then((()=>{this._sent.push(i)})).then(delay(c,this.abort))}complete(){if(this.data.inputComplete instanceof A.RpcError){return Promise.reject(this.data.inputComplete)}const i=this.data.inputComplete===undefined?10:this.data.inputComplete;return Promise.resolve(undefined).then((()=>{this._completed=true})).then(delay(i,this.abort))}}},29288:function(i,c){"use strict";var d=this&&this.__awaiter||function(i,c,d,p){function adopt(i){return i instanceof d?i:new d((function(c){c(i)}))}return new(d||(d=Promise))((function(d,A){function fulfilled(i){try{step(p.next(i))}catch(i){A(i)}}function rejected(i){try{step(p["throw"](i))}catch(i){A(i)}}function step(i){i.done?d(i.value):adopt(i.value).then(fulfilled,rejected)}step((p=p.apply(i,c||[])).next())}))};Object.defineProperty(c,"__esModule",{value:true});c.UnaryCall=void 0;class UnaryCall{constructor(i,c,d,p,A,C,S){this.method=i;this.requestHeaders=c;this.request=d;this.headers=p;this.response=A;this.status=C;this.trailers=S}then(i,c){return this.promiseFinished().then((c=>i?Promise.resolve(i(c)):c),(i=>c?Promise.resolve(c(i)):Promise.reject(i)))}promiseFinished(){return d(this,void 0,void 0,(function*(){let[i,c,d,p]=yield Promise.all([this.headers,this.response,this.status,this.trailers]);return{method:this.method,requestHeaders:this.requestHeaders,request:this.request,headers:i,response:c,status:d,trailers:p}}))}}c.UnaryCall=UnaryCall},8602:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.assertFloat32=c.assertUInt32=c.assertInt32=c.assertNever=c.assert=void 0;function assert(i,c){if(!i){throw new Error(c)}}c.assert=assert;function assertNever(i,c){throw new Error(c!==null&&c!==void 0?c:"Unexpected object: "+i)}c.assertNever=assertNever;const d=34028234663852886e22,p=-34028234663852886e22,A=4294967295,C=2147483647,S=-2147483648;function assertInt32(i){if(typeof i!=="number")throw new Error("invalid int 32: "+typeof i);if(!Number.isInteger(i)||i>C||i<S)throw new Error("invalid int 32: "+i)}c.assertInt32=assertInt32;function assertUInt32(i){if(typeof i!=="number")throw new Error("invalid uint 32: "+typeof i);if(!Number.isInteger(i)||i>A||i<0)throw new Error("invalid uint 32: "+i)}c.assertUInt32=assertUInt32;function assertFloat32(i){if(typeof i!=="number")throw new Error("invalid float 32: "+typeof i);if(!Number.isFinite(i))return;if(i>d||i<p)throw new Error("invalid float 32: "+i)}c.assertFloat32=assertFloat32},26335:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.base64encode=c.base64decode=void 0;let d="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split("");let p=[];for(let i=0;i<d.length;i++)p[d[i].charCodeAt(0)]=i;p["-".charCodeAt(0)]=d.indexOf("+");p["_".charCodeAt(0)]=d.indexOf("/");function base64decode(i){let c=i.length*3/4;if(i[i.length-2]=="=")c-=2;else if(i[i.length-1]=="=")c-=1;let d=new Uint8Array(c),A=0,C=0,S,v=0;for(let c=0;c<i.length;c++){S=p[i.charCodeAt(c)];if(S===undefined){switch(i[c]){case"=":C=0;case"\n":case"\r":case"\t":case" ":continue;default:throw Error(`invalid base64 string.`)}}switch(C){case 0:v=S;C=1;break;case 1:d[A++]=v<<2|(S&48)>>4;v=S;C=2;break;case 2:d[A++]=(v&15)<<4|(S&60)>>2;v=S;C=3;break;case 3:d[A++]=(v&3)<<6|S;C=0;break}}if(C==1)throw Error(`invalid base64 string.`);return d.subarray(0,A)}c.base64decode=base64decode;function base64encode(i){let c="",p=0,A,C=0;for(let S=0;S<i.length;S++){A=i[S];switch(p){case 0:c+=d[A>>2];C=(A&3)<<4;p=1;break;case 1:c+=d[C|A>>4];C=(A&15)<<2;p=2;break;case 2:c+=d[C|A>>6];c+=d[A&63];p=0;break}}if(p){c+=d[C];c+="=";if(p==1)c+="="}return c}c.base64encode=base64encode},54816:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.WireType=c.mergeBinaryOptions=c.UnknownFieldHandler=void 0;var d;(function(i){i.symbol=Symbol.for("protobuf-ts/unknown");i.onRead=(c,d,p,A,C)=>{let S=is(d)?d[i.symbol]:d[i.symbol]=[];S.push({no:p,wireType:A,data:C})};i.onWrite=(c,d,p)=>{for(let{no:c,wireType:A,data:C}of i.list(d))p.tag(c,A).raw(C)};i.list=(c,d)=>{if(is(c)){let p=c[i.symbol];return d?p.filter((i=>i.no==d)):p}return[]};i.last=(c,d)=>i.list(c,d).slice(-1)[0];const is=c=>c&&Array.isArray(c[i.symbol])})(d=c.UnknownFieldHandler||(c.UnknownFieldHandler={}));function mergeBinaryOptions(i,c){return Object.assign(Object.assign({},i),c)}c.mergeBinaryOptions=mergeBinaryOptions;var p;(function(i){i[i["Varint"]=0]="Varint";i[i["Bit64"]=1]="Bit64";i[i["LengthDelimited"]=2]="LengthDelimited";i[i["StartGroup"]=3]="StartGroup";i[i["EndGroup"]=4]="EndGroup";i[i["Bit32"]=5]="Bit32"})(p=c.WireType||(c.WireType={}))},92889:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.BinaryReader=c.binaryReadOptions=void 0;const p=d(54816);const A=d(61753);const C=d(93223);const S={readUnknownField:true,readerFactory:i=>new BinaryReader(i)};function binaryReadOptions(i){return i?Object.assign(Object.assign({},S),i):S}c.binaryReadOptions=binaryReadOptions;class BinaryReader{constructor(i,c){this.varint64=C.varint64read;this.uint32=C.varint32read;this.buf=i;this.len=i.length;this.pos=0;this.view=new DataView(i.buffer,i.byteOffset,i.byteLength);this.textDecoder=c!==null&&c!==void 0?c:new TextDecoder("utf-8",{fatal:true,ignoreBOM:true})}tag(){let i=this.uint32(),c=i>>>3,d=i&7;if(c<=0||d<0||d>5)throw new Error("illegal tag: field no "+c+" wire type "+d);return[c,d]}skip(i){let c=this.pos;switch(i){case p.WireType.Varint:while(this.buf[this.pos++]&128){}break;case p.WireType.Bit64:this.pos+=4;case p.WireType.Bit32:this.pos+=4;break;case p.WireType.LengthDelimited:let c=this.uint32();this.pos+=c;break;case p.WireType.StartGroup:let d;while((d=this.tag()[1])!==p.WireType.EndGroup){this.skip(d)}break;default:throw new Error("cant skip wire type "+i)}this.assertBounds();return this.buf.subarray(c,this.pos)}assertBounds(){if(this.pos>this.len)throw new RangeError("premature EOF")}int32(){return this.uint32()|0}sint32(){let i=this.uint32();return i>>>1^-(i&1)}int64(){return new A.PbLong(...this.varint64())}uint64(){return new A.PbULong(...this.varint64())}sint64(){let[i,c]=this.varint64();let d=-(i&1);i=(i>>>1|(c&1)<<31)^d;c=c>>>1^d;return new A.PbLong(i,c)}bool(){let[i,c]=this.varint64();return i!==0||c!==0}fixed32(){return this.view.getUint32((this.pos+=4)-4,true)}sfixed32(){return this.view.getInt32((this.pos+=4)-4,true)}fixed64(){return new A.PbULong(this.sfixed32(),this.sfixed32())}sfixed64(){return new A.PbLong(this.sfixed32(),this.sfixed32())}float(){return this.view.getFloat32((this.pos+=4)-4,true)}double(){return this.view.getFloat64((this.pos+=8)-8,true)}bytes(){let i=this.uint32();let c=this.pos;this.pos+=i;this.assertBounds();return this.buf.subarray(c,c+i)}string(){return this.textDecoder.decode(this.bytes())}}c.BinaryReader=BinaryReader},23957:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.BinaryWriter=c.binaryWriteOptions=void 0;const p=d(61753);const A=d(93223);const C=d(8602);const S={writeUnknownFields:true,writerFactory:()=>new BinaryWriter};function binaryWriteOptions(i){return i?Object.assign(Object.assign({},S),i):S}c.binaryWriteOptions=binaryWriteOptions;class BinaryWriter{constructor(i){this.stack=[];this.textEncoder=i!==null&&i!==void 0?i:new TextEncoder;this.chunks=[];this.buf=[]}finish(){this.chunks.push(new Uint8Array(this.buf));let i=0;for(let c=0;c<this.chunks.length;c++)i+=this.chunks[c].length;let c=new Uint8Array(i);let d=0;for(let i=0;i<this.chunks.length;i++){c.set(this.chunks[i],d);d+=this.chunks[i].length}this.chunks=[];return c}fork(){this.stack.push({chunks:this.chunks,buf:this.buf});this.chunks=[];this.buf=[];return this}join(){let i=this.finish();let c=this.stack.pop();if(!c)throw new Error("invalid state, fork stack empty");this.chunks=c.chunks;this.buf=c.buf;this.uint32(i.byteLength);return this.raw(i)}tag(i,c){return this.uint32((i<<3|c)>>>0)}raw(i){if(this.buf.length){this.chunks.push(new Uint8Array(this.buf));this.buf=[]}this.chunks.push(i);return this}uint32(i){C.assertUInt32(i);while(i>127){this.buf.push(i&127|128);i=i>>>7}this.buf.push(i);return this}int32(i){C.assertInt32(i);A.varint32write(i,this.buf);return this}bool(i){this.buf.push(i?1:0);return this}bytes(i){this.uint32(i.byteLength);return this.raw(i)}string(i){let c=this.textEncoder.encode(i);this.uint32(c.byteLength);return this.raw(c)}float(i){C.assertFloat32(i);let c=new Uint8Array(4);new DataView(c.buffer).setFloat32(0,i,true);return this.raw(c)}double(i){let c=new Uint8Array(8);new DataView(c.buffer).setFloat64(0,i,true);return this.raw(c)}fixed32(i){C.assertUInt32(i);let c=new Uint8Array(4);new DataView(c.buffer).setUint32(0,i,true);return this.raw(c)}sfixed32(i){C.assertInt32(i);let c=new Uint8Array(4);new DataView(c.buffer).setInt32(0,i,true);return this.raw(c)}sint32(i){C.assertInt32(i);i=(i<<1^i>>31)>>>0;A.varint32write(i,this.buf);return this}sfixed64(i){let c=new Uint8Array(8);let d=new DataView(c.buffer);let A=p.PbLong.from(i);d.setInt32(0,A.lo,true);d.setInt32(4,A.hi,true);return this.raw(c)}fixed64(i){let c=new Uint8Array(8);let d=new DataView(c.buffer);let A=p.PbULong.from(i);d.setInt32(0,A.lo,true);d.setInt32(4,A.hi,true);return this.raw(c)}int64(i){let c=p.PbLong.from(i);A.varint64write(c.lo,c.hi,this.buf);return this}sint64(i){let c=p.PbLong.from(i),d=c.hi>>31,C=c.lo<<1^d,S=(c.hi<<1|c.lo>>>31)^d;A.varint64write(C,S,this.buf);return this}uint64(i){let c=p.PbULong.from(i);A.varint64write(c.lo,c.hi,this.buf);return this}}c.BinaryWriter=BinaryWriter},70257:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.listEnumNumbers=c.listEnumNames=c.listEnumValues=c.isEnumObject=void 0;function isEnumObject(i){if(typeof i!="object"||i===null){return false}if(!i.hasOwnProperty(0)){return false}for(let c of Object.keys(i)){let d=parseInt(c);if(!Number.isNaN(d)){let c=i[d];if(c===undefined)return false;if(i[c]!==d)return false}else{let d=i[c];if(d===undefined)return false;if(typeof d!=="number")return false;if(i[d]===undefined)return false}}return true}c.isEnumObject=isEnumObject;function listEnumValues(i){if(!isEnumObject(i))throw new Error("not a typescript enum object");let c=[];for(let[d,p]of Object.entries(i))if(typeof p=="number")c.push({name:d,number:p});return c}c.listEnumValues=listEnumValues;function listEnumNames(i){return listEnumValues(i).map((i=>i.name))}c.listEnumNames=listEnumNames;function listEnumNumbers(i){return listEnumValues(i).map((i=>i.number)).filter(((i,c,d)=>d.indexOf(i)==c))}c.listEnumNumbers=listEnumNumbers},93223:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.varint32read=c.varint32write=c.int64toString=c.int64fromString=c.varint64write=c.varint64read=void 0;function varint64read(){let i=0;let c=0;for(let d=0;d<28;d+=7){let p=this.buf[this.pos++];i|=(p&127)<<d;if((p&128)==0){this.assertBounds();return[i,c]}}let d=this.buf[this.pos++];i|=(d&15)<<28;c=(d&112)>>4;if((d&128)==0){this.assertBounds();return[i,c]}for(let d=3;d<=31;d+=7){let p=this.buf[this.pos++];c|=(p&127)<<d;if((p&128)==0){this.assertBounds();return[i,c]}}throw new Error("invalid varint")}c.varint64read=varint64read;function varint64write(i,c,d){for(let p=0;p<28;p=p+7){const A=i>>>p;const C=!(A>>>7==0&&c==0);const S=(C?A|128:A)&255;d.push(S);if(!C){return}}const p=i>>>28&15|(c&7)<<4;const A=!(c>>3==0);d.push((A?p|128:p)&255);if(!A){return}for(let i=3;i<31;i=i+7){const p=c>>>i;const A=!(p>>>7==0);const C=(A?p|128:p)&255;d.push(C);if(!A){return}}d.push(c>>>31&1)}c.varint64write=varint64write;const d=(1<<16)*(1<<16);function int64fromString(i){let c=i[0]=="-";if(c)i=i.slice(1);const p=1e6;let A=0;let C=0;function add1e6digit(c,S){const v=Number(i.slice(c,S));C*=p;A=A*p+v;if(A>=d){C=C+(A/d|0);A=A%d}}add1e6digit(-24,-18);add1e6digit(-18,-12);add1e6digit(-12,-6);add1e6digit(-6);return[c,A,C]}c.int64fromString=int64fromString;function int64toString(i,c){if(c>>>0<=2097151){return""+(d*c+(i>>>0))}let p=i&16777215;let A=(i>>>24|c<<8)>>>0&16777215;let C=c>>16&65535;let S=p+A*6777216+C*6710656;let v=A+C*8147497;let T=C*2;let _=1e7;if(S>=_){v+=Math.floor(S/_);S%=_}if(v>=_){T+=Math.floor(v/_);v%=_}function decimalFrom1e7(i,c){let d=i?String(i):"";if(c){return"0000000".slice(d.length)+d}return d}return decimalFrom1e7(T,0)+decimalFrom1e7(v,T)+decimalFrom1e7(S,1)}c.int64toString=int64toString;function varint32write(i,c){if(i>=0){while(i>127){c.push(i&127|128);i=i>>>7}c.push(i)}else{for(let d=0;d<9;d++){c.push(i&127|128);i=i>>7}c.push(1)}}c.varint32write=varint32write;function varint32read(){let i=this.buf[this.pos++];let c=i&127;if((i&128)==0){this.assertBounds();return c}i=this.buf[this.pos++];c|=(i&127)<<7;if((i&128)==0){this.assertBounds();return c}i=this.buf[this.pos++];c|=(i&127)<<14;if((i&128)==0){this.assertBounds();return c}i=this.buf[this.pos++];c|=(i&127)<<21;if((i&128)==0){this.assertBounds();return c}i=this.buf[this.pos++];c|=(i&15)<<28;for(let c=5;(i&128)!==0&&c<10;c++)i=this.buf[this.pos++];if((i&128)!=0)throw new Error("invalid varint");this.assertBounds();return c>>>0}c.varint32read=varint32read},68886:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});var p=d(49999);Object.defineProperty(c,"typeofJsonValue",{enumerable:true,get:function(){return p.typeofJsonValue}});Object.defineProperty(c,"isJsonObject",{enumerable:true,get:function(){return p.isJsonObject}});var A=d(26335);Object.defineProperty(c,"base64decode",{enumerable:true,get:function(){return A.base64decode}});Object.defineProperty(c,"base64encode",{enumerable:true,get:function(){return A.base64encode}});var C=d(58950);Object.defineProperty(c,"utf8read",{enumerable:true,get:function(){return C.utf8read}});var S=d(54816);Object.defineProperty(c,"WireType",{enumerable:true,get:function(){return S.WireType}});Object.defineProperty(c,"mergeBinaryOptions",{enumerable:true,get:function(){return S.mergeBinaryOptions}});Object.defineProperty(c,"UnknownFieldHandler",{enumerable:true,get:function(){return S.UnknownFieldHandler}});var v=d(92889);Object.defineProperty(c,"BinaryReader",{enumerable:true,get:function(){return v.BinaryReader}});Object.defineProperty(c,"binaryReadOptions",{enumerable:true,get:function(){return v.binaryReadOptions}});var T=d(23957);Object.defineProperty(c,"BinaryWriter",{enumerable:true,get:function(){return T.BinaryWriter}});Object.defineProperty(c,"binaryWriteOptions",{enumerable:true,get:function(){return T.binaryWriteOptions}});var _=d(61753);Object.defineProperty(c,"PbLong",{enumerable:true,get:function(){return _.PbLong}});Object.defineProperty(c,"PbULong",{enumerable:true,get:function(){return _.PbULong}});var V=d(29367);Object.defineProperty(c,"jsonReadOptions",{enumerable:true,get:function(){return V.jsonReadOptions}});Object.defineProperty(c,"jsonWriteOptions",{enumerable:true,get:function(){return V.jsonWriteOptions}});Object.defineProperty(c,"mergeJsonOptions",{enumerable:true,get:function(){return V.mergeJsonOptions}});var Z=d(43785);Object.defineProperty(c,"MESSAGE_TYPE",{enumerable:true,get:function(){return Z.MESSAGE_TYPE}});var ee=d(15106);Object.defineProperty(c,"MessageType",{enumerable:true,get:function(){return ee.MessageType}});var te=d(67910);Object.defineProperty(c,"ScalarType",{enumerable:true,get:function(){return te.ScalarType}});Object.defineProperty(c,"LongType",{enumerable:true,get:function(){return te.LongType}});Object.defineProperty(c,"RepeatType",{enumerable:true,get:function(){return te.RepeatType}});Object.defineProperty(c,"normalizeFieldInfo",{enumerable:true,get:function(){return te.normalizeFieldInfo}});Object.defineProperty(c,"readFieldOptions",{enumerable:true,get:function(){return te.readFieldOptions}});Object.defineProperty(c,"readFieldOption",{enumerable:true,get:function(){return te.readFieldOption}});Object.defineProperty(c,"readMessageOption",{enumerable:true,get:function(){return te.readMessageOption}});var re=d(25167);Object.defineProperty(c,"ReflectionTypeCheck",{enumerable:true,get:function(){return re.ReflectionTypeCheck}});var ne=d(75726);Object.defineProperty(c,"reflectionCreate",{enumerable:true,get:function(){return ne.reflectionCreate}});var ie=d(19526);Object.defineProperty(c,"reflectionScalarDefault",{enumerable:true,get:function(){return ie.reflectionScalarDefault}});var se=d(98044);Object.defineProperty(c,"reflectionMergePartial",{enumerable:true,get:function(){return se.reflectionMergePartial}});var ae=d(4827);Object.defineProperty(c,"reflectionEquals",{enumerable:true,get:function(){return ae.reflectionEquals}});var oe=d(89611);Object.defineProperty(c,"ReflectionBinaryReader",{enumerable:true,get:function(){return oe.ReflectionBinaryReader}});var le=d(66907);Object.defineProperty(c,"ReflectionBinaryWriter",{enumerable:true,get:function(){return le.ReflectionBinaryWriter}});var ce=d(46790);Object.defineProperty(c,"ReflectionJsonReader",{enumerable:true,get:function(){return ce.ReflectionJsonReader}});var de=d(11094);Object.defineProperty(c,"ReflectionJsonWriter",{enumerable:true,get:function(){return de.ReflectionJsonWriter}});var ue=d(59946);Object.defineProperty(c,"containsMessageType",{enumerable:true,get:function(){return ue.containsMessageType}});var pe=d(18063);Object.defineProperty(c,"isOneofGroup",{enumerable:true,get:function(){return pe.isOneofGroup}});Object.defineProperty(c,"setOneofValue",{enumerable:true,get:function(){return pe.setOneofValue}});Object.defineProperty(c,"getOneofValue",{enumerable:true,get:function(){return pe.getOneofValue}});Object.defineProperty(c,"clearOneofValue",{enumerable:true,get:function(){return pe.clearOneofValue}});Object.defineProperty(c,"getSelectedOneofValue",{enumerable:true,get:function(){return pe.getSelectedOneofValue}});var Ae=d(70257);Object.defineProperty(c,"listEnumValues",{enumerable:true,get:function(){return Ae.listEnumValues}});Object.defineProperty(c,"listEnumNames",{enumerable:true,get:function(){return Ae.listEnumNames}});Object.defineProperty(c,"listEnumNumbers",{enumerable:true,get:function(){return Ae.listEnumNumbers}});Object.defineProperty(c,"isEnumObject",{enumerable:true,get:function(){return Ae.isEnumObject}});var fe=d(4073);Object.defineProperty(c,"lowerCamelCase",{enumerable:true,get:function(){return fe.lowerCamelCase}});var he=d(8602);Object.defineProperty(c,"assert",{enumerable:true,get:function(){return he.assert}});Object.defineProperty(c,"assertNever",{enumerable:true,get:function(){return he.assertNever}});Object.defineProperty(c,"assertInt32",{enumerable:true,get:function(){return he.assertInt32}});Object.defineProperty(c,"assertUInt32",{enumerable:true,get:function(){return he.assertUInt32}});Object.defineProperty(c,"assertFloat32",{enumerable:true,get:function(){return he.assertFloat32}})},29367:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.mergeJsonOptions=c.jsonWriteOptions=c.jsonReadOptions=void 0;const d={emitDefaultValues:false,enumAsInteger:false,useProtoFieldName:false,prettySpaces:0},p={ignoreUnknownFields:false};function jsonReadOptions(i){return i?Object.assign(Object.assign({},p),i):p}c.jsonReadOptions=jsonReadOptions;function jsonWriteOptions(i){return i?Object.assign(Object.assign({},d),i):d}c.jsonWriteOptions=jsonWriteOptions;function mergeJsonOptions(i,c){var d,p;let A=Object.assign(Object.assign({},i),c);A.typeRegistry=[...(d=i===null||i===void 0?void 0:i.typeRegistry)!==null&&d!==void 0?d:[],...(p=c===null||c===void 0?void 0:c.typeRegistry)!==null&&p!==void 0?p:[]];return A}c.mergeJsonOptions=mergeJsonOptions},49999:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.isJsonObject=c.typeofJsonValue=void 0;function typeofJsonValue(i){let c=typeof i;if(c=="object"){if(Array.isArray(i))return"array";if(i===null)return"null"}return c}c.typeofJsonValue=typeofJsonValue;function isJsonObject(i){return i!==null&&typeof i=="object"&&!Array.isArray(i)}c.isJsonObject=isJsonObject},4073:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.lowerCamelCase=void 0;function lowerCamelCase(i){let c=false;const d=[];for(let p=0;p<i.length;p++){let A=i.charAt(p);if(A=="_"){c=true}else if(/\d/.test(A)){d.push(A);c=true}else if(c){d.push(A.toUpperCase());c=false}else if(p==0){d.push(A.toLowerCase())}else{d.push(A)}}return d.join("")}c.lowerCamelCase=lowerCamelCase},43785:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.MESSAGE_TYPE=void 0;c.MESSAGE_TYPE=Symbol.for("protobuf-ts/message-type")},15106:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.MessageType=void 0;const p=d(43785);const A=d(67910);const C=d(25167);const S=d(46790);const v=d(11094);const T=d(89611);const _=d(66907);const V=d(75726);const Z=d(98044);const ee=d(49999);const te=d(29367);const re=d(4827);const ne=d(23957);const ie=d(92889);const se=Object.getOwnPropertyDescriptors(Object.getPrototypeOf({}));const ae=se[p.MESSAGE_TYPE]={};class MessageType{constructor(i,c,d){this.defaultCheckDepth=16;this.typeName=i;this.fields=c.map(A.normalizeFieldInfo);this.options=d!==null&&d!==void 0?d:{};ae.value=this;this.messagePrototype=Object.create(null,se);this.refTypeCheck=new C.ReflectionTypeCheck(this);this.refJsonReader=new S.ReflectionJsonReader(this);this.refJsonWriter=new v.ReflectionJsonWriter(this);this.refBinReader=new T.ReflectionBinaryReader(this);this.refBinWriter=new _.ReflectionBinaryWriter(this)}create(i){let c=V.reflectionCreate(this);if(i!==undefined){Z.reflectionMergePartial(this,c,i)}return c}clone(i){let c=this.create();Z.reflectionMergePartial(this,c,i);return c}equals(i,c){return re.reflectionEquals(this,i,c)}is(i,c=this.defaultCheckDepth){return this.refTypeCheck.is(i,c,false)}isAssignable(i,c=this.defaultCheckDepth){return this.refTypeCheck.is(i,c,true)}mergePartial(i,c){Z.reflectionMergePartial(this,i,c)}fromBinary(i,c){let d=ie.binaryReadOptions(c);return this.internalBinaryRead(d.readerFactory(i),i.byteLength,d)}fromJson(i,c){return this.internalJsonRead(i,te.jsonReadOptions(c))}fromJsonString(i,c){let d=JSON.parse(i);return this.fromJson(d,c)}toJson(i,c){return this.internalJsonWrite(i,te.jsonWriteOptions(c))}toJsonString(i,c){var d;let p=this.toJson(i,c);return JSON.stringify(p,null,(d=c===null||c===void 0?void 0:c.prettySpaces)!==null&&d!==void 0?d:0)}toBinary(i,c){let d=ne.binaryWriteOptions(c);return this.internalBinaryWrite(i,d.writerFactory(),d).finish()}internalJsonRead(i,c,d){if(i!==null&&typeof i=="object"&&!Array.isArray(i)){let p=d!==null&&d!==void 0?d:this.create();this.refJsonReader.read(i,p,c);return p}throw new Error(`Unable to parse message ${this.typeName} from JSON ${ee.typeofJsonValue(i)}.`)}internalJsonWrite(i,c){return this.refJsonWriter.write(i,c)}internalBinaryWrite(i,c,d){this.refBinWriter.write(i,c,d);return c}internalBinaryRead(i,c,d,p){let A=p!==null&&p!==void 0?p:this.create();this.refBinReader.read(i,A,d,c);return A}}c.MessageType=MessageType},18063:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.getSelectedOneofValue=c.clearOneofValue=c.setUnknownOneofValue=c.setOneofValue=c.getOneofValue=c.isOneofGroup=void 0;function isOneofGroup(i){if(typeof i!="object"||i===null||!i.hasOwnProperty("oneofKind")){return false}switch(typeof i.oneofKind){case"string":if(i[i.oneofKind]===undefined)return false;return Object.keys(i).length==2;case"undefined":return Object.keys(i).length==1;default:return false}}c.isOneofGroup=isOneofGroup;function getOneofValue(i,c){return i[c]}c.getOneofValue=getOneofValue;function setOneofValue(i,c,d){if(i.oneofKind!==undefined){delete i[i.oneofKind]}i.oneofKind=c;if(d!==undefined){i[c]=d}}c.setOneofValue=setOneofValue;function setUnknownOneofValue(i,c,d){if(i.oneofKind!==undefined){delete i[i.oneofKind]}i.oneofKind=c;if(d!==undefined&&c!==undefined){i[c]=d}}c.setUnknownOneofValue=setUnknownOneofValue;function clearOneofValue(i){if(i.oneofKind!==undefined){delete i[i.oneofKind]}i.oneofKind=undefined}c.clearOneofValue=clearOneofValue;function getSelectedOneofValue(i){if(i.oneofKind===undefined){return undefined}return i[i.oneofKind]}c.getSelectedOneofValue=getSelectedOneofValue},61753:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.PbLong=c.PbULong=c.detectBi=void 0;const p=d(93223);let A;function detectBi(){const i=new DataView(new ArrayBuffer(8));const c=globalThis.BigInt!==undefined&&typeof i.getBigInt64==="function"&&typeof i.getBigUint64==="function"&&typeof i.setBigInt64==="function"&&typeof i.setBigUint64==="function";A=c?{MIN:BigInt("-9223372036854775808"),MAX:BigInt("9223372036854775807"),UMIN:BigInt("0"),UMAX:BigInt("18446744073709551615"),C:BigInt,V:i}:undefined}c.detectBi=detectBi;detectBi();function assertBi(i){if(!i)throw new Error("BigInt unavailable, see https://github.com/timostamm/protobuf-ts/blob/v1.0.8/MANUAL.md#bigint-support")}const C=/^-?[0-9]+$/;const S=4294967296;const v=2147483648;class SharedPbLong{constructor(i,c){this.lo=i|0;this.hi=c|0}isZero(){return this.lo==0&&this.hi==0}toNumber(){let i=this.hi*S+(this.lo>>>0);if(!Number.isSafeInteger(i))throw new Error("cannot convert to safe number");return i}}class PbULong extends SharedPbLong{static from(i){if(A)switch(typeof i){case"string":if(i=="0")return this.ZERO;if(i=="")throw new Error("string is no integer");i=A.C(i);case"number":if(i===0)return this.ZERO;i=A.C(i);case"bigint":if(!i)return this.ZERO;if(i<A.UMIN)throw new Error("signed value for ulong");if(i>A.UMAX)throw new Error("ulong too large");A.V.setBigUint64(0,i,true);return new PbULong(A.V.getInt32(0,true),A.V.getInt32(4,true))}else switch(typeof i){case"string":if(i=="0")return this.ZERO;i=i.trim();if(!C.test(i))throw new Error("string is no integer");let[c,d,A]=p.int64fromString(i);if(c)throw new Error("signed value for ulong");return new PbULong(d,A);case"number":if(i==0)return this.ZERO;if(!Number.isSafeInteger(i))throw new Error("number is no integer");if(i<0)throw new Error("signed value for ulong");return new PbULong(i,i/S)}throw new Error("unknown value "+typeof i)}toString(){return A?this.toBigInt().toString():p.int64toString(this.lo,this.hi)}toBigInt(){assertBi(A);A.V.setInt32(0,this.lo,true);A.V.setInt32(4,this.hi,true);return A.V.getBigUint64(0,true)}}c.PbULong=PbULong;PbULong.ZERO=new PbULong(0,0);class PbLong extends SharedPbLong{static from(i){if(A)switch(typeof i){case"string":if(i=="0")return this.ZERO;if(i=="")throw new Error("string is no integer");i=A.C(i);case"number":if(i===0)return this.ZERO;i=A.C(i);case"bigint":if(!i)return this.ZERO;if(i<A.MIN)throw new Error("signed long too small");if(i>A.MAX)throw new Error("signed long too large");A.V.setBigInt64(0,i,true);return new PbLong(A.V.getInt32(0,true),A.V.getInt32(4,true))}else switch(typeof i){case"string":if(i=="0")return this.ZERO;i=i.trim();if(!C.test(i))throw new Error("string is no integer");let[c,d,A]=p.int64fromString(i);if(c){if(A>v||A==v&&d!=0)throw new Error("signed long too small")}else if(A>=v)throw new Error("signed long too large");let T=new PbLong(d,A);return c?T.negate():T;case"number":if(i==0)return this.ZERO;if(!Number.isSafeInteger(i))throw new Error("number is no integer");return i>0?new PbLong(i,i/S):new PbLong(-i,-i/S).negate()}throw new Error("unknown value "+typeof i)}isNegative(){return(this.hi&v)!==0}negate(){let i=~this.hi,c=this.lo;if(c)c=~c+1;else i+=1;return new PbLong(c,i)}toString(){if(A)return this.toBigInt().toString();if(this.isNegative()){let i=this.negate();return"-"+p.int64toString(i.lo,i.hi)}return p.int64toString(this.lo,this.hi)}toBigInt(){assertBi(A);A.V.setInt32(0,this.lo,true);A.V.setInt32(4,this.hi,true);return A.V.getBigInt64(0,true)}}c.PbLong=PbLong;PbLong.ZERO=new PbLong(0,0)},58950:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.utf8read=void 0;const fromCharCodes=i=>String.fromCharCode.apply(String,i);function utf8read(i){if(i.length<1)return"";let c=0,d=[],p=[],A=0,C;let S=i.length;while(c<S){C=i[c++];if(C<128)p[A++]=C;else if(C>191&&C<224)p[A++]=(C&31)<<6|i[c++]&63;else if(C>239&&C<365){C=((C&7)<<18|(i[c++]&63)<<12|(i[c++]&63)<<6|i[c++]&63)-65536;p[A++]=55296+(C>>10);p[A++]=56320+(C&1023)}else p[A++]=(C&15)<<12|(i[c++]&63)<<6|i[c++]&63;if(A>8191){d.push(fromCharCodes(p));A=0}}if(d.length){if(A)d.push(fromCharCodes(p.slice(0,A)));return d.join("")}return fromCharCodes(p.slice(0,A))}c.utf8read=utf8read},89611:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.ReflectionBinaryReader=void 0;const p=d(54816);const A=d(67910);const C=d(63402);const S=d(19526);class ReflectionBinaryReader{constructor(i){this.info=i}prepare(){var i;if(!this.fieldNoToField){const c=(i=this.info.fields)!==null&&i!==void 0?i:[];this.fieldNoToField=new Map(c.map((i=>[i.no,i])))}}read(i,c,d,C){this.prepare();const S=C===undefined?i.len:i.pos+C;while(i.pos<S){const[C,S]=i.tag(),v=this.fieldNoToField.get(C);if(!v){let A=d.readUnknownField;if(A=="throw")throw new Error(`Unknown field ${C} (wire type ${S}) for ${this.info.typeName}`);let v=i.skip(S);if(A!==false)(A===true?p.UnknownFieldHandler.onRead:A)(this.info.typeName,c,C,S,v);continue}let T=c,_=v.repeat,V=v.localName;if(v.oneof){T=T[v.oneof];if(T.oneofKind!==V)T=c[v.oneof]={oneofKind:V}}switch(v.kind){case"scalar":case"enum":let c=v.kind=="enum"?A.ScalarType.INT32:v.T;let C=v.kind=="scalar"?v.L:undefined;if(_){let d=T[V];if(S==p.WireType.LengthDelimited&&c!=A.ScalarType.STRING&&c!=A.ScalarType.BYTES){let p=i.uint32()+i.pos;while(i.pos<p)d.push(this.scalar(i,c,C))}else d.push(this.scalar(i,c,C))}else T[V]=this.scalar(i,c,C);break;case"message":if(_){let c=T[V];let p=v.T().internalBinaryRead(i,i.uint32(),d);c.push(p)}else T[V]=v.T().internalBinaryRead(i,i.uint32(),d,T[V]);break;case"map":let[Z,ee]=this.mapEntry(v,i,d);T[V][Z]=ee;break}}}mapEntry(i,c,d){let p=c.uint32();let C=c.pos+p;let v=undefined;let T=undefined;while(c.pos<C){let[p,C]=c.tag();switch(p){case 1:if(i.K==A.ScalarType.BOOL)v=c.bool().toString();else v=this.scalar(c,i.K,A.LongType.STRING);break;case 2:switch(i.V.kind){case"scalar":T=this.scalar(c,i.V.T,i.V.L);break;case"enum":T=c.int32();break;case"message":T=i.V.T().internalBinaryRead(c,c.uint32(),d);break}break;default:throw new Error(`Unknown field ${p} (wire type ${C}) in map entry for ${this.info.typeName}#${i.name}`)}}if(v===undefined){let c=S.reflectionScalarDefault(i.K);v=i.K==A.ScalarType.BOOL?c.toString():c}if(T===undefined)switch(i.V.kind){case"scalar":T=S.reflectionScalarDefault(i.V.T,i.V.L);break;case"enum":T=0;break;case"message":T=i.V.T().create();break}return[v,T]}scalar(i,c,d){switch(c){case A.ScalarType.INT32:return i.int32();case A.ScalarType.STRING:return i.string();case A.ScalarType.BOOL:return i.bool();case A.ScalarType.DOUBLE:return i.double();case A.ScalarType.FLOAT:return i.float();case A.ScalarType.INT64:return C.reflectionLongConvert(i.int64(),d);case A.ScalarType.UINT64:return C.reflectionLongConvert(i.uint64(),d);case A.ScalarType.FIXED64:return C.reflectionLongConvert(i.fixed64(),d);case A.ScalarType.FIXED32:return i.fixed32();case A.ScalarType.BYTES:return i.bytes();case A.ScalarType.UINT32:return i.uint32();case A.ScalarType.SFIXED32:return i.sfixed32();case A.ScalarType.SFIXED64:return C.reflectionLongConvert(i.sfixed64(),d);case A.ScalarType.SINT32:return i.sint32();case A.ScalarType.SINT64:return C.reflectionLongConvert(i.sint64(),d)}}}c.ReflectionBinaryReader=ReflectionBinaryReader},66907:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.ReflectionBinaryWriter=void 0;const p=d(54816);const A=d(67910);const C=d(8602);const S=d(61753);class ReflectionBinaryWriter{constructor(i){this.info=i}prepare(){if(!this.fields){const i=this.info.fields?this.info.fields.concat():[];this.fields=i.sort(((i,c)=>i.no-c.no))}}write(i,c,d){this.prepare();for(const p of this.fields){let S,v,T=p.repeat,_=p.localName;if(p.oneof){const c=i[p.oneof];if(c.oneofKind!==_)continue;S=c[_];v=true}else{S=i[_];v=false}switch(p.kind){case"scalar":case"enum":let i=p.kind=="enum"?A.ScalarType.INT32:p.T;if(T){C.assert(Array.isArray(S));if(T==A.RepeatType.PACKED)this.packed(c,i,p.no,S);else for(const d of S)this.scalar(c,i,p.no,d,true)}else if(S===undefined)C.assert(p.opt);else this.scalar(c,i,p.no,S,v||p.opt);break;case"message":if(T){C.assert(Array.isArray(S));for(const i of S)this.message(c,d,p.T(),p.no,i)}else{this.message(c,d,p.T(),p.no,S)}break;case"map":C.assert(typeof S=="object"&&S!==null);for(const[i,A]of Object.entries(S))this.mapEntry(c,d,p,i,A);break}}let S=d.writeUnknownFields;if(S!==false)(S===true?p.UnknownFieldHandler.onWrite:S)(this.info.typeName,i,c)}mapEntry(i,c,d,S,v){i.tag(d.no,p.WireType.LengthDelimited);i.fork();let T=S;switch(d.K){case A.ScalarType.INT32:case A.ScalarType.FIXED32:case A.ScalarType.UINT32:case A.ScalarType.SFIXED32:case A.ScalarType.SINT32:T=Number.parseInt(S);break;case A.ScalarType.BOOL:C.assert(S=="true"||S=="false");T=S=="true";break}this.scalar(i,d.K,1,T,true);switch(d.V.kind){case"scalar":this.scalar(i,d.V.T,2,v,true);break;case"enum":this.scalar(i,A.ScalarType.INT32,2,v,true);break;case"message":this.message(i,c,d.V.T(),2,v);break}i.join()}message(i,c,d,A,C){if(C===undefined)return;d.internalBinaryWrite(C,i.tag(A,p.WireType.LengthDelimited).fork(),c);i.join()}scalar(i,c,d,p,A){let[C,S,v]=this.scalarInfo(c,p);if(!v||A){i.tag(d,C);i[S](p)}}packed(i,c,d,S){if(!S.length)return;C.assert(c!==A.ScalarType.BYTES&&c!==A.ScalarType.STRING);i.tag(d,p.WireType.LengthDelimited);i.fork();let[,v]=this.scalarInfo(c);for(let c=0;c<S.length;c++)i[v](S[c]);i.join()}scalarInfo(i,c){let d=p.WireType.Varint;let C;let v=c===undefined;let T=c===0;switch(i){case A.ScalarType.INT32:C="int32";break;case A.ScalarType.STRING:T=v||!c.length;d=p.WireType.LengthDelimited;C="string";break;case A.ScalarType.BOOL:T=c===false;C="bool";break;case A.ScalarType.UINT32:C="uint32";break;case A.ScalarType.DOUBLE:d=p.WireType.Bit64;C="double";break;case A.ScalarType.FLOAT:d=p.WireType.Bit32;C="float";break;case A.ScalarType.INT64:T=v||S.PbLong.from(c).isZero();C="int64";break;case A.ScalarType.UINT64:T=v||S.PbULong.from(c).isZero();C="uint64";break;case A.ScalarType.FIXED64:T=v||S.PbULong.from(c).isZero();d=p.WireType.Bit64;C="fixed64";break;case A.ScalarType.BYTES:T=v||!c.byteLength;d=p.WireType.LengthDelimited;C="bytes";break;case A.ScalarType.FIXED32:d=p.WireType.Bit32;C="fixed32";break;case A.ScalarType.SFIXED32:d=p.WireType.Bit32;C="sfixed32";break;case A.ScalarType.SFIXED64:T=v||S.PbLong.from(c).isZero();d=p.WireType.Bit64;C="sfixed64";break;case A.ScalarType.SINT32:C="sint32";break;case A.ScalarType.SINT64:T=v||S.PbLong.from(c).isZero();C="sint64";break}return[d,C,v||T]}}c.ReflectionBinaryWriter=ReflectionBinaryWriter},59946:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.containsMessageType=void 0;const p=d(43785);function containsMessageType(i){return i[p.MESSAGE_TYPE]!=null}c.containsMessageType=containsMessageType},75726:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.reflectionCreate=void 0;const p=d(19526);const A=d(43785);function reflectionCreate(i){const c=i.messagePrototype?Object.create(i.messagePrototype):Object.defineProperty({},A.MESSAGE_TYPE,{value:i});for(let d of i.fields){let i=d.localName;if(d.opt)continue;if(d.oneof)c[d.oneof]={oneofKind:undefined};else if(d.repeat)c[i]=[];else switch(d.kind){case"scalar":c[i]=p.reflectionScalarDefault(d.T,d.L);break;case"enum":c[i]=0;break;case"map":c[i]={};break}}return c}c.reflectionCreate=reflectionCreate},4827:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.reflectionEquals=void 0;const p=d(67910);function reflectionEquals(i,c,d){if(c===d)return true;if(!c||!d)return false;for(let C of i.fields){let i=C.localName;let S=C.oneof?c[C.oneof][i]:c[i];let v=C.oneof?d[C.oneof][i]:d[i];switch(C.kind){case"enum":case"scalar":let i=C.kind=="enum"?p.ScalarType.INT32:C.T;if(!(C.repeat?repeatedPrimitiveEq(i,S,v):primitiveEq(i,S,v)))return false;break;case"map":if(!(C.V.kind=="message"?repeatedMsgEq(C.V.T(),A(S),A(v)):repeatedPrimitiveEq(C.V.kind=="enum"?p.ScalarType.INT32:C.V.T,A(S),A(v))))return false;break;case"message":let c=C.T();if(!(C.repeat?repeatedMsgEq(c,S,v):c.equals(S,v)))return false;break}}return true}c.reflectionEquals=reflectionEquals;const A=Object.values;function primitiveEq(i,c,d){if(c===d)return true;if(i!==p.ScalarType.BYTES)return false;let A=c;let C=d;if(A.length!==C.length)return false;for(let i=0;i<A.length;i++)if(A[i]!=C[i])return false;return true}function repeatedPrimitiveEq(i,c,d){if(c.length!==d.length)return false;for(let p=0;p<c.length;p++)if(!primitiveEq(i,c[p],d[p]))return false;return true}function repeatedMsgEq(i,c,d){if(c.length!==d.length)return false;for(let p=0;p<c.length;p++)if(!i.equals(c[p],d[p]))return false;return true}},67910:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.readMessageOption=c.readFieldOption=c.readFieldOptions=c.normalizeFieldInfo=c.RepeatType=c.LongType=c.ScalarType=void 0;const p=d(4073);var A;(function(i){i[i["DOUBLE"]=1]="DOUBLE";i[i["FLOAT"]=2]="FLOAT";i[i["INT64"]=3]="INT64";i[i["UINT64"]=4]="UINT64";i[i["INT32"]=5]="INT32";i[i["FIXED64"]=6]="FIXED64";i[i["FIXED32"]=7]="FIXED32";i[i["BOOL"]=8]="BOOL";i[i["STRING"]=9]="STRING";i[i["BYTES"]=12]="BYTES";i[i["UINT32"]=13]="UINT32";i[i["SFIXED32"]=15]="SFIXED32";i[i["SFIXED64"]=16]="SFIXED64";i[i["SINT32"]=17]="SINT32";i[i["SINT64"]=18]="SINT64"})(A=c.ScalarType||(c.ScalarType={}));var C;(function(i){i[i["BIGINT"]=0]="BIGINT";i[i["STRING"]=1]="STRING";i[i["NUMBER"]=2]="NUMBER"})(C=c.LongType||(c.LongType={}));var S;(function(i){i[i["NO"]=0]="NO";i[i["PACKED"]=1]="PACKED";i[i["UNPACKED"]=2]="UNPACKED"})(S=c.RepeatType||(c.RepeatType={}));function normalizeFieldInfo(i){var c,d,A,C;i.localName=(c=i.localName)!==null&&c!==void 0?c:p.lowerCamelCase(i.name);i.jsonName=(d=i.jsonName)!==null&&d!==void 0?d:p.lowerCamelCase(i.name);i.repeat=(A=i.repeat)!==null&&A!==void 0?A:S.NO;i.opt=(C=i.opt)!==null&&C!==void 0?C:i.repeat?false:i.oneof?false:i.kind=="message";return i}c.normalizeFieldInfo=normalizeFieldInfo;function readFieldOptions(i,c,d,p){var A;const C=(A=i.fields.find(((i,d)=>i.localName==c||d==c)))===null||A===void 0?void 0:A.options;return C&&C[d]?p.fromJson(C[d]):undefined}c.readFieldOptions=readFieldOptions;function readFieldOption(i,c,d,p){var A;const C=(A=i.fields.find(((i,d)=>i.localName==c||d==c)))===null||A===void 0?void 0:A.options;if(!C){return undefined}const S=C[d];if(S===undefined){return S}return p?p.fromJson(S):S}c.readFieldOption=readFieldOption;function readMessageOption(i,c,d){const p=i.options;const A=p[c];if(A===undefined){return A}return d?d.fromJson(A):A}c.readMessageOption=readMessageOption},46790:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.ReflectionJsonReader=void 0;const p=d(49999);const A=d(26335);const C=d(67910);const S=d(61753);const v=d(8602);const T=d(63402);class ReflectionJsonReader{constructor(i){this.info=i}prepare(){var i;if(this.fMap===undefined){this.fMap={};const c=(i=this.info.fields)!==null&&i!==void 0?i:[];for(const i of c){this.fMap[i.name]=i;this.fMap[i.jsonName]=i;this.fMap[i.localName]=i}}}assert(i,c,d){if(!i){let i=p.typeofJsonValue(d);if(i=="number"||i=="boolean")i=d.toString();throw new Error(`Cannot parse JSON ${i} for ${this.info.typeName}#${c}`)}}read(i,c,d){this.prepare();const A=[];for(const[S,v]of Object.entries(i)){const i=this.fMap[S];if(!i){if(!d.ignoreUnknownFields)throw new Error(`Found unknown field while reading ${this.info.typeName} from JSON format. JSON key: ${S}`);continue}const T=i.localName;let _;if(i.oneof){if(v===null&&(i.kind!=="enum"||i.T()[0]!=="google.protobuf.NullValue")){continue}if(A.includes(i.oneof))throw new Error(`Multiple members of the oneof group "${i.oneof}" of ${this.info.typeName} are present in JSON.`);A.push(i.oneof);_=c[i.oneof]={oneofKind:T}}else{_=c}if(i.kind=="map"){if(v===null){continue}this.assert(p.isJsonObject(v),i.name,v);const c=_[T];for(const[p,A]of Object.entries(v)){this.assert(A!==null,i.name+" map value",null);let S;switch(i.V.kind){case"message":S=i.V.T().internalJsonRead(A,d);break;case"enum":S=this.enum(i.V.T(),A,i.name,d.ignoreUnknownFields);if(S===false)continue;break;case"scalar":S=this.scalar(A,i.V.T,i.V.L,i.name);break}this.assert(S!==undefined,i.name+" map value",A);let v=p;if(i.K==C.ScalarType.BOOL)v=v=="true"?true:v=="false"?false:v;v=this.scalar(v,i.K,C.LongType.STRING,i.name).toString();c[v]=S}}else if(i.repeat){if(v===null)continue;this.assert(Array.isArray(v),i.name,v);const c=_[T];for(const p of v){this.assert(p!==null,i.name,null);let A;switch(i.kind){case"message":A=i.T().internalJsonRead(p,d);break;case"enum":A=this.enum(i.T(),p,i.name,d.ignoreUnknownFields);if(A===false)continue;break;case"scalar":A=this.scalar(p,i.T,i.L,i.name);break}this.assert(A!==undefined,i.name,v);c.push(A)}}else{switch(i.kind){case"message":if(v===null&&i.T().typeName!="google.protobuf.Value"){this.assert(i.oneof===undefined,i.name+" (oneof member)",null);continue}_[T]=i.T().internalJsonRead(v,d,_[T]);break;case"enum":if(v===null)continue;let c=this.enum(i.T(),v,i.name,d.ignoreUnknownFields);if(c===false)continue;_[T]=c;break;case"scalar":if(v===null)continue;_[T]=this.scalar(v,i.T,i.L,i.name);break}}}}enum(i,c,d,p){if(i[0]=="google.protobuf.NullValue")v.assert(c===null||c==="NULL_VALUE",`Unable to parse field ${this.info.typeName}#${d}, enum ${i[0]} only accepts null.`);if(c===null)return 0;switch(typeof c){case"number":v.assert(Number.isInteger(c),`Unable to parse field ${this.info.typeName}#${d}, enum can only be integral number, got ${c}.`);return c;case"string":let A=c;if(i[2]&&c.substring(0,i[2].length)===i[2])A=c.substring(i[2].length);let C=i[1][A];if(typeof C==="undefined"&&p){return false}v.assert(typeof C=="number",`Unable to parse field ${this.info.typeName}#${d}, enum ${i[0]} has no value for "${c}".`);return C}v.assert(false,`Unable to parse field ${this.info.typeName}#${d}, cannot parse enum value from ${typeof c}".`)}scalar(i,c,d,p){let _;try{switch(c){case C.ScalarType.DOUBLE:case C.ScalarType.FLOAT:if(i===null)return 0;if(i==="NaN")return Number.NaN;if(i==="Infinity")return Number.POSITIVE_INFINITY;if(i==="-Infinity")return Number.NEGATIVE_INFINITY;if(i===""){_="empty string";break}if(typeof i=="string"&&i.trim().length!==i.length){_="extra whitespace";break}if(typeof i!="string"&&typeof i!="number"){break}let p=Number(i);if(Number.isNaN(p)){_="not a number";break}if(!Number.isFinite(p)){_="too large or small";break}if(c==C.ScalarType.FLOAT)v.assertFloat32(p);return p;case C.ScalarType.INT32:case C.ScalarType.FIXED32:case C.ScalarType.SFIXED32:case C.ScalarType.SINT32:case C.ScalarType.UINT32:if(i===null)return 0;let V;if(typeof i=="number")V=i;else if(i==="")_="empty string";else if(typeof i=="string"){if(i.trim().length!==i.length)_="extra whitespace";else V=Number(i)}if(V===undefined)break;if(c==C.ScalarType.UINT32)v.assertUInt32(V);else v.assertInt32(V);return V;case C.ScalarType.INT64:case C.ScalarType.SFIXED64:case C.ScalarType.SINT64:if(i===null)return T.reflectionLongConvert(S.PbLong.ZERO,d);if(typeof i!="number"&&typeof i!="string")break;return T.reflectionLongConvert(S.PbLong.from(i),d);case C.ScalarType.FIXED64:case C.ScalarType.UINT64:if(i===null)return T.reflectionLongConvert(S.PbULong.ZERO,d);if(typeof i!="number"&&typeof i!="string")break;return T.reflectionLongConvert(S.PbULong.from(i),d);case C.ScalarType.BOOL:if(i===null)return false;if(typeof i!=="boolean")break;return i;case C.ScalarType.STRING:if(i===null)return"";if(typeof i!=="string"){_="extra whitespace";break}try{encodeURIComponent(i)}catch(_){_="invalid UTF8";break}return i;case C.ScalarType.BYTES:if(i===null||i==="")return new Uint8Array(0);if(typeof i!=="string")break;return A.base64decode(i)}}catch(i){_=i.message}this.assert(false,p+(_?" - "+_:""),i)}}c.ReflectionJsonReader=ReflectionJsonReader},11094:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.ReflectionJsonWriter=void 0;const p=d(26335);const A=d(61753);const C=d(67910);const S=d(8602);class ReflectionJsonWriter{constructor(i){var c;this.fields=(c=i.fields)!==null&&c!==void 0?c:[]}write(i,c){const d={},p=i;for(const i of this.fields){if(!i.oneof){let A=this.field(i,p[i.localName],c);if(A!==undefined)d[c.useProtoFieldName?i.name:i.jsonName]=A;continue}const A=p[i.oneof];if(A.oneofKind!==i.localName)continue;const C=i.kind=="scalar"||i.kind=="enum"?Object.assign(Object.assign({},c),{emitDefaultValues:true}):c;let v=this.field(i,A[i.localName],C);S.assert(v!==undefined);d[c.useProtoFieldName?i.name:i.jsonName]=v}return d}field(i,c,d){let p=undefined;if(i.kind=="map"){S.assert(typeof c=="object"&&c!==null);const A={};switch(i.V.kind){case"scalar":for(const[d,p]of Object.entries(c)){const c=this.scalar(i.V.T,p,i.name,false,true);S.assert(c!==undefined);A[d.toString()]=c}break;case"message":const p=i.V.T();for(const[C,v]of Object.entries(c)){const c=this.message(p,v,i.name,d);S.assert(c!==undefined);A[C.toString()]=c}break;case"enum":const C=i.V.T();for(const[p,v]of Object.entries(c)){S.assert(v===undefined||typeof v=="number");const c=this.enum(C,v,i.name,false,true,d.enumAsInteger);S.assert(c!==undefined);A[p.toString()]=c}break}if(d.emitDefaultValues||Object.keys(A).length>0)p=A}else if(i.repeat){S.assert(Array.isArray(c));const A=[];switch(i.kind){case"scalar":for(let d=0;d<c.length;d++){const p=this.scalar(i.T,c[d],i.name,i.opt,true);S.assert(p!==undefined);A.push(p)}break;case"enum":const p=i.T();for(let C=0;C<c.length;C++){S.assert(c[C]===undefined||typeof c[C]=="number");const v=this.enum(p,c[C],i.name,i.opt,true,d.enumAsInteger);S.assert(v!==undefined);A.push(v)}break;case"message":const C=i.T();for(let p=0;p<c.length;p++){const v=this.message(C,c[p],i.name,d);S.assert(v!==undefined);A.push(v)}break}if(d.emitDefaultValues||A.length>0||d.emitDefaultValues)p=A}else{switch(i.kind){case"scalar":p=this.scalar(i.T,c,i.name,i.opt,d.emitDefaultValues);break;case"enum":p=this.enum(i.T(),c,i.name,i.opt,d.emitDefaultValues,d.enumAsInteger);break;case"message":p=this.message(i.T(),c,i.name,d);break}}return p}enum(i,c,d,p,A,C){if(i[0]=="google.protobuf.NullValue")return!A&&!p?undefined:null;if(c===undefined){S.assert(p);return undefined}if(c===0&&!A&&!p)return undefined;S.assert(typeof c=="number");S.assert(Number.isInteger(c));if(C||!i[1].hasOwnProperty(c))return c;if(i[2])return i[2]+i[1][c];return i[1][c]}message(i,c,d,p){if(c===undefined)return p.emitDefaultValues?null:undefined;return i.internalJsonWrite(c,p)}scalar(i,c,d,v,T){if(c===undefined){S.assert(v);return undefined}const _=T||v;switch(i){case C.ScalarType.INT32:case C.ScalarType.SFIXED32:case C.ScalarType.SINT32:if(c===0)return _?0:undefined;S.assertInt32(c);return c;case C.ScalarType.FIXED32:case C.ScalarType.UINT32:if(c===0)return _?0:undefined;S.assertUInt32(c);return c;case C.ScalarType.FLOAT:S.assertFloat32(c);case C.ScalarType.DOUBLE:if(c===0)return _?0:undefined;S.assert(typeof c=="number");if(Number.isNaN(c))return"NaN";if(c===Number.POSITIVE_INFINITY)return"Infinity";if(c===Number.NEGATIVE_INFINITY)return"-Infinity";return c;case C.ScalarType.STRING:if(c==="")return _?"":undefined;S.assert(typeof c=="string");return c;case C.ScalarType.BOOL:if(c===false)return _?false:undefined;S.assert(typeof c=="boolean");return c;case C.ScalarType.UINT64:case C.ScalarType.FIXED64:S.assert(typeof c=="number"||typeof c=="string"||typeof c=="bigint");let i=A.PbULong.from(c);if(i.isZero()&&!_)return undefined;return i.toString();case C.ScalarType.INT64:case C.ScalarType.SFIXED64:case C.ScalarType.SINT64:S.assert(typeof c=="number"||typeof c=="string"||typeof c=="bigint");let d=A.PbLong.from(c);if(d.isZero()&&!_)return undefined;return d.toString();case C.ScalarType.BYTES:S.assert(c instanceof Uint8Array);if(!c.byteLength)return _?"":undefined;return p.base64encode(c)}}}c.ReflectionJsonWriter=ReflectionJsonWriter},63402:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.reflectionLongConvert=void 0;const p=d(67910);function reflectionLongConvert(i,c){switch(c){case p.LongType.BIGINT:return i.toBigInt();case p.LongType.NUMBER:return i.toNumber();default:return i.toString()}}c.reflectionLongConvert=reflectionLongConvert},98044:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.reflectionMergePartial=void 0;function reflectionMergePartial(i,c,d){let p,A=d,C;for(let d of i.fields){let i=d.localName;if(d.oneof){const S=A[d.oneof];if((S===null||S===void 0?void 0:S.oneofKind)==undefined){continue}p=S[i];C=c[d.oneof];C.oneofKind=S.oneofKind;if(p==undefined){delete C[i];continue}}else{p=A[i];C=c;if(p==undefined){continue}}if(d.repeat)C[i].length=p.length;switch(d.kind){case"scalar":case"enum":if(d.repeat)for(let c=0;c<p.length;c++)C[i][c]=p[c];else C[i]=p;break;case"message":let c=d.T();if(d.repeat)for(let d=0;d<p.length;d++)C[i][d]=c.create(p[d]);else if(C[i]===undefined)C[i]=c.create(p);else c.mergePartial(C[i],p);break;case"map":switch(d.V.kind){case"scalar":case"enum":Object.assign(C[i],p);break;case"message":let c=d.V.T();for(let d of Object.keys(p))C[i][d]=c.create(p[d]);break}break}}}c.reflectionMergePartial=reflectionMergePartial},19526:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.reflectionScalarDefault=void 0;const p=d(67910);const A=d(63402);const C=d(61753);function reflectionScalarDefault(i,c=p.LongType.STRING){switch(i){case p.ScalarType.BOOL:return false;case p.ScalarType.UINT64:case p.ScalarType.FIXED64:return A.reflectionLongConvert(C.PbULong.ZERO,c);case p.ScalarType.INT64:case p.ScalarType.SFIXED64:case p.ScalarType.SINT64:return A.reflectionLongConvert(C.PbLong.ZERO,c);case p.ScalarType.DOUBLE:case p.ScalarType.FLOAT:return 0;case p.ScalarType.BYTES:return new Uint8Array(0);case p.ScalarType.STRING:return"";default:return 0}}c.reflectionScalarDefault=reflectionScalarDefault},25167:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.ReflectionTypeCheck=void 0;const p=d(67910);const A=d(18063);class ReflectionTypeCheck{constructor(i){var c;this.fields=(c=i.fields)!==null&&c!==void 0?c:[]}prepare(){if(this.data)return;const i=[],c=[],d=[];for(let p of this.fields){if(p.oneof){if(!d.includes(p.oneof)){d.push(p.oneof);i.push(p.oneof);c.push(p.oneof)}}else{c.push(p.localName);switch(p.kind){case"scalar":case"enum":if(!p.opt||p.repeat)i.push(p.localName);break;case"message":if(p.repeat)i.push(p.localName);break;case"map":i.push(p.localName);break}}}this.data={req:i,known:c,oneofs:Object.values(d)}}is(i,c,d=false){if(c<0)return true;if(i===null||i===undefined||typeof i!="object")return false;this.prepare();let p=Object.keys(i),C=this.data;if(p.length<C.req.length||C.req.some((i=>!p.includes(i))))return false;if(!d){if(p.some((i=>!C.known.includes(i))))return false}if(c<1){return true}for(const p of C.oneofs){const C=i[p];if(!A.isOneofGroup(C))return false;if(C.oneofKind===undefined)continue;const S=this.fields.find((i=>i.localName===C.oneofKind));if(!S)return false;if(!this.field(C[C.oneofKind],S,d,c))return false}for(const p of this.fields){if(p.oneof!==undefined)continue;if(!this.field(i[p.localName],p,d,c))return false}return true}field(i,c,d,A){let C=c.repeat;switch(c.kind){case"scalar":if(i===undefined)return c.opt;if(C)return this.scalars(i,c.T,A,c.L);return this.scalar(i,c.T,c.L);case"enum":if(i===undefined)return c.opt;if(C)return this.scalars(i,p.ScalarType.INT32,A);return this.scalar(i,p.ScalarType.INT32);case"message":if(i===undefined)return true;if(C)return this.messages(i,c.T(),d,A);return this.message(i,c.T(),d,A);case"map":if(typeof i!="object"||i===null)return false;if(A<2)return true;if(!this.mapKeys(i,c.K,A))return false;switch(c.V.kind){case"scalar":return this.scalars(Object.values(i),c.V.T,A,c.V.L);case"enum":return this.scalars(Object.values(i),p.ScalarType.INT32,A);case"message":return this.messages(Object.values(i),c.V.T(),d,A)}break}return true}message(i,c,d,p){if(d){return c.isAssignable(i,p)}return c.is(i,p)}messages(i,c,d,p){if(!Array.isArray(i))return false;if(p<2)return true;if(d){for(let d=0;d<i.length&&d<p;d++)if(!c.isAssignable(i[d],p-1))return false}else{for(let d=0;d<i.length&&d<p;d++)if(!c.is(i[d],p-1))return false}return true}scalar(i,c,d){let A=typeof i;switch(c){case p.ScalarType.UINT64:case p.ScalarType.FIXED64:case p.ScalarType.INT64:case p.ScalarType.SFIXED64:case p.ScalarType.SINT64:switch(d){case p.LongType.BIGINT:return A=="bigint";case p.LongType.NUMBER:return A=="number"&&!isNaN(i);default:return A=="string"}case p.ScalarType.BOOL:return A=="boolean";case p.ScalarType.STRING:return A=="string";case p.ScalarType.BYTES:return i instanceof Uint8Array;case p.ScalarType.DOUBLE:case p.ScalarType.FLOAT:return A=="number"&&!isNaN(i);default:return A=="number"&&Number.isInteger(i)}}scalars(i,c,d,p){if(!Array.isArray(i))return false;if(d<2)return true;if(Array.isArray(i))for(let A=0;A<i.length&&A<d;A++)if(!this.scalar(i[A],c,p))return false;return true}mapKeys(i,c,d){let A=Object.keys(i);switch(c){case p.ScalarType.INT32:case p.ScalarType.FIXED32:case p.ScalarType.SFIXED32:case p.ScalarType.SINT32:case p.ScalarType.UINT32:return this.scalars(A.slice(0,d).map((i=>parseInt(i))),c,d);case p.ScalarType.BOOL:return this.scalars(A.slice(0,d).map((i=>i=="true"?true:i=="false"?false:i)),c,d);default:return this.scalars(A,c,d,p.LongType.STRING)}}}c.ReflectionTypeCheck=ReflectionTypeCheck},37855:(i,c)=>{"use strict";function find(i,c,d){if(d===undefined){d=Array.prototype}if(i&&typeof d.find==="function"){return d.find.call(i,c)}for(var p=0;p<i.length;p++){if(Object.prototype.hasOwnProperty.call(i,p)){var A=i[p];if(c.call(undefined,A,p,i)){return A}}}}function freeze(i,c){if(c===undefined){c=Object}return c&&typeof c.freeze==="function"?c.freeze(i):i}function assign(i,c){if(i===null||typeof i!=="object"){throw new TypeError("target is not an object")}for(var d in c){if(Object.prototype.hasOwnProperty.call(c,d)){i[d]=c[d]}}return i}var d=freeze({HTML:"text/html",isHTML:function(i){return i===d.HTML},XML_APPLICATION:"application/xml",XML_TEXT:"text/xml",XML_XHTML_APPLICATION:"application/xhtml+xml",XML_SVG_IMAGE:"image/svg+xml"});var p=freeze({HTML:"http://www.w3.org/1999/xhtml",isHTML:function(i){return i===p.HTML},SVG:"http://www.w3.org/2000/svg",XML:"http://www.w3.org/XML/1998/namespace",XMLNS:"http://www.w3.org/2000/xmlns/"});c.assign=assign;c.find=find;c.freeze=freeze;c.MIME_TYPE=d;c.NAMESPACE=p},74847:(i,c,d)=>{var p;var A=d(37855);var C=d(67311);var S=d(24124);var v=d(11995);var T=C.DOMImplementation;var _=A.NAMESPACE;var V=v.ParseError;var Z=v.XMLReader;function normalizeLineEndings(i){return i.replace(/\r[\n\u0085]/g,"\n").replace(/[\r\u0085\u2028]/g,"\n")}function DOMParser(i){this.options=i||{locator:{}}}DOMParser.prototype.parseFromString=function(i,c){var d=this.options;var p=new Z;var A=d.domBuilder||new DOMHandler;var C=d.errorHandler;var v=d.locator;var T=d.xmlns||{};var V=/\/x?html?$/.test(c);var ee=V?S.HTML_ENTITIES:S.XML_ENTITIES;if(v){A.setDocumentLocator(v)}p.errorHandler=buildErrorHandler(C,A,v);p.domBuilder=d.domBuilder||A;if(V){T[""]=_.HTML}T.xml=T.xml||_.XML;var te=d.normalizeLineEndings||normalizeLineEndings;if(i&&typeof i==="string"){p.parse(te(i),T,ee)}else{p.errorHandler.error("invalid doc source")}return A.doc};function buildErrorHandler(i,c,d){if(!i){if(c instanceof DOMHandler){return c}i=c}var p={};var A=i instanceof Function;d=d||{};function build(c){var C=i[c];if(!C&&A){C=i.length==2?function(d){i(c,d)}:i}p[c]=C&&function(i){C("[xmldom "+c+"]\t"+i+_locator(d))}||function(){}}build("warning");build("error");build("fatalError");return p}function DOMHandler(){this.cdata=false}function position(i,c){c.lineNumber=i.lineNumber;c.columnNumber=i.columnNumber}DOMHandler.prototype={startDocument:function(){this.doc=(new T).createDocument(null,null,null);if(this.locator){this.doc.documentURI=this.locator.systemId}},startElement:function(i,c,d,p){var A=this.doc;var C=A.createElementNS(i,d||c);var S=p.length;appendElement(this,C);this.currentElement=C;this.locator&&position(this.locator,C);for(var v=0;v<S;v++){var i=p.getURI(v);var T=p.getValue(v);var d=p.getQName(v);var _=A.createAttributeNS(i,d);this.locator&&position(p.getLocator(v),_);_.value=_.nodeValue=T;C.setAttributeNode(_)}},endElement:function(i,c,d){var p=this.currentElement;var A=p.tagName;this.currentElement=p.parentNode},startPrefixMapping:function(i,c){},endPrefixMapping:function(i){},processingInstruction:function(i,c){var d=this.doc.createProcessingInstruction(i,c);this.locator&&position(this.locator,d);appendElement(this,d)},ignorableWhitespace:function(i,c,d){},characters:function(i,c,d){i=_toString.apply(this,arguments);if(i){if(this.cdata){var p=this.doc.createCDATASection(i)}else{var p=this.doc.createTextNode(i)}if(this.currentElement){this.currentElement.appendChild(p)}else if(/^\s*$/.test(i)){this.doc.appendChild(p)}this.locator&&position(this.locator,p)}},skippedEntity:function(i){},endDocument:function(){this.doc.normalize()},setDocumentLocator:function(i){if(this.locator=i){i.lineNumber=0}},comment:function(i,c,d){i=_toString.apply(this,arguments);var p=this.doc.createComment(i);this.locator&&position(this.locator,p);appendElement(this,p)},startCDATA:function(){this.cdata=true},endCDATA:function(){this.cdata=false},startDTD:function(i,c,d){var p=this.doc.implementation;if(p&&p.createDocumentType){var A=p.createDocumentType(i,c,d);this.locator&&position(this.locator,A);appendElement(this,A);this.doc.doctype=A}},warning:function(i){console.warn("[xmldom warning]\t"+i,_locator(this.locator))},error:function(i){console.error("[xmldom error]\t"+i,_locator(this.locator))},fatalError:function(i){throw new V(i,this.locator)}};function _locator(i){if(i){return"\n@"+(i.systemId||"")+"#[line:"+i.lineNumber+",col:"+i.columnNumber+"]"}}function _toString(i,c,d){if(typeof i=="string"){return i.substr(c,d)}else{if(i.length>=c+d||c){return new java.lang.String(i,c,d)+""}return i}}"endDTD,startEntity,endEntity,attributeDecl,elementDecl,externalEntityDecl,internalEntityDecl,resolveEntity,getExternalSubset,notationDecl,unparsedEntityDecl".replace(/\w+/g,(function(i){DOMHandler.prototype[i]=function(){return null}}));function appendElement(i,c){if(!i.currentElement){i.doc.appendChild(c)}else{i.currentElement.appendChild(c)}}p=DOMHandler;p=normalizeLineEndings;c.DOMParser=DOMParser},67311:(i,c,d)=>{var p=d(37855);var A=p.find;var C=p.NAMESPACE;function notEmptyString(i){return i!==""}function splitOnASCIIWhitespace(i){return i?i.split(/[\t\n\f\r ]+/).filter(notEmptyString):[]}function orderedSetReducer(i,c){if(!i.hasOwnProperty(c)){i[c]=true}return i}function toOrderedSet(i){if(!i)return[];var c=splitOnASCIIWhitespace(i);return Object.keys(c.reduce(orderedSetReducer,{}))}function arrayIncludes(i){return function(c){return i&&i.indexOf(c)!==-1}}function copy(i,c){for(var d in i){if(Object.prototype.hasOwnProperty.call(i,d)){c[d]=i[d]}}}function _extends(i,c){var d=i.prototype;if(!(d instanceof c)){function t(){}t.prototype=c.prototype;t=new t;copy(d,t);i.prototype=d=t}if(d.constructor!=i){if(typeof i!="function"){console.error("unknown Class:"+i)}d.constructor=i}}var S={};var v=S.ELEMENT_NODE=1;var T=S.ATTRIBUTE_NODE=2;var _=S.TEXT_NODE=3;var V=S.CDATA_SECTION_NODE=4;var Z=S.ENTITY_REFERENCE_NODE=5;var ee=S.ENTITY_NODE=6;var te=S.PROCESSING_INSTRUCTION_NODE=7;var re=S.COMMENT_NODE=8;var ne=S.DOCUMENT_NODE=9;var ie=S.DOCUMENT_TYPE_NODE=10;var se=S.DOCUMENT_FRAGMENT_NODE=11;var ae=S.NOTATION_NODE=12;var oe={};var le={};var ce=oe.INDEX_SIZE_ERR=(le[1]="Index size error",1);var de=oe.DOMSTRING_SIZE_ERR=(le[2]="DOMString size error",2);var ue=oe.HIERARCHY_REQUEST_ERR=(le[3]="Hierarchy request error",3);var pe=oe.WRONG_DOCUMENT_ERR=(le[4]="Wrong document",4);var Ae=oe.INVALID_CHARACTER_ERR=(le[5]="Invalid character",5);var fe=oe.NO_DATA_ALLOWED_ERR=(le[6]="No data allowed",6);var he=oe.NO_MODIFICATION_ALLOWED_ERR=(le[7]="No modification allowed",7);var me=oe.NOT_FOUND_ERR=(le[8]="Not found",8);var ge=oe.NOT_SUPPORTED_ERR=(le[9]="Not supported",9);var ye=oe.INUSE_ATTRIBUTE_ERR=(le[10]="Attribute in use",10);var Ee=oe.INVALID_STATE_ERR=(le[11]="Invalid state",11);var be=oe.SYNTAX_ERR=(le[12]="Syntax error",12);var Ce=oe.INVALID_MODIFICATION_ERR=(le[13]="Invalid modification",13);var we=oe.NAMESPACE_ERR=(le[14]="Invalid namespace",14);var Ie=oe.INVALID_ACCESS_ERR=(le[15]="Invalid access",15);function DOMException(i,c){if(c instanceof Error){var d=c}else{d=this;Error.call(this,le[i]);this.message=le[i];if(Error.captureStackTrace)Error.captureStackTrace(this,DOMException)}d.code=i;if(c)this.message=this.message+": "+c;return d}DOMException.prototype=Error.prototype;copy(oe,DOMException);function NodeList(){}NodeList.prototype={length:0,item:function(i){return i>=0&&i<this.length?this[i]:null},toString:function(i,c){for(var d=[],p=0;p<this.length;p++){serializeToString(this[p],d,i,c)}return d.join("")},filter:function(i){return Array.prototype.filter.call(this,i)},indexOf:function(i){return Array.prototype.indexOf.call(this,i)}};function LiveNodeList(i,c){this._node=i;this._refresh=c;_updateLiveList(this)}function _updateLiveList(i){var c=i._node._inc||i._node.ownerDocument._inc;if(i._inc!==c){var d=i._refresh(i._node);__set__(i,"length",d.length);if(!i.$$length||d.length<i.$$length){for(var p=d.length;p in i;p++){if(Object.prototype.hasOwnProperty.call(i,p)){delete i[p]}}}copy(d,i);i._inc=c}}LiveNodeList.prototype.item=function(i){_updateLiveList(this);return this[i]||null};_extends(LiveNodeList,NodeList);function NamedNodeMap(){}function _findNodeIndex(i,c){var d=i.length;while(d--){if(i[d]===c){return d}}}function _addNamedNode(i,c,d,p){if(p){c[_findNodeIndex(c,p)]=d}else{c[c.length++]=d}if(i){d.ownerElement=i;var A=i.ownerDocument;if(A){p&&_onRemoveAttribute(A,i,p);_onAddAttribute(A,i,d)}}}function _removeNamedNode(i,c,d){var p=_findNodeIndex(c,d);if(p>=0){var A=c.length-1;while(p<A){c[p]=c[++p]}c.length=A;if(i){var C=i.ownerDocument;if(C){_onRemoveAttribute(C,i,d);d.ownerElement=null}}}else{throw new DOMException(me,new Error(i.tagName+"@"+d))}}NamedNodeMap.prototype={length:0,item:NodeList.prototype.item,getNamedItem:function(i){var c=this.length;while(c--){var d=this[c];if(d.nodeName==i){return d}}},setNamedItem:function(i){var c=i.ownerElement;if(c&&c!=this._ownerElement){throw new DOMException(ye)}var d=this.getNamedItem(i.nodeName);_addNamedNode(this._ownerElement,this,i,d);return d},setNamedItemNS:function(i){var c=i.ownerElement,d;if(c&&c!=this._ownerElement){throw new DOMException(ye)}d=this.getNamedItemNS(i.namespaceURI,i.localName);_addNamedNode(this._ownerElement,this,i,d);return d},removeNamedItem:function(i){var c=this.getNamedItem(i);_removeNamedNode(this._ownerElement,this,c);return c},removeNamedItemNS:function(i,c){var d=this.getNamedItemNS(i,c);_removeNamedNode(this._ownerElement,this,d);return d},getNamedItemNS:function(i,c){var d=this.length;while(d--){var p=this[d];if(p.localName==c&&p.namespaceURI==i){return p}}return null}};function DOMImplementation(){}DOMImplementation.prototype={hasFeature:function(i,c){return true},createDocument:function(i,c,d){var p=new Document;p.implementation=this;p.childNodes=new NodeList;p.doctype=d||null;if(d){p.appendChild(d)}if(c){var A=p.createElementNS(i,c);p.appendChild(A)}return p},createDocumentType:function(i,c,d){var p=new DocumentType;p.name=i;p.nodeName=i;p.publicId=c||"";p.systemId=d||"";return p}};function Node(){}Node.prototype={firstChild:null,lastChild:null,previousSibling:null,nextSibling:null,attributes:null,parentNode:null,childNodes:null,ownerDocument:null,nodeValue:null,namespaceURI:null,prefix:null,localName:null,insertBefore:function(i,c){return _insertBefore(this,i,c)},replaceChild:function(i,c){_insertBefore(this,i,c,assertPreReplacementValidityInDocument);if(c){this.removeChild(c)}},removeChild:function(i){return _removeChild(this,i)},appendChild:function(i){return this.insertBefore(i,null)},hasChildNodes:function(){return this.firstChild!=null},cloneNode:function(i){return cloneNode(this.ownerDocument||this,this,i)},normalize:function(){var i=this.firstChild;while(i){var c=i.nextSibling;if(c&&c.nodeType==_&&i.nodeType==_){this.removeChild(c);i.appendData(c.data)}else{i.normalize();i=c}}},isSupported:function(i,c){return this.ownerDocument.implementation.hasFeature(i,c)},hasAttributes:function(){return this.attributes.length>0},lookupPrefix:function(i){var c=this;while(c){var d=c._nsMap;if(d){for(var p in d){if(Object.prototype.hasOwnProperty.call(d,p)&&d[p]===i){return p}}}c=c.nodeType==T?c.ownerDocument:c.parentNode}return null},lookupNamespaceURI:function(i){var c=this;while(c){var d=c._nsMap;if(d){if(Object.prototype.hasOwnProperty.call(d,i)){return d[i]}}c=c.nodeType==T?c.ownerDocument:c.parentNode}return null},isDefaultNamespace:function(i){var c=this.lookupPrefix(i);return c==null}};function _xmlEncoder(i){return i=="<"&&"<"||i==">"&&">"||i=="&"&&"&"||i=='"'&&"""||"&#"+i.charCodeAt()+";"}copy(S,Node);copy(S,Node.prototype);function _visitNode(i,c){if(c(i)){return true}if(i=i.firstChild){do{if(_visitNode(i,c)){return true}}while(i=i.nextSibling)}}function Document(){this.ownerDocument=this}function _onAddAttribute(i,c,d){i&&i._inc++;var p=d.namespaceURI;if(p===C.XMLNS){c._nsMap[d.prefix?d.localName:""]=d.value}}function _onRemoveAttribute(i,c,d,p){i&&i._inc++;var A=d.namespaceURI;if(A===C.XMLNS){delete c._nsMap[d.prefix?d.localName:""]}}function _onUpdateChild(i,c,d){if(i&&i._inc){i._inc++;var p=c.childNodes;if(d){p[p.length++]=d}else{var A=c.firstChild;var C=0;while(A){p[C++]=A;A=A.nextSibling}p.length=C;delete p[p.length]}}}function _removeChild(i,c){var d=c.previousSibling;var p=c.nextSibling;if(d){d.nextSibling=p}else{i.firstChild=p}if(p){p.previousSibling=d}else{i.lastChild=d}c.parentNode=null;c.previousSibling=null;c.nextSibling=null;_onUpdateChild(i.ownerDocument,i);return c}function hasValidParentNodeType(i){return i&&(i.nodeType===Node.DOCUMENT_NODE||i.nodeType===Node.DOCUMENT_FRAGMENT_NODE||i.nodeType===Node.ELEMENT_NODE)}function hasInsertableNodeType(i){return i&&(isElementNode(i)||isTextNode(i)||isDocTypeNode(i)||i.nodeType===Node.DOCUMENT_FRAGMENT_NODE||i.nodeType===Node.COMMENT_NODE||i.nodeType===Node.PROCESSING_INSTRUCTION_NODE)}function isDocTypeNode(i){return i&&i.nodeType===Node.DOCUMENT_TYPE_NODE}function isElementNode(i){return i&&i.nodeType===Node.ELEMENT_NODE}function isTextNode(i){return i&&i.nodeType===Node.TEXT_NODE}function isElementInsertionPossible(i,c){var d=i.childNodes||[];if(A(d,isElementNode)||isDocTypeNode(c)){return false}var p=A(d,isDocTypeNode);return!(c&&p&&d.indexOf(p)>d.indexOf(c))}function isElementReplacementPossible(i,c){var d=i.childNodes||[];function hasElementChildThatIsNotChild(i){return isElementNode(i)&&i!==c}if(A(d,hasElementChildThatIsNotChild)){return false}var p=A(d,isDocTypeNode);return!(c&&p&&d.indexOf(p)>d.indexOf(c))}function assertPreInsertionValidity1to5(i,c,d){if(!hasValidParentNodeType(i)){throw new DOMException(ue,"Unexpected parent node type "+i.nodeType)}if(d&&d.parentNode!==i){throw new DOMException(me,"child not in parent")}if(!hasInsertableNodeType(c)||isDocTypeNode(c)&&i.nodeType!==Node.DOCUMENT_NODE){throw new DOMException(ue,"Unexpected node type "+c.nodeType+" for parent node type "+i.nodeType)}}function assertPreInsertionValidityInDocument(i,c,d){var p=i.childNodes||[];var C=c.childNodes||[];if(c.nodeType===Node.DOCUMENT_FRAGMENT_NODE){var S=C.filter(isElementNode);if(S.length>1||A(C,isTextNode)){throw new DOMException(ue,"More than one element or text in fragment")}if(S.length===1&&!isElementInsertionPossible(i,d)){throw new DOMException(ue,"Element in fragment can not be inserted before doctype")}}if(isElementNode(c)){if(!isElementInsertionPossible(i,d)){throw new DOMException(ue,"Only one element can be added and only after doctype")}}if(isDocTypeNode(c)){if(A(p,isDocTypeNode)){throw new DOMException(ue,"Only one doctype is allowed")}var v=A(p,isElementNode);if(d&&p.indexOf(v)<p.indexOf(d)){throw new DOMException(ue,"Doctype can only be inserted before an element")}if(!d&&v){throw new DOMException(ue,"Doctype can not be appended since element is present")}}}function assertPreReplacementValidityInDocument(i,c,d){var p=i.childNodes||[];var C=c.childNodes||[];if(c.nodeType===Node.DOCUMENT_FRAGMENT_NODE){var S=C.filter(isElementNode);if(S.length>1||A(C,isTextNode)){throw new DOMException(ue,"More than one element or text in fragment")}if(S.length===1&&!isElementReplacementPossible(i,d)){throw new DOMException(ue,"Element in fragment can not be inserted before doctype")}}if(isElementNode(c)){if(!isElementReplacementPossible(i,d)){throw new DOMException(ue,"Only one element can be added and only after doctype")}}if(isDocTypeNode(c)){function hasDoctypeChildThatIsNotChild(i){return isDocTypeNode(i)&&i!==d}if(A(p,hasDoctypeChildThatIsNotChild)){throw new DOMException(ue,"Only one doctype is allowed")}var v=A(p,isElementNode);if(d&&p.indexOf(v)<p.indexOf(d)){throw new DOMException(ue,"Doctype can only be inserted before an element")}}}function _insertBefore(i,c,d,p){assertPreInsertionValidity1to5(i,c,d);if(i.nodeType===Node.DOCUMENT_NODE){(p||assertPreInsertionValidityInDocument)(i,c,d)}var A=c.parentNode;if(A){A.removeChild(c)}if(c.nodeType===se){var C=c.firstChild;if(C==null){return c}var S=c.lastChild}else{C=S=c}var v=d?d.previousSibling:i.lastChild;C.previousSibling=v;S.nextSibling=d;if(v){v.nextSibling=C}else{i.firstChild=C}if(d==null){i.lastChild=S}else{d.previousSibling=S}do{C.parentNode=i;var T=i.ownerDocument||i;_updateOwnerDocument(C,T)}while(C!==S&&(C=C.nextSibling));_onUpdateChild(i.ownerDocument||i,i);if(c.nodeType==se){c.firstChild=c.lastChild=null}return c}function _updateOwnerDocument(i,c){if(i.ownerDocument===c){return}i.ownerDocument=c;if(i.nodeType===v&&i.attributes){for(var d=0;d<i.attributes.length;d++){var p=i.attributes.item(d);if(p){p.ownerDocument=c}}}var A=i.firstChild;while(A){_updateOwnerDocument(A,c);A=A.nextSibling}}function _appendSingleChild(i,c){if(c.parentNode){c.parentNode.removeChild(c)}c.parentNode=i;c.previousSibling=i.lastChild;c.nextSibling=null;if(c.previousSibling){c.previousSibling.nextSibling=c}else{i.firstChild=c}i.lastChild=c;_onUpdateChild(i.ownerDocument,i,c);var d=i.ownerDocument||i;_updateOwnerDocument(c,d);return c}Document.prototype={nodeName:"#document",nodeType:ne,doctype:null,documentElement:null,_inc:1,insertBefore:function(i,c){if(i.nodeType==se){var d=i.firstChild;while(d){var p=d.nextSibling;this.insertBefore(d,c);d=p}return i}_insertBefore(this,i,c);_updateOwnerDocument(i,this);if(this.documentElement===null&&i.nodeType===v){this.documentElement=i}return i},removeChild:function(i){if(this.documentElement==i){this.documentElement=null}return _removeChild(this,i)},replaceChild:function(i,c){_insertBefore(this,i,c,assertPreReplacementValidityInDocument);_updateOwnerDocument(i,this);if(c){this.removeChild(c)}if(isElementNode(i)){this.documentElement=i}},importNode:function(i,c){return importNode(this,i,c)},getElementById:function(i){var c=null;_visitNode(this.documentElement,(function(d){if(d.nodeType==v){if(d.getAttribute("id")==i){c=d;return true}}}));return c},getElementsByClassName:function(i){var c=toOrderedSet(i);return new LiveNodeList(this,(function(d){var p=[];if(c.length>0){_visitNode(d.documentElement,(function(A){if(A!==d&&A.nodeType===v){var C=A.getAttribute("class");if(C){var S=i===C;if(!S){var T=toOrderedSet(C);S=c.every(arrayIncludes(T))}if(S){p.push(A)}}}}))}return p}))},createElement:function(i){var c=new Element;c.ownerDocument=this;c.nodeName=i;c.tagName=i;c.localName=i;c.childNodes=new NodeList;var d=c.attributes=new NamedNodeMap;d._ownerElement=c;return c},createDocumentFragment:function(){var i=new DocumentFragment;i.ownerDocument=this;i.childNodes=new NodeList;return i},createTextNode:function(i){var c=new Text;c.ownerDocument=this;c.appendData(i);return c},createComment:function(i){var c=new Comment;c.ownerDocument=this;c.appendData(i);return c},createCDATASection:function(i){var c=new CDATASection;c.ownerDocument=this;c.appendData(i);return c},createProcessingInstruction:function(i,c){var d=new ProcessingInstruction;d.ownerDocument=this;d.tagName=d.nodeName=d.target=i;d.nodeValue=d.data=c;return d},createAttribute:function(i){var c=new Attr;c.ownerDocument=this;c.name=i;c.nodeName=i;c.localName=i;c.specified=true;return c},createEntityReference:function(i){var c=new EntityReference;c.ownerDocument=this;c.nodeName=i;return c},createElementNS:function(i,c){var d=new Element;var p=c.split(":");var A=d.attributes=new NamedNodeMap;d.childNodes=new NodeList;d.ownerDocument=this;d.nodeName=c;d.tagName=c;d.namespaceURI=i;if(p.length==2){d.prefix=p[0];d.localName=p[1]}else{d.localName=c}A._ownerElement=d;return d},createAttributeNS:function(i,c){var d=new Attr;var p=c.split(":");d.ownerDocument=this;d.nodeName=c;d.name=c;d.namespaceURI=i;d.specified=true;if(p.length==2){d.prefix=p[0];d.localName=p[1]}else{d.localName=c}return d}};_extends(Document,Node);function Element(){this._nsMap={}}Element.prototype={nodeType:v,hasAttribute:function(i){return this.getAttributeNode(i)!=null},getAttribute:function(i){var c=this.getAttributeNode(i);return c&&c.value||""},getAttributeNode:function(i){return this.attributes.getNamedItem(i)},setAttribute:function(i,c){var d=this.ownerDocument.createAttribute(i);d.value=d.nodeValue=""+c;this.setAttributeNode(d)},removeAttribute:function(i){var c=this.getAttributeNode(i);c&&this.removeAttributeNode(c)},appendChild:function(i){if(i.nodeType===se){return this.insertBefore(i,null)}else{return _appendSingleChild(this,i)}},setAttributeNode:function(i){return this.attributes.setNamedItem(i)},setAttributeNodeNS:function(i){return this.attributes.setNamedItemNS(i)},removeAttributeNode:function(i){return this.attributes.removeNamedItem(i.nodeName)},removeAttributeNS:function(i,c){var d=this.getAttributeNodeNS(i,c);d&&this.removeAttributeNode(d)},hasAttributeNS:function(i,c){return this.getAttributeNodeNS(i,c)!=null},getAttributeNS:function(i,c){var d=this.getAttributeNodeNS(i,c);return d&&d.value||""},setAttributeNS:function(i,c,d){var p=this.ownerDocument.createAttributeNS(i,c);p.value=p.nodeValue=""+d;this.setAttributeNode(p)},getAttributeNodeNS:function(i,c){return this.attributes.getNamedItemNS(i,c)},getElementsByTagName:function(i){return new LiveNodeList(this,(function(c){var d=[];_visitNode(c,(function(p){if(p!==c&&p.nodeType==v&&(i==="*"||p.tagName==i)){d.push(p)}}));return d}))},getElementsByTagNameNS:function(i,c){return new LiveNodeList(this,(function(d){var p=[];_visitNode(d,(function(A){if(A!==d&&A.nodeType===v&&(i==="*"||A.namespaceURI===i)&&(c==="*"||A.localName==c)){p.push(A)}}));return p}))}};Document.prototype.getElementsByTagName=Element.prototype.getElementsByTagName;Document.prototype.getElementsByTagNameNS=Element.prototype.getElementsByTagNameNS;_extends(Element,Node);function Attr(){}Attr.prototype.nodeType=T;_extends(Attr,Node);function CharacterData(){}CharacterData.prototype={data:"",substringData:function(i,c){return this.data.substring(i,i+c)},appendData:function(i){i=this.data+i;this.nodeValue=this.data=i;this.length=i.length},insertData:function(i,c){this.replaceData(i,0,c)},appendChild:function(i){throw new Error(le[ue])},deleteData:function(i,c){this.replaceData(i,c,"")},replaceData:function(i,c,d){var p=this.data.substring(0,i);var A=this.data.substring(i+c);d=p+d+A;this.nodeValue=this.data=d;this.length=d.length}};_extends(CharacterData,Node);function Text(){}Text.prototype={nodeName:"#text",nodeType:_,splitText:function(i){var c=this.data;var d=c.substring(i);c=c.substring(0,i);this.data=this.nodeValue=c;this.length=c.length;var p=this.ownerDocument.createTextNode(d);if(this.parentNode){this.parentNode.insertBefore(p,this.nextSibling)}return p}};_extends(Text,CharacterData);function Comment(){}Comment.prototype={nodeName:"#comment",nodeType:re};_extends(Comment,CharacterData);function CDATASection(){}CDATASection.prototype={nodeName:"#cdata-section",nodeType:V};_extends(CDATASection,CharacterData);function DocumentType(){}DocumentType.prototype.nodeType=ie;_extends(DocumentType,Node);function Notation(){}Notation.prototype.nodeType=ae;_extends(Notation,Node);function Entity(){}Entity.prototype.nodeType=ee;_extends(Entity,Node);function EntityReference(){}EntityReference.prototype.nodeType=Z;_extends(EntityReference,Node);function DocumentFragment(){}DocumentFragment.prototype.nodeName="#document-fragment";DocumentFragment.prototype.nodeType=se;_extends(DocumentFragment,Node);function ProcessingInstruction(){}ProcessingInstruction.prototype.nodeType=te;_extends(ProcessingInstruction,Node);function XMLSerializer(){}XMLSerializer.prototype.serializeToString=function(i,c,d){return nodeSerializeToString.call(i,c,d)};Node.prototype.toString=nodeSerializeToString;function nodeSerializeToString(i,c){var d=[];var p=this.nodeType==9&&this.documentElement||this;var A=p.prefix;var C=p.namespaceURI;if(C&&A==null){var A=p.lookupPrefix(C);if(A==null){var S=[{namespace:C,prefix:null}]}}serializeToString(this,d,i,c,S);return d.join("")}function needNamespaceDefine(i,c,d){var p=i.prefix||"";var A=i.namespaceURI;if(!A){return false}if(p==="xml"&&A===C.XML||A===C.XMLNS){return false}var S=d.length;while(S--){var v=d[S];if(v.prefix===p){return v.namespace!==A}}return true}function addSerializedAttribute(i,c,d){i.push(" ",c,'="',d.replace(/[<>&"\t\n\r]/g,_xmlEncoder),'"')}function serializeToString(i,c,d,p,A){if(!A){A=[]}if(p){i=p(i);if(i){if(typeof i=="string"){c.push(i);return}}else{return}}switch(i.nodeType){case v:var S=i.attributes;var ee=S.length;var ae=i.firstChild;var oe=i.tagName;d=C.isHTML(i.namespaceURI)||d;var le=oe;if(!d&&!i.prefix&&i.namespaceURI){var ce;for(var de=0;de<S.length;de++){if(S.item(de).name==="xmlns"){ce=S.item(de).value;break}}if(!ce){for(var ue=A.length-1;ue>=0;ue--){var pe=A[ue];if(pe.prefix===""&&pe.namespace===i.namespaceURI){ce=pe.namespace;break}}}if(ce!==i.namespaceURI){for(var ue=A.length-1;ue>=0;ue--){var pe=A[ue];if(pe.namespace===i.namespaceURI){if(pe.prefix){le=pe.prefix+":"+oe}break}}}}c.push("<",le);for(var Ae=0;Ae<ee;Ae++){var fe=S.item(Ae);if(fe.prefix=="xmlns"){A.push({prefix:fe.localName,namespace:fe.value})}else if(fe.nodeName=="xmlns"){A.push({prefix:"",namespace:fe.value})}}for(var Ae=0;Ae<ee;Ae++){var fe=S.item(Ae);if(needNamespaceDefine(fe,d,A)){var he=fe.prefix||"";var me=fe.namespaceURI;addSerializedAttribute(c,he?"xmlns:"+he:"xmlns",me);A.push({prefix:he,namespace:me})}serializeToString(fe,c,d,p,A)}if(oe===le&&needNamespaceDefine(i,d,A)){var he=i.prefix||"";var me=i.namespaceURI;addSerializedAttribute(c,he?"xmlns:"+he:"xmlns",me);A.push({prefix:he,namespace:me})}if(ae||d&&!/^(?:meta|link|img|br|hr|input)$/i.test(oe)){c.push(">");if(d&&/^script$/i.test(oe)){while(ae){if(ae.data){c.push(ae.data)}else{serializeToString(ae,c,d,p,A.slice())}ae=ae.nextSibling}}else{while(ae){serializeToString(ae,c,d,p,A.slice());ae=ae.nextSibling}}c.push("</",le,">")}else{c.push("/>")}return;case ne:case se:var ae=i.firstChild;while(ae){serializeToString(ae,c,d,p,A.slice());ae=ae.nextSibling}return;case T:return addSerializedAttribute(c,i.name,i.value);case _:return c.push(i.data.replace(/[<&>]/g,_xmlEncoder));case V:return c.push("<![CDATA[",i.data,"]]>");case re:return c.push("\x3c!--",i.data,"--\x3e");case ie:var ge=i.publicId;var ye=i.systemId;c.push("<!DOCTYPE ",i.name);if(ge){c.push(" PUBLIC ",ge);if(ye&&ye!="."){c.push(" ",ye)}c.push(">")}else if(ye&&ye!="."){c.push(" SYSTEM ",ye,">")}else{var Ee=i.internalSubset;if(Ee){c.push(" [",Ee,"]")}c.push(">")}return;case te:return c.push("<?",i.target," ",i.data,"?>");case Z:return c.push("&",i.nodeName,";");default:c.push("??",i.nodeName)}}function importNode(i,c,d){var p;switch(c.nodeType){case v:p=c.cloneNode(false);p.ownerDocument=i;case se:break;case T:d=true;break}if(!p){p=c.cloneNode(false)}p.ownerDocument=i;p.parentNode=null;if(d){var A=c.firstChild;while(A){p.appendChild(importNode(i,A,d));A=A.nextSibling}}return p}function cloneNode(i,c,d){var p=new c.constructor;for(var A in c){if(Object.prototype.hasOwnProperty.call(c,A)){var C=c[A];if(typeof C!="object"){if(C!=p[A]){p[A]=C}}}}if(c.childNodes){p.childNodes=new NodeList}p.ownerDocument=i;switch(p.nodeType){case v:var S=c.attributes;var _=p.attributes=new NamedNodeMap;var V=S.length;_._ownerElement=p;for(var Z=0;Z<V;Z++){p.setAttributeNode(cloneNode(i,S.item(Z),true))}break;case T:d=true}if(d){var ee=c.firstChild;while(ee){p.appendChild(cloneNode(i,ee,d));ee=ee.nextSibling}}return p}function __set__(i,c,d){i[c]=d}try{if(Object.defineProperty){Object.defineProperty(LiveNodeList.prototype,"length",{get:function(){_updateLiveList(this);return this.$$length}});Object.defineProperty(Node.prototype,"textContent",{get:function(){return getTextContent(this)},set:function(i){switch(this.nodeType){case v:case se:while(this.firstChild){this.removeChild(this.firstChild)}if(i||String(i)){this.appendChild(this.ownerDocument.createTextNode(i))}break;default:this.data=i;this.value=i;this.nodeValue=i}}});function getTextContent(i){switch(i.nodeType){case v:case se:var c=[];i=i.firstChild;while(i){if(i.nodeType!==7&&i.nodeType!==8){c.push(getTextContent(i))}i=i.nextSibling}return c.join("");default:return i.nodeValue}}__set__=function(i,c,d){i["$$"+c]=d}}}catch(Be){}c.DocumentType=DocumentType;c.DOMException=DOMException;c.DOMImplementation=DOMImplementation;c.Element=Element;c.Node=Node;c.NodeList=NodeList;c.XMLSerializer=XMLSerializer},24124:(i,c,d)=>{"use strict";var p=d(37855).freeze;c.XML_ENTITIES=p({amp:"&",apos:"'",gt:">",lt:"<",quot:'"'});c.HTML_ENTITIES=p({Aacute:"Á",aacute:"á",Abreve:"Ă",abreve:"ă",ac:"∾",acd:"∿",acE:"∾̳",Acirc:"Â",acirc:"â",acute:"´",Acy:"А",acy:"а",AElig:"Æ",aelig:"æ",af:"",Afr:"𝔄",afr:"𝔞",Agrave:"À",agrave:"à",alefsym:"ℵ",aleph:"ℵ",Alpha:"Α",alpha:"α",Amacr:"Ā",amacr:"ā",amalg:"⨿",AMP:"&",amp:"&",And:"⩓",and:"∧",andand:"⩕",andd:"⩜",andslope:"⩘",andv:"⩚",ang:"∠",ange:"⦤",angle:"∠",angmsd:"∡",angmsdaa:"⦨",angmsdab:"⦩",angmsdac:"⦪",angmsdad:"⦫",angmsdae:"⦬",angmsdaf:"⦭",angmsdag:"⦮",angmsdah:"⦯",angrt:"∟",angrtvb:"⊾",angrtvbd:"⦝",angsph:"∢",angst:"Å",angzarr:"⍼",Aogon:"Ą",aogon:"ą",Aopf:"𝔸",aopf:"𝕒",ap:"≈",apacir:"⩯",apE:"⩰",ape:"≊",apid:"≋",apos:"'",ApplyFunction:"",approx:"≈",approxeq:"≊",Aring:"Å",aring:"å",Ascr:"𝒜",ascr:"𝒶",Assign:"≔",ast:"*",asymp:"≈",asympeq:"≍",Atilde:"Ã",atilde:"ã",Auml:"Ä",auml:"ä",awconint:"∳",awint:"⨑",backcong:"≌",backepsilon:"϶",backprime:"‵",backsim:"∽",backsimeq:"⋍",Backslash:"∖",Barv:"⫧",barvee:"⊽",Barwed:"⌆",barwed:"⌅",barwedge:"⌅",bbrk:"⎵",bbrktbrk:"⎶",bcong:"≌",Bcy:"Б",bcy:"б",bdquo:"„",becaus:"∵",Because:"∵",because:"∵",bemptyv:"⦰",bepsi:"϶",bernou:"ℬ",Bernoullis:"ℬ",Beta:"Β",beta:"β",beth:"ℶ",between:"≬",Bfr:"𝔅",bfr:"𝔟",bigcap:"⋂",bigcirc:"◯",bigcup:"⋃",bigodot:"⨀",bigoplus:"⨁",bigotimes:"⨂",bigsqcup:"⨆",bigstar:"★",bigtriangledown:"▽",bigtriangleup:"△",biguplus:"⨄",bigvee:"⋁",bigwedge:"⋀",bkarow:"⤍",blacklozenge:"⧫",blacksquare:"▪",blacktriangle:"▴",blacktriangledown:"▾",blacktriangleleft:"◂",blacktriangleright:"▸",blank:"␣",blk12:"▒",blk14:"░",blk34:"▓",block:"█",bne:"=⃥",bnequiv:"≡⃥",bNot:"⫭",bnot:"⌐",Bopf:"𝔹",bopf:"𝕓",bot:"⊥",bottom:"⊥",bowtie:"⋈",boxbox:"⧉",boxDL:"╗",boxDl:"╖",boxdL:"╕",boxdl:"┐",boxDR:"╔",boxDr:"╓",boxdR:"╒",boxdr:"┌",boxH:"═",boxh:"─",boxHD:"╦",boxHd:"╤",boxhD:"╥",boxhd:"┬",boxHU:"╩",boxHu:"╧",boxhU:"╨",boxhu:"┴",boxminus:"⊟",boxplus:"⊞",boxtimes:"⊠",boxUL:"╝",boxUl:"╜",boxuL:"╛",boxul:"┘",boxUR:"╚",boxUr:"╙",boxuR:"╘",boxur:"└",boxV:"║",boxv:"│",boxVH:"╬",boxVh:"╫",boxvH:"╪",boxvh:"┼",boxVL:"╣",boxVl:"╢",boxvL:"╡",boxvl:"┤",boxVR:"╠",boxVr:"╟",boxvR:"╞",boxvr:"├",bprime:"‵",Breve:"˘",breve:"˘",brvbar:"¦",Bscr:"ℬ",bscr:"𝒷",bsemi:"⁏",bsim:"∽",bsime:"⋍",bsol:"\\",bsolb:"⧅",bsolhsub:"⟈",bull:"•",bullet:"•",bump:"≎",bumpE:"⪮",bumpe:"≏",Bumpeq:"≎",bumpeq:"≏",Cacute:"Ć",cacute:"ć",Cap:"⋒",cap:"∩",capand:"⩄",capbrcup:"⩉",capcap:"⩋",capcup:"⩇",capdot:"⩀",CapitalDifferentialD:"ⅅ",caps:"∩︀",caret:"⁁",caron:"ˇ",Cayleys:"ℭ",ccaps:"⩍",Ccaron:"Č",ccaron:"č",Ccedil:"Ç",ccedil:"ç",Ccirc:"Ĉ",ccirc:"ĉ",Cconint:"∰",ccups:"⩌",ccupssm:"⩐",Cdot:"Ċ",cdot:"ċ",cedil:"¸",Cedilla:"¸",cemptyv:"⦲",cent:"¢",CenterDot:"·",centerdot:"·",Cfr:"ℭ",cfr:"𝔠",CHcy:"Ч",chcy:"ч",check:"✓",checkmark:"✓",Chi:"Χ",chi:"χ",cir:"○",circ:"ˆ",circeq:"≗",circlearrowleft:"↺",circlearrowright:"↻",circledast:"⊛",circledcirc:"⊚",circleddash:"⊝",CircleDot:"⊙",circledR:"®",circledS:"Ⓢ",CircleMinus:"⊖",CirclePlus:"⊕",CircleTimes:"⊗",cirE:"⧃",cire:"≗",cirfnint:"⨐",cirmid:"⫯",cirscir:"⧂",ClockwiseContourIntegral:"∲",CloseCurlyDoubleQuote:"”",CloseCurlyQuote:"’",clubs:"♣",clubsuit:"♣",Colon:"∷",colon:":",Colone:"⩴",colone:"≔",coloneq:"≔",comma:",",commat:"@",comp:"∁",compfn:"∘",complement:"∁",complexes:"ℂ",cong:"≅",congdot:"⩭",Congruent:"≡",Conint:"∯",conint:"∮",ContourIntegral:"∮",Copf:"ℂ",copf:"𝕔",coprod:"∐",Coproduct:"∐",COPY:"©",copy:"©",copysr:"℗",CounterClockwiseContourIntegral:"∳",crarr:"↵",Cross:"⨯",cross:"✗",Cscr:"𝒞",cscr:"𝒸",csub:"⫏",csube:"⫑",csup:"⫐",csupe:"⫒",ctdot:"⋯",cudarrl:"⤸",cudarrr:"⤵",cuepr:"⋞",cuesc:"⋟",cularr:"↶",cularrp:"⤽",Cup:"⋓",cup:"∪",cupbrcap:"⩈",CupCap:"≍",cupcap:"⩆",cupcup:"⩊",cupdot:"⊍",cupor:"⩅",cups:"∪︀",curarr:"↷",curarrm:"⤼",curlyeqprec:"⋞",curlyeqsucc:"⋟",curlyvee:"⋎",curlywedge:"⋏",curren:"¤",curvearrowleft:"↶",curvearrowright:"↷",cuvee:"⋎",cuwed:"⋏",cwconint:"∲",cwint:"∱",cylcty:"⌭",Dagger:"‡",dagger:"†",daleth:"ℸ",Darr:"↡",dArr:"⇓",darr:"↓",dash:"‐",Dashv:"⫤",dashv:"⊣",dbkarow:"⤏",dblac:"˝",Dcaron:"Ď",dcaron:"ď",Dcy:"Д",dcy:"д",DD:"ⅅ",dd:"ⅆ",ddagger:"‡",ddarr:"⇊",DDotrahd:"⤑",ddotseq:"⩷",deg:"°",Del:"∇",Delta:"Δ",delta:"δ",demptyv:"⦱",dfisht:"⥿",Dfr:"𝔇",dfr:"𝔡",dHar:"⥥",dharl:"⇃",dharr:"⇂",DiacriticalAcute:"´",DiacriticalDot:"˙",DiacriticalDoubleAcute:"˝",DiacriticalGrave:"`",DiacriticalTilde:"˜",diam:"⋄",Diamond:"⋄",diamond:"⋄",diamondsuit:"♦",diams:"♦",die:"¨",DifferentialD:"ⅆ",digamma:"ϝ",disin:"⋲",div:"÷",divide:"÷",divideontimes:"⋇",divonx:"⋇",DJcy:"Ђ",djcy:"ђ",dlcorn:"⌞",dlcrop:"⌍",dollar:"$",Dopf:"𝔻",dopf:"𝕕",Dot:"¨",dot:"˙",DotDot:"⃜",doteq:"≐",doteqdot:"≑",DotEqual:"≐",dotminus:"∸",dotplus:"∔",dotsquare:"⊡",doublebarwedge:"⌆",DoubleContourIntegral:"∯",DoubleDot:"¨",DoubleDownArrow:"⇓",DoubleLeftArrow:"⇐",DoubleLeftRightArrow:"⇔",DoubleLeftTee:"⫤",DoubleLongLeftArrow:"⟸",DoubleLongLeftRightArrow:"⟺",DoubleLongRightArrow:"⟹",DoubleRightArrow:"⇒",DoubleRightTee:"⊨",DoubleUpArrow:"⇑",DoubleUpDownArrow:"⇕",DoubleVerticalBar:"∥",DownArrow:"↓",Downarrow:"⇓",downarrow:"↓",DownArrowBar:"⤓",DownArrowUpArrow:"⇵",DownBreve:"̑",downdownarrows:"⇊",downharpoonleft:"⇃",downharpoonright:"⇂",DownLeftRightVector:"⥐",DownLeftTeeVector:"⥞",DownLeftVector:"↽",DownLeftVectorBar:"⥖",DownRightTeeVector:"⥟",DownRightVector:"⇁",DownRightVectorBar:"⥗",DownTee:"⊤",DownTeeArrow:"↧",drbkarow:"⤐",drcorn:"⌟",drcrop:"⌌",Dscr:"𝒟",dscr:"𝒹",DScy:"Ѕ",dscy:"ѕ",dsol:"⧶",Dstrok:"Đ",dstrok:"đ",dtdot:"⋱",dtri:"▿",dtrif:"▾",duarr:"⇵",duhar:"⥯",dwangle:"⦦",DZcy:"Џ",dzcy:"џ",dzigrarr:"⟿",Eacute:"É",eacute:"é",easter:"⩮",Ecaron:"Ě",ecaron:"ě",ecir:"≖",Ecirc:"Ê",ecirc:"ê",ecolon:"≕",Ecy:"Э",ecy:"э",eDDot:"⩷",Edot:"Ė",eDot:"≑",edot:"ė",ee:"ⅇ",efDot:"≒",Efr:"𝔈",efr:"𝔢",eg:"⪚",Egrave:"È",egrave:"è",egs:"⪖",egsdot:"⪘",el:"⪙",Element:"∈",elinters:"⏧",ell:"ℓ",els:"⪕",elsdot:"⪗",Emacr:"Ē",emacr:"ē",empty:"∅",emptyset:"∅",EmptySmallSquare:"◻",emptyv:"∅",EmptyVerySmallSquare:"▫",emsp:" ",emsp13:" ",emsp14:" ",ENG:"Ŋ",eng:"ŋ",ensp:" ",Eogon:"Ę",eogon:"ę",Eopf:"𝔼",eopf:"𝕖",epar:"⋕",eparsl:"⧣",eplus:"⩱",epsi:"ε",Epsilon:"Ε",epsilon:"ε",epsiv:"ϵ",eqcirc:"≖",eqcolon:"≕",eqsim:"≂",eqslantgtr:"⪖",eqslantless:"⪕",Equal:"⩵",equals:"=",EqualTilde:"≂",equest:"≟",Equilibrium:"⇌",equiv:"≡",equivDD:"⩸",eqvparsl:"⧥",erarr:"⥱",erDot:"≓",Escr:"ℰ",escr:"ℯ",esdot:"≐",Esim:"⩳",esim:"≂",Eta:"Η",eta:"η",ETH:"Ð",eth:"ð",Euml:"Ë",euml:"ë",euro:"€",excl:"!",exist:"∃",Exists:"∃",expectation:"ℰ",ExponentialE:"ⅇ",exponentiale:"ⅇ",fallingdotseq:"≒",Fcy:"Ф",fcy:"ф",female:"♀",ffilig:"ffi",fflig:"ff",ffllig:"ffl",Ffr:"𝔉",ffr:"𝔣",filig:"fi",FilledSmallSquare:"◼",FilledVerySmallSquare:"▪",fjlig:"fj",flat:"♭",fllig:"fl",fltns:"▱",fnof:"ƒ",Fopf:"𝔽",fopf:"𝕗",ForAll:"∀",forall:"∀",fork:"⋔",forkv:"⫙",Fouriertrf:"ℱ",fpartint:"⨍",frac12:"½",frac13:"⅓",frac14:"¼",frac15:"⅕",frac16:"⅙",frac18:"⅛",frac23:"⅔",frac25:"⅖",frac34:"¾",frac35:"⅗",frac38:"⅜",frac45:"⅘",frac56:"⅚",frac58:"⅝",frac78:"⅞",frasl:"⁄",frown:"⌢",Fscr:"ℱ",fscr:"𝒻",gacute:"ǵ",Gamma:"Γ",gamma:"γ",Gammad:"Ϝ",gammad:"ϝ",gap:"⪆",Gbreve:"Ğ",gbreve:"ğ",Gcedil:"Ģ",Gcirc:"Ĝ",gcirc:"ĝ",Gcy:"Г",gcy:"г",Gdot:"Ġ",gdot:"ġ",gE:"≧",ge:"≥",gEl:"⪌",gel:"⋛",geq:"≥",geqq:"≧",geqslant:"⩾",ges:"⩾",gescc:"⪩",gesdot:"⪀",gesdoto:"⪂",gesdotol:"⪄",gesl:"⋛︀",gesles:"⪔",Gfr:"𝔊",gfr:"𝔤",Gg:"⋙",gg:"≫",ggg:"⋙",gimel:"ℷ",GJcy:"Ѓ",gjcy:"ѓ",gl:"≷",gla:"⪥",glE:"⪒",glj:"⪤",gnap:"⪊",gnapprox:"⪊",gnE:"≩",gne:"⪈",gneq:"⪈",gneqq:"≩",gnsim:"⋧",Gopf:"𝔾",gopf:"𝕘",grave:"`",GreaterEqual:"≥",GreaterEqualLess:"⋛",GreaterFullEqual:"≧",GreaterGreater:"⪢",GreaterLess:"≷",GreaterSlantEqual:"⩾",GreaterTilde:"≳",Gscr:"𝒢",gscr:"ℊ",gsim:"≳",gsime:"⪎",gsiml:"⪐",Gt:"≫",GT:">",gt:">",gtcc:"⪧",gtcir:"⩺",gtdot:"⋗",gtlPar:"⦕",gtquest:"⩼",gtrapprox:"⪆",gtrarr:"⥸",gtrdot:"⋗",gtreqless:"⋛",gtreqqless:"⪌",gtrless:"≷",gtrsim:"≳",gvertneqq:"≩︀",gvnE:"≩︀",Hacek:"ˇ",hairsp:" ",half:"½",hamilt:"ℋ",HARDcy:"Ъ",hardcy:"ъ",hArr:"⇔",harr:"↔",harrcir:"⥈",harrw:"↭",Hat:"^",hbar:"ℏ",Hcirc:"Ĥ",hcirc:"ĥ",hearts:"♥",heartsuit:"♥",hellip:"…",hercon:"⊹",Hfr:"ℌ",hfr:"𝔥",HilbertSpace:"ℋ",hksearow:"⤥",hkswarow:"⤦",hoarr:"⇿",homtht:"∻",hookleftarrow:"↩",hookrightarrow:"↪",Hopf:"ℍ",hopf:"𝕙",horbar:"―",HorizontalLine:"─",Hscr:"ℋ",hscr:"𝒽",hslash:"ℏ",Hstrok:"Ħ",hstrok:"ħ",HumpDownHump:"≎",HumpEqual:"≏",hybull:"⁃",hyphen:"‐",Iacute:"Í",iacute:"í",ic:"",Icirc:"Î",icirc:"î",Icy:"И",icy:"и",Idot:"İ",IEcy:"Е",iecy:"е",iexcl:"¡",iff:"⇔",Ifr:"ℑ",ifr:"𝔦",Igrave:"Ì",igrave:"ì",ii:"ⅈ",iiiint:"⨌",iiint:"∭",iinfin:"⧜",iiota:"℩",IJlig:"IJ",ijlig:"ij",Im:"ℑ",Imacr:"Ī",imacr:"ī",image:"ℑ",ImaginaryI:"ⅈ",imagline:"ℐ",imagpart:"ℑ",imath:"ı",imof:"⊷",imped:"Ƶ",Implies:"⇒",in:"∈",incare:"℅",infin:"∞",infintie:"⧝",inodot:"ı",Int:"∬",int:"∫",intcal:"⊺",integers:"ℤ",Integral:"∫",intercal:"⊺",Intersection:"⋂",intlarhk:"⨗",intprod:"⨼",InvisibleComma:"",InvisibleTimes:"",IOcy:"Ё",iocy:"ё",Iogon:"Į",iogon:"į",Iopf:"𝕀",iopf:"𝕚",Iota:"Ι",iota:"ι",iprod:"⨼",iquest:"¿",Iscr:"ℐ",iscr:"𝒾",isin:"∈",isindot:"⋵",isinE:"⋹",isins:"⋴",isinsv:"⋳",isinv:"∈",it:"",Itilde:"Ĩ",itilde:"ĩ",Iukcy:"І",iukcy:"і",Iuml:"Ï",iuml:"ï",Jcirc:"Ĵ",jcirc:"ĵ",Jcy:"Й",jcy:"й",Jfr:"𝔍",jfr:"𝔧",jmath:"ȷ",Jopf:"𝕁",jopf:"𝕛",Jscr:"𝒥",jscr:"𝒿",Jsercy:"Ј",jsercy:"ј",Jukcy:"Є",jukcy:"є",Kappa:"Κ",kappa:"κ",kappav:"ϰ",Kcedil:"Ķ",kcedil:"ķ",Kcy:"К",kcy:"к",Kfr:"𝔎",kfr:"𝔨",kgreen:"ĸ",KHcy:"Х",khcy:"х",KJcy:"Ќ",kjcy:"ќ",Kopf:"𝕂",kopf:"𝕜",Kscr:"𝒦",kscr:"𝓀",lAarr:"⇚",Lacute:"Ĺ",lacute:"ĺ",laemptyv:"⦴",lagran:"ℒ",Lambda:"Λ",lambda:"λ",Lang:"⟪",lang:"⟨",langd:"⦑",langle:"⟨",lap:"⪅",Laplacetrf:"ℒ",laquo:"«",Larr:"↞",lArr:"⇐",larr:"←",larrb:"⇤",larrbfs:"⤟",larrfs:"⤝",larrhk:"↩",larrlp:"↫",larrpl:"⤹",larrsim:"⥳",larrtl:"↢",lat:"⪫",lAtail:"⤛",latail:"⤙",late:"⪭",lates:"⪭︀",lBarr:"⤎",lbarr:"⤌",lbbrk:"❲",lbrace:"{",lbrack:"[",lbrke:"⦋",lbrksld:"⦏",lbrkslu:"⦍",Lcaron:"Ľ",lcaron:"ľ",Lcedil:"Ļ",lcedil:"ļ",lceil:"⌈",lcub:"{",Lcy:"Л",lcy:"л",ldca:"⤶",ldquo:"“",ldquor:"„",ldrdhar:"⥧",ldrushar:"⥋",ldsh:"↲",lE:"≦",le:"≤",LeftAngleBracket:"⟨",LeftArrow:"←",Leftarrow:"⇐",leftarrow:"←",LeftArrowBar:"⇤",LeftArrowRightArrow:"⇆",leftarrowtail:"↢",LeftCeiling:"⌈",LeftDoubleBracket:"⟦",LeftDownTeeVector:"⥡",LeftDownVector:"⇃",LeftDownVectorBar:"⥙",LeftFloor:"⌊",leftharpoondown:"↽",leftharpoonup:"↼",leftleftarrows:"⇇",LeftRightArrow:"↔",Leftrightarrow:"⇔",leftrightarrow:"↔",leftrightarrows:"⇆",leftrightharpoons:"⇋",leftrightsquigarrow:"↭",LeftRightVector:"⥎",LeftTee:"⊣",LeftTeeArrow:"↤",LeftTeeVector:"⥚",leftthreetimes:"⋋",LeftTriangle:"⊲",LeftTriangleBar:"⧏",LeftTriangleEqual:"⊴",LeftUpDownVector:"⥑",LeftUpTeeVector:"⥠",LeftUpVector:"↿",LeftUpVectorBar:"⥘",LeftVector:"↼",LeftVectorBar:"⥒",lEg:"⪋",leg:"⋚",leq:"≤",leqq:"≦",leqslant:"⩽",les:"⩽",lescc:"⪨",lesdot:"⩿",lesdoto:"⪁",lesdotor:"⪃",lesg:"⋚︀",lesges:"⪓",lessapprox:"⪅",lessdot:"⋖",lesseqgtr:"⋚",lesseqqgtr:"⪋",LessEqualGreater:"⋚",LessFullEqual:"≦",LessGreater:"≶",lessgtr:"≶",LessLess:"⪡",lesssim:"≲",LessSlantEqual:"⩽",LessTilde:"≲",lfisht:"⥼",lfloor:"⌊",Lfr:"𝔏",lfr:"𝔩",lg:"≶",lgE:"⪑",lHar:"⥢",lhard:"↽",lharu:"↼",lharul:"⥪",lhblk:"▄",LJcy:"Љ",ljcy:"љ",Ll:"⋘",ll:"≪",llarr:"⇇",llcorner:"⌞",Lleftarrow:"⇚",llhard:"⥫",lltri:"◺",Lmidot:"Ŀ",lmidot:"ŀ",lmoust:"⎰",lmoustache:"⎰",lnap:"⪉",lnapprox:"⪉",lnE:"≨",lne:"⪇",lneq:"⪇",lneqq:"≨",lnsim:"⋦",loang:"⟬",loarr:"⇽",lobrk:"⟦",LongLeftArrow:"⟵",Longleftarrow:"⟸",longleftarrow:"⟵",LongLeftRightArrow:"⟷",Longleftrightarrow:"⟺",longleftrightarrow:"⟷",longmapsto:"⟼",LongRightArrow:"⟶",Longrightarrow:"⟹",longrightarrow:"⟶",looparrowleft:"↫",looparrowright:"↬",lopar:"⦅",Lopf:"𝕃",lopf:"𝕝",loplus:"⨭",lotimes:"⨴",lowast:"∗",lowbar:"_",LowerLeftArrow:"↙",LowerRightArrow:"↘",loz:"◊",lozenge:"◊",lozf:"⧫",lpar:"(",lparlt:"⦓",lrarr:"⇆",lrcorner:"⌟",lrhar:"⇋",lrhard:"⥭",lrm:"",lrtri:"⊿",lsaquo:"‹",Lscr:"ℒ",lscr:"𝓁",Lsh:"↰",lsh:"↰",lsim:"≲",lsime:"⪍",lsimg:"⪏",lsqb:"[",lsquo:"‘",lsquor:"‚",Lstrok:"Ł",lstrok:"ł",Lt:"≪",LT:"<",lt:"<",ltcc:"⪦",ltcir:"⩹",ltdot:"⋖",lthree:"⋋",ltimes:"⋉",ltlarr:"⥶",ltquest:"⩻",ltri:"◃",ltrie:"⊴",ltrif:"◂",ltrPar:"⦖",lurdshar:"⥊",luruhar:"⥦",lvertneqq:"≨︀",lvnE:"≨︀",macr:"¯",male:"♂",malt:"✠",maltese:"✠",Map:"⤅",map:"↦",mapsto:"↦",mapstodown:"↧",mapstoleft:"↤",mapstoup:"↥",marker:"▮",mcomma:"⨩",Mcy:"М",mcy:"м",mdash:"—",mDDot:"∺",measuredangle:"∡",MediumSpace:" ",Mellintrf:"ℳ",Mfr:"𝔐",mfr:"𝔪",mho:"℧",micro:"µ",mid:"∣",midast:"*",midcir:"⫰",middot:"·",minus:"−",minusb:"⊟",minusd:"∸",minusdu:"⨪",MinusPlus:"∓",mlcp:"⫛",mldr:"…",mnplus:"∓",models:"⊧",Mopf:"𝕄",mopf:"𝕞",mp:"∓",Mscr:"ℳ",mscr:"𝓂",mstpos:"∾",Mu:"Μ",mu:"μ",multimap:"⊸",mumap:"⊸",nabla:"∇",Nacute:"Ń",nacute:"ń",nang:"∠⃒",nap:"≉",napE:"⩰̸",napid:"≋̸",napos:"ʼn",napprox:"≉",natur:"♮",natural:"♮",naturals:"ℕ",nbsp:" ",nbump:"≎̸",nbumpe:"≏̸",ncap:"⩃",Ncaron:"Ň",ncaron:"ň",Ncedil:"Ņ",ncedil:"ņ",ncong:"≇",ncongdot:"⩭̸",ncup:"⩂",Ncy:"Н",ncy:"н",ndash:"–",ne:"≠",nearhk:"⤤",neArr:"⇗",nearr:"↗",nearrow:"↗",nedot:"≐̸",NegativeMediumSpace:"",NegativeThickSpace:"",NegativeThinSpace:"",NegativeVeryThinSpace:"",nequiv:"≢",nesear:"⤨",nesim:"≂̸",NestedGreaterGreater:"≫",NestedLessLess:"≪",NewLine:"\n",nexist:"∄",nexists:"∄",Nfr:"𝔑",nfr:"𝔫",ngE:"≧̸",nge:"≱",ngeq:"≱",ngeqq:"≧̸",ngeqslant:"⩾̸",nges:"⩾̸",nGg:"⋙̸",ngsim:"≵",nGt:"≫⃒",ngt:"≯",ngtr:"≯",nGtv:"≫̸",nhArr:"⇎",nharr:"↮",nhpar:"⫲",ni:"∋",nis:"⋼",nisd:"⋺",niv:"∋",NJcy:"Њ",njcy:"њ",nlArr:"⇍",nlarr:"↚",nldr:"‥",nlE:"≦̸",nle:"≰",nLeftarrow:"⇍",nleftarrow:"↚",nLeftrightarrow:"⇎",nleftrightarrow:"↮",nleq:"≰",nleqq:"≦̸",nleqslant:"⩽̸",nles:"⩽̸",nless:"≮",nLl:"⋘̸",nlsim:"≴",nLt:"≪⃒",nlt:"≮",nltri:"⋪",nltrie:"⋬",nLtv:"≪̸",nmid:"∤",NoBreak:"",NonBreakingSpace:" ",Nopf:"ℕ",nopf:"𝕟",Not:"⫬",not:"¬",NotCongruent:"≢",NotCupCap:"≭",NotDoubleVerticalBar:"∦",NotElement:"∉",NotEqual:"≠",NotEqualTilde:"≂̸",NotExists:"∄",NotGreater:"≯",NotGreaterEqual:"≱",NotGreaterFullEqual:"≧̸",NotGreaterGreater:"≫̸",NotGreaterLess:"≹",NotGreaterSlantEqual:"⩾̸",NotGreaterTilde:"≵",NotHumpDownHump:"≎̸",NotHumpEqual:"≏̸",notin:"∉",notindot:"⋵̸",notinE:"⋹̸",notinva:"∉",notinvb:"⋷",notinvc:"⋶",NotLeftTriangle:"⋪",NotLeftTriangleBar:"⧏̸",NotLeftTriangleEqual:"⋬",NotLess:"≮",NotLessEqual:"≰",NotLessGreater:"≸",NotLessLess:"≪̸",NotLessSlantEqual:"⩽̸",NotLessTilde:"≴",NotNestedGreaterGreater:"⪢̸",NotNestedLessLess:"⪡̸",notni:"∌",notniva:"∌",notnivb:"⋾",notnivc:"⋽",NotPrecedes:"⊀",NotPrecedesEqual:"⪯̸",NotPrecedesSlantEqual:"⋠",NotReverseElement:"∌",NotRightTriangle:"⋫",NotRightTriangleBar:"⧐̸",NotRightTriangleEqual:"⋭",NotSquareSubset:"⊏̸",NotSquareSubsetEqual:"⋢",NotSquareSuperset:"⊐̸",NotSquareSupersetEqual:"⋣",NotSubset:"⊂⃒",NotSubsetEqual:"⊈",NotSucceeds:"⊁",NotSucceedsEqual:"⪰̸",NotSucceedsSlantEqual:"⋡",NotSucceedsTilde:"≿̸",NotSuperset:"⊃⃒",NotSupersetEqual:"⊉",NotTilde:"≁",NotTildeEqual:"≄",NotTildeFullEqual:"≇",NotTildeTilde:"≉",NotVerticalBar:"∤",npar:"∦",nparallel:"∦",nparsl:"⫽⃥",npart:"∂̸",npolint:"⨔",npr:"⊀",nprcue:"⋠",npre:"⪯̸",nprec:"⊀",npreceq:"⪯̸",nrArr:"⇏",nrarr:"↛",nrarrc:"⤳̸",nrarrw:"↝̸",nRightarrow:"⇏",nrightarrow:"↛",nrtri:"⋫",nrtrie:"⋭",nsc:"⊁",nsccue:"⋡",nsce:"⪰̸",Nscr:"𝒩",nscr:"𝓃",nshortmid:"∤",nshortparallel:"∦",nsim:"≁",nsime:"≄",nsimeq:"≄",nsmid:"∤",nspar:"∦",nsqsube:"⋢",nsqsupe:"⋣",nsub:"⊄",nsubE:"⫅̸",nsube:"⊈",nsubset:"⊂⃒",nsubseteq:"⊈",nsubseteqq:"⫅̸",nsucc:"⊁",nsucceq:"⪰̸",nsup:"⊅",nsupE:"⫆̸",nsupe:"⊉",nsupset:"⊃⃒",nsupseteq:"⊉",nsupseteqq:"⫆̸",ntgl:"≹",Ntilde:"Ñ",ntilde:"ñ",ntlg:"≸",ntriangleleft:"⋪",ntrianglelefteq:"⋬",ntriangleright:"⋫",ntrianglerighteq:"⋭",Nu:"Ν",nu:"ν",num:"#",numero:"№",numsp:" ",nvap:"≍⃒",nVDash:"⊯",nVdash:"⊮",nvDash:"⊭",nvdash:"⊬",nvge:"≥⃒",nvgt:">⃒",nvHarr:"⤄",nvinfin:"⧞",nvlArr:"⤂",nvle:"≤⃒",nvlt:"<⃒",nvltrie:"⊴⃒",nvrArr:"⤃",nvrtrie:"⊵⃒",nvsim:"∼⃒",nwarhk:"⤣",nwArr:"⇖",nwarr:"↖",nwarrow:"↖",nwnear:"⤧",Oacute:"Ó",oacute:"ó",oast:"⊛",ocir:"⊚",Ocirc:"Ô",ocirc:"ô",Ocy:"О",ocy:"о",odash:"⊝",Odblac:"Ő",odblac:"ő",odiv:"⨸",odot:"⊙",odsold:"⦼",OElig:"Œ",oelig:"œ",ofcir:"⦿",Ofr:"𝔒",ofr:"𝔬",ogon:"˛",Ograve:"Ò",ograve:"ò",ogt:"⧁",ohbar:"⦵",ohm:"Ω",oint:"∮",olarr:"↺",olcir:"⦾",olcross:"⦻",oline:"‾",olt:"⧀",Omacr:"Ō",omacr:"ō",Omega:"Ω",omega:"ω",Omicron:"Ο",omicron:"ο",omid:"⦶",ominus:"⊖",Oopf:"𝕆",oopf:"𝕠",opar:"⦷",OpenCurlyDoubleQuote:"“",OpenCurlyQuote:"‘",operp:"⦹",oplus:"⊕",Or:"⩔",or:"∨",orarr:"↻",ord:"⩝",order:"ℴ",orderof:"ℴ",ordf:"ª",ordm:"º",origof:"⊶",oror:"⩖",orslope:"⩗",orv:"⩛",oS:"Ⓢ",Oscr:"𝒪",oscr:"ℴ",Oslash:"Ø",oslash:"ø",osol:"⊘",Otilde:"Õ",otilde:"õ",Otimes:"⨷",otimes:"⊗",otimesas:"⨶",Ouml:"Ö",ouml:"ö",ovbar:"⌽",OverBar:"‾",OverBrace:"⏞",OverBracket:"⎴",OverParenthesis:"⏜",par:"∥",para:"¶",parallel:"∥",parsim:"⫳",parsl:"⫽",part:"∂",PartialD:"∂",Pcy:"П",pcy:"п",percnt:"%",period:".",permil:"‰",perp:"⊥",pertenk:"‱",Pfr:"𝔓",pfr:"𝔭",Phi:"Φ",phi:"φ",phiv:"ϕ",phmmat:"ℳ",phone:"☎",Pi:"Π",pi:"π",pitchfork:"⋔",piv:"ϖ",planck:"ℏ",planckh:"ℎ",plankv:"ℏ",plus:"+",plusacir:"⨣",plusb:"⊞",pluscir:"⨢",plusdo:"∔",plusdu:"⨥",pluse:"⩲",PlusMinus:"±",plusmn:"±",plussim:"⨦",plustwo:"⨧",pm:"±",Poincareplane:"ℌ",pointint:"⨕",Popf:"ℙ",popf:"𝕡",pound:"£",Pr:"⪻",pr:"≺",prap:"⪷",prcue:"≼",prE:"⪳",pre:"⪯",prec:"≺",precapprox:"⪷",preccurlyeq:"≼",Precedes:"≺",PrecedesEqual:"⪯",PrecedesSlantEqual:"≼",PrecedesTilde:"≾",preceq:"⪯",precnapprox:"⪹",precneqq:"⪵",precnsim:"⋨",precsim:"≾",Prime:"″",prime:"′",primes:"ℙ",prnap:"⪹",prnE:"⪵",prnsim:"⋨",prod:"∏",Product:"∏",profalar:"⌮",profline:"⌒",profsurf:"⌓",prop:"∝",Proportion:"∷",Proportional:"∝",propto:"∝",prsim:"≾",prurel:"⊰",Pscr:"𝒫",pscr:"𝓅",Psi:"Ψ",psi:"ψ",puncsp:" ",Qfr:"𝔔",qfr:"𝔮",qint:"⨌",Qopf:"ℚ",qopf:"𝕢",qprime:"⁗",Qscr:"𝒬",qscr:"𝓆",quaternions:"ℍ",quatint:"⨖",quest:"?",questeq:"≟",QUOT:'"',quot:'"',rAarr:"⇛",race:"∽̱",Racute:"Ŕ",racute:"ŕ",radic:"√",raemptyv:"⦳",Rang:"⟫",rang:"⟩",rangd:"⦒",range:"⦥",rangle:"⟩",raquo:"»",Rarr:"↠",rArr:"⇒",rarr:"→",rarrap:"⥵",rarrb:"⇥",rarrbfs:"⤠",rarrc:"⤳",rarrfs:"⤞",rarrhk:"↪",rarrlp:"↬",rarrpl:"⥅",rarrsim:"⥴",Rarrtl:"⤖",rarrtl:"↣",rarrw:"↝",rAtail:"⤜",ratail:"⤚",ratio:"∶",rationals:"ℚ",RBarr:"⤐",rBarr:"⤏",rbarr:"⤍",rbbrk:"❳",rbrace:"}",rbrack:"]",rbrke:"⦌",rbrksld:"⦎",rbrkslu:"⦐",Rcaron:"Ř",rcaron:"ř",Rcedil:"Ŗ",rcedil:"ŗ",rceil:"⌉",rcub:"}",Rcy:"Р",rcy:"р",rdca:"⤷",rdldhar:"⥩",rdquo:"”",rdquor:"”",rdsh:"↳",Re:"ℜ",real:"ℜ",realine:"ℛ",realpart:"ℜ",reals:"ℝ",rect:"▭",REG:"®",reg:"®",ReverseElement:"∋",ReverseEquilibrium:"⇋",ReverseUpEquilibrium:"⥯",rfisht:"⥽",rfloor:"⌋",Rfr:"ℜ",rfr:"𝔯",rHar:"⥤",rhard:"⇁",rharu:"⇀",rharul:"⥬",Rho:"Ρ",rho:"ρ",rhov:"ϱ",RightAngleBracket:"⟩",RightArrow:"→",Rightarrow:"⇒",rightarrow:"→",RightArrowBar:"⇥",RightArrowLeftArrow:"⇄",rightarrowtail:"↣",RightCeiling:"⌉",RightDoubleBracket:"⟧",RightDownTeeVector:"⥝",RightDownVector:"⇂",RightDownVectorBar:"⥕",RightFloor:"⌋",rightharpoondown:"⇁",rightharpoonup:"⇀",rightleftarrows:"⇄",rightleftharpoons:"⇌",rightrightarrows:"⇉",rightsquigarrow:"↝",RightTee:"⊢",RightTeeArrow:"↦",RightTeeVector:"⥛",rightthreetimes:"⋌",RightTriangle:"⊳",RightTriangleBar:"⧐",RightTriangleEqual:"⊵",RightUpDownVector:"⥏",RightUpTeeVector:"⥜",RightUpVector:"↾",RightUpVectorBar:"⥔",RightVector:"⇀",RightVectorBar:"⥓",ring:"˚",risingdotseq:"≓",rlarr:"⇄",rlhar:"⇌",rlm:"",rmoust:"⎱",rmoustache:"⎱",rnmid:"⫮",roang:"⟭",roarr:"⇾",robrk:"⟧",ropar:"⦆",Ropf:"ℝ",ropf:"𝕣",roplus:"⨮",rotimes:"⨵",RoundImplies:"⥰",rpar:")",rpargt:"⦔",rppolint:"⨒",rrarr:"⇉",Rrightarrow:"⇛",rsaquo:"›",Rscr:"ℛ",rscr:"𝓇",Rsh:"↱",rsh:"↱",rsqb:"]",rsquo:"’",rsquor:"’",rthree:"⋌",rtimes:"⋊",rtri:"▹",rtrie:"⊵",rtrif:"▸",rtriltri:"⧎",RuleDelayed:"⧴",ruluhar:"⥨",rx:"℞",Sacute:"Ś",sacute:"ś",sbquo:"‚",Sc:"⪼",sc:"≻",scap:"⪸",Scaron:"Š",scaron:"š",sccue:"≽",scE:"⪴",sce:"⪰",Scedil:"Ş",scedil:"ş",Scirc:"Ŝ",scirc:"ŝ",scnap:"⪺",scnE:"⪶",scnsim:"⋩",scpolint:"⨓",scsim:"≿",Scy:"С",scy:"с",sdot:"⋅",sdotb:"⊡",sdote:"⩦",searhk:"⤥",seArr:"⇘",searr:"↘",searrow:"↘",sect:"§",semi:";",seswar:"⤩",setminus:"∖",setmn:"∖",sext:"✶",Sfr:"𝔖",sfr:"𝔰",sfrown:"⌢",sharp:"♯",SHCHcy:"Щ",shchcy:"щ",SHcy:"Ш",shcy:"ш",ShortDownArrow:"↓",ShortLeftArrow:"←",shortmid:"∣",shortparallel:"∥",ShortRightArrow:"→",ShortUpArrow:"↑",shy:"",Sigma:"Σ",sigma:"σ",sigmaf:"ς",sigmav:"ς",sim:"∼",simdot:"⩪",sime:"≃",simeq:"≃",simg:"⪞",simgE:"⪠",siml:"⪝",simlE:"⪟",simne:"≆",simplus:"⨤",simrarr:"⥲",slarr:"←",SmallCircle:"∘",smallsetminus:"∖",smashp:"⨳",smeparsl:"⧤",smid:"∣",smile:"⌣",smt:"⪪",smte:"⪬",smtes:"⪬︀",SOFTcy:"Ь",softcy:"ь",sol:"/",solb:"⧄",solbar:"⌿",Sopf:"𝕊",sopf:"𝕤",spades:"♠",spadesuit:"♠",spar:"∥",sqcap:"⊓",sqcaps:"⊓︀",sqcup:"⊔",sqcups:"⊔︀",Sqrt:"√",sqsub:"⊏",sqsube:"⊑",sqsubset:"⊏",sqsubseteq:"⊑",sqsup:"⊐",sqsupe:"⊒",sqsupset:"⊐",sqsupseteq:"⊒",squ:"□",Square:"□",square:"□",SquareIntersection:"⊓",SquareSubset:"⊏",SquareSubsetEqual:"⊑",SquareSuperset:"⊐",SquareSupersetEqual:"⊒",SquareUnion:"⊔",squarf:"▪",squf:"▪",srarr:"→",Sscr:"𝒮",sscr:"𝓈",ssetmn:"∖",ssmile:"⌣",sstarf:"⋆",Star:"⋆",star:"☆",starf:"★",straightepsilon:"ϵ",straightphi:"ϕ",strns:"¯",Sub:"⋐",sub:"⊂",subdot:"⪽",subE:"⫅",sube:"⊆",subedot:"⫃",submult:"⫁",subnE:"⫋",subne:"⊊",subplus:"⪿",subrarr:"⥹",Subset:"⋐",subset:"⊂",subseteq:"⊆",subseteqq:"⫅",SubsetEqual:"⊆",subsetneq:"⊊",subsetneqq:"⫋",subsim:"⫇",subsub:"⫕",subsup:"⫓",succ:"≻",succapprox:"⪸",succcurlyeq:"≽",Succeeds:"≻",SucceedsEqual:"⪰",SucceedsSlantEqual:"≽",SucceedsTilde:"≿",succeq:"⪰",succnapprox:"⪺",succneqq:"⪶",succnsim:"⋩",succsim:"≿",SuchThat:"∋",Sum:"∑",sum:"∑",sung:"♪",Sup:"⋑",sup:"⊃",sup1:"¹",sup2:"²",sup3:"³",supdot:"⪾",supdsub:"⫘",supE:"⫆",supe:"⊇",supedot:"⫄",Superset:"⊃",SupersetEqual:"⊇",suphsol:"⟉",suphsub:"⫗",suplarr:"⥻",supmult:"⫂",supnE:"⫌",supne:"⊋",supplus:"⫀",Supset:"⋑",supset:"⊃",supseteq:"⊇",supseteqq:"⫆",supsetneq:"⊋",supsetneqq:"⫌",supsim:"⫈",supsub:"⫔",supsup:"⫖",swarhk:"⤦",swArr:"⇙",swarr:"↙",swarrow:"↙",swnwar:"⤪",szlig:"ß",Tab:"\t",target:"⌖",Tau:"Τ",tau:"τ",tbrk:"⎴",Tcaron:"Ť",tcaron:"ť",Tcedil:"Ţ",tcedil:"ţ",Tcy:"Т",tcy:"т",tdot:"⃛",telrec:"⌕",Tfr:"𝔗",tfr:"𝔱",there4:"∴",Therefore:"∴",therefore:"∴",Theta:"Θ",theta:"θ",thetasym:"ϑ",thetav:"ϑ",thickapprox:"≈",thicksim:"∼",ThickSpace:" ",thinsp:" ",ThinSpace:" ",thkap:"≈",thksim:"∼",THORN:"Þ",thorn:"þ",Tilde:"∼",tilde:"˜",TildeEqual:"≃",TildeFullEqual:"≅",TildeTilde:"≈",times:"×",timesb:"⊠",timesbar:"⨱",timesd:"⨰",tint:"∭",toea:"⤨",top:"⊤",topbot:"⌶",topcir:"⫱",Topf:"𝕋",topf:"𝕥",topfork:"⫚",tosa:"⤩",tprime:"‴",TRADE:"™",trade:"™",triangle:"▵",triangledown:"▿",triangleleft:"◃",trianglelefteq:"⊴",triangleq:"≜",triangleright:"▹",trianglerighteq:"⊵",tridot:"◬",trie:"≜",triminus:"⨺",TripleDot:"⃛",triplus:"⨹",trisb:"⧍",tritime:"⨻",trpezium:"⏢",Tscr:"𝒯",tscr:"𝓉",TScy:"Ц",tscy:"ц",TSHcy:"Ћ",tshcy:"ћ",Tstrok:"Ŧ",tstrok:"ŧ",twixt:"≬",twoheadleftarrow:"↞",twoheadrightarrow:"↠",Uacute:"Ú",uacute:"ú",Uarr:"↟",uArr:"⇑",uarr:"↑",Uarrocir:"⥉",Ubrcy:"Ў",ubrcy:"ў",Ubreve:"Ŭ",ubreve:"ŭ",Ucirc:"Û",ucirc:"û",Ucy:"У",ucy:"у",udarr:"⇅",Udblac:"Ű",udblac:"ű",udhar:"⥮",ufisht:"⥾",Ufr:"𝔘",ufr:"𝔲",Ugrave:"Ù",ugrave:"ù",uHar:"⥣",uharl:"↿",uharr:"↾",uhblk:"▀",ulcorn:"⌜",ulcorner:"⌜",ulcrop:"⌏",ultri:"◸",Umacr:"Ū",umacr:"ū",uml:"¨",UnderBar:"_",UnderBrace:"⏟",UnderBracket:"⎵",UnderParenthesis:"⏝",Union:"⋃",UnionPlus:"⊎",Uogon:"Ų",uogon:"ų",Uopf:"𝕌",uopf:"𝕦",UpArrow:"↑",Uparrow:"⇑",uparrow:"↑",UpArrowBar:"⤒",UpArrowDownArrow:"⇅",UpDownArrow:"↕",Updownarrow:"⇕",updownarrow:"↕",UpEquilibrium:"⥮",upharpoonleft:"↿",upharpoonright:"↾",uplus:"⊎",UpperLeftArrow:"↖",UpperRightArrow:"↗",Upsi:"ϒ",upsi:"υ",upsih:"ϒ",Upsilon:"Υ",upsilon:"υ",UpTee:"⊥",UpTeeArrow:"↥",upuparrows:"⇈",urcorn:"⌝",urcorner:"⌝",urcrop:"⌎",Uring:"Ů",uring:"ů",urtri:"◹",Uscr:"𝒰",uscr:"𝓊",utdot:"⋰",Utilde:"Ũ",utilde:"ũ",utri:"▵",utrif:"▴",uuarr:"⇈",Uuml:"Ü",uuml:"ü",uwangle:"⦧",vangrt:"⦜",varepsilon:"ϵ",varkappa:"ϰ",varnothing:"∅",varphi:"ϕ",varpi:"ϖ",varpropto:"∝",vArr:"⇕",varr:"↕",varrho:"ϱ",varsigma:"ς",varsubsetneq:"⊊︀",varsubsetneqq:"⫋︀",varsupsetneq:"⊋︀",varsupsetneqq:"⫌︀",vartheta:"ϑ",vartriangleleft:"⊲",vartriangleright:"⊳",Vbar:"⫫",vBar:"⫨",vBarv:"⫩",Vcy:"В",vcy:"в",VDash:"⊫",Vdash:"⊩",vDash:"⊨",vdash:"⊢",Vdashl:"⫦",Vee:"⋁",vee:"∨",veebar:"⊻",veeeq:"≚",vellip:"⋮",Verbar:"‖",verbar:"|",Vert:"‖",vert:"|",VerticalBar:"∣",VerticalLine:"|",VerticalSeparator:"❘",VerticalTilde:"≀",VeryThinSpace:" ",Vfr:"𝔙",vfr:"𝔳",vltri:"⊲",vnsub:"⊂⃒",vnsup:"⊃⃒",Vopf:"𝕍",vopf:"𝕧",vprop:"∝",vrtri:"⊳",Vscr:"𝒱",vscr:"𝓋",vsubnE:"⫋︀",vsubne:"⊊︀",vsupnE:"⫌︀",vsupne:"⊋︀",Vvdash:"⊪",vzigzag:"⦚",Wcirc:"Ŵ",wcirc:"ŵ",wedbar:"⩟",Wedge:"⋀",wedge:"∧",wedgeq:"≙",weierp:"℘",Wfr:"𝔚",wfr:"𝔴",Wopf:"𝕎",wopf:"𝕨",wp:"℘",wr:"≀",wreath:"≀",Wscr:"𝒲",wscr:"𝓌",xcap:"⋂",xcirc:"◯",xcup:"⋃",xdtri:"▽",Xfr:"𝔛",xfr:"𝔵",xhArr:"⟺",xharr:"⟷",Xi:"Ξ",xi:"ξ",xlArr:"⟸",xlarr:"⟵",xmap:"⟼",xnis:"⋻",xodot:"⨀",Xopf:"𝕏",xopf:"𝕩",xoplus:"⨁",xotime:"⨂",xrArr:"⟹",xrarr:"⟶",Xscr:"𝒳",xscr:"𝓍",xsqcup:"⨆",xuplus:"⨄",xutri:"△",xvee:"⋁",xwedge:"⋀",Yacute:"Ý",yacute:"ý",YAcy:"Я",yacy:"я",Ycirc:"Ŷ",ycirc:"ŷ",Ycy:"Ы",ycy:"ы",yen:"¥",Yfr:"𝔜",yfr:"𝔶",YIcy:"Ї",yicy:"ї",Yopf:"𝕐",yopf:"𝕪",Yscr:"𝒴",yscr:"𝓎",YUcy:"Ю",yucy:"ю",Yuml:"Ÿ",yuml:"ÿ",Zacute:"Ź",zacute:"ź",Zcaron:"Ž",zcaron:"ž",Zcy:"З",zcy:"з",Zdot:"Ż",zdot:"ż",zeetrf:"ℨ",ZeroWidthSpace:"",Zeta:"Ζ",zeta:"ζ",Zfr:"ℨ",zfr:"𝔷",ZHcy:"Ж",zhcy:"ж",zigrarr:"⇝",Zopf:"ℤ",zopf:"𝕫",Zscr:"𝒵",zscr:"𝓏",zwj:"",zwnj:""});c.entityMap=c.HTML_ENTITIES},98351:(i,c,d)=>{var p=d(67311);c.DOMImplementation=p.DOMImplementation;c.XMLSerializer=p.XMLSerializer;c.DOMParser=d(74847).DOMParser},11995:(i,c,d)=>{var p=d(37855).NAMESPACE;var A=/[A-Z_a-z\xC0-\xD6\xD8-\xF6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]/;var C=new RegExp("[\\-\\.0-9"+A.source.slice(1,-1)+"\\u00B7\\u0300-\\u036F\\u203F-\\u2040]");var S=new RegExp("^"+A.source+C.source+"*(?::"+A.source+C.source+"*)?$");var v=0;var T=1;var _=2;var V=3;var Z=4;var ee=5;var te=6;var re=7;function ParseError(i,c){this.message=i;this.locator=c;if(Error.captureStackTrace)Error.captureStackTrace(this,ParseError)}ParseError.prototype=new Error;ParseError.prototype.name=ParseError.name;function XMLReader(){}XMLReader.prototype={parse:function(i,c,d){var p=this.domBuilder;p.startDocument();_copy(c,c={});parse(i,c,d,p,this.errorHandler);p.endDocument()}};function parse(i,c,d,A,C){function fixedFromCharCode(i){if(i>65535){i-=65536;var c=55296+(i>>10),d=56320+(i&1023);return String.fromCharCode(c,d)}else{return String.fromCharCode(i)}}function entityReplacer(i){var c=i.slice(1,-1);if(Object.hasOwnProperty.call(d,c)){return d[c]}else if(c.charAt(0)==="#"){return fixedFromCharCode(parseInt(c.substr(1).replace("x","0x")))}else{C.error("entity not found:"+i);return i}}function appendText(c){if(c>ee){var d=i.substring(ee,c).replace(/&#?\w+;/g,entityReplacer);_&&position(ee);A.characters(d,0,c-ee);ee=c}}function position(c,d){while(c>=v&&(d=T.exec(i))){S=d.index;v=S+d[0].length;_.lineNumber++}_.columnNumber=c-S+1}var S=0;var v=0;var T=/.*(?:\r\n?|\n)|.*$/g;var _=A.locator;var V=[{currentNSMap:c}];var Z={};var ee=0;while(true){try{var te=i.indexOf("<",ee);if(te<0){if(!i.substr(ee).match(/^\s*$/)){var re=A.doc;var ne=re.createTextNode(i.substr(ee));re.appendChild(ne);A.currentElement=ne}return}if(te>ee){appendText(te)}switch(i.charAt(te+1)){case"/":var ie=i.indexOf(">",te+3);var se=i.substring(te+2,ie).replace(/[ \t\n\r]+$/g,"");var ae=V.pop();if(ie<0){se=i.substring(te+2).replace(/[\s<].*/,"");C.error("end tag name: "+se+" is not complete:"+ae.tagName);ie=te+1+se.length}else if(se.match(/\s</)){se=se.replace(/[\s<].*/,"");C.error("end tag name: "+se+" maybe not complete");ie=te+1+se.length}var oe=ae.localNSMap;var le=ae.tagName==se;var ce=le||ae.tagName&&ae.tagName.toLowerCase()==se.toLowerCase();if(ce){A.endElement(ae.uri,ae.localName,se);if(oe){for(var de in oe){if(Object.prototype.hasOwnProperty.call(oe,de)){A.endPrefixMapping(de)}}}if(!le){C.fatalError("end tag name: "+se+" is not match the current start tagName:"+ae.tagName)}}else{V.push(ae)}ie++;break;case"?":_&&position(te);ie=parseInstruction(i,te,A);break;case"!":_&&position(te);ie=parseDCC(i,te,A,C);break;default:_&&position(te);var ue=new ElementAttributes;var pe=V[V.length-1].currentNSMap;var ie=parseElementStartPart(i,te,ue,pe,entityReplacer,C);var Ae=ue.length;if(!ue.closed&&fixSelfClosed(i,ie,ue.tagName,Z)){ue.closed=true;if(!d.nbsp){C.warning("unclosed xml attribute")}}if(_&&Ae){var fe=copyLocator(_,{});for(var he=0;he<Ae;he++){var me=ue[he];position(me.offset);me.locator=copyLocator(_,{})}A.locator=fe;if(appendElement(ue,A,pe)){V.push(ue)}A.locator=_}else{if(appendElement(ue,A,pe)){V.push(ue)}}if(p.isHTML(ue.uri)&&!ue.closed){ie=parseHtmlSpecialContent(i,ie,ue.tagName,entityReplacer,A)}else{ie++}}}catch(i){if(i instanceof ParseError){throw i}C.error("element parse error: "+i);ie=-1}if(ie>ee){ee=ie}else{appendText(Math.max(te,ee)+1)}}}function copyLocator(i,c){c.lineNumber=i.lineNumber;c.columnNumber=i.columnNumber;return c}function parseElementStartPart(i,c,d,A,C,S){function addAttribute(i,c,p){if(d.attributeNames.hasOwnProperty(i)){S.fatalError("Attribute "+i+" redefined")}d.addValue(i,c.replace(/[\t\n\r]/g," ").replace(/&#?\w+;/g,C),p)}var ne;var ie;var se=++c;var ae=v;while(true){var oe=i.charAt(se);switch(oe){case"=":if(ae===T){ne=i.slice(c,se);ae=V}else if(ae===_){ae=V}else{throw new Error("attribute equal must after attrName")}break;case"'":case'"':if(ae===V||ae===T){if(ae===T){S.warning('attribute value must after "="');ne=i.slice(c,se)}c=se+1;se=i.indexOf(oe,c);if(se>0){ie=i.slice(c,se);addAttribute(ne,ie,c-1);ae=ee}else{throw new Error("attribute value no end '"+oe+"' match")}}else if(ae==Z){ie=i.slice(c,se);addAttribute(ne,ie,c);S.warning('attribute "'+ne+'" missed start quot('+oe+")!!");c=se+1;ae=ee}else{throw new Error('attribute value must after "="')}break;case"/":switch(ae){case v:d.setTagName(i.slice(c,se));case ee:case te:case re:ae=re;d.closed=true;case Z:case T:break;case _:d.closed=true;break;default:throw new Error("attribute invalid close char('/')")}break;case"":S.error("unexpected end of input");if(ae==v){d.setTagName(i.slice(c,se))}return se;case">":switch(ae){case v:d.setTagName(i.slice(c,se));case ee:case te:case re:break;case Z:case T:ie=i.slice(c,se);if(ie.slice(-1)==="/"){d.closed=true;ie=ie.slice(0,-1)}case _:if(ae===_){ie=ne}if(ae==Z){S.warning('attribute "'+ie+'" missed quot(")!');addAttribute(ne,ie,c)}else{if(!p.isHTML(A[""])||!ie.match(/^(?:disabled|checked|selected)$/i)){S.warning('attribute "'+ie+'" missed value!! "'+ie+'" instead!!')}addAttribute(ie,ie,c)}break;case V:throw new Error("attribute value missed!!")}return se;case"":oe=" ";default:if(oe<=" "){switch(ae){case v:d.setTagName(i.slice(c,se));ae=te;break;case T:ne=i.slice(c,se);ae=_;break;case Z:var ie=i.slice(c,se);S.warning('attribute "'+ie+'" missed quot(")!!');addAttribute(ne,ie,c);case ee:ae=te;break}}else{switch(ae){case _:var le=d.tagName;if(!p.isHTML(A[""])||!ne.match(/^(?:disabled|checked|selected)$/i)){S.warning('attribute "'+ne+'" missed value!! "'+ne+'" instead2!!')}addAttribute(ne,ne,c);c=se;ae=T;break;case ee:S.warning('attribute space is required"'+ne+'"!!');case te:ae=T;c=se;break;case V:ae=Z;c=se;break;case re:throw new Error("elements closed character '/' and '>' must be connected to")}}}se++}}function appendElement(i,c,d){var A=i.tagName;var C=null;var S=i.length;while(S--){var v=i[S];var T=v.qName;var _=v.value;var V=T.indexOf(":");if(V>0){var Z=v.prefix=T.slice(0,V);var ee=T.slice(V+1);var te=Z==="xmlns"&&ee}else{ee=T;Z=null;te=T==="xmlns"&&""}v.localName=ee;if(te!==false){if(C==null){C={};_copy(d,d={})}d[te]=C[te]=_;v.uri=p.XMLNS;c.startPrefixMapping(te,_)}}var S=i.length;while(S--){v=i[S];var Z=v.prefix;if(Z){if(Z==="xml"){v.uri=p.XML}if(Z!=="xmlns"){v.uri=d[Z||""]}}}var V=A.indexOf(":");if(V>0){Z=i.prefix=A.slice(0,V);ee=i.localName=A.slice(V+1)}else{Z=null;ee=i.localName=A}var re=i.uri=d[Z||""];c.startElement(re,ee,A,i);if(i.closed){c.endElement(re,ee,A);if(C){for(Z in C){if(Object.prototype.hasOwnProperty.call(C,Z)){c.endPrefixMapping(Z)}}}}else{i.currentNSMap=d;i.localNSMap=C;return true}}function parseHtmlSpecialContent(i,c,d,p,A){if(/^(?:script|textarea)$/i.test(d)){var C=i.indexOf("</"+d+">",c);var S=i.substring(c+1,C);if(/[&<]/.test(S)){if(/^script$/i.test(d)){A.characters(S,0,S.length);return C}S=S.replace(/&#?\w+;/g,p);A.characters(S,0,S.length);return C}}return c+1}function fixSelfClosed(i,c,d,p){var A=p[d];if(A==null){A=i.lastIndexOf("</"+d+">");if(A<c){A=i.lastIndexOf("</"+d)}p[d]=A}return A<c}function _copy(i,c){for(var d in i){if(Object.prototype.hasOwnProperty.call(i,d)){c[d]=i[d]}}}function parseDCC(i,c,d,p){var A=i.charAt(c+2);switch(A){case"-":if(i.charAt(c+3)==="-"){var C=i.indexOf("--\x3e",c+4);if(C>c){d.comment(i,c+4,C-c-4);return C+3}else{p.error("Unclosed comment");return-1}}else{return-1}default:if(i.substr(c+3,6)=="CDATA["){var C=i.indexOf("]]>",c+9);d.startCDATA();d.characters(i,c+9,C-c-9);d.endCDATA();return C+3}var S=split(i,c);var v=S.length;if(v>1&&/!doctype/i.test(S[0][0])){var T=S[1][0];var _=false;var V=false;if(v>3){if(/^public$/i.test(S[2][0])){_=S[3][0];V=v>4&&S[4][0]}else if(/^system$/i.test(S[2][0])){V=S[3][0]}}var Z=S[v-1];d.startDTD(T,_,V);d.endDTD();return Z.index+Z[0].length}}return-1}function parseInstruction(i,c,d){var p=i.indexOf("?>",c);if(p){var A=i.substring(c,p).match(/^<\?(\S*)\s*([\s\S]*?)\s*$/);if(A){var C=A[0].length;d.processingInstruction(A[1],A[2]);return p+2}else{return-1}}return-1}function ElementAttributes(){this.attributeNames={}}ElementAttributes.prototype={setTagName:function(i){if(!S.test(i)){throw new Error("invalid tagName:"+i)}this.tagName=i},addValue:function(i,c,d){if(!S.test(i)){throw new Error("invalid attribute:"+i)}this.attributeNames[i]=this.length;this[this.length++]={qName:i,value:c,offset:d}},length:0,getLocalName:function(i){return this[i].localName},getLocator:function(i){return this[i].locator},getQName:function(i){return this[i].qName},getURI:function(i){return this[i].uri},getValue:function(i){return this[i].value}};function split(i,c){var d;var p=[];var A=/'[^']+'|"[^"]+"|[^\s<>\/=]+=?|(\/?\s*>|<)/g;A.lastIndex=c;A.exec(i);while(d=A.exec(i)){p.push(d);if(d[1])return p}}c.XMLReader=XMLReader;c.ParseError=ParseError},17413:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});var p=d(16577);class AbortSignal extends p.EventTarget{constructor(){super();throw new TypeError("AbortSignal cannot be constructed directly")}get aborted(){const i=A.get(this);if(typeof i!=="boolean"){throw new TypeError(`Expected 'this' to be an 'AbortSignal' object, but got ${this===null?"null":typeof this}`)}return i}}p.defineEventAttribute(AbortSignal.prototype,"abort");function createAbortSignal(){const i=Object.create(AbortSignal.prototype);p.EventTarget.call(i);A.set(i,false);return i}function abortSignal(i){if(A.get(i)!==false){return}A.set(i,true);i.dispatchEvent({type:"abort"})}const A=new WeakMap;Object.defineProperties(AbortSignal.prototype,{aborted:{enumerable:true}});if(typeof Symbol==="function"&&typeof Symbol.toStringTag==="symbol"){Object.defineProperty(AbortSignal.prototype,Symbol.toStringTag,{configurable:true,value:"AbortSignal"})}class AbortController{constructor(){C.set(this,createAbortSignal())}get signal(){return getSignal(this)}abort(){abortSignal(getSignal(this))}}const C=new WeakMap;function getSignal(i){const c=C.get(i);if(c==null){throw new TypeError(`Expected 'this' to be an 'AbortController' object, but got ${i===null?"null":typeof i}`)}return c}Object.defineProperties(AbortController.prototype,{signal:{enumerable:true},abort:{enumerable:true}});if(typeof Symbol==="function"&&typeof Symbol.toStringTag==="symbol"){Object.defineProperty(AbortController.prototype,Symbol.toStringTag,{configurable:true,value:"AbortController"})}c.AbortController=AbortController;c.AbortSignal=AbortSignal;c["default"]=AbortController;i.exports=AbortController;i.exports.AbortController=i.exports["default"]=AbortController;i.exports.AbortSignal=AbortSignal},15183:function(i,c,d){"use strict";var p=this&&this.__createBinding||(Object.create?function(i,c,d,p){if(p===undefined)p=d;var A=Object.getOwnPropertyDescriptor(c,d);if(!A||("get"in A?!c.__esModule:A.writable||A.configurable)){A={enumerable:true,get:function(){return c[d]}}}Object.defineProperty(i,p,A)}:function(i,c,d,p){if(p===undefined)p=d;i[p]=c[d]});var A=this&&this.__setModuleDefault||(Object.create?function(i,c){Object.defineProperty(i,"default",{enumerable:true,value:c})}:function(i,c){i["default"]=c});var C=this&&this.__importStar||function(i){if(i&&i.__esModule)return i;var c={};if(i!=null)for(var d in i)if(d!=="default"&&Object.prototype.hasOwnProperty.call(i,d))p(c,i,d);A(c,i);return c};Object.defineProperty(c,"__esModule",{value:true});c.req=c.json=c.toBuffer=void 0;const S=C(d(58611));const v=C(d(65692));async function toBuffer(i){let c=0;const d=[];for await(const p of i){c+=p.length;d.push(p)}return Buffer.concat(d,c)}c.toBuffer=toBuffer;async function json(i){const c=await toBuffer(i);const d=c.toString("utf8");try{return JSON.parse(d)}catch(i){const c=i;c.message+=` (input: ${d})`;throw c}}c.json=json;function req(i,c={}){const d=typeof i==="string"?i:i.href;const p=(d.startsWith("https:")?v:S).request(i,c);const A=new Promise(((i,c)=>{p.once("response",i).once("error",c).end()}));p.then=A.then.bind(A);return p}c.req=req},98894:function(i,c,d){"use strict";var p=this&&this.__createBinding||(Object.create?function(i,c,d,p){if(p===undefined)p=d;var A=Object.getOwnPropertyDescriptor(c,d);if(!A||("get"in A?!c.__esModule:A.writable||A.configurable)){A={enumerable:true,get:function(){return c[d]}}}Object.defineProperty(i,p,A)}:function(i,c,d,p){if(p===undefined)p=d;i[p]=c[d]});var A=this&&this.__setModuleDefault||(Object.create?function(i,c){Object.defineProperty(i,"default",{enumerable:true,value:c})}:function(i,c){i["default"]=c});var C=this&&this.__importStar||function(i){if(i&&i.__esModule)return i;var c={};if(i!=null)for(var d in i)if(d!=="default"&&Object.prototype.hasOwnProperty.call(i,d))p(c,i,d);A(c,i);return c};var S=this&&this.__exportStar||function(i,c){for(var d in i)if(d!=="default"&&!Object.prototype.hasOwnProperty.call(c,d))p(c,i,d)};Object.defineProperty(c,"__esModule",{value:true});c.Agent=void 0;const v=C(d(69278));const T=C(d(58611));const _=d(65692);S(d(15183),c);const V=Symbol("AgentBaseInternalState");class Agent extends T.Agent{constructor(i){super(i);this[V]={}}isSecureEndpoint(i){if(i){if(typeof i.secureEndpoint==="boolean"){return i.secureEndpoint}if(typeof i.protocol==="string"){return i.protocol==="https:"}}const{stack:c}=new Error;if(typeof c!=="string")return false;return c.split("\n").some((i=>i.indexOf("(https.js:")!==-1||i.indexOf("node:https:")!==-1))}incrementSockets(i){if(this.maxSockets===Infinity&&this.maxTotalSockets===Infinity){return null}if(!this.sockets[i]){this.sockets[i]=[]}const c=new v.Socket({writable:false});this.sockets[i].push(c);this.totalSocketCount++;return c}decrementSockets(i,c){if(!this.sockets[i]||c===null){return}const d=this.sockets[i];const p=d.indexOf(c);if(p!==-1){d.splice(p,1);this.totalSocketCount--;if(d.length===0){delete this.sockets[i]}}}getName(i){const c=this.isSecureEndpoint(i);if(c){return _.Agent.prototype.getName.call(this,i)}return super.getName(i)}createSocket(i,c,d){const p={...c,secureEndpoint:this.isSecureEndpoint(c)};const A=this.getName(p);const C=this.incrementSockets(A);Promise.resolve().then((()=>this.connect(i,p))).then((S=>{this.decrementSockets(A,C);if(S instanceof T.Agent){try{return S.addRequest(i,p)}catch(i){return d(i)}}this[V].currentSocket=S;super.createSocket(i,c,d)}),(i=>{this.decrementSockets(A,C);d(i)}))}createConnection(){const i=this[V].currentSocket;this[V].currentSocket=undefined;if(!i){throw new Error("No socket was returned in the `connect()` function")}return i}get defaultPort(){return this[V].defaultPort??(this.protocol==="https:"?443:80)}set defaultPort(i){if(this[V]){this[V].defaultPort=i}}get protocol(){return this[V].protocol??(this.isSecureEndpoint()?"https:":"http:")}set protocol(i){if(this[V]){this[V].protocol=i}}}c.Agent=Agent},38816:(i,c,d)=>{var p=d(35744);var A=d(16928);var C=d(97047);var S=d(57294);var v=d(73270);var T=d(36542);var V=d(21363);var Z=i.exports={};var ee=/[\/\\]/g;var processPatterns=function(i,c){var d=[];C(i).forEach((function(i){var p=i.indexOf("!")===0;if(p){i=i.slice(1)}var A=c(i);if(p){d=S(d,A)}else{d=v(d,A)}}));return d};Z.exists=function(){var i=A.join.apply(A,arguments);return p.existsSync(i)};Z.expand=function(...i){var c=T(i[0])?i.shift():{};var d=Array.isArray(i[0])?i[0]:i;if(d.length===0){return[]}var C=processPatterns(d,(function(i){return V.sync(i,c)}));if(c.filter){C=C.filter((function(i){i=A.join(c.cwd||"",i);try{if(typeof c.filter==="function"){return c.filter(i)}else{return p.statSync(i)[c.filter]()}}catch(i){return false}}))}return C};Z.expandMapping=function(i,c,d){d=Object.assign({rename:function(i,c){return A.join(i||"",c)}},d);var p=[];var C={};Z.expand(d,i).forEach((function(i){var S=i;if(d.flatten){S=A.basename(S)}if(d.ext){S=S.replace(/(\.[^\/]*)?$/,d.ext)}var v=d.rename(c,S,d);if(d.cwd){i=A.join(d.cwd,i)}v=v.replace(ee,"/");i=i.replace(ee,"/");if(C[v]){C[v].src.push(i)}else{p.push({src:[i],dest:v});C[v]=p[p.length-1]}}));return p};Z.normalizeFilesArray=function(i){var c=[];i.forEach((function(i){var d;if("src"in i||"dest"in i){c.push(i)}}));if(c.length===0){return[]}c=_(c).chain().forEach((function(i){if(!("src"in i)||!i.src){return}if(Array.isArray(i.src)){i.src=C(i.src)}else{i.src=[i.src]}})).map((function(i){var c=Object.assign({},i);delete c.src;delete c.dest;if(i.expand){return Z.expandMapping(i.src,i.dest,c).map((function(c){var d=Object.assign({},i);d.orig=Object.assign({},i);d.src=c.src;d.dest=c.dest;["expand","cwd","flatten","rename","ext"].forEach((function(i){delete d[i]}));return d}))}var d=Object.assign({},i);d.orig=Object.assign({},i);if("src"in d){Object.defineProperty(d,"src",{enumerable:true,get:function fn(){var d;if(!("result"in fn)){d=i.src;d=Array.isArray(d)?C(d):[d];fn.result=Z.expand(c,d)}return fn.result}})}if("dest"in d){d.dest=i.dest}return d})).flatten().value();return c}},53296:(i,c,d)=>{var p=d(35744);var A=d(16928);var C=d(96543);var S=d(32126);var v=d(56133);var T=d(7511);var _=d(2203).Stream;var V=d(29963).PassThrough;var Z=i.exports={};Z.file=d(38816);Z.collectStream=function(i,c){var d=[];var p=0;i.on("error",c);i.on("data",(function(i){d.push(i);p+=i.length}));i.on("end",(function(){var i=Buffer.alloc(p);var A=0;d.forEach((function(c){c.copy(i,A);A+=c.length}));c(null,i)}))};Z.dateify=function(i){i=i||new Date;if(i instanceof Date){i=i}else if(typeof i==="string"){i=new Date(i)}else{i=new Date}return i};Z.defaults=function(i,c,d){var p=arguments;p[0]=p[0]||{};return T(...p)};Z.isStream=function(i){return C(i)};Z.lazyReadStream=function(i){return new S.Readable((function(){return p.createReadStream(i)}))};Z.normalizeInputSource=function(i){if(i===null){return Buffer.alloc(0)}else if(typeof i==="string"){return Buffer.from(i)}else if(Z.isStream(i)){return i.pipe(new V)}return i};Z.sanitizePath=function(i){return v(i,false).replace(/^\w+:/,"").replace(/^(\.\.\/|\/)+/,"")};Z.trailingSlashIt=function(i){return i.slice(-1)!=="/"?i+"/":i};Z.unixifyPath=function(i){return v(i,false).replace(/^\w+:/,"")};Z.walkdir=function(i,c,d){var C=[];if(typeof c==="function"){d=c;c=i}p.readdir(i,(function(S,v){var T=0;var _;var V;if(S){return d(S)}(function next(){_=v[T++];if(!_){return d(null,C)}V=A.join(i,_);p.stat(V,(function(i,p){C.push({path:V,relative:A.relative(c,V).replace(/\\/g,"/"),stats:p});if(p&&p.isDirectory()){Z.walkdir(V,c,(function(i,c){if(i){return d(i)}c.forEach((function(i){C.push(i)}));next()}))}else{next()}}))})()}))}},99392:(i,c,d)=>{
|
||
/**
|
||
* Archiver Vending
|
||
*
|
||
* @ignore
|
||
* @license [MIT]{@link https://github.com/archiverjs/node-archiver/blob/master/LICENSE}
|
||
* @copyright (c) 2012-2014 Chris Talkington, contributors.
|
||
*/
|
||
var p=d(50549);var A={};var vending=function(i,c){return vending.create(i,c)};vending.create=function(i,c){if(A[i]){var d=new p(i,c);d.setFormat(i);d.setModule(new A[i](c));return d}else{throw new Error("create("+i+"): format not registered")}};vending.registerFormat=function(i,c){if(A[i]){throw new Error("register("+i+"): format already registered")}if(typeof c!=="function"){throw new Error("register("+i+"): format module invalid")}if(typeof c.prototype.append!=="function"||typeof c.prototype.finalize!=="function"){throw new Error("register("+i+"): format module missing methods")}A[i]=c};vending.isRegisteredFormat=function(i){if(A[i]){return true}return false};vending.registerFormat("zip",d(22836));vending.registerFormat("tar",d(10396));vending.registerFormat("json",d(54693));i.exports=vending},50549:(i,c,d)=>{
|
||
/**
|
||
* Archiver Core
|
||
*
|
||
* @ignore
|
||
* @license [MIT]{@link https://github.com/archiverjs/node-archiver/blob/master/LICENSE}
|
||
* @copyright (c) 2012-2014 Chris Talkington, contributors.
|
||
*/
|
||
var p=d(79896);var A=d(51364);var C=d(97329);var S=d(16928);var v=d(53296);var T=d(39023).inherits;var _=d(13110);var V=d(29963).Transform;var Z=process.platform==="win32";var Archiver=function(i,c){if(!(this instanceof Archiver)){return new Archiver(i,c)}if(typeof i!=="string"){c=i;i="zip"}c=this.options=v.defaults(c,{highWaterMark:1024*1024,statConcurrency:4});V.call(this,c);this._format=false;this._module=false;this._pending=0;this._pointer=0;this._entriesCount=0;this._entriesProcessedCount=0;this._fsEntriesTotalBytes=0;this._fsEntriesProcessedBytes=0;this._queue=C.queue(this._onQueueTask.bind(this),1);this._queue.drain(this._onQueueDrain.bind(this));this._statQueue=C.queue(this._onStatQueueTask.bind(this),c.statConcurrency);this._statQueue.drain(this._onQueueDrain.bind(this));this._state={aborted:false,finalize:false,finalizing:false,finalized:false,modulePiped:false};this._streams=[]};T(Archiver,V);Archiver.prototype._abort=function(){this._state.aborted=true;this._queue.kill();this._statQueue.kill();if(this._queue.idle()){this._shutdown()}};Archiver.prototype._append=function(i,c){c=c||{};var d={source:null,filepath:i};if(!c.name){c.name=i}c.sourcePath=i;d.data=c;this._entriesCount++;if(c.stats&&c.stats instanceof p.Stats){d=this._updateQueueTaskWithStats(d,c.stats);if(d){if(c.stats.size){this._fsEntriesTotalBytes+=c.stats.size}this._queue.push(d)}}else{this._statQueue.push(d)}};Archiver.prototype._finalize=function(){if(this._state.finalizing||this._state.finalized||this._state.aborted){return}this._state.finalizing=true;this._moduleFinalize();this._state.finalizing=false;this._state.finalized=true};Archiver.prototype._maybeFinalize=function(){if(this._state.finalizing||this._state.finalized||this._state.aborted){return false}if(this._state.finalize&&this._pending===0&&this._queue.idle()&&this._statQueue.idle()){this._finalize();return true}return false};Archiver.prototype._moduleAppend=function(i,c,d){if(this._state.aborted){d();return}this._module.append(i,c,function(i){this._task=null;if(this._state.aborted){this._shutdown();return}if(i){this.emit("error",i);setImmediate(d);return}this.emit("entry",c);this._entriesProcessedCount++;if(c.stats&&c.stats.size){this._fsEntriesProcessedBytes+=c.stats.size}this.emit("progress",{entries:{total:this._entriesCount,processed:this._entriesProcessedCount},fs:{totalBytes:this._fsEntriesTotalBytes,processedBytes:this._fsEntriesProcessedBytes}});setImmediate(d)}.bind(this))};Archiver.prototype._moduleFinalize=function(){if(typeof this._module.finalize==="function"){this._module.finalize()}else if(typeof this._module.end==="function"){this._module.end()}else{this.emit("error",new _("NOENDMETHOD"))}};Archiver.prototype._modulePipe=function(){this._module.on("error",this._onModuleError.bind(this));this._module.pipe(this);this._state.modulePiped=true};Archiver.prototype._moduleSupports=function(i){if(!this._module.supports||!this._module.supports[i]){return false}return this._module.supports[i]};Archiver.prototype._moduleUnpipe=function(){this._module.unpipe(this);this._state.modulePiped=false};Archiver.prototype._normalizeEntryData=function(i,c){i=v.defaults(i,{type:"file",name:null,date:null,mode:null,prefix:null,sourcePath:null,stats:false});if(c&&i.stats===false){i.stats=c}var d=i.type==="directory";if(i.name){if(typeof i.prefix==="string"&&""!==i.prefix){i.name=i.prefix+"/"+i.name;i.prefix=null}i.name=v.sanitizePath(i.name);if(i.type!=="symlink"&&i.name.slice(-1)==="/"){d=true;i.type="directory"}else if(d){i.name+="/"}}if(typeof i.mode==="number"){if(Z){i.mode&=511}else{i.mode&=4095}}else if(i.stats&&i.mode===null){if(Z){i.mode=i.stats.mode&511}else{i.mode=i.stats.mode&4095}if(Z&&d){i.mode=493}}else if(i.mode===null){i.mode=d?493:420}if(i.stats&&i.date===null){i.date=i.stats.mtime}else{i.date=v.dateify(i.date)}return i};Archiver.prototype._onModuleError=function(i){this.emit("error",i)};Archiver.prototype._onQueueDrain=function(){if(this._state.finalizing||this._state.finalized||this._state.aborted){return}if(this._state.finalize&&this._pending===0&&this._queue.idle()&&this._statQueue.idle()){this._finalize()}};Archiver.prototype._onQueueTask=function(i,c){var fullCallback=()=>{if(i.data.callback){i.data.callback()}c()};if(this._state.finalizing||this._state.finalized||this._state.aborted){fullCallback();return}this._task=i;this._moduleAppend(i.source,i.data,fullCallback)};Archiver.prototype._onStatQueueTask=function(i,c){if(this._state.finalizing||this._state.finalized||this._state.aborted){c();return}p.lstat(i.filepath,function(d,p){if(this._state.aborted){setImmediate(c);return}if(d){this._entriesCount--;this.emit("warning",d);setImmediate(c);return}i=this._updateQueueTaskWithStats(i,p);if(i){if(p.size){this._fsEntriesTotalBytes+=p.size}this._queue.push(i)}setImmediate(c)}.bind(this))};Archiver.prototype._shutdown=function(){this._moduleUnpipe();this.end()};Archiver.prototype._transform=function(i,c,d){if(i){this._pointer+=i.length}d(null,i)};Archiver.prototype._updateQueueTaskWithStats=function(i,c){if(c.isFile()){i.data.type="file";i.data.sourceType="stream";i.source=v.lazyReadStream(i.filepath)}else if(c.isDirectory()&&this._moduleSupports("directory")){i.data.name=v.trailingSlashIt(i.data.name);i.data.type="directory";i.data.sourcePath=v.trailingSlashIt(i.filepath);i.data.sourceType="buffer";i.source=Buffer.concat([])}else if(c.isSymbolicLink()&&this._moduleSupports("symlink")){var d=p.readlinkSync(i.filepath);var A=S.dirname(i.filepath);i.data.type="symlink";i.data.linkname=S.relative(A,S.resolve(A,d));i.data.sourceType="buffer";i.source=Buffer.concat([])}else{if(c.isDirectory()){this.emit("warning",new _("DIRECTORYNOTSUPPORTED",i.data))}else if(c.isSymbolicLink()){this.emit("warning",new _("SYMLINKNOTSUPPORTED",i.data))}else{this.emit("warning",new _("ENTRYNOTSUPPORTED",i.data))}return null}i.data=this._normalizeEntryData(i.data,c);return i};Archiver.prototype.abort=function(){if(this._state.aborted||this._state.finalized){return this}this._abort();return this};Archiver.prototype.append=function(i,c){if(this._state.finalize||this._state.aborted){this.emit("error",new _("QUEUECLOSED"));return this}c=this._normalizeEntryData(c);if(typeof c.name!=="string"||c.name.length===0){this.emit("error",new _("ENTRYNAMEREQUIRED"));return this}if(c.type==="directory"&&!this._moduleSupports("directory")){this.emit("error",new _("DIRECTORYNOTSUPPORTED",{name:c.name}));return this}i=v.normalizeInputSource(i);if(Buffer.isBuffer(i)){c.sourceType="buffer"}else if(v.isStream(i)){c.sourceType="stream"}else{this.emit("error",new _("INPUTSTEAMBUFFERREQUIRED",{name:c.name}));return this}this._entriesCount++;this._queue.push({data:c,source:i});return this};Archiver.prototype.directory=function(i,c,d){if(this._state.finalize||this._state.aborted){this.emit("error",new _("QUEUECLOSED"));return this}if(typeof i!=="string"||i.length===0){this.emit("error",new _("DIRECTORYDIRPATHREQUIRED"));return this}this._pending++;if(c===false){c=""}else if(typeof c!=="string"){c=i}var p=false;if(typeof d==="function"){p=d;d={}}else if(typeof d!=="object"){d={}}var C={stat:true,dot:true};function onGlobEnd(){this._pending--;this._maybeFinalize()}function onGlobError(i){this.emit("error",i)}function onGlobMatch(A){S.pause();var C=false;var v=Object.assign({},d);v.name=A.relative;v.prefix=c;v.stats=A.stat;v.callback=S.resume.bind(S);try{if(p){v=p(v);if(v===false){C=true}else if(typeof v!=="object"){throw new _("DIRECTORYFUNCTIONINVALIDDATA",{dirpath:i})}}}catch(i){this.emit("error",i);return}if(C){S.resume();return}this._append(A.absolute,v)}var S=A(i,C);S.on("error",onGlobError.bind(this));S.on("match",onGlobMatch.bind(this));S.on("end",onGlobEnd.bind(this));return this};Archiver.prototype.file=function(i,c){if(this._state.finalize||this._state.aborted){this.emit("error",new _("QUEUECLOSED"));return this}if(typeof i!=="string"||i.length===0){this.emit("error",new _("FILEFILEPATHREQUIRED"));return this}this._append(i,c);return this};Archiver.prototype.glob=function(i,c,d){this._pending++;c=v.defaults(c,{stat:true,pattern:i});function onGlobEnd(){this._pending--;this._maybeFinalize()}function onGlobError(i){this.emit("error",i)}function onGlobMatch(i){p.pause();var c=Object.assign({},d);c.callback=p.resume.bind(p);c.stats=i.stat;c.name=i.relative;this._append(i.absolute,c)}var p=A(c.cwd||".",c);p.on("error",onGlobError.bind(this));p.on("match",onGlobMatch.bind(this));p.on("end",onGlobEnd.bind(this));return this};Archiver.prototype.finalize=function(){if(this._state.aborted){var i=new _("ABORTED");this.emit("error",i);return Promise.reject(i)}if(this._state.finalize){var c=new _("FINALIZING");this.emit("error",c);return Promise.reject(c)}this._state.finalize=true;if(this._pending===0&&this._queue.idle()&&this._statQueue.idle()){this._finalize()}var d=this;return new Promise((function(i,c){var p;d._module.on("end",(function(){if(!p){i()}}));d._module.on("error",(function(i){p=true;c(i)}))}))};Archiver.prototype.setFormat=function(i){if(this._format){this.emit("error",new _("FORMATSET"));return this}this._format=i;return this};Archiver.prototype.setModule=function(i){if(this._state.aborted){this.emit("error",new _("ABORTED"));return this}if(this._state.module){this.emit("error",new _("MODULESET"));return this}this._module=i;this._modulePipe();return this};Archiver.prototype.symlink=function(i,c,d){if(this._state.finalize||this._state.aborted){this.emit("error",new _("QUEUECLOSED"));return this}if(typeof i!=="string"||i.length===0){this.emit("error",new _("SYMLINKFILEPATHREQUIRED"));return this}if(typeof c!=="string"||c.length===0){this.emit("error",new _("SYMLINKTARGETREQUIRED",{filepath:i}));return this}if(!this._moduleSupports("symlink")){this.emit("error",new _("SYMLINKNOTSUPPORTED",{filepath:i}));return this}var p={};p.type="symlink";p.name=i.replace(/\\/g,"/");p.linkname=c.replace(/\\/g,"/");p.sourceType="buffer";if(typeof d==="number"){p.mode=d}this._entriesCount++;this._queue.push({data:p,source:Buffer.concat([])});return this};Archiver.prototype.pointer=function(){return this._pointer};Archiver.prototype.use=function(i){this._streams.push(i);return this};i.exports=Archiver},13110:(i,c,d)=>{
|
||
/**
|
||
* Archiver Core
|
||
*
|
||
* @ignore
|
||
* @license [MIT]{@link https://github.com/archiverjs/node-archiver/blob/master/LICENSE}
|
||
* @copyright (c) 2012-2014 Chris Talkington, contributors.
|
||
*/
|
||
var p=d(39023);const A={ABORTED:"archive was aborted",DIRECTORYDIRPATHREQUIRED:"diretory dirpath argument must be a non-empty string value",DIRECTORYFUNCTIONINVALIDDATA:"invalid data returned by directory custom data function",ENTRYNAMEREQUIRED:"entry name must be a non-empty string value",FILEFILEPATHREQUIRED:"file filepath argument must be a non-empty string value",FINALIZING:"archive already finalizing",QUEUECLOSED:"queue closed",NOENDMETHOD:"no suitable finalize/end method defined by module",DIRECTORYNOTSUPPORTED:"support for directory entries not defined by module",FORMATSET:"archive format already set",INPUTSTEAMBUFFERREQUIRED:"input source must be valid Stream or Buffer instance",MODULESET:"module already set",SYMLINKNOTSUPPORTED:"support for symlink entries not defined by module",SYMLINKFILEPATHREQUIRED:"symlink filepath argument must be a non-empty string value",SYMLINKTARGETREQUIRED:"symlink target argument must be a non-empty string value",ENTRYNOTSUPPORTED:"entry not supported"};function ArchiverError(i,c){Error.captureStackTrace(this,this.constructor);this.message=A[i]||i;this.code=i;this.data=c}p.inherits(ArchiverError,Error);c=i.exports=ArchiverError},54693:(i,c,d)=>{
|
||
/**
|
||
* JSON Format Plugin
|
||
*
|
||
* @module plugins/json
|
||
* @license [MIT]{@link https://github.com/archiverjs/node-archiver/blob/master/LICENSE}
|
||
* @copyright (c) 2012-2014 Chris Talkington, contributors.
|
||
*/
|
||
var p=d(39023).inherits;var A=d(29963).Transform;var C=d(84928);var S=d(53296);var Json=function(i){if(!(this instanceof Json)){return new Json(i)}i=this.options=S.defaults(i,{});A.call(this,i);this.supports={directory:true,symlink:true};this.files=[]};p(Json,A);Json.prototype._transform=function(i,c,d){d(null,i)};Json.prototype._writeStringified=function(){var i=JSON.stringify(this.files);this.write(i)};Json.prototype.append=function(i,c,d){var p=this;c.crc32=0;function onend(i,A){if(i){d(i);return}c.size=A.length||0;c.crc32=C.unsigned(A);p.files.push(c);d(null,c)}if(c.sourceType==="buffer"){onend(null,i)}else if(c.sourceType==="stream"){S.collectStream(i,onend)}};Json.prototype.finalize=function(){this._writeStringified();this.end()};i.exports=Json},10396:(i,c,d)=>{
|
||
/**
|
||
* TAR Format Plugin
|
||
*
|
||
* @module plugins/tar
|
||
* @license [MIT]{@link https://github.com/archiverjs/node-archiver/blob/master/LICENSE}
|
||
* @copyright (c) 2012-2014 Chris Talkington, contributors.
|
||
*/
|
||
var p=d(43106);var A=d(56118);var C=d(53296);var Tar=function(i){if(!(this instanceof Tar)){return new Tar(i)}i=this.options=C.defaults(i,{gzip:false});if(typeof i.gzipOptions!=="object"){i.gzipOptions={}}this.supports={directory:true,symlink:true};this.engine=A.pack(i);this.compressor=false;if(i.gzip){this.compressor=p.createGzip(i.gzipOptions);this.compressor.on("error",this._onCompressorError.bind(this))}};Tar.prototype._onCompressorError=function(i){this.engine.emit("error",i)};Tar.prototype.append=function(i,c,d){var p=this;c.mtime=c.date;function append(i,A){if(i){d(i);return}p.engine.entry(c,A,(function(i){d(i,c)}))}if(c.sourceType==="buffer"){append(null,i)}else if(c.sourceType==="stream"&&c.stats){c.size=c.stats.size;var A=p.engine.entry(c,(function(i){d(i,c)}));i.pipe(A)}else if(c.sourceType==="stream"){C.collectStream(i,append)}};Tar.prototype.finalize=function(){this.engine.finalize()};Tar.prototype.on=function(){return this.engine.on.apply(this.engine,arguments)};Tar.prototype.pipe=function(i,c){if(this.compressor){return this.engine.pipe.apply(this.engine,[this.compressor]).pipe(i,c)}else{return this.engine.pipe.apply(this.engine,arguments)}};Tar.prototype.unpipe=function(){if(this.compressor){return this.compressor.unpipe.apply(this.compressor,arguments)}else{return this.engine.unpipe.apply(this.engine,arguments)}};i.exports=Tar},22836:(i,c,d)=>{
|
||
/**
|
||
* ZIP Format Plugin
|
||
*
|
||
* @module plugins/zip
|
||
* @license [MIT]{@link https://github.com/archiverjs/node-archiver/blob/master/LICENSE}
|
||
* @copyright (c) 2012-2014 Chris Talkington, contributors.
|
||
*/
|
||
var p=d(41622);var A=d(53296);var Zip=function(i){if(!(this instanceof Zip)){return new Zip(i)}i=this.options=A.defaults(i,{comment:"",forceUTC:false,namePrependSlash:false,store:false});this.supports={directory:true,symlink:true};this.engine=new p(i)};Zip.prototype.append=function(i,c,d){this.engine.entry(i,c,d)};Zip.prototype.finalize=function(){this.engine.finalize()};Zip.prototype.on=function(){return this.engine.on.apply(this.engine,arguments)};Zip.prototype.pipe=function(){return this.engine.pipe.apply(this.engine,arguments)};Zip.prototype.unpipe=function(){return this.engine.unpipe.apply(this.engine,arguments)};i.exports=Zip},97329:function(i,c){(function(i,d){true?d(c):0})(this,(function(i){"use strict";function apply(i,...c){return(...d)=>i(...c,...d)}function initialParams(i){return function(...c){var d=c.pop();return i.call(this,c,d)}}var c=typeof queueMicrotask==="function"&&queueMicrotask;var d=typeof setImmediate==="function"&&setImmediate;var p=typeof process==="object"&&typeof process.nextTick==="function";function fallback(i){setTimeout(i,0)}function wrap(i){return(c,...d)=>i((()=>c(...d)))}var A;if(c){A=queueMicrotask}else if(d){A=setImmediate}else if(p){A=process.nextTick}else{A=fallback}var C=wrap(A);function asyncify(i){if(isAsync(i)){return function(...c){const d=c.pop();const p=i.apply(this,c);return handlePromise(p,d)}}return initialParams((function(c,d){var p;try{p=i.apply(this,c)}catch(i){return d(i)}if(p&&typeof p.then==="function"){return handlePromise(p,d)}else{d(null,p)}}))}function handlePromise(i,c){return i.then((i=>{invokeCallback(c,null,i)}),(i=>{invokeCallback(c,i&&(i instanceof Error||i.message)?i:new Error(i))}))}function invokeCallback(i,c,d){try{i(c,d)}catch(i){C((i=>{throw i}),i)}}function isAsync(i){return i[Symbol.toStringTag]==="AsyncFunction"}function isAsyncGenerator(i){return i[Symbol.toStringTag]==="AsyncGenerator"}function isAsyncIterable(i){return typeof i[Symbol.asyncIterator]==="function"}function wrapAsync(i){if(typeof i!=="function")throw new Error("expected a function");return isAsync(i)?asyncify(i):i}function awaitify(i,c){if(!c)c=i.length;if(!c)throw new Error("arity is undefined");function awaitable(...d){if(typeof d[c-1]==="function"){return i.apply(this,d)}return new Promise(((p,A)=>{d[c-1]=(i,...c)=>{if(i)return A(i);p(c.length>1?c:c[0])};i.apply(this,d)}))}return awaitable}function applyEach$1(i){return function applyEach(c,...d){const p=awaitify((function(p){var A=this;return i(c,((i,c)=>{wrapAsync(i).apply(A,d.concat(c))}),p)}));return p}}function _asyncMap(i,c,d,p){c=c||[];var A=[];var C=0;var S=wrapAsync(d);return i(c,((i,c,d)=>{var p=C++;S(i,((i,c)=>{A[p]=c;d(i)}))}),(i=>{p(i,A)}))}function isArrayLike(i){return i&&typeof i.length==="number"&&i.length>=0&&i.length%1===0}const S={};function once(i){function wrapper(...c){if(i===null)return;var d=i;i=null;d.apply(this,c)}Object.assign(wrapper,i);return wrapper}function getIterator(i){return i[Symbol.iterator]&&i[Symbol.iterator]()}function createArrayIterator(i){var c=-1;var d=i.length;return function next(){return++c<d?{value:i[c],key:c}:null}}function createES2015Iterator(i){var c=-1;return function next(){var d=i.next();if(d.done)return null;c++;return{value:d.value,key:c}}}function createObjectIterator(i){var c=i?Object.keys(i):[];var d=-1;var p=c.length;return function next(){var A=c[++d];if(A==="__proto__"){return next()}return d<p?{value:i[A],key:A}:null}}function createIterator(i){if(isArrayLike(i)){return createArrayIterator(i)}var c=getIterator(i);return c?createES2015Iterator(c):createObjectIterator(i)}function onlyOnce(i){return function(...c){if(i===null)throw new Error("Callback was already called.");var d=i;i=null;d.apply(this,c)}}function asyncEachOfLimit(i,c,d,p){let A=false;let C=false;let v=false;let T=0;let _=0;function replenish(){if(T>=c||v||A)return;v=true;i.next().then((({value:i,done:c})=>{if(C||A)return;v=false;if(c){A=true;if(T<=0){p(null)}return}T++;d(i,_,iterateeCallback);_++;replenish()})).catch(handleError)}function iterateeCallback(i,c){T-=1;if(C)return;if(i)return handleError(i);if(i===false){A=true;C=true;return}if(c===S||A&&T<=0){A=true;return p(null)}replenish()}function handleError(i){if(C)return;v=false;A=true;p(i)}replenish()}var eachOfLimit$2=i=>(c,d,p)=>{p=once(p);if(i<=0){throw new RangeError("concurrency limit cannot be less than 1")}if(!c){return p(null)}if(isAsyncGenerator(c)){return asyncEachOfLimit(c,i,d,p)}if(isAsyncIterable(c)){return asyncEachOfLimit(c[Symbol.asyncIterator](),i,d,p)}var A=createIterator(c);var C=false;var v=false;var T=0;var _=false;function iterateeCallback(i,c){if(v)return;T-=1;if(i){C=true;p(i)}else if(i===false){C=true;v=true}else if(c===S||C&&T<=0){C=true;return p(null)}else if(!_){replenish()}}function replenish(){_=true;while(T<i&&!C){var c=A();if(c===null){C=true;if(T<=0){p(null)}return}T+=1;d(c.value,c.key,onlyOnce(iterateeCallback))}_=false}replenish()};function eachOfLimit(i,c,d,p){return eachOfLimit$2(c)(i,wrapAsync(d),p)}var v=awaitify(eachOfLimit,4);function eachOfArrayLike(i,c,d){d=once(d);var p=0,A=0,{length:C}=i,v=false;if(C===0){d(null)}function iteratorCallback(i,c){if(i===false){v=true}if(v===true)return;if(i){d(i)}else if(++A===C||c===S){d(null)}}for(;p<C;p++){c(i[p],p,onlyOnce(iteratorCallback))}}function eachOfGeneric(i,c,d){return v(i,Infinity,c,d)}function eachOf(i,c,d){var p=isArrayLike(i)?eachOfArrayLike:eachOfGeneric;return p(i,wrapAsync(c),d)}var T=awaitify(eachOf,3);function map(i,c,d){return _asyncMap(T,i,c,d)}var _=awaitify(map,3);var V=applyEach$1(_);function eachOfSeries(i,c,d){return v(i,1,c,d)}var Z=awaitify(eachOfSeries,3);function mapSeries(i,c,d){return _asyncMap(Z,i,c,d)}var ee=awaitify(mapSeries,3);var te=applyEach$1(ee);const re=Symbol("promiseCallback");function promiseCallback(){let i,c;function callback(d,...p){if(d)return c(d);i(p.length>1?p:p[0])}callback[re]=new Promise(((d,p)=>{i=d,c=p}));return callback}function auto(i,c,d){if(typeof c!=="number"){d=c;c=null}d=once(d||promiseCallback());var p=Object.keys(i).length;if(!p){return d(null)}if(!c){c=p}var A={};var C=0;var S=false;var v=false;var T=Object.create(null);var _=[];var V=[];var Z={};Object.keys(i).forEach((c=>{var d=i[c];if(!Array.isArray(d)){enqueueTask(c,[d]);V.push(c);return}var p=d.slice(0,d.length-1);var A=p.length;if(A===0){enqueueTask(c,d);V.push(c);return}Z[c]=A;p.forEach((C=>{if(!i[C]){throw new Error("async.auto task `"+c+"` has a non-existent dependency `"+C+"` in "+p.join(", "))}addListener(C,(()=>{A--;if(A===0){enqueueTask(c,d)}}))}))}));checkForDeadlocks();processQueue();function enqueueTask(i,c){_.push((()=>runTask(i,c)))}function processQueue(){if(S)return;if(_.length===0&&C===0){return d(null,A)}while(_.length&&C<c){var i=_.shift();i()}}function addListener(i,c){var d=T[i];if(!d){d=T[i]=[]}d.push(c)}function taskComplete(i){var c=T[i]||[];c.forEach((i=>i()));processQueue()}function runTask(i,c){if(v)return;var p=onlyOnce(((c,...p)=>{C--;if(c===false){S=true;return}if(p.length<2){[p]=p}if(c){var _={};Object.keys(A).forEach((i=>{_[i]=A[i]}));_[i]=p;v=true;T=Object.create(null);if(S)return;d(c,_)}else{A[i]=p;taskComplete(i)}}));C++;var _=wrapAsync(c[c.length-1]);if(c.length>1){_(A,p)}else{_(p)}}function checkForDeadlocks(){var i;var c=0;while(V.length){i=V.pop();c++;getDependents(i).forEach((i=>{if(--Z[i]===0){V.push(i)}}))}if(c!==p){throw new Error("async.auto cannot execute tasks due to a recursive dependency")}}function getDependents(c){var d=[];Object.keys(i).forEach((p=>{const A=i[p];if(Array.isArray(A)&&A.indexOf(c)>=0){d.push(p)}}));return d}return d[re]}var ne=/^(?:async\s)?(?:function)?\s*(?:\w+\s*)?\(([^)]+)\)(?:\s*{)/;var ie=/^(?:async\s)?\s*(?:\(\s*)?((?:[^)=\s]\s*)*)(?:\)\s*)?=>/;var se=/,/;var ae=/(=.+)?(\s*)$/;function stripComments(i){let c="";let d=0;let p=i.indexOf("*/");while(d<i.length){if(i[d]==="/"&&i[d+1]==="/"){let c=i.indexOf("\n",d);d=c===-1?i.length:c}else if(p!==-1&&i[d]==="/"&&i[d+1]==="*"){let A=i.indexOf("*/",d);if(A!==-1){d=A+2;p=i.indexOf("*/",d)}else{c+=i[d];d++}}else{c+=i[d];d++}}return c}function parseParams(i){const c=stripComments(i.toString());let d=c.match(ne);if(!d){d=c.match(ie)}if(!d)throw new Error("could not parse args in autoInject\nSource:\n"+c);let[,p]=d;return p.replace(/\s/g,"").split(se).map((i=>i.replace(ae,"").trim()))}function autoInject(i,c){var d={};Object.keys(i).forEach((c=>{var p=i[c];var A;var C=isAsync(p);var S=!C&&p.length===1||C&&p.length===0;if(Array.isArray(p)){A=[...p];p=A.pop();d[c]=A.concat(A.length>0?newTask:p)}else if(S){d[c]=p}else{A=parseParams(p);if(p.length===0&&!C&&A.length===0){throw new Error("autoInject task functions require explicit parameters.")}if(!C)A.pop();d[c]=A.concat(newTask)}function newTask(i,c){var d=A.map((c=>i[c]));d.push(c);wrapAsync(p)(...d)}}));return auto(d,c)}class DLL{constructor(){this.head=this.tail=null;this.length=0}removeLink(i){if(i.prev)i.prev.next=i.next;else this.head=i.next;if(i.next)i.next.prev=i.prev;else this.tail=i.prev;i.prev=i.next=null;this.length-=1;return i}empty(){while(this.head)this.shift();return this}insertAfter(i,c){c.prev=i;c.next=i.next;if(i.next)i.next.prev=c;else this.tail=c;i.next=c;this.length+=1}insertBefore(i,c){c.prev=i.prev;c.next=i;if(i.prev)i.prev.next=c;else this.head=c;i.prev=c;this.length+=1}unshift(i){if(this.head)this.insertBefore(this.head,i);else setInitial(this,i)}push(i){if(this.tail)this.insertAfter(this.tail,i);else setInitial(this,i)}shift(){return this.head&&this.removeLink(this.head)}pop(){return this.tail&&this.removeLink(this.tail)}toArray(){return[...this]}*[Symbol.iterator](){var i=this.head;while(i){yield i.data;i=i.next}}remove(i){var c=this.head;while(c){var{next:d}=c;if(i(c)){this.removeLink(c)}c=d}return this}}function setInitial(i,c){i.length=1;i.head=i.tail=c}function queue$1(i,c,d){if(c==null){c=1}else if(c===0){throw new RangeError("Concurrency must not be zero")}var p=wrapAsync(i);var A=0;var S=[];const v={error:[],drain:[],saturated:[],unsaturated:[],empty:[]};function on(i,c){v[i].push(c)}function once(i,c){const handleAndRemove=(...d)=>{off(i,handleAndRemove);c(...d)};v[i].push(handleAndRemove)}function off(i,c){if(!i)return Object.keys(v).forEach((i=>v[i]=[]));if(!c)return v[i]=[];v[i]=v[i].filter((i=>i!==c))}function trigger(i,...c){v[i].forEach((i=>i(...c)))}var T=false;function _insert(i,c,d,p){if(p!=null&&typeof p!=="function"){throw new Error("task callback must be a function")}V.started=true;var A,S;function promiseCallback(i,...c){if(i)return d?S(i):A();if(c.length<=1)return A(c[0]);A(c)}var v=V._createTaskItem(i,d?promiseCallback:p||promiseCallback);if(c){V._tasks.unshift(v)}else{V._tasks.push(v)}if(!T){T=true;C((()=>{T=false;V.process()}))}if(d||!p){return new Promise(((i,c)=>{A=i;S=c}))}}function _createCB(i){return function(c,...d){A-=1;for(var p=0,C=i.length;p<C;p++){var v=i[p];var T=S.indexOf(v);if(T===0){S.shift()}else if(T>0){S.splice(T,1)}v.callback(c,...d);if(c!=null){trigger("error",c,v.data)}}if(A<=V.concurrency-V.buffer){trigger("unsaturated")}if(V.idle()){trigger("drain")}V.process()}}function _maybeDrain(i){if(i.length===0&&V.idle()){C((()=>trigger("drain")));return true}return false}const eventMethod=i=>c=>{if(!c){return new Promise(((c,d)=>{once(i,((i,p)=>{if(i)return d(i);c(p)}))}))}off(i);on(i,c)};var _=false;var V={_tasks:new DLL,_createTaskItem(i,c){return{data:i,callback:c}},*[Symbol.iterator](){yield*V._tasks[Symbol.iterator]()},concurrency:c,payload:d,buffer:c/4,started:false,paused:false,push(i,c){if(Array.isArray(i)){if(_maybeDrain(i))return;return i.map((i=>_insert(i,false,false,c)))}return _insert(i,false,false,c)},pushAsync(i,c){if(Array.isArray(i)){if(_maybeDrain(i))return;return i.map((i=>_insert(i,false,true,c)))}return _insert(i,false,true,c)},kill(){off();V._tasks.empty()},unshift(i,c){if(Array.isArray(i)){if(_maybeDrain(i))return;return i.map((i=>_insert(i,true,false,c)))}return _insert(i,true,false,c)},unshiftAsync(i,c){if(Array.isArray(i)){if(_maybeDrain(i))return;return i.map((i=>_insert(i,true,true,c)))}return _insert(i,true,true,c)},remove(i){V._tasks.remove(i)},process(){if(_){return}_=true;while(!V.paused&&A<V.concurrency&&V._tasks.length){var i=[],c=[];var d=V._tasks.length;if(V.payload)d=Math.min(d,V.payload);for(var C=0;C<d;C++){var v=V._tasks.shift();i.push(v);S.push(v);c.push(v.data)}A+=1;if(V._tasks.length===0){trigger("empty")}if(A===V.concurrency){trigger("saturated")}var T=onlyOnce(_createCB(i));p(c,T)}_=false},length(){return V._tasks.length},running(){return A},workersList(){return S},idle(){return V._tasks.length+A===0},pause(){V.paused=true},resume(){if(V.paused===false){return}V.paused=false;C(V.process)}};Object.defineProperties(V,{saturated:{writable:false,value:eventMethod("saturated")},unsaturated:{writable:false,value:eventMethod("unsaturated")},empty:{writable:false,value:eventMethod("empty")},drain:{writable:false,value:eventMethod("drain")},error:{writable:false,value:eventMethod("error")}});return V}function cargo$1(i,c){return queue$1(i,1,c)}function cargo(i,c,d){return queue$1(i,c,d)}function reduce(i,c,d,p){p=once(p);var A=wrapAsync(d);return Z(i,((i,d,p)=>{A(c,i,((i,d)=>{c=d;p(i)}))}),(i=>p(i,c)))}var oe=awaitify(reduce,4);function seq(...i){var c=i.map(wrapAsync);return function(...i){var d=this;var p=i[i.length-1];if(typeof p=="function"){i.pop()}else{p=promiseCallback()}oe(c,i,((i,c,p)=>{c.apply(d,i.concat(((i,...c)=>{p(i,c)})))}),((i,c)=>p(i,...c)));return p[re]}}function compose(...i){return seq(...i.reverse())}function mapLimit(i,c,d,p){return _asyncMap(eachOfLimit$2(c),i,d,p)}var le=awaitify(mapLimit,4);function concatLimit(i,c,d,p){var A=wrapAsync(d);return le(i,c,((i,c)=>{A(i,((i,...d)=>{if(i)return c(i);return c(i,d)}))}),((i,c)=>{var d=[];for(var A=0;A<c.length;A++){if(c[A]){d=d.concat(...c[A])}}return p(i,d)}))}var ce=awaitify(concatLimit,4);function concat(i,c,d){return ce(i,Infinity,c,d)}var de=awaitify(concat,3);function concatSeries(i,c,d){return ce(i,1,c,d)}var ue=awaitify(concatSeries,3);function constant$1(...i){return function(...c){var d=c.pop();return d(null,...i)}}function _createTester(i,c){return(d,p,A,C)=>{var v=false;var T;const _=wrapAsync(A);d(p,((d,p,A)=>{_(d,((p,C)=>{if(p||p===false)return A(p);if(i(C)&&!T){v=true;T=c(true,d);return A(null,S)}A()}))}),(i=>{if(i)return C(i);C(null,v?T:c(false))}))}}function detect(i,c,d){return _createTester((i=>i),((i,c)=>c))(T,i,c,d)}var pe=awaitify(detect,3);function detectLimit(i,c,d,p){return _createTester((i=>i),((i,c)=>c))(eachOfLimit$2(c),i,d,p)}var Ae=awaitify(detectLimit,4);function detectSeries(i,c,d){return _createTester((i=>i),((i,c)=>c))(eachOfLimit$2(1),i,c,d)}var fe=awaitify(detectSeries,3);function consoleFunc(i){return(c,...d)=>wrapAsync(c)(...d,((c,...d)=>{if(typeof console==="object"){if(c){if(console.error){console.error(c)}}else if(console[i]){d.forEach((c=>console[i](c)))}}}))}var he=consoleFunc("dir");function doWhilst(i,c,d){d=onlyOnce(d);var p=wrapAsync(i);var A=wrapAsync(c);var C;function next(i,...c){if(i)return d(i);if(i===false)return;C=c;A(...c,check)}function check(i,c){if(i)return d(i);if(i===false)return;if(!c)return d(null,...C);p(next)}return check(null,true)}var me=awaitify(doWhilst,3);function doUntil(i,c,d){const p=wrapAsync(c);return me(i,((...i)=>{const c=i.pop();p(...i,((i,d)=>c(i,!d)))}),d)}function _withoutIndex(i){return(c,d,p)=>i(c,p)}function eachLimit$2(i,c,d){return T(i,_withoutIndex(wrapAsync(c)),d)}var ge=awaitify(eachLimit$2,3);function eachLimit(i,c,d,p){return eachOfLimit$2(c)(i,_withoutIndex(wrapAsync(d)),p)}var ye=awaitify(eachLimit,4);function eachSeries(i,c,d){return ye(i,1,c,d)}var Ee=awaitify(eachSeries,3);function ensureAsync(i){if(isAsync(i))return i;return function(...c){var d=c.pop();var p=true;c.push(((...i)=>{if(p){C((()=>d(...i)))}else{d(...i)}}));i.apply(this,c);p=false}}function every(i,c,d){return _createTester((i=>!i),(i=>!i))(T,i,c,d)}var be=awaitify(every,3);function everyLimit(i,c,d,p){return _createTester((i=>!i),(i=>!i))(eachOfLimit$2(c),i,d,p)}var Ce=awaitify(everyLimit,4);function everySeries(i,c,d){return _createTester((i=>!i),(i=>!i))(Z,i,c,d)}var we=awaitify(everySeries,3);function filterArray(i,c,d,p){var A=new Array(c.length);i(c,((i,c,p)=>{d(i,((i,d)=>{A[c]=!!d;p(i)}))}),(i=>{if(i)return p(i);var d=[];for(var C=0;C<c.length;C++){if(A[C])d.push(c[C])}p(null,d)}))}function filterGeneric(i,c,d,p){var A=[];i(c,((i,c,p)=>{d(i,((d,C)=>{if(d)return p(d);if(C){A.push({index:c,value:i})}p(d)}))}),(i=>{if(i)return p(i);p(null,A.sort(((i,c)=>i.index-c.index)).map((i=>i.value)))}))}function _filter(i,c,d,p){var A=isArrayLike(c)?filterArray:filterGeneric;return A(i,c,wrapAsync(d),p)}function filter(i,c,d){return _filter(T,i,c,d)}var Ie=awaitify(filter,3);function filterLimit(i,c,d,p){return _filter(eachOfLimit$2(c),i,d,p)}var Be=awaitify(filterLimit,4);function filterSeries(i,c,d){return _filter(Z,i,c,d)}var Se=awaitify(filterSeries,3);function forever(i,c){var d=onlyOnce(c);var p=wrapAsync(ensureAsync(i));function next(i){if(i)return d(i);if(i===false)return;p(next)}return next()}var ve=awaitify(forever,2);function groupByLimit(i,c,d,p){var A=wrapAsync(d);return le(i,c,((i,c)=>{A(i,((d,p)=>{if(d)return c(d);return c(d,{key:p,val:i})}))}),((i,c)=>{var d={};var{hasOwnProperty:A}=Object.prototype;for(var C=0;C<c.length;C++){if(c[C]){var{key:S}=c[C];var{val:v}=c[C];if(A.call(d,S)){d[S].push(v)}else{d[S]=[v]}}}return p(i,d)}))}var Qe=awaitify(groupByLimit,4);function groupBy(i,c,d){return Qe(i,Infinity,c,d)}function groupBySeries(i,c,d){return Qe(i,1,c,d)}var Ne=consoleFunc("log");function mapValuesLimit(i,c,d,p){p=once(p);var A={};var C=wrapAsync(d);return eachOfLimit$2(c)(i,((i,c,d)=>{C(i,c,((i,p)=>{if(i)return d(i);A[c]=p;d(i)}))}),(i=>p(i,A)))}var Re=awaitify(mapValuesLimit,4);function mapValues(i,c,d){return Re(i,Infinity,c,d)}function mapValuesSeries(i,c,d){return Re(i,1,c,d)}function memoize(i,c=i=>i){var d=Object.create(null);var p=Object.create(null);var A=wrapAsync(i);var S=initialParams(((i,S)=>{var v=c(...i);if(v in d){C((()=>S(null,...d[v])))}else if(v in p){p[v].push(S)}else{p[v]=[S];A(...i,((i,...c)=>{if(!i){d[v]=c}var A=p[v];delete p[v];for(var C=0,S=A.length;C<S;C++){A[C](i,...c)}}))}}));S.memo=d;S.unmemoized=i;return S}var Te;if(p){Te=process.nextTick}else if(d){Te=setImmediate}else{Te=fallback}var xe=wrap(Te);var De=awaitify(((i,c,d)=>{var p=isArrayLike(c)?[]:{};i(c,((i,c,d)=>{wrapAsync(i)(((i,...A)=>{if(A.length<2){[A]=A}p[c]=A;d(i)}))}),(i=>d(i,p)))}),3);function parallel(i,c){return De(T,i,c)}function parallelLimit(i,c,d){return De(eachOfLimit$2(c),i,d)}function queue(i,c){var d=wrapAsync(i);return queue$1(((i,c)=>{d(i[0],c)}),c,1)}class Heap{constructor(){this.heap=[];this.pushCount=Number.MIN_SAFE_INTEGER}get length(){return this.heap.length}empty(){this.heap=[];return this}percUp(i){let c;while(i>0&&smaller(this.heap[i],this.heap[c=parent(i)])){let d=this.heap[i];this.heap[i]=this.heap[c];this.heap[c]=d;i=c}}percDown(i){let c;while((c=leftChi(i))<this.heap.length){if(c+1<this.heap.length&&smaller(this.heap[c+1],this.heap[c])){c=c+1}if(smaller(this.heap[i],this.heap[c])){break}let d=this.heap[i];this.heap[i]=this.heap[c];this.heap[c]=d;i=c}}push(i){i.pushCount=++this.pushCount;this.heap.push(i);this.percUp(this.heap.length-1)}unshift(i){return this.heap.push(i)}shift(){let[i]=this.heap;this.heap[0]=this.heap[this.heap.length-1];this.heap.pop();this.percDown(0);return i}toArray(){return[...this]}*[Symbol.iterator](){for(let i=0;i<this.heap.length;i++){yield this.heap[i].data}}remove(i){let c=0;for(let d=0;d<this.heap.length;d++){if(!i(this.heap[d])){this.heap[c]=this.heap[d];c++}}this.heap.splice(c);for(let i=parent(this.heap.length-1);i>=0;i--){this.percDown(i)}return this}}function leftChi(i){return(i<<1)+1}function parent(i){return(i+1>>1)-1}function smaller(i,c){if(i.priority!==c.priority){return i.priority<c.priority}else{return i.pushCount<c.pushCount}}function priorityQueue(i,c){var d=queue(i,c);var{push:p,pushAsync:A}=d;d._tasks=new Heap;d._createTaskItem=({data:i,priority:c},d)=>({data:i,priority:c,callback:d});function createDataItems(i,c){if(!Array.isArray(i)){return{data:i,priority:c}}return i.map((i=>({data:i,priority:c})))}d.push=function(i,c=0,d){return p(createDataItems(i,c),d)};d.pushAsync=function(i,c=0,d){return A(createDataItems(i,c),d)};delete d.unshift;delete d.unshiftAsync;return d}function race(i,c){c=once(c);if(!Array.isArray(i))return c(new TypeError("First argument to race must be an array of functions"));if(!i.length)return c();for(var d=0,p=i.length;d<p;d++){wrapAsync(i[d])(c)}}var _e=awaitify(race,2);function reduceRight(i,c,d,p){var A=[...i].reverse();return oe(A,c,d,p)}function reflect(i){var c=wrapAsync(i);return initialParams((function reflectOn(i,d){i.push(((i,...c)=>{let p={};if(i){p.error=i}if(c.length>0){var A=c;if(c.length<=1){[A]=c}p.value=A}d(null,p)}));return c.apply(this,i)}))}function reflectAll(i){var c;if(Array.isArray(i)){c=i.map(reflect)}else{c={};Object.keys(i).forEach((d=>{c[d]=reflect.call(this,i[d])}))}return c}function reject$2(i,c,d,p){const A=wrapAsync(d);return _filter(i,c,((i,c)=>{A(i,((i,d)=>{c(i,!d)}))}),p)}function reject(i,c,d){return reject$2(T,i,c,d)}var ke=awaitify(reject,3);function rejectLimit(i,c,d,p){return reject$2(eachOfLimit$2(c),i,d,p)}var Pe=awaitify(rejectLimit,4);function rejectSeries(i,c,d){return reject$2(Z,i,c,d)}var Oe=awaitify(rejectSeries,3);function constant(i){return function(){return i}}const Le=5;const Me=0;function retry(i,c,d){var p={times:Le,intervalFunc:constant(Me)};if(arguments.length<3&&typeof i==="function"){d=c||promiseCallback();c=i}else{parseTimes(p,i);d=d||promiseCallback()}if(typeof c!=="function"){throw new Error("Invalid arguments for async.retry")}var A=wrapAsync(c);var C=1;function retryAttempt(){A(((i,...c)=>{if(i===false)return;if(i&&C++<p.times&&(typeof p.errorFilter!="function"||p.errorFilter(i))){setTimeout(retryAttempt,p.intervalFunc(C-1))}else{d(i,...c)}}))}retryAttempt();return d[re]}function parseTimes(i,c){if(typeof c==="object"){i.times=+c.times||Le;i.intervalFunc=typeof c.interval==="function"?c.interval:constant(+c.interval||Me);i.errorFilter=c.errorFilter}else if(typeof c==="number"||typeof c==="string"){i.times=+c||Le}else{throw new Error("Invalid arguments for async.retry")}}function retryable(i,c){if(!c){c=i;i=null}let d=i&&i.arity||c.length;if(isAsync(c)){d+=1}var p=wrapAsync(c);return initialParams(((c,A)=>{if(c.length<d-1||A==null){c.push(A);A=promiseCallback()}function taskFn(i){p(...c,i)}if(i)retry(i,taskFn,A);else retry(taskFn,A);return A[re]}))}function series(i,c){return De(Z,i,c)}function some(i,c,d){return _createTester(Boolean,(i=>i))(T,i,c,d)}var Fe=awaitify(some,3);function someLimit(i,c,d,p){return _createTester(Boolean,(i=>i))(eachOfLimit$2(c),i,d,p)}var Ue=awaitify(someLimit,4);function someSeries(i,c,d){return _createTester(Boolean,(i=>i))(Z,i,c,d)}var He=awaitify(someSeries,3);function sortBy(i,c,d){var p=wrapAsync(c);return _(i,((i,c)=>{p(i,((d,p)=>{if(d)return c(d);c(d,{value:i,criteria:p})}))}),((i,c)=>{if(i)return d(i);d(null,c.sort(comparator).map((i=>i.value)))}));function comparator(i,c){var d=i.criteria,p=c.criteria;return d<p?-1:d>p?1:0}}var qe=awaitify(sortBy,3);function timeout(i,c,d){var p=wrapAsync(i);return initialParams(((A,C)=>{var S=false;var v;function timeoutCallback(){var c=i.name||"anonymous";var p=new Error('Callback function "'+c+'" timed out.');p.code="ETIMEDOUT";if(d){p.info=d}S=true;C(p)}A.push(((...i)=>{if(!S){C(...i);clearTimeout(v)}}));v=setTimeout(timeoutCallback,c);p(...A)}))}function range(i){var c=Array(i);while(i--){c[i]=i}return c}function timesLimit(i,c,d,p){var A=wrapAsync(d);return le(range(i),c,A,p)}function times(i,c,d){return timesLimit(i,Infinity,c,d)}function timesSeries(i,c,d){return timesLimit(i,1,c,d)}function transform(i,c,d,p){if(arguments.length<=3&&typeof c==="function"){p=d;d=c;c=Array.isArray(i)?[]:{}}p=once(p||promiseCallback());var A=wrapAsync(d);T(i,((i,d,p)=>{A(c,i,d,p)}),(i=>p(i,c)));return p[re]}function tryEach(i,c){var d=null;var p;return Ee(i,((i,c)=>{wrapAsync(i)(((i,...A)=>{if(i===false)return c(i);if(A.length<2){[p]=A}else{p=A}d=i;c(i?null:{})}))}),(()=>c(d,p)))}var ze=awaitify(tryEach);function unmemoize(i){return(...c)=>(i.unmemoized||i)(...c)}function whilst(i,c,d){d=onlyOnce(d);var p=wrapAsync(c);var A=wrapAsync(i);var C=[];function next(i,...c){if(i)return d(i);C=c;if(i===false)return;A(check)}function check(i,c){if(i)return d(i);if(i===false)return;if(!c)return d(null,...C);p(next)}return A(check)}var Ge=awaitify(whilst,3);function until(i,c,d){const p=wrapAsync(i);return Ge((i=>p(((c,d)=>i(c,!d)))),c,d)}function waterfall(i,c){c=once(c);if(!Array.isArray(i))return c(new Error("First argument to waterfall must be an array of functions"));if(!i.length)return c();var d=0;function nextTask(c){var p=wrapAsync(i[d++]);p(...c,onlyOnce(next))}function next(p,...A){if(p===false)return;if(p||d===i.length){return c(p,...A)}nextTask(A)}nextTask([])}var je=awaitify(waterfall);var Ve={apply:apply,applyEach:V,applyEachSeries:te,asyncify:asyncify,auto:auto,autoInject:autoInject,cargo:cargo$1,cargoQueue:cargo,compose:compose,concat:de,concatLimit:ce,concatSeries:ue,constant:constant$1,detect:pe,detectLimit:Ae,detectSeries:fe,dir:he,doUntil:doUntil,doWhilst:me,each:ge,eachLimit:ye,eachOf:T,eachOfLimit:v,eachOfSeries:Z,eachSeries:Ee,ensureAsync:ensureAsync,every:be,everyLimit:Ce,everySeries:we,filter:Ie,filterLimit:Be,filterSeries:Se,forever:ve,groupBy:groupBy,groupByLimit:Qe,groupBySeries:groupBySeries,log:Ne,map:_,mapLimit:le,mapSeries:ee,mapValues:mapValues,mapValuesLimit:Re,mapValuesSeries:mapValuesSeries,memoize:memoize,nextTick:xe,parallel:parallel,parallelLimit:parallelLimit,priorityQueue:priorityQueue,queue:queue,race:_e,reduce:oe,reduceRight:reduceRight,reflect:reflect,reflectAll:reflectAll,reject:ke,rejectLimit:Pe,rejectSeries:Oe,retry:retry,retryable:retryable,seq:seq,series:series,setImmediate:C,some:Fe,someLimit:Ue,someSeries:He,sortBy:qe,timeout:timeout,times:times,timesLimit:timesLimit,timesSeries:timesSeries,transform:transform,tryEach:ze,unmemoize:unmemoize,until:until,waterfall:je,whilst:Ge,all:be,allLimit:Ce,allSeries:we,any:Fe,anyLimit:Ue,anySeries:He,find:pe,findLimit:Ae,findSeries:fe,flatMap:de,flatMapLimit:ce,flatMapSeries:ue,forEach:ge,forEachSeries:Ee,forEachLimit:ye,forEachOf:T,forEachOfSeries:Z,forEachOfLimit:v,inject:oe,foldl:oe,foldr:reduceRight,select:Ie,selectLimit:Be,selectSeries:Se,wrapSync:asyncify,during:Ge,doDuring:me};i.all=be;i.allLimit=Ce;i.allSeries=we;i.any=Fe;i.anyLimit=Ue;i.anySeries=He;i.apply=apply;i.applyEach=V;i.applyEachSeries=te;i.asyncify=asyncify;i.auto=auto;i.autoInject=autoInject;i.cargo=cargo$1;i.cargoQueue=cargo;i.compose=compose;i.concat=de;i.concatLimit=ce;i.concatSeries=ue;i.constant=constant$1;i.default=Ve;i.detect=pe;i.detectLimit=Ae;i.detectSeries=fe;i.dir=he;i.doDuring=me;i.doUntil=doUntil;i.doWhilst=me;i.during=Ge;i.each=ge;i.eachLimit=ye;i.eachOf=T;i.eachOfLimit=v;i.eachOfSeries=Z;i.eachSeries=Ee;i.ensureAsync=ensureAsync;i.every=be;i.everyLimit=Ce;i.everySeries=we;i.filter=Ie;i.filterLimit=Be;i.filterSeries=Se;i.find=pe;i.findLimit=Ae;i.findSeries=fe;i.flatMap=de;i.flatMapLimit=ce;i.flatMapSeries=ue;i.foldl=oe;i.foldr=reduceRight;i.forEach=ge;i.forEachLimit=ye;i.forEachOf=T;i.forEachOfLimit=v;i.forEachOfSeries=Z;i.forEachSeries=Ee;i.forever=ve;i.groupBy=groupBy;i.groupByLimit=Qe;i.groupBySeries=groupBySeries;i.inject=oe;i.log=Ne;i.map=_;i.mapLimit=le;i.mapSeries=ee;i.mapValues=mapValues;i.mapValuesLimit=Re;i.mapValuesSeries=mapValuesSeries;i.memoize=memoize;i.nextTick=xe;i.parallel=parallel;i.parallelLimit=parallelLimit;i.priorityQueue=priorityQueue;i.queue=queue;i.race=_e;i.reduce=oe;i.reduceRight=reduceRight;i.reflect=reflect;i.reflectAll=reflectAll;i.reject=ke;i.rejectLimit=Pe;i.rejectSeries=Oe;i.retry=retry;i.retryable=retryable;i.select=Ie;i.selectLimit=Be;i.selectSeries=Se;i.seq=seq;i.series=series;i.setImmediate=C;i.some=Fe;i.someLimit=Ue;i.someSeries=He;i.sortBy=qe;i.timeout=timeout;i.times=times;i.timesLimit=timesLimit;i.timesSeries=timesSeries;i.transform=transform;i.tryEach=ze;i.unmemoize=unmemoize;i.until=until;i.waterfall=je;i.whilst=Ge;i.wrapSync=asyncify;Object.defineProperty(i,"__esModule",{value:true})}))},73057:i=>{function isBuffer(i){return Buffer.isBuffer(i)||i instanceof Uint8Array}function isEncoding(i){return Buffer.isEncoding(i)}function alloc(i,c,d){return Buffer.alloc(i,c,d)}function allocUnsafe(i){return Buffer.allocUnsafe(i)}function allocUnsafeSlow(i){return Buffer.allocUnsafeSlow(i)}function byteLength(i,c){return Buffer.byteLength(i,c)}function compare(i,c){return Buffer.compare(i,c)}function concat(i,c){return Buffer.concat(i,c)}function copy(i,c,d,p,A){return toBuffer(i).copy(c,d,p,A)}function equals(i,c){return toBuffer(i).equals(c)}function fill(i,c,d,p,A){return toBuffer(i).fill(c,d,p,A)}function from(i,c,d){return Buffer.from(i,c,d)}function includes(i,c,d,p){return toBuffer(i).includes(c,d,p)}function indexOf(i,c,d,p){return toBuffer(i).indexOf(c,d,p)}function lastIndexOf(i,c,d,p){return toBuffer(i).lastIndexOf(c,d,p)}function swap16(i){return toBuffer(i).swap16()}function swap32(i){return toBuffer(i).swap32()}function swap64(i){return toBuffer(i).swap64()}function toBuffer(i){if(Buffer.isBuffer(i))return i;return Buffer.from(i.buffer,i.byteOffset,i.byteLength)}function toString(i,c,d,p){return toBuffer(i).toString(c,d,p)}function write(i,c,d,p,A){return toBuffer(i).write(c,d,p,A)}function readDoubleBE(i,c){return toBuffer(i).readDoubleBE(c)}function readDoubleLE(i,c){return toBuffer(i).readDoubleLE(c)}function readFloatBE(i,c){return toBuffer(i).readFloatBE(c)}function readFloatLE(i,c){return toBuffer(i).readFloatLE(c)}function readInt32BE(i,c){return toBuffer(i).readInt32BE(c)}function readInt32LE(i,c){return toBuffer(i).readInt32LE(c)}function readUInt32BE(i,c){return toBuffer(i).readUInt32BE(c)}function readUInt32LE(i,c){return toBuffer(i).readUInt32LE(c)}function writeDoubleBE(i,c,d){return toBuffer(i).writeDoubleBE(c,d)}function writeDoubleLE(i,c,d){return toBuffer(i).writeDoubleLE(c,d)}function writeFloatBE(i,c,d){return toBuffer(i).writeFloatBE(c,d)}function writeFloatLE(i,c,d){return toBuffer(i).writeFloatLE(c,d)}function writeInt32BE(i,c,d){return toBuffer(i).writeInt32BE(c,d)}function writeInt32LE(i,c,d){return toBuffer(i).writeInt32LE(c,d)}function writeUInt32BE(i,c,d){return toBuffer(i).writeUInt32BE(c,d)}function writeUInt32LE(i,c,d){return toBuffer(i).writeUInt32LE(c,d)}i.exports={isBuffer:isBuffer,isEncoding:isEncoding,alloc:alloc,allocUnsafe:allocUnsafe,allocUnsafeSlow:allocUnsafeSlow,byteLength:byteLength,compare:compare,concat:concat,copy:copy,equals:equals,fill:fill,from:from,includes:includes,indexOf:indexOf,lastIndexOf:lastIndexOf,swap16:swap16,swap32:swap32,swap64:swap64,toBuffer:toBuffer,toString:toString,write:write,readDoubleBE:readDoubleBE,readDoubleLE:readDoubleLE,readFloatBE:readFloatBE,readFloatLE:readFloatLE,readInt32BE:readInt32BE,readInt32LE:readInt32LE,readUInt32BE:readUInt32BE,readUInt32LE:readUInt32LE,writeDoubleBE:writeDoubleBE,writeDoubleLE:writeDoubleLE,writeFloatBE:writeFloatBE,writeFloatLE:writeFloatLE,writeInt32BE:writeInt32BE,writeInt32LE:writeInt32LE,writeUInt32BE:writeUInt32BE,writeUInt32LE:writeUInt32LE}},59380:i=>{"use strict";i.exports=balanced;function balanced(i,c,d){if(i instanceof RegExp)i=maybeMatch(i,d);if(c instanceof RegExp)c=maybeMatch(c,d);var p=range(i,c,d);return p&&{start:p[0],end:p[1],pre:d.slice(0,p[0]),body:d.slice(p[0]+i.length,p[1]),post:d.slice(p[1]+c.length)}}function maybeMatch(i,c){var d=c.match(i);return d?d[0]:null}balanced.range=range;function range(i,c,d){var p,A,C,S,v;var T=d.indexOf(i);var _=d.indexOf(c,T+1);var V=T;if(T>=0&&_>0){if(i===c){return[T,_]}p=[];C=d.length;while(V>=0&&!v){if(V==T){p.push(V);T=d.indexOf(i,V+1)}else if(p.length==1){v=[p.pop(),_]}else{A=p.pop();if(A<C){C=A;S=_}_=d.indexOf(c,V+1)}V=T<_&&T>=0?T:_}if(p.length){v=[C,S]}}return v}},38793:(i,c)=>{"use strict";c.byteLength=byteLength;c.toByteArray=toByteArray;c.fromByteArray=fromByteArray;var d=[];var p=[];var A=typeof Uint8Array!=="undefined"?Uint8Array:Array;var C="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(var S=0,v=C.length;S<v;++S){d[S]=C[S];p[C.charCodeAt(S)]=S}p["-".charCodeAt(0)]=62;p["_".charCodeAt(0)]=63;function getLens(i){var c=i.length;if(c%4>0){throw new Error("Invalid string. Length must be a multiple of 4")}var d=i.indexOf("=");if(d===-1)d=c;var p=d===c?0:4-d%4;return[d,p]}function byteLength(i){var c=getLens(i);var d=c[0];var p=c[1];return(d+p)*3/4-p}function _byteLength(i,c,d){return(c+d)*3/4-d}function toByteArray(i){var c;var d=getLens(i);var C=d[0];var S=d[1];var v=new A(_byteLength(i,C,S));var T=0;var _=S>0?C-4:C;var V;for(V=0;V<_;V+=4){c=p[i.charCodeAt(V)]<<18|p[i.charCodeAt(V+1)]<<12|p[i.charCodeAt(V+2)]<<6|p[i.charCodeAt(V+3)];v[T++]=c>>16&255;v[T++]=c>>8&255;v[T++]=c&255}if(S===2){c=p[i.charCodeAt(V)]<<2|p[i.charCodeAt(V+1)]>>4;v[T++]=c&255}if(S===1){c=p[i.charCodeAt(V)]<<10|p[i.charCodeAt(V+1)]<<4|p[i.charCodeAt(V+2)]>>2;v[T++]=c>>8&255;v[T++]=c&255}return v}function tripletToBase64(i){return d[i>>18&63]+d[i>>12&63]+d[i>>6&63]+d[i&63]}function encodeChunk(i,c,d){var p;var A=[];for(var C=c;C<d;C+=3){p=(i[C]<<16&16711680)+(i[C+1]<<8&65280)+(i[C+2]&255);A.push(tripletToBase64(p))}return A.join("")}function fromByteArray(i){var c;var p=i.length;var A=p%3;var C=[];var S=16383;for(var v=0,T=p-A;v<T;v+=S){C.push(encodeChunk(i,v,v+S>T?T:v+S))}if(A===1){c=i[p-1];C.push(d[c>>2]+d[c<<4&63]+"==")}else if(A===2){c=(i[p-2]<<8)+i[p-1];C.push(d[c>>10]+d[c>>4&63]+d[c<<2&63]+"=")}return C.join("")}},52732:(i,c,d)=>{var p=d(11063);var A=d(22027);var C=d(59934);var S=Function.bind;var v=S.bind(S);function bindApi(i,c,d){var p=v(C,null).apply(null,d?[c,d]:[c]);i.api={remove:p};i.remove=p;["before","error","after","wrap"].forEach((function(p){var C=d?[c,p,d]:[c,p];i[p]=i.api[p]=v(A,null).apply(null,C)}))}function HookSingular(){var i="h";var c={registry:{}};var d=p.bind(null,c,i);bindApi(d,c,i);return d}function HookCollection(){var i={registry:{}};var c=p.bind(null,i);bindApi(c,i);return c}var T=false;function Hook(){if(!T){console.warn('[before-after-hook]: "Hook()" repurposing warning, use "Hook.Collection()". Read more: https://git.io/upgrade-before-after-hook-to-1.4');T=true}return HookCollection()}Hook.Singular=HookSingular.bind();Hook.Collection=HookCollection.bind();i.exports=Hook;i.exports.Hook=Hook;i.exports.Singular=Hook.Singular;i.exports.Collection=Hook.Collection},22027:i=>{i.exports=addHook;function addHook(i,c,d,p){var A=p;if(!i.registry[d]){i.registry[d]=[]}if(c==="before"){p=function(i,c){return Promise.resolve().then(A.bind(null,c)).then(i.bind(null,c))}}if(c==="after"){p=function(i,c){var d;return Promise.resolve().then(i.bind(null,c)).then((function(i){d=i;return A(d,c)})).then((function(){return d}))}}if(c==="error"){p=function(i,c){return Promise.resolve().then(i.bind(null,c)).catch((function(i){return A(i,c)}))}}i.registry[d].push({hook:p,orig:A})}},11063:i=>{i.exports=register;function register(i,c,d,p){if(typeof d!=="function"){throw new Error("method for before hook must be a function")}if(!p){p={}}if(Array.isArray(c)){return c.reverse().reduce((function(c,d){return register.bind(null,i,d,c,p)}),d)()}return Promise.resolve().then((function(){if(!i.registry[c]){return d(p)}return i.registry[c].reduce((function(i,c){return c.hook.bind(null,i,p)}),d)()}))}},59934:i=>{i.exports=removeHook;function removeHook(i,c,d){if(!i.registry[c]){return}var p=i.registry[c].map((function(i){return i.orig})).indexOf(d);if(p===-1){return}i.registry[c].splice(p,1)}},43269:(i,c,d)=>{i=d.nmd(i);var p=function(i){"use strict";var c=1e7,d=7,A=9007199254740992,C=smallToArray(A),S="0123456789abcdefghijklmnopqrstuvwxyz";var v=typeof BigInt==="function";function Integer(i,c,d,p){if(typeof i==="undefined")return Integer[0];if(typeof c!=="undefined")return+c===10&&!d?parseValue(i):parseBase(i,c,d,p);return parseValue(i)}function BigInteger(i,c){this.value=i;this.sign=c;this.isSmall=false}BigInteger.prototype=Object.create(Integer.prototype);function SmallInteger(i){this.value=i;this.sign=i<0;this.isSmall=true}SmallInteger.prototype=Object.create(Integer.prototype);function NativeBigInt(i){this.value=i}NativeBigInt.prototype=Object.create(Integer.prototype);function isPrecise(i){return-A<i&&i<A}function smallToArray(i){if(i<1e7)return[i];if(i<1e14)return[i%1e7,Math.floor(i/1e7)];return[i%1e7,Math.floor(i/1e7)%1e7,Math.floor(i/1e14)]}function arrayToSmall(i){trim(i);var d=i.length;if(d<4&&compareAbs(i,C)<0){switch(d){case 0:return 0;case 1:return i[0];case 2:return i[0]+i[1]*c;default:return i[0]+(i[1]+i[2]*c)*c}}return i}function trim(i){var c=i.length;while(i[--c]===0);i.length=c+1}function createArray(i){var c=new Array(i);var d=-1;while(++d<i){c[d]=0}return c}function truncate(i){if(i>0)return Math.floor(i);return Math.ceil(i)}function add(i,d){var p=i.length,A=d.length,C=new Array(p),S=0,v=c,T,_;for(_=0;_<A;_++){T=i[_]+d[_]+S;S=T>=v?1:0;C[_]=T-S*v}while(_<p){T=i[_]+S;S=T===v?1:0;C[_++]=T-S*v}if(S>0)C.push(S);return C}function addAny(i,c){if(i.length>=c.length)return add(i,c);return add(c,i)}function addSmall(i,d){var p=i.length,A=new Array(p),C=c,S,v;for(v=0;v<p;v++){S=i[v]-C+d;d=Math.floor(S/C);A[v]=S-d*C;d+=1}while(d>0){A[v++]=d%C;d=Math.floor(d/C)}return A}BigInteger.prototype.add=function(i){var c=parseValue(i);if(this.sign!==c.sign){return this.subtract(c.negate())}var d=this.value,p=c.value;if(c.isSmall){return new BigInteger(addSmall(d,Math.abs(p)),this.sign)}return new BigInteger(addAny(d,p),this.sign)};BigInteger.prototype.plus=BigInteger.prototype.add;SmallInteger.prototype.add=function(i){var c=parseValue(i);var d=this.value;if(d<0!==c.sign){return this.subtract(c.negate())}var p=c.value;if(c.isSmall){if(isPrecise(d+p))return new SmallInteger(d+p);p=smallToArray(Math.abs(p))}return new BigInteger(addSmall(p,Math.abs(d)),d<0)};SmallInteger.prototype.plus=SmallInteger.prototype.add;NativeBigInt.prototype.add=function(i){return new NativeBigInt(this.value+parseValue(i).value)};NativeBigInt.prototype.plus=NativeBigInt.prototype.add;function subtract(i,d){var p=i.length,A=d.length,C=new Array(p),S=0,v=c,T,_;for(T=0;T<A;T++){_=i[T]-S-d[T];if(_<0){_+=v;S=1}else S=0;C[T]=_}for(T=A;T<p;T++){_=i[T]-S;if(_<0)_+=v;else{C[T++]=_;break}C[T]=_}for(;T<p;T++){C[T]=i[T]}trim(C);return C}function subtractAny(i,c,d){var p;if(compareAbs(i,c)>=0){p=subtract(i,c)}else{p=subtract(c,i);d=!d}p=arrayToSmall(p);if(typeof p==="number"){if(d)p=-p;return new SmallInteger(p)}return new BigInteger(p,d)}function subtractSmall(i,d,p){var A=i.length,C=new Array(A),S=-d,v=c,T,_;for(T=0;T<A;T++){_=i[T]+S;S=Math.floor(_/v);_%=v;C[T]=_<0?_+v:_}C=arrayToSmall(C);if(typeof C==="number"){if(p)C=-C;return new SmallInteger(C)}return new BigInteger(C,p)}BigInteger.prototype.subtract=function(i){var c=parseValue(i);if(this.sign!==c.sign){return this.add(c.negate())}var d=this.value,p=c.value;if(c.isSmall)return subtractSmall(d,Math.abs(p),this.sign);return subtractAny(d,p,this.sign)};BigInteger.prototype.minus=BigInteger.prototype.subtract;SmallInteger.prototype.subtract=function(i){var c=parseValue(i);var d=this.value;if(d<0!==c.sign){return this.add(c.negate())}var p=c.value;if(c.isSmall){return new SmallInteger(d-p)}return subtractSmall(p,Math.abs(d),d>=0)};SmallInteger.prototype.minus=SmallInteger.prototype.subtract;NativeBigInt.prototype.subtract=function(i){return new NativeBigInt(this.value-parseValue(i).value)};NativeBigInt.prototype.minus=NativeBigInt.prototype.subtract;BigInteger.prototype.negate=function(){return new BigInteger(this.value,!this.sign)};SmallInteger.prototype.negate=function(){var i=this.sign;var c=new SmallInteger(-this.value);c.sign=!i;return c};NativeBigInt.prototype.negate=function(){return new NativeBigInt(-this.value)};BigInteger.prototype.abs=function(){return new BigInteger(this.value,false)};SmallInteger.prototype.abs=function(){return new SmallInteger(Math.abs(this.value))};NativeBigInt.prototype.abs=function(){return new NativeBigInt(this.value>=0?this.value:-this.value)};function multiplyLong(i,d){var p=i.length,A=d.length,C=p+A,S=createArray(C),v=c,T,_,V,Z,ee;for(V=0;V<p;++V){Z=i[V];for(var te=0;te<A;++te){ee=d[te];T=Z*ee+S[V+te];_=Math.floor(T/v);S[V+te]=T-_*v;S[V+te+1]+=_}}trim(S);return S}function multiplySmall(i,d){var p=i.length,A=new Array(p),C=c,S=0,v,T;for(T=0;T<p;T++){v=i[T]*d+S;S=Math.floor(v/C);A[T]=v-S*C}while(S>0){A[T++]=S%C;S=Math.floor(S/C)}return A}function shiftLeft(i,c){var d=[];while(c-- >0)d.push(0);return d.concat(i)}function multiplyKaratsuba(i,c){var d=Math.max(i.length,c.length);if(d<=30)return multiplyLong(i,c);d=Math.ceil(d/2);var p=i.slice(d),A=i.slice(0,d),C=c.slice(d),S=c.slice(0,d);var v=multiplyKaratsuba(A,S),T=multiplyKaratsuba(p,C),_=multiplyKaratsuba(addAny(A,p),addAny(S,C));var V=addAny(addAny(v,shiftLeft(subtract(subtract(_,v),T),d)),shiftLeft(T,2*d));trim(V);return V}function useKaratsuba(i,c){return-.012*i-.012*c+15e-6*i*c>0}BigInteger.prototype.multiply=function(i){var d=parseValue(i),p=this.value,A=d.value,C=this.sign!==d.sign,S;if(d.isSmall){if(A===0)return Integer[0];if(A===1)return this;if(A===-1)return this.negate();S=Math.abs(A);if(S<c){return new BigInteger(multiplySmall(p,S),C)}A=smallToArray(S)}if(useKaratsuba(p.length,A.length))return new BigInteger(multiplyKaratsuba(p,A),C);return new BigInteger(multiplyLong(p,A),C)};BigInteger.prototype.times=BigInteger.prototype.multiply;function multiplySmallAndArray(i,d,p){if(i<c){return new BigInteger(multiplySmall(d,i),p)}return new BigInteger(multiplyLong(d,smallToArray(i)),p)}SmallInteger.prototype._multiplyBySmall=function(i){if(isPrecise(i.value*this.value)){return new SmallInteger(i.value*this.value)}return multiplySmallAndArray(Math.abs(i.value),smallToArray(Math.abs(this.value)),this.sign!==i.sign)};BigInteger.prototype._multiplyBySmall=function(i){if(i.value===0)return Integer[0];if(i.value===1)return this;if(i.value===-1)return this.negate();return multiplySmallAndArray(Math.abs(i.value),this.value,this.sign!==i.sign)};SmallInteger.prototype.multiply=function(i){return parseValue(i)._multiplyBySmall(this)};SmallInteger.prototype.times=SmallInteger.prototype.multiply;NativeBigInt.prototype.multiply=function(i){return new NativeBigInt(this.value*parseValue(i).value)};NativeBigInt.prototype.times=NativeBigInt.prototype.multiply;function square(i){var d=i.length,p=createArray(d+d),A=c,C,S,v,T,_;for(v=0;v<d;v++){T=i[v];S=0-T*T;for(var V=v;V<d;V++){_=i[V];C=2*(T*_)+p[v+V]+S;S=Math.floor(C/A);p[v+V]=C-S*A}p[v+d]=S}trim(p);return p}BigInteger.prototype.square=function(){return new BigInteger(square(this.value),false)};SmallInteger.prototype.square=function(){var i=this.value*this.value;if(isPrecise(i))return new SmallInteger(i);return new BigInteger(square(smallToArray(Math.abs(this.value))),false)};NativeBigInt.prototype.square=function(i){return new NativeBigInt(this.value*this.value)};function divMod1(i,d){var p=i.length,A=d.length,C=c,S=createArray(d.length),v=d[A-1],T=Math.ceil(C/(2*v)),_=multiplySmall(i,T),V=multiplySmall(d,T),Z,ee,te,re,ne,ie,se;if(_.length<=p)_.push(0);V.push(0);v=V[A-1];for(ee=p-A;ee>=0;ee--){Z=C-1;if(_[ee+A]!==v){Z=Math.floor((_[ee+A]*C+_[ee+A-1])/v)}te=0;re=0;ie=V.length;for(ne=0;ne<ie;ne++){te+=Z*V[ne];se=Math.floor(te/C);re+=_[ee+ne]-(te-se*C);te=se;if(re<0){_[ee+ne]=re+C;re=-1}else{_[ee+ne]=re;re=0}}while(re!==0){Z-=1;te=0;for(ne=0;ne<ie;ne++){te+=_[ee+ne]-C+V[ne];if(te<0){_[ee+ne]=te+C;te=0}else{_[ee+ne]=te;te=1}}re+=te}S[ee]=Z}_=divModSmall(_,T)[0];return[arrayToSmall(S),arrayToSmall(_)]}function divMod2(i,d){var p=i.length,A=d.length,C=[],S=[],v=c,T,_,V,Z,ee;while(p){S.unshift(i[--p]);trim(S);if(compareAbs(S,d)<0){C.push(0);continue}_=S.length;V=S[_-1]*v+S[_-2];Z=d[A-1]*v+d[A-2];if(_>A){V=(V+1)*v}T=Math.ceil(V/Z);do{ee=multiplySmall(d,T);if(compareAbs(ee,S)<=0)break;T--}while(T);C.push(T);S=subtract(S,ee)}C.reverse();return[arrayToSmall(C),arrayToSmall(S)]}function divModSmall(i,d){var p=i.length,A=createArray(p),C=c,S,v,T,_;T=0;for(S=p-1;S>=0;--S){_=T*C+i[S];v=truncate(_/d);T=_-v*d;A[S]=v|0}return[A,T|0]}function divModAny(i,d){var p,A=parseValue(d);if(v){return[new NativeBigInt(i.value/A.value),new NativeBigInt(i.value%A.value)]}var C=i.value,S=A.value;var T;if(S===0)throw new Error("Cannot divide by zero");if(i.isSmall){if(A.isSmall){return[new SmallInteger(truncate(C/S)),new SmallInteger(C%S)]}return[Integer[0],i]}if(A.isSmall){if(S===1)return[i,Integer[0]];if(S==-1)return[i.negate(),Integer[0]];var _=Math.abs(S);if(_<c){p=divModSmall(C,_);T=arrayToSmall(p[0]);var V=p[1];if(i.sign)V=-V;if(typeof T==="number"){if(i.sign!==A.sign)T=-T;return[new SmallInteger(T),new SmallInteger(V)]}return[new BigInteger(T,i.sign!==A.sign),new SmallInteger(V)]}S=smallToArray(_)}var Z=compareAbs(C,S);if(Z===-1)return[Integer[0],i];if(Z===0)return[Integer[i.sign===A.sign?1:-1],Integer[0]];if(C.length+S.length<=200)p=divMod1(C,S);else p=divMod2(C,S);T=p[0];var ee=i.sign!==A.sign,te=p[1],re=i.sign;if(typeof T==="number"){if(ee)T=-T;T=new SmallInteger(T)}else T=new BigInteger(T,ee);if(typeof te==="number"){if(re)te=-te;te=new SmallInteger(te)}else te=new BigInteger(te,re);return[T,te]}BigInteger.prototype.divmod=function(i){var c=divModAny(this,i);return{quotient:c[0],remainder:c[1]}};NativeBigInt.prototype.divmod=SmallInteger.prototype.divmod=BigInteger.prototype.divmod;BigInteger.prototype.divide=function(i){return divModAny(this,i)[0]};NativeBigInt.prototype.over=NativeBigInt.prototype.divide=function(i){return new NativeBigInt(this.value/parseValue(i).value)};SmallInteger.prototype.over=SmallInteger.prototype.divide=BigInteger.prototype.over=BigInteger.prototype.divide;BigInteger.prototype.mod=function(i){return divModAny(this,i)[1]};NativeBigInt.prototype.mod=NativeBigInt.prototype.remainder=function(i){return new NativeBigInt(this.value%parseValue(i).value)};SmallInteger.prototype.remainder=SmallInteger.prototype.mod=BigInteger.prototype.remainder=BigInteger.prototype.mod;BigInteger.prototype.pow=function(i){var c=parseValue(i),d=this.value,p=c.value,A,C,S;if(p===0)return Integer[1];if(d===0)return Integer[0];if(d===1)return Integer[1];if(d===-1)return c.isEven()?Integer[1]:Integer[-1];if(c.sign){return Integer[0]}if(!c.isSmall)throw new Error("The exponent "+c.toString()+" is too large.");if(this.isSmall){if(isPrecise(A=Math.pow(d,p)))return new SmallInteger(truncate(A))}C=this;S=Integer[1];while(true){if(p&1===1){S=S.times(C);--p}if(p===0)break;p/=2;C=C.square()}return S};SmallInteger.prototype.pow=BigInteger.prototype.pow;NativeBigInt.prototype.pow=function(i){var c=parseValue(i);var d=this.value,p=c.value;var A=BigInt(0),C=BigInt(1),S=BigInt(2);if(p===A)return Integer[1];if(d===A)return Integer[0];if(d===C)return Integer[1];if(d===BigInt(-1))return c.isEven()?Integer[1]:Integer[-1];if(c.isNegative())return new NativeBigInt(A);var v=this;var T=Integer[1];while(true){if((p&C)===C){T=T.times(v);--p}if(p===A)break;p/=S;v=v.square()}return T};BigInteger.prototype.modPow=function(i,c){i=parseValue(i);c=parseValue(c);if(c.isZero())throw new Error("Cannot take modPow with modulus 0");var d=Integer[1],p=this.mod(c);if(i.isNegative()){i=i.multiply(Integer[-1]);p=p.modInv(c)}while(i.isPositive()){if(p.isZero())return Integer[0];if(i.isOdd())d=d.multiply(p).mod(c);i=i.divide(2);p=p.square().mod(c)}return d};NativeBigInt.prototype.modPow=SmallInteger.prototype.modPow=BigInteger.prototype.modPow;function compareAbs(i,c){if(i.length!==c.length){return i.length>c.length?1:-1}for(var d=i.length-1;d>=0;d--){if(i[d]!==c[d])return i[d]>c[d]?1:-1}return 0}BigInteger.prototype.compareAbs=function(i){var c=parseValue(i),d=this.value,p=c.value;if(c.isSmall)return 1;return compareAbs(d,p)};SmallInteger.prototype.compareAbs=function(i){var c=parseValue(i),d=Math.abs(this.value),p=c.value;if(c.isSmall){p=Math.abs(p);return d===p?0:d>p?1:-1}return-1};NativeBigInt.prototype.compareAbs=function(i){var c=this.value;var d=parseValue(i).value;c=c>=0?c:-c;d=d>=0?d:-d;return c===d?0:c>d?1:-1};BigInteger.prototype.compare=function(i){if(i===Infinity){return-1}if(i===-Infinity){return 1}var c=parseValue(i),d=this.value,p=c.value;if(this.sign!==c.sign){return c.sign?1:-1}if(c.isSmall){return this.sign?-1:1}return compareAbs(d,p)*(this.sign?-1:1)};BigInteger.prototype.compareTo=BigInteger.prototype.compare;SmallInteger.prototype.compare=function(i){if(i===Infinity){return-1}if(i===-Infinity){return 1}var c=parseValue(i),d=this.value,p=c.value;if(c.isSmall){return d==p?0:d>p?1:-1}if(d<0!==c.sign){return d<0?-1:1}return d<0?1:-1};SmallInteger.prototype.compareTo=SmallInteger.prototype.compare;NativeBigInt.prototype.compare=function(i){if(i===Infinity){return-1}if(i===-Infinity){return 1}var c=this.value;var d=parseValue(i).value;return c===d?0:c>d?1:-1};NativeBigInt.prototype.compareTo=NativeBigInt.prototype.compare;BigInteger.prototype.equals=function(i){return this.compare(i)===0};NativeBigInt.prototype.eq=NativeBigInt.prototype.equals=SmallInteger.prototype.eq=SmallInteger.prototype.equals=BigInteger.prototype.eq=BigInteger.prototype.equals;BigInteger.prototype.notEquals=function(i){return this.compare(i)!==0};NativeBigInt.prototype.neq=NativeBigInt.prototype.notEquals=SmallInteger.prototype.neq=SmallInteger.prototype.notEquals=BigInteger.prototype.neq=BigInteger.prototype.notEquals;BigInteger.prototype.greater=function(i){return this.compare(i)>0};NativeBigInt.prototype.gt=NativeBigInt.prototype.greater=SmallInteger.prototype.gt=SmallInteger.prototype.greater=BigInteger.prototype.gt=BigInteger.prototype.greater;BigInteger.prototype.lesser=function(i){return this.compare(i)<0};NativeBigInt.prototype.lt=NativeBigInt.prototype.lesser=SmallInteger.prototype.lt=SmallInteger.prototype.lesser=BigInteger.prototype.lt=BigInteger.prototype.lesser;BigInteger.prototype.greaterOrEquals=function(i){return this.compare(i)>=0};NativeBigInt.prototype.geq=NativeBigInt.prototype.greaterOrEquals=SmallInteger.prototype.geq=SmallInteger.prototype.greaterOrEquals=BigInteger.prototype.geq=BigInteger.prototype.greaterOrEquals;BigInteger.prototype.lesserOrEquals=function(i){return this.compare(i)<=0};NativeBigInt.prototype.leq=NativeBigInt.prototype.lesserOrEquals=SmallInteger.prototype.leq=SmallInteger.prototype.lesserOrEquals=BigInteger.prototype.leq=BigInteger.prototype.lesserOrEquals;BigInteger.prototype.isEven=function(){return(this.value[0]&1)===0};SmallInteger.prototype.isEven=function(){return(this.value&1)===0};NativeBigInt.prototype.isEven=function(){return(this.value&BigInt(1))===BigInt(0)};BigInteger.prototype.isOdd=function(){return(this.value[0]&1)===1};SmallInteger.prototype.isOdd=function(){return(this.value&1)===1};NativeBigInt.prototype.isOdd=function(){return(this.value&BigInt(1))===BigInt(1)};BigInteger.prototype.isPositive=function(){return!this.sign};SmallInteger.prototype.isPositive=function(){return this.value>0};NativeBigInt.prototype.isPositive=SmallInteger.prototype.isPositive;BigInteger.prototype.isNegative=function(){return this.sign};SmallInteger.prototype.isNegative=function(){return this.value<0};NativeBigInt.prototype.isNegative=SmallInteger.prototype.isNegative;BigInteger.prototype.isUnit=function(){return false};SmallInteger.prototype.isUnit=function(){return Math.abs(this.value)===1};NativeBigInt.prototype.isUnit=function(){return this.abs().value===BigInt(1)};BigInteger.prototype.isZero=function(){return false};SmallInteger.prototype.isZero=function(){return this.value===0};NativeBigInt.prototype.isZero=function(){return this.value===BigInt(0)};BigInteger.prototype.isDivisibleBy=function(i){var c=parseValue(i);if(c.isZero())return false;if(c.isUnit())return true;if(c.compareAbs(2)===0)return this.isEven();return this.mod(c).isZero()};NativeBigInt.prototype.isDivisibleBy=SmallInteger.prototype.isDivisibleBy=BigInteger.prototype.isDivisibleBy;function isBasicPrime(i){var c=i.abs();if(c.isUnit())return false;if(c.equals(2)||c.equals(3)||c.equals(5))return true;if(c.isEven()||c.isDivisibleBy(3)||c.isDivisibleBy(5))return false;if(c.lesser(49))return true}function millerRabinTest(i,c){var d=i.prev(),A=d,C=0,S,v,T,_;while(A.isEven())A=A.divide(2),C++;e:for(T=0;T<c.length;T++){if(i.lesser(c[T]))continue;_=p(c[T]).modPow(A,i);if(_.isUnit()||_.equals(d))continue;for(S=C-1;S!=0;S--){_=_.square().mod(i);if(_.isUnit())return false;if(_.equals(d))continue e}return false}return true}BigInteger.prototype.isPrime=function(c){var d=isBasicPrime(this);if(d!==i)return d;var A=this.abs();var C=A.bitLength();if(C<=64)return millerRabinTest(A,[2,3,5,7,11,13,17,19,23,29,31,37]);var S=Math.log(2)*C.toJSNumber();var v=Math.ceil(c===true?2*Math.pow(S,2):S);for(var T=[],_=0;_<v;_++){T.push(p(_+2))}return millerRabinTest(A,T)};NativeBigInt.prototype.isPrime=SmallInteger.prototype.isPrime=BigInteger.prototype.isPrime;BigInteger.prototype.isProbablePrime=function(c,d){var A=isBasicPrime(this);if(A!==i)return A;var C=this.abs();var S=c===i?5:c;for(var v=[],T=0;T<S;T++){v.push(p.randBetween(2,C.minus(2),d))}return millerRabinTest(C,v)};NativeBigInt.prototype.isProbablePrime=SmallInteger.prototype.isProbablePrime=BigInteger.prototype.isProbablePrime;BigInteger.prototype.modInv=function(i){var c=p.zero,d=p.one,A=parseValue(i),C=this.abs(),S,v,T;while(!C.isZero()){S=A.divide(C);v=c;T=A;c=d;A=C;d=v.subtract(S.multiply(d));C=T.subtract(S.multiply(C))}if(!A.isUnit())throw new Error(this.toString()+" and "+i.toString()+" are not co-prime");if(c.compare(0)===-1){c=c.add(i)}if(this.isNegative()){return c.negate()}return c};NativeBigInt.prototype.modInv=SmallInteger.prototype.modInv=BigInteger.prototype.modInv;BigInteger.prototype.next=function(){var i=this.value;if(this.sign){return subtractSmall(i,1,this.sign)}return new BigInteger(addSmall(i,1),this.sign)};SmallInteger.prototype.next=function(){var i=this.value;if(i+1<A)return new SmallInteger(i+1);return new BigInteger(C,false)};NativeBigInt.prototype.next=function(){return new NativeBigInt(this.value+BigInt(1))};BigInteger.prototype.prev=function(){var i=this.value;if(this.sign){return new BigInteger(addSmall(i,1),true)}return subtractSmall(i,1,this.sign)};SmallInteger.prototype.prev=function(){var i=this.value;if(i-1>-A)return new SmallInteger(i-1);return new BigInteger(C,true)};NativeBigInt.prototype.prev=function(){return new NativeBigInt(this.value-BigInt(1))};var T=[1];while(2*T[T.length-1]<=c)T.push(2*T[T.length-1]);var _=T.length,V=T[_-1];function shift_isSmall(i){return Math.abs(i)<=c}BigInteger.prototype.shiftLeft=function(i){var c=parseValue(i).toJSNumber();if(!shift_isSmall(c)){throw new Error(String(c)+" is too large for shifting.")}if(c<0)return this.shiftRight(-c);var d=this;if(d.isZero())return d;while(c>=_){d=d.multiply(V);c-=_-1}return d.multiply(T[c])};NativeBigInt.prototype.shiftLeft=SmallInteger.prototype.shiftLeft=BigInteger.prototype.shiftLeft;BigInteger.prototype.shiftRight=function(i){var c;var d=parseValue(i).toJSNumber();if(!shift_isSmall(d)){throw new Error(String(d)+" is too large for shifting.")}if(d<0)return this.shiftLeft(-d);var p=this;while(d>=_){if(p.isZero()||p.isNegative()&&p.isUnit())return p;c=divModAny(p,V);p=c[1].isNegative()?c[0].prev():c[0];d-=_-1}c=divModAny(p,T[d]);return c[1].isNegative()?c[0].prev():c[0]};NativeBigInt.prototype.shiftRight=SmallInteger.prototype.shiftRight=BigInteger.prototype.shiftRight;function bitwise(i,c,d){c=parseValue(c);var A=i.isNegative(),C=c.isNegative();var S=A?i.not():i,v=C?c.not():c;var T=0,_=0;var Z=null,ee=null;var te=[];while(!S.isZero()||!v.isZero()){Z=divModAny(S,V);T=Z[1].toJSNumber();if(A){T=V-1-T}ee=divModAny(v,V);_=ee[1].toJSNumber();if(C){_=V-1-_}S=Z[0];v=ee[0];te.push(d(T,_))}var re=d(A?1:0,C?1:0)!==0?p(-1):p(0);for(var ne=te.length-1;ne>=0;ne-=1){re=re.multiply(V).add(p(te[ne]))}return re}BigInteger.prototype.not=function(){return this.negate().prev()};NativeBigInt.prototype.not=SmallInteger.prototype.not=BigInteger.prototype.not;BigInteger.prototype.and=function(i){return bitwise(this,i,(function(i,c){return i&c}))};NativeBigInt.prototype.and=SmallInteger.prototype.and=BigInteger.prototype.and;BigInteger.prototype.or=function(i){return bitwise(this,i,(function(i,c){return i|c}))};NativeBigInt.prototype.or=SmallInteger.prototype.or=BigInteger.prototype.or;BigInteger.prototype.xor=function(i){return bitwise(this,i,(function(i,c){return i^c}))};NativeBigInt.prototype.xor=SmallInteger.prototype.xor=BigInteger.prototype.xor;var Z=1<<30,ee=(c&-c)*(c&-c)|Z;function roughLOB(i){var d=i.value,p=typeof d==="number"?d|Z:typeof d==="bigint"?d|BigInt(Z):d[0]+d[1]*c|ee;return p&-p}function integerLogarithm(i,c){if(c.compareTo(i)<=0){var d=integerLogarithm(i,c.square(c));var A=d.p;var C=d.e;var S=A.multiply(c);return S.compareTo(i)<=0?{p:S,e:C*2+1}:{p:A,e:C*2}}return{p:p(1),e:0}}BigInteger.prototype.bitLength=function(){var i=this;if(i.compareTo(p(0))<0){i=i.negate().subtract(p(1))}if(i.compareTo(p(0))===0){return p(0)}return p(integerLogarithm(i,p(2)).e).add(p(1))};NativeBigInt.prototype.bitLength=SmallInteger.prototype.bitLength=BigInteger.prototype.bitLength;function max(i,c){i=parseValue(i);c=parseValue(c);return i.greater(c)?i:c}function min(i,c){i=parseValue(i);c=parseValue(c);return i.lesser(c)?i:c}function gcd(i,c){i=parseValue(i).abs();c=parseValue(c).abs();if(i.equals(c))return i;if(i.isZero())return c;if(c.isZero())return i;var d=Integer[1],p,A;while(i.isEven()&&c.isEven()){p=min(roughLOB(i),roughLOB(c));i=i.divide(p);c=c.divide(p);d=d.multiply(p)}while(i.isEven()){i=i.divide(roughLOB(i))}do{while(c.isEven()){c=c.divide(roughLOB(c))}if(i.greater(c)){A=c;c=i;i=A}c=c.subtract(i)}while(!c.isZero());return d.isUnit()?i:i.multiply(d)}function lcm(i,c){i=parseValue(i).abs();c=parseValue(c).abs();return i.divide(gcd(i,c)).multiply(c)}function randBetween(i,d,p){i=parseValue(i);d=parseValue(d);var A=p||Math.random;var C=min(i,d),S=max(i,d);var v=S.subtract(C).add(1);if(v.isSmall)return C.add(Math.floor(A()*v));var T=toBase(v,c).value;var _=[],V=true;for(var Z=0;Z<T.length;Z++){var ee=V?T[Z]+(Z+1<T.length?T[Z+1]/c:0):c;var te=truncate(A()*ee);_.push(te);if(te<T[Z])V=false}return C.add(Integer.fromArray(_,c,false))}var parseBase=function(i,c,d,p){d=d||S;i=String(i);if(!p){i=i.toLowerCase();d=d.toLowerCase()}var A=i.length;var C;var v=Math.abs(c);var T={};for(C=0;C<d.length;C++){T[d[C]]=C}for(C=0;C<A;C++){var _=i[C];if(_==="-")continue;if(_ in T){if(T[_]>=v){if(_==="1"&&v===1)continue;throw new Error(_+" is not a valid digit in base "+c+".")}}}c=parseValue(c);var V=[];var Z=i[0]==="-";for(C=Z?1:0;C<i.length;C++){var _=i[C];if(_ in T)V.push(parseValue(T[_]));else if(_==="<"){var ee=C;do{C++}while(i[C]!==">"&&C<i.length);V.push(parseValue(i.slice(ee+1,C)))}else throw new Error(_+" is not a valid character")}return parseBaseFromArray(V,c,Z)};function parseBaseFromArray(i,c,d){var p=Integer[0],A=Integer[1],C;for(C=i.length-1;C>=0;C--){p=p.add(i[C].times(A));A=A.times(c)}return d?p.negate():p}function stringify(i,c){c=c||S;if(i<c.length){return c[i]}return"<"+i+">"}function toBase(i,c){c=p(c);if(c.isZero()){if(i.isZero())return{value:[0],isNegative:false};throw new Error("Cannot convert nonzero numbers to base 0.")}if(c.equals(-1)){if(i.isZero())return{value:[0],isNegative:false};if(i.isNegative())return{value:[].concat.apply([],Array.apply(null,Array(-i.toJSNumber())).map(Array.prototype.valueOf,[1,0])),isNegative:false};var d=Array.apply(null,Array(i.toJSNumber()-1)).map(Array.prototype.valueOf,[0,1]);d.unshift([1]);return{value:[].concat.apply([],d),isNegative:false}}var A=false;if(i.isNegative()&&c.isPositive()){A=true;i=i.abs()}if(c.isUnit()){if(i.isZero())return{value:[0],isNegative:false};return{value:Array.apply(null,Array(i.toJSNumber())).map(Number.prototype.valueOf,1),isNegative:A}}var C=[];var S=i,v;while(S.isNegative()||S.compareAbs(c)>=0){v=S.divmod(c);S=v.quotient;var T=v.remainder;if(T.isNegative()){T=c.minus(T).abs();S=S.next()}C.push(T.toJSNumber())}C.push(S.toJSNumber());return{value:C.reverse(),isNegative:A}}function toBaseString(i,c,d){var p=toBase(i,c);return(p.isNegative?"-":"")+p.value.map((function(i){return stringify(i,d)})).join("")}BigInteger.prototype.toArray=function(i){return toBase(this,i)};SmallInteger.prototype.toArray=function(i){return toBase(this,i)};NativeBigInt.prototype.toArray=function(i){return toBase(this,i)};BigInteger.prototype.toString=function(c,d){if(c===i)c=10;if(c!==10||d)return toBaseString(this,c,d);var p=this.value,A=p.length,C=String(p[--A]),S="0000000",v;while(--A>=0){v=String(p[A]);C+=S.slice(v.length)+v}var T=this.sign?"-":"";return T+C};SmallInteger.prototype.toString=function(c,d){if(c===i)c=10;if(c!=10||d)return toBaseString(this,c,d);return String(this.value)};NativeBigInt.prototype.toString=SmallInteger.prototype.toString;NativeBigInt.prototype.toJSON=BigInteger.prototype.toJSON=SmallInteger.prototype.toJSON=function(){return this.toString()};BigInteger.prototype.valueOf=function(){return parseInt(this.toString(),10)};BigInteger.prototype.toJSNumber=BigInteger.prototype.valueOf;SmallInteger.prototype.valueOf=function(){return this.value};SmallInteger.prototype.toJSNumber=SmallInteger.prototype.valueOf;NativeBigInt.prototype.valueOf=NativeBigInt.prototype.toJSNumber=function(){return parseInt(this.toString(),10)};function parseStringValue(i){if(isPrecise(+i)){var c=+i;if(c===truncate(c))return v?new NativeBigInt(BigInt(c)):new SmallInteger(c);throw new Error("Invalid integer: "+i)}var p=i[0]==="-";if(p)i=i.slice(1);var A=i.split(/e/i);if(A.length>2)throw new Error("Invalid integer: "+A.join("e"));if(A.length===2){var C=A[1];if(C[0]==="+")C=C.slice(1);C=+C;if(C!==truncate(C)||!isPrecise(C))throw new Error("Invalid integer: "+C+" is not a valid exponent.");var S=A[0];var T=S.indexOf(".");if(T>=0){C-=S.length-T-1;S=S.slice(0,T)+S.slice(T+1)}if(C<0)throw new Error("Cannot include negative exponent part for integers");S+=new Array(C+1).join("0");i=S}var _=/^([0-9][0-9]*)$/.test(i);if(!_)throw new Error("Invalid integer: "+i);if(v){return new NativeBigInt(BigInt(p?"-"+i:i))}var V=[],Z=i.length,ee=d,te=Z-ee;while(Z>0){V.push(+i.slice(te,Z));te-=ee;if(te<0)te=0;Z-=ee}trim(V);return new BigInteger(V,p)}function parseNumberValue(i){if(v){return new NativeBigInt(BigInt(i))}if(isPrecise(i)){if(i!==truncate(i))throw new Error(i+" is not an integer.");return new SmallInteger(i)}return parseStringValue(i.toString())}function parseValue(i){if(typeof i==="number"){return parseNumberValue(i)}if(typeof i==="string"){return parseStringValue(i)}if(typeof i==="bigint"){return new NativeBigInt(i)}return i}for(var te=0;te<1e3;te++){Integer[te]=parseValue(te);if(te>0)Integer[-te]=parseValue(-te)}Integer.one=Integer[1];Integer.zero=Integer[0];Integer.minusOne=Integer[-1];Integer.max=max;Integer.min=min;Integer.gcd=gcd;Integer.lcm=lcm;Integer.isInstance=function(i){return i instanceof BigInteger||i instanceof SmallInteger||i instanceof NativeBigInt};Integer.randBetween=randBetween;Integer.fromArray=function(i,c,d){return parseBaseFromArray(i.map(parseValue),parseValue(c||10),d)};return Integer}();if(true&&i.hasOwnProperty("exports")){i.exports=p}if(typeof define==="function"&&define.amd){define((function(){return p}))}},58769:(i,c,d)=>{var p=d(71710);var A=d(24434).EventEmitter;var C=d(86627);var S=d(91259);var v=d(2203).Stream;c=i.exports=function(i,d){if(Buffer.isBuffer(i)){return c.parse(i)}var p=c.stream();if(i&&i.pipe){i.pipe(p)}else if(i){i.on(d||"data",(function(i){p.write(i)}));i.on("end",(function(){p.end()}))}return p};c.stream=function(i){if(i)return c.apply(null,arguments);var d=null;function getBytes(i,c,p){d={bytes:i,skip:p,cb:function(i){d=null;c(i)}};dispatch()}var T=null;function dispatch(){if(!d){if(te)ee=true;return}if(typeof d==="function"){d()}else{var i=T+d.bytes;if(V.length>=i){var c;if(T==null){c=V.splice(0,i);if(!d.skip){c=c.slice()}}else{if(!d.skip){c=V.slice(T,i)}T=i}if(d.skip){d.cb()}else{d.cb(c)}}}}function builder(i){function next(){if(!ee)i.next()}var c=words((function(i,c){return function(d){getBytes(i,(function(i){Z.set(d,c(i));next()}))}}));c.tap=function(c){i.nest(c,Z.store)};c.into=function(c,d){if(!Z.get(c))Z.set(c,{});var p=Z;Z=S(p.get(c));i.nest((function(){d.apply(this,arguments);this.tap((function(){Z=p}))}),Z.store)};c.flush=function(){Z.store={};next()};c.loop=function(c){var d=false;i.nest(false,(function loop(){this.vars=Z.store;c.call(this,(function(){d=true;next()}),Z.store);this.tap(function(){if(d)i.next();else loop.call(this)}.bind(this))}),Z.store)};c.buffer=function(i,c){if(typeof c==="string"){c=Z.get(c)}getBytes(c,(function(c){Z.set(i,c);next()}))};c.skip=function(i){if(typeof i==="string"){i=Z.get(i)}getBytes(i,(function(){next()}))};c.scan=function find(i,c){if(typeof c==="string"){c=new Buffer(c)}else if(!Buffer.isBuffer(c)){throw new Error("search must be a Buffer or a string")}var p=0;d=function(){var A=V.indexOf(c,T+p);var C=A-T-p;if(A!==-1){d=null;if(T!=null){Z.set(i,V.slice(T,T+p+C));T+=p+C+c.length}else{Z.set(i,V.slice(0,p+C));V.splice(0,p+C+c.length)}next();dispatch()}else{C=Math.max(V.length-c.length-T-p,0)}p+=C};dispatch()};c.peek=function(c){T=0;i.nest((function(){c.call(this,Z.store);this.tap((function(){T=null}))}))};return c}var _=p.light(builder);_.writable=true;var V=C();_.write=function(i){V.push(i);dispatch()};var Z=S();var ee=false,te=false;_.end=function(){te=true};_.pipe=v.prototype.pipe;Object.getOwnPropertyNames(A.prototype).forEach((function(i){_[i]=A.prototype[i]}));return _};c.parse=function parse(i){var c=words((function(A,C){return function(S){if(d+A<=i.length){var v=i.slice(d,d+A);d+=A;p.set(S,C(v))}else{p.set(S,null)}return c}}));var d=0;var p=S();c.vars=p.store;c.tap=function(i){i.call(c,p.store);return c};c.into=function(i,d){if(!p.get(i)){p.set(i,{})}var A=p;p=S(A.get(i));d.call(c,p.store);p=A;return c};c.loop=function(i){var d=false;var ender=function(){d=true};while(d===false){i.call(c,ender,p.store)}return c};c.buffer=function(A,C){if(typeof C==="string"){C=p.get(C)}var S=i.slice(d,Math.min(i.length,d+C));d+=C;p.set(A,S);return c};c.skip=function(i){if(typeof i==="string"){i=p.get(i)}d+=i;return c};c.scan=function(A,C){if(typeof C==="string"){C=new Buffer(C)}else if(!Buffer.isBuffer(C)){throw new Error("search must be a Buffer or a string")}p.set(A,null);for(var S=0;S+d<=i.length-C.length+1;S++){for(var v=0;v<C.length&&i[d+S+v]===C[v];v++);if(v===C.length)break}p.set(A,i.slice(d,d+S));d+=S+C.length;return c};c.peek=function(i){var A=d;i.call(c,p.store);d=A;return c};c.flush=function(){p.store={};return c};c.eof=function(){return d>=i.length};return c};function decodeLEu(i){var c=0;for(var d=0;d<i.length;d++){c+=Math.pow(256,d)*i[d]}return c}function decodeBEu(i){var c=0;for(var d=0;d<i.length;d++){c+=Math.pow(256,i.length-d-1)*i[d]}return c}function decodeBEs(i){var c=decodeBEu(i);if((i[0]&128)==128){c-=Math.pow(256,i.length)}return c}function decodeLEs(i){var c=decodeLEu(i);if((i[i.length-1]&128)==128){c-=Math.pow(256,i.length)}return c}function words(i){var c={};[1,2,4,8].forEach((function(d){var p=d*8;c["word"+p+"le"]=c["word"+p+"lu"]=i(d,decodeLEu);c["word"+p+"ls"]=i(d,decodeLEs);c["word"+p+"be"]=c["word"+p+"bu"]=i(d,decodeBEu);c["word"+p+"bs"]=i(d,decodeBEs)}));c.word8=c.word8u=c.word8be;c.word8s=c.word8bs;return c}},91259:i=>{i.exports=function(i){function getset(i,d){var p=c.store;var A=i.split(".");A.slice(0,-1).forEach((function(i){if(p[i]===undefined)p[i]={};p=p[i]}));var C=A[A.length-1];if(arguments.length==1){return p[C]}else{return p[C]=d}}var c={get:function(i){return getset(i)},set:function(i,c){return getset(i,c)},store:i||{}};return c}},63251:function(i){(function(c,d){true?i.exports=d():0})(this,(function(){"use strict";var i=typeof globalThis!=="undefined"?globalThis:typeof window!=="undefined"?window:typeof global!=="undefined"?global:typeof self!=="undefined"?self:{};function getCjsExportFromNamespace(i){return i&&i["default"]||i}var load=function(i,c,d={}){var p,A,C;for(p in c){C=c[p];d[p]=(A=i[p])!=null?A:C}return d};var overwrite=function(i,c,d={}){var p,A;for(p in i){A=i[p];if(c[p]!==void 0){d[p]=A}}return d};var c={load:load,overwrite:overwrite};var d;d=class DLList{constructor(i,c){this.incr=i;this.decr=c;this._first=null;this._last=null;this.length=0}push(i){var c;this.length++;if(typeof this.incr==="function"){this.incr()}c={value:i,prev:this._last,next:null};if(this._last!=null){this._last.next=c;this._last=c}else{this._first=this._last=c}return void 0}shift(){var i;if(this._first==null){return}else{this.length--;if(typeof this.decr==="function"){this.decr()}}i=this._first.value;if((this._first=this._first.next)!=null){this._first.prev=null}else{this._last=null}return i}first(){if(this._first!=null){return this._first.value}}getArray(){var i,c,d;i=this._first;d=[];while(i!=null){d.push((c=i,i=i.next,c.value))}return d}forEachShift(i){var c;c=this.shift();while(c!=null){i(c),c=this.shift()}return void 0}debug(){var i,c,d,p,A;i=this._first;A=[];while(i!=null){A.push((c=i,i=i.next,{value:c.value,prev:(d=c.prev)!=null?d.value:void 0,next:(p=c.next)!=null?p.value:void 0}))}return A}};var p=d;var A;A=class Events{constructor(i){this.instance=i;this._events={};if(this.instance.on!=null||this.instance.once!=null||this.instance.removeAllListeners!=null){throw new Error("An Emitter already exists for this object")}this.instance.on=(i,c)=>this._addListener(i,"many",c);this.instance.once=(i,c)=>this._addListener(i,"once",c);this.instance.removeAllListeners=(i=null)=>{if(i!=null){return delete this._events[i]}else{return this._events={}}}}_addListener(i,c,d){var p;if((p=this._events)[i]==null){p[i]=[]}this._events[i].push({cb:d,status:c});return this.instance}listenerCount(i){if(this._events[i]!=null){return this._events[i].length}else{return 0}}async trigger(i,...c){var d,p;try{if(i!=="debug"){this.trigger("debug",`Event triggered: ${i}`,c)}if(this._events[i]==null){return}this._events[i]=this._events[i].filter((function(i){return i.status!=="none"}));p=this._events[i].map((async i=>{var d,p;if(i.status==="none"){return}if(i.status==="once"){i.status="none"}try{p=typeof i.cb==="function"?i.cb(...c):void 0;if(typeof(p!=null?p.then:void 0)==="function"){return await p}else{return p}}catch(i){d=i;{this.trigger("error",d)}return null}}));return(await Promise.all(p)).find((function(i){return i!=null}))}catch(i){d=i;{this.trigger("error",d)}return null}}};var C=A;var S,v,T;S=p;v=C;T=class Queues{constructor(i){var c;this.Events=new v(this);this._length=0;this._lists=function(){var d,p,A;A=[];for(c=d=1,p=i;1<=p?d<=p:d>=p;c=1<=p?++d:--d){A.push(new S((()=>this.incr()),(()=>this.decr())))}return A}.call(this)}incr(){if(this._length++===0){return this.Events.trigger("leftzero")}}decr(){if(--this._length===0){return this.Events.trigger("zero")}}push(i){return this._lists[i.options.priority].push(i)}queued(i){if(i!=null){return this._lists[i].length}else{return this._length}}shiftAll(i){return this._lists.forEach((function(c){return c.forEachShift(i)}))}getFirst(i=this._lists){var c,d,p;for(c=0,d=i.length;c<d;c++){p=i[c];if(p.length>0){return p}}return[]}shiftLastFrom(i){return this.getFirst(this._lists.slice(i).reverse()).shift()}};var _=T;var V;V=class BottleneckError extends Error{};var Z=V;var ee,te,re,ne,ie;ne=10;te=5;ie=c;ee=Z;re=class Job{constructor(i,c,d,p,A,C,S,v){this.task=i;this.args=c;this.rejectOnDrop=A;this.Events=C;this._states=S;this.Promise=v;this.options=ie.load(d,p);this.options.priority=this._sanitizePriority(this.options.priority);if(this.options.id===p.id){this.options.id=`${this.options.id}-${this._randomIndex()}`}this.promise=new this.Promise(((i,c)=>{this._resolve=i;this._reject=c}));this.retryCount=0}_sanitizePriority(i){var c;c=~~i!==i?te:i;if(c<0){return 0}else if(c>ne-1){return ne-1}else{return c}}_randomIndex(){return Math.random().toString(36).slice(2)}doDrop({error:i,message:c="This job has been dropped by Bottleneck"}={}){if(this._states.remove(this.options.id)){if(this.rejectOnDrop){this._reject(i!=null?i:new ee(c))}this.Events.trigger("dropped",{args:this.args,options:this.options,task:this.task,promise:this.promise});return true}else{return false}}_assertStatus(i){var c;c=this._states.jobStatus(this.options.id);if(!(c===i||i==="DONE"&&c===null)){throw new ee(`Invalid job status ${c}, expected ${i}. Please open an issue at https://github.com/SGrondin/bottleneck/issues`)}}doReceive(){this._states.start(this.options.id);return this.Events.trigger("received",{args:this.args,options:this.options})}doQueue(i,c){this._assertStatus("RECEIVED");this._states.next(this.options.id);return this.Events.trigger("queued",{args:this.args,options:this.options,reachedHWM:i,blocked:c})}doRun(){if(this.retryCount===0){this._assertStatus("QUEUED");this._states.next(this.options.id)}else{this._assertStatus("EXECUTING")}return this.Events.trigger("scheduled",{args:this.args,options:this.options})}async doExecute(i,c,d,p){var A,C,S;if(this.retryCount===0){this._assertStatus("RUNNING");this._states.next(this.options.id)}else{this._assertStatus("EXECUTING")}C={args:this.args,options:this.options,retryCount:this.retryCount};this.Events.trigger("executing",C);try{S=await(i!=null?i.schedule(this.options,this.task,...this.args):this.task(...this.args));if(c()){this.doDone(C);await p(this.options,C);this._assertStatus("DONE");return this._resolve(S)}}catch(i){A=i;return this._onFailure(A,C,c,d,p)}}doExpire(i,c,d){var p,A;if(this._states.jobStatus(this.options.id==="RUNNING")){this._states.next(this.options.id)}this._assertStatus("EXECUTING");A={args:this.args,options:this.options,retryCount:this.retryCount};p=new ee(`This job timed out after ${this.options.expiration} ms.`);return this._onFailure(p,A,i,c,d)}async _onFailure(i,c,d,p,A){var C,S;if(d()){C=await this.Events.trigger("failed",i,c);if(C!=null){S=~~C;this.Events.trigger("retry",`Retrying ${this.options.id} after ${S} ms`,c);this.retryCount++;return p(S)}else{this.doDone(c);await A(this.options,c);this._assertStatus("DONE");return this._reject(i)}}}doDone(i){this._assertStatus("EXECUTING");this._states.next(this.options.id);return this.Events.trigger("done",i)}};var se=re;var ae,oe,le;le=c;ae=Z;oe=class LocalDatastore{constructor(i,c,d){this.instance=i;this.storeOptions=c;this.clientId=this.instance._randomIndex();le.load(d,d,this);this._nextRequest=this._lastReservoirRefresh=this._lastReservoirIncrease=Date.now();this._running=0;this._done=0;this._unblockTime=0;this.ready=this.Promise.resolve();this.clients={};this._startHeartbeat()}_startHeartbeat(){var i;if(this.heartbeat==null&&(this.storeOptions.reservoirRefreshInterval!=null&&this.storeOptions.reservoirRefreshAmount!=null||this.storeOptions.reservoirIncreaseInterval!=null&&this.storeOptions.reservoirIncreaseAmount!=null)){return typeof(i=this.heartbeat=setInterval((()=>{var i,c,d,p,A;p=Date.now();if(this.storeOptions.reservoirRefreshInterval!=null&&p>=this._lastReservoirRefresh+this.storeOptions.reservoirRefreshInterval){this._lastReservoirRefresh=p;this.storeOptions.reservoir=this.storeOptions.reservoirRefreshAmount;this.instance._drainAll(this.computeCapacity())}if(this.storeOptions.reservoirIncreaseInterval!=null&&p>=this._lastReservoirIncrease+this.storeOptions.reservoirIncreaseInterval){({reservoirIncreaseAmount:i,reservoirIncreaseMaximum:d,reservoir:A}=this.storeOptions);this._lastReservoirIncrease=p;c=d!=null?Math.min(i,d-A):i;if(c>0){this.storeOptions.reservoir+=c;return this.instance._drainAll(this.computeCapacity())}}}),this.heartbeatInterval)).unref==="function"?i.unref():void 0}else{return clearInterval(this.heartbeat)}}async __publish__(i){await this.yieldLoop();return this.instance.Events.trigger("message",i.toString())}async __disconnect__(i){await this.yieldLoop();clearInterval(this.heartbeat);return this.Promise.resolve()}yieldLoop(i=0){return new this.Promise((function(c,d){return setTimeout(c,i)}))}computePenalty(){var i;return(i=this.storeOptions.penalty)!=null?i:15*this.storeOptions.minTime||5e3}async __updateSettings__(i){await this.yieldLoop();le.overwrite(i,i,this.storeOptions);this._startHeartbeat();this.instance._drainAll(this.computeCapacity());return true}async __running__(){await this.yieldLoop();return this._running}async __queued__(){await this.yieldLoop();return this.instance.queued()}async __done__(){await this.yieldLoop();return this._done}async __groupCheck__(i){await this.yieldLoop();return this._nextRequest+this.timeout<i}computeCapacity(){var i,c;({maxConcurrent:i,reservoir:c}=this.storeOptions);if(i!=null&&c!=null){return Math.min(i-this._running,c)}else if(i!=null){return i-this._running}else if(c!=null){return c}else{return null}}conditionsCheck(i){var c;c=this.computeCapacity();return c==null||i<=c}async __incrementReservoir__(i){var c;await this.yieldLoop();c=this.storeOptions.reservoir+=i;this.instance._drainAll(this.computeCapacity());return c}async __currentReservoir__(){await this.yieldLoop();return this.storeOptions.reservoir}isBlocked(i){return this._unblockTime>=i}check(i,c){return this.conditionsCheck(i)&&this._nextRequest-c<=0}async __check__(i){var c;await this.yieldLoop();c=Date.now();return this.check(i,c)}async __register__(i,c,d){var p,A;await this.yieldLoop();p=Date.now();if(this.conditionsCheck(c)){this._running+=c;if(this.storeOptions.reservoir!=null){this.storeOptions.reservoir-=c}A=Math.max(this._nextRequest-p,0);this._nextRequest=p+A+this.storeOptions.minTime;return{success:true,wait:A,reservoir:this.storeOptions.reservoir}}else{return{success:false}}}strategyIsBlock(){return this.storeOptions.strategy===3}async __submit__(i,c){var d,p,A;await this.yieldLoop();if(this.storeOptions.maxConcurrent!=null&&c>this.storeOptions.maxConcurrent){throw new ae(`Impossible to add a job having a weight of ${c} to a limiter having a maxConcurrent setting of ${this.storeOptions.maxConcurrent}`)}p=Date.now();A=this.storeOptions.highWater!=null&&i===this.storeOptions.highWater&&!this.check(c,p);d=this.strategyIsBlock()&&(A||this.isBlocked(p));if(d){this._unblockTime=p+this.computePenalty();this._nextRequest=this._unblockTime+this.storeOptions.minTime;this.instance._dropAllQueued()}return{reachedHWM:A,blocked:d,strategy:this.storeOptions.strategy}}async __free__(i,c){await this.yieldLoop();this._running-=c;this._done+=c;this.instance._drainAll(this.computeCapacity());return{running:this._running}}};var ce=oe;var de,ue;de=Z;ue=class States{constructor(i){this.status=i;this._jobs={};this.counts=this.status.map((function(){return 0}))}next(i){var c,d;c=this._jobs[i];d=c+1;if(c!=null&&d<this.status.length){this.counts[c]--;this.counts[d]++;return this._jobs[i]++}else if(c!=null){this.counts[c]--;return delete this._jobs[i]}}start(i){var c;c=0;this._jobs[i]=c;return this.counts[c]++}remove(i){var c;c=this._jobs[i];if(c!=null){this.counts[c]--;delete this._jobs[i]}return c!=null}jobStatus(i){var c;return(c=this.status[this._jobs[i]])!=null?c:null}statusJobs(i){var c,d,p,A,C;if(i!=null){d=this.status.indexOf(i);if(d<0){throw new de(`status must be one of ${this.status.join(", ")}`)}p=this._jobs;A=[];for(c in p){C=p[c];if(C===d){A.push(c)}}return A}else{return Object.keys(this._jobs)}}statusCounts(){return this.counts.reduce(((i,c,d)=>{i[this.status[d]]=c;return i}),{})}};var pe=ue;var Ae,fe;Ae=p;fe=class Sync{constructor(i,c){this.schedule=this.schedule.bind(this);this.name=i;this.Promise=c;this._running=0;this._queue=new Ae}isEmpty(){return this._queue.length===0}async _tryToRun(){var i,c,d,p,A,C,S;if(this._running<1&&this._queue.length>0){this._running++;({task:S,args:i,resolve:A,reject:p}=this._queue.shift());c=await async function(){try{C=await S(...i);return function(){return A(C)}}catch(i){d=i;return function(){return p(d)}}}();this._running--;this._tryToRun();return c()}}schedule(i,...c){var d,p,A;A=p=null;d=new this.Promise((function(i,c){A=i;return p=c}));this._queue.push({task:i,args:c,resolve:A,reject:p});this._tryToRun();return d}};var he=fe;var me="2.19.5";var ge={version:me};var ye=Object.freeze({version:me,default:ge});var require$$2=()=>console.log("You must import the full version of Bottleneck in order to use this feature.");var require$$3=()=>console.log("You must import the full version of Bottleneck in order to use this feature.");var require$$4=()=>console.log("You must import the full version of Bottleneck in order to use this feature.");var Ee,be,Ce,we,Ie,Be;Be=c;Ee=C;we=require$$2;Ce=require$$3;Ie=require$$4;be=function(){class Group{constructor(i={}){this.deleteKey=this.deleteKey.bind(this);this.limiterOptions=i;Be.load(this.limiterOptions,this.defaults,this);this.Events=new Ee(this);this.instances={};this.Bottleneck=ze;this._startAutoCleanup();this.sharedConnection=this.connection!=null;if(this.connection==null){if(this.limiterOptions.datastore==="redis"){this.connection=new we(Object.assign({},this.limiterOptions,{Events:this.Events}))}else if(this.limiterOptions.datastore==="ioredis"){this.connection=new Ce(Object.assign({},this.limiterOptions,{Events:this.Events}))}}}key(i=""){var c;return(c=this.instances[i])!=null?c:(()=>{var c;c=this.instances[i]=new this.Bottleneck(Object.assign(this.limiterOptions,{id:`${this.id}-${i}`,timeout:this.timeout,connection:this.connection}));this.Events.trigger("created",c,i);return c})()}async deleteKey(i=""){var c,d;d=this.instances[i];if(this.connection){c=await this.connection.__runCommand__(["del",...Ie.allKeys(`${this.id}-${i}`)])}if(d!=null){delete this.instances[i];await d.disconnect()}return d!=null||c>0}limiters(){var i,c,d,p;c=this.instances;d=[];for(i in c){p=c[i];d.push({key:i,limiter:p})}return d}keys(){return Object.keys(this.instances)}async clusterKeys(){var i,c,d,p,A,C,S,v,T;if(this.connection==null){return this.Promise.resolve(this.keys())}C=[];i=null;T=`b_${this.id}-`.length;c="_settings".length;while(i!==0){[v,d]=await this.connection.__runCommand__(["scan",i!=null?i:0,"match",`b_${this.id}-*_settings`,"count",1e4]);i=~~v;for(p=0,S=d.length;p<S;p++){A=d[p];C.push(A.slice(T,-c))}}return C}_startAutoCleanup(){var i;clearInterval(this.interval);return typeof(i=this.interval=setInterval((async()=>{var i,c,d,p,A,C;A=Date.now();d=this.instances;p=[];for(c in d){C=d[c];try{if(await C._store.__groupCheck__(A)){p.push(this.deleteKey(c))}else{p.push(void 0)}}catch(c){i=c;p.push(C.Events.trigger("error",i))}}return p}),this.timeout/2)).unref==="function"?i.unref():void 0}updateSettings(i={}){Be.overwrite(i,this.defaults,this);Be.overwrite(i,i,this.limiterOptions);if(i.timeout!=null){return this._startAutoCleanup()}}disconnect(i=true){var c;if(!this.sharedConnection){return(c=this.connection)!=null?c.disconnect(i):void 0}}}Group.prototype.defaults={timeout:1e3*60*5,connection:null,Promise:Promise,id:"group-key"};return Group}.call(i);var Se=be;var ve,Qe,Ne;Ne=c;Qe=C;ve=function(){class Batcher{constructor(i={}){this.options=i;Ne.load(this.options,this.defaults,this);this.Events=new Qe(this);this._arr=[];this._resetPromise();this._lastFlush=Date.now()}_resetPromise(){return this._promise=new this.Promise(((i,c)=>this._resolve=i))}_flush(){clearTimeout(this._timeout);this._lastFlush=Date.now();this._resolve();this.Events.trigger("batch",this._arr);this._arr=[];return this._resetPromise()}add(i){var c;this._arr.push(i);c=this._promise;if(this._arr.length===this.maxSize){this._flush()}else if(this.maxTime!=null&&this._arr.length===1){this._timeout=setTimeout((()=>this._flush()),this.maxTime)}return c}}Batcher.prototype.defaults={maxTime:null,maxSize:null,Promise:Promise};return Batcher}.call(i);var Re=ve;var require$$4$1=()=>console.log("You must import the full version of Bottleneck in order to use this feature.");var Te=getCjsExportFromNamespace(ye);var xe,De,_e,ke,Pe,Oe,Le,Me,Fe,Ue,He,qe=[].splice;Oe=10;De=5;He=c;Le=_;ke=se;Pe=ce;Me=require$$4$1;_e=C;Fe=pe;Ue=he;xe=function(){class Bottleneck{constructor(i={},...c){var d,p;this._addToQueue=this._addToQueue.bind(this);this._validateOptions(i,c);He.load(i,this.instanceDefaults,this);this._queues=new Le(Oe);this._scheduled={};this._states=new Fe(["RECEIVED","QUEUED","RUNNING","EXECUTING"].concat(this.trackDoneStatus?["DONE"]:[]));this._limiter=null;this.Events=new _e(this);this._submitLock=new Ue("submit",this.Promise);this._registerLock=new Ue("register",this.Promise);p=He.load(i,this.storeDefaults,{});this._store=function(){if(this.datastore==="redis"||this.datastore==="ioredis"||this.connection!=null){d=He.load(i,this.redisStoreDefaults,{});return new Me(this,p,d)}else if(this.datastore==="local"){d=He.load(i,this.localStoreDefaults,{});return new Pe(this,p,d)}else{throw new Bottleneck.prototype.BottleneckError(`Invalid datastore type: ${this.datastore}`)}}.call(this);this._queues.on("leftzero",(()=>{var i;return(i=this._store.heartbeat)!=null?typeof i.ref==="function"?i.ref():void 0:void 0}));this._queues.on("zero",(()=>{var i;return(i=this._store.heartbeat)!=null?typeof i.unref==="function"?i.unref():void 0:void 0}))}_validateOptions(i,c){if(!(i!=null&&typeof i==="object"&&c.length===0)){throw new Bottleneck.prototype.BottleneckError("Bottleneck v2 takes a single object argument. Refer to https://github.com/SGrondin/bottleneck#upgrading-to-v2 if you're upgrading from Bottleneck v1.")}}ready(){return this._store.ready}clients(){return this._store.clients}channel(){return`b_${this.id}`}channel_client(){return`b_${this.id}_${this._store.clientId}`}publish(i){return this._store.__publish__(i)}disconnect(i=true){return this._store.__disconnect__(i)}chain(i){this._limiter=i;return this}queued(i){return this._queues.queued(i)}clusterQueued(){return this._store.__queued__()}empty(){return this.queued()===0&&this._submitLock.isEmpty()}running(){return this._store.__running__()}done(){return this._store.__done__()}jobStatus(i){return this._states.jobStatus(i)}jobs(i){return this._states.statusJobs(i)}counts(){return this._states.statusCounts()}_randomIndex(){return Math.random().toString(36).slice(2)}check(i=1){return this._store.__check__(i)}_clearGlobalState(i){if(this._scheduled[i]!=null){clearTimeout(this._scheduled[i].expiration);delete this._scheduled[i];return true}else{return false}}async _free(i,c,d,p){var A,C;try{({running:C}=await this._store.__free__(i,d.weight));this.Events.trigger("debug",`Freed ${d.id}`,p);if(C===0&&this.empty()){return this.Events.trigger("idle")}}catch(i){A=i;return this.Events.trigger("error",A)}}_run(i,c,d){var p,A,C;c.doRun();p=this._clearGlobalState.bind(this,i);C=this._run.bind(this,i,c);A=this._free.bind(this,i,c);return this._scheduled[i]={timeout:setTimeout((()=>c.doExecute(this._limiter,p,C,A)),d),expiration:c.options.expiration!=null?setTimeout((function(){return c.doExpire(p,C,A)}),d+c.options.expiration):void 0,job:c}}_drainOne(i){return this._registerLock.schedule((()=>{var c,d,p,A,C;if(this.queued()===0){return this.Promise.resolve(null)}C=this._queues.getFirst();({options:A,args:c}=p=C.first());if(i!=null&&A.weight>i){return this.Promise.resolve(null)}this.Events.trigger("debug",`Draining ${A.id}`,{args:c,options:A});d=this._randomIndex();return this._store.__register__(d,A.weight,A.expiration).then((({success:i,wait:S,reservoir:v})=>{var T;this.Events.trigger("debug",`Drained ${A.id}`,{success:i,args:c,options:A});if(i){C.shift();T=this.empty();if(T){this.Events.trigger("empty")}if(v===0){this.Events.trigger("depleted",T)}this._run(d,p,S);return this.Promise.resolve(A.weight)}else{return this.Promise.resolve(null)}}))}))}_drainAll(i,c=0){return this._drainOne(i).then((d=>{var p;if(d!=null){p=i!=null?i-d:i;return this._drainAll(p,c+d)}else{return this.Promise.resolve(c)}})).catch((i=>this.Events.trigger("error",i)))}_dropAllQueued(i){return this._queues.shiftAll((function(c){return c.doDrop({message:i})}))}stop(i={}){var c,d;i=He.load(i,this.stopDefaults);d=i=>{var c;c=()=>{var c;c=this._states.counts;return c[0]+c[1]+c[2]+c[3]===i};return new this.Promise(((i,d)=>{if(c()){return i()}else{return this.on("done",(()=>{if(c()){this.removeAllListeners("done");return i()}}))}}))};c=i.dropWaitingJobs?(this._run=function(c,d){return d.doDrop({message:i.dropErrorMessage})},this._drainOne=()=>this.Promise.resolve(null),this._registerLock.schedule((()=>this._submitLock.schedule((()=>{var c,p,A;p=this._scheduled;for(c in p){A=p[c];if(this.jobStatus(A.job.options.id)==="RUNNING"){clearTimeout(A.timeout);clearTimeout(A.expiration);A.job.doDrop({message:i.dropErrorMessage})}}this._dropAllQueued(i.dropErrorMessage);return d(0)}))))):this.schedule({priority:Oe-1,weight:0},(()=>d(1)));this._receive=function(c){return c._reject(new Bottleneck.prototype.BottleneckError(i.enqueueErrorMessage))};this.stop=()=>this.Promise.reject(new Bottleneck.prototype.BottleneckError("stop() has already been called"));return c}async _addToQueue(i){var c,d,p,A,C,S,v;({args:c,options:A}=i);try{({reachedHWM:C,blocked:d,strategy:v}=await this._store.__submit__(this.queued(),A.weight))}catch(d){p=d;this.Events.trigger("debug",`Could not queue ${A.id}`,{args:c,options:A,error:p});i.doDrop({error:p});return false}if(d){i.doDrop();return true}else if(C){S=v===Bottleneck.prototype.strategy.LEAK?this._queues.shiftLastFrom(A.priority):v===Bottleneck.prototype.strategy.OVERFLOW_PRIORITY?this._queues.shiftLastFrom(A.priority+1):v===Bottleneck.prototype.strategy.OVERFLOW?i:void 0;if(S!=null){S.doDrop()}if(S==null||v===Bottleneck.prototype.strategy.OVERFLOW){if(S==null){i.doDrop()}return C}}i.doQueue(C,d);this._queues.push(i);await this._drainAll();return C}_receive(i){if(this._states.jobStatus(i.options.id)!=null){i._reject(new Bottleneck.prototype.BottleneckError(`A job with the same id already exists (id=${i.options.id})`));return false}else{i.doReceive();return this._submitLock.schedule(this._addToQueue,i)}}submit(...i){var c,d,p,A,C,S,v;if(typeof i[0]==="function"){C=i,[d,...i]=C,[c]=qe.call(i,-1);A=He.load({},this.jobDefaults)}else{S=i,[A,d,...i]=S,[c]=qe.call(i,-1);A=He.load(A,this.jobDefaults)}v=(...i)=>new this.Promise((function(c,p){return d(...i,(function(...i){return(i[0]!=null?p:c)(i)}))}));p=new ke(v,i,A,this.jobDefaults,this.rejectOnDrop,this.Events,this._states,this.Promise);p.promise.then((function(i){return typeof c==="function"?c(...i):void 0})).catch((function(i){if(Array.isArray(i)){return typeof c==="function"?c(...i):void 0}else{return typeof c==="function"?c(i):void 0}}));return this._receive(p)}schedule(...i){var c,d,p;if(typeof i[0]==="function"){[p,...i]=i;d={}}else{[d,p,...i]=i}c=new ke(p,i,d,this.jobDefaults,this.rejectOnDrop,this.Events,this._states,this.Promise);this._receive(c);return c.promise}wrap(i){var c,d;c=this.schedule.bind(this);d=function(...d){return c(i.bind(this),...d)};d.withOptions=function(d,...p){return c(d,i,...p)};return d}async updateSettings(i={}){await this._store.__updateSettings__(He.overwrite(i,this.storeDefaults));He.overwrite(i,this.instanceDefaults,this);return this}currentReservoir(){return this._store.__currentReservoir__()}incrementReservoir(i=0){return this._store.__incrementReservoir__(i)}}Bottleneck.default=Bottleneck;Bottleneck.Events=_e;Bottleneck.version=Bottleneck.prototype.version=Te.version;Bottleneck.strategy=Bottleneck.prototype.strategy={LEAK:1,OVERFLOW:2,OVERFLOW_PRIORITY:4,BLOCK:3};Bottleneck.BottleneckError=Bottleneck.prototype.BottleneckError=Z;Bottleneck.Group=Bottleneck.prototype.Group=Se;Bottleneck.RedisConnection=Bottleneck.prototype.RedisConnection=require$$2;Bottleneck.IORedisConnection=Bottleneck.prototype.IORedisConnection=require$$3;Bottleneck.Batcher=Bottleneck.prototype.Batcher=Re;Bottleneck.prototype.jobDefaults={priority:De,weight:1,expiration:null,id:"<no-id>"};Bottleneck.prototype.storeDefaults={maxConcurrent:null,minTime:0,highWater:null,strategy:Bottleneck.prototype.strategy.LEAK,penalty:null,reservoir:null,reservoirRefreshInterval:null,reservoirRefreshAmount:null,reservoirIncreaseInterval:null,reservoirIncreaseAmount:null,reservoirIncreaseMaximum:null};Bottleneck.prototype.localStoreDefaults={Promise:Promise,timeout:null,heartbeatInterval:250};Bottleneck.prototype.redisStoreDefaults={Promise:Promise,timeout:null,heartbeatInterval:5e3,clientTimeout:1e4,Redis:null,clientOptions:{},clusterNodes:null,clearDatastore:false,connection:null};Bottleneck.prototype.instanceDefaults={datastore:"local",connection:null,id:"<no-id>",rejectOnDrop:true,trackDoneStatus:false,Promise:Promise};Bottleneck.prototype.stopDefaults={enqueueErrorMessage:"This limiter has been stopped and cannot accept new jobs.",dropWaitingJobs:true,dropErrorMessage:"This limiter has been stopped."};return Bottleneck}.call(i);var ze=xe;var Ge=ze;return Ge}))},3501:(i,c,d)=>{"use strict";var p=d(95022);var A=false;function Real(i){this.value=i}i.exports=function(i){var c=new p.WritableStreamBuffer;c.write(new Buffer("bplist00"));if(A){console.log("create",d(39023).inspect(i,false,10))}if(i instanceof Array&&i.length===1){i=i[0]}var C=toEntries(i);if(A){console.log("entries",C)}var S=computeIdSizeInBytes(C.length);var v=[];var T;var _;updateEntryIds();C.forEach((function(i,d){v[d]=c.size();if(!i){c.write(0)}else{write(i)}}));writeOffsetTable();writeTrailer();return c.getContents();function updateEntryIds(){var i={};var c=0;C.forEach((function(d){if(d.id){return}if(d.type==="string"){if(!d.bplistOverride&&i.hasOwnProperty(d.value)){d.type="stringref";d.id=i[d.value]}else{i[d.value]=d.id=c++}}else{d.id=c++}}));C=C.filter((function(i){return i.type!=="stringref"}))}function writeTrailer(){if(A){console.log("0x"+c.size().toString(16),"writeTrailer")}c.write(new Buffer([0,0,0,0,0,0]));if(A){console.log("0x"+c.size().toString(16),"writeTrailer(offsetSizeInBytes):",T)}writeByte(T);if(A){console.log("0x"+c.size().toString(16),"writeTrailer(offsetSizeInBytes):",S)}writeByte(S);if(A){console.log("0x"+c.size().toString(16),"writeTrailer(number of objects):",C.length)}writeLong(C.length);if(A){console.log("0x"+c.size().toString(16),"writeTrailer(top object)")}writeLong(0);if(A){console.log("0x"+c.size().toString(16),"writeTrailer(offset table offset):",_)}writeLong(_)}function writeOffsetTable(){if(A){console.log("0x"+c.size().toString(16),"writeOffsetTable")}_=c.size();T=computeOffsetSizeInBytes(_);v.forEach((function(i){writeBytes(i,T)}))}function write(i){switch(i.type){case"dict":writeDict(i);break;case"number":case"double":writeNumber(i);break;case"UID":writeUID(i);break;case"array":writeArray(i);break;case"boolean":writeBoolean(i);break;case"string":case"string-utf16":writeString(i);break;case"date":writeDate(i);break;case"data":writeData(i);break;default:throw new Error("unhandled entry type: "+i.type)}}function writeDate(i){writeByte(51);var c=Date.parse(i.value)/1e3-978307200;writeDouble(c)}function writeDict(i){if(A){var d=i.entryKeys.map((function(i){return i.id}));var p=i.entryValues.map((function(i){return i.id}));console.log("0x"+c.size().toString(16),"writeDict","(id: "+i.id+")","(keys: "+d+")","(values: "+p+")")}writeIntHeader(13,i.entryKeys.length);i.entryKeys.forEach((function(i){writeID(i.id)}));i.entryValues.forEach((function(i){writeID(i.id)}))}function writeNumber(i){if(A){console.log("0x"+c.size().toString(16),"writeNumber",i.value," (type: "+i.type+")","(id: "+i.id+")")}if(i.type!=="double"&&parseFloat(i.value.toFixed())==i.value){if(i.value<0){writeByte(19);writeBytes(i.value,8,true)}else if(i.value<=255){writeByte(16);writeBytes(i.value,1)}else if(i.value<=65535){writeByte(17);writeBytes(i.value,2)}else if(i.value<=4294967295){writeByte(18);writeBytes(i.value,4)}else{writeByte(20);writeBytes(i.value,8)}}else{writeByte(35);writeDouble(i.value)}}function writeUID(i){if(A){console.log("0x"+c.size().toString(16),"writeUID",i.value," (type: "+i.type+")","(id: "+i.id+")")}writeIntHeader(8,0);writeID(i.value)}function writeArray(i){if(A){console.log("0x"+c.size().toString(16),"writeArray (length: "+i.entries.length+")","(id: "+i.id+")")}writeIntHeader(10,i.entries.length);i.entries.forEach((function(i){writeID(i.id)}))}function writeBoolean(i){if(A){console.log("0x"+c.size().toString(16),"writeBoolean",i.value,"(id: "+i.id+")")}writeByte(i.value?9:8)}function writeString(i){if(A){console.log("0x"+c.size().toString(16),"writeString",i.value,"(id: "+i.id+")")}if(i.type==="string-utf16"||mustBeUtf16(i.value)){var d=new Buffer(i.value,"ucs2");writeIntHeader(6,d.length/2);for(var p=0;p<d.length;p+=2){var C=d[p+0];d[p+0]=d[p+1];d[p+1]=C}c.write(d)}else{var S=new Buffer(i.value,"ascii");writeIntHeader(5,S.length);c.write(S)}}function writeData(i){if(A){console.log("0x"+c.size().toString(16),"writeData",i.value,"(id: "+i.id+")")}writeIntHeader(4,i.value.length);c.write(i.value)}function writeLong(i){writeBytes(i,8)}function writeByte(i){c.write(new Buffer([i]))}function writeDouble(i){var d=new Buffer(8);d.writeDoubleBE(i,0);c.write(d)}function writeIntHeader(i,c){if(c<15){writeByte((i<<4)+c)}else if(c<256){writeByte((i<<4)+15);writeByte(16);writeBytes(c,1)}else if(c<65536){writeByte((i<<4)+15);writeByte(17);writeBytes(c,2)}else{writeByte((i<<4)+15);writeByte(18);writeBytes(c,4)}}function writeID(i){writeBytes(i,S)}function writeBytes(i,d,p){var A=new Buffer(d);var C=0;if(!p){while(d>4){A[C++]=0;d--}}for(var S=d-1;S>=0;S--){A[C++]=i>>8*S}c.write(A)}function mustBeUtf16(i){return Buffer.byteLength(i,"utf8")!=i.length}};function toEntries(i){if(i.bplistOverride){return[i]}if(i instanceof Array){return toEntriesArray(i)}else if(i instanceof Buffer){return[{type:"data",value:i}]}else if(i instanceof Real){return[{type:"double",value:i.value}]}else if(typeof i==="object"){if(i instanceof Date){return[{type:"date",value:i}]}else if(Object.keys(i).length==1&&typeof i.UID==="number"){return[{type:"UID",value:i.UID}]}else{return toEntriesObject(i)}}else if(typeof i==="string"){return[{type:"string",value:i}]}else if(typeof i==="number"){return[{type:"number",value:i}]}else if(typeof i==="boolean"){return[{type:"boolean",value:i}]}else if(typeof i==="bigint"){return[{type:"number",value:Number(BigInt.asIntN(32,i))}]}else{throw new Error("unhandled entry: "+i)}}function toEntriesArray(i){if(A){console.log("toEntriesArray")}var c=[{type:"array",entries:[]}];i.forEach((function(i){var d=toEntries(i);c[0].entries.push(d[0]);c=c.concat(d)}));return c}function toEntriesObject(i){if(A){console.log("toEntriesObject")}var c=[{type:"dict",entryKeys:[],entryValues:[]}];Object.keys(i).forEach((function(i){var d=toEntries(i);c[0].entryKeys.push(d[0]);c=c.concat(d[0])}));Object.keys(i).forEach((function(d){var p=toEntries(i[d]);c[0].entryValues.push(p[0]);c=c.concat(p)}));return c}function computeOffsetSizeInBytes(i){if(i<256){return 1}if(i<65536){return 2}if(i<4294967296){return 4}return 8}function computeIdSizeInBytes(i){if(i<256){return 1}if(i<65536){return 2}return 4}i.exports.Real=Real},43873:(i,c,d)=>{"use strict";const p=d(79896);const A=d(43269);const C=false;c.maxObjectSize=100*1e3*1e3;c.maxObjectCount=32768;const S=9783072e5;const v=c.UID=function(i){this.UID=i};const T=c.parseFile=function(i,c){return new Promise((function(d,A){function tryParseBuffer(i){let p=null;let C;try{C=_(i);d(C)}catch(i){p=i;A(p)}finally{if(c)c(p,C)}}if(Buffer.isBuffer(i)){return tryParseBuffer(i)}p.readFile(i,(function(i,d){if(i){A(i);return c(i)}tryParseBuffer(d)}))}))};const _=c.parseBuffer=function(i){const d=i.slice(0,"bplist".length).toString("utf8");if(d!=="bplist"){throw new Error("Invalid binary plist. Expected 'bplist' at offset 0.")}const p=i.slice(i.length-32,i.length);const T=p.readUInt8(6);if(C){console.log("offsetSize: "+T)}const _=p.readUInt8(7);if(C){console.log("objectRefSize: "+_)}const V=readUInt64BE(p,8);if(C){console.log("numObjects: "+V)}const Z=readUInt64BE(p,16);if(C){console.log("topObject: "+Z)}const ee=readUInt64BE(p,24);if(C){console.log("offsetTableOffset: "+ee)}if(V>c.maxObjectCount){throw new Error("maxObjectCount exceeded")}const te=[];for(let c=0;c<V;c++){const d=i.slice(ee+c*T,ee+(c+1)*T);te[c]=readUInt(d,0);if(C){console.log("Offset for Object #"+c+" is "+te[c]+" ["+te[c].toString(16)+"]")}}function parseObject(d){const p=te[d];const T=i[p];const V=(T&240)>>4;const Z=T&15;switch(V){case 0:return parseSimple();case 1:return parseInteger();case 8:return parseUID();case 2:return parseReal();case 3:return parseDate();case 4:return parseData();case 5:return parsePlistString();case 6:return parsePlistString(true);case 10:return parseArray();case 13:return parseDictionary();default:throw new Error("Unhandled type 0x"+V.toString(16))}function parseSimple(){switch(Z){case 0:return null;case 8:return false;case 9:return true;case 15:return null;default:throw new Error("Unhandled simple type 0x"+V.toString(16))}}function bufferToHexString(i){let c="";let d;for(d=0;d<i.length;d++){if(i[d]!=0){break}}for(;d<i.length;d++){const p="00"+i[d].toString(16);c+=p.substr(p.length-2)}return c}function parseInteger(){const d=Math.pow(2,Z);if(Z==4){const c=i.slice(p+1,p+1+d);const C=bufferToHexString(c);return A(C,16)}if(Z==3){return i.readInt32BE(p+1)}if(d<c.maxObjectSize){return readUInt(i.slice(p+1,p+1+d))}throw new Error("To little heap space available! Wanted to read "+d+" bytes, but only "+c.maxObjectSize+" are available.")}function parseUID(){const d=Z+1;if(d<c.maxObjectSize){return new v(readUInt(i.slice(p+1,p+1+d)))}throw new Error("To little heap space available! Wanted to read "+d+" bytes, but only "+c.maxObjectSize+" are available.")}function parseReal(){const d=Math.pow(2,Z);if(d<c.maxObjectSize){const c=i.slice(p+1,p+1+d);if(d===4){return c.readFloatBE(0)}if(d===8){return c.readDoubleBE(0)}}else{throw new Error("To little heap space available! Wanted to read "+d+" bytes, but only "+c.maxObjectSize+" are available.")}}function parseDate(){if(Z!=3){console.error("Unknown date type :"+Z+". Parsing anyway...")}const c=i.slice(p+1,p+9);return new Date(S+1e3*c.readDoubleBE(0))}function parseData(){let d=1;let A=Z;if(Z==15){const c=i[p+1];const C=(c&240)/16;if(C!=1){console.error("0x4: UNEXPECTED LENGTH-INT TYPE! "+C)}const S=c&15;const v=Math.pow(2,S);d=2+v;if(v<3){A=readUInt(i.slice(p+2,p+2+v))}else{A=readUInt(i.slice(p+2,p+2+v))}}if(A<c.maxObjectSize){return i.slice(p+d,p+d+A)}throw new Error("To little heap space available! Wanted to read "+A+" bytes, but only "+c.maxObjectSize+" are available.")}function parsePlistString(d){d=d||0;let A="utf8";let C=Z;let S=1;if(Z==15){const c=i[p+1];const d=(c&240)/16;if(d!=1){console.err("UNEXPECTED LENGTH-INT TYPE! "+d)}const A=c&15;const v=Math.pow(2,A);S=2+v;if(v<3){C=readUInt(i.slice(p+2,p+2+v))}else{C=readUInt(i.slice(p+2,p+2+v))}}C*=d+1;if(C<c.maxObjectSize){let c=Buffer.from(i.slice(p+S,p+S+C));if(d){c=swapBytes(c);A="ucs2"}return c.toString(A)}throw new Error("To little heap space available! Wanted to read "+C+" bytes, but only "+c.maxObjectSize+" are available.")}function parseArray(){let d=Z;let A=1;if(Z==15){const c=i[p+1];const C=(c&240)/16;if(C!=1){console.error("0xa: UNEXPECTED LENGTH-INT TYPE! "+C)}const S=c&15;const v=Math.pow(2,S);A=2+v;if(v<3){d=readUInt(i.slice(p+2,p+2+v))}else{d=readUInt(i.slice(p+2,p+2+v))}}if(d*_>c.maxObjectSize){throw new Error("To little heap space available!")}const C=[];for(let c=0;c<d;c++){const d=readUInt(i.slice(p+A+c*_,p+A+(c+1)*_));C[c]=parseObject(d)}return C}function parseDictionary(){let A=Z;let S=1;if(Z==15){const c=i[p+1];const d=(c&240)/16;if(d!=1){console.error("0xD: UNEXPECTED LENGTH-INT TYPE! "+d)}const C=c&15;const v=Math.pow(2,C);S=2+v;if(v<3){A=readUInt(i.slice(p+2,p+2+v))}else{A=readUInt(i.slice(p+2,p+2+v))}}if(A*2*_>c.maxObjectSize){throw new Error("To little heap space available!")}if(C){console.log("Parsing dictionary #"+d)}const v={};for(let c=0;c<A;c++){const T=readUInt(i.slice(p+S+c*_,p+S+(c+1)*_));const V=readUInt(i.slice(p+S+A*_+c*_,p+S+A*_+(c+1)*_));const Z=parseObject(T);const ee=parseObject(V);if(C){console.log(" DICT #"+d+": Mapped "+Z+" to "+ee)}v[Z]=ee}return v}}return[parseObject(Z)]};function readUInt(i,c){c=c||0;let d=0;for(let p=c;p<i.length;p++){d<<=8;d|=i[p]&255}return d}function readUInt64BE(i,c){const d=i.slice(c,c+8);return d.readUInt32BE(4,8)}function swapBytes(i){const c=i.length;for(let d=0;d<c;d+=2){const c=i[d];i[d]=i[d+1];i[d+1]=c}return i}},94691:(i,c,d)=>{var p=d(97087);var A=d(59380);i.exports=expandTop;var C="\0SLASH"+Math.random()+"\0";var S="\0OPEN"+Math.random()+"\0";var v="\0CLOSE"+Math.random()+"\0";var T="\0COMMA"+Math.random()+"\0";var _="\0PERIOD"+Math.random()+"\0";function numeric(i){return parseInt(i,10)==i?parseInt(i,10):i.charCodeAt(0)}function escapeBraces(i){return i.split("\\\\").join(C).split("\\{").join(S).split("\\}").join(v).split("\\,").join(T).split("\\.").join(_)}function unescapeBraces(i){return i.split(C).join("\\").split(S).join("{").split(v).join("}").split(T).join(",").split(_).join(".")}function parseCommaParts(i){if(!i)return[""];var c=[];var d=A("{","}",i);if(!d)return i.split(",");var p=d.pre;var C=d.body;var S=d.post;var v=p.split(",");v[v.length-1]+="{"+C+"}";var T=parseCommaParts(S);if(S.length){v[v.length-1]+=T.shift();v.push.apply(v,T)}c.push.apply(c,v);return c}function expandTop(i){if(!i)return[];if(i.substr(0,2)==="{}"){i="\\{\\}"+i.substr(2)}return expand(escapeBraces(i),true).map(unescapeBraces)}function identity(i){return i}function embrace(i){return"{"+i+"}"}function isPadded(i){return/^-?0\d/.test(i)}function lte(i,c){return i<=c}function gte(i,c){return i>=c}function expand(i,c){var d=[];var C=A("{","}",i);if(!C||/\$$/.test(C.pre))return[i];var S=/^-?\d+\.\.-?\d+(?:\.\.-?\d+)?$/.test(C.body);var T=/^[a-zA-Z]\.\.[a-zA-Z](?:\.\.-?\d+)?$/.test(C.body);var _=S||T;var V=C.body.indexOf(",")>=0;if(!_&&!V){if(C.post.match(/,(?!,).*\}/)){i=C.pre+"{"+C.body+v+C.post;return expand(i)}return[i]}var Z;if(_){Z=C.body.split(/\.\./)}else{Z=parseCommaParts(C.body);if(Z.length===1){Z=expand(Z[0],false).map(embrace);if(Z.length===1){var ee=C.post.length?expand(C.post,false):[""];return ee.map((function(i){return C.pre+Z[0]+i}))}}}var te=C.pre;var ee=C.post.length?expand(C.post,false):[""];var re;if(_){var ne=numeric(Z[0]);var ie=numeric(Z[1]);var se=Math.max(Z[0].length,Z[1].length);var ae=Z.length==3?Math.abs(numeric(Z[2])):1;var oe=lte;var le=ie<ne;if(le){ae*=-1;oe=gte}var ce=Z.some(isPadded);re=[];for(var de=ne;oe(de,ie);de+=ae){var ue;if(T){ue=String.fromCharCode(de);if(ue==="\\")ue=""}else{ue=String(de);if(ce){var pe=se-ue.length;if(pe>0){var Ae=new Array(pe+1).join("0");if(de<0)ue="-"+Ae+ue.slice(1);else ue=Ae+ue}}}re.push(ue)}}else{re=p(Z,(function(i){return expand(i,false)}))}for(var fe=0;fe<re.length;fe++){for(var he=0;he<ee.length;he++){var me=te+re[fe]+ee[he];if(!c||_||me)d.push(me)}}return d}},86627:i=>{i.exports=Buffers;function Buffers(i){if(!(this instanceof Buffers))return new Buffers(i);this.buffers=i||[];this.length=this.buffers.reduce((function(i,c){return i+c.length}),0)}Buffers.prototype.push=function(){for(var i=0;i<arguments.length;i++){if(!Buffer.isBuffer(arguments[i])){throw new TypeError("Tried to push a non-buffer")}}for(var i=0;i<arguments.length;i++){var c=arguments[i];this.buffers.push(c);this.length+=c.length}return this.length};Buffers.prototype.unshift=function(){for(var i=0;i<arguments.length;i++){if(!Buffer.isBuffer(arguments[i])){throw new TypeError("Tried to unshift a non-buffer")}}for(var i=0;i<arguments.length;i++){var c=arguments[i];this.buffers.unshift(c);this.length+=c.length}return this.length};Buffers.prototype.copy=function(i,c,d,p){return this.slice(d,p).copy(i,c,0,p-d)};Buffers.prototype.splice=function(i,c){var d=this.buffers;var p=i>=0?i:this.length-i;var A=[].slice.call(arguments,2);if(c===undefined){c=this.length-p}else if(c>this.length-p){c=this.length-p}for(var i=0;i<A.length;i++){this.length+=A[i].length}var C=new Buffers;var S=0;var v=0;for(var T=0;T<d.length&&v+d[T].length<p;T++){v+=d[T].length}if(p-v>0){var _=p-v;if(_+c<d[T].length){C.push(d[T].slice(_,_+c));var V=d[T];var Z=new Buffer(_);for(var i=0;i<_;i++){Z[i]=V[i]}var ee=new Buffer(V.length-_-c);for(var i=_+c;i<V.length;i++){ee[i-c-_]=V[i]}if(A.length>0){var te=A.slice();te.unshift(Z);te.push(ee);d.splice.apply(d,[T,1].concat(te));T+=te.length;A=[]}else{d.splice(T,1,Z,ee);T+=2}}else{C.push(d[T].slice(_));d[T]=d[T].slice(0,_);T++}}if(A.length>0){d.splice.apply(d,[T,0].concat(A));T+=A.length}while(C.length<c){var re=d[T];var ne=re.length;var ie=Math.min(ne,c-C.length);if(ie===ne){C.push(re);d.splice(T,1)}else{C.push(re.slice(0,ie));d[T]=d[T].slice(ie)}}this.length-=C.length;return C};Buffers.prototype.slice=function(i,c){var d=this.buffers;if(c===undefined)c=this.length;if(i===undefined)i=0;if(c>this.length)c=this.length;var p=0;for(var A=0;A<d.length&&p+d[A].length<=i;A++){p+=d[A].length}var C=new Buffer(c-i);var S=0;for(var v=A;S<c-i&&v<d.length;v++){var T=d[v].length;var _=S===0?i-p:0;var V=S+T>=c-i?Math.min(_+(c-i)-S,T):T;d[v].copy(C,S,_,V);S+=V-_}return C};Buffers.prototype.pos=function(i){if(i<0||i>=this.length)throw new Error("oob");var c=i,d=0,p=null;for(;;){p=this.buffers[d];if(c<p.length){return{buf:d,offset:c}}else{c-=p.length}d++}};Buffers.prototype.get=function get(i){var c=this.pos(i);return this.buffers[c.buf].get(c.offset)};Buffers.prototype.set=function set(i,c){var d=this.pos(i);return this.buffers[d.buf].set(d.offset,c)};Buffers.prototype.indexOf=function(i,c){if("string"===typeof i){i=new Buffer(i)}else if(i instanceof Buffer){}else{throw new Error("Invalid type for a search string")}if(!i.length){return 0}if(!this.length){return-1}var d=0,p=0,A=0,C,S=0;if(c){var v=this.pos(c);d=v.buf;p=v.offset;S=c}for(;;){while(p>=this.buffers[d].length){p=0;d++;if(d>=this.buffers.length){return-1}}var T=this.buffers[d][p];if(T==i[A]){if(A==0){C={i:d,j:p,pos:S}}A++;if(A==i.length){return C.pos}}else if(A!=0){d=C.i;p=C.j;S=C.pos;A=0}p++;S++}};Buffers.prototype.toBuffer=function(){return this.slice()};Buffers.prototype.toString=function(i,c,d){return this.slice(c,d).toString(i)}},71710:(i,c,d)=>{var p=d(62958);var A=d(24434).EventEmitter;i.exports=Chainsaw;function Chainsaw(i){var c=Chainsaw.saw(i,{});var d=i.call(c.handlers,c);if(d!==undefined)c.handlers=d;c.record();return c.chain()}Chainsaw.light=function ChainsawLight(i){var c=Chainsaw.saw(i,{});var d=i.call(c.handlers,c);if(d!==undefined)c.handlers=d;return c.chain()};Chainsaw.saw=function(i,c){var d=new A;d.handlers=c;d.actions=[];d.chain=function(){var i=p(d.handlers).map((function(c){if(this.isRoot)return c;var p=this.path;if(typeof c==="function"){this.update((function(){d.actions.push({path:p,args:[].slice.call(arguments)});return i}))}}));process.nextTick((function(){d.emit("begin");d.next()}));return i};d.pop=function(){return d.actions.shift()};d.next=function(){var i=d.pop();if(!i){d.emit("end")}else if(!i.trap){var c=d.handlers;i.path.forEach((function(i){c=c[i]}));c.apply(d.handlers,i.args)}};d.nest=function(c){var p=[].slice.call(arguments,1);var A=true;if(typeof c==="boolean"){var A=c;c=p.shift()}var C=Chainsaw.saw(i,{});var S=i.call(C.handlers,C);if(S!==undefined)C.handlers=S;if("undefined"!==typeof d.step){C.record()}c.apply(C.chain(),p);if(A!==false)C.on("end",d.next)};d.record=function(){upgradeChainsaw(d)};["trap","down","jump"].forEach((function(i){d[i]=function(){throw new Error("To use the trap, down and jump features, please "+"call record() first to start recording actions.")}}));return d};function upgradeChainsaw(i){i.step=0;i.pop=function(){return i.actions[i.step++]};i.trap=function(c,d){var p=Array.isArray(c)?c:[c];i.actions.push({path:p,step:i.step,cb:d,trap:true})};i.down=function(c){var d=(Array.isArray(c)?c:[c]).join("/");var p=i.actions.slice(i.step).map((function(c){if(c.trap&&c.step<=i.step)return false;return c.path.join("/")==d})).indexOf(true);if(p>=0)i.step+=p;else i.step=i.actions.length;var A=i.actions[i.step-1];if(A&&A.trap){i.step=A.step;A.cb()}else i.next()};i.jump=function(c){i.step=c;i.next()}}},71792:i=>{var c={utf8:{stringToBytes:function(i){return c.bin.stringToBytes(unescape(encodeURIComponent(i)))},bytesToString:function(i){return decodeURIComponent(escape(c.bin.bytesToString(i)))}},bin:{stringToBytes:function(i){for(var c=[],d=0;d<i.length;d++)c.push(i.charCodeAt(d)&255);return c},bytesToString:function(i){for(var c=[],d=0;d<i.length;d++)c.push(String.fromCharCode(i[d]));return c.join("")}}};i.exports=c},96070:i=>{var c=i.exports=function(){};c.prototype.getName=function(){};c.prototype.getSize=function(){};c.prototype.getLastModifiedDate=function(){};c.prototype.isDirectory=function(){}},36306:(i,c,d)=>{var p=d(39023).inherits;var A=d(96543);var C=d(29963).Transform;var S=d(96070);var v=d(18300);var T=i.exports=function(i){if(!(this instanceof T)){return new T(i)}C.call(this,i);this.offset=0;this._archive={finish:false,finished:false,processing:false}};p(T,C);T.prototype._appendBuffer=function(i,c,d){};T.prototype._appendStream=function(i,c,d){};T.prototype._emitErrorCallback=function(i){if(i){this.emit("error",i)}};T.prototype._finish=function(i){};T.prototype._normalizeEntry=function(i){};T.prototype._transform=function(i,c,d){d(null,i)};T.prototype.entry=function(i,c,d){c=c||null;if(typeof d!=="function"){d=this._emitErrorCallback.bind(this)}if(!(i instanceof S)){d(new Error("not a valid instance of ArchiveEntry"));return}if(this._archive.finish||this._archive.finished){d(new Error("unacceptable entry after finish"));return}if(this._archive.processing){d(new Error("already processing an entry"));return}this._archive.processing=true;this._normalizeEntry(i);this._entry=i;c=v.normalizeInputSource(c);if(Buffer.isBuffer(c)){this._appendBuffer(i,c,d)}else if(A(c)){this._appendStream(i,c,d)}else{this._archive.processing=false;d(new Error("input source must be valid Stream or Buffer instance"));return}return this};T.prototype.finish=function(){if(this._archive.processing){this._archive.finish=true;return}this._finish()};T.prototype.getBytesWritten=function(){return this.offset};T.prototype.write=function(i,c){if(i){this.offset+=i.length}return C.prototype.write.call(this,i,c)}},94908:i=>{i.exports={WORD:4,DWORD:8,EMPTY:Buffer.alloc(0),SHORT:2,SHORT_MASK:65535,SHORT_SHIFT:16,SHORT_ZERO:Buffer.from(Array(2)),LONG:4,LONG_ZERO:Buffer.from(Array(4)),MIN_VERSION_INITIAL:10,MIN_VERSION_DATA_DESCRIPTOR:20,MIN_VERSION_ZIP64:45,VERSION_MADEBY:45,METHOD_STORED:0,METHOD_DEFLATED:8,PLATFORM_UNIX:3,PLATFORM_FAT:0,SIG_LFH:67324752,SIG_DD:134695760,SIG_CFH:33639248,SIG_EOCD:101010256,SIG_ZIP64_EOCD:101075792,SIG_ZIP64_EOCD_LOC:117853008,ZIP64_MAGIC_SHORT:65535,ZIP64_MAGIC:4294967295,ZIP64_EXTRA_ID:1,ZLIB_NO_COMPRESSION:0,ZLIB_BEST_SPEED:1,ZLIB_BEST_COMPRESSION:9,ZLIB_DEFAULT_COMPRESSION:-1,MODE_MASK:4095,DEFAULT_FILE_MODE:33188,DEFAULT_DIR_MODE:16877,EXT_FILE_ATTR_DIR:1106051088,EXT_FILE_ATTR_FILE:2175008800,S_IFMT:61440,S_IFIFO:4096,S_IFCHR:8192,S_IFDIR:16384,S_IFBLK:24576,S_IFREG:32768,S_IFLNK:40960,S_IFSOCK:49152,S_DOS_A:32,S_DOS_D:16,S_DOS_V:8,S_DOS_S:4,S_DOS_H:2,S_DOS_R:1}},97632:(i,c,d)=>{var p=d(6453);var A=1<<3;var C=1<<0;var S=1<<2;var v=1<<1;var T=1<<6;var _=1<<11;var V=i.exports=function(){if(!(this instanceof V)){return new V}this.descriptor=false;this.encryption=false;this.utf8=false;this.numberOfShannonFanoTrees=0;this.strongEncryption=false;this.slidingDictionarySize=0;return this};V.prototype.encode=function(){return p.getShortBytes((this.descriptor?A:0)|(this.utf8?_:0)|(this.encryption?C:0)|(this.strongEncryption?T:0))};V.prototype.parse=function(i,c){var d=p.getShortBytesValue(i,c);var Z=new V;Z.useDataDescriptor((d&A)!==0);Z.useUTF8ForNames((d&_)!==0);Z.useStrongEncryption((d&T)!==0);Z.useEncryption((d&C)!==0);Z.setSlidingDictionarySize((d&v)!==0?8192:4096);Z.setNumberOfShannonFanoTrees((d&S)!==0?3:2);return Z};V.prototype.setNumberOfShannonFanoTrees=function(i){this.numberOfShannonFanoTrees=i};V.prototype.getNumberOfShannonFanoTrees=function(){return this.numberOfShannonFanoTrees};V.prototype.setSlidingDictionarySize=function(i){this.slidingDictionarySize=i};V.prototype.getSlidingDictionarySize=function(){return this.slidingDictionarySize};V.prototype.useDataDescriptor=function(i){this.descriptor=i};V.prototype.usesDataDescriptor=function(){return this.descriptor};V.prototype.useEncryption=function(i){this.encryption=i};V.prototype.usesEncryption=function(){return this.encryption};V.prototype.useStrongEncryption=function(i){this.strongEncryption=i};V.prototype.usesStrongEncryption=function(){return this.strongEncryption};V.prototype.useUTF8ForNames=function(i){this.utf8=i};V.prototype.usesUTF8ForNames=function(){return this.utf8}},23810:i=>{i.exports={PERM_MASK:4095,FILE_TYPE_FLAG:61440,LINK_FLAG:40960,FILE_FLAG:32768,DIR_FLAG:16384,DEFAULT_LINK_PERM:511,DEFAULT_DIR_PERM:493,DEFAULT_FILE_PERM:420}},6453:i=>{var c=i.exports={};c.dateToDos=function(i,c){c=c||false;var d=c?i.getFullYear():i.getUTCFullYear();if(d<1980){return 2162688}else if(d>=2044){return 2141175677}var p={year:d,month:c?i.getMonth():i.getUTCMonth(),date:c?i.getDate():i.getUTCDate(),hours:c?i.getHours():i.getUTCHours(),minutes:c?i.getMinutes():i.getUTCMinutes(),seconds:c?i.getSeconds():i.getUTCSeconds()};return p.year-1980<<25|p.month+1<<21|p.date<<16|p.hours<<11|p.minutes<<5|p.seconds/2};c.dosToDate=function(i){return new Date((i>>25&127)+1980,(i>>21&15)-1,i>>16&31,i>>11&31,i>>5&63,(i&31)<<1)};c.fromDosTime=function(i){return c.dosToDate(i.readUInt32LE(0))};c.getEightBytes=function(i){var c=Buffer.alloc(8);c.writeUInt32LE(i%4294967296,0);c.writeUInt32LE(i/4294967296|0,4);return c};c.getShortBytes=function(i){var c=Buffer.alloc(2);c.writeUInt16LE((i&65535)>>>0,0);return c};c.getShortBytesValue=function(i,c){return i.readUInt16LE(c)};c.getLongBytes=function(i){var c=Buffer.alloc(4);c.writeUInt32LE((i&4294967295)>>>0,0);return c};c.getLongBytesValue=function(i,c){return i.readUInt32LE(c)};c.toDosTime=function(i){return c.getLongBytes(c.dateToDos(i))}},73380:(i,c,d)=>{var p=d(39023).inherits;var A=d(56133);var C=d(96070);var S=d(97632);var v=d(23810);var T=d(94908);var _=d(6453);var V=i.exports=function(i){if(!(this instanceof V)){return new V(i)}C.call(this);this.platform=T.PLATFORM_FAT;this.method=-1;this.name=null;this.size=0;this.csize=0;this.gpb=new S;this.crc=0;this.time=-1;this.minver=T.MIN_VERSION_INITIAL;this.mode=-1;this.extra=null;this.exattr=0;this.inattr=0;this.comment=null;if(i){this.setName(i)}};p(V,C);V.prototype.getCentralDirectoryExtra=function(){return this.getExtra()};V.prototype.getComment=function(){return this.comment!==null?this.comment:""};V.prototype.getCompressedSize=function(){return this.csize};V.prototype.getCrc=function(){return this.crc};V.prototype.getExternalAttributes=function(){return this.exattr};V.prototype.getExtra=function(){return this.extra!==null?this.extra:T.EMPTY};V.prototype.getGeneralPurposeBit=function(){return this.gpb};V.prototype.getInternalAttributes=function(){return this.inattr};V.prototype.getLastModifiedDate=function(){return this.getTime()};V.prototype.getLocalFileDataExtra=function(){return this.getExtra()};V.prototype.getMethod=function(){return this.method};V.prototype.getName=function(){return this.name};V.prototype.getPlatform=function(){return this.platform};V.prototype.getSize=function(){return this.size};V.prototype.getTime=function(){return this.time!==-1?_.dosToDate(this.time):-1};V.prototype.getTimeDos=function(){return this.time!==-1?this.time:0};V.prototype.getUnixMode=function(){return this.platform!==T.PLATFORM_UNIX?0:this.getExternalAttributes()>>T.SHORT_SHIFT&T.SHORT_MASK};V.prototype.getVersionNeededToExtract=function(){return this.minver};V.prototype.setComment=function(i){if(Buffer.byteLength(i)!==i.length){this.getGeneralPurposeBit().useUTF8ForNames(true)}this.comment=i};V.prototype.setCompressedSize=function(i){if(i<0){throw new Error("invalid entry compressed size")}this.csize=i};V.prototype.setCrc=function(i){if(i<0){throw new Error("invalid entry crc32")}this.crc=i};V.prototype.setExternalAttributes=function(i){this.exattr=i>>>0};V.prototype.setExtra=function(i){this.extra=i};V.prototype.setGeneralPurposeBit=function(i){if(!(i instanceof S)){throw new Error("invalid entry GeneralPurposeBit")}this.gpb=i};V.prototype.setInternalAttributes=function(i){this.inattr=i};V.prototype.setMethod=function(i){if(i<0){throw new Error("invalid entry compression method")}this.method=i};V.prototype.setName=function(i,c=false){i=A(i,false).replace(/^\w+:/,"").replace(/^(\.\.\/|\/)+/,"");if(c){i=`/${i}`}if(Buffer.byteLength(i)!==i.length){this.getGeneralPurposeBit().useUTF8ForNames(true)}this.name=i};V.prototype.setPlatform=function(i){this.platform=i};V.prototype.setSize=function(i){if(i<0){throw new Error("invalid entry size")}this.size=i};V.prototype.setTime=function(i,c){if(!(i instanceof Date)){throw new Error("invalid entry time")}this.time=_.dateToDos(i,c)};V.prototype.setUnixMode=function(i){i|=this.isDirectory()?T.S_IFDIR:T.S_IFREG;var c=0;c|=i<<T.SHORT_SHIFT|(this.isDirectory()?T.S_DOS_D:T.S_DOS_A);this.setExternalAttributes(c);this.mode=i&T.MODE_MASK;this.platform=T.PLATFORM_UNIX};V.prototype.setVersionNeededToExtract=function(i){this.minver=i};V.prototype.isDirectory=function(){return this.getName().slice(-1)==="/"};V.prototype.isUnixSymlink=function(){return(this.getUnixMode()&v.FILE_TYPE_FLAG)===v.LINK_FLAG};V.prototype.isZip64=function(){return this.csize>T.ZIP64_MAGIC||this.size>T.ZIP64_MAGIC}},82132:(i,c,d)=>{var p=d(39023).inherits;var A=d(84891);var{CRC32Stream:C}=d(82770);var{DeflateCRC32Stream:S}=d(82770);var v=d(36306);var T=d(73380);var _=d(97632);var V=d(94908);var Z=d(18300);var ee=d(6453);var te=i.exports=function(i){if(!(this instanceof te)){return new te(i)}i=this.options=this._defaults(i);v.call(this,i);this._entry=null;this._entries=[];this._archive={centralLength:0,centralOffset:0,comment:"",finish:false,finished:false,processing:false,forceZip64:i.forceZip64,forceLocalTime:i.forceLocalTime}};p(te,v);te.prototype._afterAppend=function(i){this._entries.push(i);if(i.getGeneralPurposeBit().usesDataDescriptor()){this._writeDataDescriptor(i)}this._archive.processing=false;this._entry=null;if(this._archive.finish&&!this._archive.finished){this._finish()}};te.prototype._appendBuffer=function(i,c,d){if(c.length===0){i.setMethod(V.METHOD_STORED)}var p=i.getMethod();if(p===V.METHOD_STORED){i.setSize(c.length);i.setCompressedSize(c.length);i.setCrc(A.buf(c)>>>0)}this._writeLocalFileHeader(i);if(p===V.METHOD_STORED){this.write(c);this._afterAppend(i);d(null,i);return}else if(p===V.METHOD_DEFLATED){this._smartStream(i,d).end(c);return}else{d(new Error("compression method "+p+" not implemented"));return}};te.prototype._appendStream=function(i,c,d){i.getGeneralPurposeBit().useDataDescriptor(true);i.setVersionNeededToExtract(V.MIN_VERSION_DATA_DESCRIPTOR);this._writeLocalFileHeader(i);var p=this._smartStream(i,d);c.once("error",(function(i){p.emit("error",i);p.end()}));c.pipe(p)};te.prototype._defaults=function(i){if(typeof i!=="object"){i={}}if(typeof i.zlib!=="object"){i.zlib={}}if(typeof i.zlib.level!=="number"){i.zlib.level=V.ZLIB_BEST_SPEED}i.forceZip64=!!i.forceZip64;i.forceLocalTime=!!i.forceLocalTime;return i};te.prototype._finish=function(){this._archive.centralOffset=this.offset;this._entries.forEach(function(i){this._writeCentralFileHeader(i)}.bind(this));this._archive.centralLength=this.offset-this._archive.centralOffset;if(this.isZip64()){this._writeCentralDirectoryZip64()}this._writeCentralDirectoryEnd();this._archive.processing=false;this._archive.finish=true;this._archive.finished=true;this.end()};te.prototype._normalizeEntry=function(i){if(i.getMethod()===-1){i.setMethod(V.METHOD_DEFLATED)}if(i.getMethod()===V.METHOD_DEFLATED){i.getGeneralPurposeBit().useDataDescriptor(true);i.setVersionNeededToExtract(V.MIN_VERSION_DATA_DESCRIPTOR)}if(i.getTime()===-1){i.setTime(new Date,this._archive.forceLocalTime)}i._offsets={file:0,data:0,contents:0}};te.prototype._smartStream=function(i,c){var d=i.getMethod()===V.METHOD_DEFLATED;var p=d?new S(this.options.zlib):new C;var A=null;function handleStuff(){var d=p.digest().readUInt32BE(0);i.setCrc(d);i.setSize(p.size());i.setCompressedSize(p.size(true));this._afterAppend(i);c(A,i)}p.once("end",handleStuff.bind(this));p.once("error",(function(i){A=i}));p.pipe(this,{end:false});return p};te.prototype._writeCentralDirectoryEnd=function(){var i=this._entries.length;var c=this._archive.centralLength;var d=this._archive.centralOffset;if(this.isZip64()){i=V.ZIP64_MAGIC_SHORT;c=V.ZIP64_MAGIC;d=V.ZIP64_MAGIC}this.write(ee.getLongBytes(V.SIG_EOCD));this.write(V.SHORT_ZERO);this.write(V.SHORT_ZERO);this.write(ee.getShortBytes(i));this.write(ee.getShortBytes(i));this.write(ee.getLongBytes(c));this.write(ee.getLongBytes(d));var p=this.getComment();var A=Buffer.byteLength(p);this.write(ee.getShortBytes(A));this.write(p)};te.prototype._writeCentralDirectoryZip64=function(){this.write(ee.getLongBytes(V.SIG_ZIP64_EOCD));this.write(ee.getEightBytes(44));this.write(ee.getShortBytes(V.MIN_VERSION_ZIP64));this.write(ee.getShortBytes(V.MIN_VERSION_ZIP64));this.write(V.LONG_ZERO);this.write(V.LONG_ZERO);this.write(ee.getEightBytes(this._entries.length));this.write(ee.getEightBytes(this._entries.length));this.write(ee.getEightBytes(this._archive.centralLength));this.write(ee.getEightBytes(this._archive.centralOffset));this.write(ee.getLongBytes(V.SIG_ZIP64_EOCD_LOC));this.write(V.LONG_ZERO);this.write(ee.getEightBytes(this._archive.centralOffset+this._archive.centralLength));this.write(ee.getLongBytes(1))};te.prototype._writeCentralFileHeader=function(i){var c=i.getGeneralPurposeBit();var d=i.getMethod();var p=i._offsets.file;var A=i.getSize();var C=i.getCompressedSize();if(i.isZip64()||p>V.ZIP64_MAGIC){A=V.ZIP64_MAGIC;C=V.ZIP64_MAGIC;p=V.ZIP64_MAGIC;i.setVersionNeededToExtract(V.MIN_VERSION_ZIP64);var S=Buffer.concat([ee.getShortBytes(V.ZIP64_EXTRA_ID),ee.getShortBytes(24),ee.getEightBytes(i.getSize()),ee.getEightBytes(i.getCompressedSize()),ee.getEightBytes(i._offsets.file)],28);i.setExtra(S)}this.write(ee.getLongBytes(V.SIG_CFH));this.write(ee.getShortBytes(i.getPlatform()<<8|V.VERSION_MADEBY));this.write(ee.getShortBytes(i.getVersionNeededToExtract()));this.write(c.encode());this.write(ee.getShortBytes(d));this.write(ee.getLongBytes(i.getTimeDos()));this.write(ee.getLongBytes(i.getCrc()));this.write(ee.getLongBytes(C));this.write(ee.getLongBytes(A));var v=i.getName();var T=i.getComment();var _=i.getCentralDirectoryExtra();if(c.usesUTF8ForNames()){v=Buffer.from(v);T=Buffer.from(T)}this.write(ee.getShortBytes(v.length));this.write(ee.getShortBytes(_.length));this.write(ee.getShortBytes(T.length));this.write(V.SHORT_ZERO);this.write(ee.getShortBytes(i.getInternalAttributes()));this.write(ee.getLongBytes(i.getExternalAttributes()));this.write(ee.getLongBytes(p));this.write(v);this.write(_);this.write(T)};te.prototype._writeDataDescriptor=function(i){this.write(ee.getLongBytes(V.SIG_DD));this.write(ee.getLongBytes(i.getCrc()));if(i.isZip64()){this.write(ee.getEightBytes(i.getCompressedSize()));this.write(ee.getEightBytes(i.getSize()))}else{this.write(ee.getLongBytes(i.getCompressedSize()));this.write(ee.getLongBytes(i.getSize()))}};te.prototype._writeLocalFileHeader=function(i){var c=i.getGeneralPurposeBit();var d=i.getMethod();var p=i.getName();var A=i.getLocalFileDataExtra();if(i.isZip64()){c.useDataDescriptor(true);i.setVersionNeededToExtract(V.MIN_VERSION_ZIP64)}if(c.usesUTF8ForNames()){p=Buffer.from(p)}i._offsets.file=this.offset;this.write(ee.getLongBytes(V.SIG_LFH));this.write(ee.getShortBytes(i.getVersionNeededToExtract()));this.write(c.encode());this.write(ee.getShortBytes(d));this.write(ee.getLongBytes(i.getTimeDos()));i._offsets.data=this.offset;if(c.usesDataDescriptor()){this.write(V.LONG_ZERO);this.write(V.LONG_ZERO);this.write(V.LONG_ZERO)}else{this.write(ee.getLongBytes(i.getCrc()));this.write(ee.getLongBytes(i.getCompressedSize()));this.write(ee.getLongBytes(i.getSize()))}this.write(ee.getShortBytes(p.length));this.write(ee.getShortBytes(A.length));this.write(p);this.write(A);i._offsets.contents=this.offset};te.prototype.getComment=function(i){return this._archive.comment!==null?this._archive.comment:""};te.prototype.isZip64=function(){return this._archive.forceZip64||this._entries.length>V.ZIP64_MAGIC_SHORT||this._archive.centralLength>V.ZIP64_MAGIC||this._archive.centralOffset>V.ZIP64_MAGIC};te.prototype.setComment=function(i){this._archive.comment=i}},47544:(i,c,d)=>{i.exports={ArchiveEntry:d(96070),ZipArchiveEntry:d(73380),ArchiveOutputStream:d(36306),ZipArchiveOutputStream:d(82132)}},18300:(i,c,d)=>{var p=d(2203).Stream;var A=d(29963).PassThrough;var C=d(96543);var S=i.exports={};S.normalizeInputSource=function(i){if(i===null){return Buffer.alloc(0)}else if(typeof i==="string"){return Buffer.from(i)}else if(C(i)&&!i._readableState){var c=new A;i.pipe(c);return c}return i}},97087:i=>{i.exports=function(i,d){var p=[];for(var A=0;A<i.length;A++){var C=d(i[A],A);if(c(C))p.push.apply(p,C);else p.push(C)}return p};var c=Array.isArray||function(i){return Object.prototype.toString.call(i)==="[object Array]"}},45481:(i,c,d)=>{function isArray(i){if(Array.isArray){return Array.isArray(i)}return objectToString(i)==="[object Array]"}c.isArray=isArray;function isBoolean(i){return typeof i==="boolean"}c.isBoolean=isBoolean;function isNull(i){return i===null}c.isNull=isNull;function isNullOrUndefined(i){return i==null}c.isNullOrUndefined=isNullOrUndefined;function isNumber(i){return typeof i==="number"}c.isNumber=isNumber;function isString(i){return typeof i==="string"}c.isString=isString;function isSymbol(i){return typeof i==="symbol"}c.isSymbol=isSymbol;function isUndefined(i){return i===void 0}c.isUndefined=isUndefined;function isRegExp(i){return objectToString(i)==="[object RegExp]"}c.isRegExp=isRegExp;function isObject(i){return typeof i==="object"&&i!==null}c.isObject=isObject;function isDate(i){return objectToString(i)==="[object Date]"}c.isDate=isDate;function isError(i){return objectToString(i)==="[object Error]"||i instanceof Error}c.isError=isError;function isFunction(i){return typeof i==="function"}c.isFunction=isFunction;function isPrimitive(i){return i===null||typeof i==="boolean"||typeof i==="number"||typeof i==="string"||typeof i==="symbol"||typeof i==="undefined"}c.isPrimitive=isPrimitive;c.isBuffer=d(20181).Buffer.isBuffer;function objectToString(i){return Object.prototype.toString.call(i)}},84891:(i,c)=>{
|
||
/*! crc32.js (C) 2014-present SheetJS -- http://sheetjs.com */
|
||
var d;(function(i){if(typeof DO_NOT_EXPORT_CRC==="undefined"){if(true){i(c)}else{}}else{i(d={})}})((function(i){i.version="1.2.2";function signed_crc_table(){var i=0,c=new Array(256);for(var d=0;d!=256;++d){i=d;i=i&1?-306674912^i>>>1:i>>>1;i=i&1?-306674912^i>>>1:i>>>1;i=i&1?-306674912^i>>>1:i>>>1;i=i&1?-306674912^i>>>1:i>>>1;i=i&1?-306674912^i>>>1:i>>>1;i=i&1?-306674912^i>>>1:i>>>1;i=i&1?-306674912^i>>>1:i>>>1;i=i&1?-306674912^i>>>1:i>>>1;c[d]=i}return typeof Int32Array!=="undefined"?new Int32Array(c):c}var c=signed_crc_table();function slice_by_16_tables(i){var c=0,d=0,p=0,A=typeof Int32Array!=="undefined"?new Int32Array(4096):new Array(4096);for(p=0;p!=256;++p)A[p]=i[p];for(p=0;p!=256;++p){d=i[p];for(c=256+p;c<4096;c+=256)d=A[c]=d>>>8^i[d&255]}var C=[];for(p=1;p!=16;++p)C[p-1]=typeof Int32Array!=="undefined"?A.subarray(p*256,p*256+256):A.slice(p*256,p*256+256);return C}var d=slice_by_16_tables(c);var p=d[0],A=d[1],C=d[2],S=d[3],v=d[4];var T=d[5],_=d[6],V=d[7],Z=d[8],ee=d[9];var te=d[10],re=d[11],ne=d[12],ie=d[13],se=d[14];function crc32_bstr(i,d){var p=d^-1;for(var A=0,C=i.length;A<C;)p=p>>>8^c[(p^i.charCodeAt(A++))&255];return~p}function crc32_buf(i,d){var ae=d^-1,oe=i.length-15,le=0;for(;le<oe;)ae=se[i[le++]^ae&255]^ie[i[le++]^ae>>8&255]^ne[i[le++]^ae>>16&255]^re[i[le++]^ae>>>24]^te[i[le++]]^ee[i[le++]]^Z[i[le++]]^V[i[le++]]^_[i[le++]]^T[i[le++]]^v[i[le++]]^S[i[le++]]^C[i[le++]]^A[i[le++]]^p[i[le++]]^c[i[le++]];oe+=15;while(le<oe)ae=ae>>>8^c[(ae^i[le++])&255];return~ae}function crc32_str(i,d){var p=d^-1;for(var A=0,C=i.length,S=0,v=0;A<C;){S=i.charCodeAt(A++);if(S<128){p=p>>>8^c[(p^S)&255]}else if(S<2048){p=p>>>8^c[(p^(192|S>>6&31))&255];p=p>>>8^c[(p^(128|S&63))&255]}else if(S>=55296&&S<57344){S=(S&1023)+64;v=i.charCodeAt(A++)&1023;p=p>>>8^c[(p^(240|S>>8&7))&255];p=p>>>8^c[(p^(128|S>>2&63))&255];p=p>>>8^c[(p^(128|v>>6&15|(S&3)<<4))&255];p=p>>>8^c[(p^(128|v&63))&255]}else{p=p>>>8^c[(p^(224|S>>12&15))&255];p=p>>>8^c[(p^(128|S>>6&63))&255];p=p>>>8^c[(p^(128|S&63))&255]}}return~p}i.table=c;i.bstr=crc32_bstr;i.buf=crc32_buf;i.str=crc32_str}))},3662:(i,c,d)=>{"use strict";const{Transform:p}=d(29963);const A=d(84891);class CRC32Stream extends p{constructor(i){super(i);this.checksum=Buffer.allocUnsafe(4);this.checksum.writeInt32BE(0,0);this.rawSize=0}_transform(i,c,d){if(i){this.checksum=A.buf(i,this.checksum)>>>0;this.rawSize+=i.length}d(null,i)}digest(i){const c=Buffer.allocUnsafe(4);c.writeUInt32BE(this.checksum>>>0,0);return i?c.toString(i):c}hex(){return this.digest("hex").toUpperCase()}size(){return this.rawSize}}i.exports=CRC32Stream},76252:(i,c,d)=>{"use strict";const{DeflateRaw:p}=d(43106);const A=d(84891);class DeflateCRC32Stream extends p{constructor(i){super(i);this.checksum=Buffer.allocUnsafe(4);this.checksum.writeInt32BE(0,0);this.rawSize=0;this.compressedSize=0}push(i,c){if(i){this.compressedSize+=i.length}return super.push(i,c)}_transform(i,c,d){if(i){this.checksum=A.buf(i,this.checksum)>>>0;this.rawSize+=i.length}super._transform(i,c,d)}digest(i){const c=Buffer.allocUnsafe(4);c.writeUInt32BE(this.checksum>>>0,0);return i?c.toString(i):c}hex(){return this.digest("hex").toUpperCase()}size(i=false){if(i){return this.compressedSize}else{return this.rawSize}}}i.exports=DeflateCRC32Stream},82770:(i,c,d)=>{"use strict";i.exports={CRC32Stream:d(3662),DeflateCRC32Stream:d(76252)}},2012:i=>{(function(){var c="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",d={rotl:function(i,c){return i<<c|i>>>32-c},rotr:function(i,c){return i<<32-c|i>>>c},endian:function(i){if(i.constructor==Number){return d.rotl(i,8)&16711935|d.rotl(i,24)&4278255360}for(var c=0;c<i.length;c++)i[c]=d.endian(i[c]);return i},randomBytes:function(i){for(var c=[];i>0;i--)c.push(Math.floor(Math.random()*256));return c},bytesToWords:function(i){for(var c=[],d=0,p=0;d<i.length;d++,p+=8)c[p>>>5]|=i[d]<<24-p%32;return c},wordsToBytes:function(i){for(var c=[],d=0;d<i.length*32;d+=8)c.push(i[d>>>5]>>>24-d%32&255);return c},bytesToHex:function(i){for(var c=[],d=0;d<i.length;d++){c.push((i[d]>>>4).toString(16));c.push((i[d]&15).toString(16))}return c.join("")},hexToBytes:function(i){for(var c=[],d=0;d<i.length;d+=2)c.push(parseInt(i.substr(d,2),16));return c},bytesToBase64:function(i){for(var d=[],p=0;p<i.length;p+=3){var A=i[p]<<16|i[p+1]<<8|i[p+2];for(var C=0;C<4;C++)if(p*8+C*6<=i.length*8)d.push(c.charAt(A>>>6*(3-C)&63));else d.push("=")}return d.join("")},base64ToBytes:function(i){i=i.replace(/[^A-Z0-9+\/]/gi,"");for(var d=[],p=0,A=0;p<i.length;A=++p%4){if(A==0)continue;d.push((c.indexOf(i.charAt(p-1))&Math.pow(2,-2*A+8)-1)<<A*2|c.indexOf(i.charAt(p))>>>6-A*2)}return d}};i.exports=d})()},6110:(i,c,d)=>{c.formatArgs=formatArgs;c.save=save;c.load=load;c.useColors=useColors;c.storage=localstorage();c.destroy=(()=>{let i=false;return()=>{if(!i){i=true;console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")}}})();c.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"];function useColors(){if(typeof window!=="undefined"&&window.process&&(window.process.type==="renderer"||window.process.__nwjs)){return true}if(typeof navigator!=="undefined"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/)){return false}let i;return typeof document!=="undefined"&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||typeof window!=="undefined"&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||typeof navigator!=="undefined"&&navigator.userAgent&&(i=navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/))&&parseInt(i[1],10)>=31||typeof navigator!=="undefined"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)}function formatArgs(c){c[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+c[0]+(this.useColors?"%c ":" ")+"+"+i.exports.humanize(this.diff);if(!this.useColors){return}const d="color: "+this.color;c.splice(1,0,d,"color: inherit");let p=0;let A=0;c[0].replace(/%[a-zA-Z%]/g,(i=>{if(i==="%%"){return}p++;if(i==="%c"){A=p}}));c.splice(A,0,d)}c.log=console.debug||console.log||(()=>{});function save(i){try{if(i){c.storage.setItem("debug",i)}else{c.storage.removeItem("debug")}}catch(i){}}function load(){let i;try{i=c.storage.getItem("debug")||c.storage.getItem("DEBUG")}catch(i){}if(!i&&typeof process!=="undefined"&&"env"in process){i=process.env.DEBUG}return i}function localstorage(){try{return localStorage}catch(i){}}i.exports=d(40897)(c);const{formatters:p}=i.exports;p.j=function(i){try{return JSON.stringify(i)}catch(i){return"[UnexpectedJSONParseError]: "+i.message}}},40897:(i,c,d)=>{function setup(i){createDebug.debug=createDebug;createDebug.default=createDebug;createDebug.coerce=coerce;createDebug.disable=disable;createDebug.enable=enable;createDebug.enabled=enabled;createDebug.humanize=d(70744);createDebug.destroy=destroy;Object.keys(i).forEach((c=>{createDebug[c]=i[c]}));createDebug.names=[];createDebug.skips=[];createDebug.formatters={};function selectColor(i){let c=0;for(let d=0;d<i.length;d++){c=(c<<5)-c+i.charCodeAt(d);c|=0}return createDebug.colors[Math.abs(c)%createDebug.colors.length]}createDebug.selectColor=selectColor;function createDebug(i){let c;let d=null;let p;let A;function debug(...i){if(!debug.enabled){return}const d=debug;const p=Number(new Date);const A=p-(c||p);d.diff=A;d.prev=c;d.curr=p;c=p;i[0]=createDebug.coerce(i[0]);if(typeof i[0]!=="string"){i.unshift("%O")}let C=0;i[0]=i[0].replace(/%([a-zA-Z%])/g,((c,p)=>{if(c==="%%"){return"%"}C++;const A=createDebug.formatters[p];if(typeof A==="function"){const p=i[C];c=A.call(d,p);i.splice(C,1);C--}return c}));createDebug.formatArgs.call(d,i);const S=d.log||createDebug.log;S.apply(d,i)}debug.namespace=i;debug.useColors=createDebug.useColors();debug.color=createDebug.selectColor(i);debug.extend=extend;debug.destroy=createDebug.destroy;Object.defineProperty(debug,"enabled",{enumerable:true,configurable:false,get:()=>{if(d!==null){return d}if(p!==createDebug.namespaces){p=createDebug.namespaces;A=createDebug.enabled(i)}return A},set:i=>{d=i}});if(typeof createDebug.init==="function"){createDebug.init(debug)}return debug}function extend(i,c){const d=createDebug(this.namespace+(typeof c==="undefined"?":":c)+i);d.log=this.log;return d}function enable(i){createDebug.save(i);createDebug.namespaces=i;createDebug.names=[];createDebug.skips=[];const c=(typeof i==="string"?i:"").trim().replace(/\s+/g,",").split(",").filter(Boolean);for(const i of c){if(i[0]==="-"){createDebug.skips.push(i.slice(1))}else{createDebug.names.push(i)}}}function matchesTemplate(i,c){let d=0;let p=0;let A=-1;let C=0;while(d<i.length){if(p<c.length&&(c[p]===i[d]||c[p]==="*")){if(c[p]==="*"){A=p;C=d;p++}else{d++;p++}}else if(A!==-1){p=A+1;C++;d=C}else{return false}}while(p<c.length&&c[p]==="*"){p++}return p===c.length}function disable(){const i=[...createDebug.names,...createDebug.skips.map((i=>"-"+i))].join(",");createDebug.enable("");return i}function enabled(i){for(const c of createDebug.skips){if(matchesTemplate(i,c)){return false}}for(const c of createDebug.names){if(matchesTemplate(i,c)){return true}}return false}function coerce(i){if(i instanceof Error){return i.stack||i.message}return i}function destroy(){console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")}createDebug.enable(createDebug.load());return createDebug}i.exports=setup},2830:(i,c,d)=>{if(typeof process==="undefined"||process.type==="renderer"||process.browser===true||process.__nwjs){i.exports=d(6110)}else{i.exports=d(95108)}},95108:(i,c,d)=>{const p=d(52018);const A=d(39023);c.init=init;c.log=log;c.formatArgs=formatArgs;c.save=save;c.load=load;c.useColors=useColors;c.destroy=A.deprecate((()=>{}),"Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.");c.colors=[6,2,3,4,5,1];try{const i=d(21450);if(i&&(i.stderr||i).level>=2){c.colors=[20,21,26,27,32,33,38,39,40,41,42,43,44,45,56,57,62,63,68,69,74,75,76,77,78,79,80,81,92,93,98,99,112,113,128,129,134,135,148,149,160,161,162,163,164,165,166,167,168,169,170,171,172,173,178,179,184,185,196,197,198,199,200,201,202,203,204,205,206,207,208,209,214,215,220,221]}}catch(i){}c.inspectOpts=Object.keys(process.env).filter((i=>/^debug_/i.test(i))).reduce(((i,c)=>{const d=c.substring(6).toLowerCase().replace(/_([a-z])/g,((i,c)=>c.toUpperCase()));let p=process.env[c];if(/^(yes|on|true|enabled)$/i.test(p)){p=true}else if(/^(no|off|false|disabled)$/i.test(p)){p=false}else if(p==="null"){p=null}else{p=Number(p)}i[d]=p;return i}),{});function useColors(){return"colors"in c.inspectOpts?Boolean(c.inspectOpts.colors):p.isatty(process.stderr.fd)}function formatArgs(c){const{namespace:d,useColors:p}=this;if(p){const p=this.color;const A="[3"+(p<8?p:"8;5;"+p);const C=` ${A};1m${d} [0m`;c[0]=C+c[0].split("\n").join("\n"+C);c.push(A+"m+"+i.exports.humanize(this.diff)+"[0m")}else{c[0]=getDate()+d+" "+c[0]}}function getDate(){if(c.inspectOpts.hideDate){return""}return(new Date).toISOString()+" "}function log(...i){return process.stderr.write(A.formatWithOptions(c.inspectOpts,...i)+"\n")}function save(i){if(i){process.env.DEBUG=i}else{delete process.env.DEBUG}}function load(){return process.env.DEBUG}function init(i){i.inspectOpts={};const d=Object.keys(c.inspectOpts);for(let p=0;p<d.length;p++){i.inspectOpts[d[p]]=c.inspectOpts[d[p]]}}i.exports=d(40897)(c);const{formatters:C}=i.exports;C.o=function(i){this.inspectOpts.colors=this.useColors;return A.inspect(i,this.inspectOpts).split("\n").map((i=>i.trim())).join(" ")};C.O=function(i){this.inspectOpts.colors=this.useColors;return A.inspect(i,this.inspectOpts)}},14150:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});class Deprecation extends Error{constructor(i){super(i);if(Error.captureStackTrace){Error.captureStackTrace(this,this.constructor)}this.name="Deprecation"}}c.Deprecation=Deprecation},34357:(i,c,d)=>{var p=d(42613);var A=d(12544);var C=d(39023);var S=d(97241);var v=d(61244);function Helper(){this.file=new v;this.opts={window:{x:100,y:100}}}Helper.prototype.setBackgroundPath=function(i){this.opts.backgroundPath=i};Helper.prototype.setBackgroundColor=function(i,c,d){this.opts.backgroundColor=[i,c,d]};Helper.prototype.setIconSize=function(i){this.opts.iconSize=i};Helper.prototype.setIconPos=function(i,c,d){this.file.push(S.construct(i,"Iloc",{x:c,y:d}))};Helper.prototype.setWindowPos=function(i,c){this.opts.window.x=i;this.opts.window.y=c};Helper.prototype.setWindowSize=function(i,c){this.opts.window.width=i;this.opts.window.height=c+22};Helper.prototype.vSrn=function(i){p(i===0||i===1);this.file.push(S.construct(".","vSrn",{value:i}))};Helper.prototype.write=function(i,c){var d,p;if(this.opts.backgroundPath){d=A.create(this.opts.backgroundPath)}if(this.opts.backgroundColor){p=this.opts.backgroundColor}this.file.push(S.construct(".","bwsp",this.opts.window));this.file.push(S.construct(".","icvp",{iconSize:this.opts.iconSize,rawAlias:d,colorComponents:p}));this.file.write(i,c)};Helper.prototype.setBackground=C.deprecate(Helper.prototype.setBackgroundPath,"setBackground is deprecated, please use setBackgroundPath");i.exports=c=Helper},61244:(i,c,d)=>{var p=d(79896);var A=d(16928);var C=d(97241);function DSStore(){this.entries=[]}DSStore.prototype.push=function(i){this.entries.push(i)};DSStore.prototype.write=function(i,c){var A=this.entries.sort(C.sort);p.readFile(d.ab+"DSStore-clean",(function(d,C){if(d)return c(d);var S=new Buffer(3840);S.fill(0);var v=0;var T=0;var _=A.length;S.writeUInt32BE(T,v);S.writeUInt32BE(_,v+4);v+=8;A.forEach((function(i,c){var d=i.buffer;d.copy(S,v);v+=d.length}));C.writeUInt32BE(A.length,76);S.copy(C,4100);p.writeFile(i,C,(function(i){c(i)}))}))};i.exports=c=DSStore},97241:(i,c,d)=>{var p=d(32277);var A=d(3501);function utf16be(i){var c=new Buffer(i,"ucs2");for(var d=0;d<c.length;d+=2){var p=c[d];c[d]=c[d+1];c[d+1]=p}return c}function Entry(i,c,d,A){this.filename=p.normalize(i);this.structureId=c;var C=this.filename.length;var S=C*2;this.buffer=new Buffer(4+S+4+4+A.length);this.buffer.writeUInt32BE(C,0);utf16be(this.filename).copy(this.buffer,4);this.buffer.write(c,4+S,"ascii");this.buffer.write(d,8+S,"ascii");A.copy(this.buffer,12+S)}Entry.prototype.length=function(){return this.buffer.length()};Entry.sort=function(i,c){var d=p.compare(i.filename,c.filename);var A=i.structureId.localeCompare(c.structureId);return d||A};Entry.construct=function(i,c,d){var p,C;var opt=function(i,c){if(i in d){return d[i]}else if(c===undefined){throw new TypeError("Missing option: "+i)}else{return c}};switch(c){case"BKGD":p="blob";C=new Buffer(12+4);C.writeUInt32BE(C.length-4,0);if(d.color){C.write("ClrB",4,"ascii");throw new Error("Not implemented")}else if(d.pictureByteLength){C.write("PctB",4,"ascii");C.writeUInt32BE(d.pictureByteLength,8)}else{C.write("DefB",4,"ascii")}break;case"Iloc":p="blob";C=new Buffer(16+4);C.writeUInt32BE(C.length-4,0);C.writeUInt32BE(d.x,4);C.writeUInt32BE(d.y,8);C.write("FFFFFF00",12,"hex");break;case"fwi0":throw new Error("Deprecated: Use `bwsp` (I think this is for old OS X)");case"pict":throw new Error("Not implemented");case"bwsp":p="bplist";C=A({ContainerShowSidebar:true,ShowPathbar:false,ShowSidebar:true,ShowStatusBar:false,ShowTabView:false,ShowToolbar:false,SidebarWidth:0,WindowBounds:"{{"+opt("x")+", "+opt("y")+"},"+" {"+opt("width")+", "+opt("height")+"}}"});break;case"icvp":var S={backgroundType:1,backgroundColorRed:new A.Real(1),backgroundColorGreen:new A.Real(1),backgroundColorBlue:new A.Real(1),showIconPreview:true,showItemInfo:false,textSize:new A.Real(12),iconSize:new A.Real(opt("iconSize")),viewOptionsVersion:1,gridSpacing:new A.Real(100),gridOffsetX:new A.Real(0),gridOffsetY:new A.Real(0),labelOnBottom:true,arrangeBy:"none"};if(d.colorComponents){S.backgroundColorRed=new A.Real(d.colorComponents[0]);S.backgroundColorGreen=new A.Real(d.colorComponents[1]);S.backgroundColorBlue=new A.Real(d.colorComponents[2])}if(d.rawAlias){S.backgroundType=2;S.backgroundImageAlias=d.rawAlias}p="bplist";C=A(S);break;case"vSrn":p="long";C=new Buffer(4);C.writeUInt32BE(opt("value"),0);break;default:throw new Error("Not implemented")}if(p==="bplist"){p="blob";var v=C;C=new Buffer(v.length+4);C.writeUInt32BE(v.length,0);v.copy(C,4)}return new Entry(i,c,p,C)};i.exports=c=Entry},31424:(i,c,d)=>{var p=d(55560);var noop=function(){};var A=global.Bare?queueMicrotask:process.nextTick.bind(process);var isRequest=function(i){return i.setHeader&&typeof i.abort==="function"};var isChildProcess=function(i){return i.stdio&&Array.isArray(i.stdio)&&i.stdio.length===3};var eos=function(i,c,d){if(typeof c==="function")return eos(i,null,c);if(!c)c={};d=p(d||noop);var C=i._writableState;var S=i._readableState;var v=c.readable||c.readable!==false&&i.readable;var T=c.writable||c.writable!==false&&i.writable;var _=false;var onlegacyfinish=function(){if(!i.writable)onfinish()};var onfinish=function(){T=false;if(!v)d.call(i)};var onend=function(){v=false;if(!T)d.call(i)};var onexit=function(c){d.call(i,c?new Error("exited with error code: "+c):null)};var onerror=function(c){d.call(i,c)};var onclose=function(){A(onclosenexttick)};var onclosenexttick=function(){if(_)return;if(v&&!(S&&(S.ended&&!S.destroyed)))return d.call(i,new Error("premature close"));if(T&&!(C&&(C.ended&&!C.destroyed)))return d.call(i,new Error("premature close"))};var onrequest=function(){i.req.on("finish",onfinish)};if(isRequest(i)){i.on("complete",onfinish);i.on("abort",onclose);if(i.req)onrequest();else i.on("request",onrequest)}else if(T&&!C){i.on("end",onlegacyfinish);i.on("close",onlegacyfinish)}if(isChildProcess(i))i.on("exit",onexit);i.on("end",onend);i.on("finish",onfinish);if(c.error!==false)i.on("error",onerror);i.on("close",onclose);return function(){_=true;i.removeListener("complete",onfinish);i.removeListener("abort",onclose);i.removeListener("request",onrequest);if(i.req)i.req.removeListener("finish",onfinish);i.removeListener("end",onlegacyfinish);i.removeListener("close",onlegacyfinish);i.removeListener("finish",onfinish);i.removeListener("exit",onexit);i.removeListener("end",onend);i.removeListener("error",onerror);i.removeListener("close",onclose)}};i.exports=eos},16577:(i,c)=>{"use strict";
|
||
/**
|
||
* @author Toru Nagashima <https://github.com/mysticatea>
|
||
* @copyright 2015 Toru Nagashima. All rights reserved.
|
||
* See LICENSE file in root directory for full license.
|
||
*/Object.defineProperty(c,"__esModule",{value:true});const d=new WeakMap;const p=new WeakMap;function pd(i){const c=d.get(i);console.assert(c!=null,"'this' is expected an Event object, but got",i);return c}function setCancelFlag(i){if(i.passiveListener!=null){if(typeof console!=="undefined"&&typeof console.error==="function"){console.error("Unable to preventDefault inside passive event listener invocation.",i.passiveListener)}return}if(!i.event.cancelable){return}i.canceled=true;if(typeof i.event.preventDefault==="function"){i.event.preventDefault()}}function Event(i,c){d.set(this,{eventTarget:i,event:c,eventPhase:2,currentTarget:i,canceled:false,stopped:false,immediateStopped:false,passiveListener:null,timeStamp:c.timeStamp||Date.now()});Object.defineProperty(this,"isTrusted",{value:false,enumerable:true});const p=Object.keys(c);for(let i=0;i<p.length;++i){const c=p[i];if(!(c in this)){Object.defineProperty(this,c,defineRedirectDescriptor(c))}}}Event.prototype={get type(){return pd(this).event.type},get target(){return pd(this).eventTarget},get currentTarget(){return pd(this).currentTarget},composedPath(){const i=pd(this).currentTarget;if(i==null){return[]}return[i]},get NONE(){return 0},get CAPTURING_PHASE(){return 1},get AT_TARGET(){return 2},get BUBBLING_PHASE(){return 3},get eventPhase(){return pd(this).eventPhase},stopPropagation(){const i=pd(this);i.stopped=true;if(typeof i.event.stopPropagation==="function"){i.event.stopPropagation()}},stopImmediatePropagation(){const i=pd(this);i.stopped=true;i.immediateStopped=true;if(typeof i.event.stopImmediatePropagation==="function"){i.event.stopImmediatePropagation()}},get bubbles(){return Boolean(pd(this).event.bubbles)},get cancelable(){return Boolean(pd(this).event.cancelable)},preventDefault(){setCancelFlag(pd(this))},get defaultPrevented(){return pd(this).canceled},get composed(){return Boolean(pd(this).event.composed)},get timeStamp(){return pd(this).timeStamp},get srcElement(){return pd(this).eventTarget},get cancelBubble(){return pd(this).stopped},set cancelBubble(i){if(!i){return}const c=pd(this);c.stopped=true;if(typeof c.event.cancelBubble==="boolean"){c.event.cancelBubble=true}},get returnValue(){return!pd(this).canceled},set returnValue(i){if(!i){setCancelFlag(pd(this))}},initEvent(){}};Object.defineProperty(Event.prototype,"constructor",{value:Event,configurable:true,writable:true});if(typeof window!=="undefined"&&typeof window.Event!=="undefined"){Object.setPrototypeOf(Event.prototype,window.Event.prototype);p.set(window.Event.prototype,Event)}function defineRedirectDescriptor(i){return{get(){return pd(this).event[i]},set(c){pd(this).event[i]=c},configurable:true,enumerable:true}}function defineCallDescriptor(i){return{value(){const c=pd(this).event;return c[i].apply(c,arguments)},configurable:true,enumerable:true}}function defineWrapper(i,c){const d=Object.keys(c);if(d.length===0){return i}function CustomEvent(c,d){i.call(this,c,d)}CustomEvent.prototype=Object.create(i.prototype,{constructor:{value:CustomEvent,configurable:true,writable:true}});for(let p=0;p<d.length;++p){const A=d[p];if(!(A in i.prototype)){const i=Object.getOwnPropertyDescriptor(c,A);const d=typeof i.value==="function";Object.defineProperty(CustomEvent.prototype,A,d?defineCallDescriptor(A):defineRedirectDescriptor(A))}}return CustomEvent}function getWrapper(i){if(i==null||i===Object.prototype){return Event}let c=p.get(i);if(c==null){c=defineWrapper(getWrapper(Object.getPrototypeOf(i)),i);p.set(i,c)}return c}function wrapEvent(i,c){const d=getWrapper(Object.getPrototypeOf(c));return new d(i,c)}function isStopped(i){return pd(i).immediateStopped}function setEventPhase(i,c){pd(i).eventPhase=c}function setCurrentTarget(i,c){pd(i).currentTarget=c}function setPassiveListener(i,c){pd(i).passiveListener=c}const A=new WeakMap;const C=1;const S=2;const v=3;function isObject(i){return i!==null&&typeof i==="object"}function getListeners(i){const c=A.get(i);if(c==null){throw new TypeError("'this' is expected an EventTarget object, but got another value.")}return c}function defineEventAttributeDescriptor(i){return{get(){const c=getListeners(this);let d=c.get(i);while(d!=null){if(d.listenerType===v){return d.listener}d=d.next}return null},set(c){if(typeof c!=="function"&&!isObject(c)){c=null}const d=getListeners(this);let p=null;let A=d.get(i);while(A!=null){if(A.listenerType===v){if(p!==null){p.next=A.next}else if(A.next!==null){d.set(i,A.next)}else{d.delete(i)}}else{p=A}A=A.next}if(c!==null){const A={listener:c,listenerType:v,passive:false,once:false,next:null};if(p===null){d.set(i,A)}else{p.next=A}}},configurable:true,enumerable:true}}function defineEventAttribute(i,c){Object.defineProperty(i,`on${c}`,defineEventAttributeDescriptor(c))}function defineCustomEventTarget(i){function CustomEventTarget(){EventTarget.call(this)}CustomEventTarget.prototype=Object.create(EventTarget.prototype,{constructor:{value:CustomEventTarget,configurable:true,writable:true}});for(let c=0;c<i.length;++c){defineEventAttribute(CustomEventTarget.prototype,i[c])}return CustomEventTarget}function EventTarget(){if(this instanceof EventTarget){A.set(this,new Map);return}if(arguments.length===1&&Array.isArray(arguments[0])){return defineCustomEventTarget(arguments[0])}if(arguments.length>0){const i=new Array(arguments.length);for(let c=0;c<arguments.length;++c){i[c]=arguments[c]}return defineCustomEventTarget(i)}throw new TypeError("Cannot call a class as a function")}EventTarget.prototype={addEventListener(i,c,d){if(c==null){return}if(typeof c!=="function"&&!isObject(c)){throw new TypeError("'listener' should be a function or an object.")}const p=getListeners(this);const A=isObject(d);const v=A?Boolean(d.capture):Boolean(d);const T=v?C:S;const _={listener:c,listenerType:T,passive:A&&Boolean(d.passive),once:A&&Boolean(d.once),next:null};let V=p.get(i);if(V===undefined){p.set(i,_);return}let Z=null;while(V!=null){if(V.listener===c&&V.listenerType===T){return}Z=V;V=V.next}Z.next=_},removeEventListener(i,c,d){if(c==null){return}const p=getListeners(this);const A=isObject(d)?Boolean(d.capture):Boolean(d);const v=A?C:S;let T=null;let _=p.get(i);while(_!=null){if(_.listener===c&&_.listenerType===v){if(T!==null){T.next=_.next}else if(_.next!==null){p.set(i,_.next)}else{p.delete(i)}return}T=_;_=_.next}},dispatchEvent(i){if(i==null||typeof i.type!=="string"){throw new TypeError('"event.type" should be a string.')}const c=getListeners(this);const d=i.type;let p=c.get(d);if(p==null){return true}const A=wrapEvent(this,i);let C=null;while(p!=null){if(p.once){if(C!==null){C.next=p.next}else if(p.next!==null){c.set(d,p.next)}else{c.delete(d)}}else{C=p}setPassiveListener(A,p.passive?p.listener:null);if(typeof p.listener==="function"){try{p.listener.call(this,A)}catch(i){if(typeof console!=="undefined"&&typeof console.error==="function"){console.error(i)}}}else if(p.listenerType!==v&&typeof p.listener.handleEvent==="function"){p.listener.handleEvent(A)}if(isStopped(A)){break}p=p.next}setPassiveListener(A,null);setEventPhase(A,0);setCurrentTarget(A,null);return!A.defaultPrevented}};Object.defineProperty(EventTarget.prototype,"constructor",{value:EventTarget,configurable:true,writable:true});if(typeof window!=="undefined"&&typeof window.EventTarget!=="undefined"){Object.setPrototypeOf(EventTarget.prototype,window.EventTarget.prototype)}c.defineEventAttribute=defineEventAttribute;c.EventTarget=EventTarget;c["default"]=EventTarget;i.exports=EventTarget;i.exports.EventTarget=i.exports["default"]=EventTarget;i.exports.defineEventAttribute=defineEventAttribute},29580:(i,c,d)=>{i.exports=d(24434)},51683:(i,c,d)=>{const p=d(2830)("extract-zip");const{createWriteStream:A,promises:C}=d(79896);const S=d(96771);const v=d(16928);const{promisify:T}=d(39023);const _=d(2203);const V=d(20663);const Z=T(V.open);const ee=T(_.pipeline);class Extractor{constructor(i,c){this.zipPath=i;this.opts=c}async extract(){p("opening",this.zipPath,"with opts",this.opts);this.zipfile=await Z(this.zipPath,{lazyEntries:true});this.canceled=false;return new Promise(((i,c)=>{this.zipfile.on("error",(i=>{this.canceled=true;c(i)}));this.zipfile.readEntry();this.zipfile.on("close",(()=>{if(!this.canceled){p("zip extraction complete");i()}}));this.zipfile.on("entry",(async i=>{if(this.canceled){p("skipping entry",i.fileName,{cancelled:this.canceled});return}p("zipfile entry",i.fileName);if(i.fileName.startsWith("__MACOSX/")){this.zipfile.readEntry();return}const d=v.dirname(v.join(this.opts.dir,i.fileName));try{await C.mkdir(d,{recursive:true});const c=await C.realpath(d);const A=v.relative(this.opts.dir,c);if(A.split(v.sep).includes("..")){throw new Error(`Out of bound path "${c}" found while processing file ${i.fileName}`)}await this.extractEntry(i);p("finished processing",i.fileName);this.zipfile.readEntry()}catch(i){this.canceled=true;this.zipfile.close();c(i)}}))}))}async extractEntry(i){if(this.canceled){p("skipping entry extraction",i.fileName,{cancelled:this.canceled});return}if(this.opts.onEntry){this.opts.onEntry(i,this.zipfile)}const c=v.join(this.opts.dir,i.fileName);const d=i.externalFileAttributes>>16&65535;const _=61440;const V=16384;const Z=40960;const te=(d&_)===Z;let re=(d&_)===V;if(!re&&i.fileName.endsWith("/")){re=true}const ne=i.versionMadeBy>>8;if(!re)re=ne===0&&i.externalFileAttributes===16;p("extracting entry",{filename:i.fileName,isDir:re,isSymlink:te});const ie=this.getExtractedMode(d,re)&511;const se=re?c:v.dirname(c);const ae={recursive:true};if(re){ae.mode=ie}p("mkdir",{dir:se,...ae});await C.mkdir(se,ae);if(re)return;p("opening read stream",c);const oe=await T(this.zipfile.openReadStream.bind(this.zipfile))(i);if(te){const i=await S(oe);p("creating symlink",i,c);await C.symlink(i,c)}else{await ee(oe,A(c,{mode:ie}))}}getExtractedMode(i,c){let d=i;if(d===0){if(c){if(this.opts.defaultDirMode){d=parseInt(this.opts.defaultDirMode,10)}if(!d){d=493}}else{if(this.opts.defaultFileMode){d=parseInt(this.opts.defaultFileMode,10)}if(!d){d=420}}}return d}}i.exports=async function(i,c){p("creating target directory",c.dir);if(!v.isAbsolute(c.dir)){throw new Error("Target directory is expected to be absolute")}await C.mkdir(c.dir,{recursive:true});c.dir=await C.realpath(c.dir);return new Extractor(i,c).extract()}},13587:i=>{i.exports=class FixedFIFO{constructor(i){if(!(i>0)||(i-1&i)!==0)throw new Error("Max size for a FixedFIFO should be a power of two");this.buffer=new Array(i);this.mask=i-1;this.top=0;this.btm=0;this.next=null}clear(){this.top=this.btm=0;this.next=null;this.buffer.fill(undefined)}push(i){if(this.buffer[this.top]!==undefined)return false;this.buffer[this.top]=i;this.top=this.top+1&this.mask;return true}shift(){const i=this.buffer[this.btm];if(i===undefined)return undefined;this.buffer[this.btm]=undefined;this.btm=this.btm+1&this.mask;return i}peek(){return this.buffer[this.btm]}isEmpty(){return this.buffer[this.btm]===undefined}}},83867:(i,c,d)=>{const p=d(13587);i.exports=class FastFIFO{constructor(i){this.hwm=i||16;this.head=new p(this.hwm);this.tail=this.head;this.length=0}clear(){this.head=this.tail;this.head.clear();this.length=0}push(i){this.length++;if(!this.head.push(i)){const c=this.head;this.head=c.next=new p(2*this.head.buffer.length);this.head.push(i)}}shift(){if(this.length!==0)this.length--;const i=this.tail.shift();if(i===undefined&&this.tail.next){const i=this.tail.next;this.tail.next=null;this.tail=i;return this.tail.shift()}return i}peek(){const i=this.tail.peek();if(i===undefined&&this.tail.next)return this.tail.next.peek();return i}isEmpty(){return this.length===0}}},23045:(i,c,d)=>{var p=d(79896);var A=d(39023);var C=d(2203);var S=C.Readable;var v=C.Writable;var T=C.PassThrough;var _=d(73313);var V=d(24434).EventEmitter;c.createFromBuffer=createFromBuffer;c.createFromFd=createFromFd;c.BufferSlicer=BufferSlicer;c.FdSlicer=FdSlicer;A.inherits(FdSlicer,V);function FdSlicer(i,c){c=c||{};V.call(this);this.fd=i;this.pend=new _;this.pend.max=1;this.refCount=0;this.autoClose=!!c.autoClose}FdSlicer.prototype.read=function(i,c,d,A,C){var S=this;S.pend.go((function(v){p.read(S.fd,i,c,d,A,(function(i,c,d){v();C(i,c,d)}))}))};FdSlicer.prototype.write=function(i,c,d,A,C){var S=this;S.pend.go((function(v){p.write(S.fd,i,c,d,A,(function(i,c,d){v();C(i,c,d)}))}))};FdSlicer.prototype.createReadStream=function(i){return new ReadStream(this,i)};FdSlicer.prototype.createWriteStream=function(i){return new WriteStream(this,i)};FdSlicer.prototype.ref=function(){this.refCount+=1};FdSlicer.prototype.unref=function(){var i=this;i.refCount-=1;if(i.refCount>0)return;if(i.refCount<0)throw new Error("invalid unref");if(i.autoClose){p.close(i.fd,onCloseDone)}function onCloseDone(c){if(c){i.emit("error",c)}else{i.emit("close")}}};A.inherits(ReadStream,S);function ReadStream(i,c){c=c||{};S.call(this,c);this.context=i;this.context.ref();this.start=c.start||0;this.endOffset=c.end;this.pos=this.start;this.destroyed=false}ReadStream.prototype._read=function(i){var c=this;if(c.destroyed)return;var d=Math.min(c._readableState.highWaterMark,i);if(c.endOffset!=null){d=Math.min(d,c.endOffset-c.pos)}if(d<=0){c.destroyed=true;c.push(null);c.context.unref();return}c.context.pend.go((function(i){if(c.destroyed)return i();var A=new Buffer(d);p.read(c.context.fd,A,0,d,c.pos,(function(d,p){if(d){c.destroy(d)}else if(p===0){c.destroyed=true;c.push(null);c.context.unref()}else{c.pos+=p;c.push(A.slice(0,p))}i()}))}))};ReadStream.prototype.destroy=function(i){if(this.destroyed)return;i=i||new Error("stream destroyed");this.destroyed=true;this.emit("error",i);this.context.unref()};A.inherits(WriteStream,v);function WriteStream(i,c){c=c||{};v.call(this,c);this.context=i;this.context.ref();this.start=c.start||0;this.endOffset=c.end==null?Infinity:+c.end;this.bytesWritten=0;this.pos=this.start;this.destroyed=false;this.on("finish",this.destroy.bind(this))}WriteStream.prototype._write=function(i,c,d){var A=this;if(A.destroyed)return;if(A.pos+i.length>A.endOffset){var C=new Error("maximum file length exceeded");C.code="ETOOBIG";A.destroy();d(C);return}A.context.pend.go((function(c){if(A.destroyed)return c();p.write(A.context.fd,i,0,i.length,A.pos,(function(i,p){if(i){A.destroy();c();d(i)}else{A.bytesWritten+=p;A.pos+=p;A.emit("progress");c();d()}}))}))};WriteStream.prototype.destroy=function(){if(this.destroyed)return;this.destroyed=true;this.context.unref()};A.inherits(BufferSlicer,V);function BufferSlicer(i,c){V.call(this);c=c||{};this.refCount=0;this.buffer=i;this.maxChunkSize=c.maxChunkSize||Number.MAX_SAFE_INTEGER}BufferSlicer.prototype.read=function(i,c,d,p,A){var C=p+d;var S=C-this.buffer.length;var v=S>0?S:d;this.buffer.copy(i,c,p,C);setImmediate((function(){A(null,v)}))};BufferSlicer.prototype.write=function(i,c,d,p,A){i.copy(this.buffer,p,c,c+d);setImmediate((function(){A(null,d,i)}))};BufferSlicer.prototype.createReadStream=function(i){i=i||{};var c=new T(i);c.destroyed=false;c.start=i.start||0;c.endOffset=i.end;c.pos=c.endOffset||this.buffer.length;var d=this.buffer.slice(c.start,c.pos);var p=0;while(true){var A=p+this.maxChunkSize;if(A>=d.length){if(p<d.length){c.write(d.slice(p,d.length))}break}c.write(d.slice(p,A));p=A}c.end();c.destroy=function(){c.destroyed=true};return c};BufferSlicer.prototype.createWriteStream=function(i){var c=this;i=i||{};var d=new v(i);d.start=i.start||0;d.endOffset=i.end==null?this.buffer.length:+i.end;d.bytesWritten=0;d.pos=d.start;d.destroyed=false;d._write=function(i,p,A){if(d.destroyed)return;var C=d.pos+i.length;if(C>d.endOffset){var S=new Error("maximum file length exceeded");S.code="ETOOBIG";d.destroyed=true;A(S);return}i.copy(c.buffer,d.pos,0,i.length);d.bytesWritten+=i.length;d.pos=C;d.emit("progress");A()};d.destroy=function(){d.destroyed=true};return d};BufferSlicer.prototype.ref=function(){this.refCount+=1};BufferSlicer.prototype.unref=function(){this.refCount-=1;if(this.refCount<0){throw new Error("invalid unref")}};function createFromBuffer(i,c){return new BufferSlicer(i,c)}function createFromFd(i,c){return new FdSlicer(i,c)}},57070:(i,c,d)=>{"use strict";const{PassThrough:p}=d(2203);i.exports=i=>{i={...i};const{array:c}=i;let{encoding:d}=i;const A=d==="buffer";let C=false;if(c){C=!(d||A)}else{d=d||"utf8"}if(A){d=null}const S=new p({objectMode:C});if(d){S.setEncoding(d)}let v=0;const T=[];S.on("data",(i=>{T.push(i);if(C){v=T.length}else{v+=i.length}}));S.getBufferedValue=()=>{if(c){return T}return A?Buffer.concat(T,v):T.join("")};S.getBufferedLength=()=>v;return S}},96771:(i,c,d)=>{"use strict";const{constants:p}=d(20181);const A=d(87898);const C=d(57070);class MaxBufferError extends Error{constructor(){super("maxBuffer exceeded");this.name="MaxBufferError"}}async function getStream(i,c){if(!i){return Promise.reject(new Error("Expected a stream"))}c={maxBuffer:Infinity,...c};const{maxBuffer:d}=c;let S;await new Promise(((v,T)=>{const rejectPromise=i=>{if(i&&S.getBufferedLength()<=p.MAX_LENGTH){i.bufferedData=S.getBufferedValue()}T(i)};S=A(i,C(c),(i=>{if(i){rejectPromise(i);return}v()}));S.on("data",(()=>{if(S.getBufferedLength()>d){rejectPromise(new MaxBufferError)}}))}));return S.getBufferedValue()}i.exports=getStream;i.exports["default"]=getStream;i.exports.buffer=(i,c)=>getStream(i,{...c,encoding:"buffer"});i.exports.array=(i,c)=>getStream(i,{...c,array:true});i.exports.MaxBufferError=MaxBufferError},68497:(i,c,d)=>{var p=d(59380);i.exports=expandTop;var A="\0SLASH"+Math.random()+"\0";var C="\0OPEN"+Math.random()+"\0";var S="\0CLOSE"+Math.random()+"\0";var v="\0COMMA"+Math.random()+"\0";var T="\0PERIOD"+Math.random()+"\0";function numeric(i){return parseInt(i,10)==i?parseInt(i,10):i.charCodeAt(0)}function escapeBraces(i){return i.split("\\\\").join(A).split("\\{").join(C).split("\\}").join(S).split("\\,").join(v).split("\\.").join(T)}function unescapeBraces(i){return i.split(A).join("\\").split(C).join("{").split(S).join("}").split(v).join(",").split(T).join(".")}function parseCommaParts(i){if(!i)return[""];var c=[];var d=p("{","}",i);if(!d)return i.split(",");var A=d.pre;var C=d.body;var S=d.post;var v=A.split(",");v[v.length-1]+="{"+C+"}";var T=parseCommaParts(S);if(S.length){v[v.length-1]+=T.shift();v.push.apply(v,T)}c.push.apply(c,v);return c}function expandTop(i){if(!i)return[];if(i.substr(0,2)==="{}"){i="\\{\\}"+i.substr(2)}return expand(escapeBraces(i),true).map(unescapeBraces)}function embrace(i){return"{"+i+"}"}function isPadded(i){return/^-?0\d/.test(i)}function lte(i,c){return i<=c}function gte(i,c){return i>=c}function expand(i,c){var d=[];var A=p("{","}",i);if(!A)return[i];var C=A.pre;var v=A.post.length?expand(A.post,false):[""];if(/\$$/.test(A.pre)){for(var T=0;T<v.length;T++){var _=C+"{"+A.body+"}"+v[T];d.push(_)}}else{var V=/^-?\d+\.\.-?\d+(?:\.\.-?\d+)?$/.test(A.body);var Z=/^[a-zA-Z]\.\.[a-zA-Z](?:\.\.-?\d+)?$/.test(A.body);var ee=V||Z;var te=A.body.indexOf(",")>=0;if(!ee&&!te){if(A.post.match(/,(?!,).*\}/)){i=A.pre+"{"+A.body+S+A.post;return expand(i)}return[i]}var re;if(ee){re=A.body.split(/\.\./)}else{re=parseCommaParts(A.body);if(re.length===1){re=expand(re[0],false).map(embrace);if(re.length===1){return v.map((function(i){return A.pre+re[0]+i}))}}}var ne;if(ee){var ie=numeric(re[0]);var se=numeric(re[1]);var ae=Math.max(re[0].length,re[1].length);var oe=re.length==3?Math.abs(numeric(re[2])):1;var le=lte;var ce=se<ie;if(ce){oe*=-1;le=gte}var de=re.some(isPadded);ne=[];for(var ue=ie;le(ue,se);ue+=oe){var pe;if(Z){pe=String.fromCharCode(ue);if(pe==="\\")pe=""}else{pe=String(ue);if(de){var Ae=ae-pe.length;if(Ae>0){var fe=new Array(Ae+1).join("0");if(ue<0)pe="-"+fe+pe.slice(1);else pe=fe+pe}}}ne.push(pe)}}else{ne=[];for(var he=0;he<re.length;he++){ne.push.apply(ne,expand(re[he],false))}}for(var he=0;he<ne.length;he++){for(var T=0;T<v.length;T++){var _=C+ne[he]+v[T];if(!c||ee||_)d.push(_)}}}return d}},73964:i=>{"use strict";i.exports=clone;var c=Object.getPrototypeOf||function(i){return i.__proto__};function clone(i){if(i===null||typeof i!=="object")return i;if(i instanceof Object)var d={__proto__:c(i)};else var d=Object.create(null);Object.getOwnPropertyNames(i).forEach((function(c){Object.defineProperty(d,c,Object.getOwnPropertyDescriptor(i,c))}));return d}},35744:(i,c,d)=>{var p=d(79896);var A=d(83501);var C=d(12270);var S=d(73964);var v=d(39023);var T;var _;if(typeof Symbol==="function"&&typeof Symbol.for==="function"){T=Symbol.for("graceful-fs.queue");_=Symbol.for("graceful-fs.previous")}else{T="___graceful-fs.queue";_="___graceful-fs.previous"}function noop(){}function publishQueue(i,c){Object.defineProperty(i,T,{get:function(){return c}})}var V=noop;if(v.debuglog)V=v.debuglog("gfs4");else if(/\bgfs4\b/i.test(process.env.NODE_DEBUG||""))V=function(){var i=v.format.apply(v,arguments);i="GFS4: "+i.split(/\n/).join("\nGFS4: ");console.error(i)};if(!p[T]){var Z=global[T]||[];publishQueue(p,Z);p.close=function(i){function close(c,d){return i.call(p,c,(function(i){if(!i){resetQueue()}if(typeof d==="function")d.apply(this,arguments)}))}Object.defineProperty(close,_,{value:i});return close}(p.close);p.closeSync=function(i){function closeSync(c){i.apply(p,arguments);resetQueue()}Object.defineProperty(closeSync,_,{value:i});return closeSync}(p.closeSync);if(/\bgfs4\b/i.test(process.env.NODE_DEBUG||"")){process.on("exit",(function(){V(p[T]);d(42613).equal(p[T].length,0)}))}}if(!global[T]){publishQueue(global,p[T])}i.exports=patch(S(p));if(process.env.TEST_GRACEFUL_FS_GLOBAL_PATCH&&!p.__patched){i.exports=patch(p);p.__patched=true}function patch(i){A(i);i.gracefulify=patch;i.createReadStream=createReadStream;i.createWriteStream=createWriteStream;var c=i.readFile;i.readFile=readFile;function readFile(i,d,p){if(typeof d==="function")p=d,d=null;return go$readFile(i,d,p);function go$readFile(i,d,p,A){return c(i,d,(function(c){if(c&&(c.code==="EMFILE"||c.code==="ENFILE"))enqueue([go$readFile,[i,d,p],c,A||Date.now(),Date.now()]);else{if(typeof p==="function")p.apply(this,arguments)}}))}}var d=i.writeFile;i.writeFile=writeFile;function writeFile(i,c,p,A){if(typeof p==="function")A=p,p=null;return go$writeFile(i,c,p,A);function go$writeFile(i,c,p,A,C){return d(i,c,p,(function(d){if(d&&(d.code==="EMFILE"||d.code==="ENFILE"))enqueue([go$writeFile,[i,c,p,A],d,C||Date.now(),Date.now()]);else{if(typeof A==="function")A.apply(this,arguments)}}))}}var p=i.appendFile;if(p)i.appendFile=appendFile;function appendFile(i,c,d,A){if(typeof d==="function")A=d,d=null;return go$appendFile(i,c,d,A);function go$appendFile(i,c,d,A,C){return p(i,c,d,(function(p){if(p&&(p.code==="EMFILE"||p.code==="ENFILE"))enqueue([go$appendFile,[i,c,d,A],p,C||Date.now(),Date.now()]);else{if(typeof A==="function")A.apply(this,arguments)}}))}}var S=i.copyFile;if(S)i.copyFile=copyFile;function copyFile(i,c,d,p){if(typeof d==="function"){p=d;d=0}return go$copyFile(i,c,d,p);function go$copyFile(i,c,d,p,A){return S(i,c,d,(function(C){if(C&&(C.code==="EMFILE"||C.code==="ENFILE"))enqueue([go$copyFile,[i,c,d,p],C,A||Date.now(),Date.now()]);else{if(typeof p==="function")p.apply(this,arguments)}}))}}var v=i.readdir;i.readdir=readdir;var T=/^v[0-5]\./;function readdir(i,c,d){if(typeof c==="function")d=c,c=null;var p=T.test(process.version)?function go$readdir(i,c,d,p){return v(i,fs$readdirCallback(i,c,d,p))}:function go$readdir(i,c,d,p){return v(i,c,fs$readdirCallback(i,c,d,p))};return p(i,c,d);function fs$readdirCallback(i,c,d,A){return function(C,S){if(C&&(C.code==="EMFILE"||C.code==="ENFILE"))enqueue([p,[i,c,d],C,A||Date.now(),Date.now()]);else{if(S&&S.sort)S.sort();if(typeof d==="function")d.call(this,C,S)}}}}if(process.version.substr(0,4)==="v0.8"){var _=C(i);ReadStream=_.ReadStream;WriteStream=_.WriteStream}var V=i.ReadStream;if(V){ReadStream.prototype=Object.create(V.prototype);ReadStream.prototype.open=ReadStream$open}var Z=i.WriteStream;if(Z){WriteStream.prototype=Object.create(Z.prototype);WriteStream.prototype.open=WriteStream$open}Object.defineProperty(i,"ReadStream",{get:function(){return ReadStream},set:function(i){ReadStream=i},enumerable:true,configurable:true});Object.defineProperty(i,"WriteStream",{get:function(){return WriteStream},set:function(i){WriteStream=i},enumerable:true,configurable:true});var ee=ReadStream;Object.defineProperty(i,"FileReadStream",{get:function(){return ee},set:function(i){ee=i},enumerable:true,configurable:true});var te=WriteStream;Object.defineProperty(i,"FileWriteStream",{get:function(){return te},set:function(i){te=i},enumerable:true,configurable:true});function ReadStream(i,c){if(this instanceof ReadStream)return V.apply(this,arguments),this;else return ReadStream.apply(Object.create(ReadStream.prototype),arguments)}function ReadStream$open(){var i=this;open(i.path,i.flags,i.mode,(function(c,d){if(c){if(i.autoClose)i.destroy();i.emit("error",c)}else{i.fd=d;i.emit("open",d);i.read()}}))}function WriteStream(i,c){if(this instanceof WriteStream)return Z.apply(this,arguments),this;else return WriteStream.apply(Object.create(WriteStream.prototype),arguments)}function WriteStream$open(){var i=this;open(i.path,i.flags,i.mode,(function(c,d){if(c){i.destroy();i.emit("error",c)}else{i.fd=d;i.emit("open",d)}}))}function createReadStream(c,d){return new i.ReadStream(c,d)}function createWriteStream(c,d){return new i.WriteStream(c,d)}var re=i.open;i.open=open;function open(i,c,d,p){if(typeof d==="function")p=d,d=null;return go$open(i,c,d,p);function go$open(i,c,d,p,A){return re(i,c,d,(function(C,S){if(C&&(C.code==="EMFILE"||C.code==="ENFILE"))enqueue([go$open,[i,c,d,p],C,A||Date.now(),Date.now()]);else{if(typeof p==="function")p.apply(this,arguments)}}))}}return i}function enqueue(i){V("ENQUEUE",i[0].name,i[1]);p[T].push(i);retry()}var ee;function resetQueue(){var i=Date.now();for(var c=0;c<p[T].length;++c){if(p[T][c].length>2){p[T][c][3]=i;p[T][c][4]=i}}retry()}function retry(){clearTimeout(ee);ee=undefined;if(p[T].length===0)return;var i=p[T].shift();var c=i[0];var d=i[1];var A=i[2];var C=i[3];var S=i[4];if(C===undefined){V("RETRY",c.name,d);c.apply(null,d)}else if(Date.now()-C>=6e4){V("TIMEOUT",c.name,d);var v=d.pop();if(typeof v==="function")v.call(null,A)}else{var _=Date.now()-S;var Z=Math.max(S-C,1);var te=Math.min(Z*1.2,100);if(_>=te){V("RETRY",c.name,d);c.apply(null,d.concat([C]))}else{p[T].push(i)}}if(ee===undefined){ee=setTimeout(retry,0)}}},12270:(i,c,d)=>{var p=d(2203).Stream;i.exports=legacy;function legacy(i){return{ReadStream:ReadStream,WriteStream:WriteStream};function ReadStream(c,d){if(!(this instanceof ReadStream))return new ReadStream(c,d);p.call(this);var A=this;this.path=c;this.fd=null;this.readable=true;this.paused=false;this.flags="r";this.mode=438;this.bufferSize=64*1024;d=d||{};var C=Object.keys(d);for(var S=0,v=C.length;S<v;S++){var T=C[S];this[T]=d[T]}if(this.encoding)this.setEncoding(this.encoding);if(this.start!==undefined){if("number"!==typeof this.start){throw TypeError("start must be a Number")}if(this.end===undefined){this.end=Infinity}else if("number"!==typeof this.end){throw TypeError("end must be a Number")}if(this.start>this.end){throw new Error("start must be <= end")}this.pos=this.start}if(this.fd!==null){process.nextTick((function(){A._read()}));return}i.open(this.path,this.flags,this.mode,(function(i,c){if(i){A.emit("error",i);A.readable=false;return}A.fd=c;A.emit("open",c);A._read()}))}function WriteStream(c,d){if(!(this instanceof WriteStream))return new WriteStream(c,d);p.call(this);this.path=c;this.fd=null;this.writable=true;this.flags="w";this.encoding="binary";this.mode=438;this.bytesWritten=0;d=d||{};var A=Object.keys(d);for(var C=0,S=A.length;C<S;C++){var v=A[C];this[v]=d[v]}if(this.start!==undefined){if("number"!==typeof this.start){throw TypeError("start must be a Number")}if(this.start<0){throw new Error("start must be >= zero")}this.pos=this.start}this.busy=false;this._queue=[];if(this.fd===null){this._open=i.open;this._queue.push([this._open,this.path,this.flags,this.mode,undefined]);this.flush()}}}},83501:(i,c,d)=>{var p=d(49140);var A=process.cwd;var C=null;var S=process.env.GRACEFUL_FS_PLATFORM||process.platform;process.cwd=function(){if(!C)C=A.call(process);return C};try{process.cwd()}catch(i){}if(typeof process.chdir==="function"){var v=process.chdir;process.chdir=function(i){C=null;v.call(process,i)};if(Object.setPrototypeOf)Object.setPrototypeOf(process.chdir,v)}i.exports=patch;function patch(i){if(p.hasOwnProperty("O_SYMLINK")&&process.version.match(/^v0\.6\.[0-2]|^v0\.5\./)){patchLchmod(i)}if(!i.lutimes){patchLutimes(i)}i.chown=chownFix(i.chown);i.fchown=chownFix(i.fchown);i.lchown=chownFix(i.lchown);i.chmod=chmodFix(i.chmod);i.fchmod=chmodFix(i.fchmod);i.lchmod=chmodFix(i.lchmod);i.chownSync=chownFixSync(i.chownSync);i.fchownSync=chownFixSync(i.fchownSync);i.lchownSync=chownFixSync(i.lchownSync);i.chmodSync=chmodFixSync(i.chmodSync);i.fchmodSync=chmodFixSync(i.fchmodSync);i.lchmodSync=chmodFixSync(i.lchmodSync);i.stat=statFix(i.stat);i.fstat=statFix(i.fstat);i.lstat=statFix(i.lstat);i.statSync=statFixSync(i.statSync);i.fstatSync=statFixSync(i.fstatSync);i.lstatSync=statFixSync(i.lstatSync);if(i.chmod&&!i.lchmod){i.lchmod=function(i,c,d){if(d)process.nextTick(d)};i.lchmodSync=function(){}}if(i.chown&&!i.lchown){i.lchown=function(i,c,d,p){if(p)process.nextTick(p)};i.lchownSync=function(){}}if(S==="win32"){i.rename=typeof i.rename!=="function"?i.rename:function(c){function rename(d,p,A){var C=Date.now();var S=0;c(d,p,(function CB(v){if(v&&(v.code==="EACCES"||v.code==="EPERM"||v.code==="EBUSY")&&Date.now()-C<6e4){setTimeout((function(){i.stat(p,(function(i,C){if(i&&i.code==="ENOENT")c(d,p,CB);else A(v)}))}),S);if(S<100)S+=10;return}if(A)A(v)}))}if(Object.setPrototypeOf)Object.setPrototypeOf(rename,c);return rename}(i.rename)}i.read=typeof i.read!=="function"?i.read:function(c){function read(d,p,A,C,S,v){var T;if(v&&typeof v==="function"){var _=0;T=function(V,Z,ee){if(V&&V.code==="EAGAIN"&&_<10){_++;return c.call(i,d,p,A,C,S,T)}v.apply(this,arguments)}}return c.call(i,d,p,A,C,S,T)}if(Object.setPrototypeOf)Object.setPrototypeOf(read,c);return read}(i.read);i.readSync=typeof i.readSync!=="function"?i.readSync:function(c){return function(d,p,A,C,S){var v=0;while(true){try{return c.call(i,d,p,A,C,S)}catch(i){if(i.code==="EAGAIN"&&v<10){v++;continue}throw i}}}}(i.readSync);function patchLchmod(i){i.lchmod=function(c,d,A){i.open(c,p.O_WRONLY|p.O_SYMLINK,d,(function(c,p){if(c){if(A)A(c);return}i.fchmod(p,d,(function(c){i.close(p,(function(i){if(A)A(c||i)}))}))}))};i.lchmodSync=function(c,d){var A=i.openSync(c,p.O_WRONLY|p.O_SYMLINK,d);var C=true;var S;try{S=i.fchmodSync(A,d);C=false}finally{if(C){try{i.closeSync(A)}catch(i){}}else{i.closeSync(A)}}return S}}function patchLutimes(i){if(p.hasOwnProperty("O_SYMLINK")&&i.futimes){i.lutimes=function(c,d,A,C){i.open(c,p.O_SYMLINK,(function(c,p){if(c){if(C)C(c);return}i.futimes(p,d,A,(function(c){i.close(p,(function(i){if(C)C(c||i)}))}))}))};i.lutimesSync=function(c,d,A){var C=i.openSync(c,p.O_SYMLINK);var S;var v=true;try{S=i.futimesSync(C,d,A);v=false}finally{if(v){try{i.closeSync(C)}catch(i){}}else{i.closeSync(C)}}return S}}else if(i.futimes){i.lutimes=function(i,c,d,p){if(p)process.nextTick(p)};i.lutimesSync=function(){}}}function chmodFix(c){if(!c)return c;return function(d,p,A){return c.call(i,d,p,(function(i){if(chownErOk(i))i=null;if(A)A.apply(this,arguments)}))}}function chmodFixSync(c){if(!c)return c;return function(d,p){try{return c.call(i,d,p)}catch(i){if(!chownErOk(i))throw i}}}function chownFix(c){if(!c)return c;return function(d,p,A,C){return c.call(i,d,p,A,(function(i){if(chownErOk(i))i=null;if(C)C.apply(this,arguments)}))}}function chownFixSync(c){if(!c)return c;return function(d,p,A){try{return c.call(i,d,p,A)}catch(i){if(!chownErOk(i))throw i}}}function statFix(c){if(!c)return c;return function(d,p,A){if(typeof p==="function"){A=p;p=null}function callback(i,c){if(c){if(c.uid<0)c.uid+=4294967296;if(c.gid<0)c.gid+=4294967296}if(A)A.apply(this,arguments)}return p?c.call(i,d,p,callback):c.call(i,d,callback)}}function statFixSync(c){if(!c)return c;return function(d,p){var A=p?c.call(i,d,p):c.call(i,d);if(A){if(A.uid<0)A.uid+=4294967296;if(A.gid<0)A.gid+=4294967296}return A}}function chownErOk(i){if(!i)return true;if(i.code==="ENOSYS")return true;var c=!process.getuid||process.getuid()!==0;if(c){if(i.code==="EINVAL"||i.code==="EPERM")return true}return false}}},83813:i=>{"use strict";i.exports=(i,c=process.argv)=>{const d=i.startsWith("-")?"":i.length===1?"-":"--";const p=c.indexOf(d+i);const A=c.indexOf("--");return p!==-1&&(A===-1||p<A)}},81970:function(i,c,d){"use strict";var p=this&&this.__createBinding||(Object.create?function(i,c,d,p){if(p===undefined)p=d;var A=Object.getOwnPropertyDescriptor(c,d);if(!A||("get"in A?!c.__esModule:A.writable||A.configurable)){A={enumerable:true,get:function(){return c[d]}}}Object.defineProperty(i,p,A)}:function(i,c,d,p){if(p===undefined)p=d;i[p]=c[d]});var A=this&&this.__setModuleDefault||(Object.create?function(i,c){Object.defineProperty(i,"default",{enumerable:true,value:c})}:function(i,c){i["default"]=c});var C=this&&this.__importStar||function(i){if(i&&i.__esModule)return i;var c={};if(i!=null)for(var d in i)if(d!=="default"&&Object.prototype.hasOwnProperty.call(i,d))p(c,i,d);A(c,i);return c};var S=this&&this.__importDefault||function(i){return i&&i.__esModule?i:{default:i}};Object.defineProperty(c,"__esModule",{value:true});c.HttpProxyAgent=void 0;const v=C(d(69278));const T=C(d(64756));const _=S(d(2830));const V=d(24434);const Z=d(98894);const ee=d(87016);const te=(0,_.default)("http-proxy-agent");class HttpProxyAgent extends Z.Agent{constructor(i,c){super(c);this.proxy=typeof i==="string"?new ee.URL(i):i;this.proxyHeaders=c?.headers??{};te("Creating new HttpProxyAgent instance: %o",this.proxy.href);const d=(this.proxy.hostname||this.proxy.host).replace(/^\[|\]$/g,"");const p=this.proxy.port?parseInt(this.proxy.port,10):this.proxy.protocol==="https:"?443:80;this.connectOpts={...c?omit(c,"headers"):null,host:d,port:p}}addRequest(i,c){i._header=null;this.setRequestProps(i,c);super.addRequest(i,c)}setRequestProps(i,c){const{proxy:d}=this;const p=c.secureEndpoint?"https:":"http:";const A=i.getHeader("host")||"localhost";const C=`${p}//${A}`;const S=new ee.URL(i.path,C);if(c.port!==80){S.port=String(c.port)}i.path=String(S);const v=typeof this.proxyHeaders==="function"?this.proxyHeaders():{...this.proxyHeaders};if(d.username||d.password){const i=`${decodeURIComponent(d.username)}:${decodeURIComponent(d.password)}`;v["Proxy-Authorization"]=`Basic ${Buffer.from(i).toString("base64")}`}if(!v["Proxy-Connection"]){v["Proxy-Connection"]=this.keepAlive?"Keep-Alive":"close"}for(const c of Object.keys(v)){const d=v[c];if(d){i.setHeader(c,d)}}}async connect(i,c){i._header=null;if(!i.path.includes("://")){this.setRequestProps(i,c)}let d;let p;te("Regenerating stored HTTP header string for request");i._implicitHeader();if(i.outputData&&i.outputData.length>0){te("Patching connection write() output buffer with updated header");d=i.outputData[0].data;p=d.indexOf("\r\n\r\n")+4;i.outputData[0].data=i._header+d.substring(p);te("Output buffer: %o",i.outputData[0].data)}let A;if(this.proxy.protocol==="https:"){te("Creating `tls.Socket`: %o",this.connectOpts);A=T.connect(this.connectOpts)}else{te("Creating `net.Socket`: %o",this.connectOpts);A=v.connect(this.connectOpts)}await(0,V.once)(A,"connect");return A}}HttpProxyAgent.protocols=["http","https"];c.HttpProxyAgent=HttpProxyAgent;function omit(i,...c){const d={};let p;for(p in i){if(!c.includes(p)){d[p]=i[p]}}return d}},3669:function(i,c,d){"use strict";var p=this&&this.__createBinding||(Object.create?function(i,c,d,p){if(p===undefined)p=d;var A=Object.getOwnPropertyDescriptor(c,d);if(!A||("get"in A?!c.__esModule:A.writable||A.configurable)){A={enumerable:true,get:function(){return c[d]}}}Object.defineProperty(i,p,A)}:function(i,c,d,p){if(p===undefined)p=d;i[p]=c[d]});var A=this&&this.__setModuleDefault||(Object.create?function(i,c){Object.defineProperty(i,"default",{enumerable:true,value:c})}:function(i,c){i["default"]=c});var C=this&&this.__importStar||function(i){if(i&&i.__esModule)return i;var c={};if(i!=null)for(var d in i)if(d!=="default"&&Object.prototype.hasOwnProperty.call(i,d))p(c,i,d);A(c,i);return c};var S=this&&this.__importDefault||function(i){return i&&i.__esModule?i:{default:i}};Object.defineProperty(c,"__esModule",{value:true});c.HttpsProxyAgent=void 0;const v=C(d(69278));const T=C(d(64756));const _=S(d(42613));const V=S(d(2830));const Z=d(98894);const ee=d(87016);const te=d(37943);const re=(0,V.default)("https-proxy-agent");const setServernameFromNonIpHost=i=>{if(i.servername===undefined&&i.host&&!v.isIP(i.host)){return{...i,servername:i.host}}return i};class HttpsProxyAgent extends Z.Agent{constructor(i,c){super(c);this.options={path:undefined};this.proxy=typeof i==="string"?new ee.URL(i):i;this.proxyHeaders=c?.headers??{};re("Creating new HttpsProxyAgent instance: %o",this.proxy.href);const d=(this.proxy.hostname||this.proxy.host).replace(/^\[|\]$/g,"");const p=this.proxy.port?parseInt(this.proxy.port,10):this.proxy.protocol==="https:"?443:80;this.connectOpts={ALPNProtocols:["http/1.1"],...c?omit(c,"headers"):null,host:d,port:p}}async connect(i,c){const{proxy:d}=this;if(!c.host){throw new TypeError('No "host" provided')}let p;if(d.protocol==="https:"){re("Creating `tls.Socket`: %o",this.connectOpts);p=T.connect(setServernameFromNonIpHost(this.connectOpts))}else{re("Creating `net.Socket`: %o",this.connectOpts);p=v.connect(this.connectOpts)}const A=typeof this.proxyHeaders==="function"?this.proxyHeaders():{...this.proxyHeaders};const C=v.isIPv6(c.host)?`[${c.host}]`:c.host;let S=`CONNECT ${C}:${c.port} HTTP/1.1\r\n`;if(d.username||d.password){const i=`${decodeURIComponent(d.username)}:${decodeURIComponent(d.password)}`;A["Proxy-Authorization"]=`Basic ${Buffer.from(i).toString("base64")}`}A.Host=`${C}:${c.port}`;if(!A["Proxy-Connection"]){A["Proxy-Connection"]=this.keepAlive?"Keep-Alive":"close"}for(const i of Object.keys(A)){S+=`${i}: ${A[i]}\r\n`}const V=(0,te.parseProxyResponse)(p);p.write(`${S}\r\n`);const{connect:Z,buffered:ee}=await V;i.emit("proxyConnect",Z);this.emit("proxyConnect",Z,i);if(Z.statusCode===200){i.once("socket",resume);if(c.secureEndpoint){re("Upgrading socket connection to TLS");return T.connect({...omit(setServernameFromNonIpHost(c),"host","path","port"),socket:p})}return p}p.destroy();const ne=new v.Socket({writable:false});ne.readable=true;i.once("socket",(i=>{re("Replaying proxy buffer for failed request");(0,_.default)(i.listenerCount("data")>0);i.push(ee);i.push(null)}));return ne}}HttpsProxyAgent.protocols=["http","https"];c.HttpsProxyAgent=HttpsProxyAgent;function resume(i){i.resume()}function omit(i,...c){const d={};let p;for(p in i){if(!c.includes(p)){d[p]=i[p]}}return d}},37943:function(i,c,d){"use strict";var p=this&&this.__importDefault||function(i){return i&&i.__esModule?i:{default:i}};Object.defineProperty(c,"__esModule",{value:true});c.parseProxyResponse=void 0;const A=p(d(2830));const C=(0,A.default)("https-proxy-agent:parse-proxy-response");function parseProxyResponse(i){return new Promise(((c,d)=>{let p=0;const A=[];function read(){const c=i.read();if(c)ondata(c);else i.once("readable",read)}function cleanup(){i.removeListener("end",onend);i.removeListener("error",onerror);i.removeListener("readable",read)}function onend(){cleanup();C("onend");d(new Error("Proxy connection ended before receiving CONNECT response"))}function onerror(i){cleanup();C("onerror %o",i);d(i)}function ondata(S){A.push(S);p+=S.length;const v=Buffer.concat(A,p);const T=v.indexOf("\r\n\r\n");if(T===-1){C("have not received end of HTTP headers yet...");read();return}const _=v.slice(0,T).toString("ascii").split("\r\n");const V=_.shift();if(!V){i.destroy();return d(new Error("No header received from proxy CONNECT response"))}const Z=V.split(" ");const ee=+Z[1];const te=Z.slice(2).join(" ");const re={};for(const c of _){if(!c)continue;const p=c.indexOf(":");if(p===-1){i.destroy();return d(new Error(`Invalid header from proxy CONNECT response: "${c}"`))}const A=c.slice(0,p).toLowerCase();const C=c.slice(p+1).trimStart();const S=re[A];if(typeof S==="string"){re[A]=[S,C]}else if(Array.isArray(S)){S.push(C)}else{re[A]=C}}C("got proxy server response: %o %o",V,re);cleanup();c({connect:{statusCode:ee,statusText:te,headers:re},buffered:v})}i.on("error",onerror);i.on("end",onend);read()}))}c.parseProxyResponse=parseProxyResponse},39598:(i,c,d)=>{try{var p=d(39023);if(typeof p.inherits!=="function")throw"";i.exports=p.inherits}catch(c){i.exports=d(26589)}},26589:i=>{if(typeof Object.create==="function"){i.exports=function inherits(i,c){if(c){i.super_=c;i.prototype=Object.create(c.prototype,{constructor:{value:i,enumerable:false,writable:true,configurable:true}})}}}else{i.exports=function inherits(i,c){if(c){i.super_=c;var TempCtor=function(){};TempCtor.prototype=c.prototype;i.prototype=new TempCtor;i.prototype.constructor=i}}}},4097:i=>{
|
||
/*!
|
||
* Determine if an object is a Buffer
|
||
*
|
||
* @author Feross Aboukhadijeh <https://feross.org>
|
||
* @license MIT
|
||
*/
|
||
i.exports=function(i){return i!=null&&(isBuffer(i)||isSlowBuffer(i)||!!i._isBuffer)};function isBuffer(i){return!!i.constructor&&typeof i.constructor.isBuffer==="function"&&i.constructor.isBuffer(i)}function isSlowBuffer(i){return typeof i.readFloatLE==="function"&&typeof i.slice==="function"&&isBuffer(i.slice(0,0))}},93407:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});
|
||
/*!
|
||
* is-plain-object <https://github.com/jonschlinkert/is-plain-object>
|
||
*
|
||
* Copyright (c) 2014-2017, Jon Schlinkert.
|
||
* Released under the MIT License.
|
||
*/function isObject(i){return Object.prototype.toString.call(i)==="[object Object]"}function isPlainObject(i){var c,d;if(isObject(i)===false)return false;c=i.constructor;if(c===undefined)return true;d=c.prototype;if(isObject(d)===false)return false;if(d.hasOwnProperty("isPrototypeOf")===false){return false}return true}c.isPlainObject=isPlainObject},96543:i=>{"use strict";const isStream=i=>i!==null&&typeof i==="object"&&typeof i.pipe==="function";isStream.writable=i=>isStream(i)&&i.writable!==false&&typeof i._write==="function"&&typeof i._writableState==="object";isStream.readable=i=>isStream(i)&&i.readable!==false&&typeof i._read==="function"&&typeof i._readableState==="object";isStream.duplex=i=>isStream.writable(i)&&isStream.readable(i);isStream.transform=i=>isStream.duplex(i)&&typeof i._transform==="function";i.exports=isStream},82513:i=>{var c={}.toString;i.exports=Array.isArray||function(i){return c.call(i)=="[object Array]"}},79699:i=>{"use strict";function e(i){this.message=i}e.prototype=new Error,e.prototype.name="InvalidCharacterError";var c="undefined"!=typeof window&&window.atob&&window.atob.bind(window)||function(i){var c=String(i).replace(/=+$/,"");if(c.length%4==1)throw new e("'atob' failed: The string to be decoded is not correctly encoded.");for(var d,p,A=0,C=0,S="";p=c.charAt(C++);~p&&(d=A%4?64*d+p:p,A++%4)?S+=String.fromCharCode(255&d>>(-2*A&6)):0)p="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".indexOf(p);return S};function t(i){var d=i.replace(/-/g,"+").replace(/_/g,"/");switch(d.length%4){case 0:break;case 2:d+="==";break;case 3:d+="=";break;default:throw"Illegal base64url string!"}try{return function(i){return decodeURIComponent(c(i).replace(/(.)/g,(function(i,c){var d=c.charCodeAt(0).toString(16).toUpperCase();return d.length<2&&(d="0"+d),"%"+d})))}(d)}catch(i){return c(d)}}function n(i){this.message=i}function o(i,c){if("string"!=typeof i)throw new n("Invalid token specified");var d=!0===(c=c||{}).header?0:1;try{return JSON.parse(t(i.split(".")[d]))}catch(i){throw new n("Invalid token specified: "+i.message)}}n.prototype=new Error,n.prototype.name="InvalidTokenError";const d=o;d.default=o,d.InvalidTokenError=n,i.exports=d},32126:(i,c,d)=>{var p=d(39023);var A=d(1835);i.exports={Readable:Readable,Writable:Writable};p.inherits(Readable,A);p.inherits(Writable,A);function beforeFirstCall(i,c,d){i[c]=function(){delete i[c];d.apply(this,arguments);return this[c].apply(this,arguments)}}function Readable(i,c){if(!(this instanceof Readable))return new Readable(i,c);A.call(this,c);beforeFirstCall(this,"_read",(function(){var d=i.call(this,c);var p=this.emit.bind(this,"error");d.on("error",p);d.pipe(this)}));this.emit("readable")}function Writable(i,c){if(!(this instanceof Writable))return new Writable(i,c);A.call(this,c);beforeFirstCall(this,"_write",(function(){var d=i.call(this,c);var p=this.emit.bind(this,"error");d.on("error",p);this.pipe(d)}));this.emit("writable")}},34793:(i,c,d)=>{"use strict";var p=d(19183);var A=Object.keys||function(i){var c=[];for(var d in i){c.push(d)}return c};i.exports=Duplex;var C=Object.create(d(45481));C.inherits=d(39598);var S=d(74559);var v=d(54579);C.inherits(Duplex,S);{var T=A(v.prototype);for(var _=0;_<T.length;_++){var V=T[_];if(!Duplex.prototype[V])Duplex.prototype[V]=v.prototype[V]}}function Duplex(i){if(!(this instanceof Duplex))return new Duplex(i);S.call(this,i);v.call(this,i);if(i&&i.readable===false)this.readable=false;if(i&&i.writable===false)this.writable=false;this.allowHalfOpen=true;if(i&&i.allowHalfOpen===false)this.allowHalfOpen=false;this.once("end",onend)}Object.defineProperty(Duplex.prototype,"writableHighWaterMark",{enumerable:false,get:function(){return this._writableState.highWaterMark}});function onend(){if(this.allowHalfOpen||this._writableState.ended)return;p.nextTick(onEndNT,this)}function onEndNT(i){i.end()}Object.defineProperty(Duplex.prototype,"destroyed",{get:function(){if(this._readableState===undefined||this._writableState===undefined){return false}return this._readableState.destroyed&&this._writableState.destroyed},set:function(i){if(this._readableState===undefined||this._writableState===undefined){return}this._readableState.destroyed=i;this._writableState.destroyed=i}});Duplex.prototype._destroy=function(i,c){this.push(null);this.end();p.nextTick(c,i)}},72029:(i,c,d)=>{"use strict";i.exports=PassThrough;var p=d(69343);var A=Object.create(d(45481));A.inherits=d(39598);A.inherits(PassThrough,p);function PassThrough(i){if(!(this instanceof PassThrough))return new PassThrough(i);p.call(this,i)}PassThrough.prototype._transform=function(i,c,d){d(null,i)}},74559:(i,c,d)=>{"use strict";var p=d(19183);i.exports=Readable;var A=d(82513);var C;Readable.ReadableState=ReadableState;var S=d(24434).EventEmitter;var EElistenerCount=function(i,c){return i.listeners(c).length};var v=d(87137);var T=d(13644).Buffer;var _=(typeof global!=="undefined"?global:typeof window!=="undefined"?window:typeof self!=="undefined"?self:{}).Uint8Array||function(){};function _uint8ArrayToBuffer(i){return T.from(i)}function _isUint8Array(i){return T.isBuffer(i)||i instanceof _}var V=Object.create(d(45481));V.inherits=d(39598);var Z=d(39023);var ee=void 0;if(Z&&Z.debuglog){ee=Z.debuglog("stream")}else{ee=function(){}}var te=d(46127);var re=d(91031);var ne;V.inherits(Readable,v);var ie=["error","close","destroy","pause","resume"];function prependListener(i,c,d){if(typeof i.prependListener==="function")return i.prependListener(c,d);if(!i._events||!i._events[c])i.on(c,d);else if(A(i._events[c]))i._events[c].unshift(d);else i._events[c]=[d,i._events[c]]}function ReadableState(i,c){C=C||d(34793);i=i||{};var p=c instanceof C;this.objectMode=!!i.objectMode;if(p)this.objectMode=this.objectMode||!!i.readableObjectMode;var A=i.highWaterMark;var S=i.readableHighWaterMark;var v=this.objectMode?16:16*1024;if(A||A===0)this.highWaterMark=A;else if(p&&(S||S===0))this.highWaterMark=S;else this.highWaterMark=v;this.highWaterMark=Math.floor(this.highWaterMark);this.buffer=new te;this.length=0;this.pipes=null;this.pipesCount=0;this.flowing=null;this.ended=false;this.endEmitted=false;this.reading=false;this.sync=true;this.needReadable=false;this.emittedReadable=false;this.readableListening=false;this.resumeScheduled=false;this.destroyed=false;this.defaultEncoding=i.defaultEncoding||"utf8";this.awaitDrain=0;this.readingMore=false;this.decoder=null;this.encoding=null;if(i.encoding){if(!ne)ne=d(50176).I;this.decoder=new ne(i.encoding);this.encoding=i.encoding}}function Readable(i){C=C||d(34793);if(!(this instanceof Readable))return new Readable(i);this._readableState=new ReadableState(i,this);this.readable=true;if(i){if(typeof i.read==="function")this._read=i.read;if(typeof i.destroy==="function")this._destroy=i.destroy}v.call(this)}Object.defineProperty(Readable.prototype,"destroyed",{get:function(){if(this._readableState===undefined){return false}return this._readableState.destroyed},set:function(i){if(!this._readableState){return}this._readableState.destroyed=i}});Readable.prototype.destroy=re.destroy;Readable.prototype._undestroy=re.undestroy;Readable.prototype._destroy=function(i,c){this.push(null);c(i)};Readable.prototype.push=function(i,c){var d=this._readableState;var p;if(!d.objectMode){if(typeof i==="string"){c=c||d.defaultEncoding;if(c!==d.encoding){i=T.from(i,c);c=""}p=true}}else{p=true}return readableAddChunk(this,i,c,false,p)};Readable.prototype.unshift=function(i){return readableAddChunk(this,i,null,true,false)};function readableAddChunk(i,c,d,p,A){var C=i._readableState;if(c===null){C.reading=false;onEofChunk(i,C)}else{var S;if(!A)S=chunkInvalid(C,c);if(S){i.emit("error",S)}else if(C.objectMode||c&&c.length>0){if(typeof c!=="string"&&!C.objectMode&&Object.getPrototypeOf(c)!==T.prototype){c=_uint8ArrayToBuffer(c)}if(p){if(C.endEmitted)i.emit("error",new Error("stream.unshift() after end event"));else addChunk(i,C,c,true)}else if(C.ended){i.emit("error",new Error("stream.push() after EOF"))}else{C.reading=false;if(C.decoder&&!d){c=C.decoder.write(c);if(C.objectMode||c.length!==0)addChunk(i,C,c,false);else maybeReadMore(i,C)}else{addChunk(i,C,c,false)}}}else if(!p){C.reading=false}}return needMoreData(C)}function addChunk(i,c,d,p){if(c.flowing&&c.length===0&&!c.sync){i.emit("data",d);i.read(0)}else{c.length+=c.objectMode?1:d.length;if(p)c.buffer.unshift(d);else c.buffer.push(d);if(c.needReadable)emitReadable(i)}maybeReadMore(i,c)}function chunkInvalid(i,c){var d;if(!_isUint8Array(c)&&typeof c!=="string"&&c!==undefined&&!i.objectMode){d=new TypeError("Invalid non-string/buffer chunk")}return d}function needMoreData(i){return!i.ended&&(i.needReadable||i.length<i.highWaterMark||i.length===0)}Readable.prototype.isPaused=function(){return this._readableState.flowing===false};Readable.prototype.setEncoding=function(i){if(!ne)ne=d(50176).I;this._readableState.decoder=new ne(i);this._readableState.encoding=i;return this};var se=8388608;function computeNewHighWaterMark(i){if(i>=se){i=se}else{i--;i|=i>>>1;i|=i>>>2;i|=i>>>4;i|=i>>>8;i|=i>>>16;i++}return i}function howMuchToRead(i,c){if(i<=0||c.length===0&&c.ended)return 0;if(c.objectMode)return 1;if(i!==i){if(c.flowing&&c.length)return c.buffer.head.data.length;else return c.length}if(i>c.highWaterMark)c.highWaterMark=computeNewHighWaterMark(i);if(i<=c.length)return i;if(!c.ended){c.needReadable=true;return 0}return c.length}Readable.prototype.read=function(i){ee("read",i);i=parseInt(i,10);var c=this._readableState;var d=i;if(i!==0)c.emittedReadable=false;if(i===0&&c.needReadable&&(c.length>=c.highWaterMark||c.ended)){ee("read: emitReadable",c.length,c.ended);if(c.length===0&&c.ended)endReadable(this);else emitReadable(this);return null}i=howMuchToRead(i,c);if(i===0&&c.ended){if(c.length===0)endReadable(this);return null}var p=c.needReadable;ee("need readable",p);if(c.length===0||c.length-i<c.highWaterMark){p=true;ee("length less than watermark",p)}if(c.ended||c.reading){p=false;ee("reading or ended",p)}else if(p){ee("do read");c.reading=true;c.sync=true;if(c.length===0)c.needReadable=true;this._read(c.highWaterMark);c.sync=false;if(!c.reading)i=howMuchToRead(d,c)}var A;if(i>0)A=fromList(i,c);else A=null;if(A===null){c.needReadable=true;i=0}else{c.length-=i}if(c.length===0){if(!c.ended)c.needReadable=true;if(d!==i&&c.ended)endReadable(this)}if(A!==null)this.emit("data",A);return A};function onEofChunk(i,c){if(c.ended)return;if(c.decoder){var d=c.decoder.end();if(d&&d.length){c.buffer.push(d);c.length+=c.objectMode?1:d.length}}c.ended=true;emitReadable(i)}function emitReadable(i){var c=i._readableState;c.needReadable=false;if(!c.emittedReadable){ee("emitReadable",c.flowing);c.emittedReadable=true;if(c.sync)p.nextTick(emitReadable_,i);else emitReadable_(i)}}function emitReadable_(i){ee("emit readable");i.emit("readable");flow(i)}function maybeReadMore(i,c){if(!c.readingMore){c.readingMore=true;p.nextTick(maybeReadMore_,i,c)}}function maybeReadMore_(i,c){var d=c.length;while(!c.reading&&!c.flowing&&!c.ended&&c.length<c.highWaterMark){ee("maybeReadMore read 0");i.read(0);if(d===c.length)break;else d=c.length}c.readingMore=false}Readable.prototype._read=function(i){this.emit("error",new Error("_read() is not implemented"))};Readable.prototype.pipe=function(i,c){var d=this;var A=this._readableState;switch(A.pipesCount){case 0:A.pipes=i;break;case 1:A.pipes=[A.pipes,i];break;default:A.pipes.push(i);break}A.pipesCount+=1;ee("pipe count=%d opts=%j",A.pipesCount,c);var C=(!c||c.end!==false)&&i!==process.stdout&&i!==process.stderr;var S=C?onend:unpipe;if(A.endEmitted)p.nextTick(S);else d.once("end",S);i.on("unpipe",onunpipe);function onunpipe(i,c){ee("onunpipe");if(i===d){if(c&&c.hasUnpiped===false){c.hasUnpiped=true;cleanup()}}}function onend(){ee("onend");i.end()}var v=pipeOnDrain(d);i.on("drain",v);var T=false;function cleanup(){ee("cleanup");i.removeListener("close",onclose);i.removeListener("finish",onfinish);i.removeListener("drain",v);i.removeListener("error",onerror);i.removeListener("unpipe",onunpipe);d.removeListener("end",onend);d.removeListener("end",unpipe);d.removeListener("data",ondata);T=true;if(A.awaitDrain&&(!i._writableState||i._writableState.needDrain))v()}var _=false;d.on("data",ondata);function ondata(c){ee("ondata");_=false;var p=i.write(c);if(false===p&&!_){if((A.pipesCount===1&&A.pipes===i||A.pipesCount>1&&indexOf(A.pipes,i)!==-1)&&!T){ee("false write response, pause",A.awaitDrain);A.awaitDrain++;_=true}d.pause()}}function onerror(c){ee("onerror",c);unpipe();i.removeListener("error",onerror);if(EElistenerCount(i,"error")===0)i.emit("error",c)}prependListener(i,"error",onerror);function onclose(){i.removeListener("finish",onfinish);unpipe()}i.once("close",onclose);function onfinish(){ee("onfinish");i.removeListener("close",onclose);unpipe()}i.once("finish",onfinish);function unpipe(){ee("unpipe");d.unpipe(i)}i.emit("pipe",d);if(!A.flowing){ee("pipe resume");d.resume()}return i};function pipeOnDrain(i){return function(){var c=i._readableState;ee("pipeOnDrain",c.awaitDrain);if(c.awaitDrain)c.awaitDrain--;if(c.awaitDrain===0&&EElistenerCount(i,"data")){c.flowing=true;flow(i)}}}Readable.prototype.unpipe=function(i){var c=this._readableState;var d={hasUnpiped:false};if(c.pipesCount===0)return this;if(c.pipesCount===1){if(i&&i!==c.pipes)return this;if(!i)i=c.pipes;c.pipes=null;c.pipesCount=0;c.flowing=false;if(i)i.emit("unpipe",this,d);return this}if(!i){var p=c.pipes;var A=c.pipesCount;c.pipes=null;c.pipesCount=0;c.flowing=false;for(var C=0;C<A;C++){p[C].emit("unpipe",this,{hasUnpiped:false})}return this}var S=indexOf(c.pipes,i);if(S===-1)return this;c.pipes.splice(S,1);c.pipesCount-=1;if(c.pipesCount===1)c.pipes=c.pipes[0];i.emit("unpipe",this,d);return this};Readable.prototype.on=function(i,c){var d=v.prototype.on.call(this,i,c);if(i==="data"){if(this._readableState.flowing!==false)this.resume()}else if(i==="readable"){var A=this._readableState;if(!A.endEmitted&&!A.readableListening){A.readableListening=A.needReadable=true;A.emittedReadable=false;if(!A.reading){p.nextTick(nReadingNextTick,this)}else if(A.length){emitReadable(this)}}}return d};Readable.prototype.addListener=Readable.prototype.on;function nReadingNextTick(i){ee("readable nexttick read 0");i.read(0)}Readable.prototype.resume=function(){var i=this._readableState;if(!i.flowing){ee("resume");i.flowing=true;resume(this,i)}return this};function resume(i,c){if(!c.resumeScheduled){c.resumeScheduled=true;p.nextTick(resume_,i,c)}}function resume_(i,c){if(!c.reading){ee("resume read 0");i.read(0)}c.resumeScheduled=false;c.awaitDrain=0;i.emit("resume");flow(i);if(c.flowing&&!c.reading)i.read(0)}Readable.prototype.pause=function(){ee("call pause flowing=%j",this._readableState.flowing);if(false!==this._readableState.flowing){ee("pause");this._readableState.flowing=false;this.emit("pause")}return this};function flow(i){var c=i._readableState;ee("flow",c.flowing);while(c.flowing&&i.read()!==null){}}Readable.prototype.wrap=function(i){var c=this;var d=this._readableState;var p=false;i.on("end",(function(){ee("wrapped end");if(d.decoder&&!d.ended){var i=d.decoder.end();if(i&&i.length)c.push(i)}c.push(null)}));i.on("data",(function(A){ee("wrapped data");if(d.decoder)A=d.decoder.write(A);if(d.objectMode&&(A===null||A===undefined))return;else if(!d.objectMode&&(!A||!A.length))return;var C=c.push(A);if(!C){p=true;i.pause()}}));for(var A in i){if(this[A]===undefined&&typeof i[A]==="function"){this[A]=function(c){return function(){return i[c].apply(i,arguments)}}(A)}}for(var C=0;C<ie.length;C++){i.on(ie[C],this.emit.bind(this,ie[C]))}this._read=function(c){ee("wrapped _read",c);if(p){p=false;i.resume()}};return this};Object.defineProperty(Readable.prototype,"readableHighWaterMark",{enumerable:false,get:function(){return this._readableState.highWaterMark}});Readable._fromList=fromList;function fromList(i,c){if(c.length===0)return null;var d;if(c.objectMode)d=c.buffer.shift();else if(!i||i>=c.length){if(c.decoder)d=c.buffer.join("");else if(c.buffer.length===1)d=c.buffer.head.data;else d=c.buffer.concat(c.length);c.buffer.clear()}else{d=fromListPartial(i,c.buffer,c.decoder)}return d}function fromListPartial(i,c,d){var p;if(i<c.head.data.length){p=c.head.data.slice(0,i);c.head.data=c.head.data.slice(i)}else if(i===c.head.data.length){p=c.shift()}else{p=d?copyFromBufferString(i,c):copyFromBuffer(i,c)}return p}function copyFromBufferString(i,c){var d=c.head;var p=1;var A=d.data;i-=A.length;while(d=d.next){var C=d.data;var S=i>C.length?C.length:i;if(S===C.length)A+=C;else A+=C.slice(0,i);i-=S;if(i===0){if(S===C.length){++p;if(d.next)c.head=d.next;else c.head=c.tail=null}else{c.head=d;d.data=C.slice(S)}break}++p}c.length-=p;return A}function copyFromBuffer(i,c){var d=T.allocUnsafe(i);var p=c.head;var A=1;p.data.copy(d);i-=p.data.length;while(p=p.next){var C=p.data;var S=i>C.length?C.length:i;C.copy(d,d.length-i,0,S);i-=S;if(i===0){if(S===C.length){++A;if(p.next)c.head=p.next;else c.head=c.tail=null}else{c.head=p;p.data=C.slice(S)}break}++A}c.length-=A;return d}function endReadable(i){var c=i._readableState;if(c.length>0)throw new Error('"endReadable()" called on non-empty stream');if(!c.endEmitted){c.ended=true;p.nextTick(endReadableNT,c,i)}}function endReadableNT(i,c){if(!i.endEmitted&&i.length===0){i.endEmitted=true;c.readable=false;c.emit("end")}}function indexOf(i,c){for(var d=0,p=i.length;d<p;d++){if(i[d]===c)return d}return-1}},69343:(i,c,d)=>{"use strict";i.exports=Transform;var p=d(34793);var A=Object.create(d(45481));A.inherits=d(39598);A.inherits(Transform,p);function afterTransform(i,c){var d=this._transformState;d.transforming=false;var p=d.writecb;if(!p){return this.emit("error",new Error("write callback called multiple times"))}d.writechunk=null;d.writecb=null;if(c!=null)this.push(c);p(i);var A=this._readableState;A.reading=false;if(A.needReadable||A.length<A.highWaterMark){this._read(A.highWaterMark)}}function Transform(i){if(!(this instanceof Transform))return new Transform(i);p.call(this,i);this._transformState={afterTransform:afterTransform.bind(this),needTransform:false,transforming:false,writecb:null,writechunk:null,writeencoding:null};this._readableState.needReadable=true;this._readableState.sync=false;if(i){if(typeof i.transform==="function")this._transform=i.transform;if(typeof i.flush==="function")this._flush=i.flush}this.on("prefinish",prefinish)}function prefinish(){var i=this;if(typeof this._flush==="function"){this._flush((function(c,d){done(i,c,d)}))}else{done(this,null,null)}}Transform.prototype.push=function(i,c){this._transformState.needTransform=false;return p.prototype.push.call(this,i,c)};Transform.prototype._transform=function(i,c,d){throw new Error("_transform() is not implemented")};Transform.prototype._write=function(i,c,d){var p=this._transformState;p.writecb=d;p.writechunk=i;p.writeencoding=c;if(!p.transforming){var A=this._readableState;if(p.needTransform||A.needReadable||A.length<A.highWaterMark)this._read(A.highWaterMark)}};Transform.prototype._read=function(i){var c=this._transformState;if(c.writechunk!==null&&c.writecb&&!c.transforming){c.transforming=true;this._transform(c.writechunk,c.writeencoding,c.afterTransform)}else{c.needTransform=true}};Transform.prototype._destroy=function(i,c){var d=this;p.prototype._destroy.call(this,i,(function(i){c(i);d.emit("close")}))};function done(i,c,d){if(c)return i.emit("error",c);if(d!=null)i.push(d);if(i._writableState.length)throw new Error("Calling transform done when ws.length != 0");if(i._transformState.transforming)throw new Error("Calling transform done when still transforming");return i.push(null)}},54579:(i,c,d)=>{"use strict";var p=d(19183);i.exports=Writable;function WriteReq(i,c,d){this.chunk=i;this.encoding=c;this.callback=d;this.next=null}function CorkedRequest(i){var c=this;this.next=null;this.entry=null;this.finish=function(){onCorkedFinish(c,i)}}var A=!process.browser&&["v0.10","v0.9."].indexOf(process.version.slice(0,5))>-1?setImmediate:p.nextTick;var C;Writable.WritableState=WritableState;var S=Object.create(d(45481));S.inherits=d(39598);var v={deprecate:d(24488)};var T=d(87137);var _=d(13644).Buffer;var V=(typeof global!=="undefined"?global:typeof window!=="undefined"?window:typeof self!=="undefined"?self:{}).Uint8Array||function(){};function _uint8ArrayToBuffer(i){return _.from(i)}function _isUint8Array(i){return _.isBuffer(i)||i instanceof V}var Z=d(91031);S.inherits(Writable,T);function nop(){}function WritableState(i,c){C=C||d(34793);i=i||{};var p=c instanceof C;this.objectMode=!!i.objectMode;if(p)this.objectMode=this.objectMode||!!i.writableObjectMode;var A=i.highWaterMark;var S=i.writableHighWaterMark;var v=this.objectMode?16:16*1024;if(A||A===0)this.highWaterMark=A;else if(p&&(S||S===0))this.highWaterMark=S;else this.highWaterMark=v;this.highWaterMark=Math.floor(this.highWaterMark);this.finalCalled=false;this.needDrain=false;this.ending=false;this.ended=false;this.finished=false;this.destroyed=false;var T=i.decodeStrings===false;this.decodeStrings=!T;this.defaultEncoding=i.defaultEncoding||"utf8";this.length=0;this.writing=false;this.corked=0;this.sync=true;this.bufferProcessing=false;this.onwrite=function(i){onwrite(c,i)};this.writecb=null;this.writelen=0;this.bufferedRequest=null;this.lastBufferedRequest=null;this.pendingcb=0;this.prefinished=false;this.errorEmitted=false;this.bufferedRequestCount=0;this.corkedRequestsFree=new CorkedRequest(this)}WritableState.prototype.getBuffer=function getBuffer(){var i=this.bufferedRequest;var c=[];while(i){c.push(i);i=i.next}return c};(function(){try{Object.defineProperty(WritableState.prototype,"buffer",{get:v.deprecate((function(){return this.getBuffer()}),"_writableState.buffer is deprecated. Use _writableState.getBuffer "+"instead.","DEP0003")})}catch(i){}})();var ee;if(typeof Symbol==="function"&&Symbol.hasInstance&&typeof Function.prototype[Symbol.hasInstance]==="function"){ee=Function.prototype[Symbol.hasInstance];Object.defineProperty(Writable,Symbol.hasInstance,{value:function(i){if(ee.call(this,i))return true;if(this!==Writable)return false;return i&&i._writableState instanceof WritableState}})}else{ee=function(i){return i instanceof this}}function Writable(i){C=C||d(34793);if(!ee.call(Writable,this)&&!(this instanceof C)){return new Writable(i)}this._writableState=new WritableState(i,this);this.writable=true;if(i){if(typeof i.write==="function")this._write=i.write;if(typeof i.writev==="function")this._writev=i.writev;if(typeof i.destroy==="function")this._destroy=i.destroy;if(typeof i.final==="function")this._final=i.final}T.call(this)}Writable.prototype.pipe=function(){this.emit("error",new Error("Cannot pipe, not readable"))};function writeAfterEnd(i,c){var d=new Error("write after end");i.emit("error",d);p.nextTick(c,d)}function validChunk(i,c,d,A){var C=true;var S=false;if(d===null){S=new TypeError("May not write null values to stream")}else if(typeof d!=="string"&&d!==undefined&&!c.objectMode){S=new TypeError("Invalid non-string/buffer chunk")}if(S){i.emit("error",S);p.nextTick(A,S);C=false}return C}Writable.prototype.write=function(i,c,d){var p=this._writableState;var A=false;var C=!p.objectMode&&_isUint8Array(i);if(C&&!_.isBuffer(i)){i=_uint8ArrayToBuffer(i)}if(typeof c==="function"){d=c;c=null}if(C)c="buffer";else if(!c)c=p.defaultEncoding;if(typeof d!=="function")d=nop;if(p.ended)writeAfterEnd(this,d);else if(C||validChunk(this,p,i,d)){p.pendingcb++;A=writeOrBuffer(this,p,C,i,c,d)}return A};Writable.prototype.cork=function(){var i=this._writableState;i.corked++};Writable.prototype.uncork=function(){var i=this._writableState;if(i.corked){i.corked--;if(!i.writing&&!i.corked&&!i.bufferProcessing&&i.bufferedRequest)clearBuffer(this,i)}};Writable.prototype.setDefaultEncoding=function setDefaultEncoding(i){if(typeof i==="string")i=i.toLowerCase();if(!(["hex","utf8","utf-8","ascii","binary","base64","ucs2","ucs-2","utf16le","utf-16le","raw"].indexOf((i+"").toLowerCase())>-1))throw new TypeError("Unknown encoding: "+i);this._writableState.defaultEncoding=i;return this};function decodeChunk(i,c,d){if(!i.objectMode&&i.decodeStrings!==false&&typeof c==="string"){c=_.from(c,d)}return c}Object.defineProperty(Writable.prototype,"writableHighWaterMark",{enumerable:false,get:function(){return this._writableState.highWaterMark}});function writeOrBuffer(i,c,d,p,A,C){if(!d){var S=decodeChunk(c,p,A);if(p!==S){d=true;A="buffer";p=S}}var v=c.objectMode?1:p.length;c.length+=v;var T=c.length<c.highWaterMark;if(!T)c.needDrain=true;if(c.writing||c.corked){var _=c.lastBufferedRequest;c.lastBufferedRequest={chunk:p,encoding:A,isBuf:d,callback:C,next:null};if(_){_.next=c.lastBufferedRequest}else{c.bufferedRequest=c.lastBufferedRequest}c.bufferedRequestCount+=1}else{doWrite(i,c,false,v,p,A,C)}return T}function doWrite(i,c,d,p,A,C,S){c.writelen=p;c.writecb=S;c.writing=true;c.sync=true;if(d)i._writev(A,c.onwrite);else i._write(A,C,c.onwrite);c.sync=false}function onwriteError(i,c,d,A,C){--c.pendingcb;if(d){p.nextTick(C,A);p.nextTick(finishMaybe,i,c);i._writableState.errorEmitted=true;i.emit("error",A)}else{C(A);i._writableState.errorEmitted=true;i.emit("error",A);finishMaybe(i,c)}}function onwriteStateUpdate(i){i.writing=false;i.writecb=null;i.length-=i.writelen;i.writelen=0}function onwrite(i,c){var d=i._writableState;var p=d.sync;var C=d.writecb;onwriteStateUpdate(d);if(c)onwriteError(i,d,p,c,C);else{var S=needFinish(d);if(!S&&!d.corked&&!d.bufferProcessing&&d.bufferedRequest){clearBuffer(i,d)}if(p){A(afterWrite,i,d,S,C)}else{afterWrite(i,d,S,C)}}}function afterWrite(i,c,d,p){if(!d)onwriteDrain(i,c);c.pendingcb--;p();finishMaybe(i,c)}function onwriteDrain(i,c){if(c.length===0&&c.needDrain){c.needDrain=false;i.emit("drain")}}function clearBuffer(i,c){c.bufferProcessing=true;var d=c.bufferedRequest;if(i._writev&&d&&d.next){var p=c.bufferedRequestCount;var A=new Array(p);var C=c.corkedRequestsFree;C.entry=d;var S=0;var v=true;while(d){A[S]=d;if(!d.isBuf)v=false;d=d.next;S+=1}A.allBuffers=v;doWrite(i,c,true,c.length,A,"",C.finish);c.pendingcb++;c.lastBufferedRequest=null;if(C.next){c.corkedRequestsFree=C.next;C.next=null}else{c.corkedRequestsFree=new CorkedRequest(c)}c.bufferedRequestCount=0}else{while(d){var T=d.chunk;var _=d.encoding;var V=d.callback;var Z=c.objectMode?1:T.length;doWrite(i,c,false,Z,T,_,V);d=d.next;c.bufferedRequestCount--;if(c.writing){break}}if(d===null)c.lastBufferedRequest=null}c.bufferedRequest=d;c.bufferProcessing=false}Writable.prototype._write=function(i,c,d){d(new Error("_write() is not implemented"))};Writable.prototype._writev=null;Writable.prototype.end=function(i,c,d){var p=this._writableState;if(typeof i==="function"){d=i;i=null;c=null}else if(typeof c==="function"){d=c;c=null}if(i!==null&&i!==undefined)this.write(i,c);if(p.corked){p.corked=1;this.uncork()}if(!p.ending)endWritable(this,p,d)};function needFinish(i){return i.ending&&i.length===0&&i.bufferedRequest===null&&!i.finished&&!i.writing}function callFinal(i,c){i._final((function(d){c.pendingcb--;if(d){i.emit("error",d)}c.prefinished=true;i.emit("prefinish");finishMaybe(i,c)}))}function prefinish(i,c){if(!c.prefinished&&!c.finalCalled){if(typeof i._final==="function"){c.pendingcb++;c.finalCalled=true;p.nextTick(callFinal,i,c)}else{c.prefinished=true;i.emit("prefinish")}}}function finishMaybe(i,c){var d=needFinish(c);if(d){prefinish(i,c);if(c.pendingcb===0){c.finished=true;i.emit("finish")}}return d}function endWritable(i,c,d){c.ending=true;finishMaybe(i,c);if(d){if(c.finished)p.nextTick(d);else i.once("finish",d)}c.ended=true;i.writable=false}function onCorkedFinish(i,c,d){var p=i.entry;i.entry=null;while(p){var A=p.callback;c.pendingcb--;A(d);p=p.next}c.corkedRequestsFree.next=i}Object.defineProperty(Writable.prototype,"destroyed",{get:function(){if(this._writableState===undefined){return false}return this._writableState.destroyed},set:function(i){if(!this._writableState){return}this._writableState.destroyed=i}});Writable.prototype.destroy=Z.destroy;Writable.prototype._undestroy=Z.undestroy;Writable.prototype._destroy=function(i,c){this.end();c(i)}},46127:(i,c,d)=>{"use strict";function _classCallCheck(i,c){if(!(i instanceof c)){throw new TypeError("Cannot call a class as a function")}}var p=d(13644).Buffer;var A=d(39023);function copyBuffer(i,c,d){i.copy(c,d)}i.exports=function(){function BufferList(){_classCallCheck(this,BufferList);this.head=null;this.tail=null;this.length=0}BufferList.prototype.push=function push(i){var c={data:i,next:null};if(this.length>0)this.tail.next=c;else this.head=c;this.tail=c;++this.length};BufferList.prototype.unshift=function unshift(i){var c={data:i,next:this.head};if(this.length===0)this.tail=c;this.head=c;++this.length};BufferList.prototype.shift=function shift(){if(this.length===0)return;var i=this.head.data;if(this.length===1)this.head=this.tail=null;else this.head=this.head.next;--this.length;return i};BufferList.prototype.clear=function clear(){this.head=this.tail=null;this.length=0};BufferList.prototype.join=function join(i){if(this.length===0)return"";var c=this.head;var d=""+c.data;while(c=c.next){d+=i+c.data}return d};BufferList.prototype.concat=function concat(i){if(this.length===0)return p.alloc(0);var c=p.allocUnsafe(i>>>0);var d=this.head;var A=0;while(d){copyBuffer(d.data,c,A);A+=d.data.length;d=d.next}return c};return BufferList}();if(A&&A.inspect&&A.inspect.custom){i.exports.prototype[A.inspect.custom]=function(){var i=A.inspect({length:this.length});return this.constructor.name+" "+i}}},91031:(i,c,d)=>{"use strict";var p=d(19183);function destroy(i,c){var d=this;var A=this._readableState&&this._readableState.destroyed;var C=this._writableState&&this._writableState.destroyed;if(A||C){if(c){c(i)}else if(i){if(!this._writableState){p.nextTick(emitErrorNT,this,i)}else if(!this._writableState.errorEmitted){this._writableState.errorEmitted=true;p.nextTick(emitErrorNT,this,i)}}return this}if(this._readableState){this._readableState.destroyed=true}if(this._writableState){this._writableState.destroyed=true}this._destroy(i||null,(function(i){if(!c&&i){if(!d._writableState){p.nextTick(emitErrorNT,d,i)}else if(!d._writableState.errorEmitted){d._writableState.errorEmitted=true;p.nextTick(emitErrorNT,d,i)}}else if(c){c(i)}}));return this}function undestroy(){if(this._readableState){this._readableState.destroyed=false;this._readableState.reading=false;this._readableState.ended=false;this._readableState.endEmitted=false}if(this._writableState){this._writableState.destroyed=false;this._writableState.ended=false;this._writableState.ending=false;this._writableState.finalCalled=false;this._writableState.prefinished=false;this._writableState.finished=false;this._writableState.errorEmitted=false}}function emitErrorNT(i,c){i.emit("error",c)}i.exports={destroy:destroy,undestroy:undestroy}},87137:(i,c,d)=>{i.exports=d(2203)},1835:(i,c,d)=>{i.exports=d(73109).PassThrough},73109:(i,c,d)=>{var p=d(2203);if(process.env.READABLE_STREAM==="disable"&&p){i.exports=p;c=i.exports=p.Readable;c.Readable=p.Readable;c.Writable=p.Writable;c.Duplex=p.Duplex;c.Transform=p.Transform;c.PassThrough=p.PassThrough;c.Stream=p}else{c=i.exports=d(74559);c.Stream=p||c;c.Readable=c;c.Writable=d(54579);c.Duplex=d(34793);c.Transform=d(69343);c.PassThrough=d(72029)}},13644:(i,c,d)=>{var p=d(20181);var A=p.Buffer;function copyProps(i,c){for(var d in i){c[d]=i[d]}}if(A.from&&A.alloc&&A.allocUnsafe&&A.allocUnsafeSlow){i.exports=p}else{copyProps(p,c);c.Buffer=SafeBuffer}function SafeBuffer(i,c,d){return A(i,c,d)}copyProps(A,SafeBuffer);SafeBuffer.from=function(i,c,d){if(typeof i==="number"){throw new TypeError("Argument must not be a number")}return A(i,c,d)};SafeBuffer.alloc=function(i,c,d){if(typeof i!=="number"){throw new TypeError("Argument must be a number")}var p=A(i);if(c!==undefined){if(typeof d==="string"){p.fill(c,d)}else{p.fill(c)}}else{p.fill(0)}return p};SafeBuffer.allocUnsafe=function(i){if(typeof i!=="number"){throw new TypeError("Argument must be a number")}return A(i)};SafeBuffer.allocUnsafeSlow=function(i){if(typeof i!=="number"){throw new TypeError("Argument must be a number")}return p.SlowBuffer(i)}},50176:(i,c,d)=>{"use strict";var p=d(13644).Buffer;var A=p.isEncoding||function(i){i=""+i;switch(i&&i.toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":case"raw":return true;default:return false}};function _normalizeEncoding(i){if(!i)return"utf8";var c;while(true){switch(i){case"utf8":case"utf-8":return"utf8";case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return"utf16le";case"latin1":case"binary":return"latin1";case"base64":case"ascii":case"hex":return i;default:if(c)return;i=(""+i).toLowerCase();c=true}}}function normalizeEncoding(i){var c=_normalizeEncoding(i);if(typeof c!=="string"&&(p.isEncoding===A||!A(i)))throw new Error("Unknown encoding: "+i);return c||i}c.I=StringDecoder;function StringDecoder(i){this.encoding=normalizeEncoding(i);var c;switch(this.encoding){case"utf16le":this.text=utf16Text;this.end=utf16End;c=4;break;case"utf8":this.fillLast=utf8FillLast;c=4;break;case"base64":this.text=base64Text;this.end=base64End;c=3;break;default:this.write=simpleWrite;this.end=simpleEnd;return}this.lastNeed=0;this.lastTotal=0;this.lastChar=p.allocUnsafe(c)}StringDecoder.prototype.write=function(i){if(i.length===0)return"";var c;var d;if(this.lastNeed){c=this.fillLast(i);if(c===undefined)return"";d=this.lastNeed;this.lastNeed=0}else{d=0}if(d<i.length)return c?c+this.text(i,d):this.text(i,d);return c||""};StringDecoder.prototype.end=utf8End;StringDecoder.prototype.text=utf8Text;StringDecoder.prototype.fillLast=function(i){if(this.lastNeed<=i.length){i.copy(this.lastChar,this.lastTotal-this.lastNeed,0,this.lastNeed);return this.lastChar.toString(this.encoding,0,this.lastTotal)}i.copy(this.lastChar,this.lastTotal-this.lastNeed,0,i.length);this.lastNeed-=i.length};function utf8CheckByte(i){if(i<=127)return 0;else if(i>>5===6)return 2;else if(i>>4===14)return 3;else if(i>>3===30)return 4;return i>>6===2?-1:-2}function utf8CheckIncomplete(i,c,d){var p=c.length-1;if(p<d)return 0;var A=utf8CheckByte(c[p]);if(A>=0){if(A>0)i.lastNeed=A-1;return A}if(--p<d||A===-2)return 0;A=utf8CheckByte(c[p]);if(A>=0){if(A>0)i.lastNeed=A-2;return A}if(--p<d||A===-2)return 0;A=utf8CheckByte(c[p]);if(A>=0){if(A>0){if(A===2)A=0;else i.lastNeed=A-3}return A}return 0}function utf8CheckExtraBytes(i,c,d){if((c[0]&192)!==128){i.lastNeed=0;return"<22>"}if(i.lastNeed>1&&c.length>1){if((c[1]&192)!==128){i.lastNeed=1;return"<22>"}if(i.lastNeed>2&&c.length>2){if((c[2]&192)!==128){i.lastNeed=2;return"<22>"}}}}function utf8FillLast(i){var c=this.lastTotal-this.lastNeed;var d=utf8CheckExtraBytes(this,i,c);if(d!==undefined)return d;if(this.lastNeed<=i.length){i.copy(this.lastChar,c,0,this.lastNeed);return this.lastChar.toString(this.encoding,0,this.lastTotal)}i.copy(this.lastChar,c,0,i.length);this.lastNeed-=i.length}function utf8Text(i,c){var d=utf8CheckIncomplete(this,i,c);if(!this.lastNeed)return i.toString("utf8",c);this.lastTotal=d;var p=i.length-(d-this.lastNeed);i.copy(this.lastChar,0,p);return i.toString("utf8",c,p)}function utf8End(i){var c=i&&i.length?this.write(i):"";if(this.lastNeed)return c+"<22>";return c}function utf16Text(i,c){if((i.length-c)%2===0){var d=i.toString("utf16le",c);if(d){var p=d.charCodeAt(d.length-1);if(p>=55296&&p<=56319){this.lastNeed=2;this.lastTotal=4;this.lastChar[0]=i[i.length-2];this.lastChar[1]=i[i.length-1];return d.slice(0,-1)}}return d}this.lastNeed=1;this.lastTotal=2;this.lastChar[0]=i[i.length-1];return i.toString("utf16le",c,i.length-1)}function utf16End(i){var c=i&&i.length?this.write(i):"";if(this.lastNeed){var d=this.lastTotal-this.lastNeed;return c+this.lastChar.toString("utf16le",0,d)}return c}function base64Text(i,c){var d=(i.length-c)%3;if(d===0)return i.toString("base64",c);this.lastNeed=3-d;this.lastTotal=3;if(d===1){this.lastChar[0]=i[i.length-1]}else{this.lastChar[0]=i[i.length-2];this.lastChar[1]=i[i.length-1]}return i.toString("base64",c,i.length-d)}function base64End(i){var c=i&&i.length?this.write(i):"";if(this.lastNeed)return c+this.lastChar.toString("base64",0,3-this.lastNeed);return c}function simpleWrite(i){return i.toString(this.encoding)}function simpleEnd(i){return i&&i.length?this.write(i):""}},66320:(i,c,d)=>{var p=d(48051),A=d(15431),C=d(26934),S=d(64306),v=d(17226);function Hash(i){var c=-1,d=i==null?0:i.length;this.clear();while(++c<d){var p=i[c];this.set(p[0],p[1])}}Hash.prototype.clear=p;Hash.prototype["delete"]=A;Hash.prototype.get=C;Hash.prototype.has=S;Hash.prototype.set=v;i.exports=Hash},68884:(i,c,d)=>{var p=d(99791),A=d(24555),C=d(86634),S=d(8430),v=d(36918);function ListCache(i){var c=-1,d=i==null?0:i.length;this.clear();while(++c<d){var p=i[c];this.set(p[0],p[1])}}ListCache.prototype.clear=p;ListCache.prototype["delete"]=A;ListCache.prototype.get=C;ListCache.prototype.has=S;ListCache.prototype.set=v;i.exports=ListCache},98272:(i,c,d)=>{var p=d(68573),A=d(6748);var C=p(A,"Map");i.exports=C},79660:(i,c,d)=>{var p=d(88487),A=d(36275),C=d(30130),S=d(69254),v=d(59806);function MapCache(i){var c=-1,d=i==null?0:i.length;this.clear();while(++c<d){var p=i[c];this.set(p[0],p[1])}}MapCache.prototype.clear=p;MapCache.prototype["delete"]=A;MapCache.prototype.get=C;MapCache.prototype.has=S;MapCache.prototype.set=v;i.exports=MapCache},84986:(i,c,d)=>{var p=d(68573),A=d(6748);var C=p(A,"Set");i.exports=C},23706:(i,c,d)=>{var p=d(79660),A=d(44671),C=d(71884);function SetCache(i){var c=-1,d=i==null?0:i.length;this.__data__=new p;while(++c<d){this.add(i[c])}}SetCache.prototype.add=SetCache.prototype.push=A;SetCache.prototype.has=C;i.exports=SetCache},38584:(i,c,d)=>{var p=d(6748);var A=p.Symbol;i.exports=A},59678:i=>{function apply(i,c,d){switch(d.length){case 0:return i.call(c);case 1:return i.call(c,d[0]);case 2:return i.call(c,d[0],d[1]);case 3:return i.call(c,d[0],d[1],d[2])}return i.apply(c,d)}i.exports=apply},70534:(i,c,d)=>{var p=d(84760);function arrayIncludes(i,c){var d=i==null?0:i.length;return!!d&&p(i,c,0)>-1}i.exports=arrayIncludes},37314:i=>{function arrayIncludesWith(i,c,d){var p=-1,A=i==null?0:i.length;while(++p<A){if(d(c,i[p])){return true}}return false}i.exports=arrayIncludesWith},62e3:(i,c,d)=>{var p=d(21299),A=d(60541),C=d(77192),S=d(43739),v=d(37446),T=d(35e3);var _=Object.prototype;var V=_.hasOwnProperty;function arrayLikeKeys(i,c){var d=C(i),_=!d&&A(i),Z=!d&&!_&&S(i),ee=!d&&!_&&!Z&&T(i),te=d||_||Z||ee,re=te?p(i.length,String):[],ne=re.length;for(var ie in i){if((c||V.call(i,ie))&&!(te&&(ie=="length"||Z&&(ie=="offset"||ie=="parent")||ee&&(ie=="buffer"||ie=="byteLength"||ie=="byteOffset")||v(ie,ne)))){re.push(ie)}}return re}i.exports=arrayLikeKeys},56649:i=>{function arrayMap(i,c){var d=-1,p=i==null?0:i.length,A=Array(p);while(++d<p){A[d]=c(i[d],d,i)}return A}i.exports=arrayMap},50827:i=>{function arrayPush(i,c){var d=-1,p=c.length,A=i.length;while(++d<p){i[A+d]=c[d]}return i}i.exports=arrayPush},74024:(i,c,d)=>{var p=d(75199);function assocIndexOf(i,c){var d=i.length;while(d--){if(p(i[d][0],c)){return d}}return-1}i.exports=assocIndexOf},3126:(i,c,d)=>{var p=d(23706),A=d(70534),C=d(37314),S=d(56649),v=d(55506),T=d(64486);var _=200;function baseDifference(i,c,d,V){var Z=-1,ee=A,te=true,re=i.length,ne=[],ie=c.length;if(!re){return ne}if(d){c=S(c,v(d))}if(V){ee=C;te=false}else if(c.length>=_){ee=T;te=false;c=new p(c)}e:while(++Z<re){var se=i[Z],ae=d==null?se:d(se);se=V||se!==0?se:0;if(te&&ae===ae){var oe=ie;while(oe--){if(c[oe]===ae){continue e}}ne.push(se)}else if(!ee(c,ae,V)){ne.push(se)}}return ne}i.exports=baseDifference},35588:i=>{function baseFindIndex(i,c,d,p){var A=i.length,C=d+(p?1:-1);while(p?C--:++C<A){if(c(i[C],C,i)){return C}}return-1}i.exports=baseFindIndex},63183:(i,c,d)=>{var p=d(50827),A=d(45088);function baseFlatten(i,c,d,C,S){var v=-1,T=i.length;d||(d=A);S||(S=[]);while(++v<T){var _=i[v];if(c>0&&d(_)){if(c>1){baseFlatten(_,c-1,d,C,S)}else{p(S,_)}}else if(!C){S[S.length]=_}}return S}i.exports=baseFlatten},29117:(i,c,d)=>{var p=d(38584),A=d(95292),C=d(71723);var S="[object Null]",v="[object Undefined]";var T=p?p.toStringTag:undefined;function baseGetTag(i){if(i==null){return i===undefined?v:S}return T&&T in Object(i)?A(i):C(i)}i.exports=baseGetTag},84760:(i,c,d)=>{var p=d(35588),A=d(34352),C=d(95232);function baseIndexOf(i,c,d){return c===c?C(i,c,d):p(i,A,d)}i.exports=baseIndexOf},93605:(i,c,d)=>{var p=d(29117),A=d(51645);var C="[object Arguments]";function baseIsArguments(i){return A(i)&&p(i)==C}i.exports=baseIsArguments},34352:i=>{function baseIsNaN(i){return i!==i}i.exports=baseIsNaN},92334:(i,c,d)=>{var p=d(34329),A=d(46613),C=d(96482),S=d(57192);var v=/[\\^$.*+?()[\]{}|]/g;var T=/^\[object .+?Constructor\]$/;var _=Function.prototype,V=Object.prototype;var Z=_.toString;var ee=V.hasOwnProperty;var te=RegExp("^"+Z.call(ee).replace(v,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function baseIsNative(i){if(!C(i)||A(i)){return false}var c=p(i)?te:T;return c.test(S(i))}i.exports=baseIsNative},16880:(i,c,d)=>{var p=d(29117),A=d(56657),C=d(51645);var S="[object Arguments]",v="[object Array]",T="[object Boolean]",_="[object Date]",V="[object Error]",Z="[object Function]",ee="[object Map]",te="[object Number]",re="[object Object]",ne="[object RegExp]",ie="[object Set]",se="[object String]",ae="[object WeakMap]";var oe="[object ArrayBuffer]",le="[object DataView]",ce="[object Float32Array]",de="[object Float64Array]",ue="[object Int8Array]",pe="[object Int16Array]",Ae="[object Int32Array]",fe="[object Uint8Array]",he="[object Uint8ClampedArray]",me="[object Uint16Array]",ge="[object Uint32Array]";var ye={};ye[ce]=ye[de]=ye[ue]=ye[pe]=ye[Ae]=ye[fe]=ye[he]=ye[me]=ye[ge]=true;ye[S]=ye[v]=ye[oe]=ye[T]=ye[le]=ye[_]=ye[V]=ye[Z]=ye[ee]=ye[te]=ye[re]=ye[ne]=ye[ie]=ye[se]=ye[ae]=false;function baseIsTypedArray(i){return C(i)&&A(i.length)&&!!ye[p(i)]}i.exports=baseIsTypedArray},82094:(i,c,d)=>{var p=d(96482),A=d(55944),C=d(94008);var S=Object.prototype;var v=S.hasOwnProperty;function baseKeysIn(i){if(!p(i)){return C(i)}var c=A(i),d=[];for(var S in i){if(!(S=="constructor"&&(c||!v.call(i,S)))){d.push(S)}}return d}i.exports=baseKeysIn},22035:(i,c,d)=>{var p=d(46851),A=d(20168),C=d(59402);function baseRest(i,c){return C(A(i,c,p),i+"")}i.exports=baseRest},64953:(i,c,d)=>{var p=d(85089),A=d(83106),C=d(46851);var S=!A?C:function(i,c){return A(i,"toString",{configurable:true,enumerable:false,value:p(c),writable:true})};i.exports=S},21299:i=>{function baseTimes(i,c){var d=-1,p=Array(i);while(++d<i){p[d]=c(d)}return p}i.exports=baseTimes},55506:i=>{function baseUnary(i){return function(c){return i(c)}}i.exports=baseUnary},32772:(i,c,d)=>{var p=d(23706),A=d(70534),C=d(37314),S=d(64486),v=d(48242),T=d(11894);var _=200;function baseUniq(i,c,d){var V=-1,Z=A,ee=i.length,te=true,re=[],ne=re;if(d){te=false;Z=C}else if(ee>=_){var ie=c?null:v(i);if(ie){return T(ie)}te=false;Z=S;ne=new p}else{ne=c?[]:re}e:while(++V<ee){var se=i[V],ae=c?c(se):se;se=d||se!==0?se:0;if(te&&ae===ae){var oe=ne.length;while(oe--){if(ne[oe]===ae){continue e}}if(c){ne.push(ae)}re.push(se)}else if(!Z(ne,ae,d)){if(ne!==re){ne.push(ae)}re.push(se)}}return re}i.exports=baseUniq},64486:i=>{function cacheHas(i,c){return i.has(c)}i.exports=cacheHas},60252:(i,c,d)=>{var p=d(6748);var A=p["__core-js_shared__"];i.exports=A},48242:(i,c,d)=>{var p=d(84986),A=d(89029),C=d(11894);var S=1/0;var v=!(p&&1/C(new p([,-0]))[1]==S)?A:function(i){return new p(i)};i.exports=v},83106:(i,c,d)=>{var p=d(68573);var A=function(){try{var i=p(Object,"defineProperty");i({},"",{});return i}catch(i){}}();i.exports=A},78997:i=>{var c=typeof global=="object"&&global&&global.Object===Object&&global;i.exports=c},1194:(i,c,d)=>{var p=d(93245);function getMapData(i,c){var d=i.__data__;return p(c)?d[typeof c=="string"?"string":"hash"]:d.map}i.exports=getMapData},68573:(i,c,d)=>{var p=d(92334),A=d(8293);function getNative(i,c){var d=A(i,c);return p(d)?d:undefined}i.exports=getNative},86194:(i,c,d)=>{var p=d(61128);var A=p(Object.getPrototypeOf,Object);i.exports=A},95292:(i,c,d)=>{var p=d(38584);var A=Object.prototype;var C=A.hasOwnProperty;var S=A.toString;var v=p?p.toStringTag:undefined;function getRawTag(i){var c=C.call(i,v),d=i[v];try{i[v]=undefined;var p=true}catch(i){}var A=S.call(i);if(p){if(c){i[v]=d}else{delete i[v]}}return A}i.exports=getRawTag},8293:i=>{function getValue(i,c){return i==null?undefined:i[c]}i.exports=getValue},48051:(i,c,d)=>{var p=d(71563);function hashClear(){this.__data__=p?p(null):{};this.size=0}i.exports=hashClear},15431:i=>{function hashDelete(i){var c=this.has(i)&&delete this.__data__[i];this.size-=c?1:0;return c}i.exports=hashDelete},26934:(i,c,d)=>{var p=d(71563);var A="__lodash_hash_undefined__";var C=Object.prototype;var S=C.hasOwnProperty;function hashGet(i){var c=this.__data__;if(p){var d=c[i];return d===A?undefined:d}return S.call(c,i)?c[i]:undefined}i.exports=hashGet},64306:(i,c,d)=>{var p=d(71563);var A=Object.prototype;var C=A.hasOwnProperty;function hashHas(i){var c=this.__data__;return p?c[i]!==undefined:C.call(c,i)}i.exports=hashHas},17226:(i,c,d)=>{var p=d(71563);var A="__lodash_hash_undefined__";function hashSet(i,c){var d=this.__data__;this.size+=this.has(i)?0:1;d[i]=p&&c===undefined?A:c;return this}i.exports=hashSet},45088:(i,c,d)=>{var p=d(38584),A=d(60541),C=d(77192);var S=p?p.isConcatSpreadable:undefined;function isFlattenable(i){return C(i)||A(i)||!!(S&&i&&i[S])}i.exports=isFlattenable},37446:i=>{var c=9007199254740991;var d=/^(?:0|[1-9]\d*)$/;function isIndex(i,p){var A=typeof i;p=p==null?c:p;return!!p&&(A=="number"||A!="symbol"&&d.test(i))&&(i>-1&&i%1==0&&i<p)}i.exports=isIndex},3349:(i,c,d)=>{var p=d(75199),A=d(75119),C=d(37446),S=d(96482);function isIterateeCall(i,c,d){if(!S(d)){return false}var v=typeof c;if(v=="number"?A(d)&&C(c,d.length):v=="string"&&c in d){return p(d[c],i)}return false}i.exports=isIterateeCall},93245:i=>{function isKeyable(i){var c=typeof i;return c=="string"||c=="number"||c=="symbol"||c=="boolean"?i!=="__proto__":i===null}i.exports=isKeyable},46613:(i,c,d)=>{var p=d(60252);var A=function(){var i=/[^.]+$/.exec(p&&p.keys&&p.keys.IE_PROTO||"");return i?"Symbol(src)_1."+i:""}();function isMasked(i){return!!A&&A in i}i.exports=isMasked},55944:i=>{var c=Object.prototype;function isPrototype(i){var d=i&&i.constructor,p=typeof d=="function"&&d.prototype||c;return i===p}i.exports=isPrototype},99791:i=>{function listCacheClear(){this.__data__=[];this.size=0}i.exports=listCacheClear},24555:(i,c,d)=>{var p=d(74024);var A=Array.prototype;var C=A.splice;function listCacheDelete(i){var c=this.__data__,d=p(c,i);if(d<0){return false}var A=c.length-1;if(d==A){c.pop()}else{C.call(c,d,1)}--this.size;return true}i.exports=listCacheDelete},86634:(i,c,d)=>{var p=d(74024);function listCacheGet(i){var c=this.__data__,d=p(c,i);return d<0?undefined:c[d][1]}i.exports=listCacheGet},8430:(i,c,d)=>{var p=d(74024);function listCacheHas(i){return p(this.__data__,i)>-1}i.exports=listCacheHas},36918:(i,c,d)=>{var p=d(74024);function listCacheSet(i,c){var d=this.__data__,A=p(d,i);if(A<0){++this.size;d.push([i,c])}else{d[A][1]=c}return this}i.exports=listCacheSet},88487:(i,c,d)=>{var p=d(66320),A=d(68884),C=d(98272);function mapCacheClear(){this.size=0;this.__data__={hash:new p,map:new(C||A),string:new p}}i.exports=mapCacheClear},36275:(i,c,d)=>{var p=d(1194);function mapCacheDelete(i){var c=p(this,i)["delete"](i);this.size-=c?1:0;return c}i.exports=mapCacheDelete},30130:(i,c,d)=>{var p=d(1194);function mapCacheGet(i){return p(this,i).get(i)}i.exports=mapCacheGet},69254:(i,c,d)=>{var p=d(1194);function mapCacheHas(i){return p(this,i).has(i)}i.exports=mapCacheHas},59806:(i,c,d)=>{var p=d(1194);function mapCacheSet(i,c){var d=p(this,i),A=d.size;d.set(i,c);this.size+=d.size==A?0:1;return this}i.exports=mapCacheSet},71563:(i,c,d)=>{var p=d(68573);var A=p(Object,"create");i.exports=A},94008:i=>{function nativeKeysIn(i){var c=[];if(i!=null){for(var d in Object(i)){c.push(d)}}return c}i.exports=nativeKeysIn},88724:(i,c,d)=>{i=d.nmd(i);var p=d(78997);var A=true&&c&&!c.nodeType&&c;var C=A&&"object"=="object"&&i&&!i.nodeType&&i;var S=C&&C.exports===A;var v=S&&p.process;var T=function(){try{var i=C&&C.require&&C.require("util").types;if(i){return i}return v&&v.binding&&v.binding("util")}catch(i){}}();i.exports=T},71723:i=>{var c=Object.prototype;var d=c.toString;function objectToString(i){return d.call(i)}i.exports=objectToString},61128:i=>{function overArg(i,c){return function(d){return i(c(d))}}i.exports=overArg},20168:(i,c,d)=>{var p=d(59678);var A=Math.max;function overRest(i,c,d){c=A(c===undefined?i.length-1:c,0);return function(){var C=arguments,S=-1,v=A(C.length-c,0),T=Array(v);while(++S<v){T[S]=C[c+S]}S=-1;var _=Array(c+1);while(++S<c){_[S]=C[S]}_[c]=d(T);return p(i,this,_)}}i.exports=overRest},6748:(i,c,d)=>{var p=d(78997);var A=typeof self=="object"&&self&&self.Object===Object&&self;var C=p||A||Function("return this")();i.exports=C},44671:i=>{var c="__lodash_hash_undefined__";function setCacheAdd(i){this.__data__.set(i,c);return this}i.exports=setCacheAdd},71884:i=>{function setCacheHas(i){return this.__data__.has(i)}i.exports=setCacheHas},11894:i=>{function setToArray(i){var c=-1,d=Array(i.size);i.forEach((function(i){d[++c]=i}));return d}i.exports=setToArray},59402:(i,c,d)=>{var p=d(64953),A=d(83286);var C=A(p);i.exports=C},83286:i=>{var c=800,d=16;var p=Date.now;function shortOut(i){var A=0,C=0;return function(){var S=p(),v=d-(S-C);C=S;if(v>0){if(++A>=c){return arguments[0]}}else{A=0}return i.apply(undefined,arguments)}}i.exports=shortOut},95232:i=>{function strictIndexOf(i,c,d){var p=d-1,A=i.length;while(++p<A){if(i[p]===c){return p}}return-1}i.exports=strictIndexOf},57192:i=>{var c=Function.prototype;var d=c.toString;function toSource(i){if(i!=null){try{return d.call(i)}catch(i){}try{return i+""}catch(i){}}return""}i.exports=toSource},85089:i=>{function constant(i){return function(){return i}}i.exports=constant},7511:(i,c,d)=>{var p=d(22035),A=d(75199),C=d(3349),S=d(19430);var v=Object.prototype;var T=v.hasOwnProperty;var _=p((function(i,c){i=Object(i);var d=-1;var p=c.length;var _=p>2?c[2]:undefined;if(_&&C(c[0],c[1],_)){p=1}while(++d<p){var V=c[d];var Z=S(V);var ee=-1;var te=Z.length;while(++ee<te){var re=Z[ee];var ne=i[re];if(ne===undefined||A(ne,v[re])&&!T.call(i,re)){i[re]=V[re]}}}return i}));i.exports=_},57294:(i,c,d)=>{var p=d(3126),A=d(63183),C=d(22035),S=d(97100);var v=C((function(i,c){return S(i)?p(i,A(c,1,S,true)):[]}));i.exports=v},75199:i=>{function eq(i,c){return i===c||i!==i&&c!==c}i.exports=eq},97047:(i,c,d)=>{var p=d(63183);function flatten(i){var c=i==null?0:i.length;return c?p(i,1):[]}i.exports=flatten},46851:i=>{function identity(i){return i}i.exports=identity},60541:(i,c,d)=>{var p=d(93605),A=d(51645);var C=Object.prototype;var S=C.hasOwnProperty;var v=C.propertyIsEnumerable;var T=p(function(){return arguments}())?p:function(i){return A(i)&&S.call(i,"callee")&&!v.call(i,"callee")};i.exports=T},77192:i=>{var c=Array.isArray;i.exports=c},75119:(i,c,d)=>{var p=d(34329),A=d(56657);function isArrayLike(i){return i!=null&&A(i.length)&&!p(i)}i.exports=isArrayLike},97100:(i,c,d)=>{var p=d(75119),A=d(51645);function isArrayLikeObject(i){return A(i)&&p(i)}i.exports=isArrayLikeObject},43739:(i,c,d)=>{i=d.nmd(i);var p=d(6748),A=d(92074);var C=true&&c&&!c.nodeType&&c;var S=C&&"object"=="object"&&i&&!i.nodeType&&i;var v=S&&S.exports===C;var T=v?p.Buffer:undefined;var _=T?T.isBuffer:undefined;var V=_||A;i.exports=V},34329:(i,c,d)=>{var p=d(29117),A=d(96482);var C="[object AsyncFunction]",S="[object Function]",v="[object GeneratorFunction]",T="[object Proxy]";function isFunction(i){if(!A(i)){return false}var c=p(i);return c==S||c==v||c==C||c==T}i.exports=isFunction},56657:i=>{var c=9007199254740991;function isLength(i){return typeof i=="number"&&i>-1&&i%1==0&&i<=c}i.exports=isLength},96482:i=>{function isObject(i){var c=typeof i;return i!=null&&(c=="object"||c=="function")}i.exports=isObject},51645:i=>{function isObjectLike(i){return i!=null&&typeof i=="object"}i.exports=isObjectLike},36542:(i,c,d)=>{var p=d(29117),A=d(86194),C=d(51645);var S="[object Object]";var v=Function.prototype,T=Object.prototype;var _=v.toString;var V=T.hasOwnProperty;var Z=_.call(Object);function isPlainObject(i){if(!C(i)||p(i)!=S){return false}var c=A(i);if(c===null){return true}var d=V.call(c,"constructor")&&c.constructor;return typeof d=="function"&&d instanceof d&&_.call(d)==Z}i.exports=isPlainObject},35e3:(i,c,d)=>{var p=d(16880),A=d(55506),C=d(88724);var S=C&&C.isTypedArray;var v=S?A(S):p;i.exports=v},19430:(i,c,d)=>{var p=d(62e3),A=d(82094),C=d(75119);function keysIn(i){return C(i)?p(i,true):A(i)}i.exports=keysIn},89029:i=>{function noop(){}i.exports=noop},92074:i=>{function stubFalse(){return false}i.exports=stubFalse},73270:(i,c,d)=>{var p=d(63183),A=d(22035),C=d(32772),S=d(97100);var v=A((function(i){return C(p(i,1,S,true))}));i.exports=v},12544:(i,c,d)=>{c.create=d(76586);c.encode=d(90800);c.decode=d(7576);c.isAlias=d(86967)},76586:(i,c,d)=>{var p=d(79896);var A=d(16928);var C=d(42613);var S=d(90800);var v=d(96090);var findVolume=function(i,c){var d=c.dev;var C=c.ino;var S=i;while(1){var v=A.resolve(S,"..");var T=p.statSync(v);if(T.dev!==d){return S}if(T.ino===C){return S}d=T.dev;C=T.ino;S=v}};var utf16be=function(i){var c=new Buffer(i,"ucs2");for(var d=0;d<c.length;d+=2){var p=c[d];c[d]=c[d+1];c[d+1]=p}return c};i.exports=c=function(i){var c={version:2,extra:[]};var d=A.resolve(i,"..");var T=p.statSync(i);var _=p.statSync(d);var V=findVolume(i,T);var Z=p.statSync(V);C(T.isFile()||T.isDirectory(),"Target is a file or directory");c.target={id:T.ino,type:T.isDirectory()?"directory":"file",filename:A.basename(i),created:T.ctime};c.parent={id:_.ino,name:A.basename(d)};c.volume={name:v.getVolumeName(V),created:Z.ctime,signature:"H+",type:V==="/"?"local":"other"};(function addType0(){var i=new Buffer(c.parent.name,"utf8");c.extra.push({type:0,length:i.length,data:i})})();(function addType1(){var i=new Buffer(4);i.writeUInt32BE(c.parent.id,0);c.extra.push({type:1,length:i.length,data:i})})();(function addType14(){var i=c.target.filename.length;var d=new Buffer(2+i*2);d.writeUInt16BE(i,0);utf16be(c.target.filename).copy(d,2);c.extra.push({type:14,length:d.length,data:d})})();(function addType15(){var i=c.volume.name.length;var d=new Buffer(2+i*2);d.writeUInt16BE(i,0);utf16be(c.volume.name).copy(d,2);c.extra.push({type:15,length:d.length,data:d})})();(function addType18(){var d=V.length;C.equal(i.slice(0,d),V);var p=i.slice(d);var A=new Buffer(p,"utf8");c.extra.push({type:18,length:A.length,data:A})})();(function addType19(){var i=new Buffer(V,"utf8");c.extra.push({type:19,length:i.length,data:i})})();return S(c)}},7576:(i,c,d)=>{var p=d(42613);var A=d(47580);var C=Date.UTC(1904,0,1);var appleDate=function(i){return new Date(C+i*1e3)};i.exports=c=function(i){var c={volume:{},parent:{},target:{},extra:[]};p.equal(i.readUInt16BE(4),i.length);c.version=i.readUInt16BE(6);p.equal(c.version,2);var d=i.readUInt16BE(8);p(d===0||d===1,"Type is valid");c.target.type=A.type[d];var C=i.readUInt8(10);p(C<=27,"Volume name is not longer than 27 chars");c.volume.name=i.toString("utf8",11,11+C);var S=i.readUInt32BE(38);c.volume.created=appleDate(S);var v=i.toString("ascii",42,44);p(v==="BD"||v==="H+"||v==="HX","Volume signature is valid");c.volume.signature=v;var T=i.readUInt16BE(44);p(T>=0&&T<=5,"Volume type is valid");c.volume.type=A.volumeType[T];var _=i.readUInt32BE(46);c.parent.id=_;var V=i.readUInt8(50);p(V<=63,"File name is not longer than 63 chars");c.target.filename=i.toString("utf8",51,51+V);var Z=i.readUInt32BE(114);c.target.id=Z;var ee=i.readUInt32BE(118);c.target.created=appleDate(ee);var te=i.slice(140,150);p(te[0]===0&&te[1]===0,"Reserved is zero-filled");p(te[2]===0&&te[3]===0,"Reserved is zero-filled");p(te[4]===0&&te[5]===0,"Reserved is zero-filled");p(te[6]===0&&te[7]===0,"Reserved is zero-filled");p(te[8]===0&&te[9]===0,"Reserved is zero-filled");var re=150;while(re<i.length){var ne=i.readInt16BE(re);var ie=i.readUInt16BE(re+2);var se=i.slice(re+4,re+4+ie);re+=4+ie;if(ne===-1){p.equal(ie,0);break}if(ie%2===1){var ae=i.readUInt8(re);p.equal(ae,0);re+=1}c.extra.push({type:ne,length:ie,data:se});switch(ne){case 0:c.parent.name=se.toString("utf8");break;case 1:p.equal(c.parent.id,se.readUInt32BE(0));break;case 2:var oe=se.toString("utf8").split("\0");c.target.path=oe[0];p.equal(c.target.filename,oe[1]);break;case 14:break;case 15:break;case 18:c.target.abspath=se.toString("utf8");break;case 19:c.volume.abspath=se.toString("utf8");break}}return c}},90800:(i,c,d)=>{var p=d(39023);var A=d(42613);var C=d(47580);var S=Date.UTC(1904,0,1);var appleDate=function(i){if(!(i instanceof Date)){throw new TypeError("Not a date: "+i)}return Math.round((i.getTime()-S)/1e3)};i.exports=c=function(i){A.equal(i.version,2);var c=150;var d=(i.extra||[]).reduce((function(i,c){A.equal(c.data.length,c.length);var d=c.length%2;return i+4+c.length+d}),0);var p=4;var S=new Buffer(c+d+p);S.writeUInt32BE(0,0);S.writeUInt16BE(S.length,4);S.writeUInt16BE(i.version,6);var v=C.type.indexOf(i.target.type);A(v===0||v===1,"Type is valid");S.writeUInt16BE(v,8);var T=i.volume.name.length;A(T<=27,"Volume name is not longer than 27 chars");S.writeUInt8(T,10);S.fill(0,11,11+27);S.write(i.volume.name,11,"utf8");var _=appleDate(i.volume.created);S.writeUInt32BE(_,38);var V=i.volume.signature;A(V==="BD"||V==="H+"||V==="HX","Volume signature is valid");S.write(V,42,"ascii");var Z=C.volumeType.indexOf(i.volume.type);A(Z>=0&&Z<=5,"Volume type is valid");S.writeUInt16BE(Z,44);S.writeUInt32BE(i.parent.id,46);var ee=i.target.filename.length;A(ee<=63,"File name is not longer than 63 chars");S.writeUInt8(ee,50);S.fill(0,51,51+63);S.write(i.target.filename,51,"utf8");S.writeUInt32BE(i.target.id,114);var te=appleDate(i.target.created);S.writeUInt32BE(te,118);var re="\0\0\0\0";var ne="\0\0\0\0";S.write(re,122,"binary");S.write(ne,126,"binary");var ie=-1;var se=-1;S.writeInt16BE(ie,130);S.writeInt16BE(se,132);var ae=3330;S.writeUInt32BE(ae,134);var oe=0;S.writeUInt16BE(oe,138);S.fill(0,140,150);var le=150;for(var ce=0;ce<i.extra.length;ce++){var de=i.extra[ce];A(de.type>=0,"Type is valid");S.writeInt16BE(de.type,le);S.writeUInt16BE(de.length,le+2);de.data.copy(S,le+4);le+=4+de.length;if(de.length%2===1){S.writeUInt8(0,le);le+=1}}S.writeInt16BE(-1,le);S.writeUInt16BE(0,le+2);le+=4;A.equal(le,S.length);return S}},86967:(i,c,d)=>{var p=d(79896);i.exports=function isAlias(i){var c;var d=p.openSync(i,"r");try{c=new Buffer(16);p.readSync(d,c,0,16,0)}finally{p.closeSync(d)}var A="626f6f6b000000006d61726b00000000";var C=c.toString("hex");return C===A}},47580:(i,c)=>{c.type=["file","directory"];c.volumeType=["local","network","floppy-400","floppy-800","floppy-1400","other"]},22296:(i,c,d)=>{(function(){var c=d(2012),p=d(71792).utf8,A=d(4097),C=d(71792).bin,md5=function(i,d){if(i.constructor==String)if(d&&d.encoding==="binary")i=C.stringToBytes(i);else i=p.stringToBytes(i);else if(A(i))i=Array.prototype.slice.call(i,0);else if(!Array.isArray(i)&&i.constructor!==Uint8Array)i=i.toString();var S=c.bytesToWords(i),v=i.length*8,T=1732584193,_=-271733879,V=-1732584194,Z=271733878;for(var ee=0;ee<S.length;ee++){S[ee]=(S[ee]<<8|S[ee]>>>24)&16711935|(S[ee]<<24|S[ee]>>>8)&4278255360}S[v>>>5]|=128<<v%32;S[(v+64>>>9<<4)+14]=v;var te=md5._ff,re=md5._gg,ne=md5._hh,ie=md5._ii;for(var ee=0;ee<S.length;ee+=16){var se=T,ae=_,oe=V,le=Z;T=te(T,_,V,Z,S[ee+0],7,-680876936);Z=te(Z,T,_,V,S[ee+1],12,-389564586);V=te(V,Z,T,_,S[ee+2],17,606105819);_=te(_,V,Z,T,S[ee+3],22,-1044525330);T=te(T,_,V,Z,S[ee+4],7,-176418897);Z=te(Z,T,_,V,S[ee+5],12,1200080426);V=te(V,Z,T,_,S[ee+6],17,-1473231341);_=te(_,V,Z,T,S[ee+7],22,-45705983);T=te(T,_,V,Z,S[ee+8],7,1770035416);Z=te(Z,T,_,V,S[ee+9],12,-1958414417);V=te(V,Z,T,_,S[ee+10],17,-42063);_=te(_,V,Z,T,S[ee+11],22,-1990404162);T=te(T,_,V,Z,S[ee+12],7,1804603682);Z=te(Z,T,_,V,S[ee+13],12,-40341101);V=te(V,Z,T,_,S[ee+14],17,-1502002290);_=te(_,V,Z,T,S[ee+15],22,1236535329);T=re(T,_,V,Z,S[ee+1],5,-165796510);Z=re(Z,T,_,V,S[ee+6],9,-1069501632);V=re(V,Z,T,_,S[ee+11],14,643717713);_=re(_,V,Z,T,S[ee+0],20,-373897302);T=re(T,_,V,Z,S[ee+5],5,-701558691);Z=re(Z,T,_,V,S[ee+10],9,38016083);V=re(V,Z,T,_,S[ee+15],14,-660478335);_=re(_,V,Z,T,S[ee+4],20,-405537848);T=re(T,_,V,Z,S[ee+9],5,568446438);Z=re(Z,T,_,V,S[ee+14],9,-1019803690);V=re(V,Z,T,_,S[ee+3],14,-187363961);_=re(_,V,Z,T,S[ee+8],20,1163531501);T=re(T,_,V,Z,S[ee+13],5,-1444681467);Z=re(Z,T,_,V,S[ee+2],9,-51403784);V=re(V,Z,T,_,S[ee+7],14,1735328473);_=re(_,V,Z,T,S[ee+12],20,-1926607734);T=ne(T,_,V,Z,S[ee+5],4,-378558);Z=ne(Z,T,_,V,S[ee+8],11,-2022574463);V=ne(V,Z,T,_,S[ee+11],16,1839030562);_=ne(_,V,Z,T,S[ee+14],23,-35309556);T=ne(T,_,V,Z,S[ee+1],4,-1530992060);Z=ne(Z,T,_,V,S[ee+4],11,1272893353);V=ne(V,Z,T,_,S[ee+7],16,-155497632);_=ne(_,V,Z,T,S[ee+10],23,-1094730640);T=ne(T,_,V,Z,S[ee+13],4,681279174);Z=ne(Z,T,_,V,S[ee+0],11,-358537222);V=ne(V,Z,T,_,S[ee+3],16,-722521979);_=ne(_,V,Z,T,S[ee+6],23,76029189);T=ne(T,_,V,Z,S[ee+9],4,-640364487);Z=ne(Z,T,_,V,S[ee+12],11,-421815835);V=ne(V,Z,T,_,S[ee+15],16,530742520);_=ne(_,V,Z,T,S[ee+2],23,-995338651);T=ie(T,_,V,Z,S[ee+0],6,-198630844);Z=ie(Z,T,_,V,S[ee+7],10,1126891415);V=ie(V,Z,T,_,S[ee+14],15,-1416354905);_=ie(_,V,Z,T,S[ee+5],21,-57434055);T=ie(T,_,V,Z,S[ee+12],6,1700485571);Z=ie(Z,T,_,V,S[ee+3],10,-1894986606);V=ie(V,Z,T,_,S[ee+10],15,-1051523);_=ie(_,V,Z,T,S[ee+1],21,-2054922799);T=ie(T,_,V,Z,S[ee+8],6,1873313359);Z=ie(Z,T,_,V,S[ee+15],10,-30611744);V=ie(V,Z,T,_,S[ee+6],15,-1560198380);_=ie(_,V,Z,T,S[ee+13],21,1309151649);T=ie(T,_,V,Z,S[ee+4],6,-145523070);Z=ie(Z,T,_,V,S[ee+11],10,-1120210379);V=ie(V,Z,T,_,S[ee+2],15,718787259);_=ie(_,V,Z,T,S[ee+9],21,-343485551);T=T+se>>>0;_=_+ae>>>0;V=V+oe>>>0;Z=Z+le>>>0}return c.endian([T,_,V,Z])};md5._ff=function(i,c,d,p,A,C,S){var v=i+(c&d|~c&p)+(A>>>0)+S;return(v<<C|v>>>32-C)+c};md5._gg=function(i,c,d,p,A,C,S){var v=i+(c&p|d&~p)+(A>>>0)+S;return(v<<C|v>>>32-C)+c};md5._hh=function(i,c,d,p,A,C,S){var v=i+(c^d^p)+(A>>>0)+S;return(v<<C|v>>>32-C)+c};md5._ii=function(i,c,d,p,A,C,S){var v=i+(d^(c|~p))+(A>>>0)+S;return(v<<C|v>>>32-C)+c};md5._blocksize=16;md5._digestsize=16;i.exports=function(i,d){if(i===undefined||i===null)throw new Error("Illegal argument "+i);var p=c.wordsToBytes(md5(i,d));return d&&d.asBytes?p:d&&d.asString?C.bytesToString(p):c.bytesToHex(p)}})()},43772:(i,c,d)=>{i.exports=minimatch;minimatch.Minimatch=Minimatch;var p=function(){try{return d(16928)}catch(i){}}()||{sep:"/"};minimatch.sep=p.sep;var A=minimatch.GLOBSTAR=Minimatch.GLOBSTAR={};var C=d(94691);var S={"!":{open:"(?:(?!(?:",close:"))[^/]*?)"},"?":{open:"(?:",close:")?"},"+":{open:"(?:",close:")+"},"*":{open:"(?:",close:")*"},"@":{open:"(?:",close:")"}};var v="[^/]";var T=v+"*?";var _="(?:(?!(?:\\/|^)(?:\\.{1,2})($|\\/)).)*?";var V="(?:(?!(?:\\/|^)\\.).)*?";var Z=charSet("().*{}+?[]^$\\!");function charSet(i){return i.split("").reduce((function(i,c){i[c]=true;return i}),{})}var ee=/\/+/;minimatch.filter=filter;function filter(i,c){c=c||{};return function(d,p,A){return minimatch(d,i,c)}}function ext(i,c){c=c||{};var d={};Object.keys(i).forEach((function(c){d[c]=i[c]}));Object.keys(c).forEach((function(i){d[i]=c[i]}));return d}minimatch.defaults=function(i){if(!i||typeof i!=="object"||!Object.keys(i).length){return minimatch}var c=minimatch;var d=function minimatch(d,p,A){return c(d,p,ext(i,A))};d.Minimatch=function Minimatch(d,p){return new c.Minimatch(d,ext(i,p))};d.Minimatch.defaults=function defaults(d){return c.defaults(ext(i,d)).Minimatch};d.filter=function filter(d,p){return c.filter(d,ext(i,p))};d.defaults=function defaults(d){return c.defaults(ext(i,d))};d.makeRe=function makeRe(d,p){return c.makeRe(d,ext(i,p))};d.braceExpand=function braceExpand(d,p){return c.braceExpand(d,ext(i,p))};d.match=function(d,p,A){return c.match(d,p,ext(i,A))};return d};Minimatch.defaults=function(i){return minimatch.defaults(i).Minimatch};function minimatch(i,c,d){assertValidPattern(c);if(!d)d={};if(!d.nocomment&&c.charAt(0)==="#"){return false}return new Minimatch(c,d).match(i)}function Minimatch(i,c){if(!(this instanceof Minimatch)){return new Minimatch(i,c)}assertValidPattern(i);if(!c)c={};i=i.trim();if(!c.allowWindowsEscape&&p.sep!=="/"){i=i.split(p.sep).join("/")}this.options=c;this.set=[];this.pattern=i;this.regexp=null;this.negate=false;this.comment=false;this.empty=false;this.partial=!!c.partial;this.make()}Minimatch.prototype.debug=function(){};Minimatch.prototype.make=make;function make(){var i=this.pattern;var c=this.options;if(!c.nocomment&&i.charAt(0)==="#"){this.comment=true;return}if(!i){this.empty=true;return}this.parseNegate();var d=this.globSet=this.braceExpand();if(c.debug)this.debug=function debug(){console.error.apply(console,arguments)};this.debug(this.pattern,d);d=this.globParts=d.map((function(i){return i.split(ee)}));this.debug(this.pattern,d);d=d.map((function(i,c,d){return i.map(this.parse,this)}),this);this.debug(this.pattern,d);d=d.filter((function(i){return i.indexOf(false)===-1}));this.debug(this.pattern,d);this.set=d}Minimatch.prototype.parseNegate=parseNegate;function parseNegate(){var i=this.pattern;var c=false;var d=this.options;var p=0;if(d.nonegate)return;for(var A=0,C=i.length;A<C&&i.charAt(A)==="!";A++){c=!c;p++}if(p)this.pattern=i.substr(p);this.negate=c}minimatch.braceExpand=function(i,c){return braceExpand(i,c)};Minimatch.prototype.braceExpand=braceExpand;function braceExpand(i,c){if(!c){if(this instanceof Minimatch){c=this.options}else{c={}}}i=typeof i==="undefined"?this.pattern:i;assertValidPattern(i);if(c.nobrace||!/\{(?:(?!\{).)*\}/.test(i)){return[i]}return C(i)}var te=1024*64;var assertValidPattern=function(i){if(typeof i!=="string"){throw new TypeError("invalid pattern")}if(i.length>te){throw new TypeError("pattern is too long")}};Minimatch.prototype.parse=parse;var re={};function parse(i,c){assertValidPattern(i);var d=this.options;if(i==="**"){if(!d.noglobstar)return A;else i="*"}if(i==="")return"";var p="";var C=!!d.nocase;var _=false;var V=[];var ee=[];var te;var ne=false;var ie=-1;var se=-1;var ae=i.charAt(0)==="."?"":d.dot?"(?!(?:^|\\/)\\.{1,2}(?:$|\\/))":"(?!\\.)";var oe=this;function clearStateChar(){if(te){switch(te){case"*":p+=T;C=true;break;case"?":p+=v;C=true;break;default:p+="\\"+te;break}oe.debug("clearStateChar %j %j",te,p);te=false}}for(var le=0,ce=i.length,de;le<ce&&(de=i.charAt(le));le++){this.debug("%s\t%s %s %j",i,le,p,de);if(_&&Z[de]){p+="\\"+de;_=false;continue}switch(de){case"/":{return false}case"\\":clearStateChar();_=true;continue;case"?":case"*":case"+":case"@":case"!":this.debug("%s\t%s %s %j <-- stateChar",i,le,p,de);if(ne){this.debug(" in class");if(de==="!"&&le===se+1)de="^";p+=de;continue}oe.debug("call clearStateChar %j",te);clearStateChar();te=de;if(d.noext)clearStateChar();continue;case"(":if(ne){p+="(";continue}if(!te){p+="\\(";continue}V.push({type:te,start:le-1,reStart:p.length,open:S[te].open,close:S[te].close});p+=te==="!"?"(?:(?!(?:":"(?:";this.debug("plType %j %j",te,p);te=false;continue;case")":if(ne||!V.length){p+="\\)";continue}clearStateChar();C=true;var ue=V.pop();p+=ue.close;if(ue.type==="!"){ee.push(ue)}ue.reEnd=p.length;continue;case"|":if(ne||!V.length||_){p+="\\|";_=false;continue}clearStateChar();p+="|";continue;case"[":clearStateChar();if(ne){p+="\\"+de;continue}ne=true;se=le;ie=p.length;p+=de;continue;case"]":if(le===se+1||!ne){p+="\\"+de;_=false;continue}var pe=i.substring(se+1,le);try{RegExp("["+pe+"]")}catch(i){var Ae=this.parse(pe,re);p=p.substr(0,ie)+"\\["+Ae[0]+"\\]";C=C||Ae[1];ne=false;continue}C=true;ne=false;p+=de;continue;default:clearStateChar();if(_){_=false}else if(Z[de]&&!(de==="^"&&ne)){p+="\\"}p+=de}}if(ne){pe=i.substr(se+1);Ae=this.parse(pe,re);p=p.substr(0,ie)+"\\["+Ae[0];C=C||Ae[1]}for(ue=V.pop();ue;ue=V.pop()){var fe=p.slice(ue.reStart+ue.open.length);this.debug("setting tail",p,ue);fe=fe.replace(/((?:\\{2}){0,64})(\\?)\|/g,(function(i,c,d){if(!d){d="\\"}return c+c+d+"|"}));this.debug("tail=%j\n %s",fe,fe,ue,p);var he=ue.type==="*"?T:ue.type==="?"?v:"\\"+ue.type;C=true;p=p.slice(0,ue.reStart)+he+"\\("+fe}clearStateChar();if(_){p+="\\\\"}var me=false;switch(p.charAt(0)){case"[":case".":case"(":me=true}for(var ge=ee.length-1;ge>-1;ge--){var ye=ee[ge];var Ee=p.slice(0,ye.reStart);var be=p.slice(ye.reStart,ye.reEnd-8);var Ce=p.slice(ye.reEnd-8,ye.reEnd);var we=p.slice(ye.reEnd);Ce+=we;var Ie=Ee.split("(").length-1;var Be=we;for(le=0;le<Ie;le++){Be=Be.replace(/\)[+*?]?/,"")}we=Be;var Se="";if(we===""&&c!==re){Se="$"}var ve=Ee+be+we+Se+Ce;p=ve}if(p!==""&&C){p="(?=.)"+p}if(me){p=ae+p}if(c===re){return[p,C]}if(!C){return globUnescape(i)}var Qe=d.nocase?"i":"";try{var Ne=new RegExp("^"+p+"$",Qe)}catch(i){return new RegExp("$.")}Ne._glob=i;Ne._src=p;return Ne}minimatch.makeRe=function(i,c){return new Minimatch(i,c||{}).makeRe()};Minimatch.prototype.makeRe=makeRe;function makeRe(){if(this.regexp||this.regexp===false)return this.regexp;var i=this.set;if(!i.length){this.regexp=false;return this.regexp}var c=this.options;var d=c.noglobstar?T:c.dot?_:V;var p=c.nocase?"i":"";var C=i.map((function(i){return i.map((function(i){return i===A?d:typeof i==="string"?regExpEscape(i):i._src})).join("\\/")})).join("|");C="^(?:"+C+")$";if(this.negate)C="^(?!"+C+").*$";try{this.regexp=new RegExp(C,p)}catch(i){this.regexp=false}return this.regexp}minimatch.match=function(i,c,d){d=d||{};var p=new Minimatch(c,d);i=i.filter((function(i){return p.match(i)}));if(p.options.nonull&&!i.length){i.push(c)}return i};Minimatch.prototype.match=function match(i,c){if(typeof c==="undefined")c=this.partial;this.debug("match",i,this.pattern);if(this.comment)return false;if(this.empty)return i==="";if(i==="/"&&c)return true;var d=this.options;if(p.sep!=="/"){i=i.split(p.sep).join("/")}i=i.split(ee);this.debug(this.pattern,"split",i);var A=this.set;this.debug(this.pattern,"set",A);var C;var S;for(S=i.length-1;S>=0;S--){C=i[S];if(C)break}for(S=0;S<A.length;S++){var v=A[S];var T=i;if(d.matchBase&&v.length===1){T=[C]}var _=this.matchOne(T,v,c);if(_){if(d.flipNegate)return true;return!this.negate}}if(d.flipNegate)return false;return this.negate};Minimatch.prototype.matchOne=function(i,c,d){var p=this.options;this.debug("matchOne",{this:this,file:i,pattern:c});this.debug("matchOne",i.length,c.length);for(var C=0,S=0,v=i.length,T=c.length;C<v&&S<T;C++,S++){this.debug("matchOne loop");var _=c[S];var V=i[C];this.debug(c,_,V);if(_===false)return false;if(_===A){this.debug("GLOBSTAR",[c,_,V]);var Z=C;var ee=S+1;if(ee===T){this.debug("** at the end");for(;C<v;C++){if(i[C]==="."||i[C]===".."||!p.dot&&i[C].charAt(0)===".")return false}return true}while(Z<v){var te=i[Z];this.debug("\nglobstar while",i,Z,c,ee,te);if(this.matchOne(i.slice(Z),c.slice(ee),d)){this.debug("globstar found match!",Z,v,te);return true}else{if(te==="."||te===".."||!p.dot&&te.charAt(0)==="."){this.debug("dot detected!",i,Z,c,ee);break}this.debug("globstar swallow a segment, and continue");Z++}}if(d){this.debug("\n>>> no match, partial?",i,Z,c,ee);if(Z===v)return true}return false}var re;if(typeof _==="string"){re=V===_;this.debug("string match",_,V,re)}else{re=V.match(_);this.debug("pattern match",_,V,re)}if(!re)return false}if(C===v&&S===T){return true}else if(C===v){return d}else if(S===T){return C===v-1&&i[C]===""}throw new Error("wtf?")};function globUnescape(i){return i.replace(/\\(.)/g,"$1")}function regExpEscape(i){return i.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&")}},4469:(i,c,d)=>{var p=d(16928);var A=d(79896);var C=parseInt("0777",8);i.exports=mkdirP.mkdirp=mkdirP.mkdirP=mkdirP;function mkdirP(i,c,d,S){if(typeof c==="function"){d=c;c={}}else if(!c||typeof c!=="object"){c={mode:c}}var v=c.mode;var T=c.fs||A;if(v===undefined){v=C}if(!S)S=null;var _=d||function(){};i=p.resolve(i);T.mkdir(i,v,(function(d){if(!d){S=S||i;return _(null,S)}switch(d.code){case"ENOENT":if(p.dirname(i)===i)return _(d);mkdirP(p.dirname(i),c,(function(d,p){if(d)_(d,p);else mkdirP(i,c,_,p)}));break;default:T.stat(i,(function(i,c){if(i||!c.isDirectory())_(d,S);else _(null,S)}));break}}))}mkdirP.sync=function sync(i,c,d){if(!c||typeof c!=="object"){c={mode:c}}var S=c.mode;var v=c.fs||A;if(S===undefined){S=C}if(!d)d=null;i=p.resolve(i);try{v.mkdirSync(i,S);d=d||i}catch(A){switch(A.code){case"ENOENT":d=sync(p.dirname(i),c,d);sync(i,c,d);break;default:var T;try{T=v.statSync(i)}catch(i){throw A}if(!T.isDirectory())throw A;break}}return d}},70744:i=>{var c=1e3;var d=c*60;var p=d*60;var A=p*24;var C=A*7;var S=A*365.25;i.exports=function(i,c){c=c||{};var d=typeof i;if(d==="string"&&i.length>0){return parse(i)}else if(d==="number"&&isFinite(i)){return c.long?fmtLong(i):fmtShort(i)}throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(i))};function parse(i){i=String(i);if(i.length>100){return}var v=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(i);if(!v){return}var T=parseFloat(v[1]);var _=(v[2]||"ms").toLowerCase();switch(_){case"years":case"year":case"yrs":case"yr":case"y":return T*S;case"weeks":case"week":case"w":return T*C;case"days":case"day":case"d":return T*A;case"hours":case"hour":case"hrs":case"hr":case"h":return T*p;case"minutes":case"minute":case"mins":case"min":case"m":return T*d;case"seconds":case"second":case"secs":case"sec":case"s":return T*c;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return T;default:return undefined}}function fmtShort(i){var C=Math.abs(i);if(C>=A){return Math.round(i/A)+"d"}if(C>=p){return Math.round(i/p)+"h"}if(C>=d){return Math.round(i/d)+"m"}if(C>=c){return Math.round(i/c)+"s"}return i+"ms"}function fmtLong(i){var C=Math.abs(i);if(C>=A){return plural(i,C,A,"day")}if(C>=p){return plural(i,C,p,"hour")}if(C>=d){return plural(i,C,d,"minute")}if(C>=c){return plural(i,C,c,"second")}return i+" ms"}function plural(i,c,d,p){var A=c>=d*1.5;return Math.round(i/d)+" "+p+(A?"s":"")}},26705:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});function _interopDefault(i){return i&&typeof i==="object"&&"default"in i?i["default"]:i}var p=_interopDefault(d(2203));var A=_interopDefault(d(58611));var C=_interopDefault(d(87016));var S=_interopDefault(d(62686));var v=_interopDefault(d(65692));var T=_interopDefault(d(43106));const _=p.Readable;const V=Symbol("buffer");const Z=Symbol("type");class Blob{constructor(){this[Z]="";const i=arguments[0];const c=arguments[1];const d=[];let p=0;if(i){const c=i;const A=Number(c.length);for(let i=0;i<A;i++){const A=c[i];let C;if(A instanceof Buffer){C=A}else if(ArrayBuffer.isView(A)){C=Buffer.from(A.buffer,A.byteOffset,A.byteLength)}else if(A instanceof ArrayBuffer){C=Buffer.from(A)}else if(A instanceof Blob){C=A[V]}else{C=Buffer.from(typeof A==="string"?A:String(A))}p+=C.length;d.push(C)}}this[V]=Buffer.concat(d);let A=c&&c.type!==undefined&&String(c.type).toLowerCase();if(A&&!/[^\u0020-\u007E]/.test(A)){this[Z]=A}}get size(){return this[V].length}get type(){return this[Z]}text(){return Promise.resolve(this[V].toString())}arrayBuffer(){const i=this[V];const c=i.buffer.slice(i.byteOffset,i.byteOffset+i.byteLength);return Promise.resolve(c)}stream(){const i=new _;i._read=function(){};i.push(this[V]);i.push(null);return i}toString(){return"[object Blob]"}slice(){const i=this.size;const c=arguments[0];const d=arguments[1];let p,A;if(c===undefined){p=0}else if(c<0){p=Math.max(i+c,0)}else{p=Math.min(c,i)}if(d===undefined){A=i}else if(d<0){A=Math.max(i+d,0)}else{A=Math.min(d,i)}const C=Math.max(A-p,0);const S=this[V];const v=S.slice(p,p+C);const T=new Blob([],{type:arguments[2]});T[V]=v;return T}}Object.defineProperties(Blob.prototype,{size:{enumerable:true},type:{enumerable:true},slice:{enumerable:true}});Object.defineProperty(Blob.prototype,Symbol.toStringTag,{value:"Blob",writable:false,enumerable:false,configurable:true});function FetchError(i,c,d){Error.call(this,i);this.message=i;this.type=c;if(d){this.code=this.errno=d.code}Error.captureStackTrace(this,this.constructor)}FetchError.prototype=Object.create(Error.prototype);FetchError.prototype.constructor=FetchError;FetchError.prototype.name="FetchError";let ee;try{ee=d(42078).convert}catch(i){}const te=Symbol("Body internals");const re=p.PassThrough;function Body(i){var c=this;var d=arguments.length>1&&arguments[1]!==undefined?arguments[1]:{},A=d.size;let C=A===undefined?0:A;var S=d.timeout;let v=S===undefined?0:S;if(i==null){i=null}else if(isURLSearchParams(i)){i=Buffer.from(i.toString())}else if(isBlob(i));else if(Buffer.isBuffer(i));else if(Object.prototype.toString.call(i)==="[object ArrayBuffer]"){i=Buffer.from(i)}else if(ArrayBuffer.isView(i)){i=Buffer.from(i.buffer,i.byteOffset,i.byteLength)}else if(i instanceof p);else{i=Buffer.from(String(i))}this[te]={body:i,disturbed:false,error:null};this.size=C;this.timeout=v;if(i instanceof p){i.on("error",(function(i){const d=i.name==="AbortError"?i:new FetchError(`Invalid response body while trying to fetch ${c.url}: ${i.message}`,"system",i);c[te].error=d}))}}Body.prototype={get body(){return this[te].body},get bodyUsed(){return this[te].disturbed},arrayBuffer(){return consumeBody.call(this).then((function(i){return i.buffer.slice(i.byteOffset,i.byteOffset+i.byteLength)}))},blob(){let i=this.headers&&this.headers.get("content-type")||"";return consumeBody.call(this).then((function(c){return Object.assign(new Blob([],{type:i.toLowerCase()}),{[V]:c})}))},json(){var i=this;return consumeBody.call(this).then((function(c){try{return JSON.parse(c.toString())}catch(c){return Body.Promise.reject(new FetchError(`invalid json response body at ${i.url} reason: ${c.message}`,"invalid-json"))}}))},text(){return consumeBody.call(this).then((function(i){return i.toString()}))},buffer(){return consumeBody.call(this)},textConverted(){var i=this;return consumeBody.call(this).then((function(c){return convertBody(c,i.headers)}))}};Object.defineProperties(Body.prototype,{body:{enumerable:true},bodyUsed:{enumerable:true},arrayBuffer:{enumerable:true},blob:{enumerable:true},json:{enumerable:true},text:{enumerable:true}});Body.mixIn=function(i){for(const c of Object.getOwnPropertyNames(Body.prototype)){if(!(c in i)){const d=Object.getOwnPropertyDescriptor(Body.prototype,c);Object.defineProperty(i,c,d)}}};function consumeBody(){var i=this;if(this[te].disturbed){return Body.Promise.reject(new TypeError(`body used already for: ${this.url}`))}this[te].disturbed=true;if(this[te].error){return Body.Promise.reject(this[te].error)}let c=this.body;if(c===null){return Body.Promise.resolve(Buffer.alloc(0))}if(isBlob(c)){c=c.stream()}if(Buffer.isBuffer(c)){return Body.Promise.resolve(c)}if(!(c instanceof p)){return Body.Promise.resolve(Buffer.alloc(0))}let d=[];let A=0;let C=false;return new Body.Promise((function(p,S){let v;if(i.timeout){v=setTimeout((function(){C=true;S(new FetchError(`Response timeout while trying to fetch ${i.url} (over ${i.timeout}ms)`,"body-timeout"))}),i.timeout)}c.on("error",(function(c){if(c.name==="AbortError"){C=true;S(c)}else{S(new FetchError(`Invalid response body while trying to fetch ${i.url}: ${c.message}`,"system",c))}}));c.on("data",(function(c){if(C||c===null){return}if(i.size&&A+c.length>i.size){C=true;S(new FetchError(`content size at ${i.url} over limit: ${i.size}`,"max-size"));return}A+=c.length;d.push(c)}));c.on("end",(function(){if(C){return}clearTimeout(v);try{p(Buffer.concat(d,A))}catch(c){S(new FetchError(`Could not create Buffer from response body for ${i.url}: ${c.message}`,"system",c))}}))}))}function convertBody(i,c){if(typeof ee!=="function"){throw new Error("The package `encoding` must be installed to use the textConverted() function")}const d=c.get("content-type");let p="utf-8";let A,C;if(d){A=/charset=([^;]*)/i.exec(d)}C=i.slice(0,1024).toString();if(!A&&C){A=/<meta.+?charset=(['"])(.+?)\1/i.exec(C)}if(!A&&C){A=/<meta[\s]+?http-equiv=(['"])content-type\1[\s]+?content=(['"])(.+?)\2/i.exec(C);if(!A){A=/<meta[\s]+?content=(['"])(.+?)\1[\s]+?http-equiv=(['"])content-type\3/i.exec(C);if(A){A.pop()}}if(A){A=/charset=(.*)/i.exec(A.pop())}}if(!A&&C){A=/<\?xml.+?encoding=(['"])(.+?)\1/i.exec(C)}if(A){p=A.pop();if(p==="gb2312"||p==="gbk"){p="gb18030"}}return ee(i,"UTF-8",p).toString()}function isURLSearchParams(i){if(typeof i!=="object"||typeof i.append!=="function"||typeof i.delete!=="function"||typeof i.get!=="function"||typeof i.getAll!=="function"||typeof i.has!=="function"||typeof i.set!=="function"){return false}return i.constructor.name==="URLSearchParams"||Object.prototype.toString.call(i)==="[object URLSearchParams]"||typeof i.sort==="function"}function isBlob(i){return typeof i==="object"&&typeof i.arrayBuffer==="function"&&typeof i.type==="string"&&typeof i.stream==="function"&&typeof i.constructor==="function"&&typeof i.constructor.name==="string"&&/^(Blob|File)$/.test(i.constructor.name)&&/^(Blob|File)$/.test(i[Symbol.toStringTag])}function clone(i){let c,d;let A=i.body;if(i.bodyUsed){throw new Error("cannot clone body after it is used")}if(A instanceof p&&typeof A.getBoundary!=="function"){c=new re;d=new re;A.pipe(c);A.pipe(d);i[te].body=c;A=d}return A}function extractContentType(i){if(i===null){return null}else if(typeof i==="string"){return"text/plain;charset=UTF-8"}else if(isURLSearchParams(i)){return"application/x-www-form-urlencoded;charset=UTF-8"}else if(isBlob(i)){return i.type||null}else if(Buffer.isBuffer(i)){return null}else if(Object.prototype.toString.call(i)==="[object ArrayBuffer]"){return null}else if(ArrayBuffer.isView(i)){return null}else if(typeof i.getBoundary==="function"){return`multipart/form-data;boundary=${i.getBoundary()}`}else if(i instanceof p){return null}else{return"text/plain;charset=UTF-8"}}function getTotalBytes(i){const c=i.body;if(c===null){return 0}else if(isBlob(c)){return c.size}else if(Buffer.isBuffer(c)){return c.length}else if(c&&typeof c.getLengthSync==="function"){if(c._lengthRetrievers&&c._lengthRetrievers.length==0||c.hasKnownLength&&c.hasKnownLength()){return c.getLengthSync()}return null}else{return null}}function writeToStream(i,c){const d=c.body;if(d===null){i.end()}else if(isBlob(d)){d.stream().pipe(i)}else if(Buffer.isBuffer(d)){i.write(d);i.end()}else{d.pipe(i)}}Body.Promise=global.Promise;const ne=/[^\^_`a-zA-Z\-0-9!#$%&'*+.|~]/;const ie=/[^\t\x20-\x7e\x80-\xff]/;function validateName(i){i=`${i}`;if(ne.test(i)||i===""){throw new TypeError(`${i} is not a legal HTTP header name`)}}function validateValue(i){i=`${i}`;if(ie.test(i)){throw new TypeError(`${i} is not a legal HTTP header value`)}}function find(i,c){c=c.toLowerCase();for(const d in i){if(d.toLowerCase()===c){return d}}return undefined}const se=Symbol("map");class Headers{constructor(){let i=arguments.length>0&&arguments[0]!==undefined?arguments[0]:undefined;this[se]=Object.create(null);if(i instanceof Headers){const c=i.raw();const d=Object.keys(c);for(const i of d){for(const d of c[i]){this.append(i,d)}}return}if(i==null);else if(typeof i==="object"){const c=i[Symbol.iterator];if(c!=null){if(typeof c!=="function"){throw new TypeError("Header pairs must be iterable")}const d=[];for(const c of i){if(typeof c!=="object"||typeof c[Symbol.iterator]!=="function"){throw new TypeError("Each header pair must be iterable")}d.push(Array.from(c))}for(const i of d){if(i.length!==2){throw new TypeError("Each header pair must be a name/value tuple")}this.append(i[0],i[1])}}else{for(const c of Object.keys(i)){const d=i[c];this.append(c,d)}}}else{throw new TypeError("Provided initializer must be an object")}}get(i){i=`${i}`;validateName(i);const c=find(this[se],i);if(c===undefined){return null}return this[se][c].join(", ")}forEach(i){let c=arguments.length>1&&arguments[1]!==undefined?arguments[1]:undefined;let d=getHeaders(this);let p=0;while(p<d.length){var A=d[p];const C=A[0],S=A[1];i.call(c,S,C,this);d=getHeaders(this);p++}}set(i,c){i=`${i}`;c=`${c}`;validateName(i);validateValue(c);const d=find(this[se],i);this[se][d!==undefined?d:i]=[c]}append(i,c){i=`${i}`;c=`${c}`;validateName(i);validateValue(c);const d=find(this[se],i);if(d!==undefined){this[se][d].push(c)}else{this[se][i]=[c]}}has(i){i=`${i}`;validateName(i);return find(this[se],i)!==undefined}delete(i){i=`${i}`;validateName(i);const c=find(this[se],i);if(c!==undefined){delete this[se][c]}}raw(){return this[se]}keys(){return createHeadersIterator(this,"key")}values(){return createHeadersIterator(this,"value")}[Symbol.iterator](){return createHeadersIterator(this,"key+value")}}Headers.prototype.entries=Headers.prototype[Symbol.iterator];Object.defineProperty(Headers.prototype,Symbol.toStringTag,{value:"Headers",writable:false,enumerable:false,configurable:true});Object.defineProperties(Headers.prototype,{get:{enumerable:true},forEach:{enumerable:true},set:{enumerable:true},append:{enumerable:true},has:{enumerable:true},delete:{enumerable:true},keys:{enumerable:true},values:{enumerable:true},entries:{enumerable:true}});function getHeaders(i){let c=arguments.length>1&&arguments[1]!==undefined?arguments[1]:"key+value";const d=Object.keys(i[se]).sort();return d.map(c==="key"?function(i){return i.toLowerCase()}:c==="value"?function(c){return i[se][c].join(", ")}:function(c){return[c.toLowerCase(),i[se][c].join(", ")]})}const ae=Symbol("internal");function createHeadersIterator(i,c){const d=Object.create(oe);d[ae]={target:i,kind:c,index:0};return d}const oe=Object.setPrototypeOf({next(){if(!this||Object.getPrototypeOf(this)!==oe){throw new TypeError("Value of `this` is not a HeadersIterator")}var i=this[ae];const c=i.target,d=i.kind,p=i.index;const A=getHeaders(c,d);const C=A.length;if(p>=C){return{value:undefined,done:true}}this[ae].index=p+1;return{value:A[p],done:false}}},Object.getPrototypeOf(Object.getPrototypeOf([][Symbol.iterator]())));Object.defineProperty(oe,Symbol.toStringTag,{value:"HeadersIterator",writable:false,enumerable:false,configurable:true});function exportNodeCompatibleHeaders(i){const c=Object.assign({__proto__:null},i[se]);const d=find(i[se],"Host");if(d!==undefined){c[d]=c[d][0]}return c}function createHeadersLenient(i){const c=new Headers;for(const d of Object.keys(i)){if(ne.test(d)){continue}if(Array.isArray(i[d])){for(const p of i[d]){if(ie.test(p)){continue}if(c[se][d]===undefined){c[se][d]=[p]}else{c[se][d].push(p)}}}else if(!ie.test(i[d])){c[se][d]=[i[d]]}}return c}const le=Symbol("Response internals");const ce=A.STATUS_CODES;class Response{constructor(){let i=arguments.length>0&&arguments[0]!==undefined?arguments[0]:null;let c=arguments.length>1&&arguments[1]!==undefined?arguments[1]:{};Body.call(this,i,c);const d=c.status||200;const p=new Headers(c.headers);if(i!=null&&!p.has("Content-Type")){const c=extractContentType(i);if(c){p.append("Content-Type",c)}}this[le]={url:c.url,status:d,statusText:c.statusText||ce[d],headers:p,counter:c.counter}}get url(){return this[le].url||""}get status(){return this[le].status}get ok(){return this[le].status>=200&&this[le].status<300}get redirected(){return this[le].counter>0}get statusText(){return this[le].statusText}get headers(){return this[le].headers}clone(){return new Response(clone(this),{url:this.url,status:this.status,statusText:this.statusText,headers:this.headers,ok:this.ok,redirected:this.redirected})}}Body.mixIn(Response.prototype);Object.defineProperties(Response.prototype,{url:{enumerable:true},status:{enumerable:true},ok:{enumerable:true},redirected:{enumerable:true},statusText:{enumerable:true},headers:{enumerable:true},clone:{enumerable:true}});Object.defineProperty(Response.prototype,Symbol.toStringTag,{value:"Response",writable:false,enumerable:false,configurable:true});const de=Symbol("Request internals");const ue=C.URL||S.URL;const pe=C.parse;const Ae=C.format;function parseURL(i){if(/^[a-zA-Z][a-zA-Z\d+\-.]*:/.exec(i)){i=new ue(i).toString()}return pe(i)}const fe="destroy"in p.Readable.prototype;function isRequest(i){return typeof i==="object"&&typeof i[de]==="object"}function isAbortSignal(i){const c=i&&typeof i==="object"&&Object.getPrototypeOf(i);return!!(c&&c.constructor.name==="AbortSignal")}class Request{constructor(i){let c=arguments.length>1&&arguments[1]!==undefined?arguments[1]:{};let d;if(!isRequest(i)){if(i&&i.href){d=parseURL(i.href)}else{d=parseURL(`${i}`)}i={}}else{d=parseURL(i.url)}let p=c.method||i.method||"GET";p=p.toUpperCase();if((c.body!=null||isRequest(i)&&i.body!==null)&&(p==="GET"||p==="HEAD")){throw new TypeError("Request with GET/HEAD method cannot have body")}let A=c.body!=null?c.body:isRequest(i)&&i.body!==null?clone(i):null;Body.call(this,A,{timeout:c.timeout||i.timeout||0,size:c.size||i.size||0});const C=new Headers(c.headers||i.headers||{});if(A!=null&&!C.has("Content-Type")){const i=extractContentType(A);if(i){C.append("Content-Type",i)}}let S=isRequest(i)?i.signal:null;if("signal"in c)S=c.signal;if(S!=null&&!isAbortSignal(S)){throw new TypeError("Expected signal to be an instanceof AbortSignal")}this[de]={method:p,redirect:c.redirect||i.redirect||"follow",headers:C,parsedURL:d,signal:S};this.follow=c.follow!==undefined?c.follow:i.follow!==undefined?i.follow:20;this.compress=c.compress!==undefined?c.compress:i.compress!==undefined?i.compress:true;this.counter=c.counter||i.counter||0;this.agent=c.agent||i.agent}get method(){return this[de].method}get url(){return Ae(this[de].parsedURL)}get headers(){return this[de].headers}get redirect(){return this[de].redirect}get signal(){return this[de].signal}clone(){return new Request(this)}}Body.mixIn(Request.prototype);Object.defineProperty(Request.prototype,Symbol.toStringTag,{value:"Request",writable:false,enumerable:false,configurable:true});Object.defineProperties(Request.prototype,{method:{enumerable:true},url:{enumerable:true},headers:{enumerable:true},redirect:{enumerable:true},clone:{enumerable:true},signal:{enumerable:true}});function getNodeRequestOptions(i){const c=i[de].parsedURL;const d=new Headers(i[de].headers);if(!d.has("Accept")){d.set("Accept","*/*")}if(!c.protocol||!c.hostname){throw new TypeError("Only absolute URLs are supported")}if(!/^https?:$/.test(c.protocol)){throw new TypeError("Only HTTP(S) protocols are supported")}if(i.signal&&i.body instanceof p.Readable&&!fe){throw new Error("Cancellation of streamed requests with AbortSignal is not supported in node < 8")}let A=null;if(i.body==null&&/^(POST|PUT)$/i.test(i.method)){A="0"}if(i.body!=null){const c=getTotalBytes(i);if(typeof c==="number"){A=String(c)}}if(A){d.set("Content-Length",A)}if(!d.has("User-Agent")){d.set("User-Agent","node-fetch/1.0 (+https://github.com/bitinn/node-fetch)")}if(i.compress&&!d.has("Accept-Encoding")){d.set("Accept-Encoding","gzip,deflate")}let C=i.agent;if(typeof C==="function"){C=C(c)}return Object.assign({},c,{method:i.method,headers:exportNodeCompatibleHeaders(d),agent:C})}function AbortError(i){Error.call(this,i);this.type="aborted";this.message=i;Error.captureStackTrace(this,this.constructor)}AbortError.prototype=Object.create(Error.prototype);AbortError.prototype.constructor=AbortError;AbortError.prototype.name="AbortError";const he=C.URL||S.URL;const me=p.PassThrough;const ge=function isDomainOrSubdomain(i,c){const d=new he(c).hostname;const p=new he(i).hostname;return d===p||d[d.length-p.length-1]==="."&&d.endsWith(p)};const ye=function isSameProtocol(i,c){const d=new he(c).protocol;const p=new he(i).protocol;return d===p};function fetch(i,c){if(!fetch.Promise){throw new Error("native promise missing, set fetch.Promise to your favorite alternative")}Body.Promise=fetch.Promise;return new fetch.Promise((function(d,C){const S=new Request(i,c);const _=getNodeRequestOptions(S);const V=(_.protocol==="https:"?v:A).request;const Z=S.signal;let ee=null;const te=function abort(){let i=new AbortError("The user aborted a request.");C(i);if(S.body&&S.body instanceof p.Readable){destroyStream(S.body,i)}if(!ee||!ee.body)return;ee.body.emit("error",i)};if(Z&&Z.aborted){te();return}const re=function abortAndFinalize(){te();finalize()};const ne=V(_);let ie;if(Z){Z.addEventListener("abort",re)}function finalize(){ne.abort();if(Z)Z.removeEventListener("abort",re);clearTimeout(ie)}if(S.timeout){ne.once("socket",(function(i){ie=setTimeout((function(){C(new FetchError(`network timeout at: ${S.url}`,"request-timeout"));finalize()}),S.timeout)}))}ne.on("error",(function(i){C(new FetchError(`request to ${S.url} failed, reason: ${i.message}`,"system",i));if(ee&&ee.body){destroyStream(ee.body,i)}finalize()}));fixResponseChunkedTransferBadEnding(ne,(function(i){if(Z&&Z.aborted){return}if(ee&&ee.body){destroyStream(ee.body,i)}}));if(parseInt(process.version.substring(1))<14){ne.on("socket",(function(i){i.addListener("close",(function(c){const d=i.listenerCount("data")>0;if(ee&&d&&!c&&!(Z&&Z.aborted)){const i=new Error("Premature close");i.code="ERR_STREAM_PREMATURE_CLOSE";ee.body.emit("error",i)}}))}))}ne.on("response",(function(i){clearTimeout(ie);const c=createHeadersLenient(i.headers);if(fetch.isRedirect(i.statusCode)){const p=c.get("Location");let A=null;try{A=p===null?null:new he(p,S.url).toString()}catch(i){if(S.redirect!=="manual"){C(new FetchError(`uri requested responds with an invalid redirect URL: ${p}`,"invalid-redirect"));finalize();return}}switch(S.redirect){case"error":C(new FetchError(`uri requested responds with a redirect, redirect mode is set to error: ${S.url}`,"no-redirect"));finalize();return;case"manual":if(A!==null){try{c.set("Location",A)}catch(i){C(i)}}break;case"follow":if(A===null){break}if(S.counter>=S.follow){C(new FetchError(`maximum redirect reached at: ${S.url}`,"max-redirect"));finalize();return}const p={headers:new Headers(S.headers),follow:S.follow,counter:S.counter+1,agent:S.agent,compress:S.compress,method:S.method,body:S.body,signal:S.signal,timeout:S.timeout,size:S.size};if(!ge(S.url,A)||!ye(S.url,A)){for(const i of["authorization","www-authenticate","cookie","cookie2"]){p.headers.delete(i)}}if(i.statusCode!==303&&S.body&&getTotalBytes(S)===null){C(new FetchError("Cannot follow redirect with body being a readable stream","unsupported-redirect"));finalize();return}if(i.statusCode===303||(i.statusCode===301||i.statusCode===302)&&S.method==="POST"){p.method="GET";p.body=undefined;p.headers.delete("content-length")}d(fetch(new Request(A,p)));finalize();return}}i.once("end",(function(){if(Z)Z.removeEventListener("abort",re)}));let p=i.pipe(new me);const A={url:S.url,status:i.statusCode,statusText:i.statusMessage,headers:c,size:S.size,timeout:S.timeout,counter:S.counter};const v=c.get("Content-Encoding");if(!S.compress||S.method==="HEAD"||v===null||i.statusCode===204||i.statusCode===304){ee=new Response(p,A);d(ee);return}const _={flush:T.Z_SYNC_FLUSH,finishFlush:T.Z_SYNC_FLUSH};if(v=="gzip"||v=="x-gzip"){p=p.pipe(T.createGunzip(_));ee=new Response(p,A);d(ee);return}if(v=="deflate"||v=="x-deflate"){const c=i.pipe(new me);c.once("data",(function(i){if((i[0]&15)===8){p=p.pipe(T.createInflate())}else{p=p.pipe(T.createInflateRaw())}ee=new Response(p,A);d(ee)}));c.on("end",(function(){if(!ee){ee=new Response(p,A);d(ee)}}));return}if(v=="br"&&typeof T.createBrotliDecompress==="function"){p=p.pipe(T.createBrotliDecompress());ee=new Response(p,A);d(ee);return}ee=new Response(p,A);d(ee)}));writeToStream(ne,S)}))}function fixResponseChunkedTransferBadEnding(i,c){let d;i.on("socket",(function(i){d=i}));i.on("response",(function(i){const p=i.headers;if(p["transfer-encoding"]==="chunked"&&!p["content-length"]){i.once("close",(function(i){const p=d&&d.listenerCount("data")>0;if(p&&!i){const i=new Error("Premature close");i.code="ERR_STREAM_PREMATURE_CLOSE";c(i)}}))}}))}function destroyStream(i,c){if(i.destroy){i.destroy(c)}else{i.emit("error",c);i.end()}}fetch.isRedirect=function(i){return i===301||i===302||i===303||i===307||i===308};fetch.Promise=global.Promise;i.exports=c=fetch;Object.defineProperty(c,"__esModule",{value:true});c["default"]=c;c.Headers=Headers;c.Request=Request;c.Response=Response;c.FetchError=FetchError;c.AbortError=AbortError},56133:i=>{
|
||
/*!
|
||
* normalize-path <https://github.com/jonschlinkert/normalize-path>
|
||
*
|
||
* Copyright (c) 2014-2018, Jon Schlinkert.
|
||
* Released under the MIT License.
|
||
*/
|
||
i.exports=function(i,c){if(typeof i!=="string"){throw new TypeError("expected path to be a string")}if(i==="\\"||i==="/")return"/";var d=i.length;if(d<=1)return i;var p="";if(d>4&&i[3]==="\\"){var A=i[2];if((A==="?"||A===".")&&i.slice(0,2)==="\\\\"){i=i.slice(2);p="//"}}var C=i.split(/[/\\]+/);if(c!==false&&C[C.length-1]===""){C.pop()}return p+C.join("/")}},55560:(i,c,d)=>{var p=d(58264);i.exports=p(once);i.exports.strict=p(onceStrict);once.proto=once((function(){Object.defineProperty(Function.prototype,"once",{value:function(){return once(this)},configurable:true});Object.defineProperty(Function.prototype,"onceStrict",{value:function(){return onceStrict(this)},configurable:true})}));function once(i){var f=function(){if(f.called)return f.value;f.called=true;return f.value=i.apply(this,arguments)};f.called=false;return f}function onceStrict(i){var f=function(){if(f.called)throw new Error(f.onceError);f.called=true;return f.value=i.apply(this,arguments)};var c=i.name||"Function wrapped with `once`";f.onceError=c+" shouldn't be called more than once";f.called=false;return f}},73313:i=>{i.exports=Pend;function Pend(){this.pending=0;this.max=Infinity;this.listeners=[];this.waiting=[];this.error=null}Pend.prototype.go=function(i){if(this.pending<this.max){pendGo(this,i)}else{this.waiting.push(i)}};Pend.prototype.wait=function(i){if(this.pending===0){i(this.error)}else{this.listeners.push(i)}};Pend.prototype.hold=function(){return pendHold(this)};function pendHold(i){i.pending+=1;var c=false;return onCb;function onCb(d){if(c)throw new Error("callback called twice");c=true;i.error=i.error||d;i.pending-=1;if(i.waiting.length>0&&i.pending<i.max){pendGo(i,i.waiting.shift())}else if(i.pending===0){var p=i.listeners;i.listeners=[];p.forEach(cbListener)}}function cbListener(c){c(i.error)}}function pendGo(i,c){c(pendHold(i))}},61532:(i,c,d)=>{var p=d(65115);Object.keys(p).forEach((function(i){c[i]=p[i]}));var A=d(73952);Object.keys(A).forEach((function(i){c[i]=A[i]}))},73952:(i,c,d)=>{var p=d(38793);var A=d(98004);c.build=build;function ISODateString(i){function pad(i){return i<10?"0"+i:i}return i.getUTCFullYear()+"-"+pad(i.getUTCMonth()+1)+"-"+pad(i.getUTCDate())+"T"+pad(i.getUTCHours())+":"+pad(i.getUTCMinutes())+":"+pad(i.getUTCSeconds())+"Z"}var C=Object.prototype.toString;function type(i){var c=C.call(i).match(/\[object (.*)\]/);return c?c[1]:c}function build(i,c){var d={version:"1.0",encoding:"UTF-8"};var p={pubid:"-//Apple//DTD PLIST 1.0//EN",sysid:"http://www.apple.com/DTDs/PropertyList-1.0.dtd"};var C=A.create("plist");C.dec(d.version,d.encoding,d.standalone);C.dtd(p.pubid,p.sysid);C.att("version","1.0");walk_obj(i,C);if(!c)c={};c.pretty=c.pretty!==false;return C.end(c)}function walk_obj(i,c){var d,A,C;var S=type(i);if("Undefined"==S){return}else if(Array.isArray(i)){c=c.ele("array");for(A=0;A<i.length;A++){walk_obj(i[A],c)}}else if(Buffer.isBuffer(i)){c.ele("data").raw(i.toString("base64"))}else if("Object"==S){c=c.ele("dict");for(C in i){if(i.hasOwnProperty(C)){c.ele("key").txt(C);walk_obj(i[C],c)}}}else if("Number"==S){d=i%1===0?"integer":"real";c.ele(d).txt(i.toString())}else if("BigInt"==S){c.ele("integer").txt(i)}else if("Date"==S){c.ele("date").txt(ISODateString(new Date(i)))}else if("Boolean"==S){c.ele(i?"true":"false")}else if("String"==S){c.ele("string").txt(i)}else if("ArrayBuffer"==S){c.ele("data").raw(p.fromByteArray(i))}else if(i&&i.buffer&&"ArrayBuffer"==type(i.buffer)){c.ele("data").raw(p.fromByteArray(new Uint8Array(i.buffer),c))}else if("Null"===S){c.ele("null").txt("")}}},65115:(i,c,d)=>{const{DOMParser:p}=d(98351);c.parse=parse;var A=3;var C=4;var S=8;function shouldIgnoreNode(i){return i.nodeType===A||i.nodeType===S||i.nodeType===C}function isEmptyNode(i){if(!i.childNodes||i.childNodes.length===0){return true}else{return false}}function invariant(i,c){if(!i){throw new Error(c)}}function parse(i){var c=(new p).parseFromString(i);invariant(c.documentElement.nodeName==="plist","malformed document. First element should be <plist>");var d=parsePlistXML(c.documentElement);if(d.length==1)d=d[0];return d}function parsePlistXML(i){var c,d,p,S,v,T,_,V;if(!i)return null;if(i.nodeName==="plist"){v=[];if(isEmptyNode(i)){return v}for(c=0;c<i.childNodes.length;c++){if(!shouldIgnoreNode(i.childNodes[c])){v.push(parsePlistXML(i.childNodes[c]))}}return v}else if(i.nodeName==="dict"){d={};p=null;_=0;if(isEmptyNode(i)){return d}for(c=0;c<i.childNodes.length;c++){if(shouldIgnoreNode(i.childNodes[c]))continue;if(_%2===0){invariant(i.childNodes[c].nodeName==="key","Missing key while parsing <dict/>.");p=parsePlistXML(i.childNodes[c])}else{invariant(i.childNodes[c].nodeName!=="key",'Unexpected key "'+parsePlistXML(i.childNodes[c])+'" while parsing <dict/>.');d[p]=parsePlistXML(i.childNodes[c])}_+=1}if(_%2===1){d[p]=""}return d}else if(i.nodeName==="array"){v=[];if(isEmptyNode(i)){return v}for(c=0;c<i.childNodes.length;c++){if(!shouldIgnoreNode(i.childNodes[c])){T=parsePlistXML(i.childNodes[c]);if(null!=T)v.push(T)}}return v}else if(i.nodeName==="#text"){}else if(i.nodeName==="key"){if(isEmptyNode(i)){return""}invariant(i.childNodes[0].nodeValue!=="__proto__","__proto__ keys can lead to prototype pollution. More details on CVE-2022-22912");return i.childNodes[0].nodeValue}else if(i.nodeName==="string"){T="";if(isEmptyNode(i)){return T}for(c=0;c<i.childNodes.length;c++){var V=i.childNodes[c].nodeType;if(V===A||V===C){T+=i.childNodes[c].nodeValue}}return T}else if(i.nodeName==="integer"){invariant(!isEmptyNode(i),'Cannot parse "" as integer.');return parseInt(i.childNodes[0].nodeValue,10)}else if(i.nodeName==="real"){invariant(!isEmptyNode(i),'Cannot parse "" as real.');T="";for(c=0;c<i.childNodes.length;c++){if(i.childNodes[c].nodeType===A){T+=i.childNodes[c].nodeValue}}return parseFloat(T)}else if(i.nodeName==="data"){T="";if(isEmptyNode(i)){return Buffer.from(T,"base64")}for(c=0;c<i.childNodes.length;c++){if(i.childNodes[c].nodeType===A){T+=i.childNodes[c].nodeValue.replace(/\s+/g,"")}}return Buffer.from(T,"base64")}else if(i.nodeName==="date"){invariant(!isEmptyNode(i),'Cannot parse "" as Date.');return new Date(i.childNodes[0].nodeValue)}else if(i.nodeName==="null"){return null}else if(i.nodeName==="true"){return true}else if(i.nodeName==="false"){return false}else{throw new Error("Invalid PLIST tag "+i.nodeName)}}},19183:i=>{"use strict";if(typeof process==="undefined"||!process.version||process.version.indexOf("v0.")===0||process.version.indexOf("v1.")===0&&process.version.indexOf("v1.8.")!==0){i.exports={nextTick:nextTick}}else{i.exports=process}function nextTick(i,c,d,p){if(typeof i!=="function"){throw new TypeError('"callback" argument must be a function')}var A=arguments.length;var C,S;switch(A){case 0:case 1:return process.nextTick(i);case 2:return process.nextTick((function afterTickOne(){i.call(null,c)}));case 3:return process.nextTick((function afterTickTwo(){i.call(null,c,d)}));case 4:return process.nextTick((function afterTickThree(){i.call(null,c,d,p)}));default:C=new Array(A-1);S=0;while(S<C.length){C[S++]=arguments[S]}return process.nextTick((function afterTick(){i.apply(null,C)}))}}},7945:i=>{i.exports=global.process},87898:(i,c,d)=>{var p=d(55560);var A=d(31424);var C;try{C=d(79896)}catch(i){}var noop=function(){};var S=typeof process==="undefined"?false:/^v?\.0/.test(process.version);var isFn=function(i){return typeof i==="function"};var isFS=function(i){if(!S)return false;if(!C)return false;return(i instanceof(C.ReadStream||noop)||i instanceof(C.WriteStream||noop))&&isFn(i.close)};var isRequest=function(i){return i.setHeader&&isFn(i.abort)};var destroyer=function(i,c,d,C){C=p(C);var S=false;i.on("close",(function(){S=true}));A(i,{readable:c,writable:d},(function(i){if(i)return C(i);S=true;C()}));var v=false;return function(c){if(S)return;if(v)return;v=true;if(isFS(i))return i.close(noop);if(isRequest(i))return i.abort();if(isFn(i.destroy))return i.destroy();C(c||new Error("stream was destroyed"))}};var call=function(i){i()};var pipe=function(i,c){return i.pipe(c)};var pump=function(){var i=Array.prototype.slice.call(arguments);var c=isFn(i[i.length-1]||noop)&&i.pop()||noop;if(Array.isArray(i[0]))i=i[0];if(i.length<2)throw new Error("pump requires two streams per minimum");var d;var p=i.map((function(A,C){var S=C<i.length-1;var v=C>0;return destroyer(A,S,v,(function(i){if(!d)d=i;if(i)p.forEach(call);if(S)return;p.forEach(call);c(d)}))}));return i.reduce(pipe)};i.exports=pump},80652:(i,c,d)=>{"use strict";const{SymbolDispose:p}=d(50999);const{AbortError:A,codes:C}=d(69220);const{isNodeStream:S,isWebStream:v,kControllerErrorFunction:T}=d(83426);const _=d(36815);const{ERR_INVALID_ARG_TYPE:V}=C;let Z;const validateAbortSignal=(i,c)=>{if(typeof i!=="object"||!("aborted"in i)){throw new V(c,"AbortSignal",i)}};i.exports.addAbortSignal=function addAbortSignal(c,d){validateAbortSignal(c,"signal");if(!S(d)&&!v(d)){throw new V("stream",["ReadableStream","WritableStream","Stream"],d)}return i.exports.addAbortSignalNoValidate(c,d)};i.exports.addAbortSignalNoValidate=function(i,c){if(typeof i!=="object"||!("aborted"in i)){return c}const C=S(c)?()=>{c.destroy(new A(undefined,{cause:i.reason}))}:()=>{c[T](new A(undefined,{cause:i.reason}))};if(i.aborted){C()}else{Z=Z||d(23539).addAbortListener;const A=Z(i,C);_(c,A[p])}return c}},77336:(i,c,d)=>{"use strict";const{StringPrototypeSlice:p,SymbolIterator:A,TypedArrayPrototypeSet:C,Uint8Array:S}=d(50999);const{Buffer:v}=d(20181);const{inspect:T}=d(23539);i.exports=class BufferList{constructor(){this.head=null;this.tail=null;this.length=0}push(i){const c={data:i,next:null};if(this.length>0)this.tail.next=c;else this.head=c;this.tail=c;++this.length}unshift(i){const c={data:i,next:this.head};if(this.length===0)this.tail=c;this.head=c;++this.length}shift(){if(this.length===0)return;const i=this.head.data;if(this.length===1)this.head=this.tail=null;else this.head=this.head.next;--this.length;return i}clear(){this.head=this.tail=null;this.length=0}join(i){if(this.length===0)return"";let c=this.head;let d=""+c.data;while((c=c.next)!==null)d+=i+c.data;return d}concat(i){if(this.length===0)return v.alloc(0);const c=v.allocUnsafe(i>>>0);let d=this.head;let p=0;while(d){C(c,d.data,p);p+=d.data.length;d=d.next}return c}consume(i,c){const d=this.head.data;if(i<d.length){const c=d.slice(0,i);this.head.data=d.slice(i);return c}if(i===d.length){return this.shift()}return c?this._getString(i):this._getBuffer(i)}first(){return this.head.data}*[A](){for(let i=this.head;i;i=i.next){yield i.data}}_getString(i){let c="";let d=this.head;let A=0;do{const C=d.data;if(i>C.length){c+=C;i-=C.length}else{if(i===C.length){c+=C;++A;if(d.next)this.head=d.next;else this.head=this.tail=null}else{c+=p(C,0,i);this.head=d;d.data=p(C,i)}break}++A}while((d=d.next)!==null);this.length-=A;return c}_getBuffer(i){const c=v.allocUnsafe(i);const d=i;let p=this.head;let A=0;do{const v=p.data;if(i>v.length){C(c,v,d-i);i-=v.length}else{if(i===v.length){C(c,v,d-i);++A;if(p.next)this.head=p.next;else this.head=this.tail=null}else{C(c,new S(v.buffer,v.byteOffset,i),d-i);this.head=p;p.data=v.slice(i)}break}++A}while((p=p.next)!==null);this.length-=A;return c}[Symbol.for("nodejs.util.inspect.custom")](i,c){return T(this,{...c,depth:0,customInspect:false})}}},64999:(i,c,d)=>{"use strict";const{pipeline:p}=d(16701);const A=d(94449);const{destroyer:C}=d(65089);const{isNodeStream:S,isReadable:v,isWritable:T,isWebStream:_,isTransformStream:V,isWritableStream:Z,isReadableStream:ee}=d(83426);const{AbortError:te,codes:{ERR_INVALID_ARG_VALUE:re,ERR_MISSING_ARGS:ne}}=d(69220);const ie=d(36815);i.exports=function compose(...i){if(i.length===0){throw new ne("streams")}if(i.length===1){return A.from(i[0])}const c=[...i];if(typeof i[0]==="function"){i[0]=A.from(i[0])}if(typeof i[i.length-1]==="function"){const c=i.length-1;i[c]=A.from(i[c])}for(let d=0;d<i.length;++d){if(!S(i[d])&&!_(i[d])){continue}if(d<i.length-1&&!(v(i[d])||ee(i[d])||V(i[d]))){throw new re(`streams[${d}]`,c[d],"must be readable")}if(d>0&&!(T(i[d])||Z(i[d])||V(i[d]))){throw new re(`streams[${d}]`,c[d],"must be writable")}}let d;let se;let ae;let oe;let le;function onfinished(i){const c=oe;oe=null;if(c){c(i)}else if(i){le.destroy(i)}else if(!pe&&!ue){le.destroy()}}const ce=i[0];const de=p(i,onfinished);const ue=!!(T(ce)||Z(ce)||V(ce));const pe=!!(v(de)||ee(de)||V(de));le=new A({writableObjectMode:!!(ce!==null&&ce!==undefined&&ce.writableObjectMode),readableObjectMode:!!(de!==null&&de!==undefined&&de.readableObjectMode),writable:ue,readable:pe});if(ue){if(S(ce)){le._write=function(i,c,p){if(ce.write(i,c)){p()}else{d=p}};le._final=function(i){ce.end();se=i};ce.on("drain",(function(){if(d){const i=d;d=null;i()}}))}else if(_(ce)){const i=V(ce)?ce.writable:ce;const c=i.getWriter();le._write=async function(i,d,p){try{await c.ready;c.write(i).catch((()=>{}));p()}catch(i){p(i)}};le._final=async function(i){try{await c.ready;c.close().catch((()=>{}));se=i}catch(c){i(c)}}}const i=V(de)?de.readable:de;ie(i,(()=>{if(se){const i=se;se=null;i()}}))}if(pe){if(S(de)){de.on("readable",(function(){if(ae){const i=ae;ae=null;i()}}));de.on("end",(function(){le.push(null)}));le._read=function(){while(true){const i=de.read();if(i===null){ae=le._read;return}if(!le.push(i)){return}}}}else if(_(de)){const i=V(de)?de.readable:de;const c=i.getReader();le._read=async function(){while(true){try{const{value:i,done:d}=await c.read();if(!le.push(i)){return}if(d){le.push(null);return}}catch{return}}}}}le._destroy=function(i,c){if(!i&&oe!==null){i=new te}ae=null;d=null;se=null;if(oe===null){c(i)}else{oe=c;if(S(de)){C(de,i)}}};return le}},65089:(i,c,d)=>{"use strict";const p=d(7945);const{aggregateTwoErrors:A,codes:{ERR_MULTIPLE_CALLBACK:C},AbortError:S}=d(69220);const{Symbol:v}=d(50999);const{kIsDestroyed:T,isDestroyed:_,isFinished:V,isServerRequest:Z}=d(83426);const ee=v("kDestroy");const te=v("kConstruct");function checkError(i,c,d){if(i){i.stack;if(c&&!c.errored){c.errored=i}if(d&&!d.errored){d.errored=i}}}function destroy(i,c){const d=this._readableState;const p=this._writableState;const C=p||d;if(p!==null&&p!==undefined&&p.destroyed||d!==null&&d!==undefined&&d.destroyed){if(typeof c==="function"){c()}return this}checkError(i,p,d);if(p){p.destroyed=true}if(d){d.destroyed=true}if(!C.constructed){this.once(ee,(function(d){_destroy(this,A(d,i),c)}))}else{_destroy(this,i,c)}return this}function _destroy(i,c,d){let A=false;function onDestroy(c){if(A){return}A=true;const C=i._readableState;const S=i._writableState;checkError(c,S,C);if(S){S.closed=true}if(C){C.closed=true}if(typeof d==="function"){d(c)}if(c){p.nextTick(emitErrorCloseNT,i,c)}else{p.nextTick(emitCloseNT,i)}}try{i._destroy(c||null,onDestroy)}catch(c){onDestroy(c)}}function emitErrorCloseNT(i,c){emitErrorNT(i,c);emitCloseNT(i)}function emitCloseNT(i){const c=i._readableState;const d=i._writableState;if(d){d.closeEmitted=true}if(c){c.closeEmitted=true}if(d!==null&&d!==undefined&&d.emitClose||c!==null&&c!==undefined&&c.emitClose){i.emit("close")}}function emitErrorNT(i,c){const d=i._readableState;const p=i._writableState;if(p!==null&&p!==undefined&&p.errorEmitted||d!==null&&d!==undefined&&d.errorEmitted){return}if(p){p.errorEmitted=true}if(d){d.errorEmitted=true}i.emit("error",c)}function undestroy(){const i=this._readableState;const c=this._writableState;if(i){i.constructed=true;i.closed=false;i.closeEmitted=false;i.destroyed=false;i.errored=null;i.errorEmitted=false;i.reading=false;i.ended=i.readable===false;i.endEmitted=i.readable===false}if(c){c.constructed=true;c.destroyed=false;c.closed=false;c.closeEmitted=false;c.errored=null;c.errorEmitted=false;c.finalCalled=false;c.prefinished=false;c.ended=c.writable===false;c.ending=c.writable===false;c.finished=c.writable===false}}function errorOrDestroy(i,c,d){const A=i._readableState;const C=i._writableState;if(C!==null&&C!==undefined&&C.destroyed||A!==null&&A!==undefined&&A.destroyed){return this}if(A!==null&&A!==undefined&&A.autoDestroy||C!==null&&C!==undefined&&C.autoDestroy)i.destroy(c);else if(c){c.stack;if(C&&!C.errored){C.errored=c}if(A&&!A.errored){A.errored=c}if(d){p.nextTick(emitErrorNT,i,c)}else{emitErrorNT(i,c)}}}function construct(i,c){if(typeof i._construct!=="function"){return}const d=i._readableState;const A=i._writableState;if(d){d.constructed=false}if(A){A.constructed=false}i.once(te,c);if(i.listenerCount(te)>1){return}p.nextTick(constructNT,i)}function constructNT(i){let c=false;function onConstruct(d){if(c){errorOrDestroy(i,d!==null&&d!==undefined?d:new C);return}c=true;const A=i._readableState;const S=i._writableState;const v=S||A;if(A){A.constructed=true}if(S){S.constructed=true}if(v.destroyed){i.emit(ee,d)}else if(d){errorOrDestroy(i,d,true)}else{p.nextTick(emitConstructNT,i)}}try{i._construct((i=>{p.nextTick(onConstruct,i)}))}catch(i){p.nextTick(onConstruct,i)}}function emitConstructNT(i){i.emit(te)}function isRequest(i){return(i===null||i===undefined?undefined:i.setHeader)&&typeof i.abort==="function"}function emitCloseLegacy(i){i.emit("close")}function emitErrorCloseLegacy(i,c){i.emit("error",c);p.nextTick(emitCloseLegacy,i)}function destroyer(i,c){if(!i||_(i)){return}if(!c&&!V(i)){c=new S}if(Z(i)){i.socket=null;i.destroy(c)}else if(isRequest(i)){i.abort()}else if(isRequest(i.req)){i.req.abort()}else if(typeof i.destroy==="function"){i.destroy(c)}else if(typeof i.close==="function"){i.close()}else if(c){p.nextTick(emitErrorCloseLegacy,i,c)}else{p.nextTick(emitCloseLegacy,i)}if(!i.destroyed){i[T]=true}}i.exports={construct:construct,destroyer:destroyer,destroy:destroy,undestroy:undestroy,errorOrDestroy:errorOrDestroy}},94449:(i,c,d)=>{"use strict";const{ObjectDefineProperties:p,ObjectGetOwnPropertyDescriptor:A,ObjectKeys:C,ObjectSetPrototypeOf:S}=d(50999);i.exports=Duplex;const v=d(17783);const T=d(58939);S(Duplex.prototype,v.prototype);S(Duplex,v);{const i=C(T.prototype);for(let c=0;c<i.length;c++){const d=i[c];if(!Duplex.prototype[d])Duplex.prototype[d]=T.prototype[d]}}function Duplex(i){if(!(this instanceof Duplex))return new Duplex(i);v.call(this,i);T.call(this,i);if(i){this.allowHalfOpen=i.allowHalfOpen!==false;if(i.readable===false){this._readableState.readable=false;this._readableState.ended=true;this._readableState.endEmitted=true}if(i.writable===false){this._writableState.writable=false;this._writableState.ending=true;this._writableState.ended=true;this._writableState.finished=true}}else{this.allowHalfOpen=true}}p(Duplex.prototype,{writable:{__proto__:null,...A(T.prototype,"writable")},writableHighWaterMark:{__proto__:null,...A(T.prototype,"writableHighWaterMark")},writableObjectMode:{__proto__:null,...A(T.prototype,"writableObjectMode")},writableBuffer:{__proto__:null,...A(T.prototype,"writableBuffer")},writableLength:{__proto__:null,...A(T.prototype,"writableLength")},writableFinished:{__proto__:null,...A(T.prototype,"writableFinished")},writableCorked:{__proto__:null,...A(T.prototype,"writableCorked")},writableEnded:{__proto__:null,...A(T.prototype,"writableEnded")},writableNeedDrain:{__proto__:null,...A(T.prototype,"writableNeedDrain")},destroyed:{__proto__:null,get(){if(this._readableState===undefined||this._writableState===undefined){return false}return this._readableState.destroyed&&this._writableState.destroyed},set(i){if(this._readableState&&this._writableState){this._readableState.destroyed=i;this._writableState.destroyed=i}}}});let _;function lazyWebStreams(){if(_===undefined)_={};return _}Duplex.fromWeb=function(i,c){return lazyWebStreams().newStreamDuplexFromReadableWritablePair(i,c)};Duplex.toWeb=function(i){return lazyWebStreams().newReadableWritablePairFromDuplex(i)};let V;Duplex.from=function(i){if(!V){V=d(4599)}return V(i,"body")}},4599:(i,c,d)=>{const p=d(7945);"use strict";const A=d(20181);const{isReadable:C,isWritable:S,isIterable:v,isNodeStream:T,isReadableNodeStream:_,isWritableNodeStream:V,isDuplexNodeStream:Z,isReadableStream:ee,isWritableStream:te}=d(83426);const re=d(36815);const{AbortError:ne,codes:{ERR_INVALID_ARG_TYPE:ie,ERR_INVALID_RETURN_VALUE:se}}=d(69220);const{destroyer:ae}=d(65089);const oe=d(94449);const le=d(17783);const ce=d(58939);const{createDeferredPromise:de}=d(23539);const ue=d(4659);const pe=globalThis.Blob||A.Blob;const Ae=typeof pe!=="undefined"?function isBlob(i){return i instanceof pe}:function isBlob(i){return false};const fe=globalThis.AbortController||d(17413).AbortController;const{FunctionPrototypeCall:he}=d(50999);class Duplexify extends oe{constructor(i){super(i);if((i===null||i===undefined?undefined:i.readable)===false){this._readableState.readable=false;this._readableState.ended=true;this._readableState.endEmitted=true}if((i===null||i===undefined?undefined:i.writable)===false){this._writableState.writable=false;this._writableState.ending=true;this._writableState.ended=true;this._writableState.finished=true}}}i.exports=function duplexify(i,c){if(Z(i)){return i}if(_(i)){return _duplexify({readable:i})}if(V(i)){return _duplexify({writable:i})}if(T(i)){return _duplexify({writable:false,readable:false})}if(ee(i)){return _duplexify({readable:le.fromWeb(i)})}if(te(i)){return _duplexify({writable:ce.fromWeb(i)})}if(typeof i==="function"){const{value:d,write:A,final:C,destroy:S}=fromAsyncGen(i);if(v(d)){return ue(Duplexify,d,{objectMode:true,write:A,final:C,destroy:S})}const T=d===null||d===undefined?undefined:d.then;if(typeof T==="function"){let i;const c=he(T,d,(i=>{if(i!=null){throw new se("nully","body",i)}}),(c=>{ae(i,c)}));return i=new Duplexify({objectMode:true,readable:false,write:A,final(i){C((async()=>{try{await c;p.nextTick(i,null)}catch(c){p.nextTick(i,c)}}))},destroy:S})}throw new se("Iterable, AsyncIterable or AsyncFunction",c,d)}if(Ae(i)){return duplexify(i.arrayBuffer())}if(v(i)){return ue(Duplexify,i,{objectMode:true,writable:false})}if(ee(i===null||i===undefined?undefined:i.readable)&&te(i===null||i===undefined?undefined:i.writable)){return Duplexify.fromWeb(i)}if(typeof(i===null||i===undefined?undefined:i.writable)==="object"||typeof(i===null||i===undefined?undefined:i.readable)==="object"){const c=i!==null&&i!==undefined&&i.readable?_(i===null||i===undefined?undefined:i.readable)?i===null||i===undefined?undefined:i.readable:duplexify(i.readable):undefined;const d=i!==null&&i!==undefined&&i.writable?V(i===null||i===undefined?undefined:i.writable)?i===null||i===undefined?undefined:i.writable:duplexify(i.writable):undefined;return _duplexify({readable:c,writable:d})}const d=i===null||i===undefined?undefined:i.then;if(typeof d==="function"){let c;he(d,i,(i=>{if(i!=null){c.push(i)}c.push(null)}),(i=>{ae(c,i)}));return c=new Duplexify({objectMode:true,writable:false,read(){}})}throw new ie(c,["Blob","ReadableStream","WritableStream","Stream","Iterable","AsyncIterable","Function","{ readable, writable } pair","Promise"],i)};function fromAsyncGen(i){let{promise:c,resolve:d}=de();const A=new fe;const C=A.signal;const S=i(async function*(){while(true){const i=c;c=null;const{chunk:A,done:S,cb:v}=await i;p.nextTick(v);if(S)return;if(C.aborted)throw new ne(undefined,{cause:C.reason});({promise:c,resolve:d}=de());yield A}}(),{signal:C});return{value:S,write(i,c,p){const A=d;d=null;A({chunk:i,done:false,cb:p})},final(i){const c=d;d=null;c({done:true,cb:i})},destroy(i,c){A.abort();c(i)}}}function _duplexify(i){const c=i.readable&&typeof i.readable.read!=="function"?le.wrap(i.readable):i.readable;const d=i.writable;let p=!!C(c);let A=!!S(d);let v;let T;let _;let V;let Z;function onfinished(i){const c=V;V=null;if(c){c(i)}else if(i){Z.destroy(i)}}Z=new Duplexify({readableObjectMode:!!(c!==null&&c!==undefined&&c.readableObjectMode),writableObjectMode:!!(d!==null&&d!==undefined&&d.writableObjectMode),readable:p,writable:A});if(A){re(d,(i=>{A=false;if(i){ae(c,i)}onfinished(i)}));Z._write=function(i,c,p){if(d.write(i,c)){p()}else{v=p}};Z._final=function(i){d.end();T=i};d.on("drain",(function(){if(v){const i=v;v=null;i()}}));d.on("finish",(function(){if(T){const i=T;T=null;i()}}))}if(p){re(c,(i=>{p=false;if(i){ae(c,i)}onfinished(i)}));c.on("readable",(function(){if(_){const i=_;_=null;i()}}));c.on("end",(function(){Z.push(null)}));Z._read=function(){while(true){const i=c.read();if(i===null){_=Z._read;return}if(!Z.push(i)){return}}}}Z._destroy=function(i,p){if(!i&&V!==null){i=new ne}_=null;v=null;T=null;if(V===null){p(i)}else{V=p;ae(d,i);ae(c,i)}};return Z}},36815:(i,c,d)=>{"use strict";const p=d(7945);const{AbortError:A,codes:C}=d(69220);const{ERR_INVALID_ARG_TYPE:S,ERR_STREAM_PREMATURE_CLOSE:v}=C;const{kEmptyObject:T,once:_}=d(23539);const{validateAbortSignal:V,validateFunction:Z,validateObject:ee,validateBoolean:te}=d(49554);const{Promise:re,PromisePrototypeThen:ne,SymbolDispose:ie}=d(50999);const{isClosed:se,isReadable:ae,isReadableNodeStream:oe,isReadableStream:le,isReadableFinished:ce,isReadableErrored:de,isWritable:ue,isWritableNodeStream:pe,isWritableStream:Ae,isWritableFinished:fe,isWritableErrored:he,isNodeStream:me,willEmitClose:ge,kIsClosedPromise:ye}=d(83426);let Ee;function isRequest(i){return i.setHeader&&typeof i.abort==="function"}const nop=()=>{};function eos(i,c,C){var te,re;if(arguments.length===2){C=c;c=T}else if(c==null){c=T}else{ee(c,"options")}Z(C,"callback");V(c.signal,"options.signal");C=_(C);if(le(i)||Ae(i)){return eosWeb(i,c,C)}if(!me(i)){throw new S("stream",["ReadableStream","WritableStream","Stream"],i)}const ne=(te=c.readable)!==null&&te!==undefined?te:oe(i);const ye=(re=c.writable)!==null&&re!==undefined?re:pe(i);const be=i._writableState;const Ce=i._readableState;const onlegacyfinish=()=>{if(!i.writable){onfinish()}};let we=ge(i)&&oe(i)===ne&&pe(i)===ye;let Ie=fe(i,false);const onfinish=()=>{Ie=true;if(i.destroyed){we=false}if(we&&(!i.readable||ne)){return}if(!ne||Be){C.call(i)}};let Be=ce(i,false);const onend=()=>{Be=true;if(i.destroyed){we=false}if(we&&(!i.writable||ye)){return}if(!ye||Ie){C.call(i)}};const onerror=c=>{C.call(i,c)};let Se=se(i);const onclose=()=>{Se=true;const c=he(i)||de(i);if(c&&typeof c!=="boolean"){return C.call(i,c)}if(ne&&!Be&&oe(i,true)){if(!ce(i,false))return C.call(i,new v)}if(ye&&!Ie){if(!fe(i,false))return C.call(i,new v)}C.call(i)};const onclosed=()=>{Se=true;const c=he(i)||de(i);if(c&&typeof c!=="boolean"){return C.call(i,c)}C.call(i)};const onrequest=()=>{i.req.on("finish",onfinish)};if(isRequest(i)){i.on("complete",onfinish);if(!we){i.on("abort",onclose)}if(i.req){onrequest()}else{i.on("request",onrequest)}}else if(ye&&!be){i.on("end",onlegacyfinish);i.on("close",onlegacyfinish)}if(!we&&typeof i.aborted==="boolean"){i.on("aborted",onclose)}i.on("end",onend);i.on("finish",onfinish);if(c.error!==false){i.on("error",onerror)}i.on("close",onclose);if(Se){p.nextTick(onclose)}else if(be!==null&&be!==undefined&&be.errorEmitted||Ce!==null&&Ce!==undefined&&Ce.errorEmitted){if(!we){p.nextTick(onclosed)}}else if(!ne&&(!we||ae(i))&&(Ie||ue(i)===false)){p.nextTick(onclosed)}else if(!ye&&(!we||ue(i))&&(Be||ae(i)===false)){p.nextTick(onclosed)}else if(Ce&&i.req&&i.aborted){p.nextTick(onclosed)}const cleanup=()=>{C=nop;i.removeListener("aborted",onclose);i.removeListener("complete",onfinish);i.removeListener("abort",onclose);i.removeListener("request",onrequest);if(i.req)i.req.removeListener("finish",onfinish);i.removeListener("end",onlegacyfinish);i.removeListener("close",onlegacyfinish);i.removeListener("finish",onfinish);i.removeListener("end",onend);i.removeListener("error",onerror);i.removeListener("close",onclose)};if(c.signal&&!Se){const abort=()=>{const d=C;cleanup();d.call(i,new A(undefined,{cause:c.signal.reason}))};if(c.signal.aborted){p.nextTick(abort)}else{Ee=Ee||d(23539).addAbortListener;const p=Ee(c.signal,abort);const A=C;C=_(((...c)=>{p[ie]();A.apply(i,c)}))}}return cleanup}function eosWeb(i,c,C){let S=false;let v=nop;if(c.signal){v=()=>{S=true;C.call(i,new A(undefined,{cause:c.signal.reason}))};if(c.signal.aborted){p.nextTick(v)}else{Ee=Ee||d(23539).addAbortListener;const p=Ee(c.signal,v);const A=C;C=_(((...c)=>{p[ie]();A.apply(i,c)}))}}const resolverFn=(...c)=>{if(!S){p.nextTick((()=>C.apply(i,c)))}};ne(i[ye].promise,resolverFn,resolverFn);return nop}function finished(i,c){var d;let p=false;if(c===null){c=T}if((d=c)!==null&&d!==undefined&&d.cleanup){te(c.cleanup,"cleanup");p=c.cleanup}return new re(((d,A)=>{const C=eos(i,c,(i=>{if(p){C()}if(i){A(i)}else{d()}}))}))}i.exports=eos;i.exports.finished=finished},4659:(i,c,d)=>{"use strict";const p=d(7945);const{PromisePrototypeThen:A,SymbolAsyncIterator:C,SymbolIterator:S}=d(50999);const{Buffer:v}=d(20181);const{ERR_INVALID_ARG_TYPE:T,ERR_STREAM_NULL_VALUES:_}=d(69220).codes;function from(i,c,d){let V;if(typeof c==="string"||c instanceof v){return new i({objectMode:true,...d,read(){this.push(c);this.push(null)}})}let Z;if(c&&c[C]){Z=true;V=c[C]()}else if(c&&c[S]){Z=false;V=c[S]()}else{throw new T("iterable",["Iterable"],c)}const ee=new i({objectMode:true,highWaterMark:1,...d});let te=false;ee._read=function(){if(!te){te=true;next()}};ee._destroy=function(i,c){A(close(i),(()=>p.nextTick(c,i)),(d=>p.nextTick(c,d||i)))};async function close(i){const c=i!==undefined&&i!==null;const d=typeof V.throw==="function";if(c&&d){const{value:c,done:d}=await V.throw(i);await c;if(d){return}}if(typeof V.return==="function"){const{value:i}=await V.return();await i}}async function next(){for(;;){try{const{value:i,done:c}=Z?await V.next():V.next();if(c){ee.push(null)}else{const c=i&&typeof i.then==="function"?await i:i;if(c===null){te=false;throw new _}else if(ee.push(c)){continue}else{te=false}}}catch(i){ee.destroy(i)}break}}return ee}i.exports=from},84128:(i,c,d)=>{"use strict";const{ArrayIsArray:p,ObjectSetPrototypeOf:A}=d(50999);const{EventEmitter:C}=d(24434);function Stream(i){C.call(this,i)}A(Stream.prototype,C.prototype);A(Stream,C);Stream.prototype.pipe=function(i,c){const d=this;function ondata(c){if(i.writable&&i.write(c)===false&&d.pause){d.pause()}}d.on("data",ondata);function ondrain(){if(d.readable&&d.resume){d.resume()}}i.on("drain",ondrain);if(!i._isStdio&&(!c||c.end!==false)){d.on("end",onend);d.on("close",onclose)}let p=false;function onend(){if(p)return;p=true;i.end()}function onclose(){if(p)return;p=true;if(typeof i.destroy==="function")i.destroy()}function onerror(i){cleanup();if(C.listenerCount(this,"error")===0){this.emit("error",i)}}prependListener(d,"error",onerror);prependListener(i,"error",onerror);function cleanup(){d.removeListener("data",ondata);i.removeListener("drain",ondrain);d.removeListener("end",onend);d.removeListener("close",onclose);d.removeListener("error",onerror);i.removeListener("error",onerror);d.removeListener("end",cleanup);d.removeListener("close",cleanup);i.removeListener("close",cleanup)}d.on("end",cleanup);d.on("close",cleanup);i.on("close",cleanup);i.emit("pipe",d);return i};function prependListener(i,c,d){if(typeof i.prependListener==="function")return i.prependListener(c,d);if(!i._events||!i._events[c])i.on(c,d);else if(p(i._events[c]))i._events[c].unshift(d);else i._events[c]=[d,i._events[c]]}i.exports={Stream:Stream,prependListener:prependListener}},11222:(i,c,d)=>{"use strict";const p=globalThis.AbortController||d(17413).AbortController;const{codes:{ERR_INVALID_ARG_VALUE:A,ERR_INVALID_ARG_TYPE:C,ERR_MISSING_ARGS:S,ERR_OUT_OF_RANGE:v},AbortError:T}=d(69220);const{validateAbortSignal:_,validateInteger:V,validateObject:Z}=d(49554);const ee=d(50999).Symbol("kWeak");const te=d(50999).Symbol("kResistStopPropagation");const{finished:re}=d(36815);const ne=d(64999);const{addAbortSignalNoValidate:ie}=d(80652);const{isWritable:se,isNodeStream:ae}=d(83426);const{deprecate:oe}=d(23539);const{ArrayPrototypePush:le,Boolean:ce,MathFloor:de,Number:ue,NumberIsNaN:pe,Promise:Ae,PromiseReject:fe,PromiseResolve:he,PromisePrototypeThen:me,Symbol:ge}=d(50999);const ye=ge("kEmpty");const Ee=ge("kEof");function compose(i,c){if(c!=null){Z(c,"options")}if((c===null||c===undefined?undefined:c.signal)!=null){_(c.signal,"options.signal")}if(ae(i)&&!se(i)){throw new A("stream",i,"must be writable")}const d=ne(this,i);if(c!==null&&c!==undefined&&c.signal){ie(c.signal,d)}return d}function map(i,c){if(typeof i!=="function"){throw new C("fn",["Function","AsyncFunction"],i)}if(c!=null){Z(c,"options")}if((c===null||c===undefined?undefined:c.signal)!=null){_(c.signal,"options.signal")}let p=1;if((c===null||c===undefined?undefined:c.concurrency)!=null){p=de(c.concurrency)}let A=p-1;if((c===null||c===undefined?undefined:c.highWaterMark)!=null){A=de(c.highWaterMark)}V(p,"options.concurrency",1);V(A,"options.highWaterMark",0);A+=p;return async function*map(){const C=d(23539).AbortSignalAny([c===null||c===undefined?undefined:c.signal].filter(ce));const S=this;const v=[];const _={signal:C};let V;let Z;let ee=false;let te=0;function onCatch(){ee=true;afterItemProcessed()}function afterItemProcessed(){te-=1;maybeResume()}function maybeResume(){if(Z&&!ee&&te<p&&v.length<A){Z();Z=null}}async function pump(){try{for await(let c of S){if(ee){return}if(C.aborted){throw new T}try{c=i(c,_);if(c===ye){continue}c=he(c)}catch(i){c=fe(i)}te+=1;me(c,afterItemProcessed,onCatch);v.push(c);if(V){V();V=null}if(!ee&&(v.length>=A||te>=p)){await new Ae((i=>{Z=i}))}}v.push(Ee)}catch(i){const c=fe(i);me(c,afterItemProcessed,onCatch);v.push(c)}finally{ee=true;if(V){V();V=null}}}pump();try{while(true){while(v.length>0){const i=await v[0];if(i===Ee){return}if(C.aborted){throw new T}if(i!==ye){yield i}v.shift();maybeResume()}await new Ae((i=>{V=i}))}}finally{ee=true;if(Z){Z();Z=null}}}.call(this)}function asIndexedPairs(i=undefined){if(i!=null){Z(i,"options")}if((i===null||i===undefined?undefined:i.signal)!=null){_(i.signal,"options.signal")}return async function*asIndexedPairs(){let c=0;for await(const p of this){var d;if(i!==null&&i!==undefined&&(d=i.signal)!==null&&d!==undefined&&d.aborted){throw new T({cause:i.signal.reason})}yield[c++,p]}}.call(this)}async function some(i,c=undefined){for await(const d of filter.call(this,i,c)){return true}return false}async function every(i,c=undefined){if(typeof i!=="function"){throw new C("fn",["Function","AsyncFunction"],i)}return!await some.call(this,(async(...c)=>!await i(...c)),c)}async function find(i,c){for await(const d of filter.call(this,i,c)){return d}return undefined}async function forEach(i,c){if(typeof i!=="function"){throw new C("fn",["Function","AsyncFunction"],i)}async function forEachFn(c,d){await i(c,d);return ye}for await(const i of map.call(this,forEachFn,c));}function filter(i,c){if(typeof i!=="function"){throw new C("fn",["Function","AsyncFunction"],i)}async function filterFn(c,d){if(await i(c,d)){return c}return ye}return map.call(this,filterFn,c)}class ReduceAwareErrMissingArgs extends S{constructor(){super("reduce");this.message="Reduce of an empty stream requires an initial value"}}async function reduce(i,c,d){var A;if(typeof i!=="function"){throw new C("reducer",["Function","AsyncFunction"],i)}if(d!=null){Z(d,"options")}if((d===null||d===undefined?undefined:d.signal)!=null){_(d.signal,"options.signal")}let S=arguments.length>1;if(d!==null&&d!==undefined&&(A=d.signal)!==null&&A!==undefined&&A.aborted){const i=new T(undefined,{cause:d.signal.reason});this.once("error",(()=>{}));await re(this.destroy(i));throw i}const v=new p;const V=v.signal;if(d!==null&&d!==undefined&&d.signal){const i={once:true,[ee]:this,[te]:true};d.signal.addEventListener("abort",(()=>v.abort()),i)}let ne=false;try{for await(const p of this){var ie;ne=true;if(d!==null&&d!==undefined&&(ie=d.signal)!==null&&ie!==undefined&&ie.aborted){throw new T}if(!S){c=p;S=true}else{c=await i(c,p,{signal:V})}}if(!ne&&!S){throw new ReduceAwareErrMissingArgs}}finally{v.abort()}return c}async function toArray(i){if(i!=null){Z(i,"options")}if((i===null||i===undefined?undefined:i.signal)!=null){_(i.signal,"options.signal")}const c=[];for await(const p of this){var d;if(i!==null&&i!==undefined&&(d=i.signal)!==null&&d!==undefined&&d.aborted){throw new T(undefined,{cause:i.signal.reason})}le(c,p)}return c}function flatMap(i,c){const d=map.call(this,i,c);return async function*flatMap(){for await(const i of d){yield*i}}.call(this)}function toIntegerOrInfinity(i){i=ue(i);if(pe(i)){return 0}if(i<0){throw new v("number",">= 0",i)}return i}function drop(i,c=undefined){if(c!=null){Z(c,"options")}if((c===null||c===undefined?undefined:c.signal)!=null){_(c.signal,"options.signal")}i=toIntegerOrInfinity(i);return async function*drop(){var d;if(c!==null&&c!==undefined&&(d=c.signal)!==null&&d!==undefined&&d.aborted){throw new T}for await(const d of this){var p;if(c!==null&&c!==undefined&&(p=c.signal)!==null&&p!==undefined&&p.aborted){throw new T}if(i--<=0){yield d}}}.call(this)}function take(i,c=undefined){if(c!=null){Z(c,"options")}if((c===null||c===undefined?undefined:c.signal)!=null){_(c.signal,"options.signal")}i=toIntegerOrInfinity(i);return async function*take(){var d;if(c!==null&&c!==undefined&&(d=c.signal)!==null&&d!==undefined&&d.aborted){throw new T}for await(const d of this){var p;if(c!==null&&c!==undefined&&(p=c.signal)!==null&&p!==undefined&&p.aborted){throw new T}if(i-- >0){yield d}if(i<=0){return}}}.call(this)}i.exports.streamReturningOperators={asIndexedPairs:oe(asIndexedPairs,"readable.asIndexedPairs will be removed in a future version."),drop:drop,filter:filter,flatMap:flatMap,map:map,take:take,compose:compose};i.exports.promiseReturningOperators={every:every,forEach:forEach,reduce:reduce,toArray:toArray,some:some,find:find}},19173:(i,c,d)=>{"use strict";const{ObjectSetPrototypeOf:p}=d(50999);i.exports=PassThrough;const A=d(12135);p(PassThrough.prototype,A.prototype);p(PassThrough,A);function PassThrough(i){if(!(this instanceof PassThrough))return new PassThrough(i);A.call(this,i)}PassThrough.prototype._transform=function(i,c,d){d(null,i)}},16701:(i,c,d)=>{const p=d(7945);"use strict";const{ArrayIsArray:A,Promise:C,SymbolAsyncIterator:S,SymbolDispose:v}=d(50999);const T=d(36815);const{once:_}=d(23539);const V=d(65089);const Z=d(94449);const{aggregateTwoErrors:ee,codes:{ERR_INVALID_ARG_TYPE:te,ERR_INVALID_RETURN_VALUE:re,ERR_MISSING_ARGS:ne,ERR_STREAM_DESTROYED:ie,ERR_STREAM_PREMATURE_CLOSE:se},AbortError:ae}=d(69220);const{validateFunction:oe,validateAbortSignal:le}=d(49554);const{isIterable:ce,isReadable:de,isReadableNodeStream:ue,isNodeStream:pe,isTransformStream:Ae,isWebStream:fe,isReadableStream:he,isReadableFinished:me}=d(83426);const ge=globalThis.AbortController||d(17413).AbortController;let ye;let Ee;let be;function destroyer(i,c,d){let p=false;i.on("close",(()=>{p=true}));const A=T(i,{readable:c,writable:d},(i=>{p=!i}));return{destroy:c=>{if(p)return;p=true;V.destroyer(i,c||new ie("pipe"))},cleanup:A}}function popCallback(i){oe(i[i.length-1],"streams[stream.length - 1]");return i.pop()}function makeAsyncIterable(i){if(ce(i)){return i}else if(ue(i)){return fromReadable(i)}throw new te("val",["Readable","Iterable","AsyncIterable"],i)}async function*fromReadable(i){if(!Ee){Ee=d(17783)}yield*Ee.prototype[S].call(i)}async function pumpToNode(i,c,d,{end:p}){let A;let S=null;const resume=i=>{if(i){A=i}if(S){const i=S;S=null;i()}};const wait=()=>new C(((i,c)=>{if(A){c(A)}else{S=()=>{if(A){c(A)}else{i()}}}}));c.on("drain",resume);const v=T(c,{readable:false},resume);try{if(c.writableNeedDrain){await wait()}for await(const d of i){if(!c.write(d)){await wait()}}if(p){c.end();await wait()}d()}catch(i){d(A!==i?ee(A,i):i)}finally{v();c.off("drain",resume)}}async function pumpToWeb(i,c,d,{end:p}){if(Ae(c)){c=c.writable}const A=c.getWriter();try{for await(const c of i){await A.ready;A.write(c).catch((()=>{}))}await A.ready;if(p){await A.close()}d()}catch(i){try{await A.abort(i);d(i)}catch(i){d(i)}}}function pipeline(...i){return pipelineImpl(i,_(popCallback(i)))}function pipelineImpl(i,c,C){if(i.length===1&&A(i[0])){i=i[0]}if(i.length<2){throw new ne("streams")}const S=new ge;const T=S.signal;const _=C===null||C===undefined?undefined:C.signal;const V=[];le(_,"options.signal");function abort(){finishImpl(new ae)}be=be||d(23539).addAbortListener;let ee;if(_){ee=be(_,abort)}let ie;let se;const oe=[];let me=0;function finish(i){finishImpl(i,--me===0)}function finishImpl(i,d){var A;if(i&&(!ie||ie.code==="ERR_STREAM_PREMATURE_CLOSE")){ie=i}if(!ie&&!d){return}while(oe.length){oe.shift()(ie)}(A=ee)===null||A===undefined?undefined:A[v]();S.abort();if(d){if(!ie){V.forEach((i=>i()))}p.nextTick(c,ie,se)}}let Ee;for(let Ie=0;Ie<i.length;Ie++){const Be=i[Ie];const Se=Ie<i.length-1;const ve=Ie>0;const Qe=Se||(C===null||C===undefined?undefined:C.end)!==false;const Ne=Ie===i.length-1;if(pe(Be)){if(Qe){const{destroy:Re,cleanup:Te}=destroyer(Be,Se,ve);oe.push(Re);if(de(Be)&&Ne){V.push(Te)}}function onError(i){if(i&&i.name!=="AbortError"&&i.code!=="ERR_STREAM_PREMATURE_CLOSE"){finish(i)}}Be.on("error",onError);if(de(Be)&&Ne){V.push((()=>{Be.removeListener("error",onError)}))}}if(Ie===0){if(typeof Be==="function"){Ee=Be({signal:T});if(!ce(Ee)){throw new re("Iterable, AsyncIterable or Stream","source",Ee)}}else if(ce(Be)||ue(Be)||Ae(Be)){Ee=Be}else{Ee=Z.from(Be)}}else if(typeof Be==="function"){if(Ae(Ee)){var Ce;Ee=makeAsyncIterable((Ce=Ee)===null||Ce===undefined?undefined:Ce.readable)}else{Ee=makeAsyncIterable(Ee)}Ee=Be(Ee,{signal:T});if(Se){if(!ce(Ee,true)){throw new re("AsyncIterable",`transform[${Ie-1}]`,Ee)}}else{var we;if(!ye){ye=d(19173)}const xe=new ye({objectMode:true});const De=(we=Ee)===null||we===undefined?undefined:we.then;if(typeof De==="function"){me++;De.call(Ee,(i=>{se=i;if(i!=null){xe.write(i)}if(Qe){xe.end()}p.nextTick(finish)}),(i=>{xe.destroy(i);p.nextTick(finish,i)}))}else if(ce(Ee,true)){me++;pumpToNode(Ee,xe,finish,{end:Qe})}else if(he(Ee)||Ae(Ee)){const Pe=Ee.readable||Ee;me++;pumpToNode(Pe,xe,finish,{end:Qe})}else{throw new re("AsyncIterable or Promise","destination",Ee)}Ee=xe;const{destroy:_e,cleanup:ke}=destroyer(Ee,false,true);oe.push(_e);if(Ne){V.push(ke)}}}else if(pe(Be)){if(ue(Ee)){me+=2;const Oe=pipe(Ee,Be,finish,{end:Qe});if(de(Be)&&Ne){V.push(Oe)}}else if(Ae(Ee)||he(Ee)){const Le=Ee.readable||Ee;me++;pumpToNode(Le,Be,finish,{end:Qe})}else if(ce(Ee)){me++;pumpToNode(Ee,Be,finish,{end:Qe})}else{throw new te("val",["Readable","Iterable","AsyncIterable","ReadableStream","TransformStream"],Ee)}Ee=Be}else if(fe(Be)){if(ue(Ee)){me++;pumpToWeb(makeAsyncIterable(Ee),Be,finish,{end:Qe})}else if(he(Ee)||ce(Ee)){me++;pumpToWeb(Ee,Be,finish,{end:Qe})}else if(Ae(Ee)){me++;pumpToWeb(Ee.readable,Be,finish,{end:Qe})}else{throw new te("val",["Readable","Iterable","AsyncIterable","ReadableStream","TransformStream"],Ee)}Ee=Be}else{Ee=Z.from(Be)}}if(T!==null&&T!==undefined&&T.aborted||_!==null&&_!==undefined&&_.aborted){p.nextTick(abort)}return Ee}function pipe(i,c,d,{end:A}){let C=false;c.on("close",(()=>{if(!C){d(new se)}}));i.pipe(c,{end:false});if(A){function endFn(){C=true;c.end()}if(me(i)){p.nextTick(endFn)}else{i.once("end",endFn)}}else{d()}T(i,{readable:true,writable:false},(c=>{const p=i._readableState;if(c&&c.code==="ERR_STREAM_PREMATURE_CLOSE"&&p&&p.ended&&!p.errored&&!p.errorEmitted){i.once("end",d).once("error",d)}else{d(c)}}));return T(c,{readable:false,writable:true},d)}i.exports={pipelineImpl:pipelineImpl,pipeline:pipeline}},17783:(i,c,d)=>{"use strict";const p=d(7945);const{ArrayPrototypeIndexOf:A,NumberIsInteger:C,NumberIsNaN:S,NumberParseInt:v,ObjectDefineProperties:T,ObjectKeys:_,ObjectSetPrototypeOf:V,Promise:Z,SafeSet:ee,SymbolAsyncDispose:te,SymbolAsyncIterator:re,Symbol:ne}=d(50999);i.exports=Readable;Readable.ReadableState=ReadableState;const{EventEmitter:ie}=d(24434);const{Stream:se,prependListener:ae}=d(84128);const{Buffer:oe}=d(20181);const{addAbortSignal:le}=d(80652);const ce=d(36815);let de=d(23539).debuglog("stream",(i=>{de=i}));const ue=d(77336);const pe=d(65089);const{getHighWaterMark:Ae,getDefaultHighWaterMark:fe}=d(54874);const{aggregateTwoErrors:he,codes:{ERR_INVALID_ARG_TYPE:me,ERR_METHOD_NOT_IMPLEMENTED:ge,ERR_OUT_OF_RANGE:ye,ERR_STREAM_PUSH_AFTER_EOF:Ee,ERR_STREAM_UNSHIFT_AFTER_END_EVENT:be},AbortError:Ce}=d(69220);const{validateObject:we}=d(49554);const Ie=ne("kPaused");const{StringDecoder:Be}=d(80634);const Se=d(4659);V(Readable.prototype,se.prototype);V(Readable,se);const nop=()=>{};const{errorOrDestroy:ve}=pe;const Qe=1<<0;const Ne=1<<1;const Re=1<<2;const Te=1<<3;const xe=1<<4;const De=1<<5;const _e=1<<6;const ke=1<<7;const Pe=1<<8;const Oe=1<<9;const Le=1<<10;const Me=1<<11;const Fe=1<<12;const Ue=1<<13;const He=1<<14;const qe=1<<15;const ze=1<<16;const Ge=1<<17;const je=1<<18;function makeBitMapDescriptor(i){return{enumerable:false,get(){return(this.state&i)!==0},set(c){if(c)this.state|=i;else this.state&=~i}}}T(ReadableState.prototype,{objectMode:makeBitMapDescriptor(Qe),ended:makeBitMapDescriptor(Ne),endEmitted:makeBitMapDescriptor(Re),reading:makeBitMapDescriptor(Te),constructed:makeBitMapDescriptor(xe),sync:makeBitMapDescriptor(De),needReadable:makeBitMapDescriptor(_e),emittedReadable:makeBitMapDescriptor(ke),readableListening:makeBitMapDescriptor(Pe),resumeScheduled:makeBitMapDescriptor(Oe),errorEmitted:makeBitMapDescriptor(Le),emitClose:makeBitMapDescriptor(Me),autoDestroy:makeBitMapDescriptor(Fe),destroyed:makeBitMapDescriptor(Ue),closed:makeBitMapDescriptor(He),closeEmitted:makeBitMapDescriptor(qe),multiAwaitDrain:makeBitMapDescriptor(ze),readingMore:makeBitMapDescriptor(Ge),dataEmitted:makeBitMapDescriptor(je)});function ReadableState(i,c,p){if(typeof p!=="boolean")p=c instanceof d(94449);this.state=Me|Fe|xe|De;if(i&&i.objectMode)this.state|=Qe;if(p&&i&&i.readableObjectMode)this.state|=Qe;this.highWaterMark=i?Ae(this,i,"readableHighWaterMark",p):fe(false);this.buffer=new ue;this.length=0;this.pipes=[];this.flowing=null;this[Ie]=null;if(i&&i.emitClose===false)this.state&=~Me;if(i&&i.autoDestroy===false)this.state&=~Fe;this.errored=null;this.defaultEncoding=i&&i.defaultEncoding||"utf8";this.awaitDrainWriters=null;this.decoder=null;this.encoding=null;if(i&&i.encoding){this.decoder=new Be(i.encoding);this.encoding=i.encoding}}function Readable(i){if(!(this instanceof Readable))return new Readable(i);const c=this instanceof d(94449);this._readableState=new ReadableState(i,this,c);if(i){if(typeof i.read==="function")this._read=i.read;if(typeof i.destroy==="function")this._destroy=i.destroy;if(typeof i.construct==="function")this._construct=i.construct;if(i.signal&&!c)le(i.signal,this)}se.call(this,i);pe.construct(this,(()=>{if(this._readableState.needReadable){maybeReadMore(this,this._readableState)}}))}Readable.prototype.destroy=pe.destroy;Readable.prototype._undestroy=pe.undestroy;Readable.prototype._destroy=function(i,c){c(i)};Readable.prototype[ie.captureRejectionSymbol]=function(i){this.destroy(i)};Readable.prototype[te]=function(){let i;if(!this.destroyed){i=this.readableEnded?null:new Ce;this.destroy(i)}return new Z(((c,d)=>ce(this,(p=>p&&p!==i?d(p):c(null)))))};Readable.prototype.push=function(i,c){return readableAddChunk(this,i,c,false)};Readable.prototype.unshift=function(i,c){return readableAddChunk(this,i,c,true)};function readableAddChunk(i,c,d,p){de("readableAddChunk",c);const A=i._readableState;let C;if((A.state&Qe)===0){if(typeof c==="string"){d=d||A.defaultEncoding;if(A.encoding!==d){if(p&&A.encoding){c=oe.from(c,d).toString(A.encoding)}else{c=oe.from(c,d);d=""}}}else if(c instanceof oe){d=""}else if(se._isUint8Array(c)){c=se._uint8ArrayToBuffer(c);d=""}else if(c!=null){C=new me("chunk",["string","Buffer","Uint8Array"],c)}}if(C){ve(i,C)}else if(c===null){A.state&=~Te;onEofChunk(i,A)}else if((A.state&Qe)!==0||c&&c.length>0){if(p){if((A.state&Re)!==0)ve(i,new be);else if(A.destroyed||A.errored)return false;else addChunk(i,A,c,true)}else if(A.ended){ve(i,new Ee)}else if(A.destroyed||A.errored){return false}else{A.state&=~Te;if(A.decoder&&!d){c=A.decoder.write(c);if(A.objectMode||c.length!==0)addChunk(i,A,c,false);else maybeReadMore(i,A)}else{addChunk(i,A,c,false)}}}else if(!p){A.state&=~Te;maybeReadMore(i,A)}return!A.ended&&(A.length<A.highWaterMark||A.length===0)}function addChunk(i,c,d,p){if(c.flowing&&c.length===0&&!c.sync&&i.listenerCount("data")>0){if((c.state&ze)!==0){c.awaitDrainWriters.clear()}else{c.awaitDrainWriters=null}c.dataEmitted=true;i.emit("data",d)}else{c.length+=c.objectMode?1:d.length;if(p)c.buffer.unshift(d);else c.buffer.push(d);if((c.state&_e)!==0)emitReadable(i)}maybeReadMore(i,c)}Readable.prototype.isPaused=function(){const i=this._readableState;return i[Ie]===true||i.flowing===false};Readable.prototype.setEncoding=function(i){const c=new Be(i);this._readableState.decoder=c;this._readableState.encoding=this._readableState.decoder.encoding;const d=this._readableState.buffer;let p="";for(const i of d){p+=c.write(i)}d.clear();if(p!=="")d.push(p);this._readableState.length=p.length;return this};const Ve=1073741824;function computeNewHighWaterMark(i){if(i>Ve){throw new ye("size","<= 1GiB",i)}else{i--;i|=i>>>1;i|=i>>>2;i|=i>>>4;i|=i>>>8;i|=i>>>16;i++}return i}function howMuchToRead(i,c){if(i<=0||c.length===0&&c.ended)return 0;if((c.state&Qe)!==0)return 1;if(S(i)){if(c.flowing&&c.length)return c.buffer.first().length;return c.length}if(i<=c.length)return i;return c.ended?c.length:0}Readable.prototype.read=function(i){de("read",i);if(i===undefined){i=NaN}else if(!C(i)){i=v(i,10)}const c=this._readableState;const d=i;if(i>c.highWaterMark)c.highWaterMark=computeNewHighWaterMark(i);if(i!==0)c.state&=~ke;if(i===0&&c.needReadable&&((c.highWaterMark!==0?c.length>=c.highWaterMark:c.length>0)||c.ended)){de("read: emitReadable",c.length,c.ended);if(c.length===0&&c.ended)endReadable(this);else emitReadable(this);return null}i=howMuchToRead(i,c);if(i===0&&c.ended){if(c.length===0)endReadable(this);return null}let p=(c.state&_e)!==0;de("need readable",p);if(c.length===0||c.length-i<c.highWaterMark){p=true;de("length less than watermark",p)}if(c.ended||c.reading||c.destroyed||c.errored||!c.constructed){p=false;de("reading, ended or constructing",p)}else if(p){de("do read");c.state|=Te|De;if(c.length===0)c.state|=_e;try{this._read(c.highWaterMark)}catch(i){ve(this,i)}c.state&=~De;if(!c.reading)i=howMuchToRead(d,c)}let A;if(i>0)A=fromList(i,c);else A=null;if(A===null){c.needReadable=c.length<=c.highWaterMark;i=0}else{c.length-=i;if(c.multiAwaitDrain){c.awaitDrainWriters.clear()}else{c.awaitDrainWriters=null}}if(c.length===0){if(!c.ended)c.needReadable=true;if(d!==i&&c.ended)endReadable(this)}if(A!==null&&!c.errorEmitted&&!c.closeEmitted){c.dataEmitted=true;this.emit("data",A)}return A};function onEofChunk(i,c){de("onEofChunk");if(c.ended)return;if(c.decoder){const i=c.decoder.end();if(i&&i.length){c.buffer.push(i);c.length+=c.objectMode?1:i.length}}c.ended=true;if(c.sync){emitReadable(i)}else{c.needReadable=false;c.emittedReadable=true;emitReadable_(i)}}function emitReadable(i){const c=i._readableState;de("emitReadable",c.needReadable,c.emittedReadable);c.needReadable=false;if(!c.emittedReadable){de("emitReadable",c.flowing);c.emittedReadable=true;p.nextTick(emitReadable_,i)}}function emitReadable_(i){const c=i._readableState;de("emitReadable_",c.destroyed,c.length,c.ended);if(!c.destroyed&&!c.errored&&(c.length||c.ended)){i.emit("readable");c.emittedReadable=false}c.needReadable=!c.flowing&&!c.ended&&c.length<=c.highWaterMark;flow(i)}function maybeReadMore(i,c){if(!c.readingMore&&c.constructed){c.readingMore=true;p.nextTick(maybeReadMore_,i,c)}}function maybeReadMore_(i,c){while(!c.reading&&!c.ended&&(c.length<c.highWaterMark||c.flowing&&c.length===0)){const d=c.length;de("maybeReadMore read 0");i.read(0);if(d===c.length)break}c.readingMore=false}Readable.prototype._read=function(i){throw new ge("_read()")};Readable.prototype.pipe=function(i,c){const d=this;const A=this._readableState;if(A.pipes.length===1){if(!A.multiAwaitDrain){A.multiAwaitDrain=true;A.awaitDrainWriters=new ee(A.awaitDrainWriters?[A.awaitDrainWriters]:[])}}A.pipes.push(i);de("pipe count=%d opts=%j",A.pipes.length,c);const C=(!c||c.end!==false)&&i!==p.stdout&&i!==p.stderr;const S=C?onend:unpipe;if(A.endEmitted)p.nextTick(S);else d.once("end",S);i.on("unpipe",onunpipe);function onunpipe(i,c){de("onunpipe");if(i===d){if(c&&c.hasUnpiped===false){c.hasUnpiped=true;cleanup()}}}function onend(){de("onend");i.end()}let v;let T=false;function cleanup(){de("cleanup");i.removeListener("close",onclose);i.removeListener("finish",onfinish);if(v){i.removeListener("drain",v)}i.removeListener("error",onerror);i.removeListener("unpipe",onunpipe);d.removeListener("end",onend);d.removeListener("end",unpipe);d.removeListener("data",ondata);T=true;if(v&&A.awaitDrainWriters&&(!i._writableState||i._writableState.needDrain))v()}function pause(){if(!T){if(A.pipes.length===1&&A.pipes[0]===i){de("false write response, pause",0);A.awaitDrainWriters=i;A.multiAwaitDrain=false}else if(A.pipes.length>1&&A.pipes.includes(i)){de("false write response, pause",A.awaitDrainWriters.size);A.awaitDrainWriters.add(i)}d.pause()}if(!v){v=pipeOnDrain(d,i);i.on("drain",v)}}d.on("data",ondata);function ondata(c){de("ondata");const d=i.write(c);de("dest.write",d);if(d===false){pause()}}function onerror(c){de("onerror",c);unpipe();i.removeListener("error",onerror);if(i.listenerCount("error")===0){const d=i._writableState||i._readableState;if(d&&!d.errorEmitted){ve(i,c)}else{i.emit("error",c)}}}ae(i,"error",onerror);function onclose(){i.removeListener("finish",onfinish);unpipe()}i.once("close",onclose);function onfinish(){de("onfinish");i.removeListener("close",onclose);unpipe()}i.once("finish",onfinish);function unpipe(){de("unpipe");d.unpipe(i)}i.emit("pipe",d);if(i.writableNeedDrain===true){pause()}else if(!A.flowing){de("pipe resume");d.resume()}return i};function pipeOnDrain(i,c){return function pipeOnDrainFunctionResult(){const d=i._readableState;if(d.awaitDrainWriters===c){de("pipeOnDrain",1);d.awaitDrainWriters=null}else if(d.multiAwaitDrain){de("pipeOnDrain",d.awaitDrainWriters.size);d.awaitDrainWriters.delete(c)}if((!d.awaitDrainWriters||d.awaitDrainWriters.size===0)&&i.listenerCount("data")){i.resume()}}}Readable.prototype.unpipe=function(i){const c=this._readableState;const d={hasUnpiped:false};if(c.pipes.length===0)return this;if(!i){const i=c.pipes;c.pipes=[];this.pause();for(let c=0;c<i.length;c++)i[c].emit("unpipe",this,{hasUnpiped:false});return this}const p=A(c.pipes,i);if(p===-1)return this;c.pipes.splice(p,1);if(c.pipes.length===0)this.pause();i.emit("unpipe",this,d);return this};Readable.prototype.on=function(i,c){const d=se.prototype.on.call(this,i,c);const A=this._readableState;if(i==="data"){A.readableListening=this.listenerCount("readable")>0;if(A.flowing!==false)this.resume()}else if(i==="readable"){if(!A.endEmitted&&!A.readableListening){A.readableListening=A.needReadable=true;A.flowing=false;A.emittedReadable=false;de("on readable",A.length,A.reading);if(A.length){emitReadable(this)}else if(!A.reading){p.nextTick(nReadingNextTick,this)}}}return d};Readable.prototype.addListener=Readable.prototype.on;Readable.prototype.removeListener=function(i,c){const d=se.prototype.removeListener.call(this,i,c);if(i==="readable"){p.nextTick(updateReadableListening,this)}return d};Readable.prototype.off=Readable.prototype.removeListener;Readable.prototype.removeAllListeners=function(i){const c=se.prototype.removeAllListeners.apply(this,arguments);if(i==="readable"||i===undefined){p.nextTick(updateReadableListening,this)}return c};function updateReadableListening(i){const c=i._readableState;c.readableListening=i.listenerCount("readable")>0;if(c.resumeScheduled&&c[Ie]===false){c.flowing=true}else if(i.listenerCount("data")>0){i.resume()}else if(!c.readableListening){c.flowing=null}}function nReadingNextTick(i){de("readable nexttick read 0");i.read(0)}Readable.prototype.resume=function(){const i=this._readableState;if(!i.flowing){de("resume");i.flowing=!i.readableListening;resume(this,i)}i[Ie]=false;return this};function resume(i,c){if(!c.resumeScheduled){c.resumeScheduled=true;p.nextTick(resume_,i,c)}}function resume_(i,c){de("resume",c.reading);if(!c.reading){i.read(0)}c.resumeScheduled=false;i.emit("resume");flow(i);if(c.flowing&&!c.reading)i.read(0)}Readable.prototype.pause=function(){de("call pause flowing=%j",this._readableState.flowing);if(this._readableState.flowing!==false){de("pause");this._readableState.flowing=false;this.emit("pause")}this._readableState[Ie]=true;return this};function flow(i){const c=i._readableState;de("flow",c.flowing);while(c.flowing&&i.read()!==null);}Readable.prototype.wrap=function(i){let c=false;i.on("data",(d=>{if(!this.push(d)&&i.pause){c=true;i.pause()}}));i.on("end",(()=>{this.push(null)}));i.on("error",(i=>{ve(this,i)}));i.on("close",(()=>{this.destroy()}));i.on("destroy",(()=>{this.destroy()}));this._read=()=>{if(c&&i.resume){c=false;i.resume()}};const d=_(i);for(let c=1;c<d.length;c++){const p=d[c];if(this[p]===undefined&&typeof i[p]==="function"){this[p]=i[p].bind(i)}}return this};Readable.prototype[re]=function(){return streamToAsyncIterator(this)};Readable.prototype.iterator=function(i){if(i!==undefined){we(i,"options")}return streamToAsyncIterator(this,i)};function streamToAsyncIterator(i,c){if(typeof i.read!=="function"){i=Readable.wrap(i,{objectMode:true})}const d=createAsyncIterator(i,c);d.stream=i;return d}async function*createAsyncIterator(i,c){let d=nop;function next(c){if(this===i){d();d=nop}else{d=c}}i.on("readable",next);let p;const A=ce(i,{writable:false},(i=>{p=i?he(p,i):null;d();d=nop}));try{while(true){const c=i.destroyed?null:i.read();if(c!==null){yield c}else if(p){throw p}else if(p===null){return}else{await new Z(next)}}}catch(i){p=he(p,i);throw p}finally{if((p||(c===null||c===undefined?undefined:c.destroyOnReturn)!==false)&&(p===undefined||i._readableState.autoDestroy)){pe.destroyer(i,null)}else{i.off("readable",next);A()}}}T(Readable.prototype,{readable:{__proto__:null,get(){const i=this._readableState;return!!i&&i.readable!==false&&!i.destroyed&&!i.errorEmitted&&!i.endEmitted},set(i){if(this._readableState){this._readableState.readable=!!i}}},readableDidRead:{__proto__:null,enumerable:false,get:function(){return this._readableState.dataEmitted}},readableAborted:{__proto__:null,enumerable:false,get:function(){return!!(this._readableState.readable!==false&&(this._readableState.destroyed||this._readableState.errored)&&!this._readableState.endEmitted)}},readableHighWaterMark:{__proto__:null,enumerable:false,get:function(){return this._readableState.highWaterMark}},readableBuffer:{__proto__:null,enumerable:false,get:function(){return this._readableState&&this._readableState.buffer}},readableFlowing:{__proto__:null,enumerable:false,get:function(){return this._readableState.flowing},set:function(i){if(this._readableState){this._readableState.flowing=i}}},readableLength:{__proto__:null,enumerable:false,get(){return this._readableState.length}},readableObjectMode:{__proto__:null,enumerable:false,get(){return this._readableState?this._readableState.objectMode:false}},readableEncoding:{__proto__:null,enumerable:false,get(){return this._readableState?this._readableState.encoding:null}},errored:{__proto__:null,enumerable:false,get(){return this._readableState?this._readableState.errored:null}},closed:{__proto__:null,get(){return this._readableState?this._readableState.closed:false}},destroyed:{__proto__:null,enumerable:false,get(){return this._readableState?this._readableState.destroyed:false},set(i){if(!this._readableState){return}this._readableState.destroyed=i}},readableEnded:{__proto__:null,enumerable:false,get(){return this._readableState?this._readableState.endEmitted:false}}});T(ReadableState.prototype,{pipesCount:{__proto__:null,get(){return this.pipes.length}},paused:{__proto__:null,get(){return this[Ie]!==false},set(i){this[Ie]=!!i}}});Readable._fromList=fromList;function fromList(i,c){if(c.length===0)return null;let d;if(c.objectMode)d=c.buffer.shift();else if(!i||i>=c.length){if(c.decoder)d=c.buffer.join("");else if(c.buffer.length===1)d=c.buffer.first();else d=c.buffer.concat(c.length);c.buffer.clear()}else{d=c.buffer.consume(i,c.decoder)}return d}function endReadable(i){const c=i._readableState;de("endReadable",c.endEmitted);if(!c.endEmitted){c.ended=true;p.nextTick(endReadableNT,c,i)}}function endReadableNT(i,c){de("endReadableNT",i.endEmitted,i.length);if(!i.errored&&!i.closeEmitted&&!i.endEmitted&&i.length===0){i.endEmitted=true;c.emit("end");if(c.writable&&c.allowHalfOpen===false){p.nextTick(endWritableNT,c)}else if(i.autoDestroy){const i=c._writableState;const d=!i||i.autoDestroy&&(i.finished||i.writable===false);if(d){c.destroy()}}}}function endWritableNT(i){const c=i.writable&&!i.writableEnded&&!i.destroyed;if(c){i.end()}}Readable.from=function(i,c){return Se(Readable,i,c)};let We;function lazyWebStreams(){if(We===undefined)We={};return We}Readable.fromWeb=function(i,c){return lazyWebStreams().newStreamReadableFromReadableStream(i,c)};Readable.toWeb=function(i,c){return lazyWebStreams().newReadableStreamFromStreamReadable(i,c)};Readable.wrap=function(i,c){var d,p;return new Readable({objectMode:(d=(p=i.readableObjectMode)!==null&&p!==undefined?p:i.objectMode)!==null&&d!==undefined?d:true,...c,destroy(c,d){pe.destroyer(i,c);d(c)}}).wrap(i)}},54874:(i,c,d)=>{"use strict";const{MathFloor:p,NumberIsInteger:A}=d(50999);const{validateInteger:C}=d(49554);const{ERR_INVALID_ARG_VALUE:S}=d(69220).codes;let v=16*1024;let T=16;function highWaterMarkFrom(i,c,d){return i.highWaterMark!=null?i.highWaterMark:c?i[d]:null}function getDefaultHighWaterMark(i){return i?T:v}function setDefaultHighWaterMark(i,c){C(c,"value",0);if(i){T=c}else{v=c}}function getHighWaterMark(i,c,d,C){const v=highWaterMarkFrom(c,C,d);if(v!=null){if(!A(v)||v<0){const i=C?`options.${d}`:"options.highWaterMark";throw new S(i,v)}return p(v)}return getDefaultHighWaterMark(i.objectMode)}i.exports={getHighWaterMark:getHighWaterMark,getDefaultHighWaterMark:getDefaultHighWaterMark,setDefaultHighWaterMark:setDefaultHighWaterMark}},12135:(i,c,d)=>{"use strict";const{ObjectSetPrototypeOf:p,Symbol:A}=d(50999);i.exports=Transform;const{ERR_METHOD_NOT_IMPLEMENTED:C}=d(69220).codes;const S=d(94449);const{getHighWaterMark:v}=d(54874);p(Transform.prototype,S.prototype);p(Transform,S);const T=A("kCallback");function Transform(i){if(!(this instanceof Transform))return new Transform(i);const c=i?v(this,i,"readableHighWaterMark",true):null;if(c===0){i={...i,highWaterMark:null,readableHighWaterMark:c,writableHighWaterMark:i.writableHighWaterMark||0}}S.call(this,i);this._readableState.sync=false;this[T]=null;if(i){if(typeof i.transform==="function")this._transform=i.transform;if(typeof i.flush==="function")this._flush=i.flush}this.on("prefinish",prefinish)}function final(i){if(typeof this._flush==="function"&&!this.destroyed){this._flush(((c,d)=>{if(c){if(i){i(c)}else{this.destroy(c)}return}if(d!=null){this.push(d)}this.push(null);if(i){i()}}))}else{this.push(null);if(i){i()}}}function prefinish(){if(this._final!==final){final.call(this)}}Transform.prototype._final=final;Transform.prototype._transform=function(i,c,d){throw new C("_transform()")};Transform.prototype._write=function(i,c,d){const p=this._readableState;const A=this._writableState;const C=p.length;this._transform(i,c,((i,c)=>{if(i){d(i);return}if(c!=null){this.push(c)}if(A.ended||C===p.length||p.length<p.highWaterMark){d()}else{this[T]=d}}))};Transform.prototype._read=function(){if(this[T]){const i=this[T];this[T]=null;i()}}},83426:(i,c,d)=>{"use strict";const{SymbolAsyncIterator:p,SymbolIterator:A,SymbolFor:C}=d(50999);const S=C("nodejs.stream.destroyed");const v=C("nodejs.stream.errored");const T=C("nodejs.stream.readable");const _=C("nodejs.stream.writable");const V=C("nodejs.stream.disturbed");const Z=C("nodejs.webstream.isClosedPromise");const ee=C("nodejs.webstream.controllerErrorFunction");function isReadableNodeStream(i,c=false){var d;return!!(i&&typeof i.pipe==="function"&&typeof i.on==="function"&&(!c||typeof i.pause==="function"&&typeof i.resume==="function")&&(!i._writableState||((d=i._readableState)===null||d===undefined?undefined:d.readable)!==false)&&(!i._writableState||i._readableState))}function isWritableNodeStream(i){var c;return!!(i&&typeof i.write==="function"&&typeof i.on==="function"&&(!i._readableState||((c=i._writableState)===null||c===undefined?undefined:c.writable)!==false))}function isDuplexNodeStream(i){return!!(i&&typeof i.pipe==="function"&&i._readableState&&typeof i.on==="function"&&typeof i.write==="function")}function isNodeStream(i){return i&&(i._readableState||i._writableState||typeof i.write==="function"&&typeof i.on==="function"||typeof i.pipe==="function"&&typeof i.on==="function")}function isReadableStream(i){return!!(i&&!isNodeStream(i)&&typeof i.pipeThrough==="function"&&typeof i.getReader==="function"&&typeof i.cancel==="function")}function isWritableStream(i){return!!(i&&!isNodeStream(i)&&typeof i.getWriter==="function"&&typeof i.abort==="function")}function isTransformStream(i){return!!(i&&!isNodeStream(i)&&typeof i.readable==="object"&&typeof i.writable==="object")}function isWebStream(i){return isReadableStream(i)||isWritableStream(i)||isTransformStream(i)}function isIterable(i,c){if(i==null)return false;if(c===true)return typeof i[p]==="function";if(c===false)return typeof i[A]==="function";return typeof i[p]==="function"||typeof i[A]==="function"}function isDestroyed(i){if(!isNodeStream(i))return null;const c=i._writableState;const d=i._readableState;const p=c||d;return!!(i.destroyed||i[S]||p!==null&&p!==undefined&&p.destroyed)}function isWritableEnded(i){if(!isWritableNodeStream(i))return null;if(i.writableEnded===true)return true;const c=i._writableState;if(c!==null&&c!==undefined&&c.errored)return false;if(typeof(c===null||c===undefined?undefined:c.ended)!=="boolean")return null;return c.ended}function isWritableFinished(i,c){if(!isWritableNodeStream(i))return null;if(i.writableFinished===true)return true;const d=i._writableState;if(d!==null&&d!==undefined&&d.errored)return false;if(typeof(d===null||d===undefined?undefined:d.finished)!=="boolean")return null;return!!(d.finished||c===false&&d.ended===true&&d.length===0)}function isReadableEnded(i){if(!isReadableNodeStream(i))return null;if(i.readableEnded===true)return true;const c=i._readableState;if(!c||c.errored)return false;if(typeof(c===null||c===undefined?undefined:c.ended)!=="boolean")return null;return c.ended}function isReadableFinished(i,c){if(!isReadableNodeStream(i))return null;const d=i._readableState;if(d!==null&&d!==undefined&&d.errored)return false;if(typeof(d===null||d===undefined?undefined:d.endEmitted)!=="boolean")return null;return!!(d.endEmitted||c===false&&d.ended===true&&d.length===0)}function isReadable(i){if(i&&i[T]!=null)return i[T];if(typeof(i===null||i===undefined?undefined:i.readable)!=="boolean")return null;if(isDestroyed(i))return false;return isReadableNodeStream(i)&&i.readable&&!isReadableFinished(i)}function isWritable(i){if(i&&i[_]!=null)return i[_];if(typeof(i===null||i===undefined?undefined:i.writable)!=="boolean")return null;if(isDestroyed(i))return false;return isWritableNodeStream(i)&&i.writable&&!isWritableEnded(i)}function isFinished(i,c){if(!isNodeStream(i)){return null}if(isDestroyed(i)){return true}if((c===null||c===undefined?undefined:c.readable)!==false&&isReadable(i)){return false}if((c===null||c===undefined?undefined:c.writable)!==false&&isWritable(i)){return false}return true}function isWritableErrored(i){var c,d;if(!isNodeStream(i)){return null}if(i.writableErrored){return i.writableErrored}return(c=(d=i._writableState)===null||d===undefined?undefined:d.errored)!==null&&c!==undefined?c:null}function isReadableErrored(i){var c,d;if(!isNodeStream(i)){return null}if(i.readableErrored){return i.readableErrored}return(c=(d=i._readableState)===null||d===undefined?undefined:d.errored)!==null&&c!==undefined?c:null}function isClosed(i){if(!isNodeStream(i)){return null}if(typeof i.closed==="boolean"){return i.closed}const c=i._writableState;const d=i._readableState;if(typeof(c===null||c===undefined?undefined:c.closed)==="boolean"||typeof(d===null||d===undefined?undefined:d.closed)==="boolean"){return(c===null||c===undefined?undefined:c.closed)||(d===null||d===undefined?undefined:d.closed)}if(typeof i._closed==="boolean"&&isOutgoingMessage(i)){return i._closed}return null}function isOutgoingMessage(i){return typeof i._closed==="boolean"&&typeof i._defaultKeepAlive==="boolean"&&typeof i._removedConnection==="boolean"&&typeof i._removedContLen==="boolean"}function isServerResponse(i){return typeof i._sent100==="boolean"&&isOutgoingMessage(i)}function isServerRequest(i){var c;return typeof i._consuming==="boolean"&&typeof i._dumped==="boolean"&&((c=i.req)===null||c===undefined?undefined:c.upgradeOrConnect)===undefined}function willEmitClose(i){if(!isNodeStream(i))return null;const c=i._writableState;const d=i._readableState;const p=c||d;return!p&&isServerResponse(i)||!!(p&&p.autoDestroy&&p.emitClose&&p.closed===false)}function isDisturbed(i){var c;return!!(i&&((c=i[V])!==null&&c!==undefined?c:i.readableDidRead||i.readableAborted))}function isErrored(i){var c,d,p,A,C,S,T,_,V,Z;return!!(i&&((c=(d=(p=(A=(C=(S=i[v])!==null&&S!==undefined?S:i.readableErrored)!==null&&C!==undefined?C:i.writableErrored)!==null&&A!==undefined?A:(T=i._readableState)===null||T===undefined?undefined:T.errorEmitted)!==null&&p!==undefined?p:(_=i._writableState)===null||_===undefined?undefined:_.errorEmitted)!==null&&d!==undefined?d:(V=i._readableState)===null||V===undefined?undefined:V.errored)!==null&&c!==undefined?c:(Z=i._writableState)===null||Z===undefined?undefined:Z.errored))}i.exports={isDestroyed:isDestroyed,kIsDestroyed:S,isDisturbed:isDisturbed,kIsDisturbed:V,isErrored:isErrored,kIsErrored:v,isReadable:isReadable,kIsReadable:T,kIsClosedPromise:Z,kControllerErrorFunction:ee,kIsWritable:_,isClosed:isClosed,isDuplexNodeStream:isDuplexNodeStream,isFinished:isFinished,isIterable:isIterable,isReadableNodeStream:isReadableNodeStream,isReadableStream:isReadableStream,isReadableEnded:isReadableEnded,isReadableFinished:isReadableFinished,isReadableErrored:isReadableErrored,isNodeStream:isNodeStream,isWebStream:isWebStream,isWritable:isWritable,isWritableNodeStream:isWritableNodeStream,isWritableStream:isWritableStream,isWritableEnded:isWritableEnded,isWritableFinished:isWritableFinished,isWritableErrored:isWritableErrored,isServerRequest:isServerRequest,isServerResponse:isServerResponse,willEmitClose:willEmitClose,isTransformStream:isTransformStream}},58939:(i,c,d)=>{"use strict";const p=d(7945);const{ArrayPrototypeSlice:A,Error:C,FunctionPrototypeSymbolHasInstance:S,ObjectDefineProperty:v,ObjectDefineProperties:T,ObjectSetPrototypeOf:_,StringPrototypeToLowerCase:V,Symbol:Z,SymbolHasInstance:ee}=d(50999);i.exports=Writable;Writable.WritableState=WritableState;const{EventEmitter:te}=d(24434);const re=d(84128).Stream;const{Buffer:ne}=d(20181);const ie=d(65089);const{addAbortSignal:se}=d(80652);const{getHighWaterMark:ae,getDefaultHighWaterMark:oe}=d(54874);const{ERR_INVALID_ARG_TYPE:le,ERR_METHOD_NOT_IMPLEMENTED:ce,ERR_MULTIPLE_CALLBACK:de,ERR_STREAM_CANNOT_PIPE:ue,ERR_STREAM_DESTROYED:pe,ERR_STREAM_ALREADY_FINISHED:Ae,ERR_STREAM_NULL_VALUES:fe,ERR_STREAM_WRITE_AFTER_END:he,ERR_UNKNOWN_ENCODING:me}=d(69220).codes;const{errorOrDestroy:ge}=ie;_(Writable.prototype,re.prototype);_(Writable,re);function nop(){}const ye=Z("kOnFinished");function WritableState(i,c,p){if(typeof p!=="boolean")p=c instanceof d(94449);this.objectMode=!!(i&&i.objectMode);if(p)this.objectMode=this.objectMode||!!(i&&i.writableObjectMode);this.highWaterMark=i?ae(this,i,"writableHighWaterMark",p):oe(false);this.finalCalled=false;this.needDrain=false;this.ending=false;this.ended=false;this.finished=false;this.destroyed=false;const A=!!(i&&i.decodeStrings===false);this.decodeStrings=!A;this.defaultEncoding=i&&i.defaultEncoding||"utf8";this.length=0;this.writing=false;this.corked=0;this.sync=true;this.bufferProcessing=false;this.onwrite=onwrite.bind(undefined,c);this.writecb=null;this.writelen=0;this.afterWriteTickInfo=null;resetBuffer(this);this.pendingcb=0;this.constructed=true;this.prefinished=false;this.errorEmitted=false;this.emitClose=!i||i.emitClose!==false;this.autoDestroy=!i||i.autoDestroy!==false;this.errored=null;this.closed=false;this.closeEmitted=false;this[ye]=[]}function resetBuffer(i){i.buffered=[];i.bufferedIndex=0;i.allBuffers=true;i.allNoop=true}WritableState.prototype.getBuffer=function getBuffer(){return A(this.buffered,this.bufferedIndex)};v(WritableState.prototype,"bufferedRequestCount",{__proto__:null,get(){return this.buffered.length-this.bufferedIndex}});function Writable(i){const c=this instanceof d(94449);if(!c&&!S(Writable,this))return new Writable(i);this._writableState=new WritableState(i,this,c);if(i){if(typeof i.write==="function")this._write=i.write;if(typeof i.writev==="function")this._writev=i.writev;if(typeof i.destroy==="function")this._destroy=i.destroy;if(typeof i.final==="function")this._final=i.final;if(typeof i.construct==="function")this._construct=i.construct;if(i.signal)se(i.signal,this)}re.call(this,i);ie.construct(this,(()=>{const i=this._writableState;if(!i.writing){clearBuffer(this,i)}finishMaybe(this,i)}))}v(Writable,ee,{__proto__:null,value:function(i){if(S(this,i))return true;if(this!==Writable)return false;return i&&i._writableState instanceof WritableState}});Writable.prototype.pipe=function(){ge(this,new ue)};function _write(i,c,d,A){const C=i._writableState;if(typeof d==="function"){A=d;d=C.defaultEncoding}else{if(!d)d=C.defaultEncoding;else if(d!=="buffer"&&!ne.isEncoding(d))throw new me(d);if(typeof A!=="function")A=nop}if(c===null){throw new fe}else if(!C.objectMode){if(typeof c==="string"){if(C.decodeStrings!==false){c=ne.from(c,d);d="buffer"}}else if(c instanceof ne){d="buffer"}else if(re._isUint8Array(c)){c=re._uint8ArrayToBuffer(c);d="buffer"}else{throw new le("chunk",["string","Buffer","Uint8Array"],c)}}let S;if(C.ending){S=new he}else if(C.destroyed){S=new pe("write")}if(S){p.nextTick(A,S);ge(i,S,true);return S}C.pendingcb++;return writeOrBuffer(i,C,c,d,A)}Writable.prototype.write=function(i,c,d){return _write(this,i,c,d)===true};Writable.prototype.cork=function(){this._writableState.corked++};Writable.prototype.uncork=function(){const i=this._writableState;if(i.corked){i.corked--;if(!i.writing)clearBuffer(this,i)}};Writable.prototype.setDefaultEncoding=function setDefaultEncoding(i){if(typeof i==="string")i=V(i);if(!ne.isEncoding(i))throw new me(i);this._writableState.defaultEncoding=i;return this};function writeOrBuffer(i,c,d,p,A){const C=c.objectMode?1:d.length;c.length+=C;const S=c.length<c.highWaterMark;if(!S)c.needDrain=true;if(c.writing||c.corked||c.errored||!c.constructed){c.buffered.push({chunk:d,encoding:p,callback:A});if(c.allBuffers&&p!=="buffer"){c.allBuffers=false}if(c.allNoop&&A!==nop){c.allNoop=false}}else{c.writelen=C;c.writecb=A;c.writing=true;c.sync=true;i._write(d,p,c.onwrite);c.sync=false}return S&&!c.errored&&!c.destroyed}function doWrite(i,c,d,p,A,C,S){c.writelen=p;c.writecb=S;c.writing=true;c.sync=true;if(c.destroyed)c.onwrite(new pe("write"));else if(d)i._writev(A,c.onwrite);else i._write(A,C,c.onwrite);c.sync=false}function onwriteError(i,c,d,p){--c.pendingcb;p(d);errorBuffer(c);ge(i,d)}function onwrite(i,c){const d=i._writableState;const A=d.sync;const C=d.writecb;if(typeof C!=="function"){ge(i,new de);return}d.writing=false;d.writecb=null;d.length-=d.writelen;d.writelen=0;if(c){c.stack;if(!d.errored){d.errored=c}if(i._readableState&&!i._readableState.errored){i._readableState.errored=c}if(A){p.nextTick(onwriteError,i,d,c,C)}else{onwriteError(i,d,c,C)}}else{if(d.buffered.length>d.bufferedIndex){clearBuffer(i,d)}if(A){if(d.afterWriteTickInfo!==null&&d.afterWriteTickInfo.cb===C){d.afterWriteTickInfo.count++}else{d.afterWriteTickInfo={count:1,cb:C,stream:i,state:d};p.nextTick(afterWriteTick,d.afterWriteTickInfo)}}else{afterWrite(i,d,1,C)}}}function afterWriteTick({stream:i,state:c,count:d,cb:p}){c.afterWriteTickInfo=null;return afterWrite(i,c,d,p)}function afterWrite(i,c,d,p){const A=!c.ending&&!i.destroyed&&c.length===0&&c.needDrain;if(A){c.needDrain=false;i.emit("drain")}while(d-- >0){c.pendingcb--;p()}if(c.destroyed){errorBuffer(c)}finishMaybe(i,c)}function errorBuffer(i){if(i.writing){return}for(let d=i.bufferedIndex;d<i.buffered.length;++d){var c;const{chunk:p,callback:A}=i.buffered[d];const C=i.objectMode?1:p.length;i.length-=C;A((c=i.errored)!==null&&c!==undefined?c:new pe("write"))}const d=i[ye].splice(0);for(let c=0;c<d.length;c++){var p;d[c]((p=i.errored)!==null&&p!==undefined?p:new pe("end"))}resetBuffer(i)}function clearBuffer(i,c){if(c.corked||c.bufferProcessing||c.destroyed||!c.constructed){return}const{buffered:d,bufferedIndex:p,objectMode:C}=c;const S=d.length-p;if(!S){return}let v=p;c.bufferProcessing=true;if(S>1&&i._writev){c.pendingcb-=S-1;const p=c.allNoop?nop:i=>{for(let c=v;c<d.length;++c){d[c].callback(i)}};const C=c.allNoop&&v===0?d:A(d,v);C.allBuffers=c.allBuffers;doWrite(i,c,true,c.length,C,"",p);resetBuffer(c)}else{do{const{chunk:p,encoding:A,callback:S}=d[v];d[v++]=null;const T=C?1:p.length;doWrite(i,c,false,T,p,A,S)}while(v<d.length&&!c.writing);if(v===d.length){resetBuffer(c)}else if(v>256){d.splice(0,v);c.bufferedIndex=0}else{c.bufferedIndex=v}}c.bufferProcessing=false}Writable.prototype._write=function(i,c,d){if(this._writev){this._writev([{chunk:i,encoding:c}],d)}else{throw new ce("_write()")}};Writable.prototype._writev=null;Writable.prototype.end=function(i,c,d){const A=this._writableState;if(typeof i==="function"){d=i;i=null;c=null}else if(typeof c==="function"){d=c;c=null}let S;if(i!==null&&i!==undefined){const d=_write(this,i,c);if(d instanceof C){S=d}}if(A.corked){A.corked=1;this.uncork()}if(S){}else if(!A.errored&&!A.ending){A.ending=true;finishMaybe(this,A,true);A.ended=true}else if(A.finished){S=new Ae("end")}else if(A.destroyed){S=new pe("end")}if(typeof d==="function"){if(S||A.finished){p.nextTick(d,S)}else{A[ye].push(d)}}return this};function needFinish(i){return i.ending&&!i.destroyed&&i.constructed&&i.length===0&&!i.errored&&i.buffered.length===0&&!i.finished&&!i.writing&&!i.errorEmitted&&!i.closeEmitted}function callFinal(i,c){let d=false;function onFinish(A){if(d){ge(i,A!==null&&A!==undefined?A:de());return}d=true;c.pendingcb--;if(A){const d=c[ye].splice(0);for(let i=0;i<d.length;i++){d[i](A)}ge(i,A,c.sync)}else if(needFinish(c)){c.prefinished=true;i.emit("prefinish");c.pendingcb++;p.nextTick(finish,i,c)}}c.sync=true;c.pendingcb++;try{i._final(onFinish)}catch(i){onFinish(i)}c.sync=false}function prefinish(i,c){if(!c.prefinished&&!c.finalCalled){if(typeof i._final==="function"&&!c.destroyed){c.finalCalled=true;callFinal(i,c)}else{c.prefinished=true;i.emit("prefinish")}}}function finishMaybe(i,c,d){if(needFinish(c)){prefinish(i,c);if(c.pendingcb===0){if(d){c.pendingcb++;p.nextTick(((i,c)=>{if(needFinish(c)){finish(i,c)}else{c.pendingcb--}}),i,c)}else if(needFinish(c)){c.pendingcb++;finish(i,c)}}}}function finish(i,c){c.pendingcb--;c.finished=true;const d=c[ye].splice(0);for(let i=0;i<d.length;i++){d[i]()}i.emit("finish");if(c.autoDestroy){const c=i._readableState;const d=!c||c.autoDestroy&&(c.endEmitted||c.readable===false);if(d){i.destroy()}}}T(Writable.prototype,{closed:{__proto__:null,get(){return this._writableState?this._writableState.closed:false}},destroyed:{__proto__:null,get(){return this._writableState?this._writableState.destroyed:false},set(i){if(this._writableState){this._writableState.destroyed=i}}},writable:{__proto__:null,get(){const i=this._writableState;return!!i&&i.writable!==false&&!i.destroyed&&!i.errored&&!i.ending&&!i.ended},set(i){if(this._writableState){this._writableState.writable=!!i}}},writableFinished:{__proto__:null,get(){return this._writableState?this._writableState.finished:false}},writableObjectMode:{__proto__:null,get(){return this._writableState?this._writableState.objectMode:false}},writableBuffer:{__proto__:null,get(){return this._writableState&&this._writableState.getBuffer()}},writableEnded:{__proto__:null,get(){return this._writableState?this._writableState.ending:false}},writableNeedDrain:{__proto__:null,get(){const i=this._writableState;if(!i)return false;return!i.destroyed&&!i.ending&&i.needDrain}},writableHighWaterMark:{__proto__:null,get(){return this._writableState&&this._writableState.highWaterMark}},writableCorked:{__proto__:null,get(){return this._writableState?this._writableState.corked:0}},writableLength:{__proto__:null,get(){return this._writableState&&this._writableState.length}},errored:{__proto__:null,enumerable:false,get(){return this._writableState?this._writableState.errored:null}},writableAborted:{__proto__:null,enumerable:false,get:function(){return!!(this._writableState.writable!==false&&(this._writableState.destroyed||this._writableState.errored)&&!this._writableState.finished)}}});const Ee=ie.destroy;Writable.prototype.destroy=function(i,c){const d=this._writableState;if(!d.destroyed&&(d.bufferedIndex<d.buffered.length||d[ye].length)){p.nextTick(errorBuffer,d)}Ee.call(this,i,c);return this};Writable.prototype._undestroy=ie.undestroy;Writable.prototype._destroy=function(i,c){c(i)};Writable.prototype[te.captureRejectionSymbol]=function(i){this.destroy(i)};let be;function lazyWebStreams(){if(be===undefined)be={};return be}Writable.fromWeb=function(i,c){return lazyWebStreams().newStreamWritableFromWritableStream(i,c)};Writable.toWeb=function(i){return lazyWebStreams().newWritableStreamFromStreamWritable(i)}},49554:(i,c,d)=>{"use strict";const{ArrayIsArray:p,ArrayPrototypeIncludes:A,ArrayPrototypeJoin:C,ArrayPrototypeMap:S,NumberIsInteger:v,NumberIsNaN:T,NumberMAX_SAFE_INTEGER:_,NumberMIN_SAFE_INTEGER:V,NumberParseInt:Z,ObjectPrototypeHasOwnProperty:ee,RegExpPrototypeExec:te,String:re,StringPrototypeToUpperCase:ne,StringPrototypeTrim:ie}=d(50999);const{hideStackFrames:se,codes:{ERR_SOCKET_BAD_PORT:ae,ERR_INVALID_ARG_TYPE:oe,ERR_INVALID_ARG_VALUE:le,ERR_OUT_OF_RANGE:ce,ERR_UNKNOWN_SIGNAL:de}}=d(69220);const{normalizeEncoding:ue}=d(23539);const{isAsyncFunction:pe,isArrayBufferView:Ae}=d(23539).types;const fe={};function isInt32(i){return i===(i|0)}function isUint32(i){return i===i>>>0}const he=/^[0-7]+$/;const me="must be a 32-bit unsigned integer or an octal string";function parseFileMode(i,c,d){if(typeof i==="undefined"){i=d}if(typeof i==="string"){if(te(he,i)===null){throw new le(c,i,me)}i=Z(i,8)}Ee(i,c);return i}const ge=se(((i,c,d=V,p=_)=>{if(typeof i!=="number")throw new oe(c,"number",i);if(!v(i))throw new ce(c,"an integer",i);if(i<d||i>p)throw new ce(c,`>= ${d} && <= ${p}`,i)}));const ye=se(((i,c,d=-2147483648,p=2147483647)=>{if(typeof i!=="number"){throw new oe(c,"number",i)}if(!v(i)){throw new ce(c,"an integer",i)}if(i<d||i>p){throw new ce(c,`>= ${d} && <= ${p}`,i)}}));const Ee=se(((i,c,d=false)=>{if(typeof i!=="number"){throw new oe(c,"number",i)}if(!v(i)){throw new ce(c,"an integer",i)}const p=d?1:0;const A=4294967295;if(i<p||i>A){throw new ce(c,`>= ${p} && <= ${A}`,i)}}));function validateString(i,c){if(typeof i!=="string")throw new oe(c,"string",i)}function validateNumber(i,c,d=undefined,p){if(typeof i!=="number")throw new oe(c,"number",i);if(d!=null&&i<d||p!=null&&i>p||(d!=null||p!=null)&&T(i)){throw new ce(c,`${d!=null?`>= ${d}`:""}${d!=null&&p!=null?" && ":""}${p!=null?`<= ${p}`:""}`,i)}}const be=se(((i,c,d)=>{if(!A(d,i)){const p=C(S(d,(i=>typeof i==="string"?`'${i}'`:re(i))),", ");const A="must be one of: "+p;throw new le(c,i,A)}}));function validateBoolean(i,c){if(typeof i!=="boolean")throw new oe(c,"boolean",i)}function getOwnPropertyValueOrDefault(i,c,d){return i==null||!ee(i,c)?d:i[c]}const Ce=se(((i,c,d=null)=>{const A=getOwnPropertyValueOrDefault(d,"allowArray",false);const C=getOwnPropertyValueOrDefault(d,"allowFunction",false);const S=getOwnPropertyValueOrDefault(d,"nullable",false);if(!S&&i===null||!A&&p(i)||typeof i!=="object"&&(!C||typeof i!=="function")){throw new oe(c,"Object",i)}}));const we=se(((i,c)=>{if(i!=null&&typeof i!=="object"&&typeof i!=="function"){throw new oe(c,"a dictionary",i)}}));const Ie=se(((i,c,d=0)=>{if(!p(i)){throw new oe(c,"Array",i)}if(i.length<d){const p=`must be longer than ${d}`;throw new le(c,i,p)}}));function validateStringArray(i,c){Ie(i,c);for(let d=0;d<i.length;d++){validateString(i[d],`${c}[${d}]`)}}function validateBooleanArray(i,c){Ie(i,c);for(let d=0;d<i.length;d++){validateBoolean(i[d],`${c}[${d}]`)}}function validateAbortSignalArray(i,c){Ie(i,c);for(let d=0;d<i.length;d++){const p=i[d];const A=`${c}[${d}]`;if(p==null){throw new oe(A,"AbortSignal",p)}Se(p,A)}}function validateSignalName(i,c="signal"){validateString(i,c);if(fe[i]===undefined){if(fe[ne(i)]!==undefined){throw new de(i+" (signals must use all capital letters)")}throw new de(i)}}const Be=se(((i,c="buffer")=>{if(!Ae(i)){throw new oe(c,["Buffer","TypedArray","DataView"],i)}}));function validateEncoding(i,c){const d=ue(c);const p=i.length;if(d==="hex"&&p%2!==0){throw new le("encoding",c,`is invalid for data of length ${p}`)}}function validatePort(i,c="Port",d=true){if(typeof i!=="number"&&typeof i!=="string"||typeof i==="string"&&ie(i).length===0||+i!==+i>>>0||i>65535||i===0&&!d){throw new ae(c,i,d)}return i|0}const Se=se(((i,c)=>{if(i!==undefined&&(i===null||typeof i!=="object"||!("aborted"in i))){throw new oe(c,"AbortSignal",i)}}));const ve=se(((i,c)=>{if(typeof i!=="function")throw new oe(c,"Function",i)}));const Qe=se(((i,c)=>{if(typeof i!=="function"||pe(i))throw new oe(c,"Function",i)}));const Ne=se(((i,c)=>{if(i!==undefined)throw new oe(c,"undefined",i)}));function validateUnion(i,c,d){if(!A(d,i)){throw new oe(c,`('${C(d,"|")}')`,i)}}const Re=/^(?:<[^>]*>)(?:\s*;\s*[^;"\s]+(?:=(")?[^;"\s]*\1)?)*$/;function validateLinkHeaderFormat(i,c){if(typeof i==="undefined"||!te(Re,i)){throw new le(c,i,'must be an array or string of format "</styles.css>; rel=preload; as=style"')}}function validateLinkHeaderValue(i){if(typeof i==="string"){validateLinkHeaderFormat(i,"hints");return i}else if(p(i)){const c=i.length;let d="";if(c===0){return d}for(let p=0;p<c;p++){const A=i[p];validateLinkHeaderFormat(A,"hints");d+=A;if(p!==c-1){d+=", "}}return d}throw new le("hints",i,'must be an array or string of format "</styles.css>; rel=preload; as=style"')}i.exports={isInt32:isInt32,isUint32:isUint32,parseFileMode:parseFileMode,validateArray:Ie,validateStringArray:validateStringArray,validateBooleanArray:validateBooleanArray,validateAbortSignalArray:validateAbortSignalArray,validateBoolean:validateBoolean,validateBuffer:Be,validateDictionary:we,validateEncoding:validateEncoding,validateFunction:ve,validateInt32:ye,validateInteger:ge,validateNumber:validateNumber,validateObject:Ce,validateOneOf:be,validatePlainFunction:Qe,validatePort:validatePort,validateSignalName:validateSignalName,validateString:validateString,validateUint32:Ee,validateUndefined:Ne,validateUnion:validateUnion,validateAbortSignal:Se,validateLinkHeaderValue:validateLinkHeaderValue}},69220:(i,c,d)=>{"use strict";const{format:p,inspect:A}=d(43536);const{AggregateError:C}=d(50999);const S=globalThis.AggregateError||C;const v=Symbol("kIsNodeError");const T=["string","function","number","object","Function","Object","boolean","bigint","symbol"];const _=/^([A-Z][a-z0-9]*)+$/;const V="__node_internal_";const Z={};function assert(i,c){if(!i){throw new Z.ERR_INTERNAL_ASSERTION(c)}}function addNumericalSeparator(i){let c="";let d=i.length;const p=i[0]==="-"?1:0;for(;d>=p+4;d-=3){c=`_${i.slice(d-3,d)}${c}`}return`${i.slice(0,d)}${c}`}function getMessage(i,c,d){if(typeof c==="function"){assert(c.length<=d.length,`Code: ${i}; The provided arguments length (${d.length}) does not match the required ones (${c.length}).`);return c(...d)}const A=(c.match(/%[dfijoOs]/g)||[]).length;assert(A===d.length,`Code: ${i}; The provided arguments length (${d.length}) does not match the required ones (${A}).`);if(d.length===0){return c}return p(c,...d)}function E(i,c,d){if(!d){d=Error}class NodeError extends d{constructor(...d){super(getMessage(i,c,d))}toString(){return`${this.name} [${i}]: ${this.message}`}}Object.defineProperties(NodeError.prototype,{name:{value:d.name,writable:true,enumerable:false,configurable:true},toString:{value(){return`${this.name} [${i}]: ${this.message}`},writable:true,enumerable:false,configurable:true}});NodeError.prototype.code=i;NodeError.prototype[v]=true;Z[i]=NodeError}function hideStackFrames(i){const c=V+i.name;Object.defineProperty(i,"name",{value:c});return i}function aggregateTwoErrors(i,c){if(i&&c&&i!==c){if(Array.isArray(c.errors)){c.errors.push(i);return c}const d=new S([c,i],c.message);d.code=c.code;return d}return i||c}class AbortError extends Error{constructor(i="The operation was aborted",c=undefined){if(c!==undefined&&typeof c!=="object"){throw new Z.ERR_INVALID_ARG_TYPE("options","Object",c)}super(i,c);this.code="ABORT_ERR";this.name="AbortError"}}E("ERR_ASSERTION","%s",Error);E("ERR_INVALID_ARG_TYPE",((i,c,d)=>{assert(typeof i==="string","'name' must be a string");if(!Array.isArray(c)){c=[c]}let p="The ";if(i.endsWith(" argument")){p+=`${i} `}else{p+=`"${i}" ${i.includes(".")?"property":"argument"} `}p+="must be ";const C=[];const S=[];const v=[];for(const i of c){assert(typeof i==="string","All expected entries have to be of type string");if(T.includes(i)){C.push(i.toLowerCase())}else if(_.test(i)){S.push(i)}else{assert(i!=="object",'The value "object" should be written as "Object"');v.push(i)}}if(S.length>0){const i=C.indexOf("object");if(i!==-1){C.splice(C,i,1);S.push("Object")}}if(C.length>0){switch(C.length){case 1:p+=`of type ${C[0]}`;break;case 2:p+=`one of type ${C[0]} or ${C[1]}`;break;default:{const i=C.pop();p+=`one of type ${C.join(", ")}, or ${i}`}}if(S.length>0||v.length>0){p+=" or "}}if(S.length>0){switch(S.length){case 1:p+=`an instance of ${S[0]}`;break;case 2:p+=`an instance of ${S[0]} or ${S[1]}`;break;default:{const i=S.pop();p+=`an instance of ${S.join(", ")}, or ${i}`}}if(v.length>0){p+=" or "}}switch(v.length){case 0:break;case 1:if(v[0].toLowerCase()!==v[0]){p+="an "}p+=`${v[0]}`;break;case 2:p+=`one of ${v[0]} or ${v[1]}`;break;default:{const i=v.pop();p+=`one of ${v.join(", ")}, or ${i}`}}if(d==null){p+=`. Received ${d}`}else if(typeof d==="function"&&d.name){p+=`. Received function ${d.name}`}else if(typeof d==="object"){var V;if((V=d.constructor)!==null&&V!==undefined&&V.name){p+=`. Received an instance of ${d.constructor.name}`}else{const i=A(d,{depth:-1});p+=`. Received ${i}`}}else{let i=A(d,{colors:false});if(i.length>25){i=`${i.slice(0,25)}...`}p+=`. Received type ${typeof d} (${i})`}return p}),TypeError);E("ERR_INVALID_ARG_VALUE",((i,c,d="is invalid")=>{let p=A(c);if(p.length>128){p=p.slice(0,128)+"..."}const C=i.includes(".")?"property":"argument";return`The ${C} '${i}' ${d}. Received ${p}`}),TypeError);E("ERR_INVALID_RETURN_VALUE",((i,c,d)=>{var p;const A=d!==null&&d!==undefined&&(p=d.constructor)!==null&&p!==undefined&&p.name?`instance of ${d.constructor.name}`:`type ${typeof d}`;return`Expected ${i} to be returned from the "${c}"`+` function but got ${A}.`}),TypeError);E("ERR_MISSING_ARGS",((...i)=>{assert(i.length>0,"At least one arg needs to be specified");let c;const d=i.length;i=(Array.isArray(i)?i:[i]).map((i=>`"${i}"`)).join(" or ");switch(d){case 1:c+=`The ${i[0]} argument`;break;case 2:c+=`The ${i[0]} and ${i[1]} arguments`;break;default:{const d=i.pop();c+=`The ${i.join(", ")}, and ${d} arguments`}break}return`${c} must be specified`}),TypeError);E("ERR_OUT_OF_RANGE",((i,c,d)=>{assert(c,'Missing "range" argument');let p;if(Number.isInteger(d)&&Math.abs(d)>2**32){p=addNumericalSeparator(String(d))}else if(typeof d==="bigint"){p=String(d);const i=BigInt(2)**BigInt(32);if(d>i||d<-i){p=addNumericalSeparator(p)}p+="n"}else{p=A(d)}return`The value of "${i}" is out of range. It must be ${c}. Received ${p}`}),RangeError);E("ERR_MULTIPLE_CALLBACK","Callback called multiple times",Error);E("ERR_METHOD_NOT_IMPLEMENTED","The %s method is not implemented",Error);E("ERR_STREAM_ALREADY_FINISHED","Cannot call %s after a stream was finished",Error);E("ERR_STREAM_CANNOT_PIPE","Cannot pipe, not readable",Error);E("ERR_STREAM_DESTROYED","Cannot call %s after a stream was destroyed",Error);E("ERR_STREAM_NULL_VALUES","May not write null values to stream",TypeError);E("ERR_STREAM_PREMATURE_CLOSE","Premature close",Error);E("ERR_STREAM_PUSH_AFTER_EOF","stream.push() after EOF",Error);E("ERR_STREAM_UNSHIFT_AFTER_END_EVENT","stream.unshift() after end event",Error);E("ERR_STREAM_WRITE_AFTER_END","write after end",Error);E("ERR_UNKNOWN_ENCODING","Unknown encoding: %s",TypeError);i.exports={AbortError:AbortError,aggregateTwoErrors:hideStackFrames(aggregateTwoErrors),hideStackFrames:hideStackFrames,codes:Z}},29963:(i,c,d)=>{"use strict";const p=d(2203);if(p&&process.env.READABLE_STREAM==="disable"){const c=p.promises;i.exports._uint8ArrayToBuffer=p._uint8ArrayToBuffer;i.exports._isUint8Array=p._isUint8Array;i.exports.isDisturbed=p.isDisturbed;i.exports.isErrored=p.isErrored;i.exports.isReadable=p.isReadable;i.exports.Readable=p.Readable;i.exports.Writable=p.Writable;i.exports.Duplex=p.Duplex;i.exports.Transform=p.Transform;i.exports.PassThrough=p.PassThrough;i.exports.addAbortSignal=p.addAbortSignal;i.exports.finished=p.finished;i.exports.destroy=p.destroy;i.exports.pipeline=p.pipeline;i.exports.compose=p.compose;Object.defineProperty(p,"promises",{configurable:true,enumerable:true,get(){return c}});i.exports.Stream=p.Stream}else{const c=d(12375);const p=d(65904);const A=c.Readable.destroy;i.exports=c.Readable;i.exports._uint8ArrayToBuffer=c._uint8ArrayToBuffer;i.exports._isUint8Array=c._isUint8Array;i.exports.isDisturbed=c.isDisturbed;i.exports.isErrored=c.isErrored;i.exports.isReadable=c.isReadable;i.exports.Readable=c.Readable;i.exports.Writable=c.Writable;i.exports.Duplex=c.Duplex;i.exports.Transform=c.Transform;i.exports.PassThrough=c.PassThrough;i.exports.addAbortSignal=c.addAbortSignal;i.exports.finished=c.finished;i.exports.destroy=c.destroy;i.exports.destroy=A;i.exports.pipeline=c.pipeline;i.exports.compose=c.compose;Object.defineProperty(c,"promises",{configurable:true,enumerable:true,get(){return p}});i.exports.Stream=c.Stream}i.exports["default"]=i.exports},50999:i=>{"use strict";class AggregateError extends Error{constructor(i){if(!Array.isArray(i)){throw new TypeError(`Expected input to be an Array, got ${typeof i}`)}let c="";for(let d=0;d<i.length;d++){c+=` ${i[d].stack}\n`}super(c);this.name="AggregateError";this.errors=i}}i.exports={AggregateError:AggregateError,ArrayIsArray(i){return Array.isArray(i)},ArrayPrototypeIncludes(i,c){return i.includes(c)},ArrayPrototypeIndexOf(i,c){return i.indexOf(c)},ArrayPrototypeJoin(i,c){return i.join(c)},ArrayPrototypeMap(i,c){return i.map(c)},ArrayPrototypePop(i,c){return i.pop(c)},ArrayPrototypePush(i,c){return i.push(c)},ArrayPrototypeSlice(i,c,d){return i.slice(c,d)},Error:Error,FunctionPrototypeCall(i,c,...d){return i.call(c,...d)},FunctionPrototypeSymbolHasInstance(i,c){return Function.prototype[Symbol.hasInstance].call(i,c)},MathFloor:Math.floor,Number:Number,NumberIsInteger:Number.isInteger,NumberIsNaN:Number.isNaN,NumberMAX_SAFE_INTEGER:Number.MAX_SAFE_INTEGER,NumberMIN_SAFE_INTEGER:Number.MIN_SAFE_INTEGER,NumberParseInt:Number.parseInt,ObjectDefineProperties(i,c){return Object.defineProperties(i,c)},ObjectDefineProperty(i,c,d){return Object.defineProperty(i,c,d)},ObjectGetOwnPropertyDescriptor(i,c){return Object.getOwnPropertyDescriptor(i,c)},ObjectKeys(i){return Object.keys(i)},ObjectSetPrototypeOf(i,c){return Object.setPrototypeOf(i,c)},Promise:Promise,PromisePrototypeCatch(i,c){return i.catch(c)},PromisePrototypeThen(i,c,d){return i.then(c,d)},PromiseReject(i){return Promise.reject(i)},PromiseResolve(i){return Promise.resolve(i)},ReflectApply:Reflect.apply,RegExpPrototypeTest(i,c){return i.test(c)},SafeSet:Set,String:String,StringPrototypeSlice(i,c,d){return i.slice(c,d)},StringPrototypeToLowerCase(i){return i.toLowerCase()},StringPrototypeToUpperCase(i){return i.toUpperCase()},StringPrototypeTrim(i){return i.trim()},Symbol:Symbol,SymbolFor:Symbol.for,SymbolAsyncIterator:Symbol.asyncIterator,SymbolHasInstance:Symbol.hasInstance,SymbolIterator:Symbol.iterator,SymbolDispose:Symbol.dispose||Symbol("Symbol.dispose"),SymbolAsyncDispose:Symbol.asyncDispose||Symbol("Symbol.asyncDispose"),TypedArrayPrototypeSet(i,c,d){return i.set(c,d)},Boolean:Boolean,Uint8Array:Uint8Array}},23539:(i,c,d)=>{"use strict";const p=d(20181);const{format:A,inspect:C}=d(43536);const{codes:{ERR_INVALID_ARG_TYPE:S}}=d(69220);const{kResistStopPropagation:v,AggregateError:T,SymbolDispose:_}=d(50999);const V=globalThis.AbortSignal||d(17413).AbortSignal;const Z=globalThis.AbortController||d(17413).AbortController;const ee=Object.getPrototypeOf((async function(){})).constructor;const te=globalThis.Blob||p.Blob;const re=typeof te!=="undefined"?function isBlob(i){return i instanceof te}:function isBlob(i){return false};const validateAbortSignal=(i,c)=>{if(i!==undefined&&(i===null||typeof i!=="object"||!("aborted"in i))){throw new S(c,"AbortSignal",i)}};const validateFunction=(i,c)=>{if(typeof i!=="function"){throw new S(c,"Function",i)}};i.exports={AggregateError:T,kEmptyObject:Object.freeze({}),once(i){let c=false;return function(...d){if(c){return}c=true;i.apply(this,d)}},createDeferredPromise:function(){let i;let c;const d=new Promise(((d,p)=>{i=d;c=p}));return{promise:d,resolve:i,reject:c}},promisify(i){return new Promise(((c,d)=>{i(((i,...p)=>{if(i){return d(i)}return c(...p)}))}))},debuglog(){return function(){}},format:A,inspect:C,types:{isAsyncFunction(i){return i instanceof ee},isArrayBufferView(i){return ArrayBuffer.isView(i)}},isBlob:re,deprecate(i,c){return i},addAbortListener:d(24434).addAbortListener||function addAbortListener(i,c){if(i===undefined){throw new S("signal","AbortSignal",i)}validateAbortSignal(i,"signal");validateFunction(c,"listener");let d;if(i.aborted){queueMicrotask((()=>c()))}else{i.addEventListener("abort",c,{__proto__:null,once:true,[v]:true});d=()=>{i.removeEventListener("abort",c)}}return{__proto__:null,[_](){var i;(i=d)===null||i===undefined?undefined:i()}}},AbortSignalAny:V.any||function AbortSignalAny(i){if(i.length===1){return i[0]}const c=new Z;const abort=()=>c.abort();i.forEach((i=>{validateAbortSignal(i,"signals");i.addEventListener("abort",abort,{once:true})}));c.signal.addEventListener("abort",(()=>{i.forEach((i=>i.removeEventListener("abort",abort)))}),{once:true});return c.signal}};i.exports.promisify.custom=Symbol.for("nodejs.util.promisify.custom")},43536:i=>{"use strict";i.exports={format(i,...c){return i.replace(/%([sdifj])/g,(function(...[i,d]){const p=c.shift();if(d==="f"){return p.toFixed(6)}else if(d==="j"){return JSON.stringify(p)}else if(d==="s"&&typeof p==="object"){const i=p.constructor!==Object?p.constructor.name:"";return`${i} {}`.trim()}else{return p.toString()}}))},inspect(i){switch(typeof i){case"string":if(i.includes("'")){if(!i.includes('"')){return`"${i}"`}else if(!i.includes("`")&&!i.includes("${")){return`\`${i}\``}}return`'${i}'`;case"number":if(isNaN(i)){return"NaN"}else if(Object.is(i,-0)){return String(i)}return i;case"bigint":return`${String(i)}n`;case"boolean":case"undefined":return String(i);case"object":return"{}"}}}},12375:(i,c,d)=>{"use strict";const{Buffer:p}=d(20181);const{ObjectDefineProperty:A,ObjectKeys:C,ReflectApply:S}=d(50999);const{promisify:{custom:v}}=d(23539);const{streamReturningOperators:T,promiseReturningOperators:_}=d(11222);const{codes:{ERR_ILLEGAL_CONSTRUCTOR:V}}=d(69220);const Z=d(64999);const{setDefaultHighWaterMark:ee,getDefaultHighWaterMark:te}=d(54874);const{pipeline:re}=d(16701);const{destroyer:ne}=d(65089);const ie=d(36815);const se={};const ae=d(65904);const oe=d(83426);const le=i.exports=d(84128).Stream;le.isDestroyed=oe.isDestroyed;le.isDisturbed=oe.isDisturbed;le.isErrored=oe.isErrored;le.isReadable=oe.isReadable;le.isWritable=oe.isWritable;le.Readable=d(17783);for(const de of C(T)){const ue=T[de];function fn(...i){if(new.target){throw V()}return le.Readable.from(S(ue,this,i))}A(fn,"name",{__proto__:null,value:ue.name});A(fn,"length",{__proto__:null,value:ue.length});A(le.Readable.prototype,de,{__proto__:null,value:fn,enumerable:false,configurable:true,writable:true})}for(const pe of C(_)){const Ae=_[pe];function fn(...i){if(new.target){throw V()}return S(Ae,this,i)}A(fn,"name",{__proto__:null,value:Ae.name});A(fn,"length",{__proto__:null,value:Ae.length});A(le.Readable.prototype,pe,{__proto__:null,value:fn,enumerable:false,configurable:true,writable:true})}le.Writable=d(58939);le.Duplex=d(94449);le.Transform=d(12135);le.PassThrough=d(19173);le.pipeline=re;const{addAbortSignal:ce}=d(80652);le.addAbortSignal=ce;le.finished=ie;le.destroy=ne;le.compose=Z;le.setDefaultHighWaterMark=ee;le.getDefaultHighWaterMark=te;A(le,"promises",{__proto__:null,configurable:true,enumerable:true,get(){return ae}});A(re,v,{__proto__:null,enumerable:true,get(){return ae.pipeline}});A(ie,v,{__proto__:null,enumerable:true,get(){return ae.finished}});le.Stream=le;le._isUint8Array=function isUint8Array(i){return i instanceof Uint8Array};le._uint8ArrayToBuffer=function _uint8ArrayToBuffer(i){return p.from(i.buffer,i.byteOffset,i.byteLength)}},65904:(i,c,d)=>{"use strict";const{ArrayPrototypePop:p,Promise:A}=d(50999);const{isIterable:C,isNodeStream:S,isWebStream:v}=d(83426);const{pipelineImpl:T}=d(16701);const{finished:_}=d(36815);d(12375);function pipeline(...i){return new A(((c,d)=>{let A;let _;const V=i[i.length-1];if(V&&typeof V==="object"&&!S(V)&&!C(V)&&!v(V)){const c=p(i);A=c.signal;_=c.end}T(i,((i,p)=>{if(i){d(i)}else{c(p)}}),{signal:A,end:_})}))}i.exports={finished:_,pipeline:pipeline}},51364:(i,c,d)=>{i.exports=readdirGlob;const p=d(79896);const{EventEmitter:A}=d(24434);const{Minimatch:C}=d(6944);const{resolve:S}=d(16928);function readdir(i,c){return new Promise(((d,A)=>{p.readdir(i,{withFileTypes:true},((i,p)=>{if(i){switch(i.code){case"ENOTDIR":if(c){A(i)}else{d([])}break;case"ENOTSUP":case"ENOENT":case"ENAMETOOLONG":case"UNKNOWN":d([]);break;case"ELOOP":default:A(i);break}}else{d(p)}}))}))}function stat(i,c){return new Promise(((d,A)=>{const C=c?p.stat:p.lstat;C(i,((p,A)=>{if(p){switch(p.code){case"ENOENT":if(c){d(stat(i,false))}else{d(null)}break;default:d(null);break}}else{d(A)}}))}))}async function*exploreWalkAsync(i,c,d,p,A,C){let S=await readdir(c+i,C);for(const C of S){let S=C.name;if(S===undefined){S=C;p=true}const v=i+"/"+S;const T=v.slice(1);const _=c+"/"+T;let V=null;if(p||d){V=await stat(_,d)}if(!V&&C.name!==undefined){V=C}if(V===null){V={isDirectory:()=>false}}if(V.isDirectory()){if(!A(T)){yield{relative:T,absolute:_,stats:V};yield*exploreWalkAsync(v,c,d,p,A,false)}}else{yield{relative:T,absolute:_,stats:V}}}}async function*explore(i,c,d,p){yield*exploreWalkAsync("",i,c,d,p,true)}function readOptions(i){return{pattern:i.pattern,dot:!!i.dot,noglobstar:!!i.noglobstar,matchBase:!!i.matchBase,nocase:!!i.nocase,ignore:i.ignore,skip:i.skip,follow:!!i.follow,stat:!!i.stat,nodir:!!i.nodir,mark:!!i.mark,silent:!!i.silent,absolute:!!i.absolute}}class ReaddirGlob extends A{constructor(i,c,d){super();if(typeof c==="function"){d=c;c=null}this.options=readOptions(c||{});this.matchers=[];if(this.options.pattern){const i=Array.isArray(this.options.pattern)?this.options.pattern:[this.options.pattern];this.matchers=i.map((i=>new C(i,{dot:this.options.dot,noglobstar:this.options.noglobstar,matchBase:this.options.matchBase,nocase:this.options.nocase})))}this.ignoreMatchers=[];if(this.options.ignore){const i=Array.isArray(this.options.ignore)?this.options.ignore:[this.options.ignore];this.ignoreMatchers=i.map((i=>new C(i,{dot:true})))}this.skipMatchers=[];if(this.options.skip){const i=Array.isArray(this.options.skip)?this.options.skip:[this.options.skip];this.skipMatchers=i.map((i=>new C(i,{dot:true})))}this.iterator=explore(S(i||"."),this.options.follow,this.options.stat,this._shouldSkipDirectory.bind(this));this.paused=false;this.inactive=false;this.aborted=false;if(d){this._matches=[];this.on("match",(i=>this._matches.push(this.options.absolute?i.absolute:i.relative)));this.on("error",(i=>d(i)));this.on("end",(()=>d(null,this._matches)))}setTimeout((()=>this._next()),0)}_shouldSkipDirectory(i){return this.skipMatchers.some((c=>c.match(i)))}_fileMatches(i,c){const d=i+(c?"/":"");return(this.matchers.length===0||this.matchers.some((i=>i.match(d))))&&!this.ignoreMatchers.some((i=>i.match(d)))&&(!this.options.nodir||!c)}_next(){if(!this.paused&&!this.aborted){this.iterator.next().then((i=>{if(!i.done){const c=i.value.stats.isDirectory();if(this._fileMatches(i.value.relative,c)){let d=i.value.relative;let p=i.value.absolute;if(this.options.mark&&c){d+="/";p+="/"}if(this.options.stat){this.emit("match",{relative:d,absolute:p,stat:i.value.stats})}else{this.emit("match",{relative:d,absolute:p})}}this._next(this.iterator)}else{this.emit("end")}})).catch((i=>{this.abort();this.emit("error",i);if(!i.code&&!this.options.silent){console.error(i)}}))}else{this.inactive=true}}abort(){this.aborted=true}pause(){this.paused=true}resume(){this.paused=false;if(this.inactive){this.inactive=false;this._next()}}}function readdirGlob(i,c,d){return new ReaddirGlob(i,c,d)}readdirGlob.ReaddirGlob=ReaddirGlob},33967:(i,c,d)=>{var p=d(59380);i.exports=expandTop;var A="\0SLASH"+Math.random()+"\0";var C="\0OPEN"+Math.random()+"\0";var S="\0CLOSE"+Math.random()+"\0";var v="\0COMMA"+Math.random()+"\0";var T="\0PERIOD"+Math.random()+"\0";function numeric(i){return parseInt(i,10)==i?parseInt(i,10):i.charCodeAt(0)}function escapeBraces(i){return i.split("\\\\").join(A).split("\\{").join(C).split("\\}").join(S).split("\\,").join(v).split("\\.").join(T)}function unescapeBraces(i){return i.split(A).join("\\").split(C).join("{").split(S).join("}").split(v).join(",").split(T).join(".")}function parseCommaParts(i){if(!i)return[""];var c=[];var d=p("{","}",i);if(!d)return i.split(",");var A=d.pre;var C=d.body;var S=d.post;var v=A.split(",");v[v.length-1]+="{"+C+"}";var T=parseCommaParts(S);if(S.length){v[v.length-1]+=T.shift();v.push.apply(v,T)}c.push.apply(c,v);return c}function expandTop(i){if(!i)return[];if(i.substr(0,2)==="{}"){i="\\{\\}"+i.substr(2)}return expand(escapeBraces(i),true).map(unescapeBraces)}function embrace(i){return"{"+i+"}"}function isPadded(i){return/^-?0\d/.test(i)}function lte(i,c){return i<=c}function gte(i,c){return i>=c}function expand(i,c){var d=[];var A=p("{","}",i);if(!A)return[i];var C=A.pre;var v=A.post.length?expand(A.post,false):[""];if(/\$$/.test(A.pre)){for(var T=0;T<v.length;T++){var _=C+"{"+A.body+"}"+v[T];d.push(_)}}else{var V=/^-?\d+\.\.-?\d+(?:\.\.-?\d+)?$/.test(A.body);var Z=/^[a-zA-Z]\.\.[a-zA-Z](?:\.\.-?\d+)?$/.test(A.body);var ee=V||Z;var te=A.body.indexOf(",")>=0;if(!ee&&!te){if(A.post.match(/,(?!,).*\}/)){i=A.pre+"{"+A.body+S+A.post;return expand(i)}return[i]}var re;if(ee){re=A.body.split(/\.\./)}else{re=parseCommaParts(A.body);if(re.length===1){re=expand(re[0],false).map(embrace);if(re.length===1){return v.map((function(i){return A.pre+re[0]+i}))}}}var ne;if(ee){var ie=numeric(re[0]);var se=numeric(re[1]);var ae=Math.max(re[0].length,re[1].length);var oe=re.length==3?Math.abs(numeric(re[2])):1;var le=lte;var ce=se<ie;if(ce){oe*=-1;le=gte}var de=re.some(isPadded);ne=[];for(var ue=ie;le(ue,se);ue+=oe){var pe;if(Z){pe=String.fromCharCode(ue);if(pe==="\\")pe=""}else{pe=String(ue);if(de){var Ae=ae-pe.length;if(Ae>0){var fe=new Array(Ae+1).join("0");if(ue<0)pe="-"+fe+pe.slice(1);else pe=fe+pe}}}ne.push(pe)}}else{ne=[];for(var he=0;he<re.length;he++){ne.push.apply(ne,expand(re[he],false))}}for(var he=0;he<ne.length;he++){for(var T=0;T<v.length;T++){var _=C+ne[he]+v[T];if(!c||ee||_)d.push(_)}}}return d}},63669:i=>{const c=typeof process==="object"&&process&&process.platform==="win32";i.exports=c?{sep:"\\"}:{sep:"/"}},6944:(i,c,d)=>{const p=i.exports=(i,c,d={})=>{assertValidPattern(c);if(!d.nocomment&&c.charAt(0)==="#"){return false}return new Minimatch(c,d).match(i)};i.exports=p;const A=d(63669);p.sep=A.sep;const C=Symbol("globstar **");p.GLOBSTAR=C;const S=d(33967);const v={"!":{open:"(?:(?!(?:",close:"))[^/]*?)"},"?":{open:"(?:",close:")?"},"+":{open:"(?:",close:")+"},"*":{open:"(?:",close:")*"},"@":{open:"(?:",close:")"}};const T="[^/]";const _=T+"*?";const V="(?:(?!(?:\\/|^)(?:\\.{1,2})($|\\/)).)*?";const Z="(?:(?!(?:\\/|^)\\.).)*?";const charSet=i=>i.split("").reduce(((i,c)=>{i[c]=true;return i}),{});const ee=charSet("().*{}+?[]^$\\!");const te=charSet("[.(");const re=/\/+/;p.filter=(i,c={})=>(d,A,C)=>p(d,i,c);const ext=(i,c={})=>{const d={};Object.keys(i).forEach((c=>d[c]=i[c]));Object.keys(c).forEach((i=>d[i]=c[i]));return d};p.defaults=i=>{if(!i||typeof i!=="object"||!Object.keys(i).length){return p}const c=p;const m=(d,p,A)=>c(d,p,ext(i,A));m.Minimatch=class Minimatch extends c.Minimatch{constructor(c,d){super(c,ext(i,d))}};m.Minimatch.defaults=d=>c.defaults(ext(i,d)).Minimatch;m.filter=(d,p)=>c.filter(d,ext(i,p));m.defaults=d=>c.defaults(ext(i,d));m.makeRe=(d,p)=>c.makeRe(d,ext(i,p));m.braceExpand=(d,p)=>c.braceExpand(d,ext(i,p));m.match=(d,p,A)=>c.match(d,p,ext(i,A));return m};p.braceExpand=(i,c)=>braceExpand(i,c);const braceExpand=(i,c={})=>{assertValidPattern(i);if(c.nobrace||!/\{(?:(?!\{).)*\}/.test(i)){return[i]}return S(i)};const ne=1024*64;const assertValidPattern=i=>{if(typeof i!=="string"){throw new TypeError("invalid pattern")}if(i.length>ne){throw new TypeError("pattern is too long")}};const ie=Symbol("subparse");p.makeRe=(i,c)=>new Minimatch(i,c||{}).makeRe();p.match=(i,c,d={})=>{const p=new Minimatch(c,d);i=i.filter((i=>p.match(i)));if(p.options.nonull&&!i.length){i.push(c)}return i};const globUnescape=i=>i.replace(/\\(.)/g,"$1");const charUnescape=i=>i.replace(/\\([^-\]])/g,"$1");const regExpEscape=i=>i.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&");const braExpEscape=i=>i.replace(/[[\]\\]/g,"\\$&");class Minimatch{constructor(i,c){assertValidPattern(i);if(!c)c={};this.options=c;this.set=[];this.pattern=i;this.windowsPathsNoEscape=!!c.windowsPathsNoEscape||c.allowWindowsEscape===false;if(this.windowsPathsNoEscape){this.pattern=this.pattern.replace(/\\/g,"/")}this.regexp=null;this.negate=false;this.comment=false;this.empty=false;this.partial=!!c.partial;this.make()}debug(){}make(){const i=this.pattern;const c=this.options;if(!c.nocomment&&i.charAt(0)==="#"){this.comment=true;return}if(!i){this.empty=true;return}this.parseNegate();let d=this.globSet=this.braceExpand();if(c.debug)this.debug=(...i)=>console.error(...i);this.debug(this.pattern,d);d=this.globParts=d.map((i=>i.split(re)));this.debug(this.pattern,d);d=d.map(((i,c,d)=>i.map(this.parse,this)));this.debug(this.pattern,d);d=d.filter((i=>i.indexOf(false)===-1));this.debug(this.pattern,d);this.set=d}parseNegate(){if(this.options.nonegate)return;const i=this.pattern;let c=false;let d=0;for(let p=0;p<i.length&&i.charAt(p)==="!";p++){c=!c;d++}if(d)this.pattern=i.slice(d);this.negate=c}matchOne(i,c,d){var p=this.options;this.debug("matchOne",{this:this,file:i,pattern:c});this.debug("matchOne",i.length,c.length);for(var A=0,S=0,v=i.length,T=c.length;A<v&&S<T;A++,S++){this.debug("matchOne loop");var _=c[S];var V=i[A];this.debug(c,_,V);if(_===false)return false;if(_===C){this.debug("GLOBSTAR",[c,_,V]);var Z=A;var ee=S+1;if(ee===T){this.debug("** at the end");for(;A<v;A++){if(i[A]==="."||i[A]===".."||!p.dot&&i[A].charAt(0)===".")return false}return true}while(Z<v){var te=i[Z];this.debug("\nglobstar while",i,Z,c,ee,te);if(this.matchOne(i.slice(Z),c.slice(ee),d)){this.debug("globstar found match!",Z,v,te);return true}else{if(te==="."||te===".."||!p.dot&&te.charAt(0)==="."){this.debug("dot detected!",i,Z,c,ee);break}this.debug("globstar swallow a segment, and continue");Z++}}if(d){this.debug("\n>>> no match, partial?",i,Z,c,ee);if(Z===v)return true}return false}var re;if(typeof _==="string"){re=V===_;this.debug("string match",_,V,re)}else{re=V.match(_);this.debug("pattern match",_,V,re)}if(!re)return false}if(A===v&&S===T){return true}else if(A===v){return d}else if(S===T){return A===v-1&&i[A]===""}throw new Error("wtf?")}braceExpand(){return braceExpand(this.pattern,this.options)}parse(i,c){assertValidPattern(i);const d=this.options;if(i==="**"){if(!d.noglobstar)return C;else i="*"}if(i==="")return"";let p="";let A=false;let S=false;const V=[];const Z=[];let re;let ne=false;let se=-1;let ae=-1;let oe;let le;let ce;let de=i.charAt(0)===".";let ue=d.dot||de;const patternStart=()=>de?"":ue?"(?!(?:^|\\/)\\.{1,2}(?:$|\\/))":"(?!\\.)";const subPatternStart=i=>i.charAt(0)==="."?"":d.dot?"(?!(?:^|\\/)\\.{1,2}(?:$|\\/))":"(?!\\.)";const clearStateChar=()=>{if(re){switch(re){case"*":p+=_;A=true;break;case"?":p+=T;A=true;break;default:p+="\\"+re;break}this.debug("clearStateChar %j %j",re,p);re=false}};for(let c=0,C;c<i.length&&(C=i.charAt(c));c++){this.debug("%s\t%s %s %j",i,c,p,C);if(S){if(C==="/"){return false}if(ee[C]){p+="\\"}p+=C;S=false;continue}switch(C){case"/":{return false}case"\\":if(ne&&i.charAt(c+1)==="-"){p+=C;continue}clearStateChar();S=true;continue;case"?":case"*":case"+":case"@":case"!":this.debug("%s\t%s %s %j <-- stateChar",i,c,p,C);if(ne){this.debug(" in class");if(C==="!"&&c===ae+1)C="^";p+=C;continue}this.debug("call clearStateChar %j",re);clearStateChar();re=C;if(d.noext)clearStateChar();continue;case"(":{if(ne){p+="(";continue}if(!re){p+="\\(";continue}const d={type:re,start:c-1,reStart:p.length,open:v[re].open,close:v[re].close};this.debug(this.pattern,"\t",d);V.push(d);p+=d.open;if(d.start===0&&d.type!=="!"){de=true;p+=subPatternStart(i.slice(c+1))}this.debug("plType %j %j",re,p);re=false;continue}case")":{const i=V[V.length-1];if(ne||!i){p+="\\)";continue}V.pop();clearStateChar();A=true;le=i;p+=le.close;if(le.type==="!"){Z.push(Object.assign(le,{reEnd:p.length}))}continue}case"|":{const d=V[V.length-1];if(ne||!d){p+="\\|";continue}clearStateChar();p+="|";if(d.start===0&&d.type!=="!"){de=true;p+=subPatternStart(i.slice(c+1))}continue}case"[":clearStateChar();if(ne){p+="\\"+C;continue}ne=true;ae=c;se=p.length;p+=C;continue;case"]":if(c===ae+1||!ne){p+="\\"+C;continue}oe=i.substring(ae+1,c);try{RegExp("["+braExpEscape(charUnescape(oe))+"]");p+=C}catch(i){p=p.substring(0,se)+"(?:$.)"}A=true;ne=false;continue;default:clearStateChar();if(ee[C]&&!(C==="^"&&ne)){p+="\\"}p+=C;break}}if(ne){oe=i.slice(ae+1);ce=this.parse(oe,ie);p=p.substring(0,se)+"\\["+ce[0];A=A||ce[1]}for(le=V.pop();le;le=V.pop()){let i;i=p.slice(le.reStart+le.open.length);this.debug("setting tail",p,le);i=i.replace(/((?:\\{2}){0,64})(\\?)\|/g,((i,c,d)=>{if(!d){d="\\"}return c+c+d+"|"}));this.debug("tail=%j\n %s",i,i,le,p);const c=le.type==="*"?_:le.type==="?"?T:"\\"+le.type;A=true;p=p.slice(0,le.reStart)+c+"\\("+i}clearStateChar();if(S){p+="\\\\"}const pe=te[p.charAt(0)];for(let i=Z.length-1;i>-1;i--){const d=Z[i];const A=p.slice(0,d.reStart);const C=p.slice(d.reStart,d.reEnd-8);let S=p.slice(d.reEnd);const v=p.slice(d.reEnd-8,d.reEnd)+S;const T=A.split(")").length;const _=A.split("(").length-T;let V=S;for(let i=0;i<_;i++){V=V.replace(/\)[+*?]?/,"")}S=V;const ee=S===""&&c!==ie?"(?:$|\\/)":"";p=A+C+S+ee+v}if(p!==""&&A){p="(?=.)"+p}if(pe){p=patternStart()+p}if(c===ie){return[p,A]}if(d.nocase&&!A){A=i.toUpperCase()!==i.toLowerCase()}if(!A){return globUnescape(i)}const Ae=d.nocase?"i":"";try{return Object.assign(new RegExp("^"+p+"$",Ae),{_glob:i,_src:p})}catch(i){return new RegExp("$.")}}makeRe(){if(this.regexp||this.regexp===false)return this.regexp;const i=this.set;if(!i.length){this.regexp=false;return this.regexp}const c=this.options;const d=c.noglobstar?_:c.dot?V:Z;const p=c.nocase?"i":"";let A=i.map((i=>{i=i.map((i=>typeof i==="string"?regExpEscape(i):i===C?C:i._src)).reduce(((i,c)=>{if(!(i[i.length-1]===C&&c===C)){i.push(c)}return i}),[]);i.forEach(((c,p)=>{if(c!==C||i[p-1]===C){return}if(p===0){if(i.length>1){i[p+1]="(?:\\/|"+d+"\\/)?"+i[p+1]}else{i[p]=d}}else if(p===i.length-1){i[p-1]+="(?:\\/|"+d+")?"}else{i[p-1]+="(?:\\/|\\/"+d+"\\/)"+i[p+1];i[p+1]=C}}));return i.filter((i=>i!==C)).join("/")})).join("|");A="^(?:"+A+")$";if(this.negate)A="^(?!"+A+").*$";try{this.regexp=new RegExp(A,p)}catch(i){this.regexp=false}return this.regexp}match(i,c=this.partial){this.debug("match",i,this.pattern);if(this.comment)return false;if(this.empty)return i==="";if(i==="/"&&c)return true;const d=this.options;if(A.sep!=="/"){i=i.split(A.sep).join("/")}i=i.split(re);this.debug(this.pattern,"split",i);const p=this.set;this.debug(this.pattern,"set",p);let C;for(let c=i.length-1;c>=0;c--){C=i[c];if(C)break}for(let A=0;A<p.length;A++){const S=p[A];let v=i;if(d.matchBase&&S.length===1){v=[C]}const T=this.matchOne(v,S,c);if(T){if(d.flipNegate)return true;return!this.negate}}if(d.flipNegate)return false;return this.negate}static defaults(i){return p.defaults(i).Minimatch}}p.Minimatch=Minimatch},93058:(i,c,d)=>{
|
||
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
||
var p=d(20181);var A=p.Buffer;function copyProps(i,c){for(var d in i){c[d]=i[d]}}if(A.from&&A.alloc&&A.allocUnsafe&&A.allocUnsafeSlow){i.exports=p}else{copyProps(p,c);c.Buffer=SafeBuffer}function SafeBuffer(i,c,d){return A(i,c,d)}SafeBuffer.prototype=Object.create(A.prototype);copyProps(A,SafeBuffer);SafeBuffer.from=function(i,c,d){if(typeof i==="number"){throw new TypeError("Argument must not be a number")}return A(i,c,d)};SafeBuffer.alloc=function(i,c,d){if(typeof i!=="number"){throw new TypeError("Argument must be a number")}var p=A(i);if(c!==undefined){if(typeof d==="string"){p.fill(c,d)}else{p.fill(c)}}else{p.fill(0)}return p};SafeBuffer.allocUnsafe=function(i){if(typeof i!=="number"){throw new TypeError("Argument must be a number")}return A(i)};SafeBuffer.allocUnsafeSlow=function(i){if(typeof i!=="number"){throw new TypeError("Argument must be a number")}return p.SlowBuffer(i)}},64808:(i,c,d)=>{const p=d(43873);const A=d(3501);const C=d(61532);const S=d(79896);function parse(i,c){const d=i[0];let A;try{if(d===60||d==="<"){A=C.parse(i.toString())}else if(d===98){[A]=p.parseBuffer(i)}else if(c!=null){throw new Error(`Unable to determine format for '${c}'`)}else{throw new Error("Unable to determine format for plist aStringOrBuffer")}}catch(i){throw new Error(i)}return A}function readFileSync(i){const c=S.readFileSync(i);if(c.length===0){return{}}return parse(c,i)}function readFile(i,c){S.readFile(i,((d,p)=>{let A;if(d){c(d)}try{A=parse(p,i);c(null,A)}catch(i){c(i)}}))}function writeFileSync(i,c,d){const p=C.build(c);return S.writeFileSync(i,p,d)}function writeFile(i,c,d,p){if(arguments.length===3&&typeof d==="function"){S.writeFile(i,C.build(c),d)}else{S.writeFile(i,C.build(c),d,p)}}function writeBinaryFileSync(i,c,d){return S.writeFileSync(i,A(c),d)}function writeBinaryFile(i,c,d,p){if(arguments.length===3&&typeof d==="function"){S.writeFile(i,A(c),d)}else{S.writeFile(i,A(c),d,p)}}function stringify(i){return C.build(i)}i.exports={bplistCreator:A,bplistParser:p,parse:parse,plist:C,readFile:readFile,readFileSync:readFileSync,stringify:stringify,writeBinaryFile:writeBinaryFile,writeBinaryFileSync:writeBinaryFileSync,writeFile:writeFile,writeFileSync:writeFileSync}},92327:i=>{i.exports={DEFAULT_INITIAL_SIZE:8*1024,DEFAULT_INCREMENT_AMOUNT:8*1024,DEFAULT_FREQUENCY:1,DEFAULT_CHUNK_SIZE:1024}},8741:(i,c,d)=>{var p=d(2203),A=d(92327),C=d(39023);var S=i.exports=function(i){var c=this;p.Stream.call(this);i=i||{};var d=i.hasOwnProperty("frequency")?i.frequency:A.DEFAULT_FREQUENCY;var C=i.chunkSize||A.DEFAULT_CHUNK_SIZE;var S=i.initialSize||A.DEFAULT_INITIAL_SIZE;var v=i.incrementAmount||A.DEFAULT_INCREMENT_AMOUNT;var T=0;var _=new Buffer(S);var V=null;this.readable=true;this.writable=false;var sendData=function(){var i=Math.min(C,T);if(i>0){var d=null;if(V){d=_.toString(V,0,i)}else{d=new Buffer(i);_.copy(d,0,0,i)}c.emit("data",d);if(i<_.length)_.copy(_,0,i,T);T-=i}if(T===0&&!c.readable){c.emit("end");c.emit("close");if(sendData&&sendData.interval){clearInterval(sendData.interval);sendData.interval=null}}};this.size=function(){return T};this.maxSize=function(){return _.length};var increaseBufferIfNecessary=function(i){if(_.length-T<i){var c=Math.ceil((i-(_.length-T))/v);var d=new Buffer(_.length+v*c);_.copy(d,0,0,T);_=d}};this.put=function(i,p){if(!c.readable)return;var A=T===0;if(Buffer.isBuffer(i)){increaseBufferIfNecessary(i.length);i.copy(_,T,0);T+=i.length}else{i=i+"";var C=Buffer.byteLength(i);increaseBufferIfNecessary(C);_.write(i,T,p||"utf8");T+=C}if(A&&T>0){this.emit("readable")}if(!this.isPaused&&!d){while(T>0){sendData()}}};this.pause=function(){this.isPaused=true;if(sendData&&sendData.interval){clearInterval(sendData.interval);delete sendData.interval}};this.resume=function(){this.isPaused=false;if(sendData&&!sendData.interval&&d>0){sendData.interval=setInterval(sendData,d)}};this.destroy=function(){c.emit("end");if(sendData.interval)clearInterval(sendData.interval);sendData=null;c.readable=false;c.emit("close")};this.destroySoon=function(){c.readable=false;if(!sendData.interval){c.emit("end");c.emit("close")}};this.setEncoding=function(i){V=i};this.resume()};C.inherits(S,p.Stream)},95022:(i,c,d)=>{i.exports=d(92327);i.exports.ReadableStreamBuffer=d(8741);i.exports.WritableStreamBuffer=d(17173)},17173:(i,c,d)=>{var p=d(39023),A=d(2203),C=d(92327);var S=i.exports=function(i){var c=this;A.Stream.call(this);i=i||{};var d=i.initialSize||C.DEFAULT_INITIAL_SIZE;var p=i.incrementAmount||C.DEFAULT_INCREMENT_AMOUNT;var S=new Buffer(d);var v=0;this.writable=true;this.readable=false;this.size=function(){return v};this.maxSize=function(){return S.length};this.getContents=function(i){if(!v)return false;var c=new Buffer(Math.min(i||v,v));S.copy(c,0,0,c.length);if(c.length<v)S.copy(S,0,c.length);v-=c.length;return c};this.getContentsAsString=function(i,c){if(!v)return false;var d=S.toString(i||"utf8",0,Math.min(c||v,v));var p=Buffer.byteLength(d);if(p<v)S.copy(S,0,p);v-=p;return d};var increaseBufferIfNecessary=function(i){if(S.length-v<i){var c=Math.ceil((i-(S.length-v))/p);var d=new Buffer(S.length+p*c);S.copy(d,0,0,v);S=d}};this.write=function(i,d,p){if(!c.writable)return;if(Buffer.isBuffer(i)){increaseBufferIfNecessary(i.length);i.copy(S,v,0);v+=i.length}else{i=i+"";increaseBufferIfNecessary(Buffer.byteLength(i));S.write(i,v,d||"utf8");v+=Buffer.byteLength(i)}if(typeof p==="function"){p()}};this.end=function(){var i=Array.prototype.slice.apply(arguments);if(i.length)c.write.apply(c,i);c.emit("finish");c.destroy()};this.destroySoon=this.destroy=function(){c.writable=false;c.emit("close")}};p.inherits(S,A.Stream)},36204:(i,c,d)=>{const{EventEmitter:p}=d(29580);const A=new Error("Stream was destroyed");const C=new Error("Premature close");const S=d(83867);const v=d(97934);const T=typeof queueMicrotask==="undefined"?i=>global.process.nextTick(i):queueMicrotask;const _=(1<<29)-1;const V=1;const Z=2;const ee=4;const te=8;const re=_^V;const ne=_^Z;const ie=1<<4;const se=2<<4;const ae=4<<4;const oe=8<<4;const le=16<<4;const ce=32<<4;const de=64<<4;const ue=128<<4;const pe=256<<4;const Ae=512<<4;const fe=1024<<4;const he=2048<<4;const me=4096<<4;const ge=8192<<4;const ye=le|ce;const Ee=ie|me;const be=ae|ie;const Ce=pe|oe;const we=le|ge;const Ie=_^ie;const Be=_^ae;const Se=_^(ae|me);const ve=_^me;const Qe=_^le;const Ne=_^(oe|Ae);const Re=_^de;const Te=_^ye;const xe=_^he;const De=_^se;const _e=_^ge;const ke=_^we;const Pe=1<<18;const Oe=2<<18;const Le=4<<18;const Me=8<<18;const Fe=16<<18;const Ue=32<<18;const He=64<<18;const qe=128<<18;const ze=256<<18;const Ge=512<<18;const je=1024<<18;const Ve=_^(Pe|ze);const We=_^Le;const Ye=_^(Pe|Ge);const Je=_^Fe;const $e=_^Me;const Ke=_^qe;const Xe=_^Oe;const Ze=_^je;const ct=ie|Pe;const pt=_^ct;const At=fe|Ue;const ft=ee|te|Z;const mt=ft|V;const gt=ft|At;const yt=We&Be;const Et=qe|he;const bt=Et&pt;const Ct=mt|bt;const wt=mt|de|fe;const It=mt|fe|oe;const Bt=mt|de|oe;const St=mt|pe|oe|Ae;const vt=mt|ie|de|fe|me|ge;const Qt=ft|de|fe;const Nt=se|mt|he|ae;const Rt=he|V;const Tt=mt|Ge|Ue;const xt=Me|Fe;const Dt=Me|Pe;const _t=Me|Fe|mt|Pe;const kt=mt|Pe|Me|je;const Pt=Le|Pe;const Ot=Pe|ze;const Lt=mt|Ge|Dt|Ue;const Mt=Fe|ft|Ge|Ue;const Ft=Oe|mt|qe|Le;const Ut=Ge|Ue|ft;const Ht=Symbol.asyncIterator||Symbol("asyncIterator");class WritableState{constructor(i,{highWaterMark:c=16384,map:d=null,mapWritable:p,byteLength:A,byteLengthWritable:C}={}){this.stream=i;this.queue=new S;this.highWaterMark=c;this.buffered=0;this.error=null;this.pipeline=null;this.drains=null;this.byteLength=C||A||defaultByteLength;this.map=p||d;this.afterWrite=afterWrite.bind(this);this.afterUpdateNextTick=updateWriteNT.bind(this)}get ended(){return(this.stream._duplexState&Ue)!==0}push(i){if((this.stream._duplexState&Ut)!==0)return false;if(this.map!==null)i=this.map(i);this.buffered+=this.byteLength(i);this.queue.push(i);if(this.buffered<this.highWaterMark){this.stream._duplexState|=Me;return true}this.stream._duplexState|=xt;return false}shift(){const i=this.queue.shift();this.buffered-=this.byteLength(i);if(this.buffered===0)this.stream._duplexState&=$e;return i}end(i){if(typeof i==="function")this.stream.once("finish",i);else if(i!==undefined&&i!==null)this.push(i);this.stream._duplexState=(this.stream._duplexState|Ge)&We}autoBatch(i,c){const d=[];const p=this.stream;d.push(i);while((p._duplexState&kt)===Dt){d.push(p._writableState.shift())}if((p._duplexState&mt)!==0)return c(null);p._writev(d,c)}update(){const i=this.stream;i._duplexState|=Oe;do{while((i._duplexState&kt)===Me){const c=this.shift();i._duplexState|=Ot;i._write(c,this.afterWrite)}if((i._duplexState&Pt)===0)this.updateNonPrimary()}while(this.continueUpdate()===true);i._duplexState&=Xe}updateNonPrimary(){const i=this.stream;if((i._duplexState&Lt)===Ge){i._duplexState=i._duplexState|Pe;i._final(afterFinal.bind(this));return}if((i._duplexState&ft)===ee){if((i._duplexState&Et)===0){i._duplexState|=ct;i._destroy(afterDestroy.bind(this))}return}if((i._duplexState&Ct)===V){i._duplexState=(i._duplexState|ct)&re;i._open(afterOpen.bind(this))}}continueUpdate(){if((this.stream._duplexState&qe)===0)return false;this.stream._duplexState&=Ke;return true}updateCallback(){if((this.stream._duplexState&Ft)===Le)this.update();else this.updateNextTick()}updateNextTick(){if((this.stream._duplexState&qe)!==0)return;this.stream._duplexState|=qe;if((this.stream._duplexState&Oe)===0)T(this.afterUpdateNextTick)}}class ReadableState{constructor(i,{highWaterMark:c=16384,map:d=null,mapReadable:p,byteLength:A,byteLengthReadable:C}={}){this.stream=i;this.queue=new S;this.highWaterMark=c===0?1:c;this.buffered=0;this.readAhead=c>0;this.error=null;this.pipeline=null;this.byteLength=C||A||defaultByteLength;this.map=p||d;this.pipeTo=null;this.afterRead=afterRead.bind(this);this.afterUpdateNextTick=updateReadNT.bind(this)}get ended(){return(this.stream._duplexState&fe)!==0}pipe(i,c){if(this.pipeTo!==null)throw new Error("Can only pipe to one destination");if(typeof c!=="function")c=null;this.stream._duplexState|=ce;this.pipeTo=i;this.pipeline=new Pipeline(this.stream,i,c);if(c)this.stream.on("error",noop);if(isStreamx(i)){i._writableState.pipeline=this.pipeline;if(c)i.on("error",noop);i.on("finish",this.pipeline.finished.bind(this.pipeline))}else{const c=this.pipeline.done.bind(this.pipeline,i);const d=this.pipeline.done.bind(this.pipeline,i,null);i.on("error",c);i.on("close",d);i.on("finish",this.pipeline.finished.bind(this.pipeline))}i.on("drain",afterDrain.bind(this));this.stream.emit("piping",i);i.emit("pipe",this.stream)}push(i){const c=this.stream;if(i===null){this.highWaterMark=0;c._duplexState=(c._duplexState|de)&Se;return false}if(this.map!==null){i=this.map(i);if(i===null){c._duplexState&=ve;return this.buffered<this.highWaterMark}}this.buffered+=this.byteLength(i);this.queue.push(i);c._duplexState=(c._duplexState|oe)&ve;return this.buffered<this.highWaterMark}shift(){const i=this.queue.shift();this.buffered-=this.byteLength(i);if(this.buffered===0)this.stream._duplexState&=Ne;return i}unshift(i){const c=[this.map!==null?this.map(i):i];while(this.buffered>0)c.push(this.shift());for(let i=0;i<c.length-1;i++){const d=c[i];this.buffered+=this.byteLength(d);this.queue.push(d)}this.push(c[c.length-1])}read(){const i=this.stream;if((i._duplexState&It)===oe){const c=this.shift();if(this.pipeTo!==null&&this.pipeTo.write(c)===false)i._duplexState&=Te;if((i._duplexState&ue)!==0)i.emit("data",c);return c}if(this.readAhead===false){i._duplexState|=ge;this.updateNextTick()}return null}drain(){const i=this.stream;while((i._duplexState&It)===oe&&(i._duplexState&ye)!==0){const c=this.shift();if(this.pipeTo!==null&&this.pipeTo.write(c)===false)i._duplexState&=Te;if((i._duplexState&ue)!==0)i.emit("data",c)}}update(){const i=this.stream;i._duplexState|=se;do{this.drain();while(this.buffered<this.highWaterMark&&(i._duplexState&vt)===ge){i._duplexState|=Ee;i._read(this.afterRead);this.drain()}if((i._duplexState&St)===Ce){i._duplexState|=Ae;i.emit("readable")}if((i._duplexState&be)===0)this.updateNonPrimary()}while(this.continueUpdate()===true);i._duplexState&=De}updateNonPrimary(){const i=this.stream;if((i._duplexState&Bt)===de){i._duplexState=(i._duplexState|fe)ℜi.emit("end");if((i._duplexState>)===At)i._duplexState|=ee;if(this.pipeTo!==null)this.pipeTo.end()}if((i._duplexState&ft)===ee){if((i._duplexState&Et)===0){i._duplexState|=ct;i._destroy(afterDestroy.bind(this))}return}if((i._duplexState&Ct)===V){i._duplexState=(i._duplexState|ct)&re;i._open(afterOpen.bind(this))}}continueUpdate(){if((this.stream._duplexState&he)===0)return false;this.stream._duplexState&=xe;return true}updateCallback(){if((this.stream._duplexState&Nt)===ae)this.update();else this.updateNextTick()}updateNextTickIfOpen(){if((this.stream._duplexState&Rt)!==0)return;this.stream._duplexState|=he;if((this.stream._duplexState&se)===0)T(this.afterUpdateNextTick)}updateNextTick(){if((this.stream._duplexState&he)!==0)return;this.stream._duplexState|=he;if((this.stream._duplexState&se)===0)T(this.afterUpdateNextTick)}}class TransformState{constructor(i){this.data=null;this.afterTransform=afterTransform.bind(i);this.afterFinal=null}}class Pipeline{constructor(i,c,d){this.from=i;this.to=c;this.afterPipe=d;this.error=null;this.pipeToFinished=false}finished(){this.pipeToFinished=true}done(i,c){if(c)this.error=c;if(i===this.to){this.to=null;if(this.from!==null){if((this.from._duplexState&fe)===0||!this.pipeToFinished){this.from.destroy(this.error||new Error("Writable stream closed prematurely"))}return}}if(i===this.from){this.from=null;if(this.to!==null){if((i._duplexState&fe)===0){this.to.destroy(this.error||new Error("Readable stream closed before ending"))}return}}if(this.afterPipe!==null)this.afterPipe(this.error);this.to=this.from=this.afterPipe=null}}function afterDrain(){this.stream._duplexState|=ce;this.updateCallback()}function afterFinal(i){const c=this.stream;if(i)c.destroy(i);if((c._duplexState&ft)===0){c._duplexState|=Ue;c.emit("finish")}if((c._duplexState>)===At){c._duplexState|=ee}c._duplexState&=Ye;if((c._duplexState&Oe)===0)this.update();else this.updateNextTick()}function afterDestroy(i){const c=this.stream;if(!i&&this.error!==A)i=this.error;if(i)c.emit("error",i);c._duplexState|=te;c.emit("close");const d=c._readableState;const p=c._writableState;if(d!==null&&d.pipeline!==null)d.pipeline.done(c,i);if(p!==null){while(p.drains!==null&&p.drains.length>0)p.drains.shift().resolve(false);if(p.pipeline!==null)p.pipeline.done(c,i)}}function afterWrite(i){const c=this.stream;if(i)c.destroy(i);c._duplexState&=Ve;if(this.drains!==null)tickDrains(this.drains);if((c._duplexState&_t)===Fe){c._duplexState&=Je;if((c._duplexState&He)===He){c.emit("drain")}}this.updateCallback()}function afterRead(i){if(i)this.stream.destroy(i);this.stream._duplexState&=Ie;if(this.readAhead===false&&(this.stream._duplexState&le)===0)this.stream._duplexState&=_e;this.updateCallback()}function updateReadNT(){if((this.stream._duplexState&se)===0){this.stream._duplexState&=xe;this.update()}}function updateWriteNT(){if((this.stream._duplexState&Oe)===0){this.stream._duplexState&=Ke;this.update()}}function tickDrains(i){for(let c=0;c<i.length;c++){if(--i[c].writes===0){i.shift().resolve(true);c--}}}function afterOpen(i){const c=this.stream;if(i)c.destroy(i);if((c._duplexState&ee)===0){if((c._duplexState&wt)===0)c._duplexState|=ae;if((c._duplexState&Tt)===0)c._duplexState|=Le;c.emit("open")}c._duplexState&=pt;if(c._writableState!==null){c._writableState.updateCallback()}if(c._readableState!==null){c._readableState.updateCallback()}}function afterTransform(i,c){if(c!==undefined&&c!==null)this.push(c);this._writableState.afterWrite(i)}function newListener(i){if(this._readableState!==null){if(i==="data"){this._duplexState|=ue|we;this._readableState.updateNextTick()}if(i==="readable"){this._duplexState|=pe;this._readableState.updateNextTick()}}if(this._writableState!==null){if(i==="drain"){this._duplexState|=He;this._writableState.updateNextTick()}}}class Stream extends p{constructor(i){super();this._duplexState=0;this._readableState=null;this._writableState=null;if(i){if(i.open)this._open=i.open;if(i.destroy)this._destroy=i.destroy;if(i.predestroy)this._predestroy=i.predestroy;if(i.signal){i.signal.addEventListener("abort",abort.bind(this))}}this.on("newListener",newListener)}_open(i){i(null)}_destroy(i){i(null)}_predestroy(){}get readable(){return this._readableState!==null?true:undefined}get writable(){return this._writableState!==null?true:undefined}get destroyed(){return(this._duplexState&te)!==0}get destroying(){return(this._duplexState&ft)!==0}destroy(i){if((this._duplexState&ft)===0){if(!i)i=A;this._duplexState=(this._duplexState|ee)&yt;if(this._readableState!==null){this._readableState.highWaterMark=0;this._readableState.error=i}if(this._writableState!==null){this._writableState.highWaterMark=0;this._writableState.error=i}this._duplexState|=Z;this._predestroy();this._duplexState&=ne;if(this._readableState!==null)this._readableState.updateNextTick();if(this._writableState!==null)this._writableState.updateNextTick()}}}class Readable extends Stream{constructor(i){super(i);this._duplexState|=V|Ue|ge;this._readableState=new ReadableState(this,i);if(i){if(this._readableState.readAhead===false)this._duplexState&=_e;if(i.read)this._read=i.read;if(i.eagerOpen)this._readableState.updateNextTick();if(i.encoding)this.setEncoding(i.encoding)}}setEncoding(i){const c=new v(i);const d=this._readableState.map||echo;this._readableState.map=mapOrSkip;return this;function mapOrSkip(i){const p=c.push(i);return p===""&&(i.byteLength!==0||c.remaining>0)?null:d(p)}}_read(i){i(null)}pipe(i,c){this._readableState.updateNextTick();this._readableState.pipe(i,c);return i}read(){this._readableState.updateNextTick();return this._readableState.read()}push(i){this._readableState.updateNextTickIfOpen();return this._readableState.push(i)}unshift(i){this._readableState.updateNextTickIfOpen();return this._readableState.unshift(i)}resume(){this._duplexState|=we;this._readableState.updateNextTick();return this}pause(){this._duplexState&=this._readableState.readAhead===false?ke:Qe;return this}static _fromAsyncIterator(i,c){let d;const p=new Readable({...c,read(c){i.next().then(push).then(c.bind(null,null)).catch(c)},predestroy(){d=i.return()},destroy(i){if(!d)return i(null);d.then(i.bind(null,null)).catch(i)}});return p;function push(i){if(i.done)p.push(null);else p.push(i.value)}}static from(i,c){if(isReadStreamx(i))return i;if(i[Ht])return this._fromAsyncIterator(i[Ht](),c);if(!Array.isArray(i))i=i===undefined?[]:[i];let d=0;return new Readable({...c,read(c){this.push(d===i.length?null:i[d++]);c(null)}})}static isBackpressured(i){return(i._duplexState&Qt)!==0||i._readableState.buffered>=i._readableState.highWaterMark}static isPaused(i){return(i._duplexState&le)===0}[Ht](){const i=this;let c=null;let d=null;let p=null;this.on("error",(i=>{c=i}));this.on("readable",onreadable);this.on("close",onclose);return{[Ht](){return this},next(){return new Promise((function(c,A){d=c;p=A;const C=i.read();if(C!==null)ondata(C);else if((i._duplexState&te)!==0)ondata(null)}))},return(){return destroy(null)},throw(i){return destroy(i)}};function onreadable(){if(d!==null)ondata(i.read())}function onclose(){if(d!==null)ondata(null)}function ondata(C){if(p===null)return;if(c)p(c);else if(C===null&&(i._duplexState&fe)===0)p(A);else d({value:C,done:C===null});p=d=null}function destroy(c){i.destroy(c);return new Promise(((d,p)=>{if(i._duplexState&te)return d({value:undefined,done:true});i.once("close",(function(){if(c)p(c);else d({value:undefined,done:true})}))}))}}}class Writable extends Stream{constructor(i){super(i);this._duplexState|=V|fe;this._writableState=new WritableState(this,i);if(i){if(i.writev)this._writev=i.writev;if(i.write)this._write=i.write;if(i.final)this._final=i.final;if(i.eagerOpen)this._writableState.updateNextTick()}}cork(){this._duplexState|=je}uncork(){this._duplexState&=Ze;this._writableState.updateNextTick()}_writev(i,c){c(null)}_write(i,c){this._writableState.autoBatch(i,c)}_final(i){i(null)}static isBackpressured(i){return(i._duplexState&Mt)!==0}static drained(i){if(i.destroyed)return Promise.resolve(false);const c=i._writableState;const d=isWritev(i)?Math.min(1,c.queue.length):c.queue.length;const p=d+(i._duplexState&ze?1:0);if(p===0)return Promise.resolve(true);if(c.drains===null)c.drains=[];return new Promise((i=>{c.drains.push({writes:p,resolve:i})}))}write(i){this._writableState.updateNextTick();return this._writableState.push(i)}end(i){this._writableState.updateNextTick();this._writableState.end(i);return this}}class Duplex extends Readable{constructor(i){super(i);this._duplexState=V|this._duplexState≥this._writableState=new WritableState(this,i);if(i){if(i.writev)this._writev=i.writev;if(i.write)this._write=i.write;if(i.final)this._final=i.final}}cork(){this._duplexState|=je}uncork(){this._duplexState&=Ze;this._writableState.updateNextTick()}_writev(i,c){c(null)}_write(i,c){this._writableState.autoBatch(i,c)}_final(i){i(null)}write(i){this._writableState.updateNextTick();return this._writableState.push(i)}end(i){this._writableState.updateNextTick();this._writableState.end(i);return this}}class Transform extends Duplex{constructor(i){super(i);this._transformState=new TransformState(this);if(i){if(i.transform)this._transform=i.transform;if(i.flush)this._flush=i.flush}}_write(i,c){if(this._readableState.buffered>=this._readableState.highWaterMark){this._transformState.data=i}else{this._transform(i,this._transformState.afterTransform)}}_read(i){if(this._transformState.data!==null){const c=this._transformState.data;this._transformState.data=null;i(null);this._transform(c,this._transformState.afterTransform)}else{i(null)}}destroy(i){super.destroy(i);if(this._transformState.data!==null){this._transformState.data=null;this._transformState.afterTransform()}}_transform(i,c){c(null,i)}_flush(i){i(null)}_final(i){this._transformState.afterFinal=i;this._flush(transformAfterFlush.bind(this))}}class PassThrough extends Transform{}function transformAfterFlush(i,c){const d=this._transformState.afterFinal;if(i)return d(i);if(c!==null&&c!==undefined)this.push(c);this.push(null);d(null)}function pipelinePromise(...i){return new Promise(((c,d)=>pipeline(...i,(i=>{if(i)return d(i);c()}))))}function pipeline(i,...c){const d=Array.isArray(i)?[...i,...c]:[i,...c];const p=d.length&&typeof d[d.length-1]==="function"?d.pop():null;if(d.length<2)throw new Error("Pipeline requires at least 2 streams");let A=d[0];let S=null;let v=null;for(let i=1;i<d.length;i++){S=d[i];if(isStreamx(A)){A.pipe(S,onerror)}else{errorHandle(A,true,i>1,onerror);A.pipe(S)}A=S}if(p){let i=false;const c=isStreamx(S)||!!(S._writableState&&S._writableState.autoDestroy);S.on("error",(i=>{if(v===null)v=i}));S.on("finish",(()=>{i=true;if(!c)p(v)}));if(c){S.on("close",(()=>p(v||(i?null:C))))}}return S;function errorHandle(i,c,d,p){i.on("error",p);i.on("close",onclose);function onclose(){if(c&&i._readableState&&!i._readableState.ended)return p(C);if(d&&i._writableState&&!i._writableState.ended)return p(C)}}function onerror(i){if(!i||v)return;v=i;for(const c of d){c.destroy(i)}}}function echo(i){return i}function isStream(i){return!!i._readableState||!!i._writableState}function isStreamx(i){return typeof i._duplexState==="number"&&isStream(i)}function isEnded(i){return!!i._readableState&&i._readableState.ended}function isFinished(i){return!!i._writableState&&i._writableState.ended}function getStreamError(i,c={}){const d=i._readableState&&i._readableState.error||i._writableState&&i._writableState.error;return!c.all&&d===A?null:d}function isReadStreamx(i){return isStreamx(i)&&i.readable}function isDisturbed(i){return(i._duplexState&V)!==V||(i._duplexState&Et)!==0}function isTypedArray(i){return typeof i==="object"&&i!==null&&typeof i.byteLength==="number"}function defaultByteLength(i){return isTypedArray(i)?i.byteLength:1024}function noop(){}function abort(){this.destroy(new Error("Stream aborted."))}function isWritev(i){return i._writev!==Writable.prototype._writev&&i._writev!==Duplex.prototype._writev}i.exports={pipeline:pipeline,pipelinePromise:pipelinePromise,isStream:isStream,isStreamx:isStreamx,isEnded:isEnded,isFinished:isFinished,isDisturbed:isDisturbed,getStreamError:getStreamError,Stream:Stream,Writable:Writable,Readable:Readable,Duplex:Duplex,Transform:Transform,PassThrough:PassThrough}},80634:(i,c,d)=>{"use strict";var p=d(93058).Buffer;var A=p.isEncoding||function(i){i=""+i;switch(i&&i.toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":case"raw":return true;default:return false}};function _normalizeEncoding(i){if(!i)return"utf8";var c;while(true){switch(i){case"utf8":case"utf-8":return"utf8";case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return"utf16le";case"latin1":case"binary":return"latin1";case"base64":case"ascii":case"hex":return i;default:if(c)return;i=(""+i).toLowerCase();c=true}}}function normalizeEncoding(i){var c=_normalizeEncoding(i);if(typeof c!=="string"&&(p.isEncoding===A||!A(i)))throw new Error("Unknown encoding: "+i);return c||i}c.StringDecoder=StringDecoder;function StringDecoder(i){this.encoding=normalizeEncoding(i);var c;switch(this.encoding){case"utf16le":this.text=utf16Text;this.end=utf16End;c=4;break;case"utf8":this.fillLast=utf8FillLast;c=4;break;case"base64":this.text=base64Text;this.end=base64End;c=3;break;default:this.write=simpleWrite;this.end=simpleEnd;return}this.lastNeed=0;this.lastTotal=0;this.lastChar=p.allocUnsafe(c)}StringDecoder.prototype.write=function(i){if(i.length===0)return"";var c;var d;if(this.lastNeed){c=this.fillLast(i);if(c===undefined)return"";d=this.lastNeed;this.lastNeed=0}else{d=0}if(d<i.length)return c?c+this.text(i,d):this.text(i,d);return c||""};StringDecoder.prototype.end=utf8End;StringDecoder.prototype.text=utf8Text;StringDecoder.prototype.fillLast=function(i){if(this.lastNeed<=i.length){i.copy(this.lastChar,this.lastTotal-this.lastNeed,0,this.lastNeed);return this.lastChar.toString(this.encoding,0,this.lastTotal)}i.copy(this.lastChar,this.lastTotal-this.lastNeed,0,i.length);this.lastNeed-=i.length};function utf8CheckByte(i){if(i<=127)return 0;else if(i>>5===6)return 2;else if(i>>4===14)return 3;else if(i>>3===30)return 4;return i>>6===2?-1:-2}function utf8CheckIncomplete(i,c,d){var p=c.length-1;if(p<d)return 0;var A=utf8CheckByte(c[p]);if(A>=0){if(A>0)i.lastNeed=A-1;return A}if(--p<d||A===-2)return 0;A=utf8CheckByte(c[p]);if(A>=0){if(A>0)i.lastNeed=A-2;return A}if(--p<d||A===-2)return 0;A=utf8CheckByte(c[p]);if(A>=0){if(A>0){if(A===2)A=0;else i.lastNeed=A-3}return A}return 0}function utf8CheckExtraBytes(i,c,d){if((c[0]&192)!==128){i.lastNeed=0;return"<22>"}if(i.lastNeed>1&&c.length>1){if((c[1]&192)!==128){i.lastNeed=1;return"<22>"}if(i.lastNeed>2&&c.length>2){if((c[2]&192)!==128){i.lastNeed=2;return"<22>"}}}}function utf8FillLast(i){var c=this.lastTotal-this.lastNeed;var d=utf8CheckExtraBytes(this,i,c);if(d!==undefined)return d;if(this.lastNeed<=i.length){i.copy(this.lastChar,c,0,this.lastNeed);return this.lastChar.toString(this.encoding,0,this.lastTotal)}i.copy(this.lastChar,c,0,i.length);this.lastNeed-=i.length}function utf8Text(i,c){var d=utf8CheckIncomplete(this,i,c);if(!this.lastNeed)return i.toString("utf8",c);this.lastTotal=d;var p=i.length-(d-this.lastNeed);i.copy(this.lastChar,0,p);return i.toString("utf8",c,p)}function utf8End(i){var c=i&&i.length?this.write(i):"";if(this.lastNeed)return c+"<22>";return c}function utf16Text(i,c){if((i.length-c)%2===0){var d=i.toString("utf16le",c);if(d){var p=d.charCodeAt(d.length-1);if(p>=55296&&p<=56319){this.lastNeed=2;this.lastTotal=4;this.lastChar[0]=i[i.length-2];this.lastChar[1]=i[i.length-1];return d.slice(0,-1)}}return d}this.lastNeed=1;this.lastTotal=2;this.lastChar[0]=i[i.length-1];return i.toString("utf16le",c,i.length-1)}function utf16End(i){var c=i&&i.length?this.write(i):"";if(this.lastNeed){var d=this.lastTotal-this.lastNeed;return c+this.lastChar.toString("utf16le",0,d)}return c}function base64Text(i,c){var d=(i.length-c)%3;if(d===0)return i.toString("base64",c);this.lastNeed=3-d;this.lastTotal=3;if(d===1){this.lastChar[0]=i[i.length-1]}else{this.lastChar[0]=i[i.length-2];this.lastChar[1]=i[i.length-1]}return i.toString("base64",c,i.length-d)}function base64End(i){var c=i&&i.length?this.write(i):"";if(this.lastNeed)return c+this.lastChar.toString("base64",0,3-this.lastNeed);return c}function simpleWrite(i){return i.toString(this.encoding)}function simpleEnd(i){return i&&i.length?this.write(i):""}},21450:(i,c,d)=>{"use strict";const p=d(70857);const A=d(52018);const C=d(83813);const{env:S}=process;let v;if(C("no-color")||C("no-colors")||C("color=false")||C("color=never")){v=0}else if(C("color")||C("colors")||C("color=true")||C("color=always")){v=1}if("FORCE_COLOR"in S){if(S.FORCE_COLOR==="true"){v=1}else if(S.FORCE_COLOR==="false"){v=0}else{v=S.FORCE_COLOR.length===0?1:Math.min(parseInt(S.FORCE_COLOR,10),3)}}function translateLevel(i){if(i===0){return false}return{level:i,hasBasic:true,has256:i>=2,has16m:i>=3}}function supportsColor(i,c){if(v===0){return 0}if(C("color=16m")||C("color=full")||C("color=truecolor")){return 3}if(C("color=256")){return 2}if(i&&!c&&v===undefined){return 0}const d=v||0;if(S.TERM==="dumb"){return d}if(process.platform==="win32"){const i=p.release().split(".");if(Number(i[0])>=10&&Number(i[2])>=10586){return Number(i[2])>=14931?3:2}return 1}if("CI"in S){if(["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI","GITHUB_ACTIONS","BUILDKITE"].some((i=>i in S))||S.CI_NAME==="codeship"){return 1}return d}if("TEAMCITY_VERSION"in S){return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(S.TEAMCITY_VERSION)?1:0}if(S.COLORTERM==="truecolor"){return 3}if("TERM_PROGRAM"in S){const i=parseInt((S.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(S.TERM_PROGRAM){case"iTerm.app":return i>=3?3:2;case"Apple_Terminal":return 2}}if(/-256(color)?$/i.test(S.TERM)){return 2}if(/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(S.TERM)){return 1}if("COLORTERM"in S){return 1}return d}function getSupportLevel(i){const c=supportsColor(i,i&&i.isTTY);return translateLevel(c)}i.exports={supportsColor:getSupportLevel,stdout:translateLevel(supportsColor(true,A.isatty(1))),stderr:translateLevel(supportsColor(true,A.isatty(2)))}},20775:(i,c,d)=>{const p={S_IFMT:61440,S_IFDIR:16384,S_IFCHR:8192,S_IFBLK:24576,S_IFIFO:4096,S_IFLNK:40960};try{i.exports=d(79896).constants||p}catch{i.exports=p}},35763:(i,c,d)=>{const{Writable:p,Readable:A,getStreamError:C}=d(36204);const S=d(83867);const v=d(73057);const T=d(88428);const _=v.alloc(0);class BufferList{constructor(){this.buffered=0;this.shifted=0;this.queue=new S;this._offset=0}push(i){this.buffered+=i.byteLength;this.queue.push(i)}shiftFirst(i){return this._buffered===0?null:this._next(i)}shift(i){if(i>this.buffered)return null;if(i===0)return _;let c=this._next(i);if(i===c.byteLength)return c;const d=[c];while((i-=c.byteLength)>0){c=this._next(i);d.push(c)}return v.concat(d)}_next(i){const c=this.queue.peek();const d=c.byteLength-this._offset;if(i>=d){const i=this._offset?c.subarray(this._offset,c.byteLength):c;this.queue.shift();this._offset=0;this.buffered-=d;this.shifted+=d;return i}this.buffered-=i;this.shifted+=i;return c.subarray(this._offset,this._offset+=i)}}class Source extends A{constructor(i,c,d){super();this.header=c;this.offset=d;this._parent=i}_read(i){if(this.header.size===0){this.push(null)}if(this._parent._stream===this){this._parent._update()}i(null)}_predestroy(){this._parent.destroy(C(this))}_detach(){if(this._parent._stream===this){this._parent._stream=null;this._parent._missing=overflow(this.header.size);this._parent._update()}}_destroy(i){this._detach();i(null)}}class Extract extends p{constructor(i){super(i);if(!i)i={};this._buffer=new BufferList;this._offset=0;this._header=null;this._stream=null;this._missing=0;this._longHeader=false;this._callback=noop;this._locked=false;this._finished=false;this._pax=null;this._paxGlobal=null;this._gnuLongPath=null;this._gnuLongLinkPath=null;this._filenameEncoding=i.filenameEncoding||"utf-8";this._allowUnknownFormat=!!i.allowUnknownFormat;this._unlockBound=this._unlock.bind(this)}_unlock(i){this._locked=false;if(i){this.destroy(i);this._continueWrite(i);return}this._update()}_consumeHeader(){if(this._locked)return false;this._offset=this._buffer.shifted;try{this._header=T.decode(this._buffer.shift(512),this._filenameEncoding,this._allowUnknownFormat)}catch(i){this._continueWrite(i);return false}if(!this._header)return true;switch(this._header.type){case"gnu-long-path":case"gnu-long-link-path":case"pax-global-header":case"pax-header":this._longHeader=true;this._missing=this._header.size;return true}this._locked=true;this._applyLongHeaders();if(this._header.size===0||this._header.type==="directory"){this.emit("entry",this._header,this._createStream(),this._unlockBound);return true}this._stream=this._createStream();this._missing=this._header.size;this.emit("entry",this._header,this._stream,this._unlockBound);return true}_applyLongHeaders(){if(this._gnuLongPath){this._header.name=this._gnuLongPath;this._gnuLongPath=null}if(this._gnuLongLinkPath){this._header.linkname=this._gnuLongLinkPath;this._gnuLongLinkPath=null}if(this._pax){if(this._pax.path)this._header.name=this._pax.path;if(this._pax.linkpath)this._header.linkname=this._pax.linkpath;if(this._pax.size)this._header.size=parseInt(this._pax.size,10);this._header.pax=this._pax;this._pax=null}}_decodeLongHeader(i){switch(this._header.type){case"gnu-long-path":this._gnuLongPath=T.decodeLongPath(i,this._filenameEncoding);break;case"gnu-long-link-path":this._gnuLongLinkPath=T.decodeLongPath(i,this._filenameEncoding);break;case"pax-global-header":this._paxGlobal=T.decodePax(i);break;case"pax-header":this._pax=this._paxGlobal===null?T.decodePax(i):Object.assign({},this._paxGlobal,T.decodePax(i));break}}_consumeLongHeader(){this._longHeader=false;this._missing=overflow(this._header.size);const i=this._buffer.shift(this._header.size);try{this._decodeLongHeader(i)}catch(i){this._continueWrite(i);return false}return true}_consumeStream(){const i=this._buffer.shiftFirst(this._missing);if(i===null)return false;this._missing-=i.byteLength;const c=this._stream.push(i);if(this._missing===0){this._stream.push(null);if(c)this._stream._detach();return c&&this._locked===false}return c}_createStream(){return new Source(this,this._header,this._offset)}_update(){while(this._buffer.buffered>0&&!this.destroying){if(this._missing>0){if(this._stream!==null){if(this._consumeStream()===false)return;continue}if(this._longHeader===true){if(this._missing>this._buffer.buffered)break;if(this._consumeLongHeader()===false)return false;continue}const i=this._buffer.shiftFirst(this._missing);if(i!==null)this._missing-=i.byteLength;continue}if(this._buffer.buffered<512)break;if(this._stream!==null||this._consumeHeader()===false)return}this._continueWrite(null)}_continueWrite(i){const c=this._callback;this._callback=noop;c(i)}_write(i,c){this._callback=c;this._buffer.push(i);this._update()}_final(i){this._finished=this._missing===0&&this._buffer.buffered===0;i(this._finished?null:new Error("Unexpected end of data"))}_predestroy(){this._continueWrite(null)}_destroy(i){if(this._stream)this._stream.destroy(C(this));i(null)}[Symbol.asyncIterator](){let i=null;let c=null;let d=null;let p=null;let A=null;const C=this;this.on("entry",onentry);this.on("error",(c=>{i=c}));this.on("close",onclose);return{[Symbol.asyncIterator](){return this},next(){return new Promise(onnext)},return(){return destroy(null)},throw(i){return destroy(i)}};function consumeCallback(i){if(!A)return;const c=A;A=null;c(i)}function onnext(A,S){if(i){return S(i)}if(p){A({value:p,done:false});p=null;return}c=A;d=S;consumeCallback(null);if(C._finished&&c){c({value:undefined,done:true});c=d=null}}function onentry(i,C,S){A=S;C.on("error",noop);if(c){c({value:C,done:false});c=d=null}else{p=C}}function onclose(){consumeCallback(i);if(!c)return;if(i)d(i);else c({value:undefined,done:true});c=d=null}function destroy(i){C.destroy(i);consumeCallback(i);return new Promise(((c,d)=>{if(C.destroyed)return c({value:undefined,done:true});C.once("close",(function(){if(i)d(i);else c({value:undefined,done:true})}))}))}}}i.exports=function extract(i){return new Extract(i)};function noop(){}function overflow(i){i&=511;return i&&512-i}},88428:(i,c,d)=>{const p=d(73057);const A="0000000000000000000";const C="7777777777777777777";const S="0".charCodeAt(0);const v=p.from([117,115,116,97,114,0]);const T=p.from([S,S]);const _=p.from([117,115,116,97,114,32]);const V=p.from([32,0]);const Z=4095;const ee=257;const te=263;c.decodeLongPath=function decodeLongPath(i,c){return decodeStr(i,0,i.length,c)};c.encodePax=function encodePax(i){let c="";if(i.name)c+=addLength(" path="+i.name+"\n");if(i.linkname)c+=addLength(" linkpath="+i.linkname+"\n");const d=i.pax;if(d){for(const i in d){c+=addLength(" "+i+"="+d[i]+"\n")}}return p.from(c)};c.decodePax=function decodePax(i){const c={};while(i.length){let d=0;while(d<i.length&&i[d]!==32)d++;const A=parseInt(p.toString(i.subarray(0,d)),10);if(!A)return c;const C=p.toString(i.subarray(d+1,A-1));const S=C.indexOf("=");if(S===-1)return c;c[C.slice(0,S)]=C.slice(S+1);i=i.subarray(A)}return c};c.encode=function encode(i){const c=p.alloc(512);let d=i.name;let A="";if(i.typeflag===5&&d[d.length-1]!=="/")d+="/";if(p.byteLength(d)!==d.length)return null;while(p.byteLength(d)>100){const i=d.indexOf("/");if(i===-1)return null;A+=A?"/"+d.slice(0,i):d.slice(0,i);d=d.slice(i+1)}if(p.byteLength(d)>100||p.byteLength(A)>155)return null;if(i.linkname&&p.byteLength(i.linkname)>100)return null;p.write(c,d);p.write(c,encodeOct(i.mode&Z,6),100);p.write(c,encodeOct(i.uid,6),108);p.write(c,encodeOct(i.gid,6),116);encodeSize(i.size,c,124);p.write(c,encodeOct(i.mtime.getTime()/1e3|0,11),136);c[156]=S+toTypeflag(i.type);if(i.linkname)p.write(c,i.linkname,157);p.copy(v,c,ee);p.copy(T,c,te);if(i.uname)p.write(c,i.uname,265);if(i.gname)p.write(c,i.gname,297);p.write(c,encodeOct(i.devmajor||0,6),329);p.write(c,encodeOct(i.devminor||0,6),337);if(A)p.write(c,A,345);p.write(c,encodeOct(cksum(c),6),148);return c};c.decode=function decode(i,c,d){let p=i[156]===0?0:i[156]-S;let A=decodeStr(i,0,100,c);const C=decodeOct(i,100,8);const v=decodeOct(i,108,8);const T=decodeOct(i,116,8);const _=decodeOct(i,124,12);const V=decodeOct(i,136,12);const Z=toType(p);const ee=i[157]===0?null:decodeStr(i,157,100,c);const te=decodeStr(i,265,32);const re=decodeStr(i,297,32);const ne=decodeOct(i,329,8);const ie=decodeOct(i,337,8);const se=cksum(i);if(se===8*32)return null;if(se!==decodeOct(i,148,8))throw new Error("Invalid tar header. Maybe the tar is corrupted or it needs to be gunzipped?");if(isUSTAR(i)){if(i[345])A=decodeStr(i,345,155,c)+"/"+A}else if(isGNU(i)){}else{if(!d){throw new Error("Invalid tar header: unknown format.")}}if(p===0&&A&&A[A.length-1]==="/")p=5;return{name:A,mode:C,uid:v,gid:T,size:_,mtime:new Date(1e3*V),type:Z,linkname:ee,uname:te,gname:re,devmajor:ne,devminor:ie,pax:null}};function isUSTAR(i){return p.equals(v,i.subarray(ee,ee+6))}function isGNU(i){return p.equals(_,i.subarray(ee,ee+6))&&p.equals(V,i.subarray(te,te+2))}function clamp(i,c,d){if(typeof i!=="number")return d;i=~~i;if(i>=c)return c;if(i>=0)return i;i+=c;if(i>=0)return i;return 0}function toType(i){switch(i){case 0:return"file";case 1:return"link";case 2:return"symlink";case 3:return"character-device";case 4:return"block-device";case 5:return"directory";case 6:return"fifo";case 7:return"contiguous-file";case 72:return"pax-header";case 55:return"pax-global-header";case 27:return"gnu-long-link-path";case 28:case 30:return"gnu-long-path"}return null}function toTypeflag(i){switch(i){case"file":return 0;case"link":return 1;case"symlink":return 2;case"character-device":return 3;case"block-device":return 4;case"directory":return 5;case"fifo":return 6;case"contiguous-file":return 7;case"pax-header":return 72}return 0}function indexOf(i,c,d,p){for(;d<p;d++){if(i[d]===c)return d}return p}function cksum(i){let c=8*32;for(let d=0;d<148;d++)c+=i[d];for(let d=156;d<512;d++)c+=i[d];return c}function encodeOct(i,c){i=i.toString(8);if(i.length>c)return C.slice(0,c)+" ";return A.slice(0,c-i.length)+i+" "}function encodeSizeBin(i,c,d){c[d]=128;for(let p=11;p>0;p--){c[d+p]=i&255;i=Math.floor(i/256)}}function encodeSize(i,c,d){if(i.toString(8).length>11){encodeSizeBin(i,c,d)}else{p.write(c,encodeOct(i,11),d)}}function parse256(i){let c;if(i[0]===128)c=true;else if(i[0]===255)c=false;else return null;const d=[];let p;for(p=i.length-1;p>0;p--){const A=i[p];if(c)d.push(A);else d.push(255-A)}let A=0;const C=d.length;for(p=0;p<C;p++){A+=d[p]*Math.pow(256,p)}return c?A:-1*A}function decodeOct(i,c,d){i=i.subarray(c,c+d);c=0;if(i[c]&128){return parse256(i)}else{while(c<i.length&&i[c]===32)c++;const d=clamp(indexOf(i,32,c,i.length),i.length,i.length);while(c<d&&i[c]===0)c++;if(d===c)return 0;return parseInt(p.toString(i.subarray(c,d)),8)}}function decodeStr(i,c,d,A){return p.toString(i.subarray(c,indexOf(i,0,c,c+d)),A)}function addLength(i){const c=p.byteLength(i);let d=Math.floor(Math.log(c)/Math.log(10))+1;if(c+d>=Math.pow(10,d))d++;return c+d+i}},56118:(i,c,d)=>{c.extract=d(35763);c.pack=d(80861)},80861:(i,c,d)=>{const{Readable:p,Writable:A,getStreamError:C}=d(36204);const S=d(73057);const v=d(20775);const T=d(88428);const _=493;const V=420;const Z=S.alloc(1024);class Sink extends A{constructor(i,c,d){super({mapWritable:mapWritable,eagerOpen:true});this.written=0;this.header=c;this._callback=d;this._linkname=null;this._isLinkname=c.type==="symlink"&&!c.linkname;this._isVoid=c.type!=="file"&&c.type!=="contiguous-file";this._finished=false;this._pack=i;this._openCallback=null;if(this._pack._stream===null)this._pack._stream=this;else this._pack._pending.push(this)}_open(i){this._openCallback=i;if(this._pack._stream===this)this._continueOpen()}_continuePack(i){if(this._callback===null)return;const c=this._callback;this._callback=null;c(i)}_continueOpen(){if(this._pack._stream===null)this._pack._stream=this;const i=this._openCallback;this._openCallback=null;if(i===null)return;if(this._pack.destroying)return i(new Error("pack stream destroyed"));if(this._pack._finalized)return i(new Error("pack stream is already finalized"));this._pack._stream=this;if(!this._isLinkname){this._pack._encode(this.header)}if(this._isVoid){this._finish();this._continuePack(null)}i(null)}_write(i,c){if(this._isLinkname){this._linkname=this._linkname?S.concat([this._linkname,i]):i;return c(null)}if(this._isVoid){if(i.byteLength>0){return c(new Error("No body allowed for this entry"))}return c()}this.written+=i.byteLength;if(this._pack.push(i))return c();this._pack._drain=c}_finish(){if(this._finished)return;this._finished=true;if(this._isLinkname){this.header.linkname=this._linkname?S.toString(this._linkname,"utf-8"):"";this._pack._encode(this.header)}overflow(this._pack,this.header.size);this._pack._done(this)}_final(i){if(this.written!==this.header.size){return i(new Error("Size mismatch"))}this._finish();i(null)}_getError(){return C(this)||new Error("tar entry destroyed")}_predestroy(){this._pack.destroy(this._getError())}_destroy(i){this._pack._done(this);this._continuePack(this._finished?null:this._getError());i()}}class Pack extends p{constructor(i){super(i);this._drain=noop;this._finalized=false;this._finalizing=false;this._pending=[];this._stream=null}entry(i,c,d){if(this._finalized||this.destroying)throw new Error("already finalized or destroyed");if(typeof c==="function"){d=c;c=null}if(!d)d=noop;if(!i.size||i.type==="symlink")i.size=0;if(!i.type)i.type=modeToType(i.mode);if(!i.mode)i.mode=i.type==="directory"?_:V;if(!i.uid)i.uid=0;if(!i.gid)i.gid=0;if(!i.mtime)i.mtime=new Date;if(typeof c==="string")c=S.from(c);const p=new Sink(this,i,d);if(S.isBuffer(c)){i.size=c.byteLength;p.write(c);p.end();return p}if(p._isVoid){return p}return p}finalize(){if(this._stream||this._pending.length>0){this._finalizing=true;return}if(this._finalized)return;this._finalized=true;this.push(Z);this.push(null)}_done(i){if(i!==this._stream)return;this._stream=null;if(this._finalizing)this.finalize();if(this._pending.length)this._pending.shift()._continueOpen()}_encode(i){if(!i.pax){const c=T.encode(i);if(c){this.push(c);return}}this._encodePax(i)}_encodePax(i){const c=T.encodePax({name:i.name,linkname:i.linkname,pax:i.pax});const d={name:"PaxHeader",mode:i.mode,uid:i.uid,gid:i.gid,size:c.byteLength,mtime:i.mtime,type:"pax-header",linkname:i.linkname&&"PaxHeader",uname:i.uname,gname:i.gname,devmajor:i.devmajor,devminor:i.devminor};this.push(T.encode(d));this.push(c);overflow(this,c.byteLength);d.size=i.size;d.type=i.type;this.push(T.encode(d))}_doDrain(){const i=this._drain;this._drain=noop;i()}_predestroy(){const i=C(this);if(this._stream)this._stream.destroy(i);while(this._pending.length){const c=this._pending.shift();c.destroy(i);c._continueOpen()}this._doDrain()}_read(i){this._doDrain();i()}}i.exports=function pack(i){return new Pack(i)};function modeToType(i){switch(i&v.S_IFMT){case v.S_IFBLK:return"block-device";case v.S_IFCHR:return"character-device";case v.S_IFDIR:return"directory";case v.S_IFIFO:return"fifo";case v.S_IFLNK:return"symlink"}return"file"}function noop(){}function overflow(i,c){c&=511;if(c)i.push(Z.subarray(0,512-c))}function mapWritable(i){return S.isBuffer(i)?i:S.from(i)}},97934:(i,c,d)=>{const p=d(47256);const A=d(86414);i.exports=class TextDecoder{constructor(i="utf8"){this.encoding=normalizeEncoding(i);switch(this.encoding){case"utf8":this.decoder=new A;break;case"utf16le":case"base64":throw new Error("Unsupported encoding: "+this.encoding);default:this.decoder=new p(this.encoding)}}get remaining(){return this.decoder.remaining}push(i){if(typeof i==="string")return i;return this.decoder.decode(i)}write(i){return this.push(i)}end(i){let c="";if(i)c=this.push(i);c+=this.decoder.flush();return c}};function normalizeEncoding(i){i=i.toLowerCase();switch(i){case"utf8":case"utf-8":return"utf8";case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return"utf16le";case"latin1":case"binary":return"latin1";case"base64":case"ascii":case"hex":return i;default:throw new Error("Unknown encoding: "+i)}}},47256:(i,c,d)=>{const p=d(73057);i.exports=class PassThroughDecoder{constructor(i){this.encoding=i}get remaining(){return 0}decode(i){return p.toString(i,this.encoding)}flush(){return""}}},86414:(i,c,d)=>{const p=d(73057);i.exports=class UTF8Decoder{constructor(){this.codePoint=0;this.bytesSeen=0;this.bytesNeeded=0;this.lowerBoundary=128;this.upperBoundary=191}get remaining(){return this.bytesSeen}decode(i){if(this.bytesNeeded===0){let c=true;for(let d=Math.max(0,i.byteLength-4),p=i.byteLength;d<p&&c;d++){c=i[d]<=127}if(c)return p.toString(i,"utf8")}let c="";for(let d=0,p=i.byteLength;d<p;d++){const p=i[d];if(this.bytesNeeded===0){if(p<=127){c+=String.fromCharCode(p)}else{this.bytesSeen=1;if(p>=194&&p<=223){this.bytesNeeded=2;this.codePoint=p&31}else if(p>=224&&p<=239){if(p===224)this.lowerBoundary=160;else if(p===237)this.upperBoundary=159;this.bytesNeeded=3;this.codePoint=p&15}else if(p>=240&&p<=244){if(p===240)this.lowerBoundary=144;if(p===244)this.upperBoundary=143;this.bytesNeeded=4;this.codePoint=p&7}else{c+="<22>"}}continue}if(p<this.lowerBoundary||p>this.upperBoundary){this.codePoint=0;this.bytesNeeded=0;this.bytesSeen=0;this.lowerBoundary=128;this.upperBoundary=191;c+="<22>";continue}this.lowerBoundary=128;this.upperBoundary=191;this.codePoint=this.codePoint<<6|p&63;this.bytesSeen++;if(this.bytesSeen!==this.bytesNeeded)continue;c+=String.fromCodePoint(this.codePoint);this.codePoint=0;this.bytesNeeded=0;this.bytesSeen=0}return c}flush(){const i=this.bytesNeeded>0?"<22>":"";this.codePoint=0;this.bytesNeeded=0;this.bytesSeen=0;this.lowerBoundary=128;this.upperBoundary=191;return i}}},32277:(i,c,d)=>{var p=d(26260);var A=new Map([[0,65535],[65,97],[66,98],[67,99],[68,100],[69,101],[70,102],[71,103],[72,104],[73,105],[74,106],[75,107],[76,108],[77,109],[78,110],[79,111],[80,112],[81,113],[82,114],[83,115],[84,116],[85,117],[86,118],[87,119],[88,120],[89,121],[90,122],[198,230],[208,240],[216,248],[222,254],[272,273],[294,295],[306,307],[319,320],[321,322],[330,331],[338,339],[358,359],[385,595],[386,387],[388,389],[390,596],[391,392],[393,598],[394,599],[395,396],[398,477],[399,601],[400,603],[401,402],[403,608],[404,611],[406,617],[407,616],[408,409],[412,623],[413,626],[415,629],[418,419],[420,421],[423,424],[425,643],[428,429],[430,648],[433,650],[434,651],[435,436],[437,438],[439,658],[440,441],[444,445],[452,454],[453,454],[455,457],[456,457],[458,460],[459,460],[484,485],[497,499],[498,499],[913,945],[914,946],[915,947],[916,948],[917,949],[918,950],[919,951],[920,952],[921,953],[922,954],[923,955],[924,956],[925,957],[926,958],[927,959],[928,960],[929,961],[931,963],[932,964],[933,965],[934,966],[935,967],[936,968],[937,969],[994,995],[996,997],[998,999],[1e3,1001],[1002,1003],[1004,1005],[1006,1007],[1026,1106],[1028,1108],[1029,1109],[1030,1110],[1032,1112],[1033,1113],[1034,1114],[1035,1115],[1039,1119],[1040,1072],[1041,1073],[1042,1074],[1043,1075],[1044,1076],[1045,1077],[1046,1078],[1047,1079],[1048,1080],[1050,1082],[1051,1083],[1052,1084],[1053,1085],[1054,1086],[1055,1087],[1056,1088],[1057,1089],[1058,1090],[1059,1091],[1060,1092],[1061,1093],[1062,1094],[1063,1095],[1064,1096],[1065,1097],[1066,1098],[1067,1099],[1068,1100],[1069,1101],[1070,1102],[1071,1103],[1120,1121],[1122,1123],[1124,1125],[1126,1127],[1128,1129],[1130,1131],[1132,1133],[1134,1135],[1136,1137],[1138,1139],[1140,1141],[1144,1145],[1146,1147],[1148,1149],[1150,1151],[1152,1153],[1168,1169],[1170,1171],[1172,1173],[1174,1175],[1176,1177],[1178,1179],[1180,1181],[1182,1183],[1184,1185],[1186,1187],[1188,1189],[1190,1191],[1192,1193],[1194,1195],[1196,1197],[1198,1199],[1200,1201],[1202,1203],[1204,1205],[1206,1207],[1208,1209],[1210,1211],[1212,1213],[1214,1215],[1219,1220],[1223,1224],[1227,1228],[1329,1377],[1330,1378],[1331,1379],[1332,1380],[1333,1381],[1334,1382],[1335,1383],[1336,1384],[1337,1385],[1338,1386],[1339,1387],[1340,1388],[1341,1389],[1342,1390],[1343,1391],[1344,1392],[1345,1393],[1346,1394],[1347,1395],[1348,1396],[1349,1397],[1350,1398],[1351,1399],[1352,1400],[1353,1401],[1354,1402],[1355,1403],[1356,1404],[1357,1405],[1358,1406],[1359,1407],[1360,1408],[1361,1409],[1362,1410],[1363,1411],[1364,1412],[1365,1413],[1366,1414],[4256,4304],[4257,4305],[4258,4306],[4259,4307],[4260,4308],[4261,4309],[4262,4310],[4263,4311],[4264,4312],[4265,4313],[4266,4314],[4267,4315],[4268,4316],[4269,4317],[4270,4318],[4271,4319],[4272,4320],[4273,4321],[4274,4322],[4275,4323],[4276,4324],[4277,4325],[4278,4326],[4279,4327],[4280,4328],[4281,4329],[4282,4330],[4283,4331],[4284,4332],[4285,4333],[4286,4334],[4287,4335],[4288,4336],[4289,4337],[4290,4338],[4291,4339],[4292,4340],[4293,4341],[8204,0],[8205,0],[8206,0],[8207,0],[8234,0],[8235,0],[8236,0],[8237,0],[8238,0],[8298,0],[8299,0],[8300,0],[8301,0],[8302,0],[8303,0],[8544,16],[8545,16],[8546,16],[8547,16],[8548,16],[8549,16],[8550,16],[8551,16],[8552,16],[8553,16],[8554,16],[8555,16],[8556,16],[8557,16],[8558,16],[8559,16],[65279,0],[65313,32],[65314,32],[65315,32],[65316,32],[65317,32],[65318,32],[65319,32],[65320,32],[65321,32],[65322,32],[65323,32],[65324,32],[65325,32],[65326,32],[65327,32],[65328,32],[65329,32],[65330,32],[65331,32],[65332,32],[65333,32],[65334,32],[65335,32],[65336,32],[65337,32],[65338,32]]);function HFSPlusFastUnicodeCompare(i,c){var d,p,C;for(d=0;d<Math.min(i.length,c.length);d++){p=i.charCodeAt(d);C=c.charCodeAt(d);if(A.has(p)){p=A.get(p)}if(A.has(C)){C=A.get(C)}if(p!==C){return p-C}}if(i.length!==c.length){return i.length-c.length}return 0}c.compare=HFSPlusFastUnicodeCompare;c.normalize=p.nfd},1552:(i,c,d)=>{"use strict";var p=d(24876);var A=d(92472);var C={TRANSITIONAL:0,NONTRANSITIONAL:1};function normalize(i){return i.split("\0").map((function(i){return i.normalize("NFC")})).join("\0")}function findStatus(i){var c=0;var d=A.length-1;while(c<=d){var p=Math.floor((c+d)/2);var C=A[p];if(C[0][0]<=i&&C[0][1]>=i){return C}else if(C[0][0]>i){d=p-1}else{c=p+1}}return null}var S=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g;function countSymbols(i){return i.replace(S,"_").length}function mapChars(i,c,d){var p=false;var A="";var S=countSymbols(i);for(var v=0;v<S;++v){var T=i.codePointAt(v);var _=findStatus(T);switch(_[1]){case"disallowed":p=true;A+=String.fromCodePoint(T);break;case"ignored":break;case"mapped":A+=String.fromCodePoint.apply(String,_[2]);break;case"deviation":if(d===C.TRANSITIONAL){A+=String.fromCodePoint.apply(String,_[2])}else{A+=String.fromCodePoint(T)}break;case"valid":A+=String.fromCodePoint(T);break;case"disallowed_STD3_mapped":if(c){p=true;A+=String.fromCodePoint(T)}else{A+=String.fromCodePoint.apply(String,_[2])}break;case"disallowed_STD3_valid":if(c){p=true}A+=String.fromCodePoint(T);break}}return{string:A,error:p}}var v=/[\u0300-\u036F\u0483-\u0489\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u0610-\u061A\u064B-\u065F\u0670\u06D6-\u06DC\u06DF-\u06E4\u06E7\u06E8\u06EA-\u06ED\u0711\u0730-\u074A\u07A6-\u07B0\u07EB-\u07F3\u0816-\u0819\u081B-\u0823\u0825-\u0827\u0829-\u082D\u0859-\u085B\u08E4-\u0903\u093A-\u093C\u093E-\u094F\u0951-\u0957\u0962\u0963\u0981-\u0983\u09BC\u09BE-\u09C4\u09C7\u09C8\u09CB-\u09CD\u09D7\u09E2\u09E3\u0A01-\u0A03\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A70\u0A71\u0A75\u0A81-\u0A83\u0ABC\u0ABE-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AE2\u0AE3\u0B01-\u0B03\u0B3C\u0B3E-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B62\u0B63\u0B82\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD7\u0C00-\u0C03\u0C3E-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C62\u0C63\u0C81-\u0C83\u0CBC\u0CBE-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CE2\u0CE3\u0D01-\u0D03\u0D3E-\u0D44\u0D46-\u0D48\u0D4A-\u0D4D\u0D57\u0D62\u0D63\u0D82\u0D83\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DF2\u0DF3\u0E31\u0E34-\u0E3A\u0E47-\u0E4E\u0EB1\u0EB4-\u0EB9\u0EBB\u0EBC\u0EC8-\u0ECD\u0F18\u0F19\u0F35\u0F37\u0F39\u0F3E\u0F3F\u0F71-\u0F84\u0F86\u0F87\u0F8D-\u0F97\u0F99-\u0FBC\u0FC6\u102B-\u103E\u1056-\u1059\u105E-\u1060\u1062-\u1064\u1067-\u106D\u1071-\u1074\u1082-\u108D\u108F\u109A-\u109D\u135D-\u135F\u1712-\u1714\u1732-\u1734\u1752\u1753\u1772\u1773\u17B4-\u17D3\u17DD\u180B-\u180D\u18A9\u1920-\u192B\u1930-\u193B\u19B0-\u19C0\u19C8\u19C9\u1A17-\u1A1B\u1A55-\u1A5E\u1A60-\u1A7C\u1A7F\u1AB0-\u1ABE\u1B00-\u1B04\u1B34-\u1B44\u1B6B-\u1B73\u1B80-\u1B82\u1BA1-\u1BAD\u1BE6-\u1BF3\u1C24-\u1C37\u1CD0-\u1CD2\u1CD4-\u1CE8\u1CED\u1CF2-\u1CF4\u1CF8\u1CF9\u1DC0-\u1DF5\u1DFC-\u1DFF\u20D0-\u20F0\u2CEF-\u2CF1\u2D7F\u2DE0-\u2DFF\u302A-\u302F\u3099\u309A\uA66F-\uA672\uA674-\uA67D\uA69F\uA6F0\uA6F1\uA802\uA806\uA80B\uA823-\uA827\uA880\uA881\uA8B4-\uA8C4\uA8E0-\uA8F1\uA926-\uA92D\uA947-\uA953\uA980-\uA983\uA9B3-\uA9C0\uA9E5\uAA29-\uAA36\uAA43\uAA4C\uAA4D\uAA7B-\uAA7D\uAAB0\uAAB2-\uAAB4\uAAB7\uAAB8\uAABE\uAABF\uAAC1\uAAEB-\uAAEF\uAAF5\uAAF6\uABE3-\uABEA\uABEC\uABED\uFB1E\uFE00-\uFE0F\uFE20-\uFE2D]|\uD800[\uDDFD\uDEE0\uDF76-\uDF7A]|\uD802[\uDE01-\uDE03\uDE05\uDE06\uDE0C-\uDE0F\uDE38-\uDE3A\uDE3F\uDEE5\uDEE6]|\uD804[\uDC00-\uDC02\uDC38-\uDC46\uDC7F-\uDC82\uDCB0-\uDCBA\uDD00-\uDD02\uDD27-\uDD34\uDD73\uDD80-\uDD82\uDDB3-\uDDC0\uDE2C-\uDE37\uDEDF-\uDEEA\uDF01-\uDF03\uDF3C\uDF3E-\uDF44\uDF47\uDF48\uDF4B-\uDF4D\uDF57\uDF62\uDF63\uDF66-\uDF6C\uDF70-\uDF74]|\uD805[\uDCB0-\uDCC3\uDDAF-\uDDB5\uDDB8-\uDDC0\uDE30-\uDE40\uDEAB-\uDEB7]|\uD81A[\uDEF0-\uDEF4\uDF30-\uDF36]|\uD81B[\uDF51-\uDF7E\uDF8F-\uDF92]|\uD82F[\uDC9D\uDC9E]|\uD834[\uDD65-\uDD69\uDD6D-\uDD72\uDD7B-\uDD82\uDD85-\uDD8B\uDDAA-\uDDAD\uDE42-\uDE44]|\uD83A[\uDCD0-\uDCD6]|\uDB40[\uDD00-\uDDEF]/;function validateLabel(i,c){if(i.substr(0,4)==="xn--"){i=p.toUnicode(i);c=C.NONTRANSITIONAL}var d=false;if(normalize(i)!==i||i[3]==="-"&&i[4]==="-"||i[0]==="-"||i[i.length-1]==="-"||i.indexOf(".")!==-1||i.search(v)===0){d=true}var A=countSymbols(i);for(var S=0;S<A;++S){var T=findStatus(i.codePointAt(S));if(processing===C.TRANSITIONAL&&T[1]!=="valid"||processing===C.NONTRANSITIONAL&&T[1]!=="valid"&&T[1]!=="deviation"){d=true;break}}return{label:i,error:d}}function processing(i,c,d){var p=mapChars(i,c,d);p.string=normalize(p.string);var A=p.string.split(".");for(var C=0;C<A.length;++C){try{var S=validateLabel(A[C]);A[C]=S.label;p.error=p.error||S.error}catch(i){p.error=true}}return{string:A.join("."),error:p.error}}i.exports.toASCII=function(i,c,d,A){var C=processing(i,c,d);var S=C.string.split(".");S=S.map((function(i){try{return p.toASCII(i)}catch(c){C.error=true;return i}}));if(A){var v=S.slice(0,S.length-1).join(".").length;if(v.length>253||v.length===0){C.error=true}for(var T=0;T<S.length;++T){if(S.length>63||S.length===0){C.error=true;break}}}if(C.error)return null;return S.join(".")};i.exports.toUnicode=function(i,c){var d=processing(i,c,C.NONTRANSITIONAL);return{domain:d.string,error:d.error}};i.exports.PROCESSING_OPTIONS=C},62958:i=>{i.exports=Traverse;function Traverse(i){if(!(this instanceof Traverse))return new Traverse(i);this.value=i}Traverse.prototype.get=function(i){var c=this.value;for(var d=0;d<i.length;d++){var p=i[d];if(!Object.hasOwnProperty.call(c,p)){c=undefined;break}c=c[p]}return c};Traverse.prototype.set=function(i,c){var d=this.value;for(var p=0;p<i.length-1;p++){var A=i[p];if(!Object.hasOwnProperty.call(d,A))d[A]={};d=d[A]}d[i[p]]=c;return c};Traverse.prototype.map=function(i){return walk(this.value,i,true)};Traverse.prototype.forEach=function(i){this.value=walk(this.value,i,false);return this.value};Traverse.prototype.reduce=function(i,c){var d=arguments.length===1;var p=d?this.value:c;this.forEach((function(c){if(!this.isRoot||!d){p=i.call(this,p,c)}}));return p};Traverse.prototype.deepEqual=function(i){if(arguments.length!==1){throw new Error("deepEqual requires exactly one object to compare against")}var c=true;var d=i;this.forEach((function(p){var A=function(){c=false;return undefined}.bind(this);if(!this.isRoot){if(typeof d!=="object")return A();d=d[this.key]}var C=d;this.post((function(){d=C}));var toS=function(i){return Object.prototype.toString.call(i)};if(this.circular){if(Traverse(i).get(this.circular.path)!==C)A()}else if(typeof C!==typeof p){A()}else if(C===null||p===null||C===undefined||p===undefined){if(C!==p)A()}else if(C.__proto__!==p.__proto__){A()}else if(C===p){}else if(typeof C==="function"){if(C instanceof RegExp){if(C.toString()!=p.toString())A()}else if(C!==p)A()}else if(typeof C==="object"){if(toS(p)==="[object Arguments]"||toS(C)==="[object Arguments]"){if(toS(C)!==toS(p)){A()}}else if(C instanceof Date||p instanceof Date){if(!(C instanceof Date)||!(p instanceof Date)||C.getTime()!==p.getTime()){A()}}else{var S=Object.keys(C);var v=Object.keys(p);if(S.length!==v.length)return A();for(var T=0;T<S.length;T++){var _=S[T];if(!Object.hasOwnProperty.call(p,_)){A()}}}}}));return c};Traverse.prototype.paths=function(){var i=[];this.forEach((function(c){i.push(this.path)}));return i};Traverse.prototype.nodes=function(){var i=[];this.forEach((function(c){i.push(this.node)}));return i};Traverse.prototype.clone=function(){var i=[],c=[];return function clone(d){for(var p=0;p<i.length;p++){if(i[p]===d){return c[p]}}if(typeof d==="object"&&d!==null){var A=copy(d);i.push(d);c.push(A);Object.keys(d).forEach((function(i){A[i]=clone(d[i])}));i.pop();c.pop();return A}else{return d}}(this.value)};function walk(i,c,d){var p=[];var A=[];var C=true;return function walker(i){var S=d?copy(i):i;var v={};var T={node:S,node_:i,path:[].concat(p),parent:A.slice(-1)[0],key:p.slice(-1)[0],isRoot:p.length===0,level:p.length,circular:null,update:function(i){if(!T.isRoot){T.parent.node[T.key]=i}T.node=i},delete:function(){delete T.parent.node[T.key]},remove:function(){if(Array.isArray(T.parent.node)){T.parent.node.splice(T.key,1)}else{delete T.parent.node[T.key]}},before:function(i){v.before=i},after:function(i){v.after=i},pre:function(i){v.pre=i},post:function(i){v.post=i},stop:function(){C=false}};if(!C)return T;if(typeof S==="object"&&S!==null){T.isLeaf=Object.keys(S).length==0;for(var _=0;_<A.length;_++){if(A[_].node_===i){T.circular=A[_];break}}}else{T.isLeaf=true}T.notLeaf=!T.isLeaf;T.notRoot=!T.isRoot;var V=c.call(T,T.node);if(V!==undefined&&T.update)T.update(V);if(v.before)v.before.call(T,T.node);if(typeof T.node=="object"&&T.node!==null&&!T.circular){A.push(T);var Z=Object.keys(T.node);Z.forEach((function(i,c){p.push(i);if(v.pre)v.pre.call(T,T.node[i],i);var A=walker(T.node[i]);if(d&&Object.hasOwnProperty.call(T.node,i)){T.node[i]=A.node}A.isLast=c==Z.length-1;A.isFirst=c==0;if(v.post)v.post.call(T,A);p.pop()}));A.pop()}if(v.after)v.after.call(T,T.node);return T}(i).node}Object.keys(Traverse.prototype).forEach((function(i){Traverse[i]=function(c){var d=[].slice.call(arguments,1);var p=Traverse(c);return p[i].apply(p,d)}}));function copy(i){if(typeof i==="object"&&i!==null){var c;if(Array.isArray(i)){c=[]}else if(i instanceof Date){c=new Date(i)}else if(i instanceof Boolean){c=new Boolean(i)}else if(i instanceof Number){c=new Number(i)}else if(i instanceof String){c=new String(i)}else{c=Object.create(Object.getPrototypeOf(i))}Object.keys(i).forEach((function(d){c[d]=i[d]}));return c}else return i}},61860:i=>{var c;var d;var p;var A;var C;var S;var v;var T;var _;var V;var Z;var ee;var te;var re;var ne;var ie;var se;var ae;var oe;var le;var ce;var de;var ue;var pe;var Ae;var fe;var he;var me;var ge;var ye;var Ee;var be;(function(c){var d=typeof global==="object"?global:typeof self==="object"?self:typeof this==="object"?this:{};if(typeof define==="function"&&define.amd){define("tslib",["exports"],(function(i){c(createExporter(d,createExporter(i)))}))}else if(true&&typeof i.exports==="object"){c(createExporter(d,createExporter(i.exports)))}else{c(createExporter(d))}function createExporter(i,c){if(i!==d){if(typeof Object.create==="function"){Object.defineProperty(i,"__esModule",{value:true})}else{i.__esModule=true}}return function(d,p){return i[d]=c?c(d,p):p}}})((function(i){var Ce=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(i,c){i.__proto__=c}||function(i,c){for(var d in c)if(Object.prototype.hasOwnProperty.call(c,d))i[d]=c[d]};c=function(i,c){if(typeof c!=="function"&&c!==null)throw new TypeError("Class extends value "+String(c)+" is not a constructor or null");Ce(i,c);function __(){this.constructor=i}i.prototype=c===null?Object.create(c):(__.prototype=c.prototype,new __)};d=Object.assign||function(i){for(var c,d=1,p=arguments.length;d<p;d++){c=arguments[d];for(var A in c)if(Object.prototype.hasOwnProperty.call(c,A))i[A]=c[A]}return i};p=function(i,c){var d={};for(var p in i)if(Object.prototype.hasOwnProperty.call(i,p)&&c.indexOf(p)<0)d[p]=i[p];if(i!=null&&typeof Object.getOwnPropertySymbols==="function")for(var A=0,p=Object.getOwnPropertySymbols(i);A<p.length;A++){if(c.indexOf(p[A])<0&&Object.prototype.propertyIsEnumerable.call(i,p[A]))d[p[A]]=i[p[A]]}return d};A=function(i,c,d,p){var A=arguments.length,C=A<3?c:p===null?p=Object.getOwnPropertyDescriptor(c,d):p,S;if(typeof Reflect==="object"&&typeof Reflect.decorate==="function")C=Reflect.decorate(i,c,d,p);else for(var v=i.length-1;v>=0;v--)if(S=i[v])C=(A<3?S(C):A>3?S(c,d,C):S(c,d))||C;return A>3&&C&&Object.defineProperty(c,d,C),C};C=function(i,c){return function(d,p){c(d,p,i)}};S=function(i,c,d,p,A,C){function accept(i){if(i!==void 0&&typeof i!=="function")throw new TypeError("Function expected");return i}var S=p.kind,v=S==="getter"?"get":S==="setter"?"set":"value";var T=!c&&i?p["static"]?i:i.prototype:null;var _=c||(T?Object.getOwnPropertyDescriptor(T,p.name):{});var V,Z=false;for(var ee=d.length-1;ee>=0;ee--){var te={};for(var re in p)te[re]=re==="access"?{}:p[re];for(var re in p.access)te.access[re]=p.access[re];te.addInitializer=function(i){if(Z)throw new TypeError("Cannot add initializers after decoration has completed");C.push(accept(i||null))};var ne=(0,d[ee])(S==="accessor"?{get:_.get,set:_.set}:_[v],te);if(S==="accessor"){if(ne===void 0)continue;if(ne===null||typeof ne!=="object")throw new TypeError("Object expected");if(V=accept(ne.get))_.get=V;if(V=accept(ne.set))_.set=V;if(V=accept(ne.init))A.unshift(V)}else if(V=accept(ne)){if(S==="field")A.unshift(V);else _[v]=V}}if(T)Object.defineProperty(T,p.name,_);Z=true};v=function(i,c,d){var p=arguments.length>2;for(var A=0;A<c.length;A++){d=p?c[A].call(i,d):c[A].call(i)}return p?d:void 0};T=function(i){return typeof i==="symbol"?i:"".concat(i)};_=function(i,c,d){if(typeof c==="symbol")c=c.description?"[".concat(c.description,"]"):"";return Object.defineProperty(i,"name",{configurable:true,value:d?"".concat(d," ",c):c})};V=function(i,c){if(typeof Reflect==="object"&&typeof Reflect.metadata==="function")return Reflect.metadata(i,c)};Z=function(i,c,d,p){function adopt(i){return i instanceof d?i:new d((function(c){c(i)}))}return new(d||(d=Promise))((function(d,A){function fulfilled(i){try{step(p.next(i))}catch(i){A(i)}}function rejected(i){try{step(p["throw"](i))}catch(i){A(i)}}function step(i){i.done?d(i.value):adopt(i.value).then(fulfilled,rejected)}step((p=p.apply(i,c||[])).next())}))};ee=function(i,c){var d={label:0,sent:function(){if(C[0]&1)throw C[1];return C[1]},trys:[],ops:[]},p,A,C,S=Object.create((typeof Iterator==="function"?Iterator:Object).prototype);return S.next=verb(0),S["throw"]=verb(1),S["return"]=verb(2),typeof Symbol==="function"&&(S[Symbol.iterator]=function(){return this}),S;function verb(i){return function(c){return step([i,c])}}function step(v){if(p)throw new TypeError("Generator is already executing.");while(S&&(S=0,v[0]&&(d=0)),d)try{if(p=1,A&&(C=v[0]&2?A["return"]:v[0]?A["throw"]||((C=A["return"])&&C.call(A),0):A.next)&&!(C=C.call(A,v[1])).done)return C;if(A=0,C)v=[v[0]&2,C.value];switch(v[0]){case 0:case 1:C=v;break;case 4:d.label++;return{value:v[1],done:false};case 5:d.label++;A=v[1];v=[0];continue;case 7:v=d.ops.pop();d.trys.pop();continue;default:if(!(C=d.trys,C=C.length>0&&C[C.length-1])&&(v[0]===6||v[0]===2)){d=0;continue}if(v[0]===3&&(!C||v[1]>C[0]&&v[1]<C[3])){d.label=v[1];break}if(v[0]===6&&d.label<C[1]){d.label=C[1];C=v;break}if(C&&d.label<C[2]){d.label=C[2];d.ops.push(v);break}if(C[2])d.ops.pop();d.trys.pop();continue}v=c.call(i,d)}catch(i){v=[6,i];A=0}finally{p=C=0}if(v[0]&5)throw v[1];return{value:v[0]?v[1]:void 0,done:true}}};te=function(i,c){for(var d in i)if(d!=="default"&&!Object.prototype.hasOwnProperty.call(c,d))ge(c,i,d)};ge=Object.create?function(i,c,d,p){if(p===undefined)p=d;var A=Object.getOwnPropertyDescriptor(c,d);if(!A||("get"in A?!c.__esModule:A.writable||A.configurable)){A={enumerable:true,get:function(){return c[d]}}}Object.defineProperty(i,p,A)}:function(i,c,d,p){if(p===undefined)p=d;i[p]=c[d]};re=function(i){var c=typeof Symbol==="function"&&Symbol.iterator,d=c&&i[c],p=0;if(d)return d.call(i);if(i&&typeof i.length==="number")return{next:function(){if(i&&p>=i.length)i=void 0;return{value:i&&i[p++],done:!i}}};throw new TypeError(c?"Object is not iterable.":"Symbol.iterator is not defined.")};ne=function(i,c){var d=typeof Symbol==="function"&&i[Symbol.iterator];if(!d)return i;var p=d.call(i),A,C=[],S;try{while((c===void 0||c-- >0)&&!(A=p.next()).done)C.push(A.value)}catch(i){S={error:i}}finally{try{if(A&&!A.done&&(d=p["return"]))d.call(p)}finally{if(S)throw S.error}}return C};ie=function(){for(var i=[],c=0;c<arguments.length;c++)i=i.concat(ne(arguments[c]));return i};se=function(){for(var i=0,c=0,d=arguments.length;c<d;c++)i+=arguments[c].length;for(var p=Array(i),A=0,c=0;c<d;c++)for(var C=arguments[c],S=0,v=C.length;S<v;S++,A++)p[A]=C[S];return p};ae=function(i,c,d){if(d||arguments.length===2)for(var p=0,A=c.length,C;p<A;p++){if(C||!(p in c)){if(!C)C=Array.prototype.slice.call(c,0,p);C[p]=c[p]}}return i.concat(C||Array.prototype.slice.call(c))};oe=function(i){return this instanceof oe?(this.v=i,this):new oe(i)};le=function(i,c,d){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var p=d.apply(i,c||[]),A,C=[];return A=Object.create((typeof AsyncIterator==="function"?AsyncIterator:Object).prototype),verb("next"),verb("throw"),verb("return",awaitReturn),A[Symbol.asyncIterator]=function(){return this},A;function awaitReturn(i){return function(c){return Promise.resolve(c).then(i,reject)}}function verb(i,c){if(p[i]){A[i]=function(c){return new Promise((function(d,p){C.push([i,c,d,p])>1||resume(i,c)}))};if(c)A[i]=c(A[i])}}function resume(i,c){try{step(p[i](c))}catch(i){settle(C[0][3],i)}}function step(i){i.value instanceof oe?Promise.resolve(i.value.v).then(fulfill,reject):settle(C[0][2],i)}function fulfill(i){resume("next",i)}function reject(i){resume("throw",i)}function settle(i,c){if(i(c),C.shift(),C.length)resume(C[0][0],C[0][1])}};ce=function(i){var c,d;return c={},verb("next"),verb("throw",(function(i){throw i})),verb("return"),c[Symbol.iterator]=function(){return this},c;function verb(p,A){c[p]=i[p]?function(c){return(d=!d)?{value:oe(i[p](c)),done:false}:A?A(c):c}:A}};de=function(i){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var c=i[Symbol.asyncIterator],d;return c?c.call(i):(i=typeof re==="function"?re(i):i[Symbol.iterator](),d={},verb("next"),verb("throw"),verb("return"),d[Symbol.asyncIterator]=function(){return this},d);function verb(c){d[c]=i[c]&&function(d){return new Promise((function(p,A){d=i[c](d),settle(p,A,d.done,d.value)}))}}function settle(i,c,d,p){Promise.resolve(p).then((function(c){i({value:c,done:d})}),c)}};ue=function(i,c){if(Object.defineProperty){Object.defineProperty(i,"raw",{value:c})}else{i.raw=c}return i};var we=Object.create?function(i,c){Object.defineProperty(i,"default",{enumerable:true,value:c})}:function(i,c){i["default"]=c};var ownKeys=function(i){ownKeys=Object.getOwnPropertyNames||function(i){var c=[];for(var d in i)if(Object.prototype.hasOwnProperty.call(i,d))c[c.length]=d;return c};return ownKeys(i)};pe=function(i){if(i&&i.__esModule)return i;var c={};if(i!=null)for(var d=ownKeys(i),p=0;p<d.length;p++)if(d[p]!=="default")ge(c,i,d[p]);we(c,i);return c};Ae=function(i){return i&&i.__esModule?i:{default:i}};fe=function(i,c,d,p){if(d==="a"&&!p)throw new TypeError("Private accessor was defined without a getter");if(typeof c==="function"?i!==c||!p:!c.has(i))throw new TypeError("Cannot read private member from an object whose class did not declare it");return d==="m"?p:d==="a"?p.call(i):p?p.value:c.get(i)};he=function(i,c,d,p,A){if(p==="m")throw new TypeError("Private method is not writable");if(p==="a"&&!A)throw new TypeError("Private accessor was defined without a setter");if(typeof c==="function"?i!==c||!A:!c.has(i))throw new TypeError("Cannot write private member to an object whose class did not declare it");return p==="a"?A.call(i,d):A?A.value=d:c.set(i,d),d};me=function(i,c){if(c===null||typeof c!=="object"&&typeof c!=="function")throw new TypeError("Cannot use 'in' operator on non-object");return typeof i==="function"?c===i:i.has(c)};ye=function(i,c,d){if(c!==null&&c!==void 0){if(typeof c!=="object"&&typeof c!=="function")throw new TypeError("Object expected.");var p,A;if(d){if(!Symbol.asyncDispose)throw new TypeError("Symbol.asyncDispose is not defined.");p=c[Symbol.asyncDispose]}if(p===void 0){if(!Symbol.dispose)throw new TypeError("Symbol.dispose is not defined.");p=c[Symbol.dispose];if(d)A=p}if(typeof p!=="function")throw new TypeError("Object not disposable.");if(A)p=function(){try{A.call(this)}catch(i){return Promise.reject(i)}};i.stack.push({value:c,dispose:p,async:d})}else if(d){i.stack.push({async:true})}return c};var Ie=typeof SuppressedError==="function"?SuppressedError:function(i,c,d){var p=new Error(d);return p.name="SuppressedError",p.error=i,p.suppressed=c,p};Ee=function(i){function fail(c){i.error=i.hasError?new Ie(c,i.error,"An error was suppressed during disposal."):c;i.hasError=true}var c,d=0;function next(){while(c=i.stack.pop()){try{if(!c.async&&d===1)return d=0,i.stack.push(c),Promise.resolve().then(next);if(c.dispose){var p=c.dispose.call(c.value);if(c.async)return d|=2,Promise.resolve(p).then(next,(function(i){fail(i);return next()}))}else d|=1}catch(i){fail(i)}}if(d===1)return i.hasError?Promise.reject(i.error):Promise.resolve();if(i.hasError)throw i.error}return next()};be=function(i,c){if(typeof i==="string"&&/^\.\.?\//.test(i)){return i.replace(/\.(tsx)$|((?:\.d)?)((?:\.[^./]+?)?)\.([cm]?)ts$/i,(function(i,d,p,A,C){return d?c?".jsx":".js":p&&(!A||!C)?i:p+A+"."+C.toLowerCase()+"js"}))}return i};i("__extends",c);i("__assign",d);i("__rest",p);i("__decorate",A);i("__param",C);i("__esDecorate",S);i("__runInitializers",v);i("__propKey",T);i("__setFunctionName",_);i("__metadata",V);i("__awaiter",Z);i("__generator",ee);i("__exportStar",te);i("__createBinding",ge);i("__values",re);i("__read",ne);i("__spread",ie);i("__spreadArrays",se);i("__spreadArray",ae);i("__await",oe);i("__asyncGenerator",le);i("__asyncDelegator",ce);i("__asyncValues",de);i("__makeTemplateObject",ue);i("__importStar",pe);i("__importDefault",Ae);i("__classPrivateFieldGet",fe);i("__classPrivateFieldSet",he);i("__classPrivateFieldIn",me);i("__addDisposableResource",ye);i("__disposeResources",Ee);i("__rewriteRelativeImportExtension",be)}));0&&0},20770:(i,c,d)=>{i.exports=d(20218)},20218:(i,c,d)=>{"use strict";var p=d(69278);var A=d(64756);var C=d(58611);var S=d(65692);var v=d(24434);var T=d(42613);var _=d(39023);c.httpOverHttp=httpOverHttp;c.httpsOverHttp=httpsOverHttp;c.httpOverHttps=httpOverHttps;c.httpsOverHttps=httpsOverHttps;function httpOverHttp(i){var c=new TunnelingAgent(i);c.request=C.request;return c}function httpsOverHttp(i){var c=new TunnelingAgent(i);c.request=C.request;c.createSocket=createSecureSocket;c.defaultPort=443;return c}function httpOverHttps(i){var c=new TunnelingAgent(i);c.request=S.request;return c}function httpsOverHttps(i){var c=new TunnelingAgent(i);c.request=S.request;c.createSocket=createSecureSocket;c.defaultPort=443;return c}function TunnelingAgent(i){var c=this;c.options=i||{};c.proxyOptions=c.options.proxy||{};c.maxSockets=c.options.maxSockets||C.Agent.defaultMaxSockets;c.requests=[];c.sockets=[];c.on("free",(function onFree(i,d,p,A){var C=toOptions(d,p,A);for(var S=0,v=c.requests.length;S<v;++S){var T=c.requests[S];if(T.host===C.host&&T.port===C.port){c.requests.splice(S,1);T.request.onSocket(i);return}}i.destroy();c.removeSocket(i)}))}_.inherits(TunnelingAgent,v.EventEmitter);TunnelingAgent.prototype.addRequest=function addRequest(i,c,d,p){var A=this;var C=mergeOptions({request:i},A.options,toOptions(c,d,p));if(A.sockets.length>=this.maxSockets){A.requests.push(C);return}A.createSocket(C,(function(c){c.on("free",onFree);c.on("close",onCloseOrRemove);c.on("agentRemove",onCloseOrRemove);i.onSocket(c);function onFree(){A.emit("free",c,C)}function onCloseOrRemove(i){A.removeSocket(c);c.removeListener("free",onFree);c.removeListener("close",onCloseOrRemove);c.removeListener("agentRemove",onCloseOrRemove)}}))};TunnelingAgent.prototype.createSocket=function createSocket(i,c){var d=this;var p={};d.sockets.push(p);var A=mergeOptions({},d.proxyOptions,{method:"CONNECT",path:i.host+":"+i.port,agent:false,headers:{host:i.host+":"+i.port}});if(i.localAddress){A.localAddress=i.localAddress}if(A.proxyAuth){A.headers=A.headers||{};A.headers["Proxy-Authorization"]="Basic "+new Buffer(A.proxyAuth).toString("base64")}V("making CONNECT request");var C=d.request(A);C.useChunkedEncodingByDefault=false;C.once("response",onResponse);C.once("upgrade",onUpgrade);C.once("connect",onConnect);C.once("error",onError);C.end();function onResponse(i){i.upgrade=true}function onUpgrade(i,c,d){process.nextTick((function(){onConnect(i,c,d)}))}function onConnect(A,S,v){C.removeAllListeners();S.removeAllListeners();if(A.statusCode!==200){V("tunneling socket could not be established, statusCode=%d",A.statusCode);S.destroy();var T=new Error("tunneling socket could not be established, "+"statusCode="+A.statusCode);T.code="ECONNRESET";i.request.emit("error",T);d.removeSocket(p);return}if(v.length>0){V("got illegal response body from proxy");S.destroy();var T=new Error("got illegal response body from proxy");T.code="ECONNRESET";i.request.emit("error",T);d.removeSocket(p);return}V("tunneling connection has established");d.sockets[d.sockets.indexOf(p)]=S;return c(S)}function onError(c){C.removeAllListeners();V("tunneling socket could not be established, cause=%s\n",c.message,c.stack);var A=new Error("tunneling socket could not be established, "+"cause="+c.message);A.code="ECONNRESET";i.request.emit("error",A);d.removeSocket(p)}};TunnelingAgent.prototype.removeSocket=function removeSocket(i){var c=this.sockets.indexOf(i);if(c===-1){return}this.sockets.splice(c,1);var d=this.requests.shift();if(d){this.createSocket(d,(function(i){d.request.onSocket(i)}))}};function createSecureSocket(i,c){var d=this;TunnelingAgent.prototype.createSocket.call(d,i,(function(p){var C=i.request.getHeader("host");var S=mergeOptions({},d.options,{socket:p,servername:C?C.replace(/:.*$/,""):i.host});var v=A.connect(0,S);d.sockets[d.sockets.indexOf(p)]=v;c(v)}))}function toOptions(i,c,d){if(typeof i==="string"){return{host:i,port:c,localAddress:d}}return i}function mergeOptions(i){for(var c=1,d=arguments.length;c<d;++c){var p=arguments[c];if(typeof p==="object"){var A=Object.keys(p);for(var C=0,S=A.length;C<S;++C){var v=A[C];if(p[v]!==undefined){i[v]=p[v]}}}}return i}var V;if(process.env.NODE_DEBUG&&/\btunnel\b/.test(process.env.NODE_DEBUG)){V=function(){var i=Array.prototype.slice.call(arguments);if(typeof i[0]==="string"){i[0]="TUNNEL: "+i[0]}else{i.unshift("TUNNEL:")}console.error.apply(console,i)}}else{V=function(){}}c.debug=V},46752:(i,c,d)=>{"use strict";const p=d(86197);const A=d(28611);const C=d(68707);const S=d(35076);const v=d(81093);const T=d(59965);const _=d(3440);const{InvalidArgumentError:V}=C;const Z=d(56615);const ee=d(59136);const te=d(47365);const re=d(47501);const ne=d(94004);const ie=d(52429);const se=d(22720);const ae=d(53573);const{getGlobalDispatcher:oe,setGlobalDispatcher:le}=d(32581);const ce=d(78840);const de=d(48299);const ue=d(64415);let pe;try{d(76982);pe=true}catch{pe=false}Object.assign(A.prototype,Z);i.exports.Dispatcher=A;i.exports.Client=p;i.exports.Pool=S;i.exports.BalancedPool=v;i.exports.Agent=T;i.exports.ProxyAgent=se;i.exports.RetryHandler=ae;i.exports.DecoratorHandler=ce;i.exports.RedirectHandler=de;i.exports.createRedirectInterceptor=ue;i.exports.buildConnector=ee;i.exports.errors=C;function makeDispatcher(i){return(c,d,p)=>{if(typeof d==="function"){p=d;d=null}if(!c||typeof c!=="string"&&typeof c!=="object"&&!(c instanceof URL)){throw new V("invalid url")}if(d!=null&&typeof d!=="object"){throw new V("invalid opts")}if(d&&d.path!=null){if(typeof d.path!=="string"){throw new V("invalid opts.path")}let i=d.path;if(!d.path.startsWith("/")){i=`/${i}`}c=new URL(_.parseOrigin(c).origin+i)}else{if(!d){d=typeof c==="object"?c:{}}c=_.parseURL(c)}const{agent:A,dispatcher:C=oe()}=d;if(A){throw new V("unsupported opts.agent. Did you mean opts.client?")}return i.call(C,{...d,origin:c.origin,path:c.search?`${c.pathname}${c.search}`:c.pathname,method:d.method||(d.body?"PUT":"GET")},p)}}i.exports.setGlobalDispatcher=le;i.exports.getGlobalDispatcher=oe;if(_.nodeMajor>16||_.nodeMajor===16&&_.nodeMinor>=8){let c=null;i.exports.fetch=async function fetch(i){if(!c){c=d(12315).fetch}try{return await c(...arguments)}catch(i){if(typeof i==="object"){Error.captureStackTrace(i,this)}throw i}};i.exports.Headers=d(26349).Headers;i.exports.Response=d(48676).Response;i.exports.Request=d(25194).Request;i.exports.FormData=d(43073).FormData;i.exports.File=d(63041).File;i.exports.FileReader=d(82160).FileReader;const{setGlobalOrigin:p,getGlobalOrigin:A}=d(75628);i.exports.setGlobalOrigin=p;i.exports.getGlobalOrigin=A;const{CacheStorage:C}=d(44738);const{kConstruct:S}=d(80296);i.exports.caches=new C(S)}if(_.nodeMajor>=16){const{deleteCookie:c,getCookies:p,getSetCookies:A,setCookie:C}=d(53168);i.exports.deleteCookie=c;i.exports.getCookies=p;i.exports.getSetCookies=A;i.exports.setCookie=C;const{parseMIMEType:S,serializeAMimeType:v}=d(94322);i.exports.parseMIMEType=S;i.exports.serializeAMimeType=v}if(_.nodeMajor>=18&&pe){const{WebSocket:c}=d(55171);i.exports.WebSocket=c}i.exports.request=makeDispatcher(Z.request);i.exports.stream=makeDispatcher(Z.stream);i.exports.pipeline=makeDispatcher(Z.pipeline);i.exports.connect=makeDispatcher(Z.connect);i.exports.upgrade=makeDispatcher(Z.upgrade);i.exports.MockClient=te;i.exports.MockPool=ne;i.exports.MockAgent=re;i.exports.mockErrors=ie},59965:(i,c,d)=>{"use strict";const{InvalidArgumentError:p}=d(68707);const{kClients:A,kRunning:C,kClose:S,kDestroy:v,kDispatch:T,kInterceptors:_}=d(36443);const V=d(50001);const Z=d(35076);const ee=d(86197);const te=d(3440);const re=d(64415);const{WeakRef:ne,FinalizationRegistry:ie}=d(13194)();const se=Symbol("onConnect");const ae=Symbol("onDisconnect");const oe=Symbol("onConnectionError");const le=Symbol("maxRedirections");const ce=Symbol("onDrain");const de=Symbol("factory");const ue=Symbol("finalizer");const pe=Symbol("options");function defaultFactory(i,c){return c&&c.connections===1?new ee(i,c):new Z(i,c)}class Agent extends V{constructor({factory:i=defaultFactory,maxRedirections:c=0,connect:d,...C}={}){super();if(typeof i!=="function"){throw new p("factory must be a function.")}if(d!=null&&typeof d!=="function"&&typeof d!=="object"){throw new p("connect must be a function or an object")}if(!Number.isInteger(c)||c<0){throw new p("maxRedirections must be a positive number")}if(d&&typeof d!=="function"){d={...d}}this[_]=C.interceptors&&C.interceptors.Agent&&Array.isArray(C.interceptors.Agent)?C.interceptors.Agent:[re({maxRedirections:c})];this[pe]={...te.deepClone(C),connect:d};this[pe].interceptors=C.interceptors?{...C.interceptors}:undefined;this[le]=c;this[de]=i;this[A]=new Map;this[ue]=new ie((i=>{const c=this[A].get(i);if(c!==undefined&&c.deref()===undefined){this[A].delete(i)}}));const S=this;this[ce]=(i,c)=>{S.emit("drain",i,[S,...c])};this[se]=(i,c)=>{S.emit("connect",i,[S,...c])};this[ae]=(i,c,d)=>{S.emit("disconnect",i,[S,...c],d)};this[oe]=(i,c,d)=>{S.emit("connectionError",i,[S,...c],d)}}get[C](){let i=0;for(const c of this[A].values()){const d=c.deref();if(d){i+=d[C]}}return i}[T](i,c){let d;if(i.origin&&(typeof i.origin==="string"||i.origin instanceof URL)){d=String(i.origin)}else{throw new p("opts.origin must be a non-empty string or URL.")}const C=this[A].get(d);let S=C?C.deref():null;if(!S){S=this[de](i.origin,this[pe]).on("drain",this[ce]).on("connect",this[se]).on("disconnect",this[ae]).on("connectionError",this[oe]);this[A].set(d,new ne(S));this[ue].register(S,d)}return S.dispatch(i,c)}async[S](){const i=[];for(const c of this[A].values()){const d=c.deref();if(d){i.push(d.close())}}await Promise.all(i)}async[v](i){const c=[];for(const d of this[A].values()){const p=d.deref();if(p){c.push(p.destroy(i))}}await Promise.all(c)}}i.exports=Agent},80158:(i,c,d)=>{const{addAbortListener:p}=d(3440);const{RequestAbortedError:A}=d(68707);const C=Symbol("kListener");const S=Symbol("kSignal");function abort(i){if(i.abort){i.abort()}else{i.onError(new A)}}function addSignal(i,c){i[S]=null;i[C]=null;if(!c){return}if(c.aborted){abort(i);return}i[S]=c;i[C]=()=>{abort(i)};p(i[S],i[C])}function removeSignal(i){if(!i[S]){return}if("removeEventListener"in i[S]){i[S].removeEventListener("abort",i[C])}else{i[S].removeListener("abort",i[C])}i[S]=null;i[C]=null}i.exports={addSignal:addSignal,removeSignal:removeSignal}},34660:(i,c,d)=>{"use strict";const{AsyncResource:p}=d(90290);const{InvalidArgumentError:A,RequestAbortedError:C,SocketError:S}=d(68707);const v=d(3440);const{addSignal:T,removeSignal:_}=d(80158);class ConnectHandler extends p{constructor(i,c){if(!i||typeof i!=="object"){throw new A("invalid opts")}if(typeof c!=="function"){throw new A("invalid callback")}const{signal:d,opaque:p,responseHeaders:C}=i;if(d&&typeof d.on!=="function"&&typeof d.addEventListener!=="function"){throw new A("signal must be an EventEmitter or EventTarget")}super("UNDICI_CONNECT");this.opaque=p||null;this.responseHeaders=C||null;this.callback=c;this.abort=null;T(this,d)}onConnect(i,c){if(!this.callback){throw new C}this.abort=i;this.context=c}onHeaders(){throw new S("bad connect",null)}onUpgrade(i,c,d){const{callback:p,opaque:A,context:C}=this;_(this);this.callback=null;let S=c;if(S!=null){S=this.responseHeaders==="raw"?v.parseRawHeaders(c):v.parseHeaders(c)}this.runInAsyncScope(p,null,null,{statusCode:i,headers:S,socket:d,opaque:A,context:C})}onError(i){const{callback:c,opaque:d}=this;_(this);if(c){this.callback=null;queueMicrotask((()=>{this.runInAsyncScope(c,null,i,{opaque:d})}))}}}function connect(i,c){if(c===undefined){return new Promise(((c,d)=>{connect.call(this,i,((i,p)=>i?d(i):c(p)))}))}try{const d=new ConnectHandler(i,c);this.dispatch({...i,method:"CONNECT"},d)}catch(d){if(typeof c!=="function"){throw d}const p=i&&i.opaque;queueMicrotask((()=>c(d,{opaque:p})))}}i.exports=connect},76862:(i,c,d)=>{"use strict";const{Readable:p,Duplex:A,PassThrough:C}=d(2203);const{InvalidArgumentError:S,InvalidReturnValueError:v,RequestAbortedError:T}=d(68707);const _=d(3440);const{AsyncResource:V}=d(90290);const{addSignal:Z,removeSignal:ee}=d(80158);const te=d(42613);const re=Symbol("resume");class PipelineRequest extends p{constructor(){super({autoDestroy:true});this[re]=null}_read(){const{[re]:i}=this;if(i){this[re]=null;i()}}_destroy(i,c){this._read();c(i)}}class PipelineResponse extends p{constructor(i){super({autoDestroy:true});this[re]=i}_read(){this[re]()}_destroy(i,c){if(!i&&!this._readableState.endEmitted){i=new T}c(i)}}class PipelineHandler extends V{constructor(i,c){if(!i||typeof i!=="object"){throw new S("invalid opts")}if(typeof c!=="function"){throw new S("invalid handler")}const{signal:d,method:p,opaque:C,onInfo:v,responseHeaders:V}=i;if(d&&typeof d.on!=="function"&&typeof d.addEventListener!=="function"){throw new S("signal must be an EventEmitter or EventTarget")}if(p==="CONNECT"){throw new S("invalid method")}if(v&&typeof v!=="function"){throw new S("invalid onInfo callback")}super("UNDICI_PIPELINE");this.opaque=C||null;this.responseHeaders=V||null;this.handler=c;this.abort=null;this.context=null;this.onInfo=v||null;this.req=(new PipelineRequest).on("error",_.nop);this.ret=new A({readableObjectMode:i.objectMode,autoDestroy:true,read:()=>{const{body:i}=this;if(i&&i.resume){i.resume()}},write:(i,c,d)=>{const{req:p}=this;if(p.push(i,c)||p._readableState.destroyed){d()}else{p[re]=d}},destroy:(i,c)=>{const{body:d,req:p,res:A,ret:C,abort:S}=this;if(!i&&!C._readableState.endEmitted){i=new T}if(S&&i){S()}_.destroy(d,i);_.destroy(p,i);_.destroy(A,i);ee(this);c(i)}}).on("prefinish",(()=>{const{req:i}=this;i.push(null)}));this.res=null;Z(this,d)}onConnect(i,c){const{ret:d,res:p}=this;te(!p,"pipeline cannot be retried");if(d.destroyed){throw new T}this.abort=i;this.context=c}onHeaders(i,c,d){const{opaque:p,handler:A,context:C}=this;if(i<200){if(this.onInfo){const d=this.responseHeaders==="raw"?_.parseRawHeaders(c):_.parseHeaders(c);this.onInfo({statusCode:i,headers:d})}return}this.res=new PipelineResponse(d);let S;try{this.handler=null;const d=this.responseHeaders==="raw"?_.parseRawHeaders(c):_.parseHeaders(c);S=this.runInAsyncScope(A,null,{statusCode:i,headers:d,opaque:p,body:this.res,context:C})}catch(i){this.res.on("error",_.nop);throw i}if(!S||typeof S.on!=="function"){throw new v("expected Readable")}S.on("data",(i=>{const{ret:c,body:d}=this;if(!c.push(i)&&d.pause){d.pause()}})).on("error",(i=>{const{ret:c}=this;_.destroy(c,i)})).on("end",(()=>{const{ret:i}=this;i.push(null)})).on("close",(()=>{const{ret:i}=this;if(!i._readableState.ended){_.destroy(i,new T)}}));this.body=S}onData(i){const{res:c}=this;return c.push(i)}onComplete(i){const{res:c}=this;c.push(null)}onError(i){const{ret:c}=this;this.handler=null;_.destroy(c,i)}}function pipeline(i,c){try{const d=new PipelineHandler(i,c);this.dispatch({...i,body:d.req},d);return d.ret}catch(i){return(new C).destroy(i)}}i.exports=pipeline},14043:(i,c,d)=>{"use strict";const p=d(49927);const{InvalidArgumentError:A,RequestAbortedError:C}=d(68707);const S=d(3440);const{getResolveErrorBodyCallback:v}=d(87655);const{AsyncResource:T}=d(90290);const{addSignal:_,removeSignal:V}=d(80158);class RequestHandler extends T{constructor(i,c){if(!i||typeof i!=="object"){throw new A("invalid opts")}const{signal:d,method:p,opaque:C,body:v,onInfo:T,responseHeaders:V,throwOnError:Z,highWaterMark:ee}=i;try{if(typeof c!=="function"){throw new A("invalid callback")}if(ee&&(typeof ee!=="number"||ee<0)){throw new A("invalid highWaterMark")}if(d&&typeof d.on!=="function"&&typeof d.addEventListener!=="function"){throw new A("signal must be an EventEmitter or EventTarget")}if(p==="CONNECT"){throw new A("invalid method")}if(T&&typeof T!=="function"){throw new A("invalid onInfo callback")}super("UNDICI_REQUEST")}catch(i){if(S.isStream(v)){S.destroy(v.on("error",S.nop),i)}throw i}this.responseHeaders=V||null;this.opaque=C||null;this.callback=c;this.res=null;this.abort=null;this.body=v;this.trailers={};this.context=null;this.onInfo=T||null;this.throwOnError=Z;this.highWaterMark=ee;if(S.isStream(v)){v.on("error",(i=>{this.onError(i)}))}_(this,d)}onConnect(i,c){if(!this.callback){throw new C}this.abort=i;this.context=c}onHeaders(i,c,d,A){const{callback:C,opaque:T,abort:_,context:V,responseHeaders:Z,highWaterMark:ee}=this;const te=Z==="raw"?S.parseRawHeaders(c):S.parseHeaders(c);if(i<200){if(this.onInfo){this.onInfo({statusCode:i,headers:te})}return}const re=Z==="raw"?S.parseHeaders(c):te;const ne=re["content-type"];const ie=new p({resume:d,abort:_,contentType:ne,highWaterMark:ee});this.callback=null;this.res=ie;if(C!==null){if(this.throwOnError&&i>=400){this.runInAsyncScope(v,null,{callback:C,body:ie,contentType:ne,statusCode:i,statusMessage:A,headers:te})}else{this.runInAsyncScope(C,null,null,{statusCode:i,headers:te,trailers:this.trailers,opaque:T,body:ie,context:V})}}}onData(i){const{res:c}=this;return c.push(i)}onComplete(i){const{res:c}=this;V(this);S.parseHeaders(i,this.trailers);c.push(null)}onError(i){const{res:c,callback:d,body:p,opaque:A}=this;V(this);if(d){this.callback=null;queueMicrotask((()=>{this.runInAsyncScope(d,null,i,{opaque:A})}))}if(c){this.res=null;queueMicrotask((()=>{S.destroy(c,i)}))}if(p){this.body=null;S.destroy(p,i)}}}function request(i,c){if(c===undefined){return new Promise(((c,d)=>{request.call(this,i,((i,p)=>i?d(i):c(p)))}))}try{this.dispatch(i,new RequestHandler(i,c))}catch(d){if(typeof c!=="function"){throw d}const p=i&&i.opaque;queueMicrotask((()=>c(d,{opaque:p})))}}i.exports=request;i.exports.RequestHandler=RequestHandler},3560:(i,c,d)=>{"use strict";const{finished:p,PassThrough:A}=d(2203);const{InvalidArgumentError:C,InvalidReturnValueError:S,RequestAbortedError:v}=d(68707);const T=d(3440);const{getResolveErrorBodyCallback:_}=d(87655);const{AsyncResource:V}=d(90290);const{addSignal:Z,removeSignal:ee}=d(80158);class StreamHandler extends V{constructor(i,c,d){if(!i||typeof i!=="object"){throw new C("invalid opts")}const{signal:p,method:A,opaque:S,body:v,onInfo:_,responseHeaders:V,throwOnError:ee}=i;try{if(typeof d!=="function"){throw new C("invalid callback")}if(typeof c!=="function"){throw new C("invalid factory")}if(p&&typeof p.on!=="function"&&typeof p.addEventListener!=="function"){throw new C("signal must be an EventEmitter or EventTarget")}if(A==="CONNECT"){throw new C("invalid method")}if(_&&typeof _!=="function"){throw new C("invalid onInfo callback")}super("UNDICI_STREAM")}catch(i){if(T.isStream(v)){T.destroy(v.on("error",T.nop),i)}throw i}this.responseHeaders=V||null;this.opaque=S||null;this.factory=c;this.callback=d;this.res=null;this.abort=null;this.context=null;this.trailers=null;this.body=v;this.onInfo=_||null;this.throwOnError=ee||false;if(T.isStream(v)){v.on("error",(i=>{this.onError(i)}))}Z(this,p)}onConnect(i,c){if(!this.callback){throw new v}this.abort=i;this.context=c}onHeaders(i,c,d,C){const{factory:v,opaque:V,context:Z,callback:ee,responseHeaders:te}=this;const re=te==="raw"?T.parseRawHeaders(c):T.parseHeaders(c);if(i<200){if(this.onInfo){this.onInfo({statusCode:i,headers:re})}return}this.factory=null;let ne;if(this.throwOnError&&i>=400){const d=te==="raw"?T.parseHeaders(c):re;const p=d["content-type"];ne=new A;this.callback=null;this.runInAsyncScope(_,null,{callback:ee,body:ne,contentType:p,statusCode:i,statusMessage:C,headers:re})}else{if(v===null){return}ne=this.runInAsyncScope(v,null,{statusCode:i,headers:re,opaque:V,context:Z});if(!ne||typeof ne.write!=="function"||typeof ne.end!=="function"||typeof ne.on!=="function"){throw new S("expected Writable")}p(ne,{readable:false},(i=>{const{callback:c,res:d,opaque:p,trailers:A,abort:C}=this;this.res=null;if(i||!d.readable){T.destroy(d,i)}this.callback=null;this.runInAsyncScope(c,null,i||null,{opaque:p,trailers:A});if(i){C()}}))}ne.on("drain",d);this.res=ne;const ie=ne.writableNeedDrain!==undefined?ne.writableNeedDrain:ne._writableState&&ne._writableState.needDrain;return ie!==true}onData(i){const{res:c}=this;return c?c.write(i):true}onComplete(i){const{res:c}=this;ee(this);if(!c){return}this.trailers=T.parseHeaders(i);c.end()}onError(i){const{res:c,callback:d,opaque:p,body:A}=this;ee(this);this.factory=null;if(c){this.res=null;T.destroy(c,i)}else if(d){this.callback=null;queueMicrotask((()=>{this.runInAsyncScope(d,null,i,{opaque:p})}))}if(A){this.body=null;T.destroy(A,i)}}}function stream(i,c,d){if(d===undefined){return new Promise(((d,p)=>{stream.call(this,i,c,((i,c)=>i?p(i):d(c)))}))}try{this.dispatch(i,new StreamHandler(i,c,d))}catch(c){if(typeof d!=="function"){throw c}const p=i&&i.opaque;queueMicrotask((()=>d(c,{opaque:p})))}}i.exports=stream},61882:(i,c,d)=>{"use strict";const{InvalidArgumentError:p,RequestAbortedError:A,SocketError:C}=d(68707);const{AsyncResource:S}=d(90290);const v=d(3440);const{addSignal:T,removeSignal:_}=d(80158);const V=d(42613);class UpgradeHandler extends S{constructor(i,c){if(!i||typeof i!=="object"){throw new p("invalid opts")}if(typeof c!=="function"){throw new p("invalid callback")}const{signal:d,opaque:A,responseHeaders:C}=i;if(d&&typeof d.on!=="function"&&typeof d.addEventListener!=="function"){throw new p("signal must be an EventEmitter or EventTarget")}super("UNDICI_UPGRADE");this.responseHeaders=C||null;this.opaque=A||null;this.callback=c;this.abort=null;this.context=null;T(this,d)}onConnect(i,c){if(!this.callback){throw new A}this.abort=i;this.context=null}onHeaders(){throw new C("bad upgrade",null)}onUpgrade(i,c,d){const{callback:p,opaque:A,context:C}=this;V.strictEqual(i,101);_(this);this.callback=null;const S=this.responseHeaders==="raw"?v.parseRawHeaders(c):v.parseHeaders(c);this.runInAsyncScope(p,null,null,{headers:S,socket:d,opaque:A,context:C})}onError(i){const{callback:c,opaque:d}=this;_(this);if(c){this.callback=null;queueMicrotask((()=>{this.runInAsyncScope(c,null,i,{opaque:d})}))}}}function upgrade(i,c){if(c===undefined){return new Promise(((c,d)=>{upgrade.call(this,i,((i,p)=>i?d(i):c(p)))}))}try{const d=new UpgradeHandler(i,c);this.dispatch({...i,method:i.method||"GET",upgrade:i.protocol||"Websocket"},d)}catch(d){if(typeof c!=="function"){throw d}const p=i&&i.opaque;queueMicrotask((()=>c(d,{opaque:p})))}}i.exports=upgrade},56615:(i,c,d)=>{"use strict";i.exports.request=d(14043);i.exports.stream=d(3560);i.exports.pipeline=d(76862);i.exports.upgrade=d(61882);i.exports.connect=d(34660)},49927:(i,c,d)=>{"use strict";const p=d(42613);const{Readable:A}=d(2203);const{RequestAbortedError:C,NotSupportedError:S,InvalidArgumentError:v}=d(68707);const T=d(3440);const{ReadableStreamFrom:_,toUSVString:V}=d(3440);let Z;const ee=Symbol("kConsume");const te=Symbol("kReading");const re=Symbol("kBody");const ne=Symbol("abort");const ie=Symbol("kContentType");const noop=()=>{};i.exports=class BodyReadable extends A{constructor({resume:i,abort:c,contentType:d="",highWaterMark:p=64*1024}){super({autoDestroy:true,read:i,highWaterMark:p});this._readableState.dataEmitted=false;this[ne]=c;this[ee]=null;this[re]=null;this[ie]=d;this[te]=false}destroy(i){if(this.destroyed){return this}if(!i&&!this._readableState.endEmitted){i=new C}if(i){this[ne]()}return super.destroy(i)}emit(i,...c){if(i==="data"){this._readableState.dataEmitted=true}else if(i==="error"){this._readableState.errorEmitted=true}return super.emit(i,...c)}on(i,...c){if(i==="data"||i==="readable"){this[te]=true}return super.on(i,...c)}addListener(i,...c){return this.on(i,...c)}off(i,...c){const d=super.off(i,...c);if(i==="data"||i==="readable"){this[te]=this.listenerCount("data")>0||this.listenerCount("readable")>0}return d}removeListener(i,...c){return this.off(i,...c)}push(i){if(this[ee]&&i!==null&&this.readableLength===0){consumePush(this[ee],i);return this[te]?super.push(i):true}return super.push(i)}async text(){return consume(this,"text")}async json(){return consume(this,"json")}async blob(){return consume(this,"blob")}async arrayBuffer(){return consume(this,"arrayBuffer")}async formData(){throw new S}get bodyUsed(){return T.isDisturbed(this)}get body(){if(!this[re]){this[re]=_(this);if(this[ee]){this[re].getReader();p(this[re].locked)}}return this[re]}dump(i){let c=i&&Number.isFinite(i.limit)?i.limit:262144;const d=i&&i.signal;if(d){try{if(typeof d!=="object"||!("aborted"in d)){throw new v("signal must be an AbortSignal")}T.throwIfAborted(d)}catch(i){return Promise.reject(i)}}if(this.closed){return Promise.resolve(null)}return new Promise(((i,p)=>{const A=d?T.addAbortListener(d,(()=>{this.destroy()})):noop;this.on("close",(function(){A();if(d&&d.aborted){p(d.reason||Object.assign(new Error("The operation was aborted"),{name:"AbortError"}))}else{i(null)}})).on("error",noop).on("data",(function(i){c-=i.length;if(c<=0){this.destroy()}})).resume()}))}};function isLocked(i){return i[re]&&i[re].locked===true||i[ee]}function isUnusable(i){return T.isDisturbed(i)||isLocked(i)}async function consume(i,c){if(isUnusable(i)){throw new TypeError("unusable")}p(!i[ee]);return new Promise(((d,p)=>{i[ee]={type:c,stream:i,resolve:d,reject:p,length:0,body:[]};i.on("error",(function(i){consumeFinish(this[ee],i)})).on("close",(function(){if(this[ee].body!==null){consumeFinish(this[ee],new C)}}));process.nextTick(consumeStart,i[ee])}))}function consumeStart(i){if(i.body===null){return}const{_readableState:c}=i.stream;for(const d of c.buffer){consumePush(i,d)}if(c.endEmitted){consumeEnd(this[ee])}else{i.stream.on("end",(function(){consumeEnd(this[ee])}))}i.stream.resume();while(i.stream.read()!=null){}}function consumeEnd(i){const{type:c,body:p,resolve:A,stream:C,length:S}=i;try{if(c==="text"){A(V(Buffer.concat(p)))}else if(c==="json"){A(JSON.parse(Buffer.concat(p)))}else if(c==="arrayBuffer"){const i=new Uint8Array(S);let c=0;for(const d of p){i.set(d,c);c+=d.byteLength}A(i.buffer)}else if(c==="blob"){if(!Z){Z=d(20181).Blob}A(new Z(p,{type:C[ie]}))}consumeFinish(i)}catch(i){C.destroy(i)}}function consumePush(i,c){i.length+=c.length;i.body.push(c)}function consumeFinish(i,c){if(i.body===null){return}if(c){i.reject(c)}else{i.resolve()}i.type=null;i.stream=null;i.resolve=null;i.reject=null;i.length=0;i.body=null}},87655:(i,c,d)=>{const p=d(42613);const{ResponseStatusCodeError:A}=d(68707);const{toUSVString:C}=d(3440);async function getResolveErrorBodyCallback({callback:i,body:c,contentType:d,statusCode:S,statusMessage:v,headers:T}){p(c);let _=[];let V=0;for await(const i of c){_.push(i);V+=i.length;if(V>128*1024){_=null;break}}if(S===204||!d||!_){process.nextTick(i,new A(`Response status code ${S}${v?`: ${v}`:""}`,S,T));return}try{if(d.startsWith("application/json")){const c=JSON.parse(C(Buffer.concat(_)));process.nextTick(i,new A(`Response status code ${S}${v?`: ${v}`:""}`,S,T,c));return}if(d.startsWith("text/")){const c=C(Buffer.concat(_));process.nextTick(i,new A(`Response status code ${S}${v?`: ${v}`:""}`,S,T,c));return}}catch(i){}process.nextTick(i,new A(`Response status code ${S}${v?`: ${v}`:""}`,S,T))}i.exports={getResolveErrorBodyCallback:getResolveErrorBodyCallback}},81093:(i,c,d)=>{"use strict";const{BalancedPoolMissingUpstreamError:p,InvalidArgumentError:A}=d(68707);const{PoolBase:C,kClients:S,kNeedDrain:v,kAddClient:T,kRemoveClient:_,kGetDispatcher:V}=d(58640);const Z=d(35076);const{kUrl:ee,kInterceptors:te}=d(36443);const{parseOrigin:re}=d(3440);const ne=Symbol("factory");const ie=Symbol("options");const se=Symbol("kGreatestCommonDivisor");const ae=Symbol("kCurrentWeight");const oe=Symbol("kIndex");const le=Symbol("kWeight");const ce=Symbol("kMaxWeightPerServer");const de=Symbol("kErrorPenalty");function getGreatestCommonDivisor(i,c){if(c===0)return i;return getGreatestCommonDivisor(c,i%c)}function defaultFactory(i,c){return new Z(i,c)}class BalancedPool extends C{constructor(i=[],{factory:c=defaultFactory,...d}={}){super();this[ie]=d;this[oe]=-1;this[ae]=0;this[ce]=this[ie].maxWeightPerServer||100;this[de]=this[ie].errorPenalty||15;if(!Array.isArray(i)){i=[i]}if(typeof c!=="function"){throw new A("factory must be a function.")}this[te]=d.interceptors&&d.interceptors.BalancedPool&&Array.isArray(d.interceptors.BalancedPool)?d.interceptors.BalancedPool:[];this[ne]=c;for(const c of i){this.addUpstream(c)}this._updateBalancedPoolStats()}addUpstream(i){const c=re(i).origin;if(this[S].find((i=>i[ee].origin===c&&i.closed!==true&&i.destroyed!==true))){return this}const d=this[ne](c,Object.assign({},this[ie]));this[T](d);d.on("connect",(()=>{d[le]=Math.min(this[ce],d[le]+this[de])}));d.on("connectionError",(()=>{d[le]=Math.max(1,d[le]-this[de]);this._updateBalancedPoolStats()}));d.on("disconnect",((...i)=>{const c=i[2];if(c&&c.code==="UND_ERR_SOCKET"){d[le]=Math.max(1,d[le]-this[de]);this._updateBalancedPoolStats()}}));for(const i of this[S]){i[le]=this[ce]}this._updateBalancedPoolStats();return this}_updateBalancedPoolStats(){this[se]=this[S].map((i=>i[le])).reduce(getGreatestCommonDivisor,0)}removeUpstream(i){const c=re(i).origin;const d=this[S].find((i=>i[ee].origin===c&&i.closed!==true&&i.destroyed!==true));if(d){this[_](d)}return this}get upstreams(){return this[S].filter((i=>i.closed!==true&&i.destroyed!==true)).map((i=>i[ee].origin))}[V](){if(this[S].length===0){throw new p}const i=this[S].find((i=>!i[v]&&i.closed!==true&&i.destroyed!==true));if(!i){return}const c=this[S].map((i=>i[v])).reduce(((i,c)=>i&&c),true);if(c){return}let d=0;let A=this[S].findIndex((i=>!i[v]));while(d++<this[S].length){this[oe]=(this[oe]+1)%this[S].length;const i=this[S][this[oe]];if(i[le]>this[S][A][le]&&!i[v]){A=this[oe]}if(this[oe]===0){this[ae]=this[ae]-this[se];if(this[ae]<=0){this[ae]=this[ce]}}if(i[le]>=this[ae]&&!i[v]){return i}}this[ae]=this[S][A][le];this[oe]=A;return this[S][A]}}i.exports=BalancedPool},50479:(i,c,d)=>{"use strict";const{kConstruct:p}=d(80296);const{urlEquals:A,fieldValues:C}=d(23993);const{kEnumerableProperty:S,isDisturbed:v}=d(3440);const{kHeadersList:T}=d(36443);const{webidl:_}=d(74222);const{Response:V,cloneResponse:Z}=d(48676);const{Request:ee}=d(25194);const{kState:te,kHeaders:re,kGuard:ne,kRealm:ie}=d(89710);const{fetching:se}=d(12315);const{urlIsHttpHttpsScheme:ae,createDeferredPromise:oe,readAllBytes:le}=d(15523);const ce=d(42613);const{getGlobalDispatcher:de}=d(32581);class Cache{#e;constructor(){if(arguments[0]!==p){_.illegalConstructor()}this.#e=arguments[1]}async match(i,c={}){_.brandCheck(this,Cache);_.argumentLengthCheck(arguments,1,{header:"Cache.match"});i=_.converters.RequestInfo(i);c=_.converters.CacheQueryOptions(c);const d=await this.matchAll(i,c);if(d.length===0){return}return d[0]}async matchAll(i=undefined,c={}){_.brandCheck(this,Cache);if(i!==undefined)i=_.converters.RequestInfo(i);c=_.converters.CacheQueryOptions(c);let d=null;if(i!==undefined){if(i instanceof ee){d=i[te];if(d.method!=="GET"&&!c.ignoreMethod){return[]}}else if(typeof i==="string"){d=new ee(i)[te]}}const p=[];if(i===undefined){for(const i of this.#e){p.push(i[1])}}else{const i=this.#t(d,c);for(const c of i){p.push(c[1])}}const A=[];for(const i of p){const c=new V(i.body?.source??null);const d=c[te].body;c[te]=i;c[te].body=d;c[re][T]=i.headersList;c[re][ne]="immutable";A.push(c)}return Object.freeze(A)}async add(i){_.brandCheck(this,Cache);_.argumentLengthCheck(arguments,1,{header:"Cache.add"});i=_.converters.RequestInfo(i);const c=[i];const d=this.addAll(c);return await d}async addAll(i){_.brandCheck(this,Cache);_.argumentLengthCheck(arguments,1,{header:"Cache.addAll"});i=_.converters["sequence<RequestInfo>"](i);const c=[];const d=[];for(const c of i){if(typeof c==="string"){continue}const i=c[te];if(!ae(i.url)||i.method!=="GET"){throw _.errors.exception({header:"Cache.addAll",message:"Expected http/s scheme when method is not GET."})}}const p=[];for(const A of i){const i=new ee(A)[te];if(!ae(i.url)){throw _.errors.exception({header:"Cache.addAll",message:"Expected http/s scheme."})}i.initiator="fetch";i.destination="subresource";d.push(i);const S=oe();p.push(se({request:i,dispatcher:de(),processResponse(i){if(i.type==="error"||i.status===206||i.status<200||i.status>299){S.reject(_.errors.exception({header:"Cache.addAll",message:"Received an invalid status code or the request failed."}))}else if(i.headersList.contains("vary")){const c=C(i.headersList.get("vary"));for(const i of c){if(i==="*"){S.reject(_.errors.exception({header:"Cache.addAll",message:"invalid vary field value"}));for(const i of p){i.abort()}return}}}},processResponseEndOfBody(i){if(i.aborted){S.reject(new DOMException("aborted","AbortError"));return}S.resolve(i)}}));c.push(S.promise)}const A=Promise.all(c);const S=await A;const v=[];let T=0;for(const i of S){const c={type:"put",request:d[T],response:i};v.push(c);T++}const V=oe();let Z=null;try{this.#r(v)}catch(i){Z=i}queueMicrotask((()=>{if(Z===null){V.resolve(undefined)}else{V.reject(Z)}}));return V.promise}async put(i,c){_.brandCheck(this,Cache);_.argumentLengthCheck(arguments,2,{header:"Cache.put"});i=_.converters.RequestInfo(i);c=_.converters.Response(c);let d=null;if(i instanceof ee){d=i[te]}else{d=new ee(i)[te]}if(!ae(d.url)||d.method!=="GET"){throw _.errors.exception({header:"Cache.put",message:"Expected an http/s scheme when method is not GET"})}const p=c[te];if(p.status===206){throw _.errors.exception({header:"Cache.put",message:"Got 206 status"})}if(p.headersList.contains("vary")){const i=C(p.headersList.get("vary"));for(const c of i){if(c==="*"){throw _.errors.exception({header:"Cache.put",message:"Got * vary field value"})}}}if(p.body&&(v(p.body.stream)||p.body.stream.locked)){throw _.errors.exception({header:"Cache.put",message:"Response body is locked or disturbed"})}const A=Z(p);const S=oe();if(p.body!=null){const i=p.body.stream;const c=i.getReader();le(c).then(S.resolve,S.reject)}else{S.resolve(undefined)}const T=[];const V={type:"put",request:d,response:A};T.push(V);const re=await S.promise;if(A.body!=null){A.body.source=re}const ne=oe();let ie=null;try{this.#r(T)}catch(i){ie=i}queueMicrotask((()=>{if(ie===null){ne.resolve()}else{ne.reject(ie)}}));return ne.promise}async delete(i,c={}){_.brandCheck(this,Cache);_.argumentLengthCheck(arguments,1,{header:"Cache.delete"});i=_.converters.RequestInfo(i);c=_.converters.CacheQueryOptions(c);let d=null;if(i instanceof ee){d=i[te];if(d.method!=="GET"&&!c.ignoreMethod){return false}}else{ce(typeof i==="string");d=new ee(i)[te]}const p=[];const A={type:"delete",request:d,options:c};p.push(A);const C=oe();let S=null;let v;try{v=this.#r(p)}catch(i){S=i}queueMicrotask((()=>{if(S===null){C.resolve(!!v?.length)}else{C.reject(S)}}));return C.promise}async keys(i=undefined,c={}){_.brandCheck(this,Cache);if(i!==undefined)i=_.converters.RequestInfo(i);c=_.converters.CacheQueryOptions(c);let d=null;if(i!==undefined){if(i instanceof ee){d=i[te];if(d.method!=="GET"&&!c.ignoreMethod){return[]}}else if(typeof i==="string"){d=new ee(i)[te]}}const p=oe();const A=[];if(i===undefined){for(const i of this.#e){A.push(i[0])}}else{const i=this.#t(d,c);for(const c of i){A.push(c[0])}}queueMicrotask((()=>{const i=[];for(const c of A){const d=new ee("https://a");d[te]=c;d[re][T]=c.headersList;d[re][ne]="immutable";d[ie]=c.client;i.push(d)}p.resolve(Object.freeze(i))}));return p.promise}#r(i){const c=this.#e;const d=[...c];const p=[];const A=[];try{for(const d of i){if(d.type!=="delete"&&d.type!=="put"){throw _.errors.exception({header:"Cache.#batchCacheOperations",message:'operation type does not match "delete" or "put"'})}if(d.type==="delete"&&d.response!=null){throw _.errors.exception({header:"Cache.#batchCacheOperations",message:"delete operation should not have an associated response"})}if(this.#t(d.request,d.options,p).length){throw new DOMException("???","InvalidStateError")}let i;if(d.type==="delete"){i=this.#t(d.request,d.options);if(i.length===0){return[]}for(const d of i){const i=c.indexOf(d);ce(i!==-1);c.splice(i,1)}}else if(d.type==="put"){if(d.response==null){throw _.errors.exception({header:"Cache.#batchCacheOperations",message:"put operation should have an associated response"})}const A=d.request;if(!ae(A.url)){throw _.errors.exception({header:"Cache.#batchCacheOperations",message:"expected http or https scheme"})}if(A.method!=="GET"){throw _.errors.exception({header:"Cache.#batchCacheOperations",message:"not get method"})}if(d.options!=null){throw _.errors.exception({header:"Cache.#batchCacheOperations",message:"options must not be defined"})}i=this.#t(d.request);for(const d of i){const i=c.indexOf(d);ce(i!==-1);c.splice(i,1)}c.push([d.request,d.response]);p.push([d.request,d.response])}A.push([d.request,d.response])}return A}catch(i){this.#e.length=0;this.#e=d;throw i}}#t(i,c,d){const p=[];const A=d??this.#e;for(const d of A){const[A,C]=d;if(this.#n(i,A,C,c)){p.push(d)}}return p}#n(i,c,d=null,p){const S=new URL(i.url);const v=new URL(c.url);if(p?.ignoreSearch){v.search="";S.search=""}if(!A(S,v,true)){return false}if(d==null||p?.ignoreVary||!d.headersList.contains("vary")){return true}const T=C(d.headersList.get("vary"));for(const d of T){if(d==="*"){return false}const p=c.headersList.get(d);const A=i.headersList.get(d);if(p!==A){return false}}return true}}Object.defineProperties(Cache.prototype,{[Symbol.toStringTag]:{value:"Cache",configurable:true},match:S,matchAll:S,add:S,addAll:S,put:S,delete:S,keys:S});const ue=[{key:"ignoreSearch",converter:_.converters.boolean,defaultValue:false},{key:"ignoreMethod",converter:_.converters.boolean,defaultValue:false},{key:"ignoreVary",converter:_.converters.boolean,defaultValue:false}];_.converters.CacheQueryOptions=_.dictionaryConverter(ue);_.converters.MultiCacheQueryOptions=_.dictionaryConverter([...ue,{key:"cacheName",converter:_.converters.DOMString}]);_.converters.Response=_.interfaceConverter(V);_.converters["sequence<RequestInfo>"]=_.sequenceConverter(_.converters.RequestInfo);i.exports={Cache:Cache}},44738:(i,c,d)=>{"use strict";const{kConstruct:p}=d(80296);const{Cache:A}=d(50479);const{webidl:C}=d(74222);const{kEnumerableProperty:S}=d(3440);class CacheStorage{#i=new Map;constructor(){if(arguments[0]!==p){C.illegalConstructor()}}async match(i,c={}){C.brandCheck(this,CacheStorage);C.argumentLengthCheck(arguments,1,{header:"CacheStorage.match"});i=C.converters.RequestInfo(i);c=C.converters.MultiCacheQueryOptions(c);if(c.cacheName!=null){if(this.#i.has(c.cacheName)){const d=this.#i.get(c.cacheName);const C=new A(p,d);return await C.match(i,c)}}else{for(const d of this.#i.values()){const C=new A(p,d);const S=await C.match(i,c);if(S!==undefined){return S}}}}async has(i){C.brandCheck(this,CacheStorage);C.argumentLengthCheck(arguments,1,{header:"CacheStorage.has"});i=C.converters.DOMString(i);return this.#i.has(i)}async open(i){C.brandCheck(this,CacheStorage);C.argumentLengthCheck(arguments,1,{header:"CacheStorage.open"});i=C.converters.DOMString(i);if(this.#i.has(i)){const c=this.#i.get(i);return new A(p,c)}const c=[];this.#i.set(i,c);return new A(p,c)}async delete(i){C.brandCheck(this,CacheStorage);C.argumentLengthCheck(arguments,1,{header:"CacheStorage.delete"});i=C.converters.DOMString(i);return this.#i.delete(i)}async keys(){C.brandCheck(this,CacheStorage);const i=this.#i.keys();return[...i]}}Object.defineProperties(CacheStorage.prototype,{[Symbol.toStringTag]:{value:"CacheStorage",configurable:true},match:S,has:S,open:S,delete:S,keys:S});i.exports={CacheStorage:CacheStorage}},80296:(i,c,d)=>{"use strict";i.exports={kConstruct:d(36443).kConstruct}},23993:(i,c,d)=>{"use strict";const p=d(42613);const{URLSerializer:A}=d(94322);const{isValidHeaderName:C}=d(15523);function urlEquals(i,c,d=false){const p=A(i,d);const C=A(c,d);return p===C}function fieldValues(i){p(i!==null);const c=[];for(let d of i.split(",")){d=d.trim();if(!d.length){continue}else if(!C(d)){continue}c.push(d)}return c}i.exports={urlEquals:urlEquals,fieldValues:fieldValues}},86197:(i,c,d)=>{"use strict";const p=d(42613);const A=d(69278);const C=d(58611);const{pipeline:S}=d(2203);const v=d(3440);const T=d(28804);const _=d(44655);const V=d(50001);const{RequestContentLengthMismatchError:Z,ResponseContentLengthMismatchError:ee,InvalidArgumentError:te,RequestAbortedError:re,HeadersTimeoutError:ne,HeadersOverflowError:ie,SocketError:se,InformationalError:ae,BodyTimeoutError:oe,HTTPParserError:le,ResponseExceededMaxSizeError:ce,ClientDestroyedError:de}=d(68707);const ue=d(59136);const{kUrl:pe,kReset:Ae,kServerName:fe,kClient:he,kBusy:me,kParser:ge,kConnect:ye,kBlocking:Ee,kResuming:be,kRunning:Ce,kPending:we,kSize:Ie,kWriting:Be,kQueue:Se,kConnected:ve,kConnecting:Qe,kNeedDrain:Ne,kNoRef:Re,kKeepAliveDefaultTimeout:Te,kHostHeader:xe,kPendingIdx:De,kRunningIdx:_e,kError:ke,kPipelining:Pe,kSocket:Oe,kKeepAliveTimeoutValue:Le,kMaxHeadersSize:Me,kKeepAliveMaxTimeout:Fe,kKeepAliveTimeoutThreshold:Ue,kHeadersTimeout:He,kBodyTimeout:qe,kStrictContentLength:ze,kConnector:Ge,kMaxRedirections:je,kMaxRequests:Ve,kCounter:We,kClose:Ye,kDestroy:Je,kDispatch:$e,kInterceptors:Ke,kLocalAddress:Xe,kMaxResponseSize:Ze,kHTTPConnVersion:ct,kHost:pt,kHTTP2Session:At,kHTTP2SessionState:ft,kHTTP2BuildRequest:mt,kHTTP2CopyHeaders:gt,kHTTP1BuildRequest:yt}=d(36443);let Et;try{Et=d(85675)}catch{Et={constants:{}}}const{constants:{HTTP2_HEADER_AUTHORITY:bt,HTTP2_HEADER_METHOD:Ct,HTTP2_HEADER_PATH:wt,HTTP2_HEADER_SCHEME:It,HTTP2_HEADER_CONTENT_LENGTH:Bt,HTTP2_HEADER_EXPECT:St,HTTP2_HEADER_STATUS:vt}}=Et;let Qt=false;const Nt=Buffer[Symbol.species];const Rt=Symbol("kClosedResolve");const Tt={};try{const i=d(31637);Tt.sendHeaders=i.channel("undici:client:sendHeaders");Tt.beforeConnect=i.channel("undici:client:beforeConnect");Tt.connectError=i.channel("undici:client:connectError");Tt.connected=i.channel("undici:client:connected")}catch{Tt.sendHeaders={hasSubscribers:false};Tt.beforeConnect={hasSubscribers:false};Tt.connectError={hasSubscribers:false};Tt.connected={hasSubscribers:false}}class Client extends V{constructor(i,{interceptors:c,maxHeaderSize:d,headersTimeout:p,socketTimeout:S,requestTimeout:T,connectTimeout:_,bodyTimeout:V,idleTimeout:Z,keepAlive:ee,keepAliveTimeout:re,maxKeepAliveTimeout:ne,keepAliveMaxTimeout:ie,keepAliveTimeoutThreshold:se,socketPath:ae,pipelining:oe,tls:le,strictContentLength:ce,maxCachedSessions:de,maxRedirections:Ae,connect:he,maxRequestsPerClient:me,localAddress:ge,maxResponseSize:ye,autoSelectFamily:Ee,autoSelectFamilyAttemptTimeout:Ce,allowH2:we,maxConcurrentStreams:Ie}={}){super();if(ee!==undefined){throw new te("unsupported keepAlive, use pipelining=0 instead")}if(S!==undefined){throw new te("unsupported socketTimeout, use headersTimeout & bodyTimeout instead")}if(T!==undefined){throw new te("unsupported requestTimeout, use headersTimeout & bodyTimeout instead")}if(Z!==undefined){throw new te("unsupported idleTimeout, use keepAliveTimeout instead")}if(ne!==undefined){throw new te("unsupported maxKeepAliveTimeout, use keepAliveMaxTimeout instead")}if(d!=null&&!Number.isFinite(d)){throw new te("invalid maxHeaderSize")}if(ae!=null&&typeof ae!=="string"){throw new te("invalid socketPath")}if(_!=null&&(!Number.isFinite(_)||_<0)){throw new te("invalid connectTimeout")}if(re!=null&&(!Number.isFinite(re)||re<=0)){throw new te("invalid keepAliveTimeout")}if(ie!=null&&(!Number.isFinite(ie)||ie<=0)){throw new te("invalid keepAliveMaxTimeout")}if(se!=null&&!Number.isFinite(se)){throw new te("invalid keepAliveTimeoutThreshold")}if(p!=null&&(!Number.isInteger(p)||p<0)){throw new te("headersTimeout must be a positive integer or zero")}if(V!=null&&(!Number.isInteger(V)||V<0)){throw new te("bodyTimeout must be a positive integer or zero")}if(he!=null&&typeof he!=="function"&&typeof he!=="object"){throw new te("connect must be a function or an object")}if(Ae!=null&&(!Number.isInteger(Ae)||Ae<0)){throw new te("maxRedirections must be a positive number")}if(me!=null&&(!Number.isInteger(me)||me<0)){throw new te("maxRequestsPerClient must be a positive number")}if(ge!=null&&(typeof ge!=="string"||A.isIP(ge)===0)){throw new te("localAddress must be valid string IP address")}if(ye!=null&&(!Number.isInteger(ye)||ye<-1)){throw new te("maxResponseSize must be a positive number")}if(Ce!=null&&(!Number.isInteger(Ce)||Ce<-1)){throw new te("autoSelectFamilyAttemptTimeout must be a positive number")}if(we!=null&&typeof we!=="boolean"){throw new te("allowH2 must be a valid boolean value")}if(Ie!=null&&(typeof Ie!=="number"||Ie<1)){throw new te("maxConcurrentStreams must be a possitive integer, greater than 0")}if(typeof he!=="function"){he=ue({...le,maxCachedSessions:de,allowH2:we,socketPath:ae,timeout:_,...v.nodeHasAutoSelectFamily&&Ee?{autoSelectFamily:Ee,autoSelectFamilyAttemptTimeout:Ce}:undefined,...he})}this[Ke]=c&&c.Client&&Array.isArray(c.Client)?c.Client:[Dt({maxRedirections:Ae})];this[pe]=v.parseOrigin(i);this[Ge]=he;this[Oe]=null;this[Pe]=oe!=null?oe:1;this[Me]=d||C.maxHeaderSize;this[Te]=re==null?4e3:re;this[Fe]=ie==null?6e5:ie;this[Ue]=se==null?1e3:se;this[Le]=this[Te];this[fe]=null;this[Xe]=ge!=null?ge:null;this[be]=0;this[Ne]=0;this[xe]=`host: ${this[pe].hostname}${this[pe].port?`:${this[pe].port}`:""}\r\n`;this[qe]=V!=null?V:3e5;this[He]=p!=null?p:3e5;this[ze]=ce==null?true:ce;this[je]=Ae;this[Ve]=me;this[Rt]=null;this[Ze]=ye>-1?ye:-1;this[ct]="h1";this[At]=null;this[ft]=!we?null:{openStreams:0,maxConcurrentStreams:Ie!=null?Ie:100};this[pt]=`${this[pe].hostname}${this[pe].port?`:${this[pe].port}`:""}`;this[Se]=[];this[_e]=0;this[De]=0}get pipelining(){return this[Pe]}set pipelining(i){this[Pe]=i;resume(this,true)}get[we](){return this[Se].length-this[De]}get[Ce](){return this[De]-this[_e]}get[Ie](){return this[Se].length-this[_e]}get[ve](){return!!this[Oe]&&!this[Qe]&&!this[Oe].destroyed}get[me](){const i=this[Oe];return i&&(i[Ae]||i[Be]||i[Ee])||this[Ie]>=(this[Pe]||1)||this[we]>0}[ye](i){connect(this);this.once("connect",i)}[$e](i,c){const d=i.origin||this[pe].origin;const p=this[ct]==="h2"?_[mt](d,i,c):_[yt](d,i,c);this[Se].push(p);if(this[be]){}else if(v.bodyLength(p.body)==null&&v.isIterable(p.body)){this[be]=1;process.nextTick(resume,this)}else{resume(this,true)}if(this[be]&&this[Ne]!==2&&this[me]){this[Ne]=2}return this[Ne]<2}async[Ye](){return new Promise((i=>{if(!this[Ie]){i(null)}else{this[Rt]=i}}))}async[Je](i){return new Promise((c=>{const d=this[Se].splice(this[De]);for(let c=0;c<d.length;c++){const p=d[c];errorRequest(this,p,i)}const callback=()=>{if(this[Rt]){this[Rt]();this[Rt]=null}c()};if(this[At]!=null){v.destroy(this[At],i);this[At]=null;this[ft]=null}if(!this[Oe]){queueMicrotask(callback)}else{v.destroy(this[Oe].on("close",callback),i)}resume(this)}))}}function onHttp2SessionError(i){p(i.code!=="ERR_TLS_CERT_ALTNAME_INVALID");this[Oe][ke]=i;onError(this[he],i)}function onHttp2FrameError(i,c,d){const p=new ae(`HTTP/2: "frameError" received - type ${i}, code ${c}`);if(d===0){this[Oe][ke]=p;onError(this[he],p)}}function onHttp2SessionEnd(){v.destroy(this,new se("other side closed"));v.destroy(this[Oe],new se("other side closed"))}function onHTTP2GoAway(i){const c=this[he];const d=new ae(`HTTP/2: "GOAWAY" frame received with code ${i}`);c[Oe]=null;c[At]=null;if(c.destroyed){p(this[we]===0);const i=c[Se].splice(c[_e]);for(let c=0;c<i.length;c++){const p=i[c];errorRequest(this,p,d)}}else if(c[Ce]>0){const i=c[Se][c[_e]];c[Se][c[_e]++]=null;errorRequest(c,i,d)}c[De]=c[_e];p(c[Ce]===0);c.emit("disconnect",c[pe],[c],d);resume(c)}const xt=d(52824);const Dt=d(64415);const _t=Buffer.alloc(0);async function lazyllhttp(){const i=process.env.JEST_WORKER_ID?d(63870):undefined;let c;try{c=await WebAssembly.compile(Buffer.from(d(53434),"base64"))}catch(p){c=await WebAssembly.compile(Buffer.from(i||d(63870),"base64"))}return await WebAssembly.instantiate(c,{env:{wasm_on_url:(i,c,d)=>0,wasm_on_status:(i,c,d)=>{p.strictEqual(Ot.ptr,i);const A=c-Ft+Lt.byteOffset;return Ot.onStatus(new Nt(Lt.buffer,A,d))||0},wasm_on_message_begin:i=>{p.strictEqual(Ot.ptr,i);return Ot.onMessageBegin()||0},wasm_on_header_field:(i,c,d)=>{p.strictEqual(Ot.ptr,i);const A=c-Ft+Lt.byteOffset;return Ot.onHeaderField(new Nt(Lt.buffer,A,d))||0},wasm_on_header_value:(i,c,d)=>{p.strictEqual(Ot.ptr,i);const A=c-Ft+Lt.byteOffset;return Ot.onHeaderValue(new Nt(Lt.buffer,A,d))||0},wasm_on_headers_complete:(i,c,d,A)=>{p.strictEqual(Ot.ptr,i);return Ot.onHeadersComplete(c,Boolean(d),Boolean(A))||0},wasm_on_body:(i,c,d)=>{p.strictEqual(Ot.ptr,i);const A=c-Ft+Lt.byteOffset;return Ot.onBody(new Nt(Lt.buffer,A,d))||0},wasm_on_message_complete:i=>{p.strictEqual(Ot.ptr,i);return Ot.onMessageComplete()||0}}})}let kt=null;let Pt=lazyllhttp();Pt.catch();let Ot=null;let Lt=null;let Mt=0;let Ft=null;const Ut=1;const Ht=2;const qt=3;class Parser{constructor(i,c,{exports:d}){p(Number.isFinite(i[Me])&&i[Me]>0);this.llhttp=d;this.ptr=this.llhttp.llhttp_alloc(xt.TYPE.RESPONSE);this.client=i;this.socket=c;this.timeout=null;this.timeoutValue=null;this.timeoutType=null;this.statusCode=null;this.statusText="";this.upgrade=false;this.headers=[];this.headersSize=0;this.headersMaxSize=i[Me];this.shouldKeepAlive=false;this.paused=false;this.resume=this.resume.bind(this);this.bytesRead=0;this.keepAlive="";this.contentLength="";this.connection="";this.maxResponseSize=i[Ze]}setTimeout(i,c){this.timeoutType=c;if(i!==this.timeoutValue){T.clearTimeout(this.timeout);if(i){this.timeout=T.setTimeout(onParserTimeout,i,this);if(this.timeout.unref){this.timeout.unref()}}else{this.timeout=null}this.timeoutValue=i}else if(this.timeout){if(this.timeout.refresh){this.timeout.refresh()}}}resume(){if(this.socket.destroyed||!this.paused){return}p(this.ptr!=null);p(Ot==null);this.llhttp.llhttp_resume(this.ptr);p(this.timeoutType===Ht);if(this.timeout){if(this.timeout.refresh){this.timeout.refresh()}}this.paused=false;this.execute(this.socket.read()||_t);this.readMore()}readMore(){while(!this.paused&&this.ptr){const i=this.socket.read();if(i===null){break}this.execute(i)}}execute(i){p(this.ptr!=null);p(Ot==null);p(!this.paused);const{socket:c,llhttp:d}=this;if(i.length>Mt){if(Ft){d.free(Ft)}Mt=Math.ceil(i.length/4096)*4096;Ft=d.malloc(Mt)}new Uint8Array(d.memory.buffer,Ft,Mt).set(i);try{let p;try{Lt=i;Ot=this;p=d.llhttp_execute(this.ptr,Ft,i.length)}catch(i){throw i}finally{Ot=null;Lt=null}const A=d.llhttp_get_error_pos(this.ptr)-Ft;if(p===xt.ERROR.PAUSED_UPGRADE){this.onUpgrade(i.slice(A))}else if(p===xt.ERROR.PAUSED){this.paused=true;c.unshift(i.slice(A))}else if(p!==xt.ERROR.OK){const c=d.llhttp_get_error_reason(this.ptr);let C="";if(c){const i=new Uint8Array(d.memory.buffer,c).indexOf(0);C="Response does not match the HTTP/1.1 protocol ("+Buffer.from(d.memory.buffer,c,i).toString()+")"}throw new le(C,xt.ERROR[p],i.slice(A))}}catch(i){v.destroy(c,i)}}destroy(){p(this.ptr!=null);p(Ot==null);this.llhttp.llhttp_free(this.ptr);this.ptr=null;T.clearTimeout(this.timeout);this.timeout=null;this.timeoutValue=null;this.timeoutType=null;this.paused=false}onStatus(i){this.statusText=i.toString()}onMessageBegin(){const{socket:i,client:c}=this;if(i.destroyed){return-1}const d=c[Se][c[_e]];if(!d){return-1}}onHeaderField(i){const c=this.headers.length;if((c&1)===0){this.headers.push(i)}else{this.headers[c-1]=Buffer.concat([this.headers[c-1],i])}this.trackHeader(i.length)}onHeaderValue(i){let c=this.headers.length;if((c&1)===1){this.headers.push(i);c+=1}else{this.headers[c-1]=Buffer.concat([this.headers[c-1],i])}const d=this.headers[c-2];if(d.length===10&&d.toString().toLowerCase()==="keep-alive"){this.keepAlive+=i.toString()}else if(d.length===10&&d.toString().toLowerCase()==="connection"){this.connection+=i.toString()}else if(d.length===14&&d.toString().toLowerCase()==="content-length"){this.contentLength+=i.toString()}this.trackHeader(i.length)}trackHeader(i){this.headersSize+=i;if(this.headersSize>=this.headersMaxSize){v.destroy(this.socket,new ie)}}onUpgrade(i){const{upgrade:c,client:d,socket:A,headers:C,statusCode:S}=this;p(c);const T=d[Se][d[_e]];p(T);p(!A.destroyed);p(A===d[Oe]);p(!this.paused);p(T.upgrade||T.method==="CONNECT");this.statusCode=null;this.statusText="";this.shouldKeepAlive=null;p(this.headers.length%2===0);this.headers=[];this.headersSize=0;A.unshift(i);A[ge].destroy();A[ge]=null;A[he]=null;A[ke]=null;A.removeListener("error",onSocketError).removeListener("readable",onSocketReadable).removeListener("end",onSocketEnd).removeListener("close",onSocketClose);d[Oe]=null;d[Se][d[_e]++]=null;d.emit("disconnect",d[pe],[d],new ae("upgrade"));try{T.onUpgrade(S,C,A)}catch(i){v.destroy(A,i)}resume(d)}onHeadersComplete(i,c,d){const{client:A,socket:C,headers:S,statusText:T}=this;if(C.destroyed){return-1}const _=A[Se][A[_e]];if(!_){return-1}p(!this.upgrade);p(this.statusCode<200);if(i===100){v.destroy(C,new se("bad response",v.getSocketInfo(C)));return-1}if(c&&!_.upgrade){v.destroy(C,new se("bad upgrade",v.getSocketInfo(C)));return-1}p.strictEqual(this.timeoutType,Ut);this.statusCode=i;this.shouldKeepAlive=d||_.method==="HEAD"&&!C[Ae]&&this.connection.toLowerCase()==="keep-alive";if(this.statusCode>=200){const i=_.bodyTimeout!=null?_.bodyTimeout:A[qe];this.setTimeout(i,Ht)}else if(this.timeout){if(this.timeout.refresh){this.timeout.refresh()}}if(_.method==="CONNECT"){p(A[Ce]===1);this.upgrade=true;return 2}if(c){p(A[Ce]===1);this.upgrade=true;return 2}p(this.headers.length%2===0);this.headers=[];this.headersSize=0;if(this.shouldKeepAlive&&A[Pe]){const i=this.keepAlive?v.parseKeepAliveTimeout(this.keepAlive):null;if(i!=null){const c=Math.min(i-A[Ue],A[Fe]);if(c<=0){C[Ae]=true}else{A[Le]=c}}else{A[Le]=A[Te]}}else{C[Ae]=true}const V=_.onHeaders(i,S,this.resume,T)===false;if(_.aborted){return-1}if(_.method==="HEAD"){return 1}if(i<200){return 1}if(C[Ee]){C[Ee]=false;resume(A)}return V?xt.ERROR.PAUSED:0}onBody(i){const{client:c,socket:d,statusCode:A,maxResponseSize:C}=this;if(d.destroyed){return-1}const S=c[Se][c[_e]];p(S);p.strictEqual(this.timeoutType,Ht);if(this.timeout){if(this.timeout.refresh){this.timeout.refresh()}}p(A>=200);if(C>-1&&this.bytesRead+i.length>C){v.destroy(d,new ce);return-1}this.bytesRead+=i.length;if(S.onData(i)===false){return xt.ERROR.PAUSED}}onMessageComplete(){const{client:i,socket:c,statusCode:d,upgrade:A,headers:C,contentLength:S,bytesRead:T,shouldKeepAlive:_}=this;if(c.destroyed&&(!d||_)){return-1}if(A){return}const V=i[Se][i[_e]];p(V);p(d>=100);this.statusCode=null;this.statusText="";this.bytesRead=0;this.contentLength="";this.keepAlive="";this.connection="";p(this.headers.length%2===0);this.headers=[];this.headersSize=0;if(d<200){return}if(V.method!=="HEAD"&&S&&T!==parseInt(S,10)){v.destroy(c,new ee);return-1}V.onComplete(C);i[Se][i[_e]++]=null;if(c[Be]){p.strictEqual(i[Ce],0);v.destroy(c,new ae("reset"));return xt.ERROR.PAUSED}else if(!_){v.destroy(c,new ae("reset"));return xt.ERROR.PAUSED}else if(c[Ae]&&i[Ce]===0){v.destroy(c,new ae("reset"));return xt.ERROR.PAUSED}else if(i[Pe]===1){setImmediate(resume,i)}else{resume(i)}}}function onParserTimeout(i){const{socket:c,timeoutType:d,client:A}=i;if(d===Ut){if(!c[Be]||c.writableNeedDrain||A[Ce]>1){p(!i.paused,"cannot be paused while waiting for headers");v.destroy(c,new ne)}}else if(d===Ht){if(!i.paused){v.destroy(c,new oe)}}else if(d===qt){p(A[Ce]===0&&A[Le]);v.destroy(c,new ae("socket idle timeout"))}}function onSocketReadable(){const{[ge]:i}=this;if(i){i.readMore()}}function onSocketError(i){const{[he]:c,[ge]:d}=this;p(i.code!=="ERR_TLS_CERT_ALTNAME_INVALID");if(c[ct]!=="h2"){if(i.code==="ECONNRESET"&&d.statusCode&&!d.shouldKeepAlive){d.onMessageComplete();return}}this[ke]=i;onError(this[he],i)}function onError(i,c){if(i[Ce]===0&&c.code!=="UND_ERR_INFO"&&c.code!=="UND_ERR_SOCKET"){p(i[De]===i[_e]);const d=i[Se].splice(i[_e]);for(let p=0;p<d.length;p++){const A=d[p];errorRequest(i,A,c)}p(i[Ie]===0)}}function onSocketEnd(){const{[ge]:i,[he]:c}=this;if(c[ct]!=="h2"){if(i.statusCode&&!i.shouldKeepAlive){i.onMessageComplete();return}}v.destroy(this,new se("other side closed",v.getSocketInfo(this)))}function onSocketClose(){const{[he]:i,[ge]:c}=this;if(i[ct]==="h1"&&c){if(!this[ke]&&c.statusCode&&!c.shouldKeepAlive){c.onMessageComplete()}this[ge].destroy();this[ge]=null}const d=this[ke]||new se("closed",v.getSocketInfo(this));i[Oe]=null;if(i.destroyed){p(i[we]===0);const c=i[Se].splice(i[_e]);for(let p=0;p<c.length;p++){const A=c[p];errorRequest(i,A,d)}}else if(i[Ce]>0&&d.code!=="UND_ERR_INFO"){const c=i[Se][i[_e]];i[Se][i[_e]++]=null;errorRequest(i,c,d)}i[De]=i[_e];p(i[Ce]===0);i.emit("disconnect",i[pe],[i],d);resume(i)}async function connect(i){p(!i[Qe]);p(!i[Oe]);let{host:c,hostname:d,protocol:C,port:S}=i[pe];if(d[0]==="["){const i=d.indexOf("]");p(i!==-1);const c=d.substring(1,i);p(A.isIP(c));d=c}i[Qe]=true;if(Tt.beforeConnect.hasSubscribers){Tt.beforeConnect.publish({connectParams:{host:c,hostname:d,protocol:C,port:S,servername:i[fe],localAddress:i[Xe]},connector:i[Ge]})}try{const A=await new Promise(((p,A)=>{i[Ge]({host:c,hostname:d,protocol:C,port:S,servername:i[fe],localAddress:i[Xe]},((i,c)=>{if(i){A(i)}else{p(c)}}))}));if(i.destroyed){v.destroy(A.on("error",(()=>{})),new de);return}i[Qe]=false;p(A);const T=A.alpnProtocol==="h2";if(T){if(!Qt){Qt=true;process.emitWarning("H2 support is experimental, expect them to change at any time.",{code:"UNDICI-H2"})}const c=Et.connect(i[pe],{createConnection:()=>A,peerMaxConcurrentStreams:i[ft].maxConcurrentStreams});i[ct]="h2";c[he]=i;c[Oe]=A;c.on("error",onHttp2SessionError);c.on("frameError",onHttp2FrameError);c.on("end",onHttp2SessionEnd);c.on("goaway",onHTTP2GoAway);c.on("close",onSocketClose);c.unref();i[At]=c;A[At]=c}else{if(!kt){kt=await Pt;Pt=null}A[Re]=false;A[Be]=false;A[Ae]=false;A[Ee]=false;A[ge]=new Parser(i,A,kt)}A[We]=0;A[Ve]=i[Ve];A[he]=i;A[ke]=null;A.on("error",onSocketError).on("readable",onSocketReadable).on("end",onSocketEnd).on("close",onSocketClose);i[Oe]=A;if(Tt.connected.hasSubscribers){Tt.connected.publish({connectParams:{host:c,hostname:d,protocol:C,port:S,servername:i[fe],localAddress:i[Xe]},connector:i[Ge],socket:A})}i.emit("connect",i[pe],[i])}catch(A){if(i.destroyed){return}i[Qe]=false;if(Tt.connectError.hasSubscribers){Tt.connectError.publish({connectParams:{host:c,hostname:d,protocol:C,port:S,servername:i[fe],localAddress:i[Xe]},connector:i[Ge],error:A})}if(A.code==="ERR_TLS_CERT_ALTNAME_INVALID"){p(i[Ce]===0);while(i[we]>0&&i[Se][i[De]].servername===i[fe]){const c=i[Se][i[De]++];errorRequest(i,c,A)}}else{onError(i,A)}i.emit("connectionError",i[pe],[i],A)}resume(i)}function emitDrain(i){i[Ne]=0;i.emit("drain",i[pe],[i])}function resume(i,c){if(i[be]===2){return}i[be]=2;_resume(i,c);i[be]=0;if(i[_e]>256){i[Se].splice(0,i[_e]);i[De]-=i[_e];i[_e]=0}}function _resume(i,c){while(true){if(i.destroyed){p(i[we]===0);return}if(i[Rt]&&!i[Ie]){i[Rt]();i[Rt]=null;return}const d=i[Oe];if(d&&!d.destroyed&&d.alpnProtocol!=="h2"){if(i[Ie]===0){if(!d[Re]&&d.unref){d.unref();d[Re]=true}}else if(d[Re]&&d.ref){d.ref();d[Re]=false}if(i[Ie]===0){if(d[ge].timeoutType!==qt){d[ge].setTimeout(i[Le],qt)}}else if(i[Ce]>0&&d[ge].statusCode<200){if(d[ge].timeoutType!==Ut){const c=i[Se][i[_e]];const p=c.headersTimeout!=null?c.headersTimeout:i[He];d[ge].setTimeout(p,Ut)}}}if(i[me]){i[Ne]=2}else if(i[Ne]===2){if(c){i[Ne]=1;process.nextTick(emitDrain,i)}else{emitDrain(i)}continue}if(i[we]===0){return}if(i[Ce]>=(i[Pe]||1)){return}const A=i[Se][i[De]];if(i[pe].protocol==="https:"&&i[fe]!==A.servername){if(i[Ce]>0){return}i[fe]=A.servername;if(d&&d.servername!==A.servername){v.destroy(d,new ae("servername changed"));return}}if(i[Qe]){return}if(!d&&!i[At]){connect(i);return}if(d.destroyed||d[Be]||d[Ae]||d[Ee]){return}if(i[Ce]>0&&!A.idempotent){return}if(i[Ce]>0&&(A.upgrade||A.method==="CONNECT")){return}if(i[Ce]>0&&v.bodyLength(A.body)!==0&&(v.isStream(A.body)||v.isAsyncIterable(A.body))){return}if(!A.aborted&&write(i,A)){i[De]++}else{i[Se].splice(i[De],1)}}}function shouldSendContentLength(i){return i!=="GET"&&i!=="HEAD"&&i!=="OPTIONS"&&i!=="TRACE"&&i!=="CONNECT"}function write(i,c){if(i[ct]==="h2"){writeH2(i,i[At],c);return}const{body:d,method:A,path:C,host:S,upgrade:T,headers:_,blocking:V,reset:ee}=c;const te=A==="PUT"||A==="POST"||A==="PATCH";if(d&&typeof d.read==="function"){d.read(0)}const ne=v.bodyLength(d);let ie=ne;if(ie===null){ie=c.contentLength}if(ie===0&&!te){ie=null}if(shouldSendContentLength(A)&&ie>0&&c.contentLength!==null&&c.contentLength!==ie){if(i[ze]){errorRequest(i,c,new Z);return false}process.emitWarning(new Z)}const se=i[Oe];try{c.onConnect((d=>{if(c.aborted||c.completed){return}errorRequest(i,c,d||new re);v.destroy(se,new ae("aborted"))}))}catch(d){errorRequest(i,c,d)}if(c.aborted){return false}if(A==="HEAD"){se[Ae]=true}if(T||A==="CONNECT"){se[Ae]=true}if(ee!=null){se[Ae]=ee}if(i[Ve]&&se[We]++>=i[Ve]){se[Ae]=true}if(V){se[Ee]=true}let oe=`${A} ${C} HTTP/1.1\r\n`;if(typeof S==="string"){oe+=`host: ${S}\r\n`}else{oe+=i[xe]}if(T){oe+=`connection: upgrade\r\nupgrade: ${T}\r\n`}else if(i[Pe]&&!se[Ae]){oe+="connection: keep-alive\r\n"}else{oe+="connection: close\r\n"}if(_){oe+=_}if(Tt.sendHeaders.hasSubscribers){Tt.sendHeaders.publish({request:c,headers:oe,socket:se})}if(!d||ne===0){if(ie===0){se.write(`${oe}content-length: 0\r\n\r\n`,"latin1")}else{p(ie===null,"no body must not have content length");se.write(`${oe}\r\n`,"latin1")}c.onRequestSent()}else if(v.isBuffer(d)){p(ie===d.byteLength,"buffer body must have content length");se.cork();se.write(`${oe}content-length: ${ie}\r\n\r\n`,"latin1");se.write(d);se.uncork();c.onBodySent(d);c.onRequestSent();if(!te){se[Ae]=true}}else if(v.isBlobLike(d)){if(typeof d.stream==="function"){writeIterable({body:d.stream(),client:i,request:c,socket:se,contentLength:ie,header:oe,expectsPayload:te})}else{writeBlob({body:d,client:i,request:c,socket:se,contentLength:ie,header:oe,expectsPayload:te})}}else if(v.isStream(d)){writeStream({body:d,client:i,request:c,socket:se,contentLength:ie,header:oe,expectsPayload:te})}else if(v.isIterable(d)){writeIterable({body:d,client:i,request:c,socket:se,contentLength:ie,header:oe,expectsPayload:te})}else{p(false)}return true}function writeH2(i,c,d){const{body:A,method:C,path:S,host:T,upgrade:V,expectContinue:ee,signal:te,headers:ne}=d;let ie;if(typeof ne==="string")ie=_[gt](ne.trim());else ie=ne;if(V){errorRequest(i,d,new Error("Upgrade not supported for H2"));return false}try{d.onConnect((c=>{if(d.aborted||d.completed){return}errorRequest(i,d,c||new re)}))}catch(c){errorRequest(i,d,c)}if(d.aborted){return false}let se;const oe=i[ft];ie[bt]=T||i[pt];ie[Ct]=C;if(C==="CONNECT"){c.ref();se=c.request(ie,{endStream:false,signal:te});if(se.id&&!se.pending){d.onUpgrade(null,null,se);++oe.openStreams}else{se.once("ready",(()=>{d.onUpgrade(null,null,se);++oe.openStreams}))}se.once("close",(()=>{oe.openStreams-=1;if(oe.openStreams===0)c.unref()}));return true}ie[wt]=S;ie[It]="https";const le=C==="PUT"||C==="POST"||C==="PATCH";if(A&&typeof A.read==="function"){A.read(0)}let ce=v.bodyLength(A);if(ce==null){ce=d.contentLength}if(ce===0||!le){ce=null}if(shouldSendContentLength(C)&&ce>0&&d.contentLength!=null&&d.contentLength!==ce){if(i[ze]){errorRequest(i,d,new Z);return false}process.emitWarning(new Z)}if(ce!=null){p(A,"no body must not have content length");ie[Bt]=`${ce}`}c.ref();const de=C==="GET"||C==="HEAD";if(ee){ie[St]="100-continue";se=c.request(ie,{endStream:de,signal:te});se.once("continue",writeBodyH2)}else{se=c.request(ie,{endStream:de,signal:te});writeBodyH2()}++oe.openStreams;se.once("response",(i=>{const{[vt]:c,...p}=i;if(d.onHeaders(Number(c),p,se.resume.bind(se),"")===false){se.pause()}}));se.once("end",(()=>{d.onComplete([])}));se.on("data",(i=>{if(d.onData(i)===false){se.pause()}}));se.once("close",(()=>{oe.openStreams-=1;if(oe.openStreams===0){c.unref()}}));se.once("error",(function(c){if(i[At]&&!i[At].destroyed&&!this.closed&&!this.destroyed){oe.streams-=1;v.destroy(se,c)}}));se.once("frameError",((c,p)=>{const A=new ae(`HTTP/2: "frameError" received - type ${c}, code ${p}`);errorRequest(i,d,A);if(i[At]&&!i[At].destroyed&&!this.closed&&!this.destroyed){oe.streams-=1;v.destroy(se,A)}}));return true;function writeBodyH2(){if(!A){d.onRequestSent()}else if(v.isBuffer(A)){p(ce===A.byteLength,"buffer body must have content length");se.cork();se.write(A);se.uncork();se.end();d.onBodySent(A);d.onRequestSent()}else if(v.isBlobLike(A)){if(typeof A.stream==="function"){writeIterable({client:i,request:d,contentLength:ce,h2stream:se,expectsPayload:le,body:A.stream(),socket:i[Oe],header:""})}else{writeBlob({body:A,client:i,request:d,contentLength:ce,expectsPayload:le,h2stream:se,header:"",socket:i[Oe]})}}else if(v.isStream(A)){writeStream({body:A,client:i,request:d,contentLength:ce,expectsPayload:le,socket:i[Oe],h2stream:se,header:""})}else if(v.isIterable(A)){writeIterable({body:A,client:i,request:d,contentLength:ce,expectsPayload:le,header:"",h2stream:se,socket:i[Oe]})}else{p(false)}}}function writeStream({h2stream:i,body:c,client:d,request:A,socket:C,contentLength:T,header:_,expectsPayload:V}){p(T!==0||d[Ce]===0,"stream body cannot be pipelined");if(d[ct]==="h2"){const te=S(c,i,(d=>{if(d){v.destroy(c,d);v.destroy(i,d)}else{A.onRequestSent()}}));te.on("data",onPipeData);te.once("end",(()=>{te.removeListener("data",onPipeData);v.destroy(te)}));function onPipeData(i){A.onBodySent(i)}return}let Z=false;const ee=new AsyncWriter({socket:C,request:A,contentLength:T,client:d,expectsPayload:V,header:_});const onData=function(i){if(Z){return}try{if(!ee.write(i)&&this.pause){this.pause()}}catch(i){v.destroy(this,i)}};const onDrain=function(){if(Z){return}if(c.resume){c.resume()}};const onAbort=function(){if(Z){return}const i=new re;queueMicrotask((()=>onFinished(i)))};const onFinished=function(i){if(Z){return}Z=true;p(C.destroyed||C[Be]&&d[Ce]<=1);C.off("drain",onDrain).off("error",onFinished);c.removeListener("data",onData).removeListener("end",onFinished).removeListener("error",onFinished).removeListener("close",onAbort);if(!i){try{ee.end()}catch(c){i=c}}ee.destroy(i);if(i&&(i.code!=="UND_ERR_INFO"||i.message!=="reset")){v.destroy(c,i)}else{v.destroy(c)}};c.on("data",onData).on("end",onFinished).on("error",onFinished).on("close",onAbort);if(c.resume){c.resume()}C.on("drain",onDrain).on("error",onFinished)}async function writeBlob({h2stream:i,body:c,client:d,request:A,socket:C,contentLength:S,header:T,expectsPayload:_}){p(S===c.size,"blob body must have content length");const V=d[ct]==="h2";try{if(S!=null&&S!==c.size){throw new Z}const p=Buffer.from(await c.arrayBuffer());if(V){i.cork();i.write(p);i.uncork()}else{C.cork();C.write(`${T}content-length: ${S}\r\n\r\n`,"latin1");C.write(p);C.uncork()}A.onBodySent(p);A.onRequestSent();if(!_){C[Ae]=true}resume(d)}catch(c){v.destroy(V?i:C,c)}}async function writeIterable({h2stream:i,body:c,client:d,request:A,socket:C,contentLength:S,header:v,expectsPayload:T}){p(S!==0||d[Ce]===0,"iterator body cannot be pipelined");let _=null;function onDrain(){if(_){const i=_;_=null;i()}}const waitForDrain=()=>new Promise(((i,c)=>{p(_===null);if(C[ke]){c(C[ke])}else{_=i}}));if(d[ct]==="h2"){i.on("close",onDrain).on("drain",onDrain);try{for await(const d of c){if(C[ke]){throw C[ke]}const c=i.write(d);A.onBodySent(d);if(!c){await waitForDrain()}}}catch(c){i.destroy(c)}finally{A.onRequestSent();i.end();i.off("close",onDrain).off("drain",onDrain)}return}C.on("close",onDrain).on("drain",onDrain);const V=new AsyncWriter({socket:C,request:A,contentLength:S,client:d,expectsPayload:T,header:v});try{for await(const i of c){if(C[ke]){throw C[ke]}if(!V.write(i)){await waitForDrain()}}V.end()}catch(i){V.destroy(i)}finally{C.off("close",onDrain).off("drain",onDrain)}}class AsyncWriter{constructor({socket:i,request:c,contentLength:d,client:p,expectsPayload:A,header:C}){this.socket=i;this.request=c;this.contentLength=d;this.client=p;this.bytesWritten=0;this.expectsPayload=A;this.header=C;i[Be]=true}write(i){const{socket:c,request:d,contentLength:p,client:A,bytesWritten:C,expectsPayload:S,header:v}=this;if(c[ke]){throw c[ke]}if(c.destroyed){return false}const T=Buffer.byteLength(i);if(!T){return true}if(p!==null&&C+T>p){if(A[ze]){throw new Z}process.emitWarning(new Z)}c.cork();if(C===0){if(!S){c[Ae]=true}if(p===null){c.write(`${v}transfer-encoding: chunked\r\n`,"latin1")}else{c.write(`${v}content-length: ${p}\r\n\r\n`,"latin1")}}if(p===null){c.write(`\r\n${T.toString(16)}\r\n`,"latin1")}this.bytesWritten+=T;const _=c.write(i);c.uncork();d.onBodySent(i);if(!_){if(c[ge].timeout&&c[ge].timeoutType===Ut){if(c[ge].timeout.refresh){c[ge].timeout.refresh()}}}return _}end(){const{socket:i,contentLength:c,client:d,bytesWritten:p,expectsPayload:A,header:C,request:S}=this;S.onRequestSent();i[Be]=false;if(i[ke]){throw i[ke]}if(i.destroyed){return}if(p===0){if(A){i.write(`${C}content-length: 0\r\n\r\n`,"latin1")}else{i.write(`${C}\r\n`,"latin1")}}else if(c===null){i.write("\r\n0\r\n\r\n","latin1")}if(c!==null&&p!==c){if(d[ze]){throw new Z}else{process.emitWarning(new Z)}}if(i[ge].timeout&&i[ge].timeoutType===Ut){if(i[ge].timeout.refresh){i[ge].timeout.refresh()}}resume(d)}destroy(i){const{socket:c,client:d}=this;c[Be]=false;if(i){p(d[Ce]<=1,"pipeline should only contain this request");v.destroy(c,i)}}}function errorRequest(i,c,d){try{c.onError(d);p(c.aborted)}catch(d){i.emit("error",d)}}i.exports=Client},13194:(i,c,d)=>{"use strict";const{kConnected:p,kSize:A}=d(36443);class CompatWeakRef{constructor(i){this.value=i}deref(){return this.value[p]===0&&this.value[A]===0?undefined:this.value}}class CompatFinalizer{constructor(i){this.finalizer=i}register(i,c){if(i.on){i.on("disconnect",(()=>{if(i[p]===0&&i[A]===0){this.finalizer(c)}}))}}}i.exports=function(){if(process.env.NODE_V8_COVERAGE){return{WeakRef:CompatWeakRef,FinalizationRegistry:CompatFinalizer}}return{WeakRef:global.WeakRef||CompatWeakRef,FinalizationRegistry:global.FinalizationRegistry||CompatFinalizer}}},19237:i=>{"use strict";const c=1024;const d=4096;i.exports={maxAttributeValueSize:c,maxNameValuePairSize:d}},53168:(i,c,d)=>{"use strict";const{parseSetCookie:p}=d(8915);const{stringify:A}=d(3834);const{webidl:C}=d(74222);const{Headers:S}=d(26349);function getCookies(i){C.argumentLengthCheck(arguments,1,{header:"getCookies"});C.brandCheck(i,S,{strict:false});const c=i.get("cookie");const d={};if(!c){return d}for(const i of c.split(";")){const[c,...p]=i.split("=");d[c.trim()]=p.join("=")}return d}function deleteCookie(i,c,d){C.argumentLengthCheck(arguments,2,{header:"deleteCookie"});C.brandCheck(i,S,{strict:false});c=C.converters.DOMString(c);d=C.converters.DeleteCookieAttributes(d);setCookie(i,{name:c,value:"",expires:new Date(0),...d})}function getSetCookies(i){C.argumentLengthCheck(arguments,1,{header:"getSetCookies"});C.brandCheck(i,S,{strict:false});const c=i.getSetCookie();if(!c){return[]}return c.map((i=>p(i)))}function setCookie(i,c){C.argumentLengthCheck(arguments,2,{header:"setCookie"});C.brandCheck(i,S,{strict:false});c=C.converters.Cookie(c);const d=A(c);if(d){i.append("Set-Cookie",A(c))}}C.converters.DeleteCookieAttributes=C.dictionaryConverter([{converter:C.nullableConverter(C.converters.DOMString),key:"path",defaultValue:null},{converter:C.nullableConverter(C.converters.DOMString),key:"domain",defaultValue:null}]);C.converters.Cookie=C.dictionaryConverter([{converter:C.converters.DOMString,key:"name"},{converter:C.converters.DOMString,key:"value"},{converter:C.nullableConverter((i=>{if(typeof i==="number"){return C.converters["unsigned long long"](i)}return new Date(i)})),key:"expires",defaultValue:null},{converter:C.nullableConverter(C.converters["long long"]),key:"maxAge",defaultValue:null},{converter:C.nullableConverter(C.converters.DOMString),key:"domain",defaultValue:null},{converter:C.nullableConverter(C.converters.DOMString),key:"path",defaultValue:null},{converter:C.nullableConverter(C.converters.boolean),key:"secure",defaultValue:null},{converter:C.nullableConverter(C.converters.boolean),key:"httpOnly",defaultValue:null},{converter:C.converters.USVString,key:"sameSite",allowedValues:["Strict","Lax","None"]},{converter:C.sequenceConverter(C.converters.DOMString),key:"unparsed",defaultValue:[]}]);i.exports={getCookies:getCookies,deleteCookie:deleteCookie,getSetCookies:getSetCookies,setCookie:setCookie}},8915:(i,c,d)=>{"use strict";const{maxNameValuePairSize:p,maxAttributeValueSize:A}=d(19237);const{isCTLExcludingHtab:C}=d(3834);const{collectASequenceOfCodePointsFast:S}=d(94322);const v=d(42613);function parseSetCookie(i){if(C(i)){return null}let c="";let d="";let A="";let v="";if(i.includes(";")){const p={position:0};c=S(";",i,p);d=i.slice(p.position)}else{c=i}if(!c.includes("=")){v=c}else{const i={position:0};A=S("=",c,i);v=c.slice(i.position+1)}A=A.trim();v=v.trim();if(A.length+v.length>p){return null}return{name:A,value:v,...parseUnparsedAttributes(d)}}function parseUnparsedAttributes(i,c={}){if(i.length===0){return c}v(i[0]===";");i=i.slice(1);let d="";if(i.includes(";")){d=S(";",i,{position:0});i=i.slice(d.length)}else{d=i;i=""}let p="";let C="";if(d.includes("=")){const i={position:0};p=S("=",d,i);C=d.slice(i.position+1)}else{p=d}p=p.trim();C=C.trim();if(C.length>A){return parseUnparsedAttributes(i,c)}const T=p.toLowerCase();if(T==="expires"){const i=new Date(C);c.expires=i}else if(T==="max-age"){const d=C.charCodeAt(0);if((d<48||d>57)&&C[0]!=="-"){return parseUnparsedAttributes(i,c)}if(!/^\d+$/.test(C)){return parseUnparsedAttributes(i,c)}const p=Number(C);c.maxAge=p}else if(T==="domain"){let i=C;if(i[0]==="."){i=i.slice(1)}i=i.toLowerCase();c.domain=i}else if(T==="path"){let i="";if(C.length===0||C[0]!=="/"){i="/"}else{i=C}c.path=i}else if(T==="secure"){c.secure=true}else if(T==="httponly"){c.httpOnly=true}else if(T==="samesite"){let i="Default";const d=C.toLowerCase();if(d.includes("none")){i="None"}if(d.includes("strict")){i="Strict"}if(d.includes("lax")){i="Lax"}c.sameSite=i}else{c.unparsed??=[];c.unparsed.push(`${p}=${C}`)}return parseUnparsedAttributes(i,c)}i.exports={parseSetCookie:parseSetCookie,parseUnparsedAttributes:parseUnparsedAttributes}},3834:i=>{"use strict";function isCTLExcludingHtab(i){if(i.length===0){return false}for(const c of i){const i=c.charCodeAt(0);if(i>=0||i<=8||(i>=10||i<=31)||i===127){return false}}}function validateCookieName(i){for(const c of i){const i=c.charCodeAt(0);if(i<=32||i>127||c==="("||c===")"||c===">"||c==="<"||c==="@"||c===","||c===";"||c===":"||c==="\\"||c==='"'||c==="/"||c==="["||c==="]"||c==="?"||c==="="||c==="{"||c==="}"){throw new Error("Invalid cookie name")}}}function validateCookieValue(i){for(const c of i){const i=c.charCodeAt(0);if(i<33||i===34||i===44||i===59||i===92||i>126){throw new Error("Invalid header value")}}}function validateCookiePath(i){for(const c of i){const i=c.charCodeAt(0);if(i<33||c===";"){throw new Error("Invalid cookie path")}}}function validateCookieDomain(i){if(i.startsWith("-")||i.endsWith(".")||i.endsWith("-")){throw new Error("Invalid cookie domain")}}function toIMFDate(i){if(typeof i==="number"){i=new Date(i)}const c=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"];const d=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];const p=c[i.getUTCDay()];const A=i.getUTCDate().toString().padStart(2,"0");const C=d[i.getUTCMonth()];const S=i.getUTCFullYear();const v=i.getUTCHours().toString().padStart(2,"0");const T=i.getUTCMinutes().toString().padStart(2,"0");const _=i.getUTCSeconds().toString().padStart(2,"0");return`${p}, ${A} ${C} ${S} ${v}:${T}:${_} GMT`}function validateCookieMaxAge(i){if(i<0){throw new Error("Invalid cookie max-age")}}function stringify(i){if(i.name.length===0){return null}validateCookieName(i.name);validateCookieValue(i.value);const c=[`${i.name}=${i.value}`];if(i.name.startsWith("__Secure-")){i.secure=true}if(i.name.startsWith("__Host-")){i.secure=true;i.domain=null;i.path="/"}if(i.secure){c.push("Secure")}if(i.httpOnly){c.push("HttpOnly")}if(typeof i.maxAge==="number"){validateCookieMaxAge(i.maxAge);c.push(`Max-Age=${i.maxAge}`)}if(i.domain){validateCookieDomain(i.domain);c.push(`Domain=${i.domain}`)}if(i.path){validateCookiePath(i.path);c.push(`Path=${i.path}`)}if(i.expires&&i.expires.toString()!=="Invalid Date"){c.push(`Expires=${toIMFDate(i.expires)}`)}if(i.sameSite){c.push(`SameSite=${i.sameSite}`)}for(const d of i.unparsed){if(!d.includes("=")){throw new Error("Invalid unparsed")}const[i,...p]=d.split("=");c.push(`${i.trim()}=${p.join("=")}`)}return c.join("; ")}i.exports={isCTLExcludingHtab:isCTLExcludingHtab,validateCookieName:validateCookieName,validateCookiePath:validateCookiePath,validateCookieValue:validateCookieValue,toIMFDate:toIMFDate,stringify:stringify}},59136:(i,c,d)=>{"use strict";const p=d(69278);const A=d(42613);const C=d(3440);const{InvalidArgumentError:S,ConnectTimeoutError:v}=d(68707);let T;let _;if(global.FinalizationRegistry&&!process.env.NODE_V8_COVERAGE){_=class WeakSessionCache{constructor(i){this._maxCachedSessions=i;this._sessionCache=new Map;this._sessionRegistry=new global.FinalizationRegistry((i=>{if(this._sessionCache.size<this._maxCachedSessions){return}const c=this._sessionCache.get(i);if(c!==undefined&&c.deref()===undefined){this._sessionCache.delete(i)}}))}get(i){const c=this._sessionCache.get(i);return c?c.deref():null}set(i,c){if(this._maxCachedSessions===0){return}this._sessionCache.set(i,new WeakRef(c));this._sessionRegistry.register(c,i)}}}else{_=class SimpleSessionCache{constructor(i){this._maxCachedSessions=i;this._sessionCache=new Map}get(i){return this._sessionCache.get(i)}set(i,c){if(this._maxCachedSessions===0){return}if(this._sessionCache.size>=this._maxCachedSessions){const{value:i}=this._sessionCache.keys().next();this._sessionCache.delete(i)}this._sessionCache.set(i,c)}}}function buildConnector({allowH2:i,maxCachedSessions:c,socketPath:v,timeout:V,...Z}){if(c!=null&&(!Number.isInteger(c)||c<0)){throw new S("maxCachedSessions must be a positive integer or zero")}const ee={path:v,...Z};const te=new _(c==null?100:c);V=V==null?1e4:V;i=i!=null?i:false;return function connect({hostname:c,host:S,protocol:v,port:_,servername:Z,localAddress:re,httpSocket:ne},ie){let se;if(v==="https:"){if(!T){T=d(64756)}Z=Z||ee.servername||C.getServerName(S)||null;const p=Z||c;const v=te.get(p)||null;A(p);se=T.connect({highWaterMark:16384,...ee,servername:Z,session:v,localAddress:re,ALPNProtocols:i?["http/1.1","h2"]:["http/1.1"],socket:ne,port:_||443,host:c});se.on("session",(function(i){te.set(p,i)}))}else{A(!ne,"httpSocket can only be sent on TLS update");se=p.connect({highWaterMark:64*1024,...ee,localAddress:re,port:_||80,host:c})}if(ee.keepAlive==null||ee.keepAlive){const i=ee.keepAliveInitialDelay===undefined?6e4:ee.keepAliveInitialDelay;se.setKeepAlive(true,i)}const ae=setupTimeout((()=>onConnectTimeout(se)),V);se.setNoDelay(true).once(v==="https:"?"secureConnect":"connect",(function(){ae();if(ie){const i=ie;ie=null;i(null,this)}})).on("error",(function(i){ae();if(ie){const c=ie;ie=null;c(i)}}));return se}}function setupTimeout(i,c){if(!c){return()=>{}}let d=null;let p=null;const A=setTimeout((()=>{d=setImmediate((()=>{if(process.platform==="win32"){p=setImmediate((()=>i()))}else{i()}}))}),c);return()=>{clearTimeout(A);clearImmediate(d);clearImmediate(p)}}function onConnectTimeout(i){C.destroy(i,new v)}i.exports=buildConnector},10735:i=>{"use strict";const c={};const d=["Accept","Accept-Encoding","Accept-Language","Accept-Ranges","Access-Control-Allow-Credentials","Access-Control-Allow-Headers","Access-Control-Allow-Methods","Access-Control-Allow-Origin","Access-Control-Expose-Headers","Access-Control-Max-Age","Access-Control-Request-Headers","Access-Control-Request-Method","Age","Allow","Alt-Svc","Alt-Used","Authorization","Cache-Control","Clear-Site-Data","Connection","Content-Disposition","Content-Encoding","Content-Language","Content-Length","Content-Location","Content-Range","Content-Security-Policy","Content-Security-Policy-Report-Only","Content-Type","Cookie","Cross-Origin-Embedder-Policy","Cross-Origin-Opener-Policy","Cross-Origin-Resource-Policy","Date","Device-Memory","Downlink","ECT","ETag","Expect","Expect-CT","Expires","Forwarded","From","Host","If-Match","If-Modified-Since","If-None-Match","If-Range","If-Unmodified-Since","Keep-Alive","Last-Modified","Link","Location","Max-Forwards","Origin","Permissions-Policy","Pragma","Proxy-Authenticate","Proxy-Authorization","RTT","Range","Referer","Referrer-Policy","Refresh","Retry-After","Sec-WebSocket-Accept","Sec-WebSocket-Extensions","Sec-WebSocket-Key","Sec-WebSocket-Protocol","Sec-WebSocket-Version","Server","Server-Timing","Service-Worker-Allowed","Service-Worker-Navigation-Preload","Set-Cookie","SourceMap","Strict-Transport-Security","Supports-Loading-Mode","TE","Timing-Allow-Origin","Trailer","Transfer-Encoding","Upgrade","Upgrade-Insecure-Requests","User-Agent","Vary","Via","WWW-Authenticate","X-Content-Type-Options","X-DNS-Prefetch-Control","X-Frame-Options","X-Permitted-Cross-Domain-Policies","X-Powered-By","X-Requested-With","X-XSS-Protection"];for(let i=0;i<d.length;++i){const p=d[i];const A=p.toLowerCase();c[p]=c[A]=A}Object.setPrototypeOf(c,null);i.exports={wellknownHeaderNames:d,headerNameLowerCasedRecord:c}},68707:i=>{"use strict";class UndiciError extends Error{constructor(i){super(i);this.name="UndiciError";this.code="UND_ERR"}}class ConnectTimeoutError extends UndiciError{constructor(i){super(i);Error.captureStackTrace(this,ConnectTimeoutError);this.name="ConnectTimeoutError";this.message=i||"Connect Timeout Error";this.code="UND_ERR_CONNECT_TIMEOUT"}}class HeadersTimeoutError extends UndiciError{constructor(i){super(i);Error.captureStackTrace(this,HeadersTimeoutError);this.name="HeadersTimeoutError";this.message=i||"Headers Timeout Error";this.code="UND_ERR_HEADERS_TIMEOUT"}}class HeadersOverflowError extends UndiciError{constructor(i){super(i);Error.captureStackTrace(this,HeadersOverflowError);this.name="HeadersOverflowError";this.message=i||"Headers Overflow Error";this.code="UND_ERR_HEADERS_OVERFLOW"}}class BodyTimeoutError extends UndiciError{constructor(i){super(i);Error.captureStackTrace(this,BodyTimeoutError);this.name="BodyTimeoutError";this.message=i||"Body Timeout Error";this.code="UND_ERR_BODY_TIMEOUT"}}class ResponseStatusCodeError extends UndiciError{constructor(i,c,d,p){super(i);Error.captureStackTrace(this,ResponseStatusCodeError);this.name="ResponseStatusCodeError";this.message=i||"Response Status Code Error";this.code="UND_ERR_RESPONSE_STATUS_CODE";this.body=p;this.status=c;this.statusCode=c;this.headers=d}}class InvalidArgumentError extends UndiciError{constructor(i){super(i);Error.captureStackTrace(this,InvalidArgumentError);this.name="InvalidArgumentError";this.message=i||"Invalid Argument Error";this.code="UND_ERR_INVALID_ARG"}}class InvalidReturnValueError extends UndiciError{constructor(i){super(i);Error.captureStackTrace(this,InvalidReturnValueError);this.name="InvalidReturnValueError";this.message=i||"Invalid Return Value Error";this.code="UND_ERR_INVALID_RETURN_VALUE"}}class RequestAbortedError extends UndiciError{constructor(i){super(i);Error.captureStackTrace(this,RequestAbortedError);this.name="AbortError";this.message=i||"Request aborted";this.code="UND_ERR_ABORTED"}}class InformationalError extends UndiciError{constructor(i){super(i);Error.captureStackTrace(this,InformationalError);this.name="InformationalError";this.message=i||"Request information";this.code="UND_ERR_INFO"}}class RequestContentLengthMismatchError extends UndiciError{constructor(i){super(i);Error.captureStackTrace(this,RequestContentLengthMismatchError);this.name="RequestContentLengthMismatchError";this.message=i||"Request body length does not match content-length header";this.code="UND_ERR_REQ_CONTENT_LENGTH_MISMATCH"}}class ResponseContentLengthMismatchError extends UndiciError{constructor(i){super(i);Error.captureStackTrace(this,ResponseContentLengthMismatchError);this.name="ResponseContentLengthMismatchError";this.message=i||"Response body length does not match content-length header";this.code="UND_ERR_RES_CONTENT_LENGTH_MISMATCH"}}class ClientDestroyedError extends UndiciError{constructor(i){super(i);Error.captureStackTrace(this,ClientDestroyedError);this.name="ClientDestroyedError";this.message=i||"The client is destroyed";this.code="UND_ERR_DESTROYED"}}class ClientClosedError extends UndiciError{constructor(i){super(i);Error.captureStackTrace(this,ClientClosedError);this.name="ClientClosedError";this.message=i||"The client is closed";this.code="UND_ERR_CLOSED"}}class SocketError extends UndiciError{constructor(i,c){super(i);Error.captureStackTrace(this,SocketError);this.name="SocketError";this.message=i||"Socket error";this.code="UND_ERR_SOCKET";this.socket=c}}class NotSupportedError extends UndiciError{constructor(i){super(i);Error.captureStackTrace(this,NotSupportedError);this.name="NotSupportedError";this.message=i||"Not supported error";this.code="UND_ERR_NOT_SUPPORTED"}}class BalancedPoolMissingUpstreamError extends UndiciError{constructor(i){super(i);Error.captureStackTrace(this,NotSupportedError);this.name="MissingUpstreamError";this.message=i||"No upstream has been added to the BalancedPool";this.code="UND_ERR_BPL_MISSING_UPSTREAM"}}class HTTPParserError extends Error{constructor(i,c,d){super(i);Error.captureStackTrace(this,HTTPParserError);this.name="HTTPParserError";this.code=c?`HPE_${c}`:undefined;this.data=d?d.toString():undefined}}class ResponseExceededMaxSizeError extends UndiciError{constructor(i){super(i);Error.captureStackTrace(this,ResponseExceededMaxSizeError);this.name="ResponseExceededMaxSizeError";this.message=i||"Response content exceeded max size";this.code="UND_ERR_RES_EXCEEDED_MAX_SIZE"}}class RequestRetryError extends UndiciError{constructor(i,c,{headers:d,data:p}){super(i);Error.captureStackTrace(this,RequestRetryError);this.name="RequestRetryError";this.message=i||"Request retry error";this.code="UND_ERR_REQ_RETRY";this.statusCode=c;this.data=p;this.headers=d}}i.exports={HTTPParserError:HTTPParserError,UndiciError:UndiciError,HeadersTimeoutError:HeadersTimeoutError,HeadersOverflowError:HeadersOverflowError,BodyTimeoutError:BodyTimeoutError,RequestContentLengthMismatchError:RequestContentLengthMismatchError,ConnectTimeoutError:ConnectTimeoutError,ResponseStatusCodeError:ResponseStatusCodeError,InvalidArgumentError:InvalidArgumentError,InvalidReturnValueError:InvalidReturnValueError,RequestAbortedError:RequestAbortedError,ClientDestroyedError:ClientDestroyedError,ClientClosedError:ClientClosedError,InformationalError:InformationalError,SocketError:SocketError,NotSupportedError:NotSupportedError,ResponseContentLengthMismatchError:ResponseContentLengthMismatchError,BalancedPoolMissingUpstreamError:BalancedPoolMissingUpstreamError,ResponseExceededMaxSizeError:ResponseExceededMaxSizeError,RequestRetryError:RequestRetryError}},44655:(i,c,d)=>{"use strict";const{InvalidArgumentError:p,NotSupportedError:A}=d(68707);const C=d(42613);const{kHTTP2BuildRequest:S,kHTTP2CopyHeaders:v,kHTTP1BuildRequest:T}=d(36443);const _=d(3440);const V=/^[\^_`a-zA-Z\-0-9!#$%&'*+.|~]+$/;const Z=/[^\t\x20-\x7e\x80-\xff]/;const ee=/[^\u0021-\u00ff]/;const te=Symbol("handler");const re={};let ne;try{const i=d(31637);re.create=i.channel("undici:request:create");re.bodySent=i.channel("undici:request:bodySent");re.headers=i.channel("undici:request:headers");re.trailers=i.channel("undici:request:trailers");re.error=i.channel("undici:request:error")}catch{re.create={hasSubscribers:false};re.bodySent={hasSubscribers:false};re.headers={hasSubscribers:false};re.trailers={hasSubscribers:false};re.error={hasSubscribers:false}}class Request{constructor(i,{path:c,method:A,body:C,headers:S,query:v,idempotent:T,blocking:Z,upgrade:ie,headersTimeout:se,bodyTimeout:ae,reset:oe,throwOnError:le,expectContinue:ce},de){if(typeof c!=="string"){throw new p("path must be a string")}else if(c[0]!=="/"&&!(c.startsWith("http://")||c.startsWith("https://"))&&A!=="CONNECT"){throw new p("path must be an absolute URL or start with a slash")}else if(ee.exec(c)!==null){throw new p("invalid request path")}if(typeof A!=="string"){throw new p("method must be a string")}else if(V.exec(A)===null){throw new p("invalid request method")}if(ie&&typeof ie!=="string"){throw new p("upgrade must be a string")}if(se!=null&&(!Number.isFinite(se)||se<0)){throw new p("invalid headersTimeout")}if(ae!=null&&(!Number.isFinite(ae)||ae<0)){throw new p("invalid bodyTimeout")}if(oe!=null&&typeof oe!=="boolean"){throw new p("invalid reset")}if(ce!=null&&typeof ce!=="boolean"){throw new p("invalid expectContinue")}this.headersTimeout=se;this.bodyTimeout=ae;this.throwOnError=le===true;this.method=A;this.abort=null;if(C==null){this.body=null}else if(_.isStream(C)){this.body=C;const i=this.body._readableState;if(!i||!i.autoDestroy){this.endHandler=function autoDestroy(){_.destroy(this)};this.body.on("end",this.endHandler)}this.errorHandler=i=>{if(this.abort){this.abort(i)}else{this.error=i}};this.body.on("error",this.errorHandler)}else if(_.isBuffer(C)){this.body=C.byteLength?C:null}else if(ArrayBuffer.isView(C)){this.body=C.buffer.byteLength?Buffer.from(C.buffer,C.byteOffset,C.byteLength):null}else if(C instanceof ArrayBuffer){this.body=C.byteLength?Buffer.from(C):null}else if(typeof C==="string"){this.body=C.length?Buffer.from(C):null}else if(_.isFormDataLike(C)||_.isIterable(C)||_.isBlobLike(C)){this.body=C}else{throw new p("body must be a string, a Buffer, a Readable stream, an iterable, or an async iterable")}this.completed=false;this.aborted=false;this.upgrade=ie||null;this.path=v?_.buildURL(c,v):c;this.origin=i;this.idempotent=T==null?A==="HEAD"||A==="GET":T;this.blocking=Z==null?false:Z;this.reset=oe==null?null:oe;this.host=null;this.contentLength=null;this.contentType=null;this.headers="";this.expectContinue=ce!=null?ce:false;if(Array.isArray(S)){if(S.length%2!==0){throw new p("headers array must be even")}for(let i=0;i<S.length;i+=2){processHeader(this,S[i],S[i+1])}}else if(S&&typeof S==="object"){const i=Object.keys(S);for(let c=0;c<i.length;c++){const d=i[c];processHeader(this,d,S[d])}}else if(S!=null){throw new p("headers must be an object or an array")}if(_.isFormDataLike(this.body)){if(_.nodeMajor<16||_.nodeMajor===16&&_.nodeMinor<8){throw new p("Form-Data bodies are only supported in node v16.8 and newer.")}if(!ne){ne=d(8923).extractBody}const[i,c]=ne(C);if(this.contentType==null){this.contentType=c;this.headers+=`content-type: ${c}\r\n`}this.body=i.stream;this.contentLength=i.length}else if(_.isBlobLike(C)&&this.contentType==null&&C.type){this.contentType=C.type;this.headers+=`content-type: ${C.type}\r\n`}_.validateHandler(de,A,ie);this.servername=_.getServerName(this.host);this[te]=de;if(re.create.hasSubscribers){re.create.publish({request:this})}}onBodySent(i){if(this[te].onBodySent){try{return this[te].onBodySent(i)}catch(i){this.abort(i)}}}onRequestSent(){if(re.bodySent.hasSubscribers){re.bodySent.publish({request:this})}if(this[te].onRequestSent){try{return this[te].onRequestSent()}catch(i){this.abort(i)}}}onConnect(i){C(!this.aborted);C(!this.completed);if(this.error){i(this.error)}else{this.abort=i;return this[te].onConnect(i)}}onHeaders(i,c,d,p){C(!this.aborted);C(!this.completed);if(re.headers.hasSubscribers){re.headers.publish({request:this,response:{statusCode:i,headers:c,statusText:p}})}try{return this[te].onHeaders(i,c,d,p)}catch(i){this.abort(i)}}onData(i){C(!this.aborted);C(!this.completed);try{return this[te].onData(i)}catch(i){this.abort(i);return false}}onUpgrade(i,c,d){C(!this.aborted);C(!this.completed);return this[te].onUpgrade(i,c,d)}onComplete(i){this.onFinally();C(!this.aborted);this.completed=true;if(re.trailers.hasSubscribers){re.trailers.publish({request:this,trailers:i})}try{return this[te].onComplete(i)}catch(i){this.onError(i)}}onError(i){this.onFinally();if(re.error.hasSubscribers){re.error.publish({request:this,error:i})}if(this.aborted){return}this.aborted=true;return this[te].onError(i)}onFinally(){if(this.errorHandler){this.body.off("error",this.errorHandler);this.errorHandler=null}if(this.endHandler){this.body.off("end",this.endHandler);this.endHandler=null}}addHeader(i,c){processHeader(this,i,c);return this}static[T](i,c,d){return new Request(i,c,d)}static[S](i,c,d){const A=c.headers;c={...c,headers:null};const C=new Request(i,c,d);C.headers={};if(Array.isArray(A)){if(A.length%2!==0){throw new p("headers array must be even")}for(let i=0;i<A.length;i+=2){processHeader(C,A[i],A[i+1],true)}}else if(A&&typeof A==="object"){const i=Object.keys(A);for(let c=0;c<i.length;c++){const d=i[c];processHeader(C,d,A[d],true)}}else if(A!=null){throw new p("headers must be an object or an array")}return C}static[v](i){const c=i.split("\r\n");const d={};for(const i of c){const[c,p]=i.split(": ");if(p==null||p.length===0)continue;if(d[c])d[c]+=`,${p}`;else d[c]=p}return d}}function processHeaderValue(i,c,d){if(c&&typeof c==="object"){throw new p(`invalid ${i} header`)}c=c!=null?`${c}`:"";if(Z.exec(c)!==null){throw new p(`invalid ${i} header`)}return d?c:`${i}: ${c}\r\n`}function processHeader(i,c,d,C=false){if(d&&(typeof d==="object"&&!Array.isArray(d))){throw new p(`invalid ${c} header`)}else if(d===undefined){return}if(i.host===null&&c.length===4&&c.toLowerCase()==="host"){if(Z.exec(d)!==null){throw new p(`invalid ${c} header`)}i.host=d}else if(i.contentLength===null&&c.length===14&&c.toLowerCase()==="content-length"){i.contentLength=parseInt(d,10);if(!Number.isFinite(i.contentLength)){throw new p("invalid content-length header")}}else if(i.contentType===null&&c.length===12&&c.toLowerCase()==="content-type"){i.contentType=d;if(C)i.headers[c]=processHeaderValue(c,d,C);else i.headers+=processHeaderValue(c,d)}else if(c.length===17&&c.toLowerCase()==="transfer-encoding"){throw new p("invalid transfer-encoding header")}else if(c.length===10&&c.toLowerCase()==="connection"){const c=typeof d==="string"?d.toLowerCase():null;if(c!=="close"&&c!=="keep-alive"){throw new p("invalid connection header")}else if(c==="close"){i.reset=true}}else if(c.length===10&&c.toLowerCase()==="keep-alive"){throw new p("invalid keep-alive header")}else if(c.length===7&&c.toLowerCase()==="upgrade"){throw new p("invalid upgrade header")}else if(c.length===6&&c.toLowerCase()==="expect"){throw new A("expect header not supported")}else if(V.exec(c)===null){throw new p("invalid header key")}else{if(Array.isArray(d)){for(let p=0;p<d.length;p++){if(C){if(i.headers[c])i.headers[c]+=`,${processHeaderValue(c,d[p],C)}`;else i.headers[c]=processHeaderValue(c,d[p],C)}else{i.headers+=processHeaderValue(c,d[p])}}}else{if(C)i.headers[c]=processHeaderValue(c,d,C);else i.headers+=processHeaderValue(c,d)}}}i.exports=Request},36443:i=>{i.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"),kHeadersList:Symbol("headers list"),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"),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"),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"),kHTTP2BuildRequest:Symbol("http2 build request"),kHTTP1BuildRequest:Symbol("http1 build request"),kHTTP2CopyHeaders:Symbol("http2 copy headers"),kHTTPConnVersion:Symbol("http connection version"),kRetryHandlerDefaultRetry:Symbol("retry agent default retry"),kConstruct:Symbol("constructable")}},3440:(i,c,d)=>{"use strict";const p=d(42613);const{kDestroyed:A,kBodyUsed:C}=d(36443);const{IncomingMessage:S}=d(58611);const v=d(2203);const T=d(69278);const{InvalidArgumentError:_}=d(68707);const{Blob:V}=d(20181);const Z=d(39023);const{stringify:ee}=d(83480);const{headerNameLowerCasedRecord:te}=d(10735);const[re,ne]=process.versions.node.split(".").map((i=>Number(i)));function nop(){}function isStream(i){return i&&typeof i==="object"&&typeof i.pipe==="function"&&typeof i.on==="function"}function isBlobLike(i){return V&&i instanceof V||i&&typeof i==="object"&&(typeof i.stream==="function"||typeof i.arrayBuffer==="function")&&/^(Blob|File)$/.test(i[Symbol.toStringTag])}function buildURL(i,c){if(i.includes("?")||i.includes("#")){throw new Error('Query params cannot be passed when url already contains "?" or "#".')}const d=ee(c);if(d){i+="?"+d}return i}function parseURL(i){if(typeof i==="string"){i=new URL(i);if(!/^https?:/.test(i.origin||i.protocol)){throw new _("Invalid URL protocol: the URL must start with `http:` or `https:`.")}return i}if(!i||typeof i!=="object"){throw new _("Invalid URL: The URL argument must be a non-null object.")}if(!/^https?:/.test(i.origin||i.protocol)){throw new _("Invalid URL protocol: the URL must start with `http:` or `https:`.")}if(!(i instanceof URL)){if(i.port!=null&&i.port!==""&&!Number.isFinite(parseInt(i.port))){throw new _("Invalid URL: port must be a valid integer or a string representation of an integer.")}if(i.path!=null&&typeof i.path!=="string"){throw new _("Invalid URL path: the path must be a string or null/undefined.")}if(i.pathname!=null&&typeof i.pathname!=="string"){throw new _("Invalid URL pathname: the pathname must be a string or null/undefined.")}if(i.hostname!=null&&typeof i.hostname!=="string"){throw new _("Invalid URL hostname: the hostname must be a string or null/undefined.")}if(i.origin!=null&&typeof i.origin!=="string"){throw new _("Invalid URL origin: the origin must be a string or null/undefined.")}const c=i.port!=null?i.port:i.protocol==="https:"?443:80;let d=i.origin!=null?i.origin:`${i.protocol}//${i.hostname}:${c}`;let p=i.path!=null?i.path:`${i.pathname||""}${i.search||""}`;if(d.endsWith("/")){d=d.substring(0,d.length-1)}if(p&&!p.startsWith("/")){p=`/${p}`}i=new URL(d+p)}return i}function parseOrigin(i){i=parseURL(i);if(i.pathname!=="/"||i.search||i.hash){throw new _("invalid url")}return i}function getHostname(i){if(i[0]==="["){const c=i.indexOf("]");p(c!==-1);return i.substring(1,c)}const c=i.indexOf(":");if(c===-1)return i;return i.substring(0,c)}function getServerName(i){if(!i){return null}p.strictEqual(typeof i,"string");const c=getHostname(i);if(T.isIP(c)){return""}return c}function deepClone(i){return JSON.parse(JSON.stringify(i))}function isAsyncIterable(i){return!!(i!=null&&typeof i[Symbol.asyncIterator]==="function")}function isIterable(i){return!!(i!=null&&(typeof i[Symbol.iterator]==="function"||typeof i[Symbol.asyncIterator]==="function"))}function bodyLength(i){if(i==null){return 0}else if(isStream(i)){const c=i._readableState;return c&&c.objectMode===false&&c.ended===true&&Number.isFinite(c.length)?c.length:null}else if(isBlobLike(i)){return i.size!=null?i.size:null}else if(isBuffer(i)){return i.byteLength}return null}function isDestroyed(i){return!i||!!(i.destroyed||i[A])}function isReadableAborted(i){const c=i&&i._readableState;return isDestroyed(i)&&c&&!c.endEmitted}function destroy(i,c){if(i==null||!isStream(i)||isDestroyed(i)){return}if(typeof i.destroy==="function"){if(Object.getPrototypeOf(i).constructor===S){i.socket=null}i.destroy(c)}else if(c){process.nextTick(((i,c)=>{i.emit("error",c)}),i,c)}if(i.destroyed!==true){i[A]=true}}const ie=/timeout=(\d+)/;function parseKeepAliveTimeout(i){const c=i.toString().match(ie);return c?parseInt(c[1],10)*1e3:null}function headerNameToString(i){return te[i]||i.toLowerCase()}function parseHeaders(i,c={}){if(!Array.isArray(i))return i;for(let d=0;d<i.length;d+=2){const p=i[d].toString().toLowerCase();let A=c[p];if(!A){if(Array.isArray(i[d+1])){c[p]=i[d+1].map((i=>i.toString("utf8")))}else{c[p]=i[d+1].toString("utf8")}}else{if(!Array.isArray(A)){A=[A];c[p]=A}A.push(i[d+1].toString("utf8"))}}if("content-length"in c&&"content-disposition"in c){c["content-disposition"]=Buffer.from(c["content-disposition"]).toString("latin1")}return c}function parseRawHeaders(i){const c=[];let d=false;let p=-1;for(let A=0;A<i.length;A+=2){const C=i[A+0].toString();const S=i[A+1].toString("utf8");if(C.length===14&&(C==="content-length"||C.toLowerCase()==="content-length")){c.push(C,S);d=true}else if(C.length===19&&(C==="content-disposition"||C.toLowerCase()==="content-disposition")){p=c.push(C,S)-1}else{c.push(C,S)}}if(d&&p!==-1){c[p]=Buffer.from(c[p]).toString("latin1")}return c}function isBuffer(i){return i instanceof Uint8Array||Buffer.isBuffer(i)}function validateHandler(i,c,d){if(!i||typeof i!=="object"){throw new _("handler must be an object")}if(typeof i.onConnect!=="function"){throw new _("invalid onConnect method")}if(typeof i.onError!=="function"){throw new _("invalid onError method")}if(typeof i.onBodySent!=="function"&&i.onBodySent!==undefined){throw new _("invalid onBodySent method")}if(d||c==="CONNECT"){if(typeof i.onUpgrade!=="function"){throw new _("invalid onUpgrade method")}}else{if(typeof i.onHeaders!=="function"){throw new _("invalid onHeaders method")}if(typeof i.onData!=="function"){throw new _("invalid onData method")}if(typeof i.onComplete!=="function"){throw new _("invalid onComplete method")}}}function isDisturbed(i){return!!(i&&(v.isDisturbed?v.isDisturbed(i)||i[C]:i[C]||i.readableDidRead||i._readableState&&i._readableState.dataEmitted||isReadableAborted(i)))}function isErrored(i){return!!(i&&(v.isErrored?v.isErrored(i):/state: 'errored'/.test(Z.inspect(i))))}function isReadable(i){return!!(i&&(v.isReadable?v.isReadable(i):/state: 'readable'/.test(Z.inspect(i))))}function getSocketInfo(i){return{localAddress:i.localAddress,localPort:i.localPort,remoteAddress:i.remoteAddress,remotePort:i.remotePort,remoteFamily:i.remoteFamily,timeout:i.timeout,bytesWritten:i.bytesWritten,bytesRead:i.bytesRead}}async function*convertIterableToBuffer(i){for await(const c of i){yield Buffer.isBuffer(c)?c:Buffer.from(c)}}let se;function ReadableStreamFrom(i){if(!se){se=d(63774).ReadableStream}if(se.from){return se.from(convertIterableToBuffer(i))}let c;return new se({async start(){c=i[Symbol.asyncIterator]()},async pull(i){const{done:d,value:p}=await c.next();if(d){queueMicrotask((()=>{i.close()}))}else{const c=Buffer.isBuffer(p)?p:Buffer.from(p);i.enqueue(new Uint8Array(c))}return i.desiredSize>0},async cancel(i){await c.return()}},0)}function isFormDataLike(i){return i&&typeof i==="object"&&typeof i.append==="function"&&typeof i.delete==="function"&&typeof i.get==="function"&&typeof i.getAll==="function"&&typeof i.has==="function"&&typeof i.set==="function"&&i[Symbol.toStringTag]==="FormData"}function throwIfAborted(i){if(!i){return}if(typeof i.throwIfAborted==="function"){i.throwIfAborted()}else{if(i.aborted){const i=new Error("The operation was aborted");i.name="AbortError";throw i}}}function addAbortListener(i,c){if("addEventListener"in i){i.addEventListener("abort",c,{once:true});return()=>i.removeEventListener("abort",c)}i.addListener("abort",c);return()=>i.removeListener("abort",c)}const ae=!!String.prototype.toWellFormed;function toUSVString(i){if(ae){return`${i}`.toWellFormed()}else if(Z.toUSVString){return Z.toUSVString(i)}return`${i}`}function parseRangeHeader(i){if(i==null||i==="")return{start:0,end:null,size:null};const c=i?i.match(/^bytes (\d+)-(\d+)\/(\d+)?$/):null;return c?{start:parseInt(c[1]),end:c[2]?parseInt(c[2]):null,size:c[3]?parseInt(c[3]):null}:null}const oe=Object.create(null);oe.enumerable=true;i.exports={kEnumerableProperty:oe,nop:nop,isDisturbed:isDisturbed,isErrored:isErrored,isReadable:isReadable,toUSVString:toUSVString,isReadableAborted:isReadableAborted,isBlobLike:isBlobLike,parseOrigin:parseOrigin,parseURL:parseURL,getServerName:getServerName,isStream:isStream,isIterable:isIterable,isAsyncIterable:isAsyncIterable,isDestroyed:isDestroyed,headerNameToString:headerNameToString,parseRawHeaders:parseRawHeaders,parseHeaders:parseHeaders,parseKeepAliveTimeout:parseKeepAliveTimeout,destroy:destroy,bodyLength:bodyLength,deepClone:deepClone,ReadableStreamFrom:ReadableStreamFrom,isBuffer:isBuffer,validateHandler:validateHandler,getSocketInfo:getSocketInfo,isFormDataLike:isFormDataLike,buildURL:buildURL,throwIfAborted:throwIfAborted,addAbortListener:addAbortListener,parseRangeHeader:parseRangeHeader,nodeMajor:re,nodeMinor:ne,nodeHasAutoSelectFamily:re>18||re===18&&ne>=13,safeHTTPMethods:["GET","HEAD","OPTIONS","TRACE"]}},50001:(i,c,d)=>{"use strict";const p=d(28611);const{ClientDestroyedError:A,ClientClosedError:C,InvalidArgumentError:S}=d(68707);const{kDestroy:v,kClose:T,kDispatch:_,kInterceptors:V}=d(36443);const Z=Symbol("destroyed");const ee=Symbol("closed");const te=Symbol("onDestroyed");const re=Symbol("onClosed");const ne=Symbol("Intercepted Dispatch");class DispatcherBase extends p{constructor(){super();this[Z]=false;this[te]=null;this[ee]=false;this[re]=[]}get destroyed(){return this[Z]}get closed(){return this[ee]}get interceptors(){return this[V]}set interceptors(i){if(i){for(let c=i.length-1;c>=0;c--){const i=this[V][c];if(typeof i!=="function"){throw new S("interceptor must be an function")}}}this[V]=i}close(i){if(i===undefined){return new Promise(((i,c)=>{this.close(((d,p)=>d?c(d):i(p)))}))}if(typeof i!=="function"){throw new S("invalid callback")}if(this[Z]){queueMicrotask((()=>i(new A,null)));return}if(this[ee]){if(this[re]){this[re].push(i)}else{queueMicrotask((()=>i(null,null)))}return}this[ee]=true;this[re].push(i);const onClosed=()=>{const i=this[re];this[re]=null;for(let c=0;c<i.length;c++){i[c](null,null)}};this[T]().then((()=>this.destroy())).then((()=>{queueMicrotask(onClosed)}))}destroy(i,c){if(typeof i==="function"){c=i;i=null}if(c===undefined){return new Promise(((c,d)=>{this.destroy(i,((i,p)=>i?d(i):c(p)))}))}if(typeof c!=="function"){throw new S("invalid callback")}if(this[Z]){if(this[te]){this[te].push(c)}else{queueMicrotask((()=>c(null,null)))}return}if(!i){i=new A}this[Z]=true;this[te]=this[te]||[];this[te].push(c);const onDestroyed=()=>{const i=this[te];this[te]=null;for(let c=0;c<i.length;c++){i[c](null,null)}};this[v](i).then((()=>{queueMicrotask(onDestroyed)}))}[ne](i,c){if(!this[V]||this[V].length===0){this[ne]=this[_];return this[_](i,c)}let d=this[_].bind(this);for(let i=this[V].length-1;i>=0;i--){d=this[V][i](d)}this[ne]=d;return d(i,c)}dispatch(i,c){if(!c||typeof c!=="object"){throw new S("handler must be an object")}try{if(!i||typeof i!=="object"){throw new S("opts must be an object.")}if(this[Z]||this[te]){throw new A}if(this[ee]){throw new C}return this[ne](i,c)}catch(i){if(typeof c.onError!=="function"){throw new S("invalid onError method")}c.onError(i);return false}}}i.exports=DispatcherBase},28611:(i,c,d)=>{"use strict";const p=d(24434);class Dispatcher extends p{dispatch(){throw new Error("not implemented")}close(){throw new Error("not implemented")}destroy(){throw new Error("not implemented")}}i.exports=Dispatcher},8923:(i,c,d)=>{"use strict";const p=d(89581);const A=d(3440);const{ReadableStreamFrom:C,isBlobLike:S,isReadableStreamLike:v,readableStreamClose:T,createDeferredPromise:_,fullyReadBody:V}=d(15523);const{FormData:Z}=d(43073);const{kState:ee}=d(89710);const{webidl:te}=d(74222);const{DOMException:re,structuredClone:ne}=d(87326);const{Blob:ie,File:se}=d(20181);const{kBodyUsed:ae}=d(36443);const oe=d(42613);const{isErrored:le}=d(3440);const{isUint8Array:ce,isArrayBuffer:de}=d(98253);const{File:ue}=d(63041);const{parseMIMEType:pe,serializeAMimeType:Ae}=d(94322);let fe;try{const i=d(77598);fe=c=>i.randomInt(0,c)}catch{fe=i=>Math.floor(Math.random(i))}let he=globalThis.ReadableStream;const me=se??ue;const ge=new TextEncoder;const ye=new TextDecoder;function extractBody(i,c=false){if(!he){he=d(63774).ReadableStream}let p=null;if(i instanceof he){p=i}else if(S(i)){p=i.stream()}else{p=new he({async pull(i){i.enqueue(typeof V==="string"?ge.encode(V):V);queueMicrotask((()=>T(i)))},start(){},type:undefined})}oe(v(p));let _=null;let V=null;let Z=null;let ee=null;if(typeof i==="string"){V=i;ee="text/plain;charset=UTF-8"}else if(i instanceof URLSearchParams){V=i.toString();ee="application/x-www-form-urlencoded;charset=UTF-8"}else if(de(i)){V=new Uint8Array(i.slice())}else if(ArrayBuffer.isView(i)){V=new Uint8Array(i.buffer.slice(i.byteOffset,i.byteOffset+i.byteLength))}else if(A.isFormDataLike(i)){const c=`----formdata-undici-0${`${fe(1e11)}`.padStart(11,"0")}`;const d=`--${c}\r\nContent-Disposition: form-data`
|
||
/*! formdata-polyfill. MIT License. Jimmy Wärting <https://jimmy.warting.se/opensource> */;const escape=i=>i.replace(/\n/g,"%0A").replace(/\r/g,"%0D").replace(/"/g,"%22");const normalizeLinefeeds=i=>i.replace(/\r?\n|\r/g,"\r\n");const p=[];const A=new Uint8Array([13,10]);Z=0;let C=false;for(const[c,S]of i){if(typeof S==="string"){const i=ge.encode(d+`; name="${escape(normalizeLinefeeds(c))}"`+`\r\n\r\n${normalizeLinefeeds(S)}\r\n`);p.push(i);Z+=i.byteLength}else{const i=ge.encode(`${d}; name="${escape(normalizeLinefeeds(c))}"`+(S.name?`; filename="${escape(S.name)}"`:"")+"\r\n"+`Content-Type: ${S.type||"application/octet-stream"}\r\n\r\n`);p.push(i,S,A);if(typeof S.size==="number"){Z+=i.byteLength+S.size+A.byteLength}else{C=true}}}const S=ge.encode(`--${c}--`);p.push(S);Z+=S.byteLength;if(C){Z=null}V=i;_=async function*(){for(const i of p){if(i.stream){yield*i.stream()}else{yield i}}};ee="multipart/form-data; boundary="+c}else if(S(i)){V=i;Z=i.size;if(i.type){ee=i.type}}else if(typeof i[Symbol.asyncIterator]==="function"){if(c){throw new TypeError("keepalive")}if(A.isDisturbed(i)||i.locked){throw new TypeError("Response body object should not be disturbed or locked")}p=i instanceof he?i:C(i)}if(typeof V==="string"||A.isBuffer(V)){Z=Buffer.byteLength(V)}if(_!=null){let c;p=new he({async start(){c=_(i)[Symbol.asyncIterator]()},async pull(i){const{value:d,done:A}=await c.next();if(A){queueMicrotask((()=>{i.close()}))}else{if(!le(p)){i.enqueue(new Uint8Array(d))}}return i.desiredSize>0},async cancel(i){await c.return()},type:undefined})}const te={stream:p,source:V,length:Z};return[te,ee]}function safelyExtractBody(i,c=false){if(!he){he=d(63774).ReadableStream}if(i instanceof he){oe(!A.isDisturbed(i),"The body has already been consumed.");oe(!i.locked,"The stream is locked.")}return extractBody(i,c)}function cloneBody(i){const[c,d]=i.stream.tee();const p=ne(d,{transfer:[d]});const[,A]=p.tee();i.stream=c;return{stream:A,length:i.length,source:i.source}}async function*consumeBody(i){if(i){if(ce(i)){yield i}else{const c=i.stream;if(A.isDisturbed(c)){throw new TypeError("The body has already been consumed.")}if(c.locked){throw new TypeError("The stream is locked.")}c[ae]=true;yield*c}}}function throwIfAborted(i){if(i.aborted){throw new re("The operation was aborted.","AbortError")}}function bodyMixinMethods(i){const c={blob(){return specConsumeBody(this,(i=>{let c=bodyMimeType(this);if(c==="failure"){c=""}else if(c){c=Ae(c)}return new ie([i],{type:c})}),i)},arrayBuffer(){return specConsumeBody(this,(i=>new Uint8Array(i).buffer),i)},text(){return specConsumeBody(this,utf8DecodeBytes,i)},json(){return specConsumeBody(this,parseJSONFromBytes,i)},async formData(){te.brandCheck(this,i);throwIfAborted(this[ee]);const c=this.headers.get("Content-Type");if(/multipart\/form-data/.test(c)){const i={};for(const[c,d]of this.headers)i[c.toLowerCase()]=d;const c=new Z;let d;try{d=new p({headers:i,preservePath:true})}catch(i){throw new re(`${i}`,"AbortError")}d.on("field",((i,d)=>{c.append(i,d)}));d.on("file",((i,d,p,A,C)=>{const S=[];if(A==="base64"||A.toLowerCase()==="base64"){let A="";d.on("data",(i=>{A+=i.toString().replace(/[\r\n]/gm,"");const c=A.length-A.length%4;S.push(Buffer.from(A.slice(0,c),"base64"));A=A.slice(c)}));d.on("end",(()=>{S.push(Buffer.from(A,"base64"));c.append(i,new me(S,p,{type:C}))}))}else{d.on("data",(i=>{S.push(i)}));d.on("end",(()=>{c.append(i,new me(S,p,{type:C}))}))}}));const A=new Promise(((i,c)=>{d.on("finish",i);d.on("error",(i=>c(new TypeError(i))))}));if(this.body!==null)for await(const i of consumeBody(this[ee].body))d.write(i);d.end();await A;return c}else if(/application\/x-www-form-urlencoded/.test(c)){let i;try{let c="";const d=new TextDecoder("utf-8",{ignoreBOM:true});for await(const i of consumeBody(this[ee].body)){if(!ce(i)){throw new TypeError("Expected Uint8Array chunk")}c+=d.decode(i,{stream:true})}c+=d.decode();i=new URLSearchParams(c)}catch(i){throw Object.assign(new TypeError,{cause:i})}const c=new Z;for(const[d,p]of i){c.append(d,p)}return c}else{await Promise.resolve();throwIfAborted(this[ee]);throw te.errors.exception({header:`${i.name}.formData`,message:"Could not parse content as FormData."})}}};return c}function mixinBody(i){Object.assign(i.prototype,bodyMixinMethods(i))}async function specConsumeBody(i,c,d){te.brandCheck(i,d);throwIfAborted(i[ee]);if(bodyUnusable(i[ee].body)){throw new TypeError("Body is unusable")}const p=_();const errorSteps=i=>p.reject(i);const successSteps=i=>{try{p.resolve(c(i))}catch(i){errorSteps(i)}};if(i[ee].body==null){successSteps(new Uint8Array);return p.promise}await V(i[ee].body,successSteps,errorSteps);return p.promise}function bodyUnusable(i){return i!=null&&(i.stream.locked||A.isDisturbed(i.stream))}function utf8DecodeBytes(i){if(i.length===0){return""}if(i[0]===239&&i[1]===187&&i[2]===191){i=i.subarray(3)}const c=ye.decode(i);return c}function parseJSONFromBytes(i){return JSON.parse(utf8DecodeBytes(i))}function bodyMimeType(i){const{headersList:c}=i[ee];const d=c.get("content-type");if(d===null){return"failure"}return pe(d)}i.exports={extractBody:extractBody,safelyExtractBody:safelyExtractBody,cloneBody:cloneBody,mixinBody:mixinBody}},87326:(i,c,d)=>{"use strict";const{MessageChannel:p,receiveMessageOnPort:A}=d(28167);const C=["GET","HEAD","POST"];const S=new Set(C);const v=[101,204,205,304];const T=[301,302,303,307,308];const _=new Set(T);const V=["1","7","9","11","13","15","17","19","20","21","22","23","25","37","42","43","53","69","77","79","87","95","101","102","103","104","109","110","111","113","115","117","119","123","135","137","139","143","161","179","389","427","465","512","513","514","515","526","530","531","532","540","548","554","556","563","587","601","636","989","990","993","995","1719","1720","1723","2049","3659","4045","5060","5061","6000","6566","6665","6666","6667","6668","6669","6697","10080"];const Z=new Set(V);const ee=["","no-referrer","no-referrer-when-downgrade","same-origin","origin","strict-origin","origin-when-cross-origin","strict-origin-when-cross-origin","unsafe-url"];const te=new Set(ee);const re=["follow","manual","error"];const ne=["GET","HEAD","OPTIONS","TRACE"];const ie=new Set(ne);const se=["navigate","same-origin","no-cors","cors"];const ae=["omit","same-origin","include"];const oe=["default","no-store","reload","no-cache","force-cache","only-if-cached"];const le=["content-encoding","content-language","content-location","content-type","content-length"];const ce=["half"];const de=["CONNECT","TRACE","TRACK"];const ue=new Set(de);const pe=["audio","audioworklet","font","image","manifest","paintworklet","script","style","track","video","xslt",""];const Ae=new Set(pe);const fe=globalThis.DOMException??(()=>{try{atob("~")}catch(i){return Object.getPrototypeOf(i).constructor}})();let he;const me=globalThis.structuredClone??function structuredClone(i,c=undefined){if(arguments.length===0){throw new TypeError("missing argument")}if(!he){he=new p}he.port1.unref();he.port2.unref();he.port1.postMessage(i,c?.transfer);return A(he.port2).message};i.exports={DOMException:fe,structuredClone:me,subresource:pe,forbiddenMethods:de,requestBodyHeader:le,referrerPolicy:ee,requestRedirect:re,requestMode:se,requestCredentials:ae,requestCache:oe,redirectStatus:T,corsSafeListedMethods:C,nullBodyStatus:v,safeMethods:ne,badPorts:V,requestDuplex:ce,subresourceSet:Ae,badPortsSet:Z,redirectStatusSet:_,corsSafeListedMethodsSet:S,safeMethodsSet:ie,forbiddenMethodsSet:ue,referrerPolicySet:te}},94322:(i,c,d)=>{const p=d(42613);const{atob:A}=d(20181);const{isomorphicDecode:C}=d(15523);const S=new TextEncoder;const v=/^[!#$%&'*+-.^_|~A-Za-z0-9]+$/;const T=/(\u000A|\u000D|\u0009|\u0020)/;const _=/[\u0009|\u0020-\u007E|\u0080-\u00FF]/;function dataURLProcessor(i){p(i.protocol==="data:");let c=URLSerializer(i,true);c=c.slice(5);const d={position:0};let A=collectASequenceOfCodePointsFast(",",c,d);const S=A.length;A=removeASCIIWhitespace(A,true,true);if(d.position>=c.length){return"failure"}d.position++;const v=c.slice(S+1);let T=stringPercentDecode(v);if(/;(\u0020){0,}base64$/i.test(A)){const i=C(T);T=forgivingBase64(i);if(T==="failure"){return"failure"}A=A.slice(0,-6);A=A.replace(/(\u0020)+$/,"");A=A.slice(0,-1)}if(A.startsWith(";")){A="text/plain"+A}let _=parseMIMEType(A);if(_==="failure"){_=parseMIMEType("text/plain;charset=US-ASCII")}return{mimeType:_,body:T}}function URLSerializer(i,c=false){if(!c){return i.href}const d=i.href;const p=i.hash.length;return p===0?d:d.substring(0,d.length-p)}function collectASequenceOfCodePoints(i,c,d){let p="";while(d.position<c.length&&i(c[d.position])){p+=c[d.position];d.position++}return p}function collectASequenceOfCodePointsFast(i,c,d){const p=c.indexOf(i,d.position);const A=d.position;if(p===-1){d.position=c.length;return c.slice(A)}d.position=p;return c.slice(A,d.position)}function stringPercentDecode(i){const c=S.encode(i);return percentDecode(c)}function percentDecode(i){const c=[];for(let d=0;d<i.length;d++){const p=i[d];if(p!==37){c.push(p)}else if(p===37&&!/^[0-9A-Fa-f]{2}$/i.test(String.fromCharCode(i[d+1],i[d+2]))){c.push(37)}else{const p=String.fromCharCode(i[d+1],i[d+2]);const A=Number.parseInt(p,16);c.push(A);d+=2}}return Uint8Array.from(c)}function parseMIMEType(i){i=removeHTTPWhitespace(i,true,true);const c={position:0};const d=collectASequenceOfCodePointsFast("/",i,c);if(d.length===0||!v.test(d)){return"failure"}if(c.position>i.length){return"failure"}c.position++;let p=collectASequenceOfCodePointsFast(";",i,c);p=removeHTTPWhitespace(p,false,true);if(p.length===0||!v.test(p)){return"failure"}const A=d.toLowerCase();const C=p.toLowerCase();const S={type:A,subtype:C,parameters:new Map,essence:`${A}/${C}`};while(c.position<i.length){c.position++;collectASequenceOfCodePoints((i=>T.test(i)),i,c);let d=collectASequenceOfCodePoints((i=>i!==";"&&i!=="="),i,c);d=d.toLowerCase();if(c.position<i.length){if(i[c.position]===";"){continue}c.position++}if(c.position>i.length){break}let p=null;if(i[c.position]==='"'){p=collectAnHTTPQuotedString(i,c,true);collectASequenceOfCodePointsFast(";",i,c)}else{p=collectASequenceOfCodePointsFast(";",i,c);p=removeHTTPWhitespace(p,false,true);if(p.length===0){continue}}if(d.length!==0&&v.test(d)&&(p.length===0||_.test(p))&&!S.parameters.has(d)){S.parameters.set(d,p)}}return S}function forgivingBase64(i){i=i.replace(/[\u0009\u000A\u000C\u000D\u0020]/g,"");if(i.length%4===0){i=i.replace(/=?=$/,"")}if(i.length%4===1){return"failure"}if(/[^+/0-9A-Za-z]/.test(i)){return"failure"}const c=A(i);const d=new Uint8Array(c.length);for(let i=0;i<c.length;i++){d[i]=c.charCodeAt(i)}return d}function collectAnHTTPQuotedString(i,c,d){const A=c.position;let C="";p(i[c.position]==='"');c.position++;while(true){C+=collectASequenceOfCodePoints((i=>i!=='"'&&i!=="\\"),i,c);if(c.position>=i.length){break}const d=i[c.position];c.position++;if(d==="\\"){if(c.position>=i.length){C+="\\";break}C+=i[c.position];c.position++}else{p(d==='"');break}}if(d){return C}return i.slice(A,c.position)}function serializeAMimeType(i){p(i!=="failure");const{parameters:c,essence:d}=i;let A=d;for(let[i,d]of c.entries()){A+=";";A+=i;A+="=";if(!v.test(d)){d=d.replace(/(\\|")/g,"\\$1");d='"'+d;d+='"'}A+=d}return A}function isHTTPWhiteSpace(i){return i==="\r"||i==="\n"||i==="\t"||i===" "}function removeHTTPWhitespace(i,c=true,d=true){let p=0;let A=i.length-1;if(c){for(;p<i.length&&isHTTPWhiteSpace(i[p]);p++);}if(d){for(;A>0&&isHTTPWhiteSpace(i[A]);A--);}return i.slice(p,A+1)}function isASCIIWhitespace(i){return i==="\r"||i==="\n"||i==="\t"||i==="\f"||i===" "}function removeASCIIWhitespace(i,c=true,d=true){let p=0;let A=i.length-1;if(c){for(;p<i.length&&isASCIIWhitespace(i[p]);p++);}if(d){for(;A>0&&isASCIIWhitespace(i[A]);A--);}return i.slice(p,A+1)}i.exports={dataURLProcessor:dataURLProcessor,URLSerializer:URLSerializer,collectASequenceOfCodePoints:collectASequenceOfCodePoints,collectASequenceOfCodePointsFast:collectASequenceOfCodePointsFast,stringPercentDecode:stringPercentDecode,parseMIMEType:parseMIMEType,collectAnHTTPQuotedString:collectAnHTTPQuotedString,serializeAMimeType:serializeAMimeType}},63041:(i,c,d)=>{"use strict";const{Blob:p,File:A}=d(20181);const{types:C}=d(39023);const{kState:S}=d(89710);const{isBlobLike:v}=d(15523);const{webidl:T}=d(74222);const{parseMIMEType:_,serializeAMimeType:V}=d(94322);const{kEnumerableProperty:Z}=d(3440);const ee=new TextEncoder;class File extends p{constructor(i,c,d={}){T.argumentLengthCheck(arguments,2,{header:"File constructor"});i=T.converters["sequence<BlobPart>"](i);c=T.converters.USVString(c);d=T.converters.FilePropertyBag(d);const p=c;let A=d.type;let C;e:{if(A){A=_(A);if(A==="failure"){A="";break e}A=V(A).toLowerCase()}C=d.lastModified}super(processBlobParts(i,d),{type:A});this[S]={name:p,lastModified:C,type:A}}get name(){T.brandCheck(this,File);return this[S].name}get lastModified(){T.brandCheck(this,File);return this[S].lastModified}get type(){T.brandCheck(this,File);return this[S].type}}class FileLike{constructor(i,c,d={}){const p=c;const A=d.type;const C=d.lastModified??Date.now();this[S]={blobLike:i,name:p,type:A,lastModified:C}}stream(...i){T.brandCheck(this,FileLike);return this[S].blobLike.stream(...i)}arrayBuffer(...i){T.brandCheck(this,FileLike);return this[S].blobLike.arrayBuffer(...i)}slice(...i){T.brandCheck(this,FileLike);return this[S].blobLike.slice(...i)}text(...i){T.brandCheck(this,FileLike);return this[S].blobLike.text(...i)}get size(){T.brandCheck(this,FileLike);return this[S].blobLike.size}get type(){T.brandCheck(this,FileLike);return this[S].blobLike.type}get name(){T.brandCheck(this,FileLike);return this[S].name}get lastModified(){T.brandCheck(this,FileLike);return this[S].lastModified}get[Symbol.toStringTag](){return"File"}}Object.defineProperties(File.prototype,{[Symbol.toStringTag]:{value:"File",configurable:true},name:Z,lastModified:Z});T.converters.Blob=T.interfaceConverter(p);T.converters.BlobPart=function(i,c){if(T.util.Type(i)==="Object"){if(v(i)){return T.converters.Blob(i,{strict:false})}if(ArrayBuffer.isView(i)||C.isAnyArrayBuffer(i)){return T.converters.BufferSource(i,c)}}return T.converters.USVString(i,c)};T.converters["sequence<BlobPart>"]=T.sequenceConverter(T.converters.BlobPart);T.converters.FilePropertyBag=T.dictionaryConverter([{key:"lastModified",converter:T.converters["long long"],get defaultValue(){return Date.now()}},{key:"type",converter:T.converters.DOMString,defaultValue:""},{key:"endings",converter:i=>{i=T.converters.DOMString(i);i=i.toLowerCase();if(i!=="native"){i="transparent"}return i},defaultValue:"transparent"}]);function processBlobParts(i,c){const d=[];for(const p of i){if(typeof p==="string"){let i=p;if(c.endings==="native"){i=convertLineEndingsNative(i)}d.push(ee.encode(i))}else if(C.isAnyArrayBuffer(p)||C.isTypedArray(p)){if(!p.buffer){d.push(new Uint8Array(p))}else{d.push(new Uint8Array(p.buffer,p.byteOffset,p.byteLength))}}else if(v(p)){d.push(p)}}return d}function convertLineEndingsNative(i){let c="\n";if(process.platform==="win32"){c="\r\n"}return i.replace(/\r?\n/g,c)}function isFileLike(i){return A&&i instanceof A||i instanceof File||i&&(typeof i.stream==="function"||typeof i.arrayBuffer==="function")&&i[Symbol.toStringTag]==="File"}i.exports={File:File,FileLike:FileLike,isFileLike:isFileLike}},43073:(i,c,d)=>{"use strict";const{isBlobLike:p,toUSVString:A,makeIterator:C}=d(15523);const{kState:S}=d(89710);const{File:v,FileLike:T,isFileLike:_}=d(63041);const{webidl:V}=d(74222);const{Blob:Z,File:ee}=d(20181);const te=ee??v;class FormData{constructor(i){if(i!==undefined){throw V.errors.conversionFailed({prefix:"FormData constructor",argument:"Argument 1",types:["undefined"]})}this[S]=[]}append(i,c,d=undefined){V.brandCheck(this,FormData);V.argumentLengthCheck(arguments,2,{header:"FormData.append"});if(arguments.length===3&&!p(c)){throw new TypeError("Failed to execute 'append' on 'FormData': parameter 2 is not of type 'Blob'")}i=V.converters.USVString(i);c=p(c)?V.converters.Blob(c,{strict:false}):V.converters.USVString(c);d=arguments.length===3?V.converters.USVString(d):undefined;const A=makeEntry(i,c,d);this[S].push(A)}delete(i){V.brandCheck(this,FormData);V.argumentLengthCheck(arguments,1,{header:"FormData.delete"});i=V.converters.USVString(i);this[S]=this[S].filter((c=>c.name!==i))}get(i){V.brandCheck(this,FormData);V.argumentLengthCheck(arguments,1,{header:"FormData.get"});i=V.converters.USVString(i);const c=this[S].findIndex((c=>c.name===i));if(c===-1){return null}return this[S][c].value}getAll(i){V.brandCheck(this,FormData);V.argumentLengthCheck(arguments,1,{header:"FormData.getAll"});i=V.converters.USVString(i);return this[S].filter((c=>c.name===i)).map((i=>i.value))}has(i){V.brandCheck(this,FormData);V.argumentLengthCheck(arguments,1,{header:"FormData.has"});i=V.converters.USVString(i);return this[S].findIndex((c=>c.name===i))!==-1}set(i,c,d=undefined){V.brandCheck(this,FormData);V.argumentLengthCheck(arguments,2,{header:"FormData.set"});if(arguments.length===3&&!p(c)){throw new TypeError("Failed to execute 'set' on 'FormData': parameter 2 is not of type 'Blob'")}i=V.converters.USVString(i);c=p(c)?V.converters.Blob(c,{strict:false}):V.converters.USVString(c);d=arguments.length===3?A(d):undefined;const C=makeEntry(i,c,d);const v=this[S].findIndex((c=>c.name===i));if(v!==-1){this[S]=[...this[S].slice(0,v),C,...this[S].slice(v+1).filter((c=>c.name!==i))]}else{this[S].push(C)}}entries(){V.brandCheck(this,FormData);return C((()=>this[S].map((i=>[i.name,i.value]))),"FormData","key+value")}keys(){V.brandCheck(this,FormData);return C((()=>this[S].map((i=>[i.name,i.value]))),"FormData","key")}values(){V.brandCheck(this,FormData);return C((()=>this[S].map((i=>[i.name,i.value]))),"FormData","value")}forEach(i,c=globalThis){V.brandCheck(this,FormData);V.argumentLengthCheck(arguments,1,{header:"FormData.forEach"});if(typeof i!=="function"){throw new TypeError("Failed to execute 'forEach' on 'FormData': parameter 1 is not of type 'Function'.")}for(const[d,p]of this){i.apply(c,[p,d,this])}}}FormData.prototype[Symbol.iterator]=FormData.prototype.entries;Object.defineProperties(FormData.prototype,{[Symbol.toStringTag]:{value:"FormData",configurable:true}});function makeEntry(i,c,d){i=Buffer.from(i).toString("utf8");if(typeof c==="string"){c=Buffer.from(c).toString("utf8")}else{if(!_(c)){c=c instanceof Z?new te([c],"blob",{type:c.type}):new T(c,"blob",{type:c.type})}if(d!==undefined){const i={type:c.type,lastModified:c.lastModified};c=ee&&c instanceof ee||c instanceof v?new te([c],d,i):new T(c,d,i)}}return{name:i,value:c}}i.exports={FormData:FormData}},75628:i=>{"use strict";const c=Symbol.for("undici.globalOrigin.1");function getGlobalOrigin(){return globalThis[c]}function setGlobalOrigin(i){if(i===undefined){Object.defineProperty(globalThis,c,{value:undefined,writable:true,enumerable:false,configurable:false});return}const d=new URL(i);if(d.protocol!=="http:"&&d.protocol!=="https:"){throw new TypeError(`Only http & https urls are allowed, received ${d.protocol}`)}Object.defineProperty(globalThis,c,{value:d,writable:true,enumerable:false,configurable:false})}i.exports={getGlobalOrigin:getGlobalOrigin,setGlobalOrigin:setGlobalOrigin}},26349:(i,c,d)=>{"use strict";const{kHeadersList:p,kConstruct:A}=d(36443);const{kGuard:C}=d(89710);const{kEnumerableProperty:S}=d(3440);const{makeIterator:v,isValidHeaderName:T,isValidHeaderValue:_}=d(15523);const V=d(39023);const{webidl:Z}=d(74222);const ee=d(42613);const te=Symbol("headers map");const re=Symbol("headers map sorted");function isHTTPWhiteSpaceCharCode(i){return i===10||i===13||i===9||i===32}function headerValueNormalize(i){let c=0;let d=i.length;while(d>c&&isHTTPWhiteSpaceCharCode(i.charCodeAt(d-1)))--d;while(d>c&&isHTTPWhiteSpaceCharCode(i.charCodeAt(c)))++c;return c===0&&d===i.length?i:i.substring(c,d)}function fill(i,c){if(Array.isArray(c)){for(let d=0;d<c.length;++d){const p=c[d];if(p.length!==2){throw Z.errors.exception({header:"Headers constructor",message:`expected name/value pair to be length 2, found ${p.length}.`})}appendHeader(i,p[0],p[1])}}else if(typeof c==="object"&&c!==null){const d=Object.keys(c);for(let p=0;p<d.length;++p){appendHeader(i,d[p],c[d[p]])}}else{throw Z.errors.conversionFailed({prefix:"Headers constructor",argument:"Argument 1",types:["sequence<sequence<ByteString>>","record<ByteString, ByteString>"]})}}function appendHeader(i,c,d){d=headerValueNormalize(d);if(!T(c)){throw Z.errors.invalidArgument({prefix:"Headers.append",value:c,type:"header name"})}else if(!_(d)){throw Z.errors.invalidArgument({prefix:"Headers.append",value:d,type:"header value"})}if(i[C]==="immutable"){throw new TypeError("immutable")}else if(i[C]==="request-no-cors"){}return i[p].append(c,d)}class HeadersList{cookies=null;constructor(i){if(i instanceof HeadersList){this[te]=new Map(i[te]);this[re]=i[re];this.cookies=i.cookies===null?null:[...i.cookies]}else{this[te]=new Map(i);this[re]=null}}contains(i){i=i.toLowerCase();return this[te].has(i)}clear(){this[te].clear();this[re]=null;this.cookies=null}append(i,c){this[re]=null;const d=i.toLowerCase();const p=this[te].get(d);if(p){const i=d==="cookie"?"; ":", ";this[te].set(d,{name:p.name,value:`${p.value}${i}${c}`})}else{this[te].set(d,{name:i,value:c})}if(d==="set-cookie"){this.cookies??=[];this.cookies.push(c)}}set(i,c){this[re]=null;const d=i.toLowerCase();if(d==="set-cookie"){this.cookies=[c]}this[te].set(d,{name:i,value:c})}delete(i){this[re]=null;i=i.toLowerCase();if(i==="set-cookie"){this.cookies=null}this[te].delete(i)}get(i){const c=this[te].get(i.toLowerCase());return c===undefined?null:c.value}*[Symbol.iterator](){for(const[i,{value:c}]of this[te]){yield[i,c]}}get entries(){const i={};if(this[te].size){for(const{name:c,value:d}of this[te].values()){i[c]=d}}return i}}class Headers{constructor(i=undefined){if(i===A){return}this[p]=new HeadersList;this[C]="none";if(i!==undefined){i=Z.converters.HeadersInit(i);fill(this,i)}}append(i,c){Z.brandCheck(this,Headers);Z.argumentLengthCheck(arguments,2,{header:"Headers.append"});i=Z.converters.ByteString(i);c=Z.converters.ByteString(c);return appendHeader(this,i,c)}delete(i){Z.brandCheck(this,Headers);Z.argumentLengthCheck(arguments,1,{header:"Headers.delete"});i=Z.converters.ByteString(i);if(!T(i)){throw Z.errors.invalidArgument({prefix:"Headers.delete",value:i,type:"header name"})}if(this[C]==="immutable"){throw new TypeError("immutable")}else if(this[C]==="request-no-cors"){}if(!this[p].contains(i)){return}this[p].delete(i)}get(i){Z.brandCheck(this,Headers);Z.argumentLengthCheck(arguments,1,{header:"Headers.get"});i=Z.converters.ByteString(i);if(!T(i)){throw Z.errors.invalidArgument({prefix:"Headers.get",value:i,type:"header name"})}return this[p].get(i)}has(i){Z.brandCheck(this,Headers);Z.argumentLengthCheck(arguments,1,{header:"Headers.has"});i=Z.converters.ByteString(i);if(!T(i)){throw Z.errors.invalidArgument({prefix:"Headers.has",value:i,type:"header name"})}return this[p].contains(i)}set(i,c){Z.brandCheck(this,Headers);Z.argumentLengthCheck(arguments,2,{header:"Headers.set"});i=Z.converters.ByteString(i);c=Z.converters.ByteString(c);c=headerValueNormalize(c);if(!T(i)){throw Z.errors.invalidArgument({prefix:"Headers.set",value:i,type:"header name"})}else if(!_(c)){throw Z.errors.invalidArgument({prefix:"Headers.set",value:c,type:"header value"})}if(this[C]==="immutable"){throw new TypeError("immutable")}else if(this[C]==="request-no-cors"){}this[p].set(i,c)}getSetCookie(){Z.brandCheck(this,Headers);const i=this[p].cookies;if(i){return[...i]}return[]}get[re](){if(this[p][re]){return this[p][re]}const i=[];const c=[...this[p]].sort(((i,c)=>i[0]<c[0]?-1:1));const d=this[p].cookies;for(let p=0;p<c.length;++p){const[A,C]=c[p];if(A==="set-cookie"){for(let c=0;c<d.length;++c){i.push([A,d[c]])}}else{ee(C!==null);i.push([A,C])}}this[p][re]=i;return i}keys(){Z.brandCheck(this,Headers);if(this[C]==="immutable"){const i=this[re];return v((()=>i),"Headers","key")}return v((()=>[...this[re].values()]),"Headers","key")}values(){Z.brandCheck(this,Headers);if(this[C]==="immutable"){const i=this[re];return v((()=>i),"Headers","value")}return v((()=>[...this[re].values()]),"Headers","value")}entries(){Z.brandCheck(this,Headers);if(this[C]==="immutable"){const i=this[re];return v((()=>i),"Headers","key+value")}return v((()=>[...this[re].values()]),"Headers","key+value")}forEach(i,c=globalThis){Z.brandCheck(this,Headers);Z.argumentLengthCheck(arguments,1,{header:"Headers.forEach"});if(typeof i!=="function"){throw new TypeError("Failed to execute 'forEach' on 'Headers': parameter 1 is not of type 'Function'.")}for(const[d,p]of this){i.apply(c,[p,d,this])}}[Symbol.for("nodejs.util.inspect.custom")](){Z.brandCheck(this,Headers);return this[p]}}Headers.prototype[Symbol.iterator]=Headers.prototype.entries;Object.defineProperties(Headers.prototype,{append:S,delete:S,get:S,has:S,set:S,getSetCookie:S,keys:S,values:S,entries:S,forEach:S,[Symbol.iterator]:{enumerable:false},[Symbol.toStringTag]:{value:"Headers",configurable:true},[V.inspect.custom]:{enumerable:false}});Z.converters.HeadersInit=function(i){if(Z.util.Type(i)==="Object"){if(i[Symbol.iterator]){return Z.converters["sequence<sequence<ByteString>>"](i)}return Z.converters["record<ByteString, ByteString>"](i)}throw Z.errors.conversionFailed({prefix:"Headers constructor",argument:"Argument 1",types:["sequence<sequence<ByteString>>","record<ByteString, ByteString>"]})};i.exports={fill:fill,Headers:Headers,HeadersList:HeadersList}},12315:(i,c,d)=>{"use strict";const{Response:p,makeNetworkError:A,makeAppropriateNetworkError:C,filterResponse:S,makeResponse:v}=d(48676);const{Headers:T}=d(26349);const{Request:_,makeRequest:V}=d(25194);const Z=d(43106);const{bytesMatch:ee,makePolicyContainer:te,clonePolicyContainer:re,requestBadPort:ne,TAOCheck:ie,appendRequestOriginHeader:se,responseLocationURL:ae,requestCurrentURL:oe,setRequestReferrerPolicyOnRedirect:le,tryUpgradeRequestToAPotentiallyTrustworthyURL:ce,createOpaqueTimingInfo:de,appendFetchMetadata:ue,corsCheck:pe,crossOriginResourcePolicyCheck:Ae,determineRequestsReferrer:fe,coarsenedSharedCurrentTime:he,createDeferredPromise:me,isBlobLike:ge,sameOrigin:ye,isCancelled:Ee,isAborted:be,isErrorLike:Ce,fullyReadBody:we,readableStreamClose:Ie,isomorphicEncode:Be,urlIsLocal:Se,urlIsHttpHttpsScheme:ve,urlHasHttpsScheme:Qe}=d(15523);const{kState:Ne,kHeaders:Re,kGuard:Te,kRealm:xe}=d(89710);const De=d(42613);const{safelyExtractBody:_e}=d(8923);const{redirectStatusSet:ke,nullBodyStatus:Pe,safeMethodsSet:Oe,requestBodyHeader:Le,subresourceSet:Me,DOMException:Fe}=d(87326);const{kHeadersList:Ue}=d(36443);const He=d(24434);const{Readable:qe,pipeline:ze}=d(2203);const{addAbortListener:Ge,isErrored:je,isReadable:Ve,nodeMajor:We,nodeMinor:Ye}=d(3440);const{dataURLProcessor:Je,serializeAMimeType:$e}=d(94322);const{TransformStream:Ke}=d(63774);const{getGlobalDispatcher:Xe}=d(32581);const{webidl:Ze}=d(74222);const{STATUS_CODES:ct}=d(58611);const pt=["GET","HEAD"];let At;let ft=globalThis.ReadableStream;class Fetch extends He{constructor(i){super();this.dispatcher=i;this.connection=null;this.dump=false;this.state="ongoing";this.setMaxListeners(21)}terminate(i){if(this.state!=="ongoing"){return}this.state="terminated";this.connection?.destroy(i);this.emit("terminated",i)}abort(i){if(this.state!=="ongoing"){return}this.state="aborted";if(!i){i=new Fe("The operation was aborted.","AbortError")}this.serializedAbortReason=i;this.connection?.destroy(i);this.emit("terminated",i)}}function fetch(i,c={}){Ze.argumentLengthCheck(arguments,1,{header:"globalThis.fetch"});const d=me();let A;try{A=new _(i,c)}catch(i){d.reject(i);return d.promise}const C=A[Ne];if(A.signal.aborted){abortFetch(d,C,null,A.signal.reason);return d.promise}const S=C.client.globalObject;if(S?.constructor?.name==="ServiceWorkerGlobalScope"){C.serviceWorkers="none"}let v=null;const T=null;let V=false;let Z=null;Ge(A.signal,(()=>{V=true;De(Z!=null);Z.abort(A.signal.reason);abortFetch(d,C,v,A.signal.reason)}));const handleFetchDone=i=>finalizeAndReportTiming(i,"fetch");const processResponse=i=>{if(V){return Promise.resolve()}if(i.aborted){abortFetch(d,C,v,Z.serializedAbortReason);return Promise.resolve()}if(i.type==="error"){d.reject(Object.assign(new TypeError("fetch failed"),{cause:i.error}));return Promise.resolve()}v=new p;v[Ne]=i;v[xe]=T;v[Re][Ue]=i.headersList;v[Re][Te]="immutable";v[Re][xe]=T;d.resolve(v)};Z=fetching({request:C,processResponseEndOfBody:handleFetchDone,processResponse:processResponse,dispatcher:c.dispatcher??Xe()});return d.promise}function finalizeAndReportTiming(i,c="other"){if(i.type==="error"&&i.aborted){return}if(!i.urlList?.length){return}const d=i.urlList[0];let p=i.timingInfo;let A=i.cacheState;if(!ve(d)){return}if(p===null){return}if(!i.timingAllowPassed){p=de({startTime:p.startTime});A=""}p.endTime=he();i.timingInfo=p;markResourceTiming(p,d,c,globalThis,A)}function markResourceTiming(i,c,d,p,A){if(We>18||We===18&&Ye>=2){performance.markResourceTiming(i,c.href,d,p,A)}}function abortFetch(i,c,d,p){if(!p){p=new Fe("The operation was aborted.","AbortError")}i.reject(p);if(c.body!=null&&Ve(c.body?.stream)){c.body.stream.cancel(p).catch((i=>{if(i.code==="ERR_INVALID_STATE"){return}throw i}))}if(d==null){return}const A=d[Ne];if(A.body!=null&&Ve(A.body?.stream)){A.body.stream.cancel(p).catch((i=>{if(i.code==="ERR_INVALID_STATE"){return}throw i}))}}function fetching({request:i,processRequestBodyChunkLength:c,processRequestEndOfBody:d,processResponse:p,processResponseEndOfBody:A,processResponseConsumeBody:C,useParallelQueue:S=false,dispatcher:v}){let T=null;let _=false;if(i.client!=null){T=i.client.globalObject;_=i.client.crossOriginIsolatedCapability}const V=he(_);const Z=de({startTime:V});const ee={controller:new Fetch(v),request:i,timingInfo:Z,processRequestBodyChunkLength:c,processRequestEndOfBody:d,processResponse:p,processResponseConsumeBody:C,processResponseEndOfBody:A,taskDestination:T,crossOriginIsolatedCapability:_};De(!i.body||i.body.stream);if(i.window==="client"){i.window=i.client?.globalObject?.constructor?.name==="Window"?i.client:"no-window"}if(i.origin==="client"){i.origin=i.client?.origin}if(i.policyContainer==="client"){if(i.client!=null){i.policyContainer=re(i.client.policyContainer)}else{i.policyContainer=te()}}if(!i.headersList.contains("accept")){const c="*/*";i.headersList.append("accept",c)}if(!i.headersList.contains("accept-language")){i.headersList.append("accept-language","*")}if(i.priority===null){}if(Me.has(i.destination)){}mainFetch(ee).catch((i=>{ee.controller.terminate(i)}));return ee.controller}async function mainFetch(i,c=false){const d=i.request;let p=null;if(d.localURLsOnly&&!Se(oe(d))){p=A("local URLs only")}ce(d);if(ne(d)==="blocked"){p=A("bad port")}if(d.referrerPolicy===""){d.referrerPolicy=d.policyContainer.referrerPolicy}if(d.referrer!=="no-referrer"){d.referrer=fe(d)}if(p===null){p=await(async()=>{const c=oe(d);if(ye(c,d.url)&&d.responseTainting==="basic"||c.protocol==="data:"||(d.mode==="navigate"||d.mode==="websocket")){d.responseTainting="basic";return await schemeFetch(i)}if(d.mode==="same-origin"){return A('request mode cannot be "same-origin"')}if(d.mode==="no-cors"){if(d.redirect!=="follow"){return A('redirect mode cannot be "follow" for "no-cors" request')}d.responseTainting="opaque";return await schemeFetch(i)}if(!ve(oe(d))){return A("URL scheme must be a HTTP(S) scheme")}d.responseTainting="cors";return await httpFetch(i)})()}if(c){return p}if(p.status!==0&&!p.internalResponse){if(d.responseTainting==="cors"){}if(d.responseTainting==="basic"){p=S(p,"basic")}else if(d.responseTainting==="cors"){p=S(p,"cors")}else if(d.responseTainting==="opaque"){p=S(p,"opaque")}else{De(false)}}let C=p.status===0?p:p.internalResponse;if(C.urlList.length===0){C.urlList.push(...d.urlList)}if(!d.timingAllowFailed){p.timingAllowPassed=true}if(p.type==="opaque"&&C.status===206&&C.rangeRequested&&!d.headers.contains("range")){p=C=A()}if(p.status!==0&&(d.method==="HEAD"||d.method==="CONNECT"||Pe.includes(C.status))){C.body=null;i.controller.dump=true}if(d.integrity){const processBodyError=c=>fetchFinale(i,A(c));if(d.responseTainting==="opaque"||p.body==null){processBodyError(p.error);return}const processBody=c=>{if(!ee(c,d.integrity)){processBodyError("integrity mismatch");return}p.body=_e(c)[0];fetchFinale(i,p)};await we(p.body,processBody,processBodyError)}else{fetchFinale(i,p)}}function schemeFetch(i){if(Ee(i)&&i.request.redirectCount===0){return Promise.resolve(C(i))}const{request:c}=i;const{protocol:p}=oe(c);switch(p){case"about:":{return Promise.resolve(A("about scheme is not supported"))}case"blob:":{if(!At){At=d(20181).resolveObjectURL}const i=oe(c);if(i.search.length!==0){return Promise.resolve(A("NetworkError when attempting to fetch resource."))}const p=At(i.toString());if(c.method!=="GET"||!ge(p)){return Promise.resolve(A("invalid method"))}const C=_e(p);const S=C[0];const T=Be(`${S.length}`);const _=C[1]??"";const V=v({statusText:"OK",headersList:[["content-length",{name:"Content-Length",value:T}],["content-type",{name:"Content-Type",value:_}]]});V.body=S;return Promise.resolve(V)}case"data:":{const i=oe(c);const d=Je(i);if(d==="failure"){return Promise.resolve(A("failed to fetch the data URL"))}const p=$e(d.mimeType);return Promise.resolve(v({statusText:"OK",headersList:[["content-type",{name:"Content-Type",value:p}]],body:_e(d.body)[0]}))}case"file:":{return Promise.resolve(A("not implemented... yet..."))}case"http:":case"https:":{return httpFetch(i).catch((i=>A(i)))}default:{return Promise.resolve(A("unknown scheme"))}}}function finalizeResponse(i,c){i.request.done=true;if(i.processResponseDone!=null){queueMicrotask((()=>i.processResponseDone(c)))}}function fetchFinale(i,c){if(c.type==="error"){c.urlList=[i.request.urlList[0]];c.timingInfo=de({startTime:i.timingInfo.startTime})}const processResponseEndOfBody=()=>{i.request.done=true;if(i.processResponseEndOfBody!=null){queueMicrotask((()=>i.processResponseEndOfBody(c)))}};if(i.processResponse!=null){queueMicrotask((()=>i.processResponse(c)))}if(c.body==null){processResponseEndOfBody()}else{const identityTransformAlgorithm=(i,c)=>{c.enqueue(i)};const i=new Ke({start(){},transform:identityTransformAlgorithm,flush:processResponseEndOfBody},{size(){return 1}},{size(){return 1}});c.body={stream:c.body.stream.pipeThrough(i)}}if(i.processResponseConsumeBody!=null){const processBody=d=>i.processResponseConsumeBody(c,d);const processBodyError=d=>i.processResponseConsumeBody(c,d);if(c.body==null){queueMicrotask((()=>processBody(null)))}else{return we(c.body,processBody,processBodyError)}return Promise.resolve()}}async function httpFetch(i){const c=i.request;let d=null;let p=null;const C=i.timingInfo;if(c.serviceWorkers==="all"){}if(d===null){if(c.redirect==="follow"){c.serviceWorkers="none"}p=d=await httpNetworkOrCacheFetch(i);if(c.responseTainting==="cors"&&pe(c,d)==="failure"){return A("cors failure")}if(ie(c,d)==="failure"){c.timingAllowFailed=true}}if((c.responseTainting==="opaque"||d.type==="opaque")&&Ae(c.origin,c.client,c.destination,p)==="blocked"){return A("blocked")}if(ke.has(p.status)){if(c.redirect!=="manual"){i.controller.connection.destroy()}if(c.redirect==="error"){d=A("unexpected redirect")}else if(c.redirect==="manual"){d=p}else if(c.redirect==="follow"){d=await httpRedirectFetch(i,d)}else{De(false)}}d.timingInfo=C;return d}function httpRedirectFetch(i,c){const d=i.request;const p=c.internalResponse?c.internalResponse:c;let C;try{C=ae(p,oe(d).hash);if(C==null){return c}}catch(i){return Promise.resolve(A(i))}if(!ve(C)){return Promise.resolve(A("URL scheme must be a HTTP(S) scheme"))}if(d.redirectCount===20){return Promise.resolve(A("redirect count exceeded"))}d.redirectCount+=1;if(d.mode==="cors"&&(C.username||C.password)&&!ye(d,C)){return Promise.resolve(A('cross origin not allowed for request mode "cors"'))}if(d.responseTainting==="cors"&&(C.username||C.password)){return Promise.resolve(A('URL cannot contain credentials for request mode "cors"'))}if(p.status!==303&&d.body!=null&&d.body.source==null){return Promise.resolve(A())}if([301,302].includes(p.status)&&d.method==="POST"||p.status===303&&!pt.includes(d.method)){d.method="GET";d.body=null;for(const i of Le){d.headersList.delete(i)}}if(!ye(oe(d),C)){d.headersList.delete("authorization");d.headersList.delete("proxy-authorization",true);d.headersList.delete("cookie");d.headersList.delete("host")}if(d.body!=null){De(d.body.source!=null);d.body=_e(d.body.source)[0]}const S=i.timingInfo;S.redirectEndTime=S.postRedirectStartTime=he(i.crossOriginIsolatedCapability);if(S.redirectStartTime===0){S.redirectStartTime=S.startTime}d.urlList.push(C);le(d,p);return mainFetch(i,true)}async function httpNetworkOrCacheFetch(i,c=false,d=false){const p=i.request;let S=null;let v=null;let T=null;const _=null;const Z=false;if(p.window==="no-window"&&p.redirect==="error"){S=i;v=p}else{v=V(p);S={...i};S.request=v}const ee=p.credentials==="include"||p.credentials==="same-origin"&&p.responseTainting==="basic";const te=v.body?v.body.length:null;let re=null;if(v.body==null&&["POST","PUT"].includes(v.method)){re="0"}if(te!=null){re=Be(`${te}`)}if(re!=null){v.headersList.append("content-length",re)}if(te!=null&&v.keepalive){}if(v.referrer instanceof URL){v.headersList.append("referer",Be(v.referrer.href))}se(v);ue(v);if(!v.headersList.contains("user-agent")){v.headersList.append("user-agent",typeof esbuildDetection==="undefined"?"undici":"node")}if(v.cache==="default"&&(v.headersList.contains("if-modified-since")||v.headersList.contains("if-none-match")||v.headersList.contains("if-unmodified-since")||v.headersList.contains("if-match")||v.headersList.contains("if-range"))){v.cache="no-store"}if(v.cache==="no-cache"&&!v.preventNoCacheCacheControlHeaderModification&&!v.headersList.contains("cache-control")){v.headersList.append("cache-control","max-age=0")}if(v.cache==="no-store"||v.cache==="reload"){if(!v.headersList.contains("pragma")){v.headersList.append("pragma","no-cache")}if(!v.headersList.contains("cache-control")){v.headersList.append("cache-control","no-cache")}}if(v.headersList.contains("range")){v.headersList.append("accept-encoding","identity")}if(!v.headersList.contains("accept-encoding")){if(Qe(oe(v))){v.headersList.append("accept-encoding","br, gzip, deflate")}else{v.headersList.append("accept-encoding","gzip, deflate")}}v.headersList.delete("host");if(ee){}if(_==null){v.cache="no-store"}if(v.mode!=="no-store"&&v.mode!=="reload"){}if(T==null){if(v.mode==="only-if-cached"){return A("only if cached")}const i=await httpNetworkFetch(S,ee,d);if(!Oe.has(v.method)&&i.status>=200&&i.status<=399){}if(Z&&i.status===304){}if(T==null){T=i}}T.urlList=[...v.urlList];if(v.headersList.contains("range")){T.rangeRequested=true}T.requestIncludesCredentials=ee;if(T.status===407){if(p.window==="no-window"){return A()}if(Ee(i)){return C(i)}return A("proxy authentication required")}if(T.status===421&&!d&&(p.body==null||p.body.source!=null)){if(Ee(i)){return C(i)}i.controller.connection.destroy();T=await httpNetworkOrCacheFetch(i,c,true)}if(c){}return T}async function httpNetworkFetch(i,c=false,p=false){De(!i.controller.connection||i.controller.connection.destroyed);i.controller.connection={abort:null,destroyed:false,destroy(i){if(!this.destroyed){this.destroyed=true;this.abort?.(i??new Fe("The operation was aborted.","AbortError"))}}};const S=i.request;let _=null;const V=i.timingInfo;const ee=null;if(ee==null){S.cache="no-store"}const te=p?"yes":"no";if(S.mode==="websocket"){}else{}let re=null;if(S.body==null&&i.processRequestEndOfBody){queueMicrotask((()=>i.processRequestEndOfBody()))}else if(S.body!=null){const processBodyChunk=async function*(c){if(Ee(i)){return}yield c;i.processRequestBodyChunkLength?.(c.byteLength)};const processEndOfBody=()=>{if(Ee(i)){return}if(i.processRequestEndOfBody){i.processRequestEndOfBody()}};const processBodyError=c=>{if(Ee(i)){return}if(c.name==="AbortError"){i.controller.abort()}else{i.controller.terminate(c)}};re=async function*(){try{for await(const i of S.body.stream){yield*processBodyChunk(i)}processEndOfBody()}catch(i){processBodyError(i)}}()}try{const{body:c,status:d,statusText:p,headersList:A,socket:C}=await dispatch({body:re});if(C){_=v({status:d,statusText:p,headersList:A,socket:C})}else{const C=c[Symbol.asyncIterator]();i.controller.next=()=>C.next();_=v({status:d,statusText:p,headersList:A})}}catch(c){if(c.name==="AbortError"){i.controller.connection.destroy();return C(i,c)}return A(c)}const pullAlgorithm=()=>{i.controller.resume()};const cancelAlgorithm=c=>{i.controller.abort(c)};if(!ft){ft=d(63774).ReadableStream}const ne=new ft({async start(c){i.controller.controller=c},async pull(i){await pullAlgorithm(i)},async cancel(i){await cancelAlgorithm(i)}},{highWaterMark:0,size(){return 1}});_.body={stream:ne};i.controller.on("terminated",onAborted);i.controller.resume=async()=>{while(true){let c;let d;try{const{done:d,value:p}=await i.controller.next();if(be(i)){break}c=d?undefined:p}catch(p){if(i.controller.ended&&!V.encodedBodySize){c=undefined}else{c=p;d=true}}if(c===undefined){Ie(i.controller.controller);finalizeResponse(i,_);return}V.decodedBodySize+=c?.byteLength??0;if(d){i.controller.terminate(c);return}i.controller.controller.enqueue(new Uint8Array(c));if(je(ne)){i.controller.terminate();return}if(!i.controller.controller.desiredSize){return}}};function onAborted(c){if(be(i)){_.aborted=true;if(Ve(ne)){i.controller.controller.error(i.controller.serializedAbortReason)}}else{if(Ve(ne)){i.controller.controller.error(new TypeError("terminated",{cause:Ce(c)?c:undefined}))}}i.controller.connection.destroy()}return _;async function dispatch({body:c}){const d=oe(S);const p=i.controller.dispatcher;return new Promise(((A,C)=>p.dispatch({path:d.pathname+d.search,origin:d.origin,method:S.method,body:i.controller.dispatcher.isMockActive?S.body&&(S.body.source||S.body.stream):c,headers:S.headersList.entries,maxRedirections:0,upgrade:S.mode==="websocket"?"websocket":undefined},{body:null,abort:null,onConnect(c){const{connection:d}=i.controller;if(d.destroyed){c(new Fe("The operation was aborted.","AbortError"))}else{i.controller.on("terminated",c);this.abort=d.abort=c}},onHeaders(i,c,d,p){if(i<200){return}let C=[];let v="";const _=new T;if(Array.isArray(c)){for(let i=0;i<c.length;i+=2){const d=c[i+0].toString("latin1");const p=c[i+1].toString("latin1");if(d.toLowerCase()==="content-encoding"){C=p.toLowerCase().split(",").map((i=>i.trim()))}else if(d.toLowerCase()==="location"){v=p}_[Ue].append(d,p)}}else{const i=Object.keys(c);for(const d of i){const i=c[d];if(d.toLowerCase()==="content-encoding"){C=i.toLowerCase().split(",").map((i=>i.trim())).reverse()}else if(d.toLowerCase()==="location"){v=i}_[Ue].append(d,i)}}this.body=new qe({read:d});const V=[];const ee=S.redirect==="follow"&&v&&ke.has(i);if(S.method!=="HEAD"&&S.method!=="CONNECT"&&!Pe.includes(i)&&!ee){for(const i of C){if(i==="x-gzip"||i==="gzip"){V.push(Z.createGunzip({flush:Z.constants.Z_SYNC_FLUSH,finishFlush:Z.constants.Z_SYNC_FLUSH}))}else if(i==="deflate"){V.push(Z.createInflate())}else if(i==="br"){V.push(Z.createBrotliDecompress())}else{V.length=0;break}}}A({status:i,statusText:p,headersList:_[Ue],body:V.length?ze(this.body,...V,(()=>{})):this.body.on("error",(()=>{}))});return true},onData(c){if(i.controller.dump){return}const d=c;V.encodedBodySize+=d.byteLength;return this.body.push(d)},onComplete(){if(this.abort){i.controller.off("terminated",this.abort)}i.controller.ended=true;this.body.push(null)},onError(c){if(this.abort){i.controller.off("terminated",this.abort)}this.body?.destroy(c);i.controller.terminate(c);C(c)},onUpgrade(i,c,d){if(i!==101){return}const p=new T;for(let i=0;i<c.length;i+=2){const d=c[i+0].toString("latin1");const A=c[i+1].toString("latin1");p[Ue].append(d,A)}A({status:i,statusText:ct[i],headersList:p[Ue],socket:d});return true}})))}}i.exports={fetch:fetch,Fetch:Fetch,fetching:fetching,finalizeAndReportTiming:finalizeAndReportTiming}},25194:(i,c,d)=>{"use strict";const{extractBody:p,mixinBody:A,cloneBody:C}=d(8923);const{Headers:S,fill:v,HeadersList:T}=d(26349);const{FinalizationRegistry:_}=d(13194)();const V=d(3440);const{isValidHTTPToken:Z,sameOrigin:ee,normalizeMethod:te,makePolicyContainer:re,normalizeMethodRecord:ne}=d(15523);const{forbiddenMethodsSet:ie,corsSafeListedMethodsSet:se,referrerPolicy:ae,requestRedirect:oe,requestMode:le,requestCredentials:ce,requestCache:de,requestDuplex:ue}=d(87326);const{kEnumerableProperty:pe}=V;const{kHeaders:Ae,kSignal:fe,kState:he,kGuard:me,kRealm:ge}=d(89710);const{webidl:ye}=d(74222);const{getGlobalOrigin:Ee}=d(75628);const{URLSerializer:be}=d(94322);const{kHeadersList:Ce,kConstruct:we}=d(36443);const Ie=d(42613);const{getMaxListeners:Be,setMaxListeners:Se,getEventListeners:ve,defaultMaxListeners:Qe}=d(24434);let Ne=globalThis.TransformStream;const Re=Symbol("abortController");const Te=new _((({signal:i,abort:c})=>{i.removeEventListener("abort",c)}));class Request{constructor(i,c={}){if(i===we){return}ye.argumentLengthCheck(arguments,1,{header:"Request constructor"});i=ye.converters.RequestInfo(i);c=ye.converters.RequestInit(c);this[ge]={settingsObject:{baseUrl:Ee(),get origin(){return this.baseUrl?.origin},policyContainer:re()}};let A=null;let C=null;const _=this[ge].settingsObject.baseUrl;let ae=null;if(typeof i==="string"){let c;try{c=new URL(i,_)}catch(c){throw new TypeError("Failed to parse URL from "+i,{cause:c})}if(c.username||c.password){throw new TypeError("Request cannot be constructed from a URL that includes credentials: "+i)}A=makeRequest({urlList:[c]});C="cors"}else{Ie(i instanceof Request);A=i[he];ae=i[fe]}const oe=this[ge].settingsObject.origin;let le="client";if(A.window?.constructor?.name==="EnvironmentSettingsObject"&&ee(A.window,oe)){le=A.window}if(c.window!=null){throw new TypeError(`'window' option '${le}' must be null`)}if("window"in c){le="no-window"}A=makeRequest({method:A.method,headersList:A.headersList,unsafeRequest:A.unsafeRequest,client:this[ge].settingsObject,window:le,priority:A.priority,origin:A.origin,referrer:A.referrer,referrerPolicy:A.referrerPolicy,mode:A.mode,credentials:A.credentials,cache:A.cache,redirect:A.redirect,integrity:A.integrity,keepalive:A.keepalive,reloadNavigation:A.reloadNavigation,historyNavigation:A.historyNavigation,urlList:[...A.urlList]});const ce=Object.keys(c).length!==0;if(ce){if(A.mode==="navigate"){A.mode="same-origin"}A.reloadNavigation=false;A.historyNavigation=false;A.origin="client";A.referrer="client";A.referrerPolicy="";A.url=A.urlList[A.urlList.length-1];A.urlList=[A.url]}if(c.referrer!==undefined){const i=c.referrer;if(i===""){A.referrer="no-referrer"}else{let c;try{c=new URL(i,_)}catch(c){throw new TypeError(`Referrer "${i}" is not a valid URL.`,{cause:c})}if(c.protocol==="about:"&&c.hostname==="client"||oe&&!ee(c,this[ge].settingsObject.baseUrl)){A.referrer="client"}else{A.referrer=c}}}if(c.referrerPolicy!==undefined){A.referrerPolicy=c.referrerPolicy}let de;if(c.mode!==undefined){de=c.mode}else{de=C}if(de==="navigate"){throw ye.errors.exception({header:"Request constructor",message:"invalid request mode navigate."})}if(de!=null){A.mode=de}if(c.credentials!==undefined){A.credentials=c.credentials}if(c.cache!==undefined){A.cache=c.cache}if(A.cache==="only-if-cached"&&A.mode!=="same-origin"){throw new TypeError("'only-if-cached' can be set only with 'same-origin' mode")}if(c.redirect!==undefined){A.redirect=c.redirect}if(c.integrity!=null){A.integrity=String(c.integrity)}if(c.keepalive!==undefined){A.keepalive=Boolean(c.keepalive)}if(c.method!==undefined){let i=c.method;if(!Z(i)){throw new TypeError(`'${i}' is not a valid HTTP method.`)}if(ie.has(i.toUpperCase())){throw new TypeError(`'${i}' HTTP method is unsupported.`)}i=ne[i]??te(i);A.method=i}if(c.signal!==undefined){ae=c.signal}this[he]=A;const ue=new AbortController;this[fe]=ue.signal;this[fe][ge]=this[ge];if(ae!=null){if(!ae||typeof ae.aborted!=="boolean"||typeof ae.addEventListener!=="function"){throw new TypeError("Failed to construct 'Request': member signal is not of type AbortSignal.")}if(ae.aborted){ue.abort(ae.reason)}else{this[Re]=ue;const i=new WeakRef(ue);const abort=function(){const c=i.deref();if(c!==undefined){c.abort(this.reason)}};try{if(typeof Be==="function"&&Be(ae)===Qe){Se(100,ae)}else if(ve(ae,"abort").length>=Qe){Se(100,ae)}}catch{}V.addAbortListener(ae,abort);Te.register(ue,{signal:ae,abort:abort})}}this[Ae]=new S(we);this[Ae][Ce]=A.headersList;this[Ae][me]="request";this[Ae][ge]=this[ge];if(de==="no-cors"){if(!se.has(A.method)){throw new TypeError(`'${A.method} is unsupported in no-cors mode.`)}this[Ae][me]="request-no-cors"}if(ce){const i=this[Ae][Ce];const d=c.headers!==undefined?c.headers:new T(i);i.clear();if(d instanceof T){for(const[c,p]of d){i.append(c,p)}i.cookies=d.cookies}else{v(this[Ae],d)}}const pe=i instanceof Request?i[he].body:null;if((c.body!=null||pe!=null)&&(A.method==="GET"||A.method==="HEAD")){throw new TypeError("Request with GET/HEAD method cannot have body.")}let be=null;if(c.body!=null){const[i,d]=p(c.body,A.keepalive);be=i;if(d&&!this[Ae][Ce].contains("content-type")){this[Ae].append("content-type",d)}}const xe=be??pe;if(xe!=null&&xe.source==null){if(be!=null&&c.duplex==null){throw new TypeError("RequestInit: duplex option is required when sending a body.")}if(A.mode!=="same-origin"&&A.mode!=="cors"){throw new TypeError('If request is made from ReadableStream, mode should be "same-origin" or "cors"')}A.useCORSPreflightFlag=true}let De=xe;if(be==null&&pe!=null){if(V.isDisturbed(pe.stream)||pe.stream.locked){throw new TypeError("Cannot construct a Request with a Request object that has already been used.")}if(!Ne){Ne=d(63774).TransformStream}const i=new Ne;pe.stream.pipeThrough(i);De={source:pe.source,length:pe.length,stream:i.readable}}this[he].body=De}get method(){ye.brandCheck(this,Request);return this[he].method}get url(){ye.brandCheck(this,Request);return be(this[he].url)}get headers(){ye.brandCheck(this,Request);return this[Ae]}get destination(){ye.brandCheck(this,Request);return this[he].destination}get referrer(){ye.brandCheck(this,Request);if(this[he].referrer==="no-referrer"){return""}if(this[he].referrer==="client"){return"about:client"}return this[he].referrer.toString()}get referrerPolicy(){ye.brandCheck(this,Request);return this[he].referrerPolicy}get mode(){ye.brandCheck(this,Request);return this[he].mode}get credentials(){return this[he].credentials}get cache(){ye.brandCheck(this,Request);return this[he].cache}get redirect(){ye.brandCheck(this,Request);return this[he].redirect}get integrity(){ye.brandCheck(this,Request);return this[he].integrity}get keepalive(){ye.brandCheck(this,Request);return this[he].keepalive}get isReloadNavigation(){ye.brandCheck(this,Request);return this[he].reloadNavigation}get isHistoryNavigation(){ye.brandCheck(this,Request);return this[he].historyNavigation}get signal(){ye.brandCheck(this,Request);return this[fe]}get body(){ye.brandCheck(this,Request);return this[he].body?this[he].body.stream:null}get bodyUsed(){ye.brandCheck(this,Request);return!!this[he].body&&V.isDisturbed(this[he].body.stream)}get duplex(){ye.brandCheck(this,Request);return"half"}clone(){ye.brandCheck(this,Request);if(this.bodyUsed||this.body?.locked){throw new TypeError("unusable")}const i=cloneRequest(this[he]);const c=new Request(we);c[he]=i;c[ge]=this[ge];c[Ae]=new S(we);c[Ae][Ce]=i.headersList;c[Ae][me]=this[Ae][me];c[Ae][ge]=this[Ae][ge];const d=new AbortController;if(this.signal.aborted){d.abort(this.signal.reason)}else{V.addAbortListener(this.signal,(()=>{d.abort(this.signal.reason)}))}c[fe]=d.signal;return c}}A(Request);function makeRequest(i){const c={method:"GET",localURLsOnly:false,unsafeRequest:false,body:null,client:null,reservedClient:null,replacesClientId:"",window:"client",keepalive:false,serviceWorkers:"all",initiator:"",destination:"",priority:null,origin:"client",policyContainer:"client",referrer:"client",referrerPolicy:"",mode:"no-cors",useCORSPreflightFlag:false,credentials:"same-origin",useCredentials:false,cache:"default",redirect:"follow",integrity:"",cryptoGraphicsNonceMetadata:"",parserMetadata:"",reloadNavigation:false,historyNavigation:false,userActivation:false,taintedOrigin:false,redirectCount:0,responseTainting:"basic",preventNoCacheCacheControlHeaderModification:false,done:false,timingAllowFailed:false,...i,headersList:i.headersList?new T(i.headersList):new T};c.url=c.urlList[0];return c}function cloneRequest(i){const c=makeRequest({...i,body:null});if(i.body!=null){c.body=C(i.body)}return c}Object.defineProperties(Request.prototype,{method:pe,url:pe,headers:pe,redirect:pe,clone:pe,signal:pe,duplex:pe,destination:pe,body:pe,bodyUsed:pe,isHistoryNavigation:pe,isReloadNavigation:pe,keepalive:pe,integrity:pe,cache:pe,credentials:pe,attribute:pe,referrerPolicy:pe,referrer:pe,mode:pe,[Symbol.toStringTag]:{value:"Request",configurable:true}});ye.converters.Request=ye.interfaceConverter(Request);ye.converters.RequestInfo=function(i){if(typeof i==="string"){return ye.converters.USVString(i)}if(i instanceof Request){return ye.converters.Request(i)}return ye.converters.USVString(i)};ye.converters.AbortSignal=ye.interfaceConverter(AbortSignal);ye.converters.RequestInit=ye.dictionaryConverter([{key:"method",converter:ye.converters.ByteString},{key:"headers",converter:ye.converters.HeadersInit},{key:"body",converter:ye.nullableConverter(ye.converters.BodyInit)},{key:"referrer",converter:ye.converters.USVString},{key:"referrerPolicy",converter:ye.converters.DOMString,allowedValues:ae},{key:"mode",converter:ye.converters.DOMString,allowedValues:le},{key:"credentials",converter:ye.converters.DOMString,allowedValues:ce},{key:"cache",converter:ye.converters.DOMString,allowedValues:de},{key:"redirect",converter:ye.converters.DOMString,allowedValues:oe},{key:"integrity",converter:ye.converters.DOMString},{key:"keepalive",converter:ye.converters.boolean},{key:"signal",converter:ye.nullableConverter((i=>ye.converters.AbortSignal(i,{strict:false})))},{key:"window",converter:ye.converters.any},{key:"duplex",converter:ye.converters.DOMString,allowedValues:ue}]);i.exports={Request:Request,makeRequest:makeRequest}},48676:(i,c,d)=>{"use strict";const{Headers:p,HeadersList:A,fill:C}=d(26349);const{extractBody:S,cloneBody:v,mixinBody:T}=d(8923);const _=d(3440);const{kEnumerableProperty:V}=_;const{isValidReasonPhrase:Z,isCancelled:ee,isAborted:te,isBlobLike:re,serializeJavascriptValueToJSONString:ne,isErrorLike:ie,isomorphicEncode:se}=d(15523);const{redirectStatusSet:ae,nullBodyStatus:oe,DOMException:le}=d(87326);const{kState:ce,kHeaders:de,kGuard:ue,kRealm:pe}=d(89710);const{webidl:Ae}=d(74222);const{FormData:fe}=d(43073);const{getGlobalOrigin:he}=d(75628);const{URLSerializer:me}=d(94322);const{kHeadersList:ge,kConstruct:ye}=d(36443);const Ee=d(42613);const{types:be}=d(39023);const Ce=globalThis.ReadableStream||d(63774).ReadableStream;const we=new TextEncoder("utf-8");class Response{static error(){const i={settingsObject:{}};const c=new Response;c[ce]=makeNetworkError();c[pe]=i;c[de][ge]=c[ce].headersList;c[de][ue]="immutable";c[de][pe]=i;return c}static json(i,c={}){Ae.argumentLengthCheck(arguments,1,{header:"Response.json"});if(c!==null){c=Ae.converters.ResponseInit(c)}const d=we.encode(ne(i));const p=S(d);const A={settingsObject:{}};const C=new Response;C[pe]=A;C[de][ue]="response";C[de][pe]=A;initializeResponse(C,c,{body:p[0],type:"application/json"});return C}static redirect(i,c=302){const d={settingsObject:{}};Ae.argumentLengthCheck(arguments,1,{header:"Response.redirect"});i=Ae.converters.USVString(i);c=Ae.converters["unsigned short"](c);let p;try{p=new URL(i,he())}catch(c){throw Object.assign(new TypeError("Failed to parse URL from "+i),{cause:c})}if(!ae.has(c)){throw new RangeError("Invalid status code "+c)}const A=new Response;A[pe]=d;A[de][ue]="immutable";A[de][pe]=d;A[ce].status=c;const C=se(me(p));A[ce].headersList.append("location",C);return A}constructor(i=null,c={}){if(i!==null){i=Ae.converters.BodyInit(i)}c=Ae.converters.ResponseInit(c);this[pe]={settingsObject:{}};this[ce]=makeResponse({});this[de]=new p(ye);this[de][ue]="response";this[de][ge]=this[ce].headersList;this[de][pe]=this[pe];let d=null;if(i!=null){const[c,p]=S(i);d={body:c,type:p}}initializeResponse(this,c,d)}get type(){Ae.brandCheck(this,Response);return this[ce].type}get url(){Ae.brandCheck(this,Response);const i=this[ce].urlList;const c=i[i.length-1]??null;if(c===null){return""}return me(c,true)}get redirected(){Ae.brandCheck(this,Response);return this[ce].urlList.length>1}get status(){Ae.brandCheck(this,Response);return this[ce].status}get ok(){Ae.brandCheck(this,Response);return this[ce].status>=200&&this[ce].status<=299}get statusText(){Ae.brandCheck(this,Response);return this[ce].statusText}get headers(){Ae.brandCheck(this,Response);return this[de]}get body(){Ae.brandCheck(this,Response);return this[ce].body?this[ce].body.stream:null}get bodyUsed(){Ae.brandCheck(this,Response);return!!this[ce].body&&_.isDisturbed(this[ce].body.stream)}clone(){Ae.brandCheck(this,Response);if(this.bodyUsed||this.body&&this.body.locked){throw Ae.errors.exception({header:"Response.clone",message:"Body has already been consumed."})}const i=cloneResponse(this[ce]);const c=new Response;c[ce]=i;c[pe]=this[pe];c[de][ge]=i.headersList;c[de][ue]=this[de][ue];c[de][pe]=this[de][pe];return c}}T(Response);Object.defineProperties(Response.prototype,{type:V,url:V,status:V,ok:V,redirected:V,statusText:V,headers:V,clone:V,body:V,bodyUsed:V,[Symbol.toStringTag]:{value:"Response",configurable:true}});Object.defineProperties(Response,{json:V,redirect:V,error:V});function cloneResponse(i){if(i.internalResponse){return filterResponse(cloneResponse(i.internalResponse),i.type)}const c=makeResponse({...i,body:null});if(i.body!=null){c.body=v(i.body)}return c}function makeResponse(i){return{aborted:false,rangeRequested:false,timingAllowPassed:false,requestIncludesCredentials:false,type:"default",status:200,timingInfo:null,cacheState:"",statusText:"",...i,headersList:i.headersList?new A(i.headersList):new A,urlList:i.urlList?[...i.urlList]:[]}}function makeNetworkError(i){const c=ie(i);return makeResponse({type:"error",status:0,error:c?i:new Error(i?String(i):i),aborted:i&&i.name==="AbortError"})}function makeFilteredResponse(i,c){c={internalResponse:i,...c};return new Proxy(i,{get(i,d){return d in c?c[d]:i[d]},set(i,d,p){Ee(!(d in c));i[d]=p;return true}})}function filterResponse(i,c){if(c==="basic"){return makeFilteredResponse(i,{type:"basic",headersList:i.headersList})}else if(c==="cors"){return makeFilteredResponse(i,{type:"cors",headersList:i.headersList})}else if(c==="opaque"){return makeFilteredResponse(i,{type:"opaque",urlList:Object.freeze([]),status:0,statusText:"",body:null})}else if(c==="opaqueredirect"){return makeFilteredResponse(i,{type:"opaqueredirect",status:0,statusText:"",headersList:[],body:null})}else{Ee(false)}}function makeAppropriateNetworkError(i,c=null){Ee(ee(i));return te(i)?makeNetworkError(Object.assign(new le("The operation was aborted.","AbortError"),{cause:c})):makeNetworkError(Object.assign(new le("Request was cancelled."),{cause:c}))}function initializeResponse(i,c,d){if(c.status!==null&&(c.status<200||c.status>599)){throw new RangeError('init["status"] must be in the range of 200 to 599, inclusive.')}if("statusText"in c&&c.statusText!=null){if(!Z(String(c.statusText))){throw new TypeError("Invalid statusText")}}if("status"in c&&c.status!=null){i[ce].status=c.status}if("statusText"in c&&c.statusText!=null){i[ce].statusText=c.statusText}if("headers"in c&&c.headers!=null){C(i[de],c.headers)}if(d){if(oe.includes(i.status)){throw Ae.errors.exception({header:"Response constructor",message:"Invalid response status code "+i.status})}i[ce].body=d.body;if(d.type!=null&&!i[ce].headersList.contains("Content-Type")){i[ce].headersList.append("content-type",d.type)}}}Ae.converters.ReadableStream=Ae.interfaceConverter(Ce);Ae.converters.FormData=Ae.interfaceConverter(fe);Ae.converters.URLSearchParams=Ae.interfaceConverter(URLSearchParams);Ae.converters.XMLHttpRequestBodyInit=function(i){if(typeof i==="string"){return Ae.converters.USVString(i)}if(re(i)){return Ae.converters.Blob(i,{strict:false})}if(be.isArrayBuffer(i)||be.isTypedArray(i)||be.isDataView(i)){return Ae.converters.BufferSource(i)}if(_.isFormDataLike(i)){return Ae.converters.FormData(i,{strict:false})}if(i instanceof URLSearchParams){return Ae.converters.URLSearchParams(i)}return Ae.converters.DOMString(i)};Ae.converters.BodyInit=function(i){if(i instanceof Ce){return Ae.converters.ReadableStream(i)}if(i?.[Symbol.asyncIterator]){return i}return Ae.converters.XMLHttpRequestBodyInit(i)};Ae.converters.ResponseInit=Ae.dictionaryConverter([{key:"status",converter:Ae.converters["unsigned short"],defaultValue:200},{key:"statusText",converter:Ae.converters.ByteString,defaultValue:""},{key:"headers",converter:Ae.converters.HeadersInit}]);i.exports={makeNetworkError:makeNetworkError,makeResponse:makeResponse,makeAppropriateNetworkError:makeAppropriateNetworkError,filterResponse:filterResponse,Response:Response,cloneResponse:cloneResponse}},89710:i=>{"use strict";i.exports={kUrl:Symbol("url"),kHeaders:Symbol("headers"),kSignal:Symbol("signal"),kState:Symbol("state"),kGuard:Symbol("guard"),kRealm:Symbol("realm")}},15523:(i,c,d)=>{"use strict";const{redirectStatusSet:p,referrerPolicySet:A,badPortsSet:C}=d(87326);const{getGlobalOrigin:S}=d(75628);const{performance:v}=d(82987);const{isBlobLike:T,toUSVString:_,ReadableStreamFrom:V}=d(3440);const Z=d(42613);const{isUint8Array:ee}=d(98253);let te=[];let re;try{re=d(76982);const i=["sha256","sha384","sha512"];te=re.getHashes().filter((c=>i.includes(c)))}catch{}function responseURL(i){const c=i.urlList;const d=c.length;return d===0?null:c[d-1].toString()}function responseLocationURL(i,c){if(!p.has(i.status)){return null}let d=i.headersList.get("location");if(d!==null&&isValidHeaderValue(d)){d=new URL(d,responseURL(i))}if(d&&!d.hash){d.hash=c}return d}function requestCurrentURL(i){return i.urlList[i.urlList.length-1]}function requestBadPort(i){const c=requestCurrentURL(i);if(urlIsHttpHttpsScheme(c)&&C.has(c.port)){return"blocked"}return"allowed"}function isErrorLike(i){return i instanceof Error||(i?.constructor?.name==="Error"||i?.constructor?.name==="DOMException")}function isValidReasonPhrase(i){for(let c=0;c<i.length;++c){const d=i.charCodeAt(c);if(!(d===9||d>=32&&d<=126||d>=128&&d<=255)){return false}}return true}function isTokenCharCode(i){switch(i){case 34:case 40:case 41:case 44:case 47:case 58:case 59:case 60:case 61:case 62:case 63:case 64:case 91:case 92:case 93:case 123:case 125:return false;default:return i>=33&&i<=126}}function isValidHTTPToken(i){if(i.length===0){return false}for(let c=0;c<i.length;++c){if(!isTokenCharCode(i.charCodeAt(c))){return false}}return true}function isValidHeaderName(i){return isValidHTTPToken(i)}function isValidHeaderValue(i){if(i.startsWith("\t")||i.startsWith(" ")||i.endsWith("\t")||i.endsWith(" ")){return false}if(i.includes("\0")||i.includes("\r")||i.includes("\n")){return false}return true}function setRequestReferrerPolicyOnRedirect(i,c){const{headersList:d}=c;const p=(d.get("referrer-policy")??"").split(",");let C="";if(p.length>0){for(let i=p.length;i!==0;i--){const c=p[i-1].trim();if(A.has(c)){C=c;break}}}if(C!==""){i.referrerPolicy=C}}function crossOriginResourcePolicyCheck(){return"allowed"}function corsCheck(){return"success"}function TAOCheck(){return"success"}function appendFetchMetadata(i){let c=null;c=i.mode;i.headersList.set("sec-fetch-mode",c)}function appendRequestOriginHeader(i){let c=i.origin;if(i.responseTainting==="cors"||i.mode==="websocket"){if(c){i.headersList.append("origin",c)}}else if(i.method!=="GET"&&i.method!=="HEAD"){switch(i.referrerPolicy){case"no-referrer":c=null;break;case"no-referrer-when-downgrade":case"strict-origin":case"strict-origin-when-cross-origin":if(i.origin&&urlHasHttpsScheme(i.origin)&&!urlHasHttpsScheme(requestCurrentURL(i))){c=null}break;case"same-origin":if(!sameOrigin(i,requestCurrentURL(i))){c=null}break;default:}if(c){i.headersList.append("origin",c)}}}function coarsenedSharedCurrentTime(i){return v.now()}function createOpaqueTimingInfo(i){return{startTime:i.startTime??0,redirectStartTime:0,redirectEndTime:0,postRedirectStartTime:i.startTime??0,finalServiceWorkerStartTime:0,finalNetworkResponseStartTime:0,finalNetworkRequestStartTime:0,endTime:0,encodedBodySize:0,decodedBodySize:0,finalConnectionTimingInfo:null}}function makePolicyContainer(){return{referrerPolicy:"strict-origin-when-cross-origin"}}function clonePolicyContainer(i){return{referrerPolicy:i.referrerPolicy}}function determineRequestsReferrer(i){const c=i.referrerPolicy;Z(c);let d=null;if(i.referrer==="client"){const i=S();if(!i||i.origin==="null"){return"no-referrer"}d=new URL(i)}else if(i.referrer instanceof URL){d=i.referrer}let p=stripURLForReferrer(d);const A=stripURLForReferrer(d,true);if(p.toString().length>4096){p=A}const C=sameOrigin(i,p);const v=isURLPotentiallyTrustworthy(p)&&!isURLPotentiallyTrustworthy(i.url);switch(c){case"origin":return A!=null?A:stripURLForReferrer(d,true);case"unsafe-url":return p;case"same-origin":return C?A:"no-referrer";case"origin-when-cross-origin":return C?p:A;case"strict-origin-when-cross-origin":{const c=requestCurrentURL(i);if(sameOrigin(p,c)){return p}if(isURLPotentiallyTrustworthy(p)&&!isURLPotentiallyTrustworthy(c)){return"no-referrer"}return A}case"strict-origin":case"no-referrer-when-downgrade":default:return v?"no-referrer":A}}function stripURLForReferrer(i,c){Z(i instanceof URL);if(i.protocol==="file:"||i.protocol==="about:"||i.protocol==="blank:"){return"no-referrer"}i.username="";i.password="";i.hash="";if(c){i.pathname="";i.search=""}return i}function isURLPotentiallyTrustworthy(i){if(!(i instanceof URL)){return false}if(i.href==="about:blank"||i.href==="about:srcdoc"){return true}if(i.protocol==="data:")return true;if(i.protocol==="file:")return true;return isOriginPotentiallyTrustworthy(i.origin);function isOriginPotentiallyTrustworthy(i){if(i==null||i==="null")return false;const c=new URL(i);if(c.protocol==="https:"||c.protocol==="wss:"){return true}if(/^127(?:\.[0-9]+){0,2}\.[0-9]+$|^\[(?:0*:)*?:?0*1\]$/.test(c.hostname)||(c.hostname==="localhost"||c.hostname.includes("localhost."))||c.hostname.endsWith(".localhost")){return true}return false}}function bytesMatch(i,c){if(re===undefined){return true}const d=parseMetadata(c);if(d==="no metadata"){return true}if(d.length===0){return true}const p=getStrongestMetadata(d);const A=filterMetadataListByAlgorithm(d,p);for(const c of A){const d=c.algo;const p=c.hash;let A=re.createHash(d).update(i).digest("base64");if(A[A.length-1]==="="){if(A[A.length-2]==="="){A=A.slice(0,-2)}else{A=A.slice(0,-1)}}if(compareBase64Mixed(A,p)){return true}}return false}const ne=/(?<algo>sha256|sha384|sha512)-((?<hash>[A-Za-z0-9+/]+|[A-Za-z0-9_-]+)={0,2}(?:\s|$)( +[!-~]*)?)?/i;function parseMetadata(i){const c=[];let d=true;for(const p of i.split(" ")){d=false;const i=ne.exec(p);if(i===null||i.groups===undefined||i.groups.algo===undefined){continue}const A=i.groups.algo.toLowerCase();if(te.includes(A)){c.push(i.groups)}}if(d===true){return"no metadata"}return c}function getStrongestMetadata(i){let c=i[0].algo;if(c[3]==="5"){return c}for(let d=1;d<i.length;++d){const p=i[d];if(p.algo[3]==="5"){c="sha512";break}else if(c[3]==="3"){continue}else if(p.algo[3]==="3"){c="sha384"}}return c}function filterMetadataListByAlgorithm(i,c){if(i.length===1){return i}let d=0;for(let p=0;p<i.length;++p){if(i[p].algo===c){i[d++]=i[p]}}i.length=d;return i}function compareBase64Mixed(i,c){if(i.length!==c.length){return false}for(let d=0;d<i.length;++d){if(i[d]!==c[d]){if(i[d]==="+"&&c[d]==="-"||i[d]==="/"&&c[d]==="_"){continue}return false}}return true}function tryUpgradeRequestToAPotentiallyTrustworthyURL(i){}function sameOrigin(i,c){if(i.origin===c.origin&&i.origin==="null"){return true}if(i.protocol===c.protocol&&i.hostname===c.hostname&&i.port===c.port){return true}return false}function createDeferredPromise(){let i;let c;const d=new Promise(((d,p)=>{i=d;c=p}));return{promise:d,resolve:i,reject:c}}function isAborted(i){return i.controller.state==="aborted"}function isCancelled(i){return i.controller.state==="aborted"||i.controller.state==="terminated"}const ie={delete:"DELETE",DELETE:"DELETE",get:"GET",GET:"GET",head:"HEAD",HEAD:"HEAD",options:"OPTIONS",OPTIONS:"OPTIONS",post:"POST",POST:"POST",put:"PUT",PUT:"PUT"};Object.setPrototypeOf(ie,null);function normalizeMethod(i){return ie[i.toLowerCase()]??i}function serializeJavascriptValueToJSONString(i){const c=JSON.stringify(i);if(c===undefined){throw new TypeError("Value is not JSON serializable")}Z(typeof c==="string");return c}const se=Object.getPrototypeOf(Object.getPrototypeOf([][Symbol.iterator]()));function makeIterator(i,c,d){const p={index:0,kind:d,target:i};const A={next(){if(Object.getPrototypeOf(this)!==A){throw new TypeError(`'next' called on an object that does not implement interface ${c} Iterator.`)}const{index:i,kind:d,target:C}=p;const S=C();const v=S.length;if(i>=v){return{value:undefined,done:true}}const T=S[i];p.index=i+1;return iteratorResult(T,d)},[Symbol.toStringTag]:`${c} Iterator`};Object.setPrototypeOf(A,se);return Object.setPrototypeOf({},A)}function iteratorResult(i,c){let d;switch(c){case"key":{d=i[0];break}case"value":{d=i[1];break}case"key+value":{d=i;break}}return{value:d,done:false}}async function fullyReadBody(i,c,d){const p=c;const A=d;let C;try{C=i.stream.getReader()}catch(i){A(i);return}try{const i=await readAllBytes(C);p(i)}catch(i){A(i)}}let ae=globalThis.ReadableStream;function isReadableStreamLike(i){if(!ae){ae=d(63774).ReadableStream}return i instanceof ae||i[Symbol.toStringTag]==="ReadableStream"&&typeof i.tee==="function"}const oe=65535;function isomorphicDecode(i){if(i.length<oe){return String.fromCharCode(...i)}return i.reduce(((i,c)=>i+String.fromCharCode(c)),"")}function readableStreamClose(i){try{i.close()}catch(i){if(!i.message.includes("Controller is already closed")){throw i}}}function isomorphicEncode(i){for(let c=0;c<i.length;c++){Z(i.charCodeAt(c)<=255)}return i}async function readAllBytes(i){const c=[];let d=0;while(true){const{done:p,value:A}=await i.read();if(p){return Buffer.concat(c,d)}if(!ee(A)){throw new TypeError("Received non-Uint8Array chunk")}c.push(A);d+=A.length}}function urlIsLocal(i){Z("protocol"in i);const c=i.protocol;return c==="about:"||c==="blob:"||c==="data:"}function urlHasHttpsScheme(i){if(typeof i==="string"){return i.startsWith("https:")}return i.protocol==="https:"}function urlIsHttpHttpsScheme(i){Z("protocol"in i);const c=i.protocol;return c==="http:"||c==="https:"}const le=Object.hasOwn||((i,c)=>Object.prototype.hasOwnProperty.call(i,c));i.exports={isAborted:isAborted,isCancelled:isCancelled,createDeferredPromise:createDeferredPromise,ReadableStreamFrom:V,toUSVString:_,tryUpgradeRequestToAPotentiallyTrustworthyURL:tryUpgradeRequestToAPotentiallyTrustworthyURL,coarsenedSharedCurrentTime:coarsenedSharedCurrentTime,determineRequestsReferrer:determineRequestsReferrer,makePolicyContainer:makePolicyContainer,clonePolicyContainer:clonePolicyContainer,appendFetchMetadata:appendFetchMetadata,appendRequestOriginHeader:appendRequestOriginHeader,TAOCheck:TAOCheck,corsCheck:corsCheck,crossOriginResourcePolicyCheck:crossOriginResourcePolicyCheck,createOpaqueTimingInfo:createOpaqueTimingInfo,setRequestReferrerPolicyOnRedirect:setRequestReferrerPolicyOnRedirect,isValidHTTPToken:isValidHTTPToken,requestBadPort:requestBadPort,requestCurrentURL:requestCurrentURL,responseURL:responseURL,responseLocationURL:responseLocationURL,isBlobLike:T,isURLPotentiallyTrustworthy:isURLPotentiallyTrustworthy,isValidReasonPhrase:isValidReasonPhrase,sameOrigin:sameOrigin,normalizeMethod:normalizeMethod,serializeJavascriptValueToJSONString:serializeJavascriptValueToJSONString,makeIterator:makeIterator,isValidHeaderName:isValidHeaderName,isValidHeaderValue:isValidHeaderValue,hasOwn:le,isErrorLike:isErrorLike,fullyReadBody:fullyReadBody,bytesMatch:bytesMatch,isReadableStreamLike:isReadableStreamLike,readableStreamClose:readableStreamClose,isomorphicEncode:isomorphicEncode,isomorphicDecode:isomorphicDecode,urlIsLocal:urlIsLocal,urlHasHttpsScheme:urlHasHttpsScheme,urlIsHttpHttpsScheme:urlIsHttpHttpsScheme,readAllBytes:readAllBytes,normalizeMethodRecord:ie,parseMetadata:parseMetadata}},74222:(i,c,d)=>{"use strict";const{types:p}=d(39023);const{hasOwn:A,toUSVString:C}=d(15523);const S={};S.converters={};S.util={};S.errors={};S.errors.exception=function(i){return new TypeError(`${i.header}: ${i.message}`)};S.errors.conversionFailed=function(i){const c=i.types.length===1?"":" one of";const d=`${i.argument} could not be converted to`+`${c}: ${i.types.join(", ")}.`;return S.errors.exception({header:i.prefix,message:d})};S.errors.invalidArgument=function(i){return S.errors.exception({header:i.prefix,message:`"${i.value}" is an invalid ${i.type}.`})};S.brandCheck=function(i,c,d=undefined){if(d?.strict!==false&&!(i instanceof c)){throw new TypeError("Illegal invocation")}else{return i?.[Symbol.toStringTag]===c.prototype[Symbol.toStringTag]}};S.argumentLengthCheck=function({length:i},c,d){if(i<c){throw S.errors.exception({message:`${c} argument${c!==1?"s":""} required, `+`but${i?" only":""} ${i} found.`,...d})}};S.illegalConstructor=function(){throw S.errors.exception({header:"TypeError",message:"Illegal constructor"})};S.util.Type=function(i){switch(typeof i){case"undefined":return"Undefined";case"boolean":return"Boolean";case"string":return"String";case"symbol":return"Symbol";case"number":return"Number";case"bigint":return"BigInt";case"function":case"object":{if(i===null){return"Null"}return"Object"}}};S.util.ConvertToInt=function(i,c,d,p={}){let A;let C;if(c===64){A=Math.pow(2,53)-1;if(d==="unsigned"){C=0}else{C=Math.pow(-2,53)+1}}else if(d==="unsigned"){C=0;A=Math.pow(2,c)-1}else{C=Math.pow(-2,c)-1;A=Math.pow(2,c-1)-1}let v=Number(i);if(v===0){v=0}if(p.enforceRange===true){if(Number.isNaN(v)||v===Number.POSITIVE_INFINITY||v===Number.NEGATIVE_INFINITY){throw S.errors.exception({header:"Integer conversion",message:`Could not convert ${i} to an integer.`})}v=S.util.IntegerPart(v);if(v<C||v>A){throw S.errors.exception({header:"Integer conversion",message:`Value must be between ${C}-${A}, got ${v}.`})}return v}if(!Number.isNaN(v)&&p.clamp===true){v=Math.min(Math.max(v,C),A);if(Math.floor(v)%2===0){v=Math.floor(v)}else{v=Math.ceil(v)}return v}if(Number.isNaN(v)||v===0&&Object.is(0,v)||v===Number.POSITIVE_INFINITY||v===Number.NEGATIVE_INFINITY){return 0}v=S.util.IntegerPart(v);v=v%Math.pow(2,c);if(d==="signed"&&v>=Math.pow(2,c)-1){return v-Math.pow(2,c)}return v};S.util.IntegerPart=function(i){const c=Math.floor(Math.abs(i));if(i<0){return-1*c}return c};S.sequenceConverter=function(i){return c=>{if(S.util.Type(c)!=="Object"){throw S.errors.exception({header:"Sequence",message:`Value of type ${S.util.Type(c)} is not an Object.`})}const d=c?.[Symbol.iterator]?.();const p=[];if(d===undefined||typeof d.next!=="function"){throw S.errors.exception({header:"Sequence",message:"Object is not an iterator."})}while(true){const{done:c,value:A}=d.next();if(c){break}p.push(i(A))}return p}};S.recordConverter=function(i,c){return d=>{if(S.util.Type(d)!=="Object"){throw S.errors.exception({header:"Record",message:`Value of type ${S.util.Type(d)} is not an Object.`})}const A={};if(!p.isProxy(d)){const p=Object.keys(d);for(const C of p){const p=i(C);const S=c(d[C]);A[p]=S}return A}const C=Reflect.ownKeys(d);for(const p of C){const C=Reflect.getOwnPropertyDescriptor(d,p);if(C?.enumerable){const C=i(p);const S=c(d[p]);A[C]=S}}return A}};S.interfaceConverter=function(i){return(c,d={})=>{if(d.strict!==false&&!(c instanceof i)){throw S.errors.exception({header:i.name,message:`Expected ${c} to be an instance of ${i.name}.`})}return c}};S.dictionaryConverter=function(i){return c=>{const d=S.util.Type(c);const p={};if(d==="Null"||d==="Undefined"){return p}else if(d!=="Object"){throw S.errors.exception({header:"Dictionary",message:`Expected ${c} to be one of: Null, Undefined, Object.`})}for(const d of i){const{key:i,defaultValue:C,required:v,converter:T}=d;if(v===true){if(!A(c,i)){throw S.errors.exception({header:"Dictionary",message:`Missing required key "${i}".`})}}let _=c[i];const V=A(d,"defaultValue");if(V&&_!==null){_=_??C}if(v||V||_!==undefined){_=T(_);if(d.allowedValues&&!d.allowedValues.includes(_)){throw S.errors.exception({header:"Dictionary",message:`${_} is not an accepted type. Expected one of ${d.allowedValues.join(", ")}.`})}p[i]=_}}return p}};S.nullableConverter=function(i){return c=>{if(c===null){return c}return i(c)}};S.converters.DOMString=function(i,c={}){if(i===null&&c.legacyNullToEmptyString){return""}if(typeof i==="symbol"){throw new TypeError("Could not convert argument of type symbol to string.")}return String(i)};S.converters.ByteString=function(i){const c=S.converters.DOMString(i);for(let i=0;i<c.length;i++){if(c.charCodeAt(i)>255){throw new TypeError("Cannot convert argument to a ByteString because the character at "+`index ${i} has a value of ${c.charCodeAt(i)} which is greater than 255.`)}}return c};S.converters.USVString=C;S.converters.boolean=function(i){const c=Boolean(i);return c};S.converters.any=function(i){return i};S.converters["long long"]=function(i){const c=S.util.ConvertToInt(i,64,"signed");return c};S.converters["unsigned long long"]=function(i){const c=S.util.ConvertToInt(i,64,"unsigned");return c};S.converters["unsigned long"]=function(i){const c=S.util.ConvertToInt(i,32,"unsigned");return c};S.converters["unsigned short"]=function(i,c){const d=S.util.ConvertToInt(i,16,"unsigned",c);return d};S.converters.ArrayBuffer=function(i,c={}){if(S.util.Type(i)!=="Object"||!p.isAnyArrayBuffer(i)){throw S.errors.conversionFailed({prefix:`${i}`,argument:`${i}`,types:["ArrayBuffer"]})}if(c.allowShared===false&&p.isSharedArrayBuffer(i)){throw S.errors.exception({header:"ArrayBuffer",message:"SharedArrayBuffer is not allowed."})}return i};S.converters.TypedArray=function(i,c,d={}){if(S.util.Type(i)!=="Object"||!p.isTypedArray(i)||i.constructor.name!==c.name){throw S.errors.conversionFailed({prefix:`${c.name}`,argument:`${i}`,types:[c.name]})}if(d.allowShared===false&&p.isSharedArrayBuffer(i.buffer)){throw S.errors.exception({header:"ArrayBuffer",message:"SharedArrayBuffer is not allowed."})}return i};S.converters.DataView=function(i,c={}){if(S.util.Type(i)!=="Object"||!p.isDataView(i)){throw S.errors.exception({header:"DataView",message:"Object is not a DataView."})}if(c.allowShared===false&&p.isSharedArrayBuffer(i.buffer)){throw S.errors.exception({header:"ArrayBuffer",message:"SharedArrayBuffer is not allowed."})}return i};S.converters.BufferSource=function(i,c={}){if(p.isAnyArrayBuffer(i)){return S.converters.ArrayBuffer(i,c)}if(p.isTypedArray(i)){return S.converters.TypedArray(i,i.constructor)}if(p.isDataView(i)){return S.converters.DataView(i,c)}throw new TypeError(`Could not convert ${i} to a BufferSource.`)};S.converters["sequence<ByteString>"]=S.sequenceConverter(S.converters.ByteString);S.converters["sequence<sequence<ByteString>>"]=S.sequenceConverter(S.converters["sequence<ByteString>"]);S.converters["record<ByteString, ByteString>"]=S.recordConverter(S.converters.ByteString,S.converters.ByteString);i.exports={webidl:S}},40396:i=>{"use strict";function getEncoding(i){if(!i){return"failure"}switch(i.trim().toLowerCase()){case"unicode-1-1-utf-8":case"unicode11utf8":case"unicode20utf8":case"utf-8":case"utf8":case"x-unicode20utf8":return"UTF-8";case"866":case"cp866":case"csibm866":case"ibm866":return"IBM866";case"csisolatin2":case"iso-8859-2":case"iso-ir-101":case"iso8859-2":case"iso88592":case"iso_8859-2":case"iso_8859-2:1987":case"l2":case"latin2":return"ISO-8859-2";case"csisolatin3":case"iso-8859-3":case"iso-ir-109":case"iso8859-3":case"iso88593":case"iso_8859-3":case"iso_8859-3:1988":case"l3":case"latin3":return"ISO-8859-3";case"csisolatin4":case"iso-8859-4":case"iso-ir-110":case"iso8859-4":case"iso88594":case"iso_8859-4":case"iso_8859-4:1988":case"l4":case"latin4":return"ISO-8859-4";case"csisolatincyrillic":case"cyrillic":case"iso-8859-5":case"iso-ir-144":case"iso8859-5":case"iso88595":case"iso_8859-5":case"iso_8859-5:1988":return"ISO-8859-5";case"arabic":case"asmo-708":case"csiso88596e":case"csiso88596i":case"csisolatinarabic":case"ecma-114":case"iso-8859-6":case"iso-8859-6-e":case"iso-8859-6-i":case"iso-ir-127":case"iso8859-6":case"iso88596":case"iso_8859-6":case"iso_8859-6:1987":return"ISO-8859-6";case"csisolatingreek":case"ecma-118":case"elot_928":case"greek":case"greek8":case"iso-8859-7":case"iso-ir-126":case"iso8859-7":case"iso88597":case"iso_8859-7":case"iso_8859-7:1987":case"sun_eu_greek":return"ISO-8859-7";case"csiso88598e":case"csisolatinhebrew":case"hebrew":case"iso-8859-8":case"iso-8859-8-e":case"iso-ir-138":case"iso8859-8":case"iso88598":case"iso_8859-8":case"iso_8859-8:1988":case"visual":return"ISO-8859-8";case"csiso88598i":case"iso-8859-8-i":case"logical":return"ISO-8859-8-I";case"csisolatin6":case"iso-8859-10":case"iso-ir-157":case"iso8859-10":case"iso885910":case"l6":case"latin6":return"ISO-8859-10";case"iso-8859-13":case"iso8859-13":case"iso885913":return"ISO-8859-13";case"iso-8859-14":case"iso8859-14":case"iso885914":return"ISO-8859-14";case"csisolatin9":case"iso-8859-15":case"iso8859-15":case"iso885915":case"iso_8859-15":case"l9":return"ISO-8859-15";case"iso-8859-16":return"ISO-8859-16";case"cskoi8r":case"koi":case"koi8":case"koi8-r":case"koi8_r":return"KOI8-R";case"koi8-ru":case"koi8-u":return"KOI8-U";case"csmacintosh":case"mac":case"macintosh":case"x-mac-roman":return"macintosh";case"iso-8859-11":case"iso8859-11":case"iso885911":case"tis-620":case"windows-874":return"windows-874";case"cp1250":case"windows-1250":case"x-cp1250":return"windows-1250";case"cp1251":case"windows-1251":case"x-cp1251":return"windows-1251";case"ansi_x3.4-1968":case"ascii":case"cp1252":case"cp819":case"csisolatin1":case"ibm819":case"iso-8859-1":case"iso-ir-100":case"iso8859-1":case"iso88591":case"iso_8859-1":case"iso_8859-1:1987":case"l1":case"latin1":case"us-ascii":case"windows-1252":case"x-cp1252":return"windows-1252";case"cp1253":case"windows-1253":case"x-cp1253":return"windows-1253";case"cp1254":case"csisolatin5":case"iso-8859-9":case"iso-ir-148":case"iso8859-9":case"iso88599":case"iso_8859-9":case"iso_8859-9:1989":case"l5":case"latin5":case"windows-1254":case"x-cp1254":return"windows-1254";case"cp1255":case"windows-1255":case"x-cp1255":return"windows-1255";case"cp1256":case"windows-1256":case"x-cp1256":return"windows-1256";case"cp1257":case"windows-1257":case"x-cp1257":return"windows-1257";case"cp1258":case"windows-1258":case"x-cp1258":return"windows-1258";case"x-mac-cyrillic":case"x-mac-ukrainian":return"x-mac-cyrillic";case"chinese":case"csgb2312":case"csiso58gb231280":case"gb2312":case"gb_2312":case"gb_2312-80":case"gbk":case"iso-ir-58":case"x-gbk":return"GBK";case"gb18030":return"gb18030";case"big5":case"big5-hkscs":case"cn-big5":case"csbig5":case"x-x-big5":return"Big5";case"cseucpkdfmtjapanese":case"euc-jp":case"x-euc-jp":return"EUC-JP";case"csiso2022jp":case"iso-2022-jp":return"ISO-2022-JP";case"csshiftjis":case"ms932":case"ms_kanji":case"shift-jis":case"shift_jis":case"sjis":case"windows-31j":case"x-sjis":return"Shift_JIS";case"cseuckr":case"csksc56011987":case"euc-kr":case"iso-ir-149":case"korean":case"ks_c_5601-1987":case"ks_c_5601-1989":case"ksc5601":case"ksc_5601":case"windows-949":return"EUC-KR";case"csiso2022kr":case"hz-gb-2312":case"iso-2022-cn":case"iso-2022-cn-ext":case"iso-2022-kr":case"replacement":return"replacement";case"unicodefffe":case"utf-16be":return"UTF-16BE";case"csunicode":case"iso-10646-ucs-2":case"ucs-2":case"unicode":case"unicodefeff":case"utf-16":case"utf-16le":return"UTF-16LE";case"x-user-defined":return"x-user-defined";default:return"failure"}}i.exports={getEncoding:getEncoding}},82160:(i,c,d)=>{"use strict";const{staticPropertyDescriptors:p,readOperation:A,fireAProgressEvent:C}=d(10165);const{kState:S,kError:v,kResult:T,kEvents:_,kAborted:V}=d(86812);const{webidl:Z}=d(74222);const{kEnumerableProperty:ee}=d(3440);class FileReader extends EventTarget{constructor(){super();this[S]="empty";this[T]=null;this[v]=null;this[_]={loadend:null,error:null,abort:null,load:null,progress:null,loadstart:null}}readAsArrayBuffer(i){Z.brandCheck(this,FileReader);Z.argumentLengthCheck(arguments,1,{header:"FileReader.readAsArrayBuffer"});i=Z.converters.Blob(i,{strict:false});A(this,i,"ArrayBuffer")}readAsBinaryString(i){Z.brandCheck(this,FileReader);Z.argumentLengthCheck(arguments,1,{header:"FileReader.readAsBinaryString"});i=Z.converters.Blob(i,{strict:false});A(this,i,"BinaryString")}readAsText(i,c=undefined){Z.brandCheck(this,FileReader);Z.argumentLengthCheck(arguments,1,{header:"FileReader.readAsText"});i=Z.converters.Blob(i,{strict:false});if(c!==undefined){c=Z.converters.DOMString(c)}A(this,i,"Text",c)}readAsDataURL(i){Z.brandCheck(this,FileReader);Z.argumentLengthCheck(arguments,1,{header:"FileReader.readAsDataURL"});i=Z.converters.Blob(i,{strict:false});A(this,i,"DataURL")}abort(){if(this[S]==="empty"||this[S]==="done"){this[T]=null;return}if(this[S]==="loading"){this[S]="done";this[T]=null}this[V]=true;C("abort",this);if(this[S]!=="loading"){C("loadend",this)}}get readyState(){Z.brandCheck(this,FileReader);switch(this[S]){case"empty":return this.EMPTY;case"loading":return this.LOADING;case"done":return this.DONE}}get result(){Z.brandCheck(this,FileReader);return this[T]}get error(){Z.brandCheck(this,FileReader);return this[v]}get onloadend(){Z.brandCheck(this,FileReader);return this[_].loadend}set onloadend(i){Z.brandCheck(this,FileReader);if(this[_].loadend){this.removeEventListener("loadend",this[_].loadend)}if(typeof i==="function"){this[_].loadend=i;this.addEventListener("loadend",i)}else{this[_].loadend=null}}get onerror(){Z.brandCheck(this,FileReader);return this[_].error}set onerror(i){Z.brandCheck(this,FileReader);if(this[_].error){this.removeEventListener("error",this[_].error)}if(typeof i==="function"){this[_].error=i;this.addEventListener("error",i)}else{this[_].error=null}}get onloadstart(){Z.brandCheck(this,FileReader);return this[_].loadstart}set onloadstart(i){Z.brandCheck(this,FileReader);if(this[_].loadstart){this.removeEventListener("loadstart",this[_].loadstart)}if(typeof i==="function"){this[_].loadstart=i;this.addEventListener("loadstart",i)}else{this[_].loadstart=null}}get onprogress(){Z.brandCheck(this,FileReader);return this[_].progress}set onprogress(i){Z.brandCheck(this,FileReader);if(this[_].progress){this.removeEventListener("progress",this[_].progress)}if(typeof i==="function"){this[_].progress=i;this.addEventListener("progress",i)}else{this[_].progress=null}}get onload(){Z.brandCheck(this,FileReader);return this[_].load}set onload(i){Z.brandCheck(this,FileReader);if(this[_].load){this.removeEventListener("load",this[_].load)}if(typeof i==="function"){this[_].load=i;this.addEventListener("load",i)}else{this[_].load=null}}get onabort(){Z.brandCheck(this,FileReader);return this[_].abort}set onabort(i){Z.brandCheck(this,FileReader);if(this[_].abort){this.removeEventListener("abort",this[_].abort)}if(typeof i==="function"){this[_].abort=i;this.addEventListener("abort",i)}else{this[_].abort=null}}}FileReader.EMPTY=FileReader.prototype.EMPTY=0;FileReader.LOADING=FileReader.prototype.LOADING=1;FileReader.DONE=FileReader.prototype.DONE=2;Object.defineProperties(FileReader.prototype,{EMPTY:p,LOADING:p,DONE:p,readAsArrayBuffer:ee,readAsBinaryString:ee,readAsText:ee,readAsDataURL:ee,abort:ee,readyState:ee,result:ee,error:ee,onloadstart:ee,onprogress:ee,onload:ee,onabort:ee,onerror:ee,onloadend:ee,[Symbol.toStringTag]:{value:"FileReader",writable:false,enumerable:false,configurable:true}});Object.defineProperties(FileReader,{EMPTY:p,LOADING:p,DONE:p});i.exports={FileReader:FileReader}},15976:(i,c,d)=>{"use strict";const{webidl:p}=d(74222);const A=Symbol("ProgressEvent state");class ProgressEvent extends Event{constructor(i,c={}){i=p.converters.DOMString(i);c=p.converters.ProgressEventInit(c??{});super(i,c);this[A]={lengthComputable:c.lengthComputable,loaded:c.loaded,total:c.total}}get lengthComputable(){p.brandCheck(this,ProgressEvent);return this[A].lengthComputable}get loaded(){p.brandCheck(this,ProgressEvent);return this[A].loaded}get total(){p.brandCheck(this,ProgressEvent);return this[A].total}}p.converters.ProgressEventInit=p.dictionaryConverter([{key:"lengthComputable",converter:p.converters.boolean,defaultValue:false},{key:"loaded",converter:p.converters["unsigned long long"],defaultValue:0},{key:"total",converter:p.converters["unsigned long long"],defaultValue:0},{key:"bubbles",converter:p.converters.boolean,defaultValue:false},{key:"cancelable",converter:p.converters.boolean,defaultValue:false},{key:"composed",converter:p.converters.boolean,defaultValue:false}]);i.exports={ProgressEvent:ProgressEvent}},86812:i=>{"use strict";i.exports={kState:Symbol("FileReader state"),kResult:Symbol("FileReader result"),kError:Symbol("FileReader error"),kLastProgressEventFired:Symbol("FileReader last progress event fired timestamp"),kEvents:Symbol("FileReader events"),kAborted:Symbol("FileReader aborted")}},10165:(i,c,d)=>{"use strict";const{kState:p,kError:A,kResult:C,kAborted:S,kLastProgressEventFired:v}=d(86812);const{ProgressEvent:T}=d(15976);const{getEncoding:_}=d(40396);const{DOMException:V}=d(87326);const{serializeAMimeType:Z,parseMIMEType:ee}=d(94322);const{types:te}=d(39023);const{StringDecoder:re}=d(13193);const{btoa:ne}=d(20181);const ie={enumerable:true,writable:false,configurable:false};function readOperation(i,c,d,T){if(i[p]==="loading"){throw new V("Invalid state","InvalidStateError")}i[p]="loading";i[C]=null;i[A]=null;const _=c.stream();const Z=_.getReader();const ee=[];let re=Z.read();let ne=true;(async()=>{while(!i[S]){try{const{done:_,value:V}=await re;if(ne&&!i[S]){queueMicrotask((()=>{fireAProgressEvent("loadstart",i)}))}ne=false;if(!_&&te.isUint8Array(V)){ee.push(V);if((i[v]===undefined||Date.now()-i[v]>=50)&&!i[S]){i[v]=Date.now();queueMicrotask((()=>{fireAProgressEvent("progress",i)}))}re=Z.read()}else if(_){queueMicrotask((()=>{i[p]="done";try{const p=packageData(ee,d,c.type,T);if(i[S]){return}i[C]=p;fireAProgressEvent("load",i)}catch(c){i[A]=c;fireAProgressEvent("error",i)}if(i[p]!=="loading"){fireAProgressEvent("loadend",i)}}));break}}catch(c){if(i[S]){return}queueMicrotask((()=>{i[p]="done";i[A]=c;fireAProgressEvent("error",i);if(i[p]!=="loading"){fireAProgressEvent("loadend",i)}}));break}}})()}function fireAProgressEvent(i,c){const d=new T(i,{bubbles:false,cancelable:false});c.dispatchEvent(d)}function packageData(i,c,d,p){switch(c){case"DataURL":{let c="data:";const p=ee(d||"application/octet-stream");if(p!=="failure"){c+=Z(p)}c+=";base64,";const A=new re("latin1");for(const d of i){c+=ne(A.write(d))}c+=ne(A.end());return c}case"Text":{let c="failure";if(p){c=_(p)}if(c==="failure"&&d){const i=ee(d);if(i!=="failure"){c=_(i.parameters.get("charset"))}}if(c==="failure"){c="UTF-8"}return decode(i,c)}case"ArrayBuffer":{const c=combineByteSequences(i);return c.buffer}case"BinaryString":{let c="";const d=new re("latin1");for(const p of i){c+=d.write(p)}c+=d.end();return c}}}function decode(i,c){const d=combineByteSequences(i);const p=BOMSniffing(d);let A=0;if(p!==null){c=p;A=p==="UTF-8"?3:2}const C=d.slice(A);return new TextDecoder(c).decode(C)}function BOMSniffing(i){const[c,d,p]=i;if(c===239&&d===187&&p===191){return"UTF-8"}else if(c===254&&d===255){return"UTF-16BE"}else if(c===255&&d===254){return"UTF-16LE"}return null}function combineByteSequences(i){const c=i.reduce(((i,c)=>i+c.byteLength),0);let d=0;return i.reduce(((i,c)=>{i.set(c,d);d+=c.byteLength;return i}),new Uint8Array(c))}i.exports={staticPropertyDescriptors:ie,readOperation:readOperation,fireAProgressEvent:fireAProgressEvent}},32581:(i,c,d)=>{"use strict";const p=Symbol.for("undici.globalDispatcher.1");const{InvalidArgumentError:A}=d(68707);const C=d(59965);if(getGlobalDispatcher()===undefined){setGlobalDispatcher(new C)}function setGlobalDispatcher(i){if(!i||typeof i.dispatch!=="function"){throw new A("Argument agent must implement Agent")}Object.defineProperty(globalThis,p,{value:i,writable:true,enumerable:false,configurable:false})}function getGlobalDispatcher(){return globalThis[p]}i.exports={setGlobalDispatcher:setGlobalDispatcher,getGlobalDispatcher:getGlobalDispatcher}},78840:i=>{"use strict";i.exports=class DecoratorHandler{constructor(i){this.handler=i}onConnect(...i){return this.handler.onConnect(...i)}onError(...i){return this.handler.onError(...i)}onUpgrade(...i){return this.handler.onUpgrade(...i)}onHeaders(...i){return this.handler.onHeaders(...i)}onData(...i){return this.handler.onData(...i)}onComplete(...i){return this.handler.onComplete(...i)}onBodySent(...i){return this.handler.onBodySent(...i)}}},48299:(i,c,d)=>{"use strict";const p=d(3440);const{kBodyUsed:A}=d(36443);const C=d(42613);const{InvalidArgumentError:S}=d(68707);const v=d(24434);const T=[300,301,302,303,307,308];const _=Symbol("body");class BodyAsyncIterable{constructor(i){this[_]=i;this[A]=false}async*[Symbol.asyncIterator](){C(!this[A],"disturbed");this[A]=true;yield*this[_]}}class RedirectHandler{constructor(i,c,d,T){if(c!=null&&(!Number.isInteger(c)||c<0)){throw new S("maxRedirections must be a positive number")}p.validateHandler(T,d.method,d.upgrade);this.dispatch=i;this.location=null;this.abort=null;this.opts={...d,maxRedirections:0};this.maxRedirections=c;this.handler=T;this.history=[];if(p.isStream(this.opts.body)){if(p.bodyLength(this.opts.body)===0){this.opts.body.on("data",(function(){C(false)}))}if(typeof this.opts.body.readableDidRead!=="boolean"){this.opts.body[A]=false;v.prototype.on.call(this.opts.body,"data",(function(){this[A]=true}))}}else if(this.opts.body&&typeof this.opts.body.pipeTo==="function"){this.opts.body=new BodyAsyncIterable(this.opts.body)}else if(this.opts.body&&typeof this.opts.body!=="string"&&!ArrayBuffer.isView(this.opts.body)&&p.isIterable(this.opts.body)){this.opts.body=new BodyAsyncIterable(this.opts.body)}}onConnect(i){this.abort=i;this.handler.onConnect(i,{history:this.history})}onUpgrade(i,c,d){this.handler.onUpgrade(i,c,d)}onError(i){this.handler.onError(i)}onHeaders(i,c,d,A){this.location=this.history.length>=this.maxRedirections||p.isDisturbed(this.opts.body)?null:parseLocation(i,c);if(this.opts.origin){this.history.push(new URL(this.opts.path,this.opts.origin))}if(!this.location){return this.handler.onHeaders(i,c,d,A)}const{origin:C,pathname:S,search:v}=p.parseURL(new URL(this.location,this.opts.origin&&new URL(this.opts.path,this.opts.origin)));const T=v?`${S}${v}`:S;this.opts.headers=cleanRequestHeaders(this.opts.headers,i===303,this.opts.origin!==C);this.opts.path=T;this.opts.origin=C;this.opts.maxRedirections=0;this.opts.query=null;if(i===303&&this.opts.method!=="HEAD"){this.opts.method="GET";this.opts.body=null}}onData(i){if(this.location){}else{return this.handler.onData(i)}}onComplete(i){if(this.location){this.location=null;this.abort=null;this.dispatch(this.opts,this)}else{this.handler.onComplete(i)}}onBodySent(i){if(this.handler.onBodySent){this.handler.onBodySent(i)}}}function parseLocation(i,c){if(T.indexOf(i)===-1){return null}for(let i=0;i<c.length;i+=2){if(c[i].toString().toLowerCase()==="location"){return c[i+1]}}}function shouldRemoveHeader(i,c,d){if(i.length===4){return p.headerNameToString(i)==="host"}if(c&&p.headerNameToString(i).startsWith("content-")){return true}if(d&&(i.length===13||i.length===6||i.length===19)){const c=p.headerNameToString(i);return c==="authorization"||c==="cookie"||c==="proxy-authorization"}return false}function cleanRequestHeaders(i,c,d){const p=[];if(Array.isArray(i)){for(let A=0;A<i.length;A+=2){if(!shouldRemoveHeader(i[A],c,d)){p.push(i[A],i[A+1])}}}else if(i&&typeof i==="object"){for(const A of Object.keys(i)){if(!shouldRemoveHeader(A,c,d)){p.push(A,i[A])}}}else{C(i==null,"headers must be an object or an array")}return p}i.exports=RedirectHandler},53573:(i,c,d)=>{const p=d(42613);const{kRetryHandlerDefaultRetry:A}=d(36443);const{RequestRetryError:C}=d(68707);const{isDisturbed:S,parseHeaders:v,parseRangeHeader:T}=d(3440);function calculateRetryAfterHeader(i){const c=Date.now();const d=new Date(i).getTime()-c;return d}class RetryHandler{constructor(i,c){const{retryOptions:d,...p}=i;const{retry:C,maxRetries:S,maxTimeout:v,minTimeout:T,timeoutFactor:_,methods:V,errorCodes:Z,retryAfter:ee,statusCodes:te}=d??{};this.dispatch=c.dispatch;this.handler=c.handler;this.opts=p;this.abort=null;this.aborted=false;this.retryOpts={retry:C??RetryHandler[A],retryAfter:ee??true,maxTimeout:v??30*1e3,timeout:T??500,timeoutFactor:_??2,maxRetries:S??5,methods:V??["GET","HEAD","OPTIONS","PUT","DELETE","TRACE"],statusCodes:te??[500,502,503,504,429],errorCodes:Z??["ECONNRESET","ECONNREFUSED","ENOTFOUND","ENETDOWN","ENETUNREACH","EHOSTDOWN","EHOSTUNREACH","EPIPE"]};this.retryCount=0;this.start=0;this.end=null;this.etag=null;this.resume=null;this.handler.onConnect((i=>{this.aborted=true;if(this.abort){this.abort(i)}else{this.reason=i}}))}onRequestSent(){if(this.handler.onRequestSent){this.handler.onRequestSent()}}onUpgrade(i,c,d){if(this.handler.onUpgrade){this.handler.onUpgrade(i,c,d)}}onConnect(i){if(this.aborted){i(this.reason)}else{this.abort=i}}onBodySent(i){if(this.handler.onBodySent)return this.handler.onBodySent(i)}static[A](i,{state:c,opts:d},p){const{statusCode:A,code:C,headers:S}=i;const{method:v,retryOptions:T}=d;const{maxRetries:_,timeout:V,maxTimeout:Z,timeoutFactor:ee,statusCodes:te,errorCodes:re,methods:ne}=T;let{counter:ie,currentTimeout:se}=c;se=se!=null&&se>0?se:V;if(C&&C!=="UND_ERR_REQ_RETRY"&&C!=="UND_ERR_SOCKET"&&!re.includes(C)){p(i);return}if(Array.isArray(ne)&&!ne.includes(v)){p(i);return}if(A!=null&&Array.isArray(te)&&!te.includes(A)){p(i);return}if(ie>_){p(i);return}let ae=S!=null&&S["retry-after"];if(ae){ae=Number(ae);ae=isNaN(ae)?calculateRetryAfterHeader(ae):ae*1e3}const oe=ae>0?Math.min(ae,Z):Math.min(se*ee**ie,Z);c.currentTimeout=oe;setTimeout((()=>p(null)),oe)}onHeaders(i,c,d,A){const S=v(c);this.retryCount+=1;if(i>=300){this.abort(new C("Request failed",i,{headers:S,count:this.retryCount}));return false}if(this.resume!=null){this.resume=null;if(i!==206){return true}const c=T(S["content-range"]);if(!c){this.abort(new C("Content-Range mismatch",i,{headers:S,count:this.retryCount}));return false}if(this.etag!=null&&this.etag!==S.etag){this.abort(new C("ETag mismatch",i,{headers:S,count:this.retryCount}));return false}const{start:A,size:v,end:_=v}=c;p(this.start===A,"content-range mismatch");p(this.end==null||this.end===_,"content-range mismatch");this.resume=d;return true}if(this.end==null){if(i===206){const C=T(S["content-range"]);if(C==null){return this.handler.onHeaders(i,c,d,A)}const{start:v,size:_,end:V=_}=C;p(v!=null&&Number.isFinite(v)&&this.start!==v,"content-range mismatch");p(Number.isFinite(v));p(V!=null&&Number.isFinite(V)&&this.end!==V,"invalid content-length");this.start=v;this.end=V}if(this.end==null){const i=S["content-length"];this.end=i!=null?Number(i):null}p(Number.isFinite(this.start));p(this.end==null||Number.isFinite(this.end),"invalid content-length");this.resume=d;this.etag=S.etag!=null?S.etag:null;return this.handler.onHeaders(i,c,d,A)}const _=new C("Request failed",i,{headers:S,count:this.retryCount});this.abort(_);return false}onData(i){this.start+=i.length;return this.handler.onData(i)}onComplete(i){this.retryCount=0;return this.handler.onComplete(i)}onError(i){if(this.aborted||S(this.opts.body)){return this.handler.onError(i)}this.retryOpts.retry(i,{state:{counter:this.retryCount++,currentTimeout:this.retryAfter},opts:{retryOptions:this.retryOpts,...this.opts}},onRetry.bind(this));function onRetry(i){if(i!=null||this.aborted||S(this.opts.body)){return this.handler.onError(i)}if(this.start!==0){this.opts={...this.opts,headers:{...this.opts.headers,range:`bytes=${this.start}-${this.end??""}`}}}try{this.dispatch(this.opts,this)}catch(i){this.handler.onError(i)}}}}i.exports=RetryHandler},64415:(i,c,d)=>{"use strict";const p=d(48299);function createRedirectInterceptor({maxRedirections:i}){return c=>function Intercept(d,A){const{maxRedirections:C=i}=d;if(!C){return c(d,A)}const S=new p(c,C,d,A);d={...d,maxRedirections:0};return c(d,S)}}i.exports=createRedirectInterceptor},52824:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.SPECIAL_HEADERS=c.HEADER_STATE=c.MINOR=c.MAJOR=c.CONNECTION_TOKEN_CHARS=c.HEADER_CHARS=c.TOKEN=c.STRICT_TOKEN=c.HEX=c.URL_CHAR=c.STRICT_URL_CHAR=c.USERINFO_CHARS=c.MARK=c.ALPHANUM=c.NUM=c.HEX_MAP=c.NUM_MAP=c.ALPHA=c.FINISH=c.H_METHOD_MAP=c.METHOD_MAP=c.METHODS_RTSP=c.METHODS_ICE=c.METHODS_HTTP=c.METHODS=c.LENIENT_FLAGS=c.FLAGS=c.TYPE=c.ERROR=void 0;const p=d(50172);var A;(function(i){i[i["OK"]=0]="OK";i[i["INTERNAL"]=1]="INTERNAL";i[i["STRICT"]=2]="STRICT";i[i["LF_EXPECTED"]=3]="LF_EXPECTED";i[i["UNEXPECTED_CONTENT_LENGTH"]=4]="UNEXPECTED_CONTENT_LENGTH";i[i["CLOSED_CONNECTION"]=5]="CLOSED_CONNECTION";i[i["INVALID_METHOD"]=6]="INVALID_METHOD";i[i["INVALID_URL"]=7]="INVALID_URL";i[i["INVALID_CONSTANT"]=8]="INVALID_CONSTANT";i[i["INVALID_VERSION"]=9]="INVALID_VERSION";i[i["INVALID_HEADER_TOKEN"]=10]="INVALID_HEADER_TOKEN";i[i["INVALID_CONTENT_LENGTH"]=11]="INVALID_CONTENT_LENGTH";i[i["INVALID_CHUNK_SIZE"]=12]="INVALID_CHUNK_SIZE";i[i["INVALID_STATUS"]=13]="INVALID_STATUS";i[i["INVALID_EOF_STATE"]=14]="INVALID_EOF_STATE";i[i["INVALID_TRANSFER_ENCODING"]=15]="INVALID_TRANSFER_ENCODING";i[i["CB_MESSAGE_BEGIN"]=16]="CB_MESSAGE_BEGIN";i[i["CB_HEADERS_COMPLETE"]=17]="CB_HEADERS_COMPLETE";i[i["CB_MESSAGE_COMPLETE"]=18]="CB_MESSAGE_COMPLETE";i[i["CB_CHUNK_HEADER"]=19]="CB_CHUNK_HEADER";i[i["CB_CHUNK_COMPLETE"]=20]="CB_CHUNK_COMPLETE";i[i["PAUSED"]=21]="PAUSED";i[i["PAUSED_UPGRADE"]=22]="PAUSED_UPGRADE";i[i["PAUSED_H2_UPGRADE"]=23]="PAUSED_H2_UPGRADE";i[i["USER"]=24]="USER"})(A=c.ERROR||(c.ERROR={}));var C;(function(i){i[i["BOTH"]=0]="BOTH";i[i["REQUEST"]=1]="REQUEST";i[i["RESPONSE"]=2]="RESPONSE"})(C=c.TYPE||(c.TYPE={}));var S;(function(i){i[i["CONNECTION_KEEP_ALIVE"]=1]="CONNECTION_KEEP_ALIVE";i[i["CONNECTION_CLOSE"]=2]="CONNECTION_CLOSE";i[i["CONNECTION_UPGRADE"]=4]="CONNECTION_UPGRADE";i[i["CHUNKED"]=8]="CHUNKED";i[i["UPGRADE"]=16]="UPGRADE";i[i["CONTENT_LENGTH"]=32]="CONTENT_LENGTH";i[i["SKIPBODY"]=64]="SKIPBODY";i[i["TRAILING"]=128]="TRAILING";i[i["TRANSFER_ENCODING"]=512]="TRANSFER_ENCODING"})(S=c.FLAGS||(c.FLAGS={}));var v;(function(i){i[i["HEADERS"]=1]="HEADERS";i[i["CHUNKED_LENGTH"]=2]="CHUNKED_LENGTH";i[i["KEEP_ALIVE"]=4]="KEEP_ALIVE"})(v=c.LENIENT_FLAGS||(c.LENIENT_FLAGS={}));var T;(function(i){i[i["DELETE"]=0]="DELETE";i[i["GET"]=1]="GET";i[i["HEAD"]=2]="HEAD";i[i["POST"]=3]="POST";i[i["PUT"]=4]="PUT";i[i["CONNECT"]=5]="CONNECT";i[i["OPTIONS"]=6]="OPTIONS";i[i["TRACE"]=7]="TRACE";i[i["COPY"]=8]="COPY";i[i["LOCK"]=9]="LOCK";i[i["MKCOL"]=10]="MKCOL";i[i["MOVE"]=11]="MOVE";i[i["PROPFIND"]=12]="PROPFIND";i[i["PROPPATCH"]=13]="PROPPATCH";i[i["SEARCH"]=14]="SEARCH";i[i["UNLOCK"]=15]="UNLOCK";i[i["BIND"]=16]="BIND";i[i["REBIND"]=17]="REBIND";i[i["UNBIND"]=18]="UNBIND";i[i["ACL"]=19]="ACL";i[i["REPORT"]=20]="REPORT";i[i["MKACTIVITY"]=21]="MKACTIVITY";i[i["CHECKOUT"]=22]="CHECKOUT";i[i["MERGE"]=23]="MERGE";i[i["M-SEARCH"]=24]="M-SEARCH";i[i["NOTIFY"]=25]="NOTIFY";i[i["SUBSCRIBE"]=26]="SUBSCRIBE";i[i["UNSUBSCRIBE"]=27]="UNSUBSCRIBE";i[i["PATCH"]=28]="PATCH";i[i["PURGE"]=29]="PURGE";i[i["MKCALENDAR"]=30]="MKCALENDAR";i[i["LINK"]=31]="LINK";i[i["UNLINK"]=32]="UNLINK";i[i["SOURCE"]=33]="SOURCE";i[i["PRI"]=34]="PRI";i[i["DESCRIBE"]=35]="DESCRIBE";i[i["ANNOUNCE"]=36]="ANNOUNCE";i[i["SETUP"]=37]="SETUP";i[i["PLAY"]=38]="PLAY";i[i["PAUSE"]=39]="PAUSE";i[i["TEARDOWN"]=40]="TEARDOWN";i[i["GET_PARAMETER"]=41]="GET_PARAMETER";i[i["SET_PARAMETER"]=42]="SET_PARAMETER";i[i["REDIRECT"]=43]="REDIRECT";i[i["RECORD"]=44]="RECORD";i[i["FLUSH"]=45]="FLUSH"})(T=c.METHODS||(c.METHODS={}));c.METHODS_HTTP=[T.DELETE,T.GET,T.HEAD,T.POST,T.PUT,T.CONNECT,T.OPTIONS,T.TRACE,T.COPY,T.LOCK,T.MKCOL,T.MOVE,T.PROPFIND,T.PROPPATCH,T.SEARCH,T.UNLOCK,T.BIND,T.REBIND,T.UNBIND,T.ACL,T.REPORT,T.MKACTIVITY,T.CHECKOUT,T.MERGE,T["M-SEARCH"],T.NOTIFY,T.SUBSCRIBE,T.UNSUBSCRIBE,T.PATCH,T.PURGE,T.MKCALENDAR,T.LINK,T.UNLINK,T.PRI,T.SOURCE];c.METHODS_ICE=[T.SOURCE];c.METHODS_RTSP=[T.OPTIONS,T.DESCRIBE,T.ANNOUNCE,T.SETUP,T.PLAY,T.PAUSE,T.TEARDOWN,T.GET_PARAMETER,T.SET_PARAMETER,T.REDIRECT,T.RECORD,T.FLUSH,T.GET,T.POST];c.METHOD_MAP=p.enumToMap(T);c.H_METHOD_MAP={};Object.keys(c.METHOD_MAP).forEach((i=>{if(/^H/.test(i)){c.H_METHOD_MAP[i]=c.METHOD_MAP[i]}}));var _;(function(i){i[i["SAFE"]=0]="SAFE";i[i["SAFE_WITH_CB"]=1]="SAFE_WITH_CB";i[i["UNSAFE"]=2]="UNSAFE"})(_=c.FINISH||(c.FINISH={}));c.ALPHA=[];for(let i="A".charCodeAt(0);i<="Z".charCodeAt(0);i++){c.ALPHA.push(String.fromCharCode(i));c.ALPHA.push(String.fromCharCode(i+32))}c.NUM_MAP={0:0,1:1,2:2,3:3,4:4,5:5,6:6,7:7,8:8,9:9};c.HEX_MAP={0:0,1:1,2:2,3:3,4:4,5:5,6:6,7:7,8:8,9:9,A:10,B:11,C:12,D:13,E:14,F:15,a:10,b:11,c:12,d:13,e:14,f:15};c.NUM=["0","1","2","3","4","5","6","7","8","9"];c.ALPHANUM=c.ALPHA.concat(c.NUM);c.MARK=["-","_",".","!","~","*","'","(",")"];c.USERINFO_CHARS=c.ALPHANUM.concat(c.MARK).concat(["%",";",":","&","=","+","$",","]);c.STRICT_URL_CHAR=["!",'"',"$","%","&","'","(",")","*","+",",","-",".","/",":",";","<","=",">","@","[","\\","]","^","_","`","{","|","}","~"].concat(c.ALPHANUM);c.URL_CHAR=c.STRICT_URL_CHAR.concat(["\t","\f"]);for(let i=128;i<=255;i++){c.URL_CHAR.push(i)}c.HEX=c.NUM.concat(["a","b","c","d","e","f","A","B","C","D","E","F"]);c.STRICT_TOKEN=["!","#","$","%","&","'","*","+","-",".","^","_","`","|","~"].concat(c.ALPHANUM);c.TOKEN=c.STRICT_TOKEN.concat([" "]);c.HEADER_CHARS=["\t"];for(let i=32;i<=255;i++){if(i!==127){c.HEADER_CHARS.push(i)}}c.CONNECTION_TOKEN_CHARS=c.HEADER_CHARS.filter((i=>i!==44));c.MAJOR=c.NUM_MAP;c.MINOR=c.MAJOR;var V;(function(i){i[i["GENERAL"]=0]="GENERAL";i[i["CONNECTION"]=1]="CONNECTION";i[i["CONTENT_LENGTH"]=2]="CONTENT_LENGTH";i[i["TRANSFER_ENCODING"]=3]="TRANSFER_ENCODING";i[i["UPGRADE"]=4]="UPGRADE";i[i["CONNECTION_KEEP_ALIVE"]=5]="CONNECTION_KEEP_ALIVE";i[i["CONNECTION_CLOSE"]=6]="CONNECTION_CLOSE";i[i["CONNECTION_UPGRADE"]=7]="CONNECTION_UPGRADE";i[i["TRANSFER_ENCODING_CHUNKED"]=8]="TRANSFER_ENCODING_CHUNKED"})(V=c.HEADER_STATE||(c.HEADER_STATE={}));c.SPECIAL_HEADERS={connection:V.CONNECTION,"content-length":V.CONTENT_LENGTH,"proxy-connection":V.CONNECTION,"transfer-encoding":V.TRANSFER_ENCODING,upgrade:V.UPGRADE}},63870:i=>{i.exports="AGFzbQEAAAABMAhgAX8Bf2ADf39/AX9gBH9/f38Bf2AAAGADf39/AGABfwBgAn9/AGAGf39/f39/AALLAQgDZW52GHdhc21fb25faGVhZGVyc19jb21wbGV0ZQACA2VudhV3YXNtX29uX21lc3NhZ2VfYmVnaW4AAANlbnYLd2FzbV9vbl91cmwAAQNlbnYOd2FzbV9vbl9zdGF0dXMAAQNlbnYUd2FzbV9vbl9oZWFkZXJfZmllbGQAAQNlbnYUd2FzbV9vbl9oZWFkZXJfdmFsdWUAAQNlbnYMd2FzbV9vbl9ib2R5AAEDZW52GHdhc21fb25fbWVzc2FnZV9jb21wbGV0ZQAAA0ZFAwMEAAAFAAAAAAAABQEFAAUFBQAABgAAAAAGBgYGAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQABAAABAQcAAAUFAwABBAUBcAESEgUDAQACBggBfwFBgNQECwfRBSIGbWVtb3J5AgALX2luaXRpYWxpemUACRlfX2luZGlyZWN0X2Z1bmN0aW9uX3RhYmxlAQALbGxodHRwX2luaXQAChhsbGh0dHBfc2hvdWxkX2tlZXBfYWxpdmUAQQxsbGh0dHBfYWxsb2MADAZtYWxsb2MARgtsbGh0dHBfZnJlZQANBGZyZWUASA9sbGh0dHBfZ2V0X3R5cGUADhVsbGh0dHBfZ2V0X2h0dHBfbWFqb3IADxVsbGh0dHBfZ2V0X2h0dHBfbWlub3IAEBFsbGh0dHBfZ2V0X21ldGhvZAARFmxsaHR0cF9nZXRfc3RhdHVzX2NvZGUAEhJsbGh0dHBfZ2V0X3VwZ3JhZGUAEwxsbGh0dHBfcmVzZXQAFA5sbGh0dHBfZXhlY3V0ZQAVFGxsaHR0cF9zZXR0aW5nc19pbml0ABYNbGxodHRwX2ZpbmlzaAAXDGxsaHR0cF9wYXVzZQAYDWxsaHR0cF9yZXN1bWUAGRtsbGh0dHBfcmVzdW1lX2FmdGVyX3VwZ3JhZGUAGhBsbGh0dHBfZ2V0X2Vycm5vABsXbGxodHRwX2dldF9lcnJvcl9yZWFzb24AHBdsbGh0dHBfc2V0X2Vycm9yX3JlYXNvbgAdFGxsaHR0cF9nZXRfZXJyb3JfcG9zAB4RbGxodHRwX2Vycm5vX25hbWUAHxJsbGh0dHBfbWV0aG9kX25hbWUAIBJs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ADcDACAAQShqQgA3AwAgAEEgakIANwMAIABBEGpCADcDACAAQQhqQgA3AwAgAEHdATYCHEEAC3sBAX8CQCAAKAIMIgMNAAJAIAAoAgRFDQAgACABNgIECwJAIAAgASACEMSAgIAAIgMNACAAKAIMDwsgACADNgIcQQAhAyAAKAIEIgFFDQAgACABIAIgACgCCBGBgICAAAAiAUUNACAAIAI2AhQgACABNgIMIAEhAwsgAwvk8wEDDn8DfgR/I4CAgIAAQRBrIgMkgICAgAAgASEEIAEhBSABIQYgASEHIAEhCCABIQkgASEKIAEhCyABIQwgASENIAEhDiABIQ8CQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkAgACgCHCIQQX9qDt0B2gEB2QECAwQFBgcICQoLDA0O2AEPENcBERLWARMUFRYXGBkaG+AB3wEcHR7VAR8gISIjJCXUASYnKCkqKyzTAdIBLS7RAdABLzAxMjM0NTY3ODk6Ozw9Pj9AQUJDREVG2wFHSElKzwHOAUvNAUzMAU1OT1BRUlNUVVZXWFlaW1xdXl9gYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXp7fH1+f4ABgQGCAYMBhAGFAYYBhwGIAYkB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QAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkAC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FCAAIBA2AgxBACEQDLIBCyAAKAIEIRAgAEEANgIEAkAgACAQIAEQp4CAgAAiEA0AIAEhAQxNCyAAQdMANgIcIAAgATYCFCAAIBA2AgxBACEQDLEBCyAAKAIEIRAgAEEANgIEAkAgACAQIAEQp4CAgAAiEA0AIAEhAQxRCyAAQeUANgIcIAAgATYCFCAAIBA2AgxBACEQDLABCyAAQQA2AhwgACABNgIUIABBxoqAgAA2AhAgAEEHNgIMQQAhEAyvAQsgACgCBCEQIABBADYCBAJAIAAgECABEKeAgIAAIhANACABIQEMSQsgAEHSADYCHCAAIAE2AhQgACAQNgIMQQAhEAyuAQsgACgCBCEQIABBADYCBAJAIAAgECABEKeAgIAAIhANACABIQEMSQsgAEHTADYCHCAAIAE2AhQgACAQNgIMQQAhEAytAQsgACgCBCEQIABBADYCBAJAIAAgECABEKeAgIAAIhANACABIQEMTQsgAEHlADYCHCAAIAE2AhQgACAQNgIMQQAhEAysAQsgAEEANgIcIAAgATYCFCAAQdyIgIAANgIQIABBBzYCDEEAIRAMqwELIBBBP0cNASABQQFqIQELQQUhEAyQAQtBACEQIABBADYCHCAAIAE2AhQgAEH9koCAADYCECAAQQc2AgwMqAELIAAoAgQhECAAQQA2AgQCQCAAIBAgARCngICAACIQDQAgASEBDEILIABB0gA2AhwgACABNgIUIAAgEDYCDEEAIRAMpwELIAAoAgQhECAAQQA2AgQCQCAAIBAgARCngICAACIQDQAgASEBDEILIABB0wA2AhwgACABNgIUIAAgEDYCDEEAIRAMpgELIAAoAgQhECAAQQA2AgQCQCAAIBAgARCngICAACIQDQAgASEBDEYLIABB5QA2AhwgACABNgIUIAAgEDYCDEEAIRAMpQELIAAoAgQhASAAQQA2AgQCQCAAIAEgFBCngICAACIBDQAgFCEBDD8LIABB0gA2AhwgACAUNgIUIAAgATYCDEEAIRAMpAELIAAoAgQhASAAQQA2AgQCQCAAIAEgFBCngICAACIBDQAgFCEBDD8LIABB0wA2AhwgACAUNgIUIAAgATYCDEEAIRAMowELIAAoAgQhASAAQQA2AgQCQCAAIAEgFBCngICAACIBDQAgFCEBDEMLIABB5QA2AhwgACAU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YWdlX2JlZ2luYCBjYWxsYmFjayBlcnJvcgBgb25fY2h1bmtfZXh0ZW5zaW9uX3ZhbHVlYCBjYWxsYmFjayBlcnJvcgBgb25fc3RhdHVzX2NvbXBsZXRlYCBjYWxsYmFjayBlcnJvcgBgb25fdmVyc2lvbl9jb21wbGV0ZWAgY2FsbGJhY2sgZXJyb3IAYG9uX3VybF9jb21wbGV0ZWAgY2FsbGJhY2sgZXJyb3IAYG9uX2NodW5rX2NvbXBsZXRlYCBjYWxsYmFjayBlcnJvcgBgb25faGVhZGVyX3ZhbHVlX2NvbXBsZXRlYCBjYWxsYmFjayBlcnJvcgBgb25fbWVzc2FnZV9jb21wbGV0ZWAgY2FsbGJhY2sgZXJyb3IAYG9uX21ldGhvZF9jb21wbGV0ZWAgY2FsbGJhY2sgZXJyb3IAYG9uX2hlYWRlcl9maWVsZF9jb21wbGV0ZWAgY2FsbGJhY2sgZXJyb3IAYG9uX2NodW5rX2V4dGVuc2lvbl9uYW1lYCBjYWxsYmFjayBlcnJvcgBVbmV4cGVjdGVkIGNoYXIgaW4gdXJsIHNlcnZlcgBJbnZhbGlkIGhlYWRlciB2YWx1ZSBjaGFyAEludmFsaWQgaGVhZGVyIGZpZWxkIGNoYXIAU3BhbiBjYWxsYmFjayBlcnJvciBpbiBvbl92ZXJzaW9uAEludmFsaWQgbWlub3IgdmVyc2lvbgBJbnZhbGlkIG1ham9yIHZlcnNpb24ARXhwZWN0ZWQgc3BhY2UgYWZ0ZXIgdmVyc2lvbgBFeHBlY3RlZCBDUkxGIGFmdGVyIHZlcnNpb24ASW52YWxpZCBIVFRQIHZlcnNpb24ASW52YWxpZCBoZWFkZXIgdG9rZW4AU3BhbiBjYWxsYmFjayBlcnJvciBpbiBvbl91cmwASW52YWxpZCBjaGFyYWN0ZXJzIGluIHVybABVbmV4cGVjdGVkIHN0YXJ0IGNoYXIgaW4gdXJsAERvdWJsZSBAIGluIHVybABFbXB0eSBDb250ZW50LUxlbmd0aABJbnZhbGlkIGNoYXJhY3RlciBpbiBDb250ZW50LUxlbmd0aABEdXBsaWNhdGUgQ29udGVudC1MZW5ndGgASW52YWxpZCBjaGFyIGluIHVybCBwYXRoAENvbnRlbnQtTGVuZ3RoIGNhbid0IGJlIHByZXNlbnQgd2l0aCBUcmFuc2Zlci1FbmNvZGluZwBJbnZhbGlkIGNoYXJhY3RlciBpbiBjaHVuayBzaXplAFNwYW4gY2FsbGJhY2sgZXJyb3IgaW4gb25faGVhZGVyX3ZhbHVlAFNwYW4gY2FsbGJhY2sgZXJyb3IgaW4gb25fY2h1bmtfZXh0ZW5zaW9uX3ZhbHVlAEludmFsaWQgY2hhcmFjdGVyIGluIGNodW5rIGV4dGVuc2lvbnMgdmFsdWUATWlzc2luZyBleHBlY3RlZCBMRiBhZnRlciBoZWFkZXIgdmFsdWUASW52YWxpZCBgVHJhbnNmZXItRW5jb2RpbmdgIGhlYWRlciB2YWx1ZQBJbnZhbGlkIGNoYXJhY3RlciBpbiBjaHVuayBleHRlbnNpb25zIHF1b3RlIHZhbHVlAEludmFsaWQgY2hhcmFjdGVyIGluIGNodW5rIGV4dGVuc2lvbnMgcXVvdGVkIHZhbHVlAFBhdXNlZCBieSBvbl9oZWFkZXJzX2NvbXBsZXRlAEludmFsaWQgRU9GIHN0YXRlAG9uX3Jlc2V0IHBhdXNlAG9uX2NodW5rX2hlYWRlciBwYXVzZQBvbl9tZXNzYWdlX2JlZ2luIHBhdXNlAG9uX2NodW5rX2V4dGVuc2lvbl92YWx1ZSBwYXVzZQBvbl9zdGF0dXNfY29tcGxldGUgcGF1c2UAb25fdmVyc2lvbl9jb21wbGV0ZSBwYXVzZQBvbl91cmxfY29tcGxldGUgcGF1c2UAb25fY2h1bmtfY29tcGxldGUgcGF1c2UAb25faGVhZGVyX3ZhbHVlX2NvbXBsZXRlIHBhdXNlAG9uX21lc3NhZ2VfY29tcGxldGUgcGF1c2UAb25fbWV0aG9kX2NvbXBsZXRlIHBhdXNlAG9uX2hlYWRlcl9maWVsZF9jb21wbGV0ZSBwYXVzZQBvbl9jaHVua19leHRlbnNpb25fbmFtZSBwYXVzZQBVbmV4cGVjdGVkIHNwYWNlIGFmdGVyIHN0YXJ0IGxpbmUAU3BhbiBjYWxsYmFjayBlcnJvciBpbiBvbl9jaHVua19leHRlbnNpb25fbmFtZQBJbnZhbGlkIGNoYXJhY3RlciBpbiBjaHVuayBleHRlbnNpb25zIG5hbWUAUGF1c2Ugb24gQ09OTkVDVC9VcGdyYWRlAFBhdXNlIG9uIFBSSS9VcGdyYWRlAEV4cGVjdGVkIEhUVFAvMiBDb25uZWN0aW9uIFByZWZhY2UAU3BhbiBjYWxsYmFjayBlcnJvciBpbiBvbl9tZXRob2QARXhwZWN0ZWQgc3BhY2UgYWZ0ZXIgbWV0aG9kAFNwYW4gY2FsbGJhY2sgZXJyb3IgaW4gb25faGVhZGVyX2ZpZWxkAFBhdXNlZABJbnZhbGlkIHdvcmQgZW5jb3VudGVyZWQASW52YWxpZCBtZXRob2QgZW5jb3VudGVyZWQAVW5leHBlY3RlZCBjaGFyIGluIHVybCBzY2hlbWEAUmVxdWVzdCBoYXMgaW52YWxpZCBgVHJhbnNmZXItRW5jb2RpbmdgAFNXSVRDSF9QUk9YWQBVU0VfUFJPWFkATUtBQ1RJVklUWQBVTlBST0NFU1NBQkxFX0VOVElUWQBDT1BZAE1PVkVEX1BFUk1BTkVOVExZAFRPT19FQVJMWQBOT1RJRlkARkFJTEVEX0RFUEVOREVOQ1kAQkFEX0dBVEVXQVkAUExBWQBQVVQAQ0hFQ0tPVVQAR0FURVdBWV9USU1FT1VUAFJFUVVFU1RfVElNRU9VVABORVRXT1JLX0NPTk5FQ1RfVElNRU9VVABDT05ORUNUSU9OX1RJTUVPVVQATE9HSU5fVElNRU9VVABORVRXT1JLX1JFQURfVElNRU9VVABQT1NUAE1JU0RJUkVDVEVEX1JFUVVFU1QAQ0xJRU5UX0NMT1NFRF9SRVFVRVNUAENMSUVOVF9DTE9TRURfTE9BRF9CQUxBTkNFRF9SRVFVRVNUAEJBRF9SRVFVRVNUAEhUVFBfUkVRVUVTVF9TRU5UX1RPX0hUVFBTX1BPUlQAUkVQT1JUAElNX0FfVEVBUE9UAFJFU0VUX0NPTlRFTlQATk9fQ09OVEVOVABQQVJUSUFMX0NPTlRFTlQASFBFX0lOVkFMSURfQ09OU1RBTlQASFBFX0NCX1JFU0VUAEdFVABIUEVfU1RSSUNUAENPTkZMSUNUAFRFTVBPUkFSWV9SRURJUkVDVABQRVJNQU5FTlRfUkVESVJFQ1QAQ09OTkVDVABNVUxUSV9TVEFUVVMASFBFX0lOVkFMSURfU1RBVFVTAFRPT19NQU5ZX1JFUVVFU1RTAEVBUkxZX0hJTlRTAFVOQVZBSUxBQkxFX0ZPUl9MRUdBTF9SRUFTT05TAE9QVElPTlMAU1dJVENISU5HX1BST1RPQ09MUwBWQVJJQU5UX0FMU09fTkVHT1RJQVRFUwBNVUxUSVBMRV9DSE9JQ0VTAElOVEVSTkFMX1NFUlZFUl9FUlJPUgBXRUJfU0VSVkVSX1VOS05PV05fRVJST1IAUkFJTEdVTl9FUlJPUgBJREVOVElUWV9QUk9WSURFUl9BVVRIRU5USUNBVElPTl9FUlJPUgBTU0xfQ0VSVElGSUNBVEVfRVJST1IASU5WQUxJRF9YX0ZPUldBUkRFRF9GT1IAU0VUX1BBUkFNRVRFUgBHRVRfUEFSQU1FVEVSAEhQRV9VU0VSAFNFRV9PVEhFUgBIUEVfQ0JfQ0hVTktfSEVBREVSAE1LQ0FMRU5EQVIAU0VUVVAAV0VCX1NFUlZFUl9JU19ET1dOAFRFQVJET1dOAEhQRV9DTE9TRURfQ09OTkVDVElPTgBIRVVSSVNUSUNfRVhQSVJBVElPTgBESVNDT05ORUNURURfT1BFUkFUSU9OAE5PTl9BVVRIT1JJVEFUSVZFX0lORk9STUFUSU9OAEhQRV9JTlZBTElEX1ZFUlNJT04ASFBFX0NCX01FU1NBR0VfQkVHSU4AU0lURV9JU19GUk9aRU4ASFBFX0lOVkFMSURfSEVBREVSX1RPS0VOAElOVkFMSURfVE9LRU4ARk9SQklEREVOAEVOSEFOQ0VfWU9VUl9DQUxNAEhQRV9JTlZBTElEX1VSTABCTE9DS0VEX0JZX1BBUkVOVEFMX0NPTlRST0wATUtDT0wAQUNMAEhQRV9JTlRFUk5BTABSRVFVRVNUX0hFQURFUl9GSUVMRFNfVE9PX0xBUkdFX1VOT0ZGSUNJQUwASFBFX09LAFVOTElOSwBVTkxPQ0sAUFJJAFJFVFJZX1dJVEgASFBFX0lOVkFMSURfQ09OVEVOVF9MRU5HVEgASFBFX1VORVhQRUNURURfQ09OVEVOVF9MRU5HVEgARkxVU0gAUFJPUFBBVENIAE0tU0VBUkNIAFVSSV9UT09fTE9ORwBQUk9DRVNTSU5HAE1JU0NFTExBTkVPVVNfUEVSU0lTVEVOVF9XQVJOSU5HAE1JU0NFTExBTkVPVVNfV0FSTklORwBIUEVfSU5WQUxJRF9UUkFOU0ZFUl9FTkNPRElORwBFeHBlY3RlZCBDUkxGAEhQRV9JTlZBTElEX0NIVU5LX1NJWkUATU9WRQBDT05USU5VRQBIUEVfQ0JfU1RBVFVTX0NPTVBMRVRFAEhQRV9DQl9IRUFERVJTX0NPTVBMRVRFAEhQRV9DQl9WRVJTSU9OX0NPTVBMRVRFAEhQRV9DQl9VUkxfQ09NUExFVEUASFBFX0NCX0NIVU5LX0NPTVBMRVRFAEhQRV9DQl9IRUFERVJfVkFMVUVfQ09NUExFVEUASFBFX0NCX0NIVU5LX0VYVEVOU0lPTl9WQUxVRV9DT01QTEVURQBIUEVfQ0JfQ0hVTktfRVhURU5TSU9OX05BTUVfQ09NUExFVEUASFBFX0NCX01FU1NBR0VfQ09NUExFVEUASFBFX0NCX01FVEhPRF9DT01QTEVURQBIUEVfQ0JfSEVBREVSX0ZJRUxEX0NPTVBMRVRFAERFTEVURQBIUEVfSU5WQUxJRF9FT0ZfU1RBVEUASU5WQUxJRF9TU0xfQ0VSVElGSUNBVEUAUEFVU0UATk9fUkVTUE9OU0UAVU5TVVBQT1JURURfTUVESUFfVFlQRQBHT05FAE5PVF9BQ0NFUFRBQkxFAFNFUlZJQ0VfVU5BVkFJTEFCTEUAUkFOR0VfTk9UX1NBVElTRklBQkxFAE9SSUdJTl9JU19VTlJFQUNIQUJMRQBSRVNQT05TRV9JU19TVEFMRQBQVVJHRQBNRVJHRQBSRVFVRVNUX0hFQURFUl9GSUVMRFNfVE9PX0xBUkdFAFJFUVVFU1RfSEVBREVSX1RPT19MQVJHRQBQQVlMT0FEX1RPT19MQVJHRQBJTlNVRkZJQ0lFTlRfU1RPUkFHRQBIUEVfUEFVU0VEX1VQR1JBREUASFBFX1BBVVNFRF9IMl9VUEdSQURFAFNPVVJDRQBBTk5PVU5DRQBUUkFDRQBIUEVfVU5FWFBFQ1RFRF9TUEFDRQBERVNDUklCRQBVTlNVQlNDUklCRQBSRUNPUkQASFBFX0lOVkFMSURfTUVUSE9EAE5PVF9GT1VORABQUk9QRklORABVTkJJTkQAUkVCSU5EAFVOQVVUSE9SSVpFRABNRVRIT0RfTk9UX0FMTE9XRUQASFRUUF9WRVJTSU9OX05PVF9TVVBQT1JURUQAQUxSRUFEWV9SRVBPUlRFRABBQ0NFUFRFRABOT1RfSU1QTEVNRU5URUQATE9PUF9ERVRFQ1RFRABIUEVfQ1JfRVhQRUNURUQASFBFX0xGX0VYUEVDVEVEAENSRUFURUQASU1fVVNFRABIUEVfUEFVU0VEAFRJTUVPVVRfT0NDVVJFRABQQVlNRU5UX1JFUVVJUkVEAFBSRUNPTkRJVElPTl9SRVFVSVJFRABQUk9YWV9BVVRIRU5USUNBVElPTl9SRVFVSVJFRABORVRXT1JLX0FVVEhFTlRJQ0FUSU9OX1JFUVVJUkVEAExFTkdUSF9SRVFVSVJFRABTU0xfQ0VSVElGSUNBVEVfUkVRVUlSRUQAVVBHUkFERV9SRVFVSVJFRABQQUdFX0VYUElSRUQAUFJFQ09ORElUSU9OX0ZBSUxFRABFWFBFQ1RBVElPTl9GQUlMRUQAUkVWQUxJREFUSU9OX0ZBSUxFRABTU0xfSEFORFNIQUtFX0ZBSUxFRABMT0NLRUQAVFJBTlNGT1JNQVRJT05fQVBQTElFRABOT1RfTU9ESUZJRUQATk9UX0VYVEVOREVEAEJBTkRXSURUSF9MSU1JVF9FWENFRURFRABTSVRFX0lTX09WRVJMT0FERUQASEVBRABFeHBlY3RlZCBIVFRQLwAAXhMAACYTAAAwEAAA8BcAAJ0TAAAVEgAAORcAAPASAAAKEAAAdRIAAK0SAACCEwAATxQAAH8QAACgFQAAIxQAAIkSAACLFAAATRUAANQRAADPFAAAEBgAAMkWAADcFgAAwREAAOAXAAC7FAAAdBQAAHwVAADlFAAACBcAAB8QAABlFQAAoxQAACgVAAACFQAAmRUAACwQAACLGQAATw8AANQOAABqEAAAzhAAAAIXAACJDgAAbhMAABwTAABmFAAAVhcAAMETAADNEwAAbBMAAGgXAABmFwAAXxcAACITAADODwAAaQ4AANgOAABjFgAAyxMAAKoOAAAoFwAAJhcAAMUTAABdFgAA6BEAAGcTAABlEwAA8hYAAHMTAAAdFwAA+RYAAPMRAADPDgAAzhUAAAwSAACzEQAApREAAGEQAAAyFwAAuxMAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAQIBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAIDAgICAgIAAAICAAICAAICAgICAgICAgIABAAAAAAAAgICAgICAgICAgICAgICAgICAgICAgICAgIAAAACAgICAgICAgICAgICAgICAgICAgICAgICAgICAgACAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAACAAICAgICAAACAgACAgACAgICAgICAgICAAMABAAAAAICAgICAgICAgICAgICAgICAgICAgICAgICAAAAAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAAgACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbG9zZWVlcC1hbGl2ZQAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEBAQEBAQEBAQEBAQIBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBY2h1bmtlZAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQEAAQEBAQEAAAEBAAEBAAEBAQEBAQEBAQEAAAAAAAAAAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAAAABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQABAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABlY3Rpb25lbnQtbGVuZ3Rob25yb3h5LWNvbm5lY3Rpb24AAAAAAAAAAAAAAAAAAAByYW5zZmVyLWVuY29kaW5ncGdyYWRlDQoNCg0KU00NCg0KVFRQL0NFL1RTUC8AAAAAAAAAAAAAAAABAgABAwAAAAAAAAAAAAAAAAAAAAAAAAQBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAAAAAAAAAAAAAQIAAQMAAAAAAAAAAAAAAAAAAAAAAAAEAQEFAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQAAAAAAAAAAAAEAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAEBAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAAAAAAAAAAAAAAQAAAgAAAAAAAAAAAAAAAAAAAAAAAAMEAAAEBAQEBAQEBAQEBAUEBAQEBAQEBAQEBAQABAAGBwQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAAEAAQABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAEAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAADAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwAAAAAAAAMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAABAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAIAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMAAAAAAAADAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABOT1VOQ0VFQ0tPVVRORUNURVRFQ1JJQkVMVVNIRVRFQURTRUFSQ0hSR0VDVElWSVRZTEVOREFSVkVPVElGWVBUSU9OU0NIU0VBWVNUQVRDSEdFT1JESVJFQ1RPUlRSQ0hQQVJBTUVURVJVUkNFQlNDUklCRUFSRE9XTkFDRUlORE5LQ0tVQlNDUklCRUhUVFAvQURUUC8="},53434:i=>{i.exports="AGFzbQEAAAABMAhgAX8Bf2ADf39/AX9gBH9/f38Bf2AAAGADf39/AGABfwBgAn9/AGAGf39/f39/AALLAQgDZW52GHdhc21fb25faGVhZGVyc19jb21wbGV0ZQACA2VudhV3YXNtX29uX21lc3NhZ2VfYmVnaW4AAANlbnYLd2FzbV9vbl91cmwAAQNlbnYOd2FzbV9vbl9zdGF0dXMAAQNlbnYUd2FzbV9vbl9oZWFkZXJfZmllbGQAAQNlbnYUd2FzbV9vbl9oZWFkZXJfdmFsdWUAAQNlbnYMd2FzbV9vbl9ib2R5AAEDZW52GHdhc21fb25fbWVzc2FnZV9jb21wbGV0ZQAAA0ZFAwMEAAAFAAAAAAAABQEFAAUFBQAABgAAAAAGBgYGAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQABAAABAQcAAAUFAwABBAUBcAESEgUDAQACBggBfwFBgNQECwfRBSIGbWVtb3J5AgALX2luaXRpYWxpemUACRlfX2luZGlyZWN0X2Z1bmN0aW9uX3RhYmxlAQALbGxodHRwX2luaXQAChhsbGh0dHBfc2hvdWxkX2tlZXBfYWxpdmUAQQxsbGh0dHBfYWxsb2MADAZtYWxsb2MARgtsbGh0dHBfZnJlZQANBGZyZWUASA9sbGh0dHBfZ2V0X3R5cGUADhVsbGh0dHBfZ2V0X2h0dHBfbWFqb3IADxVsbGh0dHBfZ2V0X2h0dHBfbWlub3IAEBFsbGh0dHBfZ2V0X21ldGhvZAARFmxsaHR0cF9nZXRfc3RhdHVzX2NvZGUAEhJsbGh0dHBfZ2V0X3VwZ3JhZGUAEwxsbGh0dHBfcmVzZXQAFA5sbGh0dHBfZXhlY3V0ZQAVFGxsaHR0cF9zZXR0aW5nc19pbml0ABYNbGxodHRwX2ZpbmlzaAAXDGxsaHR0cF9wYXVzZQAYDWxsaHR0cF9yZXN1bWUAGRtsbGh0dHBfcmVzdW1lX2FmdGVyX3VwZ3JhZGUAGhBsbGh0dHBfZ2V0X2Vycm5vABsXbGxodHRwX2dldF9lcnJvcl9yZWFzb24AHBdsbGh0dHBfc2V0X2Vycm9yX3JlYXNvbgAdFGxsaHR0cF9nZXRfZXJyb3JfcG9zAB4RbGxodHRwX2Vycm5vX25hbWUAHxJsbGh0dHBfbWV0aG9kX25hbWUAIBJs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IAH9CwMAIABBMGogAf0LAwAgAEEgaiAB/QsDACAAQd0BNgIcQQALewEBfwJAIAAoAgwiAw0AAkAgACgCBEUNACAAIAE2AgQLAkAgACABIAIQxICAgAAiAw0AIAAoAgwPCyAAIAM2AhxBACEDIAAoAgQiAUUNACAAIAEgAiAAKAIIEYGAgIAAACIBRQ0AIAAgAjYCFCAAIAE2AgwgASEDCyADC+TzAQMOfwN+BH8jgICAgABBEGsiAySAgICAACABIQQgASEFIAEhBiABIQcgASEIIAEhCSABIQogASELIAEhDCABIQ0gASEOIAEhDwJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQCAAKAIcIhBBf2oO3QHaAQHZAQIDBAUGBwgJCgsMDQ7YAQ8Q1wEREtYBExQVFhcYGRob4AHfARwdHtUBHyAhIiMkJdQBJicoKSorLNMB0gEtLtEB0AEvMDEyMzQ1Njc4OTo7PD0+P0BBQkNERUbbAUdISUrPAc4BS80BTMwBTU5PUFFSU1RVVldYWVpbXF1eX2BhYmNkZWZnaGlqa2xtbm9wcXJzdHV2d3h5ent8fX5/gAGBAYIBgwGEAYUBhgGHAYgBiQGKAYsBjAGNAY4BjwGQAZEB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QAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAIBAOxwEAAQID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YWNrIGVycm9yAGBvbl9jaHVua19leHRlbnNpb25fdmFsdWVgIGNhbGxiYWNrIGVycm9yAGBvbl9zdGF0dXNfY29tcGxldGVgIGNhbGxiYWNrIGVycm9yAGBvbl92ZXJzaW9uX2NvbXBsZXRlYCBjYWxsYmFjayBlcnJvcgBgb25fdXJsX2NvbXBsZXRlYCBjYWxsYmFjayBlcnJvcgBgb25fY2h1bmtfY29tcGxldGVgIGNhbGxiYWNrIGVycm9yAGBvbl9oZWFkZXJfdmFsdWVfY29tcGxldGVgIGNhbGxiYWNrIGVycm9yAGBvbl9tZXNzYWdlX2NvbXBsZXRlYCBjYWxsYmFjayBlcnJvcgBgb25fbWV0aG9kX2NvbXBsZXRlYCBjYWxsYmFjayBlcnJvcgBgb25faGVhZGVyX2ZpZWxkX2NvbXBsZXRlYCBjYWxsYmFjayBlcnJvcgBgb25fY2h1bmtfZXh0ZW5zaW9uX25hbWVgIGNhbGxiYWNrIGVycm9yAFVuZXhwZWN0ZWQgY2hhciBpbiB1cmwgc2VydmVyAEludmFsaWQgaGVhZGVyIHZhbHVlIGNoYXIASW52YWxpZCBoZWFkZXIgZmllbGQgY2hhcgBTcGFuIGNhbGxiYWNrIGVycm9yIGluIG9uX3ZlcnNpb24ASW52YWxpZCBtaW5vciB2ZXJzaW9uAEludmFsaWQgbWFqb3IgdmVyc2lvbgBFeHBlY3RlZCBzcGFjZSBhZnRlciB2ZXJzaW9uAEV4cGVjdGVkIENSTEYgYWZ0ZXIgdmVyc2lvbgBJbnZhbGlkIEhUVFAgdmVyc2lvbgBJbnZhbGlkIGhlYWRlciB0b2tlbgBTcGFuIGNhbGxiYWNrIGVycm9yIGluIG9uX3VybABJbnZhbGlkIGNoYXJhY3RlcnMgaW4gdXJsAFVuZXhwZWN0ZWQgc3RhcnQgY2hhciBpbiB1cmwARG91YmxlIEAgaW4gdXJsAEVtcHR5IENvbnRlbnQtTGVuZ3RoAEludmFsaWQgY2hhcmFjdGVyIGluIENvbnRlbnQtTGVuZ3RoAER1cGxpY2F0ZSBDb250ZW50LUxlbmd0aABJbnZhbGlkIGNoYXIgaW4gdXJsIHBhdGgAQ29udGVudC1MZW5ndGggY2FuJ3QgYmUgcHJlc2VudCB3aXRoIFRyYW5zZmVyLUVuY29kaW5nAEludmFsaWQgY2hhcmFjdGVyIGluIGNodW5rIHNpemUAU3BhbiBjYWxsYmFjayBlcnJvciBpbiBvbl9oZWFkZXJfdmFsdWUAU3BhbiBjYWxsYmFjayBlcnJvciBpbiBvbl9jaHVua19leHRlbnNpb25fdmFsdWUASW52YWxpZCBjaGFyYWN0ZXIgaW4gY2h1bmsgZXh0ZW5zaW9ucyB2YWx1ZQBNaXNzaW5nIGV4cGVjdGVkIExGIGFmdGVyIGhlYWRlciB2YWx1ZQBJbnZhbGlkIGBUcmFuc2Zlci1FbmNvZGluZ2AgaGVhZGVyIHZhbHVlAEludmFsaWQgY2hhcmFjdGVyIGluIGNodW5rIGV4dGVuc2lvbnMgcXVvdGUgdmFsdWUASW52YWxpZCBjaGFyYWN0ZXIgaW4gY2h1bmsgZXh0ZW5zaW9ucyBxdW90ZWQgdmFsdWUAUGF1c2VkIGJ5IG9uX2hlYWRlcnNfY29tcGxldGUASW52YWxpZCBFT0Ygc3RhdGUAb25fcmVzZXQgcGF1c2UAb25fY2h1bmtfaGVhZGVyIHBhdXNlAG9uX21lc3NhZ2VfYmVnaW4gcGF1c2UAb25fY2h1bmtfZXh0ZW5zaW9uX3ZhbHVlIHBhdXNlAG9uX3N0YXR1c19jb21wbGV0ZSBwYXVzZQBvbl92ZXJzaW9uX2NvbXBsZXRlIHBhdXNlAG9uX3VybF9jb21wbGV0ZSBwYXVzZQBvbl9jaHVua19jb21wbGV0ZSBwYXVzZQBvbl9oZWFkZXJfdmFsdWVfY29tcGxldGUgcGF1c2UAb25fbWVzc2FnZV9jb21wbGV0ZSBwYXVzZQBvbl9tZXRob2RfY29tcGxldGUgcGF1c2UAb25faGVhZGVyX2ZpZWxkX2NvbXBsZXRlIHBhdXNlAG9uX2NodW5rX2V4dGVuc2lvbl9uYW1lIHBhdXNlAFVuZXhwZWN0ZWQgc3BhY2UgYWZ0ZXIgc3RhcnQgbGluZQBTcGFuIGNhbGxiYWNrIGVycm9yIGluIG9uX2NodW5rX2V4dGVuc2lvbl9uYW1lAEludmFsaWQgY2hhcmFjdGVyIGluIGNodW5rIGV4dGVuc2lvbnMgbmFtZQBQYXVzZSBvbiBDT05ORUNUL1VwZ3JhZGUAUGF1c2Ugb24gUFJJL1VwZ3JhZGUARXhwZWN0ZWQgSFRUUC8yIENvbm5lY3Rpb24gUHJlZmFjZQBTcGFuIGNhbGxiYWNrIGVycm9yIGluIG9uX21ldGhvZABFeHBlY3RlZCBzcGFjZSBhZnRlciBtZXRob2QAU3BhbiBjYWxsYmFjayBlcnJvciBpbiBvbl9oZWFkZXJfZmllbGQAUGF1c2VkAEludmFsaWQgd29yZCBlbmNvdW50ZXJlZABJbnZhbGlkIG1ldGhvZCBlbmNvdW50ZXJlZABVbmV4cGVjdGVkIGNoYXIgaW4gdXJsIHNjaGVtYQBSZXF1ZXN0IGhhcyBpbnZhbGlkIGBUcmFuc2Zlci1FbmNvZGluZ2AAU1dJVENIX1BST1hZAFVTRV9QUk9YWQBNS0FDVElWSVRZAFVOUFJPQ0VTU0FCTEVfRU5USVRZAENPUFkATU9WRURfUEVSTUFORU5UTFkAVE9PX0VBUkxZAE5PVElGWQBGQUlMRURfREVQRU5ERU5DWQBCQURfR0FURVdBWQBQTEFZAFBVVABDSEVDS09VVABHQVRFV0FZX1RJTUVPVVQAUkVRVUVTVF9USU1FT1VUAE5FVFdPUktfQ09OTkVDVF9USU1FT1VUAENPTk5FQ1RJT05fVElNRU9VVABMT0dJTl9USU1FT1VUAE5FVFdPUktfUkVBRF9USU1FT1VUAFBPU1QATUlTRElSRUNURURfUkVRVUVTVABDTElFTlRfQ0xPU0VEX1JFUVVFU1QAQ0xJRU5UX0NMT1NFRF9MT0FEX0JBTEFOQ0VEX1JFUVVFU1QAQkFEX1JFUVVFU1QASFRUUF9SRVFVRVNUX1NFTlRfVE9fSFRUUFNfUE9SVABSRVBPUlQASU1fQV9URUFQT1QAUkVTRVRfQ09OVEVOVABOT19DT05URU5UAFBBUlRJQUxfQ09OVEVOVABIUEVfSU5WQUxJRF9DT05TVEFOVABIUEVfQ0JfUkVTRVQAR0VUAEhQRV9TVFJJQ1QAQ09ORkxJQ1QAVEVNUE9SQVJZX1JFRElSRUNUAFBFUk1BTkVOVF9SRURJUkVDVABDT05ORUNUAE1VTFRJX1NUQVRVUwBIUEVfSU5WQUxJRF9TVEFUVVMAVE9PX01BTllfUkVRVUVTVFMARUFSTFlfSElOVFMAVU5BVkFJTEFCTEVfRk9SX0xFR0FMX1JFQVNPTlMAT1BUSU9OUwBTV0lUQ0hJTkdfUFJPVE9DT0xTAFZBUklBTlRfQUxTT19ORUdPVElBVEVTAE1VTFRJUExFX0NIT0lDRVMASU5URVJOQUxfU0VSVkVSX0VSUk9SAFdFQl9TRVJWRVJfVU5LTk9XTl9FUlJPUgBSQUlMR1VOX0VSUk9SAElERU5USVRZX1BST1ZJREVSX0FVVEhFTlRJQ0FUSU9OX0VSUk9SAFNTTF9DRVJUSUZJQ0FURV9FUlJPUgBJTlZBTElEX1hfRk9SV0FSREVEX0ZPUgBTRVRfUEFSQU1FVEVSAEdFVF9QQVJBTUVURVIASFBFX1VTRVIAU0VFX09USEVSAEhQRV9DQl9DSFVOS19IRUFERVIATUtDQUxFTkRBUgBTRVRVUABXRUJfU0VSVkVSX0lTX0RPV04AVEVBUkRPV04ASFBFX0NMT1NFRF9DT05ORUNUSU9OAEhFVVJJU1RJQ19FWFBJUkFUSU9OAERJU0NPTk5FQ1RFRF9PUEVSQVRJT04ATk9OX0FVVEhPUklUQVRJVkVfSU5GT1JNQVRJT04ASFBFX0lOVkFMSURfVkVSU0lPTgBIUEVfQ0JfTUVTU0FHRV9CRUdJTgBTSVRFX0lTX0ZST1pFTgBIUEVfSU5WQUxJRF9IRUFERVJfVE9LRU4ASU5WQUxJRF9UT0tFTgBGT1JCSURERU4ARU5IQU5DRV9ZT1VSX0NBTE0ASFBFX0lOVkFMSURfVVJMAEJMT0NLRURfQllfUEFSRU5UQUxfQ09OVFJPTABNS0NPTABBQ0wASFBFX0lOVEVSTkFMAFJFUVVFU1RfSEVBREVSX0ZJRUxEU19UT09fTEFSR0VfVU5PRkZJQ0lBTABIUEVfT0sAVU5MSU5LAFVOTE9DSwBQUkkAUkVUUllfV0lUSABIUEVfSU5WQUxJRF9DT05URU5UX0xFTkdUSABIUEVfVU5FWFBFQ1RFRF9DT05URU5UX0xFTkdUSABGTFVTSABQUk9QUEFUQ0gATS1TRUFSQ0gAVVJJX1RPT19MT05HAFBST0NFU1NJTkcATUlTQ0VMTEFORU9VU19QRVJTSVNURU5UX1dBUk5JTkcATUlTQ0VMTEFORU9VU19XQVJOSU5HAEhQRV9JTlZBTElEX1RSQU5TRkVSX0VOQ09ESU5HAEV4cGVjdGVkIENSTEYASFBFX0lOVkFMSURfQ0hVTktfU0laRQBNT1ZFAENPTlRJTlVFAEhQRV9DQl9TVEFUVVNfQ09NUExFVEUASFBFX0NCX0hFQURFUlNfQ09NUExFVEUASFBFX0NCX1ZFUlNJT05fQ09NUExFVEUASFBFX0NCX1VSTF9DT01QTEVURQBIUEVfQ0JfQ0hVTktfQ09NUExFVEUASFBFX0NCX0hFQURFUl9WQUxVRV9DT01QTEVURQBIUEVfQ0JfQ0hVTktfRVhURU5TSU9OX1ZBTFVFX0NPTVBMRVRFAEhQRV9DQl9DSFVOS19FWFRFTlNJT05fTkFNRV9DT01QTEVURQBIUEVfQ0JfTUVTU0FHRV9DT01QTEVURQBIUEVfQ0JfTUVUSE9EX0NPTVBMRVRFAEhQRV9DQl9IRUFERVJfRklFTERfQ09NUExFVEUAREVMRVRFAEhQRV9JTlZBTElEX0VPRl9TVEFURQBJTlZBTElEX1NTTF9DRVJUSUZJQ0FURQBQQVVTRQBOT19SRVNQT05TRQBVTlNVUFBPUlRFRF9NRURJQV9UWVBFAEdPTkUATk9UX0FDQ0VQVEFCTEUAU0VSVklDRV9VTkFWQUlMQUJMRQBSQU5HRV9OT1RfU0FUSVNGSUFCTEUAT1JJR0lOX0lTX1VOUkVBQ0hBQkxFAFJFU1BPTlNFX0lTX1NUQUxFAFBVUkdFAE1FUkdFAFJFUVVFU1RfSEVBREVSX0ZJRUxEU19UT09fTEFSR0UAUkVRVUVTVF9IRUFERVJfVE9PX0xBUkdFAFBBWUxPQURfVE9PX0xBUkdFAElOU1VGRklDSUVOVF9TVE9SQUdFAEhQRV9QQVVTRURfVVBHUkFERQBIUEVfUEFVU0VEX0gyX1VQR1JBREUAU09VUkNFAEFOTk9VTkNFAFRSQUNFAEhQRV9VTkVYUEVDVEVEX1NQQUNFAERFU0NSSUJFAFVOU1VCU0NSSUJFAFJFQ09SRABIUEVfSU5WQUxJRF9NRVRIT0QATk9UX0ZPVU5EAFBST1BGSU5EAFVOQklORABSRUJJTkQAVU5BVVRIT1JJWkVEAE1FVEhPRF9OT1RfQUxMT1dFRABIVFRQX1ZFUlNJT05fTk9UX1NVUFBPUlRFRABBTFJFQURZX1JFUE9SVEVEAEFDQ0VQVEVEAE5PVF9JTVBMRU1FTlRFRABMT09QX0RFVEVDVEVEAEhQRV9DUl9FWFBFQ1RFRABIUEVfTEZfRVhQRUNURUQAQ1JFQVRFRABJTV9VU0VEAEhQRV9QQVVTRUQAVElNRU9VVF9PQ0NVUkVEAFBBWU1FTlRfUkVRVUlSRUQAUFJFQ09ORElUSU9OX1JFUVVJUkVEAFBST1hZX0FVVEhFTlRJQ0FUSU9OX1JFUVVJUkVEAE5FVFdPUktfQVVUSEVOVElDQVRJT05fUkVRVUlSRUQATEVOR1RIX1JFUVVJUkVEAFNTTF9DRVJUSUZJQ0FURV9SRVFVSVJFRABVUEdSQURFX1JFUVVJUkVEAFBBR0VfRVhQSVJFRABQUkVDT05ESVRJT05fRkFJTEVEAEVYUEVDVEFUSU9OX0ZBSUxFRABSRVZBTElEQVRJT05fRkFJTEVEAFNTTF9IQU5EU0hBS0VfRkFJTEVEAExPQ0tFRABUUkFOU0ZPUk1BVElPTl9BUFBMSUVEAE5PVF9NT0RJRklFRABOT1RfRVhURU5ERUQAQkFORFdJRFRIX0xJTUlUX0VYQ0VFREVEAFNJVEVfSVNfT1ZFUkxPQURFRABIRUFEAEV4cGVjdGVkIEhUVFAvAABeEwAAJhMAADAQAADwFwAAnRMAABUSAAA5FwAA8BIAAAoQAAB1EgAArRIAAIITAABPFAAAfxAAAKAVAAAjFAAAiRIAAIsUAABNFQAA1BEAAM8UAAAQGAAAyRYAANwWAADBEQAA4BcAALsUAAB0FAAAfBUAAOUUAAAIFwAAHxAAAGUVAACjFAAAKBUAAAIVAACZFQAALBAAAIsZAABPDwAA1A4AAGoQAADOEAAAAhcAAIkOAABuEwAAHBMAAGYUAABWFwAAwRMAAM0TAABsEwAAaBcAAGYXAABfFwAAIhMAAM4PAABpDgAA2A4AAGMWAADLEwAAqg4AACgXAAAmFwAAxRMAAF0WAADoEQAAZxMAAGUTAADyFgAAcxMAAB0XAAD5FgAA8xEAAM8OAADOFQAADBIAALMRAAClEQAAYRAAADIXAAC7EwAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEBAgEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAgMCAgICAgAAAgIAAgIAAgICAgICAgICAgAEAAAAAAACAgICAgICAgICAgICAgICAgICAgICAgICAgAAAAICAgICAgICAgICAgICAgICAgICAgICAgICAgICAAIAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAIAAgICAgIAAAICAAICAAICAgICAgICAgIAAwAEAAAAAgICAgICAgICAgICAgICAgICAgICAgICAgIAAAACAgICAgICAgICAgICAgICAgICAgICAgICAgICAgACAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABsb3NlZWVwLWFsaXZlAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQEBAQEBAQEBAQEBAgEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQFjaHVua2VkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAQABAQEBAQAAAQEAAQEAAQEBAQEBAQEBAQAAAAAAAAABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQAAAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGVjdGlvbmVudC1sZW5ndGhvbnJveHktY29ubmVjdGlvbgAAAAAAAAAAAAAAAAAAAHJhbnNmZXItZW5jb2RpbmdwZ3JhZGUNCg0KDQpTTQ0KDQpUVFAvQ0UvVFNQLwAAAAAAAAAAAAAAAAECAAEDAAAAAAAAAAAAAAAAAAAAAAAABAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAAAAAAAAAAAABAgABAwAAAAAAAAAAAAAAAAAAAAAAAAQBAQUBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAAAAAAAAAAAAAQAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAQEAAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQAAAAAAAAAAAAABAAACAAAAAAAAAAAAAAAAAAAAAAAAAwQAAAQEBAQEBAQEBAQEBQQEBAQEBAQEBAQEBAAEAAYHBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAAQABAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAQAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAAAAAAAAAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAEAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAgAAAAACAAAAAAAAAAAAAAAAAAAAAAADAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwAAAAAAAAMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAE5PVU5DRUVDS09VVE5FQ1RFVEVDUklCRUxVU0hFVEVBRFNFQVJDSFJHRUNUSVZJVFlMRU5EQVJWRU9USUZZUFRJT05TQ0hTRUFZU1RBVENIR0VPUkRJUkVDVE9SVFJDSFBBUkFNRVRFUlVSQ0VCU0NSSUJFQVJET1dOQUNFSU5ETktDS1VCU0NSSUJFSFRUUC9BRFRQLw=="},50172:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.enumToMap=void 0;function enumToMap(i){const c={};Object.keys(i).forEach((d=>{const p=i[d];if(typeof p==="number"){c[d]=p}}));return c}c.enumToMap=enumToMap},47501:(i,c,d)=>{"use strict";const{kClients:p}=d(36443);const A=d(59965);const{kAgent:C,kMockAgentSet:S,kMockAgentGet:v,kDispatches:T,kIsMockActive:_,kNetConnect:V,kGetNetConnect:Z,kOptions:ee,kFactory:te}=d(91117);const re=d(47365);const ne=d(94004);const{matchValue:ie,buildMockOptions:se}=d(53397);const{InvalidArgumentError:ae,UndiciError:oe}=d(68707);const le=d(28611);const ce=d(91529);const de=d(56142);class FakeWeakRef{constructor(i){this.value=i}deref(){return this.value}}class MockAgent extends le{constructor(i){super(i);this[V]=true;this[_]=true;if(i&&i.agent&&typeof i.agent.dispatch!=="function"){throw new ae("Argument opts.agent must implement Agent")}const c=i&&i.agent?i.agent:new A(i);this[C]=c;this[p]=c[p];this[ee]=se(i)}get(i){let c=this[v](i);if(!c){c=this[te](i);this[S](i,c)}return c}dispatch(i,c){this.get(i.origin);return this[C].dispatch(i,c)}async close(){await this[C].close();this[p].clear()}deactivate(){this[_]=false}activate(){this[_]=true}enableNetConnect(i){if(typeof i==="string"||typeof i==="function"||i instanceof RegExp){if(Array.isArray(this[V])){this[V].push(i)}else{this[V]=[i]}}else if(typeof i==="undefined"){this[V]=true}else{throw new ae("Unsupported matcher. Must be one of String|Function|RegExp.")}}disableNetConnect(){this[V]=false}get isMockActive(){return this[_]}[S](i,c){this[p].set(i,new FakeWeakRef(c))}[te](i){const c=Object.assign({agent:this},this[ee]);return this[ee]&&this[ee].connections===1?new re(i,c):new ne(i,c)}[v](i){const c=this[p].get(i);if(c){return c.deref()}if(typeof i!=="string"){const c=this[te]("http://localhost:9999");this[S](i,c);return c}for(const[c,d]of Array.from(this[p])){const p=d.deref();if(p&&typeof c!=="string"&&ie(c,i)){const c=this[te](i);this[S](i,c);c[T]=p[T];return c}}}[Z](){return this[V]}pendingInterceptors(){const i=this[p];return Array.from(i.entries()).flatMap((([i,c])=>c.deref()[T].map((c=>({...c,origin:i}))))).filter((({pending:i})=>i))}assertNoPendingInterceptors({pendingInterceptorsFormatter:i=new de}={}){const c=this.pendingInterceptors();if(c.length===0){return}const d=new ce("interceptor","interceptors").pluralize(c.length);throw new oe(`\n${d.count} ${d.noun} ${d.is} pending:\n\n${i.format(c)}\n`.trim())}}i.exports=MockAgent},47365:(i,c,d)=>{"use strict";const{promisify:p}=d(39023);const A=d(86197);const{buildMockDispatch:C}=d(53397);const{kDispatches:S,kMockAgent:v,kClose:T,kOriginalClose:_,kOrigin:V,kOriginalDispatch:Z,kConnected:ee}=d(91117);const{MockInterceptor:te}=d(31511);const re=d(36443);const{InvalidArgumentError:ne}=d(68707);class MockClient extends A{constructor(i,c){super(i,c);if(!c||!c.agent||typeof c.agent.dispatch!=="function"){throw new ne("Argument opts.agent must implement Agent")}this[v]=c.agent;this[V]=i;this[S]=[];this[ee]=1;this[Z]=this.dispatch;this[_]=this.close.bind(this);this.dispatch=C.call(this);this.close=this[T]}get[re.kConnected](){return this[ee]}intercept(i){return new te(i,this[S])}async[T](){await p(this[_])();this[ee]=0;this[v][re.kClients].delete(this[V])}}i.exports=MockClient},52429:(i,c,d)=>{"use strict";const{UndiciError:p}=d(68707);class MockNotMatchedError extends p{constructor(i){super(i);Error.captureStackTrace(this,MockNotMatchedError);this.name="MockNotMatchedError";this.message=i||"The request does not match any registered mock dispatches";this.code="UND_MOCK_ERR_MOCK_NOT_MATCHED"}}i.exports={MockNotMatchedError:MockNotMatchedError}},31511:(i,c,d)=>{"use strict";const{getResponseData:p,buildKey:A,addMockDispatch:C}=d(53397);const{kDispatches:S,kDispatchKey:v,kDefaultHeaders:T,kDefaultTrailers:_,kContentLength:V,kMockDispatch:Z}=d(91117);const{InvalidArgumentError:ee}=d(68707);const{buildURL:te}=d(3440);class MockScope{constructor(i){this[Z]=i}delay(i){if(typeof i!=="number"||!Number.isInteger(i)||i<=0){throw new ee("waitInMs must be a valid integer > 0")}this[Z].delay=i;return this}persist(){this[Z].persist=true;return this}times(i){if(typeof i!=="number"||!Number.isInteger(i)||i<=0){throw new ee("repeatTimes must be a valid integer > 0")}this[Z].times=i;return this}}class MockInterceptor{constructor(i,c){if(typeof i!=="object"){throw new ee("opts must be an object")}if(typeof i.path==="undefined"){throw new ee("opts.path must be defined")}if(typeof i.method==="undefined"){i.method="GET"}if(typeof i.path==="string"){if(i.query){i.path=te(i.path,i.query)}else{const c=new URL(i.path,"data://");i.path=c.pathname+c.search}}if(typeof i.method==="string"){i.method=i.method.toUpperCase()}this[v]=A(i);this[S]=c;this[T]={};this[_]={};this[V]=false}createMockScopeDispatchData(i,c,d={}){const A=p(c);const C=this[V]?{"content-length":A.length}:{};const S={...this[T],...C,...d.headers};const v={...this[_],...d.trailers};return{statusCode:i,data:c,headers:S,trailers:v}}validateReplyParameters(i,c,d){if(typeof i==="undefined"){throw new ee("statusCode must be defined")}if(typeof c==="undefined"){throw new ee("data must be defined")}if(typeof d!=="object"){throw new ee("responseOptions must be an object")}}reply(i){if(typeof i==="function"){const wrappedDefaultsCallback=c=>{const d=i(c);if(typeof d!=="object"){throw new ee("reply options callback must return an object")}const{statusCode:p,data:A="",responseOptions:C={}}=d;this.validateReplyParameters(p,A,C);return{...this.createMockScopeDispatchData(p,A,C)}};const c=C(this[S],this[v],wrappedDefaultsCallback);return new MockScope(c)}const[c,d="",p={}]=[...arguments];this.validateReplyParameters(c,d,p);const A=this.createMockScopeDispatchData(c,d,p);const T=C(this[S],this[v],A);return new MockScope(T)}replyWithError(i){if(typeof i==="undefined"){throw new ee("error must be defined")}const c=C(this[S],this[v],{error:i});return new MockScope(c)}defaultReplyHeaders(i){if(typeof i==="undefined"){throw new ee("headers must be defined")}this[T]=i;return this}defaultReplyTrailers(i){if(typeof i==="undefined"){throw new ee("trailers must be defined")}this[_]=i;return this}replyContentLength(){this[V]=true;return this}}i.exports.MockInterceptor=MockInterceptor;i.exports.MockScope=MockScope},94004:(i,c,d)=>{"use strict";const{promisify:p}=d(39023);const A=d(35076);const{buildMockDispatch:C}=d(53397);const{kDispatches:S,kMockAgent:v,kClose:T,kOriginalClose:_,kOrigin:V,kOriginalDispatch:Z,kConnected:ee}=d(91117);const{MockInterceptor:te}=d(31511);const re=d(36443);const{InvalidArgumentError:ne}=d(68707);class MockPool extends A{constructor(i,c){super(i,c);if(!c||!c.agent||typeof c.agent.dispatch!=="function"){throw new ne("Argument opts.agent must implement Agent")}this[v]=c.agent;this[V]=i;this[S]=[];this[ee]=1;this[Z]=this.dispatch;this[_]=this.close.bind(this);this.dispatch=C.call(this);this.close=this[T]}get[re.kConnected](){return this[ee]}intercept(i){return new te(i,this[S])}async[T](){await p(this[_])();this[ee]=0;this[v][re.kClients].delete(this[V])}}i.exports=MockPool},91117:i=>{"use strict";i.exports={kAgent:Symbol("agent"),kOptions:Symbol("options"),kFactory:Symbol("factory"),kDispatches:Symbol("dispatches"),kDispatchKey:Symbol("dispatch key"),kDefaultHeaders:Symbol("default headers"),kDefaultTrailers:Symbol("default trailers"),kContentLength:Symbol("content length"),kMockAgent:Symbol("mock agent"),kMockAgentSet:Symbol("mock agent set"),kMockAgentGet:Symbol("mock agent get"),kMockDispatch:Symbol("mock dispatch"),kClose:Symbol("close"),kOriginalClose:Symbol("original agent close"),kOrigin:Symbol("origin"),kIsMockActive:Symbol("is mock active"),kNetConnect:Symbol("net connect"),kGetNetConnect:Symbol("get net connect"),kConnected:Symbol("connected")}},53397:(i,c,d)=>{"use strict";const{MockNotMatchedError:p}=d(52429);const{kDispatches:A,kMockAgent:C,kOriginalDispatch:S,kOrigin:v,kGetNetConnect:T}=d(91117);const{buildURL:_,nop:V}=d(3440);const{STATUS_CODES:Z}=d(58611);const{types:{isPromise:ee}}=d(39023);function matchValue(i,c){if(typeof i==="string"){return i===c}if(i instanceof RegExp){return i.test(c)}if(typeof i==="function"){return i(c)===true}return false}function lowerCaseEntries(i){return Object.fromEntries(Object.entries(i).map((([i,c])=>[i.toLocaleLowerCase(),c])))}function getHeaderByName(i,c){if(Array.isArray(i)){for(let d=0;d<i.length;d+=2){if(i[d].toLocaleLowerCase()===c.toLocaleLowerCase()){return i[d+1]}}return undefined}else if(typeof i.get==="function"){return i.get(c)}else{return lowerCaseEntries(i)[c.toLocaleLowerCase()]}}function buildHeadersFromArray(i){const c=i.slice();const d=[];for(let i=0;i<c.length;i+=2){d.push([c[i],c[i+1]])}return Object.fromEntries(d)}function matchHeaders(i,c){if(typeof i.headers==="function"){if(Array.isArray(c)){c=buildHeadersFromArray(c)}return i.headers(c?lowerCaseEntries(c):{})}if(typeof i.headers==="undefined"){return true}if(typeof c!=="object"||typeof i.headers!=="object"){return false}for(const[d,p]of Object.entries(i.headers)){const i=getHeaderByName(c,d);if(!matchValue(p,i)){return false}}return true}function safeUrl(i){if(typeof i!=="string"){return i}const c=i.split("?");if(c.length!==2){return i}const d=new URLSearchParams(c.pop());d.sort();return[...c,d.toString()].join("?")}function matchKey(i,{path:c,method:d,body:p,headers:A}){const C=matchValue(i.path,c);const S=matchValue(i.method,d);const v=typeof i.body!=="undefined"?matchValue(i.body,p):true;const T=matchHeaders(i,A);return C&&S&&v&&T}function getResponseData(i){if(Buffer.isBuffer(i)){return i}else if(typeof i==="object"){return JSON.stringify(i)}else{return i.toString()}}function getMockDispatch(i,c){const d=c.query?_(c.path,c.query):c.path;const A=typeof d==="string"?safeUrl(d):d;let C=i.filter((({consumed:i})=>!i)).filter((({path:i})=>matchValue(safeUrl(i),A)));if(C.length===0){throw new p(`Mock dispatch not matched for path '${A}'`)}C=C.filter((({method:i})=>matchValue(i,c.method)));if(C.length===0){throw new p(`Mock dispatch not matched for method '${c.method}'`)}C=C.filter((({body:i})=>typeof i!=="undefined"?matchValue(i,c.body):true));if(C.length===0){throw new p(`Mock dispatch not matched for body '${c.body}'`)}C=C.filter((i=>matchHeaders(i,c.headers)));if(C.length===0){throw new p(`Mock dispatch not matched for headers '${typeof c.headers==="object"?JSON.stringify(c.headers):c.headers}'`)}return C[0]}function addMockDispatch(i,c,d){const p={timesInvoked:0,times:1,persist:false,consumed:false};const A=typeof d==="function"?{callback:d}:{...d};const C={...p,...c,pending:true,data:{error:null,...A}};i.push(C);return C}function deleteMockDispatch(i,c){const d=i.findIndex((i=>{if(!i.consumed){return false}return matchKey(i,c)}));if(d!==-1){i.splice(d,1)}}function buildKey(i){const{path:c,method:d,body:p,headers:A,query:C}=i;return{path:c,method:d,body:p,headers:A,query:C}}function generateKeyValues(i){return Object.entries(i).reduce(((i,[c,d])=>[...i,Buffer.from(`${c}`),Array.isArray(d)?d.map((i=>Buffer.from(`${i}`))):Buffer.from(`${d}`)]),[])}function getStatusText(i){return Z[i]||"unknown"}async function getResponse(i){const c=[];for await(const d of i){c.push(d)}return Buffer.concat(c).toString("utf8")}function mockDispatch(i,c){const d=buildKey(i);const p=getMockDispatch(this[A],d);p.timesInvoked++;if(p.data.callback){p.data={...p.data,...p.data.callback(i)}}const{data:{statusCode:C,data:S,headers:v,trailers:T,error:_},delay:Z,persist:te}=p;const{timesInvoked:re,times:ne}=p;p.consumed=!te&&re>=ne;p.pending=re<ne;if(_!==null){deleteMockDispatch(this[A],d);c.onError(_);return true}if(typeof Z==="number"&&Z>0){setTimeout((()=>{handleReply(this[A])}),Z)}else{handleReply(this[A])}function handleReply(p,A=S){const _=Array.isArray(i.headers)?buildHeadersFromArray(i.headers):i.headers;const Z=typeof A==="function"?A({...i,headers:_}):A;if(ee(Z)){Z.then((i=>handleReply(p,i)));return}const te=getResponseData(Z);const re=generateKeyValues(v);const ne=generateKeyValues(T);c.abort=V;c.onHeaders(C,re,resume,getStatusText(C));c.onData(Buffer.from(te));c.onComplete(ne);deleteMockDispatch(p,d)}function resume(){}return true}function buildMockDispatch(){const i=this[C];const c=this[v];const d=this[S];return function dispatch(A,C){if(i.isMockActive){try{mockDispatch.call(this,A,C)}catch(S){if(S instanceof p){const v=i[T]();if(v===false){throw new p(`${S.message}: subsequent request to origin ${c} was not allowed (net.connect disabled)`)}if(checkNetConnect(v,c)){d.call(this,A,C)}else{throw new p(`${S.message}: subsequent request to origin ${c} was not allowed (net.connect is not enabled for this origin)`)}}else{throw S}}}else{d.call(this,A,C)}}}function checkNetConnect(i,c){const d=new URL(c);if(i===true){return true}else if(Array.isArray(i)&&i.some((i=>matchValue(i,d.host)))){return true}return false}function buildMockOptions(i){if(i){const{agent:c,...d}=i;return d}}i.exports={getResponseData:getResponseData,getMockDispatch:getMockDispatch,addMockDispatch:addMockDispatch,deleteMockDispatch:deleteMockDispatch,buildKey:buildKey,generateKeyValues:generateKeyValues,matchValue:matchValue,getResponse:getResponse,getStatusText:getStatusText,mockDispatch:mockDispatch,buildMockDispatch:buildMockDispatch,checkNetConnect:checkNetConnect,buildMockOptions:buildMockOptions,getHeaderByName:getHeaderByName}},56142:(i,c,d)=>{"use strict";const{Transform:p}=d(2203);const{Console:A}=d(64236);i.exports=class PendingInterceptorsFormatter{constructor({disableColors:i}={}){this.transform=new p({transform(i,c,d){d(null,i)}});this.logger=new A({stdout:this.transform,inspectOptions:{colors:!i&&!process.env.CI}})}format(i){const c=i.map((({method:i,path:c,data:{statusCode:d},persist:p,times:A,timesInvoked:C,origin:S})=>({Method:i,Origin:S,Path:c,"Status code":d,Persistent:p?"✅":"❌",Invocations:C,Remaining:p?Infinity:A-C})));this.logger.table(c);return this.transform.read().toString()}}},91529:i=>{"use strict";const c={pronoun:"it",is:"is",was:"was",this:"this"};const d={pronoun:"they",is:"are",was:"were",this:"these"};i.exports=class Pluralizer{constructor(i,c){this.singular=i;this.plural=c}pluralize(i){const p=i===1;const A=p?c:d;const C=p?this.singular:this.plural;return{...A,count:i,noun:C}}}},34869:i=>{"use strict";const c=2048;const d=c-1;class FixedCircularBuffer{constructor(){this.bottom=0;this.top=0;this.list=new Array(c);this.next=null}isEmpty(){return this.top===this.bottom}isFull(){return(this.top+1&d)===this.bottom}push(i){this.list[this.top]=i;this.top=this.top+1&d}shift(){const i=this.list[this.bottom];if(i===undefined)return null;this.list[this.bottom]=undefined;this.bottom=this.bottom+1&d;return i}}i.exports=class FixedQueue{constructor(){this.head=this.tail=new FixedCircularBuffer}isEmpty(){return this.head.isEmpty()}push(i){if(this.head.isFull()){this.head=this.head.next=new FixedCircularBuffer}this.head.push(i)}shift(){const i=this.tail;const c=i.shift();if(i.isEmpty()&&i.next!==null){this.tail=i.next}return c}}},58640:(i,c,d)=>{"use strict";const p=d(50001);const A=d(34869);const{kConnected:C,kSize:S,kRunning:v,kPending:T,kQueued:_,kBusy:V,kFree:Z,kUrl:ee,kClose:te,kDestroy:re,kDispatch:ne}=d(36443);const ie=d(24622);const se=Symbol("clients");const ae=Symbol("needDrain");const oe=Symbol("queue");const le=Symbol("closed resolve");const ce=Symbol("onDrain");const de=Symbol("onConnect");const ue=Symbol("onDisconnect");const pe=Symbol("onConnectionError");const Ae=Symbol("get dispatcher");const fe=Symbol("add client");const he=Symbol("remove client");const me=Symbol("stats");class PoolBase extends p{constructor(){super();this[oe]=new A;this[se]=[];this[_]=0;const i=this;this[ce]=function onDrain(c,d){const p=i[oe];let A=false;while(!A){const c=p.shift();if(!c){break}i[_]--;A=!this.dispatch(c.opts,c.handler)}this[ae]=A;if(!this[ae]&&i[ae]){i[ae]=false;i.emit("drain",c,[i,...d])}if(i[le]&&p.isEmpty()){Promise.all(i[se].map((i=>i.close()))).then(i[le])}};this[de]=(c,d)=>{i.emit("connect",c,[i,...d])};this[ue]=(c,d,p)=>{i.emit("disconnect",c,[i,...d],p)};this[pe]=(c,d,p)=>{i.emit("connectionError",c,[i,...d],p)};this[me]=new ie(this)}get[V](){return this[ae]}get[C](){return this[se].filter((i=>i[C])).length}get[Z](){return this[se].filter((i=>i[C]&&!i[ae])).length}get[T](){let i=this[_];for(const{[T]:c}of this[se]){i+=c}return i}get[v](){let i=0;for(const{[v]:c}of this[se]){i+=c}return i}get[S](){let i=this[_];for(const{[S]:c}of this[se]){i+=c}return i}get stats(){return this[me]}async[te](){if(this[oe].isEmpty()){return Promise.all(this[se].map((i=>i.close())))}else{return new Promise((i=>{this[le]=i}))}}async[re](i){while(true){const c=this[oe].shift();if(!c){break}c.handler.onError(i)}return Promise.all(this[se].map((c=>c.destroy(i))))}[ne](i,c){const d=this[Ae]();if(!d){this[ae]=true;this[oe].push({opts:i,handler:c});this[_]++}else if(!d.dispatch(i,c)){d[ae]=true;this[ae]=!this[Ae]()}return!this[ae]}[fe](i){i.on("drain",this[ce]).on("connect",this[de]).on("disconnect",this[ue]).on("connectionError",this[pe]);this[se].push(i);if(this[ae]){process.nextTick((()=>{if(this[ae]){this[ce](i[ee],[this,i])}}))}return this}[he](i){i.close((()=>{const c=this[se].indexOf(i);if(c!==-1){this[se].splice(c,1)}}));this[ae]=this[se].some((i=>!i[ae]&&i.closed!==true&&i.destroyed!==true))}}i.exports={PoolBase:PoolBase,kClients:se,kNeedDrain:ae,kAddClient:fe,kRemoveClient:he,kGetDispatcher:Ae}},24622:(i,c,d)=>{const{kFree:p,kConnected:A,kPending:C,kQueued:S,kRunning:v,kSize:T}=d(36443);const _=Symbol("pool");class PoolStats{constructor(i){this[_]=i}get connected(){return this[_][A]}get free(){return this[_][p]}get pending(){return this[_][C]}get queued(){return this[_][S]}get running(){return this[_][v]}get size(){return this[_][T]}}i.exports=PoolStats},35076:(i,c,d)=>{"use strict";const{PoolBase:p,kClients:A,kNeedDrain:C,kAddClient:S,kGetDispatcher:v}=d(58640);const T=d(86197);const{InvalidArgumentError:_}=d(68707);const V=d(3440);const{kUrl:Z,kInterceptors:ee}=d(36443);const te=d(59136);const re=Symbol("options");const ne=Symbol("connections");const ie=Symbol("factory");function defaultFactory(i,c){return new T(i,c)}class Pool extends p{constructor(i,{connections:c,factory:d=defaultFactory,connect:p,connectTimeout:C,tls:S,maxCachedSessions:v,socketPath:T,autoSelectFamily:se,autoSelectFamilyAttemptTimeout:ae,allowH2:oe,...le}={}){super();if(c!=null&&(!Number.isFinite(c)||c<0)){throw new _("invalid connections")}if(typeof d!=="function"){throw new _("factory must be a function.")}if(p!=null&&typeof p!=="function"&&typeof p!=="object"){throw new _("connect must be a function or an object")}if(typeof p!=="function"){p=te({...S,maxCachedSessions:v,allowH2:oe,socketPath:T,timeout:C,...V.nodeHasAutoSelectFamily&&se?{autoSelectFamily:se,autoSelectFamilyAttemptTimeout:ae}:undefined,...p})}this[ee]=le.interceptors&&le.interceptors.Pool&&Array.isArray(le.interceptors.Pool)?le.interceptors.Pool:[];this[ne]=c||null;this[Z]=V.parseOrigin(i);this[re]={...V.deepClone(le),connect:p,allowH2:oe};this[re].interceptors=le.interceptors?{...le.interceptors}:undefined;this[ie]=d;this.on("connectionError",((i,c,d)=>{for(const i of c){const c=this[A].indexOf(i);if(c!==-1){this[A].splice(c,1)}}}))}[v](){let i=this[A].find((i=>!i[C]));if(i){return i}if(!this[ne]||this[A].length<this[ne]){i=this[ie](this[Z],this[re]);this[S](i)}return i}}i.exports=Pool},22720:(i,c,d)=>{"use strict";const{kProxy:p,kClose:A,kDestroy:C,kInterceptors:S}=d(36443);const{URL:v}=d(87016);const T=d(59965);const _=d(35076);const V=d(50001);const{InvalidArgumentError:Z,RequestAbortedError:ee}=d(68707);const te=d(59136);const re=Symbol("proxy agent");const ne=Symbol("proxy client");const ie=Symbol("proxy headers");const se=Symbol("request tls settings");const ae=Symbol("proxy tls settings");const oe=Symbol("connect endpoint function");function defaultProtocolPort(i){return i==="https:"?443:80}function buildProxyOptions(i){if(typeof i==="string"){i={uri:i}}if(!i||!i.uri){throw new Z("Proxy opts.uri is mandatory")}return{uri:i.uri,protocol:i.protocol||"https"}}function defaultFactory(i,c){return new _(i,c)}class ProxyAgent extends V{constructor(i){super(i);this[p]=buildProxyOptions(i);this[re]=new T(i);this[S]=i.interceptors&&i.interceptors.ProxyAgent&&Array.isArray(i.interceptors.ProxyAgent)?i.interceptors.ProxyAgent:[];if(typeof i==="string"){i={uri:i}}if(!i||!i.uri){throw new Z("Proxy opts.uri is mandatory")}const{clientFactory:c=defaultFactory}=i;if(typeof c!=="function"){throw new Z("Proxy opts.clientFactory must be a function.")}this[se]=i.requestTls;this[ae]=i.proxyTls;this[ie]=i.headers||{};const d=new v(i.uri);const{origin:A,port:C,host:_,username:V,password:le}=d;if(i.auth&&i.token){throw new Z("opts.auth cannot be used in combination with opts.token")}else if(i.auth){this[ie]["proxy-authorization"]=`Basic ${i.auth}`}else if(i.token){this[ie]["proxy-authorization"]=i.token}else if(V&&le){this[ie]["proxy-authorization"]=`Basic ${Buffer.from(`${decodeURIComponent(V)}:${decodeURIComponent(le)}`).toString("base64")}`}const ce=te({...i.proxyTls});this[oe]=te({...i.requestTls});this[ne]=c(d,{connect:ce});this[re]=new T({...i,connect:async(i,c)=>{let d=i.host;if(!i.port){d+=`:${defaultProtocolPort(i.protocol)}`}try{const{socket:p,statusCode:S}=await this[ne].connect({origin:A,port:C,path:d,signal:i.signal,headers:{...this[ie],host:_}});if(S!==200){p.on("error",(()=>{})).destroy();c(new ee(`Proxy response (${S}) !== 200 when HTTP Tunneling`))}if(i.protocol!=="https:"){c(null,p);return}let v;if(this[se]){v=this[se].servername}else{v=i.servername}this[oe]({...i,servername:v,httpSocket:p},c)}catch(i){c(i)}}})}dispatch(i,c){const{host:d}=new v(i.origin);const p=buildHeaders(i.headers);throwIfProxyAuthIsSent(p);return this[re].dispatch({...i,headers:{...p,host:d}},c)}async[A](){await this[re].close();await this[ne].close()}async[C](){await this[re].destroy();await this[ne].destroy()}}function buildHeaders(i){if(Array.isArray(i)){const c={};for(let d=0;d<i.length;d+=2){c[i[d]]=i[d+1]}return c}return i}function throwIfProxyAuthIsSent(i){const c=i&&Object.keys(i).find((i=>i.toLowerCase()==="proxy-authorization"));if(c){throw new Z("Proxy-Authorization should be sent in ProxyAgent constructor")}}i.exports=ProxyAgent},28804:i=>{"use strict";let c=Date.now();let d;const p=[];function onTimeout(){c=Date.now();let i=p.length;let d=0;while(d<i){const A=p[d];if(A.state===0){A.state=c+A.delay}else if(A.state>0&&c>=A.state){A.state=-1;A.callback(A.opaque)}if(A.state===-1){A.state=-2;if(d!==i-1){p[d]=p.pop()}else{p.pop()}i-=1}else{d+=1}}if(p.length>0){refreshTimeout()}}function refreshTimeout(){if(d&&d.refresh){d.refresh()}else{clearTimeout(d);d=setTimeout(onTimeout,1e3);if(d.unref){d.unref()}}}class Timeout{constructor(i,c,d){this.callback=i;this.delay=c;this.opaque=d;this.state=-2;this.refresh()}refresh(){if(this.state===-2){p.push(this);if(!d||p.length===1){refreshTimeout()}}this.state=0}clear(){this.state=-1}}i.exports={setTimeout(i,c,d){return c<1e3?setTimeout(i,c,d):new Timeout(i,c,d)},clearTimeout(i){if(i instanceof Timeout){i.clear()}else{clearTimeout(i)}}}},68550:(i,c,d)=>{"use strict";const p=d(31637);const{uid:A,states:C}=d(45913);const{kReadyState:S,kSentClose:v,kByteParser:T,kReceivedClose:_}=d(62933);const{fireEvent:V,failWebsocketConnection:Z}=d(3574);const{CloseEvent:ee}=d(46255);const{makeRequest:te}=d(25194);const{fetching:re}=d(12315);const{Headers:ne}=d(26349);const{getGlobalDispatcher:ie}=d(32581);const{kHeadersList:se}=d(36443);const ae={};ae.open=p.channel("undici:websocket:open");ae.close=p.channel("undici:websocket:close");ae.socketError=p.channel("undici:websocket:socket_error");let oe;try{oe=d(76982)}catch{}function establishWebSocketConnection(i,c,d,p,C){const S=i;S.protocol=i.protocol==="ws:"?"http:":"https:";const v=te({urlList:[S],serviceWorkers:"none",referrer:"no-referrer",mode:"websocket",credentials:"include",cache:"no-store",redirect:"error"});if(C.headers){const i=new ne(C.headers)[se];v.headersList=i}const T=oe.randomBytes(16).toString("base64");v.headersList.append("sec-websocket-key",T);v.headersList.append("sec-websocket-version","13");for(const i of c){v.headersList.append("sec-websocket-protocol",i)}const _="";const V=re({request:v,useParallelQueue:true,dispatcher:C.dispatcher??ie(),processResponse(i){if(i.type==="error"||i.status!==101){Z(d,"Received network error or non-101 status code.");return}if(c.length!==0&&!i.headersList.get("Sec-WebSocket-Protocol")){Z(d,"Server did not respond with sent protocols.");return}if(i.headersList.get("Upgrade")?.toLowerCase()!=="websocket"){Z(d,'Server did not set Upgrade header to "websocket".');return}if(i.headersList.get("Connection")?.toLowerCase()!=="upgrade"){Z(d,'Server did not set Connection header to "upgrade".');return}const C=i.headersList.get("Sec-WebSocket-Accept");const S=oe.createHash("sha1").update(T+A).digest("base64");if(C!==S){Z(d,"Incorrect hash received in Sec-WebSocket-Accept header.");return}const V=i.headersList.get("Sec-WebSocket-Extensions");if(V!==null&&V!==_){Z(d,"Received different permessage-deflate than the one set.");return}const ee=i.headersList.get("Sec-WebSocket-Protocol");if(ee!==null&&ee!==v.headersList.get("Sec-WebSocket-Protocol")){Z(d,"Protocol was not set in the opening handshake.");return}i.socket.on("data",onSocketData);i.socket.on("close",onSocketClose);i.socket.on("error",onSocketError);if(ae.open.hasSubscribers){ae.open.publish({address:i.socket.address(),protocol:ee,extensions:V})}p(i)}});return V}function onSocketData(i){if(!this.ws[T].write(i)){this.pause()}}function onSocketClose(){const{ws:i}=this;const c=i[v]&&i[_];let d=1005;let p="";const A=i[T].closingInfo;if(A){d=A.code??1005;p=A.reason}else if(!i[v]){d=1006}i[S]=C.CLOSED;V("close",i,ee,{wasClean:c,code:d,reason:p});if(ae.close.hasSubscribers){ae.close.publish({websocket:i,code:d,reason:p})}}function onSocketError(i){const{ws:c}=this;c[S]=C.CLOSING;if(ae.socketError.hasSubscribers){ae.socketError.publish(i)}this.destroy()}i.exports={establishWebSocketConnection:establishWebSocketConnection}},45913:i=>{"use strict";const c="258EAFA5-E914-47DA-95CA-C5AB0DC85B11";const d={enumerable:true,writable:false,configurable:false};const p={CONNECTING:0,OPEN:1,CLOSING:2,CLOSED:3};const A={CONTINUATION:0,TEXT:1,BINARY:2,CLOSE:8,PING:9,PONG:10};const C=2**16-1;const S={INFO:0,PAYLOADLENGTH_16:2,PAYLOADLENGTH_64:3,READ_DATA:4};const v=Buffer.allocUnsafe(0);i.exports={uid:c,staticPropertyDescriptors:d,states:p,opcodes:A,maxUnsigned16Bit:C,parserStates:S,emptyBuffer:v}},46255:(i,c,d)=>{"use strict";const{webidl:p}=d(74222);const{kEnumerableProperty:A}=d(3440);const{MessagePort:C}=d(28167);class MessageEvent extends Event{#s;constructor(i,c={}){p.argumentLengthCheck(arguments,1,{header:"MessageEvent constructor"});i=p.converters.DOMString(i);c=p.converters.MessageEventInit(c);super(i,c);this.#s=c}get data(){p.brandCheck(this,MessageEvent);return this.#s.data}get origin(){p.brandCheck(this,MessageEvent);return this.#s.origin}get lastEventId(){p.brandCheck(this,MessageEvent);return this.#s.lastEventId}get source(){p.brandCheck(this,MessageEvent);return this.#s.source}get ports(){p.brandCheck(this,MessageEvent);if(!Object.isFrozen(this.#s.ports)){Object.freeze(this.#s.ports)}return this.#s.ports}initMessageEvent(i,c=false,d=false,A=null,C="",S="",v=null,T=[]){p.brandCheck(this,MessageEvent);p.argumentLengthCheck(arguments,1,{header:"MessageEvent.initMessageEvent"});return new MessageEvent(i,{bubbles:c,cancelable:d,data:A,origin:C,lastEventId:S,source:v,ports:T})}}class CloseEvent extends Event{#s;constructor(i,c={}){p.argumentLengthCheck(arguments,1,{header:"CloseEvent constructor"});i=p.converters.DOMString(i);c=p.converters.CloseEventInit(c);super(i,c);this.#s=c}get wasClean(){p.brandCheck(this,CloseEvent);return this.#s.wasClean}get code(){p.brandCheck(this,CloseEvent);return this.#s.code}get reason(){p.brandCheck(this,CloseEvent);return this.#s.reason}}class ErrorEvent extends Event{#s;constructor(i,c){p.argumentLengthCheck(arguments,1,{header:"ErrorEvent constructor"});super(i,c);i=p.converters.DOMString(i);c=p.converters.ErrorEventInit(c??{});this.#s=c}get message(){p.brandCheck(this,ErrorEvent);return this.#s.message}get filename(){p.brandCheck(this,ErrorEvent);return this.#s.filename}get lineno(){p.brandCheck(this,ErrorEvent);return this.#s.lineno}get colno(){p.brandCheck(this,ErrorEvent);return this.#s.colno}get error(){p.brandCheck(this,ErrorEvent);return this.#s.error}}Object.defineProperties(MessageEvent.prototype,{[Symbol.toStringTag]:{value:"MessageEvent",configurable:true},data:A,origin:A,lastEventId:A,source:A,ports:A,initMessageEvent:A});Object.defineProperties(CloseEvent.prototype,{[Symbol.toStringTag]:{value:"CloseEvent",configurable:true},reason:A,code:A,wasClean:A});Object.defineProperties(ErrorEvent.prototype,{[Symbol.toStringTag]:{value:"ErrorEvent",configurable:true},message:A,filename:A,lineno:A,colno:A,error:A});p.converters.MessagePort=p.interfaceConverter(C);p.converters["sequence<MessagePort>"]=p.sequenceConverter(p.converters.MessagePort);const S=[{key:"bubbles",converter:p.converters.boolean,defaultValue:false},{key:"cancelable",converter:p.converters.boolean,defaultValue:false},{key:"composed",converter:p.converters.boolean,defaultValue:false}];p.converters.MessageEventInit=p.dictionaryConverter([...S,{key:"data",converter:p.converters.any,defaultValue:null},{key:"origin",converter:p.converters.USVString,defaultValue:""},{key:"lastEventId",converter:p.converters.DOMString,defaultValue:""},{key:"source",converter:p.nullableConverter(p.converters.MessagePort),defaultValue:null},{key:"ports",converter:p.converters["sequence<MessagePort>"],get defaultValue(){return[]}}]);p.converters.CloseEventInit=p.dictionaryConverter([...S,{key:"wasClean",converter:p.converters.boolean,defaultValue:false},{key:"code",converter:p.converters["unsigned short"],defaultValue:0},{key:"reason",converter:p.converters.USVString,defaultValue:""}]);p.converters.ErrorEventInit=p.dictionaryConverter([...S,{key:"message",converter:p.converters.DOMString,defaultValue:""},{key:"filename",converter:p.converters.USVString,defaultValue:""},{key:"lineno",converter:p.converters["unsigned long"],defaultValue:0},{key:"colno",converter:p.converters["unsigned long"],defaultValue:0},{key:"error",converter:p.converters.any}]);i.exports={MessageEvent:MessageEvent,CloseEvent:CloseEvent,ErrorEvent:ErrorEvent}},31237:(i,c,d)=>{"use strict";const{maxUnsigned16Bit:p}=d(45913);let A;try{A=d(76982)}catch{}class WebsocketFrameSend{constructor(i){this.frameData=i;this.maskKey=A.randomBytes(4)}createFrame(i){const c=this.frameData?.byteLength??0;let d=c;let A=6;if(c>p){A+=8;d=127}else if(c>125){A+=2;d=126}const C=Buffer.allocUnsafe(c+A);C[0]=C[1]=0;C[0]|=128;C[0]=(C[0]&240)+i;
|
||
/*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> */C[A-4]=this.maskKey[0];C[A-3]=this.maskKey[1];C[A-2]=this.maskKey[2];C[A-1]=this.maskKey[3];C[1]=d;if(d===126){C.writeUInt16BE(c,2)}else if(d===127){C[2]=C[3]=0;C.writeUIntBE(c,4,6)}C[1]|=128;for(let i=0;i<c;i++){C[A+i]=this.frameData[i]^this.maskKey[i%4]}return C}}i.exports={WebsocketFrameSend:WebsocketFrameSend}},43171:(i,c,d)=>{"use strict";const{Writable:p}=d(2203);const A=d(31637);const{parserStates:C,opcodes:S,states:v,emptyBuffer:T}=d(45913);const{kReadyState:_,kSentClose:V,kResponse:Z,kReceivedClose:ee}=d(62933);const{isValidStatusCode:te,failWebsocketConnection:re,websocketMessageReceived:ne}=d(3574);const{WebsocketFrameSend:ie}=d(31237);const se={};se.ping=A.channel("undici:websocket:ping");se.pong=A.channel("undici:websocket:pong");class ByteParser extends p{#a=[];#o=0;#l=C.INFO;#c={};#d=[];constructor(i){super();this.ws=i}_write(i,c,d){this.#a.push(i);this.#o+=i.length;this.run(d)}run(i){while(true){if(this.#l===C.INFO){if(this.#o<2){return i()}const c=this.consume(2);this.#c.fin=(c[0]&128)!==0;this.#c.opcode=c[0]&15;this.#c.originalOpcode??=this.#c.opcode;this.#c.fragmented=!this.#c.fin&&this.#c.opcode!==S.CONTINUATION;if(this.#c.fragmented&&this.#c.opcode!==S.BINARY&&this.#c.opcode!==S.TEXT){re(this.ws,"Invalid frame type was fragmented.");return}const d=c[1]&127;if(d<=125){this.#c.payloadLength=d;this.#l=C.READ_DATA}else if(d===126){this.#l=C.PAYLOADLENGTH_16}else if(d===127){this.#l=C.PAYLOADLENGTH_64}if(this.#c.fragmented&&d>125){re(this.ws,"Fragmented frame exceeded 125 bytes.");return}else if((this.#c.opcode===S.PING||this.#c.opcode===S.PONG||this.#c.opcode===S.CLOSE)&&d>125){re(this.ws,"Payload length for control frame exceeded 125 bytes.");return}else if(this.#c.opcode===S.CLOSE){if(d===1){re(this.ws,"Received close frame with a 1-byte body.");return}const i=this.consume(d);this.#c.closeInfo=this.parseCloseBody(false,i);if(!this.ws[V]){const i=Buffer.allocUnsafe(2);i.writeUInt16BE(this.#c.closeInfo.code,0);const c=new ie(i);this.ws[Z].socket.write(c.createFrame(S.CLOSE),(i=>{if(!i){this.ws[V]=true}}))}this.ws[_]=v.CLOSING;this.ws[ee]=true;this.end();return}else if(this.#c.opcode===S.PING){const c=this.consume(d);if(!this.ws[ee]){const i=new ie(c);this.ws[Z].socket.write(i.createFrame(S.PONG));if(se.ping.hasSubscribers){se.ping.publish({payload:c})}}this.#l=C.INFO;if(this.#o>0){continue}else{i();return}}else if(this.#c.opcode===S.PONG){const c=this.consume(d);if(se.pong.hasSubscribers){se.pong.publish({payload:c})}if(this.#o>0){continue}else{i();return}}}else if(this.#l===C.PAYLOADLENGTH_16){if(this.#o<2){return i()}const c=this.consume(2);this.#c.payloadLength=c.readUInt16BE(0);this.#l=C.READ_DATA}else if(this.#l===C.PAYLOADLENGTH_64){if(this.#o<8){return i()}const c=this.consume(8);const d=c.readUInt32BE(0);if(d>2**31-1){re(this.ws,"Received payload length > 2^31 bytes.");return}const p=c.readUInt32BE(4);this.#c.payloadLength=(d<<8)+p;this.#l=C.READ_DATA}else if(this.#l===C.READ_DATA){if(this.#o<this.#c.payloadLength){return i()}else if(this.#o>=this.#c.payloadLength){const i=this.consume(this.#c.payloadLength);this.#d.push(i);if(!this.#c.fragmented||this.#c.fin&&this.#c.opcode===S.CONTINUATION){const i=Buffer.concat(this.#d);ne(this.ws,this.#c.originalOpcode,i);this.#c={};this.#d.length=0}this.#l=C.INFO}}if(this.#o>0){continue}else{i();break}}}consume(i){if(i>this.#o){return null}else if(i===0){return T}if(this.#a[0].length===i){this.#o-=this.#a[0].length;return this.#a.shift()}const c=Buffer.allocUnsafe(i);let d=0;while(d!==i){const p=this.#a[0];const{length:A}=p;if(A+d===i){c.set(this.#a.shift(),d);break}else if(A+d>i){c.set(p.subarray(0,i-d),d);this.#a[0]=p.subarray(i-d);break}else{c.set(this.#a.shift(),d);d+=p.length}}this.#o-=i;return c}parseCloseBody(i,c){let d;if(c.length>=2){d=c.readUInt16BE(0)}if(i){if(!te(d)){return null}return{code:d}}let p=c.subarray(2);if(p[0]===239&&p[1]===187&&p[2]===191){p=p.subarray(3)}if(d!==undefined&&!te(d)){return null}try{p=new TextDecoder("utf-8",{fatal:true}).decode(p)}catch{return null}return{code:d,reason:p}}get closingInfo(){return this.#c.closeInfo}}i.exports={ByteParser:ByteParser}},62933:i=>{"use strict";i.exports={kWebSocketURL:Symbol("url"),kReadyState:Symbol("ready state"),kController:Symbol("controller"),kResponse:Symbol("response"),kBinaryType:Symbol("binary type"),kSentClose:Symbol("sent close"),kReceivedClose:Symbol("received close"),kByteParser:Symbol("byte parser")}},3574:(i,c,d)=>{"use strict";const{kReadyState:p,kController:A,kResponse:C,kBinaryType:S,kWebSocketURL:v}=d(62933);const{states:T,opcodes:_}=d(45913);const{MessageEvent:V,ErrorEvent:Z}=d(46255);function isEstablished(i){return i[p]===T.OPEN}function isClosing(i){return i[p]===T.CLOSING}function isClosed(i){return i[p]===T.CLOSED}function fireEvent(i,c,d=Event,p){const A=new d(i,p);c.dispatchEvent(A)}function websocketMessageReceived(i,c,d){if(i[p]!==T.OPEN){return}let A;if(c===_.TEXT){try{A=new TextDecoder("utf-8",{fatal:true}).decode(d)}catch{failWebsocketConnection(i,"Received invalid UTF-8 in text frame.");return}}else if(c===_.BINARY){if(i[S]==="blob"){A=new Blob([d])}else{A=new Uint8Array(d).buffer}}fireEvent("message",i,V,{origin:i[v].origin,data:A})}function isValidSubprotocol(i){if(i.length===0){return false}for(const c of i){const i=c.charCodeAt(0);if(i<33||i>126||c==="("||c===")"||c==="<"||c===">"||c==="@"||c===","||c===";"||c===":"||c==="\\"||c==='"'||c==="/"||c==="["||c==="]"||c==="?"||c==="="||c==="{"||c==="}"||i===32||i===9){return false}}return true}function isValidStatusCode(i){if(i>=1e3&&i<1015){return i!==1004&&i!==1005&&i!==1006}return i>=3e3&&i<=4999}function failWebsocketConnection(i,c){const{[A]:d,[C]:p}=i;d.abort();if(p?.socket&&!p.socket.destroyed){p.socket.destroy()}if(c){fireEvent("error",i,Z,{error:new Error(c)})}}i.exports={isEstablished:isEstablished,isClosing:isClosing,isClosed:isClosed,fireEvent:fireEvent,isValidSubprotocol:isValidSubprotocol,isValidStatusCode:isValidStatusCode,failWebsocketConnection:failWebsocketConnection,websocketMessageReceived:websocketMessageReceived}},55171:(i,c,d)=>{"use strict";const{webidl:p}=d(74222);const{DOMException:A}=d(87326);const{URLSerializer:C}=d(94322);const{getGlobalOrigin:S}=d(75628);const{staticPropertyDescriptors:v,states:T,opcodes:_,emptyBuffer:V}=d(45913);const{kWebSocketURL:Z,kReadyState:ee,kController:te,kBinaryType:re,kResponse:ne,kSentClose:ie,kByteParser:se}=d(62933);const{isEstablished:ae,isClosing:oe,isValidSubprotocol:le,failWebsocketConnection:ce,fireEvent:de}=d(3574);const{establishWebSocketConnection:ue}=d(68550);const{WebsocketFrameSend:pe}=d(31237);const{ByteParser:Ae}=d(43171);const{kEnumerableProperty:fe,isBlobLike:he}=d(3440);const{getGlobalDispatcher:me}=d(32581);const{types:ge}=d(39023);let ye=false;class WebSocket extends EventTarget{#u={open:null,error:null,close:null,message:null};#p=0;#A="";#f="";constructor(i,c=[]){super();p.argumentLengthCheck(arguments,1,{header:"WebSocket constructor"});if(!ye){ye=true;process.emitWarning("WebSockets are experimental, expect them to change at any time.",{code:"UNDICI-WS"})}const d=p.converters["DOMString or sequence<DOMString> or WebSocketInit"](c);i=p.converters.USVString(i);c=d.protocols;const C=S();let v;try{v=new URL(i,C)}catch(i){throw new A(i,"SyntaxError")}if(v.protocol==="http:"){v.protocol="ws:"}else if(v.protocol==="https:"){v.protocol="wss:"}if(v.protocol!=="ws:"&&v.protocol!=="wss:"){throw new A(`Expected a ws: or wss: protocol, got ${v.protocol}`,"SyntaxError")}if(v.hash||v.href.endsWith("#")){throw new A("Got fragment","SyntaxError")}if(typeof c==="string"){c=[c]}if(c.length!==new Set(c.map((i=>i.toLowerCase()))).size){throw new A("Invalid Sec-WebSocket-Protocol value","SyntaxError")}if(c.length>0&&!c.every((i=>le(i)))){throw new A("Invalid Sec-WebSocket-Protocol value","SyntaxError")}this[Z]=new URL(v.href);this[te]=ue(v,c,this,(i=>this.#h(i)),d);this[ee]=WebSocket.CONNECTING;this[re]="blob"}close(i=undefined,c=undefined){p.brandCheck(this,WebSocket);if(i!==undefined){i=p.converters["unsigned short"](i,{clamp:true})}if(c!==undefined){c=p.converters.USVString(c)}if(i!==undefined){if(i!==1e3&&(i<3e3||i>4999)){throw new A("invalid code","InvalidAccessError")}}let d=0;if(c!==undefined){d=Buffer.byteLength(c);if(d>123){throw new A(`Reason must be less than 123 bytes; received ${d}`,"SyntaxError")}}if(this[ee]===WebSocket.CLOSING||this[ee]===WebSocket.CLOSED){}else if(!ae(this)){ce(this,"Connection was closed before it was established.");this[ee]=WebSocket.CLOSING}else if(!oe(this)){const p=new pe;if(i!==undefined&&c===undefined){p.frameData=Buffer.allocUnsafe(2);p.frameData.writeUInt16BE(i,0)}else if(i!==undefined&&c!==undefined){p.frameData=Buffer.allocUnsafe(2+d);p.frameData.writeUInt16BE(i,0);p.frameData.write(c,2,"utf-8")}else{p.frameData=V}const A=this[ne].socket;A.write(p.createFrame(_.CLOSE),(i=>{if(!i){this[ie]=true}}));this[ee]=T.CLOSING}else{this[ee]=WebSocket.CLOSING}}send(i){p.brandCheck(this,WebSocket);p.argumentLengthCheck(arguments,1,{header:"WebSocket.send"});i=p.converters.WebSocketSendData(i);if(this[ee]===WebSocket.CONNECTING){throw new A("Sent before connected.","InvalidStateError")}if(!ae(this)||oe(this)){return}const c=this[ne].socket;if(typeof i==="string"){const d=Buffer.from(i);const p=new pe(d);const A=p.createFrame(_.TEXT);this.#p+=d.byteLength;c.write(A,(()=>{this.#p-=d.byteLength}))}else if(ge.isArrayBuffer(i)){const d=Buffer.from(i);const p=new pe(d);const A=p.createFrame(_.BINARY);this.#p+=d.byteLength;c.write(A,(()=>{this.#p-=d.byteLength}))}else if(ArrayBuffer.isView(i)){const d=Buffer.from(i,i.byteOffset,i.byteLength);const p=new pe(d);const A=p.createFrame(_.BINARY);this.#p+=d.byteLength;c.write(A,(()=>{this.#p-=d.byteLength}))}else if(he(i)){const d=new pe;i.arrayBuffer().then((i=>{const p=Buffer.from(i);d.frameData=p;const A=d.createFrame(_.BINARY);this.#p+=p.byteLength;c.write(A,(()=>{this.#p-=p.byteLength}))}))}}get readyState(){p.brandCheck(this,WebSocket);return this[ee]}get bufferedAmount(){p.brandCheck(this,WebSocket);return this.#p}get url(){p.brandCheck(this,WebSocket);return C(this[Z])}get extensions(){p.brandCheck(this,WebSocket);return this.#f}get protocol(){p.brandCheck(this,WebSocket);return this.#A}get onopen(){p.brandCheck(this,WebSocket);return this.#u.open}set onopen(i){p.brandCheck(this,WebSocket);if(this.#u.open){this.removeEventListener("open",this.#u.open)}if(typeof i==="function"){this.#u.open=i;this.addEventListener("open",i)}else{this.#u.open=null}}get onerror(){p.brandCheck(this,WebSocket);return this.#u.error}set onerror(i){p.brandCheck(this,WebSocket);if(this.#u.error){this.removeEventListener("error",this.#u.error)}if(typeof i==="function"){this.#u.error=i;this.addEventListener("error",i)}else{this.#u.error=null}}get onclose(){p.brandCheck(this,WebSocket);return this.#u.close}set onclose(i){p.brandCheck(this,WebSocket);if(this.#u.close){this.removeEventListener("close",this.#u.close)}if(typeof i==="function"){this.#u.close=i;this.addEventListener("close",i)}else{this.#u.close=null}}get onmessage(){p.brandCheck(this,WebSocket);return this.#u.message}set onmessage(i){p.brandCheck(this,WebSocket);if(this.#u.message){this.removeEventListener("message",this.#u.message)}if(typeof i==="function"){this.#u.message=i;this.addEventListener("message",i)}else{this.#u.message=null}}get binaryType(){p.brandCheck(this,WebSocket);return this[re]}set binaryType(i){p.brandCheck(this,WebSocket);if(i!=="blob"&&i!=="arraybuffer"){this[re]="blob"}else{this[re]=i}}#h(i){this[ne]=i;const c=new Ae(this);c.on("drain",(function onParserDrain(){this.ws[ne].socket.resume()}));i.socket.ws=this;this[se]=c;this[ee]=T.OPEN;const d=i.headersList.get("sec-websocket-extensions");if(d!==null){this.#f=d}const p=i.headersList.get("sec-websocket-protocol");if(p!==null){this.#A=p}de("open",this)}}WebSocket.CONNECTING=WebSocket.prototype.CONNECTING=T.CONNECTING;WebSocket.OPEN=WebSocket.prototype.OPEN=T.OPEN;WebSocket.CLOSING=WebSocket.prototype.CLOSING=T.CLOSING;WebSocket.CLOSED=WebSocket.prototype.CLOSED=T.CLOSED;Object.defineProperties(WebSocket.prototype,{CONNECTING:v,OPEN:v,CLOSING:v,CLOSED:v,url:fe,readyState:fe,bufferedAmount:fe,onopen:fe,onerror:fe,onclose:fe,close:fe,onmessage:fe,binaryType:fe,send:fe,extensions:fe,protocol:fe,[Symbol.toStringTag]:{value:"WebSocket",writable:false,enumerable:false,configurable:true}});Object.defineProperties(WebSocket,{CONNECTING:v,OPEN:v,CLOSING:v,CLOSED:v});p.converters["sequence<DOMString>"]=p.sequenceConverter(p.converters.DOMString);p.converters["DOMString or sequence<DOMString>"]=function(i){if(p.util.Type(i)==="Object"&&Symbol.iterator in i){return p.converters["sequence<DOMString>"](i)}return p.converters.DOMString(i)};p.converters.WebSocketInit=p.dictionaryConverter([{key:"protocols",converter:p.converters["DOMString or sequence<DOMString>"],get defaultValue(){return[]}},{key:"dispatcher",converter:i=>i,get defaultValue(){return me()}},{key:"headers",converter:p.nullableConverter(p.converters.HeadersInit)}]);p.converters["DOMString or sequence<DOMString> or WebSocketInit"]=function(i){if(p.util.Type(i)==="Object"&&!(Symbol.iterator in i)){return p.converters.WebSocketInit(i)}return{protocols:p.converters["DOMString or sequence<DOMString>"](i)}};p.converters.WebSocketSendData=function(i){if(p.util.Type(i)==="Object"){if(he(i)){return p.converters.Blob(i,{strict:false})}if(ArrayBuffer.isView(i)||ge.isAnyArrayBuffer(i)){return p.converters.BufferSource(i)}}return p.converters.USVString(i)};i.exports={WebSocket:WebSocket}},33843:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});function getUserAgent(){if(typeof navigator==="object"&&"userAgent"in navigator){return navigator.userAgent}if(typeof process==="object"&&process.version!==undefined){return`Node.js/${process.version.substr(1)} (${process.platform}; ${process.arch})`}return"<environment undetectable>"}c.getUserAgent=getUserAgent},26260:function(i){(function(c){"use strict";var d=[null,0,{}];var p=10;var A=44032,C=4352,S=4449,v=4519,T=19,_=21,V=28;var Z=_*V;var ee=T*Z;var UChar=function(i,c){this.codepoint=i;this.feature=c};var te={};var re=[];for(var ne=0;ne<=255;++ne){re[ne]=0}function fromCache(i,c,d){var A=te[c];if(!A){A=i(c,d);if(!!A.feature&&++re[c>>8&255]>p){te[c]=A}}return A}function fromData(i,c,p){var A=c&65280;var C=UChar.udata[A]||{};var S=C[c];return S?new UChar(c,S):new UChar(c,d)}function fromCpOnly(i,c,d){return!!d?i(c,d):new UChar(c,null)}function fromRuleBasedJamo(i,c,d){var p;if(c<C||C+T<=c&&c<A||A+ee<c){return i(c,d)}if(C<=c&&c<C+T){var te={};var re=(c-C)*_;for(p=0;p<_;++p){te[S+p]=A+V*(p+re)}return new UChar(c,[,,te])}var ne=c-A;var ie=ne%V;var se=[];if(ie!==0){se[0]=[A+ne-ie,v+ie]}else{se[0]=[C+Math.floor(ne/Z),S+Math.floor(ne%Z/V)];se[2]={};for(p=1;p<V;++p){se[2][v+p]=c+p}}return new UChar(c,se)}function fromCpFilter(i,c,p){return c<60||13311<c&&c<42607?new UChar(c,d):i(c,p)}var ie=[fromCpFilter,fromCache,fromCpOnly,fromRuleBasedJamo,fromData];UChar.fromCharCode=ie.reduceRight((function(i,c){return function(d,p){return c(i,d,p)}}),null);UChar.isHighSurrogate=function(i){return i>=55296&&i<=56319};UChar.isLowSurrogate=function(i){return i>=56320&&i<=57343};UChar.prototype.prepFeature=function(){if(!this.feature){this.feature=UChar.fromCharCode(this.codepoint,true).feature}};UChar.prototype.toString=function(){if(this.codepoint<65536){return String.fromCharCode(this.codepoint)}else{var i=this.codepoint-65536;return String.fromCharCode(Math.floor(i/1024)+55296,i%1024+56320)}};UChar.prototype.getDecomp=function(){this.prepFeature();return this.feature[0]||null};UChar.prototype.isCompatibility=function(){this.prepFeature();return!!this.feature[1]&&this.feature[1]&1<<8};UChar.prototype.isExclude=function(){this.prepFeature();return!!this.feature[1]&&this.feature[1]&1<<9};UChar.prototype.getCanonicalClass=function(){this.prepFeature();return!!this.feature[1]?this.feature[1]&255:0};UChar.prototype.getComposite=function(i){this.prepFeature();if(!this.feature[2]){return null}var c=this.feature[2][i.codepoint];return c?UChar.fromCharCode(c):null};var UCharIterator=function(i){this.str=i;this.cursor=0};UCharIterator.prototype.next=function(){if(!!this.str&&this.cursor<this.str.length){var i=this.str.charCodeAt(this.cursor++);var c;if(UChar.isHighSurrogate(i)&&this.cursor<this.str.length&&UChar.isLowSurrogate(c=this.str.charCodeAt(this.cursor))){i=(i-55296)*1024+(c-56320)+65536;++this.cursor}return UChar.fromCharCode(i)}else{this.str=null;return null}};var RecursDecompIterator=function(i,c){this.it=i;this.canonical=c;this.resBuf=[]};RecursDecompIterator.prototype.next=function(){function recursiveDecomp(i,c){var d=c.getDecomp();if(!!d&&!(i&&c.isCompatibility())){var p=[];for(var A=0;A<d.length;++A){var C=recursiveDecomp(i,UChar.fromCharCode(d[A]));p=p.concat(C)}return p}else{return[c]}}if(this.resBuf.length===0){var i=this.it.next();if(!i){return null}this.resBuf=recursiveDecomp(this.canonical,i)}return this.resBuf.shift()};var DecompIterator=function(i){this.it=i;this.resBuf=[]};DecompIterator.prototype.next=function(){var i;if(this.resBuf.length===0){do{var c=this.it.next();if(!c){break}i=c.getCanonicalClass();var d=this.resBuf.length;if(i!==0){for(;d>0;--d){var p=this.resBuf[d-1];var A=p.getCanonicalClass();if(A<=i){break}}}this.resBuf.splice(d,0,c)}while(i!==0)}return this.resBuf.shift()};var CompIterator=function(i){this.it=i;this.procBuf=[];this.resBuf=[];this.lastClass=null};CompIterator.prototype.next=function(){while(this.resBuf.length===0){var i=this.it.next();if(!i){this.resBuf=this.procBuf;this.procBuf=[];break}if(this.procBuf.length===0){this.lastClass=i.getCanonicalClass();this.procBuf.push(i)}else{var c=this.procBuf[0];var d=c.getComposite(i);var p=i.getCanonicalClass();if(!!d&&(this.lastClass<p||this.lastClass===0)){this.procBuf[0]=d}else{if(p===0){this.resBuf=this.procBuf;this.procBuf=[]}this.lastClass=p;this.procBuf.push(i)}}}return this.resBuf.shift()};var createIterator=function(i,c){switch(i){case"NFD":return new DecompIterator(new RecursDecompIterator(new UCharIterator(c),true));case"NFKD":return new DecompIterator(new RecursDecompIterator(new UCharIterator(c),false));case"NFC":return new CompIterator(new DecompIterator(new RecursDecompIterator(new UCharIterator(c),true)));case"NFKC":return new CompIterator(new DecompIterator(new RecursDecompIterator(new UCharIterator(c),false)))}throw i+" is invalid"};var normalize=function(i,c){var d=createIterator(i,c);var p="";var A;while(!!(A=d.next())){p+=A.toString()}return p};function nfd(i){return normalize("NFD",i)}function nfkd(i){return normalize("NFKD",i)}function nfc(i){return normalize("NFC",i)}function nfkc(i){return normalize("NFKC",i)}UChar.udata={0:{60:[,,{824:8814}],61:[,,{824:8800}],62:[,,{824:8815}],65:[,,{768:192,769:193,770:194,771:195,772:256,774:258,775:550,776:196,777:7842,778:197,780:461,783:512,785:514,803:7840,805:7680,808:260}],66:[,,{775:7682,803:7684,817:7686}],67:[,,{769:262,770:264,775:266,780:268,807:199}],68:[,,{775:7690,780:270,803:7692,807:7696,813:7698,817:7694}],69:[,,{768:200,769:201,770:202,771:7868,772:274,774:276,775:278,776:203,777:7866,780:282,783:516,785:518,803:7864,807:552,808:280,813:7704,816:7706}],70:[,,{775:7710}],71:[,,{769:500,770:284,772:7712,774:286,775:288,780:486,807:290}],72:[,,{770:292,775:7714,776:7718,780:542,803:7716,807:7720,814:7722}],73:[,,{768:204,769:205,770:206,771:296,772:298,774:300,775:304,776:207,777:7880,780:463,783:520,785:522,803:7882,808:302,816:7724}],74:[,,{770:308}],75:[,,{769:7728,780:488,803:7730,807:310,817:7732}],76:[,,{769:313,780:317,803:7734,807:315,813:7740,817:7738}],77:[,,{769:7742,775:7744,803:7746}],78:[,,{768:504,769:323,771:209,775:7748,780:327,803:7750,807:325,813:7754,817:7752}],79:[,,{768:210,769:211,770:212,771:213,772:332,774:334,775:558,776:214,777:7886,779:336,780:465,783:524,785:526,795:416,803:7884,808:490}],80:[,,{769:7764,775:7766}],82:[,,{769:340,775:7768,780:344,783:528,785:530,803:7770,807:342,817:7774}],83:[,,{769:346,770:348,775:7776,780:352,803:7778,806:536,807:350}],84:[,,{775:7786,780:356,803:7788,806:538,807:354,813:7792,817:7790}],85:[,,{768:217,769:218,770:219,771:360,772:362,774:364,776:220,777:7910,778:366,779:368,780:467,783:532,785:534,795:431,803:7908,804:7794,808:370,813:7798,816:7796}],86:[,,{771:7804,803:7806}],87:[,,{768:7808,769:7810,770:372,775:7814,776:7812,803:7816}],88:[,,{775:7818,776:7820}],89:[,,{768:7922,769:221,770:374,771:7928,772:562,775:7822,776:376,777:7926,803:7924}],90:[,,{769:377,770:7824,775:379,780:381,803:7826,817:7828}],97:[,,{768:224,769:225,770:226,771:227,772:257,774:259,775:551,776:228,777:7843,778:229,780:462,783:513,785:515,803:7841,805:7681,808:261}],98:[,,{775:7683,803:7685,817:7687}],99:[,,{769:263,770:265,775:267,780:269,807:231}],100:[,,{775:7691,780:271,803:7693,807:7697,813:7699,817:7695}],101:[,,{768:232,769:233,770:234,771:7869,772:275,774:277,775:279,776:235,777:7867,780:283,783:517,785:519,803:7865,807:553,808:281,813:7705,816:7707}],102:[,,{775:7711}],103:[,,{769:501,770:285,772:7713,774:287,775:289,780:487,807:291}],104:[,,{770:293,775:7715,776:7719,780:543,803:7717,807:7721,814:7723,817:7830}],105:[,,{768:236,769:237,770:238,771:297,772:299,774:301,776:239,777:7881,780:464,783:521,785:523,803:7883,808:303,816:7725}],106:[,,{770:309,780:496}],107:[,,{769:7729,780:489,803:7731,807:311,817:7733}],108:[,,{769:314,780:318,803:7735,807:316,813:7741,817:7739}],109:[,,{769:7743,775:7745,803:7747}],110:[,,{768:505,769:324,771:241,775:7749,780:328,803:7751,807:326,813:7755,817:7753}],111:[,,{768:242,769:243,770:244,771:245,772:333,774:335,775:559,776:246,777:7887,779:337,780:466,783:525,785:527,795:417,803:7885,808:491}],112:[,,{769:7765,775:7767}],114:[,,{769:341,775:7769,780:345,783:529,785:531,803:7771,807:343,817:7775}],115:[,,{769:347,770:349,775:7777,780:353,803:7779,806:537,807:351}],116:[,,{775:7787,776:7831,780:357,803:7789,806:539,807:355,813:7793,817:7791}],117:[,,{768:249,769:250,770:251,771:361,772:363,774:365,776:252,777:7911,778:367,779:369,780:468,783:533,785:535,795:432,803:7909,804:7795,808:371,813:7799,816:7797}],118:[,,{771:7805,803:7807}],119:[,,{768:7809,769:7811,770:373,775:7815,776:7813,778:7832,803:7817}],120:[,,{775:7819,776:7821}],121:[,,{768:7923,769:253,770:375,771:7929,772:563,775:7823,776:255,777:7927,778:7833,803:7925}],122:[,,{769:378,770:7825,775:380,780:382,803:7827,817:7829}],160:[[32],256],168:[[32,776],256,{768:8173,769:901,834:8129}],170:[[97],256],175:[[32,772],256],178:[[50],256],179:[[51],256],180:[[32,769],256],181:[[956],256],184:[[32,807],256],185:[[49],256],186:[[111],256],188:[[49,8260,52],256],189:[[49,8260,50],256],190:[[51,8260,52],256],192:[[65,768]],193:[[65,769]],194:[[65,770],,{768:7846,769:7844,771:7850,777:7848}],195:[[65,771]],196:[[65,776],,{772:478}],197:[[65,778],,{769:506}],198:[,,{769:508,772:482}],199:[[67,807],,{769:7688}],200:[[69,768]],201:[[69,769]],202:[[69,770],,{768:7872,769:7870,771:7876,777:7874}],203:[[69,776]],204:[[73,768]],205:[[73,769]],206:[[73,770]],207:[[73,776],,{769:7726}],209:[[78,771]],210:[[79,768]],211:[[79,769]],212:[[79,770],,{768:7890,769:7888,771:7894,777:7892}],213:[[79,771],,{769:7756,772:556,776:7758}],214:[[79,776],,{772:554}],216:[,,{769:510}],217:[[85,768]],218:[[85,769]],219:[[85,770]],220:[[85,776],,{768:475,769:471,772:469,780:473}],221:[[89,769]],224:[[97,768]],225:[[97,769]],226:[[97,770],,{768:7847,769:7845,771:7851,777:7849}],227:[[97,771]],228:[[97,776],,{772:479}],229:[[97,778],,{769:507}],230:[,,{769:509,772:483}],231:[[99,807],,{769:7689}],232:[[101,768]],233:[[101,769]],234:[[101,770],,{768:7873,769:7871,771:7877,777:7875}],235:[[101,776]],236:[[105,768]],237:[[105,769]],238:[[105,770]],239:[[105,776],,{769:7727}],241:[[110,771]],242:[[111,768]],243:[[111,769]],244:[[111,770],,{768:7891,769:7889,771:7895,777:7893}],245:[[111,771],,{769:7757,772:557,776:7759}],246:[[111,776],,{772:555}],248:[,,{769:511}],249:[[117,768]],250:[[117,769]],251:[[117,770]],252:[[117,776],,{768:476,769:472,772:470,780:474}],253:[[121,769]],255:[[121,776]]},256:{256:[[65,772]],257:[[97,772]],258:[[65,774],,{768:7856,769:7854,771:7860,777:7858}],259:[[97,774],,{768:7857,769:7855,771:7861,777:7859}],260:[[65,808]],261:[[97,808]],262:[[67,769]],263:[[99,769]],264:[[67,770]],265:[[99,770]],266:[[67,775]],267:[[99,775]],268:[[67,780]],269:[[99,780]],270:[[68,780]],271:[[100,780]],274:[[69,772],,{768:7700,769:7702}],275:[[101,772],,{768:7701,769:7703}],276:[[69,774]],277:[[101,774]],278:[[69,775]],279:[[101,775]],280:[[69,808]],281:[[101,808]],282:[[69,780]],283:[[101,780]],284:[[71,770]],285:[[103,770]],286:[[71,774]],287:[[103,774]],288:[[71,775]],289:[[103,775]],290:[[71,807]],291:[[103,807]],292:[[72,770]],293:[[104,770]],296:[[73,771]],297:[[105,771]],298:[[73,772]],299:[[105,772]],300:[[73,774]],301:[[105,774]],302:[[73,808]],303:[[105,808]],304:[[73,775]],306:[[73,74],256],307:[[105,106],256],308:[[74,770]],309:[[106,770]],310:[[75,807]],311:[[107,807]],313:[[76,769]],314:[[108,769]],315:[[76,807]],316:[[108,807]],317:[[76,780]],318:[[108,780]],319:[[76,183],256],320:[[108,183],256],323:[[78,769]],324:[[110,769]],325:[[78,807]],326:[[110,807]],327:[[78,780]],328:[[110,780]],329:[[700,110],256],332:[[79,772],,{768:7760,769:7762}],333:[[111,772],,{768:7761,769:7763}],334:[[79,774]],335:[[111,774]],336:[[79,779]],337:[[111,779]],340:[[82,769]],341:[[114,769]],342:[[82,807]],343:[[114,807]],344:[[82,780]],345:[[114,780]],346:[[83,769],,{775:7780}],347:[[115,769],,{775:7781}],348:[[83,770]],349:[[115,770]],350:[[83,807]],351:[[115,807]],352:[[83,780],,{775:7782}],353:[[115,780],,{775:7783}],354:[[84,807]],355:[[116,807]],356:[[84,780]],357:[[116,780]],360:[[85,771],,{769:7800}],361:[[117,771],,{769:7801}],362:[[85,772],,{776:7802}],363:[[117,772],,{776:7803}],364:[[85,774]],365:[[117,774]],366:[[85,778]],367:[[117,778]],368:[[85,779]],369:[[117,779]],370:[[85,808]],371:[[117,808]],372:[[87,770]],373:[[119,770]],374:[[89,770]],375:[[121,770]],376:[[89,776]],377:[[90,769]],378:[[122,769]],379:[[90,775]],380:[[122,775]],381:[[90,780]],382:[[122,780]],383:[[115],256,{775:7835}],416:[[79,795],,{768:7900,769:7898,771:7904,777:7902,803:7906}],417:[[111,795],,{768:7901,769:7899,771:7905,777:7903,803:7907}],431:[[85,795],,{768:7914,769:7912,771:7918,777:7916,803:7920}],432:[[117,795],,{768:7915,769:7913,771:7919,777:7917,803:7921}],439:[,,{780:494}],452:[[68,381],256],453:[[68,382],256],454:[[100,382],256],455:[[76,74],256],456:[[76,106],256],457:[[108,106],256],458:[[78,74],256],459:[[78,106],256],460:[[110,106],256],461:[[65,780]],462:[[97,780]],463:[[73,780]],464:[[105,780]],465:[[79,780]],466:[[111,780]],467:[[85,780]],468:[[117,780]],469:[[220,772]],470:[[252,772]],471:[[220,769]],472:[[252,769]],473:[[220,780]],474:[[252,780]],475:[[220,768]],476:[[252,768]],478:[[196,772]],479:[[228,772]],480:[[550,772]],481:[[551,772]],482:[[198,772]],483:[[230,772]],486:[[71,780]],487:[[103,780]],488:[[75,780]],489:[[107,780]],490:[[79,808],,{772:492}],491:[[111,808],,{772:493}],492:[[490,772]],493:[[491,772]],494:[[439,780]],495:[[658,780]],496:[[106,780]],497:[[68,90],256],498:[[68,122],256],499:[[100,122],256],500:[[71,769]],501:[[103,769]],504:[[78,768]],505:[[110,768]],506:[[197,769]],507:[[229,769]],508:[[198,769]],509:[[230,769]],510:[[216,769]],511:[[248,769]],66045:[,220]},512:{512:[[65,783]],513:[[97,783]],514:[[65,785]],515:[[97,785]],516:[[69,783]],517:[[101,783]],518:[[69,785]],519:[[101,785]],520:[[73,783]],521:[[105,783]],522:[[73,785]],523:[[105,785]],524:[[79,783]],525:[[111,783]],526:[[79,785]],527:[[111,785]],528:[[82,783]],529:[[114,783]],530:[[82,785]],531:[[114,785]],532:[[85,783]],533:[[117,783]],534:[[85,785]],535:[[117,785]],536:[[83,806]],537:[[115,806]],538:[[84,806]],539:[[116,806]],542:[[72,780]],543:[[104,780]],550:[[65,775],,{772:480}],551:[[97,775],,{772:481}],552:[[69,807],,{774:7708}],553:[[101,807],,{774:7709}],554:[[214,772]],555:[[246,772]],556:[[213,772]],557:[[245,772]],558:[[79,775],,{772:560}],559:[[111,775],,{772:561}],560:[[558,772]],561:[[559,772]],562:[[89,772]],563:[[121,772]],658:[,,{780:495}],688:[[104],256],689:[[614],256],690:[[106],256],691:[[114],256],692:[[633],256],693:[[635],256],694:[[641],256],695:[[119],256],696:[[121],256],728:[[32,774],256],729:[[32,775],256],730:[[32,778],256],731:[[32,808],256],732:[[32,771],256],733:[[32,779],256],736:[[611],256],737:[[108],256],738:[[115],256],739:[[120],256],740:[[661],256],66272:[,220]},768:{768:[,230],769:[,230],770:[,230],771:[,230],772:[,230],773:[,230],774:[,230],775:[,230],776:[,230,{769:836}],777:[,230],778:[,230],779:[,230],780:[,230],781:[,230],782:[,230],783:[,230],784:[,230],785:[,230],786:[,230],787:[,230],788:[,230],789:[,232],790:[,220],791:[,220],792:[,220],793:[,220],794:[,232],795:[,216],796:[,220],797:[,220],798:[,220],799:[,220],800:[,220],801:[,202],802:[,202],803:[,220],804:[,220],805:[,220],806:[,220],807:[,202],808:[,202],809:[,220],810:[,220],811:[,220],812:[,220],813:[,220],814:[,220],815:[,220],816:[,220],817:[,220],818:[,220],819:[,220],820:[,1],821:[,1],822:[,1],823:[,1],824:[,1],825:[,220],826:[,220],827:[,220],828:[,220],829:[,230],830:[,230],831:[,230],832:[[768],230],833:[[769],230],834:[,230],835:[[787],230],836:[[776,769],230],837:[,240],838:[,230],839:[,220],840:[,220],841:[,220],842:[,230],843:[,230],844:[,230],845:[,220],846:[,220],848:[,230],849:[,230],850:[,230],851:[,220],852:[,220],853:[,220],854:[,220],855:[,230],856:[,232],857:[,220],858:[,220],859:[,230],860:[,233],861:[,234],862:[,234],863:[,233],864:[,234],865:[,234],866:[,233],867:[,230],868:[,230],869:[,230],870:[,230],871:[,230],872:[,230],873:[,230],874:[,230],875:[,230],876:[,230],877:[,230],878:[,230],879:[,230],884:[[697]],890:[[32,837],256],894:[[59]],900:[[32,769],256],901:[[168,769]],902:[[913,769]],903:[[183]],904:[[917,769]],905:[[919,769]],906:[[921,769]],908:[[927,769]],910:[[933,769]],911:[[937,769]],912:[[970,769]],913:[,,{768:8122,769:902,772:8121,774:8120,787:7944,788:7945,837:8124}],917:[,,{768:8136,769:904,787:7960,788:7961}],919:[,,{768:8138,769:905,787:7976,788:7977,837:8140}],921:[,,{768:8154,769:906,772:8153,774:8152,776:938,787:7992,788:7993}],927:[,,{768:8184,769:908,787:8008,788:8009}],929:[,,{788:8172}],933:[,,{768:8170,769:910,772:8169,774:8168,776:939,788:8025}],937:[,,{768:8186,769:911,787:8040,788:8041,837:8188}],938:[[921,776]],939:[[933,776]],940:[[945,769],,{837:8116}],941:[[949,769]],942:[[951,769],,{837:8132}],943:[[953,769]],944:[[971,769]],945:[,,{768:8048,769:940,772:8113,774:8112,787:7936,788:7937,834:8118,837:8115}],949:[,,{768:8050,769:941,787:7952,788:7953}],951:[,,{768:8052,769:942,787:7968,788:7969,834:8134,837:8131}],953:[,,{768:8054,769:943,772:8145,774:8144,776:970,787:7984,788:7985,834:8150}],959:[,,{768:8056,769:972,787:8e3,788:8001}],961:[,,{787:8164,788:8165}],965:[,,{768:8058,769:973,772:8161,774:8160,776:971,787:8016,788:8017,834:8166}],969:[,,{768:8060,769:974,787:8032,788:8033,834:8182,837:8179}],970:[[953,776],,{768:8146,769:912,834:8151}],971:[[965,776],,{768:8162,769:944,834:8167}],972:[[959,769]],973:[[965,769]],974:[[969,769],,{837:8180}],976:[[946],256],977:[[952],256],978:[[933],256,{769:979,776:980}],979:[[978,769]],980:[[978,776]],981:[[966],256],982:[[960],256],1008:[[954],256],1009:[[961],256],1010:[[962],256],1012:[[920],256],1013:[[949],256],1017:[[931],256],66422:[,230],66423:[,230],66424:[,230],66425:[,230],66426:[,230]},1024:{1024:[[1045,768]],1025:[[1045,776]],1027:[[1043,769]],1030:[,,{776:1031}],1031:[[1030,776]],1036:[[1050,769]],1037:[[1048,768]],1038:[[1059,774]],1040:[,,{774:1232,776:1234}],1043:[,,{769:1027}],1045:[,,{768:1024,774:1238,776:1025}],1046:[,,{774:1217,776:1244}],1047:[,,{776:1246}],1048:[,,{768:1037,772:1250,774:1049,776:1252}],1049:[[1048,774]],1050:[,,{769:1036}],1054:[,,{776:1254}],1059:[,,{772:1262,774:1038,776:1264,779:1266}],1063:[,,{776:1268}],1067:[,,{776:1272}],1069:[,,{776:1260}],1072:[,,{774:1233,776:1235}],1075:[,,{769:1107}],1077:[,,{768:1104,774:1239,776:1105}],1078:[,,{774:1218,776:1245}],1079:[,,{776:1247}],1080:[,,{768:1117,772:1251,774:1081,776:1253}],1081:[[1080,774]],1082:[,,{769:1116}],1086:[,,{776:1255}],1091:[,,{772:1263,774:1118,776:1265,779:1267}],1095:[,,{776:1269}],1099:[,,{776:1273}],1101:[,,{776:1261}],1104:[[1077,768]],1105:[[1077,776]],1107:[[1075,769]],1110:[,,{776:1111}],1111:[[1110,776]],1116:[[1082,769]],1117:[[1080,768]],1118:[[1091,774]],1140:[,,{783:1142}],1141:[,,{783:1143}],1142:[[1140,783]],1143:[[1141,783]],1155:[,230],1156:[,230],1157:[,230],1158:[,230],1159:[,230],1217:[[1046,774]],1218:[[1078,774]],1232:[[1040,774]],1233:[[1072,774]],1234:[[1040,776]],1235:[[1072,776]],1238:[[1045,774]],1239:[[1077,774]],1240:[,,{776:1242}],1241:[,,{776:1243}],1242:[[1240,776]],1243:[[1241,776]],1244:[[1046,776]],1245:[[1078,776]],1246:[[1047,776]],1247:[[1079,776]],1250:[[1048,772]],1251:[[1080,772]],1252:[[1048,776]],1253:[[1080,776]],1254:[[1054,776]],1255:[[1086,776]],1256:[,,{776:1258}],1257:[,,{776:1259}],1258:[[1256,776]],1259:[[1257,776]],1260:[[1069,776]],1261:[[1101,776]],1262:[[1059,772]],1263:[[1091,772]],1264:[[1059,776]],1265:[[1091,776]],1266:[[1059,779]],1267:[[1091,779]],1268:[[1063,776]],1269:[[1095,776]],1272:[[1067,776]],1273:[[1099,776]]},1280:{1415:[[1381,1410],256],1425:[,220],1426:[,230],1427:[,230],1428:[,230],1429:[,230],1430:[,220],1431:[,230],1432:[,230],1433:[,230],1434:[,222],1435:[,220],1436:[,230],1437:[,230],1438:[,230],1439:[,230],1440:[,230],1441:[,230],1442:[,220],1443:[,220],1444:[,220],1445:[,220],1446:[,220],1447:[,220],1448:[,230],1449:[,230],1450:[,220],1451:[,230],1452:[,230],1453:[,222],1454:[,228],1455:[,230],1456:[,10],1457:[,11],1458:[,12],1459:[,13],1460:[,14],1461:[,15],1462:[,16],1463:[,17],1464:[,18],1465:[,19],1466:[,19],1467:[,20],1468:[,21],1469:[,22],1471:[,23],1473:[,24],1474:[,25],1476:[,230],1477:[,220],1479:[,18]},1536:{1552:[,230],1553:[,230],1554:[,230],1555:[,230],1556:[,230],1557:[,230],1558:[,230],1559:[,230],1560:[,30],1561:[,31],1562:[,32],1570:[[1575,1619]],1571:[[1575,1620]],1572:[[1608,1620]],1573:[[1575,1621]],1574:[[1610,1620]],1575:[,,{1619:1570,1620:1571,1621:1573}],1608:[,,{1620:1572}],1610:[,,{1620:1574}],1611:[,27],1612:[,28],1613:[,29],1614:[,30],1615:[,31],1616:[,32],1617:[,33],1618:[,34],1619:[,230],1620:[,230],1621:[,220],1622:[,220],1623:[,230],1624:[,230],1625:[,230],1626:[,230],1627:[,230],1628:[,220],1629:[,230],1630:[,230],1631:[,220],1648:[,35],1653:[[1575,1652],256],1654:[[1608,1652],256],1655:[[1735,1652],256],1656:[[1610,1652],256],1728:[[1749,1620]],1729:[,,{1620:1730}],1730:[[1729,1620]],1746:[,,{1620:1747}],1747:[[1746,1620]],1749:[,,{1620:1728}],1750:[,230],1751:[,230],1752:[,230],1753:[,230],1754:[,230],1755:[,230],1756:[,230],1759:[,230],1760:[,230],1761:[,230],1762:[,230],1763:[,220],1764:[,230],1767:[,230],1768:[,230],1770:[,220],1771:[,230],1772:[,230],1773:[,220]},1792:{1809:[,36],1840:[,230],1841:[,220],1842:[,230],1843:[,230],1844:[,220],1845:[,230],1846:[,230],1847:[,220],1848:[,220],1849:[,220],1850:[,230],1851:[,220],1852:[,220],1853:[,230],1854:[,220],1855:[,230],1856:[,230],1857:[,230],1858:[,220],1859:[,230],1860:[,220],1861:[,230],1862:[,220],1863:[,230],1864:[,220],1865:[,230],1866:[,230],2027:[,230],2028:[,230],2029:[,230],2030:[,230],2031:[,230],2032:[,230],2033:[,230],2034:[,220],2035:[,230]},2048:{2070:[,230],2071:[,230],2072:[,230],2073:[,230],2075:[,230],2076:[,230],2077:[,230],2078:[,230],2079:[,230],2080:[,230],2081:[,230],2082:[,230],2083:[,230],2085:[,230],2086:[,230],2087:[,230],2089:[,230],2090:[,230],2091:[,230],2092:[,230],2093:[,230],2137:[,220],2138:[,220],2139:[,220],2276:[,230],2277:[,230],2278:[,220],2279:[,230],2280:[,230],2281:[,220],2282:[,230],2283:[,230],2284:[,230],2285:[,220],2286:[,220],2287:[,220],2288:[,27],2289:[,28],2290:[,29],2291:[,230],2292:[,230],2293:[,230],2294:[,220],2295:[,230],2296:[,230],2297:[,220],2298:[,220],2299:[,230],2300:[,230],2301:[,230],2302:[,230],2303:[,230]},2304:{2344:[,,{2364:2345}],2345:[[2344,2364]],2352:[,,{2364:2353}],2353:[[2352,2364]],2355:[,,{2364:2356}],2356:[[2355,2364]],2364:[,7],2381:[,9],2385:[,230],2386:[,220],2387:[,230],2388:[,230],2392:[[2325,2364],512],2393:[[2326,2364],512],2394:[[2327,2364],512],2395:[[2332,2364],512],2396:[[2337,2364],512],2397:[[2338,2364],512],2398:[[2347,2364],512],2399:[[2351,2364],512],2492:[,7],2503:[,,{2494:2507,2519:2508}],2507:[[2503,2494]],2508:[[2503,2519]],2509:[,9],2524:[[2465,2492],512],2525:[[2466,2492],512],2527:[[2479,2492],512]},2560:{2611:[[2610,2620],512],2614:[[2616,2620],512],2620:[,7],2637:[,9],2649:[[2582,2620],512],2650:[[2583,2620],512],2651:[[2588,2620],512],2654:[[2603,2620],512],2748:[,7],2765:[,9],68109:[,220],68111:[,230],68152:[,230],68153:[,1],68154:[,220],68159:[,9],68325:[,230],68326:[,220]},2816:{2876:[,7],2887:[,,{2878:2891,2902:2888,2903:2892}],2888:[[2887,2902]],2891:[[2887,2878]],2892:[[2887,2903]],2893:[,9],2908:[[2849,2876],512],2909:[[2850,2876],512],2962:[,,{3031:2964}],2964:[[2962,3031]],3014:[,,{3006:3018,3031:3020}],3015:[,,{3006:3019}],3018:[[3014,3006]],3019:[[3015,3006]],3020:[[3014,3031]],3021:[,9]},3072:{3142:[,,{3158:3144}],3144:[[3142,3158]],3149:[,9],3157:[,84],3158:[,91],3260:[,7],3263:[,,{3285:3264}],3264:[[3263,3285]],3270:[,,{3266:3274,3285:3271,3286:3272}],3271:[[3270,3285]],3272:[[3270,3286]],3274:[[3270,3266],,{3285:3275}],3275:[[3274,3285]],3277:[,9]},3328:{3398:[,,{3390:3402,3415:3404}],3399:[,,{3390:3403}],3402:[[3398,3390]],3403:[[3399,3390]],3404:[[3398,3415]],3405:[,9],3530:[,9],3545:[,,{3530:3546,3535:3548,3551:3550}],3546:[[3545,3530]],3548:[[3545,3535],,{3530:3549}],3549:[[3548,3530]],3550:[[3545,3551]]},3584:{3635:[[3661,3634],256],3640:[,103],3641:[,103],3642:[,9],3656:[,107],3657:[,107],3658:[,107],3659:[,107],3763:[[3789,3762],256],3768:[,118],3769:[,118],3784:[,122],3785:[,122],3786:[,122],3787:[,122],3804:[[3755,3737],256],3805:[[3755,3745],256]},3840:{3852:[[3851],256],3864:[,220],3865:[,220],3893:[,220],3895:[,220],3897:[,216],3907:[[3906,4023],512],3917:[[3916,4023],512],3922:[[3921,4023],512],3927:[[3926,4023],512],3932:[[3931,4023],512],3945:[[3904,4021],512],3953:[,129],3954:[,130],3955:[[3953,3954],512],3956:[,132],3957:[[3953,3956],512],3958:[[4018,3968],512],3959:[[4018,3969],256],3960:[[4019,3968],512],3961:[[4019,3969],256],3962:[,130],3963:[,130],3964:[,130],3965:[,130],3968:[,130],3969:[[3953,3968],512],3970:[,230],3971:[,230],3972:[,9],3974:[,230],3975:[,230],3987:[[3986,4023],512],3997:[[3996,4023],512],4002:[[4001,4023],512],4007:[[4006,4023],512],4012:[[4011,4023],512],4025:[[3984,4021],512],4038:[,220]},4096:{4133:[,,{4142:4134}],4134:[[4133,4142]],4151:[,7],4153:[,9],4154:[,9],4237:[,220],4348:[[4316],256],69702:[,9],69759:[,9],69785:[,,{69818:69786}],69786:[[69785,69818]],69787:[,,{69818:69788}],69788:[[69787,69818]],69797:[,,{69818:69803}],69803:[[69797,69818]],69817:[,9],69818:[,7]},4352:{69888:[,230],69889:[,230],69890:[,230],69934:[[69937,69927]],69935:[[69938,69927]],69937:[,,{69927:69934}],69938:[,,{69927:69935}],69939:[,9],69940:[,9],70003:[,7],70080:[,9]},4608:{70197:[,9],70198:[,7],70377:[,7],70378:[,9]},4864:{4957:[,230],4958:[,230],4959:[,230],70460:[,7],70471:[,,{70462:70475,70487:70476}],70475:[[70471,70462]],70476:[[70471,70487]],70477:[,9],70502:[,230],70503:[,230],70504:[,230],70505:[,230],70506:[,230],70507:[,230],70508:[,230],70512:[,230],70513:[,230],70514:[,230],70515:[,230],70516:[,230]},5120:{70841:[,,{70832:70844,70842:70843,70845:70846}],70843:[[70841,70842]],70844:[[70841,70832]],70846:[[70841,70845]],70850:[,9],70851:[,7]},5376:{71096:[,,{71087:71098}],71097:[,,{71087:71099}],71098:[[71096,71087]],71099:[[71097,71087]],71103:[,9],71104:[,7]},5632:{71231:[,9],71350:[,9],71351:[,7]},5888:{5908:[,9],5940:[,9],6098:[,9],6109:[,230]},6144:{6313:[,228]},6400:{6457:[,222],6458:[,230],6459:[,220]},6656:{6679:[,230],6680:[,220],6752:[,9],6773:[,230],6774:[,230],6775:[,230],6776:[,230],6777:[,230],6778:[,230],6779:[,230],6780:[,230],6783:[,220],6832:[,230],6833:[,230],6834:[,230],6835:[,230],6836:[,230],6837:[,220],6838:[,220],6839:[,220],6840:[,220],6841:[,220],6842:[,220],6843:[,230],6844:[,230],6845:[,220]},6912:{6917:[,,{6965:6918}],6918:[[6917,6965]],6919:[,,{6965:6920}],6920:[[6919,6965]],6921:[,,{6965:6922}],6922:[[6921,6965]],6923:[,,{6965:6924}],6924:[[6923,6965]],6925:[,,{6965:6926}],6926:[[6925,6965]],6929:[,,{6965:6930}],6930:[[6929,6965]],6964:[,7],6970:[,,{6965:6971}],6971:[[6970,6965]],6972:[,,{6965:6973}],6973:[[6972,6965]],6974:[,,{6965:6976}],6975:[,,{6965:6977}],6976:[[6974,6965]],6977:[[6975,6965]],6978:[,,{6965:6979}],6979:[[6978,6965]],6980:[,9],7019:[,230],7020:[,220],7021:[,230],7022:[,230],7023:[,230],7024:[,230],7025:[,230],7026:[,230],7027:[,230],7082:[,9],7083:[,9],7142:[,7],7154:[,9],7155:[,9]},7168:{7223:[,7],7376:[,230],7377:[,230],7378:[,230],7380:[,1],7381:[,220],7382:[,220],7383:[,220],7384:[,220],7385:[,220],7386:[,230],7387:[,230],7388:[,220],7389:[,220],7390:[,220],7391:[,220],7392:[,230],7394:[,1],7395:[,1],7396:[,1],7397:[,1],7398:[,1],7399:[,1],7400:[,1],7405:[,220],7412:[,230],7416:[,230],7417:[,230]},7424:{7468:[[65],256],7469:[[198],256],7470:[[66],256],7472:[[68],256],7473:[[69],256],7474:[[398],256],7475:[[71],256],7476:[[72],256],7477:[[73],256],7478:[[74],256],7479:[[75],256],7480:[[76],256],7481:[[77],256],7482:[[78],256],7484:[[79],256],7485:[[546],256],7486:[[80],256],7487:[[82],256],7488:[[84],256],7489:[[85],256],7490:[[87],256],7491:[[97],256],7492:[[592],256],7493:[[593],256],7494:[[7426],256],7495:[[98],256],7496:[[100],256],7497:[[101],256],7498:[[601],256],7499:[[603],256],7500:[[604],256],7501:[[103],256],7503:[[107],256],7504:[[109],256],7505:[[331],256],7506:[[111],256],7507:[[596],256],7508:[[7446],256],7509:[[7447],256],7510:[[112],256],7511:[[116],256],7512:[[117],256],7513:[[7453],256],7514:[[623],256],7515:[[118],256],7516:[[7461],256],7517:[[946],256],7518:[[947],256],7519:[[948],256],7520:[[966],256],7521:[[967],256],7522:[[105],256],7523:[[114],256],7524:[[117],256],7525:[[118],256],7526:[[946],256],7527:[[947],256],7528:[[961],256],7529:[[966],256],7530:[[967],256],7544:[[1085],256],7579:[[594],256],7580:[[99],256],7581:[[597],256],7582:[[240],256],7583:[[604],256],7584:[[102],256],7585:[[607],256],7586:[[609],256],7587:[[613],256],7588:[[616],256],7589:[[617],256],7590:[[618],256],7591:[[7547],256],7592:[[669],256],7593:[[621],256],7594:[[7557],256],7595:[[671],256],7596:[[625],256],7597:[[624],256],7598:[[626],256],7599:[[627],256],7600:[[628],256],7601:[[629],256],7602:[[632],256],7603:[[642],256],7604:[[643],256],7605:[[427],256],7606:[[649],256],7607:[[650],256],7608:[[7452],256],7609:[[651],256],7610:[[652],256],7611:[[122],256],7612:[[656],256],7613:[[657],256],7614:[[658],256],7615:[[952],256],7616:[,230],7617:[,230],7618:[,220],7619:[,230],7620:[,230],7621:[,230],7622:[,230],7623:[,230],7624:[,230],7625:[,230],7626:[,220],7627:[,230],7628:[,230],7629:[,234],7630:[,214],7631:[,220],7632:[,202],7633:[,230],7634:[,230],7635:[,230],7636:[,230],7637:[,230],7638:[,230],7639:[,230],7640:[,230],7641:[,230],7642:[,230],7643:[,230],7644:[,230],7645:[,230],7646:[,230],7647:[,230],7648:[,230],7649:[,230],7650:[,230],7651:[,230],7652:[,230],7653:[,230],7654:[,230],7655:[,230],7656:[,230],7657:[,230],7658:[,230],7659:[,230],7660:[,230],7661:[,230],7662:[,230],7663:[,230],7664:[,230],7665:[,230],7666:[,230],7667:[,230],7668:[,230],7669:[,230],7676:[,233],7677:[,220],7678:[,230],7679:[,220]},7680:{7680:[[65,805]],7681:[[97,805]],7682:[[66,775]],7683:[[98,775]],7684:[[66,803]],7685:[[98,803]],7686:[[66,817]],7687:[[98,817]],7688:[[199,769]],7689:[[231,769]],7690:[[68,775]],7691:[[100,775]],7692:[[68,803]],7693:[[100,803]],7694:[[68,817]],7695:[[100,817]],7696:[[68,807]],7697:[[100,807]],7698:[[68,813]],7699:[[100,813]],7700:[[274,768]],7701:[[275,768]],7702:[[274,769]],7703:[[275,769]],7704:[[69,813]],7705:[[101,813]],7706:[[69,816]],7707:[[101,816]],7708:[[552,774]],7709:[[553,774]],7710:[[70,775]],7711:[[102,775]],7712:[[71,772]],7713:[[103,772]],7714:[[72,775]],7715:[[104,775]],7716:[[72,803]],7717:[[104,803]],7718:[[72,776]],7719:[[104,776]],7720:[[72,807]],7721:[[104,807]],7722:[[72,814]],7723:[[104,814]],7724:[[73,816]],7725:[[105,816]],7726:[[207,769]],7727:[[239,769]],7728:[[75,769]],7729:[[107,769]],7730:[[75,803]],7731:[[107,803]],7732:[[75,817]],7733:[[107,817]],7734:[[76,803],,{772:7736}],7735:[[108,803],,{772:7737}],7736:[[7734,772]],7737:[[7735,772]],7738:[[76,817]],7739:[[108,817]],7740:[[76,813]],7741:[[108,813]],7742:[[77,769]],7743:[[109,769]],7744:[[77,775]],7745:[[109,775]],7746:[[77,803]],7747:[[109,803]],7748:[[78,775]],7749:[[110,775]],7750:[[78,803]],7751:[[110,803]],7752:[[78,817]],7753:[[110,817]],7754:[[78,813]],7755:[[110,813]],7756:[[213,769]],7757:[[245,769]],7758:[[213,776]],7759:[[245,776]],7760:[[332,768]],7761:[[333,768]],7762:[[332,769]],7763:[[333,769]],7764:[[80,769]],7765:[[112,769]],7766:[[80,775]],7767:[[112,775]],7768:[[82,775]],7769:[[114,775]],7770:[[82,803],,{772:7772}],7771:[[114,803],,{772:7773}],7772:[[7770,772]],7773:[[7771,772]],7774:[[82,817]],7775:[[114,817]],7776:[[83,775]],7777:[[115,775]],7778:[[83,803],,{775:7784}],7779:[[115,803],,{775:7785}],7780:[[346,775]],7781:[[347,775]],7782:[[352,775]],7783:[[353,775]],7784:[[7778,775]],7785:[[7779,775]],7786:[[84,775]],7787:[[116,775]],7788:[[84,803]],7789:[[116,803]],7790:[[84,817]],7791:[[116,817]],7792:[[84,813]],7793:[[116,813]],7794:[[85,804]],7795:[[117,804]],7796:[[85,816]],7797:[[117,816]],7798:[[85,813]],7799:[[117,813]],7800:[[360,769]],7801:[[361,769]],7802:[[362,776]],7803:[[363,776]],7804:[[86,771]],7805:[[118,771]],7806:[[86,803]],7807:[[118,803]],7808:[[87,768]],7809:[[119,768]],7810:[[87,769]],7811:[[119,769]],7812:[[87,776]],7813:[[119,776]],7814:[[87,775]],7815:[[119,775]],7816:[[87,803]],7817:[[119,803]],7818:[[88,775]],7819:[[120,775]],7820:[[88,776]],7821:[[120,776]],7822:[[89,775]],7823:[[121,775]],7824:[[90,770]],7825:[[122,770]],7826:[[90,803]],7827:[[122,803]],7828:[[90,817]],7829:[[122,817]],7830:[[104,817]],7831:[[116,776]],7832:[[119,778]],7833:[[121,778]],7834:[[97,702],256],7835:[[383,775]],7840:[[65,803],,{770:7852,774:7862}],7841:[[97,803],,{770:7853,774:7863}],7842:[[65,777]],7843:[[97,777]],7844:[[194,769]],7845:[[226,769]],7846:[[194,768]],7847:[[226,768]],7848:[[194,777]],7849:[[226,777]],7850:[[194,771]],7851:[[226,771]],7852:[[7840,770]],7853:[[7841,770]],7854:[[258,769]],7855:[[259,769]],7856:[[258,768]],7857:[[259,768]],7858:[[258,777]],7859:[[259,777]],7860:[[258,771]],7861:[[259,771]],7862:[[7840,774]],7863:[[7841,774]],7864:[[69,803],,{770:7878}],7865:[[101,803],,{770:7879}],7866:[[69,777]],7867:[[101,777]],7868:[[69,771]],7869:[[101,771]],7870:[[202,769]],7871:[[234,769]],7872:[[202,768]],7873:[[234,768]],7874:[[202,777]],7875:[[234,777]],7876:[[202,771]],7877:[[234,771]],7878:[[7864,770]],7879:[[7865,770]],7880:[[73,777]],7881:[[105,777]],7882:[[73,803]],7883:[[105,803]],7884:[[79,803],,{770:7896}],7885:[[111,803],,{770:7897}],7886:[[79,777]],7887:[[111,777]],7888:[[212,769]],7889:[[244,769]],7890:[[212,768]],7891:[[244,768]],7892:[[212,777]],7893:[[244,777]],7894:[[212,771]],7895:[[244,771]],7896:[[7884,770]],7897:[[7885,770]],7898:[[416,769]],7899:[[417,769]],7900:[[416,768]],7901:[[417,768]],7902:[[416,777]],7903:[[417,777]],7904:[[416,771]],7905:[[417,771]],7906:[[416,803]],7907:[[417,803]],7908:[[85,803]],7909:[[117,803]],7910:[[85,777]],7911:[[117,777]],7912:[[431,769]],7913:[[432,769]],7914:[[431,768]],7915:[[432,768]],7916:[[431,777]],7917:[[432,777]],7918:[[431,771]],7919:[[432,771]],7920:[[431,803]],7921:[[432,803]],7922:[[89,768]],7923:[[121,768]],7924:[[89,803]],7925:[[121,803]],7926:[[89,777]],7927:[[121,777]],7928:[[89,771]],7929:[[121,771]]},7936:{7936:[[945,787],,{768:7938,769:7940,834:7942,837:8064}],7937:[[945,788],,{768:7939,769:7941,834:7943,837:8065}],7938:[[7936,768],,{837:8066}],7939:[[7937,768],,{837:8067}],7940:[[7936,769],,{837:8068}],7941:[[7937,769],,{837:8069}],7942:[[7936,834],,{837:8070}],7943:[[7937,834],,{837:8071}],7944:[[913,787],,{768:7946,769:7948,834:7950,837:8072}],7945:[[913,788],,{768:7947,769:7949,834:7951,837:8073}],7946:[[7944,768],,{837:8074}],7947:[[7945,768],,{837:8075}],7948:[[7944,769],,{837:8076}],7949:[[7945,769],,{837:8077}],7950:[[7944,834],,{837:8078}],7951:[[7945,834],,{837:8079}],7952:[[949,787],,{768:7954,769:7956}],7953:[[949,788],,{768:7955,769:7957}],7954:[[7952,768]],7955:[[7953,768]],7956:[[7952,769]],7957:[[7953,769]],7960:[[917,787],,{768:7962,769:7964}],7961:[[917,788],,{768:7963,769:7965}],7962:[[7960,768]],7963:[[7961,768]],7964:[[7960,769]],7965:[[7961,769]],7968:[[951,787],,{768:7970,769:7972,834:7974,837:8080}],7969:[[951,788],,{768:7971,769:7973,834:7975,837:8081}],7970:[[7968,768],,{837:8082}],7971:[[7969,768],,{837:8083}],7972:[[7968,769],,{837:8084}],7973:[[7969,769],,{837:8085}],7974:[[7968,834],,{837:8086}],7975:[[7969,834],,{837:8087}],7976:[[919,787],,{768:7978,769:7980,834:7982,837:8088}],7977:[[919,788],,{768:7979,769:7981,834:7983,837:8089}],7978:[[7976,768],,{837:8090}],7979:[[7977,768],,{837:8091}],7980:[[7976,769],,{837:8092}],7981:[[7977,769],,{837:8093}],7982:[[7976,834],,{837:8094}],7983:[[7977,834],,{837:8095}],7984:[[953,787],,{768:7986,769:7988,834:7990}],7985:[[953,788],,{768:7987,769:7989,834:7991}],7986:[[7984,768]],7987:[[7985,768]],7988:[[7984,769]],7989:[[7985,769]],7990:[[7984,834]],7991:[[7985,834]],7992:[[921,787],,{768:7994,769:7996,834:7998}],7993:[[921,788],,{768:7995,769:7997,834:7999}],7994:[[7992,768]],7995:[[7993,768]],7996:[[7992,769]],7997:[[7993,769]],7998:[[7992,834]],7999:[[7993,834]],8e3:[[959,787],,{768:8002,769:8004}],8001:[[959,788],,{768:8003,769:8005}],8002:[[8e3,768]],8003:[[8001,768]],8004:[[8e3,769]],8005:[[8001,769]],8008:[[927,787],,{768:8010,769:8012}],8009:[[927,788],,{768:8011,769:8013}],8010:[[8008,768]],8011:[[8009,768]],8012:[[8008,769]],8013:[[8009,769]],8016:[[965,787],,{768:8018,769:8020,834:8022}],8017:[[965,788],,{768:8019,769:8021,834:8023}],8018:[[8016,768]],8019:[[8017,768]],8020:[[8016,769]],8021:[[8017,769]],8022:[[8016,834]],8023:[[8017,834]],8025:[[933,788],,{768:8027,769:8029,834:8031}],8027:[[8025,768]],8029:[[8025,769]],8031:[[8025,834]],8032:[[969,787],,{768:8034,769:8036,834:8038,837:8096}],8033:[[969,788],,{768:8035,769:8037,834:8039,837:8097}],8034:[[8032,768],,{837:8098}],8035:[[8033,768],,{837:8099}],8036:[[8032,769],,{837:8100}],8037:[[8033,769],,{837:8101}],8038:[[8032,834],,{837:8102}],8039:[[8033,834],,{837:8103}],8040:[[937,787],,{768:8042,769:8044,834:8046,837:8104}],8041:[[937,788],,{768:8043,769:8045,834:8047,837:8105}],8042:[[8040,768],,{837:8106}],8043:[[8041,768],,{837:8107}],8044:[[8040,769],,{837:8108}],8045:[[8041,769],,{837:8109}],8046:[[8040,834],,{837:8110}],8047:[[8041,834],,{837:8111}],8048:[[945,768],,{837:8114}],8049:[[940]],8050:[[949,768]],8051:[[941]],8052:[[951,768],,{837:8130}],8053:[[942]],8054:[[953,768]],8055:[[943]],8056:[[959,768]],8057:[[972]],8058:[[965,768]],8059:[[973]],8060:[[969,768],,{837:8178}],8061:[[974]],8064:[[7936,837]],8065:[[7937,837]],8066:[[7938,837]],8067:[[7939,837]],8068:[[7940,837]],8069:[[7941,837]],8070:[[7942,837]],8071:[[7943,837]],8072:[[7944,837]],8073:[[7945,837]],8074:[[7946,837]],8075:[[7947,837]],8076:[[7948,837]],8077:[[7949,837]],8078:[[7950,837]],8079:[[7951,837]],8080:[[7968,837]],8081:[[7969,837]],8082:[[7970,837]],8083:[[7971,837]],8084:[[7972,837]],8085:[[7973,837]],8086:[[7974,837]],8087:[[7975,837]],8088:[[7976,837]],8089:[[7977,837]],8090:[[7978,837]],8091:[[7979,837]],8092:[[7980,837]],8093:[[7981,837]],8094:[[7982,837]],8095:[[7983,837]],8096:[[8032,837]],8097:[[8033,837]],8098:[[8034,837]],8099:[[8035,837]],8100:[[8036,837]],8101:[[8037,837]],8102:[[8038,837]],8103:[[8039,837]],8104:[[8040,837]],8105:[[8041,837]],8106:[[8042,837]],8107:[[8043,837]],8108:[[8044,837]],8109:[[8045,837]],8110:[[8046,837]],8111:[[8047,837]],8112:[[945,774]],8113:[[945,772]],8114:[[8048,837]],8115:[[945,837]],8116:[[940,837]],8118:[[945,834],,{837:8119}],8119:[[8118,837]],8120:[[913,774]],8121:[[913,772]],8122:[[913,768]],8123:[[902]],8124:[[913,837]],8125:[[32,787],256],8126:[[953]],8127:[[32,787],256,{768:8141,769:8142,834:8143}],8128:[[32,834],256],8129:[[168,834]],8130:[[8052,837]],8131:[[951,837]],8132:[[942,837]],8134:[[951,834],,{837:8135}],8135:[[8134,837]],8136:[[917,768]],8137:[[904]],8138:[[919,768]],8139:[[905]],8140:[[919,837]],8141:[[8127,768]],8142:[[8127,769]],8143:[[8127,834]],8144:[[953,774]],8145:[[953,772]],8146:[[970,768]],8147:[[912]],8150:[[953,834]],8151:[[970,834]],8152:[[921,774]],8153:[[921,772]],8154:[[921,768]],8155:[[906]],8157:[[8190,768]],8158:[[8190,769]],8159:[[8190,834]],8160:[[965,774]],8161:[[965,772]],8162:[[971,768]],8163:[[944]],8164:[[961,787]],8165:[[961,788]],8166:[[965,834]],8167:[[971,834]],8168:[[933,774]],8169:[[933,772]],8170:[[933,768]],8171:[[910]],8172:[[929,788]],8173:[[168,768]],8174:[[901]],8175:[[96]],8178:[[8060,837]],8179:[[969,837]],8180:[[974,837]],8182:[[969,834],,{837:8183}],8183:[[8182,837]],8184:[[927,768]],8185:[[908]],8186:[[937,768]],8187:[[911]],8188:[[937,837]],8189:[[180]],8190:[[32,788],256,{768:8157,769:8158,834:8159}]},8192:{8192:[[8194]],8193:[[8195]],8194:[[32],256],8195:[[32],256],8196:[[32],256],8197:[[32],256],8198:[[32],256],8199:[[32],256],8200:[[32],256],8201:[[32],256],8202:[[32],256],8209:[[8208],256],8215:[[32,819],256],8228:[[46],256],8229:[[46,46],256],8230:[[46,46,46],256],8239:[[32],256],8243:[[8242,8242],256],8244:[[8242,8242,8242],256],8246:[[8245,8245],256],8247:[[8245,8245,8245],256],8252:[[33,33],256],8254:[[32,773],256],8263:[[63,63],256],8264:[[63,33],256],8265:[[33,63],256],8279:[[8242,8242,8242,8242],256],8287:[[32],256],8304:[[48],256],8305:[[105],256],8308:[[52],256],8309:[[53],256],8310:[[54],256],8311:[[55],256],8312:[[56],256],8313:[[57],256],8314:[[43],256],8315:[[8722],256],8316:[[61],256],8317:[[40],256],8318:[[41],256],8319:[[110],256],8320:[[48],256],8321:[[49],256],8322:[[50],256],8323:[[51],256],8324:[[52],256],8325:[[53],256],8326:[[54],256],8327:[[55],256],8328:[[56],256],8329:[[57],256],8330:[[43],256],8331:[[8722],256],8332:[[61],256],8333:[[40],256],8334:[[41],256],8336:[[97],256],8337:[[101],256],8338:[[111],256],8339:[[120],256],8340:[[601],256],8341:[[104],256],8342:[[107],256],8343:[[108],256],8344:[[109],256],8345:[[110],256],8346:[[112],256],8347:[[115],256],8348:[[116],256],8360:[[82,115],256],8400:[,230],8401:[,230],8402:[,1],8403:[,1],8404:[,230],8405:[,230],8406:[,230],8407:[,230],8408:[,1],8409:[,1],8410:[,1],8411:[,230],8412:[,230],8417:[,230],8421:[,1],8422:[,1],8423:[,230],8424:[,220],8425:[,230],8426:[,1],8427:[,1],8428:[,220],8429:[,220],8430:[,220],8431:[,220],8432:[,230]},8448:{8448:[[97,47,99],256],8449:[[97,47,115],256],8450:[[67],256],8451:[[176,67],256],8453:[[99,47,111],256],8454:[[99,47,117],256],8455:[[400],256],8457:[[176,70],256],8458:[[103],256],8459:[[72],256],8460:[[72],256],8461:[[72],256],8462:[[104],256],8463:[[295],256],8464:[[73],256],8465:[[73],256],8466:[[76],256],8467:[[108],256],8469:[[78],256],8470:[[78,111],256],8473:[[80],256],8474:[[81],256],8475:[[82],256],8476:[[82],256],8477:[[82],256],8480:[[83,77],256],8481:[[84,69,76],256],8482:[[84,77],256],8484:[[90],256],8486:[[937]],8488:[[90],256],8490:[[75]],8491:[[197]],8492:[[66],256],8493:[[67],256],8495:[[101],256],8496:[[69],256],8497:[[70],256],8499:[[77],256],8500:[[111],256],8501:[[1488],256],8502:[[1489],256],8503:[[1490],256],8504:[[1491],256],8505:[[105],256],8507:[[70,65,88],256],8508:[[960],256],8509:[[947],256],8510:[[915],256],8511:[[928],256],8512:[[8721],256],8517:[[68],256],8518:[[100],256],8519:[[101],256],8520:[[105],256],8521:[[106],256],8528:[[49,8260,55],256],8529:[[49,8260,57],256],8530:[[49,8260,49,48],256],8531:[[49,8260,51],256],8532:[[50,8260,51],256],8533:[[49,8260,53],256],8534:[[50,8260,53],256],8535:[[51,8260,53],256],8536:[[52,8260,53],256],8537:[[49,8260,54],256],8538:[[53,8260,54],256],8539:[[49,8260,56],256],8540:[[51,8260,56],256],8541:[[53,8260,56],256],8542:[[55,8260,56],256],8543:[[49,8260],256],8544:[[73],256],8545:[[73,73],256],8546:[[73,73,73],256],8547:[[73,86],256],8548:[[86],256],8549:[[86,73],256],8550:[[86,73,73],256],8551:[[86,73,73,73],256],8552:[[73,88],256],8553:[[88],256],8554:[[88,73],256],8555:[[88,73,73],256],8556:[[76],256],8557:[[67],256],8558:[[68],256],8559:[[77],256],8560:[[105],256],8561:[[105,105],256],8562:[[105,105,105],256],8563:[[105,118],256],8564:[[118],256],8565:[[118,105],256],8566:[[118,105,105],256],8567:[[118,105,105,105],256],8568:[[105,120],256],8569:[[120],256],8570:[[120,105],256],8571:[[120,105,105],256],8572:[[108],256],8573:[[99],256],8574:[[100],256],8575:[[109],256],8585:[[48,8260,51],256],8592:[,,{824:8602}],8594:[,,{824:8603}],8596:[,,{824:8622}],8602:[[8592,824]],8603:[[8594,824]],8622:[[8596,824]],8653:[[8656,824]],8654:[[8660,824]],8655:[[8658,824]],8656:[,,{824:8653}],8658:[,,{824:8655}],8660:[,,{824:8654}]},8704:{8707:[,,{824:8708}],8708:[[8707,824]],8712:[,,{824:8713}],8713:[[8712,824]],8715:[,,{824:8716}],8716:[[8715,824]],8739:[,,{824:8740}],8740:[[8739,824]],8741:[,,{824:8742}],8742:[[8741,824]],8748:[[8747,8747],256],8749:[[8747,8747,8747],256],8751:[[8750,8750],256],8752:[[8750,8750,8750],256],8764:[,,{824:8769}],8769:[[8764,824]],8771:[,,{824:8772}],8772:[[8771,824]],8773:[,,{824:8775}],8775:[[8773,824]],8776:[,,{824:8777}],8777:[[8776,824]],8781:[,,{824:8813}],8800:[[61,824]],8801:[,,{824:8802}],8802:[[8801,824]],8804:[,,{824:8816}],8805:[,,{824:8817}],8813:[[8781,824]],8814:[[60,824]],8815:[[62,824]],8816:[[8804,824]],8817:[[8805,824]],8818:[,,{824:8820}],8819:[,,{824:8821}],8820:[[8818,824]],8821:[[8819,824]],8822:[,,{824:8824}],8823:[,,{824:8825}],8824:[[8822,824]],8825:[[8823,824]],8826:[,,{824:8832}],8827:[,,{824:8833}],8828:[,,{824:8928}],8829:[,,{824:8929}],8832:[[8826,824]],8833:[[8827,824]],8834:[,,{824:8836}],8835:[,,{824:8837}],8836:[[8834,824]],8837:[[8835,824]],8838:[,,{824:8840}],8839:[,,{824:8841}],8840:[[8838,824]],8841:[[8839,824]],8849:[,,{824:8930}],8850:[,,{824:8931}],8866:[,,{824:8876}],8872:[,,{824:8877}],8873:[,,{824:8878}],8875:[,,{824:8879}],8876:[[8866,824]],8877:[[8872,824]],8878:[[8873,824]],8879:[[8875,824]],8882:[,,{824:8938}],8883:[,,{824:8939}],8884:[,,{824:8940}],8885:[,,{824:8941}],8928:[[8828,824]],8929:[[8829,824]],8930:[[8849,824]],8931:[[8850,824]],8938:[[8882,824]],8939:[[8883,824]],8940:[[8884,824]],8941:[[8885,824]]},8960:{9001:[[12296]],9002:[[12297]]},9216:{9312:[[49],256],9313:[[50],256],9314:[[51],256],9315:[[52],256],9316:[[53],256],9317:[[54],256],9318:[[55],256],9319:[[56],256],9320:[[57],256],9321:[[49,48],256],9322:[[49,49],256],9323:[[49,50],256],9324:[[49,51],256],9325:[[49,52],256],9326:[[49,53],256],9327:[[49,54],256],9328:[[49,55],256],9329:[[49,56],256],9330:[[49,57],256],9331:[[50,48],256],9332:[[40,49,41],256],9333:[[40,50,41],256],9334:[[40,51,41],256],9335:[[40,52,41],256],9336:[[40,53,41],256],9337:[[40,54,41],256],9338:[[40,55,41],256],9339:[[40,56,41],256],9340:[[40,57,41],256],9341:[[40,49,48,41],256],9342:[[40,49,49,41],256],9343:[[40,49,50,41],256],9344:[[40,49,51,41],256],9345:[[40,49,52,41],256],9346:[[40,49,53,41],256],9347:[[40,49,54,41],256],9348:[[40,49,55,41],256],9349:[[40,49,56,41],256],9350:[[40,49,57,41],256],9351:[[40,50,48,41],256],9352:[[49,46],256],9353:[[50,46],256],9354:[[51,46],256],9355:[[52,46],256],9356:[[53,46],256],9357:[[54,46],256],9358:[[55,46],256],9359:[[56,46],256],9360:[[57,46],256],9361:[[49,48,46],256],9362:[[49,49,46],256],9363:[[49,50,46],256],9364:[[49,51,46],256],9365:[[49,52,46],256],9366:[[49,53,46],256],9367:[[49,54,46],256],9368:[[49,55,46],256],9369:[[49,56,46],256],9370:[[49,57,46],256],9371:[[50,48,46],256],9372:[[40,97,41],256],9373:[[40,98,41],256],9374:[[40,99,41],256],9375:[[40,100,41],256],9376:[[40,101,41],256],9377:[[40,102,41],256],9378:[[40,103,41],256],9379:[[40,104,41],256],9380:[[40,105,41],256],9381:[[40,106,41],256],9382:[[40,107,41],256],9383:[[40,108,41],256],9384:[[40,109,41],256],9385:[[40,110,41],256],9386:[[40,111,41],256],9387:[[40,112,41],256],9388:[[40,113,41],256],9389:[[40,114,41],256],9390:[[40,115,41],256],9391:[[40,116,41],256],9392:[[40,117,41],256],9393:[[40,118,41],256],9394:[[40,119,41],256],9395:[[40,120,41],256],9396:[[40,121,41],256],9397:[[40,122,41],256],9398:[[65],256],9399:[[66],256],9400:[[67],256],9401:[[68],256],9402:[[69],256],9403:[[70],256],9404:[[71],256],9405:[[72],256],9406:[[73],256],9407:[[74],256],9408:[[75],256],9409:[[76],256],9410:[[77],256],9411:[[78],256],9412:[[79],256],9413:[[80],256],9414:[[81],256],9415:[[82],256],9416:[[83],256],9417:[[84],256],9418:[[85],256],9419:[[86],256],9420:[[87],256],9421:[[88],256],9422:[[89],256],9423:[[90],256],9424:[[97],256],9425:[[98],256],9426:[[99],256],9427:[[100],256],9428:[[101],256],9429:[[102],256],9430:[[103],256],9431:[[104],256],9432:[[105],256],9433:[[106],256],9434:[[107],256],9435:[[108],256],9436:[[109],256],9437:[[110],256],9438:[[111],256],9439:[[112],256],9440:[[113],256],9441:[[114],256],9442:[[115],256],9443:[[116],256],9444:[[117],256],9445:[[118],256],9446:[[119],256],9447:[[120],256],9448:[[121],256],9449:[[122],256],9450:[[48],256]},10752:{10764:[[8747,8747,8747,8747],256],10868:[[58,58,61],256],10869:[[61,61],256],10870:[[61,61,61],256],10972:[[10973,824],512]},11264:{11388:[[106],256],11389:[[86],256],11503:[,230],11504:[,230],11505:[,230]},11520:{11631:[[11617],256],11647:[,9],11744:[,230],11745:[,230],11746:[,230],11747:[,230],11748:[,230],11749:[,230],11750:[,230],11751:[,230],11752:[,230],11753:[,230],11754:[,230],11755:[,230],11756:[,230],11757:[,230],11758:[,230],11759:[,230],11760:[,230],11761:[,230],11762:[,230],11763:[,230],11764:[,230],11765:[,230],11766:[,230],11767:[,230],11768:[,230],11769:[,230],11770:[,230],11771:[,230],11772:[,230],11773:[,230],11774:[,230],11775:[,230]},11776:{11935:[[27597],256],12019:[[40863],256]},12032:{12032:[[19968],256],12033:[[20008],256],12034:[[20022],256],12035:[[20031],256],12036:[[20057],256],12037:[[20101],256],12038:[[20108],256],12039:[[20128],256],12040:[[20154],256],12041:[[20799],256],12042:[[20837],256],12043:[[20843],256],12044:[[20866],256],12045:[[20886],256],12046:[[20907],256],12047:[[20960],256],12048:[[20981],256],12049:[[20992],256],12050:[[21147],256],12051:[[21241],256],12052:[[21269],256],12053:[[21274],256],12054:[[21304],256],12055:[[21313],256],12056:[[21340],256],12057:[[21353],256],12058:[[21378],256],12059:[[21430],256],12060:[[21448],256],12061:[[21475],256],12062:[[22231],256],12063:[[22303],256],12064:[[22763],256],12065:[[22786],256],12066:[[22794],256],12067:[[22805],256],12068:[[22823],256],12069:[[22899],256],12070:[[23376],256],12071:[[23424],256],12072:[[23544],256],12073:[[23567],256],12074:[[23586],256],12075:[[23608],256],12076:[[23662],256],12077:[[23665],256],12078:[[24027],256],12079:[[24037],256],12080:[[24049],256],12081:[[24062],256],12082:[[24178],256],12083:[[24186],256],12084:[[24191],256],12085:[[24308],256],12086:[[24318],256],12087:[[24331],256],12088:[[24339],256],12089:[[24400],256],12090:[[24417],256],12091:[[24435],256],12092:[[24515],256],12093:[[25096],256],12094:[[25142],256],12095:[[25163],256],12096:[[25903],256],12097:[[25908],256],12098:[[25991],256],12099:[[26007],256],12100:[[26020],256],12101:[[26041],256],12102:[[26080],256],12103:[[26085],256],12104:[[26352],256],12105:[[26376],256],12106:[[26408],256],12107:[[27424],256],12108:[[27490],256],12109:[[27513],256],12110:[[27571],256],12111:[[27595],256],12112:[[27604],256],12113:[[27611],256],12114:[[27663],256],12115:[[27668],256],12116:[[27700],256],12117:[[28779],256],12118:[[29226],256],12119:[[29238],256],12120:[[29243],256],12121:[[29247],256],12122:[[29255],256],12123:[[29273],256],12124:[[29275],256],12125:[[29356],256],12126:[[29572],256],12127:[[29577],256],12128:[[29916],256],12129:[[29926],256],12130:[[29976],256],12131:[[29983],256],12132:[[29992],256],12133:[[3e4],256],12134:[[30091],256],12135:[[30098],256],12136:[[30326],256],12137:[[30333],256],12138:[[30382],256],12139:[[30399],256],12140:[[30446],256],12141:[[30683],256],12142:[[30690],256],12143:[[30707],256],12144:[[31034],256],12145:[[31160],256],12146:[[31166],256],12147:[[31348],256],12148:[[31435],256],12149:[[31481],256],12150:[[31859],256],12151:[[31992],256],12152:[[32566],256],12153:[[32593],256],12154:[[32650],256],12155:[[32701],256],12156:[[32769],256],12157:[[32780],256],12158:[[32786],256],12159:[[32819],256],12160:[[32895],256],12161:[[32905],256],12162:[[33251],256],12163:[[33258],256],12164:[[33267],256],12165:[[33276],256],12166:[[33292],256],12167:[[33307],256],12168:[[33311],256],12169:[[33390],256],12170:[[33394],256],12171:[[33400],256],12172:[[34381],256],12173:[[34411],256],12174:[[34880],256],12175:[[34892],256],12176:[[34915],256],12177:[[35198],256],12178:[[35211],256],12179:[[35282],256],12180:[[35328],256],12181:[[35895],256],12182:[[35910],256],12183:[[35925],256],12184:[[35960],256],12185:[[35997],256],12186:[[36196],256],12187:[[36208],256],12188:[[36275],256],12189:[[36523],256],12190:[[36554],256],12191:[[36763],256],12192:[[36784],256],12193:[[36789],256],12194:[[37009],256],12195:[[37193],256],12196:[[37318],256],12197:[[37324],256],12198:[[37329],256],12199:[[38263],256],12200:[[38272],256],12201:[[38428],256],12202:[[38582],256],12203:[[38585],256],12204:[[38632],256],12205:[[38737],256],12206:[[38750],256],12207:[[38754],256],12208:[[38761],256],12209:[[38859],256],12210:[[38893],256],12211:[[38899],256],12212:[[38913],256],12213:[[39080],256],12214:[[39131],256],12215:[[39135],256],12216:[[39318],256],12217:[[39321],256],12218:[[39340],256],12219:[[39592],256],12220:[[39640],256],12221:[[39647],256],12222:[[39717],256],12223:[[39727],256],12224:[[39730],256],12225:[[39740],256],12226:[[39770],256],12227:[[40165],256],12228:[[40565],256],12229:[[40575],256],12230:[[40613],256],12231:[[40635],256],12232:[[40643],256],12233:[[40653],256],12234:[[40657],256],12235:[[40697],256],12236:[[40701],256],12237:[[40718],256],12238:[[40723],256],12239:[[40736],256],12240:[[40763],256],12241:[[40778],256],12242:[[40786],256],12243:[[40845],256],12244:[[40860],256],12245:[[40864],256]},12288:{12288:[[32],256],12330:[,218],12331:[,228],12332:[,232],12333:[,222],12334:[,224],12335:[,224],12342:[[12306],256],12344:[[21313],256],12345:[[21316],256],12346:[[21317],256],12358:[,,{12441:12436}],12363:[,,{12441:12364}],12364:[[12363,12441]],12365:[,,{12441:12366}],12366:[[12365,12441]],12367:[,,{12441:12368}],12368:[[12367,12441]],12369:[,,{12441:12370}],12370:[[12369,12441]],12371:[,,{12441:12372}],12372:[[12371,12441]],12373:[,,{12441:12374}],12374:[[12373,12441]],12375:[,,{12441:12376}],12376:[[12375,12441]],12377:[,,{12441:12378}],12378:[[12377,12441]],12379:[,,{12441:12380}],12380:[[12379,12441]],12381:[,,{12441:12382}],12382:[[12381,12441]],12383:[,,{12441:12384}],12384:[[12383,12441]],12385:[,,{12441:12386}],12386:[[12385,12441]],12388:[,,{12441:12389}],12389:[[12388,12441]],12390:[,,{12441:12391}],12391:[[12390,12441]],12392:[,,{12441:12393}],12393:[[12392,12441]],12399:[,,{12441:12400,12442:12401}],12400:[[12399,12441]],12401:[[12399,12442]],12402:[,,{12441:12403,12442:12404}],12403:[[12402,12441]],12404:[[12402,12442]],12405:[,,{12441:12406,12442:12407}],12406:[[12405,12441]],12407:[[12405,12442]],12408:[,,{12441:12409,12442:12410}],12409:[[12408,12441]],12410:[[12408,12442]],12411:[,,{12441:12412,12442:12413}],12412:[[12411,12441]],12413:[[12411,12442]],12436:[[12358,12441]],12441:[,8],12442:[,8],12443:[[32,12441],256],12444:[[32,12442],256],12445:[,,{12441:12446}],12446:[[12445,12441]],12447:[[12424,12426],256],12454:[,,{12441:12532}],12459:[,,{12441:12460}],12460:[[12459,12441]],12461:[,,{12441:12462}],12462:[[12461,12441]],12463:[,,{12441:12464}],12464:[[12463,12441]],12465:[,,{12441:12466}],12466:[[12465,12441]],12467:[,,{12441:12468}],12468:[[12467,12441]],12469:[,,{12441:12470}],12470:[[12469,12441]],12471:[,,{12441:12472}],12472:[[12471,12441]],12473:[,,{12441:12474}],12474:[[12473,12441]],12475:[,,{12441:12476}],12476:[[12475,12441]],12477:[,,{12441:12478}],12478:[[12477,12441]],12479:[,,{12441:12480}],12480:[[12479,12441]],12481:[,,{12441:12482}],12482:[[12481,12441]],12484:[,,{12441:12485}],12485:[[12484,12441]],12486:[,,{12441:12487}],12487:[[12486,12441]],12488:[,,{12441:12489}],12489:[[12488,12441]],12495:[,,{12441:12496,12442:12497}],12496:[[12495,12441]],12497:[[12495,12442]],12498:[,,{12441:12499,12442:12500}],12499:[[12498,12441]],12500:[[12498,12442]],12501:[,,{12441:12502,12442:12503}],12502:[[12501,12441]],12503:[[12501,12442]],12504:[,,{12441:12505,12442:12506}],12505:[[12504,12441]],12506:[[12504,12442]],12507:[,,{12441:12508,12442:12509}],12508:[[12507,12441]],12509:[[12507,12442]],12527:[,,{12441:12535}],12528:[,,{12441:12536}],12529:[,,{12441:12537}],12530:[,,{12441:12538}],12532:[[12454,12441]],12535:[[12527,12441]],12536:[[12528,12441]],12537:[[12529,12441]],12538:[[12530,12441]],12541:[,,{12441:12542}],12542:[[12541,12441]],12543:[[12467,12488],256]},12544:{12593:[[4352],256],12594:[[4353],256],12595:[[4522],256],12596:[[4354],256],12597:[[4524],256],12598:[[4525],256],12599:[[4355],256],12600:[[4356],256],12601:[[4357],256],12602:[[4528],256],12603:[[4529],256],12604:[[4530],256],12605:[[4531],256],12606:[[4532],256],12607:[[4533],256],12608:[[4378],256],12609:[[4358],256],12610:[[4359],256],12611:[[4360],256],12612:[[4385],256],12613:[[4361],256],12614:[[4362],256],12615:[[4363],256],12616:[[4364],256],12617:[[4365],256],12618:[[4366],256],12619:[[4367],256],12620:[[4368],256],12621:[[4369],256],12622:[[4370],256],12623:[[4449],256],12624:[[4450],256],12625:[[4451],256],12626:[[4452],256],12627:[[4453],256],12628:[[4454],256],12629:[[4455],256],12630:[[4456],256],12631:[[4457],256],12632:[[4458],256],12633:[[4459],256],12634:[[4460],256],12635:[[4461],256],12636:[[4462],256],12637:[[4463],256],12638:[[4464],256],12639:[[4465],256],12640:[[4466],256],12641:[[4467],256],12642:[[4468],256],12643:[[4469],256],12644:[[4448],256],12645:[[4372],256],12646:[[4373],256],12647:[[4551],256],12648:[[4552],256],12649:[[4556],256],12650:[[4558],256],12651:[[4563],256],12652:[[4567],256],12653:[[4569],256],12654:[[4380],256],12655:[[4573],256],12656:[[4575],256],12657:[[4381],256],12658:[[4382],256],12659:[[4384],256],12660:[[4386],256],12661:[[4387],256],12662:[[4391],256],12663:[[4393],256],12664:[[4395],256],12665:[[4396],256],12666:[[4397],256],12667:[[4398],256],12668:[[4399],256],12669:[[4402],256],12670:[[4406],256],12671:[[4416],256],12672:[[4423],256],12673:[[4428],256],12674:[[4593],256],12675:[[4594],256],12676:[[4439],256],12677:[[4440],256],12678:[[4441],256],12679:[[4484],256],12680:[[4485],256],12681:[[4488],256],12682:[[4497],256],12683:[[4498],256],12684:[[4500],256],12685:[[4510],256],12686:[[4513],256],12690:[[19968],256],12691:[[20108],256],12692:[[19977],256],12693:[[22235],256],12694:[[19978],256],12695:[[20013],256],12696:[[19979],256],12697:[[30002],256],12698:[[20057],256],12699:[[19993],256],12700:[[19969],256],12701:[[22825],256],12702:[[22320],256],12703:[[20154],256]},12800:{12800:[[40,4352,41],256],12801:[[40,4354,41],256],12802:[[40,4355,41],256],12803:[[40,4357,41],256],12804:[[40,4358,41],256],12805:[[40,4359,41],256],12806:[[40,4361,41],256],12807:[[40,4363,41],256],12808:[[40,4364,41],256],12809:[[40,4366,41],256],12810:[[40,4367,41],256],12811:[[40,4368,41],256],12812:[[40,4369,41],256],12813:[[40,4370,41],256],12814:[[40,4352,4449,41],256],12815:[[40,4354,4449,41],256],12816:[[40,4355,4449,41],256],12817:[[40,4357,4449,41],256],12818:[[40,4358,4449,41],256],12819:[[40,4359,4449,41],256],12820:[[40,4361,4449,41],256],12821:[[40,4363,4449,41],256],12822:[[40,4364,4449,41],256],12823:[[40,4366,4449,41],256],12824:[[40,4367,4449,41],256],12825:[[40,4368,4449,41],256],12826:[[40,4369,4449,41],256],12827:[[40,4370,4449,41],256],12828:[[40,4364,4462,41],256],12829:[[40,4363,4457,4364,4453,4523,41],256],12830:[[40,4363,4457,4370,4462,41],256],12832:[[40,19968,41],256],12833:[[40,20108,41],256],12834:[[40,19977,41],256],12835:[[40,22235,41],256],12836:[[40,20116,41],256],12837:[[40,20845,41],256],12838:[[40,19971,41],256],12839:[[40,20843,41],256],12840:[[40,20061,41],256],12841:[[40,21313,41],256],12842:[[40,26376,41],256],12843:[[40,28779,41],256],12844:[[40,27700,41],256],12845:[[40,26408,41],256],12846:[[40,37329,41],256],12847:[[40,22303,41],256],12848:[[40,26085,41],256],12849:[[40,26666,41],256],12850:[[40,26377,41],256],12851:[[40,31038,41],256],12852:[[40,21517,41],256],12853:[[40,29305,41],256],12854:[[40,36001,41],256],12855:[[40,31069,41],256],12856:[[40,21172,41],256],12857:[[40,20195,41],256],12858:[[40,21628,41],256],12859:[[40,23398,41],256],12860:[[40,30435,41],256],12861:[[40,20225,41],256],12862:[[40,36039,41],256],12863:[[40,21332,41],256],12864:[[40,31085,41],256],12865:[[40,20241,41],256],12866:[[40,33258,41],256],12867:[[40,33267,41],256],12868:[[21839],256],12869:[[24188],256],12870:[[25991],256],12871:[[31631],256],12880:[[80,84,69],256],12881:[[50,49],256],12882:[[50,50],256],12883:[[50,51],256],12884:[[50,52],256],12885:[[50,53],256],12886:[[50,54],256],12887:[[50,55],256],12888:[[50,56],256],12889:[[50,57],256],12890:[[51,48],256],12891:[[51,49],256],12892:[[51,50],256],12893:[[51,51],256],12894:[[51,52],256],12895:[[51,53],256],12896:[[4352],256],12897:[[4354],256],12898:[[4355],256],12899:[[4357],256],12900:[[4358],256],12901:[[4359],256],12902:[[4361],256],12903:[[4363],256],12904:[[4364],256],12905:[[4366],256],12906:[[4367],256],12907:[[4368],256],12908:[[4369],256],12909:[[4370],256],12910:[[4352,4449],256],12911:[[4354,4449],256],12912:[[4355,4449],256],12913:[[4357,4449],256],12914:[[4358,4449],256],12915:[[4359,4449],256],12916:[[4361,4449],256],12917:[[4363,4449],256],12918:[[4364,4449],256],12919:[[4366,4449],256],12920:[[4367,4449],256],12921:[[4368,4449],256],12922:[[4369,4449],256],12923:[[4370,4449],256],12924:[[4366,4449,4535,4352,4457],256],12925:[[4364,4462,4363,4468],256],12926:[[4363,4462],256],12928:[[19968],256],12929:[[20108],256],12930:[[19977],256],12931:[[22235],256],12932:[[20116],256],12933:[[20845],256],12934:[[19971],256],12935:[[20843],256],12936:[[20061],256],12937:[[21313],256],12938:[[26376],256],12939:[[28779],256],12940:[[27700],256],12941:[[26408],256],12942:[[37329],256],12943:[[22303],256],12944:[[26085],256],12945:[[26666],256],12946:[[26377],256],12947:[[31038],256],12948:[[21517],256],12949:[[29305],256],12950:[[36001],256],12951:[[31069],256],12952:[[21172],256],12953:[[31192],256],12954:[[30007],256],12955:[[22899],256],12956:[[36969],256],12957:[[20778],256],12958:[[21360],256],12959:[[27880],256],12960:[[38917],256],12961:[[20241],256],12962:[[20889],256],12963:[[27491],256],12964:[[19978],256],12965:[[20013],256],12966:[[19979],256],12967:[[24038],256],12968:[[21491],256],12969:[[21307],256],12970:[[23447],256],12971:[[23398],256],12972:[[30435],256],12973:[[20225],256],12974:[[36039],256],12975:[[21332],256],12976:[[22812],256],12977:[[51,54],256],12978:[[51,55],256],12979:[[51,56],256],12980:[[51,57],256],12981:[[52,48],256],12982:[[52,49],256],12983:[[52,50],256],12984:[[52,51],256],12985:[[52,52],256],12986:[[52,53],256],12987:[[52,54],256],12988:[[52,55],256],12989:[[52,56],256],12990:[[52,57],256],12991:[[53,48],256],12992:[[49,26376],256],12993:[[50,26376],256],12994:[[51,26376],256],12995:[[52,26376],256],12996:[[53,26376],256],12997:[[54,26376],256],12998:[[55,26376],256],12999:[[56,26376],256],13e3:[[57,26376],256],13001:[[49,48,26376],256],13002:[[49,49,26376],256],13003:[[49,50,26376],256],13004:[[72,103],256],13005:[[101,114,103],256],13006:[[101,86],256],13007:[[76,84,68],256],13008:[[12450],256],13009:[[12452],256],13010:[[12454],256],13011:[[12456],256],13012:[[12458],256],13013:[[12459],256],13014:[[12461],256],13015:[[12463],256],13016:[[12465],256],13017:[[12467],256],13018:[[12469],256],13019:[[12471],256],13020:[[12473],256],13021:[[12475],256],13022:[[12477],256],13023:[[12479],256],13024:[[12481],256],13025:[[12484],256],13026:[[12486],256],13027:[[12488],256],13028:[[12490],256],13029:[[12491],256],13030:[[12492],256],13031:[[12493],256],13032:[[12494],256],13033:[[12495],256],13034:[[12498],256],13035:[[12501],256],13036:[[12504],256],13037:[[12507],256],13038:[[12510],256],13039:[[12511],256],13040:[[12512],256],13041:[[12513],256],13042:[[12514],256],13043:[[12516],256],13044:[[12518],256],13045:[[12520],256],13046:[[12521],256],13047:[[12522],256],13048:[[12523],256],13049:[[12524],256],13050:[[12525],256],13051:[[12527],256],13052:[[12528],256],13053:[[12529],256],13054:[[12530],256]},13056:{13056:[[12450,12497,12540,12488],256],13057:[[12450,12523,12501,12449],256],13058:[[12450,12531,12506,12450],256],13059:[[12450,12540,12523],256],13060:[[12452,12491,12531,12464],256],13061:[[12452,12531,12481],256],13062:[[12454,12457,12531],256],13063:[[12456,12473,12463,12540,12489],256],13064:[[12456,12540,12459,12540],256],13065:[[12458,12531,12473],256],13066:[[12458,12540,12512],256],13067:[[12459,12452,12522],256],13068:[[12459,12521,12483,12488],256],13069:[[12459,12525,12522,12540],256],13070:[[12460,12525,12531],256],13071:[[12460,12531,12510],256],13072:[[12462,12460],256],13073:[[12462,12491,12540],256],13074:[[12461,12517,12522,12540],256],13075:[[12462,12523,12480,12540],256],13076:[[12461,12525],256],13077:[[12461,12525,12464,12521,12512],256],13078:[[12461,12525,12513,12540,12488,12523],256],13079:[[12461,12525,12527,12483,12488],256],13080:[[12464,12521,12512],256],13081:[[12464,12521,12512,12488,12531],256],13082:[[12463,12523,12476,12452,12525],256],13083:[[12463,12525,12540,12493],256],13084:[[12465,12540,12473],256],13085:[[12467,12523,12490],256],13086:[[12467,12540,12509],256],13087:[[12469,12452,12463,12523],256],13088:[[12469,12531,12481,12540,12512],256],13089:[[12471,12522,12531,12464],256],13090:[[12475,12531,12481],256],13091:[[12475,12531,12488],256],13092:[[12480,12540,12473],256],13093:[[12487,12471],256],13094:[[12489,12523],256],13095:[[12488,12531],256],13096:[[12490,12494],256],13097:[[12494,12483,12488],256],13098:[[12495,12452,12484],256],13099:[[12497,12540,12475,12531,12488],256],13100:[[12497,12540,12484],256],13101:[[12496,12540,12524,12523],256],13102:[[12500,12450,12473,12488,12523],256],13103:[[12500,12463,12523],256],13104:[[12500,12467],256],13105:[[12499,12523],256],13106:[[12501,12449,12521,12483,12489],256],13107:[[12501,12451,12540,12488],256],13108:[[12502,12483,12471,12455,12523],256],13109:[[12501,12521,12531],256],13110:[[12504,12463,12479,12540,12523],256],13111:[[12506,12477],256],13112:[[12506,12491,12498],256],13113:[[12504,12523,12484],256],13114:[[12506,12531,12473],256],13115:[[12506,12540,12472],256],13116:[[12505,12540,12479],256],13117:[[12509,12452,12531,12488],256],13118:[[12508,12523,12488],256],13119:[[12507,12531],256],13120:[[12509,12531,12489],256],13121:[[12507,12540,12523],256],13122:[[12507,12540,12531],256],13123:[[12510,12452,12463,12525],256],13124:[[12510,12452,12523],256],13125:[[12510,12483,12495],256],13126:[[12510,12523,12463],256],13127:[[12510,12531,12471,12519,12531],256],13128:[[12511,12463,12525,12531],256],13129:[[12511,12522],256],13130:[[12511,12522,12496,12540,12523],256],13131:[[12513,12460],256],13132:[[12513,12460,12488,12531],256],13133:[[12513,12540,12488,12523],256],13134:[[12516,12540,12489],256],13135:[[12516,12540,12523],256],13136:[[12518,12450,12531],256],13137:[[12522,12483,12488,12523],256],13138:[[12522,12521],256],13139:[[12523,12500,12540],256],13140:[[12523,12540,12502,12523],256],13141:[[12524,12512],256],13142:[[12524,12531,12488,12466,12531],256],13143:[[12527,12483,12488],256],13144:[[48,28857],256],13145:[[49,28857],256],13146:[[50,28857],256],13147:[[51,28857],256],13148:[[52,28857],256],13149:[[53,28857],256],13150:[[54,28857],256],13151:[[55,28857],256],13152:[[56,28857],256],13153:[[57,28857],256],13154:[[49,48,28857],256],13155:[[49,49,28857],256],13156:[[49,50,28857],256],13157:[[49,51,28857],256],13158:[[49,52,28857],256],13159:[[49,53,28857],256],13160:[[49,54,28857],256],13161:[[49,55,28857],256],13162:[[49,56,28857],256],13163:[[49,57,28857],256],13164:[[50,48,28857],256],13165:[[50,49,28857],256],13166:[[50,50,28857],256],13167:[[50,51,28857],256],13168:[[50,52,28857],256],13169:[[104,80,97],256],13170:[[100,97],256],13171:[[65,85],256],13172:[[98,97,114],256],13173:[[111,86],256],13174:[[112,99],256],13175:[[100,109],256],13176:[[100,109,178],256],13177:[[100,109,179],256],13178:[[73,85],256],13179:[[24179,25104],256],13180:[[26157,21644],256],13181:[[22823,27491],256],13182:[[26126,27835],256],13183:[[26666,24335,20250,31038],256],13184:[[112,65],256],13185:[[110,65],256],13186:[[956,65],256],13187:[[109,65],256],13188:[[107,65],256],13189:[[75,66],256],13190:[[77,66],256],13191:[[71,66],256],13192:[[99,97,108],256],13193:[[107,99,97,108],256],13194:[[112,70],256],13195:[[110,70],256],13196:[[956,70],256],13197:[[956,103],256],13198:[[109,103],256],13199:[[107,103],256],13200:[[72,122],256],13201:[[107,72,122],256],13202:[[77,72,122],256],13203:[[71,72,122],256],13204:[[84,72,122],256],13205:[[956,8467],256],13206:[[109,8467],256],13207:[[100,8467],256],13208:[[107,8467],256],13209:[[102,109],256],13210:[[110,109],256],13211:[[956,109],256],13212:[[109,109],256],13213:[[99,109],256],13214:[[107,109],256],13215:[[109,109,178],256],13216:[[99,109,178],256],13217:[[109,178],256],13218:[[107,109,178],256],13219:[[109,109,179],256],13220:[[99,109,179],256],13221:[[109,179],256],13222:[[107,109,179],256],13223:[[109,8725,115],256],13224:[[109,8725,115,178],256],13225:[[80,97],256],13226:[[107,80,97],256],13227:[[77,80,97],256],13228:[[71,80,97],256],13229:[[114,97,100],256],13230:[[114,97,100,8725,115],256],13231:[[114,97,100,8725,115,178],256],13232:[[112,115],256],13233:[[110,115],256],13234:[[956,115],256],13235:[[109,115],256],13236:[[112,86],256],13237:[[110,86],256],13238:[[956,86],256],13239:[[109,86],256],13240:[[107,86],256],13241:[[77,86],256],13242:[[112,87],256],13243:[[110,87],256],13244:[[956,87],256],13245:[[109,87],256],13246:[[107,87],256],13247:[[77,87],256],13248:[[107,937],256],13249:[[77,937],256],13250:[[97,46,109,46],256],13251:[[66,113],256],13252:[[99,99],256],13253:[[99,100],256],13254:[[67,8725,107,103],256],13255:[[67,111,46],256],13256:[[100,66],256],13257:[[71,121],256],13258:[[104,97],256],13259:[[72,80],256],13260:[[105,110],256],13261:[[75,75],256],13262:[[75,77],256],13263:[[107,116],256],13264:[[108,109],256],13265:[[108,110],256],13266:[[108,111,103],256],13267:[[108,120],256],13268:[[109,98],256],13269:[[109,105,108],256],13270:[[109,111,108],256],13271:[[80,72],256],13272:[[112,46,109,46],256],13273:[[80,80,77],256],13274:[[80,82],256],13275:[[115,114],256],13276:[[83,118],256],13277:[[87,98],256],13278:[[86,8725,109],256],13279:[[65,8725,109],256],13280:[[49,26085],256],13281:[[50,26085],256],13282:[[51,26085],256],13283:[[52,26085],256],13284:[[53,26085],256],13285:[[54,26085],256],13286:[[55,26085],256],13287:[[56,26085],256],13288:[[57,26085],256],13289:[[49,48,26085],256],13290:[[49,49,26085],256],13291:[[49,50,26085],256],13292:[[49,51,26085],256],13293:[[49,52,26085],256],13294:[[49,53,26085],256],13295:[[49,54,26085],256],13296:[[49,55,26085],256],13297:[[49,56,26085],256],13298:[[49,57,26085],256],13299:[[50,48,26085],256],13300:[[50,49,26085],256],13301:[[50,50,26085],256],13302:[[50,51,26085],256],13303:[[50,52,26085],256],13304:[[50,53,26085],256],13305:[[50,54,26085],256],13306:[[50,55,26085],256],13307:[[50,56,26085],256],13308:[[50,57,26085],256],13309:[[51,48,26085],256],13310:[[51,49,26085],256],13311:[[103,97,108],256]},27136:{92912:[,1],92913:[,1],92914:[,1],92915:[,1],92916:[,1]},27392:{92976:[,230],92977:[,230],92978:[,230],92979:[,230],92980:[,230],92981:[,230],92982:[,230]},42496:{42607:[,230],42612:[,230],42613:[,230],42614:[,230],42615:[,230],42616:[,230],42617:[,230],42618:[,230],42619:[,230],42620:[,230],42621:[,230],42652:[[1098],256],42653:[[1100],256],42655:[,230],42736:[,230],42737:[,230]},42752:{42864:[[42863],256],43e3:[[294],256],43001:[[339],256]},43008:{43014:[,9],43204:[,9],43232:[,230],43233:[,230],43234:[,230],43235:[,230],43236:[,230],43237:[,230],43238:[,230],43239:[,230],43240:[,230],43241:[,230],43242:[,230],43243:[,230],43244:[,230],43245:[,230],43246:[,230],43247:[,230],43248:[,230],43249:[,230]},43264:{43307:[,220],43308:[,220],43309:[,220],43347:[,9],43443:[,7],43456:[,9]},43520:{43696:[,230],43698:[,230],43699:[,230],43700:[,220],43703:[,230],43704:[,230],43710:[,230],43711:[,230],43713:[,230],43766:[,9]},43776:{43868:[[42791],256],43869:[[43831],256],43870:[[619],256],43871:[[43858],256],44013:[,9]},48128:{113822:[,1]},53504:{119134:[[119127,119141],512],119135:[[119128,119141],512],119136:[[119135,119150],512],119137:[[119135,119151],512],119138:[[119135,119152],512],119139:[[119135,119153],512],119140:[[119135,119154],512],119141:[,216],119142:[,216],119143:[,1],119144:[,1],119145:[,1],119149:[,226],119150:[,216],119151:[,216],119152:[,216],119153:[,216],119154:[,216],119163:[,220],119164:[,220],119165:[,220],119166:[,220],119167:[,220],119168:[,220],119169:[,220],119170:[,220],119173:[,230],119174:[,230],119175:[,230],119176:[,230],119177:[,230],119178:[,220],119179:[,220],119210:[,230],119211:[,230],119212:[,230],119213:[,230],119227:[[119225,119141],512],119228:[[119226,119141],512],119229:[[119227,119150],512],119230:[[119228,119150],512],119231:[[119227,119151],512],119232:[[119228,119151],512]},53760:{119362:[,230],119363:[,230],119364:[,230]},54272:{119808:[[65],256],119809:[[66],256],119810:[[67],256],119811:[[68],256],119812:[[69],256],119813:[[70],256],119814:[[71],256],119815:[[72],256],119816:[[73],256],119817:[[74],256],119818:[[75],256],119819:[[76],256],119820:[[77],256],119821:[[78],256],119822:[[79],256],119823:[[80],256],119824:[[81],256],119825:[[82],256],119826:[[83],256],119827:[[84],256],119828:[[85],256],119829:[[86],256],119830:[[87],256],119831:[[88],256],119832:[[89],256],119833:[[90],256],119834:[[97],256],119835:[[98],256],119836:[[99],256],119837:[[100],256],119838:[[101],256],119839:[[102],256],119840:[[103],256],119841:[[104],256],119842:[[105],256],119843:[[106],256],119844:[[107],256],119845:[[108],256],119846:[[109],256],119847:[[110],256],119848:[[111],256],119849:[[112],256],119850:[[113],256],119851:[[114],256],119852:[[115],256],119853:[[116],256],119854:[[117],256],119855:[[118],256],119856:[[119],256],119857:[[120],256],119858:[[121],256],119859:[[122],256],119860:[[65],256],119861:[[66],256],119862:[[67],256],119863:[[68],256],119864:[[69],256],119865:[[70],256],119866:[[71],256],119867:[[72],256],119868:[[73],256],119869:[[74],256],119870:[[75],256],119871:[[76],256],119872:[[77],256],119873:[[78],256],119874:[[79],256],119875:[[80],256],119876:[[81],256],119877:[[82],256],119878:[[83],256],119879:[[84],256],119880:[[85],256],119881:[[86],256],119882:[[87],256],119883:[[88],256],119884:[[89],256],119885:[[90],256],119886:[[97],256],119887:[[98],256],119888:[[99],256],119889:[[100],256],119890:[[101],256],119891:[[102],256],119892:[[103],256],119894:[[105],256],119895:[[106],256],119896:[[107],256],119897:[[108],256],119898:[[109],256],119899:[[110],256],119900:[[111],256],119901:[[112],256],119902:[[113],256],119903:[[114],256],119904:[[115],256],119905:[[116],256],119906:[[117],256],119907:[[118],256],119908:[[119],256],119909:[[120],256],119910:[[121],256],119911:[[122],256],119912:[[65],256],119913:[[66],256],119914:[[67],256],119915:[[68],256],119916:[[69],256],119917:[[70],256],119918:[[71],256],119919:[[72],256],119920:[[73],256],119921:[[74],256],119922:[[75],256],119923:[[76],256],119924:[[77],256],119925:[[78],256],119926:[[79],256],119927:[[80],256],119928:[[81],256],119929:[[82],256],119930:[[83],256],119931:[[84],256],119932:[[85],256],119933:[[86],256],119934:[[87],256],119935:[[88],256],119936:[[89],256],119937:[[90],256],119938:[[97],256],119939:[[98],256],119940:[[99],256],119941:[[100],256],119942:[[101],256],119943:[[102],256],119944:[[103],256],119945:[[104],256],119946:[[105],256],119947:[[106],256],119948:[[107],256],119949:[[108],256],119950:[[109],256],119951:[[110],256],119952:[[111],256],119953:[[112],256],119954:[[113],256],119955:[[114],256],119956:[[115],256],119957:[[116],256],119958:[[117],256],119959:[[118],256],119960:[[119],256],119961:[[120],256],119962:[[121],256],119963:[[122],256],119964:[[65],256],119966:[[67],256],119967:[[68],256],119970:[[71],256],119973:[[74],256],119974:[[75],256],119977:[[78],256],119978:[[79],256],119979:[[80],256],119980:[[81],256],119982:[[83],256],119983:[[84],256],119984:[[85],256],119985:[[86],256],119986:[[87],256],119987:[[88],256],119988:[[89],256],119989:[[90],256],119990:[[97],256],119991:[[98],256],119992:[[99],256],119993:[[100],256],119995:[[102],256],119997:[[104],256],119998:[[105],256],119999:[[106],256],12e4:[[107],256],120001:[[108],256],120002:[[109],256],120003:[[110],256],120005:[[112],256],120006:[[113],256],120007:[[114],256],120008:[[115],256],120009:[[116],256],120010:[[117],256],120011:[[118],256],120012:[[119],256],120013:[[120],256],120014:[[121],256],120015:[[122],256],120016:[[65],256],120017:[[66],256],120018:[[67],256],120019:[[68],256],120020:[[69],256],120021:[[70],256],120022:[[71],256],120023:[[72],256],120024:[[73],256],120025:[[74],256],120026:[[75],256],120027:[[76],256],120028:[[77],256],120029:[[78],256],120030:[[79],256],120031:[[80],256],120032:[[81],256],120033:[[82],256],120034:[[83],256],120035:[[84],256],120036:[[85],256],120037:[[86],256],120038:[[87],256],120039:[[88],256],120040:[[89],256],120041:[[90],256],120042:[[97],256],120043:[[98],256],120044:[[99],256],120045:[[100],256],120046:[[101],256],120047:[[102],256],120048:[[103],256],120049:[[104],256],120050:[[105],256],120051:[[106],256],120052:[[107],256],120053:[[108],256],120054:[[109],256],120055:[[110],256],120056:[[111],256],120057:[[112],256],120058:[[113],256],120059:[[114],256],120060:[[115],256],120061:[[116],256],120062:[[117],256],120063:[[118],256]},54528:{120064:[[119],256],120065:[[120],256],120066:[[121],256],120067:[[122],256],120068:[[65],256],120069:[[66],256],120071:[[68],256],120072:[[69],256],120073:[[70],256],120074:[[71],256],120077:[[74],256],120078:[[75],256],120079:[[76],256],120080:[[77],256],120081:[[78],256],120082:[[79],256],120083:[[80],256],120084:[[81],256],120086:[[83],256],120087:[[84],256],120088:[[85],256],120089:[[86],256],120090:[[87],256],120091:[[88],256],120092:[[89],256],120094:[[97],256],120095:[[98],256],120096:[[99],256],120097:[[100],256],120098:[[101],256],120099:[[102],256],120100:[[103],256],120101:[[104],256],120102:[[105],256],120103:[[106],256],120104:[[107],256],120105:[[108],256],120106:[[109],256],120107:[[110],256],120108:[[111],256],120109:[[112],256],120110:[[113],256],120111:[[114],256],120112:[[115],256],120113:[[116],256],120114:[[117],256],120115:[[118],256],120116:[[119],256],120117:[[120],256],120118:[[121],256],120119:[[122],256],120120:[[65],256],120121:[[66],256],120123:[[68],256],120124:[[69],256],120125:[[70],256],120126:[[71],256],120128:[[73],256],120129:[[74],256],120130:[[75],256],120131:[[76],256],120132:[[77],256],120134:[[79],256],120138:[[83],256],120139:[[84],256],120140:[[85],256],120141:[[86],256],120142:[[87],256],120143:[[88],256],120144:[[89],256],120146:[[97],256],120147:[[98],256],120148:[[99],256],120149:[[100],256],120150:[[101],256],120151:[[102],256],120152:[[103],256],120153:[[104],256],120154:[[105],256],120155:[[106],256],120156:[[107],256],120157:[[108],256],120158:[[109],256],120159:[[110],256],120160:[[111],256],120161:[[112],256],120162:[[113],256],120163:[[114],256],120164:[[115],256],120165:[[116],256],120166:[[117],256],120167:[[118],256],120168:[[119],256],120169:[[120],256],120170:[[121],256],120171:[[122],256],120172:[[65],256],120173:[[66],256],120174:[[67],256],120175:[[68],256],120176:[[69],256],120177:[[70],256],120178:[[71],256],120179:[[72],256],120180:[[73],256],120181:[[74],256],120182:[[75],256],120183:[[76],256],120184:[[77],256],120185:[[78],256],120186:[[79],256],120187:[[80],256],120188:[[81],256],120189:[[82],256],120190:[[83],256],120191:[[84],256],120192:[[85],256],120193:[[86],256],120194:[[87],256],120195:[[88],256],120196:[[89],256],120197:[[90],256],120198:[[97],256],120199:[[98],256],120200:[[99],256],120201:[[100],256],120202:[[101],256],120203:[[102],256],120204:[[103],256],120205:[[104],256],120206:[[105],256],120207:[[106],256],120208:[[107],256],120209:[[108],256],120210:[[109],256],120211:[[110],256],120212:[[111],256],120213:[[112],256],120214:[[113],256],120215:[[114],256],120216:[[115],256],120217:[[116],256],120218:[[117],256],120219:[[118],256],120220:[[119],256],120221:[[120],256],120222:[[121],256],120223:[[122],256],120224:[[65],256],120225:[[66],256],120226:[[67],256],120227:[[68],256],120228:[[69],256],120229:[[70],256],120230:[[71],256],120231:[[72],256],120232:[[73],256],120233:[[74],256],120234:[[75],256],120235:[[76],256],120236:[[77],256],120237:[[78],256],120238:[[79],256],120239:[[80],256],120240:[[81],256],120241:[[82],256],120242:[[83],256],120243:[[84],256],120244:[[85],256],120245:[[86],256],120246:[[87],256],120247:[[88],256],120248:[[89],256],120249:[[90],256],120250:[[97],256],120251:[[98],256],120252:[[99],256],120253:[[100],256],120254:[[101],256],120255:[[102],256],120256:[[103],256],120257:[[104],256],120258:[[105],256],120259:[[106],256],120260:[[107],256],120261:[[108],256],120262:[[109],256],120263:[[110],256],120264:[[111],256],120265:[[112],256],120266:[[113],256],120267:[[114],256],120268:[[115],256],120269:[[116],256],120270:[[117],256],120271:[[118],256],120272:[[119],256],120273:[[120],256],120274:[[121],256],120275:[[122],256],120276:[[65],256],120277:[[66],256],120278:[[67],256],120279:[[68],256],120280:[[69],256],120281:[[70],256],120282:[[71],256],120283:[[72],256],120284:[[73],256],120285:[[74],256],120286:[[75],256],120287:[[76],256],120288:[[77],256],120289:[[78],256],120290:[[79],256],120291:[[80],256],120292:[[81],256],120293:[[82],256],120294:[[83],256],120295:[[84],256],120296:[[85],256],120297:[[86],256],120298:[[87],256],120299:[[88],256],120300:[[89],256],120301:[[90],256],120302:[[97],256],120303:[[98],256],120304:[[99],256],120305:[[100],256],120306:[[101],256],120307:[[102],256],120308:[[103],256],120309:[[104],256],120310:[[105],256],120311:[[106],256],120312:[[107],256],120313:[[108],256],120314:[[109],256],120315:[[110],256],120316:[[111],256],120317:[[112],256],120318:[[113],256],120319:[[114],256]},54784:{120320:[[115],256],120321:[[116],256],120322:[[117],256],120323:[[118],256],120324:[[119],256],120325:[[120],256],120326:[[121],256],120327:[[122],256],120328:[[65],256],120329:[[66],256],120330:[[67],256],120331:[[68],256],120332:[[69],256],120333:[[70],256],120334:[[71],256],120335:[[72],256],120336:[[73],256],120337:[[74],256],120338:[[75],256],120339:[[76],256],120340:[[77],256],120341:[[78],256],120342:[[79],256],120343:[[80],256],120344:[[81],256],120345:[[82],256],120346:[[83],256],120347:[[84],256],120348:[[85],256],120349:[[86],256],120350:[[87],256],120351:[[88],256],120352:[[89],256],120353:[[90],256],120354:[[97],256],120355:[[98],256],120356:[[99],256],120357:[[100],256],120358:[[101],256],120359:[[102],256],120360:[[103],256],120361:[[104],256],120362:[[105],256],120363:[[106],256],120364:[[107],256],120365:[[108],256],120366:[[109],256],120367:[[110],256],120368:[[111],256],120369:[[112],256],120370:[[113],256],120371:[[114],256],120372:[[115],256],120373:[[116],256],120374:[[117],256],120375:[[118],256],120376:[[119],256],120377:[[120],256],120378:[[121],256],120379:[[122],256],120380:[[65],256],120381:[[66],256],120382:[[67],256],120383:[[68],256],120384:[[69],256],120385:[[70],256],120386:[[71],256],120387:[[72],256],120388:[[73],256],120389:[[74],256],120390:[[75],256],120391:[[76],256],120392:[[77],256],120393:[[78],256],120394:[[79],256],120395:[[80],256],120396:[[81],256],120397:[[82],256],120398:[[83],256],120399:[[84],256],120400:[[85],256],120401:[[86],256],120402:[[87],256],120403:[[88],256],120404:[[89],256],120405:[[90],256],120406:[[97],256],120407:[[98],256],120408:[[99],256],120409:[[100],256],120410:[[101],256],120411:[[102],256],120412:[[103],256],120413:[[104],256],120414:[[105],256],120415:[[106],256],120416:[[107],256],120417:[[108],256],120418:[[109],256],120419:[[110],256],120420:[[111],256],120421:[[112],256],120422:[[113],256],120423:[[114],256],120424:[[115],256],120425:[[116],256],120426:[[117],256],120427:[[118],256],120428:[[119],256],120429:[[120],256],120430:[[121],256],120431:[[122],256],120432:[[65],256],120433:[[66],256],120434:[[67],256],120435:[[68],256],120436:[[69],256],120437:[[70],256],120438:[[71],256],120439:[[72],256],120440:[[73],256],120441:[[74],256],120442:[[75],256],120443:[[76],256],120444:[[77],256],120445:[[78],256],120446:[[79],256],120447:[[80],256],120448:[[81],256],120449:[[82],256],120450:[[83],256],120451:[[84],256],120452:[[85],256],120453:[[86],256],120454:[[87],256],120455:[[88],256],120456:[[89],256],120457:[[90],256],120458:[[97],256],120459:[[98],256],120460:[[99],256],120461:[[100],256],120462:[[101],256],120463:[[102],256],120464:[[103],256],120465:[[104],256],120466:[[105],256],120467:[[106],256],120468:[[107],256],120469:[[108],256],120470:[[109],256],120471:[[110],256],120472:[[111],256],120473:[[112],256],120474:[[113],256],120475:[[114],256],120476:[[115],256],120477:[[116],256],120478:[[117],256],120479:[[118],256],120480:[[119],256],120481:[[120],256],120482:[[121],256],120483:[[122],256],120484:[[305],256],120485:[[567],256],120488:[[913],256],120489:[[914],256],120490:[[915],256],120491:[[916],256],120492:[[917],256],120493:[[918],256],120494:[[919],256],120495:[[920],256],120496:[[921],256],120497:[[922],256],120498:[[923],256],120499:[[924],256],120500:[[925],256],120501:[[926],256],120502:[[927],256],120503:[[928],256],120504:[[929],256],120505:[[1012],256],120506:[[931],256],120507:[[932],256],120508:[[933],256],120509:[[934],256],120510:[[935],256],120511:[[936],256],120512:[[937],256],120513:[[8711],256],120514:[[945],256],120515:[[946],256],120516:[[947],256],120517:[[948],256],120518:[[949],256],120519:[[950],256],120520:[[951],256],120521:[[952],256],120522:[[953],256],120523:[[954],256],120524:[[955],256],120525:[[956],256],120526:[[957],256],120527:[[958],256],120528:[[959],256],120529:[[960],256],120530:[[961],256],120531:[[962],256],120532:[[963],256],120533:[[964],256],120534:[[965],256],120535:[[966],256],120536:[[967],256],120537:[[968],256],120538:[[969],256],120539:[[8706],256],120540:[[1013],256],120541:[[977],256],120542:[[1008],256],120543:[[981],256],120544:[[1009],256],120545:[[982],256],120546:[[913],256],120547:[[914],256],120548:[[915],256],120549:[[916],256],120550:[[917],256],120551:[[918],256],120552:[[919],256],120553:[[920],256],120554:[[921],256],120555:[[922],256],120556:[[923],256],120557:[[924],256],120558:[[925],256],120559:[[926],256],120560:[[927],256],120561:[[928],256],120562:[[929],256],120563:[[1012],256],120564:[[931],256],120565:[[932],256],120566:[[933],256],120567:[[934],256],120568:[[935],256],120569:[[936],256],120570:[[937],256],120571:[[8711],256],120572:[[945],256],120573:[[946],256],120574:[[947],256],120575:[[948],256]},55040:{120576:[[949],256],120577:[[950],256],120578:[[951],256],120579:[[952],256],120580:[[953],256],120581:[[954],256],120582:[[955],256],120583:[[956],256],120584:[[957],256],120585:[[958],256],120586:[[959],256],120587:[[960],256],120588:[[961],256],120589:[[962],256],120590:[[963],256],120591:[[964],256],120592:[[965],256],120593:[[966],256],120594:[[967],256],120595:[[968],256],120596:[[969],256],120597:[[8706],256],120598:[[1013],256],120599:[[977],256],120600:[[1008],256],120601:[[981],256],120602:[[1009],256],120603:[[982],256],120604:[[913],256],120605:[[914],256],120606:[[915],256],120607:[[916],256],120608:[[917],256],120609:[[918],256],120610:[[919],256],120611:[[920],256],120612:[[921],256],120613:[[922],256],120614:[[923],256],120615:[[924],256],120616:[[925],256],120617:[[926],256],120618:[[927],256],120619:[[928],256],120620:[[929],256],120621:[[1012],256],120622:[[931],256],120623:[[932],256],120624:[[933],256],120625:[[934],256],120626:[[935],256],120627:[[936],256],120628:[[937],256],120629:[[8711],256],120630:[[945],256],120631:[[946],256],120632:[[947],256],120633:[[948],256],120634:[[949],256],120635:[[950],256],120636:[[951],256],120637:[[952],256],120638:[[953],256],120639:[[954],256],120640:[[955],256],120641:[[956],256],120642:[[957],256],120643:[[958],256],120644:[[959],256],120645:[[960],256],120646:[[961],256],120647:[[962],256],120648:[[963],256],120649:[[964],256],120650:[[965],256],120651:[[966],256],120652:[[967],256],120653:[[968],256],120654:[[969],256],120655:[[8706],256],120656:[[1013],256],120657:[[977],256],120658:[[1008],256],120659:[[981],256],120660:[[1009],256],120661:[[982],256],120662:[[913],256],120663:[[914],256],120664:[[915],256],120665:[[916],256],120666:[[917],256],120667:[[918],256],120668:[[919],256],120669:[[920],256],120670:[[921],256],120671:[[922],256],120672:[[923],256],120673:[[924],256],120674:[[925],256],120675:[[926],256],120676:[[927],256],120677:[[928],256],120678:[[929],256],120679:[[1012],256],120680:[[931],256],120681:[[932],256],120682:[[933],256],120683:[[934],256],120684:[[935],256],120685:[[936],256],120686:[[937],256],120687:[[8711],256],120688:[[945],256],120689:[[946],256],120690:[[947],256],120691:[[948],256],120692:[[949],256],120693:[[950],256],120694:[[951],256],120695:[[952],256],120696:[[953],256],120697:[[954],256],120698:[[955],256],120699:[[956],256],120700:[[957],256],120701:[[958],256],120702:[[959],256],120703:[[960],256],120704:[[961],256],120705:[[962],256],120706:[[963],256],120707:[[964],256],120708:[[965],256],120709:[[966],256],120710:[[967],256],120711:[[968],256],120712:[[969],256],120713:[[8706],256],120714:[[1013],256],120715:[[977],256],120716:[[1008],256],120717:[[981],256],120718:[[1009],256],120719:[[982],256],120720:[[913],256],120721:[[914],256],120722:[[915],256],120723:[[916],256],120724:[[917],256],120725:[[918],256],120726:[[919],256],120727:[[920],256],120728:[[921],256],120729:[[922],256],120730:[[923],256],120731:[[924],256],120732:[[925],256],120733:[[926],256],120734:[[927],256],120735:[[928],256],120736:[[929],256],120737:[[1012],256],120738:[[931],256],120739:[[932],256],120740:[[933],256],120741:[[934],256],120742:[[935],256],120743:[[936],256],120744:[[937],256],120745:[[8711],256],120746:[[945],256],120747:[[946],256],120748:[[947],256],120749:[[948],256],120750:[[949],256],120751:[[950],256],120752:[[951],256],120753:[[952],256],120754:[[953],256],120755:[[954],256],120756:[[955],256],120757:[[956],256],120758:[[957],256],120759:[[958],256],120760:[[959],256],120761:[[960],256],120762:[[961],256],120763:[[962],256],120764:[[963],256],120765:[[964],256],120766:[[965],256],120767:[[966],256],120768:[[967],256],120769:[[968],256],120770:[[969],256],120771:[[8706],256],120772:[[1013],256],120773:[[977],256],120774:[[1008],256],120775:[[981],256],120776:[[1009],256],120777:[[982],256],120778:[[988],256],120779:[[989],256],120782:[[48],256],120783:[[49],256],120784:[[50],256],120785:[[51],256],120786:[[52],256],120787:[[53],256],120788:[[54],256],120789:[[55],256],120790:[[56],256],120791:[[57],256],120792:[[48],256],120793:[[49],256],120794:[[50],256],120795:[[51],256],120796:[[52],256],120797:[[53],256],120798:[[54],256],120799:[[55],256],120800:[[56],256],120801:[[57],256],120802:[[48],256],120803:[[49],256],120804:[[50],256],120805:[[51],256],120806:[[52],256],120807:[[53],256],120808:[[54],256],120809:[[55],256],120810:[[56],256],120811:[[57],256],120812:[[48],256],120813:[[49],256],120814:[[50],256],120815:[[51],256],120816:[[52],256],120817:[[53],256],120818:[[54],256],120819:[[55],256],120820:[[56],256],120821:[[57],256],120822:[[48],256],120823:[[49],256],120824:[[50],256],120825:[[51],256],120826:[[52],256],120827:[[53],256],120828:[[54],256],120829:[[55],256],120830:[[56],256],120831:[[57],256]},59392:{125136:[,220],125137:[,220],125138:[,220],125139:[,220],125140:[,220],125141:[,220],125142:[,220]},60928:{126464:[[1575],256],126465:[[1576],256],126466:[[1580],256],126467:[[1583],256],126469:[[1608],256],126470:[[1586],256],126471:[[1581],256],126472:[[1591],256],126473:[[1610],256],126474:[[1603],256],126475:[[1604],256],126476:[[1605],256],126477:[[1606],256],126478:[[1587],256],126479:[[1593],256],126480:[[1601],256],126481:[[1589],256],126482:[[1602],256],126483:[[1585],256],126484:[[1588],256],126485:[[1578],256],126486:[[1579],256],126487:[[1582],256],126488:[[1584],256],126489:[[1590],256],126490:[[1592],256],126491:[[1594],256],126492:[[1646],256],126493:[[1722],256],126494:[[1697],256],126495:[[1647],256],126497:[[1576],256],126498:[[1580],256],126500:[[1607],256],126503:[[1581],256],126505:[[1610],256],126506:[[1603],256],126507:[[1604],256],126508:[[1605],256],126509:[[1606],256],126510:[[1587],256],126511:[[1593],256],126512:[[1601],256],126513:[[1589],256],126514:[[1602],256],126516:[[1588],256],126517:[[1578],256],126518:[[1579],256],126519:[[1582],256],126521:[[1590],256],126523:[[1594],256],126530:[[1580],256],126535:[[1581],256],126537:[[1610],256],126539:[[1604],256],126541:[[1606],256],126542:[[1587],256],126543:[[1593],256],126545:[[1589],256],126546:[[1602],256],126548:[[1588],256],126551:[[1582],256],126553:[[1590],256],126555:[[1594],256],126557:[[1722],256],126559:[[1647],256],126561:[[1576],256],126562:[[1580],256],126564:[[1607],256],126567:[[1581],256],126568:[[1591],256],126569:[[1610],256],126570:[[1603],256],126572:[[1605],256],126573:[[1606],256],126574:[[1587],256],126575:[[1593],256],126576:[[1601],256],126577:[[1589],256],126578:[[1602],256],126580:[[1588],256],126581:[[1578],256],126582:[[1579],256],126583:[[1582],256],126585:[[1590],256],126586:[[1592],256],126587:[[1594],256],126588:[[1646],256],126590:[[1697],256],126592:[[1575],256],126593:[[1576],256],126594:[[1580],256],126595:[[1583],256],126596:[[1607],256],126597:[[1608],256],126598:[[1586],256],126599:[[1581],256],126600:[[1591],256],126601:[[1610],256],126603:[[1604],256],126604:[[1605],256],126605:[[1606],256],126606:[[1587],256],126607:[[1593],256],126608:[[1601],256],126609:[[1589],256],126610:[[1602],256],126611:[[1585],256],126612:[[1588],256],126613:[[1578],256],126614:[[1579],256],126615:[[1582],256],126616:[[1584],256],126617:[[1590],256],126618:[[1592],256],126619:[[1594],256],126625:[[1576],256],126626:[[1580],256],126627:[[1583],256],126629:[[1608],256],126630:[[1586],256],126631:[[1581],256],126632:[[1591],256],126633:[[1610],256],126635:[[1604],256],126636:[[1605],256],126637:[[1606],256],126638:[[1587],256],126639:[[1593],256],126640:[[1601],256],126641:[[1589],256],126642:[[1602],256],126643:[[1585],256],126644:[[1588],256],126645:[[1578],256],126646:[[1579],256],126647:[[1582],256],126648:[[1584],256],126649:[[1590],256],126650:[[1592],256],126651:[[1594],256]},61696:{127232:[[48,46],256],127233:[[48,44],256],127234:[[49,44],256],127235:[[50,44],256],127236:[[51,44],256],127237:[[52,44],256],127238:[[53,44],256],127239:[[54,44],256],127240:[[55,44],256],127241:[[56,44],256],127242:[[57,44],256],127248:[[40,65,41],256],127249:[[40,66,41],256],127250:[[40,67,41],256],127251:[[40,68,41],256],127252:[[40,69,41],256],127253:[[40,70,41],256],127254:[[40,71,41],256],127255:[[40,72,41],256],127256:[[40,73,41],256],127257:[[40,74,41],256],127258:[[40,75,41],256],127259:[[40,76,41],256],127260:[[40,77,41],256],127261:[[40,78,41],256],127262:[[40,79,41],256],127263:[[40,80,41],256],127264:[[40,81,41],256],127265:[[40,82,41],256],127266:[[40,83,41],256],127267:[[40,84,41],256],127268:[[40,85,41],256],127269:[[40,86,41],256],127270:[[40,87,41],256],127271:[[40,88,41],256],127272:[[40,89,41],256],127273:[[40,90,41],256],127274:[[12308,83,12309],256],127275:[[67],256],127276:[[82],256],127277:[[67,68],256],127278:[[87,90],256],127280:[[65],256],127281:[[66],256],127282:[[67],256],127283:[[68],256],127284:[[69],256],127285:[[70],256],127286:[[71],256],127287:[[72],256],127288:[[73],256],127289:[[74],256],127290:[[75],256],127291:[[76],256],127292:[[77],256],127293:[[78],256],127294:[[79],256],127295:[[80],256],127296:[[81],256],127297:[[82],256],127298:[[83],256],127299:[[84],256],127300:[[85],256],127301:[[86],256],127302:[[87],256],127303:[[88],256],127304:[[89],256],127305:[[90],256],127306:[[72,86],256],127307:[[77,86],256],127308:[[83,68],256],127309:[[83,83],256],127310:[[80,80,86],256],127311:[[87,67],256],127338:[[77,67],256],127339:[[77,68],256],127376:[[68,74],256]},61952:{127488:[[12411,12363],256],127489:[[12467,12467],256],127490:[[12469],256],127504:[[25163],256],127505:[[23383],256],127506:[[21452],256],127507:[[12487],256],127508:[[20108],256],127509:[[22810],256],127510:[[35299],256],127511:[[22825],256],127512:[[20132],256],127513:[[26144],256],127514:[[28961],256],127515:[[26009],256],127516:[[21069],256],127517:[[24460],256],127518:[[20877],256],127519:[[26032],256],127520:[[21021],256],127521:[[32066],256],127522:[[29983],256],127523:[[36009],256],127524:[[22768],256],127525:[[21561],256],127526:[[28436],256],127527:[[25237],256],127528:[[25429],256],127529:[[19968],256],127530:[[19977],256],127531:[[36938],256],127532:[[24038],256],127533:[[20013],256],127534:[[21491],256],127535:[[25351],256],127536:[[36208],256],127537:[[25171],256],127538:[[31105],256],127539:[[31354],256],127540:[[21512],256],127541:[[28288],256],127542:[[26377],256],127543:[[26376],256],127544:[[30003],256],127545:[[21106],256],127546:[[21942],256],127552:[[12308,26412,12309],256],127553:[[12308,19977,12309],256],127554:[[12308,20108,12309],256],127555:[[12308,23433,12309],256],127556:[[12308,28857,12309],256],127557:[[12308,25171,12309],256],127558:[[12308,30423,12309],256],127559:[[12308,21213,12309],256],127560:[[12308,25943,12309],256],127568:[[24471],256],127569:[[21487],256]},63488:{194560:[[20029]],194561:[[20024]],194562:[[20033]],194563:[[131362]],194564:[[20320]],194565:[[20398]],194566:[[20411]],194567:[[20482]],194568:[[20602]],194569:[[20633]],194570:[[20711]],194571:[[20687]],194572:[[13470]],194573:[[132666]],194574:[[20813]],194575:[[20820]],194576:[[20836]],194577:[[20855]],194578:[[132380]],194579:[[13497]],194580:[[20839]],194581:[[20877]],194582:[[132427]],194583:[[20887]],194584:[[20900]],194585:[[20172]],194586:[[20908]],194587:[[20917]],194588:[[168415]],194589:[[20981]],194590:[[20995]],194591:[[13535]],194592:[[21051]],194593:[[21062]],194594:[[21106]],194595:[[21111]],194596:[[13589]],194597:[[21191]],194598:[[21193]],194599:[[21220]],194600:[[21242]],194601:[[21253]],194602:[[21254]],194603:[[21271]],194604:[[21321]],194605:[[21329]],194606:[[21338]],194607:[[21363]],194608:[[21373]],194609:[[21375]],194610:[[21375]],194611:[[21375]],194612:[[133676]],194613:[[28784]],194614:[[21450]],194615:[[21471]],194616:[[133987]],194617:[[21483]],194618:[[21489]],194619:[[21510]],194620:[[21662]],194621:[[21560]],194622:[[21576]],194623:[[21608]],194624:[[21666]],194625:[[21750]],194626:[[21776]],194627:[[21843]],194628:[[21859]],194629:[[21892]],194630:[[21892]],194631:[[21913]],194632:[[21931]],194633:[[21939]],194634:[[21954]],194635:[[22294]],194636:[[22022]],194637:[[22295]],194638:[[22097]],194639:[[22132]],194640:[[20999]],194641:[[22766]],194642:[[22478]],194643:[[22516]],194644:[[22541]],194645:[[22411]],194646:[[22578]],194647:[[22577]],194648:[[22700]],194649:[[136420]],194650:[[22770]],194651:[[22775]],194652:[[22790]],194653:[[22810]],194654:[[22818]],194655:[[22882]],194656:[[136872]],194657:[[136938]],194658:[[23020]],194659:[[23067]],194660:[[23079]],194661:[[23e3]],194662:[[23142]],194663:[[14062]],194664:[[14076]],194665:[[23304]],194666:[[23358]],194667:[[23358]],194668:[[137672]],194669:[[23491]],194670:[[23512]],194671:[[23527]],194672:[[23539]],194673:[[138008]],194674:[[23551]],194675:[[23558]],194676:[[24403]],194677:[[23586]],194678:[[14209]],194679:[[23648]],194680:[[23662]],194681:[[23744]],194682:[[23693]],194683:[[138724]],194684:[[23875]],194685:[[138726]],194686:[[23918]],194687:[[23915]],194688:[[23932]],194689:[[24033]],194690:[[24034]],194691:[[14383]],194692:[[24061]],194693:[[24104]],194694:[[24125]],194695:[[24169]],194696:[[14434]],194697:[[139651]],194698:[[14460]],194699:[[24240]],194700:[[24243]],194701:[[24246]],194702:[[24266]],194703:[[172946]],194704:[[24318]],194705:[[140081]],194706:[[140081]],194707:[[33281]],194708:[[24354]],194709:[[24354]],194710:[[14535]],194711:[[144056]],194712:[[156122]],194713:[[24418]],194714:[[24427]],194715:[[14563]],194716:[[24474]],194717:[[24525]],194718:[[24535]],194719:[[24569]],194720:[[24705]],194721:[[14650]],194722:[[14620]],194723:[[24724]],194724:[[141012]],194725:[[24775]],194726:[[24904]],194727:[[24908]],194728:[[24910]],194729:[[24908]],194730:[[24954]],194731:[[24974]],194732:[[25010]],194733:[[24996]],194734:[[25007]],194735:[[25054]],194736:[[25074]],194737:[[25078]],194738:[[25104]],194739:[[25115]],194740:[[25181]],194741:[[25265]],194742:[[25300]],194743:[[25424]],194744:[[142092]],194745:[[25405]],194746:[[25340]],194747:[[25448]],194748:[[25475]],194749:[[25572]],194750:[[142321]],194751:[[25634]],194752:[[25541]],194753:[[25513]],194754:[[14894]],194755:[[25705]],194756:[[25726]],194757:[[25757]],194758:[[25719]],194759:[[14956]],194760:[[25935]],194761:[[25964]],194762:[[143370]],194763:[[26083]],194764:[[26360]],194765:[[26185]],194766:[[15129]],194767:[[26257]],194768:[[15112]],194769:[[15076]],194770:[[20882]],194771:[[20885]],194772:[[26368]],194773:[[26268]],194774:[[32941]],194775:[[17369]],194776:[[26391]],194777:[[26395]],194778:[[26401]],194779:[[26462]],194780:[[26451]],194781:[[144323]],194782:[[15177]],194783:[[26618]],194784:[[26501]],194785:[[26706]],194786:[[26757]],194787:[[144493]],194788:[[26766]],194789:[[26655]],194790:[[26900]],194791:[[15261]],194792:[[26946]],194793:[[27043]],194794:[[27114]],194795:[[27304]],194796:[[145059]],194797:[[27355]],194798:[[15384]],194799:[[27425]],194800:[[145575]],194801:[[27476]],194802:[[15438]],194803:[[27506]],194804:[[27551]],194805:[[27578]],194806:[[27579]],194807:[[146061]],194808:[[138507]],194809:[[146170]],194810:[[27726]],194811:[[146620]],194812:[[27839]],194813:[[27853]],194814:[[27751]],194815:[[27926]]},63744:{63744:[[35912]],63745:[[26356]],63746:[[36554]],63747:[[36040]],63748:[[28369]],63749:[[20018]],63750:[[21477]],63751:[[40860]],63752:[[40860]],63753:[[22865]],63754:[[37329]],63755:[[21895]],63756:[[22856]],63757:[[25078]],63758:[[30313]],63759:[[32645]],63760:[[34367]],63761:[[34746]],63762:[[35064]],63763:[[37007]],63764:[[27138]],63765:[[27931]],63766:[[28889]],63767:[[29662]],63768:[[33853]],63769:[[37226]],63770:[[39409]],63771:[[20098]],63772:[[21365]],63773:[[27396]],63774:[[29211]],63775:[[34349]],63776:[[40478]],63777:[[23888]],63778:[[28651]],63779:[[34253]],63780:[[35172]],63781:[[25289]],63782:[[33240]],63783:[[34847]],63784:[[24266]],63785:[[26391]],63786:[[28010]],63787:[[29436]],63788:[[37070]],63789:[[20358]],63790:[[20919]],63791:[[21214]],63792:[[25796]],63793:[[27347]],63794:[[29200]],63795:[[30439]],63796:[[32769]],63797:[[34310]],63798:[[34396]],63799:[[36335]],63800:[[38706]],63801:[[39791]],63802:[[40442]],63803:[[30860]],63804:[[31103]],63805:[[32160]],63806:[[33737]],63807:[[37636]],63808:[[40575]],63809:[[35542]],63810:[[22751]],63811:[[24324]],63812:[[31840]],63813:[[32894]],63814:[[29282]],63815:[[30922]],63816:[[36034]],63817:[[38647]],63818:[[22744]],63819:[[23650]],63820:[[27155]],63821:[[28122]],63822:[[28431]],63823:[[32047]],63824:[[32311]],63825:[[38475]],63826:[[21202]],63827:[[32907]],63828:[[20956]],63829:[[20940]],63830:[[31260]],63831:[[32190]],63832:[[33777]],63833:[[38517]],63834:[[35712]],63835:[[25295]],63836:[[27138]],63837:[[35582]],63838:[[20025]],63839:[[23527]],63840:[[24594]],63841:[[29575]],63842:[[30064]],63843:[[21271]],63844:[[30971]],63845:[[20415]],63846:[[24489]],63847:[[19981]],63848:[[27852]],63849:[[25976]],63850:[[32034]],63851:[[21443]],63852:[[22622]],63853:[[30465]],63854:[[33865]],63855:[[35498]],63856:[[27578]],63857:[[36784]],63858:[[27784]],63859:[[25342]],63860:[[33509]],63861:[[25504]],63862:[[30053]],63863:[[20142]],63864:[[20841]],63865:[[20937]],63866:[[26753]],63867:[[31975]],63868:[[33391]],63869:[[35538]],63870:[[37327]],63871:[[21237]],63872:[[21570]],63873:[[22899]],63874:[[24300]],63875:[[26053]],63876:[[28670]],63877:[[31018]],63878:[[38317]],63879:[[39530]],63880:[[40599]],63881:[[40654]],63882:[[21147]],63883:[[26310]],63884:[[27511]],63885:[[36706]],63886:[[24180]],63887:[[24976]],63888:[[25088]],63889:[[25754]],63890:[[28451]],63891:[[29001]],63892:[[29833]],63893:[[31178]],63894:[[32244]],63895:[[32879]],63896:[[36646]],63897:[[34030]],63898:[[36899]],63899:[[37706]],63900:[[21015]],63901:[[21155]],63902:[[21693]],63903:[[28872]],63904:[[35010]],63905:[[35498]],63906:[[24265]],63907:[[24565]],63908:[[25467]],63909:[[27566]],63910:[[31806]],63911:[[29557]],63912:[[20196]],63913:[[22265]],63914:[[23527]],63915:[[23994]],63916:[[24604]],63917:[[29618]],63918:[[29801]],63919:[[32666]],63920:[[32838]],63921:[[37428]],63922:[[38646]],63923:[[38728]],63924:[[38936]],63925:[[20363]],63926:[[31150]],63927:[[37300]],63928:[[38584]],63929:[[24801]],63930:[[20102]],63931:[[20698]],63932:[[23534]],63933:[[23615]],63934:[[26009]],63935:[[27138]],63936:[[29134]],63937:[[30274]],63938:[[34044]],63939:[[36988]],63940:[[40845]],63941:[[26248]],63942:[[38446]],63943:[[21129]],63944:[[26491]],63945:[[26611]],63946:[[27969]],63947:[[28316]],63948:[[29705]],63949:[[30041]],63950:[[30827]],63951:[[32016]],63952:[[39006]],63953:[[20845]],63954:[[25134]],63955:[[38520]],63956:[[20523]],63957:[[23833]],63958:[[28138]],63959:[[36650]],63960:[[24459]],63961:[[24900]],63962:[[26647]],63963:[[29575]],63964:[[38534]],63965:[[21033]],63966:[[21519]],63967:[[23653]],63968:[[26131]],63969:[[26446]],63970:[[26792]],63971:[[27877]],63972:[[29702]],63973:[[30178]],63974:[[32633]],63975:[[35023]],63976:[[35041]],63977:[[37324]],63978:[[38626]],63979:[[21311]],63980:[[28346]],63981:[[21533]],63982:[[29136]],63983:[[29848]],63984:[[34298]],63985:[[38563]],63986:[[40023]],63987:[[40607]],63988:[[26519]],63989:[[28107]],63990:[[33256]],63991:[[31435]],63992:[[31520]],63993:[[31890]],63994:[[29376]],63995:[[28825]],63996:[[35672]],63997:[[20160]],63998:[[33590]],63999:[[21050]],194816:[[27966]],194817:[[28023]],194818:[[27969]],194819:[[28009]],194820:[[28024]],194821:[[28037]],194822:[[146718]],194823:[[27956]],194824:[[28207]],194825:[[28270]],194826:[[15667]],194827:[[28363]],194828:[[28359]],194829:[[147153]],194830:[[28153]],194831:[[28526]],194832:[[147294]],194833:[[147342]],194834:[[28614]],194835:[[28729]],194836:[[28702]],194837:[[28699]],194838:[[15766]],194839:[[28746]],194840:[[28797]],194841:[[28791]],194842:[[28845]],194843:[[132389]],194844:[[28997]],194845:[[148067]],194846:[[29084]],194847:[[148395]],194848:[[29224]],194849:[[29237]],194850:[[29264]],194851:[[149e3]],194852:[[29312]],194853:[[29333]],194854:[[149301]],194855:[[149524]],194856:[[29562]],194857:[[29579]],194858:[[16044]],194859:[[29605]],194860:[[16056]],194861:[[16056]],194862:[[29767]],194863:[[29788]],194864:[[29809]],194865:[[29829]],194866:[[29898]],194867:[[16155]],194868:[[29988]],194869:[[150582]],194870:[[30014]],194871:[[150674]],194872:[[30064]],194873:[[139679]],194874:[[30224]],194875:[[151457]],194876:[[151480]],194877:[[151620]],194878:[[16380]],194879:[[16392]],194880:[[30452]],194881:[[151795]],194882:[[151794]],194883:[[151833]],194884:[[151859]],194885:[[30494]],194886:[[30495]],194887:[[30495]],194888:[[30538]],194889:[[16441]],194890:[[30603]],194891:[[16454]],194892:[[16534]],194893:[[152605]],194894:[[30798]],194895:[[30860]],194896:[[30924]],194897:[[16611]],194898:[[153126]],194899:[[31062]],194900:[[153242]],194901:[[153285]],194902:[[31119]],194903:[[31211]],194904:[[16687]],194905:[[31296]],194906:[[31306]],194907:[[31311]],194908:[[153980]],194909:[[154279]],194910:[[154279]],194911:[[31470]],194912:[[16898]],194913:[[154539]],194914:[[31686]],194915:[[31689]],194916:[[16935]],194917:[[154752]],194918:[[31954]],194919:[[17056]],194920:[[31976]],194921:[[31971]],194922:[[32e3]],194923:[[155526]],194924:[[32099]],194925:[[17153]],194926:[[32199]],194927:[[32258]],194928:[[32325]],194929:[[17204]],194930:[[156200]],194931:[[156231]],194932:[[17241]],194933:[[156377]],194934:[[32634]],194935:[[156478]],194936:[[32661]],194937:[[32762]],194938:[[32773]],194939:[[156890]],194940:[[156963]],194941:[[32864]],194942:[[157096]],194943:[[32880]],194944:[[144223]],194945:[[17365]],194946:[[32946]],194947:[[33027]],194948:[[17419]],194949:[[33086]],194950:[[23221]],194951:[[157607]],194952:[[157621]],194953:[[144275]],194954:[[144284]],194955:[[33281]],194956:[[33284]],194957:[[36766]],194958:[[17515]],194959:[[33425]],194960:[[33419]],194961:[[33437]],194962:[[21171]],194963:[[33457]],194964:[[33459]],194965:[[33469]],194966:[[33510]],194967:[[158524]],194968:[[33509]],194969:[[33565]],194970:[[33635]],194971:[[33709]],194972:[[33571]],194973:[[33725]],194974:[[33767]],194975:[[33879]],194976:[[33619]],194977:[[33738]],194978:[[33740]],194979:[[33756]],194980:[[158774]],194981:[[159083]],194982:[[158933]],194983:[[17707]],194984:[[34033]],194985:[[34035]],194986:[[34070]],194987:[[160714]],194988:[[34148]],194989:[[159532]],194990:[[17757]],194991:[[17761]],194992:[[159665]],194993:[[159954]],194994:[[17771]],194995:[[34384]],194996:[[34396]],194997:[[34407]],194998:[[34409]],194999:[[34473]],195e3:[[34440]],195001:[[34574]],195002:[[34530]],195003:[[34681]],195004:[[34600]],195005:[[34667]],195006:[[34694]],195007:[[17879]],195008:[[34785]],195009:[[34817]],195010:[[17913]],195011:[[34912]],195012:[[34915]],195013:[[161383]],195014:[[35031]],195015:[[35038]],195016:[[17973]],195017:[[35066]],195018:[[13499]],195019:[[161966]],195020:[[162150]],195021:[[18110]],195022:[[18119]],195023:[[35488]],195024:[[35565]],195025:[[35722]],195026:[[35925]],195027:[[162984]],195028:[[36011]],195029:[[36033]],195030:[[36123]],195031:[[36215]],195032:[[163631]],195033:[[133124]],195034:[[36299]],195035:[[36284]],195036:[[36336]],195037:[[133342]],195038:[[36564]],195039:[[36664]],195040:[[165330]],195041:[[165357]],195042:[[37012]],195043:[[37105]],195044:[[37137]],195045:[[165678]],195046:[[37147]],195047:[[37432]],195048:[[37591]],195049:[[37592]],195050:[[37500]],195051:[[37881]],195052:[[37909]],195053:[[166906]],195054:[[38283]],195055:[[18837]],195056:[[38327]],195057:[[167287]],195058:[[18918]],195059:[[38595]],195060:[[23986]],195061:[[38691]],195062:[[168261]],195063:[[168474]],195064:[[19054]],195065:[[19062]],195066:[[38880]],195067:[[168970]],195068:[[19122]],195069:[[169110]],195070:[[38923]],195071:[[38923]]},64e3:{64e3:[[20999]],64001:[[24230]],64002:[[25299]],64003:[[31958]],64004:[[23429]],64005:[[27934]],64006:[[26292]],64007:[[36667]],64008:[[34892]],64009:[[38477]],64010:[[35211]],64011:[[24275]],64012:[[20800]],64013:[[21952]],64016:[[22618]],64018:[[26228]],64021:[[20958]],64022:[[29482]],64023:[[30410]],64024:[[31036]],64025:[[31070]],64026:[[31077]],64027:[[31119]],64028:[[38742]],64029:[[31934]],64030:[[32701]],64032:[[34322]],64034:[[35576]],64037:[[36920]],64038:[[37117]],64042:[[39151]],64043:[[39164]],64044:[[39208]],64045:[[40372]],64046:[[37086]],64047:[[38583]],64048:[[20398]],64049:[[20711]],64050:[[20813]],64051:[[21193]],64052:[[21220]],64053:[[21329]],64054:[[21917]],64055:[[22022]],64056:[[22120]],64057:[[22592]],64058:[[22696]],64059:[[23652]],64060:[[23662]],64061:[[24724]],64062:[[24936]],64063:[[24974]],64064:[[25074]],64065:[[25935]],64066:[[26082]],64067:[[26257]],64068:[[26757]],64069:[[28023]],64070:[[28186]],64071:[[28450]],64072:[[29038]],64073:[[29227]],64074:[[29730]],64075:[[30865]],64076:[[31038]],64077:[[31049]],64078:[[31048]],64079:[[31056]],64080:[[31062]],64081:[[31069]],64082:[[31117]],64083:[[31118]],64084:[[31296]],64085:[[31361]],64086:[[31680]],64087:[[32244]],64088:[[32265]],64089:[[32321]],64090:[[32626]],64091:[[32773]],64092:[[33261]],64093:[[33401]],64094:[[33401]],64095:[[33879]],64096:[[35088]],64097:[[35222]],64098:[[35585]],64099:[[35641]],64100:[[36051]],64101:[[36104]],64102:[[36790]],64103:[[36920]],64104:[[38627]],64105:[[38911]],64106:[[38971]],64107:[[24693]],64108:[[148206]],64109:[[33304]],64112:[[20006]],64113:[[20917]],64114:[[20840]],64115:[[20352]],64116:[[20805]],64117:[[20864]],64118:[[21191]],64119:[[21242]],64120:[[21917]],64121:[[21845]],64122:[[21913]],64123:[[21986]],64124:[[22618]],64125:[[22707]],64126:[[22852]],64127:[[22868]],64128:[[23138]],64129:[[23336]],64130:[[24274]],64131:[[24281]],64132:[[24425]],64133:[[24493]],64134:[[24792]],64135:[[24910]],64136:[[24840]],64137:[[24974]],64138:[[24928]],64139:[[25074]],64140:[[25140]],64141:[[25540]],64142:[[25628]],64143:[[25682]],64144:[[25942]],64145:[[26228]],64146:[[26391]],64147:[[26395]],64148:[[26454]],64149:[[27513]],64150:[[27578]],64151:[[27969]],64152:[[28379]],64153:[[28363]],64154:[[28450]],64155:[[28702]],64156:[[29038]],64157:[[30631]],64158:[[29237]],64159:[[29359]],64160:[[29482]],64161:[[29809]],64162:[[29958]],64163:[[30011]],64164:[[30237]],64165:[[30239]],64166:[[30410]],64167:[[30427]],64168:[[30452]],64169:[[30538]],64170:[[30528]],64171:[[30924]],64172:[[31409]],64173:[[31680]],64174:[[31867]],64175:[[32091]],64176:[[32244]],64177:[[32574]],64178:[[32773]],64179:[[33618]],64180:[[33775]],64181:[[34681]],64182:[[35137]],64183:[[35206]],64184:[[35222]],64185:[[35519]],64186:[[35576]],64187:[[35531]],64188:[[35585]],64189:[[35582]],64190:[[35565]],64191:[[35641]],64192:[[35722]],64193:[[36104]],64194:[[36664]],64195:[[36978]],64196:[[37273]],64197:[[37494]],64198:[[38524]],64199:[[38627]],64200:[[38742]],64201:[[38875]],64202:[[38911]],64203:[[38923]],64204:[[38971]],64205:[[39698]],64206:[[40860]],64207:[[141386]],64208:[[141380]],64209:[[144341]],64210:[[15261]],64211:[[16408]],64212:[[16441]],64213:[[152137]],64214:[[154832]],64215:[[163539]],64216:[[40771]],64217:[[40846]],195072:[[38953]],195073:[[169398]],195074:[[39138]],195075:[[19251]],195076:[[39209]],195077:[[39335]],195078:[[39362]],195079:[[39422]],195080:[[19406]],195081:[[170800]],195082:[[39698]],195083:[[4e4]],195084:[[40189]],195085:[[19662]],195086:[[19693]],195087:[[40295]],195088:[[172238]],195089:[[19704]],195090:[[172293]],195091:[[172558]],195092:[[172689]],195093:[[40635]],195094:[[19798]],195095:[[40697]],195096:[[40702]],195097:[[40709]],195098:[[40719]],195099:[[40726]],195100:[[40763]],195101:[[173568]]},64256:{64256:[[102,102],256],64257:[[102,105],256],64258:[[102,108],256],64259:[[102,102,105],256],64260:[[102,102,108],256],64261:[[383,116],256],64262:[[115,116],256],64275:[[1396,1398],256],64276:[[1396,1381],256],64277:[[1396,1387],256],64278:[[1406,1398],256],64279:[[1396,1389],256],64285:[[1497,1460],512],64286:[,26],64287:[[1522,1463],512],64288:[[1506],256],64289:[[1488],256],64290:[[1491],256],64291:[[1492],256],64292:[[1499],256],64293:[[1500],256],64294:[[1501],256],64295:[[1512],256],64296:[[1514],256],64297:[[43],256],64298:[[1513,1473],512],64299:[[1513,1474],512],64300:[[64329,1473],512],64301:[[64329,1474],512],64302:[[1488,1463],512],64303:[[1488,1464],512],64304:[[1488,1468],512],64305:[[1489,1468],512],64306:[[1490,1468],512],64307:[[1491,1468],512],64308:[[1492,1468],512],64309:[[1493,1468],512],64310:[[1494,1468],512],64312:[[1496,1468],512],64313:[[1497,1468],512],64314:[[1498,1468],512],64315:[[1499,1468],512],64316:[[1500,1468],512],64318:[[1502,1468],512],64320:[[1504,1468],512],64321:[[1505,1468],512],64323:[[1507,1468],512],64324:[[1508,1468],512],64326:[[1510,1468],512],64327:[[1511,1468],512],64328:[[1512,1468],512],64329:[[1513,1468],512],64330:[[1514,1468],512],64331:[[1493,1465],512],64332:[[1489,1471],512],64333:[[1499,1471],512],64334:[[1508,1471],512],64335:[[1488,1500],256],64336:[[1649],256],64337:[[1649],256],64338:[[1659],256],64339:[[1659],256],64340:[[1659],256],64341:[[1659],256],64342:[[1662],256],64343:[[1662],256],64344:[[1662],256],64345:[[1662],256],64346:[[1664],256],64347:[[1664],256],64348:[[1664],256],64349:[[1664],256],64350:[[1658],256],64351:[[1658],256],64352:[[1658],256],64353:[[1658],256],64354:[[1663],256],64355:[[1663],256],64356:[[1663],256],64357:[[1663],256],64358:[[1657],256],64359:[[1657],256],64360:[[1657],256],64361:[[1657],256],64362:[[1700],256],64363:[[1700],256],64364:[[1700],256],64365:[[1700],256],64366:[[1702],256],64367:[[1702],256],64368:[[1702],256],64369:[[1702],256],64370:[[1668],256],64371:[[1668],256],64372:[[1668],256],64373:[[1668],256],64374:[[1667],256],64375:[[1667],256],64376:[[1667],256],64377:[[1667],256],64378:[[1670],256],64379:[[1670],256],64380:[[1670],256],64381:[[1670],256],64382:[[1671],256],64383:[[1671],256],64384:[[1671],256],64385:[[1671],256],64386:[[1677],256],64387:[[1677],256],64388:[[1676],256],64389:[[1676],256],64390:[[1678],256],64391:[[1678],256],64392:[[1672],256],64393:[[1672],256],64394:[[1688],256],64395:[[1688],256],64396:[[1681],256],64397:[[1681],256],64398:[[1705],256],64399:[[1705],256],64400:[[1705],256],64401:[[1705],256],64402:[[1711],256],64403:[[1711],256],64404:[[1711],256],64405:[[1711],256],64406:[[1715],256],64407:[[1715],256],64408:[[1715],256],64409:[[1715],256],64410:[[1713],256],64411:[[1713],256],64412:[[1713],256],64413:[[1713],256],64414:[[1722],256],64415:[[1722],256],64416:[[1723],256],64417:[[1723],256],64418:[[1723],256],64419:[[1723],256],64420:[[1728],256],64421:[[1728],256],64422:[[1729],256],64423:[[1729],256],64424:[[1729],256],64425:[[1729],256],64426:[[1726],256],64427:[[1726],256],64428:[[1726],256],64429:[[1726],256],64430:[[1746],256],64431:[[1746],256],64432:[[1747],256],64433:[[1747],256],64467:[[1709],256],64468:[[1709],256],64469:[[1709],256],64470:[[1709],256],64471:[[1735],256],64472:[[1735],256],64473:[[1734],256],64474:[[1734],256],64475:[[1736],256],64476:[[1736],256],64477:[[1655],256],64478:[[1739],256],64479:[[1739],256],64480:[[1733],256],64481:[[1733],256],64482:[[1737],256],64483:[[1737],256],64484:[[1744],256],64485:[[1744],256],64486:[[1744],256],64487:[[1744],256],64488:[[1609],256],64489:[[1609],256],64490:[[1574,1575],256],64491:[[1574,1575],256],64492:[[1574,1749],256],64493:[[1574,1749],256],64494:[[1574,1608],256],64495:[[1574,1608],256],64496:[[1574,1735],256],64497:[[1574,1735],256],64498:[[1574,1734],256],64499:[[1574,1734],256],64500:[[1574,1736],256],64501:[[1574,1736],256],64502:[[1574,1744],256],64503:[[1574,1744],256],64504:[[1574,1744],256],64505:[[1574,1609],256],64506:[[1574,1609],256],64507:[[1574,1609],256],64508:[[1740],256],64509:[[1740],256],64510:[[1740],256],64511:[[1740],256]},64512:{64512:[[1574,1580],256],64513:[[1574,1581],256],64514:[[1574,1605],256],64515:[[1574,1609],256],64516:[[1574,1610],256],64517:[[1576,1580],256],64518:[[1576,1581],256],64519:[[1576,1582],256],64520:[[1576,1605],256],64521:[[1576,1609],256],64522:[[1576,1610],256],64523:[[1578,1580],256],64524:[[1578,1581],256],64525:[[1578,1582],256],64526:[[1578,1605],256],64527:[[1578,1609],256],64528:[[1578,1610],256],64529:[[1579,1580],256],64530:[[1579,1605],256],64531:[[1579,1609],256],64532:[[1579,1610],256],64533:[[1580,1581],256],64534:[[1580,1605],256],64535:[[1581,1580],256],64536:[[1581,1605],256],64537:[[1582,1580],256],64538:[[1582,1581],256],64539:[[1582,1605],256],64540:[[1587,1580],256],64541:[[1587,1581],256],64542:[[1587,1582],256],64543:[[1587,1605],256],64544:[[1589,1581],256],64545:[[1589,1605],256],64546:[[1590,1580],256],64547:[[1590,1581],256],64548:[[1590,1582],256],64549:[[1590,1605],256],64550:[[1591,1581],256],64551:[[1591,1605],256],64552:[[1592,1605],256],64553:[[1593,1580],256],64554:[[1593,1605],256],64555:[[1594,1580],256],64556:[[1594,1605],256],64557:[[1601,1580],256],64558:[[1601,1581],256],64559:[[1601,1582],256],64560:[[1601,1605],256],64561:[[1601,1609],256],64562:[[1601,1610],256],64563:[[1602,1581],256],64564:[[1602,1605],256],64565:[[1602,1609],256],64566:[[1602,1610],256],64567:[[1603,1575],256],64568:[[1603,1580],256],64569:[[1603,1581],256],64570:[[1603,1582],256],64571:[[1603,1604],256],64572:[[1603,1605],256],64573:[[1603,1609],256],64574:[[1603,1610],256],64575:[[1604,1580],256],64576:[[1604,1581],256],64577:[[1604,1582],256],64578:[[1604,1605],256],64579:[[1604,1609],256],64580:[[1604,1610],256],64581:[[1605,1580],256],64582:[[1605,1581],256],64583:[[1605,1582],256],64584:[[1605,1605],256],64585:[[1605,1609],256],64586:[[1605,1610],256],64587:[[1606,1580],256],64588:[[1606,1581],256],64589:[[1606,1582],256],64590:[[1606,1605],256],64591:[[1606,1609],256],64592:[[1606,1610],256],64593:[[1607,1580],256],64594:[[1607,1605],256],64595:[[1607,1609],256],64596:[[1607,1610],256],64597:[[1610,1580],256],64598:[[1610,1581],256],64599:[[1610,1582],256],64600:[[1610,1605],256],64601:[[1610,1609],256],64602:[[1610,1610],256],64603:[[1584,1648],256],64604:[[1585,1648],256],64605:[[1609,1648],256],64606:[[32,1612,1617],256],64607:[[32,1613,1617],256],64608:[[32,1614,1617],256],64609:[[32,1615,1617],256],64610:[[32,1616,1617],256],64611:[[32,1617,1648],256],64612:[[1574,1585],256],64613:[[1574,1586],256],64614:[[1574,1605],256],64615:[[1574,1606],256],64616:[[1574,1609],256],64617:[[1574,1610],256],64618:[[1576,1585],256],64619:[[1576,1586],256],64620:[[1576,1605],256],64621:[[1576,1606],256],64622:[[1576,1609],256],64623:[[1576,1610],256],64624:[[1578,1585],256],64625:[[1578,1586],256],64626:[[1578,1605],256],64627:[[1578,1606],256],64628:[[1578,1609],256],64629:[[1578,1610],256],64630:[[1579,1585],256],64631:[[1579,1586],256],64632:[[1579,1605],256],64633:[[1579,1606],256],64634:[[1579,1609],256],64635:[[1579,1610],256],64636:[[1601,1609],256],64637:[[1601,1610],256],64638:[[1602,1609],256],64639:[[1602,1610],256],64640:[[1603,1575],256],64641:[[1603,1604],256],64642:[[1603,1605],256],64643:[[1603,1609],256],64644:[[1603,1610],256],64645:[[1604,1605],256],64646:[[1604,1609],256],64647:[[1604,1610],256],64648:[[1605,1575],256],64649:[[1605,1605],256],64650:[[1606,1585],256],64651:[[1606,1586],256],64652:[[1606,1605],256],64653:[[1606,1606],256],64654:[[1606,1609],256],64655:[[1606,1610],256],64656:[[1609,1648],256],64657:[[1610,1585],256],64658:[[1610,1586],256],64659:[[1610,1605],256],64660:[[1610,1606],256],64661:[[1610,1609],256],64662:[[1610,1610],256],64663:[[1574,1580],256],64664:[[1574,1581],256],64665:[[1574,1582],256],64666:[[1574,1605],256],64667:[[1574,1607],256],64668:[[1576,1580],256],64669:[[1576,1581],256],64670:[[1576,1582],256],64671:[[1576,1605],256],64672:[[1576,1607],256],64673:[[1578,1580],256],64674:[[1578,1581],256],64675:[[1578,1582],256],64676:[[1578,1605],256],64677:[[1578,1607],256],64678:[[1579,1605],256],64679:[[1580,1581],256],64680:[[1580,1605],256],64681:[[1581,1580],256],64682:[[1581,1605],256],64683:[[1582,1580],256],64684:[[1582,1605],256],64685:[[1587,1580],256],64686:[[1587,1581],256],64687:[[1587,1582],256],64688:[[1587,1605],256],64689:[[1589,1581],256],64690:[[1589,1582],256],64691:[[1589,1605],256],64692:[[1590,1580],256],64693:[[1590,1581],256],64694:[[1590,1582],256],64695:[[1590,1605],256],64696:[[1591,1581],256],64697:[[1592,1605],256],64698:[[1593,1580],256],64699:[[1593,1605],256],64700:[[1594,1580],256],64701:[[1594,1605],256],64702:[[1601,1580],256],64703:[[1601,1581],256],64704:[[1601,1582],256],64705:[[1601,1605],256],64706:[[1602,1581],256],64707:[[1602,1605],256],64708:[[1603,1580],256],64709:[[1603,1581],256],64710:[[1603,1582],256],64711:[[1603,1604],256],64712:[[1603,1605],256],64713:[[1604,1580],256],64714:[[1604,1581],256],64715:[[1604,1582],256],64716:[[1604,1605],256],64717:[[1604,1607],256],64718:[[1605,1580],256],64719:[[1605,1581],256],64720:[[1605,1582],256],64721:[[1605,1605],256],64722:[[1606,1580],256],64723:[[1606,1581],256],64724:[[1606,1582],256],64725:[[1606,1605],256],64726:[[1606,1607],256],64727:[[1607,1580],256],64728:[[1607,1605],256],64729:[[1607,1648],256],64730:[[1610,1580],256],64731:[[1610,1581],256],64732:[[1610,1582],256],64733:[[1610,1605],256],64734:[[1610,1607],256],64735:[[1574,1605],256],64736:[[1574,1607],256],64737:[[1576,1605],256],64738:[[1576,1607],256],64739:[[1578,1605],256],64740:[[1578,1607],256],64741:[[1579,1605],256],64742:[[1579,1607],256],64743:[[1587,1605],256],64744:[[1587,1607],256],64745:[[1588,1605],256],64746:[[1588,1607],256],64747:[[1603,1604],256],64748:[[1603,1605],256],64749:[[1604,1605],256],64750:[[1606,1605],256],64751:[[1606,1607],256],64752:[[1610,1605],256],64753:[[1610,1607],256],64754:[[1600,1614,1617],256],64755:[[1600,1615,1617],256],64756:[[1600,1616,1617],256],64757:[[1591,1609],256],64758:[[1591,1610],256],64759:[[1593,1609],256],64760:[[1593,1610],256],64761:[[1594,1609],256],64762:[[1594,1610],256],64763:[[1587,1609],256],64764:[[1587,1610],256],64765:[[1588,1609],256],64766:[[1588,1610],256],64767:[[1581,1609],256]},64768:{64768:[[1581,1610],256],64769:[[1580,1609],256],64770:[[1580,1610],256],64771:[[1582,1609],256],64772:[[1582,1610],256],64773:[[1589,1609],256],64774:[[1589,1610],256],64775:[[1590,1609],256],64776:[[1590,1610],256],64777:[[1588,1580],256],64778:[[1588,1581],256],64779:[[1588,1582],256],64780:[[1588,1605],256],64781:[[1588,1585],256],64782:[[1587,1585],256],64783:[[1589,1585],256],64784:[[1590,1585],256],64785:[[1591,1609],256],64786:[[1591,1610],256],64787:[[1593,1609],256],64788:[[1593,1610],256],64789:[[1594,1609],256],64790:[[1594,1610],256],64791:[[1587,1609],256],64792:[[1587,1610],256],64793:[[1588,1609],256],64794:[[1588,1610],256],64795:[[1581,1609],256],64796:[[1581,1610],256],64797:[[1580,1609],256],64798:[[1580,1610],256],64799:[[1582,1609],256],64800:[[1582,1610],256],64801:[[1589,1609],256],64802:[[1589,1610],256],64803:[[1590,1609],256],64804:[[1590,1610],256],64805:[[1588,1580],256],64806:[[1588,1581],256],64807:[[1588,1582],256],64808:[[1588,1605],256],64809:[[1588,1585],256],64810:[[1587,1585],256],64811:[[1589,1585],256],64812:[[1590,1585],256],64813:[[1588,1580],256],64814:[[1588,1581],256],64815:[[1588,1582],256],64816:[[1588,1605],256],64817:[[1587,1607],256],64818:[[1588,1607],256],64819:[[1591,1605],256],64820:[[1587,1580],256],64821:[[1587,1581],256],64822:[[1587,1582],256],64823:[[1588,1580],256],64824:[[1588,1581],256],64825:[[1588,1582],256],64826:[[1591,1605],256],64827:[[1592,1605],256],64828:[[1575,1611],256],64829:[[1575,1611],256],64848:[[1578,1580,1605],256],64849:[[1578,1581,1580],256],64850:[[1578,1581,1580],256],64851:[[1578,1581,1605],256],64852:[[1578,1582,1605],256],64853:[[1578,1605,1580],256],64854:[[1578,1605,1581],256],64855:[[1578,1605,1582],256],64856:[[1580,1605,1581],256],64857:[[1580,1605,1581],256],64858:[[1581,1605,1610],256],64859:[[1581,1605,1609],256],64860:[[1587,1581,1580],256],64861:[[1587,1580,1581],256],64862:[[1587,1580,1609],256],64863:[[1587,1605,1581],256],64864:[[1587,1605,1581],256],64865:[[1587,1605,1580],256],64866:[[1587,1605,1605],256],64867:[[1587,1605,1605],256],64868:[[1589,1581,1581],256],64869:[[1589,1581,1581],256],64870:[[1589,1605,1605],256],64871:[[1588,1581,1605],256],64872:[[1588,1581,1605],256],64873:[[1588,1580,1610],256],64874:[[1588,1605,1582],256],64875:[[1588,1605,1582],256],64876:[[1588,1605,1605],256],64877:[[1588,1605,1605],256],64878:[[1590,1581,1609],256],64879:[[1590,1582,1605],256],64880:[[1590,1582,1605],256],64881:[[1591,1605,1581],256],64882:[[1591,1605,1581],256],64883:[[1591,1605,1605],256],64884:[[1591,1605,1610],256],64885:[[1593,1580,1605],256],64886:[[1593,1605,1605],256],64887:[[1593,1605,1605],256],64888:[[1593,1605,1609],256],64889:[[1594,1605,1605],256],64890:[[1594,1605,1610],256],64891:[[1594,1605,1609],256],64892:[[1601,1582,1605],256],64893:[[1601,1582,1605],256],64894:[[1602,1605,1581],256],64895:[[1602,1605,1605],256],64896:[[1604,1581,1605],256],64897:[[1604,1581,1610],256],64898:[[1604,1581,1609],256],64899:[[1604,1580,1580],256],64900:[[1604,1580,1580],256],64901:[[1604,1582,1605],256],64902:[[1604,1582,1605],256],64903:[[1604,1605,1581],256],64904:[[1604,1605,1581],256],64905:[[1605,1581,1580],256],64906:[[1605,1581,1605],256],64907:[[1605,1581,1610],256],64908:[[1605,1580,1581],256],64909:[[1605,1580,1605],256],64910:[[1605,1582,1580],256],64911:[[1605,1582,1605],256],64914:[[1605,1580,1582],256],64915:[[1607,1605,1580],256],64916:[[1607,1605,1605],256],64917:[[1606,1581,1605],256],64918:[[1606,1581,1609],256],64919:[[1606,1580,1605],256],64920:[[1606,1580,1605],256],64921:[[1606,1580,1609],256],64922:[[1606,1605,1610],256],64923:[[1606,1605,1609],256],64924:[[1610,1605,1605],256],64925:[[1610,1605,1605],256],64926:[[1576,1582,1610],256],64927:[[1578,1580,1610],256],64928:[[1578,1580,1609],256],64929:[[1578,1582,1610],256],64930:[[1578,1582,1609],256],64931:[[1578,1605,1610],256],64932:[[1578,1605,1609],256],64933:[[1580,1605,1610],256],64934:[[1580,1581,1609],256],64935:[[1580,1605,1609],256],64936:[[1587,1582,1609],256],64937:[[1589,1581,1610],256],64938:[[1588,1581,1610],256],64939:[[1590,1581,1610],256],64940:[[1604,1580,1610],256],64941:[[1604,1605,1610],256],64942:[[1610,1581,1610],256],64943:[[1610,1580,1610],256],64944:[[1610,1605,1610],256],64945:[[1605,1605,1610],256],64946:[[1602,1605,1610],256],64947:[[1606,1581,1610],256],64948:[[1602,1605,1581],256],64949:[[1604,1581,1605],256],64950:[[1593,1605,1610],256],64951:[[1603,1605,1610],256],64952:[[1606,1580,1581],256],64953:[[1605,1582,1610],256],64954:[[1604,1580,1605],256],64955:[[1603,1605,1605],256],64956:[[1604,1580,1605],256],64957:[[1606,1580,1581],256],64958:[[1580,1581,1610],256],64959:[[1581,1580,1610],256],64960:[[1605,1580,1610],256],64961:[[1601,1605,1610],256],64962:[[1576,1581,1610],256],64963:[[1603,1605,1605],256],64964:[[1593,1580,1605],256],64965:[[1589,1605,1605],256],64966:[[1587,1582,1610],256],64967:[[1606,1580,1610],256],65008:[[1589,1604,1746],256],65009:[[1602,1604,1746],256],65010:[[1575,1604,1604,1607],256],65011:[[1575,1603,1576,1585],256],65012:[[1605,1581,1605,1583],256],65013:[[1589,1604,1593,1605],256],65014:[[1585,1587,1608,1604],256],65015:[[1593,1604,1610,1607],256],65016:[[1608,1587,1604,1605],256],65017:[[1589,1604,1609],256],65018:[[1589,1604,1609,32,1575,1604,1604,1607,32,1593,1604,1610,1607,32,1608,1587,1604,1605],256],65019:[[1580,1604,32,1580,1604,1575,1604,1607],256],65020:[[1585,1740,1575,1604],256]},65024:{65040:[[44],256],65041:[[12289],256],65042:[[12290],256],65043:[[58],256],65044:[[59],256],65045:[[33],256],65046:[[63],256],65047:[[12310],256],65048:[[12311],256],65049:[[8230],256],65056:[,230],65057:[,230],65058:[,230],65059:[,230],65060:[,230],65061:[,230],65062:[,230],65063:[,220],65064:[,220],65065:[,220],65066:[,220],65067:[,220],65068:[,220],65069:[,220],65072:[[8229],256],65073:[[8212],256],65074:[[8211],256],65075:[[95],256],65076:[[95],256],65077:[[40],256],65078:[[41],256],65079:[[123],256],65080:[[125],256],65081:[[12308],256],65082:[[12309],256],65083:[[12304],256],65084:[[12305],256],65085:[[12298],256],65086:[[12299],256],65087:[[12296],256],65088:[[12297],256],65089:[[12300],256],65090:[[12301],256],65091:[[12302],256],65092:[[12303],256],65095:[[91],256],65096:[[93],256],65097:[[8254],256],65098:[[8254],256],65099:[[8254],256],65100:[[8254],256],65101:[[95],256],65102:[[95],256],65103:[[95],256],65104:[[44],256],65105:[[12289],256],65106:[[46],256],65108:[[59],256],65109:[[58],256],65110:[[63],256],65111:[[33],256],65112:[[8212],256],65113:[[40],256],65114:[[41],256],65115:[[123],256],65116:[[125],256],65117:[[12308],256],65118:[[12309],256],65119:[[35],256],65120:[[38],256],65121:[[42],256],65122:[[43],256],65123:[[45],256],65124:[[60],256],65125:[[62],256],65126:[[61],256],65128:[[92],256],65129:[[36],256],65130:[[37],256],65131:[[64],256],65136:[[32,1611],256],65137:[[1600,1611],256],65138:[[32,1612],256],65140:[[32,1613],256],65142:[[32,1614],256],65143:[[1600,1614],256],65144:[[32,1615],256],65145:[[1600,1615],256],65146:[[32,1616],256],65147:[[1600,1616],256],65148:[[32,1617],256],65149:[[1600,1617],256],65150:[[32,1618],256],65151:[[1600,1618],256],65152:[[1569],256],65153:[[1570],256],65154:[[1570],256],65155:[[1571],256],65156:[[1571],256],65157:[[1572],256],65158:[[1572],256],65159:[[1573],256],65160:[[1573],256],65161:[[1574],256],65162:[[1574],256],65163:[[1574],256],65164:[[1574],256],65165:[[1575],256],65166:[[1575],256],65167:[[1576],256],65168:[[1576],256],65169:[[1576],256],65170:[[1576],256],65171:[[1577],256],65172:[[1577],256],65173:[[1578],256],65174:[[1578],256],65175:[[1578],256],65176:[[1578],256],65177:[[1579],256],65178:[[1579],256],65179:[[1579],256],65180:[[1579],256],65181:[[1580],256],65182:[[1580],256],65183:[[1580],256],65184:[[1580],256],65185:[[1581],256],65186:[[1581],256],65187:[[1581],256],65188:[[1581],256],65189:[[1582],256],65190:[[1582],256],65191:[[1582],256],65192:[[1582],256],65193:[[1583],256],65194:[[1583],256],65195:[[1584],256],65196:[[1584],256],65197:[[1585],256],65198:[[1585],256],65199:[[1586],256],65200:[[1586],256],65201:[[1587],256],65202:[[1587],256],65203:[[1587],256],65204:[[1587],256],65205:[[1588],256],65206:[[1588],256],65207:[[1588],256],65208:[[1588],256],65209:[[1589],256],65210:[[1589],256],65211:[[1589],256],65212:[[1589],256],65213:[[1590],256],65214:[[1590],256],65215:[[1590],256],65216:[[1590],256],65217:[[1591],256],65218:[[1591],256],65219:[[1591],256],65220:[[1591],256],65221:[[1592],256],65222:[[1592],256],65223:[[1592],256],65224:[[1592],256],65225:[[1593],256],65226:[[1593],256],65227:[[1593],256],65228:[[1593],256],65229:[[1594],256],65230:[[1594],256],65231:[[1594],256],65232:[[1594],256],65233:[[1601],256],65234:[[1601],256],65235:[[1601],256],65236:[[1601],256],65237:[[1602],256],65238:[[1602],256],65239:[[1602],256],65240:[[1602],256],65241:[[1603],256],65242:[[1603],256],65243:[[1603],256],65244:[[1603],256],65245:[[1604],256],65246:[[1604],256],65247:[[1604],256],65248:[[1604],256],65249:[[1605],256],65250:[[1605],256],65251:[[1605],256],65252:[[1605],256],65253:[[1606],256],65254:[[1606],256],65255:[[1606],256],65256:[[1606],256],65257:[[1607],256],65258:[[1607],256],65259:[[1607],256],65260:[[1607],256],65261:[[1608],256],65262:[[1608],256],65263:[[1609],256],65264:[[1609],256],65265:[[1610],256],65266:[[1610],256],65267:[[1610],256],65268:[[1610],256],65269:[[1604,1570],256],65270:[[1604,1570],256],65271:[[1604,1571],256],65272:[[1604,1571],256],65273:[[1604,1573],256],65274:[[1604,1573],256],65275:[[1604,1575],256],65276:[[1604,1575],256]},65280:{65281:[[33],256],65282:[[34],256],65283:[[35],256],65284:[[36],256],65285:[[37],256],65286:[[38],256],65287:[[39],256],65288:[[40],256],65289:[[41],256],65290:[[42],256],65291:[[43],256],65292:[[44],256],65293:[[45],256],65294:[[46],256],65295:[[47],256],65296:[[48],256],65297:[[49],256],65298:[[50],256],65299:[[51],256],65300:[[52],256],65301:[[53],256],65302:[[54],256],65303:[[55],256],65304:[[56],256],65305:[[57],256],65306:[[58],256],65307:[[59],256],65308:[[60],256],65309:[[61],256],65310:[[62],256],65311:[[63],256],65312:[[64],256],65313:[[65],256],65314:[[66],256],65315:[[67],256],65316:[[68],256],65317:[[69],256],65318:[[70],256],65319:[[71],256],65320:[[72],256],65321:[[73],256],65322:[[74],256],65323:[[75],256],65324:[[76],256],65325:[[77],256],65326:[[78],256],65327:[[79],256],65328:[[80],256],65329:[[81],256],65330:[[82],256],65331:[[83],256],65332:[[84],256],65333:[[85],256],65334:[[86],256],65335:[[87],256],65336:[[88],256],65337:[[89],256],65338:[[90],256],65339:[[91],256],65340:[[92],256],65341:[[93],256],65342:[[94],256],65343:[[95],256],65344:[[96],256],65345:[[97],256],65346:[[98],256],65347:[[99],256],65348:[[100],256],65349:[[101],256],65350:[[102],256],65351:[[103],256],65352:[[104],256],65353:[[105],256],65354:[[106],256],65355:[[107],256],65356:[[108],256],65357:[[109],256],65358:[[110],256],65359:[[111],256],65360:[[112],256],65361:[[113],256],65362:[[114],256],65363:[[115],256],65364:[[116],256],65365:[[117],256],65366:[[118],256],65367:[[119],256],65368:[[120],256],65369:[[121],256],65370:[[122],256],65371:[[123],256],65372:[[124],256],65373:[[125],256],65374:[[126],256],65375:[[10629],256],65376:[[10630],256],65377:[[12290],256],65378:[[12300],256],65379:[[12301],256],65380:[[12289],256],65381:[[12539],256],65382:[[12530],256],65383:[[12449],256],65384:[[12451],256],65385:[[12453],256],65386:[[12455],256],65387:[[12457],256],65388:[[12515],256],65389:[[12517],256],65390:[[12519],256],65391:[[12483],256],65392:[[12540],256],65393:[[12450],256],65394:[[12452],256],65395:[[12454],256],65396:[[12456],256],65397:[[12458],256],65398:[[12459],256],65399:[[12461],256],65400:[[12463],256],65401:[[12465],256],65402:[[12467],256],65403:[[12469],256],65404:[[12471],256],65405:[[12473],256],65406:[[12475],256],65407:[[12477],256],65408:[[12479],256],65409:[[12481],256],65410:[[12484],256],65411:[[12486],256],65412:[[12488],256],65413:[[12490],256],65414:[[12491],256],65415:[[12492],256],65416:[[12493],256],65417:[[12494],256],65418:[[12495],256],65419:[[12498],256],65420:[[12501],256],65421:[[12504],256],65422:[[12507],256],65423:[[12510],256],65424:[[12511],256],65425:[[12512],256],65426:[[12513],256],65427:[[12514],256],65428:[[12516],256],65429:[[12518],256],65430:[[12520],256],65431:[[12521],256],65432:[[12522],256],65433:[[12523],256],65434:[[12524],256],65435:[[12525],256],65436:[[12527],256],65437:[[12531],256],65438:[[12441],256],65439:[[12442],256],65440:[[12644],256],65441:[[12593],256],65442:[[12594],256],65443:[[12595],256],65444:[[12596],256],65445:[[12597],256],65446:[[12598],256],65447:[[12599],256],65448:[[12600],256],65449:[[12601],256],65450:[[12602],256],65451:[[12603],256],65452:[[12604],256],65453:[[12605],256],65454:[[12606],256],65455:[[12607],256],65456:[[12608],256],65457:[[12609],256],65458:[[12610],256],65459:[[12611],256],65460:[[12612],256],65461:[[12613],256],65462:[[12614],256],65463:[[12615],256],65464:[[12616],256],65465:[[12617],256],65466:[[12618],256],65467:[[12619],256],65468:[[12620],256],65469:[[12621],256],65470:[[12622],256],65474:[[12623],256],65475:[[12624],256],65476:[[12625],256],65477:[[12626],256],65478:[[12627],256],65479:[[12628],256],65482:[[12629],256],65483:[[12630],256],65484:[[12631],256],65485:[[12632],256],65486:[[12633],256],65487:[[12634],256],65490:[[12635],256],65491:[[12636],256],65492:[[12637],256],65493:[[12638],256],65494:[[12639],256],65495:[[12640],256],65498:[[12641],256],65499:[[12642],256],65500:[[12643],256],65504:[[162],256],65505:[[163],256],65506:[[172],256],65507:[[175],256],65508:[[166],256],65509:[[165],256],65510:[[8361],256],65512:[[9474],256],65513:[[8592],256],65514:[[8593],256],65515:[[8594],256],65516:[[8595],256],65517:[[9632],256],65518:[[9675],256]}};var se={nfc:nfc,nfd:nfd,nfkc:nfkc,nfkd:nfkd};if(true){i.exports=se}else{}se.shimApplied=false;if(!String.prototype.normalize){Object.defineProperty(String.prototype,"normalize",{enumerable:false,configurable:true,writable:true,value:function normalize(){var i=""+this;var c=arguments[0]===undefined?"NFC":arguments[0];if(this===null||this===undefined){throw new TypeError("Cannot call method on "+Object.prototype.toString.call(this))}if(c==="NFC"){return se.nfc(i)}else if(c==="NFD"){return se.nfd(i)}else if(c==="NFKC"){return se.nfkc(i)}else if(c==="NFKD"){return se.nfkd(i)}else{throw new RangeError("Invalid normalization form: "+c)}}});se.shimApplied=true}})(this)},45389:(i,c,d)=>{"use strict";var p=d(2203);var A=d(39023).inherits;function Entry(){if(!(this instanceof Entry)){return new Entry}p.PassThrough.call(this);this.path=null;this.type=null;this.isDirectory=false}A(Entry,p.PassThrough);Entry.prototype.autodrain=function(){return this.pipe(new p.Transform({transform:function(i,c,d){d()}}))};i.exports=Entry},5700:(i,c,d)=>{var p=d(79896);var A=d(16928);var C=d(39023);var S=d(4469);var v=d(2203).Transform;var T=d(85580);function Extract(i){if(!(this instanceof Extract))return new Extract(i);v.call(this);this.opts=i||{};this.unzipStream=new T(this.opts);this.unfinishedEntries=0;this.afterFlushWait=false;this.createdDirectories={};var c=this;this.unzipStream.on("entry",this._processEntry.bind(this));this.unzipStream.on("error",(function(i){c.emit("error",i)}))}C.inherits(Extract,v);Extract.prototype._transform=function(i,c,d){this.unzipStream.write(i,c,d)};Extract.prototype._flush=function(i){var c=this;var allDone=function(){process.nextTick((function(){c.emit("close")}));i()};this.unzipStream.end((function(){if(c.unfinishedEntries>0){c.afterFlushWait=true;return c.on("await-finished",allDone)}allDone()}))};Extract.prototype._processEntry=function(i){var c=this;var d=A.join(this.opts.path,i.path);var C=i.isDirectory?d:A.dirname(d);this.unfinishedEntries++;var writeFileFn=function(){var A=p.createWriteStream(d);A.on("close",(function(){c.unfinishedEntries--;c._notifyAwaiter()}));A.on("error",(function(i){c.emit("error",i)}));i.pipe(A)};if(this.createdDirectories[C]||C==="."){return writeFileFn()}S(C,(function(d){if(d)return c.emit("error",d);c.createdDirectories[C]=true;if(i.isDirectory){c.unfinishedEntries--;c._notifyAwaiter();return}writeFileFn()}))};Extract.prototype._notifyAwaiter=function(){if(this.afterFlushWait&&this.unfinishedEntries===0){this.emit("await-finished");this.afterFlushWait=false}};i.exports=Extract},42092:(i,c,d)=>{var p=d(2203).Transform;var A=d(39023);function MatcherStream(i,c){if(!(this instanceof MatcherStream)){return new MatcherStream}p.call(this);var d=typeof i==="object"?i.pattern:i;this.pattern=Buffer.isBuffer(d)?d:Buffer.from(d);this.requiredLength=this.pattern.length;if(i.requiredExtraSize)this.requiredLength+=i.requiredExtraSize;this.data=new Buffer("");this.bytesSoFar=0;this.matchFn=c}A.inherits(MatcherStream,p);MatcherStream.prototype.checkDataChunk=function(i){var c=this.data.length>=this.requiredLength;if(!c){return}var d=this.data.indexOf(this.pattern,i?1:0);if(d>=0&&d+this.requiredLength>this.data.length){if(d>0){var p=this.data.slice(0,d);this.push(p);this.bytesSoFar+=d;this.data=this.data.slice(d)}return}if(d===-1){var A=this.data.length-this.requiredLength+1;var p=this.data.slice(0,A);this.push(p);this.bytesSoFar+=A;this.data=this.data.slice(A);return}if(d>0){var p=this.data.slice(0,d);this.data=this.data.slice(d);this.push(p);this.bytesSoFar+=d}var C=this.matchFn?this.matchFn(this.data,this.bytesSoFar):true;if(C){this.data=new Buffer("");return}return true};MatcherStream.prototype._transform=function(i,c,d){this.data=Buffer.concat([this.data,i]);var p=true;while(this.checkDataChunk(!p)){p=false}d()};MatcherStream.prototype._flush=function(i){if(this.data.length>0){var c=true;while(this.checkDataChunk(!c)){c=false}}if(this.data.length>0){this.push(this.data);this.data=null}i()};i.exports=MatcherStream},41879:(i,c,d)=>{var p=d(2203).Transform;var A=d(39023);var C=d(85580);function ParserStream(i){if(!(this instanceof ParserStream)){return new ParserStream(i)}var c=i||{};p.call(this,{readableObjectMode:true});this.opts=i||{};this.unzipStream=new C(this.opts);var d=this;this.unzipStream.on("entry",(function(i){d.push(i)}));this.unzipStream.on("error",(function(i){d.emit("error",i)}))}A.inherits(ParserStream,p);ParserStream.prototype._transform=function(i,c,d){this.unzipStream.write(i,c,d)};ParserStream.prototype._flush=function(i){var c=this;this.unzipStream.end((function(){process.nextTick((function(){c.emit("close")}));i()}))};ParserStream.prototype.on=function(i,c){if(i==="entry"){return p.prototype.on.call(this,"data",c)}return p.prototype.on.call(this,i,c)};ParserStream.prototype.drainAll=function(){this.unzipStream.drainAll();return this.pipe(new p({objectMode:true,transform:function(i,c,d){d()}}))};i.exports=ParserStream},85580:(i,c,d)=>{"use strict";var p=d(58769);var A=d(2203);var C=d(39023);var S=d(43106);var v=d(42092);var T=d(45389);const _={STREAM_START:0,START:1,LOCAL_FILE_HEADER:2,LOCAL_FILE_HEADER_SUFFIX:3,FILE_DATA:4,FILE_DATA_END:5,DATA_DESCRIPTOR:6,CENTRAL_DIRECTORY_FILE_HEADER:7,CENTRAL_DIRECTORY_FILE_HEADER_SUFFIX:8,CDIR64_END:9,CDIR64_END_DATA_SECTOR:10,CDIR64_LOCATOR:11,CENTRAL_DIRECTORY_END:12,CENTRAL_DIRECTORY_END_COMMENT:13,TRAILING_JUNK:14,ERROR:99};const V=4294967296;const Z=67324752;const ee=134695760;const te=33639248;const re=101075792;const ne=117853008;const ie=101010256;function UnzipStream(i){if(!(this instanceof UnzipStream)){return new UnzipStream(i)}A.Transform.call(this);this.options=i||{};this.data=new Buffer("");this.state=_.STREAM_START;this.skippedBytes=0;this.parsedEntity=null;this.outStreamInfo={}}C.inherits(UnzipStream,A.Transform);UnzipStream.prototype.processDataChunk=function(i){var c;switch(this.state){case _.STREAM_START:case _.START:c=4;break;case _.LOCAL_FILE_HEADER:c=26;break;case _.LOCAL_FILE_HEADER_SUFFIX:c=this.parsedEntity.fileNameLength+this.parsedEntity.extraFieldLength;break;case _.DATA_DESCRIPTOR:c=12;break;case _.CENTRAL_DIRECTORY_FILE_HEADER:c=42;break;case _.CENTRAL_DIRECTORY_FILE_HEADER_SUFFIX:c=this.parsedEntity.fileNameLength+this.parsedEntity.extraFieldLength+this.parsedEntity.fileCommentLength;break;case _.CDIR64_END:c=52;break;case _.CDIR64_END_DATA_SECTOR:c=this.parsedEntity.centralDirectoryRecordSize-44;break;case _.CDIR64_LOCATOR:c=16;break;case _.CENTRAL_DIRECTORY_END:c=18;break;case _.CENTRAL_DIRECTORY_END_COMMENT:c=this.parsedEntity.commentLength;break;case _.FILE_DATA:return 0;case _.FILE_DATA_END:return 0;case _.TRAILING_JUNK:if(this.options.debug)console.log("found",i.length,"bytes of TRAILING_JUNK");return i.length;default:return i.length}var d=i.length;if(d<c){return 0}switch(this.state){case _.STREAM_START:case _.START:var p=i.readUInt32LE(0);switch(p){case Z:this.state=_.LOCAL_FILE_HEADER;break;case te:this.state=_.CENTRAL_DIRECTORY_FILE_HEADER;break;case re:this.state=_.CDIR64_END;break;case ne:this.state=_.CDIR64_LOCATOR;break;case ie:this.state=_.CENTRAL_DIRECTORY_END;break;default:var A=this.state===_.STREAM_START;if(!A&&(p&65535)!==19280&&this.skippedBytes<26){var C=p;var S=4;for(var v=1;v<4&&C!==0;v++){C=C>>>8;if((C&255)===80){S=v;break}}this.skippedBytes+=S;if(this.options.debug)console.log("Skipped",this.skippedBytes,"bytes");return S}this.state=_.ERROR;var ee=A?"Not a valid zip file":"Invalid signature in zip file";if(this.options.debug){var se=i.readUInt32LE(0);var ae;try{ae=i.slice(0,4).toString()}catch(i){}console.log("Unexpected signature in zip file: 0x"+se.toString(16),'"'+ae+'", skipped',this.skippedBytes,"bytes")}this.emit("error",new Error(ee));return i.length}this.skippedBytes=0;return c;case _.LOCAL_FILE_HEADER:this.parsedEntity=this._readFile(i);this.state=_.LOCAL_FILE_HEADER_SUFFIX;return c;case _.LOCAL_FILE_HEADER_SUFFIX:var oe=new T;var le=(this.parsedEntity.flags&2048)!==0;oe.path=this._decodeString(i.slice(0,this.parsedEntity.fileNameLength),le);var ce=i.slice(this.parsedEntity.fileNameLength,this.parsedEntity.fileNameLength+this.parsedEntity.extraFieldLength);var de=this._readExtraFields(ce);if(de&&de.parsed){if(de.parsed.path&&!le){oe.path=de.parsed.path}if(Number.isFinite(de.parsed.uncompressedSize)&&this.parsedEntity.uncompressedSize===V-1){this.parsedEntity.uncompressedSize=de.parsed.uncompressedSize}if(Number.isFinite(de.parsed.compressedSize)&&this.parsedEntity.compressedSize===V-1){this.parsedEntity.compressedSize=de.parsed.compressedSize}}this.parsedEntity.extra=de.parsed||{};if(this.options.debug){const i=Object.assign({},this.parsedEntity,{path:oe.path,flags:"0x"+this.parsedEntity.flags.toString(16),extraFields:de&&de.debug});console.log("decoded LOCAL_FILE_HEADER:",JSON.stringify(i,null,2))}this._prepareOutStream(this.parsedEntity,oe);this.emit("entry",oe);this.state=_.FILE_DATA;return c;case _.CENTRAL_DIRECTORY_FILE_HEADER:this.parsedEntity=this._readCentralDirectoryEntry(i);this.state=_.CENTRAL_DIRECTORY_FILE_HEADER_SUFFIX;return c;case _.CENTRAL_DIRECTORY_FILE_HEADER_SUFFIX:var le=(this.parsedEntity.flags&2048)!==0;var ue=this._decodeString(i.slice(0,this.parsedEntity.fileNameLength),le);var ce=i.slice(this.parsedEntity.fileNameLength,this.parsedEntity.fileNameLength+this.parsedEntity.extraFieldLength);var de=this._readExtraFields(ce);if(de&&de.parsed&&de.parsed.path&&!le){ue=de.parsed.path}this.parsedEntity.extra=de.parsed;var pe=(this.parsedEntity.versionMadeBy&65280)>>8===3;var Ae,fe;if(pe){Ae=this.parsedEntity.externalFileAttributes>>>16;var he=Ae>>>12;fe=(he&10)===10}if(this.options.debug){const i=Object.assign({},this.parsedEntity,{path:ue,flags:"0x"+this.parsedEntity.flags.toString(16),unixAttrs:Ae&&"0"+Ae.toString(8),isSymlink:fe,extraFields:de.debug});console.log("decoded CENTRAL_DIRECTORY_FILE_HEADER:",JSON.stringify(i,null,2))}this.state=_.START;return c;case _.CDIR64_END:this.parsedEntity=this._readEndOfCentralDirectory64(i);if(this.options.debug){console.log("decoded CDIR64_END_RECORD:",this.parsedEntity)}this.state=_.CDIR64_END_DATA_SECTOR;return c;case _.CDIR64_END_DATA_SECTOR:this.state=_.START;return c;case _.CDIR64_LOCATOR:this.state=_.START;return c;case _.CENTRAL_DIRECTORY_END:this.parsedEntity=this._readEndOfCentralDirectory(i);if(this.options.debug){console.log("decoded CENTRAL_DIRECTORY_END:",this.parsedEntity)}this.state=_.CENTRAL_DIRECTORY_END_COMMENT;return c;case _.CENTRAL_DIRECTORY_END_COMMENT:if(this.options.debug){console.log("decoded CENTRAL_DIRECTORY_END_COMMENT:",i.slice(0,c).toString())}this.state=_.TRAILING_JUNK;return c;case _.ERROR:return i.length;default:console.log("didn't handle state #",this.state,"discarding");return i.length}};UnzipStream.prototype._prepareOutStream=function(i,c){var d=this;var p=i.uncompressedSize===0&&/[\/\\]$/.test(c.path);c.path=c.path.replace(/(?<=^|[/\\]+)[.][.]+(?=[/\\]+|$)/g,".");c.type=p?"Directory":"File";c.isDirectory=p;var C=!(i.flags&8);if(C){c.size=i.uncompressedSize}var Z=i.versionsNeededToExtract<=45;this.outStreamInfo={stream:null,limit:C?i.compressedSize:-1,written:0};if(!C){var te=new Buffer(4);te.writeUInt32LE(ee,0);var re=i.extra.zip64Mode;var ne=re?20:12;var ie={pattern:te,requiredExtraSize:ne};var se=new v(ie,(function(i,c){var p=d._readDataDescriptor(i,re);var A=p.compressedSize===c;if(!re&&!A&&c>=V){var C=c-V;while(C>=0){A=p.compressedSize===C;if(A)break;C-=V}}if(!A){return}d.state=_.FILE_DATA_END;var S=re?24:16;if(d.data.length>0){d.data=Buffer.concat([i.slice(S),d.data])}else{d.data=i.slice(S)}return true}));this.outStreamInfo.stream=se}else{this.outStreamInfo.stream=new A.PassThrough}var ae=i.flags&1||i.flags&64;if(ae||!Z){var oe=ae?"Encrypted files are not supported!":"Zip version "+Math.floor(i.versionsNeededToExtract/10)+"."+i.versionsNeededToExtract%10+" is not supported";c.skip=true;setImmediate((()=>{d.emit("error",new Error(oe))}));this.outStreamInfo.stream.pipe((new T).autodrain());return}var le=i.compressionMethod>0;if(le){var ce=S.createInflateRaw();ce.on("error",(function(i){d.state=_.ERROR;d.emit("error",i)}));this.outStreamInfo.stream.pipe(ce).pipe(c)}else{this.outStreamInfo.stream.pipe(c)}if(this._drainAllEntries){c.autodrain()}};UnzipStream.prototype._readFile=function(i){var c=p.parse(i).word16lu("versionsNeededToExtract").word16lu("flags").word16lu("compressionMethod").word16lu("lastModifiedTime").word16lu("lastModifiedDate").word32lu("crc32").word32lu("compressedSize").word32lu("uncompressedSize").word16lu("fileNameLength").word16lu("extraFieldLength").vars;return c};UnzipStream.prototype._readExtraFields=function(i){var c={};var d={parsed:c};if(this.options.debug){d.debug=[]}var A=0;while(A<i.length){var C=p.parse(i).skip(A).word16lu("extraId").word16lu("extraSize").vars;A+=4;var S=undefined;switch(C.extraId){case 1:S="Zip64 extended information extra field";var v=p.parse(i.slice(A,A+C.extraSize)).word64lu("uncompressedSize").word64lu("compressedSize").word64lu("offsetToLocalHeader").word32lu("diskStartNumber").vars;if(v.uncompressedSize!==null){c.uncompressedSize=v.uncompressedSize}if(v.compressedSize!==null){c.compressedSize=v.compressedSize}c.zip64Mode=true;break;case 10:S="NTFS extra field";break;case 21589:S="extended timestamp";var T=i.readUInt8(A);var _=1;if(C.extraSize>=_+4&&T&1){c.mtime=new Date(i.readUInt32LE(A+_)*1e3);_+=4}if(C.extraSize>=_+4&&T&2){c.atime=new Date(i.readUInt32LE(A+_)*1e3);_+=4}if(C.extraSize>=_+4&&T&4){c.ctime=new Date(i.readUInt32LE(A+_)*1e3)}break;case 28789:S="Info-ZIP Unicode Path Extra Field";var V=i.readUInt8(A);if(V===1){var _=1;var Z=i.readUInt32LE(A+_);_+=4;var ee=i.slice(A+_);c.path=ee.toString()}break;case 13:case 22613:S=C.extraId===13?"PKWARE Unix":"Info-ZIP UNIX (type 1)";var _=0;if(C.extraSize>=8){var te=new Date(i.readUInt32LE(A+_)*1e3);_+=4;var re=new Date(i.readUInt32LE(A+_)*1e3);_+=4;c.atime=te;c.mtime=re;if(C.extraSize>=12){var ne=i.readUInt16LE(A+_);_+=2;var ie=i.readUInt16LE(A+_);_+=2;c.uid=ne;c.gid=ie}}break;case 30805:S="Info-ZIP UNIX (type 2)";var _=0;if(C.extraSize>=4){var ne=i.readUInt16LE(A+_);_+=2;var ie=i.readUInt16LE(A+_);_+=2;c.uid=ne;c.gid=ie}break;case 30837:S="Info-ZIP New Unix";var _=0;var se=i.readUInt8(A);_+=1;if(se===1){var ae=i.readUInt8(A+_);_+=1;if(ae<=6){c.uid=i.readUIntLE(A+_,ae)}_+=ae;var oe=i.readUInt8(A+_);_+=1;if(oe<=6){c.gid=i.readUIntLE(A+_,oe)}}break;case 30062:S="ASi Unix";var _=0;if(C.extraSize>=14){var le=i.readUInt32LE(A+_);_+=4;var ce=i.readUInt16LE(A+_);_+=2;var de=i.readUInt32LE(A+_);_+=4;var ne=i.readUInt16LE(A+_);_+=2;var ie=i.readUInt16LE(A+_);_+=2;c.mode=ce;c.uid=ne;c.gid=ie;if(C.extraSize>14){var ue=A+_;var pe=A+C.extraSize-14;var Ae=this._decodeString(i.slice(ue,pe));c.symlink=Ae}}break}if(this.options.debug){d.debug.push({extraId:"0x"+C.extraId.toString(16),description:S,data:i.slice(A,A+C.extraSize).inspect()})}A+=C.extraSize}return d};UnzipStream.prototype._readDataDescriptor=function(i,c){if(c){var d=p.parse(i).word32lu("dataDescriptorSignature").word32lu("crc32").word64lu("compressedSize").word64lu("uncompressedSize").vars;return d}var d=p.parse(i).word32lu("dataDescriptorSignature").word32lu("crc32").word32lu("compressedSize").word32lu("uncompressedSize").vars;return d};UnzipStream.prototype._readCentralDirectoryEntry=function(i){var c=p.parse(i).word16lu("versionMadeBy").word16lu("versionsNeededToExtract").word16lu("flags").word16lu("compressionMethod").word16lu("lastModifiedTime").word16lu("lastModifiedDate").word32lu("crc32").word32lu("compressedSize").word32lu("uncompressedSize").word16lu("fileNameLength").word16lu("extraFieldLength").word16lu("fileCommentLength").word16lu("diskNumber").word16lu("internalFileAttributes").word32lu("externalFileAttributes").word32lu("offsetToLocalFileHeader").vars;return c};UnzipStream.prototype._readEndOfCentralDirectory64=function(i){var c=p.parse(i).word64lu("centralDirectoryRecordSize").word16lu("versionMadeBy").word16lu("versionsNeededToExtract").word32lu("diskNumber").word32lu("diskNumberWithCentralDirectoryStart").word64lu("centralDirectoryEntries").word64lu("totalCentralDirectoryEntries").word64lu("sizeOfCentralDirectory").word64lu("offsetToStartOfCentralDirectory").vars;return c};UnzipStream.prototype._readEndOfCentralDirectory=function(i){var c=p.parse(i).word16lu("diskNumber").word16lu("diskStart").word16lu("centralDirectoryEntries").word16lu("totalCentralDirectoryEntries").word32lu("sizeOfCentralDirectory").word32lu("offsetToStartOfCentralDirectory").word16lu("commentLength").vars;return c};const se="\0☺☻♥♦♣♠•◘○◙♂♀♪♫☼►◄↕‼¶§▬↨↑↓→←∟↔▲▼ !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~⌂ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜ¢£¥₧ƒáíóúñѪº¿⌐¬½¼¡«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ ";UnzipStream.prototype._decodeString=function(i,c){if(c){return i.toString("utf8")}if(this.options.decodeString){return this.options.decodeString(i)}let d="";for(var p=0;p<i.length;p++){d+=se[i[p]]}return d};UnzipStream.prototype._parseOrOutput=function(i,c){var d;while((d=this.processDataChunk(this.data))>0){this.data=this.data.slice(d);if(this.data.length===0)break}if(this.state===_.FILE_DATA){if(this.outStreamInfo.limit>=0){var p=this.outStreamInfo.limit-this.outStreamInfo.written;var A;if(p<this.data.length){A=this.data.slice(0,p);this.data=this.data.slice(p)}else{A=this.data;this.data=new Buffer("")}this.outStreamInfo.written+=A.length;if(this.outStreamInfo.limit===this.outStreamInfo.written){this.state=_.START;this.outStreamInfo.stream.end(A,i,c)}else{this.outStreamInfo.stream.write(A,i,c)}}else{var A=this.data;this.data=new Buffer("");this.outStreamInfo.written+=A.length;var C=this.outStreamInfo.stream;C.write(A,i,(()=>{if(this.state===_.FILE_DATA_END){this.state=_.START;return C.end(c)}c()}))}return}c()};UnzipStream.prototype.drainAll=function(){this._drainAllEntries=true};UnzipStream.prototype._transform=function(i,c,d){var p=this;if(p.data.length>0){p.data=Buffer.concat([p.data,i])}else{p.data=i}var A=p.data.length;var done=function(){if(p.data.length>0&&p.data.length<A){A=p.data.length;p._parseOrOutput(c,done);return}d()};p._parseOrOutput(c,done)};UnzipStream.prototype._flush=function(i){var c=this;if(c.data.length>0){c._parseOrOutput("buffer",(function(){if(c.data.length>0)return setImmediate((function(){c._flush(i)}));i()}));return}if(c.state===_.FILE_DATA){return i(new Error("Stream finished in an invalid state, uncompression failed"))}setImmediate(i)};i.exports=UnzipStream},33991:(i,c,d)=>{"use strict";c.Parse=d(41879);c.Extract=d(5700)},24488:(i,c,d)=>{i.exports=d(39023).deprecate},37125:i=>{"use strict";var c={};i.exports=c;function sign(i){return i<0?-1:1}function evenRound(i){if(i%1===.5&&(i&1)===0){return Math.floor(i)}else{return Math.round(i)}}function createNumberConversion(i,c){if(!c.unsigned){--i}const d=c.unsigned?0:-Math.pow(2,i);const p=Math.pow(2,i)-1;const A=c.moduloBitLength?Math.pow(2,c.moduloBitLength):Math.pow(2,i);const C=c.moduloBitLength?Math.pow(2,c.moduloBitLength-1):Math.pow(2,i-1);return function(i,S){if(!S)S={};let v=+i;if(S.enforceRange){if(!Number.isFinite(v)){throw new TypeError("Argument is not a finite number")}v=sign(v)*Math.floor(Math.abs(v));if(v<d||v>p){throw new TypeError("Argument is not in byte range")}return v}if(!isNaN(v)&&S.clamp){v=evenRound(v);if(v<d)v=d;if(v>p)v=p;return v}if(!Number.isFinite(v)||v===0){return 0}v=sign(v)*Math.floor(Math.abs(v));v=v%A;if(!c.unsigned&&v>=C){return v-A}else if(c.unsigned){if(v<0){v+=A}else if(v===-0){return 0}}return v}}c["void"]=function(){return undefined};c["boolean"]=function(i){return!!i};c["byte"]=createNumberConversion(8,{unsigned:false});c["octet"]=createNumberConversion(8,{unsigned:true});c["short"]=createNumberConversion(16,{unsigned:false});c["unsigned short"]=createNumberConversion(16,{unsigned:true});c["long"]=createNumberConversion(32,{unsigned:false});c["unsigned long"]=createNumberConversion(32,{unsigned:true});c["long long"]=createNumberConversion(32,{unsigned:false,moduloBitLength:64});c["unsigned long long"]=createNumberConversion(32,{unsigned:true,moduloBitLength:64});c["double"]=function(i){const c=+i;if(!Number.isFinite(c)){throw new TypeError("Argument is not a finite floating-point value")}return c};c["unrestricted double"]=function(i){const c=+i;if(isNaN(c)){throw new TypeError("Argument is NaN")}return c};c["float"]=c["double"];c["unrestricted float"]=c["unrestricted double"];c["DOMString"]=function(i,c){if(!c)c={};if(c.treatNullAsEmptyString&&i===null){return""}return String(i)};c["ByteString"]=function(i,c){const d=String(i);let p=undefined;for(let i=0;(p=d.codePointAt(i))!==undefined;++i){if(p>255){throw new TypeError("Argument is not a valid bytestring")}}return d};c["USVString"]=function(i){const c=String(i);const d=c.length;const p=[];for(let i=0;i<d;++i){const A=c.charCodeAt(i);if(A<55296||A>57343){p.push(String.fromCodePoint(A))}else if(56320<=A&&A<=57343){p.push(String.fromCodePoint(65533))}else{if(i===d-1){p.push(String.fromCodePoint(65533))}else{const d=c.charCodeAt(i+1);if(56320<=d&&d<=57343){const c=A&1023;const C=d&1023;p.push(String.fromCodePoint((2<<15)+(2<<9)*c+C));++i}else{p.push(String.fromCodePoint(65533))}}}}return p.join("")};c["Date"]=function(i,c){if(!(i instanceof Date)){throw new TypeError("Argument is not a Date object")}if(isNaN(i)){return undefined}return i};c["RegExp"]=function(i,c){if(!(i instanceof RegExp)){i=new RegExp(i)}return i}},23184:(i,c,d)=>{"use strict";const p=d(20905);c.implementation=class URLImpl{constructor(i){const c=i[0];const d=i[1];let A=null;if(d!==undefined){A=p.basicURLParse(d);if(A==="failure"){throw new TypeError("Invalid base URL")}}const C=p.basicURLParse(c,{baseURL:A});if(C==="failure"){throw new TypeError("Invalid URL")}this._url=C}get href(){return p.serializeURL(this._url)}set href(i){const c=p.basicURLParse(i);if(c==="failure"){throw new TypeError("Invalid URL")}this._url=c}get origin(){return p.serializeURLOrigin(this._url)}get protocol(){return this._url.scheme+":"}set protocol(i){p.basicURLParse(i+":",{url:this._url,stateOverride:"scheme start"})}get username(){return this._url.username}set username(i){if(p.cannotHaveAUsernamePasswordPort(this._url)){return}p.setTheUsername(this._url,i)}get password(){return this._url.password}set password(i){if(p.cannotHaveAUsernamePasswordPort(this._url)){return}p.setThePassword(this._url,i)}get host(){const i=this._url;if(i.host===null){return""}if(i.port===null){return p.serializeHost(i.host)}return p.serializeHost(i.host)+":"+p.serializeInteger(i.port)}set host(i){if(this._url.cannotBeABaseURL){return}p.basicURLParse(i,{url:this._url,stateOverride:"host"})}get hostname(){if(this._url.host===null){return""}return p.serializeHost(this._url.host)}set hostname(i){if(this._url.cannotBeABaseURL){return}p.basicURLParse(i,{url:this._url,stateOverride:"hostname"})}get port(){if(this._url.port===null){return""}return p.serializeInteger(this._url.port)}set port(i){if(p.cannotHaveAUsernamePasswordPort(this._url)){return}if(i===""){this._url.port=null}else{p.basicURLParse(i,{url:this._url,stateOverride:"port"})}}get pathname(){if(this._url.cannotBeABaseURL){return this._url.path[0]}if(this._url.path.length===0){return""}return"/"+this._url.path.join("/")}set pathname(i){if(this._url.cannotBeABaseURL){return}this._url.path=[];p.basicURLParse(i,{url:this._url,stateOverride:"path start"})}get search(){if(this._url.query===null||this._url.query===""){return""}return"?"+this._url.query}set search(i){const c=this._url;if(i===""){c.query=null;return}const d=i[0]==="?"?i.substring(1):i;c.query="";p.basicURLParse(d,{url:c,stateOverride:"query"})}get hash(){if(this._url.fragment===null||this._url.fragment===""){return""}return"#"+this._url.fragment}set hash(i){if(i===""){this._url.fragment=null;return}const c=i[0]==="#"?i.substring(1):i;this._url.fragment="";p.basicURLParse(c,{url:this._url,stateOverride:"fragment"})}toJSON(){return this.href}}},66633:(i,c,d)=>{"use strict";const p=d(37125);const A=d(39857);const C=d(23184);const S=A.implSymbol;function URL(c){if(!this||this[S]||!(this instanceof URL)){throw new TypeError("Failed to construct 'URL': Please use the 'new' operator, this DOM object constructor cannot be called as a function.")}if(arguments.length<1){throw new TypeError("Failed to construct 'URL': 1 argument required, but only "+arguments.length+" present.")}const d=[];for(let i=0;i<arguments.length&&i<2;++i){d[i]=arguments[i]}d[0]=p["USVString"](d[0]);if(d[1]!==undefined){d[1]=p["USVString"](d[1])}i.exports.setup(this,d)}URL.prototype.toJSON=function toJSON(){if(!this||!i.exports.is(this)){throw new TypeError("Illegal invocation")}const c=[];for(let i=0;i<arguments.length&&i<0;++i){c[i]=arguments[i]}return this[S].toJSON.apply(this[S],c)};Object.defineProperty(URL.prototype,"href",{get(){return this[S].href},set(i){i=p["USVString"](i);this[S].href=i},enumerable:true,configurable:true});URL.prototype.toString=function(){if(!this||!i.exports.is(this)){throw new TypeError("Illegal invocation")}return this.href};Object.defineProperty(URL.prototype,"origin",{get(){return this[S].origin},enumerable:true,configurable:true});Object.defineProperty(URL.prototype,"protocol",{get(){return this[S].protocol},set(i){i=p["USVString"](i);this[S].protocol=i},enumerable:true,configurable:true});Object.defineProperty(URL.prototype,"username",{get(){return this[S].username},set(i){i=p["USVString"](i);this[S].username=i},enumerable:true,configurable:true});Object.defineProperty(URL.prototype,"password",{get(){return this[S].password},set(i){i=p["USVString"](i);this[S].password=i},enumerable:true,configurable:true});Object.defineProperty(URL.prototype,"host",{get(){return this[S].host},set(i){i=p["USVString"](i);this[S].host=i},enumerable:true,configurable:true});Object.defineProperty(URL.prototype,"hostname",{get(){return this[S].hostname},set(i){i=p["USVString"](i);this[S].hostname=i},enumerable:true,configurable:true});Object.defineProperty(URL.prototype,"port",{get(){return this[S].port},set(i){i=p["USVString"](i);this[S].port=i},enumerable:true,configurable:true});Object.defineProperty(URL.prototype,"pathname",{get(){return this[S].pathname},set(i){i=p["USVString"](i);this[S].pathname=i},enumerable:true,configurable:true});Object.defineProperty(URL.prototype,"search",{get(){return this[S].search},set(i){i=p["USVString"](i);this[S].search=i},enumerable:true,configurable:true});Object.defineProperty(URL.prototype,"hash",{get(){return this[S].hash},set(i){i=p["USVString"](i);this[S].hash=i},enumerable:true,configurable:true});i.exports={is(i){return!!i&&i[S]instanceof C.implementation},create(i,c){let d=Object.create(URL.prototype);this.setup(d,i,c);return d},setup(i,c,d){if(!d)d={};d.wrapper=i;i[S]=new C.implementation(c,d);i[S][A.wrapperSymbol]=i},interface:URL,expose:{Window:{URL:URL},Worker:{URL:URL}}}},62686:(i,c,d)=>{"use strict";c.URL=d(66633)["interface"];c.serializeURL=d(20905).serializeURL;c.serializeURLOrigin=d(20905).serializeURLOrigin;c.basicURLParse=d(20905).basicURLParse;c.setTheUsername=d(20905).setTheUsername;c.setThePassword=d(20905).setThePassword;c.serializeHost=d(20905).serializeHost;c.serializeInteger=d(20905).serializeInteger;c.parseURL=d(20905).parseURL},20905:(i,c,d)=>{"use strict";const p=d(24876);const A=d(1552);const C={ftp:21,file:null,gopher:70,http:80,https:443,ws:80,wss:443};const S=Symbol("failure");function countSymbols(i){return p.ucs2.decode(i).length}function at(i,c){const d=i[c];return isNaN(d)?undefined:String.fromCodePoint(d)}function isASCIIDigit(i){return i>=48&&i<=57}function isASCIIAlpha(i){return i>=65&&i<=90||i>=97&&i<=122}function isASCIIAlphanumeric(i){return isASCIIAlpha(i)||isASCIIDigit(i)}function isASCIIHex(i){return isASCIIDigit(i)||i>=65&&i<=70||i>=97&&i<=102}function isSingleDot(i){return i==="."||i.toLowerCase()==="%2e"}function isDoubleDot(i){i=i.toLowerCase();return i===".."||i==="%2e."||i===".%2e"||i==="%2e%2e"}function isWindowsDriveLetterCodePoints(i,c){return isASCIIAlpha(i)&&(c===58||c===124)}function isWindowsDriveLetterString(i){return i.length===2&&isASCIIAlpha(i.codePointAt(0))&&(i[1]===":"||i[1]==="|")}function isNormalizedWindowsDriveLetterString(i){return i.length===2&&isASCIIAlpha(i.codePointAt(0))&&i[1]===":"}function containsForbiddenHostCodePoint(i){return i.search(/\u0000|\u0009|\u000A|\u000D|\u0020|#|%|\/|:|\?|@|\[|\\|\]/)!==-1}function containsForbiddenHostCodePointExcludingPercent(i){return i.search(/\u0000|\u0009|\u000A|\u000D|\u0020|#|\/|:|\?|@|\[|\\|\]/)!==-1}function isSpecialScheme(i){return C[i]!==undefined}function isSpecial(i){return isSpecialScheme(i.scheme)}function defaultPort(i){return C[i]}function percentEncode(i){let c=i.toString(16).toUpperCase();if(c.length===1){c="0"+c}return"%"+c}function utf8PercentEncode(i){const c=new Buffer(i);let d="";for(let i=0;i<c.length;++i){d+=percentEncode(c[i])}return d}function utf8PercentDecode(i){const c=new Buffer(i);const d=[];for(let i=0;i<c.length;++i){if(c[i]!==37){d.push(c[i])}else if(c[i]===37&&isASCIIHex(c[i+1])&&isASCIIHex(c[i+2])){d.push(parseInt(c.slice(i+1,i+3).toString(),16));i+=2}else{d.push(c[i])}}return new Buffer(d).toString()}function isC0ControlPercentEncode(i){return i<=31||i>126}const v=new Set([32,34,35,60,62,63,96,123,125]);function isPathPercentEncode(i){return isC0ControlPercentEncode(i)||v.has(i)}const T=new Set([47,58,59,61,64,91,92,93,94,124]);function isUserinfoPercentEncode(i){return isPathPercentEncode(i)||T.has(i)}function percentEncodeChar(i,c){const d=String.fromCodePoint(i);if(c(i)){return utf8PercentEncode(d)}return d}function parseIPv4Number(i){let c=10;if(i.length>=2&&i.charAt(0)==="0"&&i.charAt(1).toLowerCase()==="x"){i=i.substring(2);c=16}else if(i.length>=2&&i.charAt(0)==="0"){i=i.substring(1);c=8}if(i===""){return 0}const d=c===10?/[^0-9]/:c===16?/[^0-9A-Fa-f]/:/[^0-7]/;if(d.test(i)){return S}return parseInt(i,c)}function parseIPv4(i){const c=i.split(".");if(c[c.length-1]===""){if(c.length>1){c.pop()}}if(c.length>4){return i}const d=[];for(const p of c){if(p===""){return i}const c=parseIPv4Number(p);if(c===S){return i}d.push(c)}for(let i=0;i<d.length-1;++i){if(d[i]>255){return S}}if(d[d.length-1]>=Math.pow(256,5-d.length)){return S}let p=d.pop();let A=0;for(const i of d){p+=i*Math.pow(256,3-A);++A}return p}function serializeIPv4(i){let c="";let d=i;for(let i=1;i<=4;++i){c=String(d%256)+c;if(i!==4){c="."+c}d=Math.floor(d/256)}return c}function parseIPv6(i){const c=[0,0,0,0,0,0,0,0];let d=0;let A=null;let C=0;i=p.ucs2.decode(i);if(i[C]===58){if(i[C+1]!==58){return S}C+=2;++d;A=d}while(C<i.length){if(d===8){return S}if(i[C]===58){if(A!==null){return S}++C;++d;A=d;continue}let p=0;let v=0;while(v<4&&isASCIIHex(i[C])){p=p*16+parseInt(at(i,C),16);++C;++v}if(i[C]===46){if(v===0){return S}C-=v;if(d>6){return S}let p=0;while(i[C]!==undefined){let A=null;if(p>0){if(i[C]===46&&p<4){++C}else{return S}}if(!isASCIIDigit(i[C])){return S}while(isASCIIDigit(i[C])){const c=parseInt(at(i,C));if(A===null){A=c}else if(A===0){return S}else{A=A*10+c}if(A>255){return S}++C}c[d]=c[d]*256+A;++p;if(p===2||p===4){++d}}if(p!==4){return S}break}else if(i[C]===58){++C;if(i[C]===undefined){return S}}else if(i[C]!==undefined){return S}c[d]=p;++d}if(A!==null){let i=d-A;d=7;while(d!==0&&i>0){const p=c[A+i-1];c[A+i-1]=c[d];c[d]=p;--d;--i}}else if(A===null&&d!==8){return S}return c}function serializeIPv6(i){let c="";const d=findLongestZeroSequence(i);const p=d.idx;let A=false;for(let d=0;d<=7;++d){if(A&&i[d]===0){continue}else if(A){A=false}if(p===d){const i=d===0?"::":":";c+=i;A=true;continue}c+=i[d].toString(16);if(d!==7){c+=":"}}return c}function parseHost(i,c){if(i[0]==="["){if(i[i.length-1]!=="]"){return S}return parseIPv6(i.substring(1,i.length-1))}if(!c){return parseOpaqueHost(i)}const d=utf8PercentDecode(i);const p=A.toASCII(d,false,A.PROCESSING_OPTIONS.NONTRANSITIONAL,false);if(p===null){return S}if(containsForbiddenHostCodePoint(p)){return S}const C=parseIPv4(p);if(typeof C==="number"||C===S){return C}return p}function parseOpaqueHost(i){if(containsForbiddenHostCodePointExcludingPercent(i)){return S}let c="";const d=p.ucs2.decode(i);for(let i=0;i<d.length;++i){c+=percentEncodeChar(d[i],isC0ControlPercentEncode)}return c}function findLongestZeroSequence(i){let c=null;let d=1;let p=null;let A=0;for(let C=0;C<i.length;++C){if(i[C]!==0){if(A>d){c=p;d=A}p=null;A=0}else{if(p===null){p=C}++A}}if(A>d){c=p;d=A}return{idx:c,len:d}}function serializeHost(i){if(typeof i==="number"){return serializeIPv4(i)}if(i instanceof Array){return"["+serializeIPv6(i)+"]"}return i}function trimControlChars(i){return i.replace(/^[\u0000-\u001F\u0020]+|[\u0000-\u001F\u0020]+$/g,"")}function trimTabAndNewline(i){return i.replace(/\u0009|\u000A|\u000D/g,"")}function shortenPath(i){const c=i.path;if(c.length===0){return}if(i.scheme==="file"&&c.length===1&&isNormalizedWindowsDriveLetter(c[0])){return}c.pop()}function includesCredentials(i){return i.username!==""||i.password!==""}function cannotHaveAUsernamePasswordPort(i){return i.host===null||i.host===""||i.cannotBeABaseURL||i.scheme==="file"}function isNormalizedWindowsDriveLetter(i){return/^[A-Za-z]:$/.test(i)}function URLStateMachine(i,c,d,A,C){this.pointer=0;this.input=i;this.base=c||null;this.encodingOverride=d||"utf-8";this.stateOverride=C;this.url=A;this.failure=false;this.parseError=false;if(!this.url){this.url={scheme:"",username:"",password:"",host:null,port:null,path:[],query:null,fragment:null,cannotBeABaseURL:false};const i=trimControlChars(this.input);if(i!==this.input){this.parseError=true}this.input=i}const v=trimTabAndNewline(this.input);if(v!==this.input){this.parseError=true}this.input=v;this.state=C||"scheme start";this.buffer="";this.atFlag=false;this.arrFlag=false;this.passwordTokenSeenFlag=false;this.input=p.ucs2.decode(this.input);for(;this.pointer<=this.input.length;++this.pointer){const i=this.input[this.pointer];const c=isNaN(i)?undefined:String.fromCodePoint(i);const d=this["parse "+this.state](i,c);if(!d){break}else if(d===S){this.failure=true;break}}}URLStateMachine.prototype["parse scheme start"]=function parseSchemeStart(i,c){if(isASCIIAlpha(i)){this.buffer+=c.toLowerCase();this.state="scheme"}else if(!this.stateOverride){this.state="no scheme";--this.pointer}else{this.parseError=true;return S}return true};URLStateMachine.prototype["parse scheme"]=function parseScheme(i,c){if(isASCIIAlphanumeric(i)||i===43||i===45||i===46){this.buffer+=c.toLowerCase()}else if(i===58){if(this.stateOverride){if(isSpecial(this.url)&&!isSpecialScheme(this.buffer)){return false}if(!isSpecial(this.url)&&isSpecialScheme(this.buffer)){return false}if((includesCredentials(this.url)||this.url.port!==null)&&this.buffer==="file"){return false}if(this.url.scheme==="file"&&(this.url.host===""||this.url.host===null)){return false}}this.url.scheme=this.buffer;this.buffer="";if(this.stateOverride){return false}if(this.url.scheme==="file"){if(this.input[this.pointer+1]!==47||this.input[this.pointer+2]!==47){this.parseError=true}this.state="file"}else if(isSpecial(this.url)&&this.base!==null&&this.base.scheme===this.url.scheme){this.state="special relative or authority"}else if(isSpecial(this.url)){this.state="special authority slashes"}else if(this.input[this.pointer+1]===47){this.state="path or authority";++this.pointer}else{this.url.cannotBeABaseURL=true;this.url.path.push("");this.state="cannot-be-a-base-URL path"}}else if(!this.stateOverride){this.buffer="";this.state="no scheme";this.pointer=-1}else{this.parseError=true;return S}return true};URLStateMachine.prototype["parse no scheme"]=function parseNoScheme(i){if(this.base===null||this.base.cannotBeABaseURL&&i!==35){return S}else if(this.base.cannotBeABaseURL&&i===35){this.url.scheme=this.base.scheme;this.url.path=this.base.path.slice();this.url.query=this.base.query;this.url.fragment="";this.url.cannotBeABaseURL=true;this.state="fragment"}else if(this.base.scheme==="file"){this.state="file";--this.pointer}else{this.state="relative";--this.pointer}return true};URLStateMachine.prototype["parse special relative or authority"]=function parseSpecialRelativeOrAuthority(i){if(i===47&&this.input[this.pointer+1]===47){this.state="special authority ignore slashes";++this.pointer}else{this.parseError=true;this.state="relative";--this.pointer}return true};URLStateMachine.prototype["parse path or authority"]=function parsePathOrAuthority(i){if(i===47){this.state="authority"}else{this.state="path";--this.pointer}return true};URLStateMachine.prototype["parse relative"]=function parseRelative(i){this.url.scheme=this.base.scheme;if(isNaN(i)){this.url.username=this.base.username;this.url.password=this.base.password;this.url.host=this.base.host;this.url.port=this.base.port;this.url.path=this.base.path.slice();this.url.query=this.base.query}else if(i===47){this.state="relative slash"}else if(i===63){this.url.username=this.base.username;this.url.password=this.base.password;this.url.host=this.base.host;this.url.port=this.base.port;this.url.path=this.base.path.slice();this.url.query="";this.state="query"}else if(i===35){this.url.username=this.base.username;this.url.password=this.base.password;this.url.host=this.base.host;this.url.port=this.base.port;this.url.path=this.base.path.slice();this.url.query=this.base.query;this.url.fragment="";this.state="fragment"}else if(isSpecial(this.url)&&i===92){this.parseError=true;this.state="relative slash"}else{this.url.username=this.base.username;this.url.password=this.base.password;this.url.host=this.base.host;this.url.port=this.base.port;this.url.path=this.base.path.slice(0,this.base.path.length-1);this.state="path";--this.pointer}return true};URLStateMachine.prototype["parse relative slash"]=function parseRelativeSlash(i){if(isSpecial(this.url)&&(i===47||i===92)){if(i===92){this.parseError=true}this.state="special authority ignore slashes"}else if(i===47){this.state="authority"}else{this.url.username=this.base.username;this.url.password=this.base.password;this.url.host=this.base.host;this.url.port=this.base.port;this.state="path";--this.pointer}return true};URLStateMachine.prototype["parse special authority slashes"]=function parseSpecialAuthoritySlashes(i){if(i===47&&this.input[this.pointer+1]===47){this.state="special authority ignore slashes";++this.pointer}else{this.parseError=true;this.state="special authority ignore slashes";--this.pointer}return true};URLStateMachine.prototype["parse special authority ignore slashes"]=function parseSpecialAuthorityIgnoreSlashes(i){if(i!==47&&i!==92){this.state="authority";--this.pointer}else{this.parseError=true}return true};URLStateMachine.prototype["parse authority"]=function parseAuthority(i,c){if(i===64){this.parseError=true;if(this.atFlag){this.buffer="%40"+this.buffer}this.atFlag=true;const i=countSymbols(this.buffer);for(let c=0;c<i;++c){const i=this.buffer.codePointAt(c);if(i===58&&!this.passwordTokenSeenFlag){this.passwordTokenSeenFlag=true;continue}const d=percentEncodeChar(i,isUserinfoPercentEncode);if(this.passwordTokenSeenFlag){this.url.password+=d}else{this.url.username+=d}}this.buffer=""}else if(isNaN(i)||i===47||i===63||i===35||isSpecial(this.url)&&i===92){if(this.atFlag&&this.buffer===""){this.parseError=true;return S}this.pointer-=countSymbols(this.buffer)+1;this.buffer="";this.state="host"}else{this.buffer+=c}return true};URLStateMachine.prototype["parse hostname"]=URLStateMachine.prototype["parse host"]=function parseHostName(i,c){if(this.stateOverride&&this.url.scheme==="file"){--this.pointer;this.state="file host"}else if(i===58&&!this.arrFlag){if(this.buffer===""){this.parseError=true;return S}const i=parseHost(this.buffer,isSpecial(this.url));if(i===S){return S}this.url.host=i;this.buffer="";this.state="port";if(this.stateOverride==="hostname"){return false}}else if(isNaN(i)||i===47||i===63||i===35||isSpecial(this.url)&&i===92){--this.pointer;if(isSpecial(this.url)&&this.buffer===""){this.parseError=true;return S}else if(this.stateOverride&&this.buffer===""&&(includesCredentials(this.url)||this.url.port!==null)){this.parseError=true;return false}const i=parseHost(this.buffer,isSpecial(this.url));if(i===S){return S}this.url.host=i;this.buffer="";this.state="path start";if(this.stateOverride){return false}}else{if(i===91){this.arrFlag=true}else if(i===93){this.arrFlag=false}this.buffer+=c}return true};URLStateMachine.prototype["parse port"]=function parsePort(i,c){if(isASCIIDigit(i)){this.buffer+=c}else if(isNaN(i)||i===47||i===63||i===35||isSpecial(this.url)&&i===92||this.stateOverride){if(this.buffer!==""){const i=parseInt(this.buffer);if(i>Math.pow(2,16)-1){this.parseError=true;return S}this.url.port=i===defaultPort(this.url.scheme)?null:i;this.buffer=""}if(this.stateOverride){return false}this.state="path start";--this.pointer}else{this.parseError=true;return S}return true};const _=new Set([47,92,63,35]);URLStateMachine.prototype["parse file"]=function parseFile(i){this.url.scheme="file";if(i===47||i===92){if(i===92){this.parseError=true}this.state="file slash"}else if(this.base!==null&&this.base.scheme==="file"){if(isNaN(i)){this.url.host=this.base.host;this.url.path=this.base.path.slice();this.url.query=this.base.query}else if(i===63){this.url.host=this.base.host;this.url.path=this.base.path.slice();this.url.query="";this.state="query"}else if(i===35){this.url.host=this.base.host;this.url.path=this.base.path.slice();this.url.query=this.base.query;this.url.fragment="";this.state="fragment"}else{if(this.input.length-this.pointer-1===0||!isWindowsDriveLetterCodePoints(i,this.input[this.pointer+1])||this.input.length-this.pointer-1>=2&&!_.has(this.input[this.pointer+2])){this.url.host=this.base.host;this.url.path=this.base.path.slice();shortenPath(this.url)}else{this.parseError=true}this.state="path";--this.pointer}}else{this.state="path";--this.pointer}return true};URLStateMachine.prototype["parse file slash"]=function parseFileSlash(i){if(i===47||i===92){if(i===92){this.parseError=true}this.state="file host"}else{if(this.base!==null&&this.base.scheme==="file"){if(isNormalizedWindowsDriveLetterString(this.base.path[0])){this.url.path.push(this.base.path[0])}else{this.url.host=this.base.host}}this.state="path";--this.pointer}return true};URLStateMachine.prototype["parse file host"]=function parseFileHost(i,c){if(isNaN(i)||i===47||i===92||i===63||i===35){--this.pointer;if(!this.stateOverride&&isWindowsDriveLetterString(this.buffer)){this.parseError=true;this.state="path"}else if(this.buffer===""){this.url.host="";if(this.stateOverride){return false}this.state="path start"}else{let i=parseHost(this.buffer,isSpecial(this.url));if(i===S){return S}if(i==="localhost"){i=""}this.url.host=i;if(this.stateOverride){return false}this.buffer="";this.state="path start"}}else{this.buffer+=c}return true};URLStateMachine.prototype["parse path start"]=function parsePathStart(i){if(isSpecial(this.url)){if(i===92){this.parseError=true}this.state="path";if(i!==47&&i!==92){--this.pointer}}else if(!this.stateOverride&&i===63){this.url.query="";this.state="query"}else if(!this.stateOverride&&i===35){this.url.fragment="";this.state="fragment"}else if(i!==undefined){this.state="path";if(i!==47){--this.pointer}}return true};URLStateMachine.prototype["parse path"]=function parsePath(i){if(isNaN(i)||i===47||isSpecial(this.url)&&i===92||!this.stateOverride&&(i===63||i===35)){if(isSpecial(this.url)&&i===92){this.parseError=true}if(isDoubleDot(this.buffer)){shortenPath(this.url);if(i!==47&&!(isSpecial(this.url)&&i===92)){this.url.path.push("")}}else if(isSingleDot(this.buffer)&&i!==47&&!(isSpecial(this.url)&&i===92)){this.url.path.push("")}else if(!isSingleDot(this.buffer)){if(this.url.scheme==="file"&&this.url.path.length===0&&isWindowsDriveLetterString(this.buffer)){if(this.url.host!==""&&this.url.host!==null){this.parseError=true;this.url.host=""}this.buffer=this.buffer[0]+":"}this.url.path.push(this.buffer)}this.buffer="";if(this.url.scheme==="file"&&(i===undefined||i===63||i===35)){while(this.url.path.length>1&&this.url.path[0]===""){this.parseError=true;this.url.path.shift()}}if(i===63){this.url.query="";this.state="query"}if(i===35){this.url.fragment="";this.state="fragment"}}else{if(i===37&&(!isASCIIHex(this.input[this.pointer+1])||!isASCIIHex(this.input[this.pointer+2]))){this.parseError=true}this.buffer+=percentEncodeChar(i,isPathPercentEncode)}return true};URLStateMachine.prototype["parse cannot-be-a-base-URL path"]=function parseCannotBeABaseURLPath(i){if(i===63){this.url.query="";this.state="query"}else if(i===35){this.url.fragment="";this.state="fragment"}else{if(!isNaN(i)&&i!==37){this.parseError=true}if(i===37&&(!isASCIIHex(this.input[this.pointer+1])||!isASCIIHex(this.input[this.pointer+2]))){this.parseError=true}if(!isNaN(i)){this.url.path[0]=this.url.path[0]+percentEncodeChar(i,isC0ControlPercentEncode)}}return true};URLStateMachine.prototype["parse query"]=function parseQuery(i,c){if(isNaN(i)||!this.stateOverride&&i===35){if(!isSpecial(this.url)||this.url.scheme==="ws"||this.url.scheme==="wss"){this.encodingOverride="utf-8"}const c=new Buffer(this.buffer);for(let i=0;i<c.length;++i){if(c[i]<33||c[i]>126||c[i]===34||c[i]===35||c[i]===60||c[i]===62){this.url.query+=percentEncode(c[i])}else{this.url.query+=String.fromCodePoint(c[i])}}this.buffer="";if(i===35){this.url.fragment="";this.state="fragment"}}else{if(i===37&&(!isASCIIHex(this.input[this.pointer+1])||!isASCIIHex(this.input[this.pointer+2]))){this.parseError=true}this.buffer+=c}return true};URLStateMachine.prototype["parse fragment"]=function parseFragment(i){if(isNaN(i)){}else if(i===0){this.parseError=true}else{if(i===37&&(!isASCIIHex(this.input[this.pointer+1])||!isASCIIHex(this.input[this.pointer+2]))){this.parseError=true}this.url.fragment+=percentEncodeChar(i,isC0ControlPercentEncode)}return true};function serializeURL(i,c){let d=i.scheme+":";if(i.host!==null){d+="//";if(i.username!==""||i.password!==""){d+=i.username;if(i.password!==""){d+=":"+i.password}d+="@"}d+=serializeHost(i.host);if(i.port!==null){d+=":"+i.port}}else if(i.host===null&&i.scheme==="file"){d+="//"}if(i.cannotBeABaseURL){d+=i.path[0]}else{for(const c of i.path){d+="/"+c}}if(i.query!==null){d+="?"+i.query}if(!c&&i.fragment!==null){d+="#"+i.fragment}return d}function serializeOrigin(i){let c=i.scheme+"://";c+=serializeHost(i.host);if(i.port!==null){c+=":"+i.port}return c}i.exports.serializeURL=serializeURL;i.exports.serializeURLOrigin=function(c){switch(c.scheme){case"blob":try{return i.exports.serializeURLOrigin(i.exports.parseURL(c.path[0]))}catch(i){return"null"}case"ftp":case"gopher":case"http":case"https":case"ws":case"wss":return serializeOrigin({scheme:c.scheme,host:c.host,port:c.port});case"file":return"file://";default:return"null"}};i.exports.basicURLParse=function(i,c){if(c===undefined){c={}}const d=new URLStateMachine(i,c.baseURL,c.encodingOverride,c.url,c.stateOverride);if(d.failure){return"failure"}return d.url};i.exports.setTheUsername=function(i,c){i.username="";const d=p.ucs2.decode(c);for(let c=0;c<d.length;++c){i.username+=percentEncodeChar(d[c],isUserinfoPercentEncode)}};i.exports.setThePassword=function(i,c){i.password="";const d=p.ucs2.decode(c);for(let c=0;c<d.length;++c){i.password+=percentEncodeChar(d[c],isUserinfoPercentEncode)}};i.exports.serializeHost=serializeHost;i.exports.cannotHaveAUsernamePasswordPort=cannotHaveAUsernamePasswordPort;i.exports.serializeInteger=function(i){return String(i)};i.exports.parseURL=function(c,d){if(d===undefined){d={}}return i.exports.basicURLParse(c,{baseURL:d.baseURL,encodingOverride:d.encodingOverride})}},39857:i=>{"use strict";i.exports.mixin=function mixin(i,c){const d=Object.getOwnPropertyNames(c);for(let p=0;p<d.length;++p){Object.defineProperty(i,d[p],Object.getOwnPropertyDescriptor(c,d[p]))}};i.exports.wrapperSymbol=Symbol("wrapper");i.exports.implSymbol=Symbol("impl");i.exports.wrapperForImpl=function(c){return c[i.exports.wrapperSymbol]};i.exports.implForWrapper=function(c){return c[i.exports.implSymbol]}},58264:i=>{i.exports=wrappy;function wrappy(i,c){if(i&&c)return wrappy(i)(c);if(typeof i!=="function")throw new TypeError("need wrapper function");Object.keys(i).forEach((function(c){wrapper[c]=i[c]}));return wrapper;function wrapper(){var c=new Array(arguments.length);for(var d=0;d<c.length;d++){c[d]=arguments[d]}var p=i.apply(this,c);var A=c[c.length-1];if(typeof p==="function"&&p!==A){Object.keys(A).forEach((function(i){p[i]=A[i]}))}return p}}},26488:function(i){(function(){i.exports={Disconnected:1,Preceding:2,Following:4,Contains:8,ContainedBy:16,ImplementationSpecific:32}}).call(this)},27882:function(i){(function(){i.exports={Element:1,Attribute:2,Text:3,CData:4,EntityReference:5,EntityDeclaration:6,ProcessingInstruction:7,Comment:8,Document:9,DocType:10,DocumentFragment:11,NotationDeclaration:12,Declaration:201,Raw:202,AttributeDeclaration:203,ElementDeclaration:204,Dummy:205}}).call(this)},4576:function(i){(function(){var c,d,p,A,C,S,v,T={}.hasOwnProperty;c=function(i,...c){var d,p,A,S;if(C(Object.assign)){Object.assign.apply(null,arguments)}else{for(d=0,A=c.length;d<A;d++){S=c[d];if(S!=null){for(p in S){if(!T.call(S,p))continue;i[p]=S[p]}}}}return i};C=function(i){return!!i&&Object.prototype.toString.call(i)==="[object Function]"};S=function(i){var c;return!!i&&((c=typeof i)==="function"||c==="object")};p=function(i){if(C(Array.isArray)){return Array.isArray(i)}else{return Object.prototype.toString.call(i)==="[object Array]"}};A=function(i){var c;if(p(i)){return!i.length}else{for(c in i){if(!T.call(i,c))continue;return false}return true}};v=function(i){var c,d;return S(i)&&(d=Object.getPrototypeOf(i))&&(c=d.constructor)&&typeof c==="function"&&c instanceof c&&Function.prototype.toString.call(c)===Function.prototype.toString.call(Object)};d=function(i){if(C(i.valueOf)){return i.valueOf()}else{return i}};i.exports.assign=c;i.exports.isFunction=C;i.exports.isObject=S;i.exports.isArray=p;i.exports.isEmpty=A;i.exports.isPlainObject=v;i.exports.getValue=d}).call(this)},29392:function(i){(function(){i.exports={None:0,OpenTag:1,InsideTag:2,CloseTag:3}}).call(this)},93977:function(i,c,d){(function(){var c,p,A;c=d(27882);A=d(33401);i.exports=p=function(){class XMLAttribute{constructor(i,d,p){this.parent=i;if(this.parent){this.options=this.parent.options;this.stringify=this.parent.stringify}if(d==null){throw new Error("Missing attribute name. "+this.debugInfo(d))}this.name=this.stringify.name(d);this.value=this.stringify.attValue(p);this.type=c.Attribute;this.isId=false;this.schemaTypeInfo=null}clone(){return Object.create(this)}toString(i){return this.options.writer.attribute(this,this.options.writer.filterOptions(i))}debugInfo(i){i=i||this.name;if(i==null){return"parent: <"+this.parent.name+">"}else{return"attribute: {"+i+"}, parent: <"+this.parent.name+">"}}isEqualNode(i){if(i.namespaceURI!==this.namespaceURI){return false}if(i.prefix!==this.prefix){return false}if(i.localName!==this.localName){return false}if(i.value!==this.value){return false}return true}}Object.defineProperty(XMLAttribute.prototype,"nodeType",{get:function(){return this.type}});Object.defineProperty(XMLAttribute.prototype,"ownerElement",{get:function(){return this.parent}});Object.defineProperty(XMLAttribute.prototype,"textContent",{get:function(){return this.value},set:function(i){return this.value=i||""}});Object.defineProperty(XMLAttribute.prototype,"namespaceURI",{get:function(){return""}});Object.defineProperty(XMLAttribute.prototype,"prefix",{get:function(){return""}});Object.defineProperty(XMLAttribute.prototype,"localName",{get:function(){return this.name}});Object.defineProperty(XMLAttribute.prototype,"specified",{get:function(){return true}});return XMLAttribute}.call(this)}).call(this)},80728:function(i,c,d){(function(){var c,p,A;c=d(27882);A=d(25278);i.exports=p=class XMLCData extends A{constructor(i,d){super(i);if(d==null){throw new Error("Missing CDATA text. "+this.debugInfo())}this.name="#cdata-section";this.type=c.CData;this.value=this.stringify.cdata(d)}clone(){return Object.create(this)}toString(i){return this.options.writer.cdata(this,this.options.writer.filterOptions(i))}}}).call(this)},25278:function(i,c,d){(function(){var c,p;p=d(33401);i.exports=c=function(){class XMLCharacterData extends p{constructor(i){super(i);this.value=""}clone(){return Object.create(this)}substringData(i,c){throw new Error("This DOM method is not implemented."+this.debugInfo())}appendData(i){throw new Error("This DOM method is not implemented."+this.debugInfo())}insertData(i,c){throw new Error("This DOM method is not implemented."+this.debugInfo())}deleteData(i,c){throw new Error("This DOM method is not implemented."+this.debugInfo())}replaceData(i,c,d){throw new Error("This DOM method is not implemented."+this.debugInfo())}isEqualNode(i){if(!super.isEqualNode(i)){return false}if(i.data!==this.data){return false}return true}}Object.defineProperty(XMLCharacterData.prototype,"data",{get:function(){return this.value},set:function(i){return this.value=i||""}});Object.defineProperty(XMLCharacterData.prototype,"length",{get:function(){return this.value.length}});Object.defineProperty(XMLCharacterData.prototype,"textContent",{get:function(){return this.value},set:function(i){return this.value=i||""}});return XMLCharacterData}.call(this)}).call(this)},9620:function(i,c,d){(function(){var c,p,A;c=d(27882);p=d(25278);i.exports=A=class XMLComment extends p{constructor(i,d){super(i);if(d==null){throw new Error("Missing comment text. "+this.debugInfo())}this.name="#comment";this.type=c.Comment;this.value=this.stringify.comment(d)}clone(){return Object.create(this)}toString(i){return this.options.writer.comment(this,this.options.writer.filterOptions(i))}}}).call(this)},84323:function(i,c,d){(function(){var c,p,A;p=d(51675);A=d(45884);i.exports=c=function(){class XMLDOMConfiguration{constructor(){var i;this.defaultParams={"canonical-form":false,"cdata-sections":false,comments:false,"datatype-normalization":false,"element-content-whitespace":true,entities:true,"error-handler":new p,infoset:true,"validate-if-schema":false,namespaces:true,"namespace-declarations":true,"normalize-characters":false,"schema-location":"","schema-type":"","split-cdata-sections":true,validate:false,"well-formed":true};this.params=i=Object.create(this.defaultParams)}getParameter(i){if(this.params.hasOwnProperty(i)){return this.params[i]}else{return null}}canSetParameter(i,c){return true}setParameter(i,c){if(c!=null){return this.params[i]=c}else{return delete this.params[i]}}}Object.defineProperty(XMLDOMConfiguration.prototype,"parameterNames",{get:function(){return new A(Object.keys(this.defaultParams))}});return XMLDOMConfiguration}.call(this)}).call(this)},51675:function(i){(function(){var c;i.exports=c=class XMLDOMErrorHandler{constructor(){}handleError(i){throw new Error(i)}}}).call(this)},39563:function(i){(function(){var c;i.exports=c=class XMLDOMImplementation{hasFeature(i,c){return true}createDocumentType(i,c,d){throw new Error("This DOM method is not implemented.")}createDocument(i,c,d){throw new Error("This DOM method is not implemented.")}createHTMLDocument(i){throw new Error("This DOM method is not implemented.")}getFeature(i,c){throw new Error("This DOM method is not implemented.")}}}).call(this)},45884:function(i){(function(){var c;i.exports=c=function(){class XMLDOMStringList{constructor(i){this.arr=i||[]}item(i){return this.arr[i]||null}contains(i){return this.arr.indexOf(i)!==-1}}Object.defineProperty(XMLDOMStringList.prototype,"length",{get:function(){return this.arr.length}});return XMLDOMStringList}.call(this)}).call(this)},23742:function(i,c,d){(function(){var c,p,A;A=d(33401);c=d(27882);i.exports=p=class XMLDTDAttList extends A{constructor(i,d,p,A,C,S){super(i);if(d==null){throw new Error("Missing DTD element name. "+this.debugInfo())}if(p==null){throw new Error("Missing DTD attribute name. "+this.debugInfo(d))}if(!A){throw new Error("Missing DTD attribute type. "+this.debugInfo(d))}if(!C){throw new Error("Missing DTD attribute default. "+this.debugInfo(d))}if(C.indexOf("#")!==0){C="#"+C}if(!C.match(/^(#REQUIRED|#IMPLIED|#FIXED|#DEFAULT)$/)){throw new Error("Invalid default value type; expected: #REQUIRED, #IMPLIED, #FIXED or #DEFAULT. "+this.debugInfo(d))}if(S&&!C.match(/^(#FIXED|#DEFAULT)$/)){throw new Error("Default value only applies to #FIXED or #DEFAULT. "+this.debugInfo(d))}this.elementName=this.stringify.name(d);this.type=c.AttributeDeclaration;this.attributeName=this.stringify.name(p);this.attributeType=this.stringify.dtdAttType(A);if(S){this.defaultValue=this.stringify.dtdAttDefault(S)}this.defaultValueType=C}toString(i){return this.options.writer.dtdAttList(this,this.options.writer.filterOptions(i))}}}).call(this)},6189:function(i,c,d){(function(){var c,p,A;A=d(33401);c=d(27882);i.exports=p=class XMLDTDElement extends A{constructor(i,d,p){super(i);if(d==null){throw new Error("Missing DTD element name. "+this.debugInfo())}if(!p){p="(#PCDATA)"}if(Array.isArray(p)){p="("+p.join(",")+")"}this.name=this.stringify.name(d);this.type=c.ElementDeclaration;this.value=this.stringify.dtdElementValue(p)}toString(i){return this.options.writer.dtdElement(this,this.options.writer.filterOptions(i))}}}).call(this)},16906:function(i,c,d){(function(){var c,p,A,C;({isObject:C}=d(4576));A=d(33401);c=d(27882);i.exports=p=function(){class XMLDTDEntity extends A{constructor(i,d,p,A){super(i);if(p==null){throw new Error("Missing DTD entity name. "+this.debugInfo(p))}if(A==null){throw new Error("Missing DTD entity value. "+this.debugInfo(p))}this.pe=!!d;this.name=this.stringify.name(p);this.type=c.EntityDeclaration;if(!C(A)){this.value=this.stringify.dtdEntityValue(A);this.internal=true}else{if(!A.pubID&&!A.sysID){throw new Error("Public and/or system identifiers are required for an external entity. "+this.debugInfo(p))}if(A.pubID&&!A.sysID){throw new Error("System identifier is required for a public external entity. "+this.debugInfo(p))}this.internal=false;if(A.pubID!=null){this.pubID=this.stringify.dtdPubID(A.pubID)}if(A.sysID!=null){this.sysID=this.stringify.dtdSysID(A.sysID)}if(A.nData!=null){this.nData=this.stringify.dtdNData(A.nData)}if(this.pe&&this.nData){throw new Error("Notation declaration is not allowed in a parameter entity. "+this.debugInfo(p))}}}toString(i){return this.options.writer.dtdEntity(this,this.options.writer.filterOptions(i))}}Object.defineProperty(XMLDTDEntity.prototype,"publicId",{get:function(){return this.pubID}});Object.defineProperty(XMLDTDEntity.prototype,"systemId",{get:function(){return this.sysID}});Object.defineProperty(XMLDTDEntity.prototype,"notationName",{get:function(){return this.nData||null}});Object.defineProperty(XMLDTDEntity.prototype,"inputEncoding",{get:function(){return null}});Object.defineProperty(XMLDTDEntity.prototype,"xmlEncoding",{get:function(){return null}});Object.defineProperty(XMLDTDEntity.prototype,"xmlVersion",{get:function(){return null}});return XMLDTDEntity}.call(this)}).call(this)},7083:function(i,c,d){(function(){var c,p,A;A=d(33401);c=d(27882);i.exports=p=function(){class XMLDTDNotation extends A{constructor(i,d,p){super(i);if(d==null){throw new Error("Missing DTD notation name. "+this.debugInfo(d))}if(!p.pubID&&!p.sysID){throw new Error("Public or system identifiers are required for an external entity. "+this.debugInfo(d))}this.name=this.stringify.name(d);this.type=c.NotationDeclaration;if(p.pubID!=null){this.pubID=this.stringify.dtdPubID(p.pubID)}if(p.sysID!=null){this.sysID=this.stringify.dtdSysID(p.sysID)}}toString(i){return this.options.writer.dtdNotation(this,this.options.writer.filterOptions(i))}}Object.defineProperty(XMLDTDNotation.prototype,"publicId",{get:function(){return this.pubID}});Object.defineProperty(XMLDTDNotation.prototype,"systemId",{get:function(){return this.sysID}});return XMLDTDNotation}.call(this)}).call(this)},7645:function(i,c,d){(function(){var c,p,A,C;({isObject:C}=d(4576));A=d(33401);c=d(27882);i.exports=p=class XMLDeclaration extends A{constructor(i,d,p,A){super(i);if(C(d)){({version:d,encoding:p,standalone:A}=d)}if(!d){d="1.0"}this.type=c.Declaration;this.version=this.stringify.xmlVersion(d);if(p!=null){this.encoding=this.stringify.xmlEncoding(p)}if(A!=null){this.standalone=this.stringify.xmlStandalone(A)}}toString(i){return this.options.writer.declaration(this,this.options.writer.filterOptions(i))}}}).call(this)},47827:function(i,c,d){(function(){var c,p,A,C,S,v,T,_,V;({isObject:V}=d(4576));_=d(33401);c=d(27882);p=d(23742);C=d(16906);A=d(6189);S=d(7083);T=d(62748);i.exports=v=function(){class XMLDocType extends _{constructor(i,d,p){var A,C,S,v;super(i);this.type=c.DocType;if(i.children){v=i.children;for(C=0,S=v.length;C<S;C++){A=v[C];if(A.type===c.Element){this.name=A.name;break}}}this.documentObject=i;if(V(d)){({pubID:d,sysID:p}=d)}if(p==null){[p,d]=[d,p]}if(d!=null){this.pubID=this.stringify.dtdPubID(d)}if(p!=null){this.sysID=this.stringify.dtdSysID(p)}}element(i,c){var d;d=new A(this,i,c);this.children.push(d);return this}attList(i,c,d,A,C){var S;S=new p(this,i,c,d,A,C);this.children.push(S);return this}entity(i,c){var d;d=new C(this,false,i,c);this.children.push(d);return this}pEntity(i,c){var d;d=new C(this,true,i,c);this.children.push(d);return this}notation(i,c){var d;d=new S(this,i,c);this.children.push(d);return this}toString(i){return this.options.writer.docType(this,this.options.writer.filterOptions(i))}ele(i,c){return this.element(i,c)}att(i,c,d,p,A){return this.attList(i,c,d,p,A)}ent(i,c){return this.entity(i,c)}pent(i,c){return this.pEntity(i,c)}not(i,c){return this.notation(i,c)}up(){return this.root()||this.documentObject}isEqualNode(i){if(!super.isEqualNode(i)){return false}if(i.name!==this.name){return false}if(i.publicId!==this.publicId){return false}if(i.systemId!==this.systemId){return false}return true}}Object.defineProperty(XMLDocType.prototype,"entities",{get:function(){var i,d,p,A,C;A={};C=this.children;for(d=0,p=C.length;d<p;d++){i=C[d];if(i.type===c.EntityDeclaration&&!i.pe){A[i.name]=i}}return new T(A)}});Object.defineProperty(XMLDocType.prototype,"notations",{get:function(){var i,d,p,A,C;A={};C=this.children;for(d=0,p=C.length;d<p;d++){i=C[d];if(i.type===c.NotationDeclaration){A[i.name]=i}}return new T(A)}});Object.defineProperty(XMLDocType.prototype,"publicId",{get:function(){return this.pubID}});Object.defineProperty(XMLDocType.prototype,"systemId",{get:function(){return this.sysID}});Object.defineProperty(XMLDocType.prototype,"internalSubset",{get:function(){throw new Error("This DOM method is not implemented."+this.debugInfo())}});return XMLDocType}.call(this)}).call(this)},26500:function(i,c,d){(function(){var c,p,A,C,S,v,T,_;({isPlainObject:_}=d(4576));A=d(39563);p=d(84323);S=d(33401);c=d(27882);T=d(17431);v=d(99867);i.exports=C=function(){class XMLDocument extends S{constructor(i){super(null);this.name="#document";this.type=c.Document;this.documentURI=null;this.domConfig=new p;i||(i={});if(!i.writer){i.writer=new v}this.options=i;this.stringify=new T(i)}end(i){var c;c={};if(!i){i=this.options.writer}else if(_(i)){c=i;i=this.options.writer}return i.document(this,i.filterOptions(c))}toString(i){return this.options.writer.document(this,this.options.writer.filterOptions(i))}createElement(i){throw new Error("This DOM method is not implemented."+this.debugInfo())}createDocumentFragment(){throw new Error("This DOM method is not implemented."+this.debugInfo())}createTextNode(i){throw new Error("This DOM method is not implemented."+this.debugInfo())}createComment(i){throw new Error("This DOM method is not implemented."+this.debugInfo())}createCDATASection(i){throw new Error("This DOM method is not implemented."+this.debugInfo())}createProcessingInstruction(i,c){throw new Error("This DOM method is not implemented."+this.debugInfo())}createAttribute(i){throw new Error("This DOM method is not implemented."+this.debugInfo())}createEntityReference(i){throw new Error("This DOM method is not implemented."+this.debugInfo())}getElementsByTagName(i){throw new Error("This DOM method is not implemented."+this.debugInfo())}importNode(i,c){throw new Error("This DOM method is not implemented."+this.debugInfo())}createElementNS(i,c){throw new Error("This DOM method is not implemented."+this.debugInfo())}createAttributeNS(i,c){throw new Error("This DOM method is not implemented."+this.debugInfo())}getElementsByTagNameNS(i,c){throw new Error("This DOM method is not implemented."+this.debugInfo())}getElementById(i){throw new Error("This DOM method is not implemented."+this.debugInfo())}adoptNode(i){throw new Error("This DOM method is not implemented."+this.debugInfo())}normalizeDocument(){throw new Error("This DOM method is not implemented."+this.debugInfo())}renameNode(i,c,d){throw new Error("This DOM method is not implemented."+this.debugInfo())}getElementsByClassName(i){throw new Error("This DOM method is not implemented."+this.debugInfo())}createEvent(i){throw new Error("This DOM method is not implemented."+this.debugInfo())}createRange(){throw new Error("This DOM method is not implemented."+this.debugInfo())}createNodeIterator(i,c,d){throw new Error("This DOM method is not implemented."+this.debugInfo())}createTreeWalker(i,c,d){throw new Error("This DOM method is not implemented."+this.debugInfo())}}Object.defineProperty(XMLDocument.prototype,"implementation",{value:new A});Object.defineProperty(XMLDocument.prototype,"doctype",{get:function(){var i,d,p,A;A=this.children;for(d=0,p=A.length;d<p;d++){i=A[d];if(i.type===c.DocType){return i}}return null}});Object.defineProperty(XMLDocument.prototype,"documentElement",{get:function(){return this.rootObject||null}});Object.defineProperty(XMLDocument.prototype,"inputEncoding",{get:function(){return null}});Object.defineProperty(XMLDocument.prototype,"strictErrorChecking",{get:function(){return false}});Object.defineProperty(XMLDocument.prototype,"xmlEncoding",{get:function(){if(this.children.length!==0&&this.children[0].type===c.Declaration){return this.children[0].encoding}else{return null}}});Object.defineProperty(XMLDocument.prototype,"xmlStandalone",{get:function(){if(this.children.length!==0&&this.children[0].type===c.Declaration){return this.children[0].standalone==="yes"}else{return false}}});Object.defineProperty(XMLDocument.prototype,"xmlVersion",{get:function(){if(this.children.length!==0&&this.children[0].type===c.Declaration){return this.children[0].version}else{return"1.0"}}});Object.defineProperty(XMLDocument.prototype,"URL",{get:function(){return this.documentURI}});Object.defineProperty(XMLDocument.prototype,"origin",{get:function(){return null}});Object.defineProperty(XMLDocument.prototype,"compatMode",{get:function(){return null}});Object.defineProperty(XMLDocument.prototype,"characterSet",{get:function(){return null}});Object.defineProperty(XMLDocument.prototype,"contentType",{get:function(){return null}});return XMLDocument}.call(this)}).call(this)},77789:function(i,c,d){(function(){var c,p,A,C,S,v,T,_,V,Z,ee,te,re,ne,ie,se,ae,oe,le,ce,de,ue,pe,Ae={}.hasOwnProperty;({isObject:ue,isFunction:de,isPlainObject:pe,getValue:ce}=d(4576));c=d(27882);te=d(26500);ne=d(73965);C=d(80728);S=d(9620);se=d(12083);le=d(99946);ie=d(91368);Z=d(7645);ee=d(47827);v=d(23742);_=d(16906);T=d(6189);V=d(7083);A=d(93977);oe=d(17431);ae=d(99867);p=d(29392);i.exports=re=class XMLDocumentCB{constructor(i,d,p){var A;this.name="?xml";this.type=c.Document;i||(i={});A={};if(!i.writer){i.writer=new ae}else if(pe(i.writer)){A=i.writer;i.writer=new ae}this.options=i;this.writer=i.writer;this.writerOptions=this.writer.filterOptions(A);this.stringify=new oe(i);this.onDataCallback=d||function(){};this.onEndCallback=p||function(){};this.currentNode=null;this.currentLevel=-1;this.openTags={};this.documentStarted=false;this.documentCompleted=false;this.root=null}createChildNode(i){var d,p,A,C,S,v,T,_;switch(i.type){case c.CData:this.cdata(i.value);break;case c.Comment:this.comment(i.value);break;case c.Element:A={};T=i.attribs;for(p in T){if(!Ae.call(T,p))continue;d=T[p];A[p]=d.value}this.node(i.name,A);break;case c.Dummy:this.dummy();break;case c.Raw:this.raw(i.value);break;case c.Text:this.text(i.value);break;case c.ProcessingInstruction:this.instruction(i.target,i.value);break;default:throw new Error("This XML node type is not supported in a JS object: "+i.constructor.name)}_=i.children;for(S=0,v=_.length;S<v;S++){C=_[S];this.createChildNode(C);if(C.type===c.Element){this.up()}}return this}dummy(){return this}node(i,c,d){if(i==null){throw new Error("Missing node name.")}if(this.root&&this.currentLevel===-1){throw new Error("Document can only have one root node. "+this.debugInfo(i))}this.openCurrent();i=ce(i);if(c==null){c={}}c=ce(c);if(!ue(c)){[d,c]=[c,d]}this.currentNode=new ne(this,i,c);this.currentNode.children=false;this.currentLevel++;this.openTags[this.currentLevel]=this.currentNode;if(d!=null){this.text(d)}return this}element(i,d,p){var A,C,S,v,T,_;if(this.currentNode&&this.currentNode.type===c.DocType){this.dtdElement(...arguments)}else{if(Array.isArray(i)||ue(i)||de(i)){v=this.options.noValidation;this.options.noValidation=true;_=new te(this.options).element("TEMP_ROOT");_.element(i);this.options.noValidation=v;T=_.children;for(C=0,S=T.length;C<S;C++){A=T[C];this.createChildNode(A);if(A.type===c.Element){this.up()}}}else{this.node(i,d,p)}}return this}attribute(i,c){var d,p;if(!this.currentNode||this.currentNode.children){throw new Error("att() can only be used immediately after an ele() call in callback mode. "+this.debugInfo(i))}if(i!=null){i=ce(i)}if(ue(i)){for(d in i){if(!Ae.call(i,d))continue;p=i[d];this.attribute(d,p)}}else{if(de(c)){c=c.apply()}if(this.options.keepNullAttributes&&c==null){this.currentNode.attribs[i]=new A(this,i,"")}else if(c!=null){this.currentNode.attribs[i]=new A(this,i,c)}}return this}text(i){var c;this.openCurrent();c=new le(this,i);this.onData(this.writer.text(c,this.writerOptions,this.currentLevel+1),this.currentLevel+1);return this}cdata(i){var c;this.openCurrent();c=new C(this,i);this.onData(this.writer.cdata(c,this.writerOptions,this.currentLevel+1),this.currentLevel+1);return this}comment(i){var c;this.openCurrent();c=new S(this,i);this.onData(this.writer.comment(c,this.writerOptions,this.currentLevel+1),this.currentLevel+1);return this}raw(i){var c;this.openCurrent();c=new se(this,i);this.onData(this.writer.raw(c,this.writerOptions,this.currentLevel+1),this.currentLevel+1);return this}instruction(i,c){var d,p,A,C,S;this.openCurrent();if(i!=null){i=ce(i)}if(c!=null){c=ce(c)}if(Array.isArray(i)){for(d=0,C=i.length;d<C;d++){p=i[d];this.instruction(p)}}else if(ue(i)){for(p in i){if(!Ae.call(i,p))continue;A=i[p];this.instruction(p,A)}}else{if(de(c)){c=c.apply()}S=new ie(this,i,c);this.onData(this.writer.processingInstruction(S,this.writerOptions,this.currentLevel+1),this.currentLevel+1)}return this}declaration(i,c,d){var p;this.openCurrent();if(this.documentStarted){throw new Error("declaration() must be the first node.")}p=new Z(this,i,c,d);this.onData(this.writer.declaration(p,this.writerOptions,this.currentLevel+1),this.currentLevel+1);return this}doctype(i,c,d){this.openCurrent();if(i==null){throw new Error("Missing root node name.")}if(this.root){throw new Error("dtd() must come before the root node.")}this.currentNode=new ee(this,c,d);this.currentNode.rootNodeName=i;this.currentNode.children=false;this.currentLevel++;this.openTags[this.currentLevel]=this.currentNode;return this}dtdElement(i,c){var d;this.openCurrent();d=new T(this,i,c);this.onData(this.writer.dtdElement(d,this.writerOptions,this.currentLevel+1),this.currentLevel+1);return this}attList(i,c,d,p,A){var C;this.openCurrent();C=new v(this,i,c,d,p,A);this.onData(this.writer.dtdAttList(C,this.writerOptions,this.currentLevel+1),this.currentLevel+1);return this}entity(i,c){var d;this.openCurrent();d=new _(this,false,i,c);this.onData(this.writer.dtdEntity(d,this.writerOptions,this.currentLevel+1),this.currentLevel+1);return this}pEntity(i,c){var d;this.openCurrent();d=new _(this,true,i,c);this.onData(this.writer.dtdEntity(d,this.writerOptions,this.currentLevel+1),this.currentLevel+1);return this}notation(i,c){var d;this.openCurrent();d=new V(this,i,c);this.onData(this.writer.dtdNotation(d,this.writerOptions,this.currentLevel+1),this.currentLevel+1);return this}up(){if(this.currentLevel<0){throw new Error("The document node has no parent.")}if(this.currentNode){if(this.currentNode.children){this.closeNode(this.currentNode)}else{this.openNode(this.currentNode)}this.currentNode=null}else{this.closeNode(this.openTags[this.currentLevel])}delete this.openTags[this.currentLevel];this.currentLevel--;return this}end(){while(this.currentLevel>=0){this.up()}return this.onEnd()}openCurrent(){if(this.currentNode){this.currentNode.children=true;return this.openNode(this.currentNode)}}openNode(i){var d,A,C,S;if(!i.isOpen){if(!this.root&&this.currentLevel===0&&i.type===c.Element){this.root=i}A="";if(i.type===c.Element){this.writerOptions.state=p.OpenTag;A=this.writer.indent(i,this.writerOptions,this.currentLevel)+"<"+i.name;S=i.attribs;for(C in S){if(!Ae.call(S,C))continue;d=S[C];A+=this.writer.attribute(d,this.writerOptions,this.currentLevel)}A+=(i.children?">":"/>")+this.writer.endline(i,this.writerOptions,this.currentLevel);this.writerOptions.state=p.InsideTag}else{this.writerOptions.state=p.OpenTag;A=this.writer.indent(i,this.writerOptions,this.currentLevel)+"<!DOCTYPE "+i.rootNodeName;if(i.pubID&&i.sysID){A+=' PUBLIC "'+i.pubID+'" "'+i.sysID+'"'}else if(i.sysID){A+=' SYSTEM "'+i.sysID+'"'}if(i.children){A+=" [";this.writerOptions.state=p.InsideTag}else{this.writerOptions.state=p.CloseTag;A+=">"}A+=this.writer.endline(i,this.writerOptions,this.currentLevel)}this.onData(A,this.currentLevel);return i.isOpen=true}}closeNode(i){var d;if(!i.isClosed){d="";this.writerOptions.state=p.CloseTag;if(i.type===c.Element){d=this.writer.indent(i,this.writerOptions,this.currentLevel)+"</"+i.name+">"+this.writer.endline(i,this.writerOptions,this.currentLevel)}else{d=this.writer.indent(i,this.writerOptions,this.currentLevel)+"]>"+this.writer.endline(i,this.writerOptions,this.currentLevel)}this.writerOptions.state=p.None;this.onData(d,this.currentLevel);return i.isClosed=true}}onData(i,c){this.documentStarted=true;return this.onDataCallback(i,c+1)}onEnd(){this.documentCompleted=true;return this.onEndCallback()}debugInfo(i){if(i==null){return""}else{return"node: <"+i+">"}}ele(){return this.element(...arguments)}nod(i,c,d){return this.node(i,c,d)}txt(i){return this.text(i)}dat(i){return this.cdata(i)}com(i){return this.comment(i)}ins(i,c){return this.instruction(i,c)}dec(i,c,d){return this.declaration(i,c,d)}dtd(i,c,d){return this.doctype(i,c,d)}e(i,c,d){return this.element(i,c,d)}n(i,c,d){return this.node(i,c,d)}t(i){return this.text(i)}d(i){return this.cdata(i)}c(i){return this.comment(i)}r(i){return this.raw(i)}i(i,c){return this.instruction(i,c)}att(){if(this.currentNode&&this.currentNode.type===c.DocType){return this.attList(...arguments)}else{return this.attribute(...arguments)}}a(){if(this.currentNode&&this.currentNode.type===c.DocType){return this.attList(...arguments)}else{return this.attribute(...arguments)}}ent(i,c){return this.entity(i,c)}pent(i,c){return this.pEntity(i,c)}not(i,c){return this.notation(i,c)}}}).call(this)},26893:function(i,c,d){(function(){var c,p,A;A=d(33401);c=d(27882);i.exports=p=class XMLDummy extends A{constructor(i){super(i);this.type=c.Dummy}clone(){return Object.create(this)}toString(i){return""}}}).call(this)},73965:function(i,c,d){(function(){var c,p,A,C,S,v,T,_,V={}.hasOwnProperty;({isObject:_,isFunction:T,getValue:v}=d(4576));S=d(33401);c=d(27882);p=d(93977);C=d(62748);i.exports=A=function(){class XMLElement extends S{constructor(i,d,p){var A,C,S,v;super(i);if(d==null){throw new Error("Missing element name. "+this.debugInfo())}this.name=this.stringify.name(d);this.type=c.Element;this.attribs={};this.schemaTypeInfo=null;if(p!=null){this.attribute(p)}if(i.type===c.Document){this.isRoot=true;this.documentObject=i;i.rootObject=this;if(i.children){v=i.children;for(C=0,S=v.length;C<S;C++){A=v[C];if(A.type===c.DocType){A.name=this.name;break}}}}}clone(){var i,c,d,p;d=Object.create(this);if(d.isRoot){d.documentObject=null}d.attribs={};p=this.attribs;for(c in p){if(!V.call(p,c))continue;i=p[c];d.attribs[c]=i.clone()}d.children=[];this.children.forEach((function(i){var c;c=i.clone();c.parent=d;return d.children.push(c)}));return d}attribute(i,c){var d,A;if(i!=null){i=v(i)}if(_(i)){for(d in i){if(!V.call(i,d))continue;A=i[d];this.attribute(d,A)}}else{if(T(c)){c=c.apply()}if(this.options.keepNullAttributes&&c==null){this.attribs[i]=new p(this,i,"")}else if(c!=null){this.attribs[i]=new p(this,i,c)}}return this}removeAttribute(i){var c,d,p;if(i==null){throw new Error("Missing attribute name. "+this.debugInfo())}i=v(i);if(Array.isArray(i)){for(d=0,p=i.length;d<p;d++){c=i[d];delete this.attribs[c]}}else{delete this.attribs[i]}return this}toString(i){return this.options.writer.element(this,this.options.writer.filterOptions(i))}att(i,c){return this.attribute(i,c)}a(i,c){return this.attribute(i,c)}getAttribute(i){if(this.attribs.hasOwnProperty(i)){return this.attribs[i].value}else{return null}}setAttribute(i,c){throw new Error("This DOM method is not implemented."+this.debugInfo())}getAttributeNode(i){if(this.attribs.hasOwnProperty(i)){return this.attribs[i]}else{return null}}setAttributeNode(i){throw new Error("This DOM method is not implemented."+this.debugInfo())}removeAttributeNode(i){throw new Error("This DOM method is not implemented."+this.debugInfo())}getElementsByTagName(i){throw new Error("This DOM method is not implemented."+this.debugInfo())}getAttributeNS(i,c){throw new Error("This DOM method is not implemented."+this.debugInfo())}setAttributeNS(i,c,d){throw new Error("This DOM method is not implemented."+this.debugInfo())}removeAttributeNS(i,c){throw new Error("This DOM method is not implemented."+this.debugInfo())}getAttributeNodeNS(i,c){throw new Error("This DOM method is not implemented."+this.debugInfo())}setAttributeNodeNS(i){throw new Error("This DOM method is not implemented."+this.debugInfo())}getElementsByTagNameNS(i,c){throw new Error("This DOM method is not implemented."+this.debugInfo())}hasAttribute(i){return this.attribs.hasOwnProperty(i)}hasAttributeNS(i,c){throw new Error("This DOM method is not implemented."+this.debugInfo())}setIdAttribute(i,c){if(this.attribs.hasOwnProperty(i)){return this.attribs[i].isId}else{return c}}setIdAttributeNS(i,c,d){throw new Error("This DOM method is not implemented."+this.debugInfo())}setIdAttributeNode(i,c){throw new Error("This DOM method is not implemented."+this.debugInfo())}getElementsByTagName(i){throw new Error("This DOM method is not implemented."+this.debugInfo())}getElementsByTagNameNS(i,c){throw new Error("This DOM method is not implemented."+this.debugInfo())}getElementsByClassName(i){throw new Error("This DOM method is not implemented."+this.debugInfo())}isEqualNode(i){var c,d,p;if(!super.isEqualNode(i)){return false}if(i.namespaceURI!==this.namespaceURI){return false}if(i.prefix!==this.prefix){return false}if(i.localName!==this.localName){return false}if(i.attribs.length!==this.attribs.length){return false}for(c=d=0,p=this.attribs.length-1;0<=p?d<=p:d>=p;c=0<=p?++d:--d){if(!this.attribs[c].isEqualNode(i.attribs[c])){return false}}return true}}Object.defineProperty(XMLElement.prototype,"tagName",{get:function(){return this.name}});Object.defineProperty(XMLElement.prototype,"namespaceURI",{get:function(){return""}});Object.defineProperty(XMLElement.prototype,"prefix",{get:function(){return""}});Object.defineProperty(XMLElement.prototype,"localName",{get:function(){return this.name}});Object.defineProperty(XMLElement.prototype,"id",{get:function(){throw new Error("This DOM method is not implemented."+this.debugInfo())}});Object.defineProperty(XMLElement.prototype,"className",{get:function(){throw new Error("This DOM method is not implemented."+this.debugInfo())}});Object.defineProperty(XMLElement.prototype,"classList",{get:function(){throw new Error("This DOM method is not implemented."+this.debugInfo())}});Object.defineProperty(XMLElement.prototype,"attributes",{get:function(){if(!this.attributeMap||!this.attributeMap.nodes){this.attributeMap=new C(this.attribs)}return this.attributeMap}});return XMLElement}.call(this)}).call(this)},62748:function(i){(function(){var c;i.exports=c=function(){class XMLNamedNodeMap{constructor(i){this.nodes=i}clone(){return this.nodes=null}getNamedItem(i){return this.nodes[i]}setNamedItem(i){var c;c=this.nodes[i.nodeName];this.nodes[i.nodeName]=i;return c||null}removeNamedItem(i){var c;c=this.nodes[i];delete this.nodes[i];return c||null}item(i){return this.nodes[Object.keys(this.nodes)[i]]||null}getNamedItemNS(i,c){throw new Error("This DOM method is not implemented.")}setNamedItemNS(i){throw new Error("This DOM method is not implemented.")}removeNamedItemNS(i,c){throw new Error("This DOM method is not implemented.")}}Object.defineProperty(XMLNamedNodeMap.prototype,"length",{get:function(){return Object.keys(this.nodes).length||0}});return XMLNamedNodeMap}.call(this)}).call(this)},33401:function(i,c,d){(function(){var c,p,A,C,S,v,T,_,V,Z,ee,te,re,ne,ie,se,ae,oe,le={}.hasOwnProperty,ce=[].splice;({isObject:oe,isFunction:ae,isEmpty:se,getValue:ie}=d(4576));_=null;A=null;C=null;S=null;v=null;re=null;ne=null;te=null;T=null;p=null;ee=null;V=null;c=null;i.exports=Z=function(){class XMLNode{constructor(i){this.parent=i;if(this.parent){this.options=this.parent.options;this.stringify=this.parent.stringify}this.value=null;this.children=[];this.baseURI=null;if(!_){_=d(73965);A=d(80728);C=d(9620);S=d(7645);v=d(47827);re=d(12083);ne=d(99946);te=d(91368);T=d(26893);p=d(27882);ee=d(13341);V=d(62748);c=d(26488)}}setParent(i){var c,d,p,A,C;this.parent=i;if(i){this.options=i.options;this.stringify=i.stringify}A=this.children;C=[];for(d=0,p=A.length;d<p;d++){c=A[d];C.push(c.setParent(this))}return C}element(i,c,d){var p,A,C,S,v,T,_,V,Z;T=null;if(c===null&&d==null){[c,d]=[{},null]}if(c==null){c={}}c=ie(c);if(!oe(c)){[d,c]=[c,d]}if(i!=null){i=ie(i)}if(Array.isArray(i)){for(C=0,_=i.length;C<_;C++){A=i[C];T=this.element(A)}}else if(ae(i)){T=this.element(i.apply())}else if(oe(i)){for(v in i){if(!le.call(i,v))continue;Z=i[v];if(ae(Z)){Z=Z.apply()}if(!this.options.ignoreDecorators&&this.stringify.convertAttKey&&v.indexOf(this.stringify.convertAttKey)===0){T=this.attribute(v.substr(this.stringify.convertAttKey.length),Z)}else if(!this.options.separateArrayItems&&Array.isArray(Z)&&se(Z)){T=this.dummy()}else if(oe(Z)&&se(Z)){T=this.element(v)}else if(!this.options.keepNullNodes&&Z==null){T=this.dummy()}else if(!this.options.separateArrayItems&&Array.isArray(Z)){for(S=0,V=Z.length;S<V;S++){A=Z[S];p={};p[v]=A;T=this.element(p)}}else if(oe(Z)){if(!this.options.ignoreDecorators&&this.stringify.convertTextKey&&v.indexOf(this.stringify.convertTextKey)===0){T=this.element(Z)}else{T=this.element(v);T.element(Z)}}else{T=this.element(v,Z)}}}else if(!this.options.keepNullNodes&&d===null){T=this.dummy()}else{if(!this.options.ignoreDecorators&&this.stringify.convertTextKey&&i.indexOf(this.stringify.convertTextKey)===0){T=this.text(d)}else if(!this.options.ignoreDecorators&&this.stringify.convertCDataKey&&i.indexOf(this.stringify.convertCDataKey)===0){T=this.cdata(d)}else if(!this.options.ignoreDecorators&&this.stringify.convertCommentKey&&i.indexOf(this.stringify.convertCommentKey)===0){T=this.comment(d)}else if(!this.options.ignoreDecorators&&this.stringify.convertRawKey&&i.indexOf(this.stringify.convertRawKey)===0){T=this.raw(d)}else if(!this.options.ignoreDecorators&&this.stringify.convertPIKey&&i.indexOf(this.stringify.convertPIKey)===0){T=this.instruction(i.substr(this.stringify.convertPIKey.length),d)}else{T=this.node(i,c,d)}}if(T==null){throw new Error("Could not create any elements with: "+i+". "+this.debugInfo())}return T}insertBefore(i,c,d){var p,A,C,S,v;if(i!=null?i.type:void 0){C=i;S=c;C.setParent(this);if(S){A=children.indexOf(S);v=children.splice(A);children.push(C);Array.prototype.push.apply(children,v)}else{children.push(C)}return C}else{if(this.isRoot){throw new Error("Cannot insert elements at root level. "+this.debugInfo(i))}A=this.parent.children.indexOf(this);v=this.parent.children.splice(A);p=this.parent.element(i,c,d);Array.prototype.push.apply(this.parent.children,v);return p}}insertAfter(i,c,d){var p,A,C;if(this.isRoot){throw new Error("Cannot insert elements at root level. "+this.debugInfo(i))}A=this.parent.children.indexOf(this);C=this.parent.children.splice(A+1);p=this.parent.element(i,c,d);Array.prototype.push.apply(this.parent.children,C);return p}remove(){var i,c;if(this.isRoot){throw new Error("Cannot remove the root element. "+this.debugInfo())}i=this.parent.children.indexOf(this);ce.apply(this.parent.children,[i,i-i+1].concat(c=[])),c;return this.parent}node(i,c,d){var p;if(i!=null){i=ie(i)}c||(c={});c=ie(c);if(!oe(c)){[d,c]=[c,d]}p=new _(this,i,c);if(d!=null){p.text(d)}this.children.push(p);return p}text(i){var c;if(oe(i)){this.element(i)}c=new ne(this,i);this.children.push(c);return this}cdata(i){var c;c=new A(this,i);this.children.push(c);return this}comment(i){var c;c=new C(this,i);this.children.push(c);return this}commentBefore(i){var c,d,p;d=this.parent.children.indexOf(this);p=this.parent.children.splice(d);c=this.parent.comment(i);Array.prototype.push.apply(this.parent.children,p);return this}commentAfter(i){var c,d,p;d=this.parent.children.indexOf(this);p=this.parent.children.splice(d+1);c=this.parent.comment(i);Array.prototype.push.apply(this.parent.children,p);return this}raw(i){var c;c=new re(this,i);this.children.push(c);return this}dummy(){var i;i=new T(this);return i}instruction(i,c){var d,p,A,C,S;if(i!=null){i=ie(i)}if(c!=null){c=ie(c)}if(Array.isArray(i)){for(C=0,S=i.length;C<S;C++){d=i[C];this.instruction(d)}}else if(oe(i)){for(d in i){if(!le.call(i,d))continue;p=i[d];this.instruction(d,p)}}else{if(ae(c)){c=c.apply()}A=new te(this,i,c);this.children.push(A)}return this}instructionBefore(i,c){var d,p,A;p=this.parent.children.indexOf(this);A=this.parent.children.splice(p);d=this.parent.instruction(i,c);Array.prototype.push.apply(this.parent.children,A);return this}instructionAfter(i,c){var d,p,A;p=this.parent.children.indexOf(this);A=this.parent.children.splice(p+1);d=this.parent.instruction(i,c);Array.prototype.push.apply(this.parent.children,A);return this}declaration(i,c,d){var A,C;A=this.document();C=new S(A,i,c,d);if(A.children.length===0){A.children.unshift(C)}else if(A.children[0].type===p.Declaration){A.children[0]=C}else{A.children.unshift(C)}return A.root()||A}dtd(i,c){var d,A,C,S,T,_,V,Z,ee,te;A=this.document();C=new v(A,i,c);ee=A.children;for(S=T=0,V=ee.length;T<V;S=++T){d=ee[S];if(d.type===p.DocType){A.children[S]=C;return C}}te=A.children;for(S=_=0,Z=te.length;_<Z;S=++_){d=te[S];if(d.isRoot){A.children.splice(S,0,C);return C}}A.children.push(C);return C}up(){if(this.isRoot){throw new Error("The root node has no parent. Use doc() if you need to get the document object.")}return this.parent}root(){var i;i=this;while(i){if(i.type===p.Document){return i.rootObject}else if(i.isRoot){return i}else{i=i.parent}}}document(){var i;i=this;while(i){if(i.type===p.Document){return i}else{i=i.parent}}}end(i){return this.document().end(i)}prev(){var i;i=this.parent.children.indexOf(this);if(i<1){throw new Error("Already at the first node. "+this.debugInfo())}return this.parent.children[i-1]}next(){var i;i=this.parent.children.indexOf(this);if(i===-1||i===this.parent.children.length-1){throw new Error("Already at the last node. "+this.debugInfo())}return this.parent.children[i+1]}importDocument(i){var c,d,A,C,S;d=i.root().clone();d.parent=this;d.isRoot=false;this.children.push(d);if(this.type===p.Document){d.isRoot=true;d.documentObject=this;this.rootObject=d;if(this.children){S=this.children;for(A=0,C=S.length;A<C;A++){c=S[A];if(c.type===p.DocType){c.name=d.name;break}}}}return this}debugInfo(i){var c,d;i=i||this.name;if(i==null&&!((c=this.parent)!=null?c.name:void 0)){return""}else if(i==null){return"parent: <"+this.parent.name+">"}else if(!((d=this.parent)!=null?d.name:void 0)){return"node: <"+i+">"}else{return"node: <"+i+">, parent: <"+this.parent.name+">"}}ele(i,c,d){return this.element(i,c,d)}nod(i,c,d){return this.node(i,c,d)}txt(i){return this.text(i)}dat(i){return this.cdata(i)}com(i){return this.comment(i)}ins(i,c){return this.instruction(i,c)}doc(){return this.document()}dec(i,c,d){return this.declaration(i,c,d)}e(i,c,d){return this.element(i,c,d)}n(i,c,d){return this.node(i,c,d)}t(i){return this.text(i)}d(i){return this.cdata(i)}c(i){return this.comment(i)}r(i){return this.raw(i)}i(i,c){return this.instruction(i,c)}u(){return this.up()}importXMLBuilder(i){return this.importDocument(i)}attribute(i,c){throw new Error("attribute() applies to element nodes only.")}att(i,c){return this.attribute(i,c)}a(i,c){return this.attribute(i,c)}removeAttribute(i){throw new Error("attribute() applies to element nodes only.")}replaceChild(i,c){throw new Error("This DOM method is not implemented."+this.debugInfo())}removeChild(i){throw new Error("This DOM method is not implemented."+this.debugInfo())}appendChild(i){throw new Error("This DOM method is not implemented."+this.debugInfo())}hasChildNodes(){return this.children.length!==0}cloneNode(i){throw new Error("This DOM method is not implemented."+this.debugInfo())}normalize(){throw new Error("This DOM method is not implemented."+this.debugInfo())}isSupported(i,c){return true}hasAttributes(){return this.attribs.length!==0}compareDocumentPosition(i){var d,p;d=this;if(d===i){return 0}else if(this.document()!==i.document()){p=c.Disconnected|c.ImplementationSpecific;if(Math.random()<.5){p|=c.Preceding}else{p|=c.Following}return p}else if(d.isAncestor(i)){return c.Contains|c.Preceding}else if(d.isDescendant(i)){return c.Contains|c.Following}else if(d.isPreceding(i)){return c.Preceding}else{return c.Following}}isSameNode(i){throw new Error("This DOM method is not implemented."+this.debugInfo())}lookupPrefix(i){throw new Error("This DOM method is not implemented."+this.debugInfo())}isDefaultNamespace(i){throw new Error("This DOM method is not implemented."+this.debugInfo())}lookupNamespaceURI(i){throw new Error("This DOM method is not implemented."+this.debugInfo())}isEqualNode(i){var c,d,p;if(i.nodeType!==this.nodeType){return false}if(i.children.length!==this.children.length){return false}for(c=d=0,p=this.children.length-1;0<=p?d<=p:d>=p;c=0<=p?++d:--d){if(!this.children[c].isEqualNode(i.children[c])){return false}}return true}getFeature(i,c){throw new Error("This DOM method is not implemented."+this.debugInfo())}setUserData(i,c,d){throw new Error("This DOM method is not implemented."+this.debugInfo())}getUserData(i){throw new Error("This DOM method is not implemented."+this.debugInfo())}contains(i){if(!i){return false}return i===this||this.isDescendant(i)}isDescendant(i){var c,d,p,A,C;C=this.children;for(p=0,A=C.length;p<A;p++){c=C[p];if(i===c){return true}d=c.isDescendant(i);if(d){return true}}return false}isAncestor(i){return i.isDescendant(this)}isPreceding(i){var c,d;c=this.treePosition(i);d=this.treePosition(this);if(c===-1||d===-1){return false}else{return c<d}}isFollowing(i){var c,d;c=this.treePosition(i);d=this.treePosition(this);if(c===-1||d===-1){return false}else{return c>d}}treePosition(i){var c,d;d=0;c=false;this.foreachTreeNode(this.document(),(function(p){d++;if(!c&&p===i){return c=true}}));if(c){return d}else{return-1}}foreachTreeNode(i,c){var d,p,A,C,S;i||(i=this.document());C=i.children;for(p=0,A=C.length;p<A;p++){d=C[p];if(S=c(d)){return S}else{S=this.foreachTreeNode(d,c);if(S){return S}}}}}Object.defineProperty(XMLNode.prototype,"nodeName",{get:function(){return this.name}});Object.defineProperty(XMLNode.prototype,"nodeType",{get:function(){return this.type}});Object.defineProperty(XMLNode.prototype,"nodeValue",{get:function(){return this.value}});Object.defineProperty(XMLNode.prototype,"parentNode",{get:function(){return this.parent}});Object.defineProperty(XMLNode.prototype,"childNodes",{get:function(){if(!this.childNodeList||!this.childNodeList.nodes){this.childNodeList=new ee(this.children)}return this.childNodeList}});Object.defineProperty(XMLNode.prototype,"firstChild",{get:function(){return this.children[0]||null}});Object.defineProperty(XMLNode.prototype,"lastChild",{get:function(){return this.children[this.children.length-1]||null}});Object.defineProperty(XMLNode.prototype,"previousSibling",{get:function(){var i;i=this.parent.children.indexOf(this);return this.parent.children[i-1]||null}});Object.defineProperty(XMLNode.prototype,"nextSibling",{get:function(){var i;i=this.parent.children.indexOf(this);return this.parent.children[i+1]||null}});Object.defineProperty(XMLNode.prototype,"ownerDocument",{get:function(){return this.document()||null}});Object.defineProperty(XMLNode.prototype,"textContent",{get:function(){var i,c,d,A,C;if(this.nodeType===p.Element||this.nodeType===p.DocumentFragment){C="";A=this.children;for(c=0,d=A.length;c<d;c++){i=A[c];if(i.textContent){C+=i.textContent}}return C}else{return null}},set:function(i){throw new Error("This DOM method is not implemented."+this.debugInfo())}});return XMLNode}.call(this)}).call(this)},13341:function(i){(function(){var c;i.exports=c=function(){class XMLNodeList{constructor(i){this.nodes=i}clone(){return this.nodes=null}item(i){return this.nodes[i]||null}}Object.defineProperty(XMLNodeList.prototype,"length",{get:function(){return this.nodes.length||0}});return XMLNodeList}.call(this)}).call(this)},91368:function(i,c,d){(function(){var c,p,A;c=d(27882);p=d(25278);i.exports=A=class XMLProcessingInstruction extends p{constructor(i,d,p){super(i);if(d==null){throw new Error("Missing instruction target. "+this.debugInfo())}this.type=c.ProcessingInstruction;this.target=this.stringify.insTarget(d);this.name=this.target;if(p){this.value=this.stringify.insValue(p)}}clone(){return Object.create(this)}toString(i){return this.options.writer.processingInstruction(this,this.options.writer.filterOptions(i))}isEqualNode(i){if(!super.isEqualNode(i)){return false}if(i.target!==this.target){return false}return true}}}).call(this)},12083:function(i,c,d){(function(){var c,p,A;c=d(27882);p=d(33401);i.exports=A=class XMLRaw extends p{constructor(i,d){super(i);if(d==null){throw new Error("Missing raw text. "+this.debugInfo())}this.type=c.Raw;this.value=this.stringify.raw(d)}clone(){return Object.create(this)}toString(i){return this.options.writer.raw(this,this.options.writer.filterOptions(i))}}}).call(this)},67798:function(i,c,d){(function(){var c,p,A,C,S={}.hasOwnProperty;c=d(27882);C=d(16943);p=d(29392);i.exports=A=class XMLStreamWriter extends C{constructor(i,c){super(c);this.stream=i}endline(i,c,d){if(i.isLastRootNode&&c.state===p.CloseTag){return""}else{return super.endline(i,c,d)}}document(i,c){var d,p,A,C,S,v,T,_,V;T=i.children;for(p=A=0,S=T.length;A<S;p=++A){d=T[p];d.isLastRootNode=p===i.children.length-1}c=this.filterOptions(c);_=i.children;V=[];for(C=0,v=_.length;C<v;C++){d=_[C];V.push(this.writeChildNode(d,c,0))}return V}cdata(i,c,d){return this.stream.write(super.cdata(i,c,d))}comment(i,c,d){return this.stream.write(super.comment(i,c,d))}declaration(i,c,d){return this.stream.write(super.declaration(i,c,d))}docType(i,c,d){var A,C,S,v;d||(d=0);this.openNode(i,c,d);c.state=p.OpenTag;this.stream.write(this.indent(i,c,d));this.stream.write("<!DOCTYPE "+i.root().name);if(i.pubID&&i.sysID){this.stream.write(' PUBLIC "'+i.pubID+'" "'+i.sysID+'"')}else if(i.sysID){this.stream.write(' SYSTEM "'+i.sysID+'"')}if(i.children.length>0){this.stream.write(" [");this.stream.write(this.endline(i,c,d));c.state=p.InsideTag;v=i.children;for(C=0,S=v.length;C<S;C++){A=v[C];this.writeChildNode(A,c,d+1)}c.state=p.CloseTag;this.stream.write("]")}c.state=p.CloseTag;this.stream.write(c.spaceBeforeSlash+">");this.stream.write(this.endline(i,c,d));c.state=p.None;return this.closeNode(i,c,d)}element(i,d,A){var C,v,T,_,V,Z,ee,te,re,ne,ie,se,ae,oe,le,ce;A||(A=0);this.openNode(i,d,A);d.state=p.OpenTag;ie=this.indent(i,d,A)+"<"+i.name;if(d.pretty&&d.width>0){ee=ie.length;ae=i.attribs;for(re in ae){if(!S.call(ae,re))continue;C=ae[re];se=this.attribute(C,d,A);v=se.length;if(ee+v>d.width){ce=this.indent(i,d,A+1)+se;ie+=this.endline(i,d,A)+ce;ee=ce.length}else{ce=" "+se;ie+=ce;ee+=ce.length}}}else{oe=i.attribs;for(re in oe){if(!S.call(oe,re))continue;C=oe[re];ie+=this.attribute(C,d,A)}}this.stream.write(ie);_=i.children.length;V=_===0?null:i.children[0];if(_===0||i.children.every((function(i){return(i.type===c.Text||i.type===c.Raw||i.type===c.CData)&&i.value===""}))){if(d.allowEmpty){this.stream.write(">");d.state=p.CloseTag;this.stream.write("</"+i.name+">")}else{d.state=p.CloseTag;this.stream.write(d.spaceBeforeSlash+"/>")}}else if(d.pretty&&_===1&&(V.type===c.Text||V.type===c.Raw||V.type===c.CData)&&V.value!=null){this.stream.write(">");d.state=p.InsideTag;d.suppressPrettyCount++;ne=true;this.writeChildNode(V,d,A+1);d.suppressPrettyCount--;ne=false;d.state=p.CloseTag;this.stream.write("</"+i.name+">")}else{this.stream.write(">"+this.endline(i,d,A));d.state=p.InsideTag;le=i.children;for(Z=0,te=le.length;Z<te;Z++){T=le[Z];this.writeChildNode(T,d,A+1)}d.state=p.CloseTag;this.stream.write(this.indent(i,d,A)+"</"+i.name+">")}this.stream.write(this.endline(i,d,A));d.state=p.None;return this.closeNode(i,d,A)}processingInstruction(i,c,d){return this.stream.write(super.processingInstruction(i,c,d))}raw(i,c,d){return this.stream.write(super.raw(i,c,d))}text(i,c,d){return this.stream.write(super.text(i,c,d))}dtdAttList(i,c,d){return this.stream.write(super.dtdAttList(i,c,d))}dtdElement(i,c,d){return this.stream.write(super.dtdElement(i,c,d))}dtdEntity(i,c,d){return this.stream.write(super.dtdEntity(i,c,d))}dtdNotation(i,c,d){return this.stream.write(super.dtdNotation(i,c,d))}}}).call(this)},99867:function(i,c,d){(function(){var c,p;p=d(16943);i.exports=c=class XMLStringWriter extends p{constructor(i){super(i)}document(i,c){var d,p,A,C,S;c=this.filterOptions(c);C="";S=i.children;for(p=0,A=S.length;p<A;p++){d=S[p];C+=this.writeChildNode(d,c,0)}if(c.pretty&&C.slice(-c.newline.length)===c.newline){C=C.slice(0,-c.newline.length)}return C}}}).call(this)},17431:function(i){(function(){var c,d={}.hasOwnProperty;i.exports=c=function(){class XMLStringifier{constructor(i){var c,p,A;this.assertLegalChar=this.assertLegalChar.bind(this);this.assertLegalName=this.assertLegalName.bind(this);i||(i={});this.options=i;if(!this.options.version){this.options.version="1.0"}p=i.stringify||{};for(c in p){if(!d.call(p,c))continue;A=p[c];this[c]=A}}name(i){if(this.options.noValidation){return i}return this.assertLegalName(""+i||"")}text(i){if(this.options.noValidation){return i}return this.assertLegalChar(this.textEscape(""+i||""))}cdata(i){if(this.options.noValidation){return i}i=""+i||"";i=i.replace("]]>","]]]]><![CDATA[>");return this.assertLegalChar(i)}comment(i){if(this.options.noValidation){return i}i=""+i||"";if(i.match(/--/)){throw new Error("Comment text cannot contain double-hypen: "+i)}return this.assertLegalChar(i)}raw(i){if(this.options.noValidation){return i}return""+i||""}attValue(i){if(this.options.noValidation){return i}return this.assertLegalChar(this.attEscape(i=""+i||""))}insTarget(i){if(this.options.noValidation){return i}return this.assertLegalChar(""+i||"")}insValue(i){if(this.options.noValidation){return i}i=""+i||"";if(i.match(/\?>/)){throw new Error("Invalid processing instruction value: "+i)}return this.assertLegalChar(i)}xmlVersion(i){if(this.options.noValidation){return i}i=""+i||"";if(!i.match(/1\.[0-9]+/)){throw new Error("Invalid version number: "+i)}return i}xmlEncoding(i){if(this.options.noValidation){return i}i=""+i||"";if(!i.match(/^[A-Za-z](?:[A-Za-z0-9._-])*$/)){throw new Error("Invalid encoding: "+i)}return this.assertLegalChar(i)}xmlStandalone(i){if(this.options.noValidation){return i}if(i){return"yes"}else{return"no"}}dtdPubID(i){if(this.options.noValidation){return i}return this.assertLegalChar(""+i||"")}dtdSysID(i){if(this.options.noValidation){return i}return this.assertLegalChar(""+i||"")}dtdElementValue(i){if(this.options.noValidation){return i}return this.assertLegalChar(""+i||"")}dtdAttType(i){if(this.options.noValidation){return i}return this.assertLegalChar(""+i||"")}dtdAttDefault(i){if(this.options.noValidation){return i}return this.assertLegalChar(""+i||"")}dtdEntityValue(i){if(this.options.noValidation){return i}return this.assertLegalChar(""+i||"")}dtdNData(i){if(this.options.noValidation){return i}return this.assertLegalChar(""+i||"")}assertLegalChar(i){var c,d;if(this.options.noValidation){return i}if(this.options.version==="1.0"){c=/[\0-\x08\x0B\f\x0E-\x1F\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/g;if(this.options.invalidCharReplacement!==void 0){i=i.replace(c,this.options.invalidCharReplacement)}else if(d=i.match(c)){throw new Error(`Invalid character in string: ${i} at index ${d.index}`)}}else if(this.options.version==="1.1"){c=/[\0\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/g;if(this.options.invalidCharReplacement!==void 0){i=i.replace(c,this.options.invalidCharReplacement)}else if(d=i.match(c)){throw new Error(`Invalid character in string: ${i} at index ${d.index}`)}}return i}assertLegalName(i){var c;if(this.options.noValidation){return i}i=this.assertLegalChar(i);c=/^([:A-Z_a-z\xC0-\xD6\xD8-\xF6\xF8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]|[\uD800-\uDB7F][\uDC00-\uDFFF])([\x2D\.0-:A-Z_a-z\xB7\xC0-\xD6\xD8-\xF6\xF8-\u037D\u037F-\u1FFF\u200C\u200D\u203F\u2040\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]|[\uD800-\uDB7F][\uDC00-\uDFFF])*$/;if(!i.match(c)){throw new Error(`Invalid character in name: ${i}`)}return i}textEscape(i){var c;if(this.options.noValidation){return i}c=this.options.noDoubleEncoding?/(?!&(lt|gt|amp|apos|quot);)&/g:/&/g;return i.replace(c,"&").replace(/</g,"<").replace(/>/g,">").replace(/\r/g,"
")}attEscape(i){var c;if(this.options.noValidation){return i}c=this.options.noDoubleEncoding?/(?!&(lt|gt|amp|apos|quot);)&/g:/&/g;return i.replace(c,"&").replace(/</g,"<").replace(/"/g,""").replace(/\t/g,"	").replace(/\n/g,"
").replace(/\r/g,"
")}}XMLStringifier.prototype.convertAttKey="@";XMLStringifier.prototype.convertPIKey="?";XMLStringifier.prototype.convertTextKey="#text";XMLStringifier.prototype.convertCDataKey="#cdata";XMLStringifier.prototype.convertCommentKey="#comment";XMLStringifier.prototype.convertRawKey="#raw";return XMLStringifier}.call(this)}).call(this)},99946:function(i,c,d){(function(){var c,p,A;c=d(27882);p=d(25278);i.exports=A=function(){class XMLText extends p{constructor(i,d){super(i);if(d==null){throw new Error("Missing element text. "+this.debugInfo())}this.name="#text";this.type=c.Text;this.value=this.stringify.text(d)}clone(){return Object.create(this)}toString(i){return this.options.writer.text(this,this.options.writer.filterOptions(i))}splitText(i){throw new Error("This DOM method is not implemented."+this.debugInfo())}replaceWholeText(i){throw new Error("This DOM method is not implemented."+this.debugInfo())}}Object.defineProperty(XMLText.prototype,"isElementContentWhitespace",{get:function(){throw new Error("This DOM method is not implemented."+this.debugInfo())}});Object.defineProperty(XMLText.prototype,"wholeText",{get:function(){var i,c,d;d="";c=this.previousSibling;while(c){d=c.data+d;c=c.previousSibling}d+=this.data;i=this.nextSibling;while(i){d=d+i.data;i=i.nextSibling}return d}});return XMLText}.call(this)}).call(this)},16943:function(i,c,d){(function(){var c,p,A,C,S,v,T,_,V,Z,ee,te,re,ne,ie,se,ae,oe={}.hasOwnProperty;({assign:ae}=d(4576));c=d(27882);V=d(7645);Z=d(47827);A=d(80728);C=d(9620);te=d(73965);ne=d(12083);ie=d(99946);re=d(91368);ee=d(26893);S=d(23742);v=d(6189);T=d(16906);_=d(7083);p=d(29392);i.exports=se=class XMLWriterBase{constructor(i){var c,d,p;i||(i={});this.options=i;d=i.writer||{};for(c in d){if(!oe.call(d,c))continue;p=d[c];this["_"+c]=this[c];this[c]=p}}filterOptions(i){var c,d,A,C,S,v,T,_,V;i||(i={});i=ae({},this.options,i);c={writer:this};c.pretty=i.pretty||false;c.allowEmpty=i.allowEmpty||false;c.indent=(d=i.indent)!=null?d:" ";c.newline=(A=i.newline)!=null?A:"\n";c.offset=(C=i.offset)!=null?C:0;c.width=(S=i.width)!=null?S:0;c.dontPrettyTextNodes=(v=(T=i.dontPrettyTextNodes)!=null?T:i.dontprettytextnodes)!=null?v:0;c.spaceBeforeSlash=(_=(V=i.spaceBeforeSlash)!=null?V:i.spacebeforeslash)!=null?_:"";if(c.spaceBeforeSlash===true){c.spaceBeforeSlash=" "}c.suppressPrettyCount=0;c.user={};c.state=p.None;return c}indent(i,c,d){var p;if(!c.pretty||c.suppressPrettyCount){return""}else if(c.pretty){p=(d||0)+c.offset+1;if(p>0){return new Array(p).join(c.indent)}}return""}endline(i,c,d){if(!c.pretty||c.suppressPrettyCount){return""}else{return c.newline}}attribute(i,c,d){var p;this.openAttribute(i,c,d);if(c.pretty&&c.width>0){p=i.name+'="'+i.value+'"'}else{p=" "+i.name+'="'+i.value+'"'}this.closeAttribute(i,c,d);return p}cdata(i,c,d){var A;this.openNode(i,c,d);c.state=p.OpenTag;A=this.indent(i,c,d)+"<![CDATA[";c.state=p.InsideTag;A+=i.value;c.state=p.CloseTag;A+="]]>"+this.endline(i,c,d);c.state=p.None;this.closeNode(i,c,d);return A}comment(i,c,d){var A;this.openNode(i,c,d);c.state=p.OpenTag;A=this.indent(i,c,d)+"\x3c!-- ";c.state=p.InsideTag;A+=i.value;c.state=p.CloseTag;A+=" --\x3e"+this.endline(i,c,d);c.state=p.None;this.closeNode(i,c,d);return A}declaration(i,c,d){var A;this.openNode(i,c,d);c.state=p.OpenTag;A=this.indent(i,c,d)+"<?xml";c.state=p.InsideTag;A+=' version="'+i.version+'"';if(i.encoding!=null){A+=' encoding="'+i.encoding+'"'}if(i.standalone!=null){A+=' standalone="'+i.standalone+'"'}c.state=p.CloseTag;A+=c.spaceBeforeSlash+"?>";A+=this.endline(i,c,d);c.state=p.None;this.closeNode(i,c,d);return A}docType(i,c,d){var A,C,S,v,T;d||(d=0);this.openNode(i,c,d);c.state=p.OpenTag;v=this.indent(i,c,d);v+="<!DOCTYPE "+i.root().name;if(i.pubID&&i.sysID){v+=' PUBLIC "'+i.pubID+'" "'+i.sysID+'"'}else if(i.sysID){v+=' SYSTEM "'+i.sysID+'"'}if(i.children.length>0){v+=" [";v+=this.endline(i,c,d);c.state=p.InsideTag;T=i.children;for(C=0,S=T.length;C<S;C++){A=T[C];v+=this.writeChildNode(A,c,d+1)}c.state=p.CloseTag;v+="]"}c.state=p.CloseTag;v+=c.spaceBeforeSlash+">";v+=this.endline(i,c,d);c.state=p.None;this.closeNode(i,c,d);return v}element(i,d,A){var C,S,v,T,_,V,Z,ee,te,re,ne,ie,se,ae,le,ce,de,ue,pe;A||(A=0);ie=false;this.openNode(i,d,A);d.state=p.OpenTag;se=this.indent(i,d,A)+"<"+i.name;if(d.pretty&&d.width>0){ee=se.length;le=i.attribs;for(ne in le){if(!oe.call(le,ne))continue;C=le[ne];ae=this.attribute(C,d,A);S=ae.length;if(ee+S>d.width){pe=this.indent(i,d,A+1)+ae;se+=this.endline(i,d,A)+pe;ee=pe.length}else{pe=" "+ae;se+=pe;ee+=pe.length}}}else{ce=i.attribs;for(ne in ce){if(!oe.call(ce,ne))continue;C=ce[ne];se+=this.attribute(C,d,A)}}T=i.children.length;_=T===0?null:i.children[0];if(T===0||i.children.every((function(i){return(i.type===c.Text||i.type===c.Raw||i.type===c.CData)&&i.value===""}))){if(d.allowEmpty){se+=">";d.state=p.CloseTag;se+="</"+i.name+">"+this.endline(i,d,A)}else{d.state=p.CloseTag;se+=d.spaceBeforeSlash+"/>"+this.endline(i,d,A)}}else if(d.pretty&&T===1&&(_.type===c.Text||_.type===c.Raw||_.type===c.CData)&&_.value!=null){se+=">";d.state=p.InsideTag;d.suppressPrettyCount++;ie=true;se+=this.writeChildNode(_,d,A+1);d.suppressPrettyCount--;ie=false;d.state=p.CloseTag;se+="</"+i.name+">"+this.endline(i,d,A)}else{if(d.dontPrettyTextNodes){de=i.children;for(V=0,te=de.length;V<te;V++){v=de[V];if((v.type===c.Text||v.type===c.Raw||v.type===c.CData)&&v.value!=null){d.suppressPrettyCount++;ie=true;break}}}se+=">"+this.endline(i,d,A);d.state=p.InsideTag;ue=i.children;for(Z=0,re=ue.length;Z<re;Z++){v=ue[Z];se+=this.writeChildNode(v,d,A+1)}d.state=p.CloseTag;se+=this.indent(i,d,A)+"</"+i.name+">";if(ie){d.suppressPrettyCount--}se+=this.endline(i,d,A);d.state=p.None}this.closeNode(i,d,A);return se}writeChildNode(i,d,p){switch(i.type){case c.CData:return this.cdata(i,d,p);case c.Comment:return this.comment(i,d,p);case c.Element:return this.element(i,d,p);case c.Raw:return this.raw(i,d,p);case c.Text:return this.text(i,d,p);case c.ProcessingInstruction:return this.processingInstruction(i,d,p);case c.Dummy:return"";case c.Declaration:return this.declaration(i,d,p);case c.DocType:return this.docType(i,d,p);case c.AttributeDeclaration:return this.dtdAttList(i,d,p);case c.ElementDeclaration:return this.dtdElement(i,d,p);case c.EntityDeclaration:return this.dtdEntity(i,d,p);case c.NotationDeclaration:return this.dtdNotation(i,d,p);default:throw new Error("Unknown XML node type: "+i.constructor.name)}}processingInstruction(i,c,d){var A;this.openNode(i,c,d);c.state=p.OpenTag;A=this.indent(i,c,d)+"<?";c.state=p.InsideTag;A+=i.target;if(i.value){A+=" "+i.value}c.state=p.CloseTag;A+=c.spaceBeforeSlash+"?>";A+=this.endline(i,c,d);c.state=p.None;this.closeNode(i,c,d);return A}raw(i,c,d){var A;this.openNode(i,c,d);c.state=p.OpenTag;A=this.indent(i,c,d);c.state=p.InsideTag;A+=i.value;c.state=p.CloseTag;A+=this.endline(i,c,d);c.state=p.None;this.closeNode(i,c,d);return A}text(i,c,d){var A;this.openNode(i,c,d);c.state=p.OpenTag;A=this.indent(i,c,d);c.state=p.InsideTag;A+=i.value;c.state=p.CloseTag;A+=this.endline(i,c,d);c.state=p.None;this.closeNode(i,c,d);return A}dtdAttList(i,c,d){var A;this.openNode(i,c,d);c.state=p.OpenTag;A=this.indent(i,c,d)+"<!ATTLIST";c.state=p.InsideTag;A+=" "+i.elementName+" "+i.attributeName+" "+i.attributeType;if(i.defaultValueType!=="#DEFAULT"){A+=" "+i.defaultValueType}if(i.defaultValue){A+=' "'+i.defaultValue+'"'}c.state=p.CloseTag;A+=c.spaceBeforeSlash+">"+this.endline(i,c,d);c.state=p.None;this.closeNode(i,c,d);return A}dtdElement(i,c,d){var A;this.openNode(i,c,d);c.state=p.OpenTag;A=this.indent(i,c,d)+"<!ELEMENT";c.state=p.InsideTag;A+=" "+i.name+" "+i.value;c.state=p.CloseTag;A+=c.spaceBeforeSlash+">"+this.endline(i,c,d);c.state=p.None;this.closeNode(i,c,d);return A}dtdEntity(i,c,d){var A;this.openNode(i,c,d);c.state=p.OpenTag;A=this.indent(i,c,d)+"<!ENTITY";c.state=p.InsideTag;if(i.pe){A+=" %"}A+=" "+i.name;if(i.value){A+=' "'+i.value+'"'}else{if(i.pubID&&i.sysID){A+=' PUBLIC "'+i.pubID+'" "'+i.sysID+'"'}else if(i.sysID){A+=' SYSTEM "'+i.sysID+'"'}if(i.nData){A+=" NDATA "+i.nData}}c.state=p.CloseTag;A+=c.spaceBeforeSlash+">"+this.endline(i,c,d);c.state=p.None;this.closeNode(i,c,d);return A}dtdNotation(i,c,d){var A;this.openNode(i,c,d);c.state=p.OpenTag;A=this.indent(i,c,d)+"<!NOTATION";c.state=p.InsideTag;A+=" "+i.name;if(i.pubID&&i.sysID){A+=' PUBLIC "'+i.pubID+'" "'+i.sysID+'"'}else if(i.pubID){A+=' PUBLIC "'+i.pubID+'"'}else if(i.sysID){A+=' SYSTEM "'+i.sysID+'"'}c.state=p.CloseTag;A+=c.spaceBeforeSlash+">"+this.endline(i,c,d);c.state=p.None;this.closeNode(i,c,d);return A}openNode(i,c,d){}closeNode(i,c,d){}openAttribute(i,c,d){}closeAttribute(i,c,d){}}}).call(this)},98004:function(i,c,d){(function(){var c,p,A,C,S,v,T,_,V;({assign:_,isFunction:V}=d(4576));A=d(39563);C=d(26500);S=d(77789);T=d(99867);v=d(67798);c=d(27882);p=d(29392);i.exports.create=function(i,c,d,p){var A,S;if(i==null){throw new Error("Root element needs a name.")}p=_({},c,d,p);A=new C(p);S=A.element(i);if(!p.headless){A.declaration(p);if(p.pubID!=null||p.sysID!=null){A.dtd(p)}}return S};i.exports.begin=function(i,c,d){if(V(i)){[c,d]=[i,c];i={}}if(c){return new S(i,c,d)}else{return new C(i)}};i.exports.stringWriter=function(i){return new T(i)};i.exports.streamWriter=function(i,c){return new v(i,c)};i.exports.implementation=new A;i.exports.nodeType=c;i.exports.writerState=p}).call(this)},20663:(i,c,d)=>{var p=d(79896);var A=d(43106);var C=d(23045);var S=d(80595);var v=d(39023);var T=d(24434).EventEmitter;var _=d(2203).Transform;var V=d(2203).PassThrough;var Z=d(2203).Writable;c.open=open;c.fromFd=fromFd;c.fromBuffer=fromBuffer;c.fromRandomAccessReader=fromRandomAccessReader;c.dosDateTimeToDate=dosDateTimeToDate;c.validateFileName=validateFileName;c.ZipFile=ZipFile;c.Entry=Entry;c.RandomAccessReader=RandomAccessReader;function open(i,c,d){if(typeof c==="function"){d=c;c=null}if(c==null)c={};if(c.autoClose==null)c.autoClose=true;if(c.lazyEntries==null)c.lazyEntries=false;if(c.decodeStrings==null)c.decodeStrings=true;if(c.validateEntrySizes==null)c.validateEntrySizes=true;if(c.strictFileNames==null)c.strictFileNames=false;if(d==null)d=defaultCallback;p.open(i,"r",(function(i,A){if(i)return d(i);fromFd(A,c,(function(i,c){if(i)p.close(A,defaultCallback);d(i,c)}))}))}function fromFd(i,c,d){if(typeof c==="function"){d=c;c=null}if(c==null)c={};if(c.autoClose==null)c.autoClose=false;if(c.lazyEntries==null)c.lazyEntries=false;if(c.decodeStrings==null)c.decodeStrings=true;if(c.validateEntrySizes==null)c.validateEntrySizes=true;if(c.strictFileNames==null)c.strictFileNames=false;if(d==null)d=defaultCallback;p.fstat(i,(function(p,A){if(p)return d(p);var S=C.createFromFd(i,{autoClose:true});fromRandomAccessReader(S,A.size,c,d)}))}function fromBuffer(i,c,d){if(typeof c==="function"){d=c;c=null}if(c==null)c={};c.autoClose=false;if(c.lazyEntries==null)c.lazyEntries=false;if(c.decodeStrings==null)c.decodeStrings=true;if(c.validateEntrySizes==null)c.validateEntrySizes=true;if(c.strictFileNames==null)c.strictFileNames=false;var p=C.createFromBuffer(i,{maxChunkSize:65536});fromRandomAccessReader(p,i.length,c,d)}function fromRandomAccessReader(i,c,d,p){if(typeof d==="function"){p=d;d=null}if(d==null)d={};if(d.autoClose==null)d.autoClose=true;if(d.lazyEntries==null)d.lazyEntries=false;if(d.decodeStrings==null)d.decodeStrings=true;var A=!!d.decodeStrings;if(d.validateEntrySizes==null)d.validateEntrySizes=true;if(d.strictFileNames==null)d.strictFileNames=false;if(p==null)p=defaultCallback;if(typeof c!=="number")throw new Error("expected totalSize parameter to be a number");if(c>Number.MAX_SAFE_INTEGER){throw new Error("zip file too large. only file sizes up to 2^52 are supported due to JavaScript's Number type being an IEEE 754 double.")}i.ref();var C=22;var S=65535;var v=Math.min(C+S,c);var T=te(v);var _=c-T.length;readAndAssertNoEof(i,T,0,v,_,(function(S){if(S)return p(S);for(var V=v-C;V>=0;V-=1){if(T.readUInt32LE(V)!==101010256)continue;var Z=T.slice(V);var ee=Z.readUInt16LE(4);if(ee!==0){return p(new Error("multi-disk zip files are not supported: found disk number: "+ee))}var re=Z.readUInt16LE(10);var ne=Z.readUInt32LE(16);var ie=Z.readUInt16LE(20);var se=Z.length-C;if(ie!==se){return p(new Error("invalid comment length. expected: "+se+". found: "+ie))}var ae=A?decodeBuffer(Z,22,Z.length,false):Z.slice(22);if(!(re===65535||ne===4294967295)){return p(null,new ZipFile(i,ne,c,re,ae,d.autoClose,d.lazyEntries,A,d.validateEntrySizes,d.strictFileNames))}var oe=te(20);var le=_+V-oe.length;readAndAssertNoEof(i,oe,0,oe.length,le,(function(C){if(C)return p(C);if(oe.readUInt32LE(0)!==117853008){return p(new Error("invalid zip64 end of central directory locator signature"))}var S=readUInt64LE(oe,8);var v=te(56);readAndAssertNoEof(i,v,0,v.length,S,(function(C){if(C)return p(C);if(v.readUInt32LE(0)!==101075792){return p(new Error("invalid zip64 end of central directory record signature"))}re=readUInt64LE(v,32);ne=readUInt64LE(v,48);return p(null,new ZipFile(i,ne,c,re,ae,d.autoClose,d.lazyEntries,A,d.validateEntrySizes,d.strictFileNames))}))}));return}p(new Error("end of central directory record signature not found"))}))}v.inherits(ZipFile,T);function ZipFile(i,c,d,p,A,C,S,v,_,V){var Z=this;T.call(Z);Z.reader=i;Z.reader.on("error",(function(i){emitError(Z,i)}));Z.reader.once("close",(function(){Z.emit("close")}));Z.readEntryCursor=c;Z.fileSize=d;Z.entryCount=p;Z.comment=A;Z.entriesRead=0;Z.autoClose=!!C;Z.lazyEntries=!!S;Z.decodeStrings=!!v;Z.validateEntrySizes=!!_;Z.strictFileNames=!!V;Z.isOpen=true;Z.emittedError=false;if(!Z.lazyEntries)Z._readEntry()}ZipFile.prototype.close=function(){if(!this.isOpen)return;this.isOpen=false;this.reader.unref()};function emitErrorAndAutoClose(i,c){if(i.autoClose)i.close();emitError(i,c)}function emitError(i,c){if(i.emittedError)return;i.emittedError=true;i.emit("error",c)}ZipFile.prototype.readEntry=function(){if(!this.lazyEntries)throw new Error("readEntry() called without lazyEntries:true");this._readEntry()};ZipFile.prototype._readEntry=function(){var i=this;if(i.entryCount===i.entriesRead){setImmediate((function(){if(i.autoClose)i.close();if(i.emittedError)return;i.emit("end")}));return}if(i.emittedError)return;var c=te(46);readAndAssertNoEof(i.reader,c,0,c.length,i.readEntryCursor,(function(d){if(d)return emitErrorAndAutoClose(i,d);if(i.emittedError)return;var p=new Entry;var A=c.readUInt32LE(0);if(A!==33639248)return emitErrorAndAutoClose(i,new Error("invalid central directory file header signature: 0x"+A.toString(16)));p.versionMadeBy=c.readUInt16LE(4);p.versionNeededToExtract=c.readUInt16LE(6);p.generalPurposeBitFlag=c.readUInt16LE(8);p.compressionMethod=c.readUInt16LE(10);p.lastModFileTime=c.readUInt16LE(12);p.lastModFileDate=c.readUInt16LE(14);p.crc32=c.readUInt32LE(16);p.compressedSize=c.readUInt32LE(20);p.uncompressedSize=c.readUInt32LE(24);p.fileNameLength=c.readUInt16LE(28);p.extraFieldLength=c.readUInt16LE(30);p.fileCommentLength=c.readUInt16LE(32);p.internalFileAttributes=c.readUInt16LE(36);p.externalFileAttributes=c.readUInt32LE(38);p.relativeOffsetOfLocalHeader=c.readUInt32LE(42);if(p.generalPurposeBitFlag&64)return emitErrorAndAutoClose(i,new Error("strong encryption is not supported"));i.readEntryCursor+=46;c=te(p.fileNameLength+p.extraFieldLength+p.fileCommentLength);readAndAssertNoEof(i.reader,c,0,c.length,i.readEntryCursor,(function(d){if(d)return emitErrorAndAutoClose(i,d);if(i.emittedError)return;var A=(p.generalPurposeBitFlag&2048)!==0;p.fileName=i.decodeStrings?decodeBuffer(c,0,p.fileNameLength,A):c.slice(0,p.fileNameLength);var C=p.fileNameLength+p.extraFieldLength;var v=c.slice(p.fileNameLength,C);p.extraFields=[];var T=0;while(T<v.length-3){var _=v.readUInt16LE(T+0);var V=v.readUInt16LE(T+2);var Z=T+4;var ee=Z+V;if(ee>v.length)return emitErrorAndAutoClose(i,new Error("extra field length exceeds extra field buffer size"));var re=te(V);v.copy(re,0,Z,ee);p.extraFields.push({id:_,data:re});T=ee}p.fileComment=i.decodeStrings?decodeBuffer(c,C,C+p.fileCommentLength,A):c.slice(C,C+p.fileCommentLength);p.comment=p.fileComment;i.readEntryCursor+=c.length;i.entriesRead+=1;if(p.uncompressedSize===4294967295||p.compressedSize===4294967295||p.relativeOffsetOfLocalHeader===4294967295){var ne=null;for(var T=0;T<p.extraFields.length;T++){var ie=p.extraFields[T];if(ie.id===1){ne=ie.data;break}}if(ne==null){return emitErrorAndAutoClose(i,new Error("expected zip64 extended information extra field"))}var se=0;if(p.uncompressedSize===4294967295){if(se+8>ne.length){return emitErrorAndAutoClose(i,new Error("zip64 extended information extra field does not include uncompressed size"))}p.uncompressedSize=readUInt64LE(ne,se);se+=8}if(p.compressedSize===4294967295){if(se+8>ne.length){return emitErrorAndAutoClose(i,new Error("zip64 extended information extra field does not include compressed size"))}p.compressedSize=readUInt64LE(ne,se);se+=8}if(p.relativeOffsetOfLocalHeader===4294967295){if(se+8>ne.length){return emitErrorAndAutoClose(i,new Error("zip64 extended information extra field does not include relative header offset"))}p.relativeOffsetOfLocalHeader=readUInt64LE(ne,se);se+=8}}if(i.decodeStrings){for(var T=0;T<p.extraFields.length;T++){var ie=p.extraFields[T];if(ie.id===28789){if(ie.data.length<6){continue}if(ie.data.readUInt8(0)!==1){continue}var ae=ie.data.readUInt32LE(1);if(S.unsigned(c.slice(0,p.fileNameLength))!==ae){continue}p.fileName=decodeBuffer(ie.data,5,ie.data.length,true);break}}}if(i.validateEntrySizes&&p.compressionMethod===0){var oe=p.uncompressedSize;if(p.isEncrypted()){oe+=12}if(p.compressedSize!==oe){var le="compressed/uncompressed size mismatch for stored file: "+p.compressedSize+" != "+p.uncompressedSize;return emitErrorAndAutoClose(i,new Error(le))}}if(i.decodeStrings){if(!i.strictFileNames){p.fileName=p.fileName.replace(/\\/g,"/")}var ce=validateFileName(p.fileName,i.validateFileNameOptions);if(ce!=null)return emitErrorAndAutoClose(i,new Error(ce))}i.emit("entry",p);if(!i.lazyEntries)i._readEntry()}))}))};ZipFile.prototype.openReadStream=function(i,c,d){var p=this;var C=0;var S=i.compressedSize;if(d==null){d=c;c={}}else{if(c.decrypt!=null){if(!i.isEncrypted()){throw new Error("options.decrypt can only be specified for encrypted entries")}if(c.decrypt!==false)throw new Error("invalid options.decrypt value: "+c.decrypt);if(i.isCompressed()){if(c.decompress!==false)throw new Error("entry is encrypted and compressed, and options.decompress !== false")}}if(c.decompress!=null){if(!i.isCompressed()){throw new Error("options.decompress can only be specified for compressed entries")}if(!(c.decompress===false||c.decompress===true)){throw new Error("invalid options.decompress value: "+c.decompress)}}if(c.start!=null||c.end!=null){if(i.isCompressed()&&c.decompress!==false){throw new Error("start/end range not allowed for compressed entry without options.decompress === false")}if(i.isEncrypted()&&c.decrypt!==false){throw new Error("start/end range not allowed for encrypted entry without options.decrypt === false")}}if(c.start!=null){C=c.start;if(C<0)throw new Error("options.start < 0");if(C>i.compressedSize)throw new Error("options.start > entry.compressedSize")}if(c.end!=null){S=c.end;if(S<0)throw new Error("options.end < 0");if(S>i.compressedSize)throw new Error("options.end > entry.compressedSize");if(S<C)throw new Error("options.end < options.start")}}if(!p.isOpen)return d(new Error("closed"));if(i.isEncrypted()){if(c.decrypt!==false)return d(new Error("entry is encrypted, and options.decrypt !== false"))}p.reader.ref();var v=te(30);readAndAssertNoEof(p.reader,v,0,v.length,i.relativeOffsetOfLocalHeader,(function(T){try{if(T)return d(T);var _=v.readUInt32LE(0);if(_!==67324752){return d(new Error("invalid local file header signature: 0x"+_.toString(16)))}var V=v.readUInt16LE(26);var Z=v.readUInt16LE(28);var ee=i.relativeOffsetOfLocalHeader+v.length+V+Z;var te;if(i.compressionMethod===0){te=false}else if(i.compressionMethod===8){te=c.decompress!=null?c.decompress:true}else{return d(new Error("unsupported compression method: "+i.compressionMethod))}var re=ee;var ne=re+i.compressedSize;if(i.compressedSize!==0){if(ne>p.fileSize){return d(new Error("file data overflows file bounds: "+re+" + "+i.compressedSize+" > "+p.fileSize))}}var ie=p.reader.createReadStream({start:re+C,end:re+S});var se=ie;if(te){var ae=false;var oe=A.createInflateRaw();ie.on("error",(function(i){setImmediate((function(){if(!ae)oe.emit("error",i)}))}));ie.pipe(oe);if(p.validateEntrySizes){se=new AssertByteCountStream(i.uncompressedSize);oe.on("error",(function(i){setImmediate((function(){if(!ae)se.emit("error",i)}))}));oe.pipe(se)}else{se=oe}se.destroy=function(){ae=true;if(oe!==se)oe.unpipe(se);ie.unpipe(oe);ie.destroy()}}d(null,se)}finally{p.reader.unref()}}))};function Entry(){}Entry.prototype.getLastModDate=function(){return dosDateTimeToDate(this.lastModFileDate,this.lastModFileTime)};Entry.prototype.isEncrypted=function(){return(this.generalPurposeBitFlag&1)!==0};Entry.prototype.isCompressed=function(){return this.compressionMethod===8};function dosDateTimeToDate(i,c){var d=i&31;var p=(i>>5&15)-1;var A=(i>>9&127)+1980;var C=0;var S=(c&31)*2;var v=c>>5&63;var T=c>>11&31;return new Date(A,p,d,T,v,S,C)}function validateFileName(i){if(i.indexOf("\\")!==-1){return"invalid characters in fileName: "+i}if(/^[a-zA-Z]:/.test(i)||/^\//.test(i)){return"absolute path: "+i}if(i.split("/").indexOf("..")!==-1){return"invalid relative path: "+i}return null}function readAndAssertNoEof(i,c,d,p,A,C){if(p===0){return setImmediate((function(){C(null,te(0))}))}i.read(c,d,p,A,(function(i,c){if(i)return C(i);if(c<p){return C(new Error("unexpected EOF"))}C()}))}v.inherits(AssertByteCountStream,_);function AssertByteCountStream(i){_.call(this);this.actualByteCount=0;this.expectedByteCount=i}AssertByteCountStream.prototype._transform=function(i,c,d){this.actualByteCount+=i.length;if(this.actualByteCount>this.expectedByteCount){var p="too many bytes in the stream. expected "+this.expectedByteCount+". got at least "+this.actualByteCount;return d(new Error(p))}d(null,i)};AssertByteCountStream.prototype._flush=function(i){if(this.actualByteCount<this.expectedByteCount){var c="not enough bytes in the stream. expected "+this.expectedByteCount+". got only "+this.actualByteCount;return i(new Error(c))}i()};v.inherits(RandomAccessReader,T);function RandomAccessReader(){T.call(this);this.refCount=0}RandomAccessReader.prototype.ref=function(){this.refCount+=1};RandomAccessReader.prototype.unref=function(){var i=this;i.refCount-=1;if(i.refCount>0)return;if(i.refCount<0)throw new Error("invalid unref");i.close(onCloseDone);function onCloseDone(c){if(c)return i.emit("error",c);i.emit("close")}};RandomAccessReader.prototype.createReadStream=function(i){var c=i.start;var d=i.end;if(c===d){var p=new V;setImmediate((function(){p.end()}));return p}var A=this._readStreamForRange(c,d);var C=false;var S=new RefUnrefFilter(this);A.on("error",(function(i){setImmediate((function(){if(!C)S.emit("error",i)}))}));S.destroy=function(){A.unpipe(S);S.unref();A.destroy()};var v=new AssertByteCountStream(d-c);S.on("error",(function(i){setImmediate((function(){if(!C)v.emit("error",i)}))}));v.destroy=function(){C=true;S.unpipe(v);S.destroy()};return A.pipe(S).pipe(v)};RandomAccessReader.prototype._readStreamForRange=function(i,c){throw new Error("not implemented")};RandomAccessReader.prototype.read=function(i,c,d,p,A){var C=this.createReadStream({start:p,end:p+d});var S=new Z;var v=0;S._write=function(d,p,A){d.copy(i,c+v,0,d.length);v+=d.length;A()};S.on("finish",A);C.on("error",(function(i){A(i)}));C.pipe(S)};RandomAccessReader.prototype.close=function(i){setImmediate(i)};v.inherits(RefUnrefFilter,V);function RefUnrefFilter(i){V.call(this);this.context=i;this.context.ref();this.unreffedYet=false}RefUnrefFilter.prototype._flush=function(i){this.unref();i()};RefUnrefFilter.prototype.unref=function(i){if(this.unreffedYet)return;this.unreffedYet=true;this.context.unref()};var ee="\0☺☻♥♦♣♠•◘○◙♂♀♪♫☼►◄↕‼¶§▬↨↑↓→←∟↔▲▼ !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~⌂ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜ¢£¥₧ƒáíóúñѪº¿⌐¬½¼¡«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ ";function decodeBuffer(i,c,d,p){if(p){return i.toString("utf8",c,d)}else{var A="";for(var C=c;C<d;C++){A+=ee[i[C]]}return A}}function readUInt64LE(i,c){var d=i.readUInt32LE(c);var p=i.readUInt32LE(c+4);return p*4294967296+d}var te;if(typeof Buffer.allocUnsafe==="function"){te=function(i){return Buffer.allocUnsafe(i)}}else{te=function(i){return new Buffer(i)}}function defaultCallback(i){if(i)throw i}},80595:(i,c,d)=>{var p=d(20181).Buffer;var A=[0,1996959894,3993919788,2567524794,124634137,1886057615,3915621685,2657392035,249268274,2044508324,3772115230,2547177864,162941995,2125561021,3887607047,2428444049,498536548,1789927666,4089016648,2227061214,450548861,1843258603,4107580753,2211677639,325883990,1684777152,4251122042,2321926636,335633487,1661365465,4195302755,2366115317,997073096,1281953886,3579855332,2724688242,1006888145,1258607687,3524101629,2768942443,901097722,1119000684,3686517206,2898065728,853044451,1172266101,3705015759,2882616665,651767980,1373503546,3369554304,3218104598,565507253,1454621731,3485111705,3099436303,671266974,1594198024,3322730930,2970347812,795835527,1483230225,3244367275,3060149565,1994146192,31158534,2563907772,4023717930,1907459465,112637215,2680153253,3904427059,2013776290,251722036,2517215374,3775830040,2137656763,141376813,2439277719,3865271297,1802195444,476864866,2238001368,4066508878,1812370925,453092731,2181625025,4111451223,1706088902,314042704,2344532202,4240017532,1658658271,366619977,2362670323,4224994405,1303535960,984961486,2747007092,3569037538,1256170817,1037604311,2765210733,3554079995,1131014506,879679996,2909243462,3663771856,1141124467,855842277,2852801631,3708648649,1342533948,654459306,3188396048,3373015174,1466479909,544179635,3110523913,3462522015,1591671054,702138776,2966460450,3352799412,1504918807,783551873,3082640443,3233442989,3988292384,2596254646,62317068,1957810842,3939845945,2647816111,81470997,1943803523,3814918930,2489596804,225274430,2053790376,3826175755,2466906013,167816743,2097651377,4027552580,2265490386,503444072,1762050814,4150417245,2154129355,426522225,1852507879,4275313526,2312317920,282753626,1742555852,4189708143,2394877945,397917763,1622183637,3604390888,2714866558,953729732,1340076626,3518719985,2797360999,1068828381,1219638859,3624741850,2936675148,906185462,1090812512,3747672003,2825379669,829329135,1181335161,3412177804,3160834842,628085408,1382605366,3423369109,3138078467,570562233,1426400815,3317316542,2998733608,733239954,1555261956,3268935591,3050360625,752459403,1541320221,2607071920,3965973030,1969922972,40735498,2617837225,3943577151,1913087877,83908371,2512341634,3803740692,2075208622,213261112,2463272603,3855990285,2094854071,198958881,2262029012,4057260610,1759359992,534414190,2176718541,4139329115,1873836001,414664567,2282248934,4279200368,1711684554,285281116,2405801727,4167216745,1634467795,376229701,2685067896,3608007406,1308918612,956543938,2808555105,3495958263,1231636301,1047427035,2932959818,3654703836,1088359270,936918e3,2847714899,3736837829,1202900863,817233897,3183342108,3401237130,1404277552,615818150,3134207493,3453421203,1423857449,601450431,3009837614,3294710456,1567103746,711928724,3020668471,3272380065,1510334235,755167117];if(typeof Int32Array!=="undefined"){A=new Int32Array(A)}function ensureBuffer(i){if(p.isBuffer(i)){return i}var c=typeof p.alloc==="function"&&typeof p.from==="function";if(typeof i==="number"){return c?p.alloc(i):new p(i)}else if(typeof i==="string"){return c?p.from(i):new p(i)}else{throw new Error("input must be buffer, number, or string, received "+typeof i)}}function bufferizeInt(i){var c=ensureBuffer(4);c.writeInt32BE(i,0);return c}function _crc32(i,c){i=ensureBuffer(i);if(p.isBuffer(c)){c=c.readUInt32BE(0)}var d=~~c^-1;for(var C=0;C<i.length;C++){d=A[(d^i[C])&255]^d>>>8}return d^-1}function crc32(){return bufferizeInt(_crc32.apply(null,arguments))}crc32.signed=function(){return _crc32.apply(null,arguments)};crc32.unsigned=function(){return _crc32.apply(null,arguments)>>>0};i.exports=crc32},41622:(i,c,d)=>{
|
||
/**
|
||
* ZipStream
|
||
*
|
||
* @ignore
|
||
* @license [MIT]{@link https://github.com/archiverjs/node-zip-stream/blob/master/LICENSE}
|
||
* @copyright (c) 2014 Chris Talkington, contributors.
|
||
*/
|
||
var p=d(39023).inherits;var A=d(47544).ZipArchiveOutputStream;var C=d(47544).ZipArchiveEntry;var S=d(53296);var v=i.exports=function(i){if(!(this instanceof v)){return new v(i)}i=this.options=i||{};i.zlib=i.zlib||{};A.call(this,i);if(typeof i.level==="number"&&i.level>=0){i.zlib.level=i.level;delete i.level}if(!i.forceZip64&&typeof i.zlib.level==="number"&&i.zlib.level===0){i.store=true}i.namePrependSlash=i.namePrependSlash||false;if(i.comment&&i.comment.length>0){this.setComment(i.comment)}};p(v,A);v.prototype._normalizeFileData=function(i){i=S.defaults(i,{type:"file",name:null,namePrependSlash:this.options.namePrependSlash,linkname:null,date:null,mode:null,store:this.options.store,comment:""});var c=i.type==="directory";var d=i.type==="symlink";if(i.name){i.name=S.sanitizePath(i.name);if(!d&&i.name.slice(-1)==="/"){c=true;i.type="directory"}else if(c){i.name+="/"}}if(c||d){i.store=true}i.date=S.dateify(i.date);return i};v.prototype.entry=function(i,c,d){if(typeof d!=="function"){d=this._emitErrorCallback.bind(this)}c=this._normalizeFileData(c);if(c.type!=="file"&&c.type!=="directory"&&c.type!=="symlink"){d(new Error(c.type+" entries not currently supported"));return}if(typeof c.name!=="string"||c.name.length===0){d(new Error("entry name must be a non-empty string value"));return}if(c.type==="symlink"&&typeof c.linkname!=="string"){d(new Error("entry linkname must be a non-empty string value when type equals symlink"));return}var p=new C(c.name);p.setTime(c.date,this.options.forceLocalTime);if(c.namePrependSlash){p.setName(c.name,true)}if(c.store){p.setMethod(0)}if(c.comment.length>0){p.setComment(c.comment)}if(c.type==="symlink"&&typeof c.mode!=="number"){c.mode=40960}if(typeof c.mode==="number"){if(c.type==="symlink"){c.mode|=40960}p.setUnixMode(c.mode)}if(c.type==="symlink"&&typeof c.linkname==="string"){i=Buffer.from(c.linkname)}return A.prototype.entry.call(this,p,i,d)};v.prototype.finalize=function(){this.finish()}},96090:(i,c,d)=>{i.exports=require(d.ab+"build/Release/volume.node")},42078:module=>{module.exports=eval("require")("encoding")},42613:i=>{"use strict";i.exports=require("assert")},90290:i=>{"use strict";i.exports=require("async_hooks")},20181:i=>{"use strict";i.exports=require("buffer")},35317:i=>{"use strict";i.exports=require("child_process")},64236:i=>{"use strict";i.exports=require("console")},49140:i=>{"use strict";i.exports=require("constants")},76982:i=>{"use strict";i.exports=require("crypto")},31637:i=>{"use strict";i.exports=require("diagnostics_channel")},24434:i=>{"use strict";i.exports=require("events")},79896:i=>{"use strict";i.exports=require("fs")},91943:i=>{"use strict";i.exports=require("fs/promises")},58611:i=>{"use strict";i.exports=require("http")},85675:i=>{"use strict";i.exports=require("http2")},65692:i=>{"use strict";i.exports=require("https")},69278:i=>{"use strict";i.exports=require("net")},4573:i=>{"use strict";i.exports=require("node:buffer")},77598:i=>{"use strict";i.exports=require("node:crypto")},78474:i=>{"use strict";i.exports=require("node:events")},73024:i=>{"use strict";i.exports=require("node:fs")},51455:i=>{"use strict";i.exports=require("node:fs/promises")},37067:i=>{"use strict";i.exports=require("node:http")},44708:i=>{"use strict";i.exports=require("node:https")},48161:i=>{"use strict";i.exports=require("node:os")},76760:i=>{"use strict";i.exports=require("node:path")},1708:i=>{"use strict";i.exports=require("node:process")},57075:i=>{"use strict";i.exports=require("node:stream")},46193:i=>{"use strict";i.exports=require("node:string_decoder")},73136:i=>{"use strict";i.exports=require("node:url")},57975:i=>{"use strict";i.exports=require("node:util")},38522:i=>{"use strict";i.exports=require("node:zlib")},70857:i=>{"use strict";i.exports=require("os")},16928:i=>{"use strict";i.exports=require("path")},82987:i=>{"use strict";i.exports=require("perf_hooks")},24876:i=>{"use strict";i.exports=require("punycode")},83480:i=>{"use strict";i.exports=require("querystring")},2203:i=>{"use strict";i.exports=require("stream")},63774:i=>{"use strict";i.exports=require("stream/web")},13193:i=>{"use strict";i.exports=require("string_decoder")},53557:i=>{"use strict";i.exports=require("timers")},64756:i=>{"use strict";i.exports=require("tls")},52018:i=>{"use strict";i.exports=require("tty")},87016:i=>{"use strict";i.exports=require("url")},39023:i=>{"use strict";i.exports=require("util")},98253:i=>{"use strict";i.exports=require("util/types")},28167:i=>{"use strict";i.exports=require("worker_threads")},43106:i=>{"use strict";i.exports=require("zlib")},50198:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.AzureKeyCredential=void 0;class AzureKeyCredential{_key;get key(){return this._key}constructor(i){if(!i){throw new Error("key must be a non-empty string")}this._key=i}update(i){this._key=i}}c.AzureKeyCredential=AzureKeyCredential},41295:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.AzureNamedKeyCredential=void 0;c.isNamedKeyCredential=isNamedKeyCredential;const p=d(87779);class AzureNamedKeyCredential{_key;_name;get key(){return this._key}get name(){return this._name}constructor(i,c){if(!i||!c){throw new TypeError("name and key must be non-empty strings")}this._name=i;this._key=c}update(i,c){if(!i||!c){throw new TypeError("newName and newKey must be non-empty strings")}this._name=i;this._key=c}}c.AzureNamedKeyCredential=AzureNamedKeyCredential;function isNamedKeyCredential(i){return(0,p.isObjectWithProperties)(i,["name","key"])&&typeof i.key==="string"&&typeof i.name==="string"}},56608:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.AzureSASCredential=void 0;c.isSASCredential=isSASCredential;const p=d(87779);class AzureSASCredential{_signature;get signature(){return this._signature}constructor(i){if(!i){throw new Error("shared access signature must be a non-empty string")}this._signature=i}update(i){if(!i){throw new Error("shared access signature must be a non-empty string")}this._signature=i}}c.AzureSASCredential=AzureSASCredential;function isSASCredential(i){return(0,p.isObjectWithProperties)(i,["signature"])&&typeof i.signature==="string"}},50417:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.isTokenCredential=c.isSASCredential=c.AzureSASCredential=c.isNamedKeyCredential=c.AzureNamedKeyCredential=c.isKeyCredential=c.AzureKeyCredential=void 0;var p=d(50198);Object.defineProperty(c,"AzureKeyCredential",{enumerable:true,get:function(){return p.AzureKeyCredential}});var A=d(99155);Object.defineProperty(c,"isKeyCredential",{enumerable:true,get:function(){return A.isKeyCredential}});var C=d(41295);Object.defineProperty(c,"AzureNamedKeyCredential",{enumerable:true,get:function(){return C.AzureNamedKeyCredential}});Object.defineProperty(c,"isNamedKeyCredential",{enumerable:true,get:function(){return C.isNamedKeyCredential}});var S=d(56608);Object.defineProperty(c,"AzureSASCredential",{enumerable:true,get:function(){return S.AzureSASCredential}});Object.defineProperty(c,"isSASCredential",{enumerable:true,get:function(){return S.isSASCredential}});var v=d(86881);Object.defineProperty(c,"isTokenCredential",{enumerable:true,get:function(){return v.isTokenCredential}})},99155:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.isKeyCredential=isKeyCredential;const p=d(87779);function isKeyCredential(i){return(0,p.isObjectWithProperties)(i,["key"])&&typeof i.key==="string"}},86881:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.isBearerToken=isBearerToken;c.isPopToken=isPopToken;c.isTokenCredential=isTokenCredential;function isBearerToken(i){return!i.tokenType||i.tokenType==="Bearer"}function isPopToken(i){return i.tokenType==="pop"}function isTokenCredential(i){const c=i;return c&&typeof c.getToken==="function"&&(c.signRequest===undefined||c.getToken.length>0)}},17698:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.parseCAEChallenge=parseCAEChallenge;c.authorizeRequestOnClaimChallenge=authorizeRequestOnClaimChallenge;const p=d(89994);const A=d(20741);function parseCAEChallenge(i){const c=`, ${i.trim()}`.split(", Bearer ").filter((i=>i));return c.map((i=>{const c=`${i.trim()}, `.split('", ').filter((i=>i));const d=c.map((i=>(([i,c])=>({[i]:c}))(i.trim().split('="'))));return d.reduce(((i,c)=>({...i,...c})),{})}))}async function authorizeRequestOnClaimChallenge(i){const{scopes:c,response:d}=i;const C=i.logger||p.logger;const S=d.headers.get("WWW-Authenticate");if(!S){C.info(`The WWW-Authenticate header was missing. Failed to perform the Continuous Access Evaluation authentication flow.`);return false}const v=parseCAEChallenge(S)||[];const T=v.find((i=>i.claims));if(!T){C.info(`The WWW-Authenticate header was missing the necessary "claims" to perform the Continuous Access Evaluation authentication flow.`);return false}const _=await i.getAccessToken(T.scope?[T.scope]:c,{claims:(0,A.decodeStringToString)(T.claims)});if(!_){return false}i.request.headers.set("Authorization",`${_.tokenType??"Bearer"} ${_.token}`);return true}},97454:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.authorizeRequestOnTenantChallenge=void 0;const d={DefaultScope:"/.default",HeaderConstants:{AUTHORIZATION:"authorization"}};function isUuid(i){return/^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}$/.test(i)}const authorizeRequestOnTenantChallenge=async i=>{const c=requestToOptions(i.request);const p=getChallenge(i.response);if(p){const A=parseChallenge(p);const C=buildScopes(i,A);const S=extractTenantId(A);if(!S){return false}const v=await i.getAccessToken(C,{...c,tenantId:S});if(!v){return false}i.request.headers.set(d.HeaderConstants.AUTHORIZATION,`${v.tokenType??"Bearer"} ${v.token}`);return true}return false};c.authorizeRequestOnTenantChallenge=authorizeRequestOnTenantChallenge;function extractTenantId(i){const c=new URL(i.authorization_uri);const d=c.pathname.split("/");const p=d[1];if(p&&isUuid(p)){return p}return undefined}function buildScopes(i,c){if(!c.resource_id){return i.scopes}const p=new URL(c.resource_id);p.pathname=d.DefaultScope;let A=p.toString();if(A==="https://disk.azure.com/.default"){A="https://disk.azure.com//.default"}return[A]}function getChallenge(i){const c=i.headers.get("WWW-Authenticate");if(i.status===401&&c){return c}return}function parseChallenge(i){const c=i.slice("Bearer ".length);const d=`${c.trim()} `.split(" ").filter((i=>i));const p=d.map((i=>(([i,c])=>({[i]:c}))(i.trim().split("="))));return p.reduce(((i,c)=>({...i,...c})),{})}function requestToOptions(i){return{abortSignal:i.abortSignal,requestOptions:{timeout:i.timeout},tracingOptions:i.tracingOptions}}},20741:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.encodeString=encodeString;c.encodeByteArray=encodeByteArray;c.decodeString=decodeString;c.decodeStringToString=decodeStringToString;function encodeString(i){return Buffer.from(i).toString("base64")}function encodeByteArray(i){const c=i instanceof Buffer?i:Buffer.from(i.buffer);return c.toString("base64")}function decodeString(i){return Buffer.from(i,"base64")}function decodeStringToString(i){return Buffer.from(i,"base64").toString()}},90111:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.deserializationPolicyName=void 0;c.deserializationPolicy=deserializationPolicy;const p=d(56058);const A=d(20778);const C=d(31530);const S=d(19688);const v=["application/json","text/json"];const T=["application/xml","application/atom+xml"];c.deserializationPolicyName="deserializationPolicy";function deserializationPolicy(i={}){const d=i.expectedContentTypes?.json??v;const A=i.expectedContentTypes?.xml??T;const C=i.parseXML;const S=i.serializerOptions;const _={xml:{rootName:S?.xml.rootName??"",includeRoot:S?.xml.includeRoot??false,xmlCharKey:S?.xml.xmlCharKey??p.XML_CHARKEY}};return{name:c.deserializationPolicyName,async sendRequest(i,c){const p=await c(i);return deserializeResponseBody(d,A,p,_,C)}}}function getOperationResponseMap(i){let c;const d=i.request;const p=(0,S.getOperationRequestInfo)(d);const A=p?.operationSpec;if(A){if(!p?.operationResponseGetter){c=A.responses[i.status]}else{c=p?.operationResponseGetter(A,i)}}return c}function shouldDeserializeResponse(i){const c=i.request;const d=(0,S.getOperationRequestInfo)(c);const p=d?.shouldDeserialize;let A;if(p===undefined){A=true}else if(typeof p==="boolean"){A=p}else{A=p(i)}return A}async function deserializeResponseBody(i,c,d,p,v){const T=await parse(i,c,d,p,v);if(!shouldDeserializeResponse(T)){return T}const _=(0,S.getOperationRequestInfo)(T.request);const V=_?.operationSpec;if(!V||!V.responses){return T}const Z=getOperationResponseMap(T);const{error:ee,shouldReturnResponse:te}=handleErrorResponse(T,V,Z,p);if(ee){throw ee}else if(te){return T}if(Z){if(Z.bodyMapper){let i=T.parsedBody;if(V.isXML&&Z.bodyMapper.type.name===C.MapperTypeNames.Sequence){i=typeof i==="object"?i[Z.bodyMapper.xmlElementName]:[]}try{T.parsedBody=V.serializer.deserialize(Z.bodyMapper,i,"operationRes.parsedBody",p)}catch(i){const c=new A.RestError(`Error ${i} occurred in deserializing the responseBody - ${T.bodyAsText}`,{statusCode:T.status,request:T.request,response:T});throw c}}else if(V.httpMethod==="HEAD"){T.parsedBody=d.status>=200&&d.status<300}if(Z.headersMapper){T.parsedHeaders=V.serializer.deserialize(Z.headersMapper,T.headers.toJSON(),"operationRes.parsedHeaders",{xml:{},ignoreUnknownProperties:true})}}return T}function isOperationSpecEmpty(i){const c=Object.keys(i.responses);return c.length===0||c.length===1&&c[0]==="default"}function handleErrorResponse(i,c,d,p){const S=200<=i.status&&i.status<300;const v=isOperationSpecEmpty(c)?S:!!d;if(v){if(d){if(!d.isError){return{error:null,shouldReturnResponse:false}}}else{return{error:null,shouldReturnResponse:false}}}const T=d??c.responses.default;const _=i.request.streamResponseStatusCodes?.has(i.status)?`Unexpected status code: ${i.status}`:i.bodyAsText;const V=new A.RestError(_,{statusCode:i.status,request:i.request,response:i});if(!T&&!(i.parsedBody?.error?.code&&i.parsedBody?.error?.message)){throw V}const Z=T?.bodyMapper;const ee=T?.headersMapper;try{if(i.parsedBody){const d=i.parsedBody;let A;if(Z){let i=d;if(c.isXML&&Z.type.name===C.MapperTypeNames.Sequence){i=[];const c=Z.xmlElementName;if(typeof d==="object"&&c){i=d[c]}}A=c.serializer.deserialize(Z,i,"error.response.parsedBody",p)}const S=d.error||A||d;V.code=S.code;if(S.message){V.message=S.message}if(Z){V.response.parsedBody=A}}if(i.headers&&ee){V.response.parsedHeaders=c.serializer.deserialize(ee,i.headers.toJSON(),"operationRes.parsedHeaders")}}catch(c){V.message=`Error "${c.message}" occurred in deserializing the responseBody - "${i.bodyAsText}" for the default response.`}return{error:V,shouldReturnResponse:false}}async function parse(i,c,d,p,C){if(!d.request.streamResponseStatusCodes?.has(d.status)&&d.bodyAsText){const S=d.bodyAsText;const v=d.headers.get("Content-Type")||"";const T=!v?[]:v.split(";").map((i=>i.toLowerCase()));try{if(T.length===0||T.some((c=>i.indexOf(c)!==-1))){d.parsedBody=JSON.parse(S);return d}else if(T.some((i=>c.indexOf(i)!==-1))){if(!C){throw new Error("Parsing XML not supported.")}const i=await C(S,p.xml);d.parsedBody=i;return d}}catch(i){const c=`Error "${i}" occurred while parsing the response body - ${d.bodyAsText}.`;const p=i.code||A.RestError.PARSE_ERROR;const C=new A.RestError(c,{code:p,statusCode:d.status,request:d.request,response:d});throw C}}return d}},26323:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.getCachedDefaultHttpClient=getCachedDefaultHttpClient;const p=d(20778);let A;function getCachedDefaultHttpClient(){if(!A){A=(0,p.createDefaultHttpClient)()}return A}},60160:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.authorizeRequestOnTenantChallenge=c.authorizeRequestOnClaimChallenge=c.serializationPolicyName=c.serializationPolicy=c.deserializationPolicyName=c.deserializationPolicy=c.XML_CHARKEY=c.XML_ATTRKEY=c.createClientPipeline=c.ServiceClient=c.MapperTypeNames=c.createSerializer=void 0;var p=d(31530);Object.defineProperty(c,"createSerializer",{enumerable:true,get:function(){return p.createSerializer}});Object.defineProperty(c,"MapperTypeNames",{enumerable:true,get:function(){return p.MapperTypeNames}});var A=d(89544);Object.defineProperty(c,"ServiceClient",{enumerable:true,get:function(){return A.ServiceClient}});var C=d(74136);Object.defineProperty(c,"createClientPipeline",{enumerable:true,get:function(){return C.createClientPipeline}});var S=d(56058);Object.defineProperty(c,"XML_ATTRKEY",{enumerable:true,get:function(){return S.XML_ATTRKEY}});Object.defineProperty(c,"XML_CHARKEY",{enumerable:true,get:function(){return S.XML_CHARKEY}});var v=d(90111);Object.defineProperty(c,"deserializationPolicy",{enumerable:true,get:function(){return v.deserializationPolicy}});Object.defineProperty(c,"deserializationPolicyName",{enumerable:true,get:function(){return v.deserializationPolicyName}});var T=d(56234);Object.defineProperty(c,"serializationPolicy",{enumerable:true,get:function(){return T.serializationPolicy}});Object.defineProperty(c,"serializationPolicyName",{enumerable:true,get:function(){return T.serializationPolicyName}});var _=d(17698);Object.defineProperty(c,"authorizeRequestOnClaimChallenge",{enumerable:true,get:function(){return _.authorizeRequestOnClaimChallenge}});var V=d(97454);Object.defineProperty(c,"authorizeRequestOnTenantChallenge",{enumerable:true,get:function(){return V.authorizeRequestOnTenantChallenge}})},92066:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.getStreamingResponseStatusCodes=getStreamingResponseStatusCodes;c.getPathStringFromParameter=getPathStringFromParameter;const p=d(31530);function getStreamingResponseStatusCodes(i){const c=new Set;for(const d in i.responses){const A=i.responses[d];if(A.bodyMapper&&A.bodyMapper.type.name===p.MapperTypeNames.Stream){c.add(Number(d))}}return c}function getPathStringFromParameter(i){const{parameterPath:c,mapper:d}=i;let p;if(typeof c==="string"){p=c}else if(Array.isArray(c)){p=c.join(".")}else{p=d.serializedName}return p}},56058:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.XML_CHARKEY=c.XML_ATTRKEY=void 0;c.XML_ATTRKEY="$";c.XML_CHARKEY="_"},89994:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.logger=void 0;const p=d(26515);c.logger=(0,p.createClientLogger)("core-client")},19688:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.getOperationArgumentValueFromParameter=getOperationArgumentValueFromParameter;c.getOperationRequestInfo=getOperationRequestInfo;const p=d(33345);function getOperationArgumentValueFromParameter(i,c,d){let p=c.parameterPath;const A=c.mapper;let C;if(typeof p==="string"){p=[p]}if(Array.isArray(p)){if(p.length>0){if(A.isConstant){C=A.defaultValue}else{let c=getPropertyFromParameterPath(i,p);if(!c.propertyFound&&d){c=getPropertyFromParameterPath(d,p)}let S=false;if(!c.propertyFound){S=A.required||p[0]==="options"&&p.length===2}C=S?A.defaultValue:c.propertyValue}}}else{if(A.required){C={}}for(const c in p){const S=A.type.modelProperties[c];const v=p[c];const T=getOperationArgumentValueFromParameter(i,{parameterPath:v,mapper:S},d);if(T!==undefined){if(!C){C={}}C[c]=T}}}return C}function getPropertyFromParameterPath(i,c){const d={propertyFound:false};let p=0;for(;p<c.length;++p){const d=c[p];if(i&&d in i){i=i[d]}else{break}}if(p===c.length){d.propertyValue=i;d.propertyFound=true}return d}const A=Symbol.for("@azure/core-client original request");function hasOriginalRequest(i){return A in i}function getOperationRequestInfo(i){if(hasOriginalRequest(i)){return getOperationRequestInfo(i[A])}let c=p.state.operationRequestMap.get(i);if(!c){c={};p.state.operationRequestMap.set(i,c)}return c}},74136:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.createClientPipeline=createClientPipeline;const p=d(90111);const A=d(20778);const C=d(56234);function createClientPipeline(i={}){const c=(0,A.createPipelineFromOptions)(i??{});if(i.credentialOptions){c.addPolicy((0,A.bearerTokenAuthenticationPolicy)({credential:i.credentialOptions.credential,scopes:i.credentialOptions.credentialScopes}))}c.addPolicy((0,C.serializationPolicy)(i.serializationOptions),{phase:"Serialize"});c.addPolicy((0,p.deserializationPolicy)(i.deserializationOptions),{phase:"Deserialize"});return c}},56234:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.serializationPolicyName=void 0;c.serializationPolicy=serializationPolicy;c.serializeHeaders=serializeHeaders;c.serializeRequestBody=serializeRequestBody;const p=d(56058);const A=d(19688);const C=d(31530);const S=d(92066);c.serializationPolicyName="serializationPolicy";function serializationPolicy(i={}){const d=i.stringifyXML;return{name:c.serializationPolicyName,async sendRequest(i,c){const p=(0,A.getOperationRequestInfo)(i);const C=p?.operationSpec;const S=p?.operationArguments;if(C&&S){serializeHeaders(i,S,C);serializeRequestBody(i,S,C,d)}return c(i)}}}function serializeHeaders(i,c,d){if(d.headerParameters){for(const p of d.headerParameters){let C=(0,A.getOperationArgumentValueFromParameter)(c,p);if(C!==null&&C!==undefined||p.mapper.required){C=d.serializer.serialize(p.mapper,C,(0,S.getPathStringFromParameter)(p));const c=p.mapper.headerCollectionPrefix;if(c){for(const d of Object.keys(C)){i.headers.set(c+d,C[d])}}else{i.headers.set(p.mapper.serializedName||(0,S.getPathStringFromParameter)(p),C)}}}}const p=c.options?.requestOptions?.customHeaders;if(p){for(const c of Object.keys(p)){i.headers.set(c,p[c])}}}function serializeRequestBody(i,c,d,v=function(){throw new Error("XML serialization unsupported!")}){const T=c.options?.serializerOptions;const _={xml:{rootName:T?.xml.rootName??"",includeRoot:T?.xml.includeRoot??false,xmlCharKey:T?.xml.xmlCharKey??p.XML_CHARKEY}};const V=_.xml.xmlCharKey;if(d.requestBody&&d.requestBody.mapper){i.body=(0,A.getOperationArgumentValueFromParameter)(c,d.requestBody);const p=d.requestBody.mapper;const{required:T,serializedName:Z,xmlName:ee,xmlElementName:te,xmlNamespace:re,xmlNamespacePrefix:ne,nullable:ie}=p;const se=p.type.name;try{if(i.body!==undefined&&i.body!==null||ie&&i.body===null||T){const c=(0,S.getPathStringFromParameter)(d.requestBody);i.body=d.serializer.serialize(p,i.body,c,_);const A=se===C.MapperTypeNames.Stream;if(d.isXML){const c=ne?`xmlns:${ne}`:"xmlns";const d=getXmlValueWithNamespace(re,c,se,i.body,_);if(se===C.MapperTypeNames.Sequence){i.body=v(prepareXMLRootList(d,te||ee||Z,c,re),{rootName:ee||Z,xmlCharKey:V})}else if(!A){i.body=v(d,{rootName:ee||Z,xmlCharKey:V})}}else if(se===C.MapperTypeNames.String&&(d.contentType?.match("text/plain")||d.mediaType==="text")){return}else if(!A){i.body=JSON.stringify(i.body)}}}catch(i){throw new Error(`Error "${i.message}" occurred in serializing the payload - ${JSON.stringify(Z,undefined," ")}.`)}}else if(d.formDataParameters&&d.formDataParameters.length>0){i.formData={};for(const p of d.formDataParameters){const C=(0,A.getOperationArgumentValueFromParameter)(c,p);if(C!==undefined&&C!==null){const c=p.mapper.serializedName||(0,S.getPathStringFromParameter)(p);i.formData[c]=d.serializer.serialize(p.mapper,C,(0,S.getPathStringFromParameter)(p),_)}}}}function getXmlValueWithNamespace(i,c,d,A,C){if(i&&!["Composite","Sequence","Dictionary"].includes(d)){const d={};d[C.xml.xmlCharKey]=A;d[p.XML_ATTRKEY]={[c]:i};return d}return A}function prepareXMLRootList(i,c,d,A){if(!Array.isArray(i)){i=[i]}if(!d||!A){return{[c]:i}}const C={[c]:i};C[p.XML_ATTRKEY]={[d]:A};return C}},31530:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.MapperTypeNames=void 0;c.createSerializer=createSerializer;const p=d(61860);const A=p.__importStar(d(20741));const C=d(56058);const S=d(31193);class SerializerImpl{modelMappers;isXML;constructor(i={},c=false){this.modelMappers=i;this.isXML=c}validateConstraints(i,c,d){const failValidation=(i,p)=>{throw new Error(`"${d}" with value "${c}" should satisfy the constraint "${i}": ${p}.`)};if(i.constraints&&c!==undefined&&c!==null){const{ExclusiveMaximum:d,ExclusiveMinimum:p,InclusiveMaximum:A,InclusiveMinimum:C,MaxItems:S,MaxLength:v,MinItems:T,MinLength:_,MultipleOf:V,Pattern:Z,UniqueItems:ee}=i.constraints;if(d!==undefined&&c>=d){failValidation("ExclusiveMaximum",d)}if(p!==undefined&&c<=p){failValidation("ExclusiveMinimum",p)}if(A!==undefined&&c>A){failValidation("InclusiveMaximum",A)}if(C!==undefined&&c<C){failValidation("InclusiveMinimum",C)}if(S!==undefined&&c.length>S){failValidation("MaxItems",S)}if(v!==undefined&&c.length>v){failValidation("MaxLength",v)}if(T!==undefined&&c.length<T){failValidation("MinItems",T)}if(_!==undefined&&c.length<_){failValidation("MinLength",_)}if(V!==undefined&&c%V!==0){failValidation("MultipleOf",V)}if(Z){const i=typeof Z==="string"?new RegExp(Z):Z;if(typeof c!=="string"||c.match(i)===null){failValidation("Pattern",Z)}}if(ee&&c.some(((i,c,d)=>d.indexOf(i)!==c))){failValidation("UniqueItems",ee)}}}serialize(i,c,d,p={xml:{}}){const A={xml:{rootName:p.xml.rootName??"",includeRoot:p.xml.includeRoot??false,xmlCharKey:p.xml.xmlCharKey??C.XML_CHARKEY}};let S={};const v=i.type.name;if(!d){d=i.serializedName}if(v.match(/^Sequence$/i)!==null){S=[]}if(i.isConstant){c=i.defaultValue}const{required:T,nullable:_}=i;if(T&&_&&c===undefined){throw new Error(`${d} cannot be undefined.`)}if(T&&!_&&(c===undefined||c===null)){throw new Error(`${d} cannot be null or undefined.`)}if(!T&&_===false&&c===null){throw new Error(`${d} cannot be null.`)}if(c===undefined||c===null){S=c}else{if(v.match(/^any$/i)!==null){S=c}else if(v.match(/^(Number|String|Boolean|Object|Stream|Uuid)$/i)!==null){S=serializeBasicTypes(v,d,c)}else if(v.match(/^Enum$/i)!==null){const p=i;S=serializeEnumType(d,p.type.allowedValues,c)}else if(v.match(/^(Date|DateTime|TimeSpan|DateTimeRfc1123|UnixTime)$/i)!==null){S=serializeDateTypes(v,c,d)}else if(v.match(/^ByteArray$/i)!==null){S=serializeByteArrayType(d,c)}else if(v.match(/^Base64Url$/i)!==null){S=serializeBase64UrlType(d,c)}else if(v.match(/^Sequence$/i)!==null){S=serializeSequenceType(this,i,c,d,Boolean(this.isXML),A)}else if(v.match(/^Dictionary$/i)!==null){S=serializeDictionaryType(this,i,c,d,Boolean(this.isXML),A)}else if(v.match(/^Composite$/i)!==null){S=serializeCompositeType(this,i,c,d,Boolean(this.isXML),A)}}return S}deserialize(i,c,d,p={xml:{}}){const S={xml:{rootName:p.xml.rootName??"",includeRoot:p.xml.includeRoot??false,xmlCharKey:p.xml.xmlCharKey??C.XML_CHARKEY},ignoreUnknownProperties:p.ignoreUnknownProperties??false};if(c===undefined||c===null){if(this.isXML&&i.type.name==="Sequence"&&!i.xmlIsWrapped){c=[]}if(i.defaultValue!==undefined){c=i.defaultValue}return c}let v;const T=i.type.name;if(!d){d=i.serializedName}if(T.match(/^Composite$/i)!==null){v=deserializeCompositeType(this,i,c,d,S)}else{if(this.isXML){const i=S.xml.xmlCharKey;if(c[C.XML_ATTRKEY]!==undefined&&c[i]!==undefined){c=c[i]}}if(T.match(/^Number$/i)!==null){v=parseFloat(c);if(isNaN(v)){v=c}}else if(T.match(/^Boolean$/i)!==null){if(c==="true"){v=true}else if(c==="false"){v=false}else{v=c}}else if(T.match(/^(String|Enum|Object|Stream|Uuid|TimeSpan|any)$/i)!==null){v=c}else if(T.match(/^(Date|DateTime|DateTimeRfc1123)$/i)!==null){v=new Date(c)}else if(T.match(/^UnixTime$/i)!==null){v=unixTimeToDate(c)}else if(T.match(/^ByteArray$/i)!==null){v=A.decodeString(c)}else if(T.match(/^Base64Url$/i)!==null){v=base64UrlToByteArray(c)}else if(T.match(/^Sequence$/i)!==null){v=deserializeSequenceType(this,i,c,d,S)}else if(T.match(/^Dictionary$/i)!==null){v=deserializeDictionaryType(this,i,c,d,S)}}if(i.isConstant){v=i.defaultValue}return v}}function createSerializer(i={},c=false){return new SerializerImpl(i,c)}function trimEnd(i,c){let d=i.length;while(d-1>=0&&i[d-1]===c){--d}return i.substr(0,d)}function bufferToBase64Url(i){if(!i){return undefined}if(!(i instanceof Uint8Array)){throw new Error(`Please provide an input of type Uint8Array for converting to Base64Url.`)}const c=A.encodeByteArray(i);return trimEnd(c,"=").replace(/\+/g,"-").replace(/\//g,"_")}function base64UrlToByteArray(i){if(!i){return undefined}if(i&&typeof i.valueOf()!=="string"){throw new Error("Please provide an input of type string for converting to Uint8Array")}i=i.replace(/-/g,"+").replace(/_/g,"/");return A.decodeString(i)}function splitSerializeName(i){const c=[];let d="";if(i){const p=i.split(".");for(const i of p){if(i.charAt(i.length-1)==="\\"){d+=i.substr(0,i.length-1)+"."}else{d+=i;c.push(d);d=""}}}return c}function dateToUnixTime(i){if(!i){return undefined}if(typeof i.valueOf()==="string"){i=new Date(i)}return Math.floor(i.getTime()/1e3)}function unixTimeToDate(i){if(!i){return undefined}return new Date(i*1e3)}function serializeBasicTypes(i,c,d){if(d!==null&&d!==undefined){if(i.match(/^Number$/i)!==null){if(typeof d!=="number"){throw new Error(`${c} with value ${d} must be of type number.`)}}else if(i.match(/^String$/i)!==null){if(typeof d.valueOf()!=="string"){throw new Error(`${c} with value "${d}" must be of type string.`)}}else if(i.match(/^Uuid$/i)!==null){if(!(typeof d.valueOf()==="string"&&(0,S.isValidUuid)(d))){throw new Error(`${c} with value "${d}" must be of type string and a valid uuid.`)}}else if(i.match(/^Boolean$/i)!==null){if(typeof d!=="boolean"){throw new Error(`${c} with value ${d} must be of type boolean.`)}}else if(i.match(/^Stream$/i)!==null){const i=typeof d;if(i!=="string"&&typeof d.pipe!=="function"&&typeof d.tee!=="function"&&!(d instanceof ArrayBuffer)&&!ArrayBuffer.isView(d)&&!((typeof Blob==="function"||typeof Blob==="object")&&d instanceof Blob)&&i!=="function"){throw new Error(`${c} must be a string, Blob, ArrayBuffer, ArrayBufferView, ReadableStream, or () => ReadableStream.`)}}}return d}function serializeEnumType(i,c,d){if(!c){throw new Error(`Please provide a set of allowedValues to validate ${i} as an Enum Type.`)}const p=c.some((i=>{if(typeof i.valueOf()==="string"){return i.toLowerCase()===d.toLowerCase()}return i===d}));if(!p){throw new Error(`${d} is not a valid value for ${i}. The valid values are: ${JSON.stringify(c)}.`)}return d}function serializeByteArrayType(i,c){if(c!==undefined&&c!==null){if(!(c instanceof Uint8Array)){throw new Error(`${i} must be of type Uint8Array.`)}c=A.encodeByteArray(c)}return c}function serializeBase64UrlType(i,c){if(c!==undefined&&c!==null){if(!(c instanceof Uint8Array)){throw new Error(`${i} must be of type Uint8Array.`)}c=bufferToBase64Url(c)}return c}function serializeDateTypes(i,c,d){if(c!==undefined&&c!==null){if(i.match(/^Date$/i)!==null){if(!(c instanceof Date||typeof c.valueOf()==="string"&&!isNaN(Date.parse(c)))){throw new Error(`${d} must be an instanceof Date or a string in ISO8601 format.`)}c=c instanceof Date?c.toISOString().substring(0,10):new Date(c).toISOString().substring(0,10)}else if(i.match(/^DateTime$/i)!==null){if(!(c instanceof Date||typeof c.valueOf()==="string"&&!isNaN(Date.parse(c)))){throw new Error(`${d} must be an instanceof Date or a string in ISO8601 format.`)}c=c instanceof Date?c.toISOString():new Date(c).toISOString()}else if(i.match(/^DateTimeRfc1123$/i)!==null){if(!(c instanceof Date||typeof c.valueOf()==="string"&&!isNaN(Date.parse(c)))){throw new Error(`${d} must be an instanceof Date or a string in RFC-1123 format.`)}c=c instanceof Date?c.toUTCString():new Date(c).toUTCString()}else if(i.match(/^UnixTime$/i)!==null){if(!(c instanceof Date||typeof c.valueOf()==="string"&&!isNaN(Date.parse(c)))){throw new Error(`${d} must be an instanceof Date or a string in RFC-1123/ISO8601 format `+`for it to be serialized in UnixTime/Epoch format.`)}c=dateToUnixTime(c)}else if(i.match(/^TimeSpan$/i)!==null){if(!(0,S.isDuration)(c)){throw new Error(`${d} must be a string in ISO 8601 format. Instead was "${c}".`)}}}return c}function serializeSequenceType(i,c,d,p,A,S){if(!Array.isArray(d)){throw new Error(`${p} must be of type Array.`)}let v=c.type.element;if(!v||typeof v!=="object"){throw new Error(`element" metadata for an Array must be defined in the `+`mapper and it must of type "object" in ${p}.`)}if(v.type.name==="Composite"&&v.type.className){v=i.modelMappers[v.type.className]??v}const T=[];for(let c=0;c<d.length;c++){const _=i.serialize(v,d[c],p,S);if(A&&v.xmlNamespace){const i=v.xmlNamespacePrefix?`xmlns:${v.xmlNamespacePrefix}`:"xmlns";if(v.type.name==="Composite"){T[c]={..._};T[c][C.XML_ATTRKEY]={[i]:v.xmlNamespace}}else{T[c]={};T[c][S.xml.xmlCharKey]=_;T[c][C.XML_ATTRKEY]={[i]:v.xmlNamespace}}}else{T[c]=_}}return T}function serializeDictionaryType(i,c,d,p,A,S){if(typeof d!=="object"){throw new Error(`${p} must be of type object.`)}const v=c.type.value;if(!v||typeof v!=="object"){throw new Error(`"value" metadata for a Dictionary must be defined in the `+`mapper and it must of type "object" in ${p}.`)}const T={};for(const c of Object.keys(d)){const C=i.serialize(v,d[c],p,S);T[c]=getXmlObjectValue(v,C,A,S)}if(A&&c.xmlNamespace){const i=c.xmlNamespacePrefix?`xmlns:${c.xmlNamespacePrefix}`:"xmlns";const d=T;d[C.XML_ATTRKEY]={[i]:c.xmlNamespace};return d}return T}function resolveAdditionalProperties(i,c,d){const p=c.type.additionalProperties;if(!p&&c.type.className){const p=resolveReferencedMapper(i,c,d);return p?.type.additionalProperties}return p}function resolveReferencedMapper(i,c,d){const p=c.type.className;if(!p){throw new Error(`Class name for model "${d}" is not provided in the mapper "${JSON.stringify(c,undefined,2)}".`)}return i.modelMappers[p]}function resolveModelProperties(i,c,d){let p=c.type.modelProperties;if(!p){const A=resolveReferencedMapper(i,c,d);if(!A){throw new Error(`mapper() cannot be null or undefined for model "${c.type.className}".`)}p=A?.type.modelProperties;if(!p){throw new Error(`modelProperties cannot be null or undefined in the `+`mapper "${JSON.stringify(A)}" of type "${c.type.className}" for object "${d}".`)}}return p}function serializeCompositeType(i,c,d,p,A,S){if(getPolymorphicDiscriminatorRecursively(i,c)){c=getPolymorphicMapper(i,c,d,"clientName")}if(d!==undefined&&d!==null){const v={};const T=resolveModelProperties(i,c,p);for(const _ of Object.keys(T)){const V=T[_];if(V.readOnly){continue}let Z;let ee=v;if(i.isXML){if(V.xmlIsWrapped){Z=V.xmlName}else{Z=V.xmlElementName||V.xmlName}}else{const i=splitSerializeName(V.serializedName);Z=i.pop();for(const c of i){const i=ee[c];if((i===undefined||i===null)&&(d[_]!==undefined&&d[_]!==null||V.defaultValue!==undefined)){ee[c]={}}ee=ee[c]}}if(ee!==undefined&&ee!==null){if(A&&c.xmlNamespace){const i=c.xmlNamespacePrefix?`xmlns:${c.xmlNamespacePrefix}`:"xmlns";ee[C.XML_ATTRKEY]={...ee[C.XML_ATTRKEY],[i]:c.xmlNamespace}}const v=V.serializedName!==""?p+"."+V.serializedName:p;let T=d[_];const te=getPolymorphicDiscriminatorRecursively(i,c);if(te&&te.clientName===_&&(T===undefined||T===null)){T=c.serializedName}const re=i.serialize(V,T,v,S);if(re!==undefined&&Z!==undefined&&Z!==null){const i=getXmlObjectValue(V,re,A,S);if(A&&V.xmlIsAttribute){ee[C.XML_ATTRKEY]=ee[C.XML_ATTRKEY]||{};ee[C.XML_ATTRKEY][Z]=re}else if(A&&V.xmlIsWrapped){ee[Z]={[V.xmlElementName]:i}}else{ee[Z]=i}}}}const _=resolveAdditionalProperties(i,c,p);if(_){const c=Object.keys(T);for(const A in d){const C=c.every((i=>i!==A));if(C){v[A]=i.serialize(_,d[A],p+'["'+A+'"]',S)}}}return v}return d}function getXmlObjectValue(i,c,d,p){if(!d||!i.xmlNamespace){return c}const A=i.xmlNamespacePrefix?`xmlns:${i.xmlNamespacePrefix}`:"xmlns";const S={[A]:i.xmlNamespace};if(["Composite"].includes(i.type.name)){if(c[C.XML_ATTRKEY]){return c}else{const i={...c};i[C.XML_ATTRKEY]=S;return i}}const v={};v[p.xml.xmlCharKey]=c;v[C.XML_ATTRKEY]=S;return v}function isSpecialXmlProperty(i,c){return[C.XML_ATTRKEY,c.xml.xmlCharKey].includes(i)}function deserializeCompositeType(i,c,d,p,A){const S=A.xml.xmlCharKey??C.XML_CHARKEY;if(getPolymorphicDiscriminatorRecursively(i,c)){c=getPolymorphicMapper(i,c,d,"serializedName")}const v=resolveModelProperties(i,c,p);let T={};const _=[];for(const V of Object.keys(v)){const Z=v[V];const ee=splitSerializeName(v[V].serializedName);_.push(ee[0]);const{serializedName:te,xmlName:re,xmlElementName:ne}=Z;let ie=p;if(te!==""&&te!==undefined){ie=p+"."+te}const se=Z.headerCollectionPrefix;if(se){const c={};for(const p of Object.keys(d)){if(p.startsWith(se)){c[p.substring(se.length)]=i.deserialize(Z.type.value,d[p],ie,A)}_.push(p)}T[V]=c}else if(i.isXML){if(Z.xmlIsAttribute&&d[C.XML_ATTRKEY]){T[V]=i.deserialize(Z,d[C.XML_ATTRKEY][re],ie,A)}else if(Z.xmlIsMsText){if(d[S]!==undefined){T[V]=d[S]}else if(typeof d==="string"){T[V]=d}}else{const c=ne||re||te;if(Z.xmlIsWrapped){const c=d[re];const p=c?.[ne]??[];T[V]=i.deserialize(Z,p,ie,A);_.push(re)}else{const p=d[c];T[V]=i.deserialize(Z,p,ie,A);_.push(c)}}}else{let p;let C=d;let S=0;for(const i of ee){if(!C)break;S++;C=C[i]}if(C===null&&S<ee.length){C=undefined}p=C;const _=c.type.polymorphicDiscriminator;if(_&&V===_.clientName&&(p===undefined||p===null)){p=c.serializedName}let te;if(Array.isArray(d[V])&&v[V].serializedName===""){p=d[V];const c=i.deserialize(Z,p,ie,A);for(const[i,d]of Object.entries(T)){if(!Object.prototype.hasOwnProperty.call(c,i)){c[i]=d}}T=c}else if(p!==undefined||Z.defaultValue!==undefined){te=i.deserialize(Z,p,ie,A);T[V]=te}}}const V=c.type.additionalProperties;if(V){const isAdditionalProperty=i=>{for(const c in v){const d=splitSerializeName(v[c].serializedName);if(d[0]===i){return false}}return true};for(const c in d){if(isAdditionalProperty(c)){T[c]=i.deserialize(V,d[c],p+'["'+c+'"]',A)}}}else if(d&&!A.ignoreUnknownProperties){for(const i of Object.keys(d)){if(T[i]===undefined&&!_.includes(i)&&!isSpecialXmlProperty(i,A)){T[i]=d[i]}}}return T}function deserializeDictionaryType(i,c,d,p,A){const C=c.type.value;if(!C||typeof C!=="object"){throw new Error(`"value" metadata for a Dictionary must be defined in the `+`mapper and it must of type "object" in ${p}`)}if(d){const c={};for(const S of Object.keys(d)){c[S]=i.deserialize(C,d[S],p,A)}return c}return d}function deserializeSequenceType(i,c,d,p,A){let C=c.type.element;if(!C||typeof C!=="object"){throw new Error(`element" metadata for an Array must be defined in the `+`mapper and it must of type "object" in ${p}`)}if(d){if(!Array.isArray(d)){d=[d]}if(C.type.name==="Composite"&&C.type.className){C=i.modelMappers[C.type.className]??C}const c=[];for(let S=0;S<d.length;S++){c[S]=i.deserialize(C,d[S],`${p}[${S}]`,A)}return c}return d}function getIndexDiscriminator(i,c,d){const p=[d];while(p.length){const d=p.shift();const A=c===d?c:d+"."+c;if(Object.prototype.hasOwnProperty.call(i,A)){return i[A]}else{for(const[c,A]of Object.entries(i)){if(c.startsWith(d+".")&&A.type.uberParent===d&&A.type.className){p.push(A.type.className)}}}}return undefined}function getPolymorphicMapper(i,c,d,p){const A=getPolymorphicDiscriminatorRecursively(i,c);if(A){let C=A[p];if(C){if(p==="serializedName"){C=C.replace(/\\/gi,"")}const A=d[C];const S=c.type.uberParent??c.type.className;if(typeof A==="string"&&S){const d=getIndexDiscriminator(i.modelMappers.discriminators,A,S);if(d){c=d}}}}return c}function getPolymorphicDiscriminatorRecursively(i,c){return c.type.polymorphicDiscriminator||getPolymorphicDiscriminatorSafely(i,c.type.uberParent)||getPolymorphicDiscriminatorSafely(i,c.type.className)}function getPolymorphicDiscriminatorSafely(i,c){return c&&i.modelMappers[c]&&i.modelMappers[c].type.polymorphicDiscriminator}c.MapperTypeNames={Base64Url:"Base64Url",Boolean:"Boolean",ByteArray:"ByteArray",Composite:"Composite",Date:"Date",DateTime:"DateTime",DateTimeRfc1123:"DateTimeRfc1123",Dictionary:"Dictionary",Enum:"Enum",Number:"Number",Object:"Object",Sequence:"Sequence",String:"String",Stream:"Stream",TimeSpan:"TimeSpan",UnixTime:"UnixTime"}},89544:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.ServiceClient=void 0;const p=d(20778);const A=d(74136);const C=d(31193);const S=d(26323);const v=d(19688);const T=d(61752);const _=d(92066);const V=d(89994);class ServiceClient{_endpoint;_requestContentType;_allowInsecureConnection;_httpClient;pipeline;constructor(i={}){this._requestContentType=i.requestContentType;this._endpoint=i.endpoint??i.baseUri;if(i.baseUri){V.logger.warning("The baseUri option for SDK Clients has been deprecated, please use endpoint instead.")}this._allowInsecureConnection=i.allowInsecureConnection;this._httpClient=i.httpClient||(0,S.getCachedDefaultHttpClient)();this.pipeline=i.pipeline||createDefaultPipeline(i);if(i.additionalPolicies?.length){for(const{policy:c,position:d}of i.additionalPolicies){const i=d==="perRetry"?"Sign":undefined;this.pipeline.addPolicy(c,{afterPhase:i})}}}async sendRequest(i){return this.pipeline.sendRequest(this._httpClient,i)}async sendOperationRequest(i,c){const d=c.baseUrl||this._endpoint;if(!d){throw new Error("If operationSpec.baseUrl is not specified, then the ServiceClient must have a endpoint string property that contains the base URL to use.")}const A=(0,T.getRequestUrl)(d,c,i,this);const S=(0,p.createPipelineRequest)({url:A});S.method=c.httpMethod;const V=(0,v.getOperationRequestInfo)(S);V.operationSpec=c;V.operationArguments=i;const Z=c.contentType||this._requestContentType;if(Z&&c.requestBody){S.headers.set("Content-Type",Z)}const ee=i.options;if(ee){const i=ee.requestOptions;if(i){if(i.timeout){S.timeout=i.timeout}if(i.onUploadProgress){S.onUploadProgress=i.onUploadProgress}if(i.onDownloadProgress){S.onDownloadProgress=i.onDownloadProgress}if(i.shouldDeserialize!==undefined){V.shouldDeserialize=i.shouldDeserialize}if(i.allowInsecureConnection){S.allowInsecureConnection=true}}if(ee.abortSignal){S.abortSignal=ee.abortSignal}if(ee.tracingOptions){S.tracingOptions=ee.tracingOptions}}if(this._allowInsecureConnection){S.allowInsecureConnection=true}if(S.streamResponseStatusCodes===undefined){S.streamResponseStatusCodes=(0,_.getStreamingResponseStatusCodes)(c)}try{const i=await this.sendRequest(S);const d=(0,C.flattenResponse)(i,c.responses[i.status]);if(ee?.onResponse){ee.onResponse(i,d)}return d}catch(i){if(typeof i==="object"&&i?.response){const d=i.response;const p=(0,C.flattenResponse)(d,c.responses[i.statusCode]||c.responses["default"]);i.details=p;if(ee?.onResponse){ee.onResponse(d,p,i)}}throw i}}}c.ServiceClient=ServiceClient;function createDefaultPipeline(i){const c=getCredentialScopes(i);const d=i.credential&&c?{credentialScopes:c,credential:i.credential}:undefined;return(0,A.createClientPipeline)({...i,credentialOptions:d})}function getCredentialScopes(i){if(i.credentialScopes){return i.credentialScopes}if(i.endpoint){return`${i.endpoint}/.default`}if(i.baseUri){return`${i.baseUri}/.default`}if(i.credential&&!i.credentialScopes){throw new Error(`When using credentials, the ServiceClientOptions must contain either a endpoint or a credentialScopes. Unable to create a bearerTokenAuthenticationPolicy`)}return undefined}},33345:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.state=void 0;c.state={operationRequestMap:new WeakMap}},61752:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.getRequestUrl=getRequestUrl;c.appendQueryParams=appendQueryParams;const p=d(19688);const A=d(92066);const C={CSV:",",SSV:" ",Multi:"Multi",TSV:"\t",Pipes:"|"};function getRequestUrl(i,c,d,p){const A=calculateUrlReplacements(c,d,p);let C=false;let S=replaceAll(i,A);if(c.path){let i=replaceAll(c.path,A);if(c.path==="/{nextLink}"&&i.startsWith("/")){i=i.substring(1)}if(isAbsoluteUrl(i)){S=i;C=true}else{S=appendPath(S,i)}}const{queryParams:v,sequenceParams:T}=calculateQueryParameters(c,d,p);S=appendQueryParams(S,v,T,C);return S}function replaceAll(i,c){let d=i;for(const[i,p]of c){d=d.split(i).join(p)}return d}function calculateUrlReplacements(i,c,d){const C=new Map;if(i.urlParameters?.length){for(const S of i.urlParameters){let v=(0,p.getOperationArgumentValueFromParameter)(c,S,d);const T=(0,A.getPathStringFromParameter)(S);v=i.serializer.serialize(S.mapper,v,T);if(!S.skipEncoding){v=encodeURIComponent(v)}C.set(`{${S.mapper.serializedName||T}}`,v)}}return C}function isAbsoluteUrl(i){return i.includes("://")}function appendPath(i,c){if(!c){return i}const d=new URL(i);let p=d.pathname;if(!p.endsWith("/")){p=`${p}/`}if(c.startsWith("/")){c=c.substring(1)}const A=c.indexOf("?");if(A!==-1){const i=c.substring(0,A);const C=c.substring(A+1);p=p+i;if(C){d.search=d.search?`${d.search}&${C}`:C}}else{p=p+c}d.pathname=p;return d.toString()}function calculateQueryParameters(i,c,d){const S=new Map;const v=new Set;if(i.queryParameters?.length){for(const T of i.queryParameters){if(T.mapper.type.name==="Sequence"&&T.mapper.serializedName){v.add(T.mapper.serializedName)}let _=(0,p.getOperationArgumentValueFromParameter)(c,T,d);if(_!==undefined&&_!==null||T.mapper.required){_=i.serializer.serialize(T.mapper,_,(0,A.getPathStringFromParameter)(T));const c=T.collectionFormat?C[T.collectionFormat]:"";if(Array.isArray(_)){_=_.map((i=>{if(i===null||i===undefined){return""}return i}))}if(T.collectionFormat==="Multi"&&_.length===0){continue}else if(Array.isArray(_)&&(T.collectionFormat==="SSV"||T.collectionFormat==="TSV")){_=_.join(c)}if(!T.skipEncoding){if(Array.isArray(_)){_=_.map((i=>encodeURIComponent(i)))}else{_=encodeURIComponent(_)}}if(Array.isArray(_)&&(T.collectionFormat==="CSV"||T.collectionFormat==="Pipes")){_=_.join(c)}S.set(T.mapper.serializedName||(0,A.getPathStringFromParameter)(T),_)}}}return{queryParams:S,sequenceParams:v}}function simpleParseQueryParams(i){const c=new Map;if(!i||i[0]!=="?"){return c}i=i.slice(1);const d=i.split("&");for(const i of d){const[d,p]=i.split("=",2);const A=c.get(d);if(A){if(Array.isArray(A)){A.push(p)}else{c.set(d,[A,p])}}else{c.set(d,p)}}return c}function appendQueryParams(i,c,d,p=false){if(c.size===0){return i}const A=new URL(i);const C=simpleParseQueryParams(A.search);for(const[i,A]of c){const c=C.get(i);if(Array.isArray(c)){if(Array.isArray(A)){c.push(...A);const d=new Set(c);C.set(i,Array.from(d))}else{c.push(A)}}else if(c){if(Array.isArray(A)){A.unshift(c)}else if(d.has(i)){C.set(i,[c,A])}if(!p){C.set(i,A)}}else{C.set(i,A)}}const S=[];for(const[i,c]of C){if(typeof c==="string"){S.push(`${i}=${c}`)}else if(Array.isArray(c)){for(const d of c){S.push(`${i}=${d}`)}}else{S.push(`${i}=${c}`)}}A.search=S.length?`?${S.join("&")}`:"";return A.toString()}},31193:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.isPrimitiveBody=isPrimitiveBody;c.isDuration=isDuration;c.isValidUuid=isValidUuid;c.flattenResponse=flattenResponse;function isPrimitiveBody(i,c){return c!=="Composite"&&c!=="Dictionary"&&(typeof i==="string"||typeof i==="number"||typeof i==="boolean"||c?.match(/^(Date|DateTime|DateTimeRfc1123|UnixTime|ByteArray|Base64Url)$/i)!==null||i===undefined||i===null)}const d=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;function isDuration(i){return d.test(i)}const p=/^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/i;function isValidUuid(i){return p.test(i)}function handleNullableResponseAndWrappableBody(i){const c={...i.headers,...i.body};if(i.hasNullableType&&Object.getOwnPropertyNames(c).length===0){return i.shouldWrapBody?{body:null}:null}else{return i.shouldWrapBody?{...i.headers,body:i.body}:c}}function flattenResponse(i,c){const d=i.parsedHeaders;if(i.request.method==="HEAD"){return{...d,body:i.parsedBody}}const p=c&&c.bodyMapper;const A=Boolean(p?.nullable);const C=p?.type.name;if(C==="Stream"){return{...d,blobBody:i.blobBody,readableStreamBody:i.readableStreamBody}}const S=C==="Composite"&&p.type.modelProperties||{};const v=Object.keys(S).some((i=>S[i].serializedName===""));if(C==="Sequence"||v){const c=i.parsedBody??[];for(const d of Object.keys(S)){if(S[d].serializedName){c[d]=i.parsedBody?.[d]}}if(d){for(const i of Object.keys(d)){c[i]=d[i]}}return A&&!i.parsedBody&&!d&&Object.getOwnPropertyNames(S).length===0?null:c}return handleNullableResponseAndWrappableBody({body:i.parsedBody,headers:d,hasNullableType:A,shouldWrapBody:isPrimitiveBody(i.parsedBody,C)})}},95492:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.ExtendedServiceClient=void 0;const p=d(32639);const A=d(20778);const C=d(60160);const S=d(38153);class ExtendedServiceClient extends C.ServiceClient{constructor(i){super(i);if(i.keepAliveOptions?.enable===false&&!(0,p.pipelineContainsDisableKeepAlivePolicy)(this.pipeline)){this.pipeline.addPolicy((0,p.createDisableKeepAlivePolicy)())}if(i.redirectOptions?.handleRedirects===false){this.pipeline.removePolicy({name:A.redirectPolicyName})}}async sendOperationRequest(i,c){const d=i?.options?.onResponse;let p;function onResponse(i,c,A){p=i;if(d){d(i,c,A)}}i.options={...i.options,onResponse:onResponse};const A=await super.sendOperationRequest(i,c);if(p){Object.defineProperty(A,"_response",{value:(0,S.toCompatResponse)(p)})}return A}}c.ExtendedServiceClient=ExtendedServiceClient},2078:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.convertHttpClient=convertHttpClient;const p=d(38153);const A=d(33850);function convertHttpClient(i){return{sendRequest:async c=>{const d=await i.sendRequest((0,A.toWebResourceLike)(c,{createProxy:true}));return(0,p.toPipelineResponse)(d)}}}},61584:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.toHttpHeadersLike=c.convertHttpClient=c.disableKeepAlivePolicyName=c.HttpPipelineLogLevel=c.createRequestPolicyFactoryPolicy=c.requestPolicyFactoryPolicyName=c.ExtendedServiceClient=void 0;var p=d(95492);Object.defineProperty(c,"ExtendedServiceClient",{enumerable:true,get:function(){return p.ExtendedServiceClient}});var A=d(3466);Object.defineProperty(c,"requestPolicyFactoryPolicyName",{enumerable:true,get:function(){return A.requestPolicyFactoryPolicyName}});Object.defineProperty(c,"createRequestPolicyFactoryPolicy",{enumerable:true,get:function(){return A.createRequestPolicyFactoryPolicy}});Object.defineProperty(c,"HttpPipelineLogLevel",{enumerable:true,get:function(){return A.HttpPipelineLogLevel}});var C=d(32639);Object.defineProperty(c,"disableKeepAlivePolicyName",{enumerable:true,get:function(){return C.disableKeepAlivePolicyName}});var S=d(2078);Object.defineProperty(c,"convertHttpClient",{enumerable:true,get:function(){return S.convertHttpClient}});var v=d(33850);Object.defineProperty(c,"toHttpHeadersLike",{enumerable:true,get:function(){return v.toHttpHeadersLike}})},32639:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.disableKeepAlivePolicyName=void 0;c.createDisableKeepAlivePolicy=createDisableKeepAlivePolicy;c.pipelineContainsDisableKeepAlivePolicy=pipelineContainsDisableKeepAlivePolicy;c.disableKeepAlivePolicyName="DisableKeepAlivePolicy";function createDisableKeepAlivePolicy(){return{name:c.disableKeepAlivePolicyName,async sendRequest(i,c){i.disableKeepAlive=true;return c(i)}}}function pipelineContainsDisableKeepAlivePolicy(i){return i.getOrderedPolicies().some((i=>i.name===c.disableKeepAlivePolicyName))}},3466:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.requestPolicyFactoryPolicyName=c.HttpPipelineLogLevel=void 0;c.createRequestPolicyFactoryPolicy=createRequestPolicyFactoryPolicy;const p=d(33850);const A=d(38153);var C;(function(i){i[i["ERROR"]=1]="ERROR";i[i["INFO"]=3]="INFO";i[i["OFF"]=0]="OFF";i[i["WARNING"]=2]="WARNING"})(C||(c.HttpPipelineLogLevel=C={}));const S={log(i,c){},shouldLog(i){return false}};c.requestPolicyFactoryPolicyName="RequestPolicyFactoryPolicy";function createRequestPolicyFactoryPolicy(i){const d=i.slice().reverse();return{name:c.requestPolicyFactoryPolicyName,async sendRequest(i,c){let C={async sendRequest(i){const d=await c((0,p.toPipelineRequest)(i));return(0,A.toCompatResponse)(d,{createProxy:true})}};for(const i of d){C=i.create(C,S)}const v=(0,p.toWebResourceLike)(i,{createProxy:true});const T=await C.sendRequest(v);return(0,A.toPipelineResponse)(T)}}}},38153:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.toCompatResponse=toCompatResponse;c.toPipelineResponse=toPipelineResponse;const p=d(20778);const A=d(33850);const C=Symbol("Original FullOperationResponse");function toCompatResponse(i,c){let d=(0,A.toWebResourceLike)(i.request);let p=(0,A.toHttpHeadersLike)(i.headers);if(c?.createProxy){return new Proxy(i,{get(c,A,S){if(A==="headers"){return p}else if(A==="request"){return d}else if(A===C){return i}return Reflect.get(c,A,S)},set(i,c,A,C){if(c==="headers"){p=A}else if(c==="request"){d=A}return Reflect.set(i,c,A,C)}})}else{return{...i,request:d,headers:p}}}function toPipelineResponse(i){const c=i;const d=c[C];const S=(0,p.createHttpHeaders)(i.headers.toJson({preserveCase:true}));if(d){d.headers=S;return d}else{return{...i,headers:S,request:(0,A.toPipelineRequest)(i.request)}}}},33850:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.HttpHeaders=void 0;c.toPipelineRequest=toPipelineRequest;c.toWebResourceLike=toWebResourceLike;c.toHttpHeadersLike=toHttpHeadersLike;const p=d(20778);const A=Symbol("Original PipelineRequest");const C=Symbol.for("@azure/core-client original request");function toPipelineRequest(i,c={}){const d=i;const S=d[A];const v=(0,p.createHttpHeaders)(i.headers.toJson({preserveCase:true}));if(S){S.headers=v;return S}else{const d=(0,p.createPipelineRequest)({url:i.url,method:i.method,headers:v,withCredentials:i.withCredentials,timeout:i.timeout,requestId:i.requestId,abortSignal:i.abortSignal,body:i.body,formData:i.formData,disableKeepAlive:!!i.keepAlive,onDownloadProgress:i.onDownloadProgress,onUploadProgress:i.onUploadProgress,proxySettings:i.proxySettings,streamResponseStatusCodes:i.streamResponseStatusCodes,agent:i.agent,requestOverrides:i.requestOverrides});if(c.originalRequest){d[C]=c.originalRequest}return d}}function toWebResourceLike(i,c){const d=c?.originalRequest??i;const p={url:i.url,method:i.method,headers:toHttpHeadersLike(i.headers),withCredentials:i.withCredentials,timeout:i.timeout,requestId:i.headers.get("x-ms-client-request-id")||i.requestId,abortSignal:i.abortSignal,body:i.body,formData:i.formData,keepAlive:!!i.disableKeepAlive,onDownloadProgress:i.onDownloadProgress,onUploadProgress:i.onUploadProgress,proxySettings:i.proxySettings,streamResponseStatusCodes:i.streamResponseStatusCodes,agent:i.agent,requestOverrides:i.requestOverrides,clone(){throw new Error("Cannot clone a non-proxied WebResourceLike")},prepare(){throw new Error("WebResourceLike.prepare() is not supported by @azure/core-http-compat")},validateRequestProperties(){}};if(c?.createProxy){return new Proxy(p,{get(c,C,S){if(C===A){return i}else if(C==="clone"){return()=>toWebResourceLike(toPipelineRequest(p,{originalRequest:d}),{createProxy:true,originalRequest:d})}return Reflect.get(c,C,S)},set(c,d,p,A){if(d==="keepAlive"){i.disableKeepAlive=!p}const C=["url","method","withCredentials","timeout","requestId","abortSignal","body","formData","onDownloadProgress","onUploadProgress","proxySettings","streamResponseStatusCodes","agent","requestOverrides"];if(typeof d==="string"&&C.includes(d)){i[d]=p}return Reflect.set(c,d,p,A)}})}else{return p}}function toHttpHeadersLike(i){return new HttpHeaders(i.toJSON({preserveCase:true}))}function getHeaderKey(i){return i.toLowerCase()}class HttpHeaders{_headersMap;constructor(i){this._headersMap={};if(i){for(const c in i){this.set(c,i[c])}}}set(i,c){this._headersMap[getHeaderKey(i)]={name:i,value:c.toString()}}get(i){const c=this._headersMap[getHeaderKey(i)];return!c?undefined:c.value}contains(i){return!!this._headersMap[getHeaderKey(i)]}remove(i){const c=this.contains(i);delete this._headersMap[getHeaderKey(i)];return c}rawHeaders(){return this.toJson({preserveCase:true})}headersArray(){const i=[];for(const c in this._headersMap){i.push(this._headersMap[c])}return i}headerNames(){const i=[];const c=this.headersArray();for(let d=0;d<c.length;++d){i.push(c[d].name)}return i}headerValues(){const i=[];const c=this.headersArray();for(let d=0;d<c.length;++d){i.push(c[d].value)}return i}toJson(i={}){const c={};if(i.preserveCase){for(const i in this._headersMap){const d=this._headersMap[i];c[d.name]=d.value}}else{for(const i in this._headersMap){const d=this._headersMap[i];c[getHeaderKey(d.name)]=d.value}}return c}toString(){return JSON.stringify(this.toJson({preserveCase:true}))}clone(){const i={};for(const c in this._headersMap){const d=this._headersMap[c];i[d.name]=d.value}return new HttpHeaders(i)}}c.HttpHeaders=HttpHeaders},93878:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.pollHttpOperation=c.isOperationError=c.getResourceLocation=c.getOperationStatus=c.getOperationLocation=c.initHttpOperation=c.getStatusFromInitialResponse=c.getErrorFromResponse=c.parseRetryAfter=c.inferLroMode=void 0;const p=d(30736);const A=d(50480);function getOperationLocationPollingUrl(i){const{azureAsyncOperation:c,operationLocation:d}=i;return d!==null&&d!==void 0?d:c}function getLocationHeader(i){return i.headers["location"]}function getOperationLocationHeader(i){return i.headers["operation-location"]}function getAzureAsyncOperationHeader(i){return i.headers["azure-asyncoperation"]}function findResourceLocation(i){var c;const{location:d,requestMethod:p,requestPath:A,resourceLocationConfig:C}=i;switch(p){case"PUT":{return A}case"DELETE":{return undefined}case"PATCH":{return(c=getDefault())!==null&&c!==void 0?c:A}default:{return getDefault()}}function getDefault(){switch(C){case"azure-async-operation":{return undefined}case"original-uri":{return A}case"location":default:{return d}}}}function inferLroMode(i){const{rawResponse:c,requestMethod:d,requestPath:p,resourceLocationConfig:A}=i;const C=getOperationLocationHeader(c);const S=getAzureAsyncOperationHeader(c);const v=getOperationLocationPollingUrl({operationLocation:C,azureAsyncOperation:S});const T=getLocationHeader(c);const _=d===null||d===void 0?void 0:d.toLocaleUpperCase();if(v!==undefined){return{mode:"OperationLocation",operationLocation:v,resourceLocation:findResourceLocation({requestMethod:_,location:T,requestPath:p,resourceLocationConfig:A})}}else if(T!==undefined){return{mode:"ResourceLocation",operationLocation:T}}else if(_==="PUT"&&p){return{mode:"Body",operationLocation:p}}else{return undefined}}c.inferLroMode=inferLroMode;function transformStatus(i){const{status:c,statusCode:d}=i;if(typeof c!=="string"&&c!==undefined){throw new Error(`Polling was unsuccessful. Expected status to have a string value or no value but it has instead: ${c}. This doesn't necessarily indicate the operation has failed. Check your Azure subscription or resource status for more information.`)}switch(c===null||c===void 0?void 0:c.toLocaleLowerCase()){case undefined:return toOperationStatus(d);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:{A.logger.verbose(`LRO: unrecognized operation status: ${c}`);return c}}}function getStatus(i){var c;const{status:d}=(c=i.body)!==null&&c!==void 0?c:{};return transformStatus({status:d,statusCode:i.statusCode})}function getProvisioningState(i){var c,d;const{properties:p,provisioningState:A}=(c=i.body)!==null&&c!==void 0?c:{};const C=(d=p===null||p===void 0?void 0:p.provisioningState)!==null&&d!==void 0?d:A;return transformStatus({status:C,statusCode:i.statusCode})}function toOperationStatus(i){if(i===202){return"running"}else if(i<300){return"succeeded"}else{return"failed"}}function parseRetryAfter({rawResponse:i}){const c=i.headers["retry-after"];if(c!==undefined){const i=parseInt(c);return isNaN(i)?calculatePollingIntervalFromDate(new Date(c)):i*1e3}return undefined}c.parseRetryAfter=parseRetryAfter;function getErrorFromResponse(i){const c=accessBodyProperty(i,"error");if(!c){A.logger.warning(`The long-running operation failed but there is no error property in the response's body`);return}if(!c.code||!c.message){A.logger.warning(`The long-running operation failed but the error property in the response's body doesn't contain code or message`);return}return c}c.getErrorFromResponse=getErrorFromResponse;function calculatePollingIntervalFromDate(i){const c=Math.floor((new Date).getTime());const d=i.getTime();if(c<d){return d-c}return undefined}function getStatusFromInitialResponse(i){const{response:c,state:d,operationLocation:p}=i;function helper(){var i;const p=(i=d.config.metadata)===null||i===void 0?void 0:i["mode"];switch(p){case undefined:return toOperationStatus(c.rawResponse.statusCode);case"Body":return getOperationStatus(c,d);default:return"running"}}const A=helper();return A==="running"&&p===undefined?"succeeded":A}c.getStatusFromInitialResponse=getStatusFromInitialResponse;async function initHttpOperation(i){const{stateProxy:c,resourceLocationConfig:d,processResult:A,lro:C,setErrorAsResult:S}=i;return(0,p.initOperation)({init:async()=>{const i=await C.sendInitialRequest();const c=inferLroMode({rawResponse:i.rawResponse,requestPath:C.requestPath,requestMethod:C.requestMethod,resourceLocationConfig:d});return Object.assign({response:i,operationLocation:c===null||c===void 0?void 0:c.operationLocation,resourceLocation:c===null||c===void 0?void 0:c.resourceLocation},(c===null||c===void 0?void 0:c.mode)?{metadata:{mode:c.mode}}:{})},stateProxy:c,processResult:A?({flatResponse:i},c)=>A(i,c):({flatResponse:i})=>i,getOperationStatus:getStatusFromInitialResponse,setErrorAsResult:S})}c.initHttpOperation=initHttpOperation;function getOperationLocation({rawResponse:i},c){var d;const p=(d=c.config.metadata)===null||d===void 0?void 0:d["mode"];switch(p){case"OperationLocation":{return getOperationLocationPollingUrl({operationLocation:getOperationLocationHeader(i),azureAsyncOperation:getAzureAsyncOperationHeader(i)})}case"ResourceLocation":{return getLocationHeader(i)}case"Body":default:{return undefined}}}c.getOperationLocation=getOperationLocation;function getOperationStatus({rawResponse:i},c){var d;const p=(d=c.config.metadata)===null||d===void 0?void 0:d["mode"];switch(p){case"OperationLocation":{return getStatus(i)}case"ResourceLocation":{return toOperationStatus(i.statusCode)}case"Body":{return getProvisioningState(i)}default:throw new Error(`Internal error: Unexpected operation mode: ${p}`)}}c.getOperationStatus=getOperationStatus;function accessBodyProperty({flatResponse:i,rawResponse:c},d){var p,A;return(p=i===null||i===void 0?void 0:i[d])!==null&&p!==void 0?p:(A=c.body)===null||A===void 0?void 0:A[d]}function getResourceLocation(i,c){const d=accessBodyProperty(i,"resourceLocation");if(d&&typeof d==="string"){c.config.resourceLocation=d}return c.config.resourceLocation}c.getResourceLocation=getResourceLocation;function isOperationError(i){return i.name==="RestError"}c.isOperationError=isOperationError;async function pollHttpOperation(i){const{lro:c,stateProxy:d,options:A,processResult:C,updateState:S,setDelay:v,state:T,setErrorAsResult:_}=i;return(0,p.pollOperation)({state:T,stateProxy:d,setDelay:v,processResult:C?({flatResponse:i},c)=>C(i,c):({flatResponse:i})=>i,getError:getErrorFromResponse,updateState:S,getPollingInterval:parseRetryAfter,getOperationLocation:getOperationLocation,getOperationStatus:getOperationStatus,isOperationError:isOperationError,getResourceLocation:getResourceLocation,options:A,poll:async(i,d)=>c.sendPollRequest(i,d),setErrorAsResult:_})}c.pollHttpOperation=pollHttpOperation},57421:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.createHttpPoller=void 0;const p=d(93878);const A=d(18835);async function createHttpPoller(i,c){const{resourceLocationConfig:d,intervalInMs:C,processResult:S,restoreFrom:v,updateState:T,withOperationLocation:_,resolveOnUnsuccessful:V=false}=c||{};return(0,A.buildCreatePoller)({getStatusFromInitialResponse:p.getStatusFromInitialResponse,getStatusFromPollResponse:p.getOperationStatus,isOperationError:p.isOperationError,getOperationLocation:p.getOperationLocation,getResourceLocation:p.getResourceLocation,getPollingInterval:p.parseRetryAfter,getError:p.getErrorFromResponse,resolveOnUnsuccessful:V})({init:async()=>{const c=await i.sendInitialRequest();const A=(0,p.inferLroMode)({rawResponse:c.rawResponse,requestPath:i.requestPath,requestMethod:i.requestMethod,resourceLocationConfig:d});return Object.assign({response:c,operationLocation:A===null||A===void 0?void 0:A.operationLocation,resourceLocation:A===null||A===void 0?void 0:A.resourceLocation},(A===null||A===void 0?void 0:A.mode)?{metadata:{mode:A.mode}}:{})},poll:i.sendPollRequest},{intervalInMs:C,withOperationLocation:_,restoreFrom:v,updateState:T,processResult:S?({flatResponse:i},c)=>S(i,c):({flatResponse:i})=>i})}c.createHttpPoller=createHttpPoller},91754:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.createHttpPoller=void 0;const p=d(61860);var A=d(57421);Object.defineProperty(c,"createHttpPoller",{enumerable:true,get:function(){return A.createHttpPoller}});p.__exportStar(d(55454),c);p.__exportStar(d(36272),c);p.__exportStar(d(82670),c)},55454:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.LroEngine=void 0;var p=d(91607);Object.defineProperty(c,"LroEngine",{enumerable:true,get:function(){return p.LroEngine}})},91607:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.LroEngine=void 0;const p=d(54267);const A=d(55044);const C=d(36272);const S=d(30736);class LroEngine extends C.Poller{constructor(i,c){const{intervalInMs:d=A.POLL_INTERVAL_IN_MS,resumeFrom:C,resolveOnUnsuccessful:v=false,isDone:T,lroResourceLocationConfig:_,processResult:V,updateState:Z}=c||{};const ee=C?(0,S.deserializeState)(C):{};const te=new p.GenericPollOperation(ee,i,!v,_,V,Z,T);super(te);this.resolveOnUnsuccessful=v;this.config={intervalInMs:d};te.setPollerConfig(this.config)}delay(){return new Promise((i=>setTimeout((()=>i()),this.config.intervalInMs)))}}c.LroEngine=LroEngine},54267:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.GenericPollOperation=void 0;const p=d(93878);const A=d(50480);const createStateProxy=()=>({initState:i=>({config:i,isStarted:true}),setCanceled:i=>i.isCancelled=true,setError:(i,c)=>i.error=c,setResult:(i,c)=>i.result=c,setRunning:i=>i.isStarted=true,setSucceeded:i=>i.isCompleted=true,setFailed:()=>{},getError:i=>i.error,getResult:i=>i.result,isCanceled:i=>!!i.isCancelled,isFailed:i=>!!i.error,isRunning:i=>!!i.isStarted,isSucceeded:i=>Boolean(i.isCompleted&&!i.isCancelled&&!i.error)});class GenericPollOperation{constructor(i,c,d,p,A,C,S){this.state=i;this.lro=c;this.setErrorAsResult=d;this.lroResourceLocationConfig=p;this.processResult=A;this.updateState=C;this.isDone=S}setPollerConfig(i){this.pollerConfig=i}async update(i){var c;const d=createStateProxy();if(!this.state.isStarted){this.state=Object.assign(Object.assign({},this.state),await(0,p.initHttpOperation)({lro:this.lro,stateProxy:d,resourceLocationConfig:this.lroResourceLocationConfig,processResult:this.processResult,setErrorAsResult:this.setErrorAsResult}))}const A=this.updateState;const C=this.isDone;if(!this.state.isCompleted&&this.state.error===undefined){await(0,p.pollHttpOperation)({lro:this.lro,state:this.state,stateProxy:d,processResult:this.processResult,updateState:A?(i,{rawResponse:c})=>A(i,c):undefined,isDone:C?({flatResponse:i},c)=>C(i,c):undefined,options:i,setDelay:i=>{this.pollerConfig.intervalInMs=i},setErrorAsResult:this.setErrorAsResult})}(c=i===null||i===void 0?void 0:i.fireProgress)===null||c===void 0?void 0:c.call(i,this.state);return this}async cancel(){A.logger.error("`cancelOperation` is deprecated because it wasn't implemented");return this}toString(){return JSON.stringify({state:this.state})}}c.GenericPollOperation=GenericPollOperation},82670:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true})},36272:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.Poller=c.PollerCancelledError=c.PollerStoppedError=void 0;class PollerStoppedError extends Error{constructor(i){super(i);this.name="PollerStoppedError";Object.setPrototypeOf(this,PollerStoppedError.prototype)}}c.PollerStoppedError=PollerStoppedError;class PollerCancelledError extends Error{constructor(i){super(i);this.name="PollerCancelledError";Object.setPrototypeOf(this,PollerCancelledError.prototype)}}c.PollerCancelledError=PollerCancelledError;class Poller{constructor(i){this.resolveOnUnsuccessful=false;this.stopped=true;this.pollProgressCallbacks=[];this.operation=i;this.promise=new Promise(((i,c)=>{this.resolve=i;this.reject=c}));this.promise.catch((()=>{}))}async startPolling(i={}){if(this.stopped){this.stopped=false}while(!this.isStopped()&&!this.isDone()){await this.poll(i);await this.delay()}}async pollOnce(i={}){if(!this.isDone()){this.operation=await this.operation.update({abortSignal:i.abortSignal,fireProgress:this.fireProgress.bind(this)})}this.processUpdatedState()}fireProgress(i){for(const c of this.pollProgressCallbacks){c(i)}}async cancelOnce(i={}){this.operation=await this.operation.cancel(i)}poll(i={}){if(!this.pollOncePromise){this.pollOncePromise=this.pollOnce(i);const clearPollOncePromise=()=>{this.pollOncePromise=undefined};this.pollOncePromise.then(clearPollOncePromise,clearPollOncePromise).catch(this.reject)}return this.pollOncePromise}processUpdatedState(){if(this.operation.state.error){this.stopped=true;if(!this.resolveOnUnsuccessful){this.reject(this.operation.state.error);throw this.operation.state.error}}if(this.operation.state.isCancelled){this.stopped=true;if(!this.resolveOnUnsuccessful){const i=new PollerCancelledError("Operation was canceled");this.reject(i);throw i}}if(this.isDone()&&this.resolve){this.resolve(this.getResult())}}async pollUntilDone(i={}){if(this.stopped){this.startPolling(i).catch(this.reject)}this.processUpdatedState();return this.promise}onProgress(i){this.pollProgressCallbacks.push(i);return()=>{this.pollProgressCallbacks=this.pollProgressCallbacks.filter((c=>c!==i))}}isDone(){const i=this.operation.state;return Boolean(i.isCompleted||i.isCancelled||i.error)}stopPolling(){if(!this.stopped){this.stopped=true;if(this.reject){this.reject(new PollerStoppedError("This poller is already stopped"))}}}isStopped(){return this.stopped}cancelOperation(i={}){if(!this.cancelPromise){this.cancelPromise=this.cancelOnce(i)}else if(i.abortSignal){throw new Error("A cancel request is currently pending")}return this.cancelPromise}getOperationState(){return this.operation.state}getResult(){const i=this.operation.state;return i.result}toString(){return this.operation.toString()}}c.Poller=Poller},50480:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.logger=void 0;const p=d(26515);c.logger=(0,p.createClientLogger)("core-lro")},55044:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.terminalStates=c.POLL_INTERVAL_IN_MS=void 0;c.POLL_INTERVAL_IN_MS=2e3;c.terminalStates=["succeeded","canceled","failed"]},30736:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.pollOperation=c.initOperation=c.deserializeState=void 0;const p=d(50480);const A=d(55044);function deserializeState(i){try{return JSON.parse(i).state}catch(c){throw new Error(`Unable to deserialize input state: ${i}`)}}c.deserializeState=deserializeState;function setStateError(i){const{state:c,stateProxy:d,isOperationError:p}=i;return i=>{if(p(i)){d.setError(c,i);d.setFailed(c)}throw i}}function appendReadableErrorMessage(i,c){let d=i;if(d.slice(-1)!=="."){d=d+"."}return d+" "+c}function simplifyError(i){let c=i.message;let d=i.code;let p=i;while(p.innererror){p=p.innererror;d=p.code;c=appendReadableErrorMessage(c,p.message)}return{code:d,message:c}}function processOperationStatus(i){const{state:c,stateProxy:d,status:A,isDone:C,processResult:S,getError:v,response:T,setErrorAsResult:_}=i;switch(A){case"succeeded":{d.setSucceeded(c);break}case"failed":{const i=v===null||v===void 0?void 0:v(T);let A="";if(i){const{code:c,message:d}=simplifyError(i);A=`. ${c}. ${d}`}const C=`The long-running operation has failed${A}`;d.setError(c,new Error(C));d.setFailed(c);p.logger.warning(C);break}case"canceled":{d.setCanceled(c);break}}if((C===null||C===void 0?void 0:C(T,c))||C===undefined&&["succeeded","canceled"].concat(_?[]:["failed"]).includes(A)){d.setResult(c,buildResult({response:T,state:c,processResult:S}))}}function buildResult(i){const{processResult:c,response:d,state:p}=i;return c?c(d,p):d}async function initOperation(i){const{init:c,stateProxy:d,processResult:A,getOperationStatus:C,withOperationLocation:S,setErrorAsResult:v}=i;const{operationLocation:T,resourceLocation:_,metadata:V,response:Z}=await c();if(T)S===null||S===void 0?void 0:S(T,false);const ee={metadata:V,operationLocation:T,resourceLocation:_};p.logger.verbose(`LRO: Operation description:`,ee);const te=d.initState(ee);const re=C({response:Z,state:te,operationLocation:T});processOperationStatus({state:te,status:re,stateProxy:d,response:Z,setErrorAsResult:v,processResult:A});return te}c.initOperation=initOperation;async function pollOperationHelper(i){const{poll:c,state:d,stateProxy:C,operationLocation:S,getOperationStatus:v,getResourceLocation:T,isOperationError:_,options:V}=i;const Z=await c(S,V).catch(setStateError({state:d,stateProxy:C,isOperationError:_}));const ee=v(Z,d);p.logger.verbose(`LRO: Status:\n\tPolling from: ${d.config.operationLocation}\n\tOperation status: ${ee}\n\tPolling status: ${A.terminalStates.includes(ee)?"Stopped":"Running"}`);if(ee==="succeeded"){const i=T(Z,d);if(i!==undefined){return{response:await c(i).catch(setStateError({state:d,stateProxy:C,isOperationError:_})),status:ee}}}return{response:Z,status:ee}}async function pollOperation(i){const{poll:c,state:d,stateProxy:p,options:C,getOperationStatus:S,getResourceLocation:v,getOperationLocation:T,isOperationError:_,withOperationLocation:V,getPollingInterval:Z,processResult:ee,getError:te,updateState:re,setDelay:ne,isDone:ie,setErrorAsResult:se}=i;const{operationLocation:ae}=d.config;if(ae!==undefined){const{response:i,status:oe}=await pollOperationHelper({poll:c,getOperationStatus:S,state:d,stateProxy:p,operationLocation:ae,getResourceLocation:v,isOperationError:_,options:C});processOperationStatus({status:oe,response:i,state:d,stateProxy:p,isDone:ie,processResult:ee,getError:te,setErrorAsResult:se});if(!A.terminalStates.includes(oe)){const c=Z===null||Z===void 0?void 0:Z(i);if(c)ne(c);const p=T===null||T===void 0?void 0:T(i,d);if(p!==undefined){const i=ae!==p;d.config.operationLocation=p;V===null||V===void 0?void 0:V(p,i)}else V===null||V===void 0?void 0:V(ae,false)}re===null||re===void 0?void 0:re(d,i)}}c.pollOperation=pollOperation},18835:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.buildCreatePoller=void 0;const p=d(30736);const A=d(55044);const C=d(87779);const createStateProxy=()=>({initState:i=>({status:"running",config:i}),setCanceled:i=>i.status="canceled",setError:(i,c)=>i.error=c,setResult:(i,c)=>i.result=c,setRunning:i=>i.status="running",setSucceeded:i=>i.status="succeeded",setFailed:i=>i.status="failed",getError:i=>i.error,getResult:i=>i.result,isCanceled:i=>i.status==="canceled",isFailed:i=>i.status==="failed",isRunning:i=>i.status==="running",isSucceeded:i=>i.status==="succeeded"});function buildCreatePoller(i){const{getOperationLocation:c,getStatusFromInitialResponse:d,getStatusFromPollResponse:S,isOperationError:v,getResourceLocation:T,getPollingInterval:_,getError:V,resolveOnUnsuccessful:Z}=i;return async({init:i,poll:ee},te)=>{const{processResult:re,updateState:ne,withOperationLocation:ie,intervalInMs:se=A.POLL_INTERVAL_IN_MS,restoreFrom:ae}=te||{};const oe=createStateProxy();const le=ie?(()=>{let i=false;return(c,d)=>{if(d)ie(c);else if(!i)ie(c);i=true}})():undefined;const ce=ae?(0,p.deserializeState)(ae):await(0,p.initOperation)({init:i,stateProxy:oe,processResult:re,getOperationStatus:d,withOperationLocation:le,setErrorAsResult:!Z});let de;const ue=new AbortController;const pe=new Map;const handleProgressEvents=async()=>pe.forEach((i=>i(ce)));const Ae="Operation was canceled";let fe=se;const he={getOperationState:()=>ce,getResult:()=>ce.result,isDone:()=>["succeeded","failed","canceled"].includes(ce.status),isStopped:()=>de===undefined,stopPolling:()=>{ue.abort()},toString:()=>JSON.stringify({state:ce}),onProgress:i=>{const c=Symbol();pe.set(c,i);return()=>pe.delete(c)},pollUntilDone:i=>de!==null&&de!==void 0?de:de=(async()=>{const{abortSignal:c}=i||{};function abortListener(){ue.abort()}const d=ue.signal;if(c===null||c===void 0?void 0:c.aborted){ue.abort()}else if(!d.aborted){c===null||c===void 0?void 0:c.addEventListener("abort",abortListener,{once:true})}try{if(!he.isDone()){await he.poll({abortSignal:d});while(!he.isDone()){await(0,C.delay)(fe,{abortSignal:d});await he.poll({abortSignal:d})}}}finally{c===null||c===void 0?void 0:c.removeEventListener("abort",abortListener)}if(Z){return he.getResult()}else{switch(ce.status){case"succeeded":return he.getResult();case"canceled":throw new Error(Ae);case"failed":throw ce.error;case"notStarted":case"running":throw new Error(`Polling completed without succeeding or failing`)}}})().finally((()=>{de=undefined})),async poll(i){if(Z){if(he.isDone())return}else{switch(ce.status){case"succeeded":return;case"canceled":throw new Error(Ae);case"failed":throw ce.error}}await(0,p.pollOperation)({poll:ee,state:ce,stateProxy:oe,getOperationLocation:c,isOperationError:v,withOperationLocation:le,getPollingInterval:_,getOperationStatus:S,getResourceLocation:T,processResult:re,getError:V,updateState:ne,options:i,setDelay:i=>{fe=i},setErrorAsResult:!Z});await handleProgressEvents();if(!Z){switch(ce.status){case"canceled":throw new Error(Ae);case"failed":throw ce.error}}}};return he}}c.buildCreatePoller=buildCreatePoller},66427:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.DEFAULT_RETRY_POLICY_COUNT=c.SDK_VERSION=void 0;c.SDK_VERSION="1.22.2";c.DEFAULT_RETRY_POLICY_COUNT=3},90862:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.createPipelineFromOptions=createPipelineFromOptions;const p=d(53253);const A=d(29590);const C=d(64087);const S=d(32799);const v=d(45807);const T=d(39295);const _=d(48170);const V=d(75497);const Z=d(87779);const ee=d(32815);const te=d(95686);const re=d(18554);const ne=d(75798);const ie=d(93237);const se=d(37466);function createPipelineFromOptions(i){const c=(0,A.createEmptyPipeline)();if(Z.isNodeLike){if(i.agent){c.addPolicy((0,re.agentPolicy)(i.agent))}if(i.tlsOptions){c.addPolicy((0,ne.tlsPolicy)(i.tlsOptions))}c.addPolicy((0,ee.proxyPolicy)(i.proxyOptions));c.addPolicy((0,T.decompressResponsePolicy)())}c.addPolicy((0,se.wrapAbortSignalLikePolicy)());c.addPolicy((0,V.formDataPolicy)(),{beforePolicies:[v.multipartPolicyName]});c.addPolicy((0,S.userAgentPolicy)(i.userAgentOptions));c.addPolicy((0,te.setClientRequestIdPolicy)(i.telemetryOptions?.clientRequestIdHeaderName));c.addPolicy((0,v.multipartPolicy)(),{afterPhase:"Deserialize"});c.addPolicy((0,_.defaultRetryPolicy)(i.retryOptions),{phase:"Retry"});c.addPolicy((0,ie.tracingPolicy)({...i.userAgentOptions,...i.loggingOptions}),{afterPhase:"Retry"});if(Z.isNodeLike){c.addPolicy((0,C.redirectPolicy)(i.redirectOptions),{afterPhase:"Retry"})}c.addPolicy((0,p.logPolicy)(i.loggingOptions),{afterPhase:"Sign"});return c}},7960:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.createDefaultHttpClient=createDefaultHttpClient;const p=d(41958);const A=d(91297);function createDefaultHttpClient(){const i=(0,p.createDefaultHttpClient)();return{async sendRequest(c){const{abortSignal:d,cleanup:p}=c.abortSignal?(0,A.wrapAbortSignalLike)(c.abortSignal):{};try{c.abortSignal=d;return await i.sendRequest(c)}finally{p?.()}}}}},192:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.createHttpHeaders=createHttpHeaders;const p=d(41958);function createHttpHeaders(i){return(0,p.createHttpHeaders)(i)}},20778:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.createFileFromStream=c.createFile=c.agentPolicyName=c.agentPolicy=c.auxiliaryAuthenticationHeaderPolicyName=c.auxiliaryAuthenticationHeaderPolicy=c.ndJsonPolicyName=c.ndJsonPolicy=c.bearerTokenAuthenticationPolicyName=c.bearerTokenAuthenticationPolicy=c.formDataPolicyName=c.formDataPolicy=c.tlsPolicyName=c.tlsPolicy=c.userAgentPolicyName=c.userAgentPolicy=c.defaultRetryPolicy=c.tracingPolicyName=c.tracingPolicy=c.retryPolicy=c.throttlingRetryPolicyName=c.throttlingRetryPolicy=c.systemErrorRetryPolicyName=c.systemErrorRetryPolicy=c.redirectPolicyName=c.redirectPolicy=c.getDefaultProxySettings=c.proxyPolicyName=c.proxyPolicy=c.multipartPolicyName=c.multipartPolicy=c.logPolicyName=c.logPolicy=c.setClientRequestIdPolicyName=c.setClientRequestIdPolicy=c.exponentialRetryPolicyName=c.exponentialRetryPolicy=c.decompressResponsePolicyName=c.decompressResponsePolicy=c.isRestError=c.RestError=c.createPipelineRequest=c.createHttpHeaders=c.createDefaultHttpClient=c.createPipelineFromOptions=c.createEmptyPipeline=void 0;var p=d(29590);Object.defineProperty(c,"createEmptyPipeline",{enumerable:true,get:function(){return p.createEmptyPipeline}});var A=d(90862);Object.defineProperty(c,"createPipelineFromOptions",{enumerable:true,get:function(){return A.createPipelineFromOptions}});var C=d(7960);Object.defineProperty(c,"createDefaultHttpClient",{enumerable:true,get:function(){return C.createDefaultHttpClient}});var S=d(192);Object.defineProperty(c,"createHttpHeaders",{enumerable:true,get:function(){return S.createHttpHeaders}});var v=d(95709);Object.defineProperty(c,"createPipelineRequest",{enumerable:true,get:function(){return v.createPipelineRequest}});var T=d(8666);Object.defineProperty(c,"RestError",{enumerable:true,get:function(){return T.RestError}});Object.defineProperty(c,"isRestError",{enumerable:true,get:function(){return T.isRestError}});var _=d(39295);Object.defineProperty(c,"decompressResponsePolicy",{enumerable:true,get:function(){return _.decompressResponsePolicy}});Object.defineProperty(c,"decompressResponsePolicyName",{enumerable:true,get:function(){return _.decompressResponsePolicyName}});var V=d(16708);Object.defineProperty(c,"exponentialRetryPolicy",{enumerable:true,get:function(){return V.exponentialRetryPolicy}});Object.defineProperty(c,"exponentialRetryPolicyName",{enumerable:true,get:function(){return V.exponentialRetryPolicyName}});var Z=d(95686);Object.defineProperty(c,"setClientRequestIdPolicy",{enumerable:true,get:function(){return Z.setClientRequestIdPolicy}});Object.defineProperty(c,"setClientRequestIdPolicyName",{enumerable:true,get:function(){return Z.setClientRequestIdPolicyName}});var ee=d(53253);Object.defineProperty(c,"logPolicy",{enumerable:true,get:function(){return ee.logPolicy}});Object.defineProperty(c,"logPolicyName",{enumerable:true,get:function(){return ee.logPolicyName}});var te=d(45807);Object.defineProperty(c,"multipartPolicy",{enumerable:true,get:function(){return te.multipartPolicy}});Object.defineProperty(c,"multipartPolicyName",{enumerable:true,get:function(){return te.multipartPolicyName}});var re=d(32815);Object.defineProperty(c,"proxyPolicy",{enumerable:true,get:function(){return re.proxyPolicy}});Object.defineProperty(c,"proxyPolicyName",{enumerable:true,get:function(){return re.proxyPolicyName}});Object.defineProperty(c,"getDefaultProxySettings",{enumerable:true,get:function(){return re.getDefaultProxySettings}});var ne=d(64087);Object.defineProperty(c,"redirectPolicy",{enumerable:true,get:function(){return ne.redirectPolicy}});Object.defineProperty(c,"redirectPolicyName",{enumerable:true,get:function(){return ne.redirectPolicyName}});var ie=d(96518);Object.defineProperty(c,"systemErrorRetryPolicy",{enumerable:true,get:function(){return ie.systemErrorRetryPolicy}});Object.defineProperty(c,"systemErrorRetryPolicyName",{enumerable:true,get:function(){return ie.systemErrorRetryPolicyName}});var se=d(97540);Object.defineProperty(c,"throttlingRetryPolicy",{enumerable:true,get:function(){return se.throttlingRetryPolicy}});Object.defineProperty(c,"throttlingRetryPolicyName",{enumerable:true,get:function(){return se.throttlingRetryPolicyName}});var ae=d(56085);Object.defineProperty(c,"retryPolicy",{enumerable:true,get:function(){return ae.retryPolicy}});var oe=d(93237);Object.defineProperty(c,"tracingPolicy",{enumerable:true,get:function(){return oe.tracingPolicy}});Object.defineProperty(c,"tracingPolicyName",{enumerable:true,get:function(){return oe.tracingPolicyName}});var le=d(48170);Object.defineProperty(c,"defaultRetryPolicy",{enumerable:true,get:function(){return le.defaultRetryPolicy}});var ce=d(32799);Object.defineProperty(c,"userAgentPolicy",{enumerable:true,get:function(){return ce.userAgentPolicy}});Object.defineProperty(c,"userAgentPolicyName",{enumerable:true,get:function(){return ce.userAgentPolicyName}});var de=d(75798);Object.defineProperty(c,"tlsPolicy",{enumerable:true,get:function(){return de.tlsPolicy}});Object.defineProperty(c,"tlsPolicyName",{enumerable:true,get:function(){return de.tlsPolicyName}});var ue=d(75497);Object.defineProperty(c,"formDataPolicy",{enumerable:true,get:function(){return ue.formDataPolicy}});Object.defineProperty(c,"formDataPolicyName",{enumerable:true,get:function(){return ue.formDataPolicyName}});var pe=d(26925);Object.defineProperty(c,"bearerTokenAuthenticationPolicy",{enumerable:true,get:function(){return pe.bearerTokenAuthenticationPolicy}});Object.defineProperty(c,"bearerTokenAuthenticationPolicyName",{enumerable:true,get:function(){return pe.bearerTokenAuthenticationPolicyName}});var Ae=d(36827);Object.defineProperty(c,"ndJsonPolicy",{enumerable:true,get:function(){return Ae.ndJsonPolicy}});Object.defineProperty(c,"ndJsonPolicyName",{enumerable:true,get:function(){return Ae.ndJsonPolicyName}});var fe=d(42262);Object.defineProperty(c,"auxiliaryAuthenticationHeaderPolicy",{enumerable:true,get:function(){return fe.auxiliaryAuthenticationHeaderPolicy}});Object.defineProperty(c,"auxiliaryAuthenticationHeaderPolicyName",{enumerable:true,get:function(){return fe.auxiliaryAuthenticationHeaderPolicyName}});var he=d(18554);Object.defineProperty(c,"agentPolicy",{enumerable:true,get:function(){return he.agentPolicy}});Object.defineProperty(c,"agentPolicyName",{enumerable:true,get:function(){return he.agentPolicyName}});var me=d(97073);Object.defineProperty(c,"createFile",{enumerable:true,get:function(){return me.createFile}});Object.defineProperty(c,"createFileFromStream",{enumerable:true,get:function(){return me.createFileFromStream}})},80544:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.logger=void 0;const p=d(26515);c.logger=(0,p.createClientLogger)("core-rest-pipeline")},29590:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.createEmptyPipeline=createEmptyPipeline;const p=d(41958);function createEmptyPipeline(){return(0,p.createEmptyPipeline)()}},95709:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.createPipelineRequest=createPipelineRequest;const p=d(41958);function createPipelineRequest(i){return(0,p.createPipelineRequest)(i)}},18554:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.agentPolicyName=void 0;c.agentPolicy=agentPolicy;const p=d(44960);c.agentPolicyName=p.agentPolicyName;function agentPolicy(i){return(0,p.agentPolicy)(i)}},42262:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.auxiliaryAuthenticationHeaderPolicyName=void 0;c.auxiliaryAuthenticationHeaderPolicy=auxiliaryAuthenticationHeaderPolicy;const p=d(39202);const A=d(80544);c.auxiliaryAuthenticationHeaderPolicyName="auxiliaryAuthenticationHeaderPolicy";const C="x-ms-authorization-auxiliary";async function sendAuthorizeRequest(i){const{scopes:c,getAccessToken:d,request:p}=i;const A={abortSignal:p.abortSignal,tracingOptions:p.tracingOptions};return(await d(c,A))?.token??""}function auxiliaryAuthenticationHeaderPolicy(i){const{credentials:d,scopes:S}=i;const v=i.logger||A.logger;const T=new WeakMap;return{name:c.auxiliaryAuthenticationHeaderPolicyName,async sendRequest(i,A){if(!i.url.toLowerCase().startsWith("https://")){throw new Error("Bearer token authentication for auxiliary header is not permitted for non-TLS protected (non-https) URLs.")}if(!d||d.length===0){v.info(`${c.auxiliaryAuthenticationHeaderPolicyName} header will not be set due to empty credentials.`);return A(i)}const _=[];for(const c of d){let d=T.get(c);if(!d){d=(0,p.createTokenCycler)(c);T.set(c,d)}_.push(sendAuthorizeRequest({scopes:Array.isArray(S)?S:[S],request:i,getAccessToken:d,logger:v}))}const V=(await Promise.all(_)).filter((i=>Boolean(i)));if(V.length===0){v.warning(`None of the auxiliary tokens are valid. ${C} header will not be set.`);return A(i)}i.headers.set(C,V.map((i=>`Bearer ${i}`)).join(", "));return A(i)}}}},26925:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.bearerTokenAuthenticationPolicyName=void 0;c.bearerTokenAuthenticationPolicy=bearerTokenAuthenticationPolicy;c.parseChallenges=parseChallenges;const p=d(39202);const A=d(80544);const C=d(8666);c.bearerTokenAuthenticationPolicyName="bearerTokenAuthenticationPolicy";async function trySendRequest(i,c){try{return[await c(i),undefined]}catch(i){if((0,C.isRestError)(i)&&i.response){return[i.response,i]}else{throw i}}}async function defaultAuthorizeRequest(i){const{scopes:c,getAccessToken:d,request:p}=i;const A={abortSignal:p.abortSignal,tracingOptions:p.tracingOptions,enableCae:true};const C=await d(c,A);if(C){i.request.headers.set("Authorization",`Bearer ${C.token}`)}}function isChallengeResponse(i){return i.status===401&&i.headers.has("WWW-Authenticate")}async function authorizeRequestOnCaeChallenge(i,c){const{scopes:d}=i;const p=await i.getAccessToken(d,{enableCae:true,claims:c});if(!p){return false}i.request.headers.set("Authorization",`${p.tokenType??"Bearer"} ${p.token}`);return true}function bearerTokenAuthenticationPolicy(i){const{credential:d,scopes:C,challengeCallbacks:S}=i;const v=i.logger||A.logger;const T={authorizeRequest:S?.authorizeRequest?.bind(S)??defaultAuthorizeRequest,authorizeRequestOnChallenge:S?.authorizeRequestOnChallenge?.bind(S)};const _=d?(0,p.createTokenCycler)(d):()=>Promise.resolve(null);return{name:c.bearerTokenAuthenticationPolicyName,async sendRequest(i,c){if(!i.url.toLowerCase().startsWith("https://")){throw new Error("Bearer token authentication is not permitted for non-TLS protected (non-https) URLs.")}await T.authorizeRequest({scopes:Array.isArray(C)?C:[C],request:i,getAccessToken:_,logger:v});let d;let p;let A;[d,p]=await trySendRequest(i,c);if(isChallengeResponse(d)){let S=getCaeChallengeClaims(d.headers.get("WWW-Authenticate"));if(S){let T;try{T=atob(S)}catch(i){v.warning(`The WWW-Authenticate header contains "claims" that cannot be parsed. Unable to perform the Continuous Access Evaluation authentication flow. Unparsable claims: ${S}`);return d}A=await authorizeRequestOnCaeChallenge({scopes:Array.isArray(C)?C:[C],response:d,request:i,getAccessToken:_,logger:v},T);if(A){[d,p]=await trySendRequest(i,c)}}else if(T.authorizeRequestOnChallenge){A=await T.authorizeRequestOnChallenge({scopes:Array.isArray(C)?C:[C],request:i,response:d,getAccessToken:_,logger:v});if(A){[d,p]=await trySendRequest(i,c)}if(isChallengeResponse(d)){S=getCaeChallengeClaims(d.headers.get("WWW-Authenticate"));if(S){let T;try{T=atob(S)}catch(i){v.warning(`The WWW-Authenticate header contains "claims" that cannot be parsed. Unable to perform the Continuous Access Evaluation authentication flow. Unparsable claims: ${S}`);return d}A=await authorizeRequestOnCaeChallenge({scopes:Array.isArray(C)?C:[C],response:d,request:i,getAccessToken:_,logger:v},T);if(A){[d,p]=await trySendRequest(i,c)}}}}}if(p){throw p}else{return d}}}}function parseChallenges(i){const c=/(\w+)\s+((?:\w+=(?:"[^"]*"|[^,]*),?\s*)+)/g;const d=/(\w+)="([^"]*)"/g;const p=[];let A;while((A=c.exec(i))!==null){const i=A[1];const c=A[2];const C={};let S;while((S=d.exec(c))!==null){C[S[1]]=S[2]}p.push({scheme:i,params:C})}return p}function getCaeChallengeClaims(i){if(!i){return}const c=parseChallenges(i);return c.find((i=>i.scheme==="Bearer"&&i.params.claims&&i.params.error==="insufficient_claims"))?.params.claims}},39295:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.decompressResponsePolicyName=void 0;c.decompressResponsePolicy=decompressResponsePolicy;const p=d(44960);c.decompressResponsePolicyName=p.decompressResponsePolicyName;function decompressResponsePolicy(){return(0,p.decompressResponsePolicy)()}},48170:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.defaultRetryPolicyName=void 0;c.defaultRetryPolicy=defaultRetryPolicy;const p=d(44960);c.defaultRetryPolicyName=p.defaultRetryPolicyName;function defaultRetryPolicy(i={}){return(0,p.defaultRetryPolicy)(i)}},16708:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.exponentialRetryPolicyName=void 0;c.exponentialRetryPolicy=exponentialRetryPolicy;const p=d(44960);c.exponentialRetryPolicyName=p.exponentialRetryPolicyName;function exponentialRetryPolicy(i={}){return(0,p.exponentialRetryPolicy)(i)}},75497:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.formDataPolicyName=void 0;c.formDataPolicy=formDataPolicy;const p=d(44960);c.formDataPolicyName=p.formDataPolicyName;function formDataPolicy(){return(0,p.formDataPolicy)()}},53253:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.logPolicyName=void 0;c.logPolicy=logPolicy;const p=d(80544);const A=d(44960);c.logPolicyName=A.logPolicyName;function logPolicy(i={}){return(0,A.logPolicy)({logger:p.logger.info,...i})}},45807:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.multipartPolicyName=void 0;c.multipartPolicy=multipartPolicy;const p=d(44960);const A=d(97073);c.multipartPolicyName=p.multipartPolicyName;function multipartPolicy(){const i=(0,p.multipartPolicy)();return{name:c.multipartPolicyName,sendRequest:async(c,d)=>{if(c.multipartBody){for(const i of c.multipartBody.parts){if((0,A.hasRawContent)(i.body)){i.body=(0,A.getRawContent)(i.body)}}}return i.sendRequest(c,d)}}}},36827:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.ndJsonPolicyName=void 0;c.ndJsonPolicy=ndJsonPolicy;c.ndJsonPolicyName="ndJsonPolicy";function ndJsonPolicy(){return{name:c.ndJsonPolicyName,async sendRequest(i,c){if(typeof i.body==="string"&&i.body.startsWith("[")){const c=JSON.parse(i.body);if(Array.isArray(c)){i.body=c.map((i=>JSON.stringify(i)+"\n")).join("")}}return c(i)}}}},32815:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.proxyPolicyName=void 0;c.getDefaultProxySettings=getDefaultProxySettings;c.proxyPolicy=proxyPolicy;const p=d(44960);c.proxyPolicyName=p.proxyPolicyName;function getDefaultProxySettings(i){return(0,p.getDefaultProxySettings)(i)}function proxyPolicy(i,c){return(0,p.proxyPolicy)(i,c)}},64087:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.redirectPolicyName=void 0;c.redirectPolicy=redirectPolicy;const p=d(44960);c.redirectPolicyName=p.redirectPolicyName;function redirectPolicy(i={}){return(0,p.redirectPolicy)(i)}},56085:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.retryPolicy=retryPolicy;const p=d(26515);const A=d(66427);const C=d(44960);const S=(0,p.createClientLogger)("core-rest-pipeline retryPolicy");function retryPolicy(i,c={maxRetries:A.DEFAULT_RETRY_POLICY_COUNT}){return(0,C.retryPolicy)(i,{logger:S,...c})}},95686:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.setClientRequestIdPolicyName=void 0;c.setClientRequestIdPolicy=setClientRequestIdPolicy;c.setClientRequestIdPolicyName="setClientRequestIdPolicy";function setClientRequestIdPolicy(i="x-ms-client-request-id"){return{name:c.setClientRequestIdPolicyName,async sendRequest(c,d){if(!c.headers.has(i)){c.headers.set(i,c.requestId)}return d(c)}}}},96518:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.systemErrorRetryPolicyName=void 0;c.systemErrorRetryPolicy=systemErrorRetryPolicy;const p=d(44960);c.systemErrorRetryPolicyName=p.systemErrorRetryPolicyName;function systemErrorRetryPolicy(i={}){return(0,p.systemErrorRetryPolicy)(i)}},97540:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.throttlingRetryPolicyName=void 0;c.throttlingRetryPolicy=throttlingRetryPolicy;const p=d(44960);c.throttlingRetryPolicyName=p.throttlingRetryPolicyName;function throttlingRetryPolicy(i={}){return(0,p.throttlingRetryPolicy)(i)}},75798:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.tlsPolicyName=void 0;c.tlsPolicy=tlsPolicy;const p=d(44960);c.tlsPolicyName=p.tlsPolicyName;function tlsPolicy(i){return(0,p.tlsPolicy)(i)}},93237:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.tracingPolicyName=void 0;c.tracingPolicy=tracingPolicy;const p=d(20623);const A=d(66427);const C=d(28431);const S=d(80544);const v=d(87779);const T=d(8666);const _=d(95750);c.tracingPolicyName="tracingPolicy";function tracingPolicy(i={}){const d=(0,C.getUserAgentValue)(i.userAgentPrefix);const p=new _.Sanitizer({additionalAllowedQueryParameters:i.additionalAllowedQueryParameters});const A=tryCreateTracingClient();return{name:c.tracingPolicyName,async sendRequest(i,c){if(!A){return c(i)}const C=await d;const S={"http.url":p.sanitizeUrl(i.url),"http.method":i.method,"http.user_agent":C,requestId:i.requestId};if(C){S["http.user_agent"]=C}const{span:v,tracingContext:T}=tryCreateSpan(A,i,S)??{};if(!v||!T){return c(i)}try{const d=await A.withContext(T,c,i);tryProcessResponse(v,d);return d}catch(i){tryProcessError(v,i);throw i}}}}function tryCreateTracingClient(){try{return(0,p.createTracingClient)({namespace:"",packageName:"@azure/core-rest-pipeline",packageVersion:A.SDK_VERSION})}catch(i){S.logger.warning(`Error when creating the TracingClient: ${(0,v.getErrorMessage)(i)}`);return undefined}}function tryCreateSpan(i,c,d){try{const{span:p,updatedOptions:A}=i.startSpan(`HTTP ${c.method}`,{tracingOptions:c.tracingOptions},{spanKind:"client",spanAttributes:d});if(!p.isRecording()){p.end();return undefined}const C=i.createRequestHeaders(A.tracingOptions.tracingContext);for(const[i,d]of Object.entries(C)){c.headers.set(i,d)}return{span:p,tracingContext:A.tracingOptions.tracingContext}}catch(i){S.logger.warning(`Skipping creating a tracing span due to an error: ${(0,v.getErrorMessage)(i)}`);return undefined}}function tryProcessError(i,c){try{i.setStatus({status:"error",error:(0,v.isError)(c)?c:undefined});if((0,T.isRestError)(c)&&c.statusCode){i.setAttribute("http.status_code",c.statusCode)}i.end()}catch(i){S.logger.warning(`Skipping tracing span processing due to an error: ${(0,v.getErrorMessage)(i)}`)}}function tryProcessResponse(i,c){try{i.setAttribute("http.status_code",c.status);const d=c.headers.get("x-ms-request-id");if(d){i.setAttribute("serviceRequestId",d)}if(c.status>=400){i.setStatus({status:"error"})}i.end()}catch(i){S.logger.warning(`Skipping tracing span processing due to an error: ${(0,v.getErrorMessage)(i)}`)}}},32799:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.userAgentPolicyName=void 0;c.userAgentPolicy=userAgentPolicy;const p=d(28431);const A=(0,p.getUserAgentHeaderName)();c.userAgentPolicyName="userAgentPolicy";function userAgentPolicy(i={}){const d=(0,p.getUserAgentValue)(i.userAgentPrefix);return{name:c.userAgentPolicyName,async sendRequest(i,c){if(!i.headers.has(A)){i.headers.set(A,await d)}return c(i)}}}},37466:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.wrapAbortSignalLikePolicyName=void 0;c.wrapAbortSignalLikePolicy=wrapAbortSignalLikePolicy;const p=d(91297);c.wrapAbortSignalLikePolicyName="wrapAbortSignalLikePolicy";function wrapAbortSignalLikePolicy(){return{name:c.wrapAbortSignalLikePolicyName,sendRequest:async(i,c)=>{if(!i.abortSignal){return c(i)}const{abortSignal:d,cleanup:A}=(0,p.wrapAbortSignalLike)(i.abortSignal);i.abortSignal=d;try{return await c(i)}finally{A?.()}}}}},8666:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.RestError=void 0;c.isRestError=isRestError;const p=d(41958);c.RestError=p.RestError;function isRestError(i){return(0,p.isRestError)(i)}},97073:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.hasRawContent=hasRawContent;c.getRawContent=getRawContent;c.createFileFromStream=createFileFromStream;c.createFile=createFile;const p=d(87779);function isNodeReadableStream(i){return Boolean(i&&typeof i["pipe"]==="function")}const A={arrayBuffer:()=>{throw new Error("Not implemented")},bytes:()=>{throw new Error("Not implemented")},slice:()=>{throw new Error("Not implemented")},text:()=>{throw new Error("Not implemented")}};const C=Symbol("rawContent");function hasRawContent(i){return typeof i[C]==="function"}function getRawContent(i){if(hasRawContent(i)){return i[C]()}else{return i}}function createFileFromStream(i,c,d={}){return{...A,type:d.type??"",lastModified:d.lastModified??(new Date).getTime(),webkitRelativePath:d.webkitRelativePath??"",size:d.size??-1,name:c,stream:()=>{const c=i();if(isNodeReadableStream(c)){throw new Error("Not supported: a Node stream was provided as input to createFileFromStream.")}return c},[C]:i}}function createFile(i,c,d={}){if(p.isNodeLike){return{...A,type:d.type??"",lastModified:d.lastModified??(new Date).getTime(),webkitRelativePath:d.webkitRelativePath??"",size:i.byteLength,name:c,arrayBuffer:async()=>i.buffer,stream:()=>new Blob([toArrayBuffer(i)]).stream(),[C]:()=>i}}else{return new File([toArrayBuffer(i)],c,d)}}function toArrayBuffer(i){if("resize"in i.buffer){return i}return i.map((i=>i))}},39202:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.DEFAULT_CYCLER_OPTIONS=void 0;c.createTokenCycler=createTokenCycler;const p=d(87779);c.DEFAULT_CYCLER_OPTIONS={forcedRefreshWindowInMs:1e3,retryIntervalInMs:3e3,refreshWindowInMs:1e3*60*2};async function beginRefresh(i,c,d){async function tryGetAccessToken(){if(Date.now()<d){try{return await i()}catch{return null}}else{const c=await i();if(c===null){throw new Error("Failed to refresh access token.")}return c}}let A=await tryGetAccessToken();while(A===null){await(0,p.delay)(c);A=await tryGetAccessToken()}return A}function createTokenCycler(i,d){let p=null;let A=null;let C;const S={...c.DEFAULT_CYCLER_OPTIONS,...d};const v={get isRefreshing(){return p!==null},get shouldRefresh(){if(v.isRefreshing){return false}if(A?.refreshAfterTimestamp&&A.refreshAfterTimestamp<Date.now()){return true}return(A?.expiresOnTimestamp??0)-S.refreshWindowInMs<Date.now()},get mustRefresh(){return A===null||A.expiresOnTimestamp-S.forcedRefreshWindowInMs<Date.now()}};function refresh(c,d){if(!v.isRefreshing){const tryGetAccessToken=()=>i.getToken(c,d);p=beginRefresh(tryGetAccessToken,S.retryIntervalInMs,A?.expiresOnTimestamp??Date.now()).then((i=>{p=null;A=i;C=d.tenantId;return A})).catch((i=>{p=null;A=null;C=undefined;throw i}))}return p}return async(i,c)=>{const d=Boolean(c.claims);const p=C!==c.tenantId;if(d){A=null}const S=p||d||v.mustRefresh;if(S){return refresh(i,c)}if(v.shouldRefresh){refresh(i,c)}return A}}},28431:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.getUserAgentHeaderName=getUserAgentHeaderName;c.getUserAgentValue=getUserAgentValue;const p=d(31848);const A=d(66427);function getUserAgentString(i){const c=[];for(const[d,p]of i){const i=p?`${d}/${p}`:d;c.push(i)}return c.join(" ")}function getUserAgentHeaderName(){return(0,p.getHeaderName)()}async function getUserAgentValue(i){const c=new Map;c.set("core-rest-pipeline",A.SDK_VERSION);await(0,p.setPlatformSpecificData)(c);const d=getUserAgentString(c);const C=i?`${i} ${d}`:d;return C}},31848:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.getHeaderName=getHeaderName;c.setPlatformSpecificData=setPlatformSpecificData;const p=d(61860);const A=p.__importDefault(d(48161));const C=p.__importDefault(d(1708));function getHeaderName(){return"User-Agent"}async function setPlatformSpecificData(i){if(C.default&&C.default.versions){const c=`${A.default.type()} ${A.default.release()}; ${A.default.arch()}`;const d=C.default.versions;if(d.bun){i.set("Bun",`${d.bun} (${c})`)}else if(d.deno){i.set("Deno",`${d.deno} (${c})`)}else if(d.node){i.set("Node",`${d.node} (${c})`)}}}},91297:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.wrapAbortSignalLike=wrapAbortSignalLike;function wrapAbortSignalLike(i){if(i instanceof AbortSignal){return{abortSignal:i}}if(i.aborted){return{abortSignal:AbortSignal.abort(i.reason)}}const c=new AbortController;let d=true;function cleanup(){if(d){i.removeEventListener("abort",listener);d=false}}function listener(){c.abort(i.reason);cleanup()}i.addEventListener("abort",listener);return{abortSignal:c.signal,cleanup:cleanup}}},20623:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.createTracingClient=c.useInstrumenter=void 0;var p=d(48729);Object.defineProperty(c,"useInstrumenter",{enumerable:true,get:function(){return p.useInstrumenter}});var A=d(93438);Object.defineProperty(c,"createTracingClient",{enumerable:true,get:function(){return A.createTracingClient}})},48729:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.createDefaultTracingSpan=createDefaultTracingSpan;c.createDefaultInstrumenter=createDefaultInstrumenter;c.useInstrumenter=useInstrumenter;c.getInstrumenter=getInstrumenter;const p=d(79186);const A=d(38914);function createDefaultTracingSpan(){return{end:()=>{},isRecording:()=>false,recordException:()=>{},setAttribute:()=>{},setStatus:()=>{},addEvent:()=>{}}}function createDefaultInstrumenter(){return{createRequestHeaders:()=>({}),parseTraceparentHeader:()=>undefined,startSpan:(i,c)=>({span:createDefaultTracingSpan(),tracingContext:(0,p.createTracingContext)({parentContext:c.tracingContext})}),withContext(i,c,...d){return c(...d)}}}function useInstrumenter(i){A.state.instrumenterImplementation=i}function getInstrumenter(){if(!A.state.instrumenterImplementation){A.state.instrumenterImplementation=createDefaultInstrumenter()}return A.state.instrumenterImplementation}},38914:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.state=void 0;c.state={instrumenterImplementation:undefined}},93438:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.createTracingClient=createTracingClient;const p=d(48729);const A=d(79186);function createTracingClient(i){const{namespace:c,packageName:d,packageVersion:C}=i;function startSpan(i,S,v){const T=(0,p.getInstrumenter)().startSpan(i,{...v,packageName:d,packageVersion:C,tracingContext:S?.tracingOptions?.tracingContext});let _=T.tracingContext;const V=T.span;if(!_.getValue(A.knownContextKeys.namespace)){_=_.setValue(A.knownContextKeys.namespace,c)}V.setAttribute("az.namespace",_.getValue(A.knownContextKeys.namespace));const Z=Object.assign({},S,{tracingOptions:{...S?.tracingOptions,tracingContext:_}});return{span:V,updatedOptions:Z}}async function withSpan(i,c,d,p){const{span:A,updatedOptions:C}=startSpan(i,c,p);try{const i=await withContext(C.tracingOptions.tracingContext,(()=>Promise.resolve(d(C,A))));A.setStatus({status:"success"});return i}catch(i){A.setStatus({status:"error",error:i});throw i}finally{A.end()}}function withContext(i,c,...d){return(0,p.getInstrumenter)().withContext(i,c,...d)}function parseTraceparentHeader(i){return(0,p.getInstrumenter)().parseTraceparentHeader(i)}function createRequestHeaders(i){return(0,p.getInstrumenter)().createRequestHeaders(i)}return{startSpan:startSpan,withSpan:withSpan,withContext:withContext,parseTraceparentHeader:parseTraceparentHeader,createRequestHeaders:createRequestHeaders}}},79186:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.TracingContextImpl=c.knownContextKeys=void 0;c.createTracingContext=createTracingContext;c.knownContextKeys={span:Symbol.for("@azure/core-tracing span"),namespace:Symbol.for("@azure/core-tracing namespace")};function createTracingContext(i={}){let d=new TracingContextImpl(i.parentContext);if(i.span){d=d.setValue(c.knownContextKeys.span,i.span)}if(i.namespace){d=d.setValue(c.knownContextKeys.namespace,i.namespace)}return d}class TracingContextImpl{_contextMap;constructor(i){this._contextMap=i instanceof TracingContextImpl?new Map(i._contextMap):new Map}setValue(i,c){const d=new TracingContextImpl(this);d._contextMap.set(i,c);return d}getValue(i){return this._contextMap.get(i)}deleteValue(i){const c=new TracingContextImpl(this);c._contextMap.delete(i);return c}}c.TracingContextImpl=TracingContextImpl},95209:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.cancelablePromiseRace=cancelablePromiseRace;async function cancelablePromiseRace(i,c){const d=new AbortController;function abortHandler(){d.abort()}c?.abortSignal?.addEventListener("abort",abortHandler);try{return await Promise.race(i.map((i=>i({abortSignal:d.signal}))))}finally{d.abort();c?.abortSignal?.removeEventListener("abort",abortHandler)}}},63128:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.createAbortablePromise=createAbortablePromise;const p=d(16492);function createAbortablePromise(i,c){const{cleanupBeforeAbort:d,abortSignal:A,abortErrorMsg:C}=c??{};return new Promise(((c,S)=>{function rejectOnAbort(){S(new p.AbortError(C??"The operation was aborted."))}function removeListeners(){A?.removeEventListener("abort",onAbort)}function onAbort(){d?.();removeListeners();rejectOnAbort()}if(A?.aborted){return rejectOnAbort()}try{i((i=>{removeListeners();c(i)}),(i=>{removeListeners();S(i)}))}catch(i){S(i)}A?.addEventListener("abort",onAbort)}))}},90636:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.delay=delay;c.calculateRetryDelay=calculateRetryDelay;const p=d(63128);const A=d(95750);const C="The delay was aborted.";function delay(i,c){let d;const{abortSignal:A,abortErrorMsg:S}=c??{};return(0,p.createAbortablePromise)((c=>{d=setTimeout(c,i)}),{cleanupBeforeAbort:()=>clearTimeout(d),abortSignal:A,abortErrorMsg:S??C})}function calculateRetryDelay(i,c){const d=c.retryDelayInMs*Math.pow(2,i);const p=Math.min(c.maxRetryDelayInMs,d);const C=p/2+(0,A.getRandomIntegerInclusive)(0,p/2);return{retryAfterInMs:C}}},99945:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.getErrorMessage=getErrorMessage;const p=d(95750);function getErrorMessage(i){if((0,p.isError)(i)){return i.message}else{let c;try{if(typeof i==="object"&&i){c=JSON.stringify(i)}else{c=String(i)}}catch(i){c="[unable to stringify input]"}return`Unknown error ${c}`}}},87779:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.isWebWorker=c.isReactNative=c.isNodeRuntime=c.isNodeLike=c.isNode=c.isDeno=c.isBun=c.isBrowser=c.objectHasProperty=c.isObjectWithProperties=c.isDefined=c.getErrorMessage=c.delay=c.createAbortablePromise=c.cancelablePromiseRace=void 0;c.calculateRetryDelay=calculateRetryDelay;c.computeSha256Hash=computeSha256Hash;c.computeSha256Hmac=computeSha256Hmac;c.getRandomIntegerInclusive=getRandomIntegerInclusive;c.isError=isError;c.isObject=isObject;c.randomUUID=randomUUID;c.uint8ArrayToString=uint8ArrayToString;c.stringToUint8Array=stringToUint8Array;const p=d(61860);const A=p.__importStar(d(95750));var C=d(95209);Object.defineProperty(c,"cancelablePromiseRace",{enumerable:true,get:function(){return C.cancelablePromiseRace}});var S=d(63128);Object.defineProperty(c,"createAbortablePromise",{enumerable:true,get:function(){return S.createAbortablePromise}});var v=d(90636);Object.defineProperty(c,"delay",{enumerable:true,get:function(){return v.delay}});var T=d(99945);Object.defineProperty(c,"getErrorMessage",{enumerable:true,get:function(){return T.getErrorMessage}});var _=d(66277);Object.defineProperty(c,"isDefined",{enumerable:true,get:function(){return _.isDefined}});Object.defineProperty(c,"isObjectWithProperties",{enumerable:true,get:function(){return _.isObjectWithProperties}});Object.defineProperty(c,"objectHasProperty",{enumerable:true,get:function(){return _.objectHasProperty}});function calculateRetryDelay(i,c){return A.calculateRetryDelay(i,c)}function computeSha256Hash(i,c){return A.computeSha256Hash(i,c)}function computeSha256Hmac(i,c,d){return A.computeSha256Hmac(i,c,d)}function getRandomIntegerInclusive(i,c){return A.getRandomIntegerInclusive(i,c)}function isError(i){return A.isError(i)}function isObject(i){return A.isObject(i)}function randomUUID(){return A.randomUUID()}c.isBrowser=A.isBrowser;c.isBun=A.isBun;c.isDeno=A.isDeno;c.isNode=A.isNodeLike;c.isNodeLike=A.isNodeLike;c.isNodeRuntime=A.isNodeRuntime;c.isReactNative=A.isReactNative;c.isWebWorker=A.isWebWorker;function uint8ArrayToString(i,c){return A.uint8ArrayToString(i,c)}function stringToUint8Array(i,c){return A.stringToUint8Array(i,c)}},66277:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.isDefined=isDefined;c.isObjectWithProperties=isObjectWithProperties;c.objectHasProperty=objectHasProperty;function isDefined(i){return typeof i!=="undefined"&&i!==null}function isObjectWithProperties(i,c){if(!isDefined(i)||typeof i!=="object"){return false}for(const d of c){if(!objectHasProperty(i,d)){return false}}return true}function objectHasProperty(i,c){return isDefined(i)&&typeof i==="object"&&c in i}},31658:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.AbortError=void 0;class AbortError extends Error{constructor(i){super(i);this.name="AbortError"}}c.AbortError=AbortError},16492:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.AbortError=void 0;var p=d(31658);Object.defineProperty(c,"AbortError",{enumerable:true,get:function(){return p.AbortError}})},78756:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.XML_CHARKEY=c.XML_ATTRKEY=c.parseXML=c.stringifyXML=void 0;var p=d(48133);Object.defineProperty(c,"stringifyXML",{enumerable:true,get:function(){return p.stringifyXML}});Object.defineProperty(c,"parseXML",{enumerable:true,get:function(){return p.parseXML}});var A=d(93406);Object.defineProperty(c,"XML_ATTRKEY",{enumerable:true,get:function(){return A.XML_ATTRKEY}});Object.defineProperty(c,"XML_CHARKEY",{enumerable:true,get:function(){return A.XML_CHARKEY}})},93406:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.XML_CHARKEY=c.XML_ATTRKEY=void 0;c.XML_ATTRKEY="$";c.XML_CHARKEY="_"},48133:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.stringifyXML=stringifyXML;c.parseXML=parseXML;const p=d(50591);const A=d(93406);function getCommonOptions(i){var c;return{attributesGroupName:A.XML_ATTRKEY,textNodeName:(c=i.xmlCharKey)!==null&&c!==void 0?c:A.XML_CHARKEY,ignoreAttributes:false,suppressBooleanAttributes:false}}function getSerializerOptions(i={}){var c,d;return Object.assign(Object.assign({},getCommonOptions(i)),{attributeNamePrefix:"@_",format:true,suppressEmptyNode:true,indentBy:"",rootNodeName:(c=i.rootName)!==null&&c!==void 0?c:"root",cdataPropName:(d=i.cdataPropName)!==null&&d!==void 0?d:"__cdata"})}function getParserOptions(i={}){return Object.assign(Object.assign({},getCommonOptions(i)),{parseAttributeValue:false,parseTagValue:false,attributeNamePrefix:"",stopNodes:i.stopNodes,processEntities:true,trimValues:false})}function stringifyXML(i,c={}){const d=getSerializerOptions(c);const A=new p.XMLBuilder(d);const C={[d.rootNodeName]:i};const S=A.build(C);return`<?xml version="1.0" encoding="UTF-8" standalone="yes"?>${S}`.replace(/\n/g,"")}async function parseXML(i,c={}){if(!i){throw new Error("Document is empty")}const d=p.XMLValidator.validate(i);if(d!==true){throw d}const A=new p.XMLParser(getParserOptions(c));const C=A.parse(i);if(C["?xml"]){delete C["?xml"]}if(!c.includeRoot){for(const i of Object.keys(C)){const c=C[i];return typeof c==="object"?Object.assign({},c):c}}return C}},26515:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.AzureLogger=void 0;c.setLogLevel=setLogLevel;c.getLogLevel=getLogLevel;c.createClientLogger=createClientLogger;const p=d(82490);const A=(0,p.createLoggerContext)({logLevelEnvVarName:"AZURE_LOG_LEVEL",namespace:"azure"});c.AzureLogger=A.logger;function setLogLevel(i){A.setLogLevel(i)}function getLogLevel(){return A.getLogLevel()}function createClientLogger(i){return A.createClientLogger(i)}},48175:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true})},41564:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.BatchResponseParser=void 0;const p=d(20778);const A=d(61584);const C=d(27323);const S=d(72995);const v=d(46370);const T=": ";const _=" ";const V=-1;class BatchResponseParser{batchResponse;responseBatchBoundary;perResponsePrefix;batchResponseEnding;subRequests;constructor(i,c){if(!i||!i.contentType){throw new RangeError("batchResponse is malformed or doesn't contain valid content-type.")}if(!c||c.size===0){throw new RangeError("Invalid state: subRequests is not provided or size is 0.")}this.batchResponse=i;this.subRequests=c;this.responseBatchBoundary=this.batchResponse.contentType.split("=")[1];this.perResponsePrefix=`--${this.responseBatchBoundary}${C.HTTP_LINE_ENDING}`;this.batchResponseEnding=`--${this.responseBatchBoundary}--`}async parseBatchResponse(){if(this.batchResponse._response.status!==C.HTTPURLConnection.HTTP_ACCEPTED){throw new Error(`Invalid state: batch request failed with status: '${this.batchResponse._response.status}'.`)}const i=await(0,S.getBodyAsText)(this.batchResponse);const c=i.split(this.batchResponseEnding)[0].split(this.perResponsePrefix).slice(1);const d=c.length;if(d!==this.subRequests.size&&d!==1){throw new Error("Invalid state: sub responses' count is not equal to sub requests' count.")}const Z=new Array(d);let ee=0;let te=0;for(let i=0;i<d;i++){const d=c[i];const S={};S.headers=(0,A.toHttpHeadersLike)((0,p.createHttpHeaders)());const re=d.split(`${C.HTTP_LINE_ENDING}`);let ne=false;let ie=false;let se=false;let ae=V;for(const i of re){if(!ne){if(i.startsWith(C.HeaderConstants.CONTENT_ID)){ae=parseInt(i.split(T)[1])}if(i.startsWith(C.HTTP_VERSION_1_1)){ne=true;const c=i.split(_);S.status=parseInt(c[1]);S.statusMessage=c.slice(2).join(_)}continue}if(i.trim()===""){if(!ie){ie=true}continue}if(!ie){if(i.indexOf(T)===-1){throw new Error(`Invalid state: find non-empty line '${i}' without HTTP header delimiter '${T}'.`)}const c=i.split(T);S.headers.set(c[0],c[1]);if(c[0]===C.HeaderConstants.X_MS_ERROR_CODE){S.errorCode=c[1];se=true}}else{if(!S.bodyAsText){S.bodyAsText=""}S.bodyAsText+=i}}if(ae!==V&&Number.isInteger(ae)&&ae>=0&&ae<this.subRequests.size&&Z[ae]===undefined){S._request=this.subRequests.get(ae);Z[ae]=S}else{v.logger.error(`subResponses[${i}] is dropped as the Content-ID is not found or invalid, Content-ID: ${ae}`)}if(se){te++}else{ee++}}return{subResponses:Z,subResponsesSucceededCount:ee,subResponsesFailedCount:te}}}c.BatchResponseParser=BatchResponseParser},72995:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.getBodyAsText=getBodyAsText;c.utf8ByteLength=utf8ByteLength;const p=d(53563);const A=d(27323);async function getBodyAsText(i){let c=Buffer.alloc(A.BATCH_MAX_PAYLOAD_IN_BYTES);const d=await(0,p.streamToBuffer2)(i.readableStreamBody,c);c=c.slice(0,d);return c.toString()}function utf8ByteLength(i){return Buffer.byteLength(i)}},95561:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.BlobBatch=void 0;const p=d(87779);const A=d(50417);const C=d(20778);const S=d(87779);const v=d(35345);const T=d(90372);const _=d(58913);const V=d(25984);const Z=d(47764);const ee=d(78756);const te=d(27323);const re=d(68999);const ne=d(53952);const ie=d(60160);const se=d(97999);class BlobBatch{batchRequest;batch="batch";batchType;constructor(){this.batchRequest=new InnerBatchRequest}getMultiPartContentType(){return this.batchRequest.getMultipartContentType()}getHttpRequestBody(){return this.batchRequest.getHttpRequestBody()}getSubRequests(){return this.batchRequest.getSubRequests()}async addSubRequestInternal(i,c){await _.Mutex.lock(this.batch);try{this.batchRequest.preAddSubRequest(i);await c();this.batchRequest.postAddSubRequest(i)}finally{await _.Mutex.unlock(this.batch)}}setBatchType(i){if(!this.batchType){this.batchType=i}if(this.batchType!==i){throw new RangeError(`BlobBatch only supports one operation type per batch and it already is being used for ${this.batchType} operations.`)}}async deleteBlob(i,c,d){let p;let C;if(typeof i==="string"&&(S.isNodeLike&&c instanceof re.StorageSharedKeyCredential||c instanceof v.AnonymousCredential||(0,A.isTokenCredential)(c))){p=i;C=c}else if(i instanceof T.BlobClient){p=i.url;C=i.credential;d=c}else{throw new RangeError("Invalid arguments. Either url and credential, or BlobClient need be provided.")}if(!d){d={}}return ne.tracingClient.withSpan("BatchDeleteRequest-addSubRequest",d,(async i=>{this.setBatchType("delete");await this.addSubRequestInternal({url:p,credential:C},(async()=>{await new T.BlobClient(p,this.batchRequest.createPipeline(C)).delete(i)}))}))}async setBlobAccessTier(i,c,d,p){let C;let _;let V;if(typeof i==="string"&&(S.isNodeLike&&c instanceof re.StorageSharedKeyCredential||c instanceof v.AnonymousCredential||(0,A.isTokenCredential)(c))){C=i;_=c;V=d}else if(i instanceof T.BlobClient){C=i.url;_=i.credential;V=c;p=d}else{throw new RangeError("Invalid arguments. Either url and credential, or BlobClient need be provided.")}if(!p){p={}}return ne.tracingClient.withSpan("BatchSetTierRequest-addSubRequest",p,(async i=>{this.setBatchType("setAccessTier");await this.addSubRequestInternal({url:C,credential:_},(async()=>{await new T.BlobClient(C,this.batchRequest.createPipeline(_)).setAccessTier(V,i)}))}))}}c.BlobBatch=BlobBatch;class InnerBatchRequest{operationCount;body;subRequests;boundary;subRequestPrefix;multipartContentType;batchRequestEnding;constructor(){this.operationCount=0;this.body="";const i=(0,p.randomUUID)();this.boundary=`batch_${i}`;this.subRequestPrefix=`--${this.boundary}${te.HTTP_LINE_ENDING}${te.HeaderConstants.CONTENT_TYPE}: application/http${te.HTTP_LINE_ENDING}${te.HeaderConstants.CONTENT_TRANSFER_ENCODING}: binary`;this.multipartContentType=`multipart/mixed; boundary=${this.boundary}`;this.batchRequestEnding=`--${this.boundary}--`;this.subRequests=new Map}createPipeline(i){const c=(0,C.createEmptyPipeline)();c.addPolicy((0,ie.serializationPolicy)({stringifyXML:ee.stringifyXML,serializerOptions:{xml:{xmlCharKey:"#"}}}),{phase:"Serialize"});c.addPolicy(batchHeaderFilterPolicy());c.addPolicy(batchRequestAssemblePolicy(this),{afterPhase:"Sign"});if((0,A.isTokenCredential)(i)){c.addPolicy((0,C.bearerTokenAuthenticationPolicy)({credential:i,scopes:te.StorageOAuthScopes,challengeCallbacks:{authorizeRequestOnChallenge:ie.authorizeRequestOnTenantChallenge}}),{phase:"Sign"})}else if(i instanceof re.StorageSharedKeyCredential){c.addPolicy((0,se.storageSharedKeyCredentialPolicy)({accountName:i.accountName,accountKey:i.accountKey}),{phase:"Sign"})}const d=new V.Pipeline([]);d._credential=i;d._corePipeline=c;return d}appendSubRequestToBody(i){this.body+=[this.subRequestPrefix,`${te.HeaderConstants.CONTENT_ID}: ${this.operationCount}`,"",`${i.method.toString()} ${(0,Z.getURLPathAndQuery)(i.url)} ${te.HTTP_VERSION_1_1}${te.HTTP_LINE_ENDING}`].join(te.HTTP_LINE_ENDING);for(const[c,d]of i.headers){this.body+=`${c}: ${d}${te.HTTP_LINE_ENDING}`}this.body+=te.HTTP_LINE_ENDING}preAddSubRequest(i){if(this.operationCount>=te.BATCH_MAX_REQUEST){throw new RangeError(`Cannot exceed ${te.BATCH_MAX_REQUEST} sub requests in a single batch`)}const c=(0,Z.getURLPath)(i.url);if(!c||c===""){throw new RangeError(`Invalid url for sub request: '${i.url}'`)}}postAddSubRequest(i){this.subRequests.set(this.operationCount,i);this.operationCount++}getHttpRequestBody(){return`${this.body}${this.batchRequestEnding}${te.HTTP_LINE_ENDING}`}getMultipartContentType(){return this.multipartContentType}getSubRequests(){return this.subRequests}}function batchRequestAssemblePolicy(i){return{name:"batchRequestAssemblePolicy",async sendRequest(c){i.appendSubRequestToBody(c);return{request:c,status:200,headers:(0,C.createHttpHeaders)()}}}}function batchHeaderFilterPolicy(){return{name:"batchHeaderFilterPolicy",async sendRequest(i,c){let d="";for(const[c]of i.headers){if((0,Z.iEqual)(c,te.HeaderConstants.X_MS_VERSION)){d=c}}if(d!==""){i.headers.delete(d)}return c(i)}}}},12094:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.BlobBatchClient=void 0;const p=d(41564);const A=d(72995);const C=d(95561);const S=d(53952);const v=d(35345);const T=d(53789);const _=d(25984);const V=d(47764);class BlobBatchClient{serviceOrContainerContext;constructor(i,c,d){let p;if((0,_.isPipelineLike)(c)){p=c}else if(!c){p=(0,_.newPipeline)(new v.AnonymousCredential,d)}else{p=(0,_.newPipeline)(c,d)}const A=new T.StorageContextClient(i,(0,_.getCoreClientOptions)(p));const C=(0,V.getURLPath)(i);if(C&&C!=="/"){this.serviceOrContainerContext=A.container}else{this.serviceOrContainerContext=A.service}}createBatch(){return new C.BlobBatch}async deleteBlobs(i,c,d){const p=new C.BlobBatch;for(const A of i){if(typeof A==="string"){await p.deleteBlob(A,c,d)}else{await p.deleteBlob(A,c)}}return this.submitBatch(p)}async setBlobsAccessTier(i,c,d,p){const A=new C.BlobBatch;for(const C of i){if(typeof C==="string"){await A.setBlobAccessTier(C,c,d,p)}else{await A.setBlobAccessTier(C,c,d)}}return this.submitBatch(A)}async submitBatch(i,c={}){if(!i||i.getSubRequests().size===0){throw new RangeError("Batch request should contain one or more sub requests.")}return S.tracingClient.withSpan("BlobBatchClient-submitBatch",c,(async c=>{const d=i.getHttpRequestBody();const C=(0,V.assertResponse)(await this.serviceOrContainerContext.submitBatch((0,A.utf8ByteLength)(d),i.getMultiPartContentType(),d,{...c}));const S=new p.BatchResponseParser(C,i.getSubRequests());const v=await S.parseBatchResponse();const T={_response:C._response,contentType:C.contentType,errorCode:C.errorCode,requestId:C.requestId,clientRequestId:C.clientRequestId,version:C.version,subResponses:v.subResponses,subResponsesSucceededCount:v.subResponsesSucceededCount,subResponsesFailedCount:v.subResponsesFailedCount};return T}))}}c.BlobBatchClient=BlobBatchClient},4894:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.BlobDownloadResponse=void 0;const p=d(87779);const A=d(98684);class BlobDownloadResponse{get acceptRanges(){return this.originalResponse.acceptRanges}get cacheControl(){return this.originalResponse.cacheControl}get contentDisposition(){return this.originalResponse.contentDisposition}get contentEncoding(){return this.originalResponse.contentEncoding}get contentLanguage(){return this.originalResponse.contentLanguage}get blobSequenceNumber(){return this.originalResponse.blobSequenceNumber}get blobType(){return this.originalResponse.blobType}get contentLength(){return this.originalResponse.contentLength}get contentMD5(){return this.originalResponse.contentMD5}get contentRange(){return this.originalResponse.contentRange}get contentType(){return this.originalResponse.contentType}get copyCompletedOn(){return this.originalResponse.copyCompletedOn}get copyId(){return this.originalResponse.copyId}get copyProgress(){return this.originalResponse.copyProgress}get copySource(){return this.originalResponse.copySource}get copyStatus(){return this.originalResponse.copyStatus}get copyStatusDescription(){return this.originalResponse.copyStatusDescription}get leaseDuration(){return this.originalResponse.leaseDuration}get leaseState(){return this.originalResponse.leaseState}get leaseStatus(){return this.originalResponse.leaseStatus}get date(){return this.originalResponse.date}get blobCommittedBlockCount(){return this.originalResponse.blobCommittedBlockCount}get etag(){return this.originalResponse.etag}get tagCount(){return this.originalResponse.tagCount}get errorCode(){return this.originalResponse.errorCode}get isServerEncrypted(){return this.originalResponse.isServerEncrypted}get blobContentMD5(){return this.originalResponse.blobContentMD5}get lastModified(){return this.originalResponse.lastModified}get lastAccessed(){return this.originalResponse.lastAccessed}get createdOn(){return this.originalResponse.createdOn}get metadata(){return this.originalResponse.metadata}get requestId(){return this.originalResponse.requestId}get clientRequestId(){return this.originalResponse.clientRequestId}get version(){return this.originalResponse.version}get versionId(){return this.originalResponse.versionId}get isCurrentVersion(){return this.originalResponse.isCurrentVersion}get encryptionKeySha256(){return this.originalResponse.encryptionKeySha256}get contentCrc64(){return this.originalResponse.contentCrc64}get objectReplicationDestinationPolicyId(){return this.originalResponse.objectReplicationDestinationPolicyId}get objectReplicationSourceProperties(){return this.originalResponse.objectReplicationSourceProperties}get isSealed(){return this.originalResponse.isSealed}get immutabilityPolicyExpiresOn(){return this.originalResponse.immutabilityPolicyExpiresOn}get immutabilityPolicyMode(){return this.originalResponse.immutabilityPolicyMode}get legalHold(){return this.originalResponse.legalHold}get contentAsBlob(){return this.originalResponse.blobBody}get readableStreamBody(){return p.isNodeLike?this.blobDownloadStream:undefined}get _response(){return this.originalResponse._response}originalResponse;blobDownloadStream;constructor(i,c,d,p,C={}){this.originalResponse=i;this.blobDownloadStream=new A.RetriableReadableStream(this.originalResponse.readableStreamBody,c,d,p,C)}}c.BlobDownloadResponse=BlobDownloadResponse},23276:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.BlobLeaseClient=void 0;const p=d(87779);const A=d(27323);const C=d(53952);const S=d(47764);class BlobLeaseClient{_leaseId;_url;_containerOrBlobOperation;_isContainer;get leaseId(){return this._leaseId}get url(){return this._url}constructor(i,c){const d=i.storageClientContext;this._url=i.url;if(i.name===undefined){this._isContainer=true;this._containerOrBlobOperation=d.container}else{this._isContainer=false;this._containerOrBlobOperation=d.blob}if(!c){c=(0,p.randomUUID)()}this._leaseId=c}async acquireLease(i,c={}){if(this._isContainer&&(c.conditions?.ifMatch&&c.conditions?.ifMatch!==A.ETagNone||c.conditions?.ifNoneMatch&&c.conditions?.ifNoneMatch!==A.ETagNone||c.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 C.tracingClient.withSpan("BlobLeaseClient-acquireLease",c,(async d=>(0,S.assertResponse)(await this._containerOrBlobOperation.acquireLease({abortSignal:c.abortSignal,duration:i,modifiedAccessConditions:{...c.conditions,ifTags:c.conditions?.tagConditions},proposedLeaseId:this._leaseId,tracingOptions:d.tracingOptions}))))}async changeLease(i,c={}){if(this._isContainer&&(c.conditions?.ifMatch&&c.conditions?.ifMatch!==A.ETagNone||c.conditions?.ifNoneMatch&&c.conditions?.ifNoneMatch!==A.ETagNone||c.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 C.tracingClient.withSpan("BlobLeaseClient-changeLease",c,(async d=>{const p=(0,S.assertResponse)(await this._containerOrBlobOperation.changeLease(this._leaseId,i,{abortSignal:c.abortSignal,modifiedAccessConditions:{...c.conditions,ifTags:c.conditions?.tagConditions},tracingOptions:d.tracingOptions}));this._leaseId=i;return p}))}async releaseLease(i={}){if(this._isContainer&&(i.conditions?.ifMatch&&i.conditions?.ifMatch!==A.ETagNone||i.conditions?.ifNoneMatch&&i.conditions?.ifNoneMatch!==A.ETagNone||i.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 C.tracingClient.withSpan("BlobLeaseClient-releaseLease",i,(async c=>(0,S.assertResponse)(await this._containerOrBlobOperation.releaseLease(this._leaseId,{abortSignal:i.abortSignal,modifiedAccessConditions:{...i.conditions,ifTags:i.conditions?.tagConditions},tracingOptions:c.tracingOptions}))))}async renewLease(i={}){if(this._isContainer&&(i.conditions?.ifMatch&&i.conditions?.ifMatch!==A.ETagNone||i.conditions?.ifNoneMatch&&i.conditions?.ifNoneMatch!==A.ETagNone||i.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 C.tracingClient.withSpan("BlobLeaseClient-renewLease",i,(async c=>this._containerOrBlobOperation.renewLease(this._leaseId,{abortSignal:i.abortSignal,modifiedAccessConditions:{...i.conditions,ifTags:i.conditions?.tagConditions},tracingOptions:c.tracingOptions})))}async breakLease(i,c={}){if(this._isContainer&&(c.conditions?.ifMatch&&c.conditions?.ifMatch!==A.ETagNone||c.conditions?.ifNoneMatch&&c.conditions?.ifNoneMatch!==A.ETagNone||c.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 C.tracingClient.withSpan("BlobLeaseClient-breakLease",c,(async d=>{const p={abortSignal:c.abortSignal,breakPeriod:i,modifiedAccessConditions:{...c.conditions,ifTags:c.conditions?.tagConditions},tracingOptions:d.tracingOptions};return(0,S.assertResponse)(await this._containerOrBlobOperation.breakLease(p))}))}}c.BlobLeaseClient=BlobLeaseClient},95602:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.BlobQueryResponse=void 0;const p=d(87779);const A=d(36426);class BlobQueryResponse{get acceptRanges(){return this.originalResponse.acceptRanges}get cacheControl(){return this.originalResponse.cacheControl}get contentDisposition(){return this.originalResponse.contentDisposition}get contentEncoding(){return this.originalResponse.contentEncoding}get contentLanguage(){return this.originalResponse.contentLanguage}get blobSequenceNumber(){return this.originalResponse.blobSequenceNumber}get blobType(){return this.originalResponse.blobType}get contentLength(){return this.originalResponse.contentLength}get contentMD5(){return this.originalResponse.contentMD5}get contentRange(){return this.originalResponse.contentRange}get contentType(){return this.originalResponse.contentType}get copyCompletedOn(){return undefined}get copyId(){return this.originalResponse.copyId}get copyProgress(){return this.originalResponse.copyProgress}get copySource(){return this.originalResponse.copySource}get copyStatus(){return this.originalResponse.copyStatus}get copyStatusDescription(){return this.originalResponse.copyStatusDescription}get leaseDuration(){return this.originalResponse.leaseDuration}get leaseState(){return this.originalResponse.leaseState}get leaseStatus(){return this.originalResponse.leaseStatus}get date(){return this.originalResponse.date}get blobCommittedBlockCount(){return this.originalResponse.blobCommittedBlockCount}get etag(){return this.originalResponse.etag}get errorCode(){return this.originalResponse.errorCode}get isServerEncrypted(){return this.originalResponse.isServerEncrypted}get blobContentMD5(){return this.originalResponse.blobContentMD5}get lastModified(){return this.originalResponse.lastModified}get metadata(){return this.originalResponse.metadata}get requestId(){return this.originalResponse.requestId}get clientRequestId(){return this.originalResponse.clientRequestId}get version(){return this.originalResponse.version}get encryptionKeySha256(){return this.originalResponse.encryptionKeySha256}get contentCrc64(){return this.originalResponse.contentCrc64}get blobBody(){return undefined}get readableStreamBody(){return p.isNodeLike?this.blobDownloadStream:undefined}get _response(){return this.originalResponse._response}originalResponse;blobDownloadStream;constructor(i,c={}){this.originalResponse=i;this.blobDownloadStream=new A.BlobQuickQueryStream(this.originalResponse.readableStreamBody,c)}}c.BlobQueryResponse=BlobQueryResponse},96341:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.BlobServiceClient=void 0;const p=d(50417);const A=d(20778);const C=d(87779);const S=d(25984);const v=d(81884);const T=d(47764);const _=d(68999);const V=d(35345);const Z=d(47764);const ee=d(53952);const te=d(12094);const re=d(73542);const ne=d(6358);const ie=d(85238);const se=d(46940);class BlobServiceClient extends re.StorageClient{serviceContext;static fromConnectionString(i,c){c=c||{};const d=(0,T.extractConnectionStringParts)(i);if(d.kind==="AccountConnString"){if(C.isNodeLike){const i=new _.StorageSharedKeyCredential(d.accountName,d.accountKey);if(!c.proxyOptions){c.proxyOptions=(0,A.getDefaultProxySettings)(d.proxyUri)}const p=(0,S.newPipeline)(i,c);return new BlobServiceClient(d.url,p)}else{throw new Error("Account connection string is only supported in Node.js environment")}}else if(d.kind==="SASConnString"){const i=(0,S.newPipeline)(new V.AnonymousCredential,c);return new BlobServiceClient(d.url+"?"+d.accountSas,i)}else{throw new Error("Connection string must be either an Account connection string or a SAS connection string")}}constructor(i,c,d){let A;if((0,S.isPipelineLike)(c)){A=c}else if(C.isNodeLike&&c instanceof _.StorageSharedKeyCredential||c instanceof V.AnonymousCredential||(0,p.isTokenCredential)(c)){A=(0,S.newPipeline)(c,d)}else{A=(0,S.newPipeline)(new V.AnonymousCredential,d)}super(i,A);this.serviceContext=this.storageClientContext.service}getContainerClient(i){return new v.ContainerClient((0,T.appendToURLPath)(this.url,encodeURIComponent(i)),this.pipeline)}async createContainer(i,c={}){return ee.tracingClient.withSpan("BlobServiceClient-createContainer",c,(async c=>{const d=this.getContainerClient(i);const p=await d.create(c);return{containerClient:d,containerCreateResponse:p}}))}async deleteContainer(i,c={}){return ee.tracingClient.withSpan("BlobServiceClient-deleteContainer",c,(async c=>{const d=this.getContainerClient(i);return d.delete(c)}))}async undeleteContainer(i,c,d={}){return ee.tracingClient.withSpan("BlobServiceClient-undeleteContainer",d,(async p=>{const A=this.getContainerClient(d.destinationContainerName||i);const C=A["storageClientContext"].container;const S=(0,Z.assertResponse)(await C.restore({deletedContainerName:i,deletedContainerVersion:c,tracingOptions:p.tracingOptions}));return{containerClient:A,containerUndeleteResponse:S}}))}async getProperties(i={}){return ee.tracingClient.withSpan("BlobServiceClient-getProperties",i,(async c=>(0,Z.assertResponse)(await this.serviceContext.getProperties({abortSignal:i.abortSignal,tracingOptions:c.tracingOptions}))))}async setProperties(i,c={}){return ee.tracingClient.withSpan("BlobServiceClient-setProperties",c,(async d=>(0,Z.assertResponse)(await this.serviceContext.setProperties(i,{abortSignal:c.abortSignal,tracingOptions:d.tracingOptions}))))}async getStatistics(i={}){return ee.tracingClient.withSpan("BlobServiceClient-getStatistics",i,(async c=>(0,Z.assertResponse)(await this.serviceContext.getStatistics({abortSignal:i.abortSignal,tracingOptions:c.tracingOptions}))))}async getAccountInfo(i={}){return ee.tracingClient.withSpan("BlobServiceClient-getAccountInfo",i,(async c=>(0,Z.assertResponse)(await this.serviceContext.getAccountInfo({abortSignal:i.abortSignal,tracingOptions:c.tracingOptions}))))}async listContainersSegment(i,c={}){return ee.tracingClient.withSpan("BlobServiceClient-listContainersSegment",c,(async d=>(0,Z.assertResponse)(await this.serviceContext.listContainersSegment({abortSignal:c.abortSignal,marker:i,...c,include:typeof c.include==="string"?[c.include]:c.include,tracingOptions:d.tracingOptions}))))}async findBlobsByTagsSegment(i,c,d={}){return ee.tracingClient.withSpan("BlobServiceClient-findBlobsByTagsSegment",d,(async p=>{const A=(0,Z.assertResponse)(await this.serviceContext.filterBlobs({abortSignal:d.abortSignal,where:i,marker:c,maxPageSize:d.maxPageSize,tracingOptions:p.tracingOptions}));const C={...A,_response:A._response,blobs:A.blobs.map((i=>{let c="";if(i.tags?.blobTagSet.length===1){c=i.tags.blobTagSet[0].value}return{...i,tags:(0,T.toTags)(i.tags),tagValue:c}}))};return C}))}async*findBlobsByTagsSegments(i,c,d={}){let p;if(!!c||c===undefined){do{p=await this.findBlobsByTagsSegment(i,c,d);p.blobs=p.blobs||[];c=p.continuationToken;yield p}while(c)}}async*findBlobsByTagsItems(i,c={}){let d;for await(const p of this.findBlobsByTagsSegments(i,d,c)){yield*p.blobs}}findBlobsByTags(i,c={}){const d={...c};const p=this.findBlobsByTagsItems(i,d);return{next(){return p.next()},[Symbol.asyncIterator](){return this},byPage:(c={})=>this.findBlobsByTagsSegments(i,c.continuationToken,{maxPageSize:c.maxPageSize,...d})}}async*listSegments(i,c={}){let d;if(!!i||i===undefined){do{d=await this.listContainersSegment(i,c);d.containerItems=d.containerItems||[];i=d.continuationToken;yield await d}while(i)}}async*listItems(i={}){let c;for await(const d of this.listSegments(c,i)){yield*d.containerItems}}listContainers(i={}){if(i.prefix===""){i.prefix=undefined}const c=[];if(i.includeDeleted){c.push("deleted")}if(i.includeMetadata){c.push("metadata")}if(i.includeSystem){c.push("system")}const d={...i,...c.length>0?{include:c}:{}};const p=this.listItems(d);return{next(){return p.next()},[Symbol.asyncIterator](){return this},byPage:(i={})=>this.listSegments(i.continuationToken,{maxPageSize:i.maxPageSize,...d})}}async getUserDelegationKey(i,c,d={}){return ee.tracingClient.withSpan("BlobServiceClient-getUserDelegationKey",d,(async p=>{const A=(0,Z.assertResponse)(await this.serviceContext.getUserDelegationKey({startsOn:(0,Z.truncatedISO8061Date)(i,false),expiresOn:(0,Z.truncatedISO8061Date)(c,false)},{abortSignal:d.abortSignal,tracingOptions:p.tracingOptions}));const C={signedObjectId:A.signedObjectId,signedTenantId:A.signedTenantId,signedStartsOn:new Date(A.signedStartsOn),signedExpiresOn:new Date(A.signedExpiresOn),signedService:A.signedService,signedVersion:A.signedVersion,value:A.value};const S={_response:A._response,requestId:A.requestId,clientRequestId:A.clientRequestId,version:A.version,date:A.date,errorCode:A.errorCode,...C};return S}))}getBlobBatchClient(){return new te.BlobBatchClient(this.url,this.pipeline)}generateAccountSasUrl(i,c=ne.AccountSASPermissions.parse("r"),d="sco",p={}){if(!(this.credential instanceof _.StorageSharedKeyCredential)){throw RangeError("Can only generate the account SAS when the client is initialized with a shared key credential")}if(i===undefined){const c=new Date;i=new Date(c.getTime()+3600*1e3)}const A=(0,ie.generateAccountSASQueryParameters)({permissions:c,expiresOn:i,resourceTypes:d,services:se.AccountSASServices.parse("b").toString(),...p},this.credential).toString();return(0,T.appendToURLQuery)(this.url,A)}generateSasStringToSign(i,c=ne.AccountSASPermissions.parse("r"),d="sco",p={}){if(!(this.credential instanceof _.StorageSharedKeyCredential)){throw RangeError("Can only generate the account SAS when the client is initialized with a shared key credential")}if(i===undefined){const c=new Date;i=new Date(c.getTime()+3600*1e3)}return(0,ie.generateAccountSASQueryParametersInternal)({permissions:c,expiresOn:i,resourceTypes:d,services:se.AccountSASServices.parse("b").toString(),...p},this.credential).stringToSign}}c.BlobServiceClient=BlobServiceClient},90372:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.PageBlobClient=c.BlockBlobClient=c.AppendBlobClient=c.BlobClient=void 0;const p=d(20778);const A=d(50417);const C=d(87779);const S=d(87779);const v=d(4894);const T=d(95602);const _=d(35345);const V=d(68999);const Z=d(58560);const ee=d(95302);const te=d(25984);const re=d(73145);const ne=d(52045);const ie=d(73542);const se=d(81582);const ae=d(51382);const oe=d(27323);const le=d(53952);const ce=d(47764);const de=d(53563);const ue=d(656);const pe=d(23276);class BlobClient extends ie.StorageClient{blobContext;_name;_containerName;_versionId;_snapshot;get name(){return this._name}get containerName(){return this._containerName}constructor(i,c,d,S){S=S||{};let v;let T;if((0,te.isPipelineLike)(c)){T=i;v=c}else if(C.isNodeLike&&c instanceof V.StorageSharedKeyCredential||c instanceof _.AnonymousCredential||(0,A.isTokenCredential)(c)){T=i;S=d;v=(0,te.newPipeline)(c,S)}else if(!c&&typeof c!=="string"){T=i;if(d&&typeof d!=="string"){S=d}v=(0,te.newPipeline)(new _.AnonymousCredential,S)}else if(c&&typeof c==="string"&&d&&typeof d==="string"){const A=c;const Z=d;const ee=(0,ce.extractConnectionStringParts)(i);if(ee.kind==="AccountConnString"){if(C.isNodeLike){const i=new V.StorageSharedKeyCredential(ee.accountName,ee.accountKey);T=(0,ce.appendToURLPath)((0,ce.appendToURLPath)(ee.url,encodeURIComponent(A)),encodeURIComponent(Z));if(!S.proxyOptions){S.proxyOptions=(0,p.getDefaultProxySettings)(ee.proxyUri)}v=(0,te.newPipeline)(i,S)}else{throw new Error("Account connection string is only supported in Node.js environment")}}else if(ee.kind==="SASConnString"){T=(0,ce.appendToURLPath)((0,ce.appendToURLPath)(ee.url,encodeURIComponent(A)),encodeURIComponent(Z))+"?"+ee.accountSas;v=(0,te.newPipeline)(new _.AnonymousCredential,S)}else{throw new Error("Connection string must be either an Account connection string or a SAS connection string")}}else{throw new Error("Expecting non-empty strings for containerName and blobName parameters")}super(T,v);({blobName:this._name,containerName:this._containerName}=this.getBlobAndContainerNamesFromUrl());this.blobContext=this.storageClientContext.blob;this._snapshot=(0,ce.getURLParameter)(this.url,oe.URLConstants.Parameters.SNAPSHOT);this._versionId=(0,ce.getURLParameter)(this.url,oe.URLConstants.Parameters.VERSIONID)}withSnapshot(i){return new BlobClient((0,ce.setURLParameter)(this.url,oe.URLConstants.Parameters.SNAPSHOT,i.length===0?undefined:i),this.pipeline)}withVersion(i){return new BlobClient((0,ce.setURLParameter)(this.url,oe.URLConstants.Parameters.VERSIONID,i.length===0?undefined:i),this.pipeline)}getAppendBlobClient(){return new AppendBlobClient(this.url,this.pipeline)}getBlockBlobClient(){return new BlockBlobClient(this.url,this.pipeline)}getPageBlobClient(){return new PageBlobClient(this.url,this.pipeline)}async download(i=0,c,d={}){d.conditions=d.conditions||{};d.conditions=d.conditions||{};(0,Z.ensureCpkIfSpecified)(d.customerProvidedKey,this.isHttps);return le.tracingClient.withSpan("BlobClient-download",d,(async p=>{const A=(0,ce.assertResponse)(await this.blobContext.download({abortSignal:d.abortSignal,leaseAccessConditions:d.conditions,modifiedAccessConditions:{...d.conditions,ifTags:d.conditions?.tagConditions},requestOptions:{onDownloadProgress:C.isNodeLike?undefined:d.onProgress},range:i===0&&!c?undefined:(0,ne.rangeToString)({offset:i,count:c}),rangeGetContentMD5:d.rangeGetContentMD5,rangeGetContentCRC64:d.rangeGetContentCrc64,snapshot:d.snapshot,cpkInfo:d.customerProvidedKey,tracingOptions:p.tracingOptions}));const S={...A,_response:A._response,objectReplicationDestinationPolicyId:A.objectReplicationPolicyId,objectReplicationSourceProperties:(0,ce.parseObjectReplicationRecord)(A.objectReplicationRules)};if(!C.isNodeLike){return S}if(d.maxRetryRequests===undefined||d.maxRetryRequests<0){d.maxRetryRequests=oe.DEFAULT_MAX_DOWNLOAD_RETRY_REQUESTS}if(A.contentLength===undefined){throw new RangeError(`File download response doesn't contain valid content length header`)}if(!A.etag){throw new RangeError(`File download response doesn't contain valid etag header`)}return new v.BlobDownloadResponse(S,(async c=>{const p={leaseAccessConditions:d.conditions,modifiedAccessConditions:{ifMatch:d.conditions.ifMatch||A.etag,ifModifiedSince:d.conditions.ifModifiedSince,ifNoneMatch:d.conditions.ifNoneMatch,ifUnmodifiedSince:d.conditions.ifUnmodifiedSince,ifTags:d.conditions?.tagConditions},range:(0,ne.rangeToString)({count:i+A.contentLength-c,offset:c}),rangeGetContentMD5:d.rangeGetContentMD5,rangeGetContentCRC64:d.rangeGetContentCrc64,snapshot:d.snapshot,cpkInfo:d.customerProvidedKey};return(await this.blobContext.download({abortSignal:d.abortSignal,...p})).readableStreamBody}),i,A.contentLength,{maxRetryRequests:d.maxRetryRequests,onProgress:d.onProgress})}))}async exists(i={}){return le.tracingClient.withSpan("BlobClient-exists",i,(async c=>{try{(0,Z.ensureCpkIfSpecified)(i.customerProvidedKey,this.isHttps);await this.getProperties({abortSignal:i.abortSignal,customerProvidedKey:i.customerProvidedKey,conditions:i.conditions,tracingOptions:c.tracingOptions});return true}catch(i){if(i.statusCode===404){return false}else if(i.statusCode===409&&(i.details.errorCode===oe.BlobUsesCustomerSpecifiedEncryptionMsg||i.details.errorCode===oe.BlobDoesNotUseCustomerSpecifiedEncryption)){return true}throw i}}))}async getProperties(i={}){i.conditions=i.conditions||{};(0,Z.ensureCpkIfSpecified)(i.customerProvidedKey,this.isHttps);return le.tracingClient.withSpan("BlobClient-getProperties",i,(async c=>{const d=(0,ce.assertResponse)(await this.blobContext.getProperties({abortSignal:i.abortSignal,leaseAccessConditions:i.conditions,modifiedAccessConditions:{...i.conditions,ifTags:i.conditions?.tagConditions},cpkInfo:i.customerProvidedKey,tracingOptions:c.tracingOptions}));return{...d,_response:d._response,objectReplicationDestinationPolicyId:d.objectReplicationPolicyId,objectReplicationSourceProperties:(0,ce.parseObjectReplicationRecord)(d.objectReplicationRules)}}))}async delete(i={}){i.conditions=i.conditions||{};return le.tracingClient.withSpan("BlobClient-delete",i,(async c=>(0,ce.assertResponse)(await this.blobContext.delete({abortSignal:i.abortSignal,deleteSnapshots:i.deleteSnapshots,leaseAccessConditions:i.conditions,modifiedAccessConditions:{...i.conditions,ifTags:i.conditions?.tagConditions},tracingOptions:c.tracingOptions}))))}async deleteIfExists(i={}){return le.tracingClient.withSpan("BlobClient-deleteIfExists",i,(async i=>{try{const c=(0,ce.assertResponse)(await this.delete(i));return{succeeded:true,...c,_response:c._response}}catch(i){if(i.details?.errorCode==="BlobNotFound"){return{succeeded:false,...i.response?.parsedHeaders,_response:i.response}}throw i}}))}async undelete(i={}){return le.tracingClient.withSpan("BlobClient-undelete",i,(async c=>(0,ce.assertResponse)(await this.blobContext.undelete({abortSignal:i.abortSignal,tracingOptions:c.tracingOptions}))))}async setHTTPHeaders(i,c={}){c.conditions=c.conditions||{};(0,Z.ensureCpkIfSpecified)(c.customerProvidedKey,this.isHttps);return le.tracingClient.withSpan("BlobClient-setHTTPHeaders",c,(async d=>(0,ce.assertResponse)(await this.blobContext.setHttpHeaders({abortSignal:c.abortSignal,blobHttpHeaders:i,leaseAccessConditions:c.conditions,modifiedAccessConditions:{...c.conditions,ifTags:c.conditions?.tagConditions},tracingOptions:d.tracingOptions}))))}async setMetadata(i,c={}){c.conditions=c.conditions||{};(0,Z.ensureCpkIfSpecified)(c.customerProvidedKey,this.isHttps);return le.tracingClient.withSpan("BlobClient-setMetadata",c,(async d=>(0,ce.assertResponse)(await this.blobContext.setMetadata({abortSignal:c.abortSignal,leaseAccessConditions:c.conditions,metadata:i,modifiedAccessConditions:{...c.conditions,ifTags:c.conditions?.tagConditions},cpkInfo:c.customerProvidedKey,encryptionScope:c.encryptionScope,tracingOptions:d.tracingOptions}))))}async setTags(i,c={}){return le.tracingClient.withSpan("BlobClient-setTags",c,(async d=>(0,ce.assertResponse)(await this.blobContext.setTags({abortSignal:c.abortSignal,leaseAccessConditions:c.conditions,modifiedAccessConditions:{...c.conditions,ifTags:c.conditions?.tagConditions},tracingOptions:d.tracingOptions,tags:(0,ce.toBlobTags)(i)}))))}async getTags(i={}){return le.tracingClient.withSpan("BlobClient-getTags",i,(async c=>{const d=(0,ce.assertResponse)(await this.blobContext.getTags({abortSignal:i.abortSignal,leaseAccessConditions:i.conditions,modifiedAccessConditions:{...i.conditions,ifTags:i.conditions?.tagConditions},tracingOptions:c.tracingOptions}));const p={...d,_response:d._response,tags:(0,ce.toTags)({blobTagSet:d.blobTagSet})||{}};return p}))}getBlobLeaseClient(i){return new pe.BlobLeaseClient(this,i)}async createSnapshot(i={}){i.conditions=i.conditions||{};(0,Z.ensureCpkIfSpecified)(i.customerProvidedKey,this.isHttps);return le.tracingClient.withSpan("BlobClient-createSnapshot",i,(async c=>(0,ce.assertResponse)(await this.blobContext.createSnapshot({abortSignal:i.abortSignal,leaseAccessConditions:i.conditions,metadata:i.metadata,modifiedAccessConditions:{...i.conditions,ifTags:i.conditions?.tagConditions},cpkInfo:i.customerProvidedKey,encryptionScope:i.encryptionScope,tracingOptions:c.tracingOptions}))))}async beginCopyFromURL(i,c={}){const d={abortCopyFromURL:(...i)=>this.abortCopyFromURL(...i),getProperties:(...i)=>this.getProperties(...i),startCopyFromURL:(...i)=>this.startCopyFromURL(...i)};const p=new re.BlobBeginCopyFromUrlPoller({blobClient:d,copySource:i,intervalInMs:c.intervalInMs,onProgress:c.onProgress,resumeFrom:c.resumeFrom,startCopyFromURLOptions:c});await p.poll();return p}async abortCopyFromURL(i,c={}){return le.tracingClient.withSpan("BlobClient-abortCopyFromURL",c,(async d=>(0,ce.assertResponse)(await this.blobContext.abortCopyFromURL(i,{abortSignal:c.abortSignal,leaseAccessConditions:c.conditions,tracingOptions:d.tracingOptions}))))}async syncCopyFromURL(i,c={}){c.conditions=c.conditions||{};c.sourceConditions=c.sourceConditions||{};return le.tracingClient.withSpan("BlobClient-syncCopyFromURL",c,(async d=>(0,ce.assertResponse)(await this.blobContext.copyFromURL(i,{abortSignal:c.abortSignal,metadata:c.metadata,leaseAccessConditions:c.conditions,modifiedAccessConditions:{...c.conditions,ifTags:c.conditions?.tagConditions},sourceModifiedAccessConditions:{sourceIfMatch:c.sourceConditions?.ifMatch,sourceIfModifiedSince:c.sourceConditions?.ifModifiedSince,sourceIfNoneMatch:c.sourceConditions?.ifNoneMatch,sourceIfUnmodifiedSince:c.sourceConditions?.ifUnmodifiedSince},sourceContentMD5:c.sourceContentMD5,copySourceAuthorization:(0,ce.httpAuthorizationToString)(c.sourceAuthorization),tier:(0,Z.toAccessTier)(c.tier),blobTagsString:(0,ce.toBlobTagsString)(c.tags),immutabilityPolicyExpiry:c.immutabilityPolicy?.expiriesOn,immutabilityPolicyMode:c.immutabilityPolicy?.policyMode,legalHold:c.legalHold,encryptionScope:c.encryptionScope,copySourceTags:c.copySourceTags,fileRequestIntent:c.sourceShareTokenIntent,tracingOptions:d.tracingOptions}))))}async setAccessTier(i,c={}){return le.tracingClient.withSpan("BlobClient-setAccessTier",c,(async d=>(0,ce.assertResponse)(await this.blobContext.setTier((0,Z.toAccessTier)(i),{abortSignal:c.abortSignal,leaseAccessConditions:c.conditions,modifiedAccessConditions:{...c.conditions,ifTags:c.conditions?.tagConditions},rehydratePriority:c.rehydratePriority,tracingOptions:d.tracingOptions}))))}async downloadToBuffer(i,c,d,p={}){let A;let C=0;let S=0;let v=p;if(i instanceof Buffer){A=i;C=c||0;S=typeof d==="number"?d:0}else{C=typeof i==="number"?i:0;S=typeof c==="number"?c:0;v=d||{}}let T=v.blockSize??0;if(T<0){throw new RangeError("blockSize option must be >= 0")}if(T===0){T=oe.DEFAULT_BLOB_DOWNLOAD_BLOCK_BYTES}if(C<0){throw new RangeError("offset option must be >= 0")}if(S&&S<=0){throw new RangeError("count option must be greater than 0")}if(!v.conditions){v.conditions={}}return le.tracingClient.withSpan("BlobClient-downloadToBuffer",v,(async i=>{if(!S){const c=await this.getProperties({...v,tracingOptions:i.tracingOptions});S=c.contentLength-C;if(S<0){throw new RangeError(`offset ${C} shouldn't be larger than blob size ${c.contentLength}`)}}if(!A){try{A=Buffer.alloc(S)}catch(i){throw new Error(`Unable to allocate the buffer of size: ${S}(in bytes). Please try passing your own buffer to the "downloadToBuffer" method or try using other methods like "download" or "downloadToFile".\t ${i.message}`)}}if(A.length<S){throw new RangeError(`The buffer's size should be equal to or larger than the request count of bytes: ${S}`)}let c=0;const d=new se.Batch(v.concurrency);for(let p=C;p<C+S;p=p+T){d.addOperation((async()=>{let d=C+S;if(p+T<d){d=p+T}const _=await this.download(p,d-p,{abortSignal:v.abortSignal,conditions:v.conditions,maxRetryRequests:v.maxRetryRequestsPerBlock,customerProvidedKey:v.customerProvidedKey,tracingOptions:i.tracingOptions});const V=_.readableStreamBody;await(0,de.streamToBuffer)(V,A,p-C,d-C);c+=d-p;if(v.onProgress){v.onProgress({loadedBytes:c})}}))}await d.do();return A}))}async downloadToFile(i,c=0,d,p={}){return le.tracingClient.withSpan("BlobClient-downloadToFile",p,(async A=>{const C=await this.download(c,d,{...p,tracingOptions:A.tracingOptions});if(C.readableStreamBody){await(0,de.readStreamToLocalFile)(C.readableStreamBody,i)}C.blobDownloadStream=undefined;return C}))}getBlobAndContainerNamesFromUrl(){let i;let c;try{const d=new URL(this.url);if(d.host.split(".")[1]==="blob"){const p=d.pathname.match("/([^/]*)(/(.*))?");i=p[1];c=p[3]}else if((0,ce.isIpEndpointStyle)(d)){const p=d.pathname.match("/([^/]*)/([^/]*)(/(.*))?");i=p[2];c=p[4]}else{const p=d.pathname.match("/([^/]*)(/(.*))?");i=p[1];c=p[3]}i=decodeURIComponent(i);c=decodeURIComponent(c);c=c.replace(/\\/g,"/");if(!i){throw new Error("Provided containerName is invalid.")}return{blobName:c,containerName:i}}catch(i){throw new Error("Unable to extract blobName and containerName with provided information.")}}async startCopyFromURL(i,c={}){return le.tracingClient.withSpan("BlobClient-startCopyFromURL",c,(async d=>{c.conditions=c.conditions||{};c.sourceConditions=c.sourceConditions||{};return(0,ce.assertResponse)(await this.blobContext.startCopyFromURL(i,{abortSignal:c.abortSignal,leaseAccessConditions:c.conditions,metadata:c.metadata,modifiedAccessConditions:{...c.conditions,ifTags:c.conditions?.tagConditions},sourceModifiedAccessConditions:{sourceIfMatch:c.sourceConditions.ifMatch,sourceIfModifiedSince:c.sourceConditions.ifModifiedSince,sourceIfNoneMatch:c.sourceConditions.ifNoneMatch,sourceIfUnmodifiedSince:c.sourceConditions.ifUnmodifiedSince,sourceIfTags:c.sourceConditions.tagConditions},immutabilityPolicyExpiry:c.immutabilityPolicy?.expiriesOn,immutabilityPolicyMode:c.immutabilityPolicy?.policyMode,legalHold:c.legalHold,rehydratePriority:c.rehydratePriority,tier:(0,Z.toAccessTier)(c.tier),blobTagsString:(0,ce.toBlobTagsString)(c.tags),sealBlob:c.sealBlob,tracingOptions:d.tracingOptions}))}))}generateSasUrl(i){return new Promise((c=>{if(!(this.credential instanceof V.StorageSharedKeyCredential)){throw new RangeError("Can only generate the SAS when the client is initialized with a shared key credential")}const d=(0,ue.generateBlobSASQueryParameters)({containerName:this._containerName,blobName:this._name,snapshotTime:this._snapshot,versionId:this._versionId,...i},this.credential).toString();c((0,ce.appendToURLQuery)(this.url,d))}))}generateSasStringToSign(i){if(!(this.credential instanceof V.StorageSharedKeyCredential)){throw new RangeError("Can only generate the SAS when the client is initialized with a shared key credential")}return(0,ue.generateBlobSASQueryParametersInternal)({containerName:this._containerName,blobName:this._name,snapshotTime:this._snapshot,versionId:this._versionId,...i},this.credential).stringToSign}generateUserDelegationSasUrl(i,c){return new Promise((d=>{const p=(0,ue.generateBlobSASQueryParameters)({containerName:this._containerName,blobName:this._name,snapshotTime:this._snapshot,versionId:this._versionId,...i},c,this.accountName).toString();d((0,ce.appendToURLQuery)(this.url,p))}))}generateUserDelegationSasStringToSign(i,c){return(0,ue.generateBlobSASQueryParametersInternal)({containerName:this._containerName,blobName:this._name,snapshotTime:this._snapshot,versionId:this._versionId,...i},c,this.accountName).stringToSign}async deleteImmutabilityPolicy(i={}){return le.tracingClient.withSpan("BlobClient-deleteImmutabilityPolicy",i,(async i=>(0,ce.assertResponse)(await this.blobContext.deleteImmutabilityPolicy({tracingOptions:i.tracingOptions}))))}async setImmutabilityPolicy(i,c={}){return le.tracingClient.withSpan("BlobClient-setImmutabilityPolicy",c,(async c=>(0,ce.assertResponse)(await this.blobContext.setImmutabilityPolicy({immutabilityPolicyExpiry:i.expiriesOn,immutabilityPolicyMode:i.policyMode,tracingOptions:c.tracingOptions}))))}async setLegalHold(i,c={}){return le.tracingClient.withSpan("BlobClient-setLegalHold",c,(async c=>(0,ce.assertResponse)(await this.blobContext.setLegalHold(i,{tracingOptions:c.tracingOptions}))))}async getAccountInfo(i={}){return le.tracingClient.withSpan("BlobClient-getAccountInfo",i,(async c=>(0,ce.assertResponse)(await this.blobContext.getAccountInfo({abortSignal:i.abortSignal,tracingOptions:c.tracingOptions}))))}}c.BlobClient=BlobClient;class AppendBlobClient extends BlobClient{appendBlobContext;constructor(i,c,d,S){let v;let T;S=S||{};if((0,te.isPipelineLike)(c)){T=i;v=c}else if(C.isNodeLike&&c instanceof V.StorageSharedKeyCredential||c instanceof _.AnonymousCredential||(0,A.isTokenCredential)(c)){T=i;S=d;v=(0,te.newPipeline)(c,S)}else if(!c&&typeof c!=="string"){T=i;v=(0,te.newPipeline)(new _.AnonymousCredential,S)}else if(c&&typeof c==="string"&&d&&typeof d==="string"){const A=c;const Z=d;const ee=(0,ce.extractConnectionStringParts)(i);if(ee.kind==="AccountConnString"){if(C.isNodeLike){const i=new V.StorageSharedKeyCredential(ee.accountName,ee.accountKey);T=(0,ce.appendToURLPath)((0,ce.appendToURLPath)(ee.url,encodeURIComponent(A)),encodeURIComponent(Z));if(!S.proxyOptions){S.proxyOptions=(0,p.getDefaultProxySettings)(ee.proxyUri)}v=(0,te.newPipeline)(i,S)}else{throw new Error("Account connection string is only supported in Node.js environment")}}else if(ee.kind==="SASConnString"){T=(0,ce.appendToURLPath)((0,ce.appendToURLPath)(ee.url,encodeURIComponent(A)),encodeURIComponent(Z))+"?"+ee.accountSas;v=(0,te.newPipeline)(new _.AnonymousCredential,S)}else{throw new Error("Connection string must be either an Account connection string or a SAS connection string")}}else{throw new Error("Expecting non-empty strings for containerName and blobName parameters")}super(T,v);this.appendBlobContext=this.storageClientContext.appendBlob}withSnapshot(i){return new AppendBlobClient((0,ce.setURLParameter)(this.url,oe.URLConstants.Parameters.SNAPSHOT,i.length===0?undefined:i),this.pipeline)}async create(i={}){i.conditions=i.conditions||{};(0,Z.ensureCpkIfSpecified)(i.customerProvidedKey,this.isHttps);return le.tracingClient.withSpan("AppendBlobClient-create",i,(async c=>(0,ce.assertResponse)(await this.appendBlobContext.create(0,{abortSignal:i.abortSignal,blobHttpHeaders:i.blobHTTPHeaders,leaseAccessConditions:i.conditions,metadata:i.metadata,modifiedAccessConditions:{...i.conditions,ifTags:i.conditions?.tagConditions},cpkInfo:i.customerProvidedKey,encryptionScope:i.encryptionScope,immutabilityPolicyExpiry:i.immutabilityPolicy?.expiriesOn,immutabilityPolicyMode:i.immutabilityPolicy?.policyMode,legalHold:i.legalHold,blobTagsString:(0,ce.toBlobTagsString)(i.tags),tracingOptions:c.tracingOptions}))))}async createIfNotExists(i={}){const c={ifNoneMatch:oe.ETagAny};return le.tracingClient.withSpan("AppendBlobClient-createIfNotExists",i,(async i=>{try{const d=(0,ce.assertResponse)(await this.create({...i,conditions:c}));return{succeeded:true,...d,_response:d._response}}catch(i){if(i.details?.errorCode==="BlobAlreadyExists"){return{succeeded:false,...i.response?.parsedHeaders,_response:i.response}}throw i}}))}async seal(i={}){i.conditions=i.conditions||{};return le.tracingClient.withSpan("AppendBlobClient-seal",i,(async c=>(0,ce.assertResponse)(await this.appendBlobContext.seal({abortSignal:i.abortSignal,appendPositionAccessConditions:i.conditions,leaseAccessConditions:i.conditions,modifiedAccessConditions:{...i.conditions,ifTags:i.conditions?.tagConditions},tracingOptions:c.tracingOptions}))))}async appendBlock(i,c,d={}){d.conditions=d.conditions||{};(0,Z.ensureCpkIfSpecified)(d.customerProvidedKey,this.isHttps);return le.tracingClient.withSpan("AppendBlobClient-appendBlock",d,(async p=>(0,ce.assertResponse)(await this.appendBlobContext.appendBlock(c,i,{abortSignal:d.abortSignal,appendPositionAccessConditions:d.conditions,leaseAccessConditions:d.conditions,modifiedAccessConditions:{...d.conditions,ifTags:d.conditions?.tagConditions},requestOptions:{onUploadProgress:d.onProgress},transactionalContentMD5:d.transactionalContentMD5,transactionalContentCrc64:d.transactionalContentCrc64,cpkInfo:d.customerProvidedKey,encryptionScope:d.encryptionScope,tracingOptions:p.tracingOptions}))))}async appendBlockFromURL(i,c,d,p={}){p.conditions=p.conditions||{};p.sourceConditions=p.sourceConditions||{};(0,Z.ensureCpkIfSpecified)(p.customerProvidedKey,this.isHttps);return le.tracingClient.withSpan("AppendBlobClient-appendBlockFromURL",p,(async A=>(0,ce.assertResponse)(await this.appendBlobContext.appendBlockFromUrl(i,0,{abortSignal:p.abortSignal,sourceRange:(0,ne.rangeToString)({offset:c,count:d}),sourceContentMD5:p.sourceContentMD5,sourceContentCrc64:p.sourceContentCrc64,leaseAccessConditions:p.conditions,appendPositionAccessConditions:p.conditions,modifiedAccessConditions:{...p.conditions,ifTags:p.conditions?.tagConditions},sourceModifiedAccessConditions:{sourceIfMatch:p.sourceConditions?.ifMatch,sourceIfModifiedSince:p.sourceConditions?.ifModifiedSince,sourceIfNoneMatch:p.sourceConditions?.ifNoneMatch,sourceIfUnmodifiedSince:p.sourceConditions?.ifUnmodifiedSince},copySourceAuthorization:(0,ce.httpAuthorizationToString)(p.sourceAuthorization),cpkInfo:p.customerProvidedKey,encryptionScope:p.encryptionScope,fileRequestIntent:p.sourceShareTokenIntent,tracingOptions:A.tracingOptions}))))}}c.AppendBlobClient=AppendBlobClient;class BlockBlobClient extends BlobClient{_blobContext;blockBlobContext;constructor(i,c,d,S){let v;let T;S=S||{};if((0,te.isPipelineLike)(c)){T=i;v=c}else if(C.isNodeLike&&c instanceof V.StorageSharedKeyCredential||c instanceof _.AnonymousCredential||(0,A.isTokenCredential)(c)){T=i;S=d;v=(0,te.newPipeline)(c,S)}else if(!c&&typeof c!=="string"){T=i;if(d&&typeof d!=="string"){S=d}v=(0,te.newPipeline)(new _.AnonymousCredential,S)}else if(c&&typeof c==="string"&&d&&typeof d==="string"){const A=c;const Z=d;const ee=(0,ce.extractConnectionStringParts)(i);if(ee.kind==="AccountConnString"){if(C.isNodeLike){const i=new V.StorageSharedKeyCredential(ee.accountName,ee.accountKey);T=(0,ce.appendToURLPath)((0,ce.appendToURLPath)(ee.url,encodeURIComponent(A)),encodeURIComponent(Z));if(!S.proxyOptions){S.proxyOptions=(0,p.getDefaultProxySettings)(ee.proxyUri)}v=(0,te.newPipeline)(i,S)}else{throw new Error("Account connection string is only supported in Node.js environment")}}else if(ee.kind==="SASConnString"){T=(0,ce.appendToURLPath)((0,ce.appendToURLPath)(ee.url,encodeURIComponent(A)),encodeURIComponent(Z))+"?"+ee.accountSas;v=(0,te.newPipeline)(new _.AnonymousCredential,S)}else{throw new Error("Connection string must be either an Account connection string or a SAS connection string")}}else{throw new Error("Expecting non-empty strings for containerName and blobName parameters")}super(T,v);this.blockBlobContext=this.storageClientContext.blockBlob;this._blobContext=this.storageClientContext.blob}withSnapshot(i){return new BlockBlobClient((0,ce.setURLParameter)(this.url,oe.URLConstants.Parameters.SNAPSHOT,i.length===0?undefined:i),this.pipeline)}async query(i,c={}){(0,Z.ensureCpkIfSpecified)(c.customerProvidedKey,this.isHttps);if(!C.isNodeLike){throw new Error("This operation currently is only supported in Node.js.")}return le.tracingClient.withSpan("BlockBlobClient-query",c,(async d=>{const p=(0,ce.assertResponse)(await this._blobContext.query({abortSignal:c.abortSignal,queryRequest:{queryType:"SQL",expression:i,inputSerialization:(0,ce.toQuerySerialization)(c.inputTextConfiguration),outputSerialization:(0,ce.toQuerySerialization)(c.outputTextConfiguration)},leaseAccessConditions:c.conditions,modifiedAccessConditions:{...c.conditions,ifTags:c.conditions?.tagConditions},cpkInfo:c.customerProvidedKey,tracingOptions:d.tracingOptions}));return new T.BlobQueryResponse(p,{abortSignal:c.abortSignal,onProgress:c.onProgress,onError:c.onError})}))}async upload(i,c,d={}){d.conditions=d.conditions||{};(0,Z.ensureCpkIfSpecified)(d.customerProvidedKey,this.isHttps);return le.tracingClient.withSpan("BlockBlobClient-upload",d,(async p=>(0,ce.assertResponse)(await this.blockBlobContext.upload(c,i,{abortSignal:d.abortSignal,blobHttpHeaders:d.blobHTTPHeaders,leaseAccessConditions:d.conditions,metadata:d.metadata,modifiedAccessConditions:{...d.conditions,ifTags:d.conditions?.tagConditions},requestOptions:{onUploadProgress:d.onProgress},cpkInfo:d.customerProvidedKey,encryptionScope:d.encryptionScope,immutabilityPolicyExpiry:d.immutabilityPolicy?.expiriesOn,immutabilityPolicyMode:d.immutabilityPolicy?.policyMode,legalHold:d.legalHold,tier:(0,Z.toAccessTier)(d.tier),blobTagsString:(0,ce.toBlobTagsString)(d.tags),tracingOptions:p.tracingOptions}))))}async syncUploadFromURL(i,c={}){c.conditions=c.conditions||{};(0,Z.ensureCpkIfSpecified)(c.customerProvidedKey,this.isHttps);return le.tracingClient.withSpan("BlockBlobClient-syncUploadFromURL",c,(async d=>(0,ce.assertResponse)(await this.blockBlobContext.putBlobFromUrl(0,i,{...c,blobHttpHeaders:c.blobHTTPHeaders,leaseAccessConditions:c.conditions,modifiedAccessConditions:{...c.conditions,ifTags:c.conditions?.tagConditions},sourceModifiedAccessConditions:{sourceIfMatch:c.sourceConditions?.ifMatch,sourceIfModifiedSince:c.sourceConditions?.ifModifiedSince,sourceIfNoneMatch:c.sourceConditions?.ifNoneMatch,sourceIfUnmodifiedSince:c.sourceConditions?.ifUnmodifiedSince,sourceIfTags:c.sourceConditions?.tagConditions},cpkInfo:c.customerProvidedKey,copySourceAuthorization:(0,ce.httpAuthorizationToString)(c.sourceAuthorization),tier:(0,Z.toAccessTier)(c.tier),blobTagsString:(0,ce.toBlobTagsString)(c.tags),copySourceTags:c.copySourceTags,fileRequestIntent:c.sourceShareTokenIntent,tracingOptions:d.tracingOptions}))))}async stageBlock(i,c,d,p={}){(0,Z.ensureCpkIfSpecified)(p.customerProvidedKey,this.isHttps);return le.tracingClient.withSpan("BlockBlobClient-stageBlock",p,(async A=>(0,ce.assertResponse)(await this.blockBlobContext.stageBlock(i,d,c,{abortSignal:p.abortSignal,leaseAccessConditions:p.conditions,requestOptions:{onUploadProgress:p.onProgress},transactionalContentMD5:p.transactionalContentMD5,transactionalContentCrc64:p.transactionalContentCrc64,cpkInfo:p.customerProvidedKey,encryptionScope:p.encryptionScope,tracingOptions:A.tracingOptions}))))}async stageBlockFromURL(i,c,d=0,p,A={}){(0,Z.ensureCpkIfSpecified)(A.customerProvidedKey,this.isHttps);return le.tracingClient.withSpan("BlockBlobClient-stageBlockFromURL",A,(async C=>(0,ce.assertResponse)(await this.blockBlobContext.stageBlockFromURL(i,0,c,{abortSignal:A.abortSignal,leaseAccessConditions:A.conditions,sourceContentMD5:A.sourceContentMD5,sourceContentCrc64:A.sourceContentCrc64,sourceRange:d===0&&!p?undefined:(0,ne.rangeToString)({offset:d,count:p}),cpkInfo:A.customerProvidedKey,encryptionScope:A.encryptionScope,copySourceAuthorization:(0,ce.httpAuthorizationToString)(A.sourceAuthorization),fileRequestIntent:A.sourceShareTokenIntent,tracingOptions:C.tracingOptions}))))}async commitBlockList(i,c={}){c.conditions=c.conditions||{};(0,Z.ensureCpkIfSpecified)(c.customerProvidedKey,this.isHttps);return le.tracingClient.withSpan("BlockBlobClient-commitBlockList",c,(async d=>(0,ce.assertResponse)(await this.blockBlobContext.commitBlockList({latest:i},{abortSignal:c.abortSignal,blobHttpHeaders:c.blobHTTPHeaders,leaseAccessConditions:c.conditions,metadata:c.metadata,modifiedAccessConditions:{...c.conditions,ifTags:c.conditions?.tagConditions},cpkInfo:c.customerProvidedKey,encryptionScope:c.encryptionScope,immutabilityPolicyExpiry:c.immutabilityPolicy?.expiriesOn,immutabilityPolicyMode:c.immutabilityPolicy?.policyMode,legalHold:c.legalHold,tier:(0,Z.toAccessTier)(c.tier),blobTagsString:(0,ce.toBlobTagsString)(c.tags),tracingOptions:d.tracingOptions}))))}async getBlockList(i,c={}){return le.tracingClient.withSpan("BlockBlobClient-getBlockList",c,(async d=>{const p=(0,ce.assertResponse)(await this.blockBlobContext.getBlockList(i,{abortSignal:c.abortSignal,leaseAccessConditions:c.conditions,modifiedAccessConditions:{...c.conditions,ifTags:c.conditions?.tagConditions},tracingOptions:d.tracingOptions}));if(!p.committedBlocks){p.committedBlocks=[]}if(!p.uncommittedBlocks){p.uncommittedBlocks=[]}return p}))}async uploadData(i,c={}){return le.tracingClient.withSpan("BlockBlobClient-uploadData",c,(async c=>{if(C.isNodeLike){let d;if(i instanceof Buffer){d=i}else if(i instanceof ArrayBuffer){d=Buffer.from(i)}else{i=i;d=Buffer.from(i.buffer,i.byteOffset,i.byteLength)}return this.uploadSeekableInternal(((i,c)=>d.slice(i,i+c)),d.byteLength,c)}else{const d=new Blob([i]);return this.uploadSeekableInternal(((i,c)=>d.slice(i,i+c)),d.size,c)}}))}async uploadBrowserData(i,c={}){return le.tracingClient.withSpan("BlockBlobClient-uploadBrowserData",c,(async c=>{const d=new Blob([i]);return this.uploadSeekableInternal(((i,c)=>d.slice(i,i+c)),d.size,c)}))}async uploadSeekableInternal(i,c,d={}){let p=d.blockSize??0;if(p<0||p>oe.BLOCK_BLOB_MAX_STAGE_BLOCK_BYTES){throw new RangeError(`blockSize option must be >= 0 and <= ${oe.BLOCK_BLOB_MAX_STAGE_BLOCK_BYTES}`)}const A=d.maxSingleShotSize??oe.BLOCK_BLOB_MAX_UPLOAD_BLOB_BYTES;if(A<0||A>oe.BLOCK_BLOB_MAX_UPLOAD_BLOB_BYTES){throw new RangeError(`maxSingleShotSize option must be >= 0 and <= ${oe.BLOCK_BLOB_MAX_UPLOAD_BLOB_BYTES}`)}if(p===0){if(c>oe.BLOCK_BLOB_MAX_STAGE_BLOCK_BYTES*oe.BLOCK_BLOB_MAX_BLOCKS){throw new RangeError(`${c} is too larger to upload to a block blob.`)}if(c>A){p=Math.ceil(c/oe.BLOCK_BLOB_MAX_BLOCKS);if(p<oe.DEFAULT_BLOB_DOWNLOAD_BLOCK_BYTES){p=oe.DEFAULT_BLOB_DOWNLOAD_BLOCK_BYTES}}}if(!d.blobHTTPHeaders){d.blobHTTPHeaders={}}if(!d.conditions){d.conditions={}}return le.tracingClient.withSpan("BlockBlobClient-uploadSeekableInternal",d,(async C=>{if(c<=A){return(0,ce.assertResponse)(await this.upload(i(0,c),c,C))}const v=Math.floor((c-1)/p)+1;if(v>oe.BLOCK_BLOB_MAX_BLOCKS){throw new RangeError(`The buffer's size is too big or the BlockSize is too small;`+`the number of blocks must be <= ${oe.BLOCK_BLOB_MAX_BLOCKS}`)}const T=[];const _=(0,S.randomUUID)();let V=0;const Z=new se.Batch(d.concurrency);for(let A=0;A<v;A++){Z.addOperation((async()=>{const S=(0,ce.generateBlockID)(_,A);const Z=p*A;const ee=A===v-1?c:Z+p;const te=ee-Z;T.push(S);await this.stageBlock(S,i(Z,te),te,{abortSignal:d.abortSignal,conditions:d.conditions,encryptionScope:d.encryptionScope,tracingOptions:C.tracingOptions});V+=te;if(d.onProgress){d.onProgress({loadedBytes:V})}}))}await Z.do();return this.commitBlockList(T,C)}))}async uploadFile(i,c={}){return le.tracingClient.withSpan("BlockBlobClient-uploadFile",c,(async d=>{const p=(await(0,de.fsStat)(i)).size;return this.uploadSeekableInternal(((c,d)=>()=>(0,de.fsCreateReadStream)(i,{autoClose:true,end:d?c+d-1:Infinity,start:c})),p,{...c,tracingOptions:d.tracingOptions})}))}async uploadStream(i,c=oe.DEFAULT_BLOCK_BUFFER_SIZE_BYTES,d=5,p={}){if(!p.blobHTTPHeaders){p.blobHTTPHeaders={}}if(!p.conditions){p.conditions={}}return le.tracingClient.withSpan("BlockBlobClient-uploadStream",p,(async A=>{let C=0;const v=(0,S.randomUUID)();let T=0;const _=[];const V=new ae.BufferScheduler(i,c,d,(async(i,c)=>{const d=(0,ce.generateBlockID)(v,C);_.push(d);C++;await this.stageBlock(d,i,c,{customerProvidedKey:p.customerProvidedKey,conditions:p.conditions,encryptionScope:p.encryptionScope,tracingOptions:A.tracingOptions});T+=c;if(p.onProgress){p.onProgress({loadedBytes:T})}}),Math.ceil(d/4*3));await V.do();return(0,ce.assertResponse)(await this.commitBlockList(_,{...p,tracingOptions:A.tracingOptions}))}))}}c.BlockBlobClient=BlockBlobClient;class PageBlobClient extends BlobClient{pageBlobContext;constructor(i,c,d,S){let v;let T;S=S||{};if((0,te.isPipelineLike)(c)){T=i;v=c}else if(C.isNodeLike&&c instanceof V.StorageSharedKeyCredential||c instanceof _.AnonymousCredential||(0,A.isTokenCredential)(c)){T=i;S=d;v=(0,te.newPipeline)(c,S)}else if(!c&&typeof c!=="string"){T=i;v=(0,te.newPipeline)(new _.AnonymousCredential,S)}else if(c&&typeof c==="string"&&d&&typeof d==="string"){const A=c;const Z=d;const ee=(0,ce.extractConnectionStringParts)(i);if(ee.kind==="AccountConnString"){if(C.isNodeLike){const i=new V.StorageSharedKeyCredential(ee.accountName,ee.accountKey);T=(0,ce.appendToURLPath)((0,ce.appendToURLPath)(ee.url,encodeURIComponent(A)),encodeURIComponent(Z));if(!S.proxyOptions){S.proxyOptions=(0,p.getDefaultProxySettings)(ee.proxyUri)}v=(0,te.newPipeline)(i,S)}else{throw new Error("Account connection string is only supported in Node.js environment")}}else if(ee.kind==="SASConnString"){T=(0,ce.appendToURLPath)((0,ce.appendToURLPath)(ee.url,encodeURIComponent(A)),encodeURIComponent(Z))+"?"+ee.accountSas;v=(0,te.newPipeline)(new _.AnonymousCredential,S)}else{throw new Error("Connection string must be either an Account connection string or a SAS connection string")}}else{throw new Error("Expecting non-empty strings for containerName and blobName parameters")}super(T,v);this.pageBlobContext=this.storageClientContext.pageBlob}withSnapshot(i){return new PageBlobClient((0,ce.setURLParameter)(this.url,oe.URLConstants.Parameters.SNAPSHOT,i.length===0?undefined:i),this.pipeline)}async create(i,c={}){c.conditions=c.conditions||{};(0,Z.ensureCpkIfSpecified)(c.customerProvidedKey,this.isHttps);return le.tracingClient.withSpan("PageBlobClient-create",c,(async d=>(0,ce.assertResponse)(await this.pageBlobContext.create(0,i,{abortSignal:c.abortSignal,blobHttpHeaders:c.blobHTTPHeaders,blobSequenceNumber:c.blobSequenceNumber,leaseAccessConditions:c.conditions,metadata:c.metadata,modifiedAccessConditions:{...c.conditions,ifTags:c.conditions?.tagConditions},cpkInfo:c.customerProvidedKey,encryptionScope:c.encryptionScope,immutabilityPolicyExpiry:c.immutabilityPolicy?.expiriesOn,immutabilityPolicyMode:c.immutabilityPolicy?.policyMode,legalHold:c.legalHold,tier:(0,Z.toAccessTier)(c.tier),blobTagsString:(0,ce.toBlobTagsString)(c.tags),tracingOptions:d.tracingOptions}))))}async createIfNotExists(i,c={}){return le.tracingClient.withSpan("PageBlobClient-createIfNotExists",c,(async d=>{try{const p={ifNoneMatch:oe.ETagAny};const A=(0,ce.assertResponse)(await this.create(i,{...c,conditions:p,tracingOptions:d.tracingOptions}));return{succeeded:true,...A,_response:A._response}}catch(i){if(i.details?.errorCode==="BlobAlreadyExists"){return{succeeded:false,...i.response?.parsedHeaders,_response:i.response}}throw i}}))}async uploadPages(i,c,d,p={}){p.conditions=p.conditions||{};(0,Z.ensureCpkIfSpecified)(p.customerProvidedKey,this.isHttps);return le.tracingClient.withSpan("PageBlobClient-uploadPages",p,(async A=>(0,ce.assertResponse)(await this.pageBlobContext.uploadPages(d,i,{abortSignal:p.abortSignal,leaseAccessConditions:p.conditions,modifiedAccessConditions:{...p.conditions,ifTags:p.conditions?.tagConditions},requestOptions:{onUploadProgress:p.onProgress},range:(0,ne.rangeToString)({offset:c,count:d}),sequenceNumberAccessConditions:p.conditions,transactionalContentMD5:p.transactionalContentMD5,transactionalContentCrc64:p.transactionalContentCrc64,cpkInfo:p.customerProvidedKey,encryptionScope:p.encryptionScope,tracingOptions:A.tracingOptions}))))}async uploadPagesFromURL(i,c,d,p,A={}){A.conditions=A.conditions||{};A.sourceConditions=A.sourceConditions||{};(0,Z.ensureCpkIfSpecified)(A.customerProvidedKey,this.isHttps);return le.tracingClient.withSpan("PageBlobClient-uploadPagesFromURL",A,(async C=>(0,ce.assertResponse)(await this.pageBlobContext.uploadPagesFromURL(i,(0,ne.rangeToString)({offset:c,count:p}),0,(0,ne.rangeToString)({offset:d,count:p}),{abortSignal:A.abortSignal,sourceContentMD5:A.sourceContentMD5,sourceContentCrc64:A.sourceContentCrc64,leaseAccessConditions:A.conditions,sequenceNumberAccessConditions:A.conditions,modifiedAccessConditions:{...A.conditions,ifTags:A.conditions?.tagConditions},sourceModifiedAccessConditions:{sourceIfMatch:A.sourceConditions?.ifMatch,sourceIfModifiedSince:A.sourceConditions?.ifModifiedSince,sourceIfNoneMatch:A.sourceConditions?.ifNoneMatch,sourceIfUnmodifiedSince:A.sourceConditions?.ifUnmodifiedSince},cpkInfo:A.customerProvidedKey,encryptionScope:A.encryptionScope,copySourceAuthorization:(0,ce.httpAuthorizationToString)(A.sourceAuthorization),fileRequestIntent:A.sourceShareTokenIntent,tracingOptions:C.tracingOptions}))))}async clearPages(i=0,c,d={}){d.conditions=d.conditions||{};return le.tracingClient.withSpan("PageBlobClient-clearPages",d,(async p=>(0,ce.assertResponse)(await this.pageBlobContext.clearPages(0,{abortSignal:d.abortSignal,leaseAccessConditions:d.conditions,modifiedAccessConditions:{...d.conditions,ifTags:d.conditions?.tagConditions},range:(0,ne.rangeToString)({offset:i,count:c}),sequenceNumberAccessConditions:d.conditions,cpkInfo:d.customerProvidedKey,encryptionScope:d.encryptionScope,tracingOptions:p.tracingOptions}))))}async getPageRanges(i=0,c,d={}){d.conditions=d.conditions||{};return le.tracingClient.withSpan("PageBlobClient-getPageRanges",d,(async p=>{const A=(0,ce.assertResponse)(await this.pageBlobContext.getPageRanges({abortSignal:d.abortSignal,leaseAccessConditions:d.conditions,modifiedAccessConditions:{...d.conditions,ifTags:d.conditions?.tagConditions},range:(0,ne.rangeToString)({offset:i,count:c}),tracingOptions:p.tracingOptions}));return(0,ee.rangeResponseFromModel)(A)}))}async listPageRangesSegment(i=0,c,d,p={}){return le.tracingClient.withSpan("PageBlobClient-getPageRangesSegment",p,(async A=>(0,ce.assertResponse)(await this.pageBlobContext.getPageRanges({abortSignal:p.abortSignal,leaseAccessConditions:p.conditions,modifiedAccessConditions:{...p.conditions,ifTags:p.conditions?.tagConditions},range:(0,ne.rangeToString)({offset:i,count:c}),marker:d,maxPageSize:p.maxPageSize,tracingOptions:A.tracingOptions}))))}async*listPageRangeItemSegments(i=0,c,d,p={}){let A;if(!!d||d===undefined){do{A=await this.listPageRangesSegment(i,c,d,p);d=A.continuationToken;yield await A}while(d)}}async*listPageRangeItems(i=0,c,d={}){let p;for await(const A of this.listPageRangeItemSegments(i,c,p,d)){yield*(0,ce.ExtractPageRangeInfoItems)(A)}}listPageRanges(i=0,c,d={}){d.conditions=d.conditions||{};const p=this.listPageRangeItems(i,c,d);return{next(){return p.next()},[Symbol.asyncIterator](){return this},byPage:(p={})=>this.listPageRangeItemSegments(i,c,p.continuationToken,{maxPageSize:p.maxPageSize,...d})}}async getPageRangesDiff(i,c,d,p={}){p.conditions=p.conditions||{};return le.tracingClient.withSpan("PageBlobClient-getPageRangesDiff",p,(async A=>{const C=(0,ce.assertResponse)(await this.pageBlobContext.getPageRangesDiff({abortSignal:p.abortSignal,leaseAccessConditions:p.conditions,modifiedAccessConditions:{...p.conditions,ifTags:p.conditions?.tagConditions},prevsnapshot:d,range:(0,ne.rangeToString)({offset:i,count:c}),tracingOptions:A.tracingOptions}));return(0,ee.rangeResponseFromModel)(C)}))}async listPageRangesDiffSegment(i,c,d,p,A={}){return le.tracingClient.withSpan("PageBlobClient-getPageRangesDiffSegment",A,(async C=>(0,ce.assertResponse)(await this.pageBlobContext.getPageRangesDiff({abortSignal:A?.abortSignal,leaseAccessConditions:A?.conditions,modifiedAccessConditions:{...A?.conditions,ifTags:A?.conditions?.tagConditions},prevsnapshot:d,range:(0,ne.rangeToString)({offset:i,count:c}),marker:p,maxPageSize:A?.maxPageSize,tracingOptions:C.tracingOptions}))))}async*listPageRangeDiffItemSegments(i,c,d,p,A){let C;if(!!p||p===undefined){do{C=await this.listPageRangesDiffSegment(i,c,d,p,A);p=C.continuationToken;yield await C}while(p)}}async*listPageRangeDiffItems(i,c,d,p){let A;for await(const C of this.listPageRangeDiffItemSegments(i,c,d,A,p)){yield*(0,ce.ExtractPageRangeInfoItems)(C)}}listPageRangesDiff(i,c,d,p={}){p.conditions=p.conditions||{};const A=this.listPageRangeDiffItems(i,c,d,{...p});return{next(){return A.next()},[Symbol.asyncIterator](){return this},byPage:(A={})=>this.listPageRangeDiffItemSegments(i,c,d,A.continuationToken,{maxPageSize:A.maxPageSize,...p})}}async getPageRangesDiffForManagedDisks(i,c,d,p={}){p.conditions=p.conditions||{};return le.tracingClient.withSpan("PageBlobClient-GetPageRangesDiffForManagedDisks",p,(async A=>{const C=(0,ce.assertResponse)(await this.pageBlobContext.getPageRangesDiff({abortSignal:p.abortSignal,leaseAccessConditions:p.conditions,modifiedAccessConditions:{...p.conditions,ifTags:p.conditions?.tagConditions},prevSnapshotUrl:d,range:(0,ne.rangeToString)({offset:i,count:c}),tracingOptions:A.tracingOptions}));return(0,ee.rangeResponseFromModel)(C)}))}async resize(i,c={}){c.conditions=c.conditions||{};return le.tracingClient.withSpan("PageBlobClient-resize",c,(async d=>(0,ce.assertResponse)(await this.pageBlobContext.resize(i,{abortSignal:c.abortSignal,leaseAccessConditions:c.conditions,modifiedAccessConditions:{...c.conditions,ifTags:c.conditions?.tagConditions},encryptionScope:c.encryptionScope,tracingOptions:d.tracingOptions}))))}async updateSequenceNumber(i,c,d={}){d.conditions=d.conditions||{};return le.tracingClient.withSpan("PageBlobClient-updateSequenceNumber",d,(async p=>(0,ce.assertResponse)(await this.pageBlobContext.updateSequenceNumber(i,{abortSignal:d.abortSignal,blobSequenceNumber:c,leaseAccessConditions:d.conditions,modifiedAccessConditions:{...d.conditions,ifTags:d.conditions?.tagConditions},tracingOptions:p.tracingOptions}))))}async startCopyIncremental(i,c={}){return le.tracingClient.withSpan("PageBlobClient-startCopyIncremental",c,(async d=>(0,ce.assertResponse)(await this.pageBlobContext.copyIncremental(i,{abortSignal:c.abortSignal,modifiedAccessConditions:{...c.conditions,ifTags:c.conditions?.tagConditions},tracingOptions:d.tracingOptions}))))}}c.PageBlobClient=PageBlobClient},81884:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.ContainerClient=void 0;const p=d(20778);const A=d(87779);const C=d(50417);const S=d(35345);const v=d(68999);const T=d(25984);const _=d(73542);const V=d(53952);const Z=d(47764);const ee=d(656);const te=d(23276);const re=d(90372);const ne=d(12094);class ContainerClient extends _.StorageClient{containerContext;_containerName;get containerName(){return this._containerName}constructor(i,c,d){let _;let V;d=d||{};if((0,T.isPipelineLike)(c)){V=i;_=c}else if(A.isNodeLike&&c instanceof v.StorageSharedKeyCredential||c instanceof S.AnonymousCredential||(0,C.isTokenCredential)(c)){V=i;_=(0,T.newPipeline)(c,d)}else if(!c&&typeof c!=="string"){V=i;_=(0,T.newPipeline)(new S.AnonymousCredential,d)}else if(c&&typeof c==="string"){const C=c;const ee=(0,Z.extractConnectionStringParts)(i);if(ee.kind==="AccountConnString"){if(A.isNodeLike){const i=new v.StorageSharedKeyCredential(ee.accountName,ee.accountKey);V=(0,Z.appendToURLPath)(ee.url,encodeURIComponent(C));if(!d.proxyOptions){d.proxyOptions=(0,p.getDefaultProxySettings)(ee.proxyUri)}_=(0,T.newPipeline)(i,d)}else{throw new Error("Account connection string is only supported in Node.js environment")}}else if(ee.kind==="SASConnString"){V=(0,Z.appendToURLPath)(ee.url,encodeURIComponent(C))+"?"+ee.accountSas;_=(0,T.newPipeline)(new S.AnonymousCredential,d)}else{throw new Error("Connection string must be either an Account connection string or a SAS connection string")}}else{throw new Error("Expecting non-empty strings for containerName parameter")}super(V,_);this._containerName=this.getContainerNameFromUrl();this.containerContext=this.storageClientContext.container}async create(i={}){return V.tracingClient.withSpan("ContainerClient-create",i,(async i=>(0,Z.assertResponse)(await this.containerContext.create(i))))}async createIfNotExists(i={}){return V.tracingClient.withSpan("ContainerClient-createIfNotExists",i,(async i=>{try{const c=await this.create(i);return{succeeded:true,...c,_response:c._response}}catch(i){if(i.details?.errorCode==="ContainerAlreadyExists"){return{succeeded:false,...i.response?.parsedHeaders,_response:i.response}}else{throw i}}}))}async exists(i={}){return V.tracingClient.withSpan("ContainerClient-exists",i,(async c=>{try{await this.getProperties({abortSignal:i.abortSignal,tracingOptions:c.tracingOptions});return true}catch(i){if(i.statusCode===404){return false}throw i}}))}getBlobClient(i){return new re.BlobClient((0,Z.appendToURLPath)(this.url,(0,Z.EscapePath)(i)),this.pipeline)}getAppendBlobClient(i){return new re.AppendBlobClient((0,Z.appendToURLPath)(this.url,(0,Z.EscapePath)(i)),this.pipeline)}getBlockBlobClient(i){return new re.BlockBlobClient((0,Z.appendToURLPath)(this.url,(0,Z.EscapePath)(i)),this.pipeline)}getPageBlobClient(i){return new re.PageBlobClient((0,Z.appendToURLPath)(this.url,(0,Z.EscapePath)(i)),this.pipeline)}async getProperties(i={}){if(!i.conditions){i.conditions={}}return V.tracingClient.withSpan("ContainerClient-getProperties",i,(async c=>(0,Z.assertResponse)(await this.containerContext.getProperties({abortSignal:i.abortSignal,...i.conditions,tracingOptions:c.tracingOptions}))))}async delete(i={}){if(!i.conditions){i.conditions={}}return V.tracingClient.withSpan("ContainerClient-delete",i,(async c=>(0,Z.assertResponse)(await this.containerContext.delete({abortSignal:i.abortSignal,leaseAccessConditions:i.conditions,modifiedAccessConditions:i.conditions,tracingOptions:c.tracingOptions}))))}async deleteIfExists(i={}){return V.tracingClient.withSpan("ContainerClient-deleteIfExists",i,(async i=>{try{const c=await this.delete(i);return{succeeded:true,...c,_response:c._response}}catch(i){if(i.details?.errorCode==="ContainerNotFound"){return{succeeded:false,...i.response?.parsedHeaders,_response:i.response}}throw i}}))}async setMetadata(i,c={}){if(!c.conditions){c.conditions={}}if(c.conditions.ifUnmodifiedSince){throw new RangeError("the IfUnmodifiedSince must have their default values because they are ignored by the blob service")}return V.tracingClient.withSpan("ContainerClient-setMetadata",c,(async d=>(0,Z.assertResponse)(await this.containerContext.setMetadata({abortSignal:c.abortSignal,leaseAccessConditions:c.conditions,metadata:i,modifiedAccessConditions:c.conditions,tracingOptions:d.tracingOptions}))))}async getAccessPolicy(i={}){if(!i.conditions){i.conditions={}}return V.tracingClient.withSpan("ContainerClient-getAccessPolicy",i,(async c=>{const d=(0,Z.assertResponse)(await this.containerContext.getAccessPolicy({abortSignal:i.abortSignal,leaseAccessConditions:i.conditions,tracingOptions:c.tracingOptions}));const p={_response:d._response,blobPublicAccess:d.blobPublicAccess,date:d.date,etag:d.etag,errorCode:d.errorCode,lastModified:d.lastModified,requestId:d.requestId,clientRequestId:d.clientRequestId,signedIdentifiers:[],version:d.version};for(const i of d){let c=undefined;if(i.accessPolicy){c={permissions:i.accessPolicy.permissions};if(i.accessPolicy.expiresOn){c.expiresOn=new Date(i.accessPolicy.expiresOn)}if(i.accessPolicy.startsOn){c.startsOn=new Date(i.accessPolicy.startsOn)}}p.signedIdentifiers.push({accessPolicy:c,id:i.id})}return p}))}async setAccessPolicy(i,c,d={}){d.conditions=d.conditions||{};return V.tracingClient.withSpan("ContainerClient-setAccessPolicy",d,(async p=>{const A=[];for(const i of c||[]){A.push({accessPolicy:{expiresOn:i.accessPolicy.expiresOn?(0,Z.truncatedISO8061Date)(i.accessPolicy.expiresOn):"",permissions:i.accessPolicy.permissions,startsOn:i.accessPolicy.startsOn?(0,Z.truncatedISO8061Date)(i.accessPolicy.startsOn):""},id:i.id})}return(0,Z.assertResponse)(await this.containerContext.setAccessPolicy({abortSignal:d.abortSignal,access:i,containerAcl:A,leaseAccessConditions:d.conditions,modifiedAccessConditions:d.conditions,tracingOptions:p.tracingOptions}))}))}getBlobLeaseClient(i){return new te.BlobLeaseClient(this,i)}async uploadBlockBlob(i,c,d,p={}){return V.tracingClient.withSpan("ContainerClient-uploadBlockBlob",p,(async p=>{const A=this.getBlockBlobClient(i);const C=await A.upload(c,d,p);return{blockBlobClient:A,response:C}}))}async deleteBlob(i,c={}){return V.tracingClient.withSpan("ContainerClient-deleteBlob",c,(async d=>{let p=this.getBlobClient(i);if(c.versionId){p=p.withVersion(c.versionId)}return p.delete(d)}))}async listBlobFlatSegment(i,c={}){return V.tracingClient.withSpan("ContainerClient-listBlobFlatSegment",c,(async d=>{const p=(0,Z.assertResponse)(await this.containerContext.listBlobFlatSegment({marker:i,...c,tracingOptions:d.tracingOptions}));const A={...p,_response:{...p._response,parsedBody:(0,Z.ConvertInternalResponseOfListBlobFlat)(p._response.parsedBody)},segment:{...p.segment,blobItems:p.segment.blobItems.map((i=>{const c={...i,name:(0,Z.BlobNameToString)(i.name),tags:(0,Z.toTags)(i.blobTags),objectReplicationSourceProperties:(0,Z.parseObjectReplicationRecord)(i.objectReplicationMetadata)};return c}))}};return A}))}async listBlobHierarchySegment(i,c,d={}){return V.tracingClient.withSpan("ContainerClient-listBlobHierarchySegment",d,(async p=>{const A=(0,Z.assertResponse)(await this.containerContext.listBlobHierarchySegment(i,{marker:c,...d,tracingOptions:p.tracingOptions}));const C={...A,_response:{...A._response,parsedBody:(0,Z.ConvertInternalResponseOfListBlobHierarchy)(A._response.parsedBody)},segment:{...A.segment,blobItems:A.segment.blobItems.map((i=>{const c={...i,name:(0,Z.BlobNameToString)(i.name),tags:(0,Z.toTags)(i.blobTags),objectReplicationSourceProperties:(0,Z.parseObjectReplicationRecord)(i.objectReplicationMetadata)};return c})),blobPrefixes:A.segment.blobPrefixes?.map((i=>{const c={...i,name:(0,Z.BlobNameToString)(i.name)};return c}))}};return C}))}async*listSegments(i,c={}){let d;if(!!i||i===undefined){do{d=await this.listBlobFlatSegment(i,c);i=d.continuationToken;yield await d}while(i)}}async*listItems(i={}){let c;for await(const d of this.listSegments(c,i)){yield*d.segment.blobItems}}listBlobsFlat(i={}){const c=[];if(i.includeCopy){c.push("copy")}if(i.includeDeleted){c.push("deleted")}if(i.includeMetadata){c.push("metadata")}if(i.includeSnapshots){c.push("snapshots")}if(i.includeVersions){c.push("versions")}if(i.includeUncommitedBlobs){c.push("uncommittedblobs")}if(i.includeTags){c.push("tags")}if(i.includeDeletedWithVersions){c.push("deletedwithversions")}if(i.includeImmutabilityPolicy){c.push("immutabilitypolicy")}if(i.includeLegalHold){c.push("legalhold")}if(i.prefix===""){i.prefix=undefined}const d={...i,...c.length>0?{include:c}:{}};const p=this.listItems(d);return{next(){return p.next()},[Symbol.asyncIterator](){return this},byPage:(i={})=>this.listSegments(i.continuationToken,{maxPageSize:i.maxPageSize,...d})}}async*listHierarchySegments(i,c,d={}){let p;if(!!c||c===undefined){do{p=await this.listBlobHierarchySegment(i,c,d);c=p.continuationToken;yield await p}while(c)}}async*listItemsByHierarchy(i,c={}){let d;for await(const p of this.listHierarchySegments(i,d,c)){const i=p.segment;if(i.blobPrefixes){for(const c of i.blobPrefixes){yield{kind:"prefix",...c}}}for(const c of i.blobItems){yield{kind:"blob",...c}}}}listBlobsByHierarchy(i,c={}){if(i===""){throw new RangeError("delimiter should contain one or more characters")}const d=[];if(c.includeCopy){d.push("copy")}if(c.includeDeleted){d.push("deleted")}if(c.includeMetadata){d.push("metadata")}if(c.includeSnapshots){d.push("snapshots")}if(c.includeVersions){d.push("versions")}if(c.includeUncommitedBlobs){d.push("uncommittedblobs")}if(c.includeTags){d.push("tags")}if(c.includeDeletedWithVersions){d.push("deletedwithversions")}if(c.includeImmutabilityPolicy){d.push("immutabilitypolicy")}if(c.includeLegalHold){d.push("legalhold")}if(c.prefix===""){c.prefix=undefined}const p={...c,...d.length>0?{include:d}:{}};const A=this.listItemsByHierarchy(i,p);return{async next(){return A.next()},[Symbol.asyncIterator](){return this},byPage:(c={})=>this.listHierarchySegments(i,c.continuationToken,{maxPageSize:c.maxPageSize,...p})}}async findBlobsByTagsSegment(i,c,d={}){return V.tracingClient.withSpan("ContainerClient-findBlobsByTagsSegment",d,(async p=>{const A=(0,Z.assertResponse)(await this.containerContext.filterBlobs({abortSignal:d.abortSignal,where:i,marker:c,maxPageSize:d.maxPageSize,tracingOptions:p.tracingOptions}));const C={...A,_response:A._response,blobs:A.blobs.map((i=>{let c="";if(i.tags?.blobTagSet.length===1){c=i.tags.blobTagSet[0].value}return{...i,tags:(0,Z.toTags)(i.tags),tagValue:c}}))};return C}))}async*findBlobsByTagsSegments(i,c,d={}){let p;if(!!c||c===undefined){do{p=await this.findBlobsByTagsSegment(i,c,d);p.blobs=p.blobs||[];c=p.continuationToken;yield p}while(c)}}async*findBlobsByTagsItems(i,c={}){let d;for await(const p of this.findBlobsByTagsSegments(i,d,c)){yield*p.blobs}}findBlobsByTags(i,c={}){const d={...c};const p=this.findBlobsByTagsItems(i,d);return{next(){return p.next()},[Symbol.asyncIterator](){return this},byPage:(c={})=>this.findBlobsByTagsSegments(i,c.continuationToken,{maxPageSize:c.maxPageSize,...d})}}async getAccountInfo(i={}){return V.tracingClient.withSpan("ContainerClient-getAccountInfo",i,(async c=>(0,Z.assertResponse)(await this.containerContext.getAccountInfo({abortSignal:i.abortSignal,tracingOptions:c.tracingOptions}))))}getContainerNameFromUrl(){let i;try{const c=new URL(this.url);if(c.hostname.split(".")[1]==="blob"){i=c.pathname.split("/")[1]}else if((0,Z.isIpEndpointStyle)(c)){i=c.pathname.split("/")[2]}else{i=c.pathname.split("/")[1]}i=decodeURIComponent(i);if(!i){throw new Error("Provided containerName is invalid.")}return i}catch(i){throw new Error("Unable to extract containerName with provided information.")}}generateSasUrl(i){return new Promise((c=>{if(!(this.credential instanceof v.StorageSharedKeyCredential)){throw new RangeError("Can only generate the SAS when the client is initialized with a shared key credential")}const d=(0,ee.generateBlobSASQueryParameters)({containerName:this._containerName,...i},this.credential).toString();c((0,Z.appendToURLQuery)(this.url,d))}))}generateSasStringToSign(i){if(!(this.credential instanceof v.StorageSharedKeyCredential)){throw new RangeError("Can only generate the SAS when the client is initialized with a shared key credential")}return(0,ee.generateBlobSASQueryParametersInternal)({containerName:this._containerName,...i},this.credential).stringToSign}generateUserDelegationSasUrl(i,c){return new Promise((d=>{const p=(0,ee.generateBlobSASQueryParameters)({containerName:this._containerName,...i},c,this.accountName).toString();d((0,Z.appendToURLQuery)(this.url,p))}))}generateUserDelegationSasStringToSign(i,c){return(0,ee.generateBlobSASQueryParametersInternal)({containerName:this._containerName,...i},c,this.accountName).stringToSign}getBlobBatchClient(){return new ne.BlobBatchClient(this.url,this.pipeline)}}c.ContainerClient=ContainerClient},95302:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.rangeResponseFromModel=rangeResponseFromModel;function rangeResponseFromModel(i){const c=(i._response.parsedBody.pageRange||[]).map((i=>({offset:i.start,count:i.end-i.start})));const d=(i._response.parsedBody.clearRange||[]).map((i=>({offset:i.start,count:i.end-i.start})));return{...i,pageRange:c,clearRange:d,_response:{...i._response,parsedBody:{pageRange:c,clearRange:d}}}}},25984:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.Pipeline=c.StorageOAuthScopes=void 0;c.isPipelineLike=isPipelineLike;c.newPipeline=newPipeline;c.getCoreClientOptions=getCoreClientOptions;c.getCredentialFromPipeline=getCredentialFromPipeline;const p=d(61584);const A=d(20778);const C=d(60160);const S=d(78756);const v=d(50417);const T=d(46370);const _=d(98335);const V=d(68999);const Z=d(35345);const ee=d(27323);Object.defineProperty(c,"StorageOAuthScopes",{enumerable:true,get:function(){return ee.StorageOAuthScopes}});const te=d(51382);const re=d(490);const ne=d(31160);const ie=d(97999);const se=d(31821);const ae=d(99359);function isPipelineLike(i){if(!i||typeof i!=="object"){return false}const c=i;return Array.isArray(c.factories)&&typeof c.options==="object"&&typeof c.toServiceClientOptions==="function"}class Pipeline{factories;options;constructor(i,c={}){this.factories=i;this.options=c}toServiceClientOptions(){return{httpClient:this.options.httpClient,requestPolicyFactories:this.factories}}}c.Pipeline=Pipeline;function newPipeline(i,c={}){if(!i){i=new Z.AnonymousCredential}const d=new Pipeline([],c);d._credential=i;return d}function processDownlevelPipeline(i){const c=[isAnonymousCredential,isStorageSharedKeyCredential,isCoreHttpBearerTokenFactory,isStorageBrowserPolicyFactory,isStorageRetryPolicyFactory,isStorageTelemetryPolicyFactory,isCoreHttpPolicyFactory];if(i.factories.length){const d=i.factories.filter((i=>!c.some((c=>c(i)))));if(d.length){const i=d.some((i=>isInjectorPolicyFactory(i)));return{wrappedPolicies:(0,p.createRequestPolicyFactoryPolicy)(d),afterRetry:i}}}return undefined}function getCoreClientOptions(i){const{httpClient:c,...d}=i.options;let _=i._coreHttpClient;if(!_){_=c?(0,p.convertHttpClient)(c):(0,te.getCachedDefaultHttpClient)();i._coreHttpClient=_}let Z=i._corePipeline;if(!Z){const c=`azsdk-js-azure-storage-blob/${ee.SDK_VERSION}`;const p=d.userAgentOptions&&d.userAgentOptions.userAgentPrefix?`${d.userAgentOptions.userAgentPrefix} ${c}`:`${c}`;Z=(0,C.createClientPipeline)({...d,loggingOptions:{additionalAllowedHeaderNames:ee.StorageBlobLoggingAllowedHeaderNames,additionalAllowedQueryParameters:ee.StorageBlobLoggingAllowedQueryParameters,logger:T.logger.info},userAgentOptions:{userAgentPrefix:p},serializationOptions:{stringifyXML:S.stringifyXML,serializerOptions:{xml:{xmlCharKey:"#"}}},deserializationOptions:{parseXML:S.parseXML,serializerOptions:{xml:{xmlCharKey:"#"}}}});Z.removePolicy({phase:"Retry"});Z.removePolicy({name:A.decompressResponsePolicyName});Z.addPolicy((0,ae.storageCorrectContentLengthPolicy)());Z.addPolicy((0,ne.storageRetryPolicy)(d.retryOptions),{phase:"Retry"});Z.addPolicy((0,te.storageRequestFailureDetailsParserPolicy)());Z.addPolicy((0,re.storageBrowserPolicy)());const _=processDownlevelPipeline(i);if(_){Z.addPolicy(_.wrappedPolicies,_.afterRetry?{afterPhase:"Retry"}:undefined)}const se=getCredentialFromPipeline(i);if((0,v.isTokenCredential)(se)){Z.addPolicy((0,A.bearerTokenAuthenticationPolicy)({credential:se,scopes:d.audience??ee.StorageOAuthScopes,challengeCallbacks:{authorizeRequestOnChallenge:C.authorizeRequestOnTenantChallenge}}),{phase:"Sign"})}else if(se instanceof V.StorageSharedKeyCredential){Z.addPolicy((0,ie.storageSharedKeyCredentialPolicy)({accountName:se.accountName,accountKey:se.accountKey}),{phase:"Sign"})}i._corePipeline=Z}return{...d,allowInsecureConnection:true,httpClient:_,pipeline:Z}}function getCredentialFromPipeline(i){if(i._credential){return i._credential}let c=new Z.AnonymousCredential;for(const d of i.factories){if((0,v.isTokenCredential)(d.credential)){c=d.credential}else if(isStorageSharedKeyCredential(d)){return d}}return c}function isStorageSharedKeyCredential(i){if(i instanceof V.StorageSharedKeyCredential){return true}return i.constructor.name==="StorageSharedKeyCredential"}function isAnonymousCredential(i){if(i instanceof Z.AnonymousCredential){return true}return i.constructor.name==="AnonymousCredential"}function isCoreHttpBearerTokenFactory(i){return(0,v.isTokenCredential)(i.credential)}function isStorageBrowserPolicyFactory(i){if(i instanceof se.StorageBrowserPolicyFactory){return true}return i.constructor.name==="StorageBrowserPolicyFactory"}function isStorageRetryPolicyFactory(i){if(i instanceof _.StorageRetryPolicyFactory){return true}return i.constructor.name==="StorageRetryPolicyFactory"}function isStorageTelemetryPolicyFactory(i){return i.constructor.name==="TelemetryPolicyFactory"}function isInjectorPolicyFactory(i){return i.constructor.name==="InjectorPolicyFactory"}function isCoreHttpPolicyFactory(i){const c=["GenerateClientRequestIdPolicy","TracingPolicy","LogPolicy","ProxyPolicy","DisableResponseDecompressionPolicy","KeepAlivePolicy","DeserializationPolicy"];const d={sendRequest:async i=>({request:i,headers:i.headers.clone(),status:500})};const p={log(i,c){},shouldLog(i){return false}};const A=i.create(d,p);const C=A.constructor.name;return c.some((i=>C.startsWith(i)))}},52045:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.rangeToString=rangeToString;function rangeToString(i){if(i.offset<0){throw new RangeError(`Range.offset cannot be smaller than 0.`)}if(i.count&&i.count<=0){throw new RangeError(`Range.count must be larger than 0. Leave it undefined if you want a range from offset to the end.`)}return i.count?`bytes=${i.offset}-${i.offset+i.count-1}`:`bytes=${i.offset}-`}},31821:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.StorageBrowserPolicyFactory=c.StorageBrowserPolicy=void 0;const p=d(78654);Object.defineProperty(c,"StorageBrowserPolicy",{enumerable:true,get:function(){return p.StorageBrowserPolicy}});class StorageBrowserPolicyFactory{create(i,c){return new p.StorageBrowserPolicy(i,c)}}c.StorageBrowserPolicyFactory=StorageBrowserPolicyFactory},73542:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.StorageClient=void 0;const p=d(53789);const A=d(25984);const C=d(47764);class StorageClient{url;accountName;pipeline;credential;storageClientContext;isHttps;constructor(i,c){this.url=(0,C.escapeURLPath)(i);this.accountName=(0,C.getAccountNameFromUrl)(i);this.pipeline=c;this.storageClientContext=new p.StorageContextClient(this.url,(0,A.getCoreClientOptions)(c));this.isHttps=(0,C.iEqual)((0,C.getURLScheme)(this.url)||"","https");this.credential=(0,A.getCredentialFromPipeline)(c);const d=this.storageClientContext;d.requestContentType=undefined}}c.StorageClient=StorageClient},53789:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.StorageContextClient=void 0;const p=d(30247);class StorageContextClient extends p.StorageClient{async sendOperationRequest(i,c){const d={...c};if(d.path==="/{containerName}"||d.path==="/{containerName}/{blob}"){d.path=""}return super.sendOperationRequest(i,d)}}c.StorageContextClient=StorageContextClient},98335:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.StorageRetryPolicyFactory=c.StorageRetryPolicy=c.StorageRetryPolicyType=void 0;const p=d(57996);Object.defineProperty(c,"StorageRetryPolicy",{enumerable:true,get:function(){return p.StorageRetryPolicy}});const A=d(16308);Object.defineProperty(c,"StorageRetryPolicyType",{enumerable:true,get:function(){return A.StorageRetryPolicyType}});class StorageRetryPolicyFactory{retryOptions;constructor(i){this.retryOptions=i}create(i,c){return new p.StorageRetryPolicy(i,c,this.retryOptions)}}c.StorageRetryPolicyFactory=StorageRetryPolicyFactory},35345:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.AnonymousCredential=void 0;const p=d(13501);const A=d(52596);class AnonymousCredential extends A.Credential{create(i,c){return new p.AnonymousCredentialPolicy(i,c)}}c.AnonymousCredential=AnonymousCredential},52596:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.Credential=void 0;class Credential{create(i,c){throw new Error("Method should be implemented in children classes.")}}c.Credential=Credential},68999:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.StorageSharedKeyCredential=void 0;const p=d(77598);const A=d(45511);const C=d(52596);class StorageSharedKeyCredential extends C.Credential{accountName;accountKey;constructor(i,c){super();this.accountName=i;this.accountKey=Buffer.from(c,"base64")}create(i,c){return new A.StorageSharedKeyCredentialPolicy(i,c,this)}computeHMACSHA256(i){return(0,p.createHmac)("sha256",this.accountKey).update(i,"utf8").digest("base64")}}c.StorageSharedKeyCredential=StorageSharedKeyCredential},10992:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.UserDelegationKeyCredential=void 0;const p=d(77598);class UserDelegationKeyCredential{accountName;userDelegationKey;key;constructor(i,c){this.accountName=i;this.userDelegationKey=c;this.key=Buffer.from(c.value,"base64")}computeHMACSHA256(i){return(0,p.createHmac)("sha256",this.key).update(i,"utf8").digest("base64")}}c.UserDelegationKeyCredential=UserDelegationKeyCredential},30247:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.StorageClient=void 0;const p=d(61860);p.__exportStar(d(12362),c);var A=d(5313);Object.defineProperty(c,"StorageClient",{enumerable:true,get:function(){return A.StorageClient}});p.__exportStar(d(82354),c)},12362:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.KnownStorageErrorCode=c.KnownBlobExpiryOptions=c.KnownFileShareTokenIntent=c.KnownEncryptionAlgorithmType=void 0;var d;(function(i){i["AES256"]="AES256"})(d||(c.KnownEncryptionAlgorithmType=d={}));var p;(function(i){i["Backup"]="backup"})(p||(c.KnownFileShareTokenIntent=p={}));var A;(function(i){i["NeverExpire"]="NeverExpire";i["RelativeToCreation"]="RelativeToCreation";i["RelativeToNow"]="RelativeToNow";i["Absolute"]="Absolute"})(A||(c.KnownBlobExpiryOptions=A={}));var C;(function(i){i["AccountAlreadyExists"]="AccountAlreadyExists";i["AccountBeingCreated"]="AccountBeingCreated";i["AccountIsDisabled"]="AccountIsDisabled";i["AuthenticationFailed"]="AuthenticationFailed";i["AuthorizationFailure"]="AuthorizationFailure";i["ConditionHeadersNotSupported"]="ConditionHeadersNotSupported";i["ConditionNotMet"]="ConditionNotMet";i["EmptyMetadataKey"]="EmptyMetadataKey";i["InsufficientAccountPermissions"]="InsufficientAccountPermissions";i["InternalError"]="InternalError";i["InvalidAuthenticationInfo"]="InvalidAuthenticationInfo";i["InvalidHeaderValue"]="InvalidHeaderValue";i["InvalidHttpVerb"]="InvalidHttpVerb";i["InvalidInput"]="InvalidInput";i["InvalidMd5"]="InvalidMd5";i["InvalidMetadata"]="InvalidMetadata";i["InvalidQueryParameterValue"]="InvalidQueryParameterValue";i["InvalidRange"]="InvalidRange";i["InvalidResourceName"]="InvalidResourceName";i["InvalidUri"]="InvalidUri";i["InvalidXmlDocument"]="InvalidXmlDocument";i["InvalidXmlNodeValue"]="InvalidXmlNodeValue";i["Md5Mismatch"]="Md5Mismatch";i["MetadataTooLarge"]="MetadataTooLarge";i["MissingContentLengthHeader"]="MissingContentLengthHeader";i["MissingRequiredQueryParameter"]="MissingRequiredQueryParameter";i["MissingRequiredHeader"]="MissingRequiredHeader";i["MissingRequiredXmlNode"]="MissingRequiredXmlNode";i["MultipleConditionHeadersNotSupported"]="MultipleConditionHeadersNotSupported";i["OperationTimedOut"]="OperationTimedOut";i["OutOfRangeInput"]="OutOfRangeInput";i["OutOfRangeQueryParameterValue"]="OutOfRangeQueryParameterValue";i["RequestBodyTooLarge"]="RequestBodyTooLarge";i["ResourceTypeMismatch"]="ResourceTypeMismatch";i["RequestUrlFailedToParse"]="RequestUrlFailedToParse";i["ResourceAlreadyExists"]="ResourceAlreadyExists";i["ResourceNotFound"]="ResourceNotFound";i["ServerBusy"]="ServerBusy";i["UnsupportedHeader"]="UnsupportedHeader";i["UnsupportedXmlNode"]="UnsupportedXmlNode";i["UnsupportedQueryParameter"]="UnsupportedQueryParameter";i["UnsupportedHttpVerb"]="UnsupportedHttpVerb";i["AppendPositionConditionNotMet"]="AppendPositionConditionNotMet";i["BlobAlreadyExists"]="BlobAlreadyExists";i["BlobImmutableDueToPolicy"]="BlobImmutableDueToPolicy";i["BlobNotFound"]="BlobNotFound";i["BlobOverwritten"]="BlobOverwritten";i["BlobTierInadequateForContentLength"]="BlobTierInadequateForContentLength";i["BlobUsesCustomerSpecifiedEncryption"]="BlobUsesCustomerSpecifiedEncryption";i["BlockCountExceedsLimit"]="BlockCountExceedsLimit";i["BlockListTooLong"]="BlockListTooLong";i["CannotChangeToLowerTier"]="CannotChangeToLowerTier";i["CannotVerifyCopySource"]="CannotVerifyCopySource";i["ContainerAlreadyExists"]="ContainerAlreadyExists";i["ContainerBeingDeleted"]="ContainerBeingDeleted";i["ContainerDisabled"]="ContainerDisabled";i["ContainerNotFound"]="ContainerNotFound";i["ContentLengthLargerThanTierLimit"]="ContentLengthLargerThanTierLimit";i["CopyAcrossAccountsNotSupported"]="CopyAcrossAccountsNotSupported";i["CopyIdMismatch"]="CopyIdMismatch";i["FeatureVersionMismatch"]="FeatureVersionMismatch";i["IncrementalCopyBlobMismatch"]="IncrementalCopyBlobMismatch";i["IncrementalCopyOfEarlierVersionSnapshotNotAllowed"]="IncrementalCopyOfEarlierVersionSnapshotNotAllowed";i["IncrementalCopySourceMustBeSnapshot"]="IncrementalCopySourceMustBeSnapshot";i["InfiniteLeaseDurationRequired"]="InfiniteLeaseDurationRequired";i["InvalidBlobOrBlock"]="InvalidBlobOrBlock";i["InvalidBlobTier"]="InvalidBlobTier";i["InvalidBlobType"]="InvalidBlobType";i["InvalidBlockId"]="InvalidBlockId";i["InvalidBlockList"]="InvalidBlockList";i["InvalidOperation"]="InvalidOperation";i["InvalidPageRange"]="InvalidPageRange";i["InvalidSourceBlobType"]="InvalidSourceBlobType";i["InvalidSourceBlobUrl"]="InvalidSourceBlobUrl";i["InvalidVersionForPageBlobOperation"]="InvalidVersionForPageBlobOperation";i["LeaseAlreadyPresent"]="LeaseAlreadyPresent";i["LeaseAlreadyBroken"]="LeaseAlreadyBroken";i["LeaseIdMismatchWithBlobOperation"]="LeaseIdMismatchWithBlobOperation";i["LeaseIdMismatchWithContainerOperation"]="LeaseIdMismatchWithContainerOperation";i["LeaseIdMismatchWithLeaseOperation"]="LeaseIdMismatchWithLeaseOperation";i["LeaseIdMissing"]="LeaseIdMissing";i["LeaseIsBreakingAndCannotBeAcquired"]="LeaseIsBreakingAndCannotBeAcquired";i["LeaseIsBreakingAndCannotBeChanged"]="LeaseIsBreakingAndCannotBeChanged";i["LeaseIsBrokenAndCannotBeRenewed"]="LeaseIsBrokenAndCannotBeRenewed";i["LeaseLost"]="LeaseLost";i["LeaseNotPresentWithBlobOperation"]="LeaseNotPresentWithBlobOperation";i["LeaseNotPresentWithContainerOperation"]="LeaseNotPresentWithContainerOperation";i["LeaseNotPresentWithLeaseOperation"]="LeaseNotPresentWithLeaseOperation";i["MaxBlobSizeConditionNotMet"]="MaxBlobSizeConditionNotMet";i["NoAuthenticationInformation"]="NoAuthenticationInformation";i["NoPendingCopyOperation"]="NoPendingCopyOperation";i["OperationNotAllowedOnIncrementalCopyBlob"]="OperationNotAllowedOnIncrementalCopyBlob";i["PendingCopyOperation"]="PendingCopyOperation";i["PreviousSnapshotCannotBeNewer"]="PreviousSnapshotCannotBeNewer";i["PreviousSnapshotNotFound"]="PreviousSnapshotNotFound";i["PreviousSnapshotOperationNotSupported"]="PreviousSnapshotOperationNotSupported";i["SequenceNumberConditionNotMet"]="SequenceNumberConditionNotMet";i["SequenceNumberIncrementTooLarge"]="SequenceNumberIncrementTooLarge";i["SnapshotCountExceeded"]="SnapshotCountExceeded";i["SnapshotOperationRateExceeded"]="SnapshotOperationRateExceeded";i["SnapshotsPresent"]="SnapshotsPresent";i["SourceConditionNotMet"]="SourceConditionNotMet";i["SystemInUse"]="SystemInUse";i["TargetConditionNotMet"]="TargetConditionNotMet";i["UnauthorizedBlobOverwrite"]="UnauthorizedBlobOverwrite";i["BlobBeingRehydrated"]="BlobBeingRehydrated";i["BlobArchived"]="BlobArchived";i["BlobNotArchived"]="BlobNotArchived";i["AuthorizationSourceIPMismatch"]="AuthorizationSourceIPMismatch";i["AuthorizationProtocolMismatch"]="AuthorizationProtocolMismatch";i["AuthorizationPermissionMismatch"]="AuthorizationPermissionMismatch";i["AuthorizationServiceMismatch"]="AuthorizationServiceMismatch";i["AuthorizationResourceTypeMismatch"]="AuthorizationResourceTypeMismatch";i["BlobAccessTierNotSupportedForAccountType"]="BlobAccessTierNotSupportedForAccountType"})(C||(c.KnownStorageErrorCode=C={}))},84424:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.ServiceGetUserDelegationKeyHeaders=c.ServiceListContainersSegmentExceptionHeaders=c.ServiceListContainersSegmentHeaders=c.ServiceGetStatisticsExceptionHeaders=c.ServiceGetStatisticsHeaders=c.ServiceGetPropertiesExceptionHeaders=c.ServiceGetPropertiesHeaders=c.ServiceSetPropertiesExceptionHeaders=c.ServiceSetPropertiesHeaders=c.ArrowField=c.ArrowConfiguration=c.JsonTextConfiguration=c.DelimitedTextConfiguration=c.QueryFormat=c.QuerySerialization=c.QueryRequest=c.ClearRange=c.PageRange=c.PageList=c.Block=c.BlockList=c.BlockLookupList=c.BlobPrefix=c.BlobHierarchyListSegment=c.ListBlobsHierarchySegmentResponse=c.BlobPropertiesInternal=c.BlobName=c.BlobItemInternal=c.BlobFlatListSegment=c.ListBlobsFlatSegmentResponse=c.AccessPolicy=c.SignedIdentifier=c.BlobTag=c.BlobTags=c.FilterBlobItem=c.FilterBlobSegment=c.UserDelegationKey=c.KeyInfo=c.ContainerProperties=c.ContainerItem=c.ListContainersSegmentResponse=c.GeoReplication=c.BlobServiceStatistics=c.StorageError=c.StaticWebsite=c.CorsRule=c.Metrics=c.RetentionPolicy=c.Logging=c.BlobServiceProperties=void 0;c.BlobUndeleteHeaders=c.BlobDeleteExceptionHeaders=c.BlobDeleteHeaders=c.BlobGetPropertiesExceptionHeaders=c.BlobGetPropertiesHeaders=c.BlobDownloadExceptionHeaders=c.BlobDownloadHeaders=c.ContainerGetAccountInfoExceptionHeaders=c.ContainerGetAccountInfoHeaders=c.ContainerListBlobHierarchySegmentExceptionHeaders=c.ContainerListBlobHierarchySegmentHeaders=c.ContainerListBlobFlatSegmentExceptionHeaders=c.ContainerListBlobFlatSegmentHeaders=c.ContainerChangeLeaseExceptionHeaders=c.ContainerChangeLeaseHeaders=c.ContainerBreakLeaseExceptionHeaders=c.ContainerBreakLeaseHeaders=c.ContainerRenewLeaseExceptionHeaders=c.ContainerRenewLeaseHeaders=c.ContainerReleaseLeaseExceptionHeaders=c.ContainerReleaseLeaseHeaders=c.ContainerAcquireLeaseExceptionHeaders=c.ContainerAcquireLeaseHeaders=c.ContainerFilterBlobsExceptionHeaders=c.ContainerFilterBlobsHeaders=c.ContainerSubmitBatchExceptionHeaders=c.ContainerSubmitBatchHeaders=c.ContainerRenameExceptionHeaders=c.ContainerRenameHeaders=c.ContainerRestoreExceptionHeaders=c.ContainerRestoreHeaders=c.ContainerSetAccessPolicyExceptionHeaders=c.ContainerSetAccessPolicyHeaders=c.ContainerGetAccessPolicyExceptionHeaders=c.ContainerGetAccessPolicyHeaders=c.ContainerSetMetadataExceptionHeaders=c.ContainerSetMetadataHeaders=c.ContainerDeleteExceptionHeaders=c.ContainerDeleteHeaders=c.ContainerGetPropertiesExceptionHeaders=c.ContainerGetPropertiesHeaders=c.ContainerCreateExceptionHeaders=c.ContainerCreateHeaders=c.ServiceFilterBlobsExceptionHeaders=c.ServiceFilterBlobsHeaders=c.ServiceSubmitBatchExceptionHeaders=c.ServiceSubmitBatchHeaders=c.ServiceGetAccountInfoExceptionHeaders=c.ServiceGetAccountInfoHeaders=c.ServiceGetUserDelegationKeyExceptionHeaders=void 0;c.PageBlobGetPageRangesHeaders=c.PageBlobUploadPagesFromURLExceptionHeaders=c.PageBlobUploadPagesFromURLHeaders=c.PageBlobClearPagesExceptionHeaders=c.PageBlobClearPagesHeaders=c.PageBlobUploadPagesExceptionHeaders=c.PageBlobUploadPagesHeaders=c.PageBlobCreateExceptionHeaders=c.PageBlobCreateHeaders=c.BlobSetTagsExceptionHeaders=c.BlobSetTagsHeaders=c.BlobGetTagsExceptionHeaders=c.BlobGetTagsHeaders=c.BlobQueryExceptionHeaders=c.BlobQueryHeaders=c.BlobGetAccountInfoExceptionHeaders=c.BlobGetAccountInfoHeaders=c.BlobSetTierExceptionHeaders=c.BlobSetTierHeaders=c.BlobAbortCopyFromURLExceptionHeaders=c.BlobAbortCopyFromURLHeaders=c.BlobCopyFromURLExceptionHeaders=c.BlobCopyFromURLHeaders=c.BlobStartCopyFromURLExceptionHeaders=c.BlobStartCopyFromURLHeaders=c.BlobCreateSnapshotExceptionHeaders=c.BlobCreateSnapshotHeaders=c.BlobBreakLeaseExceptionHeaders=c.BlobBreakLeaseHeaders=c.BlobChangeLeaseExceptionHeaders=c.BlobChangeLeaseHeaders=c.BlobRenewLeaseExceptionHeaders=c.BlobRenewLeaseHeaders=c.BlobReleaseLeaseExceptionHeaders=c.BlobReleaseLeaseHeaders=c.BlobAcquireLeaseExceptionHeaders=c.BlobAcquireLeaseHeaders=c.BlobSetMetadataExceptionHeaders=c.BlobSetMetadataHeaders=c.BlobSetLegalHoldExceptionHeaders=c.BlobSetLegalHoldHeaders=c.BlobDeleteImmutabilityPolicyExceptionHeaders=c.BlobDeleteImmutabilityPolicyHeaders=c.BlobSetImmutabilityPolicyExceptionHeaders=c.BlobSetImmutabilityPolicyHeaders=c.BlobSetHttpHeadersExceptionHeaders=c.BlobSetHttpHeadersHeaders=c.BlobSetExpiryExceptionHeaders=c.BlobSetExpiryHeaders=c.BlobUndeleteExceptionHeaders=void 0;c.BlockBlobGetBlockListExceptionHeaders=c.BlockBlobGetBlockListHeaders=c.BlockBlobCommitBlockListExceptionHeaders=c.BlockBlobCommitBlockListHeaders=c.BlockBlobStageBlockFromURLExceptionHeaders=c.BlockBlobStageBlockFromURLHeaders=c.BlockBlobStageBlockExceptionHeaders=c.BlockBlobStageBlockHeaders=c.BlockBlobPutBlobFromUrlExceptionHeaders=c.BlockBlobPutBlobFromUrlHeaders=c.BlockBlobUploadExceptionHeaders=c.BlockBlobUploadHeaders=c.AppendBlobSealExceptionHeaders=c.AppendBlobSealHeaders=c.AppendBlobAppendBlockFromUrlExceptionHeaders=c.AppendBlobAppendBlockFromUrlHeaders=c.AppendBlobAppendBlockExceptionHeaders=c.AppendBlobAppendBlockHeaders=c.AppendBlobCreateExceptionHeaders=c.AppendBlobCreateHeaders=c.PageBlobCopyIncrementalExceptionHeaders=c.PageBlobCopyIncrementalHeaders=c.PageBlobUpdateSequenceNumberExceptionHeaders=c.PageBlobUpdateSequenceNumberHeaders=c.PageBlobResizeExceptionHeaders=c.PageBlobResizeHeaders=c.PageBlobGetPageRangesDiffExceptionHeaders=c.PageBlobGetPageRangesDiffHeaders=c.PageBlobGetPageRangesExceptionHeaders=void 0;c.BlobServiceProperties={serializedName:"BlobServiceProperties",xmlName:"StorageServiceProperties",type:{name:"Composite",className:"BlobServiceProperties",modelProperties:{blobAnalyticsLogging:{serializedName:"Logging",xmlName:"Logging",type:{name:"Composite",className:"Logging"}},hourMetrics:{serializedName:"HourMetrics",xmlName:"HourMetrics",type:{name:"Composite",className:"Metrics"}},minuteMetrics:{serializedName:"MinuteMetrics",xmlName:"MinuteMetrics",type:{name:"Composite",className:"Metrics"}},cors:{serializedName:"Cors",xmlName:"Cors",xmlIsWrapped:true,xmlElementName:"CorsRule",type:{name:"Sequence",element:{type:{name:"Composite",className:"CorsRule"}}}},defaultServiceVersion:{serializedName:"DefaultServiceVersion",xmlName:"DefaultServiceVersion",type:{name:"String"}},deleteRetentionPolicy:{serializedName:"DeleteRetentionPolicy",xmlName:"DeleteRetentionPolicy",type:{name:"Composite",className:"RetentionPolicy"}},staticWebsite:{serializedName:"StaticWebsite",xmlName:"StaticWebsite",type:{name:"Composite",className:"StaticWebsite"}}}}};c.Logging={serializedName:"Logging",type:{name:"Composite",className:"Logging",modelProperties:{version:{serializedName:"Version",required:true,xmlName:"Version",type:{name:"String"}},deleteProperty:{serializedName:"Delete",required:true,xmlName:"Delete",type:{name:"Boolean"}},read:{serializedName:"Read",required:true,xmlName:"Read",type:{name:"Boolean"}},write:{serializedName:"Write",required:true,xmlName:"Write",type:{name:"Boolean"}},retentionPolicy:{serializedName:"RetentionPolicy",xmlName:"RetentionPolicy",type:{name:"Composite",className:"RetentionPolicy"}}}}};c.RetentionPolicy={serializedName:"RetentionPolicy",type:{name:"Composite",className:"RetentionPolicy",modelProperties:{enabled:{serializedName:"Enabled",required:true,xmlName:"Enabled",type:{name:"Boolean"}},days:{constraints:{InclusiveMinimum:1},serializedName:"Days",xmlName:"Days",type:{name:"Number"}}}}};c.Metrics={serializedName:"Metrics",type:{name:"Composite",className:"Metrics",modelProperties:{version:{serializedName:"Version",xmlName:"Version",type:{name:"String"}},enabled:{serializedName:"Enabled",required:true,xmlName:"Enabled",type:{name:"Boolean"}},includeAPIs:{serializedName:"IncludeAPIs",xmlName:"IncludeAPIs",type:{name:"Boolean"}},retentionPolicy:{serializedName:"RetentionPolicy",xmlName:"RetentionPolicy",type:{name:"Composite",className:"RetentionPolicy"}}}}};c.CorsRule={serializedName:"CorsRule",type:{name:"Composite",className:"CorsRule",modelProperties:{allowedOrigins:{serializedName:"AllowedOrigins",required:true,xmlName:"AllowedOrigins",type:{name:"String"}},allowedMethods:{serializedName:"AllowedMethods",required:true,xmlName:"AllowedMethods",type:{name:"String"}},allowedHeaders:{serializedName:"AllowedHeaders",required:true,xmlName:"AllowedHeaders",type:{name:"String"}},exposedHeaders:{serializedName:"ExposedHeaders",required:true,xmlName:"ExposedHeaders",type:{name:"String"}},maxAgeInSeconds:{constraints:{InclusiveMinimum:0},serializedName:"MaxAgeInSeconds",required:true,xmlName:"MaxAgeInSeconds",type:{name:"Number"}}}}};c.StaticWebsite={serializedName:"StaticWebsite",type:{name:"Composite",className:"StaticWebsite",modelProperties:{enabled:{serializedName:"Enabled",required:true,xmlName:"Enabled",type:{name:"Boolean"}},indexDocument:{serializedName:"IndexDocument",xmlName:"IndexDocument",type:{name:"String"}},errorDocument404Path:{serializedName:"ErrorDocument404Path",xmlName:"ErrorDocument404Path",type:{name:"String"}},defaultIndexDocumentPath:{serializedName:"DefaultIndexDocumentPath",xmlName:"DefaultIndexDocumentPath",type:{name:"String"}}}}};c.StorageError={serializedName:"StorageError",type:{name:"Composite",className:"StorageError",modelProperties:{message:{serializedName:"Message",xmlName:"Message",type:{name:"String"}},copySourceStatusCode:{serializedName:"CopySourceStatusCode",xmlName:"CopySourceStatusCode",type:{name:"Number"}},copySourceErrorCode:{serializedName:"CopySourceErrorCode",xmlName:"CopySourceErrorCode",type:{name:"String"}},copySourceErrorMessage:{serializedName:"CopySourceErrorMessage",xmlName:"CopySourceErrorMessage",type:{name:"String"}},code:{serializedName:"Code",xmlName:"Code",type:{name:"String"}},authenticationErrorDetail:{serializedName:"AuthenticationErrorDetail",xmlName:"AuthenticationErrorDetail",type:{name:"String"}}}}};c.BlobServiceStatistics={serializedName:"BlobServiceStatistics",xmlName:"StorageServiceStats",type:{name:"Composite",className:"BlobServiceStatistics",modelProperties:{geoReplication:{serializedName:"GeoReplication",xmlName:"GeoReplication",type:{name:"Composite",className:"GeoReplication"}}}}};c.GeoReplication={serializedName:"GeoReplication",type:{name:"Composite",className:"GeoReplication",modelProperties:{status:{serializedName:"Status",required:true,xmlName:"Status",type:{name:"Enum",allowedValues:["live","bootstrap","unavailable"]}},lastSyncOn:{serializedName:"LastSyncTime",required:true,xmlName:"LastSyncTime",type:{name:"DateTimeRfc1123"}}}}};c.ListContainersSegmentResponse={serializedName:"ListContainersSegmentResponse",xmlName:"EnumerationResults",type:{name:"Composite",className:"ListContainersSegmentResponse",modelProperties:{serviceEndpoint:{serializedName:"ServiceEndpoint",required:true,xmlName:"ServiceEndpoint",xmlIsAttribute:true,type:{name:"String"}},prefix:{serializedName:"Prefix",xmlName:"Prefix",type:{name:"String"}},marker:{serializedName:"Marker",xmlName:"Marker",type:{name:"String"}},maxPageSize:{serializedName:"MaxResults",xmlName:"MaxResults",type:{name:"Number"}},containerItems:{serializedName:"ContainerItems",required:true,xmlName:"Containers",xmlIsWrapped:true,xmlElementName:"Container",type:{name:"Sequence",element:{type:{name:"Composite",className:"ContainerItem"}}}},continuationToken:{serializedName:"NextMarker",xmlName:"NextMarker",type:{name:"String"}}}}};c.ContainerItem={serializedName:"ContainerItem",xmlName:"Container",type:{name:"Composite",className:"ContainerItem",modelProperties:{name:{serializedName:"Name",required:true,xmlName:"Name",type:{name:"String"}},deleted:{serializedName:"Deleted",xmlName:"Deleted",type:{name:"Boolean"}},version:{serializedName:"Version",xmlName:"Version",type:{name:"String"}},properties:{serializedName:"Properties",xmlName:"Properties",type:{name:"Composite",className:"ContainerProperties"}},metadata:{serializedName:"Metadata",xmlName:"Metadata",type:{name:"Dictionary",value:{type:{name:"String"}}}}}}};c.ContainerProperties={serializedName:"ContainerProperties",type:{name:"Composite",className:"ContainerProperties",modelProperties:{lastModified:{serializedName:"Last-Modified",required:true,xmlName:"Last-Modified",type:{name:"DateTimeRfc1123"}},etag:{serializedName:"Etag",required:true,xmlName:"Etag",type:{name:"String"}},leaseStatus:{serializedName:"LeaseStatus",xmlName:"LeaseStatus",type:{name:"Enum",allowedValues:["locked","unlocked"]}},leaseState:{serializedName:"LeaseState",xmlName:"LeaseState",type:{name:"Enum",allowedValues:["available","leased","expired","breaking","broken"]}},leaseDuration:{serializedName:"LeaseDuration",xmlName:"LeaseDuration",type:{name:"Enum",allowedValues:["infinite","fixed"]}},publicAccess:{serializedName:"PublicAccess",xmlName:"PublicAccess",type:{name:"Enum",allowedValues:["container","blob"]}},hasImmutabilityPolicy:{serializedName:"HasImmutabilityPolicy",xmlName:"HasImmutabilityPolicy",type:{name:"Boolean"}},hasLegalHold:{serializedName:"HasLegalHold",xmlName:"HasLegalHold",type:{name:"Boolean"}},defaultEncryptionScope:{serializedName:"DefaultEncryptionScope",xmlName:"DefaultEncryptionScope",type:{name:"String"}},preventEncryptionScopeOverride:{serializedName:"DenyEncryptionScopeOverride",xmlName:"DenyEncryptionScopeOverride",type:{name:"Boolean"}},deletedOn:{serializedName:"DeletedTime",xmlName:"DeletedTime",type:{name:"DateTimeRfc1123"}},remainingRetentionDays:{serializedName:"RemainingRetentionDays",xmlName:"RemainingRetentionDays",type:{name:"Number"}},isImmutableStorageWithVersioningEnabled:{serializedName:"ImmutableStorageWithVersioningEnabled",xmlName:"ImmutableStorageWithVersioningEnabled",type:{name:"Boolean"}}}}};c.KeyInfo={serializedName:"KeyInfo",type:{name:"Composite",className:"KeyInfo",modelProperties:{startsOn:{serializedName:"Start",required:true,xmlName:"Start",type:{name:"String"}},expiresOn:{serializedName:"Expiry",required:true,xmlName:"Expiry",type:{name:"String"}}}}};c.UserDelegationKey={serializedName:"UserDelegationKey",type:{name:"Composite",className:"UserDelegationKey",modelProperties:{signedObjectId:{serializedName:"SignedOid",required:true,xmlName:"SignedOid",type:{name:"String"}},signedTenantId:{serializedName:"SignedTid",required:true,xmlName:"SignedTid",type:{name:"String"}},signedStartsOn:{serializedName:"SignedStart",required:true,xmlName:"SignedStart",type:{name:"String"}},signedExpiresOn:{serializedName:"SignedExpiry",required:true,xmlName:"SignedExpiry",type:{name:"String"}},signedService:{serializedName:"SignedService",required:true,xmlName:"SignedService",type:{name:"String"}},signedVersion:{serializedName:"SignedVersion",required:true,xmlName:"SignedVersion",type:{name:"String"}},value:{serializedName:"Value",required:true,xmlName:"Value",type:{name:"String"}}}}};c.FilterBlobSegment={serializedName:"FilterBlobSegment",xmlName:"EnumerationResults",type:{name:"Composite",className:"FilterBlobSegment",modelProperties:{serviceEndpoint:{serializedName:"ServiceEndpoint",required:true,xmlName:"ServiceEndpoint",xmlIsAttribute:true,type:{name:"String"}},where:{serializedName:"Where",required:true,xmlName:"Where",type:{name:"String"}},blobs:{serializedName:"Blobs",required:true,xmlName:"Blobs",xmlIsWrapped:true,xmlElementName:"Blob",type:{name:"Sequence",element:{type:{name:"Composite",className:"FilterBlobItem"}}}},continuationToken:{serializedName:"NextMarker",xmlName:"NextMarker",type:{name:"String"}}}}};c.FilterBlobItem={serializedName:"FilterBlobItem",xmlName:"Blob",type:{name:"Composite",className:"FilterBlobItem",modelProperties:{name:{serializedName:"Name",required:true,xmlName:"Name",type:{name:"String"}},containerName:{serializedName:"ContainerName",required:true,xmlName:"ContainerName",type:{name:"String"}},tags:{serializedName:"Tags",xmlName:"Tags",type:{name:"Composite",className:"BlobTags"}}}}};c.BlobTags={serializedName:"BlobTags",xmlName:"Tags",type:{name:"Composite",className:"BlobTags",modelProperties:{blobTagSet:{serializedName:"BlobTagSet",required:true,xmlName:"TagSet",xmlIsWrapped:true,xmlElementName:"Tag",type:{name:"Sequence",element:{type:{name:"Composite",className:"BlobTag"}}}}}}};c.BlobTag={serializedName:"BlobTag",xmlName:"Tag",type:{name:"Composite",className:"BlobTag",modelProperties:{key:{serializedName:"Key",required:true,xmlName:"Key",type:{name:"String"}},value:{serializedName:"Value",required:true,xmlName:"Value",type:{name:"String"}}}}};c.SignedIdentifier={serializedName:"SignedIdentifier",xmlName:"SignedIdentifier",type:{name:"Composite",className:"SignedIdentifier",modelProperties:{id:{serializedName:"Id",required:true,xmlName:"Id",type:{name:"String"}},accessPolicy:{serializedName:"AccessPolicy",xmlName:"AccessPolicy",type:{name:"Composite",className:"AccessPolicy"}}}}};c.AccessPolicy={serializedName:"AccessPolicy",type:{name:"Composite",className:"AccessPolicy",modelProperties:{startsOn:{serializedName:"Start",xmlName:"Start",type:{name:"String"}},expiresOn:{serializedName:"Expiry",xmlName:"Expiry",type:{name:"String"}},permissions:{serializedName:"Permission",xmlName:"Permission",type:{name:"String"}}}}};c.ListBlobsFlatSegmentResponse={serializedName:"ListBlobsFlatSegmentResponse",xmlName:"EnumerationResults",type:{name:"Composite",className:"ListBlobsFlatSegmentResponse",modelProperties:{serviceEndpoint:{serializedName:"ServiceEndpoint",required:true,xmlName:"ServiceEndpoint",xmlIsAttribute:true,type:{name:"String"}},containerName:{serializedName:"ContainerName",required:true,xmlName:"ContainerName",xmlIsAttribute:true,type:{name:"String"}},prefix:{serializedName:"Prefix",xmlName:"Prefix",type:{name:"String"}},marker:{serializedName:"Marker",xmlName:"Marker",type:{name:"String"}},maxPageSize:{serializedName:"MaxResults",xmlName:"MaxResults",type:{name:"Number"}},segment:{serializedName:"Segment",xmlName:"Blobs",type:{name:"Composite",className:"BlobFlatListSegment"}},continuationToken:{serializedName:"NextMarker",xmlName:"NextMarker",type:{name:"String"}}}}};c.BlobFlatListSegment={serializedName:"BlobFlatListSegment",xmlName:"Blobs",type:{name:"Composite",className:"BlobFlatListSegment",modelProperties:{blobItems:{serializedName:"BlobItems",required:true,xmlName:"BlobItems",xmlElementName:"Blob",type:{name:"Sequence",element:{type:{name:"Composite",className:"BlobItemInternal"}}}}}}};c.BlobItemInternal={serializedName:"BlobItemInternal",xmlName:"Blob",type:{name:"Composite",className:"BlobItemInternal",modelProperties:{name:{serializedName:"Name",xmlName:"Name",type:{name:"Composite",className:"BlobName"}},deleted:{serializedName:"Deleted",required:true,xmlName:"Deleted",type:{name:"Boolean"}},snapshot:{serializedName:"Snapshot",required:true,xmlName:"Snapshot",type:{name:"String"}},versionId:{serializedName:"VersionId",xmlName:"VersionId",type:{name:"String"}},isCurrentVersion:{serializedName:"IsCurrentVersion",xmlName:"IsCurrentVersion",type:{name:"Boolean"}},properties:{serializedName:"Properties",xmlName:"Properties",type:{name:"Composite",className:"BlobPropertiesInternal"}},metadata:{serializedName:"Metadata",xmlName:"Metadata",type:{name:"Dictionary",value:{type:{name:"String"}}}},blobTags:{serializedName:"BlobTags",xmlName:"Tags",type:{name:"Composite",className:"BlobTags"}},objectReplicationMetadata:{serializedName:"ObjectReplicationMetadata",xmlName:"OrMetadata",type:{name:"Dictionary",value:{type:{name:"String"}}}},hasVersionsOnly:{serializedName:"HasVersionsOnly",xmlName:"HasVersionsOnly",type:{name:"Boolean"}}}}};c.BlobName={serializedName:"BlobName",type:{name:"Composite",className:"BlobName",modelProperties:{encoded:{serializedName:"Encoded",xmlName:"Encoded",xmlIsAttribute:true,type:{name:"Boolean"}},content:{serializedName:"content",xmlName:"content",xmlIsMsText:true,type:{name:"String"}}}}};c.BlobPropertiesInternal={serializedName:"BlobPropertiesInternal",xmlName:"Properties",type:{name:"Composite",className:"BlobPropertiesInternal",modelProperties:{createdOn:{serializedName:"Creation-Time",xmlName:"Creation-Time",type:{name:"DateTimeRfc1123"}},lastModified:{serializedName:"Last-Modified",required:true,xmlName:"Last-Modified",type:{name:"DateTimeRfc1123"}},etag:{serializedName:"Etag",required:true,xmlName:"Etag",type:{name:"String"}},contentLength:{serializedName:"Content-Length",xmlName:"Content-Length",type:{name:"Number"}},contentType:{serializedName:"Content-Type",xmlName:"Content-Type",type:{name:"String"}},contentEncoding:{serializedName:"Content-Encoding",xmlName:"Content-Encoding",type:{name:"String"}},contentLanguage:{serializedName:"Content-Language",xmlName:"Content-Language",type:{name:"String"}},contentMD5:{serializedName:"Content-MD5",xmlName:"Content-MD5",type:{name:"ByteArray"}},contentDisposition:{serializedName:"Content-Disposition",xmlName:"Content-Disposition",type:{name:"String"}},cacheControl:{serializedName:"Cache-Control",xmlName:"Cache-Control",type:{name:"String"}},blobSequenceNumber:{serializedName:"x-ms-blob-sequence-number",xmlName:"x-ms-blob-sequence-number",type:{name:"Number"}},blobType:{serializedName:"BlobType",xmlName:"BlobType",type:{name:"Enum",allowedValues:["BlockBlob","PageBlob","AppendBlob"]}},leaseStatus:{serializedName:"LeaseStatus",xmlName:"LeaseStatus",type:{name:"Enum",allowedValues:["locked","unlocked"]}},leaseState:{serializedName:"LeaseState",xmlName:"LeaseState",type:{name:"Enum",allowedValues:["available","leased","expired","breaking","broken"]}},leaseDuration:{serializedName:"LeaseDuration",xmlName:"LeaseDuration",type:{name:"Enum",allowedValues:["infinite","fixed"]}},copyId:{serializedName:"CopyId",xmlName:"CopyId",type:{name:"String"}},copyStatus:{serializedName:"CopyStatus",xmlName:"CopyStatus",type:{name:"Enum",allowedValues:["pending","success","aborted","failed"]}},copySource:{serializedName:"CopySource",xmlName:"CopySource",type:{name:"String"}},copyProgress:{serializedName:"CopyProgress",xmlName:"CopyProgress",type:{name:"String"}},copyCompletedOn:{serializedName:"CopyCompletionTime",xmlName:"CopyCompletionTime",type:{name:"DateTimeRfc1123"}},copyStatusDescription:{serializedName:"CopyStatusDescription",xmlName:"CopyStatusDescription",type:{name:"String"}},serverEncrypted:{serializedName:"ServerEncrypted",xmlName:"ServerEncrypted",type:{name:"Boolean"}},incrementalCopy:{serializedName:"IncrementalCopy",xmlName:"IncrementalCopy",type:{name:"Boolean"}},destinationSnapshot:{serializedName:"DestinationSnapshot",xmlName:"DestinationSnapshot",type:{name:"String"}},deletedOn:{serializedName:"DeletedTime",xmlName:"DeletedTime",type:{name:"DateTimeRfc1123"}},remainingRetentionDays:{serializedName:"RemainingRetentionDays",xmlName:"RemainingRetentionDays",type:{name:"Number"}},accessTier:{serializedName:"AccessTier",xmlName:"AccessTier",type:{name:"Enum",allowedValues:["P4","P6","P10","P15","P20","P30","P40","P50","P60","P70","P80","Hot","Cool","Archive","Cold"]}},accessTierInferred:{serializedName:"AccessTierInferred",xmlName:"AccessTierInferred",type:{name:"Boolean"}},archiveStatus:{serializedName:"ArchiveStatus",xmlName:"ArchiveStatus",type:{name:"Enum",allowedValues:["rehydrate-pending-to-hot","rehydrate-pending-to-cool","rehydrate-pending-to-cold"]}},customerProvidedKeySha256:{serializedName:"CustomerProvidedKeySha256",xmlName:"CustomerProvidedKeySha256",type:{name:"String"}},encryptionScope:{serializedName:"EncryptionScope",xmlName:"EncryptionScope",type:{name:"String"}},accessTierChangedOn:{serializedName:"AccessTierChangeTime",xmlName:"AccessTierChangeTime",type:{name:"DateTimeRfc1123"}},tagCount:{serializedName:"TagCount",xmlName:"TagCount",type:{name:"Number"}},expiresOn:{serializedName:"Expiry-Time",xmlName:"Expiry-Time",type:{name:"DateTimeRfc1123"}},isSealed:{serializedName:"Sealed",xmlName:"Sealed",type:{name:"Boolean"}},rehydratePriority:{serializedName:"RehydratePriority",xmlName:"RehydratePriority",type:{name:"Enum",allowedValues:["High","Standard"]}},lastAccessedOn:{serializedName:"LastAccessTime",xmlName:"LastAccessTime",type:{name:"DateTimeRfc1123"}},immutabilityPolicyExpiresOn:{serializedName:"ImmutabilityPolicyUntilDate",xmlName:"ImmutabilityPolicyUntilDate",type:{name:"DateTimeRfc1123"}},immutabilityPolicyMode:{serializedName:"ImmutabilityPolicyMode",xmlName:"ImmutabilityPolicyMode",type:{name:"Enum",allowedValues:["Mutable","Unlocked","Locked"]}},legalHold:{serializedName:"LegalHold",xmlName:"LegalHold",type:{name:"Boolean"}}}}};c.ListBlobsHierarchySegmentResponse={serializedName:"ListBlobsHierarchySegmentResponse",xmlName:"EnumerationResults",type:{name:"Composite",className:"ListBlobsHierarchySegmentResponse",modelProperties:{serviceEndpoint:{serializedName:"ServiceEndpoint",required:true,xmlName:"ServiceEndpoint",xmlIsAttribute:true,type:{name:"String"}},containerName:{serializedName:"ContainerName",required:true,xmlName:"ContainerName",xmlIsAttribute:true,type:{name:"String"}},prefix:{serializedName:"Prefix",xmlName:"Prefix",type:{name:"String"}},marker:{serializedName:"Marker",xmlName:"Marker",type:{name:"String"}},maxPageSize:{serializedName:"MaxResults",xmlName:"MaxResults",type:{name:"Number"}},delimiter:{serializedName:"Delimiter",xmlName:"Delimiter",type:{name:"String"}},segment:{serializedName:"Segment",xmlName:"Blobs",type:{name:"Composite",className:"BlobHierarchyListSegment"}},continuationToken:{serializedName:"NextMarker",xmlName:"NextMarker",type:{name:"String"}}}}};c.BlobHierarchyListSegment={serializedName:"BlobHierarchyListSegment",xmlName:"Blobs",type:{name:"Composite",className:"BlobHierarchyListSegment",modelProperties:{blobPrefixes:{serializedName:"BlobPrefixes",xmlName:"BlobPrefixes",xmlElementName:"BlobPrefix",type:{name:"Sequence",element:{type:{name:"Composite",className:"BlobPrefix"}}}},blobItems:{serializedName:"BlobItems",required:true,xmlName:"BlobItems",xmlElementName:"Blob",type:{name:"Sequence",element:{type:{name:"Composite",className:"BlobItemInternal"}}}}}}};c.BlobPrefix={serializedName:"BlobPrefix",type:{name:"Composite",className:"BlobPrefix",modelProperties:{name:{serializedName:"Name",xmlName:"Name",type:{name:"Composite",className:"BlobName"}}}}};c.BlockLookupList={serializedName:"BlockLookupList",xmlName:"BlockList",type:{name:"Composite",className:"BlockLookupList",modelProperties:{committed:{serializedName:"Committed",xmlName:"Committed",xmlElementName:"Committed",type:{name:"Sequence",element:{type:{name:"String"}}}},uncommitted:{serializedName:"Uncommitted",xmlName:"Uncommitted",xmlElementName:"Uncommitted",type:{name:"Sequence",element:{type:{name:"String"}}}},latest:{serializedName:"Latest",xmlName:"Latest",xmlElementName:"Latest",type:{name:"Sequence",element:{type:{name:"String"}}}}}}};c.BlockList={serializedName:"BlockList",type:{name:"Composite",className:"BlockList",modelProperties:{committedBlocks:{serializedName:"CommittedBlocks",xmlName:"CommittedBlocks",xmlIsWrapped:true,xmlElementName:"Block",type:{name:"Sequence",element:{type:{name:"Composite",className:"Block"}}}},uncommittedBlocks:{serializedName:"UncommittedBlocks",xmlName:"UncommittedBlocks",xmlIsWrapped:true,xmlElementName:"Block",type:{name:"Sequence",element:{type:{name:"Composite",className:"Block"}}}}}}};c.Block={serializedName:"Block",type:{name:"Composite",className:"Block",modelProperties:{name:{serializedName:"Name",required:true,xmlName:"Name",type:{name:"String"}},size:{serializedName:"Size",required:true,xmlName:"Size",type:{name:"Number"}}}}};c.PageList={serializedName:"PageList",type:{name:"Composite",className:"PageList",modelProperties:{pageRange:{serializedName:"PageRange",xmlName:"PageRange",xmlElementName:"PageRange",type:{name:"Sequence",element:{type:{name:"Composite",className:"PageRange"}}}},clearRange:{serializedName:"ClearRange",xmlName:"ClearRange",xmlElementName:"ClearRange",type:{name:"Sequence",element:{type:{name:"Composite",className:"ClearRange"}}}},continuationToken:{serializedName:"NextMarker",xmlName:"NextMarker",type:{name:"String"}}}}};c.PageRange={serializedName:"PageRange",xmlName:"PageRange",type:{name:"Composite",className:"PageRange",modelProperties:{start:{serializedName:"Start",required:true,xmlName:"Start",type:{name:"Number"}},end:{serializedName:"End",required:true,xmlName:"End",type:{name:"Number"}}}}};c.ClearRange={serializedName:"ClearRange",xmlName:"ClearRange",type:{name:"Composite",className:"ClearRange",modelProperties:{start:{serializedName:"Start",required:true,xmlName:"Start",type:{name:"Number"}},end:{serializedName:"End",required:true,xmlName:"End",type:{name:"Number"}}}}};c.QueryRequest={serializedName:"QueryRequest",xmlName:"QueryRequest",type:{name:"Composite",className:"QueryRequest",modelProperties:{queryType:{serializedName:"QueryType",required:true,xmlName:"QueryType",type:{name:"String"}},expression:{serializedName:"Expression",required:true,xmlName:"Expression",type:{name:"String"}},inputSerialization:{serializedName:"InputSerialization",xmlName:"InputSerialization",type:{name:"Composite",className:"QuerySerialization"}},outputSerialization:{serializedName:"OutputSerialization",xmlName:"OutputSerialization",type:{name:"Composite",className:"QuerySerialization"}}}}};c.QuerySerialization={serializedName:"QuerySerialization",type:{name:"Composite",className:"QuerySerialization",modelProperties:{format:{serializedName:"Format",xmlName:"Format",type:{name:"Composite",className:"QueryFormat"}}}}};c.QueryFormat={serializedName:"QueryFormat",type:{name:"Composite",className:"QueryFormat",modelProperties:{type:{serializedName:"Type",required:true,xmlName:"Type",type:{name:"Enum",allowedValues:["delimited","json","arrow","parquet"]}},delimitedTextConfiguration:{serializedName:"DelimitedTextConfiguration",xmlName:"DelimitedTextConfiguration",type:{name:"Composite",className:"DelimitedTextConfiguration"}},jsonTextConfiguration:{serializedName:"JsonTextConfiguration",xmlName:"JsonTextConfiguration",type:{name:"Composite",className:"JsonTextConfiguration"}},arrowConfiguration:{serializedName:"ArrowConfiguration",xmlName:"ArrowConfiguration",type:{name:"Composite",className:"ArrowConfiguration"}},parquetTextConfiguration:{serializedName:"ParquetTextConfiguration",xmlName:"ParquetTextConfiguration",type:{name:"Dictionary",value:{type:{name:"any"}}}}}}};c.DelimitedTextConfiguration={serializedName:"DelimitedTextConfiguration",xmlName:"DelimitedTextConfiguration",type:{name:"Composite",className:"DelimitedTextConfiguration",modelProperties:{columnSeparator:{serializedName:"ColumnSeparator",xmlName:"ColumnSeparator",type:{name:"String"}},fieldQuote:{serializedName:"FieldQuote",xmlName:"FieldQuote",type:{name:"String"}},recordSeparator:{serializedName:"RecordSeparator",xmlName:"RecordSeparator",type:{name:"String"}},escapeChar:{serializedName:"EscapeChar",xmlName:"EscapeChar",type:{name:"String"}},headersPresent:{serializedName:"HeadersPresent",xmlName:"HasHeaders",type:{name:"Boolean"}}}}};c.JsonTextConfiguration={serializedName:"JsonTextConfiguration",xmlName:"JsonTextConfiguration",type:{name:"Composite",className:"JsonTextConfiguration",modelProperties:{recordSeparator:{serializedName:"RecordSeparator",xmlName:"RecordSeparator",type:{name:"String"}}}}};c.ArrowConfiguration={serializedName:"ArrowConfiguration",xmlName:"ArrowConfiguration",type:{name:"Composite",className:"ArrowConfiguration",modelProperties:{schema:{serializedName:"Schema",required:true,xmlName:"Schema",xmlIsWrapped:true,xmlElementName:"Field",type:{name:"Sequence",element:{type:{name:"Composite",className:"ArrowField"}}}}}}};c.ArrowField={serializedName:"ArrowField",xmlName:"Field",type:{name:"Composite",className:"ArrowField",modelProperties:{type:{serializedName:"Type",required:true,xmlName:"Type",type:{name:"String"}},name:{serializedName:"Name",xmlName:"Name",type:{name:"String"}},precision:{serializedName:"Precision",xmlName:"Precision",type:{name:"Number"}},scale:{serializedName:"Scale",xmlName:"Scale",type:{name:"Number"}}}}};c.ServiceSetPropertiesHeaders={serializedName:"Service_setPropertiesHeaders",type:{name:"Composite",className:"ServiceSetPropertiesHeaders",modelProperties:{clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.ServiceSetPropertiesExceptionHeaders={serializedName:"Service_setPropertiesExceptionHeaders",type:{name:"Composite",className:"ServiceSetPropertiesExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.ServiceGetPropertiesHeaders={serializedName:"Service_getPropertiesHeaders",type:{name:"Composite",className:"ServiceGetPropertiesHeaders",modelProperties:{clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.ServiceGetPropertiesExceptionHeaders={serializedName:"Service_getPropertiesExceptionHeaders",type:{name:"Composite",className:"ServiceGetPropertiesExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.ServiceGetStatisticsHeaders={serializedName:"Service_getStatisticsHeaders",type:{name:"Composite",className:"ServiceGetStatisticsHeaders",modelProperties:{clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.ServiceGetStatisticsExceptionHeaders={serializedName:"Service_getStatisticsExceptionHeaders",type:{name:"Composite",className:"ServiceGetStatisticsExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.ServiceListContainersSegmentHeaders={serializedName:"Service_listContainersSegmentHeaders",type:{name:"Composite",className:"ServiceListContainersSegmentHeaders",modelProperties:{clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.ServiceListContainersSegmentExceptionHeaders={serializedName:"Service_listContainersSegmentExceptionHeaders",type:{name:"Composite",className:"ServiceListContainersSegmentExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.ServiceGetUserDelegationKeyHeaders={serializedName:"Service_getUserDelegationKeyHeaders",type:{name:"Composite",className:"ServiceGetUserDelegationKeyHeaders",modelProperties:{clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.ServiceGetUserDelegationKeyExceptionHeaders={serializedName:"Service_getUserDelegationKeyExceptionHeaders",type:{name:"Composite",className:"ServiceGetUserDelegationKeyExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.ServiceGetAccountInfoHeaders={serializedName:"Service_getAccountInfoHeaders",type:{name:"Composite",className:"ServiceGetAccountInfoHeaders",modelProperties:{clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},skuName:{serializedName:"x-ms-sku-name",xmlName:"x-ms-sku-name",type:{name:"Enum",allowedValues:["Standard_LRS","Standard_GRS","Standard_RAGRS","Standard_ZRS","Premium_LRS"]}},accountKind:{serializedName:"x-ms-account-kind",xmlName:"x-ms-account-kind",type:{name:"Enum",allowedValues:["Storage","BlobStorage","StorageV2","FileStorage","BlockBlobStorage"]}},isHierarchicalNamespaceEnabled:{serializedName:"x-ms-is-hns-enabled",xmlName:"x-ms-is-hns-enabled",type:{name:"Boolean"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.ServiceGetAccountInfoExceptionHeaders={serializedName:"Service_getAccountInfoExceptionHeaders",type:{name:"Composite",className:"ServiceGetAccountInfoExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.ServiceSubmitBatchHeaders={serializedName:"Service_submitBatchHeaders",type:{name:"Composite",className:"ServiceSubmitBatchHeaders",modelProperties:{contentType:{serializedName:"content-type",xmlName:"content-type",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.ServiceSubmitBatchExceptionHeaders={serializedName:"Service_submitBatchExceptionHeaders",type:{name:"Composite",className:"ServiceSubmitBatchExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.ServiceFilterBlobsHeaders={serializedName:"Service_filterBlobsHeaders",type:{name:"Composite",className:"ServiceFilterBlobsHeaders",modelProperties:{clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.ServiceFilterBlobsExceptionHeaders={serializedName:"Service_filterBlobsExceptionHeaders",type:{name:"Composite",className:"ServiceFilterBlobsExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.ContainerCreateHeaders={serializedName:"Container_createHeaders",type:{name:"Composite",className:"ContainerCreateHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.ContainerCreateExceptionHeaders={serializedName:"Container_createExceptionHeaders",type:{name:"Composite",className:"ContainerCreateExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.ContainerGetPropertiesHeaders={serializedName:"Container_getPropertiesHeaders",type:{name:"Composite",className:"ContainerGetPropertiesHeaders",modelProperties:{metadata:{serializedName:"x-ms-meta",headerCollectionPrefix:"x-ms-meta-",xmlName:"x-ms-meta",type:{name:"Dictionary",value:{type:{name:"String"}}}},etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},leaseDuration:{serializedName:"x-ms-lease-duration",xmlName:"x-ms-lease-duration",type:{name:"Enum",allowedValues:["infinite","fixed"]}},leaseState:{serializedName:"x-ms-lease-state",xmlName:"x-ms-lease-state",type:{name:"Enum",allowedValues:["available","leased","expired","breaking","broken"]}},leaseStatus:{serializedName:"x-ms-lease-status",xmlName:"x-ms-lease-status",type:{name:"Enum",allowedValues:["locked","unlocked"]}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},blobPublicAccess:{serializedName:"x-ms-blob-public-access",xmlName:"x-ms-blob-public-access",type:{name:"Enum",allowedValues:["container","blob"]}},hasImmutabilityPolicy:{serializedName:"x-ms-has-immutability-policy",xmlName:"x-ms-has-immutability-policy",type:{name:"Boolean"}},hasLegalHold:{serializedName:"x-ms-has-legal-hold",xmlName:"x-ms-has-legal-hold",type:{name:"Boolean"}},defaultEncryptionScope:{serializedName:"x-ms-default-encryption-scope",xmlName:"x-ms-default-encryption-scope",type:{name:"String"}},denyEncryptionScopeOverride:{serializedName:"x-ms-deny-encryption-scope-override",xmlName:"x-ms-deny-encryption-scope-override",type:{name:"Boolean"}},isImmutableStorageWithVersioningEnabled:{serializedName:"x-ms-immutable-storage-with-versioning-enabled",xmlName:"x-ms-immutable-storage-with-versioning-enabled",type:{name:"Boolean"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.ContainerGetPropertiesExceptionHeaders={serializedName:"Container_getPropertiesExceptionHeaders",type:{name:"Composite",className:"ContainerGetPropertiesExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.ContainerDeleteHeaders={serializedName:"Container_deleteHeaders",type:{name:"Composite",className:"ContainerDeleteHeaders",modelProperties:{clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.ContainerDeleteExceptionHeaders={serializedName:"Container_deleteExceptionHeaders",type:{name:"Composite",className:"ContainerDeleteExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.ContainerSetMetadataHeaders={serializedName:"Container_setMetadataHeaders",type:{name:"Composite",className:"ContainerSetMetadataHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.ContainerSetMetadataExceptionHeaders={serializedName:"Container_setMetadataExceptionHeaders",type:{name:"Composite",className:"ContainerSetMetadataExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.ContainerGetAccessPolicyHeaders={serializedName:"Container_getAccessPolicyHeaders",type:{name:"Composite",className:"ContainerGetAccessPolicyHeaders",modelProperties:{blobPublicAccess:{serializedName:"x-ms-blob-public-access",xmlName:"x-ms-blob-public-access",type:{name:"Enum",allowedValues:["container","blob"]}},etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.ContainerGetAccessPolicyExceptionHeaders={serializedName:"Container_getAccessPolicyExceptionHeaders",type:{name:"Composite",className:"ContainerGetAccessPolicyExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.ContainerSetAccessPolicyHeaders={serializedName:"Container_setAccessPolicyHeaders",type:{name:"Composite",className:"ContainerSetAccessPolicyHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.ContainerSetAccessPolicyExceptionHeaders={serializedName:"Container_setAccessPolicyExceptionHeaders",type:{name:"Composite",className:"ContainerSetAccessPolicyExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.ContainerRestoreHeaders={serializedName:"Container_restoreHeaders",type:{name:"Composite",className:"ContainerRestoreHeaders",modelProperties:{clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.ContainerRestoreExceptionHeaders={serializedName:"Container_restoreExceptionHeaders",type:{name:"Composite",className:"ContainerRestoreExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.ContainerRenameHeaders={serializedName:"Container_renameHeaders",type:{name:"Composite",className:"ContainerRenameHeaders",modelProperties:{clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.ContainerRenameExceptionHeaders={serializedName:"Container_renameExceptionHeaders",type:{name:"Composite",className:"ContainerRenameExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.ContainerSubmitBatchHeaders={serializedName:"Container_submitBatchHeaders",type:{name:"Composite",className:"ContainerSubmitBatchHeaders",modelProperties:{contentType:{serializedName:"content-type",xmlName:"content-type",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}}}}};c.ContainerSubmitBatchExceptionHeaders={serializedName:"Container_submitBatchExceptionHeaders",type:{name:"Composite",className:"ContainerSubmitBatchExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.ContainerFilterBlobsHeaders={serializedName:"Container_filterBlobsHeaders",type:{name:"Composite",className:"ContainerFilterBlobsHeaders",modelProperties:{clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}}}}};c.ContainerFilterBlobsExceptionHeaders={serializedName:"Container_filterBlobsExceptionHeaders",type:{name:"Composite",className:"ContainerFilterBlobsExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.ContainerAcquireLeaseHeaders={serializedName:"Container_acquireLeaseHeaders",type:{name:"Composite",className:"ContainerAcquireLeaseHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},leaseId:{serializedName:"x-ms-lease-id",xmlName:"x-ms-lease-id",type:{name:"String"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}}}}};c.ContainerAcquireLeaseExceptionHeaders={serializedName:"Container_acquireLeaseExceptionHeaders",type:{name:"Composite",className:"ContainerAcquireLeaseExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.ContainerReleaseLeaseHeaders={serializedName:"Container_releaseLeaseHeaders",type:{name:"Composite",className:"ContainerReleaseLeaseHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}}}}};c.ContainerReleaseLeaseExceptionHeaders={serializedName:"Container_releaseLeaseExceptionHeaders",type:{name:"Composite",className:"ContainerReleaseLeaseExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.ContainerRenewLeaseHeaders={serializedName:"Container_renewLeaseHeaders",type:{name:"Composite",className:"ContainerRenewLeaseHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},leaseId:{serializedName:"x-ms-lease-id",xmlName:"x-ms-lease-id",type:{name:"String"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}}}}};c.ContainerRenewLeaseExceptionHeaders={serializedName:"Container_renewLeaseExceptionHeaders",type:{name:"Composite",className:"ContainerRenewLeaseExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.ContainerBreakLeaseHeaders={serializedName:"Container_breakLeaseHeaders",type:{name:"Composite",className:"ContainerBreakLeaseHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},leaseTime:{serializedName:"x-ms-lease-time",xmlName:"x-ms-lease-time",type:{name:"Number"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}}}}};c.ContainerBreakLeaseExceptionHeaders={serializedName:"Container_breakLeaseExceptionHeaders",type:{name:"Composite",className:"ContainerBreakLeaseExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.ContainerChangeLeaseHeaders={serializedName:"Container_changeLeaseHeaders",type:{name:"Composite",className:"ContainerChangeLeaseHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},leaseId:{serializedName:"x-ms-lease-id",xmlName:"x-ms-lease-id",type:{name:"String"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}}}}};c.ContainerChangeLeaseExceptionHeaders={serializedName:"Container_changeLeaseExceptionHeaders",type:{name:"Composite",className:"ContainerChangeLeaseExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.ContainerListBlobFlatSegmentHeaders={serializedName:"Container_listBlobFlatSegmentHeaders",type:{name:"Composite",className:"ContainerListBlobFlatSegmentHeaders",modelProperties:{contentType:{serializedName:"content-type",xmlName:"content-type",type:{name:"String"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.ContainerListBlobFlatSegmentExceptionHeaders={serializedName:"Container_listBlobFlatSegmentExceptionHeaders",type:{name:"Composite",className:"ContainerListBlobFlatSegmentExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.ContainerListBlobHierarchySegmentHeaders={serializedName:"Container_listBlobHierarchySegmentHeaders",type:{name:"Composite",className:"ContainerListBlobHierarchySegmentHeaders",modelProperties:{contentType:{serializedName:"content-type",xmlName:"content-type",type:{name:"String"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.ContainerListBlobHierarchySegmentExceptionHeaders={serializedName:"Container_listBlobHierarchySegmentExceptionHeaders",type:{name:"Composite",className:"ContainerListBlobHierarchySegmentExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.ContainerGetAccountInfoHeaders={serializedName:"Container_getAccountInfoHeaders",type:{name:"Composite",className:"ContainerGetAccountInfoHeaders",modelProperties:{clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},skuName:{serializedName:"x-ms-sku-name",xmlName:"x-ms-sku-name",type:{name:"Enum",allowedValues:["Standard_LRS","Standard_GRS","Standard_RAGRS","Standard_ZRS","Premium_LRS"]}},accountKind:{serializedName:"x-ms-account-kind",xmlName:"x-ms-account-kind",type:{name:"Enum",allowedValues:["Storage","BlobStorage","StorageV2","FileStorage","BlockBlobStorage"]}},isHierarchicalNamespaceEnabled:{serializedName:"x-ms-is-hns-enabled",xmlName:"x-ms-is-hns-enabled",type:{name:"Boolean"}}}}};c.ContainerGetAccountInfoExceptionHeaders={serializedName:"Container_getAccountInfoExceptionHeaders",type:{name:"Composite",className:"ContainerGetAccountInfoExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.BlobDownloadHeaders={serializedName:"Blob_downloadHeaders",type:{name:"Composite",className:"BlobDownloadHeaders",modelProperties:{lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},createdOn:{serializedName:"x-ms-creation-time",xmlName:"x-ms-creation-time",type:{name:"DateTimeRfc1123"}},metadata:{serializedName:"x-ms-meta",headerCollectionPrefix:"x-ms-meta-",xmlName:"x-ms-meta",type:{name:"Dictionary",value:{type:{name:"String"}}}},objectReplicationPolicyId:{serializedName:"x-ms-or-policy-id",xmlName:"x-ms-or-policy-id",type:{name:"String"}},objectReplicationRules:{serializedName:"x-ms-or",headerCollectionPrefix:"x-ms-or-",xmlName:"x-ms-or",type:{name:"Dictionary",value:{type:{name:"String"}}}},contentLength:{serializedName:"content-length",xmlName:"content-length",type:{name:"Number"}},contentType:{serializedName:"content-type",xmlName:"content-type",type:{name:"String"}},contentRange:{serializedName:"content-range",xmlName:"content-range",type:{name:"String"}},etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},contentMD5:{serializedName:"content-md5",xmlName:"content-md5",type:{name:"ByteArray"}},contentEncoding:{serializedName:"content-encoding",xmlName:"content-encoding",type:{name:"String"}},cacheControl:{serializedName:"cache-control",xmlName:"cache-control",type:{name:"String"}},contentDisposition:{serializedName:"content-disposition",xmlName:"content-disposition",type:{name:"String"}},contentLanguage:{serializedName:"content-language",xmlName:"content-language",type:{name:"String"}},blobSequenceNumber:{serializedName:"x-ms-blob-sequence-number",xmlName:"x-ms-blob-sequence-number",type:{name:"Number"}},blobType:{serializedName:"x-ms-blob-type",xmlName:"x-ms-blob-type",type:{name:"Enum",allowedValues:["BlockBlob","PageBlob","AppendBlob"]}},copyCompletedOn:{serializedName:"x-ms-copy-completion-time",xmlName:"x-ms-copy-completion-time",type:{name:"DateTimeRfc1123"}},copyStatusDescription:{serializedName:"x-ms-copy-status-description",xmlName:"x-ms-copy-status-description",type:{name:"String"}},copyId:{serializedName:"x-ms-copy-id",xmlName:"x-ms-copy-id",type:{name:"String"}},copyProgress:{serializedName:"x-ms-copy-progress",xmlName:"x-ms-copy-progress",type:{name:"String"}},copySource:{serializedName:"x-ms-copy-source",xmlName:"x-ms-copy-source",type:{name:"String"}},copyStatus:{serializedName:"x-ms-copy-status",xmlName:"x-ms-copy-status",type:{name:"Enum",allowedValues:["pending","success","aborted","failed"]}},leaseDuration:{serializedName:"x-ms-lease-duration",xmlName:"x-ms-lease-duration",type:{name:"Enum",allowedValues:["infinite","fixed"]}},leaseState:{serializedName:"x-ms-lease-state",xmlName:"x-ms-lease-state",type:{name:"Enum",allowedValues:["available","leased","expired","breaking","broken"]}},leaseStatus:{serializedName:"x-ms-lease-status",xmlName:"x-ms-lease-status",type:{name:"Enum",allowedValues:["locked","unlocked"]}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},versionId:{serializedName:"x-ms-version-id",xmlName:"x-ms-version-id",type:{name:"String"}},isCurrentVersion:{serializedName:"x-ms-is-current-version",xmlName:"x-ms-is-current-version",type:{name:"Boolean"}},acceptRanges:{serializedName:"accept-ranges",xmlName:"accept-ranges",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},blobCommittedBlockCount:{serializedName:"x-ms-blob-committed-block-count",xmlName:"x-ms-blob-committed-block-count",type:{name:"Number"}},isServerEncrypted:{serializedName:"x-ms-server-encrypted",xmlName:"x-ms-server-encrypted",type:{name:"Boolean"}},encryptionKeySha256:{serializedName:"x-ms-encryption-key-sha256",xmlName:"x-ms-encryption-key-sha256",type:{name:"String"}},encryptionScope:{serializedName:"x-ms-encryption-scope",xmlName:"x-ms-encryption-scope",type:{name:"String"}},blobContentMD5:{serializedName:"x-ms-blob-content-md5",xmlName:"x-ms-blob-content-md5",type:{name:"ByteArray"}},tagCount:{serializedName:"x-ms-tag-count",xmlName:"x-ms-tag-count",type:{name:"Number"}},isSealed:{serializedName:"x-ms-blob-sealed",xmlName:"x-ms-blob-sealed",type:{name:"Boolean"}},lastAccessed:{serializedName:"x-ms-last-access-time",xmlName:"x-ms-last-access-time",type:{name:"DateTimeRfc1123"}},immutabilityPolicyExpiresOn:{serializedName:"x-ms-immutability-policy-until-date",xmlName:"x-ms-immutability-policy-until-date",type:{name:"DateTimeRfc1123"}},immutabilityPolicyMode:{serializedName:"x-ms-immutability-policy-mode",xmlName:"x-ms-immutability-policy-mode",type:{name:"Enum",allowedValues:["Mutable","Unlocked","Locked"]}},legalHold:{serializedName:"x-ms-legal-hold",xmlName:"x-ms-legal-hold",type:{name:"Boolean"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}},contentCrc64:{serializedName:"x-ms-content-crc64",xmlName:"x-ms-content-crc64",type:{name:"ByteArray"}}}}};c.BlobDownloadExceptionHeaders={serializedName:"Blob_downloadExceptionHeaders",type:{name:"Composite",className:"BlobDownloadExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.BlobGetPropertiesHeaders={serializedName:"Blob_getPropertiesHeaders",type:{name:"Composite",className:"BlobGetPropertiesHeaders",modelProperties:{lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},createdOn:{serializedName:"x-ms-creation-time",xmlName:"x-ms-creation-time",type:{name:"DateTimeRfc1123"}},metadata:{serializedName:"x-ms-meta",headerCollectionPrefix:"x-ms-meta-",xmlName:"x-ms-meta",type:{name:"Dictionary",value:{type:{name:"String"}}}},objectReplicationPolicyId:{serializedName:"x-ms-or-policy-id",xmlName:"x-ms-or-policy-id",type:{name:"String"}},objectReplicationRules:{serializedName:"x-ms-or",headerCollectionPrefix:"x-ms-or-",xmlName:"x-ms-or",type:{name:"Dictionary",value:{type:{name:"String"}}}},blobType:{serializedName:"x-ms-blob-type",xmlName:"x-ms-blob-type",type:{name:"Enum",allowedValues:["BlockBlob","PageBlob","AppendBlob"]}},copyCompletedOn:{serializedName:"x-ms-copy-completion-time",xmlName:"x-ms-copy-completion-time",type:{name:"DateTimeRfc1123"}},copyStatusDescription:{serializedName:"x-ms-copy-status-description",xmlName:"x-ms-copy-status-description",type:{name:"String"}},copyId:{serializedName:"x-ms-copy-id",xmlName:"x-ms-copy-id",type:{name:"String"}},copyProgress:{serializedName:"x-ms-copy-progress",xmlName:"x-ms-copy-progress",type:{name:"String"}},copySource:{serializedName:"x-ms-copy-source",xmlName:"x-ms-copy-source",type:{name:"String"}},copyStatus:{serializedName:"x-ms-copy-status",xmlName:"x-ms-copy-status",type:{name:"Enum",allowedValues:["pending","success","aborted","failed"]}},isIncrementalCopy:{serializedName:"x-ms-incremental-copy",xmlName:"x-ms-incremental-copy",type:{name:"Boolean"}},destinationSnapshot:{serializedName:"x-ms-copy-destination-snapshot",xmlName:"x-ms-copy-destination-snapshot",type:{name:"String"}},leaseDuration:{serializedName:"x-ms-lease-duration",xmlName:"x-ms-lease-duration",type:{name:"Enum",allowedValues:["infinite","fixed"]}},leaseState:{serializedName:"x-ms-lease-state",xmlName:"x-ms-lease-state",type:{name:"Enum",allowedValues:["available","leased","expired","breaking","broken"]}},leaseStatus:{serializedName:"x-ms-lease-status",xmlName:"x-ms-lease-status",type:{name:"Enum",allowedValues:["locked","unlocked"]}},contentLength:{serializedName:"content-length",xmlName:"content-length",type:{name:"Number"}},contentType:{serializedName:"content-type",xmlName:"content-type",type:{name:"String"}},etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},contentMD5:{serializedName:"content-md5",xmlName:"content-md5",type:{name:"ByteArray"}},contentEncoding:{serializedName:"content-encoding",xmlName:"content-encoding",type:{name:"String"}},contentDisposition:{serializedName:"content-disposition",xmlName:"content-disposition",type:{name:"String"}},contentLanguage:{serializedName:"content-language",xmlName:"content-language",type:{name:"String"}},cacheControl:{serializedName:"cache-control",xmlName:"cache-control",type:{name:"String"}},blobSequenceNumber:{serializedName:"x-ms-blob-sequence-number",xmlName:"x-ms-blob-sequence-number",type:{name:"Number"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},acceptRanges:{serializedName:"accept-ranges",xmlName:"accept-ranges",type:{name:"String"}},blobCommittedBlockCount:{serializedName:"x-ms-blob-committed-block-count",xmlName:"x-ms-blob-committed-block-count",type:{name:"Number"}},isServerEncrypted:{serializedName:"x-ms-server-encrypted",xmlName:"x-ms-server-encrypted",type:{name:"Boolean"}},encryptionKeySha256:{serializedName:"x-ms-encryption-key-sha256",xmlName:"x-ms-encryption-key-sha256",type:{name:"String"}},encryptionScope:{serializedName:"x-ms-encryption-scope",xmlName:"x-ms-encryption-scope",type:{name:"String"}},accessTier:{serializedName:"x-ms-access-tier",xmlName:"x-ms-access-tier",type:{name:"String"}},accessTierInferred:{serializedName:"x-ms-access-tier-inferred",xmlName:"x-ms-access-tier-inferred",type:{name:"Boolean"}},archiveStatus:{serializedName:"x-ms-archive-status",xmlName:"x-ms-archive-status",type:{name:"String"}},accessTierChangedOn:{serializedName:"x-ms-access-tier-change-time",xmlName:"x-ms-access-tier-change-time",type:{name:"DateTimeRfc1123"}},versionId:{serializedName:"x-ms-version-id",xmlName:"x-ms-version-id",type:{name:"String"}},isCurrentVersion:{serializedName:"x-ms-is-current-version",xmlName:"x-ms-is-current-version",type:{name:"Boolean"}},tagCount:{serializedName:"x-ms-tag-count",xmlName:"x-ms-tag-count",type:{name:"Number"}},expiresOn:{serializedName:"x-ms-expiry-time",xmlName:"x-ms-expiry-time",type:{name:"DateTimeRfc1123"}},isSealed:{serializedName:"x-ms-blob-sealed",xmlName:"x-ms-blob-sealed",type:{name:"Boolean"}},rehydratePriority:{serializedName:"x-ms-rehydrate-priority",xmlName:"x-ms-rehydrate-priority",type:{name:"Enum",allowedValues:["High","Standard"]}},lastAccessed:{serializedName:"x-ms-last-access-time",xmlName:"x-ms-last-access-time",type:{name:"DateTimeRfc1123"}},immutabilityPolicyExpiresOn:{serializedName:"x-ms-immutability-policy-until-date",xmlName:"x-ms-immutability-policy-until-date",type:{name:"DateTimeRfc1123"}},immutabilityPolicyMode:{serializedName:"x-ms-immutability-policy-mode",xmlName:"x-ms-immutability-policy-mode",type:{name:"Enum",allowedValues:["Mutable","Unlocked","Locked"]}},legalHold:{serializedName:"x-ms-legal-hold",xmlName:"x-ms-legal-hold",type:{name:"Boolean"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.BlobGetPropertiesExceptionHeaders={serializedName:"Blob_getPropertiesExceptionHeaders",type:{name:"Composite",className:"BlobGetPropertiesExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.BlobDeleteHeaders={serializedName:"Blob_deleteHeaders",type:{name:"Composite",className:"BlobDeleteHeaders",modelProperties:{clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.BlobDeleteExceptionHeaders={serializedName:"Blob_deleteExceptionHeaders",type:{name:"Composite",className:"BlobDeleteExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.BlobUndeleteHeaders={serializedName:"Blob_undeleteHeaders",type:{name:"Composite",className:"BlobUndeleteHeaders",modelProperties:{clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.BlobUndeleteExceptionHeaders={serializedName:"Blob_undeleteExceptionHeaders",type:{name:"Composite",className:"BlobUndeleteExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.BlobSetExpiryHeaders={serializedName:"Blob_setExpiryHeaders",type:{name:"Composite",className:"BlobSetExpiryHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}}}}};c.BlobSetExpiryExceptionHeaders={serializedName:"Blob_setExpiryExceptionHeaders",type:{name:"Composite",className:"BlobSetExpiryExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.BlobSetHttpHeadersHeaders={serializedName:"Blob_setHttpHeadersHeaders",type:{name:"Composite",className:"BlobSetHttpHeadersHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},blobSequenceNumber:{serializedName:"x-ms-blob-sequence-number",xmlName:"x-ms-blob-sequence-number",type:{name:"Number"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.BlobSetHttpHeadersExceptionHeaders={serializedName:"Blob_setHttpHeadersExceptionHeaders",type:{name:"Composite",className:"BlobSetHttpHeadersExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.BlobSetImmutabilityPolicyHeaders={serializedName:"Blob_setImmutabilityPolicyHeaders",type:{name:"Composite",className:"BlobSetImmutabilityPolicyHeaders",modelProperties:{clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},immutabilityPolicyExpiry:{serializedName:"x-ms-immutability-policy-until-date",xmlName:"x-ms-immutability-policy-until-date",type:{name:"DateTimeRfc1123"}},immutabilityPolicyMode:{serializedName:"x-ms-immutability-policy-mode",xmlName:"x-ms-immutability-policy-mode",type:{name:"Enum",allowedValues:["Mutable","Unlocked","Locked"]}}}}};c.BlobSetImmutabilityPolicyExceptionHeaders={serializedName:"Blob_setImmutabilityPolicyExceptionHeaders",type:{name:"Composite",className:"BlobSetImmutabilityPolicyExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.BlobDeleteImmutabilityPolicyHeaders={serializedName:"Blob_deleteImmutabilityPolicyHeaders",type:{name:"Composite",className:"BlobDeleteImmutabilityPolicyHeaders",modelProperties:{clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}}}}};c.BlobDeleteImmutabilityPolicyExceptionHeaders={serializedName:"Blob_deleteImmutabilityPolicyExceptionHeaders",type:{name:"Composite",className:"BlobDeleteImmutabilityPolicyExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.BlobSetLegalHoldHeaders={serializedName:"Blob_setLegalHoldHeaders",type:{name:"Composite",className:"BlobSetLegalHoldHeaders",modelProperties:{clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},legalHold:{serializedName:"x-ms-legal-hold",xmlName:"x-ms-legal-hold",type:{name:"Boolean"}}}}};c.BlobSetLegalHoldExceptionHeaders={serializedName:"Blob_setLegalHoldExceptionHeaders",type:{name:"Composite",className:"BlobSetLegalHoldExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.BlobSetMetadataHeaders={serializedName:"Blob_setMetadataHeaders",type:{name:"Composite",className:"BlobSetMetadataHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},versionId:{serializedName:"x-ms-version-id",xmlName:"x-ms-version-id",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},isServerEncrypted:{serializedName:"x-ms-request-server-encrypted",xmlName:"x-ms-request-server-encrypted",type:{name:"Boolean"}},encryptionKeySha256:{serializedName:"x-ms-encryption-key-sha256",xmlName:"x-ms-encryption-key-sha256",type:{name:"String"}},encryptionScope:{serializedName:"x-ms-encryption-scope",xmlName:"x-ms-encryption-scope",type:{name:"String"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.BlobSetMetadataExceptionHeaders={serializedName:"Blob_setMetadataExceptionHeaders",type:{name:"Composite",className:"BlobSetMetadataExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.BlobAcquireLeaseHeaders={serializedName:"Blob_acquireLeaseHeaders",type:{name:"Composite",className:"BlobAcquireLeaseHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},leaseId:{serializedName:"x-ms-lease-id",xmlName:"x-ms-lease-id",type:{name:"String"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}}}}};c.BlobAcquireLeaseExceptionHeaders={serializedName:"Blob_acquireLeaseExceptionHeaders",type:{name:"Composite",className:"BlobAcquireLeaseExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.BlobReleaseLeaseHeaders={serializedName:"Blob_releaseLeaseHeaders",type:{name:"Composite",className:"BlobReleaseLeaseHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}}}}};c.BlobReleaseLeaseExceptionHeaders={serializedName:"Blob_releaseLeaseExceptionHeaders",type:{name:"Composite",className:"BlobReleaseLeaseExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.BlobRenewLeaseHeaders={serializedName:"Blob_renewLeaseHeaders",type:{name:"Composite",className:"BlobRenewLeaseHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},leaseId:{serializedName:"x-ms-lease-id",xmlName:"x-ms-lease-id",type:{name:"String"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}}}}};c.BlobRenewLeaseExceptionHeaders={serializedName:"Blob_renewLeaseExceptionHeaders",type:{name:"Composite",className:"BlobRenewLeaseExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.BlobChangeLeaseHeaders={serializedName:"Blob_changeLeaseHeaders",type:{name:"Composite",className:"BlobChangeLeaseHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},leaseId:{serializedName:"x-ms-lease-id",xmlName:"x-ms-lease-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}}}}};c.BlobChangeLeaseExceptionHeaders={serializedName:"Blob_changeLeaseExceptionHeaders",type:{name:"Composite",className:"BlobChangeLeaseExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.BlobBreakLeaseHeaders={serializedName:"Blob_breakLeaseHeaders",type:{name:"Composite",className:"BlobBreakLeaseHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},leaseTime:{serializedName:"x-ms-lease-time",xmlName:"x-ms-lease-time",type:{name:"Number"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}}}}};c.BlobBreakLeaseExceptionHeaders={serializedName:"Blob_breakLeaseExceptionHeaders",type:{name:"Composite",className:"BlobBreakLeaseExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.BlobCreateSnapshotHeaders={serializedName:"Blob_createSnapshotHeaders",type:{name:"Composite",className:"BlobCreateSnapshotHeaders",modelProperties:{snapshot:{serializedName:"x-ms-snapshot",xmlName:"x-ms-snapshot",type:{name:"String"}},etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},versionId:{serializedName:"x-ms-version-id",xmlName:"x-ms-version-id",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},isServerEncrypted:{serializedName:"x-ms-request-server-encrypted",xmlName:"x-ms-request-server-encrypted",type:{name:"Boolean"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.BlobCreateSnapshotExceptionHeaders={serializedName:"Blob_createSnapshotExceptionHeaders",type:{name:"Composite",className:"BlobCreateSnapshotExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.BlobStartCopyFromURLHeaders={serializedName:"Blob_startCopyFromURLHeaders",type:{name:"Composite",className:"BlobStartCopyFromURLHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},versionId:{serializedName:"x-ms-version-id",xmlName:"x-ms-version-id",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},copyId:{serializedName:"x-ms-copy-id",xmlName:"x-ms-copy-id",type:{name:"String"}},copyStatus:{serializedName:"x-ms-copy-status",xmlName:"x-ms-copy-status",type:{name:"Enum",allowedValues:["pending","success","aborted","failed"]}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.BlobStartCopyFromURLExceptionHeaders={serializedName:"Blob_startCopyFromURLExceptionHeaders",type:{name:"Composite",className:"BlobStartCopyFromURLExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}},copySourceErrorCode:{serializedName:"x-ms-copy-source-error-code",xmlName:"x-ms-copy-source-error-code",type:{name:"String"}},copySourceStatusCode:{serializedName:"x-ms-copy-source-status-code",xmlName:"x-ms-copy-source-status-code",type:{name:"Number"}}}}};c.BlobCopyFromURLHeaders={serializedName:"Blob_copyFromURLHeaders",type:{name:"Composite",className:"BlobCopyFromURLHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},versionId:{serializedName:"x-ms-version-id",xmlName:"x-ms-version-id",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},copyId:{serializedName:"x-ms-copy-id",xmlName:"x-ms-copy-id",type:{name:"String"}},copyStatus:{defaultValue:"success",isConstant:true,serializedName:"x-ms-copy-status",type:{name:"String"}},contentMD5:{serializedName:"content-md5",xmlName:"content-md5",type:{name:"ByteArray"}},xMsContentCrc64:{serializedName:"x-ms-content-crc64",xmlName:"x-ms-content-crc64",type:{name:"ByteArray"}},encryptionScope:{serializedName:"x-ms-encryption-scope",xmlName:"x-ms-encryption-scope",type:{name:"String"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.BlobCopyFromURLExceptionHeaders={serializedName:"Blob_copyFromURLExceptionHeaders",type:{name:"Composite",className:"BlobCopyFromURLExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}},copySourceErrorCode:{serializedName:"x-ms-copy-source-error-code",xmlName:"x-ms-copy-source-error-code",type:{name:"String"}},copySourceStatusCode:{serializedName:"x-ms-copy-source-status-code",xmlName:"x-ms-copy-source-status-code",type:{name:"Number"}}}}};c.BlobAbortCopyFromURLHeaders={serializedName:"Blob_abortCopyFromURLHeaders",type:{name:"Composite",className:"BlobAbortCopyFromURLHeaders",modelProperties:{clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.BlobAbortCopyFromURLExceptionHeaders={serializedName:"Blob_abortCopyFromURLExceptionHeaders",type:{name:"Composite",className:"BlobAbortCopyFromURLExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.BlobSetTierHeaders={serializedName:"Blob_setTierHeaders",type:{name:"Composite",className:"BlobSetTierHeaders",modelProperties:{clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.BlobSetTierExceptionHeaders={serializedName:"Blob_setTierExceptionHeaders",type:{name:"Composite",className:"BlobSetTierExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.BlobGetAccountInfoHeaders={serializedName:"Blob_getAccountInfoHeaders",type:{name:"Composite",className:"BlobGetAccountInfoHeaders",modelProperties:{clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},skuName:{serializedName:"x-ms-sku-name",xmlName:"x-ms-sku-name",type:{name:"Enum",allowedValues:["Standard_LRS","Standard_GRS","Standard_RAGRS","Standard_ZRS","Premium_LRS"]}},accountKind:{serializedName:"x-ms-account-kind",xmlName:"x-ms-account-kind",type:{name:"Enum",allowedValues:["Storage","BlobStorage","StorageV2","FileStorage","BlockBlobStorage"]}},isHierarchicalNamespaceEnabled:{serializedName:"x-ms-is-hns-enabled",xmlName:"x-ms-is-hns-enabled",type:{name:"Boolean"}}}}};c.BlobGetAccountInfoExceptionHeaders={serializedName:"Blob_getAccountInfoExceptionHeaders",type:{name:"Composite",className:"BlobGetAccountInfoExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.BlobQueryHeaders={serializedName:"Blob_queryHeaders",type:{name:"Composite",className:"BlobQueryHeaders",modelProperties:{lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},metadata:{serializedName:"x-ms-meta",headerCollectionPrefix:"x-ms-meta-",xmlName:"x-ms-meta",type:{name:"Dictionary",value:{type:{name:"String"}}}},contentLength:{serializedName:"content-length",xmlName:"content-length",type:{name:"Number"}},contentType:{serializedName:"content-type",xmlName:"content-type",type:{name:"String"}},contentRange:{serializedName:"content-range",xmlName:"content-range",type:{name:"String"}},etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},contentMD5:{serializedName:"content-md5",xmlName:"content-md5",type:{name:"ByteArray"}},contentEncoding:{serializedName:"content-encoding",xmlName:"content-encoding",type:{name:"String"}},cacheControl:{serializedName:"cache-control",xmlName:"cache-control",type:{name:"String"}},contentDisposition:{serializedName:"content-disposition",xmlName:"content-disposition",type:{name:"String"}},contentLanguage:{serializedName:"content-language",xmlName:"content-language",type:{name:"String"}},blobSequenceNumber:{serializedName:"x-ms-blob-sequence-number",xmlName:"x-ms-blob-sequence-number",type:{name:"Number"}},blobType:{serializedName:"x-ms-blob-type",xmlName:"x-ms-blob-type",type:{name:"Enum",allowedValues:["BlockBlob","PageBlob","AppendBlob"]}},copyCompletionTime:{serializedName:"x-ms-copy-completion-time",xmlName:"x-ms-copy-completion-time",type:{name:"DateTimeRfc1123"}},copyStatusDescription:{serializedName:"x-ms-copy-status-description",xmlName:"x-ms-copy-status-description",type:{name:"String"}},copyId:{serializedName:"x-ms-copy-id",xmlName:"x-ms-copy-id",type:{name:"String"}},copyProgress:{serializedName:"x-ms-copy-progress",xmlName:"x-ms-copy-progress",type:{name:"String"}},copySource:{serializedName:"x-ms-copy-source",xmlName:"x-ms-copy-source",type:{name:"String"}},copyStatus:{serializedName:"x-ms-copy-status",xmlName:"x-ms-copy-status",type:{name:"Enum",allowedValues:["pending","success","aborted","failed"]}},leaseDuration:{serializedName:"x-ms-lease-duration",xmlName:"x-ms-lease-duration",type:{name:"Enum",allowedValues:["infinite","fixed"]}},leaseState:{serializedName:"x-ms-lease-state",xmlName:"x-ms-lease-state",type:{name:"Enum",allowedValues:["available","leased","expired","breaking","broken"]}},leaseStatus:{serializedName:"x-ms-lease-status",xmlName:"x-ms-lease-status",type:{name:"Enum",allowedValues:["locked","unlocked"]}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},acceptRanges:{serializedName:"accept-ranges",xmlName:"accept-ranges",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},blobCommittedBlockCount:{serializedName:"x-ms-blob-committed-block-count",xmlName:"x-ms-blob-committed-block-count",type:{name:"Number"}},isServerEncrypted:{serializedName:"x-ms-server-encrypted",xmlName:"x-ms-server-encrypted",type:{name:"Boolean"}},encryptionKeySha256:{serializedName:"x-ms-encryption-key-sha256",xmlName:"x-ms-encryption-key-sha256",type:{name:"String"}},encryptionScope:{serializedName:"x-ms-encryption-scope",xmlName:"x-ms-encryption-scope",type:{name:"String"}},blobContentMD5:{serializedName:"x-ms-blob-content-md5",xmlName:"x-ms-blob-content-md5",type:{name:"ByteArray"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}},contentCrc64:{serializedName:"x-ms-content-crc64",xmlName:"x-ms-content-crc64",type:{name:"ByteArray"}}}}};c.BlobQueryExceptionHeaders={serializedName:"Blob_queryExceptionHeaders",type:{name:"Composite",className:"BlobQueryExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.BlobGetTagsHeaders={serializedName:"Blob_getTagsHeaders",type:{name:"Composite",className:"BlobGetTagsHeaders",modelProperties:{clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.BlobGetTagsExceptionHeaders={serializedName:"Blob_getTagsExceptionHeaders",type:{name:"Composite",className:"BlobGetTagsExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.BlobSetTagsHeaders={serializedName:"Blob_setTagsHeaders",type:{name:"Composite",className:"BlobSetTagsHeaders",modelProperties:{clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.BlobSetTagsExceptionHeaders={serializedName:"Blob_setTagsExceptionHeaders",type:{name:"Composite",className:"BlobSetTagsExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.PageBlobCreateHeaders={serializedName:"PageBlob_createHeaders",type:{name:"Composite",className:"PageBlobCreateHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},contentMD5:{serializedName:"content-md5",xmlName:"content-md5",type:{name:"ByteArray"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},versionId:{serializedName:"x-ms-version-id",xmlName:"x-ms-version-id",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},isServerEncrypted:{serializedName:"x-ms-request-server-encrypted",xmlName:"x-ms-request-server-encrypted",type:{name:"Boolean"}},encryptionKeySha256:{serializedName:"x-ms-encryption-key-sha256",xmlName:"x-ms-encryption-key-sha256",type:{name:"String"}},encryptionScope:{serializedName:"x-ms-encryption-scope",xmlName:"x-ms-encryption-scope",type:{name:"String"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.PageBlobCreateExceptionHeaders={serializedName:"PageBlob_createExceptionHeaders",type:{name:"Composite",className:"PageBlobCreateExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.PageBlobUploadPagesHeaders={serializedName:"PageBlob_uploadPagesHeaders",type:{name:"Composite",className:"PageBlobUploadPagesHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},contentMD5:{serializedName:"content-md5",xmlName:"content-md5",type:{name:"ByteArray"}},xMsContentCrc64:{serializedName:"x-ms-content-crc64",xmlName:"x-ms-content-crc64",type:{name:"ByteArray"}},blobSequenceNumber:{serializedName:"x-ms-blob-sequence-number",xmlName:"x-ms-blob-sequence-number",type:{name:"Number"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},isServerEncrypted:{serializedName:"x-ms-request-server-encrypted",xmlName:"x-ms-request-server-encrypted",type:{name:"Boolean"}},encryptionKeySha256:{serializedName:"x-ms-encryption-key-sha256",xmlName:"x-ms-encryption-key-sha256",type:{name:"String"}},encryptionScope:{serializedName:"x-ms-encryption-scope",xmlName:"x-ms-encryption-scope",type:{name:"String"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.PageBlobUploadPagesExceptionHeaders={serializedName:"PageBlob_uploadPagesExceptionHeaders",type:{name:"Composite",className:"PageBlobUploadPagesExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.PageBlobClearPagesHeaders={serializedName:"PageBlob_clearPagesHeaders",type:{name:"Composite",className:"PageBlobClearPagesHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},contentMD5:{serializedName:"content-md5",xmlName:"content-md5",type:{name:"ByteArray"}},xMsContentCrc64:{serializedName:"x-ms-content-crc64",xmlName:"x-ms-content-crc64",type:{name:"ByteArray"}},blobSequenceNumber:{serializedName:"x-ms-blob-sequence-number",xmlName:"x-ms-blob-sequence-number",type:{name:"Number"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.PageBlobClearPagesExceptionHeaders={serializedName:"PageBlob_clearPagesExceptionHeaders",type:{name:"Composite",className:"PageBlobClearPagesExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.PageBlobUploadPagesFromURLHeaders={serializedName:"PageBlob_uploadPagesFromURLHeaders",type:{name:"Composite",className:"PageBlobUploadPagesFromURLHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},contentMD5:{serializedName:"content-md5",xmlName:"content-md5",type:{name:"ByteArray"}},xMsContentCrc64:{serializedName:"x-ms-content-crc64",xmlName:"x-ms-content-crc64",type:{name:"ByteArray"}},blobSequenceNumber:{serializedName:"x-ms-blob-sequence-number",xmlName:"x-ms-blob-sequence-number",type:{name:"Number"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},isServerEncrypted:{serializedName:"x-ms-request-server-encrypted",xmlName:"x-ms-request-server-encrypted",type:{name:"Boolean"}},encryptionKeySha256:{serializedName:"x-ms-encryption-key-sha256",xmlName:"x-ms-encryption-key-sha256",type:{name:"String"}},encryptionScope:{serializedName:"x-ms-encryption-scope",xmlName:"x-ms-encryption-scope",type:{name:"String"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.PageBlobUploadPagesFromURLExceptionHeaders={serializedName:"PageBlob_uploadPagesFromURLExceptionHeaders",type:{name:"Composite",className:"PageBlobUploadPagesFromURLExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}},copySourceErrorCode:{serializedName:"x-ms-copy-source-error-code",xmlName:"x-ms-copy-source-error-code",type:{name:"String"}},copySourceStatusCode:{serializedName:"x-ms-copy-source-status-code",xmlName:"x-ms-copy-source-status-code",type:{name:"Number"}}}}};c.PageBlobGetPageRangesHeaders={serializedName:"PageBlob_getPageRangesHeaders",type:{name:"Composite",className:"PageBlobGetPageRangesHeaders",modelProperties:{lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},blobContentLength:{serializedName:"x-ms-blob-content-length",xmlName:"x-ms-blob-content-length",type:{name:"Number"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.PageBlobGetPageRangesExceptionHeaders={serializedName:"PageBlob_getPageRangesExceptionHeaders",type:{name:"Composite",className:"PageBlobGetPageRangesExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.PageBlobGetPageRangesDiffHeaders={serializedName:"PageBlob_getPageRangesDiffHeaders",type:{name:"Composite",className:"PageBlobGetPageRangesDiffHeaders",modelProperties:{lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},blobContentLength:{serializedName:"x-ms-blob-content-length",xmlName:"x-ms-blob-content-length",type:{name:"Number"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.PageBlobGetPageRangesDiffExceptionHeaders={serializedName:"PageBlob_getPageRangesDiffExceptionHeaders",type:{name:"Composite",className:"PageBlobGetPageRangesDiffExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.PageBlobResizeHeaders={serializedName:"PageBlob_resizeHeaders",type:{name:"Composite",className:"PageBlobResizeHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},blobSequenceNumber:{serializedName:"x-ms-blob-sequence-number",xmlName:"x-ms-blob-sequence-number",type:{name:"Number"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.PageBlobResizeExceptionHeaders={serializedName:"PageBlob_resizeExceptionHeaders",type:{name:"Composite",className:"PageBlobResizeExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.PageBlobUpdateSequenceNumberHeaders={serializedName:"PageBlob_updateSequenceNumberHeaders",type:{name:"Composite",className:"PageBlobUpdateSequenceNumberHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},blobSequenceNumber:{serializedName:"x-ms-blob-sequence-number",xmlName:"x-ms-blob-sequence-number",type:{name:"Number"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.PageBlobUpdateSequenceNumberExceptionHeaders={serializedName:"PageBlob_updateSequenceNumberExceptionHeaders",type:{name:"Composite",className:"PageBlobUpdateSequenceNumberExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.PageBlobCopyIncrementalHeaders={serializedName:"PageBlob_copyIncrementalHeaders",type:{name:"Composite",className:"PageBlobCopyIncrementalHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},copyId:{serializedName:"x-ms-copy-id",xmlName:"x-ms-copy-id",type:{name:"String"}},copyStatus:{serializedName:"x-ms-copy-status",xmlName:"x-ms-copy-status",type:{name:"Enum",allowedValues:["pending","success","aborted","failed"]}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.PageBlobCopyIncrementalExceptionHeaders={serializedName:"PageBlob_copyIncrementalExceptionHeaders",type:{name:"Composite",className:"PageBlobCopyIncrementalExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.AppendBlobCreateHeaders={serializedName:"AppendBlob_createHeaders",type:{name:"Composite",className:"AppendBlobCreateHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},contentMD5:{serializedName:"content-md5",xmlName:"content-md5",type:{name:"ByteArray"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},versionId:{serializedName:"x-ms-version-id",xmlName:"x-ms-version-id",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},isServerEncrypted:{serializedName:"x-ms-request-server-encrypted",xmlName:"x-ms-request-server-encrypted",type:{name:"Boolean"}},encryptionKeySha256:{serializedName:"x-ms-encryption-key-sha256",xmlName:"x-ms-encryption-key-sha256",type:{name:"String"}},encryptionScope:{serializedName:"x-ms-encryption-scope",xmlName:"x-ms-encryption-scope",type:{name:"String"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.AppendBlobCreateExceptionHeaders={serializedName:"AppendBlob_createExceptionHeaders",type:{name:"Composite",className:"AppendBlobCreateExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.AppendBlobAppendBlockHeaders={serializedName:"AppendBlob_appendBlockHeaders",type:{name:"Composite",className:"AppendBlobAppendBlockHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},contentMD5:{serializedName:"content-md5",xmlName:"content-md5",type:{name:"ByteArray"}},xMsContentCrc64:{serializedName:"x-ms-content-crc64",xmlName:"x-ms-content-crc64",type:{name:"ByteArray"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},blobAppendOffset:{serializedName:"x-ms-blob-append-offset",xmlName:"x-ms-blob-append-offset",type:{name:"String"}},blobCommittedBlockCount:{serializedName:"x-ms-blob-committed-block-count",xmlName:"x-ms-blob-committed-block-count",type:{name:"Number"}},isServerEncrypted:{serializedName:"x-ms-request-server-encrypted",xmlName:"x-ms-request-server-encrypted",type:{name:"Boolean"}},encryptionKeySha256:{serializedName:"x-ms-encryption-key-sha256",xmlName:"x-ms-encryption-key-sha256",type:{name:"String"}},encryptionScope:{serializedName:"x-ms-encryption-scope",xmlName:"x-ms-encryption-scope",type:{name:"String"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.AppendBlobAppendBlockExceptionHeaders={serializedName:"AppendBlob_appendBlockExceptionHeaders",type:{name:"Composite",className:"AppendBlobAppendBlockExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.AppendBlobAppendBlockFromUrlHeaders={serializedName:"AppendBlob_appendBlockFromUrlHeaders",type:{name:"Composite",className:"AppendBlobAppendBlockFromUrlHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},contentMD5:{serializedName:"content-md5",xmlName:"content-md5",type:{name:"ByteArray"}},xMsContentCrc64:{serializedName:"x-ms-content-crc64",xmlName:"x-ms-content-crc64",type:{name:"ByteArray"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},blobAppendOffset:{serializedName:"x-ms-blob-append-offset",xmlName:"x-ms-blob-append-offset",type:{name:"String"}},blobCommittedBlockCount:{serializedName:"x-ms-blob-committed-block-count",xmlName:"x-ms-blob-committed-block-count",type:{name:"Number"}},encryptionKeySha256:{serializedName:"x-ms-encryption-key-sha256",xmlName:"x-ms-encryption-key-sha256",type:{name:"String"}},encryptionScope:{serializedName:"x-ms-encryption-scope",xmlName:"x-ms-encryption-scope",type:{name:"String"}},isServerEncrypted:{serializedName:"x-ms-request-server-encrypted",xmlName:"x-ms-request-server-encrypted",type:{name:"Boolean"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.AppendBlobAppendBlockFromUrlExceptionHeaders={serializedName:"AppendBlob_appendBlockFromUrlExceptionHeaders",type:{name:"Composite",className:"AppendBlobAppendBlockFromUrlExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}},copySourceErrorCode:{serializedName:"x-ms-copy-source-error-code",xmlName:"x-ms-copy-source-error-code",type:{name:"String"}},copySourceStatusCode:{serializedName:"x-ms-copy-source-status-code",xmlName:"x-ms-copy-source-status-code",type:{name:"Number"}}}}};c.AppendBlobSealHeaders={serializedName:"AppendBlob_sealHeaders",type:{name:"Composite",className:"AppendBlobSealHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},isSealed:{serializedName:"x-ms-blob-sealed",xmlName:"x-ms-blob-sealed",type:{name:"Boolean"}}}}};c.AppendBlobSealExceptionHeaders={serializedName:"AppendBlob_sealExceptionHeaders",type:{name:"Composite",className:"AppendBlobSealExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.BlockBlobUploadHeaders={serializedName:"BlockBlob_uploadHeaders",type:{name:"Composite",className:"BlockBlobUploadHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},contentMD5:{serializedName:"content-md5",xmlName:"content-md5",type:{name:"ByteArray"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},versionId:{serializedName:"x-ms-version-id",xmlName:"x-ms-version-id",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},isServerEncrypted:{serializedName:"x-ms-request-server-encrypted",xmlName:"x-ms-request-server-encrypted",type:{name:"Boolean"}},encryptionKeySha256:{serializedName:"x-ms-encryption-key-sha256",xmlName:"x-ms-encryption-key-sha256",type:{name:"String"}},encryptionScope:{serializedName:"x-ms-encryption-scope",xmlName:"x-ms-encryption-scope",type:{name:"String"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.BlockBlobUploadExceptionHeaders={serializedName:"BlockBlob_uploadExceptionHeaders",type:{name:"Composite",className:"BlockBlobUploadExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.BlockBlobPutBlobFromUrlHeaders={serializedName:"BlockBlob_putBlobFromUrlHeaders",type:{name:"Composite",className:"BlockBlobPutBlobFromUrlHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},contentMD5:{serializedName:"content-md5",xmlName:"content-md5",type:{name:"ByteArray"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},versionId:{serializedName:"x-ms-version-id",xmlName:"x-ms-version-id",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},isServerEncrypted:{serializedName:"x-ms-request-server-encrypted",xmlName:"x-ms-request-server-encrypted",type:{name:"Boolean"}},encryptionKeySha256:{serializedName:"x-ms-encryption-key-sha256",xmlName:"x-ms-encryption-key-sha256",type:{name:"String"}},encryptionScope:{serializedName:"x-ms-encryption-scope",xmlName:"x-ms-encryption-scope",type:{name:"String"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.BlockBlobPutBlobFromUrlExceptionHeaders={serializedName:"BlockBlob_putBlobFromUrlExceptionHeaders",type:{name:"Composite",className:"BlockBlobPutBlobFromUrlExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}},copySourceErrorCode:{serializedName:"x-ms-copy-source-error-code",xmlName:"x-ms-copy-source-error-code",type:{name:"String"}},copySourceStatusCode:{serializedName:"x-ms-copy-source-status-code",xmlName:"x-ms-copy-source-status-code",type:{name:"Number"}}}}};c.BlockBlobStageBlockHeaders={serializedName:"BlockBlob_stageBlockHeaders",type:{name:"Composite",className:"BlockBlobStageBlockHeaders",modelProperties:{contentMD5:{serializedName:"content-md5",xmlName:"content-md5",type:{name:"ByteArray"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},xMsContentCrc64:{serializedName:"x-ms-content-crc64",xmlName:"x-ms-content-crc64",type:{name:"ByteArray"}},isServerEncrypted:{serializedName:"x-ms-request-server-encrypted",xmlName:"x-ms-request-server-encrypted",type:{name:"Boolean"}},encryptionKeySha256:{serializedName:"x-ms-encryption-key-sha256",xmlName:"x-ms-encryption-key-sha256",type:{name:"String"}},encryptionScope:{serializedName:"x-ms-encryption-scope",xmlName:"x-ms-encryption-scope",type:{name:"String"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.BlockBlobStageBlockExceptionHeaders={serializedName:"BlockBlob_stageBlockExceptionHeaders",type:{name:"Composite",className:"BlockBlobStageBlockExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.BlockBlobStageBlockFromURLHeaders={serializedName:"BlockBlob_stageBlockFromURLHeaders",type:{name:"Composite",className:"BlockBlobStageBlockFromURLHeaders",modelProperties:{contentMD5:{serializedName:"content-md5",xmlName:"content-md5",type:{name:"ByteArray"}},xMsContentCrc64:{serializedName:"x-ms-content-crc64",xmlName:"x-ms-content-crc64",type:{name:"ByteArray"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},isServerEncrypted:{serializedName:"x-ms-request-server-encrypted",xmlName:"x-ms-request-server-encrypted",type:{name:"Boolean"}},encryptionKeySha256:{serializedName:"x-ms-encryption-key-sha256",xmlName:"x-ms-encryption-key-sha256",type:{name:"String"}},encryptionScope:{serializedName:"x-ms-encryption-scope",xmlName:"x-ms-encryption-scope",type:{name:"String"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.BlockBlobStageBlockFromURLExceptionHeaders={serializedName:"BlockBlob_stageBlockFromURLExceptionHeaders",type:{name:"Composite",className:"BlockBlobStageBlockFromURLExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}},copySourceErrorCode:{serializedName:"x-ms-copy-source-error-code",xmlName:"x-ms-copy-source-error-code",type:{name:"String"}},copySourceStatusCode:{serializedName:"x-ms-copy-source-status-code",xmlName:"x-ms-copy-source-status-code",type:{name:"Number"}}}}};c.BlockBlobCommitBlockListHeaders={serializedName:"BlockBlob_commitBlockListHeaders",type:{name:"Composite",className:"BlockBlobCommitBlockListHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},contentMD5:{serializedName:"content-md5",xmlName:"content-md5",type:{name:"ByteArray"}},xMsContentCrc64:{serializedName:"x-ms-content-crc64",xmlName:"x-ms-content-crc64",type:{name:"ByteArray"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},versionId:{serializedName:"x-ms-version-id",xmlName:"x-ms-version-id",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},isServerEncrypted:{serializedName:"x-ms-request-server-encrypted",xmlName:"x-ms-request-server-encrypted",type:{name:"Boolean"}},encryptionKeySha256:{serializedName:"x-ms-encryption-key-sha256",xmlName:"x-ms-encryption-key-sha256",type:{name:"String"}},encryptionScope:{serializedName:"x-ms-encryption-scope",xmlName:"x-ms-encryption-scope",type:{name:"String"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.BlockBlobCommitBlockListExceptionHeaders={serializedName:"BlockBlob_commitBlockListExceptionHeaders",type:{name:"Composite",className:"BlockBlobCommitBlockListExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.BlockBlobGetBlockListHeaders={serializedName:"BlockBlob_getBlockListHeaders",type:{name:"Composite",className:"BlockBlobGetBlockListHeaders",modelProperties:{lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},contentType:{serializedName:"content-type",xmlName:"content-type",type:{name:"String"}},blobContentLength:{serializedName:"x-ms-blob-content-length",xmlName:"x-ms-blob-content-length",type:{name:"Number"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};c.BlockBlobGetBlockListExceptionHeaders={serializedName:"BlockBlob_getBlockListExceptionHeaders",type:{name:"Composite",className:"BlockBlobGetBlockListExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}}},6088:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.action3=c.action2=c.leaseId1=c.action1=c.proposedLeaseId=c.duration=c.action=c.comp10=c.sourceLeaseId=c.sourceContainerName=c.comp9=c.deletedContainerVersion=c.deletedContainerName=c.comp8=c.containerAcl=c.comp7=c.comp6=c.ifUnmodifiedSince=c.ifModifiedSince=c.leaseId=c.preventEncryptionScopeOverride=c.defaultEncryptionScope=c.access=c.metadata=c.restype2=c.where=c.comp5=c.multipartContentType=c.contentLength=c.comp4=c.body=c.restype1=c.comp3=c.keyInfo=c.include=c.maxPageSize=c.marker=c.prefix=c.comp2=c.comp1=c.accept1=c.requestId=c.version=c.timeoutInSeconds=c.comp=c.restype=c.url=c.accept=c.blobServiceProperties=c.contentType=void 0;c.fileRequestIntent=c.copySourceTags=c.copySourceAuthorization=c.sourceContentMD5=c.xMsRequiresSync=c.legalHold1=c.sealBlob=c.blobTagsString=c.copySource=c.sourceIfTags=c.sourceIfNoneMatch=c.sourceIfMatch=c.sourceIfUnmodifiedSince=c.sourceIfModifiedSince=c.rehydratePriority=c.tier=c.comp14=c.encryptionScope=c.legalHold=c.comp13=c.immutabilityPolicyMode=c.immutabilityPolicyExpiry=c.comp12=c.blobContentDisposition=c.blobContentLanguage=c.blobContentEncoding=c.blobContentMD5=c.blobContentType=c.blobCacheControl=c.expiresOn=c.expiryOptions=c.comp11=c.blobDeleteType=c.deleteSnapshots=c.ifTags=c.ifNoneMatch=c.ifMatch=c.encryptionAlgorithm=c.encryptionKeySha256=c.encryptionKey=c.rangeGetContentCRC64=c.rangeGetContentMD5=c.range=c.versionId=c.snapshot=c.delimiter=c.include1=c.proposedLeaseId1=c.action4=c.breakPeriod=void 0;c.listType=c.comp25=c.blocks=c.blockId=c.comp24=c.copySourceBlobProperties=c.blobType2=c.comp23=c.sourceRange1=c.appendPosition=c.maxSize=c.comp22=c.blobType1=c.comp21=c.sequenceNumberAction=c.prevSnapshotUrl=c.prevsnapshot=c.comp20=c.range1=c.sourceContentCrc64=c.sourceRange=c.sourceUrl=c.pageWrite1=c.ifSequenceNumberEqualTo=c.ifSequenceNumberLessThan=c.ifSequenceNumberLessThanOrEqualTo=c.pageWrite=c.comp19=c.accept2=c.body1=c.contentType1=c.blobSequenceNumber=c.blobContentLength=c.blobType=c.transactionalContentCrc64=c.transactionalContentMD5=c.tags=c.comp18=c.comp17=c.queryRequest=c.tier1=c.comp16=c.copyId=c.copyActionAbortConstant=c.comp15=void 0;const p=d(84424);c.contentType={parameterPath:["options","contentType"],mapper:{defaultValue:"application/xml",isConstant:true,serializedName:"Content-Type",type:{name:"String"}}};c.blobServiceProperties={parameterPath:"blobServiceProperties",mapper:p.BlobServiceProperties};c.accept={parameterPath:"accept",mapper:{defaultValue:"application/xml",isConstant:true,serializedName:"Accept",type:{name:"String"}}};c.url={parameterPath:"url",mapper:{serializedName:"url",required:true,xmlName:"url",type:{name:"String"}},skipEncoding:true};c.restype={parameterPath:"restype",mapper:{defaultValue:"service",isConstant:true,serializedName:"restype",type:{name:"String"}}};c.comp={parameterPath:"comp",mapper:{defaultValue:"properties",isConstant:true,serializedName:"comp",type:{name:"String"}}};c.timeoutInSeconds={parameterPath:["options","timeoutInSeconds"],mapper:{constraints:{InclusiveMinimum:0},serializedName:"timeout",xmlName:"timeout",type:{name:"Number"}}};c.version={parameterPath:"version",mapper:{defaultValue:"2025-11-05",isConstant:true,serializedName:"x-ms-version",type:{name:"String"}}};c.requestId={parameterPath:["options","requestId"],mapper:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}}};c.accept1={parameterPath:"accept",mapper:{defaultValue:"application/xml",isConstant:true,serializedName:"Accept",type:{name:"String"}}};c.comp1={parameterPath:"comp",mapper:{defaultValue:"stats",isConstant:true,serializedName:"comp",type:{name:"String"}}};c.comp2={parameterPath:"comp",mapper:{defaultValue:"list",isConstant:true,serializedName:"comp",type:{name:"String"}}};c.prefix={parameterPath:["options","prefix"],mapper:{serializedName:"prefix",xmlName:"prefix",type:{name:"String"}}};c.marker={parameterPath:["options","marker"],mapper:{serializedName:"marker",xmlName:"marker",type:{name:"String"}}};c.maxPageSize={parameterPath:["options","maxPageSize"],mapper:{constraints:{InclusiveMinimum:1},serializedName:"maxresults",xmlName:"maxresults",type:{name:"Number"}}};c.include={parameterPath:["options","include"],mapper:{serializedName:"include",xmlName:"include",xmlElementName:"ListContainersIncludeType",type:{name:"Sequence",element:{type:{name:"Enum",allowedValues:["metadata","deleted","system"]}}}},collectionFormat:"CSV"};c.keyInfo={parameterPath:"keyInfo",mapper:p.KeyInfo};c.comp3={parameterPath:"comp",mapper:{defaultValue:"userdelegationkey",isConstant:true,serializedName:"comp",type:{name:"String"}}};c.restype1={parameterPath:"restype",mapper:{defaultValue:"account",isConstant:true,serializedName:"restype",type:{name:"String"}}};c.body={parameterPath:"body",mapper:{serializedName:"body",required:true,xmlName:"body",type:{name:"Stream"}}};c.comp4={parameterPath:"comp",mapper:{defaultValue:"batch",isConstant:true,serializedName:"comp",type:{name:"String"}}};c.contentLength={parameterPath:"contentLength",mapper:{serializedName:"Content-Length",required:true,xmlName:"Content-Length",type:{name:"Number"}}};c.multipartContentType={parameterPath:"multipartContentType",mapper:{serializedName:"Content-Type",required:true,xmlName:"Content-Type",type:{name:"String"}}};c.comp5={parameterPath:"comp",mapper:{defaultValue:"blobs",isConstant:true,serializedName:"comp",type:{name:"String"}}};c.where={parameterPath:["options","where"],mapper:{serializedName:"where",xmlName:"where",type:{name:"String"}}};c.restype2={parameterPath:"restype",mapper:{defaultValue:"container",isConstant:true,serializedName:"restype",type:{name:"String"}}};c.metadata={parameterPath:["options","metadata"],mapper:{serializedName:"x-ms-meta",xmlName:"x-ms-meta",headerCollectionPrefix:"x-ms-meta-",type:{name:"Dictionary",value:{type:{name:"String"}}}}};c.access={parameterPath:["options","access"],mapper:{serializedName:"x-ms-blob-public-access",xmlName:"x-ms-blob-public-access",type:{name:"Enum",allowedValues:["container","blob"]}}};c.defaultEncryptionScope={parameterPath:["options","containerEncryptionScope","defaultEncryptionScope"],mapper:{serializedName:"x-ms-default-encryption-scope",xmlName:"x-ms-default-encryption-scope",type:{name:"String"}}};c.preventEncryptionScopeOverride={parameterPath:["options","containerEncryptionScope","preventEncryptionScopeOverride"],mapper:{serializedName:"x-ms-deny-encryption-scope-override",xmlName:"x-ms-deny-encryption-scope-override",type:{name:"Boolean"}}};c.leaseId={parameterPath:["options","leaseAccessConditions","leaseId"],mapper:{serializedName:"x-ms-lease-id",xmlName:"x-ms-lease-id",type:{name:"String"}}};c.ifModifiedSince={parameterPath:["options","modifiedAccessConditions","ifModifiedSince"],mapper:{serializedName:"If-Modified-Since",xmlName:"If-Modified-Since",type:{name:"DateTimeRfc1123"}}};c.ifUnmodifiedSince={parameterPath:["options","modifiedAccessConditions","ifUnmodifiedSince"],mapper:{serializedName:"If-Unmodified-Since",xmlName:"If-Unmodified-Since",type:{name:"DateTimeRfc1123"}}};c.comp6={parameterPath:"comp",mapper:{defaultValue:"metadata",isConstant:true,serializedName:"comp",type:{name:"String"}}};c.comp7={parameterPath:"comp",mapper:{defaultValue:"acl",isConstant:true,serializedName:"comp",type:{name:"String"}}};c.containerAcl={parameterPath:["options","containerAcl"],mapper:{serializedName:"containerAcl",xmlName:"SignedIdentifiers",xmlIsWrapped:true,xmlElementName:"SignedIdentifier",type:{name:"Sequence",element:{type:{name:"Composite",className:"SignedIdentifier"}}}}};c.comp8={parameterPath:"comp",mapper:{defaultValue:"undelete",isConstant:true,serializedName:"comp",type:{name:"String"}}};c.deletedContainerName={parameterPath:["options","deletedContainerName"],mapper:{serializedName:"x-ms-deleted-container-name",xmlName:"x-ms-deleted-container-name",type:{name:"String"}}};c.deletedContainerVersion={parameterPath:["options","deletedContainerVersion"],mapper:{serializedName:"x-ms-deleted-container-version",xmlName:"x-ms-deleted-container-version",type:{name:"String"}}};c.comp9={parameterPath:"comp",mapper:{defaultValue:"rename",isConstant:true,serializedName:"comp",type:{name:"String"}}};c.sourceContainerName={parameterPath:"sourceContainerName",mapper:{serializedName:"x-ms-source-container-name",required:true,xmlName:"x-ms-source-container-name",type:{name:"String"}}};c.sourceLeaseId={parameterPath:["options","sourceLeaseId"],mapper:{serializedName:"x-ms-source-lease-id",xmlName:"x-ms-source-lease-id",type:{name:"String"}}};c.comp10={parameterPath:"comp",mapper:{defaultValue:"lease",isConstant:true,serializedName:"comp",type:{name:"String"}}};c.action={parameterPath:"action",mapper:{defaultValue:"acquire",isConstant:true,serializedName:"x-ms-lease-action",type:{name:"String"}}};c.duration={parameterPath:["options","duration"],mapper:{serializedName:"x-ms-lease-duration",xmlName:"x-ms-lease-duration",type:{name:"Number"}}};c.proposedLeaseId={parameterPath:["options","proposedLeaseId"],mapper:{serializedName:"x-ms-proposed-lease-id",xmlName:"x-ms-proposed-lease-id",type:{name:"String"}}};c.action1={parameterPath:"action",mapper:{defaultValue:"release",isConstant:true,serializedName:"x-ms-lease-action",type:{name:"String"}}};c.leaseId1={parameterPath:"leaseId",mapper:{serializedName:"x-ms-lease-id",required:true,xmlName:"x-ms-lease-id",type:{name:"String"}}};c.action2={parameterPath:"action",mapper:{defaultValue:"renew",isConstant:true,serializedName:"x-ms-lease-action",type:{name:"String"}}};c.action3={parameterPath:"action",mapper:{defaultValue:"break",isConstant:true,serializedName:"x-ms-lease-action",type:{name:"String"}}};c.breakPeriod={parameterPath:["options","breakPeriod"],mapper:{serializedName:"x-ms-lease-break-period",xmlName:"x-ms-lease-break-period",type:{name:"Number"}}};c.action4={parameterPath:"action",mapper:{defaultValue:"change",isConstant:true,serializedName:"x-ms-lease-action",type:{name:"String"}}};c.proposedLeaseId1={parameterPath:"proposedLeaseId",mapper:{serializedName:"x-ms-proposed-lease-id",required:true,xmlName:"x-ms-proposed-lease-id",type:{name:"String"}}};c.include1={parameterPath:["options","include"],mapper:{serializedName:"include",xmlName:"include",xmlElementName:"ListBlobsIncludeItem",type:{name:"Sequence",element:{type:{name:"Enum",allowedValues:["copy","deleted","metadata","snapshots","uncommittedblobs","versions","tags","immutabilitypolicy","legalhold","deletedwithversions"]}}}},collectionFormat:"CSV"};c.delimiter={parameterPath:"delimiter",mapper:{serializedName:"delimiter",required:true,xmlName:"delimiter",type:{name:"String"}}};c.snapshot={parameterPath:["options","snapshot"],mapper:{serializedName:"snapshot",xmlName:"snapshot",type:{name:"String"}}};c.versionId={parameterPath:["options","versionId"],mapper:{serializedName:"versionid",xmlName:"versionid",type:{name:"String"}}};c.range={parameterPath:["options","range"],mapper:{serializedName:"x-ms-range",xmlName:"x-ms-range",type:{name:"String"}}};c.rangeGetContentMD5={parameterPath:["options","rangeGetContentMD5"],mapper:{serializedName:"x-ms-range-get-content-md5",xmlName:"x-ms-range-get-content-md5",type:{name:"Boolean"}}};c.rangeGetContentCRC64={parameterPath:["options","rangeGetContentCRC64"],mapper:{serializedName:"x-ms-range-get-content-crc64",xmlName:"x-ms-range-get-content-crc64",type:{name:"Boolean"}}};c.encryptionKey={parameterPath:["options","cpkInfo","encryptionKey"],mapper:{serializedName:"x-ms-encryption-key",xmlName:"x-ms-encryption-key",type:{name:"String"}}};c.encryptionKeySha256={parameterPath:["options","cpkInfo","encryptionKeySha256"],mapper:{serializedName:"x-ms-encryption-key-sha256",xmlName:"x-ms-encryption-key-sha256",type:{name:"String"}}};c.encryptionAlgorithm={parameterPath:["options","cpkInfo","encryptionAlgorithm"],mapper:{serializedName:"x-ms-encryption-algorithm",xmlName:"x-ms-encryption-algorithm",type:{name:"String"}}};c.ifMatch={parameterPath:["options","modifiedAccessConditions","ifMatch"],mapper:{serializedName:"If-Match",xmlName:"If-Match",type:{name:"String"}}};c.ifNoneMatch={parameterPath:["options","modifiedAccessConditions","ifNoneMatch"],mapper:{serializedName:"If-None-Match",xmlName:"If-None-Match",type:{name:"String"}}};c.ifTags={parameterPath:["options","modifiedAccessConditions","ifTags"],mapper:{serializedName:"x-ms-if-tags",xmlName:"x-ms-if-tags",type:{name:"String"}}};c.deleteSnapshots={parameterPath:["options","deleteSnapshots"],mapper:{serializedName:"x-ms-delete-snapshots",xmlName:"x-ms-delete-snapshots",type:{name:"Enum",allowedValues:["include","only"]}}};c.blobDeleteType={parameterPath:["options","blobDeleteType"],mapper:{serializedName:"deletetype",xmlName:"deletetype",type:{name:"String"}}};c.comp11={parameterPath:"comp",mapper:{defaultValue:"expiry",isConstant:true,serializedName:"comp",type:{name:"String"}}};c.expiryOptions={parameterPath:"expiryOptions",mapper:{serializedName:"x-ms-expiry-option",required:true,xmlName:"x-ms-expiry-option",type:{name:"String"}}};c.expiresOn={parameterPath:["options","expiresOn"],mapper:{serializedName:"x-ms-expiry-time",xmlName:"x-ms-expiry-time",type:{name:"String"}}};c.blobCacheControl={parameterPath:["options","blobHttpHeaders","blobCacheControl"],mapper:{serializedName:"x-ms-blob-cache-control",xmlName:"x-ms-blob-cache-control",type:{name:"String"}}};c.blobContentType={parameterPath:["options","blobHttpHeaders","blobContentType"],mapper:{serializedName:"x-ms-blob-content-type",xmlName:"x-ms-blob-content-type",type:{name:"String"}}};c.blobContentMD5={parameterPath:["options","blobHttpHeaders","blobContentMD5"],mapper:{serializedName:"x-ms-blob-content-md5",xmlName:"x-ms-blob-content-md5",type:{name:"ByteArray"}}};c.blobContentEncoding={parameterPath:["options","blobHttpHeaders","blobContentEncoding"],mapper:{serializedName:"x-ms-blob-content-encoding",xmlName:"x-ms-blob-content-encoding",type:{name:"String"}}};c.blobContentLanguage={parameterPath:["options","blobHttpHeaders","blobContentLanguage"],mapper:{serializedName:"x-ms-blob-content-language",xmlName:"x-ms-blob-content-language",type:{name:"String"}}};c.blobContentDisposition={parameterPath:["options","blobHttpHeaders","blobContentDisposition"],mapper:{serializedName:"x-ms-blob-content-disposition",xmlName:"x-ms-blob-content-disposition",type:{name:"String"}}};c.comp12={parameterPath:"comp",mapper:{defaultValue:"immutabilityPolicies",isConstant:true,serializedName:"comp",type:{name:"String"}}};c.immutabilityPolicyExpiry={parameterPath:["options","immutabilityPolicyExpiry"],mapper:{serializedName:"x-ms-immutability-policy-until-date",xmlName:"x-ms-immutability-policy-until-date",type:{name:"DateTimeRfc1123"}}};c.immutabilityPolicyMode={parameterPath:["options","immutabilityPolicyMode"],mapper:{serializedName:"x-ms-immutability-policy-mode",xmlName:"x-ms-immutability-policy-mode",type:{name:"Enum",allowedValues:["Mutable","Unlocked","Locked"]}}};c.comp13={parameterPath:"comp",mapper:{defaultValue:"legalhold",isConstant:true,serializedName:"comp",type:{name:"String"}}};c.legalHold={parameterPath:"legalHold",mapper:{serializedName:"x-ms-legal-hold",required:true,xmlName:"x-ms-legal-hold",type:{name:"Boolean"}}};c.encryptionScope={parameterPath:["options","encryptionScope"],mapper:{serializedName:"x-ms-encryption-scope",xmlName:"x-ms-encryption-scope",type:{name:"String"}}};c.comp14={parameterPath:"comp",mapper:{defaultValue:"snapshot",isConstant:true,serializedName:"comp",type:{name:"String"}}};c.tier={parameterPath:["options","tier"],mapper:{serializedName:"x-ms-access-tier",xmlName:"x-ms-access-tier",type:{name:"Enum",allowedValues:["P4","P6","P10","P15","P20","P30","P40","P50","P60","P70","P80","Hot","Cool","Archive","Cold"]}}};c.rehydratePriority={parameterPath:["options","rehydratePriority"],mapper:{serializedName:"x-ms-rehydrate-priority",xmlName:"x-ms-rehydrate-priority",type:{name:"Enum",allowedValues:["High","Standard"]}}};c.sourceIfModifiedSince={parameterPath:["options","sourceModifiedAccessConditions","sourceIfModifiedSince"],mapper:{serializedName:"x-ms-source-if-modified-since",xmlName:"x-ms-source-if-modified-since",type:{name:"DateTimeRfc1123"}}};c.sourceIfUnmodifiedSince={parameterPath:["options","sourceModifiedAccessConditions","sourceIfUnmodifiedSince"],mapper:{serializedName:"x-ms-source-if-unmodified-since",xmlName:"x-ms-source-if-unmodified-since",type:{name:"DateTimeRfc1123"}}};c.sourceIfMatch={parameterPath:["options","sourceModifiedAccessConditions","sourceIfMatch"],mapper:{serializedName:"x-ms-source-if-match",xmlName:"x-ms-source-if-match",type:{name:"String"}}};c.sourceIfNoneMatch={parameterPath:["options","sourceModifiedAccessConditions","sourceIfNoneMatch"],mapper:{serializedName:"x-ms-source-if-none-match",xmlName:"x-ms-source-if-none-match",type:{name:"String"}}};c.sourceIfTags={parameterPath:["options","sourceModifiedAccessConditions","sourceIfTags"],mapper:{serializedName:"x-ms-source-if-tags",xmlName:"x-ms-source-if-tags",type:{name:"String"}}};c.copySource={parameterPath:"copySource",mapper:{serializedName:"x-ms-copy-source",required:true,xmlName:"x-ms-copy-source",type:{name:"String"}}};c.blobTagsString={parameterPath:["options","blobTagsString"],mapper:{serializedName:"x-ms-tags",xmlName:"x-ms-tags",type:{name:"String"}}};c.sealBlob={parameterPath:["options","sealBlob"],mapper:{serializedName:"x-ms-seal-blob",xmlName:"x-ms-seal-blob",type:{name:"Boolean"}}};c.legalHold1={parameterPath:["options","legalHold"],mapper:{serializedName:"x-ms-legal-hold",xmlName:"x-ms-legal-hold",type:{name:"Boolean"}}};c.xMsRequiresSync={parameterPath:"xMsRequiresSync",mapper:{defaultValue:"true",isConstant:true,serializedName:"x-ms-requires-sync",type:{name:"String"}}};c.sourceContentMD5={parameterPath:["options","sourceContentMD5"],mapper:{serializedName:"x-ms-source-content-md5",xmlName:"x-ms-source-content-md5",type:{name:"ByteArray"}}};c.copySourceAuthorization={parameterPath:["options","copySourceAuthorization"],mapper:{serializedName:"x-ms-copy-source-authorization",xmlName:"x-ms-copy-source-authorization",type:{name:"String"}}};c.copySourceTags={parameterPath:["options","copySourceTags"],mapper:{serializedName:"x-ms-copy-source-tag-option",xmlName:"x-ms-copy-source-tag-option",type:{name:"Enum",allowedValues:["REPLACE","COPY"]}}};c.fileRequestIntent={parameterPath:["options","fileRequestIntent"],mapper:{serializedName:"x-ms-file-request-intent",xmlName:"x-ms-file-request-intent",type:{name:"String"}}};c.comp15={parameterPath:"comp",mapper:{defaultValue:"copy",isConstant:true,serializedName:"comp",type:{name:"String"}}};c.copyActionAbortConstant={parameterPath:"copyActionAbortConstant",mapper:{defaultValue:"abort",isConstant:true,serializedName:"x-ms-copy-action",type:{name:"String"}}};c.copyId={parameterPath:"copyId",mapper:{serializedName:"copyid",required:true,xmlName:"copyid",type:{name:"String"}}};c.comp16={parameterPath:"comp",mapper:{defaultValue:"tier",isConstant:true,serializedName:"comp",type:{name:"String"}}};c.tier1={parameterPath:"tier",mapper:{serializedName:"x-ms-access-tier",required:true,xmlName:"x-ms-access-tier",type:{name:"Enum",allowedValues:["P4","P6","P10","P15","P20","P30","P40","P50","P60","P70","P80","Hot","Cool","Archive","Cold"]}}};c.queryRequest={parameterPath:["options","queryRequest"],mapper:p.QueryRequest};c.comp17={parameterPath:"comp",mapper:{defaultValue:"query",isConstant:true,serializedName:"comp",type:{name:"String"}}};c.comp18={parameterPath:"comp",mapper:{defaultValue:"tags",isConstant:true,serializedName:"comp",type:{name:"String"}}};c.tags={parameterPath:["options","tags"],mapper:p.BlobTags};c.transactionalContentMD5={parameterPath:["options","transactionalContentMD5"],mapper:{serializedName:"Content-MD5",xmlName:"Content-MD5",type:{name:"ByteArray"}}};c.transactionalContentCrc64={parameterPath:["options","transactionalContentCrc64"],mapper:{serializedName:"x-ms-content-crc64",xmlName:"x-ms-content-crc64",type:{name:"ByteArray"}}};c.blobType={parameterPath:"blobType",mapper:{defaultValue:"PageBlob",isConstant:true,serializedName:"x-ms-blob-type",type:{name:"String"}}};c.blobContentLength={parameterPath:"blobContentLength",mapper:{serializedName:"x-ms-blob-content-length",required:true,xmlName:"x-ms-blob-content-length",type:{name:"Number"}}};c.blobSequenceNumber={parameterPath:["options","blobSequenceNumber"],mapper:{defaultValue:0,serializedName:"x-ms-blob-sequence-number",xmlName:"x-ms-blob-sequence-number",type:{name:"Number"}}};c.contentType1={parameterPath:["options","contentType"],mapper:{defaultValue:"application/octet-stream",isConstant:true,serializedName:"Content-Type",type:{name:"String"}}};c.body1={parameterPath:"body",mapper:{serializedName:"body",required:true,xmlName:"body",type:{name:"Stream"}}};c.accept2={parameterPath:"accept",mapper:{defaultValue:"application/xml",isConstant:true,serializedName:"Accept",type:{name:"String"}}};c.comp19={parameterPath:"comp",mapper:{defaultValue:"page",isConstant:true,serializedName:"comp",type:{name:"String"}}};c.pageWrite={parameterPath:"pageWrite",mapper:{defaultValue:"update",isConstant:true,serializedName:"x-ms-page-write",type:{name:"String"}}};c.ifSequenceNumberLessThanOrEqualTo={parameterPath:["options","sequenceNumberAccessConditions","ifSequenceNumberLessThanOrEqualTo"],mapper:{serializedName:"x-ms-if-sequence-number-le",xmlName:"x-ms-if-sequence-number-le",type:{name:"Number"}}};c.ifSequenceNumberLessThan={parameterPath:["options","sequenceNumberAccessConditions","ifSequenceNumberLessThan"],mapper:{serializedName:"x-ms-if-sequence-number-lt",xmlName:"x-ms-if-sequence-number-lt",type:{name:"Number"}}};c.ifSequenceNumberEqualTo={parameterPath:["options","sequenceNumberAccessConditions","ifSequenceNumberEqualTo"],mapper:{serializedName:"x-ms-if-sequence-number-eq",xmlName:"x-ms-if-sequence-number-eq",type:{name:"Number"}}};c.pageWrite1={parameterPath:"pageWrite",mapper:{defaultValue:"clear",isConstant:true,serializedName:"x-ms-page-write",type:{name:"String"}}};c.sourceUrl={parameterPath:"sourceUrl",mapper:{serializedName:"x-ms-copy-source",required:true,xmlName:"x-ms-copy-source",type:{name:"String"}}};c.sourceRange={parameterPath:"sourceRange",mapper:{serializedName:"x-ms-source-range",required:true,xmlName:"x-ms-source-range",type:{name:"String"}}};c.sourceContentCrc64={parameterPath:["options","sourceContentCrc64"],mapper:{serializedName:"x-ms-source-content-crc64",xmlName:"x-ms-source-content-crc64",type:{name:"ByteArray"}}};c.range1={parameterPath:"range",mapper:{serializedName:"x-ms-range",required:true,xmlName:"x-ms-range",type:{name:"String"}}};c.comp20={parameterPath:"comp",mapper:{defaultValue:"pagelist",isConstant:true,serializedName:"comp",type:{name:"String"}}};c.prevsnapshot={parameterPath:["options","prevsnapshot"],mapper:{serializedName:"prevsnapshot",xmlName:"prevsnapshot",type:{name:"String"}}};c.prevSnapshotUrl={parameterPath:["options","prevSnapshotUrl"],mapper:{serializedName:"x-ms-previous-snapshot-url",xmlName:"x-ms-previous-snapshot-url",type:{name:"String"}}};c.sequenceNumberAction={parameterPath:"sequenceNumberAction",mapper:{serializedName:"x-ms-sequence-number-action",required:true,xmlName:"x-ms-sequence-number-action",type:{name:"Enum",allowedValues:["max","update","increment"]}}};c.comp21={parameterPath:"comp",mapper:{defaultValue:"incrementalcopy",isConstant:true,serializedName:"comp",type:{name:"String"}}};c.blobType1={parameterPath:"blobType",mapper:{defaultValue:"AppendBlob",isConstant:true,serializedName:"x-ms-blob-type",type:{name:"String"}}};c.comp22={parameterPath:"comp",mapper:{defaultValue:"appendblock",isConstant:true,serializedName:"comp",type:{name:"String"}}};c.maxSize={parameterPath:["options","appendPositionAccessConditions","maxSize"],mapper:{serializedName:"x-ms-blob-condition-maxsize",xmlName:"x-ms-blob-condition-maxsize",type:{name:"Number"}}};c.appendPosition={parameterPath:["options","appendPositionAccessConditions","appendPosition"],mapper:{serializedName:"x-ms-blob-condition-appendpos",xmlName:"x-ms-blob-condition-appendpos",type:{name:"Number"}}};c.sourceRange1={parameterPath:["options","sourceRange"],mapper:{serializedName:"x-ms-source-range",xmlName:"x-ms-source-range",type:{name:"String"}}};c.comp23={parameterPath:"comp",mapper:{defaultValue:"seal",isConstant:true,serializedName:"comp",type:{name:"String"}}};c.blobType2={parameterPath:"blobType",mapper:{defaultValue:"BlockBlob",isConstant:true,serializedName:"x-ms-blob-type",type:{name:"String"}}};c.copySourceBlobProperties={parameterPath:["options","copySourceBlobProperties"],mapper:{serializedName:"x-ms-copy-source-blob-properties",xmlName:"x-ms-copy-source-blob-properties",type:{name:"Boolean"}}};c.comp24={parameterPath:"comp",mapper:{defaultValue:"block",isConstant:true,serializedName:"comp",type:{name:"String"}}};c.blockId={parameterPath:"blockId",mapper:{serializedName:"blockid",required:true,xmlName:"blockid",type:{name:"String"}}};c.blocks={parameterPath:"blocks",mapper:p.BlockLookupList};c.comp25={parameterPath:"comp",mapper:{defaultValue:"blocklist",isConstant:true,serializedName:"comp",type:{name:"String"}}};c.listType={parameterPath:"listType",mapper:{defaultValue:"committed",serializedName:"blocklisttype",required:true,xmlName:"blocklisttype",type:{name:"Enum",allowedValues:["committed","uncommitted","all"]}}}},40535:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.AppendBlobImpl=void 0;const p=d(61860);const A=p.__importStar(d(60160));const C=p.__importStar(d(84424));const S=p.__importStar(d(6088));class AppendBlobImpl{client;constructor(i){this.client=i}create(i,c){return this.client.sendOperationRequest({contentLength:i,options:c},T)}appendBlock(i,c,d){return this.client.sendOperationRequest({contentLength:i,body:c,options:d},_)}appendBlockFromUrl(i,c,d){return this.client.sendOperationRequest({sourceUrl:i,contentLength:c,options:d},V)}seal(i){return this.client.sendOperationRequest({options:i},Z)}}c.AppendBlobImpl=AppendBlobImpl;const v=A.createSerializer(C,true);const T={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{201:{headersMapper:C.AppendBlobCreateHeaders},default:{bodyMapper:C.StorageError,headersMapper:C.AppendBlobCreateExceptionHeaders}},queryParameters:[S.timeoutInSeconds],urlParameters:[S.url],headerParameters:[S.version,S.requestId,S.accept1,S.contentLength,S.metadata,S.leaseId,S.ifModifiedSince,S.ifUnmodifiedSince,S.encryptionKey,S.encryptionKeySha256,S.encryptionAlgorithm,S.ifMatch,S.ifNoneMatch,S.ifTags,S.blobCacheControl,S.blobContentType,S.blobContentMD5,S.blobContentEncoding,S.blobContentLanguage,S.blobContentDisposition,S.immutabilityPolicyExpiry,S.immutabilityPolicyMode,S.encryptionScope,S.blobTagsString,S.legalHold1,S.blobType1],isXML:true,serializer:v};const _={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{201:{headersMapper:C.AppendBlobAppendBlockHeaders},default:{bodyMapper:C.StorageError,headersMapper:C.AppendBlobAppendBlockExceptionHeaders}},requestBody:S.body1,queryParameters:[S.timeoutInSeconds,S.comp22],urlParameters:[S.url],headerParameters:[S.version,S.requestId,S.contentLength,S.leaseId,S.ifModifiedSince,S.ifUnmodifiedSince,S.encryptionKey,S.encryptionKeySha256,S.encryptionAlgorithm,S.ifMatch,S.ifNoneMatch,S.ifTags,S.encryptionScope,S.transactionalContentMD5,S.transactionalContentCrc64,S.contentType1,S.accept2,S.maxSize,S.appendPosition],isXML:true,contentType:"application/xml; charset=utf-8",mediaType:"binary",serializer:v};const V={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{201:{headersMapper:C.AppendBlobAppendBlockFromUrlHeaders},default:{bodyMapper:C.StorageError,headersMapper:C.AppendBlobAppendBlockFromUrlExceptionHeaders}},queryParameters:[S.timeoutInSeconds,S.comp22],urlParameters:[S.url],headerParameters:[S.version,S.requestId,S.accept1,S.contentLength,S.leaseId,S.ifModifiedSince,S.ifUnmodifiedSince,S.encryptionKey,S.encryptionKeySha256,S.encryptionAlgorithm,S.ifMatch,S.ifNoneMatch,S.ifTags,S.encryptionScope,S.sourceIfModifiedSince,S.sourceIfUnmodifiedSince,S.sourceIfMatch,S.sourceIfNoneMatch,S.sourceContentMD5,S.copySourceAuthorization,S.fileRequestIntent,S.transactionalContentMD5,S.sourceUrl,S.sourceContentCrc64,S.maxSize,S.appendPosition,S.sourceRange1],isXML:true,serializer:v};const Z={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{200:{headersMapper:C.AppendBlobSealHeaders},default:{bodyMapper:C.StorageError,headersMapper:C.AppendBlobSealExceptionHeaders}},queryParameters:[S.timeoutInSeconds,S.comp23],urlParameters:[S.url],headerParameters:[S.version,S.requestId,S.accept1,S.leaseId,S.ifModifiedSince,S.ifUnmodifiedSince,S.ifMatch,S.ifNoneMatch,S.appendPosition],isXML:true,serializer:v}},57559:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.BlobImpl=void 0;const p=d(61860);const A=p.__importStar(d(60160));const C=p.__importStar(d(84424));const S=p.__importStar(d(6088));class BlobImpl{client;constructor(i){this.client=i}download(i){return this.client.sendOperationRequest({options:i},T)}getProperties(i){return this.client.sendOperationRequest({options:i},_)}delete(i){return this.client.sendOperationRequest({options:i},V)}undelete(i){return this.client.sendOperationRequest({options:i},Z)}setExpiry(i,c){return this.client.sendOperationRequest({expiryOptions:i,options:c},ee)}setHttpHeaders(i){return this.client.sendOperationRequest({options:i},te)}setImmutabilityPolicy(i){return this.client.sendOperationRequest({options:i},re)}deleteImmutabilityPolicy(i){return this.client.sendOperationRequest({options:i},ne)}setLegalHold(i,c){return this.client.sendOperationRequest({legalHold:i,options:c},ie)}setMetadata(i){return this.client.sendOperationRequest({options:i},se)}acquireLease(i){return this.client.sendOperationRequest({options:i},ae)}releaseLease(i,c){return this.client.sendOperationRequest({leaseId:i,options:c},oe)}renewLease(i,c){return this.client.sendOperationRequest({leaseId:i,options:c},le)}changeLease(i,c,d){return this.client.sendOperationRequest({leaseId:i,proposedLeaseId:c,options:d},ce)}breakLease(i){return this.client.sendOperationRequest({options:i},de)}createSnapshot(i){return this.client.sendOperationRequest({options:i},ue)}startCopyFromURL(i,c){return this.client.sendOperationRequest({copySource:i,options:c},pe)}copyFromURL(i,c){return this.client.sendOperationRequest({copySource:i,options:c},Ae)}abortCopyFromURL(i,c){return this.client.sendOperationRequest({copyId:i,options:c},fe)}setTier(i,c){return this.client.sendOperationRequest({tier:i,options:c},he)}getAccountInfo(i){return this.client.sendOperationRequest({options:i},me)}query(i){return this.client.sendOperationRequest({options:i},ge)}getTags(i){return this.client.sendOperationRequest({options:i},ye)}setTags(i){return this.client.sendOperationRequest({options:i},Ee)}}c.BlobImpl=BlobImpl;const v=A.createSerializer(C,true);const T={path:"/{containerName}/{blob}",httpMethod:"GET",responses:{200:{bodyMapper:{type:{name:"Stream"},serializedName:"parsedResponse"},headersMapper:C.BlobDownloadHeaders},206:{bodyMapper:{type:{name:"Stream"},serializedName:"parsedResponse"},headersMapper:C.BlobDownloadHeaders},default:{bodyMapper:C.StorageError,headersMapper:C.BlobDownloadExceptionHeaders}},queryParameters:[S.timeoutInSeconds,S.snapshot,S.versionId],urlParameters:[S.url],headerParameters:[S.version,S.requestId,S.accept1,S.leaseId,S.ifModifiedSince,S.ifUnmodifiedSince,S.range,S.rangeGetContentMD5,S.rangeGetContentCRC64,S.encryptionKey,S.encryptionKeySha256,S.encryptionAlgorithm,S.ifMatch,S.ifNoneMatch,S.ifTags],isXML:true,serializer:v};const _={path:"/{containerName}/{blob}",httpMethod:"HEAD",responses:{200:{headersMapper:C.BlobGetPropertiesHeaders},default:{bodyMapper:C.StorageError,headersMapper:C.BlobGetPropertiesExceptionHeaders}},queryParameters:[S.timeoutInSeconds,S.snapshot,S.versionId],urlParameters:[S.url],headerParameters:[S.version,S.requestId,S.accept1,S.leaseId,S.ifModifiedSince,S.ifUnmodifiedSince,S.encryptionKey,S.encryptionKeySha256,S.encryptionAlgorithm,S.ifMatch,S.ifNoneMatch,S.ifTags],isXML:true,serializer:v};const V={path:"/{containerName}/{blob}",httpMethod:"DELETE",responses:{202:{headersMapper:C.BlobDeleteHeaders},default:{bodyMapper:C.StorageError,headersMapper:C.BlobDeleteExceptionHeaders}},queryParameters:[S.timeoutInSeconds,S.snapshot,S.versionId,S.blobDeleteType],urlParameters:[S.url],headerParameters:[S.version,S.requestId,S.accept1,S.leaseId,S.ifModifiedSince,S.ifUnmodifiedSince,S.ifMatch,S.ifNoneMatch,S.ifTags,S.deleteSnapshots],isXML:true,serializer:v};const Z={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{200:{headersMapper:C.BlobUndeleteHeaders},default:{bodyMapper:C.StorageError,headersMapper:C.BlobUndeleteExceptionHeaders}},queryParameters:[S.timeoutInSeconds,S.comp8],urlParameters:[S.url],headerParameters:[S.version,S.requestId,S.accept1],isXML:true,serializer:v};const ee={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{200:{headersMapper:C.BlobSetExpiryHeaders},default:{bodyMapper:C.StorageError,headersMapper:C.BlobSetExpiryExceptionHeaders}},queryParameters:[S.timeoutInSeconds,S.comp11],urlParameters:[S.url],headerParameters:[S.version,S.requestId,S.accept1,S.expiryOptions,S.expiresOn],isXML:true,serializer:v};const te={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{200:{headersMapper:C.BlobSetHttpHeadersHeaders},default:{bodyMapper:C.StorageError,headersMapper:C.BlobSetHttpHeadersExceptionHeaders}},queryParameters:[S.comp,S.timeoutInSeconds],urlParameters:[S.url],headerParameters:[S.version,S.requestId,S.accept1,S.leaseId,S.ifModifiedSince,S.ifUnmodifiedSince,S.ifMatch,S.ifNoneMatch,S.ifTags,S.blobCacheControl,S.blobContentType,S.blobContentMD5,S.blobContentEncoding,S.blobContentLanguage,S.blobContentDisposition],isXML:true,serializer:v};const re={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{200:{headersMapper:C.BlobSetImmutabilityPolicyHeaders},default:{bodyMapper:C.StorageError,headersMapper:C.BlobSetImmutabilityPolicyExceptionHeaders}},queryParameters:[S.timeoutInSeconds,S.snapshot,S.versionId,S.comp12],urlParameters:[S.url],headerParameters:[S.version,S.requestId,S.accept1,S.ifUnmodifiedSince,S.immutabilityPolicyExpiry,S.immutabilityPolicyMode],isXML:true,serializer:v};const ne={path:"/{containerName}/{blob}",httpMethod:"DELETE",responses:{200:{headersMapper:C.BlobDeleteImmutabilityPolicyHeaders},default:{bodyMapper:C.StorageError,headersMapper:C.BlobDeleteImmutabilityPolicyExceptionHeaders}},queryParameters:[S.timeoutInSeconds,S.snapshot,S.versionId,S.comp12],urlParameters:[S.url],headerParameters:[S.version,S.requestId,S.accept1],isXML:true,serializer:v};const ie={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{200:{headersMapper:C.BlobSetLegalHoldHeaders},default:{bodyMapper:C.StorageError,headersMapper:C.BlobSetLegalHoldExceptionHeaders}},queryParameters:[S.timeoutInSeconds,S.snapshot,S.versionId,S.comp13],urlParameters:[S.url],headerParameters:[S.version,S.requestId,S.accept1,S.legalHold],isXML:true,serializer:v};const se={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{200:{headersMapper:C.BlobSetMetadataHeaders},default:{bodyMapper:C.StorageError,headersMapper:C.BlobSetMetadataExceptionHeaders}},queryParameters:[S.timeoutInSeconds,S.comp6],urlParameters:[S.url],headerParameters:[S.version,S.requestId,S.accept1,S.metadata,S.leaseId,S.ifModifiedSince,S.ifUnmodifiedSince,S.encryptionKey,S.encryptionKeySha256,S.encryptionAlgorithm,S.ifMatch,S.ifNoneMatch,S.ifTags,S.encryptionScope],isXML:true,serializer:v};const ae={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{201:{headersMapper:C.BlobAcquireLeaseHeaders},default:{bodyMapper:C.StorageError,headersMapper:C.BlobAcquireLeaseExceptionHeaders}},queryParameters:[S.timeoutInSeconds,S.comp10],urlParameters:[S.url],headerParameters:[S.version,S.requestId,S.accept1,S.ifModifiedSince,S.ifUnmodifiedSince,S.action,S.duration,S.proposedLeaseId,S.ifMatch,S.ifNoneMatch,S.ifTags],isXML:true,serializer:v};const oe={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{200:{headersMapper:C.BlobReleaseLeaseHeaders},default:{bodyMapper:C.StorageError,headersMapper:C.BlobReleaseLeaseExceptionHeaders}},queryParameters:[S.timeoutInSeconds,S.comp10],urlParameters:[S.url],headerParameters:[S.version,S.requestId,S.accept1,S.ifModifiedSince,S.ifUnmodifiedSince,S.action1,S.leaseId1,S.ifMatch,S.ifNoneMatch,S.ifTags],isXML:true,serializer:v};const le={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{200:{headersMapper:C.BlobRenewLeaseHeaders},default:{bodyMapper:C.StorageError,headersMapper:C.BlobRenewLeaseExceptionHeaders}},queryParameters:[S.timeoutInSeconds,S.comp10],urlParameters:[S.url],headerParameters:[S.version,S.requestId,S.accept1,S.ifModifiedSince,S.ifUnmodifiedSince,S.leaseId1,S.action2,S.ifMatch,S.ifNoneMatch,S.ifTags],isXML:true,serializer:v};const ce={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{200:{headersMapper:C.BlobChangeLeaseHeaders},default:{bodyMapper:C.StorageError,headersMapper:C.BlobChangeLeaseExceptionHeaders}},queryParameters:[S.timeoutInSeconds,S.comp10],urlParameters:[S.url],headerParameters:[S.version,S.requestId,S.accept1,S.ifModifiedSince,S.ifUnmodifiedSince,S.leaseId1,S.action4,S.proposedLeaseId1,S.ifMatch,S.ifNoneMatch,S.ifTags],isXML:true,serializer:v};const de={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{202:{headersMapper:C.BlobBreakLeaseHeaders},default:{bodyMapper:C.StorageError,headersMapper:C.BlobBreakLeaseExceptionHeaders}},queryParameters:[S.timeoutInSeconds,S.comp10],urlParameters:[S.url],headerParameters:[S.version,S.requestId,S.accept1,S.ifModifiedSince,S.ifUnmodifiedSince,S.action3,S.breakPeriod,S.ifMatch,S.ifNoneMatch,S.ifTags],isXML:true,serializer:v};const ue={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{201:{headersMapper:C.BlobCreateSnapshotHeaders},default:{bodyMapper:C.StorageError,headersMapper:C.BlobCreateSnapshotExceptionHeaders}},queryParameters:[S.timeoutInSeconds,S.comp14],urlParameters:[S.url],headerParameters:[S.version,S.requestId,S.accept1,S.metadata,S.leaseId,S.ifModifiedSince,S.ifUnmodifiedSince,S.encryptionKey,S.encryptionKeySha256,S.encryptionAlgorithm,S.ifMatch,S.ifNoneMatch,S.ifTags,S.encryptionScope],isXML:true,serializer:v};const pe={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{202:{headersMapper:C.BlobStartCopyFromURLHeaders},default:{bodyMapper:C.StorageError,headersMapper:C.BlobStartCopyFromURLExceptionHeaders}},queryParameters:[S.timeoutInSeconds],urlParameters:[S.url],headerParameters:[S.version,S.requestId,S.accept1,S.metadata,S.leaseId,S.ifModifiedSince,S.ifUnmodifiedSince,S.ifMatch,S.ifNoneMatch,S.ifTags,S.immutabilityPolicyExpiry,S.immutabilityPolicyMode,S.tier,S.rehydratePriority,S.sourceIfModifiedSince,S.sourceIfUnmodifiedSince,S.sourceIfMatch,S.sourceIfNoneMatch,S.sourceIfTags,S.copySource,S.blobTagsString,S.sealBlob,S.legalHold1],isXML:true,serializer:v};const Ae={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{202:{headersMapper:C.BlobCopyFromURLHeaders},default:{bodyMapper:C.StorageError,headersMapper:C.BlobCopyFromURLExceptionHeaders}},queryParameters:[S.timeoutInSeconds],urlParameters:[S.url],headerParameters:[S.version,S.requestId,S.accept1,S.metadata,S.leaseId,S.ifModifiedSince,S.ifUnmodifiedSince,S.ifMatch,S.ifNoneMatch,S.ifTags,S.immutabilityPolicyExpiry,S.immutabilityPolicyMode,S.encryptionScope,S.tier,S.sourceIfModifiedSince,S.sourceIfUnmodifiedSince,S.sourceIfMatch,S.sourceIfNoneMatch,S.copySource,S.blobTagsString,S.legalHold1,S.xMsRequiresSync,S.sourceContentMD5,S.copySourceAuthorization,S.copySourceTags,S.fileRequestIntent],isXML:true,serializer:v};const fe={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{204:{headersMapper:C.BlobAbortCopyFromURLHeaders},default:{bodyMapper:C.StorageError,headersMapper:C.BlobAbortCopyFromURLExceptionHeaders}},queryParameters:[S.timeoutInSeconds,S.comp15,S.copyId],urlParameters:[S.url],headerParameters:[S.version,S.requestId,S.accept1,S.leaseId,S.copyActionAbortConstant],isXML:true,serializer:v};const he={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{200:{headersMapper:C.BlobSetTierHeaders},202:{headersMapper:C.BlobSetTierHeaders},default:{bodyMapper:C.StorageError,headersMapper:C.BlobSetTierExceptionHeaders}},queryParameters:[S.timeoutInSeconds,S.snapshot,S.versionId,S.comp16],urlParameters:[S.url],headerParameters:[S.version,S.requestId,S.accept1,S.leaseId,S.ifTags,S.rehydratePriority,S.tier1],isXML:true,serializer:v};const me={path:"/{containerName}/{blob}",httpMethod:"GET",responses:{200:{headersMapper:C.BlobGetAccountInfoHeaders},default:{bodyMapper:C.StorageError,headersMapper:C.BlobGetAccountInfoExceptionHeaders}},queryParameters:[S.comp,S.timeoutInSeconds,S.restype1],urlParameters:[S.url],headerParameters:[S.version,S.requestId,S.accept1],isXML:true,serializer:v};const ge={path:"/{containerName}/{blob}",httpMethod:"POST",responses:{200:{bodyMapper:{type:{name:"Stream"},serializedName:"parsedResponse"},headersMapper:C.BlobQueryHeaders},206:{bodyMapper:{type:{name:"Stream"},serializedName:"parsedResponse"},headersMapper:C.BlobQueryHeaders},default:{bodyMapper:C.StorageError,headersMapper:C.BlobQueryExceptionHeaders}},requestBody:S.queryRequest,queryParameters:[S.timeoutInSeconds,S.snapshot,S.comp17],urlParameters:[S.url],headerParameters:[S.contentType,S.accept,S.version,S.requestId,S.leaseId,S.ifModifiedSince,S.ifUnmodifiedSince,S.encryptionKey,S.encryptionKeySha256,S.encryptionAlgorithm,S.ifMatch,S.ifNoneMatch,S.ifTags],isXML:true,contentType:"application/xml; charset=utf-8",mediaType:"xml",serializer:v};const ye={path:"/{containerName}/{blob}",httpMethod:"GET",responses:{200:{bodyMapper:C.BlobTags,headersMapper:C.BlobGetTagsHeaders},default:{bodyMapper:C.StorageError,headersMapper:C.BlobGetTagsExceptionHeaders}},queryParameters:[S.timeoutInSeconds,S.snapshot,S.versionId,S.comp18],urlParameters:[S.url],headerParameters:[S.version,S.requestId,S.accept1,S.leaseId,S.ifTags],isXML:true,serializer:v};const Ee={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{204:{headersMapper:C.BlobSetTagsHeaders},default:{bodyMapper:C.StorageError,headersMapper:C.BlobSetTagsExceptionHeaders}},requestBody:S.tags,queryParameters:[S.timeoutInSeconds,S.versionId,S.comp18],urlParameters:[S.url],headerParameters:[S.contentType,S.accept,S.version,S.requestId,S.leaseId,S.ifTags,S.transactionalContentMD5,S.transactionalContentCrc64],isXML:true,contentType:"application/xml; charset=utf-8",mediaType:"xml",serializer:v}},95440:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.BlockBlobImpl=void 0;const p=d(61860);const A=p.__importStar(d(60160));const C=p.__importStar(d(84424));const S=p.__importStar(d(6088));class BlockBlobImpl{client;constructor(i){this.client=i}upload(i,c,d){return this.client.sendOperationRequest({contentLength:i,body:c,options:d},T)}putBlobFromUrl(i,c,d){return this.client.sendOperationRequest({contentLength:i,copySource:c,options:d},_)}stageBlock(i,c,d,p){return this.client.sendOperationRequest({blockId:i,contentLength:c,body:d,options:p},V)}stageBlockFromURL(i,c,d,p){return this.client.sendOperationRequest({blockId:i,contentLength:c,sourceUrl:d,options:p},Z)}commitBlockList(i,c){return this.client.sendOperationRequest({blocks:i,options:c},ee)}getBlockList(i,c){return this.client.sendOperationRequest({listType:i,options:c},te)}}c.BlockBlobImpl=BlockBlobImpl;const v=A.createSerializer(C,true);const T={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{201:{headersMapper:C.BlockBlobUploadHeaders},default:{bodyMapper:C.StorageError,headersMapper:C.BlockBlobUploadExceptionHeaders}},requestBody:S.body1,queryParameters:[S.timeoutInSeconds],urlParameters:[S.url],headerParameters:[S.version,S.requestId,S.contentLength,S.metadata,S.leaseId,S.ifModifiedSince,S.ifUnmodifiedSince,S.encryptionKey,S.encryptionKeySha256,S.encryptionAlgorithm,S.ifMatch,S.ifNoneMatch,S.ifTags,S.blobCacheControl,S.blobContentType,S.blobContentMD5,S.blobContentEncoding,S.blobContentLanguage,S.blobContentDisposition,S.immutabilityPolicyExpiry,S.immutabilityPolicyMode,S.encryptionScope,S.tier,S.blobTagsString,S.legalHold1,S.transactionalContentMD5,S.transactionalContentCrc64,S.contentType1,S.accept2,S.blobType2],isXML:true,contentType:"application/xml; charset=utf-8",mediaType:"binary",serializer:v};const _={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{201:{headersMapper:C.BlockBlobPutBlobFromUrlHeaders},default:{bodyMapper:C.StorageError,headersMapper:C.BlockBlobPutBlobFromUrlExceptionHeaders}},queryParameters:[S.timeoutInSeconds],urlParameters:[S.url],headerParameters:[S.version,S.requestId,S.accept1,S.contentLength,S.metadata,S.leaseId,S.ifModifiedSince,S.ifUnmodifiedSince,S.encryptionKey,S.encryptionKeySha256,S.encryptionAlgorithm,S.ifMatch,S.ifNoneMatch,S.ifTags,S.blobCacheControl,S.blobContentType,S.blobContentMD5,S.blobContentEncoding,S.blobContentLanguage,S.blobContentDisposition,S.encryptionScope,S.tier,S.sourceIfModifiedSince,S.sourceIfUnmodifiedSince,S.sourceIfMatch,S.sourceIfNoneMatch,S.sourceIfTags,S.copySource,S.blobTagsString,S.sourceContentMD5,S.copySourceAuthorization,S.copySourceTags,S.fileRequestIntent,S.transactionalContentMD5,S.blobType2,S.copySourceBlobProperties],isXML:true,serializer:v};const V={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{201:{headersMapper:C.BlockBlobStageBlockHeaders},default:{bodyMapper:C.StorageError,headersMapper:C.BlockBlobStageBlockExceptionHeaders}},requestBody:S.body1,queryParameters:[S.timeoutInSeconds,S.comp24,S.blockId],urlParameters:[S.url],headerParameters:[S.version,S.requestId,S.contentLength,S.leaseId,S.encryptionKey,S.encryptionKeySha256,S.encryptionAlgorithm,S.encryptionScope,S.transactionalContentMD5,S.transactionalContentCrc64,S.contentType1,S.accept2],isXML:true,contentType:"application/xml; charset=utf-8",mediaType:"binary",serializer:v};const Z={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{201:{headersMapper:C.BlockBlobStageBlockFromURLHeaders},default:{bodyMapper:C.StorageError,headersMapper:C.BlockBlobStageBlockFromURLExceptionHeaders}},queryParameters:[S.timeoutInSeconds,S.comp24,S.blockId],urlParameters:[S.url],headerParameters:[S.version,S.requestId,S.accept1,S.contentLength,S.leaseId,S.encryptionKey,S.encryptionKeySha256,S.encryptionAlgorithm,S.encryptionScope,S.sourceIfModifiedSince,S.sourceIfUnmodifiedSince,S.sourceIfMatch,S.sourceIfNoneMatch,S.sourceContentMD5,S.copySourceAuthorization,S.fileRequestIntent,S.sourceUrl,S.sourceContentCrc64,S.sourceRange1],isXML:true,serializer:v};const ee={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{201:{headersMapper:C.BlockBlobCommitBlockListHeaders},default:{bodyMapper:C.StorageError,headersMapper:C.BlockBlobCommitBlockListExceptionHeaders}},requestBody:S.blocks,queryParameters:[S.timeoutInSeconds,S.comp25],urlParameters:[S.url],headerParameters:[S.contentType,S.accept,S.version,S.requestId,S.metadata,S.leaseId,S.ifModifiedSince,S.ifUnmodifiedSince,S.encryptionKey,S.encryptionKeySha256,S.encryptionAlgorithm,S.ifMatch,S.ifNoneMatch,S.ifTags,S.blobCacheControl,S.blobContentType,S.blobContentMD5,S.blobContentEncoding,S.blobContentLanguage,S.blobContentDisposition,S.immutabilityPolicyExpiry,S.immutabilityPolicyMode,S.encryptionScope,S.tier,S.blobTagsString,S.legalHold1,S.transactionalContentMD5,S.transactionalContentCrc64],isXML:true,contentType:"application/xml; charset=utf-8",mediaType:"xml",serializer:v};const te={path:"/{containerName}/{blob}",httpMethod:"GET",responses:{200:{bodyMapper:C.BlockList,headersMapper:C.BlockBlobGetBlockListHeaders},default:{bodyMapper:C.StorageError,headersMapper:C.BlockBlobGetBlockListExceptionHeaders}},queryParameters:[S.timeoutInSeconds,S.snapshot,S.comp25,S.listType],urlParameters:[S.url],headerParameters:[S.version,S.requestId,S.accept1,S.leaseId,S.ifTags],isXML:true,serializer:v}},14509:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.ContainerImpl=void 0;const p=d(61860);const A=p.__importStar(d(60160));const C=p.__importStar(d(84424));const S=p.__importStar(d(6088));class ContainerImpl{client;constructor(i){this.client=i}create(i){return this.client.sendOperationRequest({options:i},T)}getProperties(i){return this.client.sendOperationRequest({options:i},_)}delete(i){return this.client.sendOperationRequest({options:i},V)}setMetadata(i){return this.client.sendOperationRequest({options:i},Z)}getAccessPolicy(i){return this.client.sendOperationRequest({options:i},ee)}setAccessPolicy(i){return this.client.sendOperationRequest({options:i},te)}restore(i){return this.client.sendOperationRequest({options:i},re)}rename(i,c){return this.client.sendOperationRequest({sourceContainerName:i,options:c},ne)}submitBatch(i,c,d,p){return this.client.sendOperationRequest({contentLength:i,multipartContentType:c,body:d,options:p},ie)}filterBlobs(i){return this.client.sendOperationRequest({options:i},se)}acquireLease(i){return this.client.sendOperationRequest({options:i},ae)}releaseLease(i,c){return this.client.sendOperationRequest({leaseId:i,options:c},oe)}renewLease(i,c){return this.client.sendOperationRequest({leaseId:i,options:c},le)}breakLease(i){return this.client.sendOperationRequest({options:i},ce)}changeLease(i,c,d){return this.client.sendOperationRequest({leaseId:i,proposedLeaseId:c,options:d},de)}listBlobFlatSegment(i){return this.client.sendOperationRequest({options:i},ue)}listBlobHierarchySegment(i,c){return this.client.sendOperationRequest({delimiter:i,options:c},pe)}getAccountInfo(i){return this.client.sendOperationRequest({options:i},Ae)}}c.ContainerImpl=ContainerImpl;const v=A.createSerializer(C,true);const T={path:"/{containerName}",httpMethod:"PUT",responses:{201:{headersMapper:C.ContainerCreateHeaders},default:{bodyMapper:C.StorageError,headersMapper:C.ContainerCreateExceptionHeaders}},queryParameters:[S.timeoutInSeconds,S.restype2],urlParameters:[S.url],headerParameters:[S.version,S.requestId,S.accept1,S.metadata,S.access,S.defaultEncryptionScope,S.preventEncryptionScopeOverride],isXML:true,serializer:v};const _={path:"/{containerName}",httpMethod:"GET",responses:{200:{headersMapper:C.ContainerGetPropertiesHeaders},default:{bodyMapper:C.StorageError,headersMapper:C.ContainerGetPropertiesExceptionHeaders}},queryParameters:[S.timeoutInSeconds,S.restype2],urlParameters:[S.url],headerParameters:[S.version,S.requestId,S.accept1,S.leaseId],isXML:true,serializer:v};const V={path:"/{containerName}",httpMethod:"DELETE",responses:{202:{headersMapper:C.ContainerDeleteHeaders},default:{bodyMapper:C.StorageError,headersMapper:C.ContainerDeleteExceptionHeaders}},queryParameters:[S.timeoutInSeconds,S.restype2],urlParameters:[S.url],headerParameters:[S.version,S.requestId,S.accept1,S.leaseId,S.ifModifiedSince,S.ifUnmodifiedSince],isXML:true,serializer:v};const Z={path:"/{containerName}",httpMethod:"PUT",responses:{200:{headersMapper:C.ContainerSetMetadataHeaders},default:{bodyMapper:C.StorageError,headersMapper:C.ContainerSetMetadataExceptionHeaders}},queryParameters:[S.timeoutInSeconds,S.restype2,S.comp6],urlParameters:[S.url],headerParameters:[S.version,S.requestId,S.accept1,S.metadata,S.leaseId,S.ifModifiedSince],isXML:true,serializer:v};const ee={path:"/{containerName}",httpMethod:"GET",responses:{200:{bodyMapper:{type:{name:"Sequence",element:{type:{name:"Composite",className:"SignedIdentifier"}}},serializedName:"SignedIdentifiers",xmlName:"SignedIdentifiers",xmlIsWrapped:true,xmlElementName:"SignedIdentifier"},headersMapper:C.ContainerGetAccessPolicyHeaders},default:{bodyMapper:C.StorageError,headersMapper:C.ContainerGetAccessPolicyExceptionHeaders}},queryParameters:[S.timeoutInSeconds,S.restype2,S.comp7],urlParameters:[S.url],headerParameters:[S.version,S.requestId,S.accept1,S.leaseId],isXML:true,serializer:v};const te={path:"/{containerName}",httpMethod:"PUT",responses:{200:{headersMapper:C.ContainerSetAccessPolicyHeaders},default:{bodyMapper:C.StorageError,headersMapper:C.ContainerSetAccessPolicyExceptionHeaders}},requestBody:S.containerAcl,queryParameters:[S.timeoutInSeconds,S.restype2,S.comp7],urlParameters:[S.url],headerParameters:[S.contentType,S.accept,S.version,S.requestId,S.access,S.leaseId,S.ifModifiedSince,S.ifUnmodifiedSince],isXML:true,contentType:"application/xml; charset=utf-8",mediaType:"xml",serializer:v};const re={path:"/{containerName}",httpMethod:"PUT",responses:{201:{headersMapper:C.ContainerRestoreHeaders},default:{bodyMapper:C.StorageError,headersMapper:C.ContainerRestoreExceptionHeaders}},queryParameters:[S.timeoutInSeconds,S.restype2,S.comp8],urlParameters:[S.url],headerParameters:[S.version,S.requestId,S.accept1,S.deletedContainerName,S.deletedContainerVersion],isXML:true,serializer:v};const ne={path:"/{containerName}",httpMethod:"PUT",responses:{200:{headersMapper:C.ContainerRenameHeaders},default:{bodyMapper:C.StorageError,headersMapper:C.ContainerRenameExceptionHeaders}},queryParameters:[S.timeoutInSeconds,S.restype2,S.comp9],urlParameters:[S.url],headerParameters:[S.version,S.requestId,S.accept1,S.sourceContainerName,S.sourceLeaseId],isXML:true,serializer:v};const ie={path:"/{containerName}",httpMethod:"POST",responses:{202:{bodyMapper:{type:{name:"Stream"},serializedName:"parsedResponse"},headersMapper:C.ContainerSubmitBatchHeaders},default:{bodyMapper:C.StorageError,headersMapper:C.ContainerSubmitBatchExceptionHeaders}},requestBody:S.body,queryParameters:[S.timeoutInSeconds,S.comp4,S.restype2],urlParameters:[S.url],headerParameters:[S.accept,S.version,S.requestId,S.contentLength,S.multipartContentType],isXML:true,contentType:"application/xml; charset=utf-8",mediaType:"xml",serializer:v};const se={path:"/{containerName}",httpMethod:"GET",responses:{200:{bodyMapper:C.FilterBlobSegment,headersMapper:C.ContainerFilterBlobsHeaders},default:{bodyMapper:C.StorageError,headersMapper:C.ContainerFilterBlobsExceptionHeaders}},queryParameters:[S.timeoutInSeconds,S.marker,S.maxPageSize,S.comp5,S.where,S.restype2],urlParameters:[S.url],headerParameters:[S.version,S.requestId,S.accept1],isXML:true,serializer:v};const ae={path:"/{containerName}",httpMethod:"PUT",responses:{201:{headersMapper:C.ContainerAcquireLeaseHeaders},default:{bodyMapper:C.StorageError,headersMapper:C.ContainerAcquireLeaseExceptionHeaders}},queryParameters:[S.timeoutInSeconds,S.restype2,S.comp10],urlParameters:[S.url],headerParameters:[S.version,S.requestId,S.accept1,S.ifModifiedSince,S.ifUnmodifiedSince,S.action,S.duration,S.proposedLeaseId],isXML:true,serializer:v};const oe={path:"/{containerName}",httpMethod:"PUT",responses:{200:{headersMapper:C.ContainerReleaseLeaseHeaders},default:{bodyMapper:C.StorageError,headersMapper:C.ContainerReleaseLeaseExceptionHeaders}},queryParameters:[S.timeoutInSeconds,S.restype2,S.comp10],urlParameters:[S.url],headerParameters:[S.version,S.requestId,S.accept1,S.ifModifiedSince,S.ifUnmodifiedSince,S.action1,S.leaseId1],isXML:true,serializer:v};const le={path:"/{containerName}",httpMethod:"PUT",responses:{200:{headersMapper:C.ContainerRenewLeaseHeaders},default:{bodyMapper:C.StorageError,headersMapper:C.ContainerRenewLeaseExceptionHeaders}},queryParameters:[S.timeoutInSeconds,S.restype2,S.comp10],urlParameters:[S.url],headerParameters:[S.version,S.requestId,S.accept1,S.ifModifiedSince,S.ifUnmodifiedSince,S.leaseId1,S.action2],isXML:true,serializer:v};const ce={path:"/{containerName}",httpMethod:"PUT",responses:{202:{headersMapper:C.ContainerBreakLeaseHeaders},default:{bodyMapper:C.StorageError,headersMapper:C.ContainerBreakLeaseExceptionHeaders}},queryParameters:[S.timeoutInSeconds,S.restype2,S.comp10],urlParameters:[S.url],headerParameters:[S.version,S.requestId,S.accept1,S.ifModifiedSince,S.ifUnmodifiedSince,S.action3,S.breakPeriod],isXML:true,serializer:v};const de={path:"/{containerName}",httpMethod:"PUT",responses:{200:{headersMapper:C.ContainerChangeLeaseHeaders},default:{bodyMapper:C.StorageError,headersMapper:C.ContainerChangeLeaseExceptionHeaders}},queryParameters:[S.timeoutInSeconds,S.restype2,S.comp10],urlParameters:[S.url],headerParameters:[S.version,S.requestId,S.accept1,S.ifModifiedSince,S.ifUnmodifiedSince,S.leaseId1,S.action4,S.proposedLeaseId1],isXML:true,serializer:v};const ue={path:"/{containerName}",httpMethod:"GET",responses:{200:{bodyMapper:C.ListBlobsFlatSegmentResponse,headersMapper:C.ContainerListBlobFlatSegmentHeaders},default:{bodyMapper:C.StorageError,headersMapper:C.ContainerListBlobFlatSegmentExceptionHeaders}},queryParameters:[S.timeoutInSeconds,S.comp2,S.prefix,S.marker,S.maxPageSize,S.restype2,S.include1],urlParameters:[S.url],headerParameters:[S.version,S.requestId,S.accept1],isXML:true,serializer:v};const pe={path:"/{containerName}",httpMethod:"GET",responses:{200:{bodyMapper:C.ListBlobsHierarchySegmentResponse,headersMapper:C.ContainerListBlobHierarchySegmentHeaders},default:{bodyMapper:C.StorageError,headersMapper:C.ContainerListBlobHierarchySegmentExceptionHeaders}},queryParameters:[S.timeoutInSeconds,S.comp2,S.prefix,S.marker,S.maxPageSize,S.restype2,S.include1,S.delimiter],urlParameters:[S.url],headerParameters:[S.version,S.requestId,S.accept1],isXML:true,serializer:v};const Ae={path:"/{containerName}",httpMethod:"GET",responses:{200:{headersMapper:C.ContainerGetAccountInfoHeaders},default:{bodyMapper:C.StorageError,headersMapper:C.ContainerGetAccountInfoExceptionHeaders}},queryParameters:[S.comp,S.timeoutInSeconds,S.restype1],urlParameters:[S.url],headerParameters:[S.version,S.requestId,S.accept1],isXML:true,serializer:v}},37878:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});const p=d(61860);p.__exportStar(d(44181),c);p.__exportStar(d(14509),c);p.__exportStar(d(57559),c);p.__exportStar(d(69156),c);p.__exportStar(d(40535),c);p.__exportStar(d(95440),c)},69156:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.PageBlobImpl=void 0;const p=d(61860);const A=p.__importStar(d(60160));const C=p.__importStar(d(84424));const S=p.__importStar(d(6088));class PageBlobImpl{client;constructor(i){this.client=i}create(i,c,d){return this.client.sendOperationRequest({contentLength:i,blobContentLength:c,options:d},T)}uploadPages(i,c,d){return this.client.sendOperationRequest({contentLength:i,body:c,options:d},_)}clearPages(i,c){return this.client.sendOperationRequest({contentLength:i,options:c},V)}uploadPagesFromURL(i,c,d,p,A){return this.client.sendOperationRequest({sourceUrl:i,sourceRange:c,contentLength:d,range:p,options:A},Z)}getPageRanges(i){return this.client.sendOperationRequest({options:i},ee)}getPageRangesDiff(i){return this.client.sendOperationRequest({options:i},te)}resize(i,c){return this.client.sendOperationRequest({blobContentLength:i,options:c},re)}updateSequenceNumber(i,c){return this.client.sendOperationRequest({sequenceNumberAction:i,options:c},ne)}copyIncremental(i,c){return this.client.sendOperationRequest({copySource:i,options:c},ie)}}c.PageBlobImpl=PageBlobImpl;const v=A.createSerializer(C,true);const T={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{201:{headersMapper:C.PageBlobCreateHeaders},default:{bodyMapper:C.StorageError,headersMapper:C.PageBlobCreateExceptionHeaders}},queryParameters:[S.timeoutInSeconds],urlParameters:[S.url],headerParameters:[S.version,S.requestId,S.accept1,S.contentLength,S.metadata,S.leaseId,S.ifModifiedSince,S.ifUnmodifiedSince,S.encryptionKey,S.encryptionKeySha256,S.encryptionAlgorithm,S.ifMatch,S.ifNoneMatch,S.ifTags,S.blobCacheControl,S.blobContentType,S.blobContentMD5,S.blobContentEncoding,S.blobContentLanguage,S.blobContentDisposition,S.immutabilityPolicyExpiry,S.immutabilityPolicyMode,S.encryptionScope,S.tier,S.blobTagsString,S.legalHold1,S.blobType,S.blobContentLength,S.blobSequenceNumber],isXML:true,serializer:v};const _={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{201:{headersMapper:C.PageBlobUploadPagesHeaders},default:{bodyMapper:C.StorageError,headersMapper:C.PageBlobUploadPagesExceptionHeaders}},requestBody:S.body1,queryParameters:[S.timeoutInSeconds,S.comp19],urlParameters:[S.url],headerParameters:[S.version,S.requestId,S.contentLength,S.leaseId,S.ifModifiedSince,S.ifUnmodifiedSince,S.range,S.encryptionKey,S.encryptionKeySha256,S.encryptionAlgorithm,S.ifMatch,S.ifNoneMatch,S.ifTags,S.encryptionScope,S.transactionalContentMD5,S.transactionalContentCrc64,S.contentType1,S.accept2,S.pageWrite,S.ifSequenceNumberLessThanOrEqualTo,S.ifSequenceNumberLessThan,S.ifSequenceNumberEqualTo],isXML:true,contentType:"application/xml; charset=utf-8",mediaType:"binary",serializer:v};const V={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{201:{headersMapper:C.PageBlobClearPagesHeaders},default:{bodyMapper:C.StorageError,headersMapper:C.PageBlobClearPagesExceptionHeaders}},queryParameters:[S.timeoutInSeconds,S.comp19],urlParameters:[S.url],headerParameters:[S.version,S.requestId,S.accept1,S.contentLength,S.leaseId,S.ifModifiedSince,S.ifUnmodifiedSince,S.range,S.encryptionKey,S.encryptionKeySha256,S.encryptionAlgorithm,S.ifMatch,S.ifNoneMatch,S.ifTags,S.encryptionScope,S.ifSequenceNumberLessThanOrEqualTo,S.ifSequenceNumberLessThan,S.ifSequenceNumberEqualTo,S.pageWrite1],isXML:true,serializer:v};const Z={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{201:{headersMapper:C.PageBlobUploadPagesFromURLHeaders},default:{bodyMapper:C.StorageError,headersMapper:C.PageBlobUploadPagesFromURLExceptionHeaders}},queryParameters:[S.timeoutInSeconds,S.comp19],urlParameters:[S.url],headerParameters:[S.version,S.requestId,S.accept1,S.contentLength,S.leaseId,S.ifModifiedSince,S.ifUnmodifiedSince,S.encryptionKey,S.encryptionKeySha256,S.encryptionAlgorithm,S.ifMatch,S.ifNoneMatch,S.ifTags,S.encryptionScope,S.sourceIfModifiedSince,S.sourceIfUnmodifiedSince,S.sourceIfMatch,S.sourceIfNoneMatch,S.sourceContentMD5,S.copySourceAuthorization,S.fileRequestIntent,S.pageWrite,S.ifSequenceNumberLessThanOrEqualTo,S.ifSequenceNumberLessThan,S.ifSequenceNumberEqualTo,S.sourceUrl,S.sourceRange,S.sourceContentCrc64,S.range1],isXML:true,serializer:v};const ee={path:"/{containerName}/{blob}",httpMethod:"GET",responses:{200:{bodyMapper:C.PageList,headersMapper:C.PageBlobGetPageRangesHeaders},default:{bodyMapper:C.StorageError,headersMapper:C.PageBlobGetPageRangesExceptionHeaders}},queryParameters:[S.timeoutInSeconds,S.marker,S.maxPageSize,S.snapshot,S.comp20],urlParameters:[S.url],headerParameters:[S.version,S.requestId,S.accept1,S.leaseId,S.ifModifiedSince,S.ifUnmodifiedSince,S.range,S.ifMatch,S.ifNoneMatch,S.ifTags],isXML:true,serializer:v};const te={path:"/{containerName}/{blob}",httpMethod:"GET",responses:{200:{bodyMapper:C.PageList,headersMapper:C.PageBlobGetPageRangesDiffHeaders},default:{bodyMapper:C.StorageError,headersMapper:C.PageBlobGetPageRangesDiffExceptionHeaders}},queryParameters:[S.timeoutInSeconds,S.marker,S.maxPageSize,S.snapshot,S.comp20,S.prevsnapshot],urlParameters:[S.url],headerParameters:[S.version,S.requestId,S.accept1,S.leaseId,S.ifModifiedSince,S.ifUnmodifiedSince,S.range,S.ifMatch,S.ifNoneMatch,S.ifTags,S.prevSnapshotUrl],isXML:true,serializer:v};const re={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{200:{headersMapper:C.PageBlobResizeHeaders},default:{bodyMapper:C.StorageError,headersMapper:C.PageBlobResizeExceptionHeaders}},queryParameters:[S.comp,S.timeoutInSeconds],urlParameters:[S.url],headerParameters:[S.version,S.requestId,S.accept1,S.leaseId,S.ifModifiedSince,S.ifUnmodifiedSince,S.encryptionKey,S.encryptionKeySha256,S.encryptionAlgorithm,S.ifMatch,S.ifNoneMatch,S.ifTags,S.encryptionScope,S.blobContentLength],isXML:true,serializer:v};const ne={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{200:{headersMapper:C.PageBlobUpdateSequenceNumberHeaders},default:{bodyMapper:C.StorageError,headersMapper:C.PageBlobUpdateSequenceNumberExceptionHeaders}},queryParameters:[S.comp,S.timeoutInSeconds],urlParameters:[S.url],headerParameters:[S.version,S.requestId,S.accept1,S.leaseId,S.ifModifiedSince,S.ifUnmodifiedSince,S.ifMatch,S.ifNoneMatch,S.ifTags,S.blobSequenceNumber,S.sequenceNumberAction],isXML:true,serializer:v};const ie={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{202:{headersMapper:C.PageBlobCopyIncrementalHeaders},default:{bodyMapper:C.StorageError,headersMapper:C.PageBlobCopyIncrementalExceptionHeaders}},queryParameters:[S.timeoutInSeconds,S.comp21],urlParameters:[S.url],headerParameters:[S.version,S.requestId,S.accept1,S.ifModifiedSince,S.ifUnmodifiedSince,S.ifMatch,S.ifNoneMatch,S.ifTags,S.copySource],isXML:true,serializer:v}},44181:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.ServiceImpl=void 0;const p=d(61860);const A=p.__importStar(d(60160));const C=p.__importStar(d(84424));const S=p.__importStar(d(6088));class ServiceImpl{client;constructor(i){this.client=i}setProperties(i,c){return this.client.sendOperationRequest({blobServiceProperties:i,options:c},T)}getProperties(i){return this.client.sendOperationRequest({options:i},_)}getStatistics(i){return this.client.sendOperationRequest({options:i},V)}listContainersSegment(i){return this.client.sendOperationRequest({options:i},Z)}getUserDelegationKey(i,c){return this.client.sendOperationRequest({keyInfo:i,options:c},ee)}getAccountInfo(i){return this.client.sendOperationRequest({options:i},te)}submitBatch(i,c,d,p){return this.client.sendOperationRequest({contentLength:i,multipartContentType:c,body:d,options:p},re)}filterBlobs(i){return this.client.sendOperationRequest({options:i},ne)}}c.ServiceImpl=ServiceImpl;const v=A.createSerializer(C,true);const T={path:"/",httpMethod:"PUT",responses:{202:{headersMapper:C.ServiceSetPropertiesHeaders},default:{bodyMapper:C.StorageError,headersMapper:C.ServiceSetPropertiesExceptionHeaders}},requestBody:S.blobServiceProperties,queryParameters:[S.restype,S.comp,S.timeoutInSeconds],urlParameters:[S.url],headerParameters:[S.contentType,S.accept,S.version,S.requestId],isXML:true,contentType:"application/xml; charset=utf-8",mediaType:"xml",serializer:v};const _={path:"/",httpMethod:"GET",responses:{200:{bodyMapper:C.BlobServiceProperties,headersMapper:C.ServiceGetPropertiesHeaders},default:{bodyMapper:C.StorageError,headersMapper:C.ServiceGetPropertiesExceptionHeaders}},queryParameters:[S.restype,S.comp,S.timeoutInSeconds],urlParameters:[S.url],headerParameters:[S.version,S.requestId,S.accept1],isXML:true,serializer:v};const V={path:"/",httpMethod:"GET",responses:{200:{bodyMapper:C.BlobServiceStatistics,headersMapper:C.ServiceGetStatisticsHeaders},default:{bodyMapper:C.StorageError,headersMapper:C.ServiceGetStatisticsExceptionHeaders}},queryParameters:[S.restype,S.timeoutInSeconds,S.comp1],urlParameters:[S.url],headerParameters:[S.version,S.requestId,S.accept1],isXML:true,serializer:v};const Z={path:"/",httpMethod:"GET",responses:{200:{bodyMapper:C.ListContainersSegmentResponse,headersMapper:C.ServiceListContainersSegmentHeaders},default:{bodyMapper:C.StorageError,headersMapper:C.ServiceListContainersSegmentExceptionHeaders}},queryParameters:[S.timeoutInSeconds,S.comp2,S.prefix,S.marker,S.maxPageSize,S.include],urlParameters:[S.url],headerParameters:[S.version,S.requestId,S.accept1],isXML:true,serializer:v};const ee={path:"/",httpMethod:"POST",responses:{200:{bodyMapper:C.UserDelegationKey,headersMapper:C.ServiceGetUserDelegationKeyHeaders},default:{bodyMapper:C.StorageError,headersMapper:C.ServiceGetUserDelegationKeyExceptionHeaders}},requestBody:S.keyInfo,queryParameters:[S.restype,S.timeoutInSeconds,S.comp3],urlParameters:[S.url],headerParameters:[S.contentType,S.accept,S.version,S.requestId],isXML:true,contentType:"application/xml; charset=utf-8",mediaType:"xml",serializer:v};const te={path:"/",httpMethod:"GET",responses:{200:{headersMapper:C.ServiceGetAccountInfoHeaders},default:{bodyMapper:C.StorageError,headersMapper:C.ServiceGetAccountInfoExceptionHeaders}},queryParameters:[S.comp,S.timeoutInSeconds,S.restype1],urlParameters:[S.url],headerParameters:[S.version,S.requestId,S.accept1],isXML:true,serializer:v};const re={path:"/",httpMethod:"POST",responses:{202:{bodyMapper:{type:{name:"Stream"},serializedName:"parsedResponse"},headersMapper:C.ServiceSubmitBatchHeaders},default:{bodyMapper:C.StorageError,headersMapper:C.ServiceSubmitBatchExceptionHeaders}},requestBody:S.body,queryParameters:[S.timeoutInSeconds,S.comp4],urlParameters:[S.url],headerParameters:[S.accept,S.version,S.requestId,S.contentLength,S.multipartContentType],isXML:true,contentType:"application/xml; charset=utf-8",mediaType:"xml",serializer:v};const ne={path:"/",httpMethod:"GET",responses:{200:{bodyMapper:C.FilterBlobSegment,headersMapper:C.ServiceFilterBlobsHeaders},default:{bodyMapper:C.StorageError,headersMapper:C.ServiceFilterBlobsExceptionHeaders}},queryParameters:[S.timeoutInSeconds,S.marker,S.maxPageSize,S.comp5,S.where],urlParameters:[S.url],headerParameters:[S.version,S.requestId,S.accept1],isXML:true,serializer:v}},56635:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true})},68355:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true})},17188:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true})},15337:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true})},82354:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});const p=d(61860);p.__exportStar(d(26865),c);p.__exportStar(d(15337),c);p.__exportStar(d(68355),c);p.__exportStar(d(14400),c);p.__exportStar(d(56635),c);p.__exportStar(d(17188),c)},14400:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true})},26865:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true})},5313:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.StorageClient=void 0;const p=d(61860);const A=p.__importStar(d(61584));const C=d(37878);class StorageClient extends A.ExtendedServiceClient{url;version;constructor(i,c){if(i===undefined){throw new Error("'url' cannot be null")}if(!c){c={}}const d={requestContentType:"application/json; charset=utf-8"};const p=`azsdk-js-azure-storage-blob/12.29.1`;const A=c.userAgentOptions&&c.userAgentOptions.userAgentPrefix?`${c.userAgentOptions.userAgentPrefix} ${p}`:`${p}`;const S={...d,...c,userAgentOptions:{userAgentPrefix:A},endpoint:c.endpoint??c.baseUri??"{url}"};super(S);this.url=i;this.version=c.version||"2025-11-05";this.service=new C.ServiceImpl(this);this.container=new C.ContainerImpl(this);this.blob=new C.BlobImpl(this);this.pageBlob=new C.PageBlobImpl(this);this.appendBlob=new C.AppendBlobImpl(this);this.blockBlob=new C.BlockBlobImpl(this)}service;container;blob;pageBlob;appendBlob;blockBlob}c.StorageClient=StorageClient},83627:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.KnownEncryptionAlgorithmType=void 0;var d;(function(i){i["AES256"]="AES256"})(d||(c.KnownEncryptionAlgorithmType=d={}))},71400:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.logger=c.RestError=c.BaseRequestPolicy=c.StorageOAuthScopes=c.newPipeline=c.isPipelineLike=c.Pipeline=c.getBlobServiceAccountAudience=c.StorageBlobAudience=c.PremiumPageBlobTier=c.BlockBlobTier=c.generateBlobSASQueryParameters=c.generateAccountSASQueryParameters=void 0;const p=d(61860);const A=d(20778);Object.defineProperty(c,"RestError",{enumerable:true,get:function(){return A.RestError}});p.__exportStar(d(96341),c);p.__exportStar(d(90372),c);p.__exportStar(d(81884),c);p.__exportStar(d(23276),c);p.__exportStar(d(6358),c);p.__exportStar(d(91267),c);p.__exportStar(d(46940),c);var C=d(85238);Object.defineProperty(c,"generateAccountSASQueryParameters",{enumerable:true,get:function(){return C.generateAccountSASQueryParameters}});p.__exportStar(d(95561),c);p.__exportStar(d(12094),c);p.__exportStar(d(48175),c);p.__exportStar(d(2232),c);var S=d(656);Object.defineProperty(c,"generateBlobSASQueryParameters",{enumerable:true,get:function(){return S.generateBlobSASQueryParameters}});p.__exportStar(d(31821),c);p.__exportStar(d(51622),c);p.__exportStar(d(35345),c);p.__exportStar(d(52596),c);p.__exportStar(d(68999),c);var v=d(58560);Object.defineProperty(c,"BlockBlobTier",{enumerable:true,get:function(){return v.BlockBlobTier}});Object.defineProperty(c,"PremiumPageBlobTier",{enumerable:true,get:function(){return v.PremiumPageBlobTier}});Object.defineProperty(c,"StorageBlobAudience",{enumerable:true,get:function(){return v.StorageBlobAudience}});Object.defineProperty(c,"getBlobServiceAccountAudience",{enumerable:true,get:function(){return v.getBlobServiceAccountAudience}});var T=d(25984);Object.defineProperty(c,"Pipeline",{enumerable:true,get:function(){return T.Pipeline}});Object.defineProperty(c,"isPipelineLike",{enumerable:true,get:function(){return T.isPipelineLike}});Object.defineProperty(c,"newPipeline",{enumerable:true,get:function(){return T.newPipeline}});Object.defineProperty(c,"StorageOAuthScopes",{enumerable:true,get:function(){return T.StorageOAuthScopes}});p.__exportStar(d(98335),c);var _=d(70336);Object.defineProperty(c,"BaseRequestPolicy",{enumerable:true,get:function(){return _.BaseRequestPolicy}});p.__exportStar(d(13501),c);p.__exportStar(d(63064),c);p.__exportStar(d(98335),c);p.__exportStar(d(45511),c);p.__exportStar(d(26823),c);p.__exportStar(d(83627),c);var V=d(46370);Object.defineProperty(c,"logger",{enumerable:true,get:function(){return V.logger}})},11326:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.AVRO_SCHEMA_KEY=c.AVRO_CODEC_KEY=c.AVRO_INIT_BYTES=c.AVRO_SYNC_MARKER_SIZE=void 0;c.AVRO_SYNC_MARKER_SIZE=16;c.AVRO_INIT_BYTES=new Uint8Array([79,98,106,1]);c.AVRO_CODEC_KEY="avro.codec";c.AVRO_SCHEMA_KEY="avro.schema"},35652:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.AvroType=c.AvroParser=void 0;class AvroParser{static async readFixedBytes(i,c,d={}){const p=await i.read(c,{abortSignal:d.abortSignal});if(p.length!==c){throw new Error("Hit stream end.")}return p}static async readByte(i,c={}){const d=await AvroParser.readFixedBytes(i,1,c);return d[0]}static async readZigZagLong(i,c={}){let d=0;let p=0;let A,C,S;do{A=await AvroParser.readByte(i,c);C=A&128;d|=(A&127)<<p;p+=7}while(C&&p<28);if(C){d=d;S=268435456;do{A=await AvroParser.readByte(i,c);d+=(A&127)*S;S*=128}while(A&128);const p=(d%2?-(d+1):d)/2;if(p<Number.MIN_SAFE_INTEGER||p>Number.MAX_SAFE_INTEGER){throw new Error("Integer overflow.")}return p}return d>>1^-(d&1)}static async readLong(i,c={}){return AvroParser.readZigZagLong(i,c)}static async readInt(i,c={}){return AvroParser.readZigZagLong(i,c)}static async readNull(){return null}static async readBoolean(i,c={}){const d=await AvroParser.readByte(i,c);if(d===1){return true}else if(d===0){return false}else{throw new Error("Byte was not a boolean.")}}static async readFloat(i,c={}){const d=await AvroParser.readFixedBytes(i,4,c);const p=new DataView(d.buffer,d.byteOffset,d.byteLength);return p.getFloat32(0,true)}static async readDouble(i,c={}){const d=await AvroParser.readFixedBytes(i,8,c);const p=new DataView(d.buffer,d.byteOffset,d.byteLength);return p.getFloat64(0,true)}static async readBytes(i,c={}){const d=await AvroParser.readLong(i,c);if(d<0){throw new Error("Bytes size was negative.")}return i.read(d,{abortSignal:c.abortSignal})}static async readString(i,c={}){const d=await AvroParser.readBytes(i,c);const p=new TextDecoder;return p.decode(d)}static async readMapPair(i,c,d={}){const p=await AvroParser.readString(i,d);const A=await c(i,d);return{key:p,value:A}}static async readMap(i,c,d={}){const readPairMethod=(i,d={})=>AvroParser.readMapPair(i,c,d);const p=await AvroParser.readArray(i,readPairMethod,d);const A={};for(const i of p){A[i.key]=i.value}return A}static async readArray(i,c,d={}){const p=[];for(let A=await AvroParser.readLong(i,d);A!==0;A=await AvroParser.readLong(i,d)){if(A<0){await AvroParser.readLong(i,d);A=-A}while(A--){const A=await c(i,d);p.push(A)}}return p}}c.AvroParser=AvroParser;var d;(function(i){i["RECORD"]="record";i["ENUM"]="enum";i["ARRAY"]="array";i["MAP"]="map";i["UNION"]="union";i["FIXED"]="fixed"})(d||(d={}));var p;(function(i){i["NULL"]="null";i["BOOLEAN"]="boolean";i["INT"]="int";i["LONG"]="long";i["FLOAT"]="float";i["DOUBLE"]="double";i["BYTES"]="bytes";i["STRING"]="string"})(p||(p={}));class AvroType{static fromSchema(i){if(typeof i==="string"){return AvroType.fromStringSchema(i)}else if(Array.isArray(i)){return AvroType.fromArraySchema(i)}else{return AvroType.fromObjectSchema(i)}}static fromStringSchema(i){switch(i){case p.NULL:case p.BOOLEAN:case p.INT:case p.LONG:case p.FLOAT:case p.DOUBLE:case p.BYTES:case p.STRING:return new AvroPrimitiveType(i);default:throw new Error(`Unexpected Avro type ${i}`)}}static fromArraySchema(i){return new AvroUnionType(i.map(AvroType.fromSchema))}static fromObjectSchema(i){const c=i.type;try{return AvroType.fromStringSchema(c)}catch{}switch(c){case d.RECORD:if(i.aliases){throw new Error(`aliases currently is not supported, schema: ${i}`)}if(!i.name){throw new Error(`Required attribute 'name' doesn't exist on schema: ${i}`)}const p={};if(!i.fields){throw new Error(`Required attribute 'fields' doesn't exist on schema: ${i}`)}for(const c of i.fields){p[c.name]=AvroType.fromSchema(c.type)}return new AvroRecordType(p,i.name);case d.ENUM:if(i.aliases){throw new Error(`aliases currently is not supported, schema: ${i}`)}if(!i.symbols){throw new Error(`Required attribute 'symbols' doesn't exist on schema: ${i}`)}return new AvroEnumType(i.symbols);case d.MAP:if(!i.values){throw new Error(`Required attribute 'values' doesn't exist on schema: ${i}`)}return new AvroMapType(AvroType.fromSchema(i.values));case d.ARRAY:case d.FIXED:default:throw new Error(`Unexpected Avro type ${c} in ${i}`)}}}c.AvroType=AvroType;class AvroPrimitiveType extends AvroType{_primitive;constructor(i){super();this._primitive=i}read(i,c={}){switch(this._primitive){case p.NULL:return AvroParser.readNull();case p.BOOLEAN:return AvroParser.readBoolean(i,c);case p.INT:return AvroParser.readInt(i,c);case p.LONG:return AvroParser.readLong(i,c);case p.FLOAT:return AvroParser.readFloat(i,c);case p.DOUBLE:return AvroParser.readDouble(i,c);case p.BYTES:return AvroParser.readBytes(i,c);case p.STRING:return AvroParser.readString(i,c);default:throw new Error("Unknown Avro Primitive")}}}class AvroEnumType extends AvroType{_symbols;constructor(i){super();this._symbols=i}async read(i,c={}){const d=await AvroParser.readInt(i,c);return this._symbols[d]}}class AvroUnionType extends AvroType{_types;constructor(i){super();this._types=i}async read(i,c={}){const d=await AvroParser.readInt(i,c);return this._types[d].read(i,c)}}class AvroMapType extends AvroType{_itemType;constructor(i){super();this._itemType=i}read(i,c={}){const readItemMethod=(i,c)=>this._itemType.read(i,c);return AvroParser.readMap(i,readItemMethod,c)}}class AvroRecordType extends AvroType{_name;_fields;constructor(i,c){super();this._fields=i;this._name=c}async read(i,c={}){const d={};d["$schema"]=this._name;for(const p in this._fields){if(Object.prototype.hasOwnProperty.call(this._fields,p)){d[p]=await this._fields[p].read(i,c)}}return d}}},41675:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.AvroReadable=void 0;class AvroReadable{}c.AvroReadable=AvroReadable},48059:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.AvroReadableFromStream=void 0;const p=d(41675);const A=d(24517);const C=d(20181);const S=new A.AbortError("Reading from the avro stream was aborted.");class AvroReadableFromStream extends p.AvroReadable{_position;_readable;toUint8Array(i){if(typeof i==="string"){return C.Buffer.from(i)}return i}constructor(i){super();this._readable=i;this._position=0}get position(){return this._position}async read(i,c={}){if(c.abortSignal?.aborted){throw S}if(i<0){throw new Error(`size parameter should be positive: ${i}`)}if(i===0){return new Uint8Array}if(!this._readable.readable){throw new Error("Stream no longer readable.")}const d=this._readable.read(i);if(d){this._position+=d.length;return this.toUint8Array(d)}else{return new Promise(((d,p)=>{const cleanUp=()=>{this._readable.removeListener("readable",readableCallback);this._readable.removeListener("error",rejectCallback);this._readable.removeListener("end",rejectCallback);this._readable.removeListener("close",rejectCallback);if(c.abortSignal){c.abortSignal.removeEventListener("abort",abortHandler)}};const readableCallback=()=>{const c=this._readable.read(i);if(c){this._position+=c.length;cleanUp();d(this.toUint8Array(c))}};const rejectCallback=()=>{cleanUp();p()};const abortHandler=()=>{cleanUp();p(S)};this._readable.on("readable",readableCallback);this._readable.once("error",rejectCallback);this._readable.once("end",rejectCallback);this._readable.once("close",rejectCallback);if(c.abortSignal){c.abortSignal.addEventListener("abort",abortHandler)}}))}}}c.AvroReadableFromStream=AvroReadableFromStream},52888:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.AvroReader=void 0;const p=d(11326);const A=d(35652);const C=d(4337);class AvroReader{_dataStream;_headerStream;_syncMarker;_metadata;_itemType;_itemsRemainingInBlock;_initialBlockOffset;_blockOffset;get blockOffset(){return this._blockOffset}_objectIndex;get objectIndex(){return this._objectIndex}_initialized;constructor(i,c,d,p){this._dataStream=i;this._headerStream=c||i;this._initialized=false;this._blockOffset=d||0;this._objectIndex=p||0;this._initialBlockOffset=d||0}async initialize(i={}){const c=await A.AvroParser.readFixedBytes(this._headerStream,p.AVRO_INIT_BYTES.length,{abortSignal:i.abortSignal});if(!(0,C.arraysEqual)(c,p.AVRO_INIT_BYTES)){throw new Error("Stream is not an Avro file.")}this._metadata=await A.AvroParser.readMap(this._headerStream,A.AvroParser.readString,{abortSignal:i.abortSignal});const d=this._metadata[p.AVRO_CODEC_KEY];if(!(d===undefined||d===null||d==="null")){throw new Error("Codecs are not supported")}this._syncMarker=await A.AvroParser.readFixedBytes(this._headerStream,p.AVRO_SYNC_MARKER_SIZE,{abortSignal:i.abortSignal});const S=JSON.parse(this._metadata[p.AVRO_SCHEMA_KEY]);this._itemType=A.AvroType.fromSchema(S);if(this._blockOffset===0){this._blockOffset=this._initialBlockOffset+this._dataStream.position}this._itemsRemainingInBlock=await A.AvroParser.readLong(this._dataStream,{abortSignal:i.abortSignal});await A.AvroParser.readLong(this._dataStream,{abortSignal:i.abortSignal});this._initialized=true;if(this._objectIndex&&this._objectIndex>0){for(let c=0;c<this._objectIndex;c++){await this._itemType.read(this._dataStream,{abortSignal:i.abortSignal});this._itemsRemainingInBlock--}}}hasNext(){return!this._initialized||this._itemsRemainingInBlock>0}async*parseObjects(i={}){if(!this._initialized){await this.initialize(i)}while(this.hasNext()){const c=await this._itemType.read(this._dataStream,{abortSignal:i.abortSignal});this._itemsRemainingInBlock--;this._objectIndex++;if(this._itemsRemainingInBlock===0){const c=await A.AvroParser.readFixedBytes(this._dataStream,p.AVRO_SYNC_MARKER_SIZE,{abortSignal:i.abortSignal});this._blockOffset=this._initialBlockOffset+this._dataStream.position;this._objectIndex=0;if(!(0,C.arraysEqual)(this._syncMarker,c)){throw new Error("Stream is not a valid Avro file.")}try{this._itemsRemainingInBlock=await A.AvroParser.readLong(this._dataStream,{abortSignal:i.abortSignal})}catch{this._itemsRemainingInBlock=0}if(this._itemsRemainingInBlock>0){await A.AvroParser.readLong(this._dataStream,{abortSignal:i.abortSignal})}}yield c}}}c.AvroReader=AvroReader},96147:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.AvroReadableFromStream=c.AvroReadable=c.AvroReader=void 0;var p=d(52888);Object.defineProperty(c,"AvroReader",{enumerable:true,get:function(){return p.AvroReader}});var A=d(41675);Object.defineProperty(c,"AvroReadable",{enumerable:true,get:function(){return A.AvroReadable}});var C=d(48059);Object.defineProperty(c,"AvroReadableFromStream",{enumerable:true,get:function(){return C.AvroReadableFromStream}})},4337:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.arraysEqual=arraysEqual;function arraysEqual(i,c){if(i===c)return true;if(i==null||c==null)return false;if(i.length!==c.length)return false;for(let d=0;d<i.length;++d){if(i[d]!==c[d])return false}return true}},46370:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.logger=void 0;const p=d(26515);c.logger=(0,p.createClientLogger)("storage-blob")},58560:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.StorageBlobAudience=c.PremiumPageBlobTier=c.BlockBlobTier=void 0;c.toAccessTier=toAccessTier;c.ensureCpkIfSpecified=ensureCpkIfSpecified;c.getBlobServiceAccountAudience=getBlobServiceAccountAudience;const p=d(27323);var A;(function(i){i["Hot"]="Hot";i["Cool"]="Cool";i["Cold"]="Cold";i["Archive"]="Archive"})(A||(c.BlockBlobTier=A={}));var C;(function(i){i["P4"]="P4";i["P6"]="P6";i["P10"]="P10";i["P15"]="P15";i["P20"]="P20";i["P30"]="P30";i["P40"]="P40";i["P50"]="P50";i["P60"]="P60";i["P70"]="P70";i["P80"]="P80"})(C||(c.PremiumPageBlobTier=C={}));function toAccessTier(i){if(i===undefined){return undefined}return i}function ensureCpkIfSpecified(i,c){if(i&&!c){throw new RangeError("Customer-provided encryption key must be used over HTTPS.")}if(i&&!i.encryptionAlgorithm){i.encryptionAlgorithm=p.EncryptionAlgorithmAES25}}var S;(function(i){i["StorageOAuthScopes"]="https://storage.azure.com/.default";i["DiskComputeOAuthScopes"]="https://disk.compute.azure.com/.default"})(S||(c.StorageBlobAudience=S={}));function getBlobServiceAccountAudience(i){return`https://${i}.blob.core.windows.net/.default`}},13501:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.AnonymousCredentialPolicy=void 0;const p=d(63064);class AnonymousCredentialPolicy extends p.CredentialPolicy{constructor(i,c){super(i,c)}}c.AnonymousCredentialPolicy=AnonymousCredentialPolicy},63064:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.CredentialPolicy=void 0;const p=d(70336);class CredentialPolicy extends p.BaseRequestPolicy{sendRequest(i){return this._nextPolicy.sendRequest(this.signRequest(i))}signRequest(i){return i}}c.CredentialPolicy=CredentialPolicy},70336:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.BaseRequestPolicy=void 0;class BaseRequestPolicy{_nextPolicy;_options;constructor(i,c){this._nextPolicy=i;this._options=c}shouldLog(i){return this._options.shouldLog(i)}log(i,c){this._options.log(i,c)}}c.BaseRequestPolicy=BaseRequestPolicy},78654:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.StorageBrowserPolicy=void 0;const p=d(70336);const A=d(87779);const C=d(27323);const S=d(47764);class StorageBrowserPolicy extends p.BaseRequestPolicy{constructor(i,c){super(i,c)}async sendRequest(i){if(A.isNodeLike){return this._nextPolicy.sendRequest(i)}if(i.method.toUpperCase()==="GET"||i.method.toUpperCase()==="HEAD"){i.url=(0,S.setURLParameter)(i.url,C.URLConstants.Parameters.FORCE_BROWSER_NO_CACHE,(new Date).getTime().toString())}i.headers.remove(C.HeaderConstants.COOKIE);i.headers.remove(C.HeaderConstants.CONTENT_LENGTH);return this._nextPolicy.sendRequest(i)}}c.StorageBrowserPolicy=StorageBrowserPolicy},490:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.storageBrowserPolicyName=void 0;c.storageBrowserPolicy=storageBrowserPolicy;const p=d(87779);const A=d(27323);const C=d(47764);c.storageBrowserPolicyName="storageBrowserPolicy";function storageBrowserPolicy(){return{name:c.storageBrowserPolicyName,async sendRequest(i,c){if(p.isNodeLike){return c(i)}if(i.method==="GET"||i.method==="HEAD"){i.url=(0,C.setURLParameter)(i.url,A.URLConstants.Parameters.FORCE_BROWSER_NO_CACHE,(new Date).getTime().toString())}i.headers.delete(A.HeaderConstants.COOKIE);i.headers.delete(A.HeaderConstants.CONTENT_LENGTH);return c(i)}}}},99359:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.storageCorrectContentLengthPolicyName=void 0;c.storageCorrectContentLengthPolicy=storageCorrectContentLengthPolicy;const p=d(27323);c.storageCorrectContentLengthPolicyName="StorageCorrectContentLengthPolicy";function storageCorrectContentLengthPolicy(){function correctContentLength(i){if(i.body&&(typeof i.body==="string"||Buffer.isBuffer(i.body))&&i.body.length>0){i.headers.set(p.HeaderConstants.CONTENT_LENGTH,Buffer.byteLength(i.body))}}return{name:c.storageCorrectContentLengthPolicyName,async sendRequest(i,c){correctContentLength(i);return c(i)}}}},57996:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.StorageRetryPolicy=void 0;c.NewRetryPolicyFactory=NewRetryPolicyFactory;const p=d(24517);const A=d(70336);const C=d(27323);const S=d(47764);const v=d(46370);const T=d(16308);function NewRetryPolicyFactory(i){return{create:(c,d)=>new StorageRetryPolicy(c,d,i)}}const _={maxRetryDelayInMs:120*1e3,maxTries:4,retryDelayInMs:4*1e3,retryPolicyType:T.StorageRetryPolicyType.EXPONENTIAL,secondaryHost:"",tryTimeoutInMs:undefined};const V=new p.AbortError("The operation was aborted.");class StorageRetryPolicy extends A.BaseRequestPolicy{retryOptions;constructor(i,c,d=_){super(i,c);this.retryOptions={retryPolicyType:d.retryPolicyType?d.retryPolicyType:_.retryPolicyType,maxTries:d.maxTries&&d.maxTries>=1?Math.floor(d.maxTries):_.maxTries,tryTimeoutInMs:d.tryTimeoutInMs&&d.tryTimeoutInMs>=0?d.tryTimeoutInMs:_.tryTimeoutInMs,retryDelayInMs:d.retryDelayInMs&&d.retryDelayInMs>=0?Math.min(d.retryDelayInMs,d.maxRetryDelayInMs?d.maxRetryDelayInMs:_.maxRetryDelayInMs):_.retryDelayInMs,maxRetryDelayInMs:d.maxRetryDelayInMs&&d.maxRetryDelayInMs>=0?d.maxRetryDelayInMs:_.maxRetryDelayInMs,secondaryHost:d.secondaryHost?d.secondaryHost:_.secondaryHost}}async sendRequest(i){return this.attemptSendRequest(i,false,1)}async attemptSendRequest(i,c,d){const p=i.clone();const A=c||!this.retryOptions.secondaryHost||!(i.method==="GET"||i.method==="HEAD"||i.method==="OPTIONS")||d%2===1;if(!A){p.url=(0,S.setURLHost)(p.url,this.retryOptions.secondaryHost)}if(this.retryOptions.tryTimeoutInMs){p.url=(0,S.setURLParameter)(p.url,C.URLConstants.Parameters.TIMEOUT,Math.floor(this.retryOptions.tryTimeoutInMs/1e3).toString())}let T;try{v.logger.info(`RetryPolicy: =====> Try=${d} ${A?"Primary":"Secondary"}`);T=await this._nextPolicy.sendRequest(p);if(!this.shouldRetry(A,d,T)){return T}c=c||!A&&T.status===404}catch(i){v.logger.error(`RetryPolicy: Caught error, message: ${i.message}, code: ${i.code}`);if(!this.shouldRetry(A,d,T,i)){throw i}}await this.delay(A,d,i.abortSignal);return this.attemptSendRequest(i,c,++d)}shouldRetry(i,c,d,p){if(c>=this.retryOptions.maxTries){v.logger.info(`RetryPolicy: Attempt(s) ${c} >= maxTries ${this.retryOptions.maxTries}, no further try.`);return false}const A=["ETIMEDOUT","ESOCKETTIMEDOUT","ECONNREFUSED","ECONNRESET","ENOENT","ENOTFOUND","TIMEOUT","EPIPE","REQUEST_SEND_ERROR"];if(p){for(const i of A){if(p.name.toUpperCase().includes(i)||p.message.toUpperCase().includes(i)||p.code&&p.code.toString().toUpperCase()===i){v.logger.info(`RetryPolicy: Network error ${i} found, will retry.`);return true}}}if(d||p){const c=d?d.status:p?p.statusCode:0;if(!i&&c===404){v.logger.info(`RetryPolicy: Secondary access with 404, will retry.`);return true}if(c===503||c===500){v.logger.info(`RetryPolicy: Will retry for status code ${c}.`);return true}}if(d){if(d?.status>=400){const i=d.headers.get(C.HeaderConstants.X_MS_CopySourceErrorCode);if(i!==undefined){switch(i){case"InternalError":case"OperationTimedOut":case"ServerBusy":return true}}}}if(p?.code==="PARSE_ERROR"&&p?.message.startsWith(`Error "Error: Unclosed root tag`)){v.logger.info("RetryPolicy: Incomplete XML response likely due to service timeout, will retry.");return true}return false}async delay(i,c,d){let p=0;if(i){switch(this.retryOptions.retryPolicyType){case T.StorageRetryPolicyType.EXPONENTIAL:p=Math.min((Math.pow(2,c-1)-1)*this.retryOptions.retryDelayInMs,this.retryOptions.maxRetryDelayInMs);break;case T.StorageRetryPolicyType.FIXED:p=this.retryOptions.retryDelayInMs;break}}else{p=Math.random()*1e3}v.logger.info(`RetryPolicy: Delay for ${p}ms`);return(0,S.delay)(p,d,V)}}c.StorageRetryPolicy=StorageRetryPolicy},16308:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.StorageRetryPolicyType=void 0;var d;(function(i){i[i["EXPONENTIAL"]=0]="EXPONENTIAL";i[i["FIXED"]=1]="FIXED"})(d||(c.StorageRetryPolicyType=d={}))},31160:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.storageRetryPolicyName=void 0;c.storageRetryPolicy=storageRetryPolicy;const p=d(24517);const A=d(20778);const C=d(87779);const S=d(98335);const v=d(27323);const T=d(47764);const _=d(46370);c.storageRetryPolicyName="storageRetryPolicy";const V={maxRetryDelayInMs:120*1e3,maxTries:4,retryDelayInMs:4*1e3,retryPolicyType:S.StorageRetryPolicyType.EXPONENTIAL,secondaryHost:"",tryTimeoutInMs:undefined};const Z=["ETIMEDOUT","ESOCKETTIMEDOUT","ECONNREFUSED","ECONNRESET","ENOENT","ENOTFOUND","TIMEOUT","EPIPE","REQUEST_SEND_ERROR"];const ee=new p.AbortError("The operation was aborted.");function storageRetryPolicy(i={}){const d=i.retryPolicyType??V.retryPolicyType;const p=i.maxTries??V.maxTries;const te=i.retryDelayInMs??V.retryDelayInMs;const re=i.maxRetryDelayInMs??V.maxRetryDelayInMs;const ne=i.secondaryHost??V.secondaryHost;const ie=i.tryTimeoutInMs??V.tryTimeoutInMs;function shouldRetry({isPrimaryRetry:i,attempt:c,response:d,error:A}){if(c>=p){_.logger.info(`RetryPolicy: Attempt(s) ${c} >= maxTries ${p}, no further try.`);return false}if(A){for(const i of Z){if(A.name.toUpperCase().includes(i)||A.message.toUpperCase().includes(i)||A.code&&A.code.toString().toUpperCase()===i){_.logger.info(`RetryPolicy: Network error ${i} found, will retry.`);return true}}if(A?.code==="PARSE_ERROR"&&A?.message.startsWith(`Error "Error: Unclosed root tag`)){_.logger.info("RetryPolicy: Incomplete XML response likely due to service timeout, will retry.");return true}}if(d||A){const c=d?.status??A?.statusCode??0;if(!i&&c===404){_.logger.info(`RetryPolicy: Secondary access with 404, will retry.`);return true}if(c===503||c===500){_.logger.info(`RetryPolicy: Will retry for status code ${c}.`);return true}}if(d){if(d?.status>=400){const i=d.headers.get(v.HeaderConstants.X_MS_CopySourceErrorCode);if(i!==undefined){switch(i){case"InternalError":case"OperationTimedOut":case"ServerBusy":return true}}}}return false}function calculateDelay(i,c){let p=0;if(i){switch(d){case S.StorageRetryPolicyType.EXPONENTIAL:p=Math.min((Math.pow(2,c-1)-1)*te,re);break;case S.StorageRetryPolicyType.FIXED:p=te;break}}else{p=Math.random()*1e3}_.logger.info(`RetryPolicy: Delay for ${p}ms`);return p}return{name:c.storageRetryPolicyName,async sendRequest(i,c){if(ie){i.url=(0,T.setURLParameter)(i.url,v.URLConstants.Parameters.TIMEOUT,String(Math.floor(ie/1e3)))}const d=i.url;const p=ne?(0,T.setURLHost)(i.url,ne):undefined;let S=false;let V=1;let Z=true;let te;let re;while(Z){const v=S||!p||!["GET","HEAD","OPTIONS"].includes(i.method)||V%2===1;i.url=v?d:p;te=undefined;re=undefined;try{_.logger.info(`RetryPolicy: =====> Try=${V} ${v?"Primary":"Secondary"}`);te=await c(i);S=S||!v&&te.status===404}catch(i){if((0,A.isRestError)(i)){_.logger.error(`RetryPolicy: Caught error, message: ${i.message}, code: ${i.code}`);re=i}else{_.logger.error(`RetryPolicy: Caught error, message: ${(0,C.getErrorMessage)(i)}`);throw i}}Z=shouldRetry({isPrimaryRetry:v,attempt:V,response:te,error:re});if(Z){await(0,T.delay)(calculateDelay(v,V),i.abortSignal,ee)}V++}if(te){return te}throw re??new A.RestError("RetryPolicy failed without known error.")}}}},45511:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.StorageSharedKeyCredentialPolicy=void 0;const p=d(27323);const A=d(47764);const C=d(63064);const S=d(21902);class StorageSharedKeyCredentialPolicy extends C.CredentialPolicy{factory;constructor(i,c,d){super(i,c);this.factory=d}signRequest(i){i.headers.set(p.HeaderConstants.X_MS_DATE,(new Date).toUTCString());if(i.body&&(typeof i.body==="string"||i.body!==undefined)&&i.body.length>0){i.headers.set(p.HeaderConstants.CONTENT_LENGTH,Buffer.byteLength(i.body))}const c=[i.method.toUpperCase(),this.getHeaderValueToSign(i,p.HeaderConstants.CONTENT_LANGUAGE),this.getHeaderValueToSign(i,p.HeaderConstants.CONTENT_ENCODING),this.getHeaderValueToSign(i,p.HeaderConstants.CONTENT_LENGTH),this.getHeaderValueToSign(i,p.HeaderConstants.CONTENT_MD5),this.getHeaderValueToSign(i,p.HeaderConstants.CONTENT_TYPE),this.getHeaderValueToSign(i,p.HeaderConstants.DATE),this.getHeaderValueToSign(i,p.HeaderConstants.IF_MODIFIED_SINCE),this.getHeaderValueToSign(i,p.HeaderConstants.IF_MATCH),this.getHeaderValueToSign(i,p.HeaderConstants.IF_NONE_MATCH),this.getHeaderValueToSign(i,p.HeaderConstants.IF_UNMODIFIED_SINCE),this.getHeaderValueToSign(i,p.HeaderConstants.RANGE)].join("\n")+"\n"+this.getCanonicalizedHeadersString(i)+this.getCanonicalizedResourceString(i);const d=this.factory.computeHMACSHA256(c);i.headers.set(p.HeaderConstants.AUTHORIZATION,`SharedKey ${this.factory.accountName}:${d}`);return i}getHeaderValueToSign(i,c){const d=i.headers.get(c);if(!d){return""}if(c===p.HeaderConstants.CONTENT_LENGTH&&d==="0"){return""}return d}getCanonicalizedHeadersString(i){let c=i.headers.headersArray().filter((i=>i.name.toLowerCase().startsWith(p.HeaderConstants.PREFIX_FOR_STORAGE)));c.sort(((i,c)=>(0,S.compareHeader)(i.name.toLowerCase(),c.name.toLowerCase())));c=c.filter(((i,c,d)=>{if(c>0&&i.name.toLowerCase()===d[c-1].name.toLowerCase()){return false}return true}));let d="";c.forEach((i=>{d+=`${i.name.toLowerCase().trimRight()}:${i.value.trimLeft()}\n`}));return d}getCanonicalizedResourceString(i){const c=(0,A.getURLPath)(i.url)||"/";let d="";d+=`/${this.factory.accountName}${c}`;const p=(0,A.getURLQueries)(i.url);const C={};if(p){const i=[];for(const c in p){if(Object.prototype.hasOwnProperty.call(p,c)){const d=c.toLowerCase();C[d]=p[c];i.push(d)}}i.sort();for(const c of i){d+=`\n${c}:${decodeURIComponent(C[c])}`}}return d}}c.StorageSharedKeyCredentialPolicy=StorageSharedKeyCredentialPolicy},97999:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.storageSharedKeyCredentialPolicyName=void 0;c.storageSharedKeyCredentialPolicy=storageSharedKeyCredentialPolicy;const p=d(77598);const A=d(27323);const C=d(47764);const S=d(21902);c.storageSharedKeyCredentialPolicyName="storageSharedKeyCredentialPolicy";function storageSharedKeyCredentialPolicy(i){function signRequest(c){c.headers.set(A.HeaderConstants.X_MS_DATE,(new Date).toUTCString());if(c.body&&(typeof c.body==="string"||Buffer.isBuffer(c.body))&&c.body.length>0){c.headers.set(A.HeaderConstants.CONTENT_LENGTH,Buffer.byteLength(c.body))}const d=[c.method.toUpperCase(),getHeaderValueToSign(c,A.HeaderConstants.CONTENT_LANGUAGE),getHeaderValueToSign(c,A.HeaderConstants.CONTENT_ENCODING),getHeaderValueToSign(c,A.HeaderConstants.CONTENT_LENGTH),getHeaderValueToSign(c,A.HeaderConstants.CONTENT_MD5),getHeaderValueToSign(c,A.HeaderConstants.CONTENT_TYPE),getHeaderValueToSign(c,A.HeaderConstants.DATE),getHeaderValueToSign(c,A.HeaderConstants.IF_MODIFIED_SINCE),getHeaderValueToSign(c,A.HeaderConstants.IF_MATCH),getHeaderValueToSign(c,A.HeaderConstants.IF_NONE_MATCH),getHeaderValueToSign(c,A.HeaderConstants.IF_UNMODIFIED_SINCE),getHeaderValueToSign(c,A.HeaderConstants.RANGE)].join("\n")+"\n"+getCanonicalizedHeadersString(c)+getCanonicalizedResourceString(c);const C=(0,p.createHmac)("sha256",i.accountKey).update(d,"utf8").digest("base64");c.headers.set(A.HeaderConstants.AUTHORIZATION,`SharedKey ${i.accountName}:${C}`)}function getHeaderValueToSign(i,c){const d=i.headers.get(c);if(!d){return""}if(c===A.HeaderConstants.CONTENT_LENGTH&&d==="0"){return""}return d}function getCanonicalizedHeadersString(i){let c=[];for(const[d,p]of i.headers){if(d.toLowerCase().startsWith(A.HeaderConstants.PREFIX_FOR_STORAGE)){c.push({name:d,value:p})}}c.sort(((i,c)=>(0,S.compareHeader)(i.name.toLowerCase(),c.name.toLowerCase())));c=c.filter(((i,c,d)=>{if(c>0&&i.name.toLowerCase()===d[c-1].name.toLowerCase()){return false}return true}));let d="";c.forEach((i=>{d+=`${i.name.toLowerCase().trimRight()}:${i.value.trimLeft()}\n`}));return d}function getCanonicalizedResourceString(c){const d=(0,C.getURLPath)(c.url)||"/";let p="";p+=`/${i.accountName}${d}`;const A=(0,C.getURLQueries)(c.url);const S={};if(A){const i=[];for(const c in A){if(Object.prototype.hasOwnProperty.call(A,c)){const d=c.toLowerCase();S[d]=A[c];i.push(d)}}i.sort();for(const c of i){p+=`\n${c}:${decodeURIComponent(S[c])}`}}return p}return{name:c.storageSharedKeyCredentialPolicyName,async sendRequest(i,c){signRequest(i);return c(i)}}}},73145:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.BlobBeginCopyFromUrlPoller=void 0;const p=d(87779);const A=d(91754);class BlobBeginCopyFromUrlPoller extends A.Poller{intervalInMs;constructor(i){const{blobClient:c,copySource:d,intervalInMs:p=15e3,onProgress:A,resumeFrom:C,startCopyFromURLOptions:S}=i;let v;if(C){v=JSON.parse(C).state}const T=makeBlobBeginCopyFromURLPollOperation({...v,blobClient:c,copySource:d,startCopyFromURLOptions:S});super(T);if(typeof A==="function"){this.onProgress(A)}this.intervalInMs=p}delay(){return(0,p.delay)(this.intervalInMs)}}c.BlobBeginCopyFromUrlPoller=BlobBeginCopyFromUrlPoller;const C=async function cancel(i={}){const c=this.state;const{copyId:d}=c;if(c.isCompleted){return makeBlobBeginCopyFromURLPollOperation(c)}if(!d){c.isCancelled=true;return makeBlobBeginCopyFromURLPollOperation(c)}await c.blobClient.abortCopyFromURL(d,{abortSignal:i.abortSignal});c.isCancelled=true;return makeBlobBeginCopyFromURLPollOperation(c)};const S=async function update(i={}){const c=this.state;const{blobClient:d,copySource:p,startCopyFromURLOptions:A}=c;if(!c.isStarted){c.isStarted=true;const i=await d.startCopyFromURL(p,A);c.copyId=i.copyId;if(i.copyStatus==="success"){c.result=i;c.isCompleted=true}}else if(!c.isCompleted){try{const d=await c.blobClient.getProperties({abortSignal:i.abortSignal});const{copyStatus:p,copyProgress:A}=d;const C=c.copyProgress;if(A){c.copyProgress=A}if(p==="pending"&&A!==C&&typeof i.fireProgress==="function"){i.fireProgress(c)}else if(p==="success"){c.result=d;c.isCompleted=true}else if(p==="failed"){c.error=new Error(`Blob copy failed with reason: "${d.copyStatusDescription||"unknown"}"`);c.isCompleted=true}}catch(i){c.error=i;c.isCompleted=true}}return makeBlobBeginCopyFromURLPollOperation(c)};const v=function toString(){return JSON.stringify({state:this.state},((i,c)=>{if(i==="blobClient"){return undefined}return c}))};function makeBlobBeginCopyFromURLPollOperation(i){return{state:{...i},cancel:C,toString:v,update:S}}},6358:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.AccountSASPermissions=void 0;class AccountSASPermissions{static parse(i){const c=new AccountSASPermissions;for(const d of i){switch(d){case"r":c.read=true;break;case"w":c.write=true;break;case"d":c.delete=true;break;case"x":c.deleteVersion=true;break;case"l":c.list=true;break;case"a":c.add=true;break;case"c":c.create=true;break;case"u":c.update=true;break;case"p":c.process=true;break;case"t":c.tag=true;break;case"f":c.filter=true;break;case"i":c.setImmutabilityPolicy=true;break;case"y":c.permanentDelete=true;break;default:throw new RangeError(`Invalid permission character: ${d}`)}}return c}static from(i){const c=new AccountSASPermissions;if(i.read){c.read=true}if(i.write){c.write=true}if(i.delete){c.delete=true}if(i.deleteVersion){c.deleteVersion=true}if(i.filter){c.filter=true}if(i.tag){c.tag=true}if(i.list){c.list=true}if(i.add){c.add=true}if(i.create){c.create=true}if(i.update){c.update=true}if(i.process){c.process=true}if(i.setImmutabilityPolicy){c.setImmutabilityPolicy=true}if(i.permanentDelete){c.permanentDelete=true}return c}read=false;write=false;delete=false;deleteVersion=false;list=false;add=false;create=false;update=false;process=false;tag=false;filter=false;setImmutabilityPolicy=false;permanentDelete=false;toString(){const i=[];if(this.read){i.push("r")}if(this.write){i.push("w")}if(this.delete){i.push("d")}if(this.deleteVersion){i.push("x")}if(this.filter){i.push("f")}if(this.tag){i.push("t")}if(this.list){i.push("l")}if(this.add){i.push("a")}if(this.create){i.push("c")}if(this.update){i.push("u")}if(this.process){i.push("p")}if(this.setImmutabilityPolicy){i.push("i")}if(this.permanentDelete){i.push("y")}return i.join("")}}c.AccountSASPermissions=AccountSASPermissions},91267:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.AccountSASResourceTypes=void 0;class AccountSASResourceTypes{static parse(i){const c=new AccountSASResourceTypes;for(const d of i){switch(d){case"s":c.service=true;break;case"c":c.container=true;break;case"o":c.object=true;break;default:throw new RangeError(`Invalid resource type: ${d}`)}}return c}service=false;container=false;object=false;toString(){const i=[];if(this.service){i.push("s")}if(this.container){i.push("c")}if(this.object){i.push("o")}return i.join("")}}c.AccountSASResourceTypes=AccountSASResourceTypes},46940:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.AccountSASServices=void 0;class AccountSASServices{static parse(i){const c=new AccountSASServices;for(const d of i){switch(d){case"b":c.blob=true;break;case"f":c.file=true;break;case"q":c.queue=true;break;case"t":c.table=true;break;default:throw new RangeError(`Invalid service character: ${d}`)}}return c}blob=false;file=false;queue=false;table=false;toString(){const i=[];if(this.blob){i.push("b")}if(this.table){i.push("t")}if(this.queue){i.push("q")}if(this.file){i.push("f")}return i.join("")}}c.AccountSASServices=AccountSASServices},85238:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.generateAccountSASQueryParameters=generateAccountSASQueryParameters;c.generateAccountSASQueryParametersInternal=generateAccountSASQueryParametersInternal;const p=d(6358);const A=d(91267);const C=d(46940);const S=d(2977);const v=d(26823);const T=d(27323);const _=d(47764);function generateAccountSASQueryParameters(i,c){return generateAccountSASQueryParametersInternal(i,c).sasQueryParameters}function generateAccountSASQueryParametersInternal(i,c){const d=i.version?i.version:T.SERVICE_VERSION;if(i.permissions&&i.permissions.setImmutabilityPolicy&&d<"2020-08-04"){throw RangeError("'version' must be >= '2020-08-04' when provided 'i' permission.")}if(i.permissions&&i.permissions.deleteVersion&&d<"2019-10-10"){throw RangeError("'version' must be >= '2019-10-10' when provided 'x' permission.")}if(i.permissions&&i.permissions.permanentDelete&&d<"2019-10-10"){throw RangeError("'version' must be >= '2019-10-10' when provided 'y' permission.")}if(i.permissions&&i.permissions.tag&&d<"2019-12-12"){throw RangeError("'version' must be >= '2019-12-12' when provided 't' permission.")}if(i.permissions&&i.permissions.filter&&d<"2019-12-12"){throw RangeError("'version' must be >= '2019-12-12' when provided 'f' permission.")}if(i.encryptionScope&&d<"2020-12-06"){throw RangeError("'version' must be >= '2020-12-06' when provided 'encryptionScope' in SAS.")}const V=p.AccountSASPermissions.parse(i.permissions.toString());const Z=C.AccountSASServices.parse(i.services).toString();const ee=A.AccountSASResourceTypes.parse(i.resourceTypes).toString();let te;if(d>="2020-12-06"){te=[c.accountName,V,Z,ee,i.startsOn?(0,_.truncatedISO8061Date)(i.startsOn,false):"",(0,_.truncatedISO8061Date)(i.expiresOn,false),i.ipRange?(0,S.ipRangeToString)(i.ipRange):"",i.protocol?i.protocol:"",d,i.encryptionScope?i.encryptionScope:"",""].join("\n")}else{te=[c.accountName,V,Z,ee,i.startsOn?(0,_.truncatedISO8061Date)(i.startsOn,false):"",(0,_.truncatedISO8061Date)(i.expiresOn,false),i.ipRange?(0,S.ipRangeToString)(i.ipRange):"",i.protocol?i.protocol:"",d,""].join("\n")}const re=c.computeHMACSHA256(te);return{sasQueryParameters:new v.SASQueryParameters(d,re,V.toString(),Z,ee,i.protocol,i.startsOn,i.expiresOn,i.ipRange,undefined,undefined,undefined,undefined,undefined,undefined,undefined,undefined,undefined,undefined,i.encryptionScope),stringToSign:te}}},2232:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.BlobSASPermissions=void 0;class BlobSASPermissions{static parse(i){const c=new BlobSASPermissions;for(const d of i){switch(d){case"r":c.read=true;break;case"a":c.add=true;break;case"c":c.create=true;break;case"w":c.write=true;break;case"d":c.delete=true;break;case"x":c.deleteVersion=true;break;case"t":c.tag=true;break;case"m":c.move=true;break;case"e":c.execute=true;break;case"i":c.setImmutabilityPolicy=true;break;case"y":c.permanentDelete=true;break;default:throw new RangeError(`Invalid permission: ${d}`)}}return c}static from(i){const c=new BlobSASPermissions;if(i.read){c.read=true}if(i.add){c.add=true}if(i.create){c.create=true}if(i.write){c.write=true}if(i.delete){c.delete=true}if(i.deleteVersion){c.deleteVersion=true}if(i.tag){c.tag=true}if(i.move){c.move=true}if(i.execute){c.execute=true}if(i.setImmutabilityPolicy){c.setImmutabilityPolicy=true}if(i.permanentDelete){c.permanentDelete=true}return c}read=false;add=false;create=false;write=false;delete=false;deleteVersion=false;tag=false;move=false;execute=false;setImmutabilityPolicy=false;permanentDelete=false;toString(){const i=[];if(this.read){i.push("r")}if(this.add){i.push("a")}if(this.create){i.push("c")}if(this.write){i.push("w")}if(this.delete){i.push("d")}if(this.deleteVersion){i.push("x")}if(this.tag){i.push("t")}if(this.move){i.push("m")}if(this.execute){i.push("e")}if(this.setImmutabilityPolicy){i.push("i")}if(this.permanentDelete){i.push("y")}return i.join("")}}c.BlobSASPermissions=BlobSASPermissions},656:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.generateBlobSASQueryParameters=generateBlobSASQueryParameters;c.generateBlobSASQueryParametersInternal=generateBlobSASQueryParametersInternal;const p=d(2232);const A=d(51622);const C=d(68999);const S=d(10992);const v=d(2977);const T=d(26823);const _=d(27323);const V=d(47764);function generateBlobSASQueryParameters(i,c,d){return generateBlobSASQueryParametersInternal(i,c,d).sasQueryParameters}function generateBlobSASQueryParametersInternal(i,c,d){const p=i.version?i.version:_.SERVICE_VERSION;const A=c instanceof C.StorageSharedKeyCredential?c:undefined;let v;if(A===undefined&&d!==undefined){v=new S.UserDelegationKeyCredential(d,c)}if(A===undefined&&v===undefined){throw TypeError("Invalid sharedKeyCredential, userDelegationKey or accountName.")}if(p>="2020-12-06"){if(A!==undefined){return generateBlobSASQueryParameters20201206(i,A)}else{if(p>="2025-07-05"){return generateBlobSASQueryParametersUDK20250705(i,v)}else{return generateBlobSASQueryParametersUDK20201206(i,v)}}}if(p>="2018-11-09"){if(A!==undefined){return generateBlobSASQueryParameters20181109(i,A)}else{if(p>="2020-02-10"){return generateBlobSASQueryParametersUDK20200210(i,v)}else{return generateBlobSASQueryParametersUDK20181109(i,v)}}}if(p>="2015-04-05"){if(A!==undefined){return generateBlobSASQueryParameters20150405(i,A)}else{throw new RangeError("'version' must be >= '2018-11-09' when generating user delegation SAS using user delegation key.")}}throw new RangeError("'version' must be >= '2015-04-05'.")}function generateBlobSASQueryParameters20150405(i,c){i=SASSignatureValuesSanityCheckAndAutofill(i);if(!i.identifier&&!(i.permissions&&i.expiresOn)){throw new RangeError("Must provide 'permissions' and 'expiresOn' for Blob SAS generation when 'identifier' is not provided.")}let d="c";if(i.blobName){d="b"}let C;if(i.permissions){if(i.blobName){C=p.BlobSASPermissions.parse(i.permissions.toString()).toString()}else{C=A.ContainerSASPermissions.parse(i.permissions.toString()).toString()}}const S=[C?C:"",i.startsOn?(0,V.truncatedISO8061Date)(i.startsOn,false):"",i.expiresOn?(0,V.truncatedISO8061Date)(i.expiresOn,false):"",getCanonicalName(c.accountName,i.containerName,i.blobName),i.identifier,i.ipRange?(0,v.ipRangeToString)(i.ipRange):"",i.protocol?i.protocol:"",i.version,i.cacheControl?i.cacheControl:"",i.contentDisposition?i.contentDisposition:"",i.contentEncoding?i.contentEncoding:"",i.contentLanguage?i.contentLanguage:"",i.contentType?i.contentType:""].join("\n");const _=c.computeHMACSHA256(S);return{sasQueryParameters:new T.SASQueryParameters(i.version,_,C,undefined,undefined,i.protocol,i.startsOn,i.expiresOn,i.ipRange,i.identifier,d,i.cacheControl,i.contentDisposition,i.contentEncoding,i.contentLanguage,i.contentType),stringToSign:S}}function generateBlobSASQueryParameters20181109(i,c){i=SASSignatureValuesSanityCheckAndAutofill(i);if(!i.identifier&&!(i.permissions&&i.expiresOn)){throw new RangeError("Must provide 'permissions' and 'expiresOn' for Blob SAS generation when 'identifier' is not provided.")}let d="c";let C=i.snapshotTime;if(i.blobName){d="b";if(i.snapshotTime){d="bs"}else if(i.versionId){d="bv";C=i.versionId}}let S;if(i.permissions){if(i.blobName){S=p.BlobSASPermissions.parse(i.permissions.toString()).toString()}else{S=A.ContainerSASPermissions.parse(i.permissions.toString()).toString()}}const _=[S?S:"",i.startsOn?(0,V.truncatedISO8061Date)(i.startsOn,false):"",i.expiresOn?(0,V.truncatedISO8061Date)(i.expiresOn,false):"",getCanonicalName(c.accountName,i.containerName,i.blobName),i.identifier,i.ipRange?(0,v.ipRangeToString)(i.ipRange):"",i.protocol?i.protocol:"",i.version,d,C,i.cacheControl?i.cacheControl:"",i.contentDisposition?i.contentDisposition:"",i.contentEncoding?i.contentEncoding:"",i.contentLanguage?i.contentLanguage:"",i.contentType?i.contentType:""].join("\n");const Z=c.computeHMACSHA256(_);return{sasQueryParameters:new T.SASQueryParameters(i.version,Z,S,undefined,undefined,i.protocol,i.startsOn,i.expiresOn,i.ipRange,i.identifier,d,i.cacheControl,i.contentDisposition,i.contentEncoding,i.contentLanguage,i.contentType),stringToSign:_}}function generateBlobSASQueryParameters20201206(i,c){i=SASSignatureValuesSanityCheckAndAutofill(i);if(!i.identifier&&!(i.permissions&&i.expiresOn)){throw new RangeError("Must provide 'permissions' and 'expiresOn' for Blob SAS generation when 'identifier' is not provided.")}let d="c";let C=i.snapshotTime;if(i.blobName){d="b";if(i.snapshotTime){d="bs"}else if(i.versionId){d="bv";C=i.versionId}}let S;if(i.permissions){if(i.blobName){S=p.BlobSASPermissions.parse(i.permissions.toString()).toString()}else{S=A.ContainerSASPermissions.parse(i.permissions.toString()).toString()}}const _=[S?S:"",i.startsOn?(0,V.truncatedISO8061Date)(i.startsOn,false):"",i.expiresOn?(0,V.truncatedISO8061Date)(i.expiresOn,false):"",getCanonicalName(c.accountName,i.containerName,i.blobName),i.identifier,i.ipRange?(0,v.ipRangeToString)(i.ipRange):"",i.protocol?i.protocol:"",i.version,d,C,i.encryptionScope,i.cacheControl?i.cacheControl:"",i.contentDisposition?i.contentDisposition:"",i.contentEncoding?i.contentEncoding:"",i.contentLanguage?i.contentLanguage:"",i.contentType?i.contentType:""].join("\n");const Z=c.computeHMACSHA256(_);return{sasQueryParameters:new T.SASQueryParameters(i.version,Z,S,undefined,undefined,i.protocol,i.startsOn,i.expiresOn,i.ipRange,i.identifier,d,i.cacheControl,i.contentDisposition,i.contentEncoding,i.contentLanguage,i.contentType,undefined,undefined,undefined,i.encryptionScope),stringToSign:_}}function generateBlobSASQueryParametersUDK20181109(i,c){i=SASSignatureValuesSanityCheckAndAutofill(i);if(!i.permissions||!i.expiresOn){throw new RangeError("Must provide 'permissions' and 'expiresOn' for Blob SAS generation when generating user delegation SAS.")}let d="c";let C=i.snapshotTime;if(i.blobName){d="b";if(i.snapshotTime){d="bs"}else if(i.versionId){d="bv";C=i.versionId}}let S;if(i.permissions){if(i.blobName){S=p.BlobSASPermissions.parse(i.permissions.toString()).toString()}else{S=A.ContainerSASPermissions.parse(i.permissions.toString()).toString()}}const _=[S?S:"",i.startsOn?(0,V.truncatedISO8061Date)(i.startsOn,false):"",i.expiresOn?(0,V.truncatedISO8061Date)(i.expiresOn,false):"",getCanonicalName(c.accountName,i.containerName,i.blobName),c.userDelegationKey.signedObjectId,c.userDelegationKey.signedTenantId,c.userDelegationKey.signedStartsOn?(0,V.truncatedISO8061Date)(c.userDelegationKey.signedStartsOn,false):"",c.userDelegationKey.signedExpiresOn?(0,V.truncatedISO8061Date)(c.userDelegationKey.signedExpiresOn,false):"",c.userDelegationKey.signedService,c.userDelegationKey.signedVersion,i.ipRange?(0,v.ipRangeToString)(i.ipRange):"",i.protocol?i.protocol:"",i.version,d,C,i.cacheControl,i.contentDisposition,i.contentEncoding,i.contentLanguage,i.contentType].join("\n");const Z=c.computeHMACSHA256(_);return{sasQueryParameters:new T.SASQueryParameters(i.version,Z,S,undefined,undefined,i.protocol,i.startsOn,i.expiresOn,i.ipRange,i.identifier,d,i.cacheControl,i.contentDisposition,i.contentEncoding,i.contentLanguage,i.contentType,c.userDelegationKey),stringToSign:_}}function generateBlobSASQueryParametersUDK20200210(i,c){i=SASSignatureValuesSanityCheckAndAutofill(i);if(!i.permissions||!i.expiresOn){throw new RangeError("Must provide 'permissions' and 'expiresOn' for Blob SAS generation when generating user delegation SAS.")}let d="c";let C=i.snapshotTime;if(i.blobName){d="b";if(i.snapshotTime){d="bs"}else if(i.versionId){d="bv";C=i.versionId}}let S;if(i.permissions){if(i.blobName){S=p.BlobSASPermissions.parse(i.permissions.toString()).toString()}else{S=A.ContainerSASPermissions.parse(i.permissions.toString()).toString()}}const _=[S?S:"",i.startsOn?(0,V.truncatedISO8061Date)(i.startsOn,false):"",i.expiresOn?(0,V.truncatedISO8061Date)(i.expiresOn,false):"",getCanonicalName(c.accountName,i.containerName,i.blobName),c.userDelegationKey.signedObjectId,c.userDelegationKey.signedTenantId,c.userDelegationKey.signedStartsOn?(0,V.truncatedISO8061Date)(c.userDelegationKey.signedStartsOn,false):"",c.userDelegationKey.signedExpiresOn?(0,V.truncatedISO8061Date)(c.userDelegationKey.signedExpiresOn,false):"",c.userDelegationKey.signedService,c.userDelegationKey.signedVersion,i.preauthorizedAgentObjectId,undefined,i.correlationId,i.ipRange?(0,v.ipRangeToString)(i.ipRange):"",i.protocol?i.protocol:"",i.version,d,C,i.cacheControl,i.contentDisposition,i.contentEncoding,i.contentLanguage,i.contentType].join("\n");const Z=c.computeHMACSHA256(_);return{sasQueryParameters:new T.SASQueryParameters(i.version,Z,S,undefined,undefined,i.protocol,i.startsOn,i.expiresOn,i.ipRange,i.identifier,d,i.cacheControl,i.contentDisposition,i.contentEncoding,i.contentLanguage,i.contentType,c.userDelegationKey,i.preauthorizedAgentObjectId,i.correlationId),stringToSign:_}}function generateBlobSASQueryParametersUDK20201206(i,c){i=SASSignatureValuesSanityCheckAndAutofill(i);if(!i.permissions||!i.expiresOn){throw new RangeError("Must provide 'permissions' and 'expiresOn' for Blob SAS generation when generating user delegation SAS.")}let d="c";let C=i.snapshotTime;if(i.blobName){d="b";if(i.snapshotTime){d="bs"}else if(i.versionId){d="bv";C=i.versionId}}let S;if(i.permissions){if(i.blobName){S=p.BlobSASPermissions.parse(i.permissions.toString()).toString()}else{S=A.ContainerSASPermissions.parse(i.permissions.toString()).toString()}}const _=[S?S:"",i.startsOn?(0,V.truncatedISO8061Date)(i.startsOn,false):"",i.expiresOn?(0,V.truncatedISO8061Date)(i.expiresOn,false):"",getCanonicalName(c.accountName,i.containerName,i.blobName),c.userDelegationKey.signedObjectId,c.userDelegationKey.signedTenantId,c.userDelegationKey.signedStartsOn?(0,V.truncatedISO8061Date)(c.userDelegationKey.signedStartsOn,false):"",c.userDelegationKey.signedExpiresOn?(0,V.truncatedISO8061Date)(c.userDelegationKey.signedExpiresOn,false):"",c.userDelegationKey.signedService,c.userDelegationKey.signedVersion,i.preauthorizedAgentObjectId,undefined,i.correlationId,i.ipRange?(0,v.ipRangeToString)(i.ipRange):"",i.protocol?i.protocol:"",i.version,d,C,i.encryptionScope,i.cacheControl,i.contentDisposition,i.contentEncoding,i.contentLanguage,i.contentType].join("\n");const Z=c.computeHMACSHA256(_);return{sasQueryParameters:new T.SASQueryParameters(i.version,Z,S,undefined,undefined,i.protocol,i.startsOn,i.expiresOn,i.ipRange,i.identifier,d,i.cacheControl,i.contentDisposition,i.contentEncoding,i.contentLanguage,i.contentType,c.userDelegationKey,i.preauthorizedAgentObjectId,i.correlationId,i.encryptionScope),stringToSign:_}}function generateBlobSASQueryParametersUDK20250705(i,c){i=SASSignatureValuesSanityCheckAndAutofill(i);if(!i.permissions||!i.expiresOn){throw new RangeError("Must provide 'permissions' and 'expiresOn' for Blob SAS generation when generating user delegation SAS.")}let d="c";let C=i.snapshotTime;if(i.blobName){d="b";if(i.snapshotTime){d="bs"}else if(i.versionId){d="bv";C=i.versionId}}let S;if(i.permissions){if(i.blobName){S=p.BlobSASPermissions.parse(i.permissions.toString()).toString()}else{S=A.ContainerSASPermissions.parse(i.permissions.toString()).toString()}}const _=[S?S:"",i.startsOn?(0,V.truncatedISO8061Date)(i.startsOn,false):"",i.expiresOn?(0,V.truncatedISO8061Date)(i.expiresOn,false):"",getCanonicalName(c.accountName,i.containerName,i.blobName),c.userDelegationKey.signedObjectId,c.userDelegationKey.signedTenantId,c.userDelegationKey.signedStartsOn?(0,V.truncatedISO8061Date)(c.userDelegationKey.signedStartsOn,false):"",c.userDelegationKey.signedExpiresOn?(0,V.truncatedISO8061Date)(c.userDelegationKey.signedExpiresOn,false):"",c.userDelegationKey.signedService,c.userDelegationKey.signedVersion,i.preauthorizedAgentObjectId,undefined,i.correlationId,undefined,undefined,i.ipRange?(0,v.ipRangeToString)(i.ipRange):"",i.protocol?i.protocol:"",i.version,d,C,i.encryptionScope,i.cacheControl,i.contentDisposition,i.contentEncoding,i.contentLanguage,i.contentType].join("\n");const Z=c.computeHMACSHA256(_);return{sasQueryParameters:new T.SASQueryParameters(i.version,Z,S,undefined,undefined,i.protocol,i.startsOn,i.expiresOn,i.ipRange,i.identifier,d,i.cacheControl,i.contentDisposition,i.contentEncoding,i.contentLanguage,i.contentType,c.userDelegationKey,i.preauthorizedAgentObjectId,i.correlationId,i.encryptionScope),stringToSign:_}}function getCanonicalName(i,c,d){const p=[`/blob/${i}/${c}`];if(d){p.push(`/${d}`)}return p.join("")}function SASSignatureValuesSanityCheckAndAutofill(i){const c=i.version?i.version:_.SERVICE_VERSION;if(i.snapshotTime&&c<"2018-11-09"){throw RangeError("'version' must be >= '2018-11-09' when providing 'snapshotTime'.")}if(i.blobName===undefined&&i.snapshotTime){throw RangeError("Must provide 'blobName' when providing 'snapshotTime'.")}if(i.versionId&&c<"2019-10-10"){throw RangeError("'version' must be >= '2019-10-10' when providing 'versionId'.")}if(i.blobName===undefined&&i.versionId){throw RangeError("Must provide 'blobName' when providing 'versionId'.")}if(i.permissions&&i.permissions.setImmutabilityPolicy&&c<"2020-08-04"){throw RangeError("'version' must be >= '2020-08-04' when provided 'i' permission.")}if(i.permissions&&i.permissions.deleteVersion&&c<"2019-10-10"){throw RangeError("'version' must be >= '2019-10-10' when providing 'x' permission.")}if(i.permissions&&i.permissions.permanentDelete&&c<"2019-10-10"){throw RangeError("'version' must be >= '2019-10-10' when providing 'y' permission.")}if(i.permissions&&i.permissions.tag&&c<"2019-12-12"){throw RangeError("'version' must be >= '2019-12-12' when providing 't' permission.")}if(c<"2020-02-10"&&i.permissions&&(i.permissions.move||i.permissions.execute)){throw RangeError("'version' must be >= '2020-02-10' when providing the 'm' or 'e' permission.")}if(c<"2021-04-10"&&i.permissions&&i.permissions.filterByTags){throw RangeError("'version' must be >= '2021-04-10' when providing the 'f' permission.")}if(c<"2020-02-10"&&(i.preauthorizedAgentObjectId||i.correlationId)){throw RangeError("'version' must be >= '2020-02-10' when providing 'preauthorizedAgentObjectId' or 'correlationId'.")}if(i.encryptionScope&&c<"2020-12-06"){throw RangeError("'version' must be >= '2020-12-06' when provided 'encryptionScope' in SAS.")}i.version=c;return i}},51622:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.ContainerSASPermissions=void 0;class ContainerSASPermissions{static parse(i){const c=new ContainerSASPermissions;for(const d of i){switch(d){case"r":c.read=true;break;case"a":c.add=true;break;case"c":c.create=true;break;case"w":c.write=true;break;case"d":c.delete=true;break;case"l":c.list=true;break;case"t":c.tag=true;break;case"x":c.deleteVersion=true;break;case"m":c.move=true;break;case"e":c.execute=true;break;case"i":c.setImmutabilityPolicy=true;break;case"y":c.permanentDelete=true;break;case"f":c.filterByTags=true;break;default:throw new RangeError(`Invalid permission ${d}`)}}return c}static from(i){const c=new ContainerSASPermissions;if(i.read){c.read=true}if(i.add){c.add=true}if(i.create){c.create=true}if(i.write){c.write=true}if(i.delete){c.delete=true}if(i.list){c.list=true}if(i.deleteVersion){c.deleteVersion=true}if(i.tag){c.tag=true}if(i.move){c.move=true}if(i.execute){c.execute=true}if(i.setImmutabilityPolicy){c.setImmutabilityPolicy=true}if(i.permanentDelete){c.permanentDelete=true}if(i.filterByTags){c.filterByTags=true}return c}read=false;add=false;create=false;write=false;delete=false;deleteVersion=false;list=false;tag=false;move=false;execute=false;setImmutabilityPolicy=false;permanentDelete=false;filterByTags=false;toString(){const i=[];if(this.read){i.push("r")}if(this.add){i.push("a")}if(this.create){i.push("c")}if(this.write){i.push("w")}if(this.delete){i.push("d")}if(this.deleteVersion){i.push("x")}if(this.list){i.push("l")}if(this.tag){i.push("t")}if(this.move){i.push("m")}if(this.execute){i.push("e")}if(this.setImmutabilityPolicy){i.push("i")}if(this.permanentDelete){i.push("y")}if(this.filterByTags){i.push("f")}return i.join("")}}c.ContainerSASPermissions=ContainerSASPermissions},26823:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.SASQueryParameters=c.SASProtocol=void 0;const p=d(2977);const A=d(47764);var C;(function(i){i["Https"]="https";i["HttpsAndHttp"]="https,http"})(C||(c.SASProtocol=C={}));class SASQueryParameters{version;protocol;startsOn;expiresOn;permissions;services;resourceTypes;identifier;encryptionScope;resource;signature;cacheControl;contentDisposition;contentEncoding;contentLanguage;contentType;ipRangeInner;signedOid;signedTenantId;signedStartsOn;signedExpiresOn;signedService;signedVersion;preauthorizedAgentObjectId;correlationId;get ipRange(){if(this.ipRangeInner){return{end:this.ipRangeInner.end,start:this.ipRangeInner.start}}return undefined}constructor(i,c,d,p,A,C,S,v,T,_,V,Z,ee,te,re,ne,ie,se,ae,oe){this.version=i;this.signature=c;if(d!==undefined&&typeof d!=="string"){this.permissions=d.permissions;this.services=d.services;this.resourceTypes=d.resourceTypes;this.protocol=d.protocol;this.startsOn=d.startsOn;this.expiresOn=d.expiresOn;this.ipRangeInner=d.ipRange;this.identifier=d.identifier;this.encryptionScope=d.encryptionScope;this.resource=d.resource;this.cacheControl=d.cacheControl;this.contentDisposition=d.contentDisposition;this.contentEncoding=d.contentEncoding;this.contentLanguage=d.contentLanguage;this.contentType=d.contentType;if(d.userDelegationKey){this.signedOid=d.userDelegationKey.signedObjectId;this.signedTenantId=d.userDelegationKey.signedTenantId;this.signedStartsOn=d.userDelegationKey.signedStartsOn;this.signedExpiresOn=d.userDelegationKey.signedExpiresOn;this.signedService=d.userDelegationKey.signedService;this.signedVersion=d.userDelegationKey.signedVersion;this.preauthorizedAgentObjectId=d.preauthorizedAgentObjectId;this.correlationId=d.correlationId}}else{this.services=p;this.resourceTypes=A;this.expiresOn=v;this.permissions=d;this.protocol=C;this.startsOn=S;this.ipRangeInner=T;this.encryptionScope=oe;this.identifier=_;this.resource=V;this.cacheControl=Z;this.contentDisposition=ee;this.contentEncoding=te;this.contentLanguage=re;this.contentType=ne;if(ie){this.signedOid=ie.signedObjectId;this.signedTenantId=ie.signedTenantId;this.signedStartsOn=ie.signedStartsOn;this.signedExpiresOn=ie.signedExpiresOn;this.signedService=ie.signedService;this.signedVersion=ie.signedVersion;this.preauthorizedAgentObjectId=se;this.correlationId=ae}}}toString(){const i=["sv","ss","srt","spr","st","se","sip","si","ses","skoid","sktid","skt","ske","sks","skv","sr","sp","sig","rscc","rscd","rsce","rscl","rsct","saoid","scid"];const c=[];for(const d of i){switch(d){case"sv":this.tryAppendQueryParameter(c,d,this.version);break;case"ss":this.tryAppendQueryParameter(c,d,this.services);break;case"srt":this.tryAppendQueryParameter(c,d,this.resourceTypes);break;case"spr":this.tryAppendQueryParameter(c,d,this.protocol);break;case"st":this.tryAppendQueryParameter(c,d,this.startsOn?(0,A.truncatedISO8061Date)(this.startsOn,false):undefined);break;case"se":this.tryAppendQueryParameter(c,d,this.expiresOn?(0,A.truncatedISO8061Date)(this.expiresOn,false):undefined);break;case"sip":this.tryAppendQueryParameter(c,d,this.ipRange?(0,p.ipRangeToString)(this.ipRange):undefined);break;case"si":this.tryAppendQueryParameter(c,d,this.identifier);break;case"ses":this.tryAppendQueryParameter(c,d,this.encryptionScope);break;case"skoid":this.tryAppendQueryParameter(c,d,this.signedOid);break;case"sktid":this.tryAppendQueryParameter(c,d,this.signedTenantId);break;case"skt":this.tryAppendQueryParameter(c,d,this.signedStartsOn?(0,A.truncatedISO8061Date)(this.signedStartsOn,false):undefined);break;case"ske":this.tryAppendQueryParameter(c,d,this.signedExpiresOn?(0,A.truncatedISO8061Date)(this.signedExpiresOn,false):undefined);break;case"sks":this.tryAppendQueryParameter(c,d,this.signedService);break;case"skv":this.tryAppendQueryParameter(c,d,this.signedVersion);break;case"sr":this.tryAppendQueryParameter(c,d,this.resource);break;case"sp":this.tryAppendQueryParameter(c,d,this.permissions);break;case"sig":this.tryAppendQueryParameter(c,d,this.signature);break;case"rscc":this.tryAppendQueryParameter(c,d,this.cacheControl);break;case"rscd":this.tryAppendQueryParameter(c,d,this.contentDisposition);break;case"rsce":this.tryAppendQueryParameter(c,d,this.contentEncoding);break;case"rscl":this.tryAppendQueryParameter(c,d,this.contentLanguage);break;case"rsct":this.tryAppendQueryParameter(c,d,this.contentType);break;case"saoid":this.tryAppendQueryParameter(c,d,this.preauthorizedAgentObjectId);break;case"scid":this.tryAppendQueryParameter(c,d,this.correlationId);break}}return c.join("&")}tryAppendQueryParameter(i,c,d){if(!d){return}c=encodeURIComponent(c);d=encodeURIComponent(d);if(c.length>0&&d.length>0){i.push(`${c}=${d}`)}}}c.SASQueryParameters=SASQueryParameters},2977:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.ipRangeToString=ipRangeToString;function ipRangeToString(i){return i.end?`${i.start}-${i.end}`:i.start}},81582:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.Batch=void 0;const p=d(24434);var A;(function(i){i[i["Good"]=0]="Good";i[i["Error"]=1]="Error"})(A||(A={}));class Batch{concurrency;actives=0;completed=0;offset=0;operations=[];state=A.Good;emitter;constructor(i=5){if(i<1){throw new RangeError("concurrency must be larger than 0")}this.concurrency=i;this.emitter=new p.EventEmitter}addOperation(i){this.operations.push((async()=>{try{this.actives++;await i();this.actives--;this.completed++;this.parallelExecute()}catch(i){this.emitter.emit("error",i)}}))}async do(){if(this.operations.length===0){return Promise.resolve()}this.parallelExecute();return new Promise(((i,c)=>{this.emitter.on("finish",i);this.emitter.on("error",(i=>{this.state=A.Error;c(i)}))}))}nextOperation(){if(this.offset<this.operations.length){return this.operations[this.offset++]}return null}parallelExecute(){if(this.state===A.Error){return}if(this.completed>=this.operations.length){this.emitter.emit("finish");return}while(this.actives<this.concurrency){const i=this.nextOperation();if(i){i()}else{return}}}}c.Batch=Batch},36426:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.BlobQuickQueryStream=void 0;const p=d(57075);const A=d(96147);class BlobQuickQueryStream extends p.Readable{source;avroReader;avroIter;avroPaused=true;onProgress;onError;constructor(i,c={}){super();this.source=i;this.onProgress=c.onProgress;this.onError=c.onError;this.avroReader=new A.AvroReader(new A.AvroReadableFromStream(this.source));this.avroIter=this.avroReader.parseObjects({abortSignal:c.abortSignal})}_read(){if(this.avroPaused){this.readInternal().catch((i=>{this.emit("error",i)}))}}async readInternal(){this.avroPaused=false;let i;do{i=await this.avroIter.next();if(i.done){break}const c=i.value;const d=c.$schema;if(typeof d!=="string"){throw Error("Missing schema in avro record.")}switch(d){case"com.microsoft.azure.storage.queryBlobContents.resultData":{const i=c.data;if(i instanceof Uint8Array===false){throw Error("Invalid data in avro result record.")}if(!this.push(Buffer.from(i))){this.avroPaused=true}}break;case"com.microsoft.azure.storage.queryBlobContents.progress":{const i=c.bytesScanned;if(typeof i!=="number"){throw Error("Invalid bytesScanned in avro progress record.")}if(this.onProgress){this.onProgress({loadedBytes:i})}}break;case"com.microsoft.azure.storage.queryBlobContents.end":if(this.onProgress){const i=c.totalBytes;if(typeof i!=="number"){throw Error("Invalid totalBytes in avro end record.")}this.onProgress({loadedBytes:i})}this.push(null);break;case"com.microsoft.azure.storage.queryBlobContents.error":if(this.onError){const i=c.fatal;if(typeof i!=="boolean"){throw Error("Invalid fatal in avro error record.")}const d=c.name;if(typeof d!=="string"){throw Error("Invalid name in avro error record.")}const p=c.description;if(typeof p!=="string"){throw Error("Invalid description in avro error record.")}const A=c.position;if(typeof A!=="number"){throw Error("Invalid position in avro error record.")}this.onError({position:A,name:d,isFatal:i,description:p})}break;default:throw Error(`Unknown schema ${d} in avro progress record.`)}}while(!i.done&&!this.avroPaused)}}c.BlobQuickQueryStream=BlobQuickQueryStream},58913:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.Mutex=void 0;var d;(function(i){i[i["LOCKED"]=0]="LOCKED";i[i["UNLOCKED"]=1]="UNLOCKED"})(d||(d={}));class Mutex{static async lock(i){return new Promise((c=>{if(this.keys[i]===undefined||this.keys[i]===d.UNLOCKED){this.keys[i]=d.LOCKED;c()}else{this.onUnlockEvent(i,(()=>{this.keys[i]=d.LOCKED;c()}))}}))}static async unlock(i){return new Promise((c=>{if(this.keys[i]===d.LOCKED){this.emitUnlockEvent(i)}delete this.keys[i];c()}))}static keys={};static listeners={};static onUnlockEvent(i,c){if(this.listeners[i]===undefined){this.listeners[i]=[c]}else{this.listeners[i].push(c)}}static emitUnlockEvent(i){if(this.listeners[i]!==undefined&&this.listeners[i].length>0){const c=this.listeners[i].shift();setImmediate((()=>{c.call(this)}))}}}c.Mutex=Mutex},98684:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.RetriableReadableStream=void 0;const p=d(24517);const A=d(57075);class RetriableReadableStream extends A.Readable{start;offset;end;getter;source;retries=0;maxRetryRequests;onProgress;options;constructor(i,c,d,p,A={}){super({highWaterMark:A.highWaterMark});this.getter=c;this.source=i;this.start=d;this.offset=d;this.end=d+p-1;this.maxRetryRequests=A.maxRetryRequests&&A.maxRetryRequests>=0?A.maxRetryRequests:0;this.onProgress=A.onProgress;this.options=A;this.setSourceEventHandlers()}_read(){this.source.resume()}setSourceEventHandlers(){this.source.on("data",this.sourceDataHandler);this.source.on("end",this.sourceErrorOrEndHandler);this.source.on("error",this.sourceErrorOrEndHandler);this.source.on("aborted",this.sourceAbortedHandler)}removeSourceEventHandlers(){this.source.removeListener("data",this.sourceDataHandler);this.source.removeListener("end",this.sourceErrorOrEndHandler);this.source.removeListener("error",this.sourceErrorOrEndHandler);this.source.removeListener("aborted",this.sourceAbortedHandler)}sourceDataHandler=i=>{if(this.options.doInjectErrorOnce){this.options.doInjectErrorOnce=undefined;this.source.pause();this.sourceErrorOrEndHandler();this.source.destroy();return}this.offset+=i.length;if(this.onProgress){this.onProgress({loadedBytes:this.offset-this.start})}if(!this.push(i)){this.source.pause()}};sourceAbortedHandler=()=>{const i=new p.AbortError("The operation was aborted.");this.destroy(i)};sourceErrorOrEndHandler=i=>{if(i&&i.name==="AbortError"){this.destroy(i);return}this.removeSourceEventHandlers();if(this.offset-1===this.end){this.push(null)}else if(this.offset<=this.end){if(this.retries<this.maxRetryRequests){this.retries+=1;this.getter(this.offset).then((i=>{this.source=i;this.setSourceEventHandlers();return})).catch((i=>{this.destroy(i)}))}else{this.destroy(new Error(`Data corruption failure: received less data than required and reached maxRetires limitation. Received data offset: ${this.offset-1}, data needed offset: ${this.end}, retries: ${this.retries}, max retries: ${this.maxRetryRequests}`))}}else{this.destroy(new Error(`Data corruption failure: Received more data than original request, data needed offset is ${this.end}, received offset: ${this.offset-1}`))}};_destroy(i,c){this.removeSourceEventHandlers();this.source.destroy();c(i===null?undefined:i)}}c.RetriableReadableStream=RetriableReadableStream},21902:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.compareHeader=compareHeader;const d=new Uint32Array([0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1820,0,1823,1825,1827,1829,0,0,0,1837,2051,0,0,1843,0,3331,3354,3356,3358,3360,3362,3364,3366,3368,3370,0,0,0,0,0,0,0,3586,3593,3594,3610,3617,3619,3621,3628,3634,3637,3638,3656,3665,3696,3708,3710,3721,3722,3729,3737,3743,3746,3748,3750,3751,3753,0,0,0,1859,1860,1864,3586,3593,3594,3610,3617,3619,3621,3628,3634,3637,3638,3656,3665,3696,3708,3710,3721,3722,3729,3737,3743,3746,3748,3750,3751,3753,0,1868,0,1872,0]);const p=new Uint32Array([0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]);const A=new Uint32Array([0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32786,0,0,0,0,0,33298,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]);function compareHeader(i,c){if(isLessThan(i,c))return-1;return 1}function isLessThan(i,c){const C=[d,p,A];let S=0;let v=0;let T=0;while(S<C.length){if(S===C.length-1&&v!==T){return v>T}const d=v<i.length?C[S][i[v].charCodeAt(0)]:1;const p=T<c.length?C[S][c[T].charCodeAt(0)]:1;if(d===1&&p===1){v=0;T=0;++S}else if(d===p){++v;++T}else if(d===0){++v}else if(p===0){++T}else{return d<p}}return false}},27323:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.PathStylePorts=c.BlobDoesNotUseCustomerSpecifiedEncryption=c.BlobUsesCustomerSpecifiedEncryptionMsg=c.StorageBlobLoggingAllowedQueryParameters=c.StorageBlobLoggingAllowedHeaderNames=c.DevelopmentConnectionString=c.EncryptionAlgorithmAES25=c.HTTP_VERSION_1_1=c.HTTP_LINE_ENDING=c.BATCH_MAX_PAYLOAD_IN_BYTES=c.BATCH_MAX_REQUEST=c.SIZE_1_MB=c.ETagAny=c.ETagNone=c.HeaderConstants=c.HTTPURLConnection=c.URLConstants=c.StorageOAuthScopes=c.REQUEST_TIMEOUT=c.DEFAULT_MAX_DOWNLOAD_RETRY_REQUESTS=c.DEFAULT_BLOB_DOWNLOAD_BLOCK_BYTES=c.DEFAULT_BLOCK_BUFFER_SIZE_BYTES=c.BLOCK_BLOB_MAX_BLOCKS=c.BLOCK_BLOB_MAX_STAGE_BLOCK_BYTES=c.BLOCK_BLOB_MAX_UPLOAD_BLOB_BYTES=c.SERVICE_VERSION=c.SDK_VERSION=void 0;c.SDK_VERSION="12.29.1";c.SERVICE_VERSION="2025-11-05";c.BLOCK_BLOB_MAX_UPLOAD_BLOB_BYTES=256*1024*1024;c.BLOCK_BLOB_MAX_STAGE_BLOCK_BYTES=4e3*1024*1024;c.BLOCK_BLOB_MAX_BLOCKS=5e4;c.DEFAULT_BLOCK_BUFFER_SIZE_BYTES=8*1024*1024;c.DEFAULT_BLOB_DOWNLOAD_BLOCK_BYTES=4*1024*1024;c.DEFAULT_MAX_DOWNLOAD_RETRY_REQUESTS=5;c.REQUEST_TIMEOUT=100*1e3;c.StorageOAuthScopes="https://storage.azure.com/.default";c.URLConstants={Parameters:{FORCE_BROWSER_NO_CACHE:"_",SIGNATURE:"sig",SNAPSHOT:"snapshot",VERSIONID:"versionid",TIMEOUT:"timeout"}};c.HTTPURLConnection={HTTP_ACCEPTED:202,HTTP_CONFLICT:409,HTTP_NOT_FOUND:404,HTTP_PRECON_FAILED:412,HTTP_RANGE_NOT_SATISFIABLE:416};c.HeaderConstants={AUTHORIZATION:"Authorization",AUTHORIZATION_SCHEME:"Bearer",CONTENT_ENCODING:"Content-Encoding",CONTENT_ID:"Content-ID",CONTENT_LANGUAGE:"Content-Language",CONTENT_LENGTH:"Content-Length",CONTENT_MD5:"Content-Md5",CONTENT_TRANSFER_ENCODING:"Content-Transfer-Encoding",CONTENT_TYPE:"Content-Type",COOKIE:"Cookie",DATE:"date",IF_MATCH:"if-match",IF_MODIFIED_SINCE:"if-modified-since",IF_NONE_MATCH:"if-none-match",IF_UNMODIFIED_SINCE:"if-unmodified-since",PREFIX_FOR_STORAGE:"x-ms-",RANGE:"Range",USER_AGENT:"User-Agent",X_MS_CLIENT_REQUEST_ID:"x-ms-client-request-id",X_MS_COPY_SOURCE:"x-ms-copy-source",X_MS_DATE:"x-ms-date",X_MS_ERROR_CODE:"x-ms-error-code",X_MS_VERSION:"x-ms-version",X_MS_CopySourceErrorCode:"x-ms-copy-source-error-code"};c.ETagNone="";c.ETagAny="*";c.SIZE_1_MB=1*1024*1024;c.BATCH_MAX_REQUEST=256;c.BATCH_MAX_PAYLOAD_IN_BYTES=4*c.SIZE_1_MB;c.HTTP_LINE_ENDING="\r\n";c.HTTP_VERSION_1_1="HTTP/1.1";c.EncryptionAlgorithmAES25="AES256";c.DevelopmentConnectionString=`DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;BlobEndpoint=http://127.0.0.1:10000/devstoreaccount1;`;c.StorageBlobLoggingAllowedHeaderNames=["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"];c.StorageBlobLoggingAllowedQueryParameters=["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"];c.BlobUsesCustomerSpecifiedEncryptionMsg="BlobUsesCustomerSpecifiedEncryption";c.BlobDoesNotUseCustomerSpecifiedEncryption="BlobDoesNotUseCustomerSpecifiedEncryption";c.PathStylePorts=["10000","10001","10002","10003","10004","10100","10101","10102","10103","10104","11000","11001","11002","11003","11004","11100","11101","11102","11103","11104"]},53952:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.tracingClient=void 0;const p=d(20623);const A=d(27323);c.tracingClient=(0,p.createTracingClient)({packageName:"@azure/storage-blob",packageVersion:A.SDK_VERSION,namespace:"Microsoft.Storage"})},47764:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.escapeURLPath=escapeURLPath;c.getValueInConnString=getValueInConnString;c.extractConnectionStringParts=extractConnectionStringParts;c.appendToURLPath=appendToURLPath;c.setURLParameter=setURLParameter;c.getURLParameter=getURLParameter;c.setURLHost=setURLHost;c.getURLPath=getURLPath;c.getURLScheme=getURLScheme;c.getURLPathAndQuery=getURLPathAndQuery;c.getURLQueries=getURLQueries;c.appendToURLQuery=appendToURLQuery;c.truncatedISO8061Date=truncatedISO8061Date;c.base64encode=base64encode;c.base64decode=base64decode;c.generateBlockID=generateBlockID;c.delay=delay;c.padStart=padStart;c.sanitizeURL=sanitizeURL;c.sanitizeHeaders=sanitizeHeaders;c.iEqual=iEqual;c.getAccountNameFromUrl=getAccountNameFromUrl;c.isIpEndpointStyle=isIpEndpointStyle;c.toBlobTagsString=toBlobTagsString;c.toBlobTags=toBlobTags;c.toTags=toTags;c.toQuerySerialization=toQuerySerialization;c.parseObjectReplicationRecord=parseObjectReplicationRecord;c.attachCredential=attachCredential;c.httpAuthorizationToString=httpAuthorizationToString;c.BlobNameToString=BlobNameToString;c.ConvertInternalResponseOfListBlobFlat=ConvertInternalResponseOfListBlobFlat;c.ConvertInternalResponseOfListBlobHierarchy=ConvertInternalResponseOfListBlobHierarchy;c.ExtractPageRangeInfoItems=ExtractPageRangeInfoItems;c.EscapePath=EscapePath;c.assertResponse=assertResponse;const p=d(20778);const A=d(87779);const C=d(27323);function escapeURLPath(i){const c=new URL(i);let d=c.pathname;d=d||"/";d=escape(d);c.pathname=d;return c.toString()}function getProxyUriFromDevConnString(i){let c="";if(i.search("DevelopmentStorageProxyUri=")!==-1){const d=i.split(";");for(const i of d){if(i.trim().startsWith("DevelopmentStorageProxyUri=")){c=i.trim().match("DevelopmentStorageProxyUri=(.*)")[1]}}}return c}function getValueInConnString(i,c){const d=i.split(";");for(const i of d){if(i.trim().startsWith(c)){return i.trim().match(c+"=(.*)")[1]}}return""}function extractConnectionStringParts(i){let c="";if(i.startsWith("UseDevelopmentStorage=true")){c=getProxyUriFromDevConnString(i);i=C.DevelopmentConnectionString}let d=getValueInConnString(i,"BlobEndpoint");d=d.endsWith("/")?d.slice(0,-1):d;if(i.search("DefaultEndpointsProtocol=")!==-1&&i.search("AccountKey=")!==-1){let p="";let A="";let C=Buffer.from("accountKey","base64");let S="";A=getValueInConnString(i,"AccountName");C=Buffer.from(getValueInConnString(i,"AccountKey"),"base64");if(!d){p=getValueInConnString(i,"DefaultEndpointsProtocol");const c=p.toLowerCase();if(c!=="https"&&c!=="http"){throw new Error("Invalid DefaultEndpointsProtocol in the provided Connection String. Expecting 'https' or 'http'")}S=getValueInConnString(i,"EndpointSuffix");if(!S){throw new Error("Invalid EndpointSuffix in the provided Connection String")}d=`${p}://${A}.blob.${S}`}if(!A){throw new Error("Invalid AccountName in the provided Connection String")}else if(C.length===0){throw new Error("Invalid AccountKey in the provided Connection String")}return{kind:"AccountConnString",url:d,accountName:A,accountKey:C,proxyUri:c}}else{let c=getValueInConnString(i,"SharedAccessSignature");let p=getValueInConnString(i,"AccountName");if(!p){p=getAccountNameFromUrl(d)}if(!d){throw new Error("Invalid BlobEndpoint in the provided SAS Connection String")}else if(!c){throw new Error("Invalid SharedAccessSignature in the provided SAS Connection String")}if(c.startsWith("?")){c=c.substring(1)}return{kind:"SASConnString",url:d,accountName:p,accountSas:c}}}function escape(i){return encodeURIComponent(i).replace(/%2F/g,"/").replace(/'/g,"%27").replace(/\+/g,"%20").replace(/%25/g,"%")}function appendToURLPath(i,c){const d=new URL(i);let p=d.pathname;p=p?p.endsWith("/")?`${p}${c}`:`${p}/${c}`:c;d.pathname=p;return d.toString()}function setURLParameter(i,c,d){const p=new URL(i);const A=encodeURIComponent(c);const C=d?encodeURIComponent(d):undefined;const S=p.search===""?"?":p.search;const v=[];for(const i of S.slice(1).split("&")){if(i){const[c]=i.split("=",2);if(c!==A){v.push(i)}}}if(C){v.push(`${A}=${C}`)}p.search=v.length?`?${v.join("&")}`:"";return p.toString()}function getURLParameter(i,c){const d=new URL(i);return d.searchParams.get(c)??undefined}function setURLHost(i,c){const d=new URL(i);d.hostname=c;return d.toString()}function getURLPath(i){try{const c=new URL(i);return c.pathname}catch(i){return undefined}}function getURLScheme(i){try{const c=new URL(i);return c.protocol.endsWith(":")?c.protocol.slice(0,-1):c.protocol}catch(i){return undefined}}function getURLPathAndQuery(i){const c=new URL(i);const d=c.pathname;if(!d){throw new RangeError("Invalid url without valid path.")}let p=c.search||"";p=p.trim();if(p!==""){p=p.startsWith("?")?p:`?${p}`}return`${d}${p}`}function getURLQueries(i){let c=new URL(i).search;if(!c){return{}}c=c.trim();c=c.startsWith("?")?c.substring(1):c;let d=c.split("&");d=d.filter((i=>{const c=i.indexOf("=");const d=i.lastIndexOf("=");return c>0&&c===d&&d<i.length-1}));const p={};for(const i of d){const c=i.split("=");const d=c[0];const A=c[1];p[d]=A}return p}function appendToURLQuery(i,c){const d=new URL(i);let p=d.search;if(p){p+="&"+c}else{p=c}d.search=p;return d.toString()}function truncatedISO8061Date(i,c=true){const d=i.toISOString();return c?d.substring(0,d.length-1)+"0000"+"Z":d.substring(0,d.length-5)+"Z"}function base64encode(i){return!A.isNodeLike?btoa(i):Buffer.from(i).toString("base64")}function base64decode(i){return!A.isNodeLike?atob(i):Buffer.from(i,"base64").toString()}function generateBlockID(i,c){const d=48;const p=6;const A=d-p;if(i.length>A){i=i.slice(0,A)}const C=i+padStart(c.toString(),d-i.length,"0");return base64encode(C)}async function delay(i,c,d){return new Promise(((p,A)=>{let C;const abortHandler=()=>{if(C!==undefined){clearTimeout(C)}A(d)};const resolveHandler=()=>{if(c!==undefined){c.removeEventListener("abort",abortHandler)}p()};C=setTimeout(resolveHandler,i);if(c!==undefined){c.addEventListener("abort",abortHandler)}}))}function padStart(i,c,d=" "){if(String.prototype.padStart){return i.padStart(c,d)}d=d||" ";if(i.length>c){return i}else{c=c-i.length;if(c>d.length){d+=d.repeat(c/d.length)}return d.slice(0,c)+i}}function sanitizeURL(i){let c=i;if(getURLParameter(c,C.URLConstants.Parameters.SIGNATURE)){c=setURLParameter(c,C.URLConstants.Parameters.SIGNATURE,"*****")}return c}function sanitizeHeaders(i){const c=(0,p.createHttpHeaders)();for(const[d,p]of i){if(d.toLowerCase()===C.HeaderConstants.AUTHORIZATION.toLowerCase()){c.set(d,"*****")}else if(d.toLowerCase()===C.HeaderConstants.X_MS_COPY_SOURCE){c.set(d,sanitizeURL(p))}else{c.set(d,p)}}return c}function iEqual(i,c){return i.toLocaleLowerCase()===c.toLocaleLowerCase()}function getAccountNameFromUrl(i){const c=new URL(i);let d;try{if(c.hostname.split(".")[1]==="blob"){d=c.hostname.split(".")[0]}else if(isIpEndpointStyle(c)){d=c.pathname.split("/")[1]}else{d=""}return d}catch(i){throw new Error("Unable to extract accountName with provided information.")}}function isIpEndpointStyle(i){const c=i.host;return/^.*:.*:.*$|^(localhost|host.docker.internal)(:[0-9]+)?$|^(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])(\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])){3}(:[0-9]+)?$/.test(c)||Boolean(i.port)&&C.PathStylePorts.includes(i.port)}function toBlobTagsString(i){if(i===undefined){return undefined}const c=[];for(const d in i){if(Object.prototype.hasOwnProperty.call(i,d)){const p=i[d];c.push(`${encodeURIComponent(d)}=${encodeURIComponent(p)}`)}}return c.join("&")}function toBlobTags(i){if(i===undefined){return undefined}const c={blobTagSet:[]};for(const d in i){if(Object.prototype.hasOwnProperty.call(i,d)){const p=i[d];c.blobTagSet.push({key:d,value:p})}}return c}function toTags(i){if(i===undefined){return undefined}const c={};for(const d of i.blobTagSet){c[d.key]=d.value}return c}function toQuerySerialization(i){if(i===undefined){return undefined}switch(i.kind){case"csv":return{format:{type:"delimited",delimitedTextConfiguration:{columnSeparator:i.columnSeparator||",",fieldQuote:i.fieldQuote||"",recordSeparator:i.recordSeparator,escapeChar:i.escapeCharacter||"",headersPresent:i.hasHeaders||false}}};case"json":return{format:{type:"json",jsonTextConfiguration:{recordSeparator:i.recordSeparator}}};case"arrow":return{format:{type:"arrow",arrowConfiguration:{schema:i.schema}}};case"parquet":return{format:{type:"parquet"}};default:throw Error("Invalid BlobQueryTextConfiguration.")}}function parseObjectReplicationRecord(i){if(!i){return undefined}if("policy-id"in i){return undefined}const c=[];for(const d in i){const p=d.split("_");const A="or-";if(p[0].startsWith(A)){p[0]=p[0].substring(A.length)}const C={ruleId:p[1],replicationStatus:i[d]};const S=c.findIndex((i=>i.policyId===p[0]));if(S>-1){c[S].rules.push(C)}else{c.push({policyId:p[0],rules:[C]})}}return c}function attachCredential(i,c){i.credential=c;return i}function httpAuthorizationToString(i){return i?i.scheme+" "+i.value:undefined}function BlobNameToString(i){if(i.encoded){return decodeURIComponent(i.content)}else{return i.content}}function ConvertInternalResponseOfListBlobFlat(i){return{...i,segment:{blobItems:i.segment.blobItems.map((i=>{const c={...i,name:BlobNameToString(i.name)};return c}))}}}function ConvertInternalResponseOfListBlobHierarchy(i){return{...i,segment:{blobPrefixes:i.segment.blobPrefixes?.map((i=>{const c={...i,name:BlobNameToString(i.name)};return c})),blobItems:i.segment.blobItems.map((i=>{const c={...i,name:BlobNameToString(i.name)};return c}))}}}function*ExtractPageRangeInfoItems(i){let c=[];let d=[];if(i.pageRange)c=i.pageRange;if(i.clearRange)d=i.clearRange;let p=0;let A=0;while(p<c.length&&A<d.length){if(c[p].start<d[A].start){yield{start:c[p].start,end:c[p].end,isClear:false};++p}else{yield{start:d[A].start,end:d[A].end,isClear:true};++A}}for(;p<c.length;++p){yield{start:c[p].start,end:c[p].end,isClear:false}}for(;A<d.length;++A){yield{start:d[A].start,end:d[A].end,isClear:true}}}function EscapePath(i){const c=i.split("/");for(let i=0;i<c.length;i++){c[i]=encodeURIComponent(c[i])}return c.join("/")}function assertResponse(i){if(`_response`in i){return i}throw new TypeError(`Unexpected response object ${i}`)}},53563:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.fsCreateReadStream=c.fsStat=void 0;c.streamToBuffer=streamToBuffer;c.streamToBuffer2=streamToBuffer2;c.streamToBuffer3=streamToBuffer3;c.readStreamToLocalFile=readStreamToLocalFile;const p=d(61860);const A=p.__importDefault(d(73024));const C=p.__importDefault(d(57975));const S=d(27323);async function streamToBuffer(i,c,d,p,A){let C=0;const v=p-d;return new Promise(((p,T)=>{const _=setTimeout((()=>T(new Error(`The operation cannot be completed in timeout.`))),S.REQUEST_TIMEOUT);i.on("readable",(()=>{if(C>=v){clearTimeout(_);p();return}let S=i.read();if(!S){return}if(typeof S==="string"){S=Buffer.from(S,A)}const T=C+S.length>v?v-C:S.length;c.fill(S.slice(0,T),d+C,d+C+T);C+=T}));i.on("end",(()=>{clearTimeout(_);if(C<v){T(new Error(`Stream drains before getting enough data needed. Data read: ${C}, data need: ${v}`))}p()}));i.on("error",(i=>{clearTimeout(_);T(i)}))}))}async function streamToBuffer2(i,c,d){let p=0;const A=c.length;return new Promise(((C,S)=>{i.on("readable",(()=>{let C=i.read();if(!C){return}if(typeof C==="string"){C=Buffer.from(C,d)}if(p+C.length>A){S(new Error(`Stream exceeds buffer size. Buffer size: ${A}`));return}c.fill(C,p,p+C.length);p+=C.length}));i.on("end",(()=>{C(p)}));i.on("error",S)}))}async function streamToBuffer3(i,c){return new Promise(((d,p)=>{const A=[];i.on("data",(i=>{A.push(typeof i==="string"?Buffer.from(i,c):i)}));i.on("end",(()=>{d(Buffer.concat(A))}));i.on("error",p)}))}async function readStreamToLocalFile(i,c){return new Promise(((d,p)=>{const C=A.default.createWriteStream(c);i.on("error",(i=>{p(i)}));C.on("error",(i=>{p(i)}));C.on("close",d);i.pipe(C)}))}c.fsStat=C.default.promisify(A.default.stat);c.fsCreateReadStream=A.default.createReadStream},24841:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.AbortError=void 0;class AbortError extends Error{constructor(i){super(i);this.name="AbortError"}}c.AbortError=AbortError},24517:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.AbortError=void 0;var p=d(24841);Object.defineProperty(c,"AbortError",{enumerable:true,get:function(){return p.AbortError}})},86381:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.BufferScheduler=void 0;const p=d(24434);const A=d(52121);class BufferScheduler{bufferSize;maxBuffers;readable;outgoingHandler;emitter=new p.EventEmitter;concurrency;offset=0;isStreamEnd=false;isError=false;executingOutgoingHandlers=0;encoding;numBuffers=0;unresolvedDataArray=[];unresolvedLength=0;incoming=[];outgoing=[];constructor(i,c,d,p,A,C){if(c<=0){throw new RangeError(`bufferSize must be larger than 0, current is ${c}`)}if(d<=0){throw new RangeError(`maxBuffers must be larger than 0, current is ${d}`)}if(A<=0){throw new RangeError(`concurrency must be larger than 0, current is ${A}`)}this.bufferSize=c;this.maxBuffers=d;this.readable=i;this.outgoingHandler=p;this.concurrency=A;this.encoding=C}async do(){return new Promise(((i,c)=>{this.readable.on("data",(i=>{i=typeof i==="string"?Buffer.from(i,this.encoding):i;this.appendUnresolvedData(i);if(!this.resolveData()){this.readable.pause()}}));this.readable.on("error",(i=>{this.emitter.emit("error",i)}));this.readable.on("end",(()=>{this.isStreamEnd=true;this.emitter.emit("checkEnd")}));this.emitter.on("error",(i=>{this.isError=true;this.readable.pause();c(i)}));this.emitter.on("checkEnd",(()=>{if(this.outgoing.length>0){this.triggerOutgoingHandlers();return}if(this.isStreamEnd&&this.executingOutgoingHandlers===0){if(this.unresolvedLength>0&&this.unresolvedLength<this.bufferSize){const d=this.shiftBufferFromUnresolvedDataArray();this.outgoingHandler((()=>d.getReadableStream()),d.size,this.offset).then(i).catch(c)}else if(this.unresolvedLength>=this.bufferSize){return}else{i()}}}))}))}appendUnresolvedData(i){this.unresolvedDataArray.push(i);this.unresolvedLength+=i.length}shiftBufferFromUnresolvedDataArray(i){if(!i){i=new A.PooledBuffer(this.bufferSize,this.unresolvedDataArray,this.unresolvedLength)}else{i.fill(this.unresolvedDataArray,this.unresolvedLength)}this.unresolvedLength-=i.size;return i}resolveData(){while(this.unresolvedLength>=this.bufferSize){let i;if(this.incoming.length>0){i=this.incoming.shift();this.shiftBufferFromUnresolvedDataArray(i)}else{if(this.numBuffers<this.maxBuffers){i=this.shiftBufferFromUnresolvedDataArray();this.numBuffers++}else{return false}}this.outgoing.push(i);this.triggerOutgoingHandlers()}return true}async triggerOutgoingHandlers(){let i;do{if(this.executingOutgoingHandlers>=this.concurrency){return}i=this.outgoing.shift();if(i){this.triggerOutgoingHandler(i)}}while(i)}async triggerOutgoingHandler(i){const c=i.size;this.executingOutgoingHandlers++;this.offset+=c;try{await this.outgoingHandler((()=>i.getReadableStream()),c,this.offset-c)}catch(i){this.emitter.emit("error",i);return}this.executingOutgoingHandlers--;this.reuseBuffer(i);this.emitter.emit("checkEnd")}reuseBuffer(i){this.incoming.push(i);if(!this.isError&&this.resolveData()&&!this.isStreamEnd){this.readable.resume()}}}c.BufferScheduler=BufferScheduler},66093:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.BuffersStream=void 0;const p=d(57075);class BuffersStream extends p.Readable{buffers;byteLength;byteOffsetInCurrentBuffer;bufferIndex;pushedBytesLength;constructor(i,c,d){super(d);this.buffers=i;this.byteLength=c;this.byteOffsetInCurrentBuffer=0;this.bufferIndex=0;this.pushedBytesLength=0;let p=0;for(const i of this.buffers){p+=i.byteLength}if(p<this.byteLength){throw new Error("Data size shouldn't be larger than the total length of buffers.")}}_read(i){if(this.pushedBytesLength>=this.byteLength){this.push(null)}if(!i){i=this.readableHighWaterMark}const c=[];let d=0;while(d<i&&this.pushedBytesLength<this.byteLength){const p=this.byteLength-this.pushedBytesLength;const A=this.buffers[this.bufferIndex].byteLength-this.byteOffsetInCurrentBuffer;const C=Math.min(A,p);if(C>i-d){const p=this.byteOffsetInCurrentBuffer+i-d;c.push(this.buffers[this.bufferIndex].slice(this.byteOffsetInCurrentBuffer,p));this.pushedBytesLength+=i-d;this.byteOffsetInCurrentBuffer=p;d=i;break}else{const i=this.byteOffsetInCurrentBuffer+C;c.push(this.buffers[this.bufferIndex].slice(this.byteOffsetInCurrentBuffer,i));if(C===A){this.byteOffsetInCurrentBuffer=0;this.bufferIndex++}else{this.byteOffsetInCurrentBuffer=i}this.pushedBytesLength+=C;d+=C}}if(c.length>1){this.push(Buffer.concat(c))}else if(c.length===1){this.push(c[0])}}}c.BuffersStream=BuffersStream},52121:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.PooledBuffer=void 0;const p=d(61860);const A=d(66093);const C=p.__importDefault(d(4573));const S=C.default.constants.MAX_LENGTH;class PooledBuffer{buffers=[];capacity;_size;get size(){return this._size}constructor(i,c,d){this.capacity=i;this._size=0;const p=Math.ceil(i/S);for(let c=0;c<p;c++){let d=c===p-1?i%S:S;if(d===0){d=S}this.buffers.push(Buffer.allocUnsafe(d))}if(c){this.fill(c,d)}}fill(i,c){this._size=Math.min(this.capacity,c);let d=0,p=0,A=0,C=0,S=0;while(S<this._size){const c=i[d];const v=this.buffers[p];const T=c.copy(v,A,C);S+=T;C+=T;A+=T;if(C===c.length){d++;C=0}if(A===v.length){p++;A=0}}i.splice(0,d);if(i.length>0){i[0]=i[0].slice(C)}}getReadableStream(){return new A.BuffersStream(this.buffers,this.size)}}c.PooledBuffer=PooledBuffer},4399:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.StorageBrowserPolicyFactory=c.StorageBrowserPolicy=void 0;const p=d(22312);Object.defineProperty(c,"StorageBrowserPolicy",{enumerable:true,get:function(){return p.StorageBrowserPolicy}});class StorageBrowserPolicyFactory{create(i,c){return new p.StorageBrowserPolicy(i,c)}}c.StorageBrowserPolicyFactory=StorageBrowserPolicyFactory},77321:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.StorageRetryPolicyFactory=c.StorageRetryPolicy=c.StorageRetryPolicyType=void 0;const p=d(27734);Object.defineProperty(c,"StorageRetryPolicy",{enumerable:true,get:function(){return p.StorageRetryPolicy}});const A=d(38622);Object.defineProperty(c,"StorageRetryPolicyType",{enumerable:true,get:function(){return A.StorageRetryPolicyType}});class StorageRetryPolicyFactory{retryOptions;constructor(i){this.retryOptions=i}create(i,c){return new p.StorageRetryPolicy(i,c,this.retryOptions)}}c.StorageRetryPolicyFactory=StorageRetryPolicyFactory},68376:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.getCachedDefaultHttpClient=getCachedDefaultHttpClient;const p=d(20778);let A;function getCachedDefaultHttpClient(){if(!A){A=(0,p.createDefaultHttpClient)()}return A}},32159:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.AnonymousCredential=void 0;const p=d(63611);const A=d(450);class AnonymousCredential extends A.Credential{create(i,c){return new p.AnonymousCredentialPolicy(i,c)}}c.AnonymousCredential=AnonymousCredential},450:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.Credential=void 0;class Credential{create(i,c){throw new Error("Method should be implemented in children classes.")}}c.Credential=Credential},30849:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.StorageSharedKeyCredential=void 0;const p=d(77598);const A=d(35369);const C=d(450);class StorageSharedKeyCredential extends C.Credential{accountName;accountKey;constructor(i,c){super();this.accountName=i;this.accountKey=Buffer.from(c,"base64")}create(i,c){return new A.StorageSharedKeyCredentialPolicy(i,c,this)}computeHMACSHA256(i){return(0,p.createHmac)("sha256",this.accountKey).update(i,"utf8").digest("base64")}}c.StorageSharedKeyCredential=StorageSharedKeyCredential},51382:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.BaseRequestPolicy=c.getCachedDefaultHttpClient=void 0;const p=d(61860);p.__exportStar(d(86381),c);var A=d(68376);Object.defineProperty(c,"getCachedDefaultHttpClient",{enumerable:true,get:function(){return A.getCachedDefaultHttpClient}});p.__exportStar(d(4399),c);p.__exportStar(d(32159),c);p.__exportStar(d(450),c);p.__exportStar(d(30849),c);p.__exportStar(d(77321),c);var C=d(40590);Object.defineProperty(c,"BaseRequestPolicy",{enumerable:true,get:function(){return C.BaseRequestPolicy}});p.__exportStar(d(63611),c);p.__exportStar(d(74238),c);p.__exportStar(d(22312),c);p.__exportStar(d(83100),c);p.__exportStar(d(92505),c);p.__exportStar(d(38622),c);p.__exportStar(d(27734),c);p.__exportStar(d(78178),c);p.__exportStar(d(35369),c);p.__exportStar(d(53233),c);p.__exportStar(d(77321),c);p.__exportStar(d(24174),c)},32780:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.logger=void 0;const p=d(26515);c.logger=(0,p.createClientLogger)("storage-common")},63611:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.AnonymousCredentialPolicy=void 0;const p=d(74238);class AnonymousCredentialPolicy extends p.CredentialPolicy{constructor(i,c){super(i,c)}}c.AnonymousCredentialPolicy=AnonymousCredentialPolicy},74238:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.CredentialPolicy=void 0;const p=d(40590);class CredentialPolicy extends p.BaseRequestPolicy{sendRequest(i){return this._nextPolicy.sendRequest(this.signRequest(i))}signRequest(i){return i}}c.CredentialPolicy=CredentialPolicy},40590:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.BaseRequestPolicy=void 0;class BaseRequestPolicy{_nextPolicy;_options;constructor(i,c){this._nextPolicy=i;this._options=c}shouldLog(i){return this._options.shouldLog(i)}log(i,c){this._options.log(i,c)}}c.BaseRequestPolicy=BaseRequestPolicy},22312:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.StorageBrowserPolicy=void 0;const p=d(40590);const A=d(87779);const C=d(77925);const S=d(58218);class StorageBrowserPolicy extends p.BaseRequestPolicy{constructor(i,c){super(i,c)}async sendRequest(i){if(A.isNodeLike){return this._nextPolicy.sendRequest(i)}if(i.method.toUpperCase()==="GET"||i.method.toUpperCase()==="HEAD"){i.url=(0,S.setURLParameter)(i.url,C.URLConstants.Parameters.FORCE_BROWSER_NO_CACHE,(new Date).getTime().toString())}i.headers.remove(C.HeaderConstants.COOKIE);i.headers.remove(C.HeaderConstants.CONTENT_LENGTH);return this._nextPolicy.sendRequest(i)}}c.StorageBrowserPolicy=StorageBrowserPolicy},83100:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.storageBrowserPolicyName=void 0;c.storageBrowserPolicy=storageBrowserPolicy;const p=d(87779);const A=d(77925);const C=d(58218);c.storageBrowserPolicyName="storageBrowserPolicy";function storageBrowserPolicy(){return{name:c.storageBrowserPolicyName,async sendRequest(i,c){if(p.isNodeLike){return c(i)}if(i.method==="GET"||i.method==="HEAD"){i.url=(0,C.setURLParameter)(i.url,A.URLConstants.Parameters.FORCE_BROWSER_NO_CACHE,(new Date).getTime().toString())}i.headers.delete(A.HeaderConstants.COOKIE);i.headers.delete(A.HeaderConstants.CONTENT_LENGTH);return c(i)}}}},92505:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.storageCorrectContentLengthPolicyName=void 0;c.storageCorrectContentLengthPolicy=storageCorrectContentLengthPolicy;const p=d(77925);c.storageCorrectContentLengthPolicyName="StorageCorrectContentLengthPolicy";function storageCorrectContentLengthPolicy(){function correctContentLength(i){if(i.body&&(typeof i.body==="string"||Buffer.isBuffer(i.body))&&i.body.length>0){i.headers.set(p.HeaderConstants.CONTENT_LENGTH,Buffer.byteLength(i.body))}}return{name:c.storageCorrectContentLengthPolicyName,async sendRequest(i,c){correctContentLength(i);return c(i)}}}},24174:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.storageRequestFailureDetailsParserPolicyName=void 0;c.storageRequestFailureDetailsParserPolicy=storageRequestFailureDetailsParserPolicy;c.storageRequestFailureDetailsParserPolicyName="storageRequestFailureDetailsParserPolicy";function storageRequestFailureDetailsParserPolicy(){return{name:c.storageRequestFailureDetailsParserPolicyName,async sendRequest(i,c){try{const d=await c(i);return d}catch(i){if(typeof i==="object"&&i!==null&&i.response&&i.response.parsedBody){if(i.response.parsedBody.code==="InvalidHeaderValue"&&i.response.parsedBody.HeaderName==="x-ms-version"){i.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.\n"}}throw i}}}}},27734:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.StorageRetryPolicy=void 0;c.NewRetryPolicyFactory=NewRetryPolicyFactory;const p=d(18251);const A=d(40590);const C=d(77925);const S=d(58218);const v=d(32780);const T=d(38622);function NewRetryPolicyFactory(i){return{create:(c,d)=>new StorageRetryPolicy(c,d,i)}}const _={maxRetryDelayInMs:120*1e3,maxTries:4,retryDelayInMs:4*1e3,retryPolicyType:T.StorageRetryPolicyType.EXPONENTIAL,secondaryHost:"",tryTimeoutInMs:undefined};const V=new p.AbortError("The operation was aborted.");class StorageRetryPolicy extends A.BaseRequestPolicy{retryOptions;constructor(i,c,d=_){super(i,c);this.retryOptions={retryPolicyType:d.retryPolicyType?d.retryPolicyType:_.retryPolicyType,maxTries:d.maxTries&&d.maxTries>=1?Math.floor(d.maxTries):_.maxTries,tryTimeoutInMs:d.tryTimeoutInMs&&d.tryTimeoutInMs>=0?d.tryTimeoutInMs:_.tryTimeoutInMs,retryDelayInMs:d.retryDelayInMs&&d.retryDelayInMs>=0?Math.min(d.retryDelayInMs,d.maxRetryDelayInMs?d.maxRetryDelayInMs:_.maxRetryDelayInMs):_.retryDelayInMs,maxRetryDelayInMs:d.maxRetryDelayInMs&&d.maxRetryDelayInMs>=0?d.maxRetryDelayInMs:_.maxRetryDelayInMs,secondaryHost:d.secondaryHost?d.secondaryHost:_.secondaryHost}}async sendRequest(i){return this.attemptSendRequest(i,false,1)}async attemptSendRequest(i,c,d){const p=i.clone();const A=c||!this.retryOptions.secondaryHost||!(i.method==="GET"||i.method==="HEAD"||i.method==="OPTIONS")||d%2===1;if(!A){p.url=(0,S.setURLHost)(p.url,this.retryOptions.secondaryHost)}if(this.retryOptions.tryTimeoutInMs){p.url=(0,S.setURLParameter)(p.url,C.URLConstants.Parameters.TIMEOUT,Math.floor(this.retryOptions.tryTimeoutInMs/1e3).toString())}let T;try{v.logger.info(`RetryPolicy: =====> Try=${d} ${A?"Primary":"Secondary"}`);T=await this._nextPolicy.sendRequest(p);if(!this.shouldRetry(A,d,T)){return T}c=c||!A&&T.status===404}catch(i){v.logger.error(`RetryPolicy: Caught error, message: ${i.message}, code: ${i.code}`);if(!this.shouldRetry(A,d,T,i)){throw i}}await this.delay(A,d,i.abortSignal);return this.attemptSendRequest(i,c,++d)}shouldRetry(i,c,d,p){if(c>=this.retryOptions.maxTries){v.logger.info(`RetryPolicy: Attempt(s) ${c} >= maxTries ${this.retryOptions.maxTries}, no further try.`);return false}const A=["ETIMEDOUT","ESOCKETTIMEDOUT","ECONNREFUSED","ECONNRESET","ENOENT","ENOTFOUND","TIMEOUT","EPIPE","REQUEST_SEND_ERROR"];if(p){for(const i of A){if(p.name.toUpperCase().includes(i)||p.message.toUpperCase().includes(i)||p.code&&p.code.toString().toUpperCase()===i){v.logger.info(`RetryPolicy: Network error ${i} found, will retry.`);return true}}}if(d||p){const c=d?d.status:p?p.statusCode:0;if(!i&&c===404){v.logger.info(`RetryPolicy: Secondary access with 404, will retry.`);return true}if(c===503||c===500){v.logger.info(`RetryPolicy: Will retry for status code ${c}.`);return true}}if(d){if(d?.status>=400){const i=d.headers.get(C.HeaderConstants.X_MS_CopySourceErrorCode);if(i!==undefined){switch(i){case"InternalError":case"OperationTimedOut":case"ServerBusy":return true}}}}if(p?.code==="PARSE_ERROR"&&p?.message.startsWith(`Error "Error: Unclosed root tag`)){v.logger.info("RetryPolicy: Incomplete XML response likely due to service timeout, will retry.");return true}return false}async delay(i,c,d){let p=0;if(i){switch(this.retryOptions.retryPolicyType){case T.StorageRetryPolicyType.EXPONENTIAL:p=Math.min((Math.pow(2,c-1)-1)*this.retryOptions.retryDelayInMs,this.retryOptions.maxRetryDelayInMs);break;case T.StorageRetryPolicyType.FIXED:p=this.retryOptions.retryDelayInMs;break}}else{p=Math.random()*1e3}v.logger.info(`RetryPolicy: Delay for ${p}ms`);return(0,S.delay)(p,d,V)}}c.StorageRetryPolicy=StorageRetryPolicy},38622:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.StorageRetryPolicyType=void 0;var d;(function(i){i[i["EXPONENTIAL"]=0]="EXPONENTIAL";i[i["FIXED"]=1]="FIXED"})(d||(c.StorageRetryPolicyType=d={}))},78178:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.storageRetryPolicyName=void 0;c.storageRetryPolicy=storageRetryPolicy;const p=d(18251);const A=d(20778);const C=d(87779);const S=d(77321);const v=d(77925);const T=d(58218);const _=d(32780);c.storageRetryPolicyName="storageRetryPolicy";const V={maxRetryDelayInMs:120*1e3,maxTries:4,retryDelayInMs:4*1e3,retryPolicyType:S.StorageRetryPolicyType.EXPONENTIAL,secondaryHost:"",tryTimeoutInMs:undefined};const Z=["ETIMEDOUT","ESOCKETTIMEDOUT","ECONNREFUSED","ECONNRESET","ENOENT","ENOTFOUND","TIMEOUT","EPIPE","REQUEST_SEND_ERROR"];const ee=new p.AbortError("The operation was aborted.");function storageRetryPolicy(i={}){const d=i.retryPolicyType??V.retryPolicyType;const p=i.maxTries??V.maxTries;const te=i.retryDelayInMs??V.retryDelayInMs;const re=i.maxRetryDelayInMs??V.maxRetryDelayInMs;const ne=i.secondaryHost??V.secondaryHost;const ie=i.tryTimeoutInMs??V.tryTimeoutInMs;function shouldRetry({isPrimaryRetry:i,attempt:c,response:d,error:A}){if(c>=p){_.logger.info(`RetryPolicy: Attempt(s) ${c} >= maxTries ${p}, no further try.`);return false}if(A){for(const i of Z){if(A.name.toUpperCase().includes(i)||A.message.toUpperCase().includes(i)||A.code&&A.code.toString().toUpperCase()===i){_.logger.info(`RetryPolicy: Network error ${i} found, will retry.`);return true}}if(A?.code==="PARSE_ERROR"&&A?.message.startsWith(`Error "Error: Unclosed root tag`)){_.logger.info("RetryPolicy: Incomplete XML response likely due to service timeout, will retry.");return true}}if(d||A){const c=d?.status??A?.statusCode??0;if(!i&&c===404){_.logger.info(`RetryPolicy: Secondary access with 404, will retry.`);return true}if(c===503||c===500){_.logger.info(`RetryPolicy: Will retry for status code ${c}.`);return true}}if(d){if(d?.status>=400){const i=d.headers.get(v.HeaderConstants.X_MS_CopySourceErrorCode);if(i!==undefined){switch(i){case"InternalError":case"OperationTimedOut":case"ServerBusy":return true}}}}return false}function calculateDelay(i,c){let p=0;if(i){switch(d){case S.StorageRetryPolicyType.EXPONENTIAL:p=Math.min((Math.pow(2,c-1)-1)*te,re);break;case S.StorageRetryPolicyType.FIXED:p=te;break}}else{p=Math.random()*1e3}_.logger.info(`RetryPolicy: Delay for ${p}ms`);return p}return{name:c.storageRetryPolicyName,async sendRequest(i,c){if(ie){i.url=(0,T.setURLParameter)(i.url,v.URLConstants.Parameters.TIMEOUT,String(Math.floor(ie/1e3)))}const d=i.url;const p=ne?(0,T.setURLHost)(i.url,ne):undefined;let S=false;let V=1;let Z=true;let te;let re;while(Z){const v=S||!p||!["GET","HEAD","OPTIONS"].includes(i.method)||V%2===1;i.url=v?d:p;te=undefined;re=undefined;try{_.logger.info(`RetryPolicy: =====> Try=${V} ${v?"Primary":"Secondary"}`);te=await c(i);S=S||!v&&te.status===404}catch(i){if((0,A.isRestError)(i)){_.logger.error(`RetryPolicy: Caught error, message: ${i.message}, code: ${i.code}`);re=i}else{_.logger.error(`RetryPolicy: Caught error, message: ${(0,C.getErrorMessage)(i)}`);throw i}}Z=shouldRetry({isPrimaryRetry:v,attempt:V,response:te,error:re});if(Z){await(0,T.delay)(calculateDelay(v,V),i.abortSignal,ee)}V++}if(te){return te}throw re??new A.RestError("RetryPolicy failed without known error.")}}}},35369:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.StorageSharedKeyCredentialPolicy=void 0;const p=d(77925);const A=d(58218);const C=d(74238);const S=d(16576);class StorageSharedKeyCredentialPolicy extends C.CredentialPolicy{factory;constructor(i,c,d){super(i,c);this.factory=d}signRequest(i){i.headers.set(p.HeaderConstants.X_MS_DATE,(new Date).toUTCString());if(i.body&&(typeof i.body==="string"||i.body!==undefined)&&i.body.length>0){i.headers.set(p.HeaderConstants.CONTENT_LENGTH,Buffer.byteLength(i.body))}const c=[i.method.toUpperCase(),this.getHeaderValueToSign(i,p.HeaderConstants.CONTENT_LANGUAGE),this.getHeaderValueToSign(i,p.HeaderConstants.CONTENT_ENCODING),this.getHeaderValueToSign(i,p.HeaderConstants.CONTENT_LENGTH),this.getHeaderValueToSign(i,p.HeaderConstants.CONTENT_MD5),this.getHeaderValueToSign(i,p.HeaderConstants.CONTENT_TYPE),this.getHeaderValueToSign(i,p.HeaderConstants.DATE),this.getHeaderValueToSign(i,p.HeaderConstants.IF_MODIFIED_SINCE),this.getHeaderValueToSign(i,p.HeaderConstants.IF_MATCH),this.getHeaderValueToSign(i,p.HeaderConstants.IF_NONE_MATCH),this.getHeaderValueToSign(i,p.HeaderConstants.IF_UNMODIFIED_SINCE),this.getHeaderValueToSign(i,p.HeaderConstants.RANGE)].join("\n")+"\n"+this.getCanonicalizedHeadersString(i)+this.getCanonicalizedResourceString(i);const d=this.factory.computeHMACSHA256(c);i.headers.set(p.HeaderConstants.AUTHORIZATION,`SharedKey ${this.factory.accountName}:${d}`);return i}getHeaderValueToSign(i,c){const d=i.headers.get(c);if(!d){return""}if(c===p.HeaderConstants.CONTENT_LENGTH&&d==="0"){return""}return d}getCanonicalizedHeadersString(i){let c=i.headers.headersArray().filter((i=>i.name.toLowerCase().startsWith(p.HeaderConstants.PREFIX_FOR_STORAGE)));c.sort(((i,c)=>(0,S.compareHeader)(i.name.toLowerCase(),c.name.toLowerCase())));c=c.filter(((i,c,d)=>{if(c>0&&i.name.toLowerCase()===d[c-1].name.toLowerCase()){return false}return true}));let d="";c.forEach((i=>{d+=`${i.name.toLowerCase().trimRight()}:${i.value.trimLeft()}\n`}));return d}getCanonicalizedResourceString(i){const c=(0,A.getURLPath)(i.url)||"/";let d="";d+=`/${this.factory.accountName}${c}`;const p=(0,A.getURLQueries)(i.url);const C={};if(p){const i=[];for(const c in p){if(Object.prototype.hasOwnProperty.call(p,c)){const d=c.toLowerCase();C[d]=p[c];i.push(d)}}i.sort();for(const c of i){d+=`\n${c}:${decodeURIComponent(C[c])}`}}return d}}c.StorageSharedKeyCredentialPolicy=StorageSharedKeyCredentialPolicy},53233:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.storageSharedKeyCredentialPolicyName=void 0;c.storageSharedKeyCredentialPolicy=storageSharedKeyCredentialPolicy;const p=d(77598);const A=d(77925);const C=d(58218);const S=d(16576);c.storageSharedKeyCredentialPolicyName="storageSharedKeyCredentialPolicy";function storageSharedKeyCredentialPolicy(i){function signRequest(c){c.headers.set(A.HeaderConstants.X_MS_DATE,(new Date).toUTCString());if(c.body&&(typeof c.body==="string"||Buffer.isBuffer(c.body))&&c.body.length>0){c.headers.set(A.HeaderConstants.CONTENT_LENGTH,Buffer.byteLength(c.body))}const d=[c.method.toUpperCase(),getHeaderValueToSign(c,A.HeaderConstants.CONTENT_LANGUAGE),getHeaderValueToSign(c,A.HeaderConstants.CONTENT_ENCODING),getHeaderValueToSign(c,A.HeaderConstants.CONTENT_LENGTH),getHeaderValueToSign(c,A.HeaderConstants.CONTENT_MD5),getHeaderValueToSign(c,A.HeaderConstants.CONTENT_TYPE),getHeaderValueToSign(c,A.HeaderConstants.DATE),getHeaderValueToSign(c,A.HeaderConstants.IF_MODIFIED_SINCE),getHeaderValueToSign(c,A.HeaderConstants.IF_MATCH),getHeaderValueToSign(c,A.HeaderConstants.IF_NONE_MATCH),getHeaderValueToSign(c,A.HeaderConstants.IF_UNMODIFIED_SINCE),getHeaderValueToSign(c,A.HeaderConstants.RANGE)].join("\n")+"\n"+getCanonicalizedHeadersString(c)+getCanonicalizedResourceString(c);const C=(0,p.createHmac)("sha256",i.accountKey).update(d,"utf8").digest("base64");c.headers.set(A.HeaderConstants.AUTHORIZATION,`SharedKey ${i.accountName}:${C}`)}function getHeaderValueToSign(i,c){const d=i.headers.get(c);if(!d){return""}if(c===A.HeaderConstants.CONTENT_LENGTH&&d==="0"){return""}return d}function getCanonicalizedHeadersString(i){let c=[];for(const[d,p]of i.headers){if(d.toLowerCase().startsWith(A.HeaderConstants.PREFIX_FOR_STORAGE)){c.push({name:d,value:p})}}c.sort(((i,c)=>(0,S.compareHeader)(i.name.toLowerCase(),c.name.toLowerCase())));c=c.filter(((i,c,d)=>{if(c>0&&i.name.toLowerCase()===d[c-1].name.toLowerCase()){return false}return true}));let d="";c.forEach((i=>{d+=`${i.name.toLowerCase().trimRight()}:${i.value.trimLeft()}\n`}));return d}function getCanonicalizedResourceString(c){const d=(0,C.getURLPath)(c.url)||"/";let p="";p+=`/${i.accountName}${d}`;const A=(0,C.getURLQueries)(c.url);const S={};if(A){const i=[];for(const c in A){if(Object.prototype.hasOwnProperty.call(A,c)){const d=c.toLowerCase();S[d]=A[c];i.push(d)}}i.sort();for(const c of i){p+=`\n${c}:${decodeURIComponent(S[c])}`}}return p}return{name:c.storageSharedKeyCredentialPolicyName,async sendRequest(i,c){signRequest(i);return c(i)}}}},16576:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.compareHeader=compareHeader;const d=new Uint32Array([0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1820,0,1823,1825,1827,1829,0,0,0,1837,2051,0,0,1843,0,3331,3354,3356,3358,3360,3362,3364,3366,3368,3370,0,0,0,0,0,0,0,3586,3593,3594,3610,3617,3619,3621,3628,3634,3637,3638,3656,3665,3696,3708,3710,3721,3722,3729,3737,3743,3746,3748,3750,3751,3753,0,0,0,1859,1860,1864,3586,3593,3594,3610,3617,3619,3621,3628,3634,3637,3638,3656,3665,3696,3708,3710,3721,3722,3729,3737,3743,3746,3748,3750,3751,3753,0,1868,0,1872,0]);const p=new Uint32Array([0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]);const A=new Uint32Array([0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32786,0,0,0,0,0,33298,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]);function compareHeader(i,c){if(isLessThan(i,c))return-1;return 1}function isLessThan(i,c){const C=[d,p,A];let S=0;let v=0;let T=0;while(S<C.length){if(S===C.length-1&&v!==T){return v>T}const d=v<i.length?C[S][i[v].charCodeAt(0)]:1;const p=T<c.length?C[S][c[T].charCodeAt(0)]:1;if(d===1&&p===1){v=0;T=0;++S}else if(d===p){++v;++T}else if(d===0){++v}else if(p===0){++T}else{return d<p}}return false}},77925:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.PathStylePorts=c.DevelopmentConnectionString=c.HeaderConstants=c.URLConstants=c.SDK_VERSION=void 0;c.SDK_VERSION="1.0.0";c.URLConstants={Parameters:{FORCE_BROWSER_NO_CACHE:"_",SIGNATURE:"sig",SNAPSHOT:"snapshot",VERSIONID:"versionid",TIMEOUT:"timeout"}};c.HeaderConstants={AUTHORIZATION:"Authorization",AUTHORIZATION_SCHEME:"Bearer",CONTENT_ENCODING:"Content-Encoding",CONTENT_ID:"Content-ID",CONTENT_LANGUAGE:"Content-Language",CONTENT_LENGTH:"Content-Length",CONTENT_MD5:"Content-Md5",CONTENT_TRANSFER_ENCODING:"Content-Transfer-Encoding",CONTENT_TYPE:"Content-Type",COOKIE:"Cookie",DATE:"date",IF_MATCH:"if-match",IF_MODIFIED_SINCE:"if-modified-since",IF_NONE_MATCH:"if-none-match",IF_UNMODIFIED_SINCE:"if-unmodified-since",PREFIX_FOR_STORAGE:"x-ms-",RANGE:"Range",USER_AGENT:"User-Agent",X_MS_CLIENT_REQUEST_ID:"x-ms-client-request-id",X_MS_COPY_SOURCE:"x-ms-copy-source",X_MS_DATE:"x-ms-date",X_MS_ERROR_CODE:"x-ms-error-code",X_MS_VERSION:"x-ms-version",X_MS_CopySourceErrorCode:"x-ms-copy-source-error-code"};c.DevelopmentConnectionString=`DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;BlobEndpoint=http://127.0.0.1:10000/devstoreaccount1;`;c.PathStylePorts=["10000","10001","10002","10003","10004","10100","10101","10102","10103","10104","11000","11001","11002","11003","11004","11100","11101","11102","11103","11104"]},58218:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.escapeURLPath=escapeURLPath;c.getValueInConnString=getValueInConnString;c.extractConnectionStringParts=extractConnectionStringParts;c.appendToURLPath=appendToURLPath;c.setURLParameter=setURLParameter;c.getURLParameter=getURLParameter;c.setURLHost=setURLHost;c.getURLPath=getURLPath;c.getURLScheme=getURLScheme;c.getURLPathAndQuery=getURLPathAndQuery;c.getURLQueries=getURLQueries;c.appendToURLQuery=appendToURLQuery;c.truncatedISO8061Date=truncatedISO8061Date;c.base64encode=base64encode;c.base64decode=base64decode;c.generateBlockID=generateBlockID;c.delay=delay;c.padStart=padStart;c.sanitizeURL=sanitizeURL;c.sanitizeHeaders=sanitizeHeaders;c.iEqual=iEqual;c.getAccountNameFromUrl=getAccountNameFromUrl;c.isIpEndpointStyle=isIpEndpointStyle;c.attachCredential=attachCredential;c.httpAuthorizationToString=httpAuthorizationToString;c.EscapePath=EscapePath;c.assertResponse=assertResponse;const p=d(20778);const A=d(87779);const C=d(77925);function escapeURLPath(i){const c=new URL(i);let d=c.pathname;d=d||"/";d=escape(d);c.pathname=d;return c.toString()}function getProxyUriFromDevConnString(i){let c="";if(i.search("DevelopmentStorageProxyUri=")!==-1){const d=i.split(";");for(const i of d){if(i.trim().startsWith("DevelopmentStorageProxyUri=")){c=i.trim().match("DevelopmentStorageProxyUri=(.*)")[1]}}}return c}function getValueInConnString(i,c){const d=i.split(";");for(const i of d){if(i.trim().startsWith(c)){return i.trim().match(c+"=(.*)")[1]}}return""}function extractConnectionStringParts(i){let c="";if(i.startsWith("UseDevelopmentStorage=true")){c=getProxyUriFromDevConnString(i);i=C.DevelopmentConnectionString}let d=getValueInConnString(i,"BlobEndpoint");d=d.endsWith("/")?d.slice(0,-1):d;if(i.search("DefaultEndpointsProtocol=")!==-1&&i.search("AccountKey=")!==-1){let p="";let A="";let C=Buffer.from("accountKey","base64");let S="";A=getValueInConnString(i,"AccountName");C=Buffer.from(getValueInConnString(i,"AccountKey"),"base64");if(!d){p=getValueInConnString(i,"DefaultEndpointsProtocol");const c=p.toLowerCase();if(c!=="https"&&c!=="http"){throw new Error("Invalid DefaultEndpointsProtocol in the provided Connection String. Expecting 'https' or 'http'")}S=getValueInConnString(i,"EndpointSuffix");if(!S){throw new Error("Invalid EndpointSuffix in the provided Connection String")}d=`${p}://${A}.blob.${S}`}if(!A){throw new Error("Invalid AccountName in the provided Connection String")}else if(C.length===0){throw new Error("Invalid AccountKey in the provided Connection String")}return{kind:"AccountConnString",url:d,accountName:A,accountKey:C,proxyUri:c}}else{let c=getValueInConnString(i,"SharedAccessSignature");let p=getValueInConnString(i,"AccountName");if(!p){p=getAccountNameFromUrl(d)}if(!d){throw new Error("Invalid BlobEndpoint in the provided SAS Connection String")}else if(!c){throw new Error("Invalid SharedAccessSignature in the provided SAS Connection String")}if(c.startsWith("?")){c=c.substring(1)}return{kind:"SASConnString",url:d,accountName:p,accountSas:c}}}function escape(i){return encodeURIComponent(i).replace(/%2F/g,"/").replace(/'/g,"%27").replace(/\+/g,"%20").replace(/%25/g,"%")}function appendToURLPath(i,c){const d=new URL(i);let p=d.pathname;p=p?p.endsWith("/")?`${p}${c}`:`${p}/${c}`:c;d.pathname=p;return d.toString()}function setURLParameter(i,c,d){const p=new URL(i);const A=encodeURIComponent(c);const C=d?encodeURIComponent(d):undefined;const S=p.search===""?"?":p.search;const v=[];for(const i of S.slice(1).split("&")){if(i){const[c]=i.split("=",2);if(c!==A){v.push(i)}}}if(C){v.push(`${A}=${C}`)}p.search=v.length?`?${v.join("&")}`:"";return p.toString()}function getURLParameter(i,c){const d=new URL(i);return d.searchParams.get(c)??undefined}function setURLHost(i,c){const d=new URL(i);d.hostname=c;return d.toString()}function getURLPath(i){try{const c=new URL(i);return c.pathname}catch(i){return undefined}}function getURLScheme(i){try{const c=new URL(i);return c.protocol.endsWith(":")?c.protocol.slice(0,-1):c.protocol}catch(i){return undefined}}function getURLPathAndQuery(i){const c=new URL(i);const d=c.pathname;if(!d){throw new RangeError("Invalid url without valid path.")}let p=c.search||"";p=p.trim();if(p!==""){p=p.startsWith("?")?p:`?${p}`}return`${d}${p}`}function getURLQueries(i){let c=new URL(i).search;if(!c){return{}}c=c.trim();c=c.startsWith("?")?c.substring(1):c;let d=c.split("&");d=d.filter((i=>{const c=i.indexOf("=");const d=i.lastIndexOf("=");return c>0&&c===d&&d<i.length-1}));const p={};for(const i of d){const c=i.split("=");const d=c[0];const A=c[1];p[d]=A}return p}function appendToURLQuery(i,c){const d=new URL(i);let p=d.search;if(p){p+="&"+c}else{p=c}d.search=p;return d.toString()}function truncatedISO8061Date(i,c=true){const d=i.toISOString();return c?d.substring(0,d.length-1)+"0000"+"Z":d.substring(0,d.length-5)+"Z"}function base64encode(i){return!A.isNodeLike?btoa(i):Buffer.from(i).toString("base64")}function base64decode(i){return!A.isNodeLike?atob(i):Buffer.from(i,"base64").toString()}function generateBlockID(i,c){const d=48;const p=6;const A=d-p;if(i.length>A){i=i.slice(0,A)}const C=i+padStart(c.toString(),d-i.length,"0");return base64encode(C)}async function delay(i,c,d){return new Promise(((p,A)=>{let C;const abortHandler=()=>{if(C!==undefined){clearTimeout(C)}A(d)};const resolveHandler=()=>{if(c!==undefined){c.removeEventListener("abort",abortHandler)}p()};C=setTimeout(resolveHandler,i);if(c!==undefined){c.addEventListener("abort",abortHandler)}}))}function padStart(i,c,d=" "){if(String.prototype.padStart){return i.padStart(c,d)}d=d||" ";if(i.length>c){return i}else{c=c-i.length;if(c>d.length){d+=d.repeat(c/d.length)}return d.slice(0,c)+i}}function sanitizeURL(i){let c=i;if(getURLParameter(c,C.URLConstants.Parameters.SIGNATURE)){c=setURLParameter(c,C.URLConstants.Parameters.SIGNATURE,"*****")}return c}function sanitizeHeaders(i){const c=(0,p.createHttpHeaders)();for(const[d,p]of i){if(d.toLowerCase()===C.HeaderConstants.AUTHORIZATION.toLowerCase()){c.set(d,"*****")}else if(d.toLowerCase()===C.HeaderConstants.X_MS_COPY_SOURCE){c.set(d,sanitizeURL(p))}else{c.set(d,p)}}return c}function iEqual(i,c){return i.toLocaleLowerCase()===c.toLocaleLowerCase()}function getAccountNameFromUrl(i){const c=new URL(i);let d;try{if(c.hostname.split(".")[1]==="blob"){d=c.hostname.split(".")[0]}else if(isIpEndpointStyle(c)){d=c.pathname.split("/")[1]}else{d=""}return d}catch(i){throw new Error("Unable to extract accountName with provided information.")}}function isIpEndpointStyle(i){const c=i.host;return/^.*:.*:.*$|^(localhost|host.docker.internal)(:[0-9]+)?$|^(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])(\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])){3}(:[0-9]+)?$/.test(c)||Boolean(i.port)&&C.PathStylePorts.includes(i.port)}function attachCredential(i,c){i.credential=c;return i}function httpAuthorizationToString(i){return i?i.scheme+" "+i.value:undefined}function EscapePath(i){const c=i.split("/");for(let i=0;i<c.length;i++){c[i]=encodeURIComponent(c[i])}return c.join("/")}function assertResponse(i){if(`_response`in i){return i}throw new TypeError(`Unexpected response object ${i}`)}},6675:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.AbortError=void 0;class AbortError extends Error{constructor(i){super(i);this.name="AbortError"}}c.AbortError=AbortError},18251:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.AbortError=void 0;var p=d(6675);Object.defineProperty(c,"AbortError",{enumerable:true,get:function(){return p.AbortError}})},27182:(i,c,d)=>{"use strict";const p=d(57075).Writable;const A=d(57975).inherits;const C=d(84136);const S=d(50612);const v=d(62271);const T=45;const _=Buffer.from("-");const V=Buffer.from("\r\n");const EMPTY_FN=function(){};function Dicer(i){if(!(this instanceof Dicer)){return new Dicer(i)}p.call(this,i);if(!i||!i.headerFirst&&typeof i.boundary!=="string"){throw new TypeError("Boundary required")}if(typeof i.boundary==="string"){this.setBoundary(i.boundary)}else{this._bparser=undefined}this._headerFirst=i.headerFirst;this._dashes=0;this._parts=0;this._finished=false;this._realFinish=false;this._isPreamble=true;this._justMatched=false;this._firstWrite=true;this._inHeader=true;this._part=undefined;this._cb=undefined;this._ignoreData=false;this._partOpts={highWaterMark:i.partHwm};this._pause=false;const c=this;this._hparser=new v(i);this._hparser.on("header",(function(i){c._inHeader=false;c._part.emit("header",i)}))}A(Dicer,p);Dicer.prototype.emit=function(i){if(i==="finish"&&!this._realFinish){if(!this._finished){const i=this;process.nextTick((function(){i.emit("error",new Error("Unexpected end of multipart data"));if(i._part&&!i._ignoreData){const c=i._isPreamble?"Preamble":"Part";i._part.emit("error",new Error(c+" terminated early due to unexpected end of multipart data"));i._part.push(null);process.nextTick((function(){i._realFinish=true;i.emit("finish");i._realFinish=false}));return}i._realFinish=true;i.emit("finish");i._realFinish=false}))}}else{p.prototype.emit.apply(this,arguments)}};Dicer.prototype._write=function(i,c,d){if(!this._hparser&&!this._bparser){return d()}if(this._headerFirst&&this._isPreamble){if(!this._part){this._part=new S(this._partOpts);if(this.listenerCount("preamble")!==0){this.emit("preamble",this._part)}else{this._ignore()}}const c=this._hparser.push(i);if(!this._inHeader&&c!==undefined&&c<i.length){i=i.slice(c)}else{return d()}}if(this._firstWrite){this._bparser.push(V);this._firstWrite=false}this._bparser.push(i);if(this._pause){this._cb=d}else{d()}};Dicer.prototype.reset=function(){this._part=undefined;this._bparser=undefined;this._hparser=undefined};Dicer.prototype.setBoundary=function(i){const c=this;this._bparser=new C("\r\n--"+i);this._bparser.on("info",(function(i,d,p,A){c._oninfo(i,d,p,A)}))};Dicer.prototype._ignore=function(){if(this._part&&!this._ignoreData){this._ignoreData=true;this._part.on("error",EMPTY_FN);this._part.resume()}};Dicer.prototype._oninfo=function(i,c,d,p){let A;const C=this;let v=0;let V;let Z=true;if(!this._part&&this._justMatched&&c){while(this._dashes<2&&d+v<p){if(c[d+v]===T){++v;++this._dashes}else{if(this._dashes){A=_}this._dashes=0;break}}if(this._dashes===2){if(d+v<p&&this.listenerCount("trailer")!==0){this.emit("trailer",c.slice(d+v,p))}this.reset();this._finished=true;if(C._parts===0){C._realFinish=true;C.emit("finish");C._realFinish=false}}if(this._dashes){return}}if(this._justMatched){this._justMatched=false}if(!this._part){this._part=new S(this._partOpts);this._part._read=function(i){C._unpause()};if(this._isPreamble&&this.listenerCount("preamble")!==0){this.emit("preamble",this._part)}else if(this._isPreamble!==true&&this.listenerCount("part")!==0){this.emit("part",this._part)}else{this._ignore()}if(!this._isPreamble){this._inHeader=true}}if(c&&d<p&&!this._ignoreData){if(this._isPreamble||!this._inHeader){if(A){Z=this._part.push(A)}Z=this._part.push(c.slice(d,p));if(!Z){this._pause=true}}else if(!this._isPreamble&&this._inHeader){if(A){this._hparser.push(A)}V=this._hparser.push(c.slice(d,p));if(!this._inHeader&&V!==undefined&&V<p){this._oninfo(false,c,d+V,p)}}}if(i){this._hparser.reset();if(this._isPreamble){this._isPreamble=false}else{if(d!==p){++this._parts;this._part.on("end",(function(){if(--C._parts===0){if(C._finished){C._realFinish=true;C.emit("finish");C._realFinish=false}else{C._unpause()}}}))}}this._part.push(null);this._part=undefined;this._ignoreData=false;this._justMatched=true;this._dashes=0}};Dicer.prototype._unpause=function(){if(!this._pause){return}this._pause=false;if(this._cb){const i=this._cb;this._cb=undefined;i()}};i.exports=Dicer},62271:(i,c,d)=>{"use strict";const p=d(78474).EventEmitter;const A=d(57975).inherits;const C=d(22393);const S=d(84136);const v=Buffer.from("\r\n\r\n");const T=/\r\n/g;const _=/^([^:]+):[ \t]?([\x00-\xFF]+)?$/;function HeaderParser(i){p.call(this);i=i||{};const c=this;this.nread=0;this.maxed=false;this.npairs=0;this.maxHeaderPairs=C(i,"maxHeaderPairs",2e3);this.maxHeaderSize=C(i,"maxHeaderSize",80*1024);this.buffer="";this.header={};this.finished=false;this.ss=new S(v);this.ss.on("info",(function(i,d,p,A){if(d&&!c.maxed){if(c.nread+A-p>=c.maxHeaderSize){A=c.maxHeaderSize-c.nread+p;c.nread=c.maxHeaderSize;c.maxed=true}else{c.nread+=A-p}c.buffer+=d.toString("binary",p,A)}if(i){c._finish()}}))}A(HeaderParser,p);HeaderParser.prototype.push=function(i){const c=this.ss.push(i);if(this.finished){return c}};HeaderParser.prototype.reset=function(){this.finished=false;this.buffer="";this.header={};this.ss.reset()};HeaderParser.prototype._finish=function(){if(this.buffer){this._parseHeader()}this.ss.matches=this.ss.maxMatches;const i=this.header;this.header={};this.buffer="";this.finished=true;this.nread=this.npairs=0;this.maxed=false;this.emit("header",i)};HeaderParser.prototype._parseHeader=function(){if(this.npairs===this.maxHeaderPairs){return}const i=this.buffer.split(T);const c=i.length;let d,p;for(var A=0;A<c;++A){if(i[A].length===0){continue}if(i[A][0]==="\t"||i[A][0]===" "){if(p){this.header[p][this.header[p].length-1]+=i[A];continue}}const c=i[A].indexOf(":");if(c===-1||c===0){return}d=_.exec(i[A]);p=d[1].toLowerCase();this.header[p]=this.header[p]||[];this.header[p].push(d[2]||"");if(++this.npairs===this.maxHeaderPairs){break}}};i.exports=HeaderParser},50612:(i,c,d)=>{"use strict";const p=d(57975).inherits;const A=d(57075).Readable;function PartStream(i){A.call(this,i)}p(PartStream,A);PartStream.prototype._read=function(i){};i.exports=PartStream},84136:(i,c,d)=>{"use strict";const p=d(78474).EventEmitter;const A=d(57975).inherits;function SBMH(i){if(typeof i==="string"){i=Buffer.from(i)}if(!Buffer.isBuffer(i)){throw new TypeError("The needle has to be a String or a Buffer.")}const c=i.length;if(c===0){throw new Error("The needle cannot be an empty String/Buffer.")}if(c>256){throw new Error("The needle cannot have a length bigger than 256.")}this.maxMatches=Infinity;this.matches=0;this._occ=new Array(256).fill(c);this._lookbehind_size=0;this._needle=i;this._bufpos=0;this._lookbehind=Buffer.alloc(c);for(var d=0;d<c-1;++d){this._occ[i[d]]=c-1-d}}A(SBMH,p);SBMH.prototype.reset=function(){this._lookbehind_size=0;this.matches=0;this._bufpos=0};SBMH.prototype.push=function(i,c){if(!Buffer.isBuffer(i)){i=Buffer.from(i,"binary")}const d=i.length;this._bufpos=c||0;let p;while(p!==d&&this.matches<this.maxMatches){p=this._sbmh_feed(i)}return p};SBMH.prototype._sbmh_feed=function(i){const c=i.length;const d=this._needle;const p=d.length;const A=d[p-1];let C=-this._lookbehind_size;let S;if(C<0){while(C<0&&C<=c-p){S=this._sbmh_lookup_char(i,C+p-1);if(S===A&&this._sbmh_memcmp(i,C,p-1)){this._lookbehind_size=0;++this.matches;this.emit("info",true);return this._bufpos=C+p}C+=this._occ[S]}if(C<0){while(C<0&&!this._sbmh_memcmp(i,C,c-C)){++C}}if(C>=0){this.emit("info",false,this._lookbehind,0,this._lookbehind_size);this._lookbehind_size=0}else{const d=this._lookbehind_size+C;if(d>0){this.emit("info",false,this._lookbehind,0,d)}this._lookbehind.copy(this._lookbehind,0,d,this._lookbehind_size-d);this._lookbehind_size-=d;i.copy(this._lookbehind,this._lookbehind_size);this._lookbehind_size+=c;this._bufpos=c;return c}}C+=(C>=0)*this._bufpos;if(i.indexOf(d,C)!==-1){C=i.indexOf(d,C);++this.matches;if(C>0){this.emit("info",true,i,this._bufpos,C)}else{this.emit("info",true)}return this._bufpos=C+p}else{C=c-p}while(C<c&&(i[C]!==d[0]||Buffer.compare(i.subarray(C,C+c-C),d.subarray(0,c-C))!==0)){++C}if(C<c){i.copy(this._lookbehind,0,C,C+(c-C));this._lookbehind_size=c-C}if(C>0){this.emit("info",false,i,this._bufpos,C<c?C:c)}this._bufpos=c;return c};SBMH.prototype._sbmh_lookup_char=function(i,c){return c<0?this._lookbehind[this._lookbehind_size+c]:i[c]};SBMH.prototype._sbmh_memcmp=function(i,c,d){for(var p=0;p<d;++p){if(this._sbmh_lookup_char(i,c+p)!==this._needle[p]){return false}}return true};i.exports=SBMH},89581:(i,c,d)=>{"use strict";const p=d(57075).Writable;const{inherits:A}=d(57975);const C=d(27182);const S=d(41192);const v=d(80855);const T=d(8929);function Busboy(i){if(!(this instanceof Busboy)){return new Busboy(i)}if(typeof i!=="object"){throw new TypeError("Busboy expected an options-Object.")}if(typeof i.headers!=="object"){throw new TypeError("Busboy expected an options-Object with headers-attribute.")}if(typeof i.headers["content-type"]!=="string"){throw new TypeError("Missing Content-Type-header.")}const{headers:c,...d}=i;this.opts={autoDestroy:false,...d};p.call(this,this.opts);this._done=false;this._parser=this.getParserByHeaders(c);this._finished=false}A(Busboy,p);Busboy.prototype.emit=function(i){if(i==="finish"){if(!this._done){this._parser?.end();return}else if(this._finished){return}this._finished=true}p.prototype.emit.apply(this,arguments)};Busboy.prototype.getParserByHeaders=function(i){const c=T(i["content-type"]);const d={defCharset:this.opts.defCharset,fileHwm:this.opts.fileHwm,headers:i,highWaterMark:this.opts.highWaterMark,isPartAFile:this.opts.isPartAFile,limits:this.opts.limits,parsedConType:c,preservePath:this.opts.preservePath};if(S.detect.test(c[0])){return new S(this,d)}if(v.detect.test(c[0])){return new v(this,d)}throw new Error("Unsupported Content-Type.")};Busboy.prototype._write=function(i,c,d){this._parser.write(i,d)};i.exports=Busboy;i.exports["default"]=Busboy;i.exports.Busboy=Busboy;i.exports.Dicer=C},41192:(i,c,d)=>{"use strict";const{Readable:p}=d(57075);const{inherits:A}=d(57975);const C=d(27182);const S=d(8929);const v=d(72747);const T=d(20692);const _=d(22393);const V=/^boundary$/i;const Z=/^form-data$/i;const ee=/^charset$/i;const te=/^filename$/i;const re=/^name$/i;Multipart.detect=/^multipart\/form-data/i;function Multipart(i,c){let d;let p;const A=this;let ne;const ie=c.limits;const se=c.isPartAFile||((i,c,d)=>c==="application/octet-stream"||d!==undefined);const ae=c.parsedConType||[];const oe=c.defCharset||"utf8";const le=c.preservePath;const ce={highWaterMark:c.fileHwm};for(d=0,p=ae.length;d<p;++d){if(Array.isArray(ae[d])&&V.test(ae[d][0])){ne=ae[d][1];break}}function checkFinished(){if(Ee===0&&we&&!i._done){we=false;A.end()}}if(typeof ne!=="string"){throw new Error("Multipart: Boundary not found")}const de=_(ie,"fieldSize",1*1024*1024);const ue=_(ie,"fileSize",Infinity);const pe=_(ie,"files",Infinity);const Ae=_(ie,"fields",Infinity);const fe=_(ie,"parts",Infinity);const he=_(ie,"headerPairs",2e3);const me=_(ie,"headerSize",80*1024);let ge=0;let ye=0;let Ee=0;let be;let Ce;let we=false;this._needDrain=false;this._pause=false;this._cb=undefined;this._nparts=0;this._boy=i;const Ie={boundary:ne,maxHeaderPairs:he,maxHeaderSize:me,partHwm:ce.highWaterMark,highWaterMark:c.highWaterMark};this.parser=new C(Ie);this.parser.on("drain",(function(){A._needDrain=false;if(A._cb&&!A._pause){const i=A._cb;A._cb=undefined;i()}})).on("part",(function onPart(c){if(++A._nparts>fe){A.parser.removeListener("part",onPart);A.parser.on("part",skipPart);i.hitPartsLimit=true;i.emit("partsLimit");return skipPart(c)}if(Ce){const i=Ce;i.emit("end");i.removeAllListeners("end")}c.on("header",(function(C){let _;let V;let ne;let ie;let ae;let fe;let he=0;if(C["content-type"]){ne=S(C["content-type"][0]);if(ne[0]){_=ne[0].toLowerCase();for(d=0,p=ne.length;d<p;++d){if(ee.test(ne[d][0])){ie=ne[d][1].toLowerCase();break}}}}if(_===undefined){_="text/plain"}if(ie===undefined){ie=oe}if(C["content-disposition"]){ne=S(C["content-disposition"][0]);if(!Z.test(ne[0])){return skipPart(c)}for(d=0,p=ne.length;d<p;++d){if(re.test(ne[d][0])){V=ne[d][1]}else if(te.test(ne[d][0])){fe=ne[d][1];if(!le){fe=T(fe)}}}}else{return skipPart(c)}if(C["content-transfer-encoding"]){ae=C["content-transfer-encoding"][0].toLowerCase()}else{ae="7bit"}let me,we;if(se(V,_,fe)){if(ge===pe){if(!i.hitFilesLimit){i.hitFilesLimit=true;i.emit("filesLimit")}return skipPart(c)}++ge;if(i.listenerCount("file")===0){A.parser._ignore();return}++Ee;const d=new FileStream(ce);be=d;d.on("end",(function(){--Ee;A._pause=false;checkFinished();if(A._cb&&!A._needDrain){const i=A._cb;A._cb=undefined;i()}}));d._read=function(i){if(!A._pause){return}A._pause=false;if(A._cb&&!A._needDrain){const i=A._cb;A._cb=undefined;i()}};i.emit("file",V,d,fe,ae,_);me=function(i){if((he+=i.length)>ue){const p=ue-he+i.length;if(p>0){d.push(i.slice(0,p))}d.truncated=true;d.bytesRead=ue;c.removeAllListeners("data");d.emit("limit");return}else if(!d.push(i)){A._pause=true}d.bytesRead=he};we=function(){be=undefined;d.push(null)}}else{if(ye===Ae){if(!i.hitFieldsLimit){i.hitFieldsLimit=true;i.emit("fieldsLimit")}return skipPart(c)}++ye;++Ee;let d="";let p=false;Ce=c;me=function(i){if((he+=i.length)>de){const A=de-(he-i.length);d+=i.toString("binary",0,A);p=true;c.removeAllListeners("data")}else{d+=i.toString("binary")}};we=function(){Ce=undefined;if(d.length){d=v(d,"binary",ie)}i.emit("field",V,d,false,p,ae,_);--Ee;checkFinished()}}c._readableState.sync=false;c.on("data",me);c.on("end",we)})).on("error",(function(i){if(be){be.emit("error",i)}}))})).on("error",(function(c){i.emit("error",c)})).on("finish",(function(){we=true;checkFinished()}))}Multipart.prototype.write=function(i,c){const d=this.parser.write(i);if(d&&!this._pause){c()}else{this._needDrain=!d;this._cb=c}};Multipart.prototype.end=function(){const i=this;if(i.parser.writable){i.parser.end()}else if(!i._boy._done){process.nextTick((function(){i._boy._done=true;i._boy.emit("finish")}))}};function skipPart(i){i.resume()}function FileStream(i){p.call(this,i);this.bytesRead=0;this.truncated=false}A(FileStream,p);FileStream.prototype._read=function(i){};i.exports=Multipart},80855:(i,c,d)=>{"use strict";const p=d(11496);const A=d(72747);const C=d(22393);const S=/^charset$/i;UrlEncoded.detect=/^application\/x-www-form-urlencoded/i;function UrlEncoded(i,c){const d=c.limits;const A=c.parsedConType;this.boy=i;this.fieldSizeLimit=C(d,"fieldSize",1*1024*1024);this.fieldNameSizeLimit=C(d,"fieldNameSize",100);this.fieldsLimit=C(d,"fields",Infinity);let v;for(var T=0,_=A.length;T<_;++T){if(Array.isArray(A[T])&&S.test(A[T][0])){v=A[T][1].toLowerCase();break}}if(v===undefined){v=c.defCharset||"utf8"}this.decoder=new p;this.charset=v;this._fields=0;this._state="key";this._checkingBytes=true;this._bytesKey=0;this._bytesVal=0;this._key="";this._val="";this._keyTrunc=false;this._valTrunc=false;this._hitLimit=false}UrlEncoded.prototype.write=function(i,c){if(this._fields===this.fieldsLimit){if(!this.boy.hitFieldsLimit){this.boy.hitFieldsLimit=true;this.boy.emit("fieldsLimit")}return c()}let d;let p;let C;let S=0;const v=i.length;while(S<v){if(this._state==="key"){d=p=undefined;for(C=S;C<v;++C){if(!this._checkingBytes){++S}if(i[C]===61){d=C;break}else if(i[C]===38){p=C;break}if(this._checkingBytes&&this._bytesKey===this.fieldNameSizeLimit){this._hitLimit=true;break}else if(this._checkingBytes){++this._bytesKey}}if(d!==undefined){if(d>S){this._key+=this.decoder.write(i.toString("binary",S,d))}this._state="val";this._hitLimit=false;this._checkingBytes=true;this._val="";this._bytesVal=0;this._valTrunc=false;this.decoder.reset();S=d+1}else if(p!==undefined){++this._fields;let d;const C=this._keyTrunc;if(p>S){d=this._key+=this.decoder.write(i.toString("binary",S,p))}else{d=this._key}this._hitLimit=false;this._checkingBytes=true;this._key="";this._bytesKey=0;this._keyTrunc=false;this.decoder.reset();if(d.length){this.boy.emit("field",A(d,"binary",this.charset),"",C,false)}S=p+1;if(this._fields===this.fieldsLimit){return c()}}else if(this._hitLimit){if(C>S){this._key+=this.decoder.write(i.toString("binary",S,C))}S=C;if((this._bytesKey=this._key.length)===this.fieldNameSizeLimit){this._checkingBytes=false;this._keyTrunc=true}}else{if(S<v){this._key+=this.decoder.write(i.toString("binary",S))}S=v}}else{p=undefined;for(C=S;C<v;++C){if(!this._checkingBytes){++S}if(i[C]===38){p=C;break}if(this._checkingBytes&&this._bytesVal===this.fieldSizeLimit){this._hitLimit=true;break}else if(this._checkingBytes){++this._bytesVal}}if(p!==undefined){++this._fields;if(p>S){this._val+=this.decoder.write(i.toString("binary",S,p))}this.boy.emit("field",A(this._key,"binary",this.charset),A(this._val,"binary",this.charset),this._keyTrunc,this._valTrunc);this._state="key";this._hitLimit=false;this._checkingBytes=true;this._key="";this._bytesKey=0;this._keyTrunc=false;this.decoder.reset();S=p+1;if(this._fields===this.fieldsLimit){return c()}}else if(this._hitLimit){if(C>S){this._val+=this.decoder.write(i.toString("binary",S,C))}S=C;if(this._val===""&&this.fieldSizeLimit===0||(this._bytesVal=this._val.length)===this.fieldSizeLimit){this._checkingBytes=false;this._valTrunc=true}}else{if(S<v){this._val+=this.decoder.write(i.toString("binary",S))}S=v}}}c()};UrlEncoded.prototype.end=function(){if(this.boy._done){return}if(this._state==="key"&&this._key.length>0){this.boy.emit("field",A(this._key,"binary",this.charset),"",this._keyTrunc,false)}else if(this._state==="val"){this.boy.emit("field",A(this._key,"binary",this.charset),A(this._val,"binary",this.charset),this._keyTrunc,this._valTrunc)}this.boy._done=true;this.boy.emit("finish")};i.exports=UrlEncoded},11496:i=>{"use strict";const c=/\+/g;const d=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0];function Decoder(){this.buffer=undefined}Decoder.prototype.write=function(i){i=i.replace(c," ");let p="";let A=0;let C=0;const S=i.length;for(;A<S;++A){if(this.buffer!==undefined){if(!d[i.charCodeAt(A)]){p+="%"+this.buffer;this.buffer=undefined;--A}else{this.buffer+=i[A];++C;if(this.buffer.length===2){p+=String.fromCharCode(parseInt(this.buffer,16));this.buffer=undefined}}}else if(i[A]==="%"){if(A>C){p+=i.substring(C,A);C=A}this.buffer="";++C}}if(C<S&&this.buffer===undefined){p+=i.substring(C)}return p};Decoder.prototype.reset=function(){this.buffer=undefined};i.exports=Decoder},20692:i=>{"use strict";i.exports=function basename(i){if(typeof i!=="string"){return""}for(var c=i.length-1;c>=0;--c){switch(i.charCodeAt(c)){case 47:case 92:i=i.slice(c+1);return i===".."||i==="."?"":i}}return i===".."||i==="."?"":i}},72747:function(i){"use strict";const c=new TextDecoder("utf-8");const d=new Map([["utf-8",c],["utf8",c]]);function getDecoder(i){let c;while(true){switch(i){case"utf-8":case"utf8":return p.utf8;case"latin1":case"ascii":case"us-ascii":case"iso-8859-1":case"iso8859-1":case"iso88591":case"iso_8859-1":case"windows-1252":case"iso_8859-1:1987":case"cp1252":case"x-cp1252":return p.latin1;case"utf16le":case"utf-16le":case"ucs2":case"ucs-2":return p.utf16le;case"base64":return p.base64;default:if(c===undefined){c=true;i=i.toLowerCase();continue}return p.other.bind(i)}}}const p={utf8:(i,c)=>{if(i.length===0){return""}if(typeof i==="string"){i=Buffer.from(i,c)}return i.utf8Slice(0,i.length)},latin1:(i,c)=>{if(i.length===0){return""}if(typeof i==="string"){return i}return i.latin1Slice(0,i.length)},utf16le:(i,c)=>{if(i.length===0){return""}if(typeof i==="string"){i=Buffer.from(i,c)}return i.ucs2Slice(0,i.length)},base64:(i,c)=>{if(i.length===0){return""}if(typeof i==="string"){i=Buffer.from(i,c)}return i.base64Slice(0,i.length)},other:(i,c)=>{if(i.length===0){return""}if(typeof i==="string"){i=Buffer.from(i,c)}if(d.has(this.toString())){try{return d.get(this).decode(i)}catch{}}return typeof i==="string"?i:i.toString()}};function decodeText(i,c,d){if(i){return getDecoder(d)(i,c)}return i}i.exports=decodeText},22393:i=>{"use strict";i.exports=function getLimit(i,c,d){if(!i||i[c]===undefined||i[c]===null){return d}if(typeof i[c]!=="number"||isNaN(i[c])){throw new TypeError("Limit "+c+" is not a valid number")}return i[c]}},8929:(i,c,d)=>{"use strict";const p=d(72747);const A=/%[a-fA-F0-9][a-fA-F0-9]/g;const C={"%00":"\0","%01":"","%02":"","%03":"","%04":"","%05":"","%06":"","%07":"","%08":"\b","%09":"\t","%0a":"\n","%0A":"\n","%0b":"\v","%0B":"\v","%0c":"\f","%0C":"\f","%0d":"\r","%0D":"\r","%0e":"","%0E":"","%0f":"","%0F":"","%10":"","%11":"","%12":"","%13":"","%14":"","%15":"","%16":"","%17":"","%18":"","%19":"","%1a":"","%1A":"","%1b":"","%1B":"","%1c":"","%1C":"","%1d":"","%1D":"","%1e":"","%1E":"","%1f":"","%1F":"","%20":" ","%21":"!","%22":'"',"%23":"#","%24":"$","%25":"%","%26":"&","%27":"'","%28":"(","%29":")","%2a":"*","%2A":"*","%2b":"+","%2B":"+","%2c":",","%2C":",","%2d":"-","%2D":"-","%2e":".","%2E":".","%2f":"/","%2F":"/","%30":"0","%31":"1","%32":"2","%33":"3","%34":"4","%35":"5","%36":"6","%37":"7","%38":"8","%39":"9","%3a":":","%3A":":","%3b":";","%3B":";","%3c":"<","%3C":"<","%3d":"=","%3D":"=","%3e":">","%3E":">","%3f":"?","%3F":"?","%40":"@","%41":"A","%42":"B","%43":"C","%44":"D","%45":"E","%46":"F","%47":"G","%48":"H","%49":"I","%4a":"J","%4A":"J","%4b":"K","%4B":"K","%4c":"L","%4C":"L","%4d":"M","%4D":"M","%4e":"N","%4E":"N","%4f":"O","%4F":"O","%50":"P","%51":"Q","%52":"R","%53":"S","%54":"T","%55":"U","%56":"V","%57":"W","%58":"X","%59":"Y","%5a":"Z","%5A":"Z","%5b":"[","%5B":"[","%5c":"\\","%5C":"\\","%5d":"]","%5D":"]","%5e":"^","%5E":"^","%5f":"_","%5F":"_","%60":"`","%61":"a","%62":"b","%63":"c","%64":"d","%65":"e","%66":"f","%67":"g","%68":"h","%69":"i","%6a":"j","%6A":"j","%6b":"k","%6B":"k","%6c":"l","%6C":"l","%6d":"m","%6D":"m","%6e":"n","%6E":"n","%6f":"o","%6F":"o","%70":"p","%71":"q","%72":"r","%73":"s","%74":"t","%75":"u","%76":"v","%77":"w","%78":"x","%79":"y","%7a":"z","%7A":"z","%7b":"{","%7B":"{","%7c":"|","%7C":"|","%7d":"}","%7D":"}","%7e":"~","%7E":"~","%7f":"","%7F":"","%80":"","%81":"","%82":"","%83":"","%84":"","%85":"
","%86":"","%87":"","%88":"","%89":"","%8a":"","%8A":"","%8b":"","%8B":"","%8c":"","%8C":"","%8d":"","%8D":"","%8e":"","%8E":"","%8f":"","%8F":"","%90":"","%91":"","%92":"","%93":"","%94":"","%95":"","%96":"","%97":"","%98":"","%99":"","%9a":"","%9A":"","%9b":"","%9B":"","%9c":"","%9C":"","%9d":"","%9D":"","%9e":"","%9E":"","%9f":"","%9F":"","%a0":" ","%A0":" ","%a1":"¡","%A1":"¡","%a2":"¢","%A2":"¢","%a3":"£","%A3":"£","%a4":"¤","%A4":"¤","%a5":"¥","%A5":"¥","%a6":"¦","%A6":"¦","%a7":"§","%A7":"§","%a8":"¨","%A8":"¨","%a9":"©","%A9":"©","%aa":"ª","%Aa":"ª","%aA":"ª","%AA":"ª","%ab":"«","%Ab":"«","%aB":"«","%AB":"«","%ac":"¬","%Ac":"¬","%aC":"¬","%AC":"¬","%ad":"","%Ad":"","%aD":"","%AD":"","%ae":"®","%Ae":"®","%aE":"®","%AE":"®","%af":"¯","%Af":"¯","%aF":"¯","%AF":"¯","%b0":"°","%B0":"°","%b1":"±","%B1":"±","%b2":"²","%B2":"²","%b3":"³","%B3":"³","%b4":"´","%B4":"´","%b5":"µ","%B5":"µ","%b6":"¶","%B6":"¶","%b7":"·","%B7":"·","%b8":"¸","%B8":"¸","%b9":"¹","%B9":"¹","%ba":"º","%Ba":"º","%bA":"º","%BA":"º","%bb":"»","%Bb":"»","%bB":"»","%BB":"»","%bc":"¼","%Bc":"¼","%bC":"¼","%BC":"¼","%bd":"½","%Bd":"½","%bD":"½","%BD":"½","%be":"¾","%Be":"¾","%bE":"¾","%BE":"¾","%bf":"¿","%Bf":"¿","%bF":"¿","%BF":"¿","%c0":"À","%C0":"À","%c1":"Á","%C1":"Á","%c2":"Â","%C2":"Â","%c3":"Ã","%C3":"Ã","%c4":"Ä","%C4":"Ä","%c5":"Å","%C5":"Å","%c6":"Æ","%C6":"Æ","%c7":"Ç","%C7":"Ç","%c8":"È","%C8":"È","%c9":"É","%C9":"É","%ca":"Ê","%Ca":"Ê","%cA":"Ê","%CA":"Ê","%cb":"Ë","%Cb":"Ë","%cB":"Ë","%CB":"Ë","%cc":"Ì","%Cc":"Ì","%cC":"Ì","%CC":"Ì","%cd":"Í","%Cd":"Í","%cD":"Í","%CD":"Í","%ce":"Î","%Ce":"Î","%cE":"Î","%CE":"Î","%cf":"Ï","%Cf":"Ï","%cF":"Ï","%CF":"Ï","%d0":"Ð","%D0":"Ð","%d1":"Ñ","%D1":"Ñ","%d2":"Ò","%D2":"Ò","%d3":"Ó","%D3":"Ó","%d4":"Ô","%D4":"Ô","%d5":"Õ","%D5":"Õ","%d6":"Ö","%D6":"Ö","%d7":"×","%D7":"×","%d8":"Ø","%D8":"Ø","%d9":"Ù","%D9":"Ù","%da":"Ú","%Da":"Ú","%dA":"Ú","%DA":"Ú","%db":"Û","%Db":"Û","%dB":"Û","%DB":"Û","%dc":"Ü","%Dc":"Ü","%dC":"Ü","%DC":"Ü","%dd":"Ý","%Dd":"Ý","%dD":"Ý","%DD":"Ý","%de":"Þ","%De":"Þ","%dE":"Þ","%DE":"Þ","%df":"ß","%Df":"ß","%dF":"ß","%DF":"ß","%e0":"à","%E0":"à","%e1":"á","%E1":"á","%e2":"â","%E2":"â","%e3":"ã","%E3":"ã","%e4":"ä","%E4":"ä","%e5":"å","%E5":"å","%e6":"æ","%E6":"æ","%e7":"ç","%E7":"ç","%e8":"è","%E8":"è","%e9":"é","%E9":"é","%ea":"ê","%Ea":"ê","%eA":"ê","%EA":"ê","%eb":"ë","%Eb":"ë","%eB":"ë","%EB":"ë","%ec":"ì","%Ec":"ì","%eC":"ì","%EC":"ì","%ed":"í","%Ed":"í","%eD":"í","%ED":"í","%ee":"î","%Ee":"î","%eE":"î","%EE":"î","%ef":"ï","%Ef":"ï","%eF":"ï","%EF":"ï","%f0":"ð","%F0":"ð","%f1":"ñ","%F1":"ñ","%f2":"ò","%F2":"ò","%f3":"ó","%F3":"ó","%f4":"ô","%F4":"ô","%f5":"õ","%F5":"õ","%f6":"ö","%F6":"ö","%f7":"÷","%F7":"÷","%f8":"ø","%F8":"ø","%f9":"ù","%F9":"ù","%fa":"ú","%Fa":"ú","%fA":"ú","%FA":"ú","%fb":"û","%Fb":"û","%fB":"û","%FB":"û","%fc":"ü","%Fc":"ü","%fC":"ü","%FC":"ü","%fd":"ý","%Fd":"ý","%fD":"ý","%FD":"ý","%fe":"þ","%Fe":"þ","%fE":"þ","%FE":"þ","%ff":"ÿ","%Ff":"ÿ","%fF":"ÿ","%FF":"ÿ"};function encodedReplacer(i){return C[i]}const S=0;const v=1;const T=2;const _=3;function parseParams(i){const c=[];let d=S;let C="";let V=false;let Z=false;let ee=0;let te="";const re=i.length;for(var ne=0;ne<re;++ne){const re=i[ne];if(re==="\\"&&V){if(Z){Z=false}else{Z=true;continue}}else if(re==='"'){if(!Z){if(V){V=false;d=S}else{V=true}continue}else{Z=false}}else{if(Z&&V){te+="\\"}Z=false;if((d===T||d===_)&&re==="'"){if(d===T){d=_;C=te.substring(1)}else{d=v}te="";continue}else if(d===S&&(re==="*"||re==="=")&&c.length){d=re==="*"?T:v;c[ee]=[te,undefined];te="";continue}else if(!V&&re===";"){d=S;if(C){if(te.length){te=p(te.replace(A,encodedReplacer),"binary",C)}C=""}else if(te.length){te=p(te,"binary","utf8")}if(c[ee]===undefined){c[ee]=te}else{c[ee][1]=te}te="";++ee;continue}else if(!V&&(re===" "||re==="\t")){continue}}te+=re}if(C&&te.length){te=p(te.replace(A,encodedReplacer),"binary",C)}else if(te){te=p(te,"binary","utf8")}if(c[ee]===undefined){if(te){c[ee]=te}}else{c[ee][1]=te}return c}i.exports=parseParams},99992:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.AbortError=void 0;class AbortError extends Error{constructor(i){super(i);this.name="AbortError"}}c.AbortError=AbortError},36227:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.isOAuth2TokenCredential=isOAuth2TokenCredential;c.isBearerTokenCredential=isBearerTokenCredential;c.isBasicCredential=isBasicCredential;c.isApiKeyCredential=isApiKeyCredential;function isOAuth2TokenCredential(i){return"getOAuth2Token"in i}function isBearerTokenCredential(i){return"getBearerToken"in i}function isBasicCredential(i){return"username"in i&&"password"in i}function isApiKeyCredential(i){return"key"in i}},43097:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true})},92097:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true})},71408:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.apiVersionPolicyName=void 0;c.apiVersionPolicy=apiVersionPolicy;c.apiVersionPolicyName="ApiVersionPolicy";function apiVersionPolicy(i){return{name:c.apiVersionPolicyName,sendRequest:(c,d)=>{const p=new URL(c.url);if(!p.searchParams.get("api-version")&&i.apiVersion){c.url=`${c.url}${Array.from(p.searchParams.keys()).length>0?"&":"?"}api-version=${i.apiVersion}`}return d(c)}}}},88728:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.createDefaultPipeline=createDefaultPipeline;c.getCachedDefaultHttpsClient=getCachedDefaultHttpsClient;const p=d(69468);const A=d(91810);const C=d(71408);const S=d(36227);const v=d(42095);const T=d(15756);const _=d(89709);const V=d(20219);let Z;function createDefaultPipeline(i={}){const c=(0,A.createPipelineFromOptions)(i);c.addPolicy((0,C.apiVersionPolicy)(i));const{credential:d,authSchemes:p,allowInsecureConnection:Z}=i;if(d){if((0,S.isApiKeyCredential)(d)){c.addPolicy((0,v.apiKeyAuthenticationPolicy)({authSchemes:p,credential:d,allowInsecureConnection:Z}))}else if((0,S.isBasicCredential)(d)){c.addPolicy((0,T.basicAuthenticationPolicy)({authSchemes:p,credential:d,allowInsecureConnection:Z}))}else if((0,S.isBearerTokenCredential)(d)){c.addPolicy((0,_.bearerAuthenticationPolicy)({authSchemes:p,credential:d,allowInsecureConnection:Z}))}else if((0,S.isOAuth2TokenCredential)(d)){c.addPolicy((0,V.oauth2AuthenticationPolicy)({authSchemes:p,credential:d,allowInsecureConnection:Z}))}}return c}function getCachedDefaultHttpsClient(){if(!Z){Z=(0,p.createDefaultHttpClient)()}return Z}},86191:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.getClient=getClient;const p=d(88728);const A=d(16311);const C=d(37088);const S=d(85086);function getClient(i,c={}){const d=c.pipeline??(0,p.createDefaultPipeline)(c);if(c.additionalPolicies?.length){for(const{policy:i,position:p}of c.additionalPolicies){const c=p==="perRetry"?"Sign":undefined;d.addPolicy(i,{afterPhase:c})}}const{allowInsecureConnection:A,httpClient:S}=c;const v=c.endpoint??i;const client=(i,...c)=>{const getUrl=d=>(0,C.buildRequestUrl)(v,i,c,{allowInsecureConnection:A,...d});return{get:(i={})=>buildOperation("GET",getUrl(i),d,i,A,S),post:(i={})=>buildOperation("POST",getUrl(i),d,i,A,S),put:(i={})=>buildOperation("PUT",getUrl(i),d,i,A,S),patch:(i={})=>buildOperation("PATCH",getUrl(i),d,i,A,S),delete:(i={})=>buildOperation("DELETE",getUrl(i),d,i,A,S),head:(i={})=>buildOperation("HEAD",getUrl(i),d,i,A,S),options:(i={})=>buildOperation("OPTIONS",getUrl(i),d,i,A,S),trace:(i={})=>buildOperation("TRACE",getUrl(i),d,i,A,S)}};return{path:client,pathUnchecked:client,pipeline:d}}function buildOperation(i,c,d,p,C,v){C=p.allowInsecureConnection??C;return{then:function(S,T){return(0,A.sendRequest)(i,c,d,{...p,allowInsecureConnection:C},v).then(S,T)},async asBrowserStream(){if(S.isNodeLike){throw new Error("`asBrowserStream` is supported only in the browser environment. Use `asNodeStream` instead to obtain the response body stream. If you require a Web stream of the response in Node, consider using `Readable.toWeb` on the result of `asNodeStream`.")}else{return(0,A.sendRequest)(i,c,d,{...p,allowInsecureConnection:C,responseAsStream:true},v)}},async asNodeStream(){if(S.isNodeLike){return(0,A.sendRequest)(i,c,d,{...p,allowInsecureConnection:C,responseAsStream:true},v)}else{throw new Error("`isNodeStream` is not supported in the browser environment. Use `asBrowserStream` to obtain the response body stream.")}}}}},18240:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.buildBodyPart=buildBodyPart;c.buildMultipartBody=buildMultipartBody;const p=d(9758);const A=d(4220);const C=d(82921);const S=d(48505);function getHeaderValue(i,c){if(i.headers){const d=Object.keys(i.headers).find((i=>i.toLowerCase()===c.toLowerCase()));if(d){return i.headers[d]}}return undefined}function getPartContentType(i){const c=getHeaderValue(i,"content-type");if(c){return c}if(i.contentType===null){return undefined}if(i.contentType){return i.contentType}const{body:d}=i;if(d===null||d===undefined){return undefined}if(typeof d==="string"||typeof d==="number"||typeof d==="boolean"){return"text/plain; charset=UTF-8"}if(d instanceof Blob){return d.type||"application/octet-stream"}if((0,S.isBinaryBody)(d)){return"application/octet-stream"}return"application/json"}function escapeDispositionField(i){return JSON.stringify(i)}function getContentDisposition(i){const c=getHeaderValue(i,"content-disposition");if(c){return c}if(i.dispositionType===undefined&&i.name===undefined&&i.filename===undefined){return undefined}const d=i.dispositionType??"form-data";let p=d;if(i.name){p+=`; name=${escapeDispositionField(i.name)}`}let A=undefined;if(i.filename){A=i.filename}else if(typeof File!=="undefined"&&i.body instanceof File){const c=i.body.name;if(c!==""){A=c}}if(A){p+=`; filename=${escapeDispositionField(A)}`}return p}function normalizeBody(i,c){if(i===undefined){return new Uint8Array([])}if((0,S.isBinaryBody)(i)){return i}if(typeof i==="string"||typeof i==="number"||typeof i==="boolean"){return(0,C.stringToUint8Array)(String(i),"utf-8")}if(c&&/application\/(.+\+)?json(;.+)?/i.test(String(c))){return(0,C.stringToUint8Array)(JSON.stringify(i),"utf-8")}throw new p.RestError(`Unsupported body/content-type combination: ${i}, ${c}`)}function buildBodyPart(i){const c=getPartContentType(i);const d=getContentDisposition(i);const p=(0,A.createHttpHeaders)(i.headers??{});if(c){p.set("content-type",c)}if(d){p.set("content-disposition",d)}const C=normalizeBody(i.body,c);return{headers:p,body:C}}function buildMultipartBody(i){return{parts:i.map(buildBodyPart)}}},19635:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.operationOptionsToRequestParameters=operationOptionsToRequestParameters;function operationOptionsToRequestParameters(i){return{allowInsecureConnection:i.requestOptions?.allowInsecureConnection,timeout:i.requestOptions?.timeout,skipUrlEncoding:i.requestOptions?.skipUrlEncoding,abortSignal:i.abortSignal,onUploadProgress:i.requestOptions?.onUploadProgress,onDownloadProgress:i.requestOptions?.onDownloadProgress,headers:{...i.requestOptions?.headers},onResponse:i.onResponse}}},97332:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.createRestError=createRestError;const p=d(9758);const A=d(4220);function createRestError(i,c){const d=typeof i==="string"?c:i;const A=d.body?.error??d.body;const C=typeof i==="string"?i:A?.message??`Unexpected status code: ${d.status}`;return new p.RestError(C,{statusCode:statusCodeToNumber(d.status),code:A?.code,request:d.request,response:toPipelineResponse(d)})}function toPipelineResponse(i){return{headers:(0,A.createHttpHeaders)(i.headers),request:i.request,status:statusCodeToNumber(i.status)??-1}}function statusCodeToNumber(i){const c=Number.parseInt(i);return Number.isNaN(c)?undefined:c}},16311:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.sendRequest=sendRequest;const p=d(9758);const A=d(4220);const C=d(72305);const S=d(88728);const v=d(48505);const T=d(18240);async function sendRequest(i,c,d,A={},C){const v=C??(0,S.getCachedDefaultHttpsClient)();const T=buildPipelineRequest(i,c,A);try{const i=await d.sendRequest(v,T);const c=i.headers.toJSON();const p=i.readableStreamBody??i.browserStreamBody;const C=A.responseAsStream||p!==undefined?undefined:getResponseBody(i);const S=p??C;if(A?.onResponse){A.onResponse({...i,request:T,rawHeaders:c,parsedBody:C})}return{request:T,headers:c,status:`${i.status}`,body:S}}catch(i){if((0,p.isRestError)(i)&&i.response&&A.onResponse){const{response:c}=i;const d=c.headers.toJSON();A?.onResponse({...c,request:T,rawHeaders:d},i)}throw i}}function getRequestContentType(i={}){return i.contentType??i.headers?.["content-type"]??getContentType(i.body)}function getContentType(i){if(ArrayBuffer.isView(i)){return"application/octet-stream"}if(typeof i==="string"){try{JSON.parse(i);return"application/json"}catch(i){return undefined}}return"application/json"}function buildPipelineRequest(i,c,d={}){const p=getRequestContentType(d);const{body:S,multipartBody:v}=getRequestBody(d.body,p);const T=S!==undefined||v!==undefined;const _=(0,A.createHttpHeaders)({...d.headers?d.headers:{},accept:d.accept??d.headers?.accept??"application/json",...T&&p&&{"content-type":p}});return(0,C.createPipelineRequest)({url:c,method:i,body:S,multipartBody:v,headers:_,allowInsecureConnection:d.allowInsecureConnection,abortSignal:d.abortSignal,onUploadProgress:d.onUploadProgress,onDownloadProgress:d.onDownloadProgress,timeout:d.timeout,enableBrowserStreams:true,streamResponseStatusCodes:d.responseAsStream?new Set([Number.POSITIVE_INFINITY]):undefined})}function getRequestBody(i,c=""){if(i===undefined){return{body:undefined}}if(typeof FormData!=="undefined"&&i instanceof FormData){return{body:i}}if((0,v.isReadableStream)(i)){return{body:i}}if(ArrayBuffer.isView(i)){return{body:i instanceof Uint8Array?i:JSON.stringify(i)}}const d=c.split(";")[0];switch(d){case"application/json":return{body:JSON.stringify(i)};case"multipart/form-data":if(Array.isArray(i)){return{multipartBody:(0,T.buildMultipartBody)(i)}}return{body:JSON.stringify(i)};case"text/plain":return{body:String(i)};default:if(typeof i==="string"){return{body:i}}return{body:JSON.stringify(i)}}}function getResponseBody(i){const c=i.headers.get("content-type")??"";const d=c.split(";")[0];const p=i.bodyAsText??"";if(d==="text/plain"){return String(p)}try{return p?JSON.parse(p):undefined}catch(c){if(d==="application/json"){throw createParseError(i,c)}return String(p)}}function createParseError(i,c){const d=`Error "${c}" occurred while parsing the response body - ${i.bodyAsText}.`;const A=c.code??p.RestError.PARSE_ERROR;return new p.RestError(d,{code:A,statusCode:i.status,request:i.request,response:i})}},37088:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.buildRequestUrl=buildRequestUrl;c.buildBaseUrl=buildBaseUrl;c.replaceAll=replaceAll;function isQueryParameterWithOptions(i){const c=i.value;return c!==undefined&&c.toString!==undefined&&typeof c.toString==="function"}function buildRequestUrl(i,c,d,p={}){if(c.startsWith("https://")||c.startsWith("http://")){return c}i=buildBaseUrl(i,p);c=buildRoutePath(c,d,p);const A=appendQueryParams(`${i}/${c}`,p);const C=new URL(A);return C.toString().replace(/([^:]\/)\/+/g,"$1")}function getQueryParamValue(i,c,d,p){let A;if(d==="pipeDelimited"){A="|"}else if(d==="spaceDelimited"){A="%20"}else{A=","}let C;if(Array.isArray(p)){C=p}else if(typeof p==="object"&&p.toString===Object.prototype.toString){C=Object.entries(p).flat()}else{C=[p]}const S=C.map((d=>{if(d===null||d===undefined){return""}if(!d.toString||typeof d.toString!=="function"){throw new Error(`Query parameters must be able to be represented as string, ${i} can't`)}const p=d.toISOString!==undefined?d.toISOString():d.toString();return c?p:encodeURIComponent(p)})).join(A);return`${c?i:encodeURIComponent(i)}=${S}`}function appendQueryParams(i,c={}){if(!c.queryParameters){return i}const d=new URL(i);const p=c.queryParameters;const A=[];for(const i of Object.keys(p)){const d=p[i];if(d===undefined||d===null){continue}const C=isQueryParameterWithOptions(d);const S=C?d.value:d;const v=C?d.explode??false:false;const T=C&&d.style?d.style:"form";if(v){if(Array.isArray(S)){for(const d of S){A.push(getQueryParamValue(i,c.skipUrlEncoding??false,T,d))}}else if(typeof S==="object"){for(const[i,d]of Object.entries(S)){A.push(getQueryParamValue(i,c.skipUrlEncoding??false,T,d))}}else{throw new Error("explode can only be set to true for objects and arrays")}}else{A.push(getQueryParamValue(i,c.skipUrlEncoding??false,T,S))}}if(d.search!==""){d.search+="&"}d.search+=A.join("&");return d.toString()}function buildBaseUrl(i,c){if(!c.pathParameters){return i}const d=c.pathParameters;for(const[p,A]of Object.entries(d)){if(A===undefined||A===null){throw new Error(`Path parameters ${p} must not be undefined or null`)}if(!A.toString||typeof A.toString!=="function"){throw new Error(`Path parameters must be able to be represented as string, ${p} can't`)}let d=A.toISOString!==undefined?A.toISOString():String(A);if(!c.skipUrlEncoding){d=encodeURIComponent(A)}i=replaceAll(i,`{${p}}`,d)??""}return i}function buildRoutePath(i,c,d={}){for(const p of c){const c=typeof p==="object"&&(p.allowReserved??false);let A=typeof p==="object"?p.value:p;if(!d.skipUrlEncoding&&!c){A=encodeURIComponent(A)}i=i.replace(/\{[\w-]+\}/,String(A))}return i}function replaceAll(i,c,d){return!i||!c?i:i.split(c).join(d||"")}},31255:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.DEFAULT_RETRY_POLICY_COUNT=c.SDK_VERSION=void 0;c.SDK_VERSION="0.3.2";c.DEFAULT_RETRY_POLICY_COUNT=3},91810:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.createPipelineFromOptions=createPipelineFromOptions;const p=d(47129);const A=d(22338);const C=d(92187);const S=d(91691);const v=d(35035);const T=d(32462);const _=d(14197);const V=d(85086);const Z=d(80067);const ee=d(85366);const te=d(96690);const re=d(27427);function createPipelineFromOptions(i){const c=(0,A.createEmptyPipeline)();if(V.isNodeLike){if(i.agent){c.addPolicy((0,ee.agentPolicy)(i.agent))}if(i.tlsOptions){c.addPolicy((0,te.tlsPolicy)(i.tlsOptions))}c.addPolicy((0,Z.proxyPolicy)(i.proxyOptions));c.addPolicy((0,v.decompressResponsePolicy)())}c.addPolicy((0,_.formDataPolicy)(),{beforePolicies:[re.multipartPolicyName]});c.addPolicy((0,S.userAgentPolicy)(i.userAgentOptions));c.addPolicy((0,re.multipartPolicy)(),{afterPhase:"Deserialize"});c.addPolicy((0,T.defaultRetryPolicy)(i.retryOptions),{phase:"Retry"});if(V.isNodeLike){c.addPolicy((0,C.redirectPolicy)(i.redirectOptions),{afterPhase:"Retry"})}c.addPolicy((0,p.logPolicy)(i.loggingOptions),{afterPhase:"Sign"});return c}},69468:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.createDefaultHttpClient=createDefaultHttpClient;const p=d(21167);function createDefaultHttpClient(){return(0,p.createNodeHttpClient)()}},4220:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.createHttpHeaders=createHttpHeaders;function normalizeName(i){return i.toLowerCase()}function*headerIterator(i){for(const c of i.values()){yield[c.name,c.value]}}class HttpHeadersImpl{_headersMap;constructor(i){this._headersMap=new Map;if(i){for(const c of Object.keys(i)){this.set(c,i[c])}}}set(i,c){this._headersMap.set(normalizeName(i),{name:i,value:String(c).trim()})}get(i){return this._headersMap.get(normalizeName(i))?.value}has(i){return this._headersMap.has(normalizeName(i))}delete(i){this._headersMap.delete(normalizeName(i))}toJSON(i={}){const c={};if(i.preserveCase){for(const i of this._headersMap.values()){c[i.name]=i.value}}else{for(const[i,d]of this._headersMap){c[i]=d.value}}return c}toString(){return JSON.stringify(this.toJSON({preserveCase:true}))}[Symbol.iterator](){return headerIterator(this._headersMap)}}function createHttpHeaders(i){return new HttpHeadersImpl(i)}},41958:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.createRestError=c.operationOptionsToRequestParameters=c.getClient=c.createDefaultHttpClient=c.uint8ArrayToString=c.stringToUint8Array=c.isRestError=c.RestError=c.createEmptyPipeline=c.createPipelineRequest=c.createHttpHeaders=c.TypeSpecRuntimeLogger=c.setLogLevel=c.getLogLevel=c.createClientLogger=c.AbortError=void 0;const p=d(61860);var A=d(99992);Object.defineProperty(c,"AbortError",{enumerable:true,get:function(){return A.AbortError}});var C=d(18459);Object.defineProperty(c,"createClientLogger",{enumerable:true,get:function(){return C.createClientLogger}});Object.defineProperty(c,"getLogLevel",{enumerable:true,get:function(){return C.getLogLevel}});Object.defineProperty(c,"setLogLevel",{enumerable:true,get:function(){return C.setLogLevel}});Object.defineProperty(c,"TypeSpecRuntimeLogger",{enumerable:true,get:function(){return C.TypeSpecRuntimeLogger}});var S=d(4220);Object.defineProperty(c,"createHttpHeaders",{enumerable:true,get:function(){return S.createHttpHeaders}});p.__exportStar(d(92097),c);p.__exportStar(d(43097),c);var v=d(72305);Object.defineProperty(c,"createPipelineRequest",{enumerable:true,get:function(){return v.createPipelineRequest}});var T=d(22338);Object.defineProperty(c,"createEmptyPipeline",{enumerable:true,get:function(){return T.createEmptyPipeline}});var _=d(9758);Object.defineProperty(c,"RestError",{enumerable:true,get:function(){return _.RestError}});Object.defineProperty(c,"isRestError",{enumerable:true,get:function(){return _.isRestError}});var V=d(82921);Object.defineProperty(c,"stringToUint8Array",{enumerable:true,get:function(){return V.stringToUint8Array}});Object.defineProperty(c,"uint8ArrayToString",{enumerable:true,get:function(){return V.uint8ArrayToString}});var Z=d(69468);Object.defineProperty(c,"createDefaultHttpClient",{enumerable:true,get:function(){return Z.createDefaultHttpClient}});var ee=d(86191);Object.defineProperty(c,"getClient",{enumerable:true,get:function(){return ee.getClient}});var te=d(19635);Object.defineProperty(c,"operationOptionsToRequestParameters",{enumerable:true,get:function(){return te.operationOptionsToRequestParameters}});var re=d(97332);Object.defineProperty(c,"createRestError",{enumerable:true,get:function(){return re.createRestError}})},3644:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.logger=void 0;const p=d(18459);c.logger=(0,p.createClientLogger)("ts-http-runtime")},36836:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});const p=d(38029);const A=typeof process!=="undefined"&&process.env&&process.env.DEBUG||undefined;let C;let S=[];let v=[];const T=[];if(A){enable(A)}const _=Object.assign((i=>createDebugger(i)),{enable:enable,enabled:enabled,disable:disable,log:p.log});function enable(i){C=i;S=[];v=[];const c=i.split(",").map((i=>i.trim()));for(const i of c){if(i.startsWith("-")){v.push(i.substring(1))}else{S.push(i)}}for(const i of T){i.enabled=enabled(i.namespace)}}function enabled(i){if(i.endsWith("*")){return true}for(const c of v){if(namespaceMatches(i,c)){return false}}for(const c of S){if(namespaceMatches(i,c)){return true}}return false}function namespaceMatches(i,c){if(c.indexOf("*")===-1){return i===c}let d=c;if(c.indexOf("**")!==-1){const i=[];let p="";for(const d of c){if(d==="*"&&p==="*"){continue}else{p=d;i.push(d)}}d=i.join("")}let p=0;let A=0;const C=d.length;const S=i.length;let v=-1;let T=-1;while(p<S&&A<C){if(d[A]==="*"){v=A;A++;if(A===C){return true}while(i[p]!==d[A]){p++;if(p===S){return false}}T=p;p++;A++;continue}else if(d[A]===i[p]){A++;p++}else if(v>=0){A=v+1;p=T+1;if(p===S){return false}while(i[p]!==d[A]){p++;if(p===S){return false}}T=p;p++;A++;continue}else{return false}}const _=p===i.length;const V=A===d.length;const Z=A===d.length-1&&d[A]==="*";return _&&(V||Z)}function disable(){const i=C||"";enable("");return i}function createDebugger(i){const c=Object.assign(debug,{enabled:enabled(i),destroy:destroy,log:_.log,namespace:i,extend:extend});function debug(...d){if(!c.enabled){return}if(d.length>0){d[0]=`${i} ${d[0]}`}c.log(...d)}T.push(c);return c}function destroy(){const i=T.indexOf(this);if(i>=0){T.splice(i,1);return true}return false}function extend(i){const c=createDebugger(`${this.namespace}:${i}`);c.log=this.log;return c}c["default"]=_},82490:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.createLoggerContext=void 0;var p=d(18459);Object.defineProperty(c,"createLoggerContext",{enumerable:true,get:function(){return p.createLoggerContext}})},38029:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.log=log;const p=d(61860);const A=d(48161);const C=p.__importDefault(d(57975));const S=p.__importDefault(d(1708));function log(i,...c){S.default.stderr.write(`${C.default.format(i,...c)}${A.EOL}`)}},18459:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.TypeSpecRuntimeLogger=void 0;c.createLoggerContext=createLoggerContext;c.setLogLevel=setLogLevel;c.getLogLevel=getLogLevel;c.createClientLogger=createClientLogger;const p=d(61860);const A=p.__importDefault(d(36836));const C=["verbose","info","warning","error"];const S={verbose:400,info:300,warning:200,error:100};function patchLogMethod(i,c){c.log=(...c)=>{i.log(...c)}}function isTypeSpecRuntimeLogLevel(i){return C.includes(i)}function createLoggerContext(i){const c=new Set;const d=typeof process!=="undefined"&&process.env&&process.env[i.logLevelEnvVarName]||undefined;let p;const v=(0,A.default)(i.namespace);v.log=(...i)=>{A.default.log(...i)};function contextSetLogLevel(i){if(i&&!isTypeSpecRuntimeLogLevel(i)){throw new Error(`Unknown log level '${i}'. Acceptable values: ${C.join(",")}`)}p=i;const d=[];for(const i of c){if(shouldEnable(i)){d.push(i.namespace)}}A.default.enable(d.join(","))}if(d){if(isTypeSpecRuntimeLogLevel(d)){contextSetLogLevel(d)}else{console.error(`${i.logLevelEnvVarName} set to unknown log level '${d}'; logging is not enabled. Acceptable values: ${C.join(", ")}.`)}}function shouldEnable(i){return Boolean(p&&S[i.level]<=S[p])}function createLogger(i,d){const p=Object.assign(i.extend(d),{level:d});patchLogMethod(i,p);if(shouldEnable(p)){const i=A.default.disable();A.default.enable(i+","+p.namespace)}c.add(p);return p}function contextGetLogLevel(){return p}function contextCreateClientLogger(i){const c=v.extend(i);patchLogMethod(v,c);return{error:createLogger(c,"error"),warning:createLogger(c,"warning"),info:createLogger(c,"info"),verbose:createLogger(c,"verbose")}}return{setLogLevel:contextSetLogLevel,getLogLevel:contextGetLogLevel,createClientLogger:contextCreateClientLogger,logger:v}}const v=createLoggerContext({logLevelEnvVarName:"TYPESPEC_RUNTIME_LOG_LEVEL",namespace:"typeSpecRuntime"});c.TypeSpecRuntimeLogger=v.logger;function setLogLevel(i){v.setLogLevel(i)}function getLogLevel(){return v.getLogLevel()}function createClientLogger(i){return v.createClientLogger(i)}},21167:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.getBodyLength=getBodyLength;c.createNodeHttpClient=createNodeHttpClient;const p=d(61860);const A=p.__importDefault(d(37067));const C=p.__importDefault(d(44708));const S=p.__importDefault(d(38522));const v=d(57075);const T=d(99992);const _=d(4220);const V=d(9758);const Z=d(3644);const ee=d(7784);const te={};function isReadableStream(i){return i&&typeof i.pipe==="function"}function isStreamComplete(i){if(i.readable===false){return Promise.resolve()}return new Promise((c=>{const handler=()=>{c();i.removeListener("close",handler);i.removeListener("end",handler);i.removeListener("error",handler)};i.on("close",handler);i.on("end",handler);i.on("error",handler)}))}function isArrayBuffer(i){return i&&typeof i.byteLength==="number"}class ReportTransform extends v.Transform{loadedBytes=0;progressCallback;_transform(i,c,d){this.push(i);this.loadedBytes+=i.length;try{this.progressCallback({loadedBytes:this.loadedBytes});d()}catch(i){d(i)}}constructor(i){super();this.progressCallback=i}}class NodeHttpClient{cachedHttpAgent;cachedHttpsAgents=new WeakMap;async sendRequest(i){const c=new AbortController;let d;if(i.abortSignal){if(i.abortSignal.aborted){throw new T.AbortError("The operation was aborted. Request has already been canceled.")}d=i=>{if(i.type==="abort"){c.abort()}};i.abortSignal.addEventListener("abort",d)}let p;if(i.timeout>0){p=setTimeout((()=>{const d=new ee.Sanitizer;Z.logger.info(`request to '${d.sanitizeUrl(i.url)}' timed out. canceling...`);c.abort()}),i.timeout)}const A=i.headers.get("Accept-Encoding");const C=A?.includes("gzip")||A?.includes("deflate");let S=typeof i.body==="function"?i.body():i.body;if(S&&!i.headers.has("Content-Length")){const c=getBodyLength(S);if(c!==null){i.headers.set("Content-Length",c)}}let v;try{if(S&&i.onUploadProgress){const c=i.onUploadProgress;const d=new ReportTransform(c);d.on("error",(i=>{Z.logger.error("Error in upload progress",i)}));if(isReadableStream(S)){S.pipe(d)}else{d.end(S)}S=d}const d=await this.makeRequest(i,c,S);if(p!==undefined){clearTimeout(p)}const A=getResponseHeaders(d);const T=d.statusCode??0;const _={status:T,headers:A,request:i};if(i.method==="HEAD"){d.resume();return _}v=C?getDecodedResponseStream(d,A):d;const V=i.onDownloadProgress;if(V){const i=new ReportTransform(V);i.on("error",(i=>{Z.logger.error("Error in download progress",i)}));v.pipe(i);v=i}if(i.streamResponseStatusCodes?.has(Number.POSITIVE_INFINITY)||i.streamResponseStatusCodes?.has(_.status)){_.readableStreamBody=v}else{_.bodyAsText=await streamToText(v)}return _}finally{if(i.abortSignal&&d){let c=Promise.resolve();if(isReadableStream(S)){c=isStreamComplete(S)}let p=Promise.resolve();if(isReadableStream(v)){p=isStreamComplete(v)}Promise.all([c,p]).then((()=>{if(d){i.abortSignal?.removeEventListener("abort",d)}})).catch((i=>{Z.logger.warning("Error when cleaning up abortListener on httpRequest",i)}))}}}makeRequest(i,c,d){const p=new URL(i.url);const S=p.protocol!=="https:";if(S&&!i.allowInsecureConnection){throw new Error(`Cannot connect to ${i.url} while allowInsecureConnection is false.`)}const v=i.agent??this.getOrCreateAgent(i,S);const _={agent:v,hostname:p.hostname,path:`${p.pathname}${p.search}`,port:p.port,method:i.method,headers:i.headers.toJSON({preserveCase:true}),...i.requestOverrides};return new Promise(((p,v)=>{const ee=S?A.default.request(_,p):C.default.request(_,p);ee.once("error",(c=>{v(new V.RestError(c.message,{code:c.code??V.RestError.REQUEST_SEND_ERROR,request:i}))}));c.signal.addEventListener("abort",(()=>{const i=new T.AbortError("The operation was aborted. Rejecting from abort signal callback while making request.");ee.destroy(i);v(i)}));if(d&&isReadableStream(d)){d.pipe(ee)}else if(d){if(typeof d==="string"||Buffer.isBuffer(d)){ee.end(d)}else if(isArrayBuffer(d)){ee.end(ArrayBuffer.isView(d)?Buffer.from(d.buffer):Buffer.from(d))}else{Z.logger.error("Unrecognized body type",d);v(new V.RestError("Unrecognized body type"))}}else{ee.end()}}))}getOrCreateAgent(i,c){const d=i.disableKeepAlive;if(c){if(d){return A.default.globalAgent}if(!this.cachedHttpAgent){this.cachedHttpAgent=new A.default.Agent({keepAlive:true})}return this.cachedHttpAgent}else{if(d&&!i.tlsSettings){return C.default.globalAgent}const c=i.tlsSettings??te;let p=this.cachedHttpsAgents.get(c);if(p&&p.options.keepAlive===!d){return p}Z.logger.info("No cached TLS Agent exist, creating a new Agent");p=new C.default.Agent({keepAlive:!d,...c});this.cachedHttpsAgents.set(c,p);return p}}}function getResponseHeaders(i){const c=(0,_.createHttpHeaders)();for(const d of Object.keys(i.headers)){const p=i.headers[d];if(Array.isArray(p)){if(p.length>0){c.set(d,p[0])}}else if(p){c.set(d,p)}}return c}function getDecodedResponseStream(i,c){const d=c.get("Content-Encoding");if(d==="gzip"){const c=S.default.createGunzip();i.pipe(c);return c}else if(d==="deflate"){const c=S.default.createInflate();i.pipe(c);return c}return i}function streamToText(i){return new Promise(((c,d)=>{const p=[];i.on("data",(i=>{if(Buffer.isBuffer(i)){p.push(i)}else{p.push(Buffer.from(i))}}));i.on("end",(()=>{c(Buffer.concat(p).toString("utf8"))}));i.on("error",(i=>{if(i&&i?.name==="AbortError"){d(i)}else{d(new V.RestError(`Error reading response as text: ${i.message}`,{code:V.RestError.PARSE_ERROR}))}}))}))}function getBodyLength(i){if(!i){return 0}else if(Buffer.isBuffer(i)){return i.length}else if(isReadableStream(i)){return null}else if(isArrayBuffer(i)){return i.byteLength}else if(typeof i==="string"){return Buffer.from(i).length}else{return null}}function createNodeHttpClient(){return new NodeHttpClient}},22338:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.createEmptyPipeline=createEmptyPipeline;const d=new Set(["Deserialize","Serialize","Retry","Sign"]);class HttpPipeline{_policies=[];_orderedPolicies;constructor(i){this._policies=i?.slice(0)??[];this._orderedPolicies=undefined}addPolicy(i,c={}){if(c.phase&&c.afterPhase){throw new Error("Policies inside a phase cannot specify afterPhase.")}if(c.phase&&!d.has(c.phase)){throw new Error(`Invalid phase name: ${c.phase}`)}if(c.afterPhase&&!d.has(c.afterPhase)){throw new Error(`Invalid afterPhase name: ${c.afterPhase}`)}this._policies.push({policy:i,options:c});this._orderedPolicies=undefined}removePolicy(i){const c=[];this._policies=this._policies.filter((d=>{if(i.name&&d.policy.name===i.name||i.phase&&d.options.phase===i.phase){c.push(d.policy);return false}else{return true}}));this._orderedPolicies=undefined;return c}sendRequest(i,c){const d=this.getOrderedPolicies();const p=d.reduceRight(((i,c)=>d=>c.sendRequest(d,i)),(c=>i.sendRequest(c)));return p(c)}getOrderedPolicies(){if(!this._orderedPolicies){this._orderedPolicies=this.orderPolicies()}return this._orderedPolicies}clone(){return new HttpPipeline(this._policies)}static create(){return new HttpPipeline}orderPolicies(){const i=[];const c=new Map;function createPhase(i){return{name:i,policies:new Set,hasRun:false,hasAfterPolicies:false}}const d=createPhase("Serialize");const p=createPhase("None");const A=createPhase("Deserialize");const C=createPhase("Retry");const S=createPhase("Sign");const v=[d,p,A,C,S];function getPhase(i){if(i==="Retry"){return C}else if(i==="Serialize"){return d}else if(i==="Deserialize"){return A}else if(i==="Sign"){return S}else{return p}}for(const i of this._policies){const d=i.policy;const p=i.options;const A=d.name;if(c.has(A)){throw new Error("Duplicate policy names not allowed in pipeline")}const C={policy:d,dependsOn:new Set,dependants:new Set};if(p.afterPhase){C.afterPhase=getPhase(p.afterPhase);C.afterPhase.hasAfterPolicies=true}c.set(A,C);const S=getPhase(p.phase);S.policies.add(C)}for(const i of this._policies){const{policy:d,options:p}=i;const A=d.name;const C=c.get(A);if(!C){throw new Error(`Missing node for policy ${A}`)}if(p.afterPolicies){for(const i of p.afterPolicies){const d=c.get(i);if(d){C.dependsOn.add(d);d.dependants.add(C)}}}if(p.beforePolicies){for(const i of p.beforePolicies){const d=c.get(i);if(d){d.dependsOn.add(C);C.dependants.add(d)}}}}function walkPhase(d){d.hasRun=true;for(const p of d.policies){if(p.afterPhase&&(!p.afterPhase.hasRun||p.afterPhase.policies.size)){continue}if(p.dependsOn.size===0){i.push(p.policy);for(const i of p.dependants){i.dependsOn.delete(p)}c.delete(p.policy.name);d.policies.delete(p)}}}function walkPhases(){for(const i of v){walkPhase(i);if(i.policies.size>0&&i!==p){if(!p.hasRun){walkPhase(p)}return}if(i.hasAfterPolicies){walkPhase(p)}}}let T=0;while(c.size>0){T++;const c=i.length;walkPhases();if(i.length<=c&&T>1){throw new Error("Cannot satisfy policy dependencies due to requirements cycle.")}}return i}}function createEmptyPipeline(){return HttpPipeline.create()}},72305:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.createPipelineRequest=createPipelineRequest;const p=d(4220);const A=d(5023);class PipelineRequestImpl{url;method;headers;timeout;withCredentials;body;multipartBody;formData;streamResponseStatusCodes;enableBrowserStreams;proxySettings;disableKeepAlive;abortSignal;requestId;allowInsecureConnection;onUploadProgress;onDownloadProgress;requestOverrides;authSchemes;constructor(i){this.url=i.url;this.body=i.body;this.headers=i.headers??(0,p.createHttpHeaders)();this.method=i.method??"GET";this.timeout=i.timeout??0;this.multipartBody=i.multipartBody;this.formData=i.formData;this.disableKeepAlive=i.disableKeepAlive??false;this.proxySettings=i.proxySettings;this.streamResponseStatusCodes=i.streamResponseStatusCodes;this.withCredentials=i.withCredentials??false;this.abortSignal=i.abortSignal;this.onUploadProgress=i.onUploadProgress;this.onDownloadProgress=i.onDownloadProgress;this.requestId=i.requestId||(0,A.randomUUID)();this.allowInsecureConnection=i.allowInsecureConnection??false;this.enableBrowserStreams=i.enableBrowserStreams??false;this.requestOverrides=i.requestOverrides;this.authSchemes=i.authSchemes}}function createPipelineRequest(i){return new PipelineRequestImpl(i)}},85366:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.agentPolicyName=void 0;c.agentPolicy=agentPolicy;c.agentPolicyName="agentPolicy";function agentPolicy(i){return{name:c.agentPolicyName,sendRequest:async(c,d)=>{if(!c.agent){c.agent=i}return d(c)}}}},42095:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.apiKeyAuthenticationPolicyName=void 0;c.apiKeyAuthenticationPolicy=apiKeyAuthenticationPolicy;const p=d(42302);c.apiKeyAuthenticationPolicyName="apiKeyAuthenticationPolicy";function apiKeyAuthenticationPolicy(i){return{name:c.apiKeyAuthenticationPolicyName,async sendRequest(c,d){(0,p.ensureSecureConnection)(c,i);const A=(c.authSchemes??i.authSchemes)?.find((i=>i.kind==="apiKey"));if(!A){return d(c)}if(A.apiKeyLocation!=="header"){throw new Error(`Unsupported API key location: ${A.apiKeyLocation}`)}c.headers.set(A.name,i.credential.key);return d(c)}}}},15756:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.basicAuthenticationPolicyName=void 0;c.basicAuthenticationPolicy=basicAuthenticationPolicy;const p=d(82921);const A=d(42302);c.basicAuthenticationPolicyName="bearerAuthenticationPolicy";function basicAuthenticationPolicy(i){return{name:c.basicAuthenticationPolicyName,async sendRequest(c,d){(0,A.ensureSecureConnection)(c,i);const C=(c.authSchemes??i.authSchemes)?.find((i=>i.kind==="http"&&i.scheme==="basic"));if(!C){return d(c)}const{username:S,password:v}=i.credential;const T=(0,p.uint8ArrayToString)((0,p.stringToUint8Array)(`${S}:${v}`,"utf-8"),"base64");c.headers.set("Authorization",`Basic ${T}`);return d(c)}}}},89709:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.bearerAuthenticationPolicyName=void 0;c.bearerAuthenticationPolicy=bearerAuthenticationPolicy;const p=d(42302);c.bearerAuthenticationPolicyName="bearerAuthenticationPolicy";function bearerAuthenticationPolicy(i){return{name:c.bearerAuthenticationPolicyName,async sendRequest(c,d){(0,p.ensureSecureConnection)(c,i);const A=(c.authSchemes??i.authSchemes)?.find((i=>i.kind==="http"&&i.scheme==="bearer"));if(!A){return d(c)}const C=await i.credential.getBearerToken({abortSignal:c.abortSignal});c.headers.set("Authorization",`Bearer ${C}`);return d(c)}}}},42302:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.ensureSecureConnection=ensureSecureConnection;const p=d(3644);let A=false;function allowInsecureConnection(i,c){if(c.allowInsecureConnection&&i.allowInsecureConnection){const c=new URL(i.url);if(c.hostname==="localhost"||c.hostname==="127.0.0.1"){return true}}return false}function emitInsecureConnectionWarning(){const i="Sending token over insecure transport. Assume any token issued is compromised.";p.logger.warning(i);if(typeof process?.emitWarning==="function"&&!A){A=true;process.emitWarning(i)}}function ensureSecureConnection(i,c){if(!i.url.toLowerCase().startsWith("https://")){if(allowInsecureConnection(i,c)){emitInsecureConnectionWarning()}else{throw new Error("Authentication is not permitted for non-TLS protected (non-https) URLs when allowInsecureConnection is false.")}}}},20219:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.oauth2AuthenticationPolicyName=void 0;c.oauth2AuthenticationPolicy=oauth2AuthenticationPolicy;const p=d(42302);c.oauth2AuthenticationPolicyName="oauth2AuthenticationPolicy";function oauth2AuthenticationPolicy(i){return{name:c.oauth2AuthenticationPolicyName,async sendRequest(c,d){(0,p.ensureSecureConnection)(c,i);const A=(c.authSchemes??i.authSchemes)?.find((i=>i.kind==="oauth2"));if(!A){return d(c)}const C=await i.credential.getOAuth2Token(A.flows,{abortSignal:c.abortSignal});c.headers.set("Authorization",`Bearer ${C}`);return d(c)}}}},35035:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.decompressResponsePolicyName=void 0;c.decompressResponsePolicy=decompressResponsePolicy;c.decompressResponsePolicyName="decompressResponsePolicy";function decompressResponsePolicy(){return{name:c.decompressResponsePolicyName,async sendRequest(i,c){if(i.method!=="HEAD"){i.headers.set("Accept-Encoding","gzip,deflate")}return c(i)}}}},32462:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.defaultRetryPolicyName=void 0;c.defaultRetryPolicy=defaultRetryPolicy;const p=d(98102);const A=d(21112);const C=d(43345);const S=d(31255);c.defaultRetryPolicyName="defaultRetryPolicy";function defaultRetryPolicy(i={}){return{name:c.defaultRetryPolicyName,sendRequest:(0,C.retryPolicy)([(0,A.throttlingRetryStrategy)(),(0,p.exponentialRetryStrategy)(i)],{maxRetries:i.maxRetries??S.DEFAULT_RETRY_POLICY_COUNT}).sendRequest}}},74656:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.exponentialRetryPolicyName=void 0;c.exponentialRetryPolicy=exponentialRetryPolicy;const p=d(98102);const A=d(43345);const C=d(31255);c.exponentialRetryPolicyName="exponentialRetryPolicy";function exponentialRetryPolicy(i={}){return(0,A.retryPolicy)([(0,p.exponentialRetryStrategy)({...i,ignoreSystemErrors:true})],{maxRetries:i.maxRetries??C.DEFAULT_RETRY_POLICY_COUNT})}},14197:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.formDataPolicyName=void 0;c.formDataPolicy=formDataPolicy;const p=d(82921);const A=d(85086);const C=d(4220);c.formDataPolicyName="formDataPolicy";function formDataToFormDataMap(i){const c={};for(const[d,p]of i.entries()){c[d]??=[];c[d].push(p)}return c}function formDataPolicy(){return{name:c.formDataPolicyName,async sendRequest(i,c){if(A.isNodeLike&&typeof FormData!=="undefined"&&i.body instanceof FormData){i.formData=formDataToFormDataMap(i.body);i.body=undefined}if(i.formData){const c=i.headers.get("Content-Type");if(c&&c.indexOf("application/x-www-form-urlencoded")!==-1){i.body=wwwFormUrlEncode(i.formData)}else{await prepareFormData(i.formData,i)}i.formData=undefined}return c(i)}}}function wwwFormUrlEncode(i){const c=new URLSearchParams;for(const[d,p]of Object.entries(i)){if(Array.isArray(p)){for(const i of p){c.append(d,i.toString())}}else{c.append(d,p.toString())}}return c.toString()}async function prepareFormData(i,c){const d=c.headers.get("Content-Type");if(d&&!d.startsWith("multipart/form-data")){return}c.headers.set("Content-Type",d??"multipart/form-data");const A=[];for(const[c,d]of Object.entries(i)){for(const i of Array.isArray(d)?d:[d]){if(typeof i==="string"){A.push({headers:(0,C.createHttpHeaders)({"Content-Disposition":`form-data; name="${c}"`}),body:(0,p.stringToUint8Array)(i,"utf-8")})}else if(i===undefined||i===null||typeof i!=="object"){throw new Error(`Unexpected value for key ${c}: ${i}. Value should be serialized to string first.`)}else{const d=i.name||"blob";const p=(0,C.createHttpHeaders)();p.set("Content-Disposition",`form-data; name="${c}"; filename="${d}"`);p.set("Content-Type",i.type||"application/octet-stream");A.push({headers:p,body:i})}}}c.multipartBody={parts:A}}},44960:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.userAgentPolicyName=c.userAgentPolicy=c.tlsPolicyName=c.tlsPolicy=c.redirectPolicyName=c.redirectPolicy=c.getDefaultProxySettings=c.proxyPolicyName=c.proxyPolicy=c.multipartPolicyName=c.multipartPolicy=c.logPolicyName=c.logPolicy=c.formDataPolicyName=c.formDataPolicy=c.throttlingRetryPolicyName=c.throttlingRetryPolicy=c.systemErrorRetryPolicyName=c.systemErrorRetryPolicy=c.retryPolicy=c.exponentialRetryPolicyName=c.exponentialRetryPolicy=c.defaultRetryPolicyName=c.defaultRetryPolicy=c.decompressResponsePolicyName=c.decompressResponsePolicy=c.agentPolicyName=c.agentPolicy=void 0;var p=d(85366);Object.defineProperty(c,"agentPolicy",{enumerable:true,get:function(){return p.agentPolicy}});Object.defineProperty(c,"agentPolicyName",{enumerable:true,get:function(){return p.agentPolicyName}});var A=d(35035);Object.defineProperty(c,"decompressResponsePolicy",{enumerable:true,get:function(){return A.decompressResponsePolicy}});Object.defineProperty(c,"decompressResponsePolicyName",{enumerable:true,get:function(){return A.decompressResponsePolicyName}});var C=d(32462);Object.defineProperty(c,"defaultRetryPolicy",{enumerable:true,get:function(){return C.defaultRetryPolicy}});Object.defineProperty(c,"defaultRetryPolicyName",{enumerable:true,get:function(){return C.defaultRetryPolicyName}});var S=d(74656);Object.defineProperty(c,"exponentialRetryPolicy",{enumerable:true,get:function(){return S.exponentialRetryPolicy}});Object.defineProperty(c,"exponentialRetryPolicyName",{enumerable:true,get:function(){return S.exponentialRetryPolicyName}});var v=d(43345);Object.defineProperty(c,"retryPolicy",{enumerable:true,get:function(){return v.retryPolicy}});var T=d(92418);Object.defineProperty(c,"systemErrorRetryPolicy",{enumerable:true,get:function(){return T.systemErrorRetryPolicy}});Object.defineProperty(c,"systemErrorRetryPolicyName",{enumerable:true,get:function(){return T.systemErrorRetryPolicyName}});var _=d(24728);Object.defineProperty(c,"throttlingRetryPolicy",{enumerable:true,get:function(){return _.throttlingRetryPolicy}});Object.defineProperty(c,"throttlingRetryPolicyName",{enumerable:true,get:function(){return _.throttlingRetryPolicyName}});var V=d(14197);Object.defineProperty(c,"formDataPolicy",{enumerable:true,get:function(){return V.formDataPolicy}});Object.defineProperty(c,"formDataPolicyName",{enumerable:true,get:function(){return V.formDataPolicyName}});var Z=d(47129);Object.defineProperty(c,"logPolicy",{enumerable:true,get:function(){return Z.logPolicy}});Object.defineProperty(c,"logPolicyName",{enumerable:true,get:function(){return Z.logPolicyName}});var ee=d(27427);Object.defineProperty(c,"multipartPolicy",{enumerable:true,get:function(){return ee.multipartPolicy}});Object.defineProperty(c,"multipartPolicyName",{enumerable:true,get:function(){return ee.multipartPolicyName}});var te=d(80067);Object.defineProperty(c,"proxyPolicy",{enumerable:true,get:function(){return te.proxyPolicy}});Object.defineProperty(c,"proxyPolicyName",{enumerable:true,get:function(){return te.proxyPolicyName}});Object.defineProperty(c,"getDefaultProxySettings",{enumerable:true,get:function(){return te.getDefaultProxySettings}});var re=d(92187);Object.defineProperty(c,"redirectPolicy",{enumerable:true,get:function(){return re.redirectPolicy}});Object.defineProperty(c,"redirectPolicyName",{enumerable:true,get:function(){return re.redirectPolicyName}});var ne=d(96690);Object.defineProperty(c,"tlsPolicy",{enumerable:true,get:function(){return ne.tlsPolicy}});Object.defineProperty(c,"tlsPolicyName",{enumerable:true,get:function(){return ne.tlsPolicyName}});var ie=d(91691);Object.defineProperty(c,"userAgentPolicy",{enumerable:true,get:function(){return ie.userAgentPolicy}});Object.defineProperty(c,"userAgentPolicyName",{enumerable:true,get:function(){return ie.userAgentPolicyName}})},47129:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.logPolicyName=void 0;c.logPolicy=logPolicy;const p=d(3644);const A=d(7784);c.logPolicyName="logPolicy";function logPolicy(i={}){const d=i.logger??p.logger.info;const C=new A.Sanitizer({additionalAllowedHeaderNames:i.additionalAllowedHeaderNames,additionalAllowedQueryParameters:i.additionalAllowedQueryParameters});return{name:c.logPolicyName,async sendRequest(i,c){if(!d.enabled){return c(i)}d(`Request: ${C.sanitize(i)}`);const p=await c(i);d(`Response status code: ${p.status}`);d(`Headers: ${C.sanitize(p.headers)}`);return p}}}},27427:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.multipartPolicyName=void 0;c.multipartPolicy=multipartPolicy;const p=d(82921);const A=d(48505);const C=d(5023);const S=d(20547);function generateBoundary(){return`----AzSDKFormBoundary${(0,C.randomUUID)()}`}function encodeHeaders(i){let c="";for(const[d,p]of i){c+=`${d}: ${p}\r\n`}return c}function getLength(i){if(i instanceof Uint8Array){return i.byteLength}else if((0,A.isBlob)(i)){return i.size===-1?undefined:i.size}else{return undefined}}function getTotalLength(i){let c=0;for(const d of i){const i=getLength(d);if(i===undefined){return undefined}else{c+=i}}return c}async function buildRequestBody(i,c,d){const A=[(0,p.stringToUint8Array)(`--${d}`,"utf-8"),...c.flatMap((i=>[(0,p.stringToUint8Array)("\r\n","utf-8"),(0,p.stringToUint8Array)(encodeHeaders(i.headers),"utf-8"),(0,p.stringToUint8Array)("\r\n","utf-8"),i.body,(0,p.stringToUint8Array)(`\r\n--${d}`,"utf-8")])),(0,p.stringToUint8Array)("--\r\n\r\n","utf-8")];const C=getTotalLength(A);if(C){i.headers.set("Content-Length",C)}i.body=await(0,S.concat)(A)}c.multipartPolicyName="multipartPolicy";const v=70;const T=new Set(`abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789'()+,-./:=?`);function assertValidBoundary(i){if(i.length>v){throw new Error(`Multipart boundary "${i}" exceeds maximum length of 70 characters`)}if(Array.from(i).some((i=>!T.has(i)))){throw new Error(`Multipart boundary "${i}" contains invalid characters`)}}function multipartPolicy(){return{name:c.multipartPolicyName,async sendRequest(i,c){if(!i.multipartBody){return c(i)}if(i.body){throw new Error("multipartBody and regular body cannot be set at the same time")}let d=i.multipartBody.boundary;const p=i.headers.get("Content-Type")??"multipart/mixed";const A=p.match(/^(multipart\/[^ ;]+)(?:; *boundary=(.+))?$/);if(!A){throw new Error(`Got multipart request body, but content-type header was not multipart: ${p}`)}const[,C,S]=A;if(S&&d&&S!==d){throw new Error(`Multipart boundary was specified as ${S} in the header, but got ${d} in the request body`)}d??=S;if(d){assertValidBoundary(d)}else{d=generateBoundary()}i.headers.set("Content-Type",`${C}; boundary=${d}`);await buildRequestBody(i,i.multipartBody.parts,d);i.multipartBody=undefined;return c(i)}}}},80067:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.globalNoProxyList=c.proxyPolicyName=void 0;c.loadNoProxy=loadNoProxy;c.getDefaultProxySettings=getDefaultProxySettings;c.proxyPolicy=proxyPolicy;const p=d(3669);const A=d(81970);const C=d(3644);const S="HTTPS_PROXY";const v="HTTP_PROXY";const T="ALL_PROXY";const _="NO_PROXY";c.proxyPolicyName="proxyPolicy";c.globalNoProxyList=[];let V=false;const Z=new Map;function getEnvironmentValue(i){if(process.env[i]){return process.env[i]}else if(process.env[i.toLowerCase()]){return process.env[i.toLowerCase()]}return undefined}function loadEnvironmentProxyValue(){if(!process){return undefined}const i=getEnvironmentValue(S);const c=getEnvironmentValue(T);const d=getEnvironmentValue(v);return i||c||d}function isBypassed(i,c,d){if(c.length===0){return false}const p=new URL(i).hostname;if(d?.has(p)){return d.get(p)}let A=false;for(const i of c){if(i[0]==="."){if(p.endsWith(i)){A=true}else{if(p.length===i.length-1&&p===i.slice(1)){A=true}}}else{if(p===i){A=true}}}d?.set(p,A);return A}function loadNoProxy(){const i=getEnvironmentValue(_);V=true;if(i){return i.split(",").map((i=>i.trim())).filter((i=>i.length))}return[]}function getDefaultProxySettings(i){if(!i){i=loadEnvironmentProxyValue();if(!i){return undefined}}const c=new URL(i);const d=c.protocol?c.protocol+"//":"";return{host:d+c.hostname,port:Number.parseInt(c.port||"80"),username:c.username,password:c.password}}function getDefaultProxySettingsInternal(){const i=loadEnvironmentProxyValue();return i?new URL(i):undefined}function getUrlFromProxySettings(i){let c;try{c=new URL(i.host)}catch{throw new Error(`Expecting a valid host string in proxy settings, but found "${i.host}".`)}c.port=String(i.port);if(i.username){c.username=i.username}if(i.password){c.password=i.password}return c}function setProxyAgentOnRequest(i,c,d){if(i.agent){return}const S=new URL(i.url);const v=S.protocol!=="https:";if(i.tlsSettings){C.logger.warning("TLS settings are not supported in combination with custom Proxy, certificates provided to the client will be ignored.")}const T=i.headers.toJSON();if(v){if(!c.httpProxyAgent){c.httpProxyAgent=new A.HttpProxyAgent(d,{headers:T})}i.agent=c.httpProxyAgent}else{if(!c.httpsProxyAgent){c.httpsProxyAgent=new p.HttpsProxyAgent(d,{headers:T})}i.agent=c.httpsProxyAgent}}function proxyPolicy(i,d){if(!V){c.globalNoProxyList.push(...loadNoProxy())}const p=i?getUrlFromProxySettings(i):getDefaultProxySettingsInternal();const A={};return{name:c.proxyPolicyName,async sendRequest(i,C){if(!i.proxySettings&&p&&!isBypassed(i.url,d?.customNoProxyList??c.globalNoProxyList,d?.customNoProxyList?undefined:Z)){setProxyAgentOnRequest(i,A,p)}else if(i.proxySettings){setProxyAgentOnRequest(i,A,getUrlFromProxySettings(i.proxySettings))}return C(i)}}}},92187:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.redirectPolicyName=void 0;c.redirectPolicy=redirectPolicy;c.redirectPolicyName="redirectPolicy";const d=["GET","HEAD"];function redirectPolicy(i={}){const{maxRetries:d=20}=i;return{name:c.redirectPolicyName,async sendRequest(i,c){const p=await c(i);return handleRedirect(c,p,d)}}}async function handleRedirect(i,c,p,A=0){const{request:C,status:S,headers:v}=c;const T=v.get("location");if(T&&(S===300||S===301&&d.includes(C.method)||S===302&&d.includes(C.method)||S===303&&C.method==="POST"||S===307)&&A<p){const c=new URL(T,C.url);C.url=c.toString();if(S===303){C.method="GET";C.headers.delete("Content-Length");delete C.body}C.headers.delete("Authorization");const d=await i(C);return handleRedirect(i,d,p,A+1)}return c}},43345:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.retryPolicy=retryPolicy;const p=d(77566);const A=d(99992);const C=d(18459);const S=d(31255);const v=(0,C.createClientLogger)("ts-http-runtime retryPolicy");const T="retryPolicy";function retryPolicy(i,c={maxRetries:S.DEFAULT_RETRY_POLICY_COUNT}){const d=c.logger||v;return{name:T,async sendRequest(C,v){let T;let _;let V=-1;e:while(true){V+=1;T=undefined;_=undefined;try{d.info(`Retry ${V}: Attempting to send request`,C.requestId);T=await v(C);d.info(`Retry ${V}: Received a response from request`,C.requestId)}catch(i){d.error(`Retry ${V}: Received an error from request`,C.requestId);_=i;if(!i||_.name!=="RestError"){throw i}T=_.response}if(C.abortSignal?.aborted){d.error(`Retry ${V}: Request aborted.`);const i=new A.AbortError;throw i}if(V>=(c.maxRetries??S.DEFAULT_RETRY_POLICY_COUNT)){d.info(`Retry ${V}: Maximum retries reached. Returning the last received response, or throwing the last received error.`);if(_){throw _}else if(T){return T}else{throw new Error("Maximum retries reached with no response or error to throw")}}d.info(`Retry ${V}: Processing ${i.length} retry strategies.`);t:for(const c of i){const i=c.logger||d;i.info(`Retry ${V}: Processing retry strategy ${c.name}.`);const A=c.retry({retryCount:V,response:T,responseError:_});if(A.skipStrategy){i.info(`Retry ${V}: Skipped.`);continue t}const{errorToThrow:S,retryAfterInMs:v,redirectTo:Z}=A;if(S){i.error(`Retry ${V}: Retry strategy ${c.name} throws error:`,S);throw S}if(v||v===0){i.info(`Retry ${V}: Retry strategy ${c.name} retries after ${v}`);await(0,p.delay)(v,undefined,{abortSignal:C.abortSignal});continue e}if(Z){i.info(`Retry ${V}: Retry strategy ${c.name} redirects to ${Z}`);C.url=Z;continue e}}if(_){d.info(`None of the retry strategies could work with the received error. Throwing it.`);throw _}if(T){d.info(`None of the retry strategies could work with the received response. Returning it.`);return T}}}}}},92418:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.systemErrorRetryPolicyName=void 0;c.systemErrorRetryPolicy=systemErrorRetryPolicy;const p=d(98102);const A=d(43345);const C=d(31255);c.systemErrorRetryPolicyName="systemErrorRetryPolicy";function systemErrorRetryPolicy(i={}){return{name:c.systemErrorRetryPolicyName,sendRequest:(0,A.retryPolicy)([(0,p.exponentialRetryStrategy)({...i,ignoreHttpStatusCodes:true})],{maxRetries:i.maxRetries??C.DEFAULT_RETRY_POLICY_COUNT}).sendRequest}}},24728:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.throttlingRetryPolicyName=void 0;c.throttlingRetryPolicy=throttlingRetryPolicy;const p=d(21112);const A=d(43345);const C=d(31255);c.throttlingRetryPolicyName="throttlingRetryPolicy";function throttlingRetryPolicy(i={}){return{name:c.throttlingRetryPolicyName,sendRequest:(0,A.retryPolicy)([(0,p.throttlingRetryStrategy)()],{maxRetries:i.maxRetries??C.DEFAULT_RETRY_POLICY_COUNT}).sendRequest}}},96690:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.tlsPolicyName=void 0;c.tlsPolicy=tlsPolicy;c.tlsPolicyName="tlsPolicy";function tlsPolicy(i){return{name:c.tlsPolicyName,sendRequest:async(c,d)=>{if(!c.tlsSettings){c.tlsSettings=i}return d(c)}}}},91691:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.userAgentPolicyName=void 0;c.userAgentPolicy=userAgentPolicy;const p=d(62731);const A=(0,p.getUserAgentHeaderName)();c.userAgentPolicyName="userAgentPolicy";function userAgentPolicy(i={}){const d=(0,p.getUserAgentValue)(i.userAgentPrefix);return{name:c.userAgentPolicyName,async sendRequest(i,c){if(!i.headers.has(A)){i.headers.set(A,await d)}return c(i)}}}},9758:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.RestError=void 0;c.isRestError=isRestError;const p=d(52573);const A=d(37639);const C=d(7784);const S=new C.Sanitizer;class RestError extends Error{static REQUEST_SEND_ERROR="REQUEST_SEND_ERROR";static PARSE_ERROR="PARSE_ERROR";code;statusCode;request;response;details;constructor(i,c={}){super(i);this.name="RestError";this.code=c.code;this.statusCode=c.statusCode;Object.defineProperty(this,"request",{value:c.request,enumerable:false});Object.defineProperty(this,"response",{value:c.response,enumerable:false});const d=this.request?.agent?{maxFreeSockets:this.request.agent.maxFreeSockets,maxSockets:this.request.agent.maxSockets}:undefined;Object.defineProperty(this,A.custom,{value:()=>`RestError: ${this.message} \n ${S.sanitize({...this,request:{...this.request,agent:d},response:this.response})}`,enumerable:false});Object.setPrototypeOf(this,RestError.prototype)}}c.RestError=RestError;function isRestError(i){if(i instanceof RestError){return true}return(0,p.isError)(i)&&i.name==="RestError"}},98102:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.exponentialRetryStrategy=exponentialRetryStrategy;c.isExponentialRetryResponse=isExponentialRetryResponse;c.isSystemError=isSystemError;const p=d(66776);const A=d(21112);const C=1e3;const S=1e3*64;function exponentialRetryStrategy(i={}){const c=i.retryDelayInMs??C;const d=i.maxRetryDelayInMs??S;return{name:"exponentialRetryStrategy",retry({retryCount:C,response:S,responseError:v}){const T=isSystemError(v);const _=T&&i.ignoreSystemErrors;const V=isExponentialRetryResponse(S);const Z=V&&i.ignoreHttpStatusCodes;const ee=S&&((0,A.isThrottlingRetryResponse)(S)||!V);if(ee||Z||_){return{skipStrategy:true}}if(v&&!T&&!V){return{errorToThrow:v}}return(0,p.calculateRetryDelay)(C,{retryDelayInMs:c,maxRetryDelayInMs:d})}}}function isExponentialRetryResponse(i){return Boolean(i&&i.status!==undefined&&(i.status>=500||i.status===408)&&i.status!==501&&i.status!==505)}function isSystemError(i){if(!i){return false}return i.code==="ETIMEDOUT"||i.code==="ESOCKETTIMEDOUT"||i.code==="ECONNREFUSED"||i.code==="ECONNRESET"||i.code==="ENOENT"||i.code==="ENOTFOUND"}},21112:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.isThrottlingRetryResponse=isThrottlingRetryResponse;c.throttlingRetryStrategy=throttlingRetryStrategy;const p=d(77566);const A="Retry-After";const C=["retry-after-ms","x-ms-retry-after-ms",A];function getRetryAfterInMs(i){if(!(i&&[429,503].includes(i.status)))return undefined;try{for(const c of C){const d=(0,p.parseHeaderValueAsNumber)(i,c);if(d===0||d){const i=c===A?1e3:1;return d*i}}const c=i.headers.get(A);if(!c)return;const d=Date.parse(c);const S=d-Date.now();return Number.isFinite(S)?Math.max(0,S):undefined}catch{return undefined}}function isThrottlingRetryResponse(i){return Number.isFinite(getRetryAfterInMs(i))}function throttlingRetryStrategy(){return{name:"throttlingRetryStrategy",retry({response:i}){const c=getRetryAfterInMs(i);if(!Number.isFinite(c)){return{skipStrategy:true}}return{retryAfterInMs:c}}}}},82921:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.uint8ArrayToString=uint8ArrayToString;c.stringToUint8Array=stringToUint8Array;function uint8ArrayToString(i,c){return Buffer.from(i).toString(c)}function stringToUint8Array(i,c){return Buffer.from(i,c)}},85086:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.isReactNative=c.isNodeRuntime=c.isNodeLike=c.isBun=c.isDeno=c.isWebWorker=c.isBrowser=void 0;c.isBrowser=typeof window!=="undefined"&&typeof window.document!=="undefined";c.isWebWorker=typeof self==="object"&&typeof self?.importScripts==="function"&&(self.constructor?.name==="DedicatedWorkerGlobalScope"||self.constructor?.name==="ServiceWorkerGlobalScope"||self.constructor?.name==="SharedWorkerGlobalScope");c.isDeno=typeof Deno!=="undefined"&&typeof Deno.version!=="undefined"&&typeof Deno.version.deno!=="undefined";c.isBun=typeof Bun!=="undefined"&&typeof Bun.version!=="undefined";c.isNodeLike=typeof globalThis.process!=="undefined"&&Boolean(globalThis.process.version)&&Boolean(globalThis.process.versions?.node);c.isNodeRuntime=c.isNodeLike&&!c.isBun&&!c.isDeno;c.isReactNative=typeof navigator!=="undefined"&&navigator?.product==="ReactNative"},20547:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.concat=concat;const p=d(2203);const A=d(48505);async function*streamAsyncIterator(){const i=this.getReader();try{while(true){const{done:c,value:d}=await i.read();if(c){return}yield d}}finally{i.releaseLock()}}function makeAsyncIterable(i){if(!i[Symbol.asyncIterator]){i[Symbol.asyncIterator]=streamAsyncIterator.bind(i)}if(!i.values){i.values=streamAsyncIterator.bind(i)}}function ensureNodeStream(i){if(i instanceof ReadableStream){makeAsyncIterable(i);return p.Readable.fromWeb(i)}else{return i}}function toStream(i){if(i instanceof Uint8Array){return p.Readable.from(Buffer.from(i))}else if((0,A.isBlob)(i)){return ensureNodeStream(i.stream())}else{return ensureNodeStream(i)}}async function concat(i){return function(){const c=i.map((i=>typeof i==="function"?i():i)).map(toStream);return p.Readable.from(async function*(){for(const i of c){for await(const c of i){yield c}}}())}}},66776:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.calculateRetryDelay=calculateRetryDelay;const p=d(78640);function calculateRetryDelay(i,c){const d=c.retryDelayInMs*Math.pow(2,i);const A=Math.min(c.maxRetryDelayInMs,d);const C=A/2+(0,p.getRandomIntegerInclusive)(0,A/2);return{retryAfterInMs:C}}},52573:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.isError=isError;const p=d(53632);function isError(i){if((0,p.isObject)(i)){const c=typeof i.name==="string";const d=typeof i.message==="string";return c&&d}return false}},77566:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.delay=delay;c.parseHeaderValueAsNumber=parseHeaderValueAsNumber;const p=d(99992);const A="The operation was aborted.";function delay(i,c,d){return new Promise(((C,S)=>{let v=undefined;let T=undefined;const rejectOnAbort=()=>S(new p.AbortError(d?.abortErrorMsg?d?.abortErrorMsg:A));const removeListeners=()=>{if(d?.abortSignal&&T){d.abortSignal.removeEventListener("abort",T)}};T=()=>{if(v){clearTimeout(v)}removeListeners();return rejectOnAbort()};if(d?.abortSignal&&d.abortSignal.aborted){return rejectOnAbort()}v=setTimeout((()=>{removeListeners();C(c)}),i);if(d?.abortSignal){d.abortSignal.addEventListener("abort",T)}}))}function parseHeaderValueAsNumber(i,c){const d=i.headers.get(c);if(!d)return;const p=Number(d);if(Number.isNaN(p))return;return p}},37639:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.custom=void 0;const p=d(57975);c.custom=p.inspect.custom},95750:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.Sanitizer=c.uint8ArrayToString=c.stringToUint8Array=c.isWebWorker=c.isReactNative=c.isDeno=c.isNodeRuntime=c.isNodeLike=c.isBun=c.isBrowser=c.randomUUID=c.computeSha256Hmac=c.computeSha256Hash=c.isError=c.isObject=c.getRandomIntegerInclusive=c.calculateRetryDelay=void 0;var p=d(66776);Object.defineProperty(c,"calculateRetryDelay",{enumerable:true,get:function(){return p.calculateRetryDelay}});var A=d(78640);Object.defineProperty(c,"getRandomIntegerInclusive",{enumerable:true,get:function(){return A.getRandomIntegerInclusive}});var C=d(53632);Object.defineProperty(c,"isObject",{enumerable:true,get:function(){return C.isObject}});var S=d(52573);Object.defineProperty(c,"isError",{enumerable:true,get:function(){return S.isError}});var v=d(2016);Object.defineProperty(c,"computeSha256Hash",{enumerable:true,get:function(){return v.computeSha256Hash}});Object.defineProperty(c,"computeSha256Hmac",{enumerable:true,get:function(){return v.computeSha256Hmac}});var T=d(5023);Object.defineProperty(c,"randomUUID",{enumerable:true,get:function(){return T.randomUUID}});var _=d(85086);Object.defineProperty(c,"isBrowser",{enumerable:true,get:function(){return _.isBrowser}});Object.defineProperty(c,"isBun",{enumerable:true,get:function(){return _.isBun}});Object.defineProperty(c,"isNodeLike",{enumerable:true,get:function(){return _.isNodeLike}});Object.defineProperty(c,"isNodeRuntime",{enumerable:true,get:function(){return _.isNodeRuntime}});Object.defineProperty(c,"isDeno",{enumerable:true,get:function(){return _.isDeno}});Object.defineProperty(c,"isReactNative",{enumerable:true,get:function(){return _.isReactNative}});Object.defineProperty(c,"isWebWorker",{enumerable:true,get:function(){return _.isWebWorker}});var V=d(82921);Object.defineProperty(c,"stringToUint8Array",{enumerable:true,get:function(){return V.stringToUint8Array}});Object.defineProperty(c,"uint8ArrayToString",{enumerable:true,get:function(){return V.uint8ArrayToString}});var Z=d(7784);Object.defineProperty(c,"Sanitizer",{enumerable:true,get:function(){return Z.Sanitizer}})},53632:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.isObject=isObject;function isObject(i){return typeof i==="object"&&i!==null&&!Array.isArray(i)&&!(i instanceof RegExp)&&!(i instanceof Date)}},78640:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.getRandomIntegerInclusive=getRandomIntegerInclusive;function getRandomIntegerInclusive(i,c){i=Math.ceil(i);c=Math.floor(c);const d=Math.floor(Math.random()*(c-i+1));return d+i}},7784:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.Sanitizer=void 0;const p=d(53632);const A="REDACTED";const C=["x-ms-client-request-id","x-ms-return-client-request-id","x-ms-useragent","x-ms-correlation-request-id","x-ms-request-id","client-request-id","ms-cv","return-client-request-id","traceparent","Access-Control-Allow-Credentials","Access-Control-Allow-Headers","Access-Control-Allow-Methods","Access-Control-Allow-Origin","Access-Control-Expose-Headers","Access-Control-Max-Age","Access-Control-Request-Headers","Access-Control-Request-Method","Origin","Accept","Accept-Encoding","Cache-Control","Connection","Content-Length","Content-Type","Date","ETag","Expires","If-Match","If-Modified-Since","If-None-Match","If-Unmodified-Since","Last-Modified","Pragma","Request-Id","Retry-After","Server","Transfer-Encoding","User-Agent","WWW-Authenticate"];const S=["api-version"];class Sanitizer{allowedHeaderNames;allowedQueryParameters;constructor({additionalAllowedHeaderNames:i=[],additionalAllowedQueryParameters:c=[]}={}){i=C.concat(i);c=S.concat(c);this.allowedHeaderNames=new Set(i.map((i=>i.toLowerCase())));this.allowedQueryParameters=new Set(c.map((i=>i.toLowerCase())))}sanitize(i){const c=new Set;return JSON.stringify(i,((i,d)=>{if(d instanceof Error){return{...d,name:d.name,message:d.message}}if(i==="headers"){return this.sanitizeHeaders(d)}else if(i==="url"){return this.sanitizeUrl(d)}else if(i==="query"){return this.sanitizeQuery(d)}else if(i==="body"){return undefined}else if(i==="response"){return undefined}else if(i==="operationSpec"){return undefined}else if(Array.isArray(d)||(0,p.isObject)(d)){if(c.has(d)){return"[Circular]"}c.add(d)}return d}),2)}sanitizeUrl(i){if(typeof i!=="string"||i===null||i===""){return i}const c=new URL(i);if(!c.search){return i}for(const[i]of c.searchParams){if(!this.allowedQueryParameters.has(i.toLowerCase())){c.searchParams.set(i,A)}}return c.toString()}sanitizeHeaders(i){const c={};for(const d of Object.keys(i)){if(this.allowedHeaderNames.has(d.toLowerCase())){c[d]=i[d]}else{c[d]=A}}return c}sanitizeQuery(i){if(typeof i!=="object"||i===null){return i}const c={};for(const d of Object.keys(i)){if(this.allowedQueryParameters.has(d.toLowerCase())){c[d]=i[d]}else{c[d]=A}}return c}}c.Sanitizer=Sanitizer},2016:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.computeSha256Hmac=computeSha256Hmac;c.computeSha256Hash=computeSha256Hash;const p=d(77598);async function computeSha256Hmac(i,c,d){const A=Buffer.from(i,"base64");return(0,p.createHmac)("sha256",A).update(c).digest(d)}async function computeSha256Hash(i,c){return(0,p.createHash)("sha256").update(i).digest(c)}},48505:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.isNodeReadableStream=isNodeReadableStream;c.isWebReadableStream=isWebReadableStream;c.isBinaryBody=isBinaryBody;c.isReadableStream=isReadableStream;c.isBlob=isBlob;function isNodeReadableStream(i){return Boolean(i&&typeof i["pipe"]==="function")}function isWebReadableStream(i){return Boolean(i&&typeof i.getReader==="function"&&typeof i.tee==="function")}function isBinaryBody(i){return i!==undefined&&(i instanceof Uint8Array||isReadableStream(i)||typeof i==="function"||i instanceof Blob)}function isReadableStream(i){return isNodeReadableStream(i)||isWebReadableStream(i)}function isBlob(i){return typeof i.stream==="function"}},62731:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.getUserAgentHeaderName=getUserAgentHeaderName;c.getUserAgentValue=getUserAgentValue;const p=d(83196);const A=d(31255);function getUserAgentString(i){const c=[];for(const[d,p]of i){const i=p?`${d}/${p}`:d;c.push(i)}return c.join(" ")}function getUserAgentHeaderName(){return(0,p.getHeaderName)()}async function getUserAgentValue(i){const c=new Map;c.set("ts-http-runtime",A.SDK_VERSION);await(0,p.setPlatformSpecificData)(c);const d=getUserAgentString(c);const C=i?`${i} ${d}`:d;return C}},83196:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.getHeaderName=getHeaderName;c.setPlatformSpecificData=setPlatformSpecificData;const p=d(61860);const A=p.__importDefault(d(48161));const C=p.__importDefault(d(1708));function getHeaderName(){return"User-Agent"}async function setPlatformSpecificData(i){if(C.default&&C.default.versions){const c=`${A.default.type()} ${A.default.release()}; ${A.default.arch()}`;const d=C.default.versions;if(d.bun){i.set("Bun",`${d.bun} (${c})`)}else if(d.deno){i.set("Deno",`${d.deno} (${c})`)}else if(d.node){i.set("Node",`${d.node} (${c})`)}}}},5023:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.randomUUID=randomUUID;function randomUUID(){return crypto.randomUUID()}},72981:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.Glob=void 0;const p=d(91409);const A=d(73136);const C=d(38958);const S=d(47813);const v=d(11157);const T=typeof process==="object"&&process&&typeof process.platform==="string"?process.platform:"linux";class Glob{absolute;cwd;root;dot;dotRelative;follow;ignore;magicalBraces;mark;matchBase;maxDepth;nobrace;nocase;nodir;noext;noglobstar;pattern;platform;realpath;scurry;stat;signal;windowsPathsNoEscape;withFileTypes;includeChildMatches;opts;patterns;constructor(i,c){if(!c)throw new TypeError("glob options required");this.withFileTypes=!!c.withFileTypes;this.signal=c.signal;this.follow=!!c.follow;this.dot=!!c.dot;this.dotRelative=!!c.dotRelative;this.nodir=!!c.nodir;this.mark=!!c.mark;if(!c.cwd){this.cwd=""}else if(c.cwd instanceof URL||c.cwd.startsWith("file://")){c.cwd=(0,A.fileURLToPath)(c.cwd)}this.cwd=c.cwd||"";this.root=c.root;this.magicalBraces=!!c.magicalBraces;this.nobrace=!!c.nobrace;this.noext=!!c.noext;this.realpath=!!c.realpath;this.absolute=c.absolute;this.includeChildMatches=c.includeChildMatches!==false;this.noglobstar=!!c.noglobstar;this.matchBase=!!c.matchBase;this.maxDepth=typeof c.maxDepth==="number"?c.maxDepth:Infinity;this.stat=!!c.stat;this.ignore=c.ignore;if(this.withFileTypes&&this.absolute!==undefined){throw new Error("cannot set absolute and withFileTypes:true")}if(typeof i==="string"){i=[i]}this.windowsPathsNoEscape=!!c.windowsPathsNoEscape||c.allowWindowsEscape===false;if(this.windowsPathsNoEscape){i=i.map((i=>i.replace(/\\/g,"/")))}if(this.matchBase){if(c.noglobstar){throw new TypeError("base matching requires globstar")}i=i.map((i=>i.includes("/")?i:`./**/${i}`))}this.pattern=i;this.platform=c.platform||T;this.opts={...c,platform:this.platform};if(c.scurry){this.scurry=c.scurry;if(c.nocase!==undefined&&c.nocase!==c.scurry.nocase){throw new Error("nocase option contradicts provided scurry option")}}else{const i=c.platform==="win32"?C.PathScurryWin32:c.platform==="darwin"?C.PathScurryDarwin:c.platform?C.PathScurryPosix:C.PathScurry;this.scurry=new i(this.cwd,{nocase:c.nocase,fs:c.fs})}this.nocase=this.scurry.nocase;const d=this.platform==="darwin"||this.platform==="win32";const v={...c,dot:this.dot,matchBase:this.matchBase,nobrace:this.nobrace,nocase:this.nocase,nocaseMagicOnly:d,nocomment:true,noext:this.noext,nonegate:true,optimizationLevel:2,platform:this.platform,windowsPathsNoEscape:this.windowsPathsNoEscape,debug:!!this.opts.debug};const _=this.pattern.map((i=>new p.Minimatch(i,v)));const[V,Z]=_.reduce(((i,c)=>{i[0].push(...c.set);i[1].push(...c.globParts);return i}),[[],[]]);this.patterns=V.map(((i,c)=>{const d=Z[c];if(!d)throw new Error("invalid pattern object");return new S.Pattern(i,d,0,this.platform)}))}async walk(){return[...await new v.GlobWalker(this.patterns,this.scurry.cwd,{...this.opts,maxDepth:this.maxDepth!==Infinity?this.maxDepth+this.scurry.cwd.depth():Infinity,platform:this.platform,nocase:this.nocase,includeChildMatches:this.includeChildMatches}).walk()]}walkSync(){return[...new v.GlobWalker(this.patterns,this.scurry.cwd,{...this.opts,maxDepth:this.maxDepth!==Infinity?this.maxDepth+this.scurry.cwd.depth():Infinity,platform:this.platform,nocase:this.nocase,includeChildMatches:this.includeChildMatches}).walkSync()]}stream(){return new v.GlobStream(this.patterns,this.scurry.cwd,{...this.opts,maxDepth:this.maxDepth!==Infinity?this.maxDepth+this.scurry.cwd.depth():Infinity,platform:this.platform,nocase:this.nocase,includeChildMatches:this.includeChildMatches}).stream()}streamSync(){return new v.GlobStream(this.patterns,this.scurry.cwd,{...this.opts,maxDepth:this.maxDepth!==Infinity?this.maxDepth+this.scurry.cwd.depth():Infinity,platform:this.platform,nocase:this.nocase,includeChildMatches:this.includeChildMatches}).streamSync()}iterateSync(){return this.streamSync()[Symbol.iterator]()}[Symbol.iterator](){return this.iterateSync()}iterate(){return this.stream()[Symbol.asyncIterator]()}[Symbol.asyncIterator](){return this.iterate()}}c.Glob=Glob},45197:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.hasMagic=void 0;const p=d(91409);const hasMagic=(i,c={})=>{if(!Array.isArray(i)){i=[i]}for(const d of i){if(new p.Minimatch(d,c).hasMagic())return true}return false};c.hasMagic=hasMagic},5637:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.Ignore=void 0;const p=d(91409);const A=d(47813);const C=typeof process==="object"&&process&&typeof process.platform==="string"?process.platform:"linux";class Ignore{relative;relativeChildren;absolute;absoluteChildren;platform;mmopts;constructor(i,{nobrace:c,nocase:d,noext:p,noglobstar:A,platform:S=C}){this.relative=[];this.absolute=[];this.relativeChildren=[];this.absoluteChildren=[];this.platform=S;this.mmopts={dot:true,nobrace:c,nocase:d,noext:p,noglobstar:A,optimizationLevel:2,platform:S,nocomment:true,nonegate:true};for(const c of i)this.add(c)}add(i){const c=new p.Minimatch(i,this.mmopts);for(let i=0;i<c.set.length;i++){const d=c.set[i];const C=c.globParts[i];if(!d||!C){throw new Error("invalid pattern object")}while(d[0]==="."&&C[0]==="."){d.shift();C.shift()}const S=new A.Pattern(d,C,0,this.platform);const v=new p.Minimatch(S.globString(),this.mmopts);const T=C[C.length-1]==="**";const _=S.isAbsolute();if(_)this.absolute.push(v);else this.relative.push(v);if(T){if(_)this.absoluteChildren.push(v);else this.relativeChildren.push(v)}}}ignored(i){const c=i.fullpath();const d=`${c}/`;const p=i.relative()||".";const A=`${p}/`;for(const i of this.relative){if(i.match(p)||i.match(A))return true}for(const i of this.absolute){if(i.match(c)||i.match(d))return true}return false}childrenIgnored(i){const c=i.fullpath()+"/";const d=(i.relative()||".")+"/";for(const i of this.relativeChildren){if(i.match(d))return true}for(const i of this.absoluteChildren){if(i.match(c))return true}return false}}c.Ignore=Ignore},21363:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.glob=c.sync=c.iterate=c.iterateSync=c.stream=c.streamSync=c.Ignore=c.hasMagic=c.Glob=c.unescape=c.escape=void 0;c.globStreamSync=globStreamSync;c.globStream=globStream;c.globSync=globSync;c.globIterateSync=globIterateSync;c.globIterate=globIterate;const p=d(91409);const A=d(72981);const C=d(45197);var S=d(91409);Object.defineProperty(c,"escape",{enumerable:true,get:function(){return S.escape}});Object.defineProperty(c,"unescape",{enumerable:true,get:function(){return S.unescape}});var v=d(72981);Object.defineProperty(c,"Glob",{enumerable:true,get:function(){return v.Glob}});var T=d(45197);Object.defineProperty(c,"hasMagic",{enumerable:true,get:function(){return T.hasMagic}});var _=d(5637);Object.defineProperty(c,"Ignore",{enumerable:true,get:function(){return _.Ignore}});function globStreamSync(i,c={}){return new A.Glob(i,c).streamSync()}function globStream(i,c={}){return new A.Glob(i,c).stream()}function globSync(i,c={}){return new A.Glob(i,c).walkSync()}async function glob_(i,c={}){return new A.Glob(i,c).walk()}function globIterateSync(i,c={}){return new A.Glob(i,c).iterateSync()}function globIterate(i,c={}){return new A.Glob(i,c).iterate()}c.streamSync=globStreamSync;c.stream=Object.assign(globStream,{sync:globStreamSync});c.iterateSync=globIterateSync;c.iterate=Object.assign(globIterate,{sync:globIterateSync});c.sync=Object.assign(globSync,{stream:globStreamSync,iterate:globIterateSync});c.glob=Object.assign(glob_,{glob:glob_,globSync:globSync,sync:c.sync,globStream:globStream,stream:c.stream,globStreamSync:globStreamSync,streamSync:c.streamSync,globIterate:globIterate,iterate:c.iterate,globIterateSync:globIterateSync,iterateSync:c.iterateSync,Glob:A.Glob,hasMagic:C.hasMagic,escape:p.escape,unescape:p.unescape});c.glob.glob=c.glob},47813:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.Pattern=void 0;const p=d(91409);const isPatternList=i=>i.length>=1;const isGlobList=i=>i.length>=1;class Pattern{#m;#g;#y;length;#E;#b;#C;#w;#I;#B;#S=true;constructor(i,c,d,p){if(!isPatternList(i)){throw new TypeError("empty pattern list")}if(!isGlobList(c)){throw new TypeError("empty glob list")}if(c.length!==i.length){throw new TypeError("mismatched pattern list and glob list lengths")}this.length=i.length;if(d<0||d>=this.length){throw new TypeError("index out of range")}this.#m=i;this.#g=c;this.#y=d;this.#E=p;if(this.#y===0){if(this.isUNC()){const[i,c,d,p,...A]=this.#m;const[C,S,v,T,..._]=this.#g;if(A[0]===""){A.shift();_.shift()}const V=[i,c,d,p,""].join("/");const Z=[C,S,v,T,""].join("/");this.#m=[V,...A];this.#g=[Z,..._];this.length=this.#m.length}else if(this.isDrive()||this.isAbsolute()){const[i,...c]=this.#m;const[d,...p]=this.#g;if(c[0]===""){c.shift();p.shift()}const A=i+"/";const C=d+"/";this.#m=[A,...c];this.#g=[C,...p];this.length=this.#m.length}}}pattern(){return this.#m[this.#y]}isString(){return typeof this.#m[this.#y]==="string"}isGlobstar(){return this.#m[this.#y]===p.GLOBSTAR}isRegExp(){return this.#m[this.#y]instanceof RegExp}globString(){return this.#C=this.#C||(this.#y===0?this.isAbsolute()?this.#g[0]+this.#g.slice(1).join("/"):this.#g.join("/"):this.#g.slice(this.#y).join("/"))}hasMore(){return this.length>this.#y+1}rest(){if(this.#b!==undefined)return this.#b;if(!this.hasMore())return this.#b=null;this.#b=new Pattern(this.#m,this.#g,this.#y+1,this.#E);this.#b.#B=this.#B;this.#b.#I=this.#I;this.#b.#w=this.#w;return this.#b}isUNC(){const i=this.#m;return this.#I!==undefined?this.#I:this.#I=this.#E==="win32"&&this.#y===0&&i[0]===""&&i[1]===""&&typeof i[2]==="string"&&!!i[2]&&typeof i[3]==="string"&&!!i[3]}isDrive(){const i=this.#m;return this.#w!==undefined?this.#w:this.#w=this.#E==="win32"&&this.#y===0&&this.length>1&&typeof i[0]==="string"&&/^[a-z]:$/i.test(i[0])}isAbsolute(){const i=this.#m;return this.#B!==undefined?this.#B:this.#B=i[0]===""&&i.length>1||this.isDrive()||this.isUNC()}root(){const i=this.#m[0];return typeof i==="string"&&this.isAbsolute()&&this.#y===0?i:""}checkFollowGlobstar(){return!(this.#y===0||!this.isGlobstar()||!this.#S)}markFollowGlobstar(){if(this.#y===0||!this.isGlobstar()||!this.#S)return false;this.#S=false;return true}}c.Pattern=Pattern},37843:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.Processor=c.SubWalks=c.MatchRecord=c.HasWalkedCache=void 0;const p=d(91409);class HasWalkedCache{store;constructor(i=new Map){this.store=i}copy(){return new HasWalkedCache(new Map(this.store))}hasWalked(i,c){return this.store.get(i.fullpath())?.has(c.globString())}storeWalked(i,c){const d=i.fullpath();const p=this.store.get(d);if(p)p.add(c.globString());else this.store.set(d,new Set([c.globString()]))}}c.HasWalkedCache=HasWalkedCache;class MatchRecord{store=new Map;add(i,c,d){const p=(c?2:0)|(d?1:0);const A=this.store.get(i);this.store.set(i,A===undefined?p:p&A)}entries(){return[...this.store.entries()].map((([i,c])=>[i,!!(c&2),!!(c&1)]))}}c.MatchRecord=MatchRecord;class SubWalks{store=new Map;add(i,c){if(!i.canReaddir()){return}const d=this.store.get(i);if(d){if(!d.find((i=>i.globString()===c.globString()))){d.push(c)}}else this.store.set(i,[c])}get(i){const c=this.store.get(i);if(!c){throw new Error("attempting to walk unknown path")}return c}entries(){return this.keys().map((i=>[i,this.store.get(i)]))}keys(){return[...this.store.keys()].filter((i=>i.canReaddir()))}}c.SubWalks=SubWalks;class Processor{hasWalkedCache;matches=new MatchRecord;subwalks=new SubWalks;patterns;follow;dot;opts;constructor(i,c){this.opts=i;this.follow=!!i.follow;this.dot=!!i.dot;this.hasWalkedCache=c?c.copy():new HasWalkedCache}processPatterns(i,c){this.patterns=c;const d=c.map((c=>[i,c]));for(let[i,c]of d){this.hasWalkedCache.storeWalked(i,c);const d=c.root();const A=c.isAbsolute()&&this.opts.absolute!==false;if(d){i=i.resolve(d==="/"&&this.opts.root!==undefined?this.opts.root:d);const p=c.rest();if(!p){this.matches.add(i,true,false);continue}else{c=p}}if(i.isENOENT())continue;let C;let S;let v=false;while(typeof(C=c.pattern())==="string"&&(S=c.rest())){const d=i.resolve(C);i=d;c=S;v=true}C=c.pattern();S=c.rest();if(v){if(this.hasWalkedCache.hasWalked(i,c))continue;this.hasWalkedCache.storeWalked(i,c)}if(typeof C==="string"){const c=C===".."||C===""||C===".";this.matches.add(i.resolve(C),A,c);continue}else if(C===p.GLOBSTAR){if(!i.isSymbolicLink()||this.follow||c.checkFollowGlobstar()){this.subwalks.add(i,c)}const d=S?.pattern();const p=S?.rest();if(!S||(d===""||d===".")&&!p){this.matches.add(i,A,d===""||d===".")}else{if(d===".."){const c=i.parent||i;if(!p)this.matches.add(c,A,true);else if(!this.hasWalkedCache.hasWalked(c,p)){this.subwalks.add(c,p)}}}}else if(C instanceof RegExp){this.subwalks.add(i,c)}}return this}subwalkTargets(){return this.subwalks.keys()}child(){return new Processor(this.opts,this.hasWalkedCache)}filterEntries(i,c){const d=this.subwalks.get(i);const A=this.child();for(const i of c){for(const c of d){const d=c.isAbsolute();const C=c.pattern();const S=c.rest();if(C===p.GLOBSTAR){A.testGlobstar(i,c,S,d)}else if(C instanceof RegExp){A.testRegExp(i,C,S,d)}else{A.testString(i,C,S,d)}}}return A}testGlobstar(i,c,d,p){if(this.dot||!i.name.startsWith(".")){if(!c.hasMore()){this.matches.add(i,p,false)}if(i.canReaddir()){if(this.follow||!i.isSymbolicLink()){this.subwalks.add(i,c)}else if(i.isSymbolicLink()){if(d&&c.checkFollowGlobstar()){this.subwalks.add(i,d)}else if(c.markFollowGlobstar()){this.subwalks.add(i,c)}}}}if(d){const c=d.pattern();if(typeof c==="string"&&c!==".."&&c!==""&&c!=="."){this.testString(i,c,d.rest(),p)}else if(c===".."){const c=i.parent||i;this.subwalks.add(c,d)}else if(c instanceof RegExp){this.testRegExp(i,c,d.rest(),p)}}}testRegExp(i,c,d,p){if(!c.test(i.name))return;if(!d){this.matches.add(i,p,false)}else{this.subwalks.add(i,d)}}testString(i,c,d,p){if(!i.isNamed(c))return;if(!d){this.matches.add(i,p,false)}else{this.subwalks.add(i,d)}}}c.Processor=Processor},11157:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.GlobStream=c.GlobWalker=c.GlobUtil=void 0;const p=d(78275);const A=d(5637);const C=d(37843);const makeIgnore=(i,c)=>typeof i==="string"?new A.Ignore([i],c):Array.isArray(i)?new A.Ignore(i,c):i;class GlobUtil{path;patterns;opts;seen=new Set;paused=false;aborted=false;#v=[];#Q;#N;signal;maxDepth;includeChildMatches;constructor(i,c,d){this.patterns=i;this.path=c;this.opts=d;this.#N=!d.posix&&d.platform==="win32"?"\\":"/";this.includeChildMatches=d.includeChildMatches!==false;if(d.ignore||!this.includeChildMatches){this.#Q=makeIgnore(d.ignore??[],d);if(!this.includeChildMatches&&typeof this.#Q.add!=="function"){const i="cannot ignore child matches, ignore lacks add() method.";throw new Error(i)}}this.maxDepth=d.maxDepth||Infinity;if(d.signal){this.signal=d.signal;this.signal.addEventListener("abort",(()=>{this.#v.length=0}))}}#R(i){return this.seen.has(i)||!!this.#Q?.ignored?.(i)}#T(i){return!!this.#Q?.childrenIgnored?.(i)}pause(){this.paused=true}resume(){if(this.signal?.aborted)return;this.paused=false;let i=undefined;while(!this.paused&&(i=this.#v.shift())){i()}}onResume(i){if(this.signal?.aborted)return;if(!this.paused){i()}else{this.#v.push(i)}}async matchCheck(i,c){if(c&&this.opts.nodir)return undefined;let d;if(this.opts.realpath){d=i.realpathCached()||await i.realpath();if(!d)return undefined;i=d}const p=i.isUnknown()||this.opts.stat;const A=p?await i.lstat():i;if(this.opts.follow&&this.opts.nodir&&A?.isSymbolicLink()){const i=await A.realpath();if(i&&(i.isUnknown()||this.opts.stat)){await i.lstat()}}return this.matchCheckTest(A,c)}matchCheckTest(i,c){return i&&(this.maxDepth===Infinity||i.depth()<=this.maxDepth)&&(!c||i.canReaddir())&&(!this.opts.nodir||!i.isDirectory())&&(!this.opts.nodir||!this.opts.follow||!i.isSymbolicLink()||!i.realpathCached()?.isDirectory())&&!this.#R(i)?i:undefined}matchCheckSync(i,c){if(c&&this.opts.nodir)return undefined;let d;if(this.opts.realpath){d=i.realpathCached()||i.realpathSync();if(!d)return undefined;i=d}const p=i.isUnknown()||this.opts.stat;const A=p?i.lstatSync():i;if(this.opts.follow&&this.opts.nodir&&A?.isSymbolicLink()){const i=A.realpathSync();if(i&&(i?.isUnknown()||this.opts.stat)){i.lstatSync()}}return this.matchCheckTest(A,c)}matchFinish(i,c){if(this.#R(i))return;if(!this.includeChildMatches&&this.#Q?.add){const c=`${i.relativePosix()}/**`;this.#Q.add(c)}const d=this.opts.absolute===undefined?c:this.opts.absolute;this.seen.add(i);const p=this.opts.mark&&i.isDirectory()?this.#N:"";if(this.opts.withFileTypes){this.matchEmit(i)}else if(d){const c=this.opts.posix?i.fullpathPosix():i.fullpath();this.matchEmit(c+p)}else{const c=this.opts.posix?i.relativePosix():i.relative();const d=this.opts.dotRelative&&!c.startsWith(".."+this.#N)?"."+this.#N:"";this.matchEmit(!c?"."+p:d+c+p)}}async match(i,c,d){const p=await this.matchCheck(i,d);if(p)this.matchFinish(p,c)}matchSync(i,c,d){const p=this.matchCheckSync(i,d);if(p)this.matchFinish(p,c)}walkCB(i,c,d){if(this.signal?.aborted)d();this.walkCB2(i,c,new C.Processor(this.opts),d)}walkCB2(i,c,d,p){if(this.#T(i))return p();if(this.signal?.aborted)p();if(this.paused){this.onResume((()=>this.walkCB2(i,c,d,p)));return}d.processPatterns(i,c);let A=1;const next=()=>{if(--A===0)p()};for(const[i,c,p]of d.matches.entries()){if(this.#R(i))continue;A++;this.match(i,c,p).then((()=>next()))}for(const i of d.subwalkTargets()){if(this.maxDepth!==Infinity&&i.depth()>=this.maxDepth){continue}A++;const c=i.readdirCached();if(i.calledReaddir())this.walkCB3(i,c,d,next);else{i.readdirCB(((c,p)=>this.walkCB3(i,p,d,next)),true)}}next()}walkCB3(i,c,d,p){d=d.filterEntries(i,c);let A=1;const next=()=>{if(--A===0)p()};for(const[i,c,p]of d.matches.entries()){if(this.#R(i))continue;A++;this.match(i,c,p).then((()=>next()))}for(const[i,c]of d.subwalks.entries()){A++;this.walkCB2(i,c,d.child(),next)}next()}walkCBSync(i,c,d){if(this.signal?.aborted)d();this.walkCB2Sync(i,c,new C.Processor(this.opts),d)}walkCB2Sync(i,c,d,p){if(this.#T(i))return p();if(this.signal?.aborted)p();if(this.paused){this.onResume((()=>this.walkCB2Sync(i,c,d,p)));return}d.processPatterns(i,c);let A=1;const next=()=>{if(--A===0)p()};for(const[i,c,p]of d.matches.entries()){if(this.#R(i))continue;this.matchSync(i,c,p)}for(const i of d.subwalkTargets()){if(this.maxDepth!==Infinity&&i.depth()>=this.maxDepth){continue}A++;const c=i.readdirSync();this.walkCB3Sync(i,c,d,next)}next()}walkCB3Sync(i,c,d,p){d=d.filterEntries(i,c);let A=1;const next=()=>{if(--A===0)p()};for(const[i,c,p]of d.matches.entries()){if(this.#R(i))continue;this.matchSync(i,c,p)}for(const[i,c]of d.subwalks.entries()){A++;this.walkCB2Sync(i,c,d.child(),next)}next()}}c.GlobUtil=GlobUtil;class GlobWalker extends GlobUtil{matches=new Set;constructor(i,c,d){super(i,c,d)}matchEmit(i){this.matches.add(i)}async walk(){if(this.signal?.aborted)throw this.signal.reason;if(this.path.isUnknown()){await this.path.lstat()}await new Promise(((i,c)=>{this.walkCB(this.path,this.patterns,(()=>{if(this.signal?.aborted){c(this.signal.reason)}else{i(this.matches)}}))}));return this.matches}walkSync(){if(this.signal?.aborted)throw this.signal.reason;if(this.path.isUnknown()){this.path.lstatSync()}this.walkCBSync(this.path,this.patterns,(()=>{if(this.signal?.aborted)throw this.signal.reason}));return this.matches}}c.GlobWalker=GlobWalker;class GlobStream extends GlobUtil{results;constructor(i,c,d){super(i,c,d);this.results=new p.Minipass({signal:this.signal,objectMode:true});this.results.on("drain",(()=>this.resume()));this.results.on("resume",(()=>this.resume()))}matchEmit(i){this.results.write(i);if(!this.results.flowing)this.pause()}stream(){const i=this.path;if(i.isUnknown()){i.lstat().then((()=>{this.walkCB(i,this.patterns,(()=>this.results.end()))}))}else{this.walkCB(i,this.patterns,(()=>this.results.end()))}return this.results}streamSync(){if(this.path.isUnknown()){this.path.lstatSync()}this.walkCBSync(this.path,this.patterns,(()=>this.results.end()));return this.results}}c.GlobStream=GlobStream},8895:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.assertValidPattern=void 0;const d=1024*64;const assertValidPattern=i=>{if(typeof i!=="string"){throw new TypeError("invalid pattern")}if(i.length>d){throw new TypeError("pattern is too long")}};c.assertValidPattern=assertValidPattern},20857:(i,c,d)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.AST=void 0;const p=d(65192);const A=d(9829);const C=new Set(["!","?","+","*","@"]);const isExtglobType=i=>C.has(i);const S="(?!(?:^|/)\\.\\.?(?:$|/))";const v="(?!\\.)";const T=new Set(["[","."]);const _=new Set(["..","."]);const V=new Set("().*{}+?[]^$\\!");const regExpEscape=i=>i.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&");const Z="[^/]";const ee=Z+"*?";const te=Z+"+?";class AST{type;#x;#D;#_=false;#k=[];#P;#O;#L;#M=false;#F;#U;#H=false;constructor(i,c,d={}){this.type=i;if(i)this.#D=true;this.#P=c;this.#x=this.#P?this.#P.#x:this;this.#F=this.#x===this?d:this.#x.#F;this.#L=this.#x===this?[]:this.#x.#L;if(i==="!"&&!this.#x.#M)this.#L.push(this);this.#O=this.#P?this.#P.#k.length:0}get hasMagic(){if(this.#D!==undefined)return this.#D;for(const i of this.#k){if(typeof i==="string")continue;if(i.type||i.hasMagic)return this.#D=true}return this.#D}toString(){if(this.#U!==undefined)return this.#U;if(!this.type){return this.#U=this.#k.map((i=>String(i))).join("")}else{return this.#U=this.type+"("+this.#k.map((i=>String(i))).join("|")+")"}}#q(){if(this!==this.#x)throw new Error("should only call on root");if(this.#M)return this;this.toString();this.#M=true;let i;while(i=this.#L.pop()){if(i.type!=="!")continue;let c=i;let d=c.#P;while(d){for(let p=c.#O+1;!d.type&&p<d.#k.length;p++){for(const c of i.#k){if(typeof c==="string"){throw new Error("string part in extglob AST??")}c.copyIn(d.#k[p])}}c=d;d=c.#P}}return this}push(...i){for(const c of i){if(c==="")continue;if(typeof c!=="string"&&!(c instanceof AST&&c.#P===this)){throw new Error("invalid part: "+c)}this.#k.push(c)}}toJSON(){const i=this.type===null?this.#k.slice().map((i=>typeof i==="string"?i:i.toJSON())):[this.type,...this.#k.map((i=>i.toJSON()))];if(this.isStart()&&!this.type)i.unshift([]);if(this.isEnd()&&(this===this.#x||this.#x.#M&&this.#P?.type==="!")){i.push({})}return i}isStart(){if(this.#x===this)return true;if(!this.#P?.isStart())return false;if(this.#O===0)return true;const i=this.#P;for(let c=0;c<this.#O;c++){const d=i.#k[c];if(!(d instanceof AST&&d.type==="!")){return false}}return true}isEnd(){if(this.#x===this)return true;if(this.#P?.type==="!")return true;if(!this.#P?.isEnd())return false;if(!this.type)return this.#P?.isEnd();const i=this.#P?this.#P.#k.length:0;return this.#O===i-1}copyIn(i){if(typeof i==="string")this.push(i);else this.push(i.clone(this))}clone(i){const c=new AST(this.type,i);for(const i of this.#k){c.copyIn(i)}return c}static#z(i,c,d,p){let A=false;let C=false;let S=-1;let v=false;if(c.type===null){let T=d;let _="";while(T<i.length){const d=i.charAt(T++);if(A||d==="\\"){A=!A;_+=d;continue}if(C){if(T===S+1){if(d==="^"||d==="!"){v=true}}else if(d==="]"&&!(T===S+2&&v)){C=false}_+=d;continue}else if(d==="["){C=true;S=T;v=false;_+=d;continue}if(!p.noext&&isExtglobType(d)&&i.charAt(T)==="("){c.push(_);_="";const A=new AST(d,c);T=AST.#z(i,A,T,p);c.push(A);continue}_+=d}c.push(_);return T}let T=d+1;let _=new AST(null,c);const V=[];let Z="";while(T<i.length){const d=i.charAt(T++);if(A||d==="\\"){A=!A;Z+=d;continue}if(C){if(T===S+1){if(d==="^"||d==="!"){v=true}}else if(d==="]"&&!(T===S+2&&v)){C=false}Z+=d;continue}else if(d==="["){C=true;S=T;v=false;Z+=d;continue}if(isExtglobType(d)&&i.charAt(T)==="("){_.push(Z);Z="";const c=new AST(d,_);_.push(c);T=AST.#z(i,c,T,p);continue}if(d==="|"){_.push(Z);Z="";V.push(_);_=new AST(null,c);continue}if(d===")"){if(Z===""&&c.#k.length===0){c.#H=true}_.push(Z);Z="";c.push(...V,_);return T}Z+=d}c.type=null;c.#D=undefined;c.#k=[i.substring(d-1)];return T}static fromGlob(i,c={}){const d=new AST(null,undefined,c);AST.#z(i,d,0,c);return d}toMMPattern(){if(this!==this.#x)return this.#x.toMMPattern();const i=this.toString();const[c,d,p,A]=this.toRegExpSource();const C=p||this.#D||this.#F.nocase&&!this.#F.nocaseMagicOnly&&i.toUpperCase()!==i.toLowerCase();if(!C){return d}const S=(this.#F.nocase?"i":"")+(A?"u":"");return Object.assign(new RegExp(`^${c}$`,S),{_src:c,_glob:i})}get options(){return this.#F}toRegExpSource(i){const c=i??!!this.#F.dot;if(this.#x===this)this.#q();if(!this.type){const d=this.isStart()&&this.isEnd();const p=this.#k.map((c=>{const[p,A,C,S]=typeof c==="string"?AST.#G(c,this.#D,d):c.toRegExpSource(i);this.#D=this.#D||C;this.#_=this.#_||S;return p})).join("");let C="";if(this.isStart()){if(typeof this.#k[0]==="string"){const d=this.#k.length===1&&_.has(this.#k[0]);if(!d){const d=T;const A=c&&d.has(p.charAt(0))||p.startsWith("\\.")&&d.has(p.charAt(2))||p.startsWith("\\.\\.")&&d.has(p.charAt(4));const _=!c&&!i&&d.has(p.charAt(0));C=A?S:_?v:""}}}let V="";if(this.isEnd()&&this.#x.#M&&this.#P?.type==="!"){V="(?:$|\\/)"}const Z=C+p+V;return[Z,(0,A.unescape)(p),this.#D=!!this.#D,this.#_]}const d=this.type==="*"||this.type==="+";const p=this.type==="!"?"(?:(?!(?:":"(?:";let C=this.#j(c);if(this.isStart()&&this.isEnd()&&!C&&this.type!=="!"){const i=this.toString();this.#k=[i];this.type=null;this.#D=undefined;return[i,(0,A.unescape)(this.toString()),false,false]}let V=!d||i||c||!v?"":this.#j(true);if(V===C){V=""}if(V){C=`(?:${C})(?:${V})*?`}let Z="";if(this.type==="!"&&this.#H){Z=(this.isStart()&&!c?v:"")+te}else{const d=this.type==="!"?"))"+(this.isStart()&&!c&&!i?v:"")+ee+")":this.type==="@"?")":this.type==="?"?")?":this.type==="+"&&V?")":this.type==="*"&&V?`)?`:`)${this.type}`;Z=p+C+d}return[Z,(0,A.unescape)(C),this.#D=!!this.#D,this.#_]}#j(i){return this.#k.map((c=>{if(typeof c==="string"){throw new Error("string type in extglob ast??")}const[d,p,A,C]=c.toRegExpSource(i);this.#_=this.#_||C;return d})).filter((i=>!(this.isStart()&&this.isEnd())||!!i)).join("|")}static#G(i,c,d=false){let C=false;let S="";let v=false;for(let A=0;A<i.length;A++){const T=i.charAt(A);if(C){C=false;S+=(V.has(T)?"\\":"")+T;continue}if(T==="\\"){if(A===i.length-1){S+="\\\\"}else{C=true}continue}if(T==="["){const[d,C,T,_]=(0,p.parseClass)(i,A);if(T){S+=d;v=v||C;A+=T-1;c=c||_;continue}}if(T==="*"){if(d&&i==="*")S+=te;else S+=ee;c=true;continue}if(T==="?"){S+=Z;c=true;continue}S+=regExpEscape(T)}return[S,(0,A.unescape)(i),!!c,v]}}c.AST=AST},65192:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.parseClass=void 0;const d={"[:alnum:]":["\\p{L}\\p{Nl}\\p{Nd}",true],"[:alpha:]":["\\p{L}\\p{Nl}",true],"[:ascii:]":["\\x"+"00-\\x"+"7f",false],"[:blank:]":["\\p{Zs}\\t",true],"[:cntrl:]":["\\p{Cc}",true],"[:digit:]":["\\p{Nd}",true],"[:graph:]":["\\p{Z}\\p{C}",true,true],"[:lower:]":["\\p{Ll}",true],"[:print:]":["\\p{C}",true],"[:punct:]":["\\p{P}",true],"[:space:]":["\\p{Z}\\t\\r\\n\\v\\f",true],"[:upper:]":["\\p{Lu}",true],"[:word:]":["\\p{L}\\p{Nl}\\p{Nd}\\p{Pc}",true],"[:xdigit:]":["A-Fa-f0-9",false]};const braceEscape=i=>i.replace(/[[\]\\-]/g,"\\$&");const regexpEscape=i=>i.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&");const rangesToString=i=>i.join("");const parseClass=(i,c)=>{const p=c;if(i.charAt(p)!=="["){throw new Error("not in a brace expression")}const A=[];const C=[];let S=p+1;let v=false;let T=false;let _=false;let V=false;let Z=p;let ee="";e:while(S<i.length){const c=i.charAt(S);if((c==="!"||c==="^")&&S===p+1){V=true;S++;continue}if(c==="]"&&v&&!_){Z=S+1;break}v=true;if(c==="\\"){if(!_){_=true;S++;continue}}if(c==="["&&!_){for(const[c,[v,_,V]]of Object.entries(d)){if(i.startsWith(c,S)){if(ee){return["$.",false,i.length-p,true]}S+=c.length;if(V)C.push(v);else A.push(v);T=T||_;continue e}}}_=false;if(ee){if(c>ee){A.push(braceEscape(ee)+"-"+braceEscape(c))}else if(c===ee){A.push(braceEscape(c))}ee="";S++;continue}if(i.startsWith("-]",S+1)){A.push(braceEscape(c+"-"));S+=2;continue}if(i.startsWith("-",S+1)){ee=c;S+=2;continue}A.push(braceEscape(c));S++}if(Z<S){return["",false,0,false]}if(!A.length&&!C.length){return["$.",false,i.length-p,true]}if(C.length===0&&A.length===1&&/^\\?.$/.test(A[0])&&!V){const i=A[0].length===2?A[0].slice(-1):A[0];return[regexpEscape(i),false,Z-p,false]}const te="["+(V?"^":"")+rangesToString(A)+"]";const re="["+(V?"":"^")+rangesToString(C)+"]";const ne=A.length&&C.length?"("+te+"|"+re+")":A.length?te:re;return[ne,T,Z-p,true]};c.parseClass=parseClass},76726:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.escape=void 0;const escape=(i,{windowsPathsNoEscape:c=false}={})=>c?i.replace(/[?*()[\]]/g,"[$&]"):i.replace(/[?*()[\]\\]/g,"\\$&");c.escape=escape},91409:function(i,c,d){"use strict";var p=this&&this.__importDefault||function(i){return i&&i.__esModule?i:{default:i}};Object.defineProperty(c,"__esModule",{value:true});c.unescape=c.escape=c.AST=c.Minimatch=c.match=c.makeRe=c.braceExpand=c.defaults=c.filter=c.GLOBSTAR=c.sep=c.minimatch=void 0;const A=p(d(68497));const C=d(8895);const S=d(20857);const v=d(76726);const T=d(9829);const minimatch=(i,c,d={})=>{(0,C.assertValidPattern)(c);if(!d.nocomment&&c.charAt(0)==="#"){return false}return new Minimatch(c,d).match(i)};c.minimatch=minimatch;const _=/^\*+([^+@!?\*\[\(]*)$/;const starDotExtTest=i=>c=>!c.startsWith(".")&&c.endsWith(i);const starDotExtTestDot=i=>c=>c.endsWith(i);const starDotExtTestNocase=i=>{i=i.toLowerCase();return c=>!c.startsWith(".")&&c.toLowerCase().endsWith(i)};const starDotExtTestNocaseDot=i=>{i=i.toLowerCase();return c=>c.toLowerCase().endsWith(i)};const V=/^\*+\.\*+$/;const starDotStarTest=i=>!i.startsWith(".")&&i.includes(".");const starDotStarTestDot=i=>i!=="."&&i!==".."&&i.includes(".");const Z=/^\.\*+$/;const dotStarTest=i=>i!=="."&&i!==".."&&i.startsWith(".");const ee=/^\*+$/;const starTest=i=>i.length!==0&&!i.startsWith(".");const starTestDot=i=>i.length!==0&&i!=="."&&i!=="..";const te=/^\?+([^+@!?\*\[\(]*)?$/;const qmarksTestNocase=([i,c=""])=>{const d=qmarksTestNoExt([i]);if(!c)return d;c=c.toLowerCase();return i=>d(i)&&i.toLowerCase().endsWith(c)};const qmarksTestNocaseDot=([i,c=""])=>{const d=qmarksTestNoExtDot([i]);if(!c)return d;c=c.toLowerCase();return i=>d(i)&&i.toLowerCase().endsWith(c)};const qmarksTestDot=([i,c=""])=>{const d=qmarksTestNoExtDot([i]);return!c?d:i=>d(i)&&i.endsWith(c)};const qmarksTest=([i,c=""])=>{const d=qmarksTestNoExt([i]);return!c?d:i=>d(i)&&i.endsWith(c)};const qmarksTestNoExt=([i])=>{const c=i.length;return i=>i.length===c&&!i.startsWith(".")};const qmarksTestNoExtDot=([i])=>{const c=i.length;return i=>i.length===c&&i!=="."&&i!==".."};const re=typeof process==="object"&&process?typeof process.env==="object"&&process.env&&process.env.__MINIMATCH_TESTING_PLATFORM__||process.platform:"posix";const ne={win32:{sep:"\\"},posix:{sep:"/"}};c.sep=re==="win32"?ne.win32.sep:ne.posix.sep;c.minimatch.sep=c.sep;c.GLOBSTAR=Symbol("globstar **");c.minimatch.GLOBSTAR=c.GLOBSTAR;const ie="[^/]";const se=ie+"*?";const ae="(?:(?!(?:\\/|^)(?:\\.{1,2})($|\\/)).)*?";const oe="(?:(?!(?:\\/|^)\\.).)*?";const filter=(i,d={})=>p=>(0,c.minimatch)(p,i,d);c.filter=filter;c.minimatch.filter=c.filter;const ext=(i,c={})=>Object.assign({},i,c);const defaults=i=>{if(!i||typeof i!=="object"||!Object.keys(i).length){return c.minimatch}const d=c.minimatch;const m=(c,p,A={})=>d(c,p,ext(i,A));return Object.assign(m,{Minimatch:class Minimatch extends d.Minimatch{constructor(c,d={}){super(c,ext(i,d))}static defaults(c){return d.defaults(ext(i,c)).Minimatch}},AST:class AST extends d.AST{constructor(c,d,p={}){super(c,d,ext(i,p))}static fromGlob(c,p={}){return d.AST.fromGlob(c,ext(i,p))}},unescape:(c,p={})=>d.unescape(c,ext(i,p)),escape:(c,p={})=>d.escape(c,ext(i,p)),filter:(c,p={})=>d.filter(c,ext(i,p)),defaults:c=>d.defaults(ext(i,c)),makeRe:(c,p={})=>d.makeRe(c,ext(i,p)),braceExpand:(c,p={})=>d.braceExpand(c,ext(i,p)),match:(c,p,A={})=>d.match(c,p,ext(i,A)),sep:d.sep,GLOBSTAR:c.GLOBSTAR})};c.defaults=defaults;c.minimatch.defaults=c.defaults;const braceExpand=(i,c={})=>{(0,C.assertValidPattern)(i);if(c.nobrace||!/\{(?:(?!\{).)*\}/.test(i)){return[i]}return(0,A.default)(i)};c.braceExpand=braceExpand;c.minimatch.braceExpand=c.braceExpand;const makeRe=(i,c={})=>new Minimatch(i,c).makeRe();c.makeRe=makeRe;c.minimatch.makeRe=c.makeRe;const match=(i,c,d={})=>{const p=new Minimatch(c,d);i=i.filter((i=>p.match(i)));if(p.options.nonull&&!i.length){i.push(c)}return i};c.match=match;c.minimatch.match=c.match;const le=/[?*]|[+@!]\(.*?\)|\[|\]/;const regExpEscape=i=>i.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&");class Minimatch{options;set;pattern;windowsPathsNoEscape;nonegate;negate;comment;empty;preserveMultipleSlashes;partial;globSet;globParts;nocase;isWindows;platform;windowsNoMagicRoot;regexp;constructor(i,c={}){(0,C.assertValidPattern)(i);c=c||{};this.options=c;this.pattern=i;this.platform=c.platform||re;this.isWindows=this.platform==="win32";this.windowsPathsNoEscape=!!c.windowsPathsNoEscape||c.allowWindowsEscape===false;if(this.windowsPathsNoEscape){this.pattern=this.pattern.replace(/\\/g,"/")}this.preserveMultipleSlashes=!!c.preserveMultipleSlashes;this.regexp=null;this.negate=false;this.nonegate=!!c.nonegate;this.comment=false;this.empty=false;this.partial=!!c.partial;this.nocase=!!this.options.nocase;this.windowsNoMagicRoot=c.windowsNoMagicRoot!==undefined?c.windowsNoMagicRoot:!!(this.isWindows&&this.nocase);this.globSet=[];this.globParts=[];this.set=[];this.make()}hasMagic(){if(this.options.magicalBraces&&this.set.length>1){return true}for(const i of this.set){for(const c of i){if(typeof c!=="string")return true}}return false}debug(...i){}make(){const i=this.pattern;const c=this.options;if(!c.nocomment&&i.charAt(0)==="#"){this.comment=true;return}if(!i){this.empty=true;return}this.parseNegate();this.globSet=[...new Set(this.braceExpand())];if(c.debug){this.debug=(...i)=>console.error(...i)}this.debug(this.pattern,this.globSet);const d=this.globSet.map((i=>this.slashSplit(i)));this.globParts=this.preprocess(d);this.debug(this.pattern,this.globParts);let p=this.globParts.map(((i,c,d)=>{if(this.isWindows&&this.windowsNoMagicRoot){const c=i[0]===""&&i[1]===""&&(i[2]==="?"||!le.test(i[2]))&&!le.test(i[3]);const d=/^[a-z]:/i.test(i[0]);if(c){return[...i.slice(0,4),...i.slice(4).map((i=>this.parse(i)))]}else if(d){return[i[0],...i.slice(1).map((i=>this.parse(i)))]}}return i.map((i=>this.parse(i)))}));this.debug(this.pattern,p);this.set=p.filter((i=>i.indexOf(false)===-1));if(this.isWindows){for(let i=0;i<this.set.length;i++){const c=this.set[i];if(c[0]===""&&c[1]===""&&this.globParts[i][2]==="?"&&typeof c[3]==="string"&&/^[a-z]:$/i.test(c[3])){c[2]="?"}}}this.debug(this.pattern,this.set)}preprocess(i){if(this.options.noglobstar){for(let c=0;c<i.length;c++){for(let d=0;d<i[c].length;d++){if(i[c][d]==="**"){i[c][d]="*"}}}}const{optimizationLevel:c=1}=this.options;if(c>=2){i=this.firstPhasePreProcess(i);i=this.secondPhasePreProcess(i)}else if(c>=1){i=this.levelOneOptimize(i)}else{i=this.adjascentGlobstarOptimize(i)}return i}adjascentGlobstarOptimize(i){return i.map((i=>{let c=-1;while(-1!==(c=i.indexOf("**",c+1))){let d=c;while(i[d+1]==="**"){d++}if(d!==c){i.splice(c,d-c)}}return i}))}levelOneOptimize(i){return i.map((i=>{i=i.reduce(((i,c)=>{const d=i[i.length-1];if(c==="**"&&d==="**"){return i}if(c===".."){if(d&&d!==".."&&d!=="."&&d!=="**"){i.pop();return i}}i.push(c);return i}),[]);return i.length===0?[""]:i}))}levelTwoFileOptimize(i){if(!Array.isArray(i)){i=this.slashSplit(i)}let c=false;do{c=false;if(!this.preserveMultipleSlashes){for(let d=1;d<i.length-1;d++){const p=i[d];if(d===1&&p===""&&i[0]==="")continue;if(p==="."||p===""){c=true;i.splice(d,1);d--}}if(i[0]==="."&&i.length===2&&(i[1]==="."||i[1]==="")){c=true;i.pop()}}let d=0;while(-1!==(d=i.indexOf("..",d+1))){const p=i[d-1];if(p&&p!=="."&&p!==".."&&p!=="**"){c=true;i.splice(d-1,2);d-=2}}}while(c);return i.length===0?[""]:i}firstPhasePreProcess(i){let c=false;do{c=false;for(let d of i){let p=-1;while(-1!==(p=d.indexOf("**",p+1))){let A=p;while(d[A+1]==="**"){A++}if(A>p){d.splice(p+1,A-p)}let C=d[p+1];const S=d[p+2];const v=d[p+3];if(C!=="..")continue;if(!S||S==="."||S===".."||!v||v==="."||v===".."){continue}c=true;d.splice(p,1);const T=d.slice(0);T[p]="**";i.push(T);p--}if(!this.preserveMultipleSlashes){for(let i=1;i<d.length-1;i++){const p=d[i];if(i===1&&p===""&&d[0]==="")continue;if(p==="."||p===""){c=true;d.splice(i,1);i--}}if(d[0]==="."&&d.length===2&&(d[1]==="."||d[1]==="")){c=true;d.pop()}}let A=0;while(-1!==(A=d.indexOf("..",A+1))){const i=d[A-1];if(i&&i!=="."&&i!==".."&&i!=="**"){c=true;const i=A===1&&d[A+1]==="**";const p=i?["."]:[];d.splice(A-1,2,...p);if(d.length===0)d.push("");A-=2}}}}while(c);return i}secondPhasePreProcess(i){for(let c=0;c<i.length-1;c++){for(let d=c+1;d<i.length;d++){const p=this.partsMatch(i[c],i[d],!this.preserveMultipleSlashes);if(p){i[c]=[];i[d]=p;break}}}return i.filter((i=>i.length))}partsMatch(i,c,d=false){let p=0;let A=0;let C=[];let S="";while(p<i.length&&A<c.length){if(i[p]===c[A]){C.push(S==="b"?c[A]:i[p]);p++;A++}else if(d&&i[p]==="**"&&c[A]===i[p+1]){C.push(i[p]);p++}else if(d&&c[A]==="**"&&i[p]===c[A+1]){C.push(c[A]);A++}else if(i[p]==="*"&&c[A]&&(this.options.dot||!c[A].startsWith("."))&&c[A]!=="**"){if(S==="b")return false;S="a";C.push(i[p]);p++;A++}else if(c[A]==="*"&&i[p]&&(this.options.dot||!i[p].startsWith("."))&&i[p]!=="**"){if(S==="a")return false;S="b";C.push(c[A]);p++;A++}else{return false}}return i.length===c.length&&C}parseNegate(){if(this.nonegate)return;const i=this.pattern;let c=false;let d=0;for(let p=0;p<i.length&&i.charAt(p)==="!";p++){c=!c;d++}if(d)this.pattern=i.slice(d);this.negate=c}matchOne(i,d,p=false){const A=this.options;if(this.isWindows){const c=typeof i[0]==="string"&&/^[a-z]:$/i.test(i[0]);const p=!c&&i[0]===""&&i[1]===""&&i[2]==="?"&&/^[a-z]:$/i.test(i[3]);const A=typeof d[0]==="string"&&/^[a-z]:$/i.test(d[0]);const C=!A&&d[0]===""&&d[1]===""&&d[2]==="?"&&typeof d[3]==="string"&&/^[a-z]:$/i.test(d[3]);const S=p?3:c?0:undefined;const v=C?3:A?0:undefined;if(typeof S==="number"&&typeof v==="number"){const[c,p]=[i[S],d[v]];if(c.toLowerCase()===p.toLowerCase()){d[v]=c;if(v>S){d=d.slice(v)}else if(S>v){i=i.slice(S)}}}}const{optimizationLevel:C=1}=this.options;if(C>=2){i=this.levelTwoFileOptimize(i)}this.debug("matchOne",this,{file:i,pattern:d});this.debug("matchOne",i.length,d.length);for(var S=0,v=0,T=i.length,_=d.length;S<T&&v<_;S++,v++){this.debug("matchOne loop");var V=d[v];var Z=i[S];this.debug(d,V,Z);if(V===false){return false}if(V===c.GLOBSTAR){this.debug("GLOBSTAR",[d,V,Z]);var ee=S;var te=v+1;if(te===_){this.debug("** at the end");for(;S<T;S++){if(i[S]==="."||i[S]===".."||!A.dot&&i[S].charAt(0)===".")return false}return true}while(ee<T){var re=i[ee];this.debug("\nglobstar while",i,ee,d,te,re);if(this.matchOne(i.slice(ee),d.slice(te),p)){this.debug("globstar found match!",ee,T,re);return true}else{if(re==="."||re===".."||!A.dot&&re.charAt(0)==="."){this.debug("dot detected!",i,ee,d,te);break}this.debug("globstar swallow a segment, and continue");ee++}}if(p){this.debug("\n>>> no match, partial?",i,ee,d,te);if(ee===T){return true}}return false}let C;if(typeof V==="string"){C=Z===V;this.debug("string match",V,Z,C)}else{C=V.test(Z);this.debug("pattern match",V,Z,C)}if(!C)return false}if(S===T&&v===_){return true}else if(S===T){return p}else if(v===_){return S===T-1&&i[S]===""}else{throw new Error("wtf?")}}braceExpand(){return(0,c.braceExpand)(this.pattern,this.options)}parse(i){(0,C.assertValidPattern)(i);const d=this.options;if(i==="**")return c.GLOBSTAR;if(i==="")return"";let p;let A=null;if(p=i.match(ee)){A=d.dot?starTestDot:starTest}else if(p=i.match(_)){A=(d.nocase?d.dot?starDotExtTestNocaseDot:starDotExtTestNocase:d.dot?starDotExtTestDot:starDotExtTest)(p[1])}else if(p=i.match(te)){A=(d.nocase?d.dot?qmarksTestNocaseDot:qmarksTestNocase:d.dot?qmarksTestDot:qmarksTest)(p)}else if(p=i.match(V)){A=d.dot?starDotStarTestDot:starDotStarTest}else if(p=i.match(Z)){A=dotStarTest}const v=S.AST.fromGlob(i,this.options).toMMPattern();if(A&&typeof v==="object"){Reflect.defineProperty(v,"test",{value:A})}return v}makeRe(){if(this.regexp||this.regexp===false)return this.regexp;const i=this.set;if(!i.length){this.regexp=false;return this.regexp}const d=this.options;const p=d.noglobstar?se:d.dot?ae:oe;const A=new Set(d.nocase?["i"]:[]);let C=i.map((i=>{const d=i.map((i=>{if(i instanceof RegExp){for(const c of i.flags.split(""))A.add(c)}return typeof i==="string"?regExpEscape(i):i===c.GLOBSTAR?c.GLOBSTAR:i._src}));d.forEach(((i,A)=>{const C=d[A+1];const S=d[A-1];if(i!==c.GLOBSTAR||S===c.GLOBSTAR){return}if(S===undefined){if(C!==undefined&&C!==c.GLOBSTAR){d[A+1]="(?:\\/|"+p+"\\/)?"+C}else{d[A]=p}}else if(C===undefined){d[A-1]=S+"(?:\\/|"+p+")?"}else if(C!==c.GLOBSTAR){d[A-1]=S+"(?:\\/|\\/"+p+"\\/)"+C;d[A+1]=c.GLOBSTAR}}));return d.filter((i=>i!==c.GLOBSTAR)).join("/")})).join("|");const[S,v]=i.length>1?["(?:",")"]:["",""];C="^"+S+C+v+"$";if(this.negate)C="^(?!"+C+").+$";try{this.regexp=new RegExp(C,[...A].join(""))}catch(i){this.regexp=false}return this.regexp}slashSplit(i){if(this.preserveMultipleSlashes){return i.split("/")}else if(this.isWindows&&/^\/\/[^\/]+/.test(i)){return["",...i.split(/\/+/)]}else{return i.split(/\/+/)}}match(i,c=this.partial){this.debug("match",i,this.pattern);if(this.comment){return false}if(this.empty){return i===""}if(i==="/"&&c){return true}const d=this.options;if(this.isWindows){i=i.split("\\").join("/")}const p=this.slashSplit(i);this.debug(this.pattern,"split",p);const A=this.set;this.debug(this.pattern,"set",A);let C=p[p.length-1];if(!C){for(let i=p.length-2;!C&&i>=0;i--){C=p[i]}}for(let i=0;i<A.length;i++){const S=A[i];let v=p;if(d.matchBase&&S.length===1){v=[C]}const T=this.matchOne(v,S,c);if(T){if(d.flipNegate){return true}return!this.negate}}if(d.flipNegate){return false}return this.negate}static defaults(i){return c.minimatch.defaults(i).Minimatch}}c.Minimatch=Minimatch;var ce=d(20857);Object.defineProperty(c,"AST",{enumerable:true,get:function(){return ce.AST}});var de=d(76726);Object.defineProperty(c,"escape",{enumerable:true,get:function(){return de.escape}});var ue=d(9829);Object.defineProperty(c,"unescape",{enumerable:true,get:function(){return ue.unescape}});c.minimatch.AST=S.AST;c.minimatch.Minimatch=Minimatch;c.minimatch.escape=v.escape;c.minimatch.unescape=T.unescape},9829:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.unescape=void 0;const unescape=(i,{windowsPathsNoEscape:c=false}={})=>c?i.replace(/\[([^\/\\])\]/g,"$1"):i.replace(/((?!\\).|^)\[([^\/\\])\]/g,"$1$2").replace(/\\([^\/])/g,"$1");c.unescape=unescape},78275:function(i,c,d){"use strict";var p=this&&this.__importDefault||function(i){return i&&i.__esModule?i:{default:i}};Object.defineProperty(c,"__esModule",{value:true});c.Minipass=c.isWritable=c.isReadable=c.isStream=void 0;const A=typeof process==="object"&&process?process:{stdout:null,stderr:null};const C=d(78474);const S=p(d(57075));const v=d(46193);const isStream=i=>!!i&&typeof i==="object"&&(i instanceof Minipass||i instanceof S.default||(0,c.isReadable)(i)||(0,c.isWritable)(i));c.isStream=isStream;const isReadable=i=>!!i&&typeof i==="object"&&i instanceof C.EventEmitter&&typeof i.pipe==="function"&&i.pipe!==S.default.Writable.prototype.pipe;c.isReadable=isReadable;const isWritable=i=>!!i&&typeof i==="object"&&i instanceof C.EventEmitter&&typeof i.write==="function"&&typeof i.end==="function";c.isWritable=isWritable;const T=Symbol("EOF");const _=Symbol("maybeEmitEnd");const V=Symbol("emittedEnd");const Z=Symbol("emittingEnd");const ee=Symbol("emittedError");const te=Symbol("closed");const re=Symbol("read");const ne=Symbol("flush");const ie=Symbol("flushChunk");const se=Symbol("encoding");const ae=Symbol("decoder");const oe=Symbol("flowing");const le=Symbol("paused");const ce=Symbol("resume");const de=Symbol("buffer");const ue=Symbol("pipes");const pe=Symbol("bufferLength");const Ae=Symbol("bufferPush");const fe=Symbol("bufferShift");const he=Symbol("objectMode");const me=Symbol("destroyed");const ge=Symbol("error");const ye=Symbol("emitData");const Ee=Symbol("emitEnd");const be=Symbol("emitEnd2");const Ce=Symbol("async");const we=Symbol("abort");const Ie=Symbol("aborted");const Be=Symbol("signal");const Se=Symbol("dataListeners");const ve=Symbol("discarded");const defer=i=>Promise.resolve().then(i);const nodefer=i=>i();const isEndish=i=>i==="end"||i==="finish"||i==="prefinish";const isArrayBufferLike=i=>i instanceof ArrayBuffer||!!i&&typeof i==="object"&&i.constructor&&i.constructor.name==="ArrayBuffer"&&i.byteLength>=0;const isArrayBufferView=i=>!Buffer.isBuffer(i)&&ArrayBuffer.isView(i);class Pipe{src;dest;opts;ondrain;constructor(i,c,d){this.src=i;this.dest=c;this.opts=d;this.ondrain=()=>i[ce]();this.dest.on("drain",this.ondrain)}unpipe(){this.dest.removeListener("drain",this.ondrain)}proxyErrors(i){}end(){this.unpipe();if(this.opts.end)this.dest.end()}}class PipeProxyErrors extends Pipe{unpipe(){this.src.removeListener("error",this.proxyErrors);super.unpipe()}constructor(i,c,d){super(i,c,d);this.proxyErrors=i=>c.emit("error",i);i.on("error",this.proxyErrors)}}const isObjectModeOptions=i=>!!i.objectMode;const isEncodingOptions=i=>!i.objectMode&&!!i.encoding&&i.encoding!=="buffer";class Minipass extends C.EventEmitter{[oe]=false;[le]=false;[ue]=[];[de]=[];[he];[se];[Ce];[ae];[T]=false;[V]=false;[Z]=false;[te]=false;[ee]=null;[pe]=0;[me]=false;[Be];[Ie]=false;[Se]=0;[ve]=false;writable=true;readable=true;constructor(...i){const c=i[0]||{};super();if(c.objectMode&&typeof c.encoding==="string"){throw new TypeError("Encoding and objectMode may not be used together")}if(isObjectModeOptions(c)){this[he]=true;this[se]=null}else if(isEncodingOptions(c)){this[se]=c.encoding;this[he]=false}else{this[he]=false;this[se]=null}this[Ce]=!!c.async;this[ae]=this[se]?new v.StringDecoder(this[se]):null;if(c&&c.debugExposeBuffer===true){Object.defineProperty(this,"buffer",{get:()=>this[de]})}if(c&&c.debugExposePipes===true){Object.defineProperty(this,"pipes",{get:()=>this[ue]})}const{signal:d}=c;if(d){this[Be]=d;if(d.aborted){this[we]()}else{d.addEventListener("abort",(()=>this[we]()))}}}get bufferLength(){return this[pe]}get encoding(){return this[se]}set encoding(i){throw new Error("Encoding must be set at instantiation time")}setEncoding(i){throw new Error("Encoding must be set at instantiation time")}get objectMode(){return this[he]}set objectMode(i){throw new Error("objectMode must be set at instantiation time")}get["async"](){return this[Ce]}set["async"](i){this[Ce]=this[Ce]||!!i}[we](){this[Ie]=true;this.emit("abort",this[Be]?.reason);this.destroy(this[Be]?.reason)}get aborted(){return this[Ie]}set aborted(i){}write(i,c,d){if(this[Ie])return false;if(this[T])throw new Error("write after end");if(this[me]){this.emit("error",Object.assign(new Error("Cannot call write after a stream was destroyed"),{code:"ERR_STREAM_DESTROYED"}));return true}if(typeof c==="function"){d=c;c="utf8"}if(!c)c="utf8";const p=this[Ce]?defer:nodefer;if(!this[he]&&!Buffer.isBuffer(i)){if(isArrayBufferView(i)){i=Buffer.from(i.buffer,i.byteOffset,i.byteLength)}else if(isArrayBufferLike(i)){i=Buffer.from(i)}else if(typeof i!=="string"){throw new Error("Non-contiguous data written to non-objectMode stream")}}if(this[he]){if(this[oe]&&this[pe]!==0)this[ne](true);if(this[oe])this.emit("data",i);else this[Ae](i);if(this[pe]!==0)this.emit("readable");if(d)p(d);return this[oe]}if(!i.length){if(this[pe]!==0)this.emit("readable");if(d)p(d);return this[oe]}if(typeof i==="string"&&!(c===this[se]&&!this[ae]?.lastNeed)){i=Buffer.from(i,c)}if(Buffer.isBuffer(i)&&this[se]){i=this[ae].write(i)}if(this[oe]&&this[pe]!==0)this[ne](true);if(this[oe])this.emit("data",i);else this[Ae](i);if(this[pe]!==0)this.emit("readable");if(d)p(d);return this[oe]}read(i){if(this[me])return null;this[ve]=false;if(this[pe]===0||i===0||i&&i>this[pe]){this[_]();return null}if(this[he])i=null;if(this[de].length>1&&!this[he]){this[de]=[this[se]?this[de].join(""):Buffer.concat(this[de],this[pe])]}const c=this[re](i||null,this[de][0]);this[_]();return c}[re](i,c){if(this[he])this[fe]();else{const d=c;if(i===d.length||i===null)this[fe]();else if(typeof d==="string"){this[de][0]=d.slice(i);c=d.slice(0,i);this[pe]-=i}else{this[de][0]=d.subarray(i);c=d.subarray(0,i);this[pe]-=i}}this.emit("data",c);if(!this[de].length&&!this[T])this.emit("drain");return c}end(i,c,d){if(typeof i==="function"){d=i;i=undefined}if(typeof c==="function"){d=c;c="utf8"}if(i!==undefined)this.write(i,c);if(d)this.once("end",d);this[T]=true;this.writable=false;if(this[oe]||!this[le])this[_]();return this}[ce](){if(this[me])return;if(!this[Se]&&!this[ue].length){this[ve]=true}this[le]=false;this[oe]=true;this.emit("resume");if(this[de].length)this[ne]();else if(this[T])this[_]();else this.emit("drain")}resume(){return this[ce]()}pause(){this[oe]=false;this[le]=true;this[ve]=false}get destroyed(){return this[me]}get flowing(){return this[oe]}get paused(){return this[le]}[Ae](i){if(this[he])this[pe]+=1;else this[pe]+=i.length;this[de].push(i)}[fe](){if(this[he])this[pe]-=1;else this[pe]-=this[de][0].length;return this[de].shift()}[ne](i=false){do{}while(this[ie](this[fe]())&&this[de].length);if(!i&&!this[de].length&&!this[T])this.emit("drain")}[ie](i){this.emit("data",i);return this[oe]}pipe(i,c){if(this[me])return i;this[ve]=false;const d=this[V];c=c||{};if(i===A.stdout||i===A.stderr)c.end=false;else c.end=c.end!==false;c.proxyErrors=!!c.proxyErrors;if(d){if(c.end)i.end()}else{this[ue].push(!c.proxyErrors?new Pipe(this,i,c):new PipeProxyErrors(this,i,c));if(this[Ce])defer((()=>this[ce]()));else this[ce]()}return i}unpipe(i){const c=this[ue].find((c=>c.dest===i));if(c){if(this[ue].length===1){if(this[oe]&&this[Se]===0){this[oe]=false}this[ue]=[]}else this[ue].splice(this[ue].indexOf(c),1);c.unpipe()}}addListener(i,c){return this.on(i,c)}on(i,c){const d=super.on(i,c);if(i==="data"){this[ve]=false;this[Se]++;if(!this[ue].length&&!this[oe]){this[ce]()}}else if(i==="readable"&&this[pe]!==0){super.emit("readable")}else if(isEndish(i)&&this[V]){super.emit(i);this.removeAllListeners(i)}else if(i==="error"&&this[ee]){const i=c;if(this[Ce])defer((()=>i.call(this,this[ee])));else i.call(this,this[ee])}return d}removeListener(i,c){return this.off(i,c)}off(i,c){const d=super.off(i,c);if(i==="data"){this[Se]=this.listeners("data").length;if(this[Se]===0&&!this[ve]&&!this[ue].length){this[oe]=false}}return d}removeAllListeners(i){const c=super.removeAllListeners(i);if(i==="data"||i===undefined){this[Se]=0;if(!this[ve]&&!this[ue].length){this[oe]=false}}return c}get emittedEnd(){return this[V]}[_](){if(!this[Z]&&!this[V]&&!this[me]&&this[de].length===0&&this[T]){this[Z]=true;this.emit("end");this.emit("prefinish");this.emit("finish");if(this[te])this.emit("close");this[Z]=false}}emit(i,...c){const d=c[0];if(i!=="error"&&i!=="close"&&i!==me&&this[me]){return false}else if(i==="data"){return!this[he]&&!d?false:this[Ce]?(defer((()=>this[ye](d))),true):this[ye](d)}else if(i==="end"){return this[Ee]()}else if(i==="close"){this[te]=true;if(!this[V]&&!this[me])return false;const i=super.emit("close");this.removeAllListeners("close");return i}else if(i==="error"){this[ee]=d;super.emit(ge,d);const i=!this[Be]||this.listeners("error").length?super.emit("error",d):false;this[_]();return i}else if(i==="resume"){const i=super.emit("resume");this[_]();return i}else if(i==="finish"||i==="prefinish"){const c=super.emit(i);this.removeAllListeners(i);return c}const p=super.emit(i,...c);this[_]();return p}[ye](i){for(const c of this[ue]){if(c.dest.write(i)===false)this.pause()}const c=this[ve]?false:super.emit("data",i);this[_]();return c}[Ee](){if(this[V])return false;this[V]=true;this.readable=false;return this[Ce]?(defer((()=>this[be]())),true):this[be]()}[be](){if(this[ae]){const i=this[ae].end();if(i){for(const c of this[ue]){c.dest.write(i)}if(!this[ve])super.emit("data",i)}}for(const i of this[ue]){i.end()}const i=super.emit("end");this.removeAllListeners("end");return i}async collect(){const i=Object.assign([],{dataLength:0});if(!this[he])i.dataLength=0;const c=this.promise();this.on("data",(c=>{i.push(c);if(!this[he])i.dataLength+=c.length}));await c;return i}async concat(){if(this[he]){throw new Error("cannot concat in objectMode")}const i=await this.collect();return this[se]?i.join(""):Buffer.concat(i,i.dataLength)}async promise(){return new Promise(((i,c)=>{this.on(me,(()=>c(new Error("stream destroyed"))));this.on("error",(i=>c(i)));this.on("end",(()=>i()))}))}[Symbol.asyncIterator](){this[ve]=false;let i=false;const stop=async()=>{this.pause();i=true;return{value:undefined,done:true}};const next=()=>{if(i)return stop();const c=this.read();if(c!==null)return Promise.resolve({done:false,value:c});if(this[T])return stop();let d;let p;const onerr=i=>{this.off("data",ondata);this.off("end",onend);this.off(me,ondestroy);stop();p(i)};const ondata=i=>{this.off("error",onerr);this.off("end",onend);this.off(me,ondestroy);this.pause();d({value:i,done:!!this[T]})};const onend=()=>{this.off("error",onerr);this.off("data",ondata);this.off(me,ondestroy);stop();d({done:true,value:undefined})};const ondestroy=()=>onerr(new Error("stream destroyed"));return new Promise(((i,c)=>{p=c;d=i;this.once(me,ondestroy);this.once("error",onerr);this.once("end",onend);this.once("data",ondata)}))};return{next:next,throw:stop,return:stop,[Symbol.asyncIterator](){return this}}}[Symbol.iterator](){this[ve]=false;let i=false;const stop=()=>{this.pause();this.off(ge,stop);this.off(me,stop);this.off("end",stop);i=true;return{done:true,value:undefined}};const next=()=>{if(i)return stop();const c=this.read();return c===null?stop():{done:false,value:c}};this.once("end",stop);this.once(ge,stop);this.once(me,stop);return{next:next,throw:stop,return:stop,[Symbol.iterator](){return this}}}destroy(i){if(this[me]){if(i)this.emit("error",i);else this.emit(me);return this}this[me]=true;this[ve]=true;this[de].length=0;this[pe]=0;const c=this;if(typeof c.close==="function"&&!this[te])c.close();if(i)this.emit("error",i);else this.emit(me);return this}static get isStream(){return c.isStream}}c.Minipass=Minipass},38958:function(i,c,d){"use strict";var p=this&&this.__createBinding||(Object.create?function(i,c,d,p){if(p===undefined)p=d;var A=Object.getOwnPropertyDescriptor(c,d);if(!A||("get"in A?!c.__esModule:A.writable||A.configurable)){A={enumerable:true,get:function(){return c[d]}}}Object.defineProperty(i,p,A)}:function(i,c,d,p){if(p===undefined)p=d;i[p]=c[d]});var A=this&&this.__setModuleDefault||(Object.create?function(i,c){Object.defineProperty(i,"default",{enumerable:true,value:c})}:function(i,c){i["default"]=c});var C=this&&this.__importStar||function(i){if(i&&i.__esModule)return i;var c={};if(i!=null)for(var d in i)if(d!=="default"&&Object.prototype.hasOwnProperty.call(i,d))p(c,i,d);A(c,i);return c};Object.defineProperty(c,"__esModule",{value:true});c.PathScurry=c.Path=c.PathScurryDarwin=c.PathScurryPosix=c.PathScurryWin32=c.PathScurryBase=c.PathPosix=c.PathWin32=c.PathBase=c.ChildrenCache=c.ResolveCache=void 0;const S=d(10897);const v=d(76760);const T=d(73136);const _=d(79896);const V=C(d(73024));const Z=_.realpathSync.native;const ee=d(51455);const te=d(78275);const re={lstatSync:_.lstatSync,readdir:_.readdir,readdirSync:_.readdirSync,readlinkSync:_.readlinkSync,realpathSync:Z,promises:{lstat:ee.lstat,readdir:ee.readdir,readlink:ee.readlink,realpath:ee.realpath}};const fsFromOption=i=>!i||i===re||i===V?re:{...re,...i,promises:{...re.promises,...i.promises||{}}};const ne=/^\\\\\?\\([a-z]:)\\?$/i;const uncToDrive=i=>i.replace(/\//g,"\\").replace(ne,"$1\\");const ie=/[\\\/]/;const se=0;const ae=1;const oe=2;const le=4;const ce=6;const de=8;const ue=10;const pe=12;const Ae=15;const fe=~Ae;const he=16;const me=32;const ge=64;const ye=128;const Ee=256;const be=512;const Ce=ge|ye|be;const we=1023;const entToType=i=>i.isFile()?de:i.isDirectory()?le:i.isSymbolicLink()?ue:i.isCharacterDevice()?oe:i.isBlockDevice()?ce:i.isSocket()?pe:i.isFIFO()?ae:se;const Ie=new Map;const normalize=i=>{const c=Ie.get(i);if(c)return c;const d=i.normalize("NFKD");Ie.set(i,d);return d};const Be=new Map;const normalizeNocase=i=>{const c=Be.get(i);if(c)return c;const d=normalize(i.toLowerCase());Be.set(i,d);return d};class ResolveCache extends S.LRUCache{constructor(){super({max:256})}}c.ResolveCache=ResolveCache;class ChildrenCache extends S.LRUCache{constructor(i=16*1024){super({maxSize:i,sizeCalculation:i=>i.length+1})}}c.ChildrenCache=ChildrenCache;const Se=Symbol("PathScurry setAsCwd");class PathBase{name;root;roots;parent;nocase;isCWD=false;#V;#W;get dev(){return this.#W}#Y;get mode(){return this.#Y}#J;get nlink(){return this.#J}#$;get uid(){return this.#$}#K;get gid(){return this.#K}#X;get rdev(){return this.#X}#Z;get blksize(){return this.#Z}#ee;get ino(){return this.#ee}#te;get size(){return this.#te}#re;get blocks(){return this.#re}#ne;get atimeMs(){return this.#ne}#ie;get mtimeMs(){return this.#ie}#se;get ctimeMs(){return this.#se}#ae;get birthtimeMs(){return this.#ae}#oe;get atime(){return this.#oe}#le;get mtime(){return this.#le}#ce;get ctime(){return this.#ce}#de;get birthtime(){return this.#de}#ue;#pe;#Ae;#fe;#he;#me;#ge;#ye;#Ee;#be;get parentPath(){return(this.parent||this).fullpath()}get path(){return this.parentPath}constructor(i,c=se,d,p,A,C,S){this.name=i;this.#ue=A?normalizeNocase(i):normalize(i);this.#ge=c&we;this.nocase=A;this.roots=p;this.root=d||this;this.#ye=C;this.#Ae=S.fullpath;this.#he=S.relative;this.#me=S.relativePosix;this.parent=S.parent;if(this.parent){this.#V=this.parent.#V}else{this.#V=fsFromOption(S.fs)}}depth(){if(this.#pe!==undefined)return this.#pe;if(!this.parent)return this.#pe=0;return this.#pe=this.parent.depth()+1}childrenCache(){return this.#ye}resolve(i){if(!i){return this}const c=this.getRootString(i);const d=i.substring(c.length);const p=d.split(this.splitSep);const A=c?this.getRoot(c).#Ce(p):this.#Ce(p);return A}#Ce(i){let c=this;for(const d of i){c=c.child(d)}return c}children(){const i=this.#ye.get(this);if(i){return i}const c=Object.assign([],{provisional:0});this.#ye.set(this,c);this.#ge&=~he;return c}child(i,c){if(i===""||i==="."){return this}if(i===".."){return this.parent||this}const d=this.children();const p=this.nocase?normalizeNocase(i):normalize(i);for(const i of d){if(i.#ue===p){return i}}const A=this.parent?this.sep:"";const C=this.#Ae?this.#Ae+A+i:undefined;const S=this.newChild(i,se,{...c,parent:this,fullpath:C});if(!this.canReaddir()){S.#ge|=ye}d.push(S);return S}relative(){if(this.isCWD)return"";if(this.#he!==undefined){return this.#he}const i=this.name;const c=this.parent;if(!c){return this.#he=this.name}const d=c.relative();return d+(!d||!c.parent?"":this.sep)+i}relativePosix(){if(this.sep==="/")return this.relative();if(this.isCWD)return"";if(this.#me!==undefined)return this.#me;const i=this.name;const c=this.parent;if(!c){return this.#me=this.fullpathPosix()}const d=c.relativePosix();return d+(!d||!c.parent?"":"/")+i}fullpath(){if(this.#Ae!==undefined){return this.#Ae}const i=this.name;const c=this.parent;if(!c){return this.#Ae=this.name}const d=c.fullpath();const p=d+(!c.parent?"":this.sep)+i;return this.#Ae=p}fullpathPosix(){if(this.#fe!==undefined)return this.#fe;if(this.sep==="/")return this.#fe=this.fullpath();if(!this.parent){const i=this.fullpath().replace(/\\/g,"/");if(/^[a-z]:\//i.test(i)){return this.#fe=`//?/${i}`}else{return this.#fe=i}}const i=this.parent;const c=i.fullpathPosix();const d=c+(!c||!i.parent?"":"/")+this.name;return this.#fe=d}isUnknown(){return(this.#ge&Ae)===se}isType(i){return this[`is${i}`]()}getType(){return this.isUnknown()?"Unknown":this.isDirectory()?"Directory":this.isFile()?"File":this.isSymbolicLink()?"SymbolicLink":this.isFIFO()?"FIFO":this.isCharacterDevice()?"CharacterDevice":this.isBlockDevice()?"BlockDevice":this.isSocket()?"Socket":"Unknown"}isFile(){return(this.#ge&Ae)===de}isDirectory(){return(this.#ge&Ae)===le}isCharacterDevice(){return(this.#ge&Ae)===oe}isBlockDevice(){return(this.#ge&Ae)===ce}isFIFO(){return(this.#ge&Ae)===ae}isSocket(){return(this.#ge&Ae)===pe}isSymbolicLink(){return(this.#ge&ue)===ue}lstatCached(){return this.#ge&me?this:undefined}readlinkCached(){return this.#Ee}realpathCached(){return this.#be}readdirCached(){const i=this.children();return i.slice(0,i.provisional)}canReadlink(){if(this.#Ee)return true;if(!this.parent)return false;const i=this.#ge&Ae;return!(i!==se&&i!==ue||this.#ge&Ee||this.#ge&ye)}calledReaddir(){return!!(this.#ge&he)}isENOENT(){return!!(this.#ge&ye)}isNamed(i){return!this.nocase?this.#ue===normalize(i):this.#ue===normalizeNocase(i)}async readlink(){const i=this.#Ee;if(i){return i}if(!this.canReadlink()){return undefined}if(!this.parent){return undefined}try{const i=await this.#V.promises.readlink(this.fullpath());const c=(await this.parent.realpath())?.resolve(i);if(c){return this.#Ee=c}}catch(i){this.#we(i.code);return undefined}}readlinkSync(){const i=this.#Ee;if(i){return i}if(!this.canReadlink()){return undefined}if(!this.parent){return undefined}try{const i=this.#V.readlinkSync(this.fullpath());const c=this.parent.realpathSync()?.resolve(i);if(c){return this.#Ee=c}}catch(i){this.#we(i.code);return undefined}}#Ie(i){this.#ge|=he;for(let c=i.provisional;c<i.length;c++){const d=i[c];if(d)d.#Be()}}#Be(){if(this.#ge&ye)return;this.#ge=(this.#ge|ye)&fe;this.#Se()}#Se(){const i=this.children();i.provisional=0;for(const c of i){c.#Be()}}#ve(){this.#ge|=be;this.#Qe()}#Qe(){if(this.#ge&ge)return;let i=this.#ge;if((i&Ae)===le)i&=fe;this.#ge=i|ge;this.#Se()}#Ne(i=""){if(i==="ENOTDIR"||i==="EPERM"){this.#Qe()}else if(i==="ENOENT"){this.#Be()}else{this.children().provisional=0}}#Re(i=""){if(i==="ENOTDIR"){const i=this.parent;i.#Qe()}else if(i==="ENOENT"){this.#Be()}}#we(i=""){let c=this.#ge;c|=Ee;if(i==="ENOENT")c|=ye;if(i==="EINVAL"||i==="UNKNOWN"){c&=fe}this.#ge=c;if(i==="ENOTDIR"&&this.parent){this.parent.#Qe()}}#Te(i,c){return this.#xe(i,c)||this.#De(i,c)}#De(i,c){const d=entToType(i);const p=this.newChild(i.name,d,{parent:this});const A=p.#ge&Ae;if(A!==le&&A!==ue&&A!==se){p.#ge|=ge}c.unshift(p);c.provisional++;return p}#xe(i,c){for(let d=c.provisional;d<c.length;d++){const p=c[d];const A=this.nocase?normalizeNocase(i.name):normalize(i.name);if(A!==p.#ue){continue}return this.#_e(i,p,d,c)}}#_e(i,c,d,p){const A=c.name;c.#ge=c.#ge&fe|entToType(i);if(A!==i.name)c.name=i.name;if(d!==p.provisional){if(d===p.length-1)p.pop();else p.splice(d,1);p.unshift(c)}p.provisional++;return c}async lstat(){if((this.#ge&ye)===0){try{this.#ke(await this.#V.promises.lstat(this.fullpath()));return this}catch(i){this.#Re(i.code)}}}lstatSync(){if((this.#ge&ye)===0){try{this.#ke(this.#V.lstatSync(this.fullpath()));return this}catch(i){this.#Re(i.code)}}}#ke(i){const{atime:c,atimeMs:d,birthtime:p,birthtimeMs:A,blksize:C,blocks:S,ctime:v,ctimeMs:T,dev:_,gid:V,ino:Z,mode:ee,mtime:te,mtimeMs:re,nlink:ne,rdev:ie,size:ae,uid:oe}=i;this.#oe=c;this.#ne=d;this.#de=p;this.#ae=A;this.#Z=C;this.#re=S;this.#ce=v;this.#se=T;this.#W=_;this.#K=V;this.#ee=Z;this.#Y=ee;this.#le=te;this.#ie=re;this.#J=ne;this.#X=ie;this.#te=ae;this.#$=oe;const ce=entToType(i);this.#ge=this.#ge&fe|ce|me;if(ce!==se&&ce!==le&&ce!==ue){this.#ge|=ge}}#Pe=[];#Oe=false;#Le(i){this.#Oe=false;const c=this.#Pe.slice();this.#Pe.length=0;c.forEach((c=>c(null,i)))}readdirCB(i,c=false){if(!this.canReaddir()){if(c)i(null,[]);else queueMicrotask((()=>i(null,[])));return}const d=this.children();if(this.calledReaddir()){const p=d.slice(0,d.provisional);if(c)i(null,p);else queueMicrotask((()=>i(null,p)));return}this.#Pe.push(i);if(this.#Oe){return}this.#Oe=true;const p=this.fullpath();this.#V.readdir(p,{withFileTypes:true},((i,c)=>{if(i){this.#Ne(i.code);d.provisional=0}else{for(const i of c){this.#Te(i,d)}this.#Ie(d)}this.#Le(d.slice(0,d.provisional));return}))}#Me;async readdir(){if(!this.canReaddir()){return[]}const i=this.children();if(this.calledReaddir()){return i.slice(0,i.provisional)}const c=this.fullpath();if(this.#Me){await this.#Me}else{let resolve=()=>{};this.#Me=new Promise((i=>resolve=i));try{for(const d of await this.#V.promises.readdir(c,{withFileTypes:true})){this.#Te(d,i)}this.#Ie(i)}catch(c){this.#Ne(c.code);i.provisional=0}this.#Me=undefined;resolve()}return i.slice(0,i.provisional)}readdirSync(){if(!this.canReaddir()){return[]}const i=this.children();if(this.calledReaddir()){return i.slice(0,i.provisional)}const c=this.fullpath();try{for(const d of this.#V.readdirSync(c,{withFileTypes:true})){this.#Te(d,i)}this.#Ie(i)}catch(c){this.#Ne(c.code);i.provisional=0}return i.slice(0,i.provisional)}canReaddir(){if(this.#ge&Ce)return false;const i=Ae&this.#ge;if(!(i===se||i===le||i===ue)){return false}return true}shouldWalk(i,c){return(this.#ge&le)===le&&!(this.#ge&Ce)&&!i.has(this)&&(!c||c(this))}async realpath(){if(this.#be)return this.#be;if((be|Ee|ye)&this.#ge)return undefined;try{const i=await this.#V.promises.realpath(this.fullpath());return this.#be=this.resolve(i)}catch(i){this.#ve()}}realpathSync(){if(this.#be)return this.#be;if((be|Ee|ye)&this.#ge)return undefined;try{const i=this.#V.realpathSync(this.fullpath());return this.#be=this.resolve(i)}catch(i){this.#ve()}}[Se](i){if(i===this)return;i.isCWD=false;this.isCWD=true;const c=new Set([]);let d=[];let p=this;while(p&&p.parent){c.add(p);p.#he=d.join(this.sep);p.#me=d.join("/");p=p.parent;d.push("..")}p=i;while(p&&p.parent&&!c.has(p)){p.#he=undefined;p.#me=undefined;p=p.parent}}}c.PathBase=PathBase;class PathWin32 extends PathBase{sep="\\";splitSep=ie;constructor(i,c=se,d,p,A,C,S){super(i,c,d,p,A,C,S)}newChild(i,c=se,d={}){return new PathWin32(i,c,this.root,this.roots,this.nocase,this.childrenCache(),d)}getRootString(i){return v.win32.parse(i).root}getRoot(i){i=uncToDrive(i.toUpperCase());if(i===this.root.name){return this.root}for(const[c,d]of Object.entries(this.roots)){if(this.sameRoot(i,c)){return this.roots[i]=d}}return this.roots[i]=new PathScurryWin32(i,this).root}sameRoot(i,c=this.root.name){i=i.toUpperCase().replace(/\//g,"\\").replace(ne,"$1\\");return i===c}}c.PathWin32=PathWin32;class PathPosix extends PathBase{splitSep="/";sep="/";constructor(i,c=se,d,p,A,C,S){super(i,c,d,p,A,C,S)}getRootString(i){return i.startsWith("/")?"/":""}getRoot(i){return this.root}newChild(i,c=se,d={}){return new PathPosix(i,c,this.root,this.roots,this.nocase,this.childrenCache(),d)}}c.PathPosix=PathPosix;class PathScurryBase{root;rootPath;roots;cwd;#Fe;#Ue;#ye;nocase;#V;constructor(i=process.cwd(),c,d,{nocase:p,childrenCacheSize:A=16*1024,fs:C=re}={}){this.#V=fsFromOption(C);if(i instanceof URL||i.startsWith("file://")){i=(0,T.fileURLToPath)(i)}const S=c.resolve(i);this.roots=Object.create(null);this.rootPath=this.parseRootPath(S);this.#Fe=new ResolveCache;this.#Ue=new ResolveCache;this.#ye=new ChildrenCache(A);const v=S.substring(this.rootPath.length).split(d);if(v.length===1&&!v[0]){v.pop()}if(p===undefined){throw new TypeError("must provide nocase setting to PathScurryBase ctor")}this.nocase=p;this.root=this.newRoot(this.#V);this.roots[this.rootPath]=this.root;let _=this.root;let V=v.length-1;const Z=c.sep;let ee=this.rootPath;let te=false;for(const i of v){const c=V--;_=_.child(i,{relative:new Array(c).fill("..").join(Z),relativePosix:new Array(c).fill("..").join("/"),fullpath:ee+=(te?"":Z)+i});te=true}this.cwd=_}depth(i=this.cwd){if(typeof i==="string"){i=this.cwd.resolve(i)}return i.depth()}childrenCache(){return this.#ye}resolve(...i){let c="";for(let d=i.length-1;d>=0;d--){const p=i[d];if(!p||p===".")continue;c=c?`${p}/${c}`:p;if(this.isAbsolute(p)){break}}const d=this.#Fe.get(c);if(d!==undefined){return d}const p=this.cwd.resolve(c).fullpath();this.#Fe.set(c,p);return p}resolvePosix(...i){let c="";for(let d=i.length-1;d>=0;d--){const p=i[d];if(!p||p===".")continue;c=c?`${p}/${c}`:p;if(this.isAbsolute(p)){break}}const d=this.#Ue.get(c);if(d!==undefined){return d}const p=this.cwd.resolve(c).fullpathPosix();this.#Ue.set(c,p);return p}relative(i=this.cwd){if(typeof i==="string"){i=this.cwd.resolve(i)}return i.relative()}relativePosix(i=this.cwd){if(typeof i==="string"){i=this.cwd.resolve(i)}return i.relativePosix()}basename(i=this.cwd){if(typeof i==="string"){i=this.cwd.resolve(i)}return i.name}dirname(i=this.cwd){if(typeof i==="string"){i=this.cwd.resolve(i)}return(i.parent||i).fullpath()}async readdir(i=this.cwd,c={withFileTypes:true}){if(typeof i==="string"){i=this.cwd.resolve(i)}else if(!(i instanceof PathBase)){c=i;i=this.cwd}const{withFileTypes:d}=c;if(!i.canReaddir()){return[]}else{const c=await i.readdir();return d?c:c.map((i=>i.name))}}readdirSync(i=this.cwd,c={withFileTypes:true}){if(typeof i==="string"){i=this.cwd.resolve(i)}else if(!(i instanceof PathBase)){c=i;i=this.cwd}const{withFileTypes:d=true}=c;if(!i.canReaddir()){return[]}else if(d){return i.readdirSync()}else{return i.readdirSync().map((i=>i.name))}}async lstat(i=this.cwd){if(typeof i==="string"){i=this.cwd.resolve(i)}return i.lstat()}lstatSync(i=this.cwd){if(typeof i==="string"){i=this.cwd.resolve(i)}return i.lstatSync()}async readlink(i=this.cwd,{withFileTypes:c}={withFileTypes:false}){if(typeof i==="string"){i=this.cwd.resolve(i)}else if(!(i instanceof PathBase)){c=i.withFileTypes;i=this.cwd}const d=await i.readlink();return c?d:d?.fullpath()}readlinkSync(i=this.cwd,{withFileTypes:c}={withFileTypes:false}){if(typeof i==="string"){i=this.cwd.resolve(i)}else if(!(i instanceof PathBase)){c=i.withFileTypes;i=this.cwd}const d=i.readlinkSync();return c?d:d?.fullpath()}async realpath(i=this.cwd,{withFileTypes:c}={withFileTypes:false}){if(typeof i==="string"){i=this.cwd.resolve(i)}else if(!(i instanceof PathBase)){c=i.withFileTypes;i=this.cwd}const d=await i.realpath();return c?d:d?.fullpath()}realpathSync(i=this.cwd,{withFileTypes:c}={withFileTypes:false}){if(typeof i==="string"){i=this.cwd.resolve(i)}else if(!(i instanceof PathBase)){c=i.withFileTypes;i=this.cwd}const d=i.realpathSync();return c?d:d?.fullpath()}async walk(i=this.cwd,c={}){if(typeof i==="string"){i=this.cwd.resolve(i)}else if(!(i instanceof PathBase)){c=i;i=this.cwd}const{withFileTypes:d=true,follow:p=false,filter:A,walkFilter:C}=c;const S=[];if(!A||A(i)){S.push(d?i:i.fullpath())}const v=new Set;const walk=(i,c)=>{v.add(i);i.readdirCB(((i,T)=>{if(i){return c(i)}let _=T.length;if(!_)return c();const next=()=>{if(--_===0){c()}};for(const i of T){if(!A||A(i)){S.push(d?i:i.fullpath())}if(p&&i.isSymbolicLink()){i.realpath().then((i=>i?.isUnknown()?i.lstat():i)).then((i=>i?.shouldWalk(v,C)?walk(i,next):next()))}else{if(i.shouldWalk(v,C)){walk(i,next)}else{next()}}}}),true)};const T=i;return new Promise(((i,c)=>{walk(T,(d=>{if(d)return c(d);i(S)}))}))}walkSync(i=this.cwd,c={}){if(typeof i==="string"){i=this.cwd.resolve(i)}else if(!(i instanceof PathBase)){c=i;i=this.cwd}const{withFileTypes:d=true,follow:p=false,filter:A,walkFilter:C}=c;const S=[];if(!A||A(i)){S.push(d?i:i.fullpath())}const v=new Set([i]);for(const i of v){const c=i.readdirSync();for(const i of c){if(!A||A(i)){S.push(d?i:i.fullpath())}let c=i;if(i.isSymbolicLink()){if(!(p&&(c=i.realpathSync())))continue;if(c.isUnknown())c.lstatSync()}if(c.shouldWalk(v,C)){v.add(c)}}}return S}[Symbol.asyncIterator](){return this.iterate()}iterate(i=this.cwd,c={}){if(typeof i==="string"){i=this.cwd.resolve(i)}else if(!(i instanceof PathBase)){c=i;i=this.cwd}return this.stream(i,c)[Symbol.asyncIterator]()}[Symbol.iterator](){return this.iterateSync()}*iterateSync(i=this.cwd,c={}){if(typeof i==="string"){i=this.cwd.resolve(i)}else if(!(i instanceof PathBase)){c=i;i=this.cwd}const{withFileTypes:d=true,follow:p=false,filter:A,walkFilter:C}=c;if(!A||A(i)){yield d?i:i.fullpath()}const S=new Set([i]);for(const i of S){const c=i.readdirSync();for(const i of c){if(!A||A(i)){yield d?i:i.fullpath()}let c=i;if(i.isSymbolicLink()){if(!(p&&(c=i.realpathSync())))continue;if(c.isUnknown())c.lstatSync()}if(c.shouldWalk(S,C)){S.add(c)}}}}stream(i=this.cwd,c={}){if(typeof i==="string"){i=this.cwd.resolve(i)}else if(!(i instanceof PathBase)){c=i;i=this.cwd}const{withFileTypes:d=true,follow:p=false,filter:A,walkFilter:C}=c;const S=new te.Minipass({objectMode:true});if(!A||A(i)){S.write(d?i:i.fullpath())}const v=new Set;const T=[i];let _=0;const process=()=>{let i=false;while(!i){const c=T.shift();if(!c){if(_===0)S.end();return}_++;v.add(c);const onReaddir=(c,Z,ee=false)=>{if(c)return S.emit("error",c);if(p&&!ee){const i=[];for(const c of Z){if(c.isSymbolicLink()){i.push(c.realpath().then((i=>i?.isUnknown()?i.lstat():i)))}}if(i.length){Promise.all(i).then((()=>onReaddir(null,Z,true)));return}}for(const c of Z){if(c&&(!A||A(c))){if(!S.write(d?c:c.fullpath())){i=true}}}_--;for(const i of Z){const c=i.realpathCached()||i;if(c.shouldWalk(v,C)){T.push(c)}}if(i&&!S.flowing){S.once("drain",process)}else if(!V){process()}};let V=true;c.readdirCB(onReaddir,true);V=false}};process();return S}streamSync(i=this.cwd,c={}){if(typeof i==="string"){i=this.cwd.resolve(i)}else if(!(i instanceof PathBase)){c=i;i=this.cwd}const{withFileTypes:d=true,follow:p=false,filter:A,walkFilter:C}=c;const S=new te.Minipass({objectMode:true});const v=new Set;if(!A||A(i)){S.write(d?i:i.fullpath())}const T=[i];let _=0;const process=()=>{let i=false;while(!i){const c=T.shift();if(!c){if(_===0)S.end();return}_++;v.add(c);const V=c.readdirSync();for(const c of V){if(!A||A(c)){if(!S.write(d?c:c.fullpath())){i=true}}}_--;for(const i of V){let c=i;if(i.isSymbolicLink()){if(!(p&&(c=i.realpathSync())))continue;if(c.isUnknown())c.lstatSync()}if(c.shouldWalk(v,C)){T.push(c)}}}if(i&&!S.flowing)S.once("drain",process)};process();return S}chdir(i=this.cwd){const c=this.cwd;this.cwd=typeof i==="string"?this.cwd.resolve(i):i;this.cwd[Se](c)}}c.PathScurryBase=PathScurryBase;class PathScurryWin32 extends PathScurryBase{sep="\\";constructor(i=process.cwd(),c={}){const{nocase:d=true}=c;super(i,v.win32,"\\",{...c,nocase:d});this.nocase=d;for(let i=this.cwd;i;i=i.parent){i.nocase=this.nocase}}parseRootPath(i){return v.win32.parse(i).root.toUpperCase()}newRoot(i){return new PathWin32(this.rootPath,le,undefined,this.roots,this.nocase,this.childrenCache(),{fs:i})}isAbsolute(i){return i.startsWith("/")||i.startsWith("\\")||/^[a-z]:(\/|\\)/i.test(i)}}c.PathScurryWin32=PathScurryWin32;class PathScurryPosix extends PathScurryBase{sep="/";constructor(i=process.cwd(),c={}){const{nocase:d=false}=c;super(i,v.posix,"/",{...c,nocase:d});this.nocase=d}parseRootPath(i){return"/"}newRoot(i){return new PathPosix(this.rootPath,le,undefined,this.roots,this.nocase,this.childrenCache(),{fs:i})}isAbsolute(i){return i.startsWith("/")}}c.PathScurryPosix=PathScurryPosix;class PathScurryDarwin extends PathScurryPosix{constructor(i=process.cwd(),c={}){const{nocase:d=true}=c;super(i,{...c,nocase:d})}}c.PathScurryDarwin=PathScurryDarwin;c.Path=process.platform==="win32"?PathWin32:PathPosix;c.PathScurry=process.platform==="win32"?PathScurryWin32:process.platform==="darwin"?PathScurryDarwin:PathScurryPosix},10897:(i,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:true});c.LRUCache=void 0;const d=typeof performance==="object"&&performance&&typeof performance.now==="function"?performance:Date;const p=new Set;const A=typeof process==="object"&&!!process?process:{};const emitWarning=(i,c,d,p)=>{typeof A.emitWarning==="function"?A.emitWarning(i,c,d,p):console.error(`[${d}] ${c}: ${i}`)};let C=globalThis.AbortController;let S=globalThis.AbortSignal;if(typeof C==="undefined"){S=class AbortSignal{onabort;_onabort=[];reason;aborted=false;addEventListener(i,c){this._onabort.push(c)}};C=class AbortController{constructor(){warnACPolyfill()}signal=new S;abort(i){if(this.signal.aborted)return;this.signal.reason=i;this.signal.aborted=true;for(const c of this.signal._onabort){c(i)}this.signal.onabort?.(i)}};let i=A.env?.LRU_CACHE_IGNORE_AC_WARNING!=="1";const warnACPolyfill=()=>{if(!i)return;i=false;emitWarning("AbortController is not defined. If using lru-cache in "+"node 14, load an AbortController polyfill from the "+"`node-abort-controller` package. A minimal polyfill is "+"provided for use by LRUCache.fetch(), but it should not be "+"relied upon in other contexts (eg, passing it to other APIs that "+"use AbortController/AbortSignal might have undesirable effects). "+"You may disable this with LRU_CACHE_IGNORE_AC_WARNING=1 in the env.","NO_ABORT_CONTROLLER","ENOTSUP",warnACPolyfill)}}const shouldWarn=i=>!p.has(i);const v=Symbol("type");const isPosInt=i=>i&&i===Math.floor(i)&&i>0&&isFinite(i);const getUintArray=i=>!isPosInt(i)?null:i<=Math.pow(2,8)?Uint8Array:i<=Math.pow(2,16)?Uint16Array:i<=Math.pow(2,32)?Uint32Array:i<=Number.MAX_SAFE_INTEGER?ZeroArray:null;class ZeroArray extends Array{constructor(i){super(i);this.fill(0)}}class Stack{heap;length;static#He=false;static create(i){const c=getUintArray(i);if(!c)return[];Stack.#He=true;const d=new Stack(i,c);Stack.#He=false;return d}constructor(i,c){if(!Stack.#He){throw new TypeError("instantiate Stack using Stack.create(n)")}this.heap=new c(i);this.length=0}push(i){this.heap[this.length++]=i}pop(){return this.heap[--this.length]}}class LRUCache{#qe;#ze;#Ge;#je;#Ve;#We;ttl;ttlResolution;ttlAutopurge;updateAgeOnGet;updateAgeOnHas;allowStale;noDisposeOnSet;noUpdateTTL;maxEntrySize;sizeCalculation;noDeleteOnFetchRejection;noDeleteOnStaleGet;allowStaleOnFetchAbort;allowStaleOnFetchRejection;ignoreFetchAbort;#te;#Ye;#Je;#$e;#Ke;#Xe;#Ze;#et;#tt;#rt;#nt;#it;#st;#at;#ot;#lt;#ct;static unsafeExposeInternals(i){return{starts:i.#st,ttls:i.#at,sizes:i.#it,keyMap:i.#Je,keyList:i.#$e,valList:i.#Ke,next:i.#Xe,prev:i.#Ze,get head(){return i.#et},get tail(){return i.#tt},free:i.#rt,isBackgroundFetch:c=>i.#dt(c),backgroundFetch:(c,d,p,A)=>i.#ut(c,d,p,A),moveToTail:c=>i.#pt(c),indexes:c=>i.#At(c),rindexes:c=>i.#ft(c),isStale:c=>i.#ht(c)}}get max(){return this.#qe}get maxSize(){return this.#ze}get calculatedSize(){return this.#Ye}get size(){return this.#te}get fetchMethod(){return this.#Ve}get memoMethod(){return this.#We}get dispose(){return this.#Ge}get disposeAfter(){return this.#je}constructor(i){const{max:c=0,ttl:d,ttlResolution:A=1,ttlAutopurge:C,updateAgeOnGet:S,updateAgeOnHas:v,allowStale:T,dispose:_,disposeAfter:V,noDisposeOnSet:Z,noUpdateTTL:ee,maxSize:te=0,maxEntrySize:re=0,sizeCalculation:ne,fetchMethod:ie,memoMethod:se,noDeleteOnFetchRejection:ae,noDeleteOnStaleGet:oe,allowStaleOnFetchRejection:le,allowStaleOnFetchAbort:ce,ignoreFetchAbort:de}=i;if(c!==0&&!isPosInt(c)){throw new TypeError("max option must be a nonnegative integer")}const ue=c?getUintArray(c):Array;if(!ue){throw new Error("invalid max value: "+c)}this.#qe=c;this.#ze=te;this.maxEntrySize=re||this.#ze;this.sizeCalculation=ne;if(this.sizeCalculation){if(!this.#ze&&!this.maxEntrySize){throw new TypeError("cannot set sizeCalculation without setting maxSize or maxEntrySize")}if(typeof this.sizeCalculation!=="function"){throw new TypeError("sizeCalculation set to non-function")}}if(se!==undefined&&typeof se!=="function"){throw new TypeError("memoMethod must be a function if defined")}this.#We=se;if(ie!==undefined&&typeof ie!=="function"){throw new TypeError("fetchMethod must be a function if specified")}this.#Ve=ie;this.#lt=!!ie;this.#Je=new Map;this.#$e=new Array(c).fill(undefined);this.#Ke=new Array(c).fill(undefined);this.#Xe=new ue(c);this.#Ze=new ue(c);this.#et=0;this.#tt=0;this.#rt=Stack.create(c);this.#te=0;this.#Ye=0;if(typeof _==="function"){this.#Ge=_}if(typeof V==="function"){this.#je=V;this.#nt=[]}else{this.#je=undefined;this.#nt=undefined}this.#ot=!!this.#Ge;this.#ct=!!this.#je;this.noDisposeOnSet=!!Z;this.noUpdateTTL=!!ee;this.noDeleteOnFetchRejection=!!ae;this.allowStaleOnFetchRejection=!!le;this.allowStaleOnFetchAbort=!!ce;this.ignoreFetchAbort=!!de;if(this.maxEntrySize!==0){if(this.#ze!==0){if(!isPosInt(this.#ze)){throw new TypeError("maxSize must be a positive integer if specified")}}if(!isPosInt(this.maxEntrySize)){throw new TypeError("maxEntrySize must be a positive integer if specified")}this.#mt()}this.allowStale=!!T;this.noDeleteOnStaleGet=!!oe;this.updateAgeOnGet=!!S;this.updateAgeOnHas=!!v;this.ttlResolution=isPosInt(A)||A===0?A:1;this.ttlAutopurge=!!C;this.ttl=d||0;if(this.ttl){if(!isPosInt(this.ttl)){throw new TypeError("ttl must be a positive integer if specified")}this.#gt()}if(this.#qe===0&&this.ttl===0&&this.#ze===0){throw new TypeError("At least one of max, maxSize, or ttl is required")}if(!this.ttlAutopurge&&!this.#qe&&!this.#ze){const i="LRU_CACHE_UNBOUNDED";if(shouldWarn(i)){p.add(i);const c="TTL caching without ttlAutopurge, max, or maxSize can "+"result in unbounded memory consumption.";emitWarning(c,"UnboundedCacheWarning",i,LRUCache)}}}getRemainingTTL(i){return this.#Je.has(i)?Infinity:0}#gt(){const i=new ZeroArray(this.#qe);const c=new ZeroArray(this.#qe);this.#at=i;this.#st=c;this.#yt=(p,A,C=d.now())=>{c[p]=A!==0?C:0;i[p]=A;if(A!==0&&this.ttlAutopurge){const i=setTimeout((()=>{if(this.#ht(p)){this.#Et(this.#$e[p],"expire")}}),A+1);if(i.unref){i.unref()}}};this.#bt=p=>{c[p]=i[p]!==0?d.now():0};this.#Ct=(d,A)=>{if(i[A]){const C=i[A];const S=c[A];if(!C||!S)return;d.ttl=C;d.start=S;d.now=p||getNow();const v=d.now-S;d.remainingTTL=C-v}};let p=0;const getNow=()=>{const i=d.now();if(this.ttlResolution>0){p=i;const c=setTimeout((()=>p=0),this.ttlResolution);if(c.unref){c.unref()}}return i};this.getRemainingTTL=d=>{const A=this.#Je.get(d);if(A===undefined){return 0}const C=i[A];const S=c[A];if(!C||!S){return Infinity}const v=(p||getNow())-S;return C-v};this.#ht=d=>{const A=c[d];const C=i[d];return!!C&&!!A&&(p||getNow())-A>C}}#bt=()=>{};#Ct=()=>{};#yt=()=>{};#ht=()=>false;#mt(){const i=new ZeroArray(this.#qe);this.#Ye=0;this.#it=i;this.#wt=c=>{this.#Ye-=i[c];i[c]=0};this.#It=(i,c,d,p)=>{if(this.#dt(c)){return 0}if(!isPosInt(d)){if(p){if(typeof p!=="function"){throw new TypeError("sizeCalculation must be a function")}d=p(c,i);if(!isPosInt(d)){throw new TypeError("sizeCalculation return invalid (expect positive integer)")}}else{throw new TypeError("invalid size value (must be positive integer). "+"When maxSize or maxEntrySize is used, sizeCalculation "+"or size must be set.")}}return d};this.#Bt=(c,d,p)=>{i[c]=d;if(this.#ze){const d=this.#ze-i[c];while(this.#Ye>d){this.#St(true)}}this.#Ye+=i[c];if(p){p.entrySize=d;p.totalCalculatedSize=this.#Ye}}}#wt=i=>{};#Bt=(i,c,d)=>{};#It=(i,c,d,p)=>{if(d||p){throw new TypeError("cannot set size without setting maxSize or maxEntrySize on cache")}return 0};*#At({allowStale:i=this.allowStale}={}){if(this.#te){for(let c=this.#tt;true;){if(!this.#vt(c)){break}if(i||!this.#ht(c)){yield c}if(c===this.#et){break}else{c=this.#Ze[c]}}}}*#ft({allowStale:i=this.allowStale}={}){if(this.#te){for(let c=this.#et;true;){if(!this.#vt(c)){break}if(i||!this.#ht(c)){yield c}if(c===this.#tt){break}else{c=this.#Xe[c]}}}}#vt(i){return i!==undefined&&this.#Je.get(this.#$e[i])===i}*entries(){for(const i of this.#At()){if(this.#Ke[i]!==undefined&&this.#$e[i]!==undefined&&!this.#dt(this.#Ke[i])){yield[this.#$e[i],this.#Ke[i]]}}}*rentries(){for(const i of this.#ft()){if(this.#Ke[i]!==undefined&&this.#$e[i]!==undefined&&!this.#dt(this.#Ke[i])){yield[this.#$e[i],this.#Ke[i]]}}}*keys(){for(const i of this.#At()){const c=this.#$e[i];if(c!==undefined&&!this.#dt(this.#Ke[i])){yield c}}}*rkeys(){for(const i of this.#ft()){const c=this.#$e[i];if(c!==undefined&&!this.#dt(this.#Ke[i])){yield c}}}*values(){for(const i of this.#At()){const c=this.#Ke[i];if(c!==undefined&&!this.#dt(this.#Ke[i])){yield this.#Ke[i]}}}*rvalues(){for(const i of this.#ft()){const c=this.#Ke[i];if(c!==undefined&&!this.#dt(this.#Ke[i])){yield this.#Ke[i]}}}[Symbol.iterator](){return this.entries()}[Symbol.toStringTag]="LRUCache";find(i,c={}){for(const d of this.#At()){const p=this.#Ke[d];const A=this.#dt(p)?p.__staleWhileFetching:p;if(A===undefined)continue;if(i(A,this.#$e[d],this)){return this.get(this.#$e[d],c)}}}forEach(i,c=this){for(const d of this.#At()){const p=this.#Ke[d];const A=this.#dt(p)?p.__staleWhileFetching:p;if(A===undefined)continue;i.call(c,A,this.#$e[d],this)}}rforEach(i,c=this){for(const d of this.#ft()){const p=this.#Ke[d];const A=this.#dt(p)?p.__staleWhileFetching:p;if(A===undefined)continue;i.call(c,A,this.#$e[d],this)}}purgeStale(){let i=false;for(const c of this.#ft({allowStale:true})){if(this.#ht(c)){this.#Et(this.#$e[c],"expire");i=true}}return i}info(i){const c=this.#Je.get(i);if(c===undefined)return undefined;const p=this.#Ke[c];const A=this.#dt(p)?p.__staleWhileFetching:p;if(A===undefined)return undefined;const C={value:A};if(this.#at&&this.#st){const i=this.#at[c];const p=this.#st[c];if(i&&p){const c=i-(d.now()-p);C.ttl=c;C.start=Date.now()}}if(this.#it){C.size=this.#it[c]}return C}dump(){const i=[];for(const c of this.#At({allowStale:true})){const p=this.#$e[c];const A=this.#Ke[c];const C=this.#dt(A)?A.__staleWhileFetching:A;if(C===undefined||p===undefined)continue;const S={value:C};if(this.#at&&this.#st){S.ttl=this.#at[c];const i=d.now()-this.#st[c];S.start=Math.floor(Date.now()-i)}if(this.#it){S.size=this.#it[c]}i.unshift([p,S])}return i}load(i){this.clear();for(const[c,p]of i){if(p.start){const i=Date.now()-p.start;p.start=d.now()-i}this.set(c,p.value,p)}}set(i,c,d={}){if(c===undefined){this.delete(i);return this}const{ttl:p=this.ttl,start:A,noDisposeOnSet:C=this.noDisposeOnSet,sizeCalculation:S=this.sizeCalculation,status:v}=d;let{noUpdateTTL:T=this.noUpdateTTL}=d;const _=this.#It(i,c,d.size||0,S);if(this.maxEntrySize&&_>this.maxEntrySize){if(v){v.set="miss";v.maxEntrySizeExceeded=true}this.#Et(i,"set");return this}let V=this.#te===0?undefined:this.#Je.get(i);if(V===undefined){V=this.#te===0?this.#tt:this.#rt.length!==0?this.#rt.pop():this.#te===this.#qe?this.#St(false):this.#te;this.#$e[V]=i;this.#Ke[V]=c;this.#Je.set(i,V);this.#Xe[this.#tt]=V;this.#Ze[V]=this.#tt;this.#tt=V;this.#te++;this.#Bt(V,_,v);if(v)v.set="add";T=false}else{this.#pt(V);const d=this.#Ke[V];if(c!==d){if(this.#lt&&this.#dt(d)){d.__abortController.abort(new Error("replaced"));const{__staleWhileFetching:c}=d;if(c!==undefined&&!C){if(this.#ot){this.#Ge?.(c,i,"set")}if(this.#ct){this.#nt?.push([c,i,"set"])}}}else if(!C){if(this.#ot){this.#Ge?.(d,i,"set")}if(this.#ct){this.#nt?.push([d,i,"set"])}}this.#wt(V);this.#Bt(V,_,v);this.#Ke[V]=c;if(v){v.set="replace";const i=d&&this.#dt(d)?d.__staleWhileFetching:d;if(i!==undefined)v.oldValue=i}}else if(v){v.set="update"}}if(p!==0&&!this.#at){this.#gt()}if(this.#at){if(!T){this.#yt(V,p,A)}if(v)this.#Ct(v,V)}if(!C&&this.#ct&&this.#nt){const i=this.#nt;let c;while(c=i?.shift()){this.#je?.(...c)}}return this}pop(){try{while(this.#te){const i=this.#Ke[this.#et];this.#St(true);if(this.#dt(i)){if(i.__staleWhileFetching){return i.__staleWhileFetching}}else if(i!==undefined){return i}}}finally{if(this.#ct&&this.#nt){const i=this.#nt;let c;while(c=i?.shift()){this.#je?.(...c)}}}}#St(i){const c=this.#et;const d=this.#$e[c];const p=this.#Ke[c];if(this.#lt&&this.#dt(p)){p.__abortController.abort(new Error("evicted"))}else if(this.#ot||this.#ct){if(this.#ot){this.#Ge?.(p,d,"evict")}if(this.#ct){this.#nt?.push([p,d,"evict"])}}this.#wt(c);if(i){this.#$e[c]=undefined;this.#Ke[c]=undefined;this.#rt.push(c)}if(this.#te===1){this.#et=this.#tt=0;this.#rt.length=0}else{this.#et=this.#Xe[c]}this.#Je.delete(d);this.#te--;return c}has(i,c={}){const{updateAgeOnHas:d=this.updateAgeOnHas,status:p}=c;const A=this.#Je.get(i);if(A!==undefined){const i=this.#Ke[A];if(this.#dt(i)&&i.__staleWhileFetching===undefined){return false}if(!this.#ht(A)){if(d){this.#bt(A)}if(p){p.has="hit";this.#Ct(p,A)}return true}else if(p){p.has="stale";this.#Ct(p,A)}}else if(p){p.has="miss"}return false}peek(i,c={}){const{allowStale:d=this.allowStale}=c;const p=this.#Je.get(i);if(p===undefined||!d&&this.#ht(p)){return}const A=this.#Ke[p];return this.#dt(A)?A.__staleWhileFetching:A}#ut(i,c,d,p){const A=c===undefined?undefined:this.#Ke[c];if(this.#dt(A)){return A}const S=new C;const{signal:v}=d;v?.addEventListener("abort",(()=>S.abort(v.reason)),{signal:S.signal});const T={signal:S.signal,options:d,context:p};const cb=(p,A=false)=>{const{aborted:C}=S.signal;const v=d.ignoreFetchAbort&&p!==undefined;if(d.status){if(C&&!A){d.status.fetchAborted=true;d.status.fetchError=S.signal.reason;if(v)d.status.fetchAbortIgnored=true}else{d.status.fetchResolved=true}}if(C&&!v&&!A){return fetchFail(S.signal.reason)}const V=_;if(this.#Ke[c]===_){if(p===undefined){if(V.__staleWhileFetching){this.#Ke[c]=V.__staleWhileFetching}else{this.#Et(i,"fetch")}}else{if(d.status)d.status.fetchUpdated=true;this.set(i,p,T.options)}}return p};const eb=i=>{if(d.status){d.status.fetchRejected=true;d.status.fetchError=i}return fetchFail(i)};const fetchFail=p=>{const{aborted:A}=S.signal;const C=A&&d.allowStaleOnFetchAbort;const v=C||d.allowStaleOnFetchRejection;const T=v||d.noDeleteOnFetchRejection;const V=_;if(this.#Ke[c]===_){const d=!T||V.__staleWhileFetching===undefined;if(d){this.#Et(i,"fetch")}else if(!C){this.#Ke[c]=V.__staleWhileFetching}}if(v){if(d.status&&V.__staleWhileFetching!==undefined){d.status.returnedStale=true}return V.__staleWhileFetching}else if(V.__returned===V){throw p}};const pcall=(c,p)=>{const C=this.#Ve?.(i,A,T);if(C&&C instanceof Promise){C.then((i=>c(i===undefined?undefined:i)),p)}S.signal.addEventListener("abort",(()=>{if(!d.ignoreFetchAbort||d.allowStaleOnFetchAbort){c(undefined);if(d.allowStaleOnFetchAbort){c=i=>cb(i,true)}}}))};if(d.status)d.status.fetchDispatched=true;const _=new Promise(pcall).then(cb,eb);const V=Object.assign(_,{__abortController:S,__staleWhileFetching:A,__returned:undefined});if(c===undefined){this.set(i,V,{...T.options,status:undefined});c=this.#Je.get(i)}else{this.#Ke[c]=V}return V}#dt(i){if(!this.#lt)return false;const c=i;return!!c&&c instanceof Promise&&c.hasOwnProperty("__staleWhileFetching")&&c.__abortController instanceof C}async fetch(i,c={}){const{allowStale:d=this.allowStale,updateAgeOnGet:p=this.updateAgeOnGet,noDeleteOnStaleGet:A=this.noDeleteOnStaleGet,ttl:C=this.ttl,noDisposeOnSet:S=this.noDisposeOnSet,size:v=0,sizeCalculation:T=this.sizeCalculation,noUpdateTTL:_=this.noUpdateTTL,noDeleteOnFetchRejection:V=this.noDeleteOnFetchRejection,allowStaleOnFetchRejection:Z=this.allowStaleOnFetchRejection,ignoreFetchAbort:ee=this.ignoreFetchAbort,allowStaleOnFetchAbort:te=this.allowStaleOnFetchAbort,context:re,forceRefresh:ne=false,status:ie,signal:se}=c;if(!this.#lt){if(ie)ie.fetch="get";return this.get(i,{allowStale:d,updateAgeOnGet:p,noDeleteOnStaleGet:A,status:ie})}const ae={allowStale:d,updateAgeOnGet:p,noDeleteOnStaleGet:A,ttl:C,noDisposeOnSet:S,size:v,sizeCalculation:T,noUpdateTTL:_,noDeleteOnFetchRejection:V,allowStaleOnFetchRejection:Z,allowStaleOnFetchAbort:te,ignoreFetchAbort:ee,status:ie,signal:se};let oe=this.#Je.get(i);if(oe===undefined){if(ie)ie.fetch="miss";const c=this.#ut(i,oe,ae,re);return c.__returned=c}else{const c=this.#Ke[oe];if(this.#dt(c)){const i=d&&c.__staleWhileFetching!==undefined;if(ie){ie.fetch="inflight";if(i)ie.returnedStale=true}return i?c.__staleWhileFetching:c.__returned=c}const A=this.#ht(oe);if(!ne&&!A){if(ie)ie.fetch="hit";this.#pt(oe);if(p){this.#bt(oe)}if(ie)this.#Ct(ie,oe);return c}const C=this.#ut(i,oe,ae,re);const S=C.__staleWhileFetching!==undefined;const v=S&&d;if(ie){ie.fetch=A?"stale":"refresh";if(v&&A)ie.returnedStale=true}return v?C.__staleWhileFetching:C.__returned=C}}async forceFetch(i,c={}){const d=await this.fetch(i,c);if(d===undefined)throw new Error("fetch() returned undefined");return d}memo(i,c={}){const d=this.#We;if(!d){throw new Error("no memoMethod provided to constructor")}const{context:p,forceRefresh:A,...C}=c;const S=this.get(i,C);if(!A&&S!==undefined)return S;const v=d(i,S,{options:C,context:p});this.set(i,v,C);return v}get(i,c={}){const{allowStale:d=this.allowStale,updateAgeOnGet:p=this.updateAgeOnGet,noDeleteOnStaleGet:A=this.noDeleteOnStaleGet,status:C}=c;const S=this.#Je.get(i);if(S!==undefined){const c=this.#Ke[S];const v=this.#dt(c);if(C)this.#Ct(C,S);if(this.#ht(S)){if(C)C.get="stale";if(!v){if(!A){this.#Et(i,"expire")}if(C&&d)C.returnedStale=true;return d?c:undefined}else{if(C&&d&&c.__staleWhileFetching!==undefined){C.returnedStale=true}return d?c.__staleWhileFetching:undefined}}else{if(C)C.get="hit";if(v){return c.__staleWhileFetching}this.#pt(S);if(p){this.#bt(S)}return c}}else if(C){C.get="miss"}}#Qt(i,c){this.#Ze[c]=i;this.#Xe[i]=c}#pt(i){if(i!==this.#tt){if(i===this.#et){this.#et=this.#Xe[i]}else{this.#Qt(this.#Ze[i],this.#Xe[i])}this.#Qt(this.#tt,i);this.#tt=i}}delete(i){return this.#Et(i,"delete")}#Et(i,c){let d=false;if(this.#te!==0){const p=this.#Je.get(i);if(p!==undefined){d=true;if(this.#te===1){this.#Nt(c)}else{this.#wt(p);const d=this.#Ke[p];if(this.#dt(d)){d.__abortController.abort(new Error("deleted"))}else if(this.#ot||this.#ct){if(this.#ot){this.#Ge?.(d,i,c)}if(this.#ct){this.#nt?.push([d,i,c])}}this.#Je.delete(i);this.#$e[p]=undefined;this.#Ke[p]=undefined;if(p===this.#tt){this.#tt=this.#Ze[p]}else if(p===this.#et){this.#et=this.#Xe[p]}else{const i=this.#Ze[p];this.#Xe[i]=this.#Xe[p];const c=this.#Xe[p];this.#Ze[c]=this.#Ze[p]}this.#te--;this.#rt.push(p)}}}if(this.#ct&&this.#nt?.length){const i=this.#nt;let c;while(c=i?.shift()){this.#je?.(...c)}}return d}clear(){return this.#Nt("delete")}#Nt(i){for(const c of this.#ft({allowStale:true})){const d=this.#Ke[c];if(this.#dt(d)){d.__abortController.abort(new Error("deleted"))}else{const p=this.#$e[c];if(this.#ot){this.#Ge?.(d,p,i)}if(this.#ct){this.#nt?.push([d,p,i])}}}this.#Je.clear();this.#Ke.fill(undefined);this.#$e.fill(undefined);if(this.#at&&this.#st){this.#at.fill(0);this.#st.fill(0)}if(this.#it){this.#it.fill(0)}this.#et=0;this.#tt=0;this.#rt.length=0;this.#Ye=0;this.#te=0;if(this.#ct&&this.#nt){const i=this.#nt;let c;while(c=i?.shift()){this.#je?.(...c)}}}}c.LRUCache=LRUCache},84928:i=>{"use strict";function getDefaultExportFromCjs(i){return i&&i.__esModule&&Object.prototype.hasOwnProperty.call(i,"default")?i["default"]:i}const c=new Int32Array([0,1996959894,3993919788,2567524794,124634137,1886057615,3915621685,2657392035,249268274,2044508324,3772115230,2547177864,162941995,2125561021,3887607047,2428444049,498536548,1789927666,4089016648,2227061214,450548861,1843258603,4107580753,2211677639,325883990,1684777152,4251122042,2321926636,335633487,1661365465,4195302755,2366115317,997073096,1281953886,3579855332,2724688242,1006888145,1258607687,3524101629,2768942443,901097722,1119000684,3686517206,2898065728,853044451,1172266101,3705015759,2882616665,651767980,1373503546,3369554304,3218104598,565507253,1454621731,3485111705,3099436303,671266974,1594198024,3322730930,2970347812,795835527,1483230225,3244367275,3060149565,1994146192,31158534,2563907772,4023717930,1907459465,112637215,2680153253,3904427059,2013776290,251722036,2517215374,3775830040,2137656763,141376813,2439277719,3865271297,1802195444,476864866,2238001368,4066508878,1812370925,453092731,2181625025,4111451223,1706088902,314042704,2344532202,4240017532,1658658271,366619977,2362670323,4224994405,1303535960,984961486,2747007092,3569037538,1256170817,1037604311,2765210733,3554079995,1131014506,879679996,2909243462,3663771856,1141124467,855842277,2852801631,3708648649,1342533948,654459306,3188396048,3373015174,1466479909,544179635,3110523913,3462522015,1591671054,702138776,2966460450,3352799412,1504918807,783551873,3082640443,3233442989,3988292384,2596254646,62317068,1957810842,3939845945,2647816111,81470997,1943803523,3814918930,2489596804,225274430,2053790376,3826175755,2466906013,167816743,2097651377,4027552580,2265490386,503444072,1762050814,4150417245,2154129355,426522225,1852507879,4275313526,2312317920,282753626,1742555852,4189708143,2394877945,397917763,1622183637,3604390888,2714866558,953729732,1340076626,3518719985,2797360999,1068828381,1219638859,3624741850,2936675148,906185462,1090812512,3747672003,2825379669,829329135,1181335161,3412177804,3160834842,628085408,1382605366,3423369109,3138078467,570562233,1426400815,3317316542,2998733608,733239954,1555261956,3268935591,3050360625,752459403,1541320221,2607071920,3965973030,1969922972,40735498,2617837225,3943577151,1913087877,83908371,2512341634,3803740692,2075208622,213261112,2463272603,3855990285,2094854071,198958881,2262029012,4057260610,1759359992,534414190,2176718541,4139329115,1873836001,414664567,2282248934,4279200368,1711684554,285281116,2405801727,4167216745,1634467795,376229701,2685067896,3608007406,1308918612,956543938,2808555105,3495958263,1231636301,1047427035,2932959818,3654703836,1088359270,936918e3,2847714899,3736837829,1202900863,817233897,3183342108,3401237130,1404277552,615818150,3134207493,3453421203,1423857449,601450431,3009837614,3294710456,1567103746,711928724,3020668471,3272380065,1510334235,755167117]);function ensureBuffer(i){if(Buffer.isBuffer(i)){return i}if(typeof i==="number"){return Buffer.alloc(i)}else if(typeof i==="string"){return Buffer.from(i)}else{throw new Error("input must be buffer, number, or string, received "+typeof i)}}function bufferizeInt(i){const c=ensureBuffer(4);c.writeInt32BE(i,0);return c}function _crc32(i,d){i=ensureBuffer(i);if(Buffer.isBuffer(d)){d=d.readUInt32BE(0)}let p=~~d^-1;for(var A=0;A<i.length;A++){p=c[(p^i[A])&255]^p>>>8}return p^-1}function crc32(){return bufferizeInt(_crc32.apply(null,arguments))}crc32.signed=function(){return _crc32.apply(null,arguments)};crc32.unsigned=function(){return _crc32.apply(null,arguments)>>>0};var d=crc32;const p=getDefaultExportFromCjs(d);i.exports=p},50591:i=>{(()=>{"use strict";var c={d:(i,d)=>{for(var p in d)c.o(d,p)&&!c.o(i,p)&&Object.defineProperty(i,p,{enumerable:!0,get:d[p]})},o:(i,c)=>Object.prototype.hasOwnProperty.call(i,c),r:i=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(i,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(i,"__esModule",{value:!0})}},d={};c.r(d),c.d(d,{XMLBuilder:()=>lt,XMLParser:()=>tt,XMLValidator:()=>ae});const p=":A-Za-z_\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD",A=new RegExp("^["+p+"]["+p+"\\-.\\d\\u00B7\\u0300-\\u036F\\u203F-\\u2040]*$");function s(i,c){const d=[];let p=c.exec(i);for(;p;){const A=[];A.startIndex=c.lastIndex-p[0].length;const C=p.length;for(let i=0;i<C;i++)A.push(p[i]);d.push(A),p=c.exec(i)}return d}const r=function(i){return!(null==A.exec(i))},C={allowBooleanAttributes:!1,unpairedTags:[]};function a(i,c){c=Object.assign({},C,c);const d=[];let p=!1,A=!1;"\ufeff"===i[0]&&(i=i.substr(1));for(let C=0;C<i.length;C++)if("<"===i[C]&&"?"===i[C+1]){if(C+=2,C=u(i,C),C.err)return C}else{if("<"!==i[C]){if(l(i[C]))continue;return x("InvalidChar","char '"+i[C]+"' is not expected.",b(i,C))}{let S=C;if(C++,"!"===i[C]){C=h(i,C);continue}{let v=!1;"/"===i[C]&&(v=!0,C++);let T="";for(;C<i.length&&">"!==i[C]&&" "!==i[C]&&"\t"!==i[C]&&"\n"!==i[C]&&"\r"!==i[C];C++)T+=i[C];if(T=T.trim(),"/"===T[T.length-1]&&(T=T.substring(0,T.length-1),C--),!r(T)){let c;return c=0===T.trim().length?"Invalid space after '<'.":"Tag '"+T+"' is an invalid name.",x("InvalidTag",c,b(i,C))}const _=f(i,C);if(!1===_)return x("InvalidAttr","Attributes for '"+T+"' have open quote.",b(i,C));let V=_.value;if(C=_.index,"/"===V[V.length-1]){const d=C-V.length;V=V.substring(0,V.length-1);const A=g(V,c);if(!0!==A)return x(A.err.code,A.err.msg,b(i,d+A.err.line));p=!0}else if(v){if(!_.tagClosed)return x("InvalidTag","Closing tag '"+T+"' doesn't have proper closing.",b(i,C));if(V.trim().length>0)return x("InvalidTag","Closing tag '"+T+"' can't have attributes or invalid starting.",b(i,S));if(0===d.length)return x("InvalidTag","Closing tag '"+T+"' has not been opened.",b(i,S));{const c=d.pop();if(T!==c.tagName){let d=b(i,c.tagStartPos);return x("InvalidTag","Expected closing tag '"+c.tagName+"' (opened in line "+d.line+", col "+d.col+") instead of closing tag '"+T+"'.",b(i,S))}0==d.length&&(A=!0)}}else{const v=g(V,c);if(!0!==v)return x(v.err.code,v.err.msg,b(i,C-V.length+v.err.line));if(!0===A)return x("InvalidXml","Multiple possible root nodes found.",b(i,C));-1!==c.unpairedTags.indexOf(T)||d.push({tagName:T,tagStartPos:S}),p=!0}for(C++;C<i.length;C++)if("<"===i[C]){if("!"===i[C+1]){C++,C=h(i,C);continue}if("?"!==i[C+1])break;if(C=u(i,++C),C.err)return C}else if("&"===i[C]){const c=m(i,C);if(-1==c)return x("InvalidChar","char '&' is not expected.",b(i,C));C=c}else if(!0===A&&!l(i[C]))return x("InvalidXml","Extra text at the end",b(i,C));"<"===i[C]&&C--}}}return p?1==d.length?x("InvalidTag","Unclosed tag '"+d[0].tagName+"'.",b(i,d[0].tagStartPos)):!(d.length>0)||x("InvalidXml","Invalid '"+JSON.stringify(d.map((i=>i.tagName)),null,4).replace(/\r?\n/g,"")+"' found.",{line:1,col:1}):x("InvalidXml","Start tag expected.",1)}function l(i){return" "===i||"\t"===i||"\n"===i||"\r"===i}function u(i,c){const d=c;for(;c<i.length;c++)if("?"!=i[c]&&" "!=i[c]);else{const p=i.substr(d,c-d);if(c>5&&"xml"===p)return x("InvalidXml","XML declaration allowed only at the start of the document.",b(i,c));if("?"==i[c]&&">"==i[c+1]){c++;break}}return c}function h(i,c){if(i.length>c+5&&"-"===i[c+1]&&"-"===i[c+2]){for(c+=3;c<i.length;c++)if("-"===i[c]&&"-"===i[c+1]&&">"===i[c+2]){c+=2;break}}else if(i.length>c+8&&"D"===i[c+1]&&"O"===i[c+2]&&"C"===i[c+3]&&"T"===i[c+4]&&"Y"===i[c+5]&&"P"===i[c+6]&&"E"===i[c+7]){let d=1;for(c+=8;c<i.length;c++)if("<"===i[c])d++;else if(">"===i[c]&&(d--,0===d))break}else if(i.length>c+9&&"["===i[c+1]&&"C"===i[c+2]&&"D"===i[c+3]&&"A"===i[c+4]&&"T"===i[c+5]&&"A"===i[c+6]&&"["===i[c+7])for(c+=8;c<i.length;c++)if("]"===i[c]&&"]"===i[c+1]&&">"===i[c+2]){c+=2;break}return c}const S='"',v="'";function f(i,c){let d="",p="",A=!1;for(;c<i.length;c++){if(i[c]===S||i[c]===v)""===p?p=i[c]:p!==i[c]||(p="");else if(">"===i[c]&&""===p){A=!0;break}d+=i[c]}return""===p&&{value:d,index:c,tagClosed:A}}const T=new RegExp("(\\s*)([^\\s=]+)(\\s*=)?(\\s*(['\"])(([\\s\\S])*?)\\5)?","g");function g(i,c){const d=s(i,T),p={};for(let i=0;i<d.length;i++){if(0===d[i][1].length)return x("InvalidAttr","Attribute '"+d[i][2]+"' has no space in starting.",E(d[i]));if(void 0!==d[i][3]&&void 0===d[i][4])return x("InvalidAttr","Attribute '"+d[i][2]+"' is without value.",E(d[i]));if(void 0===d[i][3]&&!c.allowBooleanAttributes)return x("InvalidAttr","boolean attribute '"+d[i][2]+"' is not allowed.",E(d[i]));const A=d[i][2];if(!N(A))return x("InvalidAttr","Attribute '"+A+"' is an invalid name.",E(d[i]));if(p.hasOwnProperty(A))return x("InvalidAttr","Attribute '"+A+"' is repeated.",E(d[i]));p[A]=1}return!0}function m(i,c){if(";"===i[++c])return-1;if("#"===i[c])return function(i,c){let d=/\d/;for("x"===i[c]&&(c++,d=/[\da-fA-F]/);c<i.length;c++){if(";"===i[c])return c;if(!i[c].match(d))break}return-1}(i,++c);let d=0;for(;c<i.length;c++,d++)if(!(i[c].match(/\w/)&&d<20)){if(";"===i[c])break;return-1}return c}function x(i,c,d){return{err:{code:i,msg:c,line:d.line||d,col:d.col}}}function N(i){return r(i)}function b(i,c){const d=i.substring(0,c).split(/\r?\n/);return{line:d.length,col:d[d.length-1].length+1}}function E(i){return i.startIndex+i[1].length}const _={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:function(i,c){return c},attributeValueProcessor:function(i,c){return c},stopNodes:[],alwaysCreateTextNode:!1,isArray:()=>!1,commentPropName:!1,unpairedTags:[],processEntities:!0,htmlEntities:!1,ignoreDeclaration:!1,ignorePiTags:!1,transformTagName:!1,transformAttributeName:!1,updateTag:function(i,c,d){return i},captureMetaData:!1};let V;V="function"!=typeof Symbol?"@@xmlMetadata":Symbol("XML Node Metadata");class y{constructor(i){this.tagname=i,this.child=[],this[":@"]={}}add(i,c){"__proto__"===i&&(i="#__proto__"),this.child.push({[i]:c})}addChild(i,c){"__proto__"===i.tagname&&(i.tagname="#__proto__"),i[":@"]&&Object.keys(i[":@"]).length>0?this.child.push({[i.tagname]:i.child,":@":i[":@"]}):this.child.push({[i.tagname]:i.child}),void 0!==c&&(this.child[this.child.length-1][V]={startIndex:c})}static getMetaDataSymbol(){return V}}class w{constructor(i){this.suppressValidationErr=!i}readDocType(i,c){const d={};if("O"!==i[c+3]||"C"!==i[c+4]||"T"!==i[c+5]||"Y"!==i[c+6]||"P"!==i[c+7]||"E"!==i[c+8])throw new Error("Invalid Tag instead of DOCTYPE");{c+=9;let p=1,A=!1,C=!1,S="";for(;c<i.length;c++)if("<"!==i[c]||C)if(">"===i[c]){if(C?"-"===i[c-1]&&"-"===i[c-2]&&(C=!1,p--):p--,0===p)break}else"["===i[c]?A=!0:S+=i[c];else{if(A&&P(i,"!ENTITY",c)){let p,A;c+=7,[p,A,c]=this.readEntityExp(i,c+1,this.suppressValidationErr),-1===A.indexOf("&")&&(d[p]={regx:RegExp(`&${p};`,"g"),val:A})}else if(A&&P(i,"!ELEMENT",c)){c+=8;const{index:d}=this.readElementExp(i,c+1);c=d}else if(A&&P(i,"!ATTLIST",c))c+=8;else if(A&&P(i,"!NOTATION",c)){c+=9;const{index:d}=this.readNotationExp(i,c+1,this.suppressValidationErr);c=d}else{if(!P(i,"!--",c))throw new Error("Invalid DOCTYPE");C=!0}p++,S=""}if(0!==p)throw new Error("Unclosed DOCTYPE")}return{entities:d,i:c}}readEntityExp(i,c){c=I(i,c);let d="";for(;c<i.length&&!/\s/.test(i[c])&&'"'!==i[c]&&"'"!==i[c];)d+=i[c],c++;if(O(d),c=I(i,c),!this.suppressValidationErr){if("SYSTEM"===i.substring(c,c+6).toUpperCase())throw new Error("External entities are not supported");if("%"===i[c])throw new Error("Parameter entities are not supported")}let p="";return[c,p]=this.readIdentifierVal(i,c,"entity"),[d,p,--c]}readNotationExp(i,c){c=I(i,c);let d="";for(;c<i.length&&!/\s/.test(i[c]);)d+=i[c],c++;!this.suppressValidationErr&&O(d),c=I(i,c);const p=i.substring(c,c+6).toUpperCase();if(!this.suppressValidationErr&&"SYSTEM"!==p&&"PUBLIC"!==p)throw new Error(`Expected SYSTEM or PUBLIC, found "${p}"`);c+=p.length,c=I(i,c);let A=null,C=null;if("PUBLIC"===p)[c,A]=this.readIdentifierVal(i,c,"publicIdentifier"),'"'!==i[c=I(i,c)]&&"'"!==i[c]||([c,C]=this.readIdentifierVal(i,c,"systemIdentifier"));else if("SYSTEM"===p&&([c,C]=this.readIdentifierVal(i,c,"systemIdentifier"),!this.suppressValidationErr&&!C))throw new Error("Missing mandatory system identifier for SYSTEM notation");return{notationName:d,publicIdentifier:A,systemIdentifier:C,index:--c}}readIdentifierVal(i,c,d){let p="";const A=i[c];if('"'!==A&&"'"!==A)throw new Error(`Expected quoted string, found "${A}"`);for(c++;c<i.length&&i[c]!==A;)p+=i[c],c++;if(i[c]!==A)throw new Error(`Unterminated ${d} value`);return[++c,p]}readElementExp(i,c){c=I(i,c);let d="";for(;c<i.length&&!/\s/.test(i[c]);)d+=i[c],c++;if(!this.suppressValidationErr&&!r(d))throw new Error(`Invalid element name: "${d}"`);let p="";if("E"===i[c=I(i,c)]&&P(i,"MPTY",c))c+=4;else if("A"===i[c]&&P(i,"NY",c))c+=2;else if("("===i[c]){for(c++;c<i.length&&")"!==i[c];)p+=i[c],c++;if(")"!==i[c])throw new Error("Unterminated content model")}else if(!this.suppressValidationErr)throw new Error(`Invalid Element Expression, found "${i[c]}"`);return{elementName:d,contentModel:p.trim(),index:c}}readAttlistExp(i,c){c=I(i,c);let d="";for(;c<i.length&&!/\s/.test(i[c]);)d+=i[c],c++;O(d),c=I(i,c);let p="";for(;c<i.length&&!/\s/.test(i[c]);)p+=i[c],c++;if(!O(p))throw new Error(`Invalid attribute name: "${p}"`);c=I(i,c);let A="";if("NOTATION"===i.substring(c,c+8).toUpperCase()){if(A="NOTATION","("!==i[c=I(i,c+=8)])throw new Error(`Expected '(', found "${i[c]}"`);c++;let d=[];for(;c<i.length&&")"!==i[c];){let p="";for(;c<i.length&&"|"!==i[c]&&")"!==i[c];)p+=i[c],c++;if(p=p.trim(),!O(p))throw new Error(`Invalid notation name: "${p}"`);d.push(p),"|"===i[c]&&(c++,c=I(i,c))}if(")"!==i[c])throw new Error("Unterminated list of notations");c++,A+=" ("+d.join("|")+")"}else{for(;c<i.length&&!/\s/.test(i[c]);)A+=i[c],c++;const d=["CDATA","ID","IDREF","IDREFS","ENTITY","ENTITIES","NMTOKEN","NMTOKENS"];if(!this.suppressValidationErr&&!d.includes(A.toUpperCase()))throw new Error(`Invalid attribute type: "${A}"`)}c=I(i,c);let C="";return"#REQUIRED"===i.substring(c,c+8).toUpperCase()?(C="#REQUIRED",c+=8):"#IMPLIED"===i.substring(c,c+7).toUpperCase()?(C="#IMPLIED",c+=7):[c,C]=this.readIdentifierVal(i,c,"ATTLIST"),{elementName:d,attributeName:p,attributeType:A,defaultValue:C,index:c}}}const I=(i,c)=>{for(;c<i.length&&/\s/.test(i[c]);)c++;return c};function P(i,c,d){for(let p=0;p<c.length;p++)if(c[p]!==i[d+p+1])return!1;return!0}function O(i){if(r(i))return i;throw new Error(`Invalid entity name ${i}`)}const Z=/^[-+]?0x[a-fA-F0-9]+$/,ee=/^([\-\+])?(0*)([0-9]*(\.[0-9]*)?)$/,te={hex:!0,leadingZeros:!0,decimalPoint:".",eNotation:!0};const re=/^([-+])?(0*)(\d*(\.\d*)?[eE][-\+]?\d+)$/;function $(i){return"function"==typeof i?i:Array.isArray(i)?c=>{for(const d of i){if("string"==typeof d&&c===d)return!0;if(d instanceof RegExp&&d.test(c))return!0}}:()=>!1}class D{constructor(i){if(this.options=i,this.currentNode=null,this.tagsNodeStack=[],this.docTypeEntities={},this.lastEntities={apos:{regex:/&(apos|#39|#x27);/g,val:"'"},gt:{regex:/&(gt|#62|#x3E);/g,val:">"},lt:{regex:/&(lt|#60|#x3C);/g,val:"<"},quot:{regex:/&(quot|#34|#x22);/g,val:'"'}},this.ampEntity={regex:/&(amp|#38|#x26);/g,val:"&"},this.htmlEntities={space:{regex:/&(nbsp|#160);/g,val:" "},cent:{regex:/&(cent|#162);/g,val:"¢"},pound:{regex:/&(pound|#163);/g,val:"£"},yen:{regex:/&(yen|#165);/g,val:"¥"},euro:{regex:/&(euro|#8364);/g,val:"€"},copyright:{regex:/&(copy|#169);/g,val:"©"},reg:{regex:/&(reg|#174);/g,val:"®"},inr:{regex:/&(inr|#8377);/g,val:"₹"},num_dec:{regex:/&#([0-9]{1,7});/g,val:(i,c)=>String.fromCodePoint(Number.parseInt(c,10))},num_hex:{regex:/&#x([0-9a-fA-F]{1,6});/g,val:(i,c)=>String.fromCodePoint(Number.parseInt(c,16))}},this.addExternalEntities=j,this.parseXml=L,this.parseTextData=M,this.resolveNameSpace=F,this.buildAttributesMap=k,this.isItStopNode=Y,this.replaceEntitiesValue=B,this.readStopNodeData=W,this.saveTextToParentTag=R,this.addChild=U,this.ignoreAttributesFn=$(this.options.ignoreAttributes),this.options.stopNodes&&this.options.stopNodes.length>0){this.stopNodesExact=new Set,this.stopNodesWildcard=new Set;for(let i=0;i<this.options.stopNodes.length;i++){const c=this.options.stopNodes[i];"string"==typeof c&&(c.startsWith("*.")?this.stopNodesWildcard.add(c.substring(2)):this.stopNodesExact.add(c))}}}}function j(i){const c=Object.keys(i);for(let d=0;d<c.length;d++){const p=c[d];this.lastEntities[p]={regex:new RegExp("&"+p+";","g"),val:i[p]}}}function M(i,c,d,p,A,C,S){if(void 0!==i&&(this.options.trimValues&&!p&&(i=i.trim()),i.length>0)){S||(i=this.replaceEntitiesValue(i));const p=this.options.tagValueProcessor(c,i,d,A,C);return null==p?i:typeof p!=typeof i||p!==i?p:this.options.trimValues||i.trim()===i?q(i,this.options.parseTagValue,this.options.numberParseOptions):i}}function F(i){if(this.options.removeNSPrefix){const c=i.split(":"),d="/"===i.charAt(0)?"/":"";if("xmlns"===c[0])return"";2===c.length&&(i=d+c[1])}return i}const ne=new RegExp("([^\\s=]+)\\s*(=\\s*(['\"])([\\s\\S]*?)\\3)?","gm");function k(i,c,d){if(!0!==this.options.ignoreAttributes&&"string"==typeof i){const d=s(i,ne),p=d.length,A={};for(let i=0;i<p;i++){const p=this.resolveNameSpace(d[i][1]);if(this.ignoreAttributesFn(p,c))continue;let C=d[i][4],S=this.options.attributeNamePrefix+p;if(p.length)if(this.options.transformAttributeName&&(S=this.options.transformAttributeName(S)),"__proto__"===S&&(S="#__proto__"),void 0!==C){this.options.trimValues&&(C=C.trim()),C=this.replaceEntitiesValue(C);const i=this.options.attributeValueProcessor(p,C,c);A[S]=null==i?C:typeof i!=typeof C||i!==C?i:q(C,this.options.parseAttributeValue,this.options.numberParseOptions)}else this.options.allowBooleanAttributes&&(A[S]=!0)}if(!Object.keys(A).length)return;if(this.options.attributesGroupName){const i={};return i[this.options.attributesGroupName]=A,i}return A}}const L=function(i){i=i.replace(/\r\n?/g,"\n");const c=new y("!xml");let d=c,p="",A="";const C=new w(this.options.processEntities);for(let S=0;S<i.length;S++)if("<"===i[S])if("/"===i[S+1]){const c=G(i,">",S,"Closing Tag is not closed.");let C=i.substring(S+2,c).trim();if(this.options.removeNSPrefix){const i=C.indexOf(":");-1!==i&&(C=C.substr(i+1))}this.options.transformTagName&&(C=this.options.transformTagName(C)),d&&(p=this.saveTextToParentTag(p,d,A));const v=A.substring(A.lastIndexOf(".")+1);if(C&&-1!==this.options.unpairedTags.indexOf(C))throw new Error(`Unpaired tag can not be used as closing tag: </${C}>`);let T=0;v&&-1!==this.options.unpairedTags.indexOf(v)?(T=A.lastIndexOf(".",A.lastIndexOf(".")-1),this.tagsNodeStack.pop()):T=A.lastIndexOf("."),A=A.substring(0,T),d=this.tagsNodeStack.pop(),p="",S=c}else if("?"===i[S+1]){let c=X(i,S,!1,"?>");if(!c)throw new Error("Pi Tag is not closed.");if(p=this.saveTextToParentTag(p,d,A),this.options.ignoreDeclaration&&"?xml"===c.tagName||this.options.ignorePiTags);else{const i=new y(c.tagName);i.add(this.options.textNodeName,""),c.tagName!==c.tagExp&&c.attrExpPresent&&(i[":@"]=this.buildAttributesMap(c.tagExp,A,c.tagName)),this.addChild(d,i,A,S)}S=c.closeIndex+1}else if("!--"===i.substr(S+1,3)){const c=G(i,"--\x3e",S+4,"Comment is not closed.");if(this.options.commentPropName){const C=i.substring(S+4,c-2);p=this.saveTextToParentTag(p,d,A),d.add(this.options.commentPropName,[{[this.options.textNodeName]:C}])}S=c}else if("!D"===i.substr(S+1,2)){const c=C.readDocType(i,S);this.docTypeEntities=c.entities,S=c.i}else if("!["===i.substr(S+1,2)){const c=G(i,"]]>",S,"CDATA is not closed.")-2,C=i.substring(S+9,c);p=this.saveTextToParentTag(p,d,A);let v=this.parseTextData(C,d.tagname,A,!0,!1,!0,!0);null==v&&(v=""),this.options.cdataPropName?d.add(this.options.cdataPropName,[{[this.options.textNodeName]:C}]):d.add(this.options.textNodeName,v),S=c+2}else{let C=X(i,S,this.options.removeNSPrefix),v=C.tagName;const T=C.rawTagName;let _=C.tagExp,V=C.attrExpPresent,Z=C.closeIndex;this.options.transformTagName&&(v=this.options.transformTagName(v)),d&&p&&"!xml"!==d.tagname&&(p=this.saveTextToParentTag(p,d,A,!1));const ee=d;ee&&-1!==this.options.unpairedTags.indexOf(ee.tagname)&&(d=this.tagsNodeStack.pop(),A=A.substring(0,A.lastIndexOf("."))),v!==c.tagname&&(A+=A?"."+v:v);const te=S;if(this.isItStopNode(this.stopNodesExact,this.stopNodesWildcard,A,v)){let c="";if(_.length>0&&_.lastIndexOf("/")===_.length-1)"/"===v[v.length-1]?(v=v.substr(0,v.length-1),A=A.substr(0,A.length-1),_=v):_=_.substr(0,_.length-1),S=C.closeIndex;else if(-1!==this.options.unpairedTags.indexOf(v))S=C.closeIndex;else{const d=this.readStopNodeData(i,T,Z+1);if(!d)throw new Error(`Unexpected end of ${T}`);S=d.i,c=d.tagContent}const p=new y(v);v!==_&&V&&(p[":@"]=this.buildAttributesMap(_,A,v)),c&&(c=this.parseTextData(c,v,A,!0,V,!0,!0)),A=A.substr(0,A.lastIndexOf(".")),p.add(this.options.textNodeName,c),this.addChild(d,p,A,te)}else{if(_.length>0&&_.lastIndexOf("/")===_.length-1){"/"===v[v.length-1]?(v=v.substr(0,v.length-1),A=A.substr(0,A.length-1),_=v):_=_.substr(0,_.length-1),this.options.transformTagName&&(v=this.options.transformTagName(v));const i=new y(v);v!==_&&V&&(i[":@"]=this.buildAttributesMap(_,A,v)),this.addChild(d,i,A,te),A=A.substr(0,A.lastIndexOf("."))}else{const i=new y(v);this.tagsNodeStack.push(d),v!==_&&V&&(i[":@"]=this.buildAttributesMap(_,A,v)),this.addChild(d,i,A,te),d=i}p="",S=Z}}else p+=i[S];return c.child};function U(i,c,d,p){this.options.captureMetaData||(p=void 0);const A=this.options.updateTag(c.tagname,d,c[":@"]);!1===A||("string"==typeof A?(c.tagname=A,i.addChild(c,p)):i.addChild(c,p))}const B=function(i){if(this.options.processEntities){for(let c in this.docTypeEntities){const d=this.docTypeEntities[c];i=i.replace(d.regx,d.val)}for(let c in this.lastEntities){const d=this.lastEntities[c];i=i.replace(d.regex,d.val)}if(this.options.htmlEntities)for(let c in this.htmlEntities){const d=this.htmlEntities[c];i=i.replace(d.regex,d.val)}i=i.replace(this.ampEntity.regex,this.ampEntity.val)}return i};function R(i,c,d,p){return i&&(void 0===p&&(p=0===c.child.length),void 0!==(i=this.parseTextData(i,c.tagname,d,!1,!!c[":@"]&&0!==Object.keys(c[":@"]).length,p))&&""!==i&&c.add(this.options.textNodeName,i),i=""),i}function Y(i,c,d,p){return!(!c||!c.has(p))||!(!i||!i.has(d))}function G(i,c,d,p){const A=i.indexOf(c,d);if(-1===A)throw new Error(p);return A+c.length-1}function X(i,c,d,p=">"){const A=function(i,c,d=">"){let p,A="";for(let C=c;C<i.length;C++){let c=i[C];if(p)c===p&&(p="");else if('"'===c||"'"===c)p=c;else if(c===d[0]){if(!d[1])return{data:A,index:C};if(i[C+1]===d[1])return{data:A,index:C}}else"\t"===c&&(c=" ");A+=c}}(i,c+1,p);if(!A)return;let C=A.data;const S=A.index,v=C.search(/\s/);let T=C,_=!0;-1!==v&&(T=C.substring(0,v),C=C.substring(v+1).trimStart());const V=T;if(d){const i=T.indexOf(":");-1!==i&&(T=T.substr(i+1),_=T!==A.data.substr(i+1))}return{tagName:T,tagExp:C,closeIndex:S,attrExpPresent:_,rawTagName:V}}function W(i,c,d){const p=d;let A=1;for(;d<i.length;d++)if("<"===i[d])if("/"===i[d+1]){const C=G(i,">",d,`${c} is not closed`);if(i.substring(d+2,C).trim()===c&&(A--,0===A))return{tagContent:i.substring(p,d),i:C};d=C}else if("?"===i[d+1])d=G(i,"?>",d+1,"StopNode is not closed.");else if("!--"===i.substr(d+1,3))d=G(i,"--\x3e",d+3,"StopNode is not closed.");else if("!["===i.substr(d+1,2))d=G(i,"]]>",d,"StopNode is not closed.")-2;else{const p=X(i,d,">");p&&((p&&p.tagName)===c&&"/"!==p.tagExp[p.tagExp.length-1]&&A++,d=p.closeIndex)}}function q(i,c,d){if(c&&"string"==typeof i){const c=i.trim();return"true"===c||"false"!==c&&function(i,c={}){if(c=Object.assign({},te,c),!i||"string"!=typeof i)return i;let d=i.trim();if(void 0!==c.skipLike&&c.skipLike.test(d))return i;if("0"===i)return 0;if(c.hex&&Z.test(d))return function(i){if(parseInt)return parseInt(i,16);if(Number.parseInt)return Number.parseInt(i,16);if(window&&window.parseInt)return window.parseInt(i,16);throw new Error("parseInt, Number.parseInt, window.parseInt are not supported")}(d);if(-1!==d.search(/.+[eE].+/))return function(i,c,d){if(!d.eNotation)return i;const p=c.match(re);if(p){let A=p[1]||"";const C=-1===p[3].indexOf("e")?"E":"e",S=p[2],v=A?i[S.length+1]===C:i[S.length]===C;return S.length>1&&v?i:1!==S.length||!p[3].startsWith(`.${C}`)&&p[3][0]!==C?d.leadingZeros&&!v?(c=(p[1]||"")+p[3],Number(c)):i:Number(c)}return i}(i,d,c);{const A=ee.exec(d);if(A){const C=A[1]||"",S=A[2];let v=(p=A[3])&&-1!==p.indexOf(".")?("."===(p=p.replace(/0+$/,""))?p="0":"."===p[0]?p="0"+p:"."===p[p.length-1]&&(p=p.substring(0,p.length-1)),p):p;const T=C?"."===i[S.length+1]:"."===i[S.length];if(!c.leadingZeros&&(S.length>1||1===S.length&&!T))return i;{const p=Number(d),A=String(p);if(0===p||-0===p)return p;if(-1!==A.search(/[eE]/))return c.eNotation?p:i;if(-1!==d.indexOf("."))return"0"===A||A===v||A===`${C}${v}`?p:i;let T=S?v:d;return S?T===A||C+T===A?p:i:T===A||T===C+A?p:i}}return i}var p}(i,d)}return void 0!==i?i:""}const ie=y.getMetaDataSymbol();function K(i,c){return Q(i,c)}function Q(i,c,d){let p;const A={};for(let C=0;C<i.length;C++){const S=i[C],v=z(S);let T="";if(T=void 0===d?v:d+"."+v,v===c.textNodeName)void 0===p?p=S[v]:p+=""+S[v];else{if(void 0===v)continue;if(S[v]){let i=Q(S[v],c,T);const d=H(i,c);void 0!==S[ie]&&(i[ie]=S[ie]),S[":@"]?J(i,S[":@"],T,c):1!==Object.keys(i).length||void 0===i[c.textNodeName]||c.alwaysCreateTextNode?0===Object.keys(i).length&&(c.alwaysCreateTextNode?i[c.textNodeName]="":i=""):i=i[c.textNodeName],void 0!==A[v]&&A.hasOwnProperty(v)?(Array.isArray(A[v])||(A[v]=[A[v]]),A[v].push(i)):c.isArray(v,T,d)?A[v]=[i]:A[v]=i}}}return"string"==typeof p?p.length>0&&(A[c.textNodeName]=p):void 0!==p&&(A[c.textNodeName]=p),A}function z(i){const c=Object.keys(i);for(let i=0;i<c.length;i++){const d=c[i];if(":@"!==d)return d}}function J(i,c,d,p){if(c){const A=Object.keys(c),C=A.length;for(let S=0;S<C;S++){const C=A[S];p.isArray(C,d+"."+C,!0,!0)?i[C]=[c[C]]:i[C]=c[C]}}}function H(i,c){const{textNodeName:d}=c,p=Object.keys(i).length;return 0===p||!(1!==p||!i[d]&&"boolean"!=typeof i[d]&&0!==i[d])}class tt{constructor(i){this.externalEntities={},this.options=function(i){return Object.assign({},_,i)}(i)}parse(i,c){if("string"!=typeof i&&i.toString)i=i.toString();else if("string"!=typeof i)throw new Error("XML data is accepted in String or Bytes[] form.");if(c){!0===c&&(c={});const d=a(i,c);if(!0!==d)throw Error(`${d.err.msg}:${d.err.line}:${d.err.col}`)}const d=new D(this.options);d.addExternalEntities(this.externalEntities);const p=d.parseXml(i);return this.options.preserveOrder||void 0===p?p:K(p,this.options)}addEntity(i,c){if(-1!==c.indexOf("&"))throw new Error("Entity value can't have '&'");if(-1!==i.indexOf("&")||-1!==i.indexOf(";"))throw new Error("An entity must be set without '&' and ';'. Eg. use '#xD' for '
'");if("&"===c)throw new Error("An entity with value '&' is not permitted");this.externalEntities[i]=c}static getMetaDataSymbol(){return y.getMetaDataSymbol()}}function et(i,c){let d="";return c.format&&c.indentBy.length>0&&(d="\n"),it(i,c,"",d)}function it(i,c,d,p){let A="",C=!1;for(let S=0;S<i.length;S++){const v=i[S],T=nt(v);if(void 0===T)continue;let _="";if(_=0===d.length?T:`${d}.${T}`,T===c.textNodeName){let i=v[T];rt(_,c)||(i=c.tagValueProcessor(T,i),i=ot(i,c)),C&&(A+=p),A+=i,C=!1;continue}if(T===c.cdataPropName){C&&(A+=p),A+=`<![CDATA[${v[T][0][c.textNodeName]}]]>`,C=!1;continue}if(T===c.commentPropName){A+=p+`\x3c!--${v[T][0][c.textNodeName]}--\x3e`,C=!0;continue}if("?"===T[0]){const i=st(v[":@"],c),d="?xml"===T?"":p;let S=v[T][0][c.textNodeName];S=0!==S.length?" "+S:"",A+=d+`<${T}${S}${i}?>`,C=!0;continue}let V=p;""!==V&&(V+=c.indentBy);const Z=p+`<${T}${st(v[":@"],c)}`,ee=it(v[T],c,_,V);-1!==c.unpairedTags.indexOf(T)?c.suppressUnpairedNode?A+=Z+">":A+=Z+"/>":ee&&0!==ee.length||!c.suppressEmptyNode?ee&&ee.endsWith(">")?A+=Z+`>${ee}${p}</${T}>`:(A+=Z+">",ee&&""!==p&&(ee.includes("/>")||ee.includes("</"))?A+=p+c.indentBy+ee+p:A+=ee,A+=`</${T}>`):A+=Z+"/>",C=!0}return A}function nt(i){const c=Object.keys(i);for(let d=0;d<c.length;d++){const p=c[d];if(i.hasOwnProperty(p)&&":@"!==p)return p}}function st(i,c){let d="";if(i&&!c.ignoreAttributes)for(let p in i){if(!i.hasOwnProperty(p))continue;let A=c.attributeValueProcessor(p,i[p]);A=ot(A,c),!0===A&&c.suppressBooleanAttributes?d+=` ${p.substr(c.attributeNamePrefix.length)}`:d+=` ${p.substr(c.attributeNamePrefix.length)}="${A}"`}return d}function rt(i,c){let d=(i=i.substr(0,i.length-c.textNodeName.length-1)).substr(i.lastIndexOf(".")+1);for(let p in c.stopNodes)if(c.stopNodes[p]===i||c.stopNodes[p]==="*."+d)return!0;return!1}function ot(i,c){if(i&&i.length>0&&c.processEntities)for(let d=0;d<c.entities.length;d++){const p=c.entities[d];i=i.replace(p.regex,p.val)}return i}const se={attributeNamePrefix:"@_",attributesGroupName:!1,textNodeName:"#text",ignoreAttributes:!0,cdataPropName:!1,format:!1,indentBy:" ",suppressEmptyNode:!1,suppressUnpairedNode:!0,suppressBooleanAttributes:!0,tagValueProcessor:function(i,c){return c},attributeValueProcessor:function(i,c){return c},preserveOrder:!1,commentPropName:!1,unpairedTags:[],entities:[{regex:new RegExp("&","g"),val:"&"},{regex:new RegExp(">","g"),val:">"},{regex:new RegExp("<","g"),val:"<"},{regex:new RegExp("'","g"),val:"'"},{regex:new RegExp('"',"g"),val:"""}],processEntities:!0,stopNodes:[],oneListGroup:!1};function lt(i){this.options=Object.assign({},se,i),!0===this.options.ignoreAttributes||this.options.attributesGroupName?this.isAttribute=function(){return!1}:(this.ignoreAttributesFn=$(this.options.ignoreAttributes),this.attrPrefixLen=this.options.attributeNamePrefix.length,this.isAttribute=dt),this.processTextOrObjNode=ut,this.options.format?(this.indentate=ht,this.tagEndChar=">\n",this.newLine="\n"):(this.indentate=function(){return""},this.tagEndChar=">",this.newLine="")}function ut(i,c,d,p){const A=this.j2x(i,d+1,p.concat(c));return void 0!==i[this.options.textNodeName]&&1===Object.keys(i).length?this.buildTextValNode(i[this.options.textNodeName],c,A.attrStr,d):this.buildObjectNode(A.val,c,A.attrStr,d)}function ht(i){return this.options.indentBy.repeat(i)}function dt(i){return!(!i.startsWith(this.options.attributeNamePrefix)||i===this.options.textNodeName)&&i.substr(this.attrPrefixLen)}lt.prototype.build=function(i){return this.options.preserveOrder?et(i,this.options):(Array.isArray(i)&&this.options.arrayNodeName&&this.options.arrayNodeName.length>1&&(i={[this.options.arrayNodeName]:i}),this.j2x(i,0,[]).val)},lt.prototype.j2x=function(i,c,d){let p="",A="";const C=d.join(".");for(let S in i)if(Object.prototype.hasOwnProperty.call(i,S))if(void 0===i[S])this.isAttribute(S)&&(A+="");else if(null===i[S])this.isAttribute(S)||S===this.options.cdataPropName?A+="":"?"===S[0]?A+=this.indentate(c)+"<"+S+"?"+this.tagEndChar:A+=this.indentate(c)+"<"+S+"/"+this.tagEndChar;else if(i[S]instanceof Date)A+=this.buildTextValNode(i[S],S,"",c);else if("object"!=typeof i[S]){const d=this.isAttribute(S);if(d&&!this.ignoreAttributesFn(d,C))p+=this.buildAttrPairStr(d,""+i[S]);else if(!d)if(S===this.options.textNodeName){let c=this.options.tagValueProcessor(S,""+i[S]);A+=this.replaceEntitiesValue(c)}else A+=this.buildTextValNode(i[S],S,"",c)}else if(Array.isArray(i[S])){const p=i[S].length;let C="",v="";for(let T=0;T<p;T++){const p=i[S][T];if(void 0===p);else if(null===p)"?"===S[0]?A+=this.indentate(c)+"<"+S+"?"+this.tagEndChar:A+=this.indentate(c)+"<"+S+"/"+this.tagEndChar;else if("object"==typeof p)if(this.options.oneListGroup){const i=this.j2x(p,c+1,d.concat(S));C+=i.val,this.options.attributesGroupName&&p.hasOwnProperty(this.options.attributesGroupName)&&(v+=i.attrStr)}else C+=this.processTextOrObjNode(p,S,c,d);else if(this.options.oneListGroup){let i=this.options.tagValueProcessor(S,p);i=this.replaceEntitiesValue(i),C+=i}else C+=this.buildTextValNode(p,S,"",c)}this.options.oneListGroup&&(C=this.buildObjectNode(C,S,v,c)),A+=C}else if(this.options.attributesGroupName&&S===this.options.attributesGroupName){const c=Object.keys(i[S]),d=c.length;for(let A=0;A<d;A++)p+=this.buildAttrPairStr(c[A],""+i[S][c[A]])}else A+=this.processTextOrObjNode(i[S],S,c,d);return{attrStr:p,val:A}},lt.prototype.buildAttrPairStr=function(i,c){return c=this.options.attributeValueProcessor(i,""+c),c=this.replaceEntitiesValue(c),this.options.suppressBooleanAttributes&&"true"===c?" "+i:" "+i+'="'+c+'"'},lt.prototype.buildObjectNode=function(i,c,d,p){if(""===i)return"?"===c[0]?this.indentate(p)+"<"+c+d+"?"+this.tagEndChar:this.indentate(p)+"<"+c+d+this.closeTag(c)+this.tagEndChar;{let A="</"+c+this.tagEndChar,C="";return"?"===c[0]&&(C="?",A=""),!d&&""!==d||-1!==i.indexOf("<")?!1!==this.options.commentPropName&&c===this.options.commentPropName&&0===C.length?this.indentate(p)+`\x3c!--${i}--\x3e`+this.newLine:this.indentate(p)+"<"+c+d+C+this.tagEndChar+i+this.indentate(p)+A:this.indentate(p)+"<"+c+d+C+">"+i+A}},lt.prototype.closeTag=function(i){let c="";return-1!==this.options.unpairedTags.indexOf(i)?this.options.suppressUnpairedNode||(c="/"):c=this.options.suppressEmptyNode?"/":`></${i}`,c},lt.prototype.buildTextValNode=function(i,c,d,p){if(!1!==this.options.cdataPropName&&c===this.options.cdataPropName)return this.indentate(p)+`<![CDATA[${i}]]>`+this.newLine;if(!1!==this.options.commentPropName&&c===this.options.commentPropName)return this.indentate(p)+`\x3c!--${i}--\x3e`+this.newLine;if("?"===c[0])return this.indentate(p)+"<"+c+d+"?"+this.tagEndChar;{let A=this.options.tagValueProcessor(c,i);return A=this.replaceEntitiesValue(A),""===A?this.indentate(p)+"<"+c+d+this.closeTag(c)+this.tagEndChar:this.indentate(p)+"<"+c+d+">"+A+"</"+c+this.tagEndChar}},lt.prototype.replaceEntitiesValue=function(i){if(i&&i.length>0&&this.options.processEntities)for(let c=0;c<this.options.entities.length;c++){const d=this.options.entities[c];i=i.replace(d.regex,d.val)}return i};const ae={validate:a};i.exports=d})()},81699:(i,c,d)=>{"use strict";d.r(c);d.d(c,{createWriteStream:()=>ce,default:()=>de,mkdir:()=>se,mkdirSync:()=>ae,open:()=>ne,openSync:()=>ie,template:()=>template,writeFile:()=>oe,writeFileSync:()=>le});var p={};d.r(p);d.d(p,{createWriteStream:()=>createWriteStream,mkdir:()=>mkdir,mkdirSync:()=>mkdirSync,open:()=>temp_open,openSync:()=>openSync,writeFile:()=>writeFile,writeFileSync:()=>writeFileSync});var A=d(76760);function toDataView(i){if(i instanceof Int8Array||i instanceof Uint8Array||i instanceof Uint8ClampedArray){return new DataView(i.buffer,i.byteOffset,i.byteLength)}if(i instanceof ArrayBuffer){return new DataView(i)}throw new TypeError("Expected `data` to be an ArrayBuffer, Buffer, Int8Array, Uint8Array or Uint8ClampedArray")}const C="ABCDEFGHIJKLMNOPQRSTUVWXYZ234567";const S="0123456789ABCDEFGHIJKLMNOPQRSTUV";const v="0123456789ABCDEFGHJKMNPQRSTVWXYZ";function base32Encode(i,c,d){d=d||{};let p,A;switch(c){case"RFC3548":case"RFC4648":p=C;A=true;break;case"RFC4648-HEX":p=S;A=true;break;case"Crockford":p=v;A=false;break;default:throw new Error("Unknown base32 variant: "+c)}const T=d.padding!==undefined?d.padding:A;const _=toDataView(i);let V=0;let Z=0;let ee="";for(let i=0;i<_.byteLength;i++){Z=Z<<8|_.getUint8(i);V+=8;while(V>=5){ee+=p[Z>>>V-5&31];V-=5}}if(V>0){ee+=p[Z<<5-V&31]}if(T){while(ee.length%8!==0){ee+="="}}return ee}function encodeUtf8(i){const c=[];const d=i.length;for(let p=0;p<d;p++){let A=i.charCodeAt(p);if(A>=55296&&A<=56319&&d>p+1){const c=i.charCodeAt(p+1);if(c>=56320&&c<=57343){A=(A-55296)*1024+c-56320+65536;p+=1}}if(A<128){c.push(A);continue}if(A<2048){c.push(A>>6|192);c.push(A&63|128);continue}if(A<55296||A>=57344&&A<65536){c.push(A>>12|224);c.push(A>>6&63|128);c.push(A&63|128);continue}if(A>=65536&&A<=1114111){c.push(A>>18|240);c.push(A>>12&63|128);c.push(A>>6&63|128);c.push(A&63|128);continue}c.push(239,191,189)}return new Uint8Array(c).buffer}function fmix(i){i^=i>>>16;i=Math.imul(i,2246822507);i^=i>>>13;i=Math.imul(i,3266489909);i^=i>>>16;return i>>>0}const T=new Uint32Array([3432918353,461845907]);function rotl(i,c){return i<<c|i>>>32-c}function body(i,c){const d=i.byteLength/4|0;const p=new Uint32Array(i,0,d);for(let i=0;i<d;i++){p[i]=Math.imul(p[i],T[0]);p[i]=rotl(p[i],15);p[i]=Math.imul(p[i],T[1]);c[0]=c[0]^p[i];c[0]=rotl(c[0],13);c[0]=Math.imul(c[0],5)+3864292196}}function tail(i,c){const d=i.byteLength/4|0;const p=i.byteLength%4;let A=0;const C=new Uint8Array(i,d*4,p);switch(p){case 3:A=A^C[2]<<16;case 2:A=A^C[1]<<8;case 1:A=A^C[0]<<0;A=Math.imul(A,T[0]);A=rotl(A,15);A=Math.imul(A,T[1]);c[0]=c[0]^A}}function finalize(i,c){c[0]=c[0]^i.byteLength;c[0]=fmix(c[0])}function murmur(i,c){c=c?c|0:0;if(typeof i==="string"){i=encodeUtf8(i)}if(!(i instanceof ArrayBuffer)){throw new TypeError("Expected key to be ArrayBuffer or string")}const d=new Uint32Array([c]);body(i,d);tail(i,d);finalize(i,d);return d.buffer}function validateTemplate(i){if(typeof i!=="string"){throw new TypeError("template is not a string")}const c=/(^|[^%])(%%)*%s/;const d=c.exec(i);if(d===null)throw new Error("No replacement token. Template must contain replacement token %s exactly once");const p=d.index+d[0].length;const A=c.exec(i.substring(p));if(A!==null)throw new Error("Multiple replacement tokens. Template must contain replacement token %s exactly once")}function replaceToken(i,c){return i.replace(/%([%s])/g,((i,d)=>d==="s"?c:d))}let _=0;const V=String(Math.random());function randomPath(i,c){validateTemplate(c);const d=murmur(V+String(process.pid)+String(++_));const p=base32Encode(d,"Crockford");return(0,A.join)(i,replaceToken(c,p))}var Z=d(73024);var ee=d(48161);function retrySync(i){let c;let d=3;while(--d){try{c=i()}catch(i){if(i.code==="EEXIST")continue;throw i}return c}throw new Error("Failed to find unique name")}function retryAsync(i,c){let d=3;(function next(){i((function(i,p){if(!i)return c(null,p);if(i.code!=="EEXIST")return c(i);if(--d===0)return c(new Error("Failed to find unique name"));next()}))})()}class TempWriteStream extends Z.WriteStream{constructor(i,c){c=typeof c==="string"?{encoding:c}:c||{};const d=c.flags===undefined?"w":c.flags;const p=c.mode===undefined?438:c.mode;const{fd:A,path:C}=openSync(i,d,p);super(C,{...c,fd:A});this.path=C}}const te=ee.tmpdir();function temp_open(i,c,d,p){switch(c){case"w":c="wx";break;case"w+":c="wx+";break;default:throw new Error("Unknown file open flag: "+c)}if(typeof d==="function"){p=d;d=undefined}let A;retryAsync((function(p){A=randomPath(te,i);Z.open(A,c,d,p)}),(function(i,c){p(i,i?undefined:{fd:c,path:A})}))}function openSync(i,c,d){switch(c){case"w":c="wx";break;case"w+":c="wx+";break;default:throw new Error("Unknown file open flag: "+c)}let p;const A=retrySync((function(){p=randomPath(te,i);return Z.openSync(p,c,d)}));return{fd:A,path:p}}function mkdir(i,c,d){if(typeof c==="function"){d=c;c=undefined}let p;retryAsync((function(d){p=randomPath(te,i);Z.mkdir(p,c,d)}),(function(i){d(i,i?undefined:p)}))}function mkdirSync(i,c){let d;retrySync((function(){d=randomPath(te,i);Z.mkdirSync(d,c)}));return d}function writeFile(i,c,d,p){p=arguments[arguments.length-1];if(typeof d==="function"||!d){d={flag:"wx"}}else if(typeof d==="string"){d={encoding:d,flag:"wx"}}else if(typeof d==="object"){d.flag="wx"}else{throw new TypeError("Bad arguments")}let A;retryAsync((function(p){A=randomPath(te,i);Z.writeFile(A,c,d,p)}),(function(i){p(i,i?undefined:A)}))}function writeFileSync(i,c,d){if(!d){d={flag:"wx"}}else if(typeof d==="string"){d={encoding:d,flag:"wx"}}else if(typeof d==="object"){d.flag="wx"}else{throw new TypeError("Bad arguments")}let p;retrySync((function(){p=randomPath(te,i);Z.writeFileSync(p,c,d)}));return p}function createWriteStream(i,c){return new TempWriteStream(i,c)}function template(i){validateTemplate(i);return{open:temp_open.bind(p,i),openSync:openSync.bind(p,i),mkdir:mkdir.bind(p,i),mkdirSync:mkdirSync.bind(p,i),writeFile:writeFile.bind(p,i),writeFileSync:writeFileSync.bind(p,i),createWriteStream:createWriteStream.bind(p,i)}}const re=Object.assign(template("%s"),{template:template});const ne=re.open;const ie=re.openSync;const se=re.mkdir;const ae=re.mkdirSync;const oe=re.writeFile;const le=re.writeFileSync;const ce=re.createWriteStream;const de=re},2822:i=>{"use strict";i.exports=JSON.parse('{"name":"@actions/artifact","version":"2.3.2","preview":true,"description":"Actions artifact lib","keywords":["github","actions","artifact"],"homepage":"https://github.com/actions/toolkit/tree/main/packages/artifact","license":"MIT","main":"lib/artifact.js","types":"lib/artifact.d.ts","directories":{"lib":"lib","test":"__tests__"},"files":["lib","!.DS_Store"],"publishConfig":{"access":"public"},"repository":{"type":"git","url":"git+https://github.com/actions/toolkit.git","directory":"packages/artifact"},"scripts":{"audit-moderate":"npm install && npm audit --json --audit-level=moderate > audit.json","test":"cd ../../ && npm run test ./packages/artifact","bootstrap":"cd ../../ && npm run bootstrap","tsc-run":"tsc","tsc":"npm run bootstrap && npm run tsc-run","gen:docs":"typedoc --plugin typedoc-plugin-markdown --out docs/generated src/artifact.ts --githubPages false --readme none"},"bugs":{"url":"https://github.com/actions/toolkit/issues"},"dependencies":{"@actions/core":"^1.10.0","@actions/github":"^5.1.1","@actions/http-client":"^2.1.0","@azure/storage-blob":"^12.15.0","@octokit/core":"^3.5.1","@octokit/plugin-request-log":"^1.0.4","@octokit/plugin-retry":"^3.0.9","@octokit/request-error":"^5.0.0","@protobuf-ts/plugin":"^2.2.3-alpha.1","archiver":"^7.0.1","jwt-decode":"^3.1.2","unzip-stream":"^0.3.1"},"devDependencies":{"@types/archiver":"^5.3.2","@types/unzip-stream":"^0.3.4","typedoc":"^0.25.4","typedoc-plugin-markdown":"^3.17.1","typescript":"^5.2.2"}}')},92472:i=>{"use strict";i.exports=JSON.parse('[[[0,44],"disallowed_STD3_valid"],[[45,46],"valid"],[[47,47],"disallowed_STD3_valid"],[[48,57],"valid"],[[58,64],"disallowed_STD3_valid"],[[65,65],"mapped",[97]],[[66,66],"mapped",[98]],[[67,67],"mapped",[99]],[[68,68],"mapped",[100]],[[69,69],"mapped",[101]],[[70,70],"mapped",[102]],[[71,71],"mapped",[103]],[[72,72],"mapped",[104]],[[73,73],"mapped",[105]],[[74,74],"mapped",[106]],[[75,75],"mapped",[107]],[[76,76],"mapped",[108]],[[77,77],"mapped",[109]],[[78,78],"mapped",[110]],[[79,79],"mapped",[111]],[[80,80],"mapped",[112]],[[81,81],"mapped",[113]],[[82,82],"mapped",[114]],[[83,83],"mapped",[115]],[[84,84],"mapped",[116]],[[85,85],"mapped",[117]],[[86,86],"mapped",[118]],[[87,87],"mapped",[119]],[[88,88],"mapped",[120]],[[89,89],"mapped",[121]],[[90,90],"mapped",[122]],[[91,96],"disallowed_STD3_valid"],[[97,122],"valid"],[[123,127],"disallowed_STD3_valid"],[[128,159],"disallowed"],[[160,160],"disallowed_STD3_mapped",[32]],[[161,167],"valid",[],"NV8"],[[168,168],"disallowed_STD3_mapped",[32,776]],[[169,169],"valid",[],"NV8"],[[170,170],"mapped",[97]],[[171,172],"valid",[],"NV8"],[[173,173],"ignored"],[[174,174],"valid",[],"NV8"],[[175,175],"disallowed_STD3_mapped",[32,772]],[[176,177],"valid",[],"NV8"],[[178,178],"mapped",[50]],[[179,179],"mapped",[51]],[[180,180],"disallowed_STD3_mapped",[32,769]],[[181,181],"mapped",[956]],[[182,182],"valid",[],"NV8"],[[183,183],"valid"],[[184,184],"disallowed_STD3_mapped",[32,807]],[[185,185],"mapped",[49]],[[186,186],"mapped",[111]],[[187,187],"valid",[],"NV8"],[[188,188],"mapped",[49,8260,52]],[[189,189],"mapped",[49,8260,50]],[[190,190],"mapped",[51,8260,52]],[[191,191],"valid",[],"NV8"],[[192,192],"mapped",[224]],[[193,193],"mapped",[225]],[[194,194],"mapped",[226]],[[195,195],"mapped",[227]],[[196,196],"mapped",[228]],[[197,197],"mapped",[229]],[[198,198],"mapped",[230]],[[199,199],"mapped",[231]],[[200,200],"mapped",[232]],[[201,201],"mapped",[233]],[[202,202],"mapped",[234]],[[203,203],"mapped",[235]],[[204,204],"mapped",[236]],[[205,205],"mapped",[237]],[[206,206],"mapped",[238]],[[207,207],"mapped",[239]],[[208,208],"mapped",[240]],[[209,209],"mapped",[241]],[[210,210],"mapped",[242]],[[211,211],"mapped",[243]],[[212,212],"mapped",[244]],[[213,213],"mapped",[245]],[[214,214],"mapped",[246]],[[215,215],"valid",[],"NV8"],[[216,216],"mapped",[248]],[[217,217],"mapped",[249]],[[218,218],"mapped",[250]],[[219,219],"mapped",[251]],[[220,220],"mapped",[252]],[[221,221],"mapped",[253]],[[222,222],"mapped",[254]],[[223,223],"deviation",[115,115]],[[224,246],"valid"],[[247,247],"valid",[],"NV8"],[[248,255],"valid"],[[256,256],"mapped",[257]],[[257,257],"valid"],[[258,258],"mapped",[259]],[[259,259],"valid"],[[260,260],"mapped",[261]],[[261,261],"valid"],[[262,262],"mapped",[263]],[[263,263],"valid"],[[264,264],"mapped",[265]],[[265,265],"valid"],[[266,266],"mapped",[267]],[[267,267],"valid"],[[268,268],"mapped",[269]],[[269,269],"valid"],[[270,270],"mapped",[271]],[[271,271],"valid"],[[272,272],"mapped",[273]],[[273,273],"valid"],[[274,274],"mapped",[275]],[[275,275],"valid"],[[276,276],"mapped",[277]],[[277,277],"valid"],[[278,278],"mapped",[279]],[[279,279],"valid"],[[280,280],"mapped",[281]],[[281,281],"valid"],[[282,282],"mapped",[283]],[[283,283],"valid"],[[284,284],"mapped",[285]],[[285,285],"valid"],[[286,286],"mapped",[287]],[[287,287],"valid"],[[288,288],"mapped",[289]],[[289,289],"valid"],[[290,290],"mapped",[291]],[[291,291],"valid"],[[292,292],"mapped",[293]],[[293,293],"valid"],[[294,294],"mapped",[295]],[[295,295],"valid"],[[296,296],"mapped",[297]],[[297,297],"valid"],[[298,298],"mapped",[299]],[[299,299],"valid"],[[300,300],"mapped",[301]],[[301,301],"valid"],[[302,302],"mapped",[303]],[[303,303],"valid"],[[304,304],"mapped",[105,775]],[[305,305],"valid"],[[306,307],"mapped",[105,106]],[[308,308],"mapped",[309]],[[309,309],"valid"],[[310,310],"mapped",[311]],[[311,312],"valid"],[[313,313],"mapped",[314]],[[314,314],"valid"],[[315,315],"mapped",[316]],[[316,316],"valid"],[[317,317],"mapped",[318]],[[318,318],"valid"],[[319,320],"mapped",[108,183]],[[321,321],"mapped",[322]],[[322,322],"valid"],[[323,323],"mapped",[324]],[[324,324],"valid"],[[325,325],"mapped",[326]],[[326,326],"valid"],[[327,327],"mapped",[328]],[[328,328],"valid"],[[329,329],"mapped",[700,110]],[[330,330],"mapped",[331]],[[331,331],"valid"],[[332,332],"mapped",[333]],[[333,333],"valid"],[[334,334],"mapped",[335]],[[335,335],"valid"],[[336,336],"mapped",[337]],[[337,337],"valid"],[[338,338],"mapped",[339]],[[339,339],"valid"],[[340,340],"mapped",[341]],[[341,341],"valid"],[[342,342],"mapped",[343]],[[343,343],"valid"],[[344,344],"mapped",[345]],[[345,345],"valid"],[[346,346],"mapped",[347]],[[347,347],"valid"],[[348,348],"mapped",[349]],[[349,349],"valid"],[[350,350],"mapped",[351]],[[351,351],"valid"],[[352,352],"mapped",[353]],[[353,353],"valid"],[[354,354],"mapped",[355]],[[355,355],"valid"],[[356,356],"mapped",[357]],[[357,357],"valid"],[[358,358],"mapped",[359]],[[359,359],"valid"],[[360,360],"mapped",[361]],[[361,361],"valid"],[[362,362],"mapped",[363]],[[363,363],"valid"],[[364,364],"mapped",[365]],[[365,365],"valid"],[[366,366],"mapped",[367]],[[367,367],"valid"],[[368,368],"mapped",[369]],[[369,369],"valid"],[[370,370],"mapped",[371]],[[371,371],"valid"],[[372,372],"mapped",[373]],[[373,373],"valid"],[[374,374],"mapped",[375]],[[375,375],"valid"],[[376,376],"mapped",[255]],[[377,377],"mapped",[378]],[[378,378],"valid"],[[379,379],"mapped",[380]],[[380,380],"valid"],[[381,381],"mapped",[382]],[[382,382],"valid"],[[383,383],"mapped",[115]],[[384,384],"valid"],[[385,385],"mapped",[595]],[[386,386],"mapped",[387]],[[387,387],"valid"],[[388,388],"mapped",[389]],[[389,389],"valid"],[[390,390],"mapped",[596]],[[391,391],"mapped",[392]],[[392,392],"valid"],[[393,393],"mapped",[598]],[[394,394],"mapped",[599]],[[395,395],"mapped",[396]],[[396,397],"valid"],[[398,398],"mapped",[477]],[[399,399],"mapped",[601]],[[400,400],"mapped",[603]],[[401,401],"mapped",[402]],[[402,402],"valid"],[[403,403],"mapped",[608]],[[404,404],"mapped",[611]],[[405,405],"valid"],[[406,406],"mapped",[617]],[[407,407],"mapped",[616]],[[408,408],"mapped",[409]],[[409,411],"valid"],[[412,412],"mapped",[623]],[[413,413],"mapped",[626]],[[414,414],"valid"],[[415,415],"mapped",[629]],[[416,416],"mapped",[417]],[[417,417],"valid"],[[418,418],"mapped",[419]],[[419,419],"valid"],[[420,420],"mapped",[421]],[[421,421],"valid"],[[422,422],"mapped",[640]],[[423,423],"mapped",[424]],[[424,424],"valid"],[[425,425],"mapped",[643]],[[426,427],"valid"],[[428,428],"mapped",[429]],[[429,429],"valid"],[[430,430],"mapped",[648]],[[431,431],"mapped",[432]],[[432,432],"valid"],[[433,433],"mapped",[650]],[[434,434],"mapped",[651]],[[435,435],"mapped",[436]],[[436,436],"valid"],[[437,437],"mapped",[438]],[[438,438],"valid"],[[439,439],"mapped",[658]],[[440,440],"mapped",[441]],[[441,443],"valid"],[[444,444],"mapped",[445]],[[445,451],"valid"],[[452,454],"mapped",[100,382]],[[455,457],"mapped",[108,106]],[[458,460],"mapped",[110,106]],[[461,461],"mapped",[462]],[[462,462],"valid"],[[463,463],"mapped",[464]],[[464,464],"valid"],[[465,465],"mapped",[466]],[[466,466],"valid"],[[467,467],"mapped",[468]],[[468,468],"valid"],[[469,469],"mapped",[470]],[[470,470],"valid"],[[471,471],"mapped",[472]],[[472,472],"valid"],[[473,473],"mapped",[474]],[[474,474],"valid"],[[475,475],"mapped",[476]],[[476,477],"valid"],[[478,478],"mapped",[479]],[[479,479],"valid"],[[480,480],"mapped",[481]],[[481,481],"valid"],[[482,482],"mapped",[483]],[[483,483],"valid"],[[484,484],"mapped",[485]],[[485,485],"valid"],[[486,486],"mapped",[487]],[[487,487],"valid"],[[488,488],"mapped",[489]],[[489,489],"valid"],[[490,490],"mapped",[491]],[[491,491],"valid"],[[492,492],"mapped",[493]],[[493,493],"valid"],[[494,494],"mapped",[495]],[[495,496],"valid"],[[497,499],"mapped",[100,122]],[[500,500],"mapped",[501]],[[501,501],"valid"],[[502,502],"mapped",[405]],[[503,503],"mapped",[447]],[[504,504],"mapped",[505]],[[505,505],"valid"],[[506,506],"mapped",[507]],[[507,507],"valid"],[[508,508],"mapped",[509]],[[509,509],"valid"],[[510,510],"mapped",[511]],[[511,511],"valid"],[[512,512],"mapped",[513]],[[513,513],"valid"],[[514,514],"mapped",[515]],[[515,515],"valid"],[[516,516],"mapped",[517]],[[517,517],"valid"],[[518,518],"mapped",[519]],[[519,519],"valid"],[[520,520],"mapped",[521]],[[521,521],"valid"],[[522,522],"mapped",[523]],[[523,523],"valid"],[[524,524],"mapped",[525]],[[525,525],"valid"],[[526,526],"mapped",[527]],[[527,527],"valid"],[[528,528],"mapped",[529]],[[529,529],"valid"],[[530,530],"mapped",[531]],[[531,531],"valid"],[[532,532],"mapped",[533]],[[533,533],"valid"],[[534,534],"mapped",[535]],[[535,535],"valid"],[[536,536],"mapped",[537]],[[537,537],"valid"],[[538,538],"mapped",[539]],[[539,539],"valid"],[[540,540],"mapped",[541]],[[541,541],"valid"],[[542,542],"mapped",[543]],[[543,543],"valid"],[[544,544],"mapped",[414]],[[545,545],"valid"],[[546,546],"mapped",[547]],[[547,547],"valid"],[[548,548],"mapped",[549]],[[549,549],"valid"],[[550,550],"mapped",[551]],[[551,551],"valid"],[[552,552],"mapped",[553]],[[553,553],"valid"],[[554,554],"mapped",[555]],[[555,555],"valid"],[[556,556],"mapped",[557]],[[557,557],"valid"],[[558,558],"mapped",[559]],[[559,559],"valid"],[[560,560],"mapped",[561]],[[561,561],"valid"],[[562,562],"mapped",[563]],[[563,563],"valid"],[[564,566],"valid"],[[567,569],"valid"],[[570,570],"mapped",[11365]],[[571,571],"mapped",[572]],[[572,572],"valid"],[[573,573],"mapped",[410]],[[574,574],"mapped",[11366]],[[575,576],"valid"],[[577,577],"mapped",[578]],[[578,578],"valid"],[[579,579],"mapped",[384]],[[580,580],"mapped",[649]],[[581,581],"mapped",[652]],[[582,582],"mapped",[583]],[[583,583],"valid"],[[584,584],"mapped",[585]],[[585,585],"valid"],[[586,586],"mapped",[587]],[[587,587],"valid"],[[588,588],"mapped",[589]],[[589,589],"valid"],[[590,590],"mapped",[591]],[[591,591],"valid"],[[592,680],"valid"],[[681,685],"valid"],[[686,687],"valid"],[[688,688],"mapped",[104]],[[689,689],"mapped",[614]],[[690,690],"mapped",[106]],[[691,691],"mapped",[114]],[[692,692],"mapped",[633]],[[693,693],"mapped",[635]],[[694,694],"mapped",[641]],[[695,695],"mapped",[119]],[[696,696],"mapped",[121]],[[697,705],"valid"],[[706,709],"valid",[],"NV8"],[[710,721],"valid"],[[722,727],"valid",[],"NV8"],[[728,728],"disallowed_STD3_mapped",[32,774]],[[729,729],"disallowed_STD3_mapped",[32,775]],[[730,730],"disallowed_STD3_mapped",[32,778]],[[731,731],"disallowed_STD3_mapped",[32,808]],[[732,732],"disallowed_STD3_mapped",[32,771]],[[733,733],"disallowed_STD3_mapped",[32,779]],[[734,734],"valid",[],"NV8"],[[735,735],"valid",[],"NV8"],[[736,736],"mapped",[611]],[[737,737],"mapped",[108]],[[738,738],"mapped",[115]],[[739,739],"mapped",[120]],[[740,740],"mapped",[661]],[[741,745],"valid",[],"NV8"],[[746,747],"valid",[],"NV8"],[[748,748],"valid"],[[749,749],"valid",[],"NV8"],[[750,750],"valid"],[[751,767],"valid",[],"NV8"],[[768,831],"valid"],[[832,832],"mapped",[768]],[[833,833],"mapped",[769]],[[834,834],"valid"],[[835,835],"mapped",[787]],[[836,836],"mapped",[776,769]],[[837,837],"mapped",[953]],[[838,846],"valid"],[[847,847],"ignored"],[[848,855],"valid"],[[856,860],"valid"],[[861,863],"valid"],[[864,865],"valid"],[[866,866],"valid"],[[867,879],"valid"],[[880,880],"mapped",[881]],[[881,881],"valid"],[[882,882],"mapped",[883]],[[883,883],"valid"],[[884,884],"mapped",[697]],[[885,885],"valid"],[[886,886],"mapped",[887]],[[887,887],"valid"],[[888,889],"disallowed"],[[890,890],"disallowed_STD3_mapped",[32,953]],[[891,893],"valid"],[[894,894],"disallowed_STD3_mapped",[59]],[[895,895],"mapped",[1011]],[[896,899],"disallowed"],[[900,900],"disallowed_STD3_mapped",[32,769]],[[901,901],"disallowed_STD3_mapped",[32,776,769]],[[902,902],"mapped",[940]],[[903,903],"mapped",[183]],[[904,904],"mapped",[941]],[[905,905],"mapped",[942]],[[906,906],"mapped",[943]],[[907,907],"disallowed"],[[908,908],"mapped",[972]],[[909,909],"disallowed"],[[910,910],"mapped",[973]],[[911,911],"mapped",[974]],[[912,912],"valid"],[[913,913],"mapped",[945]],[[914,914],"mapped",[946]],[[915,915],"mapped",[947]],[[916,916],"mapped",[948]],[[917,917],"mapped",[949]],[[918,918],"mapped",[950]],[[919,919],"mapped",[951]],[[920,920],"mapped",[952]],[[921,921],"mapped",[953]],[[922,922],"mapped",[954]],[[923,923],"mapped",[955]],[[924,924],"mapped",[956]],[[925,925],"mapped",[957]],[[926,926],"mapped",[958]],[[927,927],"mapped",[959]],[[928,928],"mapped",[960]],[[929,929],"mapped",[961]],[[930,930],"disallowed"],[[931,931],"mapped",[963]],[[932,932],"mapped",[964]],[[933,933],"mapped",[965]],[[934,934],"mapped",[966]],[[935,935],"mapped",[967]],[[936,936],"mapped",[968]],[[937,937],"mapped",[969]],[[938,938],"mapped",[970]],[[939,939],"mapped",[971]],[[940,961],"valid"],[[962,962],"deviation",[963]],[[963,974],"valid"],[[975,975],"mapped",[983]],[[976,976],"mapped",[946]],[[977,977],"mapped",[952]],[[978,978],"mapped",[965]],[[979,979],"mapped",[973]],[[980,980],"mapped",[971]],[[981,981],"mapped",[966]],[[982,982],"mapped",[960]],[[983,983],"valid"],[[984,984],"mapped",[985]],[[985,985],"valid"],[[986,986],"mapped",[987]],[[987,987],"valid"],[[988,988],"mapped",[989]],[[989,989],"valid"],[[990,990],"mapped",[991]],[[991,991],"valid"],[[992,992],"mapped",[993]],[[993,993],"valid"],[[994,994],"mapped",[995]],[[995,995],"valid"],[[996,996],"mapped",[997]],[[997,997],"valid"],[[998,998],"mapped",[999]],[[999,999],"valid"],[[1000,1000],"mapped",[1001]],[[1001,1001],"valid"],[[1002,1002],"mapped",[1003]],[[1003,1003],"valid"],[[1004,1004],"mapped",[1005]],[[1005,1005],"valid"],[[1006,1006],"mapped",[1007]],[[1007,1007],"valid"],[[1008,1008],"mapped",[954]],[[1009,1009],"mapped",[961]],[[1010,1010],"mapped",[963]],[[1011,1011],"valid"],[[1012,1012],"mapped",[952]],[[1013,1013],"mapped",[949]],[[1014,1014],"valid",[],"NV8"],[[1015,1015],"mapped",[1016]],[[1016,1016],"valid"],[[1017,1017],"mapped",[963]],[[1018,1018],"mapped",[1019]],[[1019,1019],"valid"],[[1020,1020],"valid"],[[1021,1021],"mapped",[891]],[[1022,1022],"mapped",[892]],[[1023,1023],"mapped",[893]],[[1024,1024],"mapped",[1104]],[[1025,1025],"mapped",[1105]],[[1026,1026],"mapped",[1106]],[[1027,1027],"mapped",[1107]],[[1028,1028],"mapped",[1108]],[[1029,1029],"mapped",[1109]],[[1030,1030],"mapped",[1110]],[[1031,1031],"mapped",[1111]],[[1032,1032],"mapped",[1112]],[[1033,1033],"mapped",[1113]],[[1034,1034],"mapped",[1114]],[[1035,1035],"mapped",[1115]],[[1036,1036],"mapped",[1116]],[[1037,1037],"mapped",[1117]],[[1038,1038],"mapped",[1118]],[[1039,1039],"mapped",[1119]],[[1040,1040],"mapped",[1072]],[[1041,1041],"mapped",[1073]],[[1042,1042],"mapped",[1074]],[[1043,1043],"mapped",[1075]],[[1044,1044],"mapped",[1076]],[[1045,1045],"mapped",[1077]],[[1046,1046],"mapped",[1078]],[[1047,1047],"mapped",[1079]],[[1048,1048],"mapped",[1080]],[[1049,1049],"mapped",[1081]],[[1050,1050],"mapped",[1082]],[[1051,1051],"mapped",[1083]],[[1052,1052],"mapped",[1084]],[[1053,1053],"mapped",[1085]],[[1054,1054],"mapped",[1086]],[[1055,1055],"mapped",[1087]],[[1056,1056],"mapped",[1088]],[[1057,1057],"mapped",[1089]],[[1058,1058],"mapped",[1090]],[[1059,1059],"mapped",[1091]],[[1060,1060],"mapped",[1092]],[[1061,1061],"mapped",[1093]],[[1062,1062],"mapped",[1094]],[[1063,1063],"mapped",[1095]],[[1064,1064],"mapped",[1096]],[[1065,1065],"mapped",[1097]],[[1066,1066],"mapped",[1098]],[[1067,1067],"mapped",[1099]],[[1068,1068],"mapped",[1100]],[[1069,1069],"mapped",[1101]],[[1070,1070],"mapped",[1102]],[[1071,1071],"mapped",[1103]],[[1072,1103],"valid"],[[1104,1104],"valid"],[[1105,1116],"valid"],[[1117,1117],"valid"],[[1118,1119],"valid"],[[1120,1120],"mapped",[1121]],[[1121,1121],"valid"],[[1122,1122],"mapped",[1123]],[[1123,1123],"valid"],[[1124,1124],"mapped",[1125]],[[1125,1125],"valid"],[[1126,1126],"mapped",[1127]],[[1127,1127],"valid"],[[1128,1128],"mapped",[1129]],[[1129,1129],"valid"],[[1130,1130],"mapped",[1131]],[[1131,1131],"valid"],[[1132,1132],"mapped",[1133]],[[1133,1133],"valid"],[[1134,1134],"mapped",[1135]],[[1135,1135],"valid"],[[1136,1136],"mapped",[1137]],[[1137,1137],"valid"],[[1138,1138],"mapped",[1139]],[[1139,1139],"valid"],[[1140,1140],"mapped",[1141]],[[1141,1141],"valid"],[[1142,1142],"mapped",[1143]],[[1143,1143],"valid"],[[1144,1144],"mapped",[1145]],[[1145,1145],"valid"],[[1146,1146],"mapped",[1147]],[[1147,1147],"valid"],[[1148,1148],"mapped",[1149]],[[1149,1149],"valid"],[[1150,1150],"mapped",[1151]],[[1151,1151],"valid"],[[1152,1152],"mapped",[1153]],[[1153,1153],"valid"],[[1154,1154],"valid",[],"NV8"],[[1155,1158],"valid"],[[1159,1159],"valid"],[[1160,1161],"valid",[],"NV8"],[[1162,1162],"mapped",[1163]],[[1163,1163],"valid"],[[1164,1164],"mapped",[1165]],[[1165,1165],"valid"],[[1166,1166],"mapped",[1167]],[[1167,1167],"valid"],[[1168,1168],"mapped",[1169]],[[1169,1169],"valid"],[[1170,1170],"mapped",[1171]],[[1171,1171],"valid"],[[1172,1172],"mapped",[1173]],[[1173,1173],"valid"],[[1174,1174],"mapped",[1175]],[[1175,1175],"valid"],[[1176,1176],"mapped",[1177]],[[1177,1177],"valid"],[[1178,1178],"mapped",[1179]],[[1179,1179],"valid"],[[1180,1180],"mapped",[1181]],[[1181,1181],"valid"],[[1182,1182],"mapped",[1183]],[[1183,1183],"valid"],[[1184,1184],"mapped",[1185]],[[1185,1185],"valid"],[[1186,1186],"mapped",[1187]],[[1187,1187],"valid"],[[1188,1188],"mapped",[1189]],[[1189,1189],"valid"],[[1190,1190],"mapped",[1191]],[[1191,1191],"valid"],[[1192,1192],"mapped",[1193]],[[1193,1193],"valid"],[[1194,1194],"mapped",[1195]],[[1195,1195],"valid"],[[1196,1196],"mapped",[1197]],[[1197,1197],"valid"],[[1198,1198],"mapped",[1199]],[[1199,1199],"valid"],[[1200,1200],"mapped",[1201]],[[1201,1201],"valid"],[[1202,1202],"mapped",[1203]],[[1203,1203],"valid"],[[1204,1204],"mapped",[1205]],[[1205,1205],"valid"],[[1206,1206],"mapped",[1207]],[[1207,1207],"valid"],[[1208,1208],"mapped",[1209]],[[1209,1209],"valid"],[[1210,1210],"mapped",[1211]],[[1211,1211],"valid"],[[1212,1212],"mapped",[1213]],[[1213,1213],"valid"],[[1214,1214],"mapped",[1215]],[[1215,1215],"valid"],[[1216,1216],"disallowed"],[[1217,1217],"mapped",[1218]],[[1218,1218],"valid"],[[1219,1219],"mapped",[1220]],[[1220,1220],"valid"],[[1221,1221],"mapped",[1222]],[[1222,1222],"valid"],[[1223,1223],"mapped",[1224]],[[1224,1224],"valid"],[[1225,1225],"mapped",[1226]],[[1226,1226],"valid"],[[1227,1227],"mapped",[1228]],[[1228,1228],"valid"],[[1229,1229],"mapped",[1230]],[[1230,1230],"valid"],[[1231,1231],"valid"],[[1232,1232],"mapped",[1233]],[[1233,1233],"valid"],[[1234,1234],"mapped",[1235]],[[1235,1235],"valid"],[[1236,1236],"mapped",[1237]],[[1237,1237],"valid"],[[1238,1238],"mapped",[1239]],[[1239,1239],"valid"],[[1240,1240],"mapped",[1241]],[[1241,1241],"valid"],[[1242,1242],"mapped",[1243]],[[1243,1243],"valid"],[[1244,1244],"mapped",[1245]],[[1245,1245],"valid"],[[1246,1246],"mapped",[1247]],[[1247,1247],"valid"],[[1248,1248],"mapped",[1249]],[[1249,1249],"valid"],[[1250,1250],"mapped",[1251]],[[1251,1251],"valid"],[[1252,1252],"mapped",[1253]],[[1253,1253],"valid"],[[1254,1254],"mapped",[1255]],[[1255,1255],"valid"],[[1256,1256],"mapped",[1257]],[[1257,1257],"valid"],[[1258,1258],"mapped",[1259]],[[1259,1259],"valid"],[[1260,1260],"mapped",[1261]],[[1261,1261],"valid"],[[1262,1262],"mapped",[1263]],[[1263,1263],"valid"],[[1264,1264],"mapped",[1265]],[[1265,1265],"valid"],[[1266,1266],"mapped",[1267]],[[1267,1267],"valid"],[[1268,1268],"mapped",[1269]],[[1269,1269],"valid"],[[1270,1270],"mapped",[1271]],[[1271,1271],"valid"],[[1272,1272],"mapped",[1273]],[[1273,1273],"valid"],[[1274,1274],"mapped",[1275]],[[1275,1275],"valid"],[[1276,1276],"mapped",[1277]],[[1277,1277],"valid"],[[1278,1278],"mapped",[1279]],[[1279,1279],"valid"],[[1280,1280],"mapped",[1281]],[[1281,1281],"valid"],[[1282,1282],"mapped",[1283]],[[1283,1283],"valid"],[[1284,1284],"mapped",[1285]],[[1285,1285],"valid"],[[1286,1286],"mapped",[1287]],[[1287,1287],"valid"],[[1288,1288],"mapped",[1289]],[[1289,1289],"valid"],[[1290,1290],"mapped",[1291]],[[1291,1291],"valid"],[[1292,1292],"mapped",[1293]],[[1293,1293],"valid"],[[1294,1294],"mapped",[1295]],[[1295,1295],"valid"],[[1296,1296],"mapped",[1297]],[[1297,1297],"valid"],[[1298,1298],"mapped",[1299]],[[1299,1299],"valid"],[[1300,1300],"mapped",[1301]],[[1301,1301],"valid"],[[1302,1302],"mapped",[1303]],[[1303,1303],"valid"],[[1304,1304],"mapped",[1305]],[[1305,1305],"valid"],[[1306,1306],"mapped",[1307]],[[1307,1307],"valid"],[[1308,1308],"mapped",[1309]],[[1309,1309],"valid"],[[1310,1310],"mapped",[1311]],[[1311,1311],"valid"],[[1312,1312],"mapped",[1313]],[[1313,1313],"valid"],[[1314,1314],"mapped",[1315]],[[1315,1315],"valid"],[[1316,1316],"mapped",[1317]],[[1317,1317],"valid"],[[1318,1318],"mapped",[1319]],[[1319,1319],"valid"],[[1320,1320],"mapped",[1321]],[[1321,1321],"valid"],[[1322,1322],"mapped",[1323]],[[1323,1323],"valid"],[[1324,1324],"mapped",[1325]],[[1325,1325],"valid"],[[1326,1326],"mapped",[1327]],[[1327,1327],"valid"],[[1328,1328],"disallowed"],[[1329,1329],"mapped",[1377]],[[1330,1330],"mapped",[1378]],[[1331,1331],"mapped",[1379]],[[1332,1332],"mapped",[1380]],[[1333,1333],"mapped",[1381]],[[1334,1334],"mapped",[1382]],[[1335,1335],"mapped",[1383]],[[1336,1336],"mapped",[1384]],[[1337,1337],"mapped",[1385]],[[1338,1338],"mapped",[1386]],[[1339,1339],"mapped",[1387]],[[1340,1340],"mapped",[1388]],[[1341,1341],"mapped",[1389]],[[1342,1342],"mapped",[1390]],[[1343,1343],"mapped",[1391]],[[1344,1344],"mapped",[1392]],[[1345,1345],"mapped",[1393]],[[1346,1346],"mapped",[1394]],[[1347,1347],"mapped",[1395]],[[1348,1348],"mapped",[1396]],[[1349,1349],"mapped",[1397]],[[1350,1350],"mapped",[1398]],[[1351,1351],"mapped",[1399]],[[1352,1352],"mapped",[1400]],[[1353,1353],"mapped",[1401]],[[1354,1354],"mapped",[1402]],[[1355,1355],"mapped",[1403]],[[1356,1356],"mapped",[1404]],[[1357,1357],"mapped",[1405]],[[1358,1358],"mapped",[1406]],[[1359,1359],"mapped",[1407]],[[1360,1360],"mapped",[1408]],[[1361,1361],"mapped",[1409]],[[1362,1362],"mapped",[1410]],[[1363,1363],"mapped",[1411]],[[1364,1364],"mapped",[1412]],[[1365,1365],"mapped",[1413]],[[1366,1366],"mapped",[1414]],[[1367,1368],"disallowed"],[[1369,1369],"valid"],[[1370,1375],"valid",[],"NV8"],[[1376,1376],"disallowed"],[[1377,1414],"valid"],[[1415,1415],"mapped",[1381,1410]],[[1416,1416],"disallowed"],[[1417,1417],"valid",[],"NV8"],[[1418,1418],"valid",[],"NV8"],[[1419,1420],"disallowed"],[[1421,1422],"valid",[],"NV8"],[[1423,1423],"valid",[],"NV8"],[[1424,1424],"disallowed"],[[1425,1441],"valid"],[[1442,1442],"valid"],[[1443,1455],"valid"],[[1456,1465],"valid"],[[1466,1466],"valid"],[[1467,1469],"valid"],[[1470,1470],"valid",[],"NV8"],[[1471,1471],"valid"],[[1472,1472],"valid",[],"NV8"],[[1473,1474],"valid"],[[1475,1475],"valid",[],"NV8"],[[1476,1476],"valid"],[[1477,1477],"valid"],[[1478,1478],"valid",[],"NV8"],[[1479,1479],"valid"],[[1480,1487],"disallowed"],[[1488,1514],"valid"],[[1515,1519],"disallowed"],[[1520,1524],"valid"],[[1525,1535],"disallowed"],[[1536,1539],"disallowed"],[[1540,1540],"disallowed"],[[1541,1541],"disallowed"],[[1542,1546],"valid",[],"NV8"],[[1547,1547],"valid",[],"NV8"],[[1548,1548],"valid",[],"NV8"],[[1549,1551],"valid",[],"NV8"],[[1552,1557],"valid"],[[1558,1562],"valid"],[[1563,1563],"valid",[],"NV8"],[[1564,1564],"disallowed"],[[1565,1565],"disallowed"],[[1566,1566],"valid",[],"NV8"],[[1567,1567],"valid",[],"NV8"],[[1568,1568],"valid"],[[1569,1594],"valid"],[[1595,1599],"valid"],[[1600,1600],"valid",[],"NV8"],[[1601,1618],"valid"],[[1619,1621],"valid"],[[1622,1624],"valid"],[[1625,1630],"valid"],[[1631,1631],"valid"],[[1632,1641],"valid"],[[1642,1645],"valid",[],"NV8"],[[1646,1647],"valid"],[[1648,1652],"valid"],[[1653,1653],"mapped",[1575,1652]],[[1654,1654],"mapped",[1608,1652]],[[1655,1655],"mapped",[1735,1652]],[[1656,1656],"mapped",[1610,1652]],[[1657,1719],"valid"],[[1720,1721],"valid"],[[1722,1726],"valid"],[[1727,1727],"valid"],[[1728,1742],"valid"],[[1743,1743],"valid"],[[1744,1747],"valid"],[[1748,1748],"valid",[],"NV8"],[[1749,1756],"valid"],[[1757,1757],"disallowed"],[[1758,1758],"valid",[],"NV8"],[[1759,1768],"valid"],[[1769,1769],"valid",[],"NV8"],[[1770,1773],"valid"],[[1774,1775],"valid"],[[1776,1785],"valid"],[[1786,1790],"valid"],[[1791,1791],"valid"],[[1792,1805],"valid",[],"NV8"],[[1806,1806],"disallowed"],[[1807,1807],"disallowed"],[[1808,1836],"valid"],[[1837,1839],"valid"],[[1840,1866],"valid"],[[1867,1868],"disallowed"],[[1869,1871],"valid"],[[1872,1901],"valid"],[[1902,1919],"valid"],[[1920,1968],"valid"],[[1969,1969],"valid"],[[1970,1983],"disallowed"],[[1984,2037],"valid"],[[2038,2042],"valid",[],"NV8"],[[2043,2047],"disallowed"],[[2048,2093],"valid"],[[2094,2095],"disallowed"],[[2096,2110],"valid",[],"NV8"],[[2111,2111],"disallowed"],[[2112,2139],"valid"],[[2140,2141],"disallowed"],[[2142,2142],"valid",[],"NV8"],[[2143,2207],"disallowed"],[[2208,2208],"valid"],[[2209,2209],"valid"],[[2210,2220],"valid"],[[2221,2226],"valid"],[[2227,2228],"valid"],[[2229,2274],"disallowed"],[[2275,2275],"valid"],[[2276,2302],"valid"],[[2303,2303],"valid"],[[2304,2304],"valid"],[[2305,2307],"valid"],[[2308,2308],"valid"],[[2309,2361],"valid"],[[2362,2363],"valid"],[[2364,2381],"valid"],[[2382,2382],"valid"],[[2383,2383],"valid"],[[2384,2388],"valid"],[[2389,2389],"valid"],[[2390,2391],"valid"],[[2392,2392],"mapped",[2325,2364]],[[2393,2393],"mapped",[2326,2364]],[[2394,2394],"mapped",[2327,2364]],[[2395,2395],"mapped",[2332,2364]],[[2396,2396],"mapped",[2337,2364]],[[2397,2397],"mapped",[2338,2364]],[[2398,2398],"mapped",[2347,2364]],[[2399,2399],"mapped",[2351,2364]],[[2400,2403],"valid"],[[2404,2405],"valid",[],"NV8"],[[2406,2415],"valid"],[[2416,2416],"valid",[],"NV8"],[[2417,2418],"valid"],[[2419,2423],"valid"],[[2424,2424],"valid"],[[2425,2426],"valid"],[[2427,2428],"valid"],[[2429,2429],"valid"],[[2430,2431],"valid"],[[2432,2432],"valid"],[[2433,2435],"valid"],[[2436,2436],"disallowed"],[[2437,2444],"valid"],[[2445,2446],"disallowed"],[[2447,2448],"valid"],[[2449,2450],"disallowed"],[[2451,2472],"valid"],[[2473,2473],"disallowed"],[[2474,2480],"valid"],[[2481,2481],"disallowed"],[[2482,2482],"valid"],[[2483,2485],"disallowed"],[[2486,2489],"valid"],[[2490,2491],"disallowed"],[[2492,2492],"valid"],[[2493,2493],"valid"],[[2494,2500],"valid"],[[2501,2502],"disallowed"],[[2503,2504],"valid"],[[2505,2506],"disallowed"],[[2507,2509],"valid"],[[2510,2510],"valid"],[[2511,2518],"disallowed"],[[2519,2519],"valid"],[[2520,2523],"disallowed"],[[2524,2524],"mapped",[2465,2492]],[[2525,2525],"mapped",[2466,2492]],[[2526,2526],"disallowed"],[[2527,2527],"mapped",[2479,2492]],[[2528,2531],"valid"],[[2532,2533],"disallowed"],[[2534,2545],"valid"],[[2546,2554],"valid",[],"NV8"],[[2555,2555],"valid",[],"NV8"],[[2556,2560],"disallowed"],[[2561,2561],"valid"],[[2562,2562],"valid"],[[2563,2563],"valid"],[[2564,2564],"disallowed"],[[2565,2570],"valid"],[[2571,2574],"disallowed"],[[2575,2576],"valid"],[[2577,2578],"disallowed"],[[2579,2600],"valid"],[[2601,2601],"disallowed"],[[2602,2608],"valid"],[[2609,2609],"disallowed"],[[2610,2610],"valid"],[[2611,2611],"mapped",[2610,2620]],[[2612,2612],"disallowed"],[[2613,2613],"valid"],[[2614,2614],"mapped",[2616,2620]],[[2615,2615],"disallowed"],[[2616,2617],"valid"],[[2618,2619],"disallowed"],[[2620,2620],"valid"],[[2621,2621],"disallowed"],[[2622,2626],"valid"],[[2627,2630],"disallowed"],[[2631,2632],"valid"],[[2633,2634],"disallowed"],[[2635,2637],"valid"],[[2638,2640],"disallowed"],[[2641,2641],"valid"],[[2642,2648],"disallowed"],[[2649,2649],"mapped",[2582,2620]],[[2650,2650],"mapped",[2583,2620]],[[2651,2651],"mapped",[2588,2620]],[[2652,2652],"valid"],[[2653,2653],"disallowed"],[[2654,2654],"mapped",[2603,2620]],[[2655,2661],"disallowed"],[[2662,2676],"valid"],[[2677,2677],"valid"],[[2678,2688],"disallowed"],[[2689,2691],"valid"],[[2692,2692],"disallowed"],[[2693,2699],"valid"],[[2700,2700],"valid"],[[2701,2701],"valid"],[[2702,2702],"disallowed"],[[2703,2705],"valid"],[[2706,2706],"disallowed"],[[2707,2728],"valid"],[[2729,2729],"disallowed"],[[2730,2736],"valid"],[[2737,2737],"disallowed"],[[2738,2739],"valid"],[[2740,2740],"disallowed"],[[2741,2745],"valid"],[[2746,2747],"disallowed"],[[2748,2757],"valid"],[[2758,2758],"disallowed"],[[2759,2761],"valid"],[[2762,2762],"disallowed"],[[2763,2765],"valid"],[[2766,2767],"disallowed"],[[2768,2768],"valid"],[[2769,2783],"disallowed"],[[2784,2784],"valid"],[[2785,2787],"valid"],[[2788,2789],"disallowed"],[[2790,2799],"valid"],[[2800,2800],"valid",[],"NV8"],[[2801,2801],"valid",[],"NV8"],[[2802,2808],"disallowed"],[[2809,2809],"valid"],[[2810,2816],"disallowed"],[[2817,2819],"valid"],[[2820,2820],"disallowed"],[[2821,2828],"valid"],[[2829,2830],"disallowed"],[[2831,2832],"valid"],[[2833,2834],"disallowed"],[[2835,2856],"valid"],[[2857,2857],"disallowed"],[[2858,2864],"valid"],[[2865,2865],"disallowed"],[[2866,2867],"valid"],[[2868,2868],"disallowed"],[[2869,2869],"valid"],[[2870,2873],"valid"],[[2874,2875],"disallowed"],[[2876,2883],"valid"],[[2884,2884],"valid"],[[2885,2886],"disallowed"],[[2887,2888],"valid"],[[2889,2890],"disallowed"],[[2891,2893],"valid"],[[2894,2901],"disallowed"],[[2902,2903],"valid"],[[2904,2907],"disallowed"],[[2908,2908],"mapped",[2849,2876]],[[2909,2909],"mapped",[2850,2876]],[[2910,2910],"disallowed"],[[2911,2913],"valid"],[[2914,2915],"valid"],[[2916,2917],"disallowed"],[[2918,2927],"valid"],[[2928,2928],"valid",[],"NV8"],[[2929,2929],"valid"],[[2930,2935],"valid",[],"NV8"],[[2936,2945],"disallowed"],[[2946,2947],"valid"],[[2948,2948],"disallowed"],[[2949,2954],"valid"],[[2955,2957],"disallowed"],[[2958,2960],"valid"],[[2961,2961],"disallowed"],[[2962,2965],"valid"],[[2966,2968],"disallowed"],[[2969,2970],"valid"],[[2971,2971],"disallowed"],[[2972,2972],"valid"],[[2973,2973],"disallowed"],[[2974,2975],"valid"],[[2976,2978],"disallowed"],[[2979,2980],"valid"],[[2981,2983],"disallowed"],[[2984,2986],"valid"],[[2987,2989],"disallowed"],[[2990,2997],"valid"],[[2998,2998],"valid"],[[2999,3001],"valid"],[[3002,3005],"disallowed"],[[3006,3010],"valid"],[[3011,3013],"disallowed"],[[3014,3016],"valid"],[[3017,3017],"disallowed"],[[3018,3021],"valid"],[[3022,3023],"disallowed"],[[3024,3024],"valid"],[[3025,3030],"disallowed"],[[3031,3031],"valid"],[[3032,3045],"disallowed"],[[3046,3046],"valid"],[[3047,3055],"valid"],[[3056,3058],"valid",[],"NV8"],[[3059,3066],"valid",[],"NV8"],[[3067,3071],"disallowed"],[[3072,3072],"valid"],[[3073,3075],"valid"],[[3076,3076],"disallowed"],[[3077,3084],"valid"],[[3085,3085],"disallowed"],[[3086,3088],"valid"],[[3089,3089],"disallowed"],[[3090,3112],"valid"],[[3113,3113],"disallowed"],[[3114,3123],"valid"],[[3124,3124],"valid"],[[3125,3129],"valid"],[[3130,3132],"disallowed"],[[3133,3133],"valid"],[[3134,3140],"valid"],[[3141,3141],"disallowed"],[[3142,3144],"valid"],[[3145,3145],"disallowed"],[[3146,3149],"valid"],[[3150,3156],"disallowed"],[[3157,3158],"valid"],[[3159,3159],"disallowed"],[[3160,3161],"valid"],[[3162,3162],"valid"],[[3163,3167],"disallowed"],[[3168,3169],"valid"],[[3170,3171],"valid"],[[3172,3173],"disallowed"],[[3174,3183],"valid"],[[3184,3191],"disallowed"],[[3192,3199],"valid",[],"NV8"],[[3200,3200],"disallowed"],[[3201,3201],"valid"],[[3202,3203],"valid"],[[3204,3204],"disallowed"],[[3205,3212],"valid"],[[3213,3213],"disallowed"],[[3214,3216],"valid"],[[3217,3217],"disallowed"],[[3218,3240],"valid"],[[3241,3241],"disallowed"],[[3242,3251],"valid"],[[3252,3252],"disallowed"],[[3253,3257],"valid"],[[3258,3259],"disallowed"],[[3260,3261],"valid"],[[3262,3268],"valid"],[[3269,3269],"disallowed"],[[3270,3272],"valid"],[[3273,3273],"disallowed"],[[3274,3277],"valid"],[[3278,3284],"disallowed"],[[3285,3286],"valid"],[[3287,3293],"disallowed"],[[3294,3294],"valid"],[[3295,3295],"disallowed"],[[3296,3297],"valid"],[[3298,3299],"valid"],[[3300,3301],"disallowed"],[[3302,3311],"valid"],[[3312,3312],"disallowed"],[[3313,3314],"valid"],[[3315,3328],"disallowed"],[[3329,3329],"valid"],[[3330,3331],"valid"],[[3332,3332],"disallowed"],[[3333,3340],"valid"],[[3341,3341],"disallowed"],[[3342,3344],"valid"],[[3345,3345],"disallowed"],[[3346,3368],"valid"],[[3369,3369],"valid"],[[3370,3385],"valid"],[[3386,3386],"valid"],[[3387,3388],"disallowed"],[[3389,3389],"valid"],[[3390,3395],"valid"],[[3396,3396],"valid"],[[3397,3397],"disallowed"],[[3398,3400],"valid"],[[3401,3401],"disallowed"],[[3402,3405],"valid"],[[3406,3406],"valid"],[[3407,3414],"disallowed"],[[3415,3415],"valid"],[[3416,3422],"disallowed"],[[3423,3423],"valid"],[[3424,3425],"valid"],[[3426,3427],"valid"],[[3428,3429],"disallowed"],[[3430,3439],"valid"],[[3440,3445],"valid",[],"NV8"],[[3446,3448],"disallowed"],[[3449,3449],"valid",[],"NV8"],[[3450,3455],"valid"],[[3456,3457],"disallowed"],[[3458,3459],"valid"],[[3460,3460],"disallowed"],[[3461,3478],"valid"],[[3479,3481],"disallowed"],[[3482,3505],"valid"],[[3506,3506],"disallowed"],[[3507,3515],"valid"],[[3516,3516],"disallowed"],[[3517,3517],"valid"],[[3518,3519],"disallowed"],[[3520,3526],"valid"],[[3527,3529],"disallowed"],[[3530,3530],"valid"],[[3531,3534],"disallowed"],[[3535,3540],"valid"],[[3541,3541],"disallowed"],[[3542,3542],"valid"],[[3543,3543],"disallowed"],[[3544,3551],"valid"],[[3552,3557],"disallowed"],[[3558,3567],"valid"],[[3568,3569],"disallowed"],[[3570,3571],"valid"],[[3572,3572],"valid",[],"NV8"],[[3573,3584],"disallowed"],[[3585,3634],"valid"],[[3635,3635],"mapped",[3661,3634]],[[3636,3642],"valid"],[[3643,3646],"disallowed"],[[3647,3647],"valid",[],"NV8"],[[3648,3662],"valid"],[[3663,3663],"valid",[],"NV8"],[[3664,3673],"valid"],[[3674,3675],"valid",[],"NV8"],[[3676,3712],"disallowed"],[[3713,3714],"valid"],[[3715,3715],"disallowed"],[[3716,3716],"valid"],[[3717,3718],"disallowed"],[[3719,3720],"valid"],[[3721,3721],"disallowed"],[[3722,3722],"valid"],[[3723,3724],"disallowed"],[[3725,3725],"valid"],[[3726,3731],"disallowed"],[[3732,3735],"valid"],[[3736,3736],"disallowed"],[[3737,3743],"valid"],[[3744,3744],"disallowed"],[[3745,3747],"valid"],[[3748,3748],"disallowed"],[[3749,3749],"valid"],[[3750,3750],"disallowed"],[[3751,3751],"valid"],[[3752,3753],"disallowed"],[[3754,3755],"valid"],[[3756,3756],"disallowed"],[[3757,3762],"valid"],[[3763,3763],"mapped",[3789,3762]],[[3764,3769],"valid"],[[3770,3770],"disallowed"],[[3771,3773],"valid"],[[3774,3775],"disallowed"],[[3776,3780],"valid"],[[3781,3781],"disallowed"],[[3782,3782],"valid"],[[3783,3783],"disallowed"],[[3784,3789],"valid"],[[3790,3791],"disallowed"],[[3792,3801],"valid"],[[3802,3803],"disallowed"],[[3804,3804],"mapped",[3755,3737]],[[3805,3805],"mapped",[3755,3745]],[[3806,3807],"valid"],[[3808,3839],"disallowed"],[[3840,3840],"valid"],[[3841,3850],"valid",[],"NV8"],[[3851,3851],"valid"],[[3852,3852],"mapped",[3851]],[[3853,3863],"valid",[],"NV8"],[[3864,3865],"valid"],[[3866,3871],"valid",[],"NV8"],[[3872,3881],"valid"],[[3882,3892],"valid",[],"NV8"],[[3893,3893],"valid"],[[3894,3894],"valid",[],"NV8"],[[3895,3895],"valid"],[[3896,3896],"valid",[],"NV8"],[[3897,3897],"valid"],[[3898,3901],"valid",[],"NV8"],[[3902,3906],"valid"],[[3907,3907],"mapped",[3906,4023]],[[3908,3911],"valid"],[[3912,3912],"disallowed"],[[3913,3916],"valid"],[[3917,3917],"mapped",[3916,4023]],[[3918,3921],"valid"],[[3922,3922],"mapped",[3921,4023]],[[3923,3926],"valid"],[[3927,3927],"mapped",[3926,4023]],[[3928,3931],"valid"],[[3932,3932],"mapped",[3931,4023]],[[3933,3944],"valid"],[[3945,3945],"mapped",[3904,4021]],[[3946,3946],"valid"],[[3947,3948],"valid"],[[3949,3952],"disallowed"],[[3953,3954],"valid"],[[3955,3955],"mapped",[3953,3954]],[[3956,3956],"valid"],[[3957,3957],"mapped",[3953,3956]],[[3958,3958],"mapped",[4018,3968]],[[3959,3959],"mapped",[4018,3953,3968]],[[3960,3960],"mapped",[4019,3968]],[[3961,3961],"mapped",[4019,3953,3968]],[[3962,3968],"valid"],[[3969,3969],"mapped",[3953,3968]],[[3970,3972],"valid"],[[3973,3973],"valid",[],"NV8"],[[3974,3979],"valid"],[[3980,3983],"valid"],[[3984,3986],"valid"],[[3987,3987],"mapped",[3986,4023]],[[3988,3989],"valid"],[[3990,3990],"valid"],[[3991,3991],"valid"],[[3992,3992],"disallowed"],[[3993,3996],"valid"],[[3997,3997],"mapped",[3996,4023]],[[3998,4001],"valid"],[[4002,4002],"mapped",[4001,4023]],[[4003,4006],"valid"],[[4007,4007],"mapped",[4006,4023]],[[4008,4011],"valid"],[[4012,4012],"mapped",[4011,4023]],[[4013,4013],"valid"],[[4014,4016],"valid"],[[4017,4023],"valid"],[[4024,4024],"valid"],[[4025,4025],"mapped",[3984,4021]],[[4026,4028],"valid"],[[4029,4029],"disallowed"],[[4030,4037],"valid",[],"NV8"],[[4038,4038],"valid"],[[4039,4044],"valid",[],"NV8"],[[4045,4045],"disallowed"],[[4046,4046],"valid",[],"NV8"],[[4047,4047],"valid",[],"NV8"],[[4048,4049],"valid",[],"NV8"],[[4050,4052],"valid",[],"NV8"],[[4053,4056],"valid",[],"NV8"],[[4057,4058],"valid",[],"NV8"],[[4059,4095],"disallowed"],[[4096,4129],"valid"],[[4130,4130],"valid"],[[4131,4135],"valid"],[[4136,4136],"valid"],[[4137,4138],"valid"],[[4139,4139],"valid"],[[4140,4146],"valid"],[[4147,4149],"valid"],[[4150,4153],"valid"],[[4154,4159],"valid"],[[4160,4169],"valid"],[[4170,4175],"valid",[],"NV8"],[[4176,4185],"valid"],[[4186,4249],"valid"],[[4250,4253],"valid"],[[4254,4255],"valid",[],"NV8"],[[4256,4293],"disallowed"],[[4294,4294],"disallowed"],[[4295,4295],"mapped",[11559]],[[4296,4300],"disallowed"],[[4301,4301],"mapped",[11565]],[[4302,4303],"disallowed"],[[4304,4342],"valid"],[[4343,4344],"valid"],[[4345,4346],"valid"],[[4347,4347],"valid",[],"NV8"],[[4348,4348],"mapped",[4316]],[[4349,4351],"valid"],[[4352,4441],"valid",[],"NV8"],[[4442,4446],"valid",[],"NV8"],[[4447,4448],"disallowed"],[[4449,4514],"valid",[],"NV8"],[[4515,4519],"valid",[],"NV8"],[[4520,4601],"valid",[],"NV8"],[[4602,4607],"valid",[],"NV8"],[[4608,4614],"valid"],[[4615,4615],"valid"],[[4616,4678],"valid"],[[4679,4679],"valid"],[[4680,4680],"valid"],[[4681,4681],"disallowed"],[[4682,4685],"valid"],[[4686,4687],"disallowed"],[[4688,4694],"valid"],[[4695,4695],"disallowed"],[[4696,4696],"valid"],[[4697,4697],"disallowed"],[[4698,4701],"valid"],[[4702,4703],"disallowed"],[[4704,4742],"valid"],[[4743,4743],"valid"],[[4744,4744],"valid"],[[4745,4745],"disallowed"],[[4746,4749],"valid"],[[4750,4751],"disallowed"],[[4752,4782],"valid"],[[4783,4783],"valid"],[[4784,4784],"valid"],[[4785,4785],"disallowed"],[[4786,4789],"valid"],[[4790,4791],"disallowed"],[[4792,4798],"valid"],[[4799,4799],"disallowed"],[[4800,4800],"valid"],[[4801,4801],"disallowed"],[[4802,4805],"valid"],[[4806,4807],"disallowed"],[[4808,4814],"valid"],[[4815,4815],"valid"],[[4816,4822],"valid"],[[4823,4823],"disallowed"],[[4824,4846],"valid"],[[4847,4847],"valid"],[[4848,4878],"valid"],[[4879,4879],"valid"],[[4880,4880],"valid"],[[4881,4881],"disallowed"],[[4882,4885],"valid"],[[4886,4887],"disallowed"],[[4888,4894],"valid"],[[4895,4895],"valid"],[[4896,4934],"valid"],[[4935,4935],"valid"],[[4936,4954],"valid"],[[4955,4956],"disallowed"],[[4957,4958],"valid"],[[4959,4959],"valid"],[[4960,4960],"valid",[],"NV8"],[[4961,4988],"valid",[],"NV8"],[[4989,4991],"disallowed"],[[4992,5007],"valid"],[[5008,5017],"valid",[],"NV8"],[[5018,5023],"disallowed"],[[5024,5108],"valid"],[[5109,5109],"valid"],[[5110,5111],"disallowed"],[[5112,5112],"mapped",[5104]],[[5113,5113],"mapped",[5105]],[[5114,5114],"mapped",[5106]],[[5115,5115],"mapped",[5107]],[[5116,5116],"mapped",[5108]],[[5117,5117],"mapped",[5109]],[[5118,5119],"disallowed"],[[5120,5120],"valid",[],"NV8"],[[5121,5740],"valid"],[[5741,5742],"valid",[],"NV8"],[[5743,5750],"valid"],[[5751,5759],"valid"],[[5760,5760],"disallowed"],[[5761,5786],"valid"],[[5787,5788],"valid",[],"NV8"],[[5789,5791],"disallowed"],[[5792,5866],"valid"],[[5867,5872],"valid",[],"NV8"],[[5873,5880],"valid"],[[5881,5887],"disallowed"],[[5888,5900],"valid"],[[5901,5901],"disallowed"],[[5902,5908],"valid"],[[5909,5919],"disallowed"],[[5920,5940],"valid"],[[5941,5942],"valid",[],"NV8"],[[5943,5951],"disallowed"],[[5952,5971],"valid"],[[5972,5983],"disallowed"],[[5984,5996],"valid"],[[5997,5997],"disallowed"],[[5998,6000],"valid"],[[6001,6001],"disallowed"],[[6002,6003],"valid"],[[6004,6015],"disallowed"],[[6016,6067],"valid"],[[6068,6069],"disallowed"],[[6070,6099],"valid"],[[6100,6102],"valid",[],"NV8"],[[6103,6103],"valid"],[[6104,6107],"valid",[],"NV8"],[[6108,6108],"valid"],[[6109,6109],"valid"],[[6110,6111],"disallowed"],[[6112,6121],"valid"],[[6122,6127],"disallowed"],[[6128,6137],"valid",[],"NV8"],[[6138,6143],"disallowed"],[[6144,6149],"valid",[],"NV8"],[[6150,6150],"disallowed"],[[6151,6154],"valid",[],"NV8"],[[6155,6157],"ignored"],[[6158,6158],"disallowed"],[[6159,6159],"disallowed"],[[6160,6169],"valid"],[[6170,6175],"disallowed"],[[6176,6263],"valid"],[[6264,6271],"disallowed"],[[6272,6313],"valid"],[[6314,6314],"valid"],[[6315,6319],"disallowed"],[[6320,6389],"valid"],[[6390,6399],"disallowed"],[[6400,6428],"valid"],[[6429,6430],"valid"],[[6431,6431],"disallowed"],[[6432,6443],"valid"],[[6444,6447],"disallowed"],[[6448,6459],"valid"],[[6460,6463],"disallowed"],[[6464,6464],"valid",[],"NV8"],[[6465,6467],"disallowed"],[[6468,6469],"valid",[],"NV8"],[[6470,6509],"valid"],[[6510,6511],"disallowed"],[[6512,6516],"valid"],[[6517,6527],"disallowed"],[[6528,6569],"valid"],[[6570,6571],"valid"],[[6572,6575],"disallowed"],[[6576,6601],"valid"],[[6602,6607],"disallowed"],[[6608,6617],"valid"],[[6618,6618],"valid",[],"XV8"],[[6619,6621],"disallowed"],[[6622,6623],"valid",[],"NV8"],[[6624,6655],"valid",[],"NV8"],[[6656,6683],"valid"],[[6684,6685],"disallowed"],[[6686,6687],"valid",[],"NV8"],[[6688,6750],"valid"],[[6751,6751],"disallowed"],[[6752,6780],"valid"],[[6781,6782],"disallowed"],[[6783,6793],"valid"],[[6794,6799],"disallowed"],[[6800,6809],"valid"],[[6810,6815],"disallowed"],[[6816,6822],"valid",[],"NV8"],[[6823,6823],"valid"],[[6824,6829],"valid",[],"NV8"],[[6830,6831],"disallowed"],[[6832,6845],"valid"],[[6846,6846],"valid",[],"NV8"],[[6847,6911],"disallowed"],[[6912,6987],"valid"],[[6988,6991],"disallowed"],[[6992,7001],"valid"],[[7002,7018],"valid",[],"NV8"],[[7019,7027],"valid"],[[7028,7036],"valid",[],"NV8"],[[7037,7039],"disallowed"],[[7040,7082],"valid"],[[7083,7085],"valid"],[[7086,7097],"valid"],[[7098,7103],"valid"],[[7104,7155],"valid"],[[7156,7163],"disallowed"],[[7164,7167],"valid",[],"NV8"],[[7168,7223],"valid"],[[7224,7226],"disallowed"],[[7227,7231],"valid",[],"NV8"],[[7232,7241],"valid"],[[7242,7244],"disallowed"],[[7245,7293],"valid"],[[7294,7295],"valid",[],"NV8"],[[7296,7359],"disallowed"],[[7360,7367],"valid",[],"NV8"],[[7368,7375],"disallowed"],[[7376,7378],"valid"],[[7379,7379],"valid",[],"NV8"],[[7380,7410],"valid"],[[7411,7414],"valid"],[[7415,7415],"disallowed"],[[7416,7417],"valid"],[[7418,7423],"disallowed"],[[7424,7467],"valid"],[[7468,7468],"mapped",[97]],[[7469,7469],"mapped",[230]],[[7470,7470],"mapped",[98]],[[7471,7471],"valid"],[[7472,7472],"mapped",[100]],[[7473,7473],"mapped",[101]],[[7474,7474],"mapped",[477]],[[7475,7475],"mapped",[103]],[[7476,7476],"mapped",[104]],[[7477,7477],"mapped",[105]],[[7478,7478],"mapped",[106]],[[7479,7479],"mapped",[107]],[[7480,7480],"mapped",[108]],[[7481,7481],"mapped",[109]],[[7482,7482],"mapped",[110]],[[7483,7483],"valid"],[[7484,7484],"mapped",[111]],[[7485,7485],"mapped",[547]],[[7486,7486],"mapped",[112]],[[7487,7487],"mapped",[114]],[[7488,7488],"mapped",[116]],[[7489,7489],"mapped",[117]],[[7490,7490],"mapped",[119]],[[7491,7491],"mapped",[97]],[[7492,7492],"mapped",[592]],[[7493,7493],"mapped",[593]],[[7494,7494],"mapped",[7426]],[[7495,7495],"mapped",[98]],[[7496,7496],"mapped",[100]],[[7497,7497],"mapped",[101]],[[7498,7498],"mapped",[601]],[[7499,7499],"mapped",[603]],[[7500,7500],"mapped",[604]],[[7501,7501],"mapped",[103]],[[7502,7502],"valid"],[[7503,7503],"mapped",[107]],[[7504,7504],"mapped",[109]],[[7505,7505],"mapped",[331]],[[7506,7506],"mapped",[111]],[[7507,7507],"mapped",[596]],[[7508,7508],"mapped",[7446]],[[7509,7509],"mapped",[7447]],[[7510,7510],"mapped",[112]],[[7511,7511],"mapped",[116]],[[7512,7512],"mapped",[117]],[[7513,7513],"mapped",[7453]],[[7514,7514],"mapped",[623]],[[7515,7515],"mapped",[118]],[[7516,7516],"mapped",[7461]],[[7517,7517],"mapped",[946]],[[7518,7518],"mapped",[947]],[[7519,7519],"mapped",[948]],[[7520,7520],"mapped",[966]],[[7521,7521],"mapped",[967]],[[7522,7522],"mapped",[105]],[[7523,7523],"mapped",[114]],[[7524,7524],"mapped",[117]],[[7525,7525],"mapped",[118]],[[7526,7526],"mapped",[946]],[[7527,7527],"mapped",[947]],[[7528,7528],"mapped",[961]],[[7529,7529],"mapped",[966]],[[7530,7530],"mapped",[967]],[[7531,7531],"valid"],[[7532,7543],"valid"],[[7544,7544],"mapped",[1085]],[[7545,7578],"valid"],[[7579,7579],"mapped",[594]],[[7580,7580],"mapped",[99]],[[7581,7581],"mapped",[597]],[[7582,7582],"mapped",[240]],[[7583,7583],"mapped",[604]],[[7584,7584],"mapped",[102]],[[7585,7585],"mapped",[607]],[[7586,7586],"mapped",[609]],[[7587,7587],"mapped",[613]],[[7588,7588],"mapped",[616]],[[7589,7589],"mapped",[617]],[[7590,7590],"mapped",[618]],[[7591,7591],"mapped",[7547]],[[7592,7592],"mapped",[669]],[[7593,7593],"mapped",[621]],[[7594,7594],"mapped",[7557]],[[7595,7595],"mapped",[671]],[[7596,7596],"mapped",[625]],[[7597,7597],"mapped",[624]],[[7598,7598],"mapped",[626]],[[7599,7599],"mapped",[627]],[[7600,7600],"mapped",[628]],[[7601,7601],"mapped",[629]],[[7602,7602],"mapped",[632]],[[7603,7603],"mapped",[642]],[[7604,7604],"mapped",[643]],[[7605,7605],"mapped",[427]],[[7606,7606],"mapped",[649]],[[7607,7607],"mapped",[650]],[[7608,7608],"mapped",[7452]],[[7609,7609],"mapped",[651]],[[7610,7610],"mapped",[652]],[[7611,7611],"mapped",[122]],[[7612,7612],"mapped",[656]],[[7613,7613],"mapped",[657]],[[7614,7614],"mapped",[658]],[[7615,7615],"mapped",[952]],[[7616,7619],"valid"],[[7620,7626],"valid"],[[7627,7654],"valid"],[[7655,7669],"valid"],[[7670,7675],"disallowed"],[[7676,7676],"valid"],[[7677,7677],"valid"],[[7678,7679],"valid"],[[7680,7680],"mapped",[7681]],[[7681,7681],"valid"],[[7682,7682],"mapped",[7683]],[[7683,7683],"valid"],[[7684,7684],"mapped",[7685]],[[7685,7685],"valid"],[[7686,7686],"mapped",[7687]],[[7687,7687],"valid"],[[7688,7688],"mapped",[7689]],[[7689,7689],"valid"],[[7690,7690],"mapped",[7691]],[[7691,7691],"valid"],[[7692,7692],"mapped",[7693]],[[7693,7693],"valid"],[[7694,7694],"mapped",[7695]],[[7695,7695],"valid"],[[7696,7696],"mapped",[7697]],[[7697,7697],"valid"],[[7698,7698],"mapped",[7699]],[[7699,7699],"valid"],[[7700,7700],"mapped",[7701]],[[7701,7701],"valid"],[[7702,7702],"mapped",[7703]],[[7703,7703],"valid"],[[7704,7704],"mapped",[7705]],[[7705,7705],"valid"],[[7706,7706],"mapped",[7707]],[[7707,7707],"valid"],[[7708,7708],"mapped",[7709]],[[7709,7709],"valid"],[[7710,7710],"mapped",[7711]],[[7711,7711],"valid"],[[7712,7712],"mapped",[7713]],[[7713,7713],"valid"],[[7714,7714],"mapped",[7715]],[[7715,7715],"valid"],[[7716,7716],"mapped",[7717]],[[7717,7717],"valid"],[[7718,7718],"mapped",[7719]],[[7719,7719],"valid"],[[7720,7720],"mapped",[7721]],[[7721,7721],"valid"],[[7722,7722],"mapped",[7723]],[[7723,7723],"valid"],[[7724,7724],"mapped",[7725]],[[7725,7725],"valid"],[[7726,7726],"mapped",[7727]],[[7727,7727],"valid"],[[7728,7728],"mapped",[7729]],[[7729,7729],"valid"],[[7730,7730],"mapped",[7731]],[[7731,7731],"valid"],[[7732,7732],"mapped",[7733]],[[7733,7733],"valid"],[[7734,7734],"mapped",[7735]],[[7735,7735],"valid"],[[7736,7736],"mapped",[7737]],[[7737,7737],"valid"],[[7738,7738],"mapped",[7739]],[[7739,7739],"valid"],[[7740,7740],"mapped",[7741]],[[7741,7741],"valid"],[[7742,7742],"mapped",[7743]],[[7743,7743],"valid"],[[7744,7744],"mapped",[7745]],[[7745,7745],"valid"],[[7746,7746],"mapped",[7747]],[[7747,7747],"valid"],[[7748,7748],"mapped",[7749]],[[7749,7749],"valid"],[[7750,7750],"mapped",[7751]],[[7751,7751],"valid"],[[7752,7752],"mapped",[7753]],[[7753,7753],"valid"],[[7754,7754],"mapped",[7755]],[[7755,7755],"valid"],[[7756,7756],"mapped",[7757]],[[7757,7757],"valid"],[[7758,7758],"mapped",[7759]],[[7759,7759],"valid"],[[7760,7760],"mapped",[7761]],[[7761,7761],"valid"],[[7762,7762],"mapped",[7763]],[[7763,7763],"valid"],[[7764,7764],"mapped",[7765]],[[7765,7765],"valid"],[[7766,7766],"mapped",[7767]],[[7767,7767],"valid"],[[7768,7768],"mapped",[7769]],[[7769,7769],"valid"],[[7770,7770],"mapped",[7771]],[[7771,7771],"valid"],[[7772,7772],"mapped",[7773]],[[7773,7773],"valid"],[[7774,7774],"mapped",[7775]],[[7775,7775],"valid"],[[7776,7776],"mapped",[7777]],[[7777,7777],"valid"],[[7778,7778],"mapped",[7779]],[[7779,7779],"valid"],[[7780,7780],"mapped",[7781]],[[7781,7781],"valid"],[[7782,7782],"mapped",[7783]],[[7783,7783],"valid"],[[7784,7784],"mapped",[7785]],[[7785,7785],"valid"],[[7786,7786],"mapped",[7787]],[[7787,7787],"valid"],[[7788,7788],"mapped",[7789]],[[7789,7789],"valid"],[[7790,7790],"mapped",[7791]],[[7791,7791],"valid"],[[7792,7792],"mapped",[7793]],[[7793,7793],"valid"],[[7794,7794],"mapped",[7795]],[[7795,7795],"valid"],[[7796,7796],"mapped",[7797]],[[7797,7797],"valid"],[[7798,7798],"mapped",[7799]],[[7799,7799],"valid"],[[7800,7800],"mapped",[7801]],[[7801,7801],"valid"],[[7802,7802],"mapped",[7803]],[[7803,7803],"valid"],[[7804,7804],"mapped",[7805]],[[7805,7805],"valid"],[[7806,7806],"mapped",[7807]],[[7807,7807],"valid"],[[7808,7808],"mapped",[7809]],[[7809,7809],"valid"],[[7810,7810],"mapped",[7811]],[[7811,7811],"valid"],[[7812,7812],"mapped",[7813]],[[7813,7813],"valid"],[[7814,7814],"mapped",[7815]],[[7815,7815],"valid"],[[7816,7816],"mapped",[7817]],[[7817,7817],"valid"],[[7818,7818],"mapped",[7819]],[[7819,7819],"valid"],[[7820,7820],"mapped",[7821]],[[7821,7821],"valid"],[[7822,7822],"mapped",[7823]],[[7823,7823],"valid"],[[7824,7824],"mapped",[7825]],[[7825,7825],"valid"],[[7826,7826],"mapped",[7827]],[[7827,7827],"valid"],[[7828,7828],"mapped",[7829]],[[7829,7833],"valid"],[[7834,7834],"mapped",[97,702]],[[7835,7835],"mapped",[7777]],[[7836,7837],"valid"],[[7838,7838],"mapped",[115,115]],[[7839,7839],"valid"],[[7840,7840],"mapped",[7841]],[[7841,7841],"valid"],[[7842,7842],"mapped",[7843]],[[7843,7843],"valid"],[[7844,7844],"mapped",[7845]],[[7845,7845],"valid"],[[7846,7846],"mapped",[7847]],[[7847,7847],"valid"],[[7848,7848],"mapped",[7849]],[[7849,7849],"valid"],[[7850,7850],"mapped",[7851]],[[7851,7851],"valid"],[[7852,7852],"mapped",[7853]],[[7853,7853],"valid"],[[7854,7854],"mapped",[7855]],[[7855,7855],"valid"],[[7856,7856],"mapped",[7857]],[[7857,7857],"valid"],[[7858,7858],"mapped",[7859]],[[7859,7859],"valid"],[[7860,7860],"mapped",[7861]],[[7861,7861],"valid"],[[7862,7862],"mapped",[7863]],[[7863,7863],"valid"],[[7864,7864],"mapped",[7865]],[[7865,7865],"valid"],[[7866,7866],"mapped",[7867]],[[7867,7867],"valid"],[[7868,7868],"mapped",[7869]],[[7869,7869],"valid"],[[7870,7870],"mapped",[7871]],[[7871,7871],"valid"],[[7872,7872],"mapped",[7873]],[[7873,7873],"valid"],[[7874,7874],"mapped",[7875]],[[7875,7875],"valid"],[[7876,7876],"mapped",[7877]],[[7877,7877],"valid"],[[7878,7878],"mapped",[7879]],[[7879,7879],"valid"],[[7880,7880],"mapped",[7881]],[[7881,7881],"valid"],[[7882,7882],"mapped",[7883]],[[7883,7883],"valid"],[[7884,7884],"mapped",[7885]],[[7885,7885],"valid"],[[7886,7886],"mapped",[7887]],[[7887,7887],"valid"],[[7888,7888],"mapped",[7889]],[[7889,7889],"valid"],[[7890,7890],"mapped",[7891]],[[7891,7891],"valid"],[[7892,7892],"mapped",[7893]],[[7893,7893],"valid"],[[7894,7894],"mapped",[7895]],[[7895,7895],"valid"],[[7896,7896],"mapped",[7897]],[[7897,7897],"valid"],[[7898,7898],"mapped",[7899]],[[7899,7899],"valid"],[[7900,7900],"mapped",[7901]],[[7901,7901],"valid"],[[7902,7902],"mapped",[7903]],[[7903,7903],"valid"],[[7904,7904],"mapped",[7905]],[[7905,7905],"valid"],[[7906,7906],"mapped",[7907]],[[7907,7907],"valid"],[[7908,7908],"mapped",[7909]],[[7909,7909],"valid"],[[7910,7910],"mapped",[7911]],[[7911,7911],"valid"],[[7912,7912],"mapped",[7913]],[[7913,7913],"valid"],[[7914,7914],"mapped",[7915]],[[7915,7915],"valid"],[[7916,7916],"mapped",[7917]],[[7917,7917],"valid"],[[7918,7918],"mapped",[7919]],[[7919,7919],"valid"],[[7920,7920],"mapped",[7921]],[[7921,7921],"valid"],[[7922,7922],"mapped",[7923]],[[7923,7923],"valid"],[[7924,7924],"mapped",[7925]],[[7925,7925],"valid"],[[7926,7926],"mapped",[7927]],[[7927,7927],"valid"],[[7928,7928],"mapped",[7929]],[[7929,7929],"valid"],[[7930,7930],"mapped",[7931]],[[7931,7931],"valid"],[[7932,7932],"mapped",[7933]],[[7933,7933],"valid"],[[7934,7934],"mapped",[7935]],[[7935,7935],"valid"],[[7936,7943],"valid"],[[7944,7944],"mapped",[7936]],[[7945,7945],"mapped",[7937]],[[7946,7946],"mapped",[7938]],[[7947,7947],"mapped",[7939]],[[7948,7948],"mapped",[7940]],[[7949,7949],"mapped",[7941]],[[7950,7950],"mapped",[7942]],[[7951,7951],"mapped",[7943]],[[7952,7957],"valid"],[[7958,7959],"disallowed"],[[7960,7960],"mapped",[7952]],[[7961,7961],"mapped",[7953]],[[7962,7962],"mapped",[7954]],[[7963,7963],"mapped",[7955]],[[7964,7964],"mapped",[7956]],[[7965,7965],"mapped",[7957]],[[7966,7967],"disallowed"],[[7968,7975],"valid"],[[7976,7976],"mapped",[7968]],[[7977,7977],"mapped",[7969]],[[7978,7978],"mapped",[7970]],[[7979,7979],"mapped",[7971]],[[7980,7980],"mapped",[7972]],[[7981,7981],"mapped",[7973]],[[7982,7982],"mapped",[7974]],[[7983,7983],"mapped",[7975]],[[7984,7991],"valid"],[[7992,7992],"mapped",[7984]],[[7993,7993],"mapped",[7985]],[[7994,7994],"mapped",[7986]],[[7995,7995],"mapped",[7987]],[[7996,7996],"mapped",[7988]],[[7997,7997],"mapped",[7989]],[[7998,7998],"mapped",[7990]],[[7999,7999],"mapped",[7991]],[[8000,8005],"valid"],[[8006,8007],"disallowed"],[[8008,8008],"mapped",[8000]],[[8009,8009],"mapped",[8001]],[[8010,8010],"mapped",[8002]],[[8011,8011],"mapped",[8003]],[[8012,8012],"mapped",[8004]],[[8013,8013],"mapped",[8005]],[[8014,8015],"disallowed"],[[8016,8023],"valid"],[[8024,8024],"disallowed"],[[8025,8025],"mapped",[8017]],[[8026,8026],"disallowed"],[[8027,8027],"mapped",[8019]],[[8028,8028],"disallowed"],[[8029,8029],"mapped",[8021]],[[8030,8030],"disallowed"],[[8031,8031],"mapped",[8023]],[[8032,8039],"valid"],[[8040,8040],"mapped",[8032]],[[8041,8041],"mapped",[8033]],[[8042,8042],"mapped",[8034]],[[8043,8043],"mapped",[8035]],[[8044,8044],"mapped",[8036]],[[8045,8045],"mapped",[8037]],[[8046,8046],"mapped",[8038]],[[8047,8047],"mapped",[8039]],[[8048,8048],"valid"],[[8049,8049],"mapped",[940]],[[8050,8050],"valid"],[[8051,8051],"mapped",[941]],[[8052,8052],"valid"],[[8053,8053],"mapped",[942]],[[8054,8054],"valid"],[[8055,8055],"mapped",[943]],[[8056,8056],"valid"],[[8057,8057],"mapped",[972]],[[8058,8058],"valid"],[[8059,8059],"mapped",[973]],[[8060,8060],"valid"],[[8061,8061],"mapped",[974]],[[8062,8063],"disallowed"],[[8064,8064],"mapped",[7936,953]],[[8065,8065],"mapped",[7937,953]],[[8066,8066],"mapped",[7938,953]],[[8067,8067],"mapped",[7939,953]],[[8068,8068],"mapped",[7940,953]],[[8069,8069],"mapped",[7941,953]],[[8070,8070],"mapped",[7942,953]],[[8071,8071],"mapped",[7943,953]],[[8072,8072],"mapped",[7936,953]],[[8073,8073],"mapped",[7937,953]],[[8074,8074],"mapped",[7938,953]],[[8075,8075],"mapped",[7939,953]],[[8076,8076],"mapped",[7940,953]],[[8077,8077],"mapped",[7941,953]],[[8078,8078],"mapped",[7942,953]],[[8079,8079],"mapped",[7943,953]],[[8080,8080],"mapped",[7968,953]],[[8081,8081],"mapped",[7969,953]],[[8082,8082],"mapped",[7970,953]],[[8083,8083],"mapped",[7971,953]],[[8084,8084],"mapped",[7972,953]],[[8085,8085],"mapped",[7973,953]],[[8086,8086],"mapped",[7974,953]],[[8087,8087],"mapped",[7975,953]],[[8088,8088],"mapped",[7968,953]],[[8089,8089],"mapped",[7969,953]],[[8090,8090],"mapped",[7970,953]],[[8091,8091],"mapped",[7971,953]],[[8092,8092],"mapped",[7972,953]],[[8093,8093],"mapped",[7973,953]],[[8094,8094],"mapped",[7974,953]],[[8095,8095],"mapped",[7975,953]],[[8096,8096],"mapped",[8032,953]],[[8097,8097],"mapped",[8033,953]],[[8098,8098],"mapped",[8034,953]],[[8099,8099],"mapped",[8035,953]],[[8100,8100],"mapped",[8036,953]],[[8101,8101],"mapped",[8037,953]],[[8102,8102],"mapped",[8038,953]],[[8103,8103],"mapped",[8039,953]],[[8104,8104],"mapped",[8032,953]],[[8105,8105],"mapped",[8033,953]],[[8106,8106],"mapped",[8034,953]],[[8107,8107],"mapped",[8035,953]],[[8108,8108],"mapped",[8036,953]],[[8109,8109],"mapped",[8037,953]],[[8110,8110],"mapped",[8038,953]],[[8111,8111],"mapped",[8039,953]],[[8112,8113],"valid"],[[8114,8114],"mapped",[8048,953]],[[8115,8115],"mapped",[945,953]],[[8116,8116],"mapped",[940,953]],[[8117,8117],"disallowed"],[[8118,8118],"valid"],[[8119,8119],"mapped",[8118,953]],[[8120,8120],"mapped",[8112]],[[8121,8121],"mapped",[8113]],[[8122,8122],"mapped",[8048]],[[8123,8123],"mapped",[940]],[[8124,8124],"mapped",[945,953]],[[8125,8125],"disallowed_STD3_mapped",[32,787]],[[8126,8126],"mapped",[953]],[[8127,8127],"disallowed_STD3_mapped",[32,787]],[[8128,8128],"disallowed_STD3_mapped",[32,834]],[[8129,8129],"disallowed_STD3_mapped",[32,776,834]],[[8130,8130],"mapped",[8052,953]],[[8131,8131],"mapped",[951,953]],[[8132,8132],"mapped",[942,953]],[[8133,8133],"disallowed"],[[8134,8134],"valid"],[[8135,8135],"mapped",[8134,953]],[[8136,8136],"mapped",[8050]],[[8137,8137],"mapped",[941]],[[8138,8138],"mapped",[8052]],[[8139,8139],"mapped",[942]],[[8140,8140],"mapped",[951,953]],[[8141,8141],"disallowed_STD3_mapped",[32,787,768]],[[8142,8142],"disallowed_STD3_mapped",[32,787,769]],[[8143,8143],"disallowed_STD3_mapped",[32,787,834]],[[8144,8146],"valid"],[[8147,8147],"mapped",[912]],[[8148,8149],"disallowed"],[[8150,8151],"valid"],[[8152,8152],"mapped",[8144]],[[8153,8153],"mapped",[8145]],[[8154,8154],"mapped",[8054]],[[8155,8155],"mapped",[943]],[[8156,8156],"disallowed"],[[8157,8157],"disallowed_STD3_mapped",[32,788,768]],[[8158,8158],"disallowed_STD3_mapped",[32,788,769]],[[8159,8159],"disallowed_STD3_mapped",[32,788,834]],[[8160,8162],"valid"],[[8163,8163],"mapped",[944]],[[8164,8167],"valid"],[[8168,8168],"mapped",[8160]],[[8169,8169],"mapped",[8161]],[[8170,8170],"mapped",[8058]],[[8171,8171],"mapped",[973]],[[8172,8172],"mapped",[8165]],[[8173,8173],"disallowed_STD3_mapped",[32,776,768]],[[8174,8174],"disallowed_STD3_mapped",[32,776,769]],[[8175,8175],"disallowed_STD3_mapped",[96]],[[8176,8177],"disallowed"],[[8178,8178],"mapped",[8060,953]],[[8179,8179],"mapped",[969,953]],[[8180,8180],"mapped",[974,953]],[[8181,8181],"disallowed"],[[8182,8182],"valid"],[[8183,8183],"mapped",[8182,953]],[[8184,8184],"mapped",[8056]],[[8185,8185],"mapped",[972]],[[8186,8186],"mapped",[8060]],[[8187,8187],"mapped",[974]],[[8188,8188],"mapped",[969,953]],[[8189,8189],"disallowed_STD3_mapped",[32,769]],[[8190,8190],"disallowed_STD3_mapped",[32,788]],[[8191,8191],"disallowed"],[[8192,8202],"disallowed_STD3_mapped",[32]],[[8203,8203],"ignored"],[[8204,8205],"deviation",[]],[[8206,8207],"disallowed"],[[8208,8208],"valid",[],"NV8"],[[8209,8209],"mapped",[8208]],[[8210,8214],"valid",[],"NV8"],[[8215,8215],"disallowed_STD3_mapped",[32,819]],[[8216,8227],"valid",[],"NV8"],[[8228,8230],"disallowed"],[[8231,8231],"valid",[],"NV8"],[[8232,8238],"disallowed"],[[8239,8239],"disallowed_STD3_mapped",[32]],[[8240,8242],"valid",[],"NV8"],[[8243,8243],"mapped",[8242,8242]],[[8244,8244],"mapped",[8242,8242,8242]],[[8245,8245],"valid",[],"NV8"],[[8246,8246],"mapped",[8245,8245]],[[8247,8247],"mapped",[8245,8245,8245]],[[8248,8251],"valid",[],"NV8"],[[8252,8252],"disallowed_STD3_mapped",[33,33]],[[8253,8253],"valid",[],"NV8"],[[8254,8254],"disallowed_STD3_mapped",[32,773]],[[8255,8262],"valid",[],"NV8"],[[8263,8263],"disallowed_STD3_mapped",[63,63]],[[8264,8264],"disallowed_STD3_mapped",[63,33]],[[8265,8265],"disallowed_STD3_mapped",[33,63]],[[8266,8269],"valid",[],"NV8"],[[8270,8274],"valid",[],"NV8"],[[8275,8276],"valid",[],"NV8"],[[8277,8278],"valid",[],"NV8"],[[8279,8279],"mapped",[8242,8242,8242,8242]],[[8280,8286],"valid",[],"NV8"],[[8287,8287],"disallowed_STD3_mapped",[32]],[[8288,8288],"ignored"],[[8289,8291],"disallowed"],[[8292,8292],"ignored"],[[8293,8293],"disallowed"],[[8294,8297],"disallowed"],[[8298,8303],"disallowed"],[[8304,8304],"mapped",[48]],[[8305,8305],"mapped",[105]],[[8306,8307],"disallowed"],[[8308,8308],"mapped",[52]],[[8309,8309],"mapped",[53]],[[8310,8310],"mapped",[54]],[[8311,8311],"mapped",[55]],[[8312,8312],"mapped",[56]],[[8313,8313],"mapped",[57]],[[8314,8314],"disallowed_STD3_mapped",[43]],[[8315,8315],"mapped",[8722]],[[8316,8316],"disallowed_STD3_mapped",[61]],[[8317,8317],"disallowed_STD3_mapped",[40]],[[8318,8318],"disallowed_STD3_mapped",[41]],[[8319,8319],"mapped",[110]],[[8320,8320],"mapped",[48]],[[8321,8321],"mapped",[49]],[[8322,8322],"mapped",[50]],[[8323,8323],"mapped",[51]],[[8324,8324],"mapped",[52]],[[8325,8325],"mapped",[53]],[[8326,8326],"mapped",[54]],[[8327,8327],"mapped",[55]],[[8328,8328],"mapped",[56]],[[8329,8329],"mapped",[57]],[[8330,8330],"disallowed_STD3_mapped",[43]],[[8331,8331],"mapped",[8722]],[[8332,8332],"disallowed_STD3_mapped",[61]],[[8333,8333],"disallowed_STD3_mapped",[40]],[[8334,8334],"disallowed_STD3_mapped",[41]],[[8335,8335],"disallowed"],[[8336,8336],"mapped",[97]],[[8337,8337],"mapped",[101]],[[8338,8338],"mapped",[111]],[[8339,8339],"mapped",[120]],[[8340,8340],"mapped",[601]],[[8341,8341],"mapped",[104]],[[8342,8342],"mapped",[107]],[[8343,8343],"mapped",[108]],[[8344,8344],"mapped",[109]],[[8345,8345],"mapped",[110]],[[8346,8346],"mapped",[112]],[[8347,8347],"mapped",[115]],[[8348,8348],"mapped",[116]],[[8349,8351],"disallowed"],[[8352,8359],"valid",[],"NV8"],[[8360,8360],"mapped",[114,115]],[[8361,8362],"valid",[],"NV8"],[[8363,8363],"valid",[],"NV8"],[[8364,8364],"valid",[],"NV8"],[[8365,8367],"valid",[],"NV8"],[[8368,8369],"valid",[],"NV8"],[[8370,8373],"valid",[],"NV8"],[[8374,8376],"valid",[],"NV8"],[[8377,8377],"valid",[],"NV8"],[[8378,8378],"valid",[],"NV8"],[[8379,8381],"valid",[],"NV8"],[[8382,8382],"valid",[],"NV8"],[[8383,8399],"disallowed"],[[8400,8417],"valid",[],"NV8"],[[8418,8419],"valid",[],"NV8"],[[8420,8426],"valid",[],"NV8"],[[8427,8427],"valid",[],"NV8"],[[8428,8431],"valid",[],"NV8"],[[8432,8432],"valid",[],"NV8"],[[8433,8447],"disallowed"],[[8448,8448],"disallowed_STD3_mapped",[97,47,99]],[[8449,8449],"disallowed_STD3_mapped",[97,47,115]],[[8450,8450],"mapped",[99]],[[8451,8451],"mapped",[176,99]],[[8452,8452],"valid",[],"NV8"],[[8453,8453],"disallowed_STD3_mapped",[99,47,111]],[[8454,8454],"disallowed_STD3_mapped",[99,47,117]],[[8455,8455],"mapped",[603]],[[8456,8456],"valid",[],"NV8"],[[8457,8457],"mapped",[176,102]],[[8458,8458],"mapped",[103]],[[8459,8462],"mapped",[104]],[[8463,8463],"mapped",[295]],[[8464,8465],"mapped",[105]],[[8466,8467],"mapped",[108]],[[8468,8468],"valid",[],"NV8"],[[8469,8469],"mapped",[110]],[[8470,8470],"mapped",[110,111]],[[8471,8472],"valid",[],"NV8"],[[8473,8473],"mapped",[112]],[[8474,8474],"mapped",[113]],[[8475,8477],"mapped",[114]],[[8478,8479],"valid",[],"NV8"],[[8480,8480],"mapped",[115,109]],[[8481,8481],"mapped",[116,101,108]],[[8482,8482],"mapped",[116,109]],[[8483,8483],"valid",[],"NV8"],[[8484,8484],"mapped",[122]],[[8485,8485],"valid",[],"NV8"],[[8486,8486],"mapped",[969]],[[8487,8487],"valid",[],"NV8"],[[8488,8488],"mapped",[122]],[[8489,8489],"valid",[],"NV8"],[[8490,8490],"mapped",[107]],[[8491,8491],"mapped",[229]],[[8492,8492],"mapped",[98]],[[8493,8493],"mapped",[99]],[[8494,8494],"valid",[],"NV8"],[[8495,8496],"mapped",[101]],[[8497,8497],"mapped",[102]],[[8498,8498],"disallowed"],[[8499,8499],"mapped",[109]],[[8500,8500],"mapped",[111]],[[8501,8501],"mapped",[1488]],[[8502,8502],"mapped",[1489]],[[8503,8503],"mapped",[1490]],[[8504,8504],"mapped",[1491]],[[8505,8505],"mapped",[105]],[[8506,8506],"valid",[],"NV8"],[[8507,8507],"mapped",[102,97,120]],[[8508,8508],"mapped",[960]],[[8509,8510],"mapped",[947]],[[8511,8511],"mapped",[960]],[[8512,8512],"mapped",[8721]],[[8513,8516],"valid",[],"NV8"],[[8517,8518],"mapped",[100]],[[8519,8519],"mapped",[101]],[[8520,8520],"mapped",[105]],[[8521,8521],"mapped",[106]],[[8522,8523],"valid",[],"NV8"],[[8524,8524],"valid",[],"NV8"],[[8525,8525],"valid",[],"NV8"],[[8526,8526],"valid"],[[8527,8527],"valid",[],"NV8"],[[8528,8528],"mapped",[49,8260,55]],[[8529,8529],"mapped",[49,8260,57]],[[8530,8530],"mapped",[49,8260,49,48]],[[8531,8531],"mapped",[49,8260,51]],[[8532,8532],"mapped",[50,8260,51]],[[8533,8533],"mapped",[49,8260,53]],[[8534,8534],"mapped",[50,8260,53]],[[8535,8535],"mapped",[51,8260,53]],[[8536,8536],"mapped",[52,8260,53]],[[8537,8537],"mapped",[49,8260,54]],[[8538,8538],"mapped",[53,8260,54]],[[8539,8539],"mapped",[49,8260,56]],[[8540,8540],"mapped",[51,8260,56]],[[8541,8541],"mapped",[53,8260,56]],[[8542,8542],"mapped",[55,8260,56]],[[8543,8543],"mapped",[49,8260]],[[8544,8544],"mapped",[105]],[[8545,8545],"mapped",[105,105]],[[8546,8546],"mapped",[105,105,105]],[[8547,8547],"mapped",[105,118]],[[8548,8548],"mapped",[118]],[[8549,8549],"mapped",[118,105]],[[8550,8550],"mapped",[118,105,105]],[[8551,8551],"mapped",[118,105,105,105]],[[8552,8552],"mapped",[105,120]],[[8553,8553],"mapped",[120]],[[8554,8554],"mapped",[120,105]],[[8555,8555],"mapped",[120,105,105]],[[8556,8556],"mapped",[108]],[[8557,8557],"mapped",[99]],[[8558,8558],"mapped",[100]],[[8559,8559],"mapped",[109]],[[8560,8560],"mapped",[105]],[[8561,8561],"mapped",[105,105]],[[8562,8562],"mapped",[105,105,105]],[[8563,8563],"mapped",[105,118]],[[8564,8564],"mapped",[118]],[[8565,8565],"mapped",[118,105]],[[8566,8566],"mapped",[118,105,105]],[[8567,8567],"mapped",[118,105,105,105]],[[8568,8568],"mapped",[105,120]],[[8569,8569],"mapped",[120]],[[8570,8570],"mapped",[120,105]],[[8571,8571],"mapped",[120,105,105]],[[8572,8572],"mapped",[108]],[[8573,8573],"mapped",[99]],[[8574,8574],"mapped",[100]],[[8575,8575],"mapped",[109]],[[8576,8578],"valid",[],"NV8"],[[8579,8579],"disallowed"],[[8580,8580],"valid"],[[8581,8584],"valid",[],"NV8"],[[8585,8585],"mapped",[48,8260,51]],[[8586,8587],"valid",[],"NV8"],[[8588,8591],"disallowed"],[[8592,8682],"valid",[],"NV8"],[[8683,8691],"valid",[],"NV8"],[[8692,8703],"valid",[],"NV8"],[[8704,8747],"valid",[],"NV8"],[[8748,8748],"mapped",[8747,8747]],[[8749,8749],"mapped",[8747,8747,8747]],[[8750,8750],"valid",[],"NV8"],[[8751,8751],"mapped",[8750,8750]],[[8752,8752],"mapped",[8750,8750,8750]],[[8753,8799],"valid",[],"NV8"],[[8800,8800],"disallowed_STD3_valid"],[[8801,8813],"valid",[],"NV8"],[[8814,8815],"disallowed_STD3_valid"],[[8816,8945],"valid",[],"NV8"],[[8946,8959],"valid",[],"NV8"],[[8960,8960],"valid",[],"NV8"],[[8961,8961],"valid",[],"NV8"],[[8962,9000],"valid",[],"NV8"],[[9001,9001],"mapped",[12296]],[[9002,9002],"mapped",[12297]],[[9003,9082],"valid",[],"NV8"],[[9083,9083],"valid",[],"NV8"],[[9084,9084],"valid",[],"NV8"],[[9085,9114],"valid",[],"NV8"],[[9115,9166],"valid",[],"NV8"],[[9167,9168],"valid",[],"NV8"],[[9169,9179],"valid",[],"NV8"],[[9180,9191],"valid",[],"NV8"],[[9192,9192],"valid",[],"NV8"],[[9193,9203],"valid",[],"NV8"],[[9204,9210],"valid",[],"NV8"],[[9211,9215],"disallowed"],[[9216,9252],"valid",[],"NV8"],[[9253,9254],"valid",[],"NV8"],[[9255,9279],"disallowed"],[[9280,9290],"valid",[],"NV8"],[[9291,9311],"disallowed"],[[9312,9312],"mapped",[49]],[[9313,9313],"mapped",[50]],[[9314,9314],"mapped",[51]],[[9315,9315],"mapped",[52]],[[9316,9316],"mapped",[53]],[[9317,9317],"mapped",[54]],[[9318,9318],"mapped",[55]],[[9319,9319],"mapped",[56]],[[9320,9320],"mapped",[57]],[[9321,9321],"mapped",[49,48]],[[9322,9322],"mapped",[49,49]],[[9323,9323],"mapped",[49,50]],[[9324,9324],"mapped",[49,51]],[[9325,9325],"mapped",[49,52]],[[9326,9326],"mapped",[49,53]],[[9327,9327],"mapped",[49,54]],[[9328,9328],"mapped",[49,55]],[[9329,9329],"mapped",[49,56]],[[9330,9330],"mapped",[49,57]],[[9331,9331],"mapped",[50,48]],[[9332,9332],"disallowed_STD3_mapped",[40,49,41]],[[9333,9333],"disallowed_STD3_mapped",[40,50,41]],[[9334,9334],"disallowed_STD3_mapped",[40,51,41]],[[9335,9335],"disallowed_STD3_mapped",[40,52,41]],[[9336,9336],"disallowed_STD3_mapped",[40,53,41]],[[9337,9337],"disallowed_STD3_mapped",[40,54,41]],[[9338,9338],"disallowed_STD3_mapped",[40,55,41]],[[9339,9339],"disallowed_STD3_mapped",[40,56,41]],[[9340,9340],"disallowed_STD3_mapped",[40,57,41]],[[9341,9341],"disallowed_STD3_mapped",[40,49,48,41]],[[9342,9342],"disallowed_STD3_mapped",[40,49,49,41]],[[9343,9343],"disallowed_STD3_mapped",[40,49,50,41]],[[9344,9344],"disallowed_STD3_mapped",[40,49,51,41]],[[9345,9345],"disallowed_STD3_mapped",[40,49,52,41]],[[9346,9346],"disallowed_STD3_mapped",[40,49,53,41]],[[9347,9347],"disallowed_STD3_mapped",[40,49,54,41]],[[9348,9348],"disallowed_STD3_mapped",[40,49,55,41]],[[9349,9349],"disallowed_STD3_mapped",[40,49,56,41]],[[9350,9350],"disallowed_STD3_mapped",[40,49,57,41]],[[9351,9351],"disallowed_STD3_mapped",[40,50,48,41]],[[9352,9371],"disallowed"],[[9372,9372],"disallowed_STD3_mapped",[40,97,41]],[[9373,9373],"disallowed_STD3_mapped",[40,98,41]],[[9374,9374],"disallowed_STD3_mapped",[40,99,41]],[[9375,9375],"disallowed_STD3_mapped",[40,100,41]],[[9376,9376],"disallowed_STD3_mapped",[40,101,41]],[[9377,9377],"disallowed_STD3_mapped",[40,102,41]],[[9378,9378],"disallowed_STD3_mapped",[40,103,41]],[[9379,9379],"disallowed_STD3_mapped",[40,104,41]],[[9380,9380],"disallowed_STD3_mapped",[40,105,41]],[[9381,9381],"disallowed_STD3_mapped",[40,106,41]],[[9382,9382],"disallowed_STD3_mapped",[40,107,41]],[[9383,9383],"disallowed_STD3_mapped",[40,108,41]],[[9384,9384],"disallowed_STD3_mapped",[40,109,41]],[[9385,9385],"disallowed_STD3_mapped",[40,110,41]],[[9386,9386],"disallowed_STD3_mapped",[40,111,41]],[[9387,9387],"disallowed_STD3_mapped",[40,112,41]],[[9388,9388],"disallowed_STD3_mapped",[40,113,41]],[[9389,9389],"disallowed_STD3_mapped",[40,114,41]],[[9390,9390],"disallowed_STD3_mapped",[40,115,41]],[[9391,9391],"disallowed_STD3_mapped",[40,116,41]],[[9392,9392],"disallowed_STD3_mapped",[40,117,41]],[[9393,9393],"disallowed_STD3_mapped",[40,118,41]],[[9394,9394],"disallowed_STD3_mapped",[40,119,41]],[[9395,9395],"disallowed_STD3_mapped",[40,120,41]],[[9396,9396],"disallowed_STD3_mapped",[40,121,41]],[[9397,9397],"disallowed_STD3_mapped",[40,122,41]],[[9398,9398],"mapped",[97]],[[9399,9399],"mapped",[98]],[[9400,9400],"mapped",[99]],[[9401,9401],"mapped",[100]],[[9402,9402],"mapped",[101]],[[9403,9403],"mapped",[102]],[[9404,9404],"mapped",[103]],[[9405,9405],"mapped",[104]],[[9406,9406],"mapped",[105]],[[9407,9407],"mapped",[106]],[[9408,9408],"mapped",[107]],[[9409,9409],"mapped",[108]],[[9410,9410],"mapped",[109]],[[9411,9411],"mapped",[110]],[[9412,9412],"mapped",[111]],[[9413,9413],"mapped",[112]],[[9414,9414],"mapped",[113]],[[9415,9415],"mapped",[114]],[[9416,9416],"mapped",[115]],[[9417,9417],"mapped",[116]],[[9418,9418],"mapped",[117]],[[9419,9419],"mapped",[118]],[[9420,9420],"mapped",[119]],[[9421,9421],"mapped",[120]],[[9422,9422],"mapped",[121]],[[9423,9423],"mapped",[122]],[[9424,9424],"mapped",[97]],[[9425,9425],"mapped",[98]],[[9426,9426],"mapped",[99]],[[9427,9427],"mapped",[100]],[[9428,9428],"mapped",[101]],[[9429,9429],"mapped",[102]],[[9430,9430],"mapped",[103]],[[9431,9431],"mapped",[104]],[[9432,9432],"mapped",[105]],[[9433,9433],"mapped",[106]],[[9434,9434],"mapped",[107]],[[9435,9435],"mapped",[108]],[[9436,9436],"mapped",[109]],[[9437,9437],"mapped",[110]],[[9438,9438],"mapped",[111]],[[9439,9439],"mapped",[112]],[[9440,9440],"mapped",[113]],[[9441,9441],"mapped",[114]],[[9442,9442],"mapped",[115]],[[9443,9443],"mapped",[116]],[[9444,9444],"mapped",[117]],[[9445,9445],"mapped",[118]],[[9446,9446],"mapped",[119]],[[9447,9447],"mapped",[120]],[[9448,9448],"mapped",[121]],[[9449,9449],"mapped",[122]],[[9450,9450],"mapped",[48]],[[9451,9470],"valid",[],"NV8"],[[9471,9471],"valid",[],"NV8"],[[9472,9621],"valid",[],"NV8"],[[9622,9631],"valid",[],"NV8"],[[9632,9711],"valid",[],"NV8"],[[9712,9719],"valid",[],"NV8"],[[9720,9727],"valid",[],"NV8"],[[9728,9747],"valid",[],"NV8"],[[9748,9749],"valid",[],"NV8"],[[9750,9751],"valid",[],"NV8"],[[9752,9752],"valid",[],"NV8"],[[9753,9753],"valid",[],"NV8"],[[9754,9839],"valid",[],"NV8"],[[9840,9841],"valid",[],"NV8"],[[9842,9853],"valid",[],"NV8"],[[9854,9855],"valid",[],"NV8"],[[9856,9865],"valid",[],"NV8"],[[9866,9873],"valid",[],"NV8"],[[9874,9884],"valid",[],"NV8"],[[9885,9885],"valid",[],"NV8"],[[9886,9887],"valid",[],"NV8"],[[9888,9889],"valid",[],"NV8"],[[9890,9905],"valid",[],"NV8"],[[9906,9906],"valid",[],"NV8"],[[9907,9916],"valid",[],"NV8"],[[9917,9919],"valid",[],"NV8"],[[9920,9923],"valid",[],"NV8"],[[9924,9933],"valid",[],"NV8"],[[9934,9934],"valid",[],"NV8"],[[9935,9953],"valid",[],"NV8"],[[9954,9954],"valid",[],"NV8"],[[9955,9955],"valid",[],"NV8"],[[9956,9959],"valid",[],"NV8"],[[9960,9983],"valid",[],"NV8"],[[9984,9984],"valid",[],"NV8"],[[9985,9988],"valid",[],"NV8"],[[9989,9989],"valid",[],"NV8"],[[9990,9993],"valid",[],"NV8"],[[9994,9995],"valid",[],"NV8"],[[9996,10023],"valid",[],"NV8"],[[10024,10024],"valid",[],"NV8"],[[10025,10059],"valid",[],"NV8"],[[10060,10060],"valid",[],"NV8"],[[10061,10061],"valid",[],"NV8"],[[10062,10062],"valid",[],"NV8"],[[10063,10066],"valid",[],"NV8"],[[10067,10069],"valid",[],"NV8"],[[10070,10070],"valid",[],"NV8"],[[10071,10071],"valid",[],"NV8"],[[10072,10078],"valid",[],"NV8"],[[10079,10080],"valid",[],"NV8"],[[10081,10087],"valid",[],"NV8"],[[10088,10101],"valid",[],"NV8"],[[10102,10132],"valid",[],"NV8"],[[10133,10135],"valid",[],"NV8"],[[10136,10159],"valid",[],"NV8"],[[10160,10160],"valid",[],"NV8"],[[10161,10174],"valid",[],"NV8"],[[10175,10175],"valid",[],"NV8"],[[10176,10182],"valid",[],"NV8"],[[10183,10186],"valid",[],"NV8"],[[10187,10187],"valid",[],"NV8"],[[10188,10188],"valid",[],"NV8"],[[10189,10189],"valid",[],"NV8"],[[10190,10191],"valid",[],"NV8"],[[10192,10219],"valid",[],"NV8"],[[10220,10223],"valid",[],"NV8"],[[10224,10239],"valid",[],"NV8"],[[10240,10495],"valid",[],"NV8"],[[10496,10763],"valid",[],"NV8"],[[10764,10764],"mapped",[8747,8747,8747,8747]],[[10765,10867],"valid",[],"NV8"],[[10868,10868],"disallowed_STD3_mapped",[58,58,61]],[[10869,10869],"disallowed_STD3_mapped",[61,61]],[[10870,10870],"disallowed_STD3_mapped",[61,61,61]],[[10871,10971],"valid",[],"NV8"],[[10972,10972],"mapped",[10973,824]],[[10973,11007],"valid",[],"NV8"],[[11008,11021],"valid",[],"NV8"],[[11022,11027],"valid",[],"NV8"],[[11028,11034],"valid",[],"NV8"],[[11035,11039],"valid",[],"NV8"],[[11040,11043],"valid",[],"NV8"],[[11044,11084],"valid",[],"NV8"],[[11085,11087],"valid",[],"NV8"],[[11088,11092],"valid",[],"NV8"],[[11093,11097],"valid",[],"NV8"],[[11098,11123],"valid",[],"NV8"],[[11124,11125],"disallowed"],[[11126,11157],"valid",[],"NV8"],[[11158,11159],"disallowed"],[[11160,11193],"valid",[],"NV8"],[[11194,11196],"disallowed"],[[11197,11208],"valid",[],"NV8"],[[11209,11209],"disallowed"],[[11210,11217],"valid",[],"NV8"],[[11218,11243],"disallowed"],[[11244,11247],"valid",[],"NV8"],[[11248,11263],"disallowed"],[[11264,11264],"mapped",[11312]],[[11265,11265],"mapped",[11313]],[[11266,11266],"mapped",[11314]],[[11267,11267],"mapped",[11315]],[[11268,11268],"mapped",[11316]],[[11269,11269],"mapped",[11317]],[[11270,11270],"mapped",[11318]],[[11271,11271],"mapped",[11319]],[[11272,11272],"mapped",[11320]],[[11273,11273],"mapped",[11321]],[[11274,11274],"mapped",[11322]],[[11275,11275],"mapped",[11323]],[[11276,11276],"mapped",[11324]],[[11277,11277],"mapped",[11325]],[[11278,11278],"mapped",[11326]],[[11279,11279],"mapped",[11327]],[[11280,11280],"mapped",[11328]],[[11281,11281],"mapped",[11329]],[[11282,11282],"mapped",[11330]],[[11283,11283],"mapped",[11331]],[[11284,11284],"mapped",[11332]],[[11285,11285],"mapped",[11333]],[[11286,11286],"mapped",[11334]],[[11287,11287],"mapped",[11335]],[[11288,11288],"mapped",[11336]],[[11289,11289],"mapped",[11337]],[[11290,11290],"mapped",[11338]],[[11291,11291],"mapped",[11339]],[[11292,11292],"mapped",[11340]],[[11293,11293],"mapped",[11341]],[[11294,11294],"mapped",[11342]],[[11295,11295],"mapped",[11343]],[[11296,11296],"mapped",[11344]],[[11297,11297],"mapped",[11345]],[[11298,11298],"mapped",[11346]],[[11299,11299],"mapped",[11347]],[[11300,11300],"mapped",[11348]],[[11301,11301],"mapped",[11349]],[[11302,11302],"mapped",[11350]],[[11303,11303],"mapped",[11351]],[[11304,11304],"mapped",[11352]],[[11305,11305],"mapped",[11353]],[[11306,11306],"mapped",[11354]],[[11307,11307],"mapped",[11355]],[[11308,11308],"mapped",[11356]],[[11309,11309],"mapped",[11357]],[[11310,11310],"mapped",[11358]],[[11311,11311],"disallowed"],[[11312,11358],"valid"],[[11359,11359],"disallowed"],[[11360,11360],"mapped",[11361]],[[11361,11361],"valid"],[[11362,11362],"mapped",[619]],[[11363,11363],"mapped",[7549]],[[11364,11364],"mapped",[637]],[[11365,11366],"valid"],[[11367,11367],"mapped",[11368]],[[11368,11368],"valid"],[[11369,11369],"mapped",[11370]],[[11370,11370],"valid"],[[11371,11371],"mapped",[11372]],[[11372,11372],"valid"],[[11373,11373],"mapped",[593]],[[11374,11374],"mapped",[625]],[[11375,11375],"mapped",[592]],[[11376,11376],"mapped",[594]],[[11377,11377],"valid"],[[11378,11378],"mapped",[11379]],[[11379,11379],"valid"],[[11380,11380],"valid"],[[11381,11381],"mapped",[11382]],[[11382,11383],"valid"],[[11384,11387],"valid"],[[11388,11388],"mapped",[106]],[[11389,11389],"mapped",[118]],[[11390,11390],"mapped",[575]],[[11391,11391],"mapped",[576]],[[11392,11392],"mapped",[11393]],[[11393,11393],"valid"],[[11394,11394],"mapped",[11395]],[[11395,11395],"valid"],[[11396,11396],"mapped",[11397]],[[11397,11397],"valid"],[[11398,11398],"mapped",[11399]],[[11399,11399],"valid"],[[11400,11400],"mapped",[11401]],[[11401,11401],"valid"],[[11402,11402],"mapped",[11403]],[[11403,11403],"valid"],[[11404,11404],"mapped",[11405]],[[11405,11405],"valid"],[[11406,11406],"mapped",[11407]],[[11407,11407],"valid"],[[11408,11408],"mapped",[11409]],[[11409,11409],"valid"],[[11410,11410],"mapped",[11411]],[[11411,11411],"valid"],[[11412,11412],"mapped",[11413]],[[11413,11413],"valid"],[[11414,11414],"mapped",[11415]],[[11415,11415],"valid"],[[11416,11416],"mapped",[11417]],[[11417,11417],"valid"],[[11418,11418],"mapped",[11419]],[[11419,11419],"valid"],[[11420,11420],"mapped",[11421]],[[11421,11421],"valid"],[[11422,11422],"mapped",[11423]],[[11423,11423],"valid"],[[11424,11424],"mapped",[11425]],[[11425,11425],"valid"],[[11426,11426],"mapped",[11427]],[[11427,11427],"valid"],[[11428,11428],"mapped",[11429]],[[11429,11429],"valid"],[[11430,11430],"mapped",[11431]],[[11431,11431],"valid"],[[11432,11432],"mapped",[11433]],[[11433,11433],"valid"],[[11434,11434],"mapped",[11435]],[[11435,11435],"valid"],[[11436,11436],"mapped",[11437]],[[11437,11437],"valid"],[[11438,11438],"mapped",[11439]],[[11439,11439],"valid"],[[11440,11440],"mapped",[11441]],[[11441,11441],"valid"],[[11442,11442],"mapped",[11443]],[[11443,11443],"valid"],[[11444,11444],"mapped",[11445]],[[11445,11445],"valid"],[[11446,11446],"mapped",[11447]],[[11447,11447],"valid"],[[11448,11448],"mapped",[11449]],[[11449,11449],"valid"],[[11450,11450],"mapped",[11451]],[[11451,11451],"valid"],[[11452,11452],"mapped",[11453]],[[11453,11453],"valid"],[[11454,11454],"mapped",[11455]],[[11455,11455],"valid"],[[11456,11456],"mapped",[11457]],[[11457,11457],"valid"],[[11458,11458],"mapped",[11459]],[[11459,11459],"valid"],[[11460,11460],"mapped",[11461]],[[11461,11461],"valid"],[[11462,11462],"mapped",[11463]],[[11463,11463],"valid"],[[11464,11464],"mapped",[11465]],[[11465,11465],"valid"],[[11466,11466],"mapped",[11467]],[[11467,11467],"valid"],[[11468,11468],"mapped",[11469]],[[11469,11469],"valid"],[[11470,11470],"mapped",[11471]],[[11471,11471],"valid"],[[11472,11472],"mapped",[11473]],[[11473,11473],"valid"],[[11474,11474],"mapped",[11475]],[[11475,11475],"valid"],[[11476,11476],"mapped",[11477]],[[11477,11477],"valid"],[[11478,11478],"mapped",[11479]],[[11479,11479],"valid"],[[11480,11480],"mapped",[11481]],[[11481,11481],"valid"],[[11482,11482],"mapped",[11483]],[[11483,11483],"valid"],[[11484,11484],"mapped",[11485]],[[11485,11485],"valid"],[[11486,11486],"mapped",[11487]],[[11487,11487],"valid"],[[11488,11488],"mapped",[11489]],[[11489,11489],"valid"],[[11490,11490],"mapped",[11491]],[[11491,11492],"valid"],[[11493,11498],"valid",[],"NV8"],[[11499,11499],"mapped",[11500]],[[11500,11500],"valid"],[[11501,11501],"mapped",[11502]],[[11502,11505],"valid"],[[11506,11506],"mapped",[11507]],[[11507,11507],"valid"],[[11508,11512],"disallowed"],[[11513,11519],"valid",[],"NV8"],[[11520,11557],"valid"],[[11558,11558],"disallowed"],[[11559,11559],"valid"],[[11560,11564],"disallowed"],[[11565,11565],"valid"],[[11566,11567],"disallowed"],[[11568,11621],"valid"],[[11622,11623],"valid"],[[11624,11630],"disallowed"],[[11631,11631],"mapped",[11617]],[[11632,11632],"valid",[],"NV8"],[[11633,11646],"disallowed"],[[11647,11647],"valid"],[[11648,11670],"valid"],[[11671,11679],"disallowed"],[[11680,11686],"valid"],[[11687,11687],"disallowed"],[[11688,11694],"valid"],[[11695,11695],"disallowed"],[[11696,11702],"valid"],[[11703,11703],"disallowed"],[[11704,11710],"valid"],[[11711,11711],"disallowed"],[[11712,11718],"valid"],[[11719,11719],"disallowed"],[[11720,11726],"valid"],[[11727,11727],"disallowed"],[[11728,11734],"valid"],[[11735,11735],"disallowed"],[[11736,11742],"valid"],[[11743,11743],"disallowed"],[[11744,11775],"valid"],[[11776,11799],"valid",[],"NV8"],[[11800,11803],"valid",[],"NV8"],[[11804,11805],"valid",[],"NV8"],[[11806,11822],"valid",[],"NV8"],[[11823,11823],"valid"],[[11824,11824],"valid",[],"NV8"],[[11825,11825],"valid",[],"NV8"],[[11826,11835],"valid",[],"NV8"],[[11836,11842],"valid",[],"NV8"],[[11843,11903],"disallowed"],[[11904,11929],"valid",[],"NV8"],[[11930,11930],"disallowed"],[[11931,11934],"valid",[],"NV8"],[[11935,11935],"mapped",[27597]],[[11936,12018],"valid",[],"NV8"],[[12019,12019],"mapped",[40863]],[[12020,12031],"disallowed"],[[12032,12032],"mapped",[19968]],[[12033,12033],"mapped",[20008]],[[12034,12034],"mapped",[20022]],[[12035,12035],"mapped",[20031]],[[12036,12036],"mapped",[20057]],[[12037,12037],"mapped",[20101]],[[12038,12038],"mapped",[20108]],[[12039,12039],"mapped",[20128]],[[12040,12040],"mapped",[20154]],[[12041,12041],"mapped",[20799]],[[12042,12042],"mapped",[20837]],[[12043,12043],"mapped",[20843]],[[12044,12044],"mapped",[20866]],[[12045,12045],"mapped",[20886]],[[12046,12046],"mapped",[20907]],[[12047,12047],"mapped",[20960]],[[12048,12048],"mapped",[20981]],[[12049,12049],"mapped",[20992]],[[12050,12050],"mapped",[21147]],[[12051,12051],"mapped",[21241]],[[12052,12052],"mapped",[21269]],[[12053,12053],"mapped",[21274]],[[12054,12054],"mapped",[21304]],[[12055,12055],"mapped",[21313]],[[12056,12056],"mapped",[21340]],[[12057,12057],"mapped",[21353]],[[12058,12058],"mapped",[21378]],[[12059,12059],"mapped",[21430]],[[12060,12060],"mapped",[21448]],[[12061,12061],"mapped",[21475]],[[12062,12062],"mapped",[22231]],[[12063,12063],"mapped",[22303]],[[12064,12064],"mapped",[22763]],[[12065,12065],"mapped",[22786]],[[12066,12066],"mapped",[22794]],[[12067,12067],"mapped",[22805]],[[12068,12068],"mapped",[22823]],[[12069,12069],"mapped",[22899]],[[12070,12070],"mapped",[23376]],[[12071,12071],"mapped",[23424]],[[12072,12072],"mapped",[23544]],[[12073,12073],"mapped",[23567]],[[12074,12074],"mapped",[23586]],[[12075,12075],"mapped",[23608]],[[12076,12076],"mapped",[23662]],[[12077,12077],"mapped",[23665]],[[12078,12078],"mapped",[24027]],[[12079,12079],"mapped",[24037]],[[12080,12080],"mapped",[24049]],[[12081,12081],"mapped",[24062]],[[12082,12082],"mapped",[24178]],[[12083,12083],"mapped",[24186]],[[12084,12084],"mapped",[24191]],[[12085,12085],"mapped",[24308]],[[12086,12086],"mapped",[24318]],[[12087,12087],"mapped",[24331]],[[12088,12088],"mapped",[24339]],[[12089,12089],"mapped",[24400]],[[12090,12090],"mapped",[24417]],[[12091,12091],"mapped",[24435]],[[12092,12092],"mapped",[24515]],[[12093,12093],"mapped",[25096]],[[12094,12094],"mapped",[25142]],[[12095,12095],"mapped",[25163]],[[12096,12096],"mapped",[25903]],[[12097,12097],"mapped",[25908]],[[12098,12098],"mapped",[25991]],[[12099,12099],"mapped",[26007]],[[12100,12100],"mapped",[26020]],[[12101,12101],"mapped",[26041]],[[12102,12102],"mapped",[26080]],[[12103,12103],"mapped",[26085]],[[12104,12104],"mapped",[26352]],[[12105,12105],"mapped",[26376]],[[12106,12106],"mapped",[26408]],[[12107,12107],"mapped",[27424]],[[12108,12108],"mapped",[27490]],[[12109,12109],"mapped",[27513]],[[12110,12110],"mapped",[27571]],[[12111,12111],"mapped",[27595]],[[12112,12112],"mapped",[27604]],[[12113,12113],"mapped",[27611]],[[12114,12114],"mapped",[27663]],[[12115,12115],"mapped",[27668]],[[12116,12116],"mapped",[27700]],[[12117,12117],"mapped",[28779]],[[12118,12118],"mapped",[29226]],[[12119,12119],"mapped",[29238]],[[12120,12120],"mapped",[29243]],[[12121,12121],"mapped",[29247]],[[12122,12122],"mapped",[29255]],[[12123,12123],"mapped",[29273]],[[12124,12124],"mapped",[29275]],[[12125,12125],"mapped",[29356]],[[12126,12126],"mapped",[29572]],[[12127,12127],"mapped",[29577]],[[12128,12128],"mapped",[29916]],[[12129,12129],"mapped",[29926]],[[12130,12130],"mapped",[29976]],[[12131,12131],"mapped",[29983]],[[12132,12132],"mapped",[29992]],[[12133,12133],"mapped",[30000]],[[12134,12134],"mapped",[30091]],[[12135,12135],"mapped",[30098]],[[12136,12136],"mapped",[30326]],[[12137,12137],"mapped",[30333]],[[12138,12138],"mapped",[30382]],[[12139,12139],"mapped",[30399]],[[12140,12140],"mapped",[30446]],[[12141,12141],"mapped",[30683]],[[12142,12142],"mapped",[30690]],[[12143,12143],"mapped",[30707]],[[12144,12144],"mapped",[31034]],[[12145,12145],"mapped",[31160]],[[12146,12146],"mapped",[31166]],[[12147,12147],"mapped",[31348]],[[12148,12148],"mapped",[31435]],[[12149,12149],"mapped",[31481]],[[12150,12150],"mapped",[31859]],[[12151,12151],"mapped",[31992]],[[12152,12152],"mapped",[32566]],[[12153,12153],"mapped",[32593]],[[12154,12154],"mapped",[32650]],[[12155,12155],"mapped",[32701]],[[12156,12156],"mapped",[32769]],[[12157,12157],"mapped",[32780]],[[12158,12158],"mapped",[32786]],[[12159,12159],"mapped",[32819]],[[12160,12160],"mapped",[32895]],[[12161,12161],"mapped",[32905]],[[12162,12162],"mapped",[33251]],[[12163,12163],"mapped",[33258]],[[12164,12164],"mapped",[33267]],[[12165,12165],"mapped",[33276]],[[12166,12166],"mapped",[33292]],[[12167,12167],"mapped",[33307]],[[12168,12168],"mapped",[33311]],[[12169,12169],"mapped",[33390]],[[12170,12170],"mapped",[33394]],[[12171,12171],"mapped",[33400]],[[12172,12172],"mapped",[34381]],[[12173,12173],"mapped",[34411]],[[12174,12174],"mapped",[34880]],[[12175,12175],"mapped",[34892]],[[12176,12176],"mapped",[34915]],[[12177,12177],"mapped",[35198]],[[12178,12178],"mapped",[35211]],[[12179,12179],"mapped",[35282]],[[12180,12180],"mapped",[35328]],[[12181,12181],"mapped",[35895]],[[12182,12182],"mapped",[35910]],[[12183,12183],"mapped",[35925]],[[12184,12184],"mapped",[35960]],[[12185,12185],"mapped",[35997]],[[12186,12186],"mapped",[36196]],[[12187,12187],"mapped",[36208]],[[12188,12188],"mapped",[36275]],[[12189,12189],"mapped",[36523]],[[12190,12190],"mapped",[36554]],[[12191,12191],"mapped",[36763]],[[12192,12192],"mapped",[36784]],[[12193,12193],"mapped",[36789]],[[12194,12194],"mapped",[37009]],[[12195,12195],"mapped",[37193]],[[12196,12196],"mapped",[37318]],[[12197,12197],"mapped",[37324]],[[12198,12198],"mapped",[37329]],[[12199,12199],"mapped",[38263]],[[12200,12200],"mapped",[38272]],[[12201,12201],"mapped",[38428]],[[12202,12202],"mapped",[38582]],[[12203,12203],"mapped",[38585]],[[12204,12204],"mapped",[38632]],[[12205,12205],"mapped",[38737]],[[12206,12206],"mapped",[38750]],[[12207,12207],"mapped",[38754]],[[12208,12208],"mapped",[38761]],[[12209,12209],"mapped",[38859]],[[12210,12210],"mapped",[38893]],[[12211,12211],"mapped",[38899]],[[12212,12212],"mapped",[38913]],[[12213,12213],"mapped",[39080]],[[12214,12214],"mapped",[39131]],[[12215,12215],"mapped",[39135]],[[12216,12216],"mapped",[39318]],[[12217,12217],"mapped",[39321]],[[12218,12218],"mapped",[39340]],[[12219,12219],"mapped",[39592]],[[12220,12220],"mapped",[39640]],[[12221,12221],"mapped",[39647]],[[12222,12222],"mapped",[39717]],[[12223,12223],"mapped",[39727]],[[12224,12224],"mapped",[39730]],[[12225,12225],"mapped",[39740]],[[12226,12226],"mapped",[39770]],[[12227,12227],"mapped",[40165]],[[12228,12228],"mapped",[40565]],[[12229,12229],"mapped",[40575]],[[12230,12230],"mapped",[40613]],[[12231,12231],"mapped",[40635]],[[12232,12232],"mapped",[40643]],[[12233,12233],"mapped",[40653]],[[12234,12234],"mapped",[40657]],[[12235,12235],"mapped",[40697]],[[12236,12236],"mapped",[40701]],[[12237,12237],"mapped",[40718]],[[12238,12238],"mapped",[40723]],[[12239,12239],"mapped",[40736]],[[12240,12240],"mapped",[40763]],[[12241,12241],"mapped",[40778]],[[12242,12242],"mapped",[40786]],[[12243,12243],"mapped",[40845]],[[12244,12244],"mapped",[40860]],[[12245,12245],"mapped",[40864]],[[12246,12271],"disallowed"],[[12272,12283],"disallowed"],[[12284,12287],"disallowed"],[[12288,12288],"disallowed_STD3_mapped",[32]],[[12289,12289],"valid",[],"NV8"],[[12290,12290],"mapped",[46]],[[12291,12292],"valid",[],"NV8"],[[12293,12295],"valid"],[[12296,12329],"valid",[],"NV8"],[[12330,12333],"valid"],[[12334,12341],"valid",[],"NV8"],[[12342,12342],"mapped",[12306]],[[12343,12343],"valid",[],"NV8"],[[12344,12344],"mapped",[21313]],[[12345,12345],"mapped",[21316]],[[12346,12346],"mapped",[21317]],[[12347,12347],"valid",[],"NV8"],[[12348,12348],"valid"],[[12349,12349],"valid",[],"NV8"],[[12350,12350],"valid",[],"NV8"],[[12351,12351],"valid",[],"NV8"],[[12352,12352],"disallowed"],[[12353,12436],"valid"],[[12437,12438],"valid"],[[12439,12440],"disallowed"],[[12441,12442],"valid"],[[12443,12443],"disallowed_STD3_mapped",[32,12441]],[[12444,12444],"disallowed_STD3_mapped",[32,12442]],[[12445,12446],"valid"],[[12447,12447],"mapped",[12424,12426]],[[12448,12448],"valid",[],"NV8"],[[12449,12542],"valid"],[[12543,12543],"mapped",[12467,12488]],[[12544,12548],"disallowed"],[[12549,12588],"valid"],[[12589,12589],"valid"],[[12590,12592],"disallowed"],[[12593,12593],"mapped",[4352]],[[12594,12594],"mapped",[4353]],[[12595,12595],"mapped",[4522]],[[12596,12596],"mapped",[4354]],[[12597,12597],"mapped",[4524]],[[12598,12598],"mapped",[4525]],[[12599,12599],"mapped",[4355]],[[12600,12600],"mapped",[4356]],[[12601,12601],"mapped",[4357]],[[12602,12602],"mapped",[4528]],[[12603,12603],"mapped",[4529]],[[12604,12604],"mapped",[4530]],[[12605,12605],"mapped",[4531]],[[12606,12606],"mapped",[4532]],[[12607,12607],"mapped",[4533]],[[12608,12608],"mapped",[4378]],[[12609,12609],"mapped",[4358]],[[12610,12610],"mapped",[4359]],[[12611,12611],"mapped",[4360]],[[12612,12612],"mapped",[4385]],[[12613,12613],"mapped",[4361]],[[12614,12614],"mapped",[4362]],[[12615,12615],"mapped",[4363]],[[12616,12616],"mapped",[4364]],[[12617,12617],"mapped",[4365]],[[12618,12618],"mapped",[4366]],[[12619,12619],"mapped",[4367]],[[12620,12620],"mapped",[4368]],[[12621,12621],"mapped",[4369]],[[12622,12622],"mapped",[4370]],[[12623,12623],"mapped",[4449]],[[12624,12624],"mapped",[4450]],[[12625,12625],"mapped",[4451]],[[12626,12626],"mapped",[4452]],[[12627,12627],"mapped",[4453]],[[12628,12628],"mapped",[4454]],[[12629,12629],"mapped",[4455]],[[12630,12630],"mapped",[4456]],[[12631,12631],"mapped",[4457]],[[12632,12632],"mapped",[4458]],[[12633,12633],"mapped",[4459]],[[12634,12634],"mapped",[4460]],[[12635,12635],"mapped",[4461]],[[12636,12636],"mapped",[4462]],[[12637,12637],"mapped",[4463]],[[12638,12638],"mapped",[4464]],[[12639,12639],"mapped",[4465]],[[12640,12640],"mapped",[4466]],[[12641,12641],"mapped",[4467]],[[12642,12642],"mapped",[4468]],[[12643,12643],"mapped",[4469]],[[12644,12644],"disallowed"],[[12645,12645],"mapped",[4372]],[[12646,12646],"mapped",[4373]],[[12647,12647],"mapped",[4551]],[[12648,12648],"mapped",[4552]],[[12649,12649],"mapped",[4556]],[[12650,12650],"mapped",[4558]],[[12651,12651],"mapped",[4563]],[[12652,12652],"mapped",[4567]],[[12653,12653],"mapped",[4569]],[[12654,12654],"mapped",[4380]],[[12655,12655],"mapped",[4573]],[[12656,12656],"mapped",[4575]],[[12657,12657],"mapped",[4381]],[[12658,12658],"mapped",[4382]],[[12659,12659],"mapped",[4384]],[[12660,12660],"mapped",[4386]],[[12661,12661],"mapped",[4387]],[[12662,12662],"mapped",[4391]],[[12663,12663],"mapped",[4393]],[[12664,12664],"mapped",[4395]],[[12665,12665],"mapped",[4396]],[[12666,12666],"mapped",[4397]],[[12667,12667],"mapped",[4398]],[[12668,12668],"mapped",[4399]],[[12669,12669],"mapped",[4402]],[[12670,12670],"mapped",[4406]],[[12671,12671],"mapped",[4416]],[[12672,12672],"mapped",[4423]],[[12673,12673],"mapped",[4428]],[[12674,12674],"mapped",[4593]],[[12675,12675],"mapped",[4594]],[[12676,12676],"mapped",[4439]],[[12677,12677],"mapped",[4440]],[[12678,12678],"mapped",[4441]],[[12679,12679],"mapped",[4484]],[[12680,12680],"mapped",[4485]],[[12681,12681],"mapped",[4488]],[[12682,12682],"mapped",[4497]],[[12683,12683],"mapped",[4498]],[[12684,12684],"mapped",[4500]],[[12685,12685],"mapped",[4510]],[[12686,12686],"mapped",[4513]],[[12687,12687],"disallowed"],[[12688,12689],"valid",[],"NV8"],[[12690,12690],"mapped",[19968]],[[12691,12691],"mapped",[20108]],[[12692,12692],"mapped",[19977]],[[12693,12693],"mapped",[22235]],[[12694,12694],"mapped",[19978]],[[12695,12695],"mapped",[20013]],[[12696,12696],"mapped",[19979]],[[12697,12697],"mapped",[30002]],[[12698,12698],"mapped",[20057]],[[12699,12699],"mapped",[19993]],[[12700,12700],"mapped",[19969]],[[12701,12701],"mapped",[22825]],[[12702,12702],"mapped",[22320]],[[12703,12703],"mapped",[20154]],[[12704,12727],"valid"],[[12728,12730],"valid"],[[12731,12735],"disallowed"],[[12736,12751],"valid",[],"NV8"],[[12752,12771],"valid",[],"NV8"],[[12772,12783],"disallowed"],[[12784,12799],"valid"],[[12800,12800],"disallowed_STD3_mapped",[40,4352,41]],[[12801,12801],"disallowed_STD3_mapped",[40,4354,41]],[[12802,12802],"disallowed_STD3_mapped",[40,4355,41]],[[12803,12803],"disallowed_STD3_mapped",[40,4357,41]],[[12804,12804],"disallowed_STD3_mapped",[40,4358,41]],[[12805,12805],"disallowed_STD3_mapped",[40,4359,41]],[[12806,12806],"disallowed_STD3_mapped",[40,4361,41]],[[12807,12807],"disallowed_STD3_mapped",[40,4363,41]],[[12808,12808],"disallowed_STD3_mapped",[40,4364,41]],[[12809,12809],"disallowed_STD3_mapped",[40,4366,41]],[[12810,12810],"disallowed_STD3_mapped",[40,4367,41]],[[12811,12811],"disallowed_STD3_mapped",[40,4368,41]],[[12812,12812],"disallowed_STD3_mapped",[40,4369,41]],[[12813,12813],"disallowed_STD3_mapped",[40,4370,41]],[[12814,12814],"disallowed_STD3_mapped",[40,44032,41]],[[12815,12815],"disallowed_STD3_mapped",[40,45208,41]],[[12816,12816],"disallowed_STD3_mapped",[40,45796,41]],[[12817,12817],"disallowed_STD3_mapped",[40,46972,41]],[[12818,12818],"disallowed_STD3_mapped",[40,47560,41]],[[12819,12819],"disallowed_STD3_mapped",[40,48148,41]],[[12820,12820],"disallowed_STD3_mapped",[40,49324,41]],[[12821,12821],"disallowed_STD3_mapped",[40,50500,41]],[[12822,12822],"disallowed_STD3_mapped",[40,51088,41]],[[12823,12823],"disallowed_STD3_mapped",[40,52264,41]],[[12824,12824],"disallowed_STD3_mapped",[40,52852,41]],[[12825,12825],"disallowed_STD3_mapped",[40,53440,41]],[[12826,12826],"disallowed_STD3_mapped",[40,54028,41]],[[12827,12827],"disallowed_STD3_mapped",[40,54616,41]],[[12828,12828],"disallowed_STD3_mapped",[40,51452,41]],[[12829,12829],"disallowed_STD3_mapped",[40,50724,51204,41]],[[12830,12830],"disallowed_STD3_mapped",[40,50724,54980,41]],[[12831,12831],"disallowed"],[[12832,12832],"disallowed_STD3_mapped",[40,19968,41]],[[12833,12833],"disallowed_STD3_mapped",[40,20108,41]],[[12834,12834],"disallowed_STD3_mapped",[40,19977,41]],[[12835,12835],"disallowed_STD3_mapped",[40,22235,41]],[[12836,12836],"disallowed_STD3_mapped",[40,20116,41]],[[12837,12837],"disallowed_STD3_mapped",[40,20845,41]],[[12838,12838],"disallowed_STD3_mapped",[40,19971,41]],[[12839,12839],"disallowed_STD3_mapped",[40,20843,41]],[[12840,12840],"disallowed_STD3_mapped",[40,20061,41]],[[12841,12841],"disallowed_STD3_mapped",[40,21313,41]],[[12842,12842],"disallowed_STD3_mapped",[40,26376,41]],[[12843,12843],"disallowed_STD3_mapped",[40,28779,41]],[[12844,12844],"disallowed_STD3_mapped",[40,27700,41]],[[12845,12845],"disallowed_STD3_mapped",[40,26408,41]],[[12846,12846],"disallowed_STD3_mapped",[40,37329,41]],[[12847,12847],"disallowed_STD3_mapped",[40,22303,41]],[[12848,12848],"disallowed_STD3_mapped",[40,26085,41]],[[12849,12849],"disallowed_STD3_mapped",[40,26666,41]],[[12850,12850],"disallowed_STD3_mapped",[40,26377,41]],[[12851,12851],"disallowed_STD3_mapped",[40,31038,41]],[[12852,12852],"disallowed_STD3_mapped",[40,21517,41]],[[12853,12853],"disallowed_STD3_mapped",[40,29305,41]],[[12854,12854],"disallowed_STD3_mapped",[40,36001,41]],[[12855,12855],"disallowed_STD3_mapped",[40,31069,41]],[[12856,12856],"disallowed_STD3_mapped",[40,21172,41]],[[12857,12857],"disallowed_STD3_mapped",[40,20195,41]],[[12858,12858],"disallowed_STD3_mapped",[40,21628,41]],[[12859,12859],"disallowed_STD3_mapped",[40,23398,41]],[[12860,12860],"disallowed_STD3_mapped",[40,30435,41]],[[12861,12861],"disallowed_STD3_mapped",[40,20225,41]],[[12862,12862],"disallowed_STD3_mapped",[40,36039,41]],[[12863,12863],"disallowed_STD3_mapped",[40,21332,41]],[[12864,12864],"disallowed_STD3_mapped",[40,31085,41]],[[12865,12865],"disallowed_STD3_mapped",[40,20241,41]],[[12866,12866],"disallowed_STD3_mapped",[40,33258,41]],[[12867,12867],"disallowed_STD3_mapped",[40,33267,41]],[[12868,12868],"mapped",[21839]],[[12869,12869],"mapped",[24188]],[[12870,12870],"mapped",[25991]],[[12871,12871],"mapped",[31631]],[[12872,12879],"valid",[],"NV8"],[[12880,12880],"mapped",[112,116,101]],[[12881,12881],"mapped",[50,49]],[[12882,12882],"mapped",[50,50]],[[12883,12883],"mapped",[50,51]],[[12884,12884],"mapped",[50,52]],[[12885,12885],"mapped",[50,53]],[[12886,12886],"mapped",[50,54]],[[12887,12887],"mapped",[50,55]],[[12888,12888],"mapped",[50,56]],[[12889,12889],"mapped",[50,57]],[[12890,12890],"mapped",[51,48]],[[12891,12891],"mapped",[51,49]],[[12892,12892],"mapped",[51,50]],[[12893,12893],"mapped",[51,51]],[[12894,12894],"mapped",[51,52]],[[12895,12895],"mapped",[51,53]],[[12896,12896],"mapped",[4352]],[[12897,12897],"mapped",[4354]],[[12898,12898],"mapped",[4355]],[[12899,12899],"mapped",[4357]],[[12900,12900],"mapped",[4358]],[[12901,12901],"mapped",[4359]],[[12902,12902],"mapped",[4361]],[[12903,12903],"mapped",[4363]],[[12904,12904],"mapped",[4364]],[[12905,12905],"mapped",[4366]],[[12906,12906],"mapped",[4367]],[[12907,12907],"mapped",[4368]],[[12908,12908],"mapped",[4369]],[[12909,12909],"mapped",[4370]],[[12910,12910],"mapped",[44032]],[[12911,12911],"mapped",[45208]],[[12912,12912],"mapped",[45796]],[[12913,12913],"mapped",[46972]],[[12914,12914],"mapped",[47560]],[[12915,12915],"mapped",[48148]],[[12916,12916],"mapped",[49324]],[[12917,12917],"mapped",[50500]],[[12918,12918],"mapped",[51088]],[[12919,12919],"mapped",[52264]],[[12920,12920],"mapped",[52852]],[[12921,12921],"mapped",[53440]],[[12922,12922],"mapped",[54028]],[[12923,12923],"mapped",[54616]],[[12924,12924],"mapped",[52280,44256]],[[12925,12925],"mapped",[51452,51032]],[[12926,12926],"mapped",[50864]],[[12927,12927],"valid",[],"NV8"],[[12928,12928],"mapped",[19968]],[[12929,12929],"mapped",[20108]],[[12930,12930],"mapped",[19977]],[[12931,12931],"mapped",[22235]],[[12932,12932],"mapped",[20116]],[[12933,12933],"mapped",[20845]],[[12934,12934],"mapped",[19971]],[[12935,12935],"mapped",[20843]],[[12936,12936],"mapped",[20061]],[[12937,12937],"mapped",[21313]],[[12938,12938],"mapped",[26376]],[[12939,12939],"mapped",[28779]],[[12940,12940],"mapped",[27700]],[[12941,12941],"mapped",[26408]],[[12942,12942],"mapped",[37329]],[[12943,12943],"mapped",[22303]],[[12944,12944],"mapped",[26085]],[[12945,12945],"mapped",[26666]],[[12946,12946],"mapped",[26377]],[[12947,12947],"mapped",[31038]],[[12948,12948],"mapped",[21517]],[[12949,12949],"mapped",[29305]],[[12950,12950],"mapped",[36001]],[[12951,12951],"mapped",[31069]],[[12952,12952],"mapped",[21172]],[[12953,12953],"mapped",[31192]],[[12954,12954],"mapped",[30007]],[[12955,12955],"mapped",[22899]],[[12956,12956],"mapped",[36969]],[[12957,12957],"mapped",[20778]],[[12958,12958],"mapped",[21360]],[[12959,12959],"mapped",[27880]],[[12960,12960],"mapped",[38917]],[[12961,12961],"mapped",[20241]],[[12962,12962],"mapped",[20889]],[[12963,12963],"mapped",[27491]],[[12964,12964],"mapped",[19978]],[[12965,12965],"mapped",[20013]],[[12966,12966],"mapped",[19979]],[[12967,12967],"mapped",[24038]],[[12968,12968],"mapped",[21491]],[[12969,12969],"mapped",[21307]],[[12970,12970],"mapped",[23447]],[[12971,12971],"mapped",[23398]],[[12972,12972],"mapped",[30435]],[[12973,12973],"mapped",[20225]],[[12974,12974],"mapped",[36039]],[[12975,12975],"mapped",[21332]],[[12976,12976],"mapped",[22812]],[[12977,12977],"mapped",[51,54]],[[12978,12978],"mapped",[51,55]],[[12979,12979],"mapped",[51,56]],[[12980,12980],"mapped",[51,57]],[[12981,12981],"mapped",[52,48]],[[12982,12982],"mapped",[52,49]],[[12983,12983],"mapped",[52,50]],[[12984,12984],"mapped",[52,51]],[[12985,12985],"mapped",[52,52]],[[12986,12986],"mapped",[52,53]],[[12987,12987],"mapped",[52,54]],[[12988,12988],"mapped",[52,55]],[[12989,12989],"mapped",[52,56]],[[12990,12990],"mapped",[52,57]],[[12991,12991],"mapped",[53,48]],[[12992,12992],"mapped",[49,26376]],[[12993,12993],"mapped",[50,26376]],[[12994,12994],"mapped",[51,26376]],[[12995,12995],"mapped",[52,26376]],[[12996,12996],"mapped",[53,26376]],[[12997,12997],"mapped",[54,26376]],[[12998,12998],"mapped",[55,26376]],[[12999,12999],"mapped",[56,26376]],[[13000,13000],"mapped",[57,26376]],[[13001,13001],"mapped",[49,48,26376]],[[13002,13002],"mapped",[49,49,26376]],[[13003,13003],"mapped",[49,50,26376]],[[13004,13004],"mapped",[104,103]],[[13005,13005],"mapped",[101,114,103]],[[13006,13006],"mapped",[101,118]],[[13007,13007],"mapped",[108,116,100]],[[13008,13008],"mapped",[12450]],[[13009,13009],"mapped",[12452]],[[13010,13010],"mapped",[12454]],[[13011,13011],"mapped",[12456]],[[13012,13012],"mapped",[12458]],[[13013,13013],"mapped",[12459]],[[13014,13014],"mapped",[12461]],[[13015,13015],"mapped",[12463]],[[13016,13016],"mapped",[12465]],[[13017,13017],"mapped",[12467]],[[13018,13018],"mapped",[12469]],[[13019,13019],"mapped",[12471]],[[13020,13020],"mapped",[12473]],[[13021,13021],"mapped",[12475]],[[13022,13022],"mapped",[12477]],[[13023,13023],"mapped",[12479]],[[13024,13024],"mapped",[12481]],[[13025,13025],"mapped",[12484]],[[13026,13026],"mapped",[12486]],[[13027,13027],"mapped",[12488]],[[13028,13028],"mapped",[12490]],[[13029,13029],"mapped",[12491]],[[13030,13030],"mapped",[12492]],[[13031,13031],"mapped",[12493]],[[13032,13032],"mapped",[12494]],[[13033,13033],"mapped",[12495]],[[13034,13034],"mapped",[12498]],[[13035,13035],"mapped",[12501]],[[13036,13036],"mapped",[12504]],[[13037,13037],"mapped",[12507]],[[13038,13038],"mapped",[12510]],[[13039,13039],"mapped",[12511]],[[13040,13040],"mapped",[12512]],[[13041,13041],"mapped",[12513]],[[13042,13042],"mapped",[12514]],[[13043,13043],"mapped",[12516]],[[13044,13044],"mapped",[12518]],[[13045,13045],"mapped",[12520]],[[13046,13046],"mapped",[12521]],[[13047,13047],"mapped",[12522]],[[13048,13048],"mapped",[12523]],[[13049,13049],"mapped",[12524]],[[13050,13050],"mapped",[12525]],[[13051,13051],"mapped",[12527]],[[13052,13052],"mapped",[12528]],[[13053,13053],"mapped",[12529]],[[13054,13054],"mapped",[12530]],[[13055,13055],"disallowed"],[[13056,13056],"mapped",[12450,12497,12540,12488]],[[13057,13057],"mapped",[12450,12523,12501,12449]],[[13058,13058],"mapped",[12450,12531,12506,12450]],[[13059,13059],"mapped",[12450,12540,12523]],[[13060,13060],"mapped",[12452,12491,12531,12464]],[[13061,13061],"mapped",[12452,12531,12481]],[[13062,13062],"mapped",[12454,12457,12531]],[[13063,13063],"mapped",[12456,12473,12463,12540,12489]],[[13064,13064],"mapped",[12456,12540,12459,12540]],[[13065,13065],"mapped",[12458,12531,12473]],[[13066,13066],"mapped",[12458,12540,12512]],[[13067,13067],"mapped",[12459,12452,12522]],[[13068,13068],"mapped",[12459,12521,12483,12488]],[[13069,13069],"mapped",[12459,12525,12522,12540]],[[13070,13070],"mapped",[12460,12525,12531]],[[13071,13071],"mapped",[12460,12531,12510]],[[13072,13072],"mapped",[12462,12460]],[[13073,13073],"mapped",[12462,12491,12540]],[[13074,13074],"mapped",[12461,12517,12522,12540]],[[13075,13075],"mapped",[12462,12523,12480,12540]],[[13076,13076],"mapped",[12461,12525]],[[13077,13077],"mapped",[12461,12525,12464,12521,12512]],[[13078,13078],"mapped",[12461,12525,12513,12540,12488,12523]],[[13079,13079],"mapped",[12461,12525,12527,12483,12488]],[[13080,13080],"mapped",[12464,12521,12512]],[[13081,13081],"mapped",[12464,12521,12512,12488,12531]],[[13082,13082],"mapped",[12463,12523,12476,12452,12525]],[[13083,13083],"mapped",[12463,12525,12540,12493]],[[13084,13084],"mapped",[12465,12540,12473]],[[13085,13085],"mapped",[12467,12523,12490]],[[13086,13086],"mapped",[12467,12540,12509]],[[13087,13087],"mapped",[12469,12452,12463,12523]],[[13088,13088],"mapped",[12469,12531,12481,12540,12512]],[[13089,13089],"mapped",[12471,12522,12531,12464]],[[13090,13090],"mapped",[12475,12531,12481]],[[13091,13091],"mapped",[12475,12531,12488]],[[13092,13092],"mapped",[12480,12540,12473]],[[13093,13093],"mapped",[12487,12471]],[[13094,13094],"mapped",[12489,12523]],[[13095,13095],"mapped",[12488,12531]],[[13096,13096],"mapped",[12490,12494]],[[13097,13097],"mapped",[12494,12483,12488]],[[13098,13098],"mapped",[12495,12452,12484]],[[13099,13099],"mapped",[12497,12540,12475,12531,12488]],[[13100,13100],"mapped",[12497,12540,12484]],[[13101,13101],"mapped",[12496,12540,12524,12523]],[[13102,13102],"mapped",[12500,12450,12473,12488,12523]],[[13103,13103],"mapped",[12500,12463,12523]],[[13104,13104],"mapped",[12500,12467]],[[13105,13105],"mapped",[12499,12523]],[[13106,13106],"mapped",[12501,12449,12521,12483,12489]],[[13107,13107],"mapped",[12501,12451,12540,12488]],[[13108,13108],"mapped",[12502,12483,12471,12455,12523]],[[13109,13109],"mapped",[12501,12521,12531]],[[13110,13110],"mapped",[12504,12463,12479,12540,12523]],[[13111,13111],"mapped",[12506,12477]],[[13112,13112],"mapped",[12506,12491,12498]],[[13113,13113],"mapped",[12504,12523,12484]],[[13114,13114],"mapped",[12506,12531,12473]],[[13115,13115],"mapped",[12506,12540,12472]],[[13116,13116],"mapped",[12505,12540,12479]],[[13117,13117],"mapped",[12509,12452,12531,12488]],[[13118,13118],"mapped",[12508,12523,12488]],[[13119,13119],"mapped",[12507,12531]],[[13120,13120],"mapped",[12509,12531,12489]],[[13121,13121],"mapped",[12507,12540,12523]],[[13122,13122],"mapped",[12507,12540,12531]],[[13123,13123],"mapped",[12510,12452,12463,12525]],[[13124,13124],"mapped",[12510,12452,12523]],[[13125,13125],"mapped",[12510,12483,12495]],[[13126,13126],"mapped",[12510,12523,12463]],[[13127,13127],"mapped",[12510,12531,12471,12519,12531]],[[13128,13128],"mapped",[12511,12463,12525,12531]],[[13129,13129],"mapped",[12511,12522]],[[13130,13130],"mapped",[12511,12522,12496,12540,12523]],[[13131,13131],"mapped",[12513,12460]],[[13132,13132],"mapped",[12513,12460,12488,12531]],[[13133,13133],"mapped",[12513,12540,12488,12523]],[[13134,13134],"mapped",[12516,12540,12489]],[[13135,13135],"mapped",[12516,12540,12523]],[[13136,13136],"mapped",[12518,12450,12531]],[[13137,13137],"mapped",[12522,12483,12488,12523]],[[13138,13138],"mapped",[12522,12521]],[[13139,13139],"mapped",[12523,12500,12540]],[[13140,13140],"mapped",[12523,12540,12502,12523]],[[13141,13141],"mapped",[12524,12512]],[[13142,13142],"mapped",[12524,12531,12488,12466,12531]],[[13143,13143],"mapped",[12527,12483,12488]],[[13144,13144],"mapped",[48,28857]],[[13145,13145],"mapped",[49,28857]],[[13146,13146],"mapped",[50,28857]],[[13147,13147],"mapped",[51,28857]],[[13148,13148],"mapped",[52,28857]],[[13149,13149],"mapped",[53,28857]],[[13150,13150],"mapped",[54,28857]],[[13151,13151],"mapped",[55,28857]],[[13152,13152],"mapped",[56,28857]],[[13153,13153],"mapped",[57,28857]],[[13154,13154],"mapped",[49,48,28857]],[[13155,13155],"mapped",[49,49,28857]],[[13156,13156],"mapped",[49,50,28857]],[[13157,13157],"mapped",[49,51,28857]],[[13158,13158],"mapped",[49,52,28857]],[[13159,13159],"mapped",[49,53,28857]],[[13160,13160],"mapped",[49,54,28857]],[[13161,13161],"mapped",[49,55,28857]],[[13162,13162],"mapped",[49,56,28857]],[[13163,13163],"mapped",[49,57,28857]],[[13164,13164],"mapped",[50,48,28857]],[[13165,13165],"mapped",[50,49,28857]],[[13166,13166],"mapped",[50,50,28857]],[[13167,13167],"mapped",[50,51,28857]],[[13168,13168],"mapped",[50,52,28857]],[[13169,13169],"mapped",[104,112,97]],[[13170,13170],"mapped",[100,97]],[[13171,13171],"mapped",[97,117]],[[13172,13172],"mapped",[98,97,114]],[[13173,13173],"mapped",[111,118]],[[13174,13174],"mapped",[112,99]],[[13175,13175],"mapped",[100,109]],[[13176,13176],"mapped",[100,109,50]],[[13177,13177],"mapped",[100,109,51]],[[13178,13178],"mapped",[105,117]],[[13179,13179],"mapped",[24179,25104]],[[13180,13180],"mapped",[26157,21644]],[[13181,13181],"mapped",[22823,27491]],[[13182,13182],"mapped",[26126,27835]],[[13183,13183],"mapped",[26666,24335,20250,31038]],[[13184,13184],"mapped",[112,97]],[[13185,13185],"mapped",[110,97]],[[13186,13186],"mapped",[956,97]],[[13187,13187],"mapped",[109,97]],[[13188,13188],"mapped",[107,97]],[[13189,13189],"mapped",[107,98]],[[13190,13190],"mapped",[109,98]],[[13191,13191],"mapped",[103,98]],[[13192,13192],"mapped",[99,97,108]],[[13193,13193],"mapped",[107,99,97,108]],[[13194,13194],"mapped",[112,102]],[[13195,13195],"mapped",[110,102]],[[13196,13196],"mapped",[956,102]],[[13197,13197],"mapped",[956,103]],[[13198,13198],"mapped",[109,103]],[[13199,13199],"mapped",[107,103]],[[13200,13200],"mapped",[104,122]],[[13201,13201],"mapped",[107,104,122]],[[13202,13202],"mapped",[109,104,122]],[[13203,13203],"mapped",[103,104,122]],[[13204,13204],"mapped",[116,104,122]],[[13205,13205],"mapped",[956,108]],[[13206,13206],"mapped",[109,108]],[[13207,13207],"mapped",[100,108]],[[13208,13208],"mapped",[107,108]],[[13209,13209],"mapped",[102,109]],[[13210,13210],"mapped",[110,109]],[[13211,13211],"mapped",[956,109]],[[13212,13212],"mapped",[109,109]],[[13213,13213],"mapped",[99,109]],[[13214,13214],"mapped",[107,109]],[[13215,13215],"mapped",[109,109,50]],[[13216,13216],"mapped",[99,109,50]],[[13217,13217],"mapped",[109,50]],[[13218,13218],"mapped",[107,109,50]],[[13219,13219],"mapped",[109,109,51]],[[13220,13220],"mapped",[99,109,51]],[[13221,13221],"mapped",[109,51]],[[13222,13222],"mapped",[107,109,51]],[[13223,13223],"mapped",[109,8725,115]],[[13224,13224],"mapped",[109,8725,115,50]],[[13225,13225],"mapped",[112,97]],[[13226,13226],"mapped",[107,112,97]],[[13227,13227],"mapped",[109,112,97]],[[13228,13228],"mapped",[103,112,97]],[[13229,13229],"mapped",[114,97,100]],[[13230,13230],"mapped",[114,97,100,8725,115]],[[13231,13231],"mapped",[114,97,100,8725,115,50]],[[13232,13232],"mapped",[112,115]],[[13233,13233],"mapped",[110,115]],[[13234,13234],"mapped",[956,115]],[[13235,13235],"mapped",[109,115]],[[13236,13236],"mapped",[112,118]],[[13237,13237],"mapped",[110,118]],[[13238,13238],"mapped",[956,118]],[[13239,13239],"mapped",[109,118]],[[13240,13240],"mapped",[107,118]],[[13241,13241],"mapped",[109,118]],[[13242,13242],"mapped",[112,119]],[[13243,13243],"mapped",[110,119]],[[13244,13244],"mapped",[956,119]],[[13245,13245],"mapped",[109,119]],[[13246,13246],"mapped",[107,119]],[[13247,13247],"mapped",[109,119]],[[13248,13248],"mapped",[107,969]],[[13249,13249],"mapped",[109,969]],[[13250,13250],"disallowed"],[[13251,13251],"mapped",[98,113]],[[13252,13252],"mapped",[99,99]],[[13253,13253],"mapped",[99,100]],[[13254,13254],"mapped",[99,8725,107,103]],[[13255,13255],"disallowed"],[[13256,13256],"mapped",[100,98]],[[13257,13257],"mapped",[103,121]],[[13258,13258],"mapped",[104,97]],[[13259,13259],"mapped",[104,112]],[[13260,13260],"mapped",[105,110]],[[13261,13261],"mapped",[107,107]],[[13262,13262],"mapped",[107,109]],[[13263,13263],"mapped",[107,116]],[[13264,13264],"mapped",[108,109]],[[13265,13265],"mapped",[108,110]],[[13266,13266],"mapped",[108,111,103]],[[13267,13267],"mapped",[108,120]],[[13268,13268],"mapped",[109,98]],[[13269,13269],"mapped",[109,105,108]],[[13270,13270],"mapped",[109,111,108]],[[13271,13271],"mapped",[112,104]],[[13272,13272],"disallowed"],[[13273,13273],"mapped",[112,112,109]],[[13274,13274],"mapped",[112,114]],[[13275,13275],"mapped",[115,114]],[[13276,13276],"mapped",[115,118]],[[13277,13277],"mapped",[119,98]],[[13278,13278],"mapped",[118,8725,109]],[[13279,13279],"mapped",[97,8725,109]],[[13280,13280],"mapped",[49,26085]],[[13281,13281],"mapped",[50,26085]],[[13282,13282],"mapped",[51,26085]],[[13283,13283],"mapped",[52,26085]],[[13284,13284],"mapped",[53,26085]],[[13285,13285],"mapped",[54,26085]],[[13286,13286],"mapped",[55,26085]],[[13287,13287],"mapped",[56,26085]],[[13288,13288],"mapped",[57,26085]],[[13289,13289],"mapped",[49,48,26085]],[[13290,13290],"mapped",[49,49,26085]],[[13291,13291],"mapped",[49,50,26085]],[[13292,13292],"mapped",[49,51,26085]],[[13293,13293],"mapped",[49,52,26085]],[[13294,13294],"mapped",[49,53,26085]],[[13295,13295],"mapped",[49,54,26085]],[[13296,13296],"mapped",[49,55,26085]],[[13297,13297],"mapped",[49,56,26085]],[[13298,13298],"mapped",[49,57,26085]],[[13299,13299],"mapped",[50,48,26085]],[[13300,13300],"mapped",[50,49,26085]],[[13301,13301],"mapped",[50,50,26085]],[[13302,13302],"mapped",[50,51,26085]],[[13303,13303],"mapped",[50,52,26085]],[[13304,13304],"mapped",[50,53,26085]],[[13305,13305],"mapped",[50,54,26085]],[[13306,13306],"mapped",[50,55,26085]],[[13307,13307],"mapped",[50,56,26085]],[[13308,13308],"mapped",[50,57,26085]],[[13309,13309],"mapped",[51,48,26085]],[[13310,13310],"mapped",[51,49,26085]],[[13311,13311],"mapped",[103,97,108]],[[13312,19893],"valid"],[[19894,19903],"disallowed"],[[19904,19967],"valid",[],"NV8"],[[19968,40869],"valid"],[[40870,40891],"valid"],[[40892,40899],"valid"],[[40900,40907],"valid"],[[40908,40908],"valid"],[[40909,40917],"valid"],[[40918,40959],"disallowed"],[[40960,42124],"valid"],[[42125,42127],"disallowed"],[[42128,42145],"valid",[],"NV8"],[[42146,42147],"valid",[],"NV8"],[[42148,42163],"valid",[],"NV8"],[[42164,42164],"valid",[],"NV8"],[[42165,42176],"valid",[],"NV8"],[[42177,42177],"valid",[],"NV8"],[[42178,42180],"valid",[],"NV8"],[[42181,42181],"valid",[],"NV8"],[[42182,42182],"valid",[],"NV8"],[[42183,42191],"disallowed"],[[42192,42237],"valid"],[[42238,42239],"valid",[],"NV8"],[[42240,42508],"valid"],[[42509,42511],"valid",[],"NV8"],[[42512,42539],"valid"],[[42540,42559],"disallowed"],[[42560,42560],"mapped",[42561]],[[42561,42561],"valid"],[[42562,42562],"mapped",[42563]],[[42563,42563],"valid"],[[42564,42564],"mapped",[42565]],[[42565,42565],"valid"],[[42566,42566],"mapped",[42567]],[[42567,42567],"valid"],[[42568,42568],"mapped",[42569]],[[42569,42569],"valid"],[[42570,42570],"mapped",[42571]],[[42571,42571],"valid"],[[42572,42572],"mapped",[42573]],[[42573,42573],"valid"],[[42574,42574],"mapped",[42575]],[[42575,42575],"valid"],[[42576,42576],"mapped",[42577]],[[42577,42577],"valid"],[[42578,42578],"mapped",[42579]],[[42579,42579],"valid"],[[42580,42580],"mapped",[42581]],[[42581,42581],"valid"],[[42582,42582],"mapped",[42583]],[[42583,42583],"valid"],[[42584,42584],"mapped",[42585]],[[42585,42585],"valid"],[[42586,42586],"mapped",[42587]],[[42587,42587],"valid"],[[42588,42588],"mapped",[42589]],[[42589,42589],"valid"],[[42590,42590],"mapped",[42591]],[[42591,42591],"valid"],[[42592,42592],"mapped",[42593]],[[42593,42593],"valid"],[[42594,42594],"mapped",[42595]],[[42595,42595],"valid"],[[42596,42596],"mapped",[42597]],[[42597,42597],"valid"],[[42598,42598],"mapped",[42599]],[[42599,42599],"valid"],[[42600,42600],"mapped",[42601]],[[42601,42601],"valid"],[[42602,42602],"mapped",[42603]],[[42603,42603],"valid"],[[42604,42604],"mapped",[42605]],[[42605,42607],"valid"],[[42608,42611],"valid",[],"NV8"],[[42612,42619],"valid"],[[42620,42621],"valid"],[[42622,42622],"valid",[],"NV8"],[[42623,42623],"valid"],[[42624,42624],"mapped",[42625]],[[42625,42625],"valid"],[[42626,42626],"mapped",[42627]],[[42627,42627],"valid"],[[42628,42628],"mapped",[42629]],[[42629,42629],"valid"],[[42630,42630],"mapped",[42631]],[[42631,42631],"valid"],[[42632,42632],"mapped",[42633]],[[42633,42633],"valid"],[[42634,42634],"mapped",[42635]],[[42635,42635],"valid"],[[42636,42636],"mapped",[42637]],[[42637,42637],"valid"],[[42638,42638],"mapped",[42639]],[[42639,42639],"valid"],[[42640,42640],"mapped",[42641]],[[42641,42641],"valid"],[[42642,42642],"mapped",[42643]],[[42643,42643],"valid"],[[42644,42644],"mapped",[42645]],[[42645,42645],"valid"],[[42646,42646],"mapped",[42647]],[[42647,42647],"valid"],[[42648,42648],"mapped",[42649]],[[42649,42649],"valid"],[[42650,42650],"mapped",[42651]],[[42651,42651],"valid"],[[42652,42652],"mapped",[1098]],[[42653,42653],"mapped",[1100]],[[42654,42654],"valid"],[[42655,42655],"valid"],[[42656,42725],"valid"],[[42726,42735],"valid",[],"NV8"],[[42736,42737],"valid"],[[42738,42743],"valid",[],"NV8"],[[42744,42751],"disallowed"],[[42752,42774],"valid",[],"NV8"],[[42775,42778],"valid"],[[42779,42783],"valid"],[[42784,42785],"valid",[],"NV8"],[[42786,42786],"mapped",[42787]],[[42787,42787],"valid"],[[42788,42788],"mapped",[42789]],[[42789,42789],"valid"],[[42790,42790],"mapped",[42791]],[[42791,42791],"valid"],[[42792,42792],"mapped",[42793]],[[42793,42793],"valid"],[[42794,42794],"mapped",[42795]],[[42795,42795],"valid"],[[42796,42796],"mapped",[42797]],[[42797,42797],"valid"],[[42798,42798],"mapped",[42799]],[[42799,42801],"valid"],[[42802,42802],"mapped",[42803]],[[42803,42803],"valid"],[[42804,42804],"mapped",[42805]],[[42805,42805],"valid"],[[42806,42806],"mapped",[42807]],[[42807,42807],"valid"],[[42808,42808],"mapped",[42809]],[[42809,42809],"valid"],[[42810,42810],"mapped",[42811]],[[42811,42811],"valid"],[[42812,42812],"mapped",[42813]],[[42813,42813],"valid"],[[42814,42814],"mapped",[42815]],[[42815,42815],"valid"],[[42816,42816],"mapped",[42817]],[[42817,42817],"valid"],[[42818,42818],"mapped",[42819]],[[42819,42819],"valid"],[[42820,42820],"mapped",[42821]],[[42821,42821],"valid"],[[42822,42822],"mapped",[42823]],[[42823,42823],"valid"],[[42824,42824],"mapped",[42825]],[[42825,42825],"valid"],[[42826,42826],"mapped",[42827]],[[42827,42827],"valid"],[[42828,42828],"mapped",[42829]],[[42829,42829],"valid"],[[42830,42830],"mapped",[42831]],[[42831,42831],"valid"],[[42832,42832],"mapped",[42833]],[[42833,42833],"valid"],[[42834,42834],"mapped",[42835]],[[42835,42835],"valid"],[[42836,42836],"mapped",[42837]],[[42837,42837],"valid"],[[42838,42838],"mapped",[42839]],[[42839,42839],"valid"],[[42840,42840],"mapped",[42841]],[[42841,42841],"valid"],[[42842,42842],"mapped",[42843]],[[42843,42843],"valid"],[[42844,42844],"mapped",[42845]],[[42845,42845],"valid"],[[42846,42846],"mapped",[42847]],[[42847,42847],"valid"],[[42848,42848],"mapped",[42849]],[[42849,42849],"valid"],[[42850,42850],"mapped",[42851]],[[42851,42851],"valid"],[[42852,42852],"mapped",[42853]],[[42853,42853],"valid"],[[42854,42854],"mapped",[42855]],[[42855,42855],"valid"],[[42856,42856],"mapped",[42857]],[[42857,42857],"valid"],[[42858,42858],"mapped",[42859]],[[42859,42859],"valid"],[[42860,42860],"mapped",[42861]],[[42861,42861],"valid"],[[42862,42862],"mapped",[42863]],[[42863,42863],"valid"],[[42864,42864],"mapped",[42863]],[[42865,42872],"valid"],[[42873,42873],"mapped",[42874]],[[42874,42874],"valid"],[[42875,42875],"mapped",[42876]],[[42876,42876],"valid"],[[42877,42877],"mapped",[7545]],[[42878,42878],"mapped",[42879]],[[42879,42879],"valid"],[[42880,42880],"mapped",[42881]],[[42881,42881],"valid"],[[42882,42882],"mapped",[42883]],[[42883,42883],"valid"],[[42884,42884],"mapped",[42885]],[[42885,42885],"valid"],[[42886,42886],"mapped",[42887]],[[42887,42888],"valid"],[[42889,42890],"valid",[],"NV8"],[[42891,42891],"mapped",[42892]],[[42892,42892],"valid"],[[42893,42893],"mapped",[613]],[[42894,42894],"valid"],[[42895,42895],"valid"],[[42896,42896],"mapped",[42897]],[[42897,42897],"valid"],[[42898,42898],"mapped",[42899]],[[42899,42899],"valid"],[[42900,42901],"valid"],[[42902,42902],"mapped",[42903]],[[42903,42903],"valid"],[[42904,42904],"mapped",[42905]],[[42905,42905],"valid"],[[42906,42906],"mapped",[42907]],[[42907,42907],"valid"],[[42908,42908],"mapped",[42909]],[[42909,42909],"valid"],[[42910,42910],"mapped",[42911]],[[42911,42911],"valid"],[[42912,42912],"mapped",[42913]],[[42913,42913],"valid"],[[42914,42914],"mapped",[42915]],[[42915,42915],"valid"],[[42916,42916],"mapped",[42917]],[[42917,42917],"valid"],[[42918,42918],"mapped",[42919]],[[42919,42919],"valid"],[[42920,42920],"mapped",[42921]],[[42921,42921],"valid"],[[42922,42922],"mapped",[614]],[[42923,42923],"mapped",[604]],[[42924,42924],"mapped",[609]],[[42925,42925],"mapped",[620]],[[42926,42927],"disallowed"],[[42928,42928],"mapped",[670]],[[42929,42929],"mapped",[647]],[[42930,42930],"mapped",[669]],[[42931,42931],"mapped",[43859]],[[42932,42932],"mapped",[42933]],[[42933,42933],"valid"],[[42934,42934],"mapped",[42935]],[[42935,42935],"valid"],[[42936,42998],"disallowed"],[[42999,42999],"valid"],[[43000,43000],"mapped",[295]],[[43001,43001],"mapped",[339]],[[43002,43002],"valid"],[[43003,43007],"valid"],[[43008,43047],"valid"],[[43048,43051],"valid",[],"NV8"],[[43052,43055],"disallowed"],[[43056,43065],"valid",[],"NV8"],[[43066,43071],"disallowed"],[[43072,43123],"valid"],[[43124,43127],"valid",[],"NV8"],[[43128,43135],"disallowed"],[[43136,43204],"valid"],[[43205,43213],"disallowed"],[[43214,43215],"valid",[],"NV8"],[[43216,43225],"valid"],[[43226,43231],"disallowed"],[[43232,43255],"valid"],[[43256,43258],"valid",[],"NV8"],[[43259,43259],"valid"],[[43260,43260],"valid",[],"NV8"],[[43261,43261],"valid"],[[43262,43263],"disallowed"],[[43264,43309],"valid"],[[43310,43311],"valid",[],"NV8"],[[43312,43347],"valid"],[[43348,43358],"disallowed"],[[43359,43359],"valid",[],"NV8"],[[43360,43388],"valid",[],"NV8"],[[43389,43391],"disallowed"],[[43392,43456],"valid"],[[43457,43469],"valid",[],"NV8"],[[43470,43470],"disallowed"],[[43471,43481],"valid"],[[43482,43485],"disallowed"],[[43486,43487],"valid",[],"NV8"],[[43488,43518],"valid"],[[43519,43519],"disallowed"],[[43520,43574],"valid"],[[43575,43583],"disallowed"],[[43584,43597],"valid"],[[43598,43599],"disallowed"],[[43600,43609],"valid"],[[43610,43611],"disallowed"],[[43612,43615],"valid",[],"NV8"],[[43616,43638],"valid"],[[43639,43641],"valid",[],"NV8"],[[43642,43643],"valid"],[[43644,43647],"valid"],[[43648,43714],"valid"],[[43715,43738],"disallowed"],[[43739,43741],"valid"],[[43742,43743],"valid",[],"NV8"],[[43744,43759],"valid"],[[43760,43761],"valid",[],"NV8"],[[43762,43766],"valid"],[[43767,43776],"disallowed"],[[43777,43782],"valid"],[[43783,43784],"disallowed"],[[43785,43790],"valid"],[[43791,43792],"disallowed"],[[43793,43798],"valid"],[[43799,43807],"disallowed"],[[43808,43814],"valid"],[[43815,43815],"disallowed"],[[43816,43822],"valid"],[[43823,43823],"disallowed"],[[43824,43866],"valid"],[[43867,43867],"valid",[],"NV8"],[[43868,43868],"mapped",[42791]],[[43869,43869],"mapped",[43831]],[[43870,43870],"mapped",[619]],[[43871,43871],"mapped",[43858]],[[43872,43875],"valid"],[[43876,43877],"valid"],[[43878,43887],"disallowed"],[[43888,43888],"mapped",[5024]],[[43889,43889],"mapped",[5025]],[[43890,43890],"mapped",[5026]],[[43891,43891],"mapped",[5027]],[[43892,43892],"mapped",[5028]],[[43893,43893],"mapped",[5029]],[[43894,43894],"mapped",[5030]],[[43895,43895],"mapped",[5031]],[[43896,43896],"mapped",[5032]],[[43897,43897],"mapped",[5033]],[[43898,43898],"mapped",[5034]],[[43899,43899],"mapped",[5035]],[[43900,43900],"mapped",[5036]],[[43901,43901],"mapped",[5037]],[[43902,43902],"mapped",[5038]],[[43903,43903],"mapped",[5039]],[[43904,43904],"mapped",[5040]],[[43905,43905],"mapped",[5041]],[[43906,43906],"mapped",[5042]],[[43907,43907],"mapped",[5043]],[[43908,43908],"mapped",[5044]],[[43909,43909],"mapped",[5045]],[[43910,43910],"mapped",[5046]],[[43911,43911],"mapped",[5047]],[[43912,43912],"mapped",[5048]],[[43913,43913],"mapped",[5049]],[[43914,43914],"mapped",[5050]],[[43915,43915],"mapped",[5051]],[[43916,43916],"mapped",[5052]],[[43917,43917],"mapped",[5053]],[[43918,43918],"mapped",[5054]],[[43919,43919],"mapped",[5055]],[[43920,43920],"mapped",[5056]],[[43921,43921],"mapped",[5057]],[[43922,43922],"mapped",[5058]],[[43923,43923],"mapped",[5059]],[[43924,43924],"mapped",[5060]],[[43925,43925],"mapped",[5061]],[[43926,43926],"mapped",[5062]],[[43927,43927],"mapped",[5063]],[[43928,43928],"mapped",[5064]],[[43929,43929],"mapped",[5065]],[[43930,43930],"mapped",[5066]],[[43931,43931],"mapped",[5067]],[[43932,43932],"mapped",[5068]],[[43933,43933],"mapped",[5069]],[[43934,43934],"mapped",[5070]],[[43935,43935],"mapped",[5071]],[[43936,43936],"mapped",[5072]],[[43937,43937],"mapped",[5073]],[[43938,43938],"mapped",[5074]],[[43939,43939],"mapped",[5075]],[[43940,43940],"mapped",[5076]],[[43941,43941],"mapped",[5077]],[[43942,43942],"mapped",[5078]],[[43943,43943],"mapped",[5079]],[[43944,43944],"mapped",[5080]],[[43945,43945],"mapped",[5081]],[[43946,43946],"mapped",[5082]],[[43947,43947],"mapped",[5083]],[[43948,43948],"mapped",[5084]],[[43949,43949],"mapped",[5085]],[[43950,43950],"mapped",[5086]],[[43951,43951],"mapped",[5087]],[[43952,43952],"mapped",[5088]],[[43953,43953],"mapped",[5089]],[[43954,43954],"mapped",[5090]],[[43955,43955],"mapped",[5091]],[[43956,43956],"mapped",[5092]],[[43957,43957],"mapped",[5093]],[[43958,43958],"mapped",[5094]],[[43959,43959],"mapped",[5095]],[[43960,43960],"mapped",[5096]],[[43961,43961],"mapped",[5097]],[[43962,43962],"mapped",[5098]],[[43963,43963],"mapped",[5099]],[[43964,43964],"mapped",[5100]],[[43965,43965],"mapped",[5101]],[[43966,43966],"mapped",[5102]],[[43967,43967],"mapped",[5103]],[[43968,44010],"valid"],[[44011,44011],"valid",[],"NV8"],[[44012,44013],"valid"],[[44014,44015],"disallowed"],[[44016,44025],"valid"],[[44026,44031],"disallowed"],[[44032,55203],"valid"],[[55204,55215],"disallowed"],[[55216,55238],"valid",[],"NV8"],[[55239,55242],"disallowed"],[[55243,55291],"valid",[],"NV8"],[[55292,55295],"disallowed"],[[55296,57343],"disallowed"],[[57344,63743],"disallowed"],[[63744,63744],"mapped",[35912]],[[63745,63745],"mapped",[26356]],[[63746,63746],"mapped",[36554]],[[63747,63747],"mapped",[36040]],[[63748,63748],"mapped",[28369]],[[63749,63749],"mapped",[20018]],[[63750,63750],"mapped",[21477]],[[63751,63752],"mapped",[40860]],[[63753,63753],"mapped",[22865]],[[63754,63754],"mapped",[37329]],[[63755,63755],"mapped",[21895]],[[63756,63756],"mapped",[22856]],[[63757,63757],"mapped",[25078]],[[63758,63758],"mapped",[30313]],[[63759,63759],"mapped",[32645]],[[63760,63760],"mapped",[34367]],[[63761,63761],"mapped",[34746]],[[63762,63762],"mapped",[35064]],[[63763,63763],"mapped",[37007]],[[63764,63764],"mapped",[27138]],[[63765,63765],"mapped",[27931]],[[63766,63766],"mapped",[28889]],[[63767,63767],"mapped",[29662]],[[63768,63768],"mapped",[33853]],[[63769,63769],"mapped",[37226]],[[63770,63770],"mapped",[39409]],[[63771,63771],"mapped",[20098]],[[63772,63772],"mapped",[21365]],[[63773,63773],"mapped",[27396]],[[63774,63774],"mapped",[29211]],[[63775,63775],"mapped",[34349]],[[63776,63776],"mapped",[40478]],[[63777,63777],"mapped",[23888]],[[63778,63778],"mapped",[28651]],[[63779,63779],"mapped",[34253]],[[63780,63780],"mapped",[35172]],[[63781,63781],"mapped",[25289]],[[63782,63782],"mapped",[33240]],[[63783,63783],"mapped",[34847]],[[63784,63784],"mapped",[24266]],[[63785,63785],"mapped",[26391]],[[63786,63786],"mapped",[28010]],[[63787,63787],"mapped",[29436]],[[63788,63788],"mapped",[37070]],[[63789,63789],"mapped",[20358]],[[63790,63790],"mapped",[20919]],[[63791,63791],"mapped",[21214]],[[63792,63792],"mapped",[25796]],[[63793,63793],"mapped",[27347]],[[63794,63794],"mapped",[29200]],[[63795,63795],"mapped",[30439]],[[63796,63796],"mapped",[32769]],[[63797,63797],"mapped",[34310]],[[63798,63798],"mapped",[34396]],[[63799,63799],"mapped",[36335]],[[63800,63800],"mapped",[38706]],[[63801,63801],"mapped",[39791]],[[63802,63802],"mapped",[40442]],[[63803,63803],"mapped",[30860]],[[63804,63804],"mapped",[31103]],[[63805,63805],"mapped",[32160]],[[63806,63806],"mapped",[33737]],[[63807,63807],"mapped",[37636]],[[63808,63808],"mapped",[40575]],[[63809,63809],"mapped",[35542]],[[63810,63810],"mapped",[22751]],[[63811,63811],"mapped",[24324]],[[63812,63812],"mapped",[31840]],[[63813,63813],"mapped",[32894]],[[63814,63814],"mapped",[29282]],[[63815,63815],"mapped",[30922]],[[63816,63816],"mapped",[36034]],[[63817,63817],"mapped",[38647]],[[63818,63818],"mapped",[22744]],[[63819,63819],"mapped",[23650]],[[63820,63820],"mapped",[27155]],[[63821,63821],"mapped",[28122]],[[63822,63822],"mapped",[28431]],[[63823,63823],"mapped",[32047]],[[63824,63824],"mapped",[32311]],[[63825,63825],"mapped",[38475]],[[63826,63826],"mapped",[21202]],[[63827,63827],"mapped",[32907]],[[63828,63828],"mapped",[20956]],[[63829,63829],"mapped",[20940]],[[63830,63830],"mapped",[31260]],[[63831,63831],"mapped",[32190]],[[63832,63832],"mapped",[33777]],[[63833,63833],"mapped",[38517]],[[63834,63834],"mapped",[35712]],[[63835,63835],"mapped",[25295]],[[63836,63836],"mapped",[27138]],[[63837,63837],"mapped",[35582]],[[63838,63838],"mapped",[20025]],[[63839,63839],"mapped",[23527]],[[63840,63840],"mapped",[24594]],[[63841,63841],"mapped",[29575]],[[63842,63842],"mapped",[30064]],[[63843,63843],"mapped",[21271]],[[63844,63844],"mapped",[30971]],[[63845,63845],"mapped",[20415]],[[63846,63846],"mapped",[24489]],[[63847,63847],"mapped",[19981]],[[63848,63848],"mapped",[27852]],[[63849,63849],"mapped",[25976]],[[63850,63850],"mapped",[32034]],[[63851,63851],"mapped",[21443]],[[63852,63852],"mapped",[22622]],[[63853,63853],"mapped",[30465]],[[63854,63854],"mapped",[33865]],[[63855,63855],"mapped",[35498]],[[63856,63856],"mapped",[27578]],[[63857,63857],"mapped",[36784]],[[63858,63858],"mapped",[27784]],[[63859,63859],"mapped",[25342]],[[63860,63860],"mapped",[33509]],[[63861,63861],"mapped",[25504]],[[63862,63862],"mapped",[30053]],[[63863,63863],"mapped",[20142]],[[63864,63864],"mapped",[20841]],[[63865,63865],"mapped",[20937]],[[63866,63866],"mapped",[26753]],[[63867,63867],"mapped",[31975]],[[63868,63868],"mapped",[33391]],[[63869,63869],"mapped",[35538]],[[63870,63870],"mapped",[37327]],[[63871,63871],"mapped",[21237]],[[63872,63872],"mapped",[21570]],[[63873,63873],"mapped",[22899]],[[63874,63874],"mapped",[24300]],[[63875,63875],"mapped",[26053]],[[63876,63876],"mapped",[28670]],[[63877,63877],"mapped",[31018]],[[63878,63878],"mapped",[38317]],[[63879,63879],"mapped",[39530]],[[63880,63880],"mapped",[40599]],[[63881,63881],"mapped",[40654]],[[63882,63882],"mapped",[21147]],[[63883,63883],"mapped",[26310]],[[63884,63884],"mapped",[27511]],[[63885,63885],"mapped",[36706]],[[63886,63886],"mapped",[24180]],[[63887,63887],"mapped",[24976]],[[63888,63888],"mapped",[25088]],[[63889,63889],"mapped",[25754]],[[63890,63890],"mapped",[28451]],[[63891,63891],"mapped",[29001]],[[63892,63892],"mapped",[29833]],[[63893,63893],"mapped",[31178]],[[63894,63894],"mapped",[32244]],[[63895,63895],"mapped",[32879]],[[63896,63896],"mapped",[36646]],[[63897,63897],"mapped",[34030]],[[63898,63898],"mapped",[36899]],[[63899,63899],"mapped",[37706]],[[63900,63900],"mapped",[21015]],[[63901,63901],"mapped",[21155]],[[63902,63902],"mapped",[21693]],[[63903,63903],"mapped",[28872]],[[63904,63904],"mapped",[35010]],[[63905,63905],"mapped",[35498]],[[63906,63906],"mapped",[24265]],[[63907,63907],"mapped",[24565]],[[63908,63908],"mapped",[25467]],[[63909,63909],"mapped",[27566]],[[63910,63910],"mapped",[31806]],[[63911,63911],"mapped",[29557]],[[63912,63912],"mapped",[20196]],[[63913,63913],"mapped",[22265]],[[63914,63914],"mapped",[23527]],[[63915,63915],"mapped",[23994]],[[63916,63916],"mapped",[24604]],[[63917,63917],"mapped",[29618]],[[63918,63918],"mapped",[29801]],[[63919,63919],"mapped",[32666]],[[63920,63920],"mapped",[32838]],[[63921,63921],"mapped",[37428]],[[63922,63922],"mapped",[38646]],[[63923,63923],"mapped",[38728]],[[63924,63924],"mapped",[38936]],[[63925,63925],"mapped",[20363]],[[63926,63926],"mapped",[31150]],[[63927,63927],"mapped",[37300]],[[63928,63928],"mapped",[38584]],[[63929,63929],"mapped",[24801]],[[63930,63930],"mapped",[20102]],[[63931,63931],"mapped",[20698]],[[63932,63932],"mapped",[23534]],[[63933,63933],"mapped",[23615]],[[63934,63934],"mapped",[26009]],[[63935,63935],"mapped",[27138]],[[63936,63936],"mapped",[29134]],[[63937,63937],"mapped",[30274]],[[63938,63938],"mapped",[34044]],[[63939,63939],"mapped",[36988]],[[63940,63940],"mapped",[40845]],[[63941,63941],"mapped",[26248]],[[63942,63942],"mapped",[38446]],[[63943,63943],"mapped",[21129]],[[63944,63944],"mapped",[26491]],[[63945,63945],"mapped",[26611]],[[63946,63946],"mapped",[27969]],[[63947,63947],"mapped",[28316]],[[63948,63948],"mapped",[29705]],[[63949,63949],"mapped",[30041]],[[63950,63950],"mapped",[30827]],[[63951,63951],"mapped",[32016]],[[63952,63952],"mapped",[39006]],[[63953,63953],"mapped",[20845]],[[63954,63954],"mapped",[25134]],[[63955,63955],"mapped",[38520]],[[63956,63956],"mapped",[20523]],[[63957,63957],"mapped",[23833]],[[63958,63958],"mapped",[28138]],[[63959,63959],"mapped",[36650]],[[63960,63960],"mapped",[24459]],[[63961,63961],"mapped",[24900]],[[63962,63962],"mapped",[26647]],[[63963,63963],"mapped",[29575]],[[63964,63964],"mapped",[38534]],[[63965,63965],"mapped",[21033]],[[63966,63966],"mapped",[21519]],[[63967,63967],"mapped",[23653]],[[63968,63968],"mapped",[26131]],[[63969,63969],"mapped",[26446]],[[63970,63970],"mapped",[26792]],[[63971,63971],"mapped",[27877]],[[63972,63972],"mapped",[29702]],[[63973,63973],"mapped",[30178]],[[63974,63974],"mapped",[32633]],[[63975,63975],"mapped",[35023]],[[63976,63976],"mapped",[35041]],[[63977,63977],"mapped",[37324]],[[63978,63978],"mapped",[38626]],[[63979,63979],"mapped",[21311]],[[63980,63980],"mapped",[28346]],[[63981,63981],"mapped",[21533]],[[63982,63982],"mapped",[29136]],[[63983,63983],"mapped",[29848]],[[63984,63984],"mapped",[34298]],[[63985,63985],"mapped",[38563]],[[63986,63986],"mapped",[40023]],[[63987,63987],"mapped",[40607]],[[63988,63988],"mapped",[26519]],[[63989,63989],"mapped",[28107]],[[63990,63990],"mapped",[33256]],[[63991,63991],"mapped",[31435]],[[63992,63992],"mapped",[31520]],[[63993,63993],"mapped",[31890]],[[63994,63994],"mapped",[29376]],[[63995,63995],"mapped",[28825]],[[63996,63996],"mapped",[35672]],[[63997,63997],"mapped",[20160]],[[63998,63998],"mapped",[33590]],[[63999,63999],"mapped",[21050]],[[64000,64000],"mapped",[20999]],[[64001,64001],"mapped",[24230]],[[64002,64002],"mapped",[25299]],[[64003,64003],"mapped",[31958]],[[64004,64004],"mapped",[23429]],[[64005,64005],"mapped",[27934]],[[64006,64006],"mapped",[26292]],[[64007,64007],"mapped",[36667]],[[64008,64008],"mapped",[34892]],[[64009,64009],"mapped",[38477]],[[64010,64010],"mapped",[35211]],[[64011,64011],"mapped",[24275]],[[64012,64012],"mapped",[20800]],[[64013,64013],"mapped",[21952]],[[64014,64015],"valid"],[[64016,64016],"mapped",[22618]],[[64017,64017],"valid"],[[64018,64018],"mapped",[26228]],[[64019,64020],"valid"],[[64021,64021],"mapped",[20958]],[[64022,64022],"mapped",[29482]],[[64023,64023],"mapped",[30410]],[[64024,64024],"mapped",[31036]],[[64025,64025],"mapped",[31070]],[[64026,64026],"mapped",[31077]],[[64027,64027],"mapped",[31119]],[[64028,64028],"mapped",[38742]],[[64029,64029],"mapped",[31934]],[[64030,64030],"mapped",[32701]],[[64031,64031],"valid"],[[64032,64032],"mapped",[34322]],[[64033,64033],"valid"],[[64034,64034],"mapped",[35576]],[[64035,64036],"valid"],[[64037,64037],"mapped",[36920]],[[64038,64038],"mapped",[37117]],[[64039,64041],"valid"],[[64042,64042],"mapped",[39151]],[[64043,64043],"mapped",[39164]],[[64044,64044],"mapped",[39208]],[[64045,64045],"mapped",[40372]],[[64046,64046],"mapped",[37086]],[[64047,64047],"mapped",[38583]],[[64048,64048],"mapped",[20398]],[[64049,64049],"mapped",[20711]],[[64050,64050],"mapped",[20813]],[[64051,64051],"mapped",[21193]],[[64052,64052],"mapped",[21220]],[[64053,64053],"mapped",[21329]],[[64054,64054],"mapped",[21917]],[[64055,64055],"mapped",[22022]],[[64056,64056],"mapped",[22120]],[[64057,64057],"mapped",[22592]],[[64058,64058],"mapped",[22696]],[[64059,64059],"mapped",[23652]],[[64060,64060],"mapped",[23662]],[[64061,64061],"mapped",[24724]],[[64062,64062],"mapped",[24936]],[[64063,64063],"mapped",[24974]],[[64064,64064],"mapped",[25074]],[[64065,64065],"mapped",[25935]],[[64066,64066],"mapped",[26082]],[[64067,64067],"mapped",[26257]],[[64068,64068],"mapped",[26757]],[[64069,64069],"mapped",[28023]],[[64070,64070],"mapped",[28186]],[[64071,64071],"mapped",[28450]],[[64072,64072],"mapped",[29038]],[[64073,64073],"mapped",[29227]],[[64074,64074],"mapped",[29730]],[[64075,64075],"mapped",[30865]],[[64076,64076],"mapped",[31038]],[[64077,64077],"mapped",[31049]],[[64078,64078],"mapped",[31048]],[[64079,64079],"mapped",[31056]],[[64080,64080],"mapped",[31062]],[[64081,64081],"mapped",[31069]],[[64082,64082],"mapped",[31117]],[[64083,64083],"mapped",[31118]],[[64084,64084],"mapped",[31296]],[[64085,64085],"mapped",[31361]],[[64086,64086],"mapped",[31680]],[[64087,64087],"mapped",[32244]],[[64088,64088],"mapped",[32265]],[[64089,64089],"mapped",[32321]],[[64090,64090],"mapped",[32626]],[[64091,64091],"mapped",[32773]],[[64092,64092],"mapped",[33261]],[[64093,64094],"mapped",[33401]],[[64095,64095],"mapped",[33879]],[[64096,64096],"mapped",[35088]],[[64097,64097],"mapped",[35222]],[[64098,64098],"mapped",[35585]],[[64099,64099],"mapped",[35641]],[[64100,64100],"mapped",[36051]],[[64101,64101],"mapped",[36104]],[[64102,64102],"mapped",[36790]],[[64103,64103],"mapped",[36920]],[[64104,64104],"mapped",[38627]],[[64105,64105],"mapped",[38911]],[[64106,64106],"mapped",[38971]],[[64107,64107],"mapped",[24693]],[[64108,64108],"mapped",[148206]],[[64109,64109],"mapped",[33304]],[[64110,64111],"disallowed"],[[64112,64112],"mapped",[20006]],[[64113,64113],"mapped",[20917]],[[64114,64114],"mapped",[20840]],[[64115,64115],"mapped",[20352]],[[64116,64116],"mapped",[20805]],[[64117,64117],"mapped",[20864]],[[64118,64118],"mapped",[21191]],[[64119,64119],"mapped",[21242]],[[64120,64120],"mapped",[21917]],[[64121,64121],"mapped",[21845]],[[64122,64122],"mapped",[21913]],[[64123,64123],"mapped",[21986]],[[64124,64124],"mapped",[22618]],[[64125,64125],"mapped",[22707]],[[64126,64126],"mapped",[22852]],[[64127,64127],"mapped",[22868]],[[64128,64128],"mapped",[23138]],[[64129,64129],"mapped",[23336]],[[64130,64130],"mapped",[24274]],[[64131,64131],"mapped",[24281]],[[64132,64132],"mapped",[24425]],[[64133,64133],"mapped",[24493]],[[64134,64134],"mapped",[24792]],[[64135,64135],"mapped",[24910]],[[64136,64136],"mapped",[24840]],[[64137,64137],"mapped",[24974]],[[64138,64138],"mapped",[24928]],[[64139,64139],"mapped",[25074]],[[64140,64140],"mapped",[25140]],[[64141,64141],"mapped",[25540]],[[64142,64142],"mapped",[25628]],[[64143,64143],"mapped",[25682]],[[64144,64144],"mapped",[25942]],[[64145,64145],"mapped",[26228]],[[64146,64146],"mapped",[26391]],[[64147,64147],"mapped",[26395]],[[64148,64148],"mapped",[26454]],[[64149,64149],"mapped",[27513]],[[64150,64150],"mapped",[27578]],[[64151,64151],"mapped",[27969]],[[64152,64152],"mapped",[28379]],[[64153,64153],"mapped",[28363]],[[64154,64154],"mapped",[28450]],[[64155,64155],"mapped",[28702]],[[64156,64156],"mapped",[29038]],[[64157,64157],"mapped",[30631]],[[64158,64158],"mapped",[29237]],[[64159,64159],"mapped",[29359]],[[64160,64160],"mapped",[29482]],[[64161,64161],"mapped",[29809]],[[64162,64162],"mapped",[29958]],[[64163,64163],"mapped",[30011]],[[64164,64164],"mapped",[30237]],[[64165,64165],"mapped",[30239]],[[64166,64166],"mapped",[30410]],[[64167,64167],"mapped",[30427]],[[64168,64168],"mapped",[30452]],[[64169,64169],"mapped",[30538]],[[64170,64170],"mapped",[30528]],[[64171,64171],"mapped",[30924]],[[64172,64172],"mapped",[31409]],[[64173,64173],"mapped",[31680]],[[64174,64174],"mapped",[31867]],[[64175,64175],"mapped",[32091]],[[64176,64176],"mapped",[32244]],[[64177,64177],"mapped",[32574]],[[64178,64178],"mapped",[32773]],[[64179,64179],"mapped",[33618]],[[64180,64180],"mapped",[33775]],[[64181,64181],"mapped",[34681]],[[64182,64182],"mapped",[35137]],[[64183,64183],"mapped",[35206]],[[64184,64184],"mapped",[35222]],[[64185,64185],"mapped",[35519]],[[64186,64186],"mapped",[35576]],[[64187,64187],"mapped",[35531]],[[64188,64188],"mapped",[35585]],[[64189,64189],"mapped",[35582]],[[64190,64190],"mapped",[35565]],[[64191,64191],"mapped",[35641]],[[64192,64192],"mapped",[35722]],[[64193,64193],"mapped",[36104]],[[64194,64194],"mapped",[36664]],[[64195,64195],"mapped",[36978]],[[64196,64196],"mapped",[37273]],[[64197,64197],"mapped",[37494]],[[64198,64198],"mapped",[38524]],[[64199,64199],"mapped",[38627]],[[64200,64200],"mapped",[38742]],[[64201,64201],"mapped",[38875]],[[64202,64202],"mapped",[38911]],[[64203,64203],"mapped",[38923]],[[64204,64204],"mapped",[38971]],[[64205,64205],"mapped",[39698]],[[64206,64206],"mapped",[40860]],[[64207,64207],"mapped",[141386]],[[64208,64208],"mapped",[141380]],[[64209,64209],"mapped",[144341]],[[64210,64210],"mapped",[15261]],[[64211,64211],"mapped",[16408]],[[64212,64212],"mapped",[16441]],[[64213,64213],"mapped",[152137]],[[64214,64214],"mapped",[154832]],[[64215,64215],"mapped",[163539]],[[64216,64216],"mapped",[40771]],[[64217,64217],"mapped",[40846]],[[64218,64255],"disallowed"],[[64256,64256],"mapped",[102,102]],[[64257,64257],"mapped",[102,105]],[[64258,64258],"mapped",[102,108]],[[64259,64259],"mapped",[102,102,105]],[[64260,64260],"mapped",[102,102,108]],[[64261,64262],"mapped",[115,116]],[[64263,64274],"disallowed"],[[64275,64275],"mapped",[1396,1398]],[[64276,64276],"mapped",[1396,1381]],[[64277,64277],"mapped",[1396,1387]],[[64278,64278],"mapped",[1406,1398]],[[64279,64279],"mapped",[1396,1389]],[[64280,64284],"disallowed"],[[64285,64285],"mapped",[1497,1460]],[[64286,64286],"valid"],[[64287,64287],"mapped",[1522,1463]],[[64288,64288],"mapped",[1506]],[[64289,64289],"mapped",[1488]],[[64290,64290],"mapped",[1491]],[[64291,64291],"mapped",[1492]],[[64292,64292],"mapped",[1499]],[[64293,64293],"mapped",[1500]],[[64294,64294],"mapped",[1501]],[[64295,64295],"mapped",[1512]],[[64296,64296],"mapped",[1514]],[[64297,64297],"disallowed_STD3_mapped",[43]],[[64298,64298],"mapped",[1513,1473]],[[64299,64299],"mapped",[1513,1474]],[[64300,64300],"mapped",[1513,1468,1473]],[[64301,64301],"mapped",[1513,1468,1474]],[[64302,64302],"mapped",[1488,1463]],[[64303,64303],"mapped",[1488,1464]],[[64304,64304],"mapped",[1488,1468]],[[64305,64305],"mapped",[1489,1468]],[[64306,64306],"mapped",[1490,1468]],[[64307,64307],"mapped",[1491,1468]],[[64308,64308],"mapped",[1492,1468]],[[64309,64309],"mapped",[1493,1468]],[[64310,64310],"mapped",[1494,1468]],[[64311,64311],"disallowed"],[[64312,64312],"mapped",[1496,1468]],[[64313,64313],"mapped",[1497,1468]],[[64314,64314],"mapped",[1498,1468]],[[64315,64315],"mapped",[1499,1468]],[[64316,64316],"mapped",[1500,1468]],[[64317,64317],"disallowed"],[[64318,64318],"mapped",[1502,1468]],[[64319,64319],"disallowed"],[[64320,64320],"mapped",[1504,1468]],[[64321,64321],"mapped",[1505,1468]],[[64322,64322],"disallowed"],[[64323,64323],"mapped",[1507,1468]],[[64324,64324],"mapped",[1508,1468]],[[64325,64325],"disallowed"],[[64326,64326],"mapped",[1510,1468]],[[64327,64327],"mapped",[1511,1468]],[[64328,64328],"mapped",[1512,1468]],[[64329,64329],"mapped",[1513,1468]],[[64330,64330],"mapped",[1514,1468]],[[64331,64331],"mapped",[1493,1465]],[[64332,64332],"mapped",[1489,1471]],[[64333,64333],"mapped",[1499,1471]],[[64334,64334],"mapped",[1508,1471]],[[64335,64335],"mapped",[1488,1500]],[[64336,64337],"mapped",[1649]],[[64338,64341],"mapped",[1659]],[[64342,64345],"mapped",[1662]],[[64346,64349],"mapped",[1664]],[[64350,64353],"mapped",[1658]],[[64354,64357],"mapped",[1663]],[[64358,64361],"mapped",[1657]],[[64362,64365],"mapped",[1700]],[[64366,64369],"mapped",[1702]],[[64370,64373],"mapped",[1668]],[[64374,64377],"mapped",[1667]],[[64378,64381],"mapped",[1670]],[[64382,64385],"mapped",[1671]],[[64386,64387],"mapped",[1677]],[[64388,64389],"mapped",[1676]],[[64390,64391],"mapped",[1678]],[[64392,64393],"mapped",[1672]],[[64394,64395],"mapped",[1688]],[[64396,64397],"mapped",[1681]],[[64398,64401],"mapped",[1705]],[[64402,64405],"mapped",[1711]],[[64406,64409],"mapped",[1715]],[[64410,64413],"mapped",[1713]],[[64414,64415],"mapped",[1722]],[[64416,64419],"mapped",[1723]],[[64420,64421],"mapped",[1728]],[[64422,64425],"mapped",[1729]],[[64426,64429],"mapped",[1726]],[[64430,64431],"mapped",[1746]],[[64432,64433],"mapped",[1747]],[[64434,64449],"valid",[],"NV8"],[[64450,64466],"disallowed"],[[64467,64470],"mapped",[1709]],[[64471,64472],"mapped",[1735]],[[64473,64474],"mapped",[1734]],[[64475,64476],"mapped",[1736]],[[64477,64477],"mapped",[1735,1652]],[[64478,64479],"mapped",[1739]],[[64480,64481],"mapped",[1733]],[[64482,64483],"mapped",[1737]],[[64484,64487],"mapped",[1744]],[[64488,64489],"mapped",[1609]],[[64490,64491],"mapped",[1574,1575]],[[64492,64493],"mapped",[1574,1749]],[[64494,64495],"mapped",[1574,1608]],[[64496,64497],"mapped",[1574,1735]],[[64498,64499],"mapped",[1574,1734]],[[64500,64501],"mapped",[1574,1736]],[[64502,64504],"mapped",[1574,1744]],[[64505,64507],"mapped",[1574,1609]],[[64508,64511],"mapped",[1740]],[[64512,64512],"mapped",[1574,1580]],[[64513,64513],"mapped",[1574,1581]],[[64514,64514],"mapped",[1574,1605]],[[64515,64515],"mapped",[1574,1609]],[[64516,64516],"mapped",[1574,1610]],[[64517,64517],"mapped",[1576,1580]],[[64518,64518],"mapped",[1576,1581]],[[64519,64519],"mapped",[1576,1582]],[[64520,64520],"mapped",[1576,1605]],[[64521,64521],"mapped",[1576,1609]],[[64522,64522],"mapped",[1576,1610]],[[64523,64523],"mapped",[1578,1580]],[[64524,64524],"mapped",[1578,1581]],[[64525,64525],"mapped",[1578,1582]],[[64526,64526],"mapped",[1578,1605]],[[64527,64527],"mapped",[1578,1609]],[[64528,64528],"mapped",[1578,1610]],[[64529,64529],"mapped",[1579,1580]],[[64530,64530],"mapped",[1579,1605]],[[64531,64531],"mapped",[1579,1609]],[[64532,64532],"mapped",[1579,1610]],[[64533,64533],"mapped",[1580,1581]],[[64534,64534],"mapped",[1580,1605]],[[64535,64535],"mapped",[1581,1580]],[[64536,64536],"mapped",[1581,1605]],[[64537,64537],"mapped",[1582,1580]],[[64538,64538],"mapped",[1582,1581]],[[64539,64539],"mapped",[1582,1605]],[[64540,64540],"mapped",[1587,1580]],[[64541,64541],"mapped",[1587,1581]],[[64542,64542],"mapped",[1587,1582]],[[64543,64543],"mapped",[1587,1605]],[[64544,64544],"mapped",[1589,1581]],[[64545,64545],"mapped",[1589,1605]],[[64546,64546],"mapped",[1590,1580]],[[64547,64547],"mapped",[1590,1581]],[[64548,64548],"mapped",[1590,1582]],[[64549,64549],"mapped",[1590,1605]],[[64550,64550],"mapped",[1591,1581]],[[64551,64551],"mapped",[1591,1605]],[[64552,64552],"mapped",[1592,1605]],[[64553,64553],"mapped",[1593,1580]],[[64554,64554],"mapped",[1593,1605]],[[64555,64555],"mapped",[1594,1580]],[[64556,64556],"mapped",[1594,1605]],[[64557,64557],"mapped",[1601,1580]],[[64558,64558],"mapped",[1601,1581]],[[64559,64559],"mapped",[1601,1582]],[[64560,64560],"mapped",[1601,1605]],[[64561,64561],"mapped",[1601,1609]],[[64562,64562],"mapped",[1601,1610]],[[64563,64563],"mapped",[1602,1581]],[[64564,64564],"mapped",[1602,1605]],[[64565,64565],"mapped",[1602,1609]],[[64566,64566],"mapped",[1602,1610]],[[64567,64567],"mapped",[1603,1575]],[[64568,64568],"mapped",[1603,1580]],[[64569,64569],"mapped",[1603,1581]],[[64570,64570],"mapped",[1603,1582]],[[64571,64571],"mapped",[1603,1604]],[[64572,64572],"mapped",[1603,1605]],[[64573,64573],"mapped",[1603,1609]],[[64574,64574],"mapped",[1603,1610]],[[64575,64575],"mapped",[1604,1580]],[[64576,64576],"mapped",[1604,1581]],[[64577,64577],"mapped",[1604,1582]],[[64578,64578],"mapped",[1604,1605]],[[64579,64579],"mapped",[1604,1609]],[[64580,64580],"mapped",[1604,1610]],[[64581,64581],"mapped",[1605,1580]],[[64582,64582],"mapped",[1605,1581]],[[64583,64583],"mapped",[1605,1582]],[[64584,64584],"mapped",[1605,1605]],[[64585,64585],"mapped",[1605,1609]],[[64586,64586],"mapped",[1605,1610]],[[64587,64587],"mapped",[1606,1580]],[[64588,64588],"mapped",[1606,1581]],[[64589,64589],"mapped",[1606,1582]],[[64590,64590],"mapped",[1606,1605]],[[64591,64591],"mapped",[1606,1609]],[[64592,64592],"mapped",[1606,1610]],[[64593,64593],"mapped",[1607,1580]],[[64594,64594],"mapped",[1607,1605]],[[64595,64595],"mapped",[1607,1609]],[[64596,64596],"mapped",[1607,1610]],[[64597,64597],"mapped",[1610,1580]],[[64598,64598],"mapped",[1610,1581]],[[64599,64599],"mapped",[1610,1582]],[[64600,64600],"mapped",[1610,1605]],[[64601,64601],"mapped",[1610,1609]],[[64602,64602],"mapped",[1610,1610]],[[64603,64603],"mapped",[1584,1648]],[[64604,64604],"mapped",[1585,1648]],[[64605,64605],"mapped",[1609,1648]],[[64606,64606],"disallowed_STD3_mapped",[32,1612,1617]],[[64607,64607],"disallowed_STD3_mapped",[32,1613,1617]],[[64608,64608],"disallowed_STD3_mapped",[32,1614,1617]],[[64609,64609],"disallowed_STD3_mapped",[32,1615,1617]],[[64610,64610],"disallowed_STD3_mapped",[32,1616,1617]],[[64611,64611],"disallowed_STD3_mapped",[32,1617,1648]],[[64612,64612],"mapped",[1574,1585]],[[64613,64613],"mapped",[1574,1586]],[[64614,64614],"mapped",[1574,1605]],[[64615,64615],"mapped",[1574,1606]],[[64616,64616],"mapped",[1574,1609]],[[64617,64617],"mapped",[1574,1610]],[[64618,64618],"mapped",[1576,1585]],[[64619,64619],"mapped",[1576,1586]],[[64620,64620],"mapped",[1576,1605]],[[64621,64621],"mapped",[1576,1606]],[[64622,64622],"mapped",[1576,1609]],[[64623,64623],"mapped",[1576,1610]],[[64624,64624],"mapped",[1578,1585]],[[64625,64625],"mapped",[1578,1586]],[[64626,64626],"mapped",[1578,1605]],[[64627,64627],"mapped",[1578,1606]],[[64628,64628],"mapped",[1578,1609]],[[64629,64629],"mapped",[1578,1610]],[[64630,64630],"mapped",[1579,1585]],[[64631,64631],"mapped",[1579,1586]],[[64632,64632],"mapped",[1579,1605]],[[64633,64633],"mapped",[1579,1606]],[[64634,64634],"mapped",[1579,1609]],[[64635,64635],"mapped",[1579,1610]],[[64636,64636],"mapped",[1601,1609]],[[64637,64637],"mapped",[1601,1610]],[[64638,64638],"mapped",[1602,1609]],[[64639,64639],"mapped",[1602,1610]],[[64640,64640],"mapped",[1603,1575]],[[64641,64641],"mapped",[1603,1604]],[[64642,64642],"mapped",[1603,1605]],[[64643,64643],"mapped",[1603,1609]],[[64644,64644],"mapped",[1603,1610]],[[64645,64645],"mapped",[1604,1605]],[[64646,64646],"mapped",[1604,1609]],[[64647,64647],"mapped",[1604,1610]],[[64648,64648],"mapped",[1605,1575]],[[64649,64649],"mapped",[1605,1605]],[[64650,64650],"mapped",[1606,1585]],[[64651,64651],"mapped",[1606,1586]],[[64652,64652],"mapped",[1606,1605]],[[64653,64653],"mapped",[1606,1606]],[[64654,64654],"mapped",[1606,1609]],[[64655,64655],"mapped",[1606,1610]],[[64656,64656],"mapped",[1609,1648]],[[64657,64657],"mapped",[1610,1585]],[[64658,64658],"mapped",[1610,1586]],[[64659,64659],"mapped",[1610,1605]],[[64660,64660],"mapped",[1610,1606]],[[64661,64661],"mapped",[1610,1609]],[[64662,64662],"mapped",[1610,1610]],[[64663,64663],"mapped",[1574,1580]],[[64664,64664],"mapped",[1574,1581]],[[64665,64665],"mapped",[1574,1582]],[[64666,64666],"mapped",[1574,1605]],[[64667,64667],"mapped",[1574,1607]],[[64668,64668],"mapped",[1576,1580]],[[64669,64669],"mapped",[1576,1581]],[[64670,64670],"mapped",[1576,1582]],[[64671,64671],"mapped",[1576,1605]],[[64672,64672],"mapped",[1576,1607]],[[64673,64673],"mapped",[1578,1580]],[[64674,64674],"mapped",[1578,1581]],[[64675,64675],"mapped",[1578,1582]],[[64676,64676],"mapped",[1578,1605]],[[64677,64677],"mapped",[1578,1607]],[[64678,64678],"mapped",[1579,1605]],[[64679,64679],"mapped",[1580,1581]],[[64680,64680],"mapped",[1580,1605]],[[64681,64681],"mapped",[1581,1580]],[[64682,64682],"mapped",[1581,1605]],[[64683,64683],"mapped",[1582,1580]],[[64684,64684],"mapped",[1582,1605]],[[64685,64685],"mapped",[1587,1580]],[[64686,64686],"mapped",[1587,1581]],[[64687,64687],"mapped",[1587,1582]],[[64688,64688],"mapped",[1587,1605]],[[64689,64689],"mapped",[1589,1581]],[[64690,64690],"mapped",[1589,1582]],[[64691,64691],"mapped",[1589,1605]],[[64692,64692],"mapped",[1590,1580]],[[64693,64693],"mapped",[1590,1581]],[[64694,64694],"mapped",[1590,1582]],[[64695,64695],"mapped",[1590,1605]],[[64696,64696],"mapped",[1591,1581]],[[64697,64697],"mapped",[1592,1605]],[[64698,64698],"mapped",[1593,1580]],[[64699,64699],"mapped",[1593,1605]],[[64700,64700],"mapped",[1594,1580]],[[64701,64701],"mapped",[1594,1605]],[[64702,64702],"mapped",[1601,1580]],[[64703,64703],"mapped",[1601,1581]],[[64704,64704],"mapped",[1601,1582]],[[64705,64705],"mapped",[1601,1605]],[[64706,64706],"mapped",[1602,1581]],[[64707,64707],"mapped",[1602,1605]],[[64708,64708],"mapped",[1603,1580]],[[64709,64709],"mapped",[1603,1581]],[[64710,64710],"mapped",[1603,1582]],[[64711,64711],"mapped",[1603,1604]],[[64712,64712],"mapped",[1603,1605]],[[64713,64713],"mapped",[1604,1580]],[[64714,64714],"mapped",[1604,1581]],[[64715,64715],"mapped",[1604,1582]],[[64716,64716],"mapped",[1604,1605]],[[64717,64717],"mapped",[1604,1607]],[[64718,64718],"mapped",[1605,1580]],[[64719,64719],"mapped",[1605,1581]],[[64720,64720],"mapped",[1605,1582]],[[64721,64721],"mapped",[1605,1605]],[[64722,64722],"mapped",[1606,1580]],[[64723,64723],"mapped",[1606,1581]],[[64724,64724],"mapped",[1606,1582]],[[64725,64725],"mapped",[1606,1605]],[[64726,64726],"mapped",[1606,1607]],[[64727,64727],"mapped",[1607,1580]],[[64728,64728],"mapped",[1607,1605]],[[64729,64729],"mapped",[1607,1648]],[[64730,64730],"mapped",[1610,1580]],[[64731,64731],"mapped",[1610,1581]],[[64732,64732],"mapped",[1610,1582]],[[64733,64733],"mapped",[1610,1605]],[[64734,64734],"mapped",[1610,1607]],[[64735,64735],"mapped",[1574,1605]],[[64736,64736],"mapped",[1574,1607]],[[64737,64737],"mapped",[1576,1605]],[[64738,64738],"mapped",[1576,1607]],[[64739,64739],"mapped",[1578,1605]],[[64740,64740],"mapped",[1578,1607]],[[64741,64741],"mapped",[1579,1605]],[[64742,64742],"mapped",[1579,1607]],[[64743,64743],"mapped",[1587,1605]],[[64744,64744],"mapped",[1587,1607]],[[64745,64745],"mapped",[1588,1605]],[[64746,64746],"mapped",[1588,1607]],[[64747,64747],"mapped",[1603,1604]],[[64748,64748],"mapped",[1603,1605]],[[64749,64749],"mapped",[1604,1605]],[[64750,64750],"mapped",[1606,1605]],[[64751,64751],"mapped",[1606,1607]],[[64752,64752],"mapped",[1610,1605]],[[64753,64753],"mapped",[1610,1607]],[[64754,64754],"mapped",[1600,1614,1617]],[[64755,64755],"mapped",[1600,1615,1617]],[[64756,64756],"mapped",[1600,1616,1617]],[[64757,64757],"mapped",[1591,1609]],[[64758,64758],"mapped",[1591,1610]],[[64759,64759],"mapped",[1593,1609]],[[64760,64760],"mapped",[1593,1610]],[[64761,64761],"mapped",[1594,1609]],[[64762,64762],"mapped",[1594,1610]],[[64763,64763],"mapped",[1587,1609]],[[64764,64764],"mapped",[1587,1610]],[[64765,64765],"mapped",[1588,1609]],[[64766,64766],"mapped",[1588,1610]],[[64767,64767],"mapped",[1581,1609]],[[64768,64768],"mapped",[1581,1610]],[[64769,64769],"mapped",[1580,1609]],[[64770,64770],"mapped",[1580,1610]],[[64771,64771],"mapped",[1582,1609]],[[64772,64772],"mapped",[1582,1610]],[[64773,64773],"mapped",[1589,1609]],[[64774,64774],"mapped",[1589,1610]],[[64775,64775],"mapped",[1590,1609]],[[64776,64776],"mapped",[1590,1610]],[[64777,64777],"mapped",[1588,1580]],[[64778,64778],"mapped",[1588,1581]],[[64779,64779],"mapped",[1588,1582]],[[64780,64780],"mapped",[1588,1605]],[[64781,64781],"mapped",[1588,1585]],[[64782,64782],"mapped",[1587,1585]],[[64783,64783],"mapped",[1589,1585]],[[64784,64784],"mapped",[1590,1585]],[[64785,64785],"mapped",[1591,1609]],[[64786,64786],"mapped",[1591,1610]],[[64787,64787],"mapped",[1593,1609]],[[64788,64788],"mapped",[1593,1610]],[[64789,64789],"mapped",[1594,1609]],[[64790,64790],"mapped",[1594,1610]],[[64791,64791],"mapped",[1587,1609]],[[64792,64792],"mapped",[1587,1610]],[[64793,64793],"mapped",[1588,1609]],[[64794,64794],"mapped",[1588,1610]],[[64795,64795],"mapped",[1581,1609]],[[64796,64796],"mapped",[1581,1610]],[[64797,64797],"mapped",[1580,1609]],[[64798,64798],"mapped",[1580,1610]],[[64799,64799],"mapped",[1582,1609]],[[64800,64800],"mapped",[1582,1610]],[[64801,64801],"mapped",[1589,1609]],[[64802,64802],"mapped",[1589,1610]],[[64803,64803],"mapped",[1590,1609]],[[64804,64804],"mapped",[1590,1610]],[[64805,64805],"mapped",[1588,1580]],[[64806,64806],"mapped",[1588,1581]],[[64807,64807],"mapped",[1588,1582]],[[64808,64808],"mapped",[1588,1605]],[[64809,64809],"mapped",[1588,1585]],[[64810,64810],"mapped",[1587,1585]],[[64811,64811],"mapped",[1589,1585]],[[64812,64812],"mapped",[1590,1585]],[[64813,64813],"mapped",[1588,1580]],[[64814,64814],"mapped",[1588,1581]],[[64815,64815],"mapped",[1588,1582]],[[64816,64816],"mapped",[1588,1605]],[[64817,64817],"mapped",[1587,1607]],[[64818,64818],"mapped",[1588,1607]],[[64819,64819],"mapped",[1591,1605]],[[64820,64820],"mapped",[1587,1580]],[[64821,64821],"mapped",[1587,1581]],[[64822,64822],"mapped",[1587,1582]],[[64823,64823],"mapped",[1588,1580]],[[64824,64824],"mapped",[1588,1581]],[[64825,64825],"mapped",[1588,1582]],[[64826,64826],"mapped",[1591,1605]],[[64827,64827],"mapped",[1592,1605]],[[64828,64829],"mapped",[1575,1611]],[[64830,64831],"valid",[],"NV8"],[[64832,64847],"disallowed"],[[64848,64848],"mapped",[1578,1580,1605]],[[64849,64850],"mapped",[1578,1581,1580]],[[64851,64851],"mapped",[1578,1581,1605]],[[64852,64852],"mapped",[1578,1582,1605]],[[64853,64853],"mapped",[1578,1605,1580]],[[64854,64854],"mapped",[1578,1605,1581]],[[64855,64855],"mapped",[1578,1605,1582]],[[64856,64857],"mapped",[1580,1605,1581]],[[64858,64858],"mapped",[1581,1605,1610]],[[64859,64859],"mapped",[1581,1605,1609]],[[64860,64860],"mapped",[1587,1581,1580]],[[64861,64861],"mapped",[1587,1580,1581]],[[64862,64862],"mapped",[1587,1580,1609]],[[64863,64864],"mapped",[1587,1605,1581]],[[64865,64865],"mapped",[1587,1605,1580]],[[64866,64867],"mapped",[1587,1605,1605]],[[64868,64869],"mapped",[1589,1581,1581]],[[64870,64870],"mapped",[1589,1605,1605]],[[64871,64872],"mapped",[1588,1581,1605]],[[64873,64873],"mapped",[1588,1580,1610]],[[64874,64875],"mapped",[1588,1605,1582]],[[64876,64877],"mapped",[1588,1605,1605]],[[64878,64878],"mapped",[1590,1581,1609]],[[64879,64880],"mapped",[1590,1582,1605]],[[64881,64882],"mapped",[1591,1605,1581]],[[64883,64883],"mapped",[1591,1605,1605]],[[64884,64884],"mapped",[1591,1605,1610]],[[64885,64885],"mapped",[1593,1580,1605]],[[64886,64887],"mapped",[1593,1605,1605]],[[64888,64888],"mapped",[1593,1605,1609]],[[64889,64889],"mapped",[1594,1605,1605]],[[64890,64890],"mapped",[1594,1605,1610]],[[64891,64891],"mapped",[1594,1605,1609]],[[64892,64893],"mapped",[1601,1582,1605]],[[64894,64894],"mapped",[1602,1605,1581]],[[64895,64895],"mapped",[1602,1605,1605]],[[64896,64896],"mapped",[1604,1581,1605]],[[64897,64897],"mapped",[1604,1581,1610]],[[64898,64898],"mapped",[1604,1581,1609]],[[64899,64900],"mapped",[1604,1580,1580]],[[64901,64902],"mapped",[1604,1582,1605]],[[64903,64904],"mapped",[1604,1605,1581]],[[64905,64905],"mapped",[1605,1581,1580]],[[64906,64906],"mapped",[1605,1581,1605]],[[64907,64907],"mapped",[1605,1581,1610]],[[64908,64908],"mapped",[1605,1580,1581]],[[64909,64909],"mapped",[1605,1580,1605]],[[64910,64910],"mapped",[1605,1582,1580]],[[64911,64911],"mapped",[1605,1582,1605]],[[64912,64913],"disallowed"],[[64914,64914],"mapped",[1605,1580,1582]],[[64915,64915],"mapped",[1607,1605,1580]],[[64916,64916],"mapped",[1607,1605,1605]],[[64917,64917],"mapped",[1606,1581,1605]],[[64918,64918],"mapped",[1606,1581,1609]],[[64919,64920],"mapped",[1606,1580,1605]],[[64921,64921],"mapped",[1606,1580,1609]],[[64922,64922],"mapped",[1606,1605,1610]],[[64923,64923],"mapped",[1606,1605,1609]],[[64924,64925],"mapped",[1610,1605,1605]],[[64926,64926],"mapped",[1576,1582,1610]],[[64927,64927],"mapped",[1578,1580,1610]],[[64928,64928],"mapped",[1578,1580,1609]],[[64929,64929],"mapped",[1578,1582,1610]],[[64930,64930],"mapped",[1578,1582,1609]],[[64931,64931],"mapped",[1578,1605,1610]],[[64932,64932],"mapped",[1578,1605,1609]],[[64933,64933],"mapped",[1580,1605,1610]],[[64934,64934],"mapped",[1580,1581,1609]],[[64935,64935],"mapped",[1580,1605,1609]],[[64936,64936],"mapped",[1587,1582,1609]],[[64937,64937],"mapped",[1589,1581,1610]],[[64938,64938],"mapped",[1588,1581,1610]],[[64939,64939],"mapped",[1590,1581,1610]],[[64940,64940],"mapped",[1604,1580,1610]],[[64941,64941],"mapped",[1604,1605,1610]],[[64942,64942],"mapped",[1610,1581,1610]],[[64943,64943],"mapped",[1610,1580,1610]],[[64944,64944],"mapped",[1610,1605,1610]],[[64945,64945],"mapped",[1605,1605,1610]],[[64946,64946],"mapped",[1602,1605,1610]],[[64947,64947],"mapped",[1606,1581,1610]],[[64948,64948],"mapped",[1602,1605,1581]],[[64949,64949],"mapped",[1604,1581,1605]],[[64950,64950],"mapped",[1593,1605,1610]],[[64951,64951],"mapped",[1603,1605,1610]],[[64952,64952],"mapped",[1606,1580,1581]],[[64953,64953],"mapped",[1605,1582,1610]],[[64954,64954],"mapped",[1604,1580,1605]],[[64955,64955],"mapped",[1603,1605,1605]],[[64956,64956],"mapped",[1604,1580,1605]],[[64957,64957],"mapped",[1606,1580,1581]],[[64958,64958],"mapped",[1580,1581,1610]],[[64959,64959],"mapped",[1581,1580,1610]],[[64960,64960],"mapped",[1605,1580,1610]],[[64961,64961],"mapped",[1601,1605,1610]],[[64962,64962],"mapped",[1576,1581,1610]],[[64963,64963],"mapped",[1603,1605,1605]],[[64964,64964],"mapped",[1593,1580,1605]],[[64965,64965],"mapped",[1589,1605,1605]],[[64966,64966],"mapped",[1587,1582,1610]],[[64967,64967],"mapped",[1606,1580,1610]],[[64968,64975],"disallowed"],[[64976,65007],"disallowed"],[[65008,65008],"mapped",[1589,1604,1746]],[[65009,65009],"mapped",[1602,1604,1746]],[[65010,65010],"mapped",[1575,1604,1604,1607]],[[65011,65011],"mapped",[1575,1603,1576,1585]],[[65012,65012],"mapped",[1605,1581,1605,1583]],[[65013,65013],"mapped",[1589,1604,1593,1605]],[[65014,65014],"mapped",[1585,1587,1608,1604]],[[65015,65015],"mapped",[1593,1604,1610,1607]],[[65016,65016],"mapped",[1608,1587,1604,1605]],[[65017,65017],"mapped",[1589,1604,1609]],[[65018,65018],"disallowed_STD3_mapped",[1589,1604,1609,32,1575,1604,1604,1607,32,1593,1604,1610,1607,32,1608,1587,1604,1605]],[[65019,65019],"disallowed_STD3_mapped",[1580,1604,32,1580,1604,1575,1604,1607]],[[65020,65020],"mapped",[1585,1740,1575,1604]],[[65021,65021],"valid",[],"NV8"],[[65022,65023],"disallowed"],[[65024,65039],"ignored"],[[65040,65040],"disallowed_STD3_mapped",[44]],[[65041,65041],"mapped",[12289]],[[65042,65042],"disallowed"],[[65043,65043],"disallowed_STD3_mapped",[58]],[[65044,65044],"disallowed_STD3_mapped",[59]],[[65045,65045],"disallowed_STD3_mapped",[33]],[[65046,65046],"disallowed_STD3_mapped",[63]],[[65047,65047],"mapped",[12310]],[[65048,65048],"mapped",[12311]],[[65049,65049],"disallowed"],[[65050,65055],"disallowed"],[[65056,65059],"valid"],[[65060,65062],"valid"],[[65063,65069],"valid"],[[65070,65071],"valid"],[[65072,65072],"disallowed"],[[65073,65073],"mapped",[8212]],[[65074,65074],"mapped",[8211]],[[65075,65076],"disallowed_STD3_mapped",[95]],[[65077,65077],"disallowed_STD3_mapped",[40]],[[65078,65078],"disallowed_STD3_mapped",[41]],[[65079,65079],"disallowed_STD3_mapped",[123]],[[65080,65080],"disallowed_STD3_mapped",[125]],[[65081,65081],"mapped",[12308]],[[65082,65082],"mapped",[12309]],[[65083,65083],"mapped",[12304]],[[65084,65084],"mapped",[12305]],[[65085,65085],"mapped",[12298]],[[65086,65086],"mapped",[12299]],[[65087,65087],"mapped",[12296]],[[65088,65088],"mapped",[12297]],[[65089,65089],"mapped",[12300]],[[65090,65090],"mapped",[12301]],[[65091,65091],"mapped",[12302]],[[65092,65092],"mapped",[12303]],[[65093,65094],"valid",[],"NV8"],[[65095,65095],"disallowed_STD3_mapped",[91]],[[65096,65096],"disallowed_STD3_mapped",[93]],[[65097,65100],"disallowed_STD3_mapped",[32,773]],[[65101,65103],"disallowed_STD3_mapped",[95]],[[65104,65104],"disallowed_STD3_mapped",[44]],[[65105,65105],"mapped",[12289]],[[65106,65106],"disallowed"],[[65107,65107],"disallowed"],[[65108,65108],"disallowed_STD3_mapped",[59]],[[65109,65109],"disallowed_STD3_mapped",[58]],[[65110,65110],"disallowed_STD3_mapped",[63]],[[65111,65111],"disallowed_STD3_mapped",[33]],[[65112,65112],"mapped",[8212]],[[65113,65113],"disallowed_STD3_mapped",[40]],[[65114,65114],"disallowed_STD3_mapped",[41]],[[65115,65115],"disallowed_STD3_mapped",[123]],[[65116,65116],"disallowed_STD3_mapped",[125]],[[65117,65117],"mapped",[12308]],[[65118,65118],"mapped",[12309]],[[65119,65119],"disallowed_STD3_mapped",[35]],[[65120,65120],"disallowed_STD3_mapped",[38]],[[65121,65121],"disallowed_STD3_mapped",[42]],[[65122,65122],"disallowed_STD3_mapped",[43]],[[65123,65123],"mapped",[45]],[[65124,65124],"disallowed_STD3_mapped",[60]],[[65125,65125],"disallowed_STD3_mapped",[62]],[[65126,65126],"disallowed_STD3_mapped",[61]],[[65127,65127],"disallowed"],[[65128,65128],"disallowed_STD3_mapped",[92]],[[65129,65129],"disallowed_STD3_mapped",[36]],[[65130,65130],"disallowed_STD3_mapped",[37]],[[65131,65131],"disallowed_STD3_mapped",[64]],[[65132,65135],"disallowed"],[[65136,65136],"disallowed_STD3_mapped",[32,1611]],[[65137,65137],"mapped",[1600,1611]],[[65138,65138],"disallowed_STD3_mapped",[32,1612]],[[65139,65139],"valid"],[[65140,65140],"disallowed_STD3_mapped",[32,1613]],[[65141,65141],"disallowed"],[[65142,65142],"disallowed_STD3_mapped",[32,1614]],[[65143,65143],"mapped",[1600,1614]],[[65144,65144],"disallowed_STD3_mapped",[32,1615]],[[65145,65145],"mapped",[1600,1615]],[[65146,65146],"disallowed_STD3_mapped",[32,1616]],[[65147,65147],"mapped",[1600,1616]],[[65148,65148],"disallowed_STD3_mapped",[32,1617]],[[65149,65149],"mapped",[1600,1617]],[[65150,65150],"disallowed_STD3_mapped",[32,1618]],[[65151,65151],"mapped",[1600,1618]],[[65152,65152],"mapped",[1569]],[[65153,65154],"mapped",[1570]],[[65155,65156],"mapped",[1571]],[[65157,65158],"mapped",[1572]],[[65159,65160],"mapped",[1573]],[[65161,65164],"mapped",[1574]],[[65165,65166],"mapped",[1575]],[[65167,65170],"mapped",[1576]],[[65171,65172],"mapped",[1577]],[[65173,65176],"mapped",[1578]],[[65177,65180],"mapped",[1579]],[[65181,65184],"mapped",[1580]],[[65185,65188],"mapped",[1581]],[[65189,65192],"mapped",[1582]],[[65193,65194],"mapped",[1583]],[[65195,65196],"mapped",[1584]],[[65197,65198],"mapped",[1585]],[[65199,65200],"mapped",[1586]],[[65201,65204],"mapped",[1587]],[[65205,65208],"mapped",[1588]],[[65209,65212],"mapped",[1589]],[[65213,65216],"mapped",[1590]],[[65217,65220],"mapped",[1591]],[[65221,65224],"mapped",[1592]],[[65225,65228],"mapped",[1593]],[[65229,65232],"mapped",[1594]],[[65233,65236],"mapped",[1601]],[[65237,65240],"mapped",[1602]],[[65241,65244],"mapped",[1603]],[[65245,65248],"mapped",[1604]],[[65249,65252],"mapped",[1605]],[[65253,65256],"mapped",[1606]],[[65257,65260],"mapped",[1607]],[[65261,65262],"mapped",[1608]],[[65263,65264],"mapped",[1609]],[[65265,65268],"mapped",[1610]],[[65269,65270],"mapped",[1604,1570]],[[65271,65272],"mapped",[1604,1571]],[[65273,65274],"mapped",[1604,1573]],[[65275,65276],"mapped",[1604,1575]],[[65277,65278],"disallowed"],[[65279,65279],"ignored"],[[65280,65280],"disallowed"],[[65281,65281],"disallowed_STD3_mapped",[33]],[[65282,65282],"disallowed_STD3_mapped",[34]],[[65283,65283],"disallowed_STD3_mapped",[35]],[[65284,65284],"disallowed_STD3_mapped",[36]],[[65285,65285],"disallowed_STD3_mapped",[37]],[[65286,65286],"disallowed_STD3_mapped",[38]],[[65287,65287],"disallowed_STD3_mapped",[39]],[[65288,65288],"disallowed_STD3_mapped",[40]],[[65289,65289],"disallowed_STD3_mapped",[41]],[[65290,65290],"disallowed_STD3_mapped",[42]],[[65291,65291],"disallowed_STD3_mapped",[43]],[[65292,65292],"disallowed_STD3_mapped",[44]],[[65293,65293],"mapped",[45]],[[65294,65294],"mapped",[46]],[[65295,65295],"disallowed_STD3_mapped",[47]],[[65296,65296],"mapped",[48]],[[65297,65297],"mapped",[49]],[[65298,65298],"mapped",[50]],[[65299,65299],"mapped",[51]],[[65300,65300],"mapped",[52]],[[65301,65301],"mapped",[53]],[[65302,65302],"mapped",[54]],[[65303,65303],"mapped",[55]],[[65304,65304],"mapped",[56]],[[65305,65305],"mapped",[57]],[[65306,65306],"disallowed_STD3_mapped",[58]],[[65307,65307],"disallowed_STD3_mapped",[59]],[[65308,65308],"disallowed_STD3_mapped",[60]],[[65309,65309],"disallowed_STD3_mapped",[61]],[[65310,65310],"disallowed_STD3_mapped",[62]],[[65311,65311],"disallowed_STD3_mapped",[63]],[[65312,65312],"disallowed_STD3_mapped",[64]],[[65313,65313],"mapped",[97]],[[65314,65314],"mapped",[98]],[[65315,65315],"mapped",[99]],[[65316,65316],"mapped",[100]],[[65317,65317],"mapped",[101]],[[65318,65318],"mapped",[102]],[[65319,65319],"mapped",[103]],[[65320,65320],"mapped",[104]],[[65321,65321],"mapped",[105]],[[65322,65322],"mapped",[106]],[[65323,65323],"mapped",[107]],[[65324,65324],"mapped",[108]],[[65325,65325],"mapped",[109]],[[65326,65326],"mapped",[110]],[[65327,65327],"mapped",[111]],[[65328,65328],"mapped",[112]],[[65329,65329],"mapped",[113]],[[65330,65330],"mapped",[114]],[[65331,65331],"mapped",[115]],[[65332,65332],"mapped",[116]],[[65333,65333],"mapped",[117]],[[65334,65334],"mapped",[118]],[[65335,65335],"mapped",[119]],[[65336,65336],"mapped",[120]],[[65337,65337],"mapped",[121]],[[65338,65338],"mapped",[122]],[[65339,65339],"disallowed_STD3_mapped",[91]],[[65340,65340],"disallowed_STD3_mapped",[92]],[[65341,65341],"disallowed_STD3_mapped",[93]],[[65342,65342],"disallowed_STD3_mapped",[94]],[[65343,65343],"disallowed_STD3_mapped",[95]],[[65344,65344],"disallowed_STD3_mapped",[96]],[[65345,65345],"mapped",[97]],[[65346,65346],"mapped",[98]],[[65347,65347],"mapped",[99]],[[65348,65348],"mapped",[100]],[[65349,65349],"mapped",[101]],[[65350,65350],"mapped",[102]],[[65351,65351],"mapped",[103]],[[65352,65352],"mapped",[104]],[[65353,65353],"mapped",[105]],[[65354,65354],"mapped",[106]],[[65355,65355],"mapped",[107]],[[65356,65356],"mapped",[108]],[[65357,65357],"mapped",[109]],[[65358,65358],"mapped",[110]],[[65359,65359],"mapped",[111]],[[65360,65360],"mapped",[112]],[[65361,65361],"mapped",[113]],[[65362,65362],"mapped",[114]],[[65363,65363],"mapped",[115]],[[65364,65364],"mapped",[116]],[[65365,65365],"mapped",[117]],[[65366,65366],"mapped",[118]],[[65367,65367],"mapped",[119]],[[65368,65368],"mapped",[120]],[[65369,65369],"mapped",[121]],[[65370,65370],"mapped",[122]],[[65371,65371],"disallowed_STD3_mapped",[123]],[[65372,65372],"disallowed_STD3_mapped",[124]],[[65373,65373],"disallowed_STD3_mapped",[125]],[[65374,65374],"disallowed_STD3_mapped",[126]],[[65375,65375],"mapped",[10629]],[[65376,65376],"mapped",[10630]],[[65377,65377],"mapped",[46]],[[65378,65378],"mapped",[12300]],[[65379,65379],"mapped",[12301]],[[65380,65380],"mapped",[12289]],[[65381,65381],"mapped",[12539]],[[65382,65382],"mapped",[12530]],[[65383,65383],"mapped",[12449]],[[65384,65384],"mapped",[12451]],[[65385,65385],"mapped",[12453]],[[65386,65386],"mapped",[12455]],[[65387,65387],"mapped",[12457]],[[65388,65388],"mapped",[12515]],[[65389,65389],"mapped",[12517]],[[65390,65390],"mapped",[12519]],[[65391,65391],"mapped",[12483]],[[65392,65392],"mapped",[12540]],[[65393,65393],"mapped",[12450]],[[65394,65394],"mapped",[12452]],[[65395,65395],"mapped",[12454]],[[65396,65396],"mapped",[12456]],[[65397,65397],"mapped",[12458]],[[65398,65398],"mapped",[12459]],[[65399,65399],"mapped",[12461]],[[65400,65400],"mapped",[12463]],[[65401,65401],"mapped",[12465]],[[65402,65402],"mapped",[12467]],[[65403,65403],"mapped",[12469]],[[65404,65404],"mapped",[12471]],[[65405,65405],"mapped",[12473]],[[65406,65406],"mapped",[12475]],[[65407,65407],"mapped",[12477]],[[65408,65408],"mapped",[12479]],[[65409,65409],"mapped",[12481]],[[65410,65410],"mapped",[12484]],[[65411,65411],"mapped",[12486]],[[65412,65412],"mapped",[12488]],[[65413,65413],"mapped",[12490]],[[65414,65414],"mapped",[12491]],[[65415,65415],"mapped",[12492]],[[65416,65416],"mapped",[12493]],[[65417,65417],"mapped",[12494]],[[65418,65418],"mapped",[12495]],[[65419,65419],"mapped",[12498]],[[65420,65420],"mapped",[12501]],[[65421,65421],"mapped",[12504]],[[65422,65422],"mapped",[12507]],[[65423,65423],"mapped",[12510]],[[65424,65424],"mapped",[12511]],[[65425,65425],"mapped",[12512]],[[65426,65426],"mapped",[12513]],[[65427,65427],"mapped",[12514]],[[65428,65428],"mapped",[12516]],[[65429,65429],"mapped",[12518]],[[65430,65430],"mapped",[12520]],[[65431,65431],"mapped",[12521]],[[65432,65432],"mapped",[12522]],[[65433,65433],"mapped",[12523]],[[65434,65434],"mapped",[12524]],[[65435,65435],"mapped",[12525]],[[65436,65436],"mapped",[12527]],[[65437,65437],"mapped",[12531]],[[65438,65438],"mapped",[12441]],[[65439,65439],"mapped",[12442]],[[65440,65440],"disallowed"],[[65441,65441],"mapped",[4352]],[[65442,65442],"mapped",[4353]],[[65443,65443],"mapped",[4522]],[[65444,65444],"mapped",[4354]],[[65445,65445],"mapped",[4524]],[[65446,65446],"mapped",[4525]],[[65447,65447],"mapped",[4355]],[[65448,65448],"mapped",[4356]],[[65449,65449],"mapped",[4357]],[[65450,65450],"mapped",[4528]],[[65451,65451],"mapped",[4529]],[[65452,65452],"mapped",[4530]],[[65453,65453],"mapped",[4531]],[[65454,65454],"mapped",[4532]],[[65455,65455],"mapped",[4533]],[[65456,65456],"mapped",[4378]],[[65457,65457],"mapped",[4358]],[[65458,65458],"mapped",[4359]],[[65459,65459],"mapped",[4360]],[[65460,65460],"mapped",[4385]],[[65461,65461],"mapped",[4361]],[[65462,65462],"mapped",[4362]],[[65463,65463],"mapped",[4363]],[[65464,65464],"mapped",[4364]],[[65465,65465],"mapped",[4365]],[[65466,65466],"mapped",[4366]],[[65467,65467],"mapped",[4367]],[[65468,65468],"mapped",[4368]],[[65469,65469],"mapped",[4369]],[[65470,65470],"mapped",[4370]],[[65471,65473],"disallowed"],[[65474,65474],"mapped",[4449]],[[65475,65475],"mapped",[4450]],[[65476,65476],"mapped",[4451]],[[65477,65477],"mapped",[4452]],[[65478,65478],"mapped",[4453]],[[65479,65479],"mapped",[4454]],[[65480,65481],"disallowed"],[[65482,65482],"mapped",[4455]],[[65483,65483],"mapped",[4456]],[[65484,65484],"mapped",[4457]],[[65485,65485],"mapped",[4458]],[[65486,65486],"mapped",[4459]],[[65487,65487],"mapped",[4460]],[[65488,65489],"disallowed"],[[65490,65490],"mapped",[4461]],[[65491,65491],"mapped",[4462]],[[65492,65492],"mapped",[4463]],[[65493,65493],"mapped",[4464]],[[65494,65494],"mapped",[4465]],[[65495,65495],"mapped",[4466]],[[65496,65497],"disallowed"],[[65498,65498],"mapped",[4467]],[[65499,65499],"mapped",[4468]],[[65500,65500],"mapped",[4469]],[[65501,65503],"disallowed"],[[65504,65504],"mapped",[162]],[[65505,65505],"mapped",[163]],[[65506,65506],"mapped",[172]],[[65507,65507],"disallowed_STD3_mapped",[32,772]],[[65508,65508],"mapped",[166]],[[65509,65509],"mapped",[165]],[[65510,65510],"mapped",[8361]],[[65511,65511],"disallowed"],[[65512,65512],"mapped",[9474]],[[65513,65513],"mapped",[8592]],[[65514,65514],"mapped",[8593]],[[65515,65515],"mapped",[8594]],[[65516,65516],"mapped",[8595]],[[65517,65517],"mapped",[9632]],[[65518,65518],"mapped",[9675]],[[65519,65528],"disallowed"],[[65529,65531],"disallowed"],[[65532,65532],"disallowed"],[[65533,65533],"disallowed"],[[65534,65535],"disallowed"],[[65536,65547],"valid"],[[65548,65548],"disallowed"],[[65549,65574],"valid"],[[65575,65575],"disallowed"],[[65576,65594],"valid"],[[65595,65595],"disallowed"],[[65596,65597],"valid"],[[65598,65598],"disallowed"],[[65599,65613],"valid"],[[65614,65615],"disallowed"],[[65616,65629],"valid"],[[65630,65663],"disallowed"],[[65664,65786],"valid"],[[65787,65791],"disallowed"],[[65792,65794],"valid",[],"NV8"],[[65795,65798],"disallowed"],[[65799,65843],"valid",[],"NV8"],[[65844,65846],"disallowed"],[[65847,65855],"valid",[],"NV8"],[[65856,65930],"valid",[],"NV8"],[[65931,65932],"valid",[],"NV8"],[[65933,65935],"disallowed"],[[65936,65947],"valid",[],"NV8"],[[65948,65951],"disallowed"],[[65952,65952],"valid",[],"NV8"],[[65953,65999],"disallowed"],[[66000,66044],"valid",[],"NV8"],[[66045,66045],"valid"],[[66046,66175],"disallowed"],[[66176,66204],"valid"],[[66205,66207],"disallowed"],[[66208,66256],"valid"],[[66257,66271],"disallowed"],[[66272,66272],"valid"],[[66273,66299],"valid",[],"NV8"],[[66300,66303],"disallowed"],[[66304,66334],"valid"],[[66335,66335],"valid"],[[66336,66339],"valid",[],"NV8"],[[66340,66351],"disallowed"],[[66352,66368],"valid"],[[66369,66369],"valid",[],"NV8"],[[66370,66377],"valid"],[[66378,66378],"valid",[],"NV8"],[[66379,66383],"disallowed"],[[66384,66426],"valid"],[[66427,66431],"disallowed"],[[66432,66461],"valid"],[[66462,66462],"disallowed"],[[66463,66463],"valid",[],"NV8"],[[66464,66499],"valid"],[[66500,66503],"disallowed"],[[66504,66511],"valid"],[[66512,66517],"valid",[],"NV8"],[[66518,66559],"disallowed"],[[66560,66560],"mapped",[66600]],[[66561,66561],"mapped",[66601]],[[66562,66562],"mapped",[66602]],[[66563,66563],"mapped",[66603]],[[66564,66564],"mapped",[66604]],[[66565,66565],"mapped",[66605]],[[66566,66566],"mapped",[66606]],[[66567,66567],"mapped",[66607]],[[66568,66568],"mapped",[66608]],[[66569,66569],"mapped",[66609]],[[66570,66570],"mapped",[66610]],[[66571,66571],"mapped",[66611]],[[66572,66572],"mapped",[66612]],[[66573,66573],"mapped",[66613]],[[66574,66574],"mapped",[66614]],[[66575,66575],"mapped",[66615]],[[66576,66576],"mapped",[66616]],[[66577,66577],"mapped",[66617]],[[66578,66578],"mapped",[66618]],[[66579,66579],"mapped",[66619]],[[66580,66580],"mapped",[66620]],[[66581,66581],"mapped",[66621]],[[66582,66582],"mapped",[66622]],[[66583,66583],"mapped",[66623]],[[66584,66584],"mapped",[66624]],[[66585,66585],"mapped",[66625]],[[66586,66586],"mapped",[66626]],[[66587,66587],"mapped",[66627]],[[66588,66588],"mapped",[66628]],[[66589,66589],"mapped",[66629]],[[66590,66590],"mapped",[66630]],[[66591,66591],"mapped",[66631]],[[66592,66592],"mapped",[66632]],[[66593,66593],"mapped",[66633]],[[66594,66594],"mapped",[66634]],[[66595,66595],"mapped",[66635]],[[66596,66596],"mapped",[66636]],[[66597,66597],"mapped",[66637]],[[66598,66598],"mapped",[66638]],[[66599,66599],"mapped",[66639]],[[66600,66637],"valid"],[[66638,66717],"valid"],[[66718,66719],"disallowed"],[[66720,66729],"valid"],[[66730,66815],"disallowed"],[[66816,66855],"valid"],[[66856,66863],"disallowed"],[[66864,66915],"valid"],[[66916,66926],"disallowed"],[[66927,66927],"valid",[],"NV8"],[[66928,67071],"disallowed"],[[67072,67382],"valid"],[[67383,67391],"disallowed"],[[67392,67413],"valid"],[[67414,67423],"disallowed"],[[67424,67431],"valid"],[[67432,67583],"disallowed"],[[67584,67589],"valid"],[[67590,67591],"disallowed"],[[67592,67592],"valid"],[[67593,67593],"disallowed"],[[67594,67637],"valid"],[[67638,67638],"disallowed"],[[67639,67640],"valid"],[[67641,67643],"disallowed"],[[67644,67644],"valid"],[[67645,67646],"disallowed"],[[67647,67647],"valid"],[[67648,67669],"valid"],[[67670,67670],"disallowed"],[[67671,67679],"valid",[],"NV8"],[[67680,67702],"valid"],[[67703,67711],"valid",[],"NV8"],[[67712,67742],"valid"],[[67743,67750],"disallowed"],[[67751,67759],"valid",[],"NV8"],[[67760,67807],"disallowed"],[[67808,67826],"valid"],[[67827,67827],"disallowed"],[[67828,67829],"valid"],[[67830,67834],"disallowed"],[[67835,67839],"valid",[],"NV8"],[[67840,67861],"valid"],[[67862,67865],"valid",[],"NV8"],[[67866,67867],"valid",[],"NV8"],[[67868,67870],"disallowed"],[[67871,67871],"valid",[],"NV8"],[[67872,67897],"valid"],[[67898,67902],"disallowed"],[[67903,67903],"valid",[],"NV8"],[[67904,67967],"disallowed"],[[67968,68023],"valid"],[[68024,68027],"disallowed"],[[68028,68029],"valid",[],"NV8"],[[68030,68031],"valid"],[[68032,68047],"valid",[],"NV8"],[[68048,68049],"disallowed"],[[68050,68095],"valid",[],"NV8"],[[68096,68099],"valid"],[[68100,68100],"disallowed"],[[68101,68102],"valid"],[[68103,68107],"disallowed"],[[68108,68115],"valid"],[[68116,68116],"disallowed"],[[68117,68119],"valid"],[[68120,68120],"disallowed"],[[68121,68147],"valid"],[[68148,68151],"disallowed"],[[68152,68154],"valid"],[[68155,68158],"disallowed"],[[68159,68159],"valid"],[[68160,68167],"valid",[],"NV8"],[[68168,68175],"disallowed"],[[68176,68184],"valid",[],"NV8"],[[68185,68191],"disallowed"],[[68192,68220],"valid"],[[68221,68223],"valid",[],"NV8"],[[68224,68252],"valid"],[[68253,68255],"valid",[],"NV8"],[[68256,68287],"disallowed"],[[68288,68295],"valid"],[[68296,68296],"valid",[],"NV8"],[[68297,68326],"valid"],[[68327,68330],"disallowed"],[[68331,68342],"valid",[],"NV8"],[[68343,68351],"disallowed"],[[68352,68405],"valid"],[[68406,68408],"disallowed"],[[68409,68415],"valid",[],"NV8"],[[68416,68437],"valid"],[[68438,68439],"disallowed"],[[68440,68447],"valid",[],"NV8"],[[68448,68466],"valid"],[[68467,68471],"disallowed"],[[68472,68479],"valid",[],"NV8"],[[68480,68497],"valid"],[[68498,68504],"disallowed"],[[68505,68508],"valid",[],"NV8"],[[68509,68520],"disallowed"],[[68521,68527],"valid",[],"NV8"],[[68528,68607],"disallowed"],[[68608,68680],"valid"],[[68681,68735],"disallowed"],[[68736,68736],"mapped",[68800]],[[68737,68737],"mapped",[68801]],[[68738,68738],"mapped",[68802]],[[68739,68739],"mapped",[68803]],[[68740,68740],"mapped",[68804]],[[68741,68741],"mapped",[68805]],[[68742,68742],"mapped",[68806]],[[68743,68743],"mapped",[68807]],[[68744,68744],"mapped",[68808]],[[68745,68745],"mapped",[68809]],[[68746,68746],"mapped",[68810]],[[68747,68747],"mapped",[68811]],[[68748,68748],"mapped",[68812]],[[68749,68749],"mapped",[68813]],[[68750,68750],"mapped",[68814]],[[68751,68751],"mapped",[68815]],[[68752,68752],"mapped",[68816]],[[68753,68753],"mapped",[68817]],[[68754,68754],"mapped",[68818]],[[68755,68755],"mapped",[68819]],[[68756,68756],"mapped",[68820]],[[68757,68757],"mapped",[68821]],[[68758,68758],"mapped",[68822]],[[68759,68759],"mapped",[68823]],[[68760,68760],"mapped",[68824]],[[68761,68761],"mapped",[68825]],[[68762,68762],"mapped",[68826]],[[68763,68763],"mapped",[68827]],[[68764,68764],"mapped",[68828]],[[68765,68765],"mapped",[68829]],[[68766,68766],"mapped",[68830]],[[68767,68767],"mapped",[68831]],[[68768,68768],"mapped",[68832]],[[68769,68769],"mapped",[68833]],[[68770,68770],"mapped",[68834]],[[68771,68771],"mapped",[68835]],[[68772,68772],"mapped",[68836]],[[68773,68773],"mapped",[68837]],[[68774,68774],"mapped",[68838]],[[68775,68775],"mapped",[68839]],[[68776,68776],"mapped",[68840]],[[68777,68777],"mapped",[68841]],[[68778,68778],"mapped",[68842]],[[68779,68779],"mapped",[68843]],[[68780,68780],"mapped",[68844]],[[68781,68781],"mapped",[68845]],[[68782,68782],"mapped",[68846]],[[68783,68783],"mapped",[68847]],[[68784,68784],"mapped",[68848]],[[68785,68785],"mapped",[68849]],[[68786,68786],"mapped",[68850]],[[68787,68799],"disallowed"],[[68800,68850],"valid"],[[68851,68857],"disallowed"],[[68858,68863],"valid",[],"NV8"],[[68864,69215],"disallowed"],[[69216,69246],"valid",[],"NV8"],[[69247,69631],"disallowed"],[[69632,69702],"valid"],[[69703,69709],"valid",[],"NV8"],[[69710,69713],"disallowed"],[[69714,69733],"valid",[],"NV8"],[[69734,69743],"valid"],[[69744,69758],"disallowed"],[[69759,69759],"valid"],[[69760,69818],"valid"],[[69819,69820],"valid",[],"NV8"],[[69821,69821],"disallowed"],[[69822,69825],"valid",[],"NV8"],[[69826,69839],"disallowed"],[[69840,69864],"valid"],[[69865,69871],"disallowed"],[[69872,69881],"valid"],[[69882,69887],"disallowed"],[[69888,69940],"valid"],[[69941,69941],"disallowed"],[[69942,69951],"valid"],[[69952,69955],"valid",[],"NV8"],[[69956,69967],"disallowed"],[[69968,70003],"valid"],[[70004,70005],"valid",[],"NV8"],[[70006,70006],"valid"],[[70007,70015],"disallowed"],[[70016,70084],"valid"],[[70085,70088],"valid",[],"NV8"],[[70089,70089],"valid",[],"NV8"],[[70090,70092],"valid"],[[70093,70093],"valid",[],"NV8"],[[70094,70095],"disallowed"],[[70096,70105],"valid"],[[70106,70106],"valid"],[[70107,70107],"valid",[],"NV8"],[[70108,70108],"valid"],[[70109,70111],"valid",[],"NV8"],[[70112,70112],"disallowed"],[[70113,70132],"valid",[],"NV8"],[[70133,70143],"disallowed"],[[70144,70161],"valid"],[[70162,70162],"disallowed"],[[70163,70199],"valid"],[[70200,70205],"valid",[],"NV8"],[[70206,70271],"disallowed"],[[70272,70278],"valid"],[[70279,70279],"disallowed"],[[70280,70280],"valid"],[[70281,70281],"disallowed"],[[70282,70285],"valid"],[[70286,70286],"disallowed"],[[70287,70301],"valid"],[[70302,70302],"disallowed"],[[70303,70312],"valid"],[[70313,70313],"valid",[],"NV8"],[[70314,70319],"disallowed"],[[70320,70378],"valid"],[[70379,70383],"disallowed"],[[70384,70393],"valid"],[[70394,70399],"disallowed"],[[70400,70400],"valid"],[[70401,70403],"valid"],[[70404,70404],"disallowed"],[[70405,70412],"valid"],[[70413,70414],"disallowed"],[[70415,70416],"valid"],[[70417,70418],"disallowed"],[[70419,70440],"valid"],[[70441,70441],"disallowed"],[[70442,70448],"valid"],[[70449,70449],"disallowed"],[[70450,70451],"valid"],[[70452,70452],"disallowed"],[[70453,70457],"valid"],[[70458,70459],"disallowed"],[[70460,70468],"valid"],[[70469,70470],"disallowed"],[[70471,70472],"valid"],[[70473,70474],"disallowed"],[[70475,70477],"valid"],[[70478,70479],"disallowed"],[[70480,70480],"valid"],[[70481,70486],"disallowed"],[[70487,70487],"valid"],[[70488,70492],"disallowed"],[[70493,70499],"valid"],[[70500,70501],"disallowed"],[[70502,70508],"valid"],[[70509,70511],"disallowed"],[[70512,70516],"valid"],[[70517,70783],"disallowed"],[[70784,70853],"valid"],[[70854,70854],"valid",[],"NV8"],[[70855,70855],"valid"],[[70856,70863],"disallowed"],[[70864,70873],"valid"],[[70874,71039],"disallowed"],[[71040,71093],"valid"],[[71094,71095],"disallowed"],[[71096,71104],"valid"],[[71105,71113],"valid",[],"NV8"],[[71114,71127],"valid",[],"NV8"],[[71128,71133],"valid"],[[71134,71167],"disallowed"],[[71168,71232],"valid"],[[71233,71235],"valid",[],"NV8"],[[71236,71236],"valid"],[[71237,71247],"disallowed"],[[71248,71257],"valid"],[[71258,71295],"disallowed"],[[71296,71351],"valid"],[[71352,71359],"disallowed"],[[71360,71369],"valid"],[[71370,71423],"disallowed"],[[71424,71449],"valid"],[[71450,71452],"disallowed"],[[71453,71467],"valid"],[[71468,71471],"disallowed"],[[71472,71481],"valid"],[[71482,71487],"valid",[],"NV8"],[[71488,71839],"disallowed"],[[71840,71840],"mapped",[71872]],[[71841,71841],"mapped",[71873]],[[71842,71842],"mapped",[71874]],[[71843,71843],"mapped",[71875]],[[71844,71844],"mapped",[71876]],[[71845,71845],"mapped",[71877]],[[71846,71846],"mapped",[71878]],[[71847,71847],"mapped",[71879]],[[71848,71848],"mapped",[71880]],[[71849,71849],"mapped",[71881]],[[71850,71850],"mapped",[71882]],[[71851,71851],"mapped",[71883]],[[71852,71852],"mapped",[71884]],[[71853,71853],"mapped",[71885]],[[71854,71854],"mapped",[71886]],[[71855,71855],"mapped",[71887]],[[71856,71856],"mapped",[71888]],[[71857,71857],"mapped",[71889]],[[71858,71858],"mapped",[71890]],[[71859,71859],"mapped",[71891]],[[71860,71860],"mapped",[71892]],[[71861,71861],"mapped",[71893]],[[71862,71862],"mapped",[71894]],[[71863,71863],"mapped",[71895]],[[71864,71864],"mapped",[71896]],[[71865,71865],"mapped",[71897]],[[71866,71866],"mapped",[71898]],[[71867,71867],"mapped",[71899]],[[71868,71868],"mapped",[71900]],[[71869,71869],"mapped",[71901]],[[71870,71870],"mapped",[71902]],[[71871,71871],"mapped",[71903]],[[71872,71913],"valid"],[[71914,71922],"valid",[],"NV8"],[[71923,71934],"disallowed"],[[71935,71935],"valid"],[[71936,72383],"disallowed"],[[72384,72440],"valid"],[[72441,73727],"disallowed"],[[73728,74606],"valid"],[[74607,74648],"valid"],[[74649,74649],"valid"],[[74650,74751],"disallowed"],[[74752,74850],"valid",[],"NV8"],[[74851,74862],"valid",[],"NV8"],[[74863,74863],"disallowed"],[[74864,74867],"valid",[],"NV8"],[[74868,74868],"valid",[],"NV8"],[[74869,74879],"disallowed"],[[74880,75075],"valid"],[[75076,77823],"disallowed"],[[77824,78894],"valid"],[[78895,82943],"disallowed"],[[82944,83526],"valid"],[[83527,92159],"disallowed"],[[92160,92728],"valid"],[[92729,92735],"disallowed"],[[92736,92766],"valid"],[[92767,92767],"disallowed"],[[92768,92777],"valid"],[[92778,92781],"disallowed"],[[92782,92783],"valid",[],"NV8"],[[92784,92879],"disallowed"],[[92880,92909],"valid"],[[92910,92911],"disallowed"],[[92912,92916],"valid"],[[92917,92917],"valid",[],"NV8"],[[92918,92927],"disallowed"],[[92928,92982],"valid"],[[92983,92991],"valid",[],"NV8"],[[92992,92995],"valid"],[[92996,92997],"valid",[],"NV8"],[[92998,93007],"disallowed"],[[93008,93017],"valid"],[[93018,93018],"disallowed"],[[93019,93025],"valid",[],"NV8"],[[93026,93026],"disallowed"],[[93027,93047],"valid"],[[93048,93052],"disallowed"],[[93053,93071],"valid"],[[93072,93951],"disallowed"],[[93952,94020],"valid"],[[94021,94031],"disallowed"],[[94032,94078],"valid"],[[94079,94094],"disallowed"],[[94095,94111],"valid"],[[94112,110591],"disallowed"],[[110592,110593],"valid"],[[110594,113663],"disallowed"],[[113664,113770],"valid"],[[113771,113775],"disallowed"],[[113776,113788],"valid"],[[113789,113791],"disallowed"],[[113792,113800],"valid"],[[113801,113807],"disallowed"],[[113808,113817],"valid"],[[113818,113819],"disallowed"],[[113820,113820],"valid",[],"NV8"],[[113821,113822],"valid"],[[113823,113823],"valid",[],"NV8"],[[113824,113827],"ignored"],[[113828,118783],"disallowed"],[[118784,119029],"valid",[],"NV8"],[[119030,119039],"disallowed"],[[119040,119078],"valid",[],"NV8"],[[119079,119080],"disallowed"],[[119081,119081],"valid",[],"NV8"],[[119082,119133],"valid",[],"NV8"],[[119134,119134],"mapped",[119127,119141]],[[119135,119135],"mapped",[119128,119141]],[[119136,119136],"mapped",[119128,119141,119150]],[[119137,119137],"mapped",[119128,119141,119151]],[[119138,119138],"mapped",[119128,119141,119152]],[[119139,119139],"mapped",[119128,119141,119153]],[[119140,119140],"mapped",[119128,119141,119154]],[[119141,119154],"valid",[],"NV8"],[[119155,119162],"disallowed"],[[119163,119226],"valid",[],"NV8"],[[119227,119227],"mapped",[119225,119141]],[[119228,119228],"mapped",[119226,119141]],[[119229,119229],"mapped",[119225,119141,119150]],[[119230,119230],"mapped",[119226,119141,119150]],[[119231,119231],"mapped",[119225,119141,119151]],[[119232,119232],"mapped",[119226,119141,119151]],[[119233,119261],"valid",[],"NV8"],[[119262,119272],"valid",[],"NV8"],[[119273,119295],"disallowed"],[[119296,119365],"valid",[],"NV8"],[[119366,119551],"disallowed"],[[119552,119638],"valid",[],"NV8"],[[119639,119647],"disallowed"],[[119648,119665],"valid",[],"NV8"],[[119666,119807],"disallowed"],[[119808,119808],"mapped",[97]],[[119809,119809],"mapped",[98]],[[119810,119810],"mapped",[99]],[[119811,119811],"mapped",[100]],[[119812,119812],"mapped",[101]],[[119813,119813],"mapped",[102]],[[119814,119814],"mapped",[103]],[[119815,119815],"mapped",[104]],[[119816,119816],"mapped",[105]],[[119817,119817],"mapped",[106]],[[119818,119818],"mapped",[107]],[[119819,119819],"mapped",[108]],[[119820,119820],"mapped",[109]],[[119821,119821],"mapped",[110]],[[119822,119822],"mapped",[111]],[[119823,119823],"mapped",[112]],[[119824,119824],"mapped",[113]],[[119825,119825],"mapped",[114]],[[119826,119826],"mapped",[115]],[[119827,119827],"mapped",[116]],[[119828,119828],"mapped",[117]],[[119829,119829],"mapped",[118]],[[119830,119830],"mapped",[119]],[[119831,119831],"mapped",[120]],[[119832,119832],"mapped",[121]],[[119833,119833],"mapped",[122]],[[119834,119834],"mapped",[97]],[[119835,119835],"mapped",[98]],[[119836,119836],"mapped",[99]],[[119837,119837],"mapped",[100]],[[119838,119838],"mapped",[101]],[[119839,119839],"mapped",[102]],[[119840,119840],"mapped",[103]],[[119841,119841],"mapped",[104]],[[119842,119842],"mapped",[105]],[[119843,119843],"mapped",[106]],[[119844,119844],"mapped",[107]],[[119845,119845],"mapped",[108]],[[119846,119846],"mapped",[109]],[[119847,119847],"mapped",[110]],[[119848,119848],"mapped",[111]],[[119849,119849],"mapped",[112]],[[119850,119850],"mapped",[113]],[[119851,119851],"mapped",[114]],[[119852,119852],"mapped",[115]],[[119853,119853],"mapped",[116]],[[119854,119854],"mapped",[117]],[[119855,119855],"mapped",[118]],[[119856,119856],"mapped",[119]],[[119857,119857],"mapped",[120]],[[119858,119858],"mapped",[121]],[[119859,119859],"mapped",[122]],[[119860,119860],"mapped",[97]],[[119861,119861],"mapped",[98]],[[119862,119862],"mapped",[99]],[[119863,119863],"mapped",[100]],[[119864,119864],"mapped",[101]],[[119865,119865],"mapped",[102]],[[119866,119866],"mapped",[103]],[[119867,119867],"mapped",[104]],[[119868,119868],"mapped",[105]],[[119869,119869],"mapped",[106]],[[119870,119870],"mapped",[107]],[[119871,119871],"mapped",[108]],[[119872,119872],"mapped",[109]],[[119873,119873],"mapped",[110]],[[119874,119874],"mapped",[111]],[[119875,119875],"mapped",[112]],[[119876,119876],"mapped",[113]],[[119877,119877],"mapped",[114]],[[119878,119878],"mapped",[115]],[[119879,119879],"mapped",[116]],[[119880,119880],"mapped",[117]],[[119881,119881],"mapped",[118]],[[119882,119882],"mapped",[119]],[[119883,119883],"mapped",[120]],[[119884,119884],"mapped",[121]],[[119885,119885],"mapped",[122]],[[119886,119886],"mapped",[97]],[[119887,119887],"mapped",[98]],[[119888,119888],"mapped",[99]],[[119889,119889],"mapped",[100]],[[119890,119890],"mapped",[101]],[[119891,119891],"mapped",[102]],[[119892,119892],"mapped",[103]],[[119893,119893],"disallowed"],[[119894,119894],"mapped",[105]],[[119895,119895],"mapped",[106]],[[119896,119896],"mapped",[107]],[[119897,119897],"mapped",[108]],[[119898,119898],"mapped",[109]],[[119899,119899],"mapped",[110]],[[119900,119900],"mapped",[111]],[[119901,119901],"mapped",[112]],[[119902,119902],"mapped",[113]],[[119903,119903],"mapped",[114]],[[119904,119904],"mapped",[115]],[[119905,119905],"mapped",[116]],[[119906,119906],"mapped",[117]],[[119907,119907],"mapped",[118]],[[119908,119908],"mapped",[119]],[[119909,119909],"mapped",[120]],[[119910,119910],"mapped",[121]],[[119911,119911],"mapped",[122]],[[119912,119912],"mapped",[97]],[[119913,119913],"mapped",[98]],[[119914,119914],"mapped",[99]],[[119915,119915],"mapped",[100]],[[119916,119916],"mapped",[101]],[[119917,119917],"mapped",[102]],[[119918,119918],"mapped",[103]],[[119919,119919],"mapped",[104]],[[119920,119920],"mapped",[105]],[[119921,119921],"mapped",[106]],[[119922,119922],"mapped",[107]],[[119923,119923],"mapped",[108]],[[119924,119924],"mapped",[109]],[[119925,119925],"mapped",[110]],[[119926,119926],"mapped",[111]],[[119927,119927],"mapped",[112]],[[119928,119928],"mapped",[113]],[[119929,119929],"mapped",[114]],[[119930,119930],"mapped",[115]],[[119931,119931],"mapped",[116]],[[119932,119932],"mapped",[117]],[[119933,119933],"mapped",[118]],[[119934,119934],"mapped",[119]],[[119935,119935],"mapped",[120]],[[119936,119936],"mapped",[121]],[[119937,119937],"mapped",[122]],[[119938,119938],"mapped",[97]],[[119939,119939],"mapped",[98]],[[119940,119940],"mapped",[99]],[[119941,119941],"mapped",[100]],[[119942,119942],"mapped",[101]],[[119943,119943],"mapped",[102]],[[119944,119944],"mapped",[103]],[[119945,119945],"mapped",[104]],[[119946,119946],"mapped",[105]],[[119947,119947],"mapped",[106]],[[119948,119948],"mapped",[107]],[[119949,119949],"mapped",[108]],[[119950,119950],"mapped",[109]],[[119951,119951],"mapped",[110]],[[119952,119952],"mapped",[111]],[[119953,119953],"mapped",[112]],[[119954,119954],"mapped",[113]],[[119955,119955],"mapped",[114]],[[119956,119956],"mapped",[115]],[[119957,119957],"mapped",[116]],[[119958,119958],"mapped",[117]],[[119959,119959],"mapped",[118]],[[119960,119960],"mapped",[119]],[[119961,119961],"mapped",[120]],[[119962,119962],"mapped",[121]],[[119963,119963],"mapped",[122]],[[119964,119964],"mapped",[97]],[[119965,119965],"disallowed"],[[119966,119966],"mapped",[99]],[[119967,119967],"mapped",[100]],[[119968,119969],"disallowed"],[[119970,119970],"mapped",[103]],[[119971,119972],"disallowed"],[[119973,119973],"mapped",[106]],[[119974,119974],"mapped",[107]],[[119975,119976],"disallowed"],[[119977,119977],"mapped",[110]],[[119978,119978],"mapped",[111]],[[119979,119979],"mapped",[112]],[[119980,119980],"mapped",[113]],[[119981,119981],"disallowed"],[[119982,119982],"mapped",[115]],[[119983,119983],"mapped",[116]],[[119984,119984],"mapped",[117]],[[119985,119985],"mapped",[118]],[[119986,119986],"mapped",[119]],[[119987,119987],"mapped",[120]],[[119988,119988],"mapped",[121]],[[119989,119989],"mapped",[122]],[[119990,119990],"mapped",[97]],[[119991,119991],"mapped",[98]],[[119992,119992],"mapped",[99]],[[119993,119993],"mapped",[100]],[[119994,119994],"disallowed"],[[119995,119995],"mapped",[102]],[[119996,119996],"disallowed"],[[119997,119997],"mapped",[104]],[[119998,119998],"mapped",[105]],[[119999,119999],"mapped",[106]],[[120000,120000],"mapped",[107]],[[120001,120001],"mapped",[108]],[[120002,120002],"mapped",[109]],[[120003,120003],"mapped",[110]],[[120004,120004],"disallowed"],[[120005,120005],"mapped",[112]],[[120006,120006],"mapped",[113]],[[120007,120007],"mapped",[114]],[[120008,120008],"mapped",[115]],[[120009,120009],"mapped",[116]],[[120010,120010],"mapped",[117]],[[120011,120011],"mapped",[118]],[[120012,120012],"mapped",[119]],[[120013,120013],"mapped",[120]],[[120014,120014],"mapped",[121]],[[120015,120015],"mapped",[122]],[[120016,120016],"mapped",[97]],[[120017,120017],"mapped",[98]],[[120018,120018],"mapped",[99]],[[120019,120019],"mapped",[100]],[[120020,120020],"mapped",[101]],[[120021,120021],"mapped",[102]],[[120022,120022],"mapped",[103]],[[120023,120023],"mapped",[104]],[[120024,120024],"mapped",[105]],[[120025,120025],"mapped",[106]],[[120026,120026],"mapped",[107]],[[120027,120027],"mapped",[108]],[[120028,120028],"mapped",[109]],[[120029,120029],"mapped",[110]],[[120030,120030],"mapped",[111]],[[120031,120031],"mapped",[112]],[[120032,120032],"mapped",[113]],[[120033,120033],"mapped",[114]],[[120034,120034],"mapped",[115]],[[120035,120035],"mapped",[116]],[[120036,120036],"mapped",[117]],[[120037,120037],"mapped",[118]],[[120038,120038],"mapped",[119]],[[120039,120039],"mapped",[120]],[[120040,120040],"mapped",[121]],[[120041,120041],"mapped",[122]],[[120042,120042],"mapped",[97]],[[120043,120043],"mapped",[98]],[[120044,120044],"mapped",[99]],[[120045,120045],"mapped",[100]],[[120046,120046],"mapped",[101]],[[120047,120047],"mapped",[102]],[[120048,120048],"mapped",[103]],[[120049,120049],"mapped",[104]],[[120050,120050],"mapped",[105]],[[120051,120051],"mapped",[106]],[[120052,120052],"mapped",[107]],[[120053,120053],"mapped",[108]],[[120054,120054],"mapped",[109]],[[120055,120055],"mapped",[110]],[[120056,120056],"mapped",[111]],[[120057,120057],"mapped",[112]],[[120058,120058],"mapped",[113]],[[120059,120059],"mapped",[114]],[[120060,120060],"mapped",[115]],[[120061,120061],"mapped",[116]],[[120062,120062],"mapped",[117]],[[120063,120063],"mapped",[118]],[[120064,120064],"mapped",[119]],[[120065,120065],"mapped",[120]],[[120066,120066],"mapped",[121]],[[120067,120067],"mapped",[122]],[[120068,120068],"mapped",[97]],[[120069,120069],"mapped",[98]],[[120070,120070],"disallowed"],[[120071,120071],"mapped",[100]],[[120072,120072],"mapped",[101]],[[120073,120073],"mapped",[102]],[[120074,120074],"mapped",[103]],[[120075,120076],"disallowed"],[[120077,120077],"mapped",[106]],[[120078,120078],"mapped",[107]],[[120079,120079],"mapped",[108]],[[120080,120080],"mapped",[109]],[[120081,120081],"mapped",[110]],[[120082,120082],"mapped",[111]],[[120083,120083],"mapped",[112]],[[120084,120084],"mapped",[113]],[[120085,120085],"disallowed"],[[120086,120086],"mapped",[115]],[[120087,120087],"mapped",[116]],[[120088,120088],"mapped",[117]],[[120089,120089],"mapped",[118]],[[120090,120090],"mapped",[119]],[[120091,120091],"mapped",[120]],[[120092,120092],"mapped",[121]],[[120093,120093],"disallowed"],[[120094,120094],"mapped",[97]],[[120095,120095],"mapped",[98]],[[120096,120096],"mapped",[99]],[[120097,120097],"mapped",[100]],[[120098,120098],"mapped",[101]],[[120099,120099],"mapped",[102]],[[120100,120100],"mapped",[103]],[[120101,120101],"mapped",[104]],[[120102,120102],"mapped",[105]],[[120103,120103],"mapped",[106]],[[120104,120104],"mapped",[107]],[[120105,120105],"mapped",[108]],[[120106,120106],"mapped",[109]],[[120107,120107],"mapped",[110]],[[120108,120108],"mapped",[111]],[[120109,120109],"mapped",[112]],[[120110,120110],"mapped",[113]],[[120111,120111],"mapped",[114]],[[120112,120112],"mapped",[115]],[[120113,120113],"mapped",[116]],[[120114,120114],"mapped",[117]],[[120115,120115],"mapped",[118]],[[120116,120116],"mapped",[119]],[[120117,120117],"mapped",[120]],[[120118,120118],"mapped",[121]],[[120119,120119],"mapped",[122]],[[120120,120120],"mapped",[97]],[[120121,120121],"mapped",[98]],[[120122,120122],"disallowed"],[[120123,120123],"mapped",[100]],[[120124,120124],"mapped",[101]],[[120125,120125],"mapped",[102]],[[120126,120126],"mapped",[103]],[[120127,120127],"disallowed"],[[120128,120128],"mapped",[105]],[[120129,120129],"mapped",[106]],[[120130,120130],"mapped",[107]],[[120131,120131],"mapped",[108]],[[120132,120132],"mapped",[109]],[[120133,120133],"disallowed"],[[120134,120134],"mapped",[111]],[[120135,120137],"disallowed"],[[120138,120138],"mapped",[115]],[[120139,120139],"mapped",[116]],[[120140,120140],"mapped",[117]],[[120141,120141],"mapped",[118]],[[120142,120142],"mapped",[119]],[[120143,120143],"mapped",[120]],[[120144,120144],"mapped",[121]],[[120145,120145],"disallowed"],[[120146,120146],"mapped",[97]],[[120147,120147],"mapped",[98]],[[120148,120148],"mapped",[99]],[[120149,120149],"mapped",[100]],[[120150,120150],"mapped",[101]],[[120151,120151],"mapped",[102]],[[120152,120152],"mapped",[103]],[[120153,120153],"mapped",[104]],[[120154,120154],"mapped",[105]],[[120155,120155],"mapped",[106]],[[120156,120156],"mapped",[107]],[[120157,120157],"mapped",[108]],[[120158,120158],"mapped",[109]],[[120159,120159],"mapped",[110]],[[120160,120160],"mapped",[111]],[[120161,120161],"mapped",[112]],[[120162,120162],"mapped",[113]],[[120163,120163],"mapped",[114]],[[120164,120164],"mapped",[115]],[[120165,120165],"mapped",[116]],[[120166,120166],"mapped",[117]],[[120167,120167],"mapped",[118]],[[120168,120168],"mapped",[119]],[[120169,120169],"mapped",[120]],[[120170,120170],"mapped",[121]],[[120171,120171],"mapped",[122]],[[120172,120172],"mapped",[97]],[[120173,120173],"mapped",[98]],[[120174,120174],"mapped",[99]],[[120175,120175],"mapped",[100]],[[120176,120176],"mapped",[101]],[[120177,120177],"mapped",[102]],[[120178,120178],"mapped",[103]],[[120179,120179],"mapped",[104]],[[120180,120180],"mapped",[105]],[[120181,120181],"mapped",[106]],[[120182,120182],"mapped",[107]],[[120183,120183],"mapped",[108]],[[120184,120184],"mapped",[109]],[[120185,120185],"mapped",[110]],[[120186,120186],"mapped",[111]],[[120187,120187],"mapped",[112]],[[120188,120188],"mapped",[113]],[[120189,120189],"mapped",[114]],[[120190,120190],"mapped",[115]],[[120191,120191],"mapped",[116]],[[120192,120192],"mapped",[117]],[[120193,120193],"mapped",[118]],[[120194,120194],"mapped",[119]],[[120195,120195],"mapped",[120]],[[120196,120196],"mapped",[121]],[[120197,120197],"mapped",[122]],[[120198,120198],"mapped",[97]],[[120199,120199],"mapped",[98]],[[120200,120200],"mapped",[99]],[[120201,120201],"mapped",[100]],[[120202,120202],"mapped",[101]],[[120203,120203],"mapped",[102]],[[120204,120204],"mapped",[103]],[[120205,120205],"mapped",[104]],[[120206,120206],"mapped",[105]],[[120207,120207],"mapped",[106]],[[120208,120208],"mapped",[107]],[[120209,120209],"mapped",[108]],[[120210,120210],"mapped",[109]],[[120211,120211],"mapped",[110]],[[120212,120212],"mapped",[111]],[[120213,120213],"mapped",[112]],[[120214,120214],"mapped",[113]],[[120215,120215],"mapped",[114]],[[120216,120216],"mapped",[115]],[[120217,120217],"mapped",[116]],[[120218,120218],"mapped",[117]],[[120219,120219],"mapped",[118]],[[120220,120220],"mapped",[119]],[[120221,120221],"mapped",[120]],[[120222,120222],"mapped",[121]],[[120223,120223],"mapped",[122]],[[120224,120224],"mapped",[97]],[[120225,120225],"mapped",[98]],[[120226,120226],"mapped",[99]],[[120227,120227],"mapped",[100]],[[120228,120228],"mapped",[101]],[[120229,120229],"mapped",[102]],[[120230,120230],"mapped",[103]],[[120231,120231],"mapped",[104]],[[120232,120232],"mapped",[105]],[[120233,120233],"mapped",[106]],[[120234,120234],"mapped",[107]],[[120235,120235],"mapped",[108]],[[120236,120236],"mapped",[109]],[[120237,120237],"mapped",[110]],[[120238,120238],"mapped",[111]],[[120239,120239],"mapped",[112]],[[120240,120240],"mapped",[113]],[[120241,120241],"mapped",[114]],[[120242,120242],"mapped",[115]],[[120243,120243],"mapped",[116]],[[120244,120244],"mapped",[117]],[[120245,120245],"mapped",[118]],[[120246,120246],"mapped",[119]],[[120247,120247],"mapped",[120]],[[120248,120248],"mapped",[121]],[[120249,120249],"mapped",[122]],[[120250,120250],"mapped",[97]],[[120251,120251],"mapped",[98]],[[120252,120252],"mapped",[99]],[[120253,120253],"mapped",[100]],[[120254,120254],"mapped",[101]],[[120255,120255],"mapped",[102]],[[120256,120256],"mapped",[103]],[[120257,120257],"mapped",[104]],[[120258,120258],"mapped",[105]],[[120259,120259],"mapped",[106]],[[120260,120260],"mapped",[107]],[[120261,120261],"mapped",[108]],[[120262,120262],"mapped",[109]],[[120263,120263],"mapped",[110]],[[120264,120264],"mapped",[111]],[[120265,120265],"mapped",[112]],[[120266,120266],"mapped",[113]],[[120267,120267],"mapped",[114]],[[120268,120268],"mapped",[115]],[[120269,120269],"mapped",[116]],[[120270,120270],"mapped",[117]],[[120271,120271],"mapped",[118]],[[120272,120272],"mapped",[119]],[[120273,120273],"mapped",[120]],[[120274,120274],"mapped",[121]],[[120275,120275],"mapped",[122]],[[120276,120276],"mapped",[97]],[[120277,120277],"mapped",[98]],[[120278,120278],"mapped",[99]],[[120279,120279],"mapped",[100]],[[120280,120280],"mapped",[101]],[[120281,120281],"mapped",[102]],[[120282,120282],"mapped",[103]],[[120283,120283],"mapped",[104]],[[120284,120284],"mapped",[105]],[[120285,120285],"mapped",[106]],[[120286,120286],"mapped",[107]],[[120287,120287],"mapped",[108]],[[120288,120288],"mapped",[109]],[[120289,120289],"mapped",[110]],[[120290,120290],"mapped",[111]],[[120291,120291],"mapped",[112]],[[120292,120292],"mapped",[113]],[[120293,120293],"mapped",[114]],[[120294,120294],"mapped",[115]],[[120295,120295],"mapped",[116]],[[120296,120296],"mapped",[117]],[[120297,120297],"mapped",[118]],[[120298,120298],"mapped",[119]],[[120299,120299],"mapped",[120]],[[120300,120300],"mapped",[121]],[[120301,120301],"mapped",[122]],[[120302,120302],"mapped",[97]],[[120303,120303],"mapped",[98]],[[120304,120304],"mapped",[99]],[[120305,120305],"mapped",[100]],[[120306,120306],"mapped",[101]],[[120307,120307],"mapped",[102]],[[120308,120308],"mapped",[103]],[[120309,120309],"mapped",[104]],[[120310,120310],"mapped",[105]],[[120311,120311],"mapped",[106]],[[120312,120312],"mapped",[107]],[[120313,120313],"mapped",[108]],[[120314,120314],"mapped",[109]],[[120315,120315],"mapped",[110]],[[120316,120316],"mapped",[111]],[[120317,120317],"mapped",[112]],[[120318,120318],"mapped",[113]],[[120319,120319],"mapped",[114]],[[120320,120320],"mapped",[115]],[[120321,120321],"mapped",[116]],[[120322,120322],"mapped",[117]],[[120323,120323],"mapped",[118]],[[120324,120324],"mapped",[119]],[[120325,120325],"mapped",[120]],[[120326,120326],"mapped",[121]],[[120327,120327],"mapped",[122]],[[120328,120328],"mapped",[97]],[[120329,120329],"mapped",[98]],[[120330,120330],"mapped",[99]],[[120331,120331],"mapped",[100]],[[120332,120332],"mapped",[101]],[[120333,120333],"mapped",[102]],[[120334,120334],"mapped",[103]],[[120335,120335],"mapped",[104]],[[120336,120336],"mapped",[105]],[[120337,120337],"mapped",[106]],[[120338,120338],"mapped",[107]],[[120339,120339],"mapped",[108]],[[120340,120340],"mapped",[109]],[[120341,120341],"mapped",[110]],[[120342,120342],"mapped",[111]],[[120343,120343],"mapped",[112]],[[120344,120344],"mapped",[113]],[[120345,120345],"mapped",[114]],[[120346,120346],"mapped",[115]],[[120347,120347],"mapped",[116]],[[120348,120348],"mapped",[117]],[[120349,120349],"mapped",[118]],[[120350,120350],"mapped",[119]],[[120351,120351],"mapped",[120]],[[120352,120352],"mapped",[121]],[[120353,120353],"mapped",[122]],[[120354,120354],"mapped",[97]],[[120355,120355],"mapped",[98]],[[120356,120356],"mapped",[99]],[[120357,120357],"mapped",[100]],[[120358,120358],"mapped",[101]],[[120359,120359],"mapped",[102]],[[120360,120360],"mapped",[103]],[[120361,120361],"mapped",[104]],[[120362,120362],"mapped",[105]],[[120363,120363],"mapped",[106]],[[120364,120364],"mapped",[107]],[[120365,120365],"mapped",[108]],[[120366,120366],"mapped",[109]],[[120367,120367],"mapped",[110]],[[120368,120368],"mapped",[111]],[[120369,120369],"mapped",[112]],[[120370,120370],"mapped",[113]],[[120371,120371],"mapped",[114]],[[120372,120372],"mapped",[115]],[[120373,120373],"mapped",[116]],[[120374,120374],"mapped",[117]],[[120375,120375],"mapped",[118]],[[120376,120376],"mapped",[119]],[[120377,120377],"mapped",[120]],[[120378,120378],"mapped",[121]],[[120379,120379],"mapped",[122]],[[120380,120380],"mapped",[97]],[[120381,120381],"mapped",[98]],[[120382,120382],"mapped",[99]],[[120383,120383],"mapped",[100]],[[120384,120384],"mapped",[101]],[[120385,120385],"mapped",[102]],[[120386,120386],"mapped",[103]],[[120387,120387],"mapped",[104]],[[120388,120388],"mapped",[105]],[[120389,120389],"mapped",[106]],[[120390,120390],"mapped",[107]],[[120391,120391],"mapped",[108]],[[120392,120392],"mapped",[109]],[[120393,120393],"mapped",[110]],[[120394,120394],"mapped",[111]],[[120395,120395],"mapped",[112]],[[120396,120396],"mapped",[113]],[[120397,120397],"mapped",[114]],[[120398,120398],"mapped",[115]],[[120399,120399],"mapped",[116]],[[120400,120400],"mapped",[117]],[[120401,120401],"mapped",[118]],[[120402,120402],"mapped",[119]],[[120403,120403],"mapped",[120]],[[120404,120404],"mapped",[121]],[[120405,120405],"mapped",[122]],[[120406,120406],"mapped",[97]],[[120407,120407],"mapped",[98]],[[120408,120408],"mapped",[99]],[[120409,120409],"mapped",[100]],[[120410,120410],"mapped",[101]],[[120411,120411],"mapped",[102]],[[120412,120412],"mapped",[103]],[[120413,120413],"mapped",[104]],[[120414,120414],"mapped",[105]],[[120415,120415],"mapped",[106]],[[120416,120416],"mapped",[107]],[[120417,120417],"mapped",[108]],[[120418,120418],"mapped",[109]],[[120419,120419],"mapped",[110]],[[120420,120420],"mapped",[111]],[[120421,120421],"mapped",[112]],[[120422,120422],"mapped",[113]],[[120423,120423],"mapped",[114]],[[120424,120424],"mapped",[115]],[[120425,120425],"mapped",[116]],[[120426,120426],"mapped",[117]],[[120427,120427],"mapped",[118]],[[120428,120428],"mapped",[119]],[[120429,120429],"mapped",[120]],[[120430,120430],"mapped",[121]],[[120431,120431],"mapped",[122]],[[120432,120432],"mapped",[97]],[[120433,120433],"mapped",[98]],[[120434,120434],"mapped",[99]],[[120435,120435],"mapped",[100]],[[120436,120436],"mapped",[101]],[[120437,120437],"mapped",[102]],[[120438,120438],"mapped",[103]],[[120439,120439],"mapped",[104]],[[120440,120440],"mapped",[105]],[[120441,120441],"mapped",[106]],[[120442,120442],"mapped",[107]],[[120443,120443],"mapped",[108]],[[120444,120444],"mapped",[109]],[[120445,120445],"mapped",[110]],[[120446,120446],"mapped",[111]],[[120447,120447],"mapped",[112]],[[120448,120448],"mapped",[113]],[[120449,120449],"mapped",[114]],[[120450,120450],"mapped",[115]],[[120451,120451],"mapped",[116]],[[120452,120452],"mapped",[117]],[[120453,120453],"mapped",[118]],[[120454,120454],"mapped",[119]],[[120455,120455],"mapped",[120]],[[120456,120456],"mapped",[121]],[[120457,120457],"mapped",[122]],[[120458,120458],"mapped",[97]],[[120459,120459],"mapped",[98]],[[120460,120460],"mapped",[99]],[[120461,120461],"mapped",[100]],[[120462,120462],"mapped",[101]],[[120463,120463],"mapped",[102]],[[120464,120464],"mapped",[103]],[[120465,120465],"mapped",[104]],[[120466,120466],"mapped",[105]],[[120467,120467],"mapped",[106]],[[120468,120468],"mapped",[107]],[[120469,120469],"mapped",[108]],[[120470,120470],"mapped",[109]],[[120471,120471],"mapped",[110]],[[120472,120472],"mapped",[111]],[[120473,120473],"mapped",[112]],[[120474,120474],"mapped",[113]],[[120475,120475],"mapped",[114]],[[120476,120476],"mapped",[115]],[[120477,120477],"mapped",[116]],[[120478,120478],"mapped",[117]],[[120479,120479],"mapped",[118]],[[120480,120480],"mapped",[119]],[[120481,120481],"mapped",[120]],[[120482,120482],"mapped",[121]],[[120483,120483],"mapped",[122]],[[120484,120484],"mapped",[305]],[[120485,120485],"mapped",[567]],[[120486,120487],"disallowed"],[[120488,120488],"mapped",[945]],[[120489,120489],"mapped",[946]],[[120490,120490],"mapped",[947]],[[120491,120491],"mapped",[948]],[[120492,120492],"mapped",[949]],[[120493,120493],"mapped",[950]],[[120494,120494],"mapped",[951]],[[120495,120495],"mapped",[952]],[[120496,120496],"mapped",[953]],[[120497,120497],"mapped",[954]],[[120498,120498],"mapped",[955]],[[120499,120499],"mapped",[956]],[[120500,120500],"mapped",[957]],[[120501,120501],"mapped",[958]],[[120502,120502],"mapped",[959]],[[120503,120503],"mapped",[960]],[[120504,120504],"mapped",[961]],[[120505,120505],"mapped",[952]],[[120506,120506],"mapped",[963]],[[120507,120507],"mapped",[964]],[[120508,120508],"mapped",[965]],[[120509,120509],"mapped",[966]],[[120510,120510],"mapped",[967]],[[120511,120511],"mapped",[968]],[[120512,120512],"mapped",[969]],[[120513,120513],"mapped",[8711]],[[120514,120514],"mapped",[945]],[[120515,120515],"mapped",[946]],[[120516,120516],"mapped",[947]],[[120517,120517],"mapped",[948]],[[120518,120518],"mapped",[949]],[[120519,120519],"mapped",[950]],[[120520,120520],"mapped",[951]],[[120521,120521],"mapped",[952]],[[120522,120522],"mapped",[953]],[[120523,120523],"mapped",[954]],[[120524,120524],"mapped",[955]],[[120525,120525],"mapped",[956]],[[120526,120526],"mapped",[957]],[[120527,120527],"mapped",[958]],[[120528,120528],"mapped",[959]],[[120529,120529],"mapped",[960]],[[120530,120530],"mapped",[961]],[[120531,120532],"mapped",[963]],[[120533,120533],"mapped",[964]],[[120534,120534],"mapped",[965]],[[120535,120535],"mapped",[966]],[[120536,120536],"mapped",[967]],[[120537,120537],"mapped",[968]],[[120538,120538],"mapped",[969]],[[120539,120539],"mapped",[8706]],[[120540,120540],"mapped",[949]],[[120541,120541],"mapped",[952]],[[120542,120542],"mapped",[954]],[[120543,120543],"mapped",[966]],[[120544,120544],"mapped",[961]],[[120545,120545],"mapped",[960]],[[120546,120546],"mapped",[945]],[[120547,120547],"mapped",[946]],[[120548,120548],"mapped",[947]],[[120549,120549],"mapped",[948]],[[120550,120550],"mapped",[949]],[[120551,120551],"mapped",[950]],[[120552,120552],"mapped",[951]],[[120553,120553],"mapped",[952]],[[120554,120554],"mapped",[953]],[[120555,120555],"mapped",[954]],[[120556,120556],"mapped",[955]],[[120557,120557],"mapped",[956]],[[120558,120558],"mapped",[957]],[[120559,120559],"mapped",[958]],[[120560,120560],"mapped",[959]],[[120561,120561],"mapped",[960]],[[120562,120562],"mapped",[961]],[[120563,120563],"mapped",[952]],[[120564,120564],"mapped",[963]],[[120565,120565],"mapped",[964]],[[120566,120566],"mapped",[965]],[[120567,120567],"mapped",[966]],[[120568,120568],"mapped",[967]],[[120569,120569],"mapped",[968]],[[120570,120570],"mapped",[969]],[[120571,120571],"mapped",[8711]],[[120572,120572],"mapped",[945]],[[120573,120573],"mapped",[946]],[[120574,120574],"mapped",[947]],[[120575,120575],"mapped",[948]],[[120576,120576],"mapped",[949]],[[120577,120577],"mapped",[950]],[[120578,120578],"mapped",[951]],[[120579,120579],"mapped",[952]],[[120580,120580],"mapped",[953]],[[120581,120581],"mapped",[954]],[[120582,120582],"mapped",[955]],[[120583,120583],"mapped",[956]],[[120584,120584],"mapped",[957]],[[120585,120585],"mapped",[958]],[[120586,120586],"mapped",[959]],[[120587,120587],"mapped",[960]],[[120588,120588],"mapped",[961]],[[120589,120590],"mapped",[963]],[[120591,120591],"mapped",[964]],[[120592,120592],"mapped",[965]],[[120593,120593],"mapped",[966]],[[120594,120594],"mapped",[967]],[[120595,120595],"mapped",[968]],[[120596,120596],"mapped",[969]],[[120597,120597],"mapped",[8706]],[[120598,120598],"mapped",[949]],[[120599,120599],"mapped",[952]],[[120600,120600],"mapped",[954]],[[120601,120601],"mapped",[966]],[[120602,120602],"mapped",[961]],[[120603,120603],"mapped",[960]],[[120604,120604],"mapped",[945]],[[120605,120605],"mapped",[946]],[[120606,120606],"mapped",[947]],[[120607,120607],"mapped",[948]],[[120608,120608],"mapped",[949]],[[120609,120609],"mapped",[950]],[[120610,120610],"mapped",[951]],[[120611,120611],"mapped",[952]],[[120612,120612],"mapped",[953]],[[120613,120613],"mapped",[954]],[[120614,120614],"mapped",[955]],[[120615,120615],"mapped",[956]],[[120616,120616],"mapped",[957]],[[120617,120617],"mapped",[958]],[[120618,120618],"mapped",[959]],[[120619,120619],"mapped",[960]],[[120620,120620],"mapped",[961]],[[120621,120621],"mapped",[952]],[[120622,120622],"mapped",[963]],[[120623,120623],"mapped",[964]],[[120624,120624],"mapped",[965]],[[120625,120625],"mapped",[966]],[[120626,120626],"mapped",[967]],[[120627,120627],"mapped",[968]],[[120628,120628],"mapped",[969]],[[120629,120629],"mapped",[8711]],[[120630,120630],"mapped",[945]],[[120631,120631],"mapped",[946]],[[120632,120632],"mapped",[947]],[[120633,120633],"mapped",[948]],[[120634,120634],"mapped",[949]],[[120635,120635],"mapped",[950]],[[120636,120636],"mapped",[951]],[[120637,120637],"mapped",[952]],[[120638,120638],"mapped",[953]],[[120639,120639],"mapped",[954]],[[120640,120640],"mapped",[955]],[[120641,120641],"mapped",[956]],[[120642,120642],"mapped",[957]],[[120643,120643],"mapped",[958]],[[120644,120644],"mapped",[959]],[[120645,120645],"mapped",[960]],[[120646,120646],"mapped",[961]],[[120647,120648],"mapped",[963]],[[120649,120649],"mapped",[964]],[[120650,120650],"mapped",[965]],[[120651,120651],"mapped",[966]],[[120652,120652],"mapped",[967]],[[120653,120653],"mapped",[968]],[[120654,120654],"mapped",[969]],[[120655,120655],"mapped",[8706]],[[120656,120656],"mapped",[949]],[[120657,120657],"mapped",[952]],[[120658,120658],"mapped",[954]],[[120659,120659],"mapped",[966]],[[120660,120660],"mapped",[961]],[[120661,120661],"mapped",[960]],[[120662,120662],"mapped",[945]],[[120663,120663],"mapped",[946]],[[120664,120664],"mapped",[947]],[[120665,120665],"mapped",[948]],[[120666,120666],"mapped",[949]],[[120667,120667],"mapped",[950]],[[120668,120668],"mapped",[951]],[[120669,120669],"mapped",[952]],[[120670,120670],"mapped",[953]],[[120671,120671],"mapped",[954]],[[120672,120672],"mapped",[955]],[[120673,120673],"mapped",[956]],[[120674,120674],"mapped",[957]],[[120675,120675],"mapped",[958]],[[120676,120676],"mapped",[959]],[[120677,120677],"mapped",[960]],[[120678,120678],"mapped",[961]],[[120679,120679],"mapped",[952]],[[120680,120680],"mapped",[963]],[[120681,120681],"mapped",[964]],[[120682,120682],"mapped",[965]],[[120683,120683],"mapped",[966]],[[120684,120684],"mapped",[967]],[[120685,120685],"mapped",[968]],[[120686,120686],"mapped",[969]],[[120687,120687],"mapped",[8711]],[[120688,120688],"mapped",[945]],[[120689,120689],"mapped",[946]],[[120690,120690],"mapped",[947]],[[120691,120691],"mapped",[948]],[[120692,120692],"mapped",[949]],[[120693,120693],"mapped",[950]],[[120694,120694],"mapped",[951]],[[120695,120695],"mapped",[952]],[[120696,120696],"mapped",[953]],[[120697,120697],"mapped",[954]],[[120698,120698],"mapped",[955]],[[120699,120699],"mapped",[956]],[[120700,120700],"mapped",[957]],[[120701,120701],"mapped",[958]],[[120702,120702],"mapped",[959]],[[120703,120703],"mapped",[960]],[[120704,120704],"mapped",[961]],[[120705,120706],"mapped",[963]],[[120707,120707],"mapped",[964]],[[120708,120708],"mapped",[965]],[[120709,120709],"mapped",[966]],[[120710,120710],"mapped",[967]],[[120711,120711],"mapped",[968]],[[120712,120712],"mapped",[969]],[[120713,120713],"mapped",[8706]],[[120714,120714],"mapped",[949]],[[120715,120715],"mapped",[952]],[[120716,120716],"mapped",[954]],[[120717,120717],"mapped",[966]],[[120718,120718],"mapped",[961]],[[120719,120719],"mapped",[960]],[[120720,120720],"mapped",[945]],[[120721,120721],"mapped",[946]],[[120722,120722],"mapped",[947]],[[120723,120723],"mapped",[948]],[[120724,120724],"mapped",[949]],[[120725,120725],"mapped",[950]],[[120726,120726],"mapped",[951]],[[120727,120727],"mapped",[952]],[[120728,120728],"mapped",[953]],[[120729,120729],"mapped",[954]],[[120730,120730],"mapped",[955]],[[120731,120731],"mapped",[956]],[[120732,120732],"mapped",[957]],[[120733,120733],"mapped",[958]],[[120734,120734],"mapped",[959]],[[120735,120735],"mapped",[960]],[[120736,120736],"mapped",[961]],[[120737,120737],"mapped",[952]],[[120738,120738],"mapped",[963]],[[120739,120739],"mapped",[964]],[[120740,120740],"mapped",[965]],[[120741,120741],"mapped",[966]],[[120742,120742],"mapped",[967]],[[120743,120743],"mapped",[968]],[[120744,120744],"mapped",[969]],[[120745,120745],"mapped",[8711]],[[120746,120746],"mapped",[945]],[[120747,120747],"mapped",[946]],[[120748,120748],"mapped",[947]],[[120749,120749],"mapped",[948]],[[120750,120750],"mapped",[949]],[[120751,120751],"mapped",[950]],[[120752,120752],"mapped",[951]],[[120753,120753],"mapped",[952]],[[120754,120754],"mapped",[953]],[[120755,120755],"mapped",[954]],[[120756,120756],"mapped",[955]],[[120757,120757],"mapped",[956]],[[120758,120758],"mapped",[957]],[[120759,120759],"mapped",[958]],[[120760,120760],"mapped",[959]],[[120761,120761],"mapped",[960]],[[120762,120762],"mapped",[961]],[[120763,120764],"mapped",[963]],[[120765,120765],"mapped",[964]],[[120766,120766],"mapped",[965]],[[120767,120767],"mapped",[966]],[[120768,120768],"mapped",[967]],[[120769,120769],"mapped",[968]],[[120770,120770],"mapped",[969]],[[120771,120771],"mapped",[8706]],[[120772,120772],"mapped",[949]],[[120773,120773],"mapped",[952]],[[120774,120774],"mapped",[954]],[[120775,120775],"mapped",[966]],[[120776,120776],"mapped",[961]],[[120777,120777],"mapped",[960]],[[120778,120779],"mapped",[989]],[[120780,120781],"disallowed"],[[120782,120782],"mapped",[48]],[[120783,120783],"mapped",[49]],[[120784,120784],"mapped",[50]],[[120785,120785],"mapped",[51]],[[120786,120786],"mapped",[52]],[[120787,120787],"mapped",[53]],[[120788,120788],"mapped",[54]],[[120789,120789],"mapped",[55]],[[120790,120790],"mapped",[56]],[[120791,120791],"mapped",[57]],[[120792,120792],"mapped",[48]],[[120793,120793],"mapped",[49]],[[120794,120794],"mapped",[50]],[[120795,120795],"mapped",[51]],[[120796,120796],"mapped",[52]],[[120797,120797],"mapped",[53]],[[120798,120798],"mapped",[54]],[[120799,120799],"mapped",[55]],[[120800,120800],"mapped",[56]],[[120801,120801],"mapped",[57]],[[120802,120802],"mapped",[48]],[[120803,120803],"mapped",[49]],[[120804,120804],"mapped",[50]],[[120805,120805],"mapped",[51]],[[120806,120806],"mapped",[52]],[[120807,120807],"mapped",[53]],[[120808,120808],"mapped",[54]],[[120809,120809],"mapped",[55]],[[120810,120810],"mapped",[56]],[[120811,120811],"mapped",[57]],[[120812,120812],"mapped",[48]],[[120813,120813],"mapped",[49]],[[120814,120814],"mapped",[50]],[[120815,120815],"mapped",[51]],[[120816,120816],"mapped",[52]],[[120817,120817],"mapped",[53]],[[120818,120818],"mapped",[54]],[[120819,120819],"mapped",[55]],[[120820,120820],"mapped",[56]],[[120821,120821],"mapped",[57]],[[120822,120822],"mapped",[48]],[[120823,120823],"mapped",[49]],[[120824,120824],"mapped",[50]],[[120825,120825],"mapped",[51]],[[120826,120826],"mapped",[52]],[[120827,120827],"mapped",[53]],[[120828,120828],"mapped",[54]],[[120829,120829],"mapped",[55]],[[120830,120830],"mapped",[56]],[[120831,120831],"mapped",[57]],[[120832,121343],"valid",[],"NV8"],[[121344,121398],"valid"],[[121399,121402],"valid",[],"NV8"],[[121403,121452],"valid"],[[121453,121460],"valid",[],"NV8"],[[121461,121461],"valid"],[[121462,121475],"valid",[],"NV8"],[[121476,121476],"valid"],[[121477,121483],"valid",[],"NV8"],[[121484,121498],"disallowed"],[[121499,121503],"valid"],[[121504,121504],"disallowed"],[[121505,121519],"valid"],[[121520,124927],"disallowed"],[[124928,125124],"valid"],[[125125,125126],"disallowed"],[[125127,125135],"valid",[],"NV8"],[[125136,125142],"valid"],[[125143,126463],"disallowed"],[[126464,126464],"mapped",[1575]],[[126465,126465],"mapped",[1576]],[[126466,126466],"mapped",[1580]],[[126467,126467],"mapped",[1583]],[[126468,126468],"disallowed"],[[126469,126469],"mapped",[1608]],[[126470,126470],"mapped",[1586]],[[126471,126471],"mapped",[1581]],[[126472,126472],"mapped",[1591]],[[126473,126473],"mapped",[1610]],[[126474,126474],"mapped",[1603]],[[126475,126475],"mapped",[1604]],[[126476,126476],"mapped",[1605]],[[126477,126477],"mapped",[1606]],[[126478,126478],"mapped",[1587]],[[126479,126479],"mapped",[1593]],[[126480,126480],"mapped",[1601]],[[126481,126481],"mapped",[1589]],[[126482,126482],"mapped",[1602]],[[126483,126483],"mapped",[1585]],[[126484,126484],"mapped",[1588]],[[126485,126485],"mapped",[1578]],[[126486,126486],"mapped",[1579]],[[126487,126487],"mapped",[1582]],[[126488,126488],"mapped",[1584]],[[126489,126489],"mapped",[1590]],[[126490,126490],"mapped",[1592]],[[126491,126491],"mapped",[1594]],[[126492,126492],"mapped",[1646]],[[126493,126493],"mapped",[1722]],[[126494,126494],"mapped",[1697]],[[126495,126495],"mapped",[1647]],[[126496,126496],"disallowed"],[[126497,126497],"mapped",[1576]],[[126498,126498],"mapped",[1580]],[[126499,126499],"disallowed"],[[126500,126500],"mapped",[1607]],[[126501,126502],"disallowed"],[[126503,126503],"mapped",[1581]],[[126504,126504],"disallowed"],[[126505,126505],"mapped",[1610]],[[126506,126506],"mapped",[1603]],[[126507,126507],"mapped",[1604]],[[126508,126508],"mapped",[1605]],[[126509,126509],"mapped",[1606]],[[126510,126510],"mapped",[1587]],[[126511,126511],"mapped",[1593]],[[126512,126512],"mapped",[1601]],[[126513,126513],"mapped",[1589]],[[126514,126514],"mapped",[1602]],[[126515,126515],"disallowed"],[[126516,126516],"mapped",[1588]],[[126517,126517],"mapped",[1578]],[[126518,126518],"mapped",[1579]],[[126519,126519],"mapped",[1582]],[[126520,126520],"disallowed"],[[126521,126521],"mapped",[1590]],[[126522,126522],"disallowed"],[[126523,126523],"mapped",[1594]],[[126524,126529],"disallowed"],[[126530,126530],"mapped",[1580]],[[126531,126534],"disallowed"],[[126535,126535],"mapped",[1581]],[[126536,126536],"disallowed"],[[126537,126537],"mapped",[1610]],[[126538,126538],"disallowed"],[[126539,126539],"mapped",[1604]],[[126540,126540],"disallowed"],[[126541,126541],"mapped",[1606]],[[126542,126542],"mapped",[1587]],[[126543,126543],"mapped",[1593]],[[126544,126544],"disallowed"],[[126545,126545],"mapped",[1589]],[[126546,126546],"mapped",[1602]],[[126547,126547],"disallowed"],[[126548,126548],"mapped",[1588]],[[126549,126550],"disallowed"],[[126551,126551],"mapped",[1582]],[[126552,126552],"disallowed"],[[126553,126553],"mapped",[1590]],[[126554,126554],"disallowed"],[[126555,126555],"mapped",[1594]],[[126556,126556],"disallowed"],[[126557,126557],"mapped",[1722]],[[126558,126558],"disallowed"],[[126559,126559],"mapped",[1647]],[[126560,126560],"disallowed"],[[126561,126561],"mapped",[1576]],[[126562,126562],"mapped",[1580]],[[126563,126563],"disallowed"],[[126564,126564],"mapped",[1607]],[[126565,126566],"disallowed"],[[126567,126567],"mapped",[1581]],[[126568,126568],"mapped",[1591]],[[126569,126569],"mapped",[1610]],[[126570,126570],"mapped",[1603]],[[126571,126571],"disallowed"],[[126572,126572],"mapped",[1605]],[[126573,126573],"mapped",[1606]],[[126574,126574],"mapped",[1587]],[[126575,126575],"mapped",[1593]],[[126576,126576],"mapped",[1601]],[[126577,126577],"mapped",[1589]],[[126578,126578],"mapped",[1602]],[[126579,126579],"disallowed"],[[126580,126580],"mapped",[1588]],[[126581,126581],"mapped",[1578]],[[126582,126582],"mapped",[1579]],[[126583,126583],"mapped",[1582]],[[126584,126584],"disallowed"],[[126585,126585],"mapped",[1590]],[[126586,126586],"mapped",[1592]],[[126587,126587],"mapped",[1594]],[[126588,126588],"mapped",[1646]],[[126589,126589],"disallowed"],[[126590,126590],"mapped",[1697]],[[126591,126591],"disallowed"],[[126592,126592],"mapped",[1575]],[[126593,126593],"mapped",[1576]],[[126594,126594],"mapped",[1580]],[[126595,126595],"mapped",[1583]],[[126596,126596],"mapped",[1607]],[[126597,126597],"mapped",[1608]],[[126598,126598],"mapped",[1586]],[[126599,126599],"mapped",[1581]],[[126600,126600],"mapped",[1591]],[[126601,126601],"mapped",[1610]],[[126602,126602],"disallowed"],[[126603,126603],"mapped",[1604]],[[126604,126604],"mapped",[1605]],[[126605,126605],"mapped",[1606]],[[126606,126606],"mapped",[1587]],[[126607,126607],"mapped",[1593]],[[126608,126608],"mapped",[1601]],[[126609,126609],"mapped",[1589]],[[126610,126610],"mapped",[1602]],[[126611,126611],"mapped",[1585]],[[126612,126612],"mapped",[1588]],[[126613,126613],"mapped",[1578]],[[126614,126614],"mapped",[1579]],[[126615,126615],"mapped",[1582]],[[126616,126616],"mapped",[1584]],[[126617,126617],"mapped",[1590]],[[126618,126618],"mapped",[1592]],[[126619,126619],"mapped",[1594]],[[126620,126624],"disallowed"],[[126625,126625],"mapped",[1576]],[[126626,126626],"mapped",[1580]],[[126627,126627],"mapped",[1583]],[[126628,126628],"disallowed"],[[126629,126629],"mapped",[1608]],[[126630,126630],"mapped",[1586]],[[126631,126631],"mapped",[1581]],[[126632,126632],"mapped",[1591]],[[126633,126633],"mapped",[1610]],[[126634,126634],"disallowed"],[[126635,126635],"mapped",[1604]],[[126636,126636],"mapped",[1605]],[[126637,126637],"mapped",[1606]],[[126638,126638],"mapped",[1587]],[[126639,126639],"mapped",[1593]],[[126640,126640],"mapped",[1601]],[[126641,126641],"mapped",[1589]],[[126642,126642],"mapped",[1602]],[[126643,126643],"mapped",[1585]],[[126644,126644],"mapped",[1588]],[[126645,126645],"mapped",[1578]],[[126646,126646],"mapped",[1579]],[[126647,126647],"mapped",[1582]],[[126648,126648],"mapped",[1584]],[[126649,126649],"mapped",[1590]],[[126650,126650],"mapped",[1592]],[[126651,126651],"mapped",[1594]],[[126652,126703],"disallowed"],[[126704,126705],"valid",[],"NV8"],[[126706,126975],"disallowed"],[[126976,127019],"valid",[],"NV8"],[[127020,127023],"disallowed"],[[127024,127123],"valid",[],"NV8"],[[127124,127135],"disallowed"],[[127136,127150],"valid",[],"NV8"],[[127151,127152],"disallowed"],[[127153,127166],"valid",[],"NV8"],[[127167,127167],"valid",[],"NV8"],[[127168,127168],"disallowed"],[[127169,127183],"valid",[],"NV8"],[[127184,127184],"disallowed"],[[127185,127199],"valid",[],"NV8"],[[127200,127221],"valid",[],"NV8"],[[127222,127231],"disallowed"],[[127232,127232],"disallowed"],[[127233,127233],"disallowed_STD3_mapped",[48,44]],[[127234,127234],"disallowed_STD3_mapped",[49,44]],[[127235,127235],"disallowed_STD3_mapped",[50,44]],[[127236,127236],"disallowed_STD3_mapped",[51,44]],[[127237,127237],"disallowed_STD3_mapped",[52,44]],[[127238,127238],"disallowed_STD3_mapped",[53,44]],[[127239,127239],"disallowed_STD3_mapped",[54,44]],[[127240,127240],"disallowed_STD3_mapped",[55,44]],[[127241,127241],"disallowed_STD3_mapped",[56,44]],[[127242,127242],"disallowed_STD3_mapped",[57,44]],[[127243,127244],"valid",[],"NV8"],[[127245,127247],"disallowed"],[[127248,127248],"disallowed_STD3_mapped",[40,97,41]],[[127249,127249],"disallowed_STD3_mapped",[40,98,41]],[[127250,127250],"disallowed_STD3_mapped",[40,99,41]],[[127251,127251],"disallowed_STD3_mapped",[40,100,41]],[[127252,127252],"disallowed_STD3_mapped",[40,101,41]],[[127253,127253],"disallowed_STD3_mapped",[40,102,41]],[[127254,127254],"disallowed_STD3_mapped",[40,103,41]],[[127255,127255],"disallowed_STD3_mapped",[40,104,41]],[[127256,127256],"disallowed_STD3_mapped",[40,105,41]],[[127257,127257],"disallowed_STD3_mapped",[40,106,41]],[[127258,127258],"disallowed_STD3_mapped",[40,107,41]],[[127259,127259],"disallowed_STD3_mapped",[40,108,41]],[[127260,127260],"disallowed_STD3_mapped",[40,109,41]],[[127261,127261],"disallowed_STD3_mapped",[40,110,41]],[[127262,127262],"disallowed_STD3_mapped",[40,111,41]],[[127263,127263],"disallowed_STD3_mapped",[40,112,41]],[[127264,127264],"disallowed_STD3_mapped",[40,113,41]],[[127265,127265],"disallowed_STD3_mapped",[40,114,41]],[[127266,127266],"disallowed_STD3_mapped",[40,115,41]],[[127267,127267],"disallowed_STD3_mapped",[40,116,41]],[[127268,127268],"disallowed_STD3_mapped",[40,117,41]],[[127269,127269],"disallowed_STD3_mapped",[40,118,41]],[[127270,127270],"disallowed_STD3_mapped",[40,119,41]],[[127271,127271],"disallowed_STD3_mapped",[40,120,41]],[[127272,127272],"disallowed_STD3_mapped",[40,121,41]],[[127273,127273],"disallowed_STD3_mapped",[40,122,41]],[[127274,127274],"mapped",[12308,115,12309]],[[127275,127275],"mapped",[99]],[[127276,127276],"mapped",[114]],[[127277,127277],"mapped",[99,100]],[[127278,127278],"mapped",[119,122]],[[127279,127279],"disallowed"],[[127280,127280],"mapped",[97]],[[127281,127281],"mapped",[98]],[[127282,127282],"mapped",[99]],[[127283,127283],"mapped",[100]],[[127284,127284],"mapped",[101]],[[127285,127285],"mapped",[102]],[[127286,127286],"mapped",[103]],[[127287,127287],"mapped",[104]],[[127288,127288],"mapped",[105]],[[127289,127289],"mapped",[106]],[[127290,127290],"mapped",[107]],[[127291,127291],"mapped",[108]],[[127292,127292],"mapped",[109]],[[127293,127293],"mapped",[110]],[[127294,127294],"mapped",[111]],[[127295,127295],"mapped",[112]],[[127296,127296],"mapped",[113]],[[127297,127297],"mapped",[114]],[[127298,127298],"mapped",[115]],[[127299,127299],"mapped",[116]],[[127300,127300],"mapped",[117]],[[127301,127301],"mapped",[118]],[[127302,127302],"mapped",[119]],[[127303,127303],"mapped",[120]],[[127304,127304],"mapped",[121]],[[127305,127305],"mapped",[122]],[[127306,127306],"mapped",[104,118]],[[127307,127307],"mapped",[109,118]],[[127308,127308],"mapped",[115,100]],[[127309,127309],"mapped",[115,115]],[[127310,127310],"mapped",[112,112,118]],[[127311,127311],"mapped",[119,99]],[[127312,127318],"valid",[],"NV8"],[[127319,127319],"valid",[],"NV8"],[[127320,127326],"valid",[],"NV8"],[[127327,127327],"valid",[],"NV8"],[[127328,127337],"valid",[],"NV8"],[[127338,127338],"mapped",[109,99]],[[127339,127339],"mapped",[109,100]],[[127340,127343],"disallowed"],[[127344,127352],"valid",[],"NV8"],[[127353,127353],"valid",[],"NV8"],[[127354,127354],"valid",[],"NV8"],[[127355,127356],"valid",[],"NV8"],[[127357,127358],"valid",[],"NV8"],[[127359,127359],"valid",[],"NV8"],[[127360,127369],"valid",[],"NV8"],[[127370,127373],"valid",[],"NV8"],[[127374,127375],"valid",[],"NV8"],[[127376,127376],"mapped",[100,106]],[[127377,127386],"valid",[],"NV8"],[[127387,127461],"disallowed"],[[127462,127487],"valid",[],"NV8"],[[127488,127488],"mapped",[12411,12363]],[[127489,127489],"mapped",[12467,12467]],[[127490,127490],"mapped",[12469]],[[127491,127503],"disallowed"],[[127504,127504],"mapped",[25163]],[[127505,127505],"mapped",[23383]],[[127506,127506],"mapped",[21452]],[[127507,127507],"mapped",[12487]],[[127508,127508],"mapped",[20108]],[[127509,127509],"mapped",[22810]],[[127510,127510],"mapped",[35299]],[[127511,127511],"mapped",[22825]],[[127512,127512],"mapped",[20132]],[[127513,127513],"mapped",[26144]],[[127514,127514],"mapped",[28961]],[[127515,127515],"mapped",[26009]],[[127516,127516],"mapped",[21069]],[[127517,127517],"mapped",[24460]],[[127518,127518],"mapped",[20877]],[[127519,127519],"mapped",[26032]],[[127520,127520],"mapped",[21021]],[[127521,127521],"mapped",[32066]],[[127522,127522],"mapped",[29983]],[[127523,127523],"mapped",[36009]],[[127524,127524],"mapped",[22768]],[[127525,127525],"mapped",[21561]],[[127526,127526],"mapped",[28436]],[[127527,127527],"mapped",[25237]],[[127528,127528],"mapped",[25429]],[[127529,127529],"mapped",[19968]],[[127530,127530],"mapped",[19977]],[[127531,127531],"mapped",[36938]],[[127532,127532],"mapped",[24038]],[[127533,127533],"mapped",[20013]],[[127534,127534],"mapped",[21491]],[[127535,127535],"mapped",[25351]],[[127536,127536],"mapped",[36208]],[[127537,127537],"mapped",[25171]],[[127538,127538],"mapped",[31105]],[[127539,127539],"mapped",[31354]],[[127540,127540],"mapped",[21512]],[[127541,127541],"mapped",[28288]],[[127542,127542],"mapped",[26377]],[[127543,127543],"mapped",[26376]],[[127544,127544],"mapped",[30003]],[[127545,127545],"mapped",[21106]],[[127546,127546],"mapped",[21942]],[[127547,127551],"disallowed"],[[127552,127552],"mapped",[12308,26412,12309]],[[127553,127553],"mapped",[12308,19977,12309]],[[127554,127554],"mapped",[12308,20108,12309]],[[127555,127555],"mapped",[12308,23433,12309]],[[127556,127556],"mapped",[12308,28857,12309]],[[127557,127557],"mapped",[12308,25171,12309]],[[127558,127558],"mapped",[12308,30423,12309]],[[127559,127559],"mapped",[12308,21213,12309]],[[127560,127560],"mapped",[12308,25943,12309]],[[127561,127567],"disallowed"],[[127568,127568],"mapped",[24471]],[[127569,127569],"mapped",[21487]],[[127570,127743],"disallowed"],[[127744,127776],"valid",[],"NV8"],[[127777,127788],"valid",[],"NV8"],[[127789,127791],"valid",[],"NV8"],[[127792,127797],"valid",[],"NV8"],[[127798,127798],"valid",[],"NV8"],[[127799,127868],"valid",[],"NV8"],[[127869,127869],"valid",[],"NV8"],[[127870,127871],"valid",[],"NV8"],[[127872,127891],"valid",[],"NV8"],[[127892,127903],"valid",[],"NV8"],[[127904,127940],"valid",[],"NV8"],[[127941,127941],"valid",[],"NV8"],[[127942,127946],"valid",[],"NV8"],[[127947,127950],"valid",[],"NV8"],[[127951,127955],"valid",[],"NV8"],[[127956,127967],"valid",[],"NV8"],[[127968,127984],"valid",[],"NV8"],[[127985,127991],"valid",[],"NV8"],[[127992,127999],"valid",[],"NV8"],[[128000,128062],"valid",[],"NV8"],[[128063,128063],"valid",[],"NV8"],[[128064,128064],"valid",[],"NV8"],[[128065,128065],"valid",[],"NV8"],[[128066,128247],"valid",[],"NV8"],[[128248,128248],"valid",[],"NV8"],[[128249,128252],"valid",[],"NV8"],[[128253,128254],"valid",[],"NV8"],[[128255,128255],"valid",[],"NV8"],[[128256,128317],"valid",[],"NV8"],[[128318,128319],"valid",[],"NV8"],[[128320,128323],"valid",[],"NV8"],[[128324,128330],"valid",[],"NV8"],[[128331,128335],"valid",[],"NV8"],[[128336,128359],"valid",[],"NV8"],[[128360,128377],"valid",[],"NV8"],[[128378,128378],"disallowed"],[[128379,128419],"valid",[],"NV8"],[[128420,128420],"disallowed"],[[128421,128506],"valid",[],"NV8"],[[128507,128511],"valid",[],"NV8"],[[128512,128512],"valid",[],"NV8"],[[128513,128528],"valid",[],"NV8"],[[128529,128529],"valid",[],"NV8"],[[128530,128532],"valid",[],"NV8"],[[128533,128533],"valid",[],"NV8"],[[128534,128534],"valid",[],"NV8"],[[128535,128535],"valid",[],"NV8"],[[128536,128536],"valid",[],"NV8"],[[128537,128537],"valid",[],"NV8"],[[128538,128538],"valid",[],"NV8"],[[128539,128539],"valid",[],"NV8"],[[128540,128542],"valid",[],"NV8"],[[128543,128543],"valid",[],"NV8"],[[128544,128549],"valid",[],"NV8"],[[128550,128551],"valid",[],"NV8"],[[128552,128555],"valid",[],"NV8"],[[128556,128556],"valid",[],"NV8"],[[128557,128557],"valid",[],"NV8"],[[128558,128559],"valid",[],"NV8"],[[128560,128563],"valid",[],"NV8"],[[128564,128564],"valid",[],"NV8"],[[128565,128576],"valid",[],"NV8"],[[128577,128578],"valid",[],"NV8"],[[128579,128580],"valid",[],"NV8"],[[128581,128591],"valid",[],"NV8"],[[128592,128639],"valid",[],"NV8"],[[128640,128709],"valid",[],"NV8"],[[128710,128719],"valid",[],"NV8"],[[128720,128720],"valid",[],"NV8"],[[128721,128735],"disallowed"],[[128736,128748],"valid",[],"NV8"],[[128749,128751],"disallowed"],[[128752,128755],"valid",[],"NV8"],[[128756,128767],"disallowed"],[[128768,128883],"valid",[],"NV8"],[[128884,128895],"disallowed"],[[128896,128980],"valid",[],"NV8"],[[128981,129023],"disallowed"],[[129024,129035],"valid",[],"NV8"],[[129036,129039],"disallowed"],[[129040,129095],"valid",[],"NV8"],[[129096,129103],"disallowed"],[[129104,129113],"valid",[],"NV8"],[[129114,129119],"disallowed"],[[129120,129159],"valid",[],"NV8"],[[129160,129167],"disallowed"],[[129168,129197],"valid",[],"NV8"],[[129198,129295],"disallowed"],[[129296,129304],"valid",[],"NV8"],[[129305,129407],"disallowed"],[[129408,129412],"valid",[],"NV8"],[[129413,129471],"disallowed"],[[129472,129472],"valid",[],"NV8"],[[129473,131069],"disallowed"],[[131070,131071],"disallowed"],[[131072,173782],"valid"],[[173783,173823],"disallowed"],[[173824,177972],"valid"],[[177973,177983],"disallowed"],[[177984,178205],"valid"],[[178206,178207],"disallowed"],[[178208,183969],"valid"],[[183970,194559],"disallowed"],[[194560,194560],"mapped",[20029]],[[194561,194561],"mapped",[20024]],[[194562,194562],"mapped",[20033]],[[194563,194563],"mapped",[131362]],[[194564,194564],"mapped",[20320]],[[194565,194565],"mapped",[20398]],[[194566,194566],"mapped",[20411]],[[194567,194567],"mapped",[20482]],[[194568,194568],"mapped",[20602]],[[194569,194569],"mapped",[20633]],[[194570,194570],"mapped",[20711]],[[194571,194571],"mapped",[20687]],[[194572,194572],"mapped",[13470]],[[194573,194573],"mapped",[132666]],[[194574,194574],"mapped",[20813]],[[194575,194575],"mapped",[20820]],[[194576,194576],"mapped",[20836]],[[194577,194577],"mapped",[20855]],[[194578,194578],"mapped",[132380]],[[194579,194579],"mapped",[13497]],[[194580,194580],"mapped",[20839]],[[194581,194581],"mapped",[20877]],[[194582,194582],"mapped",[132427]],[[194583,194583],"mapped",[20887]],[[194584,194584],"mapped",[20900]],[[194585,194585],"mapped",[20172]],[[194586,194586],"mapped",[20908]],[[194587,194587],"mapped",[20917]],[[194588,194588],"mapped",[168415]],[[194589,194589],"mapped",[20981]],[[194590,194590],"mapped",[20995]],[[194591,194591],"mapped",[13535]],[[194592,194592],"mapped",[21051]],[[194593,194593],"mapped",[21062]],[[194594,194594],"mapped",[21106]],[[194595,194595],"mapped",[21111]],[[194596,194596],"mapped",[13589]],[[194597,194597],"mapped",[21191]],[[194598,194598],"mapped",[21193]],[[194599,194599],"mapped",[21220]],[[194600,194600],"mapped",[21242]],[[194601,194601],"mapped",[21253]],[[194602,194602],"mapped",[21254]],[[194603,194603],"mapped",[21271]],[[194604,194604],"mapped",[21321]],[[194605,194605],"mapped",[21329]],[[194606,194606],"mapped",[21338]],[[194607,194607],"mapped",[21363]],[[194608,194608],"mapped",[21373]],[[194609,194611],"mapped",[21375]],[[194612,194612],"mapped",[133676]],[[194613,194613],"mapped",[28784]],[[194614,194614],"mapped",[21450]],[[194615,194615],"mapped",[21471]],[[194616,194616],"mapped",[133987]],[[194617,194617],"mapped",[21483]],[[194618,194618],"mapped",[21489]],[[194619,194619],"mapped",[21510]],[[194620,194620],"mapped",[21662]],[[194621,194621],"mapped",[21560]],[[194622,194622],"mapped",[21576]],[[194623,194623],"mapped",[21608]],[[194624,194624],"mapped",[21666]],[[194625,194625],"mapped",[21750]],[[194626,194626],"mapped",[21776]],[[194627,194627],"mapped",[21843]],[[194628,194628],"mapped",[21859]],[[194629,194630],"mapped",[21892]],[[194631,194631],"mapped",[21913]],[[194632,194632],"mapped",[21931]],[[194633,194633],"mapped",[21939]],[[194634,194634],"mapped",[21954]],[[194635,194635],"mapped",[22294]],[[194636,194636],"mapped",[22022]],[[194637,194637],"mapped",[22295]],[[194638,194638],"mapped",[22097]],[[194639,194639],"mapped",[22132]],[[194640,194640],"mapped",[20999]],[[194641,194641],"mapped",[22766]],[[194642,194642],"mapped",[22478]],[[194643,194643],"mapped",[22516]],[[194644,194644],"mapped",[22541]],[[194645,194645],"mapped",[22411]],[[194646,194646],"mapped",[22578]],[[194647,194647],"mapped",[22577]],[[194648,194648],"mapped",[22700]],[[194649,194649],"mapped",[136420]],[[194650,194650],"mapped",[22770]],[[194651,194651],"mapped",[22775]],[[194652,194652],"mapped",[22790]],[[194653,194653],"mapped",[22810]],[[194654,194654],"mapped",[22818]],[[194655,194655],"mapped",[22882]],[[194656,194656],"mapped",[136872]],[[194657,194657],"mapped",[136938]],[[194658,194658],"mapped",[23020]],[[194659,194659],"mapped",[23067]],[[194660,194660],"mapped",[23079]],[[194661,194661],"mapped",[23000]],[[194662,194662],"mapped",[23142]],[[194663,194663],"mapped",[14062]],[[194664,194664],"disallowed"],[[194665,194665],"mapped",[23304]],[[194666,194667],"mapped",[23358]],[[194668,194668],"mapped",[137672]],[[194669,194669],"mapped",[23491]],[[194670,194670],"mapped",[23512]],[[194671,194671],"mapped",[23527]],[[194672,194672],"mapped",[23539]],[[194673,194673],"mapped",[138008]],[[194674,194674],"mapped",[23551]],[[194675,194675],"mapped",[23558]],[[194676,194676],"disallowed"],[[194677,194677],"mapped",[23586]],[[194678,194678],"mapped",[14209]],[[194679,194679],"mapped",[23648]],[[194680,194680],"mapped",[23662]],[[194681,194681],"mapped",[23744]],[[194682,194682],"mapped",[23693]],[[194683,194683],"mapped",[138724]],[[194684,194684],"mapped",[23875]],[[194685,194685],"mapped",[138726]],[[194686,194686],"mapped",[23918]],[[194687,194687],"mapped",[23915]],[[194688,194688],"mapped",[23932]],[[194689,194689],"mapped",[24033]],[[194690,194690],"mapped",[24034]],[[194691,194691],"mapped",[14383]],[[194692,194692],"mapped",[24061]],[[194693,194693],"mapped",[24104]],[[194694,194694],"mapped",[24125]],[[194695,194695],"mapped",[24169]],[[194696,194696],"mapped",[14434]],[[194697,194697],"mapped",[139651]],[[194698,194698],"mapped",[14460]],[[194699,194699],"mapped",[24240]],[[194700,194700],"mapped",[24243]],[[194701,194701],"mapped",[24246]],[[194702,194702],"mapped",[24266]],[[194703,194703],"mapped",[172946]],[[194704,194704],"mapped",[24318]],[[194705,194706],"mapped",[140081]],[[194707,194707],"mapped",[33281]],[[194708,194709],"mapped",[24354]],[[194710,194710],"mapped",[14535]],[[194711,194711],"mapped",[144056]],[[194712,194712],"mapped",[156122]],[[194713,194713],"mapped",[24418]],[[194714,194714],"mapped",[24427]],[[194715,194715],"mapped",[14563]],[[194716,194716],"mapped",[24474]],[[194717,194717],"mapped",[24525]],[[194718,194718],"mapped",[24535]],[[194719,194719],"mapped",[24569]],[[194720,194720],"mapped",[24705]],[[194721,194721],"mapped",[14650]],[[194722,194722],"mapped",[14620]],[[194723,194723],"mapped",[24724]],[[194724,194724],"mapped",[141012]],[[194725,194725],"mapped",[24775]],[[194726,194726],"mapped",[24904]],[[194727,194727],"mapped",[24908]],[[194728,194728],"mapped",[24910]],[[194729,194729],"mapped",[24908]],[[194730,194730],"mapped",[24954]],[[194731,194731],"mapped",[24974]],[[194732,194732],"mapped",[25010]],[[194733,194733],"mapped",[24996]],[[194734,194734],"mapped",[25007]],[[194735,194735],"mapped",[25054]],[[194736,194736],"mapped",[25074]],[[194737,194737],"mapped",[25078]],[[194738,194738],"mapped",[25104]],[[194739,194739],"mapped",[25115]],[[194740,194740],"mapped",[25181]],[[194741,194741],"mapped",[25265]],[[194742,194742],"mapped",[25300]],[[194743,194743],"mapped",[25424]],[[194744,194744],"mapped",[142092]],[[194745,194745],"mapped",[25405]],[[194746,194746],"mapped",[25340]],[[194747,194747],"mapped",[25448]],[[194748,194748],"mapped",[25475]],[[194749,194749],"mapped",[25572]],[[194750,194750],"mapped",[142321]],[[194751,194751],"mapped",[25634]],[[194752,194752],"mapped",[25541]],[[194753,194753],"mapped",[25513]],[[194754,194754],"mapped",[14894]],[[194755,194755],"mapped",[25705]],[[194756,194756],"mapped",[25726]],[[194757,194757],"mapped",[25757]],[[194758,194758],"mapped",[25719]],[[194759,194759],"mapped",[14956]],[[194760,194760],"mapped",[25935]],[[194761,194761],"mapped",[25964]],[[194762,194762],"mapped",[143370]],[[194763,194763],"mapped",[26083]],[[194764,194764],"mapped",[26360]],[[194765,194765],"mapped",[26185]],[[194766,194766],"mapped",[15129]],[[194767,194767],"mapped",[26257]],[[194768,194768],"mapped",[15112]],[[194769,194769],"mapped",[15076]],[[194770,194770],"mapped",[20882]],[[194771,194771],"mapped",[20885]],[[194772,194772],"mapped",[26368]],[[194773,194773],"mapped",[26268]],[[194774,194774],"mapped",[32941]],[[194775,194775],"mapped",[17369]],[[194776,194776],"mapped",[26391]],[[194777,194777],"mapped",[26395]],[[194778,194778],"mapped",[26401]],[[194779,194779],"mapped",[26462]],[[194780,194780],"mapped",[26451]],[[194781,194781],"mapped",[144323]],[[194782,194782],"mapped",[15177]],[[194783,194783],"mapped",[26618]],[[194784,194784],"mapped",[26501]],[[194785,194785],"mapped",[26706]],[[194786,194786],"mapped",[26757]],[[194787,194787],"mapped",[144493]],[[194788,194788],"mapped",[26766]],[[194789,194789],"mapped",[26655]],[[194790,194790],"mapped",[26900]],[[194791,194791],"mapped",[15261]],[[194792,194792],"mapped",[26946]],[[194793,194793],"mapped",[27043]],[[194794,194794],"mapped",[27114]],[[194795,194795],"mapped",[27304]],[[194796,194796],"mapped",[145059]],[[194797,194797],"mapped",[27355]],[[194798,194798],"mapped",[15384]],[[194799,194799],"mapped",[27425]],[[194800,194800],"mapped",[145575]],[[194801,194801],"mapped",[27476]],[[194802,194802],"mapped",[15438]],[[194803,194803],"mapped",[27506]],[[194804,194804],"mapped",[27551]],[[194805,194805],"mapped",[27578]],[[194806,194806],"mapped",[27579]],[[194807,194807],"mapped",[146061]],[[194808,194808],"mapped",[138507]],[[194809,194809],"mapped",[146170]],[[194810,194810],"mapped",[27726]],[[194811,194811],"mapped",[146620]],[[194812,194812],"mapped",[27839]],[[194813,194813],"mapped",[27853]],[[194814,194814],"mapped",[27751]],[[194815,194815],"mapped",[27926]],[[194816,194816],"mapped",[27966]],[[194817,194817],"mapped",[28023]],[[194818,194818],"mapped",[27969]],[[194819,194819],"mapped",[28009]],[[194820,194820],"mapped",[28024]],[[194821,194821],"mapped",[28037]],[[194822,194822],"mapped",[146718]],[[194823,194823],"mapped",[27956]],[[194824,194824],"mapped",[28207]],[[194825,194825],"mapped",[28270]],[[194826,194826],"mapped",[15667]],[[194827,194827],"mapped",[28363]],[[194828,194828],"mapped",[28359]],[[194829,194829],"mapped",[147153]],[[194830,194830],"mapped",[28153]],[[194831,194831],"mapped",[28526]],[[194832,194832],"mapped",[147294]],[[194833,194833],"mapped",[147342]],[[194834,194834],"mapped",[28614]],[[194835,194835],"mapped",[28729]],[[194836,194836],"mapped",[28702]],[[194837,194837],"mapped",[28699]],[[194838,194838],"mapped",[15766]],[[194839,194839],"mapped",[28746]],[[194840,194840],"mapped",[28797]],[[194841,194841],"mapped",[28791]],[[194842,194842],"mapped",[28845]],[[194843,194843],"mapped",[132389]],[[194844,194844],"mapped",[28997]],[[194845,194845],"mapped",[148067]],[[194846,194846],"mapped",[29084]],[[194847,194847],"disallowed"],[[194848,194848],"mapped",[29224]],[[194849,194849],"mapped",[29237]],[[194850,194850],"mapped",[29264]],[[194851,194851],"mapped",[149000]],[[194852,194852],"mapped",[29312]],[[194853,194853],"mapped",[29333]],[[194854,194854],"mapped",[149301]],[[194855,194855],"mapped",[149524]],[[194856,194856],"mapped",[29562]],[[194857,194857],"mapped",[29579]],[[194858,194858],"mapped",[16044]],[[194859,194859],"mapped",[29605]],[[194860,194861],"mapped",[16056]],[[194862,194862],"mapped",[29767]],[[194863,194863],"mapped",[29788]],[[194864,194864],"mapped",[29809]],[[194865,194865],"mapped",[29829]],[[194866,194866],"mapped",[29898]],[[194867,194867],"mapped",[16155]],[[194868,194868],"mapped",[29988]],[[194869,194869],"mapped",[150582]],[[194870,194870],"mapped",[30014]],[[194871,194871],"mapped",[150674]],[[194872,194872],"mapped",[30064]],[[194873,194873],"mapped",[139679]],[[194874,194874],"mapped",[30224]],[[194875,194875],"mapped",[151457]],[[194876,194876],"mapped",[151480]],[[194877,194877],"mapped",[151620]],[[194878,194878],"mapped",[16380]],[[194879,194879],"mapped",[16392]],[[194880,194880],"mapped",[30452]],[[194881,194881],"mapped",[151795]],[[194882,194882],"mapped",[151794]],[[194883,194883],"mapped",[151833]],[[194884,194884],"mapped",[151859]],[[194885,194885],"mapped",[30494]],[[194886,194887],"mapped",[30495]],[[194888,194888],"mapped",[30538]],[[194889,194889],"mapped",[16441]],[[194890,194890],"mapped",[30603]],[[194891,194891],"mapped",[16454]],[[194892,194892],"mapped",[16534]],[[194893,194893],"mapped",[152605]],[[194894,194894],"mapped",[30798]],[[194895,194895],"mapped",[30860]],[[194896,194896],"mapped",[30924]],[[194897,194897],"mapped",[16611]],[[194898,194898],"mapped",[153126]],[[194899,194899],"mapped",[31062]],[[194900,194900],"mapped",[153242]],[[194901,194901],"mapped",[153285]],[[194902,194902],"mapped",[31119]],[[194903,194903],"mapped",[31211]],[[194904,194904],"mapped",[16687]],[[194905,194905],"mapped",[31296]],[[194906,194906],"mapped",[31306]],[[194907,194907],"mapped",[31311]],[[194908,194908],"mapped",[153980]],[[194909,194910],"mapped",[154279]],[[194911,194911],"disallowed"],[[194912,194912],"mapped",[16898]],[[194913,194913],"mapped",[154539]],[[194914,194914],"mapped",[31686]],[[194915,194915],"mapped",[31689]],[[194916,194916],"mapped",[16935]],[[194917,194917],"mapped",[154752]],[[194918,194918],"mapped",[31954]],[[194919,194919],"mapped",[17056]],[[194920,194920],"mapped",[31976]],[[194921,194921],"mapped",[31971]],[[194922,194922],"mapped",[32000]],[[194923,194923],"mapped",[155526]],[[194924,194924],"mapped",[32099]],[[194925,194925],"mapped",[17153]],[[194926,194926],"mapped",[32199]],[[194927,194927],"mapped",[32258]],[[194928,194928],"mapped",[32325]],[[194929,194929],"mapped",[17204]],[[194930,194930],"mapped",[156200]],[[194931,194931],"mapped",[156231]],[[194932,194932],"mapped",[17241]],[[194933,194933],"mapped",[156377]],[[194934,194934],"mapped",[32634]],[[194935,194935],"mapped",[156478]],[[194936,194936],"mapped",[32661]],[[194937,194937],"mapped",[32762]],[[194938,194938],"mapped",[32773]],[[194939,194939],"mapped",[156890]],[[194940,194940],"mapped",[156963]],[[194941,194941],"mapped",[32864]],[[194942,194942],"mapped",[157096]],[[194943,194943],"mapped",[32880]],[[194944,194944],"mapped",[144223]],[[194945,194945],"mapped",[17365]],[[194946,194946],"mapped",[32946]],[[194947,194947],"mapped",[33027]],[[194948,194948],"mapped",[17419]],[[194949,194949],"mapped",[33086]],[[194950,194950],"mapped",[23221]],[[194951,194951],"mapped",[157607]],[[194952,194952],"mapped",[157621]],[[194953,194953],"mapped",[144275]],[[194954,194954],"mapped",[144284]],[[194955,194955],"mapped",[33281]],[[194956,194956],"mapped",[33284]],[[194957,194957],"mapped",[36766]],[[194958,194958],"mapped",[17515]],[[194959,194959],"mapped",[33425]],[[194960,194960],"mapped",[33419]],[[194961,194961],"mapped",[33437]],[[194962,194962],"mapped",[21171]],[[194963,194963],"mapped",[33457]],[[194964,194964],"mapped",[33459]],[[194965,194965],"mapped",[33469]],[[194966,194966],"mapped",[33510]],[[194967,194967],"mapped",[158524]],[[194968,194968],"mapped",[33509]],[[194969,194969],"mapped",[33565]],[[194970,194970],"mapped",[33635]],[[194971,194971],"mapped",[33709]],[[194972,194972],"mapped",[33571]],[[194973,194973],"mapped",[33725]],[[194974,194974],"mapped",[33767]],[[194975,194975],"mapped",[33879]],[[194976,194976],"mapped",[33619]],[[194977,194977],"mapped",[33738]],[[194978,194978],"mapped",[33740]],[[194979,194979],"mapped",[33756]],[[194980,194980],"mapped",[158774]],[[194981,194981],"mapped",[159083]],[[194982,194982],"mapped",[158933]],[[194983,194983],"mapped",[17707]],[[194984,194984],"mapped",[34033]],[[194985,194985],"mapped",[34035]],[[194986,194986],"mapped",[34070]],[[194987,194987],"mapped",[160714]],[[194988,194988],"mapped",[34148]],[[194989,194989],"mapped",[159532]],[[194990,194990],"mapped",[17757]],[[194991,194991],"mapped",[17761]],[[194992,194992],"mapped",[159665]],[[194993,194993],"mapped",[159954]],[[194994,194994],"mapped",[17771]],[[194995,194995],"mapped",[34384]],[[194996,194996],"mapped",[34396]],[[194997,194997],"mapped",[34407]],[[194998,194998],"mapped",[34409]],[[194999,194999],"mapped",[34473]],[[195000,195000],"mapped",[34440]],[[195001,195001],"mapped",[34574]],[[195002,195002],"mapped",[34530]],[[195003,195003],"mapped",[34681]],[[195004,195004],"mapped",[34600]],[[195005,195005],"mapped",[34667]],[[195006,195006],"mapped",[34694]],[[195007,195007],"disallowed"],[[195008,195008],"mapped",[34785]],[[195009,195009],"mapped",[34817]],[[195010,195010],"mapped",[17913]],[[195011,195011],"mapped",[34912]],[[195012,195012],"mapped",[34915]],[[195013,195013],"mapped",[161383]],[[195014,195014],"mapped",[35031]],[[195015,195015],"mapped",[35038]],[[195016,195016],"mapped",[17973]],[[195017,195017],"mapped",[35066]],[[195018,195018],"mapped",[13499]],[[195019,195019],"mapped",[161966]],[[195020,195020],"mapped",[162150]],[[195021,195021],"mapped",[18110]],[[195022,195022],"mapped",[18119]],[[195023,195023],"mapped",[35488]],[[195024,195024],"mapped",[35565]],[[195025,195025],"mapped",[35722]],[[195026,195026],"mapped",[35925]],[[195027,195027],"mapped",[162984]],[[195028,195028],"mapped",[36011]],[[195029,195029],"mapped",[36033]],[[195030,195030],"mapped",[36123]],[[195031,195031],"mapped",[36215]],[[195032,195032],"mapped",[163631]],[[195033,195033],"mapped",[133124]],[[195034,195034],"mapped",[36299]],[[195035,195035],"mapped",[36284]],[[195036,195036],"mapped",[36336]],[[195037,195037],"mapped",[133342]],[[195038,195038],"mapped",[36564]],[[195039,195039],"mapped",[36664]],[[195040,195040],"mapped",[165330]],[[195041,195041],"mapped",[165357]],[[195042,195042],"mapped",[37012]],[[195043,195043],"mapped",[37105]],[[195044,195044],"mapped",[37137]],[[195045,195045],"mapped",[165678]],[[195046,195046],"mapped",[37147]],[[195047,195047],"mapped",[37432]],[[195048,195048],"mapped",[37591]],[[195049,195049],"mapped",[37592]],[[195050,195050],"mapped",[37500]],[[195051,195051],"mapped",[37881]],[[195052,195052],"mapped",[37909]],[[195053,195053],"mapped",[166906]],[[195054,195054],"mapped",[38283]],[[195055,195055],"mapped",[18837]],[[195056,195056],"mapped",[38327]],[[195057,195057],"mapped",[167287]],[[195058,195058],"mapped",[18918]],[[195059,195059],"mapped",[38595]],[[195060,195060],"mapped",[23986]],[[195061,195061],"mapped",[38691]],[[195062,195062],"mapped",[168261]],[[195063,195063],"mapped",[168474]],[[195064,195064],"mapped",[19054]],[[195065,195065],"mapped",[19062]],[[195066,195066],"mapped",[38880]],[[195067,195067],"mapped",[168970]],[[195068,195068],"mapped",[19122]],[[195069,195069],"mapped",[169110]],[[195070,195071],"mapped",[38923]],[[195072,195072],"mapped",[38953]],[[195073,195073],"mapped",[169398]],[[195074,195074],"mapped",[39138]],[[195075,195075],"mapped",[19251]],[[195076,195076],"mapped",[39209]],[[195077,195077],"mapped",[39335]],[[195078,195078],"mapped",[39362]],[[195079,195079],"mapped",[39422]],[[195080,195080],"mapped",[19406]],[[195081,195081],"mapped",[170800]],[[195082,195082],"mapped",[39698]],[[195083,195083],"mapped",[40000]],[[195084,195084],"mapped",[40189]],[[195085,195085],"mapped",[19662]],[[195086,195086],"mapped",[19693]],[[195087,195087],"mapped",[40295]],[[195088,195088],"mapped",[172238]],[[195089,195089],"mapped",[19704]],[[195090,195090],"mapped",[172293]],[[195091,195091],"mapped",[172558]],[[195092,195092],"mapped",[172689]],[[195093,195093],"mapped",[40635]],[[195094,195094],"mapped",[19798]],[[195095,195095],"mapped",[40697]],[[195096,195096],"mapped",[40702]],[[195097,195097],"mapped",[40709]],[[195098,195098],"mapped",[40719]],[[195099,195099],"mapped",[40726]],[[195100,195100],"mapped",[40763]],[[195101,195101],"mapped",[173568]],[[195102,196605],"disallowed"],[[196606,196607],"disallowed"],[[196608,262141],"disallowed"],[[262142,262143],"disallowed"],[[262144,327677],"disallowed"],[[327678,327679],"disallowed"],[[327680,393213],"disallowed"],[[393214,393215],"disallowed"],[[393216,458749],"disallowed"],[[458750,458751],"disallowed"],[[458752,524285],"disallowed"],[[524286,524287],"disallowed"],[[524288,589821],"disallowed"],[[589822,589823],"disallowed"],[[589824,655357],"disallowed"],[[655358,655359],"disallowed"],[[655360,720893],"disallowed"],[[720894,720895],"disallowed"],[[720896,786429],"disallowed"],[[786430,786431],"disallowed"],[[786432,851965],"disallowed"],[[851966,851967],"disallowed"],[[851968,917501],"disallowed"],[[917502,917503],"disallowed"],[[917504,917504],"disallowed"],[[917505,917505],"disallowed"],[[917506,917535],"disallowed"],[[917536,917631],"disallowed"],[[917632,917759],"disallowed"],[[917760,917999],"ignored"],[[918000,983037],"disallowed"],[[983038,983039],"disallowed"],[[983040,1048573],"disallowed"],[[1048574,1048575],"disallowed"],[[1048576,1114109],"disallowed"],[[1114110,1114111],"disallowed"]]')}};var __webpack_module_cache__={};function __nccwpck_require__(i){var c=__webpack_module_cache__[i];if(c!==undefined){return c.exports}var d=__webpack_module_cache__[i]={id:i,loaded:false,exports:{}};var p=true;try{__webpack_modules__[i].call(d.exports,d,d.exports,__nccwpck_require__);p=false}finally{if(p)delete __webpack_module_cache__[i]}d.loaded=true;return d.exports}(()=>{__nccwpck_require__.d=(i,c)=>{for(var d in c){if(__nccwpck_require__.o(c,d)&&!__nccwpck_require__.o(i,d)){Object.defineProperty(i,d,{enumerable:true,get:c[d]})}}}})();(()=>{__nccwpck_require__.o=(i,c)=>Object.prototype.hasOwnProperty.call(i,c)})();(()=>{__nccwpck_require__.r=i=>{if(typeof Symbol!=="undefined"&&Symbol.toStringTag){Object.defineProperty(i,Symbol.toStringTag,{value:"Module"})}Object.defineProperty(i,"__esModule",{value:true})}})();(()=>{__nccwpck_require__.nmd=i=>{i.paths=[];if(!i.children)i.children=[];return i}})();if(typeof __nccwpck_require__!=="undefined")__nccwpck_require__.ab=__dirname+"/";var __webpack_exports__={};const core=__nccwpck_require__(37484);const artifact=__nccwpck_require__(76846);const fs=__nccwpck_require__(79896);const path=__nccwpck_require__(16928);const extractZip=__nccwpck_require__(51683);const plist=process.platform==="darwin"?__nccwpck_require__(64808):{};const dmgUtils=process.platform==="darwin"?__nccwpck_require__(12355):{};const appleCodeSigning=process.platform==="darwin"?__nccwpck_require__(93170):{};const fileUtils=__nccwpck_require__(87783);const BuildLevel=__nccwpck_require__(60060);const package_helpers=__nccwpck_require__(89761);const lipo=__nccwpck_require__(87416);const buildDir=process.env["AUDACITY_BUILD_DIR"];const buildType=process.env["AUDACITY_BUILD_TYPE"];const buildLevel=BuildLevel.getBuildLevel();const arch=process.env["AUDACITY_ARCH"]||"x64";const universalArchitectures=core.getMultilineInput("archs");const postfix=core.getInput("postfix");if(universalArchitectures.length==0){universalArchitectures.push(arch)}const codesignIdentifier=core.getInput("apple_codesign_identity");const userName=core.getInput("apple_notarization_user_name");const password=core.getInput("apple_notarization_password");const teamId=core.getInput("apple_notarization_team_id");async function packageAudacity(i){const c=["--build",buildDir,"--target",i,"--config",buildType,...core.getMultilineInput("cmake_options")];const d=process.platform==="darwin"?10:2;for(let i=1;i<d;i++){try{return await package_helpers.execWithLog("cmake",c)}catch(c){package_helpers.error(`Packaging attempt #${i} failed: ${c.message}`);await package_helpers.sleep(2e3*i)}}return await package_helpers.execWithLog("cmake",c)}async function installAudacity(i){const c=path.join(workspaceDir,`.build.${i}`);const d=path.join(workspaceDir,".package","_CPack_Packages",i);const p=["--install",c,"--config",buildType,"--prefix",d,...core.getMultilineInput("cmake_options")];await package_helpers.execWithLog("cmake",p);if(codesignIdentifier.length>0){const i=await fileUtils.listMacosApps(d);for(const c of i){await appleCodeSigning.singApp(c,codesignIdentifier)}}return d}async function getBuildSuffix(){if(buildLevel==BuildLevel.Release){return""}const i=new Date;const c=date=[i.getFullYear(),("0"+(i.getMonth()+1)).slice(-2),("0"+i.getDate()).slice(-2)].join("");const d=(await package_helpers.getExecOutput("git",["show","-s","--format=%h"])).stdout.trim();return`-${BuildLevel.getBuildSuffix(buildLevel)}-${c}+${d}`}async function packageApp(i,c,d){const p=plist.readFileSync(path.join(i,"Contents","Info.plist"));const A=p["CFBundleVersion"].match(/[1-9]+\.[0-9]+\.[0-9]+/)[0];const C=`audacity-macOS-${A}${c}-${await lipo.archSuffix(i)}.dmg`;const S=path.join(d,C);await dmgUtils.packageDMG(S,i);if(codesignIdentifier.length>0){const i=p["CFBundleIdentifier"];await appleCodeSigning.signDMG(S,i,codesignIdentifier);if(userName!==""&&password!==""&&buildLevel!=BuildLevel.Alpha){await appleCodeSigning.notarizeDMG(S,userName,password,teamId)}}}async function run(){try{const i=process.platform==="darwin";const c=i?path.join(workspaceDir,".package"):path.join(buildDir,"package");const d=path.join(c,"_CPack_Packages");if(fs.existsSync(d)){await fs.promises.rm(d,{recursive:true,force:true})}if(buildLevel!=BuildLevel.Alpha&&process.platform==="win32"){await packageAudacity("innosetup")}if(!i){await packageAudacity("package")}else{for(const i of universalArchitectures){await installAudacity(i)}const i=await fileUtils.listMacosApps(d);const p=await getBuildSuffix();if(i.length>1){const c=path.join(d,"universal",path.basename(i[0]));await lipo.create(c,i);await appleCodeSigning.singApp(c,codesignIdentifier);i.push(c)}for(const d of i){await packageApp(d,p,c)}}await fs.promises.rm(d,{recursive:true,force:true});const p=await fs.promises.readdir(c);const A=new artifact.DefaultArtifactClient;const C={};for(const i of p){const d=path.extname(i);const p=path.basename(i,d);const A=`${p}${postfix}`;if(!C[A]){C[A]=[]}if(d===".zip"){await extractZip(path.join(c,i),{dir:c});const d=await fileUtils.listDirectory(path.join(c,p));C[A]=C[A].concat(d)}else{C[A].push(path.join(c,i))}}for(const i in C){const d=C[i];package_helpers.log(`Starting upload of files ${d} as ${i}`);await A.uploadArtifact(i,d,c)}}catch(i){package_helpers.error(i.message);core.setFailed(i.message)}}run();module.exports=__webpack_exports__})(); |