@botpress/client 0.46.0 → 0.48.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/bundle.cjs CHANGED
@@ -1,17 +1,17 @@
1
- "use strict";var Pf=Object.create;var Qt=Object.defineProperty;var Tf=Object.getOwnPropertyDescriptor;var Af=Object.getOwnPropertyNames;var Cf=Object.getPrototypeOf,Bf=Object.prototype.hasOwnProperty;var b=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),Mt=(e,t)=>{for(var s in t)Qt(e,s,{get:t[s],enumerable:!0})},Oa=(e,t,s,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of Af(t))!Bf.call(e,a)&&a!==s&&Qt(e,a,{get:()=>t[a],enumerable:!(r=Tf(t,a))||r.enumerable});return e};var W=(e,t,s)=>(s=e!=null?Pf(Cf(e)):{},Oa(t||!e||!e.__esModule?Qt(s,"default",{value:e,enumerable:!0}):s,e)),Uf=e=>Oa(Qt({},"__esModule",{value:!0}),e);var en=b(($q,Za)=>{var Xa=require("stream").Stream,dy=require("util");Za.exports=ce;function ce(){this.source=null,this.dataSize=0,this.maxDataSize=1024*1024,this.pauseStream=!0,this._maxDataSizeExceeded=!1,this._released=!1,this._bufferedEvents=[]}dy.inherits(ce,Xa);ce.create=function(e,t){var s=new this;t=t||{};for(var r in t)s[r]=t[r];s.source=e;var a=e.emit;return e.emit=function(){return s._handleEmit(arguments),a.apply(e,arguments)},e.on("error",function(){}),s.pauseStream&&e.pause(),s};Object.defineProperty(ce.prototype,"readable",{configurable:!0,enumerable:!0,get:function(){return this.source.readable}});ce.prototype.setEncoding=function(){return this.source.setEncoding.apply(this.source,arguments)};ce.prototype.resume=function(){this._released||this.release(),this.source.resume()};ce.prototype.pause=function(){this.source.pause()};ce.prototype.release=function(){this._released=!0,this._bufferedEvents.forEach(function(e){this.emit.apply(this,e)}.bind(this)),this._bufferedEvents=[]};ce.prototype.pipe=function(){var e=Xa.prototype.pipe.apply(this,arguments);return this.resume(),e};ce.prototype._handleEmit=function(e){if(this._released){this.emit.apply(this,e);return}e[0]==="data"&&(this.dataSize+=e[1].length,this._checkIfMaxDataSizeExceeded()),this._bufferedEvents.push(e)};ce.prototype._checkIfMaxDataSizeExceeded=function(){if(!this._maxDataSizeExceeded&&!(this.dataSize<=this.maxDataSize)){this._maxDataSizeExceeded=!0;var e="DelayedStream#maxDataSize of "+this.maxDataSize+" bytes exceeded.";this.emit("error",new Error(e))}}});var an=b((Kq,rn)=>{var my=require("util"),sn=require("stream").Stream,tn=en();rn.exports=S;function S(){this.writable=!1,this.readable=!0,this.dataSize=0,this.maxDataSize=2*1024*1024,this.pauseStreams=!0,this._released=!1,this._streams=[],this._currentStream=null,this._insideLoop=!1,this._pendingNext=!1}my.inherits(S,sn);S.create=function(e){var t=new this;e=e||{};for(var s in e)t[s]=e[s];return t};S.isStreamLike=function(e){return typeof e!="function"&&typeof e!="string"&&typeof e!="boolean"&&typeof e!="number"&&!Buffer.isBuffer(e)};S.prototype.append=function(e){var t=S.isStreamLike(e);if(t){if(!(e instanceof tn)){var s=tn.create(e,{maxDataSize:1/0,pauseStream:this.pauseStreams});e.on("data",this._checkDataSize.bind(this)),e=s}this._handleErrors(e),this.pauseStreams&&e.pause()}return this._streams.push(e),this};S.prototype.pipe=function(e,t){return sn.prototype.pipe.call(this,e,t),this.resume(),e};S.prototype._getNext=function(){if(this._currentStream=null,this._insideLoop){this._pendingNext=!0;return}this._insideLoop=!0;try{do this._pendingNext=!1,this._realGetNext();while(this._pendingNext)}finally{this._insideLoop=!1}};S.prototype._realGetNext=function(){var e=this._streams.shift();if(typeof e>"u"){this.end();return}if(typeof e!="function"){this._pipeNext(e);return}var t=e;t(function(s){var r=S.isStreamLike(s);r&&(s.on("data",this._checkDataSize.bind(this)),this._handleErrors(s)),this._pipeNext(s)}.bind(this))};S.prototype._pipeNext=function(e){this._currentStream=e;var t=S.isStreamLike(e);if(t){e.on("end",this._getNext.bind(this)),e.pipe(this,{end:!1});return}var s=e;this.write(s),this._getNext()};S.prototype._handleErrors=function(e){var t=this;e.on("error",function(s){t._emitError(s)})};S.prototype.write=function(e){this.emit("data",e)};S.prototype.pause=function(){this.pauseStreams&&(this.pauseStreams&&this._currentStream&&typeof this._currentStream.pause=="function"&&this._currentStream.pause(),this.emit("pause"))};S.prototype.resume=function(){this._released||(this._released=!0,this.writable=!0,this._getNext()),this.pauseStreams&&this._currentStream&&typeof this._currentStream.resume=="function"&&this._currentStream.resume(),this.emit("resume")};S.prototype.end=function(){this._reset(),this.emit("end")};S.prototype.destroy=function(){this._reset(),this.emit("close")};S.prototype._reset=function(){this.writable=!1,this._streams=[],this._currentStream=null};S.prototype._checkDataSize=function(){if(this._updateDataSize(),!(this.dataSize<=this.maxDataSize)){var e="DelayedStream#maxDataSize of "+this.maxDataSize+" bytes exceeded.";this._emitError(new Error(e))}};S.prototype._updateDataSize=function(){this.dataSize=0;var e=this;this._streams.forEach(function(t){t.dataSize&&(e.dataSize+=t.dataSize)}),this._currentStream&&this._currentStream.dataSize&&(this.dataSize+=this._currentStream.dataSize)};S.prototype._emitError=function(e){this._reset(),this.emit("error",e)}});var nn=b((Jq,gy)=>{gy.exports={"application/1d-interleaved-parityfec":{source:"iana"},"application/3gpdash-qoe-report+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/3gpp-ims+xml":{source:"iana",compressible:!0},"application/3gpphal+json":{source:"iana",compressible:!0},"application/3gpphalforms+json":{source:"iana",compressible:!0},"application/a2l":{source:"iana"},"application/ace+cbor":{source:"iana"},"application/activemessage":{source:"iana"},"application/activity+json":{source:"iana",compressible:!0},"application/alto-costmap+json":{source:"iana",compressible:!0},"application/alto-costmapfilter+json":{source:"iana",compressible:!0},"application/alto-directory+json":{source:"iana",compressible:!0},"application/alto-endpointcost+json":{source:"iana",compressible:!0},"application/alto-endpointcostparams+json":{source:"iana",compressible:!0},"application/alto-endpointprop+json":{source:"iana",compressible:!0},"application/alto-endpointpropparams+json":{source:"iana",compressible:!0},"application/alto-error+json":{source:"iana",compressible:!0},"application/alto-networkmap+json":{source:"iana",compressible:!0},"application/alto-networkmapfilter+json":{source:"iana",compressible:!0},"application/alto-updatestreamcontrol+json":{source:"iana",compressible:!0},"application/alto-updatestreamparams+json":{source:"iana",compressible:!0},"application/aml":{source:"iana"},"application/andrew-inset":{source:"iana",extensions:["ez"]},"application/applefile":{source:"iana"},"application/applixware":{source:"apache",extensions:["aw"]},"application/at+jwt":{source:"iana"},"application/atf":{source:"iana"},"application/atfx":{source:"iana"},"application/atom+xml":{source:"iana",compressible:!0,extensions:["atom"]},"application/atomcat+xml":{source:"iana",compressible:!0,extensions:["atomcat"]},"application/atomdeleted+xml":{source:"iana",compressible:!0,extensions:["atomdeleted"]},"application/atomicmail":{source:"iana"},"application/atomsvc+xml":{source:"iana",compressible:!0,extensions:["atomsvc"]},"application/atsc-dwd+xml":{source:"iana",compressible:!0,extensions:["dwd"]},"application/atsc-dynamic-event-message":{source:"iana"},"application/atsc-held+xml":{source:"iana",compressible:!0,extensions:["held"]},"application/atsc-rdt+json":{source:"iana",compressible:!0},"application/atsc-rsat+xml":{source:"iana",compressible:!0,extensions:["rsat"]},"application/atxml":{source:"iana"},"application/auth-policy+xml":{source:"iana",compressible:!0},"application/bacnet-xdd+zip":{source:"iana",compressible:!1},"application/batch-smtp":{source:"iana"},"application/bdoc":{compressible:!1,extensions:["bdoc"]},"application/beep+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/calendar+json":{source:"iana",compressible:!0},"application/calendar+xml":{source:"iana",compressible:!0,extensions:["xcs"]},"application/call-completion":{source:"iana"},"application/cals-1840":{source:"iana"},"application/captive+json":{source:"iana",compressible:!0},"application/cbor":{source:"iana"},"application/cbor-seq":{source:"iana"},"application/cccex":{source:"iana"},"application/ccmp+xml":{source:"iana",compressible:!0},"application/ccxml+xml":{source:"iana",compressible:!0,extensions:["ccxml"]},"application/cdfx+xml":{source:"iana",compressible:!0,extensions:["cdfx"]},"application/cdmi-capability":{source:"iana",extensions:["cdmia"]},"application/cdmi-container":{source:"iana",extensions:["cdmic"]},"application/cdmi-domain":{source:"iana",extensions:["cdmid"]},"application/cdmi-object":{source:"iana",extensions:["cdmio"]},"application/cdmi-queue":{source:"iana",extensions:["cdmiq"]},"application/cdni":{source:"iana"},"application/cea":{source:"iana"},"application/cea-2018+xml":{source:"iana",compressible:!0},"application/cellml+xml":{source:"iana",compressible:!0},"application/cfw":{source:"iana"},"application/city+json":{source:"iana",compressible:!0},"application/clr":{source:"iana"},"application/clue+xml":{source:"iana",compressible:!0},"application/clue_info+xml":{source:"iana",compressible:!0},"application/cms":{source:"iana"},"application/cnrp+xml":{source:"iana",compressible:!0},"application/coap-group+json":{source:"iana",compressible:!0},"application/coap-payload":{source:"iana"},"application/commonground":{source:"iana"},"application/conference-info+xml":{source:"iana",compressible:!0},"application/cose":{source:"iana"},"application/cose-key":{source:"iana"},"application/cose-key-set":{source:"iana"},"application/cpl+xml":{source:"iana",compressible:!0,extensions:["cpl"]},"application/csrattrs":{source:"iana"},"application/csta+xml":{source:"iana",compressible:!0},"application/cstadata+xml":{source:"iana",compressible:!0},"application/csvm+json":{source:"iana",compressible:!0},"application/cu-seeme":{source:"apache",extensions:["cu"]},"application/cwt":{source:"iana"},"application/cybercash":{source:"iana"},"application/dart":{compressible:!0},"application/dash+xml":{source:"iana",compressible:!0,extensions:["mpd"]},"application/dash-patch+xml":{source:"iana",compressible:!0,extensions:["mpp"]},"application/dashdelta":{source:"iana"},"application/davmount+xml":{source:"iana",compressible:!0,extensions:["davmount"]},"application/dca-rft":{source:"iana"},"application/dcd":{source:"iana"},"application/dec-dx":{source:"iana"},"application/dialog-info+xml":{source:"iana",compressible:!0},"application/dicom":{source:"iana"},"application/dicom+json":{source:"iana",compressible:!0},"application/dicom+xml":{source:"iana",compressible:!0},"application/dii":{source:"iana"},"application/dit":{source:"iana"},"application/dns":{source:"iana"},"application/dns+json":{source:"iana",compressible:!0},"application/dns-message":{source:"iana"},"application/docbook+xml":{source:"apache",compressible:!0,extensions:["dbk"]},"application/dots+cbor":{source:"iana"},"application/dskpp+xml":{source:"iana",compressible:!0},"application/dssc+der":{source:"iana",extensions:["dssc"]},"application/dssc+xml":{source:"iana",compressible:!0,extensions:["xdssc"]},"application/dvcs":{source:"iana"},"application/ecmascript":{source:"iana",compressible:!0,extensions:["es","ecma"]},"application/edi-consent":{source:"iana"},"application/edi-x12":{source:"iana",compressible:!1},"application/edifact":{source:"iana",compressible:!1},"application/efi":{source:"iana"},"application/elm+json":{source:"iana",charset:"UTF-8",compressible:!0},"application/elm+xml":{source:"iana",compressible:!0},"application/emergencycalldata.cap+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/emergencycalldata.comment+xml":{source:"iana",compressible:!0},"application/emergencycalldata.control+xml":{source:"iana",compressible:!0},"application/emergencycalldata.deviceinfo+xml":{source:"iana",compressible:!0},"application/emergencycalldata.ecall.msd":{source:"iana"},"application/emergencycalldata.providerinfo+xml":{source:"iana",compressible:!0},"application/emergencycalldata.serviceinfo+xml":{source:"iana",compressible:!0},"application/emergencycalldata.subscriberinfo+xml":{source:"iana",compressible:!0},"application/emergencycalldata.veds+xml":{source:"iana",compressible:!0},"application/emma+xml":{source:"iana",compressible:!0,extensions:["emma"]},"application/emotionml+xml":{source:"iana",compressible:!0,extensions:["emotionml"]},"application/encaprtp":{source:"iana"},"application/epp+xml":{source:"iana",compressible:!0},"application/epub+zip":{source:"iana",compressible:!1,extensions:["epub"]},"application/eshop":{source:"iana"},"application/exi":{source:"iana",extensions:["exi"]},"application/expect-ct-report+json":{source:"iana",compressible:!0},"application/express":{source:"iana",extensions:["exp"]},"application/fastinfoset":{source:"iana"},"application/fastsoap":{source:"iana"},"application/fdt+xml":{source:"iana",compressible:!0,extensions:["fdt"]},"application/fhir+json":{source:"iana",charset:"UTF-8",compressible:!0},"application/fhir+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/fido.trusted-apps+json":{compressible:!0},"application/fits":{source:"iana"},"application/flexfec":{source:"iana"},"application/font-sfnt":{source:"iana"},"application/font-tdpfr":{source:"iana",extensions:["pfr"]},"application/font-woff":{source:"iana",compressible:!1},"application/framework-attributes+xml":{source:"iana",compressible:!0},"application/geo+json":{source:"iana",compressible:!0,extensions:["geojson"]},"application/geo+json-seq":{source:"iana"},"application/geopackage+sqlite3":{source:"iana"},"application/geoxacml+xml":{source:"iana",compressible:!0},"application/gltf-buffer":{source:"iana"},"application/gml+xml":{source:"iana",compressible:!0,extensions:["gml"]},"application/gpx+xml":{source:"apache",compressible:!0,extensions:["gpx"]},"application/gxf":{source:"apache",extensions:["gxf"]},"application/gzip":{source:"iana",compressible:!1,extensions:["gz"]},"application/h224":{source:"iana"},"application/held+xml":{source:"iana",compressible:!0},"application/hjson":{extensions:["hjson"]},"application/http":{source:"iana"},"application/hyperstudio":{source:"iana",extensions:["stk"]},"application/ibe-key-request+xml":{source:"iana",compressible:!0},"application/ibe-pkg-reply+xml":{source:"iana",compressible:!0},"application/ibe-pp-data":{source:"iana"},"application/iges":{source:"iana"},"application/im-iscomposing+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/index":{source:"iana"},"application/index.cmd":{source:"iana"},"application/index.obj":{source:"iana"},"application/index.response":{source:"iana"},"application/index.vnd":{source:"iana"},"application/inkml+xml":{source:"iana",compressible:!0,extensions:["ink","inkml"]},"application/iotp":{source:"iana"},"application/ipfix":{source:"iana",extensions:["ipfix"]},"application/ipp":{source:"iana"},"application/isup":{source:"iana"},"application/its+xml":{source:"iana",compressible:!0,extensions:["its"]},"application/java-archive":{source:"apache",compressible:!1,extensions:["jar","war","ear"]},"application/java-serialized-object":{source:"apache",compressible:!1,extensions:["ser"]},"application/java-vm":{source:"apache",compressible:!1,extensions:["class"]},"application/javascript":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["js","mjs"]},"application/jf2feed+json":{source:"iana",compressible:!0},"application/jose":{source:"iana"},"application/jose+json":{source:"iana",compressible:!0},"application/jrd+json":{source:"iana",compressible:!0},"application/jscalendar+json":{source:"iana",compressible:!0},"application/json":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["json","map"]},"application/json-patch+json":{source:"iana",compressible:!0},"application/json-seq":{source:"iana"},"application/json5":{extensions:["json5"]},"application/jsonml+json":{source:"apache",compressible:!0,extensions:["jsonml"]},"application/jwk+json":{source:"iana",compressible:!0},"application/jwk-set+json":{source:"iana",compressible:!0},"application/jwt":{source:"iana"},"application/kpml-request+xml":{source:"iana",compressible:!0},"application/kpml-response+xml":{source:"iana",compressible:!0},"application/ld+json":{source:"iana",compressible:!0,extensions:["jsonld"]},"application/lgr+xml":{source:"iana",compressible:!0,extensions:["lgr"]},"application/link-format":{source:"iana"},"application/load-control+xml":{source:"iana",compressible:!0},"application/lost+xml":{source:"iana",compressible:!0,extensions:["lostxml"]},"application/lostsync+xml":{source:"iana",compressible:!0},"application/lpf+zip":{source:"iana",compressible:!1},"application/lxf":{source:"iana"},"application/mac-binhex40":{source:"iana",extensions:["hqx"]},"application/mac-compactpro":{source:"apache",extensions:["cpt"]},"application/macwriteii":{source:"iana"},"application/mads+xml":{source:"iana",compressible:!0,extensions:["mads"]},"application/manifest+json":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["webmanifest"]},"application/marc":{source:"iana",extensions:["mrc"]},"application/marcxml+xml":{source:"iana",compressible:!0,extensions:["mrcx"]},"application/mathematica":{source:"iana",extensions:["ma","nb","mb"]},"application/mathml+xml":{source:"iana",compressible:!0,extensions:["mathml"]},"application/mathml-content+xml":{source:"iana",compressible:!0},"application/mathml-presentation+xml":{source:"iana",compressible:!0},"application/mbms-associated-procedure-description+xml":{source:"iana",compressible:!0},"application/mbms-deregister+xml":{source:"iana",compressible:!0},"application/mbms-envelope+xml":{source:"iana",compressible:!0},"application/mbms-msk+xml":{source:"iana",compressible:!0},"application/mbms-msk-response+xml":{source:"iana",compressible:!0},"application/mbms-protection-description+xml":{source:"iana",compressible:!0},"application/mbms-reception-report+xml":{source:"iana",compressible:!0},"application/mbms-register+xml":{source:"iana",compressible:!0},"application/mbms-register-response+xml":{source:"iana",compressible:!0},"application/mbms-schedule+xml":{source:"iana",compressible:!0},"application/mbms-user-service-description+xml":{source:"iana",compressible:!0},"application/mbox":{source:"iana",extensions:["mbox"]},"application/media-policy-dataset+xml":{source:"iana",compressible:!0,extensions:["mpf"]},"application/media_control+xml":{source:"iana",compressible:!0},"application/mediaservercontrol+xml":{source:"iana",compressible:!0,extensions:["mscml"]},"application/merge-patch+json":{source:"iana",compressible:!0},"application/metalink+xml":{source:"apache",compressible:!0,extensions:["metalink"]},"application/metalink4+xml":{source:"iana",compressible:!0,extensions:["meta4"]},"application/mets+xml":{source:"iana",compressible:!0,extensions:["mets"]},"application/mf4":{source:"iana"},"application/mikey":{source:"iana"},"application/mipc":{source:"iana"},"application/missing-blocks+cbor-seq":{source:"iana"},"application/mmt-aei+xml":{source:"iana",compressible:!0,extensions:["maei"]},"application/mmt-usd+xml":{source:"iana",compressible:!0,extensions:["musd"]},"application/mods+xml":{source:"iana",compressible:!0,extensions:["mods"]},"application/moss-keys":{source:"iana"},"application/moss-signature":{source:"iana"},"application/mosskey-data":{source:"iana"},"application/mosskey-request":{source:"iana"},"application/mp21":{source:"iana",extensions:["m21","mp21"]},"application/mp4":{source:"iana",extensions:["mp4s","m4p"]},"application/mpeg4-generic":{source:"iana"},"application/mpeg4-iod":{source:"iana"},"application/mpeg4-iod-xmt":{source:"iana"},"application/mrb-consumer+xml":{source:"iana",compressible:!0},"application/mrb-publish+xml":{source:"iana",compressible:!0},"application/msc-ivr+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/msc-mixer+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/msword":{source:"iana",compressible:!1,extensions:["doc","dot"]},"application/mud+json":{source:"iana",compressible:!0},"application/multipart-core":{source:"iana"},"application/mxf":{source:"iana",extensions:["mxf"]},"application/n-quads":{source:"iana",extensions:["nq"]},"application/n-triples":{source:"iana",extensions:["nt"]},"application/nasdata":{source:"iana"},"application/news-checkgroups":{source:"iana",charset:"US-ASCII"},"application/news-groupinfo":{source:"iana",charset:"US-ASCII"},"application/news-transmission":{source:"iana"},"application/nlsml+xml":{source:"iana",compressible:!0},"application/node":{source:"iana",extensions:["cjs"]},"application/nss":{source:"iana"},"application/oauth-authz-req+jwt":{source:"iana"},"application/oblivious-dns-message":{source:"iana"},"application/ocsp-request":{source:"iana"},"application/ocsp-response":{source:"iana"},"application/octet-stream":{source:"iana",compressible:!1,extensions:["bin","dms","lrf","mar","so","dist","distz","pkg","bpk","dump","elc","deploy","exe","dll","deb","dmg","iso","img","msi","msp","msm","buffer"]},"application/oda":{source:"iana",extensions:["oda"]},"application/odm+xml":{source:"iana",compressible:!0},"application/odx":{source:"iana"},"application/oebps-package+xml":{source:"iana",compressible:!0,extensions:["opf"]},"application/ogg":{source:"iana",compressible:!1,extensions:["ogx"]},"application/omdoc+xml":{source:"apache",compressible:!0,extensions:["omdoc"]},"application/onenote":{source:"apache",extensions:["onetoc","onetoc2","onetmp","onepkg"]},"application/opc-nodeset+xml":{source:"iana",compressible:!0},"application/oscore":{source:"iana"},"application/oxps":{source:"iana",extensions:["oxps"]},"application/p21":{source:"iana"},"application/p21+zip":{source:"iana",compressible:!1},"application/p2p-overlay+xml":{source:"iana",compressible:!0,extensions:["relo"]},"application/parityfec":{source:"iana"},"application/passport":{source:"iana"},"application/patch-ops-error+xml":{source:"iana",compressible:!0,extensions:["xer"]},"application/pdf":{source:"iana",compressible:!1,extensions:["pdf"]},"application/pdx":{source:"iana"},"application/pem-certificate-chain":{source:"iana"},"application/pgp-encrypted":{source:"iana",compressible:!1,extensions:["pgp"]},"application/pgp-keys":{source:"iana",extensions:["asc"]},"application/pgp-signature":{source:"iana",extensions:["asc","sig"]},"application/pics-rules":{source:"apache",extensions:["prf"]},"application/pidf+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/pidf-diff+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/pkcs10":{source:"iana",extensions:["p10"]},"application/pkcs12":{source:"iana"},"application/pkcs7-mime":{source:"iana",extensions:["p7m","p7c"]},"application/pkcs7-signature":{source:"iana",extensions:["p7s"]},"application/pkcs8":{source:"iana",extensions:["p8"]},"application/pkcs8-encrypted":{source:"iana"},"application/pkix-attr-cert":{source:"iana",extensions:["ac"]},"application/pkix-cert":{source:"iana",extensions:["cer"]},"application/pkix-crl":{source:"iana",extensions:["crl"]},"application/pkix-pkipath":{source:"iana",extensions:["pkipath"]},"application/pkixcmp":{source:"iana",extensions:["pki"]},"application/pls+xml":{source:"iana",compressible:!0,extensions:["pls"]},"application/poc-settings+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/postscript":{source:"iana",compressible:!0,extensions:["ai","eps","ps"]},"application/ppsp-tracker+json":{source:"iana",compressible:!0},"application/problem+json":{source:"iana",compressible:!0},"application/problem+xml":{source:"iana",compressible:!0},"application/provenance+xml":{source:"iana",compressible:!0,extensions:["provx"]},"application/prs.alvestrand.titrax-sheet":{source:"iana"},"application/prs.cww":{source:"iana",extensions:["cww"]},"application/prs.cyn":{source:"iana",charset:"7-BIT"},"application/prs.hpub+zip":{source:"iana",compressible:!1},"application/prs.nprend":{source:"iana"},"application/prs.plucker":{source:"iana"},"application/prs.rdf-xml-crypt":{source:"iana"},"application/prs.xsf+xml":{source:"iana",compressible:!0},"application/pskc+xml":{source:"iana",compressible:!0,extensions:["pskcxml"]},"application/pvd+json":{source:"iana",compressible:!0},"application/qsig":{source:"iana"},"application/raml+yaml":{compressible:!0,extensions:["raml"]},"application/raptorfec":{source:"iana"},"application/rdap+json":{source:"iana",compressible:!0},"application/rdf+xml":{source:"iana",compressible:!0,extensions:["rdf","owl"]},"application/reginfo+xml":{source:"iana",compressible:!0,extensions:["rif"]},"application/relax-ng-compact-syntax":{source:"iana",extensions:["rnc"]},"application/remote-printing":{source:"iana"},"application/reputon+json":{source:"iana",compressible:!0},"application/resource-lists+xml":{source:"iana",compressible:!0,extensions:["rl"]},"application/resource-lists-diff+xml":{source:"iana",compressible:!0,extensions:["rld"]},"application/rfc+xml":{source:"iana",compressible:!0},"application/riscos":{source:"iana"},"application/rlmi+xml":{source:"iana",compressible:!0},"application/rls-services+xml":{source:"iana",compressible:!0,extensions:["rs"]},"application/route-apd+xml":{source:"iana",compressible:!0,extensions:["rapd"]},"application/route-s-tsid+xml":{source:"iana",compressible:!0,extensions:["sls"]},"application/route-usd+xml":{source:"iana",compressible:!0,extensions:["rusd"]},"application/rpki-ghostbusters":{source:"iana",extensions:["gbr"]},"application/rpki-manifest":{source:"iana",extensions:["mft"]},"application/rpki-publication":{source:"iana"},"application/rpki-roa":{source:"iana",extensions:["roa"]},"application/rpki-updown":{source:"iana"},"application/rsd+xml":{source:"apache",compressible:!0,extensions:["rsd"]},"application/rss+xml":{source:"apache",compressible:!0,extensions:["rss"]},"application/rtf":{source:"iana",compressible:!0,extensions:["rtf"]},"application/rtploopback":{source:"iana"},"application/rtx":{source:"iana"},"application/samlassertion+xml":{source:"iana",compressible:!0},"application/samlmetadata+xml":{source:"iana",compressible:!0},"application/sarif+json":{source:"iana",compressible:!0},"application/sarif-external-properties+json":{source:"iana",compressible:!0},"application/sbe":{source:"iana"},"application/sbml+xml":{source:"iana",compressible:!0,extensions:["sbml"]},"application/scaip+xml":{source:"iana",compressible:!0},"application/scim+json":{source:"iana",compressible:!0},"application/scvp-cv-request":{source:"iana",extensions:["scq"]},"application/scvp-cv-response":{source:"iana",extensions:["scs"]},"application/scvp-vp-request":{source:"iana",extensions:["spq"]},"application/scvp-vp-response":{source:"iana",extensions:["spp"]},"application/sdp":{source:"iana",extensions:["sdp"]},"application/secevent+jwt":{source:"iana"},"application/senml+cbor":{source:"iana"},"application/senml+json":{source:"iana",compressible:!0},"application/senml+xml":{source:"iana",compressible:!0,extensions:["senmlx"]},"application/senml-etch+cbor":{source:"iana"},"application/senml-etch+json":{source:"iana",compressible:!0},"application/senml-exi":{source:"iana"},"application/sensml+cbor":{source:"iana"},"application/sensml+json":{source:"iana",compressible:!0},"application/sensml+xml":{source:"iana",compressible:!0,extensions:["sensmlx"]},"application/sensml-exi":{source:"iana"},"application/sep+xml":{source:"iana",compressible:!0},"application/sep-exi":{source:"iana"},"application/session-info":{source:"iana"},"application/set-payment":{source:"iana"},"application/set-payment-initiation":{source:"iana",extensions:["setpay"]},"application/set-registration":{source:"iana"},"application/set-registration-initiation":{source:"iana",extensions:["setreg"]},"application/sgml":{source:"iana"},"application/sgml-open-catalog":{source:"iana"},"application/shf+xml":{source:"iana",compressible:!0,extensions:["shf"]},"application/sieve":{source:"iana",extensions:["siv","sieve"]},"application/simple-filter+xml":{source:"iana",compressible:!0},"application/simple-message-summary":{source:"iana"},"application/simplesymbolcontainer":{source:"iana"},"application/sipc":{source:"iana"},"application/slate":{source:"iana"},"application/smil":{source:"iana"},"application/smil+xml":{source:"iana",compressible:!0,extensions:["smi","smil"]},"application/smpte336m":{source:"iana"},"application/soap+fastinfoset":{source:"iana"},"application/soap+xml":{source:"iana",compressible:!0},"application/sparql-query":{source:"iana",extensions:["rq"]},"application/sparql-results+xml":{source:"iana",compressible:!0,extensions:["srx"]},"application/spdx+json":{source:"iana",compressible:!0},"application/spirits-event+xml":{source:"iana",compressible:!0},"application/sql":{source:"iana"},"application/srgs":{source:"iana",extensions:["gram"]},"application/srgs+xml":{source:"iana",compressible:!0,extensions:["grxml"]},"application/sru+xml":{source:"iana",compressible:!0,extensions:["sru"]},"application/ssdl+xml":{source:"apache",compressible:!0,extensions:["ssdl"]},"application/ssml+xml":{source:"iana",compressible:!0,extensions:["ssml"]},"application/stix+json":{source:"iana",compressible:!0},"application/swid+xml":{source:"iana",compressible:!0,extensions:["swidtag"]},"application/tamp-apex-update":{source:"iana"},"application/tamp-apex-update-confirm":{source:"iana"},"application/tamp-community-update":{source:"iana"},"application/tamp-community-update-confirm":{source:"iana"},"application/tamp-error":{source:"iana"},"application/tamp-sequence-adjust":{source:"iana"},"application/tamp-sequence-adjust-confirm":{source:"iana"},"application/tamp-status-query":{source:"iana"},"application/tamp-status-response":{source:"iana"},"application/tamp-update":{source:"iana"},"application/tamp-update-confirm":{source:"iana"},"application/tar":{compressible:!0},"application/taxii+json":{source:"iana",compressible:!0},"application/td+json":{source:"iana",compressible:!0},"application/tei+xml":{source:"iana",compressible:!0,extensions:["tei","teicorpus"]},"application/tetra_isi":{source:"iana"},"application/thraud+xml":{source:"iana",compressible:!0,extensions:["tfi"]},"application/timestamp-query":{source:"iana"},"application/timestamp-reply":{source:"iana"},"application/timestamped-data":{source:"iana",extensions:["tsd"]},"application/tlsrpt+gzip":{source:"iana"},"application/tlsrpt+json":{source:"iana",compressible:!0},"application/tnauthlist":{source:"iana"},"application/token-introspection+jwt":{source:"iana"},"application/toml":{compressible:!0,extensions:["toml"]},"application/trickle-ice-sdpfrag":{source:"iana"},"application/trig":{source:"iana",extensions:["trig"]},"application/ttml+xml":{source:"iana",compressible:!0,extensions:["ttml"]},"application/tve-trigger":{source:"iana"},"application/tzif":{source:"iana"},"application/tzif-leap":{source:"iana"},"application/ubjson":{compressible:!1,extensions:["ubj"]},"application/ulpfec":{source:"iana"},"application/urc-grpsheet+xml":{source:"iana",compressible:!0},"application/urc-ressheet+xml":{source:"iana",compressible:!0,extensions:["rsheet"]},"application/urc-targetdesc+xml":{source:"iana",compressible:!0,extensions:["td"]},"application/urc-uisocketdesc+xml":{source:"iana",compressible:!0},"application/vcard+json":{source:"iana",compressible:!0},"application/vcard+xml":{source:"iana",compressible:!0},"application/vemmi":{source:"iana"},"application/vividence.scriptfile":{source:"apache"},"application/vnd.1000minds.decision-model+xml":{source:"iana",compressible:!0,extensions:["1km"]},"application/vnd.3gpp-prose+xml":{source:"iana",compressible:!0},"application/vnd.3gpp-prose-pc3ch+xml":{source:"iana",compressible:!0},"application/vnd.3gpp-v2x-local-service-information":{source:"iana"},"application/vnd.3gpp.5gnas":{source:"iana"},"application/vnd.3gpp.access-transfer-events+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.bsf+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.gmop+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.gtpc":{source:"iana"},"application/vnd.3gpp.interworking-data":{source:"iana"},"application/vnd.3gpp.lpp":{source:"iana"},"application/vnd.3gpp.mc-signalling-ear":{source:"iana"},"application/vnd.3gpp.mcdata-affiliation-command+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcdata-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcdata-payload":{source:"iana"},"application/vnd.3gpp.mcdata-service-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcdata-signalling":{source:"iana"},"application/vnd.3gpp.mcdata-ue-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcdata-user-profile+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-affiliation-command+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-floor-request+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-location-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-mbms-usage-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-service-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-signed+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-ue-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-ue-init-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-user-profile+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-affiliation-command+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-affiliation-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-location-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-mbms-usage-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-service-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-transmission-request+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-ue-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-user-profile+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mid-call+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.ngap":{source:"iana"},"application/vnd.3gpp.pfcp":{source:"iana"},"application/vnd.3gpp.pic-bw-large":{source:"iana",extensions:["plb"]},"application/vnd.3gpp.pic-bw-small":{source:"iana",extensions:["psb"]},"application/vnd.3gpp.pic-bw-var":{source:"iana",extensions:["pvb"]},"application/vnd.3gpp.s1ap":{source:"iana"},"application/vnd.3gpp.sms":{source:"iana"},"application/vnd.3gpp.sms+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.srvcc-ext+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.srvcc-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.state-and-event-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.ussd+xml":{source:"iana",compressible:!0},"application/vnd.3gpp2.bcmcsinfo+xml":{source:"iana",compressible:!0},"application/vnd.3gpp2.sms":{source:"iana"},"application/vnd.3gpp2.tcap":{source:"iana",extensions:["tcap"]},"application/vnd.3lightssoftware.imagescal":{source:"iana"},"application/vnd.3m.post-it-notes":{source:"iana",extensions:["pwn"]},"application/vnd.accpac.simply.aso":{source:"iana",extensions:["aso"]},"application/vnd.accpac.simply.imp":{source:"iana",extensions:["imp"]},"application/vnd.acucobol":{source:"iana",extensions:["acu"]},"application/vnd.acucorp":{source:"iana",extensions:["atc","acutc"]},"application/vnd.adobe.air-application-installer-package+zip":{source:"apache",compressible:!1,extensions:["air"]},"application/vnd.adobe.flash.movie":{source:"iana"},"application/vnd.adobe.formscentral.fcdt":{source:"iana",extensions:["fcdt"]},"application/vnd.adobe.fxp":{source:"iana",extensions:["fxp","fxpl"]},"application/vnd.adobe.partial-upload":{source:"iana"},"application/vnd.adobe.xdp+xml":{source:"iana",compressible:!0,extensions:["xdp"]},"application/vnd.adobe.xfdf":{source:"iana",extensions:["xfdf"]},"application/vnd.aether.imp":{source:"iana"},"application/vnd.afpc.afplinedata":{source:"iana"},"application/vnd.afpc.afplinedata-pagedef":{source:"iana"},"application/vnd.afpc.cmoca-cmresource":{source:"iana"},"application/vnd.afpc.foca-charset":{source:"iana"},"application/vnd.afpc.foca-codedfont":{source:"iana"},"application/vnd.afpc.foca-codepage":{source:"iana"},"application/vnd.afpc.modca":{source:"iana"},"application/vnd.afpc.modca-cmtable":{source:"iana"},"application/vnd.afpc.modca-formdef":{source:"iana"},"application/vnd.afpc.modca-mediummap":{source:"iana"},"application/vnd.afpc.modca-objectcontainer":{source:"iana"},"application/vnd.afpc.modca-overlay":{source:"iana"},"application/vnd.afpc.modca-pagesegment":{source:"iana"},"application/vnd.age":{source:"iana",extensions:["age"]},"application/vnd.ah-barcode":{source:"iana"},"application/vnd.ahead.space":{source:"iana",extensions:["ahead"]},"application/vnd.airzip.filesecure.azf":{source:"iana",extensions:["azf"]},"application/vnd.airzip.filesecure.azs":{source:"iana",extensions:["azs"]},"application/vnd.amadeus+json":{source:"iana",compressible:!0},"application/vnd.amazon.ebook":{source:"apache",extensions:["azw"]},"application/vnd.amazon.mobi8-ebook":{source:"iana"},"application/vnd.americandynamics.acc":{source:"iana",extensions:["acc"]},"application/vnd.amiga.ami":{source:"iana",extensions:["ami"]},"application/vnd.amundsen.maze+xml":{source:"iana",compressible:!0},"application/vnd.android.ota":{source:"iana"},"application/vnd.android.package-archive":{source:"apache",compressible:!1,extensions:["apk"]},"application/vnd.anki":{source:"iana"},"application/vnd.anser-web-certificate-issue-initiation":{source:"iana",extensions:["cii"]},"application/vnd.anser-web-funds-transfer-initiation":{source:"apache",extensions:["fti"]},"application/vnd.antix.game-component":{source:"iana",extensions:["atx"]},"application/vnd.apache.arrow.file":{source:"iana"},"application/vnd.apache.arrow.stream":{source:"iana"},"application/vnd.apache.thrift.binary":{source:"iana"},"application/vnd.apache.thrift.compact":{source:"iana"},"application/vnd.apache.thrift.json":{source:"iana"},"application/vnd.api+json":{source:"iana",compressible:!0},"application/vnd.aplextor.warrp+json":{source:"iana",compressible:!0},"application/vnd.apothekende.reservation+json":{source:"iana",compressible:!0},"application/vnd.apple.installer+xml":{source:"iana",compressible:!0,extensions:["mpkg"]},"application/vnd.apple.keynote":{source:"iana",extensions:["key"]},"application/vnd.apple.mpegurl":{source:"iana",extensions:["m3u8"]},"application/vnd.apple.numbers":{source:"iana",extensions:["numbers"]},"application/vnd.apple.pages":{source:"iana",extensions:["pages"]},"application/vnd.apple.pkpass":{compressible:!1,extensions:["pkpass"]},"application/vnd.arastra.swi":{source:"iana"},"application/vnd.aristanetworks.swi":{source:"iana",extensions:["swi"]},"application/vnd.artisan+json":{source:"iana",compressible:!0},"application/vnd.artsquare":{source:"iana"},"application/vnd.astraea-software.iota":{source:"iana",extensions:["iota"]},"application/vnd.audiograph":{source:"iana",extensions:["aep"]},"application/vnd.autopackage":{source:"iana"},"application/vnd.avalon+json":{source:"iana",compressible:!0},"application/vnd.avistar+xml":{source:"iana",compressible:!0},"application/vnd.balsamiq.bmml+xml":{source:"iana",compressible:!0,extensions:["bmml"]},"application/vnd.balsamiq.bmpr":{source:"iana"},"application/vnd.banana-accounting":{source:"iana"},"application/vnd.bbf.usp.error":{source:"iana"},"application/vnd.bbf.usp.msg":{source:"iana"},"application/vnd.bbf.usp.msg+json":{source:"iana",compressible:!0},"application/vnd.bekitzur-stech+json":{source:"iana",compressible:!0},"application/vnd.bint.med-content":{source:"iana"},"application/vnd.biopax.rdf+xml":{source:"iana",compressible:!0},"application/vnd.blink-idb-value-wrapper":{source:"iana"},"application/vnd.blueice.multipass":{source:"iana",extensions:["mpm"]},"application/vnd.bluetooth.ep.oob":{source:"iana"},"application/vnd.bluetooth.le.oob":{source:"iana"},"application/vnd.bmi":{source:"iana",extensions:["bmi"]},"application/vnd.bpf":{source:"iana"},"application/vnd.bpf3":{source:"iana"},"application/vnd.businessobjects":{source:"iana",extensions:["rep"]},"application/vnd.byu.uapi+json":{source:"iana",compressible:!0},"application/vnd.cab-jscript":{source:"iana"},"application/vnd.canon-cpdl":{source:"iana"},"application/vnd.canon-lips":{source:"iana"},"application/vnd.capasystems-pg+json":{source:"iana",compressible:!0},"application/vnd.cendio.thinlinc.clientconf":{source:"iana"},"application/vnd.century-systems.tcp_stream":{source:"iana"},"application/vnd.chemdraw+xml":{source:"iana",compressible:!0,extensions:["cdxml"]},"application/vnd.chess-pgn":{source:"iana"},"application/vnd.chipnuts.karaoke-mmd":{source:"iana",extensions:["mmd"]},"application/vnd.ciedi":{source:"iana"},"application/vnd.cinderella":{source:"iana",extensions:["cdy"]},"application/vnd.cirpack.isdn-ext":{source:"iana"},"application/vnd.citationstyles.style+xml":{source:"iana",compressible:!0,extensions:["csl"]},"application/vnd.claymore":{source:"iana",extensions:["cla"]},"application/vnd.cloanto.rp9":{source:"iana",extensions:["rp9"]},"application/vnd.clonk.c4group":{source:"iana",extensions:["c4g","c4d","c4f","c4p","c4u"]},"application/vnd.cluetrust.cartomobile-config":{source:"iana",extensions:["c11amc"]},"application/vnd.cluetrust.cartomobile-config-pkg":{source:"iana",extensions:["c11amz"]},"application/vnd.coffeescript":{source:"iana"},"application/vnd.collabio.xodocuments.document":{source:"iana"},"application/vnd.collabio.xodocuments.document-template":{source:"iana"},"application/vnd.collabio.xodocuments.presentation":{source:"iana"},"application/vnd.collabio.xodocuments.presentation-template":{source:"iana"},"application/vnd.collabio.xodocuments.spreadsheet":{source:"iana"},"application/vnd.collabio.xodocuments.spreadsheet-template":{source:"iana"},"application/vnd.collection+json":{source:"iana",compressible:!0},"application/vnd.collection.doc+json":{source:"iana",compressible:!0},"application/vnd.collection.next+json":{source:"iana",compressible:!0},"application/vnd.comicbook+zip":{source:"iana",compressible:!1},"application/vnd.comicbook-rar":{source:"iana"},"application/vnd.commerce-battelle":{source:"iana"},"application/vnd.commonspace":{source:"iana",extensions:["csp"]},"application/vnd.contact.cmsg":{source:"iana",extensions:["cdbcmsg"]},"application/vnd.coreos.ignition+json":{source:"iana",compressible:!0},"application/vnd.cosmocaller":{source:"iana",extensions:["cmc"]},"application/vnd.crick.clicker":{source:"iana",extensions:["clkx"]},"application/vnd.crick.clicker.keyboard":{source:"iana",extensions:["clkk"]},"application/vnd.crick.clicker.palette":{source:"iana",extensions:["clkp"]},"application/vnd.crick.clicker.template":{source:"iana",extensions:["clkt"]},"application/vnd.crick.clicker.wordbank":{source:"iana",extensions:["clkw"]},"application/vnd.criticaltools.wbs+xml":{source:"iana",compressible:!0,extensions:["wbs"]},"application/vnd.cryptii.pipe+json":{source:"iana",compressible:!0},"application/vnd.crypto-shade-file":{source:"iana"},"application/vnd.cryptomator.encrypted":{source:"iana"},"application/vnd.cryptomator.vault":{source:"iana"},"application/vnd.ctc-posml":{source:"iana",extensions:["pml"]},"application/vnd.ctct.ws+xml":{source:"iana",compressible:!0},"application/vnd.cups-pdf":{source:"iana"},"application/vnd.cups-postscript":{source:"iana"},"application/vnd.cups-ppd":{source:"iana",extensions:["ppd"]},"application/vnd.cups-raster":{source:"iana"},"application/vnd.cups-raw":{source:"iana"},"application/vnd.curl":{source:"iana"},"application/vnd.curl.car":{source:"apache",extensions:["car"]},"application/vnd.curl.pcurl":{source:"apache",extensions:["pcurl"]},"application/vnd.cyan.dean.root+xml":{source:"iana",compressible:!0},"application/vnd.cybank":{source:"iana"},"application/vnd.cyclonedx+json":{source:"iana",compressible:!0},"application/vnd.cyclonedx+xml":{source:"iana",compressible:!0},"application/vnd.d2l.coursepackage1p0+zip":{source:"iana",compressible:!1},"application/vnd.d3m-dataset":{source:"iana"},"application/vnd.d3m-problem":{source:"iana"},"application/vnd.dart":{source:"iana",compressible:!0,extensions:["dart"]},"application/vnd.data-vision.rdz":{source:"iana",extensions:["rdz"]},"application/vnd.datapackage+json":{source:"iana",compressible:!0},"application/vnd.dataresource+json":{source:"iana",compressible:!0},"application/vnd.dbf":{source:"iana",extensions:["dbf"]},"application/vnd.debian.binary-package":{source:"iana"},"application/vnd.dece.data":{source:"iana",extensions:["uvf","uvvf","uvd","uvvd"]},"application/vnd.dece.ttml+xml":{source:"iana",compressible:!0,extensions:["uvt","uvvt"]},"application/vnd.dece.unspecified":{source:"iana",extensions:["uvx","uvvx"]},"application/vnd.dece.zip":{source:"iana",extensions:["uvz","uvvz"]},"application/vnd.denovo.fcselayout-link":{source:"iana",extensions:["fe_launch"]},"application/vnd.desmume.movie":{source:"iana"},"application/vnd.dir-bi.plate-dl-nosuffix":{source:"iana"},"application/vnd.dm.delegation+xml":{source:"iana",compressible:!0},"application/vnd.dna":{source:"iana",extensions:["dna"]},"application/vnd.document+json":{source:"iana",compressible:!0},"application/vnd.dolby.mlp":{source:"apache",extensions:["mlp"]},"application/vnd.dolby.mobile.1":{source:"iana"},"application/vnd.dolby.mobile.2":{source:"iana"},"application/vnd.doremir.scorecloud-binary-document":{source:"iana"},"application/vnd.dpgraph":{source:"iana",extensions:["dpg"]},"application/vnd.dreamfactory":{source:"iana",extensions:["dfac"]},"application/vnd.drive+json":{source:"iana",compressible:!0},"application/vnd.ds-keypoint":{source:"apache",extensions:["kpxx"]},"application/vnd.dtg.local":{source:"iana"},"application/vnd.dtg.local.flash":{source:"iana"},"application/vnd.dtg.local.html":{source:"iana"},"application/vnd.dvb.ait":{source:"iana",extensions:["ait"]},"application/vnd.dvb.dvbisl+xml":{source:"iana",compressible:!0},"application/vnd.dvb.dvbj":{source:"iana"},"application/vnd.dvb.esgcontainer":{source:"iana"},"application/vnd.dvb.ipdcdftnotifaccess":{source:"iana"},"application/vnd.dvb.ipdcesgaccess":{source:"iana"},"application/vnd.dvb.ipdcesgaccess2":{source:"iana"},"application/vnd.dvb.ipdcesgpdd":{source:"iana"},"application/vnd.dvb.ipdcroaming":{source:"iana"},"application/vnd.dvb.iptv.alfec-base":{source:"iana"},"application/vnd.dvb.iptv.alfec-enhancement":{source:"iana"},"application/vnd.dvb.notif-aggregate-root+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-container+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-generic+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-ia-msglist+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-ia-registration-request+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-ia-registration-response+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-init+xml":{source:"iana",compressible:!0},"application/vnd.dvb.pfr":{source:"iana"},"application/vnd.dvb.service":{source:"iana",extensions:["svc"]},"application/vnd.dxr":{source:"iana"},"application/vnd.dynageo":{source:"iana",extensions:["geo"]},"application/vnd.dzr":{source:"iana"},"application/vnd.easykaraoke.cdgdownload":{source:"iana"},"application/vnd.ecdis-update":{source:"iana"},"application/vnd.ecip.rlp":{source:"iana"},"application/vnd.eclipse.ditto+json":{source:"iana",compressible:!0},"application/vnd.ecowin.chart":{source:"iana",extensions:["mag"]},"application/vnd.ecowin.filerequest":{source:"iana"},"application/vnd.ecowin.fileupdate":{source:"iana"},"application/vnd.ecowin.series":{source:"iana"},"application/vnd.ecowin.seriesrequest":{source:"iana"},"application/vnd.ecowin.seriesupdate":{source:"iana"},"application/vnd.efi.img":{source:"iana"},"application/vnd.efi.iso":{source:"iana"},"application/vnd.emclient.accessrequest+xml":{source:"iana",compressible:!0},"application/vnd.enliven":{source:"iana",extensions:["nml"]},"application/vnd.enphase.envoy":{source:"iana"},"application/vnd.eprints.data+xml":{source:"iana",compressible:!0},"application/vnd.epson.esf":{source:"iana",extensions:["esf"]},"application/vnd.epson.msf":{source:"iana",extensions:["msf"]},"application/vnd.epson.quickanime":{source:"iana",extensions:["qam"]},"application/vnd.epson.salt":{source:"iana",extensions:["slt"]},"application/vnd.epson.ssf":{source:"iana",extensions:["ssf"]},"application/vnd.ericsson.quickcall":{source:"iana"},"application/vnd.espass-espass+zip":{source:"iana",compressible:!1},"application/vnd.eszigno3+xml":{source:"iana",compressible:!0,extensions:["es3","et3"]},"application/vnd.etsi.aoc+xml":{source:"iana",compressible:!0},"application/vnd.etsi.asic-e+zip":{source:"iana",compressible:!1},"application/vnd.etsi.asic-s+zip":{source:"iana",compressible:!1},"application/vnd.etsi.cug+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvcommand+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvdiscovery+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvprofile+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvsad-bc+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvsad-cod+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvsad-npvr+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvservice+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvsync+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvueprofile+xml":{source:"iana",compressible:!0},"application/vnd.etsi.mcid+xml":{source:"iana",compressible:!0},"application/vnd.etsi.mheg5":{source:"iana"},"application/vnd.etsi.overload-control-policy-dataset+xml":{source:"iana",compressible:!0},"application/vnd.etsi.pstn+xml":{source:"iana",compressible:!0},"application/vnd.etsi.sci+xml":{source:"iana",compressible:!0},"application/vnd.etsi.simservs+xml":{source:"iana",compressible:!0},"application/vnd.etsi.timestamp-token":{source:"iana"},"application/vnd.etsi.tsl+xml":{source:"iana",compressible:!0},"application/vnd.etsi.tsl.der":{source:"iana"},"application/vnd.eu.kasparian.car+json":{source:"iana",compressible:!0},"application/vnd.eudora.data":{source:"iana"},"application/vnd.evolv.ecig.profile":{source:"iana"},"application/vnd.evolv.ecig.settings":{source:"iana"},"application/vnd.evolv.ecig.theme":{source:"iana"},"application/vnd.exstream-empower+zip":{source:"iana",compressible:!1},"application/vnd.exstream-package":{source:"iana"},"application/vnd.ezpix-album":{source:"iana",extensions:["ez2"]},"application/vnd.ezpix-package":{source:"iana",extensions:["ez3"]},"application/vnd.f-secure.mobile":{source:"iana"},"application/vnd.familysearch.gedcom+zip":{source:"iana",compressible:!1},"application/vnd.fastcopy-disk-image":{source:"iana"},"application/vnd.fdf":{source:"iana",extensions:["fdf"]},"application/vnd.fdsn.mseed":{source:"iana",extensions:["mseed"]},"application/vnd.fdsn.seed":{source:"iana",extensions:["seed","dataless"]},"application/vnd.ffsns":{source:"iana"},"application/vnd.ficlab.flb+zip":{source:"iana",compressible:!1},"application/vnd.filmit.zfc":{source:"iana"},"application/vnd.fints":{source:"iana"},"application/vnd.firemonkeys.cloudcell":{source:"iana"},"application/vnd.flographit":{source:"iana",extensions:["gph"]},"application/vnd.fluxtime.clip":{source:"iana",extensions:["ftc"]},"application/vnd.font-fontforge-sfd":{source:"iana"},"application/vnd.framemaker":{source:"iana",extensions:["fm","frame","maker","book"]},"application/vnd.frogans.fnc":{source:"iana",extensions:["fnc"]},"application/vnd.frogans.ltf":{source:"iana",extensions:["ltf"]},"application/vnd.fsc.weblaunch":{source:"iana",extensions:["fsc"]},"application/vnd.fujifilm.fb.docuworks":{source:"iana"},"application/vnd.fujifilm.fb.docuworks.binder":{source:"iana"},"application/vnd.fujifilm.fb.docuworks.container":{source:"iana"},"application/vnd.fujifilm.fb.jfi+xml":{source:"iana",compressible:!0},"application/vnd.fujitsu.oasys":{source:"iana",extensions:["oas"]},"application/vnd.fujitsu.oasys2":{source:"iana",extensions:["oa2"]},"application/vnd.fujitsu.oasys3":{source:"iana",extensions:["oa3"]},"application/vnd.fujitsu.oasysgp":{source:"iana",extensions:["fg5"]},"application/vnd.fujitsu.oasysprs":{source:"iana",extensions:["bh2"]},"application/vnd.fujixerox.art-ex":{source:"iana"},"application/vnd.fujixerox.art4":{source:"iana"},"application/vnd.fujixerox.ddd":{source:"iana",extensions:["ddd"]},"application/vnd.fujixerox.docuworks":{source:"iana",extensions:["xdw"]},"application/vnd.fujixerox.docuworks.binder":{source:"iana",extensions:["xbd"]},"application/vnd.fujixerox.docuworks.container":{source:"iana"},"application/vnd.fujixerox.hbpl":{source:"iana"},"application/vnd.fut-misnet":{source:"iana"},"application/vnd.futoin+cbor":{source:"iana"},"application/vnd.futoin+json":{source:"iana",compressible:!0},"application/vnd.fuzzysheet":{source:"iana",extensions:["fzs"]},"application/vnd.genomatix.tuxedo":{source:"iana",extensions:["txd"]},"application/vnd.gentics.grd+json":{source:"iana",compressible:!0},"application/vnd.geo+json":{source:"iana",compressible:!0},"application/vnd.geocube+xml":{source:"iana",compressible:!0},"application/vnd.geogebra.file":{source:"iana",extensions:["ggb"]},"application/vnd.geogebra.slides":{source:"iana"},"application/vnd.geogebra.tool":{source:"iana",extensions:["ggt"]},"application/vnd.geometry-explorer":{source:"iana",extensions:["gex","gre"]},"application/vnd.geonext":{source:"iana",extensions:["gxt"]},"application/vnd.geoplan":{source:"iana",extensions:["g2w"]},"application/vnd.geospace":{source:"iana",extensions:["g3w"]},"application/vnd.gerber":{source:"iana"},"application/vnd.globalplatform.card-content-mgt":{source:"iana"},"application/vnd.globalplatform.card-content-mgt-response":{source:"iana"},"application/vnd.gmx":{source:"iana",extensions:["gmx"]},"application/vnd.google-apps.document":{compressible:!1,extensions:["gdoc"]},"application/vnd.google-apps.presentation":{compressible:!1,extensions:["gslides"]},"application/vnd.google-apps.spreadsheet":{compressible:!1,extensions:["gsheet"]},"application/vnd.google-earth.kml+xml":{source:"iana",compressible:!0,extensions:["kml"]},"application/vnd.google-earth.kmz":{source:"iana",compressible:!1,extensions:["kmz"]},"application/vnd.gov.sk.e-form+xml":{source:"iana",compressible:!0},"application/vnd.gov.sk.e-form+zip":{source:"iana",compressible:!1},"application/vnd.gov.sk.xmldatacontainer+xml":{source:"iana",compressible:!0},"application/vnd.grafeq":{source:"iana",extensions:["gqf","gqs"]},"application/vnd.gridmp":{source:"iana"},"application/vnd.groove-account":{source:"iana",extensions:["gac"]},"application/vnd.groove-help":{source:"iana",extensions:["ghf"]},"application/vnd.groove-identity-message":{source:"iana",extensions:["gim"]},"application/vnd.groove-injector":{source:"iana",extensions:["grv"]},"application/vnd.groove-tool-message":{source:"iana",extensions:["gtm"]},"application/vnd.groove-tool-template":{source:"iana",extensions:["tpl"]},"application/vnd.groove-vcard":{source:"iana",extensions:["vcg"]},"application/vnd.hal+json":{source:"iana",compressible:!0},"application/vnd.hal+xml":{source:"iana",compressible:!0,extensions:["hal"]},"application/vnd.handheld-entertainment+xml":{source:"iana",compressible:!0,extensions:["zmm"]},"application/vnd.hbci":{source:"iana",extensions:["hbci"]},"application/vnd.hc+json":{source:"iana",compressible:!0},"application/vnd.hcl-bireports":{source:"iana"},"application/vnd.hdt":{source:"iana"},"application/vnd.heroku+json":{source:"iana",compressible:!0},"application/vnd.hhe.lesson-player":{source:"iana",extensions:["les"]},"application/vnd.hl7cda+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.hl7v2+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.hp-hpgl":{source:"iana",extensions:["hpgl"]},"application/vnd.hp-hpid":{source:"iana",extensions:["hpid"]},"application/vnd.hp-hps":{source:"iana",extensions:["hps"]},"application/vnd.hp-jlyt":{source:"iana",extensions:["jlt"]},"application/vnd.hp-pcl":{source:"iana",extensions:["pcl"]},"application/vnd.hp-pclxl":{source:"iana",extensions:["pclxl"]},"application/vnd.httphone":{source:"iana"},"application/vnd.hydrostatix.sof-data":{source:"iana",extensions:["sfd-hdstx"]},"application/vnd.hyper+json":{source:"iana",compressible:!0},"application/vnd.hyper-item+json":{source:"iana",compressible:!0},"application/vnd.hyperdrive+json":{source:"iana",compressible:!0},"application/vnd.hzn-3d-crossword":{source:"iana"},"application/vnd.ibm.afplinedata":{source:"iana"},"application/vnd.ibm.electronic-media":{source:"iana"},"application/vnd.ibm.minipay":{source:"iana",extensions:["mpy"]},"application/vnd.ibm.modcap":{source:"iana",extensions:["afp","listafp","list3820"]},"application/vnd.ibm.rights-management":{source:"iana",extensions:["irm"]},"application/vnd.ibm.secure-container":{source:"iana",extensions:["sc"]},"application/vnd.iccprofile":{source:"iana",extensions:["icc","icm"]},"application/vnd.ieee.1905":{source:"iana"},"application/vnd.igloader":{source:"iana",extensions:["igl"]},"application/vnd.imagemeter.folder+zip":{source:"iana",compressible:!1},"application/vnd.imagemeter.image+zip":{source:"iana",compressible:!1},"application/vnd.immervision-ivp":{source:"iana",extensions:["ivp"]},"application/vnd.immervision-ivu":{source:"iana",extensions:["ivu"]},"application/vnd.ims.imsccv1p1":{source:"iana"},"application/vnd.ims.imsccv1p2":{source:"iana"},"application/vnd.ims.imsccv1p3":{source:"iana"},"application/vnd.ims.lis.v2.result+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolconsumerprofile+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolproxy+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolproxy.id+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolsettings+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolsettings.simple+json":{source:"iana",compressible:!0},"application/vnd.informedcontrol.rms+xml":{source:"iana",compressible:!0},"application/vnd.informix-visionary":{source:"iana"},"application/vnd.infotech.project":{source:"iana"},"application/vnd.infotech.project+xml":{source:"iana",compressible:!0},"application/vnd.innopath.wamp.notification":{source:"iana"},"application/vnd.insors.igm":{source:"iana",extensions:["igm"]},"application/vnd.intercon.formnet":{source:"iana",extensions:["xpw","xpx"]},"application/vnd.intergeo":{source:"iana",extensions:["i2g"]},"application/vnd.intertrust.digibox":{source:"iana"},"application/vnd.intertrust.nncp":{source:"iana"},"application/vnd.intu.qbo":{source:"iana",extensions:["qbo"]},"application/vnd.intu.qfx":{source:"iana",extensions:["qfx"]},"application/vnd.iptc.g2.catalogitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.conceptitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.knowledgeitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.newsitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.newsmessage+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.packageitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.planningitem+xml":{source:"iana",compressible:!0},"application/vnd.ipunplugged.rcprofile":{source:"iana",extensions:["rcprofile"]},"application/vnd.irepository.package+xml":{source:"iana",compressible:!0,extensions:["irp"]},"application/vnd.is-xpr":{source:"iana",extensions:["xpr"]},"application/vnd.isac.fcs":{source:"iana",extensions:["fcs"]},"application/vnd.iso11783-10+zip":{source:"iana",compressible:!1},"application/vnd.jam":{source:"iana",extensions:["jam"]},"application/vnd.japannet-directory-service":{source:"iana"},"application/vnd.japannet-jpnstore-wakeup":{source:"iana"},"application/vnd.japannet-payment-wakeup":{source:"iana"},"application/vnd.japannet-registration":{source:"iana"},"application/vnd.japannet-registration-wakeup":{source:"iana"},"application/vnd.japannet-setstore-wakeup":{source:"iana"},"application/vnd.japannet-verification":{source:"iana"},"application/vnd.japannet-verification-wakeup":{source:"iana"},"application/vnd.jcp.javame.midlet-rms":{source:"iana",extensions:["rms"]},"application/vnd.jisp":{source:"iana",extensions:["jisp"]},"application/vnd.joost.joda-archive":{source:"iana",extensions:["joda"]},"application/vnd.jsk.isdn-ngn":{source:"iana"},"application/vnd.kahootz":{source:"iana",extensions:["ktz","ktr"]},"application/vnd.kde.karbon":{source:"iana",extensions:["karbon"]},"application/vnd.kde.kchart":{source:"iana",extensions:["chrt"]},"application/vnd.kde.kformula":{source:"iana",extensions:["kfo"]},"application/vnd.kde.kivio":{source:"iana",extensions:["flw"]},"application/vnd.kde.kontour":{source:"iana",extensions:["kon"]},"application/vnd.kde.kpresenter":{source:"iana",extensions:["kpr","kpt"]},"application/vnd.kde.kspread":{source:"iana",extensions:["ksp"]},"application/vnd.kde.kword":{source:"iana",extensions:["kwd","kwt"]},"application/vnd.kenameaapp":{source:"iana",extensions:["htke"]},"application/vnd.kidspiration":{source:"iana",extensions:["kia"]},"application/vnd.kinar":{source:"iana",extensions:["kne","knp"]},"application/vnd.koan":{source:"iana",extensions:["skp","skd","skt","skm"]},"application/vnd.kodak-descriptor":{source:"iana",extensions:["sse"]},"application/vnd.las":{source:"iana"},"application/vnd.las.las+json":{source:"iana",compressible:!0},"application/vnd.las.las+xml":{source:"iana",compressible:!0,extensions:["lasxml"]},"application/vnd.laszip":{source:"iana"},"application/vnd.leap+json":{source:"iana",compressible:!0},"application/vnd.liberty-request+xml":{source:"iana",compressible:!0},"application/vnd.llamagraphics.life-balance.desktop":{source:"iana",extensions:["lbd"]},"application/vnd.llamagraphics.life-balance.exchange+xml":{source:"iana",compressible:!0,extensions:["lbe"]},"application/vnd.logipipe.circuit+zip":{source:"iana",compressible:!1},"application/vnd.loom":{source:"iana"},"application/vnd.lotus-1-2-3":{source:"iana",extensions:["123"]},"application/vnd.lotus-approach":{source:"iana",extensions:["apr"]},"application/vnd.lotus-freelance":{source:"iana",extensions:["pre"]},"application/vnd.lotus-notes":{source:"iana",extensions:["nsf"]},"application/vnd.lotus-organizer":{source:"iana",extensions:["org"]},"application/vnd.lotus-screencam":{source:"iana",extensions:["scm"]},"application/vnd.lotus-wordpro":{source:"iana",extensions:["lwp"]},"application/vnd.macports.portpkg":{source:"iana",extensions:["portpkg"]},"application/vnd.mapbox-vector-tile":{source:"iana",extensions:["mvt"]},"application/vnd.marlin.drm.actiontoken+xml":{source:"iana",compressible:!0},"application/vnd.marlin.drm.conftoken+xml":{source:"iana",compressible:!0},"application/vnd.marlin.drm.license+xml":{source:"iana",compressible:!0},"application/vnd.marlin.drm.mdcf":{source:"iana"},"application/vnd.mason+json":{source:"iana",compressible:!0},"application/vnd.maxar.archive.3tz+zip":{source:"iana",compressible:!1},"application/vnd.maxmind.maxmind-db":{source:"iana"},"application/vnd.mcd":{source:"iana",extensions:["mcd"]},"application/vnd.medcalcdata":{source:"iana",extensions:["mc1"]},"application/vnd.mediastation.cdkey":{source:"iana",extensions:["cdkey"]},"application/vnd.meridian-slingshot":{source:"iana"},"application/vnd.mfer":{source:"iana",extensions:["mwf"]},"application/vnd.mfmp":{source:"iana",extensions:["mfm"]},"application/vnd.micro+json":{source:"iana",compressible:!0},"application/vnd.micrografx.flo":{source:"iana",extensions:["flo"]},"application/vnd.micrografx.igx":{source:"iana",extensions:["igx"]},"application/vnd.microsoft.portable-executable":{source:"iana"},"application/vnd.microsoft.windows.thumbnail-cache":{source:"iana"},"application/vnd.miele+json":{source:"iana",compressible:!0},"application/vnd.mif":{source:"iana",extensions:["mif"]},"application/vnd.minisoft-hp3000-save":{source:"iana"},"application/vnd.mitsubishi.misty-guard.trustweb":{source:"iana"},"application/vnd.mobius.daf":{source:"iana",extensions:["daf"]},"application/vnd.mobius.dis":{source:"iana",extensions:["dis"]},"application/vnd.mobius.mbk":{source:"iana",extensions:["mbk"]},"application/vnd.mobius.mqy":{source:"iana",extensions:["mqy"]},"application/vnd.mobius.msl":{source:"iana",extensions:["msl"]},"application/vnd.mobius.plc":{source:"iana",extensions:["plc"]},"application/vnd.mobius.txf":{source:"iana",extensions:["txf"]},"application/vnd.mophun.application":{source:"iana",extensions:["mpn"]},"application/vnd.mophun.certificate":{source:"iana",extensions:["mpc"]},"application/vnd.motorola.flexsuite":{source:"iana"},"application/vnd.motorola.flexsuite.adsi":{source:"iana"},"application/vnd.motorola.flexsuite.fis":{source:"iana"},"application/vnd.motorola.flexsuite.gotap":{source:"iana"},"application/vnd.motorola.flexsuite.kmr":{source:"iana"},"application/vnd.motorola.flexsuite.ttc":{source:"iana"},"application/vnd.motorola.flexsuite.wem":{source:"iana"},"application/vnd.motorola.iprm":{source:"iana"},"application/vnd.mozilla.xul+xml":{source:"iana",compressible:!0,extensions:["xul"]},"application/vnd.ms-3mfdocument":{source:"iana"},"application/vnd.ms-artgalry":{source:"iana",extensions:["cil"]},"application/vnd.ms-asf":{source:"iana"},"application/vnd.ms-cab-compressed":{source:"iana",extensions:["cab"]},"application/vnd.ms-color.iccprofile":{source:"apache"},"application/vnd.ms-excel":{source:"iana",compressible:!1,extensions:["xls","xlm","xla","xlc","xlt","xlw"]},"application/vnd.ms-excel.addin.macroenabled.12":{source:"iana",extensions:["xlam"]},"application/vnd.ms-excel.sheet.binary.macroenabled.12":{source:"iana",extensions:["xlsb"]},"application/vnd.ms-excel.sheet.macroenabled.12":{source:"iana",extensions:["xlsm"]},"application/vnd.ms-excel.template.macroenabled.12":{source:"iana",extensions:["xltm"]},"application/vnd.ms-fontobject":{source:"iana",compressible:!0,extensions:["eot"]},"application/vnd.ms-htmlhelp":{source:"iana",extensions:["chm"]},"application/vnd.ms-ims":{source:"iana",extensions:["ims"]},"application/vnd.ms-lrm":{source:"iana",extensions:["lrm"]},"application/vnd.ms-office.activex+xml":{source:"iana",compressible:!0},"application/vnd.ms-officetheme":{source:"iana",extensions:["thmx"]},"application/vnd.ms-opentype":{source:"apache",compressible:!0},"application/vnd.ms-outlook":{compressible:!1,extensions:["msg"]},"application/vnd.ms-package.obfuscated-opentype":{source:"apache"},"application/vnd.ms-pki.seccat":{source:"apache",extensions:["cat"]},"application/vnd.ms-pki.stl":{source:"apache",extensions:["stl"]},"application/vnd.ms-playready.initiator+xml":{source:"iana",compressible:!0},"application/vnd.ms-powerpoint":{source:"iana",compressible:!1,extensions:["ppt","pps","pot"]},"application/vnd.ms-powerpoint.addin.macroenabled.12":{source:"iana",extensions:["ppam"]},"application/vnd.ms-powerpoint.presentation.macroenabled.12":{source:"iana",extensions:["pptm"]},"application/vnd.ms-powerpoint.slide.macroenabled.12":{source:"iana",extensions:["sldm"]},"application/vnd.ms-powerpoint.slideshow.macroenabled.12":{source:"iana",extensions:["ppsm"]},"application/vnd.ms-powerpoint.template.macroenabled.12":{source:"iana",extensions:["potm"]},"application/vnd.ms-printdevicecapabilities+xml":{source:"iana",compressible:!0},"application/vnd.ms-printing.printticket+xml":{source:"apache",compressible:!0},"application/vnd.ms-printschematicket+xml":{source:"iana",compressible:!0},"application/vnd.ms-project":{source:"iana",extensions:["mpp","mpt"]},"application/vnd.ms-tnef":{source:"iana"},"application/vnd.ms-windows.devicepairing":{source:"iana"},"application/vnd.ms-windows.nwprinting.oob":{source:"iana"},"application/vnd.ms-windows.printerpairing":{source:"iana"},"application/vnd.ms-windows.wsd.oob":{source:"iana"},"application/vnd.ms-wmdrm.lic-chlg-req":{source:"iana"},"application/vnd.ms-wmdrm.lic-resp":{source:"iana"},"application/vnd.ms-wmdrm.meter-chlg-req":{source:"iana"},"application/vnd.ms-wmdrm.meter-resp":{source:"iana"},"application/vnd.ms-word.document.macroenabled.12":{source:"iana",extensions:["docm"]},"application/vnd.ms-word.template.macroenabled.12":{source:"iana",extensions:["dotm"]},"application/vnd.ms-works":{source:"iana",extensions:["wps","wks","wcm","wdb"]},"application/vnd.ms-wpl":{source:"iana",extensions:["wpl"]},"application/vnd.ms-xpsdocument":{source:"iana",compressible:!1,extensions:["xps"]},"application/vnd.msa-disk-image":{source:"iana"},"application/vnd.mseq":{source:"iana",extensions:["mseq"]},"application/vnd.msign":{source:"iana"},"application/vnd.multiad.creator":{source:"iana"},"application/vnd.multiad.creator.cif":{source:"iana"},"application/vnd.music-niff":{source:"iana"},"application/vnd.musician":{source:"iana",extensions:["mus"]},"application/vnd.muvee.style":{source:"iana",extensions:["msty"]},"application/vnd.mynfc":{source:"iana",extensions:["taglet"]},"application/vnd.nacamar.ybrid+json":{source:"iana",compressible:!0},"application/vnd.ncd.control":{source:"iana"},"application/vnd.ncd.reference":{source:"iana"},"application/vnd.nearst.inv+json":{source:"iana",compressible:!0},"application/vnd.nebumind.line":{source:"iana"},"application/vnd.nervana":{source:"iana"},"application/vnd.netfpx":{source:"iana"},"application/vnd.neurolanguage.nlu":{source:"iana",extensions:["nlu"]},"application/vnd.nimn":{source:"iana"},"application/vnd.nintendo.nitro.rom":{source:"iana"},"application/vnd.nintendo.snes.rom":{source:"iana"},"application/vnd.nitf":{source:"iana",extensions:["ntf","nitf"]},"application/vnd.noblenet-directory":{source:"iana",extensions:["nnd"]},"application/vnd.noblenet-sealer":{source:"iana",extensions:["nns"]},"application/vnd.noblenet-web":{source:"iana",extensions:["nnw"]},"application/vnd.nokia.catalogs":{source:"iana"},"application/vnd.nokia.conml+wbxml":{source:"iana"},"application/vnd.nokia.conml+xml":{source:"iana",compressible:!0},"application/vnd.nokia.iptv.config+xml":{source:"iana",compressible:!0},"application/vnd.nokia.isds-radio-presets":{source:"iana"},"application/vnd.nokia.landmark+wbxml":{source:"iana"},"application/vnd.nokia.landmark+xml":{source:"iana",compressible:!0},"application/vnd.nokia.landmarkcollection+xml":{source:"iana",compressible:!0},"application/vnd.nokia.n-gage.ac+xml":{source:"iana",compressible:!0,extensions:["ac"]},"application/vnd.nokia.n-gage.data":{source:"iana",extensions:["ngdat"]},"application/vnd.nokia.n-gage.symbian.install":{source:"iana",extensions:["n-gage"]},"application/vnd.nokia.ncd":{source:"iana"},"application/vnd.nokia.pcd+wbxml":{source:"iana"},"application/vnd.nokia.pcd+xml":{source:"iana",compressible:!0},"application/vnd.nokia.radio-preset":{source:"iana",extensions:["rpst"]},"application/vnd.nokia.radio-presets":{source:"iana",extensions:["rpss"]},"application/vnd.novadigm.edm":{source:"iana",extensions:["edm"]},"application/vnd.novadigm.edx":{source:"iana",extensions:["edx"]},"application/vnd.novadigm.ext":{source:"iana",extensions:["ext"]},"application/vnd.ntt-local.content-share":{source:"iana"},"application/vnd.ntt-local.file-transfer":{source:"iana"},"application/vnd.ntt-local.ogw_remote-access":{source:"iana"},"application/vnd.ntt-local.sip-ta_remote":{source:"iana"},"application/vnd.ntt-local.sip-ta_tcp_stream":{source:"iana"},"application/vnd.oasis.opendocument.chart":{source:"iana",extensions:["odc"]},"application/vnd.oasis.opendocument.chart-template":{source:"iana",extensions:["otc"]},"application/vnd.oasis.opendocument.database":{source:"iana",extensions:["odb"]},"application/vnd.oasis.opendocument.formula":{source:"iana",extensions:["odf"]},"application/vnd.oasis.opendocument.formula-template":{source:"iana",extensions:["odft"]},"application/vnd.oasis.opendocument.graphics":{source:"iana",compressible:!1,extensions:["odg"]},"application/vnd.oasis.opendocument.graphics-template":{source:"iana",extensions:["otg"]},"application/vnd.oasis.opendocument.image":{source:"iana",extensions:["odi"]},"application/vnd.oasis.opendocument.image-template":{source:"iana",extensions:["oti"]},"application/vnd.oasis.opendocument.presentation":{source:"iana",compressible:!1,extensions:["odp"]},"application/vnd.oasis.opendocument.presentation-template":{source:"iana",extensions:["otp"]},"application/vnd.oasis.opendocument.spreadsheet":{source:"iana",compressible:!1,extensions:["ods"]},"application/vnd.oasis.opendocument.spreadsheet-template":{source:"iana",extensions:["ots"]},"application/vnd.oasis.opendocument.text":{source:"iana",compressible:!1,extensions:["odt"]},"application/vnd.oasis.opendocument.text-master":{source:"iana",extensions:["odm"]},"application/vnd.oasis.opendocument.text-template":{source:"iana",extensions:["ott"]},"application/vnd.oasis.opendocument.text-web":{source:"iana",extensions:["oth"]},"application/vnd.obn":{source:"iana"},"application/vnd.ocf+cbor":{source:"iana"},"application/vnd.oci.image.manifest.v1+json":{source:"iana",compressible:!0},"application/vnd.oftn.l10n+json":{source:"iana",compressible:!0},"application/vnd.oipf.contentaccessdownload+xml":{source:"iana",compressible:!0},"application/vnd.oipf.contentaccessstreaming+xml":{source:"iana",compressible:!0},"application/vnd.oipf.cspg-hexbinary":{source:"iana"},"application/vnd.oipf.dae.svg+xml":{source:"iana",compressible:!0},"application/vnd.oipf.dae.xhtml+xml":{source:"iana",compressible:!0},"application/vnd.oipf.mippvcontrolmessage+xml":{source:"iana",compressible:!0},"application/vnd.oipf.pae.gem":{source:"iana"},"application/vnd.oipf.spdiscovery+xml":{source:"iana",compressible:!0},"application/vnd.oipf.spdlist+xml":{source:"iana",compressible:!0},"application/vnd.oipf.ueprofile+xml":{source:"iana",compressible:!0},"application/vnd.oipf.userprofile+xml":{source:"iana",compressible:!0},"application/vnd.olpc-sugar":{source:"iana",extensions:["xo"]},"application/vnd.oma-scws-config":{source:"iana"},"application/vnd.oma-scws-http-request":{source:"iana"},"application/vnd.oma-scws-http-response":{source:"iana"},"application/vnd.oma.bcast.associated-procedure-parameter+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.drm-trigger+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.imd+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.ltkm":{source:"iana"},"application/vnd.oma.bcast.notification+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.provisioningtrigger":{source:"iana"},"application/vnd.oma.bcast.sgboot":{source:"iana"},"application/vnd.oma.bcast.sgdd+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.sgdu":{source:"iana"},"application/vnd.oma.bcast.simple-symbol-container":{source:"iana"},"application/vnd.oma.bcast.smartcard-trigger+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.sprov+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.stkm":{source:"iana"},"application/vnd.oma.cab-address-book+xml":{source:"iana",compressible:!0},"application/vnd.oma.cab-feature-handler+xml":{source:"iana",compressible:!0},"application/vnd.oma.cab-pcc+xml":{source:"iana",compressible:!0},"application/vnd.oma.cab-subs-invite+xml":{source:"iana",compressible:!0},"application/vnd.oma.cab-user-prefs+xml":{source:"iana",compressible:!0},"application/vnd.oma.dcd":{source:"iana"},"application/vnd.oma.dcdc":{source:"iana"},"application/vnd.oma.dd2+xml":{source:"iana",compressible:!0,extensions:["dd2"]},"application/vnd.oma.drm.risd+xml":{source:"iana",compressible:!0},"application/vnd.oma.group-usage-list+xml":{source:"iana",compressible:!0},"application/vnd.oma.lwm2m+cbor":{source:"iana"},"application/vnd.oma.lwm2m+json":{source:"iana",compressible:!0},"application/vnd.oma.lwm2m+tlv":{source:"iana"},"application/vnd.oma.pal+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.detailed-progress-report+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.final-report+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.groups+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.invocation-descriptor+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.optimized-progress-report+xml":{source:"iana",compressible:!0},"application/vnd.oma.push":{source:"iana"},"application/vnd.oma.scidm.messages+xml":{source:"iana",compressible:!0},"application/vnd.oma.xcap-directory+xml":{source:"iana",compressible:!0},"application/vnd.omads-email+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.omads-file+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.omads-folder+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.omaloc-supl-init":{source:"iana"},"application/vnd.onepager":{source:"iana"},"application/vnd.onepagertamp":{source:"iana"},"application/vnd.onepagertamx":{source:"iana"},"application/vnd.onepagertat":{source:"iana"},"application/vnd.onepagertatp":{source:"iana"},"application/vnd.onepagertatx":{source:"iana"},"application/vnd.openblox.game+xml":{source:"iana",compressible:!0,extensions:["obgx"]},"application/vnd.openblox.game-binary":{source:"iana"},"application/vnd.openeye.oeb":{source:"iana"},"application/vnd.openofficeorg.extension":{source:"apache",extensions:["oxt"]},"application/vnd.openstreetmap.data+xml":{source:"iana",compressible:!0,extensions:["osm"]},"application/vnd.opentimestamps.ots":{source:"iana"},"application/vnd.openxmlformats-officedocument.custom-properties+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.customxmlproperties+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawing+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.chart+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.chartshapes+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.diagramcolors+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.diagramdata+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.diagramlayout+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.diagramstyle+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.extended-properties+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.commentauthors+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.comments+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.handoutmaster+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.notesmaster+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.notesslide+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.presentation":{source:"iana",compressible:!1,extensions:["pptx"]},"application/vnd.openxmlformats-officedocument.presentationml.presentation.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.presprops+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slide":{source:"iana",extensions:["sldx"]},"application/vnd.openxmlformats-officedocument.presentationml.slide+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slidelayout+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slidemaster+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slideshow":{source:"iana",extensions:["ppsx"]},"application/vnd.openxmlformats-officedocument.presentationml.slideshow.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slideupdateinfo+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.tablestyles+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.tags+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.template":{source:"iana",extensions:["potx"]},"application/vnd.openxmlformats-officedocument.presentationml.template.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.viewprops+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.calcchain+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.connections+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.dialogsheet+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.externallink+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotcachedefinition+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotcacherecords+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivottable+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.querytable+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.revisionheaders+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.revisionlog+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.sharedstrings+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet":{source:"iana",compressible:!1,extensions:["xlsx"]},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheetmetadata+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.tablesinglecells+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.template":{source:"iana",extensions:["xltx"]},"application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.usernames+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.volatiledependencies+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.theme+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.themeoverride+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.vmldrawing":{source:"iana"},"application/vnd.openxmlformats-officedocument.wordprocessingml.comments+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.document":{source:"iana",compressible:!1,extensions:["docx"]},"application/vnd.openxmlformats-officedocument.wordprocessingml.document.glossary+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.endnotes+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.fonttable+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.footer+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.footnotes+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.numbering+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.template":{source:"iana",extensions:["dotx"]},"application/vnd.openxmlformats-officedocument.wordprocessingml.template.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.websettings+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-package.core-properties+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-package.digital-signature-xmlsignature+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-package.relationships+xml":{source:"iana",compressible:!0},"application/vnd.oracle.resource+json":{source:"iana",compressible:!0},"application/vnd.orange.indata":{source:"iana"},"application/vnd.osa.netdeploy":{source:"iana"},"application/vnd.osgeo.mapguide.package":{source:"iana",extensions:["mgp"]},"application/vnd.osgi.bundle":{source:"iana"},"application/vnd.osgi.dp":{source:"iana",extensions:["dp"]},"application/vnd.osgi.subsystem":{source:"iana",extensions:["esa"]},"application/vnd.otps.ct-kip+xml":{source:"iana",compressible:!0},"application/vnd.oxli.countgraph":{source:"iana"},"application/vnd.pagerduty+json":{source:"iana",compressible:!0},"application/vnd.palm":{source:"iana",extensions:["pdb","pqa","oprc"]},"application/vnd.panoply":{source:"iana"},"application/vnd.paos.xml":{source:"iana"},"application/vnd.patentdive":{source:"iana"},"application/vnd.patientecommsdoc":{source:"iana"},"application/vnd.pawaafile":{source:"iana",extensions:["paw"]},"application/vnd.pcos":{source:"iana"},"application/vnd.pg.format":{source:"iana",extensions:["str"]},"application/vnd.pg.osasli":{source:"iana",extensions:["ei6"]},"application/vnd.piaccess.application-licence":{source:"iana"},"application/vnd.picsel":{source:"iana",extensions:["efif"]},"application/vnd.pmi.widget":{source:"iana",extensions:["wg"]},"application/vnd.poc.group-advertisement+xml":{source:"iana",compressible:!0},"application/vnd.pocketlearn":{source:"iana",extensions:["plf"]},"application/vnd.powerbuilder6":{source:"iana",extensions:["pbd"]},"application/vnd.powerbuilder6-s":{source:"iana"},"application/vnd.powerbuilder7":{source:"iana"},"application/vnd.powerbuilder7-s":{source:"iana"},"application/vnd.powerbuilder75":{source:"iana"},"application/vnd.powerbuilder75-s":{source:"iana"},"application/vnd.preminet":{source:"iana"},"application/vnd.previewsystems.box":{source:"iana",extensions:["box"]},"application/vnd.proteus.magazine":{source:"iana",extensions:["mgz"]},"application/vnd.psfs":{source:"iana"},"application/vnd.publishare-delta-tree":{source:"iana",extensions:["qps"]},"application/vnd.pvi.ptid1":{source:"iana",extensions:["ptid"]},"application/vnd.pwg-multiplexed":{source:"iana"},"application/vnd.pwg-xhtml-print+xml":{source:"iana",compressible:!0},"application/vnd.qualcomm.brew-app-res":{source:"iana"},"application/vnd.quarantainenet":{source:"iana"},"application/vnd.quark.quarkxpress":{source:"iana",extensions:["qxd","qxt","qwd","qwt","qxl","qxb"]},"application/vnd.quobject-quoxdocument":{source:"iana"},"application/vnd.radisys.moml+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit-conf+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit-conn+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit-dialog+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit-stream+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-conf+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-base+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-fax-detect+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-fax-sendrecv+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-group+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-speech+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-transform+xml":{source:"iana",compressible:!0},"application/vnd.rainstor.data":{source:"iana"},"application/vnd.rapid":{source:"iana"},"application/vnd.rar":{source:"iana",extensions:["rar"]},"application/vnd.realvnc.bed":{source:"iana",extensions:["bed"]},"application/vnd.recordare.musicxml":{source:"iana",extensions:["mxl"]},"application/vnd.recordare.musicxml+xml":{source:"iana",compressible:!0,extensions:["musicxml"]},"application/vnd.renlearn.rlprint":{source:"iana"},"application/vnd.resilient.logic":{source:"iana"},"application/vnd.restful+json":{source:"iana",compressible:!0},"application/vnd.rig.cryptonote":{source:"iana",extensions:["cryptonote"]},"application/vnd.rim.cod":{source:"apache",extensions:["cod"]},"application/vnd.rn-realmedia":{source:"apache",extensions:["rm"]},"application/vnd.rn-realmedia-vbr":{source:"apache",extensions:["rmvb"]},"application/vnd.route66.link66+xml":{source:"iana",compressible:!0,extensions:["link66"]},"application/vnd.rs-274x":{source:"iana"},"application/vnd.ruckus.download":{source:"iana"},"application/vnd.s3sms":{source:"iana"},"application/vnd.sailingtracker.track":{source:"iana",extensions:["st"]},"application/vnd.sar":{source:"iana"},"application/vnd.sbm.cid":{source:"iana"},"application/vnd.sbm.mid2":{source:"iana"},"application/vnd.scribus":{source:"iana"},"application/vnd.sealed.3df":{source:"iana"},"application/vnd.sealed.csf":{source:"iana"},"application/vnd.sealed.doc":{source:"iana"},"application/vnd.sealed.eml":{source:"iana"},"application/vnd.sealed.mht":{source:"iana"},"application/vnd.sealed.net":{source:"iana"},"application/vnd.sealed.ppt":{source:"iana"},"application/vnd.sealed.tiff":{source:"iana"},"application/vnd.sealed.xls":{source:"iana"},"application/vnd.sealedmedia.softseal.html":{source:"iana"},"application/vnd.sealedmedia.softseal.pdf":{source:"iana"},"application/vnd.seemail":{source:"iana",extensions:["see"]},"application/vnd.seis+json":{source:"iana",compressible:!0},"application/vnd.sema":{source:"iana",extensions:["sema"]},"application/vnd.semd":{source:"iana",extensions:["semd"]},"application/vnd.semf":{source:"iana",extensions:["semf"]},"application/vnd.shade-save-file":{source:"iana"},"application/vnd.shana.informed.formdata":{source:"iana",extensions:["ifm"]},"application/vnd.shana.informed.formtemplate":{source:"iana",extensions:["itp"]},"application/vnd.shana.informed.interchange":{source:"iana",extensions:["iif"]},"application/vnd.shana.informed.package":{source:"iana",extensions:["ipk"]},"application/vnd.shootproof+json":{source:"iana",compressible:!0},"application/vnd.shopkick+json":{source:"iana",compressible:!0},"application/vnd.shp":{source:"iana"},"application/vnd.shx":{source:"iana"},"application/vnd.sigrok.session":{source:"iana"},"application/vnd.simtech-mindmapper":{source:"iana",extensions:["twd","twds"]},"application/vnd.siren+json":{source:"iana",compressible:!0},"application/vnd.smaf":{source:"iana",extensions:["mmf"]},"application/vnd.smart.notebook":{source:"iana"},"application/vnd.smart.teacher":{source:"iana",extensions:["teacher"]},"application/vnd.snesdev-page-table":{source:"iana"},"application/vnd.software602.filler.form+xml":{source:"iana",compressible:!0,extensions:["fo"]},"application/vnd.software602.filler.form-xml-zip":{source:"iana"},"application/vnd.solent.sdkm+xml":{source:"iana",compressible:!0,extensions:["sdkm","sdkd"]},"application/vnd.spotfire.dxp":{source:"iana",extensions:["dxp"]},"application/vnd.spotfire.sfs":{source:"iana",extensions:["sfs"]},"application/vnd.sqlite3":{source:"iana"},"application/vnd.sss-cod":{source:"iana"},"application/vnd.sss-dtf":{source:"iana"},"application/vnd.sss-ntf":{source:"iana"},"application/vnd.stardivision.calc":{source:"apache",extensions:["sdc"]},"application/vnd.stardivision.draw":{source:"apache",extensions:["sda"]},"application/vnd.stardivision.impress":{source:"apache",extensions:["sdd"]},"application/vnd.stardivision.math":{source:"apache",extensions:["smf"]},"application/vnd.stardivision.writer":{source:"apache",extensions:["sdw","vor"]},"application/vnd.stardivision.writer-global":{source:"apache",extensions:["sgl"]},"application/vnd.stepmania.package":{source:"iana",extensions:["smzip"]},"application/vnd.stepmania.stepchart":{source:"iana",extensions:["sm"]},"application/vnd.street-stream":{source:"iana"},"application/vnd.sun.wadl+xml":{source:"iana",compressible:!0,extensions:["wadl"]},"application/vnd.sun.xml.calc":{source:"apache",extensions:["sxc"]},"application/vnd.sun.xml.calc.template":{source:"apache",extensions:["stc"]},"application/vnd.sun.xml.draw":{source:"apache",extensions:["sxd"]},"application/vnd.sun.xml.draw.template":{source:"apache",extensions:["std"]},"application/vnd.sun.xml.impress":{source:"apache",extensions:["sxi"]},"application/vnd.sun.xml.impress.template":{source:"apache",extensions:["sti"]},"application/vnd.sun.xml.math":{source:"apache",extensions:["sxm"]},"application/vnd.sun.xml.writer":{source:"apache",extensions:["sxw"]},"application/vnd.sun.xml.writer.global":{source:"apache",extensions:["sxg"]},"application/vnd.sun.xml.writer.template":{source:"apache",extensions:["stw"]},"application/vnd.sus-calendar":{source:"iana",extensions:["sus","susp"]},"application/vnd.svd":{source:"iana",extensions:["svd"]},"application/vnd.swiftview-ics":{source:"iana"},"application/vnd.sycle+xml":{source:"iana",compressible:!0},"application/vnd.syft+json":{source:"iana",compressible:!0},"application/vnd.symbian.install":{source:"apache",extensions:["sis","sisx"]},"application/vnd.syncml+xml":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["xsm"]},"application/vnd.syncml.dm+wbxml":{source:"iana",charset:"UTF-8",extensions:["bdm"]},"application/vnd.syncml.dm+xml":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["xdm"]},"application/vnd.syncml.dm.notification":{source:"iana"},"application/vnd.syncml.dmddf+wbxml":{source:"iana"},"application/vnd.syncml.dmddf+xml":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["ddf"]},"application/vnd.syncml.dmtnds+wbxml":{source:"iana"},"application/vnd.syncml.dmtnds+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.syncml.ds.notification":{source:"iana"},"application/vnd.tableschema+json":{source:"iana",compressible:!0},"application/vnd.tao.intent-module-archive":{source:"iana",extensions:["tao"]},"application/vnd.tcpdump.pcap":{source:"iana",extensions:["pcap","cap","dmp"]},"application/vnd.think-cell.ppttc+json":{source:"iana",compressible:!0},"application/vnd.tmd.mediaflex.api+xml":{source:"iana",compressible:!0},"application/vnd.tml":{source:"iana"},"application/vnd.tmobile-livetv":{source:"iana",extensions:["tmo"]},"application/vnd.tri.onesource":{source:"iana"},"application/vnd.trid.tpt":{source:"iana",extensions:["tpt"]},"application/vnd.triscape.mxs":{source:"iana",extensions:["mxs"]},"application/vnd.trueapp":{source:"iana",extensions:["tra"]},"application/vnd.truedoc":{source:"iana"},"application/vnd.ubisoft.webplayer":{source:"iana"},"application/vnd.ufdl":{source:"iana",extensions:["ufd","ufdl"]},"application/vnd.uiq.theme":{source:"iana",extensions:["utz"]},"application/vnd.umajin":{source:"iana",extensions:["umj"]},"application/vnd.unity":{source:"iana",extensions:["unityweb"]},"application/vnd.uoml+xml":{source:"iana",compressible:!0,extensions:["uoml"]},"application/vnd.uplanet.alert":{source:"iana"},"application/vnd.uplanet.alert-wbxml":{source:"iana"},"application/vnd.uplanet.bearer-choice":{source:"iana"},"application/vnd.uplanet.bearer-choice-wbxml":{source:"iana"},"application/vnd.uplanet.cacheop":{source:"iana"},"application/vnd.uplanet.cacheop-wbxml":{source:"iana"},"application/vnd.uplanet.channel":{source:"iana"},"application/vnd.uplanet.channel-wbxml":{source:"iana"},"application/vnd.uplanet.list":{source:"iana"},"application/vnd.uplanet.list-wbxml":{source:"iana"},"application/vnd.uplanet.listcmd":{source:"iana"},"application/vnd.uplanet.listcmd-wbxml":{source:"iana"},"application/vnd.uplanet.signal":{source:"iana"},"application/vnd.uri-map":{source:"iana"},"application/vnd.valve.source.material":{source:"iana"},"application/vnd.vcx":{source:"iana",extensions:["vcx"]},"application/vnd.vd-study":{source:"iana"},"application/vnd.vectorworks":{source:"iana"},"application/vnd.vel+json":{source:"iana",compressible:!0},"application/vnd.verimatrix.vcas":{source:"iana"},"application/vnd.veritone.aion+json":{source:"iana",compressible:!0},"application/vnd.veryant.thin":{source:"iana"},"application/vnd.ves.encrypted":{source:"iana"},"application/vnd.vidsoft.vidconference":{source:"iana"},"application/vnd.visio":{source:"iana",extensions:["vsd","vst","vss","vsw"]},"application/vnd.visionary":{source:"iana",extensions:["vis"]},"application/vnd.vividence.scriptfile":{source:"iana"},"application/vnd.vsf":{source:"iana",extensions:["vsf"]},"application/vnd.wap.sic":{source:"iana"},"application/vnd.wap.slc":{source:"iana"},"application/vnd.wap.wbxml":{source:"iana",charset:"UTF-8",extensions:["wbxml"]},"application/vnd.wap.wmlc":{source:"iana",extensions:["wmlc"]},"application/vnd.wap.wmlscriptc":{source:"iana",extensions:["wmlsc"]},"application/vnd.webturbo":{source:"iana",extensions:["wtb"]},"application/vnd.wfa.dpp":{source:"iana"},"application/vnd.wfa.p2p":{source:"iana"},"application/vnd.wfa.wsc":{source:"iana"},"application/vnd.windows.devicepairing":{source:"iana"},"application/vnd.wmc":{source:"iana"},"application/vnd.wmf.bootstrap":{source:"iana"},"application/vnd.wolfram.mathematica":{source:"iana"},"application/vnd.wolfram.mathematica.package":{source:"iana"},"application/vnd.wolfram.player":{source:"iana",extensions:["nbp"]},"application/vnd.wordperfect":{source:"iana",extensions:["wpd"]},"application/vnd.wqd":{source:"iana",extensions:["wqd"]},"application/vnd.wrq-hp3000-labelled":{source:"iana"},"application/vnd.wt.stf":{source:"iana",extensions:["stf"]},"application/vnd.wv.csp+wbxml":{source:"iana"},"application/vnd.wv.csp+xml":{source:"iana",compressible:!0},"application/vnd.wv.ssp+xml":{source:"iana",compressible:!0},"application/vnd.xacml+json":{source:"iana",compressible:!0},"application/vnd.xara":{source:"iana",extensions:["xar"]},"application/vnd.xfdl":{source:"iana",extensions:["xfdl"]},"application/vnd.xfdl.webform":{source:"iana"},"application/vnd.xmi+xml":{source:"iana",compressible:!0},"application/vnd.xmpie.cpkg":{source:"iana"},"application/vnd.xmpie.dpkg":{source:"iana"},"application/vnd.xmpie.plan":{source:"iana"},"application/vnd.xmpie.ppkg":{source:"iana"},"application/vnd.xmpie.xlim":{source:"iana"},"application/vnd.yamaha.hv-dic":{source:"iana",extensions:["hvd"]},"application/vnd.yamaha.hv-script":{source:"iana",extensions:["hvs"]},"application/vnd.yamaha.hv-voice":{source:"iana",extensions:["hvp"]},"application/vnd.yamaha.openscoreformat":{source:"iana",extensions:["osf"]},"application/vnd.yamaha.openscoreformat.osfpvg+xml":{source:"iana",compressible:!0,extensions:["osfpvg"]},"application/vnd.yamaha.remote-setup":{source:"iana"},"application/vnd.yamaha.smaf-audio":{source:"iana",extensions:["saf"]},"application/vnd.yamaha.smaf-phrase":{source:"iana",extensions:["spf"]},"application/vnd.yamaha.through-ngn":{source:"iana"},"application/vnd.yamaha.tunnel-udpencap":{source:"iana"},"application/vnd.yaoweme":{source:"iana"},"application/vnd.yellowriver-custom-menu":{source:"iana",extensions:["cmp"]},"application/vnd.youtube.yt":{source:"iana"},"application/vnd.zul":{source:"iana",extensions:["zir","zirz"]},"application/vnd.zzazz.deck+xml":{source:"iana",compressible:!0,extensions:["zaz"]},"application/voicexml+xml":{source:"iana",compressible:!0,extensions:["vxml"]},"application/voucher-cms+json":{source:"iana",compressible:!0},"application/vq-rtcpxr":{source:"iana"},"application/wasm":{source:"iana",compressible:!0,extensions:["wasm"]},"application/watcherinfo+xml":{source:"iana",compressible:!0,extensions:["wif"]},"application/webpush-options+json":{source:"iana",compressible:!0},"application/whoispp-query":{source:"iana"},"application/whoispp-response":{source:"iana"},"application/widget":{source:"iana",extensions:["wgt"]},"application/winhlp":{source:"apache",extensions:["hlp"]},"application/wita":{source:"iana"},"application/wordperfect5.1":{source:"iana"},"application/wsdl+xml":{source:"iana",compressible:!0,extensions:["wsdl"]},"application/wspolicy+xml":{source:"iana",compressible:!0,extensions:["wspolicy"]},"application/x-7z-compressed":{source:"apache",compressible:!1,extensions:["7z"]},"application/x-abiword":{source:"apache",extensions:["abw"]},"application/x-ace-compressed":{source:"apache",extensions:["ace"]},"application/x-amf":{source:"apache"},"application/x-apple-diskimage":{source:"apache",extensions:["dmg"]},"application/x-arj":{compressible:!1,extensions:["arj"]},"application/x-authorware-bin":{source:"apache",extensions:["aab","x32","u32","vox"]},"application/x-authorware-map":{source:"apache",extensions:["aam"]},"application/x-authorware-seg":{source:"apache",extensions:["aas"]},"application/x-bcpio":{source:"apache",extensions:["bcpio"]},"application/x-bdoc":{compressible:!1,extensions:["bdoc"]},"application/x-bittorrent":{source:"apache",extensions:["torrent"]},"application/x-blorb":{source:"apache",extensions:["blb","blorb"]},"application/x-bzip":{source:"apache",compressible:!1,extensions:["bz"]},"application/x-bzip2":{source:"apache",compressible:!1,extensions:["bz2","boz"]},"application/x-cbr":{source:"apache",extensions:["cbr","cba","cbt","cbz","cb7"]},"application/x-cdlink":{source:"apache",extensions:["vcd"]},"application/x-cfs-compressed":{source:"apache",extensions:["cfs"]},"application/x-chat":{source:"apache",extensions:["chat"]},"application/x-chess-pgn":{source:"apache",extensions:["pgn"]},"application/x-chrome-extension":{extensions:["crx"]},"application/x-cocoa":{source:"nginx",extensions:["cco"]},"application/x-compress":{source:"apache"},"application/x-conference":{source:"apache",extensions:["nsc"]},"application/x-cpio":{source:"apache",extensions:["cpio"]},"application/x-csh":{source:"apache",extensions:["csh"]},"application/x-deb":{compressible:!1},"application/x-debian-package":{source:"apache",extensions:["deb","udeb"]},"application/x-dgc-compressed":{source:"apache",extensions:["dgc"]},"application/x-director":{source:"apache",extensions:["dir","dcr","dxr","cst","cct","cxt","w3d","fgd","swa"]},"application/x-doom":{source:"apache",extensions:["wad"]},"application/x-dtbncx+xml":{source:"apache",compressible:!0,extensions:["ncx"]},"application/x-dtbook+xml":{source:"apache",compressible:!0,extensions:["dtb"]},"application/x-dtbresource+xml":{source:"apache",compressible:!0,extensions:["res"]},"application/x-dvi":{source:"apache",compressible:!1,extensions:["dvi"]},"application/x-envoy":{source:"apache",extensions:["evy"]},"application/x-eva":{source:"apache",extensions:["eva"]},"application/x-font-bdf":{source:"apache",extensions:["bdf"]},"application/x-font-dos":{source:"apache"},"application/x-font-framemaker":{source:"apache"},"application/x-font-ghostscript":{source:"apache",extensions:["gsf"]},"application/x-font-libgrx":{source:"apache"},"application/x-font-linux-psf":{source:"apache",extensions:["psf"]},"application/x-font-pcf":{source:"apache",extensions:["pcf"]},"application/x-font-snf":{source:"apache",extensions:["snf"]},"application/x-font-speedo":{source:"apache"},"application/x-font-sunos-news":{source:"apache"},"application/x-font-type1":{source:"apache",extensions:["pfa","pfb","pfm","afm"]},"application/x-font-vfont":{source:"apache"},"application/x-freearc":{source:"apache",extensions:["arc"]},"application/x-futuresplash":{source:"apache",extensions:["spl"]},"application/x-gca-compressed":{source:"apache",extensions:["gca"]},"application/x-glulx":{source:"apache",extensions:["ulx"]},"application/x-gnumeric":{source:"apache",extensions:["gnumeric"]},"application/x-gramps-xml":{source:"apache",extensions:["gramps"]},"application/x-gtar":{source:"apache",extensions:["gtar"]},"application/x-gzip":{source:"apache"},"application/x-hdf":{source:"apache",extensions:["hdf"]},"application/x-httpd-php":{compressible:!0,extensions:["php"]},"application/x-install-instructions":{source:"apache",extensions:["install"]},"application/x-iso9660-image":{source:"apache",extensions:["iso"]},"application/x-iwork-keynote-sffkey":{extensions:["key"]},"application/x-iwork-numbers-sffnumbers":{extensions:["numbers"]},"application/x-iwork-pages-sffpages":{extensions:["pages"]},"application/x-java-archive-diff":{source:"nginx",extensions:["jardiff"]},"application/x-java-jnlp-file":{source:"apache",compressible:!1,extensions:["jnlp"]},"application/x-javascript":{compressible:!0},"application/x-keepass2":{extensions:["kdbx"]},"application/x-latex":{source:"apache",compressible:!1,extensions:["latex"]},"application/x-lua-bytecode":{extensions:["luac"]},"application/x-lzh-compressed":{source:"apache",extensions:["lzh","lha"]},"application/x-makeself":{source:"nginx",extensions:["run"]},"application/x-mie":{source:"apache",extensions:["mie"]},"application/x-mobipocket-ebook":{source:"apache",extensions:["prc","mobi"]},"application/x-mpegurl":{compressible:!1},"application/x-ms-application":{source:"apache",extensions:["application"]},"application/x-ms-shortcut":{source:"apache",extensions:["lnk"]},"application/x-ms-wmd":{source:"apache",extensions:["wmd"]},"application/x-ms-wmz":{source:"apache",extensions:["wmz"]},"application/x-ms-xbap":{source:"apache",extensions:["xbap"]},"application/x-msaccess":{source:"apache",extensions:["mdb"]},"application/x-msbinder":{source:"apache",extensions:["obd"]},"application/x-mscardfile":{source:"apache",extensions:["crd"]},"application/x-msclip":{source:"apache",extensions:["clp"]},"application/x-msdos-program":{extensions:["exe"]},"application/x-msdownload":{source:"apache",extensions:["exe","dll","com","bat","msi"]},"application/x-msmediaview":{source:"apache",extensions:["mvb","m13","m14"]},"application/x-msmetafile":{source:"apache",extensions:["wmf","wmz","emf","emz"]},"application/x-msmoney":{source:"apache",extensions:["mny"]},"application/x-mspublisher":{source:"apache",extensions:["pub"]},"application/x-msschedule":{source:"apache",extensions:["scd"]},"application/x-msterminal":{source:"apache",extensions:["trm"]},"application/x-mswrite":{source:"apache",extensions:["wri"]},"application/x-netcdf":{source:"apache",extensions:["nc","cdf"]},"application/x-ns-proxy-autoconfig":{compressible:!0,extensions:["pac"]},"application/x-nzb":{source:"apache",extensions:["nzb"]},"application/x-perl":{source:"nginx",extensions:["pl","pm"]},"application/x-pilot":{source:"nginx",extensions:["prc","pdb"]},"application/x-pkcs12":{source:"apache",compressible:!1,extensions:["p12","pfx"]},"application/x-pkcs7-certificates":{source:"apache",extensions:["p7b","spc"]},"application/x-pkcs7-certreqresp":{source:"apache",extensions:["p7r"]},"application/x-pki-message":{source:"iana"},"application/x-rar-compressed":{source:"apache",compressible:!1,extensions:["rar"]},"application/x-redhat-package-manager":{source:"nginx",extensions:["rpm"]},"application/x-research-info-systems":{source:"apache",extensions:["ris"]},"application/x-sea":{source:"nginx",extensions:["sea"]},"application/x-sh":{source:"apache",compressible:!0,extensions:["sh"]},"application/x-shar":{source:"apache",extensions:["shar"]},"application/x-shockwave-flash":{source:"apache",compressible:!1,extensions:["swf"]},"application/x-silverlight-app":{source:"apache",extensions:["xap"]},"application/x-sql":{source:"apache",extensions:["sql"]},"application/x-stuffit":{source:"apache",compressible:!1,extensions:["sit"]},"application/x-stuffitx":{source:"apache",extensions:["sitx"]},"application/x-subrip":{source:"apache",extensions:["srt"]},"application/x-sv4cpio":{source:"apache",extensions:["sv4cpio"]},"application/x-sv4crc":{source:"apache",extensions:["sv4crc"]},"application/x-t3vm-image":{source:"apache",extensions:["t3"]},"application/x-tads":{source:"apache",extensions:["gam"]},"application/x-tar":{source:"apache",compressible:!0,extensions:["tar"]},"application/x-tcl":{source:"apache",extensions:["tcl","tk"]},"application/x-tex":{source:"apache",extensions:["tex"]},"application/x-tex-tfm":{source:"apache",extensions:["tfm"]},"application/x-texinfo":{source:"apache",extensions:["texinfo","texi"]},"application/x-tgif":{source:"apache",extensions:["obj"]},"application/x-ustar":{source:"apache",extensions:["ustar"]},"application/x-virtualbox-hdd":{compressible:!0,extensions:["hdd"]},"application/x-virtualbox-ova":{compressible:!0,extensions:["ova"]},"application/x-virtualbox-ovf":{compressible:!0,extensions:["ovf"]},"application/x-virtualbox-vbox":{compressible:!0,extensions:["vbox"]},"application/x-virtualbox-vbox-extpack":{compressible:!1,extensions:["vbox-extpack"]},"application/x-virtualbox-vdi":{compressible:!0,extensions:["vdi"]},"application/x-virtualbox-vhd":{compressible:!0,extensions:["vhd"]},"application/x-virtualbox-vmdk":{compressible:!0,extensions:["vmdk"]},"application/x-wais-source":{source:"apache",extensions:["src"]},"application/x-web-app-manifest+json":{compressible:!0,extensions:["webapp"]},"application/x-www-form-urlencoded":{source:"iana",compressible:!0},"application/x-x509-ca-cert":{source:"iana",extensions:["der","crt","pem"]},"application/x-x509-ca-ra-cert":{source:"iana"},"application/x-x509-next-ca-cert":{source:"iana"},"application/x-xfig":{source:"apache",extensions:["fig"]},"application/x-xliff+xml":{source:"apache",compressible:!0,extensions:["xlf"]},"application/x-xpinstall":{source:"apache",compressible:!1,extensions:["xpi"]},"application/x-xz":{source:"apache",extensions:["xz"]},"application/x-zmachine":{source:"apache",extensions:["z1","z2","z3","z4","z5","z6","z7","z8"]},"application/x400-bp":{source:"iana"},"application/xacml+xml":{source:"iana",compressible:!0},"application/xaml+xml":{source:"apache",compressible:!0,extensions:["xaml"]},"application/xcap-att+xml":{source:"iana",compressible:!0,extensions:["xav"]},"application/xcap-caps+xml":{source:"iana",compressible:!0,extensions:["xca"]},"application/xcap-diff+xml":{source:"iana",compressible:!0,extensions:["xdf"]},"application/xcap-el+xml":{source:"iana",compressible:!0,extensions:["xel"]},"application/xcap-error+xml":{source:"iana",compressible:!0},"application/xcap-ns+xml":{source:"iana",compressible:!0,extensions:["xns"]},"application/xcon-conference-info+xml":{source:"iana",compressible:!0},"application/xcon-conference-info-diff+xml":{source:"iana",compressible:!0},"application/xenc+xml":{source:"iana",compressible:!0,extensions:["xenc"]},"application/xhtml+xml":{source:"iana",compressible:!0,extensions:["xhtml","xht"]},"application/xhtml-voice+xml":{source:"apache",compressible:!0},"application/xliff+xml":{source:"iana",compressible:!0,extensions:["xlf"]},"application/xml":{source:"iana",compressible:!0,extensions:["xml","xsl","xsd","rng"]},"application/xml-dtd":{source:"iana",compressible:!0,extensions:["dtd"]},"application/xml-external-parsed-entity":{source:"iana"},"application/xml-patch+xml":{source:"iana",compressible:!0},"application/xmpp+xml":{source:"iana",compressible:!0},"application/xop+xml":{source:"iana",compressible:!0,extensions:["xop"]},"application/xproc+xml":{source:"apache",compressible:!0,extensions:["xpl"]},"application/xslt+xml":{source:"iana",compressible:!0,extensions:["xsl","xslt"]},"application/xspf+xml":{source:"apache",compressible:!0,extensions:["xspf"]},"application/xv+xml":{source:"iana",compressible:!0,extensions:["mxml","xhvml","xvml","xvm"]},"application/yang":{source:"iana",extensions:["yang"]},"application/yang-data+json":{source:"iana",compressible:!0},"application/yang-data+xml":{source:"iana",compressible:!0},"application/yang-patch+json":{source:"iana",compressible:!0},"application/yang-patch+xml":{source:"iana",compressible:!0},"application/yin+xml":{source:"iana",compressible:!0,extensions:["yin"]},"application/zip":{source:"iana",compressible:!1,extensions:["zip"]},"application/zlib":{source:"iana"},"application/zstd":{source:"iana"},"audio/1d-interleaved-parityfec":{source:"iana"},"audio/32kadpcm":{source:"iana"},"audio/3gpp":{source:"iana",compressible:!1,extensions:["3gpp"]},"audio/3gpp2":{source:"iana"},"audio/aac":{source:"iana"},"audio/ac3":{source:"iana"},"audio/adpcm":{source:"apache",extensions:["adp"]},"audio/amr":{source:"iana",extensions:["amr"]},"audio/amr-wb":{source:"iana"},"audio/amr-wb+":{source:"iana"},"audio/aptx":{source:"iana"},"audio/asc":{source:"iana"},"audio/atrac-advanced-lossless":{source:"iana"},"audio/atrac-x":{source:"iana"},"audio/atrac3":{source:"iana"},"audio/basic":{source:"iana",compressible:!1,extensions:["au","snd"]},"audio/bv16":{source:"iana"},"audio/bv32":{source:"iana"},"audio/clearmode":{source:"iana"},"audio/cn":{source:"iana"},"audio/dat12":{source:"iana"},"audio/dls":{source:"iana"},"audio/dsr-es201108":{source:"iana"},"audio/dsr-es202050":{source:"iana"},"audio/dsr-es202211":{source:"iana"},"audio/dsr-es202212":{source:"iana"},"audio/dv":{source:"iana"},"audio/dvi4":{source:"iana"},"audio/eac3":{source:"iana"},"audio/encaprtp":{source:"iana"},"audio/evrc":{source:"iana"},"audio/evrc-qcp":{source:"iana"},"audio/evrc0":{source:"iana"},"audio/evrc1":{source:"iana"},"audio/evrcb":{source:"iana"},"audio/evrcb0":{source:"iana"},"audio/evrcb1":{source:"iana"},"audio/evrcnw":{source:"iana"},"audio/evrcnw0":{source:"iana"},"audio/evrcnw1":{source:"iana"},"audio/evrcwb":{source:"iana"},"audio/evrcwb0":{source:"iana"},"audio/evrcwb1":{source:"iana"},"audio/evs":{source:"iana"},"audio/flexfec":{source:"iana"},"audio/fwdred":{source:"iana"},"audio/g711-0":{source:"iana"},"audio/g719":{source:"iana"},"audio/g722":{source:"iana"},"audio/g7221":{source:"iana"},"audio/g723":{source:"iana"},"audio/g726-16":{source:"iana"},"audio/g726-24":{source:"iana"},"audio/g726-32":{source:"iana"},"audio/g726-40":{source:"iana"},"audio/g728":{source:"iana"},"audio/g729":{source:"iana"},"audio/g7291":{source:"iana"},"audio/g729d":{source:"iana"},"audio/g729e":{source:"iana"},"audio/gsm":{source:"iana"},"audio/gsm-efr":{source:"iana"},"audio/gsm-hr-08":{source:"iana"},"audio/ilbc":{source:"iana"},"audio/ip-mr_v2.5":{source:"iana"},"audio/isac":{source:"apache"},"audio/l16":{source:"iana"},"audio/l20":{source:"iana"},"audio/l24":{source:"iana",compressible:!1},"audio/l8":{source:"iana"},"audio/lpc":{source:"iana"},"audio/melp":{source:"iana"},"audio/melp1200":{source:"iana"},"audio/melp2400":{source:"iana"},"audio/melp600":{source:"iana"},"audio/mhas":{source:"iana"},"audio/midi":{source:"apache",extensions:["mid","midi","kar","rmi"]},"audio/mobile-xmf":{source:"iana",extensions:["mxmf"]},"audio/mp3":{compressible:!1,extensions:["mp3"]},"audio/mp4":{source:"iana",compressible:!1,extensions:["m4a","mp4a"]},"audio/mp4a-latm":{source:"iana"},"audio/mpa":{source:"iana"},"audio/mpa-robust":{source:"iana"},"audio/mpeg":{source:"iana",compressible:!1,extensions:["mpga","mp2","mp2a","mp3","m2a","m3a"]},"audio/mpeg4-generic":{source:"iana"},"audio/musepack":{source:"apache"},"audio/ogg":{source:"iana",compressible:!1,extensions:["oga","ogg","spx","opus"]},"audio/opus":{source:"iana"},"audio/parityfec":{source:"iana"},"audio/pcma":{source:"iana"},"audio/pcma-wb":{source:"iana"},"audio/pcmu":{source:"iana"},"audio/pcmu-wb":{source:"iana"},"audio/prs.sid":{source:"iana"},"audio/qcelp":{source:"iana"},"audio/raptorfec":{source:"iana"},"audio/red":{source:"iana"},"audio/rtp-enc-aescm128":{source:"iana"},"audio/rtp-midi":{source:"iana"},"audio/rtploopback":{source:"iana"},"audio/rtx":{source:"iana"},"audio/s3m":{source:"apache",extensions:["s3m"]},"audio/scip":{source:"iana"},"audio/silk":{source:"apache",extensions:["sil"]},"audio/smv":{source:"iana"},"audio/smv-qcp":{source:"iana"},"audio/smv0":{source:"iana"},"audio/sofa":{source:"iana"},"audio/sp-midi":{source:"iana"},"audio/speex":{source:"iana"},"audio/t140c":{source:"iana"},"audio/t38":{source:"iana"},"audio/telephone-event":{source:"iana"},"audio/tetra_acelp":{source:"iana"},"audio/tetra_acelp_bb":{source:"iana"},"audio/tone":{source:"iana"},"audio/tsvcis":{source:"iana"},"audio/uemclip":{source:"iana"},"audio/ulpfec":{source:"iana"},"audio/usac":{source:"iana"},"audio/vdvi":{source:"iana"},"audio/vmr-wb":{source:"iana"},"audio/vnd.3gpp.iufp":{source:"iana"},"audio/vnd.4sb":{source:"iana"},"audio/vnd.audiokoz":{source:"iana"},"audio/vnd.celp":{source:"iana"},"audio/vnd.cisco.nse":{source:"iana"},"audio/vnd.cmles.radio-events":{source:"iana"},"audio/vnd.cns.anp1":{source:"iana"},"audio/vnd.cns.inf1":{source:"iana"},"audio/vnd.dece.audio":{source:"iana",extensions:["uva","uvva"]},"audio/vnd.digital-winds":{source:"iana",extensions:["eol"]},"audio/vnd.dlna.adts":{source:"iana"},"audio/vnd.dolby.heaac.1":{source:"iana"},"audio/vnd.dolby.heaac.2":{source:"iana"},"audio/vnd.dolby.mlp":{source:"iana"},"audio/vnd.dolby.mps":{source:"iana"},"audio/vnd.dolby.pl2":{source:"iana"},"audio/vnd.dolby.pl2x":{source:"iana"},"audio/vnd.dolby.pl2z":{source:"iana"},"audio/vnd.dolby.pulse.1":{source:"iana"},"audio/vnd.dra":{source:"iana",extensions:["dra"]},"audio/vnd.dts":{source:"iana",extensions:["dts"]},"audio/vnd.dts.hd":{source:"iana",extensions:["dtshd"]},"audio/vnd.dts.uhd":{source:"iana"},"audio/vnd.dvb.file":{source:"iana"},"audio/vnd.everad.plj":{source:"iana"},"audio/vnd.hns.audio":{source:"iana"},"audio/vnd.lucent.voice":{source:"iana",extensions:["lvp"]},"audio/vnd.ms-playready.media.pya":{source:"iana",extensions:["pya"]},"audio/vnd.nokia.mobile-xmf":{source:"iana"},"audio/vnd.nortel.vbk":{source:"iana"},"audio/vnd.nuera.ecelp4800":{source:"iana",extensions:["ecelp4800"]},"audio/vnd.nuera.ecelp7470":{source:"iana",extensions:["ecelp7470"]},"audio/vnd.nuera.ecelp9600":{source:"iana",extensions:["ecelp9600"]},"audio/vnd.octel.sbc":{source:"iana"},"audio/vnd.presonus.multitrack":{source:"iana"},"audio/vnd.qcelp":{source:"iana"},"audio/vnd.rhetorex.32kadpcm":{source:"iana"},"audio/vnd.rip":{source:"iana",extensions:["rip"]},"audio/vnd.rn-realaudio":{compressible:!1},"audio/vnd.sealedmedia.softseal.mpeg":{source:"iana"},"audio/vnd.vmx.cvsd":{source:"iana"},"audio/vnd.wave":{compressible:!1},"audio/vorbis":{source:"iana",compressible:!1},"audio/vorbis-config":{source:"iana"},"audio/wav":{compressible:!1,extensions:["wav"]},"audio/wave":{compressible:!1,extensions:["wav"]},"audio/webm":{source:"apache",compressible:!1,extensions:["weba"]},"audio/x-aac":{source:"apache",compressible:!1,extensions:["aac"]},"audio/x-aiff":{source:"apache",extensions:["aif","aiff","aifc"]},"audio/x-caf":{source:"apache",compressible:!1,extensions:["caf"]},"audio/x-flac":{source:"apache",extensions:["flac"]},"audio/x-m4a":{source:"nginx",extensions:["m4a"]},"audio/x-matroska":{source:"apache",extensions:["mka"]},"audio/x-mpegurl":{source:"apache",extensions:["m3u"]},"audio/x-ms-wax":{source:"apache",extensions:["wax"]},"audio/x-ms-wma":{source:"apache",extensions:["wma"]},"audio/x-pn-realaudio":{source:"apache",extensions:["ram","ra"]},"audio/x-pn-realaudio-plugin":{source:"apache",extensions:["rmp"]},"audio/x-realaudio":{source:"nginx",extensions:["ra"]},"audio/x-tta":{source:"apache"},"audio/x-wav":{source:"apache",extensions:["wav"]},"audio/xm":{source:"apache",extensions:["xm"]},"chemical/x-cdx":{source:"apache",extensions:["cdx"]},"chemical/x-cif":{source:"apache",extensions:["cif"]},"chemical/x-cmdf":{source:"apache",extensions:["cmdf"]},"chemical/x-cml":{source:"apache",extensions:["cml"]},"chemical/x-csml":{source:"apache",extensions:["csml"]},"chemical/x-pdb":{source:"apache"},"chemical/x-xyz":{source:"apache",extensions:["xyz"]},"font/collection":{source:"iana",extensions:["ttc"]},"font/otf":{source:"iana",compressible:!0,extensions:["otf"]},"font/sfnt":{source:"iana"},"font/ttf":{source:"iana",compressible:!0,extensions:["ttf"]},"font/woff":{source:"iana",extensions:["woff"]},"font/woff2":{source:"iana",extensions:["woff2"]},"image/aces":{source:"iana",extensions:["exr"]},"image/apng":{compressible:!1,extensions:["apng"]},"image/avci":{source:"iana",extensions:["avci"]},"image/avcs":{source:"iana",extensions:["avcs"]},"image/avif":{source:"iana",compressible:!1,extensions:["avif"]},"image/bmp":{source:"iana",compressible:!0,extensions:["bmp"]},"image/cgm":{source:"iana",extensions:["cgm"]},"image/dicom-rle":{source:"iana",extensions:["drle"]},"image/emf":{source:"iana",extensions:["emf"]},"image/fits":{source:"iana",extensions:["fits"]},"image/g3fax":{source:"iana",extensions:["g3"]},"image/gif":{source:"iana",compressible:!1,extensions:["gif"]},"image/heic":{source:"iana",extensions:["heic"]},"image/heic-sequence":{source:"iana",extensions:["heics"]},"image/heif":{source:"iana",extensions:["heif"]},"image/heif-sequence":{source:"iana",extensions:["heifs"]},"image/hej2k":{source:"iana",extensions:["hej2"]},"image/hsj2":{source:"iana",extensions:["hsj2"]},"image/ief":{source:"iana",extensions:["ief"]},"image/jls":{source:"iana",extensions:["jls"]},"image/jp2":{source:"iana",compressible:!1,extensions:["jp2","jpg2"]},"image/jpeg":{source:"iana",compressible:!1,extensions:["jpeg","jpg","jpe"]},"image/jph":{source:"iana",extensions:["jph"]},"image/jphc":{source:"iana",extensions:["jhc"]},"image/jpm":{source:"iana",compressible:!1,extensions:["jpm"]},"image/jpx":{source:"iana",compressible:!1,extensions:["jpx","jpf"]},"image/jxr":{source:"iana",extensions:["jxr"]},"image/jxra":{source:"iana",extensions:["jxra"]},"image/jxrs":{source:"iana",extensions:["jxrs"]},"image/jxs":{source:"iana",extensions:["jxs"]},"image/jxsc":{source:"iana",extensions:["jxsc"]},"image/jxsi":{source:"iana",extensions:["jxsi"]},"image/jxss":{source:"iana",extensions:["jxss"]},"image/ktx":{source:"iana",extensions:["ktx"]},"image/ktx2":{source:"iana",extensions:["ktx2"]},"image/naplps":{source:"iana"},"image/pjpeg":{compressible:!1},"image/png":{source:"iana",compressible:!1,extensions:["png"]},"image/prs.btif":{source:"iana",extensions:["btif"]},"image/prs.pti":{source:"iana",extensions:["pti"]},"image/pwg-raster":{source:"iana"},"image/sgi":{source:"apache",extensions:["sgi"]},"image/svg+xml":{source:"iana",compressible:!0,extensions:["svg","svgz"]},"image/t38":{source:"iana",extensions:["t38"]},"image/tiff":{source:"iana",compressible:!1,extensions:["tif","tiff"]},"image/tiff-fx":{source:"iana",extensions:["tfx"]},"image/vnd.adobe.photoshop":{source:"iana",compressible:!0,extensions:["psd"]},"image/vnd.airzip.accelerator.azv":{source:"iana",extensions:["azv"]},"image/vnd.cns.inf2":{source:"iana"},"image/vnd.dece.graphic":{source:"iana",extensions:["uvi","uvvi","uvg","uvvg"]},"image/vnd.djvu":{source:"iana",extensions:["djvu","djv"]},"image/vnd.dvb.subtitle":{source:"iana",extensions:["sub"]},"image/vnd.dwg":{source:"iana",extensions:["dwg"]},"image/vnd.dxf":{source:"iana",extensions:["dxf"]},"image/vnd.fastbidsheet":{source:"iana",extensions:["fbs"]},"image/vnd.fpx":{source:"iana",extensions:["fpx"]},"image/vnd.fst":{source:"iana",extensions:["fst"]},"image/vnd.fujixerox.edmics-mmr":{source:"iana",extensions:["mmr"]},"image/vnd.fujixerox.edmics-rlc":{source:"iana",extensions:["rlc"]},"image/vnd.globalgraphics.pgb":{source:"iana"},"image/vnd.microsoft.icon":{source:"iana",compressible:!0,extensions:["ico"]},"image/vnd.mix":{source:"iana"},"image/vnd.mozilla.apng":{source:"iana"},"image/vnd.ms-dds":{compressible:!0,extensions:["dds"]},"image/vnd.ms-modi":{source:"iana",extensions:["mdi"]},"image/vnd.ms-photo":{source:"apache",extensions:["wdp"]},"image/vnd.net-fpx":{source:"iana",extensions:["npx"]},"image/vnd.pco.b16":{source:"iana",extensions:["b16"]},"image/vnd.radiance":{source:"iana"},"image/vnd.sealed.png":{source:"iana"},"image/vnd.sealedmedia.softseal.gif":{source:"iana"},"image/vnd.sealedmedia.softseal.jpg":{source:"iana"},"image/vnd.svf":{source:"iana"},"image/vnd.tencent.tap":{source:"iana",extensions:["tap"]},"image/vnd.valve.source.texture":{source:"iana",extensions:["vtf"]},"image/vnd.wap.wbmp":{source:"iana",extensions:["wbmp"]},"image/vnd.xiff":{source:"iana",extensions:["xif"]},"image/vnd.zbrush.pcx":{source:"iana",extensions:["pcx"]},"image/webp":{source:"apache",extensions:["webp"]},"image/wmf":{source:"iana",extensions:["wmf"]},"image/x-3ds":{source:"apache",extensions:["3ds"]},"image/x-cmu-raster":{source:"apache",extensions:["ras"]},"image/x-cmx":{source:"apache",extensions:["cmx"]},"image/x-freehand":{source:"apache",extensions:["fh","fhc","fh4","fh5","fh7"]},"image/x-icon":{source:"apache",compressible:!0,extensions:["ico"]},"image/x-jng":{source:"nginx",extensions:["jng"]},"image/x-mrsid-image":{source:"apache",extensions:["sid"]},"image/x-ms-bmp":{source:"nginx",compressible:!0,extensions:["bmp"]},"image/x-pcx":{source:"apache",extensions:["pcx"]},"image/x-pict":{source:"apache",extensions:["pic","pct"]},"image/x-portable-anymap":{source:"apache",extensions:["pnm"]},"image/x-portable-bitmap":{source:"apache",extensions:["pbm"]},"image/x-portable-graymap":{source:"apache",extensions:["pgm"]},"image/x-portable-pixmap":{source:"apache",extensions:["ppm"]},"image/x-rgb":{source:"apache",extensions:["rgb"]},"image/x-tga":{source:"apache",extensions:["tga"]},"image/x-xbitmap":{source:"apache",extensions:["xbm"]},"image/x-xcf":{compressible:!1},"image/x-xpixmap":{source:"apache",extensions:["xpm"]},"image/x-xwindowdump":{source:"apache",extensions:["xwd"]},"message/cpim":{source:"iana"},"message/delivery-status":{source:"iana"},"message/disposition-notification":{source:"iana",extensions:["disposition-notification"]},"message/external-body":{source:"iana"},"message/feedback-report":{source:"iana"},"message/global":{source:"iana",extensions:["u8msg"]},"message/global-delivery-status":{source:"iana",extensions:["u8dsn"]},"message/global-disposition-notification":{source:"iana",extensions:["u8mdn"]},"message/global-headers":{source:"iana",extensions:["u8hdr"]},"message/http":{source:"iana",compressible:!1},"message/imdn+xml":{source:"iana",compressible:!0},"message/news":{source:"iana"},"message/partial":{source:"iana",compressible:!1},"message/rfc822":{source:"iana",compressible:!0,extensions:["eml","mime"]},"message/s-http":{source:"iana"},"message/sip":{source:"iana"},"message/sipfrag":{source:"iana"},"message/tracking-status":{source:"iana"},"message/vnd.si.simp":{source:"iana"},"message/vnd.wfa.wsc":{source:"iana",extensions:["wsc"]},"model/3mf":{source:"iana",extensions:["3mf"]},"model/e57":{source:"iana"},"model/gltf+json":{source:"iana",compressible:!0,extensions:["gltf"]},"model/gltf-binary":{source:"iana",compressible:!0,extensions:["glb"]},"model/iges":{source:"iana",compressible:!1,extensions:["igs","iges"]},"model/mesh":{source:"iana",compressible:!1,extensions:["msh","mesh","silo"]},"model/mtl":{source:"iana",extensions:["mtl"]},"model/obj":{source:"iana",extensions:["obj"]},"model/step":{source:"iana"},"model/step+xml":{source:"iana",compressible:!0,extensions:["stpx"]},"model/step+zip":{source:"iana",compressible:!1,extensions:["stpz"]},"model/step-xml+zip":{source:"iana",compressible:!1,extensions:["stpxz"]},"model/stl":{source:"iana",extensions:["stl"]},"model/vnd.collada+xml":{source:"iana",compressible:!0,extensions:["dae"]},"model/vnd.dwf":{source:"iana",extensions:["dwf"]},"model/vnd.flatland.3dml":{source:"iana"},"model/vnd.gdl":{source:"iana",extensions:["gdl"]},"model/vnd.gs-gdl":{source:"apache"},"model/vnd.gs.gdl":{source:"iana"},"model/vnd.gtw":{source:"iana",extensions:["gtw"]},"model/vnd.moml+xml":{source:"iana",compressible:!0},"model/vnd.mts":{source:"iana",extensions:["mts"]},"model/vnd.opengex":{source:"iana",extensions:["ogex"]},"model/vnd.parasolid.transmit.binary":{source:"iana",extensions:["x_b"]},"model/vnd.parasolid.transmit.text":{source:"iana",extensions:["x_t"]},"model/vnd.pytha.pyox":{source:"iana"},"model/vnd.rosette.annotated-data-model":{source:"iana"},"model/vnd.sap.vds":{source:"iana",extensions:["vds"]},"model/vnd.usdz+zip":{source:"iana",compressible:!1,extensions:["usdz"]},"model/vnd.valve.source.compiled-map":{source:"iana",extensions:["bsp"]},"model/vnd.vtu":{source:"iana",extensions:["vtu"]},"model/vrml":{source:"iana",compressible:!1,extensions:["wrl","vrml"]},"model/x3d+binary":{source:"apache",compressible:!1,extensions:["x3db","x3dbz"]},"model/x3d+fastinfoset":{source:"iana",extensions:["x3db"]},"model/x3d+vrml":{source:"apache",compressible:!1,extensions:["x3dv","x3dvz"]},"model/x3d+xml":{source:"iana",compressible:!0,extensions:["x3d","x3dz"]},"model/x3d-vrml":{source:"iana",extensions:["x3dv"]},"multipart/alternative":{source:"iana",compressible:!1},"multipart/appledouble":{source:"iana"},"multipart/byteranges":{source:"iana"},"multipart/digest":{source:"iana"},"multipart/encrypted":{source:"iana",compressible:!1},"multipart/form-data":{source:"iana",compressible:!1},"multipart/header-set":{source:"iana"},"multipart/mixed":{source:"iana"},"multipart/multilingual":{source:"iana"},"multipart/parallel":{source:"iana"},"multipart/related":{source:"iana",compressible:!1},"multipart/report":{source:"iana"},"multipart/signed":{source:"iana",compressible:!1},"multipart/vnd.bint.med-plus":{source:"iana"},"multipart/voice-message":{source:"iana"},"multipart/x-mixed-replace":{source:"iana"},"text/1d-interleaved-parityfec":{source:"iana"},"text/cache-manifest":{source:"iana",compressible:!0,extensions:["appcache","manifest"]},"text/calendar":{source:"iana",extensions:["ics","ifb"]},"text/calender":{compressible:!0},"text/cmd":{compressible:!0},"text/coffeescript":{extensions:["coffee","litcoffee"]},"text/cql":{source:"iana"},"text/cql-expression":{source:"iana"},"text/cql-identifier":{source:"iana"},"text/css":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["css"]},"text/csv":{source:"iana",compressible:!0,extensions:["csv"]},"text/csv-schema":{source:"iana"},"text/directory":{source:"iana"},"text/dns":{source:"iana"},"text/ecmascript":{source:"iana"},"text/encaprtp":{source:"iana"},"text/enriched":{source:"iana"},"text/fhirpath":{source:"iana"},"text/flexfec":{source:"iana"},"text/fwdred":{source:"iana"},"text/gff3":{source:"iana"},"text/grammar-ref-list":{source:"iana"},"text/html":{source:"iana",compressible:!0,extensions:["html","htm","shtml"]},"text/jade":{extensions:["jade"]},"text/javascript":{source:"iana",compressible:!0},"text/jcr-cnd":{source:"iana"},"text/jsx":{compressible:!0,extensions:["jsx"]},"text/less":{compressible:!0,extensions:["less"]},"text/markdown":{source:"iana",compressible:!0,extensions:["markdown","md"]},"text/mathml":{source:"nginx",extensions:["mml"]},"text/mdx":{compressible:!0,extensions:["mdx"]},"text/mizar":{source:"iana"},"text/n3":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["n3"]},"text/parameters":{source:"iana",charset:"UTF-8"},"text/parityfec":{source:"iana"},"text/plain":{source:"iana",compressible:!0,extensions:["txt","text","conf","def","list","log","in","ini"]},"text/provenance-notation":{source:"iana",charset:"UTF-8"},"text/prs.fallenstein.rst":{source:"iana"},"text/prs.lines.tag":{source:"iana",extensions:["dsc"]},"text/prs.prop.logic":{source:"iana"},"text/raptorfec":{source:"iana"},"text/red":{source:"iana"},"text/rfc822-headers":{source:"iana"},"text/richtext":{source:"iana",compressible:!0,extensions:["rtx"]},"text/rtf":{source:"iana",compressible:!0,extensions:["rtf"]},"text/rtp-enc-aescm128":{source:"iana"},"text/rtploopback":{source:"iana"},"text/rtx":{source:"iana"},"text/sgml":{source:"iana",extensions:["sgml","sgm"]},"text/shaclc":{source:"iana"},"text/shex":{source:"iana",extensions:["shex"]},"text/slim":{extensions:["slim","slm"]},"text/spdx":{source:"iana",extensions:["spdx"]},"text/strings":{source:"iana"},"text/stylus":{extensions:["stylus","styl"]},"text/t140":{source:"iana"},"text/tab-separated-values":{source:"iana",compressible:!0,extensions:["tsv"]},"text/troff":{source:"iana",extensions:["t","tr","roff","man","me","ms"]},"text/turtle":{source:"iana",charset:"UTF-8",extensions:["ttl"]},"text/ulpfec":{source:"iana"},"text/uri-list":{source:"iana",compressible:!0,extensions:["uri","uris","urls"]},"text/vcard":{source:"iana",compressible:!0,extensions:["vcard"]},"text/vnd.a":{source:"iana"},"text/vnd.abc":{source:"iana"},"text/vnd.ascii-art":{source:"iana"},"text/vnd.curl":{source:"iana",extensions:["curl"]},"text/vnd.curl.dcurl":{source:"apache",extensions:["dcurl"]},"text/vnd.curl.mcurl":{source:"apache",extensions:["mcurl"]},"text/vnd.curl.scurl":{source:"apache",extensions:["scurl"]},"text/vnd.debian.copyright":{source:"iana",charset:"UTF-8"},"text/vnd.dmclientscript":{source:"iana"},"text/vnd.dvb.subtitle":{source:"iana",extensions:["sub"]},"text/vnd.esmertec.theme-descriptor":{source:"iana",charset:"UTF-8"},"text/vnd.familysearch.gedcom":{source:"iana",extensions:["ged"]},"text/vnd.ficlab.flt":{source:"iana"},"text/vnd.fly":{source:"iana",extensions:["fly"]},"text/vnd.fmi.flexstor":{source:"iana",extensions:["flx"]},"text/vnd.gml":{source:"iana"},"text/vnd.graphviz":{source:"iana",extensions:["gv"]},"text/vnd.hans":{source:"iana"},"text/vnd.hgl":{source:"iana"},"text/vnd.in3d.3dml":{source:"iana",extensions:["3dml"]},"text/vnd.in3d.spot":{source:"iana",extensions:["spot"]},"text/vnd.iptc.newsml":{source:"iana"},"text/vnd.iptc.nitf":{source:"iana"},"text/vnd.latex-z":{source:"iana"},"text/vnd.motorola.reflex":{source:"iana"},"text/vnd.ms-mediapackage":{source:"iana"},"text/vnd.net2phone.commcenter.command":{source:"iana"},"text/vnd.radisys.msml-basic-layout":{source:"iana"},"text/vnd.senx.warpscript":{source:"iana"},"text/vnd.si.uricatalogue":{source:"iana"},"text/vnd.sosi":{source:"iana"},"text/vnd.sun.j2me.app-descriptor":{source:"iana",charset:"UTF-8",extensions:["jad"]},"text/vnd.trolltech.linguist":{source:"iana",charset:"UTF-8"},"text/vnd.wap.si":{source:"iana"},"text/vnd.wap.sl":{source:"iana"},"text/vnd.wap.wml":{source:"iana",extensions:["wml"]},"text/vnd.wap.wmlscript":{source:"iana",extensions:["wmls"]},"text/vtt":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["vtt"]},"text/x-asm":{source:"apache",extensions:["s","asm"]},"text/x-c":{source:"apache",extensions:["c","cc","cxx","cpp","h","hh","dic"]},"text/x-component":{source:"nginx",extensions:["htc"]},"text/x-fortran":{source:"apache",extensions:["f","for","f77","f90"]},"text/x-gwt-rpc":{compressible:!0},"text/x-handlebars-template":{extensions:["hbs"]},"text/x-java-source":{source:"apache",extensions:["java"]},"text/x-jquery-tmpl":{compressible:!0},"text/x-lua":{extensions:["lua"]},"text/x-markdown":{compressible:!0,extensions:["mkd"]},"text/x-nfo":{source:"apache",extensions:["nfo"]},"text/x-opml":{source:"apache",extensions:["opml"]},"text/x-org":{compressible:!0,extensions:["org"]},"text/x-pascal":{source:"apache",extensions:["p","pas"]},"text/x-processing":{compressible:!0,extensions:["pde"]},"text/x-sass":{extensions:["sass"]},"text/x-scss":{extensions:["scss"]},"text/x-setext":{source:"apache",extensions:["etx"]},"text/x-sfv":{source:"apache",extensions:["sfv"]},"text/x-suse-ymp":{compressible:!0,extensions:["ymp"]},"text/x-uuencode":{source:"apache",extensions:["uu"]},"text/x-vcalendar":{source:"apache",extensions:["vcs"]},"text/x-vcard":{source:"apache",extensions:["vcf"]},"text/xml":{source:"iana",compressible:!0,extensions:["xml"]},"text/xml-external-parsed-entity":{source:"iana"},"text/yaml":{compressible:!0,extensions:["yaml","yml"]},"video/1d-interleaved-parityfec":{source:"iana"},"video/3gpp":{source:"iana",extensions:["3gp","3gpp"]},"video/3gpp-tt":{source:"iana"},"video/3gpp2":{source:"iana",extensions:["3g2"]},"video/av1":{source:"iana"},"video/bmpeg":{source:"iana"},"video/bt656":{source:"iana"},"video/celb":{source:"iana"},"video/dv":{source:"iana"},"video/encaprtp":{source:"iana"},"video/ffv1":{source:"iana"},"video/flexfec":{source:"iana"},"video/h261":{source:"iana",extensions:["h261"]},"video/h263":{source:"iana",extensions:["h263"]},"video/h263-1998":{source:"iana"},"video/h263-2000":{source:"iana"},"video/h264":{source:"iana",extensions:["h264"]},"video/h264-rcdo":{source:"iana"},"video/h264-svc":{source:"iana"},"video/h265":{source:"iana"},"video/iso.segment":{source:"iana",extensions:["m4s"]},"video/jpeg":{source:"iana",extensions:["jpgv"]},"video/jpeg2000":{source:"iana"},"video/jpm":{source:"apache",extensions:["jpm","jpgm"]},"video/jxsv":{source:"iana"},"video/mj2":{source:"iana",extensions:["mj2","mjp2"]},"video/mp1s":{source:"iana"},"video/mp2p":{source:"iana"},"video/mp2t":{source:"iana",extensions:["ts"]},"video/mp4":{source:"iana",compressible:!1,extensions:["mp4","mp4v","mpg4"]},"video/mp4v-es":{source:"iana"},"video/mpeg":{source:"iana",compressible:!1,extensions:["mpeg","mpg","mpe","m1v","m2v"]},"video/mpeg4-generic":{source:"iana"},"video/mpv":{source:"iana"},"video/nv":{source:"iana"},"video/ogg":{source:"iana",compressible:!1,extensions:["ogv"]},"video/parityfec":{source:"iana"},"video/pointer":{source:"iana"},"video/quicktime":{source:"iana",compressible:!1,extensions:["qt","mov"]},"video/raptorfec":{source:"iana"},"video/raw":{source:"iana"},"video/rtp-enc-aescm128":{source:"iana"},"video/rtploopback":{source:"iana"},"video/rtx":{source:"iana"},"video/scip":{source:"iana"},"video/smpte291":{source:"iana"},"video/smpte292m":{source:"iana"},"video/ulpfec":{source:"iana"},"video/vc1":{source:"iana"},"video/vc2":{source:"iana"},"video/vnd.cctv":{source:"iana"},"video/vnd.dece.hd":{source:"iana",extensions:["uvh","uvvh"]},"video/vnd.dece.mobile":{source:"iana",extensions:["uvm","uvvm"]},"video/vnd.dece.mp4":{source:"iana"},"video/vnd.dece.pd":{source:"iana",extensions:["uvp","uvvp"]},"video/vnd.dece.sd":{source:"iana",extensions:["uvs","uvvs"]},"video/vnd.dece.video":{source:"iana",extensions:["uvv","uvvv"]},"video/vnd.directv.mpeg":{source:"iana"},"video/vnd.directv.mpeg-tts":{source:"iana"},"video/vnd.dlna.mpeg-tts":{source:"iana"},"video/vnd.dvb.file":{source:"iana",extensions:["dvb"]},"video/vnd.fvt":{source:"iana",extensions:["fvt"]},"video/vnd.hns.video":{source:"iana"},"video/vnd.iptvforum.1dparityfec-1010":{source:"iana"},"video/vnd.iptvforum.1dparityfec-2005":{source:"iana"},"video/vnd.iptvforum.2dparityfec-1010":{source:"iana"},"video/vnd.iptvforum.2dparityfec-2005":{source:"iana"},"video/vnd.iptvforum.ttsavc":{source:"iana"},"video/vnd.iptvforum.ttsmpeg2":{source:"iana"},"video/vnd.motorola.video":{source:"iana"},"video/vnd.motorola.videop":{source:"iana"},"video/vnd.mpegurl":{source:"iana",extensions:["mxu","m4u"]},"video/vnd.ms-playready.media.pyv":{source:"iana",extensions:["pyv"]},"video/vnd.nokia.interleaved-multimedia":{source:"iana"},"video/vnd.nokia.mp4vr":{source:"iana"},"video/vnd.nokia.videovoip":{source:"iana"},"video/vnd.objectvideo":{source:"iana"},"video/vnd.radgamettools.bink":{source:"iana"},"video/vnd.radgamettools.smacker":{source:"iana"},"video/vnd.sealed.mpeg1":{source:"iana"},"video/vnd.sealed.mpeg4":{source:"iana"},"video/vnd.sealed.swf":{source:"iana"},"video/vnd.sealedmedia.softseal.mov":{source:"iana"},"video/vnd.uvvu.mp4":{source:"iana",extensions:["uvu","uvvu"]},"video/vnd.vivo":{source:"iana",extensions:["viv"]},"video/vnd.youtube.yt":{source:"iana"},"video/vp8":{source:"iana"},"video/vp9":{source:"iana"},"video/webm":{source:"apache",compressible:!1,extensions:["webm"]},"video/x-f4v":{source:"apache",extensions:["f4v"]},"video/x-fli":{source:"apache",extensions:["fli"]},"video/x-flv":{source:"apache",compressible:!1,extensions:["flv"]},"video/x-m4v":{source:"apache",extensions:["m4v"]},"video/x-matroska":{source:"apache",compressible:!1,extensions:["mkv","mk3d","mks"]},"video/x-mng":{source:"apache",extensions:["mng"]},"video/x-ms-asf":{source:"apache",extensions:["asf","asx"]},"video/x-ms-vob":{source:"apache",extensions:["vob"]},"video/x-ms-wm":{source:"apache",extensions:["wm"]},"video/x-ms-wmv":{source:"apache",compressible:!1,extensions:["wmv"]},"video/x-ms-wmx":{source:"apache",extensions:["wmx"]},"video/x-ms-wvx":{source:"apache",extensions:["wvx"]},"video/x-msvideo":{source:"apache",extensions:["avi"]},"video/x-sgi-movie":{source:"apache",extensions:["movie"]},"video/x-smv":{source:"apache",extensions:["smv"]},"x-conference/x-cooltalk":{source:"apache",extensions:["ice"]},"x-shader/x-fragment":{compressible:!0},"x-shader/x-vertex":{compressible:!0}}});var pn=b((Yq,on)=>{on.exports=nn()});var ln=b(X=>{"use strict";var $t=pn(),fy=require("path").extname,cn=/^\s*([^;\s]*)(?:;|\s|$)/,yy=/^text\//i;X.charset=un;X.charsets={lookup:un};X.contentType=xy;X.extension=hy;X.extensions=Object.create(null);X.lookup=by;X.types=Object.create(null);Ry(X.extensions,X.types);function un(e){if(!e||typeof e!="string")return!1;var t=cn.exec(e),s=t&&$t[t[1].toLowerCase()];return s&&s.charset?s.charset:t&&yy.test(t[1])?"UTF-8":!1}function xy(e){if(!e||typeof e!="string")return!1;var t=e.indexOf("/")===-1?X.lookup(e):e;if(!t)return!1;if(t.indexOf("charset")===-1){var s=X.charset(t);s&&(t+="; charset="+s.toLowerCase())}return t}function hy(e){if(!e||typeof e!="string")return!1;var t=cn.exec(e),s=t&&X.extensions[t[1].toLowerCase()];return!s||!s.length?!1:s[0]}function by(e){if(!e||typeof e!="string")return!1;var t=fy("x."+e).toLowerCase().substr(1);return t&&X.types[t]||!1}function Ry(e,t){var s=["nginx","apache",void 0,"iana"];Object.keys($t).forEach(function(a){var o=$t[a],p=o.extensions;if(!(!p||!p.length)){e[a]=p;for(var i=0;i<p.length;i++){var n=p[i];if(t[n]){var u=s.indexOf($t[t[n]].source),c=s.indexOf(o.source);if(t[n]!=="application/octet-stream"&&(u>c||u===c&&t[n].substr(0,12)==="application/"))continue}t[n]=a}}})}});var mn=b((Zq,dn)=>{dn.exports=qy;function qy(e){var t=typeof setImmediate=="function"?setImmediate:typeof process=="object"&&typeof process.nextTick=="function"?process.nextTick:null;t?t(e):setTimeout(e,0)}});var or=b((ev,fn)=>{var gn=mn();fn.exports=vy;function vy(e){var t=!1;return gn(function(){t=!0}),function(r,a){t?e(r,a):gn(function(){e(r,a)})}}});var ir=b((tv,yn)=>{yn.exports=ky;function ky(e){Object.keys(e.jobs).forEach(Iy.bind(e)),e.jobs={}}function Iy(e){typeof this.jobs[e]=="function"&&this.jobs[e]()}});var pr=b((sv,hn)=>{var xn=or(),wy=ir();hn.exports=Py;function Py(e,t,s,r){var a=s.keyedList?s.keyedList[s.index]:s.index;s.jobs[a]=Ty(t,a,e[a],function(o,p){a in s.jobs&&(delete s.jobs[a],o?wy(s):s.results[a]=p,r(o,s.results))})}function Ty(e,t,s,r){var a;return e.length==2?a=e(s,xn(r)):a=e(s,t,xn(r)),a}});var cr=b((rv,bn)=>{bn.exports=Ay;function Ay(e,t){var s=!Array.isArray(e),r={index:0,keyedList:s||t?Object.keys(e):null,jobs:{},results:s?{}:[],size:s?Object.keys(e).length:e.length};return t&&r.keyedList.sort(s?t:function(a,o){return t(e[a],e[o])}),r}});var ur=b((av,Rn)=>{var Cy=ir(),By=or();Rn.exports=Uy;function Uy(e){Object.keys(this.jobs).length&&(this.index=this.size,Cy(this),By(e)(null,this.results))}});var vn=b((nv,qn)=>{var Ly=pr(),Ey=cr(),Sy=ur();qn.exports=_y;function _y(e,t,s){for(var r=Ey(e);r.index<(r.keyedList||e).length;)Ly(e,t,r,function(a,o){if(a){s(a,o);return}if(Object.keys(r.jobs).length===0){s(null,r.results);return}}),r.index++;return Sy.bind(r,s)}});var lr=b((ov,Kt)=>{var kn=pr(),Gy=cr(),Wy=ur();Kt.exports=Dy;Kt.exports.ascending=In;Kt.exports.descending=Fy;function Dy(e,t,s,r){var a=Gy(e,s);return kn(e,t,a,function o(p,i){if(p){r(p,i);return}if(a.index++,a.index<(a.keyedList||e).length){kn(e,t,a,o);return}r(null,a.results)}),Wy.bind(a,r)}function In(e,t){return e<t?-1:e>t?1:0}function Fy(e,t){return-1*In(e,t)}});var Pn=b((iv,wn)=>{var Oy=lr();wn.exports=Hy;function Hy(e,t,s){return Oy(e,t,null,s)}});var An=b((pv,Tn)=>{Tn.exports={parallel:vn(),serial:Pn(),serialOrdered:lr()}});var Bn=b((cv,Cn)=>{Cn.exports=function(e,t){return Object.keys(t).forEach(function(s){e[s]=e[s]||t[s]}),e}});var En=b((uv,Ln)=>{var fr=an(),Un=require("util"),dr=require("path"),Qy=require("http"),My=require("https"),Ny=require("url").parse,jy=require("fs"),Vy=require("stream").Stream,mr=ln(),zy=An(),gr=Bn();Ln.exports=C;Un.inherits(C,fr);function C(e){if(!(this instanceof C))return new C(e);this._overheadLength=0,this._valueLength=0,this._valuesToMeasure=[],fr.call(this),e=e||{};for(var t in e)this[t]=e[t]}C.LINE_BREAK=`\r
2
- `;C.DEFAULT_CONTENT_TYPE="application/octet-stream";C.prototype.append=function(e,t,s){s=s||{},typeof s=="string"&&(s={filename:s});var r=fr.prototype.append.bind(this);if(typeof t=="number"&&(t=""+t),Un.isArray(t)){this._error(new Error("Arrays are not supported."));return}var a=this._multiPartHeader(e,t,s),o=this._multiPartFooter();r(a),r(t),r(o),this._trackLength(a,t,s)};C.prototype._trackLength=function(e,t,s){var r=0;s.knownLength!=null?r+=+s.knownLength:Buffer.isBuffer(t)?r=t.length:typeof t=="string"&&(r=Buffer.byteLength(t)),this._valueLength+=r,this._overheadLength+=Buffer.byteLength(e)+C.LINE_BREAK.length,!(!t||!t.path&&!(t.readable&&t.hasOwnProperty("httpVersion"))&&!(t instanceof Vy))&&(s.knownLength||this._valuesToMeasure.push(t))};C.prototype._lengthRetriever=function(e,t){e.hasOwnProperty("fd")?e.end!=null&&e.end!=1/0&&e.start!=null?t(null,e.end+1-(e.start?e.start:0)):jy.stat(e.path,function(s,r){var a;if(s){t(s);return}a=r.size-(e.start?e.start:0),t(null,a)}):e.hasOwnProperty("httpVersion")?t(null,+e.headers["content-length"]):e.hasOwnProperty("httpModule")?(e.on("response",function(s){e.pause(),t(null,+s.headers["content-length"])}),e.resume()):t("Unknown stream")};C.prototype._multiPartHeader=function(e,t,s){if(typeof s.header=="string")return s.header;var r=this._getContentDisposition(t,s),a=this._getContentType(t,s),o="",p={"Content-Disposition":["form-data",'name="'+e+'"'].concat(r||[]),"Content-Type":[].concat(a||[])};typeof s.header=="object"&&gr(p,s.header);var i;for(var n in p)p.hasOwnProperty(n)&&(i=p[n],i!=null&&(Array.isArray(i)||(i=[i]),i.length&&(o+=n+": "+i.join("; ")+C.LINE_BREAK)));return"--"+this.getBoundary()+C.LINE_BREAK+o+C.LINE_BREAK};C.prototype._getContentDisposition=function(e,t){var s,r;return typeof t.filepath=="string"?s=dr.normalize(t.filepath).replace(/\\/g,"/"):t.filename||e.name||e.path?s=dr.basename(t.filename||e.name||e.path):e.readable&&e.hasOwnProperty("httpVersion")&&(s=dr.basename(e.client._httpMessage.path||"")),s&&(r='filename="'+s+'"'),r};C.prototype._getContentType=function(e,t){var s=t.contentType;return!s&&e.name&&(s=mr.lookup(e.name)),!s&&e.path&&(s=mr.lookup(e.path)),!s&&e.readable&&e.hasOwnProperty("httpVersion")&&(s=e.headers["content-type"]),!s&&(t.filepath||t.filename)&&(s=mr.lookup(t.filepath||t.filename)),!s&&typeof e=="object"&&(s=C.DEFAULT_CONTENT_TYPE),s};C.prototype._multiPartFooter=function(){return function(e){var t=C.LINE_BREAK,s=this._streams.length===0;s&&(t+=this._lastBoundary()),e(t)}.bind(this)};C.prototype._lastBoundary=function(){return"--"+this.getBoundary()+"--"+C.LINE_BREAK};C.prototype.getHeaders=function(e){var t,s={"content-type":"multipart/form-data; boundary="+this.getBoundary()};for(t in e)e.hasOwnProperty(t)&&(s[t.toLowerCase()]=e[t]);return s};C.prototype.setBoundary=function(e){this._boundary=e};C.prototype.getBoundary=function(){return this._boundary||this._generateBoundary(),this._boundary};C.prototype.getBuffer=function(){for(var e=new Buffer.alloc(0),t=this.getBoundary(),s=0,r=this._streams.length;s<r;s++)typeof this._streams[s]!="function"&&(Buffer.isBuffer(this._streams[s])?e=Buffer.concat([e,this._streams[s]]):e=Buffer.concat([e,Buffer.from(this._streams[s])]),(typeof this._streams[s]!="string"||this._streams[s].substring(2,t.length+2)!==t)&&(e=Buffer.concat([e,Buffer.from(C.LINE_BREAK)])));return Buffer.concat([e,Buffer.from(this._lastBoundary())])};C.prototype._generateBoundary=function(){for(var e="--------------------------",t=0;t<24;t++)e+=Math.floor(Math.random()*10).toString(16);this._boundary=e};C.prototype.getLengthSync=function(){var e=this._overheadLength+this._valueLength;return this._streams.length&&(e+=this._lastBoundary().length),this.hasKnownLength()||this._error(new Error("Cannot calculate proper length in synchronous way.")),e};C.prototype.hasKnownLength=function(){var e=!0;return this._valuesToMeasure.length&&(e=!1),e};C.prototype.getLength=function(e){var t=this._overheadLength+this._valueLength;if(this._streams.length&&(t+=this._lastBoundary().length),!this._valuesToMeasure.length){process.nextTick(e.bind(this,null,t));return}zy.parallel(this._valuesToMeasure,this._lengthRetriever,function(s,r){if(s){e(s);return}r.forEach(function(a){t+=a}),e(null,t)})};C.prototype.submit=function(e,t){var s,r,a={method:"post"};return typeof e=="string"?(e=Ny(e),r=gr({port:e.port,path:e.pathname,host:e.hostname,protocol:e.protocol},a)):(r=gr(e,a),r.port||(r.port=r.protocol=="https:"?443:80)),r.headers=this.getHeaders(e.headers),r.protocol=="https:"?s=My.request(r):s=Qy.request(r),this.getLength(function(o,p){if(o&&o!=="Unknown stream"){this._error(o);return}if(p&&s.setHeader("Content-Length",p),this.pipe(s),t){var i,n=function(u,c){return s.removeListener("error",n),s.removeListener("response",i),t.call(this,u,c)};i=n.bind(this,null),s.on("error",n),s.on("response",i)}}.bind(this)),s};C.prototype._error=function(e){this.error||(this.error=e,this.pause(),this.emit("error",e))};C.prototype.toString=function(){return"[object FormData]"}});var Kn=b($n=>{"use strict";var cx=require("url").parse,ux={ftp:21,gopher:70,http:80,https:443,ws:80,wss:443},lx=String.prototype.endsWith||function(e){return e.length<=this.length&&this.indexOf(e,this.length-e.length)!==-1};function dx(e){var t=typeof e=="string"?cx(e):e||{},s=t.protocol,r=t.host,a=t.port;if(typeof r!="string"||!r||typeof s!="string"||(s=s.split(":",1)[0],r=r.replace(/:\d*$/,""),a=parseInt(a)||ux[s]||0,!mx(r,a)))return"";var o=et("npm_config_"+s+"_proxy")||et(s+"_proxy")||et("npm_config_proxy")||et("all_proxy");return o&&o.indexOf("://")===-1&&(o=s+"://"+o),o}function mx(e,t){var s=(et("npm_config_no_proxy")||et("no_proxy")).toLowerCase();return s?s==="*"?!1:s.split(/[,\s]/).every(function(r){if(!r)return!0;var a=r.match(/^(.+):(\d+)$/),o=a?a[1]:r,p=a?parseInt(a[2]):0;return p&&p!==t?!0:/^[.*]/.test(o)?(o.charAt(0)==="*"&&(o=o.slice(1)),!lx.call(e,o)):e!==o}):!0}function et(e){return process.env[e.toLowerCase()]||process.env[e.toUpperCase()]||""}$n.getProxyForUrl=dx});var Yn=b((lk,Jn)=>{var tt=1e3,st=tt*60,rt=st*60,Ge=rt*24,gx=Ge*7,fx=Ge*365.25;Jn.exports=function(e,t){t=t||{};var s=typeof e;if(s==="string"&&e.length>0)return yx(e);if(s==="number"&&isFinite(e))return t.long?hx(e):xx(e);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))};function yx(e){if(e=String(e),!(e.length>100)){var t=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(e);if(t){var s=parseFloat(t[1]),r=(t[2]||"ms").toLowerCase();switch(r){case"years":case"year":case"yrs":case"yr":case"y":return s*fx;case"weeks":case"week":case"w":return s*gx;case"days":case"day":case"d":return s*Ge;case"hours":case"hour":case"hrs":case"hr":case"h":return s*rt;case"minutes":case"minute":case"mins":case"min":case"m":return s*st;case"seconds":case"second":case"secs":case"sec":case"s":return s*tt;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return s;default:return}}}}function xx(e){var t=Math.abs(e);return t>=Ge?Math.round(e/Ge)+"d":t>=rt?Math.round(e/rt)+"h":t>=st?Math.round(e/st)+"m":t>=tt?Math.round(e/tt)+"s":e+"ms"}function hx(e){var t=Math.abs(e);return t>=Ge?Zt(e,t,Ge,"day"):t>=rt?Zt(e,t,rt,"hour"):t>=st?Zt(e,t,st,"minute"):t>=tt?Zt(e,t,tt,"second"):e+" ms"}function Zt(e,t,s,r){var a=t>=s*1.5;return Math.round(e/s)+" "+r+(a?"s":"")}});var wr=b((dk,Xn)=>{function bx(e){s.debug=s,s.default=s,s.coerce=n,s.disable=p,s.enable=a,s.enabled=i,s.humanize=Yn(),s.destroy=u,Object.keys(e).forEach(c=>{s[c]=e[c]}),s.names=[],s.skips=[],s.formatters={};function t(c){let f=0;for(let y=0;y<c.length;y++)f=(f<<5)-f+c.charCodeAt(y),f|=0;return s.colors[Math.abs(f)%s.colors.length]}s.selectColor=t;function s(c){let f,y=null,h,g;function x(...v){if(!x.enabled)return;let q=x,T=Number(new Date),A=T-(f||T);q.diff=A,q.prev=f,q.curr=T,f=T,v[0]=s.coerce(v[0]),typeof v[0]!="string"&&v.unshift("%O");let U=0;v[0]=v[0].replace(/%([a-zA-Z%])/g,(Z,ee)=>{if(Z==="%%")return"%";U++;let te=s.formatters[ee];if(typeof te=="function"){let $=v[U];Z=te.call(q,$),v.splice(U,1),U--}return Z}),s.formatArgs.call(q,v),(q.log||s.log).apply(q,v)}return x.namespace=c,x.useColors=s.useColors(),x.color=s.selectColor(c),x.extend=r,x.destroy=s.destroy,Object.defineProperty(x,"enabled",{enumerable:!0,configurable:!1,get:()=>y!==null?y:(h!==s.namespaces&&(h=s.namespaces,g=s.enabled(c)),g),set:v=>{y=v}}),typeof s.init=="function"&&s.init(x),x}function r(c,f){let y=s(this.namespace+(typeof f>"u"?":":f)+c);return y.log=this.log,y}function a(c){s.save(c),s.namespaces=c,s.names=[],s.skips=[];let f=(typeof c=="string"?c:"").trim().replace(" ",",").split(",").filter(Boolean);for(let y of f)y[0]==="-"?s.skips.push(y.slice(1)):s.names.push(y)}function o(c,f){let y=0,h=0,g=-1,x=0;for(;y<c.length;)if(h<f.length&&(f[h]===c[y]||f[h]==="*"))f[h]==="*"?(g=h,x=y,h++):(y++,h++);else if(g!==-1)h=g+1,x++,y=x;else return!1;for(;h<f.length&&f[h]==="*";)h++;return h===f.length}function p(){let c=[...s.names,...s.skips.map(f=>"-"+f)].join(",");return s.enable(""),c}function i(c){for(let f of s.skips)if(o(c,f))return!1;for(let f of s.names)if(o(c,f))return!0;return!1}function n(c){return c instanceof Error?c.stack||c.message:c}function u(){console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")}return s.enable(s.load()),s}Xn.exports=bx});var Zn=b((re,es)=>{re.formatArgs=qx;re.save=vx;re.load=kx;re.useColors=Rx;re.storage=Ix();re.destroy=(()=>{let e=!1;return()=>{e||(e=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}})();re.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 Rx(){if(typeof window<"u"&&window.process&&(window.process.type==="renderer"||window.process.__nwjs))return!0;if(typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))return!1;let e;return typeof document<"u"&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||typeof window<"u"&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||typeof navigator<"u"&&navigator.userAgent&&(e=navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/))&&parseInt(e[1],10)>=31||typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)}function qx(e){if(e[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+e[0]+(this.useColors?"%c ":" ")+"+"+es.exports.humanize(this.diff),!this.useColors)return;let t="color: "+this.color;e.splice(1,0,t,"color: inherit");let s=0,r=0;e[0].replace(/%[a-zA-Z%]/g,a=>{a!=="%%"&&(s++,a==="%c"&&(r=s))}),e.splice(r,0,t)}re.log=console.debug||console.log||(()=>{});function vx(e){try{e?re.storage.setItem("debug",e):re.storage.removeItem("debug")}catch{}}function kx(){let e;try{e=re.storage.getItem("debug")}catch{}return!e&&typeof process<"u"&&"env"in process&&(e=process.env.DEBUG),e}function Ix(){try{return localStorage}catch{}}es.exports=wr()(re);var{formatters:wx}=es.exports;wx.j=function(e){try{return JSON.stringify(e)}catch(t){return"[UnexpectedJSONParseError]: "+t.message}}});var to=b((mk,eo)=>{"use strict";eo.exports=(e,t=process.argv)=>{let s=e.startsWith("-")?"":e.length===1?"-":"--",r=t.indexOf(s+e),a=t.indexOf("--");return r!==-1&&(a===-1||r<a)}});var ao=b((gk,ro)=>{"use strict";var Px=require("os"),so=require("tty"),ie=to(),{env:H}=process,Te;ie("no-color")||ie("no-colors")||ie("color=false")||ie("color=never")?Te=0:(ie("color")||ie("colors")||ie("color=true")||ie("color=always"))&&(Te=1);"FORCE_COLOR"in H&&(H.FORCE_COLOR==="true"?Te=1:H.FORCE_COLOR==="false"?Te=0:Te=H.FORCE_COLOR.length===0?1:Math.min(parseInt(H.FORCE_COLOR,10),3));function Pr(e){return e===0?!1:{level:e,hasBasic:!0,has256:e>=2,has16m:e>=3}}function Tr(e,t){if(Te===0)return 0;if(ie("color=16m")||ie("color=full")||ie("color=truecolor"))return 3;if(ie("color=256"))return 2;if(e&&!t&&Te===void 0)return 0;let s=Te||0;if(H.TERM==="dumb")return s;if(process.platform==="win32"){let r=Px.release().split(".");return Number(r[0])>=10&&Number(r[2])>=10586?Number(r[2])>=14931?3:2:1}if("CI"in H)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI","GITHUB_ACTIONS","BUILDKITE"].some(r=>r in H)||H.CI_NAME==="codeship"?1:s;if("TEAMCITY_VERSION"in H)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(H.TEAMCITY_VERSION)?1:0;if(H.COLORTERM==="truecolor")return 3;if("TERM_PROGRAM"in H){let r=parseInt((H.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(H.TERM_PROGRAM){case"iTerm.app":return r>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(H.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(H.TERM)||"COLORTERM"in H?1:s}function Tx(e){let t=Tr(e,e&&e.isTTY);return Pr(t)}ro.exports={supportsColor:Tx,stdout:Pr(Tr(!0,so.isatty(1))),stderr:Pr(Tr(!0,so.isatty(2)))}});var oo=b((Q,ss)=>{var Ax=require("tty"),ts=require("util");Q.init=_x;Q.log=Lx;Q.formatArgs=Bx;Q.save=Ex;Q.load=Sx;Q.useColors=Cx;Q.destroy=ts.deprecate(()=>{},"Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.");Q.colors=[6,2,3,4,5,1];try{let e=ao();e&&(e.stderr||e).level>=2&&(Q.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{}Q.inspectOpts=Object.keys(process.env).filter(e=>/^debug_/i.test(e)).reduce((e,t)=>{let s=t.substring(6).toLowerCase().replace(/_([a-z])/g,(a,o)=>o.toUpperCase()),r=process.env[t];return/^(yes|on|true|enabled)$/i.test(r)?r=!0:/^(no|off|false|disabled)$/i.test(r)?r=!1:r==="null"?r=null:r=Number(r),e[s]=r,e},{});function Cx(){return"colors"in Q.inspectOpts?Boolean(Q.inspectOpts.colors):Ax.isatty(process.stderr.fd)}function Bx(e){let{namespace:t,useColors:s}=this;if(s){let r=this.color,a="\x1B[3"+(r<8?r:"8;5;"+r),o=` ${a};1m${t} \x1B[0m`;e[0]=o+e[0].split(`
1
+ "use strict";var cf=Object.create;var Et=Object.defineProperty;var uf=Object.getOwnPropertyDescriptor;var lf=Object.getOwnPropertyNames;var df=Object.getPrototypeOf,mf=Object.prototype.hasOwnProperty;var h=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),St=(e,t)=>{for(var s in t)Et(e,s,{get:t[s],enumerable:!0})},va=(e,t,s,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of lf(t))!mf.call(e,a)&&a!==s&&Et(e,a,{get:()=>t[a],enumerable:!(r=uf(t,a))||r.enumerable});return e};var G=(e,t,s)=>(s=e!=null?cf(df(e)):{},va(t||!e||!e.__esModule?Et(s,"default",{value:e,enumerable:!0}):s,e)),gf=e=>va(Et({},"__esModule",{value:!0}),e);var Ga=h((qq,Sa)=>{var Ea=require("stream").Stream,Kf=require("util");Sa.exports=oe;function oe(){this.source=null,this.dataSize=0,this.maxDataSize=1024*1024,this.pauseStream=!0,this._maxDataSizeExceeded=!1,this._released=!1,this._bufferedEvents=[]}Kf.inherits(oe,Ea);oe.create=function(e,t){var s=new this;t=t||{};for(var r in t)s[r]=t[r];s.source=e;var a=e.emit;return e.emit=function(){return s._handleEmit(arguments),a.apply(e,arguments)},e.on("error",function(){}),s.pauseStream&&e.pause(),s};Object.defineProperty(oe.prototype,"readable",{configurable:!0,enumerable:!0,get:function(){return this.source.readable}});oe.prototype.setEncoding=function(){return this.source.setEncoding.apply(this.source,arguments)};oe.prototype.resume=function(){this._released||this.release(),this.source.resume()};oe.prototype.pause=function(){this.source.pause()};oe.prototype.release=function(){this._released=!0,this._bufferedEvents.forEach(function(e){this.emit.apply(this,e)}.bind(this)),this._bufferedEvents=[]};oe.prototype.pipe=function(){var e=Ea.prototype.pipe.apply(this,arguments);return this.resume(),e};oe.prototype._handleEmit=function(e){if(this._released){this.emit.apply(this,e);return}e[0]==="data"&&(this.dataSize+=e[1].length,this._checkIfMaxDataSizeExceeded()),this._bufferedEvents.push(e)};oe.prototype._checkIfMaxDataSizeExceeded=function(){if(!this._maxDataSizeExceeded&&!(this.dataSize<=this.maxDataSize)){this._maxDataSizeExceeded=!0;var e="DelayedStream#maxDataSize of "+this.maxDataSize+" bytes exceeded.";this.emit("error",new Error(e))}}});var Oa=h((vq,Fa)=>{var Jf=require("util"),Da=require("stream").Stream,Wa=Ga();Fa.exports=_;function _(){this.writable=!1,this.readable=!0,this.dataSize=0,this.maxDataSize=2*1024*1024,this.pauseStreams=!0,this._released=!1,this._streams=[],this._currentStream=null,this._insideLoop=!1,this._pendingNext=!1}Jf.inherits(_,Da);_.create=function(e){var t=new this;e=e||{};for(var s in e)t[s]=e[s];return t};_.isStreamLike=function(e){return typeof e!="function"&&typeof e!="string"&&typeof e!="boolean"&&typeof e!="number"&&!Buffer.isBuffer(e)};_.prototype.append=function(e){var t=_.isStreamLike(e);if(t){if(!(e instanceof Wa)){var s=Wa.create(e,{maxDataSize:1/0,pauseStream:this.pauseStreams});e.on("data",this._checkDataSize.bind(this)),e=s}this._handleErrors(e),this.pauseStreams&&e.pause()}return this._streams.push(e),this};_.prototype.pipe=function(e,t){return Da.prototype.pipe.call(this,e,t),this.resume(),e};_.prototype._getNext=function(){if(this._currentStream=null,this._insideLoop){this._pendingNext=!0;return}this._insideLoop=!0;try{do this._pendingNext=!1,this._realGetNext();while(this._pendingNext)}finally{this._insideLoop=!1}};_.prototype._realGetNext=function(){var e=this._streams.shift();if(typeof e>"u"){this.end();return}if(typeof e!="function"){this._pipeNext(e);return}var t=e;t(function(s){var r=_.isStreamLike(s);r&&(s.on("data",this._checkDataSize.bind(this)),this._handleErrors(s)),this._pipeNext(s)}.bind(this))};_.prototype._pipeNext=function(e){this._currentStream=e;var t=_.isStreamLike(e);if(t){e.on("end",this._getNext.bind(this)),e.pipe(this,{end:!1});return}var s=e;this.write(s),this._getNext()};_.prototype._handleErrors=function(e){var t=this;e.on("error",function(s){t._emitError(s)})};_.prototype.write=function(e){this.emit("data",e)};_.prototype.pause=function(){this.pauseStreams&&(this.pauseStreams&&this._currentStream&&typeof this._currentStream.pause=="function"&&this._currentStream.pause(),this.emit("pause"))};_.prototype.resume=function(){this._released||(this._released=!0,this.writable=!0,this._getNext()),this.pauseStreams&&this._currentStream&&typeof this._currentStream.resume=="function"&&this._currentStream.resume(),this.emit("resume")};_.prototype.end=function(){this._reset(),this.emit("end")};_.prototype.destroy=function(){this._reset(),this.emit("close")};_.prototype._reset=function(){this.writable=!1,this._streams=[],this._currentStream=null};_.prototype._checkDataSize=function(){if(this._updateDataSize(),!(this.dataSize<=this.maxDataSize)){var e="DelayedStream#maxDataSize of "+this.maxDataSize+" bytes exceeded.";this._emitError(new Error(e))}};_.prototype._updateDataSize=function(){this.dataSize=0;var e=this;this._streams.forEach(function(t){t.dataSize&&(e.dataSize+=t.dataSize)}),this._currentStream&&this._currentStream.dataSize&&(this.dataSize+=this._currentStream.dataSize)};_.prototype._emitError=function(e){this._reset(),this.emit("error",e)}});var Ha=h((kq,Yf)=>{Yf.exports={"application/1d-interleaved-parityfec":{source:"iana"},"application/3gpdash-qoe-report+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/3gpp-ims+xml":{source:"iana",compressible:!0},"application/3gpphal+json":{source:"iana",compressible:!0},"application/3gpphalforms+json":{source:"iana",compressible:!0},"application/a2l":{source:"iana"},"application/ace+cbor":{source:"iana"},"application/activemessage":{source:"iana"},"application/activity+json":{source:"iana",compressible:!0},"application/alto-costmap+json":{source:"iana",compressible:!0},"application/alto-costmapfilter+json":{source:"iana",compressible:!0},"application/alto-directory+json":{source:"iana",compressible:!0},"application/alto-endpointcost+json":{source:"iana",compressible:!0},"application/alto-endpointcostparams+json":{source:"iana",compressible:!0},"application/alto-endpointprop+json":{source:"iana",compressible:!0},"application/alto-endpointpropparams+json":{source:"iana",compressible:!0},"application/alto-error+json":{source:"iana",compressible:!0},"application/alto-networkmap+json":{source:"iana",compressible:!0},"application/alto-networkmapfilter+json":{source:"iana",compressible:!0},"application/alto-updatestreamcontrol+json":{source:"iana",compressible:!0},"application/alto-updatestreamparams+json":{source:"iana",compressible:!0},"application/aml":{source:"iana"},"application/andrew-inset":{source:"iana",extensions:["ez"]},"application/applefile":{source:"iana"},"application/applixware":{source:"apache",extensions:["aw"]},"application/at+jwt":{source:"iana"},"application/atf":{source:"iana"},"application/atfx":{source:"iana"},"application/atom+xml":{source:"iana",compressible:!0,extensions:["atom"]},"application/atomcat+xml":{source:"iana",compressible:!0,extensions:["atomcat"]},"application/atomdeleted+xml":{source:"iana",compressible:!0,extensions:["atomdeleted"]},"application/atomicmail":{source:"iana"},"application/atomsvc+xml":{source:"iana",compressible:!0,extensions:["atomsvc"]},"application/atsc-dwd+xml":{source:"iana",compressible:!0,extensions:["dwd"]},"application/atsc-dynamic-event-message":{source:"iana"},"application/atsc-held+xml":{source:"iana",compressible:!0,extensions:["held"]},"application/atsc-rdt+json":{source:"iana",compressible:!0},"application/atsc-rsat+xml":{source:"iana",compressible:!0,extensions:["rsat"]},"application/atxml":{source:"iana"},"application/auth-policy+xml":{source:"iana",compressible:!0},"application/bacnet-xdd+zip":{source:"iana",compressible:!1},"application/batch-smtp":{source:"iana"},"application/bdoc":{compressible:!1,extensions:["bdoc"]},"application/beep+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/calendar+json":{source:"iana",compressible:!0},"application/calendar+xml":{source:"iana",compressible:!0,extensions:["xcs"]},"application/call-completion":{source:"iana"},"application/cals-1840":{source:"iana"},"application/captive+json":{source:"iana",compressible:!0},"application/cbor":{source:"iana"},"application/cbor-seq":{source:"iana"},"application/cccex":{source:"iana"},"application/ccmp+xml":{source:"iana",compressible:!0},"application/ccxml+xml":{source:"iana",compressible:!0,extensions:["ccxml"]},"application/cdfx+xml":{source:"iana",compressible:!0,extensions:["cdfx"]},"application/cdmi-capability":{source:"iana",extensions:["cdmia"]},"application/cdmi-container":{source:"iana",extensions:["cdmic"]},"application/cdmi-domain":{source:"iana",extensions:["cdmid"]},"application/cdmi-object":{source:"iana",extensions:["cdmio"]},"application/cdmi-queue":{source:"iana",extensions:["cdmiq"]},"application/cdni":{source:"iana"},"application/cea":{source:"iana"},"application/cea-2018+xml":{source:"iana",compressible:!0},"application/cellml+xml":{source:"iana",compressible:!0},"application/cfw":{source:"iana"},"application/city+json":{source:"iana",compressible:!0},"application/clr":{source:"iana"},"application/clue+xml":{source:"iana",compressible:!0},"application/clue_info+xml":{source:"iana",compressible:!0},"application/cms":{source:"iana"},"application/cnrp+xml":{source:"iana",compressible:!0},"application/coap-group+json":{source:"iana",compressible:!0},"application/coap-payload":{source:"iana"},"application/commonground":{source:"iana"},"application/conference-info+xml":{source:"iana",compressible:!0},"application/cose":{source:"iana"},"application/cose-key":{source:"iana"},"application/cose-key-set":{source:"iana"},"application/cpl+xml":{source:"iana",compressible:!0,extensions:["cpl"]},"application/csrattrs":{source:"iana"},"application/csta+xml":{source:"iana",compressible:!0},"application/cstadata+xml":{source:"iana",compressible:!0},"application/csvm+json":{source:"iana",compressible:!0},"application/cu-seeme":{source:"apache",extensions:["cu"]},"application/cwt":{source:"iana"},"application/cybercash":{source:"iana"},"application/dart":{compressible:!0},"application/dash+xml":{source:"iana",compressible:!0,extensions:["mpd"]},"application/dash-patch+xml":{source:"iana",compressible:!0,extensions:["mpp"]},"application/dashdelta":{source:"iana"},"application/davmount+xml":{source:"iana",compressible:!0,extensions:["davmount"]},"application/dca-rft":{source:"iana"},"application/dcd":{source:"iana"},"application/dec-dx":{source:"iana"},"application/dialog-info+xml":{source:"iana",compressible:!0},"application/dicom":{source:"iana"},"application/dicom+json":{source:"iana",compressible:!0},"application/dicom+xml":{source:"iana",compressible:!0},"application/dii":{source:"iana"},"application/dit":{source:"iana"},"application/dns":{source:"iana"},"application/dns+json":{source:"iana",compressible:!0},"application/dns-message":{source:"iana"},"application/docbook+xml":{source:"apache",compressible:!0,extensions:["dbk"]},"application/dots+cbor":{source:"iana"},"application/dskpp+xml":{source:"iana",compressible:!0},"application/dssc+der":{source:"iana",extensions:["dssc"]},"application/dssc+xml":{source:"iana",compressible:!0,extensions:["xdssc"]},"application/dvcs":{source:"iana"},"application/ecmascript":{source:"iana",compressible:!0,extensions:["es","ecma"]},"application/edi-consent":{source:"iana"},"application/edi-x12":{source:"iana",compressible:!1},"application/edifact":{source:"iana",compressible:!1},"application/efi":{source:"iana"},"application/elm+json":{source:"iana",charset:"UTF-8",compressible:!0},"application/elm+xml":{source:"iana",compressible:!0},"application/emergencycalldata.cap+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/emergencycalldata.comment+xml":{source:"iana",compressible:!0},"application/emergencycalldata.control+xml":{source:"iana",compressible:!0},"application/emergencycalldata.deviceinfo+xml":{source:"iana",compressible:!0},"application/emergencycalldata.ecall.msd":{source:"iana"},"application/emergencycalldata.providerinfo+xml":{source:"iana",compressible:!0},"application/emergencycalldata.serviceinfo+xml":{source:"iana",compressible:!0},"application/emergencycalldata.subscriberinfo+xml":{source:"iana",compressible:!0},"application/emergencycalldata.veds+xml":{source:"iana",compressible:!0},"application/emma+xml":{source:"iana",compressible:!0,extensions:["emma"]},"application/emotionml+xml":{source:"iana",compressible:!0,extensions:["emotionml"]},"application/encaprtp":{source:"iana"},"application/epp+xml":{source:"iana",compressible:!0},"application/epub+zip":{source:"iana",compressible:!1,extensions:["epub"]},"application/eshop":{source:"iana"},"application/exi":{source:"iana",extensions:["exi"]},"application/expect-ct-report+json":{source:"iana",compressible:!0},"application/express":{source:"iana",extensions:["exp"]},"application/fastinfoset":{source:"iana"},"application/fastsoap":{source:"iana"},"application/fdt+xml":{source:"iana",compressible:!0,extensions:["fdt"]},"application/fhir+json":{source:"iana",charset:"UTF-8",compressible:!0},"application/fhir+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/fido.trusted-apps+json":{compressible:!0},"application/fits":{source:"iana"},"application/flexfec":{source:"iana"},"application/font-sfnt":{source:"iana"},"application/font-tdpfr":{source:"iana",extensions:["pfr"]},"application/font-woff":{source:"iana",compressible:!1},"application/framework-attributes+xml":{source:"iana",compressible:!0},"application/geo+json":{source:"iana",compressible:!0,extensions:["geojson"]},"application/geo+json-seq":{source:"iana"},"application/geopackage+sqlite3":{source:"iana"},"application/geoxacml+xml":{source:"iana",compressible:!0},"application/gltf-buffer":{source:"iana"},"application/gml+xml":{source:"iana",compressible:!0,extensions:["gml"]},"application/gpx+xml":{source:"apache",compressible:!0,extensions:["gpx"]},"application/gxf":{source:"apache",extensions:["gxf"]},"application/gzip":{source:"iana",compressible:!1,extensions:["gz"]},"application/h224":{source:"iana"},"application/held+xml":{source:"iana",compressible:!0},"application/hjson":{extensions:["hjson"]},"application/http":{source:"iana"},"application/hyperstudio":{source:"iana",extensions:["stk"]},"application/ibe-key-request+xml":{source:"iana",compressible:!0},"application/ibe-pkg-reply+xml":{source:"iana",compressible:!0},"application/ibe-pp-data":{source:"iana"},"application/iges":{source:"iana"},"application/im-iscomposing+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/index":{source:"iana"},"application/index.cmd":{source:"iana"},"application/index.obj":{source:"iana"},"application/index.response":{source:"iana"},"application/index.vnd":{source:"iana"},"application/inkml+xml":{source:"iana",compressible:!0,extensions:["ink","inkml"]},"application/iotp":{source:"iana"},"application/ipfix":{source:"iana",extensions:["ipfix"]},"application/ipp":{source:"iana"},"application/isup":{source:"iana"},"application/its+xml":{source:"iana",compressible:!0,extensions:["its"]},"application/java-archive":{source:"apache",compressible:!1,extensions:["jar","war","ear"]},"application/java-serialized-object":{source:"apache",compressible:!1,extensions:["ser"]},"application/java-vm":{source:"apache",compressible:!1,extensions:["class"]},"application/javascript":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["js","mjs"]},"application/jf2feed+json":{source:"iana",compressible:!0},"application/jose":{source:"iana"},"application/jose+json":{source:"iana",compressible:!0},"application/jrd+json":{source:"iana",compressible:!0},"application/jscalendar+json":{source:"iana",compressible:!0},"application/json":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["json","map"]},"application/json-patch+json":{source:"iana",compressible:!0},"application/json-seq":{source:"iana"},"application/json5":{extensions:["json5"]},"application/jsonml+json":{source:"apache",compressible:!0,extensions:["jsonml"]},"application/jwk+json":{source:"iana",compressible:!0},"application/jwk-set+json":{source:"iana",compressible:!0},"application/jwt":{source:"iana"},"application/kpml-request+xml":{source:"iana",compressible:!0},"application/kpml-response+xml":{source:"iana",compressible:!0},"application/ld+json":{source:"iana",compressible:!0,extensions:["jsonld"]},"application/lgr+xml":{source:"iana",compressible:!0,extensions:["lgr"]},"application/link-format":{source:"iana"},"application/load-control+xml":{source:"iana",compressible:!0},"application/lost+xml":{source:"iana",compressible:!0,extensions:["lostxml"]},"application/lostsync+xml":{source:"iana",compressible:!0},"application/lpf+zip":{source:"iana",compressible:!1},"application/lxf":{source:"iana"},"application/mac-binhex40":{source:"iana",extensions:["hqx"]},"application/mac-compactpro":{source:"apache",extensions:["cpt"]},"application/macwriteii":{source:"iana"},"application/mads+xml":{source:"iana",compressible:!0,extensions:["mads"]},"application/manifest+json":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["webmanifest"]},"application/marc":{source:"iana",extensions:["mrc"]},"application/marcxml+xml":{source:"iana",compressible:!0,extensions:["mrcx"]},"application/mathematica":{source:"iana",extensions:["ma","nb","mb"]},"application/mathml+xml":{source:"iana",compressible:!0,extensions:["mathml"]},"application/mathml-content+xml":{source:"iana",compressible:!0},"application/mathml-presentation+xml":{source:"iana",compressible:!0},"application/mbms-associated-procedure-description+xml":{source:"iana",compressible:!0},"application/mbms-deregister+xml":{source:"iana",compressible:!0},"application/mbms-envelope+xml":{source:"iana",compressible:!0},"application/mbms-msk+xml":{source:"iana",compressible:!0},"application/mbms-msk-response+xml":{source:"iana",compressible:!0},"application/mbms-protection-description+xml":{source:"iana",compressible:!0},"application/mbms-reception-report+xml":{source:"iana",compressible:!0},"application/mbms-register+xml":{source:"iana",compressible:!0},"application/mbms-register-response+xml":{source:"iana",compressible:!0},"application/mbms-schedule+xml":{source:"iana",compressible:!0},"application/mbms-user-service-description+xml":{source:"iana",compressible:!0},"application/mbox":{source:"iana",extensions:["mbox"]},"application/media-policy-dataset+xml":{source:"iana",compressible:!0,extensions:["mpf"]},"application/media_control+xml":{source:"iana",compressible:!0},"application/mediaservercontrol+xml":{source:"iana",compressible:!0,extensions:["mscml"]},"application/merge-patch+json":{source:"iana",compressible:!0},"application/metalink+xml":{source:"apache",compressible:!0,extensions:["metalink"]},"application/metalink4+xml":{source:"iana",compressible:!0,extensions:["meta4"]},"application/mets+xml":{source:"iana",compressible:!0,extensions:["mets"]},"application/mf4":{source:"iana"},"application/mikey":{source:"iana"},"application/mipc":{source:"iana"},"application/missing-blocks+cbor-seq":{source:"iana"},"application/mmt-aei+xml":{source:"iana",compressible:!0,extensions:["maei"]},"application/mmt-usd+xml":{source:"iana",compressible:!0,extensions:["musd"]},"application/mods+xml":{source:"iana",compressible:!0,extensions:["mods"]},"application/moss-keys":{source:"iana"},"application/moss-signature":{source:"iana"},"application/mosskey-data":{source:"iana"},"application/mosskey-request":{source:"iana"},"application/mp21":{source:"iana",extensions:["m21","mp21"]},"application/mp4":{source:"iana",extensions:["mp4s","m4p"]},"application/mpeg4-generic":{source:"iana"},"application/mpeg4-iod":{source:"iana"},"application/mpeg4-iod-xmt":{source:"iana"},"application/mrb-consumer+xml":{source:"iana",compressible:!0},"application/mrb-publish+xml":{source:"iana",compressible:!0},"application/msc-ivr+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/msc-mixer+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/msword":{source:"iana",compressible:!1,extensions:["doc","dot"]},"application/mud+json":{source:"iana",compressible:!0},"application/multipart-core":{source:"iana"},"application/mxf":{source:"iana",extensions:["mxf"]},"application/n-quads":{source:"iana",extensions:["nq"]},"application/n-triples":{source:"iana",extensions:["nt"]},"application/nasdata":{source:"iana"},"application/news-checkgroups":{source:"iana",charset:"US-ASCII"},"application/news-groupinfo":{source:"iana",charset:"US-ASCII"},"application/news-transmission":{source:"iana"},"application/nlsml+xml":{source:"iana",compressible:!0},"application/node":{source:"iana",extensions:["cjs"]},"application/nss":{source:"iana"},"application/oauth-authz-req+jwt":{source:"iana"},"application/oblivious-dns-message":{source:"iana"},"application/ocsp-request":{source:"iana"},"application/ocsp-response":{source:"iana"},"application/octet-stream":{source:"iana",compressible:!1,extensions:["bin","dms","lrf","mar","so","dist","distz","pkg","bpk","dump","elc","deploy","exe","dll","deb","dmg","iso","img","msi","msp","msm","buffer"]},"application/oda":{source:"iana",extensions:["oda"]},"application/odm+xml":{source:"iana",compressible:!0},"application/odx":{source:"iana"},"application/oebps-package+xml":{source:"iana",compressible:!0,extensions:["opf"]},"application/ogg":{source:"iana",compressible:!1,extensions:["ogx"]},"application/omdoc+xml":{source:"apache",compressible:!0,extensions:["omdoc"]},"application/onenote":{source:"apache",extensions:["onetoc","onetoc2","onetmp","onepkg"]},"application/opc-nodeset+xml":{source:"iana",compressible:!0},"application/oscore":{source:"iana"},"application/oxps":{source:"iana",extensions:["oxps"]},"application/p21":{source:"iana"},"application/p21+zip":{source:"iana",compressible:!1},"application/p2p-overlay+xml":{source:"iana",compressible:!0,extensions:["relo"]},"application/parityfec":{source:"iana"},"application/passport":{source:"iana"},"application/patch-ops-error+xml":{source:"iana",compressible:!0,extensions:["xer"]},"application/pdf":{source:"iana",compressible:!1,extensions:["pdf"]},"application/pdx":{source:"iana"},"application/pem-certificate-chain":{source:"iana"},"application/pgp-encrypted":{source:"iana",compressible:!1,extensions:["pgp"]},"application/pgp-keys":{source:"iana",extensions:["asc"]},"application/pgp-signature":{source:"iana",extensions:["asc","sig"]},"application/pics-rules":{source:"apache",extensions:["prf"]},"application/pidf+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/pidf-diff+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/pkcs10":{source:"iana",extensions:["p10"]},"application/pkcs12":{source:"iana"},"application/pkcs7-mime":{source:"iana",extensions:["p7m","p7c"]},"application/pkcs7-signature":{source:"iana",extensions:["p7s"]},"application/pkcs8":{source:"iana",extensions:["p8"]},"application/pkcs8-encrypted":{source:"iana"},"application/pkix-attr-cert":{source:"iana",extensions:["ac"]},"application/pkix-cert":{source:"iana",extensions:["cer"]},"application/pkix-crl":{source:"iana",extensions:["crl"]},"application/pkix-pkipath":{source:"iana",extensions:["pkipath"]},"application/pkixcmp":{source:"iana",extensions:["pki"]},"application/pls+xml":{source:"iana",compressible:!0,extensions:["pls"]},"application/poc-settings+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/postscript":{source:"iana",compressible:!0,extensions:["ai","eps","ps"]},"application/ppsp-tracker+json":{source:"iana",compressible:!0},"application/problem+json":{source:"iana",compressible:!0},"application/problem+xml":{source:"iana",compressible:!0},"application/provenance+xml":{source:"iana",compressible:!0,extensions:["provx"]},"application/prs.alvestrand.titrax-sheet":{source:"iana"},"application/prs.cww":{source:"iana",extensions:["cww"]},"application/prs.cyn":{source:"iana",charset:"7-BIT"},"application/prs.hpub+zip":{source:"iana",compressible:!1},"application/prs.nprend":{source:"iana"},"application/prs.plucker":{source:"iana"},"application/prs.rdf-xml-crypt":{source:"iana"},"application/prs.xsf+xml":{source:"iana",compressible:!0},"application/pskc+xml":{source:"iana",compressible:!0,extensions:["pskcxml"]},"application/pvd+json":{source:"iana",compressible:!0},"application/qsig":{source:"iana"},"application/raml+yaml":{compressible:!0,extensions:["raml"]},"application/raptorfec":{source:"iana"},"application/rdap+json":{source:"iana",compressible:!0},"application/rdf+xml":{source:"iana",compressible:!0,extensions:["rdf","owl"]},"application/reginfo+xml":{source:"iana",compressible:!0,extensions:["rif"]},"application/relax-ng-compact-syntax":{source:"iana",extensions:["rnc"]},"application/remote-printing":{source:"iana"},"application/reputon+json":{source:"iana",compressible:!0},"application/resource-lists+xml":{source:"iana",compressible:!0,extensions:["rl"]},"application/resource-lists-diff+xml":{source:"iana",compressible:!0,extensions:["rld"]},"application/rfc+xml":{source:"iana",compressible:!0},"application/riscos":{source:"iana"},"application/rlmi+xml":{source:"iana",compressible:!0},"application/rls-services+xml":{source:"iana",compressible:!0,extensions:["rs"]},"application/route-apd+xml":{source:"iana",compressible:!0,extensions:["rapd"]},"application/route-s-tsid+xml":{source:"iana",compressible:!0,extensions:["sls"]},"application/route-usd+xml":{source:"iana",compressible:!0,extensions:["rusd"]},"application/rpki-ghostbusters":{source:"iana",extensions:["gbr"]},"application/rpki-manifest":{source:"iana",extensions:["mft"]},"application/rpki-publication":{source:"iana"},"application/rpki-roa":{source:"iana",extensions:["roa"]},"application/rpki-updown":{source:"iana"},"application/rsd+xml":{source:"apache",compressible:!0,extensions:["rsd"]},"application/rss+xml":{source:"apache",compressible:!0,extensions:["rss"]},"application/rtf":{source:"iana",compressible:!0,extensions:["rtf"]},"application/rtploopback":{source:"iana"},"application/rtx":{source:"iana"},"application/samlassertion+xml":{source:"iana",compressible:!0},"application/samlmetadata+xml":{source:"iana",compressible:!0},"application/sarif+json":{source:"iana",compressible:!0},"application/sarif-external-properties+json":{source:"iana",compressible:!0},"application/sbe":{source:"iana"},"application/sbml+xml":{source:"iana",compressible:!0,extensions:["sbml"]},"application/scaip+xml":{source:"iana",compressible:!0},"application/scim+json":{source:"iana",compressible:!0},"application/scvp-cv-request":{source:"iana",extensions:["scq"]},"application/scvp-cv-response":{source:"iana",extensions:["scs"]},"application/scvp-vp-request":{source:"iana",extensions:["spq"]},"application/scvp-vp-response":{source:"iana",extensions:["spp"]},"application/sdp":{source:"iana",extensions:["sdp"]},"application/secevent+jwt":{source:"iana"},"application/senml+cbor":{source:"iana"},"application/senml+json":{source:"iana",compressible:!0},"application/senml+xml":{source:"iana",compressible:!0,extensions:["senmlx"]},"application/senml-etch+cbor":{source:"iana"},"application/senml-etch+json":{source:"iana",compressible:!0},"application/senml-exi":{source:"iana"},"application/sensml+cbor":{source:"iana"},"application/sensml+json":{source:"iana",compressible:!0},"application/sensml+xml":{source:"iana",compressible:!0,extensions:["sensmlx"]},"application/sensml-exi":{source:"iana"},"application/sep+xml":{source:"iana",compressible:!0},"application/sep-exi":{source:"iana"},"application/session-info":{source:"iana"},"application/set-payment":{source:"iana"},"application/set-payment-initiation":{source:"iana",extensions:["setpay"]},"application/set-registration":{source:"iana"},"application/set-registration-initiation":{source:"iana",extensions:["setreg"]},"application/sgml":{source:"iana"},"application/sgml-open-catalog":{source:"iana"},"application/shf+xml":{source:"iana",compressible:!0,extensions:["shf"]},"application/sieve":{source:"iana",extensions:["siv","sieve"]},"application/simple-filter+xml":{source:"iana",compressible:!0},"application/simple-message-summary":{source:"iana"},"application/simplesymbolcontainer":{source:"iana"},"application/sipc":{source:"iana"},"application/slate":{source:"iana"},"application/smil":{source:"iana"},"application/smil+xml":{source:"iana",compressible:!0,extensions:["smi","smil"]},"application/smpte336m":{source:"iana"},"application/soap+fastinfoset":{source:"iana"},"application/soap+xml":{source:"iana",compressible:!0},"application/sparql-query":{source:"iana",extensions:["rq"]},"application/sparql-results+xml":{source:"iana",compressible:!0,extensions:["srx"]},"application/spdx+json":{source:"iana",compressible:!0},"application/spirits-event+xml":{source:"iana",compressible:!0},"application/sql":{source:"iana"},"application/srgs":{source:"iana",extensions:["gram"]},"application/srgs+xml":{source:"iana",compressible:!0,extensions:["grxml"]},"application/sru+xml":{source:"iana",compressible:!0,extensions:["sru"]},"application/ssdl+xml":{source:"apache",compressible:!0,extensions:["ssdl"]},"application/ssml+xml":{source:"iana",compressible:!0,extensions:["ssml"]},"application/stix+json":{source:"iana",compressible:!0},"application/swid+xml":{source:"iana",compressible:!0,extensions:["swidtag"]},"application/tamp-apex-update":{source:"iana"},"application/tamp-apex-update-confirm":{source:"iana"},"application/tamp-community-update":{source:"iana"},"application/tamp-community-update-confirm":{source:"iana"},"application/tamp-error":{source:"iana"},"application/tamp-sequence-adjust":{source:"iana"},"application/tamp-sequence-adjust-confirm":{source:"iana"},"application/tamp-status-query":{source:"iana"},"application/tamp-status-response":{source:"iana"},"application/tamp-update":{source:"iana"},"application/tamp-update-confirm":{source:"iana"},"application/tar":{compressible:!0},"application/taxii+json":{source:"iana",compressible:!0},"application/td+json":{source:"iana",compressible:!0},"application/tei+xml":{source:"iana",compressible:!0,extensions:["tei","teicorpus"]},"application/tetra_isi":{source:"iana"},"application/thraud+xml":{source:"iana",compressible:!0,extensions:["tfi"]},"application/timestamp-query":{source:"iana"},"application/timestamp-reply":{source:"iana"},"application/timestamped-data":{source:"iana",extensions:["tsd"]},"application/tlsrpt+gzip":{source:"iana"},"application/tlsrpt+json":{source:"iana",compressible:!0},"application/tnauthlist":{source:"iana"},"application/token-introspection+jwt":{source:"iana"},"application/toml":{compressible:!0,extensions:["toml"]},"application/trickle-ice-sdpfrag":{source:"iana"},"application/trig":{source:"iana",extensions:["trig"]},"application/ttml+xml":{source:"iana",compressible:!0,extensions:["ttml"]},"application/tve-trigger":{source:"iana"},"application/tzif":{source:"iana"},"application/tzif-leap":{source:"iana"},"application/ubjson":{compressible:!1,extensions:["ubj"]},"application/ulpfec":{source:"iana"},"application/urc-grpsheet+xml":{source:"iana",compressible:!0},"application/urc-ressheet+xml":{source:"iana",compressible:!0,extensions:["rsheet"]},"application/urc-targetdesc+xml":{source:"iana",compressible:!0,extensions:["td"]},"application/urc-uisocketdesc+xml":{source:"iana",compressible:!0},"application/vcard+json":{source:"iana",compressible:!0},"application/vcard+xml":{source:"iana",compressible:!0},"application/vemmi":{source:"iana"},"application/vividence.scriptfile":{source:"apache"},"application/vnd.1000minds.decision-model+xml":{source:"iana",compressible:!0,extensions:["1km"]},"application/vnd.3gpp-prose+xml":{source:"iana",compressible:!0},"application/vnd.3gpp-prose-pc3ch+xml":{source:"iana",compressible:!0},"application/vnd.3gpp-v2x-local-service-information":{source:"iana"},"application/vnd.3gpp.5gnas":{source:"iana"},"application/vnd.3gpp.access-transfer-events+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.bsf+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.gmop+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.gtpc":{source:"iana"},"application/vnd.3gpp.interworking-data":{source:"iana"},"application/vnd.3gpp.lpp":{source:"iana"},"application/vnd.3gpp.mc-signalling-ear":{source:"iana"},"application/vnd.3gpp.mcdata-affiliation-command+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcdata-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcdata-payload":{source:"iana"},"application/vnd.3gpp.mcdata-service-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcdata-signalling":{source:"iana"},"application/vnd.3gpp.mcdata-ue-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcdata-user-profile+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-affiliation-command+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-floor-request+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-location-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-mbms-usage-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-service-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-signed+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-ue-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-ue-init-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-user-profile+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-affiliation-command+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-affiliation-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-location-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-mbms-usage-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-service-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-transmission-request+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-ue-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-user-profile+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mid-call+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.ngap":{source:"iana"},"application/vnd.3gpp.pfcp":{source:"iana"},"application/vnd.3gpp.pic-bw-large":{source:"iana",extensions:["plb"]},"application/vnd.3gpp.pic-bw-small":{source:"iana",extensions:["psb"]},"application/vnd.3gpp.pic-bw-var":{source:"iana",extensions:["pvb"]},"application/vnd.3gpp.s1ap":{source:"iana"},"application/vnd.3gpp.sms":{source:"iana"},"application/vnd.3gpp.sms+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.srvcc-ext+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.srvcc-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.state-and-event-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.ussd+xml":{source:"iana",compressible:!0},"application/vnd.3gpp2.bcmcsinfo+xml":{source:"iana",compressible:!0},"application/vnd.3gpp2.sms":{source:"iana"},"application/vnd.3gpp2.tcap":{source:"iana",extensions:["tcap"]},"application/vnd.3lightssoftware.imagescal":{source:"iana"},"application/vnd.3m.post-it-notes":{source:"iana",extensions:["pwn"]},"application/vnd.accpac.simply.aso":{source:"iana",extensions:["aso"]},"application/vnd.accpac.simply.imp":{source:"iana",extensions:["imp"]},"application/vnd.acucobol":{source:"iana",extensions:["acu"]},"application/vnd.acucorp":{source:"iana",extensions:["atc","acutc"]},"application/vnd.adobe.air-application-installer-package+zip":{source:"apache",compressible:!1,extensions:["air"]},"application/vnd.adobe.flash.movie":{source:"iana"},"application/vnd.adobe.formscentral.fcdt":{source:"iana",extensions:["fcdt"]},"application/vnd.adobe.fxp":{source:"iana",extensions:["fxp","fxpl"]},"application/vnd.adobe.partial-upload":{source:"iana"},"application/vnd.adobe.xdp+xml":{source:"iana",compressible:!0,extensions:["xdp"]},"application/vnd.adobe.xfdf":{source:"iana",extensions:["xfdf"]},"application/vnd.aether.imp":{source:"iana"},"application/vnd.afpc.afplinedata":{source:"iana"},"application/vnd.afpc.afplinedata-pagedef":{source:"iana"},"application/vnd.afpc.cmoca-cmresource":{source:"iana"},"application/vnd.afpc.foca-charset":{source:"iana"},"application/vnd.afpc.foca-codedfont":{source:"iana"},"application/vnd.afpc.foca-codepage":{source:"iana"},"application/vnd.afpc.modca":{source:"iana"},"application/vnd.afpc.modca-cmtable":{source:"iana"},"application/vnd.afpc.modca-formdef":{source:"iana"},"application/vnd.afpc.modca-mediummap":{source:"iana"},"application/vnd.afpc.modca-objectcontainer":{source:"iana"},"application/vnd.afpc.modca-overlay":{source:"iana"},"application/vnd.afpc.modca-pagesegment":{source:"iana"},"application/vnd.age":{source:"iana",extensions:["age"]},"application/vnd.ah-barcode":{source:"iana"},"application/vnd.ahead.space":{source:"iana",extensions:["ahead"]},"application/vnd.airzip.filesecure.azf":{source:"iana",extensions:["azf"]},"application/vnd.airzip.filesecure.azs":{source:"iana",extensions:["azs"]},"application/vnd.amadeus+json":{source:"iana",compressible:!0},"application/vnd.amazon.ebook":{source:"apache",extensions:["azw"]},"application/vnd.amazon.mobi8-ebook":{source:"iana"},"application/vnd.americandynamics.acc":{source:"iana",extensions:["acc"]},"application/vnd.amiga.ami":{source:"iana",extensions:["ami"]},"application/vnd.amundsen.maze+xml":{source:"iana",compressible:!0},"application/vnd.android.ota":{source:"iana"},"application/vnd.android.package-archive":{source:"apache",compressible:!1,extensions:["apk"]},"application/vnd.anki":{source:"iana"},"application/vnd.anser-web-certificate-issue-initiation":{source:"iana",extensions:["cii"]},"application/vnd.anser-web-funds-transfer-initiation":{source:"apache",extensions:["fti"]},"application/vnd.antix.game-component":{source:"iana",extensions:["atx"]},"application/vnd.apache.arrow.file":{source:"iana"},"application/vnd.apache.arrow.stream":{source:"iana"},"application/vnd.apache.thrift.binary":{source:"iana"},"application/vnd.apache.thrift.compact":{source:"iana"},"application/vnd.apache.thrift.json":{source:"iana"},"application/vnd.api+json":{source:"iana",compressible:!0},"application/vnd.aplextor.warrp+json":{source:"iana",compressible:!0},"application/vnd.apothekende.reservation+json":{source:"iana",compressible:!0},"application/vnd.apple.installer+xml":{source:"iana",compressible:!0,extensions:["mpkg"]},"application/vnd.apple.keynote":{source:"iana",extensions:["key"]},"application/vnd.apple.mpegurl":{source:"iana",extensions:["m3u8"]},"application/vnd.apple.numbers":{source:"iana",extensions:["numbers"]},"application/vnd.apple.pages":{source:"iana",extensions:["pages"]},"application/vnd.apple.pkpass":{compressible:!1,extensions:["pkpass"]},"application/vnd.arastra.swi":{source:"iana"},"application/vnd.aristanetworks.swi":{source:"iana",extensions:["swi"]},"application/vnd.artisan+json":{source:"iana",compressible:!0},"application/vnd.artsquare":{source:"iana"},"application/vnd.astraea-software.iota":{source:"iana",extensions:["iota"]},"application/vnd.audiograph":{source:"iana",extensions:["aep"]},"application/vnd.autopackage":{source:"iana"},"application/vnd.avalon+json":{source:"iana",compressible:!0},"application/vnd.avistar+xml":{source:"iana",compressible:!0},"application/vnd.balsamiq.bmml+xml":{source:"iana",compressible:!0,extensions:["bmml"]},"application/vnd.balsamiq.bmpr":{source:"iana"},"application/vnd.banana-accounting":{source:"iana"},"application/vnd.bbf.usp.error":{source:"iana"},"application/vnd.bbf.usp.msg":{source:"iana"},"application/vnd.bbf.usp.msg+json":{source:"iana",compressible:!0},"application/vnd.bekitzur-stech+json":{source:"iana",compressible:!0},"application/vnd.bint.med-content":{source:"iana"},"application/vnd.biopax.rdf+xml":{source:"iana",compressible:!0},"application/vnd.blink-idb-value-wrapper":{source:"iana"},"application/vnd.blueice.multipass":{source:"iana",extensions:["mpm"]},"application/vnd.bluetooth.ep.oob":{source:"iana"},"application/vnd.bluetooth.le.oob":{source:"iana"},"application/vnd.bmi":{source:"iana",extensions:["bmi"]},"application/vnd.bpf":{source:"iana"},"application/vnd.bpf3":{source:"iana"},"application/vnd.businessobjects":{source:"iana",extensions:["rep"]},"application/vnd.byu.uapi+json":{source:"iana",compressible:!0},"application/vnd.cab-jscript":{source:"iana"},"application/vnd.canon-cpdl":{source:"iana"},"application/vnd.canon-lips":{source:"iana"},"application/vnd.capasystems-pg+json":{source:"iana",compressible:!0},"application/vnd.cendio.thinlinc.clientconf":{source:"iana"},"application/vnd.century-systems.tcp_stream":{source:"iana"},"application/vnd.chemdraw+xml":{source:"iana",compressible:!0,extensions:["cdxml"]},"application/vnd.chess-pgn":{source:"iana"},"application/vnd.chipnuts.karaoke-mmd":{source:"iana",extensions:["mmd"]},"application/vnd.ciedi":{source:"iana"},"application/vnd.cinderella":{source:"iana",extensions:["cdy"]},"application/vnd.cirpack.isdn-ext":{source:"iana"},"application/vnd.citationstyles.style+xml":{source:"iana",compressible:!0,extensions:["csl"]},"application/vnd.claymore":{source:"iana",extensions:["cla"]},"application/vnd.cloanto.rp9":{source:"iana",extensions:["rp9"]},"application/vnd.clonk.c4group":{source:"iana",extensions:["c4g","c4d","c4f","c4p","c4u"]},"application/vnd.cluetrust.cartomobile-config":{source:"iana",extensions:["c11amc"]},"application/vnd.cluetrust.cartomobile-config-pkg":{source:"iana",extensions:["c11amz"]},"application/vnd.coffeescript":{source:"iana"},"application/vnd.collabio.xodocuments.document":{source:"iana"},"application/vnd.collabio.xodocuments.document-template":{source:"iana"},"application/vnd.collabio.xodocuments.presentation":{source:"iana"},"application/vnd.collabio.xodocuments.presentation-template":{source:"iana"},"application/vnd.collabio.xodocuments.spreadsheet":{source:"iana"},"application/vnd.collabio.xodocuments.spreadsheet-template":{source:"iana"},"application/vnd.collection+json":{source:"iana",compressible:!0},"application/vnd.collection.doc+json":{source:"iana",compressible:!0},"application/vnd.collection.next+json":{source:"iana",compressible:!0},"application/vnd.comicbook+zip":{source:"iana",compressible:!1},"application/vnd.comicbook-rar":{source:"iana"},"application/vnd.commerce-battelle":{source:"iana"},"application/vnd.commonspace":{source:"iana",extensions:["csp"]},"application/vnd.contact.cmsg":{source:"iana",extensions:["cdbcmsg"]},"application/vnd.coreos.ignition+json":{source:"iana",compressible:!0},"application/vnd.cosmocaller":{source:"iana",extensions:["cmc"]},"application/vnd.crick.clicker":{source:"iana",extensions:["clkx"]},"application/vnd.crick.clicker.keyboard":{source:"iana",extensions:["clkk"]},"application/vnd.crick.clicker.palette":{source:"iana",extensions:["clkp"]},"application/vnd.crick.clicker.template":{source:"iana",extensions:["clkt"]},"application/vnd.crick.clicker.wordbank":{source:"iana",extensions:["clkw"]},"application/vnd.criticaltools.wbs+xml":{source:"iana",compressible:!0,extensions:["wbs"]},"application/vnd.cryptii.pipe+json":{source:"iana",compressible:!0},"application/vnd.crypto-shade-file":{source:"iana"},"application/vnd.cryptomator.encrypted":{source:"iana"},"application/vnd.cryptomator.vault":{source:"iana"},"application/vnd.ctc-posml":{source:"iana",extensions:["pml"]},"application/vnd.ctct.ws+xml":{source:"iana",compressible:!0},"application/vnd.cups-pdf":{source:"iana"},"application/vnd.cups-postscript":{source:"iana"},"application/vnd.cups-ppd":{source:"iana",extensions:["ppd"]},"application/vnd.cups-raster":{source:"iana"},"application/vnd.cups-raw":{source:"iana"},"application/vnd.curl":{source:"iana"},"application/vnd.curl.car":{source:"apache",extensions:["car"]},"application/vnd.curl.pcurl":{source:"apache",extensions:["pcurl"]},"application/vnd.cyan.dean.root+xml":{source:"iana",compressible:!0},"application/vnd.cybank":{source:"iana"},"application/vnd.cyclonedx+json":{source:"iana",compressible:!0},"application/vnd.cyclonedx+xml":{source:"iana",compressible:!0},"application/vnd.d2l.coursepackage1p0+zip":{source:"iana",compressible:!1},"application/vnd.d3m-dataset":{source:"iana"},"application/vnd.d3m-problem":{source:"iana"},"application/vnd.dart":{source:"iana",compressible:!0,extensions:["dart"]},"application/vnd.data-vision.rdz":{source:"iana",extensions:["rdz"]},"application/vnd.datapackage+json":{source:"iana",compressible:!0},"application/vnd.dataresource+json":{source:"iana",compressible:!0},"application/vnd.dbf":{source:"iana",extensions:["dbf"]},"application/vnd.debian.binary-package":{source:"iana"},"application/vnd.dece.data":{source:"iana",extensions:["uvf","uvvf","uvd","uvvd"]},"application/vnd.dece.ttml+xml":{source:"iana",compressible:!0,extensions:["uvt","uvvt"]},"application/vnd.dece.unspecified":{source:"iana",extensions:["uvx","uvvx"]},"application/vnd.dece.zip":{source:"iana",extensions:["uvz","uvvz"]},"application/vnd.denovo.fcselayout-link":{source:"iana",extensions:["fe_launch"]},"application/vnd.desmume.movie":{source:"iana"},"application/vnd.dir-bi.plate-dl-nosuffix":{source:"iana"},"application/vnd.dm.delegation+xml":{source:"iana",compressible:!0},"application/vnd.dna":{source:"iana",extensions:["dna"]},"application/vnd.document+json":{source:"iana",compressible:!0},"application/vnd.dolby.mlp":{source:"apache",extensions:["mlp"]},"application/vnd.dolby.mobile.1":{source:"iana"},"application/vnd.dolby.mobile.2":{source:"iana"},"application/vnd.doremir.scorecloud-binary-document":{source:"iana"},"application/vnd.dpgraph":{source:"iana",extensions:["dpg"]},"application/vnd.dreamfactory":{source:"iana",extensions:["dfac"]},"application/vnd.drive+json":{source:"iana",compressible:!0},"application/vnd.ds-keypoint":{source:"apache",extensions:["kpxx"]},"application/vnd.dtg.local":{source:"iana"},"application/vnd.dtg.local.flash":{source:"iana"},"application/vnd.dtg.local.html":{source:"iana"},"application/vnd.dvb.ait":{source:"iana",extensions:["ait"]},"application/vnd.dvb.dvbisl+xml":{source:"iana",compressible:!0},"application/vnd.dvb.dvbj":{source:"iana"},"application/vnd.dvb.esgcontainer":{source:"iana"},"application/vnd.dvb.ipdcdftnotifaccess":{source:"iana"},"application/vnd.dvb.ipdcesgaccess":{source:"iana"},"application/vnd.dvb.ipdcesgaccess2":{source:"iana"},"application/vnd.dvb.ipdcesgpdd":{source:"iana"},"application/vnd.dvb.ipdcroaming":{source:"iana"},"application/vnd.dvb.iptv.alfec-base":{source:"iana"},"application/vnd.dvb.iptv.alfec-enhancement":{source:"iana"},"application/vnd.dvb.notif-aggregate-root+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-container+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-generic+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-ia-msglist+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-ia-registration-request+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-ia-registration-response+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-init+xml":{source:"iana",compressible:!0},"application/vnd.dvb.pfr":{source:"iana"},"application/vnd.dvb.service":{source:"iana",extensions:["svc"]},"application/vnd.dxr":{source:"iana"},"application/vnd.dynageo":{source:"iana",extensions:["geo"]},"application/vnd.dzr":{source:"iana"},"application/vnd.easykaraoke.cdgdownload":{source:"iana"},"application/vnd.ecdis-update":{source:"iana"},"application/vnd.ecip.rlp":{source:"iana"},"application/vnd.eclipse.ditto+json":{source:"iana",compressible:!0},"application/vnd.ecowin.chart":{source:"iana",extensions:["mag"]},"application/vnd.ecowin.filerequest":{source:"iana"},"application/vnd.ecowin.fileupdate":{source:"iana"},"application/vnd.ecowin.series":{source:"iana"},"application/vnd.ecowin.seriesrequest":{source:"iana"},"application/vnd.ecowin.seriesupdate":{source:"iana"},"application/vnd.efi.img":{source:"iana"},"application/vnd.efi.iso":{source:"iana"},"application/vnd.emclient.accessrequest+xml":{source:"iana",compressible:!0},"application/vnd.enliven":{source:"iana",extensions:["nml"]},"application/vnd.enphase.envoy":{source:"iana"},"application/vnd.eprints.data+xml":{source:"iana",compressible:!0},"application/vnd.epson.esf":{source:"iana",extensions:["esf"]},"application/vnd.epson.msf":{source:"iana",extensions:["msf"]},"application/vnd.epson.quickanime":{source:"iana",extensions:["qam"]},"application/vnd.epson.salt":{source:"iana",extensions:["slt"]},"application/vnd.epson.ssf":{source:"iana",extensions:["ssf"]},"application/vnd.ericsson.quickcall":{source:"iana"},"application/vnd.espass-espass+zip":{source:"iana",compressible:!1},"application/vnd.eszigno3+xml":{source:"iana",compressible:!0,extensions:["es3","et3"]},"application/vnd.etsi.aoc+xml":{source:"iana",compressible:!0},"application/vnd.etsi.asic-e+zip":{source:"iana",compressible:!1},"application/vnd.etsi.asic-s+zip":{source:"iana",compressible:!1},"application/vnd.etsi.cug+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvcommand+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvdiscovery+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvprofile+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvsad-bc+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvsad-cod+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvsad-npvr+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvservice+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvsync+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvueprofile+xml":{source:"iana",compressible:!0},"application/vnd.etsi.mcid+xml":{source:"iana",compressible:!0},"application/vnd.etsi.mheg5":{source:"iana"},"application/vnd.etsi.overload-control-policy-dataset+xml":{source:"iana",compressible:!0},"application/vnd.etsi.pstn+xml":{source:"iana",compressible:!0},"application/vnd.etsi.sci+xml":{source:"iana",compressible:!0},"application/vnd.etsi.simservs+xml":{source:"iana",compressible:!0},"application/vnd.etsi.timestamp-token":{source:"iana"},"application/vnd.etsi.tsl+xml":{source:"iana",compressible:!0},"application/vnd.etsi.tsl.der":{source:"iana"},"application/vnd.eu.kasparian.car+json":{source:"iana",compressible:!0},"application/vnd.eudora.data":{source:"iana"},"application/vnd.evolv.ecig.profile":{source:"iana"},"application/vnd.evolv.ecig.settings":{source:"iana"},"application/vnd.evolv.ecig.theme":{source:"iana"},"application/vnd.exstream-empower+zip":{source:"iana",compressible:!1},"application/vnd.exstream-package":{source:"iana"},"application/vnd.ezpix-album":{source:"iana",extensions:["ez2"]},"application/vnd.ezpix-package":{source:"iana",extensions:["ez3"]},"application/vnd.f-secure.mobile":{source:"iana"},"application/vnd.familysearch.gedcom+zip":{source:"iana",compressible:!1},"application/vnd.fastcopy-disk-image":{source:"iana"},"application/vnd.fdf":{source:"iana",extensions:["fdf"]},"application/vnd.fdsn.mseed":{source:"iana",extensions:["mseed"]},"application/vnd.fdsn.seed":{source:"iana",extensions:["seed","dataless"]},"application/vnd.ffsns":{source:"iana"},"application/vnd.ficlab.flb+zip":{source:"iana",compressible:!1},"application/vnd.filmit.zfc":{source:"iana"},"application/vnd.fints":{source:"iana"},"application/vnd.firemonkeys.cloudcell":{source:"iana"},"application/vnd.flographit":{source:"iana",extensions:["gph"]},"application/vnd.fluxtime.clip":{source:"iana",extensions:["ftc"]},"application/vnd.font-fontforge-sfd":{source:"iana"},"application/vnd.framemaker":{source:"iana",extensions:["fm","frame","maker","book"]},"application/vnd.frogans.fnc":{source:"iana",extensions:["fnc"]},"application/vnd.frogans.ltf":{source:"iana",extensions:["ltf"]},"application/vnd.fsc.weblaunch":{source:"iana",extensions:["fsc"]},"application/vnd.fujifilm.fb.docuworks":{source:"iana"},"application/vnd.fujifilm.fb.docuworks.binder":{source:"iana"},"application/vnd.fujifilm.fb.docuworks.container":{source:"iana"},"application/vnd.fujifilm.fb.jfi+xml":{source:"iana",compressible:!0},"application/vnd.fujitsu.oasys":{source:"iana",extensions:["oas"]},"application/vnd.fujitsu.oasys2":{source:"iana",extensions:["oa2"]},"application/vnd.fujitsu.oasys3":{source:"iana",extensions:["oa3"]},"application/vnd.fujitsu.oasysgp":{source:"iana",extensions:["fg5"]},"application/vnd.fujitsu.oasysprs":{source:"iana",extensions:["bh2"]},"application/vnd.fujixerox.art-ex":{source:"iana"},"application/vnd.fujixerox.art4":{source:"iana"},"application/vnd.fujixerox.ddd":{source:"iana",extensions:["ddd"]},"application/vnd.fujixerox.docuworks":{source:"iana",extensions:["xdw"]},"application/vnd.fujixerox.docuworks.binder":{source:"iana",extensions:["xbd"]},"application/vnd.fujixerox.docuworks.container":{source:"iana"},"application/vnd.fujixerox.hbpl":{source:"iana"},"application/vnd.fut-misnet":{source:"iana"},"application/vnd.futoin+cbor":{source:"iana"},"application/vnd.futoin+json":{source:"iana",compressible:!0},"application/vnd.fuzzysheet":{source:"iana",extensions:["fzs"]},"application/vnd.genomatix.tuxedo":{source:"iana",extensions:["txd"]},"application/vnd.gentics.grd+json":{source:"iana",compressible:!0},"application/vnd.geo+json":{source:"iana",compressible:!0},"application/vnd.geocube+xml":{source:"iana",compressible:!0},"application/vnd.geogebra.file":{source:"iana",extensions:["ggb"]},"application/vnd.geogebra.slides":{source:"iana"},"application/vnd.geogebra.tool":{source:"iana",extensions:["ggt"]},"application/vnd.geometry-explorer":{source:"iana",extensions:["gex","gre"]},"application/vnd.geonext":{source:"iana",extensions:["gxt"]},"application/vnd.geoplan":{source:"iana",extensions:["g2w"]},"application/vnd.geospace":{source:"iana",extensions:["g3w"]},"application/vnd.gerber":{source:"iana"},"application/vnd.globalplatform.card-content-mgt":{source:"iana"},"application/vnd.globalplatform.card-content-mgt-response":{source:"iana"},"application/vnd.gmx":{source:"iana",extensions:["gmx"]},"application/vnd.google-apps.document":{compressible:!1,extensions:["gdoc"]},"application/vnd.google-apps.presentation":{compressible:!1,extensions:["gslides"]},"application/vnd.google-apps.spreadsheet":{compressible:!1,extensions:["gsheet"]},"application/vnd.google-earth.kml+xml":{source:"iana",compressible:!0,extensions:["kml"]},"application/vnd.google-earth.kmz":{source:"iana",compressible:!1,extensions:["kmz"]},"application/vnd.gov.sk.e-form+xml":{source:"iana",compressible:!0},"application/vnd.gov.sk.e-form+zip":{source:"iana",compressible:!1},"application/vnd.gov.sk.xmldatacontainer+xml":{source:"iana",compressible:!0},"application/vnd.grafeq":{source:"iana",extensions:["gqf","gqs"]},"application/vnd.gridmp":{source:"iana"},"application/vnd.groove-account":{source:"iana",extensions:["gac"]},"application/vnd.groove-help":{source:"iana",extensions:["ghf"]},"application/vnd.groove-identity-message":{source:"iana",extensions:["gim"]},"application/vnd.groove-injector":{source:"iana",extensions:["grv"]},"application/vnd.groove-tool-message":{source:"iana",extensions:["gtm"]},"application/vnd.groove-tool-template":{source:"iana",extensions:["tpl"]},"application/vnd.groove-vcard":{source:"iana",extensions:["vcg"]},"application/vnd.hal+json":{source:"iana",compressible:!0},"application/vnd.hal+xml":{source:"iana",compressible:!0,extensions:["hal"]},"application/vnd.handheld-entertainment+xml":{source:"iana",compressible:!0,extensions:["zmm"]},"application/vnd.hbci":{source:"iana",extensions:["hbci"]},"application/vnd.hc+json":{source:"iana",compressible:!0},"application/vnd.hcl-bireports":{source:"iana"},"application/vnd.hdt":{source:"iana"},"application/vnd.heroku+json":{source:"iana",compressible:!0},"application/vnd.hhe.lesson-player":{source:"iana",extensions:["les"]},"application/vnd.hl7cda+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.hl7v2+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.hp-hpgl":{source:"iana",extensions:["hpgl"]},"application/vnd.hp-hpid":{source:"iana",extensions:["hpid"]},"application/vnd.hp-hps":{source:"iana",extensions:["hps"]},"application/vnd.hp-jlyt":{source:"iana",extensions:["jlt"]},"application/vnd.hp-pcl":{source:"iana",extensions:["pcl"]},"application/vnd.hp-pclxl":{source:"iana",extensions:["pclxl"]},"application/vnd.httphone":{source:"iana"},"application/vnd.hydrostatix.sof-data":{source:"iana",extensions:["sfd-hdstx"]},"application/vnd.hyper+json":{source:"iana",compressible:!0},"application/vnd.hyper-item+json":{source:"iana",compressible:!0},"application/vnd.hyperdrive+json":{source:"iana",compressible:!0},"application/vnd.hzn-3d-crossword":{source:"iana"},"application/vnd.ibm.afplinedata":{source:"iana"},"application/vnd.ibm.electronic-media":{source:"iana"},"application/vnd.ibm.minipay":{source:"iana",extensions:["mpy"]},"application/vnd.ibm.modcap":{source:"iana",extensions:["afp","listafp","list3820"]},"application/vnd.ibm.rights-management":{source:"iana",extensions:["irm"]},"application/vnd.ibm.secure-container":{source:"iana",extensions:["sc"]},"application/vnd.iccprofile":{source:"iana",extensions:["icc","icm"]},"application/vnd.ieee.1905":{source:"iana"},"application/vnd.igloader":{source:"iana",extensions:["igl"]},"application/vnd.imagemeter.folder+zip":{source:"iana",compressible:!1},"application/vnd.imagemeter.image+zip":{source:"iana",compressible:!1},"application/vnd.immervision-ivp":{source:"iana",extensions:["ivp"]},"application/vnd.immervision-ivu":{source:"iana",extensions:["ivu"]},"application/vnd.ims.imsccv1p1":{source:"iana"},"application/vnd.ims.imsccv1p2":{source:"iana"},"application/vnd.ims.imsccv1p3":{source:"iana"},"application/vnd.ims.lis.v2.result+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolconsumerprofile+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolproxy+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolproxy.id+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolsettings+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolsettings.simple+json":{source:"iana",compressible:!0},"application/vnd.informedcontrol.rms+xml":{source:"iana",compressible:!0},"application/vnd.informix-visionary":{source:"iana"},"application/vnd.infotech.project":{source:"iana"},"application/vnd.infotech.project+xml":{source:"iana",compressible:!0},"application/vnd.innopath.wamp.notification":{source:"iana"},"application/vnd.insors.igm":{source:"iana",extensions:["igm"]},"application/vnd.intercon.formnet":{source:"iana",extensions:["xpw","xpx"]},"application/vnd.intergeo":{source:"iana",extensions:["i2g"]},"application/vnd.intertrust.digibox":{source:"iana"},"application/vnd.intertrust.nncp":{source:"iana"},"application/vnd.intu.qbo":{source:"iana",extensions:["qbo"]},"application/vnd.intu.qfx":{source:"iana",extensions:["qfx"]},"application/vnd.iptc.g2.catalogitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.conceptitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.knowledgeitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.newsitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.newsmessage+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.packageitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.planningitem+xml":{source:"iana",compressible:!0},"application/vnd.ipunplugged.rcprofile":{source:"iana",extensions:["rcprofile"]},"application/vnd.irepository.package+xml":{source:"iana",compressible:!0,extensions:["irp"]},"application/vnd.is-xpr":{source:"iana",extensions:["xpr"]},"application/vnd.isac.fcs":{source:"iana",extensions:["fcs"]},"application/vnd.iso11783-10+zip":{source:"iana",compressible:!1},"application/vnd.jam":{source:"iana",extensions:["jam"]},"application/vnd.japannet-directory-service":{source:"iana"},"application/vnd.japannet-jpnstore-wakeup":{source:"iana"},"application/vnd.japannet-payment-wakeup":{source:"iana"},"application/vnd.japannet-registration":{source:"iana"},"application/vnd.japannet-registration-wakeup":{source:"iana"},"application/vnd.japannet-setstore-wakeup":{source:"iana"},"application/vnd.japannet-verification":{source:"iana"},"application/vnd.japannet-verification-wakeup":{source:"iana"},"application/vnd.jcp.javame.midlet-rms":{source:"iana",extensions:["rms"]},"application/vnd.jisp":{source:"iana",extensions:["jisp"]},"application/vnd.joost.joda-archive":{source:"iana",extensions:["joda"]},"application/vnd.jsk.isdn-ngn":{source:"iana"},"application/vnd.kahootz":{source:"iana",extensions:["ktz","ktr"]},"application/vnd.kde.karbon":{source:"iana",extensions:["karbon"]},"application/vnd.kde.kchart":{source:"iana",extensions:["chrt"]},"application/vnd.kde.kformula":{source:"iana",extensions:["kfo"]},"application/vnd.kde.kivio":{source:"iana",extensions:["flw"]},"application/vnd.kde.kontour":{source:"iana",extensions:["kon"]},"application/vnd.kde.kpresenter":{source:"iana",extensions:["kpr","kpt"]},"application/vnd.kde.kspread":{source:"iana",extensions:["ksp"]},"application/vnd.kde.kword":{source:"iana",extensions:["kwd","kwt"]},"application/vnd.kenameaapp":{source:"iana",extensions:["htke"]},"application/vnd.kidspiration":{source:"iana",extensions:["kia"]},"application/vnd.kinar":{source:"iana",extensions:["kne","knp"]},"application/vnd.koan":{source:"iana",extensions:["skp","skd","skt","skm"]},"application/vnd.kodak-descriptor":{source:"iana",extensions:["sse"]},"application/vnd.las":{source:"iana"},"application/vnd.las.las+json":{source:"iana",compressible:!0},"application/vnd.las.las+xml":{source:"iana",compressible:!0,extensions:["lasxml"]},"application/vnd.laszip":{source:"iana"},"application/vnd.leap+json":{source:"iana",compressible:!0},"application/vnd.liberty-request+xml":{source:"iana",compressible:!0},"application/vnd.llamagraphics.life-balance.desktop":{source:"iana",extensions:["lbd"]},"application/vnd.llamagraphics.life-balance.exchange+xml":{source:"iana",compressible:!0,extensions:["lbe"]},"application/vnd.logipipe.circuit+zip":{source:"iana",compressible:!1},"application/vnd.loom":{source:"iana"},"application/vnd.lotus-1-2-3":{source:"iana",extensions:["123"]},"application/vnd.lotus-approach":{source:"iana",extensions:["apr"]},"application/vnd.lotus-freelance":{source:"iana",extensions:["pre"]},"application/vnd.lotus-notes":{source:"iana",extensions:["nsf"]},"application/vnd.lotus-organizer":{source:"iana",extensions:["org"]},"application/vnd.lotus-screencam":{source:"iana",extensions:["scm"]},"application/vnd.lotus-wordpro":{source:"iana",extensions:["lwp"]},"application/vnd.macports.portpkg":{source:"iana",extensions:["portpkg"]},"application/vnd.mapbox-vector-tile":{source:"iana",extensions:["mvt"]},"application/vnd.marlin.drm.actiontoken+xml":{source:"iana",compressible:!0},"application/vnd.marlin.drm.conftoken+xml":{source:"iana",compressible:!0},"application/vnd.marlin.drm.license+xml":{source:"iana",compressible:!0},"application/vnd.marlin.drm.mdcf":{source:"iana"},"application/vnd.mason+json":{source:"iana",compressible:!0},"application/vnd.maxar.archive.3tz+zip":{source:"iana",compressible:!1},"application/vnd.maxmind.maxmind-db":{source:"iana"},"application/vnd.mcd":{source:"iana",extensions:["mcd"]},"application/vnd.medcalcdata":{source:"iana",extensions:["mc1"]},"application/vnd.mediastation.cdkey":{source:"iana",extensions:["cdkey"]},"application/vnd.meridian-slingshot":{source:"iana"},"application/vnd.mfer":{source:"iana",extensions:["mwf"]},"application/vnd.mfmp":{source:"iana",extensions:["mfm"]},"application/vnd.micro+json":{source:"iana",compressible:!0},"application/vnd.micrografx.flo":{source:"iana",extensions:["flo"]},"application/vnd.micrografx.igx":{source:"iana",extensions:["igx"]},"application/vnd.microsoft.portable-executable":{source:"iana"},"application/vnd.microsoft.windows.thumbnail-cache":{source:"iana"},"application/vnd.miele+json":{source:"iana",compressible:!0},"application/vnd.mif":{source:"iana",extensions:["mif"]},"application/vnd.minisoft-hp3000-save":{source:"iana"},"application/vnd.mitsubishi.misty-guard.trustweb":{source:"iana"},"application/vnd.mobius.daf":{source:"iana",extensions:["daf"]},"application/vnd.mobius.dis":{source:"iana",extensions:["dis"]},"application/vnd.mobius.mbk":{source:"iana",extensions:["mbk"]},"application/vnd.mobius.mqy":{source:"iana",extensions:["mqy"]},"application/vnd.mobius.msl":{source:"iana",extensions:["msl"]},"application/vnd.mobius.plc":{source:"iana",extensions:["plc"]},"application/vnd.mobius.txf":{source:"iana",extensions:["txf"]},"application/vnd.mophun.application":{source:"iana",extensions:["mpn"]},"application/vnd.mophun.certificate":{source:"iana",extensions:["mpc"]},"application/vnd.motorola.flexsuite":{source:"iana"},"application/vnd.motorola.flexsuite.adsi":{source:"iana"},"application/vnd.motorola.flexsuite.fis":{source:"iana"},"application/vnd.motorola.flexsuite.gotap":{source:"iana"},"application/vnd.motorola.flexsuite.kmr":{source:"iana"},"application/vnd.motorola.flexsuite.ttc":{source:"iana"},"application/vnd.motorola.flexsuite.wem":{source:"iana"},"application/vnd.motorola.iprm":{source:"iana"},"application/vnd.mozilla.xul+xml":{source:"iana",compressible:!0,extensions:["xul"]},"application/vnd.ms-3mfdocument":{source:"iana"},"application/vnd.ms-artgalry":{source:"iana",extensions:["cil"]},"application/vnd.ms-asf":{source:"iana"},"application/vnd.ms-cab-compressed":{source:"iana",extensions:["cab"]},"application/vnd.ms-color.iccprofile":{source:"apache"},"application/vnd.ms-excel":{source:"iana",compressible:!1,extensions:["xls","xlm","xla","xlc","xlt","xlw"]},"application/vnd.ms-excel.addin.macroenabled.12":{source:"iana",extensions:["xlam"]},"application/vnd.ms-excel.sheet.binary.macroenabled.12":{source:"iana",extensions:["xlsb"]},"application/vnd.ms-excel.sheet.macroenabled.12":{source:"iana",extensions:["xlsm"]},"application/vnd.ms-excel.template.macroenabled.12":{source:"iana",extensions:["xltm"]},"application/vnd.ms-fontobject":{source:"iana",compressible:!0,extensions:["eot"]},"application/vnd.ms-htmlhelp":{source:"iana",extensions:["chm"]},"application/vnd.ms-ims":{source:"iana",extensions:["ims"]},"application/vnd.ms-lrm":{source:"iana",extensions:["lrm"]},"application/vnd.ms-office.activex+xml":{source:"iana",compressible:!0},"application/vnd.ms-officetheme":{source:"iana",extensions:["thmx"]},"application/vnd.ms-opentype":{source:"apache",compressible:!0},"application/vnd.ms-outlook":{compressible:!1,extensions:["msg"]},"application/vnd.ms-package.obfuscated-opentype":{source:"apache"},"application/vnd.ms-pki.seccat":{source:"apache",extensions:["cat"]},"application/vnd.ms-pki.stl":{source:"apache",extensions:["stl"]},"application/vnd.ms-playready.initiator+xml":{source:"iana",compressible:!0},"application/vnd.ms-powerpoint":{source:"iana",compressible:!1,extensions:["ppt","pps","pot"]},"application/vnd.ms-powerpoint.addin.macroenabled.12":{source:"iana",extensions:["ppam"]},"application/vnd.ms-powerpoint.presentation.macroenabled.12":{source:"iana",extensions:["pptm"]},"application/vnd.ms-powerpoint.slide.macroenabled.12":{source:"iana",extensions:["sldm"]},"application/vnd.ms-powerpoint.slideshow.macroenabled.12":{source:"iana",extensions:["ppsm"]},"application/vnd.ms-powerpoint.template.macroenabled.12":{source:"iana",extensions:["potm"]},"application/vnd.ms-printdevicecapabilities+xml":{source:"iana",compressible:!0},"application/vnd.ms-printing.printticket+xml":{source:"apache",compressible:!0},"application/vnd.ms-printschematicket+xml":{source:"iana",compressible:!0},"application/vnd.ms-project":{source:"iana",extensions:["mpp","mpt"]},"application/vnd.ms-tnef":{source:"iana"},"application/vnd.ms-windows.devicepairing":{source:"iana"},"application/vnd.ms-windows.nwprinting.oob":{source:"iana"},"application/vnd.ms-windows.printerpairing":{source:"iana"},"application/vnd.ms-windows.wsd.oob":{source:"iana"},"application/vnd.ms-wmdrm.lic-chlg-req":{source:"iana"},"application/vnd.ms-wmdrm.lic-resp":{source:"iana"},"application/vnd.ms-wmdrm.meter-chlg-req":{source:"iana"},"application/vnd.ms-wmdrm.meter-resp":{source:"iana"},"application/vnd.ms-word.document.macroenabled.12":{source:"iana",extensions:["docm"]},"application/vnd.ms-word.template.macroenabled.12":{source:"iana",extensions:["dotm"]},"application/vnd.ms-works":{source:"iana",extensions:["wps","wks","wcm","wdb"]},"application/vnd.ms-wpl":{source:"iana",extensions:["wpl"]},"application/vnd.ms-xpsdocument":{source:"iana",compressible:!1,extensions:["xps"]},"application/vnd.msa-disk-image":{source:"iana"},"application/vnd.mseq":{source:"iana",extensions:["mseq"]},"application/vnd.msign":{source:"iana"},"application/vnd.multiad.creator":{source:"iana"},"application/vnd.multiad.creator.cif":{source:"iana"},"application/vnd.music-niff":{source:"iana"},"application/vnd.musician":{source:"iana",extensions:["mus"]},"application/vnd.muvee.style":{source:"iana",extensions:["msty"]},"application/vnd.mynfc":{source:"iana",extensions:["taglet"]},"application/vnd.nacamar.ybrid+json":{source:"iana",compressible:!0},"application/vnd.ncd.control":{source:"iana"},"application/vnd.ncd.reference":{source:"iana"},"application/vnd.nearst.inv+json":{source:"iana",compressible:!0},"application/vnd.nebumind.line":{source:"iana"},"application/vnd.nervana":{source:"iana"},"application/vnd.netfpx":{source:"iana"},"application/vnd.neurolanguage.nlu":{source:"iana",extensions:["nlu"]},"application/vnd.nimn":{source:"iana"},"application/vnd.nintendo.nitro.rom":{source:"iana"},"application/vnd.nintendo.snes.rom":{source:"iana"},"application/vnd.nitf":{source:"iana",extensions:["ntf","nitf"]},"application/vnd.noblenet-directory":{source:"iana",extensions:["nnd"]},"application/vnd.noblenet-sealer":{source:"iana",extensions:["nns"]},"application/vnd.noblenet-web":{source:"iana",extensions:["nnw"]},"application/vnd.nokia.catalogs":{source:"iana"},"application/vnd.nokia.conml+wbxml":{source:"iana"},"application/vnd.nokia.conml+xml":{source:"iana",compressible:!0},"application/vnd.nokia.iptv.config+xml":{source:"iana",compressible:!0},"application/vnd.nokia.isds-radio-presets":{source:"iana"},"application/vnd.nokia.landmark+wbxml":{source:"iana"},"application/vnd.nokia.landmark+xml":{source:"iana",compressible:!0},"application/vnd.nokia.landmarkcollection+xml":{source:"iana",compressible:!0},"application/vnd.nokia.n-gage.ac+xml":{source:"iana",compressible:!0,extensions:["ac"]},"application/vnd.nokia.n-gage.data":{source:"iana",extensions:["ngdat"]},"application/vnd.nokia.n-gage.symbian.install":{source:"iana",extensions:["n-gage"]},"application/vnd.nokia.ncd":{source:"iana"},"application/vnd.nokia.pcd+wbxml":{source:"iana"},"application/vnd.nokia.pcd+xml":{source:"iana",compressible:!0},"application/vnd.nokia.radio-preset":{source:"iana",extensions:["rpst"]},"application/vnd.nokia.radio-presets":{source:"iana",extensions:["rpss"]},"application/vnd.novadigm.edm":{source:"iana",extensions:["edm"]},"application/vnd.novadigm.edx":{source:"iana",extensions:["edx"]},"application/vnd.novadigm.ext":{source:"iana",extensions:["ext"]},"application/vnd.ntt-local.content-share":{source:"iana"},"application/vnd.ntt-local.file-transfer":{source:"iana"},"application/vnd.ntt-local.ogw_remote-access":{source:"iana"},"application/vnd.ntt-local.sip-ta_remote":{source:"iana"},"application/vnd.ntt-local.sip-ta_tcp_stream":{source:"iana"},"application/vnd.oasis.opendocument.chart":{source:"iana",extensions:["odc"]},"application/vnd.oasis.opendocument.chart-template":{source:"iana",extensions:["otc"]},"application/vnd.oasis.opendocument.database":{source:"iana",extensions:["odb"]},"application/vnd.oasis.opendocument.formula":{source:"iana",extensions:["odf"]},"application/vnd.oasis.opendocument.formula-template":{source:"iana",extensions:["odft"]},"application/vnd.oasis.opendocument.graphics":{source:"iana",compressible:!1,extensions:["odg"]},"application/vnd.oasis.opendocument.graphics-template":{source:"iana",extensions:["otg"]},"application/vnd.oasis.opendocument.image":{source:"iana",extensions:["odi"]},"application/vnd.oasis.opendocument.image-template":{source:"iana",extensions:["oti"]},"application/vnd.oasis.opendocument.presentation":{source:"iana",compressible:!1,extensions:["odp"]},"application/vnd.oasis.opendocument.presentation-template":{source:"iana",extensions:["otp"]},"application/vnd.oasis.opendocument.spreadsheet":{source:"iana",compressible:!1,extensions:["ods"]},"application/vnd.oasis.opendocument.spreadsheet-template":{source:"iana",extensions:["ots"]},"application/vnd.oasis.opendocument.text":{source:"iana",compressible:!1,extensions:["odt"]},"application/vnd.oasis.opendocument.text-master":{source:"iana",extensions:["odm"]},"application/vnd.oasis.opendocument.text-template":{source:"iana",extensions:["ott"]},"application/vnd.oasis.opendocument.text-web":{source:"iana",extensions:["oth"]},"application/vnd.obn":{source:"iana"},"application/vnd.ocf+cbor":{source:"iana"},"application/vnd.oci.image.manifest.v1+json":{source:"iana",compressible:!0},"application/vnd.oftn.l10n+json":{source:"iana",compressible:!0},"application/vnd.oipf.contentaccessdownload+xml":{source:"iana",compressible:!0},"application/vnd.oipf.contentaccessstreaming+xml":{source:"iana",compressible:!0},"application/vnd.oipf.cspg-hexbinary":{source:"iana"},"application/vnd.oipf.dae.svg+xml":{source:"iana",compressible:!0},"application/vnd.oipf.dae.xhtml+xml":{source:"iana",compressible:!0},"application/vnd.oipf.mippvcontrolmessage+xml":{source:"iana",compressible:!0},"application/vnd.oipf.pae.gem":{source:"iana"},"application/vnd.oipf.spdiscovery+xml":{source:"iana",compressible:!0},"application/vnd.oipf.spdlist+xml":{source:"iana",compressible:!0},"application/vnd.oipf.ueprofile+xml":{source:"iana",compressible:!0},"application/vnd.oipf.userprofile+xml":{source:"iana",compressible:!0},"application/vnd.olpc-sugar":{source:"iana",extensions:["xo"]},"application/vnd.oma-scws-config":{source:"iana"},"application/vnd.oma-scws-http-request":{source:"iana"},"application/vnd.oma-scws-http-response":{source:"iana"},"application/vnd.oma.bcast.associated-procedure-parameter+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.drm-trigger+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.imd+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.ltkm":{source:"iana"},"application/vnd.oma.bcast.notification+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.provisioningtrigger":{source:"iana"},"application/vnd.oma.bcast.sgboot":{source:"iana"},"application/vnd.oma.bcast.sgdd+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.sgdu":{source:"iana"},"application/vnd.oma.bcast.simple-symbol-container":{source:"iana"},"application/vnd.oma.bcast.smartcard-trigger+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.sprov+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.stkm":{source:"iana"},"application/vnd.oma.cab-address-book+xml":{source:"iana",compressible:!0},"application/vnd.oma.cab-feature-handler+xml":{source:"iana",compressible:!0},"application/vnd.oma.cab-pcc+xml":{source:"iana",compressible:!0},"application/vnd.oma.cab-subs-invite+xml":{source:"iana",compressible:!0},"application/vnd.oma.cab-user-prefs+xml":{source:"iana",compressible:!0},"application/vnd.oma.dcd":{source:"iana"},"application/vnd.oma.dcdc":{source:"iana"},"application/vnd.oma.dd2+xml":{source:"iana",compressible:!0,extensions:["dd2"]},"application/vnd.oma.drm.risd+xml":{source:"iana",compressible:!0},"application/vnd.oma.group-usage-list+xml":{source:"iana",compressible:!0},"application/vnd.oma.lwm2m+cbor":{source:"iana"},"application/vnd.oma.lwm2m+json":{source:"iana",compressible:!0},"application/vnd.oma.lwm2m+tlv":{source:"iana"},"application/vnd.oma.pal+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.detailed-progress-report+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.final-report+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.groups+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.invocation-descriptor+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.optimized-progress-report+xml":{source:"iana",compressible:!0},"application/vnd.oma.push":{source:"iana"},"application/vnd.oma.scidm.messages+xml":{source:"iana",compressible:!0},"application/vnd.oma.xcap-directory+xml":{source:"iana",compressible:!0},"application/vnd.omads-email+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.omads-file+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.omads-folder+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.omaloc-supl-init":{source:"iana"},"application/vnd.onepager":{source:"iana"},"application/vnd.onepagertamp":{source:"iana"},"application/vnd.onepagertamx":{source:"iana"},"application/vnd.onepagertat":{source:"iana"},"application/vnd.onepagertatp":{source:"iana"},"application/vnd.onepagertatx":{source:"iana"},"application/vnd.openblox.game+xml":{source:"iana",compressible:!0,extensions:["obgx"]},"application/vnd.openblox.game-binary":{source:"iana"},"application/vnd.openeye.oeb":{source:"iana"},"application/vnd.openofficeorg.extension":{source:"apache",extensions:["oxt"]},"application/vnd.openstreetmap.data+xml":{source:"iana",compressible:!0,extensions:["osm"]},"application/vnd.opentimestamps.ots":{source:"iana"},"application/vnd.openxmlformats-officedocument.custom-properties+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.customxmlproperties+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawing+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.chart+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.chartshapes+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.diagramcolors+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.diagramdata+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.diagramlayout+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.diagramstyle+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.extended-properties+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.commentauthors+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.comments+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.handoutmaster+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.notesmaster+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.notesslide+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.presentation":{source:"iana",compressible:!1,extensions:["pptx"]},"application/vnd.openxmlformats-officedocument.presentationml.presentation.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.presprops+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slide":{source:"iana",extensions:["sldx"]},"application/vnd.openxmlformats-officedocument.presentationml.slide+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slidelayout+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slidemaster+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slideshow":{source:"iana",extensions:["ppsx"]},"application/vnd.openxmlformats-officedocument.presentationml.slideshow.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slideupdateinfo+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.tablestyles+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.tags+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.template":{source:"iana",extensions:["potx"]},"application/vnd.openxmlformats-officedocument.presentationml.template.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.viewprops+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.calcchain+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.connections+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.dialogsheet+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.externallink+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotcachedefinition+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotcacherecords+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivottable+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.querytable+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.revisionheaders+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.revisionlog+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.sharedstrings+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet":{source:"iana",compressible:!1,extensions:["xlsx"]},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheetmetadata+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.tablesinglecells+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.template":{source:"iana",extensions:["xltx"]},"application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.usernames+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.volatiledependencies+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.theme+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.themeoverride+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.vmldrawing":{source:"iana"},"application/vnd.openxmlformats-officedocument.wordprocessingml.comments+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.document":{source:"iana",compressible:!1,extensions:["docx"]},"application/vnd.openxmlformats-officedocument.wordprocessingml.document.glossary+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.endnotes+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.fonttable+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.footer+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.footnotes+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.numbering+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.template":{source:"iana",extensions:["dotx"]},"application/vnd.openxmlformats-officedocument.wordprocessingml.template.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.websettings+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-package.core-properties+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-package.digital-signature-xmlsignature+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-package.relationships+xml":{source:"iana",compressible:!0},"application/vnd.oracle.resource+json":{source:"iana",compressible:!0},"application/vnd.orange.indata":{source:"iana"},"application/vnd.osa.netdeploy":{source:"iana"},"application/vnd.osgeo.mapguide.package":{source:"iana",extensions:["mgp"]},"application/vnd.osgi.bundle":{source:"iana"},"application/vnd.osgi.dp":{source:"iana",extensions:["dp"]},"application/vnd.osgi.subsystem":{source:"iana",extensions:["esa"]},"application/vnd.otps.ct-kip+xml":{source:"iana",compressible:!0},"application/vnd.oxli.countgraph":{source:"iana"},"application/vnd.pagerduty+json":{source:"iana",compressible:!0},"application/vnd.palm":{source:"iana",extensions:["pdb","pqa","oprc"]},"application/vnd.panoply":{source:"iana"},"application/vnd.paos.xml":{source:"iana"},"application/vnd.patentdive":{source:"iana"},"application/vnd.patientecommsdoc":{source:"iana"},"application/vnd.pawaafile":{source:"iana",extensions:["paw"]},"application/vnd.pcos":{source:"iana"},"application/vnd.pg.format":{source:"iana",extensions:["str"]},"application/vnd.pg.osasli":{source:"iana",extensions:["ei6"]},"application/vnd.piaccess.application-licence":{source:"iana"},"application/vnd.picsel":{source:"iana",extensions:["efif"]},"application/vnd.pmi.widget":{source:"iana",extensions:["wg"]},"application/vnd.poc.group-advertisement+xml":{source:"iana",compressible:!0},"application/vnd.pocketlearn":{source:"iana",extensions:["plf"]},"application/vnd.powerbuilder6":{source:"iana",extensions:["pbd"]},"application/vnd.powerbuilder6-s":{source:"iana"},"application/vnd.powerbuilder7":{source:"iana"},"application/vnd.powerbuilder7-s":{source:"iana"},"application/vnd.powerbuilder75":{source:"iana"},"application/vnd.powerbuilder75-s":{source:"iana"},"application/vnd.preminet":{source:"iana"},"application/vnd.previewsystems.box":{source:"iana",extensions:["box"]},"application/vnd.proteus.magazine":{source:"iana",extensions:["mgz"]},"application/vnd.psfs":{source:"iana"},"application/vnd.publishare-delta-tree":{source:"iana",extensions:["qps"]},"application/vnd.pvi.ptid1":{source:"iana",extensions:["ptid"]},"application/vnd.pwg-multiplexed":{source:"iana"},"application/vnd.pwg-xhtml-print+xml":{source:"iana",compressible:!0},"application/vnd.qualcomm.brew-app-res":{source:"iana"},"application/vnd.quarantainenet":{source:"iana"},"application/vnd.quark.quarkxpress":{source:"iana",extensions:["qxd","qxt","qwd","qwt","qxl","qxb"]},"application/vnd.quobject-quoxdocument":{source:"iana"},"application/vnd.radisys.moml+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit-conf+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit-conn+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit-dialog+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit-stream+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-conf+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-base+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-fax-detect+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-fax-sendrecv+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-group+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-speech+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-transform+xml":{source:"iana",compressible:!0},"application/vnd.rainstor.data":{source:"iana"},"application/vnd.rapid":{source:"iana"},"application/vnd.rar":{source:"iana",extensions:["rar"]},"application/vnd.realvnc.bed":{source:"iana",extensions:["bed"]},"application/vnd.recordare.musicxml":{source:"iana",extensions:["mxl"]},"application/vnd.recordare.musicxml+xml":{source:"iana",compressible:!0,extensions:["musicxml"]},"application/vnd.renlearn.rlprint":{source:"iana"},"application/vnd.resilient.logic":{source:"iana"},"application/vnd.restful+json":{source:"iana",compressible:!0},"application/vnd.rig.cryptonote":{source:"iana",extensions:["cryptonote"]},"application/vnd.rim.cod":{source:"apache",extensions:["cod"]},"application/vnd.rn-realmedia":{source:"apache",extensions:["rm"]},"application/vnd.rn-realmedia-vbr":{source:"apache",extensions:["rmvb"]},"application/vnd.route66.link66+xml":{source:"iana",compressible:!0,extensions:["link66"]},"application/vnd.rs-274x":{source:"iana"},"application/vnd.ruckus.download":{source:"iana"},"application/vnd.s3sms":{source:"iana"},"application/vnd.sailingtracker.track":{source:"iana",extensions:["st"]},"application/vnd.sar":{source:"iana"},"application/vnd.sbm.cid":{source:"iana"},"application/vnd.sbm.mid2":{source:"iana"},"application/vnd.scribus":{source:"iana"},"application/vnd.sealed.3df":{source:"iana"},"application/vnd.sealed.csf":{source:"iana"},"application/vnd.sealed.doc":{source:"iana"},"application/vnd.sealed.eml":{source:"iana"},"application/vnd.sealed.mht":{source:"iana"},"application/vnd.sealed.net":{source:"iana"},"application/vnd.sealed.ppt":{source:"iana"},"application/vnd.sealed.tiff":{source:"iana"},"application/vnd.sealed.xls":{source:"iana"},"application/vnd.sealedmedia.softseal.html":{source:"iana"},"application/vnd.sealedmedia.softseal.pdf":{source:"iana"},"application/vnd.seemail":{source:"iana",extensions:["see"]},"application/vnd.seis+json":{source:"iana",compressible:!0},"application/vnd.sema":{source:"iana",extensions:["sema"]},"application/vnd.semd":{source:"iana",extensions:["semd"]},"application/vnd.semf":{source:"iana",extensions:["semf"]},"application/vnd.shade-save-file":{source:"iana"},"application/vnd.shana.informed.formdata":{source:"iana",extensions:["ifm"]},"application/vnd.shana.informed.formtemplate":{source:"iana",extensions:["itp"]},"application/vnd.shana.informed.interchange":{source:"iana",extensions:["iif"]},"application/vnd.shana.informed.package":{source:"iana",extensions:["ipk"]},"application/vnd.shootproof+json":{source:"iana",compressible:!0},"application/vnd.shopkick+json":{source:"iana",compressible:!0},"application/vnd.shp":{source:"iana"},"application/vnd.shx":{source:"iana"},"application/vnd.sigrok.session":{source:"iana"},"application/vnd.simtech-mindmapper":{source:"iana",extensions:["twd","twds"]},"application/vnd.siren+json":{source:"iana",compressible:!0},"application/vnd.smaf":{source:"iana",extensions:["mmf"]},"application/vnd.smart.notebook":{source:"iana"},"application/vnd.smart.teacher":{source:"iana",extensions:["teacher"]},"application/vnd.snesdev-page-table":{source:"iana"},"application/vnd.software602.filler.form+xml":{source:"iana",compressible:!0,extensions:["fo"]},"application/vnd.software602.filler.form-xml-zip":{source:"iana"},"application/vnd.solent.sdkm+xml":{source:"iana",compressible:!0,extensions:["sdkm","sdkd"]},"application/vnd.spotfire.dxp":{source:"iana",extensions:["dxp"]},"application/vnd.spotfire.sfs":{source:"iana",extensions:["sfs"]},"application/vnd.sqlite3":{source:"iana"},"application/vnd.sss-cod":{source:"iana"},"application/vnd.sss-dtf":{source:"iana"},"application/vnd.sss-ntf":{source:"iana"},"application/vnd.stardivision.calc":{source:"apache",extensions:["sdc"]},"application/vnd.stardivision.draw":{source:"apache",extensions:["sda"]},"application/vnd.stardivision.impress":{source:"apache",extensions:["sdd"]},"application/vnd.stardivision.math":{source:"apache",extensions:["smf"]},"application/vnd.stardivision.writer":{source:"apache",extensions:["sdw","vor"]},"application/vnd.stardivision.writer-global":{source:"apache",extensions:["sgl"]},"application/vnd.stepmania.package":{source:"iana",extensions:["smzip"]},"application/vnd.stepmania.stepchart":{source:"iana",extensions:["sm"]},"application/vnd.street-stream":{source:"iana"},"application/vnd.sun.wadl+xml":{source:"iana",compressible:!0,extensions:["wadl"]},"application/vnd.sun.xml.calc":{source:"apache",extensions:["sxc"]},"application/vnd.sun.xml.calc.template":{source:"apache",extensions:["stc"]},"application/vnd.sun.xml.draw":{source:"apache",extensions:["sxd"]},"application/vnd.sun.xml.draw.template":{source:"apache",extensions:["std"]},"application/vnd.sun.xml.impress":{source:"apache",extensions:["sxi"]},"application/vnd.sun.xml.impress.template":{source:"apache",extensions:["sti"]},"application/vnd.sun.xml.math":{source:"apache",extensions:["sxm"]},"application/vnd.sun.xml.writer":{source:"apache",extensions:["sxw"]},"application/vnd.sun.xml.writer.global":{source:"apache",extensions:["sxg"]},"application/vnd.sun.xml.writer.template":{source:"apache",extensions:["stw"]},"application/vnd.sus-calendar":{source:"iana",extensions:["sus","susp"]},"application/vnd.svd":{source:"iana",extensions:["svd"]},"application/vnd.swiftview-ics":{source:"iana"},"application/vnd.sycle+xml":{source:"iana",compressible:!0},"application/vnd.syft+json":{source:"iana",compressible:!0},"application/vnd.symbian.install":{source:"apache",extensions:["sis","sisx"]},"application/vnd.syncml+xml":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["xsm"]},"application/vnd.syncml.dm+wbxml":{source:"iana",charset:"UTF-8",extensions:["bdm"]},"application/vnd.syncml.dm+xml":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["xdm"]},"application/vnd.syncml.dm.notification":{source:"iana"},"application/vnd.syncml.dmddf+wbxml":{source:"iana"},"application/vnd.syncml.dmddf+xml":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["ddf"]},"application/vnd.syncml.dmtnds+wbxml":{source:"iana"},"application/vnd.syncml.dmtnds+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.syncml.ds.notification":{source:"iana"},"application/vnd.tableschema+json":{source:"iana",compressible:!0},"application/vnd.tao.intent-module-archive":{source:"iana",extensions:["tao"]},"application/vnd.tcpdump.pcap":{source:"iana",extensions:["pcap","cap","dmp"]},"application/vnd.think-cell.ppttc+json":{source:"iana",compressible:!0},"application/vnd.tmd.mediaflex.api+xml":{source:"iana",compressible:!0},"application/vnd.tml":{source:"iana"},"application/vnd.tmobile-livetv":{source:"iana",extensions:["tmo"]},"application/vnd.tri.onesource":{source:"iana"},"application/vnd.trid.tpt":{source:"iana",extensions:["tpt"]},"application/vnd.triscape.mxs":{source:"iana",extensions:["mxs"]},"application/vnd.trueapp":{source:"iana",extensions:["tra"]},"application/vnd.truedoc":{source:"iana"},"application/vnd.ubisoft.webplayer":{source:"iana"},"application/vnd.ufdl":{source:"iana",extensions:["ufd","ufdl"]},"application/vnd.uiq.theme":{source:"iana",extensions:["utz"]},"application/vnd.umajin":{source:"iana",extensions:["umj"]},"application/vnd.unity":{source:"iana",extensions:["unityweb"]},"application/vnd.uoml+xml":{source:"iana",compressible:!0,extensions:["uoml"]},"application/vnd.uplanet.alert":{source:"iana"},"application/vnd.uplanet.alert-wbxml":{source:"iana"},"application/vnd.uplanet.bearer-choice":{source:"iana"},"application/vnd.uplanet.bearer-choice-wbxml":{source:"iana"},"application/vnd.uplanet.cacheop":{source:"iana"},"application/vnd.uplanet.cacheop-wbxml":{source:"iana"},"application/vnd.uplanet.channel":{source:"iana"},"application/vnd.uplanet.channel-wbxml":{source:"iana"},"application/vnd.uplanet.list":{source:"iana"},"application/vnd.uplanet.list-wbxml":{source:"iana"},"application/vnd.uplanet.listcmd":{source:"iana"},"application/vnd.uplanet.listcmd-wbxml":{source:"iana"},"application/vnd.uplanet.signal":{source:"iana"},"application/vnd.uri-map":{source:"iana"},"application/vnd.valve.source.material":{source:"iana"},"application/vnd.vcx":{source:"iana",extensions:["vcx"]},"application/vnd.vd-study":{source:"iana"},"application/vnd.vectorworks":{source:"iana"},"application/vnd.vel+json":{source:"iana",compressible:!0},"application/vnd.verimatrix.vcas":{source:"iana"},"application/vnd.veritone.aion+json":{source:"iana",compressible:!0},"application/vnd.veryant.thin":{source:"iana"},"application/vnd.ves.encrypted":{source:"iana"},"application/vnd.vidsoft.vidconference":{source:"iana"},"application/vnd.visio":{source:"iana",extensions:["vsd","vst","vss","vsw"]},"application/vnd.visionary":{source:"iana",extensions:["vis"]},"application/vnd.vividence.scriptfile":{source:"iana"},"application/vnd.vsf":{source:"iana",extensions:["vsf"]},"application/vnd.wap.sic":{source:"iana"},"application/vnd.wap.slc":{source:"iana"},"application/vnd.wap.wbxml":{source:"iana",charset:"UTF-8",extensions:["wbxml"]},"application/vnd.wap.wmlc":{source:"iana",extensions:["wmlc"]},"application/vnd.wap.wmlscriptc":{source:"iana",extensions:["wmlsc"]},"application/vnd.webturbo":{source:"iana",extensions:["wtb"]},"application/vnd.wfa.dpp":{source:"iana"},"application/vnd.wfa.p2p":{source:"iana"},"application/vnd.wfa.wsc":{source:"iana"},"application/vnd.windows.devicepairing":{source:"iana"},"application/vnd.wmc":{source:"iana"},"application/vnd.wmf.bootstrap":{source:"iana"},"application/vnd.wolfram.mathematica":{source:"iana"},"application/vnd.wolfram.mathematica.package":{source:"iana"},"application/vnd.wolfram.player":{source:"iana",extensions:["nbp"]},"application/vnd.wordperfect":{source:"iana",extensions:["wpd"]},"application/vnd.wqd":{source:"iana",extensions:["wqd"]},"application/vnd.wrq-hp3000-labelled":{source:"iana"},"application/vnd.wt.stf":{source:"iana",extensions:["stf"]},"application/vnd.wv.csp+wbxml":{source:"iana"},"application/vnd.wv.csp+xml":{source:"iana",compressible:!0},"application/vnd.wv.ssp+xml":{source:"iana",compressible:!0},"application/vnd.xacml+json":{source:"iana",compressible:!0},"application/vnd.xara":{source:"iana",extensions:["xar"]},"application/vnd.xfdl":{source:"iana",extensions:["xfdl"]},"application/vnd.xfdl.webform":{source:"iana"},"application/vnd.xmi+xml":{source:"iana",compressible:!0},"application/vnd.xmpie.cpkg":{source:"iana"},"application/vnd.xmpie.dpkg":{source:"iana"},"application/vnd.xmpie.plan":{source:"iana"},"application/vnd.xmpie.ppkg":{source:"iana"},"application/vnd.xmpie.xlim":{source:"iana"},"application/vnd.yamaha.hv-dic":{source:"iana",extensions:["hvd"]},"application/vnd.yamaha.hv-script":{source:"iana",extensions:["hvs"]},"application/vnd.yamaha.hv-voice":{source:"iana",extensions:["hvp"]},"application/vnd.yamaha.openscoreformat":{source:"iana",extensions:["osf"]},"application/vnd.yamaha.openscoreformat.osfpvg+xml":{source:"iana",compressible:!0,extensions:["osfpvg"]},"application/vnd.yamaha.remote-setup":{source:"iana"},"application/vnd.yamaha.smaf-audio":{source:"iana",extensions:["saf"]},"application/vnd.yamaha.smaf-phrase":{source:"iana",extensions:["spf"]},"application/vnd.yamaha.through-ngn":{source:"iana"},"application/vnd.yamaha.tunnel-udpencap":{source:"iana"},"application/vnd.yaoweme":{source:"iana"},"application/vnd.yellowriver-custom-menu":{source:"iana",extensions:["cmp"]},"application/vnd.youtube.yt":{source:"iana"},"application/vnd.zul":{source:"iana",extensions:["zir","zirz"]},"application/vnd.zzazz.deck+xml":{source:"iana",compressible:!0,extensions:["zaz"]},"application/voicexml+xml":{source:"iana",compressible:!0,extensions:["vxml"]},"application/voucher-cms+json":{source:"iana",compressible:!0},"application/vq-rtcpxr":{source:"iana"},"application/wasm":{source:"iana",compressible:!0,extensions:["wasm"]},"application/watcherinfo+xml":{source:"iana",compressible:!0,extensions:["wif"]},"application/webpush-options+json":{source:"iana",compressible:!0},"application/whoispp-query":{source:"iana"},"application/whoispp-response":{source:"iana"},"application/widget":{source:"iana",extensions:["wgt"]},"application/winhlp":{source:"apache",extensions:["hlp"]},"application/wita":{source:"iana"},"application/wordperfect5.1":{source:"iana"},"application/wsdl+xml":{source:"iana",compressible:!0,extensions:["wsdl"]},"application/wspolicy+xml":{source:"iana",compressible:!0,extensions:["wspolicy"]},"application/x-7z-compressed":{source:"apache",compressible:!1,extensions:["7z"]},"application/x-abiword":{source:"apache",extensions:["abw"]},"application/x-ace-compressed":{source:"apache",extensions:["ace"]},"application/x-amf":{source:"apache"},"application/x-apple-diskimage":{source:"apache",extensions:["dmg"]},"application/x-arj":{compressible:!1,extensions:["arj"]},"application/x-authorware-bin":{source:"apache",extensions:["aab","x32","u32","vox"]},"application/x-authorware-map":{source:"apache",extensions:["aam"]},"application/x-authorware-seg":{source:"apache",extensions:["aas"]},"application/x-bcpio":{source:"apache",extensions:["bcpio"]},"application/x-bdoc":{compressible:!1,extensions:["bdoc"]},"application/x-bittorrent":{source:"apache",extensions:["torrent"]},"application/x-blorb":{source:"apache",extensions:["blb","blorb"]},"application/x-bzip":{source:"apache",compressible:!1,extensions:["bz"]},"application/x-bzip2":{source:"apache",compressible:!1,extensions:["bz2","boz"]},"application/x-cbr":{source:"apache",extensions:["cbr","cba","cbt","cbz","cb7"]},"application/x-cdlink":{source:"apache",extensions:["vcd"]},"application/x-cfs-compressed":{source:"apache",extensions:["cfs"]},"application/x-chat":{source:"apache",extensions:["chat"]},"application/x-chess-pgn":{source:"apache",extensions:["pgn"]},"application/x-chrome-extension":{extensions:["crx"]},"application/x-cocoa":{source:"nginx",extensions:["cco"]},"application/x-compress":{source:"apache"},"application/x-conference":{source:"apache",extensions:["nsc"]},"application/x-cpio":{source:"apache",extensions:["cpio"]},"application/x-csh":{source:"apache",extensions:["csh"]},"application/x-deb":{compressible:!1},"application/x-debian-package":{source:"apache",extensions:["deb","udeb"]},"application/x-dgc-compressed":{source:"apache",extensions:["dgc"]},"application/x-director":{source:"apache",extensions:["dir","dcr","dxr","cst","cct","cxt","w3d","fgd","swa"]},"application/x-doom":{source:"apache",extensions:["wad"]},"application/x-dtbncx+xml":{source:"apache",compressible:!0,extensions:["ncx"]},"application/x-dtbook+xml":{source:"apache",compressible:!0,extensions:["dtb"]},"application/x-dtbresource+xml":{source:"apache",compressible:!0,extensions:["res"]},"application/x-dvi":{source:"apache",compressible:!1,extensions:["dvi"]},"application/x-envoy":{source:"apache",extensions:["evy"]},"application/x-eva":{source:"apache",extensions:["eva"]},"application/x-font-bdf":{source:"apache",extensions:["bdf"]},"application/x-font-dos":{source:"apache"},"application/x-font-framemaker":{source:"apache"},"application/x-font-ghostscript":{source:"apache",extensions:["gsf"]},"application/x-font-libgrx":{source:"apache"},"application/x-font-linux-psf":{source:"apache",extensions:["psf"]},"application/x-font-pcf":{source:"apache",extensions:["pcf"]},"application/x-font-snf":{source:"apache",extensions:["snf"]},"application/x-font-speedo":{source:"apache"},"application/x-font-sunos-news":{source:"apache"},"application/x-font-type1":{source:"apache",extensions:["pfa","pfb","pfm","afm"]},"application/x-font-vfont":{source:"apache"},"application/x-freearc":{source:"apache",extensions:["arc"]},"application/x-futuresplash":{source:"apache",extensions:["spl"]},"application/x-gca-compressed":{source:"apache",extensions:["gca"]},"application/x-glulx":{source:"apache",extensions:["ulx"]},"application/x-gnumeric":{source:"apache",extensions:["gnumeric"]},"application/x-gramps-xml":{source:"apache",extensions:["gramps"]},"application/x-gtar":{source:"apache",extensions:["gtar"]},"application/x-gzip":{source:"apache"},"application/x-hdf":{source:"apache",extensions:["hdf"]},"application/x-httpd-php":{compressible:!0,extensions:["php"]},"application/x-install-instructions":{source:"apache",extensions:["install"]},"application/x-iso9660-image":{source:"apache",extensions:["iso"]},"application/x-iwork-keynote-sffkey":{extensions:["key"]},"application/x-iwork-numbers-sffnumbers":{extensions:["numbers"]},"application/x-iwork-pages-sffpages":{extensions:["pages"]},"application/x-java-archive-diff":{source:"nginx",extensions:["jardiff"]},"application/x-java-jnlp-file":{source:"apache",compressible:!1,extensions:["jnlp"]},"application/x-javascript":{compressible:!0},"application/x-keepass2":{extensions:["kdbx"]},"application/x-latex":{source:"apache",compressible:!1,extensions:["latex"]},"application/x-lua-bytecode":{extensions:["luac"]},"application/x-lzh-compressed":{source:"apache",extensions:["lzh","lha"]},"application/x-makeself":{source:"nginx",extensions:["run"]},"application/x-mie":{source:"apache",extensions:["mie"]},"application/x-mobipocket-ebook":{source:"apache",extensions:["prc","mobi"]},"application/x-mpegurl":{compressible:!1},"application/x-ms-application":{source:"apache",extensions:["application"]},"application/x-ms-shortcut":{source:"apache",extensions:["lnk"]},"application/x-ms-wmd":{source:"apache",extensions:["wmd"]},"application/x-ms-wmz":{source:"apache",extensions:["wmz"]},"application/x-ms-xbap":{source:"apache",extensions:["xbap"]},"application/x-msaccess":{source:"apache",extensions:["mdb"]},"application/x-msbinder":{source:"apache",extensions:["obd"]},"application/x-mscardfile":{source:"apache",extensions:["crd"]},"application/x-msclip":{source:"apache",extensions:["clp"]},"application/x-msdos-program":{extensions:["exe"]},"application/x-msdownload":{source:"apache",extensions:["exe","dll","com","bat","msi"]},"application/x-msmediaview":{source:"apache",extensions:["mvb","m13","m14"]},"application/x-msmetafile":{source:"apache",extensions:["wmf","wmz","emf","emz"]},"application/x-msmoney":{source:"apache",extensions:["mny"]},"application/x-mspublisher":{source:"apache",extensions:["pub"]},"application/x-msschedule":{source:"apache",extensions:["scd"]},"application/x-msterminal":{source:"apache",extensions:["trm"]},"application/x-mswrite":{source:"apache",extensions:["wri"]},"application/x-netcdf":{source:"apache",extensions:["nc","cdf"]},"application/x-ns-proxy-autoconfig":{compressible:!0,extensions:["pac"]},"application/x-nzb":{source:"apache",extensions:["nzb"]},"application/x-perl":{source:"nginx",extensions:["pl","pm"]},"application/x-pilot":{source:"nginx",extensions:["prc","pdb"]},"application/x-pkcs12":{source:"apache",compressible:!1,extensions:["p12","pfx"]},"application/x-pkcs7-certificates":{source:"apache",extensions:["p7b","spc"]},"application/x-pkcs7-certreqresp":{source:"apache",extensions:["p7r"]},"application/x-pki-message":{source:"iana"},"application/x-rar-compressed":{source:"apache",compressible:!1,extensions:["rar"]},"application/x-redhat-package-manager":{source:"nginx",extensions:["rpm"]},"application/x-research-info-systems":{source:"apache",extensions:["ris"]},"application/x-sea":{source:"nginx",extensions:["sea"]},"application/x-sh":{source:"apache",compressible:!0,extensions:["sh"]},"application/x-shar":{source:"apache",extensions:["shar"]},"application/x-shockwave-flash":{source:"apache",compressible:!1,extensions:["swf"]},"application/x-silverlight-app":{source:"apache",extensions:["xap"]},"application/x-sql":{source:"apache",extensions:["sql"]},"application/x-stuffit":{source:"apache",compressible:!1,extensions:["sit"]},"application/x-stuffitx":{source:"apache",extensions:["sitx"]},"application/x-subrip":{source:"apache",extensions:["srt"]},"application/x-sv4cpio":{source:"apache",extensions:["sv4cpio"]},"application/x-sv4crc":{source:"apache",extensions:["sv4crc"]},"application/x-t3vm-image":{source:"apache",extensions:["t3"]},"application/x-tads":{source:"apache",extensions:["gam"]},"application/x-tar":{source:"apache",compressible:!0,extensions:["tar"]},"application/x-tcl":{source:"apache",extensions:["tcl","tk"]},"application/x-tex":{source:"apache",extensions:["tex"]},"application/x-tex-tfm":{source:"apache",extensions:["tfm"]},"application/x-texinfo":{source:"apache",extensions:["texinfo","texi"]},"application/x-tgif":{source:"apache",extensions:["obj"]},"application/x-ustar":{source:"apache",extensions:["ustar"]},"application/x-virtualbox-hdd":{compressible:!0,extensions:["hdd"]},"application/x-virtualbox-ova":{compressible:!0,extensions:["ova"]},"application/x-virtualbox-ovf":{compressible:!0,extensions:["ovf"]},"application/x-virtualbox-vbox":{compressible:!0,extensions:["vbox"]},"application/x-virtualbox-vbox-extpack":{compressible:!1,extensions:["vbox-extpack"]},"application/x-virtualbox-vdi":{compressible:!0,extensions:["vdi"]},"application/x-virtualbox-vhd":{compressible:!0,extensions:["vhd"]},"application/x-virtualbox-vmdk":{compressible:!0,extensions:["vmdk"]},"application/x-wais-source":{source:"apache",extensions:["src"]},"application/x-web-app-manifest+json":{compressible:!0,extensions:["webapp"]},"application/x-www-form-urlencoded":{source:"iana",compressible:!0},"application/x-x509-ca-cert":{source:"iana",extensions:["der","crt","pem"]},"application/x-x509-ca-ra-cert":{source:"iana"},"application/x-x509-next-ca-cert":{source:"iana"},"application/x-xfig":{source:"apache",extensions:["fig"]},"application/x-xliff+xml":{source:"apache",compressible:!0,extensions:["xlf"]},"application/x-xpinstall":{source:"apache",compressible:!1,extensions:["xpi"]},"application/x-xz":{source:"apache",extensions:["xz"]},"application/x-zmachine":{source:"apache",extensions:["z1","z2","z3","z4","z5","z6","z7","z8"]},"application/x400-bp":{source:"iana"},"application/xacml+xml":{source:"iana",compressible:!0},"application/xaml+xml":{source:"apache",compressible:!0,extensions:["xaml"]},"application/xcap-att+xml":{source:"iana",compressible:!0,extensions:["xav"]},"application/xcap-caps+xml":{source:"iana",compressible:!0,extensions:["xca"]},"application/xcap-diff+xml":{source:"iana",compressible:!0,extensions:["xdf"]},"application/xcap-el+xml":{source:"iana",compressible:!0,extensions:["xel"]},"application/xcap-error+xml":{source:"iana",compressible:!0},"application/xcap-ns+xml":{source:"iana",compressible:!0,extensions:["xns"]},"application/xcon-conference-info+xml":{source:"iana",compressible:!0},"application/xcon-conference-info-diff+xml":{source:"iana",compressible:!0},"application/xenc+xml":{source:"iana",compressible:!0,extensions:["xenc"]},"application/xhtml+xml":{source:"iana",compressible:!0,extensions:["xhtml","xht"]},"application/xhtml-voice+xml":{source:"apache",compressible:!0},"application/xliff+xml":{source:"iana",compressible:!0,extensions:["xlf"]},"application/xml":{source:"iana",compressible:!0,extensions:["xml","xsl","xsd","rng"]},"application/xml-dtd":{source:"iana",compressible:!0,extensions:["dtd"]},"application/xml-external-parsed-entity":{source:"iana"},"application/xml-patch+xml":{source:"iana",compressible:!0},"application/xmpp+xml":{source:"iana",compressible:!0},"application/xop+xml":{source:"iana",compressible:!0,extensions:["xop"]},"application/xproc+xml":{source:"apache",compressible:!0,extensions:["xpl"]},"application/xslt+xml":{source:"iana",compressible:!0,extensions:["xsl","xslt"]},"application/xspf+xml":{source:"apache",compressible:!0,extensions:["xspf"]},"application/xv+xml":{source:"iana",compressible:!0,extensions:["mxml","xhvml","xvml","xvm"]},"application/yang":{source:"iana",extensions:["yang"]},"application/yang-data+json":{source:"iana",compressible:!0},"application/yang-data+xml":{source:"iana",compressible:!0},"application/yang-patch+json":{source:"iana",compressible:!0},"application/yang-patch+xml":{source:"iana",compressible:!0},"application/yin+xml":{source:"iana",compressible:!0,extensions:["yin"]},"application/zip":{source:"iana",compressible:!1,extensions:["zip"]},"application/zlib":{source:"iana"},"application/zstd":{source:"iana"},"audio/1d-interleaved-parityfec":{source:"iana"},"audio/32kadpcm":{source:"iana"},"audio/3gpp":{source:"iana",compressible:!1,extensions:["3gpp"]},"audio/3gpp2":{source:"iana"},"audio/aac":{source:"iana"},"audio/ac3":{source:"iana"},"audio/adpcm":{source:"apache",extensions:["adp"]},"audio/amr":{source:"iana",extensions:["amr"]},"audio/amr-wb":{source:"iana"},"audio/amr-wb+":{source:"iana"},"audio/aptx":{source:"iana"},"audio/asc":{source:"iana"},"audio/atrac-advanced-lossless":{source:"iana"},"audio/atrac-x":{source:"iana"},"audio/atrac3":{source:"iana"},"audio/basic":{source:"iana",compressible:!1,extensions:["au","snd"]},"audio/bv16":{source:"iana"},"audio/bv32":{source:"iana"},"audio/clearmode":{source:"iana"},"audio/cn":{source:"iana"},"audio/dat12":{source:"iana"},"audio/dls":{source:"iana"},"audio/dsr-es201108":{source:"iana"},"audio/dsr-es202050":{source:"iana"},"audio/dsr-es202211":{source:"iana"},"audio/dsr-es202212":{source:"iana"},"audio/dv":{source:"iana"},"audio/dvi4":{source:"iana"},"audio/eac3":{source:"iana"},"audio/encaprtp":{source:"iana"},"audio/evrc":{source:"iana"},"audio/evrc-qcp":{source:"iana"},"audio/evrc0":{source:"iana"},"audio/evrc1":{source:"iana"},"audio/evrcb":{source:"iana"},"audio/evrcb0":{source:"iana"},"audio/evrcb1":{source:"iana"},"audio/evrcnw":{source:"iana"},"audio/evrcnw0":{source:"iana"},"audio/evrcnw1":{source:"iana"},"audio/evrcwb":{source:"iana"},"audio/evrcwb0":{source:"iana"},"audio/evrcwb1":{source:"iana"},"audio/evs":{source:"iana"},"audio/flexfec":{source:"iana"},"audio/fwdred":{source:"iana"},"audio/g711-0":{source:"iana"},"audio/g719":{source:"iana"},"audio/g722":{source:"iana"},"audio/g7221":{source:"iana"},"audio/g723":{source:"iana"},"audio/g726-16":{source:"iana"},"audio/g726-24":{source:"iana"},"audio/g726-32":{source:"iana"},"audio/g726-40":{source:"iana"},"audio/g728":{source:"iana"},"audio/g729":{source:"iana"},"audio/g7291":{source:"iana"},"audio/g729d":{source:"iana"},"audio/g729e":{source:"iana"},"audio/gsm":{source:"iana"},"audio/gsm-efr":{source:"iana"},"audio/gsm-hr-08":{source:"iana"},"audio/ilbc":{source:"iana"},"audio/ip-mr_v2.5":{source:"iana"},"audio/isac":{source:"apache"},"audio/l16":{source:"iana"},"audio/l20":{source:"iana"},"audio/l24":{source:"iana",compressible:!1},"audio/l8":{source:"iana"},"audio/lpc":{source:"iana"},"audio/melp":{source:"iana"},"audio/melp1200":{source:"iana"},"audio/melp2400":{source:"iana"},"audio/melp600":{source:"iana"},"audio/mhas":{source:"iana"},"audio/midi":{source:"apache",extensions:["mid","midi","kar","rmi"]},"audio/mobile-xmf":{source:"iana",extensions:["mxmf"]},"audio/mp3":{compressible:!1,extensions:["mp3"]},"audio/mp4":{source:"iana",compressible:!1,extensions:["m4a","mp4a"]},"audio/mp4a-latm":{source:"iana"},"audio/mpa":{source:"iana"},"audio/mpa-robust":{source:"iana"},"audio/mpeg":{source:"iana",compressible:!1,extensions:["mpga","mp2","mp2a","mp3","m2a","m3a"]},"audio/mpeg4-generic":{source:"iana"},"audio/musepack":{source:"apache"},"audio/ogg":{source:"iana",compressible:!1,extensions:["oga","ogg","spx","opus"]},"audio/opus":{source:"iana"},"audio/parityfec":{source:"iana"},"audio/pcma":{source:"iana"},"audio/pcma-wb":{source:"iana"},"audio/pcmu":{source:"iana"},"audio/pcmu-wb":{source:"iana"},"audio/prs.sid":{source:"iana"},"audio/qcelp":{source:"iana"},"audio/raptorfec":{source:"iana"},"audio/red":{source:"iana"},"audio/rtp-enc-aescm128":{source:"iana"},"audio/rtp-midi":{source:"iana"},"audio/rtploopback":{source:"iana"},"audio/rtx":{source:"iana"},"audio/s3m":{source:"apache",extensions:["s3m"]},"audio/scip":{source:"iana"},"audio/silk":{source:"apache",extensions:["sil"]},"audio/smv":{source:"iana"},"audio/smv-qcp":{source:"iana"},"audio/smv0":{source:"iana"},"audio/sofa":{source:"iana"},"audio/sp-midi":{source:"iana"},"audio/speex":{source:"iana"},"audio/t140c":{source:"iana"},"audio/t38":{source:"iana"},"audio/telephone-event":{source:"iana"},"audio/tetra_acelp":{source:"iana"},"audio/tetra_acelp_bb":{source:"iana"},"audio/tone":{source:"iana"},"audio/tsvcis":{source:"iana"},"audio/uemclip":{source:"iana"},"audio/ulpfec":{source:"iana"},"audio/usac":{source:"iana"},"audio/vdvi":{source:"iana"},"audio/vmr-wb":{source:"iana"},"audio/vnd.3gpp.iufp":{source:"iana"},"audio/vnd.4sb":{source:"iana"},"audio/vnd.audiokoz":{source:"iana"},"audio/vnd.celp":{source:"iana"},"audio/vnd.cisco.nse":{source:"iana"},"audio/vnd.cmles.radio-events":{source:"iana"},"audio/vnd.cns.anp1":{source:"iana"},"audio/vnd.cns.inf1":{source:"iana"},"audio/vnd.dece.audio":{source:"iana",extensions:["uva","uvva"]},"audio/vnd.digital-winds":{source:"iana",extensions:["eol"]},"audio/vnd.dlna.adts":{source:"iana"},"audio/vnd.dolby.heaac.1":{source:"iana"},"audio/vnd.dolby.heaac.2":{source:"iana"},"audio/vnd.dolby.mlp":{source:"iana"},"audio/vnd.dolby.mps":{source:"iana"},"audio/vnd.dolby.pl2":{source:"iana"},"audio/vnd.dolby.pl2x":{source:"iana"},"audio/vnd.dolby.pl2z":{source:"iana"},"audio/vnd.dolby.pulse.1":{source:"iana"},"audio/vnd.dra":{source:"iana",extensions:["dra"]},"audio/vnd.dts":{source:"iana",extensions:["dts"]},"audio/vnd.dts.hd":{source:"iana",extensions:["dtshd"]},"audio/vnd.dts.uhd":{source:"iana"},"audio/vnd.dvb.file":{source:"iana"},"audio/vnd.everad.plj":{source:"iana"},"audio/vnd.hns.audio":{source:"iana"},"audio/vnd.lucent.voice":{source:"iana",extensions:["lvp"]},"audio/vnd.ms-playready.media.pya":{source:"iana",extensions:["pya"]},"audio/vnd.nokia.mobile-xmf":{source:"iana"},"audio/vnd.nortel.vbk":{source:"iana"},"audio/vnd.nuera.ecelp4800":{source:"iana",extensions:["ecelp4800"]},"audio/vnd.nuera.ecelp7470":{source:"iana",extensions:["ecelp7470"]},"audio/vnd.nuera.ecelp9600":{source:"iana",extensions:["ecelp9600"]},"audio/vnd.octel.sbc":{source:"iana"},"audio/vnd.presonus.multitrack":{source:"iana"},"audio/vnd.qcelp":{source:"iana"},"audio/vnd.rhetorex.32kadpcm":{source:"iana"},"audio/vnd.rip":{source:"iana",extensions:["rip"]},"audio/vnd.rn-realaudio":{compressible:!1},"audio/vnd.sealedmedia.softseal.mpeg":{source:"iana"},"audio/vnd.vmx.cvsd":{source:"iana"},"audio/vnd.wave":{compressible:!1},"audio/vorbis":{source:"iana",compressible:!1},"audio/vorbis-config":{source:"iana"},"audio/wav":{compressible:!1,extensions:["wav"]},"audio/wave":{compressible:!1,extensions:["wav"]},"audio/webm":{source:"apache",compressible:!1,extensions:["weba"]},"audio/x-aac":{source:"apache",compressible:!1,extensions:["aac"]},"audio/x-aiff":{source:"apache",extensions:["aif","aiff","aifc"]},"audio/x-caf":{source:"apache",compressible:!1,extensions:["caf"]},"audio/x-flac":{source:"apache",extensions:["flac"]},"audio/x-m4a":{source:"nginx",extensions:["m4a"]},"audio/x-matroska":{source:"apache",extensions:["mka"]},"audio/x-mpegurl":{source:"apache",extensions:["m3u"]},"audio/x-ms-wax":{source:"apache",extensions:["wax"]},"audio/x-ms-wma":{source:"apache",extensions:["wma"]},"audio/x-pn-realaudio":{source:"apache",extensions:["ram","ra"]},"audio/x-pn-realaudio-plugin":{source:"apache",extensions:["rmp"]},"audio/x-realaudio":{source:"nginx",extensions:["ra"]},"audio/x-tta":{source:"apache"},"audio/x-wav":{source:"apache",extensions:["wav"]},"audio/xm":{source:"apache",extensions:["xm"]},"chemical/x-cdx":{source:"apache",extensions:["cdx"]},"chemical/x-cif":{source:"apache",extensions:["cif"]},"chemical/x-cmdf":{source:"apache",extensions:["cmdf"]},"chemical/x-cml":{source:"apache",extensions:["cml"]},"chemical/x-csml":{source:"apache",extensions:["csml"]},"chemical/x-pdb":{source:"apache"},"chemical/x-xyz":{source:"apache",extensions:["xyz"]},"font/collection":{source:"iana",extensions:["ttc"]},"font/otf":{source:"iana",compressible:!0,extensions:["otf"]},"font/sfnt":{source:"iana"},"font/ttf":{source:"iana",compressible:!0,extensions:["ttf"]},"font/woff":{source:"iana",extensions:["woff"]},"font/woff2":{source:"iana",extensions:["woff2"]},"image/aces":{source:"iana",extensions:["exr"]},"image/apng":{compressible:!1,extensions:["apng"]},"image/avci":{source:"iana",extensions:["avci"]},"image/avcs":{source:"iana",extensions:["avcs"]},"image/avif":{source:"iana",compressible:!1,extensions:["avif"]},"image/bmp":{source:"iana",compressible:!0,extensions:["bmp"]},"image/cgm":{source:"iana",extensions:["cgm"]},"image/dicom-rle":{source:"iana",extensions:["drle"]},"image/emf":{source:"iana",extensions:["emf"]},"image/fits":{source:"iana",extensions:["fits"]},"image/g3fax":{source:"iana",extensions:["g3"]},"image/gif":{source:"iana",compressible:!1,extensions:["gif"]},"image/heic":{source:"iana",extensions:["heic"]},"image/heic-sequence":{source:"iana",extensions:["heics"]},"image/heif":{source:"iana",extensions:["heif"]},"image/heif-sequence":{source:"iana",extensions:["heifs"]},"image/hej2k":{source:"iana",extensions:["hej2"]},"image/hsj2":{source:"iana",extensions:["hsj2"]},"image/ief":{source:"iana",extensions:["ief"]},"image/jls":{source:"iana",extensions:["jls"]},"image/jp2":{source:"iana",compressible:!1,extensions:["jp2","jpg2"]},"image/jpeg":{source:"iana",compressible:!1,extensions:["jpeg","jpg","jpe"]},"image/jph":{source:"iana",extensions:["jph"]},"image/jphc":{source:"iana",extensions:["jhc"]},"image/jpm":{source:"iana",compressible:!1,extensions:["jpm"]},"image/jpx":{source:"iana",compressible:!1,extensions:["jpx","jpf"]},"image/jxr":{source:"iana",extensions:["jxr"]},"image/jxra":{source:"iana",extensions:["jxra"]},"image/jxrs":{source:"iana",extensions:["jxrs"]},"image/jxs":{source:"iana",extensions:["jxs"]},"image/jxsc":{source:"iana",extensions:["jxsc"]},"image/jxsi":{source:"iana",extensions:["jxsi"]},"image/jxss":{source:"iana",extensions:["jxss"]},"image/ktx":{source:"iana",extensions:["ktx"]},"image/ktx2":{source:"iana",extensions:["ktx2"]},"image/naplps":{source:"iana"},"image/pjpeg":{compressible:!1},"image/png":{source:"iana",compressible:!1,extensions:["png"]},"image/prs.btif":{source:"iana",extensions:["btif"]},"image/prs.pti":{source:"iana",extensions:["pti"]},"image/pwg-raster":{source:"iana"},"image/sgi":{source:"apache",extensions:["sgi"]},"image/svg+xml":{source:"iana",compressible:!0,extensions:["svg","svgz"]},"image/t38":{source:"iana",extensions:["t38"]},"image/tiff":{source:"iana",compressible:!1,extensions:["tif","tiff"]},"image/tiff-fx":{source:"iana",extensions:["tfx"]},"image/vnd.adobe.photoshop":{source:"iana",compressible:!0,extensions:["psd"]},"image/vnd.airzip.accelerator.azv":{source:"iana",extensions:["azv"]},"image/vnd.cns.inf2":{source:"iana"},"image/vnd.dece.graphic":{source:"iana",extensions:["uvi","uvvi","uvg","uvvg"]},"image/vnd.djvu":{source:"iana",extensions:["djvu","djv"]},"image/vnd.dvb.subtitle":{source:"iana",extensions:["sub"]},"image/vnd.dwg":{source:"iana",extensions:["dwg"]},"image/vnd.dxf":{source:"iana",extensions:["dxf"]},"image/vnd.fastbidsheet":{source:"iana",extensions:["fbs"]},"image/vnd.fpx":{source:"iana",extensions:["fpx"]},"image/vnd.fst":{source:"iana",extensions:["fst"]},"image/vnd.fujixerox.edmics-mmr":{source:"iana",extensions:["mmr"]},"image/vnd.fujixerox.edmics-rlc":{source:"iana",extensions:["rlc"]},"image/vnd.globalgraphics.pgb":{source:"iana"},"image/vnd.microsoft.icon":{source:"iana",compressible:!0,extensions:["ico"]},"image/vnd.mix":{source:"iana"},"image/vnd.mozilla.apng":{source:"iana"},"image/vnd.ms-dds":{compressible:!0,extensions:["dds"]},"image/vnd.ms-modi":{source:"iana",extensions:["mdi"]},"image/vnd.ms-photo":{source:"apache",extensions:["wdp"]},"image/vnd.net-fpx":{source:"iana",extensions:["npx"]},"image/vnd.pco.b16":{source:"iana",extensions:["b16"]},"image/vnd.radiance":{source:"iana"},"image/vnd.sealed.png":{source:"iana"},"image/vnd.sealedmedia.softseal.gif":{source:"iana"},"image/vnd.sealedmedia.softseal.jpg":{source:"iana"},"image/vnd.svf":{source:"iana"},"image/vnd.tencent.tap":{source:"iana",extensions:["tap"]},"image/vnd.valve.source.texture":{source:"iana",extensions:["vtf"]},"image/vnd.wap.wbmp":{source:"iana",extensions:["wbmp"]},"image/vnd.xiff":{source:"iana",extensions:["xif"]},"image/vnd.zbrush.pcx":{source:"iana",extensions:["pcx"]},"image/webp":{source:"apache",extensions:["webp"]},"image/wmf":{source:"iana",extensions:["wmf"]},"image/x-3ds":{source:"apache",extensions:["3ds"]},"image/x-cmu-raster":{source:"apache",extensions:["ras"]},"image/x-cmx":{source:"apache",extensions:["cmx"]},"image/x-freehand":{source:"apache",extensions:["fh","fhc","fh4","fh5","fh7"]},"image/x-icon":{source:"apache",compressible:!0,extensions:["ico"]},"image/x-jng":{source:"nginx",extensions:["jng"]},"image/x-mrsid-image":{source:"apache",extensions:["sid"]},"image/x-ms-bmp":{source:"nginx",compressible:!0,extensions:["bmp"]},"image/x-pcx":{source:"apache",extensions:["pcx"]},"image/x-pict":{source:"apache",extensions:["pic","pct"]},"image/x-portable-anymap":{source:"apache",extensions:["pnm"]},"image/x-portable-bitmap":{source:"apache",extensions:["pbm"]},"image/x-portable-graymap":{source:"apache",extensions:["pgm"]},"image/x-portable-pixmap":{source:"apache",extensions:["ppm"]},"image/x-rgb":{source:"apache",extensions:["rgb"]},"image/x-tga":{source:"apache",extensions:["tga"]},"image/x-xbitmap":{source:"apache",extensions:["xbm"]},"image/x-xcf":{compressible:!1},"image/x-xpixmap":{source:"apache",extensions:["xpm"]},"image/x-xwindowdump":{source:"apache",extensions:["xwd"]},"message/cpim":{source:"iana"},"message/delivery-status":{source:"iana"},"message/disposition-notification":{source:"iana",extensions:["disposition-notification"]},"message/external-body":{source:"iana"},"message/feedback-report":{source:"iana"},"message/global":{source:"iana",extensions:["u8msg"]},"message/global-delivery-status":{source:"iana",extensions:["u8dsn"]},"message/global-disposition-notification":{source:"iana",extensions:["u8mdn"]},"message/global-headers":{source:"iana",extensions:["u8hdr"]},"message/http":{source:"iana",compressible:!1},"message/imdn+xml":{source:"iana",compressible:!0},"message/news":{source:"iana"},"message/partial":{source:"iana",compressible:!1},"message/rfc822":{source:"iana",compressible:!0,extensions:["eml","mime"]},"message/s-http":{source:"iana"},"message/sip":{source:"iana"},"message/sipfrag":{source:"iana"},"message/tracking-status":{source:"iana"},"message/vnd.si.simp":{source:"iana"},"message/vnd.wfa.wsc":{source:"iana",extensions:["wsc"]},"model/3mf":{source:"iana",extensions:["3mf"]},"model/e57":{source:"iana"},"model/gltf+json":{source:"iana",compressible:!0,extensions:["gltf"]},"model/gltf-binary":{source:"iana",compressible:!0,extensions:["glb"]},"model/iges":{source:"iana",compressible:!1,extensions:["igs","iges"]},"model/mesh":{source:"iana",compressible:!1,extensions:["msh","mesh","silo"]},"model/mtl":{source:"iana",extensions:["mtl"]},"model/obj":{source:"iana",extensions:["obj"]},"model/step":{source:"iana"},"model/step+xml":{source:"iana",compressible:!0,extensions:["stpx"]},"model/step+zip":{source:"iana",compressible:!1,extensions:["stpz"]},"model/step-xml+zip":{source:"iana",compressible:!1,extensions:["stpxz"]},"model/stl":{source:"iana",extensions:["stl"]},"model/vnd.collada+xml":{source:"iana",compressible:!0,extensions:["dae"]},"model/vnd.dwf":{source:"iana",extensions:["dwf"]},"model/vnd.flatland.3dml":{source:"iana"},"model/vnd.gdl":{source:"iana",extensions:["gdl"]},"model/vnd.gs-gdl":{source:"apache"},"model/vnd.gs.gdl":{source:"iana"},"model/vnd.gtw":{source:"iana",extensions:["gtw"]},"model/vnd.moml+xml":{source:"iana",compressible:!0},"model/vnd.mts":{source:"iana",extensions:["mts"]},"model/vnd.opengex":{source:"iana",extensions:["ogex"]},"model/vnd.parasolid.transmit.binary":{source:"iana",extensions:["x_b"]},"model/vnd.parasolid.transmit.text":{source:"iana",extensions:["x_t"]},"model/vnd.pytha.pyox":{source:"iana"},"model/vnd.rosette.annotated-data-model":{source:"iana"},"model/vnd.sap.vds":{source:"iana",extensions:["vds"]},"model/vnd.usdz+zip":{source:"iana",compressible:!1,extensions:["usdz"]},"model/vnd.valve.source.compiled-map":{source:"iana",extensions:["bsp"]},"model/vnd.vtu":{source:"iana",extensions:["vtu"]},"model/vrml":{source:"iana",compressible:!1,extensions:["wrl","vrml"]},"model/x3d+binary":{source:"apache",compressible:!1,extensions:["x3db","x3dbz"]},"model/x3d+fastinfoset":{source:"iana",extensions:["x3db"]},"model/x3d+vrml":{source:"apache",compressible:!1,extensions:["x3dv","x3dvz"]},"model/x3d+xml":{source:"iana",compressible:!0,extensions:["x3d","x3dz"]},"model/x3d-vrml":{source:"iana",extensions:["x3dv"]},"multipart/alternative":{source:"iana",compressible:!1},"multipart/appledouble":{source:"iana"},"multipart/byteranges":{source:"iana"},"multipart/digest":{source:"iana"},"multipart/encrypted":{source:"iana",compressible:!1},"multipart/form-data":{source:"iana",compressible:!1},"multipart/header-set":{source:"iana"},"multipart/mixed":{source:"iana"},"multipart/multilingual":{source:"iana"},"multipart/parallel":{source:"iana"},"multipart/related":{source:"iana",compressible:!1},"multipart/report":{source:"iana"},"multipart/signed":{source:"iana",compressible:!1},"multipart/vnd.bint.med-plus":{source:"iana"},"multipart/voice-message":{source:"iana"},"multipart/x-mixed-replace":{source:"iana"},"text/1d-interleaved-parityfec":{source:"iana"},"text/cache-manifest":{source:"iana",compressible:!0,extensions:["appcache","manifest"]},"text/calendar":{source:"iana",extensions:["ics","ifb"]},"text/calender":{compressible:!0},"text/cmd":{compressible:!0},"text/coffeescript":{extensions:["coffee","litcoffee"]},"text/cql":{source:"iana"},"text/cql-expression":{source:"iana"},"text/cql-identifier":{source:"iana"},"text/css":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["css"]},"text/csv":{source:"iana",compressible:!0,extensions:["csv"]},"text/csv-schema":{source:"iana"},"text/directory":{source:"iana"},"text/dns":{source:"iana"},"text/ecmascript":{source:"iana"},"text/encaprtp":{source:"iana"},"text/enriched":{source:"iana"},"text/fhirpath":{source:"iana"},"text/flexfec":{source:"iana"},"text/fwdred":{source:"iana"},"text/gff3":{source:"iana"},"text/grammar-ref-list":{source:"iana"},"text/html":{source:"iana",compressible:!0,extensions:["html","htm","shtml"]},"text/jade":{extensions:["jade"]},"text/javascript":{source:"iana",compressible:!0},"text/jcr-cnd":{source:"iana"},"text/jsx":{compressible:!0,extensions:["jsx"]},"text/less":{compressible:!0,extensions:["less"]},"text/markdown":{source:"iana",compressible:!0,extensions:["markdown","md"]},"text/mathml":{source:"nginx",extensions:["mml"]},"text/mdx":{compressible:!0,extensions:["mdx"]},"text/mizar":{source:"iana"},"text/n3":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["n3"]},"text/parameters":{source:"iana",charset:"UTF-8"},"text/parityfec":{source:"iana"},"text/plain":{source:"iana",compressible:!0,extensions:["txt","text","conf","def","list","log","in","ini"]},"text/provenance-notation":{source:"iana",charset:"UTF-8"},"text/prs.fallenstein.rst":{source:"iana"},"text/prs.lines.tag":{source:"iana",extensions:["dsc"]},"text/prs.prop.logic":{source:"iana"},"text/raptorfec":{source:"iana"},"text/red":{source:"iana"},"text/rfc822-headers":{source:"iana"},"text/richtext":{source:"iana",compressible:!0,extensions:["rtx"]},"text/rtf":{source:"iana",compressible:!0,extensions:["rtf"]},"text/rtp-enc-aescm128":{source:"iana"},"text/rtploopback":{source:"iana"},"text/rtx":{source:"iana"},"text/sgml":{source:"iana",extensions:["sgml","sgm"]},"text/shaclc":{source:"iana"},"text/shex":{source:"iana",extensions:["shex"]},"text/slim":{extensions:["slim","slm"]},"text/spdx":{source:"iana",extensions:["spdx"]},"text/strings":{source:"iana"},"text/stylus":{extensions:["stylus","styl"]},"text/t140":{source:"iana"},"text/tab-separated-values":{source:"iana",compressible:!0,extensions:["tsv"]},"text/troff":{source:"iana",extensions:["t","tr","roff","man","me","ms"]},"text/turtle":{source:"iana",charset:"UTF-8",extensions:["ttl"]},"text/ulpfec":{source:"iana"},"text/uri-list":{source:"iana",compressible:!0,extensions:["uri","uris","urls"]},"text/vcard":{source:"iana",compressible:!0,extensions:["vcard"]},"text/vnd.a":{source:"iana"},"text/vnd.abc":{source:"iana"},"text/vnd.ascii-art":{source:"iana"},"text/vnd.curl":{source:"iana",extensions:["curl"]},"text/vnd.curl.dcurl":{source:"apache",extensions:["dcurl"]},"text/vnd.curl.mcurl":{source:"apache",extensions:["mcurl"]},"text/vnd.curl.scurl":{source:"apache",extensions:["scurl"]},"text/vnd.debian.copyright":{source:"iana",charset:"UTF-8"},"text/vnd.dmclientscript":{source:"iana"},"text/vnd.dvb.subtitle":{source:"iana",extensions:["sub"]},"text/vnd.esmertec.theme-descriptor":{source:"iana",charset:"UTF-8"},"text/vnd.familysearch.gedcom":{source:"iana",extensions:["ged"]},"text/vnd.ficlab.flt":{source:"iana"},"text/vnd.fly":{source:"iana",extensions:["fly"]},"text/vnd.fmi.flexstor":{source:"iana",extensions:["flx"]},"text/vnd.gml":{source:"iana"},"text/vnd.graphviz":{source:"iana",extensions:["gv"]},"text/vnd.hans":{source:"iana"},"text/vnd.hgl":{source:"iana"},"text/vnd.in3d.3dml":{source:"iana",extensions:["3dml"]},"text/vnd.in3d.spot":{source:"iana",extensions:["spot"]},"text/vnd.iptc.newsml":{source:"iana"},"text/vnd.iptc.nitf":{source:"iana"},"text/vnd.latex-z":{source:"iana"},"text/vnd.motorola.reflex":{source:"iana"},"text/vnd.ms-mediapackage":{source:"iana"},"text/vnd.net2phone.commcenter.command":{source:"iana"},"text/vnd.radisys.msml-basic-layout":{source:"iana"},"text/vnd.senx.warpscript":{source:"iana"},"text/vnd.si.uricatalogue":{source:"iana"},"text/vnd.sosi":{source:"iana"},"text/vnd.sun.j2me.app-descriptor":{source:"iana",charset:"UTF-8",extensions:["jad"]},"text/vnd.trolltech.linguist":{source:"iana",charset:"UTF-8"},"text/vnd.wap.si":{source:"iana"},"text/vnd.wap.sl":{source:"iana"},"text/vnd.wap.wml":{source:"iana",extensions:["wml"]},"text/vnd.wap.wmlscript":{source:"iana",extensions:["wmls"]},"text/vtt":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["vtt"]},"text/x-asm":{source:"apache",extensions:["s","asm"]},"text/x-c":{source:"apache",extensions:["c","cc","cxx","cpp","h","hh","dic"]},"text/x-component":{source:"nginx",extensions:["htc"]},"text/x-fortran":{source:"apache",extensions:["f","for","f77","f90"]},"text/x-gwt-rpc":{compressible:!0},"text/x-handlebars-template":{extensions:["hbs"]},"text/x-java-source":{source:"apache",extensions:["java"]},"text/x-jquery-tmpl":{compressible:!0},"text/x-lua":{extensions:["lua"]},"text/x-markdown":{compressible:!0,extensions:["mkd"]},"text/x-nfo":{source:"apache",extensions:["nfo"]},"text/x-opml":{source:"apache",extensions:["opml"]},"text/x-org":{compressible:!0,extensions:["org"]},"text/x-pascal":{source:"apache",extensions:["p","pas"]},"text/x-processing":{compressible:!0,extensions:["pde"]},"text/x-sass":{extensions:["sass"]},"text/x-scss":{extensions:["scss"]},"text/x-setext":{source:"apache",extensions:["etx"]},"text/x-sfv":{source:"apache",extensions:["sfv"]},"text/x-suse-ymp":{compressible:!0,extensions:["ymp"]},"text/x-uuencode":{source:"apache",extensions:["uu"]},"text/x-vcalendar":{source:"apache",extensions:["vcs"]},"text/x-vcard":{source:"apache",extensions:["vcf"]},"text/xml":{source:"iana",compressible:!0,extensions:["xml"]},"text/xml-external-parsed-entity":{source:"iana"},"text/yaml":{compressible:!0,extensions:["yaml","yml"]},"video/1d-interleaved-parityfec":{source:"iana"},"video/3gpp":{source:"iana",extensions:["3gp","3gpp"]},"video/3gpp-tt":{source:"iana"},"video/3gpp2":{source:"iana",extensions:["3g2"]},"video/av1":{source:"iana"},"video/bmpeg":{source:"iana"},"video/bt656":{source:"iana"},"video/celb":{source:"iana"},"video/dv":{source:"iana"},"video/encaprtp":{source:"iana"},"video/ffv1":{source:"iana"},"video/flexfec":{source:"iana"},"video/h261":{source:"iana",extensions:["h261"]},"video/h263":{source:"iana",extensions:["h263"]},"video/h263-1998":{source:"iana"},"video/h263-2000":{source:"iana"},"video/h264":{source:"iana",extensions:["h264"]},"video/h264-rcdo":{source:"iana"},"video/h264-svc":{source:"iana"},"video/h265":{source:"iana"},"video/iso.segment":{source:"iana",extensions:["m4s"]},"video/jpeg":{source:"iana",extensions:["jpgv"]},"video/jpeg2000":{source:"iana"},"video/jpm":{source:"apache",extensions:["jpm","jpgm"]},"video/jxsv":{source:"iana"},"video/mj2":{source:"iana",extensions:["mj2","mjp2"]},"video/mp1s":{source:"iana"},"video/mp2p":{source:"iana"},"video/mp2t":{source:"iana",extensions:["ts"]},"video/mp4":{source:"iana",compressible:!1,extensions:["mp4","mp4v","mpg4"]},"video/mp4v-es":{source:"iana"},"video/mpeg":{source:"iana",compressible:!1,extensions:["mpeg","mpg","mpe","m1v","m2v"]},"video/mpeg4-generic":{source:"iana"},"video/mpv":{source:"iana"},"video/nv":{source:"iana"},"video/ogg":{source:"iana",compressible:!1,extensions:["ogv"]},"video/parityfec":{source:"iana"},"video/pointer":{source:"iana"},"video/quicktime":{source:"iana",compressible:!1,extensions:["qt","mov"]},"video/raptorfec":{source:"iana"},"video/raw":{source:"iana"},"video/rtp-enc-aescm128":{source:"iana"},"video/rtploopback":{source:"iana"},"video/rtx":{source:"iana"},"video/scip":{source:"iana"},"video/smpte291":{source:"iana"},"video/smpte292m":{source:"iana"},"video/ulpfec":{source:"iana"},"video/vc1":{source:"iana"},"video/vc2":{source:"iana"},"video/vnd.cctv":{source:"iana"},"video/vnd.dece.hd":{source:"iana",extensions:["uvh","uvvh"]},"video/vnd.dece.mobile":{source:"iana",extensions:["uvm","uvvm"]},"video/vnd.dece.mp4":{source:"iana"},"video/vnd.dece.pd":{source:"iana",extensions:["uvp","uvvp"]},"video/vnd.dece.sd":{source:"iana",extensions:["uvs","uvvs"]},"video/vnd.dece.video":{source:"iana",extensions:["uvv","uvvv"]},"video/vnd.directv.mpeg":{source:"iana"},"video/vnd.directv.mpeg-tts":{source:"iana"},"video/vnd.dlna.mpeg-tts":{source:"iana"},"video/vnd.dvb.file":{source:"iana",extensions:["dvb"]},"video/vnd.fvt":{source:"iana",extensions:["fvt"]},"video/vnd.hns.video":{source:"iana"},"video/vnd.iptvforum.1dparityfec-1010":{source:"iana"},"video/vnd.iptvforum.1dparityfec-2005":{source:"iana"},"video/vnd.iptvforum.2dparityfec-1010":{source:"iana"},"video/vnd.iptvforum.2dparityfec-2005":{source:"iana"},"video/vnd.iptvforum.ttsavc":{source:"iana"},"video/vnd.iptvforum.ttsmpeg2":{source:"iana"},"video/vnd.motorola.video":{source:"iana"},"video/vnd.motorola.videop":{source:"iana"},"video/vnd.mpegurl":{source:"iana",extensions:["mxu","m4u"]},"video/vnd.ms-playready.media.pyv":{source:"iana",extensions:["pyv"]},"video/vnd.nokia.interleaved-multimedia":{source:"iana"},"video/vnd.nokia.mp4vr":{source:"iana"},"video/vnd.nokia.videovoip":{source:"iana"},"video/vnd.objectvideo":{source:"iana"},"video/vnd.radgamettools.bink":{source:"iana"},"video/vnd.radgamettools.smacker":{source:"iana"},"video/vnd.sealed.mpeg1":{source:"iana"},"video/vnd.sealed.mpeg4":{source:"iana"},"video/vnd.sealed.swf":{source:"iana"},"video/vnd.sealedmedia.softseal.mov":{source:"iana"},"video/vnd.uvvu.mp4":{source:"iana",extensions:["uvu","uvvu"]},"video/vnd.vivo":{source:"iana",extensions:["viv"]},"video/vnd.youtube.yt":{source:"iana"},"video/vp8":{source:"iana"},"video/vp9":{source:"iana"},"video/webm":{source:"apache",compressible:!1,extensions:["webm"]},"video/x-f4v":{source:"apache",extensions:["f4v"]},"video/x-fli":{source:"apache",extensions:["fli"]},"video/x-flv":{source:"apache",compressible:!1,extensions:["flv"]},"video/x-m4v":{source:"apache",extensions:["m4v"]},"video/x-matroska":{source:"apache",compressible:!1,extensions:["mkv","mk3d","mks"]},"video/x-mng":{source:"apache",extensions:["mng"]},"video/x-ms-asf":{source:"apache",extensions:["asf","asx"]},"video/x-ms-vob":{source:"apache",extensions:["vob"]},"video/x-ms-wm":{source:"apache",extensions:["wm"]},"video/x-ms-wmv":{source:"apache",compressible:!1,extensions:["wmv"]},"video/x-ms-wmx":{source:"apache",extensions:["wmx"]},"video/x-ms-wvx":{source:"apache",extensions:["wvx"]},"video/x-msvideo":{source:"apache",extensions:["avi"]},"video/x-sgi-movie":{source:"apache",extensions:["movie"]},"video/x-smv":{source:"apache",extensions:["smv"]},"x-conference/x-cooltalk":{source:"apache",extensions:["ice"]},"x-shader/x-fragment":{compressible:!0},"x-shader/x-vertex":{compressible:!0}}});var Ma=h((Iq,Qa)=>{Qa.exports=Ha()});var Va=h(J=>{"use strict";var Ot=Ma(),Xf=require("path").extname,Na=/^\s*([^;\s]*)(?:;|\s|$)/,Zf=/^text\//i;J.charset=ja;J.charsets={lookup:ja};J.contentType=ey;J.extension=ty;J.extensions=Object.create(null);J.lookup=sy;J.types=Object.create(null);ry(J.extensions,J.types);function ja(e){if(!e||typeof e!="string")return!1;var t=Na.exec(e),s=t&&Ot[t[1].toLowerCase()];return s&&s.charset?s.charset:t&&Zf.test(t[1])?"UTF-8":!1}function ey(e){if(!e||typeof e!="string")return!1;var t=e.indexOf("/")===-1?J.lookup(e):e;if(!t)return!1;if(t.indexOf("charset")===-1){var s=J.charset(t);s&&(t+="; charset="+s.toLowerCase())}return t}function ty(e){if(!e||typeof e!="string")return!1;var t=Na.exec(e),s=t&&J.extensions[t[1].toLowerCase()];return!s||!s.length?!1:s[0]}function sy(e){if(!e||typeof e!="string")return!1;var t=Xf("x."+e).toLowerCase().substr(1);return t&&J.types[t]||!1}function ry(e,t){var s=["nginx","apache",void 0,"iana"];Object.keys(Ot).forEach(function(a){var i=Ot[a],p=i.extensions;if(!(!p||!p.length)){e[a]=p;for(var o=0;o<p.length;o++){var n=p[o];if(t[n]){var u=s.indexOf(Ot[t[n]].source),c=s.indexOf(i.source);if(t[n]!=="application/octet-stream"&&(u>c||u===c&&t[n].substr(0,12)==="application/"))continue}t[n]=a}}})}});var $a=h((Pq,za)=>{za.exports=ay;function ay(e){var t=typeof setImmediate=="function"?setImmediate:typeof process=="object"&&typeof process.nextTick=="function"?process.nextTick:null;t?t(e):setTimeout(e,0)}});var Ks=h((Tq,Ja)=>{var Ka=$a();Ja.exports=ny;function ny(e){var t=!1;return Ka(function(){t=!0}),function(r,a){t?e(r,a):Ka(function(){e(r,a)})}}});var Js=h((Cq,Ya)=>{Ya.exports=iy;function iy(e){Object.keys(e.jobs).forEach(oy.bind(e)),e.jobs={}}function oy(e){typeof this.jobs[e]=="function"&&this.jobs[e]()}});var Ys=h((Aq,Za)=>{var Xa=Ks(),py=Js();Za.exports=cy;function cy(e,t,s,r){var a=s.keyedList?s.keyedList[s.index]:s.index;s.jobs[a]=uy(t,a,e[a],function(i,p){a in s.jobs&&(delete s.jobs[a],i?py(s):s.results[a]=p,r(i,s.results))})}function uy(e,t,s,r){var a;return e.length==2?a=e(s,Xa(r)):a=e(s,t,Xa(r)),a}});var Xs=h((Bq,en)=>{en.exports=ly;function ly(e,t){var s=!Array.isArray(e),r={index:0,keyedList:s||t?Object.keys(e):null,jobs:{},results:s?{}:[],size:s?Object.keys(e).length:e.length};return t&&r.keyedList.sort(s?t:function(a,i){return t(e[a],e[i])}),r}});var Zs=h((Uq,tn)=>{var dy=Js(),my=Ks();tn.exports=gy;function gy(e){Object.keys(this.jobs).length&&(this.index=this.size,dy(this),my(e)(null,this.results))}});var rn=h((Lq,sn)=>{var fy=Ys(),yy=Xs(),xy=Zs();sn.exports=hy;function hy(e,t,s){for(var r=yy(e);r.index<(r.keyedList||e).length;)fy(e,t,r,function(a,i){if(a){s(a,i);return}if(Object.keys(r.jobs).length===0){s(null,r.results);return}}),r.index++;return xy.bind(r,s)}});var er=h((_q,Ht)=>{var an=Ys(),by=Xs(),Ry=Zs();Ht.exports=qy;Ht.exports.ascending=nn;Ht.exports.descending=vy;function qy(e,t,s,r){var a=by(e,s);return an(e,t,a,function i(p,o){if(p){r(p,o);return}if(a.index++,a.index<(a.keyedList||e).length){an(e,t,a,i);return}r(null,a.results)}),Ry.bind(a,r)}function nn(e,t){return e<t?-1:e>t?1:0}function vy(e,t){return-1*nn(e,t)}});var pn=h((Eq,on)=>{var ky=er();on.exports=Iy;function Iy(e,t,s){return ky(e,t,null,s)}});var un=h((Sq,cn)=>{cn.exports={parallel:rn(),serial:pn(),serialOrdered:er()}});var tr=h((Gq,ln)=>{"use strict";ln.exports=Object});var mn=h((Wq,dn)=>{"use strict";dn.exports=Error});var fn=h((Dq,gn)=>{"use strict";gn.exports=EvalError});var xn=h((Fq,yn)=>{"use strict";yn.exports=RangeError});var bn=h((Oq,hn)=>{"use strict";hn.exports=ReferenceError});var sr=h((Hq,Rn)=>{"use strict";Rn.exports=SyntaxError});var Le=h((Qq,qn)=>{"use strict";qn.exports=TypeError});var kn=h((Mq,vn)=>{"use strict";vn.exports=URIError});var wn=h((Nq,In)=>{"use strict";In.exports=Math.abs});var Tn=h((jq,Pn)=>{"use strict";Pn.exports=Math.floor});var An=h((Vq,Cn)=>{"use strict";Cn.exports=Math.max});var Un=h((zq,Bn)=>{"use strict";Bn.exports=Math.min});var _n=h(($q,Ln)=>{"use strict";Ln.exports=Math.pow});var Sn=h((Kq,En)=>{"use strict";En.exports=Math.round});var Wn=h((Jq,Gn)=>{"use strict";Gn.exports=Number.isNaN||function(t){return t!==t}});var Fn=h((Yq,Dn)=>{"use strict";var wy=Wn();Dn.exports=function(t){return wy(t)||t===0?t:t<0?-1:1}});var Hn=h((Xq,On)=>{"use strict";On.exports=Object.getOwnPropertyDescriptor});var mt=h((Zq,Qn)=>{"use strict";var Qt=Hn();if(Qt)try{Qt([],"length")}catch{Qt=null}Qn.exports=Qt});var gt=h((ev,Mn)=>{"use strict";var Mt=Object.defineProperty||!1;if(Mt)try{Mt({},"a",{value:1})}catch{Mt=!1}Mn.exports=Mt});var rr=h((tv,Nn)=>{"use strict";Nn.exports=function(){if(typeof Symbol!="function"||typeof Object.getOwnPropertySymbols!="function")return!1;if(typeof Symbol.iterator=="symbol")return!0;var t={},s=Symbol("test"),r=Object(s);if(typeof s=="string"||Object.prototype.toString.call(s)!=="[object Symbol]"||Object.prototype.toString.call(r)!=="[object Symbol]")return!1;var a=42;t[s]=a;for(var i in t)return!1;if(typeof Object.keys=="function"&&Object.keys(t).length!==0||typeof Object.getOwnPropertyNames=="function"&&Object.getOwnPropertyNames(t).length!==0)return!1;var p=Object.getOwnPropertySymbols(t);if(p.length!==1||p[0]!==s||!Object.prototype.propertyIsEnumerable.call(t,s))return!1;if(typeof Object.getOwnPropertyDescriptor=="function"){var o=Object.getOwnPropertyDescriptor(t,s);if(o.value!==a||o.enumerable!==!0)return!1}return!0}});var zn=h((sv,Vn)=>{"use strict";var jn=typeof Symbol<"u"&&Symbol,Py=rr();Vn.exports=function(){return typeof jn!="function"||typeof Symbol!="function"||typeof jn("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:Py()}});var ar=h((rv,$n)=>{"use strict";$n.exports=typeof Reflect<"u"&&Reflect.getPrototypeOf||null});var nr=h((av,Kn)=>{"use strict";var Ty=tr();Kn.exports=Ty.getPrototypeOf||null});var Xn=h((nv,Yn)=>{"use strict";var Cy="Function.prototype.bind called on incompatible ",Ay=Object.prototype.toString,By=Math.max,Uy="[object Function]",Jn=function(t,s){for(var r=[],a=0;a<t.length;a+=1)r[a]=t[a];for(var i=0;i<s.length;i+=1)r[i+t.length]=s[i];return r},Ly=function(t,s){for(var r=[],a=s||0,i=0;a<t.length;a+=1,i+=1)r[i]=t[a];return r},_y=function(e,t){for(var s="",r=0;r<e.length;r+=1)s+=e[r],r+1<e.length&&(s+=t);return s};Yn.exports=function(t){var s=this;if(typeof s!="function"||Ay.apply(s)!==Uy)throw new TypeError(Cy+s);for(var r=Ly(arguments,1),a,i=function(){if(this instanceof a){var c=s.apply(this,Jn(r,arguments));return Object(c)===c?c:this}return s.apply(t,Jn(r,arguments))},p=By(0,s.length-r.length),o=[],n=0;n<p;n++)o[n]="$"+n;if(a=Function("binder","return function ("+_y(o,",")+"){ return binder.apply(this,arguments); }")(i),s.prototype){var u=function(){};u.prototype=s.prototype,a.prototype=new u,u.prototype=null}return a}});var Ve=h((iv,Zn)=>{"use strict";var Ey=Xn();Zn.exports=Function.prototype.bind||Ey});var Nt=h((ov,ei)=>{"use strict";ei.exports=Function.prototype.call});var ir=h((pv,ti)=>{"use strict";ti.exports=Function.prototype.apply});var ri=h((cv,si)=>{"use strict";si.exports=typeof Reflect<"u"&&Reflect&&Reflect.apply});var ni=h((uv,ai)=>{"use strict";var Sy=Ve(),Gy=ir(),Wy=Nt(),Dy=ri();ai.exports=Dy||Sy.call(Wy,Gy)});var oi=h((lv,ii)=>{"use strict";var Fy=Ve(),Oy=Le(),Hy=Nt(),Qy=ni();ii.exports=function(t){if(t.length<1||typeof t[0]!="function")throw new Oy("a function is required");return Qy(Fy,Hy,t)}});var mi=h((dv,di)=>{"use strict";var My=oi(),pi=mt(),ui;try{ui=[].__proto__===Array.prototype}catch(e){if(!e||typeof e!="object"||!("code"in e)||e.code!=="ERR_PROTO_ACCESS")throw e}var or=!!ui&&pi&&pi(Object.prototype,"__proto__"),li=Object,ci=li.getPrototypeOf;di.exports=or&&typeof or.get=="function"?My([or.get]):typeof ci=="function"?function(t){return ci(t==null?t:li(t))}:!1});var hi=h((mv,xi)=>{"use strict";var gi=ar(),fi=nr(),yi=mi();xi.exports=gi?function(t){return gi(t)}:fi?function(t){if(!t||typeof t!="object"&&typeof t!="function")throw new TypeError("getProto: not an object");return fi(t)}:yi?function(t){return yi(t)}:null});var pr=h((gv,bi)=>{"use strict";var Ny=Function.prototype.call,jy=Object.prototype.hasOwnProperty,Vy=Ve();bi.exports=Vy.call(Ny,jy)});var Ye=h((fv,wi)=>{"use strict";var w,zy=tr(),$y=mn(),Ky=fn(),Jy=xn(),Yy=bn(),Je=sr(),Ke=Le(),Xy=kn(),Zy=wn(),ex=Tn(),tx=An(),sx=Un(),rx=_n(),ax=Sn(),nx=Fn(),ki=Function,cr=function(e){try{return ki('"use strict"; return ('+e+").constructor;")()}catch{}},ft=mt(),ix=gt(),ur=function(){throw new Ke},ox=ft?function(){try{return arguments.callee,ur}catch{try{return ft(arguments,"callee").get}catch{return ur}}}():ur,ze=zn()(),O=hi(),px=nr(),cx=ar(),Ii=ir(),yt=Nt(),$e={},ux=typeof Uint8Array>"u"||!O?w:O(Uint8Array),_e={__proto__:null,"%AggregateError%":typeof AggregateError>"u"?w:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer>"u"?w:ArrayBuffer,"%ArrayIteratorPrototype%":ze&&O?O([][Symbol.iterator]()):w,"%AsyncFromSyncIteratorPrototype%":w,"%AsyncFunction%":$e,"%AsyncGenerator%":$e,"%AsyncGeneratorFunction%":$e,"%AsyncIteratorPrototype%":$e,"%Atomics%":typeof Atomics>"u"?w:Atomics,"%BigInt%":typeof BigInt>"u"?w:BigInt,"%BigInt64Array%":typeof BigInt64Array>"u"?w:BigInt64Array,"%BigUint64Array%":typeof BigUint64Array>"u"?w:BigUint64Array,"%Boolean%":Boolean,"%DataView%":typeof DataView>"u"?w:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":$y,"%eval%":eval,"%EvalError%":Ky,"%Float32Array%":typeof Float32Array>"u"?w:Float32Array,"%Float64Array%":typeof Float64Array>"u"?w:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry>"u"?w:FinalizationRegistry,"%Function%":ki,"%GeneratorFunction%":$e,"%Int8Array%":typeof Int8Array>"u"?w:Int8Array,"%Int16Array%":typeof Int16Array>"u"?w:Int16Array,"%Int32Array%":typeof Int32Array>"u"?w:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":ze&&O?O(O([][Symbol.iterator]())):w,"%JSON%":typeof JSON=="object"?JSON:w,"%Map%":typeof Map>"u"?w:Map,"%MapIteratorPrototype%":typeof Map>"u"||!ze||!O?w:O(new Map()[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":zy,"%Object.getOwnPropertyDescriptor%":ft,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise>"u"?w:Promise,"%Proxy%":typeof Proxy>"u"?w:Proxy,"%RangeError%":Jy,"%ReferenceError%":Yy,"%Reflect%":typeof Reflect>"u"?w:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set>"u"?w:Set,"%SetIteratorPrototype%":typeof Set>"u"||!ze||!O?w:O(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer>"u"?w:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":ze&&O?O(""[Symbol.iterator]()):w,"%Symbol%":ze?Symbol:w,"%SyntaxError%":Je,"%ThrowTypeError%":ox,"%TypedArray%":ux,"%TypeError%":Ke,"%Uint8Array%":typeof Uint8Array>"u"?w:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray>"u"?w:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array>"u"?w:Uint16Array,"%Uint32Array%":typeof Uint32Array>"u"?w:Uint32Array,"%URIError%":Xy,"%WeakMap%":typeof WeakMap>"u"?w:WeakMap,"%WeakRef%":typeof WeakRef>"u"?w:WeakRef,"%WeakSet%":typeof WeakSet>"u"?w:WeakSet,"%Function.prototype.call%":yt,"%Function.prototype.apply%":Ii,"%Object.defineProperty%":ix,"%Object.getPrototypeOf%":px,"%Math.abs%":Zy,"%Math.floor%":ex,"%Math.max%":tx,"%Math.min%":sx,"%Math.pow%":rx,"%Math.round%":ax,"%Math.sign%":nx,"%Reflect.getPrototypeOf%":cx};if(O)try{null.error}catch(e){Ri=O(O(e)),_e["%Error.prototype%"]=Ri}var Ri,lx=function e(t){var s;if(t==="%AsyncFunction%")s=cr("async function () {}");else if(t==="%GeneratorFunction%")s=cr("function* () {}");else if(t==="%AsyncGeneratorFunction%")s=cr("async function* () {}");else if(t==="%AsyncGenerator%"){var r=e("%AsyncGeneratorFunction%");r&&(s=r.prototype)}else if(t==="%AsyncIteratorPrototype%"){var a=e("%AsyncGenerator%");a&&O&&(s=O(a.prototype))}return _e[t]=s,s},qi={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},xt=Ve(),jt=pr(),dx=xt.call(yt,Array.prototype.concat),mx=xt.call(Ii,Array.prototype.splice),vi=xt.call(yt,String.prototype.replace),Vt=xt.call(yt,String.prototype.slice),gx=xt.call(yt,RegExp.prototype.exec),fx=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,yx=/\\(\\)?/g,xx=function(t){var s=Vt(t,0,1),r=Vt(t,-1);if(s==="%"&&r!=="%")throw new Je("invalid intrinsic syntax, expected closing `%`");if(r==="%"&&s!=="%")throw new Je("invalid intrinsic syntax, expected opening `%`");var a=[];return vi(t,fx,function(i,p,o,n){a[a.length]=o?vi(n,yx,"$1"):p||i}),a},hx=function(t,s){var r=t,a;if(jt(qi,r)&&(a=qi[r],r="%"+a[0]+"%"),jt(_e,r)){var i=_e[r];if(i===$e&&(i=lx(r)),typeof i>"u"&&!s)throw new Ke("intrinsic "+t+" exists, but is not available. Please file an issue!");return{alias:a,name:r,value:i}}throw new Je("intrinsic "+t+" does not exist!")};wi.exports=function(t,s){if(typeof t!="string"||t.length===0)throw new Ke("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof s!="boolean")throw new Ke('"allowMissing" argument must be a boolean');if(gx(/^%?[^%]*%?$/,t)===null)throw new Je("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var r=xx(t),a=r.length>0?r[0]:"",i=hx("%"+a+"%",s),p=i.name,o=i.value,n=!1,u=i.alias;u&&(a=u[0],mx(r,dx([0,1],u)));for(var c=1,f=!0;c<r.length;c+=1){var y=r[c],b=Vt(y,0,1),g=Vt(y,-1);if((b==='"'||b==="'"||b==="`"||g==='"'||g==="'"||g==="`")&&b!==g)throw new Je("property names with quotes must have matching quotes");if((y==="constructor"||!f)&&(n=!0),a+="."+y,p="%"+a+"%",jt(_e,p))o=_e[p];else if(o!=null){if(!(y in o)){if(!s)throw new Ke("base intrinsic for "+t+" exists, but the property is not available.");return}if(ft&&c+1>=r.length){var x=ft(o,y);f=!!x,f&&"get"in x&&!("originalValue"in x.get)?o=x.get:o=o[y]}else f=jt(o,y),o=o[y];f&&!n&&(_e[p]=o)}}return o}});var Ti=h((yv,Pi)=>{"use strict";var bx=rr();Pi.exports=function(){return bx()&&!!Symbol.toStringTag}});var Bi=h((xv,Ai)=>{"use strict";var Rx=Ye(),Ci=Rx("%Object.defineProperty%",!0),qx=Ti()(),vx=pr(),kx=Le(),zt=qx?Symbol.toStringTag:null;Ai.exports=function(t,s){var r=arguments.length>2&&!!arguments[2]&&arguments[2].force,a=arguments.length>2&&!!arguments[2]&&arguments[2].nonConfigurable;if(typeof r<"u"&&typeof r!="boolean"||typeof a<"u"&&typeof a!="boolean")throw new kx("if provided, the `overrideIfSet` and `nonConfigurable` options must be booleans");zt&&(r||!vx(t,zt))&&(Ci?Ci(t,zt,{configurable:!a,enumerable:!1,value:s,writable:!1}):t[zt]=s)}});var Li=h((hv,Ui)=>{Ui.exports=function(e,t){return Object.keys(t).forEach(function(s){e[s]=e[s]||t[s]}),e}});var Ei=h((bv,_i)=>{var gr=Oa(),Ix=require("util"),lr=require("path"),wx=require("http"),Px=require("https"),Tx=require("url").parse,Cx=require("fs"),Ax=require("stream").Stream,dr=Va(),Bx=un(),Ux=Bi(),mr=Li();_i.exports=C;Ix.inherits(C,gr);function C(e){if(!(this instanceof C))return new C(e);this._overheadLength=0,this._valueLength=0,this._valuesToMeasure=[],gr.call(this),e=e||{};for(var t in e)this[t]=e[t]}C.LINE_BREAK=`\r
2
+ `;C.DEFAULT_CONTENT_TYPE="application/octet-stream";C.prototype.append=function(e,t,s){s=s||{},typeof s=="string"&&(s={filename:s});var r=gr.prototype.append.bind(this);if(typeof t=="number"&&(t=""+t),Array.isArray(t)){this._error(new Error("Arrays are not supported."));return}var a=this._multiPartHeader(e,t,s),i=this._multiPartFooter();r(a),r(t),r(i),this._trackLength(a,t,s)};C.prototype._trackLength=function(e,t,s){var r=0;s.knownLength!=null?r+=+s.knownLength:Buffer.isBuffer(t)?r=t.length:typeof t=="string"&&(r=Buffer.byteLength(t)),this._valueLength+=r,this._overheadLength+=Buffer.byteLength(e)+C.LINE_BREAK.length,!(!t||!t.path&&!(t.readable&&Object.prototype.hasOwnProperty.call(t,"httpVersion"))&&!(t instanceof Ax))&&(s.knownLength||this._valuesToMeasure.push(t))};C.prototype._lengthRetriever=function(e,t){Object.prototype.hasOwnProperty.call(e,"fd")?e.end!=null&&e.end!=1/0&&e.start!=null?t(null,e.end+1-(e.start?e.start:0)):Cx.stat(e.path,function(s,r){var a;if(s){t(s);return}a=r.size-(e.start?e.start:0),t(null,a)}):Object.prototype.hasOwnProperty.call(e,"httpVersion")?t(null,+e.headers["content-length"]):Object.prototype.hasOwnProperty.call(e,"httpModule")?(e.on("response",function(s){e.pause(),t(null,+s.headers["content-length"])}),e.resume()):t("Unknown stream")};C.prototype._multiPartHeader=function(e,t,s){if(typeof s.header=="string")return s.header;var r=this._getContentDisposition(t,s),a=this._getContentType(t,s),i="",p={"Content-Disposition":["form-data",'name="'+e+'"'].concat(r||[]),"Content-Type":[].concat(a||[])};typeof s.header=="object"&&mr(p,s.header);var o;for(var n in p)if(Object.prototype.hasOwnProperty.call(p,n)){if(o=p[n],o==null)continue;Array.isArray(o)||(o=[o]),o.length&&(i+=n+": "+o.join("; ")+C.LINE_BREAK)}return"--"+this.getBoundary()+C.LINE_BREAK+i+C.LINE_BREAK};C.prototype._getContentDisposition=function(e,t){var s,r;return typeof t.filepath=="string"?s=lr.normalize(t.filepath).replace(/\\/g,"/"):t.filename||e.name||e.path?s=lr.basename(t.filename||e.name||e.path):e.readable&&Object.prototype.hasOwnProperty.call(e,"httpVersion")&&(s=lr.basename(e.client._httpMessage.path||"")),s&&(r='filename="'+s+'"'),r};C.prototype._getContentType=function(e,t){var s=t.contentType;return!s&&e.name&&(s=dr.lookup(e.name)),!s&&e.path&&(s=dr.lookup(e.path)),!s&&e.readable&&Object.prototype.hasOwnProperty.call(e,"httpVersion")&&(s=e.headers["content-type"]),!s&&(t.filepath||t.filename)&&(s=dr.lookup(t.filepath||t.filename)),!s&&typeof e=="object"&&(s=C.DEFAULT_CONTENT_TYPE),s};C.prototype._multiPartFooter=function(){return function(e){var t=C.LINE_BREAK,s=this._streams.length===0;s&&(t+=this._lastBoundary()),e(t)}.bind(this)};C.prototype._lastBoundary=function(){return"--"+this.getBoundary()+"--"+C.LINE_BREAK};C.prototype.getHeaders=function(e){var t,s={"content-type":"multipart/form-data; boundary="+this.getBoundary()};for(t in e)Object.prototype.hasOwnProperty.call(e,t)&&(s[t.toLowerCase()]=e[t]);return s};C.prototype.setBoundary=function(e){this._boundary=e};C.prototype.getBoundary=function(){return this._boundary||this._generateBoundary(),this._boundary};C.prototype.getBuffer=function(){for(var e=new Buffer.alloc(0),t=this.getBoundary(),s=0,r=this._streams.length;s<r;s++)typeof this._streams[s]!="function"&&(Buffer.isBuffer(this._streams[s])?e=Buffer.concat([e,this._streams[s]]):e=Buffer.concat([e,Buffer.from(this._streams[s])]),(typeof this._streams[s]!="string"||this._streams[s].substring(2,t.length+2)!==t)&&(e=Buffer.concat([e,Buffer.from(C.LINE_BREAK)])));return Buffer.concat([e,Buffer.from(this._lastBoundary())])};C.prototype._generateBoundary=function(){for(var e="--------------------------",t=0;t<24;t++)e+=Math.floor(Math.random()*10).toString(16);this._boundary=e};C.prototype.getLengthSync=function(){var e=this._overheadLength+this._valueLength;return this._streams.length&&(e+=this._lastBoundary().length),this.hasKnownLength()||this._error(new Error("Cannot calculate proper length in synchronous way.")),e};C.prototype.hasKnownLength=function(){var e=!0;return this._valuesToMeasure.length&&(e=!1),e};C.prototype.getLength=function(e){var t=this._overheadLength+this._valueLength;if(this._streams.length&&(t+=this._lastBoundary().length),!this._valuesToMeasure.length){process.nextTick(e.bind(this,null,t));return}Bx.parallel(this._valuesToMeasure,this._lengthRetriever,function(s,r){if(s){e(s);return}r.forEach(function(a){t+=a}),e(null,t)})};C.prototype.submit=function(e,t){var s,r,a={method:"post"};return typeof e=="string"?(e=Tx(e),r=mr({port:e.port,path:e.pathname,host:e.hostname,protocol:e.protocol},a)):(r=mr(e,a),r.port||(r.port=r.protocol=="https:"?443:80)),r.headers=this.getHeaders(e.headers),r.protocol=="https:"?s=Px.request(r):s=wx.request(r),this.getLength(function(i,p){if(i&&i!=="Unknown stream"){this._error(i);return}if(p&&s.setHeader("Content-Length",p),this.pipe(s),t){var o,n=function(u,c){return s.removeListener("error",n),s.removeListener("response",o),t.call(this,u,c)};o=n.bind(this,null),s.on("error",n),s.on("response",o)}}.bind(this)),s};C.prototype._error=function(e){this.error||(this.error=e,this.pause(),this.emit("error",e))};C.prototype.toString=function(){return"[object FormData]"};Ux(C,"FormData")});var Ji=h(Ki=>{"use strict";var zx=require("url").parse,$x={ftp:21,gopher:70,http:80,https:443,ws:80,wss:443},Kx=String.prototype.endsWith||function(e){return e.length<=this.length&&this.indexOf(e,this.length-e.length)!==-1};function Jx(e){var t=typeof e=="string"?zx(e):e||{},s=t.protocol,r=t.host,a=t.port;if(typeof r!="string"||!r||typeof s!="string"||(s=s.split(":",1)[0],r=r.replace(/:\d*$/,""),a=parseInt(a)||$x[s]||0,!Yx(r,a)))return"";var i=tt("npm_config_"+s+"_proxy")||tt(s+"_proxy")||tt("npm_config_proxy")||tt("all_proxy");return i&&i.indexOf("://")===-1&&(i=s+"://"+i),i}function Yx(e,t){var s=(tt("npm_config_no_proxy")||tt("no_proxy")).toLowerCase();return s?s==="*"?!1:s.split(/[,\s]/).every(function(r){if(!r)return!0;var a=r.match(/^(.+):(\d+)$/),i=a?a[1]:r,p=a?parseInt(a[2]):0;return p&&p!==t?!0:/^[.*]/.test(i)?(i.charAt(0)==="*"&&(i=i.slice(1)),!Kx.call(e,i)):e!==i}):!0}function tt(e){return process.env[e.toLowerCase()]||process.env[e.toUpperCase()]||""}Ki.getProxyForUrl=Jx});var Xi=h((Rk,Yi)=>{var st=1e3,rt=st*60,at=rt*60,Ge=at*24,Xx=Ge*7,Zx=Ge*365.25;Yi.exports=function(e,t){t=t||{};var s=typeof e;if(s==="string"&&e.length>0)return eh(e);if(s==="number"&&isFinite(e))return t.long?sh(e):th(e);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))};function eh(e){if(e=String(e),!(e.length>100)){var t=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(e);if(t){var s=parseFloat(t[1]),r=(t[2]||"ms").toLowerCase();switch(r){case"years":case"year":case"yrs":case"yr":case"y":return s*Zx;case"weeks":case"week":case"w":return s*Xx;case"days":case"day":case"d":return s*Ge;case"hours":case"hour":case"hrs":case"hr":case"h":return s*at;case"minutes":case"minute":case"mins":case"min":case"m":return s*rt;case"seconds":case"second":case"secs":case"sec":case"s":return s*st;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return s;default:return}}}}function th(e){var t=Math.abs(e);return t>=Ge?Math.round(e/Ge)+"d":t>=at?Math.round(e/at)+"h":t>=rt?Math.round(e/rt)+"m":t>=st?Math.round(e/st)+"s":e+"ms"}function sh(e){var t=Math.abs(e);return t>=Ge?Yt(e,t,Ge,"day"):t>=at?Yt(e,t,at,"hour"):t>=rt?Yt(e,t,rt,"minute"):t>=st?Yt(e,t,st,"second"):e+" ms"}function Yt(e,t,s,r){var a=t>=s*1.5;return Math.round(e/s)+" "+r+(a?"s":"")}});var Ir=h((qk,Zi)=>{function rh(e){s.debug=s,s.default=s,s.coerce=n,s.disable=p,s.enable=a,s.enabled=o,s.humanize=Xi(),s.destroy=u,Object.keys(e).forEach(c=>{s[c]=e[c]}),s.names=[],s.skips=[],s.formatters={};function t(c){let f=0;for(let y=0;y<c.length;y++)f=(f<<5)-f+c.charCodeAt(y),f|=0;return s.colors[Math.abs(f)%s.colors.length]}s.selectColor=t;function s(c){let f,y=null,b,g;function x(...v){if(!x.enabled)return;let q=x,P=Number(new Date),T=P-(f||P);q.diff=T,q.prev=f,q.curr=P,f=P,v[0]=s.coerce(v[0]),typeof v[0]!="string"&&v.unshift("%O");let B=0;v[0]=v[0].replace(/%([a-zA-Z%])/g,(Y,X)=>{if(Y==="%%")return"%";B++;let Z=s.formatters[X];if(typeof Z=="function"){let V=v[B];Y=Z.call(q,V),v.splice(B,1),B--}return Y}),s.formatArgs.call(q,v),(q.log||s.log).apply(q,v)}return x.namespace=c,x.useColors=s.useColors(),x.color=s.selectColor(c),x.extend=r,x.destroy=s.destroy,Object.defineProperty(x,"enabled",{enumerable:!0,configurable:!1,get:()=>y!==null?y:(b!==s.namespaces&&(b=s.namespaces,g=s.enabled(c)),g),set:v=>{y=v}}),typeof s.init=="function"&&s.init(x),x}function r(c,f){let y=s(this.namespace+(typeof f>"u"?":":f)+c);return y.log=this.log,y}function a(c){s.save(c),s.namespaces=c,s.names=[],s.skips=[];let f=(typeof c=="string"?c:"").trim().replace(" ",",").split(",").filter(Boolean);for(let y of f)y[0]==="-"?s.skips.push(y.slice(1)):s.names.push(y)}function i(c,f){let y=0,b=0,g=-1,x=0;for(;y<c.length;)if(b<f.length&&(f[b]===c[y]||f[b]==="*"))f[b]==="*"?(g=b,x=y,b++):(y++,b++);else if(g!==-1)b=g+1,x++,y=x;else return!1;for(;b<f.length&&f[b]==="*";)b++;return b===f.length}function p(){let c=[...s.names,...s.skips.map(f=>"-"+f)].join(",");return s.enable(""),c}function o(c){for(let f of s.skips)if(i(c,f))return!1;for(let f of s.names)if(i(c,f))return!0;return!1}function n(c){return c instanceof Error?c.stack||c.message:c}function u(){console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")}return s.enable(s.load()),s}Zi.exports=rh});var eo=h((te,Xt)=>{te.formatArgs=nh;te.save=ih;te.load=oh;te.useColors=ah;te.storage=ph();te.destroy=(()=>{let e=!1;return()=>{e||(e=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}})();te.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 ah(){if(typeof window<"u"&&window.process&&(window.process.type==="renderer"||window.process.__nwjs))return!0;if(typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))return!1;let e;return typeof document<"u"&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||typeof window<"u"&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||typeof navigator<"u"&&navigator.userAgent&&(e=navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/))&&parseInt(e[1],10)>=31||typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)}function nh(e){if(e[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+e[0]+(this.useColors?"%c ":" ")+"+"+Xt.exports.humanize(this.diff),!this.useColors)return;let t="color: "+this.color;e.splice(1,0,t,"color: inherit");let s=0,r=0;e[0].replace(/%[a-zA-Z%]/g,a=>{a!=="%%"&&(s++,a==="%c"&&(r=s))}),e.splice(r,0,t)}te.log=console.debug||console.log||(()=>{});function ih(e){try{e?te.storage.setItem("debug",e):te.storage.removeItem("debug")}catch{}}function oh(){let e;try{e=te.storage.getItem("debug")}catch{}return!e&&typeof process<"u"&&"env"in process&&(e=process.env.DEBUG),e}function ph(){try{return localStorage}catch{}}Xt.exports=Ir()(te);var{formatters:ch}=Xt.exports;ch.j=function(e){try{return JSON.stringify(e)}catch(t){return"[UnexpectedJSONParseError]: "+t.message}}});var so=h((vk,to)=>{"use strict";to.exports=(e,t=process.argv)=>{let s=e.startsWith("-")?"":e.length===1?"-":"--",r=t.indexOf(s+e),a=t.indexOf("--");return r!==-1&&(a===-1||r<a)}});var no=h((kk,ao)=>{"use strict";var uh=require("os"),ro=require("tty"),ne=so(),{env:H}=process,we;ne("no-color")||ne("no-colors")||ne("color=false")||ne("color=never")?we=0:(ne("color")||ne("colors")||ne("color=true")||ne("color=always"))&&(we=1);"FORCE_COLOR"in H&&(H.FORCE_COLOR==="true"?we=1:H.FORCE_COLOR==="false"?we=0:we=H.FORCE_COLOR.length===0?1:Math.min(parseInt(H.FORCE_COLOR,10),3));function wr(e){return e===0?!1:{level:e,hasBasic:!0,has256:e>=2,has16m:e>=3}}function Pr(e,t){if(we===0)return 0;if(ne("color=16m")||ne("color=full")||ne("color=truecolor"))return 3;if(ne("color=256"))return 2;if(e&&!t&&we===void 0)return 0;let s=we||0;if(H.TERM==="dumb")return s;if(process.platform==="win32"){let r=uh.release().split(".");return Number(r[0])>=10&&Number(r[2])>=10586?Number(r[2])>=14931?3:2:1}if("CI"in H)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI","GITHUB_ACTIONS","BUILDKITE"].some(r=>r in H)||H.CI_NAME==="codeship"?1:s;if("TEAMCITY_VERSION"in H)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(H.TEAMCITY_VERSION)?1:0;if(H.COLORTERM==="truecolor")return 3;if("TERM_PROGRAM"in H){let r=parseInt((H.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(H.TERM_PROGRAM){case"iTerm.app":return r>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(H.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(H.TERM)||"COLORTERM"in H?1:s}function lh(e){let t=Pr(e,e&&e.isTTY);return wr(t)}ao.exports={supportsColor:lh,stdout:wr(Pr(!0,ro.isatty(1))),stderr:wr(Pr(!0,ro.isatty(2)))}});var oo=h((Q,es)=>{var dh=require("tty"),Zt=require("util");Q.init=bh;Q.log=yh;Q.formatArgs=gh;Q.save=xh;Q.load=hh;Q.useColors=mh;Q.destroy=Zt.deprecate(()=>{},"Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.");Q.colors=[6,2,3,4,5,1];try{let e=no();e&&(e.stderr||e).level>=2&&(Q.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{}Q.inspectOpts=Object.keys(process.env).filter(e=>/^debug_/i.test(e)).reduce((e,t)=>{let s=t.substring(6).toLowerCase().replace(/_([a-z])/g,(a,i)=>i.toUpperCase()),r=process.env[t];return/^(yes|on|true|enabled)$/i.test(r)?r=!0:/^(no|off|false|disabled)$/i.test(r)?r=!1:r==="null"?r=null:r=Number(r),e[s]=r,e},{});function mh(){return"colors"in Q.inspectOpts?Boolean(Q.inspectOpts.colors):dh.isatty(process.stderr.fd)}function gh(e){let{namespace:t,useColors:s}=this;if(s){let r=this.color,a="\x1B[3"+(r<8?r:"8;5;"+r),i=` ${a};1m${t} \x1B[0m`;e[0]=i+e[0].split(`
3
3
  `).join(`
4
- `+o),e.push(a+"m+"+ss.exports.humanize(this.diff)+"\x1B[0m")}else e[0]=Ux()+t+" "+e[0]}function Ux(){return Q.inspectOpts.hideDate?"":new Date().toISOString()+" "}function Lx(...e){return process.stderr.write(ts.formatWithOptions(Q.inspectOpts,...e)+`
5
- `)}function Ex(e){e?process.env.DEBUG=e:delete process.env.DEBUG}function Sx(){return process.env.DEBUG}function _x(e){e.inspectOpts={};let t=Object.keys(Q.inspectOpts);for(let s=0;s<t.length;s++)e.inspectOpts[t[s]]=Q.inspectOpts[t[s]]}ss.exports=wr()(Q);var{formatters:no}=ss.exports;no.o=function(e){return this.inspectOpts.colors=this.useColors,ts.inspect(e,this.inspectOpts).split(`
6
- `).map(t=>t.trim()).join(" ")};no.O=function(e){return this.inspectOpts.colors=this.useColors,ts.inspect(e,this.inspectOpts)}});var io=b((fk,Ar)=>{typeof process>"u"||process.type==="renderer"||process.browser===!0||process.__nwjs?Ar.exports=Zn():Ar.exports=oo()});var co=b((yk,po)=>{var kt;po.exports=function(){if(!kt){try{kt=io()("follow-redirects")}catch{}typeof kt!="function"&&(kt=function(){})}kt.apply(null,arguments)}});var ho=b((xk,Er)=>{var We=require("url"),Cr=We.URL,Gx=require("http"),Wx=require("https"),mo=require("stream").Writable,go=require("assert"),fo=co(),Ur=["abort","aborted","connect","error","socket","timeout"],Lr=Object.create(null);Ur.forEach(function(e){Lr[e]=function(t,s,r){this._redirectable.emit(e,t,s,r)}});var Dx=wt("ERR_INVALID_URL","Invalid URL",TypeError),uo=wt("ERR_FR_REDIRECTION_FAILURE","Redirected request failed"),Fx=wt("ERR_FR_TOO_MANY_REDIRECTS","Maximum number of redirects exceeded"),Ox=wt("ERR_FR_MAX_BODY_LENGTH_EXCEEDED","Request body larger than maxBodyLength limit"),Hx=wt("ERR_STREAM_WRITE_AFTER_END","write after end");function ae(e,t){mo.call(this),this._sanitizeOptions(e),this._options=e,this._ended=!1,this._ending=!1,this._redirectCount=0,this._redirects=[],this._requestBodyLength=0,this._requestBodyBuffers=[],t&&this.on("response",t);var s=this;this._onNativeResponse=function(r){s._processResponse(r)},this._performRequest()}ae.prototype=Object.create(mo.prototype);ae.prototype.abort=function(){xo(this._currentRequest),this.emit("abort")};ae.prototype.write=function(e,t,s){if(this._ending)throw new Hx;if(!De(e)&&!Nx(e))throw new TypeError("data should be a string, Buffer or Uint8Array");if(It(t)&&(s=t,t=null),e.length===0){s&&s();return}this._requestBodyLength+e.length<=this._options.maxBodyLength?(this._requestBodyLength+=e.length,this._requestBodyBuffers.push({data:e,encoding:t}),this._currentRequest.write(e,t,s)):(this.emit("error",new Ox),this.abort())};ae.prototype.end=function(e,t,s){if(It(e)?(s=e,e=t=null):It(t)&&(s=t,t=null),!e)this._ended=this._ending=!0,this._currentRequest.end(null,null,s);else{var r=this,a=this._currentRequest;this.write(e,t,function(){r._ended=!0,a.end(null,null,s)}),this._ending=!0}};ae.prototype.setHeader=function(e,t){this._options.headers[e]=t,this._currentRequest.setHeader(e,t)};ae.prototype.removeHeader=function(e){delete this._options.headers[e],this._currentRequest.removeHeader(e)};ae.prototype.setTimeout=function(e,t){var s=this;function r(p){p.setTimeout(e),p.removeListener("timeout",p.destroy),p.addListener("timeout",p.destroy)}function a(p){s._timeout&&clearTimeout(s._timeout),s._timeout=setTimeout(function(){s.emit("timeout"),o()},e),r(p)}function o(){s._timeout&&(clearTimeout(s._timeout),s._timeout=null),s.removeListener("abort",o),s.removeListener("error",o),s.removeListener("response",o),t&&s.removeListener("timeout",t),s.socket||s._currentRequest.removeListener("socket",a)}return t&&this.on("timeout",t),this.socket?a(this.socket):this._currentRequest.once("socket",a),this.on("socket",r),this.on("abort",o),this.on("error",o),this.on("response",o),this};["flushHeaders","getHeader","setNoDelay","setSocketKeepAlive"].forEach(function(e){ae.prototype[e]=function(t,s){return this._currentRequest[e](t,s)}});["aborted","connection","socket"].forEach(function(e){Object.defineProperty(ae.prototype,e,{get:function(){return this._currentRequest[e]}})});ae.prototype._sanitizeOptions=function(e){if(e.headers||(e.headers={}),e.host&&(e.hostname||(e.hostname=e.host),delete e.host),!e.pathname&&e.path){var t=e.path.indexOf("?");t<0?e.pathname=e.path:(e.pathname=e.path.substring(0,t),e.search=e.path.substring(t))}};ae.prototype._performRequest=function(){var e=this._options.protocol,t=this._options.nativeProtocols[e];if(!t){this.emit("error",new TypeError("Unsupported protocol "+e));return}if(this._options.agents){var s=e.slice(0,-1);this._options.agent=this._options.agents[s]}var r=this._currentRequest=t.request(this._options,this._onNativeResponse);r._redirectable=this;for(var a of Ur)r.on(a,Lr[a]);if(this._currentUrl=/^\//.test(this._options.path)?We.format(this._options):this._options.path,this._isRedirect){var o=0,p=this,i=this._requestBodyBuffers;(function n(u){if(r===p._currentRequest)if(u)p.emit("error",u);else if(o<i.length){var c=i[o++];r.finished||r.write(c.data,c.encoding,n)}else p._ended&&r.end()})()}};ae.prototype._processResponse=function(e){var t=e.statusCode;this._options.trackRedirects&&this._redirects.push({url:this._currentUrl,headers:e.headers,statusCode:t});var s=e.headers.location;if(!s||this._options.followRedirects===!1||t<300||t>=400){e.responseUrl=this._currentUrl,e.redirects=this._redirects,this.emit("response",e),this._requestBodyBuffers=[];return}if(xo(this._currentRequest),e.destroy(),++this._redirectCount>this._options.maxRedirects){this.emit("error",new Fx);return}var r,a=this._options.beforeRedirect;a&&(r=Object.assign({Host:e.req.getHeader("host")},this._options.headers));var o=this._options.method;((t===301||t===302)&&this._options.method==="POST"||t===303&&!/^(?:GET|HEAD)$/.test(this._options.method))&&(this._options.method="GET",this._requestBodyBuffers=[],Br(/^content-/i,this._options.headers));var p=Br(/^host$/i,this._options.headers),i=We.parse(this._currentUrl),n=p||i.host,u=/^\w+:/.test(s)?this._currentUrl:We.format(Object.assign(i,{host:n})),c;try{c=We.resolve(u,s)}catch(g){this.emit("error",new uo({cause:g}));return}fo("redirecting to",c),this._isRedirect=!0;var f=We.parse(c);if(Object.assign(this._options,f),(f.protocol!==i.protocol&&f.protocol!=="https:"||f.host!==n&&!Mx(f.host,n))&&Br(/^(?:authorization|cookie)$/i,this._options.headers),It(a)){var y={headers:e.headers,statusCode:t},h={url:u,method:o,headers:r};try{a(this._options,y,h)}catch(g){this.emit("error",g);return}this._sanitizeOptions(this._options)}try{this._performRequest()}catch(g){this.emit("error",new uo({cause:g}))}};function yo(e){var t={maxRedirects:21,maxBodyLength:10485760},s={};return Object.keys(e).forEach(function(r){var a=r+":",o=s[a]=e[r],p=t[r]=Object.create(o);function i(u,c,f){if(De(u)){var y;try{y=lo(new Cr(u))}catch{y=We.parse(u)}if(!De(y.protocol))throw new Dx({input:u});u=y}else Cr&&u instanceof Cr?u=lo(u):(f=c,c=u,u={protocol:a});return It(c)&&(f=c,c=null),c=Object.assign({maxRedirects:t.maxRedirects,maxBodyLength:t.maxBodyLength},u,c),c.nativeProtocols=s,!De(c.host)&&!De(c.hostname)&&(c.hostname="::1"),go.equal(c.protocol,a,"protocol mismatch"),fo("options",c),new ae(c,f)}function n(u,c,f){var y=p.request(u,c,f);return y.end(),y}Object.defineProperties(p,{request:{value:i,configurable:!0,enumerable:!0,writable:!0},get:{value:n,configurable:!0,enumerable:!0,writable:!0}})}),t}function Qx(){}function lo(e){var t={protocol:e.protocol,hostname:e.hostname.startsWith("[")?e.hostname.slice(1,-1):e.hostname,hash:e.hash,search:e.search,pathname:e.pathname,path:e.pathname+e.search,href:e.href};return e.port!==""&&(t.port=Number(e.port)),t}function Br(e,t){var s;for(var r in t)e.test(r)&&(s=t[r],delete t[r]);return s===null||typeof s>"u"?void 0:String(s).trim()}function wt(e,t,s){function r(a){Error.captureStackTrace(this,this.constructor),Object.assign(this,a||{}),this.code=e,this.message=this.cause?t+": "+this.cause.message:t}return r.prototype=new(s||Error),r.prototype.constructor=r,r.prototype.name="Error ["+e+"]",r}function xo(e){for(var t of Ur)e.removeListener(t,Lr[t]);e.on("error",Qx),e.abort()}function Mx(e,t){go(De(e)&&De(t));var s=e.length-t.length-1;return s>0&&e[s]==="."&&e.endsWith(t)}function De(e){return typeof e=="string"||e instanceof String}function It(e){return typeof e=="function"}function Nx(e){return typeof e=="object"&&"length"in e}Er.exports=yo({http:Gx,https:Wx});Er.exports.wrap=yo});var Yo=b((hw,Jo)=>{"use strict";var Th=new Set(["ENOTFOUND","ENETUNREACH","UNABLE_TO_GET_ISSUER_CERT","UNABLE_TO_GET_CRL","UNABLE_TO_DECRYPT_CERT_SIGNATURE","UNABLE_TO_DECRYPT_CRL_SIGNATURE","UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY","CERT_SIGNATURE_FAILURE","CRL_SIGNATURE_FAILURE","CERT_NOT_YET_VALID","CERT_HAS_EXPIRED","CRL_NOT_YET_VALID","CRL_HAS_EXPIRED","ERROR_IN_CERT_NOT_BEFORE_FIELD","ERROR_IN_CERT_NOT_AFTER_FIELD","ERROR_IN_CRL_LAST_UPDATE_FIELD","ERROR_IN_CRL_NEXT_UPDATE_FIELD","OUT_OF_MEM","DEPTH_ZERO_SELF_SIGNED_CERT","SELF_SIGNED_CERT_IN_CHAIN","UNABLE_TO_GET_ISSUER_CERT_LOCALLY","UNABLE_TO_VERIFY_LEAF_SIGNATURE","CERT_CHAIN_TOO_LONG","CERT_REVOKED","INVALID_CA","PATH_LENGTH_EXCEEDED","INVALID_PURPOSE","CERT_UNTRUSTED","CERT_REJECTED","HOSTNAME_MISMATCH"]);Jo.exports=e=>!Th.has(e&&e.code)});var Xr=b(He=>{"use strict";Object.defineProperty(He,"__esModule",{value:!0});var Oh=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Hh=typeof window<"u"&&typeof window.document<"u",Qh=typeof process<"u"&&process.versions!=null&&process.versions.node!=null,Mh=(typeof self>"u"?"undefined":Oh(self))==="object"&&self.constructor&&self.constructor.name==="DedicatedWorkerGlobalScope",Nh=typeof window<"u"&&window.name==="nodejs"||typeof navigator<"u"&&(navigator.userAgent.includes("Node.js")||navigator.userAgent.includes("jsdom")),jh=typeof Deno<"u"&&typeof Deno.version<"u"&&typeof Deno.version.deno<"u";He.isBrowser=Hh;He.isWebWorker=Mh;He.isNode=Qh;He.isJsDom=Nh;He.isDeno=jh});var Zr=b((vw,pi)=>{"use strict";pi.exports=Error});var ea=b((kw,ci)=>{"use strict";ci.exports=EvalError});var ta=b((Iw,ui)=>{"use strict";ui.exports=RangeError});var sa=b((ww,li)=>{"use strict";li.exports=ReferenceError});var Gs=b((Pw,di)=>{"use strict";di.exports=SyntaxError});var Qe=b((Tw,mi)=>{"use strict";mi.exports=TypeError});var ra=b((Aw,gi)=>{"use strict";gi.exports=URIError});var yi=b((Cw,fi)=>{"use strict";fi.exports=function(){if(typeof Symbol!="function"||typeof Object.getOwnPropertySymbols!="function")return!1;if(typeof Symbol.iterator=="symbol")return!0;var t={},s=Symbol("test"),r=Object(s);if(typeof s=="string"||Object.prototype.toString.call(s)!=="[object Symbol]"||Object.prototype.toString.call(r)!=="[object Symbol]")return!1;var a=42;t[s]=a;for(var o in t)return!1;if(typeof Object.keys=="function"&&Object.keys(t).length!==0||typeof Object.getOwnPropertyNames=="function"&&Object.getOwnPropertyNames(t).length!==0)return!1;var p=Object.getOwnPropertySymbols(t);if(p.length!==1||p[0]!==s||!Object.prototype.propertyIsEnumerable.call(t,s))return!1;if(typeof Object.getOwnPropertyDescriptor=="function"){var i=Object.getOwnPropertyDescriptor(t,s);if(i.value!==a||i.enumerable!==!0)return!1}return!0}});var aa=b((Bw,hi)=>{"use strict";var xi=typeof Symbol<"u"&&Symbol,sb=yi();hi.exports=function(){return typeof xi!="function"||typeof Symbol!="function"||typeof xi("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:sb()}});var Ri=b((Uw,bi)=>{"use strict";var na={__proto__:null,foo:{}},rb=Object;bi.exports=function(){return{__proto__:na}.foo===na.foo&&!(na instanceof rb)}});var ki=b((Lw,vi)=>{"use strict";var ab="Function.prototype.bind called on incompatible ",nb=Object.prototype.toString,ob=Math.max,ib="[object Function]",qi=function(t,s){for(var r=[],a=0;a<t.length;a+=1)r[a]=t[a];for(var o=0;o<s.length;o+=1)r[o+t.length]=s[o];return r},pb=function(t,s){for(var r=[],a=s||0,o=0;a<t.length;a+=1,o+=1)r[o]=t[a];return r},cb=function(e,t){for(var s="",r=0;r<e.length;r+=1)s+=e[r],r+1<e.length&&(s+=t);return s};vi.exports=function(t){var s=this;if(typeof s!="function"||nb.apply(s)!==ib)throw new TypeError(ab+s);for(var r=pb(arguments,1),a,o=function(){if(this instanceof a){var c=s.apply(this,qi(r,arguments));return Object(c)===c?c:this}return s.apply(t,qi(r,arguments))},p=ob(0,s.length-r.length),i=[],n=0;n<p;n++)i[n]="$"+n;if(a=Function("binder","return function ("+cb(i,",")+"){ return binder.apply(this,arguments); }")(o),s.prototype){var u=function(){};u.prototype=s.prototype,a.prototype=new u,u.prototype=null}return a}});var Me=b((Ew,Ii)=>{"use strict";var ub=ki();Ii.exports=Function.prototype.bind||ub});var oa=b((Sw,wi)=>{"use strict";var lb=Function.prototype.call,db=Object.prototype.hasOwnProperty,mb=Me();wi.exports=mb.call(lb,db)});var Ui=b((_w,Bi)=>{"use strict";var w,gb=Zr(),fb=ea(),yb=ta(),xb=sa(),pt=Gs(),it=Qe(),hb=ra(),Ci=Function,ia=function(e){try{return Ci('"use strict"; return ('+e+").constructor;")()}catch{}},Ne=Object.getOwnPropertyDescriptor;if(Ne)try{Ne({},"")}catch{Ne=null}var pa=function(){throw new it},bb=Ne?function(){try{return arguments.callee,pa}catch{try{return Ne(arguments,"callee").get}catch{return pa}}}():pa,nt=aa()(),Rb=Ri()(),M=Object.getPrototypeOf||(Rb?function(e){return e.__proto__}:null),ot={},qb=typeof Uint8Array>"u"||!M?w:M(Uint8Array),je={__proto__:null,"%AggregateError%":typeof AggregateError>"u"?w:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer>"u"?w:ArrayBuffer,"%ArrayIteratorPrototype%":nt&&M?M([][Symbol.iterator]()):w,"%AsyncFromSyncIteratorPrototype%":w,"%AsyncFunction%":ot,"%AsyncGenerator%":ot,"%AsyncGeneratorFunction%":ot,"%AsyncIteratorPrototype%":ot,"%Atomics%":typeof Atomics>"u"?w:Atomics,"%BigInt%":typeof BigInt>"u"?w:BigInt,"%BigInt64Array%":typeof BigInt64Array>"u"?w:BigInt64Array,"%BigUint64Array%":typeof BigUint64Array>"u"?w:BigUint64Array,"%Boolean%":Boolean,"%DataView%":typeof DataView>"u"?w:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":gb,"%eval%":eval,"%EvalError%":fb,"%Float32Array%":typeof Float32Array>"u"?w:Float32Array,"%Float64Array%":typeof Float64Array>"u"?w:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry>"u"?w:FinalizationRegistry,"%Function%":Ci,"%GeneratorFunction%":ot,"%Int8Array%":typeof Int8Array>"u"?w:Int8Array,"%Int16Array%":typeof Int16Array>"u"?w:Int16Array,"%Int32Array%":typeof Int32Array>"u"?w:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":nt&&M?M(M([][Symbol.iterator]())):w,"%JSON%":typeof JSON=="object"?JSON:w,"%Map%":typeof Map>"u"?w:Map,"%MapIteratorPrototype%":typeof Map>"u"||!nt||!M?w:M(new Map()[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise>"u"?w:Promise,"%Proxy%":typeof Proxy>"u"?w:Proxy,"%RangeError%":yb,"%ReferenceError%":xb,"%Reflect%":typeof Reflect>"u"?w:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set>"u"?w:Set,"%SetIteratorPrototype%":typeof Set>"u"||!nt||!M?w:M(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer>"u"?w:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":nt&&M?M(""[Symbol.iterator]()):w,"%Symbol%":nt?Symbol:w,"%SyntaxError%":pt,"%ThrowTypeError%":bb,"%TypedArray%":qb,"%TypeError%":it,"%Uint8Array%":typeof Uint8Array>"u"?w:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray>"u"?w:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array>"u"?w:Uint16Array,"%Uint32Array%":typeof Uint32Array>"u"?w:Uint32Array,"%URIError%":hb,"%WeakMap%":typeof WeakMap>"u"?w:WeakMap,"%WeakRef%":typeof WeakRef>"u"?w:WeakRef,"%WeakSet%":typeof WeakSet>"u"?w:WeakSet};if(M)try{null.error}catch(e){Pi=M(M(e)),je["%Error.prototype%"]=Pi}var Pi,vb=function e(t){var s;if(t==="%AsyncFunction%")s=ia("async function () {}");else if(t==="%GeneratorFunction%")s=ia("function* () {}");else if(t==="%AsyncGeneratorFunction%")s=ia("async function* () {}");else if(t==="%AsyncGenerator%"){var r=e("%AsyncGeneratorFunction%");r&&(s=r.prototype)}else if(t==="%AsyncIteratorPrototype%"){var a=e("%AsyncGenerator%");a&&M&&(s=M(a.prototype))}return je[t]=s,s},Ti={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},Ut=Me(),Ws=oa(),kb=Ut.call(Function.call,Array.prototype.concat),Ib=Ut.call(Function.apply,Array.prototype.splice),Ai=Ut.call(Function.call,String.prototype.replace),Ds=Ut.call(Function.call,String.prototype.slice),wb=Ut.call(Function.call,RegExp.prototype.exec),Pb=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,Tb=/\\(\\)?/g,Ab=function(t){var s=Ds(t,0,1),r=Ds(t,-1);if(s==="%"&&r!=="%")throw new pt("invalid intrinsic syntax, expected closing `%`");if(r==="%"&&s!=="%")throw new pt("invalid intrinsic syntax, expected opening `%`");var a=[];return Ai(t,Pb,function(o,p,i,n){a[a.length]=i?Ai(n,Tb,"$1"):p||o}),a},Cb=function(t,s){var r=t,a;if(Ws(Ti,r)&&(a=Ti[r],r="%"+a[0]+"%"),Ws(je,r)){var o=je[r];if(o===ot&&(o=vb(r)),typeof o>"u"&&!s)throw new it("intrinsic "+t+" exists, but is not available. Please file an issue!");return{alias:a,name:r,value:o}}throw new pt("intrinsic "+t+" does not exist!")};Bi.exports=function(t,s){if(typeof t!="string"||t.length===0)throw new it("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof s!="boolean")throw new it('"allowMissing" argument must be a boolean');if(wb(/^%?[^%]*%?$/,t)===null)throw new pt("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var r=Ab(t),a=r.length>0?r[0]:"",o=Cb("%"+a+"%",s),p=o.name,i=o.value,n=!1,u=o.alias;u&&(a=u[0],Ib(r,kb([0,1],u)));for(var c=1,f=!0;c<r.length;c+=1){var y=r[c],h=Ds(y,0,1),g=Ds(y,-1);if((h==='"'||h==="'"||h==="`"||g==='"'||g==="'"||g==="`")&&h!==g)throw new pt("property names with quotes must have matching quotes");if((y==="constructor"||!f)&&(n=!0),a+="."+y,p="%"+a+"%",Ws(je,p))i=je[p];else if(i!=null){if(!(y in i)){if(!s)throw new it("base intrinsic for "+t+" exists, but the property is not available.");return}if(Ne&&c+1>=r.length){var x=Ne(i,y);f=!!x,f&&"get"in x&&!("originalValue"in x.get)?i=x.get:i=i[y]}else f=Ws(i,y),i=i[y];f&&!n&&(je[p]=i)}}return i}});var ca=b((Gw,Li)=>{"use strict";Li.exports=Object});var Si=b((Ww,Ei)=>{"use strict";Ei.exports=Math.abs});var Gi=b((Dw,_i)=>{"use strict";_i.exports=Math.floor});var Di=b((Fw,Wi)=>{"use strict";Wi.exports=Math.max});var Oi=b((Ow,Fi)=>{"use strict";Fi.exports=Math.min});var Qi=b((Hw,Hi)=>{"use strict";Hi.exports=Math.pow});var Ni=b((Qw,Mi)=>{"use strict";Mi.exports=Math.round});var Vi=b((Mw,ji)=>{"use strict";ji.exports=Number.isNaN||function(t){return t!==t}});var $i=b((Nw,zi)=>{"use strict";var Bb=Vi();zi.exports=function(t){return Bb(t)||t===0?t:t<0?-1:1}});var Ji=b((jw,Ki)=>{"use strict";Ki.exports=Object.getOwnPropertyDescriptor});var Lt=b((Vw,Yi)=>{"use strict";var Fs=Ji();if(Fs)try{Fs([],"length")}catch{Fs=null}Yi.exports=Fs});var Et=b((zw,Xi)=>{"use strict";var Os=Object.defineProperty||!1;if(Os)try{Os({},"a",{value:1})}catch{Os=!1}Xi.exports=Os});var ua=b(($w,Zi)=>{"use strict";Zi.exports=typeof Reflect<"u"&&Reflect.getPrototypeOf||null});var la=b((Kw,ep)=>{"use strict";var Ub=ca();ep.exports=Ub.getPrototypeOf||null});var Hs=b((Jw,tp)=>{"use strict";tp.exports=Function.prototype.call});var da=b((Yw,sp)=>{"use strict";sp.exports=Function.prototype.apply});var ap=b((Xw,rp)=>{"use strict";rp.exports=typeof Reflect<"u"&&Reflect&&Reflect.apply});var op=b((Zw,np)=>{"use strict";var Lb=Me(),Eb=da(),Sb=Hs(),_b=ap();np.exports=_b||Lb.call(Sb,Eb)});var pp=b((eP,ip)=>{"use strict";var Gb=Me(),Wb=Qe(),Db=Hs(),Fb=op();ip.exports=function(t){if(t.length<1||typeof t[0]!="function")throw new Wb("a function is required");return Fb(Gb,Db,t)}});var gp=b((tP,mp)=>{"use strict";var Ob=pp(),cp=Lt(),lp;try{lp=[].__proto__===Array.prototype}catch(e){if(!e||typeof e!="object"||!("code"in e)||e.code!=="ERR_PROTO_ACCESS")throw e}var ma=!!lp&&cp&&cp(Object.prototype,"__proto__"),dp=Object,up=dp.getPrototypeOf;mp.exports=ma&&typeof ma.get=="function"?Ob([ma.get]):typeof up=="function"?function(t){return up(t==null?t:dp(t))}:!1});var bp=b((sP,hp)=>{"use strict";var fp=ua(),yp=la(),xp=gp();hp.exports=fp?function(t){return fp(t)}:yp?function(t){if(!t||typeof t!="object"&&typeof t!="function")throw new TypeError("getProto: not an object");return yp(t)}:xp?function(t){return xp(t)}:null});var Ns=b((rP,wp)=>{"use strict";var P,Hb=ca(),Qb=Zr(),Mb=ea(),Nb=ta(),jb=sa(),dt=Gs(),lt=Qe(),Vb=ra(),zb=Si(),$b=Gi(),Kb=Di(),Jb=Oi(),Yb=Qi(),Xb=Ni(),Zb=$i(),kp=Function,ga=function(e){try{return kp('"use strict"; return ('+e+").constructor;")()}catch{}},St=Lt(),eR=Et(),fa=function(){throw new lt},tR=St?function(){try{return arguments.callee,fa}catch{try{return St(arguments,"callee").get}catch{return fa}}}():fa,ct=aa()(),N=bp(),sR=la(),rR=ua(),Ip=da(),_t=Hs(),ut={},aR=typeof Uint8Array>"u"||!N?P:N(Uint8Array),Ve={__proto__:null,"%AggregateError%":typeof AggregateError>"u"?P:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer>"u"?P:ArrayBuffer,"%ArrayIteratorPrototype%":ct&&N?N([][Symbol.iterator]()):P,"%AsyncFromSyncIteratorPrototype%":P,"%AsyncFunction%":ut,"%AsyncGenerator%":ut,"%AsyncGeneratorFunction%":ut,"%AsyncIteratorPrototype%":ut,"%Atomics%":typeof Atomics>"u"?P:Atomics,"%BigInt%":typeof BigInt>"u"?P:BigInt,"%BigInt64Array%":typeof BigInt64Array>"u"?P:BigInt64Array,"%BigUint64Array%":typeof BigUint64Array>"u"?P:BigUint64Array,"%Boolean%":Boolean,"%DataView%":typeof DataView>"u"?P:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Qb,"%eval%":eval,"%EvalError%":Mb,"%Float32Array%":typeof Float32Array>"u"?P:Float32Array,"%Float64Array%":typeof Float64Array>"u"?P:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry>"u"?P:FinalizationRegistry,"%Function%":kp,"%GeneratorFunction%":ut,"%Int8Array%":typeof Int8Array>"u"?P:Int8Array,"%Int16Array%":typeof Int16Array>"u"?P:Int16Array,"%Int32Array%":typeof Int32Array>"u"?P:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":ct&&N?N(N([][Symbol.iterator]())):P,"%JSON%":typeof JSON=="object"?JSON:P,"%Map%":typeof Map>"u"?P:Map,"%MapIteratorPrototype%":typeof Map>"u"||!ct||!N?P:N(new Map()[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":Hb,"%Object.getOwnPropertyDescriptor%":St,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise>"u"?P:Promise,"%Proxy%":typeof Proxy>"u"?P:Proxy,"%RangeError%":Nb,"%ReferenceError%":jb,"%Reflect%":typeof Reflect>"u"?P:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set>"u"?P:Set,"%SetIteratorPrototype%":typeof Set>"u"||!ct||!N?P:N(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer>"u"?P:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":ct&&N?N(""[Symbol.iterator]()):P,"%Symbol%":ct?Symbol:P,"%SyntaxError%":dt,"%ThrowTypeError%":tR,"%TypedArray%":aR,"%TypeError%":lt,"%Uint8Array%":typeof Uint8Array>"u"?P:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray>"u"?P:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array>"u"?P:Uint16Array,"%Uint32Array%":typeof Uint32Array>"u"?P:Uint32Array,"%URIError%":Vb,"%WeakMap%":typeof WeakMap>"u"?P:WeakMap,"%WeakRef%":typeof WeakRef>"u"?P:WeakRef,"%WeakSet%":typeof WeakSet>"u"?P:WeakSet,"%Function.prototype.call%":_t,"%Function.prototype.apply%":Ip,"%Object.defineProperty%":eR,"%Object.getPrototypeOf%":sR,"%Math.abs%":zb,"%Math.floor%":$b,"%Math.max%":Kb,"%Math.min%":Jb,"%Math.pow%":Yb,"%Math.round%":Xb,"%Math.sign%":Zb,"%Reflect.getPrototypeOf%":rR};if(N)try{null.error}catch(e){Rp=N(N(e)),Ve["%Error.prototype%"]=Rp}var Rp,nR=function e(t){var s;if(t==="%AsyncFunction%")s=ga("async function () {}");else if(t==="%GeneratorFunction%")s=ga("function* () {}");else if(t==="%AsyncGeneratorFunction%")s=ga("async function* () {}");else if(t==="%AsyncGenerator%"){var r=e("%AsyncGeneratorFunction%");r&&(s=r.prototype)}else if(t==="%AsyncIteratorPrototype%"){var a=e("%AsyncGenerator%");a&&N&&(s=N(a.prototype))}return Ve[t]=s,s},qp={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},Gt=Me(),Qs=oa(),oR=Gt.call(_t,Array.prototype.concat),iR=Gt.call(Ip,Array.prototype.splice),vp=Gt.call(_t,String.prototype.replace),Ms=Gt.call(_t,String.prototype.slice),pR=Gt.call(_t,RegExp.prototype.exec),cR=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,uR=/\\(\\)?/g,lR=function(t){var s=Ms(t,0,1),r=Ms(t,-1);if(s==="%"&&r!=="%")throw new dt("invalid intrinsic syntax, expected closing `%`");if(r==="%"&&s!=="%")throw new dt("invalid intrinsic syntax, expected opening `%`");var a=[];return vp(t,cR,function(o,p,i,n){a[a.length]=i?vp(n,uR,"$1"):p||o}),a},dR=function(t,s){var r=t,a;if(Qs(qp,r)&&(a=qp[r],r="%"+a[0]+"%"),Qs(Ve,r)){var o=Ve[r];if(o===ut&&(o=nR(r)),typeof o>"u"&&!s)throw new lt("intrinsic "+t+" exists, but is not available. Please file an issue!");return{alias:a,name:r,value:o}}throw new dt("intrinsic "+t+" does not exist!")};wp.exports=function(t,s){if(typeof t!="string"||t.length===0)throw new lt("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof s!="boolean")throw new lt('"allowMissing" argument must be a boolean');if(pR(/^%?[^%]*%?$/,t)===null)throw new dt("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var r=lR(t),a=r.length>0?r[0]:"",o=dR("%"+a+"%",s),p=o.name,i=o.value,n=!1,u=o.alias;u&&(a=u[0],iR(r,oR([0,1],u)));for(var c=1,f=!0;c<r.length;c+=1){var y=r[c],h=Ms(y,0,1),g=Ms(y,-1);if((h==='"'||h==="'"||h==="`"||g==='"'||g==="'"||g==="`")&&h!==g)throw new dt("property names with quotes must have matching quotes");if((y==="constructor"||!f)&&(n=!0),a+="."+y,p="%"+a+"%",Qs(Ve,p))i=Ve[p];else if(i!=null){if(!(y in i)){if(!s)throw new lt("base intrinsic for "+t+" exists, but the property is not available.");return}if(St&&c+1>=r.length){var x=St(i,y);f=!!x,f&&"get"in x&&!("originalValue"in x.get)?i=x.get:i=i[y]}else f=Qs(i,y),i=i[y];f&&!n&&(Ve[p]=i)}}return i}});var Cp=b((aP,Ap)=>{"use strict";var Pp=Et(),mR=Gs(),mt=Qe(),Tp=Lt();Ap.exports=function(t,s,r){if(!t||typeof t!="object"&&typeof t!="function")throw new mt("`obj` must be an object or a function`");if(typeof s!="string"&&typeof s!="symbol")throw new mt("`property` must be a string or a symbol`");if(arguments.length>3&&typeof arguments[3]!="boolean"&&arguments[3]!==null)throw new mt("`nonEnumerable`, if provided, must be a boolean or null");if(arguments.length>4&&typeof arguments[4]!="boolean"&&arguments[4]!==null)throw new mt("`nonWritable`, if provided, must be a boolean or null");if(arguments.length>5&&typeof arguments[5]!="boolean"&&arguments[5]!==null)throw new mt("`nonConfigurable`, if provided, must be a boolean or null");if(arguments.length>6&&typeof arguments[6]!="boolean")throw new mt("`loose`, if provided, must be a boolean");var a=arguments.length>3?arguments[3]:null,o=arguments.length>4?arguments[4]:null,p=arguments.length>5?arguments[5]:null,i=arguments.length>6?arguments[6]:!1,n=!!Tp&&Tp(t,s);if(Pp)Pp(t,s,{configurable:p===null&&n?n.configurable:!p,enumerable:a===null&&n?n.enumerable:!a,value:r,writable:o===null&&n?n.writable:!o});else if(i||!a&&!o&&!p)t[s]=r;else throw new mR("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.")}});var Lp=b((nP,Up)=>{"use strict";var ya=Et(),Bp=function(){return!!ya};Bp.hasArrayLengthDefineBug=function(){if(!ya)return null;try{return ya([],"length",{value:1}).length!==1}catch{return!0}};Up.exports=Bp});var Wp=b((oP,Gp)=>{"use strict";var gR=Ns(),Ep=Cp(),fR=Lp()(),Sp=Lt(),_p=Qe(),yR=gR("%Math.floor%");Gp.exports=function(t,s){if(typeof t!="function")throw new _p("`fn` is not a function");if(typeof s!="number"||s<0||s>4294967295||yR(s)!==s)throw new _p("`length` must be a positive 32-bit integer");var r=arguments.length>2&&!!arguments[2],a=!0,o=!0;if("length"in t&&Sp){var p=Sp(t,"length");p&&!p.configurable&&(a=!1),p&&!p.writable&&(o=!1)}return(a||o||!r)&&(fR?Ep(t,"length",s,!0,!0):Ep(t,"length",s)),t}});var Mp=b((iP,js)=>{"use strict";var xa=Me(),Vs=Ns(),xR=Wp(),hR=Qe(),Op=Vs("%Function.prototype.apply%"),Hp=Vs("%Function.prototype.call%"),Qp=Vs("%Reflect.apply%",!0)||xa.call(Hp,Op),Dp=Et(),bR=Vs("%Math.max%");js.exports=function(t){if(typeof t!="function")throw new hR("a function is required");var s=Qp(xa,Hp,arguments);return xR(s,1+bR(0,t.length-(arguments.length-1)),!0)};var Fp=function(){return Qp(xa,Op,arguments)};Dp?Dp(js.exports,"apply",{value:Fp}):js.exports.apply=Fp});var zp=b((pP,Vp)=>{"use strict";var Np=Ns(),jp=Mp(),RR=jp(Np("String.prototype.indexOf"));Vp.exports=function(t,s){var r=Np(t,!!s);return typeof r=="function"&&RR(t,".prototype.")>-1?jp(r):r}});var Kp=b((cP,$p)=>{$p.exports=require("util").inspect});var yc=b((uP,fc)=>{var Ta=typeof Map=="function"&&Map.prototype,ha=Object.getOwnPropertyDescriptor&&Ta?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,$s=Ta&&ha&&typeof ha.get=="function"?ha.get:null,Jp=Ta&&Map.prototype.forEach,Aa=typeof Set=="function"&&Set.prototype,ba=Object.getOwnPropertyDescriptor&&Aa?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,Ks=Aa&&ba&&typeof ba.get=="function"?ba.get:null,Yp=Aa&&Set.prototype.forEach,qR=typeof WeakMap=="function"&&WeakMap.prototype,Dt=qR?WeakMap.prototype.has:null,vR=typeof WeakSet=="function"&&WeakSet.prototype,Ft=vR?WeakSet.prototype.has:null,kR=typeof WeakRef=="function"&&WeakRef.prototype,Xp=kR?WeakRef.prototype.deref:null,IR=Boolean.prototype.valueOf,wR=Object.prototype.toString,PR=Function.prototype.toString,TR=String.prototype.match,Ca=String.prototype.slice,Le=String.prototype.replace,AR=String.prototype.toUpperCase,Zp=String.prototype.toLowerCase,pc=RegExp.prototype.test,ec=Array.prototype.concat,ge=Array.prototype.join,CR=Array.prototype.slice,tc=Math.floor,va=typeof BigInt=="function"?BigInt.prototype.valueOf:null,Ra=Object.getOwnPropertySymbols,ka=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?Symbol.prototype.toString:null,gt=typeof Symbol=="function"&&typeof Symbol.iterator=="object",z=typeof Symbol=="function"&&Symbol.toStringTag&&(typeof Symbol.toStringTag===gt||"symbol")?Symbol.toStringTag:null,cc=Object.prototype.propertyIsEnumerable,sc=(typeof Reflect=="function"?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(e){return e.__proto__}:null);function rc(e,t){if(e===1/0||e===-1/0||e!==e||e&&e>-1e3&&e<1e3||pc.call(/e/,t))return t;var s=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if(typeof e=="number"){var r=e<0?-tc(-e):tc(e);if(r!==e){var a=String(r),o=Ca.call(t,a.length+1);return Le.call(a,s,"$&_")+"."+Le.call(Le.call(o,/([0-9]{3})/g,"$&_"),/_$/,"")}}return Le.call(t,s,"$&_")}var Ia=Kp(),ac=Ia.custom,nc=dc(ac)?ac:null,uc={__proto__:null,double:'"',single:"'"},BR={__proto__:null,double:/(["\\])/g,single:/(['\\])/g};fc.exports=function e(t,s,r,a){var o=s||{};if(ve(o,"quoteStyle")&&!ve(uc,o.quoteStyle))throw new TypeError('option "quoteStyle" must be "single" or "double"');if(ve(o,"maxStringLength")&&(typeof o.maxStringLength=="number"?o.maxStringLength<0&&o.maxStringLength!==1/0:o.maxStringLength!==null))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var p=ve(o,"customInspect")?o.customInspect:!0;if(typeof p!="boolean"&&p!=="symbol")throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(ve(o,"indent")&&o.indent!==null&&o.indent!==" "&&!(parseInt(o.indent,10)===o.indent&&o.indent>0))throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`');if(ve(o,"numericSeparator")&&typeof o.numericSeparator!="boolean")throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');var i=o.numericSeparator;if(typeof t>"u")return"undefined";if(t===null)return"null";if(typeof t=="boolean")return t?"true":"false";if(typeof t=="string")return gc(t,o);if(typeof t=="number"){if(t===0)return 1/0/t>0?"0":"-0";var n=String(t);return i?rc(t,n):n}if(typeof t=="bigint"){var u=String(t)+"n";return i?rc(t,u):u}var c=typeof o.depth>"u"?5:o.depth;if(typeof r>"u"&&(r=0),r>=c&&c>0&&typeof t=="object")return wa(t)?"[Array]":"[Object]";var f=$R(o,r);if(typeof a>"u")a=[];else if(mc(a,t)>=0)return"[Circular]";function y(se,E,Y){if(E&&(a=CR.call(a),a.push(E)),Y){var xe={depth:o.depth};return ve(o,"quoteStyle")&&(xe.quoteStyle=o.quoteStyle),e(se,xe,r+1,a)}return e(se,o,r+1,a)}if(typeof t=="function"&&!oc(t)){var h=FR(t),g=zs(t,y);return"[Function"+(h?": "+h:" (anonymous)")+"]"+(g.length>0?" { "+ge.call(g,", ")+" }":"")}if(dc(t)){var x=gt?Le.call(String(t),/^(Symbol\(.*\))_[^)]*$/,"$1"):ka.call(t);return typeof t=="object"&&!gt?Wt(x):x}if(jR(t)){for(var v="<"+Zp.call(String(t.nodeName)),q=t.attributes||[],T=0;T<q.length;T++)v+=" "+q[T].name+"="+lc(UR(q[T].value),"double",o);return v+=">",t.childNodes&&t.childNodes.length&&(v+="..."),v+="</"+Zp.call(String(t.nodeName))+">",v}if(wa(t)){if(t.length===0)return"[]";var A=zs(t,y);return f&&!zR(A)?"["+Pa(A,f)+"]":"[ "+ge.call(A,", ")+" ]"}if(ER(t)){var U=zs(t,y);return!("cause"in Error.prototype)&&"cause"in t&&!cc.call(t,"cause")?"{ ["+String(t)+"] "+ge.call(ec.call("[cause]: "+y(t.cause),U),", ")+" }":U.length===0?"["+String(t)+"]":"{ ["+String(t)+"] "+ge.call(U,", ")+" }"}if(typeof t=="object"&&p){if(nc&&typeof t[nc]=="function"&&Ia)return Ia(t,{depth:c-r});if(p!=="symbol"&&typeof t.inspect=="function")return t.inspect()}if(OR(t)){var L=[];return Jp&&Jp.call(t,function(se,E){L.push(y(E,t,!0)+" => "+y(se,t))}),ic("Map",$s.call(t),L,f)}if(MR(t)){var Z=[];return Yp&&Yp.call(t,function(se){Z.push(y(se,t))}),ic("Set",Ks.call(t),Z,f)}if(HR(t))return qa("WeakMap");if(NR(t))return qa("WeakSet");if(QR(t))return qa("WeakRef");if(_R(t))return Wt(y(Number(t)));if(WR(t))return Wt(y(va.call(t)));if(GR(t))return Wt(IR.call(t));if(SR(t))return Wt(y(String(t)));if(typeof window<"u"&&t===window)return"{ [object Window] }";if(typeof globalThis<"u"&&t===globalThis||typeof global<"u"&&t===global)return"{ [object globalThis] }";if(!LR(t)&&!oc(t)){var ee=zs(t,y),te=sc?sc(t)===Object.prototype:t instanceof Object||t.constructor===Object,$=t instanceof Object?"":"null prototype",le=!te&&z&&Object(t)===t&&z in t?Ca.call(Ee(t),8,-1):$?"Object":"",ye=te||typeof t.constructor!="function"?"":t.constructor.name?t.constructor.name+" ":"",ne=ye+(le||$?"["+ge.call(ec.call([],le||[],$||[]),": ")+"] ":"");return ee.length===0?ne+"{}":f?ne+"{"+Pa(ee,f)+"}":ne+"{ "+ge.call(ee,", ")+" }"}return String(t)};function lc(e,t,s){var r=s.quoteStyle||t,a=uc[r];return a+e+a}function UR(e){return Le.call(String(e),/"/g,"&quot;")}function wa(e){return Ee(e)==="[object Array]"&&(!z||!(typeof e=="object"&&z in e))}function LR(e){return Ee(e)==="[object Date]"&&(!z||!(typeof e=="object"&&z in e))}function oc(e){return Ee(e)==="[object RegExp]"&&(!z||!(typeof e=="object"&&z in e))}function ER(e){return Ee(e)==="[object Error]"&&(!z||!(typeof e=="object"&&z in e))}function SR(e){return Ee(e)==="[object String]"&&(!z||!(typeof e=="object"&&z in e))}function _R(e){return Ee(e)==="[object Number]"&&(!z||!(typeof e=="object"&&z in e))}function GR(e){return Ee(e)==="[object Boolean]"&&(!z||!(typeof e=="object"&&z in e))}function dc(e){if(gt)return e&&typeof e=="object"&&e instanceof Symbol;if(typeof e=="symbol")return!0;if(!e||typeof e!="object"||!ka)return!1;try{return ka.call(e),!0}catch{}return!1}function WR(e){if(!e||typeof e!="object"||!va)return!1;try{return va.call(e),!0}catch{}return!1}var DR=Object.prototype.hasOwnProperty||function(e){return e in this};function ve(e,t){return DR.call(e,t)}function Ee(e){return wR.call(e)}function FR(e){if(e.name)return e.name;var t=TR.call(PR.call(e),/^function\s*([\w$]+)/);return t?t[1]:null}function mc(e,t){if(e.indexOf)return e.indexOf(t);for(var s=0,r=e.length;s<r;s++)if(e[s]===t)return s;return-1}function OR(e){if(!$s||!e||typeof e!="object")return!1;try{$s.call(e);try{Ks.call(e)}catch{return!0}return e instanceof Map}catch{}return!1}function HR(e){if(!Dt||!e||typeof e!="object")return!1;try{Dt.call(e,Dt);try{Ft.call(e,Ft)}catch{return!0}return e instanceof WeakMap}catch{}return!1}function QR(e){if(!Xp||!e||typeof e!="object")return!1;try{return Xp.call(e),!0}catch{}return!1}function MR(e){if(!Ks||!e||typeof e!="object")return!1;try{Ks.call(e);try{$s.call(e)}catch{return!0}return e instanceof Set}catch{}return!1}function NR(e){if(!Ft||!e||typeof e!="object")return!1;try{Ft.call(e,Ft);try{Dt.call(e,Dt)}catch{return!0}return e instanceof WeakSet}catch{}return!1}function jR(e){return!e||typeof e!="object"?!1:typeof HTMLElement<"u"&&e instanceof HTMLElement?!0:typeof e.nodeName=="string"&&typeof e.getAttribute=="function"}function gc(e,t){if(e.length>t.maxStringLength){var s=e.length-t.maxStringLength,r="... "+s+" more character"+(s>1?"s":"");return gc(Ca.call(e,0,t.maxStringLength),t)+r}var a=BR[t.quoteStyle||"single"];a.lastIndex=0;var o=Le.call(Le.call(e,a,"\\$1"),/[\x00-\x1f]/g,VR);return lc(o,"single",t)}function VR(e){var t=e.charCodeAt(0),s={8:"b",9:"t",10:"n",12:"f",13:"r"}[t];return s?"\\"+s:"\\x"+(t<16?"0":"")+AR.call(t.toString(16))}function Wt(e){return"Object("+e+")"}function qa(e){return e+" { ? }"}function ic(e,t,s,r){var a=r?Pa(s,r):ge.call(s,", ");return e+" ("+t+") {"+a+"}"}function zR(e){for(var t=0;t<e.length;t++)if(mc(e[t],`
7
- `)>=0)return!1;return!0}function $R(e,t){var s;if(e.indent===" ")s=" ";else if(typeof e.indent=="number"&&e.indent>0)s=ge.call(Array(e.indent+1)," ");else return null;return{base:s,prev:ge.call(Array(t+1),s)}}function Pa(e,t){if(e.length===0)return"";var s=`
8
- `+t.prev+t.base;return s+ge.call(e,","+s)+`
9
- `+t.prev}function zs(e,t){var s=wa(e),r=[];if(s){r.length=e.length;for(var a=0;a<e.length;a++)r[a]=ve(e,a)?t(e[a],e):""}var o=typeof Ra=="function"?Ra(e):[],p;if(gt){p={};for(var i=0;i<o.length;i++)p["$"+o[i]]=o[i]}for(var n in e)ve(e,n)&&(s&&String(Number(n))===n&&n<e.length||gt&&p["$"+n]instanceof Symbol||(pc.call(/[^\w$]/,n)?r.push(t(n,e)+": "+t(e[n],e)):r.push(n+": "+t(e[n],e))));if(typeof Ra=="function")for(var u=0;u<o.length;u++)cc.call(e,o[u])&&r.push("["+t(o[u])+"]: "+t(e[o[u]],e));return r}});var hc=b((lP,xc)=>{"use strict";var Ba=Ui(),ft=zp(),KR=yc(),JR=Ba("%TypeError%"),Js=Ba("%WeakMap%",!0),Ys=Ba("%Map%",!0),YR=ft("WeakMap.prototype.get",!0),XR=ft("WeakMap.prototype.set",!0),ZR=ft("WeakMap.prototype.has",!0),eq=ft("Map.prototype.get",!0),tq=ft("Map.prototype.set",!0),sq=ft("Map.prototype.has",!0),Ua=function(e,t){for(var s=e,r;(r=s.next)!==null;s=r)if(r.key===t)return s.next=r.next,r.next=e.next,e.next=r,r},rq=function(e,t){var s=Ua(e,t);return s&&s.value},aq=function(e,t,s){var r=Ua(e,t);r?r.value=s:e.next={key:t,next:e.next,value:s}},nq=function(e,t){return!!Ua(e,t)};xc.exports=function(){var t,s,r,a={assert:function(o){if(!a.has(o))throw new JR("Side channel does not contain "+KR(o))},get:function(o){if(Js&&o&&(typeof o=="object"||typeof o=="function")){if(t)return YR(t,o)}else if(Ys){if(s)return eq(s,o)}else if(r)return rq(r,o)},has:function(o){if(Js&&o&&(typeof o=="object"||typeof o=="function")){if(t)return ZR(t,o)}else if(Ys){if(s)return sq(s,o)}else if(r)return nq(r,o);return!1},set:function(o,p){Js&&o&&(typeof o=="object"||typeof o=="function")?(t||(t=new Js),XR(t,o,p)):Ys?(s||(s=new Ys),tq(s,o,p)):(r||(r={key:{},next:null}),aq(r,o,p))}};return a}});var Xs=b((dP,bc)=>{"use strict";var oq=String.prototype.replace,iq=/%20/g,La={RFC1738:"RFC1738",RFC3986:"RFC3986"};bc.exports={default:La.RFC3986,formatters:{RFC1738:function(e){return oq.call(e,iq,"+")},RFC3986:function(e){return String(e)}},RFC1738:La.RFC1738,RFC3986:La.RFC3986}});var Sa=b((mP,qc)=>{"use strict";var pq=Xs(),Ea=Object.prototype.hasOwnProperty,ze=Array.isArray,fe=function(){for(var e=[],t=0;t<256;++t)e.push("%"+((t<16?"0":"")+t.toString(16)).toUpperCase());return e}(),cq=function(t){for(;t.length>1;){var s=t.pop(),r=s.obj[s.prop];if(ze(r)){for(var a=[],o=0;o<r.length;++o)typeof r[o]<"u"&&a.push(r[o]);s.obj[s.prop]=a}}},Rc=function(t,s){for(var r=s&&s.plainObjects?Object.create(null):{},a=0;a<t.length;++a)typeof t[a]<"u"&&(r[a]=t[a]);return r},uq=function e(t,s,r){if(!s)return t;if(typeof s!="object"){if(ze(t))t.push(s);else if(t&&typeof t=="object")(r&&(r.plainObjects||r.allowPrototypes)||!Ea.call(Object.prototype,s))&&(t[s]=!0);else return[t,s];return t}if(!t||typeof t!="object")return[t].concat(s);var a=t;return ze(t)&&!ze(s)&&(a=Rc(t,r)),ze(t)&&ze(s)?(s.forEach(function(o,p){if(Ea.call(t,p)){var i=t[p];i&&typeof i=="object"&&o&&typeof o=="object"?t[p]=e(i,o,r):t.push(o)}else t[p]=o}),t):Object.keys(s).reduce(function(o,p){var i=s[p];return Ea.call(o,p)?o[p]=e(o[p],i,r):o[p]=i,o},a)},lq=function(t,s){return Object.keys(s).reduce(function(r,a){return r[a]=s[a],r},t)},dq=function(e,t,s){var r=e.replace(/\+/g," ");if(s==="iso-8859-1")return r.replace(/%[0-9a-f]{2}/gi,unescape);try{return decodeURIComponent(r)}catch{return r}},mq=function(t,s,r,a,o){if(t.length===0)return t;var p=t;if(typeof t=="symbol"?p=Symbol.prototype.toString.call(t):typeof t!="string"&&(p=String(t)),r==="iso-8859-1")return escape(p).replace(/%u[0-9a-f]{4}/gi,function(c){return"%26%23"+parseInt(c.slice(2),16)+"%3B"});for(var i="",n=0;n<p.length;++n){var u=p.charCodeAt(n);if(u===45||u===46||u===95||u===126||u>=48&&u<=57||u>=65&&u<=90||u>=97&&u<=122||o===pq.RFC1738&&(u===40||u===41)){i+=p.charAt(n);continue}if(u<128){i=i+fe[u];continue}if(u<2048){i=i+(fe[192|u>>6]+fe[128|u&63]);continue}if(u<55296||u>=57344){i=i+(fe[224|u>>12]+fe[128|u>>6&63]+fe[128|u&63]);continue}n+=1,u=65536+((u&1023)<<10|p.charCodeAt(n)&1023),i+=fe[240|u>>18]+fe[128|u>>12&63]+fe[128|u>>6&63]+fe[128|u&63]}return i},gq=function(t){for(var s=[{obj:{o:t},prop:"o"}],r=[],a=0;a<s.length;++a)for(var o=s[a],p=o.obj[o.prop],i=Object.keys(p),n=0;n<i.length;++n){var u=i[n],c=p[u];typeof c=="object"&&c!==null&&r.indexOf(c)===-1&&(s.push({obj:p,prop:u}),r.push(c))}return cq(s),t},fq=function(t){return Object.prototype.toString.call(t)==="[object RegExp]"},yq=function(t){return!t||typeof t!="object"?!1:!!(t.constructor&&t.constructor.isBuffer&&t.constructor.isBuffer(t))},xq=function(t,s){return[].concat(t,s)},hq=function(t,s){if(ze(t)){for(var r=[],a=0;a<t.length;a+=1)r.push(s(t[a]));return r}return s(t)};qc.exports={arrayToObject:Rc,assign:lq,combine:xq,compact:gq,decode:dq,encode:mq,isBuffer:yq,isRegExp:fq,maybeMap:hq,merge:uq}});var Tc=b((gP,Pc)=>{"use strict";var Ic=hc(),Ga=Sa(),Ot=Xs(),bq=Object.prototype.hasOwnProperty,vc={brackets:function(t){return t+"[]"},comma:"comma",indices:function(t,s){return t+"["+s+"]"},repeat:function(t){return t}},ke=Array.isArray,Rq=String.prototype.split,qq=Array.prototype.push,wc=function(e,t){qq.apply(e,ke(t)?t:[t])},vq=Date.prototype.toISOString,kc=Ot.default,V={addQueryPrefix:!1,allowDots:!1,charset:"utf-8",charsetSentinel:!1,delimiter:"&",encode:!0,encoder:Ga.encode,encodeValuesOnly:!1,format:kc,formatter:Ot.formatters[kc],indices:!1,serializeDate:function(t){return vq.call(t)},skipNulls:!1,strictNullHandling:!1},kq=function(t){return typeof t=="string"||typeof t=="number"||typeof t=="boolean"||typeof t=="symbol"||typeof t=="bigint"},_a={},Iq=function e(t,s,r,a,o,p,i,n,u,c,f,y,h,g,x,v){for(var q=t,T=v,A=0,U=!1;(T=T.get(_a))!==void 0&&!U;){var L=T.get(t);if(A+=1,typeof L<"u"){if(L===A)throw new RangeError("Cyclic object value");U=!0}typeof T.get(_a)>"u"&&(A=0)}if(typeof n=="function"?q=n(s,q):q instanceof Date?q=f(q):r==="comma"&&ke(q)&&(q=Ga.maybeMap(q,function(_){return _ instanceof Date?f(_):_})),q===null){if(o)return i&&!g?i(s,V.encoder,x,"key",y):s;q=""}if(kq(q)||Ga.isBuffer(q)){if(i){var Z=g?s:i(s,V.encoder,x,"key",y);if(r==="comma"&&g){for(var ee=Rq.call(String(q),","),te="",$=0;$<ee.length;++$)te+=($===0?"":",")+h(i(ee[$],V.encoder,x,"value",y));return[h(Z)+(a&&ke(q)&&ee.length===1?"[]":"")+"="+te]}return[h(Z)+"="+h(i(q,V.encoder,x,"value",y))]}return[h(s)+"="+h(String(q))]}var le=[];if(typeof q>"u")return le;var ye;if(r==="comma"&&ke(q))ye=[{value:q.length>0?q.join(",")||null:void 0}];else if(ke(n))ye=n;else{var ne=Object.keys(q);ye=u?ne.sort(u):ne}for(var se=a&&ke(q)&&q.length===1?s+"[]":s,E=0;E<ye.length;++E){var Y=ye[E],xe=typeof Y=="object"&&typeof Y.value<"u"?Y.value:q[Y];if(!(p&&xe===null)){var I=ke(q)?typeof r=="function"?r(se,Y):se:se+(c?"."+Y:"["+Y+"]");v.set(t,A);var k=Ic();k.set(_a,v),wc(le,e(xe,I,r,a,o,p,i,n,u,c,f,y,h,g,x,k))}}return le},wq=function(t){if(!t)return V;if(t.encoder!==null&&typeof t.encoder<"u"&&typeof t.encoder!="function")throw new TypeError("Encoder has to be a function.");var s=t.charset||V.charset;if(typeof t.charset<"u"&&t.charset!=="utf-8"&&t.charset!=="iso-8859-1")throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var r=Ot.default;if(typeof t.format<"u"){if(!bq.call(Ot.formatters,t.format))throw new TypeError("Unknown format option provided.");r=t.format}var a=Ot.formatters[r],o=V.filter;return(typeof t.filter=="function"||ke(t.filter))&&(o=t.filter),{addQueryPrefix:typeof t.addQueryPrefix=="boolean"?t.addQueryPrefix:V.addQueryPrefix,allowDots:typeof t.allowDots>"u"?V.allowDots:!!t.allowDots,charset:s,charsetSentinel:typeof t.charsetSentinel=="boolean"?t.charsetSentinel:V.charsetSentinel,delimiter:typeof t.delimiter>"u"?V.delimiter:t.delimiter,encode:typeof t.encode=="boolean"?t.encode:V.encode,encoder:typeof t.encoder=="function"?t.encoder:V.encoder,encodeValuesOnly:typeof t.encodeValuesOnly=="boolean"?t.encodeValuesOnly:V.encodeValuesOnly,filter:o,format:r,formatter:a,serializeDate:typeof t.serializeDate=="function"?t.serializeDate:V.serializeDate,skipNulls:typeof t.skipNulls=="boolean"?t.skipNulls:V.skipNulls,sort:typeof t.sort=="function"?t.sort:null,strictNullHandling:typeof t.strictNullHandling=="boolean"?t.strictNullHandling:V.strictNullHandling}};Pc.exports=function(e,t){var s=e,r=wq(t),a,o;typeof r.filter=="function"?(o=r.filter,s=o("",s)):ke(r.filter)&&(o=r.filter,a=o);var p=[];if(typeof s!="object"||s===null)return"";var i;t&&t.arrayFormat in vc?i=t.arrayFormat:t&&"indices"in t?i=t.indices?"indices":"repeat":i="indices";var n=vc[i];if(t&&"commaRoundTrip"in t&&typeof t.commaRoundTrip!="boolean")throw new TypeError("`commaRoundTrip` must be a boolean, or absent");var u=n==="comma"&&t&&t.commaRoundTrip;a||(a=Object.keys(s)),r.sort&&a.sort(r.sort);for(var c=Ic(),f=0;f<a.length;++f){var y=a[f];r.skipNulls&&s[y]===null||wc(p,Iq(s[y],y,n,u,r.strictNullHandling,r.skipNulls,r.encode?r.encoder:null,r.filter,r.sort,r.allowDots,r.serializeDate,r.format,r.formatter,r.encodeValuesOnly,r.charset,c))}var h=p.join(r.delimiter),g=r.addQueryPrefix===!0?"?":"";return r.charsetSentinel&&(r.charset==="iso-8859-1"?g+="utf8=%26%2310003%3B&":g+="utf8=%E2%9C%93&"),h.length>0?g+h:""}});var Bc=b((fP,Cc)=>{"use strict";var yt=Sa(),Wa=Object.prototype.hasOwnProperty,Pq=Array.isArray,j={allowDots:!1,allowPrototypes:!1,allowSparse:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decoder:yt.decode,delimiter:"&",depth:5,ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictNullHandling:!1},Tq=function(e){return e.replace(/&#(\d+);/g,function(t,s){return String.fromCharCode(parseInt(s,10))})},Ac=function(e,t){return e&&typeof e=="string"&&t.comma&&e.indexOf(",")>-1?e.split(","):e},Aq="utf8=%26%2310003%3B",Cq="utf8=%E2%9C%93",Bq=function(t,s){var r={},a=s.ignoreQueryPrefix?t.replace(/^\?/,""):t,o=s.parameterLimit===1/0?void 0:s.parameterLimit,p=a.split(s.delimiter,o),i=-1,n,u=s.charset;if(s.charsetSentinel)for(n=0;n<p.length;++n)p[n].indexOf("utf8=")===0&&(p[n]===Cq?u="utf-8":p[n]===Aq&&(u="iso-8859-1"),i=n,n=p.length);for(n=0;n<p.length;++n)if(n!==i){var c=p[n],f=c.indexOf("]="),y=f===-1?c.indexOf("="):f+1,h,g;y===-1?(h=s.decoder(c,j.decoder,u,"key"),g=s.strictNullHandling?null:""):(h=s.decoder(c.slice(0,y),j.decoder,u,"key"),g=yt.maybeMap(Ac(c.slice(y+1),s),function(x){return s.decoder(x,j.decoder,u,"value")})),g&&s.interpretNumericEntities&&u==="iso-8859-1"&&(g=Tq(g)),c.indexOf("[]=")>-1&&(g=Pq(g)?[g]:g),Wa.call(r,h)?r[h]=yt.combine(r[h],g):r[h]=g}return r},Uq=function(e,t,s,r){for(var a=r?t:Ac(t,s),o=e.length-1;o>=0;--o){var p,i=e[o];if(i==="[]"&&s.parseArrays)p=[].concat(a);else{p=s.plainObjects?Object.create(null):{};var n=i.charAt(0)==="["&&i.charAt(i.length-1)==="]"?i.slice(1,-1):i,u=parseInt(n,10);!s.parseArrays&&n===""?p={0:a}:!isNaN(u)&&i!==n&&String(u)===n&&u>=0&&s.parseArrays&&u<=s.arrayLimit?(p=[],p[u]=a):n!=="__proto__"&&(p[n]=a)}a=p}return a},Lq=function(t,s,r,a){if(t){var o=r.allowDots?t.replace(/\.([^.[]+)/g,"[$1]"):t,p=/(\[[^[\]]*])/,i=/(\[[^[\]]*])/g,n=r.depth>0&&p.exec(o),u=n?o.slice(0,n.index):o,c=[];if(u){if(!r.plainObjects&&Wa.call(Object.prototype,u)&&!r.allowPrototypes)return;c.push(u)}for(var f=0;r.depth>0&&(n=i.exec(o))!==null&&f<r.depth;){if(f+=1,!r.plainObjects&&Wa.call(Object.prototype,n[1].slice(1,-1))&&!r.allowPrototypes)return;c.push(n[1])}return n&&c.push("["+o.slice(n.index)+"]"),Uq(c,s,r,a)}},Eq=function(t){if(!t)return j;if(t.decoder!==null&&t.decoder!==void 0&&typeof t.decoder!="function")throw new TypeError("Decoder has to be a function.");if(typeof t.charset<"u"&&t.charset!=="utf-8"&&t.charset!=="iso-8859-1")throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var s=typeof t.charset>"u"?j.charset:t.charset;return{allowDots:typeof t.allowDots>"u"?j.allowDots:!!t.allowDots,allowPrototypes:typeof t.allowPrototypes=="boolean"?t.allowPrototypes:j.allowPrototypes,allowSparse:typeof t.allowSparse=="boolean"?t.allowSparse:j.allowSparse,arrayLimit:typeof t.arrayLimit=="number"?t.arrayLimit:j.arrayLimit,charset:s,charsetSentinel:typeof t.charsetSentinel=="boolean"?t.charsetSentinel:j.charsetSentinel,comma:typeof t.comma=="boolean"?t.comma:j.comma,decoder:typeof t.decoder=="function"?t.decoder:j.decoder,delimiter:typeof t.delimiter=="string"||yt.isRegExp(t.delimiter)?t.delimiter:j.delimiter,depth:typeof t.depth=="number"||t.depth===!1?+t.depth:j.depth,ignoreQueryPrefix:t.ignoreQueryPrefix===!0,interpretNumericEntities:typeof t.interpretNumericEntities=="boolean"?t.interpretNumericEntities:j.interpretNumericEntities,parameterLimit:typeof t.parameterLimit=="number"?t.parameterLimit:j.parameterLimit,parseArrays:t.parseArrays!==!1,plainObjects:typeof t.plainObjects=="boolean"?t.plainObjects:j.plainObjects,strictNullHandling:typeof t.strictNullHandling=="boolean"?t.strictNullHandling:j.strictNullHandling}};Cc.exports=function(e,t){var s=Eq(t);if(e===""||e===null||typeof e>"u")return s.plainObjects?Object.create(null):{};for(var r=typeof e=="string"?Bq(e,s):e,a=s.plainObjects?Object.create(null):{},o=Object.keys(r),p=0;p<o.length;++p){var i=o[p],n=Lq(i,r[i],s,typeof e=="string");a=yt.merge(a,n,s)}return s.allowSparse===!0?a:yt.compact(a)}});var Lc=b((yP,Uc)=>{"use strict";var Sq=Tc(),_q=Bc(),Gq=Xs();Uc.exports={formats:Gq,parse:_q,stringify:Sq}});var Hq={};Mt(Hq,{AlreadyExistsError:()=>Cs,BreakingChangesError:()=>Ss,Client:()=>Fa,ForbiddenError:()=>gs,InternalError:()=>ds,InvalidDataFormatError:()=>qs,InvalidIdentifierError:()=>vs,InvalidJsonSchemaError:()=>Rs,InvalidPayloadError:()=>ys,InvalidQueryError:()=>Ts,LimitExceededError:()=>Es,MethodNotFoundError:()=>hs,PayloadTooLargeError:()=>fs,PaymentRequiredError:()=>Us,QuotaExceededError:()=>Ls,RateLimitedError:()=>Bs,ReferenceConstraintError:()=>Is,ReferenceNotFoundError:()=>Ps,RelationConflictError:()=>ks,ResourceLockedConflictError:()=>ws,ResourceNotFoundError:()=>bs,RuntimeError:()=>As,UnauthorizedError:()=>ms,UnknownError:()=>Ue,UnsupportedMediaTypeError:()=>xs,UploadFileError:()=>qe,axios:()=>jr,axiosRetry:()=>Jr,errorFrom:()=>_s,isApiError:()=>oi});module.exports=Uf(Hq);var jr={};Mt(jr,{Axios:()=>lh,AxiosError:()=>dh,AxiosHeaders:()=>vh,Cancel:()=>hh,CancelToken:()=>fh,CanceledError:()=>mh,HttpStatusCode:()=>kh,VERSION:()=>yh,all:()=>xh,default:()=>Re,formToJSON:()=>Ih,getAdapter:()=>wh,isAxiosError:()=>bh,isCancel:()=>gh,mergeConfig:()=>Ph,spread:()=>Rh,toFormData:()=>qh});function xt(e,t){return function(){return e.apply(t,arguments)}}var{toString:Lf}=Object.prototype,{getPrototypeOf:nr}=Object,jt=(e=>t=>{let s=Lf.call(t);return e[s]||(e[s]=s.slice(8,-1).toLowerCase())})(Object.create(null)),me=e=>(e=e.toLowerCase(),t=>jt(t)===e),Vt=e=>t=>typeof t===e,{isArray:Ke}=Array,ht=Vt("undefined");function Ef(e){return e!==null&&!ht(e)&&e.constructor!==null&&!ht(e.constructor)&&oe(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}var Ma=me("ArrayBuffer");function Sf(e){let t;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?t=ArrayBuffer.isView(e):t=e&&e.buffer&&Ma(e.buffer),t}var _f=Vt("string"),oe=Vt("function"),Na=Vt("number"),zt=e=>e!==null&&typeof e=="object",Gf=e=>e===!0||e===!1,Nt=e=>{if(jt(e)!=="object")return!1;let t=nr(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)},Wf=me("Date"),Df=me("File"),Ff=me("Blob"),Of=me("FileList"),Hf=e=>zt(e)&&oe(e.pipe),Qf=e=>{let t;return e&&(typeof FormData=="function"&&e instanceof FormData||oe(e.append)&&((t=jt(e))==="formdata"||t==="object"&&oe(e.toString)&&e.toString()==="[object FormData]"))},Mf=me("URLSearchParams"),Nf=e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function bt(e,t,{allOwnKeys:s=!1}={}){if(e===null||typeof e>"u")return;let r,a;if(typeof e!="object"&&(e=[e]),Ke(e))for(r=0,a=e.length;r<a;r++)t.call(null,e[r],r,e);else{let o=s?Object.getOwnPropertyNames(e):Object.keys(e),p=o.length,i;for(r=0;r<p;r++)i=o[r],t.call(null,e[i],i,e)}}function ja(e,t){t=t.toLowerCase();let s=Object.keys(e),r=s.length,a;for(;r-- >0;)if(a=s[r],t===a.toLowerCase())return a;return null}var Va=(()=>typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global)(),za=e=>!ht(e)&&e!==Va;function ar(){let{caseless:e}=za(this)&&this||{},t={},s=(r,a)=>{let o=e&&ja(t,a)||a;Nt(t[o])&&Nt(r)?t[o]=ar(t[o],r):Nt(r)?t[o]=ar({},r):Ke(r)?t[o]=r.slice():t[o]=r};for(let r=0,a=arguments.length;r<a;r++)arguments[r]&&bt(arguments[r],s);return t}var jf=(e,t,s,{allOwnKeys:r}={})=>(bt(t,(a,o)=>{s&&oe(a)?e[o]=xt(a,s):e[o]=a},{allOwnKeys:r}),e),Vf=e=>(e.charCodeAt(0)===65279&&(e=e.slice(1)),e),zf=(e,t,s,r)=>{e.prototype=Object.create(t.prototype,r),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:t.prototype}),s&&Object.assign(e.prototype,s)},$f=(e,t,s,r)=>{let a,o,p,i={};if(t=t||{},e==null)return t;do{for(a=Object.getOwnPropertyNames(e),o=a.length;o-- >0;)p=a[o],(!r||r(p,e,t))&&!i[p]&&(t[p]=e[p],i[p]=!0);e=s!==!1&&nr(e)}while(e&&(!s||s(e,t))&&e!==Object.prototype);return t},Kf=(e,t,s)=>{e=String(e),(s===void 0||s>e.length)&&(s=e.length),s-=t.length;let r=e.indexOf(t,s);return r!==-1&&r===s},Jf=e=>{if(!e)return null;if(Ke(e))return e;let t=e.length;if(!Na(t))return null;let s=new Array(t);for(;t-- >0;)s[t]=e[t];return s},Yf=(e=>t=>e&&t instanceof e)(typeof Uint8Array<"u"&&nr(Uint8Array)),Xf=(e,t)=>{let r=(e&&e[Symbol.iterator]).call(e),a;for(;(a=r.next())&&!a.done;){let o=a.value;t.call(e,o[0],o[1])}},Zf=(e,t)=>{let s,r=[];for(;(s=e.exec(t))!==null;)r.push(s);return r},ey=me("HTMLFormElement"),ty=e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(s,r,a){return r.toUpperCase()+a}),Ha=(({hasOwnProperty:e})=>(t,s)=>e.call(t,s))(Object.prototype),sy=me("RegExp"),$a=(e,t)=>{let s=Object.getOwnPropertyDescriptors(e),r={};bt(s,(a,o)=>{let p;(p=t(a,o,e))!==!1&&(r[o]=p||a)}),Object.defineProperties(e,r)},ry=e=>{$a(e,(t,s)=>{if(oe(e)&&["arguments","caller","callee"].indexOf(s)!==-1)return!1;let r=e[s];if(oe(r)){if(t.enumerable=!1,"writable"in t){t.writable=!1;return}t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+s+"'")})}})},ay=(e,t)=>{let s={},r=a=>{a.forEach(o=>{s[o]=!0})};return Ke(e)?r(e):r(String(e).split(t)),s},ny=()=>{},oy=(e,t)=>(e=+e,Number.isFinite(e)?e:t),rr="abcdefghijklmnopqrstuvwxyz",Qa="0123456789",Ka={DIGIT:Qa,ALPHA:rr,ALPHA_DIGIT:rr+rr.toUpperCase()+Qa},iy=(e=16,t=Ka.ALPHA_DIGIT)=>{let s="",{length:r}=t;for(;e--;)s+=t[Math.random()*r|0];return s};function py(e){return!!(e&&oe(e.append)&&e[Symbol.toStringTag]==="FormData"&&e[Symbol.iterator])}var cy=e=>{let t=new Array(10),s=(r,a)=>{if(zt(r)){if(t.indexOf(r)>=0)return;if(!("toJSON"in r)){t[a]=r;let o=Ke(r)?[]:{};return bt(r,(p,i)=>{let n=s(p,a+1);!ht(n)&&(o[i]=n)}),t[a]=void 0,o}}return r};return s(e,0)},uy=me("AsyncFunction"),ly=e=>e&&(zt(e)||oe(e))&&oe(e.then)&&oe(e.catch),l={isArray:Ke,isArrayBuffer:Ma,isBuffer:Ef,isFormData:Qf,isArrayBufferView:Sf,isString:_f,isNumber:Na,isBoolean:Gf,isObject:zt,isPlainObject:Nt,isUndefined:ht,isDate:Wf,isFile:Df,isBlob:Ff,isRegExp:sy,isFunction:oe,isStream:Hf,isURLSearchParams:Mf,isTypedArray:Yf,isFileList:Of,forEach:bt,merge:ar,extend:jf,trim:Nf,stripBOM:Vf,inherits:zf,toFlatObject:$f,kindOf:jt,kindOfTest:me,endsWith:Kf,toArray:Jf,forEachEntry:Xf,matchAll:Zf,isHTMLForm:ey,hasOwnProperty:Ha,hasOwnProp:Ha,reduceDescriptors:$a,freezeMethods:ry,toObjectSet:ay,toCamelCase:ty,noop:ny,toFiniteNumber:oy,findKey:ja,global:Va,isContextDefined:za,ALPHABET:Ka,generateString:iy,isSpecCompliantForm:py,toJSONObject:cy,isAsyncFn:uy,isThenable:ly};function Je(e,t,s,r,a){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=e,this.name="AxiosError",t&&(this.code=t),s&&(this.config=s),r&&(this.request=r),a&&(this.response=a)}l.inherits(Je,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:l.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});var Ja=Je.prototype,Ya={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(e=>{Ya[e]={value:e}});Object.defineProperties(Je,Ya);Object.defineProperty(Ja,"isAxiosError",{value:!0});Je.from=(e,t,s,r,a,o)=>{let p=Object.create(Ja);return l.toFlatObject(e,p,function(n){return n!==Error.prototype},i=>i!=="isAxiosError"),Je.call(p,e.message,t,s,r,a),p.cause=e,p.name=e.name,o&&Object.assign(p,o),p};var R=Je;var Sn=W(En(),1),Jt=Sn.default;function yr(e){return l.isPlainObject(e)||l.isArray(e)}function Gn(e){return l.endsWith(e,"[]")?e.slice(0,-2):e}function _n(e,t,s){return e?e.concat(t).map(function(a,o){return a=Gn(a),!s&&o?"["+a+"]":a}).join(s?".":""):t}function $y(e){return l.isArray(e)&&!e.some(yr)}var Ky=l.toFlatObject(l,{},null,function(t){return/^is[A-Z]/.test(t)});function Jy(e,t,s){if(!l.isObject(e))throw new TypeError("target must be an object");t=t||new(Jt||FormData),s=l.toFlatObject(s,{metaTokens:!0,dots:!1,indexes:!1},!1,function(x,v){return!l.isUndefined(v[x])});let r=s.metaTokens,a=s.visitor||c,o=s.dots,p=s.indexes,n=(s.Blob||typeof Blob<"u"&&Blob)&&l.isSpecCompliantForm(t);if(!l.isFunction(a))throw new TypeError("visitor must be a function");function u(g){if(g===null)return"";if(l.isDate(g))return g.toISOString();if(!n&&l.isBlob(g))throw new R("Blob is not supported. Use a Buffer instead.");return l.isArrayBuffer(g)||l.isTypedArray(g)?n&&typeof Blob=="function"?new Blob([g]):Buffer.from(g):g}function c(g,x,v){let q=g;if(g&&!v&&typeof g=="object"){if(l.endsWith(x,"{}"))x=r?x:x.slice(0,-2),g=JSON.stringify(g);else if(l.isArray(g)&&$y(g)||(l.isFileList(g)||l.endsWith(x,"[]"))&&(q=l.toArray(g)))return x=Gn(x),q.forEach(function(A,U){!(l.isUndefined(A)||A===null)&&t.append(p===!0?_n([x],U,o):p===null?x:x+"[]",u(A))}),!1}return yr(g)?!0:(t.append(_n(v,x,o),u(g)),!1)}let f=[],y=Object.assign(Ky,{defaultVisitor:c,convertValue:u,isVisitable:yr});function h(g,x){if(!l.isUndefined(g)){if(f.indexOf(g)!==-1)throw Error("Circular reference detected in "+x.join("."));f.push(g),l.forEach(g,function(q,T){(!(l.isUndefined(q)||q===null)&&a.call(t,q,l.isString(T)?T.trim():T,x,y))===!0&&h(q,x?x.concat(T):[T])}),f.pop()}}if(!l.isObject(e))throw new TypeError("data must be an object");return h(e),t}var we=Jy;function Wn(e){let t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(r){return t[r]})}function Dn(e,t){this._pairs=[],e&&we(e,this,t)}var Fn=Dn.prototype;Fn.append=function(t,s){this._pairs.push([t,s])};Fn.toString=function(t){let s=t?function(r){return t.call(this,r,Wn)}:Wn;return this._pairs.map(function(a){return s(a[0])+"="+s(a[1])},"").join("&")};var On=Dn;function Yy(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function Se(e,t,s){if(!t)return e;let r=s&&s.encode||Yy,a=s&&s.serialize,o;if(a?o=a(t,s):o=l.isURLSearchParams(t)?t.toString():new On(t,s).toString(r),o){let p=e.indexOf("#");p!==-1&&(e=e.slice(0,p)),e+=(e.indexOf("?")===-1?"?":"&")+o}return e}var xr=class{constructor(){this.handlers=[]}use(t,s,r){return this.handlers.push({fulfilled:t,rejected:s,synchronous:r?r.synchronous:!1,runWhen:r?r.runWhen:null}),this.handlers.length-1}eject(t){this.handlers[t]&&(this.handlers[t]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(t){l.forEach(this.handlers,function(r){r!==null&&t(r)})}},hr=xr;var Ye={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1};var Hn=W(require("url"),1),Qn=Hn.default.URLSearchParams;var Mn={isNode:!0,classes:{URLSearchParams:Qn,FormData:Jt,Blob:typeof Blob<"u"&&Blob||null},protocols:["http","https","file","data"]};var br={};Mt(br,{hasBrowserEnv:()=>Nn,hasStandardBrowserEnv:()=>Xy,hasStandardBrowserWebWorkerEnv:()=>Zy});var Nn=typeof window<"u"&&typeof document<"u",Xy=(e=>Nn&&["ReactNative","NativeScript","NS"].indexOf(e)<0)(typeof navigator<"u"&&navigator.product),Zy=(()=>typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function")();var D={...br,...Mn};function Rr(e,t){return we(e,new D.classes.URLSearchParams,Object.assign({visitor:function(s,r,a,o){return D.isNode&&l.isBuffer(s)?(this.append(r,s.toString("base64")),!1):o.defaultVisitor.apply(this,arguments)}},t))}function ex(e){return l.matchAll(/\w+|\[(\w*)]/g,e).map(t=>t[0]==="[]"?"":t[1]||t[0])}function tx(e){let t={},s=Object.keys(e),r,a=s.length,o;for(r=0;r<a;r++)o=s[r],t[o]=e[o];return t}function sx(e){function t(s,r,a,o){let p=s[o++],i=Number.isFinite(+p),n=o>=s.length;return p=!p&&l.isArray(a)?a.length:p,n?(l.hasOwnProp(a,p)?a[p]=[a[p],r]:a[p]=r,!i):((!a[p]||!l.isObject(a[p]))&&(a[p]=[]),t(s,r,a[p],o)&&l.isArray(a[p])&&(a[p]=tx(a[p])),!i)}if(l.isFormData(e)&&l.isFunction(e.entries)){let s={};return l.forEachEntry(e,(r,a)=>{t(ex(r),a,s,0)}),s}return null}var Yt=sx;function rx(e,t,s){if(l.isString(e))try{return(t||JSON.parse)(e),l.trim(e)}catch(r){if(r.name!=="SyntaxError")throw r}return(s||JSON.stringify)(e)}var qr={transitional:Ye,adapter:["xhr","http"],transformRequest:[function(t,s){let r=s.getContentType()||"",a=r.indexOf("application/json")>-1,o=l.isObject(t);if(o&&l.isHTMLForm(t)&&(t=new FormData(t)),l.isFormData(t))return a&&a?JSON.stringify(Yt(t)):t;if(l.isArrayBuffer(t)||l.isBuffer(t)||l.isStream(t)||l.isFile(t)||l.isBlob(t))return t;if(l.isArrayBufferView(t))return t.buffer;if(l.isURLSearchParams(t))return s.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),t.toString();let i;if(o){if(r.indexOf("application/x-www-form-urlencoded")>-1)return Rr(t,this.formSerializer).toString();if((i=l.isFileList(t))||r.indexOf("multipart/form-data")>-1){let n=this.env&&this.env.FormData;return we(i?{"files[]":t}:t,n&&new n,this.formSerializer)}}return o||a?(s.setContentType("application/json",!1),rx(t)):t}],transformResponse:[function(t){let s=this.transitional||qr.transitional,r=s&&s.forcedJSONParsing,a=this.responseType==="json";if(t&&l.isString(t)&&(r&&!this.responseType||a)){let p=!(s&&s.silentJSONParsing)&&a;try{return JSON.parse(t)}catch(i){if(p)throw i.name==="SyntaxError"?R.from(i,R.ERR_BAD_RESPONSE,this,null,this.response):i}}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:D.classes.FormData,Blob:D.classes.Blob},validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};l.forEach(["delete","get","head","post","put","patch"],e=>{qr.headers[e]={}});var Xe=qr;var ax=l.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),jn=e=>{let t={},s,r,a;return e&&e.split(`
10
- `).forEach(function(p){a=p.indexOf(":"),s=p.substring(0,a).trim().toLowerCase(),r=p.substring(a+1).trim(),!(!s||t[s]&&ax[s])&&(s==="set-cookie"?t[s]?t[s].push(r):t[s]=[r]:t[s]=t[s]?t[s]+", "+r:r)}),t};var Vn=Symbol("internals");function Rt(e){return e&&String(e).trim().toLowerCase()}function Xt(e){return e===!1||e==null?e:l.isArray(e)?e.map(Xt):String(e)}function nx(e){let t=Object.create(null),s=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g,r;for(;r=s.exec(e);)t[r[1]]=r[2];return t}var ox=e=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());function vr(e,t,s,r,a){if(l.isFunction(r))return r.call(this,t,s);if(a&&(t=s),!!l.isString(t)){if(l.isString(r))return t.indexOf(r)!==-1;if(l.isRegExp(r))return r.test(t)}}function ix(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(t,s,r)=>s.toUpperCase()+r)}function px(e,t){let s=l.toCamelCase(" "+t);["get","set","has"].forEach(r=>{Object.defineProperty(e,r+s,{value:function(a,o,p){return this[r].call(this,t,a,o,p)},configurable:!0})})}var Ze=class{constructor(t){t&&this.set(t)}set(t,s,r){let a=this;function o(i,n,u){let c=Rt(n);if(!c)throw new Error("header name must be a non-empty string");let f=l.findKey(a,c);(!f||a[f]===void 0||u===!0||u===void 0&&a[f]!==!1)&&(a[f||n]=Xt(i))}let p=(i,n)=>l.forEach(i,(u,c)=>o(u,c,n));return l.isPlainObject(t)||t instanceof this.constructor?p(t,s):l.isString(t)&&(t=t.trim())&&!ox(t)?p(jn(t),s):t!=null&&o(s,t,r),this}get(t,s){if(t=Rt(t),t){let r=l.findKey(this,t);if(r){let a=this[r];if(!s)return a;if(s===!0)return nx(a);if(l.isFunction(s))return s.call(this,a,r);if(l.isRegExp(s))return s.exec(a);throw new TypeError("parser must be boolean|regexp|function")}}}has(t,s){if(t=Rt(t),t){let r=l.findKey(this,t);return!!(r&&this[r]!==void 0&&(!s||vr(this,this[r],r,s)))}return!1}delete(t,s){let r=this,a=!1;function o(p){if(p=Rt(p),p){let i=l.findKey(r,p);i&&(!s||vr(r,r[i],i,s))&&(delete r[i],a=!0)}}return l.isArray(t)?t.forEach(o):o(t),a}clear(t){let s=Object.keys(this),r=s.length,a=!1;for(;r--;){let o=s[r];(!t||vr(this,this[o],o,t,!0))&&(delete this[o],a=!0)}return a}normalize(t){let s=this,r={};return l.forEach(this,(a,o)=>{let p=l.findKey(r,o);if(p){s[p]=Xt(a),delete s[o];return}let i=t?ix(o):String(o).trim();i!==o&&delete s[o],s[i]=Xt(a),r[i]=!0}),this}concat(...t){return this.constructor.concat(this,...t)}toJSON(t){let s=Object.create(null);return l.forEach(this,(r,a)=>{r!=null&&r!==!1&&(s[a]=t&&l.isArray(r)?r.join(", "):r)}),s}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([t,s])=>t+": "+s).join(`
11
- `)}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(t){return t instanceof this?t:new this(t)}static concat(t,...s){let r=new this(t);return s.forEach(a=>r.set(a)),r}static accessor(t){let r=(this[Vn]=this[Vn]={accessors:{}}).accessors,a=this.prototype;function o(p){let i=Rt(p);r[i]||(px(a,p),r[i]=!0)}return l.isArray(t)?t.forEach(o):o(t),this}};Ze.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]);l.reduceDescriptors(Ze.prototype,({value:e},t)=>{let s=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(r){this[s]=r}}});l.freezeMethods(Ze);var F=Ze;function qt(e,t){let s=this||Xe,r=t||s,a=F.from(r.headers),o=r.data;return l.forEach(e,function(i){o=i.call(s,o,a.normalize(),t?t.status:void 0)}),a.normalize(),o}function vt(e){return!!(e&&e.__CANCEL__)}function zn(e,t,s){R.call(this,e??"canceled",R.ERR_CANCELED,t,s),this.name="CanceledError"}l.inherits(zn,R,{__CANCEL__:!0});var ue=zn;function Pe(e,t,s){let r=s.config.validateStatus;!s.status||!r||r(s.status)?e(s):t(new R("Request failed with status code "+s.status,[R.ERR_BAD_REQUEST,R.ERR_BAD_RESPONSE][Math.floor(s.status/100)-4],s.config,s.request,s))}function kr(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}function Ir(e,t){return t?e.replace(/\/+$/,"")+"/"+t.replace(/^\/+/,""):e}function _e(e,t){return e&&!kr(t)?Ir(e,t):t}var Lo=W(Kn(),1),Eo=W(require("http"),1),So=W(require("https"),1),_o=W(require("util"),1),Go=W(ho(),1),he=W(require("zlib"),1);var Fe="1.6.1";function Pt(e){let t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}var jx=/^(?:([^;]+);)?(?:[^;]+;)?(base64|),([\s\S]*)$/;function Sr(e,t,s){let r=s&&s.Blob||D.classes.Blob,a=Pt(e);if(t===void 0&&r&&(t=!0),a==="data"){e=a.length?e.slice(a.length+1):e;let o=jx.exec(e);if(!o)throw new R("Invalid URL",R.ERR_INVALID_URL);let p=o[1],i=o[2],n=o[3],u=Buffer.from(decodeURIComponent(n),i?"base64":"utf8");if(t){if(!r)throw new R("Blob is not supported",R.ERR_NOT_SUPPORT);return new r([u],{type:p})}return u}throw new R("Unsupported protocol "+a,R.ERR_NOT_SUPPORT)}var Oe=W(require("stream"),1);var Ro=W(require("stream"),1);function Vx(e,t){let s=0,r=1e3/t,a=null;return function(p,i){let n=Date.now();if(p||n-s>r)return a&&(clearTimeout(a),a=null),s=n,e.apply(null,i);a||(a=setTimeout(()=>(a=null,s=Date.now(),e.apply(null,i)),r-(n-s)))}}var bo=Vx;function zx(e,t){e=e||10;let s=new Array(e),r=new Array(e),a=0,o=0,p;return t=t!==void 0?t:1e3,function(n){let u=Date.now(),c=r[o];p||(p=u),s[a]=n,r[a]=u;let f=o,y=0;for(;f!==a;)y+=s[f++],f=f%e;if(a=(a+1)%e,a===o&&(o=(o+1)%e),u-p<t)return;let h=c&&u-c;return h?Math.round(y*1e3/h):void 0}}var rs=zx;var as=Symbol("internals"),_r=class extends Ro.default.Transform{constructor(t){t=l.toFlatObject(t,{maxRate:0,chunkSize:64*1024,minChunkSize:100,timeWindow:500,ticksRate:2,samplesCount:15},null,(i,n)=>!l.isUndefined(n[i])),super({readableHighWaterMark:t.chunkSize});let s=this,r=this[as]={length:t.length,timeWindow:t.timeWindow,ticksRate:t.ticksRate,chunkSize:t.chunkSize,maxRate:t.maxRate,minChunkSize:t.minChunkSize,bytesSeen:0,isCaptured:!1,notifiedBytesLoaded:0,ts:Date.now(),bytes:0,onReadCallback:null},a=rs(r.ticksRate*t.samplesCount,r.timeWindow);this.on("newListener",i=>{i==="progress"&&(r.isCaptured||(r.isCaptured=!0))});let o=0;r.updateProgress=bo(function(){let n=r.length,u=r.bytesSeen,c=u-o;if(!c||s.destroyed)return;let f=a(c);o=u,process.nextTick(()=>{s.emit("progress",{loaded:u,total:n,progress:n?u/n:void 0,bytes:c,rate:f||void 0,estimated:f&&n&&u<=n?(n-u)/f:void 0})})},r.ticksRate);let p=()=>{r.updateProgress(!0)};this.once("end",p),this.once("error",p)}_read(t){let s=this[as];return s.onReadCallback&&s.onReadCallback(),super._read(t)}_transform(t,s,r){let a=this,o=this[as],p=o.maxRate,i=this.readableHighWaterMark,n=o.timeWindow,u=1e3/n,c=p/u,f=o.minChunkSize!==!1?Math.max(o.minChunkSize,c*.01):0;function y(g,x){let v=Buffer.byteLength(g);o.bytesSeen+=v,o.bytes+=v,o.isCaptured&&o.updateProgress(),a.push(g)?process.nextTick(x):o.onReadCallback=()=>{o.onReadCallback=null,process.nextTick(x)}}let h=(g,x)=>{let v=Buffer.byteLength(g),q=null,T=i,A,U=0;if(p){let L=Date.now();(!o.ts||(U=L-o.ts)>=n)&&(o.ts=L,A=c-o.bytes,o.bytes=A<0?-A:0,U=0),A=c-o.bytes}if(p){if(A<=0)return setTimeout(()=>{x(null,g)},n-U);A<T&&(T=A)}T&&v>T&&v-T>f&&(q=g.subarray(T),g=g.subarray(0,T)),y(g,q?()=>{process.nextTick(x,null,q)}:x)};h(t,function g(x,v){if(x)return r(x);v?h(v,g):r(null)})}setLength(t){return this[as].length=+t,this}},Gr=_r;var Wo=W(require("events"),1);var vo=require("util"),ko=require("stream");var{asyncIterator:qo}=Symbol,$x=async function*(e){e.stream?yield*e.stream():e.arrayBuffer?yield await e.arrayBuffer():e[qo]?yield*e[qo]():yield e},ns=$x;var Kx=l.ALPHABET.ALPHA_DIGIT+"-_",Tt=new vo.TextEncoder,Ae=`\r
12
- `,Jx=Tt.encode(Ae),Yx=2,Wr=class{constructor(t,s){let{escapeName:r}=this.constructor,a=l.isString(s),o=`Content-Disposition: form-data; name="${r(t)}"${!a&&s.name?`; filename="${r(s.name)}"`:""}${Ae}`;a?s=Tt.encode(String(s).replace(/\r?\n|\r\n?/g,Ae)):o+=`Content-Type: ${s.type||"application/octet-stream"}${Ae}`,this.headers=Tt.encode(o+Ae),this.contentLength=a?s.byteLength:s.size,this.size=this.headers.byteLength+this.contentLength+Yx,this.name=t,this.value=s}async*encode(){yield this.headers;let{value:t}=this;l.isTypedArray(t)?yield t:yield*ns(t),yield Jx}static escapeName(t){return String(t).replace(/[\r\n"]/g,s=>({"\r":"%0D","\n":"%0A",'"':"%22"})[s])}},Xx=(e,t,s)=>{let{tag:r="form-data-boundary",size:a=25,boundary:o=r+"-"+l.generateString(a,Kx)}=s||{};if(!l.isFormData(e))throw TypeError("FormData instance required");if(o.length<1||o.length>70)throw Error("boundary must be 10-70 characters long");let p=Tt.encode("--"+o+Ae),i=Tt.encode("--"+o+"--"+Ae+Ae),n=i.byteLength,u=Array.from(e.entries()).map(([f,y])=>{let h=new Wr(f,y);return n+=h.size,h});n+=p.byteLength*u.length,n=l.toFiniteNumber(n);let c={"Content-Type":`multipart/form-data; boundary=${o}`};return Number.isFinite(n)&&(c["Content-Length"]=n),t&&t(c),ko.Readable.from(async function*(){for(let f of u)yield p,yield*f.encode();yield i}())},Io=Xx;var wo=W(require("stream"),1),Dr=class extends wo.default.Transform{__transform(t,s,r){this.push(t),r()}_transform(t,s,r){if(t.length!==0&&(this._transform=this.__transform,t[0]!==120)){let a=Buffer.alloc(2);a[0]=120,a[1]=156,this.push(a,s)}this.__transform(t,s,r)}},Po=Dr;var Zx=(e,t)=>l.isAsyncFn(e)?function(...s){let r=s.pop();e.apply(this,s).then(a=>{try{t?r(null,...t(a)):r(null,a)}catch(o){r(o)}},r)}:e,To=Zx;var Ao={flush:he.default.constants.Z_SYNC_FLUSH,finishFlush:he.default.constants.Z_SYNC_FLUSH},eh={flush:he.default.constants.BROTLI_OPERATION_FLUSH,finishFlush:he.default.constants.BROTLI_OPERATION_FLUSH},Co=l.isFunction(he.default.createBrotliDecompress),{http:th,https:sh}=Go.default,rh=/https:?/,Bo=D.protocols.map(e=>e+":");function ah(e){e.beforeRedirects.proxy&&e.beforeRedirects.proxy(e),e.beforeRedirects.config&&e.beforeRedirects.config(e)}function Do(e,t,s){let r=t;if(!r&&r!==!1){let a=(0,Lo.getProxyForUrl)(s);a&&(r=new URL(a))}if(r){if(r.username&&(r.auth=(r.username||"")+":"+(r.password||"")),r.auth){(r.auth.username||r.auth.password)&&(r.auth=(r.auth.username||"")+":"+(r.auth.password||""));let o=Buffer.from(r.auth,"utf8").toString("base64");e.headers["Proxy-Authorization"]="Basic "+o}e.headers.host=e.hostname+(e.port?":"+e.port:"");let a=r.hostname||r.host;e.hostname=a,e.host=a,e.port=r.port,e.path=s,r.protocol&&(e.protocol=r.protocol.includes(":")?r.protocol:`${r.protocol}:`)}e.beforeRedirects.proxy=function(o){Do(o,t,o.href)}}var nh=typeof process<"u"&&l.kindOf(process)==="process",oh=e=>new Promise((t,s)=>{let r,a,o=(n,u)=>{a||(a=!0,r&&r(n,u))},p=n=>{o(n),t(n)},i=n=>{o(n,!0),s(n)};e(p,i,n=>r=n).catch(i)}),ih=({address:e,family:t})=>{if(!l.isString(e))throw TypeError("address must be a string");return{address:e,family:t||(e.indexOf(".")<0?6:4)}},Uo=(e,t)=>ih(l.isObject(e)?e:{address:e,family:t}),Fo=nh&&function(t){return oh(async function(r,a,o){let{data:p,lookup:i,family:n}=t,{responseType:u,responseEncoding:c}=t,f=t.method.toUpperCase(),y,h=!1,g;if(i){let I=To(i,k=>l.isArray(k)?k:[k]);i=(k,_,$e)=>{I(k,_,(K,Ie,tr)=>{let de=l.isArray(Ie)?Ie.map(pe=>Uo(pe)):[Uo(Ie,tr)];_.all?$e(K,de):$e(K,de[0].address,de[0].family)})}}let x=new Wo.default,v=()=>{t.cancelToken&&t.cancelToken.unsubscribe(q),t.signal&&t.signal.removeEventListener("abort",q),x.removeAllListeners()};o((I,k)=>{y=!0,k&&(h=!0,v())});function q(I){x.emit("abort",!I||I.type?new ue(null,t,g):I)}x.once("abort",a),(t.cancelToken||t.signal)&&(t.cancelToken&&t.cancelToken.subscribe(q),t.signal&&(t.signal.aborted?q():t.signal.addEventListener("abort",q)));let T=_e(t.baseURL,t.url),A=new URL(T,"http://localhost"),U=A.protocol||Bo[0];if(U==="data:"){let I;if(f!=="GET")return Pe(r,a,{status:405,statusText:"method not allowed",headers:{},config:t});try{I=Sr(t.url,u==="blob",{Blob:t.env&&t.env.Blob})}catch(k){throw R.from(k,R.ERR_BAD_REQUEST,t)}return u==="text"?(I=I.toString(c),(!c||c==="utf8")&&(I=l.stripBOM(I))):u==="stream"&&(I=Oe.default.Readable.from(I)),Pe(r,a,{data:I,status:200,statusText:"OK",headers:new F,config:t})}if(Bo.indexOf(U)===-1)return a(new R("Unsupported protocol "+U,R.ERR_BAD_REQUEST,t));let L=F.from(t.headers).normalize();L.set("User-Agent","axios/"+Fe,!1);let Z=t.onDownloadProgress,ee=t.onUploadProgress,te=t.maxRate,$,le;if(l.isSpecCompliantForm(p)){let I=L.getContentType(/boundary=([-_\w\d]{10,70})/i);p=Io(p,k=>{L.set(k)},{tag:`axios-${Fe}-boundary`,boundary:I&&I[1]||void 0})}else if(l.isFormData(p)&&l.isFunction(p.getHeaders)){if(L.set(p.getHeaders()),!L.hasContentLength())try{let I=await _o.default.promisify(p.getLength).call(p);Number.isFinite(I)&&I>=0&&L.setContentLength(I)}catch{}}else if(l.isBlob(p))p.size&&L.setContentType(p.type||"application/octet-stream"),L.setContentLength(p.size||0),p=Oe.default.Readable.from(ns(p));else if(p&&!l.isStream(p)){if(!Buffer.isBuffer(p))if(l.isArrayBuffer(p))p=Buffer.from(new Uint8Array(p));else if(l.isString(p))p=Buffer.from(p,"utf-8");else return a(new R("Data after transformation must be a string, an ArrayBuffer, a Buffer, or a Stream",R.ERR_BAD_REQUEST,t));if(L.setContentLength(p.length,!1),t.maxBodyLength>-1&&p.length>t.maxBodyLength)return a(new R("Request body larger than maxBodyLength limit",R.ERR_BAD_REQUEST,t))}let ye=l.toFiniteNumber(L.getContentLength());l.isArray(te)?($=te[0],le=te[1]):$=le=te,p&&(ee||$)&&(l.isStream(p)||(p=Oe.default.Readable.from(p,{objectMode:!1})),p=Oe.default.pipeline([p,new Gr({length:ye,maxRate:l.toFiniteNumber($)})],l.noop),ee&&p.on("progress",I=>{ee(Object.assign(I,{upload:!0}))}));let ne;if(t.auth){let I=t.auth.username||"",k=t.auth.password||"";ne=I+":"+k}if(!ne&&A.username){let I=A.username,k=A.password;ne=I+":"+k}ne&&L.delete("authorization");let se;try{se=Se(A.pathname+A.search,t.params,t.paramsSerializer).replace(/^\?/,"")}catch(I){let k=new Error(I.message);return k.config=t,k.url=t.url,k.exists=!0,a(k)}L.set("Accept-Encoding","gzip, compress, deflate"+(Co?", br":""),!1);let E={path:se,method:f,headers:L.toJSON(),agents:{http:t.httpAgent,https:t.httpsAgent},auth:ne,protocol:U,family:n,beforeRedirect:ah,beforeRedirects:{}};!l.isUndefined(i)&&(E.lookup=i),t.socketPath?E.socketPath=t.socketPath:(E.hostname=A.hostname,E.port=A.port,Do(E,t.proxy,U+"//"+A.hostname+(A.port?":"+A.port:"")+E.path));let Y,xe=rh.test(E.protocol);if(E.agent=xe?t.httpsAgent:t.httpAgent,t.transport?Y=t.transport:t.maxRedirects===0?Y=xe?So.default:Eo.default:(t.maxRedirects&&(E.maxRedirects=t.maxRedirects),t.beforeRedirect&&(E.beforeRedirects.config=t.beforeRedirect),Y=xe?sh:th),t.maxBodyLength>-1?E.maxBodyLength=t.maxBodyLength:E.maxBodyLength=1/0,t.insecureHTTPParser&&(E.insecureHTTPParser=t.insecureHTTPParser),g=Y.request(E,function(k){if(g.destroyed)return;let _=[k],$e=+k.headers["content-length"];if(Z){let pe=new Gr({length:l.toFiniteNumber($e),maxRate:l.toFiniteNumber(le)});Z&&pe.on("progress",Ht=>{Z(Object.assign(Ht,{download:!0}))}),_.push(pe)}let K=k,Ie=k.req||g;if(t.decompress!==!1&&k.headers["content-encoding"])switch((f==="HEAD"||k.statusCode===204)&&delete k.headers["content-encoding"],(k.headers["content-encoding"]||"").toLowerCase()){case"gzip":case"x-gzip":case"compress":case"x-compress":_.push(he.default.createUnzip(Ao)),delete k.headers["content-encoding"];break;case"deflate":_.push(new Po),_.push(he.default.createUnzip(Ao)),delete k.headers["content-encoding"];break;case"br":Co&&(_.push(he.default.createBrotliDecompress(eh)),delete k.headers["content-encoding"])}K=_.length>1?Oe.default.pipeline(_,l.noop):_[0];let tr=Oe.default.finished(K,()=>{tr(),v()}),de={status:k.statusCode,statusText:k.statusMessage,headers:new F(k.headers),config:t,request:Ie};if(u==="stream")de.data=K,Pe(r,a,de);else{let pe=[],Ht=0;K.on("data",function(J){pe.push(J),Ht+=J.length,t.maxContentLength>-1&&Ht>t.maxContentLength&&(h=!0,K.destroy(),a(new R("maxContentLength size of "+t.maxContentLength+" exceeded",R.ERR_BAD_RESPONSE,t,Ie)))}),K.on("aborted",function(){if(h)return;let J=new R("maxContentLength size of "+t.maxContentLength+" exceeded",R.ERR_BAD_RESPONSE,t,Ie);K.destroy(J),a(J)}),K.on("error",function(J){g.destroyed||a(R.from(J,null,t,Ie))}),K.on("end",function(){try{let J=pe.length===1?pe[0]:Buffer.concat(pe);u!=="arraybuffer"&&(J=J.toString(c),(!c||c==="utf8")&&(J=l.stripBOM(J))),de.data=J}catch(J){return a(R.from(J,null,t,de.request,de))}Pe(r,a,de)})}x.once("abort",pe=>{K.destroyed||(K.emit("error",pe),K.destroy())})}),x.once("abort",I=>{a(I),g.destroy(I)}),g.on("error",function(k){a(R.from(k,null,t,g))}),g.on("socket",function(k){k.setKeepAlive(!0,1e3*60)}),t.timeout){let I=parseInt(t.timeout,10);if(Number.isNaN(I)){a(new R("error trying to parse `config.timeout` to int",R.ERR_BAD_OPTION_VALUE,t,g));return}g.setTimeout(I,function(){if(y)return;let _=t.timeout?"timeout of "+t.timeout+"ms exceeded":"timeout exceeded",$e=t.transitional||Ye;t.timeoutErrorMessage&&(_=t.timeoutErrorMessage),a(new R(_,$e.clarifyTimeoutError?R.ETIMEDOUT:R.ECONNABORTED,t,g)),q()})}if(l.isStream(p)){let I=!1,k=!1;p.on("end",()=>{I=!0}),p.once("error",_=>{k=!0,g.destroy(_)}),p.on("close",()=>{!I&&!k&&q(new ue("Request stream has been aborted",t,g))}),p.pipe(g)}else g.end(p)})};var Oo=D.hasStandardBrowserEnv?function(){return{write:function(s,r,a,o,p,i){let n=[];n.push(s+"="+encodeURIComponent(r)),l.isNumber(a)&&n.push("expires="+new Date(a).toGMTString()),l.isString(o)&&n.push("path="+o),l.isString(p)&&n.push("domain="+p),i===!0&&n.push("secure"),document.cookie=n.join("; ")},read:function(s){let r=document.cookie.match(new RegExp("(^|;\\s*)("+s+")=([^;]*)"));return r?decodeURIComponent(r[3]):null},remove:function(s){this.write(s,"",Date.now()-864e5)}}}():function(){return{write:function(){},read:function(){return null},remove:function(){}}}();var Ho=D.hasStandardBrowserEnv?function(){let t=/(msie|trident)/i.test(navigator.userAgent),s=document.createElement("a"),r;function a(o){let p=o;return t&&(s.setAttribute("href",p),p=s.href),s.setAttribute("href",p),{href:s.href,protocol:s.protocol?s.protocol.replace(/:$/,""):"",host:s.host,search:s.search?s.search.replace(/^\?/,""):"",hash:s.hash?s.hash.replace(/^#/,""):"",hostname:s.hostname,port:s.port,pathname:s.pathname.charAt(0)==="/"?s.pathname:"/"+s.pathname}}return r=a(window.location.href),function(p){let i=l.isString(p)?a(p):p;return i.protocol===r.protocol&&i.host===r.host}}():function(){return function(){return!0}}();function Qo(e,t){let s=0,r=rs(50,250);return a=>{let o=a.loaded,p=a.lengthComputable?a.total:void 0,i=o-s,n=r(i),u=o<=p;s=o;let c={loaded:o,total:p,progress:p?o/p:void 0,bytes:i,rate:n||void 0,estimated:n&&p&&u?(p-o)/n:void 0,event:a};c[t?"download":"upload"]=!0,e(c)}}var ph=typeof XMLHttpRequest<"u",Mo=ph&&function(e){return new Promise(function(s,r){let a=e.data,o=F.from(e.headers).normalize(),p=e.responseType,i;function n(){e.cancelToken&&e.cancelToken.unsubscribe(i),e.signal&&e.signal.removeEventListener("abort",i)}let u;if(l.isFormData(a)){if(D.hasStandardBrowserEnv||D.hasStandardBrowserWebWorkerEnv)o.setContentType(!1);else if((u=o.getContentType())!==!1){let[g,...x]=u?u.split(";").map(v=>v.trim()).filter(Boolean):[];o.setContentType([g||"multipart/form-data",...x].join("; "))}}let c=new XMLHttpRequest;if(e.auth){let g=e.auth.username||"",x=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";o.set("Authorization","Basic "+btoa(g+":"+x))}let f=_e(e.baseURL,e.url);c.open(e.method.toUpperCase(),Se(f,e.params,e.paramsSerializer),!0),c.timeout=e.timeout;function y(){if(!c)return;let g=F.from("getAllResponseHeaders"in c&&c.getAllResponseHeaders()),v={data:!p||p==="text"||p==="json"?c.responseText:c.response,status:c.status,statusText:c.statusText,headers:g,config:e,request:c};Pe(function(T){s(T),n()},function(T){r(T),n()},v),c=null}if("onloadend"in c?c.onloadend=y:c.onreadystatechange=function(){!c||c.readyState!==4||c.status===0&&!(c.responseURL&&c.responseURL.indexOf("file:")===0)||setTimeout(y)},c.onabort=function(){c&&(r(new R("Request aborted",R.ECONNABORTED,e,c)),c=null)},c.onerror=function(){r(new R("Network Error",R.ERR_NETWORK,e,c)),c=null},c.ontimeout=function(){let x=e.timeout?"timeout of "+e.timeout+"ms exceeded":"timeout exceeded",v=e.transitional||Ye;e.timeoutErrorMessage&&(x=e.timeoutErrorMessage),r(new R(x,v.clarifyTimeoutError?R.ETIMEDOUT:R.ECONNABORTED,e,c)),c=null},D.hasStandardBrowserEnv){let g=Ho(f)&&e.xsrfCookieName&&Oo.read(e.xsrfCookieName);g&&o.set(e.xsrfHeaderName,g)}a===void 0&&o.setContentType(null),"setRequestHeader"in c&&l.forEach(o.toJSON(),function(x,v){c.setRequestHeader(v,x)}),l.isUndefined(e.withCredentials)||(c.withCredentials=!!e.withCredentials),p&&p!=="json"&&(c.responseType=e.responseType),typeof e.onDownloadProgress=="function"&&c.addEventListener("progress",Qo(e.onDownloadProgress,!0)),typeof e.onUploadProgress=="function"&&c.upload&&c.upload.addEventListener("progress",Qo(e.onUploadProgress)),(e.cancelToken||e.signal)&&(i=g=>{c&&(r(!g||g.type?new ue(null,e,c):g),c.abort(),c=null)},e.cancelToken&&e.cancelToken.subscribe(i),e.signal&&(e.signal.aborted?i():e.signal.addEventListener("abort",i)));let h=Pt(f);if(h&&D.protocols.indexOf(h)===-1){r(new R("Unsupported protocol "+h+":",R.ERR_BAD_REQUEST,e));return}c.send(a||null)})};var Fr={http:Fo,xhr:Mo};l.forEach(Fr,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch{}Object.defineProperty(e,"adapterName",{value:t})}});var No=e=>`- ${e}`,ch=e=>l.isFunction(e)||e===null||e===!1,os={getAdapter:e=>{e=l.isArray(e)?e:[e];let{length:t}=e,s,r,a={};for(let o=0;o<t;o++){s=e[o];let p;if(r=s,!ch(s)&&(r=Fr[(p=String(s)).toLowerCase()],r===void 0))throw new R(`Unknown adapter '${p}'`);if(r)break;a[p||"#"+o]=r}if(!r){let o=Object.entries(a).map(([i,n])=>`adapter ${i} `+(n===!1?"is not supported by the environment":"is not available in the build")),p=t?o.length>1?`since :
13
- `+o.map(No).join(`
14
- `):" "+No(o[0]):"as no adapter specified";throw new R("There is no suitable adapter to dispatch the request "+p,"ERR_NOT_SUPPORT")}return r},adapters:Fr};function Or(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new ue(null,e)}function is(e){return Or(e),e.headers=F.from(e.headers),e.data=qt.call(e,e.transformRequest),["post","put","patch"].indexOf(e.method)!==-1&&e.headers.setContentType("application/x-www-form-urlencoded",!1),os.getAdapter(e.adapter||Xe.adapter)(e).then(function(r){return Or(e),r.data=qt.call(e,e.transformResponse,r),r.headers=F.from(r.headers),r},function(r){return vt(r)||(Or(e),r&&r.response&&(r.response.data=qt.call(e,e.transformResponse,r.response),r.response.headers=F.from(r.response.headers))),Promise.reject(r)})}var jo=e=>e instanceof F?e.toJSON():e;function be(e,t){t=t||{};let s={};function r(u,c,f){return l.isPlainObject(u)&&l.isPlainObject(c)?l.merge.call({caseless:f},u,c):l.isPlainObject(c)?l.merge({},c):l.isArray(c)?c.slice():c}function a(u,c,f){if(l.isUndefined(c)){if(!l.isUndefined(u))return r(void 0,u,f)}else return r(u,c,f)}function o(u,c){if(!l.isUndefined(c))return r(void 0,c)}function p(u,c){if(l.isUndefined(c)){if(!l.isUndefined(u))return r(void 0,u)}else return r(void 0,c)}function i(u,c,f){if(f in t)return r(u,c);if(f in e)return r(void 0,u)}let n={url:o,method:o,data:o,baseURL:p,transformRequest:p,transformResponse:p,paramsSerializer:p,timeout:p,timeoutMessage:p,withCredentials:p,adapter:p,responseType:p,xsrfCookieName:p,xsrfHeaderName:p,onUploadProgress:p,onDownloadProgress:p,decompress:p,maxContentLength:p,maxBodyLength:p,beforeRedirect:p,transport:p,httpAgent:p,httpsAgent:p,cancelToken:p,socketPath:p,responseEncoding:p,validateStatus:i,headers:(u,c)=>a(jo(u),jo(c),!0)};return l.forEach(Object.keys(Object.assign({},e,t)),function(c){let f=n[c]||a,y=f(e[c],t[c],c);l.isUndefined(y)&&f!==i||(s[c]=y)}),s}var Hr={};["object","boolean","number","function","string","symbol"].forEach((e,t)=>{Hr[e]=function(r){return typeof r===e||"a"+(t<1?"n ":" ")+e}});var Vo={};Hr.transitional=function(t,s,r){function a(o,p){return"[Axios v"+Fe+"] Transitional option '"+o+"'"+p+(r?". "+r:"")}return(o,p,i)=>{if(t===!1)throw new R(a(p," has been removed"+(s?" in "+s:"")),R.ERR_DEPRECATED);return s&&!Vo[p]&&(Vo[p]=!0,console.warn(a(p," has been deprecated since v"+s+" and will be removed in the near future"))),t?t(o,p,i):!0}};function uh(e,t,s){if(typeof e!="object")throw new R("options must be an object",R.ERR_BAD_OPTION_VALUE);let r=Object.keys(e),a=r.length;for(;a-- >0;){let o=r[a],p=t[o];if(p){let i=e[o],n=i===void 0||p(i,o,e);if(n!==!0)throw new R("option "+o+" must be "+n,R.ERR_BAD_OPTION_VALUE);continue}if(s!==!0)throw new R("Unknown option "+o,R.ERR_BAD_OPTION)}}var ps={assertOptions:uh,validators:Hr};var Ce=ps.validators,at=class{constructor(t){this.defaults=t,this.interceptors={request:new hr,response:new hr}}request(t,s){typeof t=="string"?(s=s||{},s.url=t):s=t||{},s=be(this.defaults,s);let{transitional:r,paramsSerializer:a,headers:o}=s;r!==void 0&&ps.assertOptions(r,{silentJSONParsing:Ce.transitional(Ce.boolean),forcedJSONParsing:Ce.transitional(Ce.boolean),clarifyTimeoutError:Ce.transitional(Ce.boolean)},!1),a!=null&&(l.isFunction(a)?s.paramsSerializer={serialize:a}:ps.assertOptions(a,{encode:Ce.function,serialize:Ce.function},!0)),s.method=(s.method||this.defaults.method||"get").toLowerCase();let p=o&&l.merge(o.common,o[s.method]);o&&l.forEach(["delete","get","head","post","put","patch","common"],g=>{delete o[g]}),s.headers=F.concat(p,o);let i=[],n=!0;this.interceptors.request.forEach(function(x){typeof x.runWhen=="function"&&x.runWhen(s)===!1||(n=n&&x.synchronous,i.unshift(x.fulfilled,x.rejected))});let u=[];this.interceptors.response.forEach(function(x){u.push(x.fulfilled,x.rejected)});let c,f=0,y;if(!n){let g=[is.bind(this),void 0];for(g.unshift.apply(g,i),g.push.apply(g,u),y=g.length,c=Promise.resolve(s);f<y;)c=c.then(g[f++],g[f++]);return c}y=i.length;let h=s;for(f=0;f<y;){let g=i[f++],x=i[f++];try{h=g(h)}catch(v){x.call(this,v);break}}try{c=is.call(this,h)}catch(g){return Promise.reject(g)}for(f=0,y=u.length;f<y;)c=c.then(u[f++],u[f++]);return c}getUri(t){t=be(this.defaults,t);let s=_e(t.baseURL,t.url);return Se(s,t.params,t.paramsSerializer)}};l.forEach(["delete","get","head","options"],function(t){at.prototype[t]=function(s,r){return this.request(be(r||{},{method:t,url:s,data:(r||{}).data}))}});l.forEach(["post","put","patch"],function(t){function s(r){return function(o,p,i){return this.request(be(i||{},{method:t,headers:r?{"Content-Type":"multipart/form-data"}:{},url:o,data:p}))}}at.prototype[t]=s(),at.prototype[t+"Form"]=s(!0)});var At=at;var Ct=class{constructor(t){if(typeof t!="function")throw new TypeError("executor must be a function.");let s;this.promise=new Promise(function(o){s=o});let r=this;this.promise.then(a=>{if(!r._listeners)return;let o=r._listeners.length;for(;o-- >0;)r._listeners[o](a);r._listeners=null}),this.promise.then=a=>{let o,p=new Promise(i=>{r.subscribe(i),o=i}).then(a);return p.cancel=function(){r.unsubscribe(o)},p},t(function(o,p,i){r.reason||(r.reason=new ue(o,p,i),s(r.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(t){if(this.reason){t(this.reason);return}this._listeners?this._listeners.push(t):this._listeners=[t]}unsubscribe(t){if(!this._listeners)return;let s=this._listeners.indexOf(t);s!==-1&&this._listeners.splice(s,1)}static source(){let t;return{token:new Ct(function(a){t=a}),cancel:t}}},zo=Ct;function Qr(e){return function(s){return e.apply(null,s)}}function Mr(e){return l.isObject(e)&&e.isAxiosError===!0}var Nr={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(Nr).forEach(([e,t])=>{Nr[t]=e});var $o=Nr;function Ko(e){let t=new At(e),s=xt(At.prototype.request,t);return l.extend(s,At.prototype,t,{allOwnKeys:!0}),l.extend(s,t,null,{allOwnKeys:!0}),s.create=function(a){return Ko(be(e,a))},s}var G=Ko(Xe);G.Axios=At;G.CanceledError=ue;G.CancelToken=zo;G.isCancel=vt;G.VERSION=Fe;G.toFormData=we;G.AxiosError=R;G.Cancel=G.CanceledError;G.all=function(t){return Promise.all(t)};G.spread=Qr;G.isAxiosError=Mr;G.mergeConfig=be;G.AxiosHeaders=F;G.formToJSON=e=>Yt(l.isHTMLForm(e)?new FormData(e):e);G.getAdapter=os.getAdapter;G.HttpStatusCode=$o;G.default=G;var Re=G;var{Axios:lh,AxiosError:dh,CanceledError:mh,isCancel:gh,CancelToken:fh,VERSION:yh,all:xh,Cancel:hh,isAxiosError:bh,spread:Rh,toFormData:qh,AxiosHeaders:vh,HttpStatusCode:kh,formToJSON:Ih,getAdapter:wh,mergeConfig:Ph}=Re;var Jr={};Mt(Jr,{DEFAULT_OPTIONS:()=>ai,default:()=>Kr,exponentialDelay:()=>si,isIdempotentRequestError:()=>zr,isNetworkError:()=>Vr,isNetworkOrIdempotentRequestError:()=>$r,isRetryableError:()=>us,isSafeRequestError:()=>ti,linearDelay:()=>ri,namespace:()=>cs,retryAfter:()=>ls});var Zo=W(Yo(),1),cs="axios-retry";function Vr(e){let t=["ERR_CANCELED","ECONNABORTED"];return e.response||!e.code||t.includes(e.code)?!1:(0,Zo.default)(e)}var ei=["get","head","options"],Ah=ei.concat(["put","delete"]);function us(e){return e.code!=="ECONNABORTED"&&(!e.response||e.response.status===429||e.response.status>=500&&e.response.status<=599)}function ti(e){return e.config?.method?us(e)&&ei.indexOf(e.config.method)!==-1:!1}function zr(e){return e.config?.method?us(e)&&Ah.indexOf(e.config.method)!==-1:!1}function $r(e){return Vr(e)||zr(e)}function ls(e=void 0){let t=e?.response?.headers["retry-after"];if(!t)return 0;let s=(Number(t)||0)*1e3;return s===0&&(s=(new Date(t).valueOf()||0)-Date.now()),Math.max(0,s)}function Ch(e=0,t=void 0){return Math.max(0,ls(t))}function si(e=0,t=void 0,s=100){let r=2**e*s,a=Math.max(r,ls(t)),o=a*.2*Math.random();return a+o}function ri(e=100){return(t=0,s=void 0)=>{let r=t*e;return Math.max(r,ls(s))}}var ai={retries:3,retryCondition:$r,retryDelay:Ch,shouldResetTimeout:!1,onRetry:()=>{},onMaxRetryTimesExceeded:()=>{},validateResponse:null};function Bh(e,t){return{...ai,...t,...e[cs]}}function Xo(e,t,s=!1){let r=Bh(e,t||{});return r.retryCount=r.retryCount||0,(!r.lastRequestTime||s)&&(r.lastRequestTime=Date.now()),e[cs]=r,r}function Uh(e,t){e.defaults.agent===t.agent&&delete t.agent,e.defaults.httpAgent===t.httpAgent&&delete t.httpAgent,e.defaults.httpsAgent===t.httpsAgent&&delete t.httpsAgent}async function Lh(e,t){let{retries:s,retryCondition:r}=e,a=(e.retryCount||0)<s&&r(t);if(typeof a=="object")try{return await a!==!1}catch{return!1}return a}async function Eh(e,t,s,r){t.retryCount+=1;let{retryDelay:a,shouldResetTimeout:o,onRetry:p}=t,i=a(t.retryCount,s);if(Uh(e,r),!o&&r.timeout&&t.lastRequestTime){let n=Date.now()-t.lastRequestTime,u=r.timeout-n-i;if(u<=0)return Promise.reject(s);r.timeout=u}return r.transformRequest=[n=>n],await p(t.retryCount,s,r),r.signal?.aborted?Promise.resolve(e(r)):new Promise(n=>{let u=()=>{clearTimeout(c),n(e(r))},c=setTimeout(()=>{n(e(r)),r.signal?.removeEventListener&&r.signal.removeEventListener("abort",u)},i);r.signal?.addEventListener&&r.signal.addEventListener("abort",u,{once:!0})})}async function Sh(e,t){e.retryCount>=e.retries&&await e.onMaxRetryTimesExceeded(t,e.retryCount)}var Be=(e,t)=>{let s=e.interceptors.request.use(a=>(Xo(a,t,!0),a[cs]?.validateResponse&&(a.validateStatus=()=>!1),a)),r=e.interceptors.response.use(null,async a=>{let{config:o}=a;if(!o)return Promise.reject(a);let p=Xo(o,t);return a.response&&p.validateResponse?.(a.response)?a.response:await Lh(p,a)?Eh(e,p,a,o):(await Sh(p,a),Promise.reject(a))});return{requestInterceptorId:s,responseInterceptorId:r}};Be.isNetworkError=Vr;Be.isSafeRequestError=ti;Be.isIdempotentRequestError=zr;Be.isNetworkOrIdempotentRequestError=$r;Be.exponentialDelay=si;Be.linearDelay=ri;Be.isRetryableError=us;var Kr=Be;var ni=W(require("crypto"));var _h={getRandomValues:e=>new Uint8Array(e.map(()=>Math.floor(Math.random()*256)))},Yr=typeof window<"u"&&typeof window.document<"u"?window.crypto:ni.default;Yr.getRandomValues||(Yr=_h);var B=class extends Error{constructor(s,r,a,o,p,i,n){super(o);this.code=s;this.description=r;this.type=a;this.message=o;this.error=p;this.id=i;this.metadata=n;this.id||(this.id=B.generateId())}isApiError=!0;format(){return`[${this.type}] ${this.message} (Error ID: ${this.id})`}toJSON(){return{id:this.id,code:this.code,type:this.type,message:this.message,metadata:this.metadata}}static generateId(){let s=this.getPrefix(),r=new Date().toISOString().replace(/[\-:TZ]/g,"").split(".")[0],a=4,o=Array.from(Yr.getRandomValues(new Uint8Array(a))).map(p=>p.toString(16).padStart(2,"0")).join("").toUpperCase();return`${s}_${r}x${o}`}static getPrefix(){return typeof window<"u"&&typeof window.document<"u"?"err_bwsr":"err"}},Gh=e=>typeof e=="object"&&!Array.isArray(e)&&e!==null,oi=e=>e instanceof B||Gh(e)&&e.isApiError===!0,Ue=class extends B{constructor(t,s,r,a){super(500,"An unknown error occurred","Unknown",t,s,r,a)}},ds=class extends B{constructor(t,s,r,a){super(500,"An internal error occurred","Internal",t,s,r,a)}},ms=class extends B{constructor(t,s,r,a){super(401,"The request requires to be authenticated.","Unauthorized",t,s,r,a)}},gs=class extends B{constructor(t,s,r,a){super(403,"The requested action can't be peform by this resource.","Forbidden",t,s,r,a)}},fs=class extends B{constructor(t,s,r,a){super(413,"The request payload is too large.","PayloadTooLarge",t,s,r,a)}},ys=class extends B{constructor(t,s,r,a){super(400,"The request payload is invalid.","InvalidPayload",t,s,r,a)}},xs=class extends B{constructor(t,s,r,a){super(415,"The request is invalid because the content-type is not supported.","UnsupportedMediaType",t,s,r,a)}},hs=class extends B{constructor(t,s,r,a){super(405,"The requested method does not exist.","MethodNotFound",t,s,r,a)}},bs=class extends B{constructor(t,s,r,a){super(404,"The requested resource does not exist.","ResourceNotFound",t,s,r,a)}},Rs=class extends B{constructor(t,s,r,a){super(400,"The provided JSON schema is invalid.","InvalidJsonSchema",t,s,r,a)}},qs=class extends B{constructor(t,s,r,a){super(400,"The provided data doesn't respect the provided JSON schema.","InvalidDataFormat",t,s,r,a)}},vs=class extends B{constructor(t,s,r,a){super(400,"The provided identifier is not valid. An identifier must start with a lowercase letter, be between 2 and 100 characters long and use only alphanumeric characters.","InvalidIdentifier",t,s,r,a)}},ks=class extends B{constructor(t,s,r,a){super(409,"The resource is related with a different resource that the one referenced in the request. This is usually caused when providing two resource identifiers that aren't linked together.","RelationConflict",t,s,r,a)}},Is=class extends B{constructor(t,s,r,a){super(409,"The resource cannot be deleted because it's referenced by another resource","ReferenceConstraint",t,s,r,a)}},ws=class extends B{constructor(t,s,r,a){super(409,"The resource is current locked and cannot be operated on until the lock is released.","ResourceLockedConflict",t,s,r,a)}},Ps=class extends B{constructor(t,s,r,a){super(400,"The provided resource reference is missing. This is usually caused when providing an invalid id inside the payload of a request.","ReferenceNotFound",t,s,r,a)}},Ts=class extends B{constructor(t,s,r,a){super(400,"The provided query is invalid. This is usually caused when providing an invalid parameter for querying a resource.","InvalidQuery",t,s,r,a)}},As=class extends B{constructor(t,s,r,a){super(400,"An error happened during the execution of a runtime (bot or integration).","Runtime",t,s,r,a)}},Cs=class extends B{constructor(t,s,r,a){super(409,"The record attempted to be created already exists.","AlreadyExists",t,s,r,a)}},Bs=class extends B{constructor(t,s,r,a){super(429,"The request has been rate limited.","RateLimited",t,s,r,a)}},Us=class extends B{constructor(t,s,r,a){super(402,"A payment is required to perform this request.","PaymentRequired",t,s,r,a)}},Ls=class extends B{constructor(t,s,r,a){super(403,"The request exceeds the allowed quota. Quotas are a soft limit that can be increased.","QuotaExceeded",t,s,r,a)}},Es=class extends B{constructor(t,s,r,a){super(413,"The request exceeds the allowed limit. Limits are a hard limit that cannot be increased.","LimitExceeded",t,s,r,a)}},Ss=class extends B{constructor(t,s,r,a){super(400,"Request payload contains breaking changes which is not allowed for this resource without a version increment.","BreakingChanges",t,s,r,a)}},Wh={Unknown:Ue,Internal:ds,Unauthorized:ms,Forbidden:gs,PayloadTooLarge:fs,InvalidPayload:ys,UnsupportedMediaType:xs,MethodNotFound:hs,ResourceNotFound:bs,InvalidJsonSchema:Rs,InvalidDataFormat:qs,InvalidIdentifier:vs,RelationConflict:ks,ReferenceConstraint:Is,ResourceLockedConflict:ws,ReferenceNotFound:Ps,InvalidQuery:Ts,Runtime:As,AlreadyExists:Cs,RateLimited:Bs,PaymentRequired:Us,QuotaExceeded:Ls,LimitExceeded:Es,BreakingChanges:Ss},_s=e=>oi(e)?e:e instanceof Error?new Ue(e.message,e):typeof e=="string"?new Ue(e):Dh(e);function Dh(e){if(typeof e=="object"&&"code"in e&&"type"in e&&"id"in e&&"message"in e&&typeof e.type=="string"&&typeof e.message=="string"){let t=Wh[e.type];return t?new t(e.message,void 0,e.id||"UNKNOWN",e.metadata):new Ue(`An unclassified API error occurred: ${e.message} (Type: ${e.type}, Code: ${e.code})`)}return new Ue("An invalid error occurred: "+JSON.stringify(e))}var qe=class extends Error{constructor(s,r,a){super(s);this.innerError=r;this.file=a;this.name="FileUploadError"}};var Da=W(Xr()),kf=W(require("http")),If=W(require("https"));var Bt=W(Xr()),Vh="https://api.botpress.cloud",zh=6e4,$h="BP_API_URL",Kh="BP_BOT_ID",Jh="BP_INTEGRATION_ID",Yh="BP_WORKSPACE_ID",Xh="BP_TOKEN";function ii(e){let t=Zh(e),s={};t.workspaceId&&(s["x-workspace-id"]=t.workspaceId),t.botId&&(s["x-bot-id"]=t.botId),t.integrationId&&(s["x-integration-id"]=t.integrationId),t.token&&(s.Authorization=`Bearer ${t.token}`),s={...s,...t.headers};let r=t.apiUrl??Vh,a=t.timeout??zh;return{apiUrl:r,timeout:a,withCredentials:Bt.isBrowser,headers:s}}function Zh(e){return Bt.isBrowser?e:Bt.isNode?eb(e):e}function eb(e){let t={...e,apiUrl:e.apiUrl??process.env[$h],botId:e.botId??process.env[Kh],integrationId:e.integrationId??process.env[Jh],workspaceId:e.workspaceId??process.env[Yh]},s=t.token??process.env[Xh];return s&&(t.token=s),t}var Ec=W(Lc()),Wq=e=>e[1]!==void 0,d=e=>{let{method:t,path:s,query:r,headers:a,body:o}=e,p=Object.entries(a).filter(Wq),i=Object.fromEntries(p),n=Ec.default.stringify(r,{encode:!0,arrayFormat:"repeat",allowDots:!0}),u=n?[s,n].join("?"):s,c=["put","post","delete","patch"].includes(t.toLowerCase())?o:void 0;return{method:t,url:u,headers:i,data:c}};var Sc=e=>({path:"/v1/chat/conversations",headers:{},query:{},params:{},body:{channel:e.channel,tags:e.tags,integrationName:e.integrationName}});var Gc=e=>({path:`/v1/chat/conversations/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Dc=e=>({path:"/v1/chat/conversations",headers:{},query:{nextToken:e.nextToken,sortField:e.sortField,sortDirection:e.sortDirection,tags:e.tags,participantIds:e.participantIds,integrationName:e.integrationName,channel:e.channel},params:{},body:{}});var Oc=e=>({path:"/v1/chat/conversations/get-or-create",headers:{},query:{},params:{},body:{channel:e.channel,tags:e.tags,integrationName:e.integrationName}});var Qc=e=>({path:`/v1/chat/conversations/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{currentTaskId:e.currentTaskId,tags:e.tags}});var Nc=e=>({path:`/v1/chat/conversations/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Vc=e=>({path:`/v1/chat/conversations/${encodeURIComponent(e.id)}/participants`,headers:{},query:{nextToken:e.nextToken},params:{id:e.id},body:{}});var $c=e=>({path:`/v1/chat/conversations/${encodeURIComponent(e.id)}/participants`,headers:{},query:{},params:{id:e.id},body:{userId:e.userId}});var Jc=e=>({path:`/v1/chat/conversations/${encodeURIComponent(e.id)}/participants/${encodeURIComponent(e.userId)}`,headers:{},query:{},params:{id:e.id,userId:e.userId},body:{}});var Xc=e=>({path:`/v1/chat/conversations/${encodeURIComponent(e.id)}/participants/${encodeURIComponent(e.userId)}`,headers:{},query:{},params:{id:e.id,userId:e.userId},body:{}});var eu=e=>({path:"/v1/chat/events",headers:{},query:{},params:{},body:{type:e.type,payload:e.payload,schedule:e.schedule,conversationId:e.conversationId,userId:e.userId,messageId:e.messageId}});var su=e=>({path:`/v1/chat/events/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var au=e=>({path:"/v1/chat/events",headers:{},query:{nextToken:e.nextToken,type:e.type,conversationId:e.conversationId,userId:e.userId,messageId:e.messageId,status:e.status},params:{},body:{}});var ou=e=>({path:"/v1/chat/messages",headers:{},query:{},params:{},body:{payload:e.payload,userId:e.userId,conversationId:e.conversationId,type:e.type,tags:e.tags,schedule:e.schedule}});var pu=e=>({path:"/v1/chat/messages/get-or-create",headers:{},query:{},params:{},body:{payload:e.payload,userId:e.userId,conversationId:e.conversationId,type:e.type,tags:e.tags,schedule:e.schedule}});var uu=e=>({path:`/v1/chat/messages/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var du=e=>({path:`/v1/chat/messages/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{tags:e.tags}});var gu=e=>({path:"/v1/chat/messages",headers:{},query:{nextToken:e.nextToken,conversationId:e.conversationId,tags:e.tags},params:{},body:{}});var yu=e=>({path:`/v1/chat/messages/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var hu=e=>({path:"/v1/chat/users",headers:{},query:{},params:{},body:{tags:e.tags,integrationName:e.integrationName,name:e.name,pictureUrl:e.pictureUrl}});var Ru=e=>({path:`/v1/chat/users/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var vu=e=>({path:"/v1/chat/users",headers:{},query:{nextToken:e.nextToken,conversationId:e.conversationId,tags:e.tags},params:{},body:{}});var Iu=e=>({path:"/v1/chat/users/get-or-create",headers:{},query:{},params:{},body:{tags:e.tags,integrationName:e.integrationName,name:e.name,pictureUrl:e.pictureUrl}});var Pu=e=>({path:`/v1/chat/users/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{tags:e.tags,name:e.name,pictureUrl:e.pictureUrl}});var Au=e=>({path:`/v1/chat/users/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Bu=e=>({path:`/v1/chat/states/${encodeURIComponent(e.type)}/${encodeURIComponent(e.id)}/${encodeURIComponent(e.name)}/expiry`,headers:{},query:{},params:{type:e.type,id:e.id,name:e.name},body:{expiry:e.expiry}});var Lu=e=>({path:`/v1/chat/states/${encodeURIComponent(e.type)}/${encodeURIComponent(e.id)}/${encodeURIComponent(e.name)}`,headers:{},query:{},params:{type:e.type,id:e.id,name:e.name},body:{}});var Su=e=>({path:`/v1/chat/states/${encodeURIComponent(e.type)}/${encodeURIComponent(e.id)}/${encodeURIComponent(e.name)}`,headers:{},query:{},params:{type:e.type,id:e.id,name:e.name},body:{payload:e.payload,expiry:e.expiry}});var Gu=e=>({path:`/v1/chat/states/${encodeURIComponent(e.type)}/${encodeURIComponent(e.id)}/${encodeURIComponent(e.name)}/get-or-set`,headers:{},query:{},params:{type:e.type,id:e.id,name:e.name},body:{payload:e.payload,expiry:e.expiry}});var Du=e=>({path:`/v1/chat/states/${encodeURIComponent(e.type)}/${encodeURIComponent(e.id)}/${encodeURIComponent(e.name)}`,headers:{},query:{},params:{type:e.type,id:e.id,name:e.name},body:{payload:e.payload}});var Ou=e=>({path:"/v1/chat/actions",headers:{},query:{},params:{},body:{type:e.type,input:e.input}});var Qu=e=>({path:"/v1/chat/integrations/configure",headers:{},query:{},params:{},body:{identifier:e.identifier,scheduleRegisterCall:e.scheduleRegisterCall}});var Nu=e=>({path:`/v1/chat/tasks/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Vu=e=>({path:"/v1/chat/tasks",headers:{},query:{},params:{},body:{title:e.title,description:e.description,type:e.type,data:e.data,parentTaskId:e.parentTaskId,conversationId:e.conversationId,userId:e.userId,timeoutAt:e.timeoutAt,tags:e.tags}});var $u=e=>({path:`/v1/chat/tasks/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{title:e.title,description:e.description,data:e.data,timeoutAt:e.timeoutAt,status:e.status,tags:e.tags}});var Ju=e=>({path:`/v1/chat/tasks/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Xu=e=>({path:"/v1/chat/tasks",headers:{},query:{nextToken:e.nextToken,tags:e.tags,conversationId:e.conversationId,userId:e.userId,parentTaskId:e.parentTaskId,status:e.status,type:e.type},params:{},body:{}});var el=e=>({path:"/v1/chat/workflows",headers:{},query:{},params:{},body:{name:e.name,input:e.input,parentWorkflowId:e.parentWorkflowId,conversationId:e.conversationId,userId:e.userId,timeoutAt:e.timeoutAt,tags:e.tags,status:e.status,eventId:e.eventId}});var sl=e=>({path:`/v1/chat/workflows/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var al=e=>({path:`/v1/chat/workflows/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{output:e.output,timeoutAt:e.timeoutAt,status:e.status,failureReason:e.failureReason,tags:e.tags,userId:e.userId,eventId:e.eventId}});var ol=e=>({path:`/v1/chat/workflows/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var pl=e=>({path:"/v1/chat/workflows",headers:{},query:{nextToken:e.nextToken,tags:e.tags,conversationId:e.conversationId,userId:e.userId,parentWorkflowId:e.parentWorkflowId,statuses:e.statuses,name:e.name},params:{},body:{}});var ul=e=>({path:"/v1/chat/workflows/get-or-create",headers:{},query:{},params:{},body:{name:e.name,input:e.input,parentWorkflowId:e.parentWorkflowId,conversationId:e.conversationId,userId:e.userId,timeoutAt:e.timeoutAt,tags:e.tags,status:e.status,eventId:e.eventId}});var dl=e=>({path:`/v1/chat/tags/${encodeURIComponent(e.key)}/values`,headers:{},query:{nextToken:e.nextToken,type:e.type},params:{key:e.key},body:{}});var gl=e=>({path:"/v1/chat/analytics",headers:{},query:{},params:{},body:{name:e.name,count:e.count}});var yl=e=>({path:"/v1/admin/helper/vrl",headers:{},query:{},params:{},body:{data:e.data,script:e.script}});var hl=e=>({path:"/v1/admin/account/me",headers:{},query:{},params:{},body:{}});var Rl=e=>({path:"/v1/admin/account/me",headers:{},query:{},params:{},body:{displayName:e.displayName,profilePicture:e.profilePicture,refresh:e.refresh}});var vl=e=>({path:"/v1/admin/account/pats",headers:{},query:{},params:{},body:{}});var Il=e=>({path:"/v1/admin/account/pats",headers:{},query:{},params:{},body:{note:e.note}});var Pl=e=>({path:`/v1/admin/account/pats/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Al=e=>({path:`/v1/admin/account/preferences/${encodeURIComponent(e.key)}`,headers:{},query:{},params:{key:e.key},body:{value:e.value}});var Bl=e=>({path:`/v1/admin/account/preferences/${encodeURIComponent(e.key)}`,headers:{},query:{},params:{key:e.key},body:{}});var Ll=e=>({path:"/v1/admin/hub/integrations",headers:{},query:{nextToken:e.nextToken,name:e.name,version:e.version},params:{},body:{}});var Sl=e=>({path:`/v1/admin/hub/integrations/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Gl=e=>({path:`/v1/admin/hub/integrations/${encodeURIComponent(e.name)}/${encodeURIComponent(e.version)}`,headers:{},query:{},params:{name:e.name,version:e.version},body:{}});var Dl=e=>({path:"/v1/admin/bots",headers:{},query:{},params:{},body:{states:e.states,events:e.events,recurringEvents:e.recurringEvents,subscriptions:e.subscriptions,actions:e.actions,configuration:e.configuration,user:e.user,conversation:e.conversation,message:e.message,tags:e.tags,code:e.code,name:e.name,medias:e.medias,url:e.url,dev:e.dev}});var Ol=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{url:e.url,authentication:e.authentication,configuration:e.configuration,tags:e.tags,blocked:e.blocked,alwaysAlive:e.alwaysAlive,user:e.user,message:e.message,conversation:e.conversation,events:e.events,actions:e.actions,states:e.states,recurringEvents:e.recurringEvents,integrations:e.integrations,subscriptions:e.subscriptions,code:e.code,name:e.name,medias:e.medias}});var Ql=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/transfer`,headers:{},query:{},params:{id:e.id},body:{targetWorkspaceId:e.targetWorkspaceId}});var Nl=e=>({path:"/v1/admin/bots",headers:{},query:{dev:e.dev,tags:e.tags,nextToken:e.nextToken,sortField:e.sortField,sortDirection:e.sortDirection},params:{},body:{}});var Vl=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var $l=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Jl=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/logs`,headers:{},query:{timeStart:e.timeStart,timeEnd:e.timeEnd,level:e.level,userId:e.userId,workflowId:e.workflowId,conversationId:e.conversationId,nextToken:e.nextToken},params:{id:e.id},body:{}});var Xl=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/webchat`,headers:{},query:{type:e.type},params:{id:e.id},body:{}});var ed=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/analytics`,headers:{},query:{startDate:e.startDate,endDate:e.endDate},params:{id:e.id},body:{}});var sd=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/issues/${encodeURIComponent(e.issueId)}`,headers:{},query:{},params:{id:e.id,issueId:e.issueId},body:{}});var ad=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/issues`,headers:{},query:{nextToken:e.nextToken},params:{id:e.id},body:{}});var od=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/issues/${encodeURIComponent(e.issueId)}`,headers:{},query:{},params:{id:e.id,issueId:e.issueId},body:{}});var pd=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/issues/${encodeURIComponent(e.issueId)}/events`,headers:{},query:{},params:{id:e.id,issueId:e.issueId},body:{}});var ud=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/versions`,headers:{},query:{},params:{id:e.id},body:{}});var dd=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/versions/${encodeURIComponent(e.versionId)}`,headers:{},query:{},params:{id:e.id,versionId:e.versionId},body:{}});var gd=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/versions`,headers:{},query:{},params:{id:e.id},body:{name:e.name,description:e.description}});var yd=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/versions/deploy`,headers:{},query:{},params:{id:e.id},body:{versionId:e.versionId}});var hd=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}/billing/invoices`,headers:{},query:{},params:{id:e.id},body:{}});var Rd=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}/billing/upcoming-invoice`,headers:{},query:{},params:{id:e.id},body:{}});var vd=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}/billing/invoices/charge-unpaid`,headers:{},query:{},params:{id:e.id},body:{invoiceIds:e.invoiceIds}});var Id=e=>({path:"/v1/admin/workspaces",headers:{},query:{},params:{},body:{name:e.name}});var Pd=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}/public`,headers:{},query:{},params:{id:e.id},body:{}});var Ad=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Bd=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}/usages`,headers:{},query:{type:e.type,period:e.period},params:{id:e.id},body:{}});var Ld=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}/usages/by-bot`,headers:{},query:{type:e.type,period:e.period},params:{id:e.id},body:{}});var Sd=e=>({path:"/v1/admin/workspaces/usages/quota-completion",headers:{},query:{},params:{},body:{}});var Gd=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}/quota`,headers:{},query:{type:e.type,period:e.period},params:{id:e.id},body:{}});var Dd=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}/quotas`,headers:{},query:{period:e.period},params:{id:e.id},body:{}});var Od=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{name:e.name,spendingLimit:e.spendingLimit,about:e.about,profilePicture:e.profilePicture,contactEmail:e.contactEmail,website:e.website,socialAccounts:e.socialAccounts,isPublic:e.isPublic,handle:e.handle}});var Qd=e=>({path:"/v1/admin/workspaces/handle-availability",headers:{},query:{},params:{},body:{handle:e.handle}});var Nd=e=>({path:"/v1/admin/workspaces",headers:{},query:{nextToken:e.nextToken,handle:e.handle},params:{},body:{}});var Vd=e=>({path:"/v1/admin/workspaces/public",headers:{},query:{nextToken:e.nextToken,workspaceIds:e.workspaceIds,search:e.search},params:{},body:{}});var $d=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Jd=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}/audit-records`,headers:{},query:{nextToken:e.nextToken},params:{id:e.id},body:{}});var Xd=e=>({path:"/v1/admin/workspace-members",headers:{},query:{nextToken:e.nextToken},params:{},body:{}});var em=e=>({path:"/v1/admin/workspace-members/me",headers:{},query:{},params:{},body:{}});var sm=e=>({path:`/v1/admin/workspace-members/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var am=e=>({path:"/v1/admin/workspace-members",headers:{},query:{},params:{},body:{email:e.email,role:e.role}});var om=e=>({path:`/v1/admin/workspace-members/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{role:e.role}});var pm=e=>({path:"/v1/admin/integrations/iaks",headers:{},query:{integrationId:e.integrationId},params:{},body:{}});var um=e=>({path:"/v1/admin/integrations/iaks",headers:{},query:{},params:{},body:{integrationId:e.integrationId,note:e.note}});var dm=e=>({path:`/v1/admin/integrations/iaks/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var gm=e=>({path:"/v1/admin/integrations",headers:{},query:{},params:{},body:{name:e.name,version:e.version,configuration:e.configuration,configurations:e.configurations,states:e.states,events:e.events,actions:e.actions,entities:e.entities,identifier:e.identifier,channels:e.channels,user:e.user,interfaces:e.interfaces,secrets:e.secrets,code:e.code,url:e.url,dev:e.dev,icon:e.icon,readme:e.readme,title:e.title,description:e.description,public:e.public,layers:e.layers}});var ym=e=>({path:"/v1/admin/integrations/validate",headers:{},query:{},params:{},body:{name:e.name,version:e.version,configuration:e.configuration,configurations:e.configurations,states:e.states,events:e.events,actions:e.actions,entities:e.entities,identifier:e.identifier,channels:e.channels,user:e.user,interfaces:e.interfaces,secrets:e.secrets,code:e.code,url:e.url,dev:e.dev,icon:e.icon,readme:e.readme,title:e.title,description:e.description,public:e.public,layers:e.layers}});var hm=e=>({path:`/v1/admin/integrations/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{configuration:e.configuration,configurations:e.configurations,channels:e.channels,identifier:e.identifier,actions:e.actions,events:e.events,states:e.states,user:e.user,entities:e.entities,interfaces:e.interfaces,secrets:e.secrets,code:e.code,icon:e.icon,readme:e.readme,title:e.title,description:e.description,url:e.url,public:e.public,layers:e.layers}});var Rm=e=>({path:`/v1/admin/integrations/${encodeURIComponent(e.id)}/validate`,headers:{},query:{},params:{id:e.id},body:{configuration:e.configuration,configurations:e.configurations,channels:e.channels,identifier:e.identifier,actions:e.actions,events:e.events,states:e.states,user:e.user,entities:e.entities,interfaces:e.interfaces,secrets:e.secrets,code:e.code,icon:e.icon,readme:e.readme,title:e.title,description:e.description,url:e.url,public:e.public,layers:e.layers}});var vm=e=>({path:"/v1/admin/integrations",headers:{},query:{nextToken:e.nextToken,name:e.name,version:e.version,dev:e.dev},params:{},body:{}});var Im=e=>({path:`/v1/admin/integrations/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Pm=e=>({path:`/v1/admin/integrations/${encodeURIComponent(e.id)}/logs`,headers:{},query:{timeStart:e.timeStart,timeEnd:e.timeEnd,level:e.level,userId:e.userId,conversationId:e.conversationId,nextToken:e.nextToken},params:{id:e.id},body:{}});var Am=e=>({path:`/v1/admin/integrations/${encodeURIComponent(e.name)}/${encodeURIComponent(e.version)}`,headers:{},query:{},params:{name:e.name,version:e.version},body:{}});var Bm=e=>({path:`/v1/admin/integrations/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Lm=e=>({path:"/v1/admin/integrations/request-verification",headers:{},query:{},params:{},body:{integrationId:e.integrationId}});var Sm=e=>({path:"/v1/admin/interfaces",headers:{},query:{},params:{},body:{name:e.name,version:e.version,entities:e.entities,events:e.events,actions:e.actions,channels:e.channels,nameTemplate:e.nameTemplate}});var Gm=e=>({path:`/v1/admin/interfaces/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Dm=e=>({path:`/v1/admin/interfaces/${encodeURIComponent(e.name)}/${encodeURIComponent(e.version)}`,headers:{},query:{},params:{name:e.name,version:e.version},body:{}});var Om=e=>({path:`/v1/admin/interfaces/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{entities:e.entities,events:e.events,actions:e.actions,channels:e.channels,nameTemplate:e.nameTemplate}});var Qm=e=>({path:`/v1/admin/interfaces/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Nm=e=>({path:"/v1/admin/interfaces",headers:{},query:{nextToken:e.nextToken,name:e.name},params:{},body:{}});var Vm=e=>({path:"/v1/admin/plugins",headers:{},query:{},params:{},body:{name:e.name,version:e.version,configuration:e.configuration,states:e.states,events:e.events,actions:e.actions,user:e.user,conversation:e.conversation,dependencies:e.dependencies,code:e.code,icon:e.icon,readme:e.readme,title:e.title,description:e.description}});var $m=e=>({path:`/v1/admin/plugins/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Jm=e=>({path:`/v1/admin/plugins/${encodeURIComponent(e.name)}/${encodeURIComponent(e.version)}`,headers:{},query:{},params:{name:e.name,version:e.version},body:{}});var Xm=e=>({path:`/v1/admin/plugins/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{configuration:e.configuration,states:e.states,events:e.events,actions:e.actions,user:e.user,conversation:e.conversation,dependencies:e.dependencies,code:e.code,icon:e.icon,readme:e.readme,title:e.title,description:e.description}});var eg=e=>({path:`/v1/admin/plugins/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var sg=e=>({path:"/v1/admin/plugins",headers:{},query:{nextToken:e.nextToken,name:e.name},params:{},body:{}});var ag=e=>({path:`/v1/admin/plugins/${encodeURIComponent(e.id)}/code/${encodeURIComponent(e.platform)}`,headers:{},query:{},params:{id:e.id,platform:e.platform},body:{}});var og=e=>({path:`/v1/admin/usages/${encodeURIComponent(e.id)}`,headers:{},query:{type:e.type,period:e.period},params:{id:e.id},body:{}});var pg=e=>({path:"/v1/admin/usages/multiple",headers:{},query:{types:e.types,ids:e.ids,period:e.period},params:{},body:{}});var ug=e=>({path:`/v1/admin/usages/${encodeURIComponent(e.id)}/history`,headers:{},query:{type:e.type},params:{id:e.id},body:{}});var dg=e=>({path:`/v1/admin/usages/${encodeURIComponent(e.id)}/activity`,headers:{},query:{type:e.type,timestampFrom:e.timestampFrom,timestampUntil:e.timestampUntil,nextToken:e.nextToken},params:{id:e.id},body:{}});var gg=e=>({path:`/v1/admin/usages/${encodeURIComponent(e.id)}/daily-activity`,headers:{},query:{type:e.type,dateFrom:e.dateFrom,dateUntil:e.dateUntil,nextToken:e.nextToken},params:{id:e.id},body:{}});var yg=e=>({path:"/v1/admin/quotas/ai-spend",headers:{},query:{},params:{},body:{monthlySpendingLimit:e.monthlySpendingLimit}});var hg=e=>({path:"/v1/admin/activities",headers:{},query:{nextToken:e.nextToken,taskId:e.taskId,botId:e.botId},params:{},body:{}});var Rg=e=>({path:"/v1/admin/introspect",headers:{},query:{},params:{},body:{botId:e.botId}});var vg=e=>({path:"/v1/files",headers:{},query:{},params:{},body:{key:e.key,tags:e.tags,size:e.size,index:e.index,indexing:e.indexing,accessPolicies:e.accessPolicies,contentType:e.contentType,expiresAt:e.expiresAt,publicContentImmediatelyAccessible:e.publicContentImmediatelyAccessible,metadata:e.metadata}});var Ig=e=>({path:`/v1/files/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Pg=e=>({path:"/v1/files",headers:{},query:{nextToken:e.nextToken,sortField:e.sortField,sortDirection:e.sortDirection,tags:e.tags,ids:e.ids},params:{},body:{}});var Ag=e=>({path:`/v1/files/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Bg=e=>({path:`/v1/files/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{metadata:e.metadata,tags:e.tags,accessPolicies:e.accessPolicies,expiresAt:e.expiresAt}});var Lg=e=>({path:`/v1/files/${encodeURIComponent(e.idOrKey)}/${encodeURIComponent(e.destinationKey)}`,headers:{"x-destination-bot-id":e["x-destination-bot-id"]},query:{},params:{idOrKey:e.idOrKey,destinationKey:e.destinationKey},body:{overwrite:e.overwrite}});var Sg=e=>({path:"/v1/files/search",headers:{},query:{tags:e.tags,query:e.query,contextDepth:e.contextDepth,limit:e.limit,consolidate:e.consolidate,includeBreadcrumb:e.includeBreadcrumb},params:{},body:{}});var Gg=e=>({path:`/v1/files/${encodeURIComponent(e.id)}/passages`,headers:{},query:{nextToken:e.nextToken,limit:e.limit},params:{id:e.id},body:{}});var Dg=e=>({path:"/v1/files/tags",headers:{},query:{nextToken:e.nextToken},params:{},body:{}});var Og=e=>({path:`/v1/files/tags/${encodeURIComponent(e.tag)}/values`,headers:{},query:{nextToken:e.nextToken},params:{tag:e.tag},body:{}});var Qg=e=>({path:"/v1/tables",headers:{},query:{tags:e.tags},params:{},body:{}});var Ng=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}`,headers:{},query:{},params:{table:e.table},body:{}});var Vg=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}`,headers:{},query:{},params:{table:e.table},body:{factor:e.factor,frozen:e.frozen,schema:e.schema,tags:e.tags,isComputeEnabled:e.isComputeEnabled}});var $g=e=>({path:"/v1/tables",headers:{},query:{},params:{},body:{name:e.name,factor:e.factor,frozen:e.frozen,schema:e.schema,tags:e.tags,isComputeEnabled:e.isComputeEnabled}});var Jg=e=>({path:`/v1/tables/${encodeURIComponent(e.sourceTableId)}/duplicate`,headers:{},query:{},params:{sourceTableId:e.sourceTableId},body:{tableName:e.tableName,schemaOnly:e.schemaOnly,factor:e.factor}});var Xg=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}/export`,headers:{},query:{format:e.format,compress:e.compress},params:{table:e.table},body:{}});var ef=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}/jobs`,headers:{},query:{},params:{table:e.table},body:{}});var sf=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}/import`,headers:{},query:{},params:{table:e.table},body:{fileId:e.fileId}});var af=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}`,headers:{},query:{},params:{table:e.table},body:{name:e.name,frozen:e.frozen,schema:e.schema,tags:e.tags,isComputeEnabled:e.isComputeEnabled}});var of=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}/column`,headers:{},query:{},params:{table:e.table},body:{name:e.name,newName:e.newName}});var cf=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}`,headers:{},query:{},params:{table:e.table},body:{}});var lf=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}/row`,headers:{},query:{id:e.id},params:{table:e.table},body:{}});var mf=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}/rows/find`,headers:{},query:{},params:{table:e.table},body:{limit:e.limit,offset:e.offset,filter:e.filter,group:e.group,search:e.search,orderBy:e.orderBy,orderDirection:e.orderDirection}});var ff=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}/rows`,headers:{},query:{},params:{table:e.table},body:{rows:e.rows,waitComputed:e.waitComputed}});var xf=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}/rows/delete`,headers:{},query:{},params:{table:e.table},body:{ids:e.ids,filter:e.filter,deleteAllRows:e.deleteAllRows}});var bf=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}/rows`,headers:{},query:{},params:{table:e.table},body:{rows:e.rows,waitComputed:e.waitComputed}});var qf=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}/rows/upsert`,headers:{},query:{},params:{table:e.table},body:{rows:e.rows,keyColumn:e.keyColumn,waitComputed:e.waitComputed}});var Zs=class{constructor(t,s={}){this.axiosInstance=t;this.props=s}createConversation=async t=>{let{path:s,headers:r,query:a,body:o}=Sc(t),i=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};getConversation=async t=>{let{path:s,headers:r,query:a,body:o}=Gc(t),i=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};listConversations=async t=>{let{path:s,headers:r,query:a,body:o}=Dc(t),i=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};getOrCreateConversation=async t=>{let{path:s,headers:r,query:a,body:o}=Oc(t),i=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};updateConversation=async t=>{let{path:s,headers:r,query:a,body:o}=Qc(t),i=(this.props.toAxiosRequest??d)({method:"put",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};deleteConversation=async t=>{let{path:s,headers:r,query:a,body:o}=Nc(t),i=(this.props.toAxiosRequest??d)({method:"delete",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};listParticipants=async t=>{let{path:s,headers:r,query:a,body:o}=Vc(t),i=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};addParticipant=async t=>{let{path:s,headers:r,query:a,body:o}=$c(t),i=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};getParticipant=async t=>{let{path:s,headers:r,query:a,body:o}=Jc(t),i=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};removeParticipant=async t=>{let{path:s,headers:r,query:a,body:o}=Xc(t),i=(this.props.toAxiosRequest??d)({method:"delete",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};createEvent=async t=>{let{path:s,headers:r,query:a,body:o}=eu(t),i=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};getEvent=async t=>{let{path:s,headers:r,query:a,body:o}=su(t),i=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};listEvents=async t=>{let{path:s,headers:r,query:a,body:o}=au(t),i=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};createMessage=async t=>{let{path:s,headers:r,query:a,body:o}=ou(t),i=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};getOrCreateMessage=async t=>{let{path:s,headers:r,query:a,body:o}=pu(t),i=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};getMessage=async t=>{let{path:s,headers:r,query:a,body:o}=uu(t),i=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};updateMessage=async t=>{let{path:s,headers:r,query:a,body:o}=du(t),i=(this.props.toAxiosRequest??d)({method:"put",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};listMessages=async t=>{let{path:s,headers:r,query:a,body:o}=gu(t),i=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};deleteMessage=async t=>{let{path:s,headers:r,query:a,body:o}=yu(t),i=(this.props.toAxiosRequest??d)({method:"delete",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};createUser=async t=>{let{path:s,headers:r,query:a,body:o}=hu(t),i=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};getUser=async t=>{let{path:s,headers:r,query:a,body:o}=Ru(t),i=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};listUsers=async t=>{let{path:s,headers:r,query:a,body:o}=vu(t),i=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};getOrCreateUser=async t=>{let{path:s,headers:r,query:a,body:o}=Iu(t),i=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};updateUser=async t=>{let{path:s,headers:r,query:a,body:o}=Pu(t),i=(this.props.toAxiosRequest??d)({method:"put",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};deleteUser=async t=>{let{path:s,headers:r,query:a,body:o}=Au(t),i=(this.props.toAxiosRequest??d)({method:"delete",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};setStateExpiry=async t=>{let{path:s,headers:r,query:a,body:o}=Bu(t),i=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};getState=async t=>{let{path:s,headers:r,query:a,body:o}=Lu(t),i=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};setState=async t=>{let{path:s,headers:r,query:a,body:o}=Su(t),i=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};getOrSetState=async t=>{let{path:s,headers:r,query:a,body:o}=Gu(t),i=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};patchState=async t=>{let{path:s,headers:r,query:a,body:o}=Du(t),i=(this.props.toAxiosRequest??d)({method:"patch",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};callAction=async t=>{let{path:s,headers:r,query:a,body:o}=Ou(t),i=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};configureIntegration=async t=>{let{path:s,headers:r,query:a,body:o}=Qu(t),i=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};getTask=async t=>{let{path:s,headers:r,query:a,body:o}=Nu(t),i=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};createTask=async t=>{let{path:s,headers:r,query:a,body:o}=Vu(t),i=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};updateTask=async t=>{let{path:s,headers:r,query:a,body:o}=$u(t),i=(this.props.toAxiosRequest??d)({method:"put",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};deleteTask=async t=>{let{path:s,headers:r,query:a,body:o}=Ju(t),i=(this.props.toAxiosRequest??d)({method:"delete",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};listTasks=async t=>{let{path:s,headers:r,query:a,body:o}=Xu(t),i=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};createWorkflow=async t=>{let{path:s,headers:r,query:a,body:o}=el(t),i=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};getWorkflow=async t=>{let{path:s,headers:r,query:a,body:o}=sl(t),i=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};updateWorkflow=async t=>{let{path:s,headers:r,query:a,body:o}=al(t),i=(this.props.toAxiosRequest??d)({method:"put",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};deleteWorkflow=async t=>{let{path:s,headers:r,query:a,body:o}=ol(t),i=(this.props.toAxiosRequest??d)({method:"delete",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};listWorkflows=async t=>{let{path:s,headers:r,query:a,body:o}=pl(t),i=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};getOrCreateWorkflow=async t=>{let{path:s,headers:r,query:a,body:o}=ul(t),i=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};listTagValues=async t=>{let{path:s,headers:r,query:a,body:o}=dl(t),i=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};trackAnalytics=async t=>{let{path:s,headers:r,query:a,body:o}=gl(t),i=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};runVrl=async t=>{let{path:s,headers:r,query:a,body:o}=yl(t),i=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};getAccount=async t=>{let{path:s,headers:r,query:a,body:o}=hl(t),i=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};updateAccount=async t=>{let{path:s,headers:r,query:a,body:o}=Rl(t),i=(this.props.toAxiosRequest??d)({method:"put",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};listPersonalAccessTokens=async t=>{let{path:s,headers:r,query:a,body:o}=vl(t),i=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};createPersonalAccessToken=async t=>{let{path:s,headers:r,query:a,body:o}=Il(t),i=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};deletePersonalAccessToken=async t=>{let{path:s,headers:r,query:a,body:o}=Pl(t),i=(this.props.toAxiosRequest??d)({method:"delete",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};setAccountPreference=async t=>{let{path:s,headers:r,query:a,body:o}=Al(t),i=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};getAccountPreference=async t=>{let{path:s,headers:r,query:a,body:o}=Bl(t),i=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};listPublicIntegrations=async t=>{let{path:s,headers:r,query:a,body:o}=Ll(t),i=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};getPublicIntegrationById=async t=>{let{path:s,headers:r,query:a,body:o}=Sl(t),i=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};getPublicIntegration=async t=>{let{path:s,headers:r,query:a,body:o}=Gl(t),i=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};createBot=async t=>{let{path:s,headers:r,query:a,body:o}=Dl(t),i=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};updateBot=async t=>{let{path:s,headers:r,query:a,body:o}=Ol(t),i=(this.props.toAxiosRequest??d)({method:"put",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};transferBot=async t=>{let{path:s,headers:r,query:a,body:o}=Ql(t),i=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};listBots=async t=>{let{path:s,headers:r,query:a,body:o}=Nl(t),i=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};getBot=async t=>{let{path:s,headers:r,query:a,body:o}=Vl(t),i=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};deleteBot=async t=>{let{path:s,headers:r,query:a,body:o}=$l(t),i=(this.props.toAxiosRequest??d)({method:"delete",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};getBotLogs=async t=>{let{path:s,headers:r,query:a,body:o}=Jl(t),i=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};getBotWebchat=async t=>{let{path:s,headers:r,query:a,body:o}=Xl(t),i=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};getBotAnalytics=async t=>{let{path:s,headers:r,query:a,body:o}=ed(t),i=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};getBotIssue=async t=>{let{path:s,headers:r,query:a,body:o}=sd(t),i=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};listBotIssues=async t=>{let{path:s,headers:r,query:a,body:o}=ad(t),i=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};deleteBotIssue=async t=>{let{path:s,headers:r,query:a,body:o}=od(t),i=(this.props.toAxiosRequest??d)({method:"delete",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};listBotIssueEvents=async t=>{let{path:s,headers:r,query:a,body:o}=pd(t),i=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};listBotVersions=async t=>{let{path:s,headers:r,query:a,body:o}=ud(t),i=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};getBotVersion=async t=>{let{path:s,headers:r,query:a,body:o}=dd(t),i=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};createBotVersion=async t=>{let{path:s,headers:r,query:a,body:o}=gd(t),i=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};deployBotVersion=async t=>{let{path:s,headers:r,query:a,body:o}=yd(t),i=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};listWorkspaceInvoices=async t=>{let{path:s,headers:r,query:a,body:o}=hd(t),i=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};getUpcomingInvoice=async t=>{let{path:s,headers:r,query:a,body:o}=Rd(t),i=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};chargeWorkspaceUnpaidInvoices=async t=>{let{path:s,headers:r,query:a,body:o}=vd(t),i=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};createWorkspace=async t=>{let{path:s,headers:r,query:a,body:o}=Id(t),i=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};getPublicWorkspace=async t=>{let{path:s,headers:r,query:a,body:o}=Pd(t),i=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};getWorkspace=async t=>{let{path:s,headers:r,query:a,body:o}=Ad(t),i=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};listWorkspaceUsages=async t=>{let{path:s,headers:r,query:a,body:o}=Bd(t),i=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};breakDownWorkspaceUsageByBot=async t=>{let{path:s,headers:r,query:a,body:o}=Ld(t),i=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};getAllWorkspaceQuotaCompletion=async t=>{let{path:s,headers:r,query:a,body:o}=Sd(t),i=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};getWorkspaceQuota=async t=>{let{path:s,headers:r,query:a,body:o}=Gd(t),i=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};listWorkspaceQuotas=async t=>{let{path:s,headers:r,query:a,body:o}=Dd(t),i=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};updateWorkspace=async t=>{let{path:s,headers:r,query:a,body:o}=Od(t),i=(this.props.toAxiosRequest??d)({method:"put",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};checkHandleAvailability=async t=>{let{path:s,headers:r,query:a,body:o}=Qd(t),i=(this.props.toAxiosRequest??d)({method:"put",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};listWorkspaces=async t=>{let{path:s,headers:r,query:a,body:o}=Nd(t),i=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};listPublicWorkspaces=async t=>{let{path:s,headers:r,query:a,body:o}=Vd(t),i=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};deleteWorkspace=async t=>{let{path:s,headers:r,query:a,body:o}=$d(t),i=(this.props.toAxiosRequest??d)({method:"delete",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};getAuditRecords=async t=>{let{path:s,headers:r,query:a,body:o}=Jd(t),i=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};listWorkspaceMembers=async t=>{let{path:s,headers:r,query:a,body:o}=Xd(t),i=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};getWorkspaceMember=async t=>{let{path:s,headers:r,query:a,body:o}=em(t),i=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};deleteWorkspaceMember=async t=>{let{path:s,headers:r,query:a,body:o}=sm(t),i=(this.props.toAxiosRequest??d)({method:"delete",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};createWorkspaceMember=async t=>{let{path:s,headers:r,query:a,body:o}=am(t),i=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};updateWorkspaceMember=async t=>{let{path:s,headers:r,query:a,body:o}=om(t),i=(this.props.toAxiosRequest??d)({method:"put",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};listIntegrationApiKeys=async t=>{let{path:s,headers:r,query:a,body:o}=pm(t),i=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};createIntegrationApiKey=async t=>{let{path:s,headers:r,query:a,body:o}=um(t),i=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};deleteIntegrationApiKey=async t=>{let{path:s,headers:r,query:a,body:o}=dm(t),i=(this.props.toAxiosRequest??d)({method:"delete",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};createIntegration=async t=>{let{path:s,headers:r,query:a,body:o}=gm(t),i=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};validateIntegrationCreation=async t=>{let{path:s,headers:r,query:a,body:o}=ym(t),i=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};updateIntegration=async t=>{let{path:s,headers:r,query:a,body:o}=hm(t),i=(this.props.toAxiosRequest??d)({method:"put",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};validateIntegrationUpdate=async t=>{let{path:s,headers:r,query:a,body:o}=Rm(t),i=(this.props.toAxiosRequest??d)({method:"put",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};listIntegrations=async t=>{let{path:s,headers:r,query:a,body:o}=vm(t),i=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};getIntegration=async t=>{let{path:s,headers:r,query:a,body:o}=Im(t),i=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};getIntegrationLogs=async t=>{let{path:s,headers:r,query:a,body:o}=Pm(t),i=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};getIntegrationByName=async t=>{let{path:s,headers:r,query:a,body:o}=Am(t),i=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};deleteIntegration=async t=>{let{path:s,headers:r,query:a,body:o}=Bm(t),i=(this.props.toAxiosRequest??d)({method:"delete",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};requestIntegrationVerification=async t=>{let{path:s,headers:r,query:a,body:o}=Lm(t),i=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};createInterface=async t=>{let{path:s,headers:r,query:a,body:o}=Sm(t),i=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};getInterface=async t=>{let{path:s,headers:r,query:a,body:o}=Gm(t),i=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};getInterfaceByName=async t=>{let{path:s,headers:r,query:a,body:o}=Dm(t),i=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};updateInterface=async t=>{let{path:s,headers:r,query:a,body:o}=Om(t),i=(this.props.toAxiosRequest??d)({method:"put",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};deleteInterface=async t=>{let{path:s,headers:r,query:a,body:o}=Qm(t),i=(this.props.toAxiosRequest??d)({method:"delete",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};listInterfaces=async t=>{let{path:s,headers:r,query:a,body:o}=Nm(t),i=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};createPlugin=async t=>{let{path:s,headers:r,query:a,body:o}=Vm(t),i=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};getPlugin=async t=>{let{path:s,headers:r,query:a,body:o}=$m(t),i=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};getPluginByName=async t=>{let{path:s,headers:r,query:a,body:o}=Jm(t),i=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};updatePlugin=async t=>{let{path:s,headers:r,query:a,body:o}=Xm(t),i=(this.props.toAxiosRequest??d)({method:"put",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};deletePlugin=async t=>{let{path:s,headers:r,query:a,body:o}=eg(t),i=(this.props.toAxiosRequest??d)({method:"delete",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};listPlugins=async t=>{let{path:s,headers:r,query:a,body:o}=sg(t),i=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};getPluginCode=async t=>{let{path:s,headers:r,query:a,body:o}=ag(t),i=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};getUsage=async t=>{let{path:s,headers:r,query:a,body:o}=og(t),i=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};getMultipleUsages=async t=>{let{path:s,headers:r,query:a,body:o}=pg(t),i=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};listUsageHistory=async t=>{let{path:s,headers:r,query:a,body:o}=ug(t),i=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};listUsageActivity=async t=>{let{path:s,headers:r,query:a,body:o}=dg(t),i=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};listUsageActivityDaily=async t=>{let{path:s,headers:r,query:a,body:o}=gg(t),i=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};changeAISpendQuota=async t=>{let{path:s,headers:r,query:a,body:o}=yg(t),i=(this.props.toAxiosRequest??d)({method:"put",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};listActivities=async t=>{let{path:s,headers:r,query:a,body:o}=hg(t),i=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};introspect=async t=>{let{path:s,headers:r,query:a,body:o}=Rg(t),i=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};upsertFile=async t=>{let{path:s,headers:r,query:a,body:o}=vg(t),i=(this.props.toAxiosRequest??d)({method:"put",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};deleteFile=async t=>{let{path:s,headers:r,query:a,body:o}=Ig(t),i=(this.props.toAxiosRequest??d)({method:"delete",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};listFiles=async t=>{let{path:s,headers:r,query:a,body:o}=Pg(t),i=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};getFile=async t=>{let{path:s,headers:r,query:a,body:o}=Ag(t),i=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};updateFileMetadata=async t=>{let{path:s,headers:r,query:a,body:o}=Bg(t),i=(this.props.toAxiosRequest??d)({method:"put",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};copyFile=async t=>{let{path:s,headers:r,query:a,body:o}=Lg(t),i=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};searchFiles=async t=>{let{path:s,headers:r,query:a,body:o}=Sg(t),i=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};listFilePassages=async t=>{let{path:s,headers:r,query:a,body:o}=Gg(t),i=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};listFileTags=async t=>{let{path:s,headers:r,query:a,body:o}=Dg(t),i=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};listFileTagValues=async t=>{let{path:s,headers:r,query:a,body:o}=Og(t),i=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};listTables=async t=>{let{path:s,headers:r,query:a,body:o}=Qg(t),i=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};getTable=async t=>{let{path:s,headers:r,query:a,body:o}=Ng(t),i=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};getOrCreateTable=async t=>{let{path:s,headers:r,query:a,body:o}=Vg(t),i=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};createTable=async t=>{let{path:s,headers:r,query:a,body:o}=$g(t),i=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};duplicateTable=async t=>{let{path:s,headers:r,query:a,body:o}=Jg(t),i=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};exportTable=async t=>{let{path:s,headers:r,query:a,body:o}=Xg(t),i=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};getTableJobs=async t=>{let{path:s,headers:r,query:a,body:o}=ef(t),i=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};importTable=async t=>{let{path:s,headers:r,query:a,body:o}=sf(t),i=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};updateTable=async t=>{let{path:s,headers:r,query:a,body:o}=af(t),i=(this.props.toAxiosRequest??d)({method:"put",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};renameTableColumn=async t=>{let{path:s,headers:r,query:a,body:o}=of(t),i=(this.props.toAxiosRequest??d)({method:"put",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};deleteTable=async t=>{let{path:s,headers:r,query:a,body:o}=cf(t),i=(this.props.toAxiosRequest??d)({method:"delete",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};getTableRow=async t=>{let{path:s,headers:r,query:a,body:o}=lf(t),i=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};findTableRows=async t=>{let{path:s,headers:r,query:a,body:o}=mf(t),i=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};createTableRows=async t=>{let{path:s,headers:r,query:a,body:o}=ff(t),i=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};deleteTableRows=async t=>{let{path:s,headers:r,query:a,body:o}=xf(t),i=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};updateTableRows=async t=>{let{path:s,headers:r,query:a,body:o}=bf(t),i=(this.props.toAxiosRequest??d)({method:"put",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})};upsertTableRows=async t=>{let{path:s,headers:r,query:a,body:o}=qf(t),i=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw m(n)})}};function m(e){return Re.isAxiosError(e)&&e.response?.data?_s(e.response.data):_s(e)}var O=class{constructor(t){this._list=t}async*[Symbol.asyncIterator](){let t;do{let{items:s,meta:r}=await this._list({nextToken:t});t=r.nextToken;for(let a of s)yield a}while(t)}async collect(t={}){let s=t.limit??Number.POSITIVE_INFINITY,r=[],a=0;for await(let o of this)if(r.push(o),a++,a>=s)break;return r}},er=class{constructor(t){this._client=t}conversations=t=>new O(({nextToken:s})=>this._client.listConversations({nextToken:s,...t}).then(r=>({...r,items:r.conversations})));participants=t=>new O(({nextToken:s})=>this._client.listParticipants({nextToken:s,...t}).then(r=>({...r,items:r.participants})));events=t=>new O(({nextToken:s})=>this._client.listEvents({nextToken:s,...t}).then(r=>({...r,items:r.events})));messages=t=>new O(({nextToken:s})=>this._client.listMessages({nextToken:s,...t}).then(r=>({...r,items:r.messages})));users=t=>new O(({nextToken:s})=>this._client.listUsers({nextToken:s,...t}).then(r=>({...r,items:r.users})));tasks=t=>new O(({nextToken:s})=>this._client.listTasks({nextToken:s,...t}).then(r=>({...r,items:r.tasks})));publicIntegrations=t=>new O(({nextToken:s})=>this._client.listPublicIntegrations({nextToken:s,...t}).then(r=>({...r,items:r.integrations})));bots=t=>new O(({nextToken:s})=>this._client.listBots({nextToken:s,...t}).then(r=>({...r,items:r.bots})));botIssues=t=>new O(({nextToken:s})=>this._client.listBotIssues({nextToken:s,...t}).then(r=>({...r,items:r.issues})));workspaces=t=>new O(({nextToken:s})=>this._client.listWorkspaces({nextToken:s,...t}).then(r=>({...r,items:r.workspaces})));publicWorkspaces=t=>new O(({nextToken:s})=>this._client.listPublicWorkspaces({nextToken:s,...t}).then(r=>({...r,items:r.workspaces})));workspaceMembers=t=>new O(({nextToken:s})=>this._client.listWorkspaceMembers({nextToken:s,...t}).then(r=>({...r,items:r.members})));integrations=t=>new O(({nextToken:s})=>this._client.listIntegrations({nextToken:s,...t}).then(r=>({...r,items:r.integrations})));interfaces=t=>new O(({nextToken:s})=>this._client.listInterfaces({nextToken:s,...t}).then(r=>({...r,items:r.interfaces})));activities=t=>new O(({nextToken:s})=>this._client.listActivities({nextToken:s,...t}).then(r=>({...r,items:r.activities})));files=t=>new O(({nextToken:s})=>this._client.listFiles({nextToken:s,...t}).then(r=>({...r,items:r.files})));filePassages=t=>new O(({nextToken:s})=>this._client.listFilePassages({nextToken:s,...t}).then(r=>({...r,items:r.passages})))};var wf=100*1024*1024,Fq=wf,Oq=wf,Fa=class extends Zs{config;constructor(t={}){let s=ii(t),{apiUrl:r,headers:a,withCredentials:o,timeout:p}=s,i=Re.create({baseURL:r,headers:a,withCredentials:o,timeout:p,maxBodyLength:Fq,maxContentLength:Oq,httpAgent:Da.isNode?new kf.default.Agent({keepAlive:!0}):void 0,httpsAgent:Da.isNode?new If.default.Agent({keepAlive:!0}):void 0});super(i),t.retry&&Kr(i,t.retry),this.config=s}get list(){return new er(this)}uploadFile=async({key:t,index:s,tags:r,contentType:a,accessPolicies:o,content:p,url:i,indexing:n,expiresAt:u,publicContentImmediatelyAccessible:c})=>{if(i&&p)throw new qe("Cannot provide both content and URL, please provide only one of them");if(i&&(p=await Re.get(i,{responseType:"arraybuffer"}).then(x=>x.data).catch(x=>{throw new qe(`Failed to download file from provided URL: ${x.message}`,x)})),!p)throw new qe("No content was provided for the file");let f,y;if(typeof p=="string"){let v=new TextEncoder().encode(p);f=v,y=v.byteLength}else if(p instanceof Uint8Array)f=p,y=f.byteLength;else if(p instanceof ArrayBuffer)f=p,y=f.byteLength;else if(p instanceof Blob)f=p,y=p.size;else throw new qe("The provided content is not supported");let{file:h}=await this.upsertFile({key:t,tags:r,index:s,accessPolicies:o,contentType:a,size:y,expiresAt:u,indexing:n,publicContentImmediatelyAccessible:c}),g={"Content-Type":h.contentType};c&&(g["x-amz-tagging"]="public=true");try{await Re.put(h.uploadUrl,f,{maxBodyLength:1/0,headers:g})}catch(x){throw new qe(`Failed to upload file: ${x.message}`,x,h)}return{file:{...h,size:y}}}};0&&(module.exports={AlreadyExistsError,BreakingChangesError,Client,ForbiddenError,InternalError,InvalidDataFormatError,InvalidIdentifierError,InvalidJsonSchemaError,InvalidPayloadError,InvalidQueryError,LimitExceededError,MethodNotFoundError,PayloadTooLargeError,PaymentRequiredError,QuotaExceededError,RateLimitedError,ReferenceConstraintError,ReferenceNotFoundError,RelationConflictError,ResourceLockedConflictError,ResourceNotFoundError,RuntimeError,UnauthorizedError,UnknownError,UnsupportedMediaTypeError,UploadFileError,axios,axiosRetry,errorFrom,isApiError});
4
+ `+i),e.push(a+"m+"+es.exports.humanize(this.diff)+"\x1B[0m")}else e[0]=fh()+t+" "+e[0]}function fh(){return Q.inspectOpts.hideDate?"":new Date().toISOString()+" "}function yh(...e){return process.stderr.write(Zt.formatWithOptions(Q.inspectOpts,...e)+`
5
+ `)}function xh(e){e?process.env.DEBUG=e:delete process.env.DEBUG}function hh(){return process.env.DEBUG}function bh(e){e.inspectOpts={};let t=Object.keys(Q.inspectOpts);for(let s=0;s<t.length;s++)e.inspectOpts[t[s]]=Q.inspectOpts[t[s]]}es.exports=Ir()(Q);var{formatters:io}=es.exports;io.o=function(e){return this.inspectOpts.colors=this.useColors,Zt.inspect(e,this.inspectOpts).split(`
6
+ `).map(t=>t.trim()).join(" ")};io.O=function(e){return this.inspectOpts.colors=this.useColors,Zt.inspect(e,this.inspectOpts)}});var po=h((Ik,Tr)=>{typeof process>"u"||process.type==="renderer"||process.browser===!0||process.__nwjs?Tr.exports=eo():Tr.exports=oo()});var uo=h((wk,co)=>{var qt;co.exports=function(){if(!qt){try{qt=po()("follow-redirects")}catch{}typeof qt!="function"&&(qt=function(){})}qt.apply(null,arguments)}});var bo=h((Pk,Lr)=>{var We=require("url"),Cr=We.URL,Rh=require("http"),qh=require("https"),go=require("stream").Writable,fo=require("assert"),yo=uo(),Br=["abort","aborted","connect","error","socket","timeout"],Ur=Object.create(null);Br.forEach(function(e){Ur[e]=function(t,s,r){this._redirectable.emit(e,t,s,r)}});var vh=kt("ERR_INVALID_URL","Invalid URL",TypeError),lo=kt("ERR_FR_REDIRECTION_FAILURE","Redirected request failed"),kh=kt("ERR_FR_TOO_MANY_REDIRECTS","Maximum number of redirects exceeded"),Ih=kt("ERR_FR_MAX_BODY_LENGTH_EXCEEDED","Request body larger than maxBodyLength limit"),wh=kt("ERR_STREAM_WRITE_AFTER_END","write after end");function se(e,t){go.call(this),this._sanitizeOptions(e),this._options=e,this._ended=!1,this._ending=!1,this._redirectCount=0,this._redirects=[],this._requestBodyLength=0,this._requestBodyBuffers=[],t&&this.on("response",t);var s=this;this._onNativeResponse=function(r){s._processResponse(r)},this._performRequest()}se.prototype=Object.create(go.prototype);se.prototype.abort=function(){ho(this._currentRequest),this.emit("abort")};se.prototype.write=function(e,t,s){if(this._ending)throw new wh;if(!De(e)&&!Ch(e))throw new TypeError("data should be a string, Buffer or Uint8Array");if(vt(t)&&(s=t,t=null),e.length===0){s&&s();return}this._requestBodyLength+e.length<=this._options.maxBodyLength?(this._requestBodyLength+=e.length,this._requestBodyBuffers.push({data:e,encoding:t}),this._currentRequest.write(e,t,s)):(this.emit("error",new Ih),this.abort())};se.prototype.end=function(e,t,s){if(vt(e)?(s=e,e=t=null):vt(t)&&(s=t,t=null),!e)this._ended=this._ending=!0,this._currentRequest.end(null,null,s);else{var r=this,a=this._currentRequest;this.write(e,t,function(){r._ended=!0,a.end(null,null,s)}),this._ending=!0}};se.prototype.setHeader=function(e,t){this._options.headers[e]=t,this._currentRequest.setHeader(e,t)};se.prototype.removeHeader=function(e){delete this._options.headers[e],this._currentRequest.removeHeader(e)};se.prototype.setTimeout=function(e,t){var s=this;function r(p){p.setTimeout(e),p.removeListener("timeout",p.destroy),p.addListener("timeout",p.destroy)}function a(p){s._timeout&&clearTimeout(s._timeout),s._timeout=setTimeout(function(){s.emit("timeout"),i()},e),r(p)}function i(){s._timeout&&(clearTimeout(s._timeout),s._timeout=null),s.removeListener("abort",i),s.removeListener("error",i),s.removeListener("response",i),t&&s.removeListener("timeout",t),s.socket||s._currentRequest.removeListener("socket",a)}return t&&this.on("timeout",t),this.socket?a(this.socket):this._currentRequest.once("socket",a),this.on("socket",r),this.on("abort",i),this.on("error",i),this.on("response",i),this};["flushHeaders","getHeader","setNoDelay","setSocketKeepAlive"].forEach(function(e){se.prototype[e]=function(t,s){return this._currentRequest[e](t,s)}});["aborted","connection","socket"].forEach(function(e){Object.defineProperty(se.prototype,e,{get:function(){return this._currentRequest[e]}})});se.prototype._sanitizeOptions=function(e){if(e.headers||(e.headers={}),e.host&&(e.hostname||(e.hostname=e.host),delete e.host),!e.pathname&&e.path){var t=e.path.indexOf("?");t<0?e.pathname=e.path:(e.pathname=e.path.substring(0,t),e.search=e.path.substring(t))}};se.prototype._performRequest=function(){var e=this._options.protocol,t=this._options.nativeProtocols[e];if(!t){this.emit("error",new TypeError("Unsupported protocol "+e));return}if(this._options.agents){var s=e.slice(0,-1);this._options.agent=this._options.agents[s]}var r=this._currentRequest=t.request(this._options,this._onNativeResponse);r._redirectable=this;for(var a of Br)r.on(a,Ur[a]);if(this._currentUrl=/^\//.test(this._options.path)?We.format(this._options):this._options.path,this._isRedirect){var i=0,p=this,o=this._requestBodyBuffers;(function n(u){if(r===p._currentRequest)if(u)p.emit("error",u);else if(i<o.length){var c=o[i++];r.finished||r.write(c.data,c.encoding,n)}else p._ended&&r.end()})()}};se.prototype._processResponse=function(e){var t=e.statusCode;this._options.trackRedirects&&this._redirects.push({url:this._currentUrl,headers:e.headers,statusCode:t});var s=e.headers.location;if(!s||this._options.followRedirects===!1||t<300||t>=400){e.responseUrl=this._currentUrl,e.redirects=this._redirects,this.emit("response",e),this._requestBodyBuffers=[];return}if(ho(this._currentRequest),e.destroy(),++this._redirectCount>this._options.maxRedirects){this.emit("error",new kh);return}var r,a=this._options.beforeRedirect;a&&(r=Object.assign({Host:e.req.getHeader("host")},this._options.headers));var i=this._options.method;((t===301||t===302)&&this._options.method==="POST"||t===303&&!/^(?:GET|HEAD)$/.test(this._options.method))&&(this._options.method="GET",this._requestBodyBuffers=[],Ar(/^content-/i,this._options.headers));var p=Ar(/^host$/i,this._options.headers),o=We.parse(this._currentUrl),n=p||o.host,u=/^\w+:/.test(s)?this._currentUrl:We.format(Object.assign(o,{host:n})),c;try{c=We.resolve(u,s)}catch(g){this.emit("error",new lo({cause:g}));return}yo("redirecting to",c),this._isRedirect=!0;var f=We.parse(c);if(Object.assign(this._options,f),(f.protocol!==o.protocol&&f.protocol!=="https:"||f.host!==n&&!Th(f.host,n))&&Ar(/^(?:authorization|cookie)$/i,this._options.headers),vt(a)){var y={headers:e.headers,statusCode:t},b={url:u,method:i,headers:r};try{a(this._options,y,b)}catch(g){this.emit("error",g);return}this._sanitizeOptions(this._options)}try{this._performRequest()}catch(g){this.emit("error",new lo({cause:g}))}};function xo(e){var t={maxRedirects:21,maxBodyLength:10485760},s={};return Object.keys(e).forEach(function(r){var a=r+":",i=s[a]=e[r],p=t[r]=Object.create(i);function o(u,c,f){if(De(u)){var y;try{y=mo(new Cr(u))}catch{y=We.parse(u)}if(!De(y.protocol))throw new vh({input:u});u=y}else Cr&&u instanceof Cr?u=mo(u):(f=c,c=u,u={protocol:a});return vt(c)&&(f=c,c=null),c=Object.assign({maxRedirects:t.maxRedirects,maxBodyLength:t.maxBodyLength},u,c),c.nativeProtocols=s,!De(c.host)&&!De(c.hostname)&&(c.hostname="::1"),fo.equal(c.protocol,a,"protocol mismatch"),yo("options",c),new se(c,f)}function n(u,c,f){var y=p.request(u,c,f);return y.end(),y}Object.defineProperties(p,{request:{value:o,configurable:!0,enumerable:!0,writable:!0},get:{value:n,configurable:!0,enumerable:!0,writable:!0}})}),t}function Ph(){}function mo(e){var t={protocol:e.protocol,hostname:e.hostname.startsWith("[")?e.hostname.slice(1,-1):e.hostname,hash:e.hash,search:e.search,pathname:e.pathname,path:e.pathname+e.search,href:e.href};return e.port!==""&&(t.port=Number(e.port)),t}function Ar(e,t){var s;for(var r in t)e.test(r)&&(s=t[r],delete t[r]);return s===null||typeof s>"u"?void 0:String(s).trim()}function kt(e,t,s){function r(a){Error.captureStackTrace(this,this.constructor),Object.assign(this,a||{}),this.code=e,this.message=this.cause?t+": "+this.cause.message:t}return r.prototype=new(s||Error),r.prototype.constructor=r,r.prototype.name="Error ["+e+"]",r}function ho(e){for(var t of Br)e.removeListener(t,Ur[t]);e.on("error",Ph),e.abort()}function Th(e,t){fo(De(e)&&De(t));var s=e.length-t.length-1;return s>0&&e[s]==="."&&e.endsWith(t)}function De(e){return typeof e=="string"||e instanceof String}function vt(e){return typeof e=="function"}function Ch(e){return typeof e=="object"&&"length"in e}Lr.exports=xo({http:Rh,https:qh});Lr.exports.wrap=xo});var Xo=h((Tw,Yo)=>{"use strict";var lb=new Set(["ENOTFOUND","ENETUNREACH","UNABLE_TO_GET_ISSUER_CERT","UNABLE_TO_GET_CRL","UNABLE_TO_DECRYPT_CERT_SIGNATURE","UNABLE_TO_DECRYPT_CRL_SIGNATURE","UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY","CERT_SIGNATURE_FAILURE","CRL_SIGNATURE_FAILURE","CERT_NOT_YET_VALID","CERT_HAS_EXPIRED","CRL_NOT_YET_VALID","CRL_HAS_EXPIRED","ERROR_IN_CERT_NOT_BEFORE_FIELD","ERROR_IN_CERT_NOT_AFTER_FIELD","ERROR_IN_CRL_LAST_UPDATE_FIELD","ERROR_IN_CRL_NEXT_UPDATE_FIELD","OUT_OF_MEM","DEPTH_ZERO_SELF_SIGNED_CERT","SELF_SIGNED_CERT_IN_CHAIN","UNABLE_TO_GET_ISSUER_CERT_LOCALLY","UNABLE_TO_VERIFY_LEAF_SIGNATURE","CERT_CHAIN_TOO_LONG","CERT_REVOKED","INVALID_CA","PATH_LENGTH_EXCEEDED","INVALID_PURPOSE","CERT_UNTRUSTED","CERT_REJECTED","HOSTNAME_MISMATCH"]);Yo.exports=e=>!lb.has(e&&e.code)});var Yr=h(He=>{"use strict";Object.defineProperty(He,"__esModule",{value:!0});var Ib=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},wb=typeof window<"u"&&typeof window.document<"u",Pb=typeof process<"u"&&process.versions!=null&&process.versions.node!=null,Tb=(typeof self>"u"?"undefined":Ib(self))==="object"&&self.constructor&&self.constructor.name==="DedicatedWorkerGlobalScope",Cb=typeof window<"u"&&window.name==="nodejs"||typeof navigator<"u"&&(navigator.userAgent.includes("Node.js")||navigator.userAgent.includes("jsdom")),Ab=typeof Deno<"u"&&typeof Deno.version<"u"&&typeof Deno.version.deno<"u";He.isBrowser=wb;He.isWebWorker=Tb;He.isNode=Pb;He.isJsDom=Cb;He.isDeno=Ab});var dp=h((Uw,lp)=>{"use strict";var cp=gt(),Ob=sr(),it=Le(),up=mt();lp.exports=function(t,s,r){if(!t||typeof t!="object"&&typeof t!="function")throw new it("`obj` must be an object or a function`");if(typeof s!="string"&&typeof s!="symbol")throw new it("`property` must be a string or a symbol`");if(arguments.length>3&&typeof arguments[3]!="boolean"&&arguments[3]!==null)throw new it("`nonEnumerable`, if provided, must be a boolean or null");if(arguments.length>4&&typeof arguments[4]!="boolean"&&arguments[4]!==null)throw new it("`nonWritable`, if provided, must be a boolean or null");if(arguments.length>5&&typeof arguments[5]!="boolean"&&arguments[5]!==null)throw new it("`nonConfigurable`, if provided, must be a boolean or null");if(arguments.length>6&&typeof arguments[6]!="boolean")throw new it("`loose`, if provided, must be a boolean");var a=arguments.length>3?arguments[3]:null,i=arguments.length>4?arguments[4]:null,p=arguments.length>5?arguments[5]:null,o=arguments.length>6?arguments[6]:!1,n=!!up&&up(t,s);if(cp)cp(t,s,{configurable:p===null&&n?n.configurable:!p,enumerable:a===null&&n?n.enumerable:!a,value:r,writable:i===null&&n?n.writable:!i});else if(o||!a&&!i&&!p)t[s]=r;else throw new Ob("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.")}});var fp=h((Lw,gp)=>{"use strict";var Xr=gt(),mp=function(){return!!Xr};mp.hasArrayLengthDefineBug=function(){if(!Xr)return null;try{return Xr([],"length",{value:1}).length!==1}catch{return!0}};gp.exports=mp});var Rp=h((_w,bp)=>{"use strict";var Hb=Ye(),yp=dp(),Qb=fp()(),xp=mt(),hp=Le(),Mb=Hb("%Math.floor%");bp.exports=function(t,s){if(typeof t!="function")throw new hp("`fn` is not a function");if(typeof s!="number"||s<0||s>4294967295||Mb(s)!==s)throw new hp("`length` must be a positive 32-bit integer");var r=arguments.length>2&&!!arguments[2],a=!0,i=!0;if("length"in t&&xp){var p=xp(t,"length");p&&!p.configurable&&(a=!1),p&&!p.writable&&(i=!1)}return(a||i||!r)&&(Qb?yp(t,"length",s,!0,!0):yp(t,"length",s)),t}});var Pp=h((Ew,Es)=>{"use strict";var Zr=Ve(),Ss=Ye(),Nb=Rp(),jb=Le(),kp=Ss("%Function.prototype.apply%"),Ip=Ss("%Function.prototype.call%"),wp=Ss("%Reflect.apply%",!0)||Zr.call(Ip,kp),qp=gt(),Vb=Ss("%Math.max%");Es.exports=function(t){if(typeof t!="function")throw new jb("a function is required");var s=wp(Zr,Ip,arguments);return Nb(s,1+Vb(0,t.length-(arguments.length-1)),!0)};var vp=function(){return wp(Zr,kp,arguments)};qp?qp(Es.exports,"apply",{value:vp}):Es.exports.apply=vp});var Bp=h((Sw,Ap)=>{"use strict";var Tp=Ye(),Cp=Pp(),zb=Cp(Tp("String.prototype.indexOf"));Ap.exports=function(t,s){var r=Tp(t,!!s);return typeof r=="function"&&zb(t,".prototype.")>-1?Cp(r):r}});var Lp=h((Gw,Up)=>{Up.exports=require("util").inspect});var Zp=h((Ww,Xp)=>{var ca=typeof Map=="function"&&Map.prototype,ea=Object.getOwnPropertyDescriptor&&ca?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,Ws=ca&&ea&&typeof ea.get=="function"?ea.get:null,_p=ca&&Map.prototype.forEach,ua=typeof Set=="function"&&Set.prototype,ta=Object.getOwnPropertyDescriptor&&ua?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,Ds=ua&&ta&&typeof ta.get=="function"?ta.get:null,Ep=ua&&Set.prototype.forEach,$b=typeof WeakMap=="function"&&WeakMap.prototype,Bt=$b?WeakMap.prototype.has:null,Kb=typeof WeakSet=="function"&&WeakSet.prototype,Ut=Kb?WeakSet.prototype.has:null,Jb=typeof WeakRef=="function"&&WeakRef.prototype,Sp=Jb?WeakRef.prototype.deref:null,Yb=Boolean.prototype.valueOf,Xb=Object.prototype.toString,Zb=Function.prototype.toString,eR=String.prototype.match,la=String.prototype.slice,Be=String.prototype.replace,tR=String.prototype.toUpperCase,Gp=String.prototype.toLowerCase,jp=RegExp.prototype.test,Wp=Array.prototype.concat,de=Array.prototype.join,sR=Array.prototype.slice,Dp=Math.floor,aa=typeof BigInt=="function"?BigInt.prototype.valueOf:null,sa=Object.getOwnPropertySymbols,na=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?Symbol.prototype.toString:null,ot=typeof Symbol=="function"&&typeof Symbol.iterator=="object",j=typeof Symbol=="function"&&Symbol.toStringTag&&(typeof Symbol.toStringTag===ot||"symbol")?Symbol.toStringTag:null,Vp=Object.prototype.propertyIsEnumerable,Fp=(typeof Reflect=="function"?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(e){return e.__proto__}:null);function Op(e,t){if(e===1/0||e===-1/0||e!==e||e&&e>-1e3&&e<1e3||jp.call(/e/,t))return t;var s=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if(typeof e=="number"){var r=e<0?-Dp(-e):Dp(e);if(r!==e){var a=String(r),i=la.call(t,a.length+1);return Be.call(a,s,"$&_")+"."+Be.call(Be.call(i,/([0-9]{3})/g,"$&_"),/_$/,"")}}return Be.call(t,s,"$&_")}var ia=Lp(),Hp=ia.custom,Qp=Kp(Hp)?Hp:null,zp={__proto__:null,double:'"',single:"'"},rR={__proto__:null,double:/(["\\])/g,single:/(['\\])/g};Xp.exports=function e(t,s,r,a){var i=s||{};if(Re(i,"quoteStyle")&&!Re(zp,i.quoteStyle))throw new TypeError('option "quoteStyle" must be "single" or "double"');if(Re(i,"maxStringLength")&&(typeof i.maxStringLength=="number"?i.maxStringLength<0&&i.maxStringLength!==1/0:i.maxStringLength!==null))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var p=Re(i,"customInspect")?i.customInspect:!0;if(typeof p!="boolean"&&p!=="symbol")throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(Re(i,"indent")&&i.indent!==null&&i.indent!==" "&&!(parseInt(i.indent,10)===i.indent&&i.indent>0))throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`');if(Re(i,"numericSeparator")&&typeof i.numericSeparator!="boolean")throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');var o=i.numericSeparator;if(typeof t>"u")return"undefined";if(t===null)return"null";if(typeof t=="boolean")return t?"true":"false";if(typeof t=="string")return Yp(t,i);if(typeof t=="number"){if(t===0)return 1/0/t>0?"0":"-0";var n=String(t);return o?Op(t,n):n}if(typeof t=="bigint"){var u=String(t)+"n";return o?Op(t,u):u}var c=typeof i.depth>"u"?5:i.depth;if(typeof r>"u"&&(r=0),r>=c&&c>0&&typeof t=="object")return oa(t)?"[Array]":"[Object]";var f=qR(i,r);if(typeof a>"u")a=[];else if(Jp(a,t)>=0)return"[Circular]";function y(ee,L,K){if(L&&(a=sR.call(a),a.push(L)),K){var fe={depth:i.depth};return Re(i,"quoteStyle")&&(fe.quoteStyle=i.quoteStyle),e(ee,fe,r+1,a)}return e(ee,i,r+1,a)}if(typeof t=="function"&&!Mp(t)){var b=dR(t),g=Gs(t,y);return"[Function"+(b?": "+b:" (anonymous)")+"]"+(g.length>0?" { "+de.call(g,", ")+" }":"")}if(Kp(t)){var x=ot?Be.call(String(t),/^(Symbol\(.*\))_[^)]*$/,"$1"):na.call(t);return typeof t=="object"&&!ot?At(x):x}if(hR(t)){for(var v="<"+Gp.call(String(t.nodeName)),q=t.attributes||[],P=0;P<q.length;P++)v+=" "+q[P].name+"="+$p(aR(q[P].value),"double",i);return v+=">",t.childNodes&&t.childNodes.length&&(v+="..."),v+="</"+Gp.call(String(t.nodeName))+">",v}if(oa(t)){if(t.length===0)return"[]";var T=Gs(t,y);return f&&!RR(T)?"["+pa(T,f)+"]":"[ "+de.call(T,", ")+" ]"}if(iR(t)){var B=Gs(t,y);return!("cause"in Error.prototype)&&"cause"in t&&!Vp.call(t,"cause")?"{ ["+String(t)+"] "+de.call(Wp.call("[cause]: "+y(t.cause),B),", ")+" }":B.length===0?"["+String(t)+"]":"{ ["+String(t)+"] "+de.call(B,", ")+" }"}if(typeof t=="object"&&p){if(Qp&&typeof t[Qp]=="function"&&ia)return ia(t,{depth:c-r});if(p!=="symbol"&&typeof t.inspect=="function")return t.inspect()}if(mR(t)){var U=[];return _p&&_p.call(t,function(ee,L){U.push(y(L,t,!0)+" => "+y(ee,t))}),Np("Map",Ws.call(t),U,f)}if(yR(t)){var Y=[];return Ep&&Ep.call(t,function(ee){Y.push(y(ee,t))}),Np("Set",Ds.call(t),Y,f)}if(gR(t))return ra("WeakMap");if(xR(t))return ra("WeakSet");if(fR(t))return ra("WeakRef");if(pR(t))return At(y(Number(t)));if(uR(t))return At(y(aa.call(t)));if(cR(t))return At(Yb.call(t));if(oR(t))return At(y(String(t)));if(typeof window<"u"&&t===window)return"{ [object Window] }";if(typeof globalThis<"u"&&t===globalThis||typeof global<"u"&&t===global)return"{ [object globalThis] }";if(!nR(t)&&!Mp(t)){var X=Gs(t,y),Z=Fp?Fp(t)===Object.prototype:t instanceof Object||t.constructor===Object,V=t instanceof Object?"":"null prototype",ce=!Z&&j&&Object(t)===t&&j in t?la.call(Ue(t),8,-1):V?"Object":"",ge=Z||typeof t.constructor!="function"?"":t.constructor.name?t.constructor.name+" ":"",re=ge+(ce||V?"["+de.call(Wp.call([],ce||[],V||[]),": ")+"] ":"");return X.length===0?re+"{}":f?re+"{"+pa(X,f)+"}":re+"{ "+de.call(X,", ")+" }"}return String(t)};function $p(e,t,s){var r=s.quoteStyle||t,a=zp[r];return a+e+a}function aR(e){return Be.call(String(e),/"/g,"&quot;")}function oa(e){return Ue(e)==="[object Array]"&&(!j||!(typeof e=="object"&&j in e))}function nR(e){return Ue(e)==="[object Date]"&&(!j||!(typeof e=="object"&&j in e))}function Mp(e){return Ue(e)==="[object RegExp]"&&(!j||!(typeof e=="object"&&j in e))}function iR(e){return Ue(e)==="[object Error]"&&(!j||!(typeof e=="object"&&j in e))}function oR(e){return Ue(e)==="[object String]"&&(!j||!(typeof e=="object"&&j in e))}function pR(e){return Ue(e)==="[object Number]"&&(!j||!(typeof e=="object"&&j in e))}function cR(e){return Ue(e)==="[object Boolean]"&&(!j||!(typeof e=="object"&&j in e))}function Kp(e){if(ot)return e&&typeof e=="object"&&e instanceof Symbol;if(typeof e=="symbol")return!0;if(!e||typeof e!="object"||!na)return!1;try{return na.call(e),!0}catch{}return!1}function uR(e){if(!e||typeof e!="object"||!aa)return!1;try{return aa.call(e),!0}catch{}return!1}var lR=Object.prototype.hasOwnProperty||function(e){return e in this};function Re(e,t){return lR.call(e,t)}function Ue(e){return Xb.call(e)}function dR(e){if(e.name)return e.name;var t=eR.call(Zb.call(e),/^function\s*([\w$]+)/);return t?t[1]:null}function Jp(e,t){if(e.indexOf)return e.indexOf(t);for(var s=0,r=e.length;s<r;s++)if(e[s]===t)return s;return-1}function mR(e){if(!Ws||!e||typeof e!="object")return!1;try{Ws.call(e);try{Ds.call(e)}catch{return!0}return e instanceof Map}catch{}return!1}function gR(e){if(!Bt||!e||typeof e!="object")return!1;try{Bt.call(e,Bt);try{Ut.call(e,Ut)}catch{return!0}return e instanceof WeakMap}catch{}return!1}function fR(e){if(!Sp||!e||typeof e!="object")return!1;try{return Sp.call(e),!0}catch{}return!1}function yR(e){if(!Ds||!e||typeof e!="object")return!1;try{Ds.call(e);try{Ws.call(e)}catch{return!0}return e instanceof Set}catch{}return!1}function xR(e){if(!Ut||!e||typeof e!="object")return!1;try{Ut.call(e,Ut);try{Bt.call(e,Bt)}catch{return!0}return e instanceof WeakSet}catch{}return!1}function hR(e){return!e||typeof e!="object"?!1:typeof HTMLElement<"u"&&e instanceof HTMLElement?!0:typeof e.nodeName=="string"&&typeof e.getAttribute=="function"}function Yp(e,t){if(e.length>t.maxStringLength){var s=e.length-t.maxStringLength,r="... "+s+" more character"+(s>1?"s":"");return Yp(la.call(e,0,t.maxStringLength),t)+r}var a=rR[t.quoteStyle||"single"];a.lastIndex=0;var i=Be.call(Be.call(e,a,"\\$1"),/[\x00-\x1f]/g,bR);return $p(i,"single",t)}function bR(e){var t=e.charCodeAt(0),s={8:"b",9:"t",10:"n",12:"f",13:"r"}[t];return s?"\\"+s:"\\x"+(t<16?"0":"")+tR.call(t.toString(16))}function At(e){return"Object("+e+")"}function ra(e){return e+" { ? }"}function Np(e,t,s,r){var a=r?pa(s,r):de.call(s,", ");return e+" ("+t+") {"+a+"}"}function RR(e){for(var t=0;t<e.length;t++)if(Jp(e[t],`
7
+ `)>=0)return!1;return!0}function qR(e,t){var s;if(e.indent===" ")s=" ";else if(typeof e.indent=="number"&&e.indent>0)s=de.call(Array(e.indent+1)," ");else return null;return{base:s,prev:de.call(Array(t+1),s)}}function pa(e,t){if(e.length===0)return"";var s=`
8
+ `+t.prev+t.base;return s+de.call(e,","+s)+`
9
+ `+t.prev}function Gs(e,t){var s=oa(e),r=[];if(s){r.length=e.length;for(var a=0;a<e.length;a++)r[a]=Re(e,a)?t(e[a],e):""}var i=typeof sa=="function"?sa(e):[],p;if(ot){p={};for(var o=0;o<i.length;o++)p["$"+i[o]]=i[o]}for(var n in e)Re(e,n)&&(s&&String(Number(n))===n&&n<e.length||ot&&p["$"+n]instanceof Symbol||(jp.call(/[^\w$]/,n)?r.push(t(n,e)+": "+t(e[n],e)):r.push(n+": "+t(e[n],e))));if(typeof sa=="function")for(var u=0;u<i.length;u++)Vp.call(e,i[u])&&r.push("["+t(i[u])+"]: "+t(e[i[u]],e));return r}});var tc=h((Dw,ec)=>{"use strict";var da=Ye(),pt=Bp(),vR=Zp(),kR=da("%TypeError%"),Fs=da("%WeakMap%",!0),Os=da("%Map%",!0),IR=pt("WeakMap.prototype.get",!0),wR=pt("WeakMap.prototype.set",!0),PR=pt("WeakMap.prototype.has",!0),TR=pt("Map.prototype.get",!0),CR=pt("Map.prototype.set",!0),AR=pt("Map.prototype.has",!0),ma=function(e,t){for(var s=e,r;(r=s.next)!==null;s=r)if(r.key===t)return s.next=r.next,r.next=e.next,e.next=r,r},BR=function(e,t){var s=ma(e,t);return s&&s.value},UR=function(e,t,s){var r=ma(e,t);r?r.value=s:e.next={key:t,next:e.next,value:s}},LR=function(e,t){return!!ma(e,t)};ec.exports=function(){var t,s,r,a={assert:function(i){if(!a.has(i))throw new kR("Side channel does not contain "+vR(i))},get:function(i){if(Fs&&i&&(typeof i=="object"||typeof i=="function")){if(t)return IR(t,i)}else if(Os){if(s)return TR(s,i)}else if(r)return BR(r,i)},has:function(i){if(Fs&&i&&(typeof i=="object"||typeof i=="function")){if(t)return PR(t,i)}else if(Os){if(s)return AR(s,i)}else if(r)return LR(r,i);return!1},set:function(i,p){Fs&&i&&(typeof i=="object"||typeof i=="function")?(t||(t=new Fs),wR(t,i,p)):Os?(s||(s=new Os),CR(s,i,p)):(r||(r={key:{},next:null}),UR(r,i,p))}};return a}});var Hs=h((Fw,sc)=>{"use strict";var _R=String.prototype.replace,ER=/%20/g,ga={RFC1738:"RFC1738",RFC3986:"RFC3986"};sc.exports={default:ga.RFC3986,formatters:{RFC1738:function(e){return _R.call(e,ER,"+")},RFC3986:function(e){return String(e)}},RFC1738:ga.RFC1738,RFC3986:ga.RFC3986}});var ya=h((Ow,ac)=>{"use strict";var SR=Hs(),fa=Object.prototype.hasOwnProperty,Qe=Array.isArray,me=function(){for(var e=[],t=0;t<256;++t)e.push("%"+((t<16?"0":"")+t.toString(16)).toUpperCase());return e}(),GR=function(t){for(;t.length>1;){var s=t.pop(),r=s.obj[s.prop];if(Qe(r)){for(var a=[],i=0;i<r.length;++i)typeof r[i]<"u"&&a.push(r[i]);s.obj[s.prop]=a}}},rc=function(t,s){for(var r=s&&s.plainObjects?Object.create(null):{},a=0;a<t.length;++a)typeof t[a]<"u"&&(r[a]=t[a]);return r},WR=function e(t,s,r){if(!s)return t;if(typeof s!="object"){if(Qe(t))t.push(s);else if(t&&typeof t=="object")(r&&(r.plainObjects||r.allowPrototypes)||!fa.call(Object.prototype,s))&&(t[s]=!0);else return[t,s];return t}if(!t||typeof t!="object")return[t].concat(s);var a=t;return Qe(t)&&!Qe(s)&&(a=rc(t,r)),Qe(t)&&Qe(s)?(s.forEach(function(i,p){if(fa.call(t,p)){var o=t[p];o&&typeof o=="object"&&i&&typeof i=="object"?t[p]=e(o,i,r):t.push(i)}else t[p]=i}),t):Object.keys(s).reduce(function(i,p){var o=s[p];return fa.call(i,p)?i[p]=e(i[p],o,r):i[p]=o,i},a)},DR=function(t,s){return Object.keys(s).reduce(function(r,a){return r[a]=s[a],r},t)},FR=function(e,t,s){var r=e.replace(/\+/g," ");if(s==="iso-8859-1")return r.replace(/%[0-9a-f]{2}/gi,unescape);try{return decodeURIComponent(r)}catch{return r}},OR=function(t,s,r,a,i){if(t.length===0)return t;var p=t;if(typeof t=="symbol"?p=Symbol.prototype.toString.call(t):typeof t!="string"&&(p=String(t)),r==="iso-8859-1")return escape(p).replace(/%u[0-9a-f]{4}/gi,function(c){return"%26%23"+parseInt(c.slice(2),16)+"%3B"});for(var o="",n=0;n<p.length;++n){var u=p.charCodeAt(n);if(u===45||u===46||u===95||u===126||u>=48&&u<=57||u>=65&&u<=90||u>=97&&u<=122||i===SR.RFC1738&&(u===40||u===41)){o+=p.charAt(n);continue}if(u<128){o=o+me[u];continue}if(u<2048){o=o+(me[192|u>>6]+me[128|u&63]);continue}if(u<55296||u>=57344){o=o+(me[224|u>>12]+me[128|u>>6&63]+me[128|u&63]);continue}n+=1,u=65536+((u&1023)<<10|p.charCodeAt(n)&1023),o+=me[240|u>>18]+me[128|u>>12&63]+me[128|u>>6&63]+me[128|u&63]}return o},HR=function(t){for(var s=[{obj:{o:t},prop:"o"}],r=[],a=0;a<s.length;++a)for(var i=s[a],p=i.obj[i.prop],o=Object.keys(p),n=0;n<o.length;++n){var u=o[n],c=p[u];typeof c=="object"&&c!==null&&r.indexOf(c)===-1&&(s.push({obj:p,prop:u}),r.push(c))}return GR(s),t},QR=function(t){return Object.prototype.toString.call(t)==="[object RegExp]"},MR=function(t){return!t||typeof t!="object"?!1:!!(t.constructor&&t.constructor.isBuffer&&t.constructor.isBuffer(t))},NR=function(t,s){return[].concat(t,s)},jR=function(t,s){if(Qe(t)){for(var r=[],a=0;a<t.length;a+=1)r.push(s(t[a]));return r}return s(t)};ac.exports={arrayToObject:rc,assign:DR,combine:NR,compact:HR,decode:FR,encode:OR,isBuffer:MR,isRegExp:QR,maybeMap:jR,merge:WR}});var uc=h((Hw,cc)=>{"use strict";var oc=tc(),ha=ya(),Lt=Hs(),VR=Object.prototype.hasOwnProperty,nc={brackets:function(t){return t+"[]"},comma:"comma",indices:function(t,s){return t+"["+s+"]"},repeat:function(t){return t}},qe=Array.isArray,zR=String.prototype.split,$R=Array.prototype.push,pc=function(e,t){$R.apply(e,qe(t)?t:[t])},KR=Date.prototype.toISOString,ic=Lt.default,N={addQueryPrefix:!1,allowDots:!1,charset:"utf-8",charsetSentinel:!1,delimiter:"&",encode:!0,encoder:ha.encode,encodeValuesOnly:!1,format:ic,formatter:Lt.formatters[ic],indices:!1,serializeDate:function(t){return KR.call(t)},skipNulls:!1,strictNullHandling:!1},JR=function(t){return typeof t=="string"||typeof t=="number"||typeof t=="boolean"||typeof t=="symbol"||typeof t=="bigint"},xa={},YR=function e(t,s,r,a,i,p,o,n,u,c,f,y,b,g,x,v){for(var q=t,P=v,T=0,B=!1;(P=P.get(xa))!==void 0&&!B;){var U=P.get(t);if(T+=1,typeof U<"u"){if(U===T)throw new RangeError("Cyclic object value");B=!0}typeof P.get(xa)>"u"&&(T=0)}if(typeof n=="function"?q=n(s,q):q instanceof Date?q=f(q):r==="comma"&&qe(q)&&(q=ha.maybeMap(q,function(E){return E instanceof Date?f(E):E})),q===null){if(i)return o&&!g?o(s,N.encoder,x,"key",y):s;q=""}if(JR(q)||ha.isBuffer(q)){if(o){var Y=g?s:o(s,N.encoder,x,"key",y);if(r==="comma"&&g){for(var X=zR.call(String(q),","),Z="",V=0;V<X.length;++V)Z+=(V===0?"":",")+b(o(X[V],N.encoder,x,"value",y));return[b(Y)+(a&&qe(q)&&X.length===1?"[]":"")+"="+Z]}return[b(Y)+"="+b(o(q,N.encoder,x,"value",y))]}return[b(s)+"="+b(String(q))]}var ce=[];if(typeof q>"u")return ce;var ge;if(r==="comma"&&qe(q))ge=[{value:q.length>0?q.join(",")||null:void 0}];else if(qe(n))ge=n;else{var re=Object.keys(q);ge=u?re.sort(u):re}for(var ee=a&&qe(q)&&q.length===1?s+"[]":s,L=0;L<ge.length;++L){var K=ge[L],fe=typeof K=="object"&&typeof K.value<"u"?K.value:q[K];if(!(p&&fe===null)){var I=qe(q)?typeof r=="function"?r(ee,K):ee:ee+(c?"."+K:"["+K+"]");v.set(t,T);var k=oc();k.set(xa,v),pc(ce,e(fe,I,r,a,i,p,o,n,u,c,f,y,b,g,x,k))}}return ce},XR=function(t){if(!t)return N;if(t.encoder!==null&&typeof t.encoder<"u"&&typeof t.encoder!="function")throw new TypeError("Encoder has to be a function.");var s=t.charset||N.charset;if(typeof t.charset<"u"&&t.charset!=="utf-8"&&t.charset!=="iso-8859-1")throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var r=Lt.default;if(typeof t.format<"u"){if(!VR.call(Lt.formatters,t.format))throw new TypeError("Unknown format option provided.");r=t.format}var a=Lt.formatters[r],i=N.filter;return(typeof t.filter=="function"||qe(t.filter))&&(i=t.filter),{addQueryPrefix:typeof t.addQueryPrefix=="boolean"?t.addQueryPrefix:N.addQueryPrefix,allowDots:typeof t.allowDots>"u"?N.allowDots:!!t.allowDots,charset:s,charsetSentinel:typeof t.charsetSentinel=="boolean"?t.charsetSentinel:N.charsetSentinel,delimiter:typeof t.delimiter>"u"?N.delimiter:t.delimiter,encode:typeof t.encode=="boolean"?t.encode:N.encode,encoder:typeof t.encoder=="function"?t.encoder:N.encoder,encodeValuesOnly:typeof t.encodeValuesOnly=="boolean"?t.encodeValuesOnly:N.encodeValuesOnly,filter:i,format:r,formatter:a,serializeDate:typeof t.serializeDate=="function"?t.serializeDate:N.serializeDate,skipNulls:typeof t.skipNulls=="boolean"?t.skipNulls:N.skipNulls,sort:typeof t.sort=="function"?t.sort:null,strictNullHandling:typeof t.strictNullHandling=="boolean"?t.strictNullHandling:N.strictNullHandling}};cc.exports=function(e,t){var s=e,r=XR(t),a,i;typeof r.filter=="function"?(i=r.filter,s=i("",s)):qe(r.filter)&&(i=r.filter,a=i);var p=[];if(typeof s!="object"||s===null)return"";var o;t&&t.arrayFormat in nc?o=t.arrayFormat:t&&"indices"in t?o=t.indices?"indices":"repeat":o="indices";var n=nc[o];if(t&&"commaRoundTrip"in t&&typeof t.commaRoundTrip!="boolean")throw new TypeError("`commaRoundTrip` must be a boolean, or absent");var u=n==="comma"&&t&&t.commaRoundTrip;a||(a=Object.keys(s)),r.sort&&a.sort(r.sort);for(var c=oc(),f=0;f<a.length;++f){var y=a[f];r.skipNulls&&s[y]===null||pc(p,YR(s[y],y,n,u,r.strictNullHandling,r.skipNulls,r.encode?r.encoder:null,r.filter,r.sort,r.allowDots,r.serializeDate,r.format,r.formatter,r.encodeValuesOnly,r.charset,c))}var b=p.join(r.delimiter),g=r.addQueryPrefix===!0?"?":"";return r.charsetSentinel&&(r.charset==="iso-8859-1"?g+="utf8=%26%2310003%3B&":g+="utf8=%E2%9C%93&"),b.length>0?g+b:""}});var mc=h((Qw,dc)=>{"use strict";var ct=ya(),ba=Object.prototype.hasOwnProperty,ZR=Array.isArray,M={allowDots:!1,allowPrototypes:!1,allowSparse:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decoder:ct.decode,delimiter:"&",depth:5,ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictNullHandling:!1},eq=function(e){return e.replace(/&#(\d+);/g,function(t,s){return String.fromCharCode(parseInt(s,10))})},lc=function(e,t){return e&&typeof e=="string"&&t.comma&&e.indexOf(",")>-1?e.split(","):e},tq="utf8=%26%2310003%3B",sq="utf8=%E2%9C%93",rq=function(t,s){var r={},a=s.ignoreQueryPrefix?t.replace(/^\?/,""):t,i=s.parameterLimit===1/0?void 0:s.parameterLimit,p=a.split(s.delimiter,i),o=-1,n,u=s.charset;if(s.charsetSentinel)for(n=0;n<p.length;++n)p[n].indexOf("utf8=")===0&&(p[n]===sq?u="utf-8":p[n]===tq&&(u="iso-8859-1"),o=n,n=p.length);for(n=0;n<p.length;++n)if(n!==o){var c=p[n],f=c.indexOf("]="),y=f===-1?c.indexOf("="):f+1,b,g;y===-1?(b=s.decoder(c,M.decoder,u,"key"),g=s.strictNullHandling?null:""):(b=s.decoder(c.slice(0,y),M.decoder,u,"key"),g=ct.maybeMap(lc(c.slice(y+1),s),function(x){return s.decoder(x,M.decoder,u,"value")})),g&&s.interpretNumericEntities&&u==="iso-8859-1"&&(g=eq(g)),c.indexOf("[]=")>-1&&(g=ZR(g)?[g]:g),ba.call(r,b)?r[b]=ct.combine(r[b],g):r[b]=g}return r},aq=function(e,t,s,r){for(var a=r?t:lc(t,s),i=e.length-1;i>=0;--i){var p,o=e[i];if(o==="[]"&&s.parseArrays)p=[].concat(a);else{p=s.plainObjects?Object.create(null):{};var n=o.charAt(0)==="["&&o.charAt(o.length-1)==="]"?o.slice(1,-1):o,u=parseInt(n,10);!s.parseArrays&&n===""?p={0:a}:!isNaN(u)&&o!==n&&String(u)===n&&u>=0&&s.parseArrays&&u<=s.arrayLimit?(p=[],p[u]=a):n!=="__proto__"&&(p[n]=a)}a=p}return a},nq=function(t,s,r,a){if(t){var i=r.allowDots?t.replace(/\.([^.[]+)/g,"[$1]"):t,p=/(\[[^[\]]*])/,o=/(\[[^[\]]*])/g,n=r.depth>0&&p.exec(i),u=n?i.slice(0,n.index):i,c=[];if(u){if(!r.plainObjects&&ba.call(Object.prototype,u)&&!r.allowPrototypes)return;c.push(u)}for(var f=0;r.depth>0&&(n=o.exec(i))!==null&&f<r.depth;){if(f+=1,!r.plainObjects&&ba.call(Object.prototype,n[1].slice(1,-1))&&!r.allowPrototypes)return;c.push(n[1])}return n&&c.push("["+i.slice(n.index)+"]"),aq(c,s,r,a)}},iq=function(t){if(!t)return M;if(t.decoder!==null&&t.decoder!==void 0&&typeof t.decoder!="function")throw new TypeError("Decoder has to be a function.");if(typeof t.charset<"u"&&t.charset!=="utf-8"&&t.charset!=="iso-8859-1")throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var s=typeof t.charset>"u"?M.charset:t.charset;return{allowDots:typeof t.allowDots>"u"?M.allowDots:!!t.allowDots,allowPrototypes:typeof t.allowPrototypes=="boolean"?t.allowPrototypes:M.allowPrototypes,allowSparse:typeof t.allowSparse=="boolean"?t.allowSparse:M.allowSparse,arrayLimit:typeof t.arrayLimit=="number"?t.arrayLimit:M.arrayLimit,charset:s,charsetSentinel:typeof t.charsetSentinel=="boolean"?t.charsetSentinel:M.charsetSentinel,comma:typeof t.comma=="boolean"?t.comma:M.comma,decoder:typeof t.decoder=="function"?t.decoder:M.decoder,delimiter:typeof t.delimiter=="string"||ct.isRegExp(t.delimiter)?t.delimiter:M.delimiter,depth:typeof t.depth=="number"||t.depth===!1?+t.depth:M.depth,ignoreQueryPrefix:t.ignoreQueryPrefix===!0,interpretNumericEntities:typeof t.interpretNumericEntities=="boolean"?t.interpretNumericEntities:M.interpretNumericEntities,parameterLimit:typeof t.parameterLimit=="number"?t.parameterLimit:M.parameterLimit,parseArrays:t.parseArrays!==!1,plainObjects:typeof t.plainObjects=="boolean"?t.plainObjects:M.plainObjects,strictNullHandling:typeof t.strictNullHandling=="boolean"?t.strictNullHandling:M.strictNullHandling}};dc.exports=function(e,t){var s=iq(t);if(e===""||e===null||typeof e>"u")return s.plainObjects?Object.create(null):{};for(var r=typeof e=="string"?rq(e,s):e,a=s.plainObjects?Object.create(null):{},i=Object.keys(r),p=0;p<i.length;++p){var o=i[p],n=nq(o,r[o],s,typeof e=="string");a=ct.merge(a,n,s)}return s.allowSparse===!0?a:ct.compact(a)}});var fc=h((Mw,gc)=>{"use strict";var oq=uc(),pq=mc(),cq=Hs();gc.exports={formats:cq,parse:pq,stringify:oq}});var gq={};St(gq,{AlreadyExistsError:()=>Ts,BreakingChangesError:()=>Ls,Client:()=>qa,ForbiddenError:()=>ds,InternalError:()=>us,InvalidDataFormatError:()=>bs,InvalidIdentifierError:()=>Rs,InvalidJsonSchemaError:()=>hs,InvalidPayloadError:()=>gs,InvalidQueryError:()=>ws,LimitExceededError:()=>Us,MethodNotFoundError:()=>ys,PayloadTooLargeError:()=>ms,PaymentRequiredError:()=>As,QuotaExceededError:()=>Bs,RateLimitedError:()=>Cs,ReferenceConstraintError:()=>vs,ReferenceNotFoundError:()=>Is,RelationConflictError:()=>qs,ResourceLockedConflictError:()=>ks,ResourceNotFoundError:()=>xs,RuntimeError:()=>Ps,UnauthorizedError:()=>ls,UnknownError:()=>Ae,UnsupportedMediaTypeError:()=>fs,UploadFileError:()=>be,axios:()=>Nr,axiosRetry:()=>Kr,errorFrom:()=>_s,isApiError:()=>op});module.exports=gf(gq);var Nr={};St(Nr,{Axios:()=>Kh,AxiosError:()=>Jh,AxiosHeaders:()=>ib,Cancel:()=>sb,CancelToken:()=>Zh,CanceledError:()=>Yh,HttpStatusCode:()=>ob,VERSION:()=>eb,all:()=>tb,default:()=>he,formToJSON:()=>pb,getAdapter:()=>cb,isAxiosError:()=>rb,isCancel:()=>Xh,mergeConfig:()=>ub,spread:()=>ab,toFormData:()=>nb});function ut(e,t){return function(){return e.apply(t,arguments)}}var{toString:ff}=Object.prototype,{getPrototypeOf:$s}=Object,Wt=(e=>t=>{let s=ff.call(t);return e[s]||(e[s]=s.slice(8,-1).toLowerCase())})(Object.create(null)),le=e=>(e=e.toLowerCase(),t=>Wt(t)===e),Dt=e=>t=>typeof t===e,{isArray:Ne}=Array,lt=Dt("undefined");function yf(e){return e!==null&&!lt(e)&&e.constructor!==null&&!lt(e.constructor)&&ae(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}var wa=le("ArrayBuffer");function xf(e){let t;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?t=ArrayBuffer.isView(e):t=e&&e.buffer&&wa(e.buffer),t}var hf=Dt("string"),ae=Dt("function"),Pa=Dt("number"),Ft=e=>e!==null&&typeof e=="object",bf=e=>e===!0||e===!1,Gt=e=>{if(Wt(e)!=="object")return!1;let t=$s(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)},Rf=le("Date"),qf=le("File"),vf=le("Blob"),kf=le("FileList"),If=e=>Ft(e)&&ae(e.pipe),wf=e=>{let t;return e&&(typeof FormData=="function"&&e instanceof FormData||ae(e.append)&&((t=Wt(e))==="formdata"||t==="object"&&ae(e.toString)&&e.toString()==="[object FormData]"))},Pf=le("URLSearchParams"),Tf=e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function dt(e,t,{allOwnKeys:s=!1}={}){if(e===null||typeof e>"u")return;let r,a;if(typeof e!="object"&&(e=[e]),Ne(e))for(r=0,a=e.length;r<a;r++)t.call(null,e[r],r,e);else{let i=s?Object.getOwnPropertyNames(e):Object.keys(e),p=i.length,o;for(r=0;r<p;r++)o=i[r],t.call(null,e[o],o,e)}}function Ta(e,t){t=t.toLowerCase();let s=Object.keys(e),r=s.length,a;for(;r-- >0;)if(a=s[r],t===a.toLowerCase())return a;return null}var Ca=(()=>typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global)(),Aa=e=>!lt(e)&&e!==Ca;function zs(){let{caseless:e}=Aa(this)&&this||{},t={},s=(r,a)=>{let i=e&&Ta(t,a)||a;Gt(t[i])&&Gt(r)?t[i]=zs(t[i],r):Gt(r)?t[i]=zs({},r):Ne(r)?t[i]=r.slice():t[i]=r};for(let r=0,a=arguments.length;r<a;r++)arguments[r]&&dt(arguments[r],s);return t}var Cf=(e,t,s,{allOwnKeys:r}={})=>(dt(t,(a,i)=>{s&&ae(a)?e[i]=ut(a,s):e[i]=a},{allOwnKeys:r}),e),Af=e=>(e.charCodeAt(0)===65279&&(e=e.slice(1)),e),Bf=(e,t,s,r)=>{e.prototype=Object.create(t.prototype,r),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:t.prototype}),s&&Object.assign(e.prototype,s)},Uf=(e,t,s,r)=>{let a,i,p,o={};if(t=t||{},e==null)return t;do{for(a=Object.getOwnPropertyNames(e),i=a.length;i-- >0;)p=a[i],(!r||r(p,e,t))&&!o[p]&&(t[p]=e[p],o[p]=!0);e=s!==!1&&$s(e)}while(e&&(!s||s(e,t))&&e!==Object.prototype);return t},Lf=(e,t,s)=>{e=String(e),(s===void 0||s>e.length)&&(s=e.length),s-=t.length;let r=e.indexOf(t,s);return r!==-1&&r===s},_f=e=>{if(!e)return null;if(Ne(e))return e;let t=e.length;if(!Pa(t))return null;let s=new Array(t);for(;t-- >0;)s[t]=e[t];return s},Ef=(e=>t=>e&&t instanceof e)(typeof Uint8Array<"u"&&$s(Uint8Array)),Sf=(e,t)=>{let r=(e&&e[Symbol.iterator]).call(e),a;for(;(a=r.next())&&!a.done;){let i=a.value;t.call(e,i[0],i[1])}},Gf=(e,t)=>{let s,r=[];for(;(s=e.exec(t))!==null;)r.push(s);return r},Wf=le("HTMLFormElement"),Df=e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(s,r,a){return r.toUpperCase()+a}),ka=(({hasOwnProperty:e})=>(t,s)=>e.call(t,s))(Object.prototype),Ff=le("RegExp"),Ba=(e,t)=>{let s=Object.getOwnPropertyDescriptors(e),r={};dt(s,(a,i)=>{let p;(p=t(a,i,e))!==!1&&(r[i]=p||a)}),Object.defineProperties(e,r)},Of=e=>{Ba(e,(t,s)=>{if(ae(e)&&["arguments","caller","callee"].indexOf(s)!==-1)return!1;let r=e[s];if(ae(r)){if(t.enumerable=!1,"writable"in t){t.writable=!1;return}t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+s+"'")})}})},Hf=(e,t)=>{let s={},r=a=>{a.forEach(i=>{s[i]=!0})};return Ne(e)?r(e):r(String(e).split(t)),s},Qf=()=>{},Mf=(e,t)=>(e=+e,Number.isFinite(e)?e:t),Vs="abcdefghijklmnopqrstuvwxyz",Ia="0123456789",Ua={DIGIT:Ia,ALPHA:Vs,ALPHA_DIGIT:Vs+Vs.toUpperCase()+Ia},Nf=(e=16,t=Ua.ALPHA_DIGIT)=>{let s="",{length:r}=t;for(;e--;)s+=t[Math.random()*r|0];return s};function jf(e){return!!(e&&ae(e.append)&&e[Symbol.toStringTag]==="FormData"&&e[Symbol.iterator])}var Vf=e=>{let t=new Array(10),s=(r,a)=>{if(Ft(r)){if(t.indexOf(r)>=0)return;if(!("toJSON"in r)){t[a]=r;let i=Ne(r)?[]:{};return dt(r,(p,o)=>{let n=s(p,a+1);!lt(n)&&(i[o]=n)}),t[a]=void 0,i}}return r};return s(e,0)},zf=le("AsyncFunction"),$f=e=>e&&(Ft(e)||ae(e))&&ae(e.then)&&ae(e.catch),l={isArray:Ne,isArrayBuffer:wa,isBuffer:yf,isFormData:wf,isArrayBufferView:xf,isString:hf,isNumber:Pa,isBoolean:bf,isObject:Ft,isPlainObject:Gt,isUndefined:lt,isDate:Rf,isFile:qf,isBlob:vf,isRegExp:Ff,isFunction:ae,isStream:If,isURLSearchParams:Pf,isTypedArray:Ef,isFileList:kf,forEach:dt,merge:zs,extend:Cf,trim:Tf,stripBOM:Af,inherits:Bf,toFlatObject:Uf,kindOf:Wt,kindOfTest:le,endsWith:Lf,toArray:_f,forEachEntry:Sf,matchAll:Gf,isHTMLForm:Wf,hasOwnProperty:ka,hasOwnProp:ka,reduceDescriptors:Ba,freezeMethods:Of,toObjectSet:Hf,toCamelCase:Df,noop:Qf,toFiniteNumber:Mf,findKey:Ta,global:Ca,isContextDefined:Aa,ALPHABET:Ua,generateString:Nf,isSpecCompliantForm:jf,toJSONObject:Vf,isAsyncFn:zf,isThenable:$f};function je(e,t,s,r,a){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=e,this.name="AxiosError",t&&(this.code=t),s&&(this.config=s),r&&(this.request=r),a&&(this.response=a)}l.inherits(je,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:l.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});var La=je.prototype,_a={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(e=>{_a[e]={value:e}});Object.defineProperties(je,_a);Object.defineProperty(La,"isAxiosError",{value:!0});je.from=(e,t,s,r,a,i)=>{let p=Object.create(La);return l.toFlatObject(e,p,function(n){return n!==Error.prototype},o=>o!=="isAxiosError"),je.call(p,e.message,t,s,r,a),p.cause=e,p.name=e.name,i&&Object.assign(p,i),p};var R=je;var Si=G(Ei(),1),$t=Si.default;function fr(e){return l.isPlainObject(e)||l.isArray(e)}function Wi(e){return l.endsWith(e,"[]")?e.slice(0,-2):e}function Gi(e,t,s){return e?e.concat(t).map(function(a,i){return a=Wi(a),!s&&i?"["+a+"]":a}).join(s?".":""):t}function Lx(e){return l.isArray(e)&&!e.some(fr)}var _x=l.toFlatObject(l,{},null,function(t){return/^is[A-Z]/.test(t)});function Ex(e,t,s){if(!l.isObject(e))throw new TypeError("target must be an object");t=t||new($t||FormData),s=l.toFlatObject(s,{metaTokens:!0,dots:!1,indexes:!1},!1,function(x,v){return!l.isUndefined(v[x])});let r=s.metaTokens,a=s.visitor||c,i=s.dots,p=s.indexes,n=(s.Blob||typeof Blob<"u"&&Blob)&&l.isSpecCompliantForm(t);if(!l.isFunction(a))throw new TypeError("visitor must be a function");function u(g){if(g===null)return"";if(l.isDate(g))return g.toISOString();if(!n&&l.isBlob(g))throw new R("Blob is not supported. Use a Buffer instead.");return l.isArrayBuffer(g)||l.isTypedArray(g)?n&&typeof Blob=="function"?new Blob([g]):Buffer.from(g):g}function c(g,x,v){let q=g;if(g&&!v&&typeof g=="object"){if(l.endsWith(x,"{}"))x=r?x:x.slice(0,-2),g=JSON.stringify(g);else if(l.isArray(g)&&Lx(g)||(l.isFileList(g)||l.endsWith(x,"[]"))&&(q=l.toArray(g)))return x=Wi(x),q.forEach(function(T,B){!(l.isUndefined(T)||T===null)&&t.append(p===!0?Gi([x],B,i):p===null?x:x+"[]",u(T))}),!1}return fr(g)?!0:(t.append(Gi(v,x,i),u(g)),!1)}let f=[],y=Object.assign(_x,{defaultVisitor:c,convertValue:u,isVisitable:fr});function b(g,x){if(!l.isUndefined(g)){if(f.indexOf(g)!==-1)throw Error("Circular reference detected in "+x.join("."));f.push(g),l.forEach(g,function(q,P){(!(l.isUndefined(q)||q===null)&&a.call(t,q,l.isString(P)?P.trim():P,x,y))===!0&&b(q,x?x.concat(P):[P])}),f.pop()}}if(!l.isObject(e))throw new TypeError("data must be an object");return b(e),t}var ke=Ex;function Di(e){let t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(r){return t[r]})}function Fi(e,t){this._pairs=[],e&&ke(e,this,t)}var Oi=Fi.prototype;Oi.append=function(t,s){this._pairs.push([t,s])};Oi.toString=function(t){let s=t?function(r){return t.call(this,r,Di)}:Di;return this._pairs.map(function(a){return s(a[0])+"="+s(a[1])},"").join("&")};var Hi=Fi;function Sx(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function Ee(e,t,s){if(!t)return e;let r=s&&s.encode||Sx,a=s&&s.serialize,i;if(a?i=a(t,s):i=l.isURLSearchParams(t)?t.toString():new Hi(t,s).toString(r),i){let p=e.indexOf("#");p!==-1&&(e=e.slice(0,p)),e+=(e.indexOf("?")===-1?"?":"&")+i}return e}var yr=class{constructor(){this.handlers=[]}use(t,s,r){return this.handlers.push({fulfilled:t,rejected:s,synchronous:r?r.synchronous:!1,runWhen:r?r.runWhen:null}),this.handlers.length-1}eject(t){this.handlers[t]&&(this.handlers[t]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(t){l.forEach(this.handlers,function(r){r!==null&&t(r)})}},xr=yr;var Xe={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1};var Qi=G(require("url"),1),Mi=Qi.default.URLSearchParams;var Ni={isNode:!0,classes:{URLSearchParams:Mi,FormData:$t,Blob:typeof Blob<"u"&&Blob||null},protocols:["http","https","file","data"]};var hr={};St(hr,{hasBrowserEnv:()=>ji,hasStandardBrowserEnv:()=>Gx,hasStandardBrowserWebWorkerEnv:()=>Wx});var ji=typeof window<"u"&&typeof document<"u",Gx=(e=>ji&&["ReactNative","NativeScript","NS"].indexOf(e)<0)(typeof navigator<"u"&&navigator.product),Wx=(()=>typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function")();var W={...hr,...Ni};function br(e,t){return ke(e,new W.classes.URLSearchParams,Object.assign({visitor:function(s,r,a,i){return W.isNode&&l.isBuffer(s)?(this.append(r,s.toString("base64")),!1):i.defaultVisitor.apply(this,arguments)}},t))}function Dx(e){return l.matchAll(/\w+|\[(\w*)]/g,e).map(t=>t[0]==="[]"?"":t[1]||t[0])}function Fx(e){let t={},s=Object.keys(e),r,a=s.length,i;for(r=0;r<a;r++)i=s[r],t[i]=e[i];return t}function Ox(e){function t(s,r,a,i){let p=s[i++],o=Number.isFinite(+p),n=i>=s.length;return p=!p&&l.isArray(a)?a.length:p,n?(l.hasOwnProp(a,p)?a[p]=[a[p],r]:a[p]=r,!o):((!a[p]||!l.isObject(a[p]))&&(a[p]=[]),t(s,r,a[p],i)&&l.isArray(a[p])&&(a[p]=Fx(a[p])),!o)}if(l.isFormData(e)&&l.isFunction(e.entries)){let s={};return l.forEachEntry(e,(r,a)=>{t(Dx(r),a,s,0)}),s}return null}var Kt=Ox;function Hx(e,t,s){if(l.isString(e))try{return(t||JSON.parse)(e),l.trim(e)}catch(r){if(r.name!=="SyntaxError")throw r}return(s||JSON.stringify)(e)}var Rr={transitional:Xe,adapter:["xhr","http"],transformRequest:[function(t,s){let r=s.getContentType()||"",a=r.indexOf("application/json")>-1,i=l.isObject(t);if(i&&l.isHTMLForm(t)&&(t=new FormData(t)),l.isFormData(t))return a&&a?JSON.stringify(Kt(t)):t;if(l.isArrayBuffer(t)||l.isBuffer(t)||l.isStream(t)||l.isFile(t)||l.isBlob(t))return t;if(l.isArrayBufferView(t))return t.buffer;if(l.isURLSearchParams(t))return s.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),t.toString();let o;if(i){if(r.indexOf("application/x-www-form-urlencoded")>-1)return br(t,this.formSerializer).toString();if((o=l.isFileList(t))||r.indexOf("multipart/form-data")>-1){let n=this.env&&this.env.FormData;return ke(o?{"files[]":t}:t,n&&new n,this.formSerializer)}}return i||a?(s.setContentType("application/json",!1),Hx(t)):t}],transformResponse:[function(t){let s=this.transitional||Rr.transitional,r=s&&s.forcedJSONParsing,a=this.responseType==="json";if(t&&l.isString(t)&&(r&&!this.responseType||a)){let p=!(s&&s.silentJSONParsing)&&a;try{return JSON.parse(t)}catch(o){if(p)throw o.name==="SyntaxError"?R.from(o,R.ERR_BAD_RESPONSE,this,null,this.response):o}}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:W.classes.FormData,Blob:W.classes.Blob},validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};l.forEach(["delete","get","head","post","put","patch"],e=>{Rr.headers[e]={}});var Ze=Rr;var Qx=l.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),Vi=e=>{let t={},s,r,a;return e&&e.split(`
10
+ `).forEach(function(p){a=p.indexOf(":"),s=p.substring(0,a).trim().toLowerCase(),r=p.substring(a+1).trim(),!(!s||t[s]&&Qx[s])&&(s==="set-cookie"?t[s]?t[s].push(r):t[s]=[r]:t[s]=t[s]?t[s]+", "+r:r)}),t};var zi=Symbol("internals");function ht(e){return e&&String(e).trim().toLowerCase()}function Jt(e){return e===!1||e==null?e:l.isArray(e)?e.map(Jt):String(e)}function Mx(e){let t=Object.create(null),s=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g,r;for(;r=s.exec(e);)t[r[1]]=r[2];return t}var Nx=e=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());function qr(e,t,s,r,a){if(l.isFunction(r))return r.call(this,t,s);if(a&&(t=s),!!l.isString(t)){if(l.isString(r))return t.indexOf(r)!==-1;if(l.isRegExp(r))return r.test(t)}}function jx(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(t,s,r)=>s.toUpperCase()+r)}function Vx(e,t){let s=l.toCamelCase(" "+t);["get","set","has"].forEach(r=>{Object.defineProperty(e,r+s,{value:function(a,i,p){return this[r].call(this,t,a,i,p)},configurable:!0})})}var et=class{constructor(t){t&&this.set(t)}set(t,s,r){let a=this;function i(o,n,u){let c=ht(n);if(!c)throw new Error("header name must be a non-empty string");let f=l.findKey(a,c);(!f||a[f]===void 0||u===!0||u===void 0&&a[f]!==!1)&&(a[f||n]=Jt(o))}let p=(o,n)=>l.forEach(o,(u,c)=>i(u,c,n));return l.isPlainObject(t)||t instanceof this.constructor?p(t,s):l.isString(t)&&(t=t.trim())&&!Nx(t)?p(Vi(t),s):t!=null&&i(s,t,r),this}get(t,s){if(t=ht(t),t){let r=l.findKey(this,t);if(r){let a=this[r];if(!s)return a;if(s===!0)return Mx(a);if(l.isFunction(s))return s.call(this,a,r);if(l.isRegExp(s))return s.exec(a);throw new TypeError("parser must be boolean|regexp|function")}}}has(t,s){if(t=ht(t),t){let r=l.findKey(this,t);return!!(r&&this[r]!==void 0&&(!s||qr(this,this[r],r,s)))}return!1}delete(t,s){let r=this,a=!1;function i(p){if(p=ht(p),p){let o=l.findKey(r,p);o&&(!s||qr(r,r[o],o,s))&&(delete r[o],a=!0)}}return l.isArray(t)?t.forEach(i):i(t),a}clear(t){let s=Object.keys(this),r=s.length,a=!1;for(;r--;){let i=s[r];(!t||qr(this,this[i],i,t,!0))&&(delete this[i],a=!0)}return a}normalize(t){let s=this,r={};return l.forEach(this,(a,i)=>{let p=l.findKey(r,i);if(p){s[p]=Jt(a),delete s[i];return}let o=t?jx(i):String(i).trim();o!==i&&delete s[i],s[o]=Jt(a),r[o]=!0}),this}concat(...t){return this.constructor.concat(this,...t)}toJSON(t){let s=Object.create(null);return l.forEach(this,(r,a)=>{r!=null&&r!==!1&&(s[a]=t&&l.isArray(r)?r.join(", "):r)}),s}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([t,s])=>t+": "+s).join(`
11
+ `)}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(t){return t instanceof this?t:new this(t)}static concat(t,...s){let r=new this(t);return s.forEach(a=>r.set(a)),r}static accessor(t){let r=(this[zi]=this[zi]={accessors:{}}).accessors,a=this.prototype;function i(p){let o=ht(p);r[o]||(Vx(a,p),r[o]=!0)}return l.isArray(t)?t.forEach(i):i(t),this}};et.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]);l.reduceDescriptors(et.prototype,({value:e},t)=>{let s=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(r){this[s]=r}}});l.freezeMethods(et);var D=et;function bt(e,t){let s=this||Ze,r=t||s,a=D.from(r.headers),i=r.data;return l.forEach(e,function(o){i=o.call(s,i,a.normalize(),t?t.status:void 0)}),a.normalize(),i}function Rt(e){return!!(e&&e.__CANCEL__)}function $i(e,t,s){R.call(this,e??"canceled",R.ERR_CANCELED,t,s),this.name="CanceledError"}l.inherits($i,R,{__CANCEL__:!0});var pe=$i;function Ie(e,t,s){let r=s.config.validateStatus;!s.status||!r||r(s.status)?e(s):t(new R("Request failed with status code "+s.status,[R.ERR_BAD_REQUEST,R.ERR_BAD_RESPONSE][Math.floor(s.status/100)-4],s.config,s.request,s))}function vr(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}function kr(e,t){return t?e.replace(/\/+$/,"")+"/"+t.replace(/^\/+/,""):e}function Se(e,t){return e&&!vr(t)?kr(e,t):t}var _o=G(Ji(),1),Eo=G(require("http"),1),So=G(require("https"),1),Go=G(require("util"),1),Wo=G(bo(),1),ye=G(require("zlib"),1);var Fe="1.6.1";function It(e){let t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}var Ah=/^(?:([^;]+);)?(?:[^;]+;)?(base64|),([\s\S]*)$/;function _r(e,t,s){let r=s&&s.Blob||W.classes.Blob,a=It(e);if(t===void 0&&r&&(t=!0),a==="data"){e=a.length?e.slice(a.length+1):e;let i=Ah.exec(e);if(!i)throw new R("Invalid URL",R.ERR_INVALID_URL);let p=i[1],o=i[2],n=i[3],u=Buffer.from(decodeURIComponent(n),o?"base64":"utf8");if(t){if(!r)throw new R("Blob is not supported",R.ERR_NOT_SUPPORT);return new r([u],{type:p})}return u}throw new R("Unsupported protocol "+a,R.ERR_NOT_SUPPORT)}var Oe=G(require("stream"),1);var qo=G(require("stream"),1);function Bh(e,t){let s=0,r=1e3/t,a=null;return function(p,o){let n=Date.now();if(p||n-s>r)return a&&(clearTimeout(a),a=null),s=n,e.apply(null,o);a||(a=setTimeout(()=>(a=null,s=Date.now(),e.apply(null,o)),r-(n-s)))}}var Ro=Bh;function Uh(e,t){e=e||10;let s=new Array(e),r=new Array(e),a=0,i=0,p;return t=t!==void 0?t:1e3,function(n){let u=Date.now(),c=r[i];p||(p=u),s[a]=n,r[a]=u;let f=i,y=0;for(;f!==a;)y+=s[f++],f=f%e;if(a=(a+1)%e,a===i&&(i=(i+1)%e),u-p<t)return;let b=c&&u-c;return b?Math.round(y*1e3/b):void 0}}var ts=Uh;var ss=Symbol("internals"),Er=class extends qo.default.Transform{constructor(t){t=l.toFlatObject(t,{maxRate:0,chunkSize:64*1024,minChunkSize:100,timeWindow:500,ticksRate:2,samplesCount:15},null,(o,n)=>!l.isUndefined(n[o])),super({readableHighWaterMark:t.chunkSize});let s=this,r=this[ss]={length:t.length,timeWindow:t.timeWindow,ticksRate:t.ticksRate,chunkSize:t.chunkSize,maxRate:t.maxRate,minChunkSize:t.minChunkSize,bytesSeen:0,isCaptured:!1,notifiedBytesLoaded:0,ts:Date.now(),bytes:0,onReadCallback:null},a=ts(r.ticksRate*t.samplesCount,r.timeWindow);this.on("newListener",o=>{o==="progress"&&(r.isCaptured||(r.isCaptured=!0))});let i=0;r.updateProgress=Ro(function(){let n=r.length,u=r.bytesSeen,c=u-i;if(!c||s.destroyed)return;let f=a(c);i=u,process.nextTick(()=>{s.emit("progress",{loaded:u,total:n,progress:n?u/n:void 0,bytes:c,rate:f||void 0,estimated:f&&n&&u<=n?(n-u)/f:void 0})})},r.ticksRate);let p=()=>{r.updateProgress(!0)};this.once("end",p),this.once("error",p)}_read(t){let s=this[ss];return s.onReadCallback&&s.onReadCallback(),super._read(t)}_transform(t,s,r){let a=this,i=this[ss],p=i.maxRate,o=this.readableHighWaterMark,n=i.timeWindow,u=1e3/n,c=p/u,f=i.minChunkSize!==!1?Math.max(i.minChunkSize,c*.01):0;function y(g,x){let v=Buffer.byteLength(g);i.bytesSeen+=v,i.bytes+=v,i.isCaptured&&i.updateProgress(),a.push(g)?process.nextTick(x):i.onReadCallback=()=>{i.onReadCallback=null,process.nextTick(x)}}let b=(g,x)=>{let v=Buffer.byteLength(g),q=null,P=o,T,B=0;if(p){let U=Date.now();(!i.ts||(B=U-i.ts)>=n)&&(i.ts=U,T=c-i.bytes,i.bytes=T<0?-T:0,B=0),T=c-i.bytes}if(p){if(T<=0)return setTimeout(()=>{x(null,g)},n-B);T<P&&(P=T)}P&&v>P&&v-P>f&&(q=g.subarray(P),g=g.subarray(0,P)),y(g,q?()=>{process.nextTick(x,null,q)}:x)};b(t,function g(x,v){if(x)return r(x);v?b(v,g):r(null)})}setLength(t){return this[ss].length=+t,this}},Sr=Er;var Do=G(require("events"),1);var ko=require("util"),Io=require("stream");var{asyncIterator:vo}=Symbol,Lh=async function*(e){e.stream?yield*e.stream():e.arrayBuffer?yield await e.arrayBuffer():e[vo]?yield*e[vo]():yield e},rs=Lh;var _h=l.ALPHABET.ALPHA_DIGIT+"-_",wt=new ko.TextEncoder,Pe=`\r
12
+ `,Eh=wt.encode(Pe),Sh=2,Gr=class{constructor(t,s){let{escapeName:r}=this.constructor,a=l.isString(s),i=`Content-Disposition: form-data; name="${r(t)}"${!a&&s.name?`; filename="${r(s.name)}"`:""}${Pe}`;a?s=wt.encode(String(s).replace(/\r?\n|\r\n?/g,Pe)):i+=`Content-Type: ${s.type||"application/octet-stream"}${Pe}`,this.headers=wt.encode(i+Pe),this.contentLength=a?s.byteLength:s.size,this.size=this.headers.byteLength+this.contentLength+Sh,this.name=t,this.value=s}async*encode(){yield this.headers;let{value:t}=this;l.isTypedArray(t)?yield t:yield*rs(t),yield Eh}static escapeName(t){return String(t).replace(/[\r\n"]/g,s=>({"\r":"%0D","\n":"%0A",'"':"%22"})[s])}},Gh=(e,t,s)=>{let{tag:r="form-data-boundary",size:a=25,boundary:i=r+"-"+l.generateString(a,_h)}=s||{};if(!l.isFormData(e))throw TypeError("FormData instance required");if(i.length<1||i.length>70)throw Error("boundary must be 10-70 characters long");let p=wt.encode("--"+i+Pe),o=wt.encode("--"+i+"--"+Pe+Pe),n=o.byteLength,u=Array.from(e.entries()).map(([f,y])=>{let b=new Gr(f,y);return n+=b.size,b});n+=p.byteLength*u.length,n=l.toFiniteNumber(n);let c={"Content-Type":`multipart/form-data; boundary=${i}`};return Number.isFinite(n)&&(c["Content-Length"]=n),t&&t(c),Io.Readable.from(async function*(){for(let f of u)yield p,yield*f.encode();yield o}())},wo=Gh;var Po=G(require("stream"),1),Wr=class extends Po.default.Transform{__transform(t,s,r){this.push(t),r()}_transform(t,s,r){if(t.length!==0&&(this._transform=this.__transform,t[0]!==120)){let a=Buffer.alloc(2);a[0]=120,a[1]=156,this.push(a,s)}this.__transform(t,s,r)}},To=Wr;var Wh=(e,t)=>l.isAsyncFn(e)?function(...s){let r=s.pop();e.apply(this,s).then(a=>{try{t?r(null,...t(a)):r(null,a)}catch(i){r(i)}},r)}:e,Co=Wh;var Ao={flush:ye.default.constants.Z_SYNC_FLUSH,finishFlush:ye.default.constants.Z_SYNC_FLUSH},Dh={flush:ye.default.constants.BROTLI_OPERATION_FLUSH,finishFlush:ye.default.constants.BROTLI_OPERATION_FLUSH},Bo=l.isFunction(ye.default.createBrotliDecompress),{http:Fh,https:Oh}=Wo.default,Hh=/https:?/,Uo=W.protocols.map(e=>e+":");function Qh(e){e.beforeRedirects.proxy&&e.beforeRedirects.proxy(e),e.beforeRedirects.config&&e.beforeRedirects.config(e)}function Fo(e,t,s){let r=t;if(!r&&r!==!1){let a=(0,_o.getProxyForUrl)(s);a&&(r=new URL(a))}if(r){if(r.username&&(r.auth=(r.username||"")+":"+(r.password||"")),r.auth){(r.auth.username||r.auth.password)&&(r.auth=(r.auth.username||"")+":"+(r.auth.password||""));let i=Buffer.from(r.auth,"utf8").toString("base64");e.headers["Proxy-Authorization"]="Basic "+i}e.headers.host=e.hostname+(e.port?":"+e.port:"");let a=r.hostname||r.host;e.hostname=a,e.host=a,e.port=r.port,e.path=s,r.protocol&&(e.protocol=r.protocol.includes(":")?r.protocol:`${r.protocol}:`)}e.beforeRedirects.proxy=function(i){Fo(i,t,i.href)}}var Mh=typeof process<"u"&&l.kindOf(process)==="process",Nh=e=>new Promise((t,s)=>{let r,a,i=(n,u)=>{a||(a=!0,r&&r(n,u))},p=n=>{i(n),t(n)},o=n=>{i(n,!0),s(n)};e(p,o,n=>r=n).catch(o)}),jh=({address:e,family:t})=>{if(!l.isString(e))throw TypeError("address must be a string");return{address:e,family:t||(e.indexOf(".")<0?6:4)}},Lo=(e,t)=>jh(l.isObject(e)?e:{address:e,family:t}),Oo=Mh&&function(t){return Nh(async function(r,a,i){let{data:p,lookup:o,family:n}=t,{responseType:u,responseEncoding:c}=t,f=t.method.toUpperCase(),y,b=!1,g;if(o){let I=Co(o,k=>l.isArray(k)?k:[k]);o=(k,E,Me)=>{I(k,E,(z,ve,Ns)=>{let ue=l.isArray(ve)?ve.map(ie=>Lo(ie)):[Lo(ve,Ns)];E.all?Me(z,ue):Me(z,ue[0].address,ue[0].family)})}}let x=new Do.default,v=()=>{t.cancelToken&&t.cancelToken.unsubscribe(q),t.signal&&t.signal.removeEventListener("abort",q),x.removeAllListeners()};i((I,k)=>{y=!0,k&&(b=!0,v())});function q(I){x.emit("abort",!I||I.type?new pe(null,t,g):I)}x.once("abort",a),(t.cancelToken||t.signal)&&(t.cancelToken&&t.cancelToken.subscribe(q),t.signal&&(t.signal.aborted?q():t.signal.addEventListener("abort",q)));let P=Se(t.baseURL,t.url),T=new URL(P,"http://localhost"),B=T.protocol||Uo[0];if(B==="data:"){let I;if(f!=="GET")return Ie(r,a,{status:405,statusText:"method not allowed",headers:{},config:t});try{I=_r(t.url,u==="blob",{Blob:t.env&&t.env.Blob})}catch(k){throw R.from(k,R.ERR_BAD_REQUEST,t)}return u==="text"?(I=I.toString(c),(!c||c==="utf8")&&(I=l.stripBOM(I))):u==="stream"&&(I=Oe.default.Readable.from(I)),Ie(r,a,{data:I,status:200,statusText:"OK",headers:new D,config:t})}if(Uo.indexOf(B)===-1)return a(new R("Unsupported protocol "+B,R.ERR_BAD_REQUEST,t));let U=D.from(t.headers).normalize();U.set("User-Agent","axios/"+Fe,!1);let Y=t.onDownloadProgress,X=t.onUploadProgress,Z=t.maxRate,V,ce;if(l.isSpecCompliantForm(p)){let I=U.getContentType(/boundary=([-_\w\d]{10,70})/i);p=wo(p,k=>{U.set(k)},{tag:`axios-${Fe}-boundary`,boundary:I&&I[1]||void 0})}else if(l.isFormData(p)&&l.isFunction(p.getHeaders)){if(U.set(p.getHeaders()),!U.hasContentLength())try{let I=await Go.default.promisify(p.getLength).call(p);Number.isFinite(I)&&I>=0&&U.setContentLength(I)}catch{}}else if(l.isBlob(p))p.size&&U.setContentType(p.type||"application/octet-stream"),U.setContentLength(p.size||0),p=Oe.default.Readable.from(rs(p));else if(p&&!l.isStream(p)){if(!Buffer.isBuffer(p))if(l.isArrayBuffer(p))p=Buffer.from(new Uint8Array(p));else if(l.isString(p))p=Buffer.from(p,"utf-8");else return a(new R("Data after transformation must be a string, an ArrayBuffer, a Buffer, or a Stream",R.ERR_BAD_REQUEST,t));if(U.setContentLength(p.length,!1),t.maxBodyLength>-1&&p.length>t.maxBodyLength)return a(new R("Request body larger than maxBodyLength limit",R.ERR_BAD_REQUEST,t))}let ge=l.toFiniteNumber(U.getContentLength());l.isArray(Z)?(V=Z[0],ce=Z[1]):V=ce=Z,p&&(X||V)&&(l.isStream(p)||(p=Oe.default.Readable.from(p,{objectMode:!1})),p=Oe.default.pipeline([p,new Sr({length:ge,maxRate:l.toFiniteNumber(V)})],l.noop),X&&p.on("progress",I=>{X(Object.assign(I,{upload:!0}))}));let re;if(t.auth){let I=t.auth.username||"",k=t.auth.password||"";re=I+":"+k}if(!re&&T.username){let I=T.username,k=T.password;re=I+":"+k}re&&U.delete("authorization");let ee;try{ee=Ee(T.pathname+T.search,t.params,t.paramsSerializer).replace(/^\?/,"")}catch(I){let k=new Error(I.message);return k.config=t,k.url=t.url,k.exists=!0,a(k)}U.set("Accept-Encoding","gzip, compress, deflate"+(Bo?", br":""),!1);let L={path:ee,method:f,headers:U.toJSON(),agents:{http:t.httpAgent,https:t.httpsAgent},auth:re,protocol:B,family:n,beforeRedirect:Qh,beforeRedirects:{}};!l.isUndefined(o)&&(L.lookup=o),t.socketPath?L.socketPath=t.socketPath:(L.hostname=T.hostname,L.port=T.port,Fo(L,t.proxy,B+"//"+T.hostname+(T.port?":"+T.port:"")+L.path));let K,fe=Hh.test(L.protocol);if(L.agent=fe?t.httpsAgent:t.httpAgent,t.transport?K=t.transport:t.maxRedirects===0?K=fe?So.default:Eo.default:(t.maxRedirects&&(L.maxRedirects=t.maxRedirects),t.beforeRedirect&&(L.beforeRedirects.config=t.beforeRedirect),K=fe?Oh:Fh),t.maxBodyLength>-1?L.maxBodyLength=t.maxBodyLength:L.maxBodyLength=1/0,t.insecureHTTPParser&&(L.insecureHTTPParser=t.insecureHTTPParser),g=K.request(L,function(k){if(g.destroyed)return;let E=[k],Me=+k.headers["content-length"];if(Y){let ie=new Sr({length:l.toFiniteNumber(Me),maxRate:l.toFiniteNumber(ce)});Y&&ie.on("progress",_t=>{Y(Object.assign(_t,{download:!0}))}),E.push(ie)}let z=k,ve=k.req||g;if(t.decompress!==!1&&k.headers["content-encoding"])switch((f==="HEAD"||k.statusCode===204)&&delete k.headers["content-encoding"],(k.headers["content-encoding"]||"").toLowerCase()){case"gzip":case"x-gzip":case"compress":case"x-compress":E.push(ye.default.createUnzip(Ao)),delete k.headers["content-encoding"];break;case"deflate":E.push(new To),E.push(ye.default.createUnzip(Ao)),delete k.headers["content-encoding"];break;case"br":Bo&&(E.push(ye.default.createBrotliDecompress(Dh)),delete k.headers["content-encoding"])}z=E.length>1?Oe.default.pipeline(E,l.noop):E[0];let Ns=Oe.default.finished(z,()=>{Ns(),v()}),ue={status:k.statusCode,statusText:k.statusMessage,headers:new D(k.headers),config:t,request:ve};if(u==="stream")ue.data=z,Ie(r,a,ue);else{let ie=[],_t=0;z.on("data",function($){ie.push($),_t+=$.length,t.maxContentLength>-1&&_t>t.maxContentLength&&(b=!0,z.destroy(),a(new R("maxContentLength size of "+t.maxContentLength+" exceeded",R.ERR_BAD_RESPONSE,t,ve)))}),z.on("aborted",function(){if(b)return;let $=new R("maxContentLength size of "+t.maxContentLength+" exceeded",R.ERR_BAD_RESPONSE,t,ve);z.destroy($),a($)}),z.on("error",function($){g.destroyed||a(R.from($,null,t,ve))}),z.on("end",function(){try{let $=ie.length===1?ie[0]:Buffer.concat(ie);u!=="arraybuffer"&&($=$.toString(c),(!c||c==="utf8")&&($=l.stripBOM($))),ue.data=$}catch($){return a(R.from($,null,t,ue.request,ue))}Ie(r,a,ue)})}x.once("abort",ie=>{z.destroyed||(z.emit("error",ie),z.destroy())})}),x.once("abort",I=>{a(I),g.destroy(I)}),g.on("error",function(k){a(R.from(k,null,t,g))}),g.on("socket",function(k){k.setKeepAlive(!0,1e3*60)}),t.timeout){let I=parseInt(t.timeout,10);if(Number.isNaN(I)){a(new R("error trying to parse `config.timeout` to int",R.ERR_BAD_OPTION_VALUE,t,g));return}g.setTimeout(I,function(){if(y)return;let E=t.timeout?"timeout of "+t.timeout+"ms exceeded":"timeout exceeded",Me=t.transitional||Xe;t.timeoutErrorMessage&&(E=t.timeoutErrorMessage),a(new R(E,Me.clarifyTimeoutError?R.ETIMEDOUT:R.ECONNABORTED,t,g)),q()})}if(l.isStream(p)){let I=!1,k=!1;p.on("end",()=>{I=!0}),p.once("error",E=>{k=!0,g.destroy(E)}),p.on("close",()=>{!I&&!k&&q(new pe("Request stream has been aborted",t,g))}),p.pipe(g)}else g.end(p)})};var Ho=W.hasStandardBrowserEnv?function(){return{write:function(s,r,a,i,p,o){let n=[];n.push(s+"="+encodeURIComponent(r)),l.isNumber(a)&&n.push("expires="+new Date(a).toGMTString()),l.isString(i)&&n.push("path="+i),l.isString(p)&&n.push("domain="+p),o===!0&&n.push("secure"),document.cookie=n.join("; ")},read:function(s){let r=document.cookie.match(new RegExp("(^|;\\s*)("+s+")=([^;]*)"));return r?decodeURIComponent(r[3]):null},remove:function(s){this.write(s,"",Date.now()-864e5)}}}():function(){return{write:function(){},read:function(){return null},remove:function(){}}}();var Qo=W.hasStandardBrowserEnv?function(){let t=/(msie|trident)/i.test(navigator.userAgent),s=document.createElement("a"),r;function a(i){let p=i;return t&&(s.setAttribute("href",p),p=s.href),s.setAttribute("href",p),{href:s.href,protocol:s.protocol?s.protocol.replace(/:$/,""):"",host:s.host,search:s.search?s.search.replace(/^\?/,""):"",hash:s.hash?s.hash.replace(/^#/,""):"",hostname:s.hostname,port:s.port,pathname:s.pathname.charAt(0)==="/"?s.pathname:"/"+s.pathname}}return r=a(window.location.href),function(p){let o=l.isString(p)?a(p):p;return o.protocol===r.protocol&&o.host===r.host}}():function(){return function(){return!0}}();function Mo(e,t){let s=0,r=ts(50,250);return a=>{let i=a.loaded,p=a.lengthComputable?a.total:void 0,o=i-s,n=r(o),u=i<=p;s=i;let c={loaded:i,total:p,progress:p?i/p:void 0,bytes:o,rate:n||void 0,estimated:n&&p&&u?(p-i)/n:void 0,event:a};c[t?"download":"upload"]=!0,e(c)}}var Vh=typeof XMLHttpRequest<"u",No=Vh&&function(e){return new Promise(function(s,r){let a=e.data,i=D.from(e.headers).normalize(),p=e.responseType,o;function n(){e.cancelToken&&e.cancelToken.unsubscribe(o),e.signal&&e.signal.removeEventListener("abort",o)}let u;if(l.isFormData(a)){if(W.hasStandardBrowserEnv||W.hasStandardBrowserWebWorkerEnv)i.setContentType(!1);else if((u=i.getContentType())!==!1){let[g,...x]=u?u.split(";").map(v=>v.trim()).filter(Boolean):[];i.setContentType([g||"multipart/form-data",...x].join("; "))}}let c=new XMLHttpRequest;if(e.auth){let g=e.auth.username||"",x=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";i.set("Authorization","Basic "+btoa(g+":"+x))}let f=Se(e.baseURL,e.url);c.open(e.method.toUpperCase(),Ee(f,e.params,e.paramsSerializer),!0),c.timeout=e.timeout;function y(){if(!c)return;let g=D.from("getAllResponseHeaders"in c&&c.getAllResponseHeaders()),v={data:!p||p==="text"||p==="json"?c.responseText:c.response,status:c.status,statusText:c.statusText,headers:g,config:e,request:c};Ie(function(P){s(P),n()},function(P){r(P),n()},v),c=null}if("onloadend"in c?c.onloadend=y:c.onreadystatechange=function(){!c||c.readyState!==4||c.status===0&&!(c.responseURL&&c.responseURL.indexOf("file:")===0)||setTimeout(y)},c.onabort=function(){c&&(r(new R("Request aborted",R.ECONNABORTED,e,c)),c=null)},c.onerror=function(){r(new R("Network Error",R.ERR_NETWORK,e,c)),c=null},c.ontimeout=function(){let x=e.timeout?"timeout of "+e.timeout+"ms exceeded":"timeout exceeded",v=e.transitional||Xe;e.timeoutErrorMessage&&(x=e.timeoutErrorMessage),r(new R(x,v.clarifyTimeoutError?R.ETIMEDOUT:R.ECONNABORTED,e,c)),c=null},W.hasStandardBrowserEnv){let g=Qo(f)&&e.xsrfCookieName&&Ho.read(e.xsrfCookieName);g&&i.set(e.xsrfHeaderName,g)}a===void 0&&i.setContentType(null),"setRequestHeader"in c&&l.forEach(i.toJSON(),function(x,v){c.setRequestHeader(v,x)}),l.isUndefined(e.withCredentials)||(c.withCredentials=!!e.withCredentials),p&&p!=="json"&&(c.responseType=e.responseType),typeof e.onDownloadProgress=="function"&&c.addEventListener("progress",Mo(e.onDownloadProgress,!0)),typeof e.onUploadProgress=="function"&&c.upload&&c.upload.addEventListener("progress",Mo(e.onUploadProgress)),(e.cancelToken||e.signal)&&(o=g=>{c&&(r(!g||g.type?new pe(null,e,c):g),c.abort(),c=null)},e.cancelToken&&e.cancelToken.subscribe(o),e.signal&&(e.signal.aborted?o():e.signal.addEventListener("abort",o)));let b=It(f);if(b&&W.protocols.indexOf(b)===-1){r(new R("Unsupported protocol "+b+":",R.ERR_BAD_REQUEST,e));return}c.send(a||null)})};var Dr={http:Oo,xhr:No};l.forEach(Dr,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch{}Object.defineProperty(e,"adapterName",{value:t})}});var jo=e=>`- ${e}`,zh=e=>l.isFunction(e)||e===null||e===!1,as={getAdapter:e=>{e=l.isArray(e)?e:[e];let{length:t}=e,s,r,a={};for(let i=0;i<t;i++){s=e[i];let p;if(r=s,!zh(s)&&(r=Dr[(p=String(s)).toLowerCase()],r===void 0))throw new R(`Unknown adapter '${p}'`);if(r)break;a[p||"#"+i]=r}if(!r){let i=Object.entries(a).map(([o,n])=>`adapter ${o} `+(n===!1?"is not supported by the environment":"is not available in the build")),p=t?i.length>1?`since :
13
+ `+i.map(jo).join(`
14
+ `):" "+jo(i[0]):"as no adapter specified";throw new R("There is no suitable adapter to dispatch the request "+p,"ERR_NOT_SUPPORT")}return r},adapters:Dr};function Fr(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new pe(null,e)}function ns(e){return Fr(e),e.headers=D.from(e.headers),e.data=bt.call(e,e.transformRequest),["post","put","patch"].indexOf(e.method)!==-1&&e.headers.setContentType("application/x-www-form-urlencoded",!1),as.getAdapter(e.adapter||Ze.adapter)(e).then(function(r){return Fr(e),r.data=bt.call(e,e.transformResponse,r),r.headers=D.from(r.headers),r},function(r){return Rt(r)||(Fr(e),r&&r.response&&(r.response.data=bt.call(e,e.transformResponse,r.response),r.response.headers=D.from(r.response.headers))),Promise.reject(r)})}var Vo=e=>e instanceof D?e.toJSON():e;function xe(e,t){t=t||{};let s={};function r(u,c,f){return l.isPlainObject(u)&&l.isPlainObject(c)?l.merge.call({caseless:f},u,c):l.isPlainObject(c)?l.merge({},c):l.isArray(c)?c.slice():c}function a(u,c,f){if(l.isUndefined(c)){if(!l.isUndefined(u))return r(void 0,u,f)}else return r(u,c,f)}function i(u,c){if(!l.isUndefined(c))return r(void 0,c)}function p(u,c){if(l.isUndefined(c)){if(!l.isUndefined(u))return r(void 0,u)}else return r(void 0,c)}function o(u,c,f){if(f in t)return r(u,c);if(f in e)return r(void 0,u)}let n={url:i,method:i,data:i,baseURL:p,transformRequest:p,transformResponse:p,paramsSerializer:p,timeout:p,timeoutMessage:p,withCredentials:p,adapter:p,responseType:p,xsrfCookieName:p,xsrfHeaderName:p,onUploadProgress:p,onDownloadProgress:p,decompress:p,maxContentLength:p,maxBodyLength:p,beforeRedirect:p,transport:p,httpAgent:p,httpsAgent:p,cancelToken:p,socketPath:p,responseEncoding:p,validateStatus:o,headers:(u,c)=>a(Vo(u),Vo(c),!0)};return l.forEach(Object.keys(Object.assign({},e,t)),function(c){let f=n[c]||a,y=f(e[c],t[c],c);l.isUndefined(y)&&f!==o||(s[c]=y)}),s}var Or={};["object","boolean","number","function","string","symbol"].forEach((e,t)=>{Or[e]=function(r){return typeof r===e||"a"+(t<1?"n ":" ")+e}});var zo={};Or.transitional=function(t,s,r){function a(i,p){return"[Axios v"+Fe+"] Transitional option '"+i+"'"+p+(r?". "+r:"")}return(i,p,o)=>{if(t===!1)throw new R(a(p," has been removed"+(s?" in "+s:"")),R.ERR_DEPRECATED);return s&&!zo[p]&&(zo[p]=!0,console.warn(a(p," has been deprecated since v"+s+" and will be removed in the near future"))),t?t(i,p,o):!0}};function $h(e,t,s){if(typeof e!="object")throw new R("options must be an object",R.ERR_BAD_OPTION_VALUE);let r=Object.keys(e),a=r.length;for(;a-- >0;){let i=r[a],p=t[i];if(p){let o=e[i],n=o===void 0||p(o,i,e);if(n!==!0)throw new R("option "+i+" must be "+n,R.ERR_BAD_OPTION_VALUE);continue}if(s!==!0)throw new R("Unknown option "+i,R.ERR_BAD_OPTION)}}var is={assertOptions:$h,validators:Or};var Te=is.validators,nt=class{constructor(t){this.defaults=t,this.interceptors={request:new xr,response:new xr}}request(t,s){typeof t=="string"?(s=s||{},s.url=t):s=t||{},s=xe(this.defaults,s);let{transitional:r,paramsSerializer:a,headers:i}=s;r!==void 0&&is.assertOptions(r,{silentJSONParsing:Te.transitional(Te.boolean),forcedJSONParsing:Te.transitional(Te.boolean),clarifyTimeoutError:Te.transitional(Te.boolean)},!1),a!=null&&(l.isFunction(a)?s.paramsSerializer={serialize:a}:is.assertOptions(a,{encode:Te.function,serialize:Te.function},!0)),s.method=(s.method||this.defaults.method||"get").toLowerCase();let p=i&&l.merge(i.common,i[s.method]);i&&l.forEach(["delete","get","head","post","put","patch","common"],g=>{delete i[g]}),s.headers=D.concat(p,i);let o=[],n=!0;this.interceptors.request.forEach(function(x){typeof x.runWhen=="function"&&x.runWhen(s)===!1||(n=n&&x.synchronous,o.unshift(x.fulfilled,x.rejected))});let u=[];this.interceptors.response.forEach(function(x){u.push(x.fulfilled,x.rejected)});let c,f=0,y;if(!n){let g=[ns.bind(this),void 0];for(g.unshift.apply(g,o),g.push.apply(g,u),y=g.length,c=Promise.resolve(s);f<y;)c=c.then(g[f++],g[f++]);return c}y=o.length;let b=s;for(f=0;f<y;){let g=o[f++],x=o[f++];try{b=g(b)}catch(v){x.call(this,v);break}}try{c=ns.call(this,b)}catch(g){return Promise.reject(g)}for(f=0,y=u.length;f<y;)c=c.then(u[f++],u[f++]);return c}getUri(t){t=xe(this.defaults,t);let s=Se(t.baseURL,t.url);return Ee(s,t.params,t.paramsSerializer)}};l.forEach(["delete","get","head","options"],function(t){nt.prototype[t]=function(s,r){return this.request(xe(r||{},{method:t,url:s,data:(r||{}).data}))}});l.forEach(["post","put","patch"],function(t){function s(r){return function(i,p,o){return this.request(xe(o||{},{method:t,headers:r?{"Content-Type":"multipart/form-data"}:{},url:i,data:p}))}}nt.prototype[t]=s(),nt.prototype[t+"Form"]=s(!0)});var Pt=nt;var Tt=class{constructor(t){if(typeof t!="function")throw new TypeError("executor must be a function.");let s;this.promise=new Promise(function(i){s=i});let r=this;this.promise.then(a=>{if(!r._listeners)return;let i=r._listeners.length;for(;i-- >0;)r._listeners[i](a);r._listeners=null}),this.promise.then=a=>{let i,p=new Promise(o=>{r.subscribe(o),i=o}).then(a);return p.cancel=function(){r.unsubscribe(i)},p},t(function(i,p,o){r.reason||(r.reason=new pe(i,p,o),s(r.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(t){if(this.reason){t(this.reason);return}this._listeners?this._listeners.push(t):this._listeners=[t]}unsubscribe(t){if(!this._listeners)return;let s=this._listeners.indexOf(t);s!==-1&&this._listeners.splice(s,1)}static source(){let t;return{token:new Tt(function(a){t=a}),cancel:t}}},$o=Tt;function Hr(e){return function(s){return e.apply(null,s)}}function Qr(e){return l.isObject(e)&&e.isAxiosError===!0}var Mr={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(Mr).forEach(([e,t])=>{Mr[t]=e});var Ko=Mr;function Jo(e){let t=new Pt(e),s=ut(Pt.prototype.request,t);return l.extend(s,Pt.prototype,t,{allOwnKeys:!0}),l.extend(s,t,null,{allOwnKeys:!0}),s.create=function(a){return Jo(xe(e,a))},s}var S=Jo(Ze);S.Axios=Pt;S.CanceledError=pe;S.CancelToken=$o;S.isCancel=Rt;S.VERSION=Fe;S.toFormData=ke;S.AxiosError=R;S.Cancel=S.CanceledError;S.all=function(t){return Promise.all(t)};S.spread=Hr;S.isAxiosError=Qr;S.mergeConfig=xe;S.AxiosHeaders=D;S.formToJSON=e=>Kt(l.isHTMLForm(e)?new FormData(e):e);S.getAdapter=as.getAdapter;S.HttpStatusCode=Ko;S.default=S;var he=S;var{Axios:Kh,AxiosError:Jh,CanceledError:Yh,isCancel:Xh,CancelToken:Zh,VERSION:eb,all:tb,Cancel:sb,isAxiosError:rb,spread:ab,toFormData:nb,AxiosHeaders:ib,HttpStatusCode:ob,formToJSON:pb,getAdapter:cb,mergeConfig:ub}=he;var Kr={};St(Kr,{DEFAULT_OPTIONS:()=>np,default:()=>$r,exponentialDelay:()=>rp,isIdempotentRequestError:()=>Vr,isNetworkError:()=>jr,isNetworkOrIdempotentRequestError:()=>zr,isRetryableError:()=>ps,isSafeRequestError:()=>sp,linearDelay:()=>ap,namespace:()=>os,retryAfter:()=>cs});var ep=G(Xo(),1),os="axios-retry";function jr(e){let t=["ERR_CANCELED","ECONNABORTED"];return e.response||!e.code||t.includes(e.code)?!1:(0,ep.default)(e)}var tp=["get","head","options"],db=tp.concat(["put","delete"]);function ps(e){return e.code!=="ECONNABORTED"&&(!e.response||e.response.status===429||e.response.status>=500&&e.response.status<=599)}function sp(e){return e.config?.method?ps(e)&&tp.indexOf(e.config.method)!==-1:!1}function Vr(e){return e.config?.method?ps(e)&&db.indexOf(e.config.method)!==-1:!1}function zr(e){return jr(e)||Vr(e)}function cs(e=void 0){let t=e?.response?.headers["retry-after"];if(!t)return 0;let s=(Number(t)||0)*1e3;return s===0&&(s=(new Date(t).valueOf()||0)-Date.now()),Math.max(0,s)}function mb(e=0,t=void 0){return Math.max(0,cs(t))}function rp(e=0,t=void 0,s=100){let r=2**e*s,a=Math.max(r,cs(t)),i=a*.2*Math.random();return a+i}function ap(e=100){return(t=0,s=void 0)=>{let r=t*e;return Math.max(r,cs(s))}}var np={retries:3,retryCondition:zr,retryDelay:mb,shouldResetTimeout:!1,onRetry:()=>{},onMaxRetryTimesExceeded:()=>{},validateResponse:null};function gb(e,t){return{...np,...t,...e[os]}}function Zo(e,t,s=!1){let r=gb(e,t||{});return r.retryCount=r.retryCount||0,(!r.lastRequestTime||s)&&(r.lastRequestTime=Date.now()),e[os]=r,r}function fb(e,t){e.defaults.agent===t.agent&&delete t.agent,e.defaults.httpAgent===t.httpAgent&&delete t.httpAgent,e.defaults.httpsAgent===t.httpsAgent&&delete t.httpsAgent}async function yb(e,t){let{retries:s,retryCondition:r}=e,a=(e.retryCount||0)<s&&r(t);if(typeof a=="object")try{return await a!==!1}catch{return!1}return a}async function xb(e,t,s,r){t.retryCount+=1;let{retryDelay:a,shouldResetTimeout:i,onRetry:p}=t,o=a(t.retryCount,s);if(fb(e,r),!i&&r.timeout&&t.lastRequestTime){let n=Date.now()-t.lastRequestTime,u=r.timeout-n-o;if(u<=0)return Promise.reject(s);r.timeout=u}return r.transformRequest=[n=>n],await p(t.retryCount,s,r),r.signal?.aborted?Promise.resolve(e(r)):new Promise(n=>{let u=()=>{clearTimeout(c),n(e(r))},c=setTimeout(()=>{n(e(r)),r.signal?.removeEventListener&&r.signal.removeEventListener("abort",u)},o);r.signal?.addEventListener&&r.signal.addEventListener("abort",u,{once:!0})})}async function hb(e,t){e.retryCount>=e.retries&&await e.onMaxRetryTimesExceeded(t,e.retryCount)}var Ce=(e,t)=>{let s=e.interceptors.request.use(a=>(Zo(a,t,!0),a[os]?.validateResponse&&(a.validateStatus=()=>!1),a)),r=e.interceptors.response.use(null,async a=>{let{config:i}=a;if(!i)return Promise.reject(a);let p=Zo(i,t);return a.response&&p.validateResponse?.(a.response)?a.response:await yb(p,a)?xb(e,p,a,i):(await hb(p,a),Promise.reject(a))});return{requestInterceptorId:s,responseInterceptorId:r}};Ce.isNetworkError=jr;Ce.isSafeRequestError=sp;Ce.isIdempotentRequestError=Vr;Ce.isNetworkOrIdempotentRequestError=zr;Ce.exponentialDelay=rp;Ce.linearDelay=ap;Ce.isRetryableError=ps;var $r=Ce;var ip=G(require("crypto"));var bb={getRandomValues:e=>new Uint8Array(e.map(()=>Math.floor(Math.random()*256)))},Jr=typeof window<"u"&&typeof window.document<"u"?window.crypto:ip.default;Jr.getRandomValues||(Jr=bb);var A=class extends Error{constructor(s,r,a,i,p,o,n){super(i);this.code=s;this.description=r;this.type=a;this.message=i;this.error=p;this.id=o;this.metadata=n;this.id||(this.id=A.generateId())}isApiError=!0;format(){return`[${this.type}] ${this.message} (Error ID: ${this.id})`}toJSON(){return{id:this.id,code:this.code,type:this.type,message:this.message,metadata:this.metadata}}static generateId(){let s=this.getPrefix(),r=new Date().toISOString().replace(/[\-:TZ]/g,"").split(".")[0],a=4,i=Array.from(Jr.getRandomValues(new Uint8Array(a))).map(p=>p.toString(16).padStart(2,"0")).join("").toUpperCase();return`${s}_${r}x${i}`}static getPrefix(){return typeof window<"u"&&typeof window.document<"u"?"err_bwsr":"err"}},Rb=e=>typeof e=="object"&&!Array.isArray(e)&&e!==null,op=e=>e instanceof A||Rb(e)&&e.isApiError===!0,Ae=class extends A{constructor(t,s,r,a){super(500,"An unknown error occurred","Unknown",t,s,r,a)}},us=class extends A{constructor(t,s,r,a){super(500,"An internal error occurred","Internal",t,s,r,a)}},ls=class extends A{constructor(t,s,r,a){super(401,"The request requires to be authenticated.","Unauthorized",t,s,r,a)}},ds=class extends A{constructor(t,s,r,a){super(403,"The requested action can't be peform by this resource.","Forbidden",t,s,r,a)}},ms=class extends A{constructor(t,s,r,a){super(413,"The request payload is too large.","PayloadTooLarge",t,s,r,a)}},gs=class extends A{constructor(t,s,r,a){super(400,"The request payload is invalid.","InvalidPayload",t,s,r,a)}},fs=class extends A{constructor(t,s,r,a){super(415,"The request is invalid because the content-type is not supported.","UnsupportedMediaType",t,s,r,a)}},ys=class extends A{constructor(t,s,r,a){super(405,"The requested method does not exist.","MethodNotFound",t,s,r,a)}},xs=class extends A{constructor(t,s,r,a){super(404,"The requested resource does not exist.","ResourceNotFound",t,s,r,a)}},hs=class extends A{constructor(t,s,r,a){super(400,"The provided JSON schema is invalid.","InvalidJsonSchema",t,s,r,a)}},bs=class extends A{constructor(t,s,r,a){super(400,"The provided data doesn't respect the provided JSON schema.","InvalidDataFormat",t,s,r,a)}},Rs=class extends A{constructor(t,s,r,a){super(400,"The provided identifier is not valid. An identifier must start with a lowercase letter, be between 2 and 100 characters long and use only alphanumeric characters.","InvalidIdentifier",t,s,r,a)}},qs=class extends A{constructor(t,s,r,a){super(409,"The resource is related with a different resource that the one referenced in the request. This is usually caused when providing two resource identifiers that aren't linked together.","RelationConflict",t,s,r,a)}},vs=class extends A{constructor(t,s,r,a){super(409,"The resource cannot be deleted because it's referenced by another resource","ReferenceConstraint",t,s,r,a)}},ks=class extends A{constructor(t,s,r,a){super(409,"The resource is current locked and cannot be operated on until the lock is released.","ResourceLockedConflict",t,s,r,a)}},Is=class extends A{constructor(t,s,r,a){super(400,"The provided resource reference is missing. This is usually caused when providing an invalid id inside the payload of a request.","ReferenceNotFound",t,s,r,a)}},ws=class extends A{constructor(t,s,r,a){super(400,"The provided query is invalid. This is usually caused when providing an invalid parameter for querying a resource.","InvalidQuery",t,s,r,a)}},Ps=class extends A{constructor(t,s,r,a){super(400,"An error happened during the execution of a runtime (bot or integration).","Runtime",t,s,r,a)}},Ts=class extends A{constructor(t,s,r,a){super(409,"The record attempted to be created already exists.","AlreadyExists",t,s,r,a)}},Cs=class extends A{constructor(t,s,r,a){super(429,"The request has been rate limited.","RateLimited",t,s,r,a)}},As=class extends A{constructor(t,s,r,a){super(402,"A payment is required to perform this request.","PaymentRequired",t,s,r,a)}},Bs=class extends A{constructor(t,s,r,a){super(403,"The request exceeds the allowed quota. Quotas are a soft limit that can be increased.","QuotaExceeded",t,s,r,a)}},Us=class extends A{constructor(t,s,r,a){super(413,"The request exceeds the allowed limit. Limits are a hard limit that cannot be increased.","LimitExceeded",t,s,r,a)}},Ls=class extends A{constructor(t,s,r,a){super(400,"Request payload contains breaking changes which is not allowed for this resource without a version increment.","BreakingChanges",t,s,r,a)}},qb={Unknown:Ae,Internal:us,Unauthorized:ls,Forbidden:ds,PayloadTooLarge:ms,InvalidPayload:gs,UnsupportedMediaType:fs,MethodNotFound:ys,ResourceNotFound:xs,InvalidJsonSchema:hs,InvalidDataFormat:bs,InvalidIdentifier:Rs,RelationConflict:qs,ReferenceConstraint:vs,ResourceLockedConflict:ks,ReferenceNotFound:Is,InvalidQuery:ws,Runtime:Ps,AlreadyExists:Ts,RateLimited:Cs,PaymentRequired:As,QuotaExceeded:Bs,LimitExceeded:Us,BreakingChanges:Ls},_s=e=>op(e)?e:e instanceof Error?new Ae(e.message,e):typeof e=="string"?new Ae(e):vb(e);function vb(e){if(typeof e=="object"&&"code"in e&&"type"in e&&"id"in e&&"message"in e&&typeof e.type=="string"&&typeof e.message=="string"){let t=qb[e.type];return t?new t(e.message,void 0,e.id||"UNKNOWN",e.metadata):new Ae(`An unclassified API error occurred: ${e.message} (Type: ${e.type}, Code: ${e.code})`)}return new Ae("An invalid error occurred: "+JSON.stringify(e))}var be=class extends Error{constructor(s,r,a){super(s);this.innerError=r;this.file=a;this.name="FileUploadError"}};var Ra=G(Yr()),nf=G(require("http")),of=G(require("https"));var Ct=G(Yr()),Bb="https://api.botpress.cloud",Ub=6e4,Lb="BP_API_URL",_b="BP_BOT_ID",Eb="BP_INTEGRATION_ID",Sb="BP_WORKSPACE_ID",Gb="BP_TOKEN";function pp(e){let t=Wb(e),s={};t.workspaceId&&(s["x-workspace-id"]=t.workspaceId),t.botId&&(s["x-bot-id"]=t.botId),t.integrationId&&(s["x-integration-id"]=t.integrationId),t.token&&(s.Authorization=`Bearer ${t.token}`),s={...s,...t.headers};let r=t.apiUrl??Bb,a=t.timeout??Ub;return{apiUrl:r,timeout:a,withCredentials:Ct.isBrowser,headers:s}}function Wb(e){return Ct.isBrowser?e:Ct.isNode?Db(e):e}function Db(e){let t={...e,apiUrl:e.apiUrl??process.env[Lb],botId:e.botId??process.env[_b],integrationId:e.integrationId??process.env[Eb],workspaceId:e.workspaceId??process.env[Sb]},s=t.token??process.env[Gb];return s&&(t.token=s),t}var yc=G(fc()),uq=e=>e[1]!==void 0,d=e=>{let{method:t,path:s,query:r,headers:a,body:i}=e,p=Object.entries(a).filter(uq),o=Object.fromEntries(p),n=yc.default.stringify(r,{encode:!0,arrayFormat:"repeat",allowDots:!0}),u=n?[s,n].join("?"):s,c=["put","post","delete","patch"].includes(t.toLowerCase())?i:void 0;return{method:t,url:u,headers:o,data:c}};var xc=e=>({path:"/v1/chat/conversations",headers:{},query:{},params:{},body:{channel:e.channel,tags:e.tags,integrationName:e.integrationName}});var bc=e=>({path:`/v1/chat/conversations/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var qc=e=>({path:"/v1/chat/conversations",headers:{},query:{nextToken:e.nextToken,sortField:e.sortField,sortDirection:e.sortDirection,tags:e.tags,participantIds:e.participantIds,integrationName:e.integrationName,channel:e.channel},params:{},body:{}});var kc=e=>({path:"/v1/chat/conversations/get-or-create",headers:{},query:{},params:{},body:{channel:e.channel,tags:e.tags,integrationName:e.integrationName,discriminateByTags:e.discriminateByTags}});var wc=e=>({path:`/v1/chat/conversations/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{currentTaskId:e.currentTaskId,tags:e.tags}});var Tc=e=>({path:`/v1/chat/conversations/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Ac=e=>({path:`/v1/chat/conversations/${encodeURIComponent(e.id)}/participants`,headers:{},query:{nextToken:e.nextToken},params:{id:e.id},body:{}});var Uc=e=>({path:`/v1/chat/conversations/${encodeURIComponent(e.id)}/participants`,headers:{},query:{},params:{id:e.id},body:{userId:e.userId}});var _c=e=>({path:`/v1/chat/conversations/${encodeURIComponent(e.id)}/participants/${encodeURIComponent(e.userId)}`,headers:{},query:{},params:{id:e.id,userId:e.userId},body:{}});var Sc=e=>({path:`/v1/chat/conversations/${encodeURIComponent(e.id)}/participants/${encodeURIComponent(e.userId)}`,headers:{},query:{},params:{id:e.id,userId:e.userId},body:{}});var Wc=e=>({path:"/v1/chat/events",headers:{},query:{},params:{},body:{type:e.type,payload:e.payload,schedule:e.schedule,conversationId:e.conversationId,userId:e.userId,messageId:e.messageId}});var Fc=e=>({path:`/v1/chat/events/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Hc=e=>({path:"/v1/chat/events",headers:{},query:{nextToken:e.nextToken,type:e.type,conversationId:e.conversationId,userId:e.userId,messageId:e.messageId,status:e.status},params:{},body:{}});var Mc=e=>({path:"/v1/chat/messages",headers:{},query:{},params:{},body:{payload:e.payload,userId:e.userId,conversationId:e.conversationId,type:e.type,tags:e.tags,schedule:e.schedule}});var jc=e=>({path:"/v1/chat/messages/get-or-create",headers:{},query:{},params:{},body:{payload:e.payload,userId:e.userId,conversationId:e.conversationId,type:e.type,tags:e.tags,schedule:e.schedule,discriminateByTags:e.discriminateByTags}});var zc=e=>({path:`/v1/chat/messages/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Kc=e=>({path:`/v1/chat/messages/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{tags:e.tags}});var Yc=e=>({path:"/v1/chat/messages",headers:{},query:{nextToken:e.nextToken,conversationId:e.conversationId,tags:e.tags},params:{},body:{}});var Zc=e=>({path:`/v1/chat/messages/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var tu=e=>({path:"/v1/chat/users",headers:{},query:{},params:{},body:{tags:e.tags,integrationName:e.integrationName,name:e.name,pictureUrl:e.pictureUrl}});var ru=e=>({path:`/v1/chat/users/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var nu=e=>({path:"/v1/chat/users",headers:{},query:{nextToken:e.nextToken,conversationId:e.conversationId,tags:e.tags},params:{},body:{}});var ou=e=>({path:"/v1/chat/users/get-or-create",headers:{},query:{},params:{},body:{tags:e.tags,integrationName:e.integrationName,name:e.name,pictureUrl:e.pictureUrl,discriminateByTags:e.discriminateByTags}});var cu=e=>({path:`/v1/chat/users/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{tags:e.tags,name:e.name,pictureUrl:e.pictureUrl}});var lu=e=>({path:`/v1/chat/users/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var mu=e=>({path:`/v1/chat/states/${encodeURIComponent(e.type)}/${encodeURIComponent(e.id)}/${encodeURIComponent(e.name)}/expiry`,headers:{},query:{},params:{type:e.type,id:e.id,name:e.name},body:{expiry:e.expiry}});var fu=e=>({path:`/v1/chat/states/${encodeURIComponent(e.type)}/${encodeURIComponent(e.id)}/${encodeURIComponent(e.name)}`,headers:{},query:{},params:{type:e.type,id:e.id,name:e.name},body:{}});var xu=e=>({path:`/v1/chat/states/${encodeURIComponent(e.type)}/${encodeURIComponent(e.id)}/${encodeURIComponent(e.name)}`,headers:{},query:{},params:{type:e.type,id:e.id,name:e.name},body:{payload:e.payload,expiry:e.expiry}});var bu=e=>({path:`/v1/chat/states/${encodeURIComponent(e.type)}/${encodeURIComponent(e.id)}/${encodeURIComponent(e.name)}/get-or-set`,headers:{},query:{},params:{type:e.type,id:e.id,name:e.name},body:{payload:e.payload,expiry:e.expiry}});var qu=e=>({path:`/v1/chat/states/${encodeURIComponent(e.type)}/${encodeURIComponent(e.id)}/${encodeURIComponent(e.name)}`,headers:{},query:{},params:{type:e.type,id:e.id,name:e.name},body:{payload:e.payload}});var ku=e=>({path:"/v1/chat/actions",headers:{},query:{},params:{},body:{type:e.type,input:e.input}});var wu=e=>({path:"/v1/chat/integrations/configure",headers:{},query:{},params:{},body:{identifier:e.identifier,scheduleRegisterCall:e.scheduleRegisterCall}});var Tu=e=>({path:`/v1/chat/tasks/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Au=e=>({path:"/v1/chat/tasks",headers:{},query:{},params:{},body:{title:e.title,description:e.description,type:e.type,data:e.data,parentTaskId:e.parentTaskId,conversationId:e.conversationId,userId:e.userId,timeoutAt:e.timeoutAt,tags:e.tags}});var Uu=e=>({path:`/v1/chat/tasks/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{title:e.title,description:e.description,data:e.data,timeoutAt:e.timeoutAt,status:e.status,tags:e.tags}});var _u=e=>({path:`/v1/chat/tasks/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Su=e=>({path:"/v1/chat/tasks",headers:{},query:{nextToken:e.nextToken,tags:e.tags,conversationId:e.conversationId,userId:e.userId,parentTaskId:e.parentTaskId,status:e.status,type:e.type},params:{},body:{}});var Wu=e=>({path:"/v1/chat/workflows",headers:{},query:{},params:{},body:{name:e.name,input:e.input,parentWorkflowId:e.parentWorkflowId,conversationId:e.conversationId,userId:e.userId,timeoutAt:e.timeoutAt,tags:e.tags,status:e.status,eventId:e.eventId}});var Fu=e=>({path:`/v1/chat/workflows/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Hu=e=>({path:`/v1/chat/workflows/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{output:e.output,timeoutAt:e.timeoutAt,status:e.status,failureReason:e.failureReason,tags:e.tags,userId:e.userId,eventId:e.eventId}});var Mu=e=>({path:`/v1/chat/workflows/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var ju=e=>({path:"/v1/chat/workflows",headers:{},query:{nextToken:e.nextToken,tags:e.tags,conversationId:e.conversationId,userId:e.userId,parentWorkflowId:e.parentWorkflowId,statuses:e.statuses,name:e.name},params:{},body:{}});var zu=e=>({path:"/v1/chat/workflows/get-or-create",headers:{},query:{},params:{},body:{name:e.name,input:e.input,parentWorkflowId:e.parentWorkflowId,conversationId:e.conversationId,userId:e.userId,timeoutAt:e.timeoutAt,tags:e.tags,status:e.status,eventId:e.eventId}});var Ku=e=>({path:`/v1/chat/tags/${encodeURIComponent(e.key)}/values`,headers:{},query:{nextToken:e.nextToken,type:e.type},params:{key:e.key},body:{}});var Yu=e=>({path:"/v1/chat/analytics",headers:{},query:{},params:{},body:{name:e.name,count:e.count}});var Zu=e=>({path:"/v1/admin/helper/vrl",headers:{},query:{},params:{},body:{data:e.data,script:e.script}});var tl=e=>({path:"/v1/admin/account/me",headers:{},query:{},params:{},body:{}});var rl=e=>({path:"/v1/admin/account/me",headers:{},query:{},params:{},body:{displayName:e.displayName,profilePicture:e.profilePicture,refresh:e.refresh}});var nl=e=>({path:"/v1/admin/account/pats",headers:{},query:{},params:{},body:{}});var ol=e=>({path:"/v1/admin/account/pats",headers:{},query:{},params:{},body:{note:e.note}});var cl=e=>({path:`/v1/admin/account/pats/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var ll=e=>({path:`/v1/admin/account/preferences/${encodeURIComponent(e.key)}`,headers:{},query:{},params:{key:e.key},body:{value:e.value}});var ml=e=>({path:`/v1/admin/account/preferences/${encodeURIComponent(e.key)}`,headers:{},query:{},params:{key:e.key},body:{}});var fl=e=>({path:"/v1/admin/hub/integrations",headers:{},query:{nextToken:e.nextToken,name:e.name,version:e.version},params:{},body:{}});var xl=e=>({path:`/v1/admin/hub/integrations/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var bl=e=>({path:`/v1/admin/hub/integrations/${encodeURIComponent(e.name)}/${encodeURIComponent(e.version)}`,headers:{},query:{},params:{name:e.name,version:e.version},body:{}});var ql=e=>({path:"/v1/admin/bots",headers:{},query:{},params:{},body:{states:e.states,events:e.events,recurringEvents:e.recurringEvents,subscriptions:e.subscriptions,actions:e.actions,configuration:e.configuration,user:e.user,conversation:e.conversation,message:e.message,tags:e.tags,code:e.code,name:e.name,medias:e.medias,url:e.url,dev:e.dev}});var kl=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{url:e.url,authentication:e.authentication,configuration:e.configuration,tags:e.tags,blocked:e.blocked,alwaysAlive:e.alwaysAlive,user:e.user,message:e.message,conversation:e.conversation,events:e.events,actions:e.actions,states:e.states,recurringEvents:e.recurringEvents,integrations:e.integrations,subscriptions:e.subscriptions,code:e.code,name:e.name,medias:e.medias}});var wl=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/transfer`,headers:{},query:{},params:{id:e.id},body:{targetWorkspaceId:e.targetWorkspaceId}});var Tl=e=>({path:"/v1/admin/bots",headers:{},query:{dev:e.dev,tags:e.tags,nextToken:e.nextToken,sortField:e.sortField,sortDirection:e.sortDirection},params:{},body:{}});var Al=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Ul=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var _l=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/logs`,headers:{},query:{timeStart:e.timeStart,timeEnd:e.timeEnd,level:e.level,userId:e.userId,workflowId:e.workflowId,conversationId:e.conversationId,nextToken:e.nextToken},params:{id:e.id},body:{}});var Sl=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/webchat`,headers:{},query:{type:e.type},params:{id:e.id},body:{}});var Wl=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/analytics`,headers:{},query:{startDate:e.startDate,endDate:e.endDate},params:{id:e.id},body:{}});var Fl=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/issues/${encodeURIComponent(e.issueId)}`,headers:{},query:{},params:{id:e.id,issueId:e.issueId},body:{}});var Hl=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/issues`,headers:{},query:{nextToken:e.nextToken},params:{id:e.id},body:{}});var Ml=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/issues/${encodeURIComponent(e.issueId)}`,headers:{},query:{},params:{id:e.id,issueId:e.issueId},body:{}});var jl=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/issues/${encodeURIComponent(e.issueId)}/events`,headers:{},query:{},params:{id:e.id,issueId:e.issueId},body:{}});var zl=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/versions`,headers:{},query:{},params:{id:e.id},body:{}});var Kl=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/versions/${encodeURIComponent(e.versionId)}`,headers:{},query:{},params:{id:e.id,versionId:e.versionId},body:{}});var Yl=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/versions`,headers:{},query:{},params:{id:e.id},body:{name:e.name,description:e.description}});var Zl=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/versions/deploy`,headers:{},query:{},params:{id:e.id},body:{versionId:e.versionId}});var td=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}/billing/invoices`,headers:{},query:{},params:{id:e.id},body:{}});var rd=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}/billing/upcoming-invoice`,headers:{},query:{},params:{id:e.id},body:{}});var nd=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}/billing/invoices/charge-unpaid`,headers:{},query:{},params:{id:e.id},body:{invoiceIds:e.invoiceIds}});var od=e=>({path:"/v1/admin/workspaces",headers:{},query:{},params:{},body:{name:e.name}});var cd=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}/public`,headers:{},query:{},params:{id:e.id},body:{}});var ld=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var md=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}/usages`,headers:{},query:{type:e.type,period:e.period},params:{id:e.id},body:{}});var fd=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}/usages/by-bot`,headers:{},query:{type:e.type,period:e.period},params:{id:e.id},body:{}});var xd=e=>({path:"/v1/admin/workspaces/usages/quota-completion",headers:{},query:{},params:{},body:{}});var bd=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}/quota`,headers:{},query:{type:e.type,period:e.period},params:{id:e.id},body:{}});var qd=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}/quotas`,headers:{},query:{period:e.period},params:{id:e.id},body:{}});var kd=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{name:e.name,spendingLimit:e.spendingLimit,about:e.about,profilePicture:e.profilePicture,contactEmail:e.contactEmail,website:e.website,socialAccounts:e.socialAccounts,isPublic:e.isPublic,handle:e.handle}});var wd=e=>({path:"/v1/admin/workspaces/handle-availability",headers:{},query:{},params:{},body:{handle:e.handle}});var Td=e=>({path:"/v1/admin/workspaces",headers:{},query:{nextToken:e.nextToken,handle:e.handle},params:{},body:{}});var Ad=e=>({path:"/v1/admin/workspaces/public",headers:{},query:{nextToken:e.nextToken,workspaceIds:e.workspaceIds,search:e.search},params:{},body:{}});var Ud=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var _d=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}/audit-records`,headers:{},query:{nextToken:e.nextToken},params:{id:e.id},body:{}});var Sd=e=>({path:"/v1/admin/workspace-members",headers:{},query:{nextToken:e.nextToken},params:{},body:{}});var Wd=e=>({path:"/v1/admin/workspace-members/me",headers:{},query:{},params:{},body:{}});var Fd=e=>({path:`/v1/admin/workspace-members/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Hd=e=>({path:"/v1/admin/workspace-members",headers:{},query:{},params:{},body:{email:e.email,role:e.role}});var Md=e=>({path:`/v1/admin/workspace-members/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{role:e.role}});var jd=e=>({path:"/v1/admin/integrations/iaks",headers:{},query:{integrationId:e.integrationId},params:{},body:{}});var zd=e=>({path:"/v1/admin/integrations/iaks",headers:{},query:{},params:{},body:{integrationId:e.integrationId,note:e.note}});var Kd=e=>({path:`/v1/admin/integrations/iaks/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Yd=e=>({path:"/v1/admin/integrations",headers:{},query:{},params:{},body:{name:e.name,version:e.version,configuration:e.configuration,configurations:e.configurations,states:e.states,events:e.events,actions:e.actions,entities:e.entities,identifier:e.identifier,channels:e.channels,user:e.user,interfaces:e.interfaces,secrets:e.secrets,code:e.code,url:e.url,dev:e.dev,icon:e.icon,readme:e.readme,title:e.title,description:e.description,public:e.public,layers:e.layers}});var Zd=e=>({path:"/v1/admin/integrations/validate",headers:{},query:{},params:{},body:{name:e.name,version:e.version,configuration:e.configuration,configurations:e.configurations,states:e.states,events:e.events,actions:e.actions,entities:e.entities,identifier:e.identifier,channels:e.channels,user:e.user,interfaces:e.interfaces,secrets:e.secrets,code:e.code,url:e.url,dev:e.dev,icon:e.icon,readme:e.readme,title:e.title,description:e.description,public:e.public,layers:e.layers}});var tm=e=>({path:`/v1/admin/integrations/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{configuration:e.configuration,configurations:e.configurations,channels:e.channels,identifier:e.identifier,actions:e.actions,events:e.events,states:e.states,user:e.user,entities:e.entities,interfaces:e.interfaces,secrets:e.secrets,code:e.code,icon:e.icon,readme:e.readme,title:e.title,description:e.description,url:e.url,public:e.public,layers:e.layers}});var rm=e=>({path:`/v1/admin/integrations/${encodeURIComponent(e.id)}/validate`,headers:{},query:{},params:{id:e.id},body:{configuration:e.configuration,configurations:e.configurations,channels:e.channels,identifier:e.identifier,actions:e.actions,events:e.events,states:e.states,user:e.user,entities:e.entities,interfaces:e.interfaces,secrets:e.secrets,code:e.code,icon:e.icon,readme:e.readme,title:e.title,description:e.description,url:e.url,public:e.public,layers:e.layers}});var nm=e=>({path:"/v1/admin/integrations",headers:{},query:{nextToken:e.nextToken,name:e.name,version:e.version,dev:e.dev},params:{},body:{}});var om=e=>({path:`/v1/admin/integrations/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var cm=e=>({path:`/v1/admin/integrations/${encodeURIComponent(e.id)}/logs`,headers:{},query:{timeStart:e.timeStart,timeEnd:e.timeEnd,level:e.level,userId:e.userId,conversationId:e.conversationId,nextToken:e.nextToken},params:{id:e.id},body:{}});var lm=e=>({path:`/v1/admin/integrations/${encodeURIComponent(e.name)}/${encodeURIComponent(e.version)}`,headers:{},query:{},params:{name:e.name,version:e.version},body:{}});var mm=e=>({path:`/v1/admin/integrations/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var fm=e=>({path:"/v1/admin/integrations/request-verification",headers:{},query:{},params:{},body:{integrationId:e.integrationId}});var xm=e=>({path:"/v1/admin/interfaces",headers:{},query:{},params:{},body:{name:e.name,version:e.version,entities:e.entities,events:e.events,actions:e.actions,channels:e.channels,nameTemplate:e.nameTemplate}});var bm=e=>({path:`/v1/admin/interfaces/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var qm=e=>({path:`/v1/admin/interfaces/${encodeURIComponent(e.name)}/${encodeURIComponent(e.version)}`,headers:{},query:{},params:{name:e.name,version:e.version},body:{}});var km=e=>({path:`/v1/admin/interfaces/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{entities:e.entities,events:e.events,actions:e.actions,channels:e.channels,nameTemplate:e.nameTemplate}});var wm=e=>({path:`/v1/admin/interfaces/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Tm=e=>({path:"/v1/admin/interfaces",headers:{},query:{nextToken:e.nextToken,name:e.name},params:{},body:{}});var Am=e=>({path:"/v1/admin/plugins",headers:{},query:{},params:{},body:{name:e.name,version:e.version,configuration:e.configuration,states:e.states,events:e.events,actions:e.actions,user:e.user,conversation:e.conversation,dependencies:e.dependencies,code:e.code,icon:e.icon,readme:e.readme,title:e.title,description:e.description}});var Um=e=>({path:`/v1/admin/plugins/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var _m=e=>({path:`/v1/admin/plugins/${encodeURIComponent(e.name)}/${encodeURIComponent(e.version)}`,headers:{},query:{},params:{name:e.name,version:e.version},body:{}});var Sm=e=>({path:`/v1/admin/plugins/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{configuration:e.configuration,states:e.states,events:e.events,actions:e.actions,user:e.user,conversation:e.conversation,dependencies:e.dependencies,code:e.code,icon:e.icon,readme:e.readme,title:e.title,description:e.description}});var Wm=e=>({path:`/v1/admin/plugins/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Fm=e=>({path:"/v1/admin/plugins",headers:{},query:{nextToken:e.nextToken,name:e.name},params:{},body:{}});var Hm=e=>({path:`/v1/admin/plugins/${encodeURIComponent(e.id)}/code/${encodeURIComponent(e.platform)}`,headers:{},query:{},params:{id:e.id,platform:e.platform},body:{}});var Mm=e=>({path:`/v1/admin/usages/${encodeURIComponent(e.id)}`,headers:{},query:{type:e.type,period:e.period},params:{id:e.id},body:{}});var jm=e=>({path:"/v1/admin/usages/multiple",headers:{},query:{types:e.types,ids:e.ids,period:e.period},params:{},body:{}});var zm=e=>({path:`/v1/admin/usages/${encodeURIComponent(e.id)}/history`,headers:{},query:{type:e.type},params:{id:e.id},body:{}});var Km=e=>({path:`/v1/admin/usages/${encodeURIComponent(e.id)}/activity`,headers:{},query:{type:e.type,timestampFrom:e.timestampFrom,timestampUntil:e.timestampUntil,nextToken:e.nextToken},params:{id:e.id},body:{}});var Ym=e=>({path:`/v1/admin/usages/${encodeURIComponent(e.id)}/daily-activity`,headers:{},query:{type:e.type,dateFrom:e.dateFrom,dateUntil:e.dateUntil,nextToken:e.nextToken},params:{id:e.id},body:{}});var Zm=e=>({path:"/v1/admin/quotas/ai-spend",headers:{},query:{},params:{},body:{monthlySpendingLimit:e.monthlySpendingLimit}});var tg=e=>({path:"/v1/admin/activities",headers:{},query:{nextToken:e.nextToken,taskId:e.taskId,botId:e.botId},params:{},body:{}});var rg=e=>({path:"/v1/admin/introspect",headers:{},query:{},params:{},body:{botId:e.botId}});var ng=e=>({path:"/v1/files",headers:{},query:{},params:{},body:{key:e.key,tags:e.tags,size:e.size,index:e.index,indexing:e.indexing,accessPolicies:e.accessPolicies,contentType:e.contentType,expiresAt:e.expiresAt,publicContentImmediatelyAccessible:e.publicContentImmediatelyAccessible,metadata:e.metadata}});var og=e=>({path:`/v1/files/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var cg=e=>({path:"/v1/files",headers:{},query:{nextToken:e.nextToken,sortField:e.sortField,sortDirection:e.sortDirection,tags:e.tags,ids:e.ids},params:{},body:{}});var lg=e=>({path:`/v1/files/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var mg=e=>({path:`/v1/files/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{metadata:e.metadata,tags:e.tags,accessPolicies:e.accessPolicies,expiresAt:e.expiresAt}});var fg=e=>({path:`/v1/files/${encodeURIComponent(e.idOrKey)}/${encodeURIComponent(e.destinationKey)}`,headers:{"x-destination-bot-id":e["x-destination-bot-id"]},query:{},params:{idOrKey:e.idOrKey,destinationKey:e.destinationKey},body:{overwrite:e.overwrite}});var xg=e=>({path:"/v1/files/search",headers:{},query:{tags:e.tags,query:e.query,contextDepth:e.contextDepth,limit:e.limit,consolidate:e.consolidate,includeBreadcrumb:e.includeBreadcrumb},params:{},body:{}});var bg=e=>({path:`/v1/files/${encodeURIComponent(e.id)}/passages`,headers:{},query:{nextToken:e.nextToken,limit:e.limit},params:{id:e.id},body:{}});var qg=e=>({path:"/v1/files/tags",headers:{},query:{nextToken:e.nextToken},params:{},body:{}});var kg=e=>({path:`/v1/files/tags/${encodeURIComponent(e.tag)}/values`,headers:{},query:{nextToken:e.nextToken},params:{tag:e.tag},body:{}});var wg=e=>({path:"/v1/tables",headers:{},query:{tags:e.tags},params:{},body:{}});var Tg=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}`,headers:{},query:{},params:{table:e.table},body:{}});var Ag=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}`,headers:{},query:{},params:{table:e.table},body:{factor:e.factor,frozen:e.frozen,schema:e.schema,tags:e.tags,isComputeEnabled:e.isComputeEnabled}});var Ug=e=>({path:"/v1/tables",headers:{},query:{},params:{},body:{name:e.name,factor:e.factor,frozen:e.frozen,schema:e.schema,tags:e.tags,isComputeEnabled:e.isComputeEnabled}});var _g=e=>({path:`/v1/tables/${encodeURIComponent(e.sourceTableId)}/duplicate`,headers:{},query:{},params:{sourceTableId:e.sourceTableId},body:{tableName:e.tableName,schemaOnly:e.schemaOnly,factor:e.factor}});var Sg=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}/export`,headers:{},query:{format:e.format,compress:e.compress},params:{table:e.table},body:{}});var Wg=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}/jobs`,headers:{},query:{},params:{table:e.table},body:{}});var Fg=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}/import`,headers:{},query:{},params:{table:e.table},body:{fileId:e.fileId}});var Hg=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}`,headers:{},query:{},params:{table:e.table},body:{name:e.name,frozen:e.frozen,schema:e.schema,tags:e.tags,isComputeEnabled:e.isComputeEnabled}});var Mg=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}/column`,headers:{},query:{},params:{table:e.table},body:{name:e.name,newName:e.newName}});var jg=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}`,headers:{},query:{},params:{table:e.table},body:{}});var zg=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}/row`,headers:{},query:{id:e.id},params:{table:e.table},body:{}});var Kg=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}/rows/find`,headers:{},query:{},params:{table:e.table},body:{limit:e.limit,offset:e.offset,filter:e.filter,group:e.group,search:e.search,orderBy:e.orderBy,orderDirection:e.orderDirection}});var Yg=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}/rows`,headers:{},query:{},params:{table:e.table},body:{rows:e.rows,waitComputed:e.waitComputed}});var Zg=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}/rows/delete`,headers:{},query:{},params:{table:e.table},body:{ids:e.ids,filter:e.filter,deleteAllRows:e.deleteAllRows}});var tf=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}/rows`,headers:{},query:{},params:{table:e.table},body:{rows:e.rows,waitComputed:e.waitComputed}});var rf=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}/rows/upsert`,headers:{},query:{},params:{table:e.table},body:{rows:e.rows,keyColumn:e.keyColumn,waitComputed:e.waitComputed}});var Qs=class{constructor(t,s={}){this.axiosInstance=t;this.props=s}createConversation=async t=>{let{path:s,headers:r,query:a,body:i}=xc(t),o=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};getConversation=async t=>{let{path:s,headers:r,query:a,body:i}=bc(t),o=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};listConversations=async t=>{let{path:s,headers:r,query:a,body:i}=qc(t),o=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};getOrCreateConversation=async t=>{let{path:s,headers:r,query:a,body:i}=kc(t),o=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};updateConversation=async t=>{let{path:s,headers:r,query:a,body:i}=wc(t),o=(this.props.toAxiosRequest??d)({method:"put",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};deleteConversation=async t=>{let{path:s,headers:r,query:a,body:i}=Tc(t),o=(this.props.toAxiosRequest??d)({method:"delete",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};listParticipants=async t=>{let{path:s,headers:r,query:a,body:i}=Ac(t),o=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};addParticipant=async t=>{let{path:s,headers:r,query:a,body:i}=Uc(t),o=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};getParticipant=async t=>{let{path:s,headers:r,query:a,body:i}=_c(t),o=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};removeParticipant=async t=>{let{path:s,headers:r,query:a,body:i}=Sc(t),o=(this.props.toAxiosRequest??d)({method:"delete",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};createEvent=async t=>{let{path:s,headers:r,query:a,body:i}=Wc(t),o=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};getEvent=async t=>{let{path:s,headers:r,query:a,body:i}=Fc(t),o=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};listEvents=async t=>{let{path:s,headers:r,query:a,body:i}=Hc(t),o=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};createMessage=async t=>{let{path:s,headers:r,query:a,body:i}=Mc(t),o=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};getOrCreateMessage=async t=>{let{path:s,headers:r,query:a,body:i}=jc(t),o=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};getMessage=async t=>{let{path:s,headers:r,query:a,body:i}=zc(t),o=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};updateMessage=async t=>{let{path:s,headers:r,query:a,body:i}=Kc(t),o=(this.props.toAxiosRequest??d)({method:"put",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};listMessages=async t=>{let{path:s,headers:r,query:a,body:i}=Yc(t),o=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};deleteMessage=async t=>{let{path:s,headers:r,query:a,body:i}=Zc(t),o=(this.props.toAxiosRequest??d)({method:"delete",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};createUser=async t=>{let{path:s,headers:r,query:a,body:i}=tu(t),o=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};getUser=async t=>{let{path:s,headers:r,query:a,body:i}=ru(t),o=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};listUsers=async t=>{let{path:s,headers:r,query:a,body:i}=nu(t),o=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};getOrCreateUser=async t=>{let{path:s,headers:r,query:a,body:i}=ou(t),o=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};updateUser=async t=>{let{path:s,headers:r,query:a,body:i}=cu(t),o=(this.props.toAxiosRequest??d)({method:"put",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};deleteUser=async t=>{let{path:s,headers:r,query:a,body:i}=lu(t),o=(this.props.toAxiosRequest??d)({method:"delete",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};setStateExpiry=async t=>{let{path:s,headers:r,query:a,body:i}=mu(t),o=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};getState=async t=>{let{path:s,headers:r,query:a,body:i}=fu(t),o=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};setState=async t=>{let{path:s,headers:r,query:a,body:i}=xu(t),o=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};getOrSetState=async t=>{let{path:s,headers:r,query:a,body:i}=bu(t),o=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};patchState=async t=>{let{path:s,headers:r,query:a,body:i}=qu(t),o=(this.props.toAxiosRequest??d)({method:"patch",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};callAction=async t=>{let{path:s,headers:r,query:a,body:i}=ku(t),o=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};configureIntegration=async t=>{let{path:s,headers:r,query:a,body:i}=wu(t),o=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};getTask=async t=>{let{path:s,headers:r,query:a,body:i}=Tu(t),o=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};createTask=async t=>{let{path:s,headers:r,query:a,body:i}=Au(t),o=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};updateTask=async t=>{let{path:s,headers:r,query:a,body:i}=Uu(t),o=(this.props.toAxiosRequest??d)({method:"put",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};deleteTask=async t=>{let{path:s,headers:r,query:a,body:i}=_u(t),o=(this.props.toAxiosRequest??d)({method:"delete",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};listTasks=async t=>{let{path:s,headers:r,query:a,body:i}=Su(t),o=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};createWorkflow=async t=>{let{path:s,headers:r,query:a,body:i}=Wu(t),o=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};getWorkflow=async t=>{let{path:s,headers:r,query:a,body:i}=Fu(t),o=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};updateWorkflow=async t=>{let{path:s,headers:r,query:a,body:i}=Hu(t),o=(this.props.toAxiosRequest??d)({method:"put",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};deleteWorkflow=async t=>{let{path:s,headers:r,query:a,body:i}=Mu(t),o=(this.props.toAxiosRequest??d)({method:"delete",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};listWorkflows=async t=>{let{path:s,headers:r,query:a,body:i}=ju(t),o=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};getOrCreateWorkflow=async t=>{let{path:s,headers:r,query:a,body:i}=zu(t),o=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};listTagValues=async t=>{let{path:s,headers:r,query:a,body:i}=Ku(t),o=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};trackAnalytics=async t=>{let{path:s,headers:r,query:a,body:i}=Yu(t),o=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};runVrl=async t=>{let{path:s,headers:r,query:a,body:i}=Zu(t),o=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};getAccount=async t=>{let{path:s,headers:r,query:a,body:i}=tl(t),o=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};updateAccount=async t=>{let{path:s,headers:r,query:a,body:i}=rl(t),o=(this.props.toAxiosRequest??d)({method:"put",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};listPersonalAccessTokens=async t=>{let{path:s,headers:r,query:a,body:i}=nl(t),o=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};createPersonalAccessToken=async t=>{let{path:s,headers:r,query:a,body:i}=ol(t),o=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};deletePersonalAccessToken=async t=>{let{path:s,headers:r,query:a,body:i}=cl(t),o=(this.props.toAxiosRequest??d)({method:"delete",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};setAccountPreference=async t=>{let{path:s,headers:r,query:a,body:i}=ll(t),o=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};getAccountPreference=async t=>{let{path:s,headers:r,query:a,body:i}=ml(t),o=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};listPublicIntegrations=async t=>{let{path:s,headers:r,query:a,body:i}=fl(t),o=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};getPublicIntegrationById=async t=>{let{path:s,headers:r,query:a,body:i}=xl(t),o=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};getPublicIntegration=async t=>{let{path:s,headers:r,query:a,body:i}=bl(t),o=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};createBot=async t=>{let{path:s,headers:r,query:a,body:i}=ql(t),o=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};updateBot=async t=>{let{path:s,headers:r,query:a,body:i}=kl(t),o=(this.props.toAxiosRequest??d)({method:"put",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};transferBot=async t=>{let{path:s,headers:r,query:a,body:i}=wl(t),o=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};listBots=async t=>{let{path:s,headers:r,query:a,body:i}=Tl(t),o=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};getBot=async t=>{let{path:s,headers:r,query:a,body:i}=Al(t),o=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};deleteBot=async t=>{let{path:s,headers:r,query:a,body:i}=Ul(t),o=(this.props.toAxiosRequest??d)({method:"delete",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};getBotLogs=async t=>{let{path:s,headers:r,query:a,body:i}=_l(t),o=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};getBotWebchat=async t=>{let{path:s,headers:r,query:a,body:i}=Sl(t),o=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};getBotAnalytics=async t=>{let{path:s,headers:r,query:a,body:i}=Wl(t),o=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};getBotIssue=async t=>{let{path:s,headers:r,query:a,body:i}=Fl(t),o=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};listBotIssues=async t=>{let{path:s,headers:r,query:a,body:i}=Hl(t),o=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};deleteBotIssue=async t=>{let{path:s,headers:r,query:a,body:i}=Ml(t),o=(this.props.toAxiosRequest??d)({method:"delete",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};listBotIssueEvents=async t=>{let{path:s,headers:r,query:a,body:i}=jl(t),o=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};listBotVersions=async t=>{let{path:s,headers:r,query:a,body:i}=zl(t),o=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};getBotVersion=async t=>{let{path:s,headers:r,query:a,body:i}=Kl(t),o=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};createBotVersion=async t=>{let{path:s,headers:r,query:a,body:i}=Yl(t),o=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};deployBotVersion=async t=>{let{path:s,headers:r,query:a,body:i}=Zl(t),o=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};listWorkspaceInvoices=async t=>{let{path:s,headers:r,query:a,body:i}=td(t),o=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};getUpcomingInvoice=async t=>{let{path:s,headers:r,query:a,body:i}=rd(t),o=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};chargeWorkspaceUnpaidInvoices=async t=>{let{path:s,headers:r,query:a,body:i}=nd(t),o=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};createWorkspace=async t=>{let{path:s,headers:r,query:a,body:i}=od(t),o=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};getPublicWorkspace=async t=>{let{path:s,headers:r,query:a,body:i}=cd(t),o=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};getWorkspace=async t=>{let{path:s,headers:r,query:a,body:i}=ld(t),o=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};listWorkspaceUsages=async t=>{let{path:s,headers:r,query:a,body:i}=md(t),o=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};breakDownWorkspaceUsageByBot=async t=>{let{path:s,headers:r,query:a,body:i}=fd(t),o=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};getAllWorkspaceQuotaCompletion=async t=>{let{path:s,headers:r,query:a,body:i}=xd(t),o=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};getWorkspaceQuota=async t=>{let{path:s,headers:r,query:a,body:i}=bd(t),o=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};listWorkspaceQuotas=async t=>{let{path:s,headers:r,query:a,body:i}=qd(t),o=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};updateWorkspace=async t=>{let{path:s,headers:r,query:a,body:i}=kd(t),o=(this.props.toAxiosRequest??d)({method:"put",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};checkHandleAvailability=async t=>{let{path:s,headers:r,query:a,body:i}=wd(t),o=(this.props.toAxiosRequest??d)({method:"put",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};listWorkspaces=async t=>{let{path:s,headers:r,query:a,body:i}=Td(t),o=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};listPublicWorkspaces=async t=>{let{path:s,headers:r,query:a,body:i}=Ad(t),o=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};deleteWorkspace=async t=>{let{path:s,headers:r,query:a,body:i}=Ud(t),o=(this.props.toAxiosRequest??d)({method:"delete",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};getAuditRecords=async t=>{let{path:s,headers:r,query:a,body:i}=_d(t),o=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};listWorkspaceMembers=async t=>{let{path:s,headers:r,query:a,body:i}=Sd(t),o=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};getWorkspaceMember=async t=>{let{path:s,headers:r,query:a,body:i}=Wd(t),o=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};deleteWorkspaceMember=async t=>{let{path:s,headers:r,query:a,body:i}=Fd(t),o=(this.props.toAxiosRequest??d)({method:"delete",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};createWorkspaceMember=async t=>{let{path:s,headers:r,query:a,body:i}=Hd(t),o=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};updateWorkspaceMember=async t=>{let{path:s,headers:r,query:a,body:i}=Md(t),o=(this.props.toAxiosRequest??d)({method:"put",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};listIntegrationApiKeys=async t=>{let{path:s,headers:r,query:a,body:i}=jd(t),o=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};createIntegrationApiKey=async t=>{let{path:s,headers:r,query:a,body:i}=zd(t),o=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};deleteIntegrationApiKey=async t=>{let{path:s,headers:r,query:a,body:i}=Kd(t),o=(this.props.toAxiosRequest??d)({method:"delete",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};createIntegration=async t=>{let{path:s,headers:r,query:a,body:i}=Yd(t),o=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};validateIntegrationCreation=async t=>{let{path:s,headers:r,query:a,body:i}=Zd(t),o=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};updateIntegration=async t=>{let{path:s,headers:r,query:a,body:i}=tm(t),o=(this.props.toAxiosRequest??d)({method:"put",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};validateIntegrationUpdate=async t=>{let{path:s,headers:r,query:a,body:i}=rm(t),o=(this.props.toAxiosRequest??d)({method:"put",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};listIntegrations=async t=>{let{path:s,headers:r,query:a,body:i}=nm(t),o=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};getIntegration=async t=>{let{path:s,headers:r,query:a,body:i}=om(t),o=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};getIntegrationLogs=async t=>{let{path:s,headers:r,query:a,body:i}=cm(t),o=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};getIntegrationByName=async t=>{let{path:s,headers:r,query:a,body:i}=lm(t),o=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};deleteIntegration=async t=>{let{path:s,headers:r,query:a,body:i}=mm(t),o=(this.props.toAxiosRequest??d)({method:"delete",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};requestIntegrationVerification=async t=>{let{path:s,headers:r,query:a,body:i}=fm(t),o=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};createInterface=async t=>{let{path:s,headers:r,query:a,body:i}=xm(t),o=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};getInterface=async t=>{let{path:s,headers:r,query:a,body:i}=bm(t),o=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};getInterfaceByName=async t=>{let{path:s,headers:r,query:a,body:i}=qm(t),o=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};updateInterface=async t=>{let{path:s,headers:r,query:a,body:i}=km(t),o=(this.props.toAxiosRequest??d)({method:"put",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};deleteInterface=async t=>{let{path:s,headers:r,query:a,body:i}=wm(t),o=(this.props.toAxiosRequest??d)({method:"delete",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};listInterfaces=async t=>{let{path:s,headers:r,query:a,body:i}=Tm(t),o=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};createPlugin=async t=>{let{path:s,headers:r,query:a,body:i}=Am(t),o=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};getPlugin=async t=>{let{path:s,headers:r,query:a,body:i}=Um(t),o=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};getPluginByName=async t=>{let{path:s,headers:r,query:a,body:i}=_m(t),o=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};updatePlugin=async t=>{let{path:s,headers:r,query:a,body:i}=Sm(t),o=(this.props.toAxiosRequest??d)({method:"put",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};deletePlugin=async t=>{let{path:s,headers:r,query:a,body:i}=Wm(t),o=(this.props.toAxiosRequest??d)({method:"delete",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};listPlugins=async t=>{let{path:s,headers:r,query:a,body:i}=Fm(t),o=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};getPluginCode=async t=>{let{path:s,headers:r,query:a,body:i}=Hm(t),o=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};getUsage=async t=>{let{path:s,headers:r,query:a,body:i}=Mm(t),o=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};getMultipleUsages=async t=>{let{path:s,headers:r,query:a,body:i}=jm(t),o=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};listUsageHistory=async t=>{let{path:s,headers:r,query:a,body:i}=zm(t),o=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};listUsageActivity=async t=>{let{path:s,headers:r,query:a,body:i}=Km(t),o=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};listUsageActivityDaily=async t=>{let{path:s,headers:r,query:a,body:i}=Ym(t),o=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};changeAISpendQuota=async t=>{let{path:s,headers:r,query:a,body:i}=Zm(t),o=(this.props.toAxiosRequest??d)({method:"put",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};listActivities=async t=>{let{path:s,headers:r,query:a,body:i}=tg(t),o=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};introspect=async t=>{let{path:s,headers:r,query:a,body:i}=rg(t),o=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};upsertFile=async t=>{let{path:s,headers:r,query:a,body:i}=ng(t),o=(this.props.toAxiosRequest??d)({method:"put",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};deleteFile=async t=>{let{path:s,headers:r,query:a,body:i}=og(t),o=(this.props.toAxiosRequest??d)({method:"delete",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};listFiles=async t=>{let{path:s,headers:r,query:a,body:i}=cg(t),o=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};getFile=async t=>{let{path:s,headers:r,query:a,body:i}=lg(t),o=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};updateFileMetadata=async t=>{let{path:s,headers:r,query:a,body:i}=mg(t),o=(this.props.toAxiosRequest??d)({method:"put",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};copyFile=async t=>{let{path:s,headers:r,query:a,body:i}=fg(t),o=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};searchFiles=async t=>{let{path:s,headers:r,query:a,body:i}=xg(t),o=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};listFilePassages=async t=>{let{path:s,headers:r,query:a,body:i}=bg(t),o=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};listFileTags=async t=>{let{path:s,headers:r,query:a,body:i}=qg(t),o=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};listFileTagValues=async t=>{let{path:s,headers:r,query:a,body:i}=kg(t),o=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};listTables=async t=>{let{path:s,headers:r,query:a,body:i}=wg(t),o=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};getTable=async t=>{let{path:s,headers:r,query:a,body:i}=Tg(t),o=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};getOrCreateTable=async t=>{let{path:s,headers:r,query:a,body:i}=Ag(t),o=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};createTable=async t=>{let{path:s,headers:r,query:a,body:i}=Ug(t),o=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};duplicateTable=async t=>{let{path:s,headers:r,query:a,body:i}=_g(t),o=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};exportTable=async t=>{let{path:s,headers:r,query:a,body:i}=Sg(t),o=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};getTableJobs=async t=>{let{path:s,headers:r,query:a,body:i}=Wg(t),o=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};importTable=async t=>{let{path:s,headers:r,query:a,body:i}=Fg(t),o=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};updateTable=async t=>{let{path:s,headers:r,query:a,body:i}=Hg(t),o=(this.props.toAxiosRequest??d)({method:"put",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};renameTableColumn=async t=>{let{path:s,headers:r,query:a,body:i}=Mg(t),o=(this.props.toAxiosRequest??d)({method:"put",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};deleteTable=async t=>{let{path:s,headers:r,query:a,body:i}=jg(t),o=(this.props.toAxiosRequest??d)({method:"delete",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};getTableRow=async t=>{let{path:s,headers:r,query:a,body:i}=zg(t),o=(this.props.toAxiosRequest??d)({method:"get",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};findTableRows=async t=>{let{path:s,headers:r,query:a,body:i}=Kg(t),o=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};createTableRows=async t=>{let{path:s,headers:r,query:a,body:i}=Yg(t),o=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};deleteTableRows=async t=>{let{path:s,headers:r,query:a,body:i}=Zg(t),o=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};updateTableRows=async t=>{let{path:s,headers:r,query:a,body:i}=tf(t),o=(this.props.toAxiosRequest??d)({method:"put",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})};upsertTableRows=async t=>{let{path:s,headers:r,query:a,body:i}=rf(t),o=(this.props.toAxiosRequest??d)({method:"post",path:s,headers:{...r},query:{...a},body:i});return this.axiosInstance.request(o).then(n=>n.data).catch(n=>{throw m(n)})}};function m(e){return he.isAxiosError(e)&&e.response?.data?_s(e.response.data):_s(e)}var F=class{constructor(t){this._list=t}async*[Symbol.asyncIterator](){let t;do{let{items:s,meta:r}=await this._list({nextToken:t});t=r.nextToken;for(let a of s)yield a}while(t)}async collect(t={}){let s=t.limit??Number.POSITIVE_INFINITY,r=[],a=0;for await(let i of this)if(r.push(i),a++,a>=s)break;return r}},Ms=class{constructor(t){this._client=t}conversations=t=>new F(({nextToken:s})=>this._client.listConversations({nextToken:s,...t}).then(r=>({...r,items:r.conversations})));participants=t=>new F(({nextToken:s})=>this._client.listParticipants({nextToken:s,...t}).then(r=>({...r,items:r.participants})));events=t=>new F(({nextToken:s})=>this._client.listEvents({nextToken:s,...t}).then(r=>({...r,items:r.events})));messages=t=>new F(({nextToken:s})=>this._client.listMessages({nextToken:s,...t}).then(r=>({...r,items:r.messages})));users=t=>new F(({nextToken:s})=>this._client.listUsers({nextToken:s,...t}).then(r=>({...r,items:r.users})));tasks=t=>new F(({nextToken:s})=>this._client.listTasks({nextToken:s,...t}).then(r=>({...r,items:r.tasks})));publicIntegrations=t=>new F(({nextToken:s})=>this._client.listPublicIntegrations({nextToken:s,...t}).then(r=>({...r,items:r.integrations})));bots=t=>new F(({nextToken:s})=>this._client.listBots({nextToken:s,...t}).then(r=>({...r,items:r.bots})));botIssues=t=>new F(({nextToken:s})=>this._client.listBotIssues({nextToken:s,...t}).then(r=>({...r,items:r.issues})));workspaces=t=>new F(({nextToken:s})=>this._client.listWorkspaces({nextToken:s,...t}).then(r=>({...r,items:r.workspaces})));publicWorkspaces=t=>new F(({nextToken:s})=>this._client.listPublicWorkspaces({nextToken:s,...t}).then(r=>({...r,items:r.workspaces})));workspaceMembers=t=>new F(({nextToken:s})=>this._client.listWorkspaceMembers({nextToken:s,...t}).then(r=>({...r,items:r.members})));integrations=t=>new F(({nextToken:s})=>this._client.listIntegrations({nextToken:s,...t}).then(r=>({...r,items:r.integrations})));interfaces=t=>new F(({nextToken:s})=>this._client.listInterfaces({nextToken:s,...t}).then(r=>({...r,items:r.interfaces})));activities=t=>new F(({nextToken:s})=>this._client.listActivities({nextToken:s,...t}).then(r=>({...r,items:r.activities})));files=t=>new F(({nextToken:s})=>this._client.listFiles({nextToken:s,...t}).then(r=>({...r,items:r.files})));filePassages=t=>new F(({nextToken:s})=>this._client.listFilePassages({nextToken:s,...t}).then(r=>({...r,items:r.passages})))};var pf=100*1024*1024,dq=pf,mq=pf,qa=class extends Qs{config;constructor(t={}){let s=pp(t),{apiUrl:r,headers:a,withCredentials:i,timeout:p}=s,o=he.create({baseURL:r,headers:a,withCredentials:i,timeout:p,maxBodyLength:dq,maxContentLength:mq,httpAgent:Ra.isNode?new nf.default.Agent({keepAlive:!0}):void 0,httpsAgent:Ra.isNode?new of.default.Agent({keepAlive:!0}):void 0});super(o),t.retry&&$r(o,t.retry),this.config=s}get list(){return new Ms(this)}uploadFile=async({key:t,index:s,tags:r,contentType:a,accessPolicies:i,content:p,url:o,indexing:n,expiresAt:u,metadata:c,publicContentImmediatelyAccessible:f})=>{if(o&&p)throw new be("Cannot provide both content and URL, please provide only one of them");if(o&&(p=await he.get(o,{responseType:"arraybuffer"}).then(v=>v.data).catch(v=>{throw new be(`Failed to download file from provided URL: ${v.message}`,v)})),!p)throw new be("No content was provided for the file");let y,b;if(typeof p=="string"){let q=new TextEncoder().encode(p);y=q,b=q.byteLength}else if(p instanceof Uint8Array)y=p,b=y.byteLength;else if(p instanceof ArrayBuffer)y=p,b=y.byteLength;else if(p instanceof Blob)y=p,b=p.size;else throw new be("The provided content is not supported");let{file:g}=await this.upsertFile({key:t,tags:r,index:s,accessPolicies:i,contentType:a,metadata:c,size:b,expiresAt:u,indexing:n,publicContentImmediatelyAccessible:f}),x={"Content-Type":g.contentType};f&&(x["x-amz-tagging"]="public=true");try{await he.put(g.uploadUrl,y,{maxBodyLength:1/0,headers:x})}catch(v){throw new be(`Failed to upload file: ${v.message}`,v,g)}return{file:{...g,size:b}}}};0&&(module.exports={AlreadyExistsError,BreakingChangesError,Client,ForbiddenError,InternalError,InvalidDataFormatError,InvalidIdentifierError,InvalidJsonSchemaError,InvalidPayloadError,InvalidQueryError,LimitExceededError,MethodNotFoundError,PayloadTooLargeError,PaymentRequiredError,QuotaExceededError,RateLimitedError,ReferenceConstraintError,ReferenceNotFoundError,RelationConflictError,ResourceLockedConflictError,ResourceNotFoundError,RuntimeError,UnauthorizedError,UnknownError,UnsupportedMediaTypeError,UploadFileError,axios,axiosRetry,errorFrom,isApiError});
15
15
  /*! Bundled license information:
16
16
 
17
17
  mime-db/index.js: