@botpress/client 0.20.0 → 0.20.1
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/.turbo/turbo-build.log +5 -5
- package/.turbo/turbo-generate.log +1 -1
- package/dist/bundle.cjs +11 -11
- package/dist/bundle.cjs.map +4 -4
- package/dist/client.d.ts +10 -0
- package/dist/config.d.ts +2 -18
- package/dist/errors.d.ts +39 -0
- package/dist/index.cjs +3 -3
- package/dist/index.cjs.map +4 -4
- package/dist/index.d.ts +3 -67
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +4 -4
- package/dist/types.d.ts +50 -0
- package/package.json +1 -1
- package/readme.md +2 -2
package/dist/bundle.cjs
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
"use strict";var Ql=Object.create;var At=Object.defineProperty;var jl=Object.getOwnPropertyDescriptor;var Nl=Object.getOwnPropertyNames;var zl=Object.getPrototypeOf,$l=Object.prototype.hasOwnProperty;var I=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),Bs=(e,t)=>{for(var s in t)At(e,s,{get:t[s],enumerable:!0})},Va=(e,t,s,a)=>{if(t&&typeof t=="object"||typeof t=="function")for(let r of Nl(t))!$l.call(e,r)&&r!==s&&At(e,r,{get:()=>t[r],enumerable:!(a=jl(t,r))||a.enumerable});return e};var D=(e,t,s)=>(s=e!=null?Ql(zl(e)):{},Va(t||!e||!e.__esModule?At(s,"default",{value:e,enumerable:!0}):s,e)),Kl=e=>Va(At({},"__esModule",{value:!0}),e);var cr=I((sy,pr)=>{var ir=require("stream").Stream,Pd=require("util");pr.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=[]}Pd.inherits(oe,ir);oe.create=function(e,t){var s=new this;t=t||{};for(var a in t)s[a]=t[a];s.source=e;var r=e.emit;return e.emit=function(){return s._handleEmit(arguments),r.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=ir.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 mr=I((ay,dr)=>{var Bd=require("util"),lr=require("stream").Stream,ur=cr();dr.exports=L;function L(){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}Bd.inherits(L,lr);L.create=function(e){var t=new this;e=e||{};for(var s in e)t[s]=e[s];return t};L.isStreamLike=function(e){return typeof e!="function"&&typeof e!="string"&&typeof e!="boolean"&&typeof e!="number"&&!Buffer.isBuffer(e)};L.prototype.append=function(e){var t=L.isStreamLike(e);if(t){if(!(e instanceof ur)){var s=ur.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};L.prototype.pipe=function(e,t){return lr.prototype.pipe.call(this,e,t),this.resume(),e};L.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}};L.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 a=L.isStreamLike(s);a&&(s.on("data",this._checkDataSize.bind(this)),this._handleErrors(s)),this._pipeNext(s)}.bind(this))};L.prototype._pipeNext=function(e){this._currentStream=e;var t=L.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()};L.prototype._handleErrors=function(e){var t=this;e.on("error",function(s){t._emitError(s)})};L.prototype.write=function(e){this.emit("data",e)};L.prototype.pause=function(){this.pauseStreams&&(this.pauseStreams&&this._currentStream&&typeof this._currentStream.pause=="function"&&this._currentStream.pause(),this.emit("pause"))};L.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")};L.prototype.end=function(){this._reset(),this.emit("end")};L.prototype.destroy=function(){this._reset(),this.emit("close")};L.prototype._reset=function(){this.writable=!1,this._streams=[],this._currentStream=null};L.prototype._checkDataSize=function(){if(this._updateDataSize(),!(this.dataSize<=this.maxDataSize)){var e="DelayedStream#maxDataSize of "+this.maxDataSize+" bytes exceeded.";this._emitError(new Error(e))}};L.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)};L.prototype._emitError=function(e){this._reset(),this.emit("error",e)}});var gr=I((ry,Ud)=>{Ud.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 xr=I((ny,fr)=>{fr.exports=gr()});var br=I(V=>{"use strict";var St=xr(),Sd=require("path").extname,yr=/^\s*([^;\s]*)(?:;|\s|$)/,Ld=/^text\//i;V.charset=hr;V.charsets={lookup:hr};V.contentType=Ed;V.extension=_d;V.extensions=Object.create(null);V.lookup=Gd;V.types=Object.create(null);Wd(V.extensions,V.types);function hr(e){if(!e||typeof e!="string")return!1;var t=yr.exec(e),s=t&&St[t[1].toLowerCase()];return s&&s.charset?s.charset:t&&Ld.test(t[1])?"UTF-8":!1}function Ed(e){if(!e||typeof e!="string")return!1;var t=e.indexOf("/")===-1?V.lookup(e):e;if(!t)return!1;if(t.indexOf("charset")===-1){var s=V.charset(t);s&&(t+="; charset="+s.toLowerCase())}return t}function _d(e){if(!e||typeof e!="string")return!1;var t=yr.exec(e),s=t&&V.extensions[t[1].toLowerCase()];return!s||!s.length?!1:s[0]}function Gd(e){if(!e||typeof e!="string")return!1;var t=Sd("x."+e).toLowerCase().substr(1);return t&&V.types[t]||!1}function Wd(e,t){var s=["nginx","apache",void 0,"iana"];Object.keys(St).forEach(function(r){var o=St[r],p=o.extensions;if(!(!p||!p.length)){e[r]=p;for(var i=0;i<p.length;i++){var n=p[i];if(t[n]){var u=s.indexOf(St[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]=r}}})}});var vr=I((iy,Rr)=>{Rr.exports=Dd;function Dd(e){var t=typeof setImmediate=="function"?setImmediate:typeof process=="object"&&typeof process.nextTick=="function"?process.nextTick:null;t?t(e):setTimeout(e,0)}});var Es=I((py,kr)=>{var qr=vr();kr.exports=Od;function Od(e){var t=!1;return qr(function(){t=!0}),function(a,r){t?e(a,r):qr(function(){e(a,r)})}}});var _s=I((cy,Ir)=>{Ir.exports=Fd;function Fd(e){Object.keys(e.jobs).forEach(Hd.bind(e)),e.jobs={}}function Hd(e){typeof this.jobs[e]=="function"&&this.jobs[e]()}});var Gs=I((uy,Tr)=>{var wr=Es(),Md=_s();Tr.exports=Qd;function Qd(e,t,s,a){var r=s.keyedList?s.keyedList[s.index]:s.index;s.jobs[r]=jd(t,r,e[r],function(o,p){r in s.jobs&&(delete s.jobs[r],o?Md(s):s.results[r]=p,a(o,s.results))})}function jd(e,t,s,a){var r;return e.length==2?r=e(s,wr(a)):r=e(s,t,wr(a)),r}});var Ws=I((ly,Ar)=>{Ar.exports=Nd;function Nd(e,t){var s=!Array.isArray(e),a={index:0,keyedList:s||t?Object.keys(e):null,jobs:{},results:s?{}:[],size:s?Object.keys(e).length:e.length};return t&&a.keyedList.sort(s?t:function(r,o){return t(e[r],e[o])}),a}});var Ds=I((dy,Cr)=>{var zd=_s(),$d=Es();Cr.exports=Kd;function Kd(e){Object.keys(this.jobs).length&&(this.index=this.size,zd(this),$d(e)(null,this.results))}});var Br=I((my,Pr)=>{var Vd=Gs(),Jd=Ws(),Yd=Ds();Pr.exports=Xd;function Xd(e,t,s){for(var a=Jd(e);a.index<(a.keyedList||e).length;)Vd(e,t,a,function(r,o){if(r){s(r,o);return}if(Object.keys(a.jobs).length===0){s(null,a.results);return}}),a.index++;return Yd.bind(a,s)}});var Os=I((gy,Lt)=>{var Ur=Gs(),Zd=Ws(),em=Ds();Lt.exports=tm;Lt.exports.ascending=Sr;Lt.exports.descending=sm;function tm(e,t,s,a){var r=Zd(e,s);return Ur(e,t,r,function o(p,i){if(p){a(p,i);return}if(r.index++,r.index<(r.keyedList||e).length){Ur(e,t,r,o);return}a(null,r.results)}),em.bind(r,a)}function Sr(e,t){return e<t?-1:e>t?1:0}function sm(e,t){return-1*Sr(e,t)}});var Er=I((fy,Lr)=>{var am=Os();Lr.exports=rm;function rm(e,t,s){return am(e,t,null,s)}});var Gr=I((xy,_r)=>{_r.exports={parallel:Br(),serial:Er(),serialOrdered:Os()}});var Dr=I((yy,Wr)=>{Wr.exports=function(e,t){return Object.keys(t).forEach(function(s){e[s]=e[s]||t[s]}),e}});var Hr=I((hy,Fr)=>{var Qs=mr(),Or=require("util"),Fs=require("path"),nm=require("http"),om=require("https"),im=require("url").parse,pm=require("fs"),cm=require("stream").Stream,Hs=br(),um=Gr(),Ms=Dr();Fr.exports=C;Or.inherits(C,Qs);function C(e){if(!(this instanceof C))return new C(e);this._overheadLength=0,this._valueLength=0,this._valuesToMeasure=[],Qs.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 a=Qs.prototype.append.bind(this);if(typeof t=="number"&&(t=""+t),Or.isArray(t)){this._error(new Error("Arrays are not supported."));return}var r=this._multiPartHeader(e,t,s),o=this._multiPartFooter();a(r),a(t),a(o),this._trackLength(r,t,s)};C.prototype._trackLength=function(e,t,s){var a=0;s.knownLength!=null?a+=+s.knownLength:Buffer.isBuffer(t)?a=t.length:typeof t=="string"&&(a=Buffer.byteLength(t)),this._valueLength+=a,this._overheadLength+=Buffer.byteLength(e)+C.LINE_BREAK.length,!(!t||!t.path&&!(t.readable&&t.hasOwnProperty("httpVersion"))&&!(t instanceof cm))&&(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)):pm.stat(e.path,function(s,a){var r;if(s){t(s);return}r=a.size-(e.start?e.start:0),t(null,r)}):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 a=this._getContentDisposition(t,s),r=this._getContentType(t,s),o="",p={"Content-Disposition":["form-data",'name="'+e+'"'].concat(a||[]),"Content-Type":[].concat(r||[])};typeof s.header=="object"&&Ms(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,a;return typeof t.filepath=="string"?s=Fs.normalize(t.filepath).replace(/\\/g,"/"):t.filename||e.name||e.path?s=Fs.basename(t.filename||e.name||e.path):e.readable&&e.hasOwnProperty("httpVersion")&&(s=Fs.basename(e.client._httpMessage.path||"")),s&&(a='filename="'+s+'"'),a};C.prototype._getContentType=function(e,t){var s=t.contentType;return!s&&e.name&&(s=Hs.lookup(e.name)),!s&&e.path&&(s=Hs.lookup(e.path)),!s&&e.readable&&e.hasOwnProperty("httpVersion")&&(s=e.headers["content-type"]),!s&&(t.filepath||t.filename)&&(s=Hs.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,a=this._streams.length;s<a;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}um.parallel(this._valuesToMeasure,this._lengthRetriever,function(s,a){if(s){e(s);return}a.forEach(function(r){t+=r}),e(null,t)})};C.prototype.submit=function(e,t){var s,a,r={method:"post"};return typeof e=="string"?(e=im(e),a=Ms({port:e.port,path:e.pathname,host:e.hostname,protocol:e.protocol},r)):(a=Ms(e,r),a.port||(a.port=a.protocol=="https:"?443:80)),a.headers=this.getHeaders(e.headers),a.protocol=="https:"?s=om.request(a):s=nm.request(a),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 an=I(sn=>{"use strict";var Tm=require("url").parse,Am={ftp:21,gopher:70,http:80,https:443,ws:80,wss:443},Cm=String.prototype.endsWith||function(e){return e.length<=this.length&&this.indexOf(e,this.length-e.length)!==-1};function Pm(e){var t=typeof e=="string"?Tm(e):e||{},s=t.protocol,a=t.host,r=t.port;if(typeof a!="string"||!a||typeof s!="string"||(s=s.split(":",1)[0],a=a.replace(/:\d*$/,""),r=parseInt(r)||Am[s]||0,!Bm(a,r)))return"";var o=Ke("npm_config_"+s+"_proxy")||Ke(s+"_proxy")||Ke("npm_config_proxy")||Ke("all_proxy");return o&&o.indexOf("://")===-1&&(o=s+"://"+o),o}function Bm(e,t){var s=(Ke("npm_config_no_proxy")||Ke("no_proxy")).toLowerCase();return s?s==="*"?!1:s.split(/[,\s]/).every(function(a){if(!a)return!0;var r=a.match(/^(.+):(\d+)$/),o=r?r[1]:a,p=r?parseInt(r[2]):0;return p&&p!==t?!0:/^[.*]/.test(o)?(o.charAt(0)==="*"&&(o=o.slice(1)),!Cm.call(e,o)):e!==o}):!0}function Ke(e){return process.env[e.toLowerCase()]||process.env[e.toUpperCase()]||""}sn.getProxyForUrl=Pm});var nn=I((bh,rn)=>{var Ve=1e3,Je=Ve*60,Ye=Je*60,Ue=Ye*24,Um=Ue*7,Sm=Ue*365.25;rn.exports=function(e,t){t=t||{};var s=typeof e;if(s==="string"&&e.length>0)return Lm(e);if(s==="number"&&isFinite(e))return t.long?_m(e):Em(e);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))};function Lm(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]),a=(t[2]||"ms").toLowerCase();switch(a){case"years":case"year":case"yrs":case"yr":case"y":return s*Sm;case"weeks":case"week":case"w":return s*Um;case"days":case"day":case"d":return s*Ue;case"hours":case"hour":case"hrs":case"hr":case"h":return s*Ye;case"minutes":case"minute":case"mins":case"min":case"m":return s*Je;case"seconds":case"second":case"secs":case"sec":case"s":return s*Ve;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return s;default:return}}}}function Em(e){var t=Math.abs(e);return t>=Ue?Math.round(e/Ue)+"d":t>=Ye?Math.round(e/Ye)+"h":t>=Je?Math.round(e/Je)+"m":t>=Ve?Math.round(e/Ve)+"s":e+"ms"}function _m(e){var t=Math.abs(e);return t>=Ue?Wt(e,t,Ue,"day"):t>=Ye?Wt(e,t,Ye,"hour"):t>=Je?Wt(e,t,Je,"minute"):t>=Ve?Wt(e,t,Ve,"second"):e+" ms"}function Wt(e,t,s,a){var r=t>=s*1.5;return Math.round(e/s)+" "+a+(r?"s":"")}});var Zs=I((Rh,on)=>{function Gm(e){s.debug=s,s.default=s,s.coerce=n,s.disable=o,s.enable=r,s.enabled=p,s.humanize=nn(),s.destroy=u,Object.keys(e).forEach(c=>{s[c]=e[c]}),s.names=[],s.skips=[],s.formatters={};function t(c){let m=0;for(let x=0;x<c.length;x++)m=(m<<5)-m+c.charCodeAt(x),m|=0;return s.colors[Math.abs(m)%s.colors.length]}s.selectColor=t;function s(c){let m,x=null,R,d;function y(...v){if(!y.enabled)return;let b=y,T=Number(new Date),A=T-(m||T);b.diff=A,b.prev=m,b.curr=T,m=T,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,(J,Y)=>{if(J==="%%")return"%";B++;let X=s.formatters[Y];if(typeof X=="function"){let N=v[B];J=X.call(b,N),v.splice(B,1),B--}return J}),s.formatArgs.call(b,v),(b.log||s.log).apply(b,v)}return y.namespace=c,y.useColors=s.useColors(),y.color=s.selectColor(c),y.extend=a,y.destroy=s.destroy,Object.defineProperty(y,"enabled",{enumerable:!0,configurable:!1,get:()=>x!==null?x:(R!==s.namespaces&&(R=s.namespaces,d=s.enabled(c)),d),set:v=>{x=v}}),typeof s.init=="function"&&s.init(y),y}function a(c,m){let x=s(this.namespace+(typeof m>"u"?":":m)+c);return x.log=this.log,x}function r(c){s.save(c),s.namespaces=c,s.names=[],s.skips=[];let m,x=(typeof c=="string"?c:"").split(/[\s,]+/),R=x.length;for(m=0;m<R;m++)x[m]&&(c=x[m].replace(/\*/g,".*?"),c[0]==="-"?s.skips.push(new RegExp("^"+c.slice(1)+"$")):s.names.push(new RegExp("^"+c+"$")))}function o(){let c=[...s.names.map(i),...s.skips.map(i).map(m=>"-"+m)].join(",");return s.enable(""),c}function p(c){if(c[c.length-1]==="*")return!0;let m,x;for(m=0,x=s.skips.length;m<x;m++)if(s.skips[m].test(c))return!1;for(m=0,x=s.names.length;m<x;m++)if(s.names[m].test(c))return!0;return!1}function i(c){return c.toString().substring(2,c.toString().length-2).replace(/\.\*\?$/,"*")}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}on.exports=Gm});var pn=I((ee,Dt)=>{ee.formatArgs=Dm;ee.save=Om;ee.load=Fm;ee.useColors=Wm;ee.storage=Hm();ee.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`."))}})();ee.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 Wm(){return typeof window<"u"&&window.process&&(window.process.type==="renderer"||window.process.__nwjs)?!0:typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/)?!1: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&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)}function Dm(e){if(e[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+e[0]+(this.useColors?"%c ":" ")+"+"+Dt.exports.humanize(this.diff),!this.useColors)return;let t="color: "+this.color;e.splice(1,0,t,"color: inherit");let s=0,a=0;e[0].replace(/%[a-zA-Z%]/g,r=>{r!=="%%"&&(s++,r==="%c"&&(a=s))}),e.splice(a,0,t)}ee.log=console.debug||console.log||(()=>{});function Om(e){try{e?ee.storage.setItem("debug",e):ee.storage.removeItem("debug")}catch{}}function Fm(){let e;try{e=ee.storage.getItem("debug")}catch{}return!e&&typeof process<"u"&&"env"in process&&(e=process.env.DEBUG),e}function Hm(){try{return localStorage}catch{}}Dt.exports=Zs()(ee);var{formatters:Mm}=Dt.exports;Mm.j=function(e){try{return JSON.stringify(e)}catch(t){return"[UnexpectedJSONParseError]: "+t.message}}});var un=I((vh,cn)=>{"use strict";cn.exports=(e,t=process.argv)=>{let s=e.startsWith("-")?"":e.length===1?"-":"--",a=t.indexOf(s+e),r=t.indexOf("--");return a!==-1&&(r===-1||a<r)}});var mn=I((qh,dn)=>{"use strict";var Qm=require("os"),ln=require("tty"),re=un(),{env:O}=process,qe;re("no-color")||re("no-colors")||re("color=false")||re("color=never")?qe=0:(re("color")||re("colors")||re("color=true")||re("color=always"))&&(qe=1);"FORCE_COLOR"in O&&(O.FORCE_COLOR==="true"?qe=1:O.FORCE_COLOR==="false"?qe=0:qe=O.FORCE_COLOR.length===0?1:Math.min(parseInt(O.FORCE_COLOR,10),3));function ea(e){return e===0?!1:{level:e,hasBasic:!0,has256:e>=2,has16m:e>=3}}function ta(e,t){if(qe===0)return 0;if(re("color=16m")||re("color=full")||re("color=truecolor"))return 3;if(re("color=256"))return 2;if(e&&!t&&qe===void 0)return 0;let s=qe||0;if(O.TERM==="dumb")return s;if(process.platform==="win32"){let a=Qm.release().split(".");return Number(a[0])>=10&&Number(a[2])>=10586?Number(a[2])>=14931?3:2:1}if("CI"in O)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI","GITHUB_ACTIONS","BUILDKITE"].some(a=>a in O)||O.CI_NAME==="codeship"?1:s;if("TEAMCITY_VERSION"in O)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(O.TEAMCITY_VERSION)?1:0;if(O.COLORTERM==="truecolor")return 3;if("TERM_PROGRAM"in O){let a=parseInt((O.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(O.TERM_PROGRAM){case"iTerm.app":return a>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(O.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(O.TERM)||"COLORTERM"in O?1:s}function jm(e){let t=ta(e,e&&e.isTTY);return ea(t)}dn.exports={supportsColor:jm,stdout:ea(ta(!0,ln.isatty(1))),stderr:ea(ta(!0,ln.isatty(2)))}});var fn=I((M,Ft)=>{var Nm=require("tty"),Ot=require("util");M.init=Xm;M.log=Vm;M.formatArgs=$m;M.save=Jm;M.load=Ym;M.useColors=zm;M.destroy=Ot.deprecate(()=>{},"Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.");M.colors=[6,2,3,4,5,1];try{let e=mn();e&&(e.stderr||e).level>=2&&(M.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{}M.inspectOpts=Object.keys(process.env).filter(e=>/^debug_/i.test(e)).reduce((e,t)=>{let s=t.substring(6).toLowerCase().replace(/_([a-z])/g,(r,o)=>o.toUpperCase()),a=process.env[t];return/^(yes|on|true|enabled)$/i.test(a)?a=!0:/^(no|off|false|disabled)$/i.test(a)?a=!1:a==="null"?a=null:a=Number(a),e[s]=a,e},{});function zm(){return"colors"in M.inspectOpts?Boolean(M.inspectOpts.colors):Nm.isatty(process.stderr.fd)}function $m(e){let{namespace:t,useColors:s}=this;if(s){let a=this.color,r="\x1B[3"+(a<8?a:"8;5;"+a),o=` ${r};1m${t} \x1B[0m`;e[0]=o+e[0].split(`
|
|
1
|
+
"use strict";var Ql=Object.create;var At=Object.defineProperty;var jl=Object.getOwnPropertyDescriptor;var Nl=Object.getOwnPropertyNames;var zl=Object.getPrototypeOf,$l=Object.prototype.hasOwnProperty;var I=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),Bs=(e,t)=>{for(var s in t)At(e,s,{get:t[s],enumerable:!0})},Ka=(e,t,s,a)=>{if(t&&typeof t=="object"||typeof t=="function")for(let r of Nl(t))!$l.call(e,r)&&r!==s&&At(e,r,{get:()=>t[r],enumerable:!(a=jl(t,r))||a.enumerable});return e};var D=(e,t,s)=>(s=e!=null?Ql(zl(e)):{},Ka(t||!e||!e.__esModule?At(s,"default",{value:e,enumerable:!0}):s,e)),Kl=e=>Ka(At({},"__esModule",{value:!0}),e);var pr=I((ry,ir)=>{var or=require("stream").Stream,Cd=require("util");ir.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=[]}Cd.inherits(oe,or);oe.create=function(e,t){var s=new this;t=t||{};for(var a in t)s[a]=t[a];s.source=e;var r=e.emit;return e.emit=function(){return s._handleEmit(arguments),r.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=or.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 dr=I((ny,lr)=>{var Bd=require("util"),ur=require("stream").Stream,cr=pr();lr.exports=L;function L(){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}Bd.inherits(L,ur);L.create=function(e){var t=new this;e=e||{};for(var s in e)t[s]=e[s];return t};L.isStreamLike=function(e){return typeof e!="function"&&typeof e!="string"&&typeof e!="boolean"&&typeof e!="number"&&!Buffer.isBuffer(e)};L.prototype.append=function(e){var t=L.isStreamLike(e);if(t){if(!(e instanceof cr)){var s=cr.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};L.prototype.pipe=function(e,t){return ur.prototype.pipe.call(this,e,t),this.resume(),e};L.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}};L.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 a=L.isStreamLike(s);a&&(s.on("data",this._checkDataSize.bind(this)),this._handleErrors(s)),this._pipeNext(s)}.bind(this))};L.prototype._pipeNext=function(e){this._currentStream=e;var t=L.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()};L.prototype._handleErrors=function(e){var t=this;e.on("error",function(s){t._emitError(s)})};L.prototype.write=function(e){this.emit("data",e)};L.prototype.pause=function(){this.pauseStreams&&(this.pauseStreams&&this._currentStream&&typeof this._currentStream.pause=="function"&&this._currentStream.pause(),this.emit("pause"))};L.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")};L.prototype.end=function(){this._reset(),this.emit("end")};L.prototype.destroy=function(){this._reset(),this.emit("close")};L.prototype._reset=function(){this.writable=!1,this._streams=[],this._currentStream=null};L.prototype._checkDataSize=function(){if(this._updateDataSize(),!(this.dataSize<=this.maxDataSize)){var e="DelayedStream#maxDataSize of "+this.maxDataSize+" bytes exceeded.";this._emitError(new Error(e))}};L.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)};L.prototype._emitError=function(e){this._reset(),this.emit("error",e)}});var mr=I((oy,Ud)=>{Ud.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 fr=I((iy,gr)=>{gr.exports=mr()});var hr=I(V=>{"use strict";var St=fr(),Sd=require("path").extname,xr=/^\s*([^;\s]*)(?:;|\s|$)/,Ld=/^text\//i;V.charset=yr;V.charsets={lookup:yr};V.contentType=Ed;V.extension=_d;V.extensions=Object.create(null);V.lookup=Gd;V.types=Object.create(null);Wd(V.extensions,V.types);function yr(e){if(!e||typeof e!="string")return!1;var t=xr.exec(e),s=t&&St[t[1].toLowerCase()];return s&&s.charset?s.charset:t&&Ld.test(t[1])?"UTF-8":!1}function Ed(e){if(!e||typeof e!="string")return!1;var t=e.indexOf("/")===-1?V.lookup(e):e;if(!t)return!1;if(t.indexOf("charset")===-1){var s=V.charset(t);s&&(t+="; charset="+s.toLowerCase())}return t}function _d(e){if(!e||typeof e!="string")return!1;var t=xr.exec(e),s=t&&V.extensions[t[1].toLowerCase()];return!s||!s.length?!1:s[0]}function Gd(e){if(!e||typeof e!="string")return!1;var t=Sd("x."+e).toLowerCase().substr(1);return t&&V.types[t]||!1}function Wd(e,t){var s=["nginx","apache",void 0,"iana"];Object.keys(St).forEach(function(r){var o=St[r],p=o.extensions;if(!(!p||!p.length)){e[r]=p;for(var i=0;i<p.length;i++){var n=p[i];if(t[n]){var u=s.indexOf(St[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]=r}}})}});var Rr=I((cy,br)=>{br.exports=Dd;function Dd(e){var t=typeof setImmediate=="function"?setImmediate:typeof process=="object"&&typeof process.nextTick=="function"?process.nextTick:null;t?t(e):setTimeout(e,0)}});var Es=I((uy,qr)=>{var vr=Rr();qr.exports=Od;function Od(e){var t=!1;return vr(function(){t=!0}),function(a,r){t?e(a,r):vr(function(){e(a,r)})}}});var _s=I((ly,kr)=>{kr.exports=Fd;function Fd(e){Object.keys(e.jobs).forEach(Hd.bind(e)),e.jobs={}}function Hd(e){typeof this.jobs[e]=="function"&&this.jobs[e]()}});var Gs=I((dy,wr)=>{var Ir=Es(),Md=_s();wr.exports=Qd;function Qd(e,t,s,a){var r=s.keyedList?s.keyedList[s.index]:s.index;s.jobs[r]=jd(t,r,e[r],function(o,p){r in s.jobs&&(delete s.jobs[r],o?Md(s):s.results[r]=p,a(o,s.results))})}function jd(e,t,s,a){var r;return e.length==2?r=e(s,Ir(a)):r=e(s,t,Ir(a)),r}});var Ws=I((my,Tr)=>{Tr.exports=Nd;function Nd(e,t){var s=!Array.isArray(e),a={index:0,keyedList:s||t?Object.keys(e):null,jobs:{},results:s?{}:[],size:s?Object.keys(e).length:e.length};return t&&a.keyedList.sort(s?t:function(r,o){return t(e[r],e[o])}),a}});var Ds=I((gy,Ar)=>{var zd=_s(),$d=Es();Ar.exports=Kd;function Kd(e){Object.keys(this.jobs).length&&(this.index=this.size,zd(this),$d(e)(null,this.results))}});var Cr=I((fy,Pr)=>{var Vd=Gs(),Jd=Ws(),Yd=Ds();Pr.exports=Xd;function Xd(e,t,s){for(var a=Jd(e);a.index<(a.keyedList||e).length;)Vd(e,t,a,function(r,o){if(r){s(r,o);return}if(Object.keys(a.jobs).length===0){s(null,a.results);return}}),a.index++;return Yd.bind(a,s)}});var Os=I((xy,Lt)=>{var Br=Gs(),Zd=Ws(),em=Ds();Lt.exports=tm;Lt.exports.ascending=Ur;Lt.exports.descending=sm;function tm(e,t,s,a){var r=Zd(e,s);return Br(e,t,r,function o(p,i){if(p){a(p,i);return}if(r.index++,r.index<(r.keyedList||e).length){Br(e,t,r,o);return}a(null,r.results)}),em.bind(r,a)}function Ur(e,t){return e<t?-1:e>t?1:0}function sm(e,t){return-1*Ur(e,t)}});var Lr=I((yy,Sr)=>{var am=Os();Sr.exports=rm;function rm(e,t,s){return am(e,t,null,s)}});var _r=I((hy,Er)=>{Er.exports={parallel:Cr(),serial:Lr(),serialOrdered:Os()}});var Wr=I((by,Gr)=>{Gr.exports=function(e,t){return Object.keys(t).forEach(function(s){e[s]=e[s]||t[s]}),e}});var Fr=I((Ry,Or)=>{var Qs=dr(),Dr=require("util"),Fs=require("path"),nm=require("http"),om=require("https"),im=require("url").parse,pm=require("fs"),cm=require("stream").Stream,Hs=hr(),um=_r(),Ms=Wr();Or.exports=P;Dr.inherits(P,Qs);function P(e){if(!(this instanceof P))return new P(e);this._overheadLength=0,this._valueLength=0,this._valuesToMeasure=[],Qs.call(this),e=e||{};for(var t in e)this[t]=e[t]}P.LINE_BREAK=`\r
|
|
2
|
+
`;P.DEFAULT_CONTENT_TYPE="application/octet-stream";P.prototype.append=function(e,t,s){s=s||{},typeof s=="string"&&(s={filename:s});var a=Qs.prototype.append.bind(this);if(typeof t=="number"&&(t=""+t),Dr.isArray(t)){this._error(new Error("Arrays are not supported."));return}var r=this._multiPartHeader(e,t,s),o=this._multiPartFooter();a(r),a(t),a(o),this._trackLength(r,t,s)};P.prototype._trackLength=function(e,t,s){var a=0;s.knownLength!=null?a+=+s.knownLength:Buffer.isBuffer(t)?a=t.length:typeof t=="string"&&(a=Buffer.byteLength(t)),this._valueLength+=a,this._overheadLength+=Buffer.byteLength(e)+P.LINE_BREAK.length,!(!t||!t.path&&!(t.readable&&t.hasOwnProperty("httpVersion"))&&!(t instanceof cm))&&(s.knownLength||this._valuesToMeasure.push(t))};P.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)):pm.stat(e.path,function(s,a){var r;if(s){t(s);return}r=a.size-(e.start?e.start:0),t(null,r)}):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")};P.prototype._multiPartHeader=function(e,t,s){if(typeof s.header=="string")return s.header;var a=this._getContentDisposition(t,s),r=this._getContentType(t,s),o="",p={"Content-Disposition":["form-data",'name="'+e+'"'].concat(a||[]),"Content-Type":[].concat(r||[])};typeof s.header=="object"&&Ms(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("; ")+P.LINE_BREAK)));return"--"+this.getBoundary()+P.LINE_BREAK+o+P.LINE_BREAK};P.prototype._getContentDisposition=function(e,t){var s,a;return typeof t.filepath=="string"?s=Fs.normalize(t.filepath).replace(/\\/g,"/"):t.filename||e.name||e.path?s=Fs.basename(t.filename||e.name||e.path):e.readable&&e.hasOwnProperty("httpVersion")&&(s=Fs.basename(e.client._httpMessage.path||"")),s&&(a='filename="'+s+'"'),a};P.prototype._getContentType=function(e,t){var s=t.contentType;return!s&&e.name&&(s=Hs.lookup(e.name)),!s&&e.path&&(s=Hs.lookup(e.path)),!s&&e.readable&&e.hasOwnProperty("httpVersion")&&(s=e.headers["content-type"]),!s&&(t.filepath||t.filename)&&(s=Hs.lookup(t.filepath||t.filename)),!s&&typeof e=="object"&&(s=P.DEFAULT_CONTENT_TYPE),s};P.prototype._multiPartFooter=function(){return function(e){var t=P.LINE_BREAK,s=this._streams.length===0;s&&(t+=this._lastBoundary()),e(t)}.bind(this)};P.prototype._lastBoundary=function(){return"--"+this.getBoundary()+"--"+P.LINE_BREAK};P.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};P.prototype.setBoundary=function(e){this._boundary=e};P.prototype.getBoundary=function(){return this._boundary||this._generateBoundary(),this._boundary};P.prototype.getBuffer=function(){for(var e=new Buffer.alloc(0),t=this.getBoundary(),s=0,a=this._streams.length;s<a;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(P.LINE_BREAK)])));return Buffer.concat([e,Buffer.from(this._lastBoundary())])};P.prototype._generateBoundary=function(){for(var e="--------------------------",t=0;t<24;t++)e+=Math.floor(Math.random()*10).toString(16);this._boundary=e};P.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};P.prototype.hasKnownLength=function(){var e=!0;return this._valuesToMeasure.length&&(e=!1),e};P.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}um.parallel(this._valuesToMeasure,this._lengthRetriever,function(s,a){if(s){e(s);return}a.forEach(function(r){t+=r}),e(null,t)})};P.prototype.submit=function(e,t){var s,a,r={method:"post"};return typeof e=="string"?(e=im(e),a=Ms({port:e.port,path:e.pathname,host:e.hostname,protocol:e.protocol},r)):(a=Ms(e,r),a.port||(a.port=a.protocol=="https:"?443:80)),a.headers=this.getHeaders(e.headers),a.protocol=="https:"?s=om.request(a):s=nm.request(a),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};P.prototype._error=function(e){this.error||(this.error=e,this.pause(),this.emit("error",e))};P.prototype.toString=function(){return"[object FormData]"}});var sn=I(tn=>{"use strict";var Tm=require("url").parse,Am={ftp:21,gopher:70,http:80,https:443,ws:80,wss:443},Pm=String.prototype.endsWith||function(e){return e.length<=this.length&&this.indexOf(e,this.length-e.length)!==-1};function Cm(e){var t=typeof e=="string"?Tm(e):e||{},s=t.protocol,a=t.host,r=t.port;if(typeof a!="string"||!a||typeof s!="string"||(s=s.split(":",1)[0],a=a.replace(/:\d*$/,""),r=parseInt(r)||Am[s]||0,!Bm(a,r)))return"";var o=Ke("npm_config_"+s+"_proxy")||Ke(s+"_proxy")||Ke("npm_config_proxy")||Ke("all_proxy");return o&&o.indexOf("://")===-1&&(o=s+"://"+o),o}function Bm(e,t){var s=(Ke("npm_config_no_proxy")||Ke("no_proxy")).toLowerCase();return s?s==="*"?!1:s.split(/[,\s]/).every(function(a){if(!a)return!0;var r=a.match(/^(.+):(\d+)$/),o=r?r[1]:a,p=r?parseInt(r[2]):0;return p&&p!==t?!0:/^[.*]/.test(o)?(o.charAt(0)==="*"&&(o=o.slice(1)),!Pm.call(e,o)):e!==o}):!0}function Ke(e){return process.env[e.toLowerCase()]||process.env[e.toUpperCase()]||""}tn.getProxyForUrl=Cm});var rn=I((vh,an)=>{var Ve=1e3,Je=Ve*60,Ye=Je*60,Se=Ye*24,Um=Se*7,Sm=Se*365.25;an.exports=function(e,t){t=t||{};var s=typeof e;if(s==="string"&&e.length>0)return Lm(e);if(s==="number"&&isFinite(e))return t.long?_m(e):Em(e);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))};function Lm(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]),a=(t[2]||"ms").toLowerCase();switch(a){case"years":case"year":case"yrs":case"yr":case"y":return s*Sm;case"weeks":case"week":case"w":return s*Um;case"days":case"day":case"d":return s*Se;case"hours":case"hour":case"hrs":case"hr":case"h":return s*Ye;case"minutes":case"minute":case"mins":case"min":case"m":return s*Je;case"seconds":case"second":case"secs":case"sec":case"s":return s*Ve;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return s;default:return}}}}function Em(e){var t=Math.abs(e);return t>=Se?Math.round(e/Se)+"d":t>=Ye?Math.round(e/Ye)+"h":t>=Je?Math.round(e/Je)+"m":t>=Ve?Math.round(e/Ve)+"s":e+"ms"}function _m(e){var t=Math.abs(e);return t>=Se?Wt(e,t,Se,"day"):t>=Ye?Wt(e,t,Ye,"hour"):t>=Je?Wt(e,t,Je,"minute"):t>=Ve?Wt(e,t,Ve,"second"):e+" ms"}function Wt(e,t,s,a){var r=t>=s*1.5;return Math.round(e/s)+" "+a+(r?"s":"")}});var Zs=I((qh,nn)=>{function Gm(e){s.debug=s,s.default=s,s.coerce=n,s.disable=o,s.enable=r,s.enabled=p,s.humanize=rn(),s.destroy=u,Object.keys(e).forEach(c=>{s[c]=e[c]}),s.names=[],s.skips=[],s.formatters={};function t(c){let m=0;for(let x=0;x<c.length;x++)m=(m<<5)-m+c.charCodeAt(x),m|=0;return s.colors[Math.abs(m)%s.colors.length]}s.selectColor=t;function s(c){let m,x=null,R,d;function y(...v){if(!y.enabled)return;let b=y,T=Number(new Date),A=T-(m||T);b.diff=A,b.prev=m,b.curr=T,m=T,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,(J,Y)=>{if(J==="%%")return"%";B++;let X=s.formatters[Y];if(typeof X=="function"){let N=v[B];J=X.call(b,N),v.splice(B,1),B--}return J}),s.formatArgs.call(b,v),(b.log||s.log).apply(b,v)}return y.namespace=c,y.useColors=s.useColors(),y.color=s.selectColor(c),y.extend=a,y.destroy=s.destroy,Object.defineProperty(y,"enabled",{enumerable:!0,configurable:!1,get:()=>x!==null?x:(R!==s.namespaces&&(R=s.namespaces,d=s.enabled(c)),d),set:v=>{x=v}}),typeof s.init=="function"&&s.init(y),y}function a(c,m){let x=s(this.namespace+(typeof m>"u"?":":m)+c);return x.log=this.log,x}function r(c){s.save(c),s.namespaces=c,s.names=[],s.skips=[];let m,x=(typeof c=="string"?c:"").split(/[\s,]+/),R=x.length;for(m=0;m<R;m++)x[m]&&(c=x[m].replace(/\*/g,".*?"),c[0]==="-"?s.skips.push(new RegExp("^"+c.slice(1)+"$")):s.names.push(new RegExp("^"+c+"$")))}function o(){let c=[...s.names.map(i),...s.skips.map(i).map(m=>"-"+m)].join(",");return s.enable(""),c}function p(c){if(c[c.length-1]==="*")return!0;let m,x;for(m=0,x=s.skips.length;m<x;m++)if(s.skips[m].test(c))return!1;for(m=0,x=s.names.length;m<x;m++)if(s.names[m].test(c))return!0;return!1}function i(c){return c.toString().substring(2,c.toString().length-2).replace(/\.\*\?$/,"*")}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}nn.exports=Gm});var on=I((ee,Dt)=>{ee.formatArgs=Dm;ee.save=Om;ee.load=Fm;ee.useColors=Wm;ee.storage=Hm();ee.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`."))}})();ee.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 Wm(){return typeof window<"u"&&window.process&&(window.process.type==="renderer"||window.process.__nwjs)?!0:typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/)?!1: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&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)}function Dm(e){if(e[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+e[0]+(this.useColors?"%c ":" ")+"+"+Dt.exports.humanize(this.diff),!this.useColors)return;let t="color: "+this.color;e.splice(1,0,t,"color: inherit");let s=0,a=0;e[0].replace(/%[a-zA-Z%]/g,r=>{r!=="%%"&&(s++,r==="%c"&&(a=s))}),e.splice(a,0,t)}ee.log=console.debug||console.log||(()=>{});function Om(e){try{e?ee.storage.setItem("debug",e):ee.storage.removeItem("debug")}catch{}}function Fm(){let e;try{e=ee.storage.getItem("debug")}catch{}return!e&&typeof process<"u"&&"env"in process&&(e=process.env.DEBUG),e}function Hm(){try{return localStorage}catch{}}Dt.exports=Zs()(ee);var{formatters:Mm}=Dt.exports;Mm.j=function(e){try{return JSON.stringify(e)}catch(t){return"[UnexpectedJSONParseError]: "+t.message}}});var cn=I((kh,pn)=>{"use strict";pn.exports=(e,t=process.argv)=>{let s=e.startsWith("-")?"":e.length===1?"-":"--",a=t.indexOf(s+e),r=t.indexOf("--");return a!==-1&&(r===-1||a<r)}});var dn=I((Ih,ln)=>{"use strict";var Qm=require("os"),un=require("tty"),re=cn(),{env:O}=process,qe;re("no-color")||re("no-colors")||re("color=false")||re("color=never")?qe=0:(re("color")||re("colors")||re("color=true")||re("color=always"))&&(qe=1);"FORCE_COLOR"in O&&(O.FORCE_COLOR==="true"?qe=1:O.FORCE_COLOR==="false"?qe=0:qe=O.FORCE_COLOR.length===0?1:Math.min(parseInt(O.FORCE_COLOR,10),3));function ea(e){return e===0?!1:{level:e,hasBasic:!0,has256:e>=2,has16m:e>=3}}function ta(e,t){if(qe===0)return 0;if(re("color=16m")||re("color=full")||re("color=truecolor"))return 3;if(re("color=256"))return 2;if(e&&!t&&qe===void 0)return 0;let s=qe||0;if(O.TERM==="dumb")return s;if(process.platform==="win32"){let a=Qm.release().split(".");return Number(a[0])>=10&&Number(a[2])>=10586?Number(a[2])>=14931?3:2:1}if("CI"in O)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI","GITHUB_ACTIONS","BUILDKITE"].some(a=>a in O)||O.CI_NAME==="codeship"?1:s;if("TEAMCITY_VERSION"in O)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(O.TEAMCITY_VERSION)?1:0;if(O.COLORTERM==="truecolor")return 3;if("TERM_PROGRAM"in O){let a=parseInt((O.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(O.TERM_PROGRAM){case"iTerm.app":return a>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(O.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(O.TERM)||"COLORTERM"in O?1:s}function jm(e){let t=ta(e,e&&e.isTTY);return ea(t)}ln.exports={supportsColor:jm,stdout:ea(ta(!0,un.isatty(1))),stderr:ea(ta(!0,un.isatty(2)))}});var gn=I((M,Ft)=>{var Nm=require("tty"),Ot=require("util");M.init=Xm;M.log=Vm;M.formatArgs=$m;M.save=Jm;M.load=Ym;M.useColors=zm;M.destroy=Ot.deprecate(()=>{},"Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.");M.colors=[6,2,3,4,5,1];try{let e=dn();e&&(e.stderr||e).level>=2&&(M.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{}M.inspectOpts=Object.keys(process.env).filter(e=>/^debug_/i.test(e)).reduce((e,t)=>{let s=t.substring(6).toLowerCase().replace(/_([a-z])/g,(r,o)=>o.toUpperCase()),a=process.env[t];return/^(yes|on|true|enabled)$/i.test(a)?a=!0:/^(no|off|false|disabled)$/i.test(a)?a=!1:a==="null"?a=null:a=Number(a),e[s]=a,e},{});function zm(){return"colors"in M.inspectOpts?Boolean(M.inspectOpts.colors):Nm.isatty(process.stderr.fd)}function $m(e){let{namespace:t,useColors:s}=this;if(s){let a=this.color,r="\x1B[3"+(a<8?a:"8;5;"+a),o=` ${r};1m${t} \x1B[0m`;e[0]=o+e[0].split(`
|
|
3
3
|
`).join(`
|
|
4
4
|
`+o),e.push(r+"m+"+Ft.exports.humanize(this.diff)+"\x1B[0m")}else e[0]=Km()+t+" "+e[0]}function Km(){return M.inspectOpts.hideDate?"":new Date().toISOString()+" "}function Vm(...e){return process.stderr.write(Ot.format(...e)+`
|
|
5
|
-
`)}function Jm(e){e?process.env.DEBUG=e:delete process.env.DEBUG}function Ym(){return process.env.DEBUG}function Xm(e){e.inspectOpts={};let t=Object.keys(M.inspectOpts);for(let s=0;s<t.length;s++)e.inspectOpts[t[s]]=M.inspectOpts[t[s]]}Ft.exports=Zs()(M);var{formatters:
|
|
6
|
-
`).map(t=>t.trim()).join(" ")};gn.O=function(e){return this.inspectOpts.colors=this.useColors,Ot.inspect(e,this.inspectOpts)}});var xn=I((kh,sa)=>{typeof process>"u"||process.type==="renderer"||process.browser===!0||process.__nwjs?sa.exports=pn():sa.exports=fn()});var hn=I((Ih,yn)=>{var mt;yn.exports=function(){if(!mt){try{mt=xn()("follow-redirects")}catch{}typeof mt!="function"&&(mt=function(){})}mt.apply(null,arguments)}});var Tn=I((wh,ia)=>{var Se=require("url"),aa=Se.URL,Zm=require("http"),eg=require("https"),vn=require("stream").Writable,qn=require("assert"),kn=hn(),na=["abort","aborted","connect","error","socket","timeout"],oa=Object.create(null);na.forEach(function(e){oa[e]=function(t,s,a){this._redirectable.emit(e,t,s,a)}});var tg=ft("ERR_INVALID_URL","Invalid URL",TypeError),bn=ft("ERR_FR_REDIRECTION_FAILURE","Redirected request failed"),sg=ft("ERR_FR_TOO_MANY_REDIRECTS","Maximum number of redirects exceeded"),ag=ft("ERR_FR_MAX_BODY_LENGTH_EXCEEDED","Request body larger than maxBodyLength limit"),rg=ft("ERR_STREAM_WRITE_AFTER_END","write after end");function te(e,t){vn.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(a){s._processResponse(a)},this._performRequest()}te.prototype=Object.create(vn.prototype);te.prototype.abort=function(){wn(this._currentRequest),this.emit("abort")};te.prototype.write=function(e,t,s){if(this._ending)throw new rg;if(!Le(e)&&!ig(e))throw new TypeError("data should be a string, Buffer or Uint8Array");if(gt(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 ag),this.abort())};te.prototype.end=function(e,t,s){if(gt(e)?(s=e,e=t=null):gt(t)&&(s=t,t=null),!e)this._ended=this._ending=!0,this._currentRequest.end(null,null,s);else{var a=this,r=this._currentRequest;this.write(e,t,function(){a._ended=!0,r.end(null,null,s)}),this._ending=!0}};te.prototype.setHeader=function(e,t){this._options.headers[e]=t,this._currentRequest.setHeader(e,t)};te.prototype.removeHeader=function(e){delete this._options.headers[e],this._currentRequest.removeHeader(e)};te.prototype.setTimeout=function(e,t){var s=this;function a(p){p.setTimeout(e),p.removeListener("timeout",p.destroy),p.addListener("timeout",p.destroy)}function r(p){s._timeout&&clearTimeout(s._timeout),s._timeout=setTimeout(function(){s.emit("timeout"),o()},e),a(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",r)}return t&&this.on("timeout",t),this.socket?r(this.socket):this._currentRequest.once("socket",r),this.on("socket",a),this.on("abort",o),this.on("error",o),this.on("response",o),this};["flushHeaders","getHeader","setNoDelay","setSocketKeepAlive"].forEach(function(e){te.prototype[e]=function(t,s){return this._currentRequest[e](t,s)}});["aborted","connection","socket"].forEach(function(e){Object.defineProperty(te.prototype,e,{get:function(){return this._currentRequest[e]}})});te.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))}};te.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 a=this._currentRequest=t.request(this._options,this._onNativeResponse);a._redirectable=this;for(var r of na)a.on(r,oa[r]);if(this._currentUrl=/^\//.test(this._options.path)?Se.format(this._options):this._options.path,this._isRedirect){var o=0,p=this,i=this._requestBodyBuffers;(function n(u){if(a===p._currentRequest)if(u)p.emit("error",u);else if(o<i.length){var c=i[o++];a.finished||a.write(c.data,c.encoding,n)}else p._ended&&a.end()})()}};te.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(wn(this._currentRequest),e.destroy(),++this._redirectCount>this._options.maxRedirects){this.emit("error",new sg);return}var a,r=this._options.beforeRedirect;r&&(a=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=[],ra(/^content-/i,this._options.headers));var p=ra(/^host$/i,this._options.headers),i=Se.parse(this._currentUrl),n=p||i.host,u=/^\w+:/.test(s)?this._currentUrl:Se.format(Object.assign(i,{host:n})),c;try{c=Se.resolve(u,s)}catch(d){this.emit("error",new bn({cause:d}));return}kn("redirecting to",c),this._isRedirect=!0;var m=Se.parse(c);if(Object.assign(this._options,m),(m.protocol!==i.protocol&&m.protocol!=="https:"||m.host!==n&&!og(m.host,n))&&ra(/^(?:authorization|cookie)$/i,this._options.headers),gt(r)){var x={headers:e.headers,statusCode:t},R={url:u,method:o,headers:a};try{r(this._options,x,R)}catch(d){this.emit("error",d);return}this._sanitizeOptions(this._options)}try{this._performRequest()}catch(d){this.emit("error",new bn({cause:d}))}};function In(e){var t={maxRedirects:21,maxBodyLength:10485760},s={};return Object.keys(e).forEach(function(a){var r=a+":",o=s[r]=e[a],p=t[a]=Object.create(o);function i(u,c,m){if(Le(u)){var x;try{x=Rn(new aa(u))}catch{x=Se.parse(u)}if(!Le(x.protocol))throw new tg({input:u});u=x}else aa&&u instanceof aa?u=Rn(u):(m=c,c=u,u={protocol:r});return gt(c)&&(m=c,c=null),c=Object.assign({maxRedirects:t.maxRedirects,maxBodyLength:t.maxBodyLength},u,c),c.nativeProtocols=s,!Le(c.host)&&!Le(c.hostname)&&(c.hostname="::1"),qn.equal(c.protocol,r,"protocol mismatch"),kn("options",c),new te(c,m)}function n(u,c,m){var x=p.request(u,c,m);return x.end(),x}Object.defineProperties(p,{request:{value:i,configurable:!0,enumerable:!0,writable:!0},get:{value:n,configurable:!0,enumerable:!0,writable:!0}})}),t}function ng(){}function Rn(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 ra(e,t){var s;for(var a in t)e.test(a)&&(s=t[a],delete t[a]);return s===null||typeof s>"u"?void 0:String(s).trim()}function ft(e,t,s){function a(r){Error.captureStackTrace(this,this.constructor),Object.assign(this,r||{}),this.code=e,this.message=this.cause?t+": "+this.cause.message:t}return a.prototype=new(s||Error),a.prototype.constructor=a,a.prototype.name="Error ["+e+"]",a}function wn(e){for(var t of na)e.removeListener(t,oa[t]);e.on("error",ng),e.abort()}function og(e,t){qn(Le(e)&&Le(t));var s=e.length-t.length-1;return s>0&&e[s]==="."&&e.endsWith(t)}function Le(e){return typeof e=="string"||e instanceof String}function gt(e){return typeof e=="function"}function ig(e){return typeof e=="object"&&"length"in e}ia.exports=In({http:Zm,https:eg});ia.exports.wrap=In});var Ra=I(Ge=>{"use strict";Object.defineProperty(Ge,"__esModule",{value:!0});var jg=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},Ng=typeof window<"u"&&typeof window.document<"u",zg=typeof process<"u"&&process.versions!=null&&process.versions.node!=null,$g=(typeof self>"u"?"undefined":jg(self))==="object"&&self.constructor&&self.constructor.name==="DedicatedWorkerGlobalScope",Kg=typeof window<"u"&&window.name==="nodejs"||typeof navigator<"u"&&(navigator.userAgent.includes("Node.js")||navigator.userAgent.includes("jsdom")),Vg=typeof Deno<"u"&&typeof Deno.version<"u"&&typeof Deno.version.deno<"u";Ge.isBrowser=Ng;Ge.isWebWorker=$g;Ge.isNode=zg;Ge.isJsDom=Kg;Ge.isDeno=Vg});var io=I((PR,oo)=>{"use strict";oo.exports=function(){if(typeof Symbol!="function"||typeof Object.getOwnPropertySymbols!="function")return!1;if(typeof Symbol.iterator=="symbol")return!0;var t={},s=Symbol("test"),a=Object(s);if(typeof s=="string"||Object.prototype.toString.call(s)!=="[object Symbol]"||Object.prototype.toString.call(a)!=="[object Symbol]")return!1;var r=42;t[s]=r;for(s 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 o=Object.getOwnPropertySymbols(t);if(o.length!==1||o[0]!==s||!Object.prototype.propertyIsEnumerable.call(t,s))return!1;if(typeof Object.getOwnPropertyDescriptor=="function"){var p=Object.getOwnPropertyDescriptor(t,s);if(p.value!==r||p.enumerable!==!0)return!1}return!0}});var uo=I((BR,co)=>{"use strict";var po=typeof Symbol<"u"&&Symbol,uf=io();co.exports=function(){return typeof po!="function"||typeof Symbol!="function"||typeof po("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:uf()}});var go=I((UR,mo)=>{"use strict";var lo={foo:{}},lf=Object;mo.exports=function(){return{__proto__:lo}.foo===lo.foo&&!({__proto__:null}instanceof lf)}});var xo=I((SR,fo)=>{"use strict";var df="Function.prototype.bind called on incompatible ",ka=Array.prototype.slice,mf=Object.prototype.toString,gf="[object Function]";fo.exports=function(t){var s=this;if(typeof s!="function"||mf.call(s)!==gf)throw new TypeError(df+s);for(var a=ka.call(arguments,1),r,o=function(){if(this instanceof r){var c=s.apply(this,a.concat(ka.call(arguments)));return Object(c)===c?c:this}else return s.apply(t,a.concat(ka.call(arguments)))},p=Math.max(0,s.length-a.length),i=[],n=0;n<p;n++)i.push("$"+n);if(r=Function("binder","return function ("+i.join(",")+"){ return binder.apply(this,arguments); }")(o),s.prototype){var u=function(){};u.prototype=s.prototype,r.prototype=new u,u.prototype=null}return r}});var xs=I((LR,yo)=>{"use strict";var ff=xo();yo.exports=Function.prototype.bind||ff});var bo=I((ER,ho)=>{"use strict";var xf=xs();ho.exports=xf.call(Function.call,Object.prototype.hasOwnProperty)});var bs=I((_R,Io)=>{"use strict";var w,st=SyntaxError,ko=Function,tt=TypeError,Ia=function(e){try{return ko('"use strict"; return ('+e+").constructor;")()}catch{}},We=Object.getOwnPropertyDescriptor;if(We)try{We({},"")}catch{We=null}var wa=function(){throw new tt},yf=We?function(){try{return arguments.callee,wa}catch{try{return We(arguments,"callee").get}catch{return wa}}}():wa,Ze=uo()(),hf=go()(),F=Object.getPrototypeOf||(hf?function(e){return e.__proto__}:null),et={},bf=typeof Uint8Array>"u"||!F?w:F(Uint8Array),De={"%AggregateError%":typeof AggregateError>"u"?w:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer>"u"?w:ArrayBuffer,"%ArrayIteratorPrototype%":Ze&&F?F([][Symbol.iterator]()):w,"%AsyncFromSyncIteratorPrototype%":w,"%AsyncFunction%":et,"%AsyncGenerator%":et,"%AsyncGeneratorFunction%":et,"%AsyncIteratorPrototype%":et,"%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%":Error,"%eval%":eval,"%EvalError%":EvalError,"%Float32Array%":typeof Float32Array>"u"?w:Float32Array,"%Float64Array%":typeof Float64Array>"u"?w:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry>"u"?w:FinalizationRegistry,"%Function%":ko,"%GeneratorFunction%":et,"%Int8Array%":typeof Int8Array>"u"?w:Int8Array,"%Int16Array%":typeof Int16Array>"u"?w:Int16Array,"%Int32Array%":typeof Int32Array>"u"?w:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":Ze&&F?F(F([][Symbol.iterator]())):w,"%JSON%":typeof JSON=="object"?JSON:w,"%Map%":typeof Map>"u"?w:Map,"%MapIteratorPrototype%":typeof Map>"u"||!Ze||!F?w:F(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%":RangeError,"%ReferenceError%":ReferenceError,"%Reflect%":typeof Reflect>"u"?w:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set>"u"?w:Set,"%SetIteratorPrototype%":typeof Set>"u"||!Ze||!F?w:F(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer>"u"?w:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":Ze&&F?F(""[Symbol.iterator]()):w,"%Symbol%":Ze?Symbol:w,"%SyntaxError%":st,"%ThrowTypeError%":yf,"%TypedArray%":bf,"%TypeError%":tt,"%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%":URIError,"%WeakMap%":typeof WeakMap>"u"?w:WeakMap,"%WeakRef%":typeof WeakRef>"u"?w:WeakRef,"%WeakSet%":typeof WeakSet>"u"?w:WeakSet};if(F)try{null.error}catch(e){Ro=F(F(e)),De["%Error.prototype%"]=Ro}var Ro,Rf=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 a=e("%AsyncGeneratorFunction%");a&&(s=a.prototype)}else if(t==="%AsyncIteratorPrototype%"){var r=e("%AsyncGenerator%");r&&F&&(s=F(r.prototype))}return De[t]=s,s},vo={"%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"]},vt=xs(),ys=bo(),vf=vt.call(Function.call,Array.prototype.concat),qf=vt.call(Function.apply,Array.prototype.splice),qo=vt.call(Function.call,String.prototype.replace),hs=vt.call(Function.call,String.prototype.slice),kf=vt.call(Function.call,RegExp.prototype.exec),If=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,wf=/\\(\\)?/g,Tf=function(t){var s=hs(t,0,1),a=hs(t,-1);if(s==="%"&&a!=="%")throw new st("invalid intrinsic syntax, expected closing `%`");if(a==="%"&&s!=="%")throw new st("invalid intrinsic syntax, expected opening `%`");var r=[];return qo(t,If,function(o,p,i,n){r[r.length]=i?qo(n,wf,"$1"):p||o}),r},Af=function(t,s){var a=t,r;if(ys(vo,a)&&(r=vo[a],a="%"+r[0]+"%"),ys(De,a)){var o=De[a];if(o===et&&(o=Rf(a)),typeof o>"u"&&!s)throw new tt("intrinsic "+t+" exists, but is not available. Please file an issue!");return{alias:r,name:a,value:o}}throw new st("intrinsic "+t+" does not exist!")};Io.exports=function(t,s){if(typeof t!="string"||t.length===0)throw new tt("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof s!="boolean")throw new tt('"allowMissing" argument must be a boolean');if(kf(/^%?[^%]*%?$/,t)===null)throw new st("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var a=Tf(t),r=a.length>0?a[0]:"",o=Af("%"+r+"%",s),p=o.name,i=o.value,n=!1,u=o.alias;u&&(r=u[0],qf(a,vf([0,1],u)));for(var c=1,m=!0;c<a.length;c+=1){var x=a[c],R=hs(x,0,1),d=hs(x,-1);if((R==='"'||R==="'"||R==="`"||d==='"'||d==="'"||d==="`")&&R!==d)throw new st("property names with quotes must have matching quotes");if((x==="constructor"||!m)&&(n=!0),r+="."+x,p="%"+r+"%",ys(De,p))i=De[p];else if(i!=null){if(!(x in i)){if(!s)throw new tt("base intrinsic for "+t+" exists, but the property is not available.");return}if(We&&c+1>=a.length){var y=We(i,x);m=!!y,m&&"get"in y&&!("originalValue"in y.get)?i=y.get:i=i[x]}else m=ys(i,x),i=i[x];m&&!n&&(De[p]=i)}}return i}});var Bo=I((GR,Rs)=>{"use strict";var Ta=xs(),at=bs(),Ao=at("%Function.prototype.apply%"),Co=at("%Function.prototype.call%"),Po=at("%Reflect.apply%",!0)||Ta.call(Co,Ao),wo=at("%Object.getOwnPropertyDescriptor%",!0),Oe=at("%Object.defineProperty%",!0),Cf=at("%Math.max%");if(Oe)try{Oe({},"a",{value:1})}catch{Oe=null}Rs.exports=function(t){var s=Po(Ta,Co,arguments);if(wo&&Oe){var a=wo(s,"length");a.configurable&&Oe(s,"length",{value:1+Cf(0,t.length-(arguments.length-1))})}return s};var To=function(){return Po(Ta,Ao,arguments)};Oe?Oe(Rs.exports,"apply",{value:To}):Rs.exports.apply=To});var Eo=I((WR,Lo)=>{"use strict";var Uo=bs(),So=Bo(),Pf=So(Uo("String.prototype.indexOf"));Lo.exports=function(t,s){var a=Uo(t,!!s);return typeof a=="function"&&Pf(t,".prototype.")>-1?So(a):a}});var Go=I((DR,_o)=>{_o.exports=require("util").inspect});var si=I((OR,ti)=>{var Ga=typeof Map=="function"&&Map.prototype,Aa=Object.getOwnPropertyDescriptor&&Ga?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,qs=Ga&&Aa&&typeof Aa.get=="function"?Aa.get:null,Wo=Ga&&Map.prototype.forEach,Wa=typeof Set=="function"&&Set.prototype,Ca=Object.getOwnPropertyDescriptor&&Wa?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,ks=Wa&&Ca&&typeof Ca.get=="function"?Ca.get:null,Do=Wa&&Set.prototype.forEach,Bf=typeof WeakMap=="function"&&WeakMap.prototype,kt=Bf?WeakMap.prototype.has:null,Uf=typeof WeakSet=="function"&&WeakSet.prototype,It=Uf?WeakSet.prototype.has:null,Sf=typeof WeakRef=="function"&&WeakRef.prototype,Oo=Sf?WeakRef.prototype.deref:null,Lf=Boolean.prototype.valueOf,Ef=Object.prototype.toString,_f=Function.prototype.toString,Gf=String.prototype.match,Da=String.prototype.slice,Ae=String.prototype.replace,Wf=String.prototype.toUpperCase,Fo=String.prototype.toLowerCase,Vo=RegExp.prototype.test,Ho=Array.prototype.concat,le=Array.prototype.join,Df=Array.prototype.slice,Mo=Math.floor,Ua=typeof BigInt=="function"?BigInt.prototype.valueOf:null,Pa=Object.getOwnPropertySymbols,Sa=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?Symbol.prototype.toString:null,rt=typeof Symbol=="function"&&typeof Symbol.iterator=="object",j=typeof Symbol=="function"&&Symbol.toStringTag&&(typeof Symbol.toStringTag===rt||"symbol")?Symbol.toStringTag:null,Jo=Object.prototype.propertyIsEnumerable,Qo=(typeof Reflect=="function"?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(e){return e.__proto__}:null);function jo(e,t){if(e===1/0||e===-1/0||e!==e||e&&e>-1e3&&e<1e3||Vo.call(/e/,t))return t;var s=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if(typeof e=="number"){var a=e<0?-Mo(-e):Mo(e);if(a!==e){var r=String(a),o=Da.call(t,r.length+1);return Ae.call(r,s,"$&_")+"."+Ae.call(Ae.call(o,/([0-9]{3})/g,"$&_"),/_$/,"")}}return Ae.call(t,s,"$&_")}var La=Go(),No=La.custom,zo=Xo(No)?No:null;ti.exports=function e(t,s,a,r){var o=s||{};if(Te(o,"quoteStyle")&&o.quoteStyle!=="single"&&o.quoteStyle!=="double")throw new TypeError('option "quoteStyle" must be "single" or "double"');if(Te(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=Te(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(Te(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(Te(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 ei(t,o);if(typeof t=="number"){if(t===0)return 1/0/t>0?"0":"-0";var n=String(t);return i?jo(t,n):n}if(typeof t=="bigint"){var u=String(t)+"n";return i?jo(t,u):u}var c=typeof o.depth>"u"?5:o.depth;if(typeof a>"u"&&(a=0),a>=c&&c>0&&typeof t=="object")return Ea(t)?"[Array]":"[Object]";var m=sx(o,a);if(typeof r>"u")r=[];else if(Zo(r,t)>=0)return"[Circular]";function x(Z,S,K){if(S&&(r=Df.call(r),r.push(S)),K){var ge={depth:o.depth};return Te(o,"quoteStyle")&&(ge.quoteStyle=o.quoteStyle),e(Z,ge,a+1,r)}return e(Z,o,a+1,r)}if(typeof t=="function"&&!$o(t)){var R=$f(t),d=vs(t,x);return"[Function"+(R?": "+R:" (anonymous)")+"]"+(d.length>0?" { "+le.call(d,", ")+" }":"")}if(Xo(t)){var y=rt?Ae.call(String(t),/^(Symbol\(.*\))_[^)]*$/,"$1"):Sa.call(t);return typeof t=="object"&&!rt?qt(y):y}if(Zf(t)){for(var v="<"+Fo.call(String(t.nodeName)),b=t.attributes||[],T=0;T<b.length;T++)v+=" "+b[T].name+"="+Yo(Of(b[T].value),"double",o);return v+=">",t.childNodes&&t.childNodes.length&&(v+="..."),v+="</"+Fo.call(String(t.nodeName))+">",v}if(Ea(t)){if(t.length===0)return"[]";var A=vs(t,x);return m&&!tx(A)?"["+_a(A,m)+"]":"[ "+le.call(A,", ")+" ]"}if(Hf(t)){var B=vs(t,x);return!("cause"in Error.prototype)&&"cause"in t&&!Jo.call(t,"cause")?"{ ["+String(t)+"] "+le.call(Ho.call("[cause]: "+x(t.cause),B),", ")+" }":B.length===0?"["+String(t)+"]":"{ ["+String(t)+"] "+le.call(B,", ")+" }"}if(typeof t=="object"&&p){if(zo&&typeof t[zo]=="function"&&La)return La(t,{depth:c-a});if(p!=="symbol"&&typeof t.inspect=="function")return t.inspect()}if(Kf(t)){var U=[];return Wo&&Wo.call(t,function(Z,S){U.push(x(S,t,!0)+" => "+x(Z,t))}),Ko("Map",qs.call(t),U,m)}if(Yf(t)){var J=[];return Do&&Do.call(t,function(Z){J.push(x(Z,t))}),Ko("Set",ks.call(t),J,m)}if(Vf(t))return Ba("WeakMap");if(Xf(t))return Ba("WeakSet");if(Jf(t))return Ba("WeakRef");if(Qf(t))return qt(x(Number(t)));if(Nf(t))return qt(x(Ua.call(t)));if(jf(t))return qt(Lf.call(t));if(Mf(t))return qt(x(String(t)));if(!Ff(t)&&!$o(t)){var Y=vs(t,x),X=Qo?Qo(t)===Object.prototype:t instanceof Object||t.constructor===Object,N=t instanceof Object?"":"null prototype",pe=!X&&j&&Object(t)===t&&j in t?Da.call(Ce(t),8,-1):N?"Object":"",me=X||typeof t.constructor!="function"?"":t.constructor.name?t.constructor.name+" ":"",se=me+(pe||N?"["+le.call(Ho.call([],pe||[],N||[]),": ")+"] ":"");return Y.length===0?se+"{}":m?se+"{"+_a(Y,m)+"}":se+"{ "+le.call(Y,", ")+" }"}return String(t)};function Yo(e,t,s){var a=(s.quoteStyle||t)==="double"?'"':"'";return a+e+a}function Of(e){return Ae.call(String(e),/"/g,""")}function Ea(e){return Ce(e)==="[object Array]"&&(!j||!(typeof e=="object"&&j in e))}function Ff(e){return Ce(e)==="[object Date]"&&(!j||!(typeof e=="object"&&j in e))}function $o(e){return Ce(e)==="[object RegExp]"&&(!j||!(typeof e=="object"&&j in e))}function Hf(e){return Ce(e)==="[object Error]"&&(!j||!(typeof e=="object"&&j in e))}function Mf(e){return Ce(e)==="[object String]"&&(!j||!(typeof e=="object"&&j in e))}function Qf(e){return Ce(e)==="[object Number]"&&(!j||!(typeof e=="object"&&j in e))}function jf(e){return Ce(e)==="[object Boolean]"&&(!j||!(typeof e=="object"&&j in e))}function Xo(e){if(rt)return e&&typeof e=="object"&&e instanceof Symbol;if(typeof e=="symbol")return!0;if(!e||typeof e!="object"||!Sa)return!1;try{return Sa.call(e),!0}catch{}return!1}function Nf(e){if(!e||typeof e!="object"||!Ua)return!1;try{return Ua.call(e),!0}catch{}return!1}var zf=Object.prototype.hasOwnProperty||function(e){return e in this};function Te(e,t){return zf.call(e,t)}function Ce(e){return Ef.call(e)}function $f(e){if(e.name)return e.name;var t=Gf.call(_f.call(e),/^function\s*([\w$]+)/);return t?t[1]:null}function Zo(e,t){if(e.indexOf)return e.indexOf(t);for(var s=0,a=e.length;s<a;s++)if(e[s]===t)return s;return-1}function Kf(e){if(!qs||!e||typeof e!="object")return!1;try{qs.call(e);try{ks.call(e)}catch{return!0}return e instanceof Map}catch{}return!1}function Vf(e){if(!kt||!e||typeof e!="object")return!1;try{kt.call(e,kt);try{It.call(e,It)}catch{return!0}return e instanceof WeakMap}catch{}return!1}function Jf(e){if(!Oo||!e||typeof e!="object")return!1;try{return Oo.call(e),!0}catch{}return!1}function Yf(e){if(!ks||!e||typeof e!="object")return!1;try{ks.call(e);try{qs.call(e)}catch{return!0}return e instanceof Set}catch{}return!1}function Xf(e){if(!It||!e||typeof e!="object")return!1;try{It.call(e,It);try{kt.call(e,kt)}catch{return!0}return e instanceof WeakSet}catch{}return!1}function Zf(e){return!e||typeof e!="object"?!1:typeof HTMLElement<"u"&&e instanceof HTMLElement?!0:typeof e.nodeName=="string"&&typeof e.getAttribute=="function"}function ei(e,t){if(e.length>t.maxStringLength){var s=e.length-t.maxStringLength,a="... "+s+" more character"+(s>1?"s":"");return ei(Da.call(e,0,t.maxStringLength),t)+a}var r=Ae.call(Ae.call(e,/(['\\])/g,"\\$1"),/[\x00-\x1f]/g,ex);return Yo(r,"single",t)}function ex(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":"")+Wf.call(t.toString(16))}function qt(e){return"Object("+e+")"}function Ba(e){return e+" { ? }"}function Ko(e,t,s,a){var r=a?_a(s,a):le.call(s,", ");return e+" ("+t+") {"+r+"}"}function tx(e){for(var t=0;t<e.length;t++)if(Zo(e[t],`
|
|
7
|
-
`)>=0)return!1;return!0}function
|
|
5
|
+
`)}function Jm(e){e?process.env.DEBUG=e:delete process.env.DEBUG}function Ym(){return process.env.DEBUG}function Xm(e){e.inspectOpts={};let t=Object.keys(M.inspectOpts);for(let s=0;s<t.length;s++)e.inspectOpts[t[s]]=M.inspectOpts[t[s]]}Ft.exports=Zs()(M);var{formatters:mn}=Ft.exports;mn.o=function(e){return this.inspectOpts.colors=this.useColors,Ot.inspect(e,this.inspectOpts).split(`
|
|
6
|
+
`).map(t=>t.trim()).join(" ")};mn.O=function(e){return this.inspectOpts.colors=this.useColors,Ot.inspect(e,this.inspectOpts)}});var fn=I((wh,sa)=>{typeof process>"u"||process.type==="renderer"||process.browser===!0||process.__nwjs?sa.exports=on():sa.exports=gn()});var yn=I((Th,xn)=>{var mt;xn.exports=function(){if(!mt){try{mt=fn()("follow-redirects")}catch{}typeof mt!="function"&&(mt=function(){})}mt.apply(null,arguments)}});var wn=I((Ah,ia)=>{var Le=require("url"),aa=Le.URL,Zm=require("http"),eg=require("https"),Rn=require("stream").Writable,vn=require("assert"),qn=yn(),na=["abort","aborted","connect","error","socket","timeout"],oa=Object.create(null);na.forEach(function(e){oa[e]=function(t,s,a){this._redirectable.emit(e,t,s,a)}});var tg=ft("ERR_INVALID_URL","Invalid URL",TypeError),hn=ft("ERR_FR_REDIRECTION_FAILURE","Redirected request failed"),sg=ft("ERR_FR_TOO_MANY_REDIRECTS","Maximum number of redirects exceeded"),ag=ft("ERR_FR_MAX_BODY_LENGTH_EXCEEDED","Request body larger than maxBodyLength limit"),rg=ft("ERR_STREAM_WRITE_AFTER_END","write after end");function te(e,t){Rn.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(a){s._processResponse(a)},this._performRequest()}te.prototype=Object.create(Rn.prototype);te.prototype.abort=function(){In(this._currentRequest),this.emit("abort")};te.prototype.write=function(e,t,s){if(this._ending)throw new rg;if(!Ee(e)&&!ig(e))throw new TypeError("data should be a string, Buffer or Uint8Array");if(gt(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 ag),this.abort())};te.prototype.end=function(e,t,s){if(gt(e)?(s=e,e=t=null):gt(t)&&(s=t,t=null),!e)this._ended=this._ending=!0,this._currentRequest.end(null,null,s);else{var a=this,r=this._currentRequest;this.write(e,t,function(){a._ended=!0,r.end(null,null,s)}),this._ending=!0}};te.prototype.setHeader=function(e,t){this._options.headers[e]=t,this._currentRequest.setHeader(e,t)};te.prototype.removeHeader=function(e){delete this._options.headers[e],this._currentRequest.removeHeader(e)};te.prototype.setTimeout=function(e,t){var s=this;function a(p){p.setTimeout(e),p.removeListener("timeout",p.destroy),p.addListener("timeout",p.destroy)}function r(p){s._timeout&&clearTimeout(s._timeout),s._timeout=setTimeout(function(){s.emit("timeout"),o()},e),a(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",r)}return t&&this.on("timeout",t),this.socket?r(this.socket):this._currentRequest.once("socket",r),this.on("socket",a),this.on("abort",o),this.on("error",o),this.on("response",o),this};["flushHeaders","getHeader","setNoDelay","setSocketKeepAlive"].forEach(function(e){te.prototype[e]=function(t,s){return this._currentRequest[e](t,s)}});["aborted","connection","socket"].forEach(function(e){Object.defineProperty(te.prototype,e,{get:function(){return this._currentRequest[e]}})});te.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))}};te.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 a=this._currentRequest=t.request(this._options,this._onNativeResponse);a._redirectable=this;for(var r of na)a.on(r,oa[r]);if(this._currentUrl=/^\//.test(this._options.path)?Le.format(this._options):this._options.path,this._isRedirect){var o=0,p=this,i=this._requestBodyBuffers;(function n(u){if(a===p._currentRequest)if(u)p.emit("error",u);else if(o<i.length){var c=i[o++];a.finished||a.write(c.data,c.encoding,n)}else p._ended&&a.end()})()}};te.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(In(this._currentRequest),e.destroy(),++this._redirectCount>this._options.maxRedirects){this.emit("error",new sg);return}var a,r=this._options.beforeRedirect;r&&(a=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=[],ra(/^content-/i,this._options.headers));var p=ra(/^host$/i,this._options.headers),i=Le.parse(this._currentUrl),n=p||i.host,u=/^\w+:/.test(s)?this._currentUrl:Le.format(Object.assign(i,{host:n})),c;try{c=Le.resolve(u,s)}catch(d){this.emit("error",new hn({cause:d}));return}qn("redirecting to",c),this._isRedirect=!0;var m=Le.parse(c);if(Object.assign(this._options,m),(m.protocol!==i.protocol&&m.protocol!=="https:"||m.host!==n&&!og(m.host,n))&&ra(/^(?:authorization|cookie)$/i,this._options.headers),gt(r)){var x={headers:e.headers,statusCode:t},R={url:u,method:o,headers:a};try{r(this._options,x,R)}catch(d){this.emit("error",d);return}this._sanitizeOptions(this._options)}try{this._performRequest()}catch(d){this.emit("error",new hn({cause:d}))}};function kn(e){var t={maxRedirects:21,maxBodyLength:10485760},s={};return Object.keys(e).forEach(function(a){var r=a+":",o=s[r]=e[a],p=t[a]=Object.create(o);function i(u,c,m){if(Ee(u)){var x;try{x=bn(new aa(u))}catch{x=Le.parse(u)}if(!Ee(x.protocol))throw new tg({input:u});u=x}else aa&&u instanceof aa?u=bn(u):(m=c,c=u,u={protocol:r});return gt(c)&&(m=c,c=null),c=Object.assign({maxRedirects:t.maxRedirects,maxBodyLength:t.maxBodyLength},u,c),c.nativeProtocols=s,!Ee(c.host)&&!Ee(c.hostname)&&(c.hostname="::1"),vn.equal(c.protocol,r,"protocol mismatch"),qn("options",c),new te(c,m)}function n(u,c,m){var x=p.request(u,c,m);return x.end(),x}Object.defineProperties(p,{request:{value:i,configurable:!0,enumerable:!0,writable:!0},get:{value:n,configurable:!0,enumerable:!0,writable:!0}})}),t}function ng(){}function bn(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 ra(e,t){var s;for(var a in t)e.test(a)&&(s=t[a],delete t[a]);return s===null||typeof s>"u"?void 0:String(s).trim()}function ft(e,t,s){function a(r){Error.captureStackTrace(this,this.constructor),Object.assign(this,r||{}),this.code=e,this.message=this.cause?t+": "+this.cause.message:t}return a.prototype=new(s||Error),a.prototype.constructor=a,a.prototype.name="Error ["+e+"]",a}function In(e){for(var t of na)e.removeListener(t,oa[t]);e.on("error",ng),e.abort()}function og(e,t){vn(Ee(e)&&Ee(t));var s=e.length-t.length-1;return s>0&&e[s]==="."&&e.endsWith(t)}function Ee(e){return typeof e=="string"||e instanceof String}function gt(e){return typeof e=="function"}function ig(e){return typeof e=="object"&&"length"in e}ia.exports=kn({http:Zm,https:eg});ia.exports.wrap=kn});var va=I(We=>{"use strict";Object.defineProperty(We,"__esModule",{value:!0});var Vg=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},Jg=typeof window<"u"&&typeof window.document<"u",Yg=typeof process<"u"&&process.versions!=null&&process.versions.node!=null,Xg=(typeof self>"u"?"undefined":Vg(self))==="object"&&self.constructor&&self.constructor.name==="DedicatedWorkerGlobalScope",Zg=typeof window<"u"&&window.name==="nodejs"||typeof navigator<"u"&&(navigator.userAgent.includes("Node.js")||navigator.userAgent.includes("jsdom")),ef=typeof Deno<"u"&&typeof Deno.version<"u"&&typeof Deno.version.deno<"u";We.isBrowser=Jg;We.isWebWorker=Xg;We.isNode=Yg;We.isJsDom=Zg;We.isDeno=ef});var io=I((UR,oo)=>{"use strict";oo.exports=function(){if(typeof Symbol!="function"||typeof Object.getOwnPropertySymbols!="function")return!1;if(typeof Symbol.iterator=="symbol")return!0;var t={},s=Symbol("test"),a=Object(s);if(typeof s=="string"||Object.prototype.toString.call(s)!=="[object Symbol]"||Object.prototype.toString.call(a)!=="[object Symbol]")return!1;var r=42;t[s]=r;for(s 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 o=Object.getOwnPropertySymbols(t);if(o.length!==1||o[0]!==s||!Object.prototype.propertyIsEnumerable.call(t,s))return!1;if(typeof Object.getOwnPropertyDescriptor=="function"){var p=Object.getOwnPropertyDescriptor(t,s);if(p.value!==r||p.enumerable!==!0)return!1}return!0}});var uo=I((SR,co)=>{"use strict";var po=typeof Symbol<"u"&&Symbol,df=io();co.exports=function(){return typeof po!="function"||typeof Symbol!="function"||typeof po("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:df()}});var go=I((LR,mo)=>{"use strict";var lo={foo:{}},mf=Object;mo.exports=function(){return{__proto__:lo}.foo===lo.foo&&!({__proto__:null}instanceof mf)}});var xo=I((ER,fo)=>{"use strict";var gf="Function.prototype.bind called on incompatible ",qa=Array.prototype.slice,ff=Object.prototype.toString,xf="[object Function]";fo.exports=function(t){var s=this;if(typeof s!="function"||ff.call(s)!==xf)throw new TypeError(gf+s);for(var a=qa.call(arguments,1),r,o=function(){if(this instanceof r){var c=s.apply(this,a.concat(qa.call(arguments)));return Object(c)===c?c:this}else return s.apply(t,a.concat(qa.call(arguments)))},p=Math.max(0,s.length-a.length),i=[],n=0;n<p;n++)i.push("$"+n);if(r=Function("binder","return function ("+i.join(",")+"){ return binder.apply(this,arguments); }")(o),s.prototype){var u=function(){};u.prototype=s.prototype,r.prototype=new u,u.prototype=null}return r}});var xs=I((_R,yo)=>{"use strict";var yf=xo();yo.exports=Function.prototype.bind||yf});var bo=I((GR,ho)=>{"use strict";var hf=xs();ho.exports=hf.call(Function.call,Object.prototype.hasOwnProperty)});var bs=I((WR,Io)=>{"use strict";var w,st=SyntaxError,ko=Function,tt=TypeError,ka=function(e){try{return ko('"use strict"; return ('+e+").constructor;")()}catch{}},De=Object.getOwnPropertyDescriptor;if(De)try{De({},"")}catch{De=null}var Ia=function(){throw new tt},bf=De?function(){try{return arguments.callee,Ia}catch{try{return De(arguments,"callee").get}catch{return Ia}}}():Ia,Ze=uo()(),Rf=go()(),F=Object.getPrototypeOf||(Rf?function(e){return e.__proto__}:null),et={},vf=typeof Uint8Array>"u"||!F?w:F(Uint8Array),Oe={"%AggregateError%":typeof AggregateError>"u"?w:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer>"u"?w:ArrayBuffer,"%ArrayIteratorPrototype%":Ze&&F?F([][Symbol.iterator]()):w,"%AsyncFromSyncIteratorPrototype%":w,"%AsyncFunction%":et,"%AsyncGenerator%":et,"%AsyncGeneratorFunction%":et,"%AsyncIteratorPrototype%":et,"%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%":Error,"%eval%":eval,"%EvalError%":EvalError,"%Float32Array%":typeof Float32Array>"u"?w:Float32Array,"%Float64Array%":typeof Float64Array>"u"?w:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry>"u"?w:FinalizationRegistry,"%Function%":ko,"%GeneratorFunction%":et,"%Int8Array%":typeof Int8Array>"u"?w:Int8Array,"%Int16Array%":typeof Int16Array>"u"?w:Int16Array,"%Int32Array%":typeof Int32Array>"u"?w:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":Ze&&F?F(F([][Symbol.iterator]())):w,"%JSON%":typeof JSON=="object"?JSON:w,"%Map%":typeof Map>"u"?w:Map,"%MapIteratorPrototype%":typeof Map>"u"||!Ze||!F?w:F(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%":RangeError,"%ReferenceError%":ReferenceError,"%Reflect%":typeof Reflect>"u"?w:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set>"u"?w:Set,"%SetIteratorPrototype%":typeof Set>"u"||!Ze||!F?w:F(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer>"u"?w:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":Ze&&F?F(""[Symbol.iterator]()):w,"%Symbol%":Ze?Symbol:w,"%SyntaxError%":st,"%ThrowTypeError%":bf,"%TypedArray%":vf,"%TypeError%":tt,"%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%":URIError,"%WeakMap%":typeof WeakMap>"u"?w:WeakMap,"%WeakRef%":typeof WeakRef>"u"?w:WeakRef,"%WeakSet%":typeof WeakSet>"u"?w:WeakSet};if(F)try{null.error}catch(e){Ro=F(F(e)),Oe["%Error.prototype%"]=Ro}var Ro,qf=function e(t){var s;if(t==="%AsyncFunction%")s=ka("async function () {}");else if(t==="%GeneratorFunction%")s=ka("function* () {}");else if(t==="%AsyncGeneratorFunction%")s=ka("async function* () {}");else if(t==="%AsyncGenerator%"){var a=e("%AsyncGeneratorFunction%");a&&(s=a.prototype)}else if(t==="%AsyncIteratorPrototype%"){var r=e("%AsyncGenerator%");r&&F&&(s=F(r.prototype))}return Oe[t]=s,s},vo={"%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"]},vt=xs(),ys=bo(),kf=vt.call(Function.call,Array.prototype.concat),If=vt.call(Function.apply,Array.prototype.splice),qo=vt.call(Function.call,String.prototype.replace),hs=vt.call(Function.call,String.prototype.slice),wf=vt.call(Function.call,RegExp.prototype.exec),Tf=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,Af=/\\(\\)?/g,Pf=function(t){var s=hs(t,0,1),a=hs(t,-1);if(s==="%"&&a!=="%")throw new st("invalid intrinsic syntax, expected closing `%`");if(a==="%"&&s!=="%")throw new st("invalid intrinsic syntax, expected opening `%`");var r=[];return qo(t,Tf,function(o,p,i,n){r[r.length]=i?qo(n,Af,"$1"):p||o}),r},Cf=function(t,s){var a=t,r;if(ys(vo,a)&&(r=vo[a],a="%"+r[0]+"%"),ys(Oe,a)){var o=Oe[a];if(o===et&&(o=qf(a)),typeof o>"u"&&!s)throw new tt("intrinsic "+t+" exists, but is not available. Please file an issue!");return{alias:r,name:a,value:o}}throw new st("intrinsic "+t+" does not exist!")};Io.exports=function(t,s){if(typeof t!="string"||t.length===0)throw new tt("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof s!="boolean")throw new tt('"allowMissing" argument must be a boolean');if(wf(/^%?[^%]*%?$/,t)===null)throw new st("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var a=Pf(t),r=a.length>0?a[0]:"",o=Cf("%"+r+"%",s),p=o.name,i=o.value,n=!1,u=o.alias;u&&(r=u[0],If(a,kf([0,1],u)));for(var c=1,m=!0;c<a.length;c+=1){var x=a[c],R=hs(x,0,1),d=hs(x,-1);if((R==='"'||R==="'"||R==="`"||d==='"'||d==="'"||d==="`")&&R!==d)throw new st("property names with quotes must have matching quotes");if((x==="constructor"||!m)&&(n=!0),r+="."+x,p="%"+r+"%",ys(Oe,p))i=Oe[p];else if(i!=null){if(!(x in i)){if(!s)throw new tt("base intrinsic for "+t+" exists, but the property is not available.");return}if(De&&c+1>=a.length){var y=De(i,x);m=!!y,m&&"get"in y&&!("originalValue"in y.get)?i=y.get:i=i[x]}else m=ys(i,x),i=i[x];m&&!n&&(Oe[p]=i)}}return i}});var Bo=I((DR,Rs)=>{"use strict";var wa=xs(),at=bs(),Ao=at("%Function.prototype.apply%"),Po=at("%Function.prototype.call%"),Co=at("%Reflect.apply%",!0)||wa.call(Po,Ao),wo=at("%Object.getOwnPropertyDescriptor%",!0),Fe=at("%Object.defineProperty%",!0),Bf=at("%Math.max%");if(Fe)try{Fe({},"a",{value:1})}catch{Fe=null}Rs.exports=function(t){var s=Co(wa,Po,arguments);if(wo&&Fe){var a=wo(s,"length");a.configurable&&Fe(s,"length",{value:1+Bf(0,t.length-(arguments.length-1))})}return s};var To=function(){return Co(wa,Ao,arguments)};Fe?Fe(Rs.exports,"apply",{value:To}):Rs.exports.apply=To});var Eo=I((OR,Lo)=>{"use strict";var Uo=bs(),So=Bo(),Uf=So(Uo("String.prototype.indexOf"));Lo.exports=function(t,s){var a=Uo(t,!!s);return typeof a=="function"&&Uf(t,".prototype.")>-1?So(a):a}});var Go=I((FR,_o)=>{_o.exports=require("util").inspect});var si=I((HR,ti)=>{var _a=typeof Map=="function"&&Map.prototype,Ta=Object.getOwnPropertyDescriptor&&_a?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,qs=_a&&Ta&&typeof Ta.get=="function"?Ta.get:null,Wo=_a&&Map.prototype.forEach,Ga=typeof Set=="function"&&Set.prototype,Aa=Object.getOwnPropertyDescriptor&&Ga?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,ks=Ga&&Aa&&typeof Aa.get=="function"?Aa.get:null,Do=Ga&&Set.prototype.forEach,Sf=typeof WeakMap=="function"&&WeakMap.prototype,kt=Sf?WeakMap.prototype.has:null,Lf=typeof WeakSet=="function"&&WeakSet.prototype,It=Lf?WeakSet.prototype.has:null,Ef=typeof WeakRef=="function"&&WeakRef.prototype,Oo=Ef?WeakRef.prototype.deref:null,_f=Boolean.prototype.valueOf,Gf=Object.prototype.toString,Wf=Function.prototype.toString,Df=String.prototype.match,Wa=String.prototype.slice,Pe=String.prototype.replace,Of=String.prototype.toUpperCase,Fo=String.prototype.toLowerCase,Vo=RegExp.prototype.test,Ho=Array.prototype.concat,le=Array.prototype.join,Ff=Array.prototype.slice,Mo=Math.floor,Ba=typeof BigInt=="function"?BigInt.prototype.valueOf:null,Pa=Object.getOwnPropertySymbols,Ua=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?Symbol.prototype.toString:null,rt=typeof Symbol=="function"&&typeof Symbol.iterator=="object",j=typeof Symbol=="function"&&Symbol.toStringTag&&(typeof Symbol.toStringTag===rt||"symbol")?Symbol.toStringTag:null,Jo=Object.prototype.propertyIsEnumerable,Qo=(typeof Reflect=="function"?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(e){return e.__proto__}:null);function jo(e,t){if(e===1/0||e===-1/0||e!==e||e&&e>-1e3&&e<1e3||Vo.call(/e/,t))return t;var s=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if(typeof e=="number"){var a=e<0?-Mo(-e):Mo(e);if(a!==e){var r=String(a),o=Wa.call(t,r.length+1);return Pe.call(r,s,"$&_")+"."+Pe.call(Pe.call(o,/([0-9]{3})/g,"$&_"),/_$/,"")}}return Pe.call(t,s,"$&_")}var Sa=Go(),No=Sa.custom,zo=Xo(No)?No:null;ti.exports=function e(t,s,a,r){var o=s||{};if(Ae(o,"quoteStyle")&&o.quoteStyle!=="single"&&o.quoteStyle!=="double")throw new TypeError('option "quoteStyle" must be "single" or "double"');if(Ae(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=Ae(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(Ae(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(Ae(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 ei(t,o);if(typeof t=="number"){if(t===0)return 1/0/t>0?"0":"-0";var n=String(t);return i?jo(t,n):n}if(typeof t=="bigint"){var u=String(t)+"n";return i?jo(t,u):u}var c=typeof o.depth>"u"?5:o.depth;if(typeof a>"u"&&(a=0),a>=c&&c>0&&typeof t=="object")return La(t)?"[Array]":"[Object]";var m=rx(o,a);if(typeof r>"u")r=[];else if(Zo(r,t)>=0)return"[Circular]";function x(Z,S,K){if(S&&(r=Ff.call(r),r.push(S)),K){var ge={depth:o.depth};return Ae(o,"quoteStyle")&&(ge.quoteStyle=o.quoteStyle),e(Z,ge,a+1,r)}return e(Z,o,a+1,r)}if(typeof t=="function"&&!$o(t)){var R=Vf(t),d=vs(t,x);return"[Function"+(R?": "+R:" (anonymous)")+"]"+(d.length>0?" { "+le.call(d,", ")+" }":"")}if(Xo(t)){var y=rt?Pe.call(String(t),/^(Symbol\(.*\))_[^)]*$/,"$1"):Ua.call(t);return typeof t=="object"&&!rt?qt(y):y}if(tx(t)){for(var v="<"+Fo.call(String(t.nodeName)),b=t.attributes||[],T=0;T<b.length;T++)v+=" "+b[T].name+"="+Yo(Hf(b[T].value),"double",o);return v+=">",t.childNodes&&t.childNodes.length&&(v+="..."),v+="</"+Fo.call(String(t.nodeName))+">",v}if(La(t)){if(t.length===0)return"[]";var A=vs(t,x);return m&&!ax(A)?"["+Ea(A,m)+"]":"[ "+le.call(A,", ")+" ]"}if(Qf(t)){var B=vs(t,x);return!("cause"in Error.prototype)&&"cause"in t&&!Jo.call(t,"cause")?"{ ["+String(t)+"] "+le.call(Ho.call("[cause]: "+x(t.cause),B),", ")+" }":B.length===0?"["+String(t)+"]":"{ ["+String(t)+"] "+le.call(B,", ")+" }"}if(typeof t=="object"&&p){if(zo&&typeof t[zo]=="function"&&Sa)return Sa(t,{depth:c-a});if(p!=="symbol"&&typeof t.inspect=="function")return t.inspect()}if(Jf(t)){var U=[];return Wo&&Wo.call(t,function(Z,S){U.push(x(S,t,!0)+" => "+x(Z,t))}),Ko("Map",qs.call(t),U,m)}if(Zf(t)){var J=[];return Do&&Do.call(t,function(Z){J.push(x(Z,t))}),Ko("Set",ks.call(t),J,m)}if(Yf(t))return Ca("WeakMap");if(ex(t))return Ca("WeakSet");if(Xf(t))return Ca("WeakRef");if(Nf(t))return qt(x(Number(t)));if($f(t))return qt(x(Ba.call(t)));if(zf(t))return qt(_f.call(t));if(jf(t))return qt(x(String(t)));if(!Mf(t)&&!$o(t)){var Y=vs(t,x),X=Qo?Qo(t)===Object.prototype:t instanceof Object||t.constructor===Object,N=t instanceof Object?"":"null prototype",pe=!X&&j&&Object(t)===t&&j in t?Wa.call(Ce(t),8,-1):N?"Object":"",me=X||typeof t.constructor!="function"?"":t.constructor.name?t.constructor.name+" ":"",se=me+(pe||N?"["+le.call(Ho.call([],pe||[],N||[]),": ")+"] ":"");return Y.length===0?se+"{}":m?se+"{"+Ea(Y,m)+"}":se+"{ "+le.call(Y,", ")+" }"}return String(t)};function Yo(e,t,s){var a=(s.quoteStyle||t)==="double"?'"':"'";return a+e+a}function Hf(e){return Pe.call(String(e),/"/g,""")}function La(e){return Ce(e)==="[object Array]"&&(!j||!(typeof e=="object"&&j in e))}function Mf(e){return Ce(e)==="[object Date]"&&(!j||!(typeof e=="object"&&j in e))}function $o(e){return Ce(e)==="[object RegExp]"&&(!j||!(typeof e=="object"&&j in e))}function Qf(e){return Ce(e)==="[object Error]"&&(!j||!(typeof e=="object"&&j in e))}function jf(e){return Ce(e)==="[object String]"&&(!j||!(typeof e=="object"&&j in e))}function Nf(e){return Ce(e)==="[object Number]"&&(!j||!(typeof e=="object"&&j in e))}function zf(e){return Ce(e)==="[object Boolean]"&&(!j||!(typeof e=="object"&&j in e))}function Xo(e){if(rt)return e&&typeof e=="object"&&e instanceof Symbol;if(typeof e=="symbol")return!0;if(!e||typeof e!="object"||!Ua)return!1;try{return Ua.call(e),!0}catch{}return!1}function $f(e){if(!e||typeof e!="object"||!Ba)return!1;try{return Ba.call(e),!0}catch{}return!1}var Kf=Object.prototype.hasOwnProperty||function(e){return e in this};function Ae(e,t){return Kf.call(e,t)}function Ce(e){return Gf.call(e)}function Vf(e){if(e.name)return e.name;var t=Df.call(Wf.call(e),/^function\s*([\w$]+)/);return t?t[1]:null}function Zo(e,t){if(e.indexOf)return e.indexOf(t);for(var s=0,a=e.length;s<a;s++)if(e[s]===t)return s;return-1}function Jf(e){if(!qs||!e||typeof e!="object")return!1;try{qs.call(e);try{ks.call(e)}catch{return!0}return e instanceof Map}catch{}return!1}function Yf(e){if(!kt||!e||typeof e!="object")return!1;try{kt.call(e,kt);try{It.call(e,It)}catch{return!0}return e instanceof WeakMap}catch{}return!1}function Xf(e){if(!Oo||!e||typeof e!="object")return!1;try{return Oo.call(e),!0}catch{}return!1}function Zf(e){if(!ks||!e||typeof e!="object")return!1;try{ks.call(e);try{qs.call(e)}catch{return!0}return e instanceof Set}catch{}return!1}function ex(e){if(!It||!e||typeof e!="object")return!1;try{It.call(e,It);try{kt.call(e,kt)}catch{return!0}return e instanceof WeakSet}catch{}return!1}function tx(e){return!e||typeof e!="object"?!1:typeof HTMLElement<"u"&&e instanceof HTMLElement?!0:typeof e.nodeName=="string"&&typeof e.getAttribute=="function"}function ei(e,t){if(e.length>t.maxStringLength){var s=e.length-t.maxStringLength,a="... "+s+" more character"+(s>1?"s":"");return ei(Wa.call(e,0,t.maxStringLength),t)+a}var r=Pe.call(Pe.call(e,/(['\\])/g,"\\$1"),/[\x00-\x1f]/g,sx);return Yo(r,"single",t)}function sx(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":"")+Of.call(t.toString(16))}function qt(e){return"Object("+e+")"}function Ca(e){return e+" { ? }"}function Ko(e,t,s,a){var r=a?Ea(s,a):le.call(s,", ");return e+" ("+t+") {"+r+"}"}function ax(e){for(var t=0;t<e.length;t++)if(Zo(e[t],`
|
|
7
|
+
`)>=0)return!1;return!0}function rx(e,t){var s;if(e.indent===" ")s=" ";else if(typeof e.indent=="number"&&e.indent>0)s=le.call(Array(e.indent+1)," ");else return null;return{base:s,prev:le.call(Array(t+1),s)}}function Ea(e,t){if(e.length===0)return"";var s=`
|
|
8
8
|
`+t.prev+t.base;return s+le.call(e,","+s)+`
|
|
9
|
-
`+t.prev}function vs(e,t){var s=Ea(e),a=[];if(s){a.length=e.length;for(var r=0;r<e.length;r++)a[r]=Te(e,r)?t(e[r],e):""}var o=typeof Pa=="function"?Pa(e):[],p;if(rt){p={};for(var i=0;i<o.length;i++)p["$"+o[i]]=o[i]}for(var n in e)Te(e,n)&&(s&&String(Number(n))===n&&n<e.length||rt&&p["$"+n]instanceof Symbol||(Vo.call(/[^\w$]/,n)?a.push(t(n,e)+": "+t(e[n],e)):a.push(n+": "+t(e[n],e))));if(typeof Pa=="function")for(var u=0;u<o.length;u++)Jo.call(e,o[u])&&a.push("["+t(o[u])+"]: "+t(e[o[u]],e));return a}});var ri=I((FR,ai)=>{"use strict";var Oa=bs(),nt=Eo(),ax=si(),rx=Oa("%TypeError%"),Is=Oa("%WeakMap%",!0),ws=Oa("%Map%",!0),nx=nt("WeakMap.prototype.get",!0),ox=nt("WeakMap.prototype.set",!0),ix=nt("WeakMap.prototype.has",!0),px=nt("Map.prototype.get",!0),cx=nt("Map.prototype.set",!0),ux=nt("Map.prototype.has",!0),Fa=function(e,t){for(var s=e,a;(a=s.next)!==null;s=a)if(a.key===t)return s.next=a.next,a.next=e.next,e.next=a,a},lx=function(e,t){var s=Fa(e,t);return s&&s.value},dx=function(e,t,s){var a=Fa(e,t);a?a.value=s:e.next={key:t,next:e.next,value:s}},mx=function(e,t){return!!Fa(e,t)};ai.exports=function(){var t,s,a,r={assert:function(o){if(!r.has(o))throw new rx("Side channel does not contain "+ax(o))},get:function(o){if(Is&&o&&(typeof o=="object"||typeof o=="function")){if(t)return nx(t,o)}else if(ws){if(s)return px(s,o)}else if(a)return lx(a,o)},has:function(o){if(Is&&o&&(typeof o=="object"||typeof o=="function")){if(t)return ix(t,o)}else if(ws){if(s)return ux(s,o)}else if(a)return mx(a,o);return!1},set:function(o,p){Is&&o&&(typeof o=="object"||typeof o=="function")?(t||(t=new Is),ox(t,o,p)):ws?(s||(s=new ws),cx(s,o,p)):(a||(a={key:{},next:null}),dx(a,o,p))}};return r}});var Ts=I((HR,ni)=>{"use strict";var gx=String.prototype.replace,fx=/%20/g,Ha={RFC1738:"RFC1738",RFC3986:"RFC3986"};ni.exports={default:Ha.RFC3986,formatters:{RFC1738:function(e){return gx.call(e,fx,"+")},RFC3986:function(e){return String(e)}},RFC1738:Ha.RFC1738,RFC3986:Ha.RFC3986}});var Qa=I((MR,ii)=>{"use strict";var xx=Ts(),Ma=Object.prototype.hasOwnProperty,Fe=Array.isArray,de=function(){for(var e=[],t=0;t<256;++t)e.push("%"+((t<16?"0":"")+t.toString(16)).toUpperCase());return e}(),yx=function(t){for(;t.length>1;){var s=t.pop(),a=s.obj[s.prop];if(Fe(a)){for(var r=[],o=0;o<a.length;++o)typeof a[o]<"u"&&r.push(a[o]);s.obj[s.prop]=r}}},oi=function(t,s){for(var a=s&&s.plainObjects?Object.create(null):{},r=0;r<t.length;++r)typeof t[r]<"u"&&(a[r]=t[r]);return a},hx=function e(t,s,a){if(!s)return t;if(typeof s!="object"){if(Fe(t))t.push(s);else if(t&&typeof t=="object")(a&&(a.plainObjects||a.allowPrototypes)||!Ma.call(Object.prototype,s))&&(t[s]=!0);else return[t,s];return t}if(!t||typeof t!="object")return[t].concat(s);var r=t;return Fe(t)&&!Fe(s)&&(r=oi(t,a)),Fe(t)&&Fe(s)?(s.forEach(function(o,p){if(Ma.call(t,p)){var i=t[p];i&&typeof i=="object"&&o&&typeof o=="object"?t[p]=e(i,o,a):t.push(o)}else t[p]=o}),t):Object.keys(s).reduce(function(o,p){var i=s[p];return Ma.call(o,p)?o[p]=e(o[p],i,a):o[p]=i,o},r)},bx=function(t,s){return Object.keys(s).reduce(function(a,r){return a[r]=s[r],a},t)},Rx=function(e,t,s){var a=e.replace(/\+/g," ");if(s==="iso-8859-1")return a.replace(/%[0-9a-f]{2}/gi,unescape);try{return decodeURIComponent(a)}catch{return a}},vx=function(t,s,a,r,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)),a==="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===xx.RFC1738&&(u===40||u===41)){i+=p.charAt(n);continue}if(u<128){i=i+de[u];continue}if(u<2048){i=i+(de[192|u>>6]+de[128|u&63]);continue}if(u<55296||u>=57344){i=i+(de[224|u>>12]+de[128|u>>6&63]+de[128|u&63]);continue}n+=1,u=65536+((u&1023)<<10|p.charCodeAt(n)&1023),i+=de[240|u>>18]+de[128|u>>12&63]+de[128|u>>6&63]+de[128|u&63]}return i},qx=function(t){for(var s=[{obj:{o:t},prop:"o"}],a=[],r=0;r<s.length;++r)for(var o=s[r],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&&a.indexOf(c)===-1&&(s.push({obj:p,prop:u}),a.push(c))}return yx(s),t},kx=function(t){return Object.prototype.toString.call(t)==="[object RegExp]"},Ix=function(t){return!t||typeof t!="object"?!1:!!(t.constructor&&t.constructor.isBuffer&&t.constructor.isBuffer(t))},wx=function(t,s){return[].concat(t,s)},Tx=function(t,s){if(Fe(t)){for(var a=[],r=0;r<t.length;r+=1)a.push(s(t[r]));return a}return s(t)};ii.exports={arrayToObject:oi,assign:bx,combine:wx,compact:qx,decode:Rx,encode:vx,isBuffer:Ix,isRegExp:kx,maybeMap:Tx,merge:hx}});var mi=I((QR,di)=>{"use strict";var ui=ri(),Na=Qa(),wt=Ts(),Ax=Object.prototype.hasOwnProperty,pi={brackets:function(t){return t+"[]"},comma:"comma",indices:function(t,s){return t+"["+s+"]"},repeat:function(t){return t}},he=Array.isArray,Cx=String.prototype.split,Px=Array.prototype.push,li=function(e,t){Px.apply(e,he(t)?t:[t])},Bx=Date.prototype.toISOString,ci=wt.default,Q={addQueryPrefix:!1,allowDots:!1,charset:"utf-8",charsetSentinel:!1,delimiter:"&",encode:!0,encoder:Na.encode,encodeValuesOnly:!1,format:ci,formatter:wt.formatters[ci],indices:!1,serializeDate:function(t){return Bx.call(t)},skipNulls:!1,strictNullHandling:!1},Ux=function(t){return typeof t=="string"||typeof t=="number"||typeof t=="boolean"||typeof t=="symbol"||typeof t=="bigint"},ja={},Sx=function e(t,s,a,r,o,p,i,n,u,c,m,x,R,d,y,v){for(var b=t,T=v,A=0,B=!1;(T=T.get(ja))!==void 0&&!B;){var U=T.get(t);if(A+=1,typeof U<"u"){if(U===A)throw new RangeError("Cyclic object value");B=!0}typeof T.get(ja)>"u"&&(A=0)}if(typeof n=="function"?b=n(s,b):b instanceof Date?b=m(b):a==="comma"&&he(b)&&(b=Na.maybeMap(b,function(E){return E instanceof Date?m(E):E})),b===null){if(o)return i&&!d?i(s,Q.encoder,y,"key",x):s;b=""}if(Ux(b)||Na.isBuffer(b)){if(i){var J=d?s:i(s,Q.encoder,y,"key",x);if(a==="comma"&&d){for(var Y=Cx.call(String(b),","),X="",N=0;N<Y.length;++N)X+=(N===0?"":",")+R(i(Y[N],Q.encoder,y,"value",x));return[R(J)+(r&&he(b)&&Y.length===1?"[]":"")+"="+X]}return[R(J)+"="+R(i(b,Q.encoder,y,"value",x))]}return[R(s)+"="+R(String(b))]}var pe=[];if(typeof b>"u")return pe;var me;if(a==="comma"&&he(b))me=[{value:b.length>0?b.join(",")||null:void 0}];else if(he(n))me=n;else{var se=Object.keys(b);me=u?se.sort(u):se}for(var Z=r&&he(b)&&b.length===1?s+"[]":s,S=0;S<me.length;++S){var K=me[S],ge=typeof K=="object"&&typeof K.value<"u"?K.value:b[K];if(!(p&&ge===null)){var k=he(b)?typeof a=="function"?a(Z,K):Z:Z+(c?"."+K:"["+K+"]");v.set(t,A);var q=ui();q.set(ja,v),li(pe,e(ge,k,a,r,o,p,i,n,u,c,m,x,R,d,y,q))}}return pe},Lx=function(t){if(!t)return Q;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||Q.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 a=wt.default;if(typeof t.format<"u"){if(!Ax.call(wt.formatters,t.format))throw new TypeError("Unknown format option provided.");a=t.format}var r=wt.formatters[a],o=Q.filter;return(typeof t.filter=="function"||he(t.filter))&&(o=t.filter),{addQueryPrefix:typeof t.addQueryPrefix=="boolean"?t.addQueryPrefix:Q.addQueryPrefix,allowDots:typeof t.allowDots>"u"?Q.allowDots:!!t.allowDots,charset:s,charsetSentinel:typeof t.charsetSentinel=="boolean"?t.charsetSentinel:Q.charsetSentinel,delimiter:typeof t.delimiter>"u"?Q.delimiter:t.delimiter,encode:typeof t.encode=="boolean"?t.encode:Q.encode,encoder:typeof t.encoder=="function"?t.encoder:Q.encoder,encodeValuesOnly:typeof t.encodeValuesOnly=="boolean"?t.encodeValuesOnly:Q.encodeValuesOnly,filter:o,format:a,formatter:r,serializeDate:typeof t.serializeDate=="function"?t.serializeDate:Q.serializeDate,skipNulls:typeof t.skipNulls=="boolean"?t.skipNulls:Q.skipNulls,sort:typeof t.sort=="function"?t.sort:null,strictNullHandling:typeof t.strictNullHandling=="boolean"?t.strictNullHandling:Q.strictNullHandling}};di.exports=function(e,t){var s=e,a=Lx(t),r,o;typeof a.filter=="function"?(o=a.filter,s=o("",s)):he(a.filter)&&(o=a.filter,r=o);var p=[];if(typeof s!="object"||s===null)return"";var i;t&&t.arrayFormat in pi?i=t.arrayFormat:t&&"indices"in t?i=t.indices?"indices":"repeat":i="indices";var n=pi[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;r||(r=Object.keys(s)),a.sort&&r.sort(a.sort);for(var c=ui(),m=0;m<r.length;++m){var x=r[m];a.skipNulls&&s[x]===null||li(p,Sx(s[x],x,n,u,a.strictNullHandling,a.skipNulls,a.encode?a.encoder:null,a.filter,a.sort,a.allowDots,a.serializeDate,a.format,a.formatter,a.encodeValuesOnly,a.charset,c))}var R=p.join(a.delimiter),d=a.addQueryPrefix===!0?"?":"";return a.charsetSentinel&&(a.charset==="iso-8859-1"?d+="utf8=%26%2310003%3B&":d+="utf8=%E2%9C%93&"),R.length>0?d+R:""}});var xi=I((jR,fi)=>{"use strict";var ot=Qa(),za=Object.prototype.hasOwnProperty,Ex=Array.isArray,H={allowDots:!1,allowPrototypes:!1,allowSparse:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decoder:ot.decode,delimiter:"&",depth:5,ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictNullHandling:!1},_x=function(e){return e.replace(/&#(\d+);/g,function(t,s){return String.fromCharCode(parseInt(s,10))})},gi=function(e,t){return e&&typeof e=="string"&&t.comma&&e.indexOf(",")>-1?e.split(","):e},Gx="utf8=%26%2310003%3B",Wx="utf8=%E2%9C%93",Dx=function(t,s){var a={},r=s.ignoreQueryPrefix?t.replace(/^\?/,""):t,o=s.parameterLimit===1/0?void 0:s.parameterLimit,p=r.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]===Wx?u="utf-8":p[n]===Gx&&(u="iso-8859-1"),i=n,n=p.length);for(n=0;n<p.length;++n)if(n!==i){var c=p[n],m=c.indexOf("]="),x=m===-1?c.indexOf("="):m+1,R,d;x===-1?(R=s.decoder(c,H.decoder,u,"key"),d=s.strictNullHandling?null:""):(R=s.decoder(c.slice(0,x),H.decoder,u,"key"),d=ot.maybeMap(gi(c.slice(x+1),s),function(y){return s.decoder(y,H.decoder,u,"value")})),d&&s.interpretNumericEntities&&u==="iso-8859-1"&&(d=_x(d)),c.indexOf("[]=")>-1&&(d=Ex(d)?[d]:d),za.call(a,R)?a[R]=ot.combine(a[R],d):a[R]=d}return a},Ox=function(e,t,s,a){for(var r=a?t:gi(t,s),o=e.length-1;o>=0;--o){var p,i=e[o];if(i==="[]"&&s.parseArrays)p=[].concat(r);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:r}:!isNaN(u)&&i!==n&&String(u)===n&&u>=0&&s.parseArrays&&u<=s.arrayLimit?(p=[],p[u]=r):n!=="__proto__"&&(p[n]=r)}r=p}return r},Fx=function(t,s,a,r){if(t){var o=a.allowDots?t.replace(/\.([^.[]+)/g,"[$1]"):t,p=/(\[[^[\]]*])/,i=/(\[[^[\]]*])/g,n=a.depth>0&&p.exec(o),u=n?o.slice(0,n.index):o,c=[];if(u){if(!a.plainObjects&&za.call(Object.prototype,u)&&!a.allowPrototypes)return;c.push(u)}for(var m=0;a.depth>0&&(n=i.exec(o))!==null&&m<a.depth;){if(m+=1,!a.plainObjects&&za.call(Object.prototype,n[1].slice(1,-1))&&!a.allowPrototypes)return;c.push(n[1])}return n&&c.push("["+o.slice(n.index)+"]"),Ox(c,s,a,r)}},Hx=function(t){if(!t)return H;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"?H.charset:t.charset;return{allowDots:typeof t.allowDots>"u"?H.allowDots:!!t.allowDots,allowPrototypes:typeof t.allowPrototypes=="boolean"?t.allowPrototypes:H.allowPrototypes,allowSparse:typeof t.allowSparse=="boolean"?t.allowSparse:H.allowSparse,arrayLimit:typeof t.arrayLimit=="number"?t.arrayLimit:H.arrayLimit,charset:s,charsetSentinel:typeof t.charsetSentinel=="boolean"?t.charsetSentinel:H.charsetSentinel,comma:typeof t.comma=="boolean"?t.comma:H.comma,decoder:typeof t.decoder=="function"?t.decoder:H.decoder,delimiter:typeof t.delimiter=="string"||ot.isRegExp(t.delimiter)?t.delimiter:H.delimiter,depth:typeof t.depth=="number"||t.depth===!1?+t.depth:H.depth,ignoreQueryPrefix:t.ignoreQueryPrefix===!0,interpretNumericEntities:typeof t.interpretNumericEntities=="boolean"?t.interpretNumericEntities:H.interpretNumericEntities,parameterLimit:typeof t.parameterLimit=="number"?t.parameterLimit:H.parameterLimit,parseArrays:t.parseArrays!==!1,plainObjects:typeof t.plainObjects=="boolean"?t.plainObjects:H.plainObjects,strictNullHandling:typeof t.strictNullHandling=="boolean"?t.strictNullHandling:H.strictNullHandling}};fi.exports=function(e,t){var s=Hx(t);if(e===""||e===null||typeof e>"u")return s.plainObjects?Object.create(null):{};for(var a=typeof e=="string"?Dx(e,s):e,r=s.plainObjects?Object.create(null):{},o=Object.keys(a),p=0;p<o.length;++p){var i=o[p],n=Fx(i,a[i],s,typeof e=="string");r=ot.merge(r,n,s)}return s.allowSparse===!0?r:ot.compact(r)}});var hi=I((NR,yi)=>{"use strict";var Mx=mi(),Qx=xi(),jx=Ts();yi.exports={formats:jx,parse:Qx,stringify:Mx}});var Vx={};Bs(Vx,{AlreadyExistsError:()=>cs,BreakingChangesError:()=>gs,Client:()=>Ka,CreateAndUploadFileError:()=>He,ForbiddenError:()=>Vt,InternalError:()=>$t,InvalidDataFormatError:()=>ss,InvalidIdentifierError:()=>as,InvalidJsonSchemaError:()=>ts,InvalidPayloadError:()=>Yt,InvalidQueryError:()=>is,LimitExceededError:()=>ms,MethodNotFoundError:()=>Zt,PayloadTooLargeError:()=>Jt,PaymentRequiredError:()=>ls,QuotaExceededError:()=>ds,RateLimitedError:()=>us,ReferenceConstraintError:()=>ns,ReferenceNotFoundError:()=>os,RelationConflictError:()=>rs,ResourceNotFoundError:()=>es,RuntimeError:()=>ps,UnauthorizedError:()=>Kt,UnknownError:()=>we,UnsupportedMediaTypeError:()=>Xt,axios:()=>ba,errorFrom:()=>fs,isApiError:()=>qa});module.exports=Kl(Vx);var ba={};Bs(ba,{Axios:()=>Cg,AxiosError:()=>Pg,AxiosHeaders:()=>Og,Cancel:()=>_g,CancelToken:()=>Sg,CanceledError:()=>Bg,HttpStatusCode:()=>Fg,VERSION:()=>Lg,all:()=>Eg,default:()=>ye,formToJSON:()=>Hg,getAdapter:()=>Mg,isAxiosError:()=>Gg,isCancel:()=>Ug,mergeConfig:()=>Qg,spread:()=>Wg,toFormData:()=>Dg});function it(e,t){return function(){return e.apply(t,arguments)}}var{toString:Vl}=Object.prototype,{getPrototypeOf:Ls}=Object,Pt=(e=>t=>{let s=Vl.call(t);return e[s]||(e[s]=s.slice(8,-1).toLowerCase())})(Object.create(null)),ue=e=>(e=e.toLowerCase(),t=>Pt(t)===e),Bt=e=>t=>typeof t===e,{isArray:Qe}=Array,pt=Bt("undefined");function Jl(e){return e!==null&&!pt(e)&&e.constructor!==null&&!pt(e.constructor)&&ae(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}var Xa=ue("ArrayBuffer");function Yl(e){let t;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?t=ArrayBuffer.isView(e):t=e&&e.buffer&&Xa(e.buffer),t}var Xl=Bt("string"),ae=Bt("function"),Za=Bt("number"),Ut=e=>e!==null&&typeof e=="object",Zl=e=>e===!0||e===!1,Ct=e=>{if(Pt(e)!=="object")return!1;let t=Ls(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)},ed=ue("Date"),td=ue("File"),sd=ue("Blob"),ad=ue("FileList"),rd=e=>Ut(e)&&ae(e.pipe),nd=e=>{let t;return e&&(typeof FormData=="function"&&e instanceof FormData||ae(e.append)&&((t=Pt(e))==="formdata"||t==="object"&&ae(e.toString)&&e.toString()==="[object FormData]"))},od=ue("URLSearchParams"),id=e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function ct(e,t,{allOwnKeys:s=!1}={}){if(e===null||typeof e>"u")return;let a,r;if(typeof e!="object"&&(e=[e]),Qe(e))for(a=0,r=e.length;a<r;a++)t.call(null,e[a],a,e);else{let o=s?Object.getOwnPropertyNames(e):Object.keys(e),p=o.length,i;for(a=0;a<p;a++)i=o[a],t.call(null,e[i],i,e)}}function er(e,t){t=t.toLowerCase();let s=Object.keys(e),a=s.length,r;for(;a-- >0;)if(r=s[a],t===r.toLowerCase())return r;return null}var tr=(()=>typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global)(),sr=e=>!pt(e)&&e!==tr;function Ss(){let{caseless:e}=sr(this)&&this||{},t={},s=(a,r)=>{let o=e&&er(t,r)||r;Ct(t[o])&&Ct(a)?t[o]=Ss(t[o],a):Ct(a)?t[o]=Ss({},a):Qe(a)?t[o]=a.slice():t[o]=a};for(let a=0,r=arguments.length;a<r;a++)arguments[a]&&ct(arguments[a],s);return t}var pd=(e,t,s,{allOwnKeys:a}={})=>(ct(t,(r,o)=>{s&&ae(r)?e[o]=it(r,s):e[o]=r},{allOwnKeys:a}),e),cd=e=>(e.charCodeAt(0)===65279&&(e=e.slice(1)),e),ud=(e,t,s,a)=>{e.prototype=Object.create(t.prototype,a),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:t.prototype}),s&&Object.assign(e.prototype,s)},ld=(e,t,s,a)=>{let r,o,p,i={};if(t=t||{},e==null)return t;do{for(r=Object.getOwnPropertyNames(e),o=r.length;o-- >0;)p=r[o],(!a||a(p,e,t))&&!i[p]&&(t[p]=e[p],i[p]=!0);e=s!==!1&&Ls(e)}while(e&&(!s||s(e,t))&&e!==Object.prototype);return t},dd=(e,t,s)=>{e=String(e),(s===void 0||s>e.length)&&(s=e.length),s-=t.length;let a=e.indexOf(t,s);return a!==-1&&a===s},md=e=>{if(!e)return null;if(Qe(e))return e;let t=e.length;if(!Za(t))return null;let s=new Array(t);for(;t-- >0;)s[t]=e[t];return s},gd=(e=>t=>e&&t instanceof e)(typeof Uint8Array<"u"&&Ls(Uint8Array)),fd=(e,t)=>{let a=(e&&e[Symbol.iterator]).call(e),r;for(;(r=a.next())&&!r.done;){let o=r.value;t.call(e,o[0],o[1])}},xd=(e,t)=>{let s,a=[];for(;(s=e.exec(t))!==null;)a.push(s);return a},yd=ue("HTMLFormElement"),hd=e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(s,a,r){return a.toUpperCase()+r}),Ja=(({hasOwnProperty:e})=>(t,s)=>e.call(t,s))(Object.prototype),bd=ue("RegExp"),ar=(e,t)=>{let s=Object.getOwnPropertyDescriptors(e),a={};ct(s,(r,o)=>{let p;(p=t(r,o,e))!==!1&&(a[o]=p||r)}),Object.defineProperties(e,a)},Rd=e=>{ar(e,(t,s)=>{if(ae(e)&&["arguments","caller","callee"].indexOf(s)!==-1)return!1;let a=e[s];if(ae(a)){if(t.enumerable=!1,"writable"in t){t.writable=!1;return}t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+s+"'")})}})},vd=(e,t)=>{let s={},a=r=>{r.forEach(o=>{s[o]=!0})};return Qe(e)?a(e):a(String(e).split(t)),s},qd=()=>{},kd=(e,t)=>(e=+e,Number.isFinite(e)?e:t),Us="abcdefghijklmnopqrstuvwxyz",Ya="0123456789",rr={DIGIT:Ya,ALPHA:Us,ALPHA_DIGIT:Us+Us.toUpperCase()+Ya},Id=(e=16,t=rr.ALPHA_DIGIT)=>{let s="",{length:a}=t;for(;e--;)s+=t[Math.random()*a|0];return s};function wd(e){return!!(e&&ae(e.append)&&e[Symbol.toStringTag]==="FormData"&&e[Symbol.iterator])}var Td=e=>{let t=new Array(10),s=(a,r)=>{if(Ut(a)){if(t.indexOf(a)>=0)return;if(!("toJSON"in a)){t[r]=a;let o=Qe(a)?[]:{};return ct(a,(p,i)=>{let n=s(p,r+1);!pt(n)&&(o[i]=n)}),t[r]=void 0,o}}return a};return s(e,0)},Ad=ue("AsyncFunction"),Cd=e=>e&&(Ut(e)||ae(e))&&ae(e.then)&&ae(e.catch),l={isArray:Qe,isArrayBuffer:Xa,isBuffer:Jl,isFormData:nd,isArrayBufferView:Yl,isString:Xl,isNumber:Za,isBoolean:Zl,isObject:Ut,isPlainObject:Ct,isUndefined:pt,isDate:ed,isFile:td,isBlob:sd,isRegExp:bd,isFunction:ae,isStream:rd,isURLSearchParams:od,isTypedArray:gd,isFileList:ad,forEach:ct,merge:Ss,extend:pd,trim:id,stripBOM:cd,inherits:ud,toFlatObject:ld,kindOf:Pt,kindOfTest:ue,endsWith:dd,toArray:md,forEachEntry:fd,matchAll:xd,isHTMLForm:yd,hasOwnProperty:Ja,hasOwnProp:Ja,reduceDescriptors:ar,freezeMethods:Rd,toObjectSet:vd,toCamelCase:hd,noop:qd,toFiniteNumber:kd,findKey:er,global:tr,isContextDefined:sr,ALPHABET:rr,generateString:Id,isSpecCompliantForm:wd,toJSONObject:Td,isAsyncFn:Ad,isThenable:Cd};function je(e,t,s,a,r){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),a&&(this.request=a),r&&(this.response=r)}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 nr=je.prototype,or={};["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=>{or[e]={value:e}});Object.defineProperties(je,or);Object.defineProperty(nr,"isAxiosError",{value:!0});je.from=(e,t,s,a,r,o)=>{let p=Object.create(nr);return l.toFlatObject(e,p,function(n){return n!==Error.prototype},i=>i!=="isAxiosError"),je.call(p,e.message,t,s,a,r),p.cause=e,p.name=e.name,o&&Object.assign(p,o),p};var h=je;var Mr=D(Hr(),1),Et=Mr.default;function js(e){return l.isPlainObject(e)||l.isArray(e)}function jr(e){return l.endsWith(e,"[]")?e.slice(0,-2):e}function Qr(e,t,s){return e?e.concat(t).map(function(r,o){return r=jr(r),!s&&o?"["+r+"]":r}).join(s?".":""):t}function lm(e){return l.isArray(e)&&!e.some(js)}var dm=l.toFlatObject(l,{},null,function(t){return/^is[A-Z]/.test(t)});function mm(e,t,s){if(!l.isObject(e))throw new TypeError("target must be an object");t=t||new(Et||FormData),s=l.toFlatObject(s,{metaTokens:!0,dots:!1,indexes:!1},!1,function(y,v){return!l.isUndefined(v[y])});let a=s.metaTokens,r=s.visitor||c,o=s.dots,p=s.indexes,n=(s.Blob||typeof Blob<"u"&&Blob)&&l.isSpecCompliantForm(t);if(!l.isFunction(r))throw new TypeError("visitor must be a function");function u(d){if(d===null)return"";if(l.isDate(d))return d.toISOString();if(!n&&l.isBlob(d))throw new h("Blob is not supported. Use a Buffer instead.");return l.isArrayBuffer(d)||l.isTypedArray(d)?n&&typeof Blob=="function"?new Blob([d]):Buffer.from(d):d}function c(d,y,v){let b=d;if(d&&!v&&typeof d=="object"){if(l.endsWith(y,"{}"))y=a?y:y.slice(0,-2),d=JSON.stringify(d);else if(l.isArray(d)&&lm(d)||(l.isFileList(d)||l.endsWith(y,"[]"))&&(b=l.toArray(d)))return y=jr(y),b.forEach(function(A,B){!(l.isUndefined(A)||A===null)&&t.append(p===!0?Qr([y],B,o):p===null?y:y+"[]",u(A))}),!1}return js(d)?!0:(t.append(Qr(v,y,o),u(d)),!1)}let m=[],x=Object.assign(dm,{defaultVisitor:c,convertValue:u,isVisitable:js});function R(d,y){if(!l.isUndefined(d)){if(m.indexOf(d)!==-1)throw Error("Circular reference detected in "+y.join("."));m.push(d),l.forEach(d,function(b,T){(!(l.isUndefined(b)||b===null)&&r.call(t,b,l.isString(T)?T.trim():T,y,x))===!0&&R(b,y?y.concat(T):[T])}),m.pop()}}if(!l.isObject(e))throw new TypeError("data must be an object");return R(e),t}var Re=mm;function Nr(e){let t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(a){return t[a]})}function zr(e,t){this._pairs=[],e&&Re(e,this,t)}var $r=zr.prototype;$r.append=function(t,s){this._pairs.push([t,s])};$r.toString=function(t){let s=t?function(a){return t.call(this,a,Nr)}:Nr;return this._pairs.map(function(r){return s(r[0])+"="+s(r[1])},"").join("&")};var Kr=zr;function gm(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function Pe(e,t,s){if(!t)return e;let a=s&&s.encode||gm,r=s&&s.serialize,o;if(r?o=r(t,s):o=l.isURLSearchParams(t)?t.toString():new Kr(t,s).toString(a),o){let p=e.indexOf("#");p!==-1&&(e=e.slice(0,p)),e+=(e.indexOf("?")===-1?"?":"&")+o}return e}var Ns=class{constructor(){this.handlers=[]}use(t,s,a){return this.handlers.push({fulfilled:t,rejected:s,synchronous:a?a.synchronous:!1,runWhen:a?a.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(a){a!==null&&t(a)})}},zs=Ns;var Ne={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1};var Vr=D(require("url"),1),Jr=Vr.default.URLSearchParams;var Yr={isNode:!0,classes:{URLSearchParams:Jr,FormData:Et,Blob:typeof Blob<"u"&&Blob||null},protocols:["http","https","file","data"]};var $s={};Bs($s,{hasBrowserEnv:()=>Xr,hasStandardBrowserEnv:()=>fm,hasStandardBrowserWebWorkerEnv:()=>xm});var Xr=typeof window<"u"&&typeof document<"u",fm=(e=>Xr&&["ReactNative","NativeScript","NS"].indexOf(e)<0)(typeof navigator<"u"&&navigator.product),xm=(()=>typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function")();var G={...$s,...Yr};function Ks(e,t){return Re(e,new G.classes.URLSearchParams,Object.assign({visitor:function(s,a,r,o){return G.isNode&&l.isBuffer(s)?(this.append(a,s.toString("base64")),!1):o.defaultVisitor.apply(this,arguments)}},t))}function ym(e){return l.matchAll(/\w+|\[(\w*)]/g,e).map(t=>t[0]==="[]"?"":t[1]||t[0])}function hm(e){let t={},s=Object.keys(e),a,r=s.length,o;for(a=0;a<r;a++)o=s[a],t[o]=e[o];return t}function bm(e){function t(s,a,r,o){let p=s[o++],i=Number.isFinite(+p),n=o>=s.length;return p=!p&&l.isArray(r)?r.length:p,n?(l.hasOwnProp(r,p)?r[p]=[r[p],a]:r[p]=a,!i):((!r[p]||!l.isObject(r[p]))&&(r[p]=[]),t(s,a,r[p],o)&&l.isArray(r[p])&&(r[p]=hm(r[p])),!i)}if(l.isFormData(e)&&l.isFunction(e.entries)){let s={};return l.forEachEntry(e,(a,r)=>{t(ym(a),r,s,0)}),s}return null}var _t=bm;function Rm(e,t,s){if(l.isString(e))try{return(t||JSON.parse)(e),l.trim(e)}catch(a){if(a.name!=="SyntaxError")throw a}return(s||JSON.stringify)(e)}var Vs={transitional:Ne,adapter:["xhr","http"],transformRequest:[function(t,s){let a=s.getContentType()||"",r=a.indexOf("application/json")>-1,o=l.isObject(t);if(o&&l.isHTMLForm(t)&&(t=new FormData(t)),l.isFormData(t))return r&&r?JSON.stringify(_t(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(a.indexOf("application/x-www-form-urlencoded")>-1)return Ks(t,this.formSerializer).toString();if((i=l.isFileList(t))||a.indexOf("multipart/form-data")>-1){let n=this.env&&this.env.FormData;return Re(i?{"files[]":t}:t,n&&new n,this.formSerializer)}}return o||r?(s.setContentType("application/json",!1),Rm(t)):t}],transformResponse:[function(t){let s=this.transitional||Vs.transitional,a=s&&s.forcedJSONParsing,r=this.responseType==="json";if(t&&l.isString(t)&&(a&&!this.responseType||r)){let p=!(s&&s.silentJSONParsing)&&r;try{return JSON.parse(t)}catch(i){if(p)throw i.name==="SyntaxError"?h.from(i,h.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:G.classes.FormData,Blob:G.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=>{Vs.headers[e]={}});var ze=Vs;var vm=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"]),Zr=e=>{let t={},s,a,r;return e&&e.split(`
|
|
10
|
-
`).forEach(function(p){r=p.indexOf(":"),s=p.substring(0,r).trim().toLowerCase(),a=p.substring(r+1).trim(),!(!s||t[s]&&vm[s])&&(s==="set-cookie"?t[s]?t[s].push(a):t[s]=[a]:t[s]=t[s]?t[s]+", "+a:a)}),t};var
|
|
11
|
-
`)}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(t){return t instanceof this?t:new this(t)}static concat(t,...s){let a=new this(t);return s.forEach(r=>a.set(r)),a}static accessor(t){let a=(this[
|
|
12
|
-
`,mg=yt.encode(ke),gg=2,la=class{constructor(t,s){let{escapeName:a}=this.constructor,r=l.isString(s),o=`Content-Disposition: form-data; name="${a(t)}"${!r&&s.name?`; filename="${a(s.name)}"`:""}${ke}`;r?s=yt.encode(String(s).replace(/\r?\n|\r\n?/g,ke)):o+=`Content-Type: ${s.type||"application/octet-stream"}${ke}`,this.headers=yt.encode(o+ke),this.contentLength=r?s.byteLength:s.size,this.size=this.headers.byteLength+this.contentLength+gg,this.name=t,this.value=s}async*encode(){yield this.headers;let{value:t}=this;l.isTypedArray(t)?yield t:yield*Qt(t),yield mg}static escapeName(t){return String(t).replace(/[\r\n"]/g,s=>({"\r":"%0D","\n":"%0A",'"':"%22"})[s])}},fg=(e,t,s)=>{let{tag:a="form-data-boundary",size:r=25,boundary:o=a+"-"+l.generateString(r,dg)}=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=yt.encode("--"+o+ke),i=yt.encode("--"+o+"--"+ke+ke),n=i.byteLength,u=Array.from(e.entries()).map(([m,x])=>{let R=new la(m,x);return n+=R.size,R});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),Un.Readable.from(async function*(){for(let m of u)yield p,yield*m.encode();yield i}())},Sn=fg;var Ln=D(require("stream"),1),da=class extends Ln.default.Transform{__transform(t,s,a){this.push(t),a()}_transform(t,s,a){if(t.length!==0&&(this._transform=this.__transform,t[0]!==120)){let r=Buffer.alloc(2);r[0]=120,r[1]=156,this.push(r,s)}this.__transform(t,s,a)}},En=da;var xg=(e,t)=>l.isAsyncFn(e)?function(...s){let a=s.pop();e.apply(this,s).then(r=>{try{t?a(null,...t(r)):a(null,r)}catch(o){a(o)}},a)}:e,_n=xg;var Gn={flush:fe.default.constants.Z_SYNC_FLUSH,finishFlush:fe.default.constants.Z_SYNC_FLUSH},yg={flush:fe.default.constants.BROTLI_OPERATION_FLUSH,finishFlush:fe.default.constants.BROTLI_OPERATION_FLUSH},Wn=l.isFunction(fe.default.createBrotliDecompress),{http:hg,https:bg}=jn.default,Rg=/https:?/,Dn=G.protocols.map(e=>e+":");function vg(e){e.beforeRedirects.proxy&&e.beforeRedirects.proxy(e),e.beforeRedirects.config&&e.beforeRedirects.config(e)}function zn(e,t,s){let a=t;if(!a&&a!==!1){let r=(0,Fn.getProxyForUrl)(s);r&&(a=new URL(r))}if(a){if(a.username&&(a.auth=(a.username||"")+":"+(a.password||"")),a.auth){(a.auth.username||a.auth.password)&&(a.auth=(a.auth.username||"")+":"+(a.auth.password||""));let o=Buffer.from(a.auth,"utf8").toString("base64");e.headers["Proxy-Authorization"]="Basic "+o}e.headers.host=e.hostname+(e.port?":"+e.port:"");let r=a.hostname||a.host;e.hostname=r,e.host=r,e.port=a.port,e.path=s,a.protocol&&(e.protocol=a.protocol.includes(":")?a.protocol:`${a.protocol}:`)}e.beforeRedirects.proxy=function(o){zn(o,t,o.href)}}var qg=typeof process<"u"&&l.kindOf(process)==="process",kg=e=>new Promise((t,s)=>{let a,r,o=(n,u)=>{r||(r=!0,a&&a(n,u))},p=n=>{o(n),t(n)},i=n=>{o(n,!0),s(n)};e(p,i,n=>a=n).catch(i)}),Ig=({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)}},On=(e,t)=>Ig(l.isObject(e)?e:{address:e,family:t}),$n=qg&&function(t){return kg(async function(a,r,o){let{data:p,lookup:i,family:n}=t,{responseType:u,responseEncoding:c}=t,m=t.method.toUpperCase(),x,R=!1,d;if(i){let k=_n(i,q=>l.isArray(q)?q:[q]);i=(q,E,Me)=>{k(q,E,(z,be,Cs)=>{let ce=l.isArray(be)?be.map(ne=>On(ne)):[On(be,Cs)];E.all?Me(z,ce):Me(z,ce[0].address,ce[0].family)})}}let y=new Nn.default,v=()=>{t.cancelToken&&t.cancelToken.unsubscribe(b),t.signal&&t.signal.removeEventListener("abort",b),y.removeAllListeners()};o((k,q)=>{x=!0,q&&(R=!0,v())});function b(k){y.emit("abort",!k||k.type?new ie(null,t,d):k)}y.once("abort",r),(t.cancelToken||t.signal)&&(t.cancelToken&&t.cancelToken.subscribe(b),t.signal&&(t.signal.aborted?b():t.signal.addEventListener("abort",b)));let T=Be(t.baseURL,t.url),A=new URL(T,"http://localhost"),B=A.protocol||Dn[0];if(B==="data:"){let k;if(m!=="GET")return ve(a,r,{status:405,statusText:"method not allowed",headers:{},config:t});try{k=pa(t.url,u==="blob",{Blob:t.env&&t.env.Blob})}catch(q){throw h.from(q,h.ERR_BAD_REQUEST,t)}return u==="text"?(k=k.toString(c),(!c||c==="utf8")&&(k=l.stripBOM(k))):u==="stream"&&(k=_e.default.Readable.from(k)),ve(a,r,{data:k,status:200,statusText:"OK",headers:new W,config:t})}if(Dn.indexOf(B)===-1)return r(new h("Unsupported protocol "+B,h.ERR_BAD_REQUEST,t));let U=W.from(t.headers).normalize();U.set("User-Agent","axios/"+Ee,!1);let J=t.onDownloadProgress,Y=t.onUploadProgress,X=t.maxRate,N,pe;if(l.isSpecCompliantForm(p)){let k=U.getContentType(/boundary=([-_\w\d]{10,70})/i);p=Sn(p,q=>{U.set(q)},{tag:`axios-${Ee}-boundary`,boundary:k&&k[1]||void 0})}else if(l.isFormData(p)&&l.isFunction(p.getHeaders)){if(U.set(p.getHeaders()),!U.hasContentLength())try{let k=await Qn.default.promisify(p.getLength).call(p);Number.isFinite(k)&&k>=0&&U.setContentLength(k)}catch{}}else if(l.isBlob(p))p.size&&U.setContentType(p.type||"application/octet-stream"),U.setContentLength(p.size||0),p=_e.default.Readable.from(Qt(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 r(new h("Data after transformation must be a string, an ArrayBuffer, a Buffer, or a Stream",h.ERR_BAD_REQUEST,t));if(U.setContentLength(p.length,!1),t.maxBodyLength>-1&&p.length>t.maxBodyLength)return r(new h("Request body larger than maxBodyLength limit",h.ERR_BAD_REQUEST,t))}let me=l.toFiniteNumber(U.getContentLength());l.isArray(X)?(N=X[0],pe=X[1]):N=pe=X,p&&(Y||N)&&(l.isStream(p)||(p=_e.default.Readable.from(p,{objectMode:!1})),p=_e.default.pipeline([p,new ua({length:me,maxRate:l.toFiniteNumber(N)})],l.noop),Y&&p.on("progress",k=>{Y(Object.assign(k,{upload:!0}))}));let se;if(t.auth){let k=t.auth.username||"",q=t.auth.password||"";se=k+":"+q}if(!se&&A.username){let k=A.username,q=A.password;se=k+":"+q}se&&U.delete("authorization");let Z;try{Z=Pe(A.pathname+A.search,t.params,t.paramsSerializer).replace(/^\?/,"")}catch(k){let q=new Error(k.message);return q.config=t,q.url=t.url,q.exists=!0,r(q)}U.set("Accept-Encoding","gzip, compress, deflate"+(Wn?", br":""),!1);let S={path:Z,method:m,headers:U.toJSON(),agents:{http:t.httpAgent,https:t.httpsAgent},auth:se,protocol:B,family:n,beforeRedirect:vg,beforeRedirects:{}};!l.isUndefined(i)&&(S.lookup=i),t.socketPath?S.socketPath=t.socketPath:(S.hostname=A.hostname,S.port=A.port,zn(S,t.proxy,B+"//"+A.hostname+(A.port?":"+A.port:"")+S.path));let K,ge=Rg.test(S.protocol);if(S.agent=ge?t.httpsAgent:t.httpAgent,t.transport?K=t.transport:t.maxRedirects===0?K=ge?Mn.default:Hn.default:(t.maxRedirects&&(S.maxRedirects=t.maxRedirects),t.beforeRedirect&&(S.beforeRedirects.config=t.beforeRedirect),K=ge?bg:hg),t.maxBodyLength>-1?S.maxBodyLength=t.maxBodyLength:S.maxBodyLength=1/0,t.insecureHTTPParser&&(S.insecureHTTPParser=t.insecureHTTPParser),d=K.request(S,function(q){if(d.destroyed)return;let E=[q],Me=+q.headers["content-length"];if(J){let ne=new ua({length:l.toFiniteNumber(Me),maxRate:l.toFiniteNumber(pe)});J&&ne.on("progress",Tt=>{J(Object.assign(Tt,{download:!0}))}),E.push(ne)}let z=q,be=q.req||d;if(t.decompress!==!1&&q.headers["content-encoding"])switch((m==="HEAD"||q.statusCode===204)&&delete q.headers["content-encoding"],(q.headers["content-encoding"]||"").toLowerCase()){case"gzip":case"x-gzip":case"compress":case"x-compress":E.push(fe.default.createUnzip(Gn)),delete q.headers["content-encoding"];break;case"deflate":E.push(new En),E.push(fe.default.createUnzip(Gn)),delete q.headers["content-encoding"];break;case"br":Wn&&(E.push(fe.default.createBrotliDecompress(yg)),delete q.headers["content-encoding"])}z=E.length>1?_e.default.pipeline(E,l.noop):E[0];let Cs=_e.default.finished(z,()=>{Cs(),v()}),ce={status:q.statusCode,statusText:q.statusMessage,headers:new W(q.headers),config:t,request:be};if(u==="stream")ce.data=z,ve(a,r,ce);else{let ne=[],Tt=0;z.on("data",function($){ne.push($),Tt+=$.length,t.maxContentLength>-1&&Tt>t.maxContentLength&&(R=!0,z.destroy(),r(new h("maxContentLength size of "+t.maxContentLength+" exceeded",h.ERR_BAD_RESPONSE,t,be)))}),z.on("aborted",function(){if(R)return;let $=new h("maxContentLength size of "+t.maxContentLength+" exceeded",h.ERR_BAD_RESPONSE,t,be);z.destroy($),r($)}),z.on("error",function($){d.destroyed||r(h.from($,null,t,be))}),z.on("end",function(){try{let $=ne.length===1?ne[0]:Buffer.concat(ne);u!=="arraybuffer"&&($=$.toString(c),(!c||c==="utf8")&&($=l.stripBOM($))),ce.data=$}catch($){return r(h.from($,null,t,ce.request,ce))}ve(a,r,ce)})}y.once("abort",ne=>{z.destroyed||(z.emit("error",ne),z.destroy())})}),y.once("abort",k=>{r(k),d.destroy(k)}),d.on("error",function(q){r(h.from(q,null,t,d))}),d.on("socket",function(q){q.setKeepAlive(!0,1e3*60)}),t.timeout){let k=parseInt(t.timeout,10);if(Number.isNaN(k)){r(new h("error trying to parse `config.timeout` to int",h.ERR_BAD_OPTION_VALUE,t,d));return}d.setTimeout(k,function(){if(x)return;let E=t.timeout?"timeout of "+t.timeout+"ms exceeded":"timeout exceeded",Me=t.transitional||Ne;t.timeoutErrorMessage&&(E=t.timeoutErrorMessage),r(new h(E,Me.clarifyTimeoutError?h.ETIMEDOUT:h.ECONNABORTED,t,d)),b()})}if(l.isStream(p)){let k=!1,q=!1;p.on("end",()=>{k=!0}),p.once("error",E=>{q=!0,d.destroy(E)}),p.on("close",()=>{!k&&!q&&b(new ie("Request stream has been aborted",t,d))}),p.pipe(d)}else d.end(p)})};var Kn=G.hasStandardBrowserEnv?function(){return{write:function(s,a,r,o,p,i){let n=[];n.push(s+"="+encodeURIComponent(a)),l.isNumber(r)&&n.push("expires="+new Date(r).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 a=document.cookie.match(new RegExp("(^|;\\s*)("+s+")=([^;]*)"));return a?decodeURIComponent(a[3]):null},remove:function(s){this.write(s,"",Date.now()-864e5)}}}():function(){return{write:function(){},read:function(){return null},remove:function(){}}}();var Vn=G.hasStandardBrowserEnv?function(){let t=/(msie|trident)/i.test(navigator.userAgent),s=document.createElement("a"),a;function r(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 a=r(window.location.href),function(p){let i=l.isString(p)?r(p):p;return i.protocol===a.protocol&&i.host===a.host}}():function(){return function(){return!0}}();function Jn(e,t){let s=0,a=Ht(50,250);return r=>{let o=r.loaded,p=r.lengthComputable?r.total:void 0,i=o-s,n=a(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:r};c[t?"download":"upload"]=!0,e(c)}}var wg=typeof XMLHttpRequest<"u",Yn=wg&&function(e){return new Promise(function(s,a){let r=e.data,o=W.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(r)){if(G.hasStandardBrowserEnv||G.hasStandardBrowserWebWorkerEnv)o.setContentType(!1);else if((u=o.getContentType())!==!1){let[d,...y]=u?u.split(";").map(v=>v.trim()).filter(Boolean):[];o.setContentType([d||"multipart/form-data",...y].join("; "))}}let c=new XMLHttpRequest;if(e.auth){let d=e.auth.username||"",y=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";o.set("Authorization","Basic "+btoa(d+":"+y))}let m=Be(e.baseURL,e.url);c.open(e.method.toUpperCase(),Pe(m,e.params,e.paramsSerializer),!0),c.timeout=e.timeout;function x(){if(!c)return;let d=W.from("getAllResponseHeaders"in c&&c.getAllResponseHeaders()),v={data:!p||p==="text"||p==="json"?c.responseText:c.response,status:c.status,statusText:c.statusText,headers:d,config:e,request:c};ve(function(T){s(T),n()},function(T){a(T),n()},v),c=null}if("onloadend"in c?c.onloadend=x:c.onreadystatechange=function(){!c||c.readyState!==4||c.status===0&&!(c.responseURL&&c.responseURL.indexOf("file:")===0)||setTimeout(x)},c.onabort=function(){c&&(a(new h("Request aborted",h.ECONNABORTED,e,c)),c=null)},c.onerror=function(){a(new h("Network Error",h.ERR_NETWORK,e,c)),c=null},c.ontimeout=function(){let y=e.timeout?"timeout of "+e.timeout+"ms exceeded":"timeout exceeded",v=e.transitional||Ne;e.timeoutErrorMessage&&(y=e.timeoutErrorMessage),a(new h(y,v.clarifyTimeoutError?h.ETIMEDOUT:h.ECONNABORTED,e,c)),c=null},G.hasStandardBrowserEnv){let d=Vn(m)&&e.xsrfCookieName&&Kn.read(e.xsrfCookieName);d&&o.set(e.xsrfHeaderName,d)}r===void 0&&o.setContentType(null),"setRequestHeader"in c&&l.forEach(o.toJSON(),function(y,v){c.setRequestHeader(v,y)}),l.isUndefined(e.withCredentials)||(c.withCredentials=!!e.withCredentials),p&&p!=="json"&&(c.responseType=e.responseType),typeof e.onDownloadProgress=="function"&&c.addEventListener("progress",Jn(e.onDownloadProgress,!0)),typeof e.onUploadProgress=="function"&&c.upload&&c.upload.addEventListener("progress",Jn(e.onUploadProgress)),(e.cancelToken||e.signal)&&(i=d=>{c&&(a(!d||d.type?new ie(null,e,c):d),c.abort(),c=null)},e.cancelToken&&e.cancelToken.subscribe(i),e.signal&&(e.signal.aborted?i():e.signal.addEventListener("abort",i)));let R=xt(m);if(R&&G.protocols.indexOf(R)===-1){a(new h("Unsupported protocol "+R+":",h.ERR_BAD_REQUEST,e));return}c.send(r||null)})};var ma={http:$n,xhr:Yn};l.forEach(ma,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch{}Object.defineProperty(e,"adapterName",{value:t})}});var Xn=e=>`- ${e}`,Tg=e=>l.isFunction(e)||e===null||e===!1,jt={getAdapter:e=>{e=l.isArray(e)?e:[e];let{length:t}=e,s,a,r={};for(let o=0;o<t;o++){s=e[o];let p;if(a=s,!Tg(s)&&(a=ma[(p=String(s)).toLowerCase()],a===void 0))throw new h(`Unknown adapter '${p}'`);if(a)break;r[p||"#"+o]=a}if(!a){let o=Object.entries(r).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(
|
|
14
|
-
`):" "+Xn(o[0]):"as no adapter specified";throw new h("There is no suitable adapter to dispatch the request "+p,"ERR_NOT_SUPPORT")}return a},adapters:ma};function ga(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new ie(null,e)}function Nt(e){return ga(e),e.headers=W.from(e.headers),e.data=lt.call(e,e.transformRequest),["post","put","patch"].indexOf(e.method)!==-1&&e.headers.setContentType("application/x-www-form-urlencoded",!1),jt.getAdapter(e.adapter||ze.adapter)(e).then(function(a){return ga(e),a.data=lt.call(e,e.transformResponse,a),a.headers=W.from(a.headers),a},function(a){return dt(a)||(ga(e),a&&a.response&&(a.response.data=lt.call(e,e.transformResponse,a.response),a.response.headers=W.from(a.response.headers))),Promise.reject(a)})}var Zn=e=>e instanceof W?e.toJSON():e;function xe(e,t){t=t||{};let s={};function a(u,c,m){return l.isPlainObject(u)&&l.isPlainObject(c)?l.merge.call({caseless:m},u,c):l.isPlainObject(c)?l.merge({},c):l.isArray(c)?c.slice():c}function r(u,c,m){if(l.isUndefined(c)){if(!l.isUndefined(u))return a(void 0,u,m)}else return a(u,c,m)}function o(u,c){if(!l.isUndefined(c))return a(void 0,c)}function p(u,c){if(l.isUndefined(c)){if(!l.isUndefined(u))return a(void 0,u)}else return a(void 0,c)}function i(u,c,m){if(m in t)return a(u,c);if(m in e)return a(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)=>r(Zn(u),Zn(c),!0)};return l.forEach(Object.keys(Object.assign({},e,t)),function(c){let m=n[c]||r,x=m(e[c],t[c],c);l.isUndefined(x)&&m!==i||(s[c]=x)}),s}var fa={};["object","boolean","number","function","string","symbol"].forEach((e,t)=>{fa[e]=function(a){return typeof a===e||"a"+(t<1?"n ":" ")+e}});var eo={};fa.transitional=function(t,s,a){function r(o,p){return"[Axios v"+Ee+"] Transitional option '"+o+"'"+p+(a?". "+a:"")}return(o,p,i)=>{if(t===!1)throw new h(r(p," has been removed"+(s?" in "+s:"")),h.ERR_DEPRECATED);return s&&!eo[p]&&(eo[p]=!0,console.warn(r(p," has been deprecated since v"+s+" and will be removed in the near future"))),t?t(o,p,i):!0}};function Ag(e,t,s){if(typeof e!="object")throw new h("options must be an object",h.ERR_BAD_OPTION_VALUE);let a=Object.keys(e),r=a.length;for(;r-- >0;){let o=a[r],p=t[o];if(p){let i=e[o],n=i===void 0||p(i,o,e);if(n!==!0)throw new h("option "+o+" must be "+n,h.ERR_BAD_OPTION_VALUE);continue}if(s!==!0)throw new h("Unknown option "+o,h.ERR_BAD_OPTION)}}var zt={assertOptions:Ag,validators:fa};var Ie=zt.validators,Xe=class{constructor(t){this.defaults=t,this.interceptors={request:new zs,response:new zs}}request(t,s){typeof t=="string"?(s=s||{},s.url=t):s=t||{},s=xe(this.defaults,s);let{transitional:a,paramsSerializer:r,headers:o}=s;a!==void 0&&zt.assertOptions(a,{silentJSONParsing:Ie.transitional(Ie.boolean),forcedJSONParsing:Ie.transitional(Ie.boolean),clarifyTimeoutError:Ie.transitional(Ie.boolean)},!1),r!=null&&(l.isFunction(r)?s.paramsSerializer={serialize:r}:zt.assertOptions(r,{encode:Ie.function,serialize:Ie.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"],d=>{delete o[d]}),s.headers=W.concat(p,o);let i=[],n=!0;this.interceptors.request.forEach(function(y){typeof y.runWhen=="function"&&y.runWhen(s)===!1||(n=n&&y.synchronous,i.unshift(y.fulfilled,y.rejected))});let u=[];this.interceptors.response.forEach(function(y){u.push(y.fulfilled,y.rejected)});let c,m=0,x;if(!n){let d=[Nt.bind(this),void 0];for(d.unshift.apply(d,i),d.push.apply(d,u),x=d.length,c=Promise.resolve(s);m<x;)c=c.then(d[m++],d[m++]);return c}x=i.length;let R=s;for(m=0;m<x;){let d=i[m++],y=i[m++];try{R=d(R)}catch(v){y.call(this,v);break}}try{c=Nt.call(this,R)}catch(d){return Promise.reject(d)}for(m=0,x=u.length;m<x;)c=c.then(u[m++],u[m++]);return c}getUri(t){t=xe(this.defaults,t);let s=Be(t.baseURL,t.url);return Pe(s,t.params,t.paramsSerializer)}};l.forEach(["delete","get","head","options"],function(t){Xe.prototype[t]=function(s,a){return this.request(xe(a||{},{method:t,url:s,data:(a||{}).data}))}});l.forEach(["post","put","patch"],function(t){function s(a){return function(o,p,i){return this.request(xe(i||{},{method:t,headers:a?{"Content-Type":"multipart/form-data"}:{},url:o,data:p}))}}Xe.prototype[t]=s(),Xe.prototype[t+"Form"]=s(!0)});var ht=Xe;var bt=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 a=this;this.promise.then(r=>{if(!a._listeners)return;let o=a._listeners.length;for(;o-- >0;)a._listeners[o](r);a._listeners=null}),this.promise.then=r=>{let o,p=new Promise(i=>{a.subscribe(i),o=i}).then(r);return p.cancel=function(){a.unsubscribe(o)},p},t(function(o,p,i){a.reason||(a.reason=new ie(o,p,i),s(a.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 bt(function(r){t=r}),cancel:t}}},to=bt;function xa(e){return function(s){return e.apply(null,s)}}function ya(e){return l.isObject(e)&&e.isAxiosError===!0}var ha={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(ha).forEach(([e,t])=>{ha[t]=e});var so=ha;function ao(e){let t=new ht(e),s=it(ht.prototype.request,t);return l.extend(s,ht.prototype,t,{allOwnKeys:!0}),l.extend(s,t,null,{allOwnKeys:!0}),s.create=function(r){return ao(xe(e,r))},s}var _=ao(ze);_.Axios=ht;_.CanceledError=ie;_.CancelToken=to;_.isCancel=dt;_.VERSION=Ee;_.toFormData=Re;_.AxiosError=h;_.Cancel=_.CanceledError;_.all=function(t){return Promise.all(t)};_.spread=xa;_.isAxiosError=ya;_.mergeConfig=xe;_.AxiosHeaders=W;_.formToJSON=e=>_t(l.isHTMLForm(e)?new FormData(e):e);_.getAdapter=jt.getAdapter;_.HttpStatusCode=so;_.default=_;var ye=_;var{Axios:Cg,AxiosError:Pg,CanceledError:Bg,isCancel:Ug,CancelToken:Sg,VERSION:Lg,all:Eg,Cancel:_g,isAxiosError:Gg,spread:Wg,toFormData:Dg,AxiosHeaders:Og,HttpStatusCode:Fg,formToJSON:Hg,getAdapter:Mg,mergeConfig:Qg}=ye;var $a=D(Ra()),Fl=D(require("http")),Hl=D(require("https"));var Rt=D(Ra()),Jg="https://api.botpress.cloud",Yg=6e4,Xg="BP_API_URL",Zg="BP_BOT_ID",ef="BP_INTEGRATION_ID",tf="BP_WORKSPACE_ID",sf="BP_TOKEN";function ro(e){let t=af(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 a=t.apiUrl??Jg,r=t.timeout??Yg;return{apiUrl:a,timeout:r,withCredentials:Rt.isBrowser,headers:s}}function af(e){return Rt.isBrowser?e:Rt.isNode?rf(e):e}function rf(e){let t={...e,apiUrl:e.apiUrl??process.env[Xg],botId:e.botId??process.env[Zg],integrationId:e.integrationId??process.env[ef],workspaceId:e.workspaceId??process.env[tf]},s=t.token??process.env[sf];return s&&(t.token=s),t}var no=D(require("crypto"));var nf={getRandomValues:e=>new Uint8Array(e.map(()=>Math.floor(Math.random()*256)))},va=typeof window<"u"&&typeof window.document<"u"?window.crypto:no.default;va.getRandomValues||(va=nf);var P=class extends Error{constructor(s,a,r,o,p,i){super(o);this.code=s;this.description=a;this.type=r;this.message=o;this.error=p;this.id=i;this.id||(this.id=P.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}}static generateId(){let s=this.getPrefix(),a=new Date().toISOString().replace(/[\-:TZ]/g,"").split(".")[0],r=4,o=Array.from(va.getRandomValues(new Uint8Array(r))).map(p=>p.toString(16).padStart(2,"0")).join("").toUpperCase();return`${s}_${a}x${o}`}static getPrefix(){return typeof window<"u"&&typeof window.document<"u"?"err_bwsr":"err"}},of=e=>typeof e=="object"&&!Array.isArray(e)&&e!==null,qa=e=>e instanceof P||of(e)&&e.isApiError===!0,we=class extends P{constructor(t,s,a){super(500,"An unknown error occurred","Unknown",t,s,a)}},$t=class extends P{constructor(t,s,a){super(500,"An internal error occurred","Internal",t,s,a)}},Kt=class extends P{constructor(t,s,a){super(401,"The request requires to be authenticated.","Unauthorized",t,s,a)}},Vt=class extends P{constructor(t,s,a){super(403,"The requested action can't be peform by this resource.","Forbidden",t,s,a)}},Jt=class extends P{constructor(t,s,a){super(413,"The request payload is too large.","PayloadTooLarge",t,s,a)}},Yt=class extends P{constructor(t,s,a){super(400,"The request payload is invalid.","InvalidPayload",t,s,a)}},Xt=class extends P{constructor(t,s,a){super(415,"The request is invalid because the content-type is not supported.","UnsupportedMediaType",t,s,a)}},Zt=class extends P{constructor(t,s,a){super(405,"The requested method does not exist.","MethodNotFound",t,s,a)}},es=class extends P{constructor(t,s,a){super(404,"The requested resource does not exist.","ResourceNotFound",t,s,a)}},ts=class extends P{constructor(t,s,a){super(400,"The provided JSON schema is invalid.","InvalidJsonSchema",t,s,a)}},ss=class extends P{constructor(t,s,a){super(400,"The provided data doesn't respect the provided JSON schema.","InvalidDataFormat",t,s,a)}},as=class extends P{constructor(t,s,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,a)}},rs=class extends P{constructor(t,s,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,a)}},ns=class extends P{constructor(t,s,a){super(409,"The resource cannot be deleted because it's referenced by another resource","ReferenceConstraint",t,s,a)}},os=class extends P{constructor(t,s,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,a)}},is=class extends P{constructor(t,s,a){super(400,"The provided query is invalid. This is usually caused when providing an invalid parameter for querying a resource.","InvalidQuery",t,s,a)}},ps=class extends P{constructor(t,s,a){super(400,"An error happened during the execution of a runtime (bot or integration).","Runtime",t,s,a)}},cs=class extends P{constructor(t,s,a){super(409,"The record attempted to be created already exists.","AlreadyExists",t,s,a)}},us=class extends P{constructor(t,s,a){super(429,"The request has been rate limited.","RateLimited",t,s,a)}},ls=class extends P{constructor(t,s,a){super(402,"A payment is required to perform this request.","PaymentRequired",t,s,a)}},ds=class extends P{constructor(t,s,a){super(403,"The request exceeds the allowed quota. Quotas are a soft limit that can be increased.","QuotaExceeded",t,s,a)}},ms=class extends P{constructor(t,s,a){super(413,"The request exceeds the allowed limit. Limits are a hard limit that cannot be increased.","LimitExceeded",t,s,a)}},gs=class extends P{constructor(t,s,a){super(400,"Request payload contains breaking changes which is not allowed for this resource without a version increment.","BreakingChanges",t,s,a)}},pf={Unknown:we,Internal:$t,Unauthorized:Kt,Forbidden:Vt,PayloadTooLarge:Jt,InvalidPayload:Yt,UnsupportedMediaType:Xt,MethodNotFound:Zt,ResourceNotFound:es,InvalidJsonSchema:ts,InvalidDataFormat:ss,InvalidIdentifier:as,RelationConflict:rs,ReferenceConstraint:ns,ReferenceNotFound:os,InvalidQuery:is,Runtime:ps,AlreadyExists:cs,RateLimited:us,PaymentRequired:ls,QuotaExceeded:ds,LimitExceeded:ms,BreakingChanges:gs},fs=e=>qa(e)?e:e instanceof Error?new we(e.message,e):typeof e=="string"?new we(e):cf(e);function cf(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=pf[e.type];return t?new t(e.message,void 0,e.id||"UNKNOWN"):new we(`An unclassified API error occurred: ${e.message} (Type: ${e.type}, Code: ${e.code})`)}return new we("An invalid error occurred: "+JSON.stringify(e))}var bi=D(hi()),Nx=e=>e[1]!==void 0,g=e=>{let{method:t,path:s,query:a,headers:r,body:o}=e,p=Object.entries(r).filter(Nx),i=Object.fromEntries(p),n=bi.default.stringify(a,{encode:!0,arrayFormat:"repeat",allowDots:!0}),u=n?[s,n].join("?"):s;return{method:t,url:u,headers:i,data:o}};var Ri=e=>({path:"/v1/chat/conversations",headers:{},query:{},params:{},body:{channel:e.channel,tags:e.tags,integrationName:e.integrationName}});var qi=e=>({path:`/v1/chat/conversations/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Ii=e=>({path:"/v1/chat/conversations",headers:{},query:{nextToken:e.nextToken,tags:e.tags,participantIds:e.participantIds,integrationName:e.integrationName},params:{},body:{}});var Ti=e=>({path:"/v1/chat/conversations/get-or-create",headers:{},query:{},params:{},body:{channel:e.channel,tags:e.tags,integrationName:e.integrationName}});var Ci=e=>({path:`/v1/chat/conversations/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{currentTaskId:e.currentTaskId,tags:e.tags}});var Bi=e=>({path:`/v1/chat/conversations/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Si=e=>({path:`/v1/chat/conversations/${encodeURIComponent(e.id)}/participants`,headers:{},query:{nextToken:e.nextToken},params:{id:e.id},body:{}});var Ei=e=>({path:`/v1/chat/conversations/${encodeURIComponent(e.id)}/participants`,headers:{},query:{},params:{id:e.id},body:{userId:e.userId}});var Gi=e=>({path:`/v1/chat/conversations/${encodeURIComponent(e.id)}/participants/${encodeURIComponent(e.userId)}`,headers:{},query:{},params:{id:e.id,userId:e.userId},body:{}});var Di=e=>({path:`/v1/chat/conversations/${encodeURIComponent(e.id)}/participants/${encodeURIComponent(e.userId)}`,headers:{},query:{},params:{id:e.id,userId:e.userId},body:{}});var Fi=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 Mi=e=>({path:`/v1/chat/events/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var ji=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 zi=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 Ki=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 Ji=e=>({path:`/v1/chat/messages/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Xi=e=>({path:`/v1/chat/messages/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{tags:e.tags}});var ep=e=>({path:"/v1/chat/messages",headers:{},query:{nextToken:e.nextToken,conversationId:e.conversationId,tags:e.tags},params:{},body:{}});var sp=e=>({path:`/v1/chat/messages/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var rp=e=>({path:"/v1/chat/users",headers:{},query:{},params:{},body:{tags:e.tags,integrationName:e.integrationName,name:e.name,pictureUrl:e.pictureUrl}});var op=e=>({path:`/v1/chat/users/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var pp=e=>({path:"/v1/chat/users",headers:{},query:{nextToken:e.nextToken,conversationId:e.conversationId,tags:e.tags},params:{},body:{}});var up=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 dp=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 gp=e=>({path:`/v1/chat/users/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var xp=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 hp=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 Rp=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 qp=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 Ip=e=>({path:"/v1/chat/actions",headers:{},query:{},params:{},body:{type:e.type,input:e.input}});var Tp=e=>({path:"/v1/chat/integrations/configure",headers:{},query:{},params:{},body:{identifier:e.identifier}});var Cp=e=>({path:`/v1/chat/tasks/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Bp=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 Sp=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 Ep=e=>({path:`/v1/chat/tasks/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Gp=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 Dp=e=>({path:"/v1/chat/analytics",headers:{},query:{},params:{},body:{name:e.name,count:e.count}});var Fp=e=>({path:"/v1/admin/helper/vrl",headers:{},query:{},params:{},body:{data:e.data,script:e.script}});var Mp=e=>({path:"/v1/admin/account/me",headers:{},query:{},params:{},body:{}});var jp=e=>({path:"/v1/admin/account/me",headers:{},query:{},params:{},body:{displayName:e.displayName,profilePicture:e.profilePicture,refresh:e.refresh}});var zp=e=>({path:"/v1/admin/account/pats",headers:{},query:{},params:{},body:{}});var Kp=e=>({path:"/v1/admin/account/pats",headers:{},query:{},params:{},body:{note:e.note}});var Jp=e=>({path:`/v1/admin/account/pats/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Xp=e=>({path:`/v1/admin/account/preferences/${encodeURIComponent(e.key)}`,headers:{},query:{},params:{key:e.key},body:{value:e.value}});var ec=e=>({path:`/v1/admin/account/preferences/${encodeURIComponent(e.key)}`,headers:{},query:{},params:{key:e.key},body:{}});var sc=e=>({path:"/v1/admin/hub/integrations",headers:{},query:{nextToken:e.nextToken,name:e.name,version:e.version},params:{},body:{}});var rc=e=>({path:`/v1/admin/hub/integrations/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var oc=e=>({path:`/v1/admin/hub/integrations/${encodeURIComponent(e.name)}/${encodeURIComponent(e.version)}`,headers:{},query:{},params:{name:e.name,version:e.version},body:{}});var pc=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,code:e.code,name:e.name,medias:e.medias,url:e.url,dev:e.dev}});var uc=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{url:e.url,authentication:e.authentication,configuration:e.configuration,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 dc=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/transfer`,headers:{},query:{},params:{id:e.id},body:{targetWorkspaceId:e.targetWorkspaceId}});var gc=e=>({path:"/v1/admin/bots",headers:{},query:{dev:e.dev,nextToken:e.nextToken},params:{},body:{}});var xc=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var hc=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Rc=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/logs`,headers:{},query:{timeStart:e.timeStart,timeEnd:e.timeEnd,nextToken:e.nextToken},params:{id:e.id},body:{}});var qc=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/webchat`,headers:{},query:{type:e.type},params:{id:e.id},body:{}});var Ic=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/analytics`,headers:{},query:{startDate:e.startDate,endDate:e.endDate},params:{id:e.id},body:{}});var Tc=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/issues/${encodeURIComponent(e.issueId)}`,headers:{},query:{},params:{id:e.id,issueId:e.issueId},body:{}});var Cc=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/issues`,headers:{},query:{nextToken:e.nextToken},params:{id:e.id},body:{}});var Bc=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/issues/${encodeURIComponent(e.issueId)}`,headers:{},query:{},params:{id:e.id,issueId:e.issueId},body:{}});var Sc=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/issues/${encodeURIComponent(e.issueId)}/events`,headers:{},query:{},params:{id:e.id,issueId:e.issueId},body:{}});var Ec=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}/billing/payment-method`,headers:{},query:{},params:{id:e.id},body:{stripePaymentMethodId:e.stripePaymentMethodId}});var Gc=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}/billing/invoices`,headers:{},query:{},params:{id:e.id},body:{}});var Dc=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}/billing/upcoming-invoice`,headers:{},query:{},params:{id:e.id},body:{}});var Fc=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}/billing/invoices/charge-unpaid`,headers:{},query:{},params:{id:e.id},body:{invoiceIds:e.invoiceIds}});var Mc=e=>({path:"/v1/admin/workspaces",headers:{},query:{},params:{},body:{name:e.name}});var jc=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}/public`,headers:{},query:{},params:{id:e.id},body:{}});var zc=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Kc=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}/usages`,headers:{},query:{type:e.type,period:e.period},params:{id:e.id},body:{}});var Jc=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 Xc=e=>({path:"/v1/admin/workspaces/usages/quota-completion",headers:{},query:{},params:{},body:{}});var eu=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}/quota`,headers:{},query:{type:e.type,period:e.period},params:{id:e.id},body:{}});var su=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}/quotas`,headers:{},query:{period:e.period},params:{id:e.id},body:{}});var ru=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 ou=e=>({path:"/v1/admin/workspaces/handle-availability",headers:{},query:{},params:{},body:{handle:e.handle}});var pu=e=>({path:"/v1/admin/workspaces",headers:{},query:{nextToken:e.nextToken},params:{},body:{}});var uu=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var du=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}/audit-records`,headers:{},query:{nextToken:e.nextToken},params:{id:e.id},body:{}});var gu=e=>({path:"/v1/admin/workspace-members",headers:{},query:{nextToken:e.nextToken},params:{},body:{}});var xu=e=>({path:"/v1/admin/workspace-members/me",headers:{},query:{},params:{},body:{}});var hu=e=>({path:`/v1/admin/workspace-members/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Ru=e=>({path:"/v1/admin/workspace-members",headers:{},query:{},params:{},body:{email:e.email,role:e.role}});var qu=e=>({path:`/v1/admin/workspace-members/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{role:e.role}});var Iu=e=>({path:"/v1/admin/integrations/iaks",headers:{},query:{integrationId:e.integrationId},params:{},body:{}});var Tu=e=>({path:"/v1/admin/integrations/iaks",headers:{},query:{},params:{},body:{integrationId:e.integrationId,note:e.note}});var Cu=e=>({path:`/v1/admin/integrations/iaks/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Bu=e=>({path:"/v1/admin/integrations",headers:{},query:{},params:{},body:{name:e.name,version:e.version,configuration:e.configuration,states:e.states,events:e.events,actions:e.actions,entities:e.entities,identifier:e.identifier,channels:e.channels,user:e.user,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}});var Su=e=>({path:`/v1/admin/integrations/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{configuration:e.configuration,channels:e.channels,identifier:e.identifier,actions:e.actions,events:e.events,states:e.states,user:e.user,entities:e.entities,secrets:e.secrets,code:e.code,icon:e.icon,readme:e.readme,title:e.title,description:e.description,url:e.url,public:e.public}});var Eu=e=>({path:"/v1/admin/integrations",headers:{},query:{nextToken:e.nextToken,name:e.name,version:e.version,dev:e.dev},params:{},body:{}});var Gu=e=>({path:`/v1/admin/integrations/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Du=e=>({path:`/v1/admin/integrations/${encodeURIComponent(e.id)}/logs`,headers:{},query:{timeStart:e.timeStart,timeEnd:e.timeEnd,nextToken:e.nextToken},params:{id:e.id},body:{}});var Fu=e=>({path:`/v1/admin/integrations/${encodeURIComponent(e.name)}/${encodeURIComponent(e.version)}`,headers:{},query:{},params:{name:e.name,version:e.version},body:{}});var Mu=e=>({path:`/v1/admin/integrations/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var ju=e=>({path:`/v1/admin/usages/${encodeURIComponent(e.id)}`,headers:{},query:{type:e.type,period:e.period},params:{id:e.id},body:{}});var zu=e=>({path:`/v1/admin/usages/${encodeURIComponent(e.id)}/history`,headers:{},query:{type:e.type},params:{id:e.id},body:{}});var Ku=e=>({path:"/v1/admin/quotas/ai-spend",headers:{},query:{},params:{},body:{monthlySpendingLimit:e.monthlySpendingLimit}});var Ju=e=>({path:"/v1/admin/activities",headers:{},query:{nextToken:e.nextToken,taskId:e.taskId,botId:e.botId},params:{},body:{}});var Xu=e=>({path:"/v1/admin/introspect",headers:{},query:{},params:{},body:{botId:e.botId}});var el=e=>({path:"/v1/files",headers:{},query:{},params:{},body:{name:e.name,tags:e.tags,size:e.size,index:e.index,accessPolicies:e.accessPolicies,contentType:e.contentType}});var sl=e=>({path:`/v1/files/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var rl=e=>({path:"/v1/files",headers:{},query:{nextToken:e.nextToken,tags:e.tags},params:{},body:{}});var ol=e=>({path:`/v1/files/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var pl=e=>({path:`/v1/files/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{tags:e.tags,accessPolicies:e.accessPolicies}});var ul=e=>({path:"/v1/files/search",headers:{},query:{tags:e.tags,query:e.query,contextDepth:e.contextDepth,limit:e.limit},params:{},body:{}});var dl=e=>({path:"/v1/tables",headers:{},query:{tags:e.tags},params:{},body:{}});var gl=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}`,headers:{},query:{},params:{table:e.table},body:{}});var xl=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 hl=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 Rl=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 ql=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 Il=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}/column`,headers:{},query:{},params:{table:e.table},body:{name:e.name,newName:e.newName}});var Tl=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}`,headers:{},query:{},params:{table:e.table},body:{}});var Cl=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}/row`,headers:{},query:{id:e.id},params:{table:e.table},body:{}});var Bl=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 Sl=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}/rows`,headers:{},query:{},params:{table:e.table},body:{rows:e.rows,waitComputed:e.waitComputed}});var El=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 Gl=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}/rows`,headers:{},query:{},params:{table:e.table},body:{rows:e.rows,waitComputed:e.waitComputed}});var Dl=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 As=class{constructor(t,s={}){this.axiosInstance=t;this.props=s}createConversation=async t=>{let{path:s,headers:a,query:r,body:o}=Ri(t),i=(this.props.toAxiosRequest??g)({method:"post",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};getConversation=async t=>{let{path:s,headers:a,query:r,body:o}=qi(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};listConversations=async t=>{let{path:s,headers:a,query:r,body:o}=Ii(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};getOrCreateConversation=async t=>{let{path:s,headers:a,query:r,body:o}=Ti(t),i=(this.props.toAxiosRequest??g)({method:"post",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};updateConversation=async t=>{let{path:s,headers:a,query:r,body:o}=Ci(t),i=(this.props.toAxiosRequest??g)({method:"put",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};deleteConversation=async t=>{let{path:s,headers:a,query:r,body:o}=Bi(t),i=(this.props.toAxiosRequest??g)({method:"delete",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};listParticipants=async t=>{let{path:s,headers:a,query:r,body:o}=Si(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};addParticipant=async t=>{let{path:s,headers:a,query:r,body:o}=Ei(t),i=(this.props.toAxiosRequest??g)({method:"post",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};getParticipant=async t=>{let{path:s,headers:a,query:r,body:o}=Gi(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};removeParticipant=async t=>{let{path:s,headers:a,query:r,body:o}=Di(t),i=(this.props.toAxiosRequest??g)({method:"delete",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};createEvent=async t=>{let{path:s,headers:a,query:r,body:o}=Fi(t),i=(this.props.toAxiosRequest??g)({method:"post",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};getEvent=async t=>{let{path:s,headers:a,query:r,body:o}=Mi(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};listEvents=async t=>{let{path:s,headers:a,query:r,body:o}=ji(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};createMessage=async t=>{let{path:s,headers:a,query:r,body:o}=zi(t),i=(this.props.toAxiosRequest??g)({method:"post",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};getOrCreateMessage=async t=>{let{path:s,headers:a,query:r,body:o}=Ki(t),i=(this.props.toAxiosRequest??g)({method:"post",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};getMessage=async t=>{let{path:s,headers:a,query:r,body:o}=Ji(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};updateMessage=async t=>{let{path:s,headers:a,query:r,body:o}=Xi(t),i=(this.props.toAxiosRequest??g)({method:"put",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};listMessages=async t=>{let{path:s,headers:a,query:r,body:o}=ep(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};deleteMessage=async t=>{let{path:s,headers:a,query:r,body:o}=sp(t),i=(this.props.toAxiosRequest??g)({method:"delete",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};createUser=async t=>{let{path:s,headers:a,query:r,body:o}=rp(t),i=(this.props.toAxiosRequest??g)({method:"post",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};getUser=async t=>{let{path:s,headers:a,query:r,body:o}=op(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};listUsers=async t=>{let{path:s,headers:a,query:r,body:o}=pp(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};getOrCreateUser=async t=>{let{path:s,headers:a,query:r,body:o}=up(t),i=(this.props.toAxiosRequest??g)({method:"post",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};updateUser=async t=>{let{path:s,headers:a,query:r,body:o}=dp(t),i=(this.props.toAxiosRequest??g)({method:"put",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};deleteUser=async t=>{let{path:s,headers:a,query:r,body:o}=gp(t),i=(this.props.toAxiosRequest??g)({method:"delete",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};getState=async t=>{let{path:s,headers:a,query:r,body:o}=xp(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};setState=async t=>{let{path:s,headers:a,query:r,body:o}=hp(t),i=(this.props.toAxiosRequest??g)({method:"post",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};getOrSetState=async t=>{let{path:s,headers:a,query:r,body:o}=Rp(t),i=(this.props.toAxiosRequest??g)({method:"post",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};patchState=async t=>{let{path:s,headers:a,query:r,body:o}=qp(t),i=(this.props.toAxiosRequest??g)({method:"patch",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};callAction=async t=>{let{path:s,headers:a,query:r,body:o}=Ip(t),i=(this.props.toAxiosRequest??g)({method:"post",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};configureIntegration=async t=>{let{path:s,headers:a,query:r,body:o}=Tp(t),i=(this.props.toAxiosRequest??g)({method:"post",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};getTask=async t=>{let{path:s,headers:a,query:r,body:o}=Cp(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};createTask=async t=>{let{path:s,headers:a,query:r,body:o}=Bp(t),i=(this.props.toAxiosRequest??g)({method:"post",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};updateTask=async t=>{let{path:s,headers:a,query:r,body:o}=Sp(t),i=(this.props.toAxiosRequest??g)({method:"put",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};deleteTask=async t=>{let{path:s,headers:a,query:r,body:o}=Ep(t),i=(this.props.toAxiosRequest??g)({method:"delete",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};listTasks=async t=>{let{path:s,headers:a,query:r,body:o}=Gp(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};trackAnalytics=async t=>{let{path:s,headers:a,query:r,body:o}=Dp(t),i=(this.props.toAxiosRequest??g)({method:"post",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};runVrl=async t=>{let{path:s,headers:a,query:r,body:o}=Fp(t),i=(this.props.toAxiosRequest??g)({method:"post",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};getAccount=async t=>{let{path:s,headers:a,query:r,body:o}=Mp(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};updateAccount=async t=>{let{path:s,headers:a,query:r,body:o}=jp(t),i=(this.props.toAxiosRequest??g)({method:"put",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};listPersonalAccessTokens=async t=>{let{path:s,headers:a,query:r,body:o}=zp(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};createPersonalAccessToken=async t=>{let{path:s,headers:a,query:r,body:o}=Kp(t),i=(this.props.toAxiosRequest??g)({method:"post",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};deletePersonalAccessToken=async t=>{let{path:s,headers:a,query:r,body:o}=Jp(t),i=(this.props.toAxiosRequest??g)({method:"delete",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};setAccountPreference=async t=>{let{path:s,headers:a,query:r,body:o}=Xp(t),i=(this.props.toAxiosRequest??g)({method:"post",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};getAccountPreference=async t=>{let{path:s,headers:a,query:r,body:o}=ec(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};listPublicIntegrations=async t=>{let{path:s,headers:a,query:r,body:o}=sc(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};getPublicIntegrationById=async t=>{let{path:s,headers:a,query:r,body:o}=rc(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};getPublicIntegration=async t=>{let{path:s,headers:a,query:r,body:o}=oc(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};createBot=async t=>{let{path:s,headers:a,query:r,body:o}=pc(t),i=(this.props.toAxiosRequest??g)({method:"post",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};updateBot=async t=>{let{path:s,headers:a,query:r,body:o}=uc(t),i=(this.props.toAxiosRequest??g)({method:"put",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};transferBot=async t=>{let{path:s,headers:a,query:r,body:o}=dc(t),i=(this.props.toAxiosRequest??g)({method:"post",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};listBots=async t=>{let{path:s,headers:a,query:r,body:o}=gc(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};getBot=async t=>{let{path:s,headers:a,query:r,body:o}=xc(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};deleteBot=async t=>{let{path:s,headers:a,query:r,body:o}=hc(t),i=(this.props.toAxiosRequest??g)({method:"delete",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};getBotLogs=async t=>{let{path:s,headers:a,query:r,body:o}=Rc(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};getBotWebchat=async t=>{let{path:s,headers:a,query:r,body:o}=qc(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};getBotAnalytics=async t=>{let{path:s,headers:a,query:r,body:o}=Ic(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};getBotIssue=async t=>{let{path:s,headers:a,query:r,body:o}=Tc(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};listBotIssues=async t=>{let{path:s,headers:a,query:r,body:o}=Cc(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};deleteBotIssue=async t=>{let{path:s,headers:a,query:r,body:o}=Bc(t),i=(this.props.toAxiosRequest??g)({method:"delete",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};listBotIssueEvents=async t=>{let{path:s,headers:a,query:r,body:o}=Sc(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};setWorkspacePaymentMethod=async t=>{let{path:s,headers:a,query:r,body:o}=Ec(t),i=(this.props.toAxiosRequest??g)({method:"put",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};listWorkspaceInvoices=async t=>{let{path:s,headers:a,query:r,body:o}=Gc(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};getUpcomingInvoice=async t=>{let{path:s,headers:a,query:r,body:o}=Dc(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};chargeWorkspaceUnpaidInvoices=async t=>{let{path:s,headers:a,query:r,body:o}=Fc(t),i=(this.props.toAxiosRequest??g)({method:"post",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};createWorkspace=async t=>{let{path:s,headers:a,query:r,body:o}=Mc(t),i=(this.props.toAxiosRequest??g)({method:"post",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};getPublicWorkspace=async t=>{let{path:s,headers:a,query:r,body:o}=jc(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};getWorkspace=async t=>{let{path:s,headers:a,query:r,body:o}=zc(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};listWorkspaceUsages=async t=>{let{path:s,headers:a,query:r,body:o}=Kc(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};breakDownWorkspaceUsageByBot=async t=>{let{path:s,headers:a,query:r,body:o}=Jc(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};getAllWorkspaceQuotaCompletion=async t=>{let{path:s,headers:a,query:r,body:o}=Xc(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};getWorkspaceQuota=async t=>{let{path:s,headers:a,query:r,body:o}=eu(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};listWorkspaceQuotas=async t=>{let{path:s,headers:a,query:r,body:o}=su(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};updateWorkspace=async t=>{let{path:s,headers:a,query:r,body:o}=ru(t),i=(this.props.toAxiosRequest??g)({method:"put",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};checkHandleAvailability=async t=>{let{path:s,headers:a,query:r,body:o}=ou(t),i=(this.props.toAxiosRequest??g)({method:"put",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};listWorkspaces=async t=>{let{path:s,headers:a,query:r,body:o}=pu(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};deleteWorkspace=async t=>{let{path:s,headers:a,query:r,body:o}=uu(t),i=(this.props.toAxiosRequest??g)({method:"delete",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};getAuditRecords=async t=>{let{path:s,headers:a,query:r,body:o}=du(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};listWorkspaceMembers=async t=>{let{path:s,headers:a,query:r,body:o}=gu(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};getWorkspaceMember=async t=>{let{path:s,headers:a,query:r,body:o}=xu(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};deleteWorkspaceMember=async t=>{let{path:s,headers:a,query:r,body:o}=hu(t),i=(this.props.toAxiosRequest??g)({method:"delete",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};createWorkspaceMember=async t=>{let{path:s,headers:a,query:r,body:o}=Ru(t),i=(this.props.toAxiosRequest??g)({method:"post",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};updateWorkspaceMember=async t=>{let{path:s,headers:a,query:r,body:o}=qu(t),i=(this.props.toAxiosRequest??g)({method:"put",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};listIntegrationApiKeys=async t=>{let{path:s,headers:a,query:r,body:o}=Iu(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};createIntegrationApiKey=async t=>{let{path:s,headers:a,query:r,body:o}=Tu(t),i=(this.props.toAxiosRequest??g)({method:"post",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};deleteIntegrationApiKey=async t=>{let{path:s,headers:a,query:r,body:o}=Cu(t),i=(this.props.toAxiosRequest??g)({method:"delete",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};createIntegration=async t=>{let{path:s,headers:a,query:r,body:o}=Bu(t),i=(this.props.toAxiosRequest??g)({method:"post",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};updateIntegration=async t=>{let{path:s,headers:a,query:r,body:o}=Su(t),i=(this.props.toAxiosRequest??g)({method:"put",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};listIntegrations=async t=>{let{path:s,headers:a,query:r,body:o}=Eu(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};getIntegration=async t=>{let{path:s,headers:a,query:r,body:o}=Gu(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};getIntegrationLogs=async t=>{let{path:s,headers:a,query:r,body:o}=Du(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};getIntegrationByName=async t=>{let{path:s,headers:a,query:r,body:o}=Fu(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};deleteIntegration=async t=>{let{path:s,headers:a,query:r,body:o}=Mu(t),i=(this.props.toAxiosRequest??g)({method:"delete",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};getUsage=async t=>{let{path:s,headers:a,query:r,body:o}=ju(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};listUsageHistory=async t=>{let{path:s,headers:a,query:r,body:o}=zu(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};changeAISpendQuota=async t=>{let{path:s,headers:a,query:r,body:o}=Ku(t),i=(this.props.toAxiosRequest??g)({method:"put",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};listActivities=async t=>{let{path:s,headers:a,query:r,body:o}=Ju(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};introspect=async t=>{let{path:s,headers:a,query:r,body:o}=Xu(t),i=(this.props.toAxiosRequest??g)({method:"post",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};createFile=async t=>{let{path:s,headers:a,query:r,body:o}=el(t),i=(this.props.toAxiosRequest??g)({method:"post",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};deleteFile=async t=>{let{path:s,headers:a,query:r,body:o}=sl(t),i=(this.props.toAxiosRequest??g)({method:"delete",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};listFiles=async t=>{let{path:s,headers:a,query:r,body:o}=rl(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};getFile=async t=>{let{path:s,headers:a,query:r,body:o}=ol(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};updateFile=async t=>{let{path:s,headers:a,query:r,body:o}=pl(t),i=(this.props.toAxiosRequest??g)({method:"put",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};searchFiles=async t=>{let{path:s,headers:a,query:r,body:o}=ul(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};listTables=async t=>{let{path:s,headers:a,query:r,body:o}=dl(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};getTable=async t=>{let{path:s,headers:a,query:r,body:o}=gl(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};getOrCreateTable=async t=>{let{path:s,headers:a,query:r,body:o}=xl(t),i=(this.props.toAxiosRequest??g)({method:"post",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};createTable=async t=>{let{path:s,headers:a,query:r,body:o}=hl(t),i=(this.props.toAxiosRequest??g)({method:"post",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};duplicateTable=async t=>{let{path:s,headers:a,query:r,body:o}=Rl(t),i=(this.props.toAxiosRequest??g)({method:"post",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};updateTable=async t=>{let{path:s,headers:a,query:r,body:o}=ql(t),i=(this.props.toAxiosRequest??g)({method:"put",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};renameTableColumn=async t=>{let{path:s,headers:a,query:r,body:o}=Il(t),i=(this.props.toAxiosRequest??g)({method:"put",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};deleteTable=async t=>{let{path:s,headers:a,query:r,body:o}=Tl(t),i=(this.props.toAxiosRequest??g)({method:"delete",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};getTableRow=async t=>{let{path:s,headers:a,query:r,body:o}=Cl(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};findTableRows=async t=>{let{path:s,headers:a,query:r,body:o}=Bl(t),i=(this.props.toAxiosRequest??g)({method:"post",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};createTableRows=async t=>{let{path:s,headers:a,query:r,body:o}=Sl(t),i=(this.props.toAxiosRequest??g)({method:"post",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};deleteTableRows=async t=>{let{path:s,headers:a,query:r,body:o}=El(t),i=(this.props.toAxiosRequest??g)({method:"post",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};updateTableRows=async t=>{let{path:s,headers:a,query:r,body:o}=Gl(t),i=(this.props.toAxiosRequest??g)({method:"put",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};upsertTableRows=async t=>{let{path:s,headers:a,query:r,body:o}=Dl(t),i=(this.props.toAxiosRequest??g)({method:"post",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})}};function f(e){return ye.isAxiosError(e)&&e.response?.data?fs(e.response.data):fs(e)}var Ml=100*1024*1024,zx=Ml,$x=Ml,Ka=class extends As{config;constructor(t={}){let s=ro(t),a=Kx(s);super(a),this.config=s}createAndUploadFile=async({name:t,index:s,tags:a,contentType:r,accessPolicies:o,content:p,url:i})=>{if(i&&p)throw new He("Cannot provide both content and URL, please provide only one of them");if(i&&(p=await ye.get(i,{responseType:"arraybuffer"}).then(c=>c.data).catch(c=>{throw new He(`Failed to download file from provided URL: ${c.message}`,c)})),!p)throw new He("No content was provided for the file");let n=p instanceof Buffer?p:Buffer.from(p),{file:u}=await this.createFile({name:t,tags:a,index:s,accessPolicies:o,contentType:r,size:n.byteLength});try{await ye.put(u.uploadUrl,n,{maxBodyLength:1/0})}catch(c){throw new He(`Failed to upload file: ${c.message}`,c,u)}return await this.getFile({id:u.id})}},He=class extends Error{constructor(s,a,r){super(s);this.innerError=a;this.file=r;this.name="FileUploadError"}};function Kx(e){let{apiUrl:t,headers:s,withCredentials:a,timeout:r}=e;return ye.create({baseURL:t,headers:s,withCredentials:a,timeout:r,maxBodyLength:zx,maxContentLength:$x,httpAgent:$a.isNode?new Fl.default.Agent({keepAlive:!0}):void 0,httpsAgent:$a.isNode?new Hl.default.Agent({keepAlive:!0}):void 0})}0&&(module.exports={AlreadyExistsError,BreakingChangesError,Client,CreateAndUploadFileError,ForbiddenError,InternalError,InvalidDataFormatError,InvalidIdentifierError,InvalidJsonSchemaError,InvalidPayloadError,InvalidQueryError,LimitExceededError,MethodNotFoundError,PayloadTooLargeError,PaymentRequiredError,QuotaExceededError,RateLimitedError,ReferenceConstraintError,ReferenceNotFoundError,RelationConflictError,ResourceNotFoundError,RuntimeError,UnauthorizedError,UnknownError,UnsupportedMediaTypeError,axios,errorFrom,isApiError});
|
|
9
|
+
`+t.prev}function vs(e,t){var s=La(e),a=[];if(s){a.length=e.length;for(var r=0;r<e.length;r++)a[r]=Ae(e,r)?t(e[r],e):""}var o=typeof Pa=="function"?Pa(e):[],p;if(rt){p={};for(var i=0;i<o.length;i++)p["$"+o[i]]=o[i]}for(var n in e)Ae(e,n)&&(s&&String(Number(n))===n&&n<e.length||rt&&p["$"+n]instanceof Symbol||(Vo.call(/[^\w$]/,n)?a.push(t(n,e)+": "+t(e[n],e)):a.push(n+": "+t(e[n],e))));if(typeof Pa=="function")for(var u=0;u<o.length;u++)Jo.call(e,o[u])&&a.push("["+t(o[u])+"]: "+t(e[o[u]],e));return a}});var ri=I((MR,ai)=>{"use strict";var Da=bs(),nt=Eo(),nx=si(),ox=Da("%TypeError%"),Is=Da("%WeakMap%",!0),ws=Da("%Map%",!0),ix=nt("WeakMap.prototype.get",!0),px=nt("WeakMap.prototype.set",!0),cx=nt("WeakMap.prototype.has",!0),ux=nt("Map.prototype.get",!0),lx=nt("Map.prototype.set",!0),dx=nt("Map.prototype.has",!0),Oa=function(e,t){for(var s=e,a;(a=s.next)!==null;s=a)if(a.key===t)return s.next=a.next,a.next=e.next,e.next=a,a},mx=function(e,t){var s=Oa(e,t);return s&&s.value},gx=function(e,t,s){var a=Oa(e,t);a?a.value=s:e.next={key:t,next:e.next,value:s}},fx=function(e,t){return!!Oa(e,t)};ai.exports=function(){var t,s,a,r={assert:function(o){if(!r.has(o))throw new ox("Side channel does not contain "+nx(o))},get:function(o){if(Is&&o&&(typeof o=="object"||typeof o=="function")){if(t)return ix(t,o)}else if(ws){if(s)return ux(s,o)}else if(a)return mx(a,o)},has:function(o){if(Is&&o&&(typeof o=="object"||typeof o=="function")){if(t)return cx(t,o)}else if(ws){if(s)return dx(s,o)}else if(a)return fx(a,o);return!1},set:function(o,p){Is&&o&&(typeof o=="object"||typeof o=="function")?(t||(t=new Is),px(t,o,p)):ws?(s||(s=new ws),lx(s,o,p)):(a||(a={key:{},next:null}),gx(a,o,p))}};return r}});var Ts=I((QR,ni)=>{"use strict";var xx=String.prototype.replace,yx=/%20/g,Fa={RFC1738:"RFC1738",RFC3986:"RFC3986"};ni.exports={default:Fa.RFC3986,formatters:{RFC1738:function(e){return xx.call(e,yx,"+")},RFC3986:function(e){return String(e)}},RFC1738:Fa.RFC1738,RFC3986:Fa.RFC3986}});var Ma=I((jR,ii)=>{"use strict";var hx=Ts(),Ha=Object.prototype.hasOwnProperty,He=Array.isArray,de=function(){for(var e=[],t=0;t<256;++t)e.push("%"+((t<16?"0":"")+t.toString(16)).toUpperCase());return e}(),bx=function(t){for(;t.length>1;){var s=t.pop(),a=s.obj[s.prop];if(He(a)){for(var r=[],o=0;o<a.length;++o)typeof a[o]<"u"&&r.push(a[o]);s.obj[s.prop]=r}}},oi=function(t,s){for(var a=s&&s.plainObjects?Object.create(null):{},r=0;r<t.length;++r)typeof t[r]<"u"&&(a[r]=t[r]);return a},Rx=function e(t,s,a){if(!s)return t;if(typeof s!="object"){if(He(t))t.push(s);else if(t&&typeof t=="object")(a&&(a.plainObjects||a.allowPrototypes)||!Ha.call(Object.prototype,s))&&(t[s]=!0);else return[t,s];return t}if(!t||typeof t!="object")return[t].concat(s);var r=t;return He(t)&&!He(s)&&(r=oi(t,a)),He(t)&&He(s)?(s.forEach(function(o,p){if(Ha.call(t,p)){var i=t[p];i&&typeof i=="object"&&o&&typeof o=="object"?t[p]=e(i,o,a):t.push(o)}else t[p]=o}),t):Object.keys(s).reduce(function(o,p){var i=s[p];return Ha.call(o,p)?o[p]=e(o[p],i,a):o[p]=i,o},r)},vx=function(t,s){return Object.keys(s).reduce(function(a,r){return a[r]=s[r],a},t)},qx=function(e,t,s){var a=e.replace(/\+/g," ");if(s==="iso-8859-1")return a.replace(/%[0-9a-f]{2}/gi,unescape);try{return decodeURIComponent(a)}catch{return a}},kx=function(t,s,a,r,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)),a==="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===hx.RFC1738&&(u===40||u===41)){i+=p.charAt(n);continue}if(u<128){i=i+de[u];continue}if(u<2048){i=i+(de[192|u>>6]+de[128|u&63]);continue}if(u<55296||u>=57344){i=i+(de[224|u>>12]+de[128|u>>6&63]+de[128|u&63]);continue}n+=1,u=65536+((u&1023)<<10|p.charCodeAt(n)&1023),i+=de[240|u>>18]+de[128|u>>12&63]+de[128|u>>6&63]+de[128|u&63]}return i},Ix=function(t){for(var s=[{obj:{o:t},prop:"o"}],a=[],r=0;r<s.length;++r)for(var o=s[r],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&&a.indexOf(c)===-1&&(s.push({obj:p,prop:u}),a.push(c))}return bx(s),t},wx=function(t){return Object.prototype.toString.call(t)==="[object RegExp]"},Tx=function(t){return!t||typeof t!="object"?!1:!!(t.constructor&&t.constructor.isBuffer&&t.constructor.isBuffer(t))},Ax=function(t,s){return[].concat(t,s)},Px=function(t,s){if(He(t)){for(var a=[],r=0;r<t.length;r+=1)a.push(s(t[r]));return a}return s(t)};ii.exports={arrayToObject:oi,assign:vx,combine:Ax,compact:Ix,decode:qx,encode:kx,isBuffer:Tx,isRegExp:wx,maybeMap:Px,merge:Rx}});var mi=I((NR,di)=>{"use strict";var ui=ri(),ja=Ma(),wt=Ts(),Cx=Object.prototype.hasOwnProperty,pi={brackets:function(t){return t+"[]"},comma:"comma",indices:function(t,s){return t+"["+s+"]"},repeat:function(t){return t}},he=Array.isArray,Bx=String.prototype.split,Ux=Array.prototype.push,li=function(e,t){Ux.apply(e,he(t)?t:[t])},Sx=Date.prototype.toISOString,ci=wt.default,Q={addQueryPrefix:!1,allowDots:!1,charset:"utf-8",charsetSentinel:!1,delimiter:"&",encode:!0,encoder:ja.encode,encodeValuesOnly:!1,format:ci,formatter:wt.formatters[ci],indices:!1,serializeDate:function(t){return Sx.call(t)},skipNulls:!1,strictNullHandling:!1},Lx=function(t){return typeof t=="string"||typeof t=="number"||typeof t=="boolean"||typeof t=="symbol"||typeof t=="bigint"},Qa={},Ex=function e(t,s,a,r,o,p,i,n,u,c,m,x,R,d,y,v){for(var b=t,T=v,A=0,B=!1;(T=T.get(Qa))!==void 0&&!B;){var U=T.get(t);if(A+=1,typeof U<"u"){if(U===A)throw new RangeError("Cyclic object value");B=!0}typeof T.get(Qa)>"u"&&(A=0)}if(typeof n=="function"?b=n(s,b):b instanceof Date?b=m(b):a==="comma"&&he(b)&&(b=ja.maybeMap(b,function(E){return E instanceof Date?m(E):E})),b===null){if(o)return i&&!d?i(s,Q.encoder,y,"key",x):s;b=""}if(Lx(b)||ja.isBuffer(b)){if(i){var J=d?s:i(s,Q.encoder,y,"key",x);if(a==="comma"&&d){for(var Y=Bx.call(String(b),","),X="",N=0;N<Y.length;++N)X+=(N===0?"":",")+R(i(Y[N],Q.encoder,y,"value",x));return[R(J)+(r&&he(b)&&Y.length===1?"[]":"")+"="+X]}return[R(J)+"="+R(i(b,Q.encoder,y,"value",x))]}return[R(s)+"="+R(String(b))]}var pe=[];if(typeof b>"u")return pe;var me;if(a==="comma"&&he(b))me=[{value:b.length>0?b.join(",")||null:void 0}];else if(he(n))me=n;else{var se=Object.keys(b);me=u?se.sort(u):se}for(var Z=r&&he(b)&&b.length===1?s+"[]":s,S=0;S<me.length;++S){var K=me[S],ge=typeof K=="object"&&typeof K.value<"u"?K.value:b[K];if(!(p&&ge===null)){var k=he(b)?typeof a=="function"?a(Z,K):Z:Z+(c?"."+K:"["+K+"]");v.set(t,A);var q=ui();q.set(Qa,v),li(pe,e(ge,k,a,r,o,p,i,n,u,c,m,x,R,d,y,q))}}return pe},_x=function(t){if(!t)return Q;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||Q.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 a=wt.default;if(typeof t.format<"u"){if(!Cx.call(wt.formatters,t.format))throw new TypeError("Unknown format option provided.");a=t.format}var r=wt.formatters[a],o=Q.filter;return(typeof t.filter=="function"||he(t.filter))&&(o=t.filter),{addQueryPrefix:typeof t.addQueryPrefix=="boolean"?t.addQueryPrefix:Q.addQueryPrefix,allowDots:typeof t.allowDots>"u"?Q.allowDots:!!t.allowDots,charset:s,charsetSentinel:typeof t.charsetSentinel=="boolean"?t.charsetSentinel:Q.charsetSentinel,delimiter:typeof t.delimiter>"u"?Q.delimiter:t.delimiter,encode:typeof t.encode=="boolean"?t.encode:Q.encode,encoder:typeof t.encoder=="function"?t.encoder:Q.encoder,encodeValuesOnly:typeof t.encodeValuesOnly=="boolean"?t.encodeValuesOnly:Q.encodeValuesOnly,filter:o,format:a,formatter:r,serializeDate:typeof t.serializeDate=="function"?t.serializeDate:Q.serializeDate,skipNulls:typeof t.skipNulls=="boolean"?t.skipNulls:Q.skipNulls,sort:typeof t.sort=="function"?t.sort:null,strictNullHandling:typeof t.strictNullHandling=="boolean"?t.strictNullHandling:Q.strictNullHandling}};di.exports=function(e,t){var s=e,a=_x(t),r,o;typeof a.filter=="function"?(o=a.filter,s=o("",s)):he(a.filter)&&(o=a.filter,r=o);var p=[];if(typeof s!="object"||s===null)return"";var i;t&&t.arrayFormat in pi?i=t.arrayFormat:t&&"indices"in t?i=t.indices?"indices":"repeat":i="indices";var n=pi[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;r||(r=Object.keys(s)),a.sort&&r.sort(a.sort);for(var c=ui(),m=0;m<r.length;++m){var x=r[m];a.skipNulls&&s[x]===null||li(p,Ex(s[x],x,n,u,a.strictNullHandling,a.skipNulls,a.encode?a.encoder:null,a.filter,a.sort,a.allowDots,a.serializeDate,a.format,a.formatter,a.encodeValuesOnly,a.charset,c))}var R=p.join(a.delimiter),d=a.addQueryPrefix===!0?"?":"";return a.charsetSentinel&&(a.charset==="iso-8859-1"?d+="utf8=%26%2310003%3B&":d+="utf8=%E2%9C%93&"),R.length>0?d+R:""}});var xi=I((zR,fi)=>{"use strict";var ot=Ma(),Na=Object.prototype.hasOwnProperty,Gx=Array.isArray,H={allowDots:!1,allowPrototypes:!1,allowSparse:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decoder:ot.decode,delimiter:"&",depth:5,ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictNullHandling:!1},Wx=function(e){return e.replace(/&#(\d+);/g,function(t,s){return String.fromCharCode(parseInt(s,10))})},gi=function(e,t){return e&&typeof e=="string"&&t.comma&&e.indexOf(",")>-1?e.split(","):e},Dx="utf8=%26%2310003%3B",Ox="utf8=%E2%9C%93",Fx=function(t,s){var a={},r=s.ignoreQueryPrefix?t.replace(/^\?/,""):t,o=s.parameterLimit===1/0?void 0:s.parameterLimit,p=r.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]===Ox?u="utf-8":p[n]===Dx&&(u="iso-8859-1"),i=n,n=p.length);for(n=0;n<p.length;++n)if(n!==i){var c=p[n],m=c.indexOf("]="),x=m===-1?c.indexOf("="):m+1,R,d;x===-1?(R=s.decoder(c,H.decoder,u,"key"),d=s.strictNullHandling?null:""):(R=s.decoder(c.slice(0,x),H.decoder,u,"key"),d=ot.maybeMap(gi(c.slice(x+1),s),function(y){return s.decoder(y,H.decoder,u,"value")})),d&&s.interpretNumericEntities&&u==="iso-8859-1"&&(d=Wx(d)),c.indexOf("[]=")>-1&&(d=Gx(d)?[d]:d),Na.call(a,R)?a[R]=ot.combine(a[R],d):a[R]=d}return a},Hx=function(e,t,s,a){for(var r=a?t:gi(t,s),o=e.length-1;o>=0;--o){var p,i=e[o];if(i==="[]"&&s.parseArrays)p=[].concat(r);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:r}:!isNaN(u)&&i!==n&&String(u)===n&&u>=0&&s.parseArrays&&u<=s.arrayLimit?(p=[],p[u]=r):n!=="__proto__"&&(p[n]=r)}r=p}return r},Mx=function(t,s,a,r){if(t){var o=a.allowDots?t.replace(/\.([^.[]+)/g,"[$1]"):t,p=/(\[[^[\]]*])/,i=/(\[[^[\]]*])/g,n=a.depth>0&&p.exec(o),u=n?o.slice(0,n.index):o,c=[];if(u){if(!a.plainObjects&&Na.call(Object.prototype,u)&&!a.allowPrototypes)return;c.push(u)}for(var m=0;a.depth>0&&(n=i.exec(o))!==null&&m<a.depth;){if(m+=1,!a.plainObjects&&Na.call(Object.prototype,n[1].slice(1,-1))&&!a.allowPrototypes)return;c.push(n[1])}return n&&c.push("["+o.slice(n.index)+"]"),Hx(c,s,a,r)}},Qx=function(t){if(!t)return H;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"?H.charset:t.charset;return{allowDots:typeof t.allowDots>"u"?H.allowDots:!!t.allowDots,allowPrototypes:typeof t.allowPrototypes=="boolean"?t.allowPrototypes:H.allowPrototypes,allowSparse:typeof t.allowSparse=="boolean"?t.allowSparse:H.allowSparse,arrayLimit:typeof t.arrayLimit=="number"?t.arrayLimit:H.arrayLimit,charset:s,charsetSentinel:typeof t.charsetSentinel=="boolean"?t.charsetSentinel:H.charsetSentinel,comma:typeof t.comma=="boolean"?t.comma:H.comma,decoder:typeof t.decoder=="function"?t.decoder:H.decoder,delimiter:typeof t.delimiter=="string"||ot.isRegExp(t.delimiter)?t.delimiter:H.delimiter,depth:typeof t.depth=="number"||t.depth===!1?+t.depth:H.depth,ignoreQueryPrefix:t.ignoreQueryPrefix===!0,interpretNumericEntities:typeof t.interpretNumericEntities=="boolean"?t.interpretNumericEntities:H.interpretNumericEntities,parameterLimit:typeof t.parameterLimit=="number"?t.parameterLimit:H.parameterLimit,parseArrays:t.parseArrays!==!1,plainObjects:typeof t.plainObjects=="boolean"?t.plainObjects:H.plainObjects,strictNullHandling:typeof t.strictNullHandling=="boolean"?t.strictNullHandling:H.strictNullHandling}};fi.exports=function(e,t){var s=Qx(t);if(e===""||e===null||typeof e>"u")return s.plainObjects?Object.create(null):{};for(var a=typeof e=="string"?Fx(e,s):e,r=s.plainObjects?Object.create(null):{},o=Object.keys(a),p=0;p<o.length;++p){var i=o[p],n=Mx(i,a[i],s,typeof e=="string");r=ot.merge(r,n,s)}return s.allowSparse===!0?r:ot.compact(r)}});var hi=I(($R,yi)=>{"use strict";var jx=mi(),Nx=xi(),zx=Ts();yi.exports={formats:zx,parse:Nx,stringify:jx}});var Yx={};Bs(Yx,{AlreadyExistsError:()=>cs,BreakingChangesError:()=>gs,Client:()=>$a,CreateAndUploadFileError:()=>Te,ForbiddenError:()=>Vt,InternalError:()=>$t,InvalidDataFormatError:()=>ss,InvalidIdentifierError:()=>as,InvalidJsonSchemaError:()=>ts,InvalidPayloadError:()=>Yt,InvalidQueryError:()=>is,LimitExceededError:()=>ms,MethodNotFoundError:()=>Zt,PayloadTooLargeError:()=>Jt,PaymentRequiredError:()=>ls,QuotaExceededError:()=>ds,RateLimitedError:()=>us,ReferenceConstraintError:()=>ns,ReferenceNotFoundError:()=>os,RelationConflictError:()=>rs,ResourceNotFoundError:()=>es,RuntimeError:()=>ps,UnauthorizedError:()=>Kt,UnknownError:()=>we,UnsupportedMediaTypeError:()=>Xt,axios:()=>ba,errorFrom:()=>fs,isApiError:()=>ro});module.exports=Kl(Yx);var ba={};Bs(ba,{Axios:()=>Pg,AxiosError:()=>Cg,AxiosHeaders:()=>Og,Cancel:()=>_g,CancelToken:()=>Sg,CanceledError:()=>Bg,HttpStatusCode:()=>Fg,VERSION:()=>Lg,all:()=>Eg,default:()=>ye,formToJSON:()=>Hg,getAdapter:()=>Mg,isAxiosError:()=>Gg,isCancel:()=>Ug,mergeConfig:()=>Qg,spread:()=>Wg,toFormData:()=>Dg});function it(e,t){return function(){return e.apply(t,arguments)}}var{toString:Vl}=Object.prototype,{getPrototypeOf:Ls}=Object,Ct=(e=>t=>{let s=Vl.call(t);return e[s]||(e[s]=s.slice(8,-1).toLowerCase())})(Object.create(null)),ue=e=>(e=e.toLowerCase(),t=>Ct(t)===e),Bt=e=>t=>typeof t===e,{isArray:Qe}=Array,pt=Bt("undefined");function Jl(e){return e!==null&&!pt(e)&&e.constructor!==null&&!pt(e.constructor)&&ae(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}var Ya=ue("ArrayBuffer");function Yl(e){let t;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?t=ArrayBuffer.isView(e):t=e&&e.buffer&&Ya(e.buffer),t}var Xl=Bt("string"),ae=Bt("function"),Xa=Bt("number"),Ut=e=>e!==null&&typeof e=="object",Zl=e=>e===!0||e===!1,Pt=e=>{if(Ct(e)!=="object")return!1;let t=Ls(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)},ed=ue("Date"),td=ue("File"),sd=ue("Blob"),ad=ue("FileList"),rd=e=>Ut(e)&&ae(e.pipe),nd=e=>{let t;return e&&(typeof FormData=="function"&&e instanceof FormData||ae(e.append)&&((t=Ct(e))==="formdata"||t==="object"&&ae(e.toString)&&e.toString()==="[object FormData]"))},od=ue("URLSearchParams"),id=e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function ct(e,t,{allOwnKeys:s=!1}={}){if(e===null||typeof e>"u")return;let a,r;if(typeof e!="object"&&(e=[e]),Qe(e))for(a=0,r=e.length;a<r;a++)t.call(null,e[a],a,e);else{let o=s?Object.getOwnPropertyNames(e):Object.keys(e),p=o.length,i;for(a=0;a<p;a++)i=o[a],t.call(null,e[i],i,e)}}function Za(e,t){t=t.toLowerCase();let s=Object.keys(e),a=s.length,r;for(;a-- >0;)if(r=s[a],t===r.toLowerCase())return r;return null}var er=(()=>typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global)(),tr=e=>!pt(e)&&e!==er;function Ss(){let{caseless:e}=tr(this)&&this||{},t={},s=(a,r)=>{let o=e&&Za(t,r)||r;Pt(t[o])&&Pt(a)?t[o]=Ss(t[o],a):Pt(a)?t[o]=Ss({},a):Qe(a)?t[o]=a.slice():t[o]=a};for(let a=0,r=arguments.length;a<r;a++)arguments[a]&&ct(arguments[a],s);return t}var pd=(e,t,s,{allOwnKeys:a}={})=>(ct(t,(r,o)=>{s&&ae(r)?e[o]=it(r,s):e[o]=r},{allOwnKeys:a}),e),cd=e=>(e.charCodeAt(0)===65279&&(e=e.slice(1)),e),ud=(e,t,s,a)=>{e.prototype=Object.create(t.prototype,a),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:t.prototype}),s&&Object.assign(e.prototype,s)},ld=(e,t,s,a)=>{let r,o,p,i={};if(t=t||{},e==null)return t;do{for(r=Object.getOwnPropertyNames(e),o=r.length;o-- >0;)p=r[o],(!a||a(p,e,t))&&!i[p]&&(t[p]=e[p],i[p]=!0);e=s!==!1&&Ls(e)}while(e&&(!s||s(e,t))&&e!==Object.prototype);return t},dd=(e,t,s)=>{e=String(e),(s===void 0||s>e.length)&&(s=e.length),s-=t.length;let a=e.indexOf(t,s);return a!==-1&&a===s},md=e=>{if(!e)return null;if(Qe(e))return e;let t=e.length;if(!Xa(t))return null;let s=new Array(t);for(;t-- >0;)s[t]=e[t];return s},gd=(e=>t=>e&&t instanceof e)(typeof Uint8Array<"u"&&Ls(Uint8Array)),fd=(e,t)=>{let a=(e&&e[Symbol.iterator]).call(e),r;for(;(r=a.next())&&!r.done;){let o=r.value;t.call(e,o[0],o[1])}},xd=(e,t)=>{let s,a=[];for(;(s=e.exec(t))!==null;)a.push(s);return a},yd=ue("HTMLFormElement"),hd=e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(s,a,r){return a.toUpperCase()+r}),Va=(({hasOwnProperty:e})=>(t,s)=>e.call(t,s))(Object.prototype),bd=ue("RegExp"),sr=(e,t)=>{let s=Object.getOwnPropertyDescriptors(e),a={};ct(s,(r,o)=>{let p;(p=t(r,o,e))!==!1&&(a[o]=p||r)}),Object.defineProperties(e,a)},Rd=e=>{sr(e,(t,s)=>{if(ae(e)&&["arguments","caller","callee"].indexOf(s)!==-1)return!1;let a=e[s];if(ae(a)){if(t.enumerable=!1,"writable"in t){t.writable=!1;return}t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+s+"'")})}})},vd=(e,t)=>{let s={},a=r=>{r.forEach(o=>{s[o]=!0})};return Qe(e)?a(e):a(String(e).split(t)),s},qd=()=>{},kd=(e,t)=>(e=+e,Number.isFinite(e)?e:t),Us="abcdefghijklmnopqrstuvwxyz",Ja="0123456789",ar={DIGIT:Ja,ALPHA:Us,ALPHA_DIGIT:Us+Us.toUpperCase()+Ja},Id=(e=16,t=ar.ALPHA_DIGIT)=>{let s="",{length:a}=t;for(;e--;)s+=t[Math.random()*a|0];return s};function wd(e){return!!(e&&ae(e.append)&&e[Symbol.toStringTag]==="FormData"&&e[Symbol.iterator])}var Td=e=>{let t=new Array(10),s=(a,r)=>{if(Ut(a)){if(t.indexOf(a)>=0)return;if(!("toJSON"in a)){t[r]=a;let o=Qe(a)?[]:{};return ct(a,(p,i)=>{let n=s(p,r+1);!pt(n)&&(o[i]=n)}),t[r]=void 0,o}}return a};return s(e,0)},Ad=ue("AsyncFunction"),Pd=e=>e&&(Ut(e)||ae(e))&&ae(e.then)&&ae(e.catch),l={isArray:Qe,isArrayBuffer:Ya,isBuffer:Jl,isFormData:nd,isArrayBufferView:Yl,isString:Xl,isNumber:Xa,isBoolean:Zl,isObject:Ut,isPlainObject:Pt,isUndefined:pt,isDate:ed,isFile:td,isBlob:sd,isRegExp:bd,isFunction:ae,isStream:rd,isURLSearchParams:od,isTypedArray:gd,isFileList:ad,forEach:ct,merge:Ss,extend:pd,trim:id,stripBOM:cd,inherits:ud,toFlatObject:ld,kindOf:Ct,kindOfTest:ue,endsWith:dd,toArray:md,forEachEntry:fd,matchAll:xd,isHTMLForm:yd,hasOwnProperty:Va,hasOwnProp:Va,reduceDescriptors:sr,freezeMethods:Rd,toObjectSet:vd,toCamelCase:hd,noop:qd,toFiniteNumber:kd,findKey:Za,global:er,isContextDefined:tr,ALPHABET:ar,generateString:Id,isSpecCompliantForm:wd,toJSONObject:Td,isAsyncFn:Ad,isThenable:Pd};function je(e,t,s,a,r){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),a&&(this.request=a),r&&(this.response=r)}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 rr=je.prototype,nr={};["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=>{nr[e]={value:e}});Object.defineProperties(je,nr);Object.defineProperty(rr,"isAxiosError",{value:!0});je.from=(e,t,s,a,r,o)=>{let p=Object.create(rr);return l.toFlatObject(e,p,function(n){return n!==Error.prototype},i=>i!=="isAxiosError"),je.call(p,e.message,t,s,a,r),p.cause=e,p.name=e.name,o&&Object.assign(p,o),p};var h=je;var Hr=D(Fr(),1),Et=Hr.default;function js(e){return l.isPlainObject(e)||l.isArray(e)}function Qr(e){return l.endsWith(e,"[]")?e.slice(0,-2):e}function Mr(e,t,s){return e?e.concat(t).map(function(r,o){return r=Qr(r),!s&&o?"["+r+"]":r}).join(s?".":""):t}function lm(e){return l.isArray(e)&&!e.some(js)}var dm=l.toFlatObject(l,{},null,function(t){return/^is[A-Z]/.test(t)});function mm(e,t,s){if(!l.isObject(e))throw new TypeError("target must be an object");t=t||new(Et||FormData),s=l.toFlatObject(s,{metaTokens:!0,dots:!1,indexes:!1},!1,function(y,v){return!l.isUndefined(v[y])});let a=s.metaTokens,r=s.visitor||c,o=s.dots,p=s.indexes,n=(s.Blob||typeof Blob<"u"&&Blob)&&l.isSpecCompliantForm(t);if(!l.isFunction(r))throw new TypeError("visitor must be a function");function u(d){if(d===null)return"";if(l.isDate(d))return d.toISOString();if(!n&&l.isBlob(d))throw new h("Blob is not supported. Use a Buffer instead.");return l.isArrayBuffer(d)||l.isTypedArray(d)?n&&typeof Blob=="function"?new Blob([d]):Buffer.from(d):d}function c(d,y,v){let b=d;if(d&&!v&&typeof d=="object"){if(l.endsWith(y,"{}"))y=a?y:y.slice(0,-2),d=JSON.stringify(d);else if(l.isArray(d)&&lm(d)||(l.isFileList(d)||l.endsWith(y,"[]"))&&(b=l.toArray(d)))return y=Qr(y),b.forEach(function(A,B){!(l.isUndefined(A)||A===null)&&t.append(p===!0?Mr([y],B,o):p===null?y:y+"[]",u(A))}),!1}return js(d)?!0:(t.append(Mr(v,y,o),u(d)),!1)}let m=[],x=Object.assign(dm,{defaultVisitor:c,convertValue:u,isVisitable:js});function R(d,y){if(!l.isUndefined(d)){if(m.indexOf(d)!==-1)throw Error("Circular reference detected in "+y.join("."));m.push(d),l.forEach(d,function(b,T){(!(l.isUndefined(b)||b===null)&&r.call(t,b,l.isString(T)?T.trim():T,y,x))===!0&&R(b,y?y.concat(T):[T])}),m.pop()}}if(!l.isObject(e))throw new TypeError("data must be an object");return R(e),t}var Re=mm;function jr(e){let t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(a){return t[a]})}function Nr(e,t){this._pairs=[],e&&Re(e,this,t)}var zr=Nr.prototype;zr.append=function(t,s){this._pairs.push([t,s])};zr.toString=function(t){let s=t?function(a){return t.call(this,a,jr)}:jr;return this._pairs.map(function(r){return s(r[0])+"="+s(r[1])},"").join("&")};var $r=Nr;function gm(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function Be(e,t,s){if(!t)return e;let a=s&&s.encode||gm,r=s&&s.serialize,o;if(r?o=r(t,s):o=l.isURLSearchParams(t)?t.toString():new $r(t,s).toString(a),o){let p=e.indexOf("#");p!==-1&&(e=e.slice(0,p)),e+=(e.indexOf("?")===-1?"?":"&")+o}return e}var Ns=class{constructor(){this.handlers=[]}use(t,s,a){return this.handlers.push({fulfilled:t,rejected:s,synchronous:a?a.synchronous:!1,runWhen:a?a.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(a){a!==null&&t(a)})}},zs=Ns;var Ne={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1};var Kr=D(require("url"),1),Vr=Kr.default.URLSearchParams;var Jr={isNode:!0,classes:{URLSearchParams:Vr,FormData:Et,Blob:typeof Blob<"u"&&Blob||null},protocols:["http","https","file","data"]};var $s={};Bs($s,{hasBrowserEnv:()=>Yr,hasStandardBrowserEnv:()=>fm,hasStandardBrowserWebWorkerEnv:()=>xm});var Yr=typeof window<"u"&&typeof document<"u",fm=(e=>Yr&&["ReactNative","NativeScript","NS"].indexOf(e)<0)(typeof navigator<"u"&&navigator.product),xm=(()=>typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function")();var G={...$s,...Jr};function Ks(e,t){return Re(e,new G.classes.URLSearchParams,Object.assign({visitor:function(s,a,r,o){return G.isNode&&l.isBuffer(s)?(this.append(a,s.toString("base64")),!1):o.defaultVisitor.apply(this,arguments)}},t))}function ym(e){return l.matchAll(/\w+|\[(\w*)]/g,e).map(t=>t[0]==="[]"?"":t[1]||t[0])}function hm(e){let t={},s=Object.keys(e),a,r=s.length,o;for(a=0;a<r;a++)o=s[a],t[o]=e[o];return t}function bm(e){function t(s,a,r,o){let p=s[o++],i=Number.isFinite(+p),n=o>=s.length;return p=!p&&l.isArray(r)?r.length:p,n?(l.hasOwnProp(r,p)?r[p]=[r[p],a]:r[p]=a,!i):((!r[p]||!l.isObject(r[p]))&&(r[p]=[]),t(s,a,r[p],o)&&l.isArray(r[p])&&(r[p]=hm(r[p])),!i)}if(l.isFormData(e)&&l.isFunction(e.entries)){let s={};return l.forEachEntry(e,(a,r)=>{t(ym(a),r,s,0)}),s}return null}var _t=bm;function Rm(e,t,s){if(l.isString(e))try{return(t||JSON.parse)(e),l.trim(e)}catch(a){if(a.name!=="SyntaxError")throw a}return(s||JSON.stringify)(e)}var Vs={transitional:Ne,adapter:["xhr","http"],transformRequest:[function(t,s){let a=s.getContentType()||"",r=a.indexOf("application/json")>-1,o=l.isObject(t);if(o&&l.isHTMLForm(t)&&(t=new FormData(t)),l.isFormData(t))return r&&r?JSON.stringify(_t(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(a.indexOf("application/x-www-form-urlencoded")>-1)return Ks(t,this.formSerializer).toString();if((i=l.isFileList(t))||a.indexOf("multipart/form-data")>-1){let n=this.env&&this.env.FormData;return Re(i?{"files[]":t}:t,n&&new n,this.formSerializer)}}return o||r?(s.setContentType("application/json",!1),Rm(t)):t}],transformResponse:[function(t){let s=this.transitional||Vs.transitional,a=s&&s.forcedJSONParsing,r=this.responseType==="json";if(t&&l.isString(t)&&(a&&!this.responseType||r)){let p=!(s&&s.silentJSONParsing)&&r;try{return JSON.parse(t)}catch(i){if(p)throw i.name==="SyntaxError"?h.from(i,h.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:G.classes.FormData,Blob:G.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=>{Vs.headers[e]={}});var ze=Vs;var vm=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"]),Xr=e=>{let t={},s,a,r;return e&&e.split(`
|
|
10
|
+
`).forEach(function(p){r=p.indexOf(":"),s=p.substring(0,r).trim().toLowerCase(),a=p.substring(r+1).trim(),!(!s||t[s]&&vm[s])&&(s==="set-cookie"?t[s]?t[s].push(a):t[s]=[a]:t[s]=t[s]?t[s]+", "+a:a)}),t};var Zr=Symbol("internals");function ut(e){return e&&String(e).trim().toLowerCase()}function Gt(e){return e===!1||e==null?e:l.isArray(e)?e.map(Gt):String(e)}function qm(e){let t=Object.create(null),s=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g,a;for(;a=s.exec(e);)t[a[1]]=a[2];return t}var km=e=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());function Js(e,t,s,a,r){if(l.isFunction(a))return a.call(this,t,s);if(r&&(t=s),!!l.isString(t)){if(l.isString(a))return t.indexOf(a)!==-1;if(l.isRegExp(a))return a.test(t)}}function Im(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(t,s,a)=>s.toUpperCase()+a)}function wm(e,t){let s=l.toCamelCase(" "+t);["get","set","has"].forEach(a=>{Object.defineProperty(e,a+s,{value:function(r,o,p){return this[a].call(this,t,r,o,p)},configurable:!0})})}var $e=class{constructor(t){t&&this.set(t)}set(t,s,a){let r=this;function o(i,n,u){let c=ut(n);if(!c)throw new Error("header name must be a non-empty string");let m=l.findKey(r,c);(!m||r[m]===void 0||u===!0||u===void 0&&r[m]!==!1)&&(r[m||n]=Gt(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())&&!km(t)?p(Xr(t),s):t!=null&&o(s,t,a),this}get(t,s){if(t=ut(t),t){let a=l.findKey(this,t);if(a){let r=this[a];if(!s)return r;if(s===!0)return qm(r);if(l.isFunction(s))return s.call(this,r,a);if(l.isRegExp(s))return s.exec(r);throw new TypeError("parser must be boolean|regexp|function")}}}has(t,s){if(t=ut(t),t){let a=l.findKey(this,t);return!!(a&&this[a]!==void 0&&(!s||Js(this,this[a],a,s)))}return!1}delete(t,s){let a=this,r=!1;function o(p){if(p=ut(p),p){let i=l.findKey(a,p);i&&(!s||Js(a,a[i],i,s))&&(delete a[i],r=!0)}}return l.isArray(t)?t.forEach(o):o(t),r}clear(t){let s=Object.keys(this),a=s.length,r=!1;for(;a--;){let o=s[a];(!t||Js(this,this[o],o,t,!0))&&(delete this[o],r=!0)}return r}normalize(t){let s=this,a={};return l.forEach(this,(r,o)=>{let p=l.findKey(a,o);if(p){s[p]=Gt(r),delete s[o];return}let i=t?Im(o):String(o).trim();i!==o&&delete s[o],s[i]=Gt(r),a[i]=!0}),this}concat(...t){return this.constructor.concat(this,...t)}toJSON(t){let s=Object.create(null);return l.forEach(this,(a,r)=>{a!=null&&a!==!1&&(s[r]=t&&l.isArray(a)?a.join(", "):a)}),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 a=new this(t);return s.forEach(r=>a.set(r)),a}static accessor(t){let a=(this[Zr]=this[Zr]={accessors:{}}).accessors,r=this.prototype;function o(p){let i=ut(p);a[i]||(wm(r,p),a[i]=!0)}return l.isArray(t)?t.forEach(o):o(t),this}};$e.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]);l.reduceDescriptors($e.prototype,({value:e},t)=>{let s=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(a){this[s]=a}}});l.freezeMethods($e);var W=$e;function lt(e,t){let s=this||ze,a=t||s,r=W.from(a.headers),o=a.data;return l.forEach(e,function(i){o=i.call(s,o,r.normalize(),t?t.status:void 0)}),r.normalize(),o}function dt(e){return!!(e&&e.__CANCEL__)}function en(e,t,s){h.call(this,e??"canceled",h.ERR_CANCELED,t,s),this.name="CanceledError"}l.inherits(en,h,{__CANCEL__:!0});var ie=en;function ve(e,t,s){let a=s.config.validateStatus;!s.status||!a||a(s.status)?e(s):t(new h("Request failed with status code "+s.status,[h.ERR_BAD_REQUEST,h.ERR_BAD_RESPONSE][Math.floor(s.status/100)-4],s.config,s.request,s))}function Ys(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}function Xs(e,t){return t?e.replace(/\/+$/,"")+"/"+t.replace(/^\/+/,""):e}function Ue(e,t){return e&&!Ys(t)?Xs(e,t):t}var On=D(sn(),1),Fn=D(require("http"),1),Hn=D(require("https"),1),Mn=D(require("util"),1),Qn=D(wn(),1),fe=D(require("zlib"),1);var _e="1.6.1";function xt(e){let t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}var pg=/^(?:([^;]+);)?(?:[^;]+;)?(base64|),([\s\S]*)$/;function pa(e,t,s){let a=s&&s.Blob||G.classes.Blob,r=xt(e);if(t===void 0&&a&&(t=!0),r==="data"){e=r.length?e.slice(r.length+1):e;let o=pg.exec(e);if(!o)throw new h("Invalid URL",h.ERR_INVALID_URL);let p=o[1],i=o[2],n=o[3],u=Buffer.from(decodeURIComponent(n),i?"base64":"utf8");if(t){if(!a)throw new h("Blob is not supported",h.ERR_NOT_SUPPORT);return new a([u],{type:p})}return u}throw new h("Unsupported protocol "+r,h.ERR_NOT_SUPPORT)}var Ge=D(require("stream"),1);var An=D(require("stream"),1);function cg(e,t){let s=0,a=1e3/t,r=null;return function(p,i){let n=Date.now();if(p||n-s>a)return r&&(clearTimeout(r),r=null),s=n,e.apply(null,i);r||(r=setTimeout(()=>(r=null,s=Date.now(),e.apply(null,i)),a-(n-s)))}}var Tn=cg;function ug(e,t){e=e||10;let s=new Array(e),a=new Array(e),r=0,o=0,p;return t=t!==void 0?t:1e3,function(n){let u=Date.now(),c=a[o];p||(p=u),s[r]=n,a[r]=u;let m=o,x=0;for(;m!==r;)x+=s[m++],m=m%e;if(r=(r+1)%e,r===o&&(o=(o+1)%e),u-p<t)return;let R=c&&u-c;return R?Math.round(x*1e3/R):void 0}}var Ht=ug;var Mt=Symbol("internals"),ca=class extends An.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,a=this[Mt]={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},r=Ht(a.ticksRate*t.samplesCount,a.timeWindow);this.on("newListener",i=>{i==="progress"&&(a.isCaptured||(a.isCaptured=!0))});let o=0;a.updateProgress=Tn(function(){let n=a.length,u=a.bytesSeen,c=u-o;if(!c||s.destroyed)return;let m=r(c);o=u,process.nextTick(()=>{s.emit("progress",{loaded:u,total:n,progress:n?u/n:void 0,bytes:c,rate:m||void 0,estimated:m&&n&&u<=n?(n-u)/m:void 0})})},a.ticksRate);let p=()=>{a.updateProgress(!0)};this.once("end",p),this.once("error",p)}_read(t){let s=this[Mt];return s.onReadCallback&&s.onReadCallback(),super._read(t)}_transform(t,s,a){let r=this,o=this[Mt],p=o.maxRate,i=this.readableHighWaterMark,n=o.timeWindow,u=1e3/n,c=p/u,m=o.minChunkSize!==!1?Math.max(o.minChunkSize,c*.01):0;function x(d,y){let v=Buffer.byteLength(d);o.bytesSeen+=v,o.bytes+=v,o.isCaptured&&o.updateProgress(),r.push(d)?process.nextTick(y):o.onReadCallback=()=>{o.onReadCallback=null,process.nextTick(y)}}let R=(d,y)=>{let v=Buffer.byteLength(d),b=null,T=i,A,B=0;if(p){let U=Date.now();(!o.ts||(B=U-o.ts)>=n)&&(o.ts=U,A=c-o.bytes,o.bytes=A<0?-A:0,B=0),A=c-o.bytes}if(p){if(A<=0)return setTimeout(()=>{y(null,d)},n-B);A<T&&(T=A)}T&&v>T&&v-T>m&&(b=d.subarray(T),d=d.subarray(0,T)),x(d,b?()=>{process.nextTick(y,null,b)}:y)};R(t,function d(y,v){if(y)return a(y);v?R(v,d):a(null)})}setLength(t){return this[Mt].length=+t,this}},ua=ca;var jn=D(require("events"),1);var Cn=require("util"),Bn=require("stream");var{asyncIterator:Pn}=Symbol,lg=async function*(e){e.stream?yield*e.stream():e.arrayBuffer?yield await e.arrayBuffer():e[Pn]?yield*e[Pn]():yield e},Qt=lg;var dg=l.ALPHABET.ALPHA_DIGIT+"-_",yt=new Cn.TextEncoder,ke=`\r
|
|
12
|
+
`,mg=yt.encode(ke),gg=2,la=class{constructor(t,s){let{escapeName:a}=this.constructor,r=l.isString(s),o=`Content-Disposition: form-data; name="${a(t)}"${!r&&s.name?`; filename="${a(s.name)}"`:""}${ke}`;r?s=yt.encode(String(s).replace(/\r?\n|\r\n?/g,ke)):o+=`Content-Type: ${s.type||"application/octet-stream"}${ke}`,this.headers=yt.encode(o+ke),this.contentLength=r?s.byteLength:s.size,this.size=this.headers.byteLength+this.contentLength+gg,this.name=t,this.value=s}async*encode(){yield this.headers;let{value:t}=this;l.isTypedArray(t)?yield t:yield*Qt(t),yield mg}static escapeName(t){return String(t).replace(/[\r\n"]/g,s=>({"\r":"%0D","\n":"%0A",'"':"%22"})[s])}},fg=(e,t,s)=>{let{tag:a="form-data-boundary",size:r=25,boundary:o=a+"-"+l.generateString(r,dg)}=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=yt.encode("--"+o+ke),i=yt.encode("--"+o+"--"+ke+ke),n=i.byteLength,u=Array.from(e.entries()).map(([m,x])=>{let R=new la(m,x);return n+=R.size,R});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),Bn.Readable.from(async function*(){for(let m of u)yield p,yield*m.encode();yield i}())},Un=fg;var Sn=D(require("stream"),1),da=class extends Sn.default.Transform{__transform(t,s,a){this.push(t),a()}_transform(t,s,a){if(t.length!==0&&(this._transform=this.__transform,t[0]!==120)){let r=Buffer.alloc(2);r[0]=120,r[1]=156,this.push(r,s)}this.__transform(t,s,a)}},Ln=da;var xg=(e,t)=>l.isAsyncFn(e)?function(...s){let a=s.pop();e.apply(this,s).then(r=>{try{t?a(null,...t(r)):a(null,r)}catch(o){a(o)}},a)}:e,En=xg;var _n={flush:fe.default.constants.Z_SYNC_FLUSH,finishFlush:fe.default.constants.Z_SYNC_FLUSH},yg={flush:fe.default.constants.BROTLI_OPERATION_FLUSH,finishFlush:fe.default.constants.BROTLI_OPERATION_FLUSH},Gn=l.isFunction(fe.default.createBrotliDecompress),{http:hg,https:bg}=Qn.default,Rg=/https:?/,Wn=G.protocols.map(e=>e+":");function vg(e){e.beforeRedirects.proxy&&e.beforeRedirects.proxy(e),e.beforeRedirects.config&&e.beforeRedirects.config(e)}function Nn(e,t,s){let a=t;if(!a&&a!==!1){let r=(0,On.getProxyForUrl)(s);r&&(a=new URL(r))}if(a){if(a.username&&(a.auth=(a.username||"")+":"+(a.password||"")),a.auth){(a.auth.username||a.auth.password)&&(a.auth=(a.auth.username||"")+":"+(a.auth.password||""));let o=Buffer.from(a.auth,"utf8").toString("base64");e.headers["Proxy-Authorization"]="Basic "+o}e.headers.host=e.hostname+(e.port?":"+e.port:"");let r=a.hostname||a.host;e.hostname=r,e.host=r,e.port=a.port,e.path=s,a.protocol&&(e.protocol=a.protocol.includes(":")?a.protocol:`${a.protocol}:`)}e.beforeRedirects.proxy=function(o){Nn(o,t,o.href)}}var qg=typeof process<"u"&&l.kindOf(process)==="process",kg=e=>new Promise((t,s)=>{let a,r,o=(n,u)=>{r||(r=!0,a&&a(n,u))},p=n=>{o(n),t(n)},i=n=>{o(n,!0),s(n)};e(p,i,n=>a=n).catch(i)}),Ig=({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)}},Dn=(e,t)=>Ig(l.isObject(e)?e:{address:e,family:t}),zn=qg&&function(t){return kg(async function(a,r,o){let{data:p,lookup:i,family:n}=t,{responseType:u,responseEncoding:c}=t,m=t.method.toUpperCase(),x,R=!1,d;if(i){let k=En(i,q=>l.isArray(q)?q:[q]);i=(q,E,Me)=>{k(q,E,(z,be,Ps)=>{let ce=l.isArray(be)?be.map(ne=>Dn(ne)):[Dn(be,Ps)];E.all?Me(z,ce):Me(z,ce[0].address,ce[0].family)})}}let y=new jn.default,v=()=>{t.cancelToken&&t.cancelToken.unsubscribe(b),t.signal&&t.signal.removeEventListener("abort",b),y.removeAllListeners()};o((k,q)=>{x=!0,q&&(R=!0,v())});function b(k){y.emit("abort",!k||k.type?new ie(null,t,d):k)}y.once("abort",r),(t.cancelToken||t.signal)&&(t.cancelToken&&t.cancelToken.subscribe(b),t.signal&&(t.signal.aborted?b():t.signal.addEventListener("abort",b)));let T=Ue(t.baseURL,t.url),A=new URL(T,"http://localhost"),B=A.protocol||Wn[0];if(B==="data:"){let k;if(m!=="GET")return ve(a,r,{status:405,statusText:"method not allowed",headers:{},config:t});try{k=pa(t.url,u==="blob",{Blob:t.env&&t.env.Blob})}catch(q){throw h.from(q,h.ERR_BAD_REQUEST,t)}return u==="text"?(k=k.toString(c),(!c||c==="utf8")&&(k=l.stripBOM(k))):u==="stream"&&(k=Ge.default.Readable.from(k)),ve(a,r,{data:k,status:200,statusText:"OK",headers:new W,config:t})}if(Wn.indexOf(B)===-1)return r(new h("Unsupported protocol "+B,h.ERR_BAD_REQUEST,t));let U=W.from(t.headers).normalize();U.set("User-Agent","axios/"+_e,!1);let J=t.onDownloadProgress,Y=t.onUploadProgress,X=t.maxRate,N,pe;if(l.isSpecCompliantForm(p)){let k=U.getContentType(/boundary=([-_\w\d]{10,70})/i);p=Un(p,q=>{U.set(q)},{tag:`axios-${_e}-boundary`,boundary:k&&k[1]||void 0})}else if(l.isFormData(p)&&l.isFunction(p.getHeaders)){if(U.set(p.getHeaders()),!U.hasContentLength())try{let k=await Mn.default.promisify(p.getLength).call(p);Number.isFinite(k)&&k>=0&&U.setContentLength(k)}catch{}}else if(l.isBlob(p))p.size&&U.setContentType(p.type||"application/octet-stream"),U.setContentLength(p.size||0),p=Ge.default.Readable.from(Qt(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 r(new h("Data after transformation must be a string, an ArrayBuffer, a Buffer, or a Stream",h.ERR_BAD_REQUEST,t));if(U.setContentLength(p.length,!1),t.maxBodyLength>-1&&p.length>t.maxBodyLength)return r(new h("Request body larger than maxBodyLength limit",h.ERR_BAD_REQUEST,t))}let me=l.toFiniteNumber(U.getContentLength());l.isArray(X)?(N=X[0],pe=X[1]):N=pe=X,p&&(Y||N)&&(l.isStream(p)||(p=Ge.default.Readable.from(p,{objectMode:!1})),p=Ge.default.pipeline([p,new ua({length:me,maxRate:l.toFiniteNumber(N)})],l.noop),Y&&p.on("progress",k=>{Y(Object.assign(k,{upload:!0}))}));let se;if(t.auth){let k=t.auth.username||"",q=t.auth.password||"";se=k+":"+q}if(!se&&A.username){let k=A.username,q=A.password;se=k+":"+q}se&&U.delete("authorization");let Z;try{Z=Be(A.pathname+A.search,t.params,t.paramsSerializer).replace(/^\?/,"")}catch(k){let q=new Error(k.message);return q.config=t,q.url=t.url,q.exists=!0,r(q)}U.set("Accept-Encoding","gzip, compress, deflate"+(Gn?", br":""),!1);let S={path:Z,method:m,headers:U.toJSON(),agents:{http:t.httpAgent,https:t.httpsAgent},auth:se,protocol:B,family:n,beforeRedirect:vg,beforeRedirects:{}};!l.isUndefined(i)&&(S.lookup=i),t.socketPath?S.socketPath=t.socketPath:(S.hostname=A.hostname,S.port=A.port,Nn(S,t.proxy,B+"//"+A.hostname+(A.port?":"+A.port:"")+S.path));let K,ge=Rg.test(S.protocol);if(S.agent=ge?t.httpsAgent:t.httpAgent,t.transport?K=t.transport:t.maxRedirects===0?K=ge?Hn.default:Fn.default:(t.maxRedirects&&(S.maxRedirects=t.maxRedirects),t.beforeRedirect&&(S.beforeRedirects.config=t.beforeRedirect),K=ge?bg:hg),t.maxBodyLength>-1?S.maxBodyLength=t.maxBodyLength:S.maxBodyLength=1/0,t.insecureHTTPParser&&(S.insecureHTTPParser=t.insecureHTTPParser),d=K.request(S,function(q){if(d.destroyed)return;let E=[q],Me=+q.headers["content-length"];if(J){let ne=new ua({length:l.toFiniteNumber(Me),maxRate:l.toFiniteNumber(pe)});J&&ne.on("progress",Tt=>{J(Object.assign(Tt,{download:!0}))}),E.push(ne)}let z=q,be=q.req||d;if(t.decompress!==!1&&q.headers["content-encoding"])switch((m==="HEAD"||q.statusCode===204)&&delete q.headers["content-encoding"],(q.headers["content-encoding"]||"").toLowerCase()){case"gzip":case"x-gzip":case"compress":case"x-compress":E.push(fe.default.createUnzip(_n)),delete q.headers["content-encoding"];break;case"deflate":E.push(new Ln),E.push(fe.default.createUnzip(_n)),delete q.headers["content-encoding"];break;case"br":Gn&&(E.push(fe.default.createBrotliDecompress(yg)),delete q.headers["content-encoding"])}z=E.length>1?Ge.default.pipeline(E,l.noop):E[0];let Ps=Ge.default.finished(z,()=>{Ps(),v()}),ce={status:q.statusCode,statusText:q.statusMessage,headers:new W(q.headers),config:t,request:be};if(u==="stream")ce.data=z,ve(a,r,ce);else{let ne=[],Tt=0;z.on("data",function($){ne.push($),Tt+=$.length,t.maxContentLength>-1&&Tt>t.maxContentLength&&(R=!0,z.destroy(),r(new h("maxContentLength size of "+t.maxContentLength+" exceeded",h.ERR_BAD_RESPONSE,t,be)))}),z.on("aborted",function(){if(R)return;let $=new h("maxContentLength size of "+t.maxContentLength+" exceeded",h.ERR_BAD_RESPONSE,t,be);z.destroy($),r($)}),z.on("error",function($){d.destroyed||r(h.from($,null,t,be))}),z.on("end",function(){try{let $=ne.length===1?ne[0]:Buffer.concat(ne);u!=="arraybuffer"&&($=$.toString(c),(!c||c==="utf8")&&($=l.stripBOM($))),ce.data=$}catch($){return r(h.from($,null,t,ce.request,ce))}ve(a,r,ce)})}y.once("abort",ne=>{z.destroyed||(z.emit("error",ne),z.destroy())})}),y.once("abort",k=>{r(k),d.destroy(k)}),d.on("error",function(q){r(h.from(q,null,t,d))}),d.on("socket",function(q){q.setKeepAlive(!0,1e3*60)}),t.timeout){let k=parseInt(t.timeout,10);if(Number.isNaN(k)){r(new h("error trying to parse `config.timeout` to int",h.ERR_BAD_OPTION_VALUE,t,d));return}d.setTimeout(k,function(){if(x)return;let E=t.timeout?"timeout of "+t.timeout+"ms exceeded":"timeout exceeded",Me=t.transitional||Ne;t.timeoutErrorMessage&&(E=t.timeoutErrorMessage),r(new h(E,Me.clarifyTimeoutError?h.ETIMEDOUT:h.ECONNABORTED,t,d)),b()})}if(l.isStream(p)){let k=!1,q=!1;p.on("end",()=>{k=!0}),p.once("error",E=>{q=!0,d.destroy(E)}),p.on("close",()=>{!k&&!q&&b(new ie("Request stream has been aborted",t,d))}),p.pipe(d)}else d.end(p)})};var $n=G.hasStandardBrowserEnv?function(){return{write:function(s,a,r,o,p,i){let n=[];n.push(s+"="+encodeURIComponent(a)),l.isNumber(r)&&n.push("expires="+new Date(r).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 a=document.cookie.match(new RegExp("(^|;\\s*)("+s+")=([^;]*)"));return a?decodeURIComponent(a[3]):null},remove:function(s){this.write(s,"",Date.now()-864e5)}}}():function(){return{write:function(){},read:function(){return null},remove:function(){}}}();var Kn=G.hasStandardBrowserEnv?function(){let t=/(msie|trident)/i.test(navigator.userAgent),s=document.createElement("a"),a;function r(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 a=r(window.location.href),function(p){let i=l.isString(p)?r(p):p;return i.protocol===a.protocol&&i.host===a.host}}():function(){return function(){return!0}}();function Vn(e,t){let s=0,a=Ht(50,250);return r=>{let o=r.loaded,p=r.lengthComputable?r.total:void 0,i=o-s,n=a(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:r};c[t?"download":"upload"]=!0,e(c)}}var wg=typeof XMLHttpRequest<"u",Jn=wg&&function(e){return new Promise(function(s,a){let r=e.data,o=W.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(r)){if(G.hasStandardBrowserEnv||G.hasStandardBrowserWebWorkerEnv)o.setContentType(!1);else if((u=o.getContentType())!==!1){let[d,...y]=u?u.split(";").map(v=>v.trim()).filter(Boolean):[];o.setContentType([d||"multipart/form-data",...y].join("; "))}}let c=new XMLHttpRequest;if(e.auth){let d=e.auth.username||"",y=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";o.set("Authorization","Basic "+btoa(d+":"+y))}let m=Ue(e.baseURL,e.url);c.open(e.method.toUpperCase(),Be(m,e.params,e.paramsSerializer),!0),c.timeout=e.timeout;function x(){if(!c)return;let d=W.from("getAllResponseHeaders"in c&&c.getAllResponseHeaders()),v={data:!p||p==="text"||p==="json"?c.responseText:c.response,status:c.status,statusText:c.statusText,headers:d,config:e,request:c};ve(function(T){s(T),n()},function(T){a(T),n()},v),c=null}if("onloadend"in c?c.onloadend=x:c.onreadystatechange=function(){!c||c.readyState!==4||c.status===0&&!(c.responseURL&&c.responseURL.indexOf("file:")===0)||setTimeout(x)},c.onabort=function(){c&&(a(new h("Request aborted",h.ECONNABORTED,e,c)),c=null)},c.onerror=function(){a(new h("Network Error",h.ERR_NETWORK,e,c)),c=null},c.ontimeout=function(){let y=e.timeout?"timeout of "+e.timeout+"ms exceeded":"timeout exceeded",v=e.transitional||Ne;e.timeoutErrorMessage&&(y=e.timeoutErrorMessage),a(new h(y,v.clarifyTimeoutError?h.ETIMEDOUT:h.ECONNABORTED,e,c)),c=null},G.hasStandardBrowserEnv){let d=Kn(m)&&e.xsrfCookieName&&$n.read(e.xsrfCookieName);d&&o.set(e.xsrfHeaderName,d)}r===void 0&&o.setContentType(null),"setRequestHeader"in c&&l.forEach(o.toJSON(),function(y,v){c.setRequestHeader(v,y)}),l.isUndefined(e.withCredentials)||(c.withCredentials=!!e.withCredentials),p&&p!=="json"&&(c.responseType=e.responseType),typeof e.onDownloadProgress=="function"&&c.addEventListener("progress",Vn(e.onDownloadProgress,!0)),typeof e.onUploadProgress=="function"&&c.upload&&c.upload.addEventListener("progress",Vn(e.onUploadProgress)),(e.cancelToken||e.signal)&&(i=d=>{c&&(a(!d||d.type?new ie(null,e,c):d),c.abort(),c=null)},e.cancelToken&&e.cancelToken.subscribe(i),e.signal&&(e.signal.aborted?i():e.signal.addEventListener("abort",i)));let R=xt(m);if(R&&G.protocols.indexOf(R)===-1){a(new h("Unsupported protocol "+R+":",h.ERR_BAD_REQUEST,e));return}c.send(r||null)})};var ma={http:zn,xhr:Jn};l.forEach(ma,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch{}Object.defineProperty(e,"adapterName",{value:t})}});var Yn=e=>`- ${e}`,Tg=e=>l.isFunction(e)||e===null||e===!1,jt={getAdapter:e=>{e=l.isArray(e)?e:[e];let{length:t}=e,s,a,r={};for(let o=0;o<t;o++){s=e[o];let p;if(a=s,!Tg(s)&&(a=ma[(p=String(s)).toLowerCase()],a===void 0))throw new h(`Unknown adapter '${p}'`);if(a)break;r[p||"#"+o]=a}if(!a){let o=Object.entries(r).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(Yn).join(`
|
|
14
|
+
`):" "+Yn(o[0]):"as no adapter specified";throw new h("There is no suitable adapter to dispatch the request "+p,"ERR_NOT_SUPPORT")}return a},adapters:ma};function ga(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new ie(null,e)}function Nt(e){return ga(e),e.headers=W.from(e.headers),e.data=lt.call(e,e.transformRequest),["post","put","patch"].indexOf(e.method)!==-1&&e.headers.setContentType("application/x-www-form-urlencoded",!1),jt.getAdapter(e.adapter||ze.adapter)(e).then(function(a){return ga(e),a.data=lt.call(e,e.transformResponse,a),a.headers=W.from(a.headers),a},function(a){return dt(a)||(ga(e),a&&a.response&&(a.response.data=lt.call(e,e.transformResponse,a.response),a.response.headers=W.from(a.response.headers))),Promise.reject(a)})}var Xn=e=>e instanceof W?e.toJSON():e;function xe(e,t){t=t||{};let s={};function a(u,c,m){return l.isPlainObject(u)&&l.isPlainObject(c)?l.merge.call({caseless:m},u,c):l.isPlainObject(c)?l.merge({},c):l.isArray(c)?c.slice():c}function r(u,c,m){if(l.isUndefined(c)){if(!l.isUndefined(u))return a(void 0,u,m)}else return a(u,c,m)}function o(u,c){if(!l.isUndefined(c))return a(void 0,c)}function p(u,c){if(l.isUndefined(c)){if(!l.isUndefined(u))return a(void 0,u)}else return a(void 0,c)}function i(u,c,m){if(m in t)return a(u,c);if(m in e)return a(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)=>r(Xn(u),Xn(c),!0)};return l.forEach(Object.keys(Object.assign({},e,t)),function(c){let m=n[c]||r,x=m(e[c],t[c],c);l.isUndefined(x)&&m!==i||(s[c]=x)}),s}var fa={};["object","boolean","number","function","string","symbol"].forEach((e,t)=>{fa[e]=function(a){return typeof a===e||"a"+(t<1?"n ":" ")+e}});var Zn={};fa.transitional=function(t,s,a){function r(o,p){return"[Axios v"+_e+"] Transitional option '"+o+"'"+p+(a?". "+a:"")}return(o,p,i)=>{if(t===!1)throw new h(r(p," has been removed"+(s?" in "+s:"")),h.ERR_DEPRECATED);return s&&!Zn[p]&&(Zn[p]=!0,console.warn(r(p," has been deprecated since v"+s+" and will be removed in the near future"))),t?t(o,p,i):!0}};function Ag(e,t,s){if(typeof e!="object")throw new h("options must be an object",h.ERR_BAD_OPTION_VALUE);let a=Object.keys(e),r=a.length;for(;r-- >0;){let o=a[r],p=t[o];if(p){let i=e[o],n=i===void 0||p(i,o,e);if(n!==!0)throw new h("option "+o+" must be "+n,h.ERR_BAD_OPTION_VALUE);continue}if(s!==!0)throw new h("Unknown option "+o,h.ERR_BAD_OPTION)}}var zt={assertOptions:Ag,validators:fa};var Ie=zt.validators,Xe=class{constructor(t){this.defaults=t,this.interceptors={request:new zs,response:new zs}}request(t,s){typeof t=="string"?(s=s||{},s.url=t):s=t||{},s=xe(this.defaults,s);let{transitional:a,paramsSerializer:r,headers:o}=s;a!==void 0&&zt.assertOptions(a,{silentJSONParsing:Ie.transitional(Ie.boolean),forcedJSONParsing:Ie.transitional(Ie.boolean),clarifyTimeoutError:Ie.transitional(Ie.boolean)},!1),r!=null&&(l.isFunction(r)?s.paramsSerializer={serialize:r}:zt.assertOptions(r,{encode:Ie.function,serialize:Ie.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"],d=>{delete o[d]}),s.headers=W.concat(p,o);let i=[],n=!0;this.interceptors.request.forEach(function(y){typeof y.runWhen=="function"&&y.runWhen(s)===!1||(n=n&&y.synchronous,i.unshift(y.fulfilled,y.rejected))});let u=[];this.interceptors.response.forEach(function(y){u.push(y.fulfilled,y.rejected)});let c,m=0,x;if(!n){let d=[Nt.bind(this),void 0];for(d.unshift.apply(d,i),d.push.apply(d,u),x=d.length,c=Promise.resolve(s);m<x;)c=c.then(d[m++],d[m++]);return c}x=i.length;let R=s;for(m=0;m<x;){let d=i[m++],y=i[m++];try{R=d(R)}catch(v){y.call(this,v);break}}try{c=Nt.call(this,R)}catch(d){return Promise.reject(d)}for(m=0,x=u.length;m<x;)c=c.then(u[m++],u[m++]);return c}getUri(t){t=xe(this.defaults,t);let s=Ue(t.baseURL,t.url);return Be(s,t.params,t.paramsSerializer)}};l.forEach(["delete","get","head","options"],function(t){Xe.prototype[t]=function(s,a){return this.request(xe(a||{},{method:t,url:s,data:(a||{}).data}))}});l.forEach(["post","put","patch"],function(t){function s(a){return function(o,p,i){return this.request(xe(i||{},{method:t,headers:a?{"Content-Type":"multipart/form-data"}:{},url:o,data:p}))}}Xe.prototype[t]=s(),Xe.prototype[t+"Form"]=s(!0)});var ht=Xe;var bt=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 a=this;this.promise.then(r=>{if(!a._listeners)return;let o=a._listeners.length;for(;o-- >0;)a._listeners[o](r);a._listeners=null}),this.promise.then=r=>{let o,p=new Promise(i=>{a.subscribe(i),o=i}).then(r);return p.cancel=function(){a.unsubscribe(o)},p},t(function(o,p,i){a.reason||(a.reason=new ie(o,p,i),s(a.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 bt(function(r){t=r}),cancel:t}}},eo=bt;function xa(e){return function(s){return e.apply(null,s)}}function ya(e){return l.isObject(e)&&e.isAxiosError===!0}var ha={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(ha).forEach(([e,t])=>{ha[t]=e});var to=ha;function so(e){let t=new ht(e),s=it(ht.prototype.request,t);return l.extend(s,ht.prototype,t,{allOwnKeys:!0}),l.extend(s,t,null,{allOwnKeys:!0}),s.create=function(r){return so(xe(e,r))},s}var _=so(ze);_.Axios=ht;_.CanceledError=ie;_.CancelToken=eo;_.isCancel=dt;_.VERSION=_e;_.toFormData=Re;_.AxiosError=h;_.Cancel=_.CanceledError;_.all=function(t){return Promise.all(t)};_.spread=xa;_.isAxiosError=ya;_.mergeConfig=xe;_.AxiosHeaders=W;_.formToJSON=e=>_t(l.isHTMLForm(e)?new FormData(e):e);_.getAdapter=jt.getAdapter;_.HttpStatusCode=to;_.default=_;var ye=_;var{Axios:Pg,AxiosError:Cg,CanceledError:Bg,isCancel:Ug,CancelToken:Sg,VERSION:Lg,all:Eg,Cancel:_g,isAxiosError:Gg,spread:Wg,toFormData:Dg,AxiosHeaders:Og,HttpStatusCode:Fg,formToJSON:Hg,getAdapter:Mg,mergeConfig:Qg}=ye;var ao=D(require("crypto"));var jg={getRandomValues:e=>new Uint8Array(e.map(()=>Math.floor(Math.random()*256)))},Ra=typeof window<"u"&&typeof window.document<"u"?window.crypto:ao.default;Ra.getRandomValues||(Ra=jg);var C=class extends Error{constructor(s,a,r,o,p,i){super(o);this.code=s;this.description=a;this.type=r;this.message=o;this.error=p;this.id=i;this.id||(this.id=C.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}}static generateId(){let s=this.getPrefix(),a=new Date().toISOString().replace(/[\-:TZ]/g,"").split(".")[0],r=4,o=Array.from(Ra.getRandomValues(new Uint8Array(r))).map(p=>p.toString(16).padStart(2,"0")).join("").toUpperCase();return`${s}_${a}x${o}`}static getPrefix(){return typeof window<"u"&&typeof window.document<"u"?"err_bwsr":"err"}},Ng=e=>typeof e=="object"&&!Array.isArray(e)&&e!==null,ro=e=>e instanceof C||Ng(e)&&e.isApiError===!0,we=class extends C{constructor(t,s,a){super(500,"An unknown error occurred","Unknown",t,s,a)}},$t=class extends C{constructor(t,s,a){super(500,"An internal error occurred","Internal",t,s,a)}},Kt=class extends C{constructor(t,s,a){super(401,"The request requires to be authenticated.","Unauthorized",t,s,a)}},Vt=class extends C{constructor(t,s,a){super(403,"The requested action can't be peform by this resource.","Forbidden",t,s,a)}},Jt=class extends C{constructor(t,s,a){super(413,"The request payload is too large.","PayloadTooLarge",t,s,a)}},Yt=class extends C{constructor(t,s,a){super(400,"The request payload is invalid.","InvalidPayload",t,s,a)}},Xt=class extends C{constructor(t,s,a){super(415,"The request is invalid because the content-type is not supported.","UnsupportedMediaType",t,s,a)}},Zt=class extends C{constructor(t,s,a){super(405,"The requested method does not exist.","MethodNotFound",t,s,a)}},es=class extends C{constructor(t,s,a){super(404,"The requested resource does not exist.","ResourceNotFound",t,s,a)}},ts=class extends C{constructor(t,s,a){super(400,"The provided JSON schema is invalid.","InvalidJsonSchema",t,s,a)}},ss=class extends C{constructor(t,s,a){super(400,"The provided data doesn't respect the provided JSON schema.","InvalidDataFormat",t,s,a)}},as=class extends C{constructor(t,s,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,a)}},rs=class extends C{constructor(t,s,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,a)}},ns=class extends C{constructor(t,s,a){super(409,"The resource cannot be deleted because it's referenced by another resource","ReferenceConstraint",t,s,a)}},os=class extends C{constructor(t,s,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,a)}},is=class extends C{constructor(t,s,a){super(400,"The provided query is invalid. This is usually caused when providing an invalid parameter for querying a resource.","InvalidQuery",t,s,a)}},ps=class extends C{constructor(t,s,a){super(400,"An error happened during the execution of a runtime (bot or integration).","Runtime",t,s,a)}},cs=class extends C{constructor(t,s,a){super(409,"The record attempted to be created already exists.","AlreadyExists",t,s,a)}},us=class extends C{constructor(t,s,a){super(429,"The request has been rate limited.","RateLimited",t,s,a)}},ls=class extends C{constructor(t,s,a){super(402,"A payment is required to perform this request.","PaymentRequired",t,s,a)}},ds=class extends C{constructor(t,s,a){super(403,"The request exceeds the allowed quota. Quotas are a soft limit that can be increased.","QuotaExceeded",t,s,a)}},ms=class extends C{constructor(t,s,a){super(413,"The request exceeds the allowed limit. Limits are a hard limit that cannot be increased.","LimitExceeded",t,s,a)}},gs=class extends C{constructor(t,s,a){super(400,"Request payload contains breaking changes which is not allowed for this resource without a version increment.","BreakingChanges",t,s,a)}},zg={Unknown:we,Internal:$t,Unauthorized:Kt,Forbidden:Vt,PayloadTooLarge:Jt,InvalidPayload:Yt,UnsupportedMediaType:Xt,MethodNotFound:Zt,ResourceNotFound:es,InvalidJsonSchema:ts,InvalidDataFormat:ss,InvalidIdentifier:as,RelationConflict:rs,ReferenceConstraint:ns,ReferenceNotFound:os,InvalidQuery:is,Runtime:ps,AlreadyExists:cs,RateLimited:us,PaymentRequired:ls,QuotaExceeded:ds,LimitExceeded:ms,BreakingChanges:gs},fs=e=>ro(e)?e:e instanceof Error?new we(e.message,e):typeof e=="string"?new we(e):$g(e);function $g(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=zg[e.type];return t?new t(e.message,void 0,e.id||"UNKNOWN"):new we(`An unclassified API error occurred: ${e.message} (Type: ${e.type}, Code: ${e.code})`)}return new we("An invalid error occurred: "+JSON.stringify(e))}var Te=class extends Error{constructor(s,a,r){super(s);this.innerError=a;this.file=r;this.name="FileUploadError"}};var za=D(va()),Fl=D(require("http")),Hl=D(require("https"));var Rt=D(va()),tf="https://api.botpress.cloud",sf=6e4,af="BP_API_URL",rf="BP_BOT_ID",nf="BP_INTEGRATION_ID",of="BP_WORKSPACE_ID",pf="BP_TOKEN";function no(e){let t=cf(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 a=t.apiUrl??tf,r=t.timeout??sf;return{apiUrl:a,timeout:r,withCredentials:Rt.isBrowser,headers:s}}function cf(e){return Rt.isBrowser?e:Rt.isNode?uf(e):e}function uf(e){let t={...e,apiUrl:e.apiUrl??process.env[af],botId:e.botId??process.env[rf],integrationId:e.integrationId??process.env[nf],workspaceId:e.workspaceId??process.env[of]},s=t.token??process.env[pf];return s&&(t.token=s),t}var bi=D(hi()),$x=e=>e[1]!==void 0,g=e=>{let{method:t,path:s,query:a,headers:r,body:o}=e,p=Object.entries(r).filter($x),i=Object.fromEntries(p),n=bi.default.stringify(a,{encode:!0,arrayFormat:"repeat",allowDots:!0}),u=n?[s,n].join("?"):s;return{method:t,url:u,headers:i,data:o}};var Ri=e=>({path:"/v1/chat/conversations",headers:{},query:{},params:{},body:{channel:e.channel,tags:e.tags,integrationName:e.integrationName}});var qi=e=>({path:`/v1/chat/conversations/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Ii=e=>({path:"/v1/chat/conversations",headers:{},query:{nextToken:e.nextToken,tags:e.tags,participantIds:e.participantIds,integrationName:e.integrationName},params:{},body:{}});var Ti=e=>({path:"/v1/chat/conversations/get-or-create",headers:{},query:{},params:{},body:{channel:e.channel,tags:e.tags,integrationName:e.integrationName}});var Pi=e=>({path:`/v1/chat/conversations/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{currentTaskId:e.currentTaskId,tags:e.tags}});var Bi=e=>({path:`/v1/chat/conversations/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Si=e=>({path:`/v1/chat/conversations/${encodeURIComponent(e.id)}/participants`,headers:{},query:{nextToken:e.nextToken},params:{id:e.id},body:{}});var Ei=e=>({path:`/v1/chat/conversations/${encodeURIComponent(e.id)}/participants`,headers:{},query:{},params:{id:e.id},body:{userId:e.userId}});var Gi=e=>({path:`/v1/chat/conversations/${encodeURIComponent(e.id)}/participants/${encodeURIComponent(e.userId)}`,headers:{},query:{},params:{id:e.id,userId:e.userId},body:{}});var Di=e=>({path:`/v1/chat/conversations/${encodeURIComponent(e.id)}/participants/${encodeURIComponent(e.userId)}`,headers:{},query:{},params:{id:e.id,userId:e.userId},body:{}});var Fi=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 Mi=e=>({path:`/v1/chat/events/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var ji=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 zi=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 Ki=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 Ji=e=>({path:`/v1/chat/messages/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Xi=e=>({path:`/v1/chat/messages/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{tags:e.tags}});var ep=e=>({path:"/v1/chat/messages",headers:{},query:{nextToken:e.nextToken,conversationId:e.conversationId,tags:e.tags},params:{},body:{}});var sp=e=>({path:`/v1/chat/messages/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var rp=e=>({path:"/v1/chat/users",headers:{},query:{},params:{},body:{tags:e.tags,integrationName:e.integrationName,name:e.name,pictureUrl:e.pictureUrl}});var op=e=>({path:`/v1/chat/users/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var pp=e=>({path:"/v1/chat/users",headers:{},query:{nextToken:e.nextToken,conversationId:e.conversationId,tags:e.tags},params:{},body:{}});var up=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 dp=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 gp=e=>({path:`/v1/chat/users/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var xp=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 hp=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 Rp=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 qp=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 Ip=e=>({path:"/v1/chat/actions",headers:{},query:{},params:{},body:{type:e.type,input:e.input}});var Tp=e=>({path:"/v1/chat/integrations/configure",headers:{},query:{},params:{},body:{identifier:e.identifier}});var Pp=e=>({path:`/v1/chat/tasks/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Bp=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 Sp=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 Ep=e=>({path:`/v1/chat/tasks/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Gp=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 Dp=e=>({path:"/v1/chat/analytics",headers:{},query:{},params:{},body:{name:e.name,count:e.count}});var Fp=e=>({path:"/v1/admin/helper/vrl",headers:{},query:{},params:{},body:{data:e.data,script:e.script}});var Mp=e=>({path:"/v1/admin/account/me",headers:{},query:{},params:{},body:{}});var jp=e=>({path:"/v1/admin/account/me",headers:{},query:{},params:{},body:{displayName:e.displayName,profilePicture:e.profilePicture,refresh:e.refresh}});var zp=e=>({path:"/v1/admin/account/pats",headers:{},query:{},params:{},body:{}});var Kp=e=>({path:"/v1/admin/account/pats",headers:{},query:{},params:{},body:{note:e.note}});var Jp=e=>({path:`/v1/admin/account/pats/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Xp=e=>({path:`/v1/admin/account/preferences/${encodeURIComponent(e.key)}`,headers:{},query:{},params:{key:e.key},body:{value:e.value}});var ec=e=>({path:`/v1/admin/account/preferences/${encodeURIComponent(e.key)}`,headers:{},query:{},params:{key:e.key},body:{}});var sc=e=>({path:"/v1/admin/hub/integrations",headers:{},query:{nextToken:e.nextToken,name:e.name,version:e.version},params:{},body:{}});var rc=e=>({path:`/v1/admin/hub/integrations/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var oc=e=>({path:`/v1/admin/hub/integrations/${encodeURIComponent(e.name)}/${encodeURIComponent(e.version)}`,headers:{},query:{},params:{name:e.name,version:e.version},body:{}});var pc=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,code:e.code,name:e.name,medias:e.medias,url:e.url,dev:e.dev}});var uc=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{url:e.url,authentication:e.authentication,configuration:e.configuration,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 dc=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/transfer`,headers:{},query:{},params:{id:e.id},body:{targetWorkspaceId:e.targetWorkspaceId}});var gc=e=>({path:"/v1/admin/bots",headers:{},query:{dev:e.dev,nextToken:e.nextToken},params:{},body:{}});var xc=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var hc=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Rc=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/logs`,headers:{},query:{timeStart:e.timeStart,timeEnd:e.timeEnd,nextToken:e.nextToken},params:{id:e.id},body:{}});var qc=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/webchat`,headers:{},query:{type:e.type},params:{id:e.id},body:{}});var Ic=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/analytics`,headers:{},query:{startDate:e.startDate,endDate:e.endDate},params:{id:e.id},body:{}});var Tc=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/issues/${encodeURIComponent(e.issueId)}`,headers:{},query:{},params:{id:e.id,issueId:e.issueId},body:{}});var Pc=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/issues`,headers:{},query:{nextToken:e.nextToken},params:{id:e.id},body:{}});var Bc=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/issues/${encodeURIComponent(e.issueId)}`,headers:{},query:{},params:{id:e.id,issueId:e.issueId},body:{}});var Sc=e=>({path:`/v1/admin/bots/${encodeURIComponent(e.id)}/issues/${encodeURIComponent(e.issueId)}/events`,headers:{},query:{},params:{id:e.id,issueId:e.issueId},body:{}});var Ec=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}/billing/payment-method`,headers:{},query:{},params:{id:e.id},body:{stripePaymentMethodId:e.stripePaymentMethodId}});var Gc=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}/billing/invoices`,headers:{},query:{},params:{id:e.id},body:{}});var Dc=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}/billing/upcoming-invoice`,headers:{},query:{},params:{id:e.id},body:{}});var Fc=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}/billing/invoices/charge-unpaid`,headers:{},query:{},params:{id:e.id},body:{invoiceIds:e.invoiceIds}});var Mc=e=>({path:"/v1/admin/workspaces",headers:{},query:{},params:{},body:{name:e.name}});var jc=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}/public`,headers:{},query:{},params:{id:e.id},body:{}});var zc=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Kc=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}/usages`,headers:{},query:{type:e.type,period:e.period},params:{id:e.id},body:{}});var Jc=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 Xc=e=>({path:"/v1/admin/workspaces/usages/quota-completion",headers:{},query:{},params:{},body:{}});var eu=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}/quota`,headers:{},query:{type:e.type,period:e.period},params:{id:e.id},body:{}});var su=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}/quotas`,headers:{},query:{period:e.period},params:{id:e.id},body:{}});var ru=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 ou=e=>({path:"/v1/admin/workspaces/handle-availability",headers:{},query:{},params:{},body:{handle:e.handle}});var pu=e=>({path:"/v1/admin/workspaces",headers:{},query:{nextToken:e.nextToken},params:{},body:{}});var uu=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var du=e=>({path:`/v1/admin/workspaces/${encodeURIComponent(e.id)}/audit-records`,headers:{},query:{nextToken:e.nextToken},params:{id:e.id},body:{}});var gu=e=>({path:"/v1/admin/workspace-members",headers:{},query:{nextToken:e.nextToken},params:{},body:{}});var xu=e=>({path:"/v1/admin/workspace-members/me",headers:{},query:{},params:{},body:{}});var hu=e=>({path:`/v1/admin/workspace-members/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Ru=e=>({path:"/v1/admin/workspace-members",headers:{},query:{},params:{},body:{email:e.email,role:e.role}});var qu=e=>({path:`/v1/admin/workspace-members/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{role:e.role}});var Iu=e=>({path:"/v1/admin/integrations/iaks",headers:{},query:{integrationId:e.integrationId},params:{},body:{}});var Tu=e=>({path:"/v1/admin/integrations/iaks",headers:{},query:{},params:{},body:{integrationId:e.integrationId,note:e.note}});var Pu=e=>({path:`/v1/admin/integrations/iaks/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Bu=e=>({path:"/v1/admin/integrations",headers:{},query:{},params:{},body:{name:e.name,version:e.version,configuration:e.configuration,states:e.states,events:e.events,actions:e.actions,entities:e.entities,identifier:e.identifier,channels:e.channels,user:e.user,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}});var Su=e=>({path:`/v1/admin/integrations/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{configuration:e.configuration,channels:e.channels,identifier:e.identifier,actions:e.actions,events:e.events,states:e.states,user:e.user,entities:e.entities,secrets:e.secrets,code:e.code,icon:e.icon,readme:e.readme,title:e.title,description:e.description,url:e.url,public:e.public}});var Eu=e=>({path:"/v1/admin/integrations",headers:{},query:{nextToken:e.nextToken,name:e.name,version:e.version,dev:e.dev},params:{},body:{}});var Gu=e=>({path:`/v1/admin/integrations/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var Du=e=>({path:`/v1/admin/integrations/${encodeURIComponent(e.id)}/logs`,headers:{},query:{timeStart:e.timeStart,timeEnd:e.timeEnd,nextToken:e.nextToken},params:{id:e.id},body:{}});var Fu=e=>({path:`/v1/admin/integrations/${encodeURIComponent(e.name)}/${encodeURIComponent(e.version)}`,headers:{},query:{},params:{name:e.name,version:e.version},body:{}});var Mu=e=>({path:`/v1/admin/integrations/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var ju=e=>({path:`/v1/admin/usages/${encodeURIComponent(e.id)}`,headers:{},query:{type:e.type,period:e.period},params:{id:e.id},body:{}});var zu=e=>({path:`/v1/admin/usages/${encodeURIComponent(e.id)}/history`,headers:{},query:{type:e.type},params:{id:e.id},body:{}});var Ku=e=>({path:"/v1/admin/quotas/ai-spend",headers:{},query:{},params:{},body:{monthlySpendingLimit:e.monthlySpendingLimit}});var Ju=e=>({path:"/v1/admin/activities",headers:{},query:{nextToken:e.nextToken,taskId:e.taskId,botId:e.botId},params:{},body:{}});var Xu=e=>({path:"/v1/admin/introspect",headers:{},query:{},params:{},body:{botId:e.botId}});var el=e=>({path:"/v1/files",headers:{},query:{},params:{},body:{name:e.name,tags:e.tags,size:e.size,index:e.index,accessPolicies:e.accessPolicies,contentType:e.contentType}});var sl=e=>({path:`/v1/files/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var rl=e=>({path:"/v1/files",headers:{},query:{nextToken:e.nextToken,tags:e.tags},params:{},body:{}});var ol=e=>({path:`/v1/files/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{}});var pl=e=>({path:`/v1/files/${encodeURIComponent(e.id)}`,headers:{},query:{},params:{id:e.id},body:{tags:e.tags,accessPolicies:e.accessPolicies}});var ul=e=>({path:"/v1/files/search",headers:{},query:{tags:e.tags,query:e.query,contextDepth:e.contextDepth,limit:e.limit},params:{},body:{}});var dl=e=>({path:"/v1/tables",headers:{},query:{tags:e.tags},params:{},body:{}});var gl=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}`,headers:{},query:{},params:{table:e.table},body:{}});var xl=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 hl=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 Rl=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 ql=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 Il=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}/column`,headers:{},query:{},params:{table:e.table},body:{name:e.name,newName:e.newName}});var Tl=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}`,headers:{},query:{},params:{table:e.table},body:{}});var Pl=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}/row`,headers:{},query:{id:e.id},params:{table:e.table},body:{}});var Bl=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 Sl=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}/rows`,headers:{},query:{},params:{table:e.table},body:{rows:e.rows,waitComputed:e.waitComputed}});var El=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 Gl=e=>({path:`/v1/tables/${encodeURIComponent(e.table)}/rows`,headers:{},query:{},params:{table:e.table},body:{rows:e.rows,waitComputed:e.waitComputed}});var Dl=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 As=class{constructor(t,s={}){this.axiosInstance=t;this.props=s}createConversation=async t=>{let{path:s,headers:a,query:r,body:o}=Ri(t),i=(this.props.toAxiosRequest??g)({method:"post",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};getConversation=async t=>{let{path:s,headers:a,query:r,body:o}=qi(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};listConversations=async t=>{let{path:s,headers:a,query:r,body:o}=Ii(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};getOrCreateConversation=async t=>{let{path:s,headers:a,query:r,body:o}=Ti(t),i=(this.props.toAxiosRequest??g)({method:"post",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};updateConversation=async t=>{let{path:s,headers:a,query:r,body:o}=Pi(t),i=(this.props.toAxiosRequest??g)({method:"put",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};deleteConversation=async t=>{let{path:s,headers:a,query:r,body:o}=Bi(t),i=(this.props.toAxiosRequest??g)({method:"delete",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};listParticipants=async t=>{let{path:s,headers:a,query:r,body:o}=Si(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};addParticipant=async t=>{let{path:s,headers:a,query:r,body:o}=Ei(t),i=(this.props.toAxiosRequest??g)({method:"post",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};getParticipant=async t=>{let{path:s,headers:a,query:r,body:o}=Gi(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};removeParticipant=async t=>{let{path:s,headers:a,query:r,body:o}=Di(t),i=(this.props.toAxiosRequest??g)({method:"delete",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};createEvent=async t=>{let{path:s,headers:a,query:r,body:o}=Fi(t),i=(this.props.toAxiosRequest??g)({method:"post",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};getEvent=async t=>{let{path:s,headers:a,query:r,body:o}=Mi(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};listEvents=async t=>{let{path:s,headers:a,query:r,body:o}=ji(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};createMessage=async t=>{let{path:s,headers:a,query:r,body:o}=zi(t),i=(this.props.toAxiosRequest??g)({method:"post",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};getOrCreateMessage=async t=>{let{path:s,headers:a,query:r,body:o}=Ki(t),i=(this.props.toAxiosRequest??g)({method:"post",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};getMessage=async t=>{let{path:s,headers:a,query:r,body:o}=Ji(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};updateMessage=async t=>{let{path:s,headers:a,query:r,body:o}=Xi(t),i=(this.props.toAxiosRequest??g)({method:"put",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};listMessages=async t=>{let{path:s,headers:a,query:r,body:o}=ep(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};deleteMessage=async t=>{let{path:s,headers:a,query:r,body:o}=sp(t),i=(this.props.toAxiosRequest??g)({method:"delete",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};createUser=async t=>{let{path:s,headers:a,query:r,body:o}=rp(t),i=(this.props.toAxiosRequest??g)({method:"post",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};getUser=async t=>{let{path:s,headers:a,query:r,body:o}=op(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};listUsers=async t=>{let{path:s,headers:a,query:r,body:o}=pp(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};getOrCreateUser=async t=>{let{path:s,headers:a,query:r,body:o}=up(t),i=(this.props.toAxiosRequest??g)({method:"post",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};updateUser=async t=>{let{path:s,headers:a,query:r,body:o}=dp(t),i=(this.props.toAxiosRequest??g)({method:"put",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};deleteUser=async t=>{let{path:s,headers:a,query:r,body:o}=gp(t),i=(this.props.toAxiosRequest??g)({method:"delete",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};getState=async t=>{let{path:s,headers:a,query:r,body:o}=xp(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};setState=async t=>{let{path:s,headers:a,query:r,body:o}=hp(t),i=(this.props.toAxiosRequest??g)({method:"post",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};getOrSetState=async t=>{let{path:s,headers:a,query:r,body:o}=Rp(t),i=(this.props.toAxiosRequest??g)({method:"post",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};patchState=async t=>{let{path:s,headers:a,query:r,body:o}=qp(t),i=(this.props.toAxiosRequest??g)({method:"patch",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};callAction=async t=>{let{path:s,headers:a,query:r,body:o}=Ip(t),i=(this.props.toAxiosRequest??g)({method:"post",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};configureIntegration=async t=>{let{path:s,headers:a,query:r,body:o}=Tp(t),i=(this.props.toAxiosRequest??g)({method:"post",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};getTask=async t=>{let{path:s,headers:a,query:r,body:o}=Pp(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};createTask=async t=>{let{path:s,headers:a,query:r,body:o}=Bp(t),i=(this.props.toAxiosRequest??g)({method:"post",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};updateTask=async t=>{let{path:s,headers:a,query:r,body:o}=Sp(t),i=(this.props.toAxiosRequest??g)({method:"put",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};deleteTask=async t=>{let{path:s,headers:a,query:r,body:o}=Ep(t),i=(this.props.toAxiosRequest??g)({method:"delete",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};listTasks=async t=>{let{path:s,headers:a,query:r,body:o}=Gp(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};trackAnalytics=async t=>{let{path:s,headers:a,query:r,body:o}=Dp(t),i=(this.props.toAxiosRequest??g)({method:"post",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};runVrl=async t=>{let{path:s,headers:a,query:r,body:o}=Fp(t),i=(this.props.toAxiosRequest??g)({method:"post",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};getAccount=async t=>{let{path:s,headers:a,query:r,body:o}=Mp(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};updateAccount=async t=>{let{path:s,headers:a,query:r,body:o}=jp(t),i=(this.props.toAxiosRequest??g)({method:"put",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};listPersonalAccessTokens=async t=>{let{path:s,headers:a,query:r,body:o}=zp(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};createPersonalAccessToken=async t=>{let{path:s,headers:a,query:r,body:o}=Kp(t),i=(this.props.toAxiosRequest??g)({method:"post",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};deletePersonalAccessToken=async t=>{let{path:s,headers:a,query:r,body:o}=Jp(t),i=(this.props.toAxiosRequest??g)({method:"delete",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};setAccountPreference=async t=>{let{path:s,headers:a,query:r,body:o}=Xp(t),i=(this.props.toAxiosRequest??g)({method:"post",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};getAccountPreference=async t=>{let{path:s,headers:a,query:r,body:o}=ec(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};listPublicIntegrations=async t=>{let{path:s,headers:a,query:r,body:o}=sc(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};getPublicIntegrationById=async t=>{let{path:s,headers:a,query:r,body:o}=rc(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};getPublicIntegration=async t=>{let{path:s,headers:a,query:r,body:o}=oc(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};createBot=async t=>{let{path:s,headers:a,query:r,body:o}=pc(t),i=(this.props.toAxiosRequest??g)({method:"post",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};updateBot=async t=>{let{path:s,headers:a,query:r,body:o}=uc(t),i=(this.props.toAxiosRequest??g)({method:"put",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};transferBot=async t=>{let{path:s,headers:a,query:r,body:o}=dc(t),i=(this.props.toAxiosRequest??g)({method:"post",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};listBots=async t=>{let{path:s,headers:a,query:r,body:o}=gc(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};getBot=async t=>{let{path:s,headers:a,query:r,body:o}=xc(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};deleteBot=async t=>{let{path:s,headers:a,query:r,body:o}=hc(t),i=(this.props.toAxiosRequest??g)({method:"delete",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};getBotLogs=async t=>{let{path:s,headers:a,query:r,body:o}=Rc(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};getBotWebchat=async t=>{let{path:s,headers:a,query:r,body:o}=qc(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};getBotAnalytics=async t=>{let{path:s,headers:a,query:r,body:o}=Ic(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};getBotIssue=async t=>{let{path:s,headers:a,query:r,body:o}=Tc(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};listBotIssues=async t=>{let{path:s,headers:a,query:r,body:o}=Pc(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};deleteBotIssue=async t=>{let{path:s,headers:a,query:r,body:o}=Bc(t),i=(this.props.toAxiosRequest??g)({method:"delete",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};listBotIssueEvents=async t=>{let{path:s,headers:a,query:r,body:o}=Sc(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};setWorkspacePaymentMethod=async t=>{let{path:s,headers:a,query:r,body:o}=Ec(t),i=(this.props.toAxiosRequest??g)({method:"put",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};listWorkspaceInvoices=async t=>{let{path:s,headers:a,query:r,body:o}=Gc(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};getUpcomingInvoice=async t=>{let{path:s,headers:a,query:r,body:o}=Dc(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};chargeWorkspaceUnpaidInvoices=async t=>{let{path:s,headers:a,query:r,body:o}=Fc(t),i=(this.props.toAxiosRequest??g)({method:"post",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};createWorkspace=async t=>{let{path:s,headers:a,query:r,body:o}=Mc(t),i=(this.props.toAxiosRequest??g)({method:"post",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};getPublicWorkspace=async t=>{let{path:s,headers:a,query:r,body:o}=jc(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};getWorkspace=async t=>{let{path:s,headers:a,query:r,body:o}=zc(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};listWorkspaceUsages=async t=>{let{path:s,headers:a,query:r,body:o}=Kc(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};breakDownWorkspaceUsageByBot=async t=>{let{path:s,headers:a,query:r,body:o}=Jc(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};getAllWorkspaceQuotaCompletion=async t=>{let{path:s,headers:a,query:r,body:o}=Xc(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};getWorkspaceQuota=async t=>{let{path:s,headers:a,query:r,body:o}=eu(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};listWorkspaceQuotas=async t=>{let{path:s,headers:a,query:r,body:o}=su(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};updateWorkspace=async t=>{let{path:s,headers:a,query:r,body:o}=ru(t),i=(this.props.toAxiosRequest??g)({method:"put",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};checkHandleAvailability=async t=>{let{path:s,headers:a,query:r,body:o}=ou(t),i=(this.props.toAxiosRequest??g)({method:"put",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};listWorkspaces=async t=>{let{path:s,headers:a,query:r,body:o}=pu(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};deleteWorkspace=async t=>{let{path:s,headers:a,query:r,body:o}=uu(t),i=(this.props.toAxiosRequest??g)({method:"delete",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};getAuditRecords=async t=>{let{path:s,headers:a,query:r,body:o}=du(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};listWorkspaceMembers=async t=>{let{path:s,headers:a,query:r,body:o}=gu(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};getWorkspaceMember=async t=>{let{path:s,headers:a,query:r,body:o}=xu(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};deleteWorkspaceMember=async t=>{let{path:s,headers:a,query:r,body:o}=hu(t),i=(this.props.toAxiosRequest??g)({method:"delete",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};createWorkspaceMember=async t=>{let{path:s,headers:a,query:r,body:o}=Ru(t),i=(this.props.toAxiosRequest??g)({method:"post",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};updateWorkspaceMember=async t=>{let{path:s,headers:a,query:r,body:o}=qu(t),i=(this.props.toAxiosRequest??g)({method:"put",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};listIntegrationApiKeys=async t=>{let{path:s,headers:a,query:r,body:o}=Iu(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};createIntegrationApiKey=async t=>{let{path:s,headers:a,query:r,body:o}=Tu(t),i=(this.props.toAxiosRequest??g)({method:"post",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};deleteIntegrationApiKey=async t=>{let{path:s,headers:a,query:r,body:o}=Pu(t),i=(this.props.toAxiosRequest??g)({method:"delete",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};createIntegration=async t=>{let{path:s,headers:a,query:r,body:o}=Bu(t),i=(this.props.toAxiosRequest??g)({method:"post",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};updateIntegration=async t=>{let{path:s,headers:a,query:r,body:o}=Su(t),i=(this.props.toAxiosRequest??g)({method:"put",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};listIntegrations=async t=>{let{path:s,headers:a,query:r,body:o}=Eu(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};getIntegration=async t=>{let{path:s,headers:a,query:r,body:o}=Gu(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};getIntegrationLogs=async t=>{let{path:s,headers:a,query:r,body:o}=Du(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};getIntegrationByName=async t=>{let{path:s,headers:a,query:r,body:o}=Fu(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};deleteIntegration=async t=>{let{path:s,headers:a,query:r,body:o}=Mu(t),i=(this.props.toAxiosRequest??g)({method:"delete",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};getUsage=async t=>{let{path:s,headers:a,query:r,body:o}=ju(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};listUsageHistory=async t=>{let{path:s,headers:a,query:r,body:o}=zu(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};changeAISpendQuota=async t=>{let{path:s,headers:a,query:r,body:o}=Ku(t),i=(this.props.toAxiosRequest??g)({method:"put",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};listActivities=async t=>{let{path:s,headers:a,query:r,body:o}=Ju(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};introspect=async t=>{let{path:s,headers:a,query:r,body:o}=Xu(t),i=(this.props.toAxiosRequest??g)({method:"post",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};createFile=async t=>{let{path:s,headers:a,query:r,body:o}=el(t),i=(this.props.toAxiosRequest??g)({method:"post",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};deleteFile=async t=>{let{path:s,headers:a,query:r,body:o}=sl(t),i=(this.props.toAxiosRequest??g)({method:"delete",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};listFiles=async t=>{let{path:s,headers:a,query:r,body:o}=rl(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};getFile=async t=>{let{path:s,headers:a,query:r,body:o}=ol(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};updateFile=async t=>{let{path:s,headers:a,query:r,body:o}=pl(t),i=(this.props.toAxiosRequest??g)({method:"put",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};searchFiles=async t=>{let{path:s,headers:a,query:r,body:o}=ul(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};listTables=async t=>{let{path:s,headers:a,query:r,body:o}=dl(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};getTable=async t=>{let{path:s,headers:a,query:r,body:o}=gl(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};getOrCreateTable=async t=>{let{path:s,headers:a,query:r,body:o}=xl(t),i=(this.props.toAxiosRequest??g)({method:"post",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};createTable=async t=>{let{path:s,headers:a,query:r,body:o}=hl(t),i=(this.props.toAxiosRequest??g)({method:"post",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};duplicateTable=async t=>{let{path:s,headers:a,query:r,body:o}=Rl(t),i=(this.props.toAxiosRequest??g)({method:"post",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};updateTable=async t=>{let{path:s,headers:a,query:r,body:o}=ql(t),i=(this.props.toAxiosRequest??g)({method:"put",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};renameTableColumn=async t=>{let{path:s,headers:a,query:r,body:o}=Il(t),i=(this.props.toAxiosRequest??g)({method:"put",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};deleteTable=async t=>{let{path:s,headers:a,query:r,body:o}=Tl(t),i=(this.props.toAxiosRequest??g)({method:"delete",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};getTableRow=async t=>{let{path:s,headers:a,query:r,body:o}=Pl(t),i=(this.props.toAxiosRequest??g)({method:"get",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};findTableRows=async t=>{let{path:s,headers:a,query:r,body:o}=Bl(t),i=(this.props.toAxiosRequest??g)({method:"post",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};createTableRows=async t=>{let{path:s,headers:a,query:r,body:o}=Sl(t),i=(this.props.toAxiosRequest??g)({method:"post",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};deleteTableRows=async t=>{let{path:s,headers:a,query:r,body:o}=El(t),i=(this.props.toAxiosRequest??g)({method:"post",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};updateTableRows=async t=>{let{path:s,headers:a,query:r,body:o}=Gl(t),i=(this.props.toAxiosRequest??g)({method:"put",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})};upsertTableRows=async t=>{let{path:s,headers:a,query:r,body:o}=Dl(t),i=(this.props.toAxiosRequest??g)({method:"post",path:s,headers:{...a},query:{...r},body:o});return this.axiosInstance.request(i).then(n=>n.data).catch(n=>{throw f(n)})}};function f(e){return ye.isAxiosError(e)&&e.response?.data?fs(e.response.data):fs(e)}var Ml=100*1024*1024,Vx=Ml,Jx=Ml,$a=class extends As{config;constructor(t={}){let s=no(t),{apiUrl:a,headers:r,withCredentials:o,timeout:p}=s,i=ye.create({baseURL:a,headers:r,withCredentials:o,timeout:p,maxBodyLength:Vx,maxContentLength:Jx,httpAgent:za.isNode?new Fl.default.Agent({keepAlive:!0}):void 0,httpsAgent:za.isNode?new Hl.default.Agent({keepAlive:!0}):void 0});super(i),this.config=s}createAndUploadFile=async({name:t,index:s,tags:a,contentType:r,accessPolicies:o,content:p,url:i})=>{if(i&&p)throw new Te("Cannot provide both content and URL, please provide only one of them");if(i&&(p=await ye.get(i,{responseType:"arraybuffer"}).then(c=>c.data).catch(c=>{throw new Te(`Failed to download file from provided URL: ${c.message}`,c)})),!p)throw new Te("No content was provided for the file");let n=p instanceof Buffer?p:Buffer.from(p),{file:u}=await this.createFile({name:t,tags:a,index:s,accessPolicies:o,contentType:r,size:n.byteLength});try{await ye.put(u.uploadUrl,n,{maxBodyLength:1/0})}catch(c){throw new Te(`Failed to upload file: ${c.message}`,c,u)}return await this.getFile({id:u.id})}};0&&(module.exports={AlreadyExistsError,BreakingChangesError,Client,CreateAndUploadFileError,ForbiddenError,InternalError,InvalidDataFormatError,InvalidIdentifierError,InvalidJsonSchemaError,InvalidPayloadError,InvalidQueryError,LimitExceededError,MethodNotFoundError,PayloadTooLargeError,PaymentRequiredError,QuotaExceededError,RateLimitedError,ReferenceConstraintError,ReferenceNotFoundError,RelationConflictError,ResourceNotFoundError,RuntimeError,UnauthorizedError,UnknownError,UnsupportedMediaTypeError,axios,errorFrom,isApiError});
|
|
15
15
|
/*! Bundled license information:
|
|
16
16
|
|
|
17
17
|
mime-db/index.js:
|