@botpress/client 0.14.2 → 0.15.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/bundle.cjs CHANGED
@@ -1,14 +1,14 @@
1
- "use strict";var lo=Object.create;var st=Object.defineProperty;var uo=Object.getOwnPropertyDescriptor;var mo=Object.getOwnPropertyNames;var go=Object.getPrototypeOf,fo=Object.prototype.hasOwnProperty;var O=(s,t)=>()=>(t||s((t={exports:{}}).exports,t),t.exports),Xt=(s,t)=>{for(var e in t)st(s,e,{get:t[e],enumerable:!0})},$s=(s,t,e,a)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of mo(t))!fo.call(s,o)&&o!==e&&st(s,o,{get:()=>t[o],enumerable:!(a=uo(t,o))||a.enumerable});return s};var j=(s,t,e)=>(e=s!=null?lo(go(s)):{},$s(t||!s||!s.__esModule?st(e,"default",{value:s,enumerable:!0}):e,s)),xo=s=>$s(st({},"__esModule",{value:!0}),s);var pa=O((jc,ca)=>{var ra=require("stream").Stream,Yo=require("util");ca.exports=se;function se(){this.source=null,this.dataSize=0,this.maxDataSize=1024*1024,this.pauseStream=!0,this._maxDataSizeExceeded=!1,this._released=!1,this._bufferedEvents=[]}Yo.inherits(se,ra);se.create=function(s,t){var e=new this;t=t||{};for(var a in t)e[a]=t[a];e.source=s;var o=s.emit;return s.emit=function(){return e._handleEmit(arguments),o.apply(s,arguments)},s.on("error",function(){}),e.pauseStream&&s.pause(),e};Object.defineProperty(se.prototype,"readable",{configurable:!0,enumerable:!0,get:function(){return this.source.readable}});se.prototype.setEncoding=function(){return this.source.setEncoding.apply(this.source,arguments)};se.prototype.resume=function(){this._released||this.release(),this.source.resume()};se.prototype.pause=function(){this.source.pause()};se.prototype.release=function(){this._released=!0,this._bufferedEvents.forEach(function(s){this.emit.apply(this,s)}.bind(this)),this._bufferedEvents=[]};se.prototype.pipe=function(){var s=ra.prototype.pipe.apply(this,arguments);return this.resume(),s};se.prototype._handleEmit=function(s){if(this._released){this.emit.apply(this,s);return}s[0]==="data"&&(this.dataSize+=s[1].length,this._checkIfMaxDataSizeExceeded()),this._bufferedEvents.push(s)};se.prototype._checkIfMaxDataSizeExceeded=function(){if(!this._maxDataSizeExceeded&&!(this.dataSize<=this.maxDataSize)){this._maxDataSizeExceeded=!0;var s="DelayedStream#maxDataSize of "+this.maxDataSize+" bytes exceeded.";this.emit("error",new Error(s))}}});var ma=O((Nc,da)=>{var Xo=require("util"),ua=require("stream").Stream,la=pa();da.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}Xo.inherits(L,ua);L.create=function(s){var t=new this;s=s||{};for(var e in s)t[e]=s[e];return t};L.isStreamLike=function(s){return typeof s!="function"&&typeof s!="string"&&typeof s!="boolean"&&typeof s!="number"&&!Buffer.isBuffer(s)};L.prototype.append=function(s){var t=L.isStreamLike(s);if(t){if(!(s instanceof la)){var e=la.create(s,{maxDataSize:1/0,pauseStream:this.pauseStreams});s.on("data",this._checkDataSize.bind(this)),s=e}this._handleErrors(s),this.pauseStreams&&s.pause()}return this._streams.push(s),this};L.prototype.pipe=function(s,t){return ua.prototype.pipe.call(this,s,t),this.resume(),s};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 s=this._streams.shift();if(typeof s>"u"){this.end();return}if(typeof s!="function"){this._pipeNext(s);return}var t=s;t(function(e){var a=L.isStreamLike(e);a&&(e.on("data",this._checkDataSize.bind(this)),this._handleErrors(e)),this._pipeNext(e)}.bind(this))};L.prototype._pipeNext=function(s){this._currentStream=s;var t=L.isStreamLike(s);if(t){s.on("end",this._getNext.bind(this)),s.pipe(this,{end:!1});return}var e=s;this.write(e),this._getNext()};L.prototype._handleErrors=function(s){var t=this;s.on("error",function(e){t._emitError(e)})};L.prototype.write=function(s){this.emit("data",s)};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 s="DelayedStream#maxDataSize of "+this.maxDataSize+" bytes exceeded.";this._emitError(new Error(s))}};L.prototype._updateDataSize=function(){this.dataSize=0;var s=this;this._streams.forEach(function(t){t.dataSize&&(s.dataSize+=t.dataSize)}),this._currentStream&&this._currentStream.dataSize&&(this.dataSize+=this._currentStream.dataSize)};L.prototype._emitError=function(s){this._reset(),this.emit("error",s)}});var ga=O((Hc,Zo)=>{Zo.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 xa=O((Qc,fa)=>{fa.exports=ga()});var ba=O(J=>{"use strict";var rt=xa(),ei=require("path").extname,ha=/^\s*([^;\s]*)(?:;|\s|$)/,ti=/^text\//i;J.charset=ya;J.charsets={lookup:ya};J.contentType=si;J.extension=ai;J.extensions=Object.create(null);J.lookup=ni;J.types=Object.create(null);oi(J.extensions,J.types);function ya(s){if(!s||typeof s!="string")return!1;var t=ha.exec(s),e=t&&rt[t[1].toLowerCase()];return e&&e.charset?e.charset:t&&ti.test(t[1])?"UTF-8":!1}function si(s){if(!s||typeof s!="string")return!1;var t=s.indexOf("/")===-1?J.lookup(s):s;if(!t)return!1;if(t.indexOf("charset")===-1){var e=J.charset(t);e&&(t+="; charset="+e.toLowerCase())}return t}function ai(s){if(!s||typeof s!="string")return!1;var t=ha.exec(s),e=t&&J.extensions[t[1].toLowerCase()];return!e||!e.length?!1:e[0]}function ni(s){if(!s||typeof s!="string")return!1;var t=ei("x."+s).toLowerCase().substr(1);return t&&J.types[t]||!1}function oi(s,t){var e=["nginx","apache",void 0,"iana"];Object.keys(rt).forEach(function(o){var n=rt[o],i=n.extensions;if(!(!i||!i.length)){s[o]=i;for(var r=0;r<i.length;r++){var c=i[r];if(t[c]){var p=e.indexOf(rt[t[c]].source),l=e.indexOf(n.source);if(t[c]!=="application/octet-stream"&&(p>l||p===l&&t[c].substr(0,12)==="application/"))continue}t[c]=o}}})}});var Ra=O((Kc,va)=>{va.exports=ii;function ii(s){var t=typeof setImmediate=="function"?setImmediate:typeof process=="object"&&typeof process.nextTick=="function"?process.nextTick:null;t?t(s):setTimeout(s,0)}});var ss=O(($c,Ca)=>{var Aa=Ra();Ca.exports=ri;function ri(s){var t=!1;return Aa(function(){t=!0}),function(a,o){t?s(a,o):Aa(function(){s(a,o)})}}});var as=O((Jc,Pa)=>{Pa.exports=ci;function ci(s){Object.keys(s.jobs).forEach(pi.bind(s)),s.jobs={}}function pi(s){typeof this.jobs[s]=="function"&&this.jobs[s]()}});var ns=O((Yc,Ta)=>{var ka=ss(),li=as();Ta.exports=ui;function ui(s,t,e,a){var o=e.keyedList?e.keyedList[e.index]:e.index;e.jobs[o]=di(t,o,s[o],function(n,i){o in e.jobs&&(delete e.jobs[o],n?li(e):e.results[o]=i,a(n,e.results))})}function di(s,t,e,a){var o;return s.length==2?o=s(e,ka(a)):o=s(e,t,ka(a)),o}});var os=O((Xc,wa)=>{wa.exports=mi;function mi(s,t){var e=!Array.isArray(s),a={index:0,keyedList:e||t?Object.keys(s):null,jobs:{},results:e?{}:[],size:e?Object.keys(s).length:s.length};return t&&a.keyedList.sort(e?t:function(o,n){return t(s[o],s[n])}),a}});var is=O((Zc,Ia)=>{var gi=as(),fi=ss();Ia.exports=xi;function xi(s){Object.keys(this.jobs).length&&(this.index=this.size,gi(this),fi(s)(null,this.results))}});var qa=O((ep,Ba)=>{var hi=ns(),yi=os(),bi=is();Ba.exports=vi;function vi(s,t,e){for(var a=yi(s);a.index<(a.keyedList||s).length;)hi(s,t,a,function(o,n){if(o){e(o,n);return}if(Object.keys(a.jobs).length===0){e(null,a.results);return}}),a.index++;return bi.bind(a,e)}});var rs=O((tp,ct)=>{var Ua=ns(),Ri=os(),Ai=is();ct.exports=Ci;ct.exports.ascending=Ea;ct.exports.descending=Pi;function Ci(s,t,e,a){var o=Ri(s,e);return Ua(s,t,o,function n(i,r){if(i){a(i,r);return}if(o.index++,o.index<(o.keyedList||s).length){Ua(s,t,o,n);return}a(null,o.results)}),Ai.bind(o,a)}function Ea(s,t){return s<t?-1:s>t?1:0}function Pi(s,t){return-1*Ea(s,t)}});var Sa=O((sp,Oa)=>{var ki=rs();Oa.exports=Ti;function Ti(s,t,e){return ki(s,t,null,e)}});var Va=O((ap,Da)=>{Da.exports={parallel:qa(),serial:Sa(),serialOrdered:rs()}});var _a=O((np,La)=>{La.exports=function(s,t){return Object.keys(t).forEach(function(e){s[e]=s[e]||t[e]}),s}});var Wa=O((op,Ma)=>{var us=ma(),Fa=require("util"),cs=require("path"),wi=require("http"),Ii=require("https"),Bi=require("url").parse,qi=require("fs"),Ui=require("stream").Stream,ps=ba(),Ei=Va(),ls=_a();Ma.exports=U;Fa.inherits(U,us);function U(s){if(!(this instanceof U))return new U(s);this._overheadLength=0,this._valueLength=0,this._valuesToMeasure=[],us.call(this),s=s||{};for(var t in s)this[t]=s[t]}U.LINE_BREAK=`\r
2
- `;U.DEFAULT_CONTENT_TYPE="application/octet-stream";U.prototype.append=function(s,t,e){e=e||{},typeof e=="string"&&(e={filename:e});var a=us.prototype.append.bind(this);if(typeof t=="number"&&(t=""+t),Fa.isArray(t)){this._error(new Error("Arrays are not supported."));return}var o=this._multiPartHeader(s,t,e),n=this._multiPartFooter();a(o),a(t),a(n),this._trackLength(o,t,e)};U.prototype._trackLength=function(s,t,e){var a=0;e.knownLength!=null?a+=+e.knownLength:Buffer.isBuffer(t)?a=t.length:typeof t=="string"&&(a=Buffer.byteLength(t)),this._valueLength+=a,this._overheadLength+=Buffer.byteLength(s)+U.LINE_BREAK.length,!(!t||!t.path&&!(t.readable&&t.hasOwnProperty("httpVersion"))&&!(t instanceof Ui))&&(e.knownLength||this._valuesToMeasure.push(t))};U.prototype._lengthRetriever=function(s,t){s.hasOwnProperty("fd")?s.end!=null&&s.end!=1/0&&s.start!=null?t(null,s.end+1-(s.start?s.start:0)):qi.stat(s.path,function(e,a){var o;if(e){t(e);return}o=a.size-(s.start?s.start:0),t(null,o)}):s.hasOwnProperty("httpVersion")?t(null,+s.headers["content-length"]):s.hasOwnProperty("httpModule")?(s.on("response",function(e){s.pause(),t(null,+e.headers["content-length"])}),s.resume()):t("Unknown stream")};U.prototype._multiPartHeader=function(s,t,e){if(typeof e.header=="string")return e.header;var a=this._getContentDisposition(t,e),o=this._getContentType(t,e),n="",i={"Content-Disposition":["form-data",'name="'+s+'"'].concat(a||[]),"Content-Type":[].concat(o||[])};typeof e.header=="object"&&ls(i,e.header);var r;for(var c in i)i.hasOwnProperty(c)&&(r=i[c],r!=null&&(Array.isArray(r)||(r=[r]),r.length&&(n+=c+": "+r.join("; ")+U.LINE_BREAK)));return"--"+this.getBoundary()+U.LINE_BREAK+n+U.LINE_BREAK};U.prototype._getContentDisposition=function(s,t){var e,a;return typeof t.filepath=="string"?e=cs.normalize(t.filepath).replace(/\\/g,"/"):t.filename||s.name||s.path?e=cs.basename(t.filename||s.name||s.path):s.readable&&s.hasOwnProperty("httpVersion")&&(e=cs.basename(s.client._httpMessage.path||"")),e&&(a='filename="'+e+'"'),a};U.prototype._getContentType=function(s,t){var e=t.contentType;return!e&&s.name&&(e=ps.lookup(s.name)),!e&&s.path&&(e=ps.lookup(s.path)),!e&&s.readable&&s.hasOwnProperty("httpVersion")&&(e=s.headers["content-type"]),!e&&(t.filepath||t.filename)&&(e=ps.lookup(t.filepath||t.filename)),!e&&typeof s=="object"&&(e=U.DEFAULT_CONTENT_TYPE),e};U.prototype._multiPartFooter=function(){return function(s){var t=U.LINE_BREAK,e=this._streams.length===0;e&&(t+=this._lastBoundary()),s(t)}.bind(this)};U.prototype._lastBoundary=function(){return"--"+this.getBoundary()+"--"+U.LINE_BREAK};U.prototype.getHeaders=function(s){var t,e={"content-type":"multipart/form-data; boundary="+this.getBoundary()};for(t in s)s.hasOwnProperty(t)&&(e[t.toLowerCase()]=s[t]);return e};U.prototype.setBoundary=function(s){this._boundary=s};U.prototype.getBoundary=function(){return this._boundary||this._generateBoundary(),this._boundary};U.prototype.getBuffer=function(){for(var s=new Buffer.alloc(0),t=this.getBoundary(),e=0,a=this._streams.length;e<a;e++)typeof this._streams[e]!="function"&&(Buffer.isBuffer(this._streams[e])?s=Buffer.concat([s,this._streams[e]]):s=Buffer.concat([s,Buffer.from(this._streams[e])]),(typeof this._streams[e]!="string"||this._streams[e].substring(2,t.length+2)!==t)&&(s=Buffer.concat([s,Buffer.from(U.LINE_BREAK)])));return Buffer.concat([s,Buffer.from(this._lastBoundary())])};U.prototype._generateBoundary=function(){for(var s="--------------------------",t=0;t<24;t++)s+=Math.floor(Math.random()*10).toString(16);this._boundary=s};U.prototype.getLengthSync=function(){var s=this._overheadLength+this._valueLength;return this._streams.length&&(s+=this._lastBoundary().length),this.hasKnownLength()||this._error(new Error("Cannot calculate proper length in synchronous way.")),s};U.prototype.hasKnownLength=function(){var s=!0;return this._valuesToMeasure.length&&(s=!1),s};U.prototype.getLength=function(s){var t=this._overheadLength+this._valueLength;if(this._streams.length&&(t+=this._lastBoundary().length),!this._valuesToMeasure.length){process.nextTick(s.bind(this,null,t));return}Ei.parallel(this._valuesToMeasure,this._lengthRetriever,function(e,a){if(e){s(e);return}a.forEach(function(o){t+=o}),s(null,t)})};U.prototype.submit=function(s,t){var e,a,o={method:"post"};return typeof s=="string"?(s=Bi(s),a=ls({port:s.port,path:s.pathname,host:s.hostname,protocol:s.protocol},o)):(a=ls(s,o),a.port||(a.port=a.protocol=="https:"?443:80)),a.headers=this.getHeaders(s.headers),a.protocol=="https:"?e=Ii.request(a):e=wi.request(a),this.getLength(function(n,i){if(n&&n!=="Unknown stream"){this._error(n);return}if(i&&e.setHeader("Content-Length",i),this.pipe(e),t){var r,c=function(p,l){return e.removeListener("error",c),e.removeListener("response",r),t.call(this,p,l)};r=c.bind(this,null),e.on("error",c),e.on("response",r)}}.bind(this)),e};U.prototype._error=function(s){this.error||(this.error=s,this.pause(),this.emit("error",s))};U.prototype.toString=function(){return"[object FormData]"}});var an=O(sn=>{"use strict";var Ki=require("url").parse,$i={ftp:21,gopher:70,http:80,https:443,ws:80,wss:443},Ji=String.prototype.endsWith||function(s){return s.length<=this.length&&this.indexOf(s,this.length-s.length)!==-1};function Yi(s){var t=typeof s=="string"?Ki(s):s||{},e=t.protocol,a=t.host,o=t.port;if(typeof a!="string"||!a||typeof e!="string"||(e=e.split(":",1)[0],a=a.replace(/:\d*$/,""),o=parseInt(o)||$i[e]||0,!Xi(a,o)))return"";var n=Oe("npm_config_"+e+"_proxy")||Oe(e+"_proxy")||Oe("npm_config_proxy")||Oe("all_proxy");return n&&n.indexOf("://")===-1&&(n=e+"://"+n),n}function Xi(s,t){var e=(Oe("npm_config_no_proxy")||Oe("no_proxy")).toLowerCase();return e?e==="*"?!1:e.split(/[,\s]/).every(function(a){if(!a)return!0;var o=a.match(/^(.+):(\d+)$/),n=o?o[1]:a,i=o?parseInt(o[2]):0;return i&&i!==t?!0:/^[.*]/.test(n)?(n.charAt(0)==="*"&&(n=n.slice(1)),!Ji.call(s,n)):s!==n}):!0}function Oe(s){return process.env[s.toLowerCase()]||process.env[s.toUpperCase()]||""}sn.getProxyForUrl=Yi});var on=O((il,nn)=>{var Se=1e3,De=Se*60,Ve=De*60,be=Ve*24,Zi=be*7,er=be*365.25;nn.exports=function(s,t){t=t||{};var e=typeof s;if(e==="string"&&s.length>0)return tr(s);if(e==="number"&&isFinite(s))return t.long?ar(s):sr(s);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(s))};function tr(s){if(s=String(s),!(s.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(s);if(t){var e=parseFloat(t[1]),a=(t[2]||"ms").toLowerCase();switch(a){case"years":case"year":case"yrs":case"yr":case"y":return e*er;case"weeks":case"week":case"w":return e*Zi;case"days":case"day":case"d":return e*be;case"hours":case"hour":case"hrs":case"hr":case"h":return e*Ve;case"minutes":case"minute":case"mins":case"min":case"m":return e*De;case"seconds":case"second":case"secs":case"sec":case"s":return e*Se;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return e;default:return}}}}function sr(s){var t=Math.abs(s);return t>=be?Math.round(s/be)+"d":t>=Ve?Math.round(s/Ve)+"h":t>=De?Math.round(s/De)+"m":t>=Se?Math.round(s/Se)+"s":s+"ms"}function ar(s){var t=Math.abs(s);return t>=be?dt(s,t,be,"day"):t>=Ve?dt(s,t,Ve,"hour"):t>=De?dt(s,t,De,"minute"):t>=Se?dt(s,t,Se,"second"):s+" ms"}function dt(s,t,e,a){var o=t>=e*1.5;return Math.round(s/e)+" "+a+(o?"s":"")}});var Rs=O((rl,rn)=>{function nr(s){e.debug=e,e.default=e,e.coerce=c,e.disable=n,e.enable=o,e.enabled=i,e.humanize=on(),e.destroy=p,Object.keys(s).forEach(l=>{e[l]=s[l]}),e.names=[],e.skips=[],e.formatters={};function t(l){let d=0;for(let C=0;C<l.length;C++)d=(d<<5)-d+l.charCodeAt(C),d|=0;return e.colors[Math.abs(d)%e.colors.length]}e.selectColor=t;function e(l){let d,C=null,w,R;function P(...q){if(!P.enabled)return;let E=P,V=Number(new Date),D=V-(d||V);E.diff=D,E.prev=d,E.curr=V,d=V,q[0]=e.coerce(q[0]),typeof q[0]!="string"&&q.unshift("%O");let H=0;q[0]=q[0].replace(/%([a-zA-Z%])/g,(fe,_e)=>{if(fe==="%%")return"%";H++;let xe=e.formatters[_e];if(typeof xe=="function"){let Te=q[H];fe=xe.call(E,Te),q.splice(H,1),H--}return fe}),e.formatArgs.call(E,q),(E.log||e.log).apply(E,q)}return P.namespace=l,P.useColors=e.useColors(),P.color=e.selectColor(l),P.extend=a,P.destroy=e.destroy,Object.defineProperty(P,"enabled",{enumerable:!0,configurable:!1,get:()=>C!==null?C:(w!==e.namespaces&&(w=e.namespaces,R=e.enabled(l)),R),set:q=>{C=q}}),typeof e.init=="function"&&e.init(P),P}function a(l,d){let C=e(this.namespace+(typeof d>"u"?":":d)+l);return C.log=this.log,C}function o(l){e.save(l),e.namespaces=l,e.names=[],e.skips=[];let d,C=(typeof l=="string"?l:"").split(/[\s,]+/),w=C.length;for(d=0;d<w;d++)C[d]&&(l=C[d].replace(/\*/g,".*?"),l[0]==="-"?e.skips.push(new RegExp("^"+l.slice(1)+"$")):e.names.push(new RegExp("^"+l+"$")))}function n(){let l=[...e.names.map(r),...e.skips.map(r).map(d=>"-"+d)].join(",");return e.enable(""),l}function i(l){if(l[l.length-1]==="*")return!0;let d,C;for(d=0,C=e.skips.length;d<C;d++)if(e.skips[d].test(l))return!1;for(d=0,C=e.names.length;d<C;d++)if(e.names[d].test(l))return!0;return!1}function r(l){return l.toString().substring(2,l.toString().length-2).replace(/\.\*\?$/,"*")}function c(l){return l instanceof Error?l.stack||l.message:l}function p(){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 e.enable(e.load()),e}rn.exports=nr});var cn=O((Y,mt)=>{Y.formatArgs=ir;Y.save=rr;Y.load=cr;Y.useColors=or;Y.storage=pr();Y.destroy=(()=>{let s=!1;return()=>{s||(s=!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`."))}})();Y.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 or(){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 ir(s){if(s[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+s[0]+(this.useColors?"%c ":" ")+"+"+mt.exports.humanize(this.diff),!this.useColors)return;let t="color: "+this.color;s.splice(1,0,t,"color: inherit");let e=0,a=0;s[0].replace(/%[a-zA-Z%]/g,o=>{o!=="%%"&&(e++,o==="%c"&&(a=e))}),s.splice(a,0,t)}Y.log=console.debug||console.log||(()=>{});function rr(s){try{s?Y.storage.setItem("debug",s):Y.storage.removeItem("debug")}catch{}}function cr(){let s;try{s=Y.storage.getItem("debug")}catch{}return!s&&typeof process<"u"&&"env"in process&&(s=process.env.DEBUG),s}function pr(){try{return localStorage}catch{}}mt.exports=Rs()(Y);var{formatters:lr}=mt.exports;lr.j=function(s){try{return JSON.stringify(s)}catch(t){return"[UnexpectedJSONParseError]: "+t.message}}});var ln=O((cl,pn)=>{"use strict";pn.exports=(s,t=process.argv)=>{let e=s.startsWith("-")?"":s.length===1?"-":"--",a=t.indexOf(e+s),o=t.indexOf("--");return a!==-1&&(o===-1||a<o)}});var mn=O((pl,dn)=>{"use strict";var ur=require("os"),un=require("tty"),ee=ln(),{env:W}=process,ue;ee("no-color")||ee("no-colors")||ee("color=false")||ee("color=never")?ue=0:(ee("color")||ee("colors")||ee("color=true")||ee("color=always"))&&(ue=1);"FORCE_COLOR"in W&&(W.FORCE_COLOR==="true"?ue=1:W.FORCE_COLOR==="false"?ue=0:ue=W.FORCE_COLOR.length===0?1:Math.min(parseInt(W.FORCE_COLOR,10),3));function As(s){return s===0?!1:{level:s,hasBasic:!0,has256:s>=2,has16m:s>=3}}function Cs(s,t){if(ue===0)return 0;if(ee("color=16m")||ee("color=full")||ee("color=truecolor"))return 3;if(ee("color=256"))return 2;if(s&&!t&&ue===void 0)return 0;let e=ue||0;if(W.TERM==="dumb")return e;if(process.platform==="win32"){let a=ur.release().split(".");return Number(a[0])>=10&&Number(a[2])>=10586?Number(a[2])>=14931?3:2:1}if("CI"in W)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI","GITHUB_ACTIONS","BUILDKITE"].some(a=>a in W)||W.CI_NAME==="codeship"?1:e;if("TEAMCITY_VERSION"in W)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(W.TEAMCITY_VERSION)?1:0;if(W.COLORTERM==="truecolor")return 3;if("TERM_PROGRAM"in W){let a=parseInt((W.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(W.TERM_PROGRAM){case"iTerm.app":return a>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(W.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(W.TERM)||"COLORTERM"in W?1:e}function dr(s){let t=Cs(s,s&&s.isTTY);return As(t)}dn.exports={supportsColor:dr,stdout:As(Cs(!0,un.isatty(1))),stderr:As(Cs(!0,un.isatty(2)))}});var fn=O((N,ft)=>{var mr=require("tty"),gt=require("util");N.init=vr;N.log=hr;N.formatArgs=fr;N.save=yr;N.load=br;N.useColors=gr;N.destroy=gt.deprecate(()=>{},"Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.");N.colors=[6,2,3,4,5,1];try{let s=mn();s&&(s.stderr||s).level>=2&&(N.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{}N.inspectOpts=Object.keys(process.env).filter(s=>/^debug_/i.test(s)).reduce((s,t)=>{let e=t.substring(6).toLowerCase().replace(/_([a-z])/g,(o,n)=>n.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),s[e]=a,s},{});function gr(){return"colors"in N.inspectOpts?Boolean(N.inspectOpts.colors):mr.isatty(process.stderr.fd)}function fr(s){let{namespace:t,useColors:e}=this;if(e){let a=this.color,o="\x1B[3"+(a<8?a:"8;5;"+a),n=` ${o};1m${t} \x1B[0m`;s[0]=n+s[0].split(`
1
+ "use strict";var lo=Object.create;var tt=Object.defineProperty;var uo=Object.getOwnPropertyDescriptor;var mo=Object.getOwnPropertyNames;var go=Object.getPrototypeOf,fo=Object.prototype.hasOwnProperty;var O=(s,t)=>()=>(t||s((t={exports:{}}).exports,t),t.exports),Xt=(s,t)=>{for(var e in t)tt(s,e,{get:t[e],enumerable:!0})},$s=(s,t,e,a)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of mo(t))!fo.call(s,o)&&o!==e&&tt(s,o,{get:()=>t[o],enumerable:!(a=uo(t,o))||a.enumerable});return s};var j=(s,t,e)=>(e=s!=null?lo(go(s)):{},$s(t||!s||!s.__esModule?tt(e,"default",{value:s,enumerable:!0}):e,s)),xo=s=>$s(tt({},"__esModule",{value:!0}),s);var pa=O((Gc,ca)=>{var ra=require("stream").Stream,Yo=require("util");ca.exports=se;function se(){this.source=null,this.dataSize=0,this.maxDataSize=1024*1024,this.pauseStream=!0,this._maxDataSizeExceeded=!1,this._released=!1,this._bufferedEvents=[]}Yo.inherits(se,ra);se.create=function(s,t){var e=new this;t=t||{};for(var a in t)e[a]=t[a];e.source=s;var o=s.emit;return s.emit=function(){return e._handleEmit(arguments),o.apply(s,arguments)},s.on("error",function(){}),e.pauseStream&&s.pause(),e};Object.defineProperty(se.prototype,"readable",{configurable:!0,enumerable:!0,get:function(){return this.source.readable}});se.prototype.setEncoding=function(){return this.source.setEncoding.apply(this.source,arguments)};se.prototype.resume=function(){this._released||this.release(),this.source.resume()};se.prototype.pause=function(){this.source.pause()};se.prototype.release=function(){this._released=!0,this._bufferedEvents.forEach(function(s){this.emit.apply(this,s)}.bind(this)),this._bufferedEvents=[]};se.prototype.pipe=function(){var s=ra.prototype.pipe.apply(this,arguments);return this.resume(),s};se.prototype._handleEmit=function(s){if(this._released){this.emit.apply(this,s);return}s[0]==="data"&&(this.dataSize+=s[1].length,this._checkIfMaxDataSizeExceeded()),this._bufferedEvents.push(s)};se.prototype._checkIfMaxDataSizeExceeded=function(){if(!this._maxDataSizeExceeded&&!(this.dataSize<=this.maxDataSize)){this._maxDataSizeExceeded=!0;var s="DelayedStream#maxDataSize of "+this.maxDataSize+" bytes exceeded.";this.emit("error",new Error(s))}}});var ma=O((jc,da)=>{var Xo=require("util"),ua=require("stream").Stream,la=pa();da.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}Xo.inherits(L,ua);L.create=function(s){var t=new this;s=s||{};for(var e in s)t[e]=s[e];return t};L.isStreamLike=function(s){return typeof s!="function"&&typeof s!="string"&&typeof s!="boolean"&&typeof s!="number"&&!Buffer.isBuffer(s)};L.prototype.append=function(s){var t=L.isStreamLike(s);if(t){if(!(s instanceof la)){var e=la.create(s,{maxDataSize:1/0,pauseStream:this.pauseStreams});s.on("data",this._checkDataSize.bind(this)),s=e}this._handleErrors(s),this.pauseStreams&&s.pause()}return this._streams.push(s),this};L.prototype.pipe=function(s,t){return ua.prototype.pipe.call(this,s,t),this.resume(),s};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 s=this._streams.shift();if(typeof s>"u"){this.end();return}if(typeof s!="function"){this._pipeNext(s);return}var t=s;t(function(e){var a=L.isStreamLike(e);a&&(e.on("data",this._checkDataSize.bind(this)),this._handleErrors(e)),this._pipeNext(e)}.bind(this))};L.prototype._pipeNext=function(s){this._currentStream=s;var t=L.isStreamLike(s);if(t){s.on("end",this._getNext.bind(this)),s.pipe(this,{end:!1});return}var e=s;this.write(e),this._getNext()};L.prototype._handleErrors=function(s){var t=this;s.on("error",function(e){t._emitError(e)})};L.prototype.write=function(s){this.emit("data",s)};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 s="DelayedStream#maxDataSize of "+this.maxDataSize+" bytes exceeded.";this._emitError(new Error(s))}};L.prototype._updateDataSize=function(){this.dataSize=0;var s=this;this._streams.forEach(function(t){t.dataSize&&(s.dataSize+=t.dataSize)}),this._currentStream&&this._currentStream.dataSize&&(this.dataSize+=this._currentStream.dataSize)};L.prototype._emitError=function(s){this._reset(),this.emit("error",s)}});var ga=O((Nc,Zo)=>{Zo.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 xa=O((Hc,fa)=>{fa.exports=ga()});var ba=O(J=>{"use strict";var it=xa(),ei=require("path").extname,ha=/^\s*([^;\s]*)(?:;|\s|$)/,ti=/^text\//i;J.charset=ya;J.charsets={lookup:ya};J.contentType=si;J.extension=ai;J.extensions=Object.create(null);J.lookup=ni;J.types=Object.create(null);oi(J.extensions,J.types);function ya(s){if(!s||typeof s!="string")return!1;var t=ha.exec(s),e=t&&it[t[1].toLowerCase()];return e&&e.charset?e.charset:t&&ti.test(t[1])?"UTF-8":!1}function si(s){if(!s||typeof s!="string")return!1;var t=s.indexOf("/")===-1?J.lookup(s):s;if(!t)return!1;if(t.indexOf("charset")===-1){var e=J.charset(t);e&&(t+="; charset="+e.toLowerCase())}return t}function ai(s){if(!s||typeof s!="string")return!1;var t=ha.exec(s),e=t&&J.extensions[t[1].toLowerCase()];return!e||!e.length?!1:e[0]}function ni(s){if(!s||typeof s!="string")return!1;var t=ei("x."+s).toLowerCase().substr(1);return t&&J.types[t]||!1}function oi(s,t){var e=["nginx","apache",void 0,"iana"];Object.keys(it).forEach(function(o){var n=it[o],i=n.extensions;if(!(!i||!i.length)){s[o]=i;for(var r=0;r<i.length;r++){var c=i[r];if(t[c]){var p=e.indexOf(it[t[c]].source),l=e.indexOf(n.source);if(t[c]!=="application/octet-stream"&&(p>l||p===l&&t[c].substr(0,12)==="application/"))continue}t[c]=o}}})}});var Ra=O((zc,va)=>{va.exports=ii;function ii(s){var t=typeof setImmediate=="function"?setImmediate:typeof process=="object"&&typeof process.nextTick=="function"?process.nextTick:null;t?t(s):setTimeout(s,0)}});var ss=O((Kc,Ca)=>{var Aa=Ra();Ca.exports=ri;function ri(s){var t=!1;return Aa(function(){t=!0}),function(a,o){t?s(a,o):Aa(function(){s(a,o)})}}});var as=O(($c,Pa)=>{Pa.exports=ci;function ci(s){Object.keys(s.jobs).forEach(pi.bind(s)),s.jobs={}}function pi(s){typeof this.jobs[s]=="function"&&this.jobs[s]()}});var ns=O((Jc,Ta)=>{var ka=ss(),li=as();Ta.exports=ui;function ui(s,t,e,a){var o=e.keyedList?e.keyedList[e.index]:e.index;e.jobs[o]=di(t,o,s[o],function(n,i){o in e.jobs&&(delete e.jobs[o],n?li(e):e.results[o]=i,a(n,e.results))})}function di(s,t,e,a){var o;return s.length==2?o=s(e,ka(a)):o=s(e,t,ka(a)),o}});var os=O((Yc,wa)=>{wa.exports=mi;function mi(s,t){var e=!Array.isArray(s),a={index:0,keyedList:e||t?Object.keys(s):null,jobs:{},results:e?{}:[],size:e?Object.keys(s).length:s.length};return t&&a.keyedList.sort(e?t:function(o,n){return t(s[o],s[n])}),a}});var is=O((Xc,Ia)=>{var gi=as(),fi=ss();Ia.exports=xi;function xi(s){Object.keys(this.jobs).length&&(this.index=this.size,gi(this),fi(s)(null,this.results))}});var qa=O((Zc,Ba)=>{var hi=ns(),yi=os(),bi=is();Ba.exports=vi;function vi(s,t,e){for(var a=yi(s);a.index<(a.keyedList||s).length;)hi(s,t,a,function(o,n){if(o){e(o,n);return}if(Object.keys(a.jobs).length===0){e(null,a.results);return}}),a.index++;return bi.bind(a,e)}});var rs=O((ep,rt)=>{var Ua=ns(),Ri=os(),Ai=is();rt.exports=Ci;rt.exports.ascending=Ea;rt.exports.descending=Pi;function Ci(s,t,e,a){var o=Ri(s,e);return Ua(s,t,o,function n(i,r){if(i){a(i,r);return}if(o.index++,o.index<(o.keyedList||s).length){Ua(s,t,o,n);return}a(null,o.results)}),Ai.bind(o,a)}function Ea(s,t){return s<t?-1:s>t?1:0}function Pi(s,t){return-1*Ea(s,t)}});var Sa=O((tp,Oa)=>{var ki=rs();Oa.exports=Ti;function Ti(s,t,e){return ki(s,t,null,e)}});var Va=O((sp,Da)=>{Da.exports={parallel:qa(),serial:Sa(),serialOrdered:rs()}});var _a=O((ap,La)=>{La.exports=function(s,t){return Object.keys(t).forEach(function(e){s[e]=s[e]||t[e]}),s}});var Wa=O((np,Ma)=>{var us=ma(),Fa=require("util"),cs=require("path"),wi=require("http"),Ii=require("https"),Bi=require("url").parse,qi=require("fs"),Ui=require("stream").Stream,ps=ba(),Ei=Va(),ls=_a();Ma.exports=U;Fa.inherits(U,us);function U(s){if(!(this instanceof U))return new U(s);this._overheadLength=0,this._valueLength=0,this._valuesToMeasure=[],us.call(this),s=s||{};for(var t in s)this[t]=s[t]}U.LINE_BREAK=`\r
2
+ `;U.DEFAULT_CONTENT_TYPE="application/octet-stream";U.prototype.append=function(s,t,e){e=e||{},typeof e=="string"&&(e={filename:e});var a=us.prototype.append.bind(this);if(typeof t=="number"&&(t=""+t),Fa.isArray(t)){this._error(new Error("Arrays are not supported."));return}var o=this._multiPartHeader(s,t,e),n=this._multiPartFooter();a(o),a(t),a(n),this._trackLength(o,t,e)};U.prototype._trackLength=function(s,t,e){var a=0;e.knownLength!=null?a+=+e.knownLength:Buffer.isBuffer(t)?a=t.length:typeof t=="string"&&(a=Buffer.byteLength(t)),this._valueLength+=a,this._overheadLength+=Buffer.byteLength(s)+U.LINE_BREAK.length,!(!t||!t.path&&!(t.readable&&t.hasOwnProperty("httpVersion"))&&!(t instanceof Ui))&&(e.knownLength||this._valuesToMeasure.push(t))};U.prototype._lengthRetriever=function(s,t){s.hasOwnProperty("fd")?s.end!=null&&s.end!=1/0&&s.start!=null?t(null,s.end+1-(s.start?s.start:0)):qi.stat(s.path,function(e,a){var o;if(e){t(e);return}o=a.size-(s.start?s.start:0),t(null,o)}):s.hasOwnProperty("httpVersion")?t(null,+s.headers["content-length"]):s.hasOwnProperty("httpModule")?(s.on("response",function(e){s.pause(),t(null,+e.headers["content-length"])}),s.resume()):t("Unknown stream")};U.prototype._multiPartHeader=function(s,t,e){if(typeof e.header=="string")return e.header;var a=this._getContentDisposition(t,e),o=this._getContentType(t,e),n="",i={"Content-Disposition":["form-data",'name="'+s+'"'].concat(a||[]),"Content-Type":[].concat(o||[])};typeof e.header=="object"&&ls(i,e.header);var r;for(var c in i)i.hasOwnProperty(c)&&(r=i[c],r!=null&&(Array.isArray(r)||(r=[r]),r.length&&(n+=c+": "+r.join("; ")+U.LINE_BREAK)));return"--"+this.getBoundary()+U.LINE_BREAK+n+U.LINE_BREAK};U.prototype._getContentDisposition=function(s,t){var e,a;return typeof t.filepath=="string"?e=cs.normalize(t.filepath).replace(/\\/g,"/"):t.filename||s.name||s.path?e=cs.basename(t.filename||s.name||s.path):s.readable&&s.hasOwnProperty("httpVersion")&&(e=cs.basename(s.client._httpMessage.path||"")),e&&(a='filename="'+e+'"'),a};U.prototype._getContentType=function(s,t){var e=t.contentType;return!e&&s.name&&(e=ps.lookup(s.name)),!e&&s.path&&(e=ps.lookup(s.path)),!e&&s.readable&&s.hasOwnProperty("httpVersion")&&(e=s.headers["content-type"]),!e&&(t.filepath||t.filename)&&(e=ps.lookup(t.filepath||t.filename)),!e&&typeof s=="object"&&(e=U.DEFAULT_CONTENT_TYPE),e};U.prototype._multiPartFooter=function(){return function(s){var t=U.LINE_BREAK,e=this._streams.length===0;e&&(t+=this._lastBoundary()),s(t)}.bind(this)};U.prototype._lastBoundary=function(){return"--"+this.getBoundary()+"--"+U.LINE_BREAK};U.prototype.getHeaders=function(s){var t,e={"content-type":"multipart/form-data; boundary="+this.getBoundary()};for(t in s)s.hasOwnProperty(t)&&(e[t.toLowerCase()]=s[t]);return e};U.prototype.setBoundary=function(s){this._boundary=s};U.prototype.getBoundary=function(){return this._boundary||this._generateBoundary(),this._boundary};U.prototype.getBuffer=function(){for(var s=new Buffer.alloc(0),t=this.getBoundary(),e=0,a=this._streams.length;e<a;e++)typeof this._streams[e]!="function"&&(Buffer.isBuffer(this._streams[e])?s=Buffer.concat([s,this._streams[e]]):s=Buffer.concat([s,Buffer.from(this._streams[e])]),(typeof this._streams[e]!="string"||this._streams[e].substring(2,t.length+2)!==t)&&(s=Buffer.concat([s,Buffer.from(U.LINE_BREAK)])));return Buffer.concat([s,Buffer.from(this._lastBoundary())])};U.prototype._generateBoundary=function(){for(var s="--------------------------",t=0;t<24;t++)s+=Math.floor(Math.random()*10).toString(16);this._boundary=s};U.prototype.getLengthSync=function(){var s=this._overheadLength+this._valueLength;return this._streams.length&&(s+=this._lastBoundary().length),this.hasKnownLength()||this._error(new Error("Cannot calculate proper length in synchronous way.")),s};U.prototype.hasKnownLength=function(){var s=!0;return this._valuesToMeasure.length&&(s=!1),s};U.prototype.getLength=function(s){var t=this._overheadLength+this._valueLength;if(this._streams.length&&(t+=this._lastBoundary().length),!this._valuesToMeasure.length){process.nextTick(s.bind(this,null,t));return}Ei.parallel(this._valuesToMeasure,this._lengthRetriever,function(e,a){if(e){s(e);return}a.forEach(function(o){t+=o}),s(null,t)})};U.prototype.submit=function(s,t){var e,a,o={method:"post"};return typeof s=="string"?(s=Bi(s),a=ls({port:s.port,path:s.pathname,host:s.hostname,protocol:s.protocol},o)):(a=ls(s,o),a.port||(a.port=a.protocol=="https:"?443:80)),a.headers=this.getHeaders(s.headers),a.protocol=="https:"?e=Ii.request(a):e=wi.request(a),this.getLength(function(n,i){if(n&&n!=="Unknown stream"){this._error(n);return}if(i&&e.setHeader("Content-Length",i),this.pipe(e),t){var r,c=function(p,l){return e.removeListener("error",c),e.removeListener("response",r),t.call(this,p,l)};r=c.bind(this,null),e.on("error",c),e.on("response",r)}}.bind(this)),e};U.prototype._error=function(s){this.error||(this.error=s,this.pause(),this.emit("error",s))};U.prototype.toString=function(){return"[object FormData]"}});var an=O(sn=>{"use strict";var Ki=require("url").parse,$i={ftp:21,gopher:70,http:80,https:443,ws:80,wss:443},Ji=String.prototype.endsWith||function(s){return s.length<=this.length&&this.indexOf(s,this.length-s.length)!==-1};function Yi(s){var t=typeof s=="string"?Ki(s):s||{},e=t.protocol,a=t.host,o=t.port;if(typeof a!="string"||!a||typeof e!="string"||(e=e.split(":",1)[0],a=a.replace(/:\d*$/,""),o=parseInt(o)||$i[e]||0,!Xi(a,o)))return"";var n=Ee("npm_config_"+e+"_proxy")||Ee(e+"_proxy")||Ee("npm_config_proxy")||Ee("all_proxy");return n&&n.indexOf("://")===-1&&(n=e+"://"+n),n}function Xi(s,t){var e=(Ee("npm_config_no_proxy")||Ee("no_proxy")).toLowerCase();return e?e==="*"?!1:e.split(/[,\s]/).every(function(a){if(!a)return!0;var o=a.match(/^(.+):(\d+)$/),n=o?o[1]:a,i=o?parseInt(o[2]):0;return i&&i!==t?!0:/^[.*]/.test(n)?(n.charAt(0)==="*"&&(n=n.slice(1)),!Ji.call(s,n)):s!==n}):!0}function Ee(s){return process.env[s.toLowerCase()]||process.env[s.toUpperCase()]||""}sn.getProxyForUrl=Yi});var on=O((ol,nn)=>{var Oe=1e3,Se=Oe*60,De=Se*60,be=De*24,Zi=be*7,er=be*365.25;nn.exports=function(s,t){t=t||{};var e=typeof s;if(e==="string"&&s.length>0)return tr(s);if(e==="number"&&isFinite(s))return t.long?ar(s):sr(s);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(s))};function tr(s){if(s=String(s),!(s.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(s);if(t){var e=parseFloat(t[1]),a=(t[2]||"ms").toLowerCase();switch(a){case"years":case"year":case"yrs":case"yr":case"y":return e*er;case"weeks":case"week":case"w":return e*Zi;case"days":case"day":case"d":return e*be;case"hours":case"hour":case"hrs":case"hr":case"h":return e*De;case"minutes":case"minute":case"mins":case"min":case"m":return e*Se;case"seconds":case"second":case"secs":case"sec":case"s":return e*Oe;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return e;default:return}}}}function sr(s){var t=Math.abs(s);return t>=be?Math.round(s/be)+"d":t>=De?Math.round(s/De)+"h":t>=Se?Math.round(s/Se)+"m":t>=Oe?Math.round(s/Oe)+"s":s+"ms"}function ar(s){var t=Math.abs(s);return t>=be?ut(s,t,be,"day"):t>=De?ut(s,t,De,"hour"):t>=Se?ut(s,t,Se,"minute"):t>=Oe?ut(s,t,Oe,"second"):s+" ms"}function ut(s,t,e,a){var o=t>=e*1.5;return Math.round(s/e)+" "+a+(o?"s":"")}});var Rs=O((il,rn)=>{function nr(s){e.debug=e,e.default=e,e.coerce=c,e.disable=n,e.enable=o,e.enabled=i,e.humanize=on(),e.destroy=p,Object.keys(s).forEach(l=>{e[l]=s[l]}),e.names=[],e.skips=[],e.formatters={};function t(l){let d=0;for(let C=0;C<l.length;C++)d=(d<<5)-d+l.charCodeAt(C),d|=0;return e.colors[Math.abs(d)%e.colors.length]}e.selectColor=t;function e(l){let d,C=null,w,R;function P(...q){if(!P.enabled)return;let E=P,V=Number(new Date),D=V-(d||V);E.diff=D,E.prev=d,E.curr=V,d=V,q[0]=e.coerce(q[0]),typeof q[0]!="string"&&q.unshift("%O");let H=0;q[0]=q[0].replace(/%([a-zA-Z%])/g,(fe,Le)=>{if(fe==="%%")return"%";H++;let xe=e.formatters[Le];if(typeof xe=="function"){let ke=q[H];fe=xe.call(E,ke),q.splice(H,1),H--}return fe}),e.formatArgs.call(E,q),(E.log||e.log).apply(E,q)}return P.namespace=l,P.useColors=e.useColors(),P.color=e.selectColor(l),P.extend=a,P.destroy=e.destroy,Object.defineProperty(P,"enabled",{enumerable:!0,configurable:!1,get:()=>C!==null?C:(w!==e.namespaces&&(w=e.namespaces,R=e.enabled(l)),R),set:q=>{C=q}}),typeof e.init=="function"&&e.init(P),P}function a(l,d){let C=e(this.namespace+(typeof d>"u"?":":d)+l);return C.log=this.log,C}function o(l){e.save(l),e.namespaces=l,e.names=[],e.skips=[];let d,C=(typeof l=="string"?l:"").split(/[\s,]+/),w=C.length;for(d=0;d<w;d++)C[d]&&(l=C[d].replace(/\*/g,".*?"),l[0]==="-"?e.skips.push(new RegExp("^"+l.slice(1)+"$")):e.names.push(new RegExp("^"+l+"$")))}function n(){let l=[...e.names.map(r),...e.skips.map(r).map(d=>"-"+d)].join(",");return e.enable(""),l}function i(l){if(l[l.length-1]==="*")return!0;let d,C;for(d=0,C=e.skips.length;d<C;d++)if(e.skips[d].test(l))return!1;for(d=0,C=e.names.length;d<C;d++)if(e.names[d].test(l))return!0;return!1}function r(l){return l.toString().substring(2,l.toString().length-2).replace(/\.\*\?$/,"*")}function c(l){return l instanceof Error?l.stack||l.message:l}function p(){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 e.enable(e.load()),e}rn.exports=nr});var cn=O((Y,dt)=>{Y.formatArgs=ir;Y.save=rr;Y.load=cr;Y.useColors=or;Y.storage=pr();Y.destroy=(()=>{let s=!1;return()=>{s||(s=!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`."))}})();Y.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 or(){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 ir(s){if(s[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+s[0]+(this.useColors?"%c ":" ")+"+"+dt.exports.humanize(this.diff),!this.useColors)return;let t="color: "+this.color;s.splice(1,0,t,"color: inherit");let e=0,a=0;s[0].replace(/%[a-zA-Z%]/g,o=>{o!=="%%"&&(e++,o==="%c"&&(a=e))}),s.splice(a,0,t)}Y.log=console.debug||console.log||(()=>{});function rr(s){try{s?Y.storage.setItem("debug",s):Y.storage.removeItem("debug")}catch{}}function cr(){let s;try{s=Y.storage.getItem("debug")}catch{}return!s&&typeof process<"u"&&"env"in process&&(s=process.env.DEBUG),s}function pr(){try{return localStorage}catch{}}dt.exports=Rs()(Y);var{formatters:lr}=dt.exports;lr.j=function(s){try{return JSON.stringify(s)}catch(t){return"[UnexpectedJSONParseError]: "+t.message}}});var ln=O((rl,pn)=>{"use strict";pn.exports=(s,t=process.argv)=>{let e=s.startsWith("-")?"":s.length===1?"-":"--",a=t.indexOf(e+s),o=t.indexOf("--");return a!==-1&&(o===-1||a<o)}});var mn=O((cl,dn)=>{"use strict";var ur=require("os"),un=require("tty"),ee=ln(),{env:W}=process,ue;ee("no-color")||ee("no-colors")||ee("color=false")||ee("color=never")?ue=0:(ee("color")||ee("colors")||ee("color=true")||ee("color=always"))&&(ue=1);"FORCE_COLOR"in W&&(W.FORCE_COLOR==="true"?ue=1:W.FORCE_COLOR==="false"?ue=0:ue=W.FORCE_COLOR.length===0?1:Math.min(parseInt(W.FORCE_COLOR,10),3));function As(s){return s===0?!1:{level:s,hasBasic:!0,has256:s>=2,has16m:s>=3}}function Cs(s,t){if(ue===0)return 0;if(ee("color=16m")||ee("color=full")||ee("color=truecolor"))return 3;if(ee("color=256"))return 2;if(s&&!t&&ue===void 0)return 0;let e=ue||0;if(W.TERM==="dumb")return e;if(process.platform==="win32"){let a=ur.release().split(".");return Number(a[0])>=10&&Number(a[2])>=10586?Number(a[2])>=14931?3:2:1}if("CI"in W)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI","GITHUB_ACTIONS","BUILDKITE"].some(a=>a in W)||W.CI_NAME==="codeship"?1:e;if("TEAMCITY_VERSION"in W)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(W.TEAMCITY_VERSION)?1:0;if(W.COLORTERM==="truecolor")return 3;if("TERM_PROGRAM"in W){let a=parseInt((W.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(W.TERM_PROGRAM){case"iTerm.app":return a>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(W.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(W.TERM)||"COLORTERM"in W?1:e}function dr(s){let t=Cs(s,s&&s.isTTY);return As(t)}dn.exports={supportsColor:dr,stdout:As(Cs(!0,un.isatty(1))),stderr:As(Cs(!0,un.isatty(2)))}});var fn=O((N,gt)=>{var mr=require("tty"),mt=require("util");N.init=vr;N.log=hr;N.formatArgs=fr;N.save=yr;N.load=br;N.useColors=gr;N.destroy=mt.deprecate(()=>{},"Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.");N.colors=[6,2,3,4,5,1];try{let s=mn();s&&(s.stderr||s).level>=2&&(N.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{}N.inspectOpts=Object.keys(process.env).filter(s=>/^debug_/i.test(s)).reduce((s,t)=>{let e=t.substring(6).toLowerCase().replace(/_([a-z])/g,(o,n)=>n.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),s[e]=a,s},{});function gr(){return"colors"in N.inspectOpts?Boolean(N.inspectOpts.colors):mr.isatty(process.stderr.fd)}function fr(s){let{namespace:t,useColors:e}=this;if(e){let a=this.color,o="\x1B[3"+(a<8?a:"8;5;"+a),n=` ${o};1m${t} \x1B[0m`;s[0]=n+s[0].split(`
3
3
  `).join(`
4
- `+n),s.push(o+"m+"+ft.exports.humanize(this.diff)+"\x1B[0m")}else s[0]=xr()+t+" "+s[0]}function xr(){return N.inspectOpts.hideDate?"":new Date().toISOString()+" "}function hr(...s){return process.stderr.write(gt.format(...s)+`
5
- `)}function yr(s){s?process.env.DEBUG=s:delete process.env.DEBUG}function br(){return process.env.DEBUG}function vr(s){s.inspectOpts={};let t=Object.keys(N.inspectOpts);for(let e=0;e<t.length;e++)s.inspectOpts[t[e]]=N.inspectOpts[t[e]]}ft.exports=Rs()(N);var{formatters:gn}=ft.exports;gn.o=function(s){return this.inspectOpts.colors=this.useColors,gt.inspect(s,this.inspectOpts).split(`
6
- `).map(t=>t.trim()).join(" ")};gn.O=function(s){return this.inspectOpts.colors=this.useColors,gt.inspect(s,this.inspectOpts)}});var xn=O((ll,Ps)=>{typeof process>"u"||process.type==="renderer"||process.browser===!0||process.__nwjs?Ps.exports=cn():Ps.exports=fn()});var yn=O((ul,hn)=>{var Qe;hn.exports=function(){if(!Qe){try{Qe=xn()("follow-redirects")}catch{}typeof Qe!="function"&&(Qe=function(){})}Qe.apply(null,arguments)}});var Tn=O((dl,Bs)=>{var ve=require("url"),ks=ve.URL,Rr=require("http"),Ar=require("https"),Rn=require("stream").Writable,An=require("assert"),Cn=yn(),ws=["abort","aborted","connect","error","socket","timeout"],Is=Object.create(null);ws.forEach(function(s){Is[s]=function(t,e,a){this._redirectable.emit(s,t,e,a)}});var Cr=Ke("ERR_INVALID_URL","Invalid URL",TypeError),bn=Ke("ERR_FR_REDIRECTION_FAILURE","Redirected request failed"),Pr=Ke("ERR_FR_TOO_MANY_REDIRECTS","Maximum number of redirects exceeded"),kr=Ke("ERR_FR_MAX_BODY_LENGTH_EXCEEDED","Request body larger than maxBodyLength limit"),Tr=Ke("ERR_STREAM_WRITE_AFTER_END","write after end");function X(s,t){Rn.call(this),this._sanitizeOptions(s),this._options=s,this._ended=!1,this._ending=!1,this._redirectCount=0,this._redirects=[],this._requestBodyLength=0,this._requestBodyBuffers=[],t&&this.on("response",t);var e=this;this._onNativeResponse=function(a){e._processResponse(a)},this._performRequest()}X.prototype=Object.create(Rn.prototype);X.prototype.abort=function(){kn(this._currentRequest),this.emit("abort")};X.prototype.write=function(s,t,e){if(this._ending)throw new Tr;if(!Re(s)&&!Br(s))throw new TypeError("data should be a string, Buffer or Uint8Array");if(ze(t)&&(e=t,t=null),s.length===0){e&&e();return}this._requestBodyLength+s.length<=this._options.maxBodyLength?(this._requestBodyLength+=s.length,this._requestBodyBuffers.push({data:s,encoding:t}),this._currentRequest.write(s,t,e)):(this.emit("error",new kr),this.abort())};X.prototype.end=function(s,t,e){if(ze(s)?(e=s,s=t=null):ze(t)&&(e=t,t=null),!s)this._ended=this._ending=!0,this._currentRequest.end(null,null,e);else{var a=this,o=this._currentRequest;this.write(s,t,function(){a._ended=!0,o.end(null,null,e)}),this._ending=!0}};X.prototype.setHeader=function(s,t){this._options.headers[s]=t,this._currentRequest.setHeader(s,t)};X.prototype.removeHeader=function(s){delete this._options.headers[s],this._currentRequest.removeHeader(s)};X.prototype.setTimeout=function(s,t){var e=this;function a(i){i.setTimeout(s),i.removeListener("timeout",i.destroy),i.addListener("timeout",i.destroy)}function o(i){e._timeout&&clearTimeout(e._timeout),e._timeout=setTimeout(function(){e.emit("timeout"),n()},s),a(i)}function n(){e._timeout&&(clearTimeout(e._timeout),e._timeout=null),e.removeListener("abort",n),e.removeListener("error",n),e.removeListener("response",n),t&&e.removeListener("timeout",t),e.socket||e._currentRequest.removeListener("socket",o)}return t&&this.on("timeout",t),this.socket?o(this.socket):this._currentRequest.once("socket",o),this.on("socket",a),this.on("abort",n),this.on("error",n),this.on("response",n),this};["flushHeaders","getHeader","setNoDelay","setSocketKeepAlive"].forEach(function(s){X.prototype[s]=function(t,e){return this._currentRequest[s](t,e)}});["aborted","connection","socket"].forEach(function(s){Object.defineProperty(X.prototype,s,{get:function(){return this._currentRequest[s]}})});X.prototype._sanitizeOptions=function(s){if(s.headers||(s.headers={}),s.host&&(s.hostname||(s.hostname=s.host),delete s.host),!s.pathname&&s.path){var t=s.path.indexOf("?");t<0?s.pathname=s.path:(s.pathname=s.path.substring(0,t),s.search=s.path.substring(t))}};X.prototype._performRequest=function(){var s=this._options.protocol,t=this._options.nativeProtocols[s];if(!t){this.emit("error",new TypeError("Unsupported protocol "+s));return}if(this._options.agents){var e=s.slice(0,-1);this._options.agent=this._options.agents[e]}var a=this._currentRequest=t.request(this._options,this._onNativeResponse);a._redirectable=this;for(var o of ws)a.on(o,Is[o]);if(this._currentUrl=/^\//.test(this._options.path)?ve.format(this._options):this._options.path,this._isRedirect){var n=0,i=this,r=this._requestBodyBuffers;(function c(p){if(a===i._currentRequest)if(p)i.emit("error",p);else if(n<r.length){var l=r[n++];a.finished||a.write(l.data,l.encoding,c)}else i._ended&&a.end()})()}};X.prototype._processResponse=function(s){var t=s.statusCode;this._options.trackRedirects&&this._redirects.push({url:this._currentUrl,headers:s.headers,statusCode:t});var e=s.headers.location;if(!e||this._options.followRedirects===!1||t<300||t>=400){s.responseUrl=this._currentUrl,s.redirects=this._redirects,this.emit("response",s),this._requestBodyBuffers=[];return}if(kn(this._currentRequest),s.destroy(),++this._redirectCount>this._options.maxRedirects){this.emit("error",new Pr);return}var a,o=this._options.beforeRedirect;o&&(a=Object.assign({Host:s.req.getHeader("host")},this._options.headers));var n=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=[],Ts(/^content-/i,this._options.headers));var i=Ts(/^host$/i,this._options.headers),r=ve.parse(this._currentUrl),c=i||r.host,p=/^\w+:/.test(e)?this._currentUrl:ve.format(Object.assign(r,{host:c})),l;try{l=ve.resolve(p,e)}catch(R){this.emit("error",new bn({cause:R}));return}Cn("redirecting to",l),this._isRedirect=!0;var d=ve.parse(l);if(Object.assign(this._options,d),(d.protocol!==r.protocol&&d.protocol!=="https:"||d.host!==c&&!Ir(d.host,c))&&Ts(/^(?:authorization|cookie)$/i,this._options.headers),ze(o)){var C={headers:s.headers,statusCode:t},w={url:p,method:n,headers:a};try{o(this._options,C,w)}catch(R){this.emit("error",R);return}this._sanitizeOptions(this._options)}try{this._performRequest()}catch(R){this.emit("error",new bn({cause:R}))}};function Pn(s){var t={maxRedirects:21,maxBodyLength:10485760},e={};return Object.keys(s).forEach(function(a){var o=a+":",n=e[o]=s[a],i=t[a]=Object.create(n);function r(p,l,d){if(Re(p)){var C;try{C=vn(new ks(p))}catch{C=ve.parse(p)}if(!Re(C.protocol))throw new Cr({input:p});p=C}else ks&&p instanceof ks?p=vn(p):(d=l,l=p,p={protocol:o});return ze(l)&&(d=l,l=null),l=Object.assign({maxRedirects:t.maxRedirects,maxBodyLength:t.maxBodyLength},p,l),l.nativeProtocols=e,!Re(l.host)&&!Re(l.hostname)&&(l.hostname="::1"),An.equal(l.protocol,o,"protocol mismatch"),Cn("options",l),new X(l,d)}function c(p,l,d){var C=i.request(p,l,d);return C.end(),C}Object.defineProperties(i,{request:{value:r,configurable:!0,enumerable:!0,writable:!0},get:{value:c,configurable:!0,enumerable:!0,writable:!0}})}),t}function wr(){}function vn(s){var t={protocol:s.protocol,hostname:s.hostname.startsWith("[")?s.hostname.slice(1,-1):s.hostname,hash:s.hash,search:s.search,pathname:s.pathname,path:s.pathname+s.search,href:s.href};return s.port!==""&&(t.port=Number(s.port)),t}function Ts(s,t){var e;for(var a in t)s.test(a)&&(e=t[a],delete t[a]);return e===null||typeof e>"u"?void 0:String(e).trim()}function Ke(s,t,e){function a(o){Error.captureStackTrace(this,this.constructor),Object.assign(this,o||{}),this.code=s,this.message=this.cause?t+": "+this.cause.message:t}return a.prototype=new(e||Error),a.prototype.constructor=a,a.prototype.name="Error ["+s+"]",a}function kn(s){for(var t of ws)s.removeListener(t,Is[t]);s.on("error",wr),s.abort()}function Ir(s,t){An(Re(s)&&Re(t));var e=s.length-t.length-1;return e>0&&s[e]==="."&&s.endsWith(t)}function Re(s){return typeof s=="string"||s instanceof String}function ze(s){return typeof s=="function"}function Br(s){return typeof s=="object"&&"length"in s}Bs.exports=Pn({http:Rr,https:Ar});Bs.exports.wrap=Pn});var Gs=O(Pe=>{"use strict";Object.defineProperty(Pe,"__esModule",{value:!0});var dc=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(s){return typeof s}:function(s){return s&&typeof Symbol=="function"&&s.constructor===Symbol&&s!==Symbol.prototype?"symbol":typeof s},mc=typeof window<"u"&&typeof window.document<"u",gc=typeof process<"u"&&process.versions!=null&&process.versions.node!=null,fc=(typeof self>"u"?"undefined":dc(self))==="object"&&self.constructor&&self.constructor.name==="DedicatedWorkerGlobalScope",xc=typeof window<"u"&&window.name==="nodejs"||typeof navigator<"u"&&(navigator.userAgent.includes("Node.js")||navigator.userAgent.includes("jsdom")),hc=typeof Deno<"u"&&typeof Deno.version<"u"&&typeof Deno.version.deno<"u";Pe.isBrowser=mc;Pe.isWebWorker=fc;Pe.isNode=gc;Pe.isJsDom=xc;Pe.isDeno=hc});var Vc={};Xt(Vc,{AlreadyExistsError:()=>Wt,BreakingChangesError:()=>Qt,Client:()=>zs,ForbiddenError:()=>wt,InternalError:()=>kt,InvalidDataFormatError:()=>St,InvalidIdentifierError:()=>Dt,InvalidJsonSchemaError:()=>Ot,InvalidPayloadError:()=>Bt,InvalidQueryError:()=>Ft,LimitExceededError:()=>Ht,MethodNotFoundError:()=>Ut,PayloadTooLargeError:()=>It,PaymentRequiredError:()=>jt,QuotaExceededError:()=>Nt,RateLimitedError:()=>Gt,ReferenceConstraintError:()=>Lt,ReferenceNotFoundError:()=>_t,RelationConflictError:()=>Vt,ResourceNotFoundError:()=>Et,RuntimeError:()=>Mt,UnauthorizedError:()=>Tt,UnknownError:()=>ge,UnsupportedMediaTypeError:()=>qt,axios:()=>Ws,errorFrom:()=>ke,isApiError:()=>Hs});module.exports=xo(Vc);var Ws={};Xt(Ws,{Axios:()=>Jr,AxiosError:()=>Yr,AxiosHeaders:()=>rc,Cancel:()=>ac,CancelToken:()=>ec,CanceledError:()=>Xr,HttpStatusCode:()=>cc,VERSION:()=>tc,all:()=>sc,default:()=>m,formToJSON:()=>pc,getAdapter:()=>lc,isAxiosError:()=>nc,isCancel:()=>Zr,mergeConfig:()=>uc,spread:()=>oc,toFormData:()=>ic});function Me(s,t){return function(){return s.apply(t,arguments)}}var{toString:ho}=Object.prototype,{getPrototypeOf:ts}=Object,nt=(s=>t=>{let e=ho.call(t);return s[e]||(s[e]=e.slice(8,-1).toLowerCase())})(Object.create(null)),oe=s=>(s=s.toLowerCase(),t=>nt(t)===s),ot=s=>t=>typeof t===s,{isArray:Ie}=Array,We=ot("undefined");function yo(s){return s!==null&&!We(s)&&s.constructor!==null&&!We(s.constructor)&&Z(s.constructor.isBuffer)&&s.constructor.isBuffer(s)}var Xs=oe("ArrayBuffer");function bo(s){let t;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?t=ArrayBuffer.isView(s):t=s&&s.buffer&&Xs(s.buffer),t}var vo=ot("string"),Z=ot("function"),Zs=ot("number"),it=s=>s!==null&&typeof s=="object",Ro=s=>s===!0||s===!1,at=s=>{if(nt(s)!=="object")return!1;let t=ts(s);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in s)&&!(Symbol.iterator in s)},Ao=oe("Date"),Co=oe("File"),Po=oe("Blob"),ko=oe("FileList"),To=s=>it(s)&&Z(s.pipe),wo=s=>{let t;return s&&(typeof FormData=="function"&&s instanceof FormData||Z(s.append)&&((t=nt(s))==="formdata"||t==="object"&&Z(s.toString)&&s.toString()==="[object FormData]"))},Io=oe("URLSearchParams"),Bo=s=>s.trim?s.trim():s.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function Ge(s,t,{allOwnKeys:e=!1}={}){if(s===null||typeof s>"u")return;let a,o;if(typeof s!="object"&&(s=[s]),Ie(s))for(a=0,o=s.length;a<o;a++)t.call(null,s[a],a,s);else{let n=e?Object.getOwnPropertyNames(s):Object.keys(s),i=n.length,r;for(a=0;a<i;a++)r=n[a],t.call(null,s[r],r,s)}}function ea(s,t){t=t.toLowerCase();let e=Object.keys(s),a=e.length,o;for(;a-- >0;)if(o=e[a],t===o.toLowerCase())return o;return null}var ta=(()=>typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global)(),sa=s=>!We(s)&&s!==ta;function es(){let{caseless:s}=sa(this)&&this||{},t={},e=(a,o)=>{let n=s&&ea(t,o)||o;at(t[n])&&at(a)?t[n]=es(t[n],a):at(a)?t[n]=es({},a):Ie(a)?t[n]=a.slice():t[n]=a};for(let a=0,o=arguments.length;a<o;a++)arguments[a]&&Ge(arguments[a],e);return t}var qo=(s,t,e,{allOwnKeys:a}={})=>(Ge(t,(o,n)=>{e&&Z(o)?s[n]=Me(o,e):s[n]=o},{allOwnKeys:a}),s),Uo=s=>(s.charCodeAt(0)===65279&&(s=s.slice(1)),s),Eo=(s,t,e,a)=>{s.prototype=Object.create(t.prototype,a),s.prototype.constructor=s,Object.defineProperty(s,"super",{value:t.prototype}),e&&Object.assign(s.prototype,e)},Oo=(s,t,e,a)=>{let o,n,i,r={};if(t=t||{},s==null)return t;do{for(o=Object.getOwnPropertyNames(s),n=o.length;n-- >0;)i=o[n],(!a||a(i,s,t))&&!r[i]&&(t[i]=s[i],r[i]=!0);s=e!==!1&&ts(s)}while(s&&(!e||e(s,t))&&s!==Object.prototype);return t},So=(s,t,e)=>{s=String(s),(e===void 0||e>s.length)&&(e=s.length),e-=t.length;let a=s.indexOf(t,e);return a!==-1&&a===e},Do=s=>{if(!s)return null;if(Ie(s))return s;let t=s.length;if(!Zs(t))return null;let e=new Array(t);for(;t-- >0;)e[t]=s[t];return e},Vo=(s=>t=>s&&t instanceof s)(typeof Uint8Array<"u"&&ts(Uint8Array)),Lo=(s,t)=>{let a=(s&&s[Symbol.iterator]).call(s),o;for(;(o=a.next())&&!o.done;){let n=o.value;t.call(s,n[0],n[1])}},_o=(s,t)=>{let e,a=[];for(;(e=s.exec(t))!==null;)a.push(e);return a},Fo=oe("HTMLFormElement"),Mo=s=>s.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(e,a,o){return a.toUpperCase()+o}),Js=(({hasOwnProperty:s})=>(t,e)=>s.call(t,e))(Object.prototype),Wo=oe("RegExp"),aa=(s,t)=>{let e=Object.getOwnPropertyDescriptors(s),a={};Ge(e,(o,n)=>{let i;(i=t(o,n,s))!==!1&&(a[n]=i||o)}),Object.defineProperties(s,a)},Go=s=>{aa(s,(t,e)=>{if(Z(s)&&["arguments","caller","callee"].indexOf(e)!==-1)return!1;let a=s[e];if(Z(a)){if(t.enumerable=!1,"writable"in t){t.writable=!1;return}t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+e+"'")})}})},jo=(s,t)=>{let e={},a=o=>{o.forEach(n=>{e[n]=!0})};return Ie(s)?a(s):a(String(s).split(t)),e},No=()=>{},Ho=(s,t)=>(s=+s,Number.isFinite(s)?s:t),Zt="abcdefghijklmnopqrstuvwxyz",Ys="0123456789",na={DIGIT:Ys,ALPHA:Zt,ALPHA_DIGIT:Zt+Zt.toUpperCase()+Ys},Qo=(s=16,t=na.ALPHA_DIGIT)=>{let e="",{length:a}=t;for(;s--;)e+=t[Math.random()*a|0];return e};function zo(s){return!!(s&&Z(s.append)&&s[Symbol.toStringTag]==="FormData"&&s[Symbol.iterator])}var Ko=s=>{let t=new Array(10),e=(a,o)=>{if(it(a)){if(t.indexOf(a)>=0)return;if(!("toJSON"in a)){t[o]=a;let n=Ie(a)?[]:{};return Ge(a,(i,r)=>{let c=e(i,o+1);!We(c)&&(n[r]=c)}),t[o]=void 0,n}}return a};return e(s,0)},$o=oe("AsyncFunction"),Jo=s=>s&&(it(s)||Z(s))&&Z(s.then)&&Z(s.catch),u={isArray:Ie,isArrayBuffer:Xs,isBuffer:yo,isFormData:wo,isArrayBufferView:bo,isString:vo,isNumber:Zs,isBoolean:Ro,isObject:it,isPlainObject:at,isUndefined:We,isDate:Ao,isFile:Co,isBlob:Po,isRegExp:Wo,isFunction:Z,isStream:To,isURLSearchParams:Io,isTypedArray:Vo,isFileList:ko,forEach:Ge,merge:es,extend:qo,trim:Bo,stripBOM:Uo,inherits:Eo,toFlatObject:Oo,kindOf:nt,kindOfTest:oe,endsWith:So,toArray:Do,forEachEntry:Lo,matchAll:_o,isHTMLForm:Fo,hasOwnProperty:Js,hasOwnProp:Js,reduceDescriptors:aa,freezeMethods:Go,toObjectSet:jo,toCamelCase:Mo,noop:No,toFiniteNumber:Ho,findKey:ea,global:ta,isContextDefined:sa,ALPHABET:na,generateString:Qo,isSpecCompliantForm:zo,toJSONObject:Ko,isAsyncFn:$o,isThenable:Jo};function Be(s,t,e,a,o){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=s,this.name="AxiosError",t&&(this.code=t),e&&(this.config=e),a&&(this.request=a),o&&(this.response=o)}u.inherits(Be,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:u.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});var oa=Be.prototype,ia={};["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(s=>{ia[s]={value:s}});Object.defineProperties(Be,ia);Object.defineProperty(oa,"isAxiosError",{value:!0});Be.from=(s,t,e,a,o,n)=>{let i=Object.create(oa);return u.toFlatObject(s,i,function(c){return c!==Error.prototype},r=>r!=="isAxiosError"),Be.call(i,s.message,t,e,a,o),i.cause=s,i.name=s.name,n&&Object.assign(i,n),i};var k=Be;var Ga=j(Wa(),1),pt=Ga.default;function ds(s){return u.isPlainObject(s)||u.isArray(s)}function Na(s){return u.endsWith(s,"[]")?s.slice(0,-2):s}function ja(s,t,e){return s?s.concat(t).map(function(o,n){return o=Na(o),!e&&n?"["+o+"]":o}).join(e?".":""):t}function Oi(s){return u.isArray(s)&&!s.some(ds)}var Si=u.toFlatObject(u,{},null,function(t){return/^is[A-Z]/.test(t)});function Di(s,t,e){if(!u.isObject(s))throw new TypeError("target must be an object");t=t||new(pt||FormData),e=u.toFlatObject(e,{metaTokens:!0,dots:!1,indexes:!1},!1,function(P,q){return!u.isUndefined(q[P])});let a=e.metaTokens,o=e.visitor||l,n=e.dots,i=e.indexes,c=(e.Blob||typeof Blob<"u"&&Blob)&&u.isSpecCompliantForm(t);if(!u.isFunction(o))throw new TypeError("visitor must be a function");function p(R){if(R===null)return"";if(u.isDate(R))return R.toISOString();if(!c&&u.isBlob(R))throw new k("Blob is not supported. Use a Buffer instead.");return u.isArrayBuffer(R)||u.isTypedArray(R)?c&&typeof Blob=="function"?new Blob([R]):Buffer.from(R):R}function l(R,P,q){let E=R;if(R&&!q&&typeof R=="object"){if(u.endsWith(P,"{}"))P=a?P:P.slice(0,-2),R=JSON.stringify(R);else if(u.isArray(R)&&Oi(R)||(u.isFileList(R)||u.endsWith(P,"[]"))&&(E=u.toArray(R)))return P=Na(P),E.forEach(function(D,H){!(u.isUndefined(D)||D===null)&&t.append(i===!0?ja([P],H,n):i===null?P:P+"[]",p(D))}),!1}return ds(R)?!0:(t.append(ja(q,P,n),p(R)),!1)}let d=[],C=Object.assign(Si,{defaultVisitor:l,convertValue:p,isVisitable:ds});function w(R,P){if(!u.isUndefined(R)){if(d.indexOf(R)!==-1)throw Error("Circular reference detected in "+P.join("."));d.push(R),u.forEach(R,function(E,V){(!(u.isUndefined(E)||E===null)&&o.call(t,E,u.isString(V)?V.trim():V,P,C))===!0&&w(E,P?P.concat(V):[V])}),d.pop()}}if(!u.isObject(s))throw new TypeError("data must be an object");return w(s),t}var pe=Di;function Ha(s){let t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(s).replace(/[!'()~]|%20|%00/g,function(a){return t[a]})}function Qa(s,t){this._pairs=[],s&&pe(s,this,t)}var za=Qa.prototype;za.append=function(t,e){this._pairs.push([t,e])};za.toString=function(t){let e=t?function(a){return t.call(this,a,Ha)}:Ha;return this._pairs.map(function(o){return e(o[0])+"="+e(o[1])},"").join("&")};var Ka=Qa;function Vi(s){return encodeURIComponent(s).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function he(s,t,e){if(!t)return s;let a=e&&e.encode||Vi,o=e&&e.serialize,n;if(o?n=o(t,e):n=u.isURLSearchParams(t)?t.toString():new Ka(t,e).toString(a),n){let i=s.indexOf("#");i!==-1&&(s=s.slice(0,i)),s+=(s.indexOf("?")===-1?"?":"&")+n}return s}var ms=class{constructor(){this.handlers=[]}use(t,e,a){return this.handlers.push({fulfilled:t,rejected:e,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){u.forEach(this.handlers,function(a){a!==null&&t(a)})}},gs=ms;var qe={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1};var $a=j(require("url"),1),Ja=$a.default.URLSearchParams;var Ya={isNode:!0,classes:{URLSearchParams:Ja,FormData:pt,Blob:typeof Blob<"u"&&Blob||null},protocols:["http","https","file","data"]};var fs={};Xt(fs,{hasBrowserEnv:()=>Xa,hasStandardBrowserEnv:()=>Li,hasStandardBrowserWebWorkerEnv:()=>_i});var Xa=typeof window<"u"&&typeof document<"u",Li=(s=>Xa&&["ReactNative","NativeScript","NS"].indexOf(s)<0)(typeof navigator<"u"&&navigator.product),_i=(()=>typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function")();var F={...fs,...Ya};function xs(s,t){return pe(s,new F.classes.URLSearchParams,Object.assign({visitor:function(e,a,o,n){return F.isNode&&u.isBuffer(e)?(this.append(a,e.toString("base64")),!1):n.defaultVisitor.apply(this,arguments)}},t))}function Fi(s){return u.matchAll(/\w+|\[(\w*)]/g,s).map(t=>t[0]==="[]"?"":t[1]||t[0])}function Mi(s){let t={},e=Object.keys(s),a,o=e.length,n;for(a=0;a<o;a++)n=e[a],t[n]=s[n];return t}function Wi(s){function t(e,a,o,n){let i=e[n++],r=Number.isFinite(+i),c=n>=e.length;return i=!i&&u.isArray(o)?o.length:i,c?(u.hasOwnProp(o,i)?o[i]=[o[i],a]:o[i]=a,!r):((!o[i]||!u.isObject(o[i]))&&(o[i]=[]),t(e,a,o[i],n)&&u.isArray(o[i])&&(o[i]=Mi(o[i])),!r)}if(u.isFormData(s)&&u.isFunction(s.entries)){let e={};return u.forEachEntry(s,(a,o)=>{t(Fi(a),o,e,0)}),e}return null}var lt=Wi;function Gi(s,t,e){if(u.isString(s))try{return(t||JSON.parse)(s),u.trim(s)}catch(a){if(a.name!=="SyntaxError")throw a}return(e||JSON.stringify)(s)}var hs={transitional:qe,adapter:["xhr","http"],transformRequest:[function(t,e){let a=e.getContentType()||"",o=a.indexOf("application/json")>-1,n=u.isObject(t);if(n&&u.isHTMLForm(t)&&(t=new FormData(t)),u.isFormData(t))return o&&o?JSON.stringify(lt(t)):t;if(u.isArrayBuffer(t)||u.isBuffer(t)||u.isStream(t)||u.isFile(t)||u.isBlob(t))return t;if(u.isArrayBufferView(t))return t.buffer;if(u.isURLSearchParams(t))return e.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),t.toString();let r;if(n){if(a.indexOf("application/x-www-form-urlencoded")>-1)return xs(t,this.formSerializer).toString();if((r=u.isFileList(t))||a.indexOf("multipart/form-data")>-1){let c=this.env&&this.env.FormData;return pe(r?{"files[]":t}:t,c&&new c,this.formSerializer)}}return n||o?(e.setContentType("application/json",!1),Gi(t)):t}],transformResponse:[function(t){let e=this.transitional||hs.transitional,a=e&&e.forcedJSONParsing,o=this.responseType==="json";if(t&&u.isString(t)&&(a&&!this.responseType||o)){let i=!(e&&e.silentJSONParsing)&&o;try{return JSON.parse(t)}catch(r){if(i)throw r.name==="SyntaxError"?k.from(r,k.ERR_BAD_RESPONSE,this,null,this.response):r}}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:F.classes.FormData,Blob:F.classes.Blob},validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};u.forEach(["delete","get","head","post","put","patch"],s=>{hs.headers[s]={}});var Ue=hs;var ji=u.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"]),Za=s=>{let t={},e,a,o;return s&&s.split(`
7
- `).forEach(function(i){o=i.indexOf(":"),e=i.substring(0,o).trim().toLowerCase(),a=i.substring(o+1).trim(),!(!e||t[e]&&ji[e])&&(e==="set-cookie"?t[e]?t[e].push(a):t[e]=[a]:t[e]=t[e]?t[e]+", "+a:a)}),t};var en=Symbol("internals");function je(s){return s&&String(s).trim().toLowerCase()}function ut(s){return s===!1||s==null?s:u.isArray(s)?s.map(ut):String(s)}function Ni(s){let t=Object.create(null),e=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g,a;for(;a=e.exec(s);)t[a[1]]=a[2];return t}var Hi=s=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(s.trim());function ys(s,t,e,a,o){if(u.isFunction(a))return a.call(this,t,e);if(o&&(t=e),!!u.isString(t)){if(u.isString(a))return t.indexOf(a)!==-1;if(u.isRegExp(a))return a.test(t)}}function Qi(s){return s.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(t,e,a)=>e.toUpperCase()+a)}function zi(s,t){let e=u.toCamelCase(" "+t);["get","set","has"].forEach(a=>{Object.defineProperty(s,a+e,{value:function(o,n,i){return this[a].call(this,t,o,n,i)},configurable:!0})})}var Ee=class{constructor(t){t&&this.set(t)}set(t,e,a){let o=this;function n(r,c,p){let l=je(c);if(!l)throw new Error("header name must be a non-empty string");let d=u.findKey(o,l);(!d||o[d]===void 0||p===!0||p===void 0&&o[d]!==!1)&&(o[d||c]=ut(r))}let i=(r,c)=>u.forEach(r,(p,l)=>n(p,l,c));return u.isPlainObject(t)||t instanceof this.constructor?i(t,e):u.isString(t)&&(t=t.trim())&&!Hi(t)?i(Za(t),e):t!=null&&n(e,t,a),this}get(t,e){if(t=je(t),t){let a=u.findKey(this,t);if(a){let o=this[a];if(!e)return o;if(e===!0)return Ni(o);if(u.isFunction(e))return e.call(this,o,a);if(u.isRegExp(e))return e.exec(o);throw new TypeError("parser must be boolean|regexp|function")}}}has(t,e){if(t=je(t),t){let a=u.findKey(this,t);return!!(a&&this[a]!==void 0&&(!e||ys(this,this[a],a,e)))}return!1}delete(t,e){let a=this,o=!1;function n(i){if(i=je(i),i){let r=u.findKey(a,i);r&&(!e||ys(a,a[r],r,e))&&(delete a[r],o=!0)}}return u.isArray(t)?t.forEach(n):n(t),o}clear(t){let e=Object.keys(this),a=e.length,o=!1;for(;a--;){let n=e[a];(!t||ys(this,this[n],n,t,!0))&&(delete this[n],o=!0)}return o}normalize(t){let e=this,a={};return u.forEach(this,(o,n)=>{let i=u.findKey(a,n);if(i){e[i]=ut(o),delete e[n];return}let r=t?Qi(n):String(n).trim();r!==n&&delete e[n],e[r]=ut(o),a[r]=!0}),this}concat(...t){return this.constructor.concat(this,...t)}toJSON(t){let e=Object.create(null);return u.forEach(this,(a,o)=>{a!=null&&a!==!1&&(e[o]=t&&u.isArray(a)?a.join(", "):a)}),e}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([t,e])=>t+": "+e).join(`
8
- `)}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(t){return t instanceof this?t:new this(t)}static concat(t,...e){let a=new this(t);return e.forEach(o=>a.set(o)),a}static accessor(t){let a=(this[en]=this[en]={accessors:{}}).accessors,o=this.prototype;function n(i){let r=je(i);a[r]||(zi(o,i),a[r]=!0)}return u.isArray(t)?t.forEach(n):n(t),this}};Ee.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]);u.reduceDescriptors(Ee.prototype,({value:s},t)=>{let e=t[0].toUpperCase()+t.slice(1);return{get:()=>s,set(a){this[e]=a}}});u.freezeMethods(Ee);var M=Ee;function Ne(s,t){let e=this||Ue,a=t||e,o=M.from(a.headers),n=a.data;return u.forEach(s,function(r){n=r.call(e,n,o.normalize(),t?t.status:void 0)}),o.normalize(),n}function He(s){return!!(s&&s.__CANCEL__)}function tn(s,t,e){k.call(this,s??"canceled",k.ERR_CANCELED,t,e),this.name="CanceledError"}u.inherits(tn,k,{__CANCEL__:!0});var ae=tn;function le(s,t,e){let a=e.config.validateStatus;!e.status||!a||a(e.status)?s(e):t(new k("Request failed with status code "+e.status,[k.ERR_BAD_REQUEST,k.ERR_BAD_RESPONSE][Math.floor(e.status/100)-4],e.config,e.request,e))}function bs(s){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(s)}function vs(s,t){return t?s.replace(/\/+$/,"")+"/"+t.replace(/^\/+/,""):s}function ye(s,t){return s&&!bs(t)?vs(s,t):t}var Mn=j(an(),1),Wn=j(require("http"),1),Gn=j(require("https"),1),jn=j(require("util"),1),Nn=j(Tn(),1),ie=j(require("zlib"),1);var Ae="1.6.1";function $e(s){let t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(s);return t&&t[1]||""}var qr=/^(?:([^;]+);)?(?:[^;]+;)?(base64|),([\s\S]*)$/;function qs(s,t,e){let a=e&&e.Blob||F.classes.Blob,o=$e(s);if(t===void 0&&a&&(t=!0),o==="data"){s=o.length?s.slice(o.length+1):s;let n=qr.exec(s);if(!n)throw new k("Invalid URL",k.ERR_INVALID_URL);let i=n[1],r=n[2],c=n[3],p=Buffer.from(decodeURIComponent(c),r?"base64":"utf8");if(t){if(!a)throw new k("Blob is not supported",k.ERR_NOT_SUPPORT);return new a([p],{type:i})}return p}throw new k("Unsupported protocol "+o,k.ERR_NOT_SUPPORT)}var Ce=j(require("stream"),1);var In=j(require("stream"),1);function Ur(s,t){let e=0,a=1e3/t,o=null;return function(i,r){let c=Date.now();if(i||c-e>a)return o&&(clearTimeout(o),o=null),e=c,s.apply(null,r);o||(o=setTimeout(()=>(o=null,e=Date.now(),s.apply(null,r)),a-(c-e)))}}var wn=Ur;function Er(s,t){s=s||10;let e=new Array(s),a=new Array(s),o=0,n=0,i;return t=t!==void 0?t:1e3,function(c){let p=Date.now(),l=a[n];i||(i=p),e[o]=c,a[o]=p;let d=n,C=0;for(;d!==o;)C+=e[d++],d=d%s;if(o=(o+1)%s,o===n&&(n=(n+1)%s),p-i<t)return;let w=l&&p-l;return w?Math.round(C*1e3/w):void 0}}var xt=Er;var ht=Symbol("internals"),Us=class extends In.default.Transform{constructor(t){t=u.toFlatObject(t,{maxRate:0,chunkSize:64*1024,minChunkSize:100,timeWindow:500,ticksRate:2,samplesCount:15},null,(r,c)=>!u.isUndefined(c[r])),super({readableHighWaterMark:t.chunkSize});let e=this,a=this[ht]={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},o=xt(a.ticksRate*t.samplesCount,a.timeWindow);this.on("newListener",r=>{r==="progress"&&(a.isCaptured||(a.isCaptured=!0))});let n=0;a.updateProgress=wn(function(){let c=a.length,p=a.bytesSeen,l=p-n;if(!l||e.destroyed)return;let d=o(l);n=p,process.nextTick(()=>{e.emit("progress",{loaded:p,total:c,progress:c?p/c:void 0,bytes:l,rate:d||void 0,estimated:d&&c&&p<=c?(c-p)/d:void 0})})},a.ticksRate);let i=()=>{a.updateProgress(!0)};this.once("end",i),this.once("error",i)}_read(t){let e=this[ht];return e.onReadCallback&&e.onReadCallback(),super._read(t)}_transform(t,e,a){let o=this,n=this[ht],i=n.maxRate,r=this.readableHighWaterMark,c=n.timeWindow,p=1e3/c,l=i/p,d=n.minChunkSize!==!1?Math.max(n.minChunkSize,l*.01):0;function C(R,P){let q=Buffer.byteLength(R);n.bytesSeen+=q,n.bytes+=q,n.isCaptured&&n.updateProgress(),o.push(R)?process.nextTick(P):n.onReadCallback=()=>{n.onReadCallback=null,process.nextTick(P)}}let w=(R,P)=>{let q=Buffer.byteLength(R),E=null,V=r,D,H=0;if(i){let G=Date.now();(!n.ts||(H=G-n.ts)>=c)&&(n.ts=G,D=l-n.bytes,n.bytes=D<0?-D:0,H=0),D=l-n.bytes}if(i){if(D<=0)return setTimeout(()=>{P(null,R)},c-H);D<V&&(V=D)}V&&q>V&&q-V>d&&(E=R.subarray(V),R=R.subarray(0,V)),C(R,E?()=>{process.nextTick(P,null,E)}:P)};w(t,function R(P,q){if(P)return a(P);q?w(q,R):a(null)})}setLength(t){return this[ht].length=+t,this}},Es=Us;var Hn=j(require("events"),1);var qn=require("util"),Un=require("stream");var{asyncIterator:Bn}=Symbol,Or=async function*(s){s.stream?yield*s.stream():s.arrayBuffer?yield await s.arrayBuffer():s[Bn]?yield*s[Bn]():yield s},yt=Or;var Sr=u.ALPHABET.ALPHA_DIGIT+"-_",Je=new qn.TextEncoder,de=`\r
9
- `,Dr=Je.encode(de),Vr=2,Os=class{constructor(t,e){let{escapeName:a}=this.constructor,o=u.isString(e),n=`Content-Disposition: form-data; name="${a(t)}"${!o&&e.name?`; filename="${a(e.name)}"`:""}${de}`;o?e=Je.encode(String(e).replace(/\r?\n|\r\n?/g,de)):n+=`Content-Type: ${e.type||"application/octet-stream"}${de}`,this.headers=Je.encode(n+de),this.contentLength=o?e.byteLength:e.size,this.size=this.headers.byteLength+this.contentLength+Vr,this.name=t,this.value=e}async*encode(){yield this.headers;let{value:t}=this;u.isTypedArray(t)?yield t:yield*yt(t),yield Dr}static escapeName(t){return String(t).replace(/[\r\n"]/g,e=>({"\r":"%0D","\n":"%0A",'"':"%22"})[e])}},Lr=(s,t,e)=>{let{tag:a="form-data-boundary",size:o=25,boundary:n=a+"-"+u.generateString(o,Sr)}=e||{};if(!u.isFormData(s))throw TypeError("FormData instance required");if(n.length<1||n.length>70)throw Error("boundary must be 10-70 characters long");let i=Je.encode("--"+n+de),r=Je.encode("--"+n+"--"+de+de),c=r.byteLength,p=Array.from(s.entries()).map(([d,C])=>{let w=new Os(d,C);return c+=w.size,w});c+=i.byteLength*p.length,c=u.toFiniteNumber(c);let l={"Content-Type":`multipart/form-data; boundary=${n}`};return Number.isFinite(c)&&(l["Content-Length"]=c),t&&t(l),Un.Readable.from(async function*(){for(let d of p)yield i,yield*d.encode();yield r}())},En=Lr;var On=j(require("stream"),1),Ss=class extends On.default.Transform{__transform(t,e,a){this.push(t),a()}_transform(t,e,a){if(t.length!==0&&(this._transform=this.__transform,t[0]!==120)){let o=Buffer.alloc(2);o[0]=120,o[1]=156,this.push(o,e)}this.__transform(t,e,a)}},Sn=Ss;var _r=(s,t)=>u.isAsyncFn(s)?function(...e){let a=e.pop();s.apply(this,e).then(o=>{try{t?a(null,...t(o)):a(null,o)}catch(n){a(n)}},a)}:s,Dn=_r;var Vn={flush:ie.default.constants.Z_SYNC_FLUSH,finishFlush:ie.default.constants.Z_SYNC_FLUSH},Fr={flush:ie.default.constants.BROTLI_OPERATION_FLUSH,finishFlush:ie.default.constants.BROTLI_OPERATION_FLUSH},Ln=u.isFunction(ie.default.createBrotliDecompress),{http:Mr,https:Wr}=Nn.default,Gr=/https:?/,_n=F.protocols.map(s=>s+":");function jr(s){s.beforeRedirects.proxy&&s.beforeRedirects.proxy(s),s.beforeRedirects.config&&s.beforeRedirects.config(s)}function Qn(s,t,e){let a=t;if(!a&&a!==!1){let o=(0,Mn.getProxyForUrl)(e);o&&(a=new URL(o))}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 n=Buffer.from(a.auth,"utf8").toString("base64");s.headers["Proxy-Authorization"]="Basic "+n}s.headers.host=s.hostname+(s.port?":"+s.port:"");let o=a.hostname||a.host;s.hostname=o,s.host=o,s.port=a.port,s.path=e,a.protocol&&(s.protocol=a.protocol.includes(":")?a.protocol:`${a.protocol}:`)}s.beforeRedirects.proxy=function(n){Qn(n,t,n.href)}}var Nr=typeof process<"u"&&u.kindOf(process)==="process",Hr=s=>new Promise((t,e)=>{let a,o,n=(c,p)=>{o||(o=!0,a&&a(c,p))},i=c=>{n(c),t(c)},r=c=>{n(c,!0),e(c)};s(i,r,c=>a=c).catch(r)}),Qr=({address:s,family:t})=>{if(!u.isString(s))throw TypeError("address must be a string");return{address:s,family:t||(s.indexOf(".")<0?6:4)}},Fn=(s,t)=>Qr(u.isObject(s)?s:{address:s,family:t}),zn=Nr&&function(t){return Hr(async function(a,o,n){let{data:i,lookup:r,family:c}=t,{responseType:p,responseEncoding:l}=t,d=t.method.toUpperCase(),C,w=!1,R;if(r){let I=Dn(r,B=>u.isArray(B)?B:[B]);r=(B,Q,we)=>{I(B,Q,(z,ce,Jt)=>{let ne=u.isArray(ce)?ce.map(te=>Fn(te)):[Fn(ce,Jt)];Q.all?we(z,ne):we(z,ne[0].address,ne[0].family)})}}let P=new Hn.default,q=()=>{t.cancelToken&&t.cancelToken.unsubscribe(E),t.signal&&t.signal.removeEventListener("abort",E),P.removeAllListeners()};n((I,B)=>{C=!0,B&&(w=!0,q())});function E(I){P.emit("abort",!I||I.type?new ae(null,t,R):I)}P.once("abort",o),(t.cancelToken||t.signal)&&(t.cancelToken&&t.cancelToken.subscribe(E),t.signal&&(t.signal.aborted?E():t.signal.addEventListener("abort",E)));let V=ye(t.baseURL,t.url),D=new URL(V,"http://localhost"),H=D.protocol||_n[0];if(H==="data:"){let I;if(d!=="GET")return le(a,o,{status:405,statusText:"method not allowed",headers:{},config:t});try{I=qs(t.url,p==="blob",{Blob:t.env&&t.env.Blob})}catch(B){throw k.from(B,k.ERR_BAD_REQUEST,t)}return p==="text"?(I=I.toString(l),(!l||l==="utf8")&&(I=u.stripBOM(I))):p==="stream"&&(I=Ce.default.Readable.from(I)),le(a,o,{data:I,status:200,statusText:"OK",headers:new M,config:t})}if(_n.indexOf(H)===-1)return o(new k("Unsupported protocol "+H,k.ERR_BAD_REQUEST,t));let G=M.from(t.headers).normalize();G.set("User-Agent","axios/"+Ae,!1);let fe=t.onDownloadProgress,_e=t.onUploadProgress,xe=t.maxRate,Te,Kt;if(u.isSpecCompliantForm(i)){let I=G.getContentType(/boundary=([-_\w\d]{10,70})/i);i=En(i,B=>{G.set(B)},{tag:`axios-${Ae}-boundary`,boundary:I&&I[1]||void 0})}else if(u.isFormData(i)&&u.isFunction(i.getHeaders)){if(G.set(i.getHeaders()),!G.hasContentLength())try{let I=await jn.default.promisify(i.getLength).call(i);Number.isFinite(I)&&I>=0&&G.setContentLength(I)}catch{}}else if(u.isBlob(i))i.size&&G.setContentType(i.type||"application/octet-stream"),G.setContentLength(i.size||0),i=Ce.default.Readable.from(yt(i));else if(i&&!u.isStream(i)){if(!Buffer.isBuffer(i))if(u.isArrayBuffer(i))i=Buffer.from(new Uint8Array(i));else if(u.isString(i))i=Buffer.from(i,"utf-8");else return o(new k("Data after transformation must be a string, an ArrayBuffer, a Buffer, or a Stream",k.ERR_BAD_REQUEST,t));if(G.setContentLength(i.length,!1),t.maxBodyLength>-1&&i.length>t.maxBodyLength)return o(new k("Request body larger than maxBodyLength limit",k.ERR_BAD_REQUEST,t))}let po=u.toFiniteNumber(G.getContentLength());u.isArray(xe)?(Te=xe[0],Kt=xe[1]):Te=Kt=xe,i&&(_e||Te)&&(u.isStream(i)||(i=Ce.default.Readable.from(i,{objectMode:!1})),i=Ce.default.pipeline([i,new Es({length:po,maxRate:u.toFiniteNumber(Te)})],u.noop),_e&&i.on("progress",I=>{_e(Object.assign(I,{upload:!0}))}));let Fe;if(t.auth){let I=t.auth.username||"",B=t.auth.password||"";Fe=I+":"+B}if(!Fe&&D.username){let I=D.username,B=D.password;Fe=I+":"+B}Fe&&G.delete("authorization");let Ks;try{Ks=he(D.pathname+D.search,t.params,t.paramsSerializer).replace(/^\?/,"")}catch(I){let B=new Error(I.message);return B.config=t,B.url=t.url,B.exists=!0,o(B)}G.set("Accept-Encoding","gzip, compress, deflate"+(Ln?", br":""),!1);let $={path:Ks,method:d,headers:G.toJSON(),agents:{http:t.httpAgent,https:t.httpsAgent},auth:Fe,protocol:H,family:c,beforeRedirect:jr,beforeRedirects:{}};!u.isUndefined(r)&&($.lookup=r),t.socketPath?$.socketPath=t.socketPath:($.hostname=D.hostname,$.port=D.port,Qn($,t.proxy,H+"//"+D.hostname+(D.port?":"+D.port:"")+$.path));let et,$t=Gr.test($.protocol);if($.agent=$t?t.httpsAgent:t.httpAgent,t.transport?et=t.transport:t.maxRedirects===0?et=$t?Gn.default:Wn.default:(t.maxRedirects&&($.maxRedirects=t.maxRedirects),t.beforeRedirect&&($.beforeRedirects.config=t.beforeRedirect),et=$t?Wr:Mr),t.maxBodyLength>-1?$.maxBodyLength=t.maxBodyLength:$.maxBodyLength=1/0,t.insecureHTTPParser&&($.insecureHTTPParser=t.insecureHTTPParser),R=et.request($,function(B){if(R.destroyed)return;let Q=[B],we=+B.headers["content-length"];if(fe){let te=new Es({length:u.toFiniteNumber(we),maxRate:u.toFiniteNumber(Kt)});fe&&te.on("progress",tt=>{fe(Object.assign(tt,{download:!0}))}),Q.push(te)}let z=B,ce=B.req||R;if(t.decompress!==!1&&B.headers["content-encoding"])switch((d==="HEAD"||B.statusCode===204)&&delete B.headers["content-encoding"],(B.headers["content-encoding"]||"").toLowerCase()){case"gzip":case"x-gzip":case"compress":case"x-compress":Q.push(ie.default.createUnzip(Vn)),delete B.headers["content-encoding"];break;case"deflate":Q.push(new Sn),Q.push(ie.default.createUnzip(Vn)),delete B.headers["content-encoding"];break;case"br":Ln&&(Q.push(ie.default.createBrotliDecompress(Fr)),delete B.headers["content-encoding"])}z=Q.length>1?Ce.default.pipeline(Q,u.noop):Q[0];let Jt=Ce.default.finished(z,()=>{Jt(),q()}),ne={status:B.statusCode,statusText:B.statusMessage,headers:new M(B.headers),config:t,request:ce};if(p==="stream")ne.data=z,le(a,o,ne);else{let te=[],tt=0;z.on("data",function(K){te.push(K),tt+=K.length,t.maxContentLength>-1&&tt>t.maxContentLength&&(w=!0,z.destroy(),o(new k("maxContentLength size of "+t.maxContentLength+" exceeded",k.ERR_BAD_RESPONSE,t,ce)))}),z.on("aborted",function(){if(w)return;let K=new k("maxContentLength size of "+t.maxContentLength+" exceeded",k.ERR_BAD_RESPONSE,t,ce);z.destroy(K),o(K)}),z.on("error",function(K){R.destroyed||o(k.from(K,null,t,ce))}),z.on("end",function(){try{let K=te.length===1?te[0]:Buffer.concat(te);p!=="arraybuffer"&&(K=K.toString(l),(!l||l==="utf8")&&(K=u.stripBOM(K))),ne.data=K}catch(K){return o(k.from(K,null,t,ne.request,ne))}le(a,o,ne)})}P.once("abort",te=>{z.destroyed||(z.emit("error",te),z.destroy())})}),P.once("abort",I=>{o(I),R.destroy(I)}),R.on("error",function(B){o(k.from(B,null,t,R))}),R.on("socket",function(B){B.setKeepAlive(!0,1e3*60)}),t.timeout){let I=parseInt(t.timeout,10);if(Number.isNaN(I)){o(new k("error trying to parse `config.timeout` to int",k.ERR_BAD_OPTION_VALUE,t,R));return}R.setTimeout(I,function(){if(C)return;let Q=t.timeout?"timeout of "+t.timeout+"ms exceeded":"timeout exceeded",we=t.transitional||qe;t.timeoutErrorMessage&&(Q=t.timeoutErrorMessage),o(new k(Q,we.clarifyTimeoutError?k.ETIMEDOUT:k.ECONNABORTED,t,R)),E()})}if(u.isStream(i)){let I=!1,B=!1;i.on("end",()=>{I=!0}),i.once("error",Q=>{B=!0,R.destroy(Q)}),i.on("close",()=>{!I&&!B&&E(new ae("Request stream has been aborted",t,R))}),i.pipe(R)}else R.end(i)})};var Kn=F.hasStandardBrowserEnv?function(){return{write:function(e,a,o,n,i,r){let c=[];c.push(e+"="+encodeURIComponent(a)),u.isNumber(o)&&c.push("expires="+new Date(o).toGMTString()),u.isString(n)&&c.push("path="+n),u.isString(i)&&c.push("domain="+i),r===!0&&c.push("secure"),document.cookie=c.join("; ")},read:function(e){let a=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return a?decodeURIComponent(a[3]):null},remove:function(e){this.write(e,"",Date.now()-864e5)}}}():function(){return{write:function(){},read:function(){return null},remove:function(){}}}();var $n=F.hasStandardBrowserEnv?function(){let t=/(msie|trident)/i.test(navigator.userAgent),e=document.createElement("a"),a;function o(n){let i=n;return t&&(e.setAttribute("href",i),i=e.href),e.setAttribute("href",i),{href:e.href,protocol:e.protocol?e.protocol.replace(/:$/,""):"",host:e.host,search:e.search?e.search.replace(/^\?/,""):"",hash:e.hash?e.hash.replace(/^#/,""):"",hostname:e.hostname,port:e.port,pathname:e.pathname.charAt(0)==="/"?e.pathname:"/"+e.pathname}}return a=o(window.location.href),function(i){let r=u.isString(i)?o(i):i;return r.protocol===a.protocol&&r.host===a.host}}():function(){return function(){return!0}}();function Jn(s,t){let e=0,a=xt(50,250);return o=>{let n=o.loaded,i=o.lengthComputable?o.total:void 0,r=n-e,c=a(r),p=n<=i;e=n;let l={loaded:n,total:i,progress:i?n/i:void 0,bytes:r,rate:c||void 0,estimated:c&&i&&p?(i-n)/c:void 0,event:o};l[t?"download":"upload"]=!0,s(l)}}var zr=typeof XMLHttpRequest<"u",Yn=zr&&function(s){return new Promise(function(e,a){let o=s.data,n=M.from(s.headers).normalize(),i=s.responseType,r;function c(){s.cancelToken&&s.cancelToken.unsubscribe(r),s.signal&&s.signal.removeEventListener("abort",r)}let p;if(u.isFormData(o)){if(F.hasStandardBrowserEnv||F.hasStandardBrowserWebWorkerEnv)n.setContentType(!1);else if((p=n.getContentType())!==!1){let[R,...P]=p?p.split(";").map(q=>q.trim()).filter(Boolean):[];n.setContentType([R||"multipart/form-data",...P].join("; "))}}let l=new XMLHttpRequest;if(s.auth){let R=s.auth.username||"",P=s.auth.password?unescape(encodeURIComponent(s.auth.password)):"";n.set("Authorization","Basic "+btoa(R+":"+P))}let d=ye(s.baseURL,s.url);l.open(s.method.toUpperCase(),he(d,s.params,s.paramsSerializer),!0),l.timeout=s.timeout;function C(){if(!l)return;let R=M.from("getAllResponseHeaders"in l&&l.getAllResponseHeaders()),q={data:!i||i==="text"||i==="json"?l.responseText:l.response,status:l.status,statusText:l.statusText,headers:R,config:s,request:l};le(function(V){e(V),c()},function(V){a(V),c()},q),l=null}if("onloadend"in l?l.onloadend=C:l.onreadystatechange=function(){!l||l.readyState!==4||l.status===0&&!(l.responseURL&&l.responseURL.indexOf("file:")===0)||setTimeout(C)},l.onabort=function(){l&&(a(new k("Request aborted",k.ECONNABORTED,s,l)),l=null)},l.onerror=function(){a(new k("Network Error",k.ERR_NETWORK,s,l)),l=null},l.ontimeout=function(){let P=s.timeout?"timeout of "+s.timeout+"ms exceeded":"timeout exceeded",q=s.transitional||qe;s.timeoutErrorMessage&&(P=s.timeoutErrorMessage),a(new k(P,q.clarifyTimeoutError?k.ETIMEDOUT:k.ECONNABORTED,s,l)),l=null},F.hasStandardBrowserEnv){let R=$n(d)&&s.xsrfCookieName&&Kn.read(s.xsrfCookieName);R&&n.set(s.xsrfHeaderName,R)}o===void 0&&n.setContentType(null),"setRequestHeader"in l&&u.forEach(n.toJSON(),function(P,q){l.setRequestHeader(q,P)}),u.isUndefined(s.withCredentials)||(l.withCredentials=!!s.withCredentials),i&&i!=="json"&&(l.responseType=s.responseType),typeof s.onDownloadProgress=="function"&&l.addEventListener("progress",Jn(s.onDownloadProgress,!0)),typeof s.onUploadProgress=="function"&&l.upload&&l.upload.addEventListener("progress",Jn(s.onUploadProgress)),(s.cancelToken||s.signal)&&(r=R=>{l&&(a(!R||R.type?new ae(null,s,l):R),l.abort(),l=null)},s.cancelToken&&s.cancelToken.subscribe(r),s.signal&&(s.signal.aborted?r():s.signal.addEventListener("abort",r)));let w=$e(d);if(w&&F.protocols.indexOf(w)===-1){a(new k("Unsupported protocol "+w+":",k.ERR_BAD_REQUEST,s));return}l.send(o||null)})};var Ds={http:zn,xhr:Yn};u.forEach(Ds,(s,t)=>{if(s){try{Object.defineProperty(s,"name",{value:t})}catch{}Object.defineProperty(s,"adapterName",{value:t})}});var Xn=s=>`- ${s}`,Kr=s=>u.isFunction(s)||s===null||s===!1,bt={getAdapter:s=>{s=u.isArray(s)?s:[s];let{length:t}=s,e,a,o={};for(let n=0;n<t;n++){e=s[n];let i;if(a=e,!Kr(e)&&(a=Ds[(i=String(e)).toLowerCase()],a===void 0))throw new k(`Unknown adapter '${i}'`);if(a)break;o[i||"#"+n]=a}if(!a){let n=Object.entries(o).map(([r,c])=>`adapter ${r} `+(c===!1?"is not supported by the environment":"is not available in the build")),i=t?n.length>1?`since :
4
+ `+n),s.push(o+"m+"+gt.exports.humanize(this.diff)+"\x1B[0m")}else s[0]=xr()+t+" "+s[0]}function xr(){return N.inspectOpts.hideDate?"":new Date().toISOString()+" "}function hr(...s){return process.stderr.write(mt.format(...s)+`
5
+ `)}function yr(s){s?process.env.DEBUG=s:delete process.env.DEBUG}function br(){return process.env.DEBUG}function vr(s){s.inspectOpts={};let t=Object.keys(N.inspectOpts);for(let e=0;e<t.length;e++)s.inspectOpts[t[e]]=N.inspectOpts[t[e]]}gt.exports=Rs()(N);var{formatters:gn}=gt.exports;gn.o=function(s){return this.inspectOpts.colors=this.useColors,mt.inspect(s,this.inspectOpts).split(`
6
+ `).map(t=>t.trim()).join(" ")};gn.O=function(s){return this.inspectOpts.colors=this.useColors,mt.inspect(s,this.inspectOpts)}});var xn=O((pl,Ps)=>{typeof process>"u"||process.type==="renderer"||process.browser===!0||process.__nwjs?Ps.exports=cn():Ps.exports=fn()});var yn=O((ll,hn)=>{var He;hn.exports=function(){if(!He){try{He=xn()("follow-redirects")}catch{}typeof He!="function"&&(He=function(){})}He.apply(null,arguments)}});var Tn=O((ul,Bs)=>{var ve=require("url"),ks=ve.URL,Rr=require("http"),Ar=require("https"),Rn=require("stream").Writable,An=require("assert"),Cn=yn(),ws=["abort","aborted","connect","error","socket","timeout"],Is=Object.create(null);ws.forEach(function(s){Is[s]=function(t,e,a){this._redirectable.emit(s,t,e,a)}});var Cr=ze("ERR_INVALID_URL","Invalid URL",TypeError),bn=ze("ERR_FR_REDIRECTION_FAILURE","Redirected request failed"),Pr=ze("ERR_FR_TOO_MANY_REDIRECTS","Maximum number of redirects exceeded"),kr=ze("ERR_FR_MAX_BODY_LENGTH_EXCEEDED","Request body larger than maxBodyLength limit"),Tr=ze("ERR_STREAM_WRITE_AFTER_END","write after end");function X(s,t){Rn.call(this),this._sanitizeOptions(s),this._options=s,this._ended=!1,this._ending=!1,this._redirectCount=0,this._redirects=[],this._requestBodyLength=0,this._requestBodyBuffers=[],t&&this.on("response",t);var e=this;this._onNativeResponse=function(a){e._processResponse(a)},this._performRequest()}X.prototype=Object.create(Rn.prototype);X.prototype.abort=function(){kn(this._currentRequest),this.emit("abort")};X.prototype.write=function(s,t,e){if(this._ending)throw new Tr;if(!Re(s)&&!Br(s))throw new TypeError("data should be a string, Buffer or Uint8Array");if(Qe(t)&&(e=t,t=null),s.length===0){e&&e();return}this._requestBodyLength+s.length<=this._options.maxBodyLength?(this._requestBodyLength+=s.length,this._requestBodyBuffers.push({data:s,encoding:t}),this._currentRequest.write(s,t,e)):(this.emit("error",new kr),this.abort())};X.prototype.end=function(s,t,e){if(Qe(s)?(e=s,s=t=null):Qe(t)&&(e=t,t=null),!s)this._ended=this._ending=!0,this._currentRequest.end(null,null,e);else{var a=this,o=this._currentRequest;this.write(s,t,function(){a._ended=!0,o.end(null,null,e)}),this._ending=!0}};X.prototype.setHeader=function(s,t){this._options.headers[s]=t,this._currentRequest.setHeader(s,t)};X.prototype.removeHeader=function(s){delete this._options.headers[s],this._currentRequest.removeHeader(s)};X.prototype.setTimeout=function(s,t){var e=this;function a(i){i.setTimeout(s),i.removeListener("timeout",i.destroy),i.addListener("timeout",i.destroy)}function o(i){e._timeout&&clearTimeout(e._timeout),e._timeout=setTimeout(function(){e.emit("timeout"),n()},s),a(i)}function n(){e._timeout&&(clearTimeout(e._timeout),e._timeout=null),e.removeListener("abort",n),e.removeListener("error",n),e.removeListener("response",n),t&&e.removeListener("timeout",t),e.socket||e._currentRequest.removeListener("socket",o)}return t&&this.on("timeout",t),this.socket?o(this.socket):this._currentRequest.once("socket",o),this.on("socket",a),this.on("abort",n),this.on("error",n),this.on("response",n),this};["flushHeaders","getHeader","setNoDelay","setSocketKeepAlive"].forEach(function(s){X.prototype[s]=function(t,e){return this._currentRequest[s](t,e)}});["aborted","connection","socket"].forEach(function(s){Object.defineProperty(X.prototype,s,{get:function(){return this._currentRequest[s]}})});X.prototype._sanitizeOptions=function(s){if(s.headers||(s.headers={}),s.host&&(s.hostname||(s.hostname=s.host),delete s.host),!s.pathname&&s.path){var t=s.path.indexOf("?");t<0?s.pathname=s.path:(s.pathname=s.path.substring(0,t),s.search=s.path.substring(t))}};X.prototype._performRequest=function(){var s=this._options.protocol,t=this._options.nativeProtocols[s];if(!t){this.emit("error",new TypeError("Unsupported protocol "+s));return}if(this._options.agents){var e=s.slice(0,-1);this._options.agent=this._options.agents[e]}var a=this._currentRequest=t.request(this._options,this._onNativeResponse);a._redirectable=this;for(var o of ws)a.on(o,Is[o]);if(this._currentUrl=/^\//.test(this._options.path)?ve.format(this._options):this._options.path,this._isRedirect){var n=0,i=this,r=this._requestBodyBuffers;(function c(p){if(a===i._currentRequest)if(p)i.emit("error",p);else if(n<r.length){var l=r[n++];a.finished||a.write(l.data,l.encoding,c)}else i._ended&&a.end()})()}};X.prototype._processResponse=function(s){var t=s.statusCode;this._options.trackRedirects&&this._redirects.push({url:this._currentUrl,headers:s.headers,statusCode:t});var e=s.headers.location;if(!e||this._options.followRedirects===!1||t<300||t>=400){s.responseUrl=this._currentUrl,s.redirects=this._redirects,this.emit("response",s),this._requestBodyBuffers=[];return}if(kn(this._currentRequest),s.destroy(),++this._redirectCount>this._options.maxRedirects){this.emit("error",new Pr);return}var a,o=this._options.beforeRedirect;o&&(a=Object.assign({Host:s.req.getHeader("host")},this._options.headers));var n=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=[],Ts(/^content-/i,this._options.headers));var i=Ts(/^host$/i,this._options.headers),r=ve.parse(this._currentUrl),c=i||r.host,p=/^\w+:/.test(e)?this._currentUrl:ve.format(Object.assign(r,{host:c})),l;try{l=ve.resolve(p,e)}catch(R){this.emit("error",new bn({cause:R}));return}Cn("redirecting to",l),this._isRedirect=!0;var d=ve.parse(l);if(Object.assign(this._options,d),(d.protocol!==r.protocol&&d.protocol!=="https:"||d.host!==c&&!Ir(d.host,c))&&Ts(/^(?:authorization|cookie)$/i,this._options.headers),Qe(o)){var C={headers:s.headers,statusCode:t},w={url:p,method:n,headers:a};try{o(this._options,C,w)}catch(R){this.emit("error",R);return}this._sanitizeOptions(this._options)}try{this._performRequest()}catch(R){this.emit("error",new bn({cause:R}))}};function Pn(s){var t={maxRedirects:21,maxBodyLength:10485760},e={};return Object.keys(s).forEach(function(a){var o=a+":",n=e[o]=s[a],i=t[a]=Object.create(n);function r(p,l,d){if(Re(p)){var C;try{C=vn(new ks(p))}catch{C=ve.parse(p)}if(!Re(C.protocol))throw new Cr({input:p});p=C}else ks&&p instanceof ks?p=vn(p):(d=l,l=p,p={protocol:o});return Qe(l)&&(d=l,l=null),l=Object.assign({maxRedirects:t.maxRedirects,maxBodyLength:t.maxBodyLength},p,l),l.nativeProtocols=e,!Re(l.host)&&!Re(l.hostname)&&(l.hostname="::1"),An.equal(l.protocol,o,"protocol mismatch"),Cn("options",l),new X(l,d)}function c(p,l,d){var C=i.request(p,l,d);return C.end(),C}Object.defineProperties(i,{request:{value:r,configurable:!0,enumerable:!0,writable:!0},get:{value:c,configurable:!0,enumerable:!0,writable:!0}})}),t}function wr(){}function vn(s){var t={protocol:s.protocol,hostname:s.hostname.startsWith("[")?s.hostname.slice(1,-1):s.hostname,hash:s.hash,search:s.search,pathname:s.pathname,path:s.pathname+s.search,href:s.href};return s.port!==""&&(t.port=Number(s.port)),t}function Ts(s,t){var e;for(var a in t)s.test(a)&&(e=t[a],delete t[a]);return e===null||typeof e>"u"?void 0:String(e).trim()}function ze(s,t,e){function a(o){Error.captureStackTrace(this,this.constructor),Object.assign(this,o||{}),this.code=s,this.message=this.cause?t+": "+this.cause.message:t}return a.prototype=new(e||Error),a.prototype.constructor=a,a.prototype.name="Error ["+s+"]",a}function kn(s){for(var t of ws)s.removeListener(t,Is[t]);s.on("error",wr),s.abort()}function Ir(s,t){An(Re(s)&&Re(t));var e=s.length-t.length-1;return e>0&&s[e]==="."&&s.endsWith(t)}function Re(s){return typeof s=="string"||s instanceof String}function Qe(s){return typeof s=="function"}function Br(s){return typeof s=="object"&&"length"in s}Bs.exports=Pn({http:Rr,https:Ar});Bs.exports.wrap=Pn});var Gs=O(Pe=>{"use strict";Object.defineProperty(Pe,"__esModule",{value:!0});var dc=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(s){return typeof s}:function(s){return s&&typeof Symbol=="function"&&s.constructor===Symbol&&s!==Symbol.prototype?"symbol":typeof s},mc=typeof window<"u"&&typeof window.document<"u",gc=typeof process<"u"&&process.versions!=null&&process.versions.node!=null,fc=(typeof self>"u"?"undefined":dc(self))==="object"&&self.constructor&&self.constructor.name==="DedicatedWorkerGlobalScope",xc=typeof window<"u"&&window.name==="nodejs"||typeof navigator<"u"&&(navigator.userAgent.includes("Node.js")||navigator.userAgent.includes("jsdom")),hc=typeof Deno<"u"&&typeof Deno.version<"u"&&typeof Deno.version.deno<"u";Pe.isBrowser=mc;Pe.isWebWorker=fc;Pe.isNode=gc;Pe.isJsDom=xc;Pe.isDeno=hc});var Dc={};Xt(Dc,{AlreadyExistsError:()=>Mt,BreakingChangesError:()=>Ht,Client:()=>zs,ForbiddenError:()=>Tt,InternalError:()=>Pt,InvalidDataFormatError:()=>Ot,InvalidIdentifierError:()=>St,InvalidJsonSchemaError:()=>Et,InvalidPayloadError:()=>It,InvalidQueryError:()=>_t,LimitExceededError:()=>Nt,MethodNotFoundError:()=>qt,PayloadTooLargeError:()=>wt,PaymentRequiredError:()=>Gt,QuotaExceededError:()=>jt,RateLimitedError:()=>Wt,ReferenceConstraintError:()=>Vt,ReferenceNotFoundError:()=>Lt,RelationConflictError:()=>Dt,ResourceNotFoundError:()=>Ut,RuntimeError:()=>Ft,UnauthorizedError:()=>kt,UnknownError:()=>ge,UnsupportedMediaTypeError:()=>Bt,axios:()=>Ws,errorFrom:()=>Qt,isApiError:()=>Hs});module.exports=xo(Dc);var Ws={};Xt(Ws,{Axios:()=>Jr,AxiosError:()=>Yr,AxiosHeaders:()=>rc,Cancel:()=>ac,CancelToken:()=>ec,CanceledError:()=>Xr,HttpStatusCode:()=>cc,VERSION:()=>tc,all:()=>sc,default:()=>m,formToJSON:()=>pc,getAdapter:()=>lc,isAxiosError:()=>nc,isCancel:()=>Zr,mergeConfig:()=>uc,spread:()=>oc,toFormData:()=>ic});function Fe(s,t){return function(){return s.apply(t,arguments)}}var{toString:ho}=Object.prototype,{getPrototypeOf:ts}=Object,at=(s=>t=>{let e=ho.call(t);return s[e]||(s[e]=e.slice(8,-1).toLowerCase())})(Object.create(null)),oe=s=>(s=s.toLowerCase(),t=>at(t)===s),nt=s=>t=>typeof t===s,{isArray:we}=Array,Me=nt("undefined");function yo(s){return s!==null&&!Me(s)&&s.constructor!==null&&!Me(s.constructor)&&Z(s.constructor.isBuffer)&&s.constructor.isBuffer(s)}var Xs=oe("ArrayBuffer");function bo(s){let t;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?t=ArrayBuffer.isView(s):t=s&&s.buffer&&Xs(s.buffer),t}var vo=nt("string"),Z=nt("function"),Zs=nt("number"),ot=s=>s!==null&&typeof s=="object",Ro=s=>s===!0||s===!1,st=s=>{if(at(s)!=="object")return!1;let t=ts(s);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in s)&&!(Symbol.iterator in s)},Ao=oe("Date"),Co=oe("File"),Po=oe("Blob"),ko=oe("FileList"),To=s=>ot(s)&&Z(s.pipe),wo=s=>{let t;return s&&(typeof FormData=="function"&&s instanceof FormData||Z(s.append)&&((t=at(s))==="formdata"||t==="object"&&Z(s.toString)&&s.toString()==="[object FormData]"))},Io=oe("URLSearchParams"),Bo=s=>s.trim?s.trim():s.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function We(s,t,{allOwnKeys:e=!1}={}){if(s===null||typeof s>"u")return;let a,o;if(typeof s!="object"&&(s=[s]),we(s))for(a=0,o=s.length;a<o;a++)t.call(null,s[a],a,s);else{let n=e?Object.getOwnPropertyNames(s):Object.keys(s),i=n.length,r;for(a=0;a<i;a++)r=n[a],t.call(null,s[r],r,s)}}function ea(s,t){t=t.toLowerCase();let e=Object.keys(s),a=e.length,o;for(;a-- >0;)if(o=e[a],t===o.toLowerCase())return o;return null}var ta=(()=>typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global)(),sa=s=>!Me(s)&&s!==ta;function es(){let{caseless:s}=sa(this)&&this||{},t={},e=(a,o)=>{let n=s&&ea(t,o)||o;st(t[n])&&st(a)?t[n]=es(t[n],a):st(a)?t[n]=es({},a):we(a)?t[n]=a.slice():t[n]=a};for(let a=0,o=arguments.length;a<o;a++)arguments[a]&&We(arguments[a],e);return t}var qo=(s,t,e,{allOwnKeys:a}={})=>(We(t,(o,n)=>{e&&Z(o)?s[n]=Fe(o,e):s[n]=o},{allOwnKeys:a}),s),Uo=s=>(s.charCodeAt(0)===65279&&(s=s.slice(1)),s),Eo=(s,t,e,a)=>{s.prototype=Object.create(t.prototype,a),s.prototype.constructor=s,Object.defineProperty(s,"super",{value:t.prototype}),e&&Object.assign(s.prototype,e)},Oo=(s,t,e,a)=>{let o,n,i,r={};if(t=t||{},s==null)return t;do{for(o=Object.getOwnPropertyNames(s),n=o.length;n-- >0;)i=o[n],(!a||a(i,s,t))&&!r[i]&&(t[i]=s[i],r[i]=!0);s=e!==!1&&ts(s)}while(s&&(!e||e(s,t))&&s!==Object.prototype);return t},So=(s,t,e)=>{s=String(s),(e===void 0||e>s.length)&&(e=s.length),e-=t.length;let a=s.indexOf(t,e);return a!==-1&&a===e},Do=s=>{if(!s)return null;if(we(s))return s;let t=s.length;if(!Zs(t))return null;let e=new Array(t);for(;t-- >0;)e[t]=s[t];return e},Vo=(s=>t=>s&&t instanceof s)(typeof Uint8Array<"u"&&ts(Uint8Array)),Lo=(s,t)=>{let a=(s&&s[Symbol.iterator]).call(s),o;for(;(o=a.next())&&!o.done;){let n=o.value;t.call(s,n[0],n[1])}},_o=(s,t)=>{let e,a=[];for(;(e=s.exec(t))!==null;)a.push(e);return a},Fo=oe("HTMLFormElement"),Mo=s=>s.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(e,a,o){return a.toUpperCase()+o}),Js=(({hasOwnProperty:s})=>(t,e)=>s.call(t,e))(Object.prototype),Wo=oe("RegExp"),aa=(s,t)=>{let e=Object.getOwnPropertyDescriptors(s),a={};We(e,(o,n)=>{let i;(i=t(o,n,s))!==!1&&(a[n]=i||o)}),Object.defineProperties(s,a)},Go=s=>{aa(s,(t,e)=>{if(Z(s)&&["arguments","caller","callee"].indexOf(e)!==-1)return!1;let a=s[e];if(Z(a)){if(t.enumerable=!1,"writable"in t){t.writable=!1;return}t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+e+"'")})}})},jo=(s,t)=>{let e={},a=o=>{o.forEach(n=>{e[n]=!0})};return we(s)?a(s):a(String(s).split(t)),e},No=()=>{},Ho=(s,t)=>(s=+s,Number.isFinite(s)?s:t),Zt="abcdefghijklmnopqrstuvwxyz",Ys="0123456789",na={DIGIT:Ys,ALPHA:Zt,ALPHA_DIGIT:Zt+Zt.toUpperCase()+Ys},Qo=(s=16,t=na.ALPHA_DIGIT)=>{let e="",{length:a}=t;for(;s--;)e+=t[Math.random()*a|0];return e};function zo(s){return!!(s&&Z(s.append)&&s[Symbol.toStringTag]==="FormData"&&s[Symbol.iterator])}var Ko=s=>{let t=new Array(10),e=(a,o)=>{if(ot(a)){if(t.indexOf(a)>=0)return;if(!("toJSON"in a)){t[o]=a;let n=we(a)?[]:{};return We(a,(i,r)=>{let c=e(i,o+1);!Me(c)&&(n[r]=c)}),t[o]=void 0,n}}return a};return e(s,0)},$o=oe("AsyncFunction"),Jo=s=>s&&(ot(s)||Z(s))&&Z(s.then)&&Z(s.catch),u={isArray:we,isArrayBuffer:Xs,isBuffer:yo,isFormData:wo,isArrayBufferView:bo,isString:vo,isNumber:Zs,isBoolean:Ro,isObject:ot,isPlainObject:st,isUndefined:Me,isDate:Ao,isFile:Co,isBlob:Po,isRegExp:Wo,isFunction:Z,isStream:To,isURLSearchParams:Io,isTypedArray:Vo,isFileList:ko,forEach:We,merge:es,extend:qo,trim:Bo,stripBOM:Uo,inherits:Eo,toFlatObject:Oo,kindOf:at,kindOfTest:oe,endsWith:So,toArray:Do,forEachEntry:Lo,matchAll:_o,isHTMLForm:Fo,hasOwnProperty:Js,hasOwnProp:Js,reduceDescriptors:aa,freezeMethods:Go,toObjectSet:jo,toCamelCase:Mo,noop:No,toFiniteNumber:Ho,findKey:ea,global:ta,isContextDefined:sa,ALPHABET:na,generateString:Qo,isSpecCompliantForm:zo,toJSONObject:Ko,isAsyncFn:$o,isThenable:Jo};function Ie(s,t,e,a,o){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=s,this.name="AxiosError",t&&(this.code=t),e&&(this.config=e),a&&(this.request=a),o&&(this.response=o)}u.inherits(Ie,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:u.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});var oa=Ie.prototype,ia={};["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(s=>{ia[s]={value:s}});Object.defineProperties(Ie,ia);Object.defineProperty(oa,"isAxiosError",{value:!0});Ie.from=(s,t,e,a,o,n)=>{let i=Object.create(oa);return u.toFlatObject(s,i,function(c){return c!==Error.prototype},r=>r!=="isAxiosError"),Ie.call(i,s.message,t,e,a,o),i.cause=s,i.name=s.name,n&&Object.assign(i,n),i};var k=Ie;var Ga=j(Wa(),1),ct=Ga.default;function ds(s){return u.isPlainObject(s)||u.isArray(s)}function Na(s){return u.endsWith(s,"[]")?s.slice(0,-2):s}function ja(s,t,e){return s?s.concat(t).map(function(o,n){return o=Na(o),!e&&n?"["+o+"]":o}).join(e?".":""):t}function Oi(s){return u.isArray(s)&&!s.some(ds)}var Si=u.toFlatObject(u,{},null,function(t){return/^is[A-Z]/.test(t)});function Di(s,t,e){if(!u.isObject(s))throw new TypeError("target must be an object");t=t||new(ct||FormData),e=u.toFlatObject(e,{metaTokens:!0,dots:!1,indexes:!1},!1,function(P,q){return!u.isUndefined(q[P])});let a=e.metaTokens,o=e.visitor||l,n=e.dots,i=e.indexes,c=(e.Blob||typeof Blob<"u"&&Blob)&&u.isSpecCompliantForm(t);if(!u.isFunction(o))throw new TypeError("visitor must be a function");function p(R){if(R===null)return"";if(u.isDate(R))return R.toISOString();if(!c&&u.isBlob(R))throw new k("Blob is not supported. Use a Buffer instead.");return u.isArrayBuffer(R)||u.isTypedArray(R)?c&&typeof Blob=="function"?new Blob([R]):Buffer.from(R):R}function l(R,P,q){let E=R;if(R&&!q&&typeof R=="object"){if(u.endsWith(P,"{}"))P=a?P:P.slice(0,-2),R=JSON.stringify(R);else if(u.isArray(R)&&Oi(R)||(u.isFileList(R)||u.endsWith(P,"[]"))&&(E=u.toArray(R)))return P=Na(P),E.forEach(function(D,H){!(u.isUndefined(D)||D===null)&&t.append(i===!0?ja([P],H,n):i===null?P:P+"[]",p(D))}),!1}return ds(R)?!0:(t.append(ja(q,P,n),p(R)),!1)}let d=[],C=Object.assign(Si,{defaultVisitor:l,convertValue:p,isVisitable:ds});function w(R,P){if(!u.isUndefined(R)){if(d.indexOf(R)!==-1)throw Error("Circular reference detected in "+P.join("."));d.push(R),u.forEach(R,function(E,V){(!(u.isUndefined(E)||E===null)&&o.call(t,E,u.isString(V)?V.trim():V,P,C))===!0&&w(E,P?P.concat(V):[V])}),d.pop()}}if(!u.isObject(s))throw new TypeError("data must be an object");return w(s),t}var pe=Di;function Ha(s){let t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(s).replace(/[!'()~]|%20|%00/g,function(a){return t[a]})}function Qa(s,t){this._pairs=[],s&&pe(s,this,t)}var za=Qa.prototype;za.append=function(t,e){this._pairs.push([t,e])};za.toString=function(t){let e=t?function(a){return t.call(this,a,Ha)}:Ha;return this._pairs.map(function(o){return e(o[0])+"="+e(o[1])},"").join("&")};var Ka=Qa;function Vi(s){return encodeURIComponent(s).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function he(s,t,e){if(!t)return s;let a=e&&e.encode||Vi,o=e&&e.serialize,n;if(o?n=o(t,e):n=u.isURLSearchParams(t)?t.toString():new Ka(t,e).toString(a),n){let i=s.indexOf("#");i!==-1&&(s=s.slice(0,i)),s+=(s.indexOf("?")===-1?"?":"&")+n}return s}var ms=class{constructor(){this.handlers=[]}use(t,e,a){return this.handlers.push({fulfilled:t,rejected:e,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){u.forEach(this.handlers,function(a){a!==null&&t(a)})}},gs=ms;var Be={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1};var $a=j(require("url"),1),Ja=$a.default.URLSearchParams;var Ya={isNode:!0,classes:{URLSearchParams:Ja,FormData:ct,Blob:typeof Blob<"u"&&Blob||null},protocols:["http","https","file","data"]};var fs={};Xt(fs,{hasBrowserEnv:()=>Xa,hasStandardBrowserEnv:()=>Li,hasStandardBrowserWebWorkerEnv:()=>_i});var Xa=typeof window<"u"&&typeof document<"u",Li=(s=>Xa&&["ReactNative","NativeScript","NS"].indexOf(s)<0)(typeof navigator<"u"&&navigator.product),_i=(()=>typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function")();var F={...fs,...Ya};function xs(s,t){return pe(s,new F.classes.URLSearchParams,Object.assign({visitor:function(e,a,o,n){return F.isNode&&u.isBuffer(e)?(this.append(a,e.toString("base64")),!1):n.defaultVisitor.apply(this,arguments)}},t))}function Fi(s){return u.matchAll(/\w+|\[(\w*)]/g,s).map(t=>t[0]==="[]"?"":t[1]||t[0])}function Mi(s){let t={},e=Object.keys(s),a,o=e.length,n;for(a=0;a<o;a++)n=e[a],t[n]=s[n];return t}function Wi(s){function t(e,a,o,n){let i=e[n++],r=Number.isFinite(+i),c=n>=e.length;return i=!i&&u.isArray(o)?o.length:i,c?(u.hasOwnProp(o,i)?o[i]=[o[i],a]:o[i]=a,!r):((!o[i]||!u.isObject(o[i]))&&(o[i]=[]),t(e,a,o[i],n)&&u.isArray(o[i])&&(o[i]=Mi(o[i])),!r)}if(u.isFormData(s)&&u.isFunction(s.entries)){let e={};return u.forEachEntry(s,(a,o)=>{t(Fi(a),o,e,0)}),e}return null}var pt=Wi;function Gi(s,t,e){if(u.isString(s))try{return(t||JSON.parse)(s),u.trim(s)}catch(a){if(a.name!=="SyntaxError")throw a}return(e||JSON.stringify)(s)}var hs={transitional:Be,adapter:["xhr","http"],transformRequest:[function(t,e){let a=e.getContentType()||"",o=a.indexOf("application/json")>-1,n=u.isObject(t);if(n&&u.isHTMLForm(t)&&(t=new FormData(t)),u.isFormData(t))return o&&o?JSON.stringify(pt(t)):t;if(u.isArrayBuffer(t)||u.isBuffer(t)||u.isStream(t)||u.isFile(t)||u.isBlob(t))return t;if(u.isArrayBufferView(t))return t.buffer;if(u.isURLSearchParams(t))return e.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),t.toString();let r;if(n){if(a.indexOf("application/x-www-form-urlencoded")>-1)return xs(t,this.formSerializer).toString();if((r=u.isFileList(t))||a.indexOf("multipart/form-data")>-1){let c=this.env&&this.env.FormData;return pe(r?{"files[]":t}:t,c&&new c,this.formSerializer)}}return n||o?(e.setContentType("application/json",!1),Gi(t)):t}],transformResponse:[function(t){let e=this.transitional||hs.transitional,a=e&&e.forcedJSONParsing,o=this.responseType==="json";if(t&&u.isString(t)&&(a&&!this.responseType||o)){let i=!(e&&e.silentJSONParsing)&&o;try{return JSON.parse(t)}catch(r){if(i)throw r.name==="SyntaxError"?k.from(r,k.ERR_BAD_RESPONSE,this,null,this.response):r}}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:F.classes.FormData,Blob:F.classes.Blob},validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};u.forEach(["delete","get","head","post","put","patch"],s=>{hs.headers[s]={}});var qe=hs;var ji=u.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"]),Za=s=>{let t={},e,a,o;return s&&s.split(`
7
+ `).forEach(function(i){o=i.indexOf(":"),e=i.substring(0,o).trim().toLowerCase(),a=i.substring(o+1).trim(),!(!e||t[e]&&ji[e])&&(e==="set-cookie"?t[e]?t[e].push(a):t[e]=[a]:t[e]=t[e]?t[e]+", "+a:a)}),t};var en=Symbol("internals");function Ge(s){return s&&String(s).trim().toLowerCase()}function lt(s){return s===!1||s==null?s:u.isArray(s)?s.map(lt):String(s)}function Ni(s){let t=Object.create(null),e=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g,a;for(;a=e.exec(s);)t[a[1]]=a[2];return t}var Hi=s=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(s.trim());function ys(s,t,e,a,o){if(u.isFunction(a))return a.call(this,t,e);if(o&&(t=e),!!u.isString(t)){if(u.isString(a))return t.indexOf(a)!==-1;if(u.isRegExp(a))return a.test(t)}}function Qi(s){return s.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(t,e,a)=>e.toUpperCase()+a)}function zi(s,t){let e=u.toCamelCase(" "+t);["get","set","has"].forEach(a=>{Object.defineProperty(s,a+e,{value:function(o,n,i){return this[a].call(this,t,o,n,i)},configurable:!0})})}var Ue=class{constructor(t){t&&this.set(t)}set(t,e,a){let o=this;function n(r,c,p){let l=Ge(c);if(!l)throw new Error("header name must be a non-empty string");let d=u.findKey(o,l);(!d||o[d]===void 0||p===!0||p===void 0&&o[d]!==!1)&&(o[d||c]=lt(r))}let i=(r,c)=>u.forEach(r,(p,l)=>n(p,l,c));return u.isPlainObject(t)||t instanceof this.constructor?i(t,e):u.isString(t)&&(t=t.trim())&&!Hi(t)?i(Za(t),e):t!=null&&n(e,t,a),this}get(t,e){if(t=Ge(t),t){let a=u.findKey(this,t);if(a){let o=this[a];if(!e)return o;if(e===!0)return Ni(o);if(u.isFunction(e))return e.call(this,o,a);if(u.isRegExp(e))return e.exec(o);throw new TypeError("parser must be boolean|regexp|function")}}}has(t,e){if(t=Ge(t),t){let a=u.findKey(this,t);return!!(a&&this[a]!==void 0&&(!e||ys(this,this[a],a,e)))}return!1}delete(t,e){let a=this,o=!1;function n(i){if(i=Ge(i),i){let r=u.findKey(a,i);r&&(!e||ys(a,a[r],r,e))&&(delete a[r],o=!0)}}return u.isArray(t)?t.forEach(n):n(t),o}clear(t){let e=Object.keys(this),a=e.length,o=!1;for(;a--;){let n=e[a];(!t||ys(this,this[n],n,t,!0))&&(delete this[n],o=!0)}return o}normalize(t){let e=this,a={};return u.forEach(this,(o,n)=>{let i=u.findKey(a,n);if(i){e[i]=lt(o),delete e[n];return}let r=t?Qi(n):String(n).trim();r!==n&&delete e[n],e[r]=lt(o),a[r]=!0}),this}concat(...t){return this.constructor.concat(this,...t)}toJSON(t){let e=Object.create(null);return u.forEach(this,(a,o)=>{a!=null&&a!==!1&&(e[o]=t&&u.isArray(a)?a.join(", "):a)}),e}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([t,e])=>t+": "+e).join(`
8
+ `)}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(t){return t instanceof this?t:new this(t)}static concat(t,...e){let a=new this(t);return e.forEach(o=>a.set(o)),a}static accessor(t){let a=(this[en]=this[en]={accessors:{}}).accessors,o=this.prototype;function n(i){let r=Ge(i);a[r]||(zi(o,i),a[r]=!0)}return u.isArray(t)?t.forEach(n):n(t),this}};Ue.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]);u.reduceDescriptors(Ue.prototype,({value:s},t)=>{let e=t[0].toUpperCase()+t.slice(1);return{get:()=>s,set(a){this[e]=a}}});u.freezeMethods(Ue);var M=Ue;function je(s,t){let e=this||qe,a=t||e,o=M.from(a.headers),n=a.data;return u.forEach(s,function(r){n=r.call(e,n,o.normalize(),t?t.status:void 0)}),o.normalize(),n}function Ne(s){return!!(s&&s.__CANCEL__)}function tn(s,t,e){k.call(this,s??"canceled",k.ERR_CANCELED,t,e),this.name="CanceledError"}u.inherits(tn,k,{__CANCEL__:!0});var ae=tn;function le(s,t,e){let a=e.config.validateStatus;!e.status||!a||a(e.status)?s(e):t(new k("Request failed with status code "+e.status,[k.ERR_BAD_REQUEST,k.ERR_BAD_RESPONSE][Math.floor(e.status/100)-4],e.config,e.request,e))}function bs(s){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(s)}function vs(s,t){return t?s.replace(/\/+$/,"")+"/"+t.replace(/^\/+/,""):s}function ye(s,t){return s&&!bs(t)?vs(s,t):t}var Mn=j(an(),1),Wn=j(require("http"),1),Gn=j(require("https"),1),jn=j(require("util"),1),Nn=j(Tn(),1),ie=j(require("zlib"),1);var Ae="1.6.1";function Ke(s){let t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(s);return t&&t[1]||""}var qr=/^(?:([^;]+);)?(?:[^;]+;)?(base64|),([\s\S]*)$/;function qs(s,t,e){let a=e&&e.Blob||F.classes.Blob,o=Ke(s);if(t===void 0&&a&&(t=!0),o==="data"){s=o.length?s.slice(o.length+1):s;let n=qr.exec(s);if(!n)throw new k("Invalid URL",k.ERR_INVALID_URL);let i=n[1],r=n[2],c=n[3],p=Buffer.from(decodeURIComponent(c),r?"base64":"utf8");if(t){if(!a)throw new k("Blob is not supported",k.ERR_NOT_SUPPORT);return new a([p],{type:i})}return p}throw new k("Unsupported protocol "+o,k.ERR_NOT_SUPPORT)}var Ce=j(require("stream"),1);var In=j(require("stream"),1);function Ur(s,t){let e=0,a=1e3/t,o=null;return function(i,r){let c=Date.now();if(i||c-e>a)return o&&(clearTimeout(o),o=null),e=c,s.apply(null,r);o||(o=setTimeout(()=>(o=null,e=Date.now(),s.apply(null,r)),a-(c-e)))}}var wn=Ur;function Er(s,t){s=s||10;let e=new Array(s),a=new Array(s),o=0,n=0,i;return t=t!==void 0?t:1e3,function(c){let p=Date.now(),l=a[n];i||(i=p),e[o]=c,a[o]=p;let d=n,C=0;for(;d!==o;)C+=e[d++],d=d%s;if(o=(o+1)%s,o===n&&(n=(n+1)%s),p-i<t)return;let w=l&&p-l;return w?Math.round(C*1e3/w):void 0}}var ft=Er;var xt=Symbol("internals"),Us=class extends In.default.Transform{constructor(t){t=u.toFlatObject(t,{maxRate:0,chunkSize:64*1024,minChunkSize:100,timeWindow:500,ticksRate:2,samplesCount:15},null,(r,c)=>!u.isUndefined(c[r])),super({readableHighWaterMark:t.chunkSize});let e=this,a=this[xt]={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},o=ft(a.ticksRate*t.samplesCount,a.timeWindow);this.on("newListener",r=>{r==="progress"&&(a.isCaptured||(a.isCaptured=!0))});let n=0;a.updateProgress=wn(function(){let c=a.length,p=a.bytesSeen,l=p-n;if(!l||e.destroyed)return;let d=o(l);n=p,process.nextTick(()=>{e.emit("progress",{loaded:p,total:c,progress:c?p/c:void 0,bytes:l,rate:d||void 0,estimated:d&&c&&p<=c?(c-p)/d:void 0})})},a.ticksRate);let i=()=>{a.updateProgress(!0)};this.once("end",i),this.once("error",i)}_read(t){let e=this[xt];return e.onReadCallback&&e.onReadCallback(),super._read(t)}_transform(t,e,a){let o=this,n=this[xt],i=n.maxRate,r=this.readableHighWaterMark,c=n.timeWindow,p=1e3/c,l=i/p,d=n.minChunkSize!==!1?Math.max(n.minChunkSize,l*.01):0;function C(R,P){let q=Buffer.byteLength(R);n.bytesSeen+=q,n.bytes+=q,n.isCaptured&&n.updateProgress(),o.push(R)?process.nextTick(P):n.onReadCallback=()=>{n.onReadCallback=null,process.nextTick(P)}}let w=(R,P)=>{let q=Buffer.byteLength(R),E=null,V=r,D,H=0;if(i){let G=Date.now();(!n.ts||(H=G-n.ts)>=c)&&(n.ts=G,D=l-n.bytes,n.bytes=D<0?-D:0,H=0),D=l-n.bytes}if(i){if(D<=0)return setTimeout(()=>{P(null,R)},c-H);D<V&&(V=D)}V&&q>V&&q-V>d&&(E=R.subarray(V),R=R.subarray(0,V)),C(R,E?()=>{process.nextTick(P,null,E)}:P)};w(t,function R(P,q){if(P)return a(P);q?w(q,R):a(null)})}setLength(t){return this[xt].length=+t,this}},Es=Us;var Hn=j(require("events"),1);var qn=require("util"),Un=require("stream");var{asyncIterator:Bn}=Symbol,Or=async function*(s){s.stream?yield*s.stream():s.arrayBuffer?yield await s.arrayBuffer():s[Bn]?yield*s[Bn]():yield s},ht=Or;var Sr=u.ALPHABET.ALPHA_DIGIT+"-_",$e=new qn.TextEncoder,de=`\r
9
+ `,Dr=$e.encode(de),Vr=2,Os=class{constructor(t,e){let{escapeName:a}=this.constructor,o=u.isString(e),n=`Content-Disposition: form-data; name="${a(t)}"${!o&&e.name?`; filename="${a(e.name)}"`:""}${de}`;o?e=$e.encode(String(e).replace(/\r?\n|\r\n?/g,de)):n+=`Content-Type: ${e.type||"application/octet-stream"}${de}`,this.headers=$e.encode(n+de),this.contentLength=o?e.byteLength:e.size,this.size=this.headers.byteLength+this.contentLength+Vr,this.name=t,this.value=e}async*encode(){yield this.headers;let{value:t}=this;u.isTypedArray(t)?yield t:yield*ht(t),yield Dr}static escapeName(t){return String(t).replace(/[\r\n"]/g,e=>({"\r":"%0D","\n":"%0A",'"':"%22"})[e])}},Lr=(s,t,e)=>{let{tag:a="form-data-boundary",size:o=25,boundary:n=a+"-"+u.generateString(o,Sr)}=e||{};if(!u.isFormData(s))throw TypeError("FormData instance required");if(n.length<1||n.length>70)throw Error("boundary must be 10-70 characters long");let i=$e.encode("--"+n+de),r=$e.encode("--"+n+"--"+de+de),c=r.byteLength,p=Array.from(s.entries()).map(([d,C])=>{let w=new Os(d,C);return c+=w.size,w});c+=i.byteLength*p.length,c=u.toFiniteNumber(c);let l={"Content-Type":`multipart/form-data; boundary=${n}`};return Number.isFinite(c)&&(l["Content-Length"]=c),t&&t(l),Un.Readable.from(async function*(){for(let d of p)yield i,yield*d.encode();yield r}())},En=Lr;var On=j(require("stream"),1),Ss=class extends On.default.Transform{__transform(t,e,a){this.push(t),a()}_transform(t,e,a){if(t.length!==0&&(this._transform=this.__transform,t[0]!==120)){let o=Buffer.alloc(2);o[0]=120,o[1]=156,this.push(o,e)}this.__transform(t,e,a)}},Sn=Ss;var _r=(s,t)=>u.isAsyncFn(s)?function(...e){let a=e.pop();s.apply(this,e).then(o=>{try{t?a(null,...t(o)):a(null,o)}catch(n){a(n)}},a)}:s,Dn=_r;var Vn={flush:ie.default.constants.Z_SYNC_FLUSH,finishFlush:ie.default.constants.Z_SYNC_FLUSH},Fr={flush:ie.default.constants.BROTLI_OPERATION_FLUSH,finishFlush:ie.default.constants.BROTLI_OPERATION_FLUSH},Ln=u.isFunction(ie.default.createBrotliDecompress),{http:Mr,https:Wr}=Nn.default,Gr=/https:?/,_n=F.protocols.map(s=>s+":");function jr(s){s.beforeRedirects.proxy&&s.beforeRedirects.proxy(s),s.beforeRedirects.config&&s.beforeRedirects.config(s)}function Qn(s,t,e){let a=t;if(!a&&a!==!1){let o=(0,Mn.getProxyForUrl)(e);o&&(a=new URL(o))}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 n=Buffer.from(a.auth,"utf8").toString("base64");s.headers["Proxy-Authorization"]="Basic "+n}s.headers.host=s.hostname+(s.port?":"+s.port:"");let o=a.hostname||a.host;s.hostname=o,s.host=o,s.port=a.port,s.path=e,a.protocol&&(s.protocol=a.protocol.includes(":")?a.protocol:`${a.protocol}:`)}s.beforeRedirects.proxy=function(n){Qn(n,t,n.href)}}var Nr=typeof process<"u"&&u.kindOf(process)==="process",Hr=s=>new Promise((t,e)=>{let a,o,n=(c,p)=>{o||(o=!0,a&&a(c,p))},i=c=>{n(c),t(c)},r=c=>{n(c,!0),e(c)};s(i,r,c=>a=c).catch(r)}),Qr=({address:s,family:t})=>{if(!u.isString(s))throw TypeError("address must be a string");return{address:s,family:t||(s.indexOf(".")<0?6:4)}},Fn=(s,t)=>Qr(u.isObject(s)?s:{address:s,family:t}),zn=Nr&&function(t){return Hr(async function(a,o,n){let{data:i,lookup:r,family:c}=t,{responseType:p,responseEncoding:l}=t,d=t.method.toUpperCase(),C,w=!1,R;if(r){let I=Dn(r,B=>u.isArray(B)?B:[B]);r=(B,Q,Te)=>{I(B,Q,(z,ce,Jt)=>{let ne=u.isArray(ce)?ce.map(te=>Fn(te)):[Fn(ce,Jt)];Q.all?Te(z,ne):Te(z,ne[0].address,ne[0].family)})}}let P=new Hn.default,q=()=>{t.cancelToken&&t.cancelToken.unsubscribe(E),t.signal&&t.signal.removeEventListener("abort",E),P.removeAllListeners()};n((I,B)=>{C=!0,B&&(w=!0,q())});function E(I){P.emit("abort",!I||I.type?new ae(null,t,R):I)}P.once("abort",o),(t.cancelToken||t.signal)&&(t.cancelToken&&t.cancelToken.subscribe(E),t.signal&&(t.signal.aborted?E():t.signal.addEventListener("abort",E)));let V=ye(t.baseURL,t.url),D=new URL(V,"http://localhost"),H=D.protocol||_n[0];if(H==="data:"){let I;if(d!=="GET")return le(a,o,{status:405,statusText:"method not allowed",headers:{},config:t});try{I=qs(t.url,p==="blob",{Blob:t.env&&t.env.Blob})}catch(B){throw k.from(B,k.ERR_BAD_REQUEST,t)}return p==="text"?(I=I.toString(l),(!l||l==="utf8")&&(I=u.stripBOM(I))):p==="stream"&&(I=Ce.default.Readable.from(I)),le(a,o,{data:I,status:200,statusText:"OK",headers:new M,config:t})}if(_n.indexOf(H)===-1)return o(new k("Unsupported protocol "+H,k.ERR_BAD_REQUEST,t));let G=M.from(t.headers).normalize();G.set("User-Agent","axios/"+Ae,!1);let fe=t.onDownloadProgress,Le=t.onUploadProgress,xe=t.maxRate,ke,Kt;if(u.isSpecCompliantForm(i)){let I=G.getContentType(/boundary=([-_\w\d]{10,70})/i);i=En(i,B=>{G.set(B)},{tag:`axios-${Ae}-boundary`,boundary:I&&I[1]||void 0})}else if(u.isFormData(i)&&u.isFunction(i.getHeaders)){if(G.set(i.getHeaders()),!G.hasContentLength())try{let I=await jn.default.promisify(i.getLength).call(i);Number.isFinite(I)&&I>=0&&G.setContentLength(I)}catch{}}else if(u.isBlob(i))i.size&&G.setContentType(i.type||"application/octet-stream"),G.setContentLength(i.size||0),i=Ce.default.Readable.from(ht(i));else if(i&&!u.isStream(i)){if(!Buffer.isBuffer(i))if(u.isArrayBuffer(i))i=Buffer.from(new Uint8Array(i));else if(u.isString(i))i=Buffer.from(i,"utf-8");else return o(new k("Data after transformation must be a string, an ArrayBuffer, a Buffer, or a Stream",k.ERR_BAD_REQUEST,t));if(G.setContentLength(i.length,!1),t.maxBodyLength>-1&&i.length>t.maxBodyLength)return o(new k("Request body larger than maxBodyLength limit",k.ERR_BAD_REQUEST,t))}let po=u.toFiniteNumber(G.getContentLength());u.isArray(xe)?(ke=xe[0],Kt=xe[1]):ke=Kt=xe,i&&(Le||ke)&&(u.isStream(i)||(i=Ce.default.Readable.from(i,{objectMode:!1})),i=Ce.default.pipeline([i,new Es({length:po,maxRate:u.toFiniteNumber(ke)})],u.noop),Le&&i.on("progress",I=>{Le(Object.assign(I,{upload:!0}))}));let _e;if(t.auth){let I=t.auth.username||"",B=t.auth.password||"";_e=I+":"+B}if(!_e&&D.username){let I=D.username,B=D.password;_e=I+":"+B}_e&&G.delete("authorization");let Ks;try{Ks=he(D.pathname+D.search,t.params,t.paramsSerializer).replace(/^\?/,"")}catch(I){let B=new Error(I.message);return B.config=t,B.url=t.url,B.exists=!0,o(B)}G.set("Accept-Encoding","gzip, compress, deflate"+(Ln?", br":""),!1);let $={path:Ks,method:d,headers:G.toJSON(),agents:{http:t.httpAgent,https:t.httpsAgent},auth:_e,protocol:H,family:c,beforeRedirect:jr,beforeRedirects:{}};!u.isUndefined(r)&&($.lookup=r),t.socketPath?$.socketPath=t.socketPath:($.hostname=D.hostname,$.port=D.port,Qn($,t.proxy,H+"//"+D.hostname+(D.port?":"+D.port:"")+$.path));let Ze,$t=Gr.test($.protocol);if($.agent=$t?t.httpsAgent:t.httpAgent,t.transport?Ze=t.transport:t.maxRedirects===0?Ze=$t?Gn.default:Wn.default:(t.maxRedirects&&($.maxRedirects=t.maxRedirects),t.beforeRedirect&&($.beforeRedirects.config=t.beforeRedirect),Ze=$t?Wr:Mr),t.maxBodyLength>-1?$.maxBodyLength=t.maxBodyLength:$.maxBodyLength=1/0,t.insecureHTTPParser&&($.insecureHTTPParser=t.insecureHTTPParser),R=Ze.request($,function(B){if(R.destroyed)return;let Q=[B],Te=+B.headers["content-length"];if(fe){let te=new Es({length:u.toFiniteNumber(Te),maxRate:u.toFiniteNumber(Kt)});fe&&te.on("progress",et=>{fe(Object.assign(et,{download:!0}))}),Q.push(te)}let z=B,ce=B.req||R;if(t.decompress!==!1&&B.headers["content-encoding"])switch((d==="HEAD"||B.statusCode===204)&&delete B.headers["content-encoding"],(B.headers["content-encoding"]||"").toLowerCase()){case"gzip":case"x-gzip":case"compress":case"x-compress":Q.push(ie.default.createUnzip(Vn)),delete B.headers["content-encoding"];break;case"deflate":Q.push(new Sn),Q.push(ie.default.createUnzip(Vn)),delete B.headers["content-encoding"];break;case"br":Ln&&(Q.push(ie.default.createBrotliDecompress(Fr)),delete B.headers["content-encoding"])}z=Q.length>1?Ce.default.pipeline(Q,u.noop):Q[0];let Jt=Ce.default.finished(z,()=>{Jt(),q()}),ne={status:B.statusCode,statusText:B.statusMessage,headers:new M(B.headers),config:t,request:ce};if(p==="stream")ne.data=z,le(a,o,ne);else{let te=[],et=0;z.on("data",function(K){te.push(K),et+=K.length,t.maxContentLength>-1&&et>t.maxContentLength&&(w=!0,z.destroy(),o(new k("maxContentLength size of "+t.maxContentLength+" exceeded",k.ERR_BAD_RESPONSE,t,ce)))}),z.on("aborted",function(){if(w)return;let K=new k("maxContentLength size of "+t.maxContentLength+" exceeded",k.ERR_BAD_RESPONSE,t,ce);z.destroy(K),o(K)}),z.on("error",function(K){R.destroyed||o(k.from(K,null,t,ce))}),z.on("end",function(){try{let K=te.length===1?te[0]:Buffer.concat(te);p!=="arraybuffer"&&(K=K.toString(l),(!l||l==="utf8")&&(K=u.stripBOM(K))),ne.data=K}catch(K){return o(k.from(K,null,t,ne.request,ne))}le(a,o,ne)})}P.once("abort",te=>{z.destroyed||(z.emit("error",te),z.destroy())})}),P.once("abort",I=>{o(I),R.destroy(I)}),R.on("error",function(B){o(k.from(B,null,t,R))}),R.on("socket",function(B){B.setKeepAlive(!0,1e3*60)}),t.timeout){let I=parseInt(t.timeout,10);if(Number.isNaN(I)){o(new k("error trying to parse `config.timeout` to int",k.ERR_BAD_OPTION_VALUE,t,R));return}R.setTimeout(I,function(){if(C)return;let Q=t.timeout?"timeout of "+t.timeout+"ms exceeded":"timeout exceeded",Te=t.transitional||Be;t.timeoutErrorMessage&&(Q=t.timeoutErrorMessage),o(new k(Q,Te.clarifyTimeoutError?k.ETIMEDOUT:k.ECONNABORTED,t,R)),E()})}if(u.isStream(i)){let I=!1,B=!1;i.on("end",()=>{I=!0}),i.once("error",Q=>{B=!0,R.destroy(Q)}),i.on("close",()=>{!I&&!B&&E(new ae("Request stream has been aborted",t,R))}),i.pipe(R)}else R.end(i)})};var Kn=F.hasStandardBrowserEnv?function(){return{write:function(e,a,o,n,i,r){let c=[];c.push(e+"="+encodeURIComponent(a)),u.isNumber(o)&&c.push("expires="+new Date(o).toGMTString()),u.isString(n)&&c.push("path="+n),u.isString(i)&&c.push("domain="+i),r===!0&&c.push("secure"),document.cookie=c.join("; ")},read:function(e){let a=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return a?decodeURIComponent(a[3]):null},remove:function(e){this.write(e,"",Date.now()-864e5)}}}():function(){return{write:function(){},read:function(){return null},remove:function(){}}}();var $n=F.hasStandardBrowserEnv?function(){let t=/(msie|trident)/i.test(navigator.userAgent),e=document.createElement("a"),a;function o(n){let i=n;return t&&(e.setAttribute("href",i),i=e.href),e.setAttribute("href",i),{href:e.href,protocol:e.protocol?e.protocol.replace(/:$/,""):"",host:e.host,search:e.search?e.search.replace(/^\?/,""):"",hash:e.hash?e.hash.replace(/^#/,""):"",hostname:e.hostname,port:e.port,pathname:e.pathname.charAt(0)==="/"?e.pathname:"/"+e.pathname}}return a=o(window.location.href),function(i){let r=u.isString(i)?o(i):i;return r.protocol===a.protocol&&r.host===a.host}}():function(){return function(){return!0}}();function Jn(s,t){let e=0,a=ft(50,250);return o=>{let n=o.loaded,i=o.lengthComputable?o.total:void 0,r=n-e,c=a(r),p=n<=i;e=n;let l={loaded:n,total:i,progress:i?n/i:void 0,bytes:r,rate:c||void 0,estimated:c&&i&&p?(i-n)/c:void 0,event:o};l[t?"download":"upload"]=!0,s(l)}}var zr=typeof XMLHttpRequest<"u",Yn=zr&&function(s){return new Promise(function(e,a){let o=s.data,n=M.from(s.headers).normalize(),i=s.responseType,r;function c(){s.cancelToken&&s.cancelToken.unsubscribe(r),s.signal&&s.signal.removeEventListener("abort",r)}let p;if(u.isFormData(o)){if(F.hasStandardBrowserEnv||F.hasStandardBrowserWebWorkerEnv)n.setContentType(!1);else if((p=n.getContentType())!==!1){let[R,...P]=p?p.split(";").map(q=>q.trim()).filter(Boolean):[];n.setContentType([R||"multipart/form-data",...P].join("; "))}}let l=new XMLHttpRequest;if(s.auth){let R=s.auth.username||"",P=s.auth.password?unescape(encodeURIComponent(s.auth.password)):"";n.set("Authorization","Basic "+btoa(R+":"+P))}let d=ye(s.baseURL,s.url);l.open(s.method.toUpperCase(),he(d,s.params,s.paramsSerializer),!0),l.timeout=s.timeout;function C(){if(!l)return;let R=M.from("getAllResponseHeaders"in l&&l.getAllResponseHeaders()),q={data:!i||i==="text"||i==="json"?l.responseText:l.response,status:l.status,statusText:l.statusText,headers:R,config:s,request:l};le(function(V){e(V),c()},function(V){a(V),c()},q),l=null}if("onloadend"in l?l.onloadend=C:l.onreadystatechange=function(){!l||l.readyState!==4||l.status===0&&!(l.responseURL&&l.responseURL.indexOf("file:")===0)||setTimeout(C)},l.onabort=function(){l&&(a(new k("Request aborted",k.ECONNABORTED,s,l)),l=null)},l.onerror=function(){a(new k("Network Error",k.ERR_NETWORK,s,l)),l=null},l.ontimeout=function(){let P=s.timeout?"timeout of "+s.timeout+"ms exceeded":"timeout exceeded",q=s.transitional||Be;s.timeoutErrorMessage&&(P=s.timeoutErrorMessage),a(new k(P,q.clarifyTimeoutError?k.ETIMEDOUT:k.ECONNABORTED,s,l)),l=null},F.hasStandardBrowserEnv){let R=$n(d)&&s.xsrfCookieName&&Kn.read(s.xsrfCookieName);R&&n.set(s.xsrfHeaderName,R)}o===void 0&&n.setContentType(null),"setRequestHeader"in l&&u.forEach(n.toJSON(),function(P,q){l.setRequestHeader(q,P)}),u.isUndefined(s.withCredentials)||(l.withCredentials=!!s.withCredentials),i&&i!=="json"&&(l.responseType=s.responseType),typeof s.onDownloadProgress=="function"&&l.addEventListener("progress",Jn(s.onDownloadProgress,!0)),typeof s.onUploadProgress=="function"&&l.upload&&l.upload.addEventListener("progress",Jn(s.onUploadProgress)),(s.cancelToken||s.signal)&&(r=R=>{l&&(a(!R||R.type?new ae(null,s,l):R),l.abort(),l=null)},s.cancelToken&&s.cancelToken.subscribe(r),s.signal&&(s.signal.aborted?r():s.signal.addEventListener("abort",r)));let w=Ke(d);if(w&&F.protocols.indexOf(w)===-1){a(new k("Unsupported protocol "+w+":",k.ERR_BAD_REQUEST,s));return}l.send(o||null)})};var Ds={http:zn,xhr:Yn};u.forEach(Ds,(s,t)=>{if(s){try{Object.defineProperty(s,"name",{value:t})}catch{}Object.defineProperty(s,"adapterName",{value:t})}});var Xn=s=>`- ${s}`,Kr=s=>u.isFunction(s)||s===null||s===!1,yt={getAdapter:s=>{s=u.isArray(s)?s:[s];let{length:t}=s,e,a,o={};for(let n=0;n<t;n++){e=s[n];let i;if(a=e,!Kr(e)&&(a=Ds[(i=String(e)).toLowerCase()],a===void 0))throw new k(`Unknown adapter '${i}'`);if(a)break;o[i||"#"+n]=a}if(!a){let n=Object.entries(o).map(([r,c])=>`adapter ${r} `+(c===!1?"is not supported by the environment":"is not available in the build")),i=t?n.length>1?`since :
10
10
  `+n.map(Xn).join(`
11
- `):" "+Xn(n[0]):"as no adapter specified";throw new k("There is no suitable adapter to dispatch the request "+i,"ERR_NOT_SUPPORT")}return a},adapters:Ds};function Vs(s){if(s.cancelToken&&s.cancelToken.throwIfRequested(),s.signal&&s.signal.aborted)throw new ae(null,s)}function vt(s){return Vs(s),s.headers=M.from(s.headers),s.data=Ne.call(s,s.transformRequest),["post","put","patch"].indexOf(s.method)!==-1&&s.headers.setContentType("application/x-www-form-urlencoded",!1),bt.getAdapter(s.adapter||Ue.adapter)(s).then(function(a){return Vs(s),a.data=Ne.call(s,s.transformResponse,a),a.headers=M.from(a.headers),a},function(a){return He(a)||(Vs(s),a&&a.response&&(a.response.data=Ne.call(s,s.transformResponse,a.response),a.response.headers=M.from(a.response.headers))),Promise.reject(a)})}var Zn=s=>s instanceof M?s.toJSON():s;function re(s,t){t=t||{};let e={};function a(p,l,d){return u.isPlainObject(p)&&u.isPlainObject(l)?u.merge.call({caseless:d},p,l):u.isPlainObject(l)?u.merge({},l):u.isArray(l)?l.slice():l}function o(p,l,d){if(u.isUndefined(l)){if(!u.isUndefined(p))return a(void 0,p,d)}else return a(p,l,d)}function n(p,l){if(!u.isUndefined(l))return a(void 0,l)}function i(p,l){if(u.isUndefined(l)){if(!u.isUndefined(p))return a(void 0,p)}else return a(void 0,l)}function r(p,l,d){if(d in t)return a(p,l);if(d in s)return a(void 0,p)}let c={url:n,method:n,data:n,baseURL:i,transformRequest:i,transformResponse:i,paramsSerializer:i,timeout:i,timeoutMessage:i,withCredentials:i,adapter:i,responseType:i,xsrfCookieName:i,xsrfHeaderName:i,onUploadProgress:i,onDownloadProgress:i,decompress:i,maxContentLength:i,maxBodyLength:i,beforeRedirect:i,transport:i,httpAgent:i,httpsAgent:i,cancelToken:i,socketPath:i,responseEncoding:i,validateStatus:r,headers:(p,l)=>o(Zn(p),Zn(l),!0)};return u.forEach(Object.keys(Object.assign({},s,t)),function(l){let d=c[l]||o,C=d(s[l],t[l],l);u.isUndefined(C)&&d!==r||(e[l]=C)}),e}var Ls={};["object","boolean","number","function","string","symbol"].forEach((s,t)=>{Ls[s]=function(a){return typeof a===s||"a"+(t<1?"n ":" ")+s}});var eo={};Ls.transitional=function(t,e,a){function o(n,i){return"[Axios v"+Ae+"] Transitional option '"+n+"'"+i+(a?". "+a:"")}return(n,i,r)=>{if(t===!1)throw new k(o(i," has been removed"+(e?" in "+e:"")),k.ERR_DEPRECATED);return e&&!eo[i]&&(eo[i]=!0,console.warn(o(i," has been deprecated since v"+e+" and will be removed in the near future"))),t?t(n,i,r):!0}};function $r(s,t,e){if(typeof s!="object")throw new k("options must be an object",k.ERR_BAD_OPTION_VALUE);let a=Object.keys(s),o=a.length;for(;o-- >0;){let n=a[o],i=t[n];if(i){let r=s[n],c=r===void 0||i(r,n,s);if(c!==!0)throw new k("option "+n+" must be "+c,k.ERR_BAD_OPTION_VALUE);continue}if(e!==!0)throw new k("Unknown option "+n,k.ERR_BAD_OPTION)}}var Rt={assertOptions:$r,validators:Ls};var me=Rt.validators,Le=class{constructor(t){this.defaults=t,this.interceptors={request:new gs,response:new gs}}request(t,e){typeof t=="string"?(e=e||{},e.url=t):e=t||{},e=re(this.defaults,e);let{transitional:a,paramsSerializer:o,headers:n}=e;a!==void 0&&Rt.assertOptions(a,{silentJSONParsing:me.transitional(me.boolean),forcedJSONParsing:me.transitional(me.boolean),clarifyTimeoutError:me.transitional(me.boolean)},!1),o!=null&&(u.isFunction(o)?e.paramsSerializer={serialize:o}:Rt.assertOptions(o,{encode:me.function,serialize:me.function},!0)),e.method=(e.method||this.defaults.method||"get").toLowerCase();let i=n&&u.merge(n.common,n[e.method]);n&&u.forEach(["delete","get","head","post","put","patch","common"],R=>{delete n[R]}),e.headers=M.concat(i,n);let r=[],c=!0;this.interceptors.request.forEach(function(P){typeof P.runWhen=="function"&&P.runWhen(e)===!1||(c=c&&P.synchronous,r.unshift(P.fulfilled,P.rejected))});let p=[];this.interceptors.response.forEach(function(P){p.push(P.fulfilled,P.rejected)});let l,d=0,C;if(!c){let R=[vt.bind(this),void 0];for(R.unshift.apply(R,r),R.push.apply(R,p),C=R.length,l=Promise.resolve(e);d<C;)l=l.then(R[d++],R[d++]);return l}C=r.length;let w=e;for(d=0;d<C;){let R=r[d++],P=r[d++];try{w=R(w)}catch(q){P.call(this,q);break}}try{l=vt.call(this,w)}catch(R){return Promise.reject(R)}for(d=0,C=p.length;d<C;)l=l.then(p[d++],p[d++]);return l}getUri(t){t=re(this.defaults,t);let e=ye(t.baseURL,t.url);return he(e,t.params,t.paramsSerializer)}};u.forEach(["delete","get","head","options"],function(t){Le.prototype[t]=function(e,a){return this.request(re(a||{},{method:t,url:e,data:(a||{}).data}))}});u.forEach(["post","put","patch"],function(t){function e(a){return function(n,i,r){return this.request(re(r||{},{method:t,headers:a?{"Content-Type":"multipart/form-data"}:{},url:n,data:i}))}}Le.prototype[t]=e(),Le.prototype[t+"Form"]=e(!0)});var Ye=Le;var Xe=class{constructor(t){if(typeof t!="function")throw new TypeError("executor must be a function.");let e;this.promise=new Promise(function(n){e=n});let a=this;this.promise.then(o=>{if(!a._listeners)return;let n=a._listeners.length;for(;n-- >0;)a._listeners[n](o);a._listeners=null}),this.promise.then=o=>{let n,i=new Promise(r=>{a.subscribe(r),n=r}).then(o);return i.cancel=function(){a.unsubscribe(n)},i},t(function(n,i,r){a.reason||(a.reason=new ae(n,i,r),e(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 e=this._listeners.indexOf(t);e!==-1&&this._listeners.splice(e,1)}static source(){let t;return{token:new Xe(function(o){t=o}),cancel:t}}},to=Xe;function _s(s){return function(e){return s.apply(null,e)}}function Fs(s){return u.isObject(s)&&s.isAxiosError===!0}var Ms={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(Ms).forEach(([s,t])=>{Ms[t]=s});var so=Ms;function ao(s){let t=new Ye(s),e=Me(Ye.prototype.request,t);return u.extend(e,Ye.prototype,t,{allOwnKeys:!0}),u.extend(e,t,null,{allOwnKeys:!0}),e.create=function(o){return ao(re(s,o))},e}var _=ao(Ue);_.Axios=Ye;_.CanceledError=ae;_.CancelToken=to;_.isCancel=He;_.VERSION=Ae;_.toFormData=pe;_.AxiosError=k;_.Cancel=_.CanceledError;_.all=function(t){return Promise.all(t)};_.spread=_s;_.isAxiosError=Fs;_.mergeConfig=re;_.AxiosHeaders=M;_.formToJSON=s=>lt(u.isHTMLForm(s)?new FormData(s):s);_.getAdapter=bt.getAdapter;_.HttpStatusCode=so;_.default=_;var m=_;var{Axios:Jr,AxiosError:Yr,CanceledError:Xr,isCancel:Zr,CancelToken:ec,VERSION:tc,all:sc,Cancel:ac,isAxiosError:nc,spread:oc,toFormData:ic,AxiosHeaders:rc,HttpStatusCode:cc,formToJSON:pc,getAdapter:lc,mergeConfig:uc}=m;var Qs=j(Gs()),io=j(require("http")),ro=j(require("https"));var Ze=j(Gs()),yc="https://api.botpress.cloud",bc=6e4,vc="BP_API_URL",Rc="BP_BOT_ID",Ac="BP_INTEGRATION_ID",Cc="BP_WORKSPACE_ID",Pc="BP_TOKEN";function no(s){let t=kc(s),e={};t.workspaceId&&(e["x-workspace-id"]=t.workspaceId),t.botId&&(e["x-bot-id"]=t.botId),t.integrationId&&(e["x-integration-id"]=t.integrationId),t.token&&(e.Authorization=`Bearer ${t.token}`),e={...e,...t.headers};let a=t.apiUrl??yc,o=t.timeout??bc;return{apiUrl:a,timeout:o,withCredentials:Ze.isBrowser,headers:e}}function kc(s){return Ze.isBrowser?s:Ze.isNode?Tc(s):s}function Tc(s){let t={...s,apiUrl:s.apiUrl??process.env[vc],botId:s.botId??process.env[Rc],integrationId:s.integrationId??process.env[Ac],workspaceId:s.workspaceId??process.env[Cc]},e=t.token??process.env[Pc];return e&&(t.token=e),t}var g="https://api.botpress.cloud".replace(/\/+$/,"");var At=class{constructor(t,e=g,a=m){this.basePath=e;this.axios=a;t&&(this.configuration=t,this.basePath=t.basePath||this.basePath)}configuration},Ct=class extends Error{constructor(e,a){super(a);this.field=e;this.name="RequiredError"}};var f="https://example.com",A=function(s,t,e){if(e==null)throw new Ct(t,`Required parameter ${t} was null or undefined when calling ${s}.`)};function js(s,t,e=""){t!=null&&(typeof t=="object"?Array.isArray(t)?t.forEach(a=>js(s,a,e)):Object.keys(t).forEach(a=>js(s,t[a],`${e}${e!==""?".":""}${a}`)):s.has(e)?s.append(e,t):s.set(e,t))}var x=function(s,...t){let e=new URLSearchParams(s.search);js(e,t),s.search=e.toString()},T=function(s,t,e){let a=typeof s!="string";return(a&&e&&e.isJsonMime?e.isJsonMime(t.headers["Content-Type"]):a)?JSON.stringify(s!==void 0?s:{}):s||""},h=function(s){return s.pathname+s.search+s.hash},y=function(s,t,e,a){return(o=t,n=e)=>{let i={...s.options,url:(a?.basePath||n)+s.url};return o.request(i)}};var wc=function(s){return{addParticipant:async(t,e,a={})=>{A("addParticipant","id",t);let o="/v1/chat/conversations/{id}/participants".replace("{id}",encodeURIComponent(String(t))),n=new URL(o,f),i;s&&(i=s.baseOptions);let r={method:"POST",...i,...a},c={},p={};c["Content-Type"]="application/json",x(n,p);let l=i&&i.headers?i.headers:{};return r.headers={...c,...l,...a.headers},r.data=T(e,r,s),{url:h(n),options:r}},breakDownWorkspaceUsageByBot:async(t,e,a,o={})=>{A("breakDownWorkspaceUsageByBot","id",t),A("breakDownWorkspaceUsageByBot","type",e);let n="/v1/admin/workspaces/{id}/usages/by-bot".replace("{id}",encodeURIComponent(String(t))),i=new URL(n,f),r;s&&(r=s.baseOptions);let c={method:"GET",...r,...o},p={},l={};e!==void 0&&(l.type=e),a!==void 0&&(l.period=a),x(i,l);let d=r&&r.headers?r.headers:{};return c.headers={...p,...d,...o.headers},{url:h(i),options:c}},callAction:async(t,e={})=>{let a="/v1/chat/actions",o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"POST",...n,...e},r={},c={};r["Content-Type"]="application/json",x(o,c);let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},i.data=T(t,i,s),{url:h(o),options:i}},changeAISpendQuota:async(t,e={})=>{let a="/v1/admin/quotas/ai-spend",o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"PUT",...n,...e},r={},c={};r["Content-Type"]="application/json",x(o,c);let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},i.data=T(t,i,s),{url:h(o),options:i}},chargeWorkspaceUnpaidInvoices:async(t,e,a={})=>{A("chargeWorkspaceUnpaidInvoices","id",t);let o="/v1/admin/workspaces/{id}/billing/invoices/charge-unpaid".replace("{id}",encodeURIComponent(String(t))),n=new URL(o,f),i;s&&(i=s.baseOptions);let r={method:"POST",...i,...a},c={},p={};c["Content-Type"]="application/json",x(n,p);let l=i&&i.headers?i.headers:{};return r.headers={...c,...l,...a.headers},r.data=T(e,r,s),{url:h(n),options:r}},checkHandleAvailability:async(t,e={})=>{let a="/v1/admin/workspaces/handle-availability",o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"PUT",...n,...e},r={},c={};r["Content-Type"]="application/json",x(o,c);let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},i.data=T(t,i,s),{url:h(o),options:i}},configureIntegration:async(t,e={})=>{let a="/v1/chat/integrations/configure",o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"POST",...n,...e},r={},c={};r["Content-Type"]="application/json",x(o,c);let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},i.data=T(t,i,s),{url:h(o),options:i}},createBot:async(t,e={})=>{let a="/v1/admin/bots",o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"POST",...n,...e},r={},c={};r["Content-Type"]="application/json",x(o,c);let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},i.data=T(t,i,s),{url:h(o),options:i}},createConversation:async(t,e={})=>{let a="/v1/chat/conversations",o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"POST",...n,...e},r={},c={};r["Content-Type"]="application/json",x(o,c);let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},i.data=T(t,i,s),{url:h(o),options:i}},createEvent:async(t,e={})=>{let a="/v1/chat/events",o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"POST",...n,...e},r={},c={};r["Content-Type"]="application/json",x(o,c);let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},i.data=T(t,i,s),{url:h(o),options:i}},createFile:async(t,e={})=>{let a="/v1/files",o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"POST",...n,...e},r={},c={};r["Content-Type"]="application/json",x(o,c);let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},i.data=T(t,i,s),{url:h(o),options:i}},createIntegration:async(t,e={})=>{let a="/v1/admin/integrations",o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"POST",...n,...e},r={},c={};r["Content-Type"]="application/json",x(o,c);let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},i.data=T(t,i,s),{url:h(o),options:i}},createIntegrationApiKey:async(t,e={})=>{let a="/v1/admin/integrations/iaks",o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"POST",...n,...e},r={},c={};r["Content-Type"]="application/json",x(o,c);let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},i.data=T(t,i,s),{url:h(o),options:i}},createMessage:async(t,e={})=>{let a="/v1/chat/messages",o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"POST",...n,...e},r={},c={};r["Content-Type"]="application/json",x(o,c);let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},i.data=T(t,i,s),{url:h(o),options:i}},createPersonalAccessToken:async(t,e={})=>{let a="/v1/admin/account/pats",o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"POST",...n,...e},r={},c={};r["Content-Type"]="application/json",x(o,c);let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},i.data=T(t,i,s),{url:h(o),options:i}},createTable:async(t,e={})=>{let a="/v1/tables",o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"POST",...n,...e},r={},c={};r["Content-Type"]="application/json",x(o,c);let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},i.data=T(t,i,s),{url:h(o),options:i}},createTableRows:async(t,e,a={})=>{A("createTableRows","table",t);let o="/v1/tables/{table}/rows".replace("{table}",encodeURIComponent(String(t))),n=new URL(o,f),i;s&&(i=s.baseOptions);let r={method:"POST",...i,...a},c={},p={};c["Content-Type"]="application/json",x(n,p);let l=i&&i.headers?i.headers:{};return r.headers={...c,...l,...a.headers},r.data=T(e,r,s),{url:h(n),options:r}},createTask:async(t,e={})=>{let a="/v1/chat/tasks",o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"POST",...n,...e},r={},c={};r["Content-Type"]="application/json",x(o,c);let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},i.data=T(t,i,s),{url:h(o),options:i}},createUser:async(t,e={})=>{let a="/v1/chat/users",o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"POST",...n,...e},r={},c={};r["Content-Type"]="application/json",x(o,c);let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},i.data=T(t,i,s),{url:h(o),options:i}},createWorkspace:async(t,e={})=>{let a="/v1/admin/workspaces",o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"POST",...n,...e},r={},c={};r["Content-Type"]="application/json",x(o,c);let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},i.data=T(t,i,s),{url:h(o),options:i}},createWorkspaceMember:async(t,e={})=>{let a="/v1/admin/workspace-members",o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"POST",...n,...e},r={},c={};r["Content-Type"]="application/json",x(o,c);let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},i.data=T(t,i,s),{url:h(o),options:i}},deleteBot:async(t,e={})=>{A("deleteBot","id",t);let a="/v1/admin/bots/{id}".replace("{id}",encodeURIComponent(String(t))),o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"DELETE",...n,...e},r={};x(o,{});let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},{url:h(o),options:i}},deleteBotIssue:async(t,e,a={})=>{A("deleteBotIssue","id",t),A("deleteBotIssue","issueId",e);let o="/v1/admin/bots/{id}/issues/{issueId}".replace("{id}",encodeURIComponent(String(t))).replace("{issueId}",encodeURIComponent(String(e))),n=new URL(o,f),i;s&&(i=s.baseOptions);let r={method:"DELETE",...i,...a},c={};x(n,{});let l=i&&i.headers?i.headers:{};return r.headers={...c,...l,...a.headers},{url:h(n),options:r}},deleteConversation:async(t,e={})=>{A("deleteConversation","id",t);let a="/v1/chat/conversations/{id}".replace("{id}",encodeURIComponent(String(t))),o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"DELETE",...n,...e},r={};x(o,{});let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},{url:h(o),options:i}},deleteFile:async(t,e={})=>{A("deleteFile","id",t);let a="/v1/files/{id}".replace("{id}",encodeURIComponent(String(t))),o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"DELETE",...n,...e},r={};x(o,{});let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},{url:h(o),options:i}},deleteIntegration:async(t,e={})=>{A("deleteIntegration","id",t);let a="/v1/admin/integrations/{id}".replace("{id}",encodeURIComponent(String(t))),o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"DELETE",...n,...e},r={};x(o,{});let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},{url:h(o),options:i}},deleteIntegrationApiKey:async(t,e={})=>{A("deleteIntegrationApiKey","id",t);let a="/v1/admin/integrations/iaks/{id}".replace("{id}",encodeURIComponent(String(t))),o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"DELETE",...n,...e},r={};x(o,{});let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},{url:h(o),options:i}},deleteMessage:async(t,e={})=>{A("deleteMessage","id",t);let a="/v1/chat/messages/{id}".replace("{id}",encodeURIComponent(String(t))),o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"DELETE",...n,...e},r={};x(o,{});let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},{url:h(o),options:i}},deletePersonalAccessToken:async(t,e={})=>{A("deletePersonalAccessToken","id",t);let a="/v1/admin/account/pats/{id}".replace("{id}",encodeURIComponent(String(t))),o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"DELETE",...n,...e},r={};x(o,{});let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},{url:h(o),options:i}},deleteTable:async(t,e={})=>{A("deleteTable","table",t);let a="/v1/tables/{table}".replace("{table}",encodeURIComponent(String(t))),o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"DELETE",...n,...e},r={};x(o,{});let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},{url:h(o),options:i}},deleteTableRows:async(t,e,a={})=>{A("deleteTableRows","table",t);let o="/v1/tables/{table}/rows/delete".replace("{table}",encodeURIComponent(String(t))),n=new URL(o,f),i;s&&(i=s.baseOptions);let r={method:"POST",...i,...a},c={},p={};c["Content-Type"]="application/json",x(n,p);let l=i&&i.headers?i.headers:{};return r.headers={...c,...l,...a.headers},r.data=T(e,r,s),{url:h(n),options:r}},deleteTask:async(t,e={})=>{A("deleteTask","id",t);let a="/v1/chat/tasks/{id}".replace("{id}",encodeURIComponent(String(t))),o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"DELETE",...n,...e},r={};x(o,{});let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},{url:h(o),options:i}},deleteUser:async(t,e={})=>{A("deleteUser","id",t);let a="/v1/chat/users/{id}".replace("{id}",encodeURIComponent(String(t))),o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"DELETE",...n,...e},r={};x(o,{});let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},{url:h(o),options:i}},deleteWorkspace:async(t,e={})=>{A("deleteWorkspace","id",t);let a="/v1/admin/workspaces/{id}".replace("{id}",encodeURIComponent(String(t))),o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"DELETE",...n,...e},r={};x(o,{});let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},{url:h(o),options:i}},deleteWorkspaceMember:async(t,e={})=>{A("deleteWorkspaceMember","id",t);let a="/v1/admin/workspace-members/{id}".replace("{id}",encodeURIComponent(String(t))),o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"DELETE",...n,...e},r={};x(o,{});let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},{url:h(o),options:i}},duplicateTable:async(t,e,a={})=>{A("duplicateTable","sourceTableId",t);let o="/v1/tables/{sourceTableId}/duplicate".replace("{sourceTableId}",encodeURIComponent(String(t))),n=new URL(o,f),i;s&&(i=s.baseOptions);let r={method:"POST",...i,...a},c={},p={};c["Content-Type"]="application/json",x(n,p);let l=i&&i.headers?i.headers:{};return r.headers={...c,...l,...a.headers},r.data=T(e,r,s),{url:h(n),options:r}},findTableRows:async(t,e,a={})=>{A("findTableRows","table",t);let o="/v1/tables/{table}/rows/find".replace("{table}",encodeURIComponent(String(t))),n=new URL(o,f),i;s&&(i=s.baseOptions);let r={method:"POST",...i,...a},c={},p={};c["Content-Type"]="application/json",x(n,p);let l=i&&i.headers?i.headers:{};return r.headers={...c,...l,...a.headers},r.data=T(e,r,s),{url:h(n),options:r}},getAccount:async(t={})=>{let e="/v1/admin/account/me",a=new URL(e,f),o;s&&(o=s.baseOptions);let n={method:"GET",...o,...t},i={};x(a,{});let c=o&&o.headers?o.headers:{};return n.headers={...i,...c,...t.headers},{url:h(a),options:n}},getAccountPreference:async(t,e={})=>{A("getAccountPreference","key",t);let a="/v1/admin/account/preferences/{key}".replace("{key}",encodeURIComponent(String(t))),o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"GET",...n,...e},r={};x(o,{});let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},{url:h(o),options:i}},getAllWorkspaceQuotaCompletion:async(t={})=>{let e="/v1/admin/workspaces/usages/quota-completion",a=new URL(e,f),o;s&&(o=s.baseOptions);let n={method:"GET",...o,...t},i={};x(a,{});let c=o&&o.headers?o.headers:{};return n.headers={...i,...c,...t.headers},{url:h(a),options:n}},getAuditRecords:async(t,e,a={})=>{A("getAuditRecords","id",t);let o="/v1/admin/workspaces/{id}/audit-records".replace("{id}",encodeURIComponent(String(t))),n=new URL(o,f),i;s&&(i=s.baseOptions);let r={method:"GET",...i,...a},c={},p={};e!==void 0&&(p.nextToken=e),x(n,p);let l=i&&i.headers?i.headers:{};return r.headers={...c,...l,...a.headers},{url:h(n),options:r}},getBot:async(t,e={})=>{A("getBot","id",t);let a="/v1/admin/bots/{id}".replace("{id}",encodeURIComponent(String(t))),o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"GET",...n,...e},r={};x(o,{});let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},{url:h(o),options:i}},getBotAnalytics:async(t,e,a,o={})=>{A("getBotAnalytics","id",t),A("getBotAnalytics","startDate",e),A("getBotAnalytics","endDate",a);let n="/v1/admin/bots/{id}/analytics".replace("{id}",encodeURIComponent(String(t))),i=new URL(n,f),r;s&&(r=s.baseOptions);let c={method:"GET",...r,...o},p={},l={};e!==void 0&&(l.startDate=e),a!==void 0&&(l.endDate=a),x(i,l);let d=r&&r.headers?r.headers:{};return c.headers={...p,...d,...o.headers},{url:h(i),options:c}},getBotLogs:async(t,e,a,o,n={})=>{A("getBotLogs","id",t),A("getBotLogs","timeStart",e),A("getBotLogs","timeEnd",a);let i="/v1/admin/bots/{id}/logs".replace("{id}",encodeURIComponent(String(t))),r=new URL(i,f),c;s&&(c=s.baseOptions);let p={method:"GET",...c,...n},l={},d={};e!==void 0&&(d.timeStart=e),a!==void 0&&(d.timeEnd=a),o!==void 0&&(d.nextToken=o),x(r,d);let C=c&&c.headers?c.headers:{};return p.headers={...l,...C,...n.headers},{url:h(r),options:p}},getBotWebchat:async(t,e,a={})=>{A("getBotWebchat","id",t),A("getBotWebchat","type",e);let o="/v1/admin/bots/{id}/webchat".replace("{id}",encodeURIComponent(String(t))),n=new URL(o,f),i;s&&(i=s.baseOptions);let r={method:"GET",...i,...a},c={},p={};e!==void 0&&(p.type=e),x(n,p);let l=i&&i.headers?i.headers:{};return r.headers={...c,...l,...a.headers},{url:h(n),options:r}},getConversation:async(t,e={})=>{A("getConversation","id",t);let a="/v1/chat/conversations/{id}".replace("{id}",encodeURIComponent(String(t))),o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"GET",...n,...e},r={};x(o,{});let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},{url:h(o),options:i}},getEvent:async(t,e={})=>{A("getEvent","id",t);let a="/v1/chat/events/{id}".replace("{id}",encodeURIComponent(String(t))),o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"GET",...n,...e},r={};x(o,{});let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},{url:h(o),options:i}},getFileContent:async(t,e={})=>{A("getFileContent","id",t);let a="/v1/files/{id}/content".replace("{id}",encodeURIComponent(String(t))),o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"GET",...n,...e},r={};x(o,{});let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},{url:h(o),options:i}},getFileMetadata:async(t,e={})=>{A("getFileMetadata","id",t);let a="/v1/files/{id}/metadata".replace("{id}",encodeURIComponent(String(t))),o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"GET",...n,...e},r={};x(o,{});let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},{url:h(o),options:i}},getIntegration:async(t,e={})=>{A("getIntegration","id",t);let a="/v1/admin/integrations/{id}".replace("{id}",encodeURIComponent(String(t))),o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"GET",...n,...e},r={};x(o,{});let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},{url:h(o),options:i}},getIntegrationByName:async(t,e,a={})=>{A("getIntegrationByName","name",t),A("getIntegrationByName","version",e);let o="/v1/admin/integrations/{name}/{version}".replace("{name}",encodeURIComponent(String(t))).replace("{version}",encodeURIComponent(String(e))),n=new URL(o,f),i;s&&(i=s.baseOptions);let r={method:"GET",...i,...a},c={};x(n,{});let l=i&&i.headers?i.headers:{};return r.headers={...c,...l,...a.headers},{url:h(n),options:r}},getIntegrationLogs:async(t,e,a,o,n={})=>{A("getIntegrationLogs","id",t),A("getIntegrationLogs","timeStart",e),A("getIntegrationLogs","timeEnd",a);let i="/v1/admin/integrations/{id}/logs".replace("{id}",encodeURIComponent(String(t))),r=new URL(i,f),c;s&&(c=s.baseOptions);let p={method:"GET",...c,...n},l={},d={};e!==void 0&&(d.timeStart=e),a!==void 0&&(d.timeEnd=a),o!==void 0&&(d.nextToken=o),x(r,d);let C=c&&c.headers?c.headers:{};return p.headers={...l,...C,...n.headers},{url:h(r),options:p}},getMessage:async(t,e={})=>{A("getMessage","id",t);let a="/v1/chat/messages/{id}".replace("{id}",encodeURIComponent(String(t))),o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"GET",...n,...e},r={};x(o,{});let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},{url:h(o),options:i}},getOrCreateConversation:async(t,e={})=>{let a="/v1/chat/conversations/get-or-create",o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"POST",...n,...e},r={},c={};r["Content-Type"]="application/json",x(o,c);let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},i.data=T(t,i,s),{url:h(o),options:i}},getOrCreateMessage:async(t,e={})=>{let a="/v1/chat/messages/get-or-create",o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"POST",...n,...e},r={},c={};r["Content-Type"]="application/json",x(o,c);let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},i.data=T(t,i,s),{url:h(o),options:i}},getOrCreateTable:async(t,e,a={})=>{A("getOrCreateTable","table",t);let o="/v1/tables/{table}".replace("{table}",encodeURIComponent(String(t))),n=new URL(o,f),i;s&&(i=s.baseOptions);let r={method:"POST",...i,...a},c={},p={};c["Content-Type"]="application/json",x(n,p);let l=i&&i.headers?i.headers:{};return r.headers={...c,...l,...a.headers},r.data=T(e,r,s),{url:h(n),options:r}},getOrCreateUser:async(t,e={})=>{let a="/v1/chat/users/get-or-create",o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"POST",...n,...e},r={},c={};r["Content-Type"]="application/json",x(o,c);let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},i.data=T(t,i,s),{url:h(o),options:i}},getOrSetState:async(t,e,a,o,n={})=>{A("getOrSetState","type",t),A("getOrSetState","id",e),A("getOrSetState","name",a);let i="/v1/chat/states/{type}/{id}/{name}/get-or-set".replace("{type}",encodeURIComponent(String(t))).replace("{id}",encodeURIComponent(String(e))).replace("{name}",encodeURIComponent(String(a))),r=new URL(i,f),c;s&&(c=s.baseOptions);let p={method:"POST",...c,...n},l={},d={};l["Content-Type"]="application/json",x(r,d);let C=c&&c.headers?c.headers:{};return p.headers={...l,...C,...n.headers},p.data=T(o,p,s),{url:h(r),options:p}},getParticipant:async(t,e,a={})=>{A("getParticipant","id",t),A("getParticipant","userId",e);let o="/v1/chat/conversations/{id}/participants/{userId}".replace("{id}",encodeURIComponent(String(t))).replace("{userId}",encodeURIComponent(String(e))),n=new URL(o,f),i;s&&(i=s.baseOptions);let r={method:"GET",...i,...a},c={};x(n,{});let l=i&&i.headers?i.headers:{};return r.headers={...c,...l,...a.headers},{url:h(n),options:r}},getPublicIntegration:async(t,e,a={})=>{A("getPublicIntegration","name",t),A("getPublicIntegration","version",e);let o="/v1/admin/hub/integrations/{name}/{version}".replace("{name}",encodeURIComponent(String(t))).replace("{version}",encodeURIComponent(String(e))),n=new URL(o,f),i;s&&(i=s.baseOptions);let r={method:"GET",...i,...a},c={};x(n,{});let l=i&&i.headers?i.headers:{};return r.headers={...c,...l,...a.headers},{url:h(n),options:r}},getPublicIntegrationById:async(t,e={})=>{A("getPublicIntegrationById","id",t);let a="/v1/admin/hub/integrations/{id}".replace("{id}",encodeURIComponent(String(t))),o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"GET",...n,...e},r={};x(o,{});let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},{url:h(o),options:i}},getPublicWorkspace:async(t,e={})=>{A("getPublicWorkspace","id",t);let a="/v1/admin/workspaces/{id}/public".replace("{id}",encodeURIComponent(String(t))),o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"GET",...n,...e},r={};x(o,{});let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},{url:h(o),options:i}},getState:async(t,e,a,o={})=>{A("getState","type",t),A("getState","id",e),A("getState","name",a);let n="/v1/chat/states/{type}/{id}/{name}".replace("{type}",encodeURIComponent(String(t))).replace("{id}",encodeURIComponent(String(e))).replace("{name}",encodeURIComponent(String(a))),i=new URL(n,f),r;s&&(r=s.baseOptions);let c={method:"GET",...r,...o},p={};x(i,{});let d=r&&r.headers?r.headers:{};return c.headers={...p,...d,...o.headers},{url:h(i),options:c}},getTable:async(t,e={})=>{A("getTable","table",t);let a="/v1/tables/{table}".replace("{table}",encodeURIComponent(String(t))),o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"GET",...n,...e},r={};x(o,{});let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},{url:h(o),options:i}},getTableRow:async(t,e,a={})=>{A("getTableRow","table",t),A("getTableRow","id",e);let o="/v1/tables/{table}/row".replace("{table}",encodeURIComponent(String(t))),n=new URL(o,f),i;s&&(i=s.baseOptions);let r={method:"GET",...i,...a},c={},p={};e!==void 0&&(p.id=e),x(n,p);let l=i&&i.headers?i.headers:{};return r.headers={...c,...l,...a.headers},{url:h(n),options:r}},getTask:async(t,e={})=>{A("getTask","id",t);let a="/v1/chat/tasks/{id}".replace("{id}",encodeURIComponent(String(t))),o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"GET",...n,...e},r={};x(o,{});let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},{url:h(o),options:i}},getUpcomingInvoice:async(t,e={})=>{A("getUpcomingInvoice","id",t);let a="/v1/admin/workspaces/{id}/billing/upcoming-invoice".replace("{id}",encodeURIComponent(String(t))),o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"GET",...n,...e},r={};x(o,{});let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},{url:h(o),options:i}},getUsage:async(t,e,a,o={})=>{A("getUsage","type",t),A("getUsage","id",e);let n="/v1/admin/usages/{id}".replace("{id}",encodeURIComponent(String(e))),i=new URL(n,f),r;s&&(r=s.baseOptions);let c={method:"GET",...r,...o},p={},l={};t!==void 0&&(l.type=t),a!==void 0&&(l.period=a),x(i,l);let d=r&&r.headers?r.headers:{};return c.headers={...p,...d,...o.headers},{url:h(i),options:c}},getUser:async(t,e={})=>{A("getUser","id",t);let a="/v1/chat/users/{id}".replace("{id}",encodeURIComponent(String(t))),o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"GET",...n,...e},r={};x(o,{});let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},{url:h(o),options:i}},getWorkspace:async(t,e={})=>{A("getWorkspace","id",t);let a="/v1/admin/workspaces/{id}".replace("{id}",encodeURIComponent(String(t))),o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"GET",...n,...e},r={};x(o,{});let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},{url:h(o),options:i}},getWorkspaceQuota:async(t,e,a,o={})=>{A("getWorkspaceQuota","id",t),A("getWorkspaceQuota","type",e);let n="/v1/admin/workspaces/{id}/quota".replace("{id}",encodeURIComponent(String(t))),i=new URL(n,f),r;s&&(r=s.baseOptions);let c={method:"GET",...r,...o},p={},l={};e!==void 0&&(l.type=e),a!==void 0&&(l.period=a),x(i,l);let d=r&&r.headers?r.headers:{};return c.headers={...p,...d,...o.headers},{url:h(i),options:c}},introspect:async(t,e={})=>{let a="/v1/admin/introspect",o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"POST",...n,...e},r={},c={};r["Content-Type"]="application/json",x(o,c);let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},i.data=T(t,i,s),{url:h(o),options:i}},listActivities:async(t,e,a,o={})=>{A("listActivities","taskId",t),A("listActivities","botId",e);let n="/v1/admin/activities",i=new URL(n,f),r;s&&(r=s.baseOptions);let c={method:"GET",...r,...o},p={},l={};a!==void 0&&(l.nextToken=a),t!==void 0&&(l.taskId=t),e!==void 0&&(l.botId=e),x(i,l);let d=r&&r.headers?r.headers:{};return c.headers={...p,...d,...o.headers},{url:h(i),options:c}},listBotIssueEvents:async(t,e,a={})=>{A("listBotIssueEvents","id",t),A("listBotIssueEvents","issueId",e);let o="/v1/admin/bots/{id}/issues/{issueId}/events".replace("{id}",encodeURIComponent(String(t))).replace("{issueId}",encodeURIComponent(String(e))),n=new URL(o,f),i;s&&(i=s.baseOptions);let r={method:"GET",...i,...a},c={};x(n,{});let l=i&&i.headers?i.headers:{};return r.headers={...c,...l,...a.headers},{url:h(n),options:r}},listBotIssues:async(t,e,a={})=>{A("listBotIssues","id",t);let o="/v1/admin/bots/{id}/issues".replace("{id}",encodeURIComponent(String(t))),n=new URL(o,f),i;s&&(i=s.baseOptions);let r={method:"GET",...i,...a},c={},p={};e!==void 0&&(p.nextToken=e),x(n,p);let l=i&&i.headers?i.headers:{};return r.headers={...c,...l,...a.headers},{url:h(n),options:r}},listBots:async(t,e,a={})=>{let o="/v1/admin/bots",n=new URL(o,f),i;s&&(i=s.baseOptions);let r={method:"GET",...i,...a},c={},p={};t!==void 0&&(p.dev=t),e!==void 0&&(p.nextToken=e),x(n,p);let l=i&&i.headers?i.headers:{};return r.headers={...c,...l,...a.headers},{url:h(n),options:r}},listConversations:async(t,e,a,o={})=>{let n="/v1/chat/conversations",i=new URL(n,f),r;s&&(r=s.baseOptions);let c={method:"GET",...r,...o},p={},l={};t!==void 0&&(l.nextToken=t),e!==void 0&&(l.tags=e),a&&(l.participantIds=a),x(i,l);let d=r&&r.headers?r.headers:{};return c.headers={...p,...d,...o.headers},{url:h(i),options:c}},listEvents:async(t,e,a,o,n,i,r={})=>{let c="/v1/chat/events",p=new URL(c,f),l;s&&(l=s.baseOptions);let d={method:"GET",...l,...r},C={},w={};t!==void 0&&(w.nextToken=t),e!==void 0&&(w.type=e),a!==void 0&&(w.conversationId=a),o!==void 0&&(w.userId=o),n!==void 0&&(w.messageId=n),i!==void 0&&(w.status=i),x(p,w);let R=l&&l.headers?l.headers:{};return d.headers={...C,...R,...r.headers},{url:h(p),options:d}},listFiles:async(t,e,a,o={})=>{A("listFiles","botId",t);let n="/v1/files/bot/{botId}".replace("{botId}",encodeURIComponent(String(t))),i=new URL(n,f),r;s&&(r=s.baseOptions);let c={method:"GET",...r,...o},p={},l={};e!==void 0&&(l.nextToken=e),a!==void 0&&(l.tags=a),x(i,l);let d=r&&r.headers?r.headers:{};return c.headers={...p,...d,...o.headers},{url:h(i),options:c}},listIntegrationApiKeys:async(t,e={})=>{A("listIntegrationApiKeys","integrationId",t);let a="/v1/admin/integrations/iaks",o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"GET",...n,...e},r={},c={};t!==void 0&&(c.integrationId=t),x(o,c);let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},{url:h(o),options:i}},listIntegrations:async(t,e,a,o,n={})=>{let i="/v1/admin/integrations",r=new URL(i,f),c;s&&(c=s.baseOptions);let p={method:"GET",...c,...n},l={},d={};t!==void 0&&(d.nextToken=t),e!==void 0&&(d.name=e),a!==void 0&&(d.version=a),o!==void 0&&(d.dev=o),x(r,d);let C=c&&c.headers?c.headers:{};return p.headers={...l,...C,...n.headers},{url:h(r),options:p}},listMessages:async(t,e,a,o={})=>{let n="/v1/chat/messages",i=new URL(n,f),r;s&&(r=s.baseOptions);let c={method:"GET",...r,...o},p={},l={};t!==void 0&&(l.nextToken=t),e!==void 0&&(l.conversationId=e),a!==void 0&&(l.tags=a),x(i,l);let d=r&&r.headers?r.headers:{};return c.headers={...p,...d,...o.headers},{url:h(i),options:c}},listParticipants:async(t,e,a={})=>{A("listParticipants","id",t);let o="/v1/chat/conversations/{id}/participants".replace("{id}",encodeURIComponent(String(t))),n=new URL(o,f),i;s&&(i=s.baseOptions);let r={method:"GET",...i,...a},c={},p={};e!==void 0&&(p.nextToken=e),x(n,p);let l=i&&i.headers?i.headers:{};return r.headers={...c,...l,...a.headers},{url:h(n),options:r}},listPersonalAccessTokens:async(t={})=>{let e="/v1/admin/account/pats",a=new URL(e,f),o;s&&(o=s.baseOptions);let n={method:"GET",...o,...t},i={};x(a,{});let c=o&&o.headers?o.headers:{};return n.headers={...i,...c,...t.headers},{url:h(a),options:n}},listPublicIntegrations:async(t,e,a,o={})=>{let n="/v1/admin/hub/integrations",i=new URL(n,f),r;s&&(r=s.baseOptions);let c={method:"GET",...r,...o},p={},l={};t!==void 0&&(l.nextToken=t),e!==void 0&&(l.name=e),a!==void 0&&(l.version=a),x(i,l);let d=r&&r.headers?r.headers:{};return c.headers={...p,...d,...o.headers},{url:h(i),options:c}},listTables:async(t,e={})=>{let a="/v1/tables",o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"GET",...n,...e},r={},c={};t!==void 0&&(c.tags=t),x(o,c);let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},{url:h(o),options:i}},listTasks:async(t,e,a,o,n,i,r,c={})=>{let p="/v1/chat/tasks",l=new URL(p,f),d;s&&(d=s.baseOptions);let C={method:"GET",...d,...c},w={},R={};t!==void 0&&(R.nextToken=t),e!==void 0&&(R.tags=e),a!==void 0&&(R.conversationId=a),o!==void 0&&(R.userId=o),n!==void 0&&(R.parentTaskId=n),i&&(R.status=i),r!==void 0&&(R.type=r),x(l,R);let P=d&&d.headers?d.headers:{};return C.headers={...w,...P,...c.headers},{url:h(l),options:C}},listUsageHistory:async(t,e,a={})=>{A("listUsageHistory","type",t),A("listUsageHistory","id",e);let o="/v1/admin/usages/{id}/history".replace("{id}",encodeURIComponent(String(e))),n=new URL(o,f),i;s&&(i=s.baseOptions);let r={method:"GET",...i,...a},c={},p={};t!==void 0&&(p.type=t),x(n,p);let l=i&&i.headers?i.headers:{};return r.headers={...c,...l,...a.headers},{url:h(n),options:r}},listUsers:async(t,e,a,o={})=>{let n="/v1/chat/users",i=new URL(n,f),r;s&&(r=s.baseOptions);let c={method:"GET",...r,...o},p={},l={};t!==void 0&&(l.nextToken=t),e!==void 0&&(l.conversationId=e),a!==void 0&&(l.tags=a),x(i,l);let d=r&&r.headers?r.headers:{};return c.headers={...p,...d,...o.headers},{url:h(i),options:c}},listWorkspaceInvoices:async(t,e={})=>{A("listWorkspaceInvoices","id",t);let a="/v1/admin/workspaces/{id}/billing/invoices".replace("{id}",encodeURIComponent(String(t))),o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"GET",...n,...e},r={};x(o,{});let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},{url:h(o),options:i}},listWorkspaceMembers:async(t,e={})=>{let a="/v1/admin/workspace-members",o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"GET",...n,...e},r={},c={};t!==void 0&&(c.nextToken=t),x(o,c);let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},{url:h(o),options:i}},listWorkspaceQuotas:async(t,e,a={})=>{A("listWorkspaceQuotas","id",t);let o="/v1/admin/workspaces/{id}/quotas".replace("{id}",encodeURIComponent(String(t))),n=new URL(o,f),i;s&&(i=s.baseOptions);let r={method:"GET",...i,...a},c={},p={};e!==void 0&&(p.period=e),x(n,p);let l=i&&i.headers?i.headers:{};return r.headers={...c,...l,...a.headers},{url:h(n),options:r}},listWorkspaceUsages:async(t,e,a,o={})=>{A("listWorkspaceUsages","id",t),A("listWorkspaceUsages","type",e);let n="/v1/admin/workspaces/{id}/usages".replace("{id}",encodeURIComponent(String(t))),i=new URL(n,f),r;s&&(r=s.baseOptions);let c={method:"GET",...r,...o},p={},l={};e!==void 0&&(l.type=e),a!==void 0&&(l.period=a),x(i,l);let d=r&&r.headers?r.headers:{};return c.headers={...p,...d,...o.headers},{url:h(i),options:c}},listWorkspaces:async(t,e={})=>{let a="/v1/admin/workspaces",o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"GET",...n,...e},r={},c={};t!==void 0&&(c.nextToken=t),x(o,c);let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},{url:h(o),options:i}},patchState:async(t,e,a,o,n={})=>{A("patchState","type",t),A("patchState","id",e),A("patchState","name",a);let i="/v1/chat/states/{type}/{id}/{name}".replace("{type}",encodeURIComponent(String(t))).replace("{id}",encodeURIComponent(String(e))).replace("{name}",encodeURIComponent(String(a))),r=new URL(i,f),c;s&&(c=s.baseOptions);let p={method:"PATCH",...c,...n},l={},d={};l["Content-Type"]="application/json",x(r,d);let C=c&&c.headers?c.headers:{};return p.headers={...l,...C,...n.headers},p.data=T(o,p,s),{url:h(r),options:p}},removeParticipant:async(t,e,a={})=>{A("removeParticipant","id",t),A("removeParticipant","userId",e);let o="/v1/chat/conversations/{id}/participants/{userId}".replace("{id}",encodeURIComponent(String(t))).replace("{userId}",encodeURIComponent(String(e))),n=new URL(o,f),i;s&&(i=s.baseOptions);let r={method:"DELETE",...i,...a},c={};x(n,{});let l=i&&i.headers?i.headers:{};return r.headers={...c,...l,...a.headers},{url:h(n),options:r}},renameTableColumn:async(t,e,a={})=>{A("renameTableColumn","table",t);let o="/v1/tables/{table}/column".replace("{table}",encodeURIComponent(String(t))),n=new URL(o,f),i;s&&(i=s.baseOptions);let r={method:"PUT",...i,...a},c={},p={};c["Content-Type"]="application/json",x(n,p);let l=i&&i.headers?i.headers:{};return r.headers={...c,...l,...a.headers},r.data=T(e,r,s),{url:h(n),options:r}},runVrl:async(t,e={})=>{let a="/v1/admin/helper/vrl",o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"POST",...n,...e},r={},c={};r["Content-Type"]="application/json",x(o,c);let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},i.data=T(t,i,s),{url:h(o),options:i}},searchFiles:async(t,e,a,o,n,i={})=>{A("searchFiles","botId",t),A("searchFiles","query",e);let r="/v1/files/bot/{botId}/search".replace("{botId}",encodeURIComponent(String(t))),c=new URL(r,f),p;s&&(p=s.baseOptions);let l={method:"GET",...p,...i},d={},C={};a!==void 0&&(C.tags=a),e!==void 0&&(C.query=e),o!==void 0&&(C.contextDepth=o),n!==void 0&&(C.limit=n),x(c,C);let w=p&&p.headers?p.headers:{};return l.headers={...d,...w,...i.headers},{url:h(c),options:l}},setAccountPreference:async(t,e,a={})=>{A("setAccountPreference","key",t);let o="/v1/admin/account/preferences/{key}".replace("{key}",encodeURIComponent(String(t))),n=new URL(o,f),i;s&&(i=s.baseOptions);let r={method:"POST",...i,...a},c={},p={};c["Content-Type"]="application/json",x(n,p);let l=i&&i.headers?i.headers:{};return r.headers={...c,...l,...a.headers},r.data=T(e,r,s),{url:h(n),options:r}},setState:async(t,e,a,o,n={})=>{A("setState","type",t),A("setState","id",e),A("setState","name",a);let i="/v1/chat/states/{type}/{id}/{name}".replace("{type}",encodeURIComponent(String(t))).replace("{id}",encodeURIComponent(String(e))).replace("{name}",encodeURIComponent(String(a))),r=new URL(i,f),c;s&&(c=s.baseOptions);let p={method:"POST",...c,...n},l={},d={};l["Content-Type"]="application/json",x(r,d);let C=c&&c.headers?c.headers:{};return p.headers={...l,...C,...n.headers},p.data=T(o,p,s),{url:h(r),options:p}},setWorkspacePaymentMethod:async(t,e,a={})=>{A("setWorkspacePaymentMethod","id",t);let o="/v1/admin/workspaces/{id}/billing/payment-method".replace("{id}",encodeURIComponent(String(t))),n=new URL(o,f),i;s&&(i=s.baseOptions);let r={method:"PUT",...i,...a},c={},p={};c["Content-Type"]="application/json",x(n,p);let l=i&&i.headers?i.headers:{};return r.headers={...c,...l,...a.headers},r.data=T(e,r,s),{url:h(n),options:r}},trackAnalytics:async(t,e={})=>{let a="/v1/chat/analytics",o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"POST",...n,...e},r={},c={};r["Content-Type"]="application/json",x(o,c);let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},i.data=T(t,i,s),{url:h(o),options:i}},transferBot:async(t,e,a={})=>{A("transferBot","id",t);let o="/v1/admin/bots/{id}/transfer".replace("{id}",encodeURIComponent(String(t))),n=new URL(o,f),i;s&&(i=s.baseOptions);let r={method:"POST",...i,...a},c={},p={};c["Content-Type"]="application/json",x(n,p);let l=i&&i.headers?i.headers:{};return r.headers={...c,...l,...a.headers},r.data=T(e,r,s),{url:h(n),options:r}},updateAccount:async(t,e={})=>{let a="/v1/admin/account/me",o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"PUT",...n,...e},r={},c={};r["Content-Type"]="application/json",x(o,c);let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},i.data=T(t,i,s),{url:h(o),options:i}},updateBot:async(t,e,a={})=>{A("updateBot","id",t);let o="/v1/admin/bots/{id}".replace("{id}",encodeURIComponent(String(t))),n=new URL(o,f),i;s&&(i=s.baseOptions);let r={method:"PUT",...i,...a},c={},p={};c["Content-Type"]="application/json",x(n,p);let l=i&&i.headers?i.headers:{};return r.headers={...c,...l,...a.headers},r.data=T(e,r,s),{url:h(n),options:r}},updateConversation:async(t,e,a={})=>{A("updateConversation","id",t);let o="/v1/chat/conversations/{id}".replace("{id}",encodeURIComponent(String(t))),n=new URL(o,f),i;s&&(i=s.baseOptions);let r={method:"PUT",...i,...a},c={},p={};c["Content-Type"]="application/json",x(n,p);let l=i&&i.headers?i.headers:{};return r.headers={...c,...l,...a.headers},r.data=T(e,r,s),{url:h(n),options:r}},updateFileMetadata:async(t,e,a={})=>{A("updateFileMetadata","id",t);let o="/v1/files/{id}/metadata".replace("{id}",encodeURIComponent(String(t))),n=new URL(o,f),i;s&&(i=s.baseOptions);let r={method:"PUT",...i,...a},c={},p={};c["Content-Type"]="application/json",x(n,p);let l=i&&i.headers?i.headers:{};return r.headers={...c,...l,...a.headers},r.data=T(e,r,s),{url:h(n),options:r}},updateIntegration:async(t,e,a={})=>{A("updateIntegration","id",t);let o="/v1/admin/integrations/{id}".replace("{id}",encodeURIComponent(String(t))),n=new URL(o,f),i;s&&(i=s.baseOptions);let r={method:"PUT",...i,...a},c={},p={};c["Content-Type"]="application/json",x(n,p);let l=i&&i.headers?i.headers:{};return r.headers={...c,...l,...a.headers},r.data=T(e,r,s),{url:h(n),options:r}},updateMessage:async(t,e,a={})=>{A("updateMessage","id",t);let o="/v1/chat/messages/{id}".replace("{id}",encodeURIComponent(String(t))),n=new URL(o,f),i;s&&(i=s.baseOptions);let r={method:"PUT",...i,...a},c={},p={};c["Content-Type"]="application/json",x(n,p);let l=i&&i.headers?i.headers:{};return r.headers={...c,...l,...a.headers},r.data=T(e,r,s),{url:h(n),options:r}},updateTable:async(t,e,a={})=>{A("updateTable","table",t);let o="/v1/tables/{table}".replace("{table}",encodeURIComponent(String(t))),n=new URL(o,f),i;s&&(i=s.baseOptions);let r={method:"PUT",...i,...a},c={},p={};c["Content-Type"]="application/json",x(n,p);let l=i&&i.headers?i.headers:{};return r.headers={...c,...l,...a.headers},r.data=T(e,r,s),{url:h(n),options:r}},updateTableRows:async(t,e,a={})=>{A("updateTableRows","table",t);let o="/v1/tables/{table}/rows".replace("{table}",encodeURIComponent(String(t))),n=new URL(o,f),i;s&&(i=s.baseOptions);let r={method:"PUT",...i,...a},c={},p={};c["Content-Type"]="application/json",x(n,p);let l=i&&i.headers?i.headers:{};return r.headers={...c,...l,...a.headers},r.data=T(e,r,s),{url:h(n),options:r}},updateTask:async(t,e,a={})=>{A("updateTask","id",t);let o="/v1/chat/tasks/{id}".replace("{id}",encodeURIComponent(String(t))),n=new URL(o,f),i;s&&(i=s.baseOptions);let r={method:"PUT",...i,...a},c={},p={};c["Content-Type"]="application/json",x(n,p);let l=i&&i.headers?i.headers:{};return r.headers={...c,...l,...a.headers},r.data=T(e,r,s),{url:h(n),options:r}},updateUser:async(t,e,a={})=>{A("updateUser","id",t);let o="/v1/chat/users/{id}".replace("{id}",encodeURIComponent(String(t))),n=new URL(o,f),i;s&&(i=s.baseOptions);let r={method:"PUT",...i,...a},c={},p={};c["Content-Type"]="application/json",x(n,p);let l=i&&i.headers?i.headers:{};return r.headers={...c,...l,...a.headers},r.data=T(e,r,s),{url:h(n),options:r}},updateWorkspace:async(t,e,a={})=>{A("updateWorkspace","id",t);let o="/v1/admin/workspaces/{id}".replace("{id}",encodeURIComponent(String(t))),n=new URL(o,f),i;s&&(i=s.baseOptions);let r={method:"PUT",...i,...a},c={},p={};c["Content-Type"]="application/json",x(n,p);let l=i&&i.headers?i.headers:{};return r.headers={...c,...l,...a.headers},r.data=T(e,r,s),{url:h(n),options:r}},updateWorkspaceMember:async(t,e,a={})=>{A("updateWorkspaceMember","id",t);let o="/v1/admin/workspace-members/{id}".replace("{id}",encodeURIComponent(String(t))),n=new URL(o,f),i;s&&(i=s.baseOptions);let r={method:"PUT",...i,...a},c={},p={};c["Content-Type"]="application/json",x(n,p);let l=i&&i.headers?i.headers:{};return r.headers={...c,...l,...a.headers},r.data=T(e,r,s),{url:h(n),options:r}},upsertTableRows:async(t,e,a={})=>{A("upsertTableRows","table",t);let o="/v1/tables/{table}/rows/upsert".replace("{table}",encodeURIComponent(String(t))),n=new URL(o,f),i;s&&(i=s.baseOptions);let r={method:"POST",...i,...a},c={},p={};c["Content-Type"]="application/json",x(n,p);let l=i&&i.headers?i.headers:{};return r.headers={...c,...l,...a.headers},r.data=T(e,r,s),{url:h(n),options:r}}}},b=function(s){let t=wc(s);return{async addParticipant(e,a,o){let n=await t.addParticipant(e,a,o);return y(n,m,g,s)},async breakDownWorkspaceUsageByBot(e,a,o,n){let i=await t.breakDownWorkspaceUsageByBot(e,a,o,n);return y(i,m,g,s)},async callAction(e,a){let o=await t.callAction(e,a);return y(o,m,g,s)},async changeAISpendQuota(e,a){let o=await t.changeAISpendQuota(e,a);return y(o,m,g,s)},async chargeWorkspaceUnpaidInvoices(e,a,o){let n=await t.chargeWorkspaceUnpaidInvoices(e,a,o);return y(n,m,g,s)},async checkHandleAvailability(e,a){let o=await t.checkHandleAvailability(e,a);return y(o,m,g,s)},async configureIntegration(e,a){let o=await t.configureIntegration(e,a);return y(o,m,g,s)},async createBot(e,a){let o=await t.createBot(e,a);return y(o,m,g,s)},async createConversation(e,a){let o=await t.createConversation(e,a);return y(o,m,g,s)},async createEvent(e,a){let o=await t.createEvent(e,a);return y(o,m,g,s)},async createFile(e,a){let o=await t.createFile(e,a);return y(o,m,g,s)},async createIntegration(e,a){let o=await t.createIntegration(e,a);return y(o,m,g,s)},async createIntegrationApiKey(e,a){let o=await t.createIntegrationApiKey(e,a);return y(o,m,g,s)},async createMessage(e,a){let o=await t.createMessage(e,a);return y(o,m,g,s)},async createPersonalAccessToken(e,a){let o=await t.createPersonalAccessToken(e,a);return y(o,m,g,s)},async createTable(e,a){let o=await t.createTable(e,a);return y(o,m,g,s)},async createTableRows(e,a,o){let n=await t.createTableRows(e,a,o);return y(n,m,g,s)},async createTask(e,a){let o=await t.createTask(e,a);return y(o,m,g,s)},async createUser(e,a){let o=await t.createUser(e,a);return y(o,m,g,s)},async createWorkspace(e,a){let o=await t.createWorkspace(e,a);return y(o,m,g,s)},async createWorkspaceMember(e,a){let o=await t.createWorkspaceMember(e,a);return y(o,m,g,s)},async deleteBot(e,a){let o=await t.deleteBot(e,a);return y(o,m,g,s)},async deleteBotIssue(e,a,o){let n=await t.deleteBotIssue(e,a,o);return y(n,m,g,s)},async deleteConversation(e,a){let o=await t.deleteConversation(e,a);return y(o,m,g,s)},async deleteFile(e,a){let o=await t.deleteFile(e,a);return y(o,m,g,s)},async deleteIntegration(e,a){let o=await t.deleteIntegration(e,a);return y(o,m,g,s)},async deleteIntegrationApiKey(e,a){let o=await t.deleteIntegrationApiKey(e,a);return y(o,m,g,s)},async deleteMessage(e,a){let o=await t.deleteMessage(e,a);return y(o,m,g,s)},async deletePersonalAccessToken(e,a){let o=await t.deletePersonalAccessToken(e,a);return y(o,m,g,s)},async deleteTable(e,a){let o=await t.deleteTable(e,a);return y(o,m,g,s)},async deleteTableRows(e,a,o){let n=await t.deleteTableRows(e,a,o);return y(n,m,g,s)},async deleteTask(e,a){let o=await t.deleteTask(e,a);return y(o,m,g,s)},async deleteUser(e,a){let o=await t.deleteUser(e,a);return y(o,m,g,s)},async deleteWorkspace(e,a){let o=await t.deleteWorkspace(e,a);return y(o,m,g,s)},async deleteWorkspaceMember(e,a){let o=await t.deleteWorkspaceMember(e,a);return y(o,m,g,s)},async duplicateTable(e,a,o){let n=await t.duplicateTable(e,a,o);return y(n,m,g,s)},async findTableRows(e,a,o){let n=await t.findTableRows(e,a,o);return y(n,m,g,s)},async getAccount(e){let a=await t.getAccount(e);return y(a,m,g,s)},async getAccountPreference(e,a){let o=await t.getAccountPreference(e,a);return y(o,m,g,s)},async getAllWorkspaceQuotaCompletion(e){let a=await t.getAllWorkspaceQuotaCompletion(e);return y(a,m,g,s)},async getAuditRecords(e,a,o){let n=await t.getAuditRecords(e,a,o);return y(n,m,g,s)},async getBot(e,a){let o=await t.getBot(e,a);return y(o,m,g,s)},async getBotAnalytics(e,a,o,n){let i=await t.getBotAnalytics(e,a,o,n);return y(i,m,g,s)},async getBotLogs(e,a,o,n,i){let r=await t.getBotLogs(e,a,o,n,i);return y(r,m,g,s)},async getBotWebchat(e,a,o){let n=await t.getBotWebchat(e,a,o);return y(n,m,g,s)},async getConversation(e,a){let o=await t.getConversation(e,a);return y(o,m,g,s)},async getEvent(e,a){let o=await t.getEvent(e,a);return y(o,m,g,s)},async getFileContent(e,a){let o=await t.getFileContent(e,a);return y(o,m,g,s)},async getFileMetadata(e,a){let o=await t.getFileMetadata(e,a);return y(o,m,g,s)},async getIntegration(e,a){let o=await t.getIntegration(e,a);return y(o,m,g,s)},async getIntegrationByName(e,a,o){let n=await t.getIntegrationByName(e,a,o);return y(n,m,g,s)},async getIntegrationLogs(e,a,o,n,i){let r=await t.getIntegrationLogs(e,a,o,n,i);return y(r,m,g,s)},async getMessage(e,a){let o=await t.getMessage(e,a);return y(o,m,g,s)},async getOrCreateConversation(e,a){let o=await t.getOrCreateConversation(e,a);return y(o,m,g,s)},async getOrCreateMessage(e,a){let o=await t.getOrCreateMessage(e,a);return y(o,m,g,s)},async getOrCreateTable(e,a,o){let n=await t.getOrCreateTable(e,a,o);return y(n,m,g,s)},async getOrCreateUser(e,a){let o=await t.getOrCreateUser(e,a);return y(o,m,g,s)},async getOrSetState(e,a,o,n,i){let r=await t.getOrSetState(e,a,o,n,i);return y(r,m,g,s)},async getParticipant(e,a,o){let n=await t.getParticipant(e,a,o);return y(n,m,g,s)},async getPublicIntegration(e,a,o){let n=await t.getPublicIntegration(e,a,o);return y(n,m,g,s)},async getPublicIntegrationById(e,a){let o=await t.getPublicIntegrationById(e,a);return y(o,m,g,s)},async getPublicWorkspace(e,a){let o=await t.getPublicWorkspace(e,a);return y(o,m,g,s)},async getState(e,a,o,n){let i=await t.getState(e,a,o,n);return y(i,m,g,s)},async getTable(e,a){let o=await t.getTable(e,a);return y(o,m,g,s)},async getTableRow(e,a,o){let n=await t.getTableRow(e,a,o);return y(n,m,g,s)},async getTask(e,a){let o=await t.getTask(e,a);return y(o,m,g,s)},async getUpcomingInvoice(e,a){let o=await t.getUpcomingInvoice(e,a);return y(o,m,g,s)},async getUsage(e,a,o,n){let i=await t.getUsage(e,a,o,n);return y(i,m,g,s)},async getUser(e,a){let o=await t.getUser(e,a);return y(o,m,g,s)},async getWorkspace(e,a){let o=await t.getWorkspace(e,a);return y(o,m,g,s)},async getWorkspaceQuota(e,a,o,n){let i=await t.getWorkspaceQuota(e,a,o,n);return y(i,m,g,s)},async introspect(e,a){let o=await t.introspect(e,a);return y(o,m,g,s)},async listActivities(e,a,o,n){let i=await t.listActivities(e,a,o,n);return y(i,m,g,s)},async listBotIssueEvents(e,a,o){let n=await t.listBotIssueEvents(e,a,o);return y(n,m,g,s)},async listBotIssues(e,a,o){let n=await t.listBotIssues(e,a,o);return y(n,m,g,s)},async listBots(e,a,o){let n=await t.listBots(e,a,o);return y(n,m,g,s)},async listConversations(e,a,o,n){let i=await t.listConversations(e,a,o,n);return y(i,m,g,s)},async listEvents(e,a,o,n,i,r,c){let p=await t.listEvents(e,a,o,n,i,r,c);return y(p,m,g,s)},async listFiles(e,a,o,n){let i=await t.listFiles(e,a,o,n);return y(i,m,g,s)},async listIntegrationApiKeys(e,a){let o=await t.listIntegrationApiKeys(e,a);return y(o,m,g,s)},async listIntegrations(e,a,o,n,i){let r=await t.listIntegrations(e,a,o,n,i);return y(r,m,g,s)},async listMessages(e,a,o,n){let i=await t.listMessages(e,a,o,n);return y(i,m,g,s)},async listParticipants(e,a,o){let n=await t.listParticipants(e,a,o);return y(n,m,g,s)},async listPersonalAccessTokens(e){let a=await t.listPersonalAccessTokens(e);return y(a,m,g,s)},async listPublicIntegrations(e,a,o,n){let i=await t.listPublicIntegrations(e,a,o,n);return y(i,m,g,s)},async listTables(e,a){let o=await t.listTables(e,a);return y(o,m,g,s)},async listTasks(e,a,o,n,i,r,c,p){let l=await t.listTasks(e,a,o,n,i,r,c,p);return y(l,m,g,s)},async listUsageHistory(e,a,o){let n=await t.listUsageHistory(e,a,o);return y(n,m,g,s)},async listUsers(e,a,o,n){let i=await t.listUsers(e,a,o,n);return y(i,m,g,s)},async listWorkspaceInvoices(e,a){let o=await t.listWorkspaceInvoices(e,a);return y(o,m,g,s)},async listWorkspaceMembers(e,a){let o=await t.listWorkspaceMembers(e,a);return y(o,m,g,s)},async listWorkspaceQuotas(e,a,o){let n=await t.listWorkspaceQuotas(e,a,o);return y(n,m,g,s)},async listWorkspaceUsages(e,a,o,n){let i=await t.listWorkspaceUsages(e,a,o,n);return y(i,m,g,s)},async listWorkspaces(e,a){let o=await t.listWorkspaces(e,a);return y(o,m,g,s)},async patchState(e,a,o,n,i){let r=await t.patchState(e,a,o,n,i);return y(r,m,g,s)},async removeParticipant(e,a,o){let n=await t.removeParticipant(e,a,o);return y(n,m,g,s)},async renameTableColumn(e,a,o){let n=await t.renameTableColumn(e,a,o);return y(n,m,g,s)},async runVrl(e,a){let o=await t.runVrl(e,a);return y(o,m,g,s)},async searchFiles(e,a,o,n,i,r){let c=await t.searchFiles(e,a,o,n,i,r);return y(c,m,g,s)},async setAccountPreference(e,a,o){let n=await t.setAccountPreference(e,a,o);return y(n,m,g,s)},async setState(e,a,o,n,i){let r=await t.setState(e,a,o,n,i);return y(r,m,g,s)},async setWorkspacePaymentMethod(e,a,o){let n=await t.setWorkspacePaymentMethod(e,a,o);return y(n,m,g,s)},async trackAnalytics(e,a){let o=await t.trackAnalytics(e,a);return y(o,m,g,s)},async transferBot(e,a,o){let n=await t.transferBot(e,a,o);return y(n,m,g,s)},async updateAccount(e,a){let o=await t.updateAccount(e,a);return y(o,m,g,s)},async updateBot(e,a,o){let n=await t.updateBot(e,a,o);return y(n,m,g,s)},async updateConversation(e,a,o){let n=await t.updateConversation(e,a,o);return y(n,m,g,s)},async updateFileMetadata(e,a,o){let n=await t.updateFileMetadata(e,a,o);return y(n,m,g,s)},async updateIntegration(e,a,o){let n=await t.updateIntegration(e,a,o);return y(n,m,g,s)},async updateMessage(e,a,o){let n=await t.updateMessage(e,a,o);return y(n,m,g,s)},async updateTable(e,a,o){let n=await t.updateTable(e,a,o);return y(n,m,g,s)},async updateTableRows(e,a,o){let n=await t.updateTableRows(e,a,o);return y(n,m,g,s)},async updateTask(e,a,o){let n=await t.updateTask(e,a,o);return y(n,m,g,s)},async updateUser(e,a,o){let n=await t.updateUser(e,a,o);return y(n,m,g,s)},async updateWorkspace(e,a,o){let n=await t.updateWorkspace(e,a,o);return y(n,m,g,s)},async updateWorkspaceMember(e,a,o){let n=await t.updateWorkspaceMember(e,a,o);return y(n,m,g,s)},async upsertTableRows(e,a,o){let n=await t.upsertTableRows(e,a,o);return y(n,m,g,s)}}};var Pt=class extends At{addParticipant(t,e){return b(this.configuration).addParticipant(t.id,t.addParticipantBody,e).then(a=>a(this.axios,this.basePath))}breakDownWorkspaceUsageByBot(t,e){return b(this.configuration).breakDownWorkspaceUsageByBot(t.id,t.type,t.period,e).then(a=>a(this.axios,this.basePath))}callAction(t={},e){return b(this.configuration).callAction(t.callActionBody,e).then(a=>a(this.axios,this.basePath))}changeAISpendQuota(t={},e){return b(this.configuration).changeAISpendQuota(t.changeAISpendQuotaBody,e).then(a=>a(this.axios,this.basePath))}chargeWorkspaceUnpaidInvoices(t,e){return b(this.configuration).chargeWorkspaceUnpaidInvoices(t.id,t.chargeWorkspaceUnpaidInvoicesBody,e).then(a=>a(this.axios,this.basePath))}checkHandleAvailability(t={},e){return b(this.configuration).checkHandleAvailability(t.checkHandleAvailabilityBody,e).then(a=>a(this.axios,this.basePath))}configureIntegration(t={},e){return b(this.configuration).configureIntegration(t.configureIntegrationBody,e).then(a=>a(this.axios,this.basePath))}createBot(t={},e){return b(this.configuration).createBot(t.createBotBody,e).then(a=>a(this.axios,this.basePath))}createConversation(t={},e){return b(this.configuration).createConversation(t.createConversationBody,e).then(a=>a(this.axios,this.basePath))}createEvent(t={},e){return b(this.configuration).createEvent(t.createEventBody,e).then(a=>a(this.axios,this.basePath))}createFile(t={},e){return b(this.configuration).createFile(t.createFileBody,e).then(a=>a(this.axios,this.basePath))}createIntegration(t={},e){return b(this.configuration).createIntegration(t.createIntegrationBody,e).then(a=>a(this.axios,this.basePath))}createIntegrationApiKey(t={},e){return b(this.configuration).createIntegrationApiKey(t.createIntegrationApiKeyBody,e).then(a=>a(this.axios,this.basePath))}createMessage(t={},e){return b(this.configuration).createMessage(t.createMessageBody,e).then(a=>a(this.axios,this.basePath))}createPersonalAccessToken(t={},e){return b(this.configuration).createPersonalAccessToken(t.createPersonalAccessTokenBody,e).then(a=>a(this.axios,this.basePath))}createTable(t={},e){return b(this.configuration).createTable(t.createTableBody,e).then(a=>a(this.axios,this.basePath))}createTableRows(t,e){return b(this.configuration).createTableRows(t.table,t.createTableRowsBody,e).then(a=>a(this.axios,this.basePath))}createTask(t={},e){return b(this.configuration).createTask(t.createTaskBody,e).then(a=>a(this.axios,this.basePath))}createUser(t={},e){return b(this.configuration).createUser(t.createUserBody,e).then(a=>a(this.axios,this.basePath))}createWorkspace(t={},e){return b(this.configuration).createWorkspace(t.createWorkspaceBody,e).then(a=>a(this.axios,this.basePath))}createWorkspaceMember(t={},e){return b(this.configuration).createWorkspaceMember(t.createWorkspaceMemberBody,e).then(a=>a(this.axios,this.basePath))}deleteBot(t,e){return b(this.configuration).deleteBot(t.id,e).then(a=>a(this.axios,this.basePath))}deleteBotIssue(t,e){return b(this.configuration).deleteBotIssue(t.id,t.issueId,e).then(a=>a(this.axios,this.basePath))}deleteConversation(t,e){return b(this.configuration).deleteConversation(t.id,e).then(a=>a(this.axios,this.basePath))}deleteFile(t,e){return b(this.configuration).deleteFile(t.id,e).then(a=>a(this.axios,this.basePath))}deleteIntegration(t,e){return b(this.configuration).deleteIntegration(t.id,e).then(a=>a(this.axios,this.basePath))}deleteIntegrationApiKey(t,e){return b(this.configuration).deleteIntegrationApiKey(t.id,e).then(a=>a(this.axios,this.basePath))}deleteMessage(t,e){return b(this.configuration).deleteMessage(t.id,e).then(a=>a(this.axios,this.basePath))}deletePersonalAccessToken(t,e){return b(this.configuration).deletePersonalAccessToken(t.id,e).then(a=>a(this.axios,this.basePath))}deleteTable(t,e){return b(this.configuration).deleteTable(t.table,e).then(a=>a(this.axios,this.basePath))}deleteTableRows(t,e){return b(this.configuration).deleteTableRows(t.table,t.deleteTableRowsBody,e).then(a=>a(this.axios,this.basePath))}deleteTask(t,e){return b(this.configuration).deleteTask(t.id,e).then(a=>a(this.axios,this.basePath))}deleteUser(t,e){return b(this.configuration).deleteUser(t.id,e).then(a=>a(this.axios,this.basePath))}deleteWorkspace(t,e){return b(this.configuration).deleteWorkspace(t.id,e).then(a=>a(this.axios,this.basePath))}deleteWorkspaceMember(t,e){return b(this.configuration).deleteWorkspaceMember(t.id,e).then(a=>a(this.axios,this.basePath))}duplicateTable(t,e){return b(this.configuration).duplicateTable(t.sourceTableId,t.duplicateTableBody,e).then(a=>a(this.axios,this.basePath))}findTableRows(t,e){return b(this.configuration).findTableRows(t.table,t.findTableRowsBody,e).then(a=>a(this.axios,this.basePath))}getAccount(t){return b(this.configuration).getAccount(t).then(e=>e(this.axios,this.basePath))}getAccountPreference(t,e){return b(this.configuration).getAccountPreference(t.key,e).then(a=>a(this.axios,this.basePath))}getAllWorkspaceQuotaCompletion(t){return b(this.configuration).getAllWorkspaceQuotaCompletion(t).then(e=>e(this.axios,this.basePath))}getAuditRecords(t,e){return b(this.configuration).getAuditRecords(t.id,t.nextToken,e).then(a=>a(this.axios,this.basePath))}getBot(t,e){return b(this.configuration).getBot(t.id,e).then(a=>a(this.axios,this.basePath))}getBotAnalytics(t,e){return b(this.configuration).getBotAnalytics(t.id,t.startDate,t.endDate,e).then(a=>a(this.axios,this.basePath))}getBotLogs(t,e){return b(this.configuration).getBotLogs(t.id,t.timeStart,t.timeEnd,t.nextToken,e).then(a=>a(this.axios,this.basePath))}getBotWebchat(t,e){return b(this.configuration).getBotWebchat(t.id,t.type,e).then(a=>a(this.axios,this.basePath))}getConversation(t,e){return b(this.configuration).getConversation(t.id,e).then(a=>a(this.axios,this.basePath))}getEvent(t,e){return b(this.configuration).getEvent(t.id,e).then(a=>a(this.axios,this.basePath))}getFileContent(t,e){return b(this.configuration).getFileContent(t.id,e).then(a=>a(this.axios,this.basePath))}getFileMetadata(t,e){return b(this.configuration).getFileMetadata(t.id,e).then(a=>a(this.axios,this.basePath))}getIntegration(t,e){return b(this.configuration).getIntegration(t.id,e).then(a=>a(this.axios,this.basePath))}getIntegrationByName(t,e){return b(this.configuration).getIntegrationByName(t.name,t.version,e).then(a=>a(this.axios,this.basePath))}getIntegrationLogs(t,e){return b(this.configuration).getIntegrationLogs(t.id,t.timeStart,t.timeEnd,t.nextToken,e).then(a=>a(this.axios,this.basePath))}getMessage(t,e){return b(this.configuration).getMessage(t.id,e).then(a=>a(this.axios,this.basePath))}getOrCreateConversation(t={},e){return b(this.configuration).getOrCreateConversation(t.getOrCreateConversationBody,e).then(a=>a(this.axios,this.basePath))}getOrCreateMessage(t={},e){return b(this.configuration).getOrCreateMessage(t.getOrCreateMessageBody,e).then(a=>a(this.axios,this.basePath))}getOrCreateTable(t,e){return b(this.configuration).getOrCreateTable(t.table,t.getOrCreateTableBody,e).then(a=>a(this.axios,this.basePath))}getOrCreateUser(t={},e){return b(this.configuration).getOrCreateUser(t.getOrCreateUserBody,e).then(a=>a(this.axios,this.basePath))}getOrSetState(t,e){return b(this.configuration).getOrSetState(t.type,t.id,t.name,t.getOrSetStateBody,e).then(a=>a(this.axios,this.basePath))}getParticipant(t,e){return b(this.configuration).getParticipant(t.id,t.userId,e).then(a=>a(this.axios,this.basePath))}getPublicIntegration(t,e){return b(this.configuration).getPublicIntegration(t.name,t.version,e).then(a=>a(this.axios,this.basePath))}getPublicIntegrationById(t,e){return b(this.configuration).getPublicIntegrationById(t.id,e).then(a=>a(this.axios,this.basePath))}getPublicWorkspace(t,e){return b(this.configuration).getPublicWorkspace(t.id,e).then(a=>a(this.axios,this.basePath))}getState(t,e){return b(this.configuration).getState(t.type,t.id,t.name,e).then(a=>a(this.axios,this.basePath))}getTable(t,e){return b(this.configuration).getTable(t.table,e).then(a=>a(this.axios,this.basePath))}getTableRow(t,e){return b(this.configuration).getTableRow(t.table,t.id,e).then(a=>a(this.axios,this.basePath))}getTask(t,e){return b(this.configuration).getTask(t.id,e).then(a=>a(this.axios,this.basePath))}getUpcomingInvoice(t,e){return b(this.configuration).getUpcomingInvoice(t.id,e).then(a=>a(this.axios,this.basePath))}getUsage(t,e){return b(this.configuration).getUsage(t.type,t.id,t.period,e).then(a=>a(this.axios,this.basePath))}getUser(t,e){return b(this.configuration).getUser(t.id,e).then(a=>a(this.axios,this.basePath))}getWorkspace(t,e){return b(this.configuration).getWorkspace(t.id,e).then(a=>a(this.axios,this.basePath))}getWorkspaceQuota(t,e){return b(this.configuration).getWorkspaceQuota(t.id,t.type,t.period,e).then(a=>a(this.axios,this.basePath))}introspect(t={},e){return b(this.configuration).introspect(t.introspectBody,e).then(a=>a(this.axios,this.basePath))}listActivities(t,e){return b(this.configuration).listActivities(t.taskId,t.botId,t.nextToken,e).then(a=>a(this.axios,this.basePath))}listBotIssueEvents(t,e){return b(this.configuration).listBotIssueEvents(t.id,t.issueId,e).then(a=>a(this.axios,this.basePath))}listBotIssues(t,e){return b(this.configuration).listBotIssues(t.id,t.nextToken,e).then(a=>a(this.axios,this.basePath))}listBots(t={},e){return b(this.configuration).listBots(t.dev,t.nextToken,e).then(a=>a(this.axios,this.basePath))}listConversations(t={},e){return b(this.configuration).listConversations(t.nextToken,t.tags,t.participantIds,e).then(a=>a(this.axios,this.basePath))}listEvents(t={},e){return b(this.configuration).listEvents(t.nextToken,t.type,t.conversationId,t.userId,t.messageId,t.status,e).then(a=>a(this.axios,this.basePath))}listFiles(t,e){return b(this.configuration).listFiles(t.botId,t.nextToken,t.tags,e).then(a=>a(this.axios,this.basePath))}listIntegrationApiKeys(t,e){return b(this.configuration).listIntegrationApiKeys(t.integrationId,e).then(a=>a(this.axios,this.basePath))}listIntegrations(t={},e){return b(this.configuration).listIntegrations(t.nextToken,t.name,t.version,t.dev,e).then(a=>a(this.axios,this.basePath))}listMessages(t={},e){return b(this.configuration).listMessages(t.nextToken,t.conversationId,t.tags,e).then(a=>a(this.axios,this.basePath))}listParticipants(t,e){return b(this.configuration).listParticipants(t.id,t.nextToken,e).then(a=>a(this.axios,this.basePath))}listPersonalAccessTokens(t){return b(this.configuration).listPersonalAccessTokens(t).then(e=>e(this.axios,this.basePath))}listPublicIntegrations(t={},e){return b(this.configuration).listPublicIntegrations(t.nextToken,t.name,t.version,e).then(a=>a(this.axios,this.basePath))}listTables(t={},e){return b(this.configuration).listTables(t.tags,e).then(a=>a(this.axios,this.basePath))}listTasks(t={},e){return b(this.configuration).listTasks(t.nextToken,t.tags,t.conversationId,t.userId,t.parentTaskId,t.status,t.type,e).then(a=>a(this.axios,this.basePath))}listUsageHistory(t,e){return b(this.configuration).listUsageHistory(t.type,t.id,e).then(a=>a(this.axios,this.basePath))}listUsers(t={},e){return b(this.configuration).listUsers(t.nextToken,t.conversationId,t.tags,e).then(a=>a(this.axios,this.basePath))}listWorkspaceInvoices(t,e){return b(this.configuration).listWorkspaceInvoices(t.id,e).then(a=>a(this.axios,this.basePath))}listWorkspaceMembers(t={},e){return b(this.configuration).listWorkspaceMembers(t.nextToken,e).then(a=>a(this.axios,this.basePath))}listWorkspaceQuotas(t,e){return b(this.configuration).listWorkspaceQuotas(t.id,t.period,e).then(a=>a(this.axios,this.basePath))}listWorkspaceUsages(t,e){return b(this.configuration).listWorkspaceUsages(t.id,t.type,t.period,e).then(a=>a(this.axios,this.basePath))}listWorkspaces(t={},e){return b(this.configuration).listWorkspaces(t.nextToken,e).then(a=>a(this.axios,this.basePath))}patchState(t,e){return b(this.configuration).patchState(t.type,t.id,t.name,t.patchStateBody,e).then(a=>a(this.axios,this.basePath))}removeParticipant(t,e){return b(this.configuration).removeParticipant(t.id,t.userId,e).then(a=>a(this.axios,this.basePath))}renameTableColumn(t,e){return b(this.configuration).renameTableColumn(t.table,t.renameTableColumnBody,e).then(a=>a(this.axios,this.basePath))}runVrl(t={},e){return b(this.configuration).runVrl(t.runVrlBody,e).then(a=>a(this.axios,this.basePath))}searchFiles(t,e){return b(this.configuration).searchFiles(t.botId,t.query,t.tags,t.contextDepth,t.limit,e).then(a=>a(this.axios,this.basePath))}setAccountPreference(t,e){return b(this.configuration).setAccountPreference(t.key,t.setAccountPreferenceBody,e).then(a=>a(this.axios,this.basePath))}setState(t,e){return b(this.configuration).setState(t.type,t.id,t.name,t.setStateBody,e).then(a=>a(this.axios,this.basePath))}setWorkspacePaymentMethod(t,e){return b(this.configuration).setWorkspacePaymentMethod(t.id,t.setWorkspacePaymentMethodBody,e).then(a=>a(this.axios,this.basePath))}trackAnalytics(t={},e){return b(this.configuration).trackAnalytics(t.trackAnalyticsBody,e).then(a=>a(this.axios,this.basePath))}transferBot(t,e){return b(this.configuration).transferBot(t.id,t.transferBotBody,e).then(a=>a(this.axios,this.basePath))}updateAccount(t={},e){return b(this.configuration).updateAccount(t.updateAccountBody,e).then(a=>a(this.axios,this.basePath))}updateBot(t,e){return b(this.configuration).updateBot(t.id,t.updateBotBody,e).then(a=>a(this.axios,this.basePath))}updateConversation(t,e){return b(this.configuration).updateConversation(t.id,t.updateConversationBody,e).then(a=>a(this.axios,this.basePath))}updateFileMetadata(t,e){return b(this.configuration).updateFileMetadata(t.id,t.updateFileMetadataBody,e).then(a=>a(this.axios,this.basePath))}updateIntegration(t,e){return b(this.configuration).updateIntegration(t.id,t.updateIntegrationBody,e).then(a=>a(this.axios,this.basePath))}updateMessage(t,e){return b(this.configuration).updateMessage(t.id,t.updateMessageBody,e).then(a=>a(this.axios,this.basePath))}updateTable(t,e){return b(this.configuration).updateTable(t.table,t.updateTableBody,e).then(a=>a(this.axios,this.basePath))}updateTableRows(t,e){return b(this.configuration).updateTableRows(t.table,t.updateTableRowsBody,e).then(a=>a(this.axios,this.basePath))}updateTask(t,e){return b(this.configuration).updateTask(t.id,t.updateTaskBody,e).then(a=>a(this.axios,this.basePath))}updateUser(t,e){return b(this.configuration).updateUser(t.id,t.updateUserBody,e).then(a=>a(this.axios,this.basePath))}updateWorkspace(t,e){return b(this.configuration).updateWorkspace(t.id,t.updateWorkspaceBody,e).then(a=>a(this.axios,this.basePath))}updateWorkspaceMember(t,e){return b(this.configuration).updateWorkspaceMember(t.id,t.updateWorkspaceMemberBody,e).then(a=>a(this.axios,this.basePath))}upsertTableRows(t,e){return b(this.configuration).upsertTableRows(t.table,t.upsertTableRowsBody,e).then(a=>a(this.axios,this.basePath))}};var oo=j(require("crypto"));var Ic={getRandomValues:s=>new Uint8Array(s.map(()=>Math.floor(Math.random()*256)))},Ns=typeof window<"u"&&typeof window.document<"u"?window.crypto:oo.default;Ns.getRandomValues||(Ns=Ic);var S=class extends Error{constructor(e,a,o,n,i,r){super(n);this.code=e;this.description=a;this.type=o;this.message=n;this.error=i;this.id=r;this.id||(this.id=S.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 e=this.getPrefix(),a=new Date().toISOString().replace(/[\-:TZ]/g,"").split(".")[0],o=4,n=Array.from(Ns.getRandomValues(new Uint8Array(o))).map(i=>i.toString(16).padStart(2,"0")).join("").toUpperCase();return`${e}_${a}x${n}`}static getPrefix(){return typeof window<"u"&&typeof window.document<"u"?"err_bwsr":"err"}},Bc=s=>typeof s=="object"&&!Array.isArray(s)&&s!==null,Hs=s=>s instanceof S||Bc(s)&&s.isApiError===!0,ge=class extends S{constructor(t,e,a){super(500,"An unknown error occurred","Unknown",t,e,a)}},kt=class extends S{constructor(t,e,a){super(500,"An internal error occurred","Internal",t,e,a)}},Tt=class extends S{constructor(t,e,a){super(401,"The request requires to be authenticated.","Unauthorized",t,e,a)}},wt=class extends S{constructor(t,e,a){super(403,"The requested action can't be peform by this resource.","Forbidden",t,e,a)}},It=class extends S{constructor(t,e,a){super(413,"The request payload is too large.","PayloadTooLarge",t,e,a)}},Bt=class extends S{constructor(t,e,a){super(400,"The request payload is invalid.","InvalidPayload",t,e,a)}},qt=class extends S{constructor(t,e,a){super(415,"The request is invalid because the content-type is not supported.","UnsupportedMediaType",t,e,a)}},Ut=class extends S{constructor(t,e,a){super(405,"The requested method does not exist.","MethodNotFound",t,e,a)}},Et=class extends S{constructor(t,e,a){super(404,"The requested resource does not exist.","ResourceNotFound",t,e,a)}},Ot=class extends S{constructor(t,e,a){super(400,"The provided JSON schema is invalid.","InvalidJsonSchema",t,e,a)}},St=class extends S{constructor(t,e,a){super(400,"The provided data doesn't respect the provided JSON schema.","InvalidDataFormat",t,e,a)}},Dt=class extends S{constructor(t,e,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,e,a)}},Vt=class extends S{constructor(t,e,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,e,a)}},Lt=class extends S{constructor(t,e,a){super(409,"The resource cannot be deleted because it's referenced by another resource","ReferenceConstraint",t,e,a)}},_t=class extends S{constructor(t,e,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,e,a)}},Ft=class extends S{constructor(t,e,a){super(400,"The provided query is invalid. This is usually caused when providing an invalid parameter for querying a resource.","InvalidQuery",t,e,a)}},Mt=class extends S{constructor(t,e,a){super(400,"An error happened during the execution of a runtime (bot or integration).","Runtime",t,e,a)}},Wt=class extends S{constructor(t,e,a){super(409,"The record attempted to be created already exists.","AlreadyExists",t,e,a)}},Gt=class extends S{constructor(t,e,a){super(429,"The request has been rate limited.","RateLimited",t,e,a)}},jt=class extends S{constructor(t,e,a){super(402,"A payment is required to perform this request.","PaymentRequired",t,e,a)}},Nt=class extends S{constructor(t,e,a){super(403,"The request exceeds the allowed quota. Quotas are a soft limit that can be increased.","QuotaExceeded",t,e,a)}},Ht=class extends S{constructor(t,e,a){super(413,"The request exceeds the allowed limit. Limits are a hard limit that cannot be increased.","LimitExceeded",t,e,a)}},Qt=class extends S{constructor(t,e,a){super(400,"Request payload contains breaking changes which is not allowed for this resource without a version increment.","BreakingChanges",t,e,a)}},qc={Unknown:ge,Internal:kt,Unauthorized:Tt,Forbidden:wt,PayloadTooLarge:It,InvalidPayload:Bt,UnsupportedMediaType:qt,MethodNotFound:Ut,ResourceNotFound:Et,InvalidJsonSchema:Ot,InvalidDataFormat:St,InvalidIdentifier:Dt,RelationConflict:Vt,ReferenceConstraint:Lt,ReferenceNotFound:_t,InvalidQuery:Ft,Runtime:Mt,AlreadyExists:Wt,RateLimited:Gt,PaymentRequired:jt,QuotaExceeded:Nt,LimitExceeded:Ht,BreakingChanges:Qt},ke=s=>Hs(s)?s:s instanceof Error?new ge(s.message,s):typeof s=="string"?new ge(s):Uc(s);function Uc(s){if(typeof s=="object"&&"code"in s&&"type"in s&&"id"in s&&"message"in s&&typeof s.type=="string"&&typeof s.message=="string"){let t=qc[s.type];return t?new t(s.message,void 0,s.id||"UNKNOWN"):new ge(`An unclassified API error occurred: ${s.message} (Type: ${s.type}, Code: ${s.code})`)}return new ge("An invalid error occurred: "+JSON.stringify(s))}var zt=class{_innerClient;constructor(t,e,a){this._innerClient=new Pt(t,e,a)}createConversation=t=>this._innerClient.createConversation({createConversationBody:t}).then(e=>e.data).catch(e=>{throw v(e)});getConversation=t=>this._innerClient.getConversation(t).then(e=>e.data).catch(e=>{throw v(e)});listConversations=t=>this._innerClient.listConversations(t).then(e=>e.data).catch(e=>{throw v(e)});getOrCreateConversation=t=>this._innerClient.getOrCreateConversation({getOrCreateConversationBody:t}).then(e=>e.data).catch(e=>{throw v(e)});updateConversation=({id:t,...e})=>this._innerClient.updateConversation({id:t,updateConversationBody:e}).then(a=>a.data).catch(a=>{throw v(a)});deleteConversation=t=>this._innerClient.deleteConversation(t).then(e=>e.data).catch(e=>{throw v(e)});listParticipants=t=>this._innerClient.listParticipants(t).then(e=>e.data).catch(e=>{throw v(e)});addParticipant=({id:t,...e})=>this._innerClient.addParticipant({id:t,addParticipantBody:e}).then(a=>a.data).catch(a=>{throw v(a)});getParticipant=t=>this._innerClient.getParticipant(t).then(e=>e.data).catch(e=>{throw v(e)});removeParticipant=t=>this._innerClient.removeParticipant(t).then(e=>e.data).catch(e=>{throw v(e)});createEvent=t=>this._innerClient.createEvent({createEventBody:t}).then(e=>e.data).catch(e=>{throw v(e)});getEvent=t=>this._innerClient.getEvent(t).then(e=>e.data).catch(e=>{throw v(e)});listEvents=t=>this._innerClient.listEvents(t).then(e=>e.data).catch(e=>{throw v(e)});createMessage=t=>this._innerClient.createMessage({createMessageBody:t}).then(e=>e.data).catch(e=>{throw v(e)});getOrCreateMessage=t=>this._innerClient.getOrCreateMessage({getOrCreateMessageBody:t}).then(e=>e.data).catch(e=>{throw v(e)});getMessage=t=>this._innerClient.getMessage(t).then(e=>e.data).catch(e=>{throw v(e)});updateMessage=({id:t,...e})=>this._innerClient.updateMessage({id:t,updateMessageBody:e}).then(a=>a.data).catch(a=>{throw v(a)});listMessages=t=>this._innerClient.listMessages(t).then(e=>e.data).catch(e=>{throw v(e)});deleteMessage=t=>this._innerClient.deleteMessage(t).then(e=>e.data).catch(e=>{throw v(e)});createUser=t=>this._innerClient.createUser({createUserBody:t}).then(e=>e.data).catch(e=>{throw v(e)});getUser=t=>this._innerClient.getUser(t).then(e=>e.data).catch(e=>{throw v(e)});listUsers=t=>this._innerClient.listUsers(t).then(e=>e.data).catch(e=>{throw v(e)});getOrCreateUser=t=>this._innerClient.getOrCreateUser({getOrCreateUserBody:t}).then(e=>e.data).catch(e=>{throw v(e)});updateUser=({id:t,...e})=>this._innerClient.updateUser({id:t,updateUserBody:e}).then(a=>a.data).catch(a=>{throw v(a)});deleteUser=t=>this._innerClient.deleteUser(t).then(e=>e.data).catch(e=>{throw v(e)});getState=t=>this._innerClient.getState(t).then(e=>e.data).catch(e=>{throw v(e)});setState=({type:t,id:e,name:a,...o})=>this._innerClient.setState({type:t,id:e,name:a,setStateBody:o}).then(n=>n.data).catch(n=>{throw v(n)});getOrSetState=({type:t,id:e,name:a,...o})=>this._innerClient.getOrSetState({type:t,id:e,name:a,getOrSetStateBody:o}).then(n=>n.data).catch(n=>{throw v(n)});patchState=({type:t,id:e,name:a,...o})=>this._innerClient.patchState({type:t,id:e,name:a,patchStateBody:o}).then(n=>n.data).catch(n=>{throw v(n)});callAction=t=>this._innerClient.callAction({callActionBody:t}).then(e=>e.data).catch(e=>{throw v(e)});configureIntegration=t=>this._innerClient.configureIntegration({configureIntegrationBody:t}).then(e=>e.data).catch(e=>{throw v(e)});getTask=t=>this._innerClient.getTask(t).then(e=>e.data).catch(e=>{throw v(e)});createTask=t=>this._innerClient.createTask({createTaskBody:t}).then(e=>e.data).catch(e=>{throw v(e)});updateTask=({id:t,...e})=>this._innerClient.updateTask({id:t,updateTaskBody:e}).then(a=>a.data).catch(a=>{throw v(a)});deleteTask=t=>this._innerClient.deleteTask(t).then(e=>e.data).catch(e=>{throw v(e)});listTasks=t=>this._innerClient.listTasks(t).then(e=>e.data).catch(e=>{throw v(e)});trackAnalytics=t=>this._innerClient.trackAnalytics({trackAnalyticsBody:t}).then(e=>e.data).catch(e=>{throw v(e)});runVrl=t=>this._innerClient.runVrl({runVrlBody:t}).then(e=>e.data).catch(e=>{throw v(e)});getAccount=()=>this._innerClient.getAccount().then(t=>t.data).catch(t=>{throw v(t)});updateAccount=t=>this._innerClient.updateAccount({updateAccountBody:t}).then(e=>e.data).catch(e=>{throw v(e)});listPersonalAccessTokens=()=>this._innerClient.listPersonalAccessTokens().then(t=>t.data).catch(t=>{throw v(t)});createPersonalAccessToken=t=>this._innerClient.createPersonalAccessToken({createPersonalAccessTokenBody:t}).then(e=>e.data).catch(e=>{throw v(e)});deletePersonalAccessToken=t=>this._innerClient.deletePersonalAccessToken(t).then(e=>e.data).catch(e=>{throw v(e)});setAccountPreference=({key:t,...e})=>this._innerClient.setAccountPreference({key:t,setAccountPreferenceBody:e}).then(a=>a.data).catch(a=>{throw v(a)});getAccountPreference=t=>this._innerClient.getAccountPreference(t).then(e=>e.data).catch(e=>{throw v(e)});listPublicIntegrations=t=>this._innerClient.listPublicIntegrations(t).then(e=>e.data).catch(e=>{throw v(e)});getPublicIntegrationById=t=>this._innerClient.getPublicIntegrationById(t).then(e=>e.data).catch(e=>{throw v(e)});getPublicIntegration=t=>this._innerClient.getPublicIntegration(t).then(e=>e.data).catch(e=>{throw v(e)});createBot=t=>this._innerClient.createBot({createBotBody:t}).then(e=>e.data).catch(e=>{throw v(e)});updateBot=({id:t,...e})=>this._innerClient.updateBot({id:t,updateBotBody:e}).then(a=>a.data).catch(a=>{throw v(a)});transferBot=({id:t,...e})=>this._innerClient.transferBot({id:t,transferBotBody:e}).then(a=>a.data).catch(a=>{throw v(a)});listBots=t=>this._innerClient.listBots(t).then(e=>e.data).catch(e=>{throw v(e)});getBot=t=>this._innerClient.getBot(t).then(e=>e.data).catch(e=>{throw v(e)});deleteBot=t=>this._innerClient.deleteBot(t).then(e=>e.data).catch(e=>{throw v(e)});getBotLogs=t=>this._innerClient.getBotLogs(t).then(e=>e.data).catch(e=>{throw v(e)});getBotWebchat=t=>this._innerClient.getBotWebchat(t).then(e=>e.data).catch(e=>{throw v(e)});getBotAnalytics=t=>this._innerClient.getBotAnalytics(t).then(e=>e.data).catch(e=>{throw v(e)});listBotIssues=t=>this._innerClient.listBotIssues(t).then(e=>e.data).catch(e=>{throw v(e)});deleteBotIssue=t=>this._innerClient.deleteBotIssue(t).then(e=>e.data).catch(e=>{throw v(e)});listBotIssueEvents=t=>this._innerClient.listBotIssueEvents(t).then(e=>e.data).catch(e=>{throw v(e)});setWorkspacePaymentMethod=({id:t,...e})=>this._innerClient.setWorkspacePaymentMethod({id:t,setWorkspacePaymentMethodBody:e}).then(a=>a.data).catch(a=>{throw v(a)});listWorkspaceInvoices=t=>this._innerClient.listWorkspaceInvoices(t).then(e=>e.data).catch(e=>{throw v(e)});getUpcomingInvoice=t=>this._innerClient.getUpcomingInvoice(t).then(e=>e.data).catch(e=>{throw v(e)});chargeWorkspaceUnpaidInvoices=({id:t,...e})=>this._innerClient.chargeWorkspaceUnpaidInvoices({id:t,chargeWorkspaceUnpaidInvoicesBody:e}).then(a=>a.data).catch(a=>{throw v(a)});createWorkspace=t=>this._innerClient.createWorkspace({createWorkspaceBody:t}).then(e=>e.data).catch(e=>{throw v(e)});getPublicWorkspace=t=>this._innerClient.getPublicWorkspace(t).then(e=>e.data).catch(e=>{throw v(e)});getWorkspace=t=>this._innerClient.getWorkspace(t).then(e=>e.data).catch(e=>{throw v(e)});listWorkspaceUsages=t=>this._innerClient.listWorkspaceUsages(t).then(e=>e.data).catch(e=>{throw v(e)});breakDownWorkspaceUsageByBot=t=>this._innerClient.breakDownWorkspaceUsageByBot(t).then(e=>e.data).catch(e=>{throw v(e)});getAllWorkspaceQuotaCompletion=()=>this._innerClient.getAllWorkspaceQuotaCompletion().then(t=>t.data).catch(t=>{throw v(t)});getWorkspaceQuota=t=>this._innerClient.getWorkspaceQuota(t).then(e=>e.data).catch(e=>{throw v(e)});listWorkspaceQuotas=t=>this._innerClient.listWorkspaceQuotas(t).then(e=>e.data).catch(e=>{throw v(e)});updateWorkspace=({id:t,...e})=>this._innerClient.updateWorkspace({id:t,updateWorkspaceBody:e}).then(a=>a.data).catch(a=>{throw v(a)});checkHandleAvailability=t=>this._innerClient.checkHandleAvailability({checkHandleAvailabilityBody:t}).then(e=>e.data).catch(e=>{throw v(e)});listWorkspaces=t=>this._innerClient.listWorkspaces(t).then(e=>e.data).catch(e=>{throw v(e)});deleteWorkspace=t=>this._innerClient.deleteWorkspace(t).then(e=>e.data).catch(e=>{throw v(e)});getAuditRecords=t=>this._innerClient.getAuditRecords(t).then(e=>e.data).catch(e=>{throw v(e)});listWorkspaceMembers=t=>this._innerClient.listWorkspaceMembers(t).then(e=>e.data).catch(e=>{throw v(e)});deleteWorkspaceMember=t=>this._innerClient.deleteWorkspaceMember(t).then(e=>e.data).catch(e=>{throw v(e)});createWorkspaceMember=t=>this._innerClient.createWorkspaceMember({createWorkspaceMemberBody:t}).then(e=>e.data).catch(e=>{throw v(e)});updateWorkspaceMember=({id:t,...e})=>this._innerClient.updateWorkspaceMember({id:t,updateWorkspaceMemberBody:e}).then(a=>a.data).catch(a=>{throw v(a)});listIntegrationApiKeys=t=>this._innerClient.listIntegrationApiKeys(t).then(e=>e.data).catch(e=>{throw v(e)});createIntegrationApiKey=t=>this._innerClient.createIntegrationApiKey({createIntegrationApiKeyBody:t}).then(e=>e.data).catch(e=>{throw v(e)});deleteIntegrationApiKey=t=>this._innerClient.deleteIntegrationApiKey(t).then(e=>e.data).catch(e=>{throw v(e)});createIntegration=t=>this._innerClient.createIntegration({createIntegrationBody:t}).then(e=>e.data).catch(e=>{throw v(e)});updateIntegration=({id:t,...e})=>this._innerClient.updateIntegration({id:t,updateIntegrationBody:e}).then(a=>a.data).catch(a=>{throw v(a)});listIntegrations=t=>this._innerClient.listIntegrations(t).then(e=>e.data).catch(e=>{throw v(e)});getIntegration=t=>this._innerClient.getIntegration(t).then(e=>e.data).catch(e=>{throw v(e)});getIntegrationLogs=t=>this._innerClient.getIntegrationLogs(t).then(e=>e.data).catch(e=>{throw v(e)});getIntegrationByName=t=>this._innerClient.getIntegrationByName(t).then(e=>e.data).catch(e=>{throw v(e)});deleteIntegration=t=>this._innerClient.deleteIntegration(t).then(e=>e.data).catch(e=>{throw v(e)});getUsage=t=>this._innerClient.getUsage(t).then(e=>e.data).catch(e=>{throw v(e)});listUsageHistory=t=>this._innerClient.listUsageHistory(t).then(e=>e.data).catch(e=>{throw v(e)});changeAISpendQuota=t=>this._innerClient.changeAISpendQuota({changeAISpendQuotaBody:t}).then(e=>e.data).catch(e=>{throw v(e)});listActivities=t=>this._innerClient.listActivities(t).then(e=>e.data).catch(e=>{throw v(e)});introspect=t=>this._innerClient.introspect({introspectBody:t}).then(e=>e.data).catch(e=>{throw v(e)});createFile=t=>this._innerClient.createFile({createFileBody:t}).then(e=>e.data).catch(e=>{throw v(e)});deleteFile=t=>this._innerClient.deleteFile(t).then(e=>e.data).catch(e=>{throw v(e)});listFiles=t=>this._innerClient.listFiles(t).then(e=>e.data).catch(e=>{throw v(e)});getFileMetadata=t=>this._innerClient.getFileMetadata(t).then(e=>e.data).catch(e=>{throw v(e)});getFileContent=t=>this._innerClient.getFileContent(t).then(e=>e.data).catch(e=>{throw v(e)});updateFileMetadata=({id:t,...e})=>this._innerClient.updateFileMetadata({id:t,updateFileMetadataBody:e}).then(a=>a.data).catch(a=>{throw v(a)});searchFiles=t=>this._innerClient.searchFiles(t).then(e=>e.data).catch(e=>{throw v(e)});listTables=t=>this._innerClient.listTables(t).then(e=>e.data).catch(e=>{throw v(e)});getTable=t=>this._innerClient.getTable(t).then(e=>e.data).catch(e=>{throw v(e)});getOrCreateTable=({table:t,...e})=>this._innerClient.getOrCreateTable({table:t,getOrCreateTableBody:e}).then(a=>a.data).catch(a=>{throw v(a)});createTable=t=>this._innerClient.createTable({createTableBody:t}).then(e=>e.data).catch(e=>{throw v(e)});duplicateTable=({sourceTableId:t,...e})=>this._innerClient.duplicateTable({sourceTableId:t,duplicateTableBody:e}).then(a=>a.data).catch(a=>{throw v(a)});updateTable=({table:t,...e})=>this._innerClient.updateTable({table:t,updateTableBody:e}).then(a=>a.data).catch(a=>{throw v(a)});renameTableColumn=({table:t,...e})=>this._innerClient.renameTableColumn({table:t,renameTableColumnBody:e}).then(a=>a.data).catch(a=>{throw v(a)});deleteTable=t=>this._innerClient.deleteTable(t).then(e=>e.data).catch(e=>{throw v(e)});getTableRow=t=>this._innerClient.getTableRow(t).then(e=>e.data).catch(e=>{throw v(e)});findTableRows=({table:t,...e})=>this._innerClient.findTableRows({table:t,findTableRowsBody:e}).then(a=>a.data).catch(a=>{throw v(a)});createTableRows=({table:t,...e})=>this._innerClient.createTableRows({table:t,createTableRowsBody:e}).then(a=>a.data).catch(a=>{throw v(a)});deleteTableRows=({table:t,...e})=>this._innerClient.deleteTableRows({table:t,deleteTableRowsBody:e}).then(a=>a.data).catch(a=>{throw v(a)});updateTableRows=({table:t,...e})=>this._innerClient.updateTableRows({table:t,updateTableRowsBody:e}).then(a=>a.data).catch(a=>{throw v(a)});upsertTableRows=({table:t,...e})=>this._innerClient.upsertTableRows({table:t,upsertTableRowsBody:e}).then(a=>a.data).catch(a=>{throw v(a)})};function v(s){return m.isAxiosError(s)&&s.response?.data?ke(s.response.data):ke(s)}var co=100*1024*1024,Ec=co,Oc=co,zs=class extends zt{config;axiosClient;constructor(t={}){let e=no(t),a=Sc(e);super(void 0,e.apiUrl,a),this.axiosClient=a,this.config=e}createFile=async({name:t,data:e,index:a,tags:o,contentType:n,contentLength:i,accessPolicies:r})=>{let c={...this.config.headers,"x-name":t,"x-tags":o?JSON.stringify(o):void 0,"x-index":a?"true":"false","x-access-policies":r?.join(",")??void 0,"content-type":n??!1,"content-length":i};return(await this.axiosClient.post("/v1/files",e,{headers:c,baseURL:this.config.apiUrl}).catch(l=>{throw Dc(l)})).data}};function Sc(s){let{headers:t,withCredentials:e,timeout:a}=s;return m.create({headers:t,withCredentials:e,timeout:a,maxBodyLength:Ec,maxContentLength:Oc,httpAgent:Qs.isNode?new io.default.Agent({keepAlive:!0}):void 0,httpsAgent:Qs.isNode?new ro.default.Agent({keepAlive:!0}):void 0})}function Dc(s){return m.isAxiosError(s)&&s.response?.data?ke(s.response.data):ke(s)}0&&(module.exports={AlreadyExistsError,BreakingChangesError,Client,ForbiddenError,InternalError,InvalidDataFormatError,InvalidIdentifierError,InvalidJsonSchemaError,InvalidPayloadError,InvalidQueryError,LimitExceededError,MethodNotFoundError,PayloadTooLargeError,PaymentRequiredError,QuotaExceededError,RateLimitedError,ReferenceConstraintError,ReferenceNotFoundError,RelationConflictError,ResourceNotFoundError,RuntimeError,UnauthorizedError,UnknownError,UnsupportedMediaTypeError,axios,errorFrom,isApiError});
11
+ `):" "+Xn(n[0]):"as no adapter specified";throw new k("There is no suitable adapter to dispatch the request "+i,"ERR_NOT_SUPPORT")}return a},adapters:Ds};function Vs(s){if(s.cancelToken&&s.cancelToken.throwIfRequested(),s.signal&&s.signal.aborted)throw new ae(null,s)}function bt(s){return Vs(s),s.headers=M.from(s.headers),s.data=je.call(s,s.transformRequest),["post","put","patch"].indexOf(s.method)!==-1&&s.headers.setContentType("application/x-www-form-urlencoded",!1),yt.getAdapter(s.adapter||qe.adapter)(s).then(function(a){return Vs(s),a.data=je.call(s,s.transformResponse,a),a.headers=M.from(a.headers),a},function(a){return Ne(a)||(Vs(s),a&&a.response&&(a.response.data=je.call(s,s.transformResponse,a.response),a.response.headers=M.from(a.response.headers))),Promise.reject(a)})}var Zn=s=>s instanceof M?s.toJSON():s;function re(s,t){t=t||{};let e={};function a(p,l,d){return u.isPlainObject(p)&&u.isPlainObject(l)?u.merge.call({caseless:d},p,l):u.isPlainObject(l)?u.merge({},l):u.isArray(l)?l.slice():l}function o(p,l,d){if(u.isUndefined(l)){if(!u.isUndefined(p))return a(void 0,p,d)}else return a(p,l,d)}function n(p,l){if(!u.isUndefined(l))return a(void 0,l)}function i(p,l){if(u.isUndefined(l)){if(!u.isUndefined(p))return a(void 0,p)}else return a(void 0,l)}function r(p,l,d){if(d in t)return a(p,l);if(d in s)return a(void 0,p)}let c={url:n,method:n,data:n,baseURL:i,transformRequest:i,transformResponse:i,paramsSerializer:i,timeout:i,timeoutMessage:i,withCredentials:i,adapter:i,responseType:i,xsrfCookieName:i,xsrfHeaderName:i,onUploadProgress:i,onDownloadProgress:i,decompress:i,maxContentLength:i,maxBodyLength:i,beforeRedirect:i,transport:i,httpAgent:i,httpsAgent:i,cancelToken:i,socketPath:i,responseEncoding:i,validateStatus:r,headers:(p,l)=>o(Zn(p),Zn(l),!0)};return u.forEach(Object.keys(Object.assign({},s,t)),function(l){let d=c[l]||o,C=d(s[l],t[l],l);u.isUndefined(C)&&d!==r||(e[l]=C)}),e}var Ls={};["object","boolean","number","function","string","symbol"].forEach((s,t)=>{Ls[s]=function(a){return typeof a===s||"a"+(t<1?"n ":" ")+s}});var eo={};Ls.transitional=function(t,e,a){function o(n,i){return"[Axios v"+Ae+"] Transitional option '"+n+"'"+i+(a?". "+a:"")}return(n,i,r)=>{if(t===!1)throw new k(o(i," has been removed"+(e?" in "+e:"")),k.ERR_DEPRECATED);return e&&!eo[i]&&(eo[i]=!0,console.warn(o(i," has been deprecated since v"+e+" and will be removed in the near future"))),t?t(n,i,r):!0}};function $r(s,t,e){if(typeof s!="object")throw new k("options must be an object",k.ERR_BAD_OPTION_VALUE);let a=Object.keys(s),o=a.length;for(;o-- >0;){let n=a[o],i=t[n];if(i){let r=s[n],c=r===void 0||i(r,n,s);if(c!==!0)throw new k("option "+n+" must be "+c,k.ERR_BAD_OPTION_VALUE);continue}if(e!==!0)throw new k("Unknown option "+n,k.ERR_BAD_OPTION)}}var vt={assertOptions:$r,validators:Ls};var me=vt.validators,Ve=class{constructor(t){this.defaults=t,this.interceptors={request:new gs,response:new gs}}request(t,e){typeof t=="string"?(e=e||{},e.url=t):e=t||{},e=re(this.defaults,e);let{transitional:a,paramsSerializer:o,headers:n}=e;a!==void 0&&vt.assertOptions(a,{silentJSONParsing:me.transitional(me.boolean),forcedJSONParsing:me.transitional(me.boolean),clarifyTimeoutError:me.transitional(me.boolean)},!1),o!=null&&(u.isFunction(o)?e.paramsSerializer={serialize:o}:vt.assertOptions(o,{encode:me.function,serialize:me.function},!0)),e.method=(e.method||this.defaults.method||"get").toLowerCase();let i=n&&u.merge(n.common,n[e.method]);n&&u.forEach(["delete","get","head","post","put","patch","common"],R=>{delete n[R]}),e.headers=M.concat(i,n);let r=[],c=!0;this.interceptors.request.forEach(function(P){typeof P.runWhen=="function"&&P.runWhen(e)===!1||(c=c&&P.synchronous,r.unshift(P.fulfilled,P.rejected))});let p=[];this.interceptors.response.forEach(function(P){p.push(P.fulfilled,P.rejected)});let l,d=0,C;if(!c){let R=[bt.bind(this),void 0];for(R.unshift.apply(R,r),R.push.apply(R,p),C=R.length,l=Promise.resolve(e);d<C;)l=l.then(R[d++],R[d++]);return l}C=r.length;let w=e;for(d=0;d<C;){let R=r[d++],P=r[d++];try{w=R(w)}catch(q){P.call(this,q);break}}try{l=bt.call(this,w)}catch(R){return Promise.reject(R)}for(d=0,C=p.length;d<C;)l=l.then(p[d++],p[d++]);return l}getUri(t){t=re(this.defaults,t);let e=ye(t.baseURL,t.url);return he(e,t.params,t.paramsSerializer)}};u.forEach(["delete","get","head","options"],function(t){Ve.prototype[t]=function(e,a){return this.request(re(a||{},{method:t,url:e,data:(a||{}).data}))}});u.forEach(["post","put","patch"],function(t){function e(a){return function(n,i,r){return this.request(re(r||{},{method:t,headers:a?{"Content-Type":"multipart/form-data"}:{},url:n,data:i}))}}Ve.prototype[t]=e(),Ve.prototype[t+"Form"]=e(!0)});var Je=Ve;var Ye=class{constructor(t){if(typeof t!="function")throw new TypeError("executor must be a function.");let e;this.promise=new Promise(function(n){e=n});let a=this;this.promise.then(o=>{if(!a._listeners)return;let n=a._listeners.length;for(;n-- >0;)a._listeners[n](o);a._listeners=null}),this.promise.then=o=>{let n,i=new Promise(r=>{a.subscribe(r),n=r}).then(o);return i.cancel=function(){a.unsubscribe(n)},i},t(function(n,i,r){a.reason||(a.reason=new ae(n,i,r),e(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 e=this._listeners.indexOf(t);e!==-1&&this._listeners.splice(e,1)}static source(){let t;return{token:new Ye(function(o){t=o}),cancel:t}}},to=Ye;function _s(s){return function(e){return s.apply(null,e)}}function Fs(s){return u.isObject(s)&&s.isAxiosError===!0}var Ms={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(Ms).forEach(([s,t])=>{Ms[t]=s});var so=Ms;function ao(s){let t=new Je(s),e=Fe(Je.prototype.request,t);return u.extend(e,Je.prototype,t,{allOwnKeys:!0}),u.extend(e,t,null,{allOwnKeys:!0}),e.create=function(o){return ao(re(s,o))},e}var _=ao(qe);_.Axios=Je;_.CanceledError=ae;_.CancelToken=to;_.isCancel=Ne;_.VERSION=Ae;_.toFormData=pe;_.AxiosError=k;_.Cancel=_.CanceledError;_.all=function(t){return Promise.all(t)};_.spread=_s;_.isAxiosError=Fs;_.mergeConfig=re;_.AxiosHeaders=M;_.formToJSON=s=>pt(u.isHTMLForm(s)?new FormData(s):s);_.getAdapter=yt.getAdapter;_.HttpStatusCode=so;_.default=_;var m=_;var{Axios:Jr,AxiosError:Yr,CanceledError:Xr,isCancel:Zr,CancelToken:ec,VERSION:tc,all:sc,Cancel:ac,isAxiosError:nc,spread:oc,toFormData:ic,AxiosHeaders:rc,HttpStatusCode:cc,formToJSON:pc,getAdapter:lc,mergeConfig:uc}=m;var Qs=j(Gs()),io=j(require("http")),ro=j(require("https"));var Xe=j(Gs()),yc="https://api.botpress.cloud",bc=6e4,vc="BP_API_URL",Rc="BP_BOT_ID",Ac="BP_INTEGRATION_ID",Cc="BP_WORKSPACE_ID",Pc="BP_TOKEN";function no(s){let t=kc(s),e={};t.workspaceId&&(e["x-workspace-id"]=t.workspaceId),t.botId&&(e["x-bot-id"]=t.botId),t.integrationId&&(e["x-integration-id"]=t.integrationId),t.token&&(e.Authorization=`Bearer ${t.token}`),e={...e,...t.headers};let a=t.apiUrl??yc,o=t.timeout??bc;return{apiUrl:a,timeout:o,withCredentials:Xe.isBrowser,headers:e}}function kc(s){return Xe.isBrowser?s:Xe.isNode?Tc(s):s}function Tc(s){let t={...s,apiUrl:s.apiUrl??process.env[vc],botId:s.botId??process.env[Rc],integrationId:s.integrationId??process.env[Ac],workspaceId:s.workspaceId??process.env[Cc]},e=t.token??process.env[Pc];return e&&(t.token=e),t}var g="https://api.botpress.cloud".replace(/\/+$/,"");var Rt=class{constructor(t,e=g,a=m){this.basePath=e;this.axios=a;t&&(this.configuration=t,this.basePath=t.basePath||this.basePath)}configuration},At=class extends Error{constructor(e,a){super(a);this.field=e;this.name="RequiredError"}};var f="https://example.com",A=function(s,t,e){if(e==null)throw new At(t,`Required parameter ${t} was null or undefined when calling ${s}.`)};function js(s,t,e=""){t!=null&&(typeof t=="object"?Array.isArray(t)?t.forEach(a=>js(s,a,e)):Object.keys(t).forEach(a=>js(s,t[a],`${e}${e!==""?".":""}${a}`)):s.has(e)?s.append(e,t):s.set(e,t))}var x=function(s,...t){let e=new URLSearchParams(s.search);js(e,t),s.search=e.toString()},T=function(s,t,e){let a=typeof s!="string";return(a&&e&&e.isJsonMime?e.isJsonMime(t.headers["Content-Type"]):a)?JSON.stringify(s!==void 0?s:{}):s||""},h=function(s){return s.pathname+s.search+s.hash},y=function(s,t,e,a){return(o=t,n=e)=>{let i={...s.options,url:(a?.basePath||n)+s.url};return o.request(i)}};var wc=function(s){return{addParticipant:async(t,e,a={})=>{A("addParticipant","id",t);let o="/v1/chat/conversations/{id}/participants".replace("{id}",encodeURIComponent(String(t))),n=new URL(o,f),i;s&&(i=s.baseOptions);let r={method:"POST",...i,...a},c={},p={};c["Content-Type"]="application/json",x(n,p);let l=i&&i.headers?i.headers:{};return r.headers={...c,...l,...a.headers},r.data=T(e,r,s),{url:h(n),options:r}},breakDownWorkspaceUsageByBot:async(t,e,a,o={})=>{A("breakDownWorkspaceUsageByBot","id",t),A("breakDownWorkspaceUsageByBot","type",e);let n="/v1/admin/workspaces/{id}/usages/by-bot".replace("{id}",encodeURIComponent(String(t))),i=new URL(n,f),r;s&&(r=s.baseOptions);let c={method:"GET",...r,...o},p={},l={};e!==void 0&&(l.type=e),a!==void 0&&(l.period=a),x(i,l);let d=r&&r.headers?r.headers:{};return c.headers={...p,...d,...o.headers},{url:h(i),options:c}},callAction:async(t,e={})=>{let a="/v1/chat/actions",o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"POST",...n,...e},r={},c={};r["Content-Type"]="application/json",x(o,c);let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},i.data=T(t,i,s),{url:h(o),options:i}},changeAISpendQuota:async(t,e={})=>{let a="/v1/admin/quotas/ai-spend",o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"PUT",...n,...e},r={},c={};r["Content-Type"]="application/json",x(o,c);let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},i.data=T(t,i,s),{url:h(o),options:i}},chargeWorkspaceUnpaidInvoices:async(t,e,a={})=>{A("chargeWorkspaceUnpaidInvoices","id",t);let o="/v1/admin/workspaces/{id}/billing/invoices/charge-unpaid".replace("{id}",encodeURIComponent(String(t))),n=new URL(o,f),i;s&&(i=s.baseOptions);let r={method:"POST",...i,...a},c={},p={};c["Content-Type"]="application/json",x(n,p);let l=i&&i.headers?i.headers:{};return r.headers={...c,...l,...a.headers},r.data=T(e,r,s),{url:h(n),options:r}},checkHandleAvailability:async(t,e={})=>{let a="/v1/admin/workspaces/handle-availability",o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"PUT",...n,...e},r={},c={};r["Content-Type"]="application/json",x(o,c);let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},i.data=T(t,i,s),{url:h(o),options:i}},configureIntegration:async(t,e={})=>{let a="/v1/chat/integrations/configure",o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"POST",...n,...e},r={},c={};r["Content-Type"]="application/json",x(o,c);let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},i.data=T(t,i,s),{url:h(o),options:i}},createBot:async(t,e={})=>{let a="/v1/admin/bots",o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"POST",...n,...e},r={},c={};r["Content-Type"]="application/json",x(o,c);let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},i.data=T(t,i,s),{url:h(o),options:i}},createConversation:async(t,e={})=>{let a="/v1/chat/conversations",o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"POST",...n,...e},r={},c={};r["Content-Type"]="application/json",x(o,c);let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},i.data=T(t,i,s),{url:h(o),options:i}},createEvent:async(t,e={})=>{let a="/v1/chat/events",o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"POST",...n,...e},r={},c={};r["Content-Type"]="application/json",x(o,c);let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},i.data=T(t,i,s),{url:h(o),options:i}},createFile:async(t,e={})=>{let a="/v1/files",o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"POST",...n,...e},r={},c={};r["Content-Type"]="application/json",x(o,c);let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},i.data=T(t,i,s),{url:h(o),options:i}},createIntegration:async(t,e={})=>{let a="/v1/admin/integrations",o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"POST",...n,...e},r={},c={};r["Content-Type"]="application/json",x(o,c);let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},i.data=T(t,i,s),{url:h(o),options:i}},createIntegrationApiKey:async(t,e={})=>{let a="/v1/admin/integrations/iaks",o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"POST",...n,...e},r={},c={};r["Content-Type"]="application/json",x(o,c);let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},i.data=T(t,i,s),{url:h(o),options:i}},createMessage:async(t,e={})=>{let a="/v1/chat/messages",o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"POST",...n,...e},r={},c={};r["Content-Type"]="application/json",x(o,c);let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},i.data=T(t,i,s),{url:h(o),options:i}},createPersonalAccessToken:async(t,e={})=>{let a="/v1/admin/account/pats",o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"POST",...n,...e},r={},c={};r["Content-Type"]="application/json",x(o,c);let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},i.data=T(t,i,s),{url:h(o),options:i}},createTable:async(t,e={})=>{let a="/v1/tables",o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"POST",...n,...e},r={},c={};r["Content-Type"]="application/json",x(o,c);let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},i.data=T(t,i,s),{url:h(o),options:i}},createTableRows:async(t,e,a={})=>{A("createTableRows","table",t);let o="/v1/tables/{table}/rows".replace("{table}",encodeURIComponent(String(t))),n=new URL(o,f),i;s&&(i=s.baseOptions);let r={method:"POST",...i,...a},c={},p={};c["Content-Type"]="application/json",x(n,p);let l=i&&i.headers?i.headers:{};return r.headers={...c,...l,...a.headers},r.data=T(e,r,s),{url:h(n),options:r}},createTask:async(t,e={})=>{let a="/v1/chat/tasks",o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"POST",...n,...e},r={},c={};r["Content-Type"]="application/json",x(o,c);let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},i.data=T(t,i,s),{url:h(o),options:i}},createUser:async(t,e={})=>{let a="/v1/chat/users",o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"POST",...n,...e},r={},c={};r["Content-Type"]="application/json",x(o,c);let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},i.data=T(t,i,s),{url:h(o),options:i}},createWorkspace:async(t,e={})=>{let a="/v1/admin/workspaces",o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"POST",...n,...e},r={},c={};r["Content-Type"]="application/json",x(o,c);let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},i.data=T(t,i,s),{url:h(o),options:i}},createWorkspaceMember:async(t,e={})=>{let a="/v1/admin/workspace-members",o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"POST",...n,...e},r={},c={};r["Content-Type"]="application/json",x(o,c);let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},i.data=T(t,i,s),{url:h(o),options:i}},deleteBot:async(t,e={})=>{A("deleteBot","id",t);let a="/v1/admin/bots/{id}".replace("{id}",encodeURIComponent(String(t))),o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"DELETE",...n,...e},r={};x(o,{});let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},{url:h(o),options:i}},deleteBotIssue:async(t,e,a={})=>{A("deleteBotIssue","id",t),A("deleteBotIssue","issueId",e);let o="/v1/admin/bots/{id}/issues/{issueId}".replace("{id}",encodeURIComponent(String(t))).replace("{issueId}",encodeURIComponent(String(e))),n=new URL(o,f),i;s&&(i=s.baseOptions);let r={method:"DELETE",...i,...a},c={};x(n,{});let l=i&&i.headers?i.headers:{};return r.headers={...c,...l,...a.headers},{url:h(n),options:r}},deleteConversation:async(t,e={})=>{A("deleteConversation","id",t);let a="/v1/chat/conversations/{id}".replace("{id}",encodeURIComponent(String(t))),o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"DELETE",...n,...e},r={};x(o,{});let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},{url:h(o),options:i}},deleteFile:async(t,e={})=>{A("deleteFile","id",t);let a="/v1/files/{id}".replace("{id}",encodeURIComponent(String(t))),o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"DELETE",...n,...e},r={};x(o,{});let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},{url:h(o),options:i}},deleteIntegration:async(t,e={})=>{A("deleteIntegration","id",t);let a="/v1/admin/integrations/{id}".replace("{id}",encodeURIComponent(String(t))),o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"DELETE",...n,...e},r={};x(o,{});let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},{url:h(o),options:i}},deleteIntegrationApiKey:async(t,e={})=>{A("deleteIntegrationApiKey","id",t);let a="/v1/admin/integrations/iaks/{id}".replace("{id}",encodeURIComponent(String(t))),o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"DELETE",...n,...e},r={};x(o,{});let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},{url:h(o),options:i}},deleteMessage:async(t,e={})=>{A("deleteMessage","id",t);let a="/v1/chat/messages/{id}".replace("{id}",encodeURIComponent(String(t))),o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"DELETE",...n,...e},r={};x(o,{});let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},{url:h(o),options:i}},deletePersonalAccessToken:async(t,e={})=>{A("deletePersonalAccessToken","id",t);let a="/v1/admin/account/pats/{id}".replace("{id}",encodeURIComponent(String(t))),o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"DELETE",...n,...e},r={};x(o,{});let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},{url:h(o),options:i}},deleteTable:async(t,e={})=>{A("deleteTable","table",t);let a="/v1/tables/{table}".replace("{table}",encodeURIComponent(String(t))),o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"DELETE",...n,...e},r={};x(o,{});let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},{url:h(o),options:i}},deleteTableRows:async(t,e,a={})=>{A("deleteTableRows","table",t);let o="/v1/tables/{table}/rows/delete".replace("{table}",encodeURIComponent(String(t))),n=new URL(o,f),i;s&&(i=s.baseOptions);let r={method:"POST",...i,...a},c={},p={};c["Content-Type"]="application/json",x(n,p);let l=i&&i.headers?i.headers:{};return r.headers={...c,...l,...a.headers},r.data=T(e,r,s),{url:h(n),options:r}},deleteTask:async(t,e={})=>{A("deleteTask","id",t);let a="/v1/chat/tasks/{id}".replace("{id}",encodeURIComponent(String(t))),o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"DELETE",...n,...e},r={};x(o,{});let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},{url:h(o),options:i}},deleteUser:async(t,e={})=>{A("deleteUser","id",t);let a="/v1/chat/users/{id}".replace("{id}",encodeURIComponent(String(t))),o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"DELETE",...n,...e},r={};x(o,{});let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},{url:h(o),options:i}},deleteWorkspace:async(t,e={})=>{A("deleteWorkspace","id",t);let a="/v1/admin/workspaces/{id}".replace("{id}",encodeURIComponent(String(t))),o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"DELETE",...n,...e},r={};x(o,{});let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},{url:h(o),options:i}},deleteWorkspaceMember:async(t,e={})=>{A("deleteWorkspaceMember","id",t);let a="/v1/admin/workspace-members/{id}".replace("{id}",encodeURIComponent(String(t))),o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"DELETE",...n,...e},r={};x(o,{});let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},{url:h(o),options:i}},duplicateTable:async(t,e,a={})=>{A("duplicateTable","sourceTableId",t);let o="/v1/tables/{sourceTableId}/duplicate".replace("{sourceTableId}",encodeURIComponent(String(t))),n=new URL(o,f),i;s&&(i=s.baseOptions);let r={method:"POST",...i,...a},c={},p={};c["Content-Type"]="application/json",x(n,p);let l=i&&i.headers?i.headers:{};return r.headers={...c,...l,...a.headers},r.data=T(e,r,s),{url:h(n),options:r}},findTableRows:async(t,e,a={})=>{A("findTableRows","table",t);let o="/v1/tables/{table}/rows/find".replace("{table}",encodeURIComponent(String(t))),n=new URL(o,f),i;s&&(i=s.baseOptions);let r={method:"POST",...i,...a},c={},p={};c["Content-Type"]="application/json",x(n,p);let l=i&&i.headers?i.headers:{};return r.headers={...c,...l,...a.headers},r.data=T(e,r,s),{url:h(n),options:r}},getAccount:async(t={})=>{let e="/v1/admin/account/me",a=new URL(e,f),o;s&&(o=s.baseOptions);let n={method:"GET",...o,...t},i={};x(a,{});let c=o&&o.headers?o.headers:{};return n.headers={...i,...c,...t.headers},{url:h(a),options:n}},getAccountPreference:async(t,e={})=>{A("getAccountPreference","key",t);let a="/v1/admin/account/preferences/{key}".replace("{key}",encodeURIComponent(String(t))),o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"GET",...n,...e},r={};x(o,{});let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},{url:h(o),options:i}},getAllWorkspaceQuotaCompletion:async(t={})=>{let e="/v1/admin/workspaces/usages/quota-completion",a=new URL(e,f),o;s&&(o=s.baseOptions);let n={method:"GET",...o,...t},i={};x(a,{});let c=o&&o.headers?o.headers:{};return n.headers={...i,...c,...t.headers},{url:h(a),options:n}},getAuditRecords:async(t,e,a={})=>{A("getAuditRecords","id",t);let o="/v1/admin/workspaces/{id}/audit-records".replace("{id}",encodeURIComponent(String(t))),n=new URL(o,f),i;s&&(i=s.baseOptions);let r={method:"GET",...i,...a},c={},p={};e!==void 0&&(p.nextToken=e),x(n,p);let l=i&&i.headers?i.headers:{};return r.headers={...c,...l,...a.headers},{url:h(n),options:r}},getBot:async(t,e={})=>{A("getBot","id",t);let a="/v1/admin/bots/{id}".replace("{id}",encodeURIComponent(String(t))),o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"GET",...n,...e},r={};x(o,{});let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},{url:h(o),options:i}},getBotAnalytics:async(t,e,a,o={})=>{A("getBotAnalytics","id",t),A("getBotAnalytics","startDate",e),A("getBotAnalytics","endDate",a);let n="/v1/admin/bots/{id}/analytics".replace("{id}",encodeURIComponent(String(t))),i=new URL(n,f),r;s&&(r=s.baseOptions);let c={method:"GET",...r,...o},p={},l={};e!==void 0&&(l.startDate=e),a!==void 0&&(l.endDate=a),x(i,l);let d=r&&r.headers?r.headers:{};return c.headers={...p,...d,...o.headers},{url:h(i),options:c}},getBotLogs:async(t,e,a,o,n={})=>{A("getBotLogs","id",t),A("getBotLogs","timeStart",e),A("getBotLogs","timeEnd",a);let i="/v1/admin/bots/{id}/logs".replace("{id}",encodeURIComponent(String(t))),r=new URL(i,f),c;s&&(c=s.baseOptions);let p={method:"GET",...c,...n},l={},d={};e!==void 0&&(d.timeStart=e),a!==void 0&&(d.timeEnd=a),o!==void 0&&(d.nextToken=o),x(r,d);let C=c&&c.headers?c.headers:{};return p.headers={...l,...C,...n.headers},{url:h(r),options:p}},getBotWebchat:async(t,e,a={})=>{A("getBotWebchat","id",t),A("getBotWebchat","type",e);let o="/v1/admin/bots/{id}/webchat".replace("{id}",encodeURIComponent(String(t))),n=new URL(o,f),i;s&&(i=s.baseOptions);let r={method:"GET",...i,...a},c={},p={};e!==void 0&&(p.type=e),x(n,p);let l=i&&i.headers?i.headers:{};return r.headers={...c,...l,...a.headers},{url:h(n),options:r}},getConversation:async(t,e={})=>{A("getConversation","id",t);let a="/v1/chat/conversations/{id}".replace("{id}",encodeURIComponent(String(t))),o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"GET",...n,...e},r={};x(o,{});let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},{url:h(o),options:i}},getEvent:async(t,e={})=>{A("getEvent","id",t);let a="/v1/chat/events/{id}".replace("{id}",encodeURIComponent(String(t))),o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"GET",...n,...e},r={};x(o,{});let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},{url:h(o),options:i}},getFileContent:async(t,e={})=>{A("getFileContent","id",t);let a="/v1/files/{id}/content".replace("{id}",encodeURIComponent(String(t))),o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"GET",...n,...e},r={};x(o,{});let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},{url:h(o),options:i}},getFileMetadata:async(t,e={})=>{A("getFileMetadata","id",t);let a="/v1/files/{id}/metadata".replace("{id}",encodeURIComponent(String(t))),o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"GET",...n,...e},r={};x(o,{});let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},{url:h(o),options:i}},getIntegration:async(t,e={})=>{A("getIntegration","id",t);let a="/v1/admin/integrations/{id}".replace("{id}",encodeURIComponent(String(t))),o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"GET",...n,...e},r={};x(o,{});let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},{url:h(o),options:i}},getIntegrationByName:async(t,e,a={})=>{A("getIntegrationByName","name",t),A("getIntegrationByName","version",e);let o="/v1/admin/integrations/{name}/{version}".replace("{name}",encodeURIComponent(String(t))).replace("{version}",encodeURIComponent(String(e))),n=new URL(o,f),i;s&&(i=s.baseOptions);let r={method:"GET",...i,...a},c={};x(n,{});let l=i&&i.headers?i.headers:{};return r.headers={...c,...l,...a.headers},{url:h(n),options:r}},getIntegrationLogs:async(t,e,a,o,n={})=>{A("getIntegrationLogs","id",t),A("getIntegrationLogs","timeStart",e),A("getIntegrationLogs","timeEnd",a);let i="/v1/admin/integrations/{id}/logs".replace("{id}",encodeURIComponent(String(t))),r=new URL(i,f),c;s&&(c=s.baseOptions);let p={method:"GET",...c,...n},l={},d={};e!==void 0&&(d.timeStart=e),a!==void 0&&(d.timeEnd=a),o!==void 0&&(d.nextToken=o),x(r,d);let C=c&&c.headers?c.headers:{};return p.headers={...l,...C,...n.headers},{url:h(r),options:p}},getMessage:async(t,e={})=>{A("getMessage","id",t);let a="/v1/chat/messages/{id}".replace("{id}",encodeURIComponent(String(t))),o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"GET",...n,...e},r={};x(o,{});let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},{url:h(o),options:i}},getOrCreateConversation:async(t,e={})=>{let a="/v1/chat/conversations/get-or-create",o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"POST",...n,...e},r={},c={};r["Content-Type"]="application/json",x(o,c);let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},i.data=T(t,i,s),{url:h(o),options:i}},getOrCreateMessage:async(t,e={})=>{let a="/v1/chat/messages/get-or-create",o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"POST",...n,...e},r={},c={};r["Content-Type"]="application/json",x(o,c);let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},i.data=T(t,i,s),{url:h(o),options:i}},getOrCreateTable:async(t,e,a={})=>{A("getOrCreateTable","table",t);let o="/v1/tables/{table}".replace("{table}",encodeURIComponent(String(t))),n=new URL(o,f),i;s&&(i=s.baseOptions);let r={method:"POST",...i,...a},c={},p={};c["Content-Type"]="application/json",x(n,p);let l=i&&i.headers?i.headers:{};return r.headers={...c,...l,...a.headers},r.data=T(e,r,s),{url:h(n),options:r}},getOrCreateUser:async(t,e={})=>{let a="/v1/chat/users/get-or-create",o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"POST",...n,...e},r={},c={};r["Content-Type"]="application/json",x(o,c);let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},i.data=T(t,i,s),{url:h(o),options:i}},getOrSetState:async(t,e,a,o,n={})=>{A("getOrSetState","type",t),A("getOrSetState","id",e),A("getOrSetState","name",a);let i="/v1/chat/states/{type}/{id}/{name}/get-or-set".replace("{type}",encodeURIComponent(String(t))).replace("{id}",encodeURIComponent(String(e))).replace("{name}",encodeURIComponent(String(a))),r=new URL(i,f),c;s&&(c=s.baseOptions);let p={method:"POST",...c,...n},l={},d={};l["Content-Type"]="application/json",x(r,d);let C=c&&c.headers?c.headers:{};return p.headers={...l,...C,...n.headers},p.data=T(o,p,s),{url:h(r),options:p}},getParticipant:async(t,e,a={})=>{A("getParticipant","id",t),A("getParticipant","userId",e);let o="/v1/chat/conversations/{id}/participants/{userId}".replace("{id}",encodeURIComponent(String(t))).replace("{userId}",encodeURIComponent(String(e))),n=new URL(o,f),i;s&&(i=s.baseOptions);let r={method:"GET",...i,...a},c={};x(n,{});let l=i&&i.headers?i.headers:{};return r.headers={...c,...l,...a.headers},{url:h(n),options:r}},getPublicIntegration:async(t,e,a={})=>{A("getPublicIntegration","name",t),A("getPublicIntegration","version",e);let o="/v1/admin/hub/integrations/{name}/{version}".replace("{name}",encodeURIComponent(String(t))).replace("{version}",encodeURIComponent(String(e))),n=new URL(o,f),i;s&&(i=s.baseOptions);let r={method:"GET",...i,...a},c={};x(n,{});let l=i&&i.headers?i.headers:{};return r.headers={...c,...l,...a.headers},{url:h(n),options:r}},getPublicIntegrationById:async(t,e={})=>{A("getPublicIntegrationById","id",t);let a="/v1/admin/hub/integrations/{id}".replace("{id}",encodeURIComponent(String(t))),o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"GET",...n,...e},r={};x(o,{});let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},{url:h(o),options:i}},getPublicWorkspace:async(t,e={})=>{A("getPublicWorkspace","id",t);let a="/v1/admin/workspaces/{id}/public".replace("{id}",encodeURIComponent(String(t))),o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"GET",...n,...e},r={};x(o,{});let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},{url:h(o),options:i}},getState:async(t,e,a,o={})=>{A("getState","type",t),A("getState","id",e),A("getState","name",a);let n="/v1/chat/states/{type}/{id}/{name}".replace("{type}",encodeURIComponent(String(t))).replace("{id}",encodeURIComponent(String(e))).replace("{name}",encodeURIComponent(String(a))),i=new URL(n,f),r;s&&(r=s.baseOptions);let c={method:"GET",...r,...o},p={};x(i,{});let d=r&&r.headers?r.headers:{};return c.headers={...p,...d,...o.headers},{url:h(i),options:c}},getTable:async(t,e={})=>{A("getTable","table",t);let a="/v1/tables/{table}".replace("{table}",encodeURIComponent(String(t))),o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"GET",...n,...e},r={};x(o,{});let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},{url:h(o),options:i}},getTableRow:async(t,e,a={})=>{A("getTableRow","table",t),A("getTableRow","id",e);let o="/v1/tables/{table}/row".replace("{table}",encodeURIComponent(String(t))),n=new URL(o,f),i;s&&(i=s.baseOptions);let r={method:"GET",...i,...a},c={},p={};e!==void 0&&(p.id=e),x(n,p);let l=i&&i.headers?i.headers:{};return r.headers={...c,...l,...a.headers},{url:h(n),options:r}},getTask:async(t,e={})=>{A("getTask","id",t);let a="/v1/chat/tasks/{id}".replace("{id}",encodeURIComponent(String(t))),o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"GET",...n,...e},r={};x(o,{});let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},{url:h(o),options:i}},getUpcomingInvoice:async(t,e={})=>{A("getUpcomingInvoice","id",t);let a="/v1/admin/workspaces/{id}/billing/upcoming-invoice".replace("{id}",encodeURIComponent(String(t))),o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"GET",...n,...e},r={};x(o,{});let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},{url:h(o),options:i}},getUsage:async(t,e,a,o={})=>{A("getUsage","type",t),A("getUsage","id",e);let n="/v1/admin/usages/{id}".replace("{id}",encodeURIComponent(String(e))),i=new URL(n,f),r;s&&(r=s.baseOptions);let c={method:"GET",...r,...o},p={},l={};t!==void 0&&(l.type=t),a!==void 0&&(l.period=a),x(i,l);let d=r&&r.headers?r.headers:{};return c.headers={...p,...d,...o.headers},{url:h(i),options:c}},getUser:async(t,e={})=>{A("getUser","id",t);let a="/v1/chat/users/{id}".replace("{id}",encodeURIComponent(String(t))),o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"GET",...n,...e},r={};x(o,{});let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},{url:h(o),options:i}},getWorkspace:async(t,e={})=>{A("getWorkspace","id",t);let a="/v1/admin/workspaces/{id}".replace("{id}",encodeURIComponent(String(t))),o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"GET",...n,...e},r={};x(o,{});let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},{url:h(o),options:i}},getWorkspaceQuota:async(t,e,a,o={})=>{A("getWorkspaceQuota","id",t),A("getWorkspaceQuota","type",e);let n="/v1/admin/workspaces/{id}/quota".replace("{id}",encodeURIComponent(String(t))),i=new URL(n,f),r;s&&(r=s.baseOptions);let c={method:"GET",...r,...o},p={},l={};e!==void 0&&(l.type=e),a!==void 0&&(l.period=a),x(i,l);let d=r&&r.headers?r.headers:{};return c.headers={...p,...d,...o.headers},{url:h(i),options:c}},introspect:async(t,e={})=>{let a="/v1/admin/introspect",o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"POST",...n,...e},r={},c={};r["Content-Type"]="application/json",x(o,c);let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},i.data=T(t,i,s),{url:h(o),options:i}},listActivities:async(t,e,a,o={})=>{A("listActivities","taskId",t),A("listActivities","botId",e);let n="/v1/admin/activities",i=new URL(n,f),r;s&&(r=s.baseOptions);let c={method:"GET",...r,...o},p={},l={};a!==void 0&&(l.nextToken=a),t!==void 0&&(l.taskId=t),e!==void 0&&(l.botId=e),x(i,l);let d=r&&r.headers?r.headers:{};return c.headers={...p,...d,...o.headers},{url:h(i),options:c}},listBotIssueEvents:async(t,e,a={})=>{A("listBotIssueEvents","id",t),A("listBotIssueEvents","issueId",e);let o="/v1/admin/bots/{id}/issues/{issueId}/events".replace("{id}",encodeURIComponent(String(t))).replace("{issueId}",encodeURIComponent(String(e))),n=new URL(o,f),i;s&&(i=s.baseOptions);let r={method:"GET",...i,...a},c={};x(n,{});let l=i&&i.headers?i.headers:{};return r.headers={...c,...l,...a.headers},{url:h(n),options:r}},listBotIssues:async(t,e,a={})=>{A("listBotIssues","id",t);let o="/v1/admin/bots/{id}/issues".replace("{id}",encodeURIComponent(String(t))),n=new URL(o,f),i;s&&(i=s.baseOptions);let r={method:"GET",...i,...a},c={},p={};e!==void 0&&(p.nextToken=e),x(n,p);let l=i&&i.headers?i.headers:{};return r.headers={...c,...l,...a.headers},{url:h(n),options:r}},listBots:async(t,e,a={})=>{let o="/v1/admin/bots",n=new URL(o,f),i;s&&(i=s.baseOptions);let r={method:"GET",...i,...a},c={},p={};t!==void 0&&(p.dev=t),e!==void 0&&(p.nextToken=e),x(n,p);let l=i&&i.headers?i.headers:{};return r.headers={...c,...l,...a.headers},{url:h(n),options:r}},listConversations:async(t,e,a,o={})=>{let n="/v1/chat/conversations",i=new URL(n,f),r;s&&(r=s.baseOptions);let c={method:"GET",...r,...o},p={},l={};t!==void 0&&(l.nextToken=t),e!==void 0&&(l.tags=e),a&&(l.participantIds=a),x(i,l);let d=r&&r.headers?r.headers:{};return c.headers={...p,...d,...o.headers},{url:h(i),options:c}},listEvents:async(t,e,a,o,n,i,r={})=>{let c="/v1/chat/events",p=new URL(c,f),l;s&&(l=s.baseOptions);let d={method:"GET",...l,...r},C={},w={};t!==void 0&&(w.nextToken=t),e!==void 0&&(w.type=e),a!==void 0&&(w.conversationId=a),o!==void 0&&(w.userId=o),n!==void 0&&(w.messageId=n),i!==void 0&&(w.status=i),x(p,w);let R=l&&l.headers?l.headers:{};return d.headers={...C,...R,...r.headers},{url:h(p),options:d}},listFiles:async(t,e,a,o={})=>{A("listFiles","botId",t);let n="/v1/files/bot/{botId}".replace("{botId}",encodeURIComponent(String(t))),i=new URL(n,f),r;s&&(r=s.baseOptions);let c={method:"GET",...r,...o},p={},l={};e!==void 0&&(l.nextToken=e),a!==void 0&&(l.tags=a),x(i,l);let d=r&&r.headers?r.headers:{};return c.headers={...p,...d,...o.headers},{url:h(i),options:c}},listIntegrationApiKeys:async(t,e={})=>{A("listIntegrationApiKeys","integrationId",t);let a="/v1/admin/integrations/iaks",o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"GET",...n,...e},r={},c={};t!==void 0&&(c.integrationId=t),x(o,c);let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},{url:h(o),options:i}},listIntegrations:async(t,e,a,o,n={})=>{let i="/v1/admin/integrations",r=new URL(i,f),c;s&&(c=s.baseOptions);let p={method:"GET",...c,...n},l={},d={};t!==void 0&&(d.nextToken=t),e!==void 0&&(d.name=e),a!==void 0&&(d.version=a),o!==void 0&&(d.dev=o),x(r,d);let C=c&&c.headers?c.headers:{};return p.headers={...l,...C,...n.headers},{url:h(r),options:p}},listMessages:async(t,e,a,o={})=>{let n="/v1/chat/messages",i=new URL(n,f),r;s&&(r=s.baseOptions);let c={method:"GET",...r,...o},p={},l={};t!==void 0&&(l.nextToken=t),e!==void 0&&(l.conversationId=e),a!==void 0&&(l.tags=a),x(i,l);let d=r&&r.headers?r.headers:{};return c.headers={...p,...d,...o.headers},{url:h(i),options:c}},listParticipants:async(t,e,a={})=>{A("listParticipants","id",t);let o="/v1/chat/conversations/{id}/participants".replace("{id}",encodeURIComponent(String(t))),n=new URL(o,f),i;s&&(i=s.baseOptions);let r={method:"GET",...i,...a},c={},p={};e!==void 0&&(p.nextToken=e),x(n,p);let l=i&&i.headers?i.headers:{};return r.headers={...c,...l,...a.headers},{url:h(n),options:r}},listPersonalAccessTokens:async(t={})=>{let e="/v1/admin/account/pats",a=new URL(e,f),o;s&&(o=s.baseOptions);let n={method:"GET",...o,...t},i={};x(a,{});let c=o&&o.headers?o.headers:{};return n.headers={...i,...c,...t.headers},{url:h(a),options:n}},listPublicIntegrations:async(t,e,a,o={})=>{let n="/v1/admin/hub/integrations",i=new URL(n,f),r;s&&(r=s.baseOptions);let c={method:"GET",...r,...o},p={},l={};t!==void 0&&(l.nextToken=t),e!==void 0&&(l.name=e),a!==void 0&&(l.version=a),x(i,l);let d=r&&r.headers?r.headers:{};return c.headers={...p,...d,...o.headers},{url:h(i),options:c}},listTables:async(t,e={})=>{let a="/v1/tables",o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"GET",...n,...e},r={},c={};t!==void 0&&(c.tags=t),x(o,c);let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},{url:h(o),options:i}},listTasks:async(t,e,a,o,n,i,r,c={})=>{let p="/v1/chat/tasks",l=new URL(p,f),d;s&&(d=s.baseOptions);let C={method:"GET",...d,...c},w={},R={};t!==void 0&&(R.nextToken=t),e!==void 0&&(R.tags=e),a!==void 0&&(R.conversationId=a),o!==void 0&&(R.userId=o),n!==void 0&&(R.parentTaskId=n),i&&(R.status=i),r!==void 0&&(R.type=r),x(l,R);let P=d&&d.headers?d.headers:{};return C.headers={...w,...P,...c.headers},{url:h(l),options:C}},listUsageHistory:async(t,e,a={})=>{A("listUsageHistory","type",t),A("listUsageHistory","id",e);let o="/v1/admin/usages/{id}/history".replace("{id}",encodeURIComponent(String(e))),n=new URL(o,f),i;s&&(i=s.baseOptions);let r={method:"GET",...i,...a},c={},p={};t!==void 0&&(p.type=t),x(n,p);let l=i&&i.headers?i.headers:{};return r.headers={...c,...l,...a.headers},{url:h(n),options:r}},listUsers:async(t,e,a,o={})=>{let n="/v1/chat/users",i=new URL(n,f),r;s&&(r=s.baseOptions);let c={method:"GET",...r,...o},p={},l={};t!==void 0&&(l.nextToken=t),e!==void 0&&(l.conversationId=e),a!==void 0&&(l.tags=a),x(i,l);let d=r&&r.headers?r.headers:{};return c.headers={...p,...d,...o.headers},{url:h(i),options:c}},listWorkspaceInvoices:async(t,e={})=>{A("listWorkspaceInvoices","id",t);let a="/v1/admin/workspaces/{id}/billing/invoices".replace("{id}",encodeURIComponent(String(t))),o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"GET",...n,...e},r={};x(o,{});let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},{url:h(o),options:i}},listWorkspaceMembers:async(t,e={})=>{let a="/v1/admin/workspace-members",o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"GET",...n,...e},r={},c={};t!==void 0&&(c.nextToken=t),x(o,c);let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},{url:h(o),options:i}},listWorkspaceQuotas:async(t,e,a={})=>{A("listWorkspaceQuotas","id",t);let o="/v1/admin/workspaces/{id}/quotas".replace("{id}",encodeURIComponent(String(t))),n=new URL(o,f),i;s&&(i=s.baseOptions);let r={method:"GET",...i,...a},c={},p={};e!==void 0&&(p.period=e),x(n,p);let l=i&&i.headers?i.headers:{};return r.headers={...c,...l,...a.headers},{url:h(n),options:r}},listWorkspaceUsages:async(t,e,a,o={})=>{A("listWorkspaceUsages","id",t),A("listWorkspaceUsages","type",e);let n="/v1/admin/workspaces/{id}/usages".replace("{id}",encodeURIComponent(String(t))),i=new URL(n,f),r;s&&(r=s.baseOptions);let c={method:"GET",...r,...o},p={},l={};e!==void 0&&(l.type=e),a!==void 0&&(l.period=a),x(i,l);let d=r&&r.headers?r.headers:{};return c.headers={...p,...d,...o.headers},{url:h(i),options:c}},listWorkspaces:async(t,e={})=>{let a="/v1/admin/workspaces",o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"GET",...n,...e},r={},c={};t!==void 0&&(c.nextToken=t),x(o,c);let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},{url:h(o),options:i}},patchState:async(t,e,a,o,n={})=>{A("patchState","type",t),A("patchState","id",e),A("patchState","name",a);let i="/v1/chat/states/{type}/{id}/{name}".replace("{type}",encodeURIComponent(String(t))).replace("{id}",encodeURIComponent(String(e))).replace("{name}",encodeURIComponent(String(a))),r=new URL(i,f),c;s&&(c=s.baseOptions);let p={method:"PATCH",...c,...n},l={},d={};l["Content-Type"]="application/json",x(r,d);let C=c&&c.headers?c.headers:{};return p.headers={...l,...C,...n.headers},p.data=T(o,p,s),{url:h(r),options:p}},removeParticipant:async(t,e,a={})=>{A("removeParticipant","id",t),A("removeParticipant","userId",e);let o="/v1/chat/conversations/{id}/participants/{userId}".replace("{id}",encodeURIComponent(String(t))).replace("{userId}",encodeURIComponent(String(e))),n=new URL(o,f),i;s&&(i=s.baseOptions);let r={method:"DELETE",...i,...a},c={};x(n,{});let l=i&&i.headers?i.headers:{};return r.headers={...c,...l,...a.headers},{url:h(n),options:r}},renameTableColumn:async(t,e,a={})=>{A("renameTableColumn","table",t);let o="/v1/tables/{table}/column".replace("{table}",encodeURIComponent(String(t))),n=new URL(o,f),i;s&&(i=s.baseOptions);let r={method:"PUT",...i,...a},c={},p={};c["Content-Type"]="application/json",x(n,p);let l=i&&i.headers?i.headers:{};return r.headers={...c,...l,...a.headers},r.data=T(e,r,s),{url:h(n),options:r}},runVrl:async(t,e={})=>{let a="/v1/admin/helper/vrl",o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"POST",...n,...e},r={},c={};r["Content-Type"]="application/json",x(o,c);let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},i.data=T(t,i,s),{url:h(o),options:i}},searchFiles:async(t,e,a,o,n,i={})=>{A("searchFiles","botId",t),A("searchFiles","query",e);let r="/v1/files/bot/{botId}/search".replace("{botId}",encodeURIComponent(String(t))),c=new URL(r,f),p;s&&(p=s.baseOptions);let l={method:"GET",...p,...i},d={},C={};a!==void 0&&(C.tags=a),e!==void 0&&(C.query=e),o!==void 0&&(C.contextDepth=o),n!==void 0&&(C.limit=n),x(c,C);let w=p&&p.headers?p.headers:{};return l.headers={...d,...w,...i.headers},{url:h(c),options:l}},setAccountPreference:async(t,e,a={})=>{A("setAccountPreference","key",t);let o="/v1/admin/account/preferences/{key}".replace("{key}",encodeURIComponent(String(t))),n=new URL(o,f),i;s&&(i=s.baseOptions);let r={method:"POST",...i,...a},c={},p={};c["Content-Type"]="application/json",x(n,p);let l=i&&i.headers?i.headers:{};return r.headers={...c,...l,...a.headers},r.data=T(e,r,s),{url:h(n),options:r}},setState:async(t,e,a,o,n={})=>{A("setState","type",t),A("setState","id",e),A("setState","name",a);let i="/v1/chat/states/{type}/{id}/{name}".replace("{type}",encodeURIComponent(String(t))).replace("{id}",encodeURIComponent(String(e))).replace("{name}",encodeURIComponent(String(a))),r=new URL(i,f),c;s&&(c=s.baseOptions);let p={method:"POST",...c,...n},l={},d={};l["Content-Type"]="application/json",x(r,d);let C=c&&c.headers?c.headers:{};return p.headers={...l,...C,...n.headers},p.data=T(o,p,s),{url:h(r),options:p}},setWorkspacePaymentMethod:async(t,e,a={})=>{A("setWorkspacePaymentMethod","id",t);let o="/v1/admin/workspaces/{id}/billing/payment-method".replace("{id}",encodeURIComponent(String(t))),n=new URL(o,f),i;s&&(i=s.baseOptions);let r={method:"PUT",...i,...a},c={},p={};c["Content-Type"]="application/json",x(n,p);let l=i&&i.headers?i.headers:{};return r.headers={...c,...l,...a.headers},r.data=T(e,r,s),{url:h(n),options:r}},trackAnalytics:async(t,e={})=>{let a="/v1/chat/analytics",o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"POST",...n,...e},r={},c={};r["Content-Type"]="application/json",x(o,c);let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},i.data=T(t,i,s),{url:h(o),options:i}},transferBot:async(t,e,a={})=>{A("transferBot","id",t);let o="/v1/admin/bots/{id}/transfer".replace("{id}",encodeURIComponent(String(t))),n=new URL(o,f),i;s&&(i=s.baseOptions);let r={method:"POST",...i,...a},c={},p={};c["Content-Type"]="application/json",x(n,p);let l=i&&i.headers?i.headers:{};return r.headers={...c,...l,...a.headers},r.data=T(e,r,s),{url:h(n),options:r}},updateAccount:async(t,e={})=>{let a="/v1/admin/account/me",o=new URL(a,f),n;s&&(n=s.baseOptions);let i={method:"PUT",...n,...e},r={},c={};r["Content-Type"]="application/json",x(o,c);let p=n&&n.headers?n.headers:{};return i.headers={...r,...p,...e.headers},i.data=T(t,i,s),{url:h(o),options:i}},updateBot:async(t,e,a={})=>{A("updateBot","id",t);let o="/v1/admin/bots/{id}".replace("{id}",encodeURIComponent(String(t))),n=new URL(o,f),i;s&&(i=s.baseOptions);let r={method:"PUT",...i,...a},c={},p={};c["Content-Type"]="application/json",x(n,p);let l=i&&i.headers?i.headers:{};return r.headers={...c,...l,...a.headers},r.data=T(e,r,s),{url:h(n),options:r}},updateConversation:async(t,e,a={})=>{A("updateConversation","id",t);let o="/v1/chat/conversations/{id}".replace("{id}",encodeURIComponent(String(t))),n=new URL(o,f),i;s&&(i=s.baseOptions);let r={method:"PUT",...i,...a},c={},p={};c["Content-Type"]="application/json",x(n,p);let l=i&&i.headers?i.headers:{};return r.headers={...c,...l,...a.headers},r.data=T(e,r,s),{url:h(n),options:r}},updateFileMetadata:async(t,e,a={})=>{A("updateFileMetadata","id",t);let o="/v1/files/{id}/metadata".replace("{id}",encodeURIComponent(String(t))),n=new URL(o,f),i;s&&(i=s.baseOptions);let r={method:"PUT",...i,...a},c={},p={};c["Content-Type"]="application/json",x(n,p);let l=i&&i.headers?i.headers:{};return r.headers={...c,...l,...a.headers},r.data=T(e,r,s),{url:h(n),options:r}},updateIntegration:async(t,e,a={})=>{A("updateIntegration","id",t);let o="/v1/admin/integrations/{id}".replace("{id}",encodeURIComponent(String(t))),n=new URL(o,f),i;s&&(i=s.baseOptions);let r={method:"PUT",...i,...a},c={},p={};c["Content-Type"]="application/json",x(n,p);let l=i&&i.headers?i.headers:{};return r.headers={...c,...l,...a.headers},r.data=T(e,r,s),{url:h(n),options:r}},updateMessage:async(t,e,a={})=>{A("updateMessage","id",t);let o="/v1/chat/messages/{id}".replace("{id}",encodeURIComponent(String(t))),n=new URL(o,f),i;s&&(i=s.baseOptions);let r={method:"PUT",...i,...a},c={},p={};c["Content-Type"]="application/json",x(n,p);let l=i&&i.headers?i.headers:{};return r.headers={...c,...l,...a.headers},r.data=T(e,r,s),{url:h(n),options:r}},updateTable:async(t,e,a={})=>{A("updateTable","table",t);let o="/v1/tables/{table}".replace("{table}",encodeURIComponent(String(t))),n=new URL(o,f),i;s&&(i=s.baseOptions);let r={method:"PUT",...i,...a},c={},p={};c["Content-Type"]="application/json",x(n,p);let l=i&&i.headers?i.headers:{};return r.headers={...c,...l,...a.headers},r.data=T(e,r,s),{url:h(n),options:r}},updateTableRows:async(t,e,a={})=>{A("updateTableRows","table",t);let o="/v1/tables/{table}/rows".replace("{table}",encodeURIComponent(String(t))),n=new URL(o,f),i;s&&(i=s.baseOptions);let r={method:"PUT",...i,...a},c={},p={};c["Content-Type"]="application/json",x(n,p);let l=i&&i.headers?i.headers:{};return r.headers={...c,...l,...a.headers},r.data=T(e,r,s),{url:h(n),options:r}},updateTask:async(t,e,a={})=>{A("updateTask","id",t);let o="/v1/chat/tasks/{id}".replace("{id}",encodeURIComponent(String(t))),n=new URL(o,f),i;s&&(i=s.baseOptions);let r={method:"PUT",...i,...a},c={},p={};c["Content-Type"]="application/json",x(n,p);let l=i&&i.headers?i.headers:{};return r.headers={...c,...l,...a.headers},r.data=T(e,r,s),{url:h(n),options:r}},updateUser:async(t,e,a={})=>{A("updateUser","id",t);let o="/v1/chat/users/{id}".replace("{id}",encodeURIComponent(String(t))),n=new URL(o,f),i;s&&(i=s.baseOptions);let r={method:"PUT",...i,...a},c={},p={};c["Content-Type"]="application/json",x(n,p);let l=i&&i.headers?i.headers:{};return r.headers={...c,...l,...a.headers},r.data=T(e,r,s),{url:h(n),options:r}},updateWorkspace:async(t,e,a={})=>{A("updateWorkspace","id",t);let o="/v1/admin/workspaces/{id}".replace("{id}",encodeURIComponent(String(t))),n=new URL(o,f),i;s&&(i=s.baseOptions);let r={method:"PUT",...i,...a},c={},p={};c["Content-Type"]="application/json",x(n,p);let l=i&&i.headers?i.headers:{};return r.headers={...c,...l,...a.headers},r.data=T(e,r,s),{url:h(n),options:r}},updateWorkspaceMember:async(t,e,a={})=>{A("updateWorkspaceMember","id",t);let o="/v1/admin/workspace-members/{id}".replace("{id}",encodeURIComponent(String(t))),n=new URL(o,f),i;s&&(i=s.baseOptions);let r={method:"PUT",...i,...a},c={},p={};c["Content-Type"]="application/json",x(n,p);let l=i&&i.headers?i.headers:{};return r.headers={...c,...l,...a.headers},r.data=T(e,r,s),{url:h(n),options:r}},upsertTableRows:async(t,e,a={})=>{A("upsertTableRows","table",t);let o="/v1/tables/{table}/rows/upsert".replace("{table}",encodeURIComponent(String(t))),n=new URL(o,f),i;s&&(i=s.baseOptions);let r={method:"POST",...i,...a},c={},p={};c["Content-Type"]="application/json",x(n,p);let l=i&&i.headers?i.headers:{};return r.headers={...c,...l,...a.headers},r.data=T(e,r,s),{url:h(n),options:r}}}},b=function(s){let t=wc(s);return{async addParticipant(e,a,o){let n=await t.addParticipant(e,a,o);return y(n,m,g,s)},async breakDownWorkspaceUsageByBot(e,a,o,n){let i=await t.breakDownWorkspaceUsageByBot(e,a,o,n);return y(i,m,g,s)},async callAction(e,a){let o=await t.callAction(e,a);return y(o,m,g,s)},async changeAISpendQuota(e,a){let o=await t.changeAISpendQuota(e,a);return y(o,m,g,s)},async chargeWorkspaceUnpaidInvoices(e,a,o){let n=await t.chargeWorkspaceUnpaidInvoices(e,a,o);return y(n,m,g,s)},async checkHandleAvailability(e,a){let o=await t.checkHandleAvailability(e,a);return y(o,m,g,s)},async configureIntegration(e,a){let o=await t.configureIntegration(e,a);return y(o,m,g,s)},async createBot(e,a){let o=await t.createBot(e,a);return y(o,m,g,s)},async createConversation(e,a){let o=await t.createConversation(e,a);return y(o,m,g,s)},async createEvent(e,a){let o=await t.createEvent(e,a);return y(o,m,g,s)},async createFile(e,a){let o=await t.createFile(e,a);return y(o,m,g,s)},async createIntegration(e,a){let o=await t.createIntegration(e,a);return y(o,m,g,s)},async createIntegrationApiKey(e,a){let o=await t.createIntegrationApiKey(e,a);return y(o,m,g,s)},async createMessage(e,a){let o=await t.createMessage(e,a);return y(o,m,g,s)},async createPersonalAccessToken(e,a){let o=await t.createPersonalAccessToken(e,a);return y(o,m,g,s)},async createTable(e,a){let o=await t.createTable(e,a);return y(o,m,g,s)},async createTableRows(e,a,o){let n=await t.createTableRows(e,a,o);return y(n,m,g,s)},async createTask(e,a){let o=await t.createTask(e,a);return y(o,m,g,s)},async createUser(e,a){let o=await t.createUser(e,a);return y(o,m,g,s)},async createWorkspace(e,a){let o=await t.createWorkspace(e,a);return y(o,m,g,s)},async createWorkspaceMember(e,a){let o=await t.createWorkspaceMember(e,a);return y(o,m,g,s)},async deleteBot(e,a){let o=await t.deleteBot(e,a);return y(o,m,g,s)},async deleteBotIssue(e,a,o){let n=await t.deleteBotIssue(e,a,o);return y(n,m,g,s)},async deleteConversation(e,a){let o=await t.deleteConversation(e,a);return y(o,m,g,s)},async deleteFile(e,a){let o=await t.deleteFile(e,a);return y(o,m,g,s)},async deleteIntegration(e,a){let o=await t.deleteIntegration(e,a);return y(o,m,g,s)},async deleteIntegrationApiKey(e,a){let o=await t.deleteIntegrationApiKey(e,a);return y(o,m,g,s)},async deleteMessage(e,a){let o=await t.deleteMessage(e,a);return y(o,m,g,s)},async deletePersonalAccessToken(e,a){let o=await t.deletePersonalAccessToken(e,a);return y(o,m,g,s)},async deleteTable(e,a){let o=await t.deleteTable(e,a);return y(o,m,g,s)},async deleteTableRows(e,a,o){let n=await t.deleteTableRows(e,a,o);return y(n,m,g,s)},async deleteTask(e,a){let o=await t.deleteTask(e,a);return y(o,m,g,s)},async deleteUser(e,a){let o=await t.deleteUser(e,a);return y(o,m,g,s)},async deleteWorkspace(e,a){let o=await t.deleteWorkspace(e,a);return y(o,m,g,s)},async deleteWorkspaceMember(e,a){let o=await t.deleteWorkspaceMember(e,a);return y(o,m,g,s)},async duplicateTable(e,a,o){let n=await t.duplicateTable(e,a,o);return y(n,m,g,s)},async findTableRows(e,a,o){let n=await t.findTableRows(e,a,o);return y(n,m,g,s)},async getAccount(e){let a=await t.getAccount(e);return y(a,m,g,s)},async getAccountPreference(e,a){let o=await t.getAccountPreference(e,a);return y(o,m,g,s)},async getAllWorkspaceQuotaCompletion(e){let a=await t.getAllWorkspaceQuotaCompletion(e);return y(a,m,g,s)},async getAuditRecords(e,a,o){let n=await t.getAuditRecords(e,a,o);return y(n,m,g,s)},async getBot(e,a){let o=await t.getBot(e,a);return y(o,m,g,s)},async getBotAnalytics(e,a,o,n){let i=await t.getBotAnalytics(e,a,o,n);return y(i,m,g,s)},async getBotLogs(e,a,o,n,i){let r=await t.getBotLogs(e,a,o,n,i);return y(r,m,g,s)},async getBotWebchat(e,a,o){let n=await t.getBotWebchat(e,a,o);return y(n,m,g,s)},async getConversation(e,a){let o=await t.getConversation(e,a);return y(o,m,g,s)},async getEvent(e,a){let o=await t.getEvent(e,a);return y(o,m,g,s)},async getFileContent(e,a){let o=await t.getFileContent(e,a);return y(o,m,g,s)},async getFileMetadata(e,a){let o=await t.getFileMetadata(e,a);return y(o,m,g,s)},async getIntegration(e,a){let o=await t.getIntegration(e,a);return y(o,m,g,s)},async getIntegrationByName(e,a,o){let n=await t.getIntegrationByName(e,a,o);return y(n,m,g,s)},async getIntegrationLogs(e,a,o,n,i){let r=await t.getIntegrationLogs(e,a,o,n,i);return y(r,m,g,s)},async getMessage(e,a){let o=await t.getMessage(e,a);return y(o,m,g,s)},async getOrCreateConversation(e,a){let o=await t.getOrCreateConversation(e,a);return y(o,m,g,s)},async getOrCreateMessage(e,a){let o=await t.getOrCreateMessage(e,a);return y(o,m,g,s)},async getOrCreateTable(e,a,o){let n=await t.getOrCreateTable(e,a,o);return y(n,m,g,s)},async getOrCreateUser(e,a){let o=await t.getOrCreateUser(e,a);return y(o,m,g,s)},async getOrSetState(e,a,o,n,i){let r=await t.getOrSetState(e,a,o,n,i);return y(r,m,g,s)},async getParticipant(e,a,o){let n=await t.getParticipant(e,a,o);return y(n,m,g,s)},async getPublicIntegration(e,a,o){let n=await t.getPublicIntegration(e,a,o);return y(n,m,g,s)},async getPublicIntegrationById(e,a){let o=await t.getPublicIntegrationById(e,a);return y(o,m,g,s)},async getPublicWorkspace(e,a){let o=await t.getPublicWorkspace(e,a);return y(o,m,g,s)},async getState(e,a,o,n){let i=await t.getState(e,a,o,n);return y(i,m,g,s)},async getTable(e,a){let o=await t.getTable(e,a);return y(o,m,g,s)},async getTableRow(e,a,o){let n=await t.getTableRow(e,a,o);return y(n,m,g,s)},async getTask(e,a){let o=await t.getTask(e,a);return y(o,m,g,s)},async getUpcomingInvoice(e,a){let o=await t.getUpcomingInvoice(e,a);return y(o,m,g,s)},async getUsage(e,a,o,n){let i=await t.getUsage(e,a,o,n);return y(i,m,g,s)},async getUser(e,a){let o=await t.getUser(e,a);return y(o,m,g,s)},async getWorkspace(e,a){let o=await t.getWorkspace(e,a);return y(o,m,g,s)},async getWorkspaceQuota(e,a,o,n){let i=await t.getWorkspaceQuota(e,a,o,n);return y(i,m,g,s)},async introspect(e,a){let o=await t.introspect(e,a);return y(o,m,g,s)},async listActivities(e,a,o,n){let i=await t.listActivities(e,a,o,n);return y(i,m,g,s)},async listBotIssueEvents(e,a,o){let n=await t.listBotIssueEvents(e,a,o);return y(n,m,g,s)},async listBotIssues(e,a,o){let n=await t.listBotIssues(e,a,o);return y(n,m,g,s)},async listBots(e,a,o){let n=await t.listBots(e,a,o);return y(n,m,g,s)},async listConversations(e,a,o,n){let i=await t.listConversations(e,a,o,n);return y(i,m,g,s)},async listEvents(e,a,o,n,i,r,c){let p=await t.listEvents(e,a,o,n,i,r,c);return y(p,m,g,s)},async listFiles(e,a,o,n){let i=await t.listFiles(e,a,o,n);return y(i,m,g,s)},async listIntegrationApiKeys(e,a){let o=await t.listIntegrationApiKeys(e,a);return y(o,m,g,s)},async listIntegrations(e,a,o,n,i){let r=await t.listIntegrations(e,a,o,n,i);return y(r,m,g,s)},async listMessages(e,a,o,n){let i=await t.listMessages(e,a,o,n);return y(i,m,g,s)},async listParticipants(e,a,o){let n=await t.listParticipants(e,a,o);return y(n,m,g,s)},async listPersonalAccessTokens(e){let a=await t.listPersonalAccessTokens(e);return y(a,m,g,s)},async listPublicIntegrations(e,a,o,n){let i=await t.listPublicIntegrations(e,a,o,n);return y(i,m,g,s)},async listTables(e,a){let o=await t.listTables(e,a);return y(o,m,g,s)},async listTasks(e,a,o,n,i,r,c,p){let l=await t.listTasks(e,a,o,n,i,r,c,p);return y(l,m,g,s)},async listUsageHistory(e,a,o){let n=await t.listUsageHistory(e,a,o);return y(n,m,g,s)},async listUsers(e,a,o,n){let i=await t.listUsers(e,a,o,n);return y(i,m,g,s)},async listWorkspaceInvoices(e,a){let o=await t.listWorkspaceInvoices(e,a);return y(o,m,g,s)},async listWorkspaceMembers(e,a){let o=await t.listWorkspaceMembers(e,a);return y(o,m,g,s)},async listWorkspaceQuotas(e,a,o){let n=await t.listWorkspaceQuotas(e,a,o);return y(n,m,g,s)},async listWorkspaceUsages(e,a,o,n){let i=await t.listWorkspaceUsages(e,a,o,n);return y(i,m,g,s)},async listWorkspaces(e,a){let o=await t.listWorkspaces(e,a);return y(o,m,g,s)},async patchState(e,a,o,n,i){let r=await t.patchState(e,a,o,n,i);return y(r,m,g,s)},async removeParticipant(e,a,o){let n=await t.removeParticipant(e,a,o);return y(n,m,g,s)},async renameTableColumn(e,a,o){let n=await t.renameTableColumn(e,a,o);return y(n,m,g,s)},async runVrl(e,a){let o=await t.runVrl(e,a);return y(o,m,g,s)},async searchFiles(e,a,o,n,i,r){let c=await t.searchFiles(e,a,o,n,i,r);return y(c,m,g,s)},async setAccountPreference(e,a,o){let n=await t.setAccountPreference(e,a,o);return y(n,m,g,s)},async setState(e,a,o,n,i){let r=await t.setState(e,a,o,n,i);return y(r,m,g,s)},async setWorkspacePaymentMethod(e,a,o){let n=await t.setWorkspacePaymentMethod(e,a,o);return y(n,m,g,s)},async trackAnalytics(e,a){let o=await t.trackAnalytics(e,a);return y(o,m,g,s)},async transferBot(e,a,o){let n=await t.transferBot(e,a,o);return y(n,m,g,s)},async updateAccount(e,a){let o=await t.updateAccount(e,a);return y(o,m,g,s)},async updateBot(e,a,o){let n=await t.updateBot(e,a,o);return y(n,m,g,s)},async updateConversation(e,a,o){let n=await t.updateConversation(e,a,o);return y(n,m,g,s)},async updateFileMetadata(e,a,o){let n=await t.updateFileMetadata(e,a,o);return y(n,m,g,s)},async updateIntegration(e,a,o){let n=await t.updateIntegration(e,a,o);return y(n,m,g,s)},async updateMessage(e,a,o){let n=await t.updateMessage(e,a,o);return y(n,m,g,s)},async updateTable(e,a,o){let n=await t.updateTable(e,a,o);return y(n,m,g,s)},async updateTableRows(e,a,o){let n=await t.updateTableRows(e,a,o);return y(n,m,g,s)},async updateTask(e,a,o){let n=await t.updateTask(e,a,o);return y(n,m,g,s)},async updateUser(e,a,o){let n=await t.updateUser(e,a,o);return y(n,m,g,s)},async updateWorkspace(e,a,o){let n=await t.updateWorkspace(e,a,o);return y(n,m,g,s)},async updateWorkspaceMember(e,a,o){let n=await t.updateWorkspaceMember(e,a,o);return y(n,m,g,s)},async upsertTableRows(e,a,o){let n=await t.upsertTableRows(e,a,o);return y(n,m,g,s)}}};var Ct=class extends Rt{addParticipant(t,e){return b(this.configuration).addParticipant(t.id,t.addParticipantBody,e).then(a=>a(this.axios,this.basePath))}breakDownWorkspaceUsageByBot(t,e){return b(this.configuration).breakDownWorkspaceUsageByBot(t.id,t.type,t.period,e).then(a=>a(this.axios,this.basePath))}callAction(t={},e){return b(this.configuration).callAction(t.callActionBody,e).then(a=>a(this.axios,this.basePath))}changeAISpendQuota(t={},e){return b(this.configuration).changeAISpendQuota(t.changeAISpendQuotaBody,e).then(a=>a(this.axios,this.basePath))}chargeWorkspaceUnpaidInvoices(t,e){return b(this.configuration).chargeWorkspaceUnpaidInvoices(t.id,t.chargeWorkspaceUnpaidInvoicesBody,e).then(a=>a(this.axios,this.basePath))}checkHandleAvailability(t={},e){return b(this.configuration).checkHandleAvailability(t.checkHandleAvailabilityBody,e).then(a=>a(this.axios,this.basePath))}configureIntegration(t={},e){return b(this.configuration).configureIntegration(t.configureIntegrationBody,e).then(a=>a(this.axios,this.basePath))}createBot(t={},e){return b(this.configuration).createBot(t.createBotBody,e).then(a=>a(this.axios,this.basePath))}createConversation(t={},e){return b(this.configuration).createConversation(t.createConversationBody,e).then(a=>a(this.axios,this.basePath))}createEvent(t={},e){return b(this.configuration).createEvent(t.createEventBody,e).then(a=>a(this.axios,this.basePath))}createFile(t={},e){return b(this.configuration).createFile(t.createFileBody,e).then(a=>a(this.axios,this.basePath))}createIntegration(t={},e){return b(this.configuration).createIntegration(t.createIntegrationBody,e).then(a=>a(this.axios,this.basePath))}createIntegrationApiKey(t={},e){return b(this.configuration).createIntegrationApiKey(t.createIntegrationApiKeyBody,e).then(a=>a(this.axios,this.basePath))}createMessage(t={},e){return b(this.configuration).createMessage(t.createMessageBody,e).then(a=>a(this.axios,this.basePath))}createPersonalAccessToken(t={},e){return b(this.configuration).createPersonalAccessToken(t.createPersonalAccessTokenBody,e).then(a=>a(this.axios,this.basePath))}createTable(t={},e){return b(this.configuration).createTable(t.createTableBody,e).then(a=>a(this.axios,this.basePath))}createTableRows(t,e){return b(this.configuration).createTableRows(t.table,t.createTableRowsBody,e).then(a=>a(this.axios,this.basePath))}createTask(t={},e){return b(this.configuration).createTask(t.createTaskBody,e).then(a=>a(this.axios,this.basePath))}createUser(t={},e){return b(this.configuration).createUser(t.createUserBody,e).then(a=>a(this.axios,this.basePath))}createWorkspace(t={},e){return b(this.configuration).createWorkspace(t.createWorkspaceBody,e).then(a=>a(this.axios,this.basePath))}createWorkspaceMember(t={},e){return b(this.configuration).createWorkspaceMember(t.createWorkspaceMemberBody,e).then(a=>a(this.axios,this.basePath))}deleteBot(t,e){return b(this.configuration).deleteBot(t.id,e).then(a=>a(this.axios,this.basePath))}deleteBotIssue(t,e){return b(this.configuration).deleteBotIssue(t.id,t.issueId,e).then(a=>a(this.axios,this.basePath))}deleteConversation(t,e){return b(this.configuration).deleteConversation(t.id,e).then(a=>a(this.axios,this.basePath))}deleteFile(t,e){return b(this.configuration).deleteFile(t.id,e).then(a=>a(this.axios,this.basePath))}deleteIntegration(t,e){return b(this.configuration).deleteIntegration(t.id,e).then(a=>a(this.axios,this.basePath))}deleteIntegrationApiKey(t,e){return b(this.configuration).deleteIntegrationApiKey(t.id,e).then(a=>a(this.axios,this.basePath))}deleteMessage(t,e){return b(this.configuration).deleteMessage(t.id,e).then(a=>a(this.axios,this.basePath))}deletePersonalAccessToken(t,e){return b(this.configuration).deletePersonalAccessToken(t.id,e).then(a=>a(this.axios,this.basePath))}deleteTable(t,e){return b(this.configuration).deleteTable(t.table,e).then(a=>a(this.axios,this.basePath))}deleteTableRows(t,e){return b(this.configuration).deleteTableRows(t.table,t.deleteTableRowsBody,e).then(a=>a(this.axios,this.basePath))}deleteTask(t,e){return b(this.configuration).deleteTask(t.id,e).then(a=>a(this.axios,this.basePath))}deleteUser(t,e){return b(this.configuration).deleteUser(t.id,e).then(a=>a(this.axios,this.basePath))}deleteWorkspace(t,e){return b(this.configuration).deleteWorkspace(t.id,e).then(a=>a(this.axios,this.basePath))}deleteWorkspaceMember(t,e){return b(this.configuration).deleteWorkspaceMember(t.id,e).then(a=>a(this.axios,this.basePath))}duplicateTable(t,e){return b(this.configuration).duplicateTable(t.sourceTableId,t.duplicateTableBody,e).then(a=>a(this.axios,this.basePath))}findTableRows(t,e){return b(this.configuration).findTableRows(t.table,t.findTableRowsBody,e).then(a=>a(this.axios,this.basePath))}getAccount(t){return b(this.configuration).getAccount(t).then(e=>e(this.axios,this.basePath))}getAccountPreference(t,e){return b(this.configuration).getAccountPreference(t.key,e).then(a=>a(this.axios,this.basePath))}getAllWorkspaceQuotaCompletion(t){return b(this.configuration).getAllWorkspaceQuotaCompletion(t).then(e=>e(this.axios,this.basePath))}getAuditRecords(t,e){return b(this.configuration).getAuditRecords(t.id,t.nextToken,e).then(a=>a(this.axios,this.basePath))}getBot(t,e){return b(this.configuration).getBot(t.id,e).then(a=>a(this.axios,this.basePath))}getBotAnalytics(t,e){return b(this.configuration).getBotAnalytics(t.id,t.startDate,t.endDate,e).then(a=>a(this.axios,this.basePath))}getBotLogs(t,e){return b(this.configuration).getBotLogs(t.id,t.timeStart,t.timeEnd,t.nextToken,e).then(a=>a(this.axios,this.basePath))}getBotWebchat(t,e){return b(this.configuration).getBotWebchat(t.id,t.type,e).then(a=>a(this.axios,this.basePath))}getConversation(t,e){return b(this.configuration).getConversation(t.id,e).then(a=>a(this.axios,this.basePath))}getEvent(t,e){return b(this.configuration).getEvent(t.id,e).then(a=>a(this.axios,this.basePath))}getFileContent(t,e){return b(this.configuration).getFileContent(t.id,e).then(a=>a(this.axios,this.basePath))}getFileMetadata(t,e){return b(this.configuration).getFileMetadata(t.id,e).then(a=>a(this.axios,this.basePath))}getIntegration(t,e){return b(this.configuration).getIntegration(t.id,e).then(a=>a(this.axios,this.basePath))}getIntegrationByName(t,e){return b(this.configuration).getIntegrationByName(t.name,t.version,e).then(a=>a(this.axios,this.basePath))}getIntegrationLogs(t,e){return b(this.configuration).getIntegrationLogs(t.id,t.timeStart,t.timeEnd,t.nextToken,e).then(a=>a(this.axios,this.basePath))}getMessage(t,e){return b(this.configuration).getMessage(t.id,e).then(a=>a(this.axios,this.basePath))}getOrCreateConversation(t={},e){return b(this.configuration).getOrCreateConversation(t.getOrCreateConversationBody,e).then(a=>a(this.axios,this.basePath))}getOrCreateMessage(t={},e){return b(this.configuration).getOrCreateMessage(t.getOrCreateMessageBody,e).then(a=>a(this.axios,this.basePath))}getOrCreateTable(t,e){return b(this.configuration).getOrCreateTable(t.table,t.getOrCreateTableBody,e).then(a=>a(this.axios,this.basePath))}getOrCreateUser(t={},e){return b(this.configuration).getOrCreateUser(t.getOrCreateUserBody,e).then(a=>a(this.axios,this.basePath))}getOrSetState(t,e){return b(this.configuration).getOrSetState(t.type,t.id,t.name,t.getOrSetStateBody,e).then(a=>a(this.axios,this.basePath))}getParticipant(t,e){return b(this.configuration).getParticipant(t.id,t.userId,e).then(a=>a(this.axios,this.basePath))}getPublicIntegration(t,e){return b(this.configuration).getPublicIntegration(t.name,t.version,e).then(a=>a(this.axios,this.basePath))}getPublicIntegrationById(t,e){return b(this.configuration).getPublicIntegrationById(t.id,e).then(a=>a(this.axios,this.basePath))}getPublicWorkspace(t,e){return b(this.configuration).getPublicWorkspace(t.id,e).then(a=>a(this.axios,this.basePath))}getState(t,e){return b(this.configuration).getState(t.type,t.id,t.name,e).then(a=>a(this.axios,this.basePath))}getTable(t,e){return b(this.configuration).getTable(t.table,e).then(a=>a(this.axios,this.basePath))}getTableRow(t,e){return b(this.configuration).getTableRow(t.table,t.id,e).then(a=>a(this.axios,this.basePath))}getTask(t,e){return b(this.configuration).getTask(t.id,e).then(a=>a(this.axios,this.basePath))}getUpcomingInvoice(t,e){return b(this.configuration).getUpcomingInvoice(t.id,e).then(a=>a(this.axios,this.basePath))}getUsage(t,e){return b(this.configuration).getUsage(t.type,t.id,t.period,e).then(a=>a(this.axios,this.basePath))}getUser(t,e){return b(this.configuration).getUser(t.id,e).then(a=>a(this.axios,this.basePath))}getWorkspace(t,e){return b(this.configuration).getWorkspace(t.id,e).then(a=>a(this.axios,this.basePath))}getWorkspaceQuota(t,e){return b(this.configuration).getWorkspaceQuota(t.id,t.type,t.period,e).then(a=>a(this.axios,this.basePath))}introspect(t={},e){return b(this.configuration).introspect(t.introspectBody,e).then(a=>a(this.axios,this.basePath))}listActivities(t,e){return b(this.configuration).listActivities(t.taskId,t.botId,t.nextToken,e).then(a=>a(this.axios,this.basePath))}listBotIssueEvents(t,e){return b(this.configuration).listBotIssueEvents(t.id,t.issueId,e).then(a=>a(this.axios,this.basePath))}listBotIssues(t,e){return b(this.configuration).listBotIssues(t.id,t.nextToken,e).then(a=>a(this.axios,this.basePath))}listBots(t={},e){return b(this.configuration).listBots(t.dev,t.nextToken,e).then(a=>a(this.axios,this.basePath))}listConversations(t={},e){return b(this.configuration).listConversations(t.nextToken,t.tags,t.participantIds,e).then(a=>a(this.axios,this.basePath))}listEvents(t={},e){return b(this.configuration).listEvents(t.nextToken,t.type,t.conversationId,t.userId,t.messageId,t.status,e).then(a=>a(this.axios,this.basePath))}listFiles(t,e){return b(this.configuration).listFiles(t.botId,t.nextToken,t.tags,e).then(a=>a(this.axios,this.basePath))}listIntegrationApiKeys(t,e){return b(this.configuration).listIntegrationApiKeys(t.integrationId,e).then(a=>a(this.axios,this.basePath))}listIntegrations(t={},e){return b(this.configuration).listIntegrations(t.nextToken,t.name,t.version,t.dev,e).then(a=>a(this.axios,this.basePath))}listMessages(t={},e){return b(this.configuration).listMessages(t.nextToken,t.conversationId,t.tags,e).then(a=>a(this.axios,this.basePath))}listParticipants(t,e){return b(this.configuration).listParticipants(t.id,t.nextToken,e).then(a=>a(this.axios,this.basePath))}listPersonalAccessTokens(t){return b(this.configuration).listPersonalAccessTokens(t).then(e=>e(this.axios,this.basePath))}listPublicIntegrations(t={},e){return b(this.configuration).listPublicIntegrations(t.nextToken,t.name,t.version,e).then(a=>a(this.axios,this.basePath))}listTables(t={},e){return b(this.configuration).listTables(t.tags,e).then(a=>a(this.axios,this.basePath))}listTasks(t={},e){return b(this.configuration).listTasks(t.nextToken,t.tags,t.conversationId,t.userId,t.parentTaskId,t.status,t.type,e).then(a=>a(this.axios,this.basePath))}listUsageHistory(t,e){return b(this.configuration).listUsageHistory(t.type,t.id,e).then(a=>a(this.axios,this.basePath))}listUsers(t={},e){return b(this.configuration).listUsers(t.nextToken,t.conversationId,t.tags,e).then(a=>a(this.axios,this.basePath))}listWorkspaceInvoices(t,e){return b(this.configuration).listWorkspaceInvoices(t.id,e).then(a=>a(this.axios,this.basePath))}listWorkspaceMembers(t={},e){return b(this.configuration).listWorkspaceMembers(t.nextToken,e).then(a=>a(this.axios,this.basePath))}listWorkspaceQuotas(t,e){return b(this.configuration).listWorkspaceQuotas(t.id,t.period,e).then(a=>a(this.axios,this.basePath))}listWorkspaceUsages(t,e){return b(this.configuration).listWorkspaceUsages(t.id,t.type,t.period,e).then(a=>a(this.axios,this.basePath))}listWorkspaces(t={},e){return b(this.configuration).listWorkspaces(t.nextToken,e).then(a=>a(this.axios,this.basePath))}patchState(t,e){return b(this.configuration).patchState(t.type,t.id,t.name,t.patchStateBody,e).then(a=>a(this.axios,this.basePath))}removeParticipant(t,e){return b(this.configuration).removeParticipant(t.id,t.userId,e).then(a=>a(this.axios,this.basePath))}renameTableColumn(t,e){return b(this.configuration).renameTableColumn(t.table,t.renameTableColumnBody,e).then(a=>a(this.axios,this.basePath))}runVrl(t={},e){return b(this.configuration).runVrl(t.runVrlBody,e).then(a=>a(this.axios,this.basePath))}searchFiles(t,e){return b(this.configuration).searchFiles(t.botId,t.query,t.tags,t.contextDepth,t.limit,e).then(a=>a(this.axios,this.basePath))}setAccountPreference(t,e){return b(this.configuration).setAccountPreference(t.key,t.setAccountPreferenceBody,e).then(a=>a(this.axios,this.basePath))}setState(t,e){return b(this.configuration).setState(t.type,t.id,t.name,t.setStateBody,e).then(a=>a(this.axios,this.basePath))}setWorkspacePaymentMethod(t,e){return b(this.configuration).setWorkspacePaymentMethod(t.id,t.setWorkspacePaymentMethodBody,e).then(a=>a(this.axios,this.basePath))}trackAnalytics(t={},e){return b(this.configuration).trackAnalytics(t.trackAnalyticsBody,e).then(a=>a(this.axios,this.basePath))}transferBot(t,e){return b(this.configuration).transferBot(t.id,t.transferBotBody,e).then(a=>a(this.axios,this.basePath))}updateAccount(t={},e){return b(this.configuration).updateAccount(t.updateAccountBody,e).then(a=>a(this.axios,this.basePath))}updateBot(t,e){return b(this.configuration).updateBot(t.id,t.updateBotBody,e).then(a=>a(this.axios,this.basePath))}updateConversation(t,e){return b(this.configuration).updateConversation(t.id,t.updateConversationBody,e).then(a=>a(this.axios,this.basePath))}updateFileMetadata(t,e){return b(this.configuration).updateFileMetadata(t.id,t.updateFileMetadataBody,e).then(a=>a(this.axios,this.basePath))}updateIntegration(t,e){return b(this.configuration).updateIntegration(t.id,t.updateIntegrationBody,e).then(a=>a(this.axios,this.basePath))}updateMessage(t,e){return b(this.configuration).updateMessage(t.id,t.updateMessageBody,e).then(a=>a(this.axios,this.basePath))}updateTable(t,e){return b(this.configuration).updateTable(t.table,t.updateTableBody,e).then(a=>a(this.axios,this.basePath))}updateTableRows(t,e){return b(this.configuration).updateTableRows(t.table,t.updateTableRowsBody,e).then(a=>a(this.axios,this.basePath))}updateTask(t,e){return b(this.configuration).updateTask(t.id,t.updateTaskBody,e).then(a=>a(this.axios,this.basePath))}updateUser(t,e){return b(this.configuration).updateUser(t.id,t.updateUserBody,e).then(a=>a(this.axios,this.basePath))}updateWorkspace(t,e){return b(this.configuration).updateWorkspace(t.id,t.updateWorkspaceBody,e).then(a=>a(this.axios,this.basePath))}updateWorkspaceMember(t,e){return b(this.configuration).updateWorkspaceMember(t.id,t.updateWorkspaceMemberBody,e).then(a=>a(this.axios,this.basePath))}upsertTableRows(t,e){return b(this.configuration).upsertTableRows(t.table,t.upsertTableRowsBody,e).then(a=>a(this.axios,this.basePath))}};var oo=j(require("crypto"));var Ic={getRandomValues:s=>new Uint8Array(s.map(()=>Math.floor(Math.random()*256)))},Ns=typeof window<"u"&&typeof window.document<"u"?window.crypto:oo.default;Ns.getRandomValues||(Ns=Ic);var S=class extends Error{constructor(e,a,o,n,i,r){super(n);this.code=e;this.description=a;this.type=o;this.message=n;this.error=i;this.id=r;this.id||(this.id=S.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 e=this.getPrefix(),a=new Date().toISOString().replace(/[\-:TZ]/g,"").split(".")[0],o=4,n=Array.from(Ns.getRandomValues(new Uint8Array(o))).map(i=>i.toString(16).padStart(2,"0")).join("").toUpperCase();return`${e}_${a}x${n}`}static getPrefix(){return typeof window<"u"&&typeof window.document<"u"?"err_bwsr":"err"}},Bc=s=>typeof s=="object"&&!Array.isArray(s)&&s!==null,Hs=s=>s instanceof S||Bc(s)&&s.isApiError===!0,ge=class extends S{constructor(t,e,a){super(500,"An unknown error occurred","Unknown",t,e,a)}},Pt=class extends S{constructor(t,e,a){super(500,"An internal error occurred","Internal",t,e,a)}},kt=class extends S{constructor(t,e,a){super(401,"The request requires to be authenticated.","Unauthorized",t,e,a)}},Tt=class extends S{constructor(t,e,a){super(403,"The requested action can't be peform by this resource.","Forbidden",t,e,a)}},wt=class extends S{constructor(t,e,a){super(413,"The request payload is too large.","PayloadTooLarge",t,e,a)}},It=class extends S{constructor(t,e,a){super(400,"The request payload is invalid.","InvalidPayload",t,e,a)}},Bt=class extends S{constructor(t,e,a){super(415,"The request is invalid because the content-type is not supported.","UnsupportedMediaType",t,e,a)}},qt=class extends S{constructor(t,e,a){super(405,"The requested method does not exist.","MethodNotFound",t,e,a)}},Ut=class extends S{constructor(t,e,a){super(404,"The requested resource does not exist.","ResourceNotFound",t,e,a)}},Et=class extends S{constructor(t,e,a){super(400,"The provided JSON schema is invalid.","InvalidJsonSchema",t,e,a)}},Ot=class extends S{constructor(t,e,a){super(400,"The provided data doesn't respect the provided JSON schema.","InvalidDataFormat",t,e,a)}},St=class extends S{constructor(t,e,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,e,a)}},Dt=class extends S{constructor(t,e,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,e,a)}},Vt=class extends S{constructor(t,e,a){super(409,"The resource cannot be deleted because it's referenced by another resource","ReferenceConstraint",t,e,a)}},Lt=class extends S{constructor(t,e,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,e,a)}},_t=class extends S{constructor(t,e,a){super(400,"The provided query is invalid. This is usually caused when providing an invalid parameter for querying a resource.","InvalidQuery",t,e,a)}},Ft=class extends S{constructor(t,e,a){super(400,"An error happened during the execution of a runtime (bot or integration).","Runtime",t,e,a)}},Mt=class extends S{constructor(t,e,a){super(409,"The record attempted to be created already exists.","AlreadyExists",t,e,a)}},Wt=class extends S{constructor(t,e,a){super(429,"The request has been rate limited.","RateLimited",t,e,a)}},Gt=class extends S{constructor(t,e,a){super(402,"A payment is required to perform this request.","PaymentRequired",t,e,a)}},jt=class extends S{constructor(t,e,a){super(403,"The request exceeds the allowed quota. Quotas are a soft limit that can be increased.","QuotaExceeded",t,e,a)}},Nt=class extends S{constructor(t,e,a){super(413,"The request exceeds the allowed limit. Limits are a hard limit that cannot be increased.","LimitExceeded",t,e,a)}},Ht=class extends S{constructor(t,e,a){super(400,"Request payload contains breaking changes which is not allowed for this resource without a version increment.","BreakingChanges",t,e,a)}},qc={Unknown:ge,Internal:Pt,Unauthorized:kt,Forbidden:Tt,PayloadTooLarge:wt,InvalidPayload:It,UnsupportedMediaType:Bt,MethodNotFound:qt,ResourceNotFound:Ut,InvalidJsonSchema:Et,InvalidDataFormat:Ot,InvalidIdentifier:St,RelationConflict:Dt,ReferenceConstraint:Vt,ReferenceNotFound:Lt,InvalidQuery:_t,Runtime:Ft,AlreadyExists:Mt,RateLimited:Wt,PaymentRequired:Gt,QuotaExceeded:jt,LimitExceeded:Nt,BreakingChanges:Ht},Qt=s=>Hs(s)?s:s instanceof Error?new ge(s.message,s):typeof s=="string"?new ge(s):Uc(s);function Uc(s){if(typeof s=="object"&&"code"in s&&"type"in s&&"id"in s&&"message"in s&&typeof s.type=="string"&&typeof s.message=="string"){let t=qc[s.type];return t?new t(s.message,void 0,s.id||"UNKNOWN"):new ge(`An unclassified API error occurred: ${s.message} (Type: ${s.type}, Code: ${s.code})`)}return new ge("An invalid error occurred: "+JSON.stringify(s))}var zt=class{_innerClient;constructor(t,e,a){this._innerClient=new Ct(t,e,a)}createConversation=t=>this._innerClient.createConversation({createConversationBody:t}).then(e=>e.data).catch(e=>{throw v(e)});getConversation=t=>this._innerClient.getConversation(t).then(e=>e.data).catch(e=>{throw v(e)});listConversations=t=>this._innerClient.listConversations(t).then(e=>e.data).catch(e=>{throw v(e)});getOrCreateConversation=t=>this._innerClient.getOrCreateConversation({getOrCreateConversationBody:t}).then(e=>e.data).catch(e=>{throw v(e)});updateConversation=({id:t,...e})=>this._innerClient.updateConversation({id:t,updateConversationBody:e}).then(a=>a.data).catch(a=>{throw v(a)});deleteConversation=t=>this._innerClient.deleteConversation(t).then(e=>e.data).catch(e=>{throw v(e)});listParticipants=t=>this._innerClient.listParticipants(t).then(e=>e.data).catch(e=>{throw v(e)});addParticipant=({id:t,...e})=>this._innerClient.addParticipant({id:t,addParticipantBody:e}).then(a=>a.data).catch(a=>{throw v(a)});getParticipant=t=>this._innerClient.getParticipant(t).then(e=>e.data).catch(e=>{throw v(e)});removeParticipant=t=>this._innerClient.removeParticipant(t).then(e=>e.data).catch(e=>{throw v(e)});createEvent=t=>this._innerClient.createEvent({createEventBody:t}).then(e=>e.data).catch(e=>{throw v(e)});getEvent=t=>this._innerClient.getEvent(t).then(e=>e.data).catch(e=>{throw v(e)});listEvents=t=>this._innerClient.listEvents(t).then(e=>e.data).catch(e=>{throw v(e)});createMessage=t=>this._innerClient.createMessage({createMessageBody:t}).then(e=>e.data).catch(e=>{throw v(e)});getOrCreateMessage=t=>this._innerClient.getOrCreateMessage({getOrCreateMessageBody:t}).then(e=>e.data).catch(e=>{throw v(e)});getMessage=t=>this._innerClient.getMessage(t).then(e=>e.data).catch(e=>{throw v(e)});updateMessage=({id:t,...e})=>this._innerClient.updateMessage({id:t,updateMessageBody:e}).then(a=>a.data).catch(a=>{throw v(a)});listMessages=t=>this._innerClient.listMessages(t).then(e=>e.data).catch(e=>{throw v(e)});deleteMessage=t=>this._innerClient.deleteMessage(t).then(e=>e.data).catch(e=>{throw v(e)});createUser=t=>this._innerClient.createUser({createUserBody:t}).then(e=>e.data).catch(e=>{throw v(e)});getUser=t=>this._innerClient.getUser(t).then(e=>e.data).catch(e=>{throw v(e)});listUsers=t=>this._innerClient.listUsers(t).then(e=>e.data).catch(e=>{throw v(e)});getOrCreateUser=t=>this._innerClient.getOrCreateUser({getOrCreateUserBody:t}).then(e=>e.data).catch(e=>{throw v(e)});updateUser=({id:t,...e})=>this._innerClient.updateUser({id:t,updateUserBody:e}).then(a=>a.data).catch(a=>{throw v(a)});deleteUser=t=>this._innerClient.deleteUser(t).then(e=>e.data).catch(e=>{throw v(e)});getState=t=>this._innerClient.getState(t).then(e=>e.data).catch(e=>{throw v(e)});setState=({type:t,id:e,name:a,...o})=>this._innerClient.setState({type:t,id:e,name:a,setStateBody:o}).then(n=>n.data).catch(n=>{throw v(n)});getOrSetState=({type:t,id:e,name:a,...o})=>this._innerClient.getOrSetState({type:t,id:e,name:a,getOrSetStateBody:o}).then(n=>n.data).catch(n=>{throw v(n)});patchState=({type:t,id:e,name:a,...o})=>this._innerClient.patchState({type:t,id:e,name:a,patchStateBody:o}).then(n=>n.data).catch(n=>{throw v(n)});callAction=t=>this._innerClient.callAction({callActionBody:t}).then(e=>e.data).catch(e=>{throw v(e)});configureIntegration=t=>this._innerClient.configureIntegration({configureIntegrationBody:t}).then(e=>e.data).catch(e=>{throw v(e)});getTask=t=>this._innerClient.getTask(t).then(e=>e.data).catch(e=>{throw v(e)});createTask=t=>this._innerClient.createTask({createTaskBody:t}).then(e=>e.data).catch(e=>{throw v(e)});updateTask=({id:t,...e})=>this._innerClient.updateTask({id:t,updateTaskBody:e}).then(a=>a.data).catch(a=>{throw v(a)});deleteTask=t=>this._innerClient.deleteTask(t).then(e=>e.data).catch(e=>{throw v(e)});listTasks=t=>this._innerClient.listTasks(t).then(e=>e.data).catch(e=>{throw v(e)});trackAnalytics=t=>this._innerClient.trackAnalytics({trackAnalyticsBody:t}).then(e=>e.data).catch(e=>{throw v(e)});runVrl=t=>this._innerClient.runVrl({runVrlBody:t}).then(e=>e.data).catch(e=>{throw v(e)});getAccount=()=>this._innerClient.getAccount().then(t=>t.data).catch(t=>{throw v(t)});updateAccount=t=>this._innerClient.updateAccount({updateAccountBody:t}).then(e=>e.data).catch(e=>{throw v(e)});listPersonalAccessTokens=()=>this._innerClient.listPersonalAccessTokens().then(t=>t.data).catch(t=>{throw v(t)});createPersonalAccessToken=t=>this._innerClient.createPersonalAccessToken({createPersonalAccessTokenBody:t}).then(e=>e.data).catch(e=>{throw v(e)});deletePersonalAccessToken=t=>this._innerClient.deletePersonalAccessToken(t).then(e=>e.data).catch(e=>{throw v(e)});setAccountPreference=({key:t,...e})=>this._innerClient.setAccountPreference({key:t,setAccountPreferenceBody:e}).then(a=>a.data).catch(a=>{throw v(a)});getAccountPreference=t=>this._innerClient.getAccountPreference(t).then(e=>e.data).catch(e=>{throw v(e)});listPublicIntegrations=t=>this._innerClient.listPublicIntegrations(t).then(e=>e.data).catch(e=>{throw v(e)});getPublicIntegrationById=t=>this._innerClient.getPublicIntegrationById(t).then(e=>e.data).catch(e=>{throw v(e)});getPublicIntegration=t=>this._innerClient.getPublicIntegration(t).then(e=>e.data).catch(e=>{throw v(e)});createBot=t=>this._innerClient.createBot({createBotBody:t}).then(e=>e.data).catch(e=>{throw v(e)});updateBot=({id:t,...e})=>this._innerClient.updateBot({id:t,updateBotBody:e}).then(a=>a.data).catch(a=>{throw v(a)});transferBot=({id:t,...e})=>this._innerClient.transferBot({id:t,transferBotBody:e}).then(a=>a.data).catch(a=>{throw v(a)});listBots=t=>this._innerClient.listBots(t).then(e=>e.data).catch(e=>{throw v(e)});getBot=t=>this._innerClient.getBot(t).then(e=>e.data).catch(e=>{throw v(e)});deleteBot=t=>this._innerClient.deleteBot(t).then(e=>e.data).catch(e=>{throw v(e)});getBotLogs=t=>this._innerClient.getBotLogs(t).then(e=>e.data).catch(e=>{throw v(e)});getBotWebchat=t=>this._innerClient.getBotWebchat(t).then(e=>e.data).catch(e=>{throw v(e)});getBotAnalytics=t=>this._innerClient.getBotAnalytics(t).then(e=>e.data).catch(e=>{throw v(e)});listBotIssues=t=>this._innerClient.listBotIssues(t).then(e=>e.data).catch(e=>{throw v(e)});deleteBotIssue=t=>this._innerClient.deleteBotIssue(t).then(e=>e.data).catch(e=>{throw v(e)});listBotIssueEvents=t=>this._innerClient.listBotIssueEvents(t).then(e=>e.data).catch(e=>{throw v(e)});setWorkspacePaymentMethod=({id:t,...e})=>this._innerClient.setWorkspacePaymentMethod({id:t,setWorkspacePaymentMethodBody:e}).then(a=>a.data).catch(a=>{throw v(a)});listWorkspaceInvoices=t=>this._innerClient.listWorkspaceInvoices(t).then(e=>e.data).catch(e=>{throw v(e)});getUpcomingInvoice=t=>this._innerClient.getUpcomingInvoice(t).then(e=>e.data).catch(e=>{throw v(e)});chargeWorkspaceUnpaidInvoices=({id:t,...e})=>this._innerClient.chargeWorkspaceUnpaidInvoices({id:t,chargeWorkspaceUnpaidInvoicesBody:e}).then(a=>a.data).catch(a=>{throw v(a)});createWorkspace=t=>this._innerClient.createWorkspace({createWorkspaceBody:t}).then(e=>e.data).catch(e=>{throw v(e)});getPublicWorkspace=t=>this._innerClient.getPublicWorkspace(t).then(e=>e.data).catch(e=>{throw v(e)});getWorkspace=t=>this._innerClient.getWorkspace(t).then(e=>e.data).catch(e=>{throw v(e)});listWorkspaceUsages=t=>this._innerClient.listWorkspaceUsages(t).then(e=>e.data).catch(e=>{throw v(e)});breakDownWorkspaceUsageByBot=t=>this._innerClient.breakDownWorkspaceUsageByBot(t).then(e=>e.data).catch(e=>{throw v(e)});getAllWorkspaceQuotaCompletion=()=>this._innerClient.getAllWorkspaceQuotaCompletion().then(t=>t.data).catch(t=>{throw v(t)});getWorkspaceQuota=t=>this._innerClient.getWorkspaceQuota(t).then(e=>e.data).catch(e=>{throw v(e)});listWorkspaceQuotas=t=>this._innerClient.listWorkspaceQuotas(t).then(e=>e.data).catch(e=>{throw v(e)});updateWorkspace=({id:t,...e})=>this._innerClient.updateWorkspace({id:t,updateWorkspaceBody:e}).then(a=>a.data).catch(a=>{throw v(a)});checkHandleAvailability=t=>this._innerClient.checkHandleAvailability({checkHandleAvailabilityBody:t}).then(e=>e.data).catch(e=>{throw v(e)});listWorkspaces=t=>this._innerClient.listWorkspaces(t).then(e=>e.data).catch(e=>{throw v(e)});deleteWorkspace=t=>this._innerClient.deleteWorkspace(t).then(e=>e.data).catch(e=>{throw v(e)});getAuditRecords=t=>this._innerClient.getAuditRecords(t).then(e=>e.data).catch(e=>{throw v(e)});listWorkspaceMembers=t=>this._innerClient.listWorkspaceMembers(t).then(e=>e.data).catch(e=>{throw v(e)});deleteWorkspaceMember=t=>this._innerClient.deleteWorkspaceMember(t).then(e=>e.data).catch(e=>{throw v(e)});createWorkspaceMember=t=>this._innerClient.createWorkspaceMember({createWorkspaceMemberBody:t}).then(e=>e.data).catch(e=>{throw v(e)});updateWorkspaceMember=({id:t,...e})=>this._innerClient.updateWorkspaceMember({id:t,updateWorkspaceMemberBody:e}).then(a=>a.data).catch(a=>{throw v(a)});listIntegrationApiKeys=t=>this._innerClient.listIntegrationApiKeys(t).then(e=>e.data).catch(e=>{throw v(e)});createIntegrationApiKey=t=>this._innerClient.createIntegrationApiKey({createIntegrationApiKeyBody:t}).then(e=>e.data).catch(e=>{throw v(e)});deleteIntegrationApiKey=t=>this._innerClient.deleteIntegrationApiKey(t).then(e=>e.data).catch(e=>{throw v(e)});createIntegration=t=>this._innerClient.createIntegration({createIntegrationBody:t}).then(e=>e.data).catch(e=>{throw v(e)});updateIntegration=({id:t,...e})=>this._innerClient.updateIntegration({id:t,updateIntegrationBody:e}).then(a=>a.data).catch(a=>{throw v(a)});listIntegrations=t=>this._innerClient.listIntegrations(t).then(e=>e.data).catch(e=>{throw v(e)});getIntegration=t=>this._innerClient.getIntegration(t).then(e=>e.data).catch(e=>{throw v(e)});getIntegrationLogs=t=>this._innerClient.getIntegrationLogs(t).then(e=>e.data).catch(e=>{throw v(e)});getIntegrationByName=t=>this._innerClient.getIntegrationByName(t).then(e=>e.data).catch(e=>{throw v(e)});deleteIntegration=t=>this._innerClient.deleteIntegration(t).then(e=>e.data).catch(e=>{throw v(e)});getUsage=t=>this._innerClient.getUsage(t).then(e=>e.data).catch(e=>{throw v(e)});listUsageHistory=t=>this._innerClient.listUsageHistory(t).then(e=>e.data).catch(e=>{throw v(e)});changeAISpendQuota=t=>this._innerClient.changeAISpendQuota({changeAISpendQuotaBody:t}).then(e=>e.data).catch(e=>{throw v(e)});listActivities=t=>this._innerClient.listActivities(t).then(e=>e.data).catch(e=>{throw v(e)});introspect=t=>this._innerClient.introspect({introspectBody:t}).then(e=>e.data).catch(e=>{throw v(e)});createFile=t=>this._innerClient.createFile({createFileBody:t}).then(e=>e.data).catch(e=>{throw v(e)});deleteFile=t=>this._innerClient.deleteFile(t).then(e=>e.data).catch(e=>{throw v(e)});listFiles=t=>this._innerClient.listFiles(t).then(e=>e.data).catch(e=>{throw v(e)});getFileMetadata=t=>this._innerClient.getFileMetadata(t).then(e=>e.data).catch(e=>{throw v(e)});getFileContent=t=>this._innerClient.getFileContent(t).then(e=>e.data).catch(e=>{throw v(e)});updateFileMetadata=({id:t,...e})=>this._innerClient.updateFileMetadata({id:t,updateFileMetadataBody:e}).then(a=>a.data).catch(a=>{throw v(a)});searchFiles=t=>this._innerClient.searchFiles(t).then(e=>e.data).catch(e=>{throw v(e)});listTables=t=>this._innerClient.listTables(t).then(e=>e.data).catch(e=>{throw v(e)});getTable=t=>this._innerClient.getTable(t).then(e=>e.data).catch(e=>{throw v(e)});getOrCreateTable=({table:t,...e})=>this._innerClient.getOrCreateTable({table:t,getOrCreateTableBody:e}).then(a=>a.data).catch(a=>{throw v(a)});createTable=t=>this._innerClient.createTable({createTableBody:t}).then(e=>e.data).catch(e=>{throw v(e)});duplicateTable=({sourceTableId:t,...e})=>this._innerClient.duplicateTable({sourceTableId:t,duplicateTableBody:e}).then(a=>a.data).catch(a=>{throw v(a)});updateTable=({table:t,...e})=>this._innerClient.updateTable({table:t,updateTableBody:e}).then(a=>a.data).catch(a=>{throw v(a)});renameTableColumn=({table:t,...e})=>this._innerClient.renameTableColumn({table:t,renameTableColumnBody:e}).then(a=>a.data).catch(a=>{throw v(a)});deleteTable=t=>this._innerClient.deleteTable(t).then(e=>e.data).catch(e=>{throw v(e)});getTableRow=t=>this._innerClient.getTableRow(t).then(e=>e.data).catch(e=>{throw v(e)});findTableRows=({table:t,...e})=>this._innerClient.findTableRows({table:t,findTableRowsBody:e}).then(a=>a.data).catch(a=>{throw v(a)});createTableRows=({table:t,...e})=>this._innerClient.createTableRows({table:t,createTableRowsBody:e}).then(a=>a.data).catch(a=>{throw v(a)});deleteTableRows=({table:t,...e})=>this._innerClient.deleteTableRows({table:t,deleteTableRowsBody:e}).then(a=>a.data).catch(a=>{throw v(a)});updateTableRows=({table:t,...e})=>this._innerClient.updateTableRows({table:t,updateTableRowsBody:e}).then(a=>a.data).catch(a=>{throw v(a)});upsertTableRows=({table:t,...e})=>this._innerClient.upsertTableRows({table:t,upsertTableRowsBody:e}).then(a=>a.data).catch(a=>{throw v(a)})};function v(s){return m.isAxiosError(s)&&s.response?.data?Qt(s.response.data):Qt(s)}var co=100*1024*1024,Ec=co,Oc=co,zs=class extends zt{config;constructor(t={}){let e=no(t),a=Sc(e);super(void 0,e.apiUrl,a),this.config=e}};function Sc(s){let{headers:t,withCredentials:e,timeout:a}=s;return m.create({headers:t,withCredentials:e,timeout:a,maxBodyLength:Ec,maxContentLength:Oc,httpAgent:Qs.isNode?new io.default.Agent({keepAlive:!0}):void 0,httpsAgent:Qs.isNode?new ro.default.Agent({keepAlive:!0}):void 0})}0&&(module.exports={AlreadyExistsError,BreakingChangesError,Client,ForbiddenError,InternalError,InvalidDataFormatError,InvalidIdentifierError,InvalidJsonSchemaError,InvalidPayloadError,InvalidQueryError,LimitExceededError,MethodNotFoundError,PayloadTooLargeError,PaymentRequiredError,QuotaExceededError,RateLimitedError,ReferenceConstraintError,ReferenceNotFoundError,RelationConflictError,ResourceNotFoundError,RuntimeError,UnauthorizedError,UnknownError,UnsupportedMediaTypeError,axios,errorFrom,isApiError});
12
12
  /*! Bundled license information:
13
13
 
14
14
  mime-db/index.js: